01KS2ZQSTAK33GQ668D2GW9K21: 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: 01KS2ZRA1N2MP187NPKJBQVGR0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:24:19.379Zjob assigned to worker 01KS2ZRD0HXWNMGWN95A4ZDFP2 [factory aws, i-0c789e1587cfee367] (queued for 45 s)
 
22026-05-20T15:24:26.979Zstarting task 0: "setup"
32026-05-20T15:24:26.984Z++ uname -s
42026-05-20T15:24:26.988Z+ kern=SunOS
52026-05-20T15:24:26.988Z+ build_user=build
62026-05-20T15:24:26.988Z+ build_uid=12345
72026-05-20T15:24:26.988Z+ work_dir=/work
82026-05-20T15:24:26.988Z+ input_dir=/input
92026-05-20T15:24:26.988Z+ [[ 0 == 12345 ]]
102026-05-20T15:24:26.989Z+ case "$kern" in
112026-05-20T15:24:26.989Z+ groupadd -g 12345 build
122026-05-20T15:24:26.991Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:24:28.994Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:24:29.122Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:24:29.125Z+ home_fs=zfs
162026-05-20T15:24:29.125Z+ [[ zfs == autofs ]]
172026-05-20T15:24:29.125Z+ mkdir -p /home/build
182026-05-20T15:24:29.127Z+ chown build:build /home/build /work
192026-05-20T15:24:31.127Z+ chmod 0700 /home/build /work
202026-05-20T15:24:31.130Zprocess exited: duration 4153 ms, exit code 0
 
212026-05-20T15:24:31.136Zstarting task 1: "rust-toolchain"
222026-05-20T15:24:31.141Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T15:24:31.141Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T15:24:31.141Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T15:24:31.141Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T15:24:31.141Z * rust toolchain channel = "1.94.0"
272026-05-20T15:24:31.141Z * rust toolchain profile = "default"
282026-05-20T15:24:31.144Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:24:31.144Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T15:24:31.254Zinfo: downloading installer
312026-05-20T15:24:32.657Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T15:24:32.657Zwarn: /home/build/.rustup/settings.toml
332026-05-20T15:24:32.658Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T15:24:32.658Zwarn: instead of the one inferred from the default host triple.
352026-05-20T15:24:32.670Zinfo: profile set to default
362026-05-20T15:24:32.670Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T15:24:32.673Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T15:24:32.807Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T15:24:32.810Zinfo: downloading 6 components
402026-05-20T15:24:46.878Z
412026-05-20T15:24:46.878Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-20T15:24:46.914Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T15:24:46.914Z
442026-05-20T15:24:46.914Z
452026-05-20T15:24:46.914ZRust is installed now. Great!
462026-05-20T15:24:46.914Z
472026-05-20T15:24:46.914ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T15:24:46.914Zenvironment variable. This has not been done automatically.
492026-05-20T15:24:46.914Z
502026-05-20T15:24:46.914ZTo configure your current shell, you need to source
512026-05-20T15:24:46.914Zthe corresponding env file under $HOME/.cargo.
522026-05-20T15:24:46.914Z
532026-05-20T15:24:46.914ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T15:24:46.914Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T15:24:46.914Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T15:24:46.914Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T15:24:46.914Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T15:24:46.914Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T15:24:46.914Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T15:24:46.917Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T15:24:46.917Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T15:24:47.019Z+ rustup --version
632026-05-20T15:24:47.026Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T15:24:47.029Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T15:24:47.048Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T15:24:47.051Z+ cargo --version
672026-05-20T15:24:47.059Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T15:24:47.063Z+ rustc --version
692026-05-20T15:24:47.083Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T15:24:47.086Zprocess exited: duration 15949 ms, exit code 0
 
712026-05-20T15:24:47.092Zstarting task 2: "authentication"
722026-05-20T15:24:47.109Zprocess exited: duration 17 ms, exit code 0
 
732026-05-20T15:24:47.115Zstarting task 3: "clone repository"
742026-05-20T15:24:47.120Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T15:24:47.122Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T15:24:47.164ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T15:24:57.001Z+ cd /work/oxidecomputer/omicron
782026-05-20T15:24:57.001Z+ git fetch origin 002f7b62d0543a658e42e9e2351f9a07a70ea552
792026-05-20T15:24:57.290ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T15:24:57.290Z * branch 002f7b62d0543a658e42e9e2351f9a07a70ea552 -> FETCH_HEAD
812026-05-20T15:24:57.302Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-20T15:24:57.305Z++ git branch --show-current
832026-05-20T15:24:57.305Z+ current=main
842026-05-20T15:24:57.305Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-20T15:24:57.305Z+ git branch -f zl/ddm-internal-dns 002f7b62d0543a658e42e9e2351f9a07a70ea552
862026-05-20T15:24:57.308Z+ git checkout -f zl/ddm-internal-dns
872026-05-20T15:24:57.550ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-20T15:24:57.553Z+ git reset --hard 002f7b62d0543a658e42e9e2351f9a07a70ea552
892026-05-20T15:24:57.566ZHEAD is now at 002f7b62d merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-20T15:24:57.569Zprocess exited: duration 10451 ms, exit code 0
 
912026-05-20T15:24:57.574Zstarting task 4: "build"
922026-05-20T15:24:57.579Z+ source .github/buildomat/ci-env.sh
932026-05-20T15:24:57.579Z++ export CARGO_TERM_COLOR=always
942026-05-20T15:24:57.580Z++ CARGO_TERM_COLOR=always
952026-05-20T15:24:57.582Z+ cargo --version
962026-05-20T15:24:57.590Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T15:24:57.592Z+ rustc --version
982026-05-20T15:24:57.613Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T15:24:57.615Z+ cargo tree --locked
1002026-05-20T15:24:57.784Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-20T15:24:58.075Z Updating crates.io index
1022026-05-20T15:24:58.109Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-20T15:24:58.852Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-20T15:24:59.345Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-20T15:24:59.673Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-20T15:25:00.830Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-20T15:25:01.414Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-20T15:25:03.355Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-20T15:25:04.328Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-20T15:25:04.721Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-20T15:25:05.907Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-20T15:25:06.261Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-20T15:25:06.760Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-20T15:25:07.049Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-20T15:25:08.056Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-20T15:25:08.584Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-05-20T15:25:08.876Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-05-20T15:25:09.321Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-05-20T15:25:09.813Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-05-20T15:25:10.289Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-05-20T15:25:10.541Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-05-20T15:25:10.823Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-05-20T15:25:11.135Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-05-20T15:25:11.573Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-05-20T15:25:11.981Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-05-20T15:25:12.633Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-05-20T15:25:13.207Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-05-20T15:25:13.800Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-05-20T15:25:14.776Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1302026-05-20T15:25:15.076Z Updating git repository `https://github.com/oxidecomputer/crucible`
1312026-05-20T15:25:16.444Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-05-20T15:25:16.879Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-05-20T15:25:17.263Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-05-20T15:25:17.530Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-05-20T15:25:17.975Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-05-20T15:25:18.330Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-05-20T15:25:18.827Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-05-20T15:25:19.128Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-05-20T15:25:19.406Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-05-20T15:25:19.728Z Updating git repository `https://github.com/oxidecomputer/omicron`
1412026-05-20T15:25:31.967Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-05-20T15:25:32.423Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1432026-05-20T15:25:34.278Z Downloading crates ...
1442026-05-20T15:25:34.356Z Downloaded approx v0.5.1
1452026-05-20T15:25:34.361Z Downloaded addr2line v0.25.1
1462026-05-20T15:25:34.365Z Downloaded anyhow v1.0.102
1472026-05-20T15:25:34.368Z Downloaded adler2 v2.0.1
1482026-05-20T15:25:34.371Z Downloaded ar_archive_writer v0.5.1
1492026-05-20T15:25:34.378Z Downloaded async-stream v0.3.6
1502026-05-20T15:25:34.381Z Downloaded anes v0.1.6
1512026-05-20T15:25:34.384Z Downloaded block-padding v0.3.3
1522026-05-20T15:25:34.384Z Downloaded async-bb8-diesel v0.2.1
1532026-05-20T15:25:34.386Z Downloaded blowfish v0.9.1
1542026-05-20T15:25:34.386Z Downloaded anstream v0.6.21
1552026-05-20T15:25:34.389Z Downloaded async-stream-impl v0.3.6
1562026-05-20T15:25:34.389Z Downloaded clap_lex v1.0.0
1572026-05-20T15:25:34.389Z Downloaded atty v0.2.14
1582026-05-20T15:25:34.392Z Downloaded cfg-if v1.0.4
1592026-05-20T15:25:34.392Z Downloaded clang-sys v1.8.1
1602026-05-20T15:25:34.395Z Downloaded cast v0.3.0
1612026-05-20T15:25:34.395Z Downloaded bit-set v0.5.3
1622026-05-20T15:25:34.395Z Downloaded arrayvec v0.7.6
1632026-05-20T15:25:34.433Z Downloaded cmake v0.1.57
1642026-05-20T15:25:34.433Z Downloaded chacha20 v0.9.1
1652026-05-20T15:25:34.433Z Downloaded cipher v0.4.4
1662026-05-20T15:25:34.433Z Downloaded clap v4.6.1
1672026-05-20T15:25:34.433Z Downloaded cookie v0.18.1
1682026-05-20T15:25:34.433Z Downloaded bb8 v0.8.6
1692026-05-20T15:25:34.433Z Downloaded ascii-canvas v3.0.0
1702026-05-20T15:25:34.434Z Downloaded base64ct v1.8.3
1712026-05-20T15:25:34.434Z Downloaded clap_derive v4.6.1
1722026-05-20T15:25:34.434Z Downloaded backoff v0.4.0
1732026-05-20T15:25:34.434Z Downloaded async-recursion v1.1.1
1742026-05-20T15:25:34.434Z Downloaded atomic-waker v1.1.2
1752026-05-20T15:25:34.434Z Downloaded anstyle-parse v1.0.0
1762026-05-20T15:25:34.434Z Downloaded cpufeatures v0.3.0
1772026-05-20T15:25:34.434Z Downloaded ciborium-ll v0.2.2
1782026-05-20T15:25:34.434Z Downloaded ciborium v0.2.2
1792026-05-20T15:25:34.434Z Downloaded cargo-platform v0.2.0
1802026-05-20T15:25:34.434Z Downloaded cargo-platform v0.1.9
1812026-05-20T15:25:34.434Z Downloaded curve25519-dalek-derive v0.1.1
1822026-05-20T15:25:34.434Z Downloaded colorchoice v1.0.4
1832026-05-20T15:25:34.434Z Downloaded clap_builder v4.6.0
1842026-05-20T15:25:34.434Z Downloaded constant_time_eq v0.3.1
1852026-05-20T15:25:34.434Z Downloaded cpufeatures v0.2.17
1862026-05-20T15:25:34.434Z Downloaded convert_case v0.4.0
1872026-05-20T15:25:34.434Z Downloaded compression-core v0.4.31
1882026-05-20T15:25:34.434Z Downloaded block-buffer v0.10.4
1892026-05-20T15:25:34.434Z Downloaded atomicwrites v0.4.4
1902026-05-20T15:25:34.434Z Downloaded derive-ex v0.1.8
1912026-05-20T15:25:34.434Z Downloaded aead v0.5.2
1922026-05-20T15:25:34.437Z Downloaded cfg_aliases v0.1.1
1932026-05-20T15:25:34.437Z Downloaded cargo-platform v0.3.2
1942026-05-20T15:25:34.437Z Downloaded bit-set v0.8.0
1952026-05-20T15:25:34.437Z Downloaded darling v0.23.0
1962026-05-20T15:25:34.440Z Downloaded derive_builder v0.20.2
1972026-05-20T15:25:34.442Z Downloaded crc8 v0.1.1
1982026-05-20T15:25:34.445Z Downloaded async-object-pool v0.2.0
1992026-05-20T15:25:34.445Z Downloaded concurrent-queue v2.5.0
2002026-05-20T15:25:34.445Z Downloaded darling_macro v0.21.3
2012026-05-20T15:25:34.447Z Downloaded backtrace-ext v0.2.1
2022026-05-20T15:25:34.447Z Downloaded critical-section v1.2.0
2032026-05-20T15:25:34.447Z Downloaded cfg_aliases v0.2.1
2042026-05-20T15:25:34.450Z Downloaded bitfield-struct v0.6.2
2052026-05-20T15:25:34.450Z Downloaded difflib v0.4.0
2062026-05-20T15:25:34.450Z Downloaded crc-catalog v2.4.0
2072026-05-20T15:25:34.453Z Downloaded cbc v0.1.2
2082026-05-20T15:25:34.453Z Downloaded array-init v0.0.4
2092026-05-20T15:25:34.453Z Downloaded console v0.16.2
2102026-05-20T15:25:34.456Z Downloaded darling_macro v0.23.0
2112026-05-20T15:25:34.456Z Downloaded darling_macro v0.20.11
2122026-05-20T15:25:34.456Z Downloaded cstr-argument v0.1.2
2132026-05-20T15:25:34.456Z Downloaded daft v0.1.7
2142026-05-20T15:25:34.459Z Downloaded console v0.15.11
2152026-05-20T15:25:34.459Z Downloaded anstyle-query v1.1.5
2162026-05-20T15:25:34.461Z Downloaded crc v3.4.0
2172026-05-20T15:25:34.461Z Downloaded dirs-sys-next v0.1.2
2182026-05-20T15:25:34.461Z Downloaded arrayref v0.3.9
2192026-05-20T15:25:34.465Z Downloaded base64 v0.22.1
2202026-05-20T15:25:34.468Z Downloaded crucible-workspace-hack v0.1.0
2212026-05-20T15:25:34.468Z Downloaded colored v2.2.0
2222026-05-20T15:25:34.468Z Downloaded defmt-parser v1.0.0
2232026-05-20T15:25:34.468Z Downloaded crypto-common v0.1.7
2242026-05-20T15:25:34.471Z Downloaded constant_time_eq v0.4.2
2252026-05-20T15:25:34.471Z Downloaded display-error-chain v0.2.2
2262026-05-20T15:25:34.471Z Downloaded diesel_table_macro_syntax v0.3.0
2272026-05-20T15:25:34.474Z Downloaded assert_matches v1.5.0
2282026-05-20T15:25:34.474Z Downloaded assert-json-diff v2.0.2
2292026-05-20T15:25:34.474Z Downloaded bitfield-macros v0.19.4
2302026-05-20T15:25:34.474Z Downloaded allocator-api2 v0.2.21
2312026-05-20T15:25:34.477Z Downloaded bcrypt-pbkdf v0.10.0
2322026-05-20T15:25:34.477Z Downloaded debug-ignore v1.0.5
2332026-05-20T15:25:34.477Z Downloaded ciborium-io v0.2.2
2342026-05-20T15:25:34.480Z Downloaded bytecount v0.6.9
2352026-05-20T15:25:34.480Z Downloaded crunchy v0.2.4
2362026-05-20T15:25:34.480Z Downloaded base16ct v0.2.0
2372026-05-20T15:25:34.483Z Downloaded async-lock v3.4.2
2382026-05-20T15:25:34.483Z Downloaded document-features v0.2.12
2392026-05-20T15:25:34.485Z Downloaded downcast-rs v2.0.2
2402026-05-20T15:25:34.486Z Downloaded dof v0.4.0
2412026-05-20T15:25:34.486Z Downloaded dof v0.3.0
2422026-05-20T15:25:34.486Z Downloaded derive_builder_macro v0.20.2
2432026-05-20T15:25:34.488Z Downloaded dropshot-api-manager-types v0.7.1
2442026-05-20T15:25:34.488Z Downloaded criterion-plot v0.6.0
2452026-05-20T15:25:34.491Z Downloaded dunce v1.0.5
2462026-05-20T15:25:34.491Z Downloaded data-encoding v2.10.0
2472026-05-20T15:25:34.491Z Downloaded cobs v0.3.0
2482026-05-20T15:25:34.493Z Downloaded castaway v0.2.4
2492026-05-20T15:25:34.497Z Downloaded bitfield v0.19.4
2502026-05-20T15:25:34.500Z Downloaded bitflags v1.3.2
2512026-05-20T15:25:34.503Z Downloaded async-trait v0.1.89
2522026-05-20T15:25:34.505Z Downloaded defmt v0.3.100
2532026-05-20T15:25:34.505Z Downloaded anstream v1.0.0
2542026-05-20T15:25:34.508Z Downloaded camino-tempfile v1.4.1
2552026-05-20T15:25:34.508Z Downloaded cargo_metadata v0.23.1
2562026-05-20T15:25:34.511Z Downloaded equivalent v1.0.2
2572026-05-20T15:25:34.511Z Downloaded embedded-io v0.6.1
2582026-05-20T15:25:34.511Z Downloaded dtrace-parser v0.3.0
2592026-05-20T15:25:34.514Z Downloaded dtrace-parser v0.2.0
2602026-05-20T15:25:34.514Z Downloaded deranged v0.5.8
2612026-05-20T15:25:34.514Z Downloaded ctr v0.9.2
2622026-05-20T15:25:34.516Z Downloaded escape8259 v0.5.3
2632026-05-20T15:25:34.516Z Downloaded event-listener-strategy v0.5.4
2642026-05-20T15:25:34.516Z Downloaded errno v0.3.14
2652026-05-20T15:25:34.519Z Downloaded endian-type v0.1.2
2662026-05-20T15:25:34.519Z Downloaded embedded-io v0.4.0
2672026-05-20T15:25:34.519Z Downloaded daft-derive v0.1.7
2682026-05-20T15:25:34.522Z Downloaded form_urlencoded v1.2.2
2692026-05-20T15:25:34.525Z Downloaded env_filter v1.0.0
2702026-05-20T15:25:34.525Z Downloaded bcs v0.1.6
2712026-05-20T15:25:34.525Z Downloaded fnv v1.0.7
2722026-05-20T15:25:34.528Z Downloaded fixedbitset v0.4.2
2732026-05-20T15:25:34.528Z Downloaded dyn-clone v1.0.20
2742026-05-20T15:25:34.528Z Downloaded fastrand v2.3.0
2752026-05-20T15:25:34.531Z Downloaded bytes v1.11.1
2762026-05-20T15:25:34.531Z Downloaded foreign-types-shared v0.3.1
2772026-05-20T15:25:34.534Z Downloaded float-cmp v0.10.0
2782026-05-20T15:25:34.534Z Downloaded flagset v0.4.7
2792026-05-20T15:25:34.534Z Downloaded buf-list v1.1.2
2802026-05-20T15:25:34.537Z Downloaded autocfg v1.5.0
2812026-05-20T15:25:34.537Z Downloaded cassowary v0.3.0
2822026-05-20T15:25:34.539Z Downloaded camino-tempfile-ext v0.3.3
2832026-05-20T15:25:34.540Z Downloaded defmt-macros v1.0.1
2842026-05-20T15:25:34.542Z Downloaded cexpr v0.6.0
2852026-05-20T15:25:34.542Z Downloaded derive_builder_core v0.20.2
2862026-05-20T15:25:34.545Z Downloaded displaydoc v0.2.5
2872026-05-20T15:25:34.545Z Downloaded dirs-next v2.0.0
2882026-05-20T15:25:34.548Z Downloaded corncobs v0.1.4
2892026-05-20T15:25:34.548Z Downloaded byteorder v1.5.0
2902026-05-20T15:25:34.548Z Downloaded crossbeam-deque v0.8.6
2912026-05-20T15:25:34.551Z Downloaded foreign-types v0.3.2
2922026-05-20T15:25:34.551Z Downloaded der_derive v0.7.3
2932026-05-20T15:25:34.551Z Downloaded futures-io v0.3.32
2942026-05-20T15:25:34.554Z Downloaded futures-core v0.3.32
2952026-05-20T15:25:34.554Z Downloaded byte-wrapper v0.1.0
2962026-05-20T15:25:34.555Z Downloaded futures-task v0.3.32
2972026-05-20T15:25:34.557Z Downloaded foreign-types v0.5.0
2982026-05-20T15:25:34.557Z Downloaded funty v2.0.0
2992026-05-20T15:25:34.557Z Downloaded foreign-types-macros v0.2.3
3002026-05-20T15:25:34.557Z Downloaded either v1.15.0
3012026-05-20T15:25:34.560Z Downloaded fxhash v0.2.1
3022026-05-20T15:25:34.560Z Downloaded futures-sink v0.3.32
3032026-05-20T15:25:34.560Z Downloaded blake2b_simd v1.0.4
3042026-05-20T15:25:34.560Z Downloaded futures-macro v0.3.32
3052026-05-20T15:25:34.563Z Downloaded bzip2 v0.4.4
3062026-05-20T15:25:34.563Z Downloaded crossbeam-utils v0.8.21
3072026-05-20T15:25:34.566Z Downloaded bit-vec v0.8.0
3082026-05-20T15:25:34.566Z Downloaded csv-core v0.1.13
3092026-05-20T15:25:34.569Z Downloaded ghash v0.5.1
3102026-05-20T15:25:34.569Z Downloaded convert_case v0.10.0
3112026-05-20T15:25:34.569Z Downloaded fd-lock v4.0.4
3122026-05-20T15:25:34.572Z Downloaded ff v0.13.1
3132026-05-20T15:25:34.572Z Downloaded fallible-iterator v0.2.0
3142026-05-20T15:25:34.574Z Downloaded dsl_auto_type v0.2.0
3152026-05-20T15:25:34.574Z Downloaded defmt v1.0.1
3162026-05-20T15:25:34.577Z Downloaded hash32 v0.3.1
3172026-05-20T15:25:34.577Z Downloaded const_format_proc_macros v0.2.34
3182026-05-20T15:25:34.577Z Downloaded hash32 v0.2.1
3192026-05-20T15:25:34.581Z Downloaded guppy-workspace-hack v0.1.0
3202026-05-20T15:25:34.581Z Downloaded cancel-safe-futures v0.1.5
3212026-05-20T15:25:34.584Z Downloaded ed25519 v2.2.3
3222026-05-20T15:25:34.584Z Downloaded generic-array v0.14.7
3232026-05-20T15:25:34.584Z Downloaded foldhash v0.2.0
3242026-05-20T15:25:34.586Z Downloaded foldhash v0.1.5
3252026-05-20T15:25:34.586Z Downloaded gethostname v0.5.0
3262026-05-20T15:25:34.586Z Downloaded cargo_metadata v0.21.0
3272026-05-20T15:25:34.589Z Downloaded blake2 v0.10.6
3282026-05-20T15:25:34.589Z Downloaded git-stub v1.0.0
3292026-05-20T15:25:34.592Z Downloaded cfg-expr v0.20.6
3302026-05-20T15:25:34.592Z Downloaded cargo_metadata v0.19.2
3312026-05-20T15:25:34.595Z Downloaded camino v1.2.2
3322026-05-20T15:25:34.595Z Downloaded diesel-dtrace v0.5.0
3332026-05-20T15:25:34.598Z Downloaded drift v0.1.4
3342026-05-20T15:25:34.601Z Downloaded heck v0.5.0
3352026-05-20T15:25:34.603Z Downloaded globwalk v0.9.1
3362026-05-20T15:25:34.603Z Downloaded heck v0.4.1
3372026-05-20T15:25:34.604Z Downloaded hex-literal v0.4.1
3382026-05-20T15:25:34.606Z Downloaded futures-executor v0.3.32
3392026-05-20T15:25:34.606Z Downloaded find-msvc-tools v0.1.9
3402026-05-20T15:25:34.609Z Downloaded filetime v0.2.27
3412026-05-20T15:25:34.609Z Downloaded headers-core v0.3.0
3422026-05-20T15:25:34.609Z Downloaded erased-serde v0.4.9
3432026-05-20T15:25:34.612Z Downloaded const-oid v0.9.6
3442026-05-20T15:25:34.612Z Downloaded ecdsa v0.16.9
3452026-05-20T15:25:34.615Z Downloaded bzip2 v0.6.1
3462026-05-20T15:25:34.615Z Downloaded digest v0.10.7
3472026-05-20T15:25:34.615Z Downloaded erased-serde v0.3.31
3482026-05-20T15:25:34.617Z Downloaded hex v0.4.3
3492026-05-20T15:25:34.617Z Downloaded env_logger v0.11.9
3502026-05-20T15:25:34.620Z Downloaded enum-as-inner v0.6.1
3512026-05-20T15:25:34.620Z Downloaded ahash v0.8.12
3522026-05-20T15:25:34.623Z Downloaded fixedbitset v0.5.7
3532026-05-20T15:25:34.623Z Downloaded group v0.13.0
3542026-05-20T15:25:34.626Z Downloaded fs-err v3.3.0
3552026-05-20T15:25:34.626Z Downloaded home v0.5.12
3562026-05-20T15:25:34.626Z Downloaded foreign-types-shared v0.1.1
3572026-05-20T15:25:34.629Z Downloaded darling v0.21.3
3582026-05-20T15:25:34.631Z Downloaded http-range v0.1.5
3592026-05-20T15:25:34.631Z Downloaded hostname v0.4.2
3602026-05-20T15:25:34.631Z Downloaded darling v0.20.11
3612026-05-20T15:25:34.634Z Downloaded hyper-tls v0.6.0
3622026-05-20T15:25:34.638Z Downloaded hubpack_derive v0.1.1
3632026-05-20T15:25:34.638Z Downloaded hubpack v0.1.2
3642026-05-20T15:25:34.638Z Downloaded diff v0.1.13
3652026-05-20T15:25:34.643Z Downloaded ident_case v1.0.1
3662026-05-20T15:25:34.643Z Downloaded crc32fast v1.5.0
3672026-05-20T15:25:34.643Z Downloaded globset v0.4.18
3682026-05-20T15:25:34.646Z Downloaded http-body v1.0.1
3692026-05-20T15:25:34.646Z Downloaded crossbeam-epoch v0.9.18
3702026-05-20T15:25:34.646Z Downloaded colored v3.1.1
3712026-05-20T15:25:34.648Z Downloaded httpdate v1.0.3
3722026-05-20T15:25:34.648Z Downloaded hostname v0.3.1
3732026-05-20T15:25:34.649Z Downloaded cargo-util-schemas v0.8.2
3742026-05-20T15:25:34.651Z Downloaded ena v0.14.4
3752026-05-20T15:25:34.651Z Downloaded futures-timer v3.0.3
3762026-05-20T15:25:34.651Z Downloaded compact_str v0.8.1
3772026-05-20T15:25:34.654Z Downloaded glob v0.3.3
3782026-05-20T15:25:34.654Z Downloaded git-stub-vcs v0.1.0
3792026-05-20T15:25:34.657Z Downloaded cookie_store v0.22.1
3802026-05-20T15:25:34.657Z Downloaded chacha20 v0.10.0
3812026-05-20T15:25:34.660Z Downloaded bitflags v2.11.0
3822026-05-20T15:25:34.662Z Downloaded illumos-nvpair-sys v0.2.0
3832026-05-20T15:25:34.663Z Downloaded idna_adapter v1.2.1
3842026-05-20T15:25:34.663Z Downloaded illumos-nvpair v0.3.0
3852026-05-20T15:25:34.666Z Downloaded anstyle-parse v0.2.7
3862026-05-20T15:25:34.666Z Downloaded des v0.8.1
3872026-05-20T15:25:34.666Z Downloaded compression-codecs v0.4.37
3882026-05-20T15:25:34.669Z Downloaded event-listener v5.4.1
3892026-05-20T15:25:34.671Z Downloaded float-ord v0.3.2
3902026-05-20T15:25:34.671Z Downloaded futures-channel v0.3.32
3912026-05-20T15:25:34.671Z Downloaded elliptic-curve v0.13.8
3922026-05-20T15:25:34.674Z Downloaded dropshot_endpoint v0.17.0
3932026-05-20T15:25:34.677Z Downloaded indent_write v2.2.0
3942026-05-20T15:25:34.677Z Downloaded inout v0.1.4
3952026-05-20T15:25:34.680Z Downloaded is_ci v1.2.0
3962026-05-20T15:25:34.680Z Downloaded is_terminal_polyfill v1.70.2
3972026-05-20T15:25:34.680Z Downloaded is-terminal v0.4.17
3982026-05-20T15:25:34.683Z Downloaded keccak v0.1.6
3992026-05-20T15:25:34.683Z Downloaded internet-checksum v0.2.1
4002026-05-20T15:25:34.683Z Downloaded instability v0.3.11
4012026-05-20T15:25:34.683Z Downloaded dropshot_endpoint v0.16.7
4022026-05-20T15:25:34.686Z Downloaded bit-vec v0.6.3
4032026-05-20T15:25:34.686Z Downloaded assert_cmd v2.1.2
4042026-05-20T15:25:34.688Z Downloaded instant v0.1.13
4052026-05-20T15:25:34.689Z Downloaded backon v1.6.0
4062026-05-20T15:25:34.691Z Downloaded datatest-stable v0.3.3
4072026-05-20T15:25:34.695Z Downloaded argon2 v0.5.3
4082026-05-20T15:25:34.695Z Downloaded anstyle v1.0.14
4092026-05-20T15:25:34.698Z Downloaded highway v1.3.0
4102026-05-20T15:25:34.701Z Downloaded itoa v1.0.17
4112026-05-20T15:25:34.704Z Downloaded libscf-sys v1.1.0
4122026-05-20T15:25:34.707Z Downloaded lazy_static v1.5.0
4132026-05-20T15:25:34.707Z Downloaded fs-err v2.11.0
4142026-05-20T15:25:34.711Z Downloaded lalrpop-util v0.19.12
4152026-05-20T15:25:34.711Z Downloaded kstat-rs v0.2.4
4162026-05-20T15:25:34.714Z Downloaded derive_more v0.99.20
4172026-05-20T15:25:34.717Z Downloaded linked-hash-map v0.5.6
4182026-05-20T15:25:34.717Z Downloaded linkme-impl v0.3.35
4192026-05-20T15:25:34.719Z Downloaded lru v0.12.5
4202026-05-20T15:25:34.719Z Downloaded getrandom v0.2.17
4212026-05-20T15:25:34.722Z Downloaded chacha20poly1305 v0.10.1
4222026-05-20T15:25:34.722Z Downloaded humantime v2.3.0
4232026-05-20T15:25:34.725Z Downloaded crc-any v2.5.0
4242026-05-20T15:25:34.725Z Downloaded derive-where v1.6.0
4252026-05-20T15:25:34.727Z Downloaded lru-slab v0.1.2
4262026-05-20T15:25:34.730Z Downloaded impl-trait-for-tuples v0.2.3
4272026-05-20T15:25:34.735Z Downloaded half v1.8.3
4282026-05-20T15:25:34.738Z Downloaded arc-swap v1.8.2
4292026-05-20T15:25:34.740Z Downloaded ingot-types v0.1.2
4302026-05-20T15:25:34.740Z Downloaded match_cfg v0.1.0
4312026-05-20T15:25:34.744Z Downloaded maplit v1.0.2
4322026-05-20T15:25:34.744Z Downloaded memoffset v0.9.1
4332026-05-20T15:25:34.744Z Downloaded lzss v0.8.2
4342026-05-20T15:25:34.746Z Downloaded macaddr v1.0.1
4352026-05-20T15:25:34.746Z Downloaded memmap v0.7.0
4362026-05-20T15:25:34.746Z Downloaded ingot v0.1.1
4372026-05-20T15:25:34.749Z Downloaded new_debug_unreachable v1.0.6
4382026-05-20T15:25:34.749Z Downloaded multimap v0.10.1
4392026-05-20T15:25:34.749Z Downloaded managed v0.8.0
4402026-05-20T15:25:34.749Z Downloaded lru-cache v0.1.2
4412026-05-20T15:25:34.752Z Downloaded indoc v1.0.9
4422026-05-20T15:25:34.752Z Downloaded nested v0.1.1
4432026-05-20T15:25:34.752Z Downloaded ipnet v2.11.0
4442026-05-20T15:25:34.755Z Downloaded md5 v0.7.0
4452026-05-20T15:25:34.755Z Downloaded darling_core v0.21.3
4462026-05-20T15:25:34.758Z Downloaded miette-derive v5.10.0
4472026-05-20T15:25:34.760Z Downloaded md-5 v0.10.6
4482026-05-20T15:25:34.760Z Downloaded darling_core v0.23.0
4492026-05-20T15:25:34.763Z Downloaded mime v0.3.17
4502026-05-20T15:25:34.763Z Downloaded futures v0.3.32
4512026-05-20T15:25:34.766Z Downloaded fs_extra v1.3.0
4522026-05-20T15:25:34.769Z Downloaded newtype-uuid-macros v0.1.0
4532026-05-20T15:25:34.769Z Downloaded nodrop v0.1.14
4542026-05-20T15:25:34.772Z Downloaded getrandom v0.3.4
4552026-05-20T15:25:34.774Z Downloaded getrandom v0.4.1
4562026-05-20T15:25:34.777Z Downloaded newtype_derive v0.1.6
4572026-05-20T15:25:34.777Z Downloaded newline-converter v0.3.0
4582026-05-20T15:25:34.777Z Downloaded jobserver v0.1.34
4592026-05-20T15:25:34.780Z Downloaded hickory-client v0.25.2
4602026-05-20T15:25:34.780Z Downloaded hyper-staticfile v0.10.1
4612026-05-20T15:25:34.783Z Downloaded http-body-util v0.1.3
4622026-05-20T15:25:34.783Z Downloaded hyper-rustls v0.27.7
4632026-05-20T15:25:34.785Z Downloaded httparse v1.10.1
4642026-05-20T15:25:34.785Z Downloaded libefi-sys v0.1.0
4652026-05-20T15:25:34.788Z Downloaded libtest-mimic v0.8.1
4662026-05-20T15:25:34.788Z Downloaded lock_api v0.4.14
4672026-05-20T15:25:34.791Z Downloaded linkme v0.3.35
4682026-05-20T15:25:34.791Z Downloaded libloading v0.8.9
4692026-05-20T15:25:34.794Z Downloaded ipnetwork v0.21.1
4702026-05-20T15:25:34.794Z Downloaded indoc v2.0.7
4712026-05-20T15:25:34.797Z Downloaded normalize-line-endings v0.3.0
4722026-05-20T15:25:34.799Z Downloaded num-conv v0.2.0
4732026-05-20T15:25:34.799Z Downloaded num v0.4.3
4742026-05-20T15:25:34.799Z Downloaded nonempty v0.12.0
4752026-05-20T15:25:34.802Z Downloaded num-derive v0.4.2
4762026-05-20T15:25:34.802Z Downloaded num-derive v0.3.3
4772026-05-20T15:25:34.805Z Downloaded chumsky v0.9.3
4782026-05-20T15:25:34.808Z Downloaded cc v1.2.56
4792026-05-20T15:25:34.811Z Downloaded ingot-macros v0.1.1
4802026-05-20T15:25:34.813Z Downloaded half v2.7.1
4812026-05-20T15:25:34.816Z Downloaded maybe-uninit v2.0.0
4822026-05-20T15:25:34.816Z Downloaded backtrace v0.3.76
4832026-05-20T15:25:34.819Z Downloaded num-iter v0.1.45
4842026-05-20T15:25:34.822Z Downloaded olpc-cjson v0.1.4
4852026-05-20T15:25:34.822Z Downloaded num_threads v0.1.7
4862026-05-20T15:25:34.822Z Downloaded httptest v0.16.4
4872026-05-20T15:25:34.825Z Downloaded opaque-debug v0.3.1
4882026-05-20T15:25:34.825Z Downloaded aes-gcm v0.10.3
4892026-05-20T15:25:34.827Z Downloaded const_format v0.2.35
4902026-05-20T15:25:34.830Z Downloaded native-tls v0.2.18
4912026-05-20T15:25:34.830Z Downloaded crossbeam-channel v0.5.15
4922026-05-20T15:25:34.833Z Downloaded num_enum_derive v0.5.11
4932026-05-20T15:25:34.833Z Downloaded iana-time-zone v0.1.65
4942026-05-20T15:25:34.835Z Downloaded derive_more v2.1.1
4952026-05-20T15:25:34.841Z Downloaded openssl-probe v0.2.1
4962026-05-20T15:25:34.845Z Downloaded mime_guess v2.0.5
4972026-05-20T15:25:34.845Z Downloaded newtype-uuid v1.3.2
4982026-05-20T15:25:34.848Z Downloaded flume v0.11.1
4992026-05-20T15:25:34.848Z Downloaded derive_more-impl v2.1.1
5002026-05-20T15:25:34.851Z Downloaded litrs v1.0.0
5012026-05-20T15:25:34.851Z Downloaded openssl-macros v0.1.1
5022026-05-20T15:25:34.854Z Downloaded litemap v0.8.1
5032026-05-20T15:25:34.854Z Downloaded darling_core v0.20.11
5042026-05-20T15:25:34.857Z Downloaded oso-derive v0.27.3
5052026-05-20T15:25:34.858Z Downloaded linear-map v1.2.0
5062026-05-20T15:25:34.860Z Downloaded knuffel-derive v3.2.0
5072026-05-20T15:25:34.860Z Downloaded ordered-float v2.10.1
5082026-05-20T15:25:34.860Z Downloaded icu_provider v2.1.1
5092026-05-20T15:25:34.863Z Downloaded nibble_vec v0.1.0
5102026-05-20T15:25:34.863Z Downloaded libsw v3.5.0
5112026-05-20T15:25:34.863Z Downloaded icu_properties v2.1.2
5122026-05-20T15:25:34.867Z Downloaded num-complex v0.4.6
5132026-05-20T15:25:34.870Z Downloaded nu-ansi-term v0.50.3
5142026-05-20T15:25:34.870Z Downloaded multer v3.1.0
5152026-05-20T15:25:34.870Z Downloaded parking v2.2.1
5162026-05-20T15:25:34.870Z Downloaded async-compression v0.4.41
5172026-05-20T15:25:34.874Z Downloaded parse-size v1.1.0
5182026-05-20T15:25:34.877Z Downloaded parse-display v0.10.0
5192026-05-20T15:25:34.877Z Downloaded packed_struct_codegen v0.10.1
5202026-05-20T15:25:34.877Z Downloaded hmac v0.12.1
5212026-05-20T15:25:34.879Z Downloaded indexmap v1.9.3
5222026-05-20T15:25:34.882Z Downloaded fancy-regex v0.14.0
5232026-05-20T15:25:34.882Z Downloaded fatfs v0.3.6
5242026-05-20T15:25:34.885Z Downloaded memmap2 v0.9.10
5252026-05-20T15:25:34.885Z Downloaded base64 v0.21.7
5262026-05-20T15:25:34.888Z Downloaded num_enum_derive v0.7.6
5272026-05-20T15:25:34.890Z Downloaded num_enum v0.5.11
5282026-05-20T15:25:34.893Z Downloaded peg-runtime v0.8.5
5292026-05-20T15:25:34.893Z Downloaded pbkdf2 v0.11.0
5302026-05-20T15:25:34.896Z Downloaded oorandom v11.1.5
5312026-05-20T15:25:34.896Z Downloaded bumpalo v3.20.2
5322026-05-20T15:25:34.899Z Downloaded flate2 v1.1.9
5332026-05-20T15:25:34.902Z Downloaded crypto-bigint v0.5.5
5342026-05-20T15:25:34.905Z Downloaded percent-encoding v2.3.2
5352026-05-20T15:25:34.905Z Downloaded pbkdf2 v0.12.2
5362026-05-20T15:25:34.905Z Downloaded path-slash v0.1.5
5372026-05-20T15:25:34.908Z Downloaded libbz2-rs-sys v0.2.2
5382026-05-20T15:25:34.908Z Downloaded num-rational v0.4.2
5392026-05-20T15:25:34.911Z Downloaded heapless v0.7.17
5402026-05-20T15:25:34.911Z Downloaded num_enum v0.7.6
5412026-05-20T15:25:34.914Z Downloaded libsw-core v0.3.2
5422026-05-20T15:25:34.917Z Downloaded phf_shared v0.11.3
5432026-05-20T15:25:34.917Z Downloaded phf_shared v0.13.1
5442026-05-20T15:25:34.917Z Downloaded openssl-probe v0.1.6
5452026-05-20T15:25:34.917Z Downloaded pin-utils v0.1.0
5462026-05-20T15:25:34.920Z Downloaded phf_shared v0.12.1
5472026-05-20T15:25:34.920Z Downloaded nanorand v0.7.0
5482026-05-20T15:25:34.920Z Downloaded ignore v0.4.25
5492026-05-20T15:25:34.923Z Downloaded plotters-backend v0.3.7
5502026-05-20T15:25:34.923Z Downloaded plain v0.2.3
5512026-05-20T15:25:34.926Z Downloaded ed25519-dalek v2.2.0
5522026-05-20T15:25:34.926Z Downloaded headers v0.4.1
5532026-05-20T15:25:34.929Z Downloaded icu_normalizer_data v2.1.1
5542026-05-20T15:25:34.933Z Downloaded owo-colors v3.5.0
5552026-05-20T15:25:34.936Z Downloaded packed_struct v0.10.1
5562026-05-20T15:25:34.938Z Downloaded oxnet v0.1.5
5572026-05-20T15:25:34.938Z Downloaded oxide-tokio-rt v0.1.4
5582026-05-20T15:25:34.942Z Downloaded plotters-svg v0.3.7
5592026-05-20T15:25:34.945Z Downloaded parse-display-derive v0.10.0
5602026-05-20T15:25:34.945Z Downloaded der v0.7.10
5612026-05-20T15:25:34.949Z Downloaded num-integer v0.1.46
5622026-05-20T15:25:34.952Z Downloaded password-hash v0.5.0
5632026-05-20T15:25:34.953Z Downloaded predicates-core v1.0.10
5642026-05-20T15:25:34.955Z Downloaded precomputed-hash v0.1.1
5652026-05-20T15:25:34.955Z Downloaded powerfmt v0.2.0
5662026-05-20T15:25:34.955Z Downloaded predicates-tree v1.0.13
5672026-05-20T15:25:34.955Z Downloaded pathdiff v0.2.3
5682026-05-20T15:25:34.955Z Downloaded parking_lot_core v0.8.6
5692026-05-20T15:25:34.958Z Downloaded pretty-hex v0.4.1
5702026-05-20T15:25:34.958Z Downloaded proc-macro-crate v3.4.0
5712026-05-20T15:25:34.961Z Downloaded diesel_derives v2.3.7
5722026-05-20T15:25:34.964Z Downloaded peg-macros v0.8.5
5732026-05-20T15:25:34.964Z Downloaded password-hash v0.4.2
5742026-05-20T15:25:34.966Z Downloaded hickory-resolver v0.25.2
5752026-05-20T15:25:34.969Z Downloaded potential_utf v0.1.4
5762026-05-20T15:25:34.969Z Downloaded hickory-resolver v0.24.4
5772026-05-20T15:25:34.972Z Downloaded paste v1.0.15
5782026-05-20T15:25:34.975Z Downloaded omicron-zone-package v0.12.2
5792026-05-20T15:25:34.975Z Downloaded knuffel v3.2.0
5802026-05-20T15:25:34.977Z Downloaded proc-macro-error-attr v1.0.4
5812026-05-20T15:25:34.977Z Downloaded phf v0.12.1
5822026-05-20T15:25:34.980Z Downloaded partial-io v0.5.4
5832026-05-20T15:25:34.980Z Downloaded peg v0.8.5
5842026-05-20T15:25:34.983Z Downloaded pem-rfc7468 v0.7.0
5852026-05-20T15:25:34.983Z Downloaded pin-project-internal v1.1.11
5862026-05-20T15:25:34.986Z Downloaded pem v3.0.6
5872026-05-20T15:25:34.986Z Downloaded path-tree v0.8.3
5882026-05-20T15:25:34.986Z Downloaded progenitor-client v0.10.0
5892026-05-20T15:25:34.989Z Downloaded indicatif v0.18.4
5902026-05-20T15:25:34.989Z Downloaded proc-macro-error-attr2 v2.0.0
5912026-05-20T15:25:34.992Z Downloaded phf v0.13.1
5922026-05-20T15:25:34.992Z Downloaded progenitor-client v0.11.2
5932026-05-20T15:25:34.992Z Downloaded progenitor-macro v0.10.0
5942026-05-20T15:25:34.995Z Downloaded progenitor-macro v0.14.0
5952026-05-20T15:25:34.995Z Downloaded progenitor-macro v0.13.0
5962026-05-20T15:25:34.995Z Downloaded progenitor-macro v0.11.2
5972026-05-20T15:25:34.995Z Downloaded progenitor-client v0.14.0
5982026-05-20T15:25:34.998Z Downloaded pkg-config v0.3.32
5992026-05-20T15:25:34.998Z Downloaded psl-types v2.0.11
6002026-05-20T15:25:34.998Z Downloaded pkcs8 v0.10.2
6012026-05-20T15:25:35.001Z Downloaded expectorate v1.2.0
6022026-05-20T15:25:35.004Z Downloaded poly1305 v0.8.0
6032026-05-20T15:25:35.004Z Downloaded parking_lot v0.11.2
6042026-05-20T15:25:35.004Z Downloaded icu_locale_core v2.1.1
6052026-05-20T15:25:35.007Z Downloaded parking_lot_core v0.9.12
6062026-05-20T15:25:35.010Z Downloaded postgres-protocol v0.6.10
6072026-05-20T15:25:35.010Z Downloaded polyval v0.6.2
6082026-05-20T15:25:35.012Z Downloaded quick-error v1.2.3
6092026-05-20T15:25:35.013Z Downloaded owo-colors v4.3.0
6102026-05-20T15:25:35.015Z Downloaded ppv-lite86 v0.2.21
6112026-05-20T15:25:35.015Z Downloaded predicates v3.1.4
6122026-05-20T15:25:35.018Z Downloaded once_cell v1.21.3
6132026-05-20T15:25:35.018Z Downloaded log v0.4.29
6142026-05-20T15:25:35.021Z Downloaded icu_collections v2.1.1
6152026-05-20T15:25:35.024Z Downloaded radium v0.7.0
6162026-05-20T15:25:35.024Z Downloaded heapless v0.8.0
6172026-05-20T15:25:35.027Z Downloaded dropshot-api-manager v0.7.1
6182026-05-20T15:25:35.029Z Downloaded parking_lot v0.12.5
6192026-05-20T15:25:35.032Z Downloaded icu_normalizer v2.1.1
6202026-05-20T15:25:35.032Z Downloaded crossterm v0.28.1
6212026-05-20T15:25:35.036Z Downloaded proc-macro-crate v1.3.1
6222026-05-20T15:25:35.041Z Downloaded progenitor v0.13.0
6232026-05-20T15:25:35.044Z Downloaded rand_chacha v0.3.1
6242026-05-20T15:25:35.044Z Downloaded proc-macro-error2 v2.0.1
6252026-05-20T15:25:35.046Z Downloaded pin-project-lite v0.2.17
6262026-05-20T15:25:35.049Z Downloaded progenitor-client v0.13.0
6272026-05-20T15:25:35.052Z Downloaded progenitor v0.14.0
6282026-05-20T15:25:35.052Z Downloaded pkcs5 v0.7.1
6292026-05-20T15:25:35.055Z Downloaded proc-macro-error v1.0.4
6302026-05-20T15:25:35.058Z Downloaded rand_xorshift v0.4.0
6312026-05-20T15:25:35.058Z Downloaded ref-cast-impl v1.0.25
6322026-05-20T15:25:35.058Z Downloaded recursive v0.1.1
6332026-05-20T15:25:35.061Z Downloaded miniz_oxide v0.8.9
6342026-05-20T15:25:35.061Z Downloaded primeorder v0.13.6
6352026-05-20T15:25:35.061Z Downloaded aes v0.8.4
6362026-05-20T15:25:35.064Z Downloaded progenitor-extras v0.2.0
6372026-05-20T15:25:35.064Z Downloaded ref-cast v1.0.25
6382026-05-20T15:25:35.067Z Downloaded recursive-proc-macro-impl v0.1.1
6392026-05-20T15:25:35.067Z Downloaded papergrid v0.11.0
6402026-05-20T15:25:35.070Z Downloaded rfc6979 v0.4.0
6412026-05-20T15:25:35.070Z Downloaded jiff-static v0.2.21
6422026-05-20T15:25:35.073Z Downloaded progenitor v0.11.2
6432026-05-20T15:25:35.073Z Downloaded pkcs1 v0.7.5
6442026-05-20T15:25:35.075Z Downloaded pest_generator v2.8.6
6452026-05-20T15:25:35.075Z Downloaded pest_derive v2.8.6
6462026-05-20T15:25:35.078Z Downloaded num-traits v0.2.19
6472026-05-20T15:25:35.085Z Downloaded russh-cryptovec v0.7.3
6482026-05-20T15:25:35.087Z Downloaded hashbrown v0.12.3
6492026-05-20T15:25:35.087Z Downloaded rtoolbox v0.0.3
6502026-05-20T15:25:35.090Z Downloaded postcard v1.1.3
6512026-05-20T15:25:35.090Z Downloaded psm v0.1.30
6522026-05-20T15:25:35.094Z Downloaded rustc_version v0.4.1
6532026-05-20T15:25:35.097Z Downloaded rand_core v0.9.5
6542026-05-20T15:25:35.097Z Downloaded rustc_version v0.1.7
6552026-05-20T15:25:35.100Z Downloaded rustc-hash v2.1.1
6562026-05-20T15:25:35.100Z Downloaded rand_core v0.6.4
6572026-05-20T15:25:35.100Z Downloaded rand_chacha v0.9.0
6582026-05-20T15:25:35.102Z Downloaded r2d2 v0.8.10
6592026-05-20T15:25:35.105Z Downloaded postgres-types v0.2.12
6602026-05-20T15:25:35.108Z Downloaded rand_seeder v0.4.0
6612026-05-20T15:25:35.108Z Downloaded criterion v0.7.0
6622026-05-20T15:25:35.111Z Downloaded pin-project v1.1.11
6632026-05-20T15:25:35.117Z Downloaded quote v1.0.45
6642026-05-20T15:25:35.120Z Downloaded salsa20 v0.10.2
6652026-05-20T15:25:35.120Z Downloaded indexmap v2.14.0
6662026-05-20T15:25:35.124Z Downloaded same-file v1.0.6
6672026-05-20T15:25:35.126Z Downloaded scheduled-thread-pool v0.2.7
6682026-05-20T15:25:35.126Z Downloaded sapling-renderdag v0.1.0
6692026-05-20T15:25:35.129Z Downloaded resolv-conf v0.7.6
6702026-05-20T15:25:35.129Z Downloaded oso v0.27.3
6712026-05-20T15:25:35.132Z Downloaded miette v5.10.0
6722026-05-20T15:25:35.135Z Downloaded papergrid v0.17.0
6732026-05-20T15:25:35.137Z Downloaded progenitor v0.10.0
6742026-05-20T15:25:35.137Z Downloaded openssl-sys v0.9.115
6752026-05-20T15:25:35.140Z Downloaded relative-path v1.9.3
6762026-05-20T15:25:35.143Z Downloaded memchr v2.8.0
6772026-05-20T15:25:35.146Z Downloaded minimal-lexical v0.2.1
6782026-05-20T15:25:35.149Z Downloaded seq-macro v0.3.6
6792026-05-20T15:25:35.152Z Downloaded scroll_derive v0.12.1
6802026-05-20T15:25:35.154Z Downloaded quinn-udp v0.5.14
6812026-05-20T15:25:35.154Z Downloaded semver v0.1.20
6822026-05-20T15:25:35.154Z Downloaded hickory-server v0.25.2
6832026-05-20T15:25:35.157Z Downloaded prefix-trie v0.7.0
6842026-05-20T15:25:35.160Z Downloaded secrecy v0.10.3
6852026-05-20T15:25:35.160Z Downloaded secrecy v0.8.0
6862026-05-20T15:25:35.163Z Downloaded hashbrown v0.13.2
6872026-05-20T15:25:35.166Z Downloaded rand_core v0.10.0
6882026-05-20T15:25:35.166Z Downloaded p256 v0.13.2
6892026-05-20T15:25:35.169Z Downloaded scroll_derive v0.13.1
6902026-05-20T15:25:35.169Z Downloaded scopeguard v1.2.0
6912026-05-20T15:25:35.169Z Downloaded rustc-demangle v0.1.27
6922026-05-20T15:25:35.172Z Downloaded rust-argon2 v2.1.0
6932026-05-20T15:25:35.172Z Downloaded crossterm v0.29.0
6942026-05-20T15:25:35.175Z Downloaded serde-value v0.7.0
6952026-05-20T15:25:35.178Z Downloaded scrypt v0.11.0
6962026-05-20T15:25:35.178Z Downloaded rustls-native-certs v0.8.3
6972026-05-20T15:25:35.181Z Downloaded serde_bytes v0.11.19
6982026-05-20T15:25:35.181Z Downloaded serde-big-array v0.5.1
6992026-05-20T15:25:35.184Z Downloaded progenitor-impl v0.14.0
7002026-05-20T15:25:35.186Z Downloaded progenitor-impl v0.11.2
7012026-05-20T15:25:35.194Z Downloaded serde_regex v1.1.0
7022026-05-20T15:25:35.196Z Downloaded serde_repr v0.1.20
7032026-05-20T15:25:35.196Z Downloaded serde_plain v1.0.2
7042026-05-20T15:25:35.203Z Downloaded rustls-pemfile v2.2.0
7052026-05-20T15:25:35.206Z Downloaded serde_spanned v1.0.4
7062026-05-20T15:25:35.209Z Downloaded serde_spanned v0.6.9
7072026-05-20T15:25:35.209Z Downloaded blake3 v1.8.3
7082026-05-20T15:25:35.213Z Downloaded sha1 v0.10.6
7092026-05-20T15:25:35.216Z Downloaded serde_urlencoded v0.7.1
7102026-05-20T15:25:35.219Z Downloaded scroll v0.13.0
7112026-05-20T15:25:35.222Z Downloaded schemars_derive v0.8.22
7122026-05-20T15:25:35.222Z Downloaded mio v1.2.0
7132026-05-20T15:25:35.226Z Downloaded shell-words v1.1.1
7142026-05-20T15:25:35.229Z Downloaded scroll v0.12.0
7152026-05-20T15:25:35.229Z Downloaded signal-hook-tokio v0.3.1
7162026-05-20T15:25:35.229Z Downloaded sec1 v0.7.3
7172026-05-20T15:25:35.230Z Downloaded signal-hook-mio v0.2.5
7182026-05-20T15:25:35.232Z Downloaded http v1.4.0
7192026-05-20T15:25:35.236Z Downloaded itertools v0.10.5
7202026-05-20T15:25:35.240Z Downloaded signature v2.2.0
7212026-05-20T15:25:35.243Z Downloaded sigpipe v0.1.3
7222026-05-20T15:25:35.247Z Downloaded serde_derive_internals v0.29.1
7232026-05-20T15:25:35.250Z Downloaded serde-untagged v0.1.9
7242026-05-20T15:25:35.250Z Downloaded serde-hex v0.1.0
7252026-05-20T15:25:35.253Z Downloaded russh-keys v0.45.0
7262026-05-20T15:25:35.256Z Downloaded sct v0.7.1
7272026-05-20T15:25:35.256Z Downloaded rustls-pemfile v1.0.4
7282026-05-20T15:25:35.258Z Downloaded siphasher v1.0.2
7292026-05-20T15:25:35.258Z Downloaded proc-macro2 v1.0.106
7302026-05-20T15:25:35.261Z Downloaded rustls-pki-types v1.14.0
7312026-05-20T15:25:35.264Z Downloaded serde_path_to_error v0.1.20
7322026-05-20T15:25:35.267Z Downloaded guppy v0.17.25
7332026-05-20T15:25:35.273Z Downloaded hyper-util v0.1.20
7342026-05-20T15:25:35.276Z Downloaded hashbrown v0.16.1
7352026-05-20T15:25:35.280Z Downloaded rusty-fork v0.3.1
7362026-05-20T15:25:35.283Z Downloaded slog-envlogger v2.2.0
7372026-05-20T15:25:35.285Z Downloaded prettyplease v0.2.37
7382026-05-20T15:25:35.288Z Downloaded smawk v0.3.2
7392026-05-20T15:25:35.291Z Downloaded rustversion v1.0.22
7402026-05-20T15:25:35.327Z Downloaded ron v0.8.1
7412026-05-20T15:25:35.328Z Downloaded pest_meta v2.8.6
7422026-05-20T15:25:35.328Z Downloaded progenitor-impl v0.10.0
7432026-05-20T15:25:35.328Z Downloaded rcgen v0.12.1
7442026-05-20T15:25:35.328Z Downloaded shlex v1.3.0
7452026-05-20T15:25:35.328Z Downloaded hashbrown v0.14.5
7462026-05-20T15:25:35.328Z Downloaded sha2 v0.10.9
7472026-05-20T15:25:35.328Z Downloaded stable_deref_trait v1.2.1
7482026-05-20T15:25:35.328Z Downloaded ssh-cipher v0.2.0
7492026-05-20T15:25:35.328Z Downloaded sqlparser_derive v0.5.0
7502026-05-20T15:25:35.328Z Downloaded ssh-encoding v0.2.0
7512026-05-20T15:25:35.328Z Downloaded signal-hook-registry v1.4.8
7522026-05-20T15:25:35.328Z Downloaded pretty_assertions v1.4.1
7532026-05-20T15:25:35.328Z Downloaded serde_tokenstream v0.2.3
7542026-05-20T15:25:35.328Z Downloaded similar-asserts v1.7.0
7552026-05-20T15:25:35.328Z Downloaded strip-ansi-escapes v0.2.1
7562026-05-20T15:25:35.328Z Downloaded simd-adler32 v0.3.8
7572026-05-20T15:25:35.328Z Downloaded nom v7.1.3
7582026-05-20T15:25:35.331Z Downloaded strsim v0.11.1
7592026-05-20T15:25:35.331Z Downloaded slog-dtrace v0.3.0
7602026-05-20T15:25:35.331Z Downloaded num-bigint v0.4.6
7612026-05-20T15:25:35.334Z Downloaded serde_cbor v0.11.2
7622026-05-20T15:25:35.336Z Downloaded rustls-platform-verifier v0.6.2
7632026-05-20T15:25:35.339Z Downloaded structmeta-derive v0.3.0
7642026-05-20T15:25:35.339Z Downloaded structmeta v0.3.0
7652026-05-20T15:25:35.339Z Downloaded progenitor-impl v0.13.0
7662026-05-20T15:25:35.342Z Downloaded semver v1.0.28
7672026-05-20T15:25:35.342Z Downloaded slog-term v2.9.2
7682026-05-20T15:25:35.345Z Downloaded ryu v1.0.23
7692026-05-20T15:25:35.347Z Downloaded smf v0.2.3
7702026-05-20T15:25:35.347Z Downloaded smallvec v0.6.14
7712026-05-20T15:25:35.348Z Downloaded strum v0.26.3
7722026-05-20T15:25:35.350Z Downloaded aho-corasick v1.1.4
7732026-05-20T15:25:35.353Z Downloaded swrite v0.1.0
7742026-05-20T15:25:35.353Z Downloaded schemars v0.8.22
7752026-05-20T15:25:35.359Z Downloaded subtle v2.6.1
7762026-05-20T15:25:35.362Z Downloaded slog-stdlog v4.1.1
7772026-05-20T15:25:35.362Z Downloaded slog-json v2.6.1
7782026-05-20T15:25:35.365Z Downloaded snafu-derive v0.8.9
7792026-05-20T15:25:35.365Z Downloaded slog-bunyan v2.5.0
7802026-05-20T15:25:35.365Z Downloaded idna v1.1.0
7812026-05-20T15:25:35.367Z Downloaded sync_wrapper v1.0.2
7822026-05-20T15:25:35.367Z Downloaded itertools v0.12.1
7832026-05-20T15:25:35.371Z Downloaded rayon-core v1.13.0
7842026-05-20T15:25:35.374Z Downloaded iddqd v0.4.1
7852026-05-20T15:25:35.378Z Downloaded tabled_derive v0.7.0
7862026-05-20T15:25:35.381Z Downloaded rstest_macros v0.25.0
7872026-05-20T15:25:35.381Z Downloaded tabled_derive v0.11.0
7882026-05-20T15:25:35.383Z Downloaded take_mut v0.2.2
7892026-05-20T15:25:35.384Z Downloaded tabwriter v1.4.1
7902026-05-20T15:25:35.384Z Downloaded serde_with_macros v3.17.0
7912026-05-20T15:25:35.386Z Downloaded tagptr v0.2.0
7922026-05-20T15:25:35.386Z Downloaded static_assertions v1.1.0
7932026-05-20T15:25:35.389Z Downloaded sync-ptr v0.1.4
7942026-05-20T15:25:35.389Z Downloaded rand v0.8.6
7952026-05-20T15:25:35.392Z Downloaded rand_distr v0.5.1
7962026-05-20T15:25:35.395Z Downloaded serde_derive v1.0.228
7972026-05-20T15:25:35.395Z Downloaded publicsuffix v2.3.0
7982026-05-20T15:25:35.397Z Downloaded target-triple v1.0.0
7992026-05-20T15:25:35.397Z Downloaded strum v0.27.2
8002026-05-20T15:25:35.400Z Downloaded itertools v0.14.0
8012026-05-20T15:25:35.403Z Downloaded slog-async v2.8.0
8022026-05-20T15:25:35.406Z Downloaded spki v0.7.3
8032026-05-20T15:25:35.406Z Downloaded futures-util v0.3.32
8042026-05-20T15:25:35.411Z Downloaded strum_macros v0.26.4
8052026-05-20T15:25:35.414Z Downloaded smallvec v1.15.1
8062026-05-20T15:25:35.417Z Downloaded hashbrown v0.17.0
8072026-05-20T15:25:35.419Z Downloaded testing_table v0.3.0
8082026-05-20T15:25:35.419Z Downloaded strum_macros v0.24.3
8092026-05-20T15:25:35.422Z Downloaded termtree v0.5.1
8102026-05-20T15:25:35.422Z Downloaded quinn v0.11.9
8112026-05-20T15:25:35.426Z Downloaded support-bundle-viewer v0.1.2
8122026-05-20T15:25:35.426Z Downloaded terminal_size v0.4.3
8132026-05-20T15:25:35.428Z Downloaded hyper v1.8.1
8142026-05-20T15:25:35.431Z Downloaded terminal_size v0.1.17
8152026-05-20T15:25:35.431Z Downloaded serde_core v1.0.228
8162026-05-20T15:25:35.434Z Downloaded thiserror-impl-no-std v2.0.2
8172026-05-20T15:25:35.434Z Downloaded iri-string v0.7.10
8182026-05-20T15:25:35.437Z Downloaded synstructure v0.13.2
8192026-05-20T15:25:35.440Z Downloaded spin v0.9.8
8202026-05-20T15:25:35.440Z Downloaded itertools v0.13.0
8212026-05-20T15:25:35.444Z Downloaded signal-hook v0.3.18
8222026-05-20T15:25:35.446Z Downloaded serde_yaml v0.9.34+deprecated
8232026-05-20T15:25:35.449Z Downloaded tap v1.0.1
8242026-05-20T15:25:35.449Z Downloaded sqlformat v0.3.5
8252026-05-20T15:25:35.452Z Downloaded goblin v0.8.2
8262026-05-20T15:25:35.455Z Downloaded tokio-macros v2.7.0
8272026-05-20T15:25:35.457Z Downloaded tinyvec_macros v0.1.1
8282026-05-20T15:25:35.457Z Downloaded stacker v0.1.23
8292026-05-20T15:25:35.457Z Downloaded thread-id v4.2.2
8302026-05-20T15:25:35.460Z Downloaded nom v8.0.0
8312026-05-20T15:25:35.463Z Downloaded time-core v0.1.8
8322026-05-20T15:25:35.463Z Downloaded libm v0.2.16
8332026-05-20T15:25:35.468Z Downloaded rstest v0.25.0
8342026-05-20T15:25:35.473Z Downloaded target-spec v3.5.7
8352026-05-20T15:25:35.476Z Downloaded target-lexicon v0.13.3
8362026-05-20T15:25:35.476Z Downloaded rsa v0.9.10
8372026-05-20T15:25:35.478Z Downloaded num-bigint-dig v0.8.6
8382026-05-20T15:25:35.481Z Downloaded slog v2.8.2
8392026-05-20T15:25:35.484Z Downloaded samael v0.0.19
8402026-05-20T15:25:35.486Z Downloaded toml_datetime v0.6.11
8412026-05-20T15:25:35.489Z Downloaded tokio-test v0.4.5
8422026-05-20T15:25:35.489Z Downloaded termcolor v1.4.1
8432026-05-20T15:25:35.489Z Downloaded strum_macros v0.27.2
8442026-05-20T15:25:35.492Z Downloaded similar v2.7.0
8452026-05-20T15:25:35.495Z Downloaded topological-sort v0.2.2
8462026-05-20T15:25:35.495Z Downloaded schemars v0.9.0
8472026-05-20T15:25:35.501Z Downloaded thiserror-impl v2.0.18
8482026-05-20T15:25:35.504Z Downloaded thiserror v2.0.18
8492026-05-20T15:25:35.506Z Downloaded trait-variant v0.1.2
8502026-05-20T15:25:35.509Z Downloaded socket2 v0.6.3
8512026-05-20T15:25:35.509Z Downloaded socket2 v0.5.10
8522026-05-20T15:25:35.512Z Downloaded schemars v1.2.1
8532026-05-20T15:25:35.518Z Downloaded typeid v1.0.3
8542026-05-20T15:25:35.522Z Downloaded tower-service v0.3.3
8552026-05-20T15:25:35.522Z Downloaded thread-id v5.1.0
8562026-05-20T15:25:35.522Z Downloaded thiserror-impl v1.0.69
8572026-05-20T15:25:35.525Z Downloaded try-lock v0.2.5
8582026-05-20T15:25:35.525Z Downloaded tokio-native-tls v0.3.1
8592026-05-20T15:25:35.525Z Downloaded tower-layer v0.3.3
8602026-05-20T15:25:35.525Z Downloaded toml_write v0.1.2
8612026-05-20T15:25:35.525Z Downloaded tinystr v0.8.2
8622026-05-20T15:25:35.528Z Downloaded thiserror-no-std v2.0.2
8632026-05-20T15:25:35.531Z Downloaded p521 v0.13.3
8642026-05-20T15:25:35.534Z Downloaded tokio-dtrace v0.1.1
8652026-05-20T15:25:35.534Z Downloaded tls_codec_derive v0.4.2
8662026-05-20T15:25:35.537Z Downloaded typify-macro v0.4.3
8672026-05-20T15:25:35.537Z Downloaded tokio-tungstenite v0.21.0
8682026-05-20T15:25:35.537Z Downloaded tempfile v3.25.0
8692026-05-20T15:25:35.542Z Downloaded typify-macro v0.6.2
8702026-05-20T15:25:35.542Z Downloaded term v1.2.1
8712026-05-20T15:25:35.542Z Downloaded tls_codec v0.4.2
8722026-05-20T15:25:35.544Z Downloaded unicode-truncate v1.1.0
8732026-05-20T15:25:35.545Z Downloaded unicode-linebreak v0.1.5
8742026-05-20T15:25:35.545Z Downloaded tinytemplate v1.2.1
8752026-05-20T15:25:35.545Z Downloaded time-macros v0.2.27
8762026-05-20T15:25:35.548Z Downloaded pest v2.8.6
8772026-05-20T15:25:35.550Z Downloaded tokio-tungstenite v0.23.1
8782026-05-20T15:25:35.553Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8792026-05-20T15:25:35.553Z Downloaded snafu v0.8.9
8802026-05-20T15:25:35.556Z Downloaded tokio-rustls v0.25.0
8812026-05-20T15:25:35.558Z Downloaded subprocess v0.2.15
8822026-05-20T15:25:35.561Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8832026-05-20T15:25:35.561Z Downloaded rand v0.10.1
8842026-05-20T15:25:35.564Z Downloaded universal-hash v0.5.1
8852026-05-20T15:25:35.564Z Downloaded unicode-xid v0.2.6
8862026-05-20T15:25:35.567Z Downloaded untrusted v0.9.0
8872026-05-20T15:25:35.567Z Downloaded bindgen v0.71.1
8882026-05-20T15:25:35.570Z Downloaded usdt v0.5.0
8892026-05-20T15:25:35.573Z Downloaded toml_writer v1.0.6+spec-1.1.0
8902026-05-20T15:25:35.573Z Downloaded thread_local v1.1.9
8912026-05-20T15:25:35.576Z Downloaded rand v0.9.2
8922026-05-20T15:25:35.578Z Downloaded thiserror v1.0.69
8932026-05-20T15:25:35.582Z Downloaded untrusted v0.7.1
8942026-05-20T15:25:35.582Z Downloaded termios v0.3.3
8952026-05-20T15:25:35.582Z Downloaded rustls-webpki v0.103.9
8962026-05-20T15:25:35.584Z Downloaded hkdf v0.12.4
8972026-05-20T15:25:35.585Z Downloaded h2 v0.4.13
8982026-05-20T15:25:35.588Z Downloaded utf8parse v0.2.2
8992026-05-20T15:25:35.591Z Downloaded usdt v0.6.0
9002026-05-20T15:25:35.591Z Downloaded utf-8 v0.7.6
9012026-05-20T15:25:35.591Z Downloaded usdt-macro v0.6.0
9022026-05-20T15:25:35.594Z Downloaded usdt-attr-macro v0.6.0
9032026-05-20T15:25:35.594Z Downloaded tiny-keccak v2.0.2
9042026-05-20T15:25:35.594Z Downloaded usdt-attr-macro v0.5.0
9052026-05-20T15:25:35.597Z Downloaded stringprep v0.1.5
9062026-05-20T15:25:35.597Z Downloaded stringmetrics v2.2.2
9072026-05-20T15:25:35.597Z Downloaded string_cache v0.8.9
9082026-05-20T15:25:35.597Z Downloaded qorb v0.4.1
9092026-05-20T15:25:35.600Z Downloaded russh v0.45.0
9102026-05-20T15:25:35.603Z Downloaded usdt-macro v0.5.0
9112026-05-20T15:25:35.606Z Downloaded term v0.7.0
9122026-05-20T15:25:35.606Z Downloaded unicase v2.9.0
9132026-05-20T15:25:35.608Z Downloaded unarray v0.1.4
9142026-05-20T15:25:35.608Z Downloaded icu_properties_data v2.1.2
9152026-05-20T15:25:35.613Z Downloaded waitgroup v0.1.2
9162026-05-20T15:25:35.616Z Downloaded void v1.0.2
9172026-05-20T15:25:35.616Z Downloaded version_check v0.9.5
9182026-05-20T15:25:35.616Z Downloaded tokio-rustls v0.24.1
9192026-05-20T15:25:35.619Z Downloaded bitvec v1.0.1
9202026-05-20T15:25:35.625Z Downloaded unit-prefix v0.5.2
9212026-05-20T15:25:35.628Z Downloaded want v0.3.1
9222026-05-20T15:25:35.628Z Downloaded toml_parser v1.0.9+spec-1.1.0
9232026-05-20T15:25:35.628Z Downloaded test-strategy v0.4.5
9242026-05-20T15:25:35.631Z Downloaded toml v0.8.23
9252026-05-20T15:25:35.633Z Downloaded usdt-impl v0.6.0
9262026-05-20T15:25:35.634Z Downloaded xshell-macros v0.2.7
9272026-05-20T15:25:35.634Z Downloaded usdt-impl v0.5.0
9282026-05-20T15:25:35.636Z Downloaded xattr v1.6.1
9292026-05-20T15:25:35.636Z Downloaded tokio-stream v0.1.18
9302026-05-20T15:25:35.639Z Downloaded tokio-rustls v0.26.4
9312026-05-20T15:25:35.643Z Downloaded textwrap v0.15.2
9322026-05-20T15:25:35.643Z Downloaded rustyline v14.0.0
9332026-05-20T15:25:35.646Z Downloaded supports-unicode v2.1.0
9342026-05-20T15:25:35.646Z Downloaded supports-hyperlinks v2.1.0
9352026-05-20T15:25:35.646Z Downloaded supports-color v3.0.2
9362026-05-20T15:25:35.649Z Downloaded supports-color v2.1.0
9372026-05-20T15:25:35.649Z Downloaded hashbrown v0.15.5
9382026-05-20T15:25:35.651Z Downloaded zerofrom v0.1.6
9392026-05-20T15:25:35.652Z Downloaded wait-timeout v0.2.1
9402026-05-20T15:25:35.654Z Downloaded utf8_iter v1.0.4
9412026-05-20T15:25:35.654Z Downloaded tui-tree-widget v0.23.1
9422026-05-20T15:25:35.654Z Downloaded zerofrom-derive v0.1.6
9432026-05-20T15:25:35.654Z Downloaded slog-scope v4.4.1
9442026-05-20T15:25:35.657Z Downloaded zeroize_derive v1.4.3
9452026-05-20T15:25:35.657Z Downloaded slab v0.4.12
9462026-05-20T15:25:35.657Z Downloaded libxml v0.3.3
9472026-05-20T15:25:35.660Z Downloaded zone v0.3.1
9482026-05-20T15:25:35.663Z Downloaded chrono v0.4.44
9492026-05-20T15:25:35.665Z Downloaded tracing-attributes v0.1.31
9502026-05-20T15:25:35.668Z Downloaded tinyvec v1.10.0
9512026-05-20T15:25:35.668Z Downloaded serde v1.0.228
9522026-05-20T15:25:35.671Z Downloaded twox-hash v2.1.2
9532026-05-20T15:25:35.674Z Downloaded tar v0.4.45
9542026-05-20T15:25:35.677Z Downloaded uzers v0.12.2
9552026-05-20T15:25:35.677Z Downloaded vergen-lib v0.1.6
9562026-05-20T15:25:35.677Z Downloaded steno v0.4.1
9572026-05-20T15:25:35.680Z Downloaded git2 v0.20.4
9582026-05-20T15:25:35.683Z Downloaded walkdir v2.5.0
9592026-05-20T15:25:35.686Z Downloaded unicode-properties v0.1.4
9602026-05-20T15:25:35.686Z Downloaded ucd-trie v0.1.7
9612026-05-20T15:25:35.692Z Downloaded textwrap v0.16.2
9622026-05-20T15:25:35.695Z Downloaded toml v0.7.8
9632026-05-20T15:25:35.700Z Downloaded vsss-rs v3.3.4
9642026-05-20T15:25:35.707Z Downloaded zone_cfg_derive v0.3.1
9652026-05-20T15:25:35.709Z Downloaded yoke-derive v0.8.1
9662026-05-20T15:25:35.712Z Downloaded toml v0.9.12+spec-1.1.0
9672026-05-20T15:25:35.715Z Downloaded tungstenite v0.23.0
9682026-05-20T15:25:35.718Z Downloaded reedline v0.40.0
9692026-05-20T15:25:35.721Z Downloaded plotters v0.3.7
9702026-05-20T15:25:35.726Z Downloaded zerovec-derive v0.11.2
9712026-05-20T15:25:35.729Z Downloaded zeroize v1.8.2
9722026-05-20T15:25:35.729Z Downloaded vergen v9.0.6
9732026-05-20T15:25:35.731Z Downloaded tungstenite v0.21.0
9742026-05-20T15:25:35.731Z Downloaded writeable v0.6.2
9752026-05-20T15:25:35.734Z Downloaded unicode-ident v1.0.24
9762026-05-20T15:25:35.737Z Downloaded rpassword v7.4.0
9772026-05-20T15:25:35.737Z Downloaded aws-lc-rs v1.16.3
9782026-05-20T15:25:35.741Z Downloaded zmij v1.0.21
9792026-05-20T15:25:35.744Z Downloaded toml v1.0.6+spec-1.1.0
9802026-05-20T15:25:35.746Z Downloaded xshell v0.2.7
9812026-05-20T15:25:35.749Z Downloaded lalrpop v0.19.12
9822026-05-20T15:25:35.754Z Downloaded zstd-safe v7.2.4
9832026-05-20T15:25:35.757Z Downloaded zstd v0.13.3
9842026-05-20T15:25:35.757Z Downloaded yoke v0.8.1
9852026-05-20T15:25:35.759Z Downloaded vergen-gitcl v1.0.8
9862026-05-20T15:25:35.759Z Downloaded whoami v2.1.0
9872026-05-20T15:25:35.762Z Downloaded vergen-git2 v1.0.7
9882026-05-20T15:25:35.762Z Downloaded unsafe-libyaml v0.2.11
9892026-05-20T15:25:35.765Z Downloaded typify v0.4.3
9902026-05-20T15:25:35.767Z Downloaded toml_edit v0.23.10+spec-1.0.0
9912026-05-20T15:25:35.770Z Downloaded toml_edit v0.22.27
9922026-05-20T15:25:35.773Z Downloaded unicode-bidi v0.3.18
9932026-05-20T15:25:35.778Z Downloaded typenum v1.19.0
9942026-05-20T15:25:35.782Z Downloaded wyz v0.5.1
9952026-05-20T15:25:35.785Z Downloaded typify v0.6.2
9962026-05-20T15:25:35.788Z Downloaded portable-atomic v1.13.1
9972026-05-20T15:25:35.791Z Downloaded reqwest v0.13.2
9982026-05-20T15:25:35.794Z Downloaded reqwest v0.12.28
9992026-05-20T15:25:35.797Z Downloaded goblin v0.10.5
10002026-05-20T15:25:35.801Z Downloaded whoami v1.6.1
10012026-05-20T15:25:35.804Z Downloaded tracing-core v0.1.36
10022026-05-20T15:25:35.807Z Downloaded ssh-key v0.6.7
10032026-05-20T15:25:35.810Z Downloaded regex v1.12.3
10042026-05-20T15:25:35.812Z Downloaded trybuild v1.0.116
10052026-05-20T15:25:35.815Z Downloaded moka v0.12.13
10062026-05-20T15:25:35.818Z Downloaded zerocopy v0.6.6
10072026-05-20T15:25:35.821Z Downloaded yasna v0.5.2
10082026-05-20T15:25:35.821Z Downloaded curve25519-dalek v4.1.3
10092026-05-20T15:25:35.827Z Downloaded tokio-postgres v0.7.16
10102026-05-20T15:25:35.833Z Downloaded uuid v1.23.0
10112026-05-20T15:25:35.836Z Downloaded p384 v0.13.1
10122026-05-20T15:25:35.841Z Downloaded zerocopy-derive v0.7.35
10132026-05-20T15:25:35.844Z Downloaded zopfli v0.8.3
10142026-05-20T15:25:35.847Z Downloaded toml_edit v0.19.15
10152026-05-20T15:25:35.854Z Downloaded url v2.5.8
10162026-05-20T15:25:35.857Z Downloaded unicode_categories v0.1.1
10172026-05-20T15:25:35.859Z Downloaded tower v0.5.3
10182026-05-20T15:25:35.862Z Downloaded proptest v1.10.0
10192026-05-20T15:25:35.868Z Downloaded serde_json v1.0.149
10202026-05-20T15:25:35.872Z Downloaded zerotrie v0.2.3
10212026-05-20T15:25:35.881Z Downloaded salty v0.3.0
10222026-05-20T15:25:35.885Z Downloaded quick-xml v0.37.5
10232026-05-20T15:25:35.891Z Downloaded rayon v1.11.0
10242026-05-20T15:25:35.897Z Downloaded vte v0.14.1
10252026-05-20T15:25:35.903Z Downloaded typed-path v0.9.3
10262026-05-20T15:25:35.923Z Downloaded unicode-segmentation v1.12.0
10272026-05-20T15:25:35.929Z Downloaded rustls-webpki v0.101.7
10282026-05-20T15:25:35.937Z Downloaded zip v0.6.6
10292026-05-20T15:25:35.940Z Downloaded unicode-normalization v0.1.25
10302026-05-20T15:25:35.943Z Downloaded petname v2.0.2
10312026-05-20T15:25:35.952Z Downloaded object v0.30.4
10322026-05-20T15:25:35.958Z Downloaded tough v0.22.0
10332026-05-20T15:25:35.963Z Downloaded nix v0.27.1
10342026-05-20T15:25:35.969Z Downloaded rustls-webpki v0.102.8
10352026-05-20T15:25:35.980Z Downloaded yansi v1.0.1
10362026-05-20T15:25:35.983Z Downloaded bstr v1.12.1
10372026-05-20T15:25:35.986Z Downloaded radix_trie v0.2.1
10382026-05-20T15:25:35.989Z Downloaded gimli v0.32.3
10392026-05-20T15:25:35.994Z Downloaded zerovec v0.11.5
10402026-05-20T15:25:35.997Z Downloaded zerocopy-derive v0.8.40
10412026-05-20T15:25:36.002Z Downloaded dropshot v0.16.7
10422026-05-20T15:25:36.015Z Downloaded serde_with v3.17.0
10432026-05-20T15:25:36.023Z Downloaded dropshot v0.17.0
10442026-05-20T15:25:36.103Z Downloaded winnow v0.6.26
10452026-05-20T15:25:36.110Z Downloaded x509-cert v0.2.5
10462026-05-20T15:25:36.115Z Downloaded tokio-util v0.7.18
10472026-05-20T15:25:36.120Z Downloaded winnow v0.5.40
10482026-05-20T15:25:36.125Z Downloaded tower-http v0.6.8
10492026-05-20T15:25:36.130Z Downloaded hickory-proto v0.24.4
10502026-05-20T15:25:36.140Z Downloaded zip v4.6.1
10512026-05-20T15:25:36.142Z Downloaded tabled v0.20.0
10522026-05-20T15:25:36.151Z Downloaded nix v0.31.2
10532026-05-20T15:25:36.158Z Downloaded smoltcp v0.9.1
10542026-05-20T15:25:36.163Z Downloaded time v0.3.47
10552026-05-20T15:25:36.170Z Downloaded syn v1.0.109
10562026-05-20T15:25:36.176Z Downloaded polar-core v0.27.3
10572026-05-20T15:25:36.180Z Downloaded nix v0.29.0
10582026-05-20T15:25:36.186Z Downloaded quinn-proto v0.11.13
10592026-05-20T15:25:36.190Z Downloaded zerocopy v0.7.35
10602026-05-20T15:25:36.199Z Downloaded regress v0.11.1
10612026-05-20T15:25:36.204Z Downloaded regex-syntax v0.6.29
10622026-05-20T15:25:36.208Z Downloaded openssl v0.10.79
10632026-05-20T15:25:36.213Z Downloaded tabled v0.15.0
10642026-05-20T15:25:36.222Z Downloaded zerocopy v0.8.40
10652026-05-20T15:25:36.228Z Downloaded syn v2.0.117
10662026-05-20T15:25:36.234Z Downloaded regress v0.10.5
10672026-05-20T15:25:36.239Z Downloaded rustix v0.38.44
10682026-05-20T15:25:36.252Z Downloaded winnow v1.0.3
10692026-05-20T15:25:36.257Z Downloaded diesel v2.3.7
10702026-05-20T15:25:36.268Z Downloaded rustls v0.21.12
10712026-05-20T15:25:36.275Z Downloaded winnow v0.7.14
10722026-05-20T15:25:36.280Z Downloaded vcpkg v0.2.15
10732026-05-20T15:25:36.303Z Downloaded zlib-rs v0.6.2
10742026-05-20T15:25:36.306Z Downloaded object v0.37.3
10752026-05-20T15:25:36.312Z Downloaded rustls v0.22.4
10762026-05-20T15:25:36.320Z Downloaded openapiv3 v2.2.0
10772026-05-20T15:25:36.326Z Downloaded webpki-roots v1.0.6
10782026-05-20T15:25:36.329Z Downloaded hickory-proto v0.25.2
10792026-05-20T15:25:36.339Z Downloaded nix v0.28.0
10802026-05-20T15:25:36.343Z Downloaded unicode-width v0.1.14
10812026-05-20T15:25:36.346Z Downloaded rustls v0.23.37
10822026-05-20T15:25:36.353Z Downloaded unicode-width v0.2.0
10832026-05-20T15:25:36.356Z Downloaded regex-syntax v0.8.10
10842026-05-20T15:25:36.361Z Downloaded bzip2-sys v0.1.13+1.0.8
10852026-05-20T15:25:36.368Z Downloaded smoltcp v0.11.0
10862026-05-20T15:25:36.374Z Downloaded typify-impl v0.6.2
10872026-05-20T15:25:36.382Z Downloaded rustix v1.1.3
10882026-05-20T15:25:36.395Z Downloaded typify-impl v0.4.3
10892026-05-20T15:25:36.432Z Downloaded zerocopy-derive v0.6.6
10902026-05-20T15:25:36.438Z Downloaded sqlparser v0.61.0
10912026-05-20T15:25:36.449Z Downloaded sled v0.34.7
10922026-05-20T15:25:36.455Z Downloaded jiff v0.2.21
10932026-05-20T15:25:36.466Z Downloaded ratatui v0.29.0
10942026-05-20T15:25:36.476Z Downloaded tracing v0.1.44
10952026-05-20T15:25:36.508Z Downloaded libz-sys v1.1.24
10962026-05-20T15:25:36.520Z Downloaded regex-automata v0.4.14
10972026-05-20T15:25:36.529Z Downloaded petgraph v0.6.5
10982026-05-20T15:25:36.539Z Downloaded chrono-tz v0.10.4
10992026-05-20T15:25:36.550Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11002026-05-20T15:25:36.560Z Downloaded sha3 v0.10.8
11012026-05-20T15:25:36.562Z Downloaded petgraph v0.8.3
11022026-05-20T15:25:36.575Z Downloaded libc v0.2.185
11032026-05-20T15:25:36.593Z Downloaded csv v1.4.0
11042026-05-20T15:25:36.627Z Downloaded tokio v1.52.1
11052026-05-20T15:25:36.651Z Downloaded encoding_rs v0.8.35
11062026-05-20T15:25:36.735Z Downloaded ring v0.17.14
11072026-05-20T15:25:36.773Z Downloaded httpmock v0.8.3
11082026-05-20T15:25:36.799Z Downloaded libgit2-sys v0.18.3+1.9.2
11092026-05-20T15:25:37.310Z Downloaded aws-lc-sys v0.40.0
11102026-05-20T15:25:37.774Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11112026-05-20T15:25:39.291Z Startup: Refreshing catalog 'helios' ... Done
11122026-05-20T15:25:39.351Z Startup: Caching catalogs ... Done
11132026-05-20T15:25:39.565ZPlanning: Solver setup ... Done (0.176s)
11142026-05-20T15:25:39.581ZPlanning: Running solver ... Done (0.016s)
11152026-05-20T15:25:39.587ZPlanning: Finding local manifests ... Done (0.003s)
11162026-05-20T15:25:39.598ZPlanning: Fetching manifests: 0/2 0% complete
11172026-05-20T15:25:39.615ZPlanning: Fetching manifests: 2/2 100% complete
11182026-05-20T15:25:39.629ZPlanning: Package planning ... Done (0.014s)
11192026-05-20T15:25:39.631ZPlanning: Merging actions ... Done (0.001s)
11202026-05-20T15:25:39.822ZPlanning: Checking for conflicting actions ... Done (0.191s)
11212026-05-20T15:25:39.825ZPlanning: Consolidating action changes ... Done (0.001s)
11222026-05-20T15:25:40.707ZPlanning: Evaluating mediators ... Done (0.884s)
11232026-05-20T15:25:40.709ZPlanning: Planning completed in 1.34 seconds
11242026-05-20T15:25:40.717Z Packages to install: 2
11252026-05-20T15:25:40.717Z Estimated space available: 155.82 GB
11262026-05-20T15:25:40.717ZEstimated space to be consumed: 19.74 MB
11272026-05-20T15:25:40.717Z Create boot environment: No
11282026-05-20T15:25:40.720ZCreate backup boot environment: No
11292026-05-20T15:25:40.720Z Rebuild boot archive: No
11302026-05-20T15:25:40.720Z
11312026-05-20T15:25:40.720ZChanged packages:
11322026-05-20T15:25:40.720Zhelios
11332026-05-20T15:25:40.720Z developer/build-essential
11342026-05-20T15:25:40.720Z None -> 11-3.0
11352026-05-20T15:25:40.720Z library/libxmlsec1
11362026-05-20T15:25:40.720Z None -> 1.2.35-3.0
11372026-05-20T15:25:40.742Z
11382026-05-20T15:25:40.742ZDownload: 0/214 items 0.0/1.3MB 0% complete
11392026-05-20T15:25:41.234ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
11402026-05-20T15:25:41.367Z Actions: 1/268 actions (Installing new actions)
11412026-05-20T15:25:41.407Z Actions: Completed 268 actions in 0.04 seconds.
11422026-05-20T15:25:41.413ZFinalize: Updating package state database ... Done (0.006s)
11432026-05-20T15:25:41.413ZFinalize: Updating package cache ... Done (0.000s)
11442026-05-20T15:25:41.429ZFinalize: Updating image state ... Done (0.015s)
11452026-05-20T15:25:43.999ZFinalize: Creating fast lookup database ... Done (2.549s)
11462026-05-20T15:25:44.070ZFinalize: Reading search index ... Done (0.012s)
11472026-05-20T15:25:44.073ZFinalize: Updating search index ... Done (0.000s)
11482026-05-20T15:25:44.181ZFinalize: Updating package cache ... Done (0.000s)
11492026-05-20T15:25:44.478ZPlanning: Evaluating mediator changes ... Done
11502026-05-20T15:25:44.583ZPlanning: Checking for conflicting actions ... Done
11512026-05-20T15:25:44.586ZPlanning: Consolidating action changes ... Done
11522026-05-20T15:25:44.740ZPlanning: Evaluating mediators ... Done
11532026-05-20T15:25:44.743ZPlanning: Planning completed in 0.26 seconds
11542026-05-20T15:25:44.764Z Mediators to change: 2
11552026-05-20T15:25:44.764Z Create boot environment: No
11562026-05-20T15:25:44.764ZCreate backup boot environment: No
11572026-05-20T15:25:44.836ZFinalize: Updating package state database ... Done
11582026-05-20T15:25:44.836ZFinalize: Updating package cache ... Done
11592026-05-20T15:25:44.847ZFinalize: Updating image state ... Done
11602026-05-20T15:25:46.801ZFinalize: Creating fast lookup database ... Done
11612026-05-20T15:25:46.864ZFinalize: Reading search index ... Done
11622026-05-20T15:25:46.867ZFinalize: Updating search index ... Done
11632026-05-20T15:25:46.961ZFinalize: Updating package cache ... Done
11642026-05-20T15:25:47.248ZPlanning: Evaluating mediator changes ... Done
11652026-05-20T15:25:47.352ZPlanning: Checking for conflicting actions ... Done
11662026-05-20T15:25:47.356ZPlanning: Consolidating action changes ... Done
11672026-05-20T15:25:47.508ZPlanning: Evaluating mediators ... Done
11682026-05-20T15:25:47.512ZPlanning: Planning completed in 0.26 seconds
11692026-05-20T15:25:47.531Z Mediators to change: 1
11702026-05-20T15:25:47.531Z Create boot environment: No
11712026-05-20T15:25:47.531ZCreate backup boot environment: No
11722026-05-20T15:25:47.585ZFinalize: Updating package state database ... Done
11732026-05-20T15:25:47.585ZFinalize: Updating package cache ... Done
11742026-05-20T15:25:47.596ZFinalize: Updating image state ... Done
11752026-05-20T15:25:49.546ZFinalize: Creating fast lookup database ... Done
11762026-05-20T15:25:49.611ZFinalize: Reading search index ... Done
11772026-05-20T15:25:49.614ZFinalize: Updating search index ... Done
11782026-05-20T15:25:49.693ZFinalize: Updating package cache ... Done
11792026-05-20T15:25:49.997ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11802026-05-20T15:25:49.997Zapache system 2.4 system
11812026-05-20T15:25:49.997Zclang system 15 system
11822026-05-20T15:25:49.997Zcsh system system illumos
11832026-05-20T15:25:49.997Zctags system system illumos
11842026-05-20T15:25:49.997Zfile vendor vendor darwinsys
11852026-05-20T15:25:49.997Zfile system system illumos
11862026-05-20T15:25:49.997Zgcc vendor 14 vendor
11872026-05-20T15:25:49.997Zgcc system 13 system
11882026-05-20T15:25:49.997Zgcc system 10 system
11892026-05-20T15:25:49.997Zgo system 1.25 system
11902026-05-20T15:25:49.998Zllvm system 15 system
11912026-05-20T15:25:49.998Zmariadb system 11.4 system
11922026-05-20T15:25:49.998Zmta vendor vendor dma
11932026-05-20T15:25:49.998Zopenjdk system 17 system
11942026-05-20T15:25:49.998Zopenjdk system 11 system
11952026-05-20T15:25:49.998Zopenssl vendor 3 vendor
11962026-05-20T15:25:49.998Zperl system 5.40 system
11972026-05-20T15:25:49.998Zpostgresql system 18 system
11982026-05-20T15:25:49.998Zpostgresql system 17 system
11992026-05-20T15:25:49.998Zpython vendor 3 vendor
12002026-05-20T15:25:49.998Zpython system 2 system
12012026-05-20T15:25:49.998Zpython3 vendor 3.13 vendor
12022026-05-20T15:25:49.998Zruby system 3.4 system
12032026-05-20T15:25:49.998Zruby system 3.0 system
12042026-05-20T15:25:49.998Zwords vendor vendor american-english
12052026-05-20T15:25:49.998Zwords system system australian-english
12062026-05-20T15:25:49.998Zwords system system british-english
12072026-05-20T15:25:49.998Zwords system system canadian-english
12082026-05-20T15:25:49.998Zwords system system french
12092026-05-20T15:25:49.998Zwords system system italian
12102026-05-20T15:25:49.998Zwords system system ngerman
12112026-05-20T15:25:49.998Zwords system system ogerman
12122026-05-20T15:25:49.998Zwords system system spanish
12132026-05-20T15:25:50.248ZPUBLISHER TYPE STATUS P LOCATION
12142026-05-20T15:25:50.248Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12152026-05-20T15:25:50.512ZFMRI IFO
12162026-05-20T15:25:50.512Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12172026-05-20T15:25:50.512Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12182026-05-20T15:25:50.512Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12192026-05-20T15:25:50.512Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12202026-05-20T15:25:50.512Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12212026-05-20T15:25:50.512Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12222026-05-20T15:25:50.512Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12232026-05-20T15:25:50.512Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12242026-05-20T15:25:50.513Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12252026-05-20T15:25:51.096Z Downloading crates ...
12262026-05-20T15:25:51.155Z Downloaded cargo_toml v0.21.0
12272026-05-20T15:25:51.200Z Compiling proc-macro2 v1.0.106
12282026-05-20T15:25:51.200Z Compiling quote v1.0.45
12292026-05-20T15:25:51.203Z Compiling unicode-ident v1.0.24
12302026-05-20T15:25:51.203Z Compiling serde_core v1.0.228
12312026-05-20T15:25:51.203Z Compiling libc v0.2.185
12322026-05-20T15:25:51.203Z Compiling version_check v0.9.5
12332026-05-20T15:25:51.203Z Compiling serde v1.0.228
12342026-05-20T15:25:51.203Z Compiling stable_deref_trait v1.2.1
12352026-05-20T15:25:51.203Z Compiling memchr v2.8.0
12362026-05-20T15:25:51.289Z Compiling zmij v1.0.21
12372026-05-20T15:25:51.294Z Compiling ucd-trie v0.1.7
12382026-05-20T15:25:51.297Z Compiling thiserror v1.0.69
12392026-05-20T15:25:51.297Z Compiling itoa v1.0.17
12402026-05-20T15:25:51.297Z Compiling autocfg v1.5.0
12412026-05-20T15:25:51.297Z Compiling writeable v0.6.2
12422026-05-20T15:25:51.497Z Compiling litemap v0.8.1
12432026-05-20T15:25:51.509Z Compiling icu_normalizer_data v2.1.1
12442026-05-20T15:25:51.596Z Compiling icu_properties_data v2.1.2
12452026-05-20T15:25:51.607Z Compiling rustix v1.1.3
12462026-05-20T15:25:51.655Z Compiling byteorder v1.5.0
12472026-05-20T15:25:51.718Z Compiling serde_json v1.0.149
12482026-05-20T15:25:51.783Z Compiling bitflags v2.11.0
12492026-05-20T15:25:51.817Z Compiling pest v2.8.6
12502026-05-20T15:25:51.858Z Compiling num-traits v0.2.19
12512026-05-20T15:25:51.916Z Compiling equivalent v1.0.2
12522026-05-20T15:25:51.928Z Compiling hashbrown v0.17.0
12532026-05-20T15:25:51.959Z Compiling typeid v1.0.3
12542026-05-20T15:25:52.025Z Compiling smallvec v1.15.1
12552026-05-20T15:25:52.034Z Compiling proc-macro-error-attr v1.0.4
12562026-05-20T15:25:52.090Z Compiling usdt-impl v0.5.0
12572026-05-20T15:25:52.095Z Compiling toml_write v0.1.2
12582026-05-20T15:25:52.095Z Compiling erased-serde v0.4.9
12592026-05-20T15:25:52.143Z Compiling winnow v0.7.14
12602026-05-20T15:25:52.219Z Compiling errno v0.3.14
12612026-05-20T15:25:52.249Z Compiling thread-id v4.2.2
12622026-05-20T15:25:52.264Z Compiling syn v1.0.109
12632026-05-20T15:25:52.295Z Compiling proc-macro-error v1.0.4
12642026-05-20T15:25:52.295Z Compiling thiserror v2.0.18
12652026-05-20T15:25:52.363Z Compiling log v0.4.29
12662026-05-20T15:25:52.393Z Compiling utf8_iter v1.0.4
12672026-05-20T15:25:52.429Z Compiling camino v1.2.2
12682026-05-20T15:25:52.447Z Compiling indexmap v2.14.0
12692026-05-20T15:25:52.524Z Compiling percent-encoding v2.3.2
12702026-05-20T15:25:52.524Z Compiling utf8parse v0.2.2
12712026-05-20T15:25:52.589Z Compiling getrandom v0.4.1
12722026-05-20T15:25:52.601Z Compiling plain v0.2.3
12732026-05-20T15:25:52.680Z Compiling anstyle-parse v1.0.0
12742026-05-20T15:25:52.723Z Compiling form_urlencoded v1.2.2
12752026-05-20T15:25:52.771Z Compiling syn v2.0.117
12762026-05-20T15:25:52.871Z Compiling ordered-float v2.10.1
12772026-05-20T15:25:52.886Z Compiling pest_meta v2.8.6
12782026-05-20T15:25:52.918Z Compiling pretty-hex v0.4.1
12792026-05-20T15:25:52.935Z Compiling anstyle-query v1.1.5
12802026-05-20T15:25:52.961Z Compiling cfg-if v1.0.4
12812026-05-20T15:25:52.987Z Compiling anstyle v1.0.14
12822026-05-20T15:25:53.072Z Compiling colorchoice v1.0.4
12832026-05-20T15:25:53.083Z Compiling is_terminal_polyfill v1.70.2
12842026-05-20T15:25:53.168Z Compiling fs-err v3.3.0
12852026-05-20T15:25:53.188Z Compiling heck v0.5.0
12862026-05-20T15:25:53.198Z Compiling anstream v1.0.0
12872026-05-20T15:25:53.210Z Compiling bytecount v0.6.9
12882026-05-20T15:25:53.220Z Compiling heck v0.4.1
12892026-05-20T15:25:53.263Z Compiling fastrand v2.3.0
12902026-05-20T15:25:53.298Z Compiling terminal_size v0.4.3
12912026-05-20T15:25:53.311Z Compiling unicode-width v0.1.14
12922026-05-20T15:25:53.359Z Compiling fnv v1.0.7
12932026-05-20T15:25:53.383Z Compiling strsim v0.11.1
12942026-05-20T15:25:53.447Z Compiling unicode-xid v0.2.6
12952026-05-20T15:25:53.460Z Compiling anyhow v1.0.102
12962026-05-20T15:25:53.470Z Compiling once_cell v1.21.3
12972026-05-20T15:25:53.480Z Compiling clap_lex v1.0.0
12982026-05-20T15:25:53.570Z Compiling papergrid v0.11.0
12992026-05-20T15:25:53.589Z Compiling memmap v0.7.0
13002026-05-20T15:25:53.707Z Compiling semver v1.0.28
13012026-05-20T15:25:53.737Z Compiling clap_builder v4.6.0
13022026-05-20T15:25:53.749Z Compiling tempfile v3.25.0
13032026-05-20T15:25:53.769Z Compiling smawk v0.3.2
13042026-05-20T15:25:53.796Z Compiling unicode-linebreak v0.1.5
13052026-05-20T15:25:53.820Z Compiling unicode-width v0.2.0
13062026-05-20T15:25:54.047Z Compiling serde-untagged v0.1.9
13072026-05-20T15:25:54.117Z Compiling textwrap v0.16.2
13082026-05-20T15:25:54.129Z Compiling camino-tempfile v1.4.1
13092026-05-20T15:25:54.142Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13102026-05-20T15:25:54.153Z Compiling swrite v0.1.0
13112026-05-20T15:25:54.600Z Compiling tabled_derive v0.7.0
13122026-05-20T15:25:55.237Z Compiling tabled v0.15.0
13132026-05-20T15:25:55.342Z Compiling synstructure v0.13.2
13142026-05-20T15:25:55.342Z Compiling pest_generator v2.8.6
13152026-05-20T15:25:55.854Z Compiling serde_derive v1.0.228
13162026-05-20T15:25:55.854Z Compiling zerofrom-derive v0.1.6
13172026-05-20T15:25:55.854Z Compiling yoke-derive v0.8.1
13182026-05-20T15:25:55.925Z Compiling zerovec-derive v0.11.2
13192026-05-20T15:25:55.925Z Compiling displaydoc v0.2.5
13202026-05-20T15:25:55.925Z Compiling thiserror-impl v1.0.69
13212026-05-20T15:25:55.925Z Compiling zerocopy-derive v0.7.35
13222026-05-20T15:25:55.925Z Compiling scroll_derive v0.12.1
13232026-05-20T15:25:55.925Z Compiling thiserror-impl v2.0.18
13242026-05-20T15:25:55.926Z Compiling clap_derive v4.6.1
13252026-05-20T15:25:56.013Z Compiling pest_derive v2.8.6
13262026-05-20T15:25:56.512Z Compiling scroll v0.12.0
13272026-05-20T15:25:56.688Z Compiling zerocopy v0.7.35
13282026-05-20T15:25:56.724Z Compiling goblin v0.8.2
13292026-05-20T15:25:56.835Z Compiling zerofrom v0.1.6
13302026-05-20T15:25:56.938Z Compiling yoke v0.8.1
13312026-05-20T15:25:56.973Z Compiling dtrace-parser v0.2.0
13322026-05-20T15:25:57.085Z Compiling zerovec v0.11.5
13332026-05-20T15:25:57.085Z Compiling zerotrie v0.2.3
13342026-05-20T15:25:57.192Z Compiling clap v4.6.1
13352026-05-20T15:25:57.499Z Compiling tinystr v0.8.2
13362026-05-20T15:25:57.499Z Compiling potential_utf v0.1.4
13372026-05-20T15:25:57.607Z Compiling icu_collections v2.1.1
13382026-05-20T15:25:57.637Z Compiling icu_locale_core v2.1.1
13392026-05-20T15:25:58.161Z Compiling icu_provider v2.1.1
13402026-05-20T15:25:58.261Z Compiling toml_datetime v0.6.11
13412026-05-20T15:25:58.263Z Compiling serde_spanned v0.6.9
13422026-05-20T15:25:58.277Z Compiling serde-value v0.7.0
13432026-05-20T15:25:58.277Z Compiling cargo-platform v0.2.0
13442026-05-20T15:25:58.277Z Compiling macaddr v1.0.1
13452026-05-20T15:25:58.292Z Compiling dof v0.3.0
13462026-05-20T15:25:58.292Z Compiling serde_tokenstream v0.2.3
13472026-05-20T15:25:58.380Z Compiling icu_normalizer v2.1.1
13482026-05-20T15:25:58.380Z Compiling icu_properties v2.1.2
13492026-05-20T15:25:58.442Z Compiling toml_edit v0.22.27
13502026-05-20T15:25:59.040Z Compiling usdt-macro v0.5.0
13512026-05-20T15:25:59.040Z Compiling usdt-attr-macro v0.5.0
13522026-05-20T15:25:59.215Z Compiling idna_adapter v1.2.1
13532026-05-20T15:25:59.309Z Compiling idna v1.1.0
13542026-05-20T15:25:59.573Z Compiling url v2.5.8
13552026-05-20T15:25:59.621Z Compiling usdt v0.5.0
13562026-05-20T15:25:59.750Z Compiling toml v0.8.23
13572026-05-20T15:26:00.075Z Compiling cargo-util-schemas v0.8.2
13582026-05-20T15:26:00.075Z Compiling cargo_toml v0.21.0
13592026-05-20T15:26:00.854Z Compiling cargo_metadata v0.21.0
13602026-05-20T15:26:01.775Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13612026-05-20T15:26:03.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s
13622026-05-20T15:26:03.914Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13632026-05-20T15:26:04.714Z Compiling libc v0.2.185
13642026-05-20T15:26:04.714Z Compiling serde v1.0.228
13652026-05-20T15:26:04.717Z Compiling log v0.4.29
13662026-05-20T15:26:04.717Z Compiling shlex v1.3.0
13672026-05-20T15:26:04.717Z Compiling find-msvc-tools v0.1.9
13682026-05-20T15:26:04.717Z Compiling smallvec v1.15.1
13692026-05-20T15:26:04.717Z Compiling typenum v1.19.0
13702026-05-20T15:26:04.717Z Compiling subtle v2.6.1
13712026-05-20T15:26:04.879Z Compiling generic-array v0.14.7
13722026-05-20T15:26:04.882Z Compiling scopeguard v1.2.0
13732026-05-20T15:26:04.960Z Compiling const-oid v0.9.6
13742026-05-20T15:26:04.963Z Compiling serde_json v1.0.149
13752026-05-20T15:26:04.963Z Compiling syn v2.0.117
13762026-05-20T15:26:04.963Z Compiling zerocopy v0.8.40
13772026-05-20T15:26:04.963Z Compiling parking_lot_core v0.9.12
13782026-05-20T15:26:04.963Z Compiling pin-project-lite v0.2.17
13792026-05-20T15:26:05.071Z Compiling lock_api v0.4.14
13802026-05-20T15:26:05.084Z Compiling portable-atomic v1.13.1
13812026-05-20T15:26:05.121Z Compiling pkg-config v0.3.32
13822026-05-20T15:26:05.125Z Compiling bitflags v2.11.0
13832026-05-20T15:26:05.182Z Compiling futures-core v0.3.32
13842026-05-20T15:26:05.186Z Compiling critical-section v1.2.0
13852026-05-20T15:26:05.186Z Compiling libm v0.2.16
13862026-05-20T15:26:05.224Z Compiling num-traits v0.2.19
13872026-05-20T15:26:05.241Z Compiling percent-encoding v2.3.2
13882026-05-20T15:26:05.350Z Compiling futures-sink v0.3.32
13892026-05-20T15:26:05.350Z Compiling futures-task v0.3.32
13902026-05-20T15:26:05.363Z Compiling getrandom v0.4.1
13912026-05-20T15:26:05.367Z Compiling slab v0.4.12
13922026-05-20T15:26:05.424Z Compiling cpufeatures v0.2.17
13932026-05-20T15:26:05.458Z Compiling futures-channel v0.3.32
13942026-05-20T15:26:05.491Z Compiling futures-io v0.3.32
13952026-05-20T15:26:05.513Z Compiling rand_core v0.10.0
13962026-05-20T15:26:05.533Z Compiling indexmap v2.14.0
13972026-05-20T15:26:05.548Z Compiling getrandom v0.3.4
13982026-05-20T15:26:05.592Z Compiling rustversion v1.0.22
13992026-05-20T15:26:05.622Z Compiling form_urlencoded v1.2.2
14002026-05-20T15:26:05.677Z Compiling fs_extra v1.3.0
14012026-05-20T15:26:05.698Z Compiling dunce v1.0.5
14022026-05-20T15:26:05.715Z Compiling ident_case v1.0.1
14032026-05-20T15:26:05.718Z Compiling base64ct v1.8.3
14042026-05-20T15:26:05.755Z Compiling rustix v1.1.3
14052026-05-20T15:26:05.776Z Compiling getrandom v0.2.17
14062026-05-20T15:26:05.859Z Compiling jobserver v0.1.34
14072026-05-20T15:26:05.874Z Compiling errno v0.3.14
14082026-05-20T15:26:05.904Z Compiling mio v1.2.0
14092026-05-20T15:26:05.943Z Compiling socket2 v0.6.3
14102026-05-20T15:26:06.005Z Compiling rand_core v0.6.4
14112026-05-20T15:26:06.020Z Compiling signal-hook-registry v1.4.8
14122026-05-20T15:26:06.074Z Compiling cc v1.2.56
14132026-05-20T15:26:06.142Z Compiling once_cell v1.21.3
14142026-05-20T15:26:06.180Z Compiling parking_lot v0.12.5
14152026-05-20T15:26:06.228Z Compiling pem-rfc7468 v0.7.0
14162026-05-20T15:26:06.262Z Compiling regex-syntax v0.8.10
14172026-05-20T15:26:06.279Z Compiling iana-time-zone v0.1.65
14182026-05-20T15:26:06.283Z Compiling flagset v0.4.7
14192026-05-20T15:26:06.310Z Compiling vcpkg v0.2.15
14202026-05-20T15:26:06.383Z Compiling aws-lc-rs v1.16.3
14212026-05-20T15:26:06.387Z Compiling tracing-core v0.1.36
14222026-05-20T15:26:06.439Z Compiling uuid v1.23.0
14232026-05-20T15:26:06.493Z Compiling rustc_version v0.4.1
14242026-05-20T15:26:06.565Z Compiling rand_core v0.9.5
14252026-05-20T15:26:06.596Z Compiling base64 v0.22.1
14262026-05-20T15:26:06.613Z Compiling httparse v1.10.1
14272026-05-20T15:26:06.628Z Compiling untrusted v0.7.1
14282026-05-20T15:26:06.750Z Compiling tinyvec_macros v0.1.1
14292026-05-20T15:26:06.759Z Compiling openssl-probe v0.2.1
14302026-05-20T15:26:06.777Z Compiling untrusted v0.9.0
14312026-05-20T15:26:06.793Z Compiling cmake v0.1.57
14322026-05-20T15:26:06.822Z Compiling tinyvec v1.10.0
14332026-05-20T15:26:06.839Z Compiling aho-corasick v1.1.4
14342026-05-20T15:26:06.858Z Compiling rustls v0.23.37
14352026-05-20T15:26:06.923Z Compiling schemars v0.8.22
14362026-05-20T15:26:06.943Z Compiling atomic-waker v1.1.2
14372026-05-20T15:26:06.958Z Compiling try-lock v0.2.5
14382026-05-20T15:26:06.971Z Compiling dyn-clone v1.0.20
14392026-05-20T15:26:07.042Z Compiling tower-layer v0.3.3
14402026-05-20T15:26:07.058Z Compiling tower-service v0.3.3
14412026-05-20T15:26:07.081Z Compiling want v0.3.1
14422026-05-20T15:26:07.099Z Compiling pin-utils v0.1.0
14432026-05-20T15:26:07.111Z Compiling httpdate v1.0.3
14442026-05-20T15:26:07.142Z Compiling foreign-types-shared v0.1.1
14452026-05-20T15:26:07.169Z Compiling openssl v0.10.79
14462026-05-20T15:26:07.185Z Compiling unicode-normalization v0.1.25
14472026-05-20T15:26:07.198Z Compiling socket2 v0.5.10
14482026-05-20T15:26:07.214Z Compiling foreign-types v0.3.2
14492026-05-20T15:26:07.217Z Compiling spin v0.9.8
14502026-05-20T15:26:07.217Z Compiling crc32fast v1.5.0
14512026-05-20T15:26:07.217Z Compiling native-tls v0.2.18
14522026-05-20T15:26:07.273Z Compiling num-conv v0.2.0
14532026-05-20T15:26:07.275Z Compiling powerfmt v0.2.0
14542026-05-20T15:26:07.299Z Compiling time-core v0.1.8
14552026-05-20T15:26:07.356Z Compiling wait-timeout v0.2.1
14562026-05-20T15:26:07.409Z Compiling sync_wrapper v1.0.2
14572026-05-20T15:26:07.425Z Compiling crossbeam-utils v0.8.21
14582026-05-20T15:26:07.430Z Compiling usdt-impl v0.6.0
14592026-05-20T15:26:07.455Z Compiling deranged v0.5.8
14602026-05-20T15:26:07.472Z Compiling tempfile v3.25.0
14612026-05-20T15:26:07.475Z Compiling time-macros v0.2.27
14622026-05-20T15:26:07.508Z Compiling siphasher v1.0.2
14632026-05-20T15:26:07.534Z Compiling simd-adler32 v0.3.8
14642026-05-20T15:26:07.610Z Compiling quick-error v1.2.3
14652026-05-20T15:26:07.626Z Compiling num_threads v0.1.7
14662026-05-20T15:26:07.649Z Compiling bit-vec v0.8.0
14672026-05-20T15:26:07.665Z Compiling syn v1.0.109
14682026-05-20T15:26:07.668Z Compiling aws-lc-sys v0.40.0
14692026-05-20T15:26:07.696Z Compiling ring v0.17.14
14702026-05-20T15:26:07.729Z Compiling openssl-sys v0.9.115
14712026-05-20T15:26:07.777Z Compiling regex-automata v0.4.14
14722026-05-20T15:26:07.781Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-20T15:26:07.781Z Compiling unicode-segmentation v1.12.0
14742026-05-20T15:26:07.809Z Compiling rusty-fork v0.3.1
14752026-05-20T15:26:07.830Z Compiling bzip2-sys v0.1.13+1.0.8
14762026-05-20T15:26:07.874Z Compiling synstructure v0.13.2
14772026-05-20T15:26:07.903Z Compiling pest_generator v2.8.6
14782026-05-20T15:26:08.006Z Compiling serde_derive_internals v0.29.1
14792026-05-20T15:26:08.170Z Compiling darling_core v0.20.11
14802026-05-20T15:26:08.221Z Compiling darling_core v0.21.3
14812026-05-20T15:26:08.241Z Compiling bit-set v0.8.0
14822026-05-20T15:26:08.504Z Compiling heapless v0.7.17
14832026-05-20T15:26:08.538Z Compiling slog v2.8.2
14842026-05-20T15:26:08.608Z Compiling rand_xorshift v0.4.0
14852026-05-20T15:26:08.624Z Compiling time v0.3.47
14862026-05-20T15:26:08.666Z Compiling thread-id v5.1.0
14872026-05-20T15:26:08.682Z Compiling cookie v0.18.1
14882026-05-20T15:26:08.698Z Compiling iri-string v0.7.10
14892026-05-20T15:26:08.751Z Compiling zstd-safe v7.2.4
14902026-05-20T15:26:08.769Z Compiling unarray v0.1.4
14912026-05-20T15:26:08.786Z Compiling anyhow v1.0.102
14922026-05-20T15:26:08.802Z Compiling ryu v1.0.23
14932026-05-20T15:26:08.886Z Compiling adler2 v2.0.1
14942026-05-20T15:26:08.901Z Compiling signal-hook v0.3.18
14952026-05-20T15:26:08.904Z Compiling allocator-api2 v0.2.21
14962026-05-20T15:26:08.978Z Compiling paste v1.0.15
14972026-05-20T15:26:08.994Z Compiling unicode-bidi v0.3.18
14982026-05-20T15:26:09.012Z Compiling unicode-properties v0.1.4
14992026-05-20T15:26:09.038Z Compiling miniz_oxide v0.8.9
15002026-05-20T15:26:09.304Z Compiling heck v0.4.1
15012026-05-20T15:26:09.347Z Compiling stringprep v0.1.5
15022026-05-20T15:26:09.545Z Compiling num-integer v0.1.46
15032026-05-20T15:26:09.562Z Compiling curve25519-dalek v4.1.3
15042026-05-20T15:26:09.619Z Compiling serde_derive v1.0.228
15052026-05-20T15:26:09.675Z Compiling zeroize_derive v1.4.3
15062026-05-20T15:26:09.853Z Compiling zerofrom-derive v0.1.6
15072026-05-20T15:26:09.924Z Compiling yoke-derive v0.8.1
15082026-05-20T15:26:09.939Z Compiling zerovec-derive v0.11.2
15092026-05-20T15:26:09.965Z Compiling zerocopy-derive v0.8.40
15102026-05-20T15:26:10.042Z Compiling displaydoc v0.2.5
15112026-05-20T15:26:10.278Z Compiling tokio-macros v2.7.0
15122026-05-20T15:26:10.294Z Compiling futures-macro v0.3.32
15132026-05-20T15:26:10.366Z Compiling zeroize v1.8.2
15142026-05-20T15:26:10.491Z Compiling der_derive v0.7.3
15152026-05-20T15:26:10.757Z Compiling rustls-pki-types v1.14.0
15162026-05-20T15:26:10.815Z Compiling tracing-attributes v0.1.31
15172026-05-20T15:26:11.035Z Compiling thiserror-impl v2.0.18
15182026-05-20T15:26:11.103Z Compiling crypto-common v0.1.7
15192026-05-20T15:26:11.142Z Compiling block-buffer v0.10.4
15202026-05-20T15:26:11.158Z Compiling futures-util v0.3.32
15212026-05-20T15:26:11.174Z Compiling block-padding v0.3.3
15222026-05-20T15:26:11.234Z Compiling schemars_derive v0.8.22
15232026-05-20T15:26:11.276Z Compiling scroll_derive v0.13.1
15242026-05-20T15:26:11.309Z Compiling zerofrom v0.1.6
15252026-05-20T15:26:11.336Z Compiling digest v0.10.7
15262026-05-20T15:26:11.366Z Compiling inout v0.1.4
15272026-05-20T15:26:11.451Z Compiling yoke v0.8.1
15282026-05-20T15:26:11.506Z Compiling cipher v0.4.4
15292026-05-20T15:26:11.549Z Compiling hmac v0.12.1
15302026-05-20T15:26:11.612Z Compiling sha2 v0.10.9
15312026-05-20T15:26:11.657Z Compiling zerovec v0.11.5
15322026-05-20T15:26:11.725Z Compiling zerotrie v0.2.3
15332026-05-20T15:26:11.801Z Compiling der v0.7.10
15342026-05-20T15:26:11.994Z Compiling salsa20 v0.10.2
15352026-05-20T15:26:12.047Z Compiling pbkdf2 v0.12.2
15362026-05-20T15:26:12.128Z Compiling tinystr v0.8.2
15372026-05-20T15:26:12.159Z Compiling potential_utf v0.1.4
15382026-05-20T15:26:12.186Z Compiling scrypt v0.11.0
15392026-05-20T15:26:12.201Z Compiling cbc v0.1.2
15402026-05-20T15:26:12.218Z Compiling tracing v0.1.44
15412026-05-20T15:26:12.344Z Compiling icu_locale_core v2.1.1
15422026-05-20T15:26:12.347Z Compiling icu_collections v2.1.1
15432026-05-20T15:26:12.376Z Compiling aes v0.8.4
15442026-05-20T15:26:12.464Z Compiling thiserror v2.0.18
15452026-05-20T15:26:12.483Z Compiling pest_derive v2.8.6
15462026-05-20T15:26:12.531Z Compiling scroll v0.13.0
15472026-05-20T15:26:12.589Z Compiling darling_macro v0.20.11
15482026-05-20T15:26:12.603Z Compiling openssl-macros v0.1.1
15492026-05-20T15:26:12.812Z Compiling spki v0.7.3
15502026-05-20T15:26:12.881Z Compiling goblin v0.10.5
15512026-05-20T15:26:12.950Z Compiling rustls-native-certs v0.8.3
15522026-05-20T15:26:13.020Z Compiling icu_provider v2.1.1
15532026-05-20T15:26:13.036Z Compiling pkcs5 v0.7.1
15542026-05-20T15:26:13.065Z Compiling dtrace-parser v0.3.0
15552026-05-20T15:26:13.103Z Compiling darling v0.20.11
15562026-05-20T15:26:13.205Z Compiling bytes v1.11.1
15572026-05-20T15:26:13.229Z Compiling chrono v0.4.44
15582026-05-20T15:26:13.269Z Compiling icu_properties v2.1.2
15592026-05-20T15:26:13.269Z Compiling icu_normalizer v2.1.1
15602026-05-20T15:26:13.298Z Compiling ipnet v2.11.0
15612026-05-20T15:26:13.338Z Compiling pkcs8 v0.10.2
15622026-05-20T15:26:13.472Z Compiling derive_builder_core v0.20.2
15632026-05-20T15:26:13.490Z Compiling signature v2.2.0
15642026-05-20T15:26:13.537Z Compiling webpki-roots v1.0.6
15652026-05-20T15:26:13.669Z Compiling thiserror-impl v1.0.69
15662026-05-20T15:26:13.687Z Compiling tokio v1.52.1
15672026-05-20T15:26:13.715Z Compiling http v1.4.0
15682026-05-20T15:26:13.823Z Compiling scroll_derive v0.12.1
15692026-05-20T15:26:13.841Z Compiling serde_spanned v0.6.9
15702026-05-20T15:26:13.855Z Compiling toml_datetime v0.6.11
15712026-05-20T15:26:13.858Z Compiling serde_tokenstream v0.2.3
15722026-05-20T15:26:14.005Z Compiling erased-serde v0.3.31
15732026-05-20T15:26:14.148Z Compiling idna_adapter v1.2.1
15742026-05-20T15:26:14.197Z Compiling serde_urlencoded v0.7.1
15752026-05-20T15:26:14.214Z Compiling md-5 v0.10.6
15762026-05-20T15:26:14.308Z Compiling idna v1.1.0
15772026-05-20T15:26:14.362Z Compiling ppv-lite86 v0.2.21
15782026-05-20T15:26:14.393Z Compiling http-body v1.0.1
15792026-05-20T15:26:14.407Z Compiling derive_builder_macro v0.20.2
15802026-05-20T15:26:14.465Z Compiling darling_macro v0.21.3
15812026-05-20T15:26:14.510Z Compiling bstr v1.12.1
15822026-05-20T15:26:14.546Z Compiling http-body-util v0.1.3
15832026-05-20T15:26:14.575Z Compiling scroll v0.12.0
15842026-05-20T15:26:14.593Z Compiling pin-project-internal v1.1.11
15852026-05-20T15:26:14.653Z Compiling url v2.5.8
15862026-05-20T15:26:14.718Z Compiling rand_chacha v0.9.0
15872026-05-20T15:26:14.765Z Compiling rand_chacha v0.3.1
15882026-05-20T15:26:14.862Z Compiling zerocopy-derive v0.7.35
15892026-05-20T15:26:14.877Z Compiling async-trait v0.1.89
15902026-05-20T15:26:14.992Z Compiling rand v0.9.2
15912026-05-20T15:26:15.008Z Compiling thiserror v1.0.69
15922026-05-20T15:26:15.048Z Compiling vergen-lib v0.1.6
15932026-05-20T15:26:15.063Z Compiling ff v0.13.1
15942026-05-20T15:26:15.134Z Compiling hash32 v0.2.1
15952026-05-20T15:26:15.241Z Compiling memoffset v0.9.1
15962026-05-20T15:26:15.272Z Compiling encoding_rs v0.8.35
15972026-05-20T15:26:15.344Z Compiling litrs v1.0.0
15982026-05-20T15:26:15.451Z Compiling smoltcp v0.9.1
15992026-05-20T15:26:15.556Z Compiling cfg_aliases v0.2.1
16002026-05-20T15:26:15.614Z Compiling dof v0.4.0
16012026-05-20T15:26:15.667Z Compiling proptest v1.10.0
16022026-05-20T15:26:15.780Z Compiling base16ct v0.2.0
16032026-05-20T15:26:15.780Z Compiling fallible-iterator v0.2.0
16042026-05-20T15:26:15.809Z Compiling num-bigint-dig v0.8.6
16052026-05-20T15:26:15.826Z Compiling zlib-rs v0.6.2
16062026-05-20T15:26:15.840Z Compiling ref-cast v1.0.25
16072026-05-20T15:26:15.855Z Compiling psl-types v2.0.11
16082026-05-20T15:26:15.880Z Compiling rustix v0.38.44
16092026-05-20T15:26:15.949Z Compiling mime v0.3.17
16102026-05-20T15:26:15.979Z Compiling publicsuffix v2.3.0
16112026-05-20T15:26:15.999Z Compiling sec1 v0.7.3
16122026-05-20T15:26:16.040Z Compiling document-features v0.2.12
16132026-05-20T15:26:16.139Z Compiling ipnetwork v0.21.1
16142026-05-20T15:26:16.175Z Compiling postgres-protocol v0.6.10
16152026-05-20T15:26:16.205Z Compiling pin-project v1.1.11
16162026-05-20T15:26:16.242Z Compiling zerocopy v0.7.35
16172026-05-20T15:26:16.297Z Compiling nix v0.31.2
16182026-05-20T15:26:16.439Z Compiling oxnet v0.1.5
16192026-05-20T15:26:16.591Z Compiling group v0.13.0
16202026-05-20T15:26:16.620Z Compiling darling v0.21.3
16212026-05-20T15:26:16.668Z Compiling derive_builder v0.20.2
16222026-05-20T15:26:16.697Z Compiling rand v0.8.6
16232026-05-20T15:26:16.721Z Compiling goblin v0.8.2
16242026-05-20T15:26:16.795Z Compiling hubpack_derive v0.1.1
16252026-05-20T15:26:16.823Z Compiling futures-executor v0.3.32
16262026-05-20T15:26:16.823Z Compiling cargo-platform v0.1.9
16272026-05-20T15:26:16.854Z Compiling hex v0.4.3
16282026-05-20T15:26:16.857Z Compiling hkdf v0.12.4
16292026-05-20T15:26:16.886Z Compiling crypto-bigint v0.5.5
16302026-05-20T15:26:16.985Z Compiling regex v1.12.3
16312026-05-20T15:26:17.124Z Compiling num-iter v0.1.45
16322026-05-20T15:26:17.127Z Compiling ref-cast-impl v1.0.25
16332026-05-20T15:26:17.153Z Compiling curve25519-dalek-derive v0.1.1
16342026-05-20T15:26:17.155Z Compiling snafu-derive v0.8.9
16352026-05-20T15:26:17.207Z Compiling daft-derive v0.1.7
16362026-05-20T15:26:17.223Z Compiling strum_macros v0.27.2
16372026-05-20T15:26:17.564Z Compiling tokio-util v0.7.18
16382026-05-20T15:26:17.647Z Compiling tower v0.5.3
16392026-05-20T15:26:17.668Z Compiling tokio-native-tls v0.3.1
16402026-05-20T15:26:17.700Z Compiling phf_shared v0.13.1
16412026-05-20T15:26:17.760Z Compiling terminal_size v0.4.3
16422026-05-20T15:26:17.838Z Compiling lazy_static v1.5.0
16432026-05-20T15:26:17.853Z Compiling anstyle-parse v0.2.7
16442026-05-20T15:26:17.866Z Compiling vergen v9.0.6
16452026-05-20T15:26:17.919Z Compiling fs-err v3.3.0
16462026-05-20T15:26:17.947Z Compiling ahash v0.8.12
16472026-05-20T15:26:17.964Z Compiling winnow v0.5.40
16482026-05-20T15:26:17.978Z Compiling managed v0.8.0
16492026-05-20T15:26:18.055Z Compiling tower-http v0.6.8
16502026-05-20T15:26:18.073Z Compiling newtype-uuid v1.3.2
16512026-05-20T15:26:18.136Z Compiling foldhash v0.2.0
16522026-05-20T15:26:18.154Z Compiling bumpalo v3.20.2
16532026-05-20T15:26:18.176Z Compiling foldhash v0.1.5
16542026-05-20T15:26:18.208Z Compiling libbz2-rs-sys v0.2.2
16552026-05-20T15:26:18.399Z Compiling h2 v0.4.13
16562026-05-20T15:26:18.425Z Compiling object v0.37.3
16572026-05-20T15:26:18.451Z Compiling same-file v1.0.6
16582026-05-20T15:26:18.466Z Compiling bitflags v1.3.2
16592026-05-20T15:26:18.513Z Compiling zopfli v0.8.3
16602026-05-20T15:26:18.629Z Compiling walkdir v2.5.0
16612026-05-20T15:26:18.651Z Compiling hashbrown v0.15.5
16622026-05-20T15:26:18.721Z Compiling flate2 v1.1.9
16632026-05-20T15:26:18.953Z Compiling dof v0.3.0
16642026-05-20T15:26:19.028Z Compiling bzip2 v0.6.1
16652026-05-20T15:26:19.031Z Compiling daft v0.1.7
16662026-05-20T15:26:19.068Z Compiling hashbrown v0.16.1
16672026-05-20T15:26:19.123Z Compiling snafu v0.8.9
16682026-05-20T15:26:19.146Z Compiling clap_builder v4.6.0
16692026-05-20T15:26:19.240Z Compiling toml_edit v0.19.15
16702026-05-20T15:26:19.255Z Compiling strum v0.27.2
16712026-05-20T15:26:19.292Z Compiling anstream v0.6.21
16722026-05-20T15:26:19.342Z Compiling phf v0.13.1
16732026-05-20T15:26:19.407Z Compiling elliptic-curve v0.13.8
16742026-05-20T15:26:19.422Z Compiling cargo_metadata v0.19.2
16752026-05-20T15:26:19.505Z Compiling signal-hook-mio v0.2.5
16762026-05-20T15:26:19.617Z Compiling cookie_store v0.22.1
16772026-05-20T15:26:19.632Z Compiling hubpack v0.1.2
16782026-05-20T15:26:19.696Z Compiling usdt-macro v0.6.0
16792026-05-20T15:26:19.720Z Compiling usdt-attr-macro v0.6.0
16802026-05-20T15:26:19.735Z Compiling bzip2 v0.4.4
16812026-05-20T15:26:19.884Z Compiling futures v0.3.32
16822026-05-20T15:26:19.898Z Compiling serde_with_macros v3.17.0
16832026-05-20T15:26:19.984Z Compiling postgres-types v0.2.12
16842026-05-20T15:26:20.014Z Compiling zstd v0.13.3
16852026-05-20T15:26:20.284Z Compiling dtrace-parser v0.2.0
16862026-05-20T15:26:20.300Z Compiling globset v0.4.18
16872026-05-20T15:26:20.303Z Compiling ed25519 v2.2.3
16882026-05-20T15:26:20.503Z Compiling pkcs1 v0.7.5
16892026-05-20T15:26:20.562Z Compiling serde_plain v1.0.2
16902026-05-20T15:26:20.565Z Compiling olpc-cjson v0.1.4
16912026-05-20T15:26:20.746Z Compiling serde-big-array v0.5.1
16922026-05-20T15:26:20.792Z Compiling rfc6979 v0.4.0
16932026-05-20T15:26:20.831Z Compiling enum-as-inner v0.6.1
16942026-05-20T15:26:20.907Z Compiling async-recursion v1.1.1
16952026-05-20T15:26:20.932Z Compiling clap_derive v4.6.1
16962026-05-20T15:26:20.946Z Compiling strum_macros v0.26.4
16972026-05-20T15:26:21.024Z Compiling serde_repr v0.1.20
16982026-05-20T15:26:21.070Z Compiling phf_shared v0.11.3
16992026-05-20T15:26:21.084Z Compiling float-cmp v0.10.0
17002026-05-20T15:26:21.246Z Compiling pem v3.0.6
17012026-05-20T15:26:21.262Z Compiling thread-id v4.2.2
17022026-05-20T15:26:21.262Z Compiling memmap2 v0.9.10
17032026-05-20T15:26:21.289Z Compiling env_filter v1.0.0
17042026-05-20T15:26:21.362Z Compiling predicates-core v1.0.10
17052026-05-20T15:26:21.377Z Compiling difflib v0.4.0
17062026-05-20T15:26:21.511Z Compiling hyper v1.8.1
17072026-05-20T15:26:21.565Z Compiling fixedbitset v0.5.7
17082026-05-20T15:26:21.606Z Compiling static_assertions v1.1.0
17092026-05-20T15:26:21.619Z Compiling typed-path v0.9.3
17102026-05-20T15:26:21.633Z Compiling normalize-line-endings v0.3.0
17112026-05-20T15:26:21.636Z Compiling new_debug_unreachable v1.0.6
17122026-05-20T15:26:21.694Z Compiling fixedbitset v0.4.2
17132026-05-20T15:26:21.728Z Compiling precomputed-hash v0.1.1
17142026-05-20T15:26:21.742Z Compiling jiff v0.2.21
17152026-05-20T15:26:21.835Z Compiling data-encoding v2.10.0
17162026-05-20T15:26:21.899Z Compiling whoami v2.1.0
17172026-05-20T15:26:21.932Z Compiling keccak v0.1.6
17182026-05-20T15:26:21.976Z Compiling toml_edit v0.22.27
17192026-05-20T15:26:21.982Z Compiling petgraph v0.6.5
17202026-05-20T15:26:22.276Z Compiling hickory-proto v0.25.2
17212026-05-20T15:26:22.305Z Compiling tokio-postgres v0.7.16
17222026-05-20T15:26:22.512Z Compiling sha3 v0.10.8
17232026-05-20T15:26:22.531Z Compiling string_cache v0.8.9
17242026-05-20T15:26:22.563Z Compiling petgraph v0.8.3
17252026-05-20T15:26:22.764Z Compiling hyper-util v0.1.20
17262026-05-20T15:26:22.777Z Compiling strum v0.26.3
17272026-05-20T15:26:22.791Z Compiling predicates v3.1.4
17282026-05-20T15:26:22.806Z Compiling clap v4.6.1
17292026-05-20T15:26:22.881Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17302026-05-20T15:26:22.906Z Compiling env_logger v0.11.9
17312026-05-20T15:26:22.925Z Compiling usdt v0.6.0
17322026-05-20T15:26:22.995Z Compiling usdt-impl v0.5.0
17332026-05-20T15:26:23.183Z Compiling serde_with v3.17.0
17342026-05-20T15:26:23.211Z Compiling crossterm v0.28.1
17352026-05-20T15:26:23.288Z Compiling ecdsa v0.16.9
17362026-05-20T15:26:23.479Z Compiling rsa v0.9.10
17372026-05-20T15:26:23.512Z Compiling toml v0.7.8
17382026-05-20T15:26:23.612Z Compiling ed25519-dalek v2.2.0
17392026-05-20T15:26:24.157Z Compiling hyper-tls v0.6.0
17402026-05-20T15:26:24.318Z Compiling zip v0.6.6
17412026-05-20T15:26:24.419Z Compiling zip v4.6.1
17422026-05-20T15:26:24.544Z Compiling iddqd v0.4.1
17432026-05-20T15:26:24.798Z Compiling tokio-stream v0.1.18
17442026-05-20T15:26:24.846Z Compiling toml_parser v1.0.9+spec-1.1.0
17452026-05-20T15:26:24.954Z Compiling buf-list v1.1.2
17462026-05-20T15:26:24.957Z Compiling similar v2.7.0
17472026-05-20T15:26:25.008Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17482026-05-20T15:26:25.034Z Compiling openapiv3 v2.2.0
17492026-05-20T15:26:25.258Z Compiling x509-cert v0.2.5
17502026-05-20T15:26:25.305Z Compiling sha1 v0.10.6
17512026-05-20T15:26:25.335Z Compiling crossbeam-epoch v0.9.18
17522026-05-20T15:26:25.476Z Compiling toml_datetime v0.7.5+spec-1.1.0
17532026-05-20T15:26:25.528Z Compiling either v1.15.0
17542026-05-20T15:26:25.554Z Compiling lalrpop-util v0.19.12
17552026-05-20T15:26:25.651Z Compiling peg-runtime v0.8.5
17562026-05-20T15:26:25.692Z Compiling thread_local v1.1.9
17572026-05-20T15:26:25.764Z Compiling slog-async v2.8.0
17582026-05-20T15:26:25.779Z Compiling crossbeam-channel v0.5.15
17592026-05-20T15:26:25.806Z Compiling is-terminal v0.4.17
17602026-05-20T15:26:25.820Z Compiling filetime v0.2.27
17612026-05-20T15:26:25.883Z Compiling term v1.2.1
17622026-05-20T15:26:25.899Z Compiling xattr v1.6.1
17632026-05-20T15:26:25.918Z Compiling take_mut v0.2.2
17642026-05-20T15:26:26.020Z Compiling tar v0.4.45
17652026-05-20T15:26:26.229Z Compiling slog-term v2.9.2
17662026-05-20T15:26:43.621Z Compiling rustls-webpki v0.103.9
17672026-05-20T15:26:46.362Z Compiling tokio-rustls v0.26.4
17682026-05-20T15:26:46.362Z Compiling rustls-platform-verifier v0.6.2
17692026-05-20T15:26:46.566Z Compiling hyper-rustls v0.27.7
17702026-05-20T15:26:46.757Z Compiling reqwest v0.12.28
17712026-05-20T15:26:46.761Z Compiling reqwest v0.13.2
17722026-05-20T15:26:47.973Z Compiling tough v0.22.0
17732026-05-20T15:26:50.487Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17742026-05-20T15:26:50.719Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17752026-05-20T15:26:53.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.60s
17762026-05-20T15:26:53.743Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17772026-05-20T15:26:53.763ZMay 20 15:26:52.320 INFO Starting download, target: Console
17782026-05-20T15:26:53.763ZMay 20 15:26:52.321 INFO Starting download, target: MaghemiteMgd
17792026-05-20T15:26:53.763ZMay 20 15:26:52.321 INFO Starting download, target: Clickhouse
17802026-05-20T15:26:53.766ZMay 20 15:26:52.321 INFO Starting download, target: Cockroach
17812026-05-20T15:26:53.766ZMay 20 15:26:52.321 INFO Starting download, target: DendriteStub
17822026-05-20T15:26:53.766ZMay 20 15:26:52.321 INFO Starting download, target: MaghemiteDdmd
17832026-05-20T15:26:53.766ZMay 20 15:26:52.321 INFO Starting download, target: TransceiverControl
17842026-05-20T15:26:53.766ZMay 20 15:26:52.321 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17852026-05-20T15:26:53.766ZMay 20 15:26:52.321 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17862026-05-20T15:26:53.767ZMay 20 15:26:52.321 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17872026-05-20T15:26:53.767ZMay 20 15:26:52.321 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17882026-05-20T15:26:53.767ZMay 20 15:26:52.321 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-05-20T15:26:53.767ZMay 20 15:26:52.321 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17902026-05-20T15:26:53.767ZMay 20 15:26:52.321 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17912026-05-20T15:26:54.082ZMay 20 15:26:52.639 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17922026-05-20T15:26:54.290ZMay 20 15:26:52.848 INFO Download complete, target: TransceiverControl
17932026-05-20T15:26:54.787ZMay 20 15:26:53.323 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17942026-05-20T15:26:55.002ZMay 20 15:26:53.550 INFO Download complete, target: Console
17952026-05-20T15:26:55.404ZMay 20 15:26:53.955 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17962026-05-20T15:26:55.404ZMay 20 15:26:53.955 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17972026-05-20T15:26:55.789ZMay 20 15:26:54.329 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17982026-05-20T15:26:55.992ZMay 20 15:26:54.546 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17992026-05-20T15:26:56.006ZMay 20 15:26:54.557 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18002026-05-20T15:26:56.212ZMay 20 15:26:54.770 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18012026-05-20T15:26:57.960ZMay 20 15:26:56.518 INFO Download complete, target: MaghemiteDdmd
18022026-05-20T15:26:58.644ZMay 20 15:26:57.199 INFO Download complete, target: DendriteStub
18032026-05-20T15:26:58.899ZMay 20 15:26:57.457 INFO Download complete, target: MaghemiteMgd
18042026-05-20T15:27:00.186ZMay 20 15:26:58.740 INFO Checking that binary works, target: Cockroach
18052026-05-20T15:27:00.310ZMay 20 15:26:58.867 INFO Download complete, target: Cockroach
18062026-05-20T15:27:02.542ZMay 20 15:27:01.099 INFO Checking that binary works, target: Clickhouse
18072026-05-20T15:27:02.632ZMay 20 15:27:01.186 INFO Download complete, target: Clickhouse
18082026-05-20T15:27:02.636ZAll prerequisites installed successfully
18092026-05-20T15:27:02.636Z
18102026-05-20T15:27:02.637Zreal 1:24.856324890
18112026-05-20T15:27:02.637Zuser 6:45.525853819
18122026-05-20T15:27:02.637Zsys 1:42.349878963
18132026-05-20T15:27:02.637Ztrap 0.220656512
18142026-05-20T15:27:02.637Ztflt 1.168525332
18152026-05-20T15:27:02.637Zdflt 1.673027682
18162026-05-20T15:27:02.637Zkflt 0.032555373
18172026-05-20T15:27:02.637Zlock 23:25.963293310
18182026-05-20T15:27:02.638Zslp 18:08.136049607
18192026-05-20T15:27:02.638Zlat 21.967673686
18202026-05-20T15:27:02.638Zstop 2:41.622231410
18212026-05-20T15:27:02.649Z+ source ./tools/include/force-git-over-https.sh
18222026-05-20T15:27:02.649Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18232026-05-20T15:27:02.649Z++ (( i = 0 ))
18242026-05-20T15:27:02.649Z++ (( i < 5 ))
18252026-05-20T15:27:02.649Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18262026-05-20T15:27:02.649Z++ (( i++ ))
18272026-05-20T15:27:02.649Z++ (( i < 5 ))
18282026-05-20T15:27:02.649Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18292026-05-20T15:27:02.649Z++ (( i++ ))
18302026-05-20T15:27:02.649Z++ (( i < 5 ))
18312026-05-20T15:27:02.649Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18322026-05-20T15:27:02.649Z++ (( i++ ))
18332026-05-20T15:27:02.649Z++ (( i < 5 ))
18342026-05-20T15:27:02.649Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18352026-05-20T15:27:02.649Z++ (( i++ ))
18362026-05-20T15:27:02.650Z++ (( i < 5 ))
18372026-05-20T15:27:02.650Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18382026-05-20T15:27:02.657Z++ (( i++ ))
18392026-05-20T15:27:02.657Z++ (( i < 5 ))
18402026-05-20T15:27:02.657Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18412026-05-20T15:27:02.657Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18422026-05-20T15:27:02.657Z+ rc=0
18432026-05-20T15:27:02.657Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18442026-05-20T15:27:08.733Z+ case $rc in
18452026-05-20T15:27:08.733Z+ pfexec zfs create -p rpool/images/build/host
18462026-05-20T15:27:08.927Z+ pfexec zfs create -p rpool/images/build/recovery
18472026-05-20T15:27:08.998Z+ cargo xtask releng --output-dir /work --mkincorp
18482026-05-20T15:27:09.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18492026-05-20T15:27:09.549Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18502026-05-20T15:27:10.469Z Compiling proc-macro2 v1.0.106
18512026-05-20T15:27:10.504Z Compiling quote v1.0.45
18522026-05-20T15:27:10.505Z Compiling unicode-ident v1.0.24
18532026-05-20T15:27:10.505Z Compiling libc v0.2.185
18542026-05-20T15:27:10.505Z Compiling serde_core v1.0.228
18552026-05-20T15:27:10.505Z Compiling serde v1.0.228
18562026-05-20T15:27:10.505Z Compiling cfg-if v1.0.4
18572026-05-20T15:27:10.505Z Compiling version_check v0.9.5
18582026-05-20T15:27:10.505Z Compiling shlex v1.3.0
18592026-05-20T15:27:10.505Z Compiling find-msvc-tools v0.1.9
18602026-05-20T15:27:10.505Z Compiling typenum v1.19.0
18612026-05-20T15:27:10.601Z Compiling autocfg v1.5.0
18622026-05-20T15:27:10.632Z Compiling zmij v1.0.21
18632026-05-20T15:27:10.633Z Compiling memchr v2.8.0
18642026-05-20T15:27:10.633Z Compiling zerocopy v0.8.40
18652026-05-20T15:27:10.764Z Compiling portable-atomic v1.13.1
18662026-05-20T15:27:10.795Z Compiling serde_json v1.0.149
18672026-05-20T15:27:10.912Z Compiling libm v0.2.16
18682026-05-20T15:27:10.937Z Compiling parking_lot_core v0.9.12
18692026-05-20T15:27:11.109Z Compiling generic-array v0.14.7
18702026-05-20T15:27:11.136Z Compiling smallvec v1.15.1
18712026-05-20T15:27:11.136Z Compiling icu_properties_data v2.1.2
18722026-05-20T15:27:11.136Z Compiling num-traits v0.2.19
18732026-05-20T15:27:11.158Z Compiling icu_normalizer_data v2.1.1
18742026-05-20T15:27:11.207Z Compiling pkg-config v0.3.32
18752026-05-20T15:27:11.216Z Compiling log v0.4.29
18762026-05-20T15:27:11.225Z Compiling itoa v1.0.17
18772026-05-20T15:27:11.246Z Compiling getrandom v0.4.1
18782026-05-20T15:27:11.382Z Compiling subtle v2.6.1
18792026-05-20T15:27:11.407Z Compiling scopeguard v1.2.0
18802026-05-20T15:27:11.408Z Compiling getrandom v0.3.4
18812026-05-20T15:27:11.482Z Compiling jobserver v0.1.34
18822026-05-20T15:27:11.490Z Compiling getrandom v0.2.17
18832026-05-20T15:27:11.502Z Compiling stable_deref_trait v1.2.1
18842026-05-20T15:27:11.564Z Compiling errno v0.3.14
18852026-05-20T15:27:11.573Z Compiling lock_api v0.4.14
18862026-05-20T15:27:11.643Z Compiling rand_core v0.6.4
18872026-05-20T15:27:11.670Z Compiling cc v1.2.56
18882026-05-20T15:27:11.690Z Compiling rustix v1.1.3
18892026-05-20T15:27:11.846Z Compiling dunce v1.0.5
18902026-05-20T15:27:11.860Z Compiling syn v2.0.117
18912026-05-20T15:27:11.860Z Compiling fs_extra v1.3.0
18922026-05-20T15:27:11.937Z Compiling critical-section v1.2.0
18932026-05-20T15:27:12.006Z Compiling pin-project-lite v0.2.17
18942026-05-20T15:27:12.066Z Compiling const-oid v0.9.6
18952026-05-20T15:27:12.111Z Compiling litemap v0.8.1
18962026-05-20T15:27:12.144Z Compiling thiserror v2.0.18
18972026-05-20T15:27:12.152Z Compiling percent-encoding v2.3.2
18982026-05-20T15:27:12.187Z Compiling fnv v1.0.7
18992026-05-20T15:27:12.200Z Compiling writeable v0.6.2
19002026-05-20T15:27:12.350Z Compiling rustversion v1.0.22
19012026-05-20T15:27:12.350Z Compiling aws-lc-rs v1.16.3
19022026-05-20T15:27:12.381Z Compiling once_cell v1.21.3
19032026-05-20T15:27:12.464Z Compiling cmake v0.1.57
19042026-05-20T15:27:12.526Z Compiling signal-hook-registry v1.4.8
19052026-05-20T15:27:12.632Z Compiling futures-core v0.3.32
19062026-05-20T15:27:12.704Z Compiling heck v0.5.0
19072026-05-20T15:27:12.705Z Compiling equivalent v1.0.2
19082026-05-20T15:27:12.721Z Compiling parking_lot v0.12.5
19092026-05-20T15:27:12.790Z Compiling semver v1.0.28
19102026-05-20T15:27:12.815Z Compiling bitflags v2.11.0
19112026-05-20T15:27:12.952Z Compiling mio v1.2.0
19122026-05-20T15:27:12.979Z Compiling httparse v1.10.1
19132026-05-20T15:27:13.027Z Compiling vcpkg v0.2.15
19142026-05-20T15:27:13.039Z Compiling ring v0.17.14
19152026-05-20T15:27:13.047Z Compiling aws-lc-sys v0.40.0
19162026-05-20T15:27:13.106Z Compiling socket2 v0.6.3
19172026-05-20T15:27:13.180Z Compiling utf8_iter v1.0.4
19182026-05-20T15:27:13.208Z Compiling schemars v0.8.22
19192026-05-20T15:27:13.454Z Compiling form_urlencoded v1.2.2
19202026-05-20T15:27:13.602Z Compiling hashbrown v0.17.0
19212026-05-20T15:27:13.643Z Compiling openssl-sys v0.9.115
19222026-05-20T15:27:13.675Z Compiling rustls v0.23.37
19232026-05-20T15:27:14.149Z Compiling crc32fast v1.5.0
19242026-05-20T15:27:14.153Z Compiling futures-sink v0.3.32
19252026-05-20T15:27:14.153Z Compiling rand_core v0.10.0
19262026-05-20T15:27:14.153Z Compiling futures-channel v0.3.32
19272026-05-20T15:27:14.154Z Compiling futures-task v0.3.32
19282026-05-20T15:27:14.154Z Compiling cpufeatures v0.2.17
19292026-05-20T15:27:14.154Z Compiling futures-io v0.3.32
19302026-05-20T15:27:14.154Z Compiling slab v0.4.12
19312026-05-20T15:27:14.167Z Compiling rustc_version v0.4.1
19322026-05-20T15:27:14.247Z Compiling indexmap v2.14.0
19332026-05-20T15:27:14.311Z Compiling byteorder v1.5.0
19342026-05-20T15:27:14.799Z Compiling strsim v0.11.1
19352026-05-20T15:27:14.845Z Compiling ucd-trie v0.1.7
19362026-05-20T15:27:14.845Z Compiling openssl v0.10.79
19372026-05-20T15:27:14.845Z Compiling native-tls v0.2.18
19382026-05-20T15:27:14.845Z Compiling thiserror v1.0.69
19392026-05-20T15:27:14.845Z Compiling pest v2.8.6
19402026-05-20T15:27:14.845Z Compiling num-conv v0.2.0
19412026-05-20T15:27:14.845Z Compiling iana-time-zone v0.1.65
19422026-05-20T15:27:14.846Z Compiling synstructure v0.13.2
19432026-05-20T15:27:14.894Z Compiling serde_derive_internals v0.29.1
19442026-05-20T15:27:14.895Z Compiling ident_case v1.0.1
19452026-05-20T15:27:14.895Z Compiling time-core v0.1.8
19462026-05-20T15:27:14.946Z Compiling regex-syntax v0.8.10
19472026-05-20T15:27:14.990Z Compiling base64 v0.22.1
19482026-05-20T15:27:15.015Z Compiling syn v1.0.109
19492026-05-20T15:27:15.117Z Compiling time-macros v0.2.27
19502026-05-20T15:27:15.192Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19512026-05-20T15:27:15.338Z Compiling untrusted v0.9.0
19522026-05-20T15:27:15.370Z Compiling crossbeam-utils v0.8.21
19532026-05-20T15:27:15.389Z Compiling base64ct v1.8.3
19542026-05-20T15:27:15.528Z Compiling uuid v1.23.0
19552026-05-20T15:27:15.584Z Compiling slog v2.8.2
19562026-05-20T15:27:15.640Z Compiling pem-rfc7468 v0.7.0
19572026-05-20T15:27:15.748Z Compiling flagset v0.4.7
19582026-05-20T15:27:15.837Z Compiling pest_meta v2.8.6
19592026-05-20T15:27:15.905Z Compiling rand_core v0.9.5
19602026-05-20T15:27:15.995Z Compiling bzip2-sys v0.1.13+1.0.8
19612026-05-20T15:27:16.057Z Compiling tracing-core v0.1.36
19622026-05-20T15:27:16.138Z Compiling serde_derive v1.0.228
19632026-05-20T15:27:16.138Z Compiling zeroize_derive v1.4.3
19642026-05-20T15:27:16.196Z Compiling zerofrom-derive v0.1.6
19652026-05-20T15:27:16.248Z Compiling yoke-derive v0.8.1
19662026-05-20T15:27:16.248Z Compiling zerovec-derive v0.11.2
19672026-05-20T15:27:16.248Z Compiling zerocopy-derive v0.8.40
19682026-05-20T15:27:16.248Z Compiling displaydoc v0.2.5
19692026-05-20T15:27:16.310Z Compiling tokio-macros v2.7.0
19702026-05-20T15:27:16.385Z Compiling futures-macro v0.3.32
19712026-05-20T15:27:16.707Z Compiling zeroize v1.8.2
19722026-05-20T15:27:17.053Z Compiling der_derive v0.7.3
19732026-05-20T15:27:17.053Z Compiling thiserror-impl v2.0.18
19742026-05-20T15:27:17.152Z Compiling tracing-attributes v0.1.31
19752026-05-20T15:27:17.178Z Compiling schemars_derive v0.8.22
19762026-05-20T15:27:17.178Z Compiling rustls-pki-types v1.14.0
19772026-05-20T15:27:17.178Z Compiling futures-util v0.3.32
19782026-05-20T15:27:17.309Z Compiling zerofrom v0.1.6
19792026-05-20T15:27:17.412Z Compiling yoke v0.8.1
19802026-05-20T15:27:17.527Z Compiling crypto-common v0.1.7
19812026-05-20T15:27:17.638Z Compiling zerovec v0.11.5
19822026-05-20T15:27:17.682Z Compiling zerotrie v0.2.3
19832026-05-20T15:27:18.012Z Compiling block-buffer v0.10.4
19842026-05-20T15:27:18.138Z Compiling tinystr v0.8.2
19852026-05-20T15:27:18.174Z Compiling potential_utf v0.1.4
19862026-05-20T15:27:18.201Z Compiling digest v0.10.7
19872026-05-20T15:27:18.317Z Compiling icu_collections v2.1.1
19882026-05-20T15:27:18.325Z Compiling icu_locale_core v2.1.1
19892026-05-20T15:27:18.400Z Compiling block-padding v0.3.3
19902026-05-20T15:27:18.467Z Compiling hmac v0.12.1
19912026-05-20T15:27:18.548Z Compiling openssl-macros v0.1.1
19922026-05-20T15:27:18.629Z Compiling inout v0.1.4
19932026-05-20T15:27:18.913Z Compiling pest_generator v2.8.6
19942026-05-20T15:27:19.009Z Compiling cipher v0.4.4
19952026-05-20T15:27:19.120Z Compiling icu_provider v2.1.1
19962026-05-20T15:27:19.195Z Compiling sha2 v0.10.9
19972026-05-20T15:27:19.286Z Compiling bytes v1.11.1
19982026-05-20T15:27:19.369Z Compiling chrono v0.4.44
19992026-05-20T15:27:19.402Z Compiling icu_properties v2.1.2
20002026-05-20T15:27:19.529Z Compiling icu_normalizer v2.1.1
20012026-05-20T15:27:19.574Z Compiling pest_derive v2.8.6
20022026-05-20T15:27:19.757Z Compiling thiserror-impl v1.0.69
20032026-05-20T15:27:19.785Z Compiling tokio v1.52.1
20042026-05-20T15:27:20.199Z Compiling http v1.4.0
20052026-05-20T15:27:20.396Z Compiling idna_adapter v1.2.1
20062026-05-20T15:27:20.541Z Compiling idna v1.1.0
20072026-05-20T15:27:20.735Z Compiling ppv-lite86 v0.2.21
20082026-05-20T15:27:20.841Z Compiling scroll_derive v0.13.1
20092026-05-20T15:27:20.938Z Compiling url v2.5.8
20102026-05-20T15:27:21.143Z Compiling der v0.7.10
20112026-05-20T15:27:21.605Z Compiling paste v1.0.15
20122026-05-20T15:27:21.612Z Compiling plain v0.2.3
20132026-05-20T15:27:21.662Z Compiling camino v1.2.2
20142026-05-20T15:27:21.966Z Compiling http-body v1.0.1
20152026-05-20T15:27:22.028Z Compiling spki v0.7.3
20162026-05-20T15:27:22.140Z Compiling salsa20 v0.10.2
20172026-05-20T15:27:22.152Z Compiling pbkdf2 v0.12.2
20182026-05-20T15:27:22.259Z Compiling tracing v0.1.44
20192026-05-20T15:27:22.727Z Compiling aho-corasick v1.1.4
20202026-05-20T15:27:22.767Z Compiling cookie v0.18.1
20212026-05-20T15:27:22.806Z Compiling atomic-waker v1.1.2
20222026-05-20T15:27:22.853Z Compiling fastrand v2.3.0
20232026-05-20T15:27:22.939Z Compiling num-bigint-dig v0.8.6
20242026-05-20T15:27:22.976Z Compiling dyn-clone v1.0.20
20252026-05-20T15:27:23.211Z Compiling scrypt v0.11.0
20262026-05-20T15:27:23.438Z Compiling rand_chacha v0.9.0
20272026-05-20T15:27:23.481Z Compiling cbc v0.1.2
20282026-05-20T15:27:23.500Z Compiling tokio-util v0.7.18
20292026-05-20T15:27:23.520Z Compiling aes v0.8.4
20302026-05-20T15:27:23.644Z Compiling regex-automata v0.4.14
20312026-05-20T15:27:23.673Z Compiling async-trait v0.1.89
20322026-05-20T15:27:23.840Z Compiling ahash v0.8.12
20332026-05-20T15:27:23.860Z Compiling pretty-hex v0.4.1
20342026-05-20T15:27:23.874Z Compiling zstd-safe v7.2.4
20352026-05-20T15:27:24.045Z Compiling try-lock v0.2.5
20362026-05-20T15:27:24.061Z Compiling tinyvec_macros v0.1.1
20372026-05-20T15:27:24.121Z Compiling tower-layer v0.3.3
20382026-05-20T15:27:24.170Z Compiling openssl-probe v0.2.1
20392026-05-20T15:27:24.199Z Compiling tower-service v0.3.3
20402026-05-20T15:27:24.203Z Compiling untrusted v0.7.1
20412026-05-20T15:27:24.322Z Compiling anyhow v1.0.102
20422026-05-20T15:27:24.454Z Compiling usdt-impl v0.6.0
20432026-05-20T15:27:24.555Z Compiling want v0.3.1
20442026-05-20T15:27:24.564Z Compiling tinyvec v1.10.0
20452026-05-20T15:27:24.676Z Compiling pkcs5 v0.7.1
20462026-05-20T15:27:24.726Z Compiling rand v0.9.2
20472026-05-20T15:27:24.758Z Compiling scroll v0.13.0
20482026-05-20T15:27:25.035Z Compiling h2 v0.4.13
20492026-05-20T15:27:25.056Z Compiling ipnet v2.11.0
20502026-05-20T15:27:25.141Z Compiling serde_tokenstream v0.2.3
20512026-05-20T15:27:25.172Z Compiling scroll_derive v0.12.1
20522026-05-20T15:27:25.310Z Compiling clap_derive v4.6.1
20532026-05-20T15:27:25.344Z Compiling daft-derive v0.1.7
20542026-05-20T15:27:25.536Z Compiling heapless v0.7.17
20552026-05-20T15:27:25.836Z Compiling unicode-segmentation v1.12.0
20562026-05-20T15:27:26.046Z Compiling httpdate v1.0.3
20572026-05-20T15:27:26.174Z Compiling pin-utils v0.1.0
20582026-05-20T15:27:26.190Z Compiling utf8parse v0.2.2
20592026-05-20T15:27:26.227Z Compiling signal-hook v0.3.18
20602026-05-20T15:27:26.459Z Compiling pkcs8 v0.10.2
20612026-05-20T15:27:26.480Z Compiling goblin v0.10.5
20622026-05-20T15:27:26.634Z Compiling tempfile v3.25.0
20632026-05-20T15:27:26.804Z Compiling pin-project-internal v1.1.11
20642026-05-20T15:27:26.978Z Compiling darling_core v0.20.11
20652026-05-20T15:27:27.177Z Compiling spin v0.9.8
20662026-05-20T15:27:27.214Z Compiling socket2 v0.5.10
20672026-05-20T15:27:27.544Z Compiling anstyle v1.0.14
20682026-05-20T15:27:27.683Z Compiling litrs v1.0.0
20692026-05-20T15:27:27.762Z Compiling foreign-types-shared v0.1.1
20702026-05-20T15:27:27.849Z Compiling simd-adler32 v0.3.8
20712026-05-20T15:27:27.876Z Compiling foreign-types v0.3.2
20722026-05-20T15:27:28.021Z Compiling heck v0.4.1
20732026-05-20T15:27:28.163Z Compiling document-features v0.2.12
20742026-05-20T15:27:28.253Z Compiling unicode-normalization v0.1.25
20752026-05-20T15:27:28.436Z Compiling dtrace-parser v0.3.0
20762026-05-20T15:27:28.455Z Compiling hex v0.4.3
20772026-05-20T15:27:28.534Z Compiling zerocopy-derive v0.7.35
20782026-05-20T15:27:28.701Z Compiling hyper v1.8.1
20792026-05-20T15:27:28.738Z Compiling strum_macros v0.26.4
20802026-05-20T15:27:28.779Z Compiling darling_core v0.21.3
20812026-05-20T15:27:28.797Z Compiling curve25519-dalek v4.1.3
20822026-05-20T15:27:28.980Z Compiling darling_macro v0.20.11
20832026-05-20T15:27:29.107Z Compiling thread-id v5.1.0
20842026-05-20T15:27:29.108Z Compiling memoffset v0.9.1
20852026-05-20T15:27:29.142Z Compiling colorchoice v1.0.4
20862026-05-20T15:27:29.284Z Compiling smoltcp v0.9.1
20872026-05-20T15:27:29.295Z Compiling adler2 v2.0.1
20882026-05-20T15:27:29.295Z Compiling dof v0.4.0
20892026-05-20T15:27:29.386Z Compiling is_terminal_polyfill v1.70.2
20902026-05-20T15:27:29.409Z Compiling ref-cast v1.0.25
20912026-05-20T15:27:29.424Z Compiling anstyle-query v1.1.5
20922026-05-20T15:27:29.506Z Compiling powerfmt v0.2.0
20932026-05-20T15:27:29.550Z Compiling rustix v0.38.44
20942026-05-20T15:27:29.574Z Compiling darling v0.20.11
20952026-05-20T15:27:29.678Z Compiling miniz_oxide v0.8.9
20962026-05-20T15:27:29.719Z Compiling deranged v0.5.8
20972026-05-20T15:27:29.823Z Compiling snafu-derive v0.8.9
20982026-05-20T15:27:29.909Z Compiling rustls-native-certs v0.8.3
20992026-05-20T15:27:30.167Z Compiling hyper-util v0.1.20
21002026-05-20T15:27:30.499Z Compiling http-body-util v0.1.3
21012026-05-20T15:27:30.520Z Compiling toml_datetime v0.6.11
21022026-05-20T15:27:30.832Z Compiling serde_spanned v0.6.9
21032026-05-20T15:27:30.989Z Compiling sync_wrapper v1.0.2
21042026-05-20T15:27:31.011Z Compiling darling_macro v0.21.3
21052026-05-20T15:27:31.108Z Compiling wait-timeout v0.2.1
21062026-05-20T15:27:31.131Z Compiling encoding_rs v0.8.35
21072026-05-20T15:27:31.209Z Compiling quick-error v1.2.3
21082026-05-20T15:27:31.256Z Compiling bit-vec v0.8.0
21092026-05-20T15:27:31.267Z Compiling ryu v1.0.23
21102026-05-20T15:27:31.431Z Compiling mime v0.3.17
21112026-05-20T15:27:31.452Z Compiling zlib-rs v0.6.2
21122026-05-20T15:27:31.529Z Compiling num_threads v0.1.7
21132026-05-20T15:27:31.656Z Compiling cfg_aliases v0.2.1
21142026-05-20T15:27:31.762Z Compiling siphasher v1.0.2
21152026-05-20T15:27:31.794Z Compiling time v0.3.47
21162026-05-20T15:27:31.832Z Compiling nix v0.31.2
21172026-05-20T15:27:31.962Z Compiling darling v0.21.3
21182026-05-20T15:27:31.997Z Compiling bit-set v0.8.0
21192026-05-20T15:27:32.171Z Compiling serde_urlencoded v0.7.1
21202026-05-20T15:27:32.187Z Compiling rusty-fork v0.3.1
21212026-05-20T15:27:32.391Z Compiling tower v0.5.3
21222026-05-20T15:27:32.484Z Compiling derive_builder_core v0.20.2
21232026-05-20T15:27:32.690Z Compiling anstyle-parse v1.0.0
21242026-05-20T15:27:32.814Z Compiling regex v1.12.3
21252026-05-20T15:27:32.882Z Compiling webpki-roots v1.0.6
21262026-05-20T15:27:32.912Z Compiling erased-serde v0.3.31
21272026-05-20T15:27:32.935Z Compiling hubpack_derive v0.1.1
21282026-05-20T15:27:32.963Z Compiling signature v2.2.0
21292026-05-20T15:27:33.048Z Compiling ref-cast-impl v1.0.25
21302026-05-20T15:27:33.089Z Compiling strum_macros v0.27.2
21312026-05-20T15:27:33.101Z Compiling curve25519-dalek-derive v0.1.1
21322026-05-20T15:27:33.128Z Compiling rand_xorshift v0.4.0
21332026-05-20T15:27:33.343Z Compiling fs-err v3.3.0
21342026-05-20T15:27:33.406Z Compiling usdt-impl v0.5.0
21352026-05-20T15:27:33.468Z Compiling unarray v0.1.4
21362026-05-20T15:27:33.554Z Compiling iri-string v0.7.10
21372026-05-20T15:27:33.566Z Compiling unicode-bidi v0.3.18
21382026-05-20T15:27:33.572Z Compiling flate2 v1.1.9
21392026-05-20T15:27:33.643Z Compiling unicode-properties v0.1.4
21402026-05-20T15:27:33.786Z Compiling object v0.37.3
21412026-05-20T15:27:33.869Z Compiling allocator-api2 v0.2.21
21422026-05-20T15:27:34.087Z Compiling stringprep v0.1.5
21432026-05-20T15:27:34.381Z Compiling proptest v1.10.0
21442026-05-20T15:27:34.732Z Compiling derive_builder_macro v0.20.2
21452026-05-20T15:27:34.884Z Compiling tower-http v0.6.8
21462026-05-20T15:27:35.210Z Compiling anstream v1.0.0
21472026-05-20T15:27:35.331Z Compiling tokio-native-tls v0.3.1
21482026-05-20T15:27:35.352Z Compiling serde_with_macros v3.17.0
21492026-05-20T15:27:35.437Z Compiling usdt-macro v0.6.0
21502026-05-20T15:27:35.494Z Compiling usdt-attr-macro v0.6.0
21512026-05-20T15:27:35.523Z Compiling ipnetwork v0.21.1
21522026-05-20T15:27:35.758Z Compiling bstr v1.12.1
21532026-05-20T15:27:35.772Z Compiling scroll v0.12.0
21542026-05-20T15:27:36.055Z Compiling rand_chacha v0.3.1
21552026-05-20T15:27:36.192Z Compiling md-5 v0.10.6
21562026-05-20T15:27:36.323Z Compiling async-recursion v1.1.1
21572026-05-20T15:27:36.365Z Compiling terminal_size v0.4.3
21582026-05-20T15:27:36.380Z Compiling num-integer v0.1.46
21592026-05-20T15:27:36.398Z Compiling hash32 v0.2.1
21602026-05-20T15:27:36.415Z Compiling vergen-lib v0.1.6
21612026-05-20T15:27:36.428Z Compiling ff v0.13.1
21622026-05-20T15:27:36.537Z Compiling fallible-iterator v0.2.0
21632026-05-20T15:27:36.608Z Compiling base16ct v0.2.0
21642026-05-20T15:27:36.696Z Compiling clap_lex v1.0.0
21652026-05-20T15:27:36.819Z Compiling psl-types v2.0.11
21662026-05-20T15:27:36.883Z Compiling winnow v0.7.14
21672026-05-20T15:27:36.894Z Compiling postgres-protocol v0.6.10
21682026-05-20T15:27:36.900Z Compiling sec1 v0.7.3
21692026-05-20T15:27:36.937Z Compiling publicsuffix v2.3.0
21702026-05-20T15:27:37.085Z Compiling clap_builder v4.6.0
21712026-05-20T15:27:37.162Z Compiling num-iter v0.1.45
21722026-05-20T15:27:37.280Z Compiling group v0.13.0
21732026-05-20T15:27:37.297Z Compiling newtype-uuid v1.3.2
21742026-05-20T15:27:37.512Z Compiling rand v0.8.6
21752026-05-20T15:27:37.840Z Compiling goblin v0.8.2
21762026-05-20T15:27:38.114Z Compiling oxnet v0.1.5
21772026-05-20T15:27:38.152Z Compiling hyper-tls v0.6.0
21782026-05-20T15:27:38.207Z Compiling derive_builder v0.20.2
21792026-05-20T15:27:38.284Z Compiling phf_shared v0.13.1
21802026-05-20T15:27:38.434Z Compiling zerocopy v0.7.35
21812026-05-20T15:27:38.495Z Compiling lazy_static v1.5.0
21822026-05-20T15:27:38.527Z Compiling anstyle-parse v0.2.7
21832026-05-20T15:27:38.544Z Compiling pin-project v1.1.11
21842026-05-20T15:27:38.841Z Compiling futures-executor v0.3.32
21852026-05-20T15:27:38.847Z Compiling cargo-platform v0.1.9
21862026-05-20T15:27:38.847Z Compiling hkdf v0.12.4
21872026-05-20T15:27:38.847Z Compiling crypto-bigint v0.5.5
21882026-05-20T15:27:38.852Z Compiling serde_repr v0.1.20
21892026-05-20T15:27:38.918Z Compiling enum-as-inner v0.6.1
21902026-05-20T15:27:38.986Z Compiling vergen v9.0.6
21912026-05-20T15:27:39.226Z Compiling winnow v0.5.40
21922026-05-20T15:27:39.336Z Compiling libbz2-rs-sys v0.2.2
21932026-05-20T15:27:39.410Z Compiling same-file v1.0.6
21942026-05-20T15:27:39.421Z Compiling managed v0.8.0
21952026-05-20T15:27:39.472Z Compiling foldhash v0.2.0
21962026-05-20T15:27:39.573Z Compiling foldhash v0.1.5
21972026-05-20T15:27:39.663Z Compiling bitflags v1.3.2
21982026-05-20T15:27:39.675Z Compiling bumpalo v3.20.2
21992026-05-20T15:27:39.762Z Compiling bzip2 v0.6.1
22002026-05-20T15:27:39.888Z Compiling zopfli v0.8.3
22012026-05-20T15:27:40.132Z Compiling hashbrown v0.15.5
22022026-05-20T15:27:40.203Z Compiling elliptic-curve v0.13.8
22032026-05-20T15:27:40.204Z Compiling hashbrown v0.16.1
22042026-05-20T15:27:40.209Z Compiling dof v0.3.0
22052026-05-20T15:27:40.470Z Compiling walkdir v2.5.0
22062026-05-20T15:27:40.519Z Compiling toml_edit v0.19.15
22072026-05-20T15:27:40.807Z Compiling clap v4.6.1
22082026-05-20T15:27:40.821Z Compiling cargo_metadata v0.19.2
22092026-05-20T15:27:40.949Z Compiling futures v0.3.32
22102026-05-20T15:27:41.046Z Compiling anstream v0.6.21
22112026-05-20T15:27:41.398Z Compiling snafu v0.8.9
22122026-05-20T15:27:41.528Z Compiling phf v0.13.1
22132026-05-20T15:27:41.749Z Compiling daft v0.1.7
22142026-05-20T15:27:41.997Z Compiling signal-hook-mio v0.2.5
22152026-05-20T15:27:42.008Z Compiling cookie_store v0.22.1
22162026-05-20T15:27:42.037Z Compiling zstd v0.13.3
22172026-05-20T15:27:42.067Z Compiling postgres-types v0.2.12
22182026-05-20T15:27:42.125Z Compiling bzip2 v0.4.4
22192026-05-20T15:27:42.234Z Compiling globset v0.4.18
22202026-05-20T15:27:42.311Z Compiling strum v0.27.2
22212026-05-20T15:27:42.343Z Compiling dtrace-parser v0.2.0
22222026-05-20T15:27:42.445Z Compiling hubpack v0.1.2
22232026-05-20T15:27:42.461Z Compiling ed25519 v2.2.3
22242026-05-20T15:27:42.521Z Compiling phf_shared v0.11.3
22252026-05-20T15:27:42.532Z Compiling olpc-cjson v0.1.4
22262026-05-20T15:27:42.610Z Compiling pkcs1 v0.7.5
22272026-05-20T15:27:42.749Z Compiling pem v3.0.6
22282026-05-20T15:27:42.753Z Compiling serde-big-array v0.5.1
22292026-05-20T15:27:42.785Z Compiling serde_plain v1.0.2
22302026-05-20T15:27:42.800Z Compiling rfc6979 v0.4.0
22312026-05-20T15:27:42.898Z Compiling float-cmp v0.10.0
22322026-05-20T15:27:42.932Z Compiling env_filter v1.0.0
22332026-05-20T15:27:42.949Z Compiling thread-id v4.2.2
22342026-05-20T15:27:42.965Z Compiling memmap2 v0.9.10
22352026-05-20T15:27:42.994Z Compiling keccak v0.1.6
22362026-05-20T15:27:43.018Z Compiling fixedbitset v0.4.2
22372026-05-20T15:27:43.031Z Compiling predicates-core v1.0.10
22382026-05-20T15:27:43.050Z Compiling fixedbitset v0.5.7
22392026-05-20T15:27:43.060Z Compiling static_assertions v1.1.0
22402026-05-20T15:27:43.083Z Compiling toml_write v0.1.2
22412026-05-20T15:27:43.180Z Compiling jiff v0.2.21
22422026-05-20T15:27:43.204Z Compiling precomputed-hash v0.1.1
22432026-05-20T15:27:43.219Z Compiling new_debug_unreachable v1.0.6
22442026-05-20T15:27:43.253Z Compiling normalize-line-endings v0.3.0
22452026-05-20T15:27:43.295Z Compiling whoami v2.1.0
22462026-05-20T15:27:43.311Z Compiling difflib v0.4.0
22472026-05-20T15:27:43.340Z Compiling data-encoding v2.10.0
22482026-05-20T15:27:43.340Z Compiling typed-path v0.9.3
22492026-05-20T15:27:43.346Z Compiling string_cache v0.8.9
22502026-05-20T15:27:43.372Z Compiling petgraph v0.8.3
22512026-05-20T15:27:43.380Z Compiling toml_edit v0.22.27
22522026-05-20T15:27:43.595Z Compiling predicates v3.1.4
22532026-05-20T15:27:43.633Z Compiling hickory-proto v0.25.2
22542026-05-20T15:27:43.770Z Compiling tokio-postgres v0.7.16
22552026-05-20T15:27:44.160Z Compiling petgraph v0.6.5
22562026-05-20T15:27:44.260Z Compiling sha3 v0.10.8
22572026-05-20T15:27:44.502Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22582026-05-20T15:27:44.590Z Compiling usdt v0.6.0
22592026-05-20T15:27:47.654Z Compiling env_logger v0.11.9
22602026-05-20T15:27:47.681Z Compiling ecdsa v0.16.9
22612026-05-20T15:27:47.681Z Compiling rsa v0.9.10
22622026-05-20T15:27:47.682Z Compiling zip v4.6.1
22632026-05-20T15:27:47.682Z Compiling ed25519-dalek v2.2.0
22642026-05-20T15:27:47.682Z Compiling crossterm v0.28.1
22652026-05-20T15:27:47.682Z Compiling zip v0.6.6
22662026-05-20T15:27:47.682Z Compiling iddqd v0.4.1
22672026-05-20T15:27:47.682Z Compiling toml v0.7.8
22682026-05-20T15:27:47.692Z Compiling crossbeam-epoch v0.9.18
22692026-05-20T15:27:47.692Z Compiling toml_parser v1.0.9+spec-1.1.0
22702026-05-20T15:27:47.692Z Compiling serde_with v3.17.0
22712026-05-20T15:27:47.692Z Compiling similar v2.7.0
22722026-05-20T15:27:47.692Z Compiling strum v0.26.3
22732026-05-20T15:27:47.692Z Compiling tokio-stream v0.1.18
22742026-05-20T15:27:47.692Z Compiling buf-list v1.1.2
22752026-05-20T15:27:47.708Z Compiling x509-cert v0.2.5
22762026-05-20T15:27:47.828Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22772026-05-20T15:27:47.970Z Compiling openapiv3 v2.2.0
22782026-05-20T15:27:48.040Z Compiling sha1 v0.10.6
22792026-05-20T15:27:48.056Z Compiling structmeta-derive v0.3.0
22802026-05-20T15:27:48.101Z Compiling toml_datetime v0.7.5+spec-1.1.0
22812026-05-20T15:27:48.273Z Compiling lalrpop-util v0.19.12
22822026-05-20T15:27:48.332Z Compiling peg-runtime v0.8.5
22832026-05-20T15:27:48.387Z Compiling either v1.15.0
22842026-05-20T15:27:48.560Z Compiling radium v0.7.0
22852026-05-20T15:27:49.084Z Compiling structmeta v0.3.0
22862026-05-20T15:27:49.969Z Compiling maybe-uninit v2.0.0
22872026-05-20T15:27:50.049Z Compiling tap v1.0.1
22882026-05-20T15:27:50.181Z Compiling wyz v0.5.1
22892026-05-20T15:27:51.674Z Compiling packed_struct v0.10.1
22902026-05-20T15:27:51.931Z Compiling funty v2.0.0
22912026-05-20T15:27:52.304Z Compiling bitvec v1.0.1
22922026-05-20T15:27:54.581Z Compiling packed_struct_codegen v0.10.1
22932026-05-20T15:27:54.810Z Compiling zerocopy-derive v0.6.6
22942026-05-20T15:27:54.814Z Compiling bitfield-macros v0.19.4
22952026-05-20T15:27:55.493Z Compiling indexmap v1.9.3
22962026-05-20T15:27:55.596Z Compiling crc-catalog v2.4.0
22972026-05-20T15:27:55.720Z Compiling typeid v1.0.3
22982026-05-20T15:27:55.743Z Compiling nodrop v0.1.14
22992026-05-20T15:27:55.938Z Compiling array-init v0.0.4
23002026-05-20T15:27:56.100Z Compiling crc v3.4.0
23012026-05-20T15:27:56.319Z Compiling zerocopy v0.6.6
23022026-05-20T15:27:56.523Z Compiling bitfield v0.19.4
23032026-05-20T15:27:57.039Z Compiling smallvec v0.6.14
23042026-05-20T15:27:57.281Z Compiling derive-ex v0.1.8
23052026-05-20T15:27:59.076Z Compiling rustls v0.22.4
23062026-05-20T15:27:59.349Z Compiling hashbrown v0.12.3
23072026-05-20T15:27:59.485Z Compiling base64 v0.21.7
23082026-05-20T15:27:59.940Z Compiling erased-serde v0.4.9
23092026-05-20T15:28:00.528Z Compiling ron v0.8.1
23102026-05-20T15:28:01.452Z Compiling rustls-webpki v0.103.9
23112026-05-20T15:28:02.734Z Compiling test-strategy v0.4.5
23122026-05-20T15:28:03.406Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23132026-05-20T15:28:03.712Z Compiling serde-hex v0.1.0
23142026-05-20T15:28:03.926Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152026-05-20T15:28:04.170Z Compiling toml v0.8.23
23162026-05-20T15:28:04.312Z Compiling hashbrown v0.13.2
23172026-05-20T15:28:04.816Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23182026-05-20T15:28:05.064Z Compiling rustls-webpki v0.102.8
23192026-05-20T15:28:05.399Z Compiling tokio-rustls v0.26.4
23202026-05-20T15:28:05.616Z Compiling rustls-platform-verifier v0.6.2
23212026-05-20T15:28:05.682Z Compiling hyper-rustls v0.27.7
23222026-05-20T15:28:05.870Z Compiling filetime v0.2.27
23232026-05-20T15:28:05.898Z Compiling multer v3.1.0
23242026-05-20T15:28:05.916Z Compiling thread_local v1.1.9
23252026-05-20T15:28:05.951Z Compiling reqwest v0.12.28
23262026-05-20T15:28:06.026Z Compiling reqwest v0.13.2
23272026-05-20T15:28:06.143Z Compiling rayon-core v1.13.0
23282026-05-20T15:28:06.178Z Compiling slog-async v2.8.0
23292026-05-20T15:28:06.310Z Compiling xattr v1.6.1
23302026-05-20T15:28:06.327Z Compiling match_cfg v0.1.0
23312026-05-20T15:28:06.423Z Compiling crc-any v2.5.0
23322026-05-20T15:28:06.463Z Compiling compression-core v0.4.31
23332026-05-20T15:28:06.590Z Compiling compression-codecs v0.4.37
23342026-05-20T15:28:06.605Z Compiling tar v0.4.45
23352026-05-20T15:28:06.638Z Compiling hostname v0.3.1
23362026-05-20T15:28:06.770Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23372026-05-20T15:28:06.834Z Compiling object v0.30.4
23382026-05-20T15:28:06.877Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23392026-05-20T15:28:06.987Z Compiling crossbeam-channel v0.5.15
23402026-05-20T15:28:07.003Z Compiling slog-json v2.6.1
23412026-05-20T15:28:07.006Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-05-20T15:28:07.291Z Compiling async-stream-impl v0.3.6
23432026-05-20T15:28:07.433Z Compiling ordered-float v2.10.1
23442026-05-20T15:28:07.464Z Compiling toml_datetime v1.0.0+spec-1.1.0
23452026-05-20T15:28:07.542Z Compiling tough v0.22.0
23462026-05-20T15:28:07.687Z Compiling serde_spanned v1.0.4
23472026-05-20T15:28:07.737Z Compiling serde_path_to_error v0.1.20
23482026-05-20T15:28:07.879Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23492026-05-20T15:28:07.882Z Compiling is-terminal v0.4.17
23502026-05-20T15:28:07.912Z Compiling fs-err v2.11.0
23512026-05-20T15:28:08.015Z Compiling dropshot v0.17.0
23522026-05-20T15:28:08.129Z Compiling term v1.2.1
23532026-05-20T15:28:08.256Z Compiling debug-ignore v1.0.5
23542026-05-20T15:28:08.263Z Compiling take_mut v0.2.2
23552026-05-20T15:28:08.275Z Compiling path-slash v0.1.5
23562026-05-20T15:28:08.346Z Compiling toml_writer v1.0.6+spec-1.1.0
23572026-05-20T15:28:08.454Z Compiling slog-term v2.9.2
23582026-05-20T15:28:08.559Z Compiling toml v1.0.6+spec-1.1.0
23592026-05-20T15:28:08.630Z Compiling async-stream v0.3.6
23602026-05-20T15:28:08.845Z Compiling tokio-rustls v0.25.0
23612026-05-20T15:28:09.109Z Compiling serde-value v0.7.0
23622026-05-20T15:28:09.128Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23632026-05-20T15:28:09.316Z Compiling serde-untagged v0.1.9
23642026-05-20T15:28:09.334Z Compiling slog-bunyan v2.5.0
23652026-05-20T15:28:09.337Z Compiling async-compression v0.4.41
23662026-05-20T15:28:09.661Z Compiling crossbeam-deque v0.8.6
23672026-05-20T15:28:09.693Z Compiling parse-display-derive v0.10.0
23682026-05-20T15:28:09.719Z Compiling camino-tempfile v1.4.1
23692026-05-20T15:28:09.838Z Compiling dropshot_endpoint v0.17.0
23702026-05-20T15:28:09.854Z Compiling newtype-uuid-macros v0.1.0
23712026-05-20T15:28:09.902Z Compiling backon v1.6.0
23722026-05-20T15:28:09.979Z Compiling waitgroup v0.1.2
23732026-05-20T15:28:10.140Z Compiling half v2.7.1
23742026-05-20T15:28:10.157Z Compiling rustls-pemfile v2.2.0
23752026-05-20T15:28:10.172Z Compiling blake3 v1.8.3
23762026-05-20T15:28:10.318Z Compiling hostname v0.4.2
23772026-05-20T15:28:10.460Z Compiling instant v0.1.13
23782026-05-20T15:28:10.512Z Compiling unicode-xid v0.2.6
23792026-05-20T15:28:10.536Z Compiling ciborium-io v0.2.2
23802026-05-20T15:28:10.560Z Compiling backoff v0.4.0
23812026-05-20T15:28:10.596Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23822026-05-20T15:28:10.616Z Compiling cargo-util-schemas v0.8.2
23832026-05-20T15:28:10.662Z Compiling ciborium-ll v0.2.2
23842026-05-20T15:28:10.806Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23852026-05-20T15:28:11.149Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23862026-05-20T15:28:11.174Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23872026-05-20T15:28:11.203Z Compiling parse-display v0.10.0
23882026-05-20T15:28:11.379Z Compiling regress v0.10.5
23892026-05-20T15:28:11.485Z Compiling itertools v0.14.0
23902026-05-20T15:28:11.516Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23912026-05-20T15:28:11.615Z Compiling itertools v0.13.0
23922026-05-20T15:28:11.942Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
23932026-05-20T15:28:12.065Z Compiling macaddr v1.0.1
23942026-05-20T15:28:12.082Z Compiling cargo-platform v0.2.0
23952026-05-20T15:28:12.260Z Compiling arrayvec v0.7.6
23962026-05-20T15:28:12.346Z Compiling indent_write v2.2.0
23972026-05-20T15:28:12.376Z Compiling arrayref v0.3.9
23982026-05-20T15:28:12.465Z Compiling constant_time_eq v0.4.2
23992026-05-20T15:28:12.517Z Compiling parse-size v1.1.0
24002026-05-20T15:28:12.522Z Compiling cargo_metadata v0.21.0
24012026-05-20T15:28:12.682Z Compiling ciborium v0.2.2
24022026-05-20T15:28:12.698Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24032026-05-20T15:28:12.727Z Compiling topological-sort v0.2.2
24042026-05-20T15:28:12.912Z Compiling display-error-chain v0.2.2
24052026-05-20T15:28:12.996Z Compiling shell-words v1.1.1
24062026-05-20T15:28:13.287Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24072026-05-20T15:28:23.241Z Compiling progenitor-client v0.14.0
24082026-05-20T15:28:23.258Z Compiling progenitor-client v0.10.0
24092026-05-20T15:28:23.261Z Compiling omicron-zone-package v0.12.2
24102026-05-20T15:28:23.733Z Compiling progenitor-extras v0.2.0
24112026-05-20T15:28:26.009Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24122026-05-20T15:28:26.154Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24132026-05-20T15:28:26.157Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24142026-05-20T15:28:26.205Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24152026-05-20T15:28:30.249Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24162026-05-20T15:28:33.631Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24172026-05-20T15:28:41.581Z Finished `release` profile [optimized] target(s) in 1m 31s
24182026-05-20T15:28:41.737Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24192026-05-20T15:28:41.797ZMay 20 15:28:40.354 DEBG changing working directory to /work/oxidecomputer/omicron
24202026-05-20T15:28:41.887ZMay 20 15:28:40.445 DEBG running: git rev-parse HEAD
24212026-05-20T15:28:41.890ZMay 20 15:28:40.448 DEBG process exited with exit status: 0 (2.505424ms)
24222026-05-20T15:28:41.890ZMay 20 15:28:40.448 INFO version: 20.0.0-0.ci+git002f7b62d05
24232026-05-20T15:28:41.898ZMay 20 15:28:40.456 INFO cloning helios to /work/oxidecomputer/helios
24242026-05-20T15:28:41.898ZMay 20 15:28:40.456 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24252026-05-20T15:28:41.901ZCloning into '/work/oxidecomputer/helios'...
24262026-05-20T15:28:42.433ZMay 20 15:28:40.991 DEBG process exited with exit status: 0 (535.061407ms)
24272026-05-20T15:28:42.433ZMay 20 15:28:40.991 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24282026-05-20T15:28:42.436ZMay 20 15:28:40.993 DEBG process exited with exit status: 0 (2.392154ms)
24292026-05-20T15:28:42.436ZMay 20 15:28:40.993 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24302026-05-20T15:28:42.754ZMay 20 15:28:41.312 DEBG process exited with exit status: 0 (318.951378ms)
24312026-05-20T15:28:42.754ZMay 20 15:28:41.312 DEBG running: zfs list rpool/images/build/host
24322026-05-20T15:28:42.758ZNAME USED AVAIL REFER MOUNTPOINT
24332026-05-20T15:28:42.758Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24342026-05-20T15:28:42.761ZMay 20 15:28:41.317 DEBG process exited with exit status: 0 (4.297516ms)
24352026-05-20T15:28:42.761ZMay 20 15:28:41.317 DEBG running: zfs list rpool/images/build/recovery
24362026-05-20T15:28:42.764ZNAME USED AVAIL REFER MOUNTPOINT
24372026-05-20T15:28:42.764Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24382026-05-20T15:28:42.764ZMay 20 15:28:41.320 DEBG process exited with exit status: 0 (3.435895ms)
24392026-05-20T15:28:42.764ZMay 20 15:28:41.320 INFO [incorp-manifest] running task
24402026-05-20T15:28:42.764ZMay 20 15:28:41.320 INFO [hubris-staging] running task
24412026-05-20T15:28:42.764ZMay 20 15:28:41.320 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24422026-05-20T15:28:42.764ZMay 20 15:28:41.320 INFO [hubris-production] running task
24432026-05-20T15:28:42.764ZMay 20 15:28:41.321 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-20T15:28:42.764ZMay 20 15:28:41.321 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24452026-05-20T15:28:42.767ZMay 20 15:28:41.322 INFO [incorp-create] running: pkgrepo create /work/incorporation
24462026-05-20T15:28:42.804Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24472026-05-20T15:28:43.001ZMay 20 15:28:41.559 INFO [incorp-create] process exited with exit status: 0 (236.816362ms)
24482026-05-20T15:28:43.005ZMay 20 15:28:41.559 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24492026-05-20T15:28:43.244ZMay 20 15:28:41.802 INFO [incorp-publisher] process exited with exit status: 0 (242.8835ms)
24502026-05-20T15:28:43.279Z[ omicron-package] Blocking waiting for file lock on package cache
24512026-05-20T15:28:43.330ZMay 20 15:28:41.886 DEBG process exited with exit status: 0 (566.027965ms)
24522026-05-20T15:28:43.330ZMay 20 15:28:41.887 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24532026-05-20T15:28:43.684Z[ omicron-package] Blocking waiting for file lock on package cache
24542026-05-20T15:28:43.865ZMay 20 15:28:42.423 INFO [hubris-production] task succeeded (1.102167764s)
24552026-05-20T15:28:43.868ZMay 20 15:28:42.423 DEBG process exited with exit status: 0 (536.701201ms)
24562026-05-20T15:28:43.868ZMay 20 15:28:42.424 INFO [incorp-manifest] task succeeded (1.103924117s)
24572026-05-20T15:28:43.868ZMay 20 15:28:42.424 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24582026-05-20T15:28:44.044ZMay 20 15:28:42.602 INFO [incorp-fmt] process exited with exit status: 0 (177.662852ms)
24592026-05-20T15:28:44.048ZMay 20 15:28:42.602 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24602026-05-20T15:28:44.262Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260520T152842Z
24612026-05-20T15:28:44.262Z[ incorp-pkgsend] PUBLISHED
24622026-05-20T15:28:44.299ZMay 20 15:28:42.856 INFO [incorp-pkgsend] process exited with exit status: 0 (253.941878ms)
24632026-05-20T15:28:44.302ZMay 20 15:28:42.856 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24642026-05-20T15:28:44.496Z[ helios-incorp] Retrieving packages for publisher helios ...
24652026-05-20T15:28:44.500Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24662026-05-20T15:28:44.524Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24672026-05-20T15:28:44.524Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24682026-05-20T15:28:44.524Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24692026-05-20T15:28:44.528Z[ helios-incorp]
24702026-05-20T15:28:44.528Z[ helios-incorp] Archiving packages ...
24712026-05-20T15:28:44.528Z[ helios-incorp] Packages to add: 1
24722026-05-20T15:28:44.530Z[ helios-incorp] Files to retrieve: 0
24732026-05-20T15:28:44.531Z[ helios-incorp] Estimated transfer size: 0.00 B
24742026-05-20T15:28:44.531Z[ helios-incorp]
24752026-05-20T15:28:44.531Z[ helios-incorp] Packages to archive:
24762026-05-20T15:28:44.531Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260520T152842Z
24772026-05-20T15:28:44.531Z[ helios-incorp]
24782026-05-20T15:28:44.531Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24792026-05-20T15:28:44.531Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24802026-05-20T15:28:44.586ZMay 20 15:28:43.144 INFO [helios-incorp] process exited with exit status: 0 (287.6948ms)
24812026-05-20T15:28:44.667Z[ omicron-package] Compiling ring v0.17.14
24822026-05-20T15:28:44.899Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24832026-05-20T15:28:44.937Z[ omicron-package] Compiling itertools v0.14.0
24842026-05-20T15:28:44.937Z[ omicron-package] Compiling secrecy v0.10.3
24852026-05-20T15:28:44.941Z[ omicron-package] Compiling heapless v0.8.0
24862026-05-20T15:28:44.941Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24872026-05-20T15:28:45.118Z[ omicron-package] Compiling hash32 v0.3.1
24882026-05-20T15:28:45.119Z[ omicron-package] Compiling unicode-width v0.2.0
24892026-05-20T15:28:45.119Z[ omicron-package] Compiling smoltcp v0.11.0
24902026-05-20T15:28:45.122Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24912026-05-20T15:28:45.125Z[ omicron-package] Compiling cobs v0.3.0
24922026-05-20T15:28:45.131Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24932026-05-20T15:28:45.135Z[ omicron-package] Compiling universal-hash v0.5.1
24942026-05-20T15:28:45.135Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24952026-05-20T15:28:45.135Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
24962026-05-20T15:28:45.605Z[ omicron-package] Compiling opaque-debug v0.3.1
24972026-05-20T15:28:45.966Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24982026-05-20T15:28:46.108Z[ omicron-package] Compiling convert_case v0.4.0
24992026-05-20T15:28:46.195Z[ omicron-package] Compiling poly1305 v0.8.0
25002026-05-20T15:28:46.195Z[ omicron-package] Compiling postcard v1.1.3
25012026-05-20T15:28:46.435Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25022026-05-20T15:28:46.460Z[ omicron-package] Compiling password-hash v0.5.0
25032026-05-20T15:28:46.460Z[ omicron-package] Compiling chacha20 v0.9.1
25042026-05-20T15:28:46.482Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25052026-05-20T15:28:46.518Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25062026-05-20T15:28:46.521Z[ omicron-package] Compiling blake2 v0.10.6
25072026-05-20T15:28:46.521Z[ omicron-package] Compiling num_enum_derive v0.7.6
25082026-05-20T15:28:46.576Z[ omicron-package] Compiling derive_more v0.99.20
25092026-05-20T15:28:46.752Z[ omicron-package] Compiling aead v0.5.2
25102026-05-20T15:28:46.752Z[ omicron-package] Compiling ingot-macros v0.1.1
25112026-05-20T15:28:46.872Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25122026-05-20T15:28:46.904Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25132026-05-20T15:28:46.943Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25142026-05-20T15:28:47.007Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25152026-05-20T15:28:47.157Z[ omicron-package] Compiling proc-macro-error v1.0.4
25162026-05-20T15:28:47.229Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25172026-05-20T15:28:47.262Z[ omicron-package] Compiling cpufeatures v0.3.0
25182026-05-20T15:28:47.366Z[ omicron-package] Compiling vsss-rs v3.3.4
25192026-05-20T15:28:47.438Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25202026-05-20T15:28:47.542Z[ omicron-package] Compiling chacha20 v0.10.0
25212026-05-20T15:28:47.547Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25222026-05-20T15:28:47.617Z[ omicron-package] Compiling argon2 v0.5.3
25232026-05-20T15:28:47.707Z[ omicron-package] Compiling num_enum_derive v0.5.11
25242026-05-20T15:28:47.747Z[ omicron-package] Compiling foreign-types v0.5.0
25252026-05-20T15:28:47.826Z[ omicron-package] Compiling num_enum v0.7.6
25262026-05-20T15:28:47.951Z[ omicron-package] Compiling tabwriter v1.4.1
25272026-05-20T15:28:47.989Z[ omicron-package] Compiling byte-wrapper v0.1.0
25282026-05-20T15:28:48.020Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25292026-05-20T15:28:48.053Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25302026-05-20T15:28:48.121Z[ omicron-package] Compiling cstr-argument v0.1.2
25312026-05-20T15:28:48.201Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
25322026-05-20T15:28:48.360Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25332026-05-20T15:28:48.363Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
25342026-05-20T15:28:48.486Z[ omicron-package] Compiling rand v0.10.1
25352026-05-20T15:28:48.531Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25362026-05-20T15:28:48.607Z[ omicron-package] Compiling rayon v1.11.0
25372026-05-20T15:28:48.649Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
25382026-05-20T15:28:48.673Z[ omicron-package] Compiling libefi-sys v0.1.0
25392026-05-20T15:28:48.726Z[ omicron-package] Compiling colored v3.1.1
25402026-05-20T15:28:48.768Z[ omicron-package] Compiling winnow v1.0.3
25412026-05-20T15:28:48.787Z[ omicron-package] Compiling num_enum v0.5.11
25422026-05-20T15:28:48.818Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25432026-05-20T15:28:48.972Z[ omicron-package] Compiling rustls v0.23.37
25442026-05-20T15:28:49.004Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25452026-05-20T15:28:49.063Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25462026-05-20T15:28:49.080Z[ omicron-package] Compiling itertools v0.12.1
25472026-05-20T15:28:49.117Z[ omicron-package] Compiling usdt-macro v0.5.0
25482026-05-20T15:28:49.172Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25492026-05-20T15:28:49.219Z[ omicron-package] Compiling bitfield-struct v0.6.2
25502026-05-20T15:28:49.440Z[ omicron-package] Compiling num-derive v0.4.2
25512026-05-20T15:28:49.515Z[ omicron-package] Compiling memmap v0.7.0
25522026-05-20T15:28:49.565Z[ omicron-package] Compiling sigpipe v0.1.3
25532026-05-20T15:28:49.587Z[ omicron-package] Compiling glob v0.3.3
25542026-05-20T15:28:49.647Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25552026-05-20T15:28:49.769Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25562026-05-20T15:28:49.843Z[ omicron-package] Compiling ingot-types v0.1.2
25572026-05-20T15:28:49.961Z[ omicron-package] Compiling swrite v0.1.0
25582026-05-20T15:28:50.010Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-05-20T15:28:50.064Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25602026-05-20T15:28:50.130Z[ omicron-package] Compiling usdt v0.5.0
25612026-05-20T15:28:50.375Z[ omicron-package] Compiling rustls-webpki v0.103.9
25622026-05-20T15:28:50.488Z[ omicron-package] Compiling ingot v0.1.1
25632026-05-20T15:28:50.543Z[ omicron-package] Compiling smf v0.2.3
25642026-05-20T15:28:50.548Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-05-20T15:28:50.672Z[ omicron-package] Compiling zone v0.3.1
25662026-05-20T15:28:50.693Z[ omicron-package] Compiling whoami v1.6.1
25672026-05-20T15:28:50.812Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25682026-05-20T15:28:50.815Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25692026-05-20T15:28:50.904Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25702026-05-20T15:28:50.907Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25712026-05-20T15:28:50.972Z[ omicron-package] Compiling console v0.16.2
25722026-05-20T15:28:51.018Z[ omicron-package] Compiling gethostname v0.5.0
25732026-05-20T15:28:51.300Z[ omicron-package] Compiling unit-prefix v0.5.2
25742026-05-20T15:28:51.342Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25752026-05-20T15:28:51.372Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25762026-05-20T15:28:51.486Z[ omicron-package] Compiling indicatif v0.18.4
25772026-05-20T15:28:52.245Z[ omicron-package] Compiling rustls v0.22.4
25782026-05-20T15:28:52.572Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25792026-05-20T15:28:53.386Z[ omicron-package] Compiling rustls-webpki v0.102.8
25802026-05-20T15:28:53.942Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25812026-05-20T15:28:54.389Z[ omicron-package] Compiling tokio-rustls v0.26.4
25822026-05-20T15:28:54.389Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25832026-05-20T15:28:54.632Z[ omicron-package] Compiling hyper-rustls v0.27.7
25842026-05-20T15:28:54.854Z[ omicron-package] Compiling reqwest v0.12.28
25852026-05-20T15:28:54.854Z[ omicron-package] Compiling reqwest v0.13.2
25862026-05-20T15:28:55.222Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25872026-05-20T15:28:55.887Z[ omicron-package] Compiling tokio-rustls v0.25.0
25882026-05-20T15:28:56.116Z[ omicron-package] Compiling dropshot v0.17.0
25892026-05-20T15:28:56.369Z[ omicron-package] Compiling tough v0.22.0
25902026-05-20T15:28:57.448ZMay 20 15:28:56.005 INFO [hubris-staging] task succeeded (14.684572518s)
25912026-05-20T15:28:58.233Z[ helios-setup] May 20 15:28:56.790 INFO helios repository root is: /work/oxidecomputer/helios
25922026-05-20T15:28:58.236Z[ helios-setup] May 20 15:28:56.791 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
25932026-05-20T15:28:58.236Z[ helios-setup] May 20 15:28:56.791 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25942026-05-20T15:28:58.239Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25952026-05-20T15:28:58.804Z[ helios-setup] May 20 15:28:57.361 INFO clone ok!, project: pinprick
25962026-05-20T15:28:58.804Z[ helios-setup] May 20 15:28:57.361 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
25972026-05-20T15:28:58.804Z[ helios-setup] May 20 15:28:57.361 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
25982026-05-20T15:28:58.808Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25992026-05-20T15:28:59.347Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26002026-05-20T15:28:59.670Z[ helios-setup] May 20 15:28:58.226 INFO clone ok!, project: amd-host-image-builder
26012026-05-20T15:28:59.672Z[ helios-setup] May 20 15:28:58.227 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
26022026-05-20T15:28:59.673Z[ helios-setup] May 20 15:28:58.227 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26032026-05-20T15:28:59.673Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26042026-05-20T15:28:59.712Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26052026-05-20T15:28:59.960Z[ omicron-package] Compiling progenitor-client v0.14.0
26062026-05-20T15:28:59.995Z[ omicron-package] Compiling progenitor-client v0.10.0
26072026-05-20T15:29:00.048Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26082026-05-20T15:29:00.273Z[ omicron-package] Compiling progenitor-extras v0.2.0
26092026-05-20T15:29:02.887Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26102026-05-20T15:29:03.130Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26112026-05-20T15:29:03.221Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26122026-05-20T15:29:03.281Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26132026-05-20T15:29:03.366Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26142026-05-20T15:29:03.436Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26152026-05-20T15:29:03.478Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26162026-05-20T15:29:03.553Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26172026-05-20T15:29:03.573Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-20T15:29:06.817Z[ helios-setup] May 20 15:29:05.375 INFO clone ok!, project: amd-firmware
26192026-05-20T15:29:06.817Z[ helios-setup] May 20 15:29:05.375 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
26202026-05-20T15:29:06.820Z[ helios-setup] May 20 15:29:05.375 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26212026-05-20T15:29:06.820Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26222026-05-20T15:29:07.471Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26232026-05-20T15:29:07.642Z[ helios-setup] May 20 15:29:06.199 INFO clone ok!, project: chelsio-t6-roms
26242026-05-20T15:29:07.645Z[ helios-setup] May 20 15:29:06.199 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
26252026-05-20T15:29:07.645Z[ helios-setup] May 20 15:29:06.199 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26262026-05-20T15:29:07.645Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26272026-05-20T15:29:08.559Z[ helios-setup] May 20 15:29:07.116 INFO clone ok!, project: dmar-report
26282026-05-20T15:29:08.559Z[ helios-setup] May 20 15:29:07.116 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26292026-05-20T15:29:08.559Z[ helios-setup] May 20 15:29:07.116 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26302026-05-20T15:29:08.562Z[ helios-setup] May 20 15:29:07.116 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
26312026-05-20T15:29:08.562Z[ helios-setup] May 20 15:29:07.116 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26322026-05-20T15:29:08.562Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26332026-05-20T15:29:09.027Z[ helios-setup] May 20 15:29:07.584 INFO clone ok!, project: bootserver
26342026-05-20T15:29:09.027Z[ helios-setup] May 20 15:29:07.584 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
26352026-05-20T15:29:09.030Z[ helios-setup] May 20 15:29:07.584 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26362026-05-20T15:29:09.030Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26372026-05-20T15:29:09.503Z[ helios-setup] May 20 15:29:08.060 INFO clone ok!, project: phbl
26382026-05-20T15:29:09.506Z[ helios-setup] May 20 15:29:08.060 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
26392026-05-20T15:29:09.507Z[ helios-setup] May 20 15:29:08.060 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26402026-05-20T15:29:09.507Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26412026-05-20T15:29:10.318Z[ helios-setup] May 20 15:29:08.876 INFO clone ok!, project: pilot
26422026-05-20T15:29:10.321Z[ helios-setup] May 20 15:29:08.876 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
26432026-05-20T15:29:10.321Z[ helios-setup] May 20 15:29:08.876 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26442026-05-20T15:29:10.321Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26452026-05-20T15:29:10.805Z[ helios-setup] May 20 15:29:09.362 INFO clone ok!, project: image-builder
26462026-05-20T15:29:10.805Z[ helios-setup] May 20 15:29:09.362 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26472026-05-20T15:29:10.808Z[ helios-setup] May 20 15:29:09.362 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26482026-05-20T15:29:11.029Z[ helios-setup] May 20 15:29:09.586 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26492026-05-20T15:29:11.240Z[ helios-setup] May 20 15:29:09.798 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26502026-05-20T15:29:11.240Z[ helios-setup] May 20 15:29:09.798 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26512026-05-20T15:29:11.450Z[ helios-setup] May 20 15:29:10.007 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26522026-05-20T15:29:11.662Z[ helios-setup] May 20 15:29:10.219 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26532026-05-20T15:29:11.662Z[ helios-setup] May 20 15:29:10.219 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26542026-05-20T15:29:11.871Z[ helios-setup] May 20 15:29:10.429 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26552026-05-20T15:29:12.082Z[ helios-setup] May 20 15:29:10.640 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26562026-05-20T15:29:12.082Z[ helios-setup] May 20 15:29:10.640 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26572026-05-20T15:29:12.085Z[ helios-setup] May 20 15:29:10.640 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26582026-05-20T15:29:12.085Z[ helios-setup] May 20 15:29:10.640 INFO ok!
26592026-05-20T15:29:12.085Z[ helios-setup] May 20 15:29:10.640 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26602026-05-20T15:29:12.085Z[ helios-setup] May 20 15:29:10.640 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26612026-05-20T15:29:12.085Z[ helios-setup] May 20 15:29:10.640 INFO ok!
26622026-05-20T15:29:12.085Z[ helios-setup] May 20 15:29:10.640 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26632026-05-20T15:29:12.085Z[ helios-setup] May 20 15:29:10.640 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26642026-05-20T15:29:12.085Z[ helios-setup] May 20 15:29:10.640 INFO ok!
26652026-05-20T15:29:12.086Z[ helios-setup] May 20 15:29:10.640 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26662026-05-20T15:29:12.089Z[ helios-setup] May 20 15:29:10.647 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
26672026-05-20T15:29:12.089Z[ helios-setup] May 20 15:29:10.647 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26682026-05-20T15:29:12.089Z[ helios-setup] May 20 15:29:10.647 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26692026-05-20T15:29:12.200Z[ helios-setup] May 20 15:29:10.757 INFO E| Downloading crates ...
26702026-05-20T15:29:12.248Z[ helios-setup] May 20 15:29:10.806 INFO E| Downloaded adler2 v2.0.0
26712026-05-20T15:29:12.255Z[ helios-setup] May 20 15:29:10.813 INFO E| Downloaded miniz_oxide v0.8.8
26722026-05-20T15:29:12.283Z[ helios-setup] May 20 15:29:10.841 INFO E| Compiling adler2 v2.0.0
26732026-05-20T15:29:12.352Z[ helios-setup] May 20 15:29:10.909 INFO E| Compiling miniz_oxide v0.8.8
26742026-05-20T15:29:13.135Z[ helios-setup] May 20 15:29:11.692 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26752026-05-20T15:29:13.502Z[ helios-setup] May 20 15:29:12.060 INFO E| Finished `release` profile [optimized] target(s) in 1.40s
26762026-05-20T15:29:13.509Z[ helios-setup] May 20 15:29:12.066 INFO building project "pinprick" ok (1 seconds)
26772026-05-20T15:29:13.509Z[ helios-setup] May 20 15:29:12.067 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26782026-05-20T15:29:13.538Z[ helios-setup] May 20 15:29:12.095 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')"
26792026-05-20T15:29:13.538Z[ helios-setup] May 20 15:29:12.095 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26802026-05-20T15:29:13.541Z[ helios-setup] May 20 15:29:12.095 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26812026-05-20T15:29:13.644Z[ helios-setup] May 20 15:29:12.201 INFO E| Updating crates.io index
26822026-05-20T15:29:13.647Z[ helios-setup] May 20 15:29:12.202 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26832026-05-20T15:29:14.053Z[ helios-setup] May 20 15:29:12.610 INFO E| From https://github.com/oxidecomputer/amd-apcb
26842026-05-20T15:29:14.053Z[ helios-setup] May 20 15:29:12.610 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26852026-05-20T15:29:14.103Z[ helios-setup] May 20 15:29:12.660 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26862026-05-20T15:29:14.484Z[ helios-setup] May 20 15:29:13.041 INFO E| From https://github.com/oxidecomputer/amd-efs
26872026-05-20T15:29:14.484Z[ helios-setup] May 20 15:29:13.041 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26882026-05-20T15:29:14.835Z[ helios-setup] May 20 15:29:13.392 INFO E| Downloading crates ...
26892026-05-20T15:29:14.884Z[ helios-setup] May 20 15:29:13.442 INFO E| Downloaded autocfg v1.4.0
26902026-05-20T15:29:14.900Z[ helios-setup] May 20 15:29:13.457 INFO E| Downloaded pest_derive v2.8.0
26912026-05-20T15:29:14.902Z[ helios-setup] May 20 15:29:13.459 INFO E| Downloaded unic-common v0.9.0
26922026-05-20T15:29:14.906Z[ helios-setup] May 20 15:29:13.462 INFO E| Downloaded heck v0.3.3
26932026-05-20T15:29:14.908Z[ helios-setup] May 20 15:29:13.464 INFO E| Downloaded strum v0.27.1
26942026-05-20T15:29:14.908Z[ helios-setup] May 20 15:29:13.464 INFO E| Downloaded parse_int v0.9.0
26952026-05-20T15:29:14.908Z[ helios-setup] May 20 15:29:13.465 INFO E| Downloaded itoa v1.0.15
26962026-05-20T15:29:14.908Z[ helios-setup] May 20 15:29:13.466 INFO E| Downloaded unic-char-range v0.9.0
26972026-05-20T15:29:14.911Z[ helios-setup] May 20 15:29:13.469 INFO E| Downloaded unic-char-property v0.9.0
26982026-05-20T15:29:14.918Z[ helios-setup] May 20 15:29:13.476 INFO E| Downloaded four-cc v0.4.0
26992026-05-20T15:29:14.921Z[ helios-setup] May 20 15:29:13.477 INFO E| Downloaded fletcher v1.0.0
27002026-05-20T15:29:14.924Z[ helios-setup] May 20 15:29:13.479 INFO E| Downloaded strsim v0.8.0
27012026-05-20T15:29:14.927Z[ helios-setup] May 20 15:29:13.483 INFO E| Downloaded unic-ucd-ident v0.9.0
27022026-05-20T15:29:14.927Z[ helios-setup] May 20 15:29:13.484 INFO E| Downloaded dyn-clone v1.0.19
27032026-05-20T15:29:14.930Z[ helios-setup] May 20 15:29:13.485 INFO E| Downloaded pest_generator v2.8.0
27042026-05-20T15:29:14.935Z[ helios-setup] May 20 15:29:13.491 INFO E| Downloaded vec_map v0.8.2
27052026-05-20T15:29:14.937Z[ helios-setup] May 20 15:29:13.493 INFO E| Downloaded unic-ucd-version v0.9.0
27062026-05-20T15:29:14.942Z[ helios-setup] May 20 15:29:13.500 INFO E| Downloaded rustversion v1.0.20
27072026-05-20T15:29:14.947Z[ helios-setup] May 20 15:29:13.504 INFO E| Downloaded textwrap v0.11.0
27082026-05-20T15:29:14.950Z[ helios-setup] May 20 15:29:13.505 INFO E| Downloaded modular-bitfield-impl v0.11.2
27092026-05-20T15:29:14.950Z[ helios-setup] May 20 15:29:13.506 INFO E| Downloaded thiserror-impl v2.0.12
27102026-05-20T15:29:14.950Z[ helios-setup] May 20 15:29:13.507 INFO E| Downloaded strum_macros v0.27.1
27112026-05-20T15:29:14.953Z[ helios-setup] May 20 15:29:13.509 INFO E| Downloaded quote v1.0.40
27122026-05-20T15:29:14.955Z[ helios-setup] May 20 15:29:13.511 INFO E| Downloaded ansi_term v0.12.1
27132026-05-20T15:29:14.958Z[ helios-setup] May 20 15:29:13.515 INFO E| Downloaded modular-bitfield-impl v0.13.1
27142026-05-20T15:29:14.961Z[ helios-setup] May 20 15:29:13.516 INFO E| Downloaded bytesize v2.0.1
27152026-05-20T15:29:14.967Z[ helios-setup] May 20 15:29:13.525 INFO E| Downloaded thiserror v2.0.12
27162026-05-20T15:29:14.970Z[ helios-setup] May 20 15:29:13.528 INFO E| Downloaded log v0.4.27
27172026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.529 INFO E| Downloaded modular-bitfield v0.11.2
27182026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.535 INFO E| Downloaded structopt-derive v0.4.18
27192026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.535 INFO E| Downloaded proc-macro2 v1.0.95
27202026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.537 INFO E| Downloaded pest_meta v2.8.0
27212026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.538 INFO E| Downloaded modular-bitfield v0.13.1
27222026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.543 INFO E| Downloaded ryu v1.0.20
27232026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.545 INFO E| Downloaded serde_derive v1.0.219
27242026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.547 INFO E| Downloaded unicode-ident v1.0.18
27252026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.556 INFO E| Downloaded structopt v0.3.26
27262026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.560 INFO E| Downloaded typenum v1.18.0
27272026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.567 INFO E| Downloaded zerocopy-derive v0.8.25
27282026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.571 INFO E| Downloaded serde v1.0.219
27292026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.582 INFO E| Downloaded memchr v2.7.4
27302026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.592 INFO E| Downloaded pest v2.8.0
27312026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.596 INFO E| Downloaded serde_json v1.0.140
27322026-05-20T15:29:15.054Z[ helios-setup] May 20 15:29:13.608 INFO E| Downloaded clap v2.34.0
27332026-05-20T15:29:15.057Z[ helios-setup] May 20 15:29:13.612 INFO E| Downloaded goblin v0.9.3
27342026-05-20T15:29:15.070Z[ helios-setup] May 20 15:29:13.628 INFO E| Downloaded zerocopy v0.8.25
27352026-05-20T15:29:15.084Z[ helios-setup] May 20 15:29:13.641 INFO E| Downloaded syn v2.0.101
27362026-05-20T15:29:15.111Z[ helios-setup] May 20 15:29:13.668 INFO E| Downloaded libc v0.2.172
27372026-05-20T15:29:15.163Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling proc-macro2 v1.0.95
27382026-05-20T15:29:15.163Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling unicode-ident v1.0.18
27392026-05-20T15:29:15.166Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling memchr v2.7.4
27402026-05-20T15:29:15.166Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling autocfg v1.4.0
27412026-05-20T15:29:15.166Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling thiserror v2.0.12
27422026-05-20T15:29:15.167Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling syn v1.0.109
27432026-05-20T15:29:15.167Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling serde v1.0.219
27442026-05-20T15:29:15.167Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling version_check v0.9.5
27452026-05-20T15:29:15.167Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling serde_json v1.0.140
27462026-05-20T15:29:15.167Z[ helios-setup] May 20 15:29:13.721 INFO E| Compiling itoa v1.0.15
27472026-05-20T15:29:15.184Z[ helios-setup] May 20 15:29:13.742 INFO E| Compiling schemars v0.8.22
27482026-05-20T15:29:15.187Z[ helios-setup] May 20 15:29:13.742 INFO E| Compiling ryu v1.0.20
27492026-05-20T15:29:15.187Z[ helios-setup] May 20 15:29:13.742 INFO E| Compiling static_assertions v1.1.0
27502026-05-20T15:29:15.187Z[ helios-setup] May 20 15:29:13.742 INFO E| Compiling ucd-trie v0.1.7
27512026-05-20T15:29:15.187Z[ helios-setup] May 20 15:29:13.742 INFO E| Compiling paste v1.0.15
27522026-05-20T15:29:15.190Z[ helios-setup] May 20 15:29:13.747 INFO E| Compiling rustversion v1.0.20
27532026-05-20T15:29:15.286Z[ helios-setup] May 20 15:29:13.842 INFO E| Compiling libc v0.2.172
27542026-05-20T15:29:15.337Z[ helios-setup] May 20 15:29:13.895 INFO E| Compiling dyn-clone v1.0.19
27552026-05-20T15:29:15.370Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27562026-05-20T15:29:15.414Z[ helios-setup] May 20 15:29:13.968 INFO E| Compiling zerocopy v0.8.25
27572026-05-20T15:29:15.499Z[ helios-setup] May 20 15:29:14.057 INFO E| Compiling once_cell v1.21.3
27582026-05-20T15:29:15.513Z[ helios-setup] May 20 15:29:14.070 INFO E| Compiling heck v0.5.0
27592026-05-20T15:29:15.518Z[ helios-setup] May 20 15:29:14.075 INFO E| Compiling unicode-segmentation v1.12.0
27602026-05-20T15:29:15.527Z[ helios-setup] May 20 15:29:14.084 INFO E| Compiling unicode-width v0.1.14
27612026-05-20T15:29:15.533Z[ helios-setup] May 20 15:29:14.089 INFO E| Compiling proc-macro-error-attr v1.0.4
27622026-05-20T15:29:15.542Z[ helios-setup] May 20 15:29:14.099 INFO E| Compiling proc-macro-error v1.0.4
27632026-05-20T15:29:15.563Z[ helios-setup] May 20 15:29:14.120 INFO E| Compiling num-traits v0.2.19
27642026-05-20T15:29:15.580Z[ helios-setup] May 20 15:29:14.137 INFO E| Compiling memoffset v0.9.1
27652026-05-20T15:29:15.598Z[ helios-setup] May 20 15:29:14.155 INFO E| Compiling ansi_term v0.12.1
27662026-05-20T15:29:15.765Z[ helios-setup] May 20 15:29:14.322 INFO E| Compiling byteorder v1.5.0
27672026-05-20T15:29:15.803Z[ helios-setup] May 20 15:29:14.360 INFO E| Compiling textwrap v0.11.0
27682026-05-20T15:29:15.808Z[ helios-setup] May 20 15:29:14.365 INFO E| Compiling bitflags v1.3.2
27692026-05-20T15:29:15.883Z[ helios-setup] May 20 15:29:14.441 INFO E| Compiling strum v0.27.1
27702026-05-20T15:29:15.888Z[ helios-setup] May 20 15:29:14.446 INFO E| Compiling fletcher v1.0.0
27712026-05-20T15:29:15.935Z[ helios-setup] May 20 15:29:14.492 INFO E| Compiling heck v0.3.3
27722026-05-20T15:29:15.965Z[ helios-setup] May 20 15:29:14.523 INFO E| Compiling vec_map v0.8.2
27732026-05-20T15:29:16.028Z[ helios-setup] May 20 15:29:14.585 INFO E| Compiling strsim v0.8.0
27742026-05-20T15:29:16.030Z[ helios-setup] May 20 15:29:14.585 INFO E| Compiling unic-char-range v0.9.0
27752026-05-20T15:29:16.046Z[ helios-setup] May 20 15:29:14.603 INFO E| Compiling unic-common v0.9.0
27762026-05-20T15:29:16.059Z[ helios-setup] May 20 15:29:14.616 INFO E| Compiling lazy_static v1.5.0
27772026-05-20T15:29:16.059Z[ helios-setup] May 20 15:29:14.616 INFO E| Compiling plain v0.2.3
27782026-05-20T15:29:16.083Z[ helios-setup] May 20 15:29:14.641 INFO E| Compiling log v0.4.27
27792026-05-20T15:29:16.102Z[ helios-setup] May 20 15:29:14.659 INFO E| Compiling bytesize v2.0.1
27802026-05-20T15:29:16.107Z[ helios-setup] May 20 15:29:14.665 INFO E| Compiling atty v0.2.14
27812026-05-20T15:29:16.170Z[ helios-setup] May 20 15:29:14.726 INFO E| Compiling unic-ucd-version v0.9.0
27822026-05-20T15:29:16.186Z[ helios-setup] May 20 15:29:14.743 INFO E| Compiling unic-char-property v0.9.0
27832026-05-20T15:29:16.227Z[ helios-setup] May 20 15:29:14.782 INFO E| Compiling clap v2.34.0
27842026-05-20T15:29:16.270Z[ helios-setup] May 20 15:29:14.827 INFO E| Compiling unic-ucd-ident v0.9.0
27852026-05-20T15:29:16.317Z[ helios-setup] May 20 15:29:14.874 INFO E| Compiling quote v1.0.40
27862026-05-20T15:29:16.496Z[ helios-setup] May 20 15:29:15.047 INFO E| Compiling syn v2.0.101
27872026-05-20T15:29:16.635Z[ helios-setup] May 20 15:29:15.192 INFO E| Compiling parse_int v0.9.0
27882026-05-20T15:29:18.802Z[ helios-setup] May 20 15:29:17.359 INFO E| Compiling serde_derive_internals v0.29.1
27892026-05-20T15:29:19.203Z[ helios-setup] May 20 15:29:17.759 INFO E| Compiling modular-bitfield-impl v0.11.2
27902026-05-20T15:29:19.203Z[ helios-setup] May 20 15:29:17.760 INFO E| Compiling structopt-derive v0.4.18
27912026-05-20T15:29:19.250Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27922026-05-20T15:29:19.435Z[ helios-setup] May 20 15:29:17.992 INFO E| Compiling thiserror-impl v2.0.12
27932026-05-20T15:29:19.435Z[ helios-setup] May 20 15:29:17.992 INFO E| Compiling serde_derive v1.0.219
27942026-05-20T15:29:19.435Z[ helios-setup] May 20 15:29:17.992 INFO E| Compiling schemars_derive v0.8.22
27952026-05-20T15:29:19.439Z[ helios-setup] May 20 15:29:17.993 INFO E| Compiling zerocopy-derive v0.8.25
27962026-05-20T15:29:19.439Z[ helios-setup] May 20 15:29:17.993 INFO E| Compiling num-derive v0.4.2
27972026-05-20T15:29:19.439Z[ helios-setup] May 20 15:29:17.993 INFO E| Compiling modular-bitfield-impl v0.13.1
27982026-05-20T15:29:19.439Z[ helios-setup] May 20 15:29:17.993 INFO E| Compiling scroll_derive v0.12.1
27992026-05-20T15:29:19.439Z[ helios-setup] May 20 15:29:17.993 INFO E| Compiling strum_macros v0.27.1
28002026-05-20T15:29:20.426Z[ helios-setup] May 20 15:29:18.984 INFO E| Compiling scroll v0.12.0
28012026-05-20T15:29:20.563Z[ helios-setup] May 20 15:29:19.120 INFO E| Compiling structopt v0.3.26
28022026-05-20T15:29:20.563Z[ helios-setup] May 20 15:29:19.120 INFO E| Compiling modular-bitfield v0.11.2
28032026-05-20T15:29:20.702Z[ helios-setup] May 20 15:29:19.252 INFO E| Compiling goblin v0.9.3
28042026-05-20T15:29:20.738Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28052026-05-20T15:29:21.167Z[ helios-setup] May 20 15:29:19.655 INFO E| Compiling modular-bitfield v0.13.1
28062026-05-20T15:29:21.199Z[ helios-setup] May 20 15:29:19.756 INFO E| Compiling pest v2.8.0
28072026-05-20T15:29:22.190Z[ helios-setup] May 20 15:29:20.747 INFO E| Compiling pest_meta v2.8.0
28082026-05-20T15:29:22.790Z[ helios-setup] May 20 15:29:21.347 INFO E| Compiling pest_generator v2.8.0
28092026-05-20T15:29:23.273Z[ helios-setup] May 20 15:29:21.830 INFO E| Compiling pest_derive v2.8.0
28102026-05-20T15:29:23.778Z[ helios-setup] May 20 15:29:22.335 INFO E| Compiling json5 v0.4.1
28112026-05-20T15:29:24.999Z[ helios-setup] May 20 15:29:23.556 INFO E| Compiling four-cc v0.4.0
28122026-05-20T15:29:24.999Z[ helios-setup] May 20 15:29:23.556 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28132026-05-20T15:29:25.097Z[ helios-setup] May 20 15:29:23.653 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28142026-05-20T15:29:30.757Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.98s
28152026-05-20T15:29:30.999Z[ omicron-package]
28162026-05-20T15:29:30.999Z[ omicron-package] real 48.173149738
28172026-05-20T15:29:30.999Z[ omicron-package] user 5:30.555331086
28182026-05-20T15:29:30.999Z[ omicron-package] sys 30.112867157
28192026-05-20T15:29:31.003Z[ omicron-package] trap 0.504150958
28202026-05-20T15:29:31.003Z[ omicron-package] tflt 0.758029121
28212026-05-20T15:29:31.003Z[ omicron-package] dflt 3.478425612
28222026-05-20T15:29:31.003Z[ omicron-package] kflt 0.000385850
28232026-05-20T15:29:31.003Z[ omicron-package] lock 12:21.438838769
28242026-05-20T15:29:31.003Z[ omicron-package] slp 7:00.799553912
28252026-05-20T15:29:31.003Z[ omicron-package] lat 52.670872116
28262026-05-20T15:29:31.003Z[ omicron-package] stop 1:21.656842864
28272026-05-20T15:29:31.003ZMay 20 15:29:29.557 INFO [omicron-package] process exited with exit status: 0 (48.236045325s)
28282026-05-20T15:29:31.003ZMay 20 15:29:29.557 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28292026-05-20T15:29:31.003ZMay 20 15:29:29.558 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28302026-05-20T15:29:31.013Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28312026-05-20T15:29:31.015Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28322026-05-20T15:29:31.015Z[ host-target] Created new build target 'host' and set it as active
28332026-05-20T15:29:31.015Z[ recovery-target] Created new build target 'recovery' and set it as active
28342026-05-20T15:29:31.019ZMay 20 15:29:29.574 INFO [host-target] process exited with exit status: 0 (17.130436ms)
28352026-05-20T15:29:31.019ZMay 20 15:29:29.575 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28362026-05-20T15:29:31.019ZMay 20 15:29:29.575 INFO [recovery-target] process exited with exit status: 0 (17.205217ms)
28372026-05-20T15:29:31.024Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28382026-05-20T15:29:32.539Z[ host-package] Compiling ring v0.17.14
28392026-05-20T15:29:32.853Z[ host-package] Compiling heck v0.5.0
28402026-05-20T15:29:32.884Z[ host-package] Compiling regress v0.11.1
28412026-05-20T15:29:32.911Z[ host-package] Compiling unsafe-libyaml v0.2.11
28422026-05-20T15:29:32.965Z[ host-package] Compiling regress v0.10.5
28432026-05-20T15:29:32.997Z[ host-package] Compiling unicode-width v0.1.14
28442026-05-20T15:29:33.021Z[ host-package] Compiling is-terminal v0.4.17
28452026-05-20T15:29:33.046Z[ host-package] Compiling prettyplease v0.2.37
28462026-05-20T15:29:33.050Z[ host-package] Compiling derive-where v1.6.0
28472026-05-20T15:29:33.050Z[ host-package] Compiling num-rational v0.4.2
28482026-05-20T15:29:33.050Z[ host-package] Compiling num-complex v0.4.6
28492026-05-20T15:29:33.050Z[ host-package] Compiling thread_local v1.1.9
28502026-05-20T15:29:33.050Z[ host-package] Compiling bytecount v0.6.9
28512026-05-20T15:29:33.050Z[ host-package] Compiling match_cfg v0.1.0
28522026-05-20T15:29:33.191Z[ host-package] Compiling compression-core v0.4.31
28532026-05-20T15:29:33.244Z[ host-package] Compiling float-ord v0.3.2
28542026-05-20T15:29:33.280Z[ host-package] Compiling hostname v0.3.1
28552026-05-20T15:29:33.309Z[ host-package] Compiling multer v3.1.0
28562026-05-20T15:29:33.340Z[ host-package] Compiling slog-async v2.8.0
28572026-05-20T15:29:33.367Z[ host-package] Compiling compression-codecs v0.4.37
28582026-05-20T15:29:33.393Z[ host-package] Compiling crossbeam-channel v0.5.15
28592026-05-20T15:29:33.396Z[ host-package] Compiling slog-json v2.6.1
28602026-05-20T15:29:33.396Z[ host-package] Compiling serde_spanned v1.0.4
28612026-05-20T15:29:33.467Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28622026-05-20T15:29:33.470Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
28632026-05-20T15:29:33.491Z[ host-package] Compiling take_mut v0.2.2
28642026-05-20T15:29:33.587Z[ host-package] Compiling num v0.4.3
28652026-05-20T15:29:33.628Z[ host-package] Compiling term v1.2.1
28662026-05-20T15:29:33.662Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28672026-05-20T15:29:33.665Z[ host-package] Compiling slog-bunyan v2.5.0
28682026-05-20T15:29:33.710Z[ host-package] Compiling async-compression v0.4.41
28692026-05-20T15:29:33.827Z[ host-package] Compiling console v0.15.11
28702026-05-20T15:29:33.867Z[ host-package] Compiling async-stream v0.3.6
28712026-05-20T15:29:33.890Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
28722026-05-20T15:29:33.939Z[ host-package] Compiling slog-term v2.9.2
28732026-05-20T15:29:34.086Z[ host-package] Compiling dropshot v0.17.0
28742026-05-20T15:29:34.120Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28752026-05-20T15:29:34.160Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28762026-05-20T15:29:34.160Z[ host-package] Compiling waitgroup v0.1.2
28772026-05-20T15:29:34.210Z[ host-package] Compiling backon v1.6.0
28782026-05-20T15:29:34.237Z[ host-package] Compiling rustls-pemfile v2.2.0
28792026-05-20T15:29:34.240Z[ host-package] Compiling serde_path_to_error v0.1.20
28802026-05-20T15:29:34.291Z[ host-package] Compiling hostname v0.4.2
28812026-05-20T15:29:34.354Z[ host-package] Compiling instant v0.1.13
28822026-05-20T15:29:34.427Z[ host-package] Compiling debug-ignore v1.0.5
28832026-05-20T15:29:34.467Z[ host-package] Compiling typify-impl v0.6.2
28842026-05-20T15:29:34.495Z[ host-package] Compiling backoff v0.4.0
28852026-05-20T15:29:34.498Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28862026-05-20T15:29:34.498Z[ host-package] Compiling parse-display v0.10.0
28872026-05-20T15:29:34.498Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28882026-05-20T15:29:34.520Z[ host-package] Compiling atomicwrites v0.4.4
28892026-05-20T15:29:34.634Z[ host-package] Compiling newline-converter v0.3.0
28902026-05-20T15:29:34.841Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28912026-05-20T15:29:34.893Z[ host-package] Compiling macaddr v1.0.1
28922026-05-20T15:29:34.927Z[ host-package] Compiling expectorate v1.2.0
28932026-05-20T15:29:35.082Z[ host-package] Compiling slog-dtrace v0.3.0
28942026-05-20T15:29:35.105Z[ host-package] Compiling owo-colors v4.3.0
28952026-05-20T15:29:35.165Z[ host-package] Compiling resolv-conf v0.7.6
28962026-05-20T15:29:35.192Z[ host-package] Compiling cancel-safe-futures v0.1.5
28972026-05-20T15:29:35.195Z[ host-package] Compiling libsw-core v0.3.2
28982026-05-20T15:29:35.239Z[ host-package] Compiling minimal-lexical v0.2.1
28992026-05-20T15:29:35.287Z[ host-package] Compiling toml v0.8.23
29002026-05-20T15:29:35.314Z[ host-package] Compiling num-derive v0.3.3
29012026-05-20T15:29:35.362Z[ host-package] Compiling libsw v3.5.0
29022026-05-20T15:29:35.419Z[ host-package] Compiling linked-hash-map v0.5.6
29032026-05-20T15:29:35.550Z[ host-package] Compiling nom v7.1.3
29042026-05-20T15:29:35.585Z[ host-package] Compiling linear-map v1.2.0
29052026-05-20T15:29:35.663Z[ host-package] Compiling lru-cache v0.1.2
29062026-05-20T15:29:35.798Z[ host-package] Compiling hickory-proto v0.24.4
29072026-05-20T15:29:35.859Z[ host-package] Compiling unicode-xid v0.2.6
29082026-05-20T15:29:35.888Z[ host-package] Compiling csv-core v0.1.13
29092026-05-20T15:29:35.889Z[ host-package] Compiling termtree v0.5.1
29102026-05-20T15:29:35.892Z[ host-package] Compiling highway v1.3.0
29112026-05-20T15:29:36.020Z[ host-package] Compiling papergrid v0.11.0
29122026-05-20T15:29:36.055Z[ host-package] Compiling tabled_derive v0.7.0
29132026-05-20T15:29:36.134Z[ host-package] Compiling csv v1.4.0
29142026-05-20T15:29:36.167Z[ host-package] Compiling phf_shared v0.12.1
29152026-05-20T15:29:36.239Z[ host-package] Compiling libscf-sys v1.1.0
29162026-05-20T15:29:36.330Z[ host-package] Compiling chrono-tz v0.10.4
29172026-05-20T15:29:36.412Z[ host-package] Compiling tagptr v0.2.0
29182026-05-20T15:29:36.435Z[ host-package] Compiling phf v0.12.1
29192026-05-20T15:29:36.505Z[ host-package] Compiling const_format_proc_macros v0.2.34
29202026-05-20T15:29:36.593Z[ host-package] Compiling moka v0.12.13
29212026-05-20T15:29:36.684Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29222026-05-20T15:29:36.930Z[ host-package] Compiling rustls v0.23.37
29232026-05-20T15:29:36.979Z[ host-package] Compiling rustls v0.22.4
29242026-05-20T15:29:36.990Z[ helios-setup] May 20 15:29:35.546 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29252026-05-20T15:29:37.006Z[ host-package] Compiling tabled v0.15.0
29262026-05-20T15:29:37.067Z[ host-package] Compiling bcs v0.1.6
29272026-05-20T15:29:37.152Z[ host-package] Compiling semver v0.1.20
29282026-05-20T15:29:37.432Z[ host-package] Compiling const_format v0.2.35
29292026-05-20T15:29:37.528Z[ host-package] Compiling rustc_version v0.1.7
29302026-05-20T15:29:37.637Z[ host-package] Compiling convert_case v0.10.0
29312026-05-20T15:29:37.844Z[ host-package] Compiling hickory-resolver v0.25.2
29322026-05-20T15:29:37.859Z[ host-package] Compiling newtype_derive v0.1.6
29332026-05-20T15:29:37.957Z[ host-package] Compiling humantime v2.3.0
29342026-05-20T15:29:37.990Z[ host-package] Compiling unicode-linebreak v0.1.5
29352026-05-20T15:29:38.042Z[ host-package] Compiling smawk v0.3.2
29362026-05-20T15:29:38.046Z[ host-package] Compiling typify-macro v0.6.2
29372026-05-20T15:29:38.252Z[ host-package] Compiling rustls-webpki v0.103.9
29382026-05-20T15:29:38.310Z[ host-package] Compiling rustls-webpki v0.102.8
29392026-05-20T15:29:38.480Z[ host-package] Compiling textwrap v0.16.2
29402026-05-20T15:29:38.546Z[ host-package] Compiling hickory-resolver v0.24.4
29412026-05-20T15:29:38.716Z[ host-package] Compiling derive_more-impl v2.1.1
29422026-05-20T15:29:39.287Z[ host-package] Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
29432026-05-20T15:29:39.828Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
29442026-05-20T15:29:39.890Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
29452026-05-20T15:29:39.984Z[ host-package] Compiling typify v0.6.2
29462026-05-20T15:29:40.293Z[ helios-setup] May 20 15:29:38.850 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29472026-05-20T15:29:40.296Z[ host-package] Compiling progenitor-impl v0.14.0
29482026-05-20T15:29:41.180Z[ host-package] Compiling tokio-rustls v0.25.0
29492026-05-20T15:29:41.347Z[ host-package] Compiling progenitor-impl v0.13.0
29502026-05-20T15:29:41.654Z[ host-package] Compiling qorb v0.4.1
29512026-05-20T15:29:42.302Z[ host-package] Compiling tokio-rustls v0.26.4
29522026-05-20T15:29:42.656Z[ host-package] Compiling hyper-rustls v0.27.7
29532026-05-20T15:29:42.719Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29542026-05-20T15:29:42.993Z[ host-package] Compiling reqwest v0.13.2
29552026-05-20T15:29:43.062Z[ host-package] Compiling reqwest v0.12.28
29562026-05-20T15:29:44.757Z[ host-package] Compiling progenitor-macro v0.14.0
29572026-05-20T15:29:44.917Z[ host-package] Compiling tough v0.22.0
29582026-05-20T15:29:44.960Z[ host-package] Compiling progenitor-client v0.14.0
29592026-05-20T15:29:45.084Z[ host-package] Compiling progenitor-client v0.10.0
29602026-05-20T15:29:45.265Z[ host-package] Compiling progenitor-extras v0.2.0
29612026-05-20T15:29:45.345Z[ host-package] Compiling progenitor-macro v0.13.0
29622026-05-20T15:29:45.523Z[ host-package] Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
29632026-05-20T15:29:45.722Z[ host-package] Compiling derive_more v2.1.1
29642026-05-20T15:29:46.015Z[ host-package] Compiling crossterm v0.29.0
29652026-05-20T15:29:46.078Z[ host-package] Compiling vte v0.14.1
29662026-05-20T15:29:46.151Z[ host-package] Compiling steno v0.4.1
29672026-05-20T15:29:46.532Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29682026-05-20T15:29:46.564Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-05-20T15:29:46.658Z[ host-package] Compiling fd-lock v4.0.4
29702026-05-20T15:29:46.760Z[ host-package] Compiling peg-macros v0.8.5
29712026-05-20T15:29:47.050Z[ host-package] Compiling nu-ansi-term v0.50.3
29722026-05-20T15:29:47.268Z[ host-package] Compiling nom v8.0.0
29732026-05-20T15:29:48.455Z[ host-package] Compiling peg v0.8.5
29742026-05-20T15:29:49.079Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29752026-05-20T15:29:49.563Z[ host-package] Compiling reedline v0.40.0
29762026-05-20T15:29:49.566Z[ host-package] Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
29772026-05-20T15:29:49.621Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
29782026-05-20T15:29:49.705Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29792026-05-20T15:29:49.775Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29802026-05-20T15:29:49.901Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29812026-05-20T15:29:50.127Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
29822026-05-20T15:29:50.163Z[ host-package] Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
29832026-05-20T15:29:50.212Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29842026-05-20T15:29:50.278Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29852026-05-20T15:29:51.095Z[ host-package] Compiling progenitor v0.14.0
29862026-05-20T15:29:51.141Z[ host-package] Compiling progenitor-client v0.13.0
29872026-05-20T15:29:51.270Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
29882026-05-20T15:29:51.361Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
29892026-05-20T15:29:51.394Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29902026-05-20T15:29:51.795Z[ host-package] Compiling progenitor v0.13.0
29912026-05-20T15:29:51.984Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
29922026-05-20T15:29:52.080Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29932026-05-20T15:29:52.108Z[ helios-setup] May 20 15:29:50.664 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.54s
29942026-05-20T15:29:52.145Z[ helios-setup] May 20 15:29:50.702 INFO building project "amd-host-image-builder" ok (38 seconds)
29952026-05-20T15:29:52.146Z[ helios-setup] May 20 15:29:50.702 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
29962026-05-20T15:29:52.154Z[ helios-setup] May 20 15:29:50.711 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
29972026-05-20T15:29:52.154Z[ helios-setup] May 20 15:29:50.711 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
29982026-05-20T15:29:52.158Z[ helios-setup] May 20 15:29:50.711 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
29992026-05-20T15:29:52.319Z[ host-package] Compiling utf-8 v0.7.6
30002026-05-20T15:29:52.349Z[ helios-setup] May 20 15:29:50.906 INFO E| Downloading crates ...
30012026-05-20T15:29:52.405Z[ helios-setup] May 20 15:29:50.961 INFO E| Downloaded getrandom v0.3.3
30022026-05-20T15:29:52.408Z[ helios-setup] May 20 15:29:50.964 INFO E| Downloaded tempfile v3.20.0
30032026-05-20T15:29:52.417Z[ helios-setup] May 20 15:29:50.974 INFO E| Downloaded deranged v0.4.0
30042026-05-20T15:29:52.421Z[ helios-setup] May 20 15:29:50.977 INFO E| Downloaded time-core v0.1.4
30052026-05-20T15:29:52.421Z[ helios-setup] May 20 15:29:50.978 INFO E| Downloaded anyhow v1.0.98
30062026-05-20T15:29:52.426Z[ helios-setup] May 20 15:29:50.983 INFO E| Downloaded errno v0.3.12
30072026-05-20T15:29:52.433Z[ helios-setup] May 20 15:29:50.990 INFO E| Downloaded time-macros v0.2.22
30082026-05-20T15:29:52.436Z[ helios-setup] May 20 15:29:50.991 INFO E| Downloaded serde_with_macros v3.12.0
30092026-05-20T15:29:52.436Z[ helios-setup] May 20 15:29:50.993 INFO E| Downloaded bitflags v2.9.1
30102026-05-20T15:29:52.440Z[ helios-setup] May 20 15:29:50.995 INFO E| Downloaded iana-time-zone v0.1.63
30112026-05-20T15:29:52.466Z[ helios-setup] May 20 15:29:51.023 INFO E| Downloaded time v0.3.41
30122026-05-20T15:29:52.471Z[ helios-setup] May 20 15:29:51.028 INFO E| Downloaded serde_with v3.12.0
30132026-05-20T15:29:52.492Z[ helios-setup] May 20 15:29:51.049 INFO E| Downloaded indexmap v2.9.0
30142026-05-20T15:29:52.495Z[ helios-setup] May 20 15:29:51.052 INFO E| Downloaded chrono v0.4.41
30152026-05-20T15:29:52.499Z[ helios-setup] May 20 15:29:51.056 INFO E| Downloaded hashbrown v0.15.3
30162026-05-20T15:29:52.510Z[ helios-setup] May 20 15:29:51.067 INFO E| Downloaded rustix v1.0.7
30172026-05-20T15:29:52.569Z[ host-package] Compiling tungstenite v0.21.0
30182026-05-20T15:29:52.587Z[ helios-setup] May 20 15:29:51.144 INFO E| Compiling proc-macro2 v1.0.95
30192026-05-20T15:29:52.588Z[ helios-setup] May 20 15:29:51.144 INFO E| Compiling unicode-ident v1.0.18
30202026-05-20T15:29:52.588Z[ helios-setup] May 20 15:29:51.144 INFO E| Compiling libc v0.2.172
30212026-05-20T15:29:52.588Z[ helios-setup] May 20 15:29:51.144 INFO E| Compiling fnv v1.0.7
30222026-05-20T15:29:52.591Z[ helios-setup] May 20 15:29:51.144 INFO E| Compiling ident_case v1.0.1
30232026-05-20T15:29:52.591Z[ helios-setup] May 20 15:29:51.144 INFO E| Compiling strsim v0.11.1
30242026-05-20T15:29:52.591Z[ helios-setup] May 20 15:29:51.145 INFO E| Compiling serde v1.0.219
30252026-05-20T15:29:52.591Z[ helios-setup] May 20 15:29:51.145 INFO E| Compiling rustix v1.0.7
30262026-05-20T15:29:52.601Z[ helios-setup] May 20 15:29:51.158 INFO E| Compiling getrandom v0.3.3
30272026-05-20T15:29:52.601Z[ helios-setup] May 20 15:29:51.159 INFO E| Compiling anyhow v1.0.98
30282026-05-20T15:29:52.605Z[ helios-setup] May 20 15:29:51.159 INFO E| Compiling cfg-if v1.0.0
30292026-05-20T15:29:52.605Z[ helios-setup] May 20 15:29:51.159 INFO E| Compiling serde_json v1.0.140
30302026-05-20T15:29:52.605Z[ helios-setup] May 20 15:29:51.159 INFO E| Compiling bitflags v2.9.1
30312026-05-20T15:29:52.605Z[ helios-setup] May 20 15:29:51.159 INFO E| Compiling thiserror v2.0.12
30322026-05-20T15:29:52.605Z[ helios-setup] May 20 15:29:51.159 INFO E| Compiling fastrand v2.3.0
30332026-05-20T15:29:52.605Z[ helios-setup] May 20 15:29:51.159 INFO E| Compiling memchr v2.7.4
30342026-05-20T15:29:52.605Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30352026-05-20T15:29:52.854Z[ helios-setup] May 20 15:29:51.410 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
30362026-05-20T15:29:53.028Z[ helios-setup] May 20 15:29:51.581 INFO E| Compiling ryu v1.0.20
30372026-05-20T15:29:53.090Z[ helios-setup] May 20 15:29:51.647 INFO E| Compiling itoa v1.0.15
30382026-05-20T15:29:53.151Z[ helios-setup] May 20 15:29:51.708 INFO E| Compiling once_cell v1.21.3
30392026-05-20T15:29:53.741Z[ host-package] Compiling tokio-tungstenite v0.21.0
30402026-05-20T15:29:54.122Z[ helios-setup] May 20 15:29:52.678 INFO E| Compiling quote v1.0.40
30412026-05-20T15:29:54.146Z[ helios-setup] May 20 15:29:52.703 INFO E| Compiling errno v0.3.12
30422026-05-20T15:29:54.314Z[ helios-setup] May 20 15:29:52.870 INFO E| Compiling syn v2.0.101
30432026-05-20T15:29:55.066Z[ helios-setup] May 20 15:29:53.623 INFO E| Compiling tempfile v3.20.0
30442026-05-20T15:29:55.566Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-05-20T15:29:56.489Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-05-20T15:29:56.629Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30472026-05-20T15:29:56.801Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-05-20T15:29:56.916Z[ helios-setup] May 20 15:29:55.472 INFO E| Compiling darling_core v0.20.11
30492026-05-20T15:29:57.212Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30502026-05-20T15:29:57.484Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30512026-05-20T15:29:58.146Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30522026-05-20T15:29:58.149Z[ helios-setup] May 20 15:29:56.704 INFO E| Compiling serde_derive v1.0.219
30532026-05-20T15:29:58.149Z[ helios-setup] May 20 15:29:56.704 INFO E| Compiling thiserror-impl v2.0.12
30542026-05-20T15:29:58.467Z[ host-package] Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30552026-05-20T15:29:58.539Z[ host-package] Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30562026-05-20T15:29:58.857Z[ helios-setup] May 20 15:29:57.413 INFO E| Compiling darling_macro v0.20.11
30572026-05-20T15:29:59.055Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30582026-05-20T15:29:59.676Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30592026-05-20T15:29:59.883Z[ helios-setup] May 20 15:29:58.439 INFO E| Compiling darling v0.20.11
30602026-05-20T15:29:59.967Z[ helios-setup] May 20 15:29:58.524 INFO E| Compiling serde_with_macros v3.12.0
30612026-05-20T15:29:59.976Z[ host-package] Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30622026-05-20T15:30:00.128Z[ host-package] Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30632026-05-20T15:30:00.598Z[ host-package] Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30642026-05-20T15:30:00.638Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30652026-05-20T15:30:01.190Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30662026-05-20T15:30:02.697Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30672026-05-20T15:30:02.951Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30682026-05-20T15:30:03.528Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30692026-05-20T15:30:03.716Z[ helios-setup] May 20 15:30:02.273 INFO E| Compiling serde_with v3.12.0
30702026-05-20T15:30:04.186Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30712026-05-20T15:30:04.259Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30722026-05-20T15:30:04.259Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30732026-05-20T15:30:05.907Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30742026-05-20T15:30:06.431Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30752026-05-20T15:30:07.344Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30762026-05-20T15:30:07.551Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30772026-05-20T15:30:07.865Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30782026-05-20T15:30:07.937Z[ host-package] Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
30792026-05-20T15:30:08.272Z[ helios-setup] May 20 15:30:06.829 INFO E| Finished `release` profile [optimized] target(s) in 16.10s
30802026-05-20T15:30:08.294Z[ helios-setup] May 20 15:30:06.851 INFO building project "dmar-report" ok (16 seconds)
30812026-05-20T15:30:08.294Z[ helios-setup] May 20 15:30:06.851 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30822026-05-20T15:30:08.304Z[ helios-setup] May 20 15:30:06.861 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
30832026-05-20T15:30:08.304Z[ helios-setup] May 20 15:30:06.861 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30842026-05-20T15:30:08.308Z[ helios-setup] May 20 15:30:06.861 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30852026-05-20T15:30:08.421Z[ helios-setup] May 20 15:30:06.978 INFO E| Downloading crates ...
30862026-05-20T15:30:08.474Z[ helios-setup] May 20 15:30:07.031 INFO E| Downloaded anyhow v1.0.62
30872026-05-20T15:30:08.478Z[ helios-setup] May 20 15:30:07.034 INFO E| Downloaded block-buffer v0.10.3
30882026-05-20T15:30:08.482Z[ helios-setup] May 20 15:30:07.039 INFO E| Downloaded miniz_oxide v0.6.2
30892026-05-20T15:30:08.485Z[ helios-setup] May 20 15:30:07.040 INFO E| Downloaded generic-array v0.14.6
30902026-05-20T15:30:08.485Z[ helios-setup] May 20 15:30:07.041 INFO E| Downloaded cpufeatures v0.2.5
30912026-05-20T15:30:08.488Z[ helios-setup] May 20 15:30:07.044 INFO E| Downloaded typenum v1.15.0
30922026-05-20T15:30:08.491Z[ helios-setup] May 20 15:30:07.046 INFO E| Downloaded bytes v1.2.1
30932026-05-20T15:30:08.494Z[ helios-setup] May 20 15:30:07.049 INFO E| Downloaded sha2 v0.10.5
30942026-05-20T15:30:08.494Z[ helios-setup] May 20 15:30:07.051 INFO E| Downloaded unicode-width v0.1.10
30952026-05-20T15:30:08.498Z[ helios-setup] May 20 15:30:07.053 INFO E| Downloaded digest v0.10.3
30962026-05-20T15:30:08.502Z[ helios-setup] May 20 15:30:07.057 INFO E| Downloaded flate2 v1.0.25
30972026-05-20T15:30:08.554Z[ helios-setup] May 20 15:30:07.110 INFO E| Compiling typenum v1.15.0
30982026-05-20T15:30:08.554Z[ helios-setup] May 20 15:30:07.110 INFO E| Compiling version_check v0.9.4
30992026-05-20T15:30:08.554Z[ helios-setup] May 20 15:30:07.110 INFO E| Compiling crc32fast v1.3.2
31002026-05-20T15:30:08.557Z[ helios-setup] May 20 15:30:07.111 INFO E| Compiling cfg-if v1.0.0
31012026-05-20T15:30:08.557Z[ helios-setup] May 20 15:30:07.111 INFO E| Compiling adler v1.0.2
31022026-05-20T15:30:08.557Z[ helios-setup] May 20 15:30:07.111 INFO E| Compiling anyhow v1.0.62
31032026-05-20T15:30:08.557Z[ helios-setup] May 20 15:30:07.111 INFO E| Compiling unicode-width v0.1.10
31042026-05-20T15:30:08.557Z[ helios-setup] May 20 15:30:07.111 INFO E| Compiling cpufeatures v0.2.5
31052026-05-20T15:30:08.557Z[ helios-setup] May 20 15:30:07.111 INFO E| Compiling bytes v1.2.1
31062026-05-20T15:30:08.557Z[ helios-setup] May 20 15:30:07.111 INFO E| Compiling bitflags v1.3.2
31072026-05-20T15:30:08.765Z[ helios-setup] May 20 15:30:07.322 INFO E| Compiling getopts v0.2.21
31082026-05-20T15:30:08.840Z[ helios-setup] May 20 15:30:07.397 INFO E| Compiling miniz_oxide v0.6.2
31092026-05-20T15:30:08.967Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31102026-05-20T15:30:09.041Z[ helios-setup] May 20 15:30:07.598 INFO E| Compiling generic-array v0.14.6
31112026-05-20T15:30:09.531Z[ helios-setup] May 20 15:30:08.088 INFO E| Compiling flate2 v1.0.25
31122026-05-20T15:30:09.787Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31132026-05-20T15:30:10.650Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31142026-05-20T15:30:10.800Z[ helios-setup] May 20 15:30:09.357 INFO E| Compiling crypto-common v0.1.6
31152026-05-20T15:30:10.800Z[ helios-setup] May 20 15:30:09.357 INFO E| Compiling block-buffer v0.10.3
31162026-05-20T15:30:10.818Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31172026-05-20T15:30:10.911Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31182026-05-20T15:30:10.919Z[ helios-setup] May 20 15:30:09.476 INFO E| Compiling digest v0.10.3
31192026-05-20T15:30:11.010Z[ host-package] Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31202026-05-20T15:30:11.078Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31212026-05-20T15:30:11.095Z[ helios-setup] May 20 15:30:09.651 INFO E| Compiling sha2 v0.10.5
31222026-05-20T15:30:11.197Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31232026-05-20T15:30:11.330Z[ helios-setup] May 20 15:30:09.887 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31242026-05-20T15:30:11.852Z[ host-package] Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31252026-05-20T15:30:12.251Z[ host-package] Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31262026-05-20T15:30:12.544Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31272026-05-20T15:30:12.547Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31282026-05-20T15:30:12.683Z[ host-package] Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31292026-05-20T15:30:12.804Z[ host-package] Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31302026-05-20T15:30:12.948Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31312026-05-20T15:30:13.139Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31322026-05-20T15:30:13.229Z[ host-package] Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31332026-05-20T15:30:13.475Z[ host-package] Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31342026-05-20T15:30:13.508Z[ helios-setup] May 20 15:30:12.065 INFO E| Finished `release` profile [optimized] target(s) in 5.19s
31352026-05-20T15:30:13.521Z[ helios-setup] May 20 15:30:12.078 INFO building project "bootserver" ok (5 seconds)
31362026-05-20T15:30:13.521Z[ helios-setup] May 20 15:30:12.078 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31372026-05-20T15:30:13.535Z[ helios-setup] May 20 15:30:12.091 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
31382026-05-20T15:30:13.535Z[ helios-setup] May 20 15:30:12.091 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31392026-05-20T15:30:13.535Z[ helios-setup] May 20 15:30:12.091 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31402026-05-20T15:30:13.589Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31412026-05-20T15:30:13.649Z[ helios-setup] May 20 15:30:12.206 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31422026-05-20T15:30:14.034Z[ helios-setup] May 20 15:30:12.590 INFO E| From https://github.com/jclulow/hiercmd
31432026-05-20T15:30:14.034Z[ helios-setup] May 20 15:30:12.590 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31442026-05-20T15:30:14.048Z[ helios-setup] May 20 15:30:12.605 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31452026-05-20T15:30:14.098Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31462026-05-20T15:30:14.440Z[ helios-setup] May 20 15:30:12.997 INFO E| From https://github.com/oxidecomputer/network-interface
31472026-05-20T15:30:14.440Z[ helios-setup] May 20 15:30:12.997 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31482026-05-20T15:30:14.453Z[ helios-setup] May 20 15:30:13.010 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31492026-05-20T15:30:14.729Z[ helios-setup] May 20 15:30:13.285 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31502026-05-20T15:30:14.729Z[ helios-setup] May 20 15:30:13.285 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31512026-05-20T15:30:14.746Z[ helios-setup] May 20 15:30:13.303 INFO E| Updating crates.io index
31522026-05-20T15:30:14.912Z[ host-package] Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31532026-05-20T15:30:14.970Z[ helios-setup] May 20 15:30:13.527 INFO E| Downloading crates ...
31542026-05-20T15:30:15.094Z[ helios-setup] May 20 15:30:13.651 INFO E| Downloaded futures-task v0.3.31
31552026-05-20T15:30:15.097Z[ helios-setup] May 20 15:30:13.652 INFO E| Downloaded bitflags v2.10.0
31562026-05-20T15:30:15.101Z[ helios-setup] May 20 15:30:13.655 INFO E| Downloaded time-macros v0.2.24
31572026-05-20T15:30:15.104Z[ helios-setup] May 20 15:30:13.660 INFO E| Downloaded env_filter v0.1.4
31582026-05-20T15:30:15.141Z[ helios-setup] May 20 15:30:13.698 INFO E| Downloaded libdevinfo-sys v1.1.0
31592026-05-20T15:30:15.144Z[ helios-setup] May 20 15:30:13.698 INFO E| Downloaded anstyle v1.0.13
31602026-05-20T15:30:15.144Z[ helios-setup] May 20 15:30:13.700 INFO E| Downloaded futures-sink v0.3.31
31612026-05-20T15:30:15.144Z[ helios-setup] May 20 15:30:13.700 INFO E| Downloaded clap_lex v0.7.6
31622026-05-20T15:30:15.144Z[ helios-setup] May 20 15:30:13.701 INFO E| Downloaded bitfield-macros v0.19.3
31632026-05-20T15:30:15.154Z[ helios-setup] May 20 15:30:13.711 INFO E| Downloaded futures-macro v0.3.31
31642026-05-20T15:30:15.154Z[ helios-setup] May 20 15:30:13.711 INFO E| Downloaded devinfo v0.1.0
31652026-05-20T15:30:15.186Z[ host-package] Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31662026-05-20T15:30:15.191Z[ helios-setup] May 20 15:30:13.748 INFO E| Downloaded zeroize_derive v1.4.2
31672026-05-20T15:30:15.195Z[ helios-setup] May 20 15:30:13.749 INFO E| Downloaded time-core v0.1.6
31682026-05-20T15:30:15.195Z[ helios-setup] May 20 15:30:13.750 INFO E| Downloaded futures-io v0.3.31
31692026-05-20T15:30:15.195Z[ helios-setup] May 20 15:30:13.751 INFO E| Downloaded crc v3.3.0
31702026-05-20T15:30:15.218Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31712026-05-20T15:30:15.222Z[ helios-setup] May 20 15:30:13.777 INFO E| Downloaded serde_spanned v1.0.3
31722026-05-20T15:30:15.222Z[ helios-setup] May 20 15:30:13.779 INFO E| Downloaded quote v1.0.41
31732026-05-20T15:30:15.232Z[ helios-setup] May 20 15:30:13.789 INFO E| Downloaded simd-adler32 v0.3.7
31742026-05-20T15:30:15.247Z[ helios-setup] May 20 15:30:13.804 INFO E| Downloaded toml_datetime v0.7.3
31752026-05-20T15:30:15.251Z[ helios-setup] May 20 15:30:13.805 INFO E| Downloaded bytes v1.10.1
31762026-05-20T15:30:15.254Z[ helios-setup] May 20 15:30:13.808 INFO E| Downloaded anstyle-query v1.1.4
31772026-05-20T15:30:15.254Z[ helios-setup] May 20 15:30:13.809 INFO E| Downloaded tokio-macros v2.6.0
31782026-05-20T15:30:15.254Z[ helios-setup] May 20 15:30:13.810 INFO E| Downloaded thiserror v2.0.17
31792026-05-20T15:30:15.257Z[ helios-setup] May 20 15:30:13.813 INFO E| Downloaded toml_writer v1.0.4
31802026-05-20T15:30:15.260Z[ helios-setup] May 20 15:30:13.814 INFO E| Downloaded num_enum_derive v0.7.5
31812026-05-20T15:30:15.260Z[ helios-setup] May 20 15:30:13.815 INFO E| Downloaded slab v0.4.11
31822026-05-20T15:30:15.260Z[ helios-setup] May 20 15:30:13.816 INFO E| Downloaded pin-project-lite v0.2.16
31832026-05-20T15:30:15.263Z[ helios-setup] May 20 15:30:13.819 INFO E| Downloaded toml_parser v1.0.4
31842026-05-20T15:30:15.266Z[ helios-setup] May 20 15:30:13.821 INFO E| Downloaded futures-executor v0.3.31
31852026-05-20T15:30:15.266Z[ helios-setup] May 20 15:30:13.822 INFO E| Downloaded toml v0.9.8
31862026-05-20T15:30:15.269Z[ helios-setup] May 20 15:30:13.824 INFO E| Downloaded getopts v0.2.24
31872026-05-20T15:30:15.269Z[ helios-setup] May 20 15:30:13.825 INFO E| Downloaded generic-array v0.14.9
31882026-05-20T15:30:15.269Z[ helios-setup] May 20 15:30:13.827 INFO E| Downloaded num_enum v0.7.5
31892026-05-20T15:30:15.273Z[ helios-setup] May 20 15:30:13.830 INFO E| Downloaded futures-channel v0.3.31
31902026-05-20T15:30:15.276Z[ helios-setup] May 20 15:30:13.831 INFO E| Downloaded bitfield v0.19.3
31912026-05-20T15:30:15.276Z[ helios-setup] May 20 15:30:13.832 INFO E| Downloaded futures-core v0.3.31
31922026-05-20T15:30:15.279Z[ helios-setup] May 20 15:30:13.834 INFO E| Downloaded signal-hook-registry v1.4.6
31932026-05-20T15:30:15.282Z[ helios-setup] May 20 15:30:13.837 INFO E| Downloaded thiserror-impl v2.0.17
31942026-05-20T15:30:15.282Z[ helios-setup] May 20 15:30:13.838 INFO E| Downloaded env_logger v0.11.8
31952026-05-20T15:30:15.286Z[ helios-setup] May 20 15:30:13.844 INFO E| Downloaded unicode-ident v1.0.22
31962026-05-20T15:30:15.290Z[ helios-setup] May 20 15:30:13.846 INFO E| Downloaded iana-time-zone v0.1.64
31972026-05-20T15:30:15.295Z[ helios-setup] May 20 15:30:13.848 INFO E| Downloaded term v1.2.0
31982026-05-20T15:30:15.299Z[ helios-setup] May 20 15:30:13.850 INFO E| Downloaded getrandom v0.2.16
31992026-05-20T15:30:15.299Z[ helios-setup] May 20 15:30:13.852 INFO E| Downloaded find-msvc-tools v0.1.4
32002026-05-20T15:30:15.331Z[ helios-setup] May 20 15:30:13.888 INFO E| Downloaded log v0.4.28
32012026-05-20T15:30:15.335Z[ helios-setup] May 20 15:30:13.890 INFO E| Downloaded deranged v0.5.5
32022026-05-20T15:30:15.335Z[ helios-setup] May 20 15:30:13.891 INFO E| Downloaded base64ct v1.8.0
32032026-05-20T15:30:15.349Z[ host-package] Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32042026-05-20T15:30:15.352Z[ helios-setup] May 20 15:30:13.907 INFO E| Downloaded uuid v1.18.1
32052026-05-20T15:30:15.355Z[ helios-setup] May 20 15:30:13.909 INFO E| Downloaded anyhow v1.0.100
32062026-05-20T15:30:15.355Z[ helios-setup] May 20 15:30:13.912 INFO E| Downloaded clap_derive v4.5.49
32072026-05-20T15:30:15.358Z[ helios-setup] May 20 15:30:13.913 INFO E| Downloaded clap v4.5.51
32082026-05-20T15:30:15.363Z[ helios-setup] May 20 15:30:13.920 INFO E| Downloaded proc-macro2 v1.0.103
32092026-05-20T15:30:15.411Z[ helios-setup] May 20 15:30:13.967 INFO E| Downloaded toml_edit v0.23.7
32102026-05-20T15:30:15.414Z[ helios-setup] May 20 15:30:13.970 INFO E| Downloaded futures v0.3.31
32112026-05-20T15:30:15.417Z[ helios-setup] May 20 15:30:13.973 INFO E| Downloaded rand v0.8.5
32122026-05-20T15:30:15.420Z[ helios-setup] May 20 15:30:13.976 INFO E| Downloaded socket2 v0.6.1
32132026-05-20T15:30:15.475Z[ helios-setup] May 20 15:30:14.032 INFO E| Downloaded rsa v0.9.8
32142026-05-20T15:30:15.479Z[ helios-setup] May 20 15:30:14.036 INFO E| Downloaded memchr v2.7.6
32152026-05-20T15:30:15.482Z[ helios-setup] May 20 15:30:14.039 INFO E| Downloaded flate2 v1.1.5
32162026-05-20T15:30:15.494Z[ helios-setup] May 20 15:30:14.051 INFO E| Downloaded cc v1.2.44
32172026-05-20T15:30:15.509Z[ helios-setup] May 20 15:30:14.066 INFO E| Downloaded zerocopy-derive v0.8.27
32182026-05-20T15:30:15.513Z[ helios-setup] May 20 15:30:14.070 INFO E| Downloaded mio v1.1.0
32192026-05-20T15:30:15.522Z[ helios-setup] May 20 15:30:14.079 INFO E| Downloaded indexmap v2.12.0
32202026-05-20T15:30:15.526Z[ helios-setup] May 20 15:30:14.082 INFO E| Downloaded iddqd v0.3.14
32212026-05-20T15:30:15.532Z[ helios-setup] May 20 15:30:14.089 INFO E| Downloaded hashbrown v0.16.0
32222026-05-20T15:30:15.559Z[ helios-setup] May 20 15:30:14.116 INFO E| Downloaded time v0.3.44
32232026-05-20T15:30:15.563Z[ helios-setup] May 20 15:30:14.120 INFO E| Downloaded libm v0.2.15
32242026-05-20T15:30:15.569Z[ helios-setup] May 20 15:30:14.126 INFO E| Downloaded num-bigint-dig v0.8.4
32252026-05-20T15:30:15.573Z[ helios-setup] May 20 15:30:14.129 INFO E| Downloaded futures-util v0.3.31
32262026-05-20T15:30:15.581Z[ helios-setup] May 20 15:30:14.138 INFO E| Downloaded clap_builder v4.5.51
32272026-05-20T15:30:15.592Z[ helios-setup] May 20 15:30:14.149 INFO E| Downloaded winnow v0.7.13
32282026-05-20T15:30:15.597Z[ helios-setup] May 20 15:30:14.154 INFO E| Downloaded serde_json v1.0.145
32292026-05-20T15:30:15.618Z[ helios-setup] May 20 15:30:14.175 INFO E| Downloaded zerocopy v0.8.27
32302026-05-20T15:30:15.665Z[ helios-setup] May 20 15:30:14.222 INFO E| Downloaded chrono v0.4.42
32312026-05-20T15:30:15.691Z[ host-package] Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32322026-05-20T15:30:15.714Z[ helios-setup] May 20 15:30:14.271 INFO E| Downloaded unicode-width v0.2.2
32332026-05-20T15:30:15.717Z[ helios-setup] May 20 15:30:14.274 INFO E| Downloaded syn v2.0.108
32342026-05-20T15:30:15.767Z[ helios-setup] May 20 15:30:14.324 INFO E| Downloaded rustix v1.1.2
32352026-05-20T15:30:15.862Z[ helios-setup] May 20 15:30:14.419 INFO E| Downloaded libc v0.2.177
32362026-05-20T15:30:15.896Z[ helios-setup] May 20 15:30:14.453 INFO E| Downloaded tokio v1.48.0
32372026-05-20T15:30:15.999Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling proc-macro2 v1.0.103
32382026-05-20T15:30:15.999Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling unicode-ident v1.0.22
32392026-05-20T15:30:15.999Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling quote v1.0.41
32402026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling libc v0.2.177
32412026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling serde_core v1.0.228
32422026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling cfg-if v1.0.4
32432026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling serde v1.0.228
32442026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling version_check v0.9.5
32452026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling autocfg v1.5.0
32462026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling typenum v1.19.0
32472026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling const-oid v0.9.6
32482026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling libm v0.2.15
32492026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling zerocopy v0.8.27
32502026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling rustversion v1.0.22
32512026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling smallvec v1.15.1
32522026-05-20T15:30:16.003Z[ helios-setup] May 20 15:30:14.555 INFO E| Compiling base64ct v1.8.0
32532026-05-20T15:30:16.428Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32542026-05-20T15:30:16.575Z[ helios-setup] May 20 15:30:15.131 INFO E| Compiling zeroize v1.8.2
32552026-05-20T15:30:16.587Z[ helios-setup] May 20 15:30:15.143 INFO E| Compiling crc32fast v1.5.0
32562026-05-20T15:30:16.673Z[ helios-setup] May 20 15:30:15.230 INFO E| Compiling memchr v2.7.6
32572026-05-20T15:30:17.129Z[ helios-setup] May 20 15:30:15.685 INFO E| Compiling pem-rfc7468 v0.7.0
32582026-05-20T15:30:17.290Z[ helios-setup] May 20 15:30:15.847 INFO E| Compiling generic-array v0.14.9
32592026-05-20T15:30:17.312Z[ helios-setup] May 20 15:30:15.868 INFO E| Compiling num-traits v0.2.19
32602026-05-20T15:30:17.324Z[ helios-setup] May 20 15:30:15.880 INFO E| Compiling rustix v1.1.2
32612026-05-20T15:30:17.330Z[ helios-setup] May 20 15:30:15.886 INFO E| Compiling anyhow v1.0.100
32622026-05-20T15:30:17.368Z[ helios-setup] May 20 15:30:15.925 INFO E| Compiling winnow v0.7.13
32632026-05-20T15:30:17.407Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32642026-05-20T15:30:17.533Z[ helios-setup] May 20 15:30:16.089 INFO E| Compiling hashbrown v0.16.0
32652026-05-20T15:30:17.616Z[ helios-setup] May 20 15:30:16.172 INFO E| Compiling utf8parse v0.2.2
32662026-05-20T15:30:17.836Z[ helios-setup] May 20 15:30:16.393 INFO E| Compiling byteorder v1.5.0
32672026-05-20T15:30:18.082Z[ helios-setup] May 20 15:30:16.638 INFO E| Compiling flagset v0.4.7
32682026-05-20T15:30:18.092Z[ helios-setup] May 20 15:30:16.648 INFO E| Compiling equivalent v1.0.2
32692026-05-20T15:30:18.206Z[ helios-setup] May 20 15:30:16.763 INFO E| Compiling indexmap v2.12.0
32702026-05-20T15:30:18.263Z[ helios-setup] May 20 15:30:16.819 INFO E| Compiling anstyle-parse v0.2.7
32712026-05-20T15:30:18.337Z[ helios-setup] May 20 15:30:16.894 INFO E| Compiling toml_datetime v0.7.3
32722026-05-20T15:30:18.400Z[ helios-setup] May 20 15:30:16.957 INFO E| Compiling radium v0.7.0
32732026-05-20T15:30:18.469Z[ helios-setup] May 20 15:30:17.026 INFO E| Compiling getrandom v0.2.16
32742026-05-20T15:30:18.484Z[ helios-setup] May 20 15:30:17.040 INFO E| Compiling errno v0.3.14
32752026-05-20T15:30:18.587Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32762026-05-20T15:30:18.606Z[ helios-setup] May 20 15:30:17.163 INFO E| Compiling is_terminal_polyfill v1.70.2
32772026-05-20T15:30:18.640Z[ helios-setup] May 20 15:30:17.197 INFO E| Compiling anstyle-query v1.1.4
32782026-05-20T15:30:18.685Z[ helios-setup] May 20 15:30:17.235 INFO E| Compiling rand_core v0.6.4
32792026-05-20T15:30:18.718Z[ helios-setup] May 20 15:30:17.275 INFO E| Compiling anstyle v1.0.13
32802026-05-20T15:30:18.789Z[ helios-setup] May 20 15:30:17.346 INFO E| Compiling cpufeatures v0.2.17
32812026-05-20T15:30:18.805Z[ helios-setup] May 20 15:30:17.362 INFO E| Compiling colorchoice v1.0.4
32822026-05-20T15:30:18.823Z[ helios-setup] May 20 15:30:17.379 INFO E| Compiling shlex v1.3.0
32832026-05-20T15:30:18.877Z[ helios-setup] May 20 15:30:17.434 INFO E| Compiling syn v2.0.108
32842026-05-20T15:30:18.949Z[ helios-setup] May 20 15:30:17.505 INFO E| Compiling syn v1.0.109
32852026-05-20T15:30:18.963Z[ helios-setup] May 20 15:30:17.519 INFO E| Compiling allocator-api2 v0.2.21
32862026-05-20T15:30:19.147Z[ helios-setup] May 20 15:30:17.703 INFO E| Compiling find-msvc-tools v0.1.4
32872026-05-20T15:30:19.185Z[ helios-setup] May 20 15:30:17.741 INFO E| Compiling slog v2.8.2
32882026-05-20T15:30:19.210Z[ helios-setup] May 20 15:30:17.767 INFO E| Compiling anstream v0.6.21
32892026-05-20T15:30:19.417Z[ helios-setup] May 20 15:30:17.973 INFO E| Compiling cc v1.2.44
32902026-05-20T15:30:19.480Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-05-20T15:30:19.574Z[ helios-setup] May 20 15:30:18.130 INFO E| Compiling parking_lot_core v0.9.12
32922026-05-20T15:30:19.587Z[ helios-setup] May 20 15:30:18.144 INFO E| Compiling pin-project-lite v0.2.16
32932026-05-20T15:30:19.600Z[ helios-setup] May 20 15:30:18.156 INFO E| Compiling pkg-config v0.3.32
32942026-05-20T15:30:19.656Z[ helios-setup] May 20 15:30:18.213 INFO E| Compiling maybe-uninit v2.0.0
32952026-05-20T15:30:19.706Z[ host-package] Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32962026-05-20T15:30:19.718Z[ helios-setup] May 20 15:30:18.275 INFO E| Compiling unicode-width v0.2.2
32972026-05-20T15:30:19.750Z[ helios-setup] May 20 15:30:18.306 INFO E| Compiling tap v1.0.1
32982026-05-20T15:30:20.016Z[ helios-setup] May 20 15:30:18.573 INFO E| Compiling futures-core v0.3.31
32992026-05-20T15:30:20.043Z[ helios-setup] May 20 15:30:18.600 INFO E| Compiling futures-sink v0.3.31
33002026-05-20T15:30:20.256Z[ helios-setup] May 20 15:30:18.813 INFO E| Compiling crypto-common v0.1.6
33012026-05-20T15:30:20.291Z[ helios-setup] May 20 15:30:18.848 INFO E| Compiling block-buffer v0.10.4
33022026-05-20T15:30:20.308Z[ helios-setup] May 20 15:30:18.865 INFO E| Compiling toml_parser v1.0.4
33032026-05-20T15:30:20.401Z[ helios-setup] May 20 15:30:18.957 INFO E| Compiling getopts v0.2.24
33042026-05-20T15:30:20.492Z[ helios-setup] May 20 15:30:19.049 INFO E| Compiling digest v0.10.7
33052026-05-20T15:30:20.527Z[ helios-setup] May 20 15:30:19.084 INFO E| Compiling futures-channel v0.3.31
33062026-05-20T15:30:20.554Z[ helios-setup] May 20 15:30:19.111 INFO E| Compiling wyz v0.5.1
33072026-05-20T15:30:20.612Z[ helios-setup] May 20 15:30:19.169 INFO E| Compiling ahash v0.8.12
33082026-05-20T15:30:20.675Z[ helios-setup] May 20 15:30:19.231 INFO E| Compiling futures-io v0.3.31
33092026-05-20T15:30:20.808Z[ helios-setup] May 20 15:30:19.348 INFO E| Compiling time-core v0.1.6
33102026-05-20T15:30:20.902Z[ helios-setup] May 20 15:30:19.459 INFO E| Compiling packed_struct v0.10.1
33112026-05-20T15:30:21.011Z[ helios-setup] May 20 15:30:19.568 INFO E| Compiling sha2 v0.10.9
33122026-05-20T15:30:21.126Z[ helios-setup] May 20 15:30:19.683 INFO E| Compiling toml_edit v0.23.7
33132026-05-20T15:30:21.135Z[ helios-setup] May 20 15:30:19.692 INFO E| Compiling spin v0.9.8
33142026-05-20T15:30:21.276Z[ helios-setup] May 20 15:30:19.833 INFO E| Compiling num-integer v0.1.46
33152026-05-20T15:30:21.317Z[ host-package] Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33162026-05-20T15:30:21.321Z[ helios-setup] May 20 15:30:19.878 INFO E| Compiling powerfmt v0.2.0
33172026-05-20T15:30:21.386Z[ helios-setup] May 20 15:30:19.943 INFO E| Compiling pin-utils v0.1.0
33182026-05-20T15:30:21.436Z[ helios-setup] May 20 15:30:19.993 INFO E| Compiling strsim v0.11.1
33192026-05-20T15:30:21.456Z[ helios-setup] May 20 15:30:20.010 INFO E| Compiling heck v0.5.0
33202026-05-20T15:30:21.477Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33212026-05-20T15:30:21.480Z[ helios-setup] May 20 15:30:20.035 INFO E| Compiling clap_lex v0.7.6
33222026-05-20T15:30:21.547Z[ helios-setup] May 20 15:30:20.103 INFO E| Compiling bitflags v2.10.0
33232026-05-20T15:30:21.576Z[ helios-setup] May 20 15:30:20.133 INFO E| Compiling futures-task v0.3.31
33242026-05-20T15:30:21.601Z[ helios-setup] May 20 15:30:20.158 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33252026-05-20T15:30:21.638Z[ helios-setup] May 20 15:30:20.194 INFO E| Compiling scopeguard v1.2.0
33262026-05-20T15:30:21.704Z[ helios-setup] May 20 15:30:20.261 INFO E| Compiling itoa v1.0.15
33272026-05-20T15:30:21.743Z[ helios-setup] May 20 15:30:20.300 INFO E| Compiling num-conv v0.1.0
33282026-05-20T15:30:21.746Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33292026-05-20T15:30:21.933Z[ helios-setup] May 20 15:30:20.489 INFO E| Compiling getrandom v0.3.4
33302026-05-20T15:30:21.963Z[ helios-setup] May 20 15:30:20.518 INFO E| Compiling bytes v1.10.1
33312026-05-20T15:30:22.033Z[ helios-setup] May 20 15:30:20.589 INFO E| Compiling num-bigint-dig v0.8.4
33322026-05-20T15:30:22.049Z[ helios-setup] May 20 15:30:20.606 INFO E| Compiling thiserror v1.0.69
33332026-05-20T15:30:22.049Z[ helios-setup] May 20 15:30:20.606 INFO E| Compiling funty v2.0.0
33342026-05-20T15:30:22.150Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33352026-05-20T15:30:22.266Z[ helios-setup] May 20 15:30:20.822 INFO E| Compiling slab v0.4.11
33362026-05-20T15:30:22.377Z[ helios-setup] May 20 15:30:20.934 INFO E| Compiling time-macros v0.2.24
33372026-05-20T15:30:22.389Z[ helios-setup] May 20 15:30:20.946 INFO E| Compiling lock_api v0.4.14
33382026-05-20T15:30:22.412Z[ helios-setup] May 20 15:30:20.968 INFO E| Compiling num-iter v0.1.45
33392026-05-20T15:30:22.633Z[ helios-setup] May 20 15:30:21.189 INFO E| Compiling proc-macro-crate v3.4.0
33402026-05-20T15:30:22.747Z[ helios-setup] May 20 15:30:21.304 INFO E| Compiling bitvec v1.0.1
33412026-05-20T15:30:22.846Z[ helios-setup] May 20 15:30:21.403 INFO E| Compiling deranged v0.5.5
33422026-05-20T15:30:22.867Z[ helios-setup] May 20 15:30:21.423 INFO E| Compiling terminal_size v0.4.3
33432026-05-20T15:30:22.965Z[ helios-setup] May 20 15:30:21.522 INFO E| Compiling lazy_static v1.5.0
33442026-05-20T15:30:23.062Z[ helios-setup] May 20 15:30:21.618 INFO E| Compiling clap_builder v4.5.51
33452026-05-20T15:30:23.198Z[ helios-setup] May 20 15:30:21.754 INFO E| Compiling indexmap v1.9.3
33462026-05-20T15:30:23.304Z[ helios-setup] May 20 15:30:21.860 INFO E| Compiling simd-adler32 v0.3.7
33472026-05-20T15:30:23.542Z[ helios-setup] May 20 15:30:22.099 INFO E| Compiling crc-catalog v2.4.0
33482026-05-20T15:30:23.566Z[ helios-setup] May 20 15:30:22.123 INFO E| Compiling log v0.4.28
33492026-05-20T15:30:23.677Z[ helios-setup] May 20 15:30:22.234 INFO E| Compiling once_cell v1.21.3
33502026-05-20T15:30:23.715Z[ helios-setup] May 20 15:30:22.272 INFO E| Compiling adler2 v2.0.1
33512026-05-20T15:30:23.899Z[ helios-setup] May 20 15:30:22.456 INFO E| Compiling nodrop v0.1.14
33522026-05-20T15:30:23.922Z[ helios-setup] May 20 15:30:22.478 INFO E| Compiling serde_json v1.0.145
33532026-05-20T15:30:23.975Z[ helios-setup] May 20 15:30:22.532 INFO E| Compiling thiserror v2.0.17
33542026-05-20T15:30:24.031Z[ helios-setup] May 20 15:30:22.588 INFO E| Compiling iana-time-zone v0.1.64
33552026-05-20T15:30:24.073Z[ helios-setup] May 20 15:30:22.630 INFO E| Compiling array-init v0.0.4
33562026-05-20T15:30:24.108Z[ helios-setup] May 20 15:30:22.665 INFO E| Compiling env_filter v0.1.4
33572026-05-20T15:30:24.288Z[ helios-setup] May 20 15:30:22.845 INFO E| Compiling chrono v0.4.42
33582026-05-20T15:30:24.431Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33592026-05-20T15:30:24.452Z[ helios-setup] May 20 15:30:23.009 INFO E| Compiling miniz_oxide v0.8.9
33602026-05-20T15:30:24.539Z[ helios-setup] May 20 15:30:23.096 INFO E| Compiling crc v3.3.0
33612026-05-20T15:30:24.704Z[ helios-setup] May 20 15:30:23.261 INFO E| Compiling parking_lot v0.12.5
33622026-05-20T15:30:24.769Z[ helios-setup] May 20 15:30:23.326 INFO E| Compiling smallvec v0.6.14
33632026-05-20T15:30:25.129Z[ helios-setup] May 20 15:30:23.686 INFO E| Compiling time v0.3.44
33642026-05-20T15:30:25.135Z[ helios-setup] May 20 15:30:23.692 INFO E| Compiling serde_spanned v1.0.3
33652026-05-20T15:30:25.239Z[ helios-setup] May 20 15:30:23.796 INFO E| Compiling signature v2.2.0
33662026-05-20T15:30:25.331Z[ helios-setup] May 20 15:30:23.888 INFO E| Compiling is-terminal v0.4.17
33672026-05-20T15:30:25.386Z[ helios-setup] May 20 15:30:23.942 INFO E| Compiling signal-hook-registry v1.4.6
33682026-05-20T15:30:25.447Z[ helios-setup] May 20 15:30:24.004 INFO E| Compiling mio v1.1.0
33692026-05-20T15:30:25.503Z[ helios-setup] May 20 15:30:24.059 INFO E| Compiling socket2 v0.6.1
33702026-05-20T15:30:25.535Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33712026-05-20T15:30:25.822Z[ helios-setup] May 20 15:30:24.379 INFO E| Compiling thread_local v1.1.9
33722026-05-20T15:30:26.053Z[ helios-setup] May 20 15:30:24.610 INFO E| Compiling ryu v1.0.20
33732026-05-20T15:30:26.218Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33742026-05-20T15:30:26.340Z[ helios-setup] May 20 15:30:24.897 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33752026-05-20T15:30:26.538Z[ helios-setup] May 20 15:30:25.095 INFO E| Compiling libdevinfo-sys v1.1.0
33762026-05-20T15:30:26.600Z[ helios-setup] May 20 15:30:25.157 INFO E| Compiling subtle v2.6.1
33772026-05-20T15:30:26.717Z[ helios-setup] May 20 15:30:25.274 INFO E| Compiling term v1.2.0
33782026-05-20T15:30:26.745Z[ helios-setup] May 20 15:30:25.302 INFO E| Compiling toml_writer v1.0.4
33792026-05-20T15:30:26.775Z[ helios-setup] May 20 15:30:25.332 INFO E| Compiling winnow v0.5.40
33802026-05-20T15:30:26.876Z[ helios-setup] May 20 15:30:25.433 INFO E| Compiling base64 v0.21.7
33812026-05-20T15:30:26.930Z[ helios-setup] May 20 15:30:25.487 INFO E| Compiling hashbrown v0.12.3
33822026-05-20T15:30:26.962Z[ helios-setup] May 20 15:30:25.519 INFO E| Compiling bzip2 v0.4.4
33832026-05-20T15:30:27.028Z[ helios-setup] May 20 15:30:25.585 INFO E| Compiling serde_derive v1.0.228
33842026-05-20T15:30:27.078Z[ helios-setup] May 20 15:30:25.634 INFO E| Compiling zerocopy-derive v0.8.27
33852026-05-20T15:30:27.100Z[ helios-setup] May 20 15:30:25.657 INFO E| Compiling der_derive v0.7.3
33862026-05-20T15:30:27.129Z[ helios-setup] May 20 15:30:25.685 INFO E| Compiling futures-macro v0.3.31
33872026-05-20T15:30:27.198Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33882026-05-20T15:30:27.262Z[ helios-setup] May 20 15:30:25.819 INFO E| Compiling packed_struct_codegen v0.10.1
33892026-05-20T15:30:27.373Z[ helios-setup] May 20 15:30:25.930 INFO E| Compiling clap_derive v4.5.49
33902026-05-20T15:30:27.587Z[ helios-setup] May 20 15:30:26.144 INFO E| Compiling thiserror-impl v1.0.69
33912026-05-20T15:30:27.791Z[ helios-setup] May 20 15:30:26.348 INFO E| Compiling bitfield-macros v0.19.3
33922026-05-20T15:30:28.019Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33932026-05-20T15:30:28.564Z[ helios-setup] May 20 15:30:27.121 INFO E| Compiling zerocopy-derive v0.6.6
33942026-05-20T15:30:28.968Z[ helios-setup] May 20 15:30:27.525 INFO E| Compiling num_enum_derive v0.7.5
33952026-05-20T15:30:29.081Z[ helios-setup] May 20 15:30:27.638 INFO E| Compiling futures-util v0.3.31
33962026-05-20T15:30:29.160Z[ helios-setup] May 20 15:30:27.716 INFO E| Compiling thiserror-impl v2.0.17
33972026-05-20T15:30:29.428Z[ helios-setup] May 20 15:30:27.985 INFO E| Compiling der v0.7.10
33982026-05-20T15:30:29.731Z[ helios-setup] May 20 15:30:28.287 INFO E| Compiling tokio-macros v2.6.0
33992026-05-20T15:30:30.058Z[ helios-setup] May 20 15:30:28.615 INFO E| Compiling toml v0.9.8
34002026-05-20T15:30:30.083Z[ host-package] Compiling proc-macro-error2 v2.0.1
34012026-05-20T15:30:30.566Z[ host-package] Compiling itertools v0.10.5
34022026-05-20T15:30:30.633Z[ helios-setup] May 20 15:30:29.190 INFO E| Compiling zerocopy v0.6.6
34032026-05-20T15:30:30.646Z[ helios-setup] May 20 15:30:29.203 INFO E| Compiling flate2 v1.1.5
34042026-05-20T15:30:30.656Z[ helios-setup] May 20 15:30:29.212 INFO E| Compiling bitfield v0.19.3
34052026-05-20T15:30:30.880Z[ helios-setup] May 20 15:30:29.437 INFO E| Compiling uuid v1.18.1
34062026-05-20T15:30:31.166Z[ helios-setup] May 20 15:30:29.723 INFO E| Compiling clap v4.5.51
34072026-05-20T15:30:31.183Z[ helios-setup] May 20 15:30:29.740 INFO E| Compiling env_logger v0.11.8
34082026-05-20T15:30:31.275Z[ helios-setup] May 20 15:30:29.824 INFO E| Compiling rustc-hash v2.1.1
34092026-05-20T15:30:31.326Z[ host-package] Compiling tabled_derive v0.11.0
34102026-05-20T15:30:31.453Z[ helios-setup] May 20 15:30:30.010 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34112026-05-20T15:30:31.462Z[ helios-setup] May 20 15:30:30.019 INFO E| Compiling tokio v1.48.0
34122026-05-20T15:30:31.538Z[ helios-setup] May 20 15:30:30.094 INFO E| Compiling bitflags v1.3.2
34132026-05-20T15:30:31.557Z[ helios-setup] May 20 15:30:30.114 INFO E| Compiling num_enum v0.7.5
34142026-05-20T15:30:31.610Z[ helios-setup] May 20 15:30:30.167 INFO E| Compiling foldhash v0.2.0
34152026-05-20T15:30:31.629Z[ helios-setup] May 20 15:30:30.185 INFO E| Compiling crc-any v2.5.0
34162026-05-20T15:30:31.784Z[ helios-setup] May 20 15:30:30.340 INFO E| Compiling devinfo v0.1.0
34172026-05-20T15:30:31.861Z[ helios-setup] May 20 15:30:30.405 INFO E| Compiling hex v0.4.3
34182026-05-20T15:30:31.861Z[ helios-setup] May 20 15:30:30.405 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34192026-05-20T15:30:31.985Z[ helios-setup] May 20 15:30:30.542 INFO E| Compiling spki v0.7.3
34202026-05-20T15:30:32.034Z[ helios-setup] May 20 15:30:30.590 INFO E| Compiling iddqd v0.3.14
34212026-05-20T15:30:32.295Z[ helios-setup] May 20 15:30:30.850 INFO E| Compiling pkcs8 v0.10.2
34222026-05-20T15:30:32.433Z[ helios-setup] May 20 15:30:30.990 INFO E| Compiling x509-cert v0.2.5
34232026-05-20T15:30:32.518Z[ helios-setup] May 20 15:30:31.075 INFO E| Compiling pkcs1 v0.7.5
34242026-05-20T15:30:32.619Z[ helios-setup] May 20 15:30:31.176 INFO E| Compiling zip v0.6.6
34252026-05-20T15:30:32.786Z[ helios-setup] May 20 15:30:31.343 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34262026-05-20T15:30:33.018Z[ helios-setup] May 20 15:30:31.574 INFO E| Compiling ppv-lite86 v0.2.21
34272026-05-20T15:30:33.157Z[ helios-setup] May 20 15:30:31.714 INFO E| Compiling path-slash v0.1.5
34282026-05-20T15:30:33.478Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34292026-05-20T15:30:33.580Z[ helios-setup] May 20 15:30:32.136 INFO E| Compiling hashbrown v0.13.2
34302026-05-20T15:30:33.847Z[ helios-setup] May 20 15:30:32.404 INFO E| Compiling erased-serde v0.3.31
34312026-05-20T15:30:33.908Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34322026-05-20T15:30:34.004Z[ helios-setup] May 20 15:30:32.560 INFO E| Compiling rand_chacha v0.3.1
34332026-05-20T15:30:34.093Z[ host-package] Compiling typify-impl v0.4.3
34342026-05-20T15:30:34.214Z[ helios-setup] May 20 15:30:32.770 INFO E| Compiling serde_spanned v0.6.9
34352026-05-20T15:30:34.248Z[ helios-setup] May 20 15:30:32.804 INFO E| Compiling toml_datetime v0.6.11
34362026-05-20T15:30:34.313Z[ helios-setup] May 20 15:30:32.869 INFO E| Compiling serde-hex v0.1.0
34372026-05-20T15:30:34.335Z[ helios-setup] May 20 15:30:32.892 INFO E| Compiling ron v0.8.1
34382026-05-20T15:30:34.524Z[ host-package] Compiling papergrid v0.17.0
34392026-05-20T15:30:34.575Z[ helios-setup] May 20 15:30:33.132 INFO E| Compiling rand v0.8.5
34402026-05-20T15:30:34.679Z[ host-package] Compiling testing_table v0.3.0
34412026-05-20T15:30:34.794Z[ helios-setup] May 20 15:30:33.351 INFO E| Compiling futures-executor v0.3.31
34422026-05-20T15:30:35.004Z[ helios-setup] May 20 15:30:33.560 INFO E| Compiling toml_edit v0.19.15
34432026-05-20T15:30:35.007Z[ host-package] Compiling vergen-gitcl v1.0.8
34442026-05-20T15:30:35.265Z[ host-package] Compiling dirs-sys-next v0.1.2
34452026-05-20T15:30:35.419Z[ host-package] Compiling crunchy v0.2.4
34462026-05-20T15:30:35.482Z[ helios-setup] May 20 15:30:34.038 INFO E| Compiling futures v0.3.31
34472026-05-20T15:30:35.538Z[ helios-setup] May 20 15:30:34.094 INFO E| Compiling object v0.30.4
34482026-05-20T15:30:35.597Z[ host-package] Compiling maplit v1.0.2
34492026-05-20T15:30:36.164Z[ host-package] Compiling glob v0.3.3
34502026-05-20T15:30:36.175Z[ host-package] Compiling diesel_derives v2.3.7
34512026-05-20T15:30:36.175Z[ helios-setup] May 20 15:30:34.475 INFO E| Compiling slog-term v2.9.2
34522026-05-20T15:30:36.175Z[ helios-setup] May 20 15:30:34.497 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34532026-05-20T15:30:36.175Z[ helios-setup] May 20 15:30:34.616 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34542026-05-20T15:30:36.205Z[ host-package] Compiling dirs-next v2.0.0
34552026-05-20T15:30:36.497Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34562026-05-20T15:30:36.626Z[ host-package] Compiling tabled v0.20.0
34572026-05-20T15:30:36.687Z[ host-package] Compiling clang-sys v1.8.1
34582026-05-20T15:30:36.690Z[ host-package] Compiling dsl_auto_type v0.2.0
34592026-05-20T15:30:37.244Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34602026-05-20T15:30:37.351Z[ helios-setup] May 20 15:30:35.907 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34612026-05-20T15:30:37.776Z[ helios-setup] May 20 15:30:36.332 INFO E| Compiling rsa v0.9.8
34622026-05-20T15:30:37.799Z[ helios-setup] May 20 15:30:36.356 INFO E| Compiling toml v0.7.8
34632026-05-20T15:30:37.926Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34642026-05-20T15:30:38.036Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34652026-05-20T15:30:38.428Z[ host-package] Compiling tiny-keccak v2.0.2
34662026-05-20T15:30:38.588Z[ host-package] Compiling xshell-macros v0.2.7
34672026-05-20T15:30:38.873Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34682026-05-20T15:30:39.396Z[ host-package] Compiling xshell v0.2.7
34692026-05-20T15:30:39.493Z[ host-package] Compiling r2d2 v0.8.10
34702026-05-20T15:30:39.931Z[ host-package] Compiling term v0.7.0
34712026-05-20T15:30:40.155Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34722026-05-20T15:30:40.658Z[ helios-setup] May 20 15:30:39.214 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34732026-05-20T15:30:40.661Z[ helios-setup] May 20 15:30:39.214 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34742026-05-20T15:30:40.710Z[ host-package] Compiling typify-macro v0.4.3
34752026-05-20T15:30:41.092Z[ host-package] Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34762026-05-20T15:30:41.882Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34772026-05-20T15:30:42.559Z[ host-package] Compiling bit-vec v0.6.3
34782026-05-20T15:30:42.657Z[ host-package] Compiling downcast-rs v2.0.2
34792026-05-20T15:30:42.809Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34802026-05-20T15:30:43.255Z[ host-package] Compiling bit-set v0.5.3
34812026-05-20T15:30:43.983Z[ host-package] Compiling ascii-canvas v3.0.0
34822026-05-20T15:30:44.113Z[ host-package] Compiling ena v0.14.4
34832026-05-20T15:30:44.400Z[ host-package] Compiling libloading v0.8.9
34842026-05-20T15:30:44.497Z[ host-package] Compiling crc8 v0.1.1
34852026-05-20T15:30:44.585Z[ host-package] Compiling bindgen v0.71.1
34862026-05-20T15:30:44.837Z[ host-package] Compiling regex-syntax v0.6.29
34872026-05-20T15:30:44.934Z[ host-package] Compiling unicase v2.9.0
34882026-05-20T15:30:45.097Z[ host-package] Compiling diff v0.1.13
34892026-05-20T15:30:45.330Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34902026-05-20T15:30:45.495Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34912026-05-20T15:30:45.582Z[ helios-setup] May 20 15:30:44.138 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34922026-05-20T15:30:45.891Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34932026-05-20T15:30:46.051Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34942026-05-20T15:30:46.100Z[ host-package] Compiling diesel v2.3.7
34952026-05-20T15:30:46.337Z[ host-package] Compiling cexpr v0.6.0
34962026-05-20T15:30:46.420Z[ host-package] Compiling rustc-hash v2.1.1
34972026-05-20T15:30:46.485Z[ host-package] Compiling lalrpop v0.19.12
34982026-05-20T15:30:46.702Z[ host-package] Compiling typify v0.4.3
34992026-05-20T15:30:46.754Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35002026-05-20T15:30:46.763Z[ helios-setup] May 20 15:30:45.319 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35012026-05-20T15:30:46.941Z[ host-package] Compiling headers-core v0.3.0
35022026-05-20T15:30:47.023Z[ host-package] Compiling git-stub v1.0.0
35032026-05-20T15:30:47.297Z[ host-package] Compiling libxml v0.3.3
35042026-05-20T15:30:47.453Z[ host-package] Compiling git-stub-vcs v0.1.0
35052026-05-20T15:30:47.550Z[ host-package] Compiling headers v0.4.1
35062026-05-20T15:30:47.994Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35072026-05-20T15:30:48.093Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35082026-05-20T15:30:48.291Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35092026-05-20T15:30:48.839Z[ host-package] Compiling strum_macros v0.24.3
35102026-05-20T15:30:48.895Z[ host-package] Compiling indoc v1.0.9
35112026-05-20T15:30:49.451Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35122026-05-20T15:30:49.700Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35132026-05-20T15:30:49.753Z[ host-package] Compiling derive_builder v0.20.2
35142026-05-20T15:30:49.971Z[ host-package] Compiling oso-derive v0.27.3
35152026-05-20T15:30:50.013Z[ host-package] Compiling quick-xml v0.37.5
35162026-05-20T15:30:50.159Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35172026-05-20T15:30:50.527Z[ host-package] Compiling openssl-probe v0.1.6
35182026-05-20T15:30:50.691Z[ host-package] Compiling half v1.8.3
35192026-05-20T15:30:50.967Z[ host-package] Compiling serde_cbor v0.11.2
35202026-05-20T15:30:51.059Z[ helios-setup] May 20 15:30:49.615 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35212026-05-20T15:30:51.284Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35222026-05-20T15:30:51.521Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35232026-05-20T15:30:51.683Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35242026-05-20T15:30:51.714Z[ host-package] Compiling bb8 v0.8.6
35252026-05-20T15:30:52.038Z[ host-package] Compiling trait-variant v0.1.2
35262026-05-20T15:30:52.072Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35272026-05-20T15:30:52.176Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35282026-05-20T15:30:52.202Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35292026-05-20T15:30:52.487Z[ host-package] Compiling fxhash v0.2.1
35302026-05-20T15:30:52.512Z[ host-package] Compiling salty v0.3.0
35312026-05-20T15:30:52.665Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35322026-05-20T15:30:52.783Z[ host-package] Compiling progenitor-impl v0.10.0
35332026-05-20T15:30:52.862Z[ host-package] Compiling samael v0.0.19
35342026-05-20T15:30:52.996Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35352026-05-20T15:30:53.110Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35362026-05-20T15:30:53.798Z[ host-package] Compiling kstat-rs v0.2.4
35372026-05-20T15:30:54.006Z[ host-package] Compiling libz-sys v1.1.24
35382026-05-20T15:30:54.489Z[ host-package] Compiling nonempty v0.12.0
35392026-05-20T15:30:54.865Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35402026-05-20T15:30:55.058Z[ host-package] Compiling polar-core v0.27.3
35412026-05-20T15:30:55.143Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35422026-05-20T15:30:55.390Z[ host-package] Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35432026-05-20T15:30:55.649Z[ host-package] Compiling progenitor-macro v0.10.0
35442026-05-20T15:30:58.426Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
35452026-05-20T15:30:59.297Z[ host-package] Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35462026-05-20T15:30:59.802Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
35472026-05-20T15:30:59.930Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35482026-05-20T15:31:00.721Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35492026-05-20T15:31:01.087Z[ host-package] Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35502026-05-20T15:31:01.796Z[ host-package] Compiling darling_core v0.23.0
35512026-05-20T15:31:02.540Z[ helios-setup] May 20 15:31:01.096 INFO E| Finished `release` profile [optimized] target(s) in 48.99s
35522026-05-20T15:31:02.543Z[ helios-setup] May 20 15:31:01.099 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35532026-05-20T15:31:02.543Z[ helios-setup] May 20 15:31:01.099 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35542026-05-20T15:31:02.551Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35552026-05-20T15:31:02.599Z[ helios-setup] May 20 15:31:01.156 INFO building project "pilot" ok (49 seconds)
35562026-05-20T15:31:02.599Z[ helios-setup] May 20 15:31:01.156 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35572026-05-20T15:31:02.608Z[ helios-setup] May 20 15:31:01.165 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
35582026-05-20T15:31:02.608Z[ helios-setup] May 20 15:31:01.165 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35592026-05-20T15:31:02.612Z[ helios-setup] May 20 15:31:01.165 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35602026-05-20T15:31:02.723Z[ helios-setup] May 20 15:31:01.280 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35612026-05-20T15:31:03.052Z[ helios-setup] May 20 15:31:01.608 INFO E| From https://github.com/jclulow/rust-jmclib
35622026-05-20T15:31:03.052Z[ helios-setup] May 20 15:31:01.608 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35632026-05-20T15:31:03.098Z[ helios-setup] May 20 15:31:01.654 INFO E| Updating crates.io index
35642026-05-20T15:31:03.153Z[ helios-setup] May 20 15:31:01.710 INFO E| Downloading crates ...
35652026-05-20T15:31:03.201Z[ helios-setup] May 20 15:31:01.757 INFO E| Downloaded md-5 v0.9.1
35662026-05-20T15:31:03.205Z[ helios-setup] May 20 15:31:01.759 INFO E| Downloaded itoa v1.0.9
35672026-05-20T15:31:03.209Z[ helios-setup] May 20 15:31:01.766 INFO E| Downloaded ryu v1.0.15
35682026-05-20T15:31:03.214Z[ helios-setup] May 20 15:31:01.771 INFO E| Downloaded cpufeatures v0.2.9
35692026-05-20T15:31:03.217Z[ helios-setup] May 20 15:31:01.772 INFO E| Downloaded typenum v1.16.0
35702026-05-20T15:31:03.220Z[ helios-setup] May 20 15:31:01.775 INFO E| Downloaded opaque-debug v0.3.0
35712026-05-20T15:31:03.220Z[ helios-setup] May 20 15:31:01.776 INFO E| Downloaded libdevinfo-sys v1.0.0
35722026-05-20T15:31:03.225Z[ helios-setup] May 20 15:31:01.778 INFO E| Downloaded walkdir v2.3.3
35732026-05-20T15:31:03.228Z[ helios-setup] May 20 15:31:01.784 INFO E| Downloaded errno v0.3.1
35742026-05-20T15:31:03.228Z[ helios-setup] May 20 15:31:01.785 INFO E| Downloaded block-buffer v0.9.0
35752026-05-20T15:31:03.232Z[ helios-setup] May 20 15:31:01.786 INFO E| Downloaded sha-1 v0.9.8
35762026-05-20T15:31:03.232Z[ helios-setup] May 20 15:31:01.787 INFO E| Downloaded fastrand v2.0.0
35772026-05-20T15:31:03.232Z[ helios-setup] May 20 15:31:01.788 INFO E| Downloaded digest v0.9.0
35782026-05-20T15:31:03.242Z[ helios-setup] May 20 15:31:01.799 INFO E| Downloaded tempfile v3.7.0
35792026-05-20T15:31:03.247Z[ helios-setup] May 20 15:31:01.803 INFO E| Downloaded unicode-ident v1.0.11
35802026-05-20T15:31:03.250Z[ helios-setup] May 20 15:31:01.805 INFO E| Downloaded once_cell v1.18.0
35812026-05-20T15:31:03.253Z[ helios-setup] May 20 15:31:01.810 INFO E| Downloaded quote v1.0.31
35822026-05-20T15:31:03.256Z[ helios-setup] May 20 15:31:01.812 INFO E| Downloaded proc-macro2 v1.0.66
35832026-05-20T15:31:03.259Z[ helios-setup] May 20 15:31:01.813 INFO E| Downloaded glob v0.3.1
35842026-05-20T15:31:03.259Z[ helios-setup] May 20 15:31:01.814 INFO E| Downloaded bitflags v2.3.3
35852026-05-20T15:31:03.263Z[ helios-setup] May 20 15:31:01.817 INFO E| Downloaded toml v0.5.11
35862026-05-20T15:31:03.263Z[ helios-setup] May 20 15:31:01.819 INFO E| Downloaded uuid v0.8.2
35872026-05-20T15:31:03.266Z[ helios-setup] May 20 15:31:01.821 INFO E| Downloaded getrandom v0.2.10
35882026-05-20T15:31:03.269Z[ helios-setup] May 20 15:31:01.826 INFO E| Downloaded anyhow v1.0.72
35892026-05-20T15:31:03.272Z[ helios-setup] May 20 15:31:01.829 INFO E| Downloaded serde_derive v1.0.193
35902026-05-20T15:31:03.278Z[ helios-setup] May 20 15:31:01.833 INFO E| Downloaded serde_json v1.0.103
35912026-05-20T15:31:03.281Z[ helios-setup] May 20 15:31:01.837 INFO E| Downloaded serde v1.0.193
35922026-05-20T15:31:03.308Z[ helios-setup] May 20 15:31:01.864 INFO E| Downloaded syn v2.0.32
35932026-05-20T15:31:03.376Z[ helios-setup] May 20 15:31:01.933 INFO E| Downloaded rustix v0.38.4
35942026-05-20T15:31:03.400Z[ helios-setup] May 20 15:31:01.957 INFO E| Downloaded libc v0.2.147
35952026-05-20T15:31:03.462Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling libc v0.2.147
35962026-05-20T15:31:03.462Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling proc-macro2 v1.0.66
35972026-05-20T15:31:03.462Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling unicode-ident v1.0.11
35982026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling cfg-if v1.0.0
35992026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling version_check v0.9.4
36002026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling typenum v1.16.0
36012026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling serde v1.0.193
36022026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling num-conv v0.1.0
36032026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling slog v2.7.0
36042026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling powerfmt v0.2.0
36052026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling itoa v1.0.9
36062026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling rustix v0.38.4
36072026-05-20T15:31:03.466Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling time-core v0.1.2
36082026-05-20T15:31:03.469Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling num_threads v0.1.6
36092026-05-20T15:31:03.469Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling bitflags v2.3.3
36102026-05-20T15:31:03.469Z[ helios-setup] May 20 15:31:02.019 INFO E| Compiling once_cell v1.18.0
36112026-05-20T15:31:03.661Z[ helios-setup] May 20 15:31:02.216 INFO E| Compiling serde_json v1.0.103
36122026-05-20T15:31:03.688Z[ helios-setup] May 20 15:31:02.245 INFO E| Compiling fastrand v2.0.0
36132026-05-20T15:31:03.695Z[ helios-setup] May 20 15:31:02.252 INFO E| Compiling opaque-debug v0.3.0
36142026-05-20T15:31:03.874Z[ helios-setup] May 20 15:31:02.429 INFO E| Compiling deranged v0.3.11
36152026-05-20T15:31:03.903Z[ helios-setup] May 20 15:31:02.459 INFO E| Compiling thread_local v1.1.7
36162026-05-20T15:31:03.991Z[ helios-setup] May 20 15:31:02.547 INFO E| Compiling anyhow v1.0.72
36172026-05-20T15:31:04.012Z[ helios-setup] May 20 15:31:02.568 INFO E| Compiling ryu v1.0.15
36182026-05-20T15:31:04.017Z[ helios-setup] May 20 15:31:02.574 INFO E| Compiling same-file v1.0.6
36192026-05-20T15:31:04.211Z[ helios-setup] May 20 15:31:02.767 INFO E| Compiling time-macros v0.2.18
36202026-05-20T15:31:04.262Z[ helios-setup] May 20 15:31:02.818 INFO E| Compiling cpufeatures v0.2.9
36212026-05-20T15:31:04.266Z[ helios-setup] May 20 15:31:02.818 INFO E| Compiling generic-array v0.14.7
36222026-05-20T15:31:04.266Z[ host-package] Compiling nanorand v0.7.0
36232026-05-20T15:31:04.275Z[ helios-setup] May 20 15:31:02.832 INFO E| Compiling unicode-width v0.1.10
36242026-05-20T15:31:04.296Z[ helios-setup] May 20 15:31:02.852 INFO E| Compiling walkdir v2.3.3
36252026-05-20T15:31:04.356Z[ helios-setup] May 20 15:31:02.912 INFO E| Compiling glob v0.3.1
36262026-05-20T15:31:04.499Z[ helios-setup] May 20 15:31:03.056 INFO E| Compiling libdevinfo-sys v1.0.0
36272026-05-20T15:31:04.556Z[ helios-setup] May 20 15:31:03.113 INFO E| Compiling getopts v0.2.21
36282026-05-20T15:31:05.381Z[ host-package] Compiling arc-swap v1.8.2
36292026-05-20T15:31:05.397Z[ helios-setup] May 20 15:31:03.954 INFO E| Compiling dirs-sys-next v0.1.2
36302026-05-20T15:31:05.397Z[ helios-setup] May 20 15:31:03.954 INFO E| Compiling errno v0.3.1
36312026-05-20T15:31:05.397Z[ helios-setup] May 20 15:31:03.954 INFO E| Compiling atty v0.2.14
36322026-05-20T15:31:05.401Z[ helios-setup] May 20 15:31:03.954 INFO E| Compiling getrandom v0.2.10
36332026-05-20T15:31:05.632Z[ helios-setup] May 20 15:31:04.189 INFO E| Compiling quote v1.0.31
36342026-05-20T15:31:05.636Z[ helios-setup] May 20 15:31:04.192 INFO E| Compiling dirs-next v2.0.0
36352026-05-20T15:31:05.718Z[ helios-setup] May 20 15:31:04.274 INFO E| Compiling block-buffer v0.9.0
36362026-05-20T15:31:05.718Z[ helios-setup] May 20 15:31:04.274 INFO E| Compiling digest v0.9.0
36372026-05-20T15:31:05.721Z[ helios-setup] May 20 15:31:04.278 INFO E| Compiling term v0.7.0
36382026-05-20T15:31:05.869Z[ helios-setup] May 20 15:31:04.426 INFO E| Compiling syn v2.0.32
36392026-05-20T15:31:05.894Z[ helios-setup] May 20 15:31:04.451 INFO E| Compiling sha-1 v0.9.8
36402026-05-20T15:31:05.898Z[ helios-setup] May 20 15:31:04.455 INFO E| Compiling md-5 v0.9.1
36412026-05-20T15:31:06.095Z[ helios-setup] May 20 15:31:04.652 INFO E| Compiling time v0.3.36
36422026-05-20T15:31:06.286Z[ host-package] Compiling parking_lot_core v0.8.6
36432026-05-20T15:31:06.413Z[ helios-setup] May 20 15:31:04.970 INFO E| Compiling tempfile v3.7.0
36442026-05-20T15:31:06.527Z[ host-package] Compiling mime_guess v2.0.5
36452026-05-20T15:31:06.785Z[ host-package] Compiling slog-scope v4.4.1
36462026-05-20T15:31:07.098Z[ helios-setup] May 20 15:31:05.654 INFO E| Compiling slog-term v2.9.0
36472026-05-20T15:31:07.196Z[ host-package] Compiling flume v0.11.1
36482026-05-20T15:31:07.319Z[ host-package] Compiling oso v0.27.3
36492026-05-20T15:31:07.357Z[ host-package] Compiling darling_macro v0.23.0
36502026-05-20T15:31:07.466Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
36512026-05-20T15:31:07.520Z[ host-package] Compiling progenitor v0.10.0
36522026-05-20T15:31:07.679Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36532026-05-20T15:31:07.779Z[ helios-setup] May 20 15:31:06.335 INFO E| Compiling serde_derive v1.0.193
36542026-05-20T15:31:07.795Z[ host-package] Compiling primeorder v0.13.6
36552026-05-20T15:31:07.869Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36562026-05-20T15:31:08.107Z[ host-package] Compiling instability v0.3.11
36572026-05-20T15:31:08.175Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36582026-05-20T15:31:08.392Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36592026-05-20T15:31:12.090Z[ helios-setup] May 20 15:31:10.646 INFO E| Compiling toml v0.5.11
36602026-05-20T15:31:12.090Z[ helios-setup] May 20 15:31:10.646 INFO E| Compiling uuid v0.8.2
36612026-05-20T15:31:12.104Z[ host-package] Compiling async-bb8-diesel v0.2.1
36622026-05-20T15:31:12.277Z[ host-package] Compiling diesel-dtrace v0.5.0
36632026-05-20T15:31:12.799Z[ helios-setup] May 20 15:31:11.356 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36642026-05-20T15:31:12.960Z[ host-package] Compiling darling v0.23.0
36652026-05-20T15:31:13.143Z[ host-package] Compiling p384 v0.13.1
36662026-05-20T15:31:13.637Z[ helios-setup] May 20 15:31:12.194 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36672026-05-20T15:31:14.268Z[ host-package] Compiling slog-stdlog v4.1.1
36682026-05-20T15:31:14.580Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36692026-05-20T15:31:14.765Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36702026-05-20T15:31:14.827Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
36712026-05-20T15:31:15.032Z[ host-package] Compiling ignore v0.4.25
36722026-05-20T15:31:15.388Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36732026-05-20T15:31:15.654Z[ host-package] Compiling castaway v0.2.4
36742026-05-20T15:31:15.879Z[ host-package] Compiling atty v0.2.14
36752026-05-20T15:31:15.914Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36762026-05-20T15:31:15.998Z[ host-package] Compiling indoc v2.0.7
36772026-05-20T15:31:16.103Z[ host-package] Compiling http-range v0.1.5
36782026-05-20T15:31:16.302Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36792026-05-20T15:31:16.574Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36802026-05-20T15:31:16.877Z[ host-package] Compiling compact_str v0.8.1
36812026-05-20T15:31:17.409Z[ host-package] Compiling globwalk v0.9.1
36822026-05-20T15:31:17.990Z[ helios-setup] May 20 15:31:16.546 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.36s
36832026-05-20T15:31:18.013Z[ helios-setup] May 20 15:31:16.570 INFO building project "image-builder" ok (15 seconds)
36842026-05-20T15:31:18.017Z[ helios-setup] rm -f helios-build
36852026-05-20T15:31:18.017Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36862026-05-20T15:31:18.020Z[ helios-setup]
36872026-05-20T15:31:18.023Z[ helios-setup] Setup complete! ./helios-build is now available.
36882026-05-20T15:31:18.023Z[ helios-setup]
36892026-05-20T15:31:18.023Z[ helios-setup]
36902026-05-20T15:31:18.023Z[ helios-setup] real 2:35.255229230
36912026-05-20T15:31:18.023Z[ helios-setup] user 6:49.926229699
36922026-05-20T15:31:18.023Z[ helios-setup] sys 1:14.924278791
36932026-05-20T15:31:18.023Z[ helios-setup] trap 0.444401441
36942026-05-20T15:31:18.023Z[ helios-setup] tflt 3.115034756
36952026-05-20T15:31:18.023Z[ helios-setup] dflt 6.788869598
36962026-05-20T15:31:18.023Z[ helios-setup] kflt 0.001155750
36972026-05-20T15:31:18.023Z[ helios-setup] lock 37:40.516484045
36982026-05-20T15:31:18.023Z[ helios-setup] slp 35:02.840747921
36992026-05-20T15:31:18.023Z[ helios-setup] lat 6:47.564952640
37002026-05-20T15:31:18.023Z[ helios-setup] stop 1:19.852898361
37012026-05-20T15:31:18.023ZMay 20 15:31:16.580 INFO [helios-setup] process exited with exit status: 0 (155.258217255s)
37022026-05-20T15:31:18.023ZMay 20 15:31:16.580 INFO [helios-record] running task
37032026-05-20T15:31:18.023ZMay 20 15:31:16.580 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37042026-05-20T15:31:18.050ZMay 20 15:31:16.607 DEBG process exited with exit status: 0 (26.888071ms)
37052026-05-20T15:31:18.050ZMay 20 15:31:16.607 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37062026-05-20T15:31:18.054Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37072026-05-20T15:31:18.057ZMay 20 15:31:16.611 DEBG process exited with exit status: 0 (4.040237ms)
37082026-05-20T15:31:18.057ZMay 20 15:31:16.611 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37092026-05-20T15:31:18.078ZMay 20 15:31:16.634 DEBG process exited with exit status: 0 (3.570715ms)
37102026-05-20T15:31:18.078ZMay 20 15:31:16.634 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37112026-05-20T15:31:18.081ZMay 20 15:31:16.638 DEBG process exited with exit status: 0 (23.804416ms)
37122026-05-20T15:31:18.081ZMay 20 15:31:16.638 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37132026-05-20T15:31:18.092ZMay 20 15:31:16.649 DEBG process exited with exit status: 0 (10.960897ms)
37142026-05-20T15:31:18.093ZMay 20 15:31:16.649 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37152026-05-20T15:31:18.096ZMay 20 15:31:16.653 DEBG process exited with exit status: 0 (3.990696ms)
37162026-05-20T15:31:18.096ZMay 20 15:31:16.653 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37172026-05-20T15:31:18.106ZMay 20 15:31:16.662 DEBG process exited with exit status: 0 (8.866894ms)
37182026-05-20T15:31:18.106ZMay 20 15:31:16.662 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37192026-05-20T15:31:18.110ZMay 20 15:31:16.666 DEBG process exited with exit status: 0 (3.460275ms)
37202026-05-20T15:31:18.110ZMay 20 15:31:16.666 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37212026-05-20T15:31:18.113ZMay 20 15:31:16.669 DEBG process exited with exit status: 0 (3.343405ms)
37222026-05-20T15:31:18.116ZMay 20 15:31:16.670 INFO [helios-record] task succeeded (89.695497ms)
37232026-05-20T15:31:18.166Z[ host-package] Compiling parking_lot v0.11.2
37242026-05-20T15:31:18.305Z[ host-package] Compiling slog-envlogger v2.2.0
37252026-05-20T15:31:18.842Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37262026-05-20T15:31:19.422Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37272026-05-20T15:31:19.484Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37282026-05-20T15:31:19.526Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37292026-05-20T15:31:19.782Z[ host-package] Compiling progenitor-impl v0.11.2
37302026-05-20T15:31:19.999Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37312026-05-20T15:31:20.292Z[ host-package] Compiling predicates-tree v1.0.13
37322026-05-20T15:31:20.317Z[ host-package] Compiling unicode-truncate v1.1.0
37332026-05-20T15:31:20.541Z[ host-package] Compiling lru v0.12.5
37342026-05-20T15:31:20.776Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37352026-05-20T15:31:20.800Z[ host-package] Compiling rand_seeder v0.4.0
37362026-05-20T15:31:20.955Z[ host-package] Compiling prefix-trie v0.7.0
37372026-05-20T15:31:20.988Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37382026-05-20T15:31:21.072Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37392026-05-20T15:31:21.327Z[ host-package] Compiling vergen-git2 v1.0.7
37402026-05-20T15:31:21.406Z[ host-package] Compiling corncobs v0.1.4
37412026-05-20T15:31:21.450Z[ host-package] Compiling cassowary v0.3.0
37422026-05-20T15:31:21.474Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
37432026-05-20T15:31:21.605Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37442026-05-20T15:31:21.658Z[ host-package] Compiling hickory-server v0.25.2
37452026-05-20T15:31:21.738Z[ host-package] Compiling ratatui v0.29.0
37462026-05-20T15:31:21.948Z[ host-package] Compiling progenitor-macro v0.11.2
37472026-05-20T15:31:22.325Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37482026-05-20T15:31:23.078Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37492026-05-20T15:31:23.233Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37502026-05-20T15:31:23.348Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37512026-05-20T15:31:23.888Z[ host-package] Compiling hyper-staticfile v0.10.1
37522026-05-20T15:31:25.133Z[ host-package] Compiling sled v0.34.7
37532026-05-20T15:31:25.974Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37542026-05-20T15:31:26.695Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37552026-05-20T15:31:26.842Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37562026-05-20T15:31:27.230Z[ host-package] Compiling progenitor-client v0.11.2
37572026-05-20T15:31:27.769Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37582026-05-20T15:31:27.997Z[ host-package] Compiling secrecy v0.8.0
37592026-05-20T15:31:28.048Z[ host-package] Compiling rustls v0.21.12
37602026-05-20T15:31:28.203Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37612026-05-20T15:31:28.470Z[ host-package] Compiling progenitor v0.11.2
37622026-05-20T15:31:28.667Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37632026-05-20T15:31:29.478Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37642026-05-20T15:31:29.859Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37652026-05-20T15:31:30.223Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37662026-05-20T15:31:30.374Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37672026-05-20T15:31:31.588Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
37682026-05-20T15:31:31.986Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37692026-05-20T15:31:32.837Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37702026-05-20T15:31:33.294Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37712026-05-20T15:31:33.729Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37722026-05-20T15:31:33.786Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37732026-05-20T15:31:36.179Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37742026-05-20T15:31:36.924Z[ host-package] Compiling git2 v0.20.4
37752026-05-20T15:31:36.975Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37762026-05-20T15:31:37.213Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37772026-05-20T15:31:37.377Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37782026-05-20T15:31:37.497Z[ host-package] Compiling sct v0.7.1
37792026-05-20T15:31:37.619Z[ host-package] Compiling rustls-webpki v0.101.7
37802026-05-20T15:31:37.773Z[ host-package] Compiling nix v0.29.0
37812026-05-20T15:31:37.798Z[ host-package] Compiling dropshot v0.16.7
37822026-05-20T15:31:38.043Z[ host-package] Compiling void v1.0.2
37832026-05-20T15:31:38.212Z[ host-package] Compiling lzss v0.8.2
37842026-05-20T15:31:38.610Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
37852026-05-20T15:31:39.869Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37862026-05-20T15:31:39.961Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37872026-05-20T15:31:39.987Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37882026-05-20T15:31:40.556Z[ host-package] Compiling illumos-nvpair v0.3.0
37892026-05-20T15:31:40.882Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37902026-05-20T15:31:41.047Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37912026-05-20T15:31:41.071Z[ host-package] Compiling tungstenite v0.23.0
37922026-05-20T15:31:41.617Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37932026-05-20T15:31:41.873Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37942026-05-20T15:31:41.966Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37952026-05-20T15:31:42.110Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37962026-05-20T15:31:42.212Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37972026-05-20T15:31:42.349Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37982026-05-20T15:31:42.444Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37992026-05-20T15:31:42.576Z[ host-package] Compiling nix v0.27.1
38002026-05-20T15:31:43.208Z[ host-package] Compiling dropshot_endpoint v0.16.7
38012026-05-20T15:31:43.435Z[ host-package] Compiling serde_bytes v0.11.19
38022026-05-20T15:31:43.656Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
38032026-05-20T15:31:43.906Z[ host-package] Compiling tokio-tungstenite v0.23.1
38042026-05-20T15:31:43.930Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38052026-05-20T15:31:44.309Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38062026-05-20T15:31:45.451Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38072026-05-20T15:31:46.515Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
38082026-05-20T15:31:46.642Z[ host-package] Compiling tokio-rustls v0.24.1
38092026-05-20T15:31:46.938Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38102026-05-20T15:31:48.694Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38112026-05-20T15:31:48.825Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38122026-05-20T15:31:49.430Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38132026-05-20T15:31:49.644Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38142026-05-20T15:31:50.098Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38152026-05-20T15:31:51.295Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38162026-05-20T15:31:52.209Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38172026-05-20T15:31:52.481Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38182026-05-20T15:31:53.538Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38192026-05-20T15:31:53.818Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38202026-05-20T15:31:54.028Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38212026-05-20T15:31:54.514Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38222026-05-20T15:31:54.786Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38232026-05-20T15:31:55.162Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38242026-05-20T15:31:56.118Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38252026-05-20T15:31:56.882Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38262026-05-20T15:31:57.053Z[ host-package] Compiling rustls-pemfile v1.0.4
38272026-05-20T15:31:57.248Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38282026-05-20T15:31:57.498Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
38292026-05-20T15:31:57.523Z[ host-package] Compiling signal-hook-tokio v0.3.1
38302026-05-20T15:31:57.565Z[ host-package] Compiling twox-hash v2.1.2
38312026-05-20T15:31:57.722Z[ host-package] Compiling yasna v0.5.2
38322026-05-20T15:31:58.068Z[ host-package] Compiling is_ci v1.2.0
38332026-05-20T15:31:58.117Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
38342026-05-20T15:31:58.294Z[ host-package] Compiling rcgen v0.12.1
38352026-05-20T15:31:59.267Z[ host-package] Compiling supports-color v3.0.2
38362026-05-20T15:31:59.559Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38372026-05-20T15:32:00.094Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38382026-05-20T15:32:00.148Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38392026-05-20T15:32:00.316Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38402026-05-20T15:32:01.258Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
38412026-05-20T15:32:01.593Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38422026-05-20T15:32:02.670Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38432026-05-20T15:32:02.860Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38442026-05-20T15:32:04.185Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38452026-05-20T15:32:04.277Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38462026-05-20T15:32:04.411Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38472026-05-20T15:32:04.524Z[ host-package] Compiling fatfs v0.3.6
38482026-05-20T15:32:04.663Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38492026-05-20T15:32:05.748Z[ host-package] Compiling subprocess v0.2.15
38502026-05-20T15:32:05.926Z[ host-package] Compiling rtoolbox v0.0.3
38512026-05-20T15:32:06.261Z[ host-package] Compiling seq-macro v0.3.6
38522026-05-20T15:32:06.609Z[ host-package] Compiling assert_matches v1.5.0
38532026-05-20T15:32:06.729Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38542026-05-20T15:32:06.764Z[ host-package] Compiling rpassword v7.4.0
38552026-05-20T15:32:07.125Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38562026-05-20T15:32:07.572Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38572026-05-20T15:32:07.722Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38582026-05-20T15:32:07.955Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38592026-05-20T15:32:08.367Z[ host-package] Compiling tui-tree-widget v0.23.1
38602026-05-20T15:32:08.674Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38612026-05-20T15:32:10.222Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38622026-05-20T15:32:10.326Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38632026-05-20T15:32:10.763Z[ host-package] Compiling uzers v0.12.2
38642026-05-20T15:32:12.001Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38652026-05-20T15:32:12.031Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38662026-05-20T15:32:12.907Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38672026-05-20T15:32:13.082Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38682026-05-20T15:32:16.950Z[ host-package] Compiling support-bundle-viewer v0.1.2
38692026-05-20T15:32:18.161Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38702026-05-20T15:32:20.239Z[ host-package] Compiling multimap v0.10.1
38712026-05-20T15:32:23.149Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38722026-05-20T15:32:36.380Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38732026-05-20T15:32:37.796Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38742026-05-20T15:38:37.463Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 06s
38752026-05-20T15:39:21.782ZMay 20 15:39:20.337 INFO [host-package] process exited with exit status: 0 (590.762135755s)
38762026-05-20T15:39:21.782ZMay 20 15:39:20.337 INFO [host-stamp] running task
38772026-05-20T15:39:21.785ZMay 20 15:39:20.337 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38782026-05-20T15:39:21.785ZMay 20 15:39:20.337 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+git002f7b62d05
38792026-05-20T15:39:21.786ZMay 20 15:39:20.338 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+git002f7b62d05
38802026-05-20T15:39:21.786ZMay 20 15:39:20.338 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+git002f7b62d05
38812026-05-20T15:39:21.786ZMay 20 15:39:20.338 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+git002f7b62d05
38822026-05-20T15:39:21.786ZMay 20 15:39:20.338 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+git002f7b62d05
38832026-05-20T15:39:21.786ZMay 20 15:39:20.339 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+git002f7b62d05
38842026-05-20T15:39:21.786ZMay 20 15:39:20.339 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+git002f7b62d05
38852026-05-20T15:39:21.786ZMay 20 15:39:20.339 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+git002f7b62d05
38862026-05-20T15:39:21.796Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-05-20T15:39:21.796Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-05-20T15:39:21.796Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-05-20T15:39:21.796Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-05-20T15:39:21.799Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-05-20T15:39:21.799Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-05-20T15:39:21.799Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38932026-05-20T15:39:21.799Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38942026-05-20T15:39:21.799Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38952026-05-20T15:39:21.799Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38962026-05-20T15:39:21.803ZMay 20 15:39:20.356 INFO [stamp-overlay] process exited with exit status: 0 (17.268436ms)
38972026-05-20T15:39:21.808Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38982026-05-20T15:39:21.812ZMay 20 15:39:20.367 INFO [stamp-oxlog] process exited with exit status: 0 (29.360765ms)
38992026-05-20T15:39:21.840Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39002026-05-20T15:39:21.843ZMay 20 15:39:20.398 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.338243ms)
39012026-05-20T15:39:21.865Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39022026-05-20T15:39:21.870ZMay 20 15:39:20.419 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (81.049574ms)
39032026-05-20T15:39:21.987Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39042026-05-20T15:39:21.990ZMay 20 15:39:20.543 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (206.035395ms)
39052026-05-20T15:39:22.173Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39062026-05-20T15:39:23.180ZMay 20 15:39:20.732 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (392.90915ms)
39072026-05-20T15:39:23.184Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39082026-05-20T15:39:23.184ZMay 20 15:39:20.950 INFO [stamp-propolis-server] process exited with exit status: 0 (611.753135ms)
39092026-05-20T15:39:23.184Z[recovery-package] Compiling newtype-uuid v1.3.2
39102026-05-20T15:39:23.184Z[recovery-package] Compiling daft v0.1.7
39112026-05-20T15:39:23.297Z[recovery-package] Compiling iddqd v0.4.1
39122026-05-20T15:39:24.222Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39132026-05-20T15:39:24.475Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
39142026-05-20T15:39:24.475Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39152026-05-20T15:39:24.475Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
39162026-05-20T15:39:24.479Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39172026-05-20T15:39:24.479Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39182026-05-20T15:39:24.479Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39192026-05-20T15:39:24.479Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39202026-05-20T15:39:24.488Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39212026-05-20T15:39:24.586Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39222026-05-20T15:39:24.867Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
39232026-05-20T15:39:24.912Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39242026-05-20T15:39:24.967Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39252026-05-20T15:39:27.454Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39262026-05-20T15:39:27.458ZMay 20 15:39:26.012 INFO [stamp-switch-asic] process exited with exit status: 0 (5.673884319s)
39272026-05-20T15:39:27.458ZMay 20 15:39:26.012 INFO [host-stamp] task succeeded (5.675626413s)
39282026-05-20T15:39:27.458ZMay 20 15:39:26.012 INFO [host-proto] running task
39292026-05-20T15:39:27.827ZMay 20 15:39:26.381 INFO [host-proto] task succeeded (368.643763ms)
39302026-05-20T15:39:27.827ZMay 20 15:39:26.381 INFO [host-profile] running task
39312026-05-20T15:39:27.831ZMay 20 15:39:26.381 INFO [host-profile] task succeeded (197.98µs)
39322026-05-20T15:39:27.831ZMay 20 15:39:26.381 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/.tmpGtoU0F/proto/host/root -N 'ci 002f7b6/${os_short_commit} 2026-05-20 15:28' -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/'
39332026-05-20T15:39:27.836Z[ host-image] May 20 15:39:26.388 INFO Checking files for board 'cosmo-mbist'
39342026-05-20T15:39:27.836Z[ host-image] May 20 15:39:26.388 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39352026-05-20T15:39:27.836Z[ host-image] May 20 15:39:26.388 INFO Checking files for board 'cosmo'
39362026-05-20T15:39:27.836Z[ host-image] May 20 15:39:26.388 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39372026-05-20T15:39:27.836Z[ host-image] May 20 15:39:26.388 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39382026-05-20T15:39:27.837Z[ host-image] May 20 15:39:26.388 INFO Checking files for board 'gimlet'
39392026-05-20T15:39:27.837Z[ host-image] May 20 15:39:26.388 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39402026-05-20T15:39:27.837Z[ host-image] May 20 15:39:26.388 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39412026-05-20T15:39:27.837Z[ host-image] May 20 15:39:26.388 INFO Checking files for board 'cosmo-mbist-noaggr'
39422026-05-20T15:39:27.837Z[ host-image] May 20 15:39:26.388 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39432026-05-20T15:39:27.842Z[ host-image] May 20 15:39:26.397 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGtoU0F/proto/host/root"
39442026-05-20T15:39:27.846Z[ host-image] May 20 15:39:26.397 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39452026-05-20T15:39:27.846Z[ host-image] May 20 15:39:26.397 INFO image builder template: ramdisk-01-os...
39462026-05-20T15:39:27.846Z[ host-image] May 20 15:39:26.397 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/.tmpGtoU0F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39472026-05-20T15:39:27.855Z[ host-image] May 20 15:39:26.410 INFO O| May 20 15:39:26.410 INFO CREATE DATASET: rpool/images/build/host/output
39482026-05-20T15:39:29.018Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39492026-05-20T15:39:29.019Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39502026-05-20T15:39:29.019Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39512026-05-20T15:39:29.022Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39522026-05-20T15:39:29.022Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39532026-05-20T15:39:30.362Z[ host-image] May 20 15:39:28.911 INFO O| May 20 15:39:28.911 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39542026-05-20T15:39:30.368Z[ host-image] May 20 15:39:28.914 INFO O| May 20 15:39:28.914 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39552026-05-20T15:39:30.565Z[ host-image] May 20 15:39:29.120 INFO O| May 20 15:39:29.120 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39562026-05-20T15:39:30.637Z[ host-image] May 20 15:39:29.191 INFO O| May 20 15:39:29.191 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39572026-05-20T15:39:30.637Z[ host-image] May 20 15:39:29.191 INFO O| May 20 15:39:29.191 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39582026-05-20T15:39:30.640Z[ host-image] May 20 15:39:29.191 INFO O| May 20 15:39:29.191 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39592026-05-20T15:39:30.640Z[ host-image] May 20 15:39:29.191 INFO O| May 20 15:39:29.191 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39602026-05-20T15:39:30.643Z[ host-image] May 20 15:39:29.197 INFO O| May 20 15:39:29.197 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39612026-05-20T15:39:30.860Z[ host-image] May 20 15:39:29.414 INFO O| May 20 15:39:29.414 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-05-20T15:39:30.867Z[ host-image] May 20 15:39:29.421 INFO O| May 20 15:39:29.421 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39632026-05-20T15:39:31.131Z[ host-image] May 20 15:39:29.685 INFO O| May 20 15:39:29.685 INFO O| Caching catalogs ... Done
39642026-05-20T15:39:31.193Z[ host-image] May 20 15:39:29.747 INFO O| May 20 15:39:29.747 INFO STEP 0 (pkg_image_create) COMPLETE
39652026-05-20T15:39:31.193Z[ host-image] May 20 15:39:29.747 INFO O| May 20 15:39:29.747 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-05-20T15:39:31.201Z[ host-image] May 20 15:39:29.755 INFO O| May 20 15:39:29.755 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"]
39672026-05-20T15:39:31.442Z[ host-image] May 20 15:39:29.997 INFO O| May 20 15:39:29.996 INFO STEP 1 (pkg_set_publisher) COMPLETE
39682026-05-20T15:39:31.442Z[ host-image] May 20 15:39:29.997 INFO O| May 20 15:39:29.997 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-05-20T15:39:31.442Z[ host-image] May 20 15:39:29.997 INFO O| May 20 15:39:29.997 INFO skip step because feature "publisher_1_name" is not enabled
39702026-05-20T15:39:31.446Z[ host-image] May 20 15:39:29.997 INFO O| May 20 15:39:29.997 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-05-20T15:39:31.446Z[ host-image] May 20 15:39:29.997 INFO O| May 20 15:39:29.997 INFO skip step because feature "publisher_2_name" is not enabled
39722026-05-20T15:39:31.446Z[ host-image] May 20 15:39:29.997 INFO O| May 20 15:39:29.997 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-05-20T15:39:31.446Z[ host-image] May 20 15:39:29.997 INFO O| May 20 15:39:29.997 INFO skip step because feature "publisher_3_name" is not enabled
39742026-05-20T15:39:31.446Z[ host-image] May 20 15:39:29.997 INFO O| May 20 15:39:29.997 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-05-20T15:39:31.686Z[ host-image] May 20 15:39:30.241 INFO O| May 20 15:39:30.241 INFO variant opensolaris.zone is already global
39762026-05-20T15:39:31.686Z[ host-image] May 20 15:39:30.241 INFO O| May 20 15:39:30.241 INFO STEP 5 (pkg_change_variant) COMPLETE
39772026-05-20T15:39:31.689Z[ host-image] May 20 15:39:30.241 INFO O| May 20 15:39:30.241 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782026-05-20T15:39:31.926Z[ host-image] May 20 15:39:30.480 INFO O| May 20 15:39:30.480 INFO variant opensolaris.imagetype is full; changing to partial
39792026-05-20T15:39:31.926Z[ host-image] May 20 15:39:30.480 INFO O| May 20 15:39:30.480 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39802026-05-20T15:39:32.380Z[ host-image] May 20 15:39:30.923 INFO O| May 20 15:39:30.923 INFO O| Startup: Refreshing catalog 'helios' ... Done
39812026-05-20T15:39:32.419Z[ host-image] May 20 15:39:30.974 INFO O| May 20 15:39:30.974 INFO O| Startup: Caching catalogs ... Done
39822026-05-20T15:39:32.423Z[ host-image] May 20 15:39:30.977 INFO O| May 20 15:39:30.977 INFO O| Planning: Planning completed in 0.00 seconds
39832026-05-20T15:39:32.423Z[ host-image] May 20 15:39:30.977 INFO O| May 20 15:39:30.977 INFO O| Planning: Consolidating action changes ... Done
39842026-05-20T15:39:32.423Z[ host-image] May 20 15:39:30.977 INFO O| May 20 15:39:30.977 INFO O| Planning: Evaluating mediators ... Done
39852026-05-20T15:39:32.423Z[ host-image] May 20 15:39:30.977 INFO O| May 20 15:39:30.977 INFO O| Planning: Planning completed in 0.00 seconds
39862026-05-20T15:39:32.423Z[ host-image] May 20 15:39:30.977 INFO O| May 20 15:39:30.977 INFO O| Variants/Facets to change: 1
39872026-05-20T15:39:32.431Z[ host-image] May 20 15:39:30.986 INFO O| May 20 15:39:30.986 INFO O| Finalize: Updating package state database ... Done
39882026-05-20T15:39:32.431Z[ host-image] May 20 15:39:30.986 INFO O| May 20 15:39:30.986 INFO O| Finalize: Updating package cache ... Done
39892026-05-20T15:39:32.440Z[ host-image] May 20 15:39:30.995 INFO O| May 20 15:39:30.995 INFO O| Finalize: Updating image state ... Done
39902026-05-20T15:39:32.452Z[ host-image] May 20 15:39:30.997 INFO O| May 20 15:39:30.997 INFO O| Finalize: Creating fast lookup database ... Done
39912026-05-20T15:39:32.452Z[ host-image] May 20 15:39:30.997 INFO O| May 20 15:39:30.997 INFO O| Finalize: Reading search index ... Done
39922026-05-20T15:39:32.452Z[ host-image] May 20 15:39:30.997 INFO O| May 20 15:39:30.997 INFO O| Finalize: Updating search index ... Done
39932026-05-20T15:39:32.452Z[ host-image] May 20 15:39:30.998 INFO O| May 20 15:39:30.998 INFO O| Finalize: Updating package cache ... Done
39942026-05-20T15:39:32.515Z[ host-image] May 20 15:39:31.064 INFO O| May 20 15:39:31.064 INFO STEP 6 (pkg_change_variant) COMPLETE
39952026-05-20T15:39:32.515Z[ host-image] May 20 15:39:31.064 INFO O| May 20 15:39:31.064 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39962026-05-20T15:39:32.518Z[ host-image] May 20 15:39:31.064 INFO O| May 20 15:39:31.064 INFO skip step because feature "debug_variant" is not enabled
39972026-05-20T15:39:32.518Z[ host-image] May 20 15:39:31.064 INFO O| May 20 15:39:31.064 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39982026-05-20T15:39:32.762Z[ host-image] May 20 15:39:31.306 INFO O| May 20 15:39:31.306 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39992026-05-20T15:39:33.164Z[ host-image] May 20 15:39:31.718 INFO O| May 20 15:39:31.718 INFO O| Startup: Refreshing catalog 'helios' ... Done
40002026-05-20T15:39:33.218Z[ host-image] May 20 15:39:31.767 INFO O| May 20 15:39:31.767 INFO O| Startup: Caching catalogs ... Done
40012026-05-20T15:39:33.221Z[ host-image] May 20 15:39:31.770 INFO O| May 20 15:39:31.770 INFO O| Planning: Planning completed in 0.00 seconds
40022026-05-20T15:39:33.221Z[ host-image] May 20 15:39:31.770 INFO O| May 20 15:39:31.770 INFO O| Planning: Consolidating action changes ... Done
40032026-05-20T15:39:33.221Z[ host-image] May 20 15:39:31.770 INFO O| May 20 15:39:31.770 INFO O| Planning: Evaluating mediators ... Done
40042026-05-20T15:39:33.221Z[ host-image] May 20 15:39:31.771 INFO O| May 20 15:39:31.771 INFO O| Planning: Planning completed in 0.00 seconds
40052026-05-20T15:39:33.221Z[ host-image] May 20 15:39:31.771 INFO O| May 20 15:39:31.771 INFO O| Variants/Facets to change: 1
40062026-05-20T15:39:33.224Z[ host-image] May 20 15:39:31.779 INFO O| May 20 15:39:31.779 INFO O| Finalize: Updating package state database ... Done
40072026-05-20T15:39:33.224Z[ host-image] May 20 15:39:31.779 INFO O| May 20 15:39:31.779 INFO O| Finalize: Updating package cache ... Done
40082026-05-20T15:39:33.233Z[ host-image] May 20 15:39:31.788 INFO O| May 20 15:39:31.788 INFO O| Finalize: Updating image state ... Done
40092026-05-20T15:39:33.236Z[ host-image] May 20 15:39:31.790 INFO O| May 20 15:39:31.790 INFO O| Finalize: Creating fast lookup database ... Done
40102026-05-20T15:39:33.236Z[ host-image] May 20 15:39:31.790 INFO O| May 20 15:39:31.790 INFO O| Finalize: Reading search index ... Done
40112026-05-20T15:39:33.236Z[ host-image] May 20 15:39:31.790 INFO O| May 20 15:39:31.790 INFO O| Finalize: Updating search index ... Done
40122026-05-20T15:39:33.236Z[ host-image] May 20 15:39:31.791 INFO O| May 20 15:39:31.791 INFO O| Finalize: Updating package cache ... Done
40132026-05-20T15:39:33.299Z[ host-image] May 20 15:39:31.849 INFO O| May 20 15:39:31.849 INFO STEP 8 (pkg_change_facet) COMPLETE
40142026-05-20T15:39:33.299Z[ host-image] May 20 15:39:31.849 INFO O| May 20 15:39:31.849 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40152026-05-20T15:39:33.299Z[ host-image] May 20 15:39:31.849 INFO O| May 20 15:39:31.849 INFO skip step because feature "recovery" is not enabled
40162026-05-20T15:39:33.303Z[ host-image] May 20 15:39:31.849 INFO O| May 20 15:39:31.849 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40172026-05-20T15:39:33.304Z[ host-image] May 20 15:39:31.849 INFO O| May 20 15:39:31.849 INFO skip step because feature "recovery" is not enabled
40182026-05-20T15:39:33.304Z[ host-image] May 20 15:39:31.849 INFO O| May 20 15:39:31.849 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40192026-05-20T15:39:33.304Z[ host-image] May 20 15:39:31.856 INFO O| May 20 15:39:31.856 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"]
40202026-05-20T15:39:33.708Z[ host-image] May 20 15:39:32.262 INFO O| May 20 15:39:32.262 INFO O| Startup: Refreshing catalog 'helios' ... Done
40212026-05-20T15:39:33.757Z[ host-image] May 20 15:39:32.311 INFO O| May 20 15:39:32.311 INFO O| Startup: Caching catalogs ... Done
40222026-05-20T15:39:33.916Z[ host-image] May 20 15:39:32.471 INFO O| May 20 15:39:32.471 INFO O| Planning: Solver setup ... Done
40232026-05-20T15:39:33.923Z[ host-image] May 20 15:39:32.477 INFO O| May 20 15:39:32.477 INFO O| Planning: Running solver ... Done
40242026-05-20T15:39:33.926Z[ host-image] May 20 15:39:32.481 INFO O| May 20 15:39:32.481 INFO O| Planning: Finding local manifests ... Done
40252026-05-20T15:39:34.051Z[ host-image] May 20 15:39:32.498 INFO O| May 20 15:39:32.498 INFO O| Planning: Fetching manifests: 0/127 0% complete
40262026-05-20T15:39:35.586Z[ host-image] May 20 15:39:34.140 INFO O| May 20 15:39:34.140 INFO O| Planning: Fetching manifests: 127/127 100% complete
40272026-05-20T15:39:35.933Z[ host-image] May 20 15:39:34.487 INFO O| May 20 15:39:34.487 INFO O| Planning: Package planning ... Done
40282026-05-20T15:39:36.280Z[ host-image] May 20 15:39:34.835 INFO O| May 20 15:39:34.835 INFO O| Planning: Merging actions ... Done
40292026-05-20T15:39:36.378Z[ host-image] May 20 15:39:34.933 INFO O| May 20 15:39:34.933 INFO O| Planning: Checking for conflicting actions ... Done
40302026-05-20T15:39:36.476Z[ host-image] May 20 15:39:35.031 INFO O| May 20 15:39:35.031 INFO O| Planning: Consolidating action changes ... Done
40312026-05-20T15:39:36.643Z[ host-image] May 20 15:39:35.197 INFO O| May 20 15:39:35.197 INFO O| Planning: Evaluating mediators ... Done
40322026-05-20T15:39:36.944Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40332026-05-20T15:39:37.799Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40342026-05-20T15:39:38.016Z[ host-image] May 20 15:39:36.565 INFO O| May 20 15:39:36.565 INFO O| Planning: Planning completed in 4.25 seconds
40352026-05-20T15:39:38.022Z[ host-image] May 20 15:39:36.567 INFO O| May 20 15:39:36.567 INFO O| Packages to install: 127
40362026-05-20T15:39:38.022Z[ host-image] May 20 15:39:36.567 INFO O| May 20 15:39:36.567 INFO O| Mediators to change: 5
40372026-05-20T15:39:38.022Z[ host-image] May 20 15:39:36.567 INFO O| May 20 15:39:36.567 INFO O| Services to change: 6
40382026-05-20T15:39:38.040Z[ host-image] May 20 15:39:36.595 INFO O| May 20 15:39:36.595 INFO O| Download: 0/23748 items 0.0/221.9MB 0% complete
40392026-05-20T15:39:40.074Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40402026-05-20T15:39:40.074Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40412026-05-20T15:39:41.160Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40422026-05-20T15:39:41.731Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40432026-05-20T15:39:43.365Z[ host-image] May 20 15:39:41.919 INFO O| May 20 15:39:41.919 INFO O| Download: 1698/23748 items 11.0/221.9MB 4% complete (2.3M/s)
40442026-05-20T15:39:48.365Z[ host-image] May 20 15:39:46.920 INFO O| May 20 15:39:46.920 INFO O| Download: 2971/23748 items 33.4/221.9MB 15% complete (3.2M/s)
40452026-05-20T15:39:53.647Z[ host-image] May 20 15:39:52.202 INFO O| May 20 15:39:52.202 INFO O| Download: 4835/23748 items 42.7/221.9MB 19% complete (3.2M/s)
40462026-05-20T15:39:53.989Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.07s
40472026-05-20T15:39:55.660ZMay 20 15:39:54.211 INFO [recovery-package] process exited with exit status: 0 (33.87428152s)
40482026-05-20T15:39:55.660ZMay 20 15:39:54.211 INFO [recovery-stamp] running task
40492026-05-20T15:39:55.663ZMay 20 15:39:54.211 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40502026-05-20T15:39:55.663ZMay 20 15:39:54.212 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+git002f7b62d05
40512026-05-20T15:39:55.663ZMay 20 15:39:54.212 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git002f7b62d05
40522026-05-20T15:39:55.666Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40532026-05-20T15:39:55.678Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40542026-05-20T15:39:55.789Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40552026-05-20T15:39:55.794ZMay 20 15:39:54.349 INFO [stamp-installinator] process exited with exit status: 0 (136.797039ms)
40562026-05-20T15:39:55.833Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40572026-05-20T15:39:55.837ZMay 20 15:39:54.392 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (180.080715ms)
40582026-05-20T15:39:55.840ZMay 20 15:39:54.392 INFO [recovery-stamp] task succeeded (180.316735ms)
40592026-05-20T15:39:55.840ZMay 20 15:39:54.392 INFO [recovery-proto] running task
40602026-05-20T15:39:55.840ZMay 20 15:39:54.392 INFO [tuf-stamp] running task
40612026-05-20T15:39:55.840ZMay 20 15:39:54.392 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+git002f7b62d05
40622026-05-20T15:39:55.840ZMay 20 15:39:54.392 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+git002f7b62d05
40632026-05-20T15:39:55.840ZMay 20 15:39:54.393 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+git002f7b62d05
40642026-05-20T15:39:55.840ZMay 20 15:39:54.393 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+git002f7b62d05
40652026-05-20T15:39:55.840ZMay 20 15:39:54.393 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+git002f7b62d05
40662026-05-20T15:39:55.840ZMay 20 15:39:54.394 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+git002f7b62d05
40672026-05-20T15:39:55.840ZMay 20 15:39:54.394 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+git002f7b62d05
40682026-05-20T15:39:55.840ZMay 20 15:39:54.394 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+git002f7b62d05
40692026-05-20T15:39:55.843ZMay 20 15:39:54.395 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+git002f7b62d05
40702026-05-20T15:39:55.843ZMay 20 15:39:54.395 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+git002f7b62d05
40712026-05-20T15:39:55.843ZMay 20 15:39:54.395 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+git002f7b62d05
40722026-05-20T15:39:55.843ZMay 20 15:39:54.395 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+git002f7b62d05
40732026-05-20T15:39:55.849Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40742026-05-20T15:39:55.852Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40752026-05-20T15:39:55.852Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40762026-05-20T15:39:55.852Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40772026-05-20T15:39:55.852Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40782026-05-20T15:39:55.852Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40792026-05-20T15:39:55.852Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40802026-05-20T15:39:55.852Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40812026-05-20T15:39:55.855Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40822026-05-20T15:39:55.855Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40832026-05-20T15:39:55.855Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40842026-05-20T15:39:55.855Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40852026-05-20T15:39:55.897Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40862026-05-20T15:39:55.902ZMay 20 15:39:54.457 INFO [stamp-probe] process exited with exit status: 0 (62.471646ms)
40872026-05-20T15:39:55.962ZMay 20 15:39:54.517 INFO [recovery-proto] task succeeded (124.806031ms)
40882026-05-20T15:39:55.965ZMay 20 15:39:54.517 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/.tmpGtoU0F/proto/recovery/root -N 'recovery 002f7b6/${os_short_commit} 2026-05-20 15:28' -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/'
40892026-05-20T15:39:55.968Z[ recovery-image] May 20 15:39:54.523 INFO Checking files for board 'cosmo'
40902026-05-20T15:39:55.968Z[ recovery-image] May 20 15:39:54.523 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40912026-05-20T15:39:55.971Z[ recovery-image] May 20 15:39:54.523 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40922026-05-20T15:39:55.971Z[ recovery-image] May 20 15:39:54.523 INFO Checking files for board 'gimlet'
40932026-05-20T15:39:55.971Z[ recovery-image] May 20 15:39:54.523 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40942026-05-20T15:39:55.971Z[ recovery-image] May 20 15:39:54.523 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40952026-05-20T15:39:55.971Z[ recovery-image] May 20 15:39:54.523 INFO Checking files for board 'cosmo-mbist'
40962026-05-20T15:39:55.971Z[ recovery-image] May 20 15:39:54.523 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40972026-05-20T15:39:55.971Z[ recovery-image] May 20 15:39:54.523 INFO Checking files for board 'cosmo-mbist-noaggr'
40982026-05-20T15:39:55.971Z[ recovery-image] May 20 15:39:54.523 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40992026-05-20T15:39:55.978Z[ recovery-image] May 20 15:39:54.532 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGtoU0F/proto/recovery/root"
41002026-05-20T15:39:55.981Z[ recovery-image] May 20 15:39:54.532 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41012026-05-20T15:39:55.981Z[ recovery-image] May 20 15:39:54.532 INFO image builder template: ramdisk-01-os...
41022026-05-20T15:39:55.981Z[ recovery-image] May 20 15:39:54.533 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/.tmpGtoU0F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41032026-05-20T15:39:55.995Z[ recovery-image] May 20 15:39:54.549 INFO O| May 20 15:39:54.549 INFO CREATE DATASET: rpool/images/build/recovery/output
41042026-05-20T15:39:56.209Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41052026-05-20T15:39:56.213ZMay 20 15:39:54.768 INFO [stamp-ntp] process exited with exit status: 0 (374.083642ms)
41062026-05-20T15:39:56.282Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
41072026-05-20T15:39:56.332Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41082026-05-20T15:39:56.458Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41092026-05-20T15:39:56.463ZMay 20 15:39:55.018 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (622.643541ms)
41102026-05-20T15:39:56.515Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41112026-05-20T15:39:56.519ZMay 20 15:39:55.074 INFO [stamp-external-dns] process exited with exit status: 0 (680.90088ms)
41122026-05-20T15:39:56.522Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41132026-05-20T15:39:56.524ZMay 20 15:39:55.079 INFO [stamp-internal-dns] process exited with exit status: 0 (685.732238ms)
41142026-05-20T15:39:56.554Z[ recovery-image] May 20 15:39:55.108 INFO O| May 20 15:39:55.108 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41152026-05-20T15:39:56.557Z[ recovery-image] May 20 15:39:55.112 INFO O| May 20 15:39:55.112 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41162026-05-20T15:39:56.647Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41172026-05-20T15:39:56.651ZMay 20 15:39:55.206 INFO [stamp-crucible-zone] process exited with exit status: 0 (813.516242ms)
41182026-05-20T15:39:56.901Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41192026-05-20T15:39:56.904ZMay 20 15:39:55.459 INFO [stamp-oximeter] process exited with exit status: 0 (1.064511307s)
41202026-05-20T15:39:58.098Z[ recovery-image] May 20 15:39:56.653 INFO O| May 20 15:39:56.653 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41212026-05-20T15:39:58.297Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41222026-05-20T15:39:58.301ZMay 20 15:39:56.856 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.460395359s)
41232026-05-20T15:39:58.847Z[ host-image] May 20 15:39:57.401 INFO O| May 20 15:39:57.401 INFO O| Download: 7071/23748 items 48.4/221.9MB 21% complete (1.6M/s)
41242026-05-20T15:39:59.223Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41252026-05-20T15:39:59.230ZMay 20 15:39:57.782 INFO [stamp-nexus] process exited with exit status: 0 (3.389357919s)
41262026-05-20T15:39:59.663Z[ recovery-image] May 20 15:39:58.217 INFO O| May 20 15:39:58.217 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41272026-05-20T15:39:59.663Z[ recovery-image] May 20 15:39:58.217 INFO O| May 20 15:39:58.217 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41282026-05-20T15:39:59.663Z[ recovery-image] May 20 15:39:58.217 INFO O| May 20 15:39:58.217 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41292026-05-20T15:39:59.666Z[ recovery-image] May 20 15:39:58.217 INFO O| May 20 15:39:58.217 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41302026-05-20T15:39:59.669Z[ recovery-image] May 20 15:39:58.223 INFO O| May 20 15:39:58.222 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41312026-05-20T15:40:00.215Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41322026-05-20T15:40:00.220ZMay 20 15:39:58.774 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.382076276s)
41332026-05-20T15:40:00.477Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41342026-05-20T15:40:00.482ZMay 20 15:39:59.037 INFO [stamp-clickhouse] process exited with exit status: 0 (4.642406193s)
41352026-05-20T15:40:00.490Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41362026-05-20T15:40:00.494ZMay 20 15:39:59.049 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.654174381s)
41372026-05-20T15:40:00.494ZMay 20 15:39:59.049 INFO [tuf-stamp] task succeeded (4.657089685s)
41382026-05-20T15:40:00.713Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41392026-05-20T15:40:00.941Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41402026-05-20T15:40:00.970Z[verify-libraries] Compiling stacker v0.1.23
41412026-05-20T15:40:00.970Z[verify-libraries] Compiling cfg_aliases v0.1.1
41422026-05-20T15:40:01.009Z[verify-libraries] Compiling home v0.5.12
41432026-05-20T15:40:01.030Z[verify-libraries] Compiling nibble_vec v0.1.0
41442026-05-20T15:40:01.030Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41452026-05-20T15:40:01.030Z[verify-libraries] Compiling endian-type v0.1.2
41462026-05-20T15:40:01.093Z[verify-libraries] Compiling nix v0.28.0
41472026-05-20T15:40:01.117Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41482026-05-20T15:40:01.141Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41492026-05-20T15:40:01.141Z[verify-libraries] Compiling winnow v0.6.26
41502026-05-20T15:40:01.144Z[verify-libraries] Compiling unicode_categories v0.1.1
41512026-05-20T15:40:01.212Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41522026-05-20T15:40:01.212Z[verify-libraries] Compiling radix_trie v0.2.1
41532026-05-20T15:40:01.302Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41542026-05-20T15:40:01.335Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41552026-05-20T15:40:01.361Z[verify-libraries] Compiling polyval v0.6.2
41562026-05-20T15:40:01.384Z[verify-libraries] Compiling ctr v0.9.2
41572026-05-20T15:40:01.406Z[verify-libraries] Compiling colored v2.2.0
41582026-05-20T15:40:01.406Z[verify-libraries] Compiling ssh-encoding v0.2.0
41592026-05-20T15:40:01.432Z[verify-libraries] Compiling blowfish v0.9.1
41602026-05-20T15:40:01.508Z[verify-libraries] Compiling password-hash v0.4.2
41612026-05-20T15:40:01.625Z[verify-libraries] Compiling ghash v0.5.1
41622026-05-20T15:40:01.625Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41632026-05-20T15:40:01.696Z[verify-libraries] Compiling psm v0.1.30
41642026-05-20T15:40:01.720Z[verify-libraries] Compiling petname v2.0.2
41652026-05-20T15:40:01.742Z[verify-libraries] Compiling p256 v0.13.2
41662026-05-20T15:40:01.743Z[verify-libraries] Compiling p521 v0.13.3
41672026-05-20T15:40:01.788Z[verify-libraries] Compiling aes-gcm v0.10.3
41682026-05-20T15:40:01.814Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41692026-05-20T15:40:01.842Z[verify-libraries] Compiling pbkdf2 v0.11.0
41702026-05-20T15:40:01.898Z[verify-libraries] Compiling md5 v0.7.0
41712026-05-20T15:40:01.999Z[verify-libraries] Compiling ssh-cipher v0.2.0
41722026-05-20T15:40:02.053Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41732026-05-20T15:40:02.081Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41742026-05-20T15:40:02.114Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41752026-05-20T15:40:02.139Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41762026-05-20T15:40:02.161Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41772026-05-20T15:40:02.214Z[verify-libraries] Compiling num-bigint v0.4.6
41782026-05-20T15:40:02.291Z[verify-libraries] Compiling ssh-key v0.6.7
41792026-05-20T15:40:02.317Z[verify-libraries] Compiling des v0.8.1
41802026-05-20T15:40:02.336Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41812026-05-20T15:40:02.485Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41822026-05-20T15:40:02.485Z[verify-libraries] Compiling hex-literal v0.4.1
41832026-05-20T15:40:02.527Z[verify-libraries] Compiling sync-ptr v0.1.4
41842026-05-20T15:40:02.661Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41852026-05-20T15:40:02.683Z[verify-libraries] Compiling recursive v0.1.1
41862026-05-20T15:40:02.709Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41872026-05-20T15:40:02.737Z[verify-libraries] Compiling internet-checksum v0.2.1
41882026-05-20T15:40:02.740Z[ recovery-image] May 20 15:40:01.292 INFO O| May 20 15:40:01.292 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-05-20T15:40:02.746Z[ recovery-image] May 20 15:40:01.301 INFO O| May 20 15:40:01.301 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41902026-05-20T15:40:02.849Z[verify-libraries] Compiling sqlparser v0.61.0
41912026-05-20T15:40:02.888Z[verify-libraries] Compiling rustyline v14.0.0
41922026-05-20T15:40:02.892Z[verify-libraries] Compiling sqlformat v0.3.5
41932026-05-20T15:40:02.936Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41942026-05-20T15:40:02.963Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41952026-05-20T15:40:03.019Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41962026-05-20T15:40:03.044Z[ recovery-image] May 20 15:40:01.598 INFO O| May 20 15:40:01.598 INFO O| Caching catalogs ... Done
41972026-05-20T15:40:03.158Z[verify-libraries] Compiling git-stub v1.0.0
41982026-05-20T15:40:03.174Z[ recovery-image] May 20 15:40:01.729 INFO O| May 20 15:40:01.729 INFO STEP 0 (pkg_image_create) COMPLETE
41992026-05-20T15:40:03.174Z[ recovery-image] May 20 15:40:01.729 INFO O| May 20 15:40:01.729 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42002026-05-20T15:40:03.185Z[ recovery-image] May 20 15:40:01.739 INFO O| May 20 15:40:01.739 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"]
42012026-05-20T15:40:03.257Z[verify-libraries] Compiling diff v0.1.13
42022026-05-20T15:40:03.567Z[ recovery-image] May 20 15:40:02.121 INFO O| May 20 15:40:02.121 INFO STEP 1 (pkg_set_publisher) COMPLETE
42032026-05-20T15:40:03.567Z[ recovery-image] May 20 15:40:02.121 INFO O| May 20 15:40:02.121 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42042026-05-20T15:40:03.567Z[ recovery-image] May 20 15:40:02.121 INFO O| May 20 15:40:02.121 INFO skip step because feature "publisher_1_name" is not enabled
42052026-05-20T15:40:03.570Z[ recovery-image] May 20 15:40:02.121 INFO O| May 20 15:40:02.121 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42062026-05-20T15:40:03.570Z[ recovery-image] May 20 15:40:02.121 INFO O| May 20 15:40:02.121 INFO skip step because feature "publisher_2_name" is not enabled
42072026-05-20T15:40:03.570Z[ recovery-image] May 20 15:40:02.121 INFO O| May 20 15:40:02.121 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42082026-05-20T15:40:03.570Z[ recovery-image] May 20 15:40:02.121 INFO O| May 20 15:40:02.121 INFO skip step because feature "publisher_3_name" is not enabled
42092026-05-20T15:40:03.570Z[ recovery-image] May 20 15:40:02.121 INFO O| May 20 15:40:02.121 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-05-20T15:40:03.677Z[verify-libraries] Compiling russh-keys v0.45.0
42112026-05-20T15:40:03.761Z[verify-libraries] Compiling yansi v1.0.1
42122026-05-20T15:40:03.871Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42132026-05-20T15:40:03.900Z[ host-image] May 20 15:40:02.455 INFO O| May 20 15:40:02.455 INFO O| Download: 8454/23748 items 61.9/221.9MB 27% complete (1.9M/s)
42142026-05-20T15:40:03.928Z[ recovery-image] May 20 15:40:02.476 INFO O| May 20 15:40:02.476 INFO variant opensolaris.zone is already global
42152026-05-20T15:40:03.928Z[ recovery-image] May 20 15:40:02.476 INFO O| May 20 15:40:02.476 INFO STEP 5 (pkg_change_variant) COMPLETE
42162026-05-20T15:40:03.931Z[ recovery-image] May 20 15:40:02.476 INFO O| May 20 15:40:02.476 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172026-05-20T15:40:04.029Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42182026-05-20T15:40:04.247Z[verify-libraries] Compiling pretty_assertions v1.4.1
42192026-05-20T15:40:04.254Z[ recovery-image] May 20 15:40:02.809 INFO O| May 20 15:40:02.808 INFO variant opensolaris.imagetype is full; changing to partial
42202026-05-20T15:40:04.254Z[ recovery-image] May 20 15:40:02.809 INFO O| May 20 15:40:02.809 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42212026-05-20T15:40:04.321Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42222026-05-20T15:40:04.712Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42232026-05-20T15:40:04.742Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42242026-05-20T15:40:04.941Z[ recovery-image] May 20 15:40:03.496 INFO O| May 20 15:40:03.496 INFO O| Startup: Refreshing catalog 'helios' ... Done
42252026-05-20T15:40:05.008Z[ recovery-image] May 20 15:40:03.562 INFO O| May 20 15:40:03.562 INFO O| Startup: Caching catalogs ... Done
42262026-05-20T15:40:05.012Z[ recovery-image] May 20 15:40:03.567 INFO O| May 20 15:40:03.567 INFO O| Planning: Planning completed in 0.00 seconds
42272026-05-20T15:40:05.016Z[ recovery-image] May 20 15:40:03.568 INFO O| May 20 15:40:03.568 INFO O| Planning: Consolidating action changes ... Done
42282026-05-20T15:40:05.016Z[ recovery-image] May 20 15:40:03.568 INFO O| May 20 15:40:03.568 INFO O| Planning: Evaluating mediators ... Done
42292026-05-20T15:40:05.016Z[ recovery-image] May 20 15:40:03.568 INFO O| May 20 15:40:03.568 INFO O| Planning: Planning completed in 0.00 seconds
42302026-05-20T15:40:05.016Z[ recovery-image] May 20 15:40:03.568 INFO O| May 20 15:40:03.568 INFO O| Variants/Facets to change: 1
42312026-05-20T15:40:05.033Z[ recovery-image] May 20 15:40:03.587 INFO O| May 20 15:40:03.587 INFO O| Finalize: Updating package state database ... Done
42322026-05-20T15:40:05.033Z[ recovery-image] May 20 15:40:03.587 INFO O| May 20 15:40:03.587 INFO O| Finalize: Updating package cache ... Done
42332026-05-20T15:40:05.041Z[verify-libraries] Compiling russh v0.45.0
42342026-05-20T15:40:05.044Z[ recovery-image] May 20 15:40:03.598 INFO O| May 20 15:40:03.598 INFO O| Finalize: Updating image state ... Done
42352026-05-20T15:40:05.047Z[ recovery-image] May 20 15:40:03.601 INFO O| May 20 15:40:03.601 INFO O| Finalize: Creating fast lookup database ... Done
42362026-05-20T15:40:05.047Z[ recovery-image] May 20 15:40:03.601 INFO O| May 20 15:40:03.601 INFO O| Finalize: Reading search index ... Done
42372026-05-20T15:40:05.047Z[ recovery-image] May 20 15:40:03.601 INFO O| May 20 15:40:03.601 INFO O| Finalize: Updating search index ... Done
42382026-05-20T15:40:05.051Z[ recovery-image] May 20 15:40:03.602 INFO O| May 20 15:40:03.602 INFO O| Finalize: Updating package cache ... Done
42392026-05-20T15:40:05.126Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42402026-05-20T15:40:05.158Z[ recovery-image] May 20 15:40:03.706 INFO O| May 20 15:40:03.706 INFO STEP 6 (pkg_change_variant) COMPLETE
42412026-05-20T15:40:05.158Z[ recovery-image] May 20 15:40:03.706 INFO O| May 20 15:40:03.706 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42422026-05-20T15:40:05.158Z[ recovery-image] May 20 15:40:03.706 INFO O| May 20 15:40:03.706 INFO skip step because feature "debug_variant" is not enabled
42432026-05-20T15:40:05.158Z[ recovery-image] May 20 15:40:03.706 INFO O| May 20 15:40:03.706 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42442026-05-20T15:40:05.260Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42452026-05-20T15:40:05.429Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42462026-05-20T15:40:05.486Z[ recovery-image] May 20 15:40:04.029 INFO O| May 20 15:40:04.029 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42472026-05-20T15:40:05.497Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42482026-05-20T15:40:05.562Z[verify-libraries] Compiling drift v0.1.4
42492026-05-20T15:40:05.812Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42502026-05-20T15:40:05.848Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42512026-05-20T15:40:05.900Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42522026-05-20T15:40:06.007Z[ recovery-image] May 20 15:40:04.562 INFO O| May 20 15:40:04.561 INFO O| Startup: Refreshing catalog 'helios' ... Done
42532026-05-20T15:40:06.051Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42542026-05-20T15:40:06.094Z[ recovery-image] May 20 15:40:04.648 INFO O| May 20 15:40:04.648 INFO O| Startup: Caching catalogs ... Done
42552026-05-20T15:40:06.098Z[ recovery-image] May 20 15:40:04.653 INFO O| May 20 15:40:04.653 INFO O| Planning: Planning completed in 0.00 seconds
42562026-05-20T15:40:06.101Z[ recovery-image] May 20 15:40:04.653 INFO O| May 20 15:40:04.653 INFO O| Planning: Consolidating action changes ... Done
42572026-05-20T15:40:06.101Z[ recovery-image] May 20 15:40:04.653 INFO O| May 20 15:40:04.653 INFO O| Planning: Evaluating mediators ... Done
42582026-05-20T15:40:06.101Z[ recovery-image] May 20 15:40:04.654 INFO O| May 20 15:40:04.654 INFO O| Planning: Planning completed in 0.00 seconds
42592026-05-20T15:40:06.101Z[ recovery-image] May 20 15:40:04.654 INFO O| May 20 15:40:04.654 INFO O| Variants/Facets to change: 1
42602026-05-20T15:40:06.115Z[ recovery-image] May 20 15:40:04.667 INFO O| May 20 15:40:04.667 INFO O| Finalize: Updating package state database ... Done
42612026-05-20T15:40:06.115Z[ recovery-image] May 20 15:40:04.667 INFO O| May 20 15:40:04.667 INFO O| Finalize: Updating package cache ... Done
42622026-05-20T15:40:06.173Z[ recovery-image] May 20 15:40:04.727 INFO O| May 20 15:40:04.727 INFO O| Finalize: Updating image state ... Done
42632026-05-20T15:40:06.176Z[ recovery-image] May 20 15:40:04.730 INFO O| May 20 15:40:04.729 INFO O| Finalize: Creating fast lookup database ... Done
42642026-05-20T15:40:06.176Z[ recovery-image] May 20 15:40:04.730 INFO O| May 20 15:40:04.730 INFO O| Finalize: Reading search index ... Done
42652026-05-20T15:40:06.176Z[ recovery-image] May 20 15:40:04.730 INFO O| May 20 15:40:04.730 INFO O| Finalize: Updating search index ... Done
42662026-05-20T15:40:06.176Z[ recovery-image] May 20 15:40:04.731 INFO O| May 20 15:40:04.731 INFO O| Finalize: Updating package cache ... Done
42672026-05-20T15:40:06.326Z[ recovery-image] May 20 15:40:04.880 INFO O| May 20 15:40:04.880 INFO STEP 8 (pkg_change_facet) COMPLETE
42682026-05-20T15:40:06.326Z[ recovery-image] May 20 15:40:04.880 INFO O| May 20 15:40:04.880 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42692026-05-20T15:40:06.522Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
42702026-05-20T15:40:06.596Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42712026-05-20T15:40:06.631Z[verify-libraries] Compiling termios v0.3.3
42722026-05-20T15:40:06.719Z[ recovery-image] May 20 15:40:05.274 INFO O| May 20 15:40:05.273 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42732026-05-20T15:40:06.859Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42742026-05-20T15:40:07.590Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42752026-05-20T15:40:07.821Z[ recovery-image] May 20 15:40:06.375 INFO O| May 20 15:40:06.375 INFO O| Startup: Refreshing catalog 'helios' ... Done
42762026-05-20T15:40:07.892Z[ recovery-image] May 20 15:40:06.446 INFO O| May 20 15:40:06.446 INFO O| Startup: Caching catalogs ... Done
42772026-05-20T15:40:07.895Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42782026-05-20T15:40:07.898Z[ recovery-image] May 20 15:40:06.451 INFO O| May 20 15:40:06.451 INFO O| Planning: Planning completed in 0.00 seconds
42792026-05-20T15:40:07.898Z[ recovery-image] May 20 15:40:06.451 INFO O| May 20 15:40:06.451 INFO O| Planning: Consolidating action changes ... Done
42802026-05-20T15:40:07.898Z[ recovery-image] May 20 15:40:06.451 INFO O| May 20 15:40:06.451 INFO O| Planning: Evaluating mediators ... Done
42812026-05-20T15:40:07.898Z[ recovery-image] May 20 15:40:06.451 INFO O| May 20 15:40:06.451 INFO O| Planning: Planning completed in 0.00 seconds
42822026-05-20T15:40:07.898Z[ recovery-image] May 20 15:40:06.451 INFO O| May 20 15:40:06.451 INFO O| Variants/Facets to change: 1
42832026-05-20T15:40:07.911Z[ recovery-image] May 20 15:40:06.465 INFO O| May 20 15:40:06.465 INFO O| Finalize: Updating package state database ... Done
42842026-05-20T15:40:07.911Z[ recovery-image] May 20 15:40:06.465 INFO O| May 20 15:40:06.465 INFO O| Finalize: Updating package cache ... Done
42852026-05-20T15:40:07.921Z[ recovery-image] May 20 15:40:06.476 INFO O| May 20 15:40:06.476 INFO O| Finalize: Updating image state ... Done
42862026-05-20T15:40:07.924Z[ recovery-image] May 20 15:40:06.478 INFO O| May 20 15:40:06.478 INFO O| Finalize: Creating fast lookup database ... Done
42872026-05-20T15:40:07.924Z[ recovery-image] May 20 15:40:06.479 INFO O| May 20 15:40:06.479 INFO O| Finalize: Reading search index ... Done
42882026-05-20T15:40:07.925Z[ recovery-image] May 20 15:40:06.479 INFO O| May 20 15:40:06.479 INFO O| Finalize: Updating search index ... Done
42892026-05-20T15:40:07.927Z[ recovery-image] May 20 15:40:06.480 INFO O| May 20 15:40:06.480 INFO O| Finalize: Updating package cache ... Done
42902026-05-20T15:40:08.023Z[ recovery-image] May 20 15:40:06.577 INFO O| May 20 15:40:06.577 INFO STEP 9 (pkg_change_facet) COMPLETE
42912026-05-20T15:40:08.023Z[ recovery-image] May 20 15:40:06.577 INFO O| May 20 15:40:06.577 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-05-20T15:40:08.340Z[ recovery-image] May 20 15:40:06.895 INFO O| May 20 15:40:06.894 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42932026-05-20T15:40:08.381Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42942026-05-20T15:40:08.903Z[ host-image] May 20 15:40:07.457 INFO O| May 20 15:40:07.457 INFO O| Download: 9816/23748 items 84.4/221.9MB 38% complete (3.7M/s)
42952026-05-20T15:40:09.046Z[ recovery-image] May 20 15:40:07.600 INFO O| May 20 15:40:07.600 INFO O| Startup: Refreshing catalog 'helios' ... Done
42962026-05-20T15:40:09.107Z[ recovery-image] May 20 15:40:07.662 INFO O| May 20 15:40:07.662 INFO O| Startup: Caching catalogs ... Done
42972026-05-20T15:40:09.112Z[ recovery-image] May 20 15:40:07.667 INFO O| May 20 15:40:07.666 INFO O| Planning: Planning completed in 0.00 seconds
42982026-05-20T15:40:09.115Z[ recovery-image] May 20 15:40:07.667 INFO O| May 20 15:40:07.667 INFO O| Planning: Consolidating action changes ... Done
42992026-05-20T15:40:09.115Z[ recovery-image] May 20 15:40:07.667 INFO O| May 20 15:40:07.667 INFO O| Planning: Evaluating mediators ... Done
43002026-05-20T15:40:09.115Z[ recovery-image] May 20 15:40:07.667 INFO O| May 20 15:40:07.667 INFO O| Planning: Planning completed in 0.00 seconds
43012026-05-20T15:40:09.115Z[ recovery-image] May 20 15:40:07.667 INFO O| May 20 15:40:07.667 INFO O| Variants/Facets to change: 1
43022026-05-20T15:40:09.132Z[ recovery-image] May 20 15:40:07.685 INFO O| May 20 15:40:07.685 INFO O| Finalize: Updating package state database ... Done
43032026-05-20T15:40:09.132Z[ recovery-image] May 20 15:40:07.685 INFO O| May 20 15:40:07.685 INFO O| Finalize: Updating package cache ... Done
43042026-05-20T15:40:09.142Z[ recovery-image] May 20 15:40:07.696 INFO O| May 20 15:40:07.696 INFO O| Finalize: Updating image state ... Done
43052026-05-20T15:40:09.144Z[ recovery-image] May 20 15:40:07.699 INFO O| May 20 15:40:07.698 INFO O| Finalize: Creating fast lookup database ... Done
43062026-05-20T15:40:09.145Z[ recovery-image] May 20 15:40:07.699 INFO O| May 20 15:40:07.699 INFO O| Finalize: Reading search index ... Done
43072026-05-20T15:40:09.145Z[ recovery-image] May 20 15:40:07.699 INFO O| May 20 15:40:07.699 INFO O| Finalize: Updating search index ... Done
43082026-05-20T15:40:09.148Z[ recovery-image] May 20 15:40:07.700 INFO O| May 20 15:40:07.700 INFO O| Finalize: Updating package cache ... Done
43092026-05-20T15:40:09.247Z[ recovery-image] May 20 15:40:07.801 INFO O| May 20 15:40:07.801 INFO STEP 10 (pkg_change_facet) COMPLETE
43102026-05-20T15:40:09.247Z[ recovery-image] May 20 15:40:07.801 INFO O| May 20 15:40:07.801 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43112026-05-20T15:40:09.257Z[ recovery-image] May 20 15:40:07.811 INFO O| May 20 15:40:07.811 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"]
43122026-05-20T15:40:09.540Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43132026-05-20T15:40:09.993Z[ recovery-image] May 20 15:40:08.547 INFO O| May 20 15:40:08.547 INFO O| Startup: Refreshing catalog 'helios' ... Done
43142026-05-20T15:40:10.115Z[ recovery-image] May 20 15:40:08.668 INFO O| May 20 15:40:08.667 INFO O| Startup: Caching catalogs ... Done
43152026-05-20T15:40:10.301Z[ recovery-image] May 20 15:40:08.856 INFO O| May 20 15:40:08.856 INFO O| Planning: Solver setup ... Done
43162026-05-20T15:40:10.309Z[ recovery-image] May 20 15:40:08.863 INFO O| May 20 15:40:08.863 INFO O| Planning: Running solver ... Done
43172026-05-20T15:40:10.316Z[ recovery-image] May 20 15:40:08.870 INFO O| May 20 15:40:08.870 INFO O| Planning: Finding local manifests ... Done
43182026-05-20T15:40:10.359Z[ recovery-image] May 20 15:40:08.911 INFO O| May 20 15:40:08.911 INFO O| Planning: Fetching manifests: 0/127 0% complete
43192026-05-20T15:40:11.381Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43202026-05-20T15:40:12.333Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43212026-05-20T15:40:13.207Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43222026-05-20T15:40:13.842Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43232026-05-20T15:40:13.905Z[ host-image] May 20 15:40:12.459 INFO O| May 20 15:40:12.459 INFO O| Download: 11269/23748 items 97.8/221.9MB 44% complete (3.6M/s)
43242026-05-20T15:40:14.653Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
43252026-05-20T15:40:14.886Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43262026-05-20T15:40:15.016Z[ recovery-image] May 20 15:40:13.570 INFO O| May 20 15:40:13.570 INFO O| Planning: Fetching manifests: 127/127 100% complete
43272026-05-20T15:40:15.444Z[ recovery-image] May 20 15:40:13.998 INFO O| May 20 15:40:13.998 INFO O| Planning: Package planning ... Done
43282026-05-20T15:40:15.595Z[ recovery-image] May 20 15:40:14.150 INFO O| May 20 15:40:14.150 INFO O| Planning: Merging actions ... Done
43292026-05-20T15:40:15.735Z[ recovery-image] May 20 15:40:14.289 INFO O| May 20 15:40:14.289 INFO O| Planning: Checking for conflicting actions ... Done
43302026-05-20T15:40:15.789Z[ recovery-image] May 20 15:40:14.343 INFO O| May 20 15:40:14.343 INFO O| Planning: Consolidating action changes ... Done
43312026-05-20T15:40:15.921Z[ recovery-image] May 20 15:40:14.475 INFO O| May 20 15:40:14.475 INFO O| Planning: Evaluating mediators ... Done
43322026-05-20T15:40:17.288Z[ recovery-image] May 20 15:40:15.842 INFO O| May 20 15:40:15.842 INFO O| Planning: Planning completed in 7.17 seconds
43332026-05-20T15:40:17.291Z[ recovery-image] May 20 15:40:15.844 INFO O| May 20 15:40:15.844 INFO O| Packages to install: 127
43342026-05-20T15:40:17.291Z[ recovery-image] May 20 15:40:15.844 INFO O| May 20 15:40:15.844 INFO O| Mediators to change: 5
43352026-05-20T15:40:17.291Z[ recovery-image] May 20 15:40:15.844 INFO O| May 20 15:40:15.844 INFO O| Services to change: 5
43362026-05-20T15:40:17.316Z[ recovery-image] May 20 15:40:15.870 INFO O| May 20 15:40:15.870 INFO O| Download: 0/16556 items 0.0/199.1MB 0% complete
43372026-05-20T15:40:20.217Z[ host-image] May 20 15:40:18.771 INFO O| May 20 15:40:18.771 INFO O| Download: 12064/23748 items 103.6/221.9MB 46% complete (2.3M/s)
43382026-05-20T15:40:20.632Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43392026-05-20T15:40:22.373Z[ recovery-image] May 20 15:40:20.928 INFO O| May 20 15:40:20.928 INFO O| Download: 1069/16556 items 8.3/199.1MB 4% complete (1.8M/s)
43402026-05-20T15:40:22.517Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43412026-05-20T15:40:23.359Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43422026-05-20T15:40:24.072Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43432026-05-20T15:40:24.330Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43442026-05-20T15:40:25.339Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43452026-05-20T15:40:25.411Z[ host-image] May 20 15:40:23.965 INFO O| May 20 15:40:23.965 INFO O| Download: 12941/23748 items 118.0/221.9MB 53% complete (1.9M/s)
43462026-05-20T15:40:25.683Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43472026-05-20T15:40:26.696Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43482026-05-20T15:40:26.760Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43492026-05-20T15:40:27.533Z[ recovery-image] May 20 15:40:26.087 INFO O| May 20 15:40:26.087 INFO O| Download: 1531/16556 items 21.3/199.1MB 10% complete (2.2M/s)
43502026-05-20T15:40:27.727Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43512026-05-20T15:40:28.027Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43522026-05-20T15:40:28.115Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43532026-05-20T15:40:29.390Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43542026-05-20T15:40:30.378Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43552026-05-20T15:40:30.435Z[ host-image] May 20 15:40:28.990 INFO O| May 20 15:40:28.989 INFO O| Download: 14117/23748 items 119.4/221.9MB 53% complete (1.5M/s)
43562026-05-20T15:40:31.062Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43572026-05-20T15:40:31.843Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43582026-05-20T15:40:32.202Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43592026-05-20T15:40:32.388Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43602026-05-20T15:40:32.534Z[ recovery-image] May 20 15:40:31.088 INFO O| May 20 15:40:31.088 INFO O| Download: 2382/16556 items 30.9/199.1MB 15% complete (2.2M/s)
43612026-05-20T15:40:35.591Z[ host-image] May 20 15:40:34.146 INFO O| May 20 15:40:34.146 INFO O| Download: 15172/23748 items 121.2/221.9MB 54% complete (320k/s)
43622026-05-20T15:40:37.328Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43632026-05-20T15:40:37.787Z[ recovery-image] May 20 15:40:36.341 INFO O| May 20 15:40:36.341 INFO O| Download: 3765/16556 items 38.6/199.1MB 19% complete (1.8M/s)
43642026-05-20T15:40:38.256Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43652026-05-20T15:40:38.889Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43662026-05-20T15:40:40.463Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43672026-05-20T15:40:40.534Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43682026-05-20T15:40:40.593Z[ host-image] May 20 15:40:39.147 INFO O| May 20 15:40:39.147 INFO O| Download: 15885/23748 items 130.9/221.9MB 59% complete (1.1M/s)
43692026-05-20T15:40:41.685Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43702026-05-20T15:40:41.730Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43712026-05-20T15:40:42.087Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43722026-05-20T15:40:42.789Z[ recovery-image] May 20 15:40:41.344 INFO O| May 20 15:40:41.343 INFO O| Download: 4009/16556 items 40.7/199.1MB 20% complete (1.3M/s)
43732026-05-20T15:40:43.618Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43742026-05-20T15:40:43.893Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43752026-05-20T15:40:45.075Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43762026-05-20T15:40:45.761Z[ host-image] May 20 15:40:44.315 INFO O| May 20 15:40:44.315 INFO O| Download: 16602/23748 items 139.7/221.9MB 62% complete (1.9M/s)
43772026-05-20T15:40:45.964Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43782026-05-20T15:40:46.073Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43792026-05-20T15:40:47.112Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43802026-05-20T15:40:47.999Z[ recovery-image] May 20 15:40:46.553 INFO O| May 20 15:40:46.553 INFO O| Download: 5100/16556 items 43.7/199.1MB 21% complete (520k/s)
43812026-05-20T15:40:50.777Z[ host-image] May 20 15:40:49.330 INFO O| May 20 15:40:49.330 INFO O| Download: 17954/23748 items 150.0/221.9MB 67% complete (1.9M/s)
43822026-05-20T15:40:52.220Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43832026-05-20T15:40:52.381Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43842026-05-20T15:40:53.316Z[ recovery-image] May 20 15:40:51.867 INFO O| May 20 15:40:51.866 INFO O| Download: 5998/16556 items 45.3/199.1MB 22% complete (268k/s)
43852026-05-20T15:40:55.788Z[ host-image] May 20 15:40:54.342 INFO O| May 20 15:40:54.342 INFO O| Download: 18781/23748 items 172.0/221.9MB 77% complete (3.2M/s)
43862026-05-20T15:40:56.410Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43872026-05-20T15:40:57.838Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43882026-05-20T15:40:58.362Z[ recovery-image] May 20 15:40:56.916 INFO O| May 20 15:40:56.916 INFO O| Download: 6329/16556 items 55.7/199.1MB 27% complete (1.1M/s)
43892026-05-20T15:41:00.248Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43902026-05-20T15:41:00.788Z[ host-image] May 20 15:40:59.342 INFO O| May 20 15:40:59.342 INFO O| Download: 20160/23748 items 177.2/221.9MB 79% complete (2.7M/s)
43912026-05-20T15:41:01.812Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43922026-05-20T15:41:02.170Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43932026-05-20T15:41:03.366Z[ recovery-image] May 20 15:41:01.920 INFO O| May 20 15:41:01.920 INFO O| Download: 6817/16556 items 72.0/199.1MB 36% complete (2.6M/s)
43942026-05-20T15:41:05.471Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43952026-05-20T15:41:05.789Z[ host-image] May 20 15:41:04.343 INFO O| May 20 15:41:04.343 INFO O| Download: 21401/23748 items 182.4/221.9MB 82% complete (1.1M/s)
43962026-05-20T15:41:07.635Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43972026-05-20T15:41:08.375Z[ recovery-image] May 20 15:41:06.929 INFO O| May 20 15:41:06.929 INFO O| Download: 7955/16556 items 82.8/199.1MB 41% complete (2.7M/s)
43982026-05-20T15:41:10.138Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43992026-05-20T15:41:11.007Z[ host-image] May 20 15:41:09.561 INFO O| May 20 15:41:09.561 INFO O| Download: 21808/23748 items 189.3/221.9MB 85% complete (1.3M/s)
44002026-05-20T15:41:13.584Z[ recovery-image] May 20 15:41:12.138 INFO O| May 20 15:41:12.138 INFO O| Download: 8527/16556 items 87.6/199.1MB 43% complete (1.6M/s)
44012026-05-20T15:41:15.028Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44022026-05-20T15:41:15.328Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44032026-05-20T15:41:16.017Z[ host-image] May 20 15:41:14.571 INFO O| May 20 15:41:14.571 INFO O| Download: 22735/23748 items 205.9/221.9MB 92% complete (2.3M/s)
44042026-05-20T15:41:16.095Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44052026-05-20T15:41:18.909Z[ recovery-image] May 20 15:41:17.363 INFO O| May 20 15:41:17.363 INFO O| Download: 9341/16556 items 101.2/199.1MB 50% complete (1.8M/s)
44062026-05-20T15:41:18.969Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44072026-05-20T15:41:20.512Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44082026-05-20T15:41:21.025Z[ host-image] May 20 15:41:19.579 INFO O| May 20 15:41:19.579 INFO O| Download: 23108/23748 items 219.2/221.9MB 98% complete (3.0M/s)
44092026-05-20T15:41:23.896Z[ recovery-image] May 20 15:41:22.450 INFO O| May 20 15:41:22.450 INFO O| Download: 10471/16556 items 103.1/199.1MB 51% complete (1.5M/s)
44102026-05-20T15:41:24.131Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44112026-05-20T15:41:25.188Z[ host-image] May 20 15:41:23.742 INFO O| May 20 15:41:23.742 INFO O| Download: Completed 221.87 MB in 107.15 seconds (2.1M/s)
44122026-05-20T15:41:25.712Z[ host-image] May 20 15:41:24.266 INFO O| May 20 15:41:24.266 INFO O| Actions: 1/53907 actions (Installing new actions)
44132026-05-20T15:41:25.752Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44142026-05-20T15:41:26.991Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44152026-05-20T15:41:27.791Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44162026-05-20T15:41:29.169Z[ recovery-image] May 20 15:41:27.723 INFO O| May 20 15:41:27.723 INFO O| Download: 11524/16556 items 104.8/199.1MB 52% complete (335k/s)
44172026-05-20T15:41:29.645Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44182026-05-20T15:41:30.691Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44192026-05-20T15:41:30.712Z[ host-image] May 20 15:41:29.266 INFO O| May 20 15:41:29.266 INFO O| Actions: 25230/53907 actions (Installing new actions)
44202026-05-20T15:41:31.689Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44212026-05-20T15:41:33.148Z[ host-image] May 20 15:41:31.702 INFO O| May 20 15:41:31.702 INFO O| Actions: Completed 53907 actions in 7.43 seconds.
44222026-05-20T15:41:33.205Z[ host-image] May 20 15:41:31.759 INFO O| May 20 15:41:31.759 INFO O| Finalize: Updating package state database ... Done
44232026-05-20T15:41:33.205Z[ host-image] May 20 15:41:31.759 INFO O| May 20 15:41:31.759 INFO O| Finalize: Updating package cache ... Done
44242026-05-20T15:41:33.229Z[ host-image] May 20 15:41:31.783 INFO O| May 20 15:41:31.783 INFO O| Finalize: Updating image state ... Done
44252026-05-20T15:41:34.175Z[ recovery-image] May 20 15:41:32.729 INFO O| May 20 15:41:32.729 INFO O| Download: 12478/16556 items 146.9/199.1MB 73% complete (4.4M/s)
44262026-05-20T15:41:34.253Z[ host-image] May 20 15:41:32.807 INFO O| May 20 15:41:32.807 INFO O| Finalize: Creating fast lookup database ... Done
44272026-05-20T15:41:34.279Z[ host-image] May 20 15:41:32.833 INFO O| May 20 15:41:32.833 INFO O| Finalize: Reading search index ... Done
44282026-05-20T15:41:37.110Z[ host-image] May 20 15:41:35.664 INFO O| May 20 15:41:35.664 INFO O| Finalize: Building new search index ... Done
44292026-05-20T15:41:37.558Z[ host-image] May 20 15:41:36.112 INFO O| May 20 15:41:36.112 INFO O| Finalize: Updating package cache ... Done
44302026-05-20T15:41:37.755Z[ host-image] May 20 15:41:36.309 INFO O| May 20 15:41:36.309 INFO STEP 11 (pkg_install) COMPLETE
44312026-05-20T15:41:37.755Z[ host-image] May 20 15:41:36.309 INFO O| May 20 15:41:36.309 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44322026-05-20T15:41:37.765Z[ host-image] May 20 15:41:36.319 INFO O| May 20 15:41:36.319 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"]
44332026-05-20T15:41:39.190Z[ recovery-image] May 20 15:41:37.744 INFO O| May 20 15:41:37.743 INFO O| Download: 14091/16556 items 156.4/199.1MB 78% complete (5.2M/s)
44342026-05-20T15:41:39.269Z[ host-image] May 20 15:41:37.823 INFO O| May 20 15:41:37.823 INFO O| Startup: Refreshing catalog 'helios' ... Done
44352026-05-20T15:41:39.343Z[ host-image] May 20 15:41:37.897 INFO O| May 20 15:41:37.896 INFO O| Startup: Caching catalogs ... Done
44362026-05-20T15:41:39.493Z[ host-image] May 20 15:41:38.046 INFO O| May 20 15:41:38.046 INFO O| Planning: Solver setup ... Done
44372026-05-20T15:41:39.497Z[ host-image] May 20 15:41:38.051 INFO O| May 20 15:41:38.051 INFO O| Planning: Running solver ... Done
44382026-05-20T15:41:39.502Z[ host-image] May 20 15:41:38.055 INFO O| May 20 15:41:38.055 INFO O| Planning: Finding local manifests ... Done
44392026-05-20T15:41:39.532Z[ host-image] May 20 15:41:38.086 INFO O| May 20 15:41:38.086 INFO O| Planning: Fetching manifests: 0/6 0% complete
44402026-05-20T15:41:39.664Z[ host-image] May 20 15:41:38.218 INFO O| May 20 15:41:38.217 INFO O| Planning: Fetching manifests: 6/6 100% complete
44412026-05-20T15:41:39.677Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44422026-05-20T15:41:39.687Z[ host-image] May 20 15:41:38.241 INFO O| May 20 15:41:38.240 INFO O| Planning: Package planning ... Done
44432026-05-20T15:41:39.690Z[ host-image] May 20 15:41:38.243 INFO O| May 20 15:41:38.243 INFO O| Planning: Merging actions ... Done
44442026-05-20T15:41:39.792Z[ host-image] May 20 15:41:38.346 INFO O| May 20 15:41:38.346 INFO O| Planning: Checking for conflicting actions ... Done
44452026-05-20T15:41:39.795Z[ host-image] May 20 15:41:38.347 INFO O| May 20 15:41:38.347 INFO O| Planning: Consolidating action changes ... Done
44462026-05-20T15:41:39.942Z[ host-image] May 20 15:41:38.496 INFO O| May 20 15:41:38.495 INFO O| Planning: Evaluating mediators ... Done
44472026-05-20T15:41:39.945Z[ host-image] May 20 15:41:38.497 INFO O| May 20 15:41:38.497 INFO O| Planning: Planning completed in 0.60 seconds
44482026-05-20T15:41:39.945Z[ host-image] May 20 15:41:38.497 INFO O| May 20 15:41:38.497 INFO O| Packages to install: 6
44492026-05-20T15:41:39.945Z[ host-image] May 20 15:41:38.497 INFO O| May 20 15:41:38.497 INFO O| Services to change: 2
44502026-05-20T15:41:39.954Z[ host-image] May 20 15:41:38.508 INFO O| May 20 15:41:38.508 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44512026-05-20T15:41:40.747Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44522026-05-20T15:41:41.820Z[ host-image] May 20 15:41:40.373 INFO O| May 20 15:41:40.373 INFO O| Download: Completed 1.75 MB in 1.86 seconds (958k/s)
44532026-05-20T15:41:41.840Z[ host-image] May 20 15:41:40.394 INFO O| May 20 15:41:40.394 INFO O| Actions: 1/390 actions (Installing new actions)
44542026-05-20T15:41:41.968Z[ host-image] May 20 15:41:40.522 INFO O| May 20 15:41:40.522 INFO O| Actions: Completed 390 actions in 0.13 seconds.
44552026-05-20T15:41:41.975Z[ host-image] May 20 15:41:40.528 INFO O| May 20 15:41:40.528 INFO O| Finalize: Updating package state database ... Done
44562026-05-20T15:41:41.975Z[ host-image] May 20 15:41:40.528 INFO O| May 20 15:41:40.528 INFO O| Finalize: Updating package cache ... Done
44572026-05-20T15:41:41.991Z[ host-image] May 20 15:41:40.545 INFO O| May 20 15:41:40.545 INFO O| Finalize: Updating image state ... Done
44582026-05-20T15:41:44.613Z[ host-image] May 20 15:41:41.410 INFO O| May 20 15:41:41.410 INFO O| Finalize: Creating fast lookup database ... Done
44592026-05-20T15:41:44.621Z[ host-image] May 20 15:41:41.437 INFO O| May 20 15:41:41.437 INFO O| Finalize: Reading search index ... Done
44602026-05-20T15:41:44.621Z[ host-image] May 20 15:41:41.437 INFO O| May 20 15:41:41.437 INFO O| Finalize: Updating search index ... Done
44612026-05-20T15:41:44.621Z[ host-image] May 20 15:41:41.452 INFO O| May 20 15:41:41.452 INFO O| Finalize: Updating package cache ... Done
44622026-05-20T15:41:44.621Z[ host-image] May 20 15:41:41.601 INFO O| May 20 15:41:41.601 INFO STEP 12 (pkg_install) COMPLETE
44632026-05-20T15:41:44.621Z[ host-image] May 20 15:41:41.602 INFO O| May 20 15:41:41.601 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642026-05-20T15:41:44.622Z[ host-image] May 20 15:41:41.613 INFO O| May 20 15:41:41.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44652026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.352 INFO O| May 20 15:41:42.352 INFO O| Startup: Refreshing catalog 'helios' ... Done
44662026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.417 INFO O| May 20 15:41:42.417 INFO O| Startup: Caching catalogs ... Done
44672026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.535 INFO O| May 20 15:41:42.535 INFO O| Planning: Solver setup ... Done
44682026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.540 INFO O| May 20 15:41:42.540 INFO O| Planning: Running solver ... Done
44692026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.543 INFO O| May 20 15:41:42.543 INFO O| Planning: Finding local manifests ... Done
44702026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.613 INFO O| May 20 15:41:42.613 INFO O| Planning: Fetching manifests: 0/6 0% complete
44712026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.783 INFO O| May 20 15:41:42.783 INFO O| Planning: Fetching manifests: 6/6 100% complete
44722026-05-20T15:41:44.622Z[ recovery-image] May 20 15:41:42.819 INFO O| May 20 15:41:42.819 INFO O| Download: 15363/16556 items 167.2/199.1MB 83% complete (2.7M/s)
44732026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.855 INFO O| May 20 15:41:42.855 INFO O| Planning: Package planning ... Done
44742026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.864 INFO O| May 20 15:41:42.864 INFO O| Planning: Merging actions ... Done
44752026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.956 INFO O| May 20 15:41:42.956 INFO O| Planning: Checking for conflicting actions ... Done
44762026-05-20T15:41:44.622Z[ host-image] May 20 15:41:42.959 INFO O| May 20 15:41:42.959 INFO O| Planning: Consolidating action changes ... Done
44772026-05-20T15:41:44.622Z[ host-image] May 20 15:41:43.106 INFO O| May 20 15:41:43.106 INFO O| Planning: Evaluating mediators ... Done
44782026-05-20T15:41:44.622Z[ host-image] May 20 15:41:43.109 INFO O| May 20 15:41:43.109 INFO O| Planning: Planning completed in 0.69 seconds
44792026-05-20T15:41:44.622Z[ host-image] May 20 15:41:43.109 INFO O| May 20 15:41:43.109 INFO O| Packages to install: 6
44802026-05-20T15:41:44.622Z[ host-image] May 20 15:41:43.109 INFO O| May 20 15:41:43.109 INFO O| Mediators to change: 1
44812026-05-20T15:41:44.622Z[ host-image] May 20 15:41:43.109 INFO O| May 20 15:41:43.109 INFO O| Services to change: 1
44822026-05-20T15:41:44.622Z[ host-image] May 20 15:41:43.120 INFO O| May 20 15:41:43.120 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44832026-05-20T15:41:49.309Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44842026-05-20T15:41:49.574Z[ host-image] May 20 15:41:48.121 INFO O| May 20 15:41:48.121 INFO O| Download: 1012/1147 items 3.5/7.8MB 44% complete (706k/s)
44852026-05-20T15:41:50.206Z[ recovery-image] May 20 15:41:48.757 INFO O| May 20 15:41:48.757 INFO O| Download: 15972/16556 items 178.0/199.1MB 89% complete (2.3M/s)
44862026-05-20T15:41:50.220Z[ host-image] May 20 15:41:48.773 INFO O| May 20 15:41:48.773 INFO O| Download: Completed 7.84 MB in 5.65 seconds (1.4M/s)
44872026-05-20T15:41:50.331Z[ host-image] May 20 15:41:48.885 INFO O| May 20 15:41:48.885 INFO O| Actions: 1/1366 actions (Installing new actions)
44882026-05-20T15:41:50.592Z[ host-image] May 20 15:41:49.145 INFO O| May 20 15:41:49.145 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
44892026-05-20T15:41:50.600Z[ host-image] May 20 15:41:49.153 INFO O| May 20 15:41:49.153 INFO O| Finalize: Updating package state database ... Done
44902026-05-20T15:41:50.600Z[ host-image] May 20 15:41:49.153 INFO O| May 20 15:41:49.153 INFO O| Finalize: Updating package cache ... Done
44912026-05-20T15:41:50.618Z[ host-image] May 20 15:41:49.171 INFO O| May 20 15:41:49.171 INFO O| Finalize: Updating image state ... Done
44922026-05-20T15:41:51.525Z[ host-image] May 20 15:41:50.077 INFO O| May 20 15:41:50.077 INFO O| Finalize: Creating fast lookup database ... Done
44932026-05-20T15:41:51.553Z[ host-image] May 20 15:41:50.107 INFO O| May 20 15:41:50.106 INFO O| Finalize: Reading search index ... Done
44942026-05-20T15:41:51.553Z[ host-image] May 20 15:41:50.107 INFO O| May 20 15:41:50.107 INFO O| Finalize: Updating search index ... Done
44952026-05-20T15:41:51.587Z[ host-image] May 20 15:41:50.141 INFO O| May 20 15:41:50.141 INFO O| Finalize: Updating package cache ... Done
44962026-05-20T15:41:51.773Z[ host-image] May 20 15:41:50.325 INFO O| May 20 15:41:50.325 INFO STEP 13 (pkg_install) COMPLETE
44972026-05-20T15:41:51.774Z[ host-image] May 20 15:41:50.325 INFO O| May 20 15:41:50.325 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44982026-05-20T15:41:51.783Z[ host-image] May 20 15:41:50.336 INFO O| May 20 15:41:50.336 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44992026-05-20T15:41:52.696Z[ host-image] May 20 15:41:51.244 INFO O| May 20 15:41:51.244 INFO O| Startup: Refreshing catalog 'helios' ... Done
45002026-05-20T15:41:52.768Z[ host-image] May 20 15:41:51.321 INFO O| May 20 15:41:51.321 INFO O| Startup: Caching catalogs ... Done
45012026-05-20T15:41:52.958Z[ host-image] May 20 15:41:51.513 INFO O| May 20 15:41:51.512 INFO O| Planning: Solver setup ... Done
45022026-05-20T15:41:52.965Z[ host-image] May 20 15:41:51.518 INFO O| May 20 15:41:51.518 INFO O| Planning: Running solver ... Done
45032026-05-20T15:41:52.974Z[ host-image] May 20 15:41:51.522 INFO O| May 20 15:41:51.522 INFO O| Planning: Finding local manifests ... Done
45042026-05-20T15:41:53.003Z[ host-image] May 20 15:41:51.554 INFO O| May 20 15:41:51.554 INFO O| Planning: Fetching manifests: 0/1 0% complete
45052026-05-20T15:41:53.040Z[ host-image] May 20 15:41:51.592 INFO O| May 20 15:41:51.592 INFO O| Planning: Fetching manifests: 1/1 100% complete
45062026-05-20T15:41:53.056Z[ host-image] May 20 15:41:51.609 INFO O| May 20 15:41:51.609 INFO O| Planning: Package planning ... Done
45072026-05-20T15:41:53.056Z[ host-image] May 20 15:41:51.609 INFO O| May 20 15:41:51.609 INFO O| Planning: Merging actions ... Done
45082026-05-20T15:41:53.152Z[ host-image] May 20 15:41:51.706 INFO O| May 20 15:41:51.706 INFO O| Planning: Checking for conflicting actions ... Done
45092026-05-20T15:41:53.157Z[ host-image] May 20 15:41:51.706 INFO O| May 20 15:41:51.706 INFO O| Planning: Consolidating action changes ... Done
45102026-05-20T15:41:53.281Z[ host-image] May 20 15:41:51.835 INFO O| May 20 15:41:51.835 INFO O| Planning: Evaluating mediators ... Done
45112026-05-20T15:41:53.286Z[ host-image] May 20 15:41:51.835 INFO O| May 20 15:41:51.835 INFO O| Planning: Planning completed in 0.51 seconds
45122026-05-20T15:41:53.286Z[ host-image] May 20 15:41:51.835 INFO O| May 20 15:41:51.835 INFO O| Packages to install: 1
45132026-05-20T15:41:53.293Z[ host-image] May 20 15:41:51.845 INFO O| May 20 15:41:51.845 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45142026-05-20T15:41:53.389Z[ recovery-image] May 20 15:41:51.942 INFO O| May 20 15:41:51.942 INFO O| Download: Completed 199.06 MB in 96.07 seconds (2.1M/s)
45152026-05-20T15:41:53.622Z[ host-image] May 20 15:41:52.170 INFO O| May 20 15:41:52.170 INFO O| Download: Completed 12.63 MB in 0.32 seconds (38.9M/s)
45162026-05-20T15:41:53.666Z[ host-image] May 20 15:41:52.218 INFO O| May 20 15:41:52.218 INFO O| Actions: 1/22 actions (Installing new actions)
45172026-05-20T15:41:53.722Z[ recovery-image] May 20 15:41:52.275 INFO O| May 20 15:41:52.275 INFO O| Actions: 1/27360 actions (Installing new actions)
45182026-05-20T15:41:53.875Z[ host-image] May 20 15:41:52.429 INFO O| May 20 15:41:52.429 INFO O| Actions: Completed 22 actions in 0.21 seconds.
45192026-05-20T15:41:53.881Z[ host-image] May 20 15:41:52.435 INFO O| May 20 15:41:52.435 INFO O| Finalize: Updating package state database ... Done
45202026-05-20T15:41:53.881Z[ host-image] May 20 15:41:52.435 INFO O| May 20 15:41:52.435 INFO O| Finalize: Updating package cache ... Done
45212026-05-20T15:41:53.899Z[ host-image] May 20 15:41:52.452 INFO O| May 20 15:41:52.451 INFO O| Finalize: Updating image state ... Done
45222026-05-20T15:41:54.220Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
45232026-05-20T15:41:54.818Z[ host-image] May 20 15:41:53.368 INFO O| May 20 15:41:53.368 INFO O| Finalize: Creating fast lookup database ... Done
45242026-05-20T15:41:54.845Z[ host-image] May 20 15:41:53.395 INFO O| May 20 15:41:53.395 INFO O| Finalize: Reading search index ... Done
45252026-05-20T15:41:54.845Z[ host-image] May 20 15:41:53.395 INFO O| May 20 15:41:53.395 INFO O| Finalize: Updating search index ... Done
45262026-05-20T15:41:54.857Z[ host-image] May 20 15:41:53.405 INFO O| May 20 15:41:53.405 INFO O| Finalize: Updating package cache ... Done
45272026-05-20T15:41:54.987Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.530 INFO STEP 14 (pkg_install) COMPLETE
45282026-05-20T15:41:54.987Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-05-20T15:41:54.993Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO skip step because feature "mbist" is not enabled
45302026-05-20T15:41:54.993Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312026-05-20T15:41:54.993Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO skip step because feature "mfg" is not enabled
45322026-05-20T15:41:54.993Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332026-05-20T15:41:54.993Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO skip step because feature "compliance" is not enabled
45342026-05-20T15:41:54.993Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-05-20T15:41:54.993Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO skip step because feature "stress" is not enabled
45362026-05-20T15:41:54.993Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45372026-05-20T15:41:54.994Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO skip step because feature "compliance" is not enabled
45382026-05-20T15:41:54.994Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45392026-05-20T15:41:54.994Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO skip step because feature "nfs" is not enabled
45402026-05-20T15:41:54.994Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45412026-05-20T15:41:54.994Z[ host-image] May 20 15:41:53.531 INFO O| May 20 15:41:53.531 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45422026-05-20T15:41:55.342Z[ host-image] May 20 15:41:53.886 INFO O| May 20 15:41:53.886 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45432026-05-20T15:41:55.546Z[ host-image] May 20 15:41:54.099 INFO O| May 20 15:41:54.099 INFO completed processing sled/ramdisk-01-os
45442026-05-20T15:41:55.566Z[ host-image] May 20 15:41:54.102 INFO omicron1 baseline generation...
45452026-05-20T15:41:55.566Z[ host-image] May 20 15:41:54.102 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45462026-05-20T15:41:55.860Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45472026-05-20T15:41:56.019Z[ host-image] May 20 15:41:54.563 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23989:20260513T150935Z
45482026-05-20T15:41:58.724Z[ recovery-image] May 20 15:41:57.275 INFO O| May 20 15:41:57.275 INFO O| Actions: 24113/27360 actions (Installing new actions)
45492026-05-20T15:41:59.486Z[ recovery-image] May 20 15:41:58.040 INFO O| May 20 15:41:58.039 INFO O| Actions: Completed 27360 actions in 5.76 seconds.
45502026-05-20T15:41:59.528Z[ recovery-image] May 20 15:41:58.082 INFO O| May 20 15:41:58.082 INFO O| Finalize: Updating package state database ... Done
45512026-05-20T15:41:59.529Z[ recovery-image] May 20 15:41:58.082 INFO O| May 20 15:41:58.082 INFO O| Finalize: Updating package cache ... Done
45522026-05-20T15:41:59.551Z[ recovery-image] May 20 15:41:58.104 INFO O| May 20 15:41:58.104 INFO O| Finalize: Updating image state ... Done
45532026-05-20T15:42:00.108Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45542026-05-20T15:42:00.325Z[ recovery-image] May 20 15:41:58.879 INFO O| May 20 15:41:58.879 INFO O| Finalize: Creating fast lookup database ... Done
45552026-05-20T15:42:00.380Z[ recovery-image] May 20 15:41:58.895 INFO O| May 20 15:41:58.895 INFO O| Finalize: Reading search index ... Done
45562026-05-20T15:42:02.357Z[ recovery-image] May 20 15:42:00.908 INFO O| May 20 15:42:00.908 INFO O| Finalize: Building new search index ... Done
45572026-05-20T15:42:02.741Z[ recovery-image] May 20 15:42:01.224 INFO O| May 20 15:42:01.224 INFO O| Finalize: Updating package cache ... Done
45582026-05-20T15:42:02.805Z[ recovery-image] May 20 15:42:01.352 INFO O| May 20 15:42:01.352 INFO STEP 11 (pkg_install) COMPLETE
45592026-05-20T15:42:02.805Z[ recovery-image] May 20 15:42:01.352 INFO O| May 20 15:42:01.352 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45602026-05-20T15:42:02.805Z[ recovery-image] May 20 15:42:01.352 INFO O| May 20 15:42:01.352 INFO skip step because feature "recovery" is enabled
45612026-05-20T15:42:02.805Z[ recovery-image] May 20 15:42:01.352 INFO O| May 20 15:42:01.352 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45622026-05-20T15:42:02.805Z[ recovery-image] May 20 15:42:01.352 INFO O| May 20 15:42:01.352 INFO skip step because feature "omicron1" is not enabled
45632026-05-20T15:42:02.805Z[ recovery-image] May 20 15:42:01.352 INFO O| May 20 15:42:01.352 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45642026-05-20T15:42:02.812Z[ recovery-image] May 20 15:42:01.362 INFO O| May 20 15:42:01.362 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45652026-05-20T15:42:02.973Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45662026-05-20T15:42:03.603Z[ recovery-image] May 20 15:42:02.156 INFO O| May 20 15:42:02.156 INFO O| Startup: Refreshing catalog 'helios' ... Done
45672026-05-20T15:42:03.689Z[ recovery-image] May 20 15:42:02.242 INFO O| May 20 15:42:02.242 INFO O| Startup: Caching catalogs ... Done
45682026-05-20T15:42:03.808Z[ recovery-image] May 20 15:42:02.361 INFO O| May 20 15:42:02.361 INFO O| Planning: Solver setup ... Done
45692026-05-20T15:42:03.815Z[ recovery-image] May 20 15:42:02.366 INFO O| May 20 15:42:02.366 INFO O| Planning: Running solver ... Done
45702026-05-20T15:42:03.824Z[ recovery-image] May 20 15:42:02.370 INFO O| May 20 15:42:02.370 INFO O| Planning: Finding local manifests ... Done
45712026-05-20T15:42:03.933Z[ recovery-image] May 20 15:42:02.486 INFO O| May 20 15:42:02.486 INFO O| Planning: Fetching manifests: 0/1 0% complete
45722026-05-20T15:42:03.962Z[ recovery-image] May 20 15:42:02.508 INFO O| May 20 15:42:02.508 INFO O| Planning: Fetching manifests: 1/1 100% complete
45732026-05-20T15:42:03.971Z[ recovery-image] May 20 15:42:02.525 INFO O| May 20 15:42:02.525 INFO O| Planning: Package planning ... Done
45742026-05-20T15:42:03.977Z[ recovery-image] May 20 15:42:02.525 INFO O| May 20 15:42:02.525 INFO O| Planning: Merging actions ... Done
45752026-05-20T15:42:03.994Z[ recovery-image] May 20 15:42:02.548 INFO O| May 20 15:42:02.548 INFO O| Planning: Checking for conflicting actions ... Done
45762026-05-20T15:42:03.997Z[ recovery-image] May 20 15:42:02.548 INFO O| May 20 15:42:02.548 INFO O| Planning: Consolidating action changes ... Done
45772026-05-20T15:42:04.088Z[ recovery-image] May 20 15:42:02.642 INFO O| May 20 15:42:02.642 INFO O| Planning: Evaluating mediators ... Done
45782026-05-20T15:42:04.091Z[ recovery-image] May 20 15:42:02.642 INFO O| May 20 15:42:02.642 INFO O| Planning: Planning completed in 0.40 seconds
45792026-05-20T15:42:04.091Z[ recovery-image] May 20 15:42:02.643 INFO O| May 20 15:42:02.643 INFO O| Packages to install: 1
45802026-05-20T15:42:04.105Z[ recovery-image] May 20 15:42:02.659 INFO O| May 20 15:42:02.659 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45812026-05-20T15:42:04.603Z[ recovery-image] May 20 15:42:03.156 INFO O| May 20 15:42:03.156 INFO O| Download: Completed 12.63 MB in 0.48 seconds (26.1M/s)
45822026-05-20T15:42:04.616Z[ recovery-image] May 20 15:42:03.163 INFO O| May 20 15:42:03.163 INFO O| Actions: 1/22 actions (Installing new actions)
45832026-05-20T15:42:04.848Z[ recovery-image] May 20 15:42:03.402 INFO O| May 20 15:42:03.402 INFO O| Actions: Completed 22 actions in 0.24 seconds.
45842026-05-20T15:42:04.898Z[ recovery-image] May 20 15:42:03.408 INFO O| May 20 15:42:03.408 INFO O| Finalize: Updating package state database ... Done
45852026-05-20T15:42:04.898Z[ recovery-image] May 20 15:42:03.408 INFO O| May 20 15:42:03.408 INFO O| Finalize: Updating package cache ... Done
45862026-05-20T15:42:04.902Z[ recovery-image] May 20 15:42:03.424 INFO O| May 20 15:42:03.424 INFO O| Finalize: Updating image state ... Done
45872026-05-20T15:42:05.504Z[ recovery-image] May 20 15:42:04.058 INFO O| May 20 15:42:04.058 INFO O| Finalize: Creating fast lookup database ... Done
45882026-05-20T15:42:05.520Z[ recovery-image] May 20 15:42:04.074 INFO O| May 20 15:42:04.074 INFO O| Finalize: Reading search index ... Done
45892026-05-20T15:42:05.531Z[ recovery-image] May 20 15:42:04.074 INFO O| May 20 15:42:04.074 INFO O| Finalize: Updating search index ... Done
45902026-05-20T15:42:05.531Z[ recovery-image] May 20 15:42:04.085 INFO O| May 20 15:42:04.084 INFO O| Finalize: Updating package cache ... Done
45912026-05-20T15:42:05.655Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO STEP 14 (pkg_install) COMPLETE
45922026-05-20T15:42:05.655Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45932026-05-20T15:42:05.658Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO skip step because feature "mbist" is not enabled
45942026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45952026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO skip step because feature "mfg" is not enabled
45962026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45972026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO skip step because feature "compliance" is not enabled
45982026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45992026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO skip step because feature "stress" is not enabled
46002026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46012026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO skip step because feature "compliance" is not enabled
46022026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46032026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO skip step because feature "nfs" is not enabled
46042026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46052026-05-20T15:42:05.659Z[ recovery-image] May 20 15:42:04.208 INFO O| May 20 15:42:04.208 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46062026-05-20T15:42:05.724Z[ recovery-image] May 20 15:42:04.278 INFO O| May 20 15:42:04.278 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46072026-05-20T15:42:05.865Z[ recovery-image] May 20 15:42:04.419 INFO O| May 20 15:42:04.419 INFO completed processing sled/ramdisk-01-os
46082026-05-20T15:42:05.869Z[ recovery-image] May 20 15:42:04.422 INFO image builder template: ramdisk-02-trim...
46092026-05-20T15:42:05.869Z[ recovery-image] May 20 15:42:04.422 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/.tmpGtoU0F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
46102026-05-20T15:42:05.889Z[ recovery-image] May 20 15:42:04.443 INFO O| May 20 15:42:04.442 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46112026-05-20T15:42:05.896Z[ recovery-image] May 20 15:42:04.447 INFO O| May 20 15:42:04.447 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46122026-05-20T15:42:06.052Z[ recovery-image] May 20 15:42:04.590 INFO O| May 20 15:42:04.590 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46132026-05-20T15:42:06.179Z[ recovery-image] May 20 15:42:04.723 INFO O| May 20 15:42:04.723 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46142026-05-20T15:42:06.179Z[ recovery-image] May 20 15:42:04.723 INFO O| May 20 15:42:04.723 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46152026-05-20T15:42:06.193Z[ recovery-image] May 20 15:42:04.728 INFO O| May 20 15:42:04.728 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46162026-05-20T15:42:06.193Z[ recovery-image] May 20 15:42:04.732 INFO O| May 20 15:42:04.732 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46172026-05-20T15:42:06.193Z[ recovery-image] May 20 15:42:04.736 INFO O| May 20 15:42:04.736 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46182026-05-20T15:42:08.206Z[ recovery-image] May 20 15:42:06.759 INFO O| May 20 15:42:06.759 INFO rolled back to input snapshot; work may begin
46192026-05-20T15:42:08.206Z[ recovery-image] May 20 15:42:06.759 INFO O| May 20 15:42:06.759 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46202026-05-20T15:42:08.217Z[ recovery-image] May 20 15:42:06.764 INFO O| May 20 15:42:06.764 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-05-20T15:42:08.221Z[ recovery-image] May 20 15:42:06.772 INFO O| May 20 15:42:06.772 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46222026-05-20T15:42:08.252Z[ recovery-image] May 20 15:42:06.806 INFO O| May 20 15:42:06.806 INFO STEP 0 (remove_files) COMPLETE
46232026-05-20T15:42:08.252Z[ recovery-image] May 20 15:42:06.806 INFO O| May 20 15:42:06.806 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-05-20T15:42:08.266Z[ recovery-image] May 20 15:42:06.816 INFO O| May 20 15:42:06.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46252026-05-20T15:42:08.266Z[ recovery-image] May 20 15:42:06.817 INFO O| May 20 15:42:06.817 INFO STEP 1 (remove_files) COMPLETE
46262026-05-20T15:42:08.266Z[ recovery-image] May 20 15:42:06.817 INFO O| May 20 15:42:06.817 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-05-20T15:42:08.279Z[ recovery-image] May 20 15:42:06.827 INFO O| May 20 15:42:06.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46282026-05-20T15:42:08.291Z[ recovery-image] May 20 15:42:06.839 INFO O| May 20 15:42:06.839 INFO STEP 2 (remove_files) COMPLETE
46292026-05-20T15:42:08.291Z[ recovery-image] May 20 15:42:06.839 INFO O| May 20 15:42:06.839 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-05-20T15:42:08.302Z[ recovery-image] May 20 15:42:06.850 INFO O| May 20 15:42:06.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46312026-05-20T15:42:08.302Z[ recovery-image] May 20 15:42:06.852 INFO O| May 20 15:42:06.852 INFO STEP 3 (remove_files) COMPLETE
46322026-05-20T15:42:08.302Z[ recovery-image] May 20 15:42:06.852 INFO O| May 20 15:42:06.852 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-05-20T15:42:08.308Z[ recovery-image] May 20 15:42:06.862 INFO O| May 20 15:42:06.861 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46342026-05-20T15:42:08.316Z[ recovery-image] May 20 15:42:06.870 INFO O| May 20 15:42:06.864 INFO STEP 4 (remove_files) COMPLETE
46352026-05-20T15:42:08.316Z[ recovery-image] May 20 15:42:06.870 INFO O| May 20 15:42:06.864 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-05-20T15:42:08.320Z[ recovery-image] May 20 15:42:06.874 INFO O| May 20 15:42:06.874 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46372026-05-20T15:42:08.320Z[ recovery-image] May 20 15:42:06.874 INFO O| May 20 15:42:06.874 INFO STEP 5 (remove_files) COMPLETE
46382026-05-20T15:42:08.334Z[ recovery-image] May 20 15:42:06.874 INFO O| May 20 15:42:06.874 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-05-20T15:42:08.334Z[ recovery-image] May 20 15:42:06.884 INFO O| May 20 15:42:06.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46402026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO STEP 6 (remove_files) COMPLETE
46412026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO skip step because feature "heliosv2" is not enabled
46432026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO skip step because feature "recovery" is enabled
46452026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO skip step because feature "recovery" is enabled
46472026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO skip step because feature "recovery" is enabled
46492026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.894 INFO O| May 20 15:42:06.894 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502026-05-20T15:42:08.352Z[ recovery-image] May 20 15:42:06.905 INFO O| May 20 15:42:06.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46512026-05-20T15:42:08.368Z[ recovery-image] May 20 15:42:06.907 INFO O| May 20 15:42:06.907 INFO STEP 11 (remove_files) COMPLETE
46522026-05-20T15:42:08.368Z[ recovery-image] May 20 15:42:06.907 INFO O| May 20 15:42:06.907 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532026-05-20T15:42:08.368Z[ recovery-image] May 20 15:42:06.917 INFO O| May 20 15:42:06.917 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46542026-05-20T15:42:08.369Z[ recovery-image] May 20 15:42:06.918 INFO O| May 20 15:42:06.918 INFO STEP 12 (remove_files) COMPLETE
46552026-05-20T15:42:08.369Z[ recovery-image] May 20 15:42:06.918 INFO O| May 20 15:42:06.918 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562026-05-20T15:42:08.374Z[ recovery-image] May 20 15:42:06.927 INFO O| May 20 15:42:06.927 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46572026-05-20T15:42:08.388Z[ recovery-image] May 20 15:42:06.928 INFO O| May 20 15:42:06.928 INFO STEP 13 (remove_files) COMPLETE
46582026-05-20T15:42:08.388Z[ recovery-image] May 20 15:42:06.929 INFO O| May 20 15:42:06.928 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592026-05-20T15:42:08.469Z[ recovery-image] May 20 15:42:07.017 INFO O| May 20 15:42:07.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46602026-05-20T15:42:08.488Z[ recovery-image] May 20 15:42:07.023 INFO O| May 20 15:42:07.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46612026-05-20T15:42:08.553Z[ recovery-image] May 20 15:42:07.107 INFO O| May 20 15:42:07.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46622026-05-20T15:42:08.553Z[ recovery-image] May 20 15:42:07.107 INFO O| May 20 15:42:07.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46632026-05-20T15:42:08.564Z[ recovery-image] May 20 15:42:07.115 INFO O| May 20 15:42:07.115 INFO STEP 14 (remove_files) COMPLETE
46642026-05-20T15:42:08.564Z[ recovery-image] May 20 15:42:07.115 INFO O| May 20 15:42:07.115 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652026-05-20T15:42:08.581Z[ recovery-image] May 20 15:42:07.126 INFO O| May 20 15:42:07.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46662026-05-20T15:42:08.581Z[ recovery-image] May 20 15:42:07.127 INFO O| May 20 15:42:07.127 INFO STEP 15 (remove_files) COMPLETE
46672026-05-20T15:42:08.582Z[ recovery-image] May 20 15:42:07.127 INFO O| May 20 15:42:07.127 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682026-05-20T15:42:08.586Z[ recovery-image] May 20 15:42:07.137 INFO O| May 20 15:42:07.137 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46692026-05-20T15:42:08.589Z[ recovery-image] May 20 15:42:07.143 INFO O| May 20 15:42:07.143 INFO STEP 16 (remove_files) COMPLETE
46702026-05-20T15:42:08.589Z[ recovery-image] May 20 15:42:07.143 INFO O| May 20 15:42:07.143 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712026-05-20T15:42:08.601Z[ recovery-image] May 20 15:42:07.154 INFO O| May 20 15:42:07.154 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46722026-05-20T15:42:08.601Z[ recovery-image] May 20 15:42:07.154 INFO O| May 20 15:42:07.154 INFO STEP 17 (remove_files) COMPLETE
46732026-05-20T15:42:08.604Z[ recovery-image] May 20 15:42:07.154 INFO O| May 20 15:42:07.154 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742026-05-20T15:42:08.611Z[ recovery-image] May 20 15:42:07.165 INFO O| May 20 15:42:07.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46752026-05-20T15:42:08.614Z[ recovery-image] May 20 15:42:07.166 INFO O| May 20 15:42:07.166 INFO STEP 18 (remove_files) COMPLETE
46762026-05-20T15:42:08.614Z[ recovery-image] May 20 15:42:07.166 INFO O| May 20 15:42:07.166 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772026-05-20T15:42:08.623Z[ recovery-image] May 20 15:42:07.177 INFO O| May 20 15:42:07.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46782026-05-20T15:42:08.623Z[ recovery-image] May 20 15:42:07.177 INFO O| May 20 15:42:07.177 INFO STEP 19 (remove_files) COMPLETE
46792026-05-20T15:42:08.627Z[ recovery-image] May 20 15:42:07.177 INFO O| May 20 15:42:07.177 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802026-05-20T15:42:08.646Z[ recovery-image] May 20 15:42:07.186 INFO O| May 20 15:42:07.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46812026-05-20T15:42:08.646Z[ recovery-image] May 20 15:42:07.186 INFO O| May 20 15:42:07.186 INFO STEP 20 (remove_files) COMPLETE
46822026-05-20T15:42:08.676Z[ recovery-image] May 20 15:42:07.186 INFO O| May 20 15:42:07.186 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832026-05-20T15:42:08.676Z[ recovery-image] May 20 15:42:07.196 INFO O| May 20 15:42:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46842026-05-20T15:42:08.676Z[ recovery-image] May 20 15:42:07.196 INFO O| May 20 15:42:07.196 INFO STEP 21 (remove_files) COMPLETE
46852026-05-20T15:42:08.676Z[ recovery-image] May 20 15:42:07.196 INFO O| May 20 15:42:07.196 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862026-05-20T15:42:08.676Z[ recovery-image] May 20 15:42:07.206 INFO O| May 20 15:42:07.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46872026-05-20T15:42:08.677Z[ recovery-image] May 20 15:42:07.206 INFO O| May 20 15:42:07.206 INFO STEP 22 (remove_files) COMPLETE
46882026-05-20T15:42:08.677Z[ recovery-image] May 20 15:42:07.206 INFO O| May 20 15:42:07.206 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892026-05-20T15:42:08.677Z[ recovery-image] May 20 15:42:07.215 INFO O| May 20 15:42:07.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46902026-05-20T15:42:08.677Z[ recovery-image] May 20 15:42:07.215 INFO O| May 20 15:42:07.215 INFO STEP 23 (remove_files) COMPLETE
46912026-05-20T15:42:08.677Z[ recovery-image] May 20 15:42:07.215 INFO O| May 20 15:42:07.215 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-05-20T15:42:08.687Z[ recovery-image] May 20 15:42:07.226 INFO O| May 20 15:42:07.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46932026-05-20T15:42:08.687Z[ recovery-image] May 20 15:42:07.226 INFO O| May 20 15:42:07.226 INFO STEP 24 (remove_files) COMPLETE
46942026-05-20T15:42:08.687Z[ recovery-image] May 20 15:42:07.226 INFO O| May 20 15:42:07.226 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952026-05-20T15:42:08.687Z[ recovery-image] May 20 15:42:07.235 INFO O| May 20 15:42:07.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46962026-05-20T15:42:08.687Z[ recovery-image] May 20 15:42:07.236 INFO O| May 20 15:42:07.235 INFO STEP 25 (remove_files) COMPLETE
46972026-05-20T15:42:08.687Z[ recovery-image] May 20 15:42:07.236 INFO O| May 20 15:42:07.235 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982026-05-20T15:42:08.691Z[ recovery-image] May 20 15:42:07.244 INFO O| May 20 15:42:07.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46992026-05-20T15:42:08.691Z[ recovery-image] May 20 15:42:07.244 INFO O| May 20 15:42:07.244 INFO STEP 26 (remove_files) COMPLETE
47002026-05-20T15:42:08.691Z[ recovery-image] May 20 15:42:07.244 INFO O| May 20 15:42:07.244 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-05-20T15:42:08.706Z[ recovery-image] May 20 15:42:07.253 INFO O| May 20 15:42:07.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47022026-05-20T15:42:08.706Z[ recovery-image] May 20 15:42:07.253 INFO O| May 20 15:42:07.253 INFO STEP 27 (remove_files) COMPLETE
47032026-05-20T15:42:08.706Z[ recovery-image] May 20 15:42:07.253 INFO O| May 20 15:42:07.253 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-05-20T15:42:08.709Z[ recovery-image] May 20 15:42:07.262 INFO O| May 20 15:42:07.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47052026-05-20T15:42:08.709Z[ recovery-image] May 20 15:42:07.263 INFO O| May 20 15:42:07.262 INFO STEP 28 (remove_files) COMPLETE
47062026-05-20T15:42:08.709Z[ recovery-image] May 20 15:42:07.263 INFO O| May 20 15:42:07.262 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-05-20T15:42:08.718Z[ recovery-image] May 20 15:42:07.272 INFO O| May 20 15:42:07.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47082026-05-20T15:42:08.718Z[ recovery-image] May 20 15:42:07.272 INFO O| May 20 15:42:07.272 INFO STEP 29 (remove_files) COMPLETE
47092026-05-20T15:42:08.718Z[ recovery-image] May 20 15:42:07.272 INFO O| May 20 15:42:07.272 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102026-05-20T15:42:08.726Z[ recovery-image] May 20 15:42:07.280 INFO O| May 20 15:42:07.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47112026-05-20T15:42:08.727Z[ recovery-image] May 20 15:42:07.280 INFO O| May 20 15:42:07.280 INFO STEP 30 (remove_files) COMPLETE
47122026-05-20T15:42:08.737Z[ recovery-image] May 20 15:42:07.280 INFO O| May 20 15:42:07.280 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-05-20T15:42:08.737Z[ recovery-image] May 20 15:42:07.289 INFO O| May 20 15:42:07.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47142026-05-20T15:42:08.737Z[ recovery-image] May 20 15:42:07.289 INFO O| May 20 15:42:07.289 INFO STEP 31 (remove_files) COMPLETE
47152026-05-20T15:42:08.737Z[ recovery-image] May 20 15:42:07.289 INFO O| May 20 15:42:07.289 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-05-20T15:42:08.744Z[ recovery-image] May 20 15:42:07.298 INFO O| May 20 15:42:07.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47172026-05-20T15:42:08.744Z[ recovery-image] May 20 15:42:07.298 INFO O| May 20 15:42:07.298 INFO STEP 32 (remove_files) COMPLETE
47182026-05-20T15:42:08.748Z[ recovery-image] May 20 15:42:07.298 INFO O| May 20 15:42:07.298 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-05-20T15:42:08.774Z[ recovery-image] May 20 15:42:07.306 INFO O| May 20 15:42:07.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47202026-05-20T15:42:08.774Z[ recovery-image] May 20 15:42:07.306 INFO O| May 20 15:42:07.306 INFO STEP 33 (remove_files) COMPLETE
47212026-05-20T15:42:08.774Z[ recovery-image] May 20 15:42:07.306 INFO O| May 20 15:42:07.306 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-05-20T15:42:08.790Z[ recovery-image] May 20 15:42:07.331 INFO O| May 20 15:42:07.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47232026-05-20T15:42:08.791Z[ recovery-image] May 20 15:42:07.331 INFO O| May 20 15:42:07.315 INFO STEP 34 (remove_files) COMPLETE
47242026-05-20T15:42:08.791Z[ recovery-image] May 20 15:42:07.331 INFO O| May 20 15:42:07.315 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-05-20T15:42:08.791Z[ recovery-image] May 20 15:42:07.331 INFO O| May 20 15:42:07.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47262026-05-20T15:42:08.791Z[ recovery-image] May 20 15:42:07.331 INFO O| May 20 15:42:07.324 INFO STEP 35 (remove_files) COMPLETE
47272026-05-20T15:42:08.791Z[ recovery-image] May 20 15:42:07.331 INFO O| May 20 15:42:07.324 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-05-20T15:42:08.805Z[ recovery-image] May 20 15:42:07.358 INFO O| May 20 15:42:07.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47292026-05-20T15:42:08.805Z[ recovery-image] May 20 15:42:07.358 INFO O| May 20 15:42:07.358 INFO STEP 36 (remove_files) COMPLETE
47302026-05-20T15:42:08.805Z[ recovery-image] May 20 15:42:07.358 INFO O| May 20 15:42:07.358 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312026-05-20T15:42:08.821Z[ recovery-image] May 20 15:42:07.367 INFO O| May 20 15:42:07.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47322026-05-20T15:42:08.822Z[ recovery-image] May 20 15:42:07.367 INFO O| May 20 15:42:07.367 INFO STEP 37 (remove_files) COMPLETE
47332026-05-20T15:42:08.822Z[ recovery-image] May 20 15:42:07.367 INFO O| May 20 15:42:07.367 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-05-20T15:42:08.870Z[ recovery-image] May 20 15:42:07.423 INFO O| May 20 15:42:07.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47352026-05-20T15:42:08.870Z[ recovery-image] May 20 15:42:07.423 INFO O| May 20 15:42:07.423 INFO STEP 38 (remove_files) COMPLETE
47362026-05-20T15:42:08.875Z[ recovery-image] May 20 15:42:07.423 INFO O| May 20 15:42:07.423 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47372026-05-20T15:42:08.879Z[ recovery-image] May 20 15:42:07.433 INFO O| May 20 15:42:07.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47382026-05-20T15:42:08.880Z[ recovery-image] May 20 15:42:07.434 INFO O| May 20 15:42:07.434 INFO STEP 39 (remove_files) COMPLETE
47392026-05-20T15:42:08.880Z[ recovery-image] May 20 15:42:07.434 INFO O| May 20 15:42:07.434 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-05-20T15:42:08.889Z[ recovery-image] May 20 15:42:07.443 INFO O| May 20 15:42:07.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47412026-05-20T15:42:08.890Z[ recovery-image] May 20 15:42:07.443 INFO O| May 20 15:42:07.443 INFO STEP 40 (remove_files) COMPLETE
47422026-05-20T15:42:08.896Z[ recovery-image] May 20 15:42:07.443 INFO O| May 20 15:42:07.443 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-05-20T15:42:08.903Z[ recovery-image] May 20 15:42:07.452 INFO O| May 20 15:42:07.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47442026-05-20T15:42:08.903Z[ recovery-image] May 20 15:42:07.452 INFO O| May 20 15:42:07.452 INFO STEP 41 (remove_files) COMPLETE
47452026-05-20T15:42:08.903Z[ recovery-image] May 20 15:42:07.452 INFO O| May 20 15:42:07.452 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462026-05-20T15:42:08.912Z[ recovery-image] May 20 15:42:07.461 INFO O| May 20 15:42:07.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47472026-05-20T15:42:08.912Z[ recovery-image] May 20 15:42:07.461 INFO O| May 20 15:42:07.461 INFO STEP 42 (remove_files) COMPLETE
47482026-05-20T15:42:08.912Z[ recovery-image] May 20 15:42:07.461 INFO O| May 20 15:42:07.461 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47492026-05-20T15:42:08.916Z[ recovery-image] May 20 15:42:07.470 INFO O| May 20 15:42:07.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47502026-05-20T15:42:08.916Z[ recovery-image] May 20 15:42:07.470 INFO O| May 20 15:42:07.470 INFO STEP 43 (remove_files) COMPLETE
47512026-05-20T15:42:08.916Z[ recovery-image] May 20 15:42:07.470 INFO O| May 20 15:42:07.470 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522026-05-20T15:42:08.926Z[ recovery-image] May 20 15:42:07.479 INFO O| May 20 15:42:07.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47532026-05-20T15:42:08.926Z[ recovery-image] May 20 15:42:07.479 INFO O| May 20 15:42:07.479 INFO STEP 44 (remove_files) COMPLETE
47542026-05-20T15:42:08.926Z[ recovery-image] May 20 15:42:07.479 INFO O| May 20 15:42:07.479 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-05-20T15:42:08.933Z[ recovery-image] May 20 15:42:07.487 INFO O| May 20 15:42:07.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47562026-05-20T15:42:08.933Z[ recovery-image] May 20 15:42:07.487 INFO O| May 20 15:42:07.487 INFO STEP 45 (remove_files) COMPLETE
47572026-05-20T15:42:08.933Z[ recovery-image] May 20 15:42:07.487 INFO O| May 20 15:42:07.487 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582026-05-20T15:42:08.947Z[ recovery-image] May 20 15:42:07.495 INFO O| May 20 15:42:07.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47592026-05-20T15:42:08.947Z[ recovery-image] May 20 15:42:07.495 INFO O| May 20 15:42:07.495 INFO STEP 46 (remove_files) COMPLETE
47602026-05-20T15:42:08.956Z[ recovery-image] May 20 15:42:07.495 INFO O| May 20 15:42:07.495 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-05-20T15:42:08.956Z[ recovery-image] May 20 15:42:07.502 INFO O| May 20 15:42:07.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47622026-05-20T15:42:08.956Z[ recovery-image] May 20 15:42:07.502 INFO O| May 20 15:42:07.502 INFO STEP 47 (remove_files) COMPLETE
47632026-05-20T15:42:08.956Z[ recovery-image] May 20 15:42:07.502 INFO O| May 20 15:42:07.502 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47642026-05-20T15:42:08.962Z[ recovery-image] May 20 15:42:07.510 INFO O| May 20 15:42:07.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47652026-05-20T15:42:08.962Z[ recovery-image] May 20 15:42:07.510 INFO O| May 20 15:42:07.510 INFO STEP 48 (remove_files) COMPLETE
47662026-05-20T15:42:08.962Z[ recovery-image] May 20 15:42:07.510 INFO O| May 20 15:42:07.510 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47672026-05-20T15:42:08.969Z[ recovery-image] May 20 15:42:07.518 INFO O| May 20 15:42:07.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47682026-05-20T15:42:08.969Z[ recovery-image] May 20 15:42:07.518 INFO O| May 20 15:42:07.518 INFO STEP 49 (remove_files) COMPLETE
47692026-05-20T15:42:08.969Z[ recovery-image] May 20 15:42:07.518 INFO O| May 20 15:42:07.518 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702026-05-20T15:42:08.977Z[ recovery-image] May 20 15:42:07.525 INFO O| May 20 15:42:07.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47712026-05-20T15:42:08.977Z[ recovery-image] May 20 15:42:07.525 INFO O| May 20 15:42:07.525 INFO STEP 50 (remove_files) COMPLETE
47722026-05-20T15:42:08.977Z[ recovery-image] May 20 15:42:07.525 INFO O| May 20 15:42:07.525 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47732026-05-20T15:42:08.986Z[ recovery-image] May 20 15:42:07.534 INFO O| May 20 15:42:07.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47742026-05-20T15:42:08.986Z[ recovery-image] May 20 15:42:07.534 INFO O| May 20 15:42:07.534 INFO STEP 51 (remove_files) COMPLETE
47752026-05-20T15:42:08.986Z[ recovery-image] May 20 15:42:07.534 INFO O| May 20 15:42:07.534 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-05-20T15:42:09.000Z[ recovery-image] May 20 15:42:07.542 INFO O| May 20 15:42:07.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47772026-05-20T15:42:09.000Z[ recovery-image] May 20 15:42:07.542 INFO O| May 20 15:42:07.542 INFO STEP 52 (remove_files) COMPLETE
47782026-05-20T15:42:09.000Z[ recovery-image] May 20 15:42:07.542 INFO O| May 20 15:42:07.542 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47792026-05-20T15:42:09.000Z[ recovery-image] May 20 15:42:07.550 INFO O| May 20 15:42:07.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47802026-05-20T15:42:09.000Z[ recovery-image] May 20 15:42:07.550 INFO O| May 20 15:42:07.550 INFO STEP 53 (remove_files) COMPLETE
47812026-05-20T15:42:09.000Z[ recovery-image] May 20 15:42:07.550 INFO O| May 20 15:42:07.550 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-05-20T15:42:09.014Z[ recovery-image] May 20 15:42:07.558 INFO O| May 20 15:42:07.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47832026-05-20T15:42:09.014Z[ recovery-image] May 20 15:42:07.558 INFO O| May 20 15:42:07.558 INFO STEP 54 (remove_files) COMPLETE
47842026-05-20T15:42:09.014Z[ recovery-image] May 20 15:42:07.558 INFO O| May 20 15:42:07.558 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47852026-05-20T15:42:09.014Z[ recovery-image] May 20 15:42:07.567 INFO O| May 20 15:42:07.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47862026-05-20T15:42:09.014Z[ recovery-image] May 20 15:42:07.567 INFO O| May 20 15:42:07.567 INFO STEP 55 (remove_files) COMPLETE
47872026-05-20T15:42:09.015Z[ recovery-image] May 20 15:42:07.567 INFO O| May 20 15:42:07.567 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-05-20T15:42:09.043Z[ recovery-image] May 20 15:42:07.576 INFO O| May 20 15:42:07.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47892026-05-20T15:42:09.043Z[ recovery-image] May 20 15:42:07.576 INFO O| May 20 15:42:07.576 INFO STEP 56 (remove_files) COMPLETE
47902026-05-20T15:42:09.043Z[ recovery-image] May 20 15:42:07.576 INFO O| May 20 15:42:07.576 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47912026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.584 INFO O| May 20 15:42:07.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47922026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.585 INFO O| May 20 15:42:07.584 INFO STEP 57 (remove_files) COMPLETE
47932026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.585 INFO O| May 20 15:42:07.584 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.593 INFO O| May 20 15:42:07.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47952026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.593 INFO O| May 20 15:42:07.593 INFO STEP 58 (remove_files) COMPLETE
47962026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.593 INFO O| May 20 15:42:07.593 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47972026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47982026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47992026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48002026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48012026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48022026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48032026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 INFO ok!
48042026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 INFO STEP 59 (ensure_file) COMPLETE
48052026-05-20T15:42:09.069Z[ recovery-image] May 20 15:42:07.601 INFO O| May 20 15:42:07.601 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48062026-05-20T15:42:09.075Z[ recovery-image] May 20 15:42:07.609 INFO O| May 20 15:42:07.609 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48072026-05-20T15:42:09.075Z[ recovery-image] May 20 15:42:07.610 INFO O| May 20 15:42:07.609 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48082026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.610 INFO O| May 20 15:42:07.610 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48092026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.610 INFO O| May 20 15:42:07.610 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48102026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.610 INFO O| May 20 15:42:07.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48112026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.610 INFO O| May 20 15:42:07.610 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48122026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.610 INFO O| May 20 15:42:07.610 INFO ok!
48132026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.610 INFO O| May 20 15:42:07.610 INFO STEP 60 (ensure_file) COMPLETE
48142026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.610 INFO O| May 20 15:42:07.610 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48152026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.618 INFO O| May 20 15:42:07.618 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48162026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.618 INFO O| May 20 15:42:07.618 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48172026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.618 INFO O| May 20 15:42:07.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48182026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.618 INFO O| May 20 15:42:07.618 INFO ok!
48192026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.618 INFO O| May 20 15:42:07.618 INFO STEP 61 (ensure_file) COMPLETE
48202026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.618 INFO O| May 20 15:42:07.618 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48212026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.627 INFO O| May 20 15:42:07.627 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48222026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.627 INFO O| May 20 15:42:07.627 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48232026-05-20T15:42:09.076Z[ recovery-image] May 20 15:42:07.627 INFO O| May 20 15:42:07.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48242026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.627 INFO O| May 20 15:42:07.627 INFO ok!
48252026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.627 INFO O| May 20 15:42:07.627 INFO STEP 62 (ensure_file) COMPLETE
48262026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.627 INFO O| May 20 15:42:07.627 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48272026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.636 INFO O| May 20 15:42:07.636 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48282026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.636 INFO O| May 20 15:42:07.636 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48292026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.636 INFO O| May 20 15:42:07.636 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48302026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.636 INFO O| May 20 15:42:07.636 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48312026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.636 INFO O| May 20 15:42:07.636 INFO ok!
48322026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.636 INFO O| May 20 15:42:07.636 INFO STEP 63 (ensure_file) COMPLETE
48332026-05-20T15:42:09.090Z[ recovery-image] May 20 15:42:07.636 INFO O| May 20 15:42:07.636 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48342026-05-20T15:42:09.118Z[ recovery-image] May 20 15:42:07.645 INFO O| May 20 15:42:07.645 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48352026-05-20T15:42:09.118Z[ recovery-image] May 20 15:42:07.645 INFO O| May 20 15:42:07.645 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48362026-05-20T15:42:09.118Z[ recovery-image] May 20 15:42:07.645 INFO O| May 20 15:42:07.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48372026-05-20T15:42:09.118Z[ recovery-image] May 20 15:42:07.645 INFO O| May 20 15:42:07.645 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48382026-05-20T15:42:09.118Z[ recovery-image] May 20 15:42:07.645 INFO O| May 20 15:42:07.645 INFO ok!
48392026-05-20T15:42:09.118Z[ recovery-image] May 20 15:42:07.645 INFO O| May 20 15:42:07.645 INFO STEP 64 (ensure_file) COMPLETE
48402026-05-20T15:42:09.118Z[ recovery-image] May 20 15:42:07.645 INFO O| May 20 15:42:07.645 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48412026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.656 INFO O| May 20 15:42:07.655 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48422026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.656 INFO O| May 20 15:42:07.656 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48432026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.656 INFO O| May 20 15:42:07.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48442026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.656 INFO O| May 20 15:42:07.656 INFO ok!
48452026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.656 INFO O| May 20 15:42:07.656 INFO STEP 65 (assemble_files) COMPLETE
48462026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.656 INFO O| May 20 15:42:07.656 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48472026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48482026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48492026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48502026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48512026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO ok!
48522026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO STEP 66 (ensure_file) COMPLETE
48532026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48542026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO skip step because feature "omicron1" is not enabled
48552026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48562026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO skip step because feature "omicron1" is not enabled
48572026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48582026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO skip step because feature "omicron1" is not enabled
48592026-05-20T15:42:09.123Z[ recovery-image] May 20 15:42:07.673 INFO O| May 20 15:42:07.673 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48602026-05-20T15:42:09.138Z[ recovery-image] May 20 15:42:07.687 INFO O| May 20 15:42:07.686 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48612026-05-20T15:42:09.138Z[ recovery-image] May 20 15:42:07.687 INFO O| May 20 15:42:07.686 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48622026-05-20T15:42:10.378Z[ recovery-image] May 20 15:42:08.932 INFO O| May 20 15:42:08.932 INFO STEP 70 (pack_tar) COMPLETE
48632026-05-20T15:42:10.378Z[ recovery-image] May 20 15:42:08.932 INFO O| May 20 15:42:08.932 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48642026-05-20T15:42:10.378Z[ recovery-image] May 20 15:42:08.932 INFO O| May 20 15:42:08.932 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48652026-05-20T15:42:10.864Z[ recovery-image] May 20 15:42:09.417 INFO O| May 20 15:42:09.417 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48662026-05-20T15:42:10.987Z[ recovery-image] May 20 15:42:09.541 INFO O| May 20 15:42:09.541 INFO completed processing sled/ramdisk-02-trim
48672026-05-20T15:42:11.002Z[ recovery-image] May 20 15:42:09.543 INFO image builder template: ramdisk-03-recovery-trim...
48682026-05-20T15:42:11.003Z[ recovery-image] May 20 15:42:09.543 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/.tmpGtoU0F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48692026-05-20T15:42:11.003Z[ recovery-image] May 20 15:42:09.548 INFO O| May 20 15:42:09.548 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48702026-05-20T15:42:11.069Z[ recovery-image] May 20 15:42:09.623 INFO O| May 20 15:42:09.622 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48712026-05-20T15:42:11.072Z[ recovery-image] May 20 15:42:09.626 INFO O| May 20 15:42:09.626 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48722026-05-20T15:42:11.145Z[ recovery-image] May 20 15:42:09.699 INFO O| May 20 15:42:09.698 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48732026-05-20T15:42:11.218Z[ recovery-image] May 20 15:42:09.766 INFO O| May 20 15:42:09.766 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48742026-05-20T15:42:11.218Z[ recovery-image] May 20 15:42:09.766 INFO O| May 20 15:42:09.766 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48752026-05-20T15:42:11.222Z[ recovery-image] May 20 15:42:09.772 INFO O| May 20 15:42:09.772 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48762026-05-20T15:42:11.222Z[ recovery-image] May 20 15:42:09.775 INFO O| May 20 15:42:09.775 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48772026-05-20T15:42:11.245Z[ recovery-image] May 20 15:42:09.780 INFO O| May 20 15:42:09.779 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48782026-05-20T15:42:11.825Z[ recovery-image] May 20 15:42:10.378 INFO O| May 20 15:42:10.378 INFO rolled back to input snapshot; work may begin
48792026-05-20T15:42:11.825Z[ recovery-image] May 20 15:42:10.378 INFO O| May 20 15:42:10.378 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48802026-05-20T15:42:11.830Z[ recovery-image] May 20 15:42:10.384 INFO O| May 20 15:42:10.384 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48812026-05-20T15:42:11.841Z[ recovery-image] May 20 15:42:10.395 INFO O| May 20 15:42:10.395 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48822026-05-20T15:42:11.849Z[ recovery-image] May 20 15:42:10.402 INFO O| May 20 15:42:10.402 INFO STEP 0 (remove_files) COMPLETE
48832026-05-20T15:42:11.850Z[ recovery-image] May 20 15:42:10.402 INFO O| May 20 15:42:10.402 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48842026-05-20T15:42:11.859Z[ recovery-image] May 20 15:42:10.413 INFO O| May 20 15:42:10.413 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48852026-05-20T15:42:11.907Z[ recovery-image] May 20 15:42:10.461 INFO O| May 20 15:42:10.461 INFO STEP 1 (remove_files) COMPLETE
48862026-05-20T15:42:11.907Z[ recovery-image] May 20 15:42:10.461 INFO O| May 20 15:42:10.461 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48872026-05-20T15:42:11.916Z[ recovery-image] May 20 15:42:10.470 INFO O| May 20 15:42:10.470 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48882026-05-20T15:42:11.929Z[ recovery-image] May 20 15:42:10.473 INFO O| May 20 15:42:10.473 INFO STEP 2 (remove_files) COMPLETE
48892026-05-20T15:42:11.929Z[ recovery-image] May 20 15:42:10.473 INFO O| May 20 15:42:10.473 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48902026-05-20T15:42:11.936Z[ recovery-image] May 20 15:42:10.482 INFO O| May 20 15:42:10.482 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48912026-05-20T15:42:11.981Z[ recovery-image] May 20 15:42:10.517 INFO O| May 20 15:42:10.517 INFO STEP 3 (remove_files) COMPLETE
48922026-05-20T15:42:11.982Z[ recovery-image] May 20 15:42:10.517 INFO O| May 20 15:42:10.517 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48932026-05-20T15:42:11.999Z[ recovery-image] May 20 15:42:10.526 INFO O| May 20 15:42:10.526 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48942026-05-20T15:42:12.012Z[ recovery-image] May 20 15:42:10.548 INFO O| May 20 15:42:10.548 INFO STEP 4 (remove_files) COMPLETE
48952026-05-20T15:42:12.012Z[ recovery-image] May 20 15:42:10.548 INFO O| May 20 15:42:10.548 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48962026-05-20T15:42:12.084Z[ recovery-image] May 20 15:42:10.629 INFO O| May 20 15:42:10.629 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48972026-05-20T15:42:12.097Z[ recovery-image] May 20 15:42:10.631 INFO O| May 20 15:42:10.631 INFO STEP 5 (remove_files) COMPLETE
48982026-05-20T15:42:12.097Z[ recovery-image] May 20 15:42:10.631 INFO O| May 20 15:42:10.631 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48992026-05-20T15:42:12.108Z[ recovery-image] May 20 15:42:10.655 INFO O| May 20 15:42:10.655 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49002026-05-20T15:42:12.120Z[ recovery-image] May 20 15:42:10.657 INFO O| May 20 15:42:10.657 INFO STEP 6 (remove_files) COMPLETE
49012026-05-20T15:42:12.120Z[ recovery-image] May 20 15:42:10.657 INFO O| May 20 15:42:10.657 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49022026-05-20T15:42:12.134Z[ recovery-image] May 20 15:42:10.688 INFO O| May 20 15:42:10.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49032026-05-20T15:42:12.137Z[ recovery-image] May 20 15:42:10.691 INFO O| May 20 15:42:10.691 INFO STEP 7 (remove_files) COMPLETE
49042026-05-20T15:42:12.137Z[ recovery-image] May 20 15:42:10.691 INFO O| May 20 15:42:10.691 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49052026-05-20T15:42:12.151Z[ recovery-image] May 20 15:42:10.705 INFO O| May 20 15:42:10.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49062026-05-20T15:42:12.151Z[ recovery-image] May 20 15:42:10.705 INFO O| May 20 15:42:10.705 INFO STEP 8 (remove_files) COMPLETE
49072026-05-20T15:42:12.151Z[ recovery-image] May 20 15:42:10.705 INFO O| May 20 15:42:10.705 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49082026-05-20T15:42:12.161Z[ recovery-image] May 20 15:42:10.714 INFO O| May 20 15:42:10.714 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49092026-05-20T15:42:12.171Z[ recovery-image] May 20 15:42:10.715 INFO O| May 20 15:42:10.715 INFO STEP 9 (remove_files) COMPLETE
49102026-05-20T15:42:12.171Z[ recovery-image] May 20 15:42:10.715 INFO O| May 20 15:42:10.715 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49112026-05-20T15:42:12.171Z[ recovery-image] May 20 15:42:10.724 INFO O| May 20 15:42:10.724 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49122026-05-20T15:42:12.506Z[ recovery-image] May 20 15:42:11.046 INFO O| May 20 15:42:11.046 INFO STEP 10 (remove_files) COMPLETE
49132026-05-20T15:42:12.506Z[ recovery-image] May 20 15:42:11.046 INFO O| May 20 15:42:11.046 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49142026-05-20T15:42:12.574Z[ recovery-image] May 20 15:42:11.087 INFO O| May 20 15:42:11.087 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49152026-05-20T15:42:12.608Z[ recovery-image] May 20 15:42:11.161 INFO O| May 20 15:42:11.161 INFO STEP 11 (remove_files) COMPLETE
49162026-05-20T15:42:12.608Z[ recovery-image] May 20 15:42:11.161 INFO O| May 20 15:42:11.161 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49172026-05-20T15:42:12.629Z[ recovery-image] May 20 15:42:11.173 INFO O| May 20 15:42:11.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49182026-05-20T15:42:12.645Z[ recovery-image] May 20 15:42:11.176 INFO O| May 20 15:42:11.176 INFO STEP 12 (remove_files) COMPLETE
49192026-05-20T15:42:12.645Z[ recovery-image] May 20 15:42:11.176 INFO O| May 20 15:42:11.176 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49202026-05-20T15:42:12.645Z[ recovery-image] May 20 15:42:11.187 INFO O| May 20 15:42:11.187 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49212026-05-20T15:42:12.645Z[ recovery-image] May 20 15:42:11.187 INFO O| May 20 15:42:11.187 INFO STEP 13 (remove_files) COMPLETE
49222026-05-20T15:42:12.645Z[ recovery-image] May 20 15:42:11.187 INFO O| May 20 15:42:11.187 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49232026-05-20T15:42:12.645Z[ recovery-image] May 20 15:42:11.198 INFO O| May 20 15:42:11.198 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49242026-05-20T15:42:12.645Z[ recovery-image] May 20 15:42:11.198 INFO O| May 20 15:42:11.198 INFO STEP 14 (remove_files) COMPLETE
49252026-05-20T15:42:12.645Z[ recovery-image] May 20 15:42:11.198 INFO O| May 20 15:42:11.198 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49262026-05-20T15:42:12.660Z[ recovery-image] May 20 15:42:11.210 INFO O| May 20 15:42:11.210 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49272026-05-20T15:42:12.667Z[ recovery-image] May 20 15:42:11.221 INFO O| May 20 15:42:11.221 INFO STEP 15 (remove_files) COMPLETE
49282026-05-20T15:42:12.667Z[ recovery-image] May 20 15:42:11.221 INFO O| May 20 15:42:11.221 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49292026-05-20T15:42:12.681Z[ recovery-image] May 20 15:42:11.233 INFO O| May 20 15:42:11.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49302026-05-20T15:42:12.681Z[ recovery-image] May 20 15:42:11.233 INFO O| May 20 15:42:11.233 INFO STEP 16 (remove_files) COMPLETE
49312026-05-20T15:42:12.681Z[ recovery-image] May 20 15:42:11.233 INFO O| May 20 15:42:11.233 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49322026-05-20T15:42:12.690Z[ recovery-image] May 20 15:42:11.244 INFO O| May 20 15:42:11.244 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49332026-05-20T15:42:12.690Z[ recovery-image] May 20 15:42:11.244 INFO O| May 20 15:42:11.244 INFO STEP 17 (remove_files) COMPLETE
49342026-05-20T15:42:12.690Z[ recovery-image] May 20 15:42:11.244 INFO O| May 20 15:42:11.244 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49352026-05-20T15:42:12.703Z[ recovery-image] May 20 15:42:11.253 INFO O| May 20 15:42:11.253 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49362026-05-20T15:42:12.736Z[ recovery-image] May 20 15:42:11.290 INFO O| May 20 15:42:11.290 INFO STEP 18 (remove_files) COMPLETE
49372026-05-20T15:42:12.736Z[ recovery-image] May 20 15:42:11.290 INFO O| May 20 15:42:11.290 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49382026-05-20T15:42:12.751Z[ recovery-image] May 20 15:42:11.300 INFO O| May 20 15:42:11.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49392026-05-20T15:42:12.752Z[ recovery-image] May 20 15:42:11.300 INFO O| May 20 15:42:11.300 INFO STEP 19 (remove_files) COMPLETE
49402026-05-20T15:42:12.752Z[ recovery-image] May 20 15:42:11.300 INFO O| May 20 15:42:11.300 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49412026-05-20T15:42:12.778Z[ recovery-image] May 20 15:42:11.310 INFO O| May 20 15:42:11.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49422026-05-20T15:42:12.778Z[ recovery-image] May 20 15:42:11.312 INFO O| May 20 15:42:11.312 INFO STEP 20 (remove_files) COMPLETE
49432026-05-20T15:42:12.779Z[ recovery-image] May 20 15:42:11.312 INFO O| May 20 15:42:11.312 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49442026-05-20T15:42:12.779Z[ recovery-image] May 20 15:42:11.321 INFO O| May 20 15:42:11.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49452026-05-20T15:42:12.779Z[ recovery-image] May 20 15:42:11.322 INFO O| May 20 15:42:11.322 INFO STEP 21 (remove_files) COMPLETE
49462026-05-20T15:42:12.779Z[ recovery-image] May 20 15:42:11.322 INFO O| May 20 15:42:11.322 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49472026-05-20T15:42:12.782Z[ recovery-image] May 20 15:42:11.331 INFO O| May 20 15:42:11.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49482026-05-20T15:42:12.782Z[ recovery-image] May 20 15:42:11.332 INFO O| May 20 15:42:11.332 INFO STEP 22 (remove_files) COMPLETE
49492026-05-20T15:42:12.782Z[ recovery-image] May 20 15:42:11.332 INFO O| May 20 15:42:11.332 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49502026-05-20T15:42:12.799Z[ recovery-image] May 20 15:42:11.341 INFO O| May 20 15:42:11.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49512026-05-20T15:42:12.799Z[ recovery-image] May 20 15:42:11.342 INFO O| May 20 15:42:11.342 INFO STEP 23 (remove_files) COMPLETE
49522026-05-20T15:42:12.799Z[ recovery-image] May 20 15:42:11.342 INFO O| May 20 15:42:11.342 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49532026-05-20T15:42:12.799Z[ recovery-image] May 20 15:42:11.351 INFO O| May 20 15:42:11.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49542026-05-20T15:42:12.799Z[ recovery-image] May 20 15:42:11.352 INFO O| May 20 15:42:11.352 INFO STEP 24 (remove_files) COMPLETE
49552026-05-20T15:42:12.799Z[ recovery-image] May 20 15:42:11.352 INFO O| May 20 15:42:11.352 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49562026-05-20T15:42:12.812Z[ recovery-image] May 20 15:42:11.360 INFO O| May 20 15:42:11.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49572026-05-20T15:42:12.812Z[ recovery-image] May 20 15:42:11.360 INFO O| May 20 15:42:11.360 INFO STEP 25 (remove_files) COMPLETE
49582026-05-20T15:42:12.812Z[ recovery-image] May 20 15:42:11.360 INFO O| May 20 15:42:11.360 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49592026-05-20T15:42:12.826Z[ recovery-image] May 20 15:42:11.368 INFO O| May 20 15:42:11.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49602026-05-20T15:42:12.826Z[ recovery-image] May 20 15:42:11.368 INFO O| May 20 15:42:11.368 INFO STEP 26 (remove_files) COMPLETE
49612026-05-20T15:42:12.826Z[ recovery-image] May 20 15:42:11.368 INFO O| May 20 15:42:11.368 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49622026-05-20T15:42:12.826Z[ recovery-image] May 20 15:42:11.376 INFO O| May 20 15:42:11.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49632026-05-20T15:42:12.826Z[ recovery-image] May 20 15:42:11.377 INFO O| May 20 15:42:11.377 INFO STEP 27 (remove_files) COMPLETE
49642026-05-20T15:42:12.826Z[ recovery-image] May 20 15:42:11.377 INFO O| May 20 15:42:11.377 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49652026-05-20T15:42:12.845Z[ recovery-image] May 20 15:42:11.399 INFO O| May 20 15:42:11.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49662026-05-20T15:42:12.857Z[ recovery-image] May 20 15:42:11.400 INFO O| May 20 15:42:11.400 INFO STEP 28 (remove_files) COMPLETE
49672026-05-20T15:42:12.857Z[ recovery-image] May 20 15:42:11.400 INFO O| May 20 15:42:11.400 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49682026-05-20T15:42:12.861Z[ recovery-image] May 20 15:42:11.412 INFO O| May 20 15:42:11.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49692026-05-20T15:42:12.875Z[ recovery-image] May 20 15:42:11.422 INFO O| May 20 15:42:11.422 INFO STEP 29 (remove_files) COMPLETE
49702026-05-20T15:42:12.875Z[ recovery-image] May 20 15:42:11.422 INFO O| May 20 15:42:11.422 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49712026-05-20T15:42:12.879Z[ recovery-image] May 20 15:42:11.433 INFO O| May 20 15:42:11.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49722026-05-20T15:42:12.892Z[ recovery-image] May 20 15:42:11.434 INFO O| May 20 15:42:11.433 INFO STEP 30 (remove_files) COMPLETE
49732026-05-20T15:42:12.892Z[ recovery-image] May 20 15:42:11.434 INFO O| May 20 15:42:11.433 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49742026-05-20T15:42:12.892Z[ recovery-image] May 20 15:42:11.443 INFO O| May 20 15:42:11.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49752026-05-20T15:42:12.892Z[ recovery-image] May 20 15:42:11.444 INFO O| May 20 15:42:11.444 INFO STEP 31 (remove_files) COMPLETE
49762026-05-20T15:42:12.892Z[ recovery-image] May 20 15:42:11.444 INFO O| May 20 15:42:11.444 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49772026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.453 INFO O| May 20 15:42:11.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49782026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.453 INFO O| May 20 15:42:11.453 INFO STEP 32 (remove_files) COMPLETE
49792026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.453 INFO O| May 20 15:42:11.453 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49802026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.462 INFO O| May 20 15:42:11.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49812026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.462 INFO O| May 20 15:42:11.462 INFO STEP 33 (remove_files) COMPLETE
49822026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.462 INFO O| May 20 15:42:11.462 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49832026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.470 INFO O| May 20 15:42:11.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49842026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.470 INFO O| May 20 15:42:11.470 INFO STEP 34 (remove_files) COMPLETE
49852026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.470 INFO O| May 20 15:42:11.470 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49862026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.477 INFO O| May 20 15:42:11.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49872026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.478 INFO O| May 20 15:42:11.477 INFO STEP 35 (remove_files) COMPLETE
49882026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.478 INFO O| May 20 15:42:11.478 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49892026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.486 INFO O| May 20 15:42:11.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49902026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.486 INFO O| May 20 15:42:11.486 INFO STEP 36 (remove_files) COMPLETE
49912026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.486 INFO O| May 20 15:42:11.486 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49922026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.495 INFO O| May 20 15:42:11.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49932026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.495 INFO O| May 20 15:42:11.495 INFO STEP 37 (remove_files) COMPLETE
49942026-05-20T15:42:13.200Z[ recovery-image] May 20 15:42:11.495 INFO O| May 20 15:42:11.495 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49952026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.505 INFO O| May 20 15:42:11.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49962026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.505 INFO O| May 20 15:42:11.505 INFO STEP 38 (remove_files) COMPLETE
49972026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.505 INFO O| May 20 15:42:11.505 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49982026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.515 INFO O| May 20 15:42:11.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49992026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.515 INFO O| May 20 15:42:11.515 INFO STEP 39 (remove_files) COMPLETE
50002026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.515 INFO O| May 20 15:42:11.515 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50012026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.525 INFO O| May 20 15:42:11.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50022026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.525 INFO O| May 20 15:42:11.525 INFO STEP 40 (remove_files) COMPLETE
50032026-05-20T15:42:13.201Z[ recovery-image] May 20 15:42:11.525 INFO O| May 20 15:42:11.525 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50042026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.535 INFO O| May 20 15:42:11.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50052026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.535 INFO O| May 20 15:42:11.535 INFO STEP 41 (remove_files) COMPLETE
50062026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.535 INFO O| May 20 15:42:11.535 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50072026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.543 INFO O| May 20 15:42:11.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50082026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.543 INFO O| May 20 15:42:11.543 INFO STEP 42 (remove_files) COMPLETE
50092026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.543 INFO O| May 20 15:42:11.543 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50102026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.552 INFO O| May 20 15:42:11.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50112026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.552 INFO O| May 20 15:42:11.552 INFO STEP 43 (remove_files) COMPLETE
50122026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.552 INFO O| May 20 15:42:11.552 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50132026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.561 INFO O| May 20 15:42:11.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50142026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.561 INFO O| May 20 15:42:11.561 INFO STEP 44 (remove_files) COMPLETE
50152026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.561 INFO O| May 20 15:42:11.561 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50162026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.569 INFO O| May 20 15:42:11.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50172026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.569 INFO O| May 20 15:42:11.569 INFO STEP 45 (remove_files) COMPLETE
50182026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.569 INFO O| May 20 15:42:11.569 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50192026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.578 INFO O| May 20 15:42:11.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50202026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.578 INFO O| May 20 15:42:11.578 INFO STEP 46 (remove_files) COMPLETE
50212026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.578 INFO O| May 20 15:42:11.578 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50222026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.587 INFO O| May 20 15:42:11.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50232026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.587 INFO O| May 20 15:42:11.587 INFO STEP 47 (remove_files) COMPLETE
50242026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.587 INFO O| May 20 15:42:11.587 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50252026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.596 INFO O| May 20 15:42:11.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50262026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.596 INFO O| May 20 15:42:11.596 INFO STEP 48 (remove_files) COMPLETE
50272026-05-20T15:42:13.202Z[ recovery-image] May 20 15:42:11.596 INFO O| May 20 15:42:11.596 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50282026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.604 INFO O| May 20 15:42:11.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50292026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.605 INFO O| May 20 15:42:11.605 INFO STEP 49 (remove_files) COMPLETE
50302026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.605 INFO O| May 20 15:42:11.605 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50312026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.614 INFO O| May 20 15:42:11.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50322026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.614 INFO O| May 20 15:42:11.614 INFO STEP 50 (remove_files) COMPLETE
50332026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.614 INFO O| May 20 15:42:11.614 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50342026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.639 INFO O| May 20 15:42:11.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50352026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.639 INFO O| May 20 15:42:11.639 INFO STEP 51 (remove_files) COMPLETE
50362026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.639 INFO O| May 20 15:42:11.639 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50372026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.649 INFO O| May 20 15:42:11.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50382026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.649 INFO O| May 20 15:42:11.649 INFO STEP 52 (remove_files) COMPLETE
50392026-05-20T15:42:13.203Z[ recovery-image] May 20 15:42:11.649 INFO O| May 20 15:42:11.649 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50402026-05-20T15:42:13.205Z[ recovery-image] May 20 15:42:11.658 INFO O| May 20 15:42:11.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50412026-05-20T15:42:13.205Z[ recovery-image] May 20 15:42:11.658 INFO O| May 20 15:42:11.658 INFO STEP 53 (remove_files) COMPLETE
50422026-05-20T15:42:13.205Z[ recovery-image] May 20 15:42:11.658 INFO O| May 20 15:42:11.658 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50432026-05-20T15:42:13.205Z[ recovery-image] May 20 15:42:11.689 INFO O| May 20 15:42:11.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50442026-05-20T15:42:13.205Z[ recovery-image] May 20 15:42:11.689 INFO O| May 20 15:42:11.689 INFO STEP 54 (remove_files) COMPLETE
50452026-05-20T15:42:13.205Z[ recovery-image] May 20 15:42:11.689 INFO O| May 20 15:42:11.689 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50462026-05-20T15:42:13.205Z[ recovery-image] May 20 15:42:11.719 INFO O| May 20 15:42:11.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50472026-05-20T15:42:13.205Z[ recovery-image] May 20 15:42:11.719 INFO O| May 20 15:42:11.719 INFO STEP 55 (remove_files) COMPLETE
50482026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.719 INFO O| May 20 15:42:11.719 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50492026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.728 INFO O| May 20 15:42:11.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50502026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.728 INFO O| May 20 15:42:11.728 INFO STEP 56 (remove_files) COMPLETE
50512026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.728 INFO O| May 20 15:42:11.728 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50522026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.736 INFO O| May 20 15:42:11.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50532026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.736 INFO O| May 20 15:42:11.736 INFO STEP 57 (remove_files) COMPLETE
50542026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.736 INFO O| May 20 15:42:11.736 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50552026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.745 INFO O| May 20 15:42:11.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50562026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.745 INFO O| May 20 15:42:11.745 INFO STEP 58 (remove_files) COMPLETE
50572026-05-20T15:42:13.206Z[ recovery-image] May 20 15:42:11.745 INFO O| May 20 15:42:11.745 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50582026-05-20T15:42:13.216Z[ recovery-image] May 20 15:42:11.753 INFO O| May 20 15:42:11.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50592026-05-20T15:42:13.216Z[ recovery-image] May 20 15:42:11.753 INFO O| May 20 15:42:11.753 INFO STEP 59 (remove_files) COMPLETE
50602026-05-20T15:42:13.216Z[ recovery-image] May 20 15:42:11.753 INFO O| May 20 15:42:11.753 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50612026-05-20T15:42:13.216Z[ recovery-image] May 20 15:42:11.761 INFO O| May 20 15:42:11.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50622026-05-20T15:42:13.216Z[ recovery-image] May 20 15:42:11.762 INFO O| May 20 15:42:11.761 INFO STEP 60 (remove_files) COMPLETE
50632026-05-20T15:42:13.216Z[ recovery-image] May 20 15:42:11.762 INFO O| May 20 15:42:11.761 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50642026-05-20T15:42:13.227Z[ recovery-image] May 20 15:42:11.770 INFO O| May 20 15:42:11.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50652026-05-20T15:42:13.227Z[ recovery-image] May 20 15:42:11.770 INFO O| May 20 15:42:11.770 INFO STEP 61 (remove_files) COMPLETE
50662026-05-20T15:42:13.227Z[ recovery-image] May 20 15:42:11.770 INFO O| May 20 15:42:11.770 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50672026-05-20T15:42:13.227Z[ recovery-image] May 20 15:42:11.779 INFO O| May 20 15:42:11.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50682026-05-20T15:42:13.227Z[ recovery-image] May 20 15:42:11.779 INFO O| May 20 15:42:11.779 INFO STEP 62 (remove_files) COMPLETE
50692026-05-20T15:42:13.227Z[ recovery-image] May 20 15:42:11.779 INFO O| May 20 15:42:11.779 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50702026-05-20T15:42:13.238Z[ recovery-image] May 20 15:42:11.788 INFO O| May 20 15:42:11.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50712026-05-20T15:42:13.239Z[ recovery-image] May 20 15:42:11.788 INFO O| May 20 15:42:11.788 INFO STEP 63 (remove_files) COMPLETE
50722026-05-20T15:42:13.239Z[ recovery-image] May 20 15:42:11.788 INFO O| May 20 15:42:11.788 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50732026-05-20T15:42:13.251Z[ recovery-image] May 20 15:42:11.797 INFO O| May 20 15:42:11.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50742026-05-20T15:42:13.251Z[ recovery-image] May 20 15:42:11.797 INFO O| May 20 15:42:11.797 INFO STEP 64 (remove_files) COMPLETE
50752026-05-20T15:42:13.251Z[ recovery-image] May 20 15:42:11.797 INFO O| May 20 15:42:11.797 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50762026-05-20T15:42:13.254Z[ recovery-image] May 20 15:42:11.806 INFO O| May 20 15:42:11.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50772026-05-20T15:42:13.254Z[ recovery-image] May 20 15:42:11.806 INFO O| May 20 15:42:11.806 INFO STEP 65 (remove_files) COMPLETE
50782026-05-20T15:42:13.254Z[ recovery-image] May 20 15:42:11.806 INFO O| May 20 15:42:11.806 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50792026-05-20T15:42:13.270Z[ recovery-image] May 20 15:42:11.815 INFO O| May 20 15:42:11.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50802026-05-20T15:42:13.270Z[ recovery-image] May 20 15:42:11.815 INFO O| May 20 15:42:11.815 INFO STEP 66 (remove_files) COMPLETE
50812026-05-20T15:42:13.270Z[ recovery-image] May 20 15:42:11.815 INFO O| May 20 15:42:11.815 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50822026-05-20T15:42:13.274Z[ recovery-image] May 20 15:42:11.825 INFO O| May 20 15:42:11.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50832026-05-20T15:42:13.274Z[ recovery-image] May 20 15:42:11.825 INFO O| May 20 15:42:11.825 INFO STEP 67 (remove_files) COMPLETE
50842026-05-20T15:42:13.274Z[ recovery-image] May 20 15:42:11.825 INFO O| May 20 15:42:11.825 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50852026-05-20T15:42:13.287Z[ recovery-image] May 20 15:42:11.834 INFO O| May 20 15:42:11.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50862026-05-20T15:42:13.289Z[ recovery-image] May 20 15:42:11.834 INFO O| May 20 15:42:11.834 INFO STEP 68 (remove_files) COMPLETE
50872026-05-20T15:42:13.290Z[ recovery-image] May 20 15:42:11.834 INFO O| May 20 15:42:11.834 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50882026-05-20T15:42:13.296Z[ recovery-image] May 20 15:42:11.843 INFO O| May 20 15:42:11.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50892026-05-20T15:42:13.297Z[ recovery-image] May 20 15:42:11.843 INFO O| May 20 15:42:11.843 INFO STEP 69 (remove_files) COMPLETE
50902026-05-20T15:42:13.297Z[ recovery-image] May 20 15:42:11.843 INFO O| May 20 15:42:11.843 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50912026-05-20T15:42:13.313Z[ recovery-image] May 20 15:42:11.851 INFO O| May 20 15:42:11.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50922026-05-20T15:42:13.313Z[ recovery-image] May 20 15:42:11.851 INFO O| May 20 15:42:11.851 INFO STEP 70 (remove_files) COMPLETE
50932026-05-20T15:42:13.313Z[ recovery-image] May 20 15:42:11.851 INFO O| May 20 15:42:11.851 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50942026-05-20T15:42:13.313Z[ recovery-image] May 20 15:42:11.859 INFO O| May 20 15:42:11.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50952026-05-20T15:42:13.313Z[ recovery-image] May 20 15:42:11.859 INFO O| May 20 15:42:11.859 INFO STEP 71 (remove_files) COMPLETE
50962026-05-20T15:42:13.313Z[ recovery-image] May 20 15:42:11.859 INFO O| May 20 15:42:11.859 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50972026-05-20T15:42:13.323Z[ recovery-image] May 20 15:42:11.867 INFO O| May 20 15:42:11.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50982026-05-20T15:42:13.323Z[ recovery-image] May 20 15:42:11.867 INFO O| May 20 15:42:11.867 INFO STEP 72 (remove_files) COMPLETE
50992026-05-20T15:42:13.324Z[ recovery-image] May 20 15:42:11.867 INFO O| May 20 15:42:11.867 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51002026-05-20T15:42:13.324Z[ recovery-image] May 20 15:42:11.875 INFO O| May 20 15:42:11.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51012026-05-20T15:42:13.324Z[ recovery-image] May 20 15:42:11.875 INFO O| May 20 15:42:11.875 INFO STEP 73 (remove_files) COMPLETE
51022026-05-20T15:42:13.324Z[ recovery-image] May 20 15:42:11.875 INFO O| May 20 15:42:11.875 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51032026-05-20T15:42:13.329Z[ recovery-image] May 20 15:42:11.883 INFO O| May 20 15:42:11.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51042026-05-20T15:42:13.329Z[ recovery-image] May 20 15:42:11.883 INFO O| May 20 15:42:11.883 INFO STEP 74 (remove_files) COMPLETE
51052026-05-20T15:42:13.329Z[ recovery-image] May 20 15:42:11.883 INFO O| May 20 15:42:11.883 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51062026-05-20T15:42:13.337Z[ recovery-image] May 20 15:42:11.891 INFO O| May 20 15:42:11.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51072026-05-20T15:42:13.337Z[ recovery-image] May 20 15:42:11.891 INFO O| May 20 15:42:11.891 INFO STEP 75 (remove_files) COMPLETE
51082026-05-20T15:42:13.347Z[ recovery-image] May 20 15:42:11.891 INFO O| May 20 15:42:11.891 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51092026-05-20T15:42:13.347Z[ recovery-image] May 20 15:42:11.900 INFO O| May 20 15:42:11.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51102026-05-20T15:42:13.347Z[ recovery-image] May 20 15:42:11.900 INFO O| May 20 15:42:11.900 INFO STEP 76 (remove_files) COMPLETE
51112026-05-20T15:42:13.347Z[ recovery-image] May 20 15:42:11.900 INFO O| May 20 15:42:11.900 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51122026-05-20T15:42:13.369Z[ recovery-image] May 20 15:42:11.922 INFO O| May 20 15:42:11.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51132026-05-20T15:42:13.369Z[ recovery-image] May 20 15:42:11.922 INFO O| May 20 15:42:11.922 INFO STEP 77 (remove_files) COMPLETE
51142026-05-20T15:42:13.372Z[ recovery-image] May 20 15:42:11.922 INFO O| May 20 15:42:11.922 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51152026-05-20T15:42:13.380Z[ recovery-image] May 20 15:42:11.931 INFO O| May 20 15:42:11.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51162026-05-20T15:42:13.380Z[ recovery-image] May 20 15:42:11.931 INFO O| May 20 15:42:11.931 INFO STEP 78 (remove_files) COMPLETE
51172026-05-20T15:42:13.396Z[ recovery-image] May 20 15:42:11.931 INFO O| May 20 15:42:11.931 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51182026-05-20T15:42:13.396Z[ recovery-image] May 20 15:42:11.940 INFO O| May 20 15:42:11.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51192026-05-20T15:42:13.396Z[ recovery-image] May 20 15:42:11.940 INFO O| May 20 15:42:11.940 INFO STEP 79 (remove_files) COMPLETE
51202026-05-20T15:42:13.396Z[ recovery-image] May 20 15:42:11.940 INFO O| May 20 15:42:11.940 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51212026-05-20T15:42:13.405Z[ recovery-image] May 20 15:42:11.948 INFO O| May 20 15:42:11.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51222026-05-20T15:42:13.405Z[ recovery-image] May 20 15:42:11.948 INFO O| May 20 15:42:11.948 INFO STEP 80 (remove_files) COMPLETE
51232026-05-20T15:42:13.405Z[ recovery-image] May 20 15:42:11.948 INFO O| May 20 15:42:11.948 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51242026-05-20T15:42:13.408Z[ recovery-image] May 20 15:42:11.955 INFO O| May 20 15:42:11.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51252026-05-20T15:42:13.408Z[ recovery-image] May 20 15:42:11.955 INFO O| May 20 15:42:11.955 INFO STEP 81 (remove_files) COMPLETE
51262026-05-20T15:42:13.408Z[ recovery-image] May 20 15:42:11.955 INFO O| May 20 15:42:11.955 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51272026-05-20T15:42:13.418Z[ recovery-image] May 20 15:42:11.963 INFO O| May 20 15:42:11.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51282026-05-20T15:42:13.419Z[ recovery-image] May 20 15:42:11.965 INFO O| May 20 15:42:11.965 INFO STEP 82 (remove_files) COMPLETE
51292026-05-20T15:42:13.419Z[ recovery-image] May 20 15:42:11.965 INFO O| May 20 15:42:11.965 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51302026-05-20T15:42:13.427Z[ recovery-image] May 20 15:42:11.974 INFO O| May 20 15:42:11.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51312026-05-20T15:42:13.437Z[ recovery-image] May 20 15:42:11.988 INFO O| May 20 15:42:11.988 INFO STEP 83 (remove_files) COMPLETE
51322026-05-20T15:42:13.437Z[ recovery-image] May 20 15:42:11.988 INFO O| May 20 15:42:11.988 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51332026-05-20T15:42:13.502Z[ recovery-image] May 20 15:42:12.055 INFO O| May 20 15:42:12.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51342026-05-20T15:42:13.502Z[ recovery-image] May 20 15:42:12.055 INFO O| May 20 15:42:12.055 INFO STEP 84 (remove_files) COMPLETE
51352026-05-20T15:42:13.502Z[ recovery-image] May 20 15:42:12.055 INFO O| May 20 15:42:12.055 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51362026-05-20T15:42:13.526Z[ recovery-image] May 20 15:42:12.066 INFO O| May 20 15:42:12.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51372026-05-20T15:42:13.526Z[ recovery-image] May 20 15:42:12.066 INFO O| May 20 15:42:12.066 INFO STEP 85 (remove_files) COMPLETE
51382026-05-20T15:42:13.526Z[ recovery-image] May 20 15:42:12.066 INFO O| May 20 15:42:12.066 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51392026-05-20T15:42:13.537Z[ recovery-image] May 20 15:42:12.075 INFO O| May 20 15:42:12.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51402026-05-20T15:42:13.537Z[ recovery-image] May 20 15:42:12.075 INFO O| May 20 15:42:12.075 INFO STEP 86 (remove_files) COMPLETE
51412026-05-20T15:42:13.537Z[ recovery-image] May 20 15:42:12.075 INFO O| May 20 15:42:12.075 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51422026-05-20T15:42:13.537Z[ recovery-image] May 20 15:42:12.086 INFO O| May 20 15:42:12.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51432026-05-20T15:42:13.537Z[ recovery-image] May 20 15:42:12.087 INFO O| May 20 15:42:12.087 INFO STEP 87 (remove_files) COMPLETE
51442026-05-20T15:42:13.537Z[ recovery-image] May 20 15:42:12.087 INFO O| May 20 15:42:12.087 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51452026-05-20T15:42:13.543Z[ recovery-image] May 20 15:42:12.096 INFO O| May 20 15:42:12.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51462026-05-20T15:42:13.543Z[ recovery-image] May 20 15:42:12.096 INFO O| May 20 15:42:12.096 INFO STEP 88 (remove_files) COMPLETE
51472026-05-20T15:42:13.543Z[ recovery-image] May 20 15:42:12.097 INFO O| May 20 15:42:12.096 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51482026-05-20T15:42:13.553Z[ recovery-image] May 20 15:42:12.106 INFO O| May 20 15:42:12.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51492026-05-20T15:42:13.555Z[ recovery-image] May 20 15:42:12.107 INFO O| May 20 15:42:12.107 INFO STEP 89 (remove_files) COMPLETE
51502026-05-20T15:42:13.555Z[ recovery-image] May 20 15:42:12.107 INFO O| May 20 15:42:12.107 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51512026-05-20T15:42:13.562Z[ recovery-image] May 20 15:42:12.116 INFO O| May 20 15:42:12.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51522026-05-20T15:42:13.562Z[ recovery-image] May 20 15:42:12.116 INFO O| May 20 15:42:12.116 INFO STEP 90 (remove_files) COMPLETE
51532026-05-20T15:42:13.569Z[ recovery-image] May 20 15:42:12.116 INFO O| May 20 15:42:12.116 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51542026-05-20T15:42:13.573Z[ recovery-image] May 20 15:42:12.127 INFO O| May 20 15:42:12.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51552026-05-20T15:42:13.574Z[ recovery-image] May 20 15:42:12.127 INFO O| May 20 15:42:12.127 INFO STEP 91 (remove_files) COMPLETE
51562026-05-20T15:42:13.577Z[ recovery-image] May 20 15:42:12.127 INFO O| May 20 15:42:12.127 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51572026-05-20T15:42:13.584Z[ recovery-image] May 20 15:42:12.138 INFO O| May 20 15:42:12.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51582026-05-20T15:42:13.584Z[ recovery-image] May 20 15:42:12.138 INFO O| May 20 15:42:12.138 INFO STEP 92 (remove_files) COMPLETE
51592026-05-20T15:42:13.584Z[ recovery-image] May 20 15:42:12.138 INFO O| May 20 15:42:12.138 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51602026-05-20T15:42:13.593Z[ recovery-image] May 20 15:42:12.147 INFO O| May 20 15:42:12.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51612026-05-20T15:42:13.593Z[ recovery-image] May 20 15:42:12.147 INFO O| May 20 15:42:12.147 INFO STEP 93 (remove_files) COMPLETE
51622026-05-20T15:42:13.593Z[ recovery-image] May 20 15:42:12.147 INFO O| May 20 15:42:12.147 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51632026-05-20T15:42:13.601Z[ recovery-image] May 20 15:42:12.154 INFO O| May 20 15:42:12.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51642026-05-20T15:42:13.601Z[ recovery-image] May 20 15:42:12.154 INFO O| May 20 15:42:12.154 INFO STEP 94 (remove_files) COMPLETE
51652026-05-20T15:42:13.604Z[ recovery-image] May 20 15:42:12.154 INFO O| May 20 15:42:12.154 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51662026-05-20T15:42:13.613Z[ recovery-image] May 20 15:42:12.162 INFO O| May 20 15:42:12.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51672026-05-20T15:42:13.613Z[ recovery-image] May 20 15:42:12.162 INFO O| May 20 15:42:12.162 INFO STEP 95 (remove_files) COMPLETE
51682026-05-20T15:42:13.613Z[ recovery-image] May 20 15:42:12.162 INFO O| May 20 15:42:12.162 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51692026-05-20T15:42:13.619Z[ recovery-image] May 20 15:42:12.170 INFO O| May 20 15:42:12.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51702026-05-20T15:42:13.619Z[ recovery-image] May 20 15:42:12.170 INFO O| May 20 15:42:12.170 INFO STEP 96 (remove_files) COMPLETE
51712026-05-20T15:42:13.619Z[ recovery-image] May 20 15:42:12.170 INFO O| May 20 15:42:12.170 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51722026-05-20T15:42:13.628Z[ recovery-image] May 20 15:42:12.178 INFO O| May 20 15:42:12.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51732026-05-20T15:42:13.628Z[ recovery-image] May 20 15:42:12.178 INFO O| May 20 15:42:12.178 INFO STEP 97 (remove_files) COMPLETE
51742026-05-20T15:42:13.628Z[ recovery-image] May 20 15:42:12.178 INFO O| May 20 15:42:12.178 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51752026-05-20T15:42:13.662Z[ recovery-image] May 20 15:42:12.187 INFO O| May 20 15:42:12.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51762026-05-20T15:42:13.662Z[ recovery-image] May 20 15:42:12.188 INFO O| May 20 15:42:12.188 INFO STEP 98 (remove_files) COMPLETE
51772026-05-20T15:42:13.662Z[ recovery-image] May 20 15:42:12.188 INFO O| May 20 15:42:12.188 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51782026-05-20T15:42:13.662Z[ recovery-image] May 20 15:42:12.199 INFO O| May 20 15:42:12.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51792026-05-20T15:42:13.662Z[ recovery-image] May 20 15:42:12.200 INFO O| May 20 15:42:12.200 INFO STEP 99 (remove_files) COMPLETE
51802026-05-20T15:42:13.662Z[ recovery-image] May 20 15:42:12.200 INFO O| May 20 15:42:12.200 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51812026-05-20T15:42:13.673Z[ recovery-image] May 20 15:42:12.210 INFO O| May 20 15:42:12.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51822026-05-20T15:42:13.673Z[ recovery-image] May 20 15:42:12.210 INFO O| May 20 15:42:12.210 INFO STEP 100 (remove_files) COMPLETE
51832026-05-20T15:42:13.673Z[ recovery-image] May 20 15:42:12.210 INFO O| May 20 15:42:12.210 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51842026-05-20T15:42:13.674Z[ recovery-image] May 20 15:42:12.222 INFO O| May 20 15:42:12.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51852026-05-20T15:42:13.674Z[ recovery-image] May 20 15:42:12.222 INFO O| May 20 15:42:12.222 INFO STEP 101 (remove_files) COMPLETE
51862026-05-20T15:42:13.674Z[ recovery-image] May 20 15:42:12.222 INFO O| May 20 15:42:12.222 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51872026-05-20T15:42:13.685Z[ recovery-image] May 20 15:42:12.230 INFO O| May 20 15:42:12.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51882026-05-20T15:42:13.685Z[ recovery-image] May 20 15:42:12.230 INFO O| May 20 15:42:12.230 INFO STEP 102 (remove_files) COMPLETE
51892026-05-20T15:42:13.685Z[ recovery-image] May 20 15:42:12.230 INFO O| May 20 15:42:12.230 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51902026-05-20T15:42:13.685Z[ recovery-image] May 20 15:42:12.238 INFO O| May 20 15:42:12.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51912026-05-20T15:42:13.685Z[ recovery-image] May 20 15:42:12.238 INFO O| May 20 15:42:12.238 INFO STEP 103 (remove_files) COMPLETE
51922026-05-20T15:42:13.685Z[ recovery-image] May 20 15:42:12.238 INFO O| May 20 15:42:12.238 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51932026-05-20T15:42:13.694Z[ recovery-image] May 20 15:42:12.245 INFO O| May 20 15:42:12.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51942026-05-20T15:42:13.694Z[ recovery-image] May 20 15:42:12.245 INFO O| May 20 15:42:12.245 INFO STEP 104 (remove_files) COMPLETE
51952026-05-20T15:42:13.694Z[ recovery-image] May 20 15:42:12.245 INFO O| May 20 15:42:12.245 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51962026-05-20T15:42:13.699Z[ recovery-image] May 20 15:42:12.253 INFO O| May 20 15:42:12.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51972026-05-20T15:42:13.699Z[ recovery-image] May 20 15:42:12.253 INFO O| May 20 15:42:12.253 INFO STEP 105 (remove_files) COMPLETE
51982026-05-20T15:42:13.711Z[ recovery-image] May 20 15:42:12.253 INFO O| May 20 15:42:12.253 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51992026-05-20T15:42:13.711Z[ recovery-image] May 20 15:42:12.260 INFO O| May 20 15:42:12.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52002026-05-20T15:42:13.711Z[ recovery-image] May 20 15:42:12.261 INFO O| May 20 15:42:12.261 INFO STEP 106 (remove_files) COMPLETE
52012026-05-20T15:42:13.711Z[ recovery-image] May 20 15:42:12.261 INFO O| May 20 15:42:12.261 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52022026-05-20T15:42:13.720Z[ recovery-image] May 20 15:42:12.270 INFO O| May 20 15:42:12.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52032026-05-20T15:42:13.720Z[ recovery-image] May 20 15:42:12.270 INFO O| May 20 15:42:12.270 INFO STEP 107 (remove_files) COMPLETE
52042026-05-20T15:42:13.720Z[ recovery-image] May 20 15:42:12.270 INFO O| May 20 15:42:12.270 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52052026-05-20T15:42:13.725Z[ recovery-image] May 20 15:42:12.279 INFO O| May 20 15:42:12.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52062026-05-20T15:42:13.725Z[ recovery-image] May 20 15:42:12.279 INFO O| May 20 15:42:12.279 INFO STEP 108 (remove_files) COMPLETE
52072026-05-20T15:42:13.739Z[ recovery-image] May 20 15:42:12.279 INFO O| May 20 15:42:12.279 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52082026-05-20T15:42:13.740Z[ recovery-image] May 20 15:42:12.287 INFO O| May 20 15:42:12.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52092026-05-20T15:42:13.740Z[ recovery-image] May 20 15:42:12.287 INFO O| May 20 15:42:12.287 INFO STEP 109 (remove_files) COMPLETE
52102026-05-20T15:42:13.740Z[ recovery-image] May 20 15:42:12.287 INFO O| May 20 15:42:12.287 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52112026-05-20T15:42:13.750Z[ recovery-image] May 20 15:42:12.297 INFO O| May 20 15:42:12.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52122026-05-20T15:42:13.750Z[ recovery-image] May 20 15:42:12.297 INFO O| May 20 15:42:12.297 INFO STEP 110 (remove_files) COMPLETE
52132026-05-20T15:42:13.750Z[ recovery-image] May 20 15:42:12.297 INFO O| May 20 15:42:12.297 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52142026-05-20T15:42:13.760Z[ recovery-image] May 20 15:42:12.307 INFO O| May 20 15:42:12.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52152026-05-20T15:42:13.760Z[ recovery-image] May 20 15:42:12.307 INFO O| May 20 15:42:12.307 INFO STEP 111 (remove_files) COMPLETE
52162026-05-20T15:42:13.760Z[ recovery-image] May 20 15:42:12.307 INFO O| May 20 15:42:12.307 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52172026-05-20T15:42:13.763Z[ recovery-image] May 20 15:42:12.316 INFO O| May 20 15:42:12.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52182026-05-20T15:42:13.763Z[ recovery-image] May 20 15:42:12.316 INFO O| May 20 15:42:12.316 INFO STEP 112 (remove_files) COMPLETE
52192026-05-20T15:42:13.763Z[ recovery-image] May 20 15:42:12.316 INFO O| May 20 15:42:12.316 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52202026-05-20T15:42:13.771Z[ recovery-image] May 20 15:42:12.325 INFO O| May 20 15:42:12.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52212026-05-20T15:42:13.771Z[ recovery-image] May 20 15:42:12.325 INFO O| May 20 15:42:12.325 INFO STEP 113 (remove_files) COMPLETE
52222026-05-20T15:42:13.801Z[ recovery-image] May 20 15:42:12.325 INFO O| May 20 15:42:12.325 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52232026-05-20T15:42:13.801Z[ recovery-image] May 20 15:42:12.335 INFO O| May 20 15:42:12.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52242026-05-20T15:42:13.802Z[ recovery-image] May 20 15:42:12.335 INFO O| May 20 15:42:12.335 INFO STEP 114 (remove_files) COMPLETE
52252026-05-20T15:42:13.802Z[ recovery-image] May 20 15:42:12.335 INFO O| May 20 15:42:12.335 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-05-20T15:42:13.802Z[ recovery-image] May 20 15:42:12.344 INFO O| May 20 15:42:12.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52272026-05-20T15:42:13.802Z[ recovery-image] May 20 15:42:12.344 INFO O| May 20 15:42:12.344 INFO STEP 115 (remove_files) COMPLETE
52282026-05-20T15:42:13.802Z[ recovery-image] May 20 15:42:12.344 INFO O| May 20 15:42:12.344 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-05-20T15:42:13.802Z[ recovery-image] May 20 15:42:12.352 INFO O| May 20 15:42:12.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52302026-05-20T15:42:13.802Z[ recovery-image] May 20 15:42:12.352 INFO O| May 20 15:42:12.352 INFO STEP 116 (remove_files) COMPLETE
52312026-05-20T15:42:13.802Z[ recovery-image] May 20 15:42:12.353 INFO O| May 20 15:42:12.352 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-05-20T15:42:13.807Z[ recovery-image] May 20 15:42:12.361 INFO O| May 20 15:42:12.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52332026-05-20T15:42:13.807Z[ recovery-image] May 20 15:42:12.361 INFO O| May 20 15:42:12.361 INFO STEP 117 (remove_files) COMPLETE
52342026-05-20T15:42:13.831Z[ recovery-image] May 20 15:42:12.361 INFO O| May 20 15:42:12.361 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-05-20T15:42:13.831Z[ recovery-image] May 20 15:42:12.369 INFO O| May 20 15:42:12.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52362026-05-20T15:42:13.831Z[ recovery-image] May 20 15:42:12.369 INFO O| May 20 15:42:12.369 INFO STEP 118 (remove_files) COMPLETE
52372026-05-20T15:42:13.831Z[ recovery-image] May 20 15:42:12.369 INFO O| May 20 15:42:12.369 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-05-20T15:42:13.831Z[ recovery-image] May 20 15:42:12.377 INFO O| May 20 15:42:12.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52392026-05-20T15:42:13.831Z[ recovery-image] May 20 15:42:12.377 INFO O| May 20 15:42:12.377 INFO STEP 119 (remove_files) COMPLETE
52402026-05-20T15:42:13.831Z[ recovery-image] May 20 15:42:12.377 INFO O| May 20 15:42:12.377 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-05-20T15:42:13.841Z[ recovery-image] May 20 15:42:12.385 INFO O| May 20 15:42:12.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52422026-05-20T15:42:13.841Z[ recovery-image] May 20 15:42:12.385 INFO O| May 20 15:42:12.385 INFO STEP 120 (remove_files) COMPLETE
52432026-05-20T15:42:13.841Z[ recovery-image] May 20 15:42:12.385 INFO O| May 20 15:42:12.385 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-05-20T15:42:13.841Z[ recovery-image] May 20 15:42:12.392 INFO O| May 20 15:42:12.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52452026-05-20T15:42:13.841Z[ recovery-image] May 20 15:42:12.392 INFO O| May 20 15:42:12.392 INFO STEP 121 (remove_files) COMPLETE
52462026-05-20T15:42:13.841Z[ recovery-image] May 20 15:42:12.392 INFO O| May 20 15:42:12.392 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-05-20T15:42:13.846Z[ recovery-image] May 20 15:42:12.400 INFO O| May 20 15:42:12.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52482026-05-20T15:42:13.846Z[ recovery-image] May 20 15:42:12.400 INFO O| May 20 15:42:12.400 INFO STEP 122 (remove_files) COMPLETE
52492026-05-20T15:42:13.846Z[ recovery-image] May 20 15:42:12.400 INFO O| May 20 15:42:12.400 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-05-20T15:42:13.854Z[ recovery-image] May 20 15:42:12.408 INFO O| May 20 15:42:12.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52512026-05-20T15:42:13.854Z[ recovery-image] May 20 15:42:12.408 INFO O| May 20 15:42:12.408 INFO STEP 123 (remove_files) COMPLETE
52522026-05-20T15:42:13.879Z[ recovery-image] May 20 15:42:12.408 INFO O| May 20 15:42:12.408 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-05-20T15:42:13.879Z[ recovery-image] May 20 15:42:12.416 INFO O| May 20 15:42:12.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52542026-05-20T15:42:13.879Z[ recovery-image] May 20 15:42:12.416 INFO O| May 20 15:42:12.416 INFO STEP 124 (remove_files) COMPLETE
52552026-05-20T15:42:13.879Z[ recovery-image] May 20 15:42:12.416 INFO O| May 20 15:42:12.416 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.427 INFO O| May 20 15:42:12.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52572026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.427 INFO O| May 20 15:42:12.427 INFO STEP 125 (remove_files) COMPLETE
52582026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.428 INFO O| May 20 15:42:12.427 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.437 INFO O| May 20 15:42:12.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52602026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.437 INFO O| May 20 15:42:12.437 INFO STEP 126 (remove_files) COMPLETE
52612026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.437 INFO O| May 20 15:42:12.437 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.445 INFO O| May 20 15:42:12.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52632026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.445 INFO O| May 20 15:42:12.445 INFO STEP 127 (remove_files) COMPLETE
52642026-05-20T15:42:13.893Z[ recovery-image] May 20 15:42:12.445 INFO O| May 20 15:42:12.445 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-05-20T15:42:13.905Z[ recovery-image] May 20 15:42:12.453 INFO O| May 20 15:42:12.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52662026-05-20T15:42:13.905Z[ recovery-image] May 20 15:42:12.453 INFO O| May 20 15:42:12.453 INFO STEP 128 (remove_files) COMPLETE
52672026-05-20T15:42:13.905Z[ recovery-image] May 20 15:42:12.453 INFO O| May 20 15:42:12.453 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-05-20T15:42:13.919Z[ recovery-image] May 20 15:42:12.461 INFO O| May 20 15:42:12.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52692026-05-20T15:42:13.919Z[ recovery-image] May 20 15:42:12.461 INFO O| May 20 15:42:12.461 INFO STEP 129 (remove_files) COMPLETE
52702026-05-20T15:42:13.919Z[ recovery-image] May 20 15:42:12.461 INFO O| May 20 15:42:12.461 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-05-20T15:42:13.919Z[ recovery-image] May 20 15:42:12.469 INFO O| May 20 15:42:12.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52722026-05-20T15:42:13.919Z[ recovery-image] May 20 15:42:12.469 INFO O| May 20 15:42:12.469 INFO STEP 130 (remove_files) COMPLETE
52732026-05-20T15:42:13.919Z[ recovery-image] May 20 15:42:12.469 INFO O| May 20 15:42:12.469 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-05-20T15:42:13.943Z[ recovery-image] May 20 15:42:12.477 INFO O| May 20 15:42:12.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52752026-05-20T15:42:13.943Z[ recovery-image] May 20 15:42:12.477 INFO O| May 20 15:42:12.477 INFO STEP 131 (remove_files) COMPLETE
52762026-05-20T15:42:13.943Z[ recovery-image] May 20 15:42:12.477 INFO O| May 20 15:42:12.477 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-05-20T15:42:13.943Z[ recovery-image] May 20 15:42:12.485 INFO O| May 20 15:42:12.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52782026-05-20T15:42:13.943Z[ recovery-image] May 20 15:42:12.485 INFO O| May 20 15:42:12.485 INFO STEP 132 (remove_files) COMPLETE
52792026-05-20T15:42:13.943Z[ recovery-image] May 20 15:42:12.485 INFO O| May 20 15:42:12.485 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-05-20T15:42:13.954Z[ recovery-image] May 20 15:42:12.494 INFO O| May 20 15:42:12.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52812026-05-20T15:42:13.954Z[ recovery-image] May 20 15:42:12.494 INFO O| May 20 15:42:12.494 INFO STEP 133 (remove_files) COMPLETE
52822026-05-20T15:42:13.954Z[ recovery-image] May 20 15:42:12.494 INFO O| May 20 15:42:12.494 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-05-20T15:42:13.954Z[ recovery-image] May 20 15:42:12.504 INFO O| May 20 15:42:12.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52842026-05-20T15:42:13.954Z[ recovery-image] May 20 15:42:12.504 INFO O| May 20 15:42:12.504 INFO STEP 134 (remove_files) COMPLETE
52852026-05-20T15:42:13.954Z[ recovery-image] May 20 15:42:12.504 INFO O| May 20 15:42:12.504 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-05-20T15:42:13.960Z[ recovery-image] May 20 15:42:12.513 INFO O| May 20 15:42:12.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52872026-05-20T15:42:13.960Z[ recovery-image] May 20 15:42:12.514 INFO O| May 20 15:42:12.514 INFO STEP 135 (remove_files) COMPLETE
52882026-05-20T15:42:13.960Z[ recovery-image] May 20 15:42:12.514 INFO O| May 20 15:42:12.514 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-05-20T15:42:13.970Z[ recovery-image] May 20 15:42:12.524 INFO O| May 20 15:42:12.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52902026-05-20T15:42:13.970Z[ recovery-image] May 20 15:42:12.524 INFO O| May 20 15:42:12.524 INFO STEP 136 (remove_files) COMPLETE
52912026-05-20T15:42:13.981Z[ recovery-image] May 20 15:42:12.524 INFO O| May 20 15:42:12.524 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-05-20T15:42:13.981Z[ recovery-image] May 20 15:42:12.533 INFO O| May 20 15:42:12.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52932026-05-20T15:42:13.981Z[ recovery-image] May 20 15:42:12.533 INFO O| May 20 15:42:12.533 INFO STEP 137 (remove_files) COMPLETE
52942026-05-20T15:42:13.981Z[ recovery-image] May 20 15:42:12.533 INFO O| May 20 15:42:12.533 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-05-20T15:42:13.989Z[ recovery-image] May 20 15:42:12.543 INFO O| May 20 15:42:12.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52962026-05-20T15:42:13.989Z[ recovery-image] May 20 15:42:12.543 INFO O| May 20 15:42:12.543 INFO STEP 138 (remove_files) COMPLETE
52972026-05-20T15:42:13.990Z[ recovery-image] May 20 15:42:12.543 INFO O| May 20 15:42:12.543 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-05-20T15:42:14.014Z[ recovery-image] May 20 15:42:12.552 INFO O| May 20 15:42:12.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52992026-05-20T15:42:14.014Z[ recovery-image] May 20 15:42:12.552 INFO O| May 20 15:42:12.552 INFO STEP 139 (remove_files) COMPLETE
53002026-05-20T15:42:14.014Z[ recovery-image] May 20 15:42:12.552 INFO O| May 20 15:42:12.552 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-05-20T15:42:14.014Z[ recovery-image] May 20 15:42:12.560 INFO O| May 20 15:42:12.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53022026-05-20T15:42:14.014Z[ recovery-image] May 20 15:42:12.560 INFO O| May 20 15:42:12.560 INFO STEP 140 (remove_files) COMPLETE
53032026-05-20T15:42:14.014Z[ recovery-image] May 20 15:42:12.560 INFO O| May 20 15:42:12.560 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-05-20T15:42:14.026Z[ recovery-image] May 20 15:42:12.569 INFO O| May 20 15:42:12.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53052026-05-20T15:42:14.026Z[ recovery-image] May 20 15:42:12.569 INFO O| May 20 15:42:12.569 INFO STEP 141 (remove_files) COMPLETE
53062026-05-20T15:42:14.026Z[ recovery-image] May 20 15:42:12.569 INFO O| May 20 15:42:12.569 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-05-20T15:42:14.026Z[ recovery-image] May 20 15:42:12.577 INFO O| May 20 15:42:12.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53082026-05-20T15:42:14.026Z[ recovery-image] May 20 15:42:12.577 INFO O| May 20 15:42:12.577 INFO STEP 142 (remove_files) COMPLETE
53092026-05-20T15:42:14.026Z[ recovery-image] May 20 15:42:12.577 INFO O| May 20 15:42:12.577 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-05-20T15:42:14.032Z[ recovery-image] May 20 15:42:12.586 INFO O| May 20 15:42:12.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53112026-05-20T15:42:14.032Z[ recovery-image] May 20 15:42:12.586 INFO O| May 20 15:42:12.586 INFO STEP 143 (remove_files) COMPLETE
53122026-05-20T15:42:14.032Z[ recovery-image] May 20 15:42:12.586 INFO O| May 20 15:42:12.586 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-05-20T15:42:14.040Z[ recovery-image] May 20 15:42:12.594 INFO O| May 20 15:42:12.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53142026-05-20T15:42:14.040Z[ recovery-image] May 20 15:42:12.594 INFO O| May 20 15:42:12.594 INFO STEP 144 (remove_files) COMPLETE
53152026-05-20T15:42:14.040Z[ recovery-image] May 20 15:42:12.594 INFO O| May 20 15:42:12.594 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-05-20T15:42:14.052Z[ recovery-image] May 20 15:42:12.602 INFO O| May 20 15:42:12.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53172026-05-20T15:42:14.052Z[ recovery-image] May 20 15:42:12.602 INFO O| May 20 15:42:12.602 INFO STEP 145 (remove_files) COMPLETE
53182026-05-20T15:42:14.052Z[ recovery-image] May 20 15:42:12.602 INFO O| May 20 15:42:12.602 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-05-20T15:42:14.057Z[ recovery-image] May 20 15:42:12.611 INFO O| May 20 15:42:12.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53202026-05-20T15:42:14.057Z[ recovery-image] May 20 15:42:12.611 INFO O| May 20 15:42:12.611 INFO STEP 146 (remove_files) COMPLETE
53212026-05-20T15:42:14.060Z[ recovery-image] May 20 15:42:12.611 INFO O| May 20 15:42:12.611 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-05-20T15:42:14.066Z[ recovery-image] May 20 15:42:12.619 INFO O| May 20 15:42:12.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53232026-05-20T15:42:14.066Z[ recovery-image] May 20 15:42:12.619 INFO O| May 20 15:42:12.619 INFO STEP 147 (remove_files) COMPLETE
53242026-05-20T15:42:14.066Z[ recovery-image] May 20 15:42:12.619 INFO O| May 20 15:42:12.619 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-05-20T15:42:14.075Z[ recovery-image] May 20 15:42:12.628 INFO O| May 20 15:42:12.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53262026-05-20T15:42:14.075Z[ recovery-image] May 20 15:42:12.628 INFO O| May 20 15:42:12.628 INFO STEP 148 (remove_files) COMPLETE
53272026-05-20T15:42:14.075Z[ recovery-image] May 20 15:42:12.628 INFO O| May 20 15:42:12.628 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.637 INFO O| May 20 15:42:12.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53292026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.637 INFO O| May 20 15:42:12.637 INFO STEP 149 (remove_files) COMPLETE
53302026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.637 INFO O| May 20 15:42:12.637 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.646 INFO O| May 20 15:42:12.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53322026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.646 INFO O| May 20 15:42:12.646 INFO STEP 150 (remove_files) COMPLETE
53332026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.646 INFO O| May 20 15:42:12.646 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.656 INFO O| May 20 15:42:12.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53352026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.656 INFO O| May 20 15:42:12.656 INFO STEP 151 (remove_files) COMPLETE
53362026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.656 INFO O| May 20 15:42:12.656 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.682 INFO O| May 20 15:42:12.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53382026-05-20T15:42:17.255Z[ recovery-image] May 20 15:42:12.682 INFO O| May 20 15:42:12.682 INFO STEP 152 (remove_files) COMPLETE
53392026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.682 INFO O| May 20 15:42:12.682 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.692 INFO O| May 20 15:42:12.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53412026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.692 INFO O| May 20 15:42:12.692 INFO STEP 153 (remove_files) COMPLETE
53422026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.692 INFO O| May 20 15:42:12.692 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.701 INFO O| May 20 15:42:12.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53442026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.701 INFO O| May 20 15:42:12.701 INFO STEP 154 (remove_files) COMPLETE
53452026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.701 INFO O| May 20 15:42:12.701 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.709 INFO O| May 20 15:42:12.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53472026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.709 INFO O| May 20 15:42:12.709 INFO STEP 155 (remove_files) COMPLETE
53482026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.709 INFO O| May 20 15:42:12.709 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.717 INFO O| May 20 15:42:12.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53502026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.717 INFO O| May 20 15:42:12.717 INFO STEP 156 (remove_files) COMPLETE
53512026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.717 INFO O| May 20 15:42:12.717 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.726 INFO O| May 20 15:42:12.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53532026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.748 INFO O| May 20 15:42:12.748 INFO STEP 157 (remove_files) COMPLETE
53542026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.748 INFO O| May 20 15:42:12.748 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.758 INFO O| May 20 15:42:12.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53562026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.758 INFO O| May 20 15:42:12.758 INFO STEP 158 (remove_files) COMPLETE
53572026-05-20T15:42:17.256Z[ recovery-image] May 20 15:42:12.758 INFO O| May 20 15:42:12.758 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.796 INFO O| May 20 15:42:12.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53592026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.796 INFO O| May 20 15:42:12.796 INFO STEP 159 (remove_files) COMPLETE
53602026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.796 INFO O| May 20 15:42:12.796 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.807 INFO O| May 20 15:42:12.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53622026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.807 INFO O| May 20 15:42:12.807 INFO STEP 160 (remove_files) COMPLETE
53632026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.807 INFO O| May 20 15:42:12.807 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.817 INFO O| May 20 15:42:12.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53652026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.818 INFO O| May 20 15:42:12.818 INFO STEP 161 (remove_files) COMPLETE
53662026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.818 INFO O| May 20 15:42:12.818 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.827 INFO O| May 20 15:42:12.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53682026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.828 INFO O| May 20 15:42:12.828 INFO STEP 162 (remove_files) COMPLETE
53692026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.828 INFO O| May 20 15:42:12.828 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.837 INFO O| May 20 15:42:12.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53712026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.837 INFO O| May 20 15:42:12.837 INFO STEP 163 (remove_files) COMPLETE
53722026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.837 INFO O| May 20 15:42:12.837 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.846 INFO O| May 20 15:42:12.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53742026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.846 INFO O| May 20 15:42:12.846 INFO STEP 164 (remove_files) COMPLETE
53752026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.846 INFO O| May 20 15:42:12.846 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.855 INFO O| May 20 15:42:12.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53772026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.855 INFO O| May 20 15:42:12.855 INFO STEP 165 (remove_files) COMPLETE
53782026-05-20T15:42:17.257Z[ recovery-image] May 20 15:42:12.855 INFO O| May 20 15:42:12.855 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.865 INFO O| May 20 15:42:12.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53802026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.865 INFO O| May 20 15:42:12.865 INFO STEP 166 (remove_files) COMPLETE
53812026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.865 INFO O| May 20 15:42:12.865 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.888 INFO O| May 20 15:42:12.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53832026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.888 INFO O| May 20 15:42:12.888 INFO STEP 167 (remove_files) COMPLETE
53842026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.888 INFO O| May 20 15:42:12.888 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.897 INFO O| May 20 15:42:12.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53862026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.898 INFO O| May 20 15:42:12.898 INFO STEP 168 (remove_files) COMPLETE
53872026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.898 INFO O| May 20 15:42:12.898 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.906 INFO O| May 20 15:42:12.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53892026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.906 INFO O| May 20 15:42:12.906 INFO STEP 169 (remove_files) COMPLETE
53902026-05-20T15:42:17.258Z[ recovery-image] May 20 15:42:12.906 INFO O| May 20 15:42:12.906 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.914 INFO O| May 20 15:42:12.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53922026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.914 INFO O| May 20 15:42:12.914 INFO STEP 170 (remove_files) COMPLETE
53932026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.914 INFO O| May 20 15:42:12.914 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.923 INFO O| May 20 15:42:12.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53952026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.923 INFO O| May 20 15:42:12.923 INFO STEP 171 (remove_files) COMPLETE
53962026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.923 INFO O| May 20 15:42:12.923 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.943 INFO O| May 20 15:42:12.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53982026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.943 INFO O| May 20 15:42:12.931 INFO STEP 172 (remove_files) COMPLETE
53992026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.943 INFO O| May 20 15:42:12.931 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.943 INFO O| May 20 15:42:12.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54012026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.943 INFO O| May 20 15:42:12.940 INFO STEP 173 (remove_files) COMPLETE
54022026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.943 INFO O| May 20 15:42:12.940 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.949 INFO O| May 20 15:42:12.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54042026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.965 INFO O| May 20 15:42:12.965 INFO STEP 174 (remove_files) COMPLETE
54052026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.965 INFO O| May 20 15:42:12.965 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.974 INFO O| May 20 15:42:12.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54072026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.974 INFO O| May 20 15:42:12.974 INFO STEP 175 (remove_files) COMPLETE
54082026-05-20T15:42:17.259Z[ recovery-image] May 20 15:42:12.974 INFO O| May 20 15:42:12.974 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.983 INFO O| May 20 15:42:12.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54102026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.983 INFO O| May 20 15:42:12.983 INFO STEP 176 (remove_files) COMPLETE
54112026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.983 INFO O| May 20 15:42:12.983 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.991 INFO O| May 20 15:42:12.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54132026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.991 INFO O| May 20 15:42:12.991 INFO STEP 177 (remove_files) COMPLETE
54142026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.991 INFO O| May 20 15:42:12.991 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.999 INFO O| May 20 15:42:12.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54162026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.999 INFO O| May 20 15:42:12.999 INFO STEP 178 (remove_files) COMPLETE
54172026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:12.999 INFO O| May 20 15:42:12.999 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:13.019 INFO O| May 20 15:42:13.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54192026-05-20T15:42:17.261Z[ recovery-image] May 20 15:42:13.019 INFO O| May 20 15:42:13.018 INFO STEP 179 (remove_files) COMPLETE
54202026-05-20T15:42:17.262Z[ recovery-image] May 20 15:42:13.019 INFO O| May 20 15:42:13.018 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-05-20T15:42:17.262Z[ recovery-image] May 20 15:42:13.026 INFO O| May 20 15:42:13.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54222026-05-20T15:42:17.262Z[ recovery-image] May 20 15:42:13.026 INFO O| May 20 15:42:13.026 INFO STEP 180 (remove_files) COMPLETE
54232026-05-20T15:42:17.262Z[ recovery-image] May 20 15:42:13.026 INFO O| May 20 15:42:13.026 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-05-20T15:42:17.262Z[ recovery-image] May 20 15:42:13.036 INFO O| May 20 15:42:13.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54252026-05-20T15:42:17.262Z[ recovery-image] May 20 15:42:13.036 INFO O| May 20 15:42:13.034 INFO STEP 181 (remove_files) COMPLETE
54262026-05-20T15:42:17.262Z[ recovery-image] May 20 15:42:13.036 INFO O| May 20 15:42:13.034 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-05-20T15:42:17.262Z[ recovery-image] May 20 15:42:13.043 INFO O| May 20 15:42:13.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54282026-05-20T15:42:17.280Z[ recovery-image] May 20 15:42:13.043 INFO O| May 20 15:42:13.043 INFO STEP 182 (remove_files) COMPLETE
54292026-05-20T15:42:17.280Z[ recovery-image] May 20 15:42:13.043 INFO O| May 20 15:42:13.043 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-05-20T15:42:17.280Z[ recovery-image] May 20 15:42:13.050 INFO O| May 20 15:42:13.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54312026-05-20T15:42:17.280Z[ recovery-image] May 20 15:42:13.050 INFO O| May 20 15:42:13.050 INFO STEP 183 (remove_files) COMPLETE
54322026-05-20T15:42:17.280Z[ recovery-image] May 20 15:42:13.050 INFO O| May 20 15:42:13.050 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-05-20T15:42:17.280Z[ recovery-image] May 20 15:42:13.057 INFO O| May 20 15:42:13.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54342026-05-20T15:42:17.280Z[ recovery-image] May 20 15:42:13.057 INFO O| May 20 15:42:13.057 INFO STEP 184 (remove_files) COMPLETE
54352026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.057 INFO O| May 20 15:42:13.057 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.068 INFO O| May 20 15:42:13.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54372026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.068 INFO O| May 20 15:42:13.068 INFO STEP 185 (remove_files) COMPLETE
54382026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.068 INFO O| May 20 15:42:13.068 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.077 INFO O| May 20 15:42:13.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54402026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.077 INFO O| May 20 15:42:13.077 INFO STEP 186 (remove_files) COMPLETE
54412026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.077 INFO O| May 20 15:42:13.077 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.084 INFO O| May 20 15:42:13.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54432026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.084 INFO O| May 20 15:42:13.084 INFO STEP 187 (remove_files) COMPLETE
54442026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.084 INFO O| May 20 15:42:13.084 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.092 INFO O| May 20 15:42:13.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54462026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.092 INFO O| May 20 15:42:13.092 INFO STEP 188 (remove_files) COMPLETE
54472026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.092 INFO O| May 20 15:42:13.092 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.100 INFO O| May 20 15:42:13.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54492026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.100 INFO O| May 20 15:42:13.100 INFO STEP 189 (remove_files) COMPLETE
54502026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.100 INFO O| May 20 15:42:13.100 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.111 INFO O| May 20 15:42:13.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54522026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.111 INFO O| May 20 15:42:13.111 INFO STEP 190 (remove_files) COMPLETE
54532026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.111 INFO O| May 20 15:42:13.111 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.121 INFO O| May 20 15:42:13.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54552026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.121 INFO O| May 20 15:42:13.121 INFO STEP 191 (remove_files) COMPLETE
54562026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.121 INFO O| May 20 15:42:13.121 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.132 INFO O| May 20 15:42:13.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54582026-05-20T15:42:17.281Z[ recovery-image] May 20 15:42:13.132 INFO O| May 20 15:42:13.132 INFO STEP 192 (remove_files) COMPLETE
54592026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.132 INFO O| May 20 15:42:13.132 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.141 INFO O| May 20 15:42:13.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54612026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.141 INFO O| May 20 15:42:13.141 INFO STEP 193 (remove_files) COMPLETE
54622026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.141 INFO O| May 20 15:42:13.141 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.151 INFO O| May 20 15:42:13.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54642026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.151 INFO O| May 20 15:42:13.151 INFO STEP 194 (remove_files) COMPLETE
54652026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.151 INFO O| May 20 15:42:13.151 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.159 INFO O| May 20 15:42:13.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54672026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.159 INFO O| May 20 15:42:13.159 INFO STEP 195 (remove_files) COMPLETE
54682026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.159 INFO O| May 20 15:42:13.159 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.167 INFO O| May 20 15:42:13.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54702026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.167 INFO O| May 20 15:42:13.167 INFO STEP 196 (remove_files) COMPLETE
54712026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.167 INFO O| May 20 15:42:13.167 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.175 INFO O| May 20 15:42:13.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54732026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.175 INFO O| May 20 15:42:13.175 INFO STEP 197 (remove_files) COMPLETE
54742026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.175 INFO O| May 20 15:42:13.175 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.183 INFO O| May 20 15:42:13.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54762026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.183 INFO O| May 20 15:42:13.183 INFO STEP 198 (remove_files) COMPLETE
54772026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.183 INFO O| May 20 15:42:13.183 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.192 INFO O| May 20 15:42:13.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54792026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.192 INFO O| May 20 15:42:13.192 INFO STEP 199 (remove_files) COMPLETE
54802026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.192 INFO O| May 20 15:42:13.192 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.200 INFO O| May 20 15:42:13.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54822026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.200 INFO O| May 20 15:42:13.200 INFO STEP 200 (remove_files) COMPLETE
54832026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.200 INFO O| May 20 15:42:13.200 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-05-20T15:42:17.282Z[ recovery-image] May 20 15:42:13.208 INFO O| May 20 15:42:13.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54852026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.208 INFO O| May 20 15:42:13.208 INFO STEP 201 (remove_files) COMPLETE
54862026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.208 INFO O| May 20 15:42:13.208 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.216 INFO O| May 20 15:42:13.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54882026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.216 INFO O| May 20 15:42:13.216 INFO STEP 202 (remove_files) COMPLETE
54892026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.216 INFO O| May 20 15:42:13.216 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.223 INFO O| May 20 15:42:13.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54912026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.224 INFO O| May 20 15:42:13.223 INFO STEP 203 (remove_files) COMPLETE
54922026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.224 INFO O| May 20 15:42:13.223 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.232 INFO O| May 20 15:42:13.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54942026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.232 INFO O| May 20 15:42:13.232 INFO STEP 204 (remove_files) COMPLETE
54952026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.232 INFO O| May 20 15:42:13.232 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.240 INFO O| May 20 15:42:13.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54972026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.240 INFO O| May 20 15:42:13.240 INFO STEP 205 (remove_files) COMPLETE
54982026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.240 INFO O| May 20 15:42:13.240 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.250 INFO O| May 20 15:42:13.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55002026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.250 INFO O| May 20 15:42:13.250 INFO STEP 206 (remove_files) COMPLETE
55012026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.250 INFO O| May 20 15:42:13.250 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.259 INFO O| May 20 15:42:13.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55032026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.259 INFO O| May 20 15:42:13.259 INFO STEP 207 (remove_files) COMPLETE
55042026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.259 INFO O| May 20 15:42:13.259 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.267 INFO O| May 20 15:42:13.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55062026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.267 INFO O| May 20 15:42:13.267 INFO STEP 208 (remove_files) COMPLETE
55072026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.267 INFO O| May 20 15:42:13.267 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-05-20T15:42:17.283Z[ recovery-image] May 20 15:42:13.275 INFO O| May 20 15:42:13.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55092026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.275 INFO O| May 20 15:42:13.275 INFO STEP 209 (remove_files) COMPLETE
55102026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.275 INFO O| May 20 15:42:13.275 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.282 INFO O| May 20 15:42:13.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55122026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.282 INFO O| May 20 15:42:13.282 INFO STEP 210 (remove_files) COMPLETE
55132026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.282 INFO O| May 20 15:42:13.282 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.289 INFO O| May 20 15:42:13.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55152026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.289 INFO O| May 20 15:42:13.289 INFO STEP 211 (remove_files) COMPLETE
55162026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.289 INFO O| May 20 15:42:13.289 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.296 INFO O| May 20 15:42:13.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55182026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.296 INFO O| May 20 15:42:13.296 INFO STEP 212 (remove_files) COMPLETE
55192026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.296 INFO O| May 20 15:42:13.296 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.304 INFO O| May 20 15:42:13.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55212026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.304 INFO O| May 20 15:42:13.304 INFO STEP 213 (remove_files) COMPLETE
55222026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.304 INFO O| May 20 15:42:13.304 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.314 INFO O| May 20 15:42:13.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55242026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.314 INFO O| May 20 15:42:13.314 INFO STEP 214 (remove_files) COMPLETE
55252026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.314 INFO O| May 20 15:42:13.314 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.323 INFO O| May 20 15:42:13.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55272026-05-20T15:42:17.284Z[ recovery-image] May 20 15:42:13.323 INFO O| May 20 15:42:13.323 INFO STEP 215 (remove_files) COMPLETE
55282026-05-20T15:42:17.304Z[ recovery-image] May 20 15:42:13.323 INFO O| May 20 15:42:13.323 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-05-20T15:42:17.304Z[ recovery-image] May 20 15:42:13.331 INFO O| May 20 15:42:13.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55302026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.331 INFO O| May 20 15:42:13.331 INFO STEP 216 (remove_files) COMPLETE
55312026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.331 INFO O| May 20 15:42:13.331 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.339 INFO O| May 20 15:42:13.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55332026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.339 INFO O| May 20 15:42:13.339 INFO STEP 217 (remove_files) COMPLETE
55342026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.339 INFO O| May 20 15:42:13.339 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.347 INFO O| May 20 15:42:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55362026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.347 INFO O| May 20 15:42:13.347 INFO STEP 218 (remove_files) COMPLETE
55372026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.347 INFO O| May 20 15:42:13.347 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.356 INFO O| May 20 15:42:13.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55392026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.357 INFO O| May 20 15:42:13.356 INFO STEP 219 (remove_files) COMPLETE
55402026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.357 INFO O| May 20 15:42:13.356 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.364 INFO O| May 20 15:42:13.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55422026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.364 INFO O| May 20 15:42:13.364 INFO STEP 220 (remove_files) COMPLETE
55432026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.364 INFO O| May 20 15:42:13.364 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.371 INFO O| May 20 15:42:13.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55452026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.371 INFO O| May 20 15:42:13.371 INFO STEP 221 (remove_files) COMPLETE
55462026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.371 INFO O| May 20 15:42:13.371 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.379 INFO O| May 20 15:42:13.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55482026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.379 INFO O| May 20 15:42:13.379 INFO STEP 222 (remove_files) COMPLETE
55492026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.379 INFO O| May 20 15:42:13.379 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.386 INFO O| May 20 15:42:13.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55512026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.386 INFO O| May 20 15:42:13.386 INFO STEP 223 (remove_files) COMPLETE
55522026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.386 INFO O| May 20 15:42:13.386 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.393 INFO O| May 20 15:42:13.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55542026-05-20T15:42:17.305Z[ recovery-image] May 20 15:42:13.393 INFO O| May 20 15:42:13.393 INFO STEP 224 (remove_files) COMPLETE
55552026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.393 INFO O| May 20 15:42:13.393 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.400 INFO O| May 20 15:42:13.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55572026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.400 INFO O| May 20 15:42:13.400 INFO STEP 225 (remove_files) COMPLETE
55582026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.400 INFO O| May 20 15:42:13.400 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.407 INFO O| May 20 15:42:13.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55602026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.407 INFO O| May 20 15:42:13.407 INFO STEP 226 (remove_files) COMPLETE
55612026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.407 INFO O| May 20 15:42:13.407 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.414 INFO O| May 20 15:42:13.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55632026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.415 INFO O| May 20 15:42:13.415 INFO STEP 227 (remove_files) COMPLETE
55642026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.415 INFO O| May 20 15:42:13.415 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.426 INFO O| May 20 15:42:13.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55662026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.426 INFO O| May 20 15:42:13.426 INFO STEP 228 (remove_files) COMPLETE
55672026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.426 INFO O| May 20 15:42:13.426 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.436 INFO O| May 20 15:42:13.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55692026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.436 INFO O| May 20 15:42:13.436 INFO STEP 229 (remove_files) COMPLETE
55702026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.436 INFO O| May 20 15:42:13.436 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.446 INFO O| May 20 15:42:13.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55722026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.446 INFO O| May 20 15:42:13.446 INFO STEP 230 (remove_files) COMPLETE
55732026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.446 INFO O| May 20 15:42:13.446 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.456 INFO O| May 20 15:42:13.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55752026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.456 INFO O| May 20 15:42:13.456 INFO STEP 231 (remove_files) COMPLETE
55762026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.456 INFO O| May 20 15:42:13.456 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-05-20T15:42:17.306Z[ recovery-image] May 20 15:42:13.466 INFO O| May 20 15:42:13.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55782026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.466 INFO O| May 20 15:42:13.466 INFO STEP 232 (remove_files) COMPLETE
55792026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.466 INFO O| May 20 15:42:13.466 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.476 INFO O| May 20 15:42:13.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55812026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.476 INFO O| May 20 15:42:13.476 INFO STEP 233 (remove_files) COMPLETE
55822026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.476 INFO O| May 20 15:42:13.476 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.487 INFO O| May 20 15:42:13.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55842026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.487 INFO O| May 20 15:42:13.487 INFO STEP 234 (remove_files) COMPLETE
55852026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.487 INFO O| May 20 15:42:13.487 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.498 INFO O| May 20 15:42:13.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55872026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.498 INFO O| May 20 15:42:13.498 INFO STEP 235 (remove_files) COMPLETE
55882026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.498 INFO O| May 20 15:42:13.498 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.508 INFO O| May 20 15:42:13.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55902026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.508 INFO O| May 20 15:42:13.508 INFO STEP 236 (remove_files) COMPLETE
55912026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.508 INFO O| May 20 15:42:13.508 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.516 INFO O| May 20 15:42:13.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55932026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.517 INFO O| May 20 15:42:13.517 INFO STEP 237 (remove_files) COMPLETE
55942026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.517 INFO O| May 20 15:42:13.517 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.525 INFO O| May 20 15:42:13.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55962026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.525 INFO O| May 20 15:42:13.525 INFO STEP 238 (remove_files) COMPLETE
55972026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.525 INFO O| May 20 15:42:13.525 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.533 INFO O| May 20 15:42:13.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55992026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.533 INFO O| May 20 15:42:13.533 INFO STEP 239 (remove_files) COMPLETE
56002026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.533 INFO O| May 20 15:42:13.533 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.540 INFO O| May 20 15:42:13.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56022026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.540 INFO O| May 20 15:42:13.540 INFO STEP 240 (remove_files) COMPLETE
56032026-05-20T15:42:17.307Z[ recovery-image] May 20 15:42:13.540 INFO O| May 20 15:42:13.540 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.549 INFO O| May 20 15:42:13.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56052026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.549 INFO O| May 20 15:42:13.549 INFO STEP 241 (remove_files) COMPLETE
56062026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.549 INFO O| May 20 15:42:13.549 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.557 INFO O| May 20 15:42:13.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56082026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.557 INFO O| May 20 15:42:13.557 INFO STEP 242 (remove_files) COMPLETE
56092026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.557 INFO O| May 20 15:42:13.557 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.566 INFO O| May 20 15:42:13.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56112026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.566 INFO O| May 20 15:42:13.566 INFO STEP 243 (remove_files) COMPLETE
56122026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.566 INFO O| May 20 15:42:13.566 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.574 INFO O| May 20 15:42:13.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56142026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.574 INFO O| May 20 15:42:13.574 INFO STEP 244 (remove_files) COMPLETE
56152026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.574 INFO O| May 20 15:42:13.574 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.584 INFO O| May 20 15:42:13.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56172026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.584 INFO O| May 20 15:42:13.584 INFO STEP 245 (remove_files) COMPLETE
56182026-05-20T15:42:17.308Z[ recovery-image] May 20 15:42:13.584 INFO O| May 20 15:42:13.584 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.593 INFO O| May 20 15:42:13.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56202026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.593 INFO O| May 20 15:42:13.593 INFO STEP 246 (remove_files) COMPLETE
56212026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.593 INFO O| May 20 15:42:13.593 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.603 INFO O| May 20 15:42:13.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56232026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.603 INFO O| May 20 15:42:13.603 INFO STEP 247 (remove_files) COMPLETE
56242026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.603 INFO O| May 20 15:42:13.603 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.615 INFO O| May 20 15:42:13.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56262026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.615 INFO O| May 20 15:42:13.615 INFO STEP 248 (remove_files) COMPLETE
56272026-05-20T15:42:17.310Z[ recovery-image] May 20 15:42:13.615 INFO O| May 20 15:42:13.615 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-05-20T15:42:17.320Z[ recovery-image] May 20 15:42:13.625 INFO O| May 20 15:42:13.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56292026-05-20T15:42:17.320Z[ recovery-image] May 20 15:42:13.625 INFO O| May 20 15:42:13.625 INFO STEP 249 (remove_files) COMPLETE
56302026-05-20T15:42:17.320Z[ recovery-image] May 20 15:42:13.625 INFO O| May 20 15:42:13.625 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-05-20T15:42:17.320Z[ recovery-image] May 20 15:42:13.636 INFO O| May 20 15:42:13.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56322026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.636 INFO O| May 20 15:42:13.636 INFO STEP 250 (remove_files) COMPLETE
56332026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.636 INFO O| May 20 15:42:13.636 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.648 INFO O| May 20 15:42:13.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56352026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.648 INFO O| May 20 15:42:13.648 INFO STEP 251 (remove_files) COMPLETE
56362026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.648 INFO O| May 20 15:42:13.648 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.662 INFO O| May 20 15:42:13.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56382026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.663 INFO O| May 20 15:42:13.662 INFO STEP 252 (remove_files) COMPLETE
56392026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.663 INFO O| May 20 15:42:13.663 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.672 INFO O| May 20 15:42:13.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56412026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.672 INFO O| May 20 15:42:13.672 INFO STEP 253 (remove_files) COMPLETE
56422026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.672 INFO O| May 20 15:42:13.672 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.680 INFO O| May 20 15:42:13.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56442026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.680 INFO O| May 20 15:42:13.680 INFO STEP 254 (remove_files) COMPLETE
56452026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.680 INFO O| May 20 15:42:13.680 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.688 INFO O| May 20 15:42:13.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56472026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.688 INFO O| May 20 15:42:13.688 INFO STEP 255 (remove_files) COMPLETE
56482026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.688 INFO O| May 20 15:42:13.688 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.699 INFO O| May 20 15:42:13.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56502026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.699 INFO O| May 20 15:42:13.699 INFO STEP 256 (remove_files) COMPLETE
56512026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.699 INFO O| May 20 15:42:13.699 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-05-20T15:42:17.321Z[ recovery-image] May 20 15:42:13.707 INFO O| May 20 15:42:13.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56532026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.707 INFO O| May 20 15:42:13.707 INFO STEP 257 (remove_files) COMPLETE
56542026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.707 INFO O| May 20 15:42:13.707 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.716 INFO O| May 20 15:42:13.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56562026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.716 INFO O| May 20 15:42:13.716 INFO STEP 258 (remove_files) COMPLETE
56572026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.716 INFO O| May 20 15:42:13.716 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.725 INFO O| May 20 15:42:13.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56592026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.725 INFO O| May 20 15:42:13.725 INFO STEP 259 (remove_files) COMPLETE
56602026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.725 INFO O| May 20 15:42:13.725 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.733 INFO O| May 20 15:42:13.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56622026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.733 INFO O| May 20 15:42:13.733 INFO STEP 260 (remove_files) COMPLETE
56632026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.733 INFO O| May 20 15:42:13.733 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.770 INFO O| May 20 15:42:13.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56652026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.771 INFO O| May 20 15:42:13.771 INFO STEP 261 (remove_files) COMPLETE
56662026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.771 INFO O| May 20 15:42:13.771 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.779 INFO O| May 20 15:42:13.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56682026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.779 INFO O| May 20 15:42:13.779 INFO STEP 262 (remove_files) COMPLETE
56692026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.779 INFO O| May 20 15:42:13.779 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.788 INFO O| May 20 15:42:13.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56712026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.788 INFO O| May 20 15:42:13.788 INFO STEP 263 (remove_files) COMPLETE
56722026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.788 INFO O| May 20 15:42:13.788 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.796 INFO O| May 20 15:42:13.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56742026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.796 INFO O| May 20 15:42:13.796 INFO STEP 264 (remove_files) COMPLETE
56752026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.796 INFO O| May 20 15:42:13.796 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-05-20T15:42:17.322Z[ recovery-image] May 20 15:42:13.804 INFO O| May 20 15:42:13.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56772026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.804 INFO O| May 20 15:42:13.804 INFO STEP 265 (remove_files) COMPLETE
56782026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.804 INFO O| May 20 15:42:13.804 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.813 INFO O| May 20 15:42:13.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56802026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.813 INFO O| May 20 15:42:13.813 INFO STEP 266 (remove_files) COMPLETE
56812026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.813 INFO O| May 20 15:42:13.813 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.822 INFO O| May 20 15:42:13.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56832026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.823 INFO O| May 20 15:42:13.822 INFO STEP 267 (remove_files) COMPLETE
56842026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.823 INFO O| May 20 15:42:13.822 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-05-20T15:42:17.323Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
56862026-05-20T15:42:17.323Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
56872026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.832 INFO O| May 20 15:42:13.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56882026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.832 INFO O| May 20 15:42:13.832 INFO STEP 268 (remove_files) COMPLETE
56892026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.832 INFO O| May 20 15:42:13.832 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.841 INFO O| May 20 15:42:13.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56912026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.841 INFO O| May 20 15:42:13.841 INFO STEP 269 (remove_files) COMPLETE
56922026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.841 INFO O| May 20 15:42:13.841 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.849 INFO O| May 20 15:42:13.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56942026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.849 INFO O| May 20 15:42:13.849 INFO STEP 270 (remove_files) COMPLETE
56952026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.849 INFO O| May 20 15:42:13.849 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.858 INFO O| May 20 15:42:13.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56972026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.858 INFO O| May 20 15:42:13.858 INFO STEP 271 (remove_files) COMPLETE
56982026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.858 INFO O| May 20 15:42:13.858 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.867 INFO O| May 20 15:42:13.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57002026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.867 INFO O| May 20 15:42:13.867 INFO STEP 272 (remove_files) COMPLETE
57012026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.867 INFO O| May 20 15:42:13.867 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.876 INFO O| May 20 15:42:13.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57032026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.876 INFO O| May 20 15:42:13.876 INFO STEP 273 (remove_files) COMPLETE
57042026-05-20T15:42:17.323Z[ recovery-image] May 20 15:42:13.876 INFO O| May 20 15:42:13.876 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.886 INFO O| May 20 15:42:13.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57062026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.886 INFO O| May 20 15:42:13.886 INFO STEP 274 (remove_files) COMPLETE
57072026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.886 INFO O| May 20 15:42:13.886 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.895 INFO O| May 20 15:42:13.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57092026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.895 INFO O| May 20 15:42:13.895 INFO STEP 275 (remove_files) COMPLETE
57102026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.895 INFO O| May 20 15:42:13.895 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.904 INFO O| May 20 15:42:13.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57122026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.904 INFO O| May 20 15:42:13.904 INFO STEP 276 (remove_files) COMPLETE
57132026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.904 INFO O| May 20 15:42:13.904 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.914 INFO O| May 20 15:42:13.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57152026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.914 INFO O| May 20 15:42:13.914 INFO STEP 277 (remove_files) COMPLETE
57162026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.914 INFO O| May 20 15:42:13.914 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.924 INFO O| May 20 15:42:13.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57182026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.924 INFO O| May 20 15:42:13.924 INFO STEP 278 (remove_files) COMPLETE
57192026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.924 INFO O| May 20 15:42:13.924 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.933 INFO O| May 20 15:42:13.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57212026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.933 INFO O| May 20 15:42:13.933 INFO STEP 279 (remove_files) COMPLETE
57222026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.933 INFO O| May 20 15:42:13.933 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.943 INFO O| May 20 15:42:13.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57242026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.944 INFO O| May 20 15:42:13.944 INFO STEP 280 (remove_files) COMPLETE
57252026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.944 INFO O| May 20 15:42:13.944 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.953 INFO O| May 20 15:42:13.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57272026-05-20T15:42:17.324Z[ recovery-image] May 20 15:42:13.953 INFO O| May 20 15:42:13.953 INFO STEP 281 (remove_files) COMPLETE
57282026-05-20T15:42:17.339Z[ recovery-image] May 20 15:42:13.953 INFO O| May 20 15:42:13.953 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-05-20T15:42:17.339Z[ recovery-image] May 20 15:42:13.962 INFO O| May 20 15:42:13.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57302026-05-20T15:42:17.339Z[ recovery-image] May 20 15:42:13.962 INFO O| May 20 15:42:13.962 INFO STEP 282 (remove_files) COMPLETE
57312026-05-20T15:42:17.339Z[ recovery-image] May 20 15:42:13.962 INFO O| May 20 15:42:13.962 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.970 INFO O| May 20 15:42:13.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57332026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.970 INFO O| May 20 15:42:13.970 INFO STEP 283 (remove_files) COMPLETE
57342026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.970 INFO O| May 20 15:42:13.970 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.978 INFO O| May 20 15:42:13.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57362026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.979 INFO O| May 20 15:42:13.979 INFO STEP 284 (remove_files) COMPLETE
57372026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.979 INFO O| May 20 15:42:13.979 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.987 INFO O| May 20 15:42:13.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57392026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.987 INFO O| May 20 15:42:13.987 INFO STEP 285 (remove_files) COMPLETE
57402026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.987 INFO O| May 20 15:42:13.987 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.996 INFO O| May 20 15:42:13.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57422026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.996 INFO O| May 20 15:42:13.996 INFO STEP 286 (remove_files) COMPLETE
57432026-05-20T15:42:17.340Z[ recovery-image] May 20 15:42:13.996 INFO O| May 20 15:42:13.996 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.005 INFO O| May 20 15:42:14.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57452026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.005 INFO O| May 20 15:42:14.005 INFO STEP 287 (remove_files) COMPLETE
57462026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.005 INFO O| May 20 15:42:14.005 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.015 INFO O| May 20 15:42:14.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57482026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.015 INFO O| May 20 15:42:14.015 INFO STEP 288 (remove_files) COMPLETE
57492026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.015 INFO O| May 20 15:42:14.015 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.024 INFO O| May 20 15:42:14.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57512026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.024 INFO O| May 20 15:42:14.024 INFO STEP 289 (remove_files) COMPLETE
57522026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.024 INFO O| May 20 15:42:14.024 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.034 INFO O| May 20 15:42:14.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57542026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.034 INFO O| May 20 15:42:14.034 INFO STEP 290 (remove_files) COMPLETE
57552026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.034 INFO O| May 20 15:42:14.034 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.043 INFO O| May 20 15:42:14.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57572026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.043 INFO O| May 20 15:42:14.043 INFO STEP 291 (remove_files) COMPLETE
57582026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.043 INFO O| May 20 15:42:14.043 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.058 INFO O| May 20 15:42:14.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57602026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.058 INFO O| May 20 15:42:14.058 INFO STEP 292 (remove_files) COMPLETE
57612026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.058 INFO O| May 20 15:42:14.058 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.068 INFO O| May 20 15:42:14.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57632026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.068 INFO O| May 20 15:42:14.068 INFO STEP 293 (remove_files) COMPLETE
57642026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.068 INFO O| May 20 15:42:14.068 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.079 INFO O| May 20 15:42:14.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57662026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.080 INFO O| May 20 15:42:14.080 INFO STEP 294 (remove_files) COMPLETE
57672026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.080 INFO O| May 20 15:42:14.080 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-05-20T15:42:17.341Z[ recovery-image] May 20 15:42:14.090 INFO O| May 20 15:42:14.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57692026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.090 INFO O| May 20 15:42:14.090 INFO STEP 295 (remove_files) COMPLETE
57702026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.090 INFO O| May 20 15:42:14.090 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.101 INFO O| May 20 15:42:14.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57722026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.101 INFO O| May 20 15:42:14.101 INFO STEP 296 (remove_files) COMPLETE
57732026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.101 INFO O| May 20 15:42:14.101 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.111 INFO O| May 20 15:42:14.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57752026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.111 INFO O| May 20 15:42:14.111 INFO STEP 297 (remove_files) COMPLETE
57762026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.111 INFO O| May 20 15:42:14.111 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.122 INFO O| May 20 15:42:14.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57782026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.122 INFO O| May 20 15:42:14.122 INFO STEP 298 (remove_files) COMPLETE
57792026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.122 INFO O| May 20 15:42:14.122 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.130 INFO O| May 20 15:42:14.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57812026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.130 INFO O| May 20 15:42:14.130 INFO STEP 299 (remove_files) COMPLETE
57822026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.130 INFO O| May 20 15:42:14.130 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.140 INFO O| May 20 15:42:14.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57842026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.140 INFO O| May 20 15:42:14.140 INFO STEP 300 (remove_files) COMPLETE
57852026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.140 INFO O| May 20 15:42:14.140 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.149 INFO O| May 20 15:42:14.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57872026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.149 INFO O| May 20 15:42:14.149 INFO STEP 301 (remove_files) COMPLETE
57882026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.149 INFO O| May 20 15:42:14.149 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.158 INFO O| May 20 15:42:14.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57902026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.158 INFO O| May 20 15:42:14.158 INFO STEP 302 (remove_files) COMPLETE
57912026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.158 INFO O| May 20 15:42:14.158 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.166 INFO O| May 20 15:42:14.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57932026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.166 INFO O| May 20 15:42:14.166 INFO STEP 303 (remove_files) COMPLETE
57942026-05-20T15:42:17.342Z[ recovery-image] May 20 15:42:14.166 INFO O| May 20 15:42:14.166 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.176 INFO O| May 20 15:42:14.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57962026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.176 INFO O| May 20 15:42:14.176 INFO STEP 304 (remove_files) COMPLETE
57972026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.176 INFO O| May 20 15:42:14.176 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.187 INFO O| May 20 15:42:14.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57992026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.187 INFO O| May 20 15:42:14.187 INFO STEP 305 (remove_files) COMPLETE
58002026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.187 INFO O| May 20 15:42:14.187 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.198 INFO O| May 20 15:42:14.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58022026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.198 INFO O| May 20 15:42:14.198 INFO STEP 306 (remove_files) COMPLETE
58032026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.198 INFO O| May 20 15:42:14.198 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.209 INFO O| May 20 15:42:14.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58052026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.209 INFO O| May 20 15:42:14.209 INFO STEP 307 (remove_files) COMPLETE
58062026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.209 INFO O| May 20 15:42:14.209 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.220 INFO O| May 20 15:42:14.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58082026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.220 INFO O| May 20 15:42:14.220 INFO STEP 308 (remove_files) COMPLETE
58092026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.220 INFO O| May 20 15:42:14.220 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.229 INFO O| May 20 15:42:14.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58112026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.229 INFO O| May 20 15:42:14.229 INFO STEP 309 (remove_files) COMPLETE
58122026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.229 INFO O| May 20 15:42:14.229 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.239 INFO O| May 20 15:42:14.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58142026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.239 INFO O| May 20 15:42:14.239 INFO STEP 310 (remove_files) COMPLETE
58152026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.239 INFO O| May 20 15:42:14.239 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-05-20T15:42:17.343Z[ recovery-image] May 20 15:42:14.249 INFO O| May 20 15:42:14.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58172026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.249 INFO O| May 20 15:42:14.249 INFO STEP 311 (remove_files) COMPLETE
58182026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.249 INFO O| May 20 15:42:14.249 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.259 INFO O| May 20 15:42:14.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58202026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.259 INFO O| May 20 15:42:14.259 INFO STEP 312 (remove_files) COMPLETE
58212026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.259 INFO O| May 20 15:42:14.259 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.269 INFO O| May 20 15:42:14.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58232026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.269 INFO O| May 20 15:42:14.269 INFO STEP 313 (remove_files) COMPLETE
58242026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.269 INFO O| May 20 15:42:14.269 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.279 INFO O| May 20 15:42:14.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58262026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.280 INFO O| May 20 15:42:14.279 INFO STEP 314 (remove_files) COMPLETE
58272026-05-20T15:42:17.344Z[ recovery-image] May 20 15:42:14.280 INFO O| May 20 15:42:14.280 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.289 INFO O| May 20 15:42:14.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58292026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.290 INFO O| May 20 15:42:14.290 INFO STEP 315 (remove_files) COMPLETE
58302026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.290 INFO O| May 20 15:42:14.290 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.300 INFO O| May 20 15:42:14.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58322026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.300 INFO O| May 20 15:42:14.300 INFO STEP 316 (remove_files) COMPLETE
58332026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.300 INFO O| May 20 15:42:14.300 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.327 INFO O| May 20 15:42:14.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58352026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.327 INFO O| May 20 15:42:14.327 INFO STEP 317 (remove_files) COMPLETE
58362026-05-20T15:42:17.353Z[ recovery-image] May 20 15:42:14.327 INFO O| May 20 15:42:14.327 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.336 INFO O| May 20 15:42:14.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58382026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.336 INFO O| May 20 15:42:14.336 INFO STEP 318 (remove_files) COMPLETE
58392026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.336 INFO O| May 20 15:42:14.336 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.344 INFO O| May 20 15:42:14.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58412026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.344 INFO O| May 20 15:42:14.344 INFO STEP 319 (remove_files) COMPLETE
58422026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.344 INFO O| May 20 15:42:14.344 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.352 INFO O| May 20 15:42:14.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58442026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.352 INFO O| May 20 15:42:14.352 INFO STEP 320 (remove_files) COMPLETE
58452026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.352 INFO O| May 20 15:42:14.352 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.360 INFO O| May 20 15:42:14.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58472026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.361 INFO O| May 20 15:42:14.361 INFO STEP 321 (remove_files) COMPLETE
58482026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.361 INFO O| May 20 15:42:14.361 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.371 INFO O| May 20 15:42:14.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58502026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.371 INFO O| May 20 15:42:14.371 INFO STEP 322 (remove_files) COMPLETE
58512026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.371 INFO O| May 20 15:42:14.371 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.380 INFO O| May 20 15:42:14.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58532026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.380 INFO O| May 20 15:42:14.380 INFO STEP 323 (remove_files) COMPLETE
58542026-05-20T15:42:17.354Z[ recovery-image] May 20 15:42:14.380 INFO O| May 20 15:42:14.380 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.389 INFO O| May 20 15:42:14.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58562026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.389 INFO O| May 20 15:42:14.389 INFO STEP 324 (remove_files) COMPLETE
58572026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.389 INFO O| May 20 15:42:14.389 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.398 INFO O| May 20 15:42:14.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58592026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.398 INFO O| May 20 15:42:14.398 INFO STEP 325 (remove_files) COMPLETE
58602026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.398 INFO O| May 20 15:42:14.398 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.407 INFO O| May 20 15:42:14.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58622026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.408 INFO O| May 20 15:42:14.408 INFO STEP 326 (remove_files) COMPLETE
58632026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.408 INFO O| May 20 15:42:14.408 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.416 INFO O| May 20 15:42:14.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58652026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.417 INFO O| May 20 15:42:14.417 INFO STEP 327 (remove_files) COMPLETE
58662026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.417 INFO O| May 20 15:42:14.417 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.425 INFO O| May 20 15:42:14.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58682026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.425 INFO O| May 20 15:42:14.425 INFO STEP 328 (remove_files) COMPLETE
58692026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.425 INFO O| May 20 15:42:14.425 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.436 INFO O| May 20 15:42:14.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58712026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.436 INFO O| May 20 15:42:14.436 INFO STEP 329 (remove_files) COMPLETE
58722026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.436 INFO O| May 20 15:42:14.436 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.446 INFO O| May 20 15:42:14.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58742026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.446 INFO O| May 20 15:42:14.446 INFO STEP 330 (remove_files) COMPLETE
58752026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.446 INFO O| May 20 15:42:14.446 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-05-20T15:42:17.355Z[ recovery-image] May 20 15:42:14.456 INFO O| May 20 15:42:14.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58772026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.456 INFO O| May 20 15:42:14.456 INFO STEP 331 (remove_files) COMPLETE
58782026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.456 INFO O| May 20 15:42:14.456 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.465 INFO O| May 20 15:42:14.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58802026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.466 INFO O| May 20 15:42:14.466 INFO STEP 332 (remove_files) COMPLETE
58812026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.466 INFO O| May 20 15:42:14.466 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.476 INFO O| May 20 15:42:14.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58832026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.476 INFO O| May 20 15:42:14.476 INFO STEP 333 (remove_files) COMPLETE
58842026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.476 INFO O| May 20 15:42:14.476 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.486 INFO O| May 20 15:42:14.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58862026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.486 INFO O| May 20 15:42:14.486 INFO STEP 334 (remove_files) COMPLETE
58872026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.486 INFO O| May 20 15:42:14.486 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.496 INFO O| May 20 15:42:14.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58892026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.496 INFO O| May 20 15:42:14.496 INFO STEP 335 (remove_files) COMPLETE
58902026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.496 INFO O| May 20 15:42:14.496 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.505 INFO O| May 20 15:42:14.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58922026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.505 INFO O| May 20 15:42:14.505 INFO STEP 336 (remove_files) COMPLETE
58932026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.505 INFO O| May 20 15:42:14.505 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.514 INFO O| May 20 15:42:14.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58952026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.514 INFO O| May 20 15:42:14.514 INFO STEP 337 (remove_files) COMPLETE
58962026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.514 INFO O| May 20 15:42:14.514 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.523 INFO O| May 20 15:42:14.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58982026-05-20T15:42:17.356Z[ recovery-image] May 20 15:42:14.523 INFO O| May 20 15:42:14.523 INFO STEP 338 (remove_files) COMPLETE
58992026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.523 INFO O| May 20 15:42:14.523 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.532 INFO O| May 20 15:42:14.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59012026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.532 INFO O| May 20 15:42:14.532 INFO STEP 339 (remove_files) COMPLETE
59022026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.532 INFO O| May 20 15:42:14.532 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.543 INFO O| May 20 15:42:14.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59042026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.543 INFO O| May 20 15:42:14.543 INFO STEP 340 (remove_files) COMPLETE
59052026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.543 INFO O| May 20 15:42:14.543 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.552 INFO O| May 20 15:42:14.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59072026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.552 INFO O| May 20 15:42:14.552 INFO STEP 341 (remove_files) COMPLETE
59082026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.552 INFO O| May 20 15:42:14.552 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.560 INFO O| May 20 15:42:14.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59102026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.560 INFO O| May 20 15:42:14.560 INFO STEP 342 (remove_files) COMPLETE
59112026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.560 INFO O| May 20 15:42:14.560 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.568 INFO O| May 20 15:42:14.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59132026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.569 INFO O| May 20 15:42:14.569 INFO STEP 343 (remove_files) COMPLETE
59142026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.569 INFO O| May 20 15:42:14.569 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.576 INFO O| May 20 15:42:14.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59162026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.577 INFO O| May 20 15:42:14.577 INFO STEP 344 (remove_files) COMPLETE
59172026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.577 INFO O| May 20 15:42:14.577 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.584 INFO O| May 20 15:42:14.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59192026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.584 INFO O| May 20 15:42:14.584 INFO STEP 345 (remove_files) COMPLETE
59202026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.584 INFO O| May 20 15:42:14.584 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.592 INFO O| May 20 15:42:14.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59222026-05-20T15:42:17.357Z[ recovery-image] May 20 15:42:14.592 INFO O| May 20 15:42:14.592 INFO STEP 346 (remove_files) COMPLETE
59232026-05-20T15:42:17.358Z[ recovery-image] May 20 15:42:14.592 INFO O| May 20 15:42:14.592 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-05-20T15:42:17.358Z[ recovery-image] May 20 15:42:14.600 INFO O| May 20 15:42:14.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59252026-05-20T15:42:17.358Z[ recovery-image] May 20 15:42:14.600 INFO O| May 20 15:42:14.600 INFO STEP 347 (remove_files) COMPLETE
59262026-05-20T15:42:17.358Z[ recovery-image] May 20 15:42:14.600 INFO O| May 20 15:42:14.600 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-05-20T15:42:17.358Z[ recovery-image] May 20 15:42:14.607 INFO O| May 20 15:42:14.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59282026-05-20T15:42:17.366Z[ recovery-image] May 20 15:42:14.608 INFO O| May 20 15:42:14.608 INFO STEP 348 (remove_files) COMPLETE
59292026-05-20T15:42:17.366Z[ recovery-image] May 20 15:42:14.608 INFO O| May 20 15:42:14.608 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-05-20T15:42:17.366Z[ recovery-image] May 20 15:42:14.615 INFO O| May 20 15:42:14.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59312026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:14.615 INFO O| May 20 15:42:14.615 INFO STEP 349 (remove_files) COMPLETE
59322026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:14.615 INFO O| May 20 15:42:14.615 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:14.623 INFO O| May 20 15:42:14.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59342026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:14.623 INFO O| May 20 15:42:14.623 INFO STEP 350 (remove_files) COMPLETE
59352026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:14.623 INFO O| May 20 15:42:14.623 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59372026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.631 INFO STEP 351 (remove_files) COMPLETE
59382026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.631 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59402026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.639 INFO STEP 352 (remove_files) COMPLETE
59412026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.639 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59432026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.649 INFO STEP 353 (remove_files) COMPLETE
59442026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.649 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59462026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.659 INFO STEP 354 (remove_files) COMPLETE
59472026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.659 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59492026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.668 INFO STEP 355 (remove_files) COMPLETE
59502026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.668 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59522026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.677 INFO STEP 356 (remove_files) COMPLETE
59532026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.677 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59552026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.686 INFO STEP 357 (remove_files) COMPLETE
59562026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.686 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59582026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.696 INFO STEP 358 (remove_files) COMPLETE
59592026-05-20T15:42:17.367Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.696 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59612026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.706 INFO STEP 359 (remove_files) COMPLETE
59622026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.706 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59642026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.715 INFO STEP 360 (remove_files) COMPLETE
59652026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.715 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59672026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.723 INFO STEP 361 (remove_files) COMPLETE
59682026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.723 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59702026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.731 INFO STEP 362 (remove_files) COMPLETE
59712026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.731 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59732026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.739 INFO STEP 363 (remove_files) COMPLETE
59742026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.739 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59762026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.747 INFO STEP 364 (remove_files) COMPLETE
59772026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.747 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59792026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.755 INFO STEP 365 (remove_files) COMPLETE
59802026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.755 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59822026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.763 INFO STEP 366 (remove_files) COMPLETE
59832026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.763 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59852026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.772 INFO STEP 367 (remove_files) COMPLETE
59862026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.772 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59882026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.783 INFO STEP 368 (remove_files) COMPLETE
59892026-05-20T15:42:17.368Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.783 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59912026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.792 INFO STEP 369 (remove_files) COMPLETE
59922026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.792 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59942026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.801 INFO STEP 370 (remove_files) COMPLETE
59952026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.801 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59972026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.809 INFO STEP 371 (remove_files) COMPLETE
59982026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.809 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60002026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.818 INFO STEP 372 (remove_files) COMPLETE
60012026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.812 INFO O| May 20 15:42:14.818 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60032026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.826 INFO STEP 373 (remove_files) COMPLETE
60042026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.826 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60062026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.835 INFO STEP 374 (remove_files) COMPLETE
60072026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.835 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60092026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.843 INFO STEP 375 (remove_files) COMPLETE
60102026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.843 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60122026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.851 INFO STEP 376 (remove_files) COMPLETE
60132026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.851 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60152026-05-20T15:42:17.369Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.859 INFO STEP 377 (remove_files) COMPLETE
60162026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.859 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60182026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.868 INFO STEP 378 (remove_files) COMPLETE
60192026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.814 INFO O| May 20 15:42:14.868 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60212026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.876 INFO STEP 379 (remove_files) COMPLETE
60222026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.876 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60242026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.885 INFO STEP 380 (remove_files) COMPLETE
60252026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.885 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60272026-05-20T15:42:17.370Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.893 INFO STEP 381 (remove_files) COMPLETE
60282026-05-20T15:42:17.376Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.893 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-05-20T15:42:17.376Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60302026-05-20T15:42:17.376Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.902 INFO STEP 382 (remove_files) COMPLETE
60312026-05-20T15:42:17.376Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.902 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-05-20T15:42:17.376Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60332026-05-20T15:42:17.376Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.910 INFO STEP 383 (remove_files) COMPLETE
60342026-05-20T15:42:17.376Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.910 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-05-20T15:42:17.376Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60362026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.918 INFO STEP 384 (remove_files) COMPLETE
60372026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.918 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60392026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.925 INFO STEP 385 (remove_files) COMPLETE
60402026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.925 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60422026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.932 INFO STEP 386 (remove_files) COMPLETE
60432026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.932 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60452026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.939 INFO STEP 387 (remove_files) COMPLETE
60462026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.939 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60482026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.947 INFO STEP 388 (remove_files) COMPLETE
60492026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.947 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60512026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.955 INFO STEP 389 (remove_files) COMPLETE
60522026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.955 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60542026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.964 INFO STEP 390 (remove_files) COMPLETE
60552026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.964 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60572026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.974 INFO STEP 391 (remove_files) COMPLETE
60582026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.974 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60602026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.985 INFO STEP 392 (remove_files) COMPLETE
60612026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.985 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60632026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.996 INFO STEP 393 (remove_files) COMPLETE
60642026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:14.996 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:15.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60662026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:15.016 INFO STEP 394 (remove_files) COMPLETE
60672026-05-20T15:42:17.377Z[ recovery-image] May 20 15:42:15.815 INFO O| May 20 15:42:15.016 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60692026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.026 INFO STEP 395 (remove_files) COMPLETE
60702026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.026 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60722026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.035 INFO STEP 396 (remove_files) COMPLETE
60732026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.035 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60752026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.043 INFO STEP 397 (remove_files) COMPLETE
60762026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.043 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60782026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.055 INFO STEP 398 (remove_files) COMPLETE
60792026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.055 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60812026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.065 INFO STEP 399 (remove_files) COMPLETE
60822026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.065 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60842026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.075 INFO STEP 400 (remove_files) COMPLETE
60852026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.075 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60872026-05-20T15:42:17.379Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.094 INFO STEP 401 (remove_files) COMPLETE
60882026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.094 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60902026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.102 INFO STEP 402 (remove_files) COMPLETE
60912026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.102 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60932026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.111 INFO STEP 403 (remove_files) COMPLETE
60942026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.111 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60962026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.119 INFO STEP 404 (remove_files) COMPLETE
60972026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.119 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60992026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.129 INFO STEP 405 (remove_files) COMPLETE
61002026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.129 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61022026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.138 INFO STEP 406 (remove_files) COMPLETE
61032026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.138 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61052026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.812 INFO STEP 407 (remove_files) COMPLETE
61062026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.812 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61082026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.824 INFO STEP 408 (remove_files) COMPLETE
61092026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.829 INFO O| May 20 15:42:15.824 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.833 INFO O| May 20 15:42:15.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61112026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.833 INFO O| May 20 15:42:15.833 INFO STEP 409 (remove_files) COMPLETE
61122026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.833 INFO O| May 20 15:42:15.833 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.842 INFO O| May 20 15:42:15.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61142026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.842 INFO O| May 20 15:42:15.842 INFO STEP 410 (remove_files) COMPLETE
61152026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.842 INFO O| May 20 15:42:15.842 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.851 INFO O| May 20 15:42:15.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61172026-05-20T15:42:17.380Z[ recovery-image] May 20 15:42:15.851 INFO O| May 20 15:42:15.851 INFO STEP 411 (remove_files) COMPLETE
61182026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.851 INFO O| May 20 15:42:15.851 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61202026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.861 INFO STEP 412 (remove_files) COMPLETE
61212026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.861 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61232026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.870 INFO STEP 413 (remove_files) COMPLETE
61242026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.870 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61262026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.879 INFO STEP 414 (remove_files) COMPLETE
61272026-05-20T15:42:17.381Z[ recovery-image] May 20 15:42:15.883 INFO O| May 20 15:42:15.879 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.888 INFO O| May 20 15:42:15.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61292026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.888 INFO O| May 20 15:42:15.888 INFO STEP 415 (remove_files) COMPLETE
61302026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.888 INFO O| May 20 15:42:15.888 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.897 INFO O| May 20 15:42:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61322026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.898 INFO O| May 20 15:42:15.898 INFO STEP 416 (remove_files) COMPLETE
61332026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.898 INFO O| May 20 15:42:15.898 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.907 INFO O| May 20 15:42:15.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61352026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.907 INFO O| May 20 15:42:15.907 INFO STEP 417 (remove_files) COMPLETE
61362026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.907 INFO O| May 20 15:42:15.907 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.916 INFO O| May 20 15:42:15.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61382026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.916 INFO O| May 20 15:42:15.916 INFO STEP 418 (remove_files) COMPLETE
61392026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.916 INFO O| May 20 15:42:15.916 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.926 INFO O| May 20 15:42:15.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61412026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.926 INFO O| May 20 15:42:15.926 INFO STEP 419 (remove_files) COMPLETE
61422026-05-20T15:42:17.384Z[ recovery-image] May 20 15:42:15.926 INFO O| May 20 15:42:15.926 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-05-20T15:42:17.393Z[ recovery-image] May 20 15:42:15.936 INFO O| May 20 15:42:15.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61442026-05-20T15:42:17.394Z[ recovery-image] May 20 15:42:15.936 INFO O| May 20 15:42:15.935 INFO STEP 420 (remove_files) COMPLETE
61452026-05-20T15:42:17.394Z[ recovery-image] May 20 15:42:15.936 INFO O| May 20 15:42:15.935 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-05-20T15:42:17.394Z[ recovery-image] May 20 15:42:15.945 INFO O| May 20 15:42:15.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61472026-05-20T15:42:17.394Z[ recovery-image] May 20 15:42:15.945 INFO O| May 20 15:42:15.945 INFO STEP 421 (remove_files) COMPLETE
61482026-05-20T15:42:17.394Z[ recovery-image] May 20 15:42:15.945 INFO O| May 20 15:42:15.945 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-05-20T15:42:17.400Z[ recovery-image] May 20 15:42:15.954 INFO O| May 20 15:42:15.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61502026-05-20T15:42:17.400Z[ recovery-image] May 20 15:42:15.954 INFO O| May 20 15:42:15.954 INFO STEP 422 (remove_files) COMPLETE
61512026-05-20T15:42:17.400Z[ recovery-image] May 20 15:42:15.954 INFO O| May 20 15:42:15.954 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-05-20T15:42:17.409Z[ recovery-image] May 20 15:42:15.963 INFO O| May 20 15:42:15.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61532026-05-20T15:42:17.409Z[ recovery-image] May 20 15:42:15.963 INFO O| May 20 15:42:15.963 INFO STEP 423 (remove_files) COMPLETE
61542026-05-20T15:42:17.409Z[ recovery-image] May 20 15:42:15.963 INFO O| May 20 15:42:15.963 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-05-20T15:42:17.418Z[ recovery-image] May 20 15:42:15.972 INFO O| May 20 15:42:15.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61562026-05-20T15:42:17.418Z[ recovery-image] May 20 15:42:15.972 INFO O| May 20 15:42:15.972 INFO STEP 424 (remove_files) COMPLETE
61572026-05-20T15:42:17.418Z[ recovery-image] May 20 15:42:15.972 INFO O| May 20 15:42:15.972 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-05-20T15:42:17.427Z[ recovery-image] May 20 15:42:15.981 INFO O| May 20 15:42:15.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61592026-05-20T15:42:17.427Z[ recovery-image] May 20 15:42:15.981 INFO O| May 20 15:42:15.981 INFO STEP 425 (remove_files) COMPLETE
61602026-05-20T15:42:17.427Z[ recovery-image] May 20 15:42:15.981 INFO O| May 20 15:42:15.981 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-05-20T15:42:17.437Z[ recovery-image] May 20 15:42:15.991 INFO O| May 20 15:42:15.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61622026-05-20T15:42:17.437Z[ recovery-image] May 20 15:42:15.991 INFO O| May 20 15:42:15.991 INFO STEP 426 (remove_files) COMPLETE
61632026-05-20T15:42:17.437Z[ recovery-image] May 20 15:42:15.991 INFO O| May 20 15:42:15.991 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-05-20T15:42:17.446Z[ recovery-image] May 20 15:42:15.999 INFO O| May 20 15:42:15.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61652026-05-20T15:42:17.446Z[ recovery-image] May 20 15:42:16.000 INFO O| May 20 15:42:16.000 INFO STEP 427 (remove_files) COMPLETE
61662026-05-20T15:42:17.448Z[ recovery-image] May 20 15:42:16.000 INFO O| May 20 15:42:16.000 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-05-20T15:42:17.455Z[ recovery-image] May 20 15:42:16.009 INFO O| May 20 15:42:16.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61682026-05-20T15:42:17.455Z[ recovery-image] May 20 15:42:16.009 INFO O| May 20 15:42:16.009 INFO STEP 428 (remove_files) COMPLETE
61692026-05-20T15:42:17.458Z[ recovery-image] May 20 15:42:16.009 INFO O| May 20 15:42:16.009 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-05-20T15:42:17.465Z[ recovery-image] May 20 15:42:16.019 INFO O| May 20 15:42:16.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61712026-05-20T15:42:17.465Z[ recovery-image] May 20 15:42:16.019 INFO O| May 20 15:42:16.019 INFO STEP 429 (remove_files) COMPLETE
61722026-05-20T15:42:17.465Z[ recovery-image] May 20 15:42:16.019 INFO O| May 20 15:42:16.019 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-05-20T15:42:17.475Z[ recovery-image] May 20 15:42:16.028 INFO O| May 20 15:42:16.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61742026-05-20T15:42:17.475Z[ recovery-image] May 20 15:42:16.028 INFO O| May 20 15:42:16.028 INFO STEP 430 (remove_files) COMPLETE
61752026-05-20T15:42:17.475Z[ recovery-image] May 20 15:42:16.028 INFO O| May 20 15:42:16.028 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-05-20T15:42:17.483Z[ recovery-image] May 20 15:42:16.037 INFO O| May 20 15:42:16.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61772026-05-20T15:42:17.486Z[ recovery-image] May 20 15:42:16.039 INFO O| May 20 15:42:16.038 INFO STEP 431 (remove_files) COMPLETE
61782026-05-20T15:42:17.486Z[ recovery-image] May 20 15:42:16.039 INFO O| May 20 15:42:16.038 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-05-20T15:42:17.493Z[ recovery-image] May 20 15:42:16.047 INFO O| May 20 15:42:16.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61802026-05-20T15:42:17.493Z[ recovery-image] May 20 15:42:16.047 INFO O| May 20 15:42:16.047 INFO STEP 432 (remove_files) COMPLETE
61812026-05-20T15:42:17.493Z[ recovery-image] May 20 15:42:16.047 INFO O| May 20 15:42:16.047 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-05-20T15:42:17.503Z[ recovery-image] May 20 15:42:16.057 INFO O| May 20 15:42:16.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61832026-05-20T15:42:17.505Z[ recovery-image] May 20 15:42:16.057 INFO O| May 20 15:42:16.057 INFO STEP 433 (remove_files) COMPLETE
61842026-05-20T15:42:17.505Z[ recovery-image] May 20 15:42:16.057 INFO O| May 20 15:42:16.057 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-05-20T15:42:17.514Z[ recovery-image] May 20 15:42:16.068 INFO O| May 20 15:42:16.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61862026-05-20T15:42:17.514Z[ recovery-image] May 20 15:42:16.068 INFO O| May 20 15:42:16.068 INFO STEP 434 (remove_files) COMPLETE
61872026-05-20T15:42:17.514Z[ recovery-image] May 20 15:42:16.068 INFO O| May 20 15:42:16.068 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-05-20T15:42:17.518Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
61892026-05-20T15:42:17.523Z[ recovery-image] May 20 15:42:16.077 INFO O| May 20 15:42:16.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61902026-05-20T15:42:17.523Z[ recovery-image] May 20 15:42:16.077 INFO O| May 20 15:42:16.077 INFO STEP 435 (remove_files) COMPLETE
61912026-05-20T15:42:17.523Z[ recovery-image] May 20 15:42:16.077 INFO O| May 20 15:42:16.077 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-05-20T15:42:17.534Z[ recovery-image] May 20 15:42:16.088 INFO O| May 20 15:42:16.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61932026-05-20T15:42:17.534Z[ recovery-image] May 20 15:42:16.088 INFO O| May 20 15:42:16.088 INFO STEP 436 (remove_files) COMPLETE
61942026-05-20T15:42:17.534Z[ recovery-image] May 20 15:42:16.088 INFO O| May 20 15:42:16.088 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-05-20T15:42:17.544Z[ recovery-image] May 20 15:42:16.098 INFO O| May 20 15:42:16.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61962026-05-20T15:42:17.544Z[ recovery-image] May 20 15:42:16.098 INFO O| May 20 15:42:16.098 INFO STEP 437 (remove_files) COMPLETE
61972026-05-20T15:42:17.544Z[ recovery-image] May 20 15:42:16.099 INFO O| May 20 15:42:16.098 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-05-20T15:42:17.556Z[ recovery-image] May 20 15:42:16.109 INFO O| May 20 15:42:16.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61992026-05-20T15:42:17.556Z[ recovery-image] May 20 15:42:16.109 INFO O| May 20 15:42:16.109 INFO STEP 438 (remove_files) COMPLETE
62002026-05-20T15:42:17.556Z[ recovery-image] May 20 15:42:16.109 INFO O| May 20 15:42:16.109 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-05-20T15:42:17.575Z[ recovery-image] May 20 15:42:16.129 INFO O| May 20 15:42:16.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62022026-05-20T15:42:17.575Z[ recovery-image] May 20 15:42:16.129 INFO O| May 20 15:42:16.129 INFO STEP 439 (remove_files) COMPLETE
62032026-05-20T15:42:17.575Z[ recovery-image] May 20 15:42:16.129 INFO O| May 20 15:42:16.129 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-05-20T15:42:17.578Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
62052026-05-20T15:42:17.585Z[ recovery-image] May 20 15:42:16.139 INFO O| May 20 15:42:16.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62062026-05-20T15:42:17.585Z[ recovery-image] May 20 15:42:16.139 INFO O| May 20 15:42:16.139 INFO STEP 440 (remove_files) COMPLETE
62072026-05-20T15:42:17.588Z[ recovery-image] May 20 15:42:16.139 INFO O| May 20 15:42:16.139 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-05-20T15:42:17.594Z[ recovery-image] May 20 15:42:16.148 INFO O| May 20 15:42:16.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62092026-05-20T15:42:17.594Z[ recovery-image] May 20 15:42:16.148 INFO O| May 20 15:42:16.148 INFO STEP 441 (remove_files) COMPLETE
62102026-05-20T15:42:17.601Z[ recovery-image] May 20 15:42:16.148 INFO O| May 20 15:42:16.148 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-05-20T15:42:17.609Z[ recovery-image] May 20 15:42:16.157 INFO O| May 20 15:42:16.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62122026-05-20T15:42:17.609Z[ recovery-image] May 20 15:42:16.157 INFO O| May 20 15:42:16.157 INFO STEP 442 (remove_files) COMPLETE
62132026-05-20T15:42:17.609Z[ recovery-image] May 20 15:42:16.157 INFO O| May 20 15:42:16.157 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-05-20T15:42:17.615Z[ recovery-image] May 20 15:42:16.166 INFO O| May 20 15:42:16.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62152026-05-20T15:42:17.615Z[ recovery-image] May 20 15:42:16.166 INFO O| May 20 15:42:16.166 INFO STEP 443 (remove_files) COMPLETE
62162026-05-20T15:42:17.615Z[ recovery-image] May 20 15:42:16.166 INFO O| May 20 15:42:16.166 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-05-20T15:42:17.622Z[ recovery-image] May 20 15:42:16.176 INFO O| May 20 15:42:16.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62182026-05-20T15:42:17.622Z[ recovery-image] May 20 15:42:16.176 INFO O| May 20 15:42:16.176 INFO STEP 444 (remove_files) COMPLETE
62192026-05-20T15:42:17.622Z[ recovery-image] May 20 15:42:16.176 INFO O| May 20 15:42:16.176 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-05-20T15:42:17.637Z[ recovery-image] May 20 15:42:16.185 INFO O| May 20 15:42:16.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62212026-05-20T15:42:17.637Z[ recovery-image] May 20 15:42:16.185 INFO O| May 20 15:42:16.185 INFO STEP 445 (remove_files) COMPLETE
62222026-05-20T15:42:17.641Z[ recovery-image] May 20 15:42:16.185 INFO O| May 20 15:42:16.185 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-05-20T15:42:17.641Z[ recovery-image] May 20 15:42:16.193 INFO O| May 20 15:42:16.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62242026-05-20T15:42:17.641Z[ recovery-image] May 20 15:42:16.193 INFO O| May 20 15:42:16.193 INFO STEP 446 (remove_files) COMPLETE
62252026-05-20T15:42:17.641Z[ recovery-image] May 20 15:42:16.193 INFO O| May 20 15:42:16.193 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-05-20T15:42:17.649Z[ recovery-image] May 20 15:42:16.202 INFO O| May 20 15:42:16.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62272026-05-20T15:42:17.650Z[ recovery-image] May 20 15:42:16.202 INFO O| May 20 15:42:16.202 INFO STEP 447 (remove_files) COMPLETE
62282026-05-20T15:42:17.653Z[ recovery-image] May 20 15:42:16.202 INFO O| May 20 15:42:16.202 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-05-20T15:42:17.660Z[ recovery-image] May 20 15:42:16.210 INFO O| May 20 15:42:16.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62302026-05-20T15:42:17.660Z[ recovery-image] May 20 15:42:16.210 INFO O| May 20 15:42:16.210 INFO STEP 448 (remove_files) COMPLETE
62312026-05-20T15:42:17.660Z[ recovery-image] May 20 15:42:16.210 INFO O| May 20 15:42:16.210 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-05-20T15:42:17.670Z[ recovery-image] May 20 15:42:16.219 INFO O| May 20 15:42:16.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62332026-05-20T15:42:17.670Z[ recovery-image] May 20 15:42:16.219 INFO O| May 20 15:42:16.219 INFO STEP 449 (remove_files) COMPLETE
62342026-05-20T15:42:17.670Z[ recovery-image] May 20 15:42:16.219 INFO O| May 20 15:42:16.219 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-05-20T15:42:17.674Z[ recovery-image] May 20 15:42:16.228 INFO O| May 20 15:42:16.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62362026-05-20T15:42:17.674Z[ recovery-image] May 20 15:42:16.228 INFO O| May 20 15:42:16.228 INFO STEP 450 (remove_files) COMPLETE
62372026-05-20T15:42:17.674Z[ recovery-image] May 20 15:42:16.228 INFO O| May 20 15:42:16.228 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-05-20T15:42:17.682Z[ recovery-image] May 20 15:42:16.236 INFO O| May 20 15:42:16.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62392026-05-20T15:42:17.682Z[ recovery-image] May 20 15:42:16.236 INFO O| May 20 15:42:16.236 INFO STEP 451 (remove_files) COMPLETE
62402026-05-20T15:42:17.685Z[ recovery-image] May 20 15:42:16.236 INFO O| May 20 15:42:16.236 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-05-20T15:42:17.693Z[ recovery-image] May 20 15:42:16.246 INFO O| May 20 15:42:16.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62422026-05-20T15:42:17.696Z[ recovery-image] May 20 15:42:16.247 INFO O| May 20 15:42:16.247 INFO STEP 452 (remove_files) COMPLETE
62432026-05-20T15:42:17.696Z[ recovery-image] May 20 15:42:16.247 INFO O| May 20 15:42:16.247 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-05-20T15:42:17.703Z[ recovery-image] May 20 15:42:16.257 INFO O| May 20 15:42:16.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62452026-05-20T15:42:17.703Z[ recovery-image] May 20 15:42:16.257 INFO O| May 20 15:42:16.257 INFO STEP 453 (remove_files) COMPLETE
62462026-05-20T15:42:17.703Z[ recovery-image] May 20 15:42:16.257 INFO O| May 20 15:42:16.257 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-05-20T15:42:17.712Z[ recovery-image] May 20 15:42:16.266 INFO O| May 20 15:42:16.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62482026-05-20T15:42:17.712Z[ recovery-image] May 20 15:42:16.266 INFO O| May 20 15:42:16.266 INFO STEP 454 (remove_files) COMPLETE
62492026-05-20T15:42:17.712Z[ recovery-image] May 20 15:42:16.266 INFO O| May 20 15:42:16.266 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-05-20T15:42:17.721Z[ recovery-image] May 20 15:42:16.275 INFO O| May 20 15:42:16.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62512026-05-20T15:42:17.721Z[ recovery-image] May 20 15:42:16.275 INFO O| May 20 15:42:16.275 INFO STEP 455 (remove_files) COMPLETE
62522026-05-20T15:42:17.721Z[ recovery-image] May 20 15:42:16.275 INFO O| May 20 15:42:16.275 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-05-20T15:42:17.731Z[ recovery-image] May 20 15:42:16.285 INFO O| May 20 15:42:16.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62542026-05-20T15:42:17.731Z[ recovery-image] May 20 15:42:16.285 INFO O| May 20 15:42:16.285 INFO STEP 456 (remove_files) COMPLETE
62552026-05-20T15:42:17.731Z[ recovery-image] May 20 15:42:16.285 INFO O| May 20 15:42:16.285 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-05-20T15:42:17.741Z[ recovery-image] May 20 15:42:16.295 INFO O| May 20 15:42:16.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62572026-05-20T15:42:17.741Z[ recovery-image] May 20 15:42:16.295 INFO O| May 20 15:42:16.295 INFO STEP 457 (remove_files) COMPLETE
62582026-05-20T15:42:17.741Z[ recovery-image] May 20 15:42:16.295 INFO O| May 20 15:42:16.295 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-05-20T15:42:17.750Z[ recovery-image] May 20 15:42:16.303 INFO O| May 20 15:42:16.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62602026-05-20T15:42:17.750Z[ recovery-image] May 20 15:42:16.304 INFO O| May 20 15:42:16.304 INFO STEP 458 (remove_files) COMPLETE
62612026-05-20T15:42:17.753Z[ recovery-image] May 20 15:42:16.304 INFO O| May 20 15:42:16.304 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-05-20T15:42:17.758Z[ recovery-image] May 20 15:42:16.312 INFO O| May 20 15:42:16.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62632026-05-20T15:42:17.758Z[ recovery-image] May 20 15:42:16.312 INFO O| May 20 15:42:16.312 INFO STEP 459 (remove_files) COMPLETE
62642026-05-20T15:42:17.761Z[ recovery-image] May 20 15:42:16.312 INFO O| May 20 15:42:16.312 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-05-20T15:42:17.766Z[ recovery-image] May 20 15:42:16.320 INFO O| May 20 15:42:16.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62662026-05-20T15:42:17.766Z[ recovery-image] May 20 15:42:16.320 INFO O| May 20 15:42:16.320 INFO STEP 460 (remove_files) COMPLETE
62672026-05-20T15:42:17.766Z[ recovery-image] May 20 15:42:16.320 INFO O| May 20 15:42:16.320 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-05-20T15:42:17.774Z[ recovery-image] May 20 15:42:16.328 INFO O| May 20 15:42:16.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62692026-05-20T15:42:17.774Z[ recovery-image] May 20 15:42:16.328 INFO O| May 20 15:42:16.328 INFO STEP 461 (remove_files) COMPLETE
62702026-05-20T15:42:17.778Z[ recovery-image] May 20 15:42:16.328 INFO O| May 20 15:42:16.328 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-05-20T15:42:17.782Z[ recovery-image] May 20 15:42:16.336 INFO O| May 20 15:42:16.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62722026-05-20T15:42:17.782Z[ recovery-image] May 20 15:42:16.336 INFO O| May 20 15:42:16.336 INFO STEP 462 (remove_files) COMPLETE
62732026-05-20T15:42:17.785Z[ recovery-image] May 20 15:42:16.336 INFO O| May 20 15:42:16.336 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-05-20T15:42:17.790Z[ recovery-image] May 20 15:42:16.344 INFO O| May 20 15:42:16.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62752026-05-20T15:42:17.790Z[ recovery-image] May 20 15:42:16.344 INFO O| May 20 15:42:16.344 INFO STEP 463 (remove_files) COMPLETE
62762026-05-20T15:42:17.790Z[ recovery-image] May 20 15:42:16.344 INFO O| May 20 15:42:16.344 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-05-20T15:42:17.798Z[ recovery-image] May 20 15:42:16.352 INFO O| May 20 15:42:16.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62782026-05-20T15:42:17.799Z[ recovery-image] May 20 15:42:16.353 INFO O| May 20 15:42:16.352 INFO STEP 464 (remove_files) COMPLETE
62792026-05-20T15:42:17.799Z[ recovery-image] May 20 15:42:16.353 INFO O| May 20 15:42:16.352 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-05-20T15:42:17.807Z[ recovery-image] May 20 15:42:16.361 INFO O| May 20 15:42:16.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62812026-05-20T15:42:17.810Z[ recovery-image] May 20 15:42:16.361 INFO O| May 20 15:42:16.361 INFO STEP 465 (remove_files) COMPLETE
62822026-05-20T15:42:17.811Z[ recovery-image] May 20 15:42:16.361 INFO O| May 20 15:42:16.361 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-05-20T15:42:17.815Z[ recovery-image] May 20 15:42:16.369 INFO O| May 20 15:42:16.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62842026-05-20T15:42:17.815Z[ recovery-image] May 20 15:42:16.369 INFO O| May 20 15:42:16.369 INFO STEP 466 (remove_files) COMPLETE
62852026-05-20T15:42:17.818Z[ recovery-image] May 20 15:42:16.369 INFO O| May 20 15:42:16.369 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-05-20T15:42:17.826Z[ recovery-image] May 20 15:42:16.380 INFO O| May 20 15:42:16.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62872026-05-20T15:42:17.826Z[ recovery-image] May 20 15:42:16.380 INFO O| May 20 15:42:16.380 INFO STEP 467 (remove_files) COMPLETE
62882026-05-20T15:42:17.829Z[ recovery-image] May 20 15:42:16.380 INFO O| May 20 15:42:16.380 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-05-20T15:42:17.837Z[ recovery-image] May 20 15:42:16.390 INFO O| May 20 15:42:16.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62902026-05-20T15:42:17.837Z[ recovery-image] May 20 15:42:16.391 INFO O| May 20 15:42:16.391 INFO STEP 468 (remove_files) COMPLETE
62912026-05-20T15:42:17.837Z[ recovery-image] May 20 15:42:16.391 INFO O| May 20 15:42:16.391 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-05-20T15:42:17.846Z[ recovery-image] May 20 15:42:16.400 INFO O| May 20 15:42:16.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62932026-05-20T15:42:17.846Z[ recovery-image] May 20 15:42:16.400 INFO O| May 20 15:42:16.400 INFO STEP 469 (remove_files) COMPLETE
62942026-05-20T15:42:17.847Z[ recovery-image] May 20 15:42:16.400 INFO O| May 20 15:42:16.400 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-05-20T15:42:17.857Z[ recovery-image] May 20 15:42:16.411 INFO O| May 20 15:42:16.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62962026-05-20T15:42:17.857Z[ recovery-image] May 20 15:42:16.411 INFO O| May 20 15:42:16.411 INFO STEP 470 (remove_files) COMPLETE
62972026-05-20T15:42:17.857Z[ recovery-image] May 20 15:42:16.411 INFO O| May 20 15:42:16.411 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-05-20T15:42:17.867Z[ recovery-image] May 20 15:42:16.421 INFO O| May 20 15:42:16.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62992026-05-20T15:42:17.867Z[ recovery-image] May 20 15:42:16.421 INFO O| May 20 15:42:16.421 INFO STEP 471 (remove_files) COMPLETE
63002026-05-20T15:42:17.870Z[ recovery-image] May 20 15:42:16.421 INFO O| May 20 15:42:16.421 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-05-20T15:42:17.878Z[ recovery-image] May 20 15:42:16.432 INFO O| May 20 15:42:16.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63022026-05-20T15:42:17.878Z[ recovery-image] May 20 15:42:16.432 INFO O| May 20 15:42:16.432 INFO STEP 472 (remove_files) COMPLETE
63032026-05-20T15:42:17.881Z[ recovery-image] May 20 15:42:16.432 INFO O| May 20 15:42:16.432 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-05-20T15:42:17.888Z[ recovery-image] May 20 15:42:16.442 INFO O| May 20 15:42:16.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63052026-05-20T15:42:17.888Z[ recovery-image] May 20 15:42:16.442 INFO O| May 20 15:42:16.442 INFO STEP 473 (remove_files) COMPLETE
63062026-05-20T15:42:17.891Z[ recovery-image] May 20 15:42:16.442 INFO O| May 20 15:42:16.442 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-05-20T15:42:17.899Z[ recovery-image] May 20 15:42:16.452 INFO O| May 20 15:42:16.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63082026-05-20T15:42:17.899Z[ recovery-image] May 20 15:42:16.452 INFO O| May 20 15:42:16.452 INFO STEP 474 (remove_files) COMPLETE
63092026-05-20T15:42:17.899Z[ recovery-image] May 20 15:42:16.452 INFO O| May 20 15:42:16.452 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-05-20T15:42:17.902Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
63112026-05-20T15:42:17.908Z[ recovery-image] May 20 15:42:16.462 INFO O| May 20 15:42:16.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63122026-05-20T15:42:17.908Z[ recovery-image] May 20 15:42:16.462 INFO O| May 20 15:42:16.462 INFO STEP 475 (remove_files) COMPLETE
63132026-05-20T15:42:17.911Z[ recovery-image] May 20 15:42:16.462 INFO O| May 20 15:42:16.462 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-05-20T15:42:17.918Z[ recovery-image] May 20 15:42:16.472 INFO O| May 20 15:42:16.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63152026-05-20T15:42:18.069Z[ recovery-image] May 20 15:42:16.473 INFO O| May 20 15:42:16.473 INFO STEP 476 (remove_files) COMPLETE
63162026-05-20T15:42:18.069Z[ recovery-image] May 20 15:42:16.474 INFO O| May 20 15:42:16.473 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.484 INFO O| May 20 15:42:16.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63182026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.484 INFO O| May 20 15:42:16.484 INFO STEP 477 (remove_files) COMPLETE
63192026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.484 INFO O| May 20 15:42:16.484 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.493 INFO O| May 20 15:42:16.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63212026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.493 INFO O| May 20 15:42:16.493 INFO STEP 478 (remove_files) COMPLETE
63222026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.493 INFO O| May 20 15:42:16.493 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.504 INFO O| May 20 15:42:16.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63242026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.504 INFO O| May 20 15:42:16.504 INFO STEP 479 (remove_files) COMPLETE
63252026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.504 INFO O| May 20 15:42:16.504 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.514 INFO O| May 20 15:42:16.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63272026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.514 INFO O| May 20 15:42:16.514 INFO STEP 480 (remove_files) COMPLETE
63282026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.514 INFO O| May 20 15:42:16.514 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.524 INFO O| May 20 15:42:16.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63302026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.524 INFO O| May 20 15:42:16.524 INFO STEP 481 (remove_files) COMPLETE
63312026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.524 INFO O| May 20 15:42:16.524 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.534 INFO O| May 20 15:42:16.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63332026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.534 INFO O| May 20 15:42:16.534 INFO STEP 482 (remove_files) COMPLETE
63342026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.534 INFO O| May 20 15:42:16.534 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.544 INFO O| May 20 15:42:16.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63362026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.544 INFO O| May 20 15:42:16.544 INFO STEP 483 (remove_files) COMPLETE
63372026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.544 INFO O| May 20 15:42:16.544 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.553 INFO O| May 20 15:42:16.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63392026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.553 INFO O| May 20 15:42:16.553 INFO STEP 484 (remove_files) COMPLETE
63402026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.553 INFO O| May 20 15:42:16.553 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-05-20T15:42:18.078Z[ recovery-image] May 20 15:42:16.563 INFO O| May 20 15:42:16.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63422026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.563 INFO O| May 20 15:42:16.563 INFO STEP 485 (remove_files) COMPLETE
63432026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.563 INFO O| May 20 15:42:16.563 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.572 INFO O| May 20 15:42:16.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63452026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.572 INFO O| May 20 15:42:16.572 INFO STEP 486 (remove_files) COMPLETE
63462026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.572 INFO O| May 20 15:42:16.572 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.581 INFO O| May 20 15:42:16.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63482026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.582 INFO O| May 20 15:42:16.582 INFO STEP 487 (remove_files) COMPLETE
63492026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.582 INFO O| May 20 15:42:16.582 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.591 INFO O| May 20 15:42:16.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63512026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.591 INFO O| May 20 15:42:16.591 INFO STEP 488 (remove_files) COMPLETE
63522026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.591 INFO O| May 20 15:42:16.591 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.600 INFO O| May 20 15:42:16.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63542026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.601 INFO O| May 20 15:42:16.601 INFO STEP 489 (remove_files) COMPLETE
63552026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.601 INFO O| May 20 15:42:16.601 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.610 INFO O| May 20 15:42:16.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63572026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.610 INFO O| May 20 15:42:16.610 INFO STEP 490 (remove_files) COMPLETE
63582026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.610 INFO O| May 20 15:42:16.610 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.619 INFO O| May 20 15:42:16.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63602026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.619 INFO O| May 20 15:42:16.619 INFO STEP 491 (remove_files) COMPLETE
63612026-05-20T15:42:18.079Z[ recovery-image] May 20 15:42:16.619 INFO O| May 20 15:42:16.619 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-05-20T15:42:18.082Z[ recovery-image] May 20 15:42:16.628 INFO O| May 20 15:42:16.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63632026-05-20T15:42:18.082Z[ recovery-image] May 20 15:42:16.628 INFO O| May 20 15:42:16.628 INFO STEP 492 (remove_files) COMPLETE
63642026-05-20T15:42:18.082Z[ recovery-image] May 20 15:42:16.628 INFO O| May 20 15:42:16.628 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-05-20T15:42:18.085Z[ recovery-image] May 20 15:42:16.638 INFO O| May 20 15:42:16.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63662026-05-20T15:42:18.085Z[ recovery-image] May 20 15:42:16.638 INFO O| May 20 15:42:16.638 INFO STEP 493 (remove_files) COMPLETE
63672026-05-20T15:42:18.085Z[ recovery-image] May 20 15:42:16.638 INFO O| May 20 15:42:16.638 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-05-20T15:42:18.094Z[ recovery-image] May 20 15:42:16.648 INFO O| May 20 15:42:16.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63692026-05-20T15:42:18.094Z[ recovery-image] May 20 15:42:16.648 INFO O| May 20 15:42:16.648 INFO STEP 494 (remove_files) COMPLETE
63702026-05-20T15:42:18.097Z[ recovery-image] May 20 15:42:16.648 INFO O| May 20 15:42:16.648 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-05-20T15:42:18.103Z[ recovery-image] May 20 15:42:16.657 INFO O| May 20 15:42:16.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63722026-05-20T15:42:18.103Z[ recovery-image] May 20 15:42:16.657 INFO O| May 20 15:42:16.657 INFO STEP 495 (remove_files) COMPLETE
63732026-05-20T15:42:18.103Z[ recovery-image] May 20 15:42:16.658 INFO O| May 20 15:42:16.657 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-05-20T15:42:18.113Z[ recovery-image] May 20 15:42:16.667 INFO O| May 20 15:42:16.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63752026-05-20T15:42:18.116Z[ recovery-image] May 20 15:42:16.668 INFO O| May 20 15:42:16.668 INFO STEP 496 (remove_files) COMPLETE
63762026-05-20T15:42:18.116Z[ recovery-image] May 20 15:42:16.668 INFO O| May 20 15:42:16.668 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-05-20T15:42:18.123Z[ recovery-image] May 20 15:42:16.677 INFO O| May 20 15:42:16.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63782026-05-20T15:42:18.123Z[ recovery-image] May 20 15:42:16.677 INFO O| May 20 15:42:16.677 INFO STEP 497 (remove_files) COMPLETE
63792026-05-20T15:42:18.126Z[ recovery-image] May 20 15:42:16.677 INFO O| May 20 15:42:16.677 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-05-20T15:42:18.133Z[ recovery-image] May 20 15:42:16.687 INFO O| May 20 15:42:16.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63812026-05-20T15:42:18.133Z[ recovery-image] May 20 15:42:16.687 INFO O| May 20 15:42:16.687 INFO STEP 498 (remove_files) COMPLETE
63822026-05-20T15:42:18.136Z[ recovery-image] May 20 15:42:16.687 INFO O| May 20 15:42:16.687 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-05-20T15:42:18.143Z[ recovery-image] May 20 15:42:16.697 INFO O| May 20 15:42:16.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63842026-05-20T15:42:18.143Z[ recovery-image] May 20 15:42:16.697 INFO O| May 20 15:42:16.697 INFO STEP 499 (remove_files) COMPLETE
63852026-05-20T15:42:18.146Z[ recovery-image] May 20 15:42:16.697 INFO O| May 20 15:42:16.697 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-05-20T15:42:18.157Z[ recovery-image] May 20 15:42:16.706 INFO O| May 20 15:42:16.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63872026-05-20T15:42:18.157Z[ recovery-image] May 20 15:42:16.706 INFO O| May 20 15:42:16.706 INFO STEP 500 (remove_files) COMPLETE
63882026-05-20T15:42:18.157Z[ recovery-image] May 20 15:42:16.706 INFO O| May 20 15:42:16.706 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-05-20T15:42:18.162Z[ recovery-image] May 20 15:42:16.716 INFO O| May 20 15:42:16.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63902026-05-20T15:42:18.165Z[ recovery-image] May 20 15:42:16.717 INFO O| May 20 15:42:16.717 INFO STEP 501 (remove_files) COMPLETE
63912026-05-20T15:42:18.165Z[ recovery-image] May 20 15:42:16.717 INFO O| May 20 15:42:16.717 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-05-20T15:42:18.216Z[ recovery-image] May 20 15:42:16.727 INFO O| May 20 15:42:16.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63932026-05-20T15:42:18.216Z[ recovery-image] May 20 15:42:16.727 INFO O| May 20 15:42:16.727 INFO STEP 502 (remove_files) COMPLETE
63942026-05-20T15:42:18.219Z[ recovery-image] May 20 15:42:16.728 INFO O| May 20 15:42:16.727 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-05-20T15:42:18.219Z[ recovery-image] May 20 15:42:16.737 INFO O| May 20 15:42:16.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63962026-05-20T15:42:18.219Z[ recovery-image] May 20 15:42:16.737 INFO O| May 20 15:42:16.737 INFO STEP 503 (remove_files) COMPLETE
63972026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.737 INFO O| May 20 15:42:16.737 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.747 INFO O| May 20 15:42:16.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63992026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.747 INFO O| May 20 15:42:16.747 INFO STEP 504 (remove_files) COMPLETE
64002026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.747 INFO O| May 20 15:42:16.747 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.758 INFO O| May 20 15:42:16.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64022026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.759 INFO O| May 20 15:42:16.759 INFO STEP 505 (remove_files) COMPLETE
64032026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.759 INFO O| May 20 15:42:16.759 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.770 INFO O| May 20 15:42:16.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64052026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.770 INFO O| May 20 15:42:16.770 INFO STEP 506 (remove_files) COMPLETE
64062026-05-20T15:42:18.220Z[ recovery-image] May 20 15:42:16.770 INFO O| May 20 15:42:16.770 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-05-20T15:42:18.227Z[ recovery-image] May 20 15:42:16.781 INFO O| May 20 15:42:16.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64082026-05-20T15:42:18.228Z[ recovery-image] May 20 15:42:16.781 INFO O| May 20 15:42:16.781 INFO STEP 507 (remove_files) COMPLETE
64092026-05-20T15:42:18.231Z[ recovery-image] May 20 15:42:16.781 INFO O| May 20 15:42:16.781 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-05-20T15:42:18.235Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64112026-05-20T15:42:18.238Z[ recovery-image] May 20 15:42:16.792 INFO O| May 20 15:42:16.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64122026-05-20T15:42:18.238Z[ recovery-image] May 20 15:42:16.792 INFO O| May 20 15:42:16.792 INFO STEP 508 (remove_files) COMPLETE
64132026-05-20T15:42:18.238Z[ recovery-image] May 20 15:42:16.792 INFO O| May 20 15:42:16.792 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-05-20T15:42:18.248Z[ recovery-image] May 20 15:42:16.802 INFO O| May 20 15:42:16.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64152026-05-20T15:42:18.248Z[ recovery-image] May 20 15:42:16.802 INFO O| May 20 15:42:16.802 INFO STEP 509 (remove_files) COMPLETE
64162026-05-20T15:42:18.248Z[ recovery-image] May 20 15:42:16.802 INFO O| May 20 15:42:16.802 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-05-20T15:42:18.258Z[ recovery-image] May 20 15:42:16.812 INFO O| May 20 15:42:16.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64182026-05-20T15:42:18.258Z[ recovery-image] May 20 15:42:16.812 INFO O| May 20 15:42:16.812 INFO STEP 510 (remove_files) COMPLETE
64192026-05-20T15:42:18.258Z[ recovery-image] May 20 15:42:16.812 INFO O| May 20 15:42:16.812 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-05-20T15:42:18.268Z[ recovery-image] May 20 15:42:16.822 INFO O| May 20 15:42:16.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64212026-05-20T15:42:18.268Z[ recovery-image] May 20 15:42:16.822 INFO O| May 20 15:42:16.822 INFO STEP 511 (remove_files) COMPLETE
64222026-05-20T15:42:18.271Z[ recovery-image] May 20 15:42:16.822 INFO O| May 20 15:42:16.822 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-05-20T15:42:18.278Z[ recovery-image] May 20 15:42:16.832 INFO O| May 20 15:42:16.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64242026-05-20T15:42:18.278Z[ recovery-image] May 20 15:42:16.832 INFO O| May 20 15:42:16.832 INFO STEP 512 (remove_files) COMPLETE
64252026-05-20T15:42:18.281Z[ recovery-image] May 20 15:42:16.832 INFO O| May 20 15:42:16.832 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-05-20T15:42:18.287Z[ recovery-image] May 20 15:42:16.841 INFO O| May 20 15:42:16.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64272026-05-20T15:42:18.292Z[ recovery-image] May 20 15:42:16.842 INFO O| May 20 15:42:16.842 INFO STEP 513 (remove_files) COMPLETE
64282026-05-20T15:42:18.292Z[ recovery-image] May 20 15:42:16.842 INFO O| May 20 15:42:16.842 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-05-20T15:42:18.301Z[ recovery-image] May 20 15:42:16.851 INFO O| May 20 15:42:16.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64302026-05-20T15:42:18.301Z[ recovery-image] May 20 15:42:16.851 INFO O| May 20 15:42:16.851 INFO STEP 514 (remove_files) COMPLETE
64312026-05-20T15:42:18.301Z[ recovery-image] May 20 15:42:16.851 INFO O| May 20 15:42:16.851 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-05-20T15:42:18.308Z[ recovery-image] May 20 15:42:16.859 INFO O| May 20 15:42:16.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64332026-05-20T15:42:18.308Z[ recovery-image] May 20 15:42:16.859 INFO O| May 20 15:42:16.859 INFO STEP 515 (remove_files) COMPLETE
64342026-05-20T15:42:18.308Z[ recovery-image] May 20 15:42:16.859 INFO O| May 20 15:42:16.859 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-05-20T15:42:18.314Z[ recovery-image] May 20 15:42:16.868 INFO O| May 20 15:42:16.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64362026-05-20T15:42:18.318Z[ recovery-image] May 20 15:42:16.869 INFO O| May 20 15:42:16.868 INFO STEP 516 (remove_files) COMPLETE
64372026-05-20T15:42:18.318Z[ recovery-image] May 20 15:42:16.869 INFO O| May 20 15:42:16.869 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-05-20T15:42:18.324Z[ recovery-image] May 20 15:42:16.878 INFO O| May 20 15:42:16.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64392026-05-20T15:42:18.324Z[ recovery-image] May 20 15:42:16.878 INFO O| May 20 15:42:16.878 INFO STEP 517 (remove_files) COMPLETE
64402026-05-20T15:42:18.327Z[ recovery-image] May 20 15:42:16.878 INFO O| May 20 15:42:16.878 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-05-20T15:42:18.333Z[ recovery-image] May 20 15:42:16.887 INFO O| May 20 15:42:16.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64422026-05-20T15:42:18.333Z[ recovery-image] May 20 15:42:16.887 INFO O| May 20 15:42:16.887 INFO STEP 518 (remove_files) COMPLETE
64432026-05-20T15:42:18.337Z[ recovery-image] May 20 15:42:16.887 INFO O| May 20 15:42:16.887 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-05-20T15:42:18.343Z[ recovery-image] May 20 15:42:16.896 INFO O| May 20 15:42:16.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64452026-05-20T15:42:18.343Z[ recovery-image] May 20 15:42:16.897 INFO O| May 20 15:42:16.897 INFO STEP 519 (remove_files) COMPLETE
64462026-05-20T15:42:18.345Z[ recovery-image] May 20 15:42:16.897 INFO O| May 20 15:42:16.897 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-05-20T15:42:18.351Z[ recovery-image] May 20 15:42:16.905 INFO O| May 20 15:42:16.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64482026-05-20T15:42:18.351Z[ recovery-image] May 20 15:42:16.905 INFO O| May 20 15:42:16.905 INFO STEP 520 (remove_files) COMPLETE
64492026-05-20T15:42:18.351Z[ recovery-image] May 20 15:42:16.905 INFO O| May 20 15:42:16.905 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-05-20T15:42:18.359Z[ recovery-image] May 20 15:42:16.913 INFO O| May 20 15:42:16.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64512026-05-20T15:42:18.359Z[ recovery-image] May 20 15:42:16.913 INFO O| May 20 15:42:16.913 INFO STEP 521 (remove_files) COMPLETE
64522026-05-20T15:42:18.362Z[ recovery-image] May 20 15:42:16.913 INFO O| May 20 15:42:16.913 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-05-20T15:42:18.367Z[ recovery-image] May 20 15:42:16.921 INFO O| May 20 15:42:16.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64542026-05-20T15:42:18.367Z[ recovery-image] May 20 15:42:16.921 INFO O| May 20 15:42:16.921 INFO STEP 522 (remove_files) COMPLETE
64552026-05-20T15:42:18.367Z[ recovery-image] May 20 15:42:16.921 INFO O| May 20 15:42:16.921 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-05-20T15:42:18.375Z[ recovery-image] May 20 15:42:16.929 INFO O| May 20 15:42:16.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64572026-05-20T15:42:18.375Z[ recovery-image] May 20 15:42:16.929 INFO O| May 20 15:42:16.929 INFO STEP 523 (remove_files) COMPLETE
64582026-05-20T15:42:18.375Z[ recovery-image] May 20 15:42:16.929 INFO O| May 20 15:42:16.929 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-05-20T15:42:18.383Z[ recovery-image] May 20 15:42:16.937 INFO O| May 20 15:42:16.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64602026-05-20T15:42:18.383Z[ recovery-image] May 20 15:42:16.937 INFO O| May 20 15:42:16.937 INFO STEP 524 (remove_files) COMPLETE
64612026-05-20T15:42:18.384Z[ recovery-image] May 20 15:42:16.937 INFO O| May 20 15:42:16.937 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-05-20T15:42:18.393Z[ recovery-image] May 20 15:42:16.946 INFO O| May 20 15:42:16.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64632026-05-20T15:42:18.393Z[ recovery-image] May 20 15:42:16.946 INFO O| May 20 15:42:16.946 INFO STEP 525 (remove_files) COMPLETE
64642026-05-20T15:42:18.396Z[ recovery-image] May 20 15:42:16.946 INFO O| May 20 15:42:16.946 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-05-20T15:42:18.401Z[ recovery-image] May 20 15:42:16.955 INFO O| May 20 15:42:16.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64662026-05-20T15:42:18.404Z[ recovery-image] May 20 15:42:16.956 INFO O| May 20 15:42:16.956 INFO STEP 526 (remove_files) COMPLETE
64672026-05-20T15:42:18.404Z[ recovery-image] May 20 15:42:16.956 INFO O| May 20 15:42:16.956 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-05-20T15:42:18.412Z[ recovery-image] May 20 15:42:16.966 INFO O| May 20 15:42:16.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64692026-05-20T15:42:18.412Z[ recovery-image] May 20 15:42:16.966 INFO O| May 20 15:42:16.966 INFO STEP 527 (remove_files) COMPLETE
64702026-05-20T15:42:18.412Z[ recovery-image] May 20 15:42:16.966 INFO O| May 20 15:42:16.966 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-05-20T15:42:18.422Z[ recovery-image] May 20 15:42:16.976 INFO O| May 20 15:42:16.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64722026-05-20T15:42:18.422Z[ recovery-image] May 20 15:42:16.976 INFO O| May 20 15:42:16.976 INFO STEP 528 (remove_files) COMPLETE
64732026-05-20T15:42:18.424Z[ recovery-image] May 20 15:42:16.976 INFO O| May 20 15:42:16.976 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-05-20T15:42:18.431Z[ recovery-image] May 20 15:42:16.985 INFO O| May 20 15:42:16.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64752026-05-20T15:42:18.431Z[ recovery-image] May 20 15:42:16.985 INFO O| May 20 15:42:16.985 INFO STEP 529 (remove_files) COMPLETE
64762026-05-20T15:42:18.434Z[ recovery-image] May 20 15:42:16.985 INFO O| May 20 15:42:16.985 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-05-20T15:42:18.443Z[ recovery-image] May 20 15:42:16.996 INFO O| May 20 15:42:16.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64782026-05-20T15:42:18.443Z[ recovery-image] May 20 15:42:16.997 INFO O| May 20 15:42:16.996 INFO STEP 530 (remove_files) COMPLETE
64792026-05-20T15:42:18.445Z[ recovery-image] May 20 15:42:16.997 INFO O| May 20 15:42:16.997 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-05-20T15:42:18.453Z[ recovery-image] May 20 15:42:17.007 INFO O| May 20 15:42:17.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64812026-05-20T15:42:18.453Z[ recovery-image] May 20 15:42:17.007 INFO O| May 20 15:42:17.007 INFO STEP 531 (remove_files) COMPLETE
64822026-05-20T15:42:18.453Z[ recovery-image] May 20 15:42:17.007 INFO O| May 20 15:42:17.007 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-05-20T15:42:18.462Z[ recovery-image] May 20 15:42:17.016 INFO O| May 20 15:42:17.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64842026-05-20T15:42:18.462Z[ recovery-image] May 20 15:42:17.016 INFO O| May 20 15:42:17.016 INFO STEP 532 (remove_files) COMPLETE
64852026-05-20T15:42:18.465Z[ recovery-image] May 20 15:42:17.016 INFO O| May 20 15:42:17.016 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-05-20T15:42:18.471Z[ recovery-image] May 20 15:42:17.025 INFO O| May 20 15:42:17.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64872026-05-20T15:42:18.471Z[ recovery-image] May 20 15:42:17.025 INFO O| May 20 15:42:17.025 INFO STEP 533 (remove_files) COMPLETE
64882026-05-20T15:42:18.474Z[ recovery-image] May 20 15:42:17.025 INFO O| May 20 15:42:17.025 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-05-20T15:42:18.481Z[ recovery-image] May 20 15:42:17.035 INFO O| May 20 15:42:17.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64902026-05-20T15:42:18.481Z[ recovery-image] May 20 15:42:17.035 INFO O| May 20 15:42:17.035 INFO STEP 534 (remove_files) COMPLETE
64912026-05-20T15:42:18.481Z[ recovery-image] May 20 15:42:17.035 INFO O| May 20 15:42:17.035 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-05-20T15:42:18.491Z[ recovery-image] May 20 15:42:17.045 INFO O| May 20 15:42:17.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64932026-05-20T15:42:18.491Z[ recovery-image] May 20 15:42:17.045 INFO O| May 20 15:42:17.045 INFO STEP 535 (remove_files) COMPLETE
64942026-05-20T15:42:18.494Z[ recovery-image] May 20 15:42:17.045 INFO O| May 20 15:42:17.045 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-05-20T15:42:18.506Z[ recovery-image] May 20 15:42:17.060 INFO O| May 20 15:42:17.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64962026-05-20T15:42:18.509Z[ recovery-image] May 20 15:42:17.061 INFO O| May 20 15:42:17.061 INFO STEP 536 (remove_files) COMPLETE
64972026-05-20T15:42:18.509Z[ recovery-image] May 20 15:42:17.061 INFO O| May 20 15:42:17.061 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-05-20T15:42:18.519Z[ recovery-image] May 20 15:42:17.073 INFO O| May 20 15:42:17.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64992026-05-20T15:42:18.522Z[ recovery-image] May 20 15:42:17.073 INFO O| May 20 15:42:17.073 INFO STEP 537 (remove_files) COMPLETE
65002026-05-20T15:42:18.522Z[ recovery-image] May 20 15:42:17.073 INFO O| May 20 15:42:17.073 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-05-20T15:42:18.529Z[ recovery-image] May 20 15:42:17.083 INFO O| May 20 15:42:17.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65022026-05-20T15:42:18.532Z[ recovery-image] May 20 15:42:17.084 INFO O| May 20 15:42:17.084 INFO STEP 538 (remove_files) COMPLETE
65032026-05-20T15:42:18.532Z[ recovery-image] May 20 15:42:17.084 INFO O| May 20 15:42:17.084 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-05-20T15:42:18.541Z[ recovery-image] May 20 15:42:17.095 INFO O| May 20 15:42:17.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65052026-05-20T15:42:18.541Z[ recovery-image] May 20 15:42:17.095 INFO O| May 20 15:42:17.095 INFO STEP 539 (remove_files) COMPLETE
65062026-05-20T15:42:18.541Z[ recovery-image] May 20 15:42:17.095 INFO O| May 20 15:42:17.095 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-05-20T15:42:18.552Z[ recovery-image] May 20 15:42:17.106 INFO O| May 20 15:42:17.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65082026-05-20T15:42:18.552Z[ recovery-image] May 20 15:42:17.106 INFO O| May 20 15:42:17.106 INFO STEP 540 (remove_files) COMPLETE
65092026-05-20T15:42:18.552Z[ recovery-image] May 20 15:42:17.106 INFO O| May 20 15:42:17.106 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-05-20T15:42:18.562Z[ recovery-image] May 20 15:42:17.116 INFO O| May 20 15:42:17.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65112026-05-20T15:42:18.562Z[ recovery-image] May 20 15:42:17.116 INFO O| May 20 15:42:17.116 INFO STEP 541 (remove_files) COMPLETE
65122026-05-20T15:42:18.562Z[ recovery-image] May 20 15:42:17.116 INFO O| May 20 15:42:17.116 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-05-20T15:42:18.571Z[ recovery-image] May 20 15:42:17.125 INFO O| May 20 15:42:17.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65142026-05-20T15:42:18.572Z[ recovery-image] May 20 15:42:17.126 INFO O| May 20 15:42:17.126 INFO STEP 542 (remove_files) COMPLETE
65152026-05-20T15:42:18.572Z[ recovery-image] May 20 15:42:17.126 INFO O| May 20 15:42:17.126 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-05-20T15:42:18.595Z[ recovery-image] May 20 15:42:17.135 INFO O| May 20 15:42:17.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65172026-05-20T15:42:18.595Z[ recovery-image] May 20 15:42:17.135 INFO O| May 20 15:42:17.135 INFO STEP 543 (remove_files) COMPLETE
65182026-05-20T15:42:18.596Z[ recovery-image] May 20 15:42:17.135 INFO O| May 20 15:42:17.135 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-05-20T15:42:18.596Z[ recovery-image] May 20 15:42:17.145 INFO O| May 20 15:42:17.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65202026-05-20T15:42:18.596Z[ recovery-image] May 20 15:42:17.145 INFO O| May 20 15:42:17.145 INFO STEP 544 (remove_files) COMPLETE
65212026-05-20T15:42:18.596Z[ recovery-image] May 20 15:42:17.145 INFO O| May 20 15:42:17.145 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-05-20T15:42:18.600Z[ recovery-image] May 20 15:42:17.154 INFO O| May 20 15:42:17.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65232026-05-20T15:42:18.600Z[ recovery-image] May 20 15:42:17.154 INFO O| May 20 15:42:17.154 INFO STEP 545 (remove_files) COMPLETE
65242026-05-20T15:42:18.600Z[ recovery-image] May 20 15:42:17.154 INFO O| May 20 15:42:17.154 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-05-20T15:42:18.609Z[ recovery-image] May 20 15:42:17.163 INFO O| May 20 15:42:17.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65262026-05-20T15:42:18.609Z[ recovery-image] May 20 15:42:17.163 INFO O| May 20 15:42:17.163 INFO STEP 546 (remove_files) COMPLETE
65272026-05-20T15:42:18.609Z[ recovery-image] May 20 15:42:17.163 INFO O| May 20 15:42:17.163 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-05-20T15:42:18.618Z[ recovery-image] May 20 15:42:17.172 INFO O| May 20 15:42:17.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65292026-05-20T15:42:18.618Z[ recovery-image] May 20 15:42:17.172 INFO O| May 20 15:42:17.172 INFO STEP 547 (remove_files) COMPLETE
65302026-05-20T15:42:18.618Z[ recovery-image] May 20 15:42:17.172 INFO O| May 20 15:42:17.172 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-05-20T15:42:18.627Z[ recovery-image] May 20 15:42:17.181 INFO O| May 20 15:42:17.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65322026-05-20T15:42:18.627Z[ recovery-image] May 20 15:42:17.181 INFO O| May 20 15:42:17.181 INFO STEP 548 (remove_files) COMPLETE
65332026-05-20T15:42:18.627Z[ recovery-image] May 20 15:42:17.181 INFO O| May 20 15:42:17.181 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-05-20T15:42:18.636Z[ recovery-image] May 20 15:42:17.189 INFO O| May 20 15:42:17.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65352026-05-20T15:42:18.636Z[ recovery-image] May 20 15:42:17.190 INFO O| May 20 15:42:17.190 INFO STEP 549 (remove_files) COMPLETE
65362026-05-20T15:42:18.636Z[ recovery-image] May 20 15:42:17.190 INFO O| May 20 15:42:17.190 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-05-20T15:42:18.644Z[ recovery-image] May 20 15:42:17.198 INFO O| May 20 15:42:17.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65382026-05-20T15:42:18.644Z[ recovery-image] May 20 15:42:17.198 INFO O| May 20 15:42:17.198 INFO STEP 550 (remove_files) COMPLETE
65392026-05-20T15:42:18.644Z[ recovery-image] May 20 15:42:17.198 INFO O| May 20 15:42:17.198 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-05-20T15:42:18.652Z[ recovery-image] May 20 15:42:17.206 INFO O| May 20 15:42:17.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65412026-05-20T15:42:18.652Z[ recovery-image] May 20 15:42:17.206 INFO O| May 20 15:42:17.206 INFO STEP 551 (remove_files) COMPLETE
65422026-05-20T15:42:18.652Z[ recovery-image] May 20 15:42:17.206 INFO O| May 20 15:42:17.206 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-05-20T15:42:18.660Z[ recovery-image] May 20 15:42:17.214 INFO O| May 20 15:42:17.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65442026-05-20T15:42:18.660Z[ recovery-image] May 20 15:42:17.214 INFO O| May 20 15:42:17.214 INFO STEP 552 (remove_files) COMPLETE
65452026-05-20T15:42:18.660Z[ recovery-image] May 20 15:42:17.214 INFO O| May 20 15:42:17.214 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-05-20T15:42:18.668Z[ recovery-image] May 20 15:42:17.222 INFO O| May 20 15:42:17.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65472026-05-20T15:42:18.668Z[ recovery-image] May 20 15:42:17.222 INFO O| May 20 15:42:17.222 INFO STEP 553 (remove_files) COMPLETE
65482026-05-20T15:42:18.669Z[ recovery-image] May 20 15:42:17.222 INFO O| May 20 15:42:17.222 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-05-20T15:42:18.677Z[ recovery-image] May 20 15:42:17.231 INFO O| May 20 15:42:17.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65502026-05-20T15:42:18.677Z[ recovery-image] May 20 15:42:17.231 INFO O| May 20 15:42:17.231 INFO STEP 554 (remove_files) COMPLETE
65512026-05-20T15:42:18.677Z[ recovery-image] May 20 15:42:17.231 INFO O| May 20 15:42:17.231 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-05-20T15:42:18.699Z[ recovery-image] May 20 15:42:17.253 INFO O| May 20 15:42:17.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65532026-05-20T15:42:18.699Z[ recovery-image] May 20 15:42:17.253 INFO O| May 20 15:42:17.253 INFO STEP 555 (remove_files) COMPLETE
65542026-05-20T15:42:18.700Z[ recovery-image] May 20 15:42:17.253 INFO O| May 20 15:42:17.253 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-05-20T15:42:18.709Z[ recovery-image] May 20 15:42:17.263 INFO O| May 20 15:42:17.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65562026-05-20T15:42:18.710Z[ recovery-image] May 20 15:42:17.263 INFO O| May 20 15:42:17.263 INFO STEP 556 (remove_files) COMPLETE
65572026-05-20T15:42:18.710Z[ recovery-image] May 20 15:42:17.263 INFO O| May 20 15:42:17.263 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-05-20T15:42:18.721Z[ recovery-image] May 20 15:42:17.272 INFO O| May 20 15:42:17.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65592026-05-20T15:42:18.721Z[ recovery-image] May 20 15:42:17.273 INFO O| May 20 15:42:17.273 INFO STEP 557 (remove_files) COMPLETE
65602026-05-20T15:42:18.721Z[ recovery-image] May 20 15:42:17.273 INFO O| May 20 15:42:17.273 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-05-20T15:42:18.728Z[ recovery-image] May 20 15:42:17.282 INFO O| May 20 15:42:17.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65622026-05-20T15:42:18.728Z[ recovery-image] May 20 15:42:17.282 INFO O| May 20 15:42:17.282 INFO STEP 558 (remove_files) COMPLETE
65632026-05-20T15:42:18.728Z[ recovery-image] May 20 15:42:17.282 INFO O| May 20 15:42:17.282 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-05-20T15:42:18.737Z[ recovery-image] May 20 15:42:17.291 INFO O| May 20 15:42:17.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65652026-05-20T15:42:18.737Z[ recovery-image] May 20 15:42:17.291 INFO O| May 20 15:42:17.291 INFO STEP 559 (remove_files) COMPLETE
65662026-05-20T15:42:18.740Z[ recovery-image] May 20 15:42:17.291 INFO O| May 20 15:42:17.291 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-05-20T15:42:18.746Z[ recovery-image] May 20 15:42:17.300 INFO O| May 20 15:42:17.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65682026-05-20T15:42:18.747Z[ recovery-image] May 20 15:42:17.301 INFO O| May 20 15:42:17.301 INFO STEP 560 (remove_files) COMPLETE
65692026-05-20T15:42:18.750Z[ recovery-image] May 20 15:42:17.301 INFO O| May 20 15:42:17.301 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-05-20T15:42:18.756Z[ recovery-image] May 20 15:42:17.310 INFO O| May 20 15:42:17.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65712026-05-20T15:42:18.756Z[ recovery-image] May 20 15:42:17.310 INFO O| May 20 15:42:17.310 INFO STEP 561 (remove_files) COMPLETE
65722026-05-20T15:42:18.756Z[ recovery-image] May 20 15:42:17.310 INFO O| May 20 15:42:17.310 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-05-20T15:42:18.765Z[ recovery-image] May 20 15:42:17.319 INFO O| May 20 15:42:17.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65742026-05-20T15:42:18.765Z[ recovery-image] May 20 15:42:17.319 INFO O| May 20 15:42:17.319 INFO STEP 562 (remove_files) COMPLETE
65752026-05-20T15:42:18.765Z[ recovery-image] May 20 15:42:17.319 INFO O| May 20 15:42:17.319 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-05-20T15:42:18.775Z[ recovery-image] May 20 15:42:17.329 INFO O| May 20 15:42:17.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65772026-05-20T15:42:18.775Z[ recovery-image] May 20 15:42:17.329 INFO O| May 20 15:42:17.329 INFO STEP 563 (remove_files) COMPLETE
65782026-05-20T15:42:18.775Z[ recovery-image] May 20 15:42:17.329 INFO O| May 20 15:42:17.329 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-05-20T15:42:18.784Z[ recovery-image] May 20 15:42:17.338 INFO O| May 20 15:42:17.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65802026-05-20T15:42:18.784Z[ recovery-image] May 20 15:42:17.338 INFO O| May 20 15:42:17.338 INFO STEP 564 (remove_files) COMPLETE
65812026-05-20T15:42:18.784Z[ recovery-image] May 20 15:42:17.338 INFO O| May 20 15:42:17.338 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-05-20T15:42:18.793Z[ recovery-image] May 20 15:42:17.347 INFO O| May 20 15:42:17.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65832026-05-20T15:42:18.796Z[ recovery-image] May 20 15:42:17.348 INFO O| May 20 15:42:17.348 INFO STEP 565 (remove_files) COMPLETE
65842026-05-20T15:42:18.796Z[ recovery-image] May 20 15:42:17.348 INFO O| May 20 15:42:17.348 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-05-20T15:42:18.804Z[ recovery-image] May 20 15:42:17.358 INFO O| May 20 15:42:17.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65862026-05-20T15:42:18.804Z[ recovery-image] May 20 15:42:17.358 INFO O| May 20 15:42:17.358 INFO STEP 566 (remove_files) COMPLETE
65872026-05-20T15:42:18.806Z[ recovery-image] May 20 15:42:17.358 INFO O| May 20 15:42:17.358 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-05-20T15:42:18.813Z[ recovery-image] May 20 15:42:17.367 INFO O| May 20 15:42:17.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65892026-05-20T15:42:18.813Z[ recovery-image] May 20 15:42:17.367 INFO O| May 20 15:42:17.367 INFO STEP 567 (remove_files) COMPLETE
65902026-05-20T15:42:18.816Z[ recovery-image] May 20 15:42:17.367 INFO O| May 20 15:42:17.367 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-05-20T15:42:18.821Z[ recovery-image] May 20 15:42:17.375 INFO O| May 20 15:42:17.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65922026-05-20T15:42:18.821Z[ recovery-image] May 20 15:42:17.375 INFO O| May 20 15:42:17.375 INFO STEP 568 (remove_files) COMPLETE
65932026-05-20T15:42:18.821Z[ recovery-image] May 20 15:42:17.375 INFO O| May 20 15:42:17.375 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-05-20T15:42:18.829Z[ recovery-image] May 20 15:42:17.383 INFO O| May 20 15:42:17.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65952026-05-20T15:42:18.829Z[ recovery-image] May 20 15:42:17.383 INFO O| May 20 15:42:17.383 INFO STEP 569 (remove_files) COMPLETE
65962026-05-20T15:42:18.832Z[ recovery-image] May 20 15:42:17.383 INFO O| May 20 15:42:17.383 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-05-20T15:42:18.837Z[ recovery-image] May 20 15:42:17.391 INFO O| May 20 15:42:17.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65982026-05-20T15:42:18.837Z[ recovery-image] May 20 15:42:17.391 INFO O| May 20 15:42:17.391 INFO STEP 570 (remove_files) COMPLETE
65992026-05-20T15:42:18.837Z[ recovery-image] May 20 15:42:17.391 INFO O| May 20 15:42:17.391 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-05-20T15:42:18.846Z[ recovery-image] May 20 15:42:17.400 INFO O| May 20 15:42:17.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66012026-05-20T15:42:18.846Z[ recovery-image] May 20 15:42:17.400 INFO O| May 20 15:42:17.400 INFO STEP 571 (remove_files) COMPLETE
66022026-05-20T15:42:18.849Z[ recovery-image] May 20 15:42:17.400 INFO O| May 20 15:42:17.400 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-05-20T15:42:18.855Z[ recovery-image] May 20 15:42:17.409 INFO O| May 20 15:42:17.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66042026-05-20T15:42:18.855Z[ recovery-image] May 20 15:42:17.409 INFO O| May 20 15:42:17.409 INFO STEP 572 (remove_files) COMPLETE
66052026-05-20T15:42:18.857Z[ recovery-image] May 20 15:42:17.409 INFO O| May 20 15:42:17.409 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-05-20T15:42:18.863Z[ recovery-image] May 20 15:42:17.417 INFO O| May 20 15:42:17.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66072026-05-20T15:42:18.863Z[ recovery-image] May 20 15:42:17.417 INFO O| May 20 15:42:17.417 INFO STEP 573 (remove_files) COMPLETE
66082026-05-20T15:42:18.863Z[ recovery-image] May 20 15:42:17.417 INFO O| May 20 15:42:17.417 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-05-20T15:42:18.872Z[ recovery-image] May 20 15:42:17.426 INFO O| May 20 15:42:17.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66102026-05-20T15:42:18.872Z[ recovery-image] May 20 15:42:17.426 INFO O| May 20 15:42:17.426 INFO STEP 574 (remove_files) COMPLETE
66112026-05-20T15:42:18.874Z[ recovery-image] May 20 15:42:17.426 INFO O| May 20 15:42:17.426 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-05-20T15:42:18.880Z[ recovery-image] May 20 15:42:17.434 INFO O| May 20 15:42:17.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66132026-05-20T15:42:18.880Z[ recovery-image] May 20 15:42:17.434 INFO O| May 20 15:42:17.434 INFO STEP 575 (remove_files) COMPLETE
66142026-05-20T15:42:18.883Z[ recovery-image] May 20 15:42:17.434 INFO O| May 20 15:42:17.434 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-05-20T15:42:18.888Z[ recovery-image] May 20 15:42:17.442 INFO O| May 20 15:42:17.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66162026-05-20T15:42:18.888Z[ recovery-image] May 20 15:42:17.442 INFO O| May 20 15:42:17.442 INFO STEP 576 (remove_files) COMPLETE
66172026-05-20T15:42:18.888Z[ recovery-image] May 20 15:42:17.442 INFO O| May 20 15:42:17.442 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-05-20T15:42:18.896Z[ recovery-image] May 20 15:42:17.450 INFO O| May 20 15:42:17.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66192026-05-20T15:42:18.896Z[ recovery-image] May 20 15:42:17.450 INFO O| May 20 15:42:17.450 INFO STEP 577 (remove_files) COMPLETE
66202026-05-20T15:42:18.898Z[ recovery-image] May 20 15:42:17.450 INFO O| May 20 15:42:17.450 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-05-20T15:42:18.903Z[ recovery-image] May 20 15:42:17.457 INFO O| May 20 15:42:17.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66222026-05-20T15:42:18.903Z[ recovery-image] May 20 15:42:17.457 INFO O| May 20 15:42:17.457 INFO STEP 578 (remove_files) COMPLETE
66232026-05-20T15:42:18.903Z[ recovery-image] May 20 15:42:17.457 INFO O| May 20 15:42:17.457 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-05-20T15:42:18.912Z[ recovery-image] May 20 15:42:17.466 INFO O| May 20 15:42:17.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66252026-05-20T15:42:18.912Z[ recovery-image] May 20 15:42:17.466 INFO O| May 20 15:42:17.466 INFO STEP 579 (remove_files) COMPLETE
66262026-05-20T15:42:18.912Z[ recovery-image] May 20 15:42:17.466 INFO O| May 20 15:42:17.466 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-05-20T15:42:18.922Z[ recovery-image] May 20 15:42:17.476 INFO O| May 20 15:42:17.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66282026-05-20T15:42:18.922Z[ recovery-image] May 20 15:42:17.476 INFO O| May 20 15:42:17.476 INFO STEP 580 (remove_files) COMPLETE
66292026-05-20T15:42:18.924Z[ recovery-image] May 20 15:42:17.476 INFO O| May 20 15:42:17.476 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-05-20T15:42:18.936Z[ recovery-image] May 20 15:42:17.490 INFO O| May 20 15:42:17.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66312026-05-20T15:42:18.936Z[ recovery-image] May 20 15:42:17.490 INFO O| May 20 15:42:17.490 INFO STEP 581 (remove_files) COMPLETE
66322026-05-20T15:42:18.939Z[ recovery-image] May 20 15:42:17.490 INFO O| May 20 15:42:17.490 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-05-20T15:42:18.982Z[ recovery-image] May 20 15:42:17.499 INFO O| May 20 15:42:17.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66342026-05-20T15:42:19.022Z[ recovery-image] May 20 15:42:17.499 INFO O| May 20 15:42:17.499 INFO STEP 582 (remove_files) COMPLETE
66352026-05-20T15:42:19.087Z[ recovery-image] May 20 15:42:17.499 INFO O| May 20 15:42:17.499 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-05-20T15:42:19.087Z[ recovery-image] May 20 15:42:17.508 INFO O| May 20 15:42:17.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66372026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.508 INFO O| May 20 15:42:17.508 INFO STEP 583 (remove_files) COMPLETE
66382026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.508 INFO O| May 20 15:42:17.508 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.517 INFO O| May 20 15:42:17.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66402026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.517 INFO O| May 20 15:42:17.517 INFO STEP 584 (remove_files) COMPLETE
66412026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.517 INFO O| May 20 15:42:17.517 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.526 INFO O| May 20 15:42:17.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66432026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.526 INFO O| May 20 15:42:17.526 INFO STEP 585 (remove_files) COMPLETE
66442026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.526 INFO O| May 20 15:42:17.526 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.535 INFO O| May 20 15:42:17.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66462026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.535 INFO O| May 20 15:42:17.535 INFO STEP 586 (remove_files) COMPLETE
66472026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.535 INFO O| May 20 15:42:17.535 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.545 INFO O| May 20 15:42:17.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66492026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.545 INFO O| May 20 15:42:17.545 INFO STEP 587 (remove_files) COMPLETE
66502026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.545 INFO O| May 20 15:42:17.545 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.554 INFO O| May 20 15:42:17.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66522026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.554 INFO O| May 20 15:42:17.554 INFO STEP 588 (remove_files) COMPLETE
66532026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.554 INFO O| May 20 15:42:17.554 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.563 INFO O| May 20 15:42:17.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66552026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.564 INFO O| May 20 15:42:17.563 INFO STEP 589 (remove_files) COMPLETE
66562026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.564 INFO O| May 20 15:42:17.563 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.573 INFO O| May 20 15:42:17.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66582026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.573 INFO O| May 20 15:42:17.573 INFO STEP 590 (remove_files) COMPLETE
66592026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.573 INFO O| May 20 15:42:17.573 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.582 INFO O| May 20 15:42:17.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66612026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.582 INFO O| May 20 15:42:17.582 INFO STEP 591 (remove_files) COMPLETE
66622026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.582 INFO O| May 20 15:42:17.582 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-05-20T15:42:19.091Z[ recovery-image] May 20 15:42:17.591 INFO O| May 20 15:42:17.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66642026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.591 INFO O| May 20 15:42:17.591 INFO STEP 592 (remove_files) COMPLETE
66652026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.591 INFO O| May 20 15:42:17.591 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.600 INFO O| May 20 15:42:17.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66672026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.601 INFO O| May 20 15:42:17.601 INFO STEP 593 (remove_files) COMPLETE
66682026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.601 INFO O| May 20 15:42:17.601 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.610 INFO O| May 20 15:42:17.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66702026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.610 INFO O| May 20 15:42:17.610 INFO STEP 594 (remove_files) COMPLETE
66712026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.610 INFO O| May 20 15:42:17.610 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.619 INFO O| May 20 15:42:17.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66732026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.619 INFO O| May 20 15:42:17.619 INFO STEP 595 (remove_files) COMPLETE
66742026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.619 INFO O| May 20 15:42:17.619 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.628 INFO O| May 20 15:42:17.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66762026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.628 INFO O| May 20 15:42:17.628 INFO STEP 596 (remove_files) COMPLETE
66772026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.628 INFO O| May 20 15:42:17.628 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.637 INFO O| May 20 15:42:17.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66792026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.637 INFO O| May 20 15:42:17.637 INFO STEP 597 (remove_files) COMPLETE
66802026-05-20T15:42:19.092Z[ recovery-image] May 20 15:42:17.637 INFO O| May 20 15:42:17.637 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-05-20T15:42:19.096Z[ recovery-image] May 20 15:42:17.646 INFO O| May 20 15:42:17.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66822026-05-20T15:42:19.096Z[ recovery-image] May 20 15:42:17.646 INFO O| May 20 15:42:17.646 INFO STEP 598 (remove_files) COMPLETE
66832026-05-20T15:42:19.096Z[ recovery-image] May 20 15:42:17.646 INFO O| May 20 15:42:17.646 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-05-20T15:42:19.101Z[ recovery-image] May 20 15:42:17.655 INFO O| May 20 15:42:17.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66852026-05-20T15:42:19.101Z[ recovery-image] May 20 15:42:17.655 INFO O| May 20 15:42:17.655 INFO STEP 599 (remove_files) COMPLETE
66862026-05-20T15:42:19.101Z[ recovery-image] May 20 15:42:17.655 INFO O| May 20 15:42:17.655 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-05-20T15:42:19.109Z[ recovery-image] May 20 15:42:17.663 INFO O| May 20 15:42:17.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66882026-05-20T15:42:19.109Z[ recovery-image] May 20 15:42:17.663 INFO O| May 20 15:42:17.663 INFO STEP 600 (remove_files) COMPLETE
66892026-05-20T15:42:19.109Z[ recovery-image] May 20 15:42:17.663 INFO O| May 20 15:42:17.663 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-05-20T15:42:19.118Z[ recovery-image] May 20 15:42:17.672 INFO O| May 20 15:42:17.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66912026-05-20T15:42:19.118Z[ recovery-image] May 20 15:42:17.672 INFO O| May 20 15:42:17.672 INFO STEP 601 (remove_files) COMPLETE
66922026-05-20T15:42:19.121Z[ recovery-image] May 20 15:42:17.672 INFO O| May 20 15:42:17.672 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-05-20T15:42:19.126Z[ recovery-image] May 20 15:42:17.680 INFO O| May 20 15:42:17.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66942026-05-20T15:42:19.126Z[ recovery-image] May 20 15:42:17.680 INFO O| May 20 15:42:17.680 INFO STEP 602 (remove_files) COMPLETE
66952026-05-20T15:42:19.126Z[ recovery-image] May 20 15:42:17.680 INFO O| May 20 15:42:17.680 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-05-20T15:42:19.136Z[ recovery-image] May 20 15:42:17.690 INFO O| May 20 15:42:17.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66972026-05-20T15:42:19.136Z[ recovery-image] May 20 15:42:17.690 INFO O| May 20 15:42:17.690 INFO STEP 603 (remove_files) COMPLETE
66982026-05-20T15:42:19.136Z[ recovery-image] May 20 15:42:17.690 INFO O| May 20 15:42:17.690 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-05-20T15:42:19.145Z[ recovery-image] May 20 15:42:17.699 INFO O| May 20 15:42:17.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67002026-05-20T15:42:19.145Z[ recovery-image] May 20 15:42:17.699 INFO O| May 20 15:42:17.699 INFO STEP 604 (remove_files) COMPLETE
67012026-05-20T15:42:19.148Z[ recovery-image] May 20 15:42:17.699 INFO O| May 20 15:42:17.699 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-05-20T15:42:19.154Z[ recovery-image] May 20 15:42:17.708 INFO O| May 20 15:42:17.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67032026-05-20T15:42:19.154Z[ recovery-image] May 20 15:42:17.708 INFO O| May 20 15:42:17.708 INFO STEP 605 (remove_files) COMPLETE
67042026-05-20T15:42:19.157Z[ recovery-image] May 20 15:42:17.709 INFO O| May 20 15:42:17.708 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-05-20T15:42:19.168Z[ recovery-image] May 20 15:42:17.718 INFO O| May 20 15:42:17.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67062026-05-20T15:42:19.168Z[ recovery-image] May 20 15:42:17.718 INFO O| May 20 15:42:17.718 INFO STEP 606 (remove_files) COMPLETE
67072026-05-20T15:42:19.171Z[ recovery-image] May 20 15:42:17.718 INFO O| May 20 15:42:17.718 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-05-20T15:42:19.174Z[ recovery-image] May 20 15:42:17.728 INFO O| May 20 15:42:17.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67092026-05-20T15:42:19.174Z[ recovery-image] May 20 15:42:17.728 INFO O| May 20 15:42:17.728 INFO STEP 607 (remove_files) COMPLETE
67102026-05-20T15:42:19.174Z[ recovery-image] May 20 15:42:17.728 INFO O| May 20 15:42:17.728 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-05-20T15:42:19.183Z[ recovery-image] May 20 15:42:17.737 INFO O| May 20 15:42:17.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67122026-05-20T15:42:19.183Z[ recovery-image] May 20 15:42:17.737 INFO O| May 20 15:42:17.737 INFO STEP 608 (remove_files) COMPLETE
67132026-05-20T15:42:19.183Z[ recovery-image] May 20 15:42:17.737 INFO O| May 20 15:42:17.737 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-05-20T15:42:19.195Z[ recovery-image] May 20 15:42:17.747 INFO O| May 20 15:42:17.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67152026-05-20T15:42:19.195Z[ recovery-image] May 20 15:42:17.747 INFO O| May 20 15:42:17.747 INFO STEP 609 (remove_files) COMPLETE
67162026-05-20T15:42:19.195Z[ recovery-image] May 20 15:42:17.747 INFO O| May 20 15:42:17.747 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-05-20T15:42:19.204Z[ recovery-image] May 20 15:42:17.758 INFO O| May 20 15:42:17.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67182026-05-20T15:42:19.204Z[ recovery-image] May 20 15:42:17.758 INFO O| May 20 15:42:17.758 INFO STEP 610 (remove_files) COMPLETE
67192026-05-20T15:42:19.204Z[ recovery-image] May 20 15:42:17.758 INFO O| May 20 15:42:17.758 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-05-20T15:42:19.214Z[ recovery-image] May 20 15:42:17.768 INFO O| May 20 15:42:17.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67212026-05-20T15:42:19.214Z[ recovery-image] May 20 15:42:17.768 INFO O| May 20 15:42:17.768 INFO STEP 611 (remove_files) COMPLETE
67222026-05-20T15:42:19.217Z[ recovery-image] May 20 15:42:17.768 INFO O| May 20 15:42:17.768 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-05-20T15:42:19.224Z[ recovery-image] May 20 15:42:17.778 INFO O| May 20 15:42:17.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67242026-05-20T15:42:19.224Z[ recovery-image] May 20 15:42:17.778 INFO O| May 20 15:42:17.778 INFO STEP 612 (remove_files) COMPLETE
67252026-05-20T15:42:19.224Z[ recovery-image] May 20 15:42:17.778 INFO O| May 20 15:42:17.778 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-05-20T15:42:19.233Z[ recovery-image] May 20 15:42:17.787 INFO O| May 20 15:42:17.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67272026-05-20T15:42:19.233Z[ recovery-image] May 20 15:42:17.787 INFO O| May 20 15:42:17.787 INFO STEP 613 (remove_files) COMPLETE
67282026-05-20T15:42:19.233Z[ recovery-image] May 20 15:42:17.787 INFO O| May 20 15:42:17.787 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-05-20T15:42:19.242Z[ recovery-image] May 20 15:42:17.796 INFO O| May 20 15:42:17.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67302026-05-20T15:42:19.242Z[ recovery-image] May 20 15:42:17.796 INFO O| May 20 15:42:17.796 INFO STEP 614 (remove_files) COMPLETE
67312026-05-20T15:42:19.245Z[ recovery-image] May 20 15:42:17.796 INFO O| May 20 15:42:17.796 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-05-20T15:42:19.251Z[ recovery-image] May 20 15:42:17.805 INFO O| May 20 15:42:17.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67332026-05-20T15:42:19.251Z[ recovery-image] May 20 15:42:17.805 INFO O| May 20 15:42:17.805 INFO STEP 615 (remove_files) COMPLETE
67342026-05-20T15:42:19.254Z[ recovery-image] May 20 15:42:17.805 INFO O| May 20 15:42:17.805 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-05-20T15:42:19.259Z[ recovery-image] May 20 15:42:17.813 INFO O| May 20 15:42:17.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67362026-05-20T15:42:19.259Z[ recovery-image] May 20 15:42:17.813 INFO O| May 20 15:42:17.813 INFO STEP 616 (remove_files) COMPLETE
67372026-05-20T15:42:19.261Z[ recovery-image] May 20 15:42:17.813 INFO O| May 20 15:42:17.813 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-05-20T15:42:19.267Z[ recovery-image] May 20 15:42:17.821 INFO O| May 20 15:42:17.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67392026-05-20T15:42:19.267Z[ recovery-image] May 20 15:42:17.821 INFO O| May 20 15:42:17.821 INFO STEP 617 (remove_files) COMPLETE
67402026-05-20T15:42:19.267Z[ recovery-image] May 20 15:42:17.821 INFO O| May 20 15:42:17.821 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-05-20T15:42:19.275Z[ recovery-image] May 20 15:42:17.829 INFO O| May 20 15:42:17.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67422026-05-20T15:42:19.275Z[ recovery-image] May 20 15:42:17.829 INFO O| May 20 15:42:17.829 INFO STEP 618 (remove_files) COMPLETE
67432026-05-20T15:42:19.278Z[ recovery-image] May 20 15:42:17.829 INFO O| May 20 15:42:17.829 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-05-20T15:42:19.284Z[ recovery-image] May 20 15:42:17.837 INFO O| May 20 15:42:17.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67452026-05-20T15:42:19.284Z[ recovery-image] May 20 15:42:17.838 INFO O| May 20 15:42:17.837 INFO STEP 619 (remove_files) COMPLETE
67462026-05-20T15:42:19.284Z[ recovery-image] May 20 15:42:17.838 INFO O| May 20 15:42:17.838 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-05-20T15:42:19.292Z[ recovery-image] May 20 15:42:17.846 INFO O| May 20 15:42:17.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67482026-05-20T15:42:19.292Z[ recovery-image] May 20 15:42:17.846 INFO O| May 20 15:42:17.846 INFO STEP 620 (remove_files) COMPLETE
67492026-05-20T15:42:19.292Z[ recovery-image] May 20 15:42:17.846 INFO O| May 20 15:42:17.846 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-05-20T15:42:19.301Z[ recovery-image] May 20 15:42:17.855 INFO O| May 20 15:42:17.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67512026-05-20T15:42:19.301Z[ recovery-image] May 20 15:42:17.855 INFO O| May 20 15:42:17.855 INFO STEP 621 (remove_files) COMPLETE
67522026-05-20T15:42:19.305Z[ recovery-image] May 20 15:42:17.855 INFO O| May 20 15:42:17.855 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-05-20T15:42:19.311Z[ recovery-image] May 20 15:42:17.865 INFO O| May 20 15:42:17.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67542026-05-20T15:42:19.311Z[ recovery-image] May 20 15:42:17.865 INFO O| May 20 15:42:17.865 INFO STEP 622 (remove_files) COMPLETE
67552026-05-20T15:42:19.311Z[ recovery-image] May 20 15:42:17.865 INFO O| May 20 15:42:17.865 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-05-20T15:42:19.321Z[ recovery-image] May 20 15:42:17.875 INFO O| May 20 15:42:17.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67572026-05-20T15:42:19.321Z[ recovery-image] May 20 15:42:17.875 INFO O| May 20 15:42:17.875 INFO STEP 623 (remove_files) COMPLETE
67582026-05-20T15:42:19.321Z[ recovery-image] May 20 15:42:17.875 INFO O| May 20 15:42:17.875 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-05-20T15:42:19.331Z[ recovery-image] May 20 15:42:17.885 INFO O| May 20 15:42:17.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67602026-05-20T15:42:19.331Z[ recovery-image] May 20 15:42:17.885 INFO O| May 20 15:42:17.885 INFO STEP 624 (remove_files) COMPLETE
67612026-05-20T15:42:19.331Z[ recovery-image] May 20 15:42:17.885 INFO O| May 20 15:42:17.885 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-05-20T15:42:19.341Z[ recovery-image] May 20 15:42:17.895 INFO O| May 20 15:42:17.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67632026-05-20T15:42:19.341Z[ recovery-image] May 20 15:42:17.895 INFO O| May 20 15:42:17.895 INFO STEP 625 (remove_files) COMPLETE
67642026-05-20T15:42:19.341Z[ recovery-image] May 20 15:42:17.895 INFO O| May 20 15:42:17.895 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-05-20T15:42:19.352Z[ recovery-image] May 20 15:42:17.906 INFO O| May 20 15:42:17.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67662026-05-20T15:42:19.352Z[ recovery-image] May 20 15:42:17.906 INFO O| May 20 15:42:17.906 INFO STEP 626 (remove_files) COMPLETE
67672026-05-20T15:42:19.352Z[ recovery-image] May 20 15:42:17.906 INFO O| May 20 15:42:17.906 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-05-20T15:42:19.387Z[ recovery-image] May 20 15:42:17.916 INFO O| May 20 15:42:17.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67692026-05-20T15:42:19.387Z[ recovery-image] May 20 15:42:17.916 INFO O| May 20 15:42:17.916 INFO STEP 627 (remove_files) COMPLETE
67702026-05-20T15:42:19.387Z[ recovery-image] May 20 15:42:17.916 INFO O| May 20 15:42:17.916 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-05-20T15:42:19.390Z[ recovery-image] May 20 15:42:17.926 INFO O| May 20 15:42:17.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67722026-05-20T15:42:19.390Z[ recovery-image] May 20 15:42:17.926 INFO O| May 20 15:42:17.926 INFO STEP 628 (remove_files) COMPLETE
67732026-05-20T15:42:19.390Z[ recovery-image] May 20 15:42:17.926 INFO O| May 20 15:42:17.926 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-05-20T15:42:19.390Z[ recovery-image] May 20 15:42:17.936 INFO O| May 20 15:42:17.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67752026-05-20T15:42:19.390Z[ recovery-image] May 20 15:42:17.936 INFO O| May 20 15:42:17.936 INFO STEP 629 (remove_files) COMPLETE
67762026-05-20T15:42:19.390Z[ recovery-image] May 20 15:42:17.936 INFO O| May 20 15:42:17.936 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-05-20T15:42:19.393Z[ recovery-image] May 20 15:42:17.946 INFO O| May 20 15:42:17.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67782026-05-20T15:42:19.393Z[ recovery-image] May 20 15:42:17.946 INFO O| May 20 15:42:17.946 INFO STEP 630 (remove_files) COMPLETE
67792026-05-20T15:42:19.393Z[ recovery-image] May 20 15:42:17.946 INFO O| May 20 15:42:17.946 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-05-20T15:42:19.402Z[ recovery-image] May 20 15:42:17.956 INFO O| May 20 15:42:17.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67812026-05-20T15:42:19.402Z[ recovery-image] May 20 15:42:17.956 INFO O| May 20 15:42:17.956 INFO STEP 631 (remove_files) COMPLETE
67822026-05-20T15:42:19.405Z[ recovery-image] May 20 15:42:17.956 INFO O| May 20 15:42:17.956 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-05-20T15:42:19.411Z[ recovery-image] May 20 15:42:17.965 INFO O| May 20 15:42:17.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67842026-05-20T15:42:19.411Z[ recovery-image] May 20 15:42:17.965 INFO O| May 20 15:42:17.965 INFO STEP 632 (remove_files) COMPLETE
67852026-05-20T15:42:19.411Z[ recovery-image] May 20 15:42:17.965 INFO O| May 20 15:42:17.965 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-05-20T15:42:19.422Z[ recovery-image] May 20 15:42:17.975 INFO O| May 20 15:42:17.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67872026-05-20T15:42:19.422Z[ recovery-image] May 20 15:42:17.976 INFO O| May 20 15:42:17.976 INFO STEP 633 (remove_files) COMPLETE
67882026-05-20T15:42:19.422Z[ recovery-image] May 20 15:42:17.976 INFO O| May 20 15:42:17.976 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-05-20T15:42:19.432Z[ recovery-image] May 20 15:42:17.986 INFO O| May 20 15:42:17.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67902026-05-20T15:42:19.435Z[ recovery-image] May 20 15:42:17.987 INFO O| May 20 15:42:17.987 INFO STEP 634 (remove_files) COMPLETE
67912026-05-20T15:42:19.435Z[ recovery-image] May 20 15:42:17.987 INFO O| May 20 15:42:17.987 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-05-20T15:42:19.443Z[ recovery-image] May 20 15:42:17.997 INFO O| May 20 15:42:17.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67932026-05-20T15:42:19.443Z[ recovery-image] May 20 15:42:17.997 INFO O| May 20 15:42:17.997 INFO STEP 635 (remove_files) COMPLETE
67942026-05-20T15:42:19.443Z[ recovery-image] May 20 15:42:17.997 INFO O| May 20 15:42:17.997 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-05-20T15:42:19.454Z[ recovery-image] May 20 15:42:18.008 INFO O| May 20 15:42:18.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67962026-05-20T15:42:19.454Z[ recovery-image] May 20 15:42:18.008 INFO O| May 20 15:42:18.008 INFO STEP 636 (remove_files) COMPLETE
67972026-05-20T15:42:19.457Z[ recovery-image] May 20 15:42:18.008 INFO O| May 20 15:42:18.008 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-05-20T15:42:19.463Z[ recovery-image] May 20 15:42:18.017 INFO O| May 20 15:42:18.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67992026-05-20T15:42:19.463Z[ recovery-image] May 20 15:42:18.017 INFO O| May 20 15:42:18.017 INFO STEP 637 (remove_files) COMPLETE
68002026-05-20T15:42:19.466Z[ recovery-image] May 20 15:42:18.017 INFO O| May 20 15:42:18.017 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-05-20T15:42:19.471Z[ recovery-image] May 20 15:42:18.025 INFO O| May 20 15:42:18.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68022026-05-20T15:42:19.471Z[ recovery-image] May 20 15:42:18.025 INFO O| May 20 15:42:18.025 INFO STEP 638 (remove_files) COMPLETE
68032026-05-20T15:42:19.471Z[ recovery-image] May 20 15:42:18.025 INFO O| May 20 15:42:18.025 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-05-20T15:42:19.479Z[ recovery-image] May 20 15:42:18.033 INFO O| May 20 15:42:18.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68052026-05-20T15:42:19.479Z[ recovery-image] May 20 15:42:18.033 INFO O| May 20 15:42:18.033 INFO STEP 639 (remove_files) COMPLETE
68062026-05-20T15:42:19.479Z[ recovery-image] May 20 15:42:18.033 INFO O| May 20 15:42:18.033 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-05-20T15:42:19.487Z[ recovery-image] May 20 15:42:18.041 INFO O| May 20 15:42:18.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68082026-05-20T15:42:19.487Z[ recovery-image] May 20 15:42:18.041 INFO O| May 20 15:42:18.041 INFO STEP 640 (remove_files) COMPLETE
68092026-05-20T15:42:19.487Z[ recovery-image] May 20 15:42:18.041 INFO O| May 20 15:42:18.041 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-05-20T15:42:19.495Z[ recovery-image] May 20 15:42:18.049 INFO O| May 20 15:42:18.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68112026-05-20T15:42:19.495Z[ recovery-image] May 20 15:42:18.049 INFO O| May 20 15:42:18.049 INFO STEP 641 (remove_files) COMPLETE
68122026-05-20T15:42:19.495Z[ recovery-image] May 20 15:42:18.049 INFO O| May 20 15:42:18.049 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-05-20T15:42:19.516Z[ recovery-image] May 20 15:42:18.070 INFO O| May 20 15:42:18.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68142026-05-20T15:42:19.517Z[ recovery-image] May 20 15:42:18.070 INFO O| May 20 15:42:18.070 INFO STEP 642 (remove_files) COMPLETE
68152026-05-20T15:42:19.517Z[ recovery-image] May 20 15:42:18.070 INFO O| May 20 15:42:18.070 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-05-20T15:42:19.526Z[ recovery-image] May 20 15:42:18.080 INFO O| May 20 15:42:18.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68172026-05-20T15:42:19.526Z[ recovery-image] May 20 15:42:18.080 INFO O| May 20 15:42:18.080 INFO STEP 643 (remove_files) COMPLETE
68182026-05-20T15:42:19.526Z[ recovery-image] May 20 15:42:18.080 INFO O| May 20 15:42:18.080 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-05-20T15:42:19.570Z[ recovery-image] May 20 15:42:18.120 INFO O| May 20 15:42:18.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68202026-05-20T15:42:19.570Z[ recovery-image] May 20 15:42:18.120 INFO O| May 20 15:42:18.120 INFO STEP 644 (remove_files) COMPLETE
68212026-05-20T15:42:19.570Z[ recovery-image] May 20 15:42:18.120 INFO O| May 20 15:42:18.120 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-05-20T15:42:19.575Z[ recovery-image] May 20 15:42:18.129 INFO O| May 20 15:42:18.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68232026-05-20T15:42:19.575Z[ recovery-image] May 20 15:42:18.129 INFO O| May 20 15:42:18.129 INFO STEP 645 (remove_files) COMPLETE
68242026-05-20T15:42:19.575Z[ recovery-image] May 20 15:42:18.129 INFO O| May 20 15:42:18.129 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-05-20T15:42:19.583Z[ recovery-image] May 20 15:42:18.137 INFO O| May 20 15:42:18.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68262026-05-20T15:42:19.583Z[ recovery-image] May 20 15:42:18.137 INFO O| May 20 15:42:18.137 INFO STEP 646 (remove_files) COMPLETE
68272026-05-20T15:42:19.587Z[ recovery-image] May 20 15:42:18.137 INFO O| May 20 15:42:18.137 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-05-20T15:42:19.592Z[ recovery-image] May 20 15:42:18.146 INFO O| May 20 15:42:18.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68292026-05-20T15:42:19.592Z[ recovery-image] May 20 15:42:18.146 INFO O| May 20 15:42:18.146 INFO STEP 647 (remove_files) COMPLETE
68302026-05-20T15:42:19.601Z[ recovery-image] May 20 15:42:18.146 INFO O| May 20 15:42:18.146 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-05-20T15:42:19.602Z[ recovery-image] May 20 15:42:18.155 INFO O| May 20 15:42:18.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68322026-05-20T15:42:19.602Z[ recovery-image] May 20 15:42:18.155 INFO O| May 20 15:42:18.155 INFO STEP 648 (remove_files) COMPLETE
68332026-05-20T15:42:19.602Z[ recovery-image] May 20 15:42:18.155 INFO O| May 20 15:42:18.155 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-05-20T15:42:19.611Z[ recovery-image] May 20 15:42:18.165 INFO O| May 20 15:42:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68352026-05-20T15:42:19.611Z[ recovery-image] May 20 15:42:18.165 INFO O| May 20 15:42:18.165 INFO STEP 649 (remove_files) COMPLETE
68362026-05-20T15:42:19.611Z[ recovery-image] May 20 15:42:18.165 INFO O| May 20 15:42:18.165 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-05-20T15:42:19.619Z[ recovery-image] May 20 15:42:18.173 INFO O| May 20 15:42:18.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68382026-05-20T15:42:19.619Z[ recovery-image] May 20 15:42:18.173 INFO O| May 20 15:42:18.173 INFO STEP 650 (remove_files) COMPLETE
68392026-05-20T15:42:19.619Z[ recovery-image] May 20 15:42:18.173 INFO O| May 20 15:42:18.173 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-05-20T15:42:19.627Z[ recovery-image] May 20 15:42:18.181 INFO O| May 20 15:42:18.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68412026-05-20T15:42:19.627Z[ recovery-image] May 20 15:42:18.181 INFO O| May 20 15:42:18.181 INFO STEP 651 (remove_files) COMPLETE
68422026-05-20T15:42:19.627Z[ recovery-image] May 20 15:42:18.181 INFO O| May 20 15:42:18.181 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-05-20T15:42:19.637Z[ recovery-image] May 20 15:42:18.191 INFO O| May 20 15:42:18.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68442026-05-20T15:42:19.637Z[ recovery-image] May 20 15:42:18.191 INFO O| May 20 15:42:18.191 INFO STEP 652 (remove_files) COMPLETE
68452026-05-20T15:42:19.637Z[ recovery-image] May 20 15:42:18.191 INFO O| May 20 15:42:18.191 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-05-20T15:42:19.644Z[ recovery-image] May 20 15:42:18.198 INFO O| May 20 15:42:18.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68472026-05-20T15:42:19.644Z[ recovery-image] May 20 15:42:18.198 INFO O| May 20 15:42:18.198 INFO STEP 653 (remove_files) COMPLETE
68482026-05-20T15:42:19.645Z[ recovery-image] May 20 15:42:18.198 INFO O| May 20 15:42:18.198 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-05-20T15:42:19.652Z[ recovery-image] May 20 15:42:18.206 INFO O| May 20 15:42:18.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68502026-05-20T15:42:19.652Z[ recovery-image] May 20 15:42:18.206 INFO O| May 20 15:42:18.206 INFO STEP 654 (remove_files) COMPLETE
68512026-05-20T15:42:19.652Z[ recovery-image] May 20 15:42:18.206 INFO O| May 20 15:42:18.206 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-05-20T15:42:19.659Z[ recovery-image] May 20 15:42:18.213 INFO O| May 20 15:42:18.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68532026-05-20T15:42:19.659Z[ recovery-image] May 20 15:42:18.213 INFO O| May 20 15:42:18.213 INFO STEP 655 (remove_files) COMPLETE
68542026-05-20T15:42:19.659Z[ recovery-image] May 20 15:42:18.213 INFO O| May 20 15:42:18.213 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-05-20T15:42:19.666Z[ recovery-image] May 20 15:42:18.220 INFO O| May 20 15:42:18.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68562026-05-20T15:42:19.666Z[ recovery-image] May 20 15:42:18.220 INFO O| May 20 15:42:18.220 INFO STEP 656 (remove_files) COMPLETE
68572026-05-20T15:42:19.669Z[ recovery-image] May 20 15:42:18.220 INFO O| May 20 15:42:18.220 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-05-20T15:42:19.674Z[ recovery-image] May 20 15:42:18.228 INFO O| May 20 15:42:18.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68592026-05-20T15:42:19.674Z[ recovery-image] May 20 15:42:18.228 INFO O| May 20 15:42:18.228 INFO STEP 657 (remove_files) COMPLETE
68602026-05-20T15:42:19.677Z[ recovery-image] May 20 15:42:18.228 INFO O| May 20 15:42:18.228 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-05-20T15:42:19.683Z[ recovery-image] May 20 15:42:18.237 INFO O| May 20 15:42:18.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68622026-05-20T15:42:19.683Z[ recovery-image] May 20 15:42:18.237 INFO O| May 20 15:42:18.237 INFO STEP 658 (remove_files) COMPLETE
68632026-05-20T15:42:19.683Z[ recovery-image] May 20 15:42:18.237 INFO O| May 20 15:42:18.237 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-05-20T15:42:19.692Z[ recovery-image] May 20 15:42:18.246 INFO O| May 20 15:42:18.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68652026-05-20T15:42:19.695Z[ recovery-image] May 20 15:42:18.247 INFO O| May 20 15:42:18.247 INFO STEP 659 (remove_files) COMPLETE
68662026-05-20T15:42:19.695Z[ recovery-image] May 20 15:42:18.247 INFO O| May 20 15:42:18.247 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-05-20T15:42:19.703Z[ recovery-image] May 20 15:42:18.257 INFO O| May 20 15:42:18.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68682026-05-20T15:42:19.706Z[ recovery-image] May 20 15:42:18.258 INFO O| May 20 15:42:18.258 INFO STEP 660 (remove_files) COMPLETE
68692026-05-20T15:42:19.706Z[ recovery-image] May 20 15:42:18.258 INFO O| May 20 15:42:18.258 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-05-20T15:42:19.712Z[ recovery-image] May 20 15:42:18.267 INFO O| May 20 15:42:18.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68712026-05-20T15:42:19.713Z[ recovery-image] May 20 15:42:18.267 INFO O| May 20 15:42:18.267 INFO STEP 661 (remove_files) COMPLETE
68722026-05-20T15:42:19.713Z[ recovery-image] May 20 15:42:18.267 INFO O| May 20 15:42:18.267 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-05-20T15:42:19.722Z[ recovery-image] May 20 15:42:18.275 INFO O| May 20 15:42:18.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68742026-05-20T15:42:19.722Z[ recovery-image] May 20 15:42:18.276 INFO O| May 20 15:42:18.276 INFO STEP 662 (remove_files) COMPLETE
68752026-05-20T15:42:19.722Z[ recovery-image] May 20 15:42:18.276 INFO O| May 20 15:42:18.276 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-05-20T15:42:19.730Z[ recovery-image] May 20 15:42:18.284 INFO O| May 20 15:42:18.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68772026-05-20T15:42:19.730Z[ recovery-image] May 20 15:42:18.284 INFO O| May 20 15:42:18.284 INFO STEP 663 (remove_files) COMPLETE
68782026-05-20T15:42:19.733Z[ recovery-image] May 20 15:42:18.284 INFO O| May 20 15:42:18.284 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-05-20T15:42:19.739Z[ recovery-image] May 20 15:42:18.293 INFO O| May 20 15:42:18.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68802026-05-20T15:42:19.739Z[ recovery-image] May 20 15:42:18.293 INFO O| May 20 15:42:18.293 INFO STEP 664 (remove_files) COMPLETE
68812026-05-20T15:42:19.742Z[ recovery-image] May 20 15:42:18.293 INFO O| May 20 15:42:18.293 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-05-20T15:42:19.747Z[ recovery-image] May 20 15:42:18.301 INFO O| May 20 15:42:18.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68832026-05-20T15:42:19.747Z[ recovery-image] May 20 15:42:18.301 INFO O| May 20 15:42:18.301 INFO STEP 665 (remove_files) COMPLETE
68842026-05-20T15:42:19.750Z[ recovery-image] May 20 15:42:18.301 INFO O| May 20 15:42:18.301 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-05-20T15:42:19.755Z[ recovery-image] May 20 15:42:18.309 INFO O| May 20 15:42:18.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68862026-05-20T15:42:19.755Z[ recovery-image] May 20 15:42:18.309 INFO O| May 20 15:42:18.309 INFO STEP 666 (remove_files) COMPLETE
68872026-05-20T15:42:19.755Z[ recovery-image] May 20 15:42:18.309 INFO O| May 20 15:42:18.309 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-05-20T15:42:19.766Z[ recovery-image] May 20 15:42:18.320 INFO O| May 20 15:42:18.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68892026-05-20T15:42:19.766Z[ recovery-image] May 20 15:42:18.320 INFO O| May 20 15:42:18.320 INFO STEP 667 (remove_files) COMPLETE
68902026-05-20T15:42:19.766Z[ recovery-image] May 20 15:42:18.320 INFO O| May 20 15:42:18.320 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-05-20T15:42:19.769Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
68922026-05-20T15:42:19.775Z[ recovery-image] May 20 15:42:18.329 INFO O| May 20 15:42:18.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68932026-05-20T15:42:19.775Z[ recovery-image] May 20 15:42:18.329 INFO O| May 20 15:42:18.329 INFO STEP 668 (remove_files) COMPLETE
68942026-05-20T15:42:19.775Z[ recovery-image] May 20 15:42:18.329 INFO O| May 20 15:42:18.329 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-05-20T15:42:19.784Z[ recovery-image] May 20 15:42:18.338 INFO O| May 20 15:42:18.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68962026-05-20T15:42:19.784Z[ recovery-image] May 20 15:42:18.338 INFO O| May 20 15:42:18.338 INFO STEP 669 (remove_files) COMPLETE
68972026-05-20T15:42:19.786Z[ recovery-image] May 20 15:42:18.338 INFO O| May 20 15:42:18.338 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-05-20T15:42:19.792Z[ recovery-image] May 20 15:42:18.346 INFO O| May 20 15:42:18.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68992026-05-20T15:42:19.792Z[ recovery-image] May 20 15:42:18.346 INFO O| May 20 15:42:18.346 INFO STEP 670 (remove_files) COMPLETE
69002026-05-20T15:42:19.795Z[ recovery-image] May 20 15:42:18.346 INFO O| May 20 15:42:18.346 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-05-20T15:42:19.801Z[ recovery-image] May 20 15:42:18.355 INFO O| May 20 15:42:18.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69022026-05-20T15:42:19.801Z[ recovery-image] May 20 15:42:18.355 INFO O| May 20 15:42:18.355 INFO STEP 671 (remove_files) COMPLETE
69032026-05-20T15:42:19.900Z[ recovery-image] May 20 15:42:18.355 INFO O| May 20 15:42:18.355 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-05-20T15:42:19.900Z[ recovery-image] May 20 15:42:18.365 INFO O| May 20 15:42:18.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69052026-05-20T15:42:19.900Z[ recovery-image] May 20 15:42:18.365 INFO O| May 20 15:42:18.365 INFO STEP 672 (remove_files) COMPLETE
69062026-05-20T15:42:19.900Z[ recovery-image] May 20 15:42:18.365 INFO O| May 20 15:42:18.365 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.374 INFO O| May 20 15:42:18.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69082026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.375 INFO O| May 20 15:42:18.374 INFO STEP 673 (remove_files) COMPLETE
69092026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.375 INFO O| May 20 15:42:18.375 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.384 INFO O| May 20 15:42:18.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69112026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.384 INFO O| May 20 15:42:18.384 INFO STEP 674 (remove_files) COMPLETE
69122026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.384 INFO O| May 20 15:42:18.384 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.392 INFO O| May 20 15:42:18.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69142026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.392 INFO O| May 20 15:42:18.392 INFO STEP 675 (remove_files) COMPLETE
69152026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.392 INFO O| May 20 15:42:18.392 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.401 INFO O| May 20 15:42:18.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69172026-05-20T15:42:19.901Z[ recovery-image] May 20 15:42:18.401 INFO O| May 20 15:42:18.401 INFO STEP 676 (remove_files) COMPLETE
69182026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.401 INFO O| May 20 15:42:18.401 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.410 INFO O| May 20 15:42:18.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69202026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.411 INFO O| May 20 15:42:18.410 INFO STEP 677 (remove_files) COMPLETE
69212026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.411 INFO O| May 20 15:42:18.410 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.420 INFO O| May 20 15:42:18.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69232026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.421 INFO O| May 20 15:42:18.421 INFO STEP 678 (remove_files) COMPLETE
69242026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.421 INFO O| May 20 15:42:18.421 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.429 INFO O| May 20 15:42:18.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69262026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.429 INFO O| May 20 15:42:18.429 INFO STEP 679 (remove_files) COMPLETE
69272026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.429 INFO O| May 20 15:42:18.429 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.437 INFO O| May 20 15:42:18.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69292026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.437 INFO O| May 20 15:42:18.437 INFO STEP 680 (remove_files) COMPLETE
69302026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.437 INFO O| May 20 15:42:18.437 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.447 INFO O| May 20 15:42:18.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69322026-05-20T15:42:19.902Z[ recovery-image] May 20 15:42:18.447 INFO O| May 20 15:42:18.447 INFO STEP 681 (remove_files) COMPLETE
69332026-05-20T15:42:19.903Z[ recovery-image] May 20 15:42:18.447 INFO O| May 20 15:42:18.447 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-05-20T15:42:19.910Z[ recovery-image] May 20 15:42:18.456 INFO O| May 20 15:42:18.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69352026-05-20T15:42:19.910Z[ recovery-image] May 20 15:42:18.457 INFO O| May 20 15:42:18.457 INFO STEP 682 (remove_files) COMPLETE
69362026-05-20T15:42:19.910Z[ recovery-image] May 20 15:42:18.457 INFO O| May 20 15:42:18.457 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-05-20T15:42:19.913Z[ recovery-image] May 20 15:42:18.465 INFO O| May 20 15:42:18.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69382026-05-20T15:42:19.913Z[ recovery-image] May 20 15:42:18.465 INFO O| May 20 15:42:18.465 INFO STEP 683 (remove_files) COMPLETE
69392026-05-20T15:42:19.913Z[ recovery-image] May 20 15:42:18.465 INFO O| May 20 15:42:18.465 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-05-20T15:42:19.919Z[ recovery-image] May 20 15:42:18.473 INFO O| May 20 15:42:18.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69412026-05-20T15:42:19.919Z[ recovery-image] May 20 15:42:18.473 INFO O| May 20 15:42:18.473 INFO STEP 684 (remove_files) COMPLETE
69422026-05-20T15:42:19.919Z[ recovery-image] May 20 15:42:18.473 INFO O| May 20 15:42:18.473 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-05-20T15:42:19.927Z[ recovery-image] May 20 15:42:18.481 INFO O| May 20 15:42:18.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69442026-05-20T15:42:19.927Z[ recovery-image] May 20 15:42:18.481 INFO O| May 20 15:42:18.481 INFO STEP 685 (remove_files) COMPLETE
69452026-05-20T15:42:19.930Z[ recovery-image] May 20 15:42:18.481 INFO O| May 20 15:42:18.481 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-05-20T15:42:19.936Z[ recovery-image] May 20 15:42:18.490 INFO O| May 20 15:42:18.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69472026-05-20T15:42:19.936Z[ recovery-image] May 20 15:42:18.490 INFO O| May 20 15:42:18.490 INFO STEP 686 (remove_files) COMPLETE
69482026-05-20T15:42:19.936Z[ recovery-image] May 20 15:42:18.490 INFO O| May 20 15:42:18.490 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-05-20T15:42:19.947Z[ recovery-image] May 20 15:42:18.500 INFO O| May 20 15:42:18.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69502026-05-20T15:42:19.947Z[ recovery-image] May 20 15:42:18.501 INFO O| May 20 15:42:18.501 INFO STEP 687 (remove_files) COMPLETE
69512026-05-20T15:42:19.947Z[ recovery-image] May 20 15:42:18.501 INFO O| May 20 15:42:18.501 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-05-20T15:42:19.956Z[ recovery-image] May 20 15:42:18.510 INFO O| May 20 15:42:18.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69532026-05-20T15:42:19.956Z[ recovery-image] May 20 15:42:18.510 INFO O| May 20 15:42:18.510 INFO STEP 688 (remove_files) COMPLETE
69542026-05-20T15:42:19.956Z[ recovery-image] May 20 15:42:18.510 INFO O| May 20 15:42:18.510 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-05-20T15:42:19.965Z[ recovery-image] May 20 15:42:18.519 INFO O| May 20 15:42:18.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69562026-05-20T15:42:19.965Z[ recovery-image] May 20 15:42:18.519 INFO O| May 20 15:42:18.519 INFO STEP 689 (remove_files) COMPLETE
69572026-05-20T15:42:19.965Z[ recovery-image] May 20 15:42:18.519 INFO O| May 20 15:42:18.519 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-05-20T15:42:19.973Z[ recovery-image] May 20 15:42:18.527 INFO O| May 20 15:42:18.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69592026-05-20T15:42:19.973Z[ recovery-image] May 20 15:42:18.527 INFO O| May 20 15:42:18.527 INFO STEP 690 (remove_files) COMPLETE
69602026-05-20T15:42:19.976Z[ recovery-image] May 20 15:42:18.527 INFO O| May 20 15:42:18.527 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-05-20T15:42:19.982Z[ recovery-image] May 20 15:42:18.536 INFO O| May 20 15:42:18.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69622026-05-20T15:42:19.985Z[ recovery-image] May 20 15:42:18.536 INFO O| May 20 15:42:18.535 INFO STEP 691 (remove_files) COMPLETE
69632026-05-20T15:42:19.985Z[ recovery-image] May 20 15:42:18.536 INFO O| May 20 15:42:18.535 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-05-20T15:42:19.991Z[ recovery-image] May 20 15:42:18.545 INFO O| May 20 15:42:18.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69652026-05-20T15:42:19.991Z[ recovery-image] May 20 15:42:18.545 INFO O| May 20 15:42:18.545 INFO STEP 692 (remove_files) COMPLETE
69662026-05-20T15:42:19.994Z[ recovery-image] May 20 15:42:18.545 INFO O| May 20 15:42:18.545 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-05-20T15:42:19.999Z[ recovery-image] May 20 15:42:18.553 INFO O| May 20 15:42:18.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69682026-05-20T15:42:19.999Z[ recovery-image] May 20 15:42:18.553 INFO O| May 20 15:42:18.553 INFO STEP 693 (remove_files) COMPLETE
69692026-05-20T15:42:20.002Z[ recovery-image] May 20 15:42:18.553 INFO O| May 20 15:42:18.553 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-05-20T15:42:20.008Z[ recovery-image] May 20 15:42:18.562 INFO O| May 20 15:42:18.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69712026-05-20T15:42:20.008Z[ recovery-image] May 20 15:42:18.562 INFO O| May 20 15:42:18.562 INFO STEP 694 (remove_files) COMPLETE
69722026-05-20T15:42:20.011Z[ recovery-image] May 20 15:42:18.562 INFO O| May 20 15:42:18.562 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-05-20T15:42:20.016Z[ recovery-image] May 20 15:42:18.570 INFO O| May 20 15:42:18.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69742026-05-20T15:42:20.016Z[ recovery-image] May 20 15:42:18.570 INFO O| May 20 15:42:18.570 INFO STEP 695 (remove_files) COMPLETE
69752026-05-20T15:42:20.019Z[ recovery-image] May 20 15:42:18.570 INFO O| May 20 15:42:18.570 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-05-20T15:42:20.024Z[ recovery-image] May 20 15:42:18.578 INFO O| May 20 15:42:18.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69772026-05-20T15:42:20.024Z[ recovery-image] May 20 15:42:18.578 INFO O| May 20 15:42:18.578 INFO STEP 696 (remove_files) COMPLETE
69782026-05-20T15:42:20.024Z[ recovery-image] May 20 15:42:18.578 INFO O| May 20 15:42:18.578 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-05-20T15:42:20.032Z[ recovery-image] May 20 15:42:18.585 INFO O| May 20 15:42:18.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69802026-05-20T15:42:20.032Z[ recovery-image] May 20 15:42:18.585 INFO O| May 20 15:42:18.585 INFO STEP 697 (remove_files) COMPLETE
69812026-05-20T15:42:20.035Z[ recovery-image] May 20 15:42:18.585 INFO O| May 20 15:42:18.585 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-05-20T15:42:20.039Z[ recovery-image] May 20 15:42:18.593 INFO O| May 20 15:42:18.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69832026-05-20T15:42:20.039Z[ recovery-image] May 20 15:42:18.593 INFO O| May 20 15:42:18.593 INFO STEP 698 (remove_files) COMPLETE
69842026-05-20T15:42:20.042Z[ recovery-image] May 20 15:42:18.593 INFO O| May 20 15:42:18.593 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-05-20T15:42:20.047Z[ recovery-image] May 20 15:42:18.601 INFO O| May 20 15:42:18.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69862026-05-20T15:42:20.047Z[ recovery-image] May 20 15:42:18.601 INFO O| May 20 15:42:18.601 INFO STEP 699 (remove_files) COMPLETE
69872026-05-20T15:42:20.049Z[ recovery-image] May 20 15:42:18.601 INFO O| May 20 15:42:18.601 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-05-20T15:42:20.055Z[ recovery-image] May 20 15:42:18.609 INFO O| May 20 15:42:18.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69892026-05-20T15:42:20.055Z[ recovery-image] May 20 15:42:18.609 INFO O| May 20 15:42:18.609 INFO STEP 700 (remove_files) COMPLETE
69902026-05-20T15:42:20.058Z[ recovery-image] May 20 15:42:18.609 INFO O| May 20 15:42:18.609 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-05-20T15:42:20.063Z[ recovery-image] May 20 15:42:18.617 INFO O| May 20 15:42:18.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69922026-05-20T15:42:20.063Z[ recovery-image] May 20 15:42:18.617 INFO O| May 20 15:42:18.617 INFO STEP 701 (remove_files) COMPLETE
69932026-05-20T15:42:20.063Z[ recovery-image] May 20 15:42:18.617 INFO O| May 20 15:42:18.617 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-05-20T15:42:20.072Z[ recovery-image] May 20 15:42:18.626 INFO O| May 20 15:42:18.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69952026-05-20T15:42:20.072Z[ recovery-image] May 20 15:42:18.626 INFO O| May 20 15:42:18.626 INFO STEP 702 (remove_files) COMPLETE
69962026-05-20T15:42:20.075Z[ recovery-image] May 20 15:42:18.626 INFO O| May 20 15:42:18.626 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-05-20T15:42:20.080Z[ recovery-image] May 20 15:42:18.634 INFO O| May 20 15:42:18.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69982026-05-20T15:42:20.080Z[ recovery-image] May 20 15:42:18.634 INFO O| May 20 15:42:18.634 INFO STEP 703 (remove_files) COMPLETE
69992026-05-20T15:42:20.083Z[ recovery-image] May 20 15:42:18.634 INFO O| May 20 15:42:18.634 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-05-20T15:42:20.088Z[ recovery-image] May 20 15:42:18.642 INFO O| May 20 15:42:18.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70012026-05-20T15:42:20.088Z[ recovery-image] May 20 15:42:18.642 INFO O| May 20 15:42:18.642 INFO STEP 704 (remove_files) COMPLETE
70022026-05-20T15:42:20.091Z[ recovery-image] May 20 15:42:18.642 INFO O| May 20 15:42:18.642 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-05-20T15:42:20.096Z[ recovery-image] May 20 15:42:18.650 INFO O| May 20 15:42:18.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70042026-05-20T15:42:20.096Z[ recovery-image] May 20 15:42:18.651 INFO O| May 20 15:42:18.651 INFO STEP 705 (remove_files) COMPLETE
70052026-05-20T15:42:20.100Z[ recovery-image] May 20 15:42:18.651 INFO O| May 20 15:42:18.651 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-05-20T15:42:20.105Z[ recovery-image] May 20 15:42:18.659 INFO O| May 20 15:42:18.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70072026-05-20T15:42:20.105Z[ recovery-image] May 20 15:42:18.659 INFO O| May 20 15:42:18.659 INFO STEP 706 (remove_files) COMPLETE
70082026-05-20T15:42:20.105Z[ recovery-image] May 20 15:42:18.659 INFO O| May 20 15:42:18.659 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-05-20T15:42:20.116Z[ recovery-image] May 20 15:42:18.670 INFO O| May 20 15:42:18.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70102026-05-20T15:42:20.116Z[ recovery-image] May 20 15:42:18.670 INFO O| May 20 15:42:18.670 INFO STEP 707 (remove_files) COMPLETE
70112026-05-20T15:42:20.119Z[ recovery-image] May 20 15:42:18.670 INFO O| May 20 15:42:18.670 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-05-20T15:42:20.140Z[ recovery-image] May 20 15:42:18.694 INFO O| May 20 15:42:18.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70132026-05-20T15:42:20.140Z[ recovery-image] May 20 15:42:18.694 INFO O| May 20 15:42:18.694 INFO STEP 708 (remove_files) COMPLETE
70142026-05-20T15:42:20.143Z[ recovery-image] May 20 15:42:18.694 INFO O| May 20 15:42:18.694 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-05-20T15:42:20.150Z[ recovery-image] May 20 15:42:18.704 INFO O| May 20 15:42:18.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70162026-05-20T15:42:20.150Z[ recovery-image] May 20 15:42:18.704 INFO O| May 20 15:42:18.704 INFO STEP 709 (remove_files) COMPLETE
70172026-05-20T15:42:20.153Z[ recovery-image] May 20 15:42:18.704 INFO O| May 20 15:42:18.704 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-05-20T15:42:20.159Z[ recovery-image] May 20 15:42:18.713 INFO O| May 20 15:42:18.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70192026-05-20T15:42:20.159Z[ recovery-image] May 20 15:42:18.713 INFO O| May 20 15:42:18.713 INFO STEP 710 (remove_files) COMPLETE
70202026-05-20T15:42:20.162Z[ recovery-image] May 20 15:42:18.713 INFO O| May 20 15:42:18.713 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-05-20T15:42:20.168Z[ recovery-image] May 20 15:42:18.722 INFO O| May 20 15:42:18.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70222026-05-20T15:42:20.168Z[ recovery-image] May 20 15:42:18.722 INFO O| May 20 15:42:18.722 INFO STEP 711 (remove_files) COMPLETE
70232026-05-20T15:42:20.171Z[ recovery-image] May 20 15:42:18.722 INFO O| May 20 15:42:18.722 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-05-20T15:42:20.177Z[ recovery-image] May 20 15:42:18.731 INFO O| May 20 15:42:18.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70252026-05-20T15:42:20.177Z[ recovery-image] May 20 15:42:18.731 INFO O| May 20 15:42:18.731 INFO STEP 712 (remove_files) COMPLETE
70262026-05-20T15:42:20.180Z[ recovery-image] May 20 15:42:18.731 INFO O| May 20 15:42:18.731 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-05-20T15:42:20.188Z[ recovery-image] May 20 15:42:18.739 INFO O| May 20 15:42:18.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70282026-05-20T15:42:20.188Z[ recovery-image] May 20 15:42:18.739 INFO O| May 20 15:42:18.739 INFO STEP 713 (remove_files) COMPLETE
70292026-05-20T15:42:20.188Z[ recovery-image] May 20 15:42:18.739 INFO O| May 20 15:42:18.739 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-05-20T15:42:20.195Z[ recovery-image] May 20 15:42:18.748 INFO O| May 20 15:42:18.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70312026-05-20T15:42:20.195Z[ recovery-image] May 20 15:42:18.749 INFO O| May 20 15:42:18.748 INFO STEP 714 (remove_files) COMPLETE
70322026-05-20T15:42:20.195Z[ recovery-image] May 20 15:42:18.749 INFO O| May 20 15:42:18.748 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-05-20T15:42:20.203Z[ recovery-image] May 20 15:42:18.757 INFO O| May 20 15:42:18.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70342026-05-20T15:42:20.203Z[ recovery-image] May 20 15:42:18.757 INFO O| May 20 15:42:18.757 INFO STEP 715 (remove_files) COMPLETE
70352026-05-20T15:42:20.206Z[ recovery-image] May 20 15:42:18.757 INFO O| May 20 15:42:18.757 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-05-20T15:42:20.228Z[ recovery-image] May 20 15:42:18.782 INFO O| May 20 15:42:18.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70372026-05-20T15:42:20.228Z[ recovery-image] May 20 15:42:18.782 INFO O| May 20 15:42:18.782 INFO STEP 716 (remove_files) COMPLETE
70382026-05-20T15:42:20.228Z[ recovery-image] May 20 15:42:18.782 INFO O| May 20 15:42:18.782 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-05-20T15:42:20.239Z[ recovery-image] May 20 15:42:18.792 INFO O| May 20 15:42:18.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70402026-05-20T15:42:20.242Z[ recovery-image] May 20 15:42:18.794 INFO O| May 20 15:42:18.794 INFO STEP 717 (remove_files) COMPLETE
70412026-05-20T15:42:20.242Z[ recovery-image] May 20 15:42:18.794 INFO O| May 20 15:42:18.794 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-05-20T15:42:20.250Z[ recovery-image] May 20 15:42:18.804 INFO O| May 20 15:42:18.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70432026-05-20T15:42:20.253Z[ recovery-image] May 20 15:42:18.805 INFO O| May 20 15:42:18.805 INFO STEP 718 (remove_files) COMPLETE
70442026-05-20T15:42:20.253Z[ recovery-image] May 20 15:42:18.805 INFO O| May 20 15:42:18.805 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-05-20T15:42:20.261Z[ recovery-image] May 20 15:42:18.815 INFO O| May 20 15:42:18.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70462026-05-20T15:42:20.261Z[ recovery-image] May 20 15:42:18.815 INFO O| May 20 15:42:18.815 INFO STEP 719 (remove_files) COMPLETE
70472026-05-20T15:42:20.261Z[ recovery-image] May 20 15:42:18.815 INFO O| May 20 15:42:18.815 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-05-20T15:42:20.272Z[ recovery-image] May 20 15:42:18.824 INFO O| May 20 15:42:18.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70492026-05-20T15:42:20.272Z[ recovery-image] May 20 15:42:18.824 INFO O| May 20 15:42:18.824 INFO STEP 720 (remove_files) COMPLETE
70502026-05-20T15:42:20.272Z[ recovery-image] May 20 15:42:18.824 INFO O| May 20 15:42:18.824 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-05-20T15:42:20.279Z[ recovery-image] May 20 15:42:18.833 INFO O| May 20 15:42:18.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70522026-05-20T15:42:20.279Z[ recovery-image] May 20 15:42:18.833 INFO O| May 20 15:42:18.833 INFO STEP 721 (remove_files) COMPLETE
70532026-05-20T15:42:20.280Z[ recovery-image] May 20 15:42:18.833 INFO O| May 20 15:42:18.833 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-05-20T15:42:20.288Z[ recovery-image] May 20 15:42:18.842 INFO O| May 20 15:42:18.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70552026-05-20T15:42:20.288Z[ recovery-image] May 20 15:42:18.842 INFO O| May 20 15:42:18.842 INFO STEP 722 (remove_files) COMPLETE
70562026-05-20T15:42:20.288Z[ recovery-image] May 20 15:42:18.842 INFO O| May 20 15:42:18.842 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-05-20T15:42:20.309Z[ recovery-image] May 20 15:42:18.851 INFO O| May 20 15:42:18.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70582026-05-20T15:42:20.309Z[ recovery-image] May 20 15:42:18.851 INFO O| May 20 15:42:18.851 INFO STEP 723 (remove_files) COMPLETE
70592026-05-20T15:42:20.312Z[ recovery-image] May 20 15:42:18.851 INFO O| May 20 15:42:18.851 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-05-20T15:42:20.312Z[ recovery-image] May 20 15:42:18.859 INFO O| May 20 15:42:18.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70612026-05-20T15:42:20.312Z[ recovery-image] May 20 15:42:18.859 INFO O| May 20 15:42:18.859 INFO STEP 724 (remove_files) COMPLETE
70622026-05-20T15:42:20.312Z[ recovery-image] May 20 15:42:18.859 INFO O| May 20 15:42:18.859 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-05-20T15:42:20.316Z[ recovery-image] May 20 15:42:18.869 INFO O| May 20 15:42:18.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70642026-05-20T15:42:20.316Z[ recovery-image] May 20 15:42:18.869 INFO O| May 20 15:42:18.869 INFO STEP 725 (remove_files) COMPLETE
70652026-05-20T15:42:20.316Z[ recovery-image] May 20 15:42:18.869 INFO O| May 20 15:42:18.869 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-05-20T15:42:20.325Z[ recovery-image] May 20 15:42:18.879 INFO O| May 20 15:42:18.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70672026-05-20T15:42:20.325Z[ recovery-image] May 20 15:42:18.879 INFO O| May 20 15:42:18.879 INFO STEP 726 (remove_files) COMPLETE
70682026-05-20T15:42:20.325Z[ recovery-image] May 20 15:42:18.879 INFO O| May 20 15:42:18.879 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-05-20T15:42:20.334Z[ recovery-image] May 20 15:42:18.888 INFO O| May 20 15:42:18.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70702026-05-20T15:42:20.334Z[ recovery-image] May 20 15:42:18.888 INFO O| May 20 15:42:18.888 INFO STEP 727 (remove_files) COMPLETE
70712026-05-20T15:42:20.334Z[ recovery-image] May 20 15:42:18.888 INFO O| May 20 15:42:18.888 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-05-20T15:42:20.343Z[ recovery-image] May 20 15:42:18.897 INFO O| May 20 15:42:18.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70732026-05-20T15:42:20.343Z[ recovery-image] May 20 15:42:18.897 INFO O| May 20 15:42:18.897 INFO STEP 728 (remove_files) COMPLETE
70742026-05-20T15:42:20.346Z[ recovery-image] May 20 15:42:18.897 INFO O| May 20 15:42:18.897 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-05-20T15:42:20.352Z[ recovery-image] May 20 15:42:18.906 INFO O| May 20 15:42:18.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70762026-05-20T15:42:20.352Z[ recovery-image] May 20 15:42:18.906 INFO O| May 20 15:42:18.906 INFO STEP 729 (remove_files) COMPLETE
70772026-05-20T15:42:20.352Z[ recovery-image] May 20 15:42:18.906 INFO O| May 20 15:42:18.906 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-05-20T15:42:20.360Z[ recovery-image] May 20 15:42:18.914 INFO O| May 20 15:42:18.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70792026-05-20T15:42:20.360Z[ recovery-image] May 20 15:42:18.915 INFO O| May 20 15:42:18.915 INFO STEP 730 (remove_files) COMPLETE
70802026-05-20T15:42:20.361Z[ recovery-image] May 20 15:42:18.915 INFO O| May 20 15:42:18.915 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-05-20T15:42:20.369Z[ recovery-image] May 20 15:42:18.923 INFO O| May 20 15:42:18.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70822026-05-20T15:42:20.369Z[ recovery-image] May 20 15:42:18.923 INFO O| May 20 15:42:18.923 INFO STEP 731 (remove_files) COMPLETE
70832026-05-20T15:42:20.369Z[ recovery-image] May 20 15:42:18.923 INFO O| May 20 15:42:18.923 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-05-20T15:42:20.378Z[ recovery-image] May 20 15:42:18.932 INFO O| May 20 15:42:18.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70852026-05-20T15:42:20.378Z[ recovery-image] May 20 15:42:18.932 INFO O| May 20 15:42:18.932 INFO STEP 732 (remove_files) COMPLETE
70862026-05-20T15:42:20.378Z[ recovery-image] May 20 15:42:18.932 INFO O| May 20 15:42:18.932 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-05-20T15:42:20.387Z[ recovery-image] May 20 15:42:18.940 INFO O| May 20 15:42:18.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70882026-05-20T15:42:20.387Z[ recovery-image] May 20 15:42:18.941 INFO O| May 20 15:42:18.941 INFO STEP 733 (remove_files) COMPLETE
70892026-05-20T15:42:20.390Z[ recovery-image] May 20 15:42:18.941 INFO O| May 20 15:42:18.941 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-05-20T15:42:20.395Z[ recovery-image] May 20 15:42:18.949 INFO O| May 20 15:42:18.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70912026-05-20T15:42:20.395Z[ recovery-image] May 20 15:42:18.949 INFO O| May 20 15:42:18.949 INFO STEP 734 (remove_files) COMPLETE
70922026-05-20T15:42:20.395Z[ recovery-image] May 20 15:42:18.949 INFO O| May 20 15:42:18.949 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-05-20T15:42:20.405Z[ recovery-image] May 20 15:42:18.958 INFO O| May 20 15:42:18.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70942026-05-20T15:42:20.405Z[ recovery-image] May 20 15:42:18.958 INFO O| May 20 15:42:18.958 INFO STEP 735 (remove_files) COMPLETE
70952026-05-20T15:42:20.408Z[ recovery-image] May 20 15:42:18.958 INFO O| May 20 15:42:18.958 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-05-20T15:42:20.413Z[ recovery-image] May 20 15:42:18.967 INFO O| May 20 15:42:18.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70972026-05-20T15:42:20.413Z[ recovery-image] May 20 15:42:18.967 INFO O| May 20 15:42:18.967 INFO STEP 736 (remove_files) COMPLETE
70982026-05-20T15:42:20.416Z[ recovery-image] May 20 15:42:18.967 INFO O| May 20 15:42:18.967 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-05-20T15:42:20.421Z[ recovery-image] May 20 15:42:18.975 INFO O| May 20 15:42:18.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71002026-05-20T15:42:20.421Z[ recovery-image] May 20 15:42:18.975 INFO O| May 20 15:42:18.975 INFO STEP 737 (remove_files) COMPLETE
71012026-05-20T15:42:20.424Z[ recovery-image] May 20 15:42:18.975 INFO O| May 20 15:42:18.975 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-05-20T15:42:20.430Z[ recovery-image] May 20 15:42:18.984 INFO O| May 20 15:42:18.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71032026-05-20T15:42:20.430Z[ recovery-image] May 20 15:42:18.984 INFO O| May 20 15:42:18.984 INFO STEP 738 (remove_files) COMPLETE
71042026-05-20T15:42:20.434Z[ recovery-image] May 20 15:42:18.984 INFO O| May 20 15:42:18.984 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-05-20T15:42:20.439Z[ recovery-image] May 20 15:42:18.993 INFO O| May 20 15:42:18.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71062026-05-20T15:42:20.439Z[ recovery-image] May 20 15:42:18.993 INFO O| May 20 15:42:18.993 INFO STEP 739 (remove_files) COMPLETE
71072026-05-20T15:42:20.443Z[ recovery-image] May 20 15:42:18.993 INFO O| May 20 15:42:18.993 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-05-20T15:42:20.449Z[ recovery-image] May 20 15:42:19.001 INFO O| May 20 15:42:19.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71092026-05-20T15:42:20.449Z[ recovery-image] May 20 15:42:19.001 INFO O| May 20 15:42:19.001 INFO STEP 740 (remove_files) COMPLETE
71102026-05-20T15:42:20.449Z[ recovery-image] May 20 15:42:19.001 INFO O| May 20 15:42:19.001 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-05-20T15:42:20.455Z[ recovery-image] May 20 15:42:19.009 INFO O| May 20 15:42:19.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71122026-05-20T15:42:20.455Z[ recovery-image] May 20 15:42:19.009 INFO O| May 20 15:42:19.009 INFO STEP 741 (remove_files) COMPLETE
71132026-05-20T15:42:20.458Z[ recovery-image] May 20 15:42:19.009 INFO O| May 20 15:42:19.009 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-05-20T15:42:20.464Z[ recovery-image] May 20 15:42:19.017 INFO O| May 20 15:42:19.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71152026-05-20T15:42:20.467Z[ recovery-image] May 20 15:42:19.018 INFO O| May 20 15:42:19.018 INFO STEP 742 (remove_files) COMPLETE
71162026-05-20T15:42:20.467Z[ recovery-image] May 20 15:42:19.018 INFO O| May 20 15:42:19.018 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-05-20T15:42:20.474Z[ recovery-image] May 20 15:42:19.028 INFO O| May 20 15:42:19.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71182026-05-20T15:42:20.474Z[ recovery-image] May 20 15:42:19.028 INFO O| May 20 15:42:19.028 INFO STEP 743 (remove_files) COMPLETE
71192026-05-20T15:42:20.474Z[ recovery-image] May 20 15:42:19.028 INFO O| May 20 15:42:19.028 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-05-20T15:42:20.483Z[ recovery-image] May 20 15:42:19.037 INFO O| May 20 15:42:19.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71212026-05-20T15:42:20.483Z[ recovery-image] May 20 15:42:19.037 INFO O| May 20 15:42:19.037 INFO STEP 744 (remove_files) COMPLETE
71222026-05-20T15:42:20.483Z[ recovery-image] May 20 15:42:19.037 INFO O| May 20 15:42:19.037 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-05-20T15:42:20.491Z[ recovery-image] May 20 15:42:19.045 INFO O| May 20 15:42:19.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71242026-05-20T15:42:20.491Z[ recovery-image] May 20 15:42:19.045 INFO O| May 20 15:42:19.045 INFO STEP 745 (remove_files) COMPLETE
71252026-05-20T15:42:20.491Z[ recovery-image] May 20 15:42:19.045 INFO O| May 20 15:42:19.045 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-05-20T15:42:20.499Z[ recovery-image] May 20 15:42:19.053 INFO O| May 20 15:42:19.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71272026-05-20T15:42:20.499Z[ recovery-image] May 20 15:42:19.053 INFO O| May 20 15:42:19.053 INFO STEP 746 (remove_files) COMPLETE
71282026-05-20T15:42:20.499Z[ recovery-image] May 20 15:42:19.053 INFO O| May 20 15:42:19.053 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-05-20T15:42:20.507Z[ recovery-image] May 20 15:42:19.061 INFO O| May 20 15:42:19.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71302026-05-20T15:42:20.507Z[ recovery-image] May 20 15:42:19.061 INFO O| May 20 15:42:19.061 INFO STEP 747 (remove_files) COMPLETE
71312026-05-20T15:42:20.507Z[ recovery-image] May 20 15:42:19.061 INFO O| May 20 15:42:19.061 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-05-20T15:42:20.515Z[ recovery-image] May 20 15:42:19.069 INFO O| May 20 15:42:19.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71332026-05-20T15:42:20.515Z[ recovery-image] May 20 15:42:19.069 INFO O| May 20 15:42:19.069 INFO STEP 748 (remove_files) COMPLETE
71342026-05-20T15:42:20.515Z[ recovery-image] May 20 15:42:19.069 INFO O| May 20 15:42:19.069 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-05-20T15:42:20.524Z[ recovery-image] May 20 15:42:19.078 INFO O| May 20 15:42:19.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71362026-05-20T15:42:20.524Z[ recovery-image] May 20 15:42:19.078 INFO O| May 20 15:42:19.078 INFO STEP 749 (remove_files) COMPLETE
71372026-05-20T15:42:20.527Z[ recovery-image] May 20 15:42:19.078 INFO O| May 20 15:42:19.078 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-05-20T15:42:20.534Z[ recovery-image] May 20 15:42:19.088 INFO O| May 20 15:42:19.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71392026-05-20T15:42:20.534Z[ recovery-image] May 20 15:42:19.088 INFO O| May 20 15:42:19.088 INFO STEP 750 (remove_files) COMPLETE
71402026-05-20T15:42:20.534Z[ recovery-image] May 20 15:42:19.088 INFO O| May 20 15:42:19.088 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-05-20T15:42:20.543Z[ recovery-image] May 20 15:42:19.097 INFO O| May 20 15:42:19.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71422026-05-20T15:42:20.543Z[ recovery-image] May 20 15:42:19.097 INFO O| May 20 15:42:19.097 INFO STEP 751 (remove_files) COMPLETE
71432026-05-20T15:42:20.546Z[ recovery-image] May 20 15:42:19.097 INFO O| May 20 15:42:19.097 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-05-20T15:42:20.552Z[ recovery-image] May 20 15:42:19.106 INFO O| May 20 15:42:19.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71452026-05-20T15:42:20.552Z[ recovery-image] May 20 15:42:19.106 INFO O| May 20 15:42:19.106 INFO STEP 752 (remove_files) COMPLETE
71462026-05-20T15:42:20.552Z[ recovery-image] May 20 15:42:19.106 INFO O| May 20 15:42:19.106 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-05-20T15:42:20.561Z[ recovery-image] May 20 15:42:19.115 INFO O| May 20 15:42:19.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71482026-05-20T15:42:20.561Z[ recovery-image] May 20 15:42:19.115 INFO O| May 20 15:42:19.115 INFO STEP 753 (remove_files) COMPLETE
71492026-05-20T15:42:20.564Z[ recovery-image] May 20 15:42:19.115 INFO O| May 20 15:42:19.115 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-05-20T15:42:20.573Z[ recovery-image] May 20 15:42:19.127 INFO O| May 20 15:42:19.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71512026-05-20T15:42:20.573Z[ recovery-image] May 20 15:42:19.127 INFO O| May 20 15:42:19.127 INFO STEP 754 (remove_files) COMPLETE
71522026-05-20T15:42:20.573Z[ recovery-image] May 20 15:42:19.127 INFO O| May 20 15:42:19.127 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-05-20T15:42:20.583Z[ recovery-image] May 20 15:42:19.137 INFO O| May 20 15:42:19.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71542026-05-20T15:42:20.584Z[ recovery-image] May 20 15:42:19.137 INFO O| May 20 15:42:19.137 INFO STEP 755 (remove_files) COMPLETE
71552026-05-20T15:42:20.584Z[ recovery-image] May 20 15:42:19.137 INFO O| May 20 15:42:19.137 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-05-20T15:42:20.593Z[ recovery-image] May 20 15:42:19.147 INFO O| May 20 15:42:19.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71572026-05-20T15:42:20.593Z[ recovery-image] May 20 15:42:19.147 INFO O| May 20 15:42:19.147 INFO STEP 756 (remove_files) COMPLETE
71582026-05-20T15:42:20.596Z[ recovery-image] May 20 15:42:19.147 INFO O| May 20 15:42:19.147 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-05-20T15:42:20.603Z[ recovery-image] May 20 15:42:19.157 INFO O| May 20 15:42:19.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71602026-05-20T15:42:20.603Z[ recovery-image] May 20 15:42:19.157 INFO O| May 20 15:42:19.157 INFO STEP 757 (remove_files) COMPLETE
71612026-05-20T15:42:20.603Z[ recovery-image] May 20 15:42:19.157 INFO O| May 20 15:42:19.157 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-05-20T15:42:20.612Z[ recovery-image] May 20 15:42:19.166 INFO O| May 20 15:42:19.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71632026-05-20T15:42:20.612Z[ recovery-image] May 20 15:42:19.166 INFO O| May 20 15:42:19.166 INFO STEP 758 (remove_files) COMPLETE
71642026-05-20T15:42:20.612Z[ recovery-image] May 20 15:42:19.166 INFO O| May 20 15:42:19.166 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-05-20T15:42:20.620Z[ recovery-image] May 20 15:42:19.174 INFO O| May 20 15:42:19.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71662026-05-20T15:42:20.620Z[ recovery-image] May 20 15:42:19.174 INFO O| May 20 15:42:19.174 INFO STEP 759 (remove_files) COMPLETE
71672026-05-20T15:42:20.620Z[ recovery-image] May 20 15:42:19.174 INFO O| May 20 15:42:19.174 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-05-20T15:42:20.628Z[ recovery-image] May 20 15:42:19.182 INFO O| May 20 15:42:19.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71692026-05-20T15:42:20.628Z[ recovery-image] May 20 15:42:19.182 INFO O| May 20 15:42:19.182 INFO STEP 760 (remove_files) COMPLETE
71702026-05-20T15:42:20.631Z[ recovery-image] May 20 15:42:19.182 INFO O| May 20 15:42:19.182 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-05-20T15:42:20.637Z[ recovery-image] May 20 15:42:19.191 INFO O| May 20 15:42:19.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71722026-05-20T15:42:20.637Z[ recovery-image] May 20 15:42:19.191 INFO O| May 20 15:42:19.191 INFO STEP 761 (remove_files) COMPLETE
71732026-05-20T15:42:20.640Z[ recovery-image] May 20 15:42:19.191 INFO O| May 20 15:42:19.191 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-05-20T15:42:20.645Z[ recovery-image] May 20 15:42:19.199 INFO O| May 20 15:42:19.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71752026-05-20T15:42:20.645Z[ recovery-image] May 20 15:42:19.199 INFO O| May 20 15:42:19.199 INFO STEP 762 (remove_files) COMPLETE
71762026-05-20T15:42:20.648Z[ recovery-image] May 20 15:42:19.199 INFO O| May 20 15:42:19.199 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-05-20T15:42:20.654Z[ recovery-image] May 20 15:42:19.208 INFO O| May 20 15:42:19.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71782026-05-20T15:42:20.654Z[ recovery-image] May 20 15:42:19.208 INFO O| May 20 15:42:19.208 INFO STEP 763 (remove_files) COMPLETE
71792026-05-20T15:42:20.657Z[ recovery-image] May 20 15:42:19.208 INFO O| May 20 15:42:19.208 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-05-20T15:42:20.664Z[ recovery-image] May 20 15:42:19.218 INFO O| May 20 15:42:19.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71812026-05-20T15:42:20.664Z[ recovery-image] May 20 15:42:19.218 INFO O| May 20 15:42:19.218 INFO STEP 764 (remove_files) COMPLETE
71822026-05-20T15:42:20.664Z[ recovery-image] May 20 15:42:19.218 INFO O| May 20 15:42:19.218 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-05-20T15:42:20.673Z[ recovery-image] May 20 15:42:19.227 INFO O| May 20 15:42:19.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71842026-05-20T15:42:20.673Z[ recovery-image] May 20 15:42:19.227 INFO O| May 20 15:42:19.227 INFO STEP 765 (remove_files) COMPLETE
71852026-05-20T15:42:20.673Z[ recovery-image] May 20 15:42:19.227 INFO O| May 20 15:42:19.227 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-05-20T15:42:20.681Z[ recovery-image] May 20 15:42:19.235 INFO O| May 20 15:42:19.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71872026-05-20T15:42:20.681Z[ recovery-image] May 20 15:42:19.235 INFO O| May 20 15:42:19.235 INFO STEP 766 (remove_files) COMPLETE
71882026-05-20T15:42:20.681Z[ recovery-image] May 20 15:42:19.235 INFO O| May 20 15:42:19.235 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-05-20T15:42:20.690Z[ recovery-image] May 20 15:42:19.243 INFO O| May 20 15:42:19.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71902026-05-20T15:42:20.690Z[ recovery-image] May 20 15:42:19.244 INFO O| May 20 15:42:19.244 INFO STEP 767 (remove_files) COMPLETE
71912026-05-20T15:42:20.690Z[ recovery-image] May 20 15:42:19.244 INFO O| May 20 15:42:19.244 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-05-20T15:42:20.698Z[ recovery-image] May 20 15:42:19.252 INFO O| May 20 15:42:19.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71932026-05-20T15:42:20.698Z[ recovery-image] May 20 15:42:19.252 INFO O| May 20 15:42:19.252 INFO STEP 768 (remove_files) COMPLETE
71942026-05-20T15:42:20.699Z[ recovery-image] May 20 15:42:19.252 INFO O| May 20 15:42:19.252 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-05-20T15:42:20.707Z[ recovery-image] May 20 15:42:19.261 INFO O| May 20 15:42:19.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71962026-05-20T15:42:20.707Z[ recovery-image] May 20 15:42:19.261 INFO O| May 20 15:42:19.261 INFO STEP 769 (remove_files) COMPLETE
71972026-05-20T15:42:20.707Z[ recovery-image] May 20 15:42:19.261 INFO O| May 20 15:42:19.261 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-05-20T15:42:20.716Z[ recovery-image] May 20 15:42:19.270 INFO O| May 20 15:42:19.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71992026-05-20T15:42:20.719Z[ recovery-image] May 20 15:42:19.270 INFO O| May 20 15:42:19.270 INFO STEP 770 (remove_files) COMPLETE
72002026-05-20T15:42:20.719Z[ recovery-image] May 20 15:42:19.270 INFO O| May 20 15:42:19.270 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-05-20T15:42:20.725Z[ recovery-image] May 20 15:42:19.279 INFO O| May 20 15:42:19.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72022026-05-20T15:42:20.728Z[ recovery-image] May 20 15:42:19.280 INFO O| May 20 15:42:19.280 INFO STEP 771 (remove_files) COMPLETE
72032026-05-20T15:42:20.728Z[ recovery-image] May 20 15:42:19.280 INFO O| May 20 15:42:19.280 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-05-20T15:42:20.735Z[ recovery-image] May 20 15:42:19.289 INFO O| May 20 15:42:19.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72052026-05-20T15:42:20.735Z[ recovery-image] May 20 15:42:19.289 INFO O| May 20 15:42:19.289 INFO STEP 772 (remove_files) COMPLETE
72062026-05-20T15:42:20.735Z[ recovery-image] May 20 15:42:19.289 INFO O| May 20 15:42:19.289 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-05-20T15:42:20.744Z[ recovery-image] May 20 15:42:19.298 INFO O| May 20 15:42:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72082026-05-20T15:42:20.744Z[ recovery-image] May 20 15:42:19.298 INFO O| May 20 15:42:19.298 INFO STEP 773 (remove_files) COMPLETE
72092026-05-20T15:42:20.744Z[ recovery-image] May 20 15:42:19.298 INFO O| May 20 15:42:19.298 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-05-20T15:42:20.753Z[ recovery-image] May 20 15:42:19.307 INFO O| May 20 15:42:19.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72112026-05-20T15:42:20.753Z[ recovery-image] May 20 15:42:19.307 INFO O| May 20 15:42:19.307 INFO STEP 774 (remove_files) COMPLETE
72122026-05-20T15:42:20.756Z[ recovery-image] May 20 15:42:19.307 INFO O| May 20 15:42:19.307 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-05-20T15:42:20.762Z[ recovery-image] May 20 15:42:19.316 INFO O| May 20 15:42:19.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72142026-05-20T15:42:20.765Z[ recovery-image] May 20 15:42:19.317 INFO O| May 20 15:42:19.317 INFO STEP 775 (remove_files) COMPLETE
72152026-05-20T15:42:20.765Z[ recovery-image] May 20 15:42:19.317 INFO O| May 20 15:42:19.317 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-05-20T15:42:20.773Z[ recovery-image] May 20 15:42:19.327 INFO O| May 20 15:42:19.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72172026-05-20T15:42:20.773Z[ recovery-image] May 20 15:42:19.327 INFO O| May 20 15:42:19.327 INFO STEP 776 (remove_files) COMPLETE
72182026-05-20T15:42:20.773Z[ recovery-image] May 20 15:42:19.327 INFO O| May 20 15:42:19.327 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-05-20T15:42:20.782Z[ recovery-image] May 20 15:42:19.336 INFO O| May 20 15:42:19.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72202026-05-20T15:42:20.782Z[ recovery-image] May 20 15:42:19.336 INFO O| May 20 15:42:19.336 INFO STEP 777 (remove_files) COMPLETE
72212026-05-20T15:42:20.782Z[ recovery-image] May 20 15:42:19.336 INFO O| May 20 15:42:19.336 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-05-20T15:42:20.791Z[ recovery-image] May 20 15:42:19.345 INFO O| May 20 15:42:19.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72232026-05-20T15:42:20.791Z[ recovery-image] May 20 15:42:19.345 INFO O| May 20 15:42:19.345 INFO STEP 778 (remove_files) COMPLETE
72242026-05-20T15:42:20.791Z[ recovery-image] May 20 15:42:19.345 INFO O| May 20 15:42:19.345 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-05-20T15:42:20.800Z[ recovery-image] May 20 15:42:19.354 INFO O| May 20 15:42:19.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72262026-05-20T15:42:20.800Z[ recovery-image] May 20 15:42:19.354 INFO O| May 20 15:42:19.354 INFO STEP 779 (remove_files) COMPLETE
72272026-05-20T15:42:20.800Z[ recovery-image] May 20 15:42:19.354 INFO O| May 20 15:42:19.354 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-05-20T15:42:20.810Z[ recovery-image] May 20 15:42:19.364 INFO O| May 20 15:42:19.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72292026-05-20T15:42:20.810Z[ recovery-image] May 20 15:42:19.364 INFO O| May 20 15:42:19.364 INFO STEP 780 (remove_files) COMPLETE
72302026-05-20T15:42:20.810Z[ recovery-image] May 20 15:42:19.364 INFO O| May 20 15:42:19.364 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-05-20T15:42:20.819Z[ recovery-image] May 20 15:42:19.373 INFO O| May 20 15:42:19.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72322026-05-20T15:42:20.819Z[ recovery-image] May 20 15:42:19.373 INFO O| May 20 15:42:19.373 INFO STEP 781 (remove_files) COMPLETE
72332026-05-20T15:42:20.819Z[ recovery-image] May 20 15:42:19.373 INFO O| May 20 15:42:19.373 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-05-20T15:42:20.829Z[ recovery-image] May 20 15:42:19.383 INFO O| May 20 15:42:19.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72352026-05-20T15:42:20.829Z[ recovery-image] May 20 15:42:19.383 INFO O| May 20 15:42:19.383 INFO STEP 782 (remove_files) COMPLETE
72362026-05-20T15:42:20.829Z[ recovery-image] May 20 15:42:19.383 INFO O| May 20 15:42:19.383 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-05-20T15:42:20.838Z[ recovery-image] May 20 15:42:19.392 INFO O| May 20 15:42:19.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72382026-05-20T15:42:20.838Z[ recovery-image] May 20 15:42:19.392 INFO O| May 20 15:42:19.392 INFO STEP 783 (remove_files) COMPLETE
72392026-05-20T15:42:20.838Z[ recovery-image] May 20 15:42:19.392 INFO O| May 20 15:42:19.392 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-05-20T15:42:20.847Z[ recovery-image] May 20 15:42:19.401 INFO O| May 20 15:42:19.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72412026-05-20T15:42:20.847Z[ recovery-image] May 20 15:42:19.401 INFO O| May 20 15:42:19.401 INFO STEP 784 (remove_files) COMPLETE
72422026-05-20T15:42:20.847Z[ recovery-image] May 20 15:42:19.401 INFO O| May 20 15:42:19.401 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-05-20T15:42:20.856Z[ recovery-image] May 20 15:42:19.410 INFO O| May 20 15:42:19.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72442026-05-20T15:42:20.856Z[ recovery-image] May 20 15:42:19.410 INFO O| May 20 15:42:19.410 INFO STEP 785 (remove_files) COMPLETE
72452026-05-20T15:42:20.856Z[ recovery-image] May 20 15:42:19.410 INFO O| May 20 15:42:19.410 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-05-20T15:42:20.865Z[ recovery-image] May 20 15:42:19.419 INFO O| May 20 15:42:19.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72472026-05-20T15:42:20.865Z[ recovery-image] May 20 15:42:19.419 INFO O| May 20 15:42:19.419 INFO STEP 786 (remove_files) COMPLETE
72482026-05-20T15:42:20.865Z[ recovery-image] May 20 15:42:19.419 INFO O| May 20 15:42:19.419 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-05-20T15:42:20.873Z[ recovery-image] May 20 15:42:19.427 INFO O| May 20 15:42:19.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72502026-05-20T15:42:20.873Z[ recovery-image] May 20 15:42:19.427 INFO O| May 20 15:42:19.427 INFO STEP 787 (remove_files) COMPLETE
72512026-05-20T15:42:20.874Z[ recovery-image] May 20 15:42:19.428 INFO O| May 20 15:42:19.427 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-05-20T15:42:20.883Z[ recovery-image] May 20 15:42:19.436 INFO O| May 20 15:42:19.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72532026-05-20T15:42:20.883Z[ recovery-image] May 20 15:42:19.437 INFO O| May 20 15:42:19.437 INFO STEP 788 (remove_files) COMPLETE
72542026-05-20T15:42:20.883Z[ recovery-image] May 20 15:42:19.437 INFO O| May 20 15:42:19.437 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-05-20T15:42:20.891Z[ recovery-image] May 20 15:42:19.445 INFO O| May 20 15:42:19.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72562026-05-20T15:42:20.891Z[ recovery-image] May 20 15:42:19.446 INFO O| May 20 15:42:19.445 INFO STEP 789 (remove_files) COMPLETE
72572026-05-20T15:42:20.892Z[ recovery-image] May 20 15:42:19.446 INFO O| May 20 15:42:19.446 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-05-20T15:42:20.901Z[ recovery-image] May 20 15:42:19.455 INFO O| May 20 15:42:19.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72592026-05-20T15:42:20.901Z[ recovery-image] May 20 15:42:19.455 INFO O| May 20 15:42:19.455 INFO STEP 790 (remove_files) COMPLETE
72602026-05-20T15:42:20.901Z[ recovery-image] May 20 15:42:19.455 INFO O| May 20 15:42:19.455 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-05-20T15:42:20.913Z[ recovery-image] May 20 15:42:19.464 INFO O| May 20 15:42:19.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72622026-05-20T15:42:20.913Z[ recovery-image] May 20 15:42:19.464 INFO O| May 20 15:42:19.464 INFO STEP 791 (remove_files) COMPLETE
72632026-05-20T15:42:20.913Z[ recovery-image] May 20 15:42:19.464 INFO O| May 20 15:42:19.464 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-05-20T15:42:20.919Z[ recovery-image] May 20 15:42:19.473 INFO O| May 20 15:42:19.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72652026-05-20T15:42:20.919Z[ recovery-image] May 20 15:42:19.473 INFO O| May 20 15:42:19.473 INFO STEP 792 (remove_files) COMPLETE
72662026-05-20T15:42:20.919Z[ recovery-image] May 20 15:42:19.473 INFO O| May 20 15:42:19.473 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-05-20T15:42:20.928Z[ recovery-image] May 20 15:42:19.482 INFO O| May 20 15:42:19.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72682026-05-20T15:42:20.928Z[ recovery-image] May 20 15:42:19.482 INFO O| May 20 15:42:19.482 INFO STEP 793 (remove_files) COMPLETE
72692026-05-20T15:42:20.928Z[ recovery-image] May 20 15:42:19.482 INFO O| May 20 15:42:19.482 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-05-20T15:42:20.937Z[ recovery-image] May 20 15:42:19.491 INFO O| May 20 15:42:19.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72712026-05-20T15:42:20.937Z[ recovery-image] May 20 15:42:19.491 INFO O| May 20 15:42:19.491 INFO STEP 794 (remove_files) COMPLETE
72722026-05-20T15:42:20.941Z[ recovery-image] May 20 15:42:19.491 INFO O| May 20 15:42:19.491 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-05-20T15:42:20.947Z[ recovery-image] May 20 15:42:19.501 INFO O| May 20 15:42:19.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72742026-05-20T15:42:20.947Z[ recovery-image] May 20 15:42:19.501 INFO O| May 20 15:42:19.501 INFO STEP 795 (remove_files) COMPLETE
72752026-05-20T15:42:20.947Z[ recovery-image] May 20 15:42:19.501 INFO O| May 20 15:42:19.501 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-05-20T15:42:20.957Z[ recovery-image] May 20 15:42:19.511 INFO O| May 20 15:42:19.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72772026-05-20T15:42:20.957Z[ recovery-image] May 20 15:42:19.511 INFO O| May 20 15:42:19.511 INFO STEP 796 (remove_files) COMPLETE
72782026-05-20T15:42:20.957Z[ recovery-image] May 20 15:42:19.511 INFO O| May 20 15:42:19.511 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-05-20T15:42:20.967Z[ recovery-image] May 20 15:42:19.521 INFO O| May 20 15:42:19.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72802026-05-20T15:42:20.968Z[ recovery-image] May 20 15:42:19.521 INFO O| May 20 15:42:19.521 INFO STEP 797 (remove_files) COMPLETE
72812026-05-20T15:42:20.968Z[ recovery-image] May 20 15:42:19.521 INFO O| May 20 15:42:19.521 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-05-20T15:42:20.978Z[ recovery-image] May 20 15:42:19.532 INFO O| May 20 15:42:19.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72832026-05-20T15:42:20.978Z[ recovery-image] May 20 15:42:19.532 INFO O| May 20 15:42:19.532 INFO STEP 798 (remove_files) COMPLETE
72842026-05-20T15:42:20.995Z[ recovery-image] May 20 15:42:19.532 INFO O| May 20 15:42:19.532 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-05-20T15:42:20.995Z[ recovery-image] May 20 15:42:19.542 INFO O| May 20 15:42:19.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72862026-05-20T15:42:20.995Z[ recovery-image] May 20 15:42:19.542 INFO O| May 20 15:42:19.542 INFO STEP 799 (remove_files) COMPLETE
72872026-05-20T15:42:20.996Z[ recovery-image] May 20 15:42:19.542 INFO O| May 20 15:42:19.542 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-05-20T15:42:21.008Z[ recovery-image] May 20 15:42:19.550 INFO O| May 20 15:42:19.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72892026-05-20T15:42:21.008Z[ recovery-image] May 20 15:42:19.551 INFO O| May 20 15:42:19.551 INFO STEP 800 (remove_files) COMPLETE
72902026-05-20T15:42:21.008Z[ recovery-image] May 20 15:42:19.551 INFO O| May 20 15:42:19.551 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-05-20T15:42:21.008Z[ recovery-image] May 20 15:42:19.559 INFO O| May 20 15:42:19.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72922026-05-20T15:42:21.008Z[ recovery-image] May 20 15:42:19.560 INFO O| May 20 15:42:19.560 INFO STEP 801 (remove_files) COMPLETE
72932026-05-20T15:42:21.008Z[ recovery-image] May 20 15:42:19.560 INFO O| May 20 15:42:19.560 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-05-20T15:42:21.015Z[ recovery-image] May 20 15:42:19.569 INFO O| May 20 15:42:19.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72952026-05-20T15:42:21.015Z[ recovery-image] May 20 15:42:19.569 INFO O| May 20 15:42:19.569 INFO STEP 802 (remove_files) COMPLETE
72962026-05-20T15:42:21.015Z[ recovery-image] May 20 15:42:19.569 INFO O| May 20 15:42:19.569 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-05-20T15:42:21.024Z[ recovery-image] May 20 15:42:19.578 INFO O| May 20 15:42:19.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72982026-05-20T15:42:21.024Z[ recovery-image] May 20 15:42:19.578 INFO O| May 20 15:42:19.578 INFO STEP 803 (remove_files) COMPLETE
72992026-05-20T15:42:21.024Z[ recovery-image] May 20 15:42:19.578 INFO O| May 20 15:42:19.578 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-05-20T15:42:21.033Z[ recovery-image] May 20 15:42:19.587 INFO O| May 20 15:42:19.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73012026-05-20T15:42:21.033Z[ recovery-image] May 20 15:42:19.587 INFO O| May 20 15:42:19.587 INFO STEP 804 (remove_files) COMPLETE
73022026-05-20T15:42:21.033Z[ recovery-image] May 20 15:42:19.587 INFO O| May 20 15:42:19.587 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-05-20T15:42:21.042Z[ recovery-image] May 20 15:42:19.596 INFO O| May 20 15:42:19.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73042026-05-20T15:42:21.042Z[ recovery-image] May 20 15:42:19.596 INFO O| May 20 15:42:19.596 INFO STEP 805 (remove_files) COMPLETE
73052026-05-20T15:42:21.042Z[ recovery-image] May 20 15:42:19.596 INFO O| May 20 15:42:19.596 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-05-20T15:42:21.051Z[ recovery-image] May 20 15:42:19.605 INFO O| May 20 15:42:19.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73072026-05-20T15:42:21.052Z[ recovery-image] May 20 15:42:19.605 INFO O| May 20 15:42:19.605 INFO STEP 806 (remove_files) COMPLETE
73082026-05-20T15:42:21.052Z[ recovery-image] May 20 15:42:19.605 INFO O| May 20 15:42:19.605 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-05-20T15:42:21.060Z[ recovery-image] May 20 15:42:19.614 INFO O| May 20 15:42:19.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73102026-05-20T15:42:21.060Z[ recovery-image] May 20 15:42:19.614 INFO O| May 20 15:42:19.614 INFO STEP 807 (remove_files) COMPLETE
73112026-05-20T15:42:21.060Z[ recovery-image] May 20 15:42:19.614 INFO O| May 20 15:42:19.614 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-05-20T15:42:21.069Z[ recovery-image] May 20 15:42:19.623 INFO O| May 20 15:42:19.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73132026-05-20T15:42:21.069Z[ recovery-image] May 20 15:42:19.623 INFO O| May 20 15:42:19.623 INFO STEP 808 (remove_files) COMPLETE
73142026-05-20T15:42:21.072Z[ recovery-image] May 20 15:42:19.623 INFO O| May 20 15:42:19.623 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-05-20T15:42:21.079Z[ recovery-image] May 20 15:42:19.632 INFO O| May 20 15:42:19.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73162026-05-20T15:42:21.079Z[ recovery-image] May 20 15:42:19.632 INFO O| May 20 15:42:19.632 INFO STEP 809 (remove_files) COMPLETE
73172026-05-20T15:42:21.079Z[ recovery-image] May 20 15:42:19.632 INFO O| May 20 15:42:19.632 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-05-20T15:42:21.086Z[ recovery-image] May 20 15:42:19.640 INFO O| May 20 15:42:19.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73192026-05-20T15:42:21.086Z[ recovery-image] May 20 15:42:19.640 INFO O| May 20 15:42:19.640 INFO STEP 810 (remove_files) COMPLETE
73202026-05-20T15:42:21.086Z[ recovery-image] May 20 15:42:19.640 INFO O| May 20 15:42:19.640 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-05-20T15:42:21.095Z[ recovery-image] May 20 15:42:19.649 INFO O| May 20 15:42:19.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73222026-05-20T15:42:21.095Z[ recovery-image] May 20 15:42:19.649 INFO O| May 20 15:42:19.649 INFO STEP 811 (remove_files) COMPLETE
73232026-05-20T15:42:21.099Z[ recovery-image] May 20 15:42:19.649 INFO O| May 20 15:42:19.649 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-05-20T15:42:21.108Z[ recovery-image] May 20 15:42:19.658 INFO O| May 20 15:42:19.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73252026-05-20T15:42:21.108Z[ recovery-image] May 20 15:42:19.658 INFO O| May 20 15:42:19.658 INFO STEP 812 (remove_files) COMPLETE
73262026-05-20T15:42:21.111Z[ recovery-image] May 20 15:42:19.658 INFO O| May 20 15:42:19.658 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-05-20T15:42:21.121Z[ recovery-image] May 20 15:42:19.668 INFO O| May 20 15:42:19.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73282026-05-20T15:42:21.121Z[ recovery-image] May 20 15:42:19.668 INFO O| May 20 15:42:19.668 INFO STEP 813 (remove_files) COMPLETE
73292026-05-20T15:42:21.121Z[ recovery-image] May 20 15:42:19.668 INFO O| May 20 15:42:19.668 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-05-20T15:42:21.127Z[ recovery-image] May 20 15:42:19.677 INFO O| May 20 15:42:19.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73312026-05-20T15:42:21.127Z[ recovery-image] May 20 15:42:19.678 INFO O| May 20 15:42:19.678 INFO STEP 814 (remove_files) COMPLETE
73322026-05-20T15:42:21.127Z[ recovery-image] May 20 15:42:19.678 INFO O| May 20 15:42:19.678 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-05-20T15:42:21.133Z[ recovery-image] May 20 15:42:19.687 INFO O| May 20 15:42:19.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73342026-05-20T15:42:21.133Z[ recovery-image] May 20 15:42:19.687 INFO O| May 20 15:42:19.687 INFO STEP 815 (remove_files) COMPLETE
73352026-05-20T15:42:21.133Z[ recovery-image] May 20 15:42:19.687 INFO O| May 20 15:42:19.687 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-05-20T15:42:21.143Z[ recovery-image] May 20 15:42:19.697 INFO O| May 20 15:42:19.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73372026-05-20T15:42:21.143Z[ recovery-image] May 20 15:42:19.697 INFO O| May 20 15:42:19.697 INFO STEP 816 (remove_files) COMPLETE
73382026-05-20T15:42:21.143Z[ recovery-image] May 20 15:42:19.697 INFO O| May 20 15:42:19.697 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-05-20T15:42:21.153Z[ recovery-image] May 20 15:42:19.707 INFO O| May 20 15:42:19.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73402026-05-20T15:42:21.153Z[ recovery-image] May 20 15:42:19.707 INFO O| May 20 15:42:19.707 INFO STEP 817 (remove_files) COMPLETE
73412026-05-20T15:42:21.153Z[ recovery-image] May 20 15:42:19.707 INFO O| May 20 15:42:19.707 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-05-20T15:42:21.164Z[ recovery-image] May 20 15:42:19.717 INFO O| May 20 15:42:19.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73432026-05-20T15:42:21.164Z[ recovery-image] May 20 15:42:19.717 INFO O| May 20 15:42:19.717 INFO STEP 818 (remove_files) COMPLETE
73442026-05-20T15:42:21.164Z[ recovery-image] May 20 15:42:19.717 INFO O| May 20 15:42:19.717 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-05-20T15:42:21.177Z[ recovery-image] May 20 15:42:19.727 INFO O| May 20 15:42:19.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73462026-05-20T15:42:21.177Z[ recovery-image] May 20 15:42:19.727 INFO O| May 20 15:42:19.727 INFO STEP 819 (remove_files) COMPLETE
73472026-05-20T15:42:21.181Z[ recovery-image] May 20 15:42:19.727 INFO O| May 20 15:42:19.727 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-05-20T15:42:21.185Z[ recovery-image] May 20 15:42:19.737 INFO O| May 20 15:42:19.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73492026-05-20T15:42:21.185Z[ recovery-image] May 20 15:42:19.737 INFO O| May 20 15:42:19.737 INFO STEP 820 (remove_files) COMPLETE
73502026-05-20T15:42:21.185Z[ recovery-image] May 20 15:42:19.737 INFO O| May 20 15:42:19.737 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-05-20T15:42:21.193Z[ recovery-image] May 20 15:42:19.747 INFO O| May 20 15:42:19.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73522026-05-20T15:42:21.193Z[ recovery-image] May 20 15:42:19.747 INFO O| May 20 15:42:19.747 INFO STEP 821 (remove_files) COMPLETE
73532026-05-20T15:42:21.196Z[ recovery-image] May 20 15:42:19.747 INFO O| May 20 15:42:19.747 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-05-20T15:42:21.202Z[ recovery-image] May 20 15:42:19.756 INFO O| May 20 15:42:19.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73552026-05-20T15:42:21.202Z[ recovery-image] May 20 15:42:19.756 INFO O| May 20 15:42:19.756 INFO STEP 822 (remove_files) COMPLETE
73562026-05-20T15:42:21.202Z[ recovery-image] May 20 15:42:19.756 INFO O| May 20 15:42:19.756 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-05-20T15:42:21.212Z[ recovery-image] May 20 15:42:19.766 INFO O| May 20 15:42:19.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73582026-05-20T15:42:21.212Z[ recovery-image] May 20 15:42:19.766 INFO O| May 20 15:42:19.766 INFO STEP 823 (remove_files) COMPLETE
73592026-05-20T15:42:21.212Z[ recovery-image] May 20 15:42:19.766 INFO O| May 20 15:42:19.766 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-05-20T15:42:21.221Z[ recovery-image] May 20 15:42:19.775 INFO O| May 20 15:42:19.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73612026-05-20T15:42:21.221Z[ recovery-image] May 20 15:42:19.775 INFO O| May 20 15:42:19.775 INFO STEP 824 (remove_files) COMPLETE
73622026-05-20T15:42:21.221Z[ recovery-image] May 20 15:42:19.775 INFO O| May 20 15:42:19.775 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-05-20T15:42:21.231Z[ recovery-image] May 20 15:42:19.785 INFO O| May 20 15:42:19.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73642026-05-20T15:42:21.231Z[ recovery-image] May 20 15:42:19.785 INFO O| May 20 15:42:19.785 INFO STEP 825 (remove_files) COMPLETE
73652026-05-20T15:42:21.231Z[ recovery-image] May 20 15:42:19.785 INFO O| May 20 15:42:19.785 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-05-20T15:42:21.241Z[ recovery-image] May 20 15:42:19.795 INFO O| May 20 15:42:19.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73672026-05-20T15:42:21.241Z[ recovery-image] May 20 15:42:19.795 INFO O| May 20 15:42:19.795 INFO STEP 826 (remove_files) COMPLETE
73682026-05-20T15:42:21.241Z[ recovery-image] May 20 15:42:19.795 INFO O| May 20 15:42:19.795 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-05-20T15:42:21.251Z[ recovery-image] May 20 15:42:19.805 INFO O| May 20 15:42:19.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73702026-05-20T15:42:21.251Z[ recovery-image] May 20 15:42:19.805 INFO O| May 20 15:42:19.805 INFO STEP 827 (remove_files) COMPLETE
73712026-05-20T15:42:21.254Z[ recovery-image] May 20 15:42:19.805 INFO O| May 20 15:42:19.805 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-05-20T15:42:21.260Z[ recovery-image] May 20 15:42:19.814 INFO O| May 20 15:42:19.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73732026-05-20T15:42:21.261Z[ recovery-image] May 20 15:42:19.815 INFO O| May 20 15:42:19.814 INFO STEP 828 (remove_files) COMPLETE
73742026-05-20T15:42:21.261Z[ recovery-image] May 20 15:42:19.815 INFO O| May 20 15:42:19.815 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-05-20T15:42:21.270Z[ recovery-image] May 20 15:42:19.823 INFO O| May 20 15:42:19.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73762026-05-20T15:42:21.270Z[ recovery-image] May 20 15:42:19.824 INFO O| May 20 15:42:19.824 INFO STEP 829 (remove_files) COMPLETE
73772026-05-20T15:42:21.270Z[ recovery-image] May 20 15:42:19.824 INFO O| May 20 15:42:19.824 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-05-20T15:42:21.279Z[ recovery-image] May 20 15:42:19.832 INFO O| May 20 15:42:19.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73792026-05-20T15:42:21.279Z[ recovery-image] May 20 15:42:19.832 INFO O| May 20 15:42:19.832 INFO STEP 830 (remove_files) COMPLETE
73802026-05-20T15:42:21.279Z[ recovery-image] May 20 15:42:19.832 INFO O| May 20 15:42:19.832 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-05-20T15:42:21.288Z[ recovery-image] May 20 15:42:19.842 INFO O| May 20 15:42:19.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73822026-05-20T15:42:21.288Z[ recovery-image] May 20 15:42:19.842 INFO O| May 20 15:42:19.842 INFO STEP 831 (remove_files) COMPLETE
73832026-05-20T15:42:21.291Z[ recovery-image] May 20 15:42:19.842 INFO O| May 20 15:42:19.842 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-05-20T15:42:21.297Z[ recovery-image] May 20 15:42:19.851 INFO O| May 20 15:42:19.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73852026-05-20T15:42:21.297Z[ recovery-image] May 20 15:42:19.851 INFO O| May 20 15:42:19.851 INFO STEP 832 (remove_files) COMPLETE
73862026-05-20T15:42:21.297Z[ recovery-image] May 20 15:42:19.851 INFO O| May 20 15:42:19.851 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-05-20T15:42:21.307Z[ recovery-image] May 20 15:42:19.861 INFO O| May 20 15:42:19.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73882026-05-20T15:42:21.307Z[ recovery-image] May 20 15:42:19.861 INFO O| May 20 15:42:19.861 INFO STEP 833 (remove_files) COMPLETE
73892026-05-20T15:42:21.310Z[ recovery-image] May 20 15:42:19.861 INFO O| May 20 15:42:19.861 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-05-20T15:42:21.316Z[ recovery-image] May 20 15:42:19.870 INFO O| May 20 15:42:19.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73912026-05-20T15:42:21.319Z[ recovery-image] May 20 15:42:19.871 INFO O| May 20 15:42:19.871 INFO STEP 834 (remove_files) COMPLETE
73922026-05-20T15:42:21.319Z[ recovery-image] May 20 15:42:19.871 INFO O| May 20 15:42:19.871 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-05-20T15:42:21.327Z[ recovery-image] May 20 15:42:19.881 INFO O| May 20 15:42:19.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73942026-05-20T15:42:21.327Z[ recovery-image] May 20 15:42:19.881 INFO O| May 20 15:42:19.881 INFO STEP 835 (remove_files) COMPLETE
73952026-05-20T15:42:21.330Z[ recovery-image] May 20 15:42:19.881 INFO O| May 20 15:42:19.881 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-05-20T15:42:21.337Z[ recovery-image] May 20 15:42:19.891 INFO O| May 20 15:42:19.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73972026-05-20T15:42:21.337Z[ recovery-image] May 20 15:42:19.891 INFO O| May 20 15:42:19.891 INFO STEP 836 (remove_files) COMPLETE
73982026-05-20T15:42:21.337Z[ recovery-image] May 20 15:42:19.891 INFO O| May 20 15:42:19.891 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-05-20T15:42:21.347Z[ recovery-image] May 20 15:42:19.901 INFO O| May 20 15:42:19.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74002026-05-20T15:42:21.347Z[ recovery-image] May 20 15:42:19.901 INFO O| May 20 15:42:19.901 INFO STEP 837 (remove_files) COMPLETE
74012026-05-20T15:42:21.347Z[ recovery-image] May 20 15:42:19.901 INFO O| May 20 15:42:19.901 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-05-20T15:42:21.356Z[ recovery-image] May 20 15:42:19.910 INFO O| May 20 15:42:19.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74032026-05-20T15:42:21.356Z[ recovery-image] May 20 15:42:19.910 INFO O| May 20 15:42:19.910 INFO STEP 838 (remove_files) COMPLETE
74042026-05-20T15:42:21.356Z[ recovery-image] May 20 15:42:19.910 INFO O| May 20 15:42:19.910 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-05-20T15:42:21.365Z[ recovery-image] May 20 15:42:19.919 INFO O| May 20 15:42:19.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74062026-05-20T15:42:21.365Z[ recovery-image] May 20 15:42:19.919 INFO O| May 20 15:42:19.919 INFO STEP 839 (remove_files) COMPLETE
74072026-05-20T15:42:21.365Z[ recovery-image] May 20 15:42:19.919 INFO O| May 20 15:42:19.919 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-05-20T15:42:21.375Z[ recovery-image] May 20 15:42:19.929 INFO O| May 20 15:42:19.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74092026-05-20T15:42:21.375Z[ recovery-image] May 20 15:42:19.929 INFO O| May 20 15:42:19.929 INFO STEP 840 (remove_files) COMPLETE
74102026-05-20T15:42:21.375Z[ recovery-image] May 20 15:42:19.929 INFO O| May 20 15:42:19.929 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-05-20T15:42:21.385Z[ recovery-image] May 20 15:42:19.939 INFO O| May 20 15:42:19.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74122026-05-20T15:42:21.385Z[ recovery-image] May 20 15:42:19.939 INFO O| May 20 15:42:19.939 INFO STEP 841 (remove_files) COMPLETE
74132026-05-20T15:42:21.385Z[ recovery-image] May 20 15:42:19.939 INFO O| May 20 15:42:19.939 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-05-20T15:42:21.395Z[ recovery-image] May 20 15:42:19.949 INFO O| May 20 15:42:19.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74152026-05-20T15:42:21.395Z[ recovery-image] May 20 15:42:19.949 INFO O| May 20 15:42:19.949 INFO STEP 842 (remove_files) COMPLETE
74162026-05-20T15:42:21.395Z[ recovery-image] May 20 15:42:19.949 INFO O| May 20 15:42:19.949 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-05-20T15:42:21.405Z[ recovery-image] May 20 15:42:19.958 INFO O| May 20 15:42:19.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74182026-05-20T15:42:21.405Z[ recovery-image] May 20 15:42:19.959 INFO O| May 20 15:42:19.959 INFO STEP 843 (remove_files) COMPLETE
74192026-05-20T15:42:21.405Z[ recovery-image] May 20 15:42:19.959 INFO O| May 20 15:42:19.959 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-05-20T15:42:21.417Z[ recovery-image] May 20 15:42:19.967 INFO O| May 20 15:42:19.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74212026-05-20T15:42:21.417Z[ recovery-image] May 20 15:42:19.968 INFO O| May 20 15:42:19.968 INFO STEP 844 (remove_files) COMPLETE
74222026-05-20T15:42:21.417Z[ recovery-image] May 20 15:42:19.968 INFO O| May 20 15:42:19.968 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-05-20T15:42:21.428Z[ recovery-image] May 20 15:42:19.982 INFO O| May 20 15:42:19.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74242026-05-20T15:42:21.428Z[ recovery-image] May 20 15:42:19.982 INFO O| May 20 15:42:19.982 INFO STEP 845 (remove_files) COMPLETE
74252026-05-20T15:42:21.431Z[ recovery-image] May 20 15:42:19.982 INFO O| May 20 15:42:19.982 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-05-20T15:42:21.437Z[ recovery-image] May 20 15:42:19.991 INFO O| May 20 15:42:19.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74272026-05-20T15:42:21.437Z[ recovery-image] May 20 15:42:19.991 INFO O| May 20 15:42:19.991 INFO STEP 846 (remove_files) COMPLETE
74282026-05-20T15:42:21.437Z[ recovery-image] May 20 15:42:19.991 INFO O| May 20 15:42:19.991 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-05-20T15:42:21.446Z[ recovery-image] May 20 15:42:19.999 INFO O| May 20 15:42:19.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74302026-05-20T15:42:21.446Z[ recovery-image] May 20 15:42:20.000 INFO O| May 20 15:42:20.000 INFO STEP 847 (remove_files) COMPLETE
74312026-05-20T15:42:21.446Z[ recovery-image] May 20 15:42:20.000 INFO O| May 20 15:42:20.000 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-05-20T15:42:21.453Z[ recovery-image] May 20 15:42:20.007 INFO O| May 20 15:42:20.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74332026-05-20T15:42:21.453Z[ recovery-image] May 20 15:42:20.007 INFO O| May 20 15:42:20.007 INFO STEP 848 (remove_files) COMPLETE
74342026-05-20T15:42:21.453Z[ recovery-image] May 20 15:42:20.007 INFO O| May 20 15:42:20.007 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-05-20T15:42:21.461Z[ recovery-image] May 20 15:42:20.015 INFO O| May 20 15:42:20.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74362026-05-20T15:42:21.461Z[ recovery-image] May 20 15:42:20.015 INFO O| May 20 15:42:20.015 INFO STEP 849 (remove_files) COMPLETE
74372026-05-20T15:42:21.461Z[ recovery-image] May 20 15:42:20.015 INFO O| May 20 15:42:20.015 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-05-20T15:42:21.468Z[ recovery-image] May 20 15:42:20.022 INFO O| May 20 15:42:20.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74392026-05-20T15:42:21.468Z[ recovery-image] May 20 15:42:20.022 INFO O| May 20 15:42:20.022 INFO STEP 850 (remove_files) COMPLETE
74402026-05-20T15:42:21.471Z[ recovery-image] May 20 15:42:20.022 INFO O| May 20 15:42:20.022 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-05-20T15:42:21.476Z[ recovery-image] May 20 15:42:20.030 INFO O| May 20 15:42:20.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74422026-05-20T15:42:21.476Z[ recovery-image] May 20 15:42:20.030 INFO O| May 20 15:42:20.030 INFO STEP 851 (remove_files) COMPLETE
74432026-05-20T15:42:21.476Z[ recovery-image] May 20 15:42:20.030 INFO O| May 20 15:42:20.030 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-05-20T15:42:21.484Z[ recovery-image] May 20 15:42:20.038 INFO O| May 20 15:42:20.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74452026-05-20T15:42:21.484Z[ recovery-image] May 20 15:42:20.038 INFO O| May 20 15:42:20.038 INFO STEP 852 (remove_files) COMPLETE
74462026-05-20T15:42:21.484Z[ recovery-image] May 20 15:42:20.038 INFO O| May 20 15:42:20.038 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-05-20T15:42:21.499Z[ recovery-image] May 20 15:42:20.053 INFO O| May 20 15:42:20.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74482026-05-20T15:42:21.499Z[ recovery-image] May 20 15:42:20.053 INFO O| May 20 15:42:20.053 INFO STEP 853 (remove_files) COMPLETE
74492026-05-20T15:42:21.499Z[ recovery-image] May 20 15:42:20.053 INFO O| May 20 15:42:20.053 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-05-20T15:42:21.510Z[ recovery-image] May 20 15:42:20.064 INFO O| May 20 15:42:20.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74512026-05-20T15:42:21.510Z[ recovery-image] May 20 15:42:20.064 INFO O| May 20 15:42:20.064 INFO STEP 854 (remove_files) COMPLETE
74522026-05-20T15:42:21.510Z[ recovery-image] May 20 15:42:20.064 INFO O| May 20 15:42:20.064 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-05-20T15:42:21.522Z[ recovery-image] May 20 15:42:20.076 INFO O| May 20 15:42:20.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74542026-05-20T15:42:21.522Z[ recovery-image] May 20 15:42:20.076 INFO O| May 20 15:42:20.076 INFO STEP 855 (remove_files) COMPLETE
74552026-05-20T15:42:21.522Z[ recovery-image] May 20 15:42:20.076 INFO O| May 20 15:42:20.076 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-05-20T15:42:21.533Z[ recovery-image] May 20 15:42:20.087 INFO O| May 20 15:42:20.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74572026-05-20T15:42:21.533Z[ recovery-image] May 20 15:42:20.087 INFO O| May 20 15:42:20.087 INFO STEP 856 (remove_files) COMPLETE
74582026-05-20T15:42:21.536Z[ recovery-image] May 20 15:42:20.087 INFO O| May 20 15:42:20.087 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-05-20T15:42:21.544Z[ recovery-image] May 20 15:42:20.098 INFO O| May 20 15:42:20.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74602026-05-20T15:42:21.544Z[ recovery-image] May 20 15:42:20.098 INFO O| May 20 15:42:20.098 INFO STEP 857 (remove_files) COMPLETE
74612026-05-20T15:42:21.544Z[ recovery-image] May 20 15:42:20.098 INFO O| May 20 15:42:20.098 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-05-20T15:42:21.556Z[ recovery-image] May 20 15:42:20.110 INFO O| May 20 15:42:20.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74632026-05-20T15:42:21.556Z[ recovery-image] May 20 15:42:20.110 INFO O| May 20 15:42:20.110 INFO STEP 858 (remove_files) COMPLETE
74642026-05-20T15:42:21.556Z[ recovery-image] May 20 15:42:20.110 INFO O| May 20 15:42:20.110 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-05-20T15:42:21.566Z[ recovery-image] May 20 15:42:20.120 INFO O| May 20 15:42:20.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74662026-05-20T15:42:21.566Z[ recovery-image] May 20 15:42:20.120 INFO O| May 20 15:42:20.120 INFO STEP 859 (remove_files) COMPLETE
74672026-05-20T15:42:21.570Z[ recovery-image] May 20 15:42:20.121 INFO O| May 20 15:42:20.120 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-05-20T15:42:21.576Z[ recovery-image] May 20 15:42:20.130 INFO O| May 20 15:42:20.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74692026-05-20T15:42:21.576Z[ recovery-image] May 20 15:42:20.130 INFO O| May 20 15:42:20.130 INFO STEP 860 (remove_files) COMPLETE
74702026-05-20T15:42:21.579Z[ recovery-image] May 20 15:42:20.130 INFO O| May 20 15:42:20.130 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-05-20T15:42:21.586Z[ recovery-image] May 20 15:42:20.140 INFO O| May 20 15:42:20.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74722026-05-20T15:42:21.586Z[ recovery-image] May 20 15:42:20.140 INFO O| May 20 15:42:20.140 INFO STEP 861 (remove_files) COMPLETE
74732026-05-20T15:42:21.586Z[ recovery-image] May 20 15:42:20.140 INFO O| May 20 15:42:20.140 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-05-20T15:42:21.595Z[ recovery-image] May 20 15:42:20.149 INFO O| May 20 15:42:20.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74752026-05-20T15:42:21.596Z[ recovery-image] May 20 15:42:20.149 INFO O| May 20 15:42:20.149 INFO STEP 862 (remove_files) COMPLETE
74762026-05-20T15:42:21.596Z[ recovery-image] May 20 15:42:20.149 INFO O| May 20 15:42:20.149 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-05-20T15:42:21.644Z[ recovery-image] May 20 15:42:20.159 INFO O| May 20 15:42:20.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74782026-05-20T15:42:21.644Z[ recovery-image] May 20 15:42:20.160 INFO O| May 20 15:42:20.160 INFO STEP 863 (remove_files) COMPLETE
74792026-05-20T15:42:21.648Z[ recovery-image] May 20 15:42:20.160 INFO O| May 20 15:42:20.160 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-05-20T15:42:21.648Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
74812026-05-20T15:42:21.651Z[ recovery-image] May 20 15:42:20.204 INFO O| May 20 15:42:20.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74822026-05-20T15:42:21.651Z[ recovery-image] May 20 15:42:20.204 INFO O| May 20 15:42:20.204 INFO STEP 864 (remove_files) COMPLETE
74832026-05-20T15:42:21.651Z[ recovery-image] May 20 15:42:20.204 INFO O| May 20 15:42:20.204 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-05-20T15:42:21.657Z[ recovery-image] May 20 15:42:20.211 INFO O| May 20 15:42:20.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74852026-05-20T15:42:21.657Z[ recovery-image] May 20 15:42:20.211 INFO O| May 20 15:42:20.211 INFO STEP 865 (remove_files) COMPLETE
74862026-05-20T15:42:21.657Z[ recovery-image] May 20 15:42:20.211 INFO O| May 20 15:42:20.211 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-05-20T15:42:21.666Z[ recovery-image] May 20 15:42:20.220 INFO O| May 20 15:42:20.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74882026-05-20T15:42:21.666Z[ recovery-image] May 20 15:42:20.220 INFO O| May 20 15:42:20.220 INFO STEP 866 (remove_files) COMPLETE
74892026-05-20T15:42:21.666Z[ recovery-image] May 20 15:42:20.220 INFO O| May 20 15:42:20.220 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-05-20T15:42:21.675Z[ recovery-image] May 20 15:42:20.229 INFO O| May 20 15:42:20.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74912026-05-20T15:42:21.675Z[ recovery-image] May 20 15:42:20.229 INFO O| May 20 15:42:20.229 INFO STEP 867 (remove_files) COMPLETE
74922026-05-20T15:42:21.675Z[ recovery-image] May 20 15:42:20.229 INFO O| May 20 15:42:20.229 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-05-20T15:42:21.683Z[ recovery-image] May 20 15:42:20.237 INFO O| May 20 15:42:20.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74942026-05-20T15:42:21.687Z[ recovery-image] May 20 15:42:20.237 INFO O| May 20 15:42:20.237 INFO STEP 868 (remove_files) COMPLETE
74952026-05-20T15:42:21.687Z[ recovery-image] May 20 15:42:20.237 INFO O| May 20 15:42:20.237 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-05-20T15:42:21.691Z[ recovery-image] May 20 15:42:20.245 INFO O| May 20 15:42:20.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74972026-05-20T15:42:21.692Z[ recovery-image] May 20 15:42:20.245 INFO O| May 20 15:42:20.245 INFO STEP 869 (remove_files) COMPLETE
74982026-05-20T15:42:21.692Z[ recovery-image] May 20 15:42:20.245 INFO O| May 20 15:42:20.245 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-05-20T15:42:21.700Z[ recovery-image] May 20 15:42:20.253 INFO O| May 20 15:42:20.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75002026-05-20T15:42:21.700Z[ recovery-image] May 20 15:42:20.253 INFO O| May 20 15:42:20.253 INFO STEP 870 (remove_files) COMPLETE
75012026-05-20T15:42:21.706Z[ recovery-image] May 20 15:42:20.253 INFO O| May 20 15:42:20.253 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-05-20T15:42:21.709Z[ recovery-image] May 20 15:42:20.261 INFO O| May 20 15:42:20.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75032026-05-20T15:42:21.709Z[ recovery-image] May 20 15:42:20.261 INFO O| May 20 15:42:20.261 INFO STEP 871 (remove_files) COMPLETE
75042026-05-20T15:42:21.709Z[ recovery-image] May 20 15:42:20.261 INFO O| May 20 15:42:20.261 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-05-20T15:42:21.715Z[ recovery-image] May 20 15:42:20.269 INFO O| May 20 15:42:20.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75062026-05-20T15:42:21.715Z[ recovery-image] May 20 15:42:20.269 INFO O| May 20 15:42:20.269 INFO STEP 872 (remove_files) COMPLETE
75072026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.269 INFO O| May 20 15:42:20.269 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.277 INFO O| May 20 15:42:20.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75092026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.277 INFO O| May 20 15:42:20.277 INFO STEP 873 (remove_files) COMPLETE
75102026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.277 INFO O| May 20 15:42:20.277 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.286 INFO O| May 20 15:42:20.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75122026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.286 INFO O| May 20 15:42:20.286 INFO STEP 874 (remove_files) COMPLETE
75132026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.286 INFO O| May 20 15:42:20.286 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.295 INFO O| May 20 15:42:20.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75152026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.295 INFO O| May 20 15:42:20.295 INFO STEP 875 (remove_files) COMPLETE
75162026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.295 INFO O| May 20 15:42:20.295 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.304 INFO O| May 20 15:42:20.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75182026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.304 INFO O| May 20 15:42:20.304 INFO STEP 876 (remove_files) COMPLETE
75192026-05-20T15:42:21.768Z[ recovery-image] May 20 15:42:20.304 INFO O| May 20 15:42:20.304 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-05-20T15:42:21.773Z[ recovery-image] May 20 15:42:20.326 INFO O| May 20 15:42:20.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75212026-05-20T15:42:21.773Z[ recovery-image] May 20 15:42:20.327 INFO O| May 20 15:42:20.313 INFO STEP 877 (remove_files) COMPLETE
75222026-05-20T15:42:21.775Z[ recovery-image] May 20 15:42:20.327 INFO O| May 20 15:42:20.313 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-05-20T15:42:21.775Z[ recovery-image] May 20 15:42:20.327 INFO O| May 20 15:42:20.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75242026-05-20T15:42:21.776Z[ recovery-image] May 20 15:42:20.327 INFO O| May 20 15:42:20.322 INFO STEP 878 (remove_files) COMPLETE
75252026-05-20T15:42:21.776Z[ recovery-image] May 20 15:42:20.327 INFO O| May 20 15:42:20.322 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-05-20T15:42:21.779Z[ recovery-image] May 20 15:42:20.330 INFO O| May 20 15:42:20.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75272026-05-20T15:42:21.779Z[ recovery-image] May 20 15:42:20.330 INFO O| May 20 15:42:20.330 INFO STEP 879 (remove_files) COMPLETE
75282026-05-20T15:42:21.779Z[ recovery-image] May 20 15:42:20.330 INFO O| May 20 15:42:20.330 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-05-20T15:42:21.784Z[ recovery-image] May 20 15:42:20.338 INFO O| May 20 15:42:20.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75302026-05-20T15:42:21.784Z[ recovery-image] May 20 15:42:20.338 INFO O| May 20 15:42:20.338 INFO STEP 880 (remove_files) COMPLETE
75312026-05-20T15:42:21.787Z[ recovery-image] May 20 15:42:20.338 INFO O| May 20 15:42:20.338 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-05-20T15:42:21.792Z[ recovery-image] May 20 15:42:20.346 INFO O| May 20 15:42:20.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75332026-05-20T15:42:21.792Z[ recovery-image] May 20 15:42:20.346 INFO O| May 20 15:42:20.346 INFO STEP 881 (remove_files) COMPLETE
75342026-05-20T15:42:21.795Z[ recovery-image] May 20 15:42:20.346 INFO O| May 20 15:42:20.346 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-05-20T15:42:21.800Z[ recovery-image] May 20 15:42:20.354 INFO O| May 20 15:42:20.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75362026-05-20T15:42:21.800Z[ recovery-image] May 20 15:42:20.354 INFO O| May 20 15:42:20.354 INFO STEP 882 (remove_files) COMPLETE
75372026-05-20T15:42:21.803Z[ recovery-image] May 20 15:42:20.354 INFO O| May 20 15:42:20.354 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-05-20T15:42:21.808Z[ recovery-image] May 20 15:42:20.362 INFO O| May 20 15:42:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75392026-05-20T15:42:21.808Z[ recovery-image] May 20 15:42:20.362 INFO O| May 20 15:42:20.362 INFO STEP 883 (remove_files) COMPLETE
75402026-05-20T15:42:21.811Z[ recovery-image] May 20 15:42:20.362 INFO O| May 20 15:42:20.362 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-05-20T15:42:21.816Z[ recovery-image] May 20 15:42:20.370 INFO O| May 20 15:42:20.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75422026-05-20T15:42:21.816Z[ recovery-image] May 20 15:42:20.370 INFO O| May 20 15:42:20.370 INFO STEP 884 (remove_files) COMPLETE
75432026-05-20T15:42:21.819Z[ recovery-image] May 20 15:42:20.370 INFO O| May 20 15:42:20.370 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-05-20T15:42:21.824Z[ recovery-image] May 20 15:42:20.378 INFO O| May 20 15:42:20.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75452026-05-20T15:42:21.824Z[ recovery-image] May 20 15:42:20.378 INFO O| May 20 15:42:20.378 INFO STEP 885 (remove_files) COMPLETE
75462026-05-20T15:42:21.827Z[ recovery-image] May 20 15:42:20.378 INFO O| May 20 15:42:20.378 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-05-20T15:42:21.831Z[ recovery-image] May 20 15:42:20.386 INFO O| May 20 15:42:20.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75482026-05-20T15:42:21.831Z[ recovery-image] May 20 15:42:20.386 INFO O| May 20 15:42:20.386 INFO STEP 886 (remove_files) COMPLETE
75492026-05-20T15:42:21.834Z[ recovery-image] May 20 15:42:20.386 INFO O| May 20 15:42:20.386 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-05-20T15:42:21.839Z[ recovery-image] May 20 15:42:20.393 INFO O| May 20 15:42:20.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75512026-05-20T15:42:21.839Z[ recovery-image] May 20 15:42:20.393 INFO O| May 20 15:42:20.393 INFO STEP 887 (remove_files) COMPLETE
75522026-05-20T15:42:21.842Z[ recovery-image] May 20 15:42:20.393 INFO O| May 20 15:42:20.393 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-05-20T15:42:21.846Z[ recovery-image] May 20 15:42:20.400 INFO O| May 20 15:42:20.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75542026-05-20T15:42:21.846Z[ recovery-image] May 20 15:42:20.401 INFO O| May 20 15:42:20.400 INFO STEP 888 (remove_files) COMPLETE
75552026-05-20T15:42:21.849Z[ recovery-image] May 20 15:42:20.401 INFO O| May 20 15:42:20.401 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-05-20T15:42:21.854Z[ recovery-image] May 20 15:42:20.409 INFO O| May 20 15:42:20.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75572026-05-20T15:42:21.855Z[ recovery-image] May 20 15:42:20.409 INFO O| May 20 15:42:20.409 INFO STEP 889 (remove_files) COMPLETE
75582026-05-20T15:42:21.857Z[ recovery-image] May 20 15:42:20.409 INFO O| May 20 15:42:20.409 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-05-20T15:42:21.863Z[ recovery-image] May 20 15:42:20.417 INFO O| May 20 15:42:20.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75602026-05-20T15:42:21.863Z[ recovery-image] May 20 15:42:20.417 INFO O| May 20 15:42:20.417 INFO STEP 890 (remove_files) COMPLETE
75612026-05-20T15:42:21.866Z[ recovery-image] May 20 15:42:20.417 INFO O| May 20 15:42:20.417 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-05-20T15:42:21.871Z[ recovery-image] May 20 15:42:20.425 INFO O| May 20 15:42:20.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75632026-05-20T15:42:21.871Z[ recovery-image] May 20 15:42:20.425 INFO O| May 20 15:42:20.425 INFO STEP 891 (remove_files) COMPLETE
75642026-05-20T15:42:21.877Z[ recovery-image] May 20 15:42:20.425 INFO O| May 20 15:42:20.425 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-05-20T15:42:21.885Z[ recovery-image] May 20 15:42:20.433 INFO O| May 20 15:42:20.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75662026-05-20T15:42:21.885Z[ recovery-image] May 20 15:42:20.433 INFO O| May 20 15:42:20.433 INFO STEP 892 (remove_files) COMPLETE
75672026-05-20T15:42:21.885Z[ recovery-image] May 20 15:42:20.433 INFO O| May 20 15:42:20.433 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-05-20T15:42:21.889Z[ recovery-image] May 20 15:42:20.441 INFO O| May 20 15:42:20.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75692026-05-20T15:42:21.889Z[ recovery-image] May 20 15:42:20.441 INFO O| May 20 15:42:20.441 INFO STEP 893 (remove_files) COMPLETE
75702026-05-20T15:42:21.889Z[ recovery-image] May 20 15:42:20.441 INFO O| May 20 15:42:20.441 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-05-20T15:42:21.896Z[ recovery-image] May 20 15:42:20.450 INFO O| May 20 15:42:20.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75722026-05-20T15:42:21.896Z[ recovery-image] May 20 15:42:20.450 INFO O| May 20 15:42:20.450 INFO STEP 894 (remove_files) COMPLETE
75732026-05-20T15:42:21.899Z[ recovery-image] May 20 15:42:20.450 INFO O| May 20 15:42:20.450 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-05-20T15:42:21.904Z[ recovery-image] May 20 15:42:20.458 INFO O| May 20 15:42:20.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75752026-05-20T15:42:21.904Z[ recovery-image] May 20 15:42:20.458 INFO O| May 20 15:42:20.458 INFO STEP 895 (remove_files) COMPLETE
75762026-05-20T15:42:21.904Z[ recovery-image] May 20 15:42:20.458 INFO O| May 20 15:42:20.458 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-05-20T15:42:21.915Z[ recovery-image] May 20 15:42:20.469 INFO O| May 20 15:42:20.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75782026-05-20T15:42:21.915Z[ recovery-image] May 20 15:42:20.469 INFO O| May 20 15:42:20.469 INFO STEP 896 (remove_files) COMPLETE
75792026-05-20T15:42:21.915Z[ recovery-image] May 20 15:42:20.469 INFO O| May 20 15:42:20.469 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-05-20T15:42:21.925Z[ recovery-image] May 20 15:42:20.479 INFO O| May 20 15:42:20.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75812026-05-20T15:42:21.925Z[ recovery-image] May 20 15:42:20.479 INFO O| May 20 15:42:20.479 INFO STEP 897 (remove_files) COMPLETE
75822026-05-20T15:42:21.925Z[ recovery-image] May 20 15:42:20.479 INFO O| May 20 15:42:20.479 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-05-20T15:42:21.935Z[ recovery-image] May 20 15:42:20.489 INFO O| May 20 15:42:20.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75842026-05-20T15:42:21.936Z[ recovery-image] May 20 15:42:20.490 INFO O| May 20 15:42:20.489 INFO STEP 898 (remove_files) COMPLETE
75852026-05-20T15:42:21.939Z[ recovery-image] May 20 15:42:20.490 INFO O| May 20 15:42:20.490 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-05-20T15:42:21.945Z[ recovery-image] May 20 15:42:20.499 INFO O| May 20 15:42:20.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75872026-05-20T15:42:21.945Z[ recovery-image] May 20 15:42:20.499 INFO O| May 20 15:42:20.499 INFO STEP 899 (remove_files) COMPLETE
75882026-05-20T15:42:21.945Z[ recovery-image] May 20 15:42:20.499 INFO O| May 20 15:42:20.499 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-05-20T15:42:21.954Z[ recovery-image] May 20 15:42:20.508 INFO O| May 20 15:42:20.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75902026-05-20T15:42:21.954Z[ recovery-image] May 20 15:42:20.508 INFO O| May 20 15:42:20.508 INFO STEP 900 (remove_files) COMPLETE
75912026-05-20T15:42:21.954Z[ recovery-image] May 20 15:42:20.508 INFO O| May 20 15:42:20.508 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-05-20T15:42:21.963Z[ recovery-image] May 20 15:42:20.517 INFO O| May 20 15:42:20.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75932026-05-20T15:42:21.963Z[ recovery-image] May 20 15:42:20.517 INFO O| May 20 15:42:20.517 INFO STEP 901 (remove_files) COMPLETE
75942026-05-20T15:42:21.963Z[ recovery-image] May 20 15:42:20.517 INFO O| May 20 15:42:20.517 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-05-20T15:42:21.972Z[ recovery-image] May 20 15:42:20.526 INFO O| May 20 15:42:20.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75962026-05-20T15:42:21.972Z[ recovery-image] May 20 15:42:20.526 INFO O| May 20 15:42:20.526 INFO STEP 902 (remove_files) COMPLETE
75972026-05-20T15:42:21.972Z[ recovery-image] May 20 15:42:20.526 INFO O| May 20 15:42:20.526 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-05-20T15:42:21.981Z[ recovery-image] May 20 15:42:20.535 INFO O| May 20 15:42:20.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75992026-05-20T15:42:21.981Z[ recovery-image] May 20 15:42:20.535 INFO O| May 20 15:42:20.535 INFO STEP 903 (remove_files) COMPLETE
76002026-05-20T15:42:21.985Z[ recovery-image] May 20 15:42:20.535 INFO O| May 20 15:42:20.535 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-05-20T15:42:21.991Z[ recovery-image] May 20 15:42:20.545 INFO O| May 20 15:42:20.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76022026-05-20T15:42:21.991Z[ recovery-image] May 20 15:42:20.545 INFO O| May 20 15:42:20.545 INFO STEP 904 (remove_files) COMPLETE
76032026-05-20T15:42:21.991Z[ recovery-image] May 20 15:42:20.545 INFO O| May 20 15:42:20.545 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-05-20T15:42:22.001Z[ recovery-image] May 20 15:42:20.554 INFO O| May 20 15:42:20.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76052026-05-20T15:42:22.001Z[ recovery-image] May 20 15:42:20.554 INFO O| May 20 15:42:20.554 INFO STEP 905 (remove_files) COMPLETE
76062026-05-20T15:42:22.004Z[ recovery-image] May 20 15:42:20.554 INFO O| May 20 15:42:20.554 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-05-20T15:42:22.010Z[ recovery-image] May 20 15:42:20.564 INFO O| May 20 15:42:20.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76082026-05-20T15:42:22.010Z[ recovery-image] May 20 15:42:20.564 INFO O| May 20 15:42:20.564 INFO STEP 906 (remove_files) COMPLETE
76092026-05-20T15:42:22.010Z[ recovery-image] May 20 15:42:20.564 INFO O| May 20 15:42:20.564 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-05-20T15:42:22.020Z[ recovery-image] May 20 15:42:20.574 INFO O| May 20 15:42:20.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76112026-05-20T15:42:22.020Z[ recovery-image] May 20 15:42:20.574 INFO O| May 20 15:42:20.574 INFO STEP 907 (remove_files) COMPLETE
76122026-05-20T15:42:22.020Z[ recovery-image] May 20 15:42:20.574 INFO O| May 20 15:42:20.574 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-05-20T15:42:22.029Z[ recovery-image] May 20 15:42:20.583 INFO O| May 20 15:42:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76142026-05-20T15:42:22.029Z[ recovery-image] May 20 15:42:20.583 INFO O| May 20 15:42:20.583 INFO STEP 908 (remove_files) COMPLETE
76152026-05-20T15:42:22.029Z[ recovery-image] May 20 15:42:20.583 INFO O| May 20 15:42:20.583 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-05-20T15:42:22.038Z[ recovery-image] May 20 15:42:20.592 INFO O| May 20 15:42:20.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76172026-05-20T15:42:22.038Z[ recovery-image] May 20 15:42:20.592 INFO O| May 20 15:42:20.592 INFO STEP 909 (remove_files) COMPLETE
76182026-05-20T15:42:22.038Z[ recovery-image] May 20 15:42:20.592 INFO O| May 20 15:42:20.592 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-05-20T15:42:22.047Z[ recovery-image] May 20 15:42:20.601 INFO O| May 20 15:42:20.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76202026-05-20T15:42:22.047Z[ recovery-image] May 20 15:42:20.601 INFO O| May 20 15:42:20.601 INFO STEP 910 (remove_files) COMPLETE
76212026-05-20T15:42:22.050Z[ recovery-image] May 20 15:42:20.601 INFO O| May 20 15:42:20.601 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-05-20T15:42:22.056Z[ recovery-image] May 20 15:42:20.610 INFO O| May 20 15:42:20.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76232026-05-20T15:42:22.056Z[ recovery-image] May 20 15:42:20.610 INFO O| May 20 15:42:20.610 INFO STEP 911 (remove_files) COMPLETE
76242026-05-20T15:42:22.056Z[ recovery-image] May 20 15:42:20.610 INFO O| May 20 15:42:20.610 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-05-20T15:42:22.067Z[ recovery-image] May 20 15:42:20.619 INFO O| May 20 15:42:20.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76262026-05-20T15:42:22.067Z[ recovery-image] May 20 15:42:20.619 INFO O| May 20 15:42:20.619 INFO STEP 912 (remove_files) COMPLETE
76272026-05-20T15:42:22.067Z[ recovery-image] May 20 15:42:20.619 INFO O| May 20 15:42:20.619 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-05-20T15:42:22.073Z[ recovery-image] May 20 15:42:20.627 INFO O| May 20 15:42:20.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76292026-05-20T15:42:22.073Z[ recovery-image] May 20 15:42:20.627 INFO O| May 20 15:42:20.627 INFO STEP 913 (remove_files) COMPLETE
76302026-05-20T15:42:22.073Z[ recovery-image] May 20 15:42:20.627 INFO O| May 20 15:42:20.627 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-05-20T15:42:22.082Z[ recovery-image] May 20 15:42:20.636 INFO O| May 20 15:42:20.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76322026-05-20T15:42:22.082Z[ recovery-image] May 20 15:42:20.636 INFO O| May 20 15:42:20.636 INFO STEP 914 (remove_files) COMPLETE
76332026-05-20T15:42:22.085Z[ recovery-image] May 20 15:42:20.636 INFO O| May 20 15:42:20.636 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-05-20T15:42:22.090Z[ recovery-image] May 20 15:42:20.644 INFO O| May 20 15:42:20.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76352026-05-20T15:42:22.090Z[ recovery-image] May 20 15:42:20.644 INFO O| May 20 15:42:20.644 INFO STEP 915 (remove_files) COMPLETE
76362026-05-20T15:42:22.090Z[ recovery-image] May 20 15:42:20.644 INFO O| May 20 15:42:20.644 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-05-20T15:42:22.099Z[ recovery-image] May 20 15:42:20.653 INFO O| May 20 15:42:20.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76382026-05-20T15:42:22.099Z[ recovery-image] May 20 15:42:20.653 INFO O| May 20 15:42:20.653 INFO STEP 916 (remove_files) COMPLETE
76392026-05-20T15:42:22.099Z[ recovery-image] May 20 15:42:20.653 INFO O| May 20 15:42:20.653 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-05-20T15:42:22.107Z[ recovery-image] May 20 15:42:20.661 INFO O| May 20 15:42:20.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76412026-05-20T15:42:22.107Z[ recovery-image] May 20 15:42:20.661 INFO O| May 20 15:42:20.661 INFO STEP 917 (remove_files) COMPLETE
76422026-05-20T15:42:22.107Z[ recovery-image] May 20 15:42:20.661 INFO O| May 20 15:42:20.661 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-05-20T15:42:22.115Z[ recovery-image] May 20 15:42:20.669 INFO O| May 20 15:42:20.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76442026-05-20T15:42:22.115Z[ recovery-image] May 20 15:42:20.669 INFO O| May 20 15:42:20.669 INFO STEP 918 (remove_files) COMPLETE
76452026-05-20T15:42:22.115Z[ recovery-image] May 20 15:42:20.669 INFO O| May 20 15:42:20.669 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-05-20T15:42:22.123Z[ recovery-image] May 20 15:42:20.677 INFO O| May 20 15:42:20.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76472026-05-20T15:42:22.127Z[ recovery-image] May 20 15:42:20.678 INFO O| May 20 15:42:20.678 INFO STEP 919 (remove_files) COMPLETE
76482026-05-20T15:42:22.127Z[ recovery-image] May 20 15:42:20.678 INFO O| May 20 15:42:20.678 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-05-20T15:42:22.132Z[ recovery-image] May 20 15:42:20.686 INFO O| May 20 15:42:20.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76502026-05-20T15:42:22.133Z[ recovery-image] May 20 15:42:20.687 INFO O| May 20 15:42:20.687 INFO STEP 920 (remove_files) COMPLETE
76512026-05-20T15:42:22.133Z[ recovery-image] May 20 15:42:20.687 INFO O| May 20 15:42:20.687 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-05-20T15:42:22.141Z[ recovery-image] May 20 15:42:20.695 INFO O| May 20 15:42:20.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76532026-05-20T15:42:22.141Z[ recovery-image] May 20 15:42:20.695 INFO O| May 20 15:42:20.695 INFO STEP 921 (remove_files) COMPLETE
76542026-05-20T15:42:22.141Z[ recovery-image] May 20 15:42:20.695 INFO O| May 20 15:42:20.695 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-05-20T15:42:22.152Z[ recovery-image] May 20 15:42:20.704 INFO O| May 20 15:42:20.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76562026-05-20T15:42:22.152Z[ recovery-image] May 20 15:42:20.704 INFO O| May 20 15:42:20.704 INFO STEP 922 (remove_files) COMPLETE
76572026-05-20T15:42:22.155Z[ recovery-image] May 20 15:42:20.704 INFO O| May 20 15:42:20.704 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-05-20T15:42:22.159Z[ recovery-image] May 20 15:42:20.713 INFO O| May 20 15:42:20.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76592026-05-20T15:42:22.159Z[ recovery-image] May 20 15:42:20.713 INFO O| May 20 15:42:20.713 INFO STEP 923 (remove_files) COMPLETE
76602026-05-20T15:42:22.159Z[ recovery-image] May 20 15:42:20.713 INFO O| May 20 15:42:20.713 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-05-20T15:42:22.167Z[ recovery-image] May 20 15:42:20.721 INFO O| May 20 15:42:20.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76622026-05-20T15:42:22.167Z[ recovery-image] May 20 15:42:20.721 INFO O| May 20 15:42:20.721 INFO STEP 924 (remove_files) COMPLETE
76632026-05-20T15:42:22.168Z[ recovery-image] May 20 15:42:20.721 INFO O| May 20 15:42:20.721 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-05-20T15:42:22.176Z[ recovery-image] May 20 15:42:20.729 INFO O| May 20 15:42:20.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76652026-05-20T15:42:22.176Z[ recovery-image] May 20 15:42:20.729 INFO O| May 20 15:42:20.729 INFO STEP 925 (remove_files) COMPLETE
76662026-05-20T15:42:22.176Z[ recovery-image] May 20 15:42:20.729 INFO O| May 20 15:42:20.729 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-05-20T15:42:22.186Z[ recovery-image] May 20 15:42:20.738 INFO O| May 20 15:42:20.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76682026-05-20T15:42:22.186Z[ recovery-image] May 20 15:42:20.738 INFO O| May 20 15:42:20.738 INFO STEP 926 (remove_files) COMPLETE
76692026-05-20T15:42:22.186Z[ recovery-image] May 20 15:42:20.738 INFO O| May 20 15:42:20.738 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-05-20T15:42:22.193Z[ recovery-image] May 20 15:42:20.747 INFO O| May 20 15:42:20.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76712026-05-20T15:42:22.194Z[ recovery-image] May 20 15:42:20.747 INFO O| May 20 15:42:20.747 INFO STEP 927 (remove_files) COMPLETE
76722026-05-20T15:42:22.194Z[ recovery-image] May 20 15:42:20.747 INFO O| May 20 15:42:20.747 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-05-20T15:42:22.202Z[ recovery-image] May 20 15:42:20.756 INFO O| May 20 15:42:20.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76742026-05-20T15:42:22.202Z[ recovery-image] May 20 15:42:20.756 INFO O| May 20 15:42:20.756 INFO STEP 928 (remove_files) COMPLETE
76752026-05-20T15:42:22.202Z[ recovery-image] May 20 15:42:20.756 INFO O| May 20 15:42:20.756 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-05-20T15:42:22.211Z[ recovery-image] May 20 15:42:20.765 INFO O| May 20 15:42:20.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76772026-05-20T15:42:22.211Z[ recovery-image] May 20 15:42:20.765 INFO O| May 20 15:42:20.765 INFO STEP 929 (remove_files) COMPLETE
76782026-05-20T15:42:22.211Z[ recovery-image] May 20 15:42:20.765 INFO O| May 20 15:42:20.765 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-05-20T15:42:22.220Z[ recovery-image] May 20 15:42:20.773 INFO O| May 20 15:42:20.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76802026-05-20T15:42:22.220Z[ recovery-image] May 20 15:42:20.774 INFO O| May 20 15:42:20.774 INFO STEP 930 (remove_files) COMPLETE
76812026-05-20T15:42:22.220Z[ recovery-image] May 20 15:42:20.774 INFO O| May 20 15:42:20.774 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-05-20T15:42:22.229Z[ recovery-image] May 20 15:42:20.783 INFO O| May 20 15:42:20.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76832026-05-20T15:42:22.229Z[ recovery-image] May 20 15:42:20.783 INFO O| May 20 15:42:20.783 INFO STEP 931 (remove_files) COMPLETE
76842026-05-20T15:42:22.229Z[ recovery-image] May 20 15:42:20.783 INFO O| May 20 15:42:20.783 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-05-20T15:42:22.238Z[ recovery-image] May 20 15:42:20.791 INFO O| May 20 15:42:20.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76862026-05-20T15:42:22.238Z[ recovery-image] May 20 15:42:20.792 INFO O| May 20 15:42:20.791 INFO STEP 932 (remove_files) COMPLETE
76872026-05-20T15:42:22.242Z[ recovery-image] May 20 15:42:20.792 INFO O| May 20 15:42:20.792 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-05-20T15:42:22.246Z[ recovery-image] May 20 15:42:20.800 INFO O| May 20 15:42:20.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76892026-05-20T15:42:22.246Z[ recovery-image] May 20 15:42:20.800 INFO O| May 20 15:42:20.800 INFO STEP 933 (remove_files) COMPLETE
76902026-05-20T15:42:22.246Z[ recovery-image] May 20 15:42:20.800 INFO O| May 20 15:42:20.800 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-05-20T15:42:22.255Z[ recovery-image] May 20 15:42:20.809 INFO O| May 20 15:42:20.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76922026-05-20T15:42:22.255Z[ recovery-image] May 20 15:42:20.809 INFO O| May 20 15:42:20.809 INFO STEP 934 (remove_files) COMPLETE
76932026-05-20T15:42:22.255Z[ recovery-image] May 20 15:42:20.809 INFO O| May 20 15:42:20.809 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-05-20T15:42:22.263Z[ recovery-image] May 20 15:42:20.817 INFO O| May 20 15:42:20.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76952026-05-20T15:42:22.263Z[ recovery-image] May 20 15:42:20.818 INFO O| May 20 15:42:20.817 INFO STEP 935 (remove_files) COMPLETE
76962026-05-20T15:42:22.264Z[ recovery-image] May 20 15:42:20.818 INFO O| May 20 15:42:20.817 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-05-20T15:42:22.272Z[ recovery-image] May 20 15:42:20.826 INFO O| May 20 15:42:20.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76982026-05-20T15:42:22.272Z[ recovery-image] May 20 15:42:20.826 INFO O| May 20 15:42:20.826 INFO STEP 936 (remove_files) COMPLETE
76992026-05-20T15:42:22.275Z[ recovery-image] May 20 15:42:20.826 INFO O| May 20 15:42:20.826 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-05-20T15:42:22.281Z[ recovery-image] May 20 15:42:20.835 INFO O| May 20 15:42:20.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77012026-05-20T15:42:22.285Z[ recovery-image] May 20 15:42:20.836 INFO O| May 20 15:42:20.836 INFO STEP 937 (remove_files) COMPLETE
77022026-05-20T15:42:22.285Z[ recovery-image] May 20 15:42:20.836 INFO O| May 20 15:42:20.836 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-05-20T15:42:22.292Z[ recovery-image] May 20 15:42:20.846 INFO O| May 20 15:42:20.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77042026-05-20T15:42:22.292Z[ recovery-image] May 20 15:42:20.846 INFO O| May 20 15:42:20.846 INFO STEP 938 (remove_files) COMPLETE
77052026-05-20T15:42:22.292Z[ recovery-image] May 20 15:42:20.846 INFO O| May 20 15:42:20.846 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-05-20T15:42:22.301Z[ recovery-image] May 20 15:42:20.855 INFO O| May 20 15:42:20.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77072026-05-20T15:42:22.302Z[ recovery-image] May 20 15:42:20.855 INFO O| May 20 15:42:20.855 INFO STEP 939 (remove_files) COMPLETE
77082026-05-20T15:42:22.302Z[ recovery-image] May 20 15:42:20.855 INFO O| May 20 15:42:20.855 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-05-20T15:42:22.311Z[ recovery-image] May 20 15:42:20.865 INFO O| May 20 15:42:20.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77102026-05-20T15:42:22.315Z[ recovery-image] May 20 15:42:20.866 INFO O| May 20 15:42:20.866 INFO STEP 940 (remove_files) COMPLETE
77112026-05-20T15:42:22.315Z[ recovery-image] May 20 15:42:20.866 INFO O| May 20 15:42:20.866 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-05-20T15:42:22.321Z[ recovery-image] May 20 15:42:20.875 INFO O| May 20 15:42:20.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77132026-05-20T15:42:22.322Z[ recovery-image] May 20 15:42:20.875 INFO O| May 20 15:42:20.875 INFO STEP 941 (remove_files) COMPLETE
77142026-05-20T15:42:22.322Z[ recovery-image] May 20 15:42:20.875 INFO O| May 20 15:42:20.875 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-05-20T15:42:22.331Z[ recovery-image] May 20 15:42:20.885 INFO O| May 20 15:42:20.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77162026-05-20T15:42:22.331Z[ recovery-image] May 20 15:42:20.885 INFO O| May 20 15:42:20.884 INFO STEP 942 (remove_files) COMPLETE
77172026-05-20T15:42:22.334Z[ recovery-image] May 20 15:42:20.885 INFO O| May 20 15:42:20.884 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-05-20T15:42:22.340Z[ recovery-image] May 20 15:42:20.894 INFO O| May 20 15:42:20.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77192026-05-20T15:42:22.340Z[ recovery-image] May 20 15:42:20.894 INFO O| May 20 15:42:20.894 INFO STEP 943 (remove_files) COMPLETE
77202026-05-20T15:42:22.343Z[ recovery-image] May 20 15:42:20.894 INFO O| May 20 15:42:20.894 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-05-20T15:42:22.348Z[ recovery-image] May 20 15:42:20.902 INFO O| May 20 15:42:20.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77222026-05-20T15:42:22.348Z[ recovery-image] May 20 15:42:20.902 INFO O| May 20 15:42:20.902 INFO STEP 944 (remove_files) COMPLETE
77232026-05-20T15:42:22.348Z[ recovery-image] May 20 15:42:20.902 INFO O| May 20 15:42:20.902 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-05-20T15:42:22.357Z[ recovery-image] May 20 15:42:20.911 INFO O| May 20 15:42:20.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77252026-05-20T15:42:22.357Z[ recovery-image] May 20 15:42:20.911 INFO O| May 20 15:42:20.911 INFO STEP 945 (remove_files) COMPLETE
77262026-05-20T15:42:22.360Z[ recovery-image] May 20 15:42:20.911 INFO O| May 20 15:42:20.911 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-05-20T15:42:22.365Z[ recovery-image] May 20 15:42:20.919 INFO O| May 20 15:42:20.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77282026-05-20T15:42:22.365Z[ recovery-image] May 20 15:42:20.919 INFO O| May 20 15:42:20.919 INFO STEP 946 (remove_files) COMPLETE
77292026-05-20T15:42:22.365Z[ recovery-image] May 20 15:42:20.919 INFO O| May 20 15:42:20.919 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-05-20T15:42:22.374Z[ recovery-image] May 20 15:42:20.928 INFO O| May 20 15:42:20.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77312026-05-20T15:42:22.375Z[ recovery-image] May 20 15:42:20.929 INFO O| May 20 15:42:20.928 INFO STEP 947 (remove_files) COMPLETE
77322026-05-20T15:42:22.378Z[ recovery-image] May 20 15:42:20.929 INFO O| May 20 15:42:20.929 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-05-20T15:42:22.384Z[ recovery-image] May 20 15:42:20.938 INFO O| May 20 15:42:20.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77342026-05-20T15:42:22.384Z[ recovery-image] May 20 15:42:20.938 INFO O| May 20 15:42:20.938 INFO STEP 948 (remove_files) COMPLETE
77352026-05-20T15:42:22.387Z[ recovery-image] May 20 15:42:20.938 INFO O| May 20 15:42:20.938 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-05-20T15:42:22.393Z[ recovery-image] May 20 15:42:20.947 INFO O| May 20 15:42:20.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77372026-05-20T15:42:22.393Z[ recovery-image] May 20 15:42:20.947 INFO O| May 20 15:42:20.947 INFO STEP 949 (remove_files) COMPLETE
77382026-05-20T15:42:22.396Z[ recovery-image] May 20 15:42:20.947 INFO O| May 20 15:42:20.947 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-05-20T15:42:22.402Z[ recovery-image] May 20 15:42:20.956 INFO O| May 20 15:42:20.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77402026-05-20T15:42:22.402Z[ recovery-image] May 20 15:42:20.956 INFO O| May 20 15:42:20.956 INFO STEP 950 (remove_files) COMPLETE
77412026-05-20T15:42:22.405Z[ recovery-image] May 20 15:42:20.956 INFO O| May 20 15:42:20.956 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-05-20T15:42:22.411Z[ recovery-image] May 20 15:42:20.965 INFO O| May 20 15:42:20.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77432026-05-20T15:42:22.411Z[ recovery-image] May 20 15:42:20.965 INFO O| May 20 15:42:20.965 INFO STEP 951 (remove_files) COMPLETE
77442026-05-20T15:42:22.411Z[ recovery-image] May 20 15:42:20.965 INFO O| May 20 15:42:20.965 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-05-20T15:42:22.420Z[ recovery-image] May 20 15:42:20.974 INFO O| May 20 15:42:20.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77462026-05-20T15:42:22.420Z[ recovery-image] May 20 15:42:20.974 INFO O| May 20 15:42:20.974 INFO STEP 952 (remove_files) COMPLETE
77472026-05-20T15:42:22.423Z[ recovery-image] May 20 15:42:20.974 INFO O| May 20 15:42:20.974 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-05-20T15:42:22.429Z[ recovery-image] May 20 15:42:20.983 INFO O| May 20 15:42:20.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77492026-05-20T15:42:22.429Z[ recovery-image] May 20 15:42:20.983 INFO O| May 20 15:42:20.983 INFO STEP 953 (remove_files) COMPLETE
77502026-05-20T15:42:22.429Z[ recovery-image] May 20 15:42:20.983 INFO O| May 20 15:42:20.983 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-05-20T15:42:22.438Z[ recovery-image] May 20 15:42:20.992 INFO O| May 20 15:42:20.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77522026-05-20T15:42:22.438Z[ recovery-image] May 20 15:42:20.992 INFO O| May 20 15:42:20.992 INFO STEP 954 (remove_files) COMPLETE
77532026-05-20T15:42:22.438Z[ recovery-image] May 20 15:42:20.992 INFO O| May 20 15:42:20.992 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-05-20T15:42:22.448Z[ recovery-image] May 20 15:42:21.002 INFO O| May 20 15:42:21.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77552026-05-20T15:42:22.448Z[ recovery-image] May 20 15:42:21.002 INFO O| May 20 15:42:21.002 INFO STEP 955 (remove_files) COMPLETE
77562026-05-20T15:42:22.451Z[ recovery-image] May 20 15:42:21.002 INFO O| May 20 15:42:21.002 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-05-20T15:42:22.458Z[ recovery-image] May 20 15:42:21.012 INFO O| May 20 15:42:21.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77582026-05-20T15:42:22.458Z[ recovery-image] May 20 15:42:21.012 INFO O| May 20 15:42:21.012 INFO STEP 956 (remove_files) COMPLETE
77592026-05-20T15:42:22.458Z[ recovery-image] May 20 15:42:21.012 INFO O| May 20 15:42:21.012 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-05-20T15:42:22.468Z[ recovery-image] May 20 15:42:21.022 INFO O| May 20 15:42:21.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77612026-05-20T15:42:22.468Z[ recovery-image] May 20 15:42:21.022 INFO O| May 20 15:42:21.022 INFO STEP 957 (remove_files) COMPLETE
77622026-05-20T15:42:22.470Z[ recovery-image] May 20 15:42:21.022 INFO O| May 20 15:42:21.022 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-05-20T15:42:22.477Z[ recovery-image] May 20 15:42:21.031 INFO O| May 20 15:42:21.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77642026-05-20T15:42:22.477Z[ recovery-image] May 20 15:42:21.031 INFO O| May 20 15:42:21.031 INFO STEP 958 (remove_files) COMPLETE
77652026-05-20T15:42:22.477Z[ recovery-image] May 20 15:42:21.031 INFO O| May 20 15:42:21.031 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-05-20T15:42:22.487Z[ recovery-image] May 20 15:42:21.041 INFO O| May 20 15:42:21.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77672026-05-20T15:42:22.487Z[ recovery-image] May 20 15:42:21.041 INFO O| May 20 15:42:21.041 INFO STEP 959 (remove_files) COMPLETE
77682026-05-20T15:42:22.487Z[ recovery-image] May 20 15:42:21.041 INFO O| May 20 15:42:21.041 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-05-20T15:42:22.496Z[ recovery-image] May 20 15:42:21.050 INFO O| May 20 15:42:21.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77702026-05-20T15:42:22.496Z[ recovery-image] May 20 15:42:21.050 INFO O| May 20 15:42:21.050 INFO STEP 960 (remove_files) COMPLETE
77712026-05-20T15:42:22.499Z[ recovery-image] May 20 15:42:21.050 INFO O| May 20 15:42:21.050 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-05-20T15:42:22.512Z[ recovery-image] May 20 15:42:21.066 INFO O| May 20 15:42:21.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77732026-05-20T15:42:22.512Z[ recovery-image] May 20 15:42:21.066 INFO O| May 20 15:42:21.066 INFO STEP 961 (remove_files) COMPLETE
77742026-05-20T15:42:22.515Z[ recovery-image] May 20 15:42:21.066 INFO O| May 20 15:42:21.066 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-05-20T15:42:22.523Z[ recovery-image] May 20 15:42:21.077 INFO O| May 20 15:42:21.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77762026-05-20T15:42:22.523Z[ recovery-image] May 20 15:42:21.077 INFO O| May 20 15:42:21.077 INFO STEP 962 (remove_files) COMPLETE
77772026-05-20T15:42:22.526Z[ recovery-image] May 20 15:42:21.077 INFO O| May 20 15:42:21.077 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-05-20T15:42:22.534Z[ recovery-image] May 20 15:42:21.088 INFO O| May 20 15:42:21.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77792026-05-20T15:42:22.534Z[ recovery-image] May 20 15:42:21.088 INFO O| May 20 15:42:21.088 INFO STEP 963 (remove_files) COMPLETE
77802026-05-20T15:42:22.537Z[ recovery-image] May 20 15:42:21.088 INFO O| May 20 15:42:21.088 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-05-20T15:42:22.545Z[ recovery-image] May 20 15:42:21.099 INFO O| May 20 15:42:21.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77822026-05-20T15:42:22.545Z[ recovery-image] May 20 15:42:21.099 INFO O| May 20 15:42:21.099 INFO STEP 964 (remove_files) COMPLETE
77832026-05-20T15:42:22.548Z[ recovery-image] May 20 15:42:21.099 INFO O| May 20 15:42:21.099 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-05-20T15:42:22.556Z[ recovery-image] May 20 15:42:21.110 INFO O| May 20 15:42:21.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77852026-05-20T15:42:22.556Z[ recovery-image] May 20 15:42:21.110 INFO O| May 20 15:42:21.110 INFO STEP 965 (remove_files) COMPLETE
77862026-05-20T15:42:22.556Z[ recovery-image] May 20 15:42:21.110 INFO O| May 20 15:42:21.110 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-05-20T15:42:22.566Z[ recovery-image] May 20 15:42:21.120 INFO O| May 20 15:42:21.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77882026-05-20T15:42:22.566Z[ recovery-image] May 20 15:42:21.120 INFO O| May 20 15:42:21.120 INFO STEP 966 (remove_files) COMPLETE
77892026-05-20T15:42:22.566Z[ recovery-image] May 20 15:42:21.120 INFO O| May 20 15:42:21.120 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-05-20T15:42:22.575Z[ recovery-image] May 20 15:42:21.129 INFO O| May 20 15:42:21.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77912026-05-20T15:42:22.575Z[ recovery-image] May 20 15:42:21.129 INFO O| May 20 15:42:21.129 INFO STEP 967 (remove_files) COMPLETE
77922026-05-20T15:42:22.578Z[ recovery-image] May 20 15:42:21.129 INFO O| May 20 15:42:21.129 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-05-20T15:42:22.587Z[ recovery-image] May 20 15:42:21.141 INFO O| May 20 15:42:21.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77942026-05-20T15:42:22.587Z[ recovery-image] May 20 15:42:21.141 INFO O| May 20 15:42:21.141 INFO STEP 968 (remove_files) COMPLETE
77952026-05-20T15:42:22.590Z[ recovery-image] May 20 15:42:21.141 INFO O| May 20 15:42:21.141 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-05-20T15:42:22.598Z[ recovery-image] May 20 15:42:21.152 INFO O| May 20 15:42:21.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77972026-05-20T15:42:22.598Z[ recovery-image] May 20 15:42:21.152 INFO O| May 20 15:42:21.152 INFO STEP 969 (remove_files) COMPLETE
77982026-05-20T15:42:22.598Z[ recovery-image] May 20 15:42:21.152 INFO O| May 20 15:42:21.152 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-05-20T15:42:22.608Z[ recovery-image] May 20 15:42:21.162 INFO O| May 20 15:42:21.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78002026-05-20T15:42:22.608Z[ recovery-image] May 20 15:42:21.162 INFO O| May 20 15:42:21.162 INFO STEP 970 (remove_files) COMPLETE
78012026-05-20T15:42:22.608Z[ recovery-image] May 20 15:42:21.162 INFO O| May 20 15:42:21.162 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-05-20T15:42:22.618Z[ recovery-image] May 20 15:42:21.172 INFO O| May 20 15:42:21.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78032026-05-20T15:42:22.618Z[ recovery-image] May 20 15:42:21.172 INFO O| May 20 15:42:21.172 INFO STEP 971 (remove_files) COMPLETE
78042026-05-20T15:42:22.618Z[ recovery-image] May 20 15:42:21.172 INFO O| May 20 15:42:21.172 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-05-20T15:42:22.628Z[ recovery-image] May 20 15:42:21.182 INFO O| May 20 15:42:21.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78062026-05-20T15:42:22.628Z[ recovery-image] May 20 15:42:21.182 INFO O| May 20 15:42:21.182 INFO STEP 972 (remove_files) COMPLETE
78072026-05-20T15:42:22.631Z[ recovery-image] May 20 15:42:21.182 INFO O| May 20 15:42:21.182 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-05-20T15:42:22.639Z[ recovery-image] May 20 15:42:21.193 INFO O| May 20 15:42:21.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78092026-05-20T15:42:22.640Z[ recovery-image] May 20 15:42:21.193 INFO O| May 20 15:42:21.193 INFO STEP 973 (remove_files) COMPLETE
78102026-05-20T15:42:22.640Z[ recovery-image] May 20 15:42:21.193 INFO O| May 20 15:42:21.193 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-05-20T15:42:22.650Z[ recovery-image] May 20 15:42:21.204 INFO O| May 20 15:42:21.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78122026-05-20T15:42:22.650Z[ recovery-image] May 20 15:42:21.204 INFO O| May 20 15:42:21.204 INFO STEP 974 (remove_files) COMPLETE
78132026-05-20T15:42:22.651Z[ recovery-image] May 20 15:42:21.204 INFO O| May 20 15:42:21.204 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-05-20T15:42:22.661Z[ recovery-image] May 20 15:42:21.215 INFO O| May 20 15:42:21.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78152026-05-20T15:42:22.661Z[ recovery-image] May 20 15:42:21.215 INFO O| May 20 15:42:21.215 INFO STEP 975 (remove_files) COMPLETE
78162026-05-20T15:42:22.664Z[ recovery-image] May 20 15:42:21.215 INFO O| May 20 15:42:21.215 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-05-20T15:42:22.671Z[ recovery-image] May 20 15:42:21.225 INFO O| May 20 15:42:21.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78182026-05-20T15:42:22.671Z[ recovery-image] May 20 15:42:21.225 INFO O| May 20 15:42:21.225 INFO STEP 976 (remove_files) COMPLETE
78192026-05-20T15:42:22.671Z[ recovery-image] May 20 15:42:21.225 INFO O| May 20 15:42:21.225 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-05-20T15:42:22.682Z[ recovery-image] May 20 15:42:21.236 INFO O| May 20 15:42:21.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78212026-05-20T15:42:22.682Z[ recovery-image] May 20 15:42:21.236 INFO O| May 20 15:42:21.236 INFO STEP 977 (remove_files) COMPLETE
78222026-05-20T15:42:22.682Z[ recovery-image] May 20 15:42:21.236 INFO O| May 20 15:42:21.236 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-05-20T15:42:22.691Z[ recovery-image] May 20 15:42:21.245 INFO O| May 20 15:42:21.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78242026-05-20T15:42:22.691Z[ recovery-image] May 20 15:42:21.245 INFO O| May 20 15:42:21.245 INFO STEP 978 (remove_files) COMPLETE
78252026-05-20T15:42:22.694Z[ recovery-image] May 20 15:42:21.245 INFO O| May 20 15:42:21.245 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-05-20T15:42:22.699Z[ recovery-image] May 20 15:42:21.253 INFO O| May 20 15:42:21.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78272026-05-20T15:42:22.699Z[ recovery-image] May 20 15:42:21.253 INFO O| May 20 15:42:21.253 INFO STEP 979 (remove_files) COMPLETE
78282026-05-20T15:42:22.703Z[ recovery-image] May 20 15:42:21.253 INFO O| May 20 15:42:21.253 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-05-20T15:42:22.708Z[ recovery-image] May 20 15:42:21.261 INFO O| May 20 15:42:21.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78302026-05-20T15:42:22.708Z[ recovery-image] May 20 15:42:21.261 INFO O| May 20 15:42:21.261 INFO STEP 980 (remove_files) COMPLETE
78312026-05-20T15:42:22.711Z[ recovery-image] May 20 15:42:21.261 INFO O| May 20 15:42:21.261 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-05-20T15:42:22.715Z[ recovery-image] May 20 15:42:21.269 INFO O| May 20 15:42:21.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78332026-05-20T15:42:22.715Z[ recovery-image] May 20 15:42:21.269 INFO O| May 20 15:42:21.269 INFO STEP 981 (remove_files) COMPLETE
78342026-05-20T15:42:22.718Z[ recovery-image] May 20 15:42:21.269 INFO O| May 20 15:42:21.269 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-05-20T15:42:22.723Z[ recovery-image] May 20 15:42:21.277 INFO O| May 20 15:42:21.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78362026-05-20T15:42:22.723Z[ recovery-image] May 20 15:42:21.277 INFO O| May 20 15:42:21.277 INFO STEP 982 (remove_files) COMPLETE
78372026-05-20T15:42:22.726Z[ recovery-image] May 20 15:42:21.277 INFO O| May 20 15:42:21.277 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-05-20T15:42:22.731Z[ recovery-image] May 20 15:42:21.285 INFO O| May 20 15:42:21.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78392026-05-20T15:42:22.731Z[ recovery-image] May 20 15:42:21.285 INFO O| May 20 15:42:21.285 INFO STEP 983 (remove_files) COMPLETE
78402026-05-20T15:42:22.735Z[ recovery-image] May 20 15:42:21.285 INFO O| May 20 15:42:21.285 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-05-20T15:42:22.740Z[ recovery-image] May 20 15:42:21.293 INFO O| May 20 15:42:21.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78422026-05-20T15:42:22.740Z[ recovery-image] May 20 15:42:21.293 INFO O| May 20 15:42:21.293 INFO STEP 984 (remove_files) COMPLETE
78432026-05-20T15:42:22.743Z[ recovery-image] May 20 15:42:21.293 INFO O| May 20 15:42:21.293 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-05-20T15:42:22.748Z[ recovery-image] May 20 15:42:21.302 INFO O| May 20 15:42:21.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78452026-05-20T15:42:22.748Z[ recovery-image] May 20 15:42:21.302 INFO O| May 20 15:42:21.302 INFO STEP 985 (remove_files) COMPLETE
78462026-05-20T15:42:22.748Z[ recovery-image] May 20 15:42:21.302 INFO O| May 20 15:42:21.302 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-05-20T15:42:22.757Z[ recovery-image] May 20 15:42:21.311 INFO O| May 20 15:42:21.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78482026-05-20T15:42:22.757Z[ recovery-image] May 20 15:42:21.311 INFO O| May 20 15:42:21.311 INFO STEP 986 (remove_files) COMPLETE
78492026-05-20T15:42:22.760Z[ recovery-image] May 20 15:42:21.311 INFO O| May 20 15:42:21.311 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-05-20T15:42:22.766Z[ recovery-image] May 20 15:42:21.320 INFO O| May 20 15:42:21.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78512026-05-20T15:42:22.766Z[ recovery-image] May 20 15:42:21.320 INFO O| May 20 15:42:21.320 INFO STEP 987 (remove_files) COMPLETE
78522026-05-20T15:42:22.770Z[ recovery-image] May 20 15:42:21.320 INFO O| May 20 15:42:21.320 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-05-20T15:42:22.775Z[ recovery-image] May 20 15:42:21.329 INFO O| May 20 15:42:21.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78542026-05-20T15:42:22.775Z[ recovery-image] May 20 15:42:21.329 INFO O| May 20 15:42:21.329 INFO STEP 988 (remove_files) COMPLETE
78552026-05-20T15:42:22.777Z[ recovery-image] May 20 15:42:21.329 INFO O| May 20 15:42:21.329 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-05-20T15:42:22.784Z[ recovery-image] May 20 15:42:21.338 INFO O| May 20 15:42:21.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78572026-05-20T15:42:22.784Z[ recovery-image] May 20 15:42:21.338 INFO O| May 20 15:42:21.338 INFO STEP 989 (remove_files) COMPLETE
78582026-05-20T15:42:22.786Z[ recovery-image] May 20 15:42:21.338 INFO O| May 20 15:42:21.338 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-05-20T15:42:22.793Z[ recovery-image] May 20 15:42:21.347 INFO O| May 20 15:42:21.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78602026-05-20T15:42:22.793Z[ recovery-image] May 20 15:42:21.347 INFO O| May 20 15:42:21.347 INFO STEP 990 (remove_files) COMPLETE
78612026-05-20T15:42:22.796Z[ recovery-image] May 20 15:42:21.347 INFO O| May 20 15:42:21.347 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-05-20T15:42:22.802Z[ recovery-image] May 20 15:42:21.356 INFO O| May 20 15:42:21.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78632026-05-20T15:42:22.805Z[ recovery-image] May 20 15:42:21.357 INFO O| May 20 15:42:21.357 INFO STEP 991 (remove_files) COMPLETE
78642026-05-20T15:42:22.805Z[ recovery-image] May 20 15:42:21.357 INFO O| May 20 15:42:21.357 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-05-20T15:42:22.811Z[ recovery-image] May 20 15:42:21.365 INFO O| May 20 15:42:21.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78662026-05-20T15:42:22.811Z[ recovery-image] May 20 15:42:21.365 INFO O| May 20 15:42:21.365 INFO STEP 992 (remove_files) COMPLETE
78672026-05-20T15:42:22.815Z[ recovery-image] May 20 15:42:21.365 INFO O| May 20 15:42:21.365 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-05-20T15:42:22.820Z[ recovery-image] May 20 15:42:21.374 INFO O| May 20 15:42:21.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78692026-05-20T15:42:22.820Z[ recovery-image] May 20 15:42:21.374 INFO O| May 20 15:42:21.374 INFO STEP 993 (remove_files) COMPLETE
78702026-05-20T15:42:22.820Z[ recovery-image] May 20 15:42:21.375 INFO O| May 20 15:42:21.374 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-05-20T15:42:22.829Z[ recovery-image] May 20 15:42:21.383 INFO O| May 20 15:42:21.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78722026-05-20T15:42:22.829Z[ recovery-image] May 20 15:42:21.383 INFO O| May 20 15:42:21.383 INFO STEP 994 (remove_files) COMPLETE
78732026-05-20T15:42:22.832Z[ recovery-image] May 20 15:42:21.383 INFO O| May 20 15:42:21.383 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-05-20T15:42:22.838Z[ recovery-image] May 20 15:42:21.392 INFO O| May 20 15:42:21.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78752026-05-20T15:42:22.838Z[ recovery-image] May 20 15:42:21.392 INFO O| May 20 15:42:21.392 INFO STEP 995 (remove_files) COMPLETE
78762026-05-20T15:42:22.841Z[ recovery-image] May 20 15:42:21.392 INFO O| May 20 15:42:21.392 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-05-20T15:42:22.848Z[ recovery-image] May 20 15:42:21.401 INFO O| May 20 15:42:21.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78782026-05-20T15:42:22.848Z[ recovery-image] May 20 15:42:21.402 INFO O| May 20 15:42:21.401 INFO STEP 996 (remove_files) COMPLETE
78792026-05-20T15:42:22.850Z[ recovery-image] May 20 15:42:21.402 INFO O| May 20 15:42:21.402 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-05-20T15:42:22.857Z[ recovery-image] May 20 15:42:21.411 INFO O| May 20 15:42:21.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78812026-05-20T15:42:22.857Z[ recovery-image] May 20 15:42:21.411 INFO O| May 20 15:42:21.411 INFO STEP 997 (remove_files) COMPLETE
78822026-05-20T15:42:22.860Z[ recovery-image] May 20 15:42:21.411 INFO O| May 20 15:42:21.411 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-05-20T15:42:22.866Z[ recovery-image] May 20 15:42:21.420 INFO O| May 20 15:42:21.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78842026-05-20T15:42:22.866Z[ recovery-image] May 20 15:42:21.420 INFO O| May 20 15:42:21.420 INFO STEP 998 (remove_files) COMPLETE
78852026-05-20T15:42:22.866Z[ recovery-image] May 20 15:42:21.420 INFO O| May 20 15:42:21.420 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-05-20T15:42:22.875Z[ recovery-image] May 20 15:42:21.429 INFO O| May 20 15:42:21.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78872026-05-20T15:42:22.875Z[ recovery-image] May 20 15:42:21.429 INFO O| May 20 15:42:21.429 INFO STEP 999 (remove_files) COMPLETE
78882026-05-20T15:42:22.878Z[ recovery-image] May 20 15:42:21.429 INFO O| May 20 15:42:21.429 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-05-20T15:42:22.884Z[ recovery-image] May 20 15:42:21.438 INFO O| May 20 15:42:21.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78902026-05-20T15:42:22.884Z[ recovery-image] May 20 15:42:21.438 INFO O| May 20 15:42:21.438 INFO STEP 1000 (remove_files) COMPLETE
78912026-05-20T15:42:22.890Z[ recovery-image] May 20 15:42:21.438 INFO O| May 20 15:42:21.438 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-05-20T15:42:22.898Z[ recovery-image] May 20 15:42:21.447 INFO O| May 20 15:42:21.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78932026-05-20T15:42:22.898Z[ recovery-image] May 20 15:42:21.447 INFO O| May 20 15:42:21.447 INFO STEP 1001 (remove_files) COMPLETE
78942026-05-20T15:42:22.898Z[ recovery-image] May 20 15:42:21.447 INFO O| May 20 15:42:21.447 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-05-20T15:42:22.905Z[ recovery-image] May 20 15:42:21.456 INFO O| May 20 15:42:21.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78962026-05-20T15:42:22.905Z[ recovery-image] May 20 15:42:21.456 INFO O| May 20 15:42:21.456 INFO STEP 1002 (remove_files) COMPLETE
78972026-05-20T15:42:22.913Z[ recovery-image] May 20 15:42:21.456 INFO O| May 20 15:42:21.456 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-05-20T15:42:22.918Z[ recovery-image] May 20 15:42:21.465 INFO O| May 20 15:42:21.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78992026-05-20T15:42:22.919Z[ recovery-image] May 20 15:42:21.465 INFO O| May 20 15:42:21.465 INFO STEP 1003 (remove_files) COMPLETE
79002026-05-20T15:42:22.919Z[ recovery-image] May 20 15:42:21.465 INFO O| May 20 15:42:21.465 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-05-20T15:42:22.922Z[ recovery-image] May 20 15:42:21.474 INFO O| May 20 15:42:21.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79022026-05-20T15:42:22.922Z[ recovery-image] May 20 15:42:21.474 INFO O| May 20 15:42:21.474 INFO STEP 1004 (remove_files) COMPLETE
79032026-05-20T15:42:22.922Z[ recovery-image] May 20 15:42:21.474 INFO O| May 20 15:42:21.474 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-05-20T15:42:22.930Z[ recovery-image] May 20 15:42:21.484 INFO O| May 20 15:42:21.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79052026-05-20T15:42:22.930Z[ recovery-image] May 20 15:42:21.484 INFO O| May 20 15:42:21.484 INFO STEP 1005 (remove_files) COMPLETE
79062026-05-20T15:42:22.933Z[ recovery-image] May 20 15:42:21.484 INFO O| May 20 15:42:21.484 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-05-20T15:42:22.940Z[ recovery-image] May 20 15:42:21.494 INFO O| May 20 15:42:21.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79082026-05-20T15:42:22.940Z[ recovery-image] May 20 15:42:21.494 INFO O| May 20 15:42:21.494 INFO STEP 1006 (remove_files) COMPLETE
79092026-05-20T15:42:22.940Z[ recovery-image] May 20 15:42:21.494 INFO O| May 20 15:42:21.494 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-05-20T15:42:22.950Z[ recovery-image] May 20 15:42:21.504 INFO O| May 20 15:42:21.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79112026-05-20T15:42:22.950Z[ recovery-image] May 20 15:42:21.504 INFO O| May 20 15:42:21.504 INFO STEP 1007 (remove_files) COMPLETE
79122026-05-20T15:42:22.950Z[ recovery-image] May 20 15:42:21.504 INFO O| May 20 15:42:21.504 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-05-20T15:42:22.959Z[ recovery-image] May 20 15:42:21.513 INFO O| May 20 15:42:21.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79142026-05-20T15:42:22.959Z[ recovery-image] May 20 15:42:21.513 INFO O| May 20 15:42:21.513 INFO STEP 1008 (remove_files) COMPLETE
79152026-05-20T15:42:22.959Z[ recovery-image] May 20 15:42:21.513 INFO O| May 20 15:42:21.513 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-05-20T15:42:22.969Z[ recovery-image] May 20 15:42:21.523 INFO O| May 20 15:42:21.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79172026-05-20T15:42:22.969Z[ recovery-image] May 20 15:42:21.523 INFO O| May 20 15:42:21.523 INFO STEP 1009 (remove_files) COMPLETE
79182026-05-20T15:42:22.973Z[ recovery-image] May 20 15:42:21.523 INFO O| May 20 15:42:21.523 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-05-20T15:42:22.980Z[ recovery-image] May 20 15:42:21.534 INFO O| May 20 15:42:21.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79202026-05-20T15:42:22.980Z[ recovery-image] May 20 15:42:21.534 INFO O| May 20 15:42:21.534 INFO STEP 1010 (remove_files) COMPLETE
79212026-05-20T15:42:22.983Z[ recovery-image] May 20 15:42:21.534 INFO O| May 20 15:42:21.534 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-05-20T15:42:22.990Z[ recovery-image] May 20 15:42:21.544 INFO O| May 20 15:42:21.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79232026-05-20T15:42:22.990Z[ recovery-image] May 20 15:42:21.544 INFO O| May 20 15:42:21.544 INFO STEP 1011 (remove_files) COMPLETE
79242026-05-20T15:42:22.993Z[ recovery-image] May 20 15:42:21.544 INFO O| May 20 15:42:21.544 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-05-20T15:42:23.000Z[ recovery-image] May 20 15:42:21.554 INFO O| May 20 15:42:21.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79262026-05-20T15:42:23.001Z[ recovery-image] May 20 15:42:21.554 INFO O| May 20 15:42:21.554 INFO STEP 1012 (remove_files) COMPLETE
79272026-05-20T15:42:23.004Z[ recovery-image] May 20 15:42:21.554 INFO O| May 20 15:42:21.554 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-05-20T15:42:23.022Z[ recovery-image] May 20 15:42:21.564 INFO O| May 20 15:42:21.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79292026-05-20T15:42:23.022Z[ recovery-image] May 20 15:42:21.564 INFO O| May 20 15:42:21.564 INFO STEP 1013 (remove_files) COMPLETE
79302026-05-20T15:42:23.022Z[ recovery-image] May 20 15:42:21.564 INFO O| May 20 15:42:21.564 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-05-20T15:42:23.022Z[ recovery-image] May 20 15:42:21.572 INFO O| May 20 15:42:21.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79322026-05-20T15:42:23.022Z[ recovery-image] May 20 15:42:21.573 INFO O| May 20 15:42:21.573 INFO STEP 1014 (remove_files) COMPLETE
79332026-05-20T15:42:23.022Z[ recovery-image] May 20 15:42:21.573 INFO O| May 20 15:42:21.573 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-05-20T15:42:23.027Z[ recovery-image] May 20 15:42:21.581 INFO O| May 20 15:42:21.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79352026-05-20T15:42:23.027Z[ recovery-image] May 20 15:42:21.581 INFO O| May 20 15:42:21.581 INFO STEP 1015 (remove_files) COMPLETE
79362026-05-20T15:42:23.030Z[ recovery-image] May 20 15:42:21.581 INFO O| May 20 15:42:21.581 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-05-20T15:42:23.035Z[ recovery-image] May 20 15:42:21.589 INFO O| May 20 15:42:21.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79382026-05-20T15:42:23.035Z[ recovery-image] May 20 15:42:21.589 INFO O| May 20 15:42:21.589 INFO STEP 1016 (remove_files) COMPLETE
79392026-05-20T15:42:23.035Z[ recovery-image] May 20 15:42:21.589 INFO O| May 20 15:42:21.589 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-05-20T15:42:23.044Z[ recovery-image] May 20 15:42:21.598 INFO O| May 20 15:42:21.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79412026-05-20T15:42:23.044Z[ recovery-image] May 20 15:42:21.598 INFO O| May 20 15:42:21.598 INFO STEP 1017 (remove_files) COMPLETE
79422026-05-20T15:42:23.047Z[ recovery-image] May 20 15:42:21.598 INFO O| May 20 15:42:21.598 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-05-20T15:42:23.053Z[ recovery-image] May 20 15:42:21.607 INFO O| May 20 15:42:21.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79442026-05-20T15:42:23.053Z[ recovery-image] May 20 15:42:21.607 INFO O| May 20 15:42:21.607 INFO STEP 1018 (remove_files) COMPLETE
79452026-05-20T15:42:23.056Z[ recovery-image] May 20 15:42:21.607 INFO O| May 20 15:42:21.607 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-05-20T15:42:23.062Z[ recovery-image] May 20 15:42:21.616 INFO O| May 20 15:42:21.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79472026-05-20T15:42:23.062Z[ recovery-image] May 20 15:42:21.616 INFO O| May 20 15:42:21.616 INFO STEP 1019 (remove_files) COMPLETE
79482026-05-20T15:42:23.065Z[ recovery-image] May 20 15:42:21.616 INFO O| May 20 15:42:21.616 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-05-20T15:42:23.071Z[ recovery-image] May 20 15:42:21.625 INFO O| May 20 15:42:21.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79502026-05-20T15:42:23.071Z[ recovery-image] May 20 15:42:21.625 INFO O| May 20 15:42:21.625 INFO STEP 1020 (remove_files) COMPLETE
79512026-05-20T15:42:23.071Z[ recovery-image] May 20 15:42:21.625 INFO O| May 20 15:42:21.625 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-05-20T15:42:23.080Z[ recovery-image] May 20 15:42:21.634 INFO O| May 20 15:42:21.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79532026-05-20T15:42:23.080Z[ recovery-image] May 20 15:42:21.634 INFO O| May 20 15:42:21.634 INFO STEP 1021 (remove_files) COMPLETE
79542026-05-20T15:42:23.083Z[ recovery-image] May 20 15:42:21.634 INFO O| May 20 15:42:21.634 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-05-20T15:42:23.089Z[ recovery-image] May 20 15:42:21.642 INFO O| May 20 15:42:21.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79562026-05-20T15:42:23.089Z[ recovery-image] May 20 15:42:21.643 INFO O| May 20 15:42:21.642 INFO STEP 1022 (remove_files) COMPLETE
79572026-05-20T15:42:23.089Z[ recovery-image] May 20 15:42:21.643 INFO O| May 20 15:42:21.643 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-05-20T15:42:23.098Z[ recovery-image] May 20 15:42:21.652 INFO O| May 20 15:42:21.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79592026-05-20T15:42:23.098Z[ recovery-image] May 20 15:42:21.652 INFO O| May 20 15:42:21.652 INFO STEP 1023 (remove_files) COMPLETE
79602026-05-20T15:42:23.098Z[ recovery-image] May 20 15:42:21.652 INFO O| May 20 15:42:21.652 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-05-20T15:42:23.107Z[ recovery-image] May 20 15:42:21.660 INFO O| May 20 15:42:21.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79622026-05-20T15:42:23.107Z[ recovery-image] May 20 15:42:21.661 INFO O| May 20 15:42:21.661 INFO STEP 1024 (remove_files) COMPLETE
79632026-05-20T15:42:23.107Z[ recovery-image] May 20 15:42:21.661 INFO O| May 20 15:42:21.661 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-05-20T15:42:23.116Z[ recovery-image] May 20 15:42:21.670 INFO O| May 20 15:42:21.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79652026-05-20T15:42:23.116Z[ recovery-image] May 20 15:42:21.670 INFO O| May 20 15:42:21.670 INFO STEP 1025 (remove_files) COMPLETE
79662026-05-20T15:42:23.116Z[ recovery-image] May 20 15:42:21.670 INFO O| May 20 15:42:21.670 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-05-20T15:42:23.126Z[ recovery-image] May 20 15:42:21.680 INFO O| May 20 15:42:21.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79682026-05-20T15:42:23.126Z[ recovery-image] May 20 15:42:21.680 INFO O| May 20 15:42:21.680 INFO STEP 1026 (remove_files) COMPLETE
79692026-05-20T15:42:23.126Z[ recovery-image] May 20 15:42:21.680 INFO O| May 20 15:42:21.680 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-05-20T15:42:23.136Z[ recovery-image] May 20 15:42:21.690 INFO O| May 20 15:42:21.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79712026-05-20T15:42:23.136Z[ recovery-image] May 20 15:42:21.690 INFO O| May 20 15:42:21.690 INFO STEP 1027 (remove_files) COMPLETE
79722026-05-20T15:42:23.139Z[ recovery-image] May 20 15:42:21.690 INFO O| May 20 15:42:21.690 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-05-20T15:42:23.145Z[ recovery-image] May 20 15:42:21.699 INFO O| May 20 15:42:21.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79742026-05-20T15:42:23.145Z[ recovery-image] May 20 15:42:21.699 INFO O| May 20 15:42:21.699 INFO STEP 1028 (remove_files) COMPLETE
79752026-05-20T15:42:23.145Z[ recovery-image] May 20 15:42:21.699 INFO O| May 20 15:42:21.699 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-05-20T15:42:23.154Z[ recovery-image] May 20 15:42:21.708 INFO O| May 20 15:42:21.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79772026-05-20T15:42:23.154Z[ recovery-image] May 20 15:42:21.708 INFO O| May 20 15:42:21.708 INFO STEP 1029 (remove_files) COMPLETE
79782026-05-20T15:42:23.154Z[ recovery-image] May 20 15:42:21.708 INFO O| May 20 15:42:21.708 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-05-20T15:42:23.163Z[ recovery-image] May 20 15:42:21.717 INFO O| May 20 15:42:21.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79802026-05-20T15:42:23.163Z[ recovery-image] May 20 15:42:21.717 INFO O| May 20 15:42:21.717 INFO STEP 1030 (remove_files) COMPLETE
79812026-05-20T15:42:23.163Z[ recovery-image] May 20 15:42:21.717 INFO O| May 20 15:42:21.717 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-05-20T15:42:23.172Z[ recovery-image] May 20 15:42:21.726 INFO O| May 20 15:42:21.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79832026-05-20T15:42:23.172Z[ recovery-image] May 20 15:42:21.726 INFO O| May 20 15:42:21.726 INFO STEP 1031 (remove_files) COMPLETE
79842026-05-20T15:42:23.173Z[ recovery-image] May 20 15:42:21.726 INFO O| May 20 15:42:21.726 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-05-20T15:42:23.182Z[ recovery-image] May 20 15:42:21.736 INFO O| May 20 15:42:21.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79862026-05-20T15:42:23.182Z[ recovery-image] May 20 15:42:21.736 INFO O| May 20 15:42:21.736 INFO STEP 1032 (remove_files) COMPLETE
79872026-05-20T15:42:23.182Z[ recovery-image] May 20 15:42:21.736 INFO O| May 20 15:42:21.736 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-05-20T15:42:23.191Z[ recovery-image] May 20 15:42:21.745 INFO O| May 20 15:42:21.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79892026-05-20T15:42:23.191Z[ recovery-image] May 20 15:42:21.745 INFO O| May 20 15:42:21.745 INFO STEP 1033 (remove_files) COMPLETE
79902026-05-20T15:42:23.194Z[ recovery-image] May 20 15:42:21.745 INFO O| May 20 15:42:21.745 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-05-20T15:42:23.200Z[ recovery-image] May 20 15:42:21.754 INFO O| May 20 15:42:21.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79922026-05-20T15:42:23.200Z[ recovery-image] May 20 15:42:21.754 INFO O| May 20 15:42:21.754 INFO STEP 1034 (remove_files) COMPLETE
79932026-05-20T15:42:23.203Z[ recovery-image] May 20 15:42:21.754 INFO O| May 20 15:42:21.754 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-05-20T15:42:23.208Z[ recovery-image] May 20 15:42:21.762 INFO O| May 20 15:42:21.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79952026-05-20T15:42:23.208Z[ recovery-image] May 20 15:42:21.762 INFO O| May 20 15:42:21.762 INFO STEP 1035 (remove_files) COMPLETE
79962026-05-20T15:42:23.211Z[ recovery-image] May 20 15:42:21.762 INFO O| May 20 15:42:21.762 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-05-20T15:42:23.216Z[ recovery-image] May 20 15:42:21.770 INFO O| May 20 15:42:21.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79982026-05-20T15:42:23.216Z[ recovery-image] May 20 15:42:21.770 INFO O| May 20 15:42:21.770 INFO STEP 1036 (remove_files) COMPLETE
79992026-05-20T15:42:23.219Z[ recovery-image] May 20 15:42:21.770 INFO O| May 20 15:42:21.770 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-05-20T15:42:23.224Z[ recovery-image] May 20 15:42:21.778 INFO O| May 20 15:42:21.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80012026-05-20T15:42:23.224Z[ recovery-image] May 20 15:42:21.778 INFO O| May 20 15:42:21.778 INFO STEP 1037 (remove_files) COMPLETE
80022026-05-20T15:42:23.227Z[ recovery-image] May 20 15:42:21.778 INFO O| May 20 15:42:21.778 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-05-20T15:42:23.232Z[ recovery-image] May 20 15:42:21.786 INFO O| May 20 15:42:21.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80042026-05-20T15:42:23.232Z[ recovery-image] May 20 15:42:21.786 INFO O| May 20 15:42:21.786 INFO STEP 1038 (remove_files) COMPLETE
80052026-05-20T15:42:23.235Z[ recovery-image] May 20 15:42:21.786 INFO O| May 20 15:42:21.786 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-05-20T15:42:23.240Z[ recovery-image] May 20 15:42:21.795 INFO O| May 20 15:42:21.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80072026-05-20T15:42:23.241Z[ recovery-image] May 20 15:42:21.795 INFO O| May 20 15:42:21.795 INFO STEP 1039 (remove_files) COMPLETE
80082026-05-20T15:42:23.243Z[ recovery-image] May 20 15:42:21.795 INFO O| May 20 15:42:21.795 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-05-20T15:42:23.249Z[ recovery-image] May 20 15:42:21.803 INFO O| May 20 15:42:21.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80102026-05-20T15:42:23.250Z[ recovery-image] May 20 15:42:21.803 INFO O| May 20 15:42:21.803 INFO STEP 1040 (remove_files) COMPLETE
80112026-05-20T15:42:23.253Z[ recovery-image] May 20 15:42:21.803 INFO O| May 20 15:42:21.803 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-05-20T15:42:23.258Z[ recovery-image] May 20 15:42:21.812 INFO O| May 20 15:42:21.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80132026-05-20T15:42:23.258Z[ recovery-image] May 20 15:42:21.812 INFO O| May 20 15:42:21.812 INFO STEP 1041 (remove_files) COMPLETE
80142026-05-20T15:42:23.261Z[ recovery-image] May 20 15:42:21.812 INFO O| May 20 15:42:21.812 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-05-20T15:42:23.267Z[ recovery-image] May 20 15:42:21.821 INFO O| May 20 15:42:21.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80162026-05-20T15:42:23.267Z[ recovery-image] May 20 15:42:21.821 INFO O| May 20 15:42:21.821 INFO STEP 1042 (remove_files) COMPLETE
80172026-05-20T15:42:23.270Z[ recovery-image] May 20 15:42:21.821 INFO O| May 20 15:42:21.821 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-05-20T15:42:23.277Z[ recovery-image] May 20 15:42:21.831 INFO O| May 20 15:42:21.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80192026-05-20T15:42:23.277Z[ recovery-image] May 20 15:42:21.831 INFO O| May 20 15:42:21.831 INFO STEP 1043 (remove_files) COMPLETE
80202026-05-20T15:42:23.280Z[ recovery-image] May 20 15:42:21.831 INFO O| May 20 15:42:21.831 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-05-20T15:42:23.287Z[ recovery-image] May 20 15:42:21.841 INFO O| May 20 15:42:21.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80222026-05-20T15:42:23.287Z[ recovery-image] May 20 15:42:21.841 INFO O| May 20 15:42:21.841 INFO STEP 1044 (remove_files) COMPLETE
80232026-05-20T15:42:23.290Z[ recovery-image] May 20 15:42:21.841 INFO O| May 20 15:42:21.841 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-05-20T15:42:23.296Z[ recovery-image] May 20 15:42:21.850 INFO O| May 20 15:42:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80252026-05-20T15:42:23.296Z[ recovery-image] May 20 15:42:21.850 INFO O| May 20 15:42:21.850 INFO STEP 1045 (remove_files) COMPLETE
80262026-05-20T15:42:23.296Z[ recovery-image] May 20 15:42:21.850 INFO O| May 20 15:42:21.850 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-05-20T15:42:23.306Z[ recovery-image] May 20 15:42:21.860 INFO O| May 20 15:42:21.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80282026-05-20T15:42:23.306Z[ recovery-image] May 20 15:42:21.860 INFO O| May 20 15:42:21.860 INFO STEP 1046 (remove_files) COMPLETE
80292026-05-20T15:42:23.309Z[ recovery-image] May 20 15:42:21.860 INFO O| May 20 15:42:21.860 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-05-20T15:42:23.316Z[ recovery-image] May 20 15:42:21.870 INFO O| May 20 15:42:21.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80312026-05-20T15:42:23.316Z[ recovery-image] May 20 15:42:21.870 INFO O| May 20 15:42:21.870 INFO STEP 1047 (remove_files) COMPLETE
80322026-05-20T15:42:23.319Z[ recovery-image] May 20 15:42:21.870 INFO O| May 20 15:42:21.870 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-05-20T15:42:23.325Z[ recovery-image] May 20 15:42:21.879 INFO O| May 20 15:42:21.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80342026-05-20T15:42:23.325Z[ recovery-image] May 20 15:42:21.879 INFO O| May 20 15:42:21.879 INFO STEP 1048 (remove_files) COMPLETE
80352026-05-20T15:42:23.329Z[ recovery-image] May 20 15:42:21.879 INFO O| May 20 15:42:21.879 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.889 INFO O| May 20 15:42:21.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80372026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.889 INFO O| May 20 15:42:21.889 INFO STEP 1049 (remove_files) COMPLETE
80382026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.889 INFO O| May 20 15:42:21.889 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.899 INFO O| May 20 15:42:21.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80402026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.899 INFO O| May 20 15:42:21.899 INFO STEP 1050 (remove_files) COMPLETE
80412026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.899 INFO O| May 20 15:42:21.899 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.909 INFO O| May 20 15:42:21.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80432026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.909 INFO O| May 20 15:42:21.909 INFO STEP 1051 (remove_files) COMPLETE
80442026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.909 INFO O| May 20 15:42:21.909 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.919 INFO O| May 20 15:42:21.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80462026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.919 INFO O| May 20 15:42:21.919 INFO STEP 1052 (remove_files) COMPLETE
80472026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.919 INFO O| May 20 15:42:21.919 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.929 INFO O| May 20 15:42:21.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80492026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.929 INFO O| May 20 15:42:21.929 INFO STEP 1053 (remove_files) COMPLETE
80502026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.929 INFO O| May 20 15:42:21.929 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.939 INFO O| May 20 15:42:21.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80522026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.939 INFO O| May 20 15:42:21.939 INFO STEP 1054 (remove_files) COMPLETE
80532026-05-20T15:42:23.409Z[ recovery-image] May 20 15:42:21.939 INFO O| May 20 15:42:21.939 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-05-20T15:42:23.410Z[ recovery-image] May 20 15:42:21.949 INFO O| May 20 15:42:21.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80552026-05-20T15:42:23.410Z[ recovery-image] May 20 15:42:21.949 INFO O| May 20 15:42:21.949 INFO STEP 1055 (remove_files) COMPLETE
80562026-05-20T15:42:23.410Z[ recovery-image] May 20 15:42:21.949 INFO O| May 20 15:42:21.949 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-05-20T15:42:23.410Z[ recovery-image] May 20 15:42:21.959 INFO O| May 20 15:42:21.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80582026-05-20T15:42:23.410Z[ recovery-image] May 20 15:42:21.959 INFO O| May 20 15:42:21.959 INFO STEP 1056 (remove_files) COMPLETE
80592026-05-20T15:42:23.410Z[ recovery-image] May 20 15:42:21.959 INFO O| May 20 15:42:21.959 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-05-20T15:42:23.414Z[ recovery-image] May 20 15:42:21.968 INFO O| May 20 15:42:21.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80612026-05-20T15:42:23.415Z[ recovery-image] May 20 15:42:21.968 INFO O| May 20 15:42:21.968 INFO STEP 1057 (remove_files) COMPLETE
80622026-05-20T15:42:23.415Z[ recovery-image] May 20 15:42:21.968 INFO O| May 20 15:42:21.968 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-05-20T15:42:23.424Z[ recovery-image] May 20 15:42:21.977 INFO O| May 20 15:42:21.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80642026-05-20T15:42:23.424Z[ recovery-image] May 20 15:42:21.977 INFO O| May 20 15:42:21.977 INFO STEP 1058 (remove_files) COMPLETE
80652026-05-20T15:42:23.428Z[ recovery-image] May 20 15:42:21.977 INFO O| May 20 15:42:21.977 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-05-20T15:42:23.432Z[ recovery-image] May 20 15:42:21.986 INFO O| May 20 15:42:21.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80672026-05-20T15:42:23.433Z[ recovery-image] May 20 15:42:21.986 INFO O| May 20 15:42:21.986 INFO STEP 1059 (remove_files) COMPLETE
80682026-05-20T15:42:23.436Z[ recovery-image] May 20 15:42:21.986 INFO O| May 20 15:42:21.986 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-05-20T15:42:23.441Z[ recovery-image] May 20 15:42:21.995 INFO O| May 20 15:42:21.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80702026-05-20T15:42:23.441Z[ recovery-image] May 20 15:42:21.995 INFO O| May 20 15:42:21.995 INFO STEP 1060 (remove_files) COMPLETE
80712026-05-20T15:42:23.445Z[ recovery-image] May 20 15:42:21.995 INFO O| May 20 15:42:21.995 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-05-20T15:42:23.451Z[ recovery-image] May 20 15:42:22.005 INFO O| May 20 15:42:22.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80732026-05-20T15:42:23.451Z[ recovery-image] May 20 15:42:22.005 INFO O| May 20 15:42:22.005 INFO STEP 1061 (remove_files) COMPLETE
80742026-05-20T15:42:23.451Z[ recovery-image] May 20 15:42:22.005 INFO O| May 20 15:42:22.005 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-05-20T15:42:23.460Z[ recovery-image] May 20 15:42:22.014 INFO O| May 20 15:42:22.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80762026-05-20T15:42:23.460Z[ recovery-image] May 20 15:42:22.014 INFO O| May 20 15:42:22.014 INFO STEP 1062 (remove_files) COMPLETE
80772026-05-20T15:42:23.460Z[ recovery-image] May 20 15:42:22.014 INFO O| May 20 15:42:22.014 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-05-20T15:42:23.469Z[ recovery-image] May 20 15:42:22.023 INFO O| May 20 15:42:22.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80792026-05-20T15:42:23.469Z[ recovery-image] May 20 15:42:22.023 INFO O| May 20 15:42:22.023 INFO STEP 1063 (remove_files) COMPLETE
80802026-05-20T15:42:23.469Z[ recovery-image] May 20 15:42:22.023 INFO O| May 20 15:42:22.023 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-05-20T15:42:23.478Z[ recovery-image] May 20 15:42:22.032 INFO O| May 20 15:42:22.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80822026-05-20T15:42:23.478Z[ recovery-image] May 20 15:42:22.032 INFO O| May 20 15:42:22.032 INFO STEP 1064 (remove_files) COMPLETE
80832026-05-20T15:42:23.482Z[ recovery-image] May 20 15:42:22.032 INFO O| May 20 15:42:22.032 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-05-20T15:42:23.486Z[ recovery-image] May 20 15:42:22.040 INFO O| May 20 15:42:22.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80852026-05-20T15:42:23.486Z[ recovery-image] May 20 15:42:22.040 INFO O| May 20 15:42:22.040 INFO STEP 1065 (remove_files) COMPLETE
80862026-05-20T15:42:23.490Z[ recovery-image] May 20 15:42:22.040 INFO O| May 20 15:42:22.040 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-05-20T15:42:23.495Z[ recovery-image] May 20 15:42:22.049 INFO O| May 20 15:42:22.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80882026-05-20T15:42:23.495Z[ recovery-image] May 20 15:42:22.049 INFO O| May 20 15:42:22.049 INFO STEP 1066 (remove_files) COMPLETE
80892026-05-20T15:42:23.495Z[ recovery-image] May 20 15:42:22.049 INFO O| May 20 15:42:22.049 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-05-20T15:42:23.504Z[ recovery-image] May 20 15:42:22.058 INFO O| May 20 15:42:22.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80912026-05-20T15:42:23.504Z[ recovery-image] May 20 15:42:22.058 INFO O| May 20 15:42:22.058 INFO STEP 1067 (remove_files) COMPLETE
80922026-05-20T15:42:23.504Z[ recovery-image] May 20 15:42:22.058 INFO O| May 20 15:42:22.058 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-05-20T15:42:23.516Z[ recovery-image] May 20 15:42:22.070 INFO O| May 20 15:42:22.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80942026-05-20T15:42:23.516Z[ recovery-image] May 20 15:42:22.070 INFO O| May 20 15:42:22.070 INFO STEP 1068 (remove_files) COMPLETE
80952026-05-20T15:42:23.519Z[ recovery-image] May 20 15:42:22.070 INFO O| May 20 15:42:22.070 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-05-20T15:42:23.546Z[ recovery-image] May 20 15:42:22.100 INFO O| May 20 15:42:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80972026-05-20T15:42:23.546Z[ recovery-image] May 20 15:42:22.100 INFO O| May 20 15:42:22.100 INFO STEP 1069 (remove_files) COMPLETE
80982026-05-20T15:42:23.546Z[ recovery-image] May 20 15:42:22.100 INFO O| May 20 15:42:22.100 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-05-20T15:42:23.555Z[ recovery-image] May 20 15:42:22.109 INFO O| May 20 15:42:22.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81002026-05-20T15:42:23.556Z[ recovery-image] May 20 15:42:22.110 INFO O| May 20 15:42:22.110 INFO STEP 1070 (remove_files) COMPLETE
81012026-05-20T15:42:23.556Z[ recovery-image] May 20 15:42:22.110 INFO O| May 20 15:42:22.110 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-05-20T15:42:23.564Z[ recovery-image] May 20 15:42:22.118 INFO O| May 20 15:42:22.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81032026-05-20T15:42:23.564Z[ recovery-image] May 20 15:42:22.118 INFO O| May 20 15:42:22.118 INFO STEP 1071 (remove_files) COMPLETE
81042026-05-20T15:42:23.564Z[ recovery-image] May 20 15:42:22.118 INFO O| May 20 15:42:22.118 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-05-20T15:42:23.572Z[ recovery-image] May 20 15:42:22.126 INFO O| May 20 15:42:22.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81062026-05-20T15:42:23.572Z[ recovery-image] May 20 15:42:22.126 INFO O| May 20 15:42:22.126 INFO STEP 1072 (remove_files) COMPLETE
81072026-05-20T15:42:23.575Z[ recovery-image] May 20 15:42:22.126 INFO O| May 20 15:42:22.126 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-05-20T15:42:23.580Z[ recovery-image] May 20 15:42:22.134 INFO O| May 20 15:42:22.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81092026-05-20T15:42:23.580Z[ recovery-image] May 20 15:42:22.134 INFO O| May 20 15:42:22.134 INFO STEP 1073 (remove_files) COMPLETE
81102026-05-20T15:42:23.583Z[ recovery-image] May 20 15:42:22.134 INFO O| May 20 15:42:22.134 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-05-20T15:42:23.587Z[ recovery-image] May 20 15:42:22.141 INFO O| May 20 15:42:22.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81122026-05-20T15:42:23.587Z[ recovery-image] May 20 15:42:22.141 INFO O| May 20 15:42:22.141 INFO STEP 1074 (remove_files) COMPLETE
81132026-05-20T15:42:23.590Z[ recovery-image] May 20 15:42:22.141 INFO O| May 20 15:42:22.141 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-05-20T15:42:23.595Z[ recovery-image] May 20 15:42:22.149 INFO O| May 20 15:42:22.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81152026-05-20T15:42:23.595Z[ recovery-image] May 20 15:42:22.149 INFO O| May 20 15:42:22.149 INFO STEP 1075 (remove_files) COMPLETE
81162026-05-20T15:42:23.598Z[ recovery-image] May 20 15:42:22.149 INFO O| May 20 15:42:22.149 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-05-20T15:42:23.603Z[ recovery-image] May 20 15:42:22.157 INFO O| May 20 15:42:22.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81182026-05-20T15:42:23.603Z[ recovery-image] May 20 15:42:22.157 INFO O| May 20 15:42:22.157 INFO STEP 1076 (remove_files) COMPLETE
81192026-05-20T15:42:23.606Z[ recovery-image] May 20 15:42:22.157 INFO O| May 20 15:42:22.157 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-05-20T15:42:23.610Z[ recovery-image] May 20 15:42:22.164 INFO O| May 20 15:42:22.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81212026-05-20T15:42:23.610Z[ recovery-image] May 20 15:42:22.164 INFO O| May 20 15:42:22.164 INFO STEP 1077 (remove_files) COMPLETE
81222026-05-20T15:42:23.613Z[ recovery-image] May 20 15:42:22.164 INFO O| May 20 15:42:22.164 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-05-20T15:42:23.618Z[ recovery-image] May 20 15:42:22.172 INFO O| May 20 15:42:22.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81242026-05-20T15:42:23.618Z[ recovery-image] May 20 15:42:22.172 INFO O| May 20 15:42:22.172 INFO STEP 1078 (remove_files) COMPLETE
81252026-05-20T15:42:23.618Z[ recovery-image] May 20 15:42:22.172 INFO O| May 20 15:42:22.172 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-05-20T15:42:23.625Z[ recovery-image] May 20 15:42:22.179 INFO O| May 20 15:42:22.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81272026-05-20T15:42:23.625Z[ recovery-image] May 20 15:42:22.179 INFO O| May 20 15:42:22.179 INFO STEP 1079 (remove_files) COMPLETE
81282026-05-20T15:42:23.625Z[ recovery-image] May 20 15:42:22.179 INFO O| May 20 15:42:22.179 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-05-20T15:42:23.633Z[ recovery-image] May 20 15:42:22.187 INFO O| May 20 15:42:22.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81302026-05-20T15:42:23.633Z[ recovery-image] May 20 15:42:22.187 INFO O| May 20 15:42:22.187 INFO STEP 1080 (remove_files) COMPLETE
81312026-05-20T15:42:23.634Z[ recovery-image] May 20 15:42:22.187 INFO O| May 20 15:42:22.187 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-05-20T15:42:23.641Z[ recovery-image] May 20 15:42:22.195 INFO O| May 20 15:42:22.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81332026-05-20T15:42:23.641Z[ recovery-image] May 20 15:42:22.195 INFO O| May 20 15:42:22.195 INFO STEP 1081 (remove_files) COMPLETE
81342026-05-20T15:42:23.644Z[ recovery-image] May 20 15:42:22.195 INFO O| May 20 15:42:22.195 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-05-20T15:42:23.650Z[ recovery-image] May 20 15:42:22.203 INFO O| May 20 15:42:22.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81362026-05-20T15:42:23.650Z[ recovery-image] May 20 15:42:22.204 INFO O| May 20 15:42:22.204 INFO STEP 1082 (remove_files) COMPLETE
81372026-05-20T15:42:23.653Z[ recovery-image] May 20 15:42:22.204 INFO O| May 20 15:42:22.204 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-05-20T15:42:23.657Z[ recovery-image] May 20 15:42:22.211 INFO O| May 20 15:42:22.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81392026-05-20T15:42:23.657Z[ recovery-image] May 20 15:42:22.211 INFO O| May 20 15:42:22.211 INFO STEP 1083 (remove_files) COMPLETE
81402026-05-20T15:42:23.660Z[ recovery-image] May 20 15:42:22.211 INFO O| May 20 15:42:22.211 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-05-20T15:42:23.665Z[ recovery-image] May 20 15:42:22.219 INFO O| May 20 15:42:22.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81422026-05-20T15:42:23.665Z[ recovery-image] May 20 15:42:22.219 INFO O| May 20 15:42:22.219 INFO STEP 1084 (remove_files) COMPLETE
81432026-05-20T15:42:23.665Z[ recovery-image] May 20 15:42:22.219 INFO O| May 20 15:42:22.219 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-05-20T15:42:23.673Z[ recovery-image] May 20 15:42:22.227 INFO O| May 20 15:42:22.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81452026-05-20T15:42:23.673Z[ recovery-image] May 20 15:42:22.227 INFO O| May 20 15:42:22.227 INFO STEP 1085 (remove_files) COMPLETE
81462026-05-20T15:42:23.676Z[ recovery-image] May 20 15:42:22.227 INFO O| May 20 15:42:22.227 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-05-20T15:42:23.681Z[ recovery-image] May 20 15:42:22.235 INFO O| May 20 15:42:22.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81482026-05-20T15:42:23.681Z[ recovery-image] May 20 15:42:22.235 INFO O| May 20 15:42:22.235 INFO STEP 1086 (remove_files) COMPLETE
81492026-05-20T15:42:23.681Z[ recovery-image] May 20 15:42:22.235 INFO O| May 20 15:42:22.235 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-05-20T15:42:23.693Z[ recovery-image] May 20 15:42:22.246 INFO O| May 20 15:42:22.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81512026-05-20T15:42:23.693Z[ recovery-image] May 20 15:42:22.246 INFO O| May 20 15:42:22.246 INFO STEP 1087 (remove_files) COMPLETE
81522026-05-20T15:42:23.693Z[ recovery-image] May 20 15:42:22.246 INFO O| May 20 15:42:22.246 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-05-20T15:42:23.703Z[ recovery-image] May 20 15:42:22.257 INFO O| May 20 15:42:22.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81542026-05-20T15:42:23.703Z[ recovery-image] May 20 15:42:22.257 INFO O| May 20 15:42:22.257 INFO STEP 1088 (remove_files) COMPLETE
81552026-05-20T15:42:23.706Z[ recovery-image] May 20 15:42:22.257 INFO O| May 20 15:42:22.257 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-05-20T15:42:23.713Z[ recovery-image] May 20 15:42:22.267 INFO O| May 20 15:42:22.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81572026-05-20T15:42:23.713Z[ recovery-image] May 20 15:42:22.267 INFO O| May 20 15:42:22.267 INFO STEP 1089 (remove_files) COMPLETE
81582026-05-20T15:42:23.716Z[ recovery-image] May 20 15:42:22.267 INFO O| May 20 15:42:22.267 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-05-20T15:42:23.722Z[ recovery-image] May 20 15:42:22.276 INFO O| May 20 15:42:22.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81602026-05-20T15:42:23.722Z[ recovery-image] May 20 15:42:22.276 INFO O| May 20 15:42:22.276 INFO STEP 1090 (remove_files) COMPLETE
81612026-05-20T15:42:23.722Z[ recovery-image] May 20 15:42:22.276 INFO O| May 20 15:42:22.276 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-05-20T15:42:23.731Z[ recovery-image] May 20 15:42:22.285 INFO O| May 20 15:42:22.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81632026-05-20T15:42:23.731Z[ recovery-image] May 20 15:42:22.285 INFO O| May 20 15:42:22.285 INFO STEP 1091 (remove_files) COMPLETE
81642026-05-20T15:42:23.734Z[ recovery-image] May 20 15:42:22.285 INFO O| May 20 15:42:22.285 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-05-20T15:42:23.740Z[ recovery-image] May 20 15:42:22.294 INFO O| May 20 15:42:22.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81662026-05-20T15:42:23.740Z[ recovery-image] May 20 15:42:22.294 INFO O| May 20 15:42:22.294 INFO STEP 1092 (remove_files) COMPLETE
81672026-05-20T15:42:23.743Z[ recovery-image] May 20 15:42:22.294 INFO O| May 20 15:42:22.294 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-05-20T15:42:23.749Z[ recovery-image] May 20 15:42:22.303 INFO O| May 20 15:42:22.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81692026-05-20T15:42:23.749Z[ recovery-image] May 20 15:42:22.303 INFO O| May 20 15:42:22.303 INFO STEP 1093 (remove_files) COMPLETE
81702026-05-20T15:42:23.752Z[ recovery-image] May 20 15:42:22.303 INFO O| May 20 15:42:22.303 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-05-20T15:42:23.758Z[ recovery-image] May 20 15:42:22.312 INFO O| May 20 15:42:22.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81722026-05-20T15:42:23.758Z[ recovery-image] May 20 15:42:22.312 INFO O| May 20 15:42:22.312 INFO STEP 1094 (remove_files) COMPLETE
81732026-05-20T15:42:23.761Z[ recovery-image] May 20 15:42:22.312 INFO O| May 20 15:42:22.312 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-05-20T15:42:23.766Z[ recovery-image] May 20 15:42:22.320 INFO O| May 20 15:42:22.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81752026-05-20T15:42:23.770Z[ recovery-image] May 20 15:42:22.320 INFO O| May 20 15:42:22.320 INFO STEP 1095 (remove_files) COMPLETE
81762026-05-20T15:42:23.770Z[ recovery-image] May 20 15:42:22.320 INFO O| May 20 15:42:22.320 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-05-20T15:42:23.774Z[ recovery-image] May 20 15:42:22.328 INFO O| May 20 15:42:22.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81782026-05-20T15:42:23.774Z[ recovery-image] May 20 15:42:22.328 INFO O| May 20 15:42:22.328 INFO STEP 1096 (remove_files) COMPLETE
81792026-05-20T15:42:23.775Z[ recovery-image] May 20 15:42:22.328 INFO O| May 20 15:42:22.328 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-05-20T15:42:23.782Z[ recovery-image] May 20 15:42:22.336 INFO O| May 20 15:42:22.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81812026-05-20T15:42:23.782Z[ recovery-image] May 20 15:42:22.336 INFO O| May 20 15:42:22.336 INFO STEP 1097 (remove_files) COMPLETE
81822026-05-20T15:42:23.782Z[ recovery-image] May 20 15:42:22.336 INFO O| May 20 15:42:22.336 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-05-20T15:42:23.790Z[ recovery-image] May 20 15:42:22.344 INFO O| May 20 15:42:22.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81842026-05-20T15:42:23.790Z[ recovery-image] May 20 15:42:22.344 INFO O| May 20 15:42:22.344 INFO STEP 1098 (remove_files) COMPLETE
81852026-05-20T15:42:23.790Z[ recovery-image] May 20 15:42:22.344 INFO O| May 20 15:42:22.344 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-05-20T15:42:23.797Z[ recovery-image] May 20 15:42:22.351 INFO O| May 20 15:42:22.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81872026-05-20T15:42:23.797Z[ recovery-image] May 20 15:42:22.351 INFO O| May 20 15:42:22.351 INFO STEP 1099 (remove_files) COMPLETE
81882026-05-20T15:42:23.797Z[ recovery-image] May 20 15:42:22.351 INFO O| May 20 15:42:22.351 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-05-20T15:42:23.805Z[ recovery-image] May 20 15:42:22.359 INFO O| May 20 15:42:22.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81902026-05-20T15:42:23.805Z[ recovery-image] May 20 15:42:22.359 INFO O| May 20 15:42:22.359 INFO STEP 1100 (remove_files) COMPLETE
81912026-05-20T15:42:23.805Z[ recovery-image] May 20 15:42:22.359 INFO O| May 20 15:42:22.359 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-05-20T15:42:23.812Z[ recovery-image] May 20 15:42:22.366 INFO O| May 20 15:42:22.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81932026-05-20T15:42:23.812Z[ recovery-image] May 20 15:42:22.366 INFO O| May 20 15:42:22.366 INFO STEP 1101 (remove_files) COMPLETE
81942026-05-20T15:42:23.815Z[ recovery-image] May 20 15:42:22.366 INFO O| May 20 15:42:22.366 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-05-20T15:42:23.821Z[ recovery-image] May 20 15:42:22.375 INFO O| May 20 15:42:22.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81962026-05-20T15:42:23.821Z[ recovery-image] May 20 15:42:22.375 INFO O| May 20 15:42:22.375 INFO STEP 1102 (remove_files) COMPLETE
81972026-05-20T15:42:23.824Z[ recovery-image] May 20 15:42:22.375 INFO O| May 20 15:42:22.375 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-05-20T15:42:23.833Z[ recovery-image] May 20 15:42:22.387 INFO O| May 20 15:42:22.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81992026-05-20T15:42:23.833Z[ recovery-image] May 20 15:42:22.387 INFO O| May 20 15:42:22.387 INFO STEP 1103 (remove_files) COMPLETE
82002026-05-20T15:42:23.836Z[ recovery-image] May 20 15:42:22.387 INFO O| May 20 15:42:22.387 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-05-20T15:42:23.844Z[ recovery-image] May 20 15:42:22.398 INFO O| May 20 15:42:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82022026-05-20T15:42:23.844Z[ recovery-image] May 20 15:42:22.398 INFO O| May 20 15:42:22.398 INFO STEP 1104 (remove_files) COMPLETE
82032026-05-20T15:42:23.844Z[ recovery-image] May 20 15:42:22.398 INFO O| May 20 15:42:22.398 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-05-20T15:42:23.854Z[ recovery-image] May 20 15:42:22.408 INFO O| May 20 15:42:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82052026-05-20T15:42:23.854Z[ recovery-image] May 20 15:42:22.408 INFO O| May 20 15:42:22.408 INFO STEP 1105 (remove_files) COMPLETE
82062026-05-20T15:42:23.854Z[ recovery-image] May 20 15:42:22.408 INFO O| May 20 15:42:22.408 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-05-20T15:42:23.863Z[ recovery-image] May 20 15:42:22.416 INFO O| May 20 15:42:22.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82082026-05-20T15:42:23.866Z[ recovery-image] May 20 15:42:22.417 INFO O| May 20 15:42:22.416 INFO STEP 1106 (remove_files) COMPLETE
82092026-05-20T15:42:23.866Z[ recovery-image] May 20 15:42:22.417 INFO O| May 20 15:42:22.416 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-05-20T15:42:23.871Z[ recovery-image] May 20 15:42:22.425 INFO O| May 20 15:42:22.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82112026-05-20T15:42:23.871Z[ recovery-image] May 20 15:42:22.425 INFO O| May 20 15:42:22.425 INFO STEP 1107 (remove_files) COMPLETE
82122026-05-20T15:42:23.871Z[ recovery-image] May 20 15:42:22.425 INFO O| May 20 15:42:22.425 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-05-20T15:42:23.880Z[ recovery-image] May 20 15:42:22.434 INFO O| May 20 15:42:22.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82142026-05-20T15:42:23.880Z[ recovery-image] May 20 15:42:22.434 INFO O| May 20 15:42:22.434 INFO STEP 1108 (remove_files) COMPLETE
82152026-05-20T15:42:23.880Z[ recovery-image] May 20 15:42:22.434 INFO O| May 20 15:42:22.434 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-05-20T15:42:23.888Z[ recovery-image] May 20 15:42:22.442 INFO O| May 20 15:42:22.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82172026-05-20T15:42:23.888Z[ recovery-image] May 20 15:42:22.442 INFO O| May 20 15:42:22.442 INFO STEP 1109 (remove_files) COMPLETE
82182026-05-20T15:42:23.888Z[ recovery-image] May 20 15:42:22.442 INFO O| May 20 15:42:22.442 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-05-20T15:42:23.896Z[ recovery-image] May 20 15:42:22.450 INFO O| May 20 15:42:22.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82202026-05-20T15:42:23.896Z[ recovery-image] May 20 15:42:22.450 INFO O| May 20 15:42:22.450 INFO STEP 1110 (remove_files) COMPLETE
82212026-05-20T15:42:23.896Z[ recovery-image] May 20 15:42:22.450 INFO O| May 20 15:42:22.450 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-05-20T15:42:23.905Z[ recovery-image] May 20 15:42:22.459 INFO O| May 20 15:42:22.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82232026-05-20T15:42:23.905Z[ recovery-image] May 20 15:42:22.459 INFO O| May 20 15:42:22.459 INFO STEP 1111 (remove_files) COMPLETE
82242026-05-20T15:42:23.905Z[ recovery-image] May 20 15:42:22.459 INFO O| May 20 15:42:22.459 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-05-20T15:42:23.914Z[ recovery-image] May 20 15:42:22.468 INFO O| May 20 15:42:22.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82262026-05-20T15:42:23.914Z[ recovery-image] May 20 15:42:22.468 INFO O| May 20 15:42:22.468 INFO STEP 1112 (remove_files) COMPLETE
82272026-05-20T15:42:23.914Z[ recovery-image] May 20 15:42:22.468 INFO O| May 20 15:42:22.468 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-05-20T15:42:23.923Z[ recovery-image] May 20 15:42:22.477 INFO O| May 20 15:42:22.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82292026-05-20T15:42:23.923Z[ recovery-image] May 20 15:42:22.477 INFO O| May 20 15:42:22.477 INFO STEP 1113 (remove_files) COMPLETE
82302026-05-20T15:42:23.923Z[ recovery-image] May 20 15:42:22.477 INFO O| May 20 15:42:22.477 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-05-20T15:42:23.937Z[ recovery-image] May 20 15:42:22.486 INFO O| May 20 15:42:22.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82322026-05-20T15:42:23.937Z[ recovery-image] May 20 15:42:22.486 INFO O| May 20 15:42:22.486 INFO STEP 1114 (remove_files) COMPLETE
82332026-05-20T15:42:23.937Z[ recovery-image] May 20 15:42:22.486 INFO O| May 20 15:42:22.486 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-05-20T15:42:23.943Z[ recovery-image] May 20 15:42:22.496 INFO O| May 20 15:42:22.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82352026-05-20T15:42:23.943Z[ recovery-image] May 20 15:42:22.496 INFO O| May 20 15:42:22.496 INFO STEP 1115 (remove_files) COMPLETE
82362026-05-20T15:42:23.946Z[ recovery-image] May 20 15:42:22.496 INFO O| May 20 15:42:22.496 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-05-20T15:42:23.950Z[ recovery-image] May 20 15:42:22.504 INFO O| May 20 15:42:22.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82382026-05-20T15:42:23.950Z[ recovery-image] May 20 15:42:22.504 INFO O| May 20 15:42:22.504 INFO STEP 1116 (remove_files) COMPLETE
82392026-05-20T15:42:23.950Z[ recovery-image] May 20 15:42:22.504 INFO O| May 20 15:42:22.504 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-05-20T15:42:23.959Z[ recovery-image] May 20 15:42:22.512 INFO O| May 20 15:42:22.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82412026-05-20T15:42:23.959Z[ recovery-image] May 20 15:42:22.513 INFO O| May 20 15:42:22.513 INFO STEP 1117 (remove_files) COMPLETE
82422026-05-20T15:42:23.959Z[ recovery-image] May 20 15:42:22.513 INFO O| May 20 15:42:22.513 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-05-20T15:42:23.968Z[ recovery-image] May 20 15:42:22.522 INFO O| May 20 15:42:22.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82442026-05-20T15:42:23.968Z[ recovery-image] May 20 15:42:22.522 INFO O| May 20 15:42:22.522 INFO STEP 1118 (remove_files) COMPLETE
82452026-05-20T15:42:23.971Z[ recovery-image] May 20 15:42:22.522 INFO O| May 20 15:42:22.522 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82462026-05-20T15:42:23.983Z[ recovery-image] May 20 15:42:22.537 INFO O| May 20 15:42:22.537 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82472026-05-20T15:42:23.983Z[ recovery-image] May 20 15:42:22.537 INFO O| May 20 15:42:22.537 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82482026-05-20T15:42:24.960Z[ recovery-image] May 20 15:42:23.514 INFO O| May 20 15:42:23.514 INFO STEP 1119 (pack_tar) COMPLETE
82492026-05-20T15:42:24.961Z[ recovery-image] May 20 15:42:23.514 INFO O| May 20 15:42:23.514 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82502026-05-20T15:42:24.961Z[ recovery-image] May 20 15:42:23.514 INFO O| May 20 15:42:23.514 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82512026-05-20T15:42:25.244Z[ recovery-image] May 20 15:42:23.798 INFO O| May 20 15:42:23.798 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82522026-05-20T15:42:25.339Z[ recovery-image] May 20 15:42:23.893 INFO O| May 20 15:42:23.893 INFO completed processing sled/ramdisk-03-recovery-trim
82532026-05-20T15:42:25.342Z[ recovery-image] May 20 15:42:23.896 INFO image builder template: zfs-recovery...
82542026-05-20T15:42:25.343Z[ recovery-image] May 20 15:42:23.897 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/.tmpGtoU0F/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs-recovery"], pwd: None
82552026-05-20T15:42:25.371Z[ recovery-image] May 20 15:42:23.925 INFO O| May 20 15:42:23.925 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82562026-05-20T15:42:25.375Z[ recovery-image] May 20 15:42:23.929 INFO O| May 20 15:42:23.929 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82572026-05-20T15:42:25.443Z[ recovery-image] May 20 15:42:23.997 INFO O| May 20 15:42:23.997 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82582026-05-20T15:42:25.505Z[ recovery-image] May 20 15:42:24.058 INFO O| May 20 15:42:24.058 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82592026-05-20T15:42:25.505Z[ recovery-image] May 20 15:42:24.058 INFO O| May 20 15:42:24.058 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82602026-05-20T15:42:25.509Z[ recovery-image] May 20 15:42:24.063 INFO O| May 20 15:42:24.063 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82612026-05-20T15:42:25.588Z[ recovery-image] May 20 15:42:24.142 INFO O| May 20 15:42:24.141 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82622026-05-20T15:42:25.652Z[ recovery-image] May 20 15:42:24.205 INFO O| May 20 15:42:24.205 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82632026-05-20T15:42:25.661Z[ recovery-image] May 20 15:42:24.215 INFO O| May 20 15:42:24.214 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82642026-05-20T15:42:25.666Z[ recovery-image] May 20 15:42:24.219 INFO O| May 20 15:42:24.219 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82652026-05-20T15:42:25.669Z[ recovery-image] May 20 15:42:24.221 INFO O| May 20 15:42:24.221 INFO no lofi found
82662026-05-20T15:42:25.669Z[ recovery-image] May 20 15:42:24.221 INFO O| May 20 15:42:24.221 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82672026-05-20T15:42:25.669Z[ recovery-image] May 20 15:42:24.221 INFO O| May 20 15:42:24.221 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82682026-05-20T15:42:27.447Z[ recovery-image] May 20 15:42:26.001 INFO O| May 20 15:42:26.001 INFO lofi device = /dev/dsk/c2t1d0p0
82692026-05-20T15:42:27.448Z[ recovery-image] May 20 15:42:26.001 INFO O| May 20 15:42:26.001 INFO pool device = /dev/dsk/c2t1d0p0
82702026-05-20T15:42:27.451Z[ recovery-image] May 20 15:42:26.001 INFO O| May 20 15:42:26.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"]
82712026-05-20T15:42:27.628Z[ recovery-image] May 20 15:42:26.182 INFO O| May 20 15:42:26.182 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82722026-05-20T15:42:27.628Z[ recovery-image] May 20 15:42:26.182 INFO O| May 20 15:42:26.182 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82732026-05-20T15:42:27.654Z[ recovery-image] May 20 15:42:26.208 INFO O| May 20 15:42:26.207 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82742026-05-20T15:42:27.654Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
82752026-05-20T15:42:27.827Z[ recovery-image] May 20 15:42:26.380 INFO O| May 20 15:42:26.380 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82762026-05-20T15:42:27.859Z[ recovery-image] May 20 15:42:26.413 INFO O| May 20 15:42:26.413 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82772026-05-20T15:42:27.881Z[ recovery-image] May 20 15:42:26.434 INFO O| May 20 15:42:26.434 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82782026-05-20T15:42:27.898Z[ recovery-image] May 20 15:42:26.452 INFO O| May 20 15:42:26.452 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82792026-05-20T15:42:27.944Z[ recovery-image] May 20 15:42:26.497 INFO O| May 20 15:42:26.497 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82802026-05-20T15:42:27.944Z[ recovery-image] May 20 15:42:26.497 INFO O| May 20 15:42:26.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82812026-05-20T15:42:27.947Z[ recovery-image] May 20 15:42:26.497 INFO O| May 20 15:42:26.497 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82822026-05-20T15:42:27.954Z[ recovery-image] May 20 15:42:26.508 INFO O| May 20 15:42:26.507 INFO boot environment UUID: 71913114-bdf5-499f-bb9b-e0f61cbb0717
82832026-05-20T15:42:27.954Z[ recovery-image] May 20 15:42:26.508 INFO O| May 20 15:42:26.507 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 71913114-bdf5-499f-bb9b-e0f61cbb0717
82842026-05-20T15:42:27.970Z[ recovery-image] May 20 15:42:26.524 INFO O| May 20 15:42:26.524 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82852026-05-20T15:42:27.988Z[ recovery-image] May 20 15:42:26.541 INFO O| May 20 15:42:26.541 INFO STEP 0 (create_be) COMPLETE
82862026-05-20T15:42:27.988Z[ recovery-image] May 20 15:42:26.541 INFO O| May 20 15:42:26.541 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82872026-05-20T15:42:28.005Z[ recovery-image] May 20 15:42:26.558 INFO O| May 20 15:42:26.558 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"]
82882026-05-20T15:42:36.860Z[ recovery-image] May 20 15:42:35.413 INFO O| May 20 15:42:35.413 INFO STEP 1 (unpack_tar) COMPLETE
82892026-05-20T15:42:36.860Z[ recovery-image] May 20 15:42:35.413 INFO O| May 20 15:42:35.413 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82902026-05-20T15:42:36.872Z[ recovery-image] May 20 15:42:35.425 INFO O| May 20 15:42:35.425 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82912026-05-20T15:42:37.877Z[ recovery-image] May 20 15:42:36.430 INFO O| May 20 15:42:36.430 INFO STEP 2 (devfsadm) COMPLETE
82922026-05-20T15:42:37.877Z[ recovery-image] May 20 15:42:36.430 INFO O| May 20 15:42:36.430 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82932026-05-20T15:42:37.888Z[ recovery-image] May 20 15:42:36.441 INFO O| May 20 15:42:36.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82942026-05-20T15:42:37.888Z[ recovery-image] May 20 15:42:36.441 INFO O| May 20 15:42:36.441 INFO STEP 3 (ensure_dir) COMPLETE
82952026-05-20T15:42:37.888Z[ recovery-image] May 20 15:42:36.441 INFO O| May 20 15:42:36.441 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82962026-05-20T15:42:37.898Z[ recovery-image] May 20 15:42:36.452 INFO O| May 20 15:42:36.452 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82972026-05-20T15:42:37.898Z[ recovery-image] May 20 15:42:36.452 INFO O| May 20 15:42:36.452 INFO STEP 4 (ensure_dir) COMPLETE
82982026-05-20T15:42:37.899Z[ recovery-image] May 20 15:42:36.452 INFO O| May 20 15:42:36.452 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82992026-05-20T15:42:37.909Z[ recovery-image] May 20 15:42:36.463 INFO O| May 20 15:42:36.462 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83002026-05-20T15:42:37.909Z[ recovery-image] May 20 15:42:36.463 INFO O| May 20 15:42:36.462 INFO STEP 5 (ensure_dir) COMPLETE
83012026-05-20T15:42:37.914Z[ recovery-image] May 20 15:42:36.463 INFO O| May 20 15:42:36.462 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83022026-05-20T15:42:37.919Z[ recovery-image] May 20 15:42:36.473 INFO O| May 20 15:42:36.472 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83032026-05-20T15:42:37.919Z[ recovery-image] May 20 15:42:36.473 INFO O| May 20 15:42:36.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83042026-05-20T15:42:37.922Z[ recovery-image] May 20 15:42:36.473 INFO O| May 20 15:42:36.473 INFO STEP 6 (ensure_dir) COMPLETE
83052026-05-20T15:42:37.923Z[ recovery-image] May 20 15:42:36.473 INFO O| May 20 15:42:36.473 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83062026-05-20T15:42:37.928Z[ recovery-image] May 20 15:42:36.482 INFO O| May 20 15:42:36.482 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83072026-05-20T15:42:37.928Z[ recovery-image] May 20 15:42:36.482 INFO O| May 20 15:42:36.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83082026-05-20T15:42:37.932Z[ recovery-image] May 20 15:42:36.482 INFO O| May 20 15:42:36.482 INFO STEP 7 (ensure_dir) COMPLETE
83092026-05-20T15:42:37.932Z[ recovery-image] May 20 15:42:36.482 INFO O| May 20 15:42:36.482 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83102026-05-20T15:42:37.936Z[ recovery-image] May 20 15:42:36.490 INFO O| May 20 15:42:36.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83112026-05-20T15:42:37.940Z[ recovery-image] May 20 15:42:36.491 INFO O| May 20 15:42:36.491 INFO STEP 8 (remove_files) COMPLETE
83122026-05-20T15:42:37.940Z[ recovery-image] May 20 15:42:36.491 INFO O| May 20 15:42:36.491 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83132026-05-20T15:42:37.945Z[ recovery-image] May 20 15:42:36.499 INFO O| May 20 15:42:36.499 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83142026-05-20T15:42:37.950Z[ recovery-image] May 20 15:42:36.500 INFO O| May 20 15:42:36.500 INFO STEP 9 (remove_files) COMPLETE
83152026-05-20T15:42:37.950Z[ recovery-image] May 20 15:42:36.500 INFO O| May 20 15:42:36.500 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83162026-05-20T15:42:37.956Z[ recovery-image] May 20 15:42:36.510 INFO O| May 20 15:42:36.510 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83172026-05-20T15:42:37.959Z[ recovery-image] May 20 15:42:36.510 INFO O| May 20 15:42:36.510 INFO STEP 10 (remove_files) COMPLETE
83182026-05-20T15:42:37.959Z[ recovery-image] May 20 15:42:36.510 INFO O| May 20 15:42:36.510 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83192026-05-20T15:42:37.965Z[ recovery-image] May 20 15:42:36.519 INFO O| May 20 15:42:36.519 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83202026-05-20T15:42:37.965Z[ recovery-image] May 20 15:42:36.519 INFO O| May 20 15:42:36.519 INFO STEP 11 (remove_files) COMPLETE
83212026-05-20T15:42:37.969Z[ recovery-image] May 20 15:42:36.519 INFO O| May 20 15:42:36.519 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83222026-05-20T15:42:37.976Z[ recovery-image] May 20 15:42:36.530 INFO O| May 20 15:42:36.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83232026-05-20T15:42:37.976Z[ recovery-image] May 20 15:42:36.530 INFO O| May 20 15:42:36.530 INFO STEP 12 (remove_files) COMPLETE
83242026-05-20T15:42:37.979Z[ recovery-image] May 20 15:42:36.530 INFO O| May 20 15:42:36.530 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83252026-05-20T15:42:37.985Z[ recovery-image] May 20 15:42:36.539 INFO O| May 20 15:42:36.539 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83262026-05-20T15:42:37.985Z[ recovery-image] May 20 15:42:36.539 INFO O| May 20 15:42:36.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83272026-05-20T15:42:37.988Z[ recovery-image] May 20 15:42:36.539 INFO O| May 20 15:42:36.539 INFO STEP 13 (ensure_dir) COMPLETE
83282026-05-20T15:42:37.988Z[ recovery-image] May 20 15:42:36.539 INFO O| May 20 15:42:36.539 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83292026-05-20T15:42:37.996Z[ recovery-image] May 20 15:42:36.549 INFO O| May 20 15:42:36.549 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83302026-05-20T15:42:37.996Z[ recovery-image] May 20 15:42:36.549 INFO O| May 20 15:42:36.549 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83312026-05-20T15:42:37.996Z[ recovery-image] May 20 15:42:36.549 INFO O| May 20 15:42:36.549 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83322026-05-20T15:42:38.000Z[ recovery-image] May 20 15:42:36.549 INFO O| May 20 15:42:36.549 INFO STEP 14 (ensure_dir) COMPLETE
83332026-05-20T15:42:38.000Z[ recovery-image] May 20 15:42:36.549 INFO O| May 20 15:42:36.549 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83342026-05-20T15:42:38.007Z[ recovery-image] May 20 15:42:36.560 INFO O| May 20 15:42:36.560 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83352026-05-20T15:42:38.007Z[ recovery-image] May 20 15:42:36.560 INFO O| May 20 15:42:36.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83362026-05-20T15:42:38.010Z[ recovery-image] May 20 15:42:36.560 INFO O| May 20 15:42:36.560 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83372026-05-20T15:42:38.011Z[ recovery-image] May 20 15:42:36.560 INFO O| May 20 15:42:36.560 INFO STEP 15 (ensure_dir) COMPLETE
83382026-05-20T15:42:38.011Z[ recovery-image] May 20 15:42:36.560 INFO O| May 20 15:42:36.560 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83392026-05-20T15:42:38.016Z[ recovery-image] May 20 15:42:36.570 INFO O| May 20 15:42:36.570 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83402026-05-20T15:42:38.016Z[ recovery-image] May 20 15:42:36.570 INFO O| May 20 15:42:36.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83412026-05-20T15:42:38.016Z[ recovery-image] May 20 15:42:36.570 INFO O| May 20 15:42:36.570 INFO STEP 16 (ensure_dir) COMPLETE
83422026-05-20T15:42:38.020Z[ recovery-image] May 20 15:42:36.570 INFO O| May 20 15:42:36.570 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83432026-05-20T15:42:38.025Z[ recovery-image] May 20 15:42:36.578 INFO O| May 20 15:42:36.578 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83442026-05-20T15:42:38.025Z[ recovery-image] May 20 15:42:36.578 INFO O| May 20 15:42:36.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83452026-05-20T15:42:38.028Z[ recovery-image] May 20 15:42:36.578 INFO O| May 20 15:42:36.578 INFO STEP 17 (ensure_dir) COMPLETE
83462026-05-20T15:42:38.028Z[ recovery-image] May 20 15:42:36.578 INFO O| May 20 15:42:36.578 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83472026-05-20T15:42:38.034Z[ recovery-image] May 20 15:42:36.588 INFO O| May 20 15:42:36.588 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83482026-05-20T15:42:38.034Z[ recovery-image] May 20 15:42:36.588 INFO O| May 20 15:42:36.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83492026-05-20T15:42:38.037Z[ recovery-image] May 20 15:42:36.588 INFO O| May 20 15:42:36.588 INFO ok!
83502026-05-20T15:42:38.037Z[ recovery-image] May 20 15:42:36.588 INFO O| May 20 15:42:36.588 INFO STEP 18 (ensure_symlink) COMPLETE
83512026-05-20T15:42:38.037Z[ recovery-image] May 20 15:42:36.588 INFO O| May 20 15:42:36.588 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83522026-05-20T15:42:38.043Z[ recovery-image] May 20 15:42:36.597 INFO O| May 20 15:42:36.597 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83532026-05-20T15:42:38.043Z[ recovery-image] May 20 15:42:36.597 INFO O| May 20 15:42:36.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83542026-05-20T15:42:38.047Z[ recovery-image] May 20 15:42:36.597 INFO O| May 20 15:42:36.597 INFO ok!
83552026-05-20T15:42:38.047Z[ recovery-image] May 20 15:42:36.597 INFO O| May 20 15:42:36.597 INFO STEP 19 (ensure_file) COMPLETE
83562026-05-20T15:42:38.047Z[ recovery-image] May 20 15:42:36.597 INFO O| May 20 15:42:36.597 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83572026-05-20T15:42:38.053Z[ recovery-image] May 20 15:42:36.606 INFO O| May 20 15:42:36.606 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83582026-05-20T15:42:38.053Z[ recovery-image] May 20 15:42:36.607 INFO O| May 20 15:42:36.606 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83592026-05-20T15:42:38.056Z[ recovery-image] May 20 15:42:36.607 INFO O| May 20 15:42:36.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83602026-05-20T15:42:38.057Z[ recovery-image] May 20 15:42:36.607 INFO O| May 20 15:42:36.607 INFO ok!
83612026-05-20T15:42:38.057Z[ recovery-image] May 20 15:42:36.607 INFO O| May 20 15:42:36.607 INFO STEP 20 (ensure_symlink) COMPLETE
83622026-05-20T15:42:38.057Z[ recovery-image] May 20 15:42:36.607 INFO O| May 20 15:42:36.607 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83632026-05-20T15:42:38.062Z[ recovery-image] May 20 15:42:36.615 INFO O| May 20 15:42:36.615 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83642026-05-20T15:42:38.062Z[ recovery-image] May 20 15:42:36.615 INFO O| May 20 15:42:36.615 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83652026-05-20T15:42:38.065Z[ recovery-image] May 20 15:42:36.615 INFO O| May 20 15:42:36.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83662026-05-20T15:42:38.065Z[ recovery-image] May 20 15:42:36.615 INFO O| May 20 15:42:36.615 INFO ok!
83672026-05-20T15:42:38.065Z[ recovery-image] May 20 15:42:36.615 INFO O| May 20 15:42:36.615 INFO STEP 21 (ensure_symlink) COMPLETE
83682026-05-20T15:42:38.065Z[ recovery-image] May 20 15:42:36.615 INFO O| May 20 15:42:36.615 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83692026-05-20T15:42:38.070Z[ recovery-image] May 20 15:42:36.624 INFO O| May 20 15:42:36.624 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83702026-05-20T15:42:38.071Z[ recovery-image] May 20 15:42:36.624 INFO O| May 20 15:42:36.624 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83712026-05-20T15:42:38.074Z[ recovery-image] May 20 15:42:36.624 INFO O| May 20 15:42:36.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83722026-05-20T15:42:38.074Z[ recovery-image] May 20 15:42:36.624 INFO O| May 20 15:42:36.624 INFO ok!
83732026-05-20T15:42:38.074Z[ recovery-image] May 20 15:42:36.624 INFO O| May 20 15:42:36.624 INFO STEP 22 (ensure_symlink) COMPLETE
83742026-05-20T15:42:38.074Z[ recovery-image] May 20 15:42:36.624 INFO O| May 20 15:42:36.624 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83752026-05-20T15:42:38.079Z[ recovery-image] May 20 15:42:36.633 INFO O| May 20 15:42:36.633 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83762026-05-20T15:42:38.079Z[ recovery-image] May 20 15:42:36.633 INFO O| May 20 15:42:36.633 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83772026-05-20T15:42:38.079Z[ recovery-image] May 20 15:42:36.633 INFO O| May 20 15:42:36.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83782026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.633 INFO O| May 20 15:42:36.633 INFO ok!
83792026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.633 INFO O| May 20 15:42:36.633 INFO STEP 23 (ensure_symlink) COMPLETE
83802026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.633 INFO O| May 20 15:42:36.633 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83812026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.641 INFO O| May 20 15:42:36.641 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83822026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.641 INFO O| May 20 15:42:36.641 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 ...
83832026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.642 INFO O| May 20 15:42:36.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83842026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.642 INFO O| May 20 15:42:36.642 INFO ok!
83852026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.642 INFO O| May 20 15:42:36.642 INFO STEP 24 (ensure_file) COMPLETE
83862026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.642 INFO O| May 20 15:42:36.642 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83872026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.650 INFO O| May 20 15:42:36.650 INFO updating shadow file
83882026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.650 INFO O| May 20 15:42:36.650 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83892026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.650 INFO O| May 20 15:42:36.650 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83902026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.650 INFO O| May 20 15:42:36.650 INFO STEP 25 (shadow) COMPLETE
83912026-05-20T15:42:38.241Z[ recovery-image] May 20 15:42:36.650 INFO O| May 20 15:42:36.650 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83922026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.661 INFO O| May 20 15:42:36.661 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83932026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.661 INFO O| May 20 15:42:36.661 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83942026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.661 INFO O| May 20 15:42:36.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83952026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.661 INFO O| May 20 15:42:36.661 INFO ok!
83962026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.661 INFO O| May 20 15:42:36.661 INFO STEP 26 (ensure_file) COMPLETE
83972026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.661 INFO O| May 20 15:42:36.661 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83982026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.672 INFO O| May 20 15:42:36.672 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83992026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.672 INFO O| May 20 15:42:36.672 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84002026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.672 INFO O| May 20 15:42:36.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84012026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.672 INFO O| May 20 15:42:36.672 INFO ok!
84022026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.672 INFO O| May 20 15:42:36.672 INFO STEP 27 (ensure_file) COMPLETE
84032026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.672 INFO O| May 20 15:42:36.672 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84042026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.684 INFO O| May 20 15:42:36.684 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84052026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.684 INFO O| May 20 15:42:36.684 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84062026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.684 INFO O| May 20 15:42:36.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84072026-05-20T15:42:38.242Z[ recovery-image] May 20 15:42:36.684 INFO O| May 20 15:42:36.684 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84082026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.684 INFO O| May 20 15:42:36.684 INFO ok!
84092026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.684 INFO O| May 20 15:42:36.684 INFO STEP 28 (ensure_file) COMPLETE
84102026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.684 INFO O| May 20 15:42:36.684 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84112026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.695 INFO O| May 20 15:42:36.695 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84122026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.696 INFO O| May 20 15:42:36.695 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84132026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.696 INFO O| May 20 15:42:36.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84142026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.696 INFO O| May 20 15:42:36.696 INFO ok!
84152026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.696 INFO O| May 20 15:42:36.696 INFO STEP 29 (ensure_file) COMPLETE
84162026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.696 INFO O| May 20 15:42:36.696 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84172026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.705 INFO O| May 20 15:42:36.705 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84182026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.705 INFO O| May 20 15:42:36.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84192026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.705 INFO O| May 20 15:42:36.705 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84202026-05-20T15:42:38.243Z[ recovery-image] May 20 15:42:36.705 INFO O| May 20 15:42:36.705 INFO STEP 30 (ensure_dir) COMPLETE
84212026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.705 INFO O| May 20 15:42:36.705 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84222026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.715 INFO O| May 20 15:42:36.715 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84232026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.715 INFO O| May 20 15:42:36.715 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 ...
84242026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.715 INFO O| May 20 15:42:36.715 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
84252026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.715 INFO O| May 20 15:42:36.715 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84262026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.715 INFO O| May 20 15:42:36.715 INFO ok!
84272026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.715 INFO O| May 20 15:42:36.715 INFO STEP 31 (ensure_file) COMPLETE
84282026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.715 INFO O| May 20 15:42:36.715 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84292026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.724 INFO O| May 20 15:42:36.724 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84302026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.724 INFO O| May 20 15:42:36.724 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84312026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.724 INFO O| May 20 15:42:36.724 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84322026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.724 INFO O| May 20 15:42:36.724 INFO STEP 32 (ensure_dir) COMPLETE
84332026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.724 INFO O| May 20 15:42:36.724 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84342026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.734 INFO O| May 20 15:42:36.734 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84352026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.734 INFO O| May 20 15:42:36.734 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 ...
84362026-05-20T15:42:38.244Z[ recovery-image] May 20 15:42:36.734 INFO O| May 20 15:42:36.734 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
84372026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.734 INFO O| May 20 15:42:36.734 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84382026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.734 INFO O| May 20 15:42:36.734 INFO ok!
84392026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.734 INFO O| May 20 15:42:36.734 INFO STEP 33 (ensure_file) COMPLETE
84402026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.734 INFO O| May 20 15:42:36.734 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84412026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.742 INFO O| May 20 15:42:36.742 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84422026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.743 INFO O| May 20 15:42:36.742 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84432026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.743 INFO O| May 20 15:42:36.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84442026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.743 INFO O| May 20 15:42:36.743 INFO ok!
84452026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.743 INFO O| May 20 15:42:36.743 INFO STEP 34 (ensure_file) COMPLETE
84462026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.743 INFO O| May 20 15:42:36.743 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84472026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.752 INFO O| May 20 15:42:36.752 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84482026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.752 INFO O| May 20 15:42:36.752 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84492026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.752 INFO O| May 20 15:42:36.752 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84502026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.752 INFO O| May 20 15:42:36.752 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84512026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.752 INFO O| May 20 15:42:36.752 INFO ok!
84522026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.752 INFO O| May 20 15:42:36.752 INFO STEP 35 (ensure_file) COMPLETE
84532026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.752 INFO O| May 20 15:42:36.752 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84542026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.761 INFO O| May 20 15:42:36.761 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84552026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.761 INFO O| May 20 15:42:36.761 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84562026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.761 INFO O| May 20 15:42:36.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84572026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.761 INFO O| May 20 15:42:36.761 INFO ok!
84582026-05-20T15:42:38.245Z[ recovery-image] May 20 15:42:36.761 INFO O| May 20 15:42:36.761 INFO STEP 36 (ensure_file) COMPLETE
84592026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.761 INFO O| May 20 15:42:36.761 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84602026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.770 INFO O| May 20 15:42:36.770 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84612026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.770 INFO O| May 20 15:42:36.770 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84622026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.770 INFO O| May 20 15:42:36.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84632026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.770 INFO O| May 20 15:42:36.770 INFO ok!
84642026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.770 INFO O| May 20 15:42:36.770 INFO STEP 37 (ensure_file) COMPLETE
84652026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.770 INFO O| May 20 15:42:36.770 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84662026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.778 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84672026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.779 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84682026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.779 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84692026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.779 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84702026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.779 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84712026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.779 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84722026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.779 INFO ok!
84732026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.779 INFO STEP 38 (ensure_file) COMPLETE
84742026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.779 INFO O| May 20 15:42:36.779 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84752026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.788 INFO O| May 20 15:42:36.788 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84762026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.788 INFO O| May 20 15:42:36.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84772026-05-20T15:42:38.246Z[ recovery-image] May 20 15:42:36.788 INFO O| May 20 15:42:36.788 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84782026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.788 INFO O| May 20 15:42:36.788 INFO STEP 39 (ensure_dir) COMPLETE
84792026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.788 INFO O| May 20 15:42:36.788 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84802026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.797 INFO O| May 20 15:42:36.797 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
84812026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.798 INFO O| May 20 15:42:36.797 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 ...
84822026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.798 INFO O| May 20 15:42:36.798 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
84832026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.798 INFO O| May 20 15:42:36.798 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
84842026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.798 INFO O| May 20 15:42:36.798 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
84852026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.798 INFO O| May 20 15:42:36.798 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
84862026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.798 INFO O| May 20 15:42:36.798 INFO ok!
84872026-05-20T15:42:38.251Z[ recovery-image] May 20 15:42:36.798 INFO O| May 20 15:42:36.798 INFO STEP 40 (ensure_file) COMPLETE
84882026-05-20T15:42:38.252Z[ recovery-image] May 20 15:42:36.798 INFO O| May 20 15:42:36.798 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84892026-05-20T15:42:38.255Z[ recovery-image] May 20 15:42:36.807 INFO O| May 20 15:42:36.807 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84902026-05-20T15:42:38.255Z[ recovery-image] May 20 15:42:36.807 INFO O| May 20 15:42:36.807 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 ...
84912026-05-20T15:42:38.255Z[ recovery-image] May 20 15:42:36.807 INFO O| May 20 15:42:36.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84922026-05-20T15:42:38.255Z[ recovery-image] May 20 15:42:36.807 INFO O| May 20 15:42:36.807 INFO ok!
84932026-05-20T15:42:38.256Z[ recovery-image] May 20 15:42:36.807 INFO O| May 20 15:42:36.807 INFO STEP 41 (ensure_symlink) COMPLETE
84942026-05-20T15:42:38.256Z[ recovery-image] May 20 15:42:36.807 INFO O| May 20 15:42:36.807 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84952026-05-20T15:42:38.262Z[ recovery-image] May 20 15:42:36.815 INFO O| May 20 15:42:36.815 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84962026-05-20T15:42:38.262Z[ recovery-image] May 20 15:42:36.815 INFO O| May 20 15:42:36.815 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84972026-05-20T15:42:38.262Z[ recovery-image] May 20 15:42:36.815 INFO O| May 20 15:42:36.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84982026-05-20T15:42:38.266Z[ recovery-image] May 20 15:42:36.815 INFO O| May 20 15:42:36.815 INFO ok!
84992026-05-20T15:42:38.266Z[ recovery-image] May 20 15:42:36.815 INFO O| May 20 15:42:36.815 INFO STEP 42 (ensure_symlink) COMPLETE
85002026-05-20T15:42:38.266Z[ recovery-image] May 20 15:42:36.815 INFO O| May 20 15:42:36.815 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85012026-05-20T15:42:38.271Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85022026-05-20T15:42:38.271Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85032026-05-20T15:42:38.271Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85042026-05-20T15:42:38.271Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85052026-05-20T15:42:38.276Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85062026-05-20T15:42:38.276Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85072026-05-20T15:42:38.276Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO ok!
85082026-05-20T15:42:38.277Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO STEP 43 (ensure_file) COMPLETE
85092026-05-20T15:42:38.277Z[ recovery-image] May 20 15:42:36.824 INFO O| May 20 15:42:36.824 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85102026-05-20T15:42:38.280Z[ recovery-image] May 20 15:42:36.833 INFO O| May 20 15:42:36.833 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85112026-05-20T15:42:38.280Z[ recovery-image] May 20 15:42:36.833 INFO O| May 20 15:42:36.833 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 ...
85122026-05-20T15:42:38.281Z[ recovery-image] May 20 15:42:36.833 INFO O| May 20 15:42:36.833 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
85132026-05-20T15:42:38.281Z[ recovery-image] May 20 15:42:36.833 INFO O| May 20 15:42:36.833 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85142026-05-20T15:42:38.281Z[ recovery-image] May 20 15:42:36.833 INFO O| May 20 15:42:36.833 INFO ok!
85152026-05-20T15:42:38.281Z[ recovery-image] May 20 15:42:36.833 INFO O| May 20 15:42:36.833 INFO STEP 44 (ensure_file) COMPLETE
85162026-05-20T15:42:38.281Z[ recovery-image] May 20 15:42:36.833 INFO O| May 20 15:42:36.833 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85172026-05-20T15:42:38.289Z[ recovery-image] May 20 15:42:36.842 INFO O| May 20 15:42:36.842 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85182026-05-20T15:42:38.289Z[ recovery-image] May 20 15:42:36.842 INFO O| May 20 15:42:36.842 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85192026-05-20T15:42:38.289Z[ recovery-image] May 20 15:42:36.842 INFO O| May 20 15:42:36.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85202026-05-20T15:42:38.293Z[ recovery-image] May 20 15:42:36.842 INFO O| May 20 15:42:36.842 INFO ok!
85212026-05-20T15:42:38.293Z[ recovery-image] May 20 15:42:36.842 INFO O| May 20 15:42:36.842 INFO STEP 45 (ensure_file) COMPLETE
85222026-05-20T15:42:38.293Z[ recovery-image] May 20 15:42:36.842 INFO O| May 20 15:42:36.842 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85232026-05-20T15:42:38.298Z[ recovery-image] May 20 15:42:36.852 INFO O| May 20 15:42:36.851 INFO updating shadow file
85242026-05-20T15:42:38.298Z[ recovery-image] May 20 15:42:36.852 INFO O| May 20 15:42:36.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85252026-05-20T15:42:38.298Z[ recovery-image] May 20 15:42:36.852 INFO O| May 20 15:42:36.852 INFO STEP 46 (shadow) COMPLETE
85262026-05-20T15:42:38.302Z[ recovery-image] May 20 15:42:36.852 INFO O| May 20 15:42:36.852 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85272026-05-20T15:42:38.307Z[ recovery-image] May 20 15:42:36.861 INFO O| May 20 15:42:36.861 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85282026-05-20T15:42:38.307Z[ recovery-image] May 20 15:42:36.861 INFO O| May 20 15:42:36.861 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85292026-05-20T15:42:38.307Z[ recovery-image] May 20 15:42:36.861 INFO O| May 20 15:42:36.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85302026-05-20T15:42:38.311Z[ recovery-image] May 20 15:42:36.861 INFO O| May 20 15:42:36.861 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85312026-05-20T15:42:38.311Z[ recovery-image] May 20 15:42:36.861 INFO O| May 20 15:42:36.861 INFO ok!
85322026-05-20T15:42:38.311Z[ recovery-image] May 20 15:42:36.861 INFO O| May 20 15:42:36.861 INFO STEP 47 (ensure_file) COMPLETE
85332026-05-20T15:42:38.311Z[ recovery-image] May 20 15:42:36.861 INFO O| May 20 15:42:36.861 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85342026-05-20T15:42:38.316Z[ recovery-image] May 20 15:42:36.869 INFO O| May 20 15:42:36.869 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85352026-05-20T15:42:38.316Z[ recovery-image] May 20 15:42:36.869 INFO O| May 20 15:42:36.869 INFO STEP 48 (ensure_dir) COMPLETE
85362026-05-20T15:42:38.319Z[ recovery-image] May 20 15:42:36.869 INFO O| May 20 15:42:36.869 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85372026-05-20T15:42:38.323Z[ recovery-image] May 20 15:42:36.877 INFO O| May 20 15:42:36.877 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85382026-05-20T15:42:38.323Z[ recovery-image] May 20 15:42:36.877 INFO O| May 20 15:42:36.877 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85392026-05-20T15:42:38.327Z[ recovery-image] May 20 15:42:36.877 INFO O| May 20 15:42:36.877 INFO STEP 49 (ensure_dir) COMPLETE
85402026-05-20T15:42:38.327Z[ recovery-image] May 20 15:42:36.877 INFO O| May 20 15:42:36.877 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85412026-05-20T15:42:38.331Z[ recovery-image] May 20 15:42:36.884 INFO O| May 20 15:42:36.884 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85422026-05-20T15:42:38.331Z[ recovery-image] May 20 15:42:36.884 INFO O| May 20 15:42:36.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85432026-05-20T15:42:38.334Z[ recovery-image] May 20 15:42:36.884 INFO O| May 20 15:42:36.884 INFO STEP 50 (ensure_dir) COMPLETE
85442026-05-20T15:42:38.334Z[ recovery-image] May 20 15:42:36.884 INFO O| May 20 15:42:36.884 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85452026-05-20T15:42:38.342Z[ recovery-image] May 20 15:42:36.895 INFO O| May 20 15:42:36.895 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85462026-05-20T15:42:38.342Z[ recovery-image] May 20 15:42:36.895 INFO O| May 20 15:42:36.895 INFO copying /tmp/.tmpGtoU0F/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85472026-05-20T15:42:38.373Z[ recovery-image] May 20 15:42:36.926 INFO O| May 20 15:42:36.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85482026-05-20T15:42:38.373Z[ recovery-image] May 20 15:42:36.926 INFO O| May 20 15:42:36.926 INFO ok!
85492026-05-20T15:42:38.373Z[ recovery-image] May 20 15:42:36.926 INFO O| May 20 15:42:36.926 INFO STEP 51 (ensure_file) COMPLETE
85502026-05-20T15:42:38.377Z[ recovery-image] May 20 15:42:36.926 INFO O| May 20 15:42:36.926 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85512026-05-20T15:42:38.383Z[ recovery-image] May 20 15:42:36.936 INFO O| May 20 15:42:36.936 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85522026-05-20T15:42:38.383Z[ recovery-image] May 20 15:42:36.936 INFO O| May 20 15:42:36.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85532026-05-20T15:42:38.387Z[ recovery-image] May 20 15:42:36.936 INFO O| May 20 15:42:36.936 INFO STEP 52 (ensure_dir) COMPLETE
85542026-05-20T15:42:38.387Z[ recovery-image] May 20 15:42:36.936 INFO O| May 20 15:42:36.936 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85552026-05-20T15:42:38.391Z[ recovery-image] May 20 15:42:36.945 INFO O| May 20 15:42:36.945 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85562026-05-20T15:42:38.391Z[ recovery-image] May 20 15:42:36.945 INFO O| May 20 15:42:36.945 INFO copying /tmp/.tmpGtoU0F/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85572026-05-20T15:42:38.394Z[ recovery-image] May 20 15:42:36.945 INFO O| May 20 15:42:36.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85582026-05-20T15:42:38.394Z[ recovery-image] May 20 15:42:36.945 INFO O| May 20 15:42:36.945 INFO ok!
85592026-05-20T15:42:38.394Z[ recovery-image] May 20 15:42:36.945 INFO O| May 20 15:42:36.945 INFO STEP 53 (ensure_file) COMPLETE
85602026-05-20T15:42:38.395Z[ recovery-image] May 20 15:42:36.945 INFO O| May 20 15:42:36.945 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85612026-05-20T15:42:38.411Z[ recovery-image] May 20 15:42:36.964 INFO O| May 20 15:42:36.964 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85622026-05-20T15:42:38.411Z[ recovery-image] May 20 15:42:36.964 INFO O| May 20 15:42:36.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85632026-05-20T15:42:38.415Z[ recovery-image] May 20 15:42:36.964 INFO O| May 20 15:42:36.964 INFO STEP 54 (ensure_dir) COMPLETE
85642026-05-20T15:42:38.415Z[ recovery-image] May 20 15:42:36.964 INFO O| May 20 15:42:36.964 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85652026-05-20T15:42:38.419Z[ recovery-image] May 20 15:42:36.973 INFO O| May 20 15:42:36.973 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85662026-05-20T15:42:38.419Z[ recovery-image] May 20 15:42:36.973 INFO O| May 20 15:42:36.973 INFO copying /tmp/.tmpGtoU0F/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85672026-05-20T15:42:40.407Z[ recovery-image] May 20 15:42:38.960 INFO O| May 20 15:42:38.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85682026-05-20T15:42:40.407Z[ recovery-image] May 20 15:42:38.960 INFO O| May 20 15:42:38.960 INFO ok!
85692026-05-20T15:42:40.412Z[ recovery-image] May 20 15:42:38.960 INFO O| May 20 15:42:38.960 INFO STEP 55 (ensure_file) COMPLETE
85702026-05-20T15:42:40.412Z[ recovery-image] May 20 15:42:38.960 INFO O| May 20 15:42:38.960 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85712026-05-20T15:42:40.416Z[ recovery-image] May 20 15:42:38.970 INFO O| May 20 15:42:38.970 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85722026-05-20T15:42:40.417Z[ recovery-image] May 20 15:42:38.970 INFO O| May 20 15:42:38.970 INFO copying /tmp/.tmpGtoU0F/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85732026-05-20T15:42:42.333Z[ recovery-image] May 20 15:42:40.887 INFO O| May 20 15:42:40.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85742026-05-20T15:42:42.334Z[ recovery-image] May 20 15:42:40.887 INFO O| May 20 15:42:40.887 INFO ok!
85752026-05-20T15:42:42.337Z[ recovery-image] May 20 15:42:40.887 INFO O| May 20 15:42:40.887 INFO STEP 56 (ensure_file) COMPLETE
85762026-05-20T15:42:42.337Z[ recovery-image] May 20 15:42:40.887 INFO O| May 20 15:42:40.887 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85772026-05-20T15:42:42.343Z[ recovery-image] May 20 15:42:40.897 INFO O| May 20 15:42:40.897 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85782026-05-20T15:42:42.343Z[ recovery-image] May 20 15:42:40.897 INFO O| May 20 15:42:40.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85792026-05-20T15:42:42.343Z[ recovery-image] May 20 15:42:40.897 INFO O| May 20 15:42:40.897 INFO STEP 57 (ensure_dir) COMPLETE
85802026-05-20T15:42:42.348Z[ recovery-image] May 20 15:42:40.897 INFO O| May 20 15:42:40.897 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85812026-05-20T15:42:42.352Z[ recovery-image] May 20 15:42:40.905 INFO O| May 20 15:42:40.905 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85822026-05-20T15:42:42.352Z[ recovery-image] May 20 15:42:40.905 INFO O| May 20 15:42:40.905 INFO copying /tmp/.tmpGtoU0F/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 ...
85832026-05-20T15:42:42.352Z[ recovery-image] May 20 15:42:40.905 INFO O| May 20 15:42:40.905 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
85842026-05-20T15:42:42.352Z[ recovery-image] May 20 15:42:40.905 INFO O| May 20 15:42:40.905 INFO ok!
85852026-05-20T15:42:42.352Z[ recovery-image] May 20 15:42:40.905 INFO O| May 20 15:42:40.905 INFO STEP 58 (ensure_file) COMPLETE
85862026-05-20T15:42:42.352Z[ recovery-image] May 20 15:42:40.905 INFO O| May 20 15:42:40.905 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85872026-05-20T15:42:42.360Z[ recovery-image] May 20 15:42:40.913 INFO O| May 20 15:42:40.913 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85882026-05-20T15:42:42.360Z[ recovery-image] May 20 15:42:40.913 INFO O| May 20 15:42:40.913 INFO copying /tmp/.tmpGtoU0F/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 ...
85892026-05-20T15:42:42.360Z[ recovery-image] May 20 15:42:40.914 INFO O| May 20 15:42:40.913 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
85902026-05-20T15:42:42.363Z[ recovery-image] May 20 15:42:40.914 INFO O| May 20 15:42:40.913 INFO ok!
85912026-05-20T15:42:42.363Z[ recovery-image] May 20 15:42:40.914 INFO O| May 20 15:42:40.914 INFO STEP 59 (ensure_file) COMPLETE
85922026-05-20T15:42:42.363Z[ recovery-image] May 20 15:42:40.914 INFO O| May 20 15:42:40.914 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85932026-05-20T15:42:42.371Z[ recovery-image] May 20 15:42:40.921 INFO O| May 20 15:42:40.921 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85942026-05-20T15:42:42.371Z[ recovery-image] May 20 15:42:40.922 INFO O| May 20 15:42:40.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85952026-05-20T15:42:42.375Z[ recovery-image] May 20 15:42:40.922 INFO O| May 20 15:42:40.922 INFO STEP 60 (ensure_dir) COMPLETE
85962026-05-20T15:42:42.377Z[ recovery-image] May 20 15:42:40.922 INFO O| May 20 15:42:40.922 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85972026-05-20T15:42:42.377Z[ recovery-image] May 20 15:42:40.929 INFO O| May 20 15:42:40.929 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85982026-05-20T15:42:42.377Z[ recovery-image] May 20 15:42:40.929 INFO O| May 20 15:42:40.929 INFO copying /tmp/.tmpGtoU0F/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 ...
85992026-05-20T15:42:42.377Z[ recovery-image] May 20 15:42:40.929 INFO O| May 20 15:42:40.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86002026-05-20T15:42:42.377Z[ recovery-image] May 20 15:42:40.929 INFO O| May 20 15:42:40.929 INFO ok!
86012026-05-20T15:42:42.381Z[ recovery-image] May 20 15:42:40.929 INFO O| May 20 15:42:40.929 INFO STEP 61 (ensure_file) COMPLETE
86022026-05-20T15:42:42.381Z[ recovery-image] May 20 15:42:40.929 INFO O| May 20 15:42:40.929 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86032026-05-20T15:42:42.384Z[ recovery-image] May 20 15:42:40.936 INFO O| May 20 15:42:40.936 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86042026-05-20T15:42:42.384Z[ recovery-image] May 20 15:42:40.936 INFO O| May 20 15:42:40.936 INFO copying /tmp/.tmpGtoU0F/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 ...
86052026-05-20T15:42:42.384Z[ recovery-image] May 20 15:42:40.936 INFO O| May 20 15:42:40.936 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
86062026-05-20T15:42:42.384Z[ recovery-image] May 20 15:42:40.936 INFO O| May 20 15:42:40.936 INFO ok!
86072026-05-20T15:42:42.384Z[ recovery-image] May 20 15:42:40.936 INFO O| May 20 15:42:40.936 INFO STEP 62 (ensure_file) COMPLETE
86082026-05-20T15:42:42.384Z[ recovery-image] May 20 15:42:40.936 INFO O| May 20 15:42:40.936 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86092026-05-20T15:42:42.390Z[ recovery-image] May 20 15:42:40.944 INFO O| May 20 15:42:40.944 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86102026-05-20T15:42:42.390Z[ recovery-image] May 20 15:42:40.944 INFO O| May 20 15:42:40.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86112026-05-20T15:42:42.394Z[ recovery-image] May 20 15:42:40.944 INFO O| May 20 15:42:40.944 INFO STEP 63 (ensure_dir) COMPLETE
86122026-05-20T15:42:42.394Z[ recovery-image] May 20 15:42:40.944 INFO O| May 20 15:42:40.944 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86132026-05-20T15:42:42.398Z[ recovery-image] May 20 15:42:40.952 INFO O| May 20 15:42:40.952 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86142026-05-20T15:42:42.401Z[ recovery-image] May 20 15:42:40.952 INFO O| May 20 15:42:40.952 INFO copying /tmp/.tmpGtoU0F/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 ...
86152026-05-20T15:42:42.401Z[ recovery-image] May 20 15:42:40.952 INFO O| May 20 15:42:40.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86162026-05-20T15:42:42.401Z[ recovery-image] May 20 15:42:40.952 INFO O| May 20 15:42:40.952 INFO ok!
86172026-05-20T15:42:42.401Z[ recovery-image] May 20 15:42:40.952 INFO O| May 20 15:42:40.952 INFO STEP 64 (ensure_file) COMPLETE
86182026-05-20T15:42:42.401Z[ recovery-image] May 20 15:42:40.952 INFO O| May 20 15:42:40.952 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86192026-05-20T15:42:42.406Z[ recovery-image] May 20 15:42:40.959 INFO O| May 20 15:42:40.959 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86202026-05-20T15:42:42.406Z[ recovery-image] May 20 15:42:40.959 INFO O| May 20 15:42:40.959 INFO copying /tmp/.tmpGtoU0F/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86212026-05-20T15:42:42.411Z[ recovery-image] May 20 15:42:40.959 INFO O| May 20 15:42:40.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86222026-05-20T15:42:42.411Z[ recovery-image] May 20 15:42:40.959 INFO O| May 20 15:42:40.959 INFO ok!
86232026-05-20T15:42:42.411Z[ recovery-image] May 20 15:42:40.959 INFO O| May 20 15:42:40.959 INFO STEP 65 (ensure_file) COMPLETE
86242026-05-20T15:42:42.411Z[ recovery-image] May 20 15:42:40.959 INFO O| May 20 15:42:40.959 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86252026-05-20T15:42:42.416Z[ recovery-image] May 20 15:42:40.967 INFO O| May 20 15:42:40.967 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86262026-05-20T15:42:42.416Z[ recovery-image] May 20 15:42:40.967 INFO O| May 20 15:42:40.967 INFO STEP 66 (ensure_dir) COMPLETE
86272026-05-20T15:42:42.416Z[ recovery-image] May 20 15:42:40.967 INFO O| May 20 15:42:40.967 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86282026-05-20T15:42:42.421Z[ recovery-image] May 20 15:42:40.974 INFO O| May 20 15:42:40.974 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86292026-05-20T15:42:42.425Z[ recovery-image] May 20 15:42:40.975 INFO O| May 20 15:42:40.974 INFO STEP 67 (ensure_dir) COMPLETE
86302026-05-20T15:42:42.425Z[ recovery-image] May 20 15:42:40.975 INFO O| May 20 15:42:40.974 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86312026-05-20T15:42:42.429Z[ recovery-image] May 20 15:42:40.982 INFO O| May 20 15:42:40.982 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86322026-05-20T15:42:42.429Z[ recovery-image] May 20 15:42:40.982 INFO O| May 20 15:42:40.982 INFO STEP 68 (ensure_dir) COMPLETE
86332026-05-20T15:42:42.429Z[ recovery-image] May 20 15:42:40.982 INFO O| May 20 15:42:40.982 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86342026-05-20T15:42:42.437Z[ recovery-image] May 20 15:42:40.990 INFO O| May 20 15:42:40.990 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86352026-05-20T15:42:42.437Z[ recovery-image] May 20 15:42:40.990 INFO O| May 20 15:42:40.990 INFO STEP 69 (ensure_dir) COMPLETE
86362026-05-20T15:42:42.443Z[ recovery-image] May 20 15:42:40.990 INFO O| May 20 15:42:40.990 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86372026-05-20T15:42:42.446Z[ recovery-image] May 20 15:42:40.999 INFO O| May 20 15:42:40.999 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86382026-05-20T15:42:42.446Z[ recovery-image] May 20 15:42:40.999 INFO O| May 20 15:42:40.999 INFO copying /tmp/.tmpGtoU0F/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86392026-05-20T15:42:42.446Z[ recovery-image] May 20 15:42:40.999 INFO O| May 20 15:42:40.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86402026-05-20T15:42:42.446Z[ recovery-image] May 20 15:42:40.999 INFO O| May 20 15:42:40.999 INFO ok!
86412026-05-20T15:42:42.446Z[ recovery-image] May 20 15:42:40.999 INFO O| May 20 15:42:40.999 INFO STEP 70 (ensure_file) COMPLETE
86422026-05-20T15:42:42.446Z[ recovery-image] May 20 15:42:40.999 INFO O| May 20 15:42:40.999 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86432026-05-20T15:42:42.454Z[ recovery-image] May 20 15:42:41.007 INFO O| May 20 15:42:41.007 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86442026-05-20T15:42:42.461Z[ recovery-image] May 20 15:42:41.007 INFO O| May 20 15:42:41.007 INFO STEP 71 (remove_files) COMPLETE
86452026-05-20T15:42:42.461Z[ recovery-image] May 20 15:42:41.007 INFO O| May 20 15:42:41.007 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86462026-05-20T15:42:42.465Z[ recovery-image] May 20 15:42:41.015 INFO O| May 20 15:42:41.015 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86472026-05-20T15:42:42.465Z[ recovery-image] May 20 15:42:41.016 INFO O| May 20 15:42:41.015 INFO STEP 72 (remove_files) COMPLETE
86482026-05-20T15:42:42.466Z[ recovery-image] May 20 15:42:41.016 INFO O| May 20 15:42:41.016 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86492026-05-20T15:42:42.470Z[ recovery-image] May 20 15:42:41.024 INFO O| May 20 15:42:41.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86502026-05-20T15:42:42.470Z[ recovery-image] May 20 15:42:41.024 INFO O| May 20 15:42:41.024 INFO STEP 73 (remove_files) COMPLETE
86512026-05-20T15:42:42.470Z[ recovery-image] May 20 15:42:41.024 INFO O| May 20 15:42:41.024 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86522026-05-20T15:42:42.479Z[ recovery-image] May 20 15:42:41.032 INFO O| May 20 15:42:41.032 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86532026-05-20T15:42:42.484Z[ recovery-image] May 20 15:42:41.032 INFO O| May 20 15:42:41.032 INFO STEP 74 (remove_files) COMPLETE
86542026-05-20T15:42:42.484Z[ recovery-image] May 20 15:42:41.032 INFO O| May 20 15:42:41.032 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86552026-05-20T15:42:42.487Z[ recovery-image] May 20 15:42:41.041 INFO O| May 20 15:42:41.041 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86562026-05-20T15:42:42.487Z[ recovery-image] May 20 15:42:41.041 INFO O| May 20 15:42:41.041 INFO STEP 75 (remove_files) COMPLETE
86572026-05-20T15:42:42.491Z[ recovery-image] May 20 15:42:41.041 INFO O| May 20 15:42:41.041 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86582026-05-20T15:42:42.499Z[ recovery-image] May 20 15:42:41.050 INFO O| May 20 15:42:41.050 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86592026-05-20T15:42:42.499Z[ recovery-image] May 20 15:42:41.050 INFO O| May 20 15:42:41.050 INFO STEP 76 (remove_files) COMPLETE
86602026-05-20T15:42:42.500Z[ recovery-image] May 20 15:42:41.050 INFO O| May 20 15:42:41.050 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86612026-05-20T15:42:42.505Z[ recovery-image] May 20 15:42:41.059 INFO O| May 20 15:42:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86622026-05-20T15:42:42.505Z[ recovery-image] May 20 15:42:41.059 INFO O| May 20 15:42:41.059 INFO STEP 77 (remove_files) COMPLETE
86632026-05-20T15:42:42.505Z[ recovery-image] May 20 15:42:41.059 INFO O| May 20 15:42:41.059 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86642026-05-20T15:42:42.516Z[ recovery-image] May 20 15:42:41.069 INFO O| May 20 15:42:41.069 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86652026-05-20T15:42:42.516Z[ recovery-image] May 20 15:42:41.069 INFO O| May 20 15:42:41.069 INFO STEP 78 (remove_files) COMPLETE
86662026-05-20T15:42:42.516Z[ recovery-image] May 20 15:42:41.069 INFO O| May 20 15:42:41.069 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86672026-05-20T15:42:42.527Z[ recovery-image] May 20 15:42:41.081 INFO O| May 20 15:42:41.080 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86682026-05-20T15:42:42.527Z[ recovery-image] May 20 15:42:41.081 INFO O| May 20 15:42:41.081 INFO STEP 79 (remove_files) COMPLETE
86692026-05-20T15:42:42.531Z[ recovery-image] May 20 15:42:41.081 INFO O| May 20 15:42:41.081 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86702026-05-20T15:42:42.538Z[ recovery-image] May 20 15:42:41.092 INFO O| May 20 15:42:41.092 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86712026-05-20T15:42:42.538Z[ recovery-image] May 20 15:42:41.092 INFO O| May 20 15:42:41.092 INFO STEP 80 (remove_files) COMPLETE
86722026-05-20T15:42:42.538Z[ recovery-image] May 20 15:42:41.092 INFO O| May 20 15:42:41.092 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86732026-05-20T15:42:42.548Z[ recovery-image] May 20 15:42:41.101 INFO O| May 20 15:42:41.101 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86742026-05-20T15:42:42.548Z[ recovery-image] May 20 15:42:41.101 INFO O| May 20 15:42:41.101 INFO STEP 81 (remove_files) COMPLETE
86752026-05-20T15:42:42.555Z[ recovery-image] May 20 15:42:41.101 INFO O| May 20 15:42:41.101 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86762026-05-20T15:42:42.566Z[ recovery-image] May 20 15:42:41.112 INFO O| May 20 15:42:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86772026-05-20T15:42:42.566Z[ recovery-image] May 20 15:42:41.112 INFO O| May 20 15:42:41.112 INFO STEP 82 (remove_files) COMPLETE
86782026-05-20T15:42:42.574Z[ recovery-image] May 20 15:42:41.112 INFO O| May 20 15:42:41.112 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86792026-05-20T15:42:42.582Z[ recovery-image] May 20 15:42:41.123 INFO O| May 20 15:42:41.123 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86802026-05-20T15:42:42.582Z[ recovery-image] May 20 15:42:41.123 INFO O| May 20 15:42:41.123 INFO STEP 83 (remove_files) COMPLETE
86812026-05-20T15:42:42.582Z[ recovery-image] May 20 15:42:41.123 INFO O| May 20 15:42:41.123 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86822026-05-20T15:42:42.590Z[ recovery-image] May 20 15:42:41.133 INFO O| May 20 15:42:41.133 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86832026-05-20T15:42:42.590Z[ recovery-image] May 20 15:42:41.133 INFO O| May 20 15:42:41.133 INFO STEP 84 (remove_files) COMPLETE
86842026-05-20T15:42:42.590Z[ recovery-image] May 20 15:42:41.133 INFO O| May 20 15:42:41.133 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86852026-05-20T15:42:42.601Z[ recovery-image] May 20 15:42:41.144 INFO O| May 20 15:42:41.143 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86862026-05-20T15:42:42.602Z[ recovery-image] May 20 15:42:41.144 INFO O| May 20 15:42:41.144 INFO STEP 85 (remove_files) COMPLETE
86872026-05-20T15:42:42.602Z[ recovery-image] May 20 15:42:41.144 INFO O| May 20 15:42:41.144 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86882026-05-20T15:42:42.611Z[ recovery-image] May 20 15:42:41.154 INFO O| May 20 15:42:41.153 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86892026-05-20T15:42:42.611Z[ recovery-image] May 20 15:42:41.154 INFO O| May 20 15:42:41.154 INFO STEP 86 (remove_files) COMPLETE
86902026-05-20T15:42:42.611Z[ recovery-image] May 20 15:42:41.154 INFO O| May 20 15:42:41.154 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86912026-05-20T15:42:42.624Z[ recovery-image] May 20 15:42:41.172 INFO O| May 20 15:42:41.172 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86922026-05-20T15:42:42.625Z[ recovery-image] May 20 15:42:41.172 INFO O| May 20 15:42:41.172 INFO STEP 87 (remove_files) COMPLETE
86932026-05-20T15:42:42.625Z[ recovery-image] May 20 15:42:41.172 INFO O| May 20 15:42:41.172 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86942026-05-20T15:42:42.635Z[ recovery-image] May 20 15:42:41.180 INFO O| May 20 15:42:41.180 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86952026-05-20T15:42:42.635Z[ recovery-image] May 20 15:42:41.180 INFO O| May 20 15:42:41.180 INFO STEP 88 (remove_files) COMPLETE
86962026-05-20T15:42:42.635Z[ recovery-image] May 20 15:42:41.180 INFO O| May 20 15:42:41.180 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86972026-05-20T15:42:42.642Z[ recovery-image] May 20 15:42:41.188 INFO O| May 20 15:42:41.188 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86982026-05-20T15:42:42.642Z[ recovery-image] May 20 15:42:41.188 INFO O| May 20 15:42:41.188 INFO STEP 89 (remove_files) COMPLETE
86992026-05-20T15:42:42.642Z[ recovery-image] May 20 15:42:41.188 INFO O| May 20 15:42:41.188 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87002026-05-20T15:42:42.645Z[ recovery-image] May 20 15:42:41.196 INFO O| May 20 15:42:41.196 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87012026-05-20T15:42:42.645Z[ recovery-image] May 20 15:42:41.196 INFO O| May 20 15:42:41.196 INFO STEP 90 (remove_files) COMPLETE
87022026-05-20T15:42:42.646Z[ recovery-image] May 20 15:42:41.196 INFO O| May 20 15:42:41.196 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87032026-05-20T15:42:42.650Z[ recovery-image] May 20 15:42:41.204 INFO O| May 20 15:42:41.204 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87042026-05-20T15:42:42.650Z[ recovery-image] May 20 15:42:41.204 INFO O| May 20 15:42:41.204 INFO STEP 91 (remove_files) COMPLETE
87052026-05-20T15:42:42.654Z[ recovery-image] May 20 15:42:41.204 INFO O| May 20 15:42:41.204 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87062026-05-20T15:42:42.658Z[ recovery-image] May 20 15:42:41.212 INFO O| May 20 15:42:41.212 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87072026-05-20T15:42:42.659Z[ recovery-image] May 20 15:42:41.212 INFO O| May 20 15:42:41.212 INFO STEP 92 (remove_files) COMPLETE
87082026-05-20T15:42:42.662Z[ recovery-image] May 20 15:42:41.212 INFO O| May 20 15:42:41.212 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87092026-05-20T15:42:42.667Z[ recovery-image] May 20 15:42:41.221 INFO O| May 20 15:42:41.221 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87102026-05-20T15:42:42.667Z[ recovery-image] May 20 15:42:41.221 INFO O| May 20 15:42:41.221 INFO STEP 93 (remove_files) COMPLETE
87112026-05-20T15:42:42.673Z[ recovery-image] May 20 15:42:41.221 INFO O| May 20 15:42:41.221 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87122026-05-20T15:42:42.682Z[ recovery-image] May 20 15:42:41.229 INFO O| May 20 15:42:41.229 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87132026-05-20T15:42:42.682Z[ recovery-image] May 20 15:42:41.229 INFO O| May 20 15:42:41.229 INFO STEP 94 (remove_files) COMPLETE
87142026-05-20T15:42:42.682Z[ recovery-image] May 20 15:42:41.229 INFO O| May 20 15:42:41.229 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87152026-05-20T15:42:42.703Z[ recovery-image] May 20 15:42:41.251 INFO O| May 20 15:42:41.251 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87162026-05-20T15:42:42.703Z[ recovery-image] May 20 15:42:41.251 INFO O| May 20 15:42:41.251 INFO STEP 95 (remove_files) COMPLETE
87172026-05-20T15:42:42.703Z[ recovery-image] May 20 15:42:41.251 INFO O| May 20 15:42:41.251 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87182026-05-20T15:42:42.710Z[ recovery-image] May 20 15:42:41.260 INFO O| May 20 15:42:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87192026-05-20T15:42:42.710Z[ recovery-image] May 20 15:42:41.260 INFO O| May 20 15:42:41.260 INFO STEP 96 (remove_files) COMPLETE
87202026-05-20T15:42:42.714Z[ recovery-image] May 20 15:42:41.260 INFO O| May 20 15:42:41.260 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87212026-05-20T15:42:42.721Z[ recovery-image] May 20 15:42:41.270 INFO O| May 20 15:42:41.270 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87222026-05-20T15:42:42.721Z[ recovery-image] May 20 15:42:41.270 INFO O| May 20 15:42:41.270 INFO STEP 97 (remove_files) COMPLETE
87232026-05-20T15:42:42.721Z[ recovery-image] May 20 15:42:41.270 INFO O| May 20 15:42:41.270 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87242026-05-20T15:42:42.730Z[ recovery-image] May 20 15:42:41.279 INFO O| May 20 15:42:41.279 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87252026-05-20T15:42:42.730Z[ recovery-image] May 20 15:42:41.279 INFO O| May 20 15:42:41.279 INFO STEP 98 (remove_files) COMPLETE
87262026-05-20T15:42:42.738Z[ recovery-image] May 20 15:42:41.279 INFO O| May 20 15:42:41.279 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87272026-05-20T15:42:42.747Z[ recovery-image] May 20 15:42:41.288 INFO O| May 20 15:42:41.288 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87282026-05-20T15:42:42.747Z[ recovery-image] May 20 15:42:41.288 INFO O| May 20 15:42:41.288 INFO STEP 99 (remove_files) COMPLETE
87292026-05-20T15:42:42.747Z[ recovery-image] May 20 15:42:41.288 INFO O| May 20 15:42:41.288 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87302026-05-20T15:42:42.772Z[ recovery-image] May 20 15:42:41.323 INFO O| May 20 15:42:41.323 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87312026-05-20T15:42:42.772Z[ recovery-image] May 20 15:42:41.323 INFO O| May 20 15:42:41.323 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_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"}
87322026-05-20T15:42:47.019Z[ recovery-image] May 20 15:42:45.572 INFO O| May 20 15:42:45.572 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
87332026-05-20T15:42:47.019Z[ recovery-image] May 20 15:42:45.572 INFO O| May 20 15:42:45.572 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87342026-05-20T15:42:47.028Z[ recovery-image] May 20 15:42:45.582 INFO O| May 20 15:42:45.582 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
87352026-05-20T15:42:47.121Z[ recovery-image] May 20 15:42:45.675 INFO O| May 20 15:42:45.675 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87362026-05-20T15:42:47.173Z[ recovery-image] May 20 15:42:45.727 INFO O| May 20 15:42:45.727 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
87372026-05-20T15:42:47.236Z[ recovery-image] May 20 15:42:45.789 INFO O| May 20 15:42:45.789 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87382026-05-20T15:42:47.236Z[ recovery-image] May 20 15:42:45.789 INFO O| May 20 15:42:45.789 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 ...
87392026-05-20T15:42:47.244Z[ recovery-image] May 20 15:42:45.791 INFO O| May 20 15:42:45.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87402026-05-20T15:42:47.244Z[ recovery-image] May 20 15:42:45.791 INFO O| May 20 15:42:45.791 INFO ok!
87412026-05-20T15:42:47.244Z[ recovery-image] May 20 15:42:45.791 INFO O| May 20 15:42:45.791 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87422026-05-20T15:42:47.244Z[ recovery-image] May 20 15:42:45.791 INFO O| May 20 15:42:45.791 INFO STEP 100 (seed_smf) COMPLETE
87432026-05-20T15:42:47.244Z[ recovery-image] May 20 15:42:45.791 INFO O| May 20 15:42:45.791 INFO steps complete; finalising image!
87442026-05-20T15:42:47.244Z[ recovery-image] May 20 15:42:45.791 INFO O| May 20 15:42:45.791 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87452026-05-20T15:42:47.299Z[ recovery-image] May 20 15:42:45.853 INFO O| May 20 15:42:45.852 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed May 20 15:42:45 2026)
87462026-05-20T15:42:47.505Z[ recovery-image] May 20 15:42:46.058 INFO O| May 20 15:42:46.058 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed May 20 15:42:45 2026)
87472026-05-20T15:42:47.711Z[ recovery-image] May 20 15:42:46.264 INFO O| May 20 15:42:46.264 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed May 20 15:42:45 2026)
87482026-05-20T15:42:47.929Z[ recovery-image] May 20 15:42:46.482 INFO O| May 20 15:42:46.482 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
87492026-05-20T15:42:47.929Z[ recovery-image] May 20 15:42:46.482 INFO O| May 20 15:42:46.482 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87502026-05-20T15:42:48.467Z[ recovery-image] May 20 15:42:47.020 INFO O| May 20 15:42:47.020 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
87512026-05-20T15:42:48.467Z[ recovery-image] May 20 15:42:47.020 INFO O| May 20 15:42:47.020 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87522026-05-20T15:42:50.040Z[ host-image] May 20 15:42:48.593 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23989:20260513T150959Z
87532026-05-20T15:42:50.040Z[ host-image] May 20 15:42:48.593 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23989:20260513T150959Z
87542026-05-20T15:42:50.044Z[ host-image] May 20 15:42:48.593 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87552026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.593 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87562026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.593 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87572026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.593 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87582026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.593 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87592026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.593 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87602026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.594 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260520T152842Z
87612026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.594 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87622026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.594 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87632026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.594 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23989:20260513T150959Z
87642026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.594 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23989:20260513T151000Z
87652026-05-20T15:42:50.045Z[ host-image] May 20 15:42:48.594 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23989:20260513T151000Z
87662026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23989:20260513T151000Z
87672026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87682026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23989:20260513T151000Z
87692026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23989:20260513T151000Z
87702026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23989:20260513T151000Z
87712026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23989:20260513T151000Z
87722026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23989:20260513T151001Z
87732026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23989:20260513T151001Z
87742026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23989:20260513T151001Z
87752026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23989:20260513T151001Z
87762026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23989:20260513T151002Z
87772026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23989:20260513T151002Z
87782026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.595 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23989:20260513T151003Z
87792026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23989:20260513T151003Z
87802026-05-20T15:42:50.046Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23989:20260513T151004Z
87812026-05-20T15:42:50.047Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23989:20260513T151005Z
87822026-05-20T15:42:50.047Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
87832026-05-20T15:42:50.047Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23989:20260513T151005Z
87842026-05-20T15:42:50.047Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23989:20260513T151007Z
87852026-05-20T15:42:50.047Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23989:20260513T151008Z
87862026-05-20T15:42:50.047Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23989:20260513T151008Z
87872026-05-20T15:42:50.047Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23989:20260513T151009Z
87882026-05-20T15:42:50.047Z[ host-image] May 20 15:42:48.596 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23989:20260513T151009Z
87892026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87902026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23989:20260513T151009Z
87912026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87922026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87932026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87942026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87952026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23989:20260513T151009Z
87962026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87972026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.599 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87982026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.600 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87992026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.600 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88002026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.603 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88012026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.603 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88022026-05-20T15:42:50.051Z[ host-image] May 20 15:42:48.603 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88032026-05-20T15:42:50.052Z[ host-image] May 20 15:42:48.603 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88042026-05-20T15:42:50.052Z[ host-image] May 20 15:42:48.604 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88052026-05-20T15:42:50.052Z[ host-image] May 20 15:42:48.604 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88062026-05-20T15:42:50.062Z[ host-image] May 20 15:42:48.616 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
88072026-05-20T15:42:50.062Z[ host-image] May 20 15:42:48.616 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88082026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.616 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88092026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.616 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23989:20260513T151011Z
88102026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.616 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23989:20260513T151015Z
88112026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.616 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88122026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.616 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23989:20260513T151015Z
88132026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.617 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88142026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.617 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88152026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.617 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88162026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.617 INFO O| install = pkg://helios/network/rsync@3.4.2-3.0:20260512T090630Z
88172026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.617 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23989:20260513T151015Z
88182026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.617 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88192026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.618 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88202026-05-20T15:42:50.066Z[ host-image] May 20 15:42:48.618 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88212026-05-20T15:42:50.067Z[ host-image] May 20 15:42:48.618 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88222026-05-20T15:42:50.067Z[ host-image] May 20 15:42:48.618 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23989:20260513T151016Z
88232026-05-20T15:42:50.067Z[ host-image] May 20 15:42:48.618 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88242026-05-20T15:42:50.070Z[ host-image] May 20 15:42:48.622 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88252026-05-20T15:42:50.070Z[ host-image] May 20 15:42:48.622 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23989:20260513T151016Z
88262026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.622 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23989:20260513T151016Z
88272026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.622 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23989:20260513T151016Z
88282026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.622 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88292026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.623 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23989:20260513T151017Z
88302026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.623 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23989:20260513T151017Z
88312026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.623 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23989:20260513T151017Z
88322026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.623 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23989:20260513T151017Z
88332026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.624 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88342026-05-20T15:42:50.071Z[ host-image] May 20 15:42:48.624 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23989:20260513T151018Z
88352026-05-20T15:42:50.075Z[ host-image] May 20 15:42:48.624 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23989:20260513T151019Z
88362026-05-20T15:42:50.075Z[ host-image] May 20 15:42:48.624 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88372026-05-20T15:42:50.075Z[ host-image] May 20 15:42:48.624 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23989:20260513T151019Z
88382026-05-20T15:42:50.075Z[ host-image] May 20 15:42:48.624 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23989:20260513T151019Z
88392026-05-20T15:42:50.075Z[ host-image] May 20 15:42:48.624 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23989:20260513T151019Z
88402026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.624 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23989:20260513T151019Z
88412026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.626 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23989:20260513T151019Z
88422026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.626 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88432026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.627 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.23989:20260513T151019Z
88442026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.628 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23989:20260513T151019Z
88452026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.628 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23989:20260513T151019Z
88462026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.628 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23989:20260513T151020Z
88472026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.628 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23989:20260513T151020Z
88482026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.628 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23989:20260513T151020Z
88492026-05-20T15:42:50.076Z[ host-image] May 20 15:42:48.628 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.23989:20260513T151020Z
88502026-05-20T15:42:50.080Z[ host-image] May 20 15:42:48.631 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23989:20260513T151021Z
88512026-05-20T15:42:50.080Z[ host-image] May 20 15:42:48.631 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23989:20260513T151021Z
88522026-05-20T15:42:50.080Z[ host-image] May 20 15:42:48.631 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23989:20260513T151021Z
88532026-05-20T15:42:50.080Z[ host-image] May 20 15:42:48.631 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23989:20260513T151021Z
88542026-05-20T15:42:50.080Z[ host-image] May 20 15:42:48.631 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23989:20260513T151021Z
88552026-05-20T15:42:50.299Z[ host-image] May 20 15:42:48.637 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23989:20260513T151023Z
88562026-05-20T15:42:50.299Z[ host-image] May 20 15:42:48.637 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23989:20260513T151021Z
88572026-05-20T15:42:50.299Z[ host-image] May 20 15:42:48.637 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23989:20260513T151021Z
88582026-05-20T15:42:50.299Z[ host-image] May 20 15:42:48.637 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88592026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.637 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88602026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23989:20260513T151022Z
88612026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88622026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23989:20260513T151022Z
88632026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23989:20260513T151022Z
88642026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23989:20260513T151022Z
88652026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88662026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88672026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23989:20260513T151023Z
88682026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.646 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23989:20260513T151023Z
88692026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.647 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23989:20260513T151023Z
88702026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.647 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23989:20260513T151023Z
88712026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.647 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23989:20260513T151023Z
88722026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.647 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23989:20260513T151023Z
88732026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.647 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88742026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/microcode/amd@20251202-3.0.23989:20260513T151024Z
88752026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/microcode/intel@20260227-3.0.23989:20260513T151024Z
88762026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23989:20260513T151024Z
88772026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23989:20260513T151025Z
88782026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23989:20260513T151024Z
88792026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23989:20260513T151024Z
88802026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88812026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88822026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23989:20260513T151026Z
88832026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23989:20260513T151027Z
88842026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88852026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88862026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.648 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88872026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.649 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88882026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.649 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88892026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.649 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88902026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.649 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
88912026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.650 INFO O| tempdir @ "/tmp/.tmpi5P3rY/tmp"
88922026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.650 INFO O| image root @ "/tmp/.tmpi5P3rY/tmp/root"
88932026-05-20T15:42:50.300Z[ host-image] May 20 15:42:48.650 INFO O| creating image...
88942026-05-20T15:42:50.656Z[ recovery-image] May 20 15:42:49.209 INFO O| May 20 15:42:49.209 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88952026-05-20T15:42:50.656Z[ recovery-image] May 20 15:42:49.209 INFO O| May 20 15:42:49.209 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88962026-05-20T15:42:50.659Z[ recovery-image] May 20 15:42:49.209 INFO O| May 20 15:42:49.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88972026-05-20T15:42:50.659Z[ recovery-image] May 20 15:42:49.209 INFO O| May 20 15:42:49.209 INFO completed processing sled/zfs-recovery
88982026-05-20T15:42:50.659Z[ recovery-image] May 20 15:42:49.209 INFO O| May 20 15:42:49.209 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88992026-05-20T15:42:51.949Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
89002026-05-20T15:42:52.166Z[ host-image] May 20 15:42:50.719 INFO O| copying publishers...
89012026-05-20T15:42:52.502Z[ recovery-image] May 20 15:42:51.056 INFO O| May 20 15:42:51.055 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
89022026-05-20T15:42:52.660Z[ recovery-image] May 20 15:42:51.213 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
89032026-05-20T15:42:52.660Z[ recovery-image] May 20 15:42:51.213 INFO expanded image name: "recovery 002f7b6/${os_short_commit} 2026-05-20 15:28" -> "recovery 002f7b6/d25f6ee 2026-05-20 15:28"
89042026-05-20T15:42:52.660Z[ recovery-image] May 20 15:42:51.213 INFO output artefacts stored in: "/work/os-recovery"
89052026-05-20T15:42:52.663Z[ recovery-image] May 20 15:42:51.213 INFO collecting git info from project "dmar-report"...
89062026-05-20T15:42:52.670Z[ recovery-image] May 20 15:42:51.224 INFO collecting git info from project "pinprick"...
89072026-05-20T15:42:52.676Z[ recovery-image] May 20 15:42:51.230 INFO collecting git info from project "phbl"...
89082026-05-20T15:42:52.682Z[ recovery-image] May 20 15:42:51.236 INFO collecting git info from project "amd-host-image-builder"...
89092026-05-20T15:42:52.720Z[ recovery-image] May 20 15:42:51.273 INFO collecting git info from project "image-builder"...
89102026-05-20T15:42:52.726Z[ recovery-image] May 20 15:42:51.280 INFO collecting git info from project "pilot"...
89112026-05-20T15:42:52.752Z[ recovery-image] May 20 15:42:51.305 INFO collecting git info from project "chelsio-t6-roms"...
89122026-05-20T15:42:52.782Z[ recovery-image] May 20 15:42:51.335 INFO collecting git info from project "bootserver"...
89132026-05-20T15:42:52.828Z[ recovery-image] May 20 15:42:51.381 INFO collecting git info from project "amd-firmware"...
89142026-05-20T15:42:52.973Z[ host-image] May 20 15:42:51.526 INFO O| adding properties...
89152026-05-20T15:42:53.217Z[ recovery-image] May 20 15:42:51.770 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89162026-05-20T15:42:53.993Z[ host-image] May 20 15:42:52.547 INFO O| installing packages...
89172026-05-20T15:42:54.053Z[ recovery-image] May 20 15:42:52.606 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89182026-05-20T15:42:54.434Z[ recovery-image] May 20 15:42:52.987 INFO creating Oxide boot image...
89192026-05-20T15:42:54.434Z[ recovery-image] May 20 15:42:52.987 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 002f7b6/d25f6ee 2026-05-20 15:28", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89202026-05-20T15:43:05.849Z[ host-image] May 20 15:43:04.402 INFO O| seeding SMF database...
89212026-05-20T15:43:10.339Z[ host-image] May 20 15:43:08.891 INFO O| configuring SMF profile...
89222026-05-20T15:43:10.339Z[ host-image] May 20 15:43:08.892 INFO O| modifying shadow(5)...
89232026-05-20T15:43:10.343Z[ host-image] May 20 15:43:08.892 INFO O| loading user and group database...
89242026-05-20T15:43:10.343Z[ host-image] May 20 15:43:08.892 INFO O| loading facet selections...
89252026-05-20T15:43:10.685Z[ host-image] May 20 15:43:09.239 INFO O| devel -> true
89262026-05-20T15:43:10.685Z[ host-image] May 20 15:43:09.239 INFO O| doc.man -> true
89272026-05-20T15:43:10.685Z[ host-image] May 20 15:43:09.239 INFO O| version-lock.shell/ksh93 -> true
89282026-05-20T15:43:10.688Z[ host-image] May 20 15:43:09.239 INFO O| version-lock.system/data/hardware-registry -> true
89292026-05-20T15:43:10.688Z[ host-image] May 20 15:43:09.239 INFO O| version-lock.system/data/zoneinfo -> true
89302026-05-20T15:43:10.688Z[ host-image] May 20 15:43:09.239 INFO O| version-lock.system/microcode/amd -> true
89312026-05-20T15:43:10.688Z[ host-image] May 20 15:43:09.239 INFO O| version-lock.system/microcode/intel -> true
89322026-05-20T15:43:10.688Z[ host-image] May 20 15:43:09.239 INFO O| version-lock.system/microcode/oxide -> true
89332026-05-20T15:43:10.688Z[ host-image] May 20 15:43:09.239 INFO O| assessing packaged files...
89342026-05-20T15:43:12.401Z[ host-image] May 20 15:43:10.955 INFO O| creating archive...
89352026-05-20T15:43:12.422Z[ host-image] May 20 15:43:10.976 INFO O| missing from packaging:
89362026-05-20T15:43:12.425Z[ host-image] May 20 15:43:10.976 INFO O| "etc/.pwd.lock"
89372026-05-20T15:43:12.425Z[ host-image] May 20 15:43:10.976 INFO O| "etc/bash"
89382026-05-20T15:43:12.429Z[ host-image] May 20 15:43:10.979 INFO O| "etc/svc/profile/generic.xml"
89392026-05-20T15:43:12.429Z[ host-image] May 20 15:43:10.979 INFO O| "etc/svc/profile/inetd_services.xml"
89402026-05-20T15:43:12.429Z[ host-image] May 20 15:43:10.979 INFO O| "etc/svc/profile/name_service.xml"
89412026-05-20T15:43:12.429Z[ host-image] May 20 15:43:10.979 INFO O| "etc/svc/profile/platform.xml"
89422026-05-20T15:43:12.429Z[ host-image] May 20 15:43:10.979 INFO O| "etc/svc/profile/platform_omicron1.xml"
89432026-05-20T15:43:12.429Z[ host-image] May 20 15:43:10.979 INFO O| "etc/svc/repository.db"
89442026-05-20T15:43:12.433Z[ host-image] May 20 15:43:10.986 INFO O| "opt/ooce/share"
89452026-05-20T15:43:12.433Z[ host-image] May 20 15:43:10.986 INFO O| "opt/ooce/share/man"
89462026-05-20T15:43:12.433Z[ host-image] May 20 15:43:10.986 INFO O| "opt/ooce/share/man/man1"
89472026-05-20T15:43:12.441Z[ host-image] May 20 15:43:10.995 INFO O| finishing archive...
89482026-05-20T15:43:14.772Z[ host-image] May 20 15:43:13.325 INFO O| creating gzonly manifest...
89492026-05-20T15:43:14.778Z[ host-image] May 20 15:43:13.332 INFO O| ok
89502026-05-20T15:43:14.890Z[ host-image] May 20 15:43:13.443 INFO image builder template: ramdisk-02-trim...
89512026-05-20T15:43:14.890Z[ host-image] May 20 15:43:13.443 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/.tmpGtoU0F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None
89522026-05-20T15:43:14.910Z[ host-image] May 20 15:43:13.463 INFO O| May 20 15:43:13.463 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89532026-05-20T15:43:14.914Z[ host-image] May 20 15:43:13.467 INFO O| May 20 15:43:13.467 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89542026-05-20T15:43:15.052Z[ host-image] May 20 15:43:13.605 INFO O| May 20 15:43:13.605 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89552026-05-20T15:43:15.126Z[ host-image] May 20 15:43:13.679 INFO O| May 20 15:43:13.679 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89562026-05-20T15:43:15.126Z[ host-image] May 20 15:43:13.679 INFO O| May 20 15:43:13.679 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89572026-05-20T15:43:15.130Z[ host-image] May 20 15:43:13.684 INFO O| May 20 15:43:13.684 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89582026-05-20T15:43:15.134Z[ host-image] May 20 15:43:13.688 INFO O| May 20 15:43:13.688 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89592026-05-20T15:43:15.142Z[ host-image] May 20 15:43:13.692 INFO O| May 20 15:43:13.692 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89602026-05-20T15:43:15.504Z[ host-image] May 20 15:43:14.058 INFO O| May 20 15:43:14.057 INFO rolled back to input snapshot; work may begin
89612026-05-20T15:43:15.504Z[ host-image] May 20 15:43:14.058 INFO O| May 20 15:43:14.058 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89622026-05-20T15:43:15.509Z[ host-image] May 20 15:43:14.063 INFO O| May 20 15:43:14.063 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89632026-05-20T15:43:15.518Z[ host-image] May 20 15:43:14.072 INFO O| May 20 15:43:14.072 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89642026-05-20T15:43:15.598Z[ host-image] May 20 15:43:14.151 INFO O| May 20 15:43:14.151 INFO STEP 0 (remove_files) COMPLETE
89652026-05-20T15:43:15.598Z[ host-image] May 20 15:43:14.152 INFO O| May 20 15:43:14.151 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89662026-05-20T15:43:15.616Z[ host-image] May 20 15:43:14.169 INFO O| May 20 15:43:14.169 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89672026-05-20T15:43:15.619Z[ host-image] May 20 15:43:14.170 INFO O| May 20 15:43:14.170 INFO STEP 1 (remove_files) COMPLETE
89682026-05-20T15:43:15.619Z[ host-image] May 20 15:43:14.170 INFO O| May 20 15:43:14.170 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89692026-05-20T15:43:15.636Z[ host-image] May 20 15:43:14.180 INFO O| May 20 15:43:14.180 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89702026-05-20T15:43:15.639Z[ host-image] May 20 15:43:14.192 INFO O| May 20 15:43:14.192 INFO STEP 2 (remove_files) COMPLETE
89712026-05-20T15:43:15.640Z[ host-image] May 20 15:43:14.192 INFO O| May 20 15:43:14.192 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89722026-05-20T15:43:15.649Z[ host-image] May 20 15:43:14.202 INFO O| May 20 15:43:14.202 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89732026-05-20T15:43:15.652Z[ host-image] May 20 15:43:14.204 INFO O| May 20 15:43:14.204 INFO STEP 3 (remove_files) COMPLETE
89742026-05-20T15:43:15.652Z[ host-image] May 20 15:43:14.204 INFO O| May 20 15:43:14.204 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89752026-05-20T15:43:15.668Z[ host-image] May 20 15:43:14.222 INFO O| May 20 15:43:14.222 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89762026-05-20T15:43:15.672Z[ host-image] May 20 15:43:14.225 INFO O| May 20 15:43:14.225 INFO STEP 4 (remove_files) COMPLETE
89772026-05-20T15:43:15.672Z[ host-image] May 20 15:43:14.225 INFO O| May 20 15:43:14.225 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89782026-05-20T15:43:15.682Z[ host-image] May 20 15:43:14.236 INFO O| May 20 15:43:14.236 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89792026-05-20T15:43:15.685Z[ host-image] May 20 15:43:14.238 INFO O| May 20 15:43:14.237 INFO STEP 5 (remove_files) COMPLETE
89802026-05-20T15:43:15.685Z[ host-image] May 20 15:43:14.238 INFO O| May 20 15:43:14.238 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89812026-05-20T15:43:15.694Z[ host-image] May 20 15:43:14.248 INFO O| May 20 15:43:14.248 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89822026-05-20T15:43:15.704Z[ host-image] May 20 15:43:14.257 INFO O| May 20 15:43:14.257 INFO STEP 6 (remove_files) COMPLETE
89832026-05-20T15:43:15.704Z[ host-image] May 20 15:43:14.257 INFO O| May 20 15:43:14.257 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89842026-05-20T15:43:15.706Z[ host-image] May 20 15:43:14.257 INFO O| May 20 15:43:14.257 INFO skip step because feature "heliosv2" is not enabled
89852026-05-20T15:43:15.706Z[ host-image] May 20 15:43:14.257 INFO O| May 20 15:43:14.257 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89862026-05-20T15:43:15.723Z[ host-image] May 20 15:43:14.268 INFO O| May 20 15:43:14.268 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89872026-05-20T15:43:15.725Z[ host-image] May 20 15:43:14.279 INFO O| May 20 15:43:14.279 INFO STEP 8 (remove_files) COMPLETE
89882026-05-20T15:43:15.725Z[ host-image] May 20 15:43:14.279 INFO O| May 20 15:43:14.279 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89892026-05-20T15:43:15.735Z[ host-image] May 20 15:43:14.289 INFO O| May 20 15:43:14.288 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89902026-05-20T15:43:15.800Z[ host-image] May 20 15:43:14.354 INFO O| May 20 15:43:14.354 INFO STEP 9 (remove_files) COMPLETE
89912026-05-20T15:43:15.800Z[ host-image] May 20 15:43:14.354 INFO O| May 20 15:43:14.354 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89922026-05-20T15:43:15.852Z[ host-image] May 20 15:43:14.405 INFO O| May 20 15:43:14.405 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89932026-05-20T15:43:15.923Z[ host-image] May 20 15:43:14.476 INFO O| May 20 15:43:14.476 INFO STEP 10 (remove_files) COMPLETE
89942026-05-20T15:43:15.923Z[ host-image] May 20 15:43:14.476 INFO O| May 20 15:43:14.476 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89952026-05-20T15:43:15.940Z[ host-image] May 20 15:43:14.493 INFO O| May 20 15:43:14.493 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89962026-05-20T15:43:15.943Z[ host-image] May 20 15:43:14.496 INFO O| May 20 15:43:14.496 INFO STEP 11 (remove_files) COMPLETE
89972026-05-20T15:43:15.943Z[ host-image] May 20 15:43:14.496 INFO O| May 20 15:43:14.496 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89982026-05-20T15:43:15.953Z[ host-image] May 20 15:43:14.506 INFO O| May 20 15:43:14.506 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89992026-05-20T15:43:15.956Z[ host-image] May 20 15:43:14.507 INFO O| May 20 15:43:14.507 INFO STEP 12 (remove_files) COMPLETE
90002026-05-20T15:43:15.956Z[ host-image] May 20 15:43:14.507 INFO O| May 20 15:43:14.507 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90012026-05-20T15:43:15.964Z[ host-image] May 20 15:43:14.518 INFO O| May 20 15:43:14.518 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90022026-05-20T15:43:15.967Z[ host-image] May 20 15:43:14.520 INFO O| May 20 15:43:14.520 INFO STEP 13 (remove_files) COMPLETE
90032026-05-20T15:43:15.967Z[ host-image] May 20 15:43:14.520 INFO O| May 20 15:43:14.520 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90042026-05-20T15:43:15.988Z[ host-image] May 20 15:43:14.541 INFO O| May 20 15:43:14.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
90052026-05-20T15:43:15.988Z[ host-image] May 20 15:43:14.541 INFO O| May 20 15:43:14.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
90062026-05-20T15:43:15.994Z[ host-image] May 20 15:43:14.548 INFO O| May 20 15:43:14.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90072026-05-20T15:43:15.994Z[ host-image] May 20 15:43:14.548 INFO O| May 20 15:43:14.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90082026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.548 INFO O| May 20 15:43:14.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90092026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.548 INFO O| May 20 15:43:14.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90102026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.548 INFO O| May 20 15:43:14.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90112026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.548 INFO O| May 20 15:43:14.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90122026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90132026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90142026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90152026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90162026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90172026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90182026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90192026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90202026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90212026-05-20T15:43:15.997Z[ host-image] May 20 15:43:14.549 INFO O| May 20 15:43:14.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90222026-05-20T15:43:16.048Z[ host-image] May 20 15:43:14.602 INFO O| May 20 15:43:14.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90232026-05-20T15:43:16.051Z[ host-image] May 20 15:43:14.604 INFO O| May 20 15:43:14.604 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90242026-05-20T15:43:16.219Z[ host-image] May 20 15:43:14.773 INFO O| May 20 15:43:14.773 INFO STEP 14 (remove_files) COMPLETE
90252026-05-20T15:43:16.219Z[ host-image] May 20 15:43:14.773 INFO O| May 20 15:43:14.773 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90262026-05-20T15:43:16.251Z[ host-image] May 20 15:43:14.797 INFO O| May 20 15:43:14.797 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90272026-05-20T15:43:16.251Z[ host-image] May 20 15:43:14.798 INFO O| May 20 15:43:14.798 INFO STEP 15 (remove_files) COMPLETE
90282026-05-20T15:43:16.254Z[ host-image] May 20 15:43:14.798 INFO O| May 20 15:43:14.798 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90292026-05-20T15:43:16.254Z[ host-image] May 20 15:43:14.806 INFO O| May 20 15:43:14.806 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90302026-05-20T15:43:16.258Z[ host-image] May 20 15:43:14.812 INFO O| May 20 15:43:14.812 INFO STEP 16 (remove_files) COMPLETE
90312026-05-20T15:43:16.258Z[ host-image] May 20 15:43:14.812 INFO O| May 20 15:43:14.812 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90322026-05-20T15:43:16.298Z[ host-image] May 20 15:43:14.852 INFO O| May 20 15:43:14.851 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90332026-05-20T15:43:16.301Z[ host-image] May 20 15:43:14.852 INFO O| May 20 15:43:14.852 INFO STEP 17 (remove_files) COMPLETE
90342026-05-20T15:43:16.301Z[ host-image] May 20 15:43:14.852 INFO O| May 20 15:43:14.852 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90352026-05-20T15:43:16.309Z[ host-image] May 20 15:43:14.861 INFO O| May 20 15:43:14.861 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90362026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.863 INFO O| May 20 15:43:14.862 INFO STEP 18 (remove_files) COMPLETE
90372026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.863 INFO O| May 20 15:43:14.863 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90382026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.872 INFO O| May 20 15:43:14.872 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90392026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.872 INFO O| May 20 15:43:14.872 INFO STEP 19 (remove_files) COMPLETE
90402026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.872 INFO O| May 20 15:43:14.872 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90412026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.881 INFO O| May 20 15:43:14.881 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90422026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.881 INFO O| May 20 15:43:14.881 INFO STEP 20 (remove_files) COMPLETE
90432026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.881 INFO O| May 20 15:43:14.881 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.891 INFO O| May 20 15:43:14.891 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90452026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.891 INFO O| May 20 15:43:14.891 INFO STEP 21 (remove_files) COMPLETE
90462026-05-20T15:43:16.341Z[ host-image] May 20 15:43:14.891 INFO O| May 20 15:43:14.891 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472026-05-20T15:43:16.349Z[ host-image] May 20 15:43:14.903 INFO O| May 20 15:43:14.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90482026-05-20T15:43:16.350Z[ host-image] May 20 15:43:14.903 INFO O| May 20 15:43:14.903 INFO STEP 22 (remove_files) COMPLETE
90492026-05-20T15:43:16.352Z[ host-image] May 20 15:43:14.903 INFO O| May 20 15:43:14.903 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502026-05-20T15:43:16.358Z[ host-image] May 20 15:43:14.912 INFO O| May 20 15:43:14.912 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90512026-05-20T15:43:16.358Z[ host-image] May 20 15:43:14.912 INFO O| May 20 15:43:14.912 INFO STEP 23 (remove_files) COMPLETE
90522026-05-20T15:43:16.362Z[ host-image] May 20 15:43:14.912 INFO O| May 20 15:43:14.912 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532026-05-20T15:43:16.367Z[ host-image] May 20 15:43:14.921 INFO O| May 20 15:43:14.921 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90542026-05-20T15:43:16.367Z[ host-image] May 20 15:43:14.921 INFO O| May 20 15:43:14.921 INFO STEP 24 (remove_files) COMPLETE
90552026-05-20T15:43:16.367Z[ host-image] May 20 15:43:14.921 INFO O| May 20 15:43:14.921 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562026-05-20T15:43:16.375Z[ host-image] May 20 15:43:14.929 INFO O| May 20 15:43:14.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90572026-05-20T15:43:16.375Z[ host-image] May 20 15:43:14.929 INFO O| May 20 15:43:14.929 INFO STEP 25 (remove_files) COMPLETE
90582026-05-20T15:43:16.375Z[ host-image] May 20 15:43:14.929 INFO O| May 20 15:43:14.929 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592026-05-20T15:43:16.384Z[ host-image] May 20 15:43:14.938 INFO O| May 20 15:43:14.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90602026-05-20T15:43:16.384Z[ host-image] May 20 15:43:14.938 INFO O| May 20 15:43:14.938 INFO STEP 26 (remove_files) COMPLETE
90612026-05-20T15:43:16.384Z[ host-image] May 20 15:43:14.938 INFO O| May 20 15:43:14.938 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622026-05-20T15:43:16.393Z[ host-image] May 20 15:43:14.946 INFO O| May 20 15:43:14.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90632026-05-20T15:43:16.393Z[ host-image] May 20 15:43:14.947 INFO O| May 20 15:43:14.946 INFO STEP 27 (remove_files) COMPLETE
90642026-05-20T15:43:16.393Z[ host-image] May 20 15:43:14.947 INFO O| May 20 15:43:14.946 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652026-05-20T15:43:16.401Z[ host-image] May 20 15:43:14.955 INFO O| May 20 15:43:14.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90662026-05-20T15:43:16.401Z[ host-image] May 20 15:43:14.955 INFO O| May 20 15:43:14.955 INFO STEP 28 (remove_files) COMPLETE
90672026-05-20T15:43:16.404Z[ host-image] May 20 15:43:14.955 INFO O| May 20 15:43:14.955 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682026-05-20T15:43:16.409Z[ host-image] May 20 15:43:14.963 INFO O| May 20 15:43:14.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90692026-05-20T15:43:16.409Z[ host-image] May 20 15:43:14.963 INFO O| May 20 15:43:14.963 INFO STEP 29 (remove_files) COMPLETE
90702026-05-20T15:43:16.412Z[ host-image] May 20 15:43:14.963 INFO O| May 20 15:43:14.963 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712026-05-20T15:43:16.418Z[ host-image] May 20 15:43:14.971 INFO O| May 20 15:43:14.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90722026-05-20T15:43:16.418Z[ host-image] May 20 15:43:14.971 INFO O| May 20 15:43:14.971 INFO STEP 30 (remove_files) COMPLETE
90732026-05-20T15:43:16.421Z[ host-image] May 20 15:43:14.972 INFO O| May 20 15:43:14.971 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90742026-05-20T15:43:16.426Z[ host-image] May 20 15:43:14.980 INFO O| May 20 15:43:14.980 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90752026-05-20T15:43:16.426Z[ host-image] May 20 15:43:14.980 INFO O| May 20 15:43:14.980 INFO STEP 31 (remove_files) COMPLETE
90762026-05-20T15:43:16.426Z[ host-image] May 20 15:43:14.980 INFO O| May 20 15:43:14.980 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90772026-05-20T15:43:16.435Z[ host-image] May 20 15:43:14.989 INFO O| May 20 15:43:14.989 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90782026-05-20T15:43:16.435Z[ host-image] May 20 15:43:14.989 INFO O| May 20 15:43:14.989 INFO STEP 32 (remove_files) COMPLETE
90792026-05-20T15:43:16.435Z[ host-image] May 20 15:43:14.989 INFO O| May 20 15:43:14.989 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90802026-05-20T15:43:16.444Z[ host-image] May 20 15:43:14.997 INFO O| May 20 15:43:14.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90812026-05-20T15:43:16.444Z[ host-image] May 20 15:43:14.997 INFO O| May 20 15:43:14.997 INFO STEP 33 (remove_files) COMPLETE
90822026-05-20T15:43:16.444Z[ host-image] May 20 15:43:14.997 INFO O| May 20 15:43:14.997 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90832026-05-20T15:43:16.454Z[ host-image] May 20 15:43:15.006 INFO O| May 20 15:43:15.006 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90842026-05-20T15:43:16.454Z[ host-image] May 20 15:43:15.006 INFO O| May 20 15:43:15.006 INFO STEP 34 (remove_files) COMPLETE
90852026-05-20T15:43:16.454Z[ host-image] May 20 15:43:15.006 INFO O| May 20 15:43:15.006 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90862026-05-20T15:43:16.462Z[ host-image] May 20 15:43:15.014 INFO O| May 20 15:43:15.014 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90872026-05-20T15:43:16.462Z[ host-image] May 20 15:43:15.014 INFO O| May 20 15:43:15.014 INFO STEP 35 (remove_files) COMPLETE
90882026-05-20T15:43:16.462Z[ host-image] May 20 15:43:15.014 INFO O| May 20 15:43:15.014 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90892026-05-20T15:43:16.468Z[ host-image] May 20 15:43:15.022 INFO O| May 20 15:43:15.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90902026-05-20T15:43:16.468Z[ host-image] May 20 15:43:15.022 INFO O| May 20 15:43:15.022 INFO STEP 36 (remove_files) COMPLETE
90912026-05-20T15:43:16.468Z[ host-image] May 20 15:43:15.022 INFO O| May 20 15:43:15.022 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90922026-05-20T15:43:16.478Z[ host-image] May 20 15:43:15.031 INFO O| May 20 15:43:15.031 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90932026-05-20T15:43:16.478Z[ host-image] May 20 15:43:15.031 INFO O| May 20 15:43:15.031 INFO STEP 37 (remove_files) COMPLETE
90942026-05-20T15:43:16.481Z[ host-image] May 20 15:43:15.031 INFO O| May 20 15:43:15.031 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90952026-05-20T15:43:16.488Z[ host-image] May 20 15:43:15.042 INFO O| May 20 15:43:15.042 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90962026-05-20T15:43:16.488Z[ host-image] May 20 15:43:15.042 INFO O| May 20 15:43:15.042 INFO STEP 38 (remove_files) COMPLETE
90972026-05-20T15:43:16.488Z[ host-image] May 20 15:43:15.042 INFO O| May 20 15:43:15.042 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90982026-05-20T15:43:16.505Z[ host-image] May 20 15:43:15.058 INFO O| May 20 15:43:15.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90992026-05-20T15:43:16.505Z[ host-image] May 20 15:43:15.058 INFO O| May 20 15:43:15.058 INFO STEP 39 (remove_files) COMPLETE
91002026-05-20T15:43:16.505Z[ host-image] May 20 15:43:15.058 INFO O| May 20 15:43:15.058 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91012026-05-20T15:43:16.515Z[ host-image] May 20 15:43:15.069 INFO O| May 20 15:43:15.069 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91022026-05-20T15:43:16.515Z[ host-image] May 20 15:43:15.069 INFO O| May 20 15:43:15.069 INFO STEP 40 (remove_files) COMPLETE
91032026-05-20T15:43:16.518Z[ host-image] May 20 15:43:15.069 INFO O| May 20 15:43:15.069 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91042026-05-20T15:43:16.523Z[ host-image] May 20 15:43:15.077 INFO O| May 20 15:43:15.077 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91052026-05-20T15:43:16.523Z[ host-image] May 20 15:43:15.077 INFO O| May 20 15:43:15.077 INFO STEP 41 (remove_files) COMPLETE
91062026-05-20T15:43:16.523Z[ host-image] May 20 15:43:15.077 INFO O| May 20 15:43:15.077 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91072026-05-20T15:43:16.532Z[ host-image] May 20 15:43:15.085 INFO O| May 20 15:43:15.085 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91082026-05-20T15:43:16.532Z[ host-image] May 20 15:43:15.085 INFO O| May 20 15:43:15.085 INFO STEP 42 (remove_files) COMPLETE
91092026-05-20T15:43:16.532Z[ host-image] May 20 15:43:15.085 INFO O| May 20 15:43:15.085 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91102026-05-20T15:43:16.539Z[ host-image] May 20 15:43:15.093 INFO O| May 20 15:43:15.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91112026-05-20T15:43:16.539Z[ host-image] May 20 15:43:15.093 INFO O| May 20 15:43:15.093 INFO STEP 43 (remove_files) COMPLETE
91122026-05-20T15:43:16.539Z[ host-image] May 20 15:43:15.093 INFO O| May 20 15:43:15.093 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132026-05-20T15:43:16.547Z[ host-image] May 20 15:43:15.100 INFO O| May 20 15:43:15.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91142026-05-20T15:43:16.547Z[ host-image] May 20 15:43:15.101 INFO O| May 20 15:43:15.101 INFO STEP 44 (remove_files) COMPLETE
91152026-05-20T15:43:16.551Z[ host-image] May 20 15:43:15.101 INFO O| May 20 15:43:15.101 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91162026-05-20T15:43:16.555Z[ host-image] May 20 15:43:15.109 INFO O| May 20 15:43:15.109 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91172026-05-20T15:43:16.555Z[ host-image] May 20 15:43:15.109 INFO O| May 20 15:43:15.109 INFO STEP 45 (remove_files) COMPLETE
91182026-05-20T15:43:16.555Z[ host-image] May 20 15:43:15.109 INFO O| May 20 15:43:15.109 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91192026-05-20T15:43:16.562Z[ host-image] May 20 15:43:15.116 INFO O| May 20 15:43:15.116 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91202026-05-20T15:43:16.562Z[ host-image] May 20 15:43:15.116 INFO O| May 20 15:43:15.116 INFO STEP 46 (remove_files) COMPLETE
91212026-05-20T15:43:16.565Z[ host-image] May 20 15:43:15.116 INFO O| May 20 15:43:15.116 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222026-05-20T15:43:16.569Z[ host-image] May 20 15:43:15.123 INFO O| May 20 15:43:15.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91232026-05-20T15:43:16.569Z[ host-image] May 20 15:43:15.123 INFO O| May 20 15:43:15.123 INFO STEP 47 (remove_files) COMPLETE
91242026-05-20T15:43:16.572Z[ host-image] May 20 15:43:15.123 INFO O| May 20 15:43:15.123 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252026-05-20T15:43:16.576Z[ host-image] May 20 15:43:15.130 INFO O| May 20 15:43:15.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91262026-05-20T15:43:16.576Z[ host-image] May 20 15:43:15.130 INFO O| May 20 15:43:15.130 INFO STEP 48 (remove_files) COMPLETE
91272026-05-20T15:43:16.579Z[ host-image] May 20 15:43:15.130 INFO O| May 20 15:43:15.130 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282026-05-20T15:43:16.584Z[ host-image] May 20 15:43:15.137 INFO O| May 20 15:43:15.137 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
91292026-05-20T15:43:16.584Z[ host-image] May 20 15:43:15.137 INFO O| May 20 15:43:15.137 INFO STEP 49 (remove_files) COMPLETE
91302026-05-20T15:43:16.586Z[ host-image] May 20 15:43:15.137 INFO O| May 20 15:43:15.137 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91312026-05-20T15:43:16.592Z[ host-image] May 20 15:43:15.146 INFO O| May 20 15:43:15.145 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91322026-05-20T15:43:16.592Z[ host-image] May 20 15:43:15.146 INFO O| May 20 15:43:15.146 INFO STEP 50 (remove_files) COMPLETE
91332026-05-20T15:43:16.592Z[ host-image] May 20 15:43:15.146 INFO O| May 20 15:43:15.146 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91342026-05-20T15:43:16.753Z[ host-image] May 20 15:43:15.154 INFO O| May 20 15:43:15.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91352026-05-20T15:43:16.753Z[ host-image] May 20 15:43:15.154 INFO O| May 20 15:43:15.154 INFO STEP 51 (remove_files) COMPLETE
91362026-05-20T15:43:16.753Z[ host-image] May 20 15:43:15.154 INFO O| May 20 15:43:15.154 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91372026-05-20T15:43:16.753Z[ host-image] May 20 15:43:15.161 INFO O| May 20 15:43:15.161 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91382026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.161 INFO O| May 20 15:43:15.161 INFO STEP 52 (remove_files) COMPLETE
91392026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.161 INFO O| May 20 15:43:15.161 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91402026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.168 INFO O| May 20 15:43:15.168 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91412026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.168 INFO O| May 20 15:43:15.168 INFO STEP 53 (remove_files) COMPLETE
91422026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.168 INFO O| May 20 15:43:15.168 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91432026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.177 INFO O| May 20 15:43:15.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91442026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.177 INFO O| May 20 15:43:15.177 INFO STEP 54 (remove_files) COMPLETE
91452026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.177 INFO O| May 20 15:43:15.177 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91462026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.187 INFO O| May 20 15:43:15.187 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91472026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.187 INFO O| May 20 15:43:15.187 INFO STEP 55 (remove_files) COMPLETE
91482026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.187 INFO O| May 20 15:43:15.187 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91492026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.196 INFO O| May 20 15:43:15.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91502026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.196 INFO O| May 20 15:43:15.196 INFO STEP 56 (remove_files) COMPLETE
91512026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.196 INFO O| May 20 15:43:15.196 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91522026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.206 INFO O| May 20 15:43:15.206 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91532026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.206 INFO O| May 20 15:43:15.206 INFO STEP 57 (remove_files) COMPLETE
91542026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.206 INFO O| May 20 15:43:15.206 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91552026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.215 INFO O| May 20 15:43:15.215 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91562026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.215 INFO O| May 20 15:43:15.215 INFO STEP 58 (remove_files) COMPLETE
91572026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.215 INFO O| May 20 15:43:15.215 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91582026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91592026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91602026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91612026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91622026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91632026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91642026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 INFO ok!
91652026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 INFO STEP 59 (ensure_file) COMPLETE
91662026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.223 INFO O| May 20 15:43:15.223 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91672026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.231 INFO O| May 20 15:43:15.231 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91682026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.231 INFO O| May 20 15:43:15.231 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91692026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.231 INFO O| May 20 15:43:15.231 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91702026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.231 INFO O| May 20 15:43:15.231 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91712026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.231 INFO O| May 20 15:43:15.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91722026-05-20T15:43:16.754Z[ host-image] May 20 15:43:15.232 INFO O| May 20 15:43:15.231 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91732026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.232 INFO O| May 20 15:43:15.232 INFO ok!
91742026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.232 INFO O| May 20 15:43:15.232 INFO STEP 60 (ensure_file) COMPLETE
91752026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.232 INFO O| May 20 15:43:15.232 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91762026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.240 INFO O| May 20 15:43:15.240 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91772026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.240 INFO O| May 20 15:43:15.240 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91782026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.240 INFO O| May 20 15:43:15.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91792026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.240 INFO O| May 20 15:43:15.240 INFO ok!
91802026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.240 INFO O| May 20 15:43:15.240 INFO STEP 61 (ensure_file) COMPLETE
91812026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.240 INFO O| May 20 15:43:15.240 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91822026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.248 INFO O| May 20 15:43:15.248 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91832026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.248 INFO O| May 20 15:43:15.248 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91842026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.248 INFO O| May 20 15:43:15.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91852026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.248 INFO O| May 20 15:43:15.248 INFO ok!
91862026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.248 INFO O| May 20 15:43:15.248 INFO STEP 62 (ensure_file) COMPLETE
91872026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.248 INFO O| May 20 15:43:15.248 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91882026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.256 INFO O| May 20 15:43:15.256 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91892026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.256 INFO O| May 20 15:43:15.256 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91902026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.256 INFO O| May 20 15:43:15.256 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91912026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.256 INFO O| May 20 15:43:15.256 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91922026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.256 INFO O| May 20 15:43:15.256 INFO ok!
91932026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.256 INFO O| May 20 15:43:15.256 INFO STEP 63 (ensure_file) COMPLETE
91942026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.256 INFO O| May 20 15:43:15.256 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.265 INFO O| May 20 15:43:15.265 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91962026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.265 INFO O| May 20 15:43:15.265 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91972026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.265 INFO O| May 20 15:43:15.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91982026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.265 INFO O| May 20 15:43:15.265 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91992026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.265 INFO O| May 20 15:43:15.265 INFO ok!
92002026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.265 INFO O| May 20 15:43:15.265 INFO STEP 64 (ensure_file) COMPLETE
92012026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.265 INFO O| May 20 15:43:15.265 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92022026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.273 INFO O| May 20 15:43:15.273 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92032026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.273 INFO O| May 20 15:43:15.273 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92042026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.273 INFO O| May 20 15:43:15.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92052026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.273 INFO O| May 20 15:43:15.273 INFO ok!
92062026-05-20T15:43:16.755Z[ host-image] May 20 15:43:15.273 INFO O| May 20 15:43:15.273 INFO STEP 65 (assemble_files) COMPLETE
92072026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.273 INFO O| May 20 15:43:15.273 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92082026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.281 INFO O| May 20 15:43:15.281 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92092026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.282 INFO O| May 20 15:43:15.281 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92102026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.282 INFO O| May 20 15:43:15.282 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92112026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.282 INFO O| May 20 15:43:15.282 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92122026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.282 INFO O| May 20 15:43:15.282 INFO ok!
92132026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.282 INFO O| May 20 15:43:15.282 INFO STEP 66 (ensure_file) COMPLETE
92142026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.282 INFO O| May 20 15:43:15.282 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.290 INFO O| May 20 15:43:15.290 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92162026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.290 INFO O| May 20 15:43:15.290 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92172026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.290 INFO O| May 20 15:43:15.290 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92182026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.290 INFO O| May 20 15:43:15.290 INFO STEP 67 (ensure_dir) COMPLETE
92192026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.290 INFO O| May 20 15:43:15.290 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92202026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.299 INFO O| May 20 15:43:15.299 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92212026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.299 INFO O| May 20 15:43:15.299 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 ...
92222026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.305 INFO O| May 20 15:43:15.305 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
92232026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.305 INFO O| May 20 15:43:15.305 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92242026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.305 INFO O| May 20 15:43:15.305 INFO ok!
92252026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.305 INFO O| May 20 15:43:15.305 INFO STEP 68 (ensure_file) COMPLETE
92262026-05-20T15:43:16.756Z[ host-image] May 20 15:43:15.305 INFO O| May 20 15:43:15.305 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272026-05-20T15:43:16.762Z[ host-image] May 20 15:43:15.316 INFO O| May 20 15:43:15.316 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92282026-05-20T15:43:16.762Z[ host-image] May 20 15:43:15.316 INFO O| May 20 15:43:15.316 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 ...
92292026-05-20T15:43:16.765Z[ host-image] May 20 15:43:15.316 INFO O| May 20 15:43:15.316 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
92302026-05-20T15:43:16.765Z[ host-image] May 20 15:43:15.316 INFO O| May 20 15:43:15.316 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92312026-05-20T15:43:16.765Z[ host-image] May 20 15:43:15.316 INFO O| May 20 15:43:15.316 INFO ok!
92322026-05-20T15:43:16.765Z[ host-image] May 20 15:43:15.316 INFO O| May 20 15:43:15.316 INFO STEP 69 (ensure_file) COMPLETE
92332026-05-20T15:43:16.765Z[ host-image] May 20 15:43:15.316 INFO O| May 20 15:43:15.316 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-05-20T15:43:16.775Z[ host-image] May 20 15:43:15.329 INFO O| May 20 15:43:15.329 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92352026-05-20T15:43:16.775Z[ host-image] May 20 15:43:15.329 INFO O| May 20 15:43:15.329 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92362026-05-20T15:43:18.236Z[ host-image] May 20 15:43:16.789 INFO O| May 20 15:43:16.789 INFO STEP 70 (pack_tar) COMPLETE
92372026-05-20T15:43:18.236Z[ host-image] May 20 15:43:16.789 INFO O| May 20 15:43:16.789 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92382026-05-20T15:43:18.236Z[ host-image] May 20 15:43:16.789 INFO O| May 20 15:43:16.789 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92392026-05-20T15:43:18.828Z[ host-image] May 20 15:43:17.382 INFO O| May 20 15:43:17.382 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92402026-05-20T15:43:18.946Z[ host-image] May 20 15:43:17.500 INFO O| May 20 15:43:17.500 INFO completed processing sled/ramdisk-02-trim
92412026-05-20T15:43:18.949Z[ host-image] May 20 15:43:17.502 INFO image builder template: zfs...
92422026-05-20T15:43:18.949Z[ host-image] May 20 15:43:17.502 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/.tmpGtoU0F/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs"], pwd: None
92432026-05-20T15:43:18.960Z[ host-image] May 20 15:43:17.514 INFO O| May 20 15:43:17.514 INFO skip include "stress" because feature "stress" is not enabled
92442026-05-20T15:43:18.960Z[ host-image] May 20 15:43:17.514 INFO O| May 20 15:43:17.514 INFO skip include "stress" because feature "compliance" is not enabled
92452026-05-20T15:43:18.988Z[ host-image] May 20 15:43:17.541 INFO O| May 20 15:43:17.541 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92462026-05-20T15:43:18.992Z[ host-image] May 20 15:43:17.546 INFO O| May 20 15:43:17.545 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92472026-05-20T15:43:19.057Z[ host-image] May 20 15:43:17.610 INFO O| May 20 15:43:17.610 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92482026-05-20T15:43:19.124Z[ host-image] May 20 15:43:17.677 INFO O| May 20 15:43:17.677 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92492026-05-20T15:43:19.124Z[ host-image] May 20 15:43:17.677 INFO O| May 20 15:43:17.677 INFO work dataset: rpool/images/build/host/work/sled/zfs
92502026-05-20T15:43:19.127Z[ host-image] May 20 15:43:17.680 INFO O| May 20 15:43:17.680 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92512026-05-20T15:43:19.264Z[ host-image] May 20 15:43:17.817 INFO O| May 20 15:43:17.817 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92522026-05-20T15:43:19.385Z[ host-image] May 20 15:43:17.939 INFO O| May 20 15:43:17.939 INFO DESTROY POOL: TEMPORARY-sled-zfs
92532026-05-20T15:43:19.393Z[ host-image] May 20 15:43:17.946 INFO O| May 20 15:43:17.946 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92542026-05-20T15:43:19.397Z[ host-image] May 20 15:43:17.950 INFO O| May 20 15:43:17.950 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92552026-05-20T15:43:19.397Z[ host-image] May 20 15:43:17.950 INFO O| May 20 15:43:17.950 INFO no lofi found
92562026-05-20T15:43:19.397Z[ host-image] May 20 15:43:17.950 INFO O| May 20 15:43:17.950 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92572026-05-20T15:43:19.397Z[ host-image] May 20 15:43:17.951 INFO O| May 20 15:43:17.950 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92582026-05-20T15:43:21.447Z[ host-image] May 20 15:43:20.001 INFO O| May 20 15:43:20.001 INFO lofi device = /dev/dsk/c2t1d0p0
92592026-05-20T15:43:21.447Z[ host-image] May 20 15:43:20.001 INFO O| May 20 15:43:20.001 INFO pool device = /dev/dsk/c2t1d0p0
92602026-05-20T15:43:21.447Z[ host-image] May 20 15:43:20.001 INFO O| May 20 15:43:20.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
92612026-05-20T15:43:21.587Z[ host-image] May 20 15:43:20.140 INFO O| May 20 15:43:20.140 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92622026-05-20T15:43:21.587Z[ host-image] May 20 15:43:20.140 INFO O| May 20 15:43:20.140 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92632026-05-20T15:43:21.610Z[ host-image] May 20 15:43:20.163 INFO O| May 20 15:43:20.163 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92642026-05-20T15:43:21.657Z[ host-image] May 20 15:43:20.210 INFO O| May 20 15:43:20.210 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92652026-05-20T15:43:21.687Z[ host-image] May 20 15:43:20.241 INFO O| May 20 15:43:20.241 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92662026-05-20T15:43:21.704Z[ host-image] May 20 15:43:20.258 INFO O| May 20 15:43:20.257 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92672026-05-20T15:43:21.716Z[ host-image] May 20 15:43:20.270 INFO O| May 20 15:43:20.269 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92682026-05-20T15:43:21.754Z[ host-image] May 20 15:43:20.308 INFO O| May 20 15:43:20.308 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92692026-05-20T15:43:21.754Z[ host-image] May 20 15:43:20.308 INFO O| May 20 15:43:20.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92702026-05-20T15:43:21.754Z[ host-image] May 20 15:43:20.308 INFO O| May 20 15:43:20.308 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92712026-05-20T15:43:21.764Z[ host-image] May 20 15:43:20.318 INFO O| May 20 15:43:20.318 INFO boot environment UUID: 10b521ee-31a1-4cdc-9a58-0b4ea39c31e6
92722026-05-20T15:43:21.764Z[ host-image] May 20 15:43:20.318 INFO O| May 20 15:43:20.318 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 10b521ee-31a1-4cdc-9a58-0b4ea39c31e6
92732026-05-20T15:43:21.776Z[ host-image] May 20 15:43:20.330 INFO O| May 20 15:43:20.330 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92742026-05-20T15:43:21.789Z[ host-image] May 20 15:43:20.343 INFO O| May 20 15:43:20.343 INFO STEP 0 (create_be) COMPLETE
92752026-05-20T15:43:21.789Z[ host-image] May 20 15:43:20.343 INFO O| May 20 15:43:20.343 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92762026-05-20T15:43:21.801Z[ host-image] May 20 15:43:20.354 INFO O| May 20 15:43:20.354 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92772026-05-20T15:43:32.255Z[ host-image] May 20 15:43:30.805 INFO O| May 20 15:43:30.805 INFO STEP 1 (unpack_tar) COMPLETE
92782026-05-20T15:43:32.255Z[ host-image] May 20 15:43:30.805 INFO O| May 20 15:43:30.805 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92792026-05-20T15:43:32.265Z[ host-image] May 20 15:43:30.814 INFO O| May 20 15:43:30.814 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92802026-05-20T15:43:32.392Z[ host-image] May 20 15:43:30.945 INFO O| May 20 15:43:30.945 INFO STEP 2 (devfsadm) COMPLETE
92812026-05-20T15:43:32.392Z[ host-image] May 20 15:43:30.946 INFO O| May 20 15:43:30.945 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92822026-05-20T15:43:32.401Z[ host-image] May 20 15:43:30.955 INFO O| May 20 15:43:30.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92832026-05-20T15:43:32.401Z[ host-image] May 20 15:43:30.955 INFO O| May 20 15:43:30.955 INFO STEP 3 (ensure_dir) COMPLETE
92842026-05-20T15:43:32.401Z[ host-image] May 20 15:43:30.955 INFO O| May 20 15:43:30.955 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92852026-05-20T15:43:32.410Z[ host-image] May 20 15:43:30.962 INFO O| May 20 15:43:30.962 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92862026-05-20T15:43:32.410Z[ host-image] May 20 15:43:30.962 INFO O| May 20 15:43:30.962 INFO STEP 4 (ensure_dir) COMPLETE
92872026-05-20T15:43:32.411Z[ host-image] May 20 15:43:30.962 INFO O| May 20 15:43:30.962 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92882026-05-20T15:43:32.416Z[ host-image] May 20 15:43:30.970 INFO O| May 20 15:43:30.970 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92892026-05-20T15:43:32.416Z[ host-image] May 20 15:43:30.970 INFO O| May 20 15:43:30.970 INFO STEP 5 (ensure_dir) COMPLETE
92902026-05-20T15:43:32.416Z[ host-image] May 20 15:43:30.970 INFO O| May 20 15:43:30.970 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92912026-05-20T15:43:32.426Z[ host-image] May 20 15:43:30.977 INFO O| May 20 15:43:30.977 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92922026-05-20T15:43:32.426Z[ host-image] May 20 15:43:30.977 INFO O| May 20 15:43:30.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92932026-05-20T15:43:32.433Z[ host-image] May 20 15:43:30.977 INFO O| May 20 15:43:30.977 INFO STEP 6 (ensure_dir) COMPLETE
92942026-05-20T15:43:32.433Z[ host-image] May 20 15:43:30.977 INFO O| May 20 15:43:30.977 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952026-05-20T15:43:32.441Z[ host-image] May 20 15:43:30.984 INFO O| May 20 15:43:30.984 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92962026-05-20T15:43:32.441Z[ host-image] May 20 15:43:30.984 INFO O| May 20 15:43:30.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92972026-05-20T15:43:32.441Z[ host-image] May 20 15:43:30.984 INFO O| May 20 15:43:30.984 INFO STEP 7 (ensure_dir) COMPLETE
92982026-05-20T15:43:32.441Z[ host-image] May 20 15:43:30.984 INFO O| May 20 15:43:30.984 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92992026-05-20T15:43:32.444Z[ host-image] May 20 15:43:30.992 INFO O| May 20 15:43:30.992 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93002026-05-20T15:43:32.444Z[ host-image] May 20 15:43:30.992 INFO O| May 20 15:43:30.992 INFO STEP 8 (remove_files) COMPLETE
93012026-05-20T15:43:32.444Z[ host-image] May 20 15:43:30.992 INFO O| May 20 15:43:30.992 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93022026-05-20T15:43:32.447Z[ host-image] May 20 15:43:31.000 INFO O| May 20 15:43:31.000 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93032026-05-20T15:43:32.601Z[ host-image] May 20 15:43:31.000 INFO O| May 20 15:43:31.000 INFO STEP 9 (remove_files) COMPLETE
93042026-05-20T15:43:32.601Z[ host-image] May 20 15:43:31.000 INFO O| May 20 15:43:31.000 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93052026-05-20T15:43:32.601Z[ host-image] May 20 15:43:31.008 INFO O| May 20 15:43:31.008 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93062026-05-20T15:43:32.601Z[ host-image] May 20 15:43:31.009 INFO O| May 20 15:43:31.009 INFO STEP 10 (remove_files) COMPLETE
93072026-05-20T15:43:32.601Z[ host-image] May 20 15:43:31.009 INFO O| May 20 15:43:31.009 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93082026-05-20T15:43:32.601Z[ host-image] May 20 15:43:31.016 INFO O| May 20 15:43:31.016 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93092026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.017 INFO O| May 20 15:43:31.017 INFO STEP 11 (remove_files) COMPLETE
93102026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.017 INFO O| May 20 15:43:31.017 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93112026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.024 INFO O| May 20 15:43:31.024 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
93122026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.024 INFO O| May 20 15:43:31.024 INFO STEP 12 (remove_files) COMPLETE
93132026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.024 INFO O| May 20 15:43:31.024 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93142026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.032 INFO O| May 20 15:43:31.032 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93152026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.032 INFO O| May 20 15:43:31.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93162026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.032 INFO O| May 20 15:43:31.032 INFO STEP 13 (ensure_dir) COMPLETE
93172026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.032 INFO O| May 20 15:43:31.032 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93182026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.039 INFO O| May 20 15:43:31.039 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93192026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.040 INFO O| May 20 15:43:31.039 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93202026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.040 INFO O| May 20 15:43:31.040 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93212026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.040 INFO O| May 20 15:43:31.040 INFO STEP 14 (ensure_dir) COMPLETE
93222026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.040 INFO O| May 20 15:43:31.040 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93232026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.047 INFO O| May 20 15:43:31.047 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93242026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.047 INFO O| May 20 15:43:31.047 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93252026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.047 INFO O| May 20 15:43:31.047 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93262026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.047 INFO O| May 20 15:43:31.047 INFO STEP 15 (ensure_dir) COMPLETE
93272026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.047 INFO O| May 20 15:43:31.047 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93282026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.063 INFO O| May 20 15:43:31.063 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93292026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.063 INFO O| May 20 15:43:31.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93302026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.063 INFO O| May 20 15:43:31.063 INFO STEP 16 (ensure_dir) COMPLETE
93312026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.063 INFO O| May 20 15:43:31.063 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93322026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.071 INFO O| May 20 15:43:31.071 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93332026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.071 INFO O| May 20 15:43:31.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93342026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.071 INFO O| May 20 15:43:31.071 INFO STEP 17 (ensure_dir) COMPLETE
93352026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.071 INFO O| May 20 15:43:31.071 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93362026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.080 INFO O| May 20 15:43:31.080 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93372026-05-20T15:43:32.602Z[ host-image] May 20 15:43:31.080 INFO O| May 20 15:43:31.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93382026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.080 INFO O| May 20 15:43:31.080 INFO ok!
93392026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.080 INFO O| May 20 15:43:31.080 INFO STEP 18 (ensure_symlink) COMPLETE
93402026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.080 INFO O| May 20 15:43:31.080 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93412026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.088 INFO O| May 20 15:43:31.088 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93422026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.088 INFO O| May 20 15:43:31.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93432026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.088 INFO O| May 20 15:43:31.088 INFO ok!
93442026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.088 INFO O| May 20 15:43:31.088 INFO STEP 19 (ensure_file) COMPLETE
93452026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.088 INFO O| May 20 15:43:31.088 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93462026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.097 INFO O| May 20 15:43:31.096 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93472026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.097 INFO O| May 20 15:43:31.097 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93482026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.097 INFO O| May 20 15:43:31.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93492026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.097 INFO O| May 20 15:43:31.097 INFO ok!
93502026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.097 INFO O| May 20 15:43:31.097 INFO STEP 20 (ensure_symlink) COMPLETE
93512026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.097 INFO O| May 20 15:43:31.097 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93522026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.105 INFO O| May 20 15:43:31.105 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93532026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.105 INFO O| May 20 15:43:31.105 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93542026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.105 INFO O| May 20 15:43:31.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93552026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.105 INFO O| May 20 15:43:31.105 INFO ok!
93562026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.105 INFO O| May 20 15:43:31.105 INFO STEP 21 (ensure_symlink) COMPLETE
93572026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.105 INFO O| May 20 15:43:31.105 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93582026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.112 INFO O| May 20 15:43:31.112 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93592026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.112 INFO O| May 20 15:43:31.112 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93602026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.112 INFO O| May 20 15:43:31.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93612026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.112 INFO O| May 20 15:43:31.112 INFO ok!
93622026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.112 INFO O| May 20 15:43:31.112 INFO STEP 22 (ensure_symlink) COMPLETE
93632026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.112 INFO O| May 20 15:43:31.112 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93642026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.122 INFO O| May 20 15:43:31.122 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93652026-05-20T15:43:32.603Z[ host-image] May 20 15:43:31.122 INFO O| May 20 15:43:31.122 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93662026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.122 INFO O| May 20 15:43:31.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93672026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.122 INFO O| May 20 15:43:31.122 INFO ok!
93682026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.122 INFO O| May 20 15:43:31.122 INFO STEP 23 (ensure_symlink) COMPLETE
93692026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.122 INFO O| May 20 15:43:31.122 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93702026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.132 INFO O| May 20 15:43:31.132 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93712026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.132 INFO O| May 20 15:43:31.132 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93722026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.132 INFO O| May 20 15:43:31.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93732026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.132 INFO O| May 20 15:43:31.132 INFO ok!
93742026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.132 INFO O| May 20 15:43:31.132 INFO STEP 24 (ensure_file) COMPLETE
93752026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.132 INFO O| May 20 15:43:31.132 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93762026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.142 INFO O| May 20 15:43:31.142 INFO updating shadow file
93772026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.142 INFO O| May 20 15:43:31.142 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93782026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.142 INFO O| May 20 15:43:31.142 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93792026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.142 INFO O| May 20 15:43:31.142 INFO STEP 25 (shadow) COMPLETE
93802026-05-20T15:43:32.604Z[ host-image] May 20 15:43:31.142 INFO O| May 20 15:43:31.142 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93812026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.151 INFO O| May 20 15:43:31.151 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93822026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.151 INFO O| May 20 15:43:31.151 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93832026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.151 INFO O| May 20 15:43:31.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93842026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.151 INFO O| May 20 15:43:31.151 INFO ok!
93852026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.151 INFO O| May 20 15:43:31.151 INFO STEP 26 (ensure_file) COMPLETE
93862026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.151 INFO O| May 20 15:43:31.151 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93872026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.158 INFO O| May 20 15:43:31.158 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93882026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.159 INFO O| May 20 15:43:31.158 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93892026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.159 INFO O| May 20 15:43:31.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93902026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.159 INFO O| May 20 15:43:31.159 INFO ok!
93912026-05-20T15:43:32.608Z[ host-image] May 20 15:43:31.159 INFO O| May 20 15:43:31.159 INFO STEP 27 (ensure_file) COMPLETE
93922026-05-20T15:43:32.609Z[ host-image] May 20 15:43:31.159 INFO O| May 20 15:43:31.159 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93932026-05-20T15:43:32.613Z[ host-image] May 20 15:43:31.166 INFO O| May 20 15:43:31.166 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93942026-05-20T15:43:32.613Z[ host-image] May 20 15:43:31.166 INFO O| May 20 15:43:31.166 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93952026-05-20T15:43:32.613Z[ host-image] May 20 15:43:31.166 INFO O| May 20 15:43:31.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93962026-05-20T15:43:32.613Z[ host-image] May 20 15:43:31.166 INFO O| May 20 15:43:31.166 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93972026-05-20T15:43:32.614Z[ host-image] May 20 15:43:31.166 INFO O| May 20 15:43:31.166 INFO ok!
93982026-05-20T15:43:32.614Z[ host-image] May 20 15:43:31.166 INFO O| May 20 15:43:31.166 INFO STEP 28 (ensure_file) COMPLETE
93992026-05-20T15:43:32.614Z[ host-image] May 20 15:43:31.166 INFO O| May 20 15:43:31.166 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94002026-05-20T15:43:32.621Z[ host-image] May 20 15:43:31.174 INFO O| May 20 15:43:31.174 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94012026-05-20T15:43:32.621Z[ host-image] May 20 15:43:31.174 INFO O| May 20 15:43:31.174 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94022026-05-20T15:43:32.621Z[ host-image] May 20 15:43:31.174 INFO O| May 20 15:43:31.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94032026-05-20T15:43:32.624Z[ host-image] May 20 15:43:31.174 INFO O| May 20 15:43:31.174 INFO ok!
94042026-05-20T15:43:32.625Z[ host-image] May 20 15:43:31.174 INFO O| May 20 15:43:31.174 INFO STEP 29 (ensure_file) COMPLETE
94052026-05-20T15:43:32.625Z[ host-image] May 20 15:43:31.174 INFO O| May 20 15:43:31.174 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94062026-05-20T15:43:32.629Z[ host-image] May 20 15:43:31.183 INFO O| May 20 15:43:31.183 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94072026-05-20T15:43:32.629Z[ host-image] May 20 15:43:31.183 INFO O| May 20 15:43:31.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94082026-05-20T15:43:32.633Z[ host-image] May 20 15:43:31.183 INFO O| May 20 15:43:31.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94092026-05-20T15:43:32.633Z[ host-image] May 20 15:43:31.183 INFO O| May 20 15:43:31.183 INFO STEP 30 (ensure_dir) COMPLETE
94102026-05-20T15:43:32.633Z[ host-image] May 20 15:43:31.183 INFO O| May 20 15:43:31.183 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94112026-05-20T15:43:32.639Z[ host-image] May 20 15:43:31.191 INFO O| May 20 15:43:31.191 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
94122026-05-20T15:43:32.639Z[ host-image] May 20 15:43:31.191 INFO O| May 20 15:43:31.191 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
94132026-05-20T15:43:32.643Z[ host-image] May 20 15:43:31.191 INFO O| May 20 15:43:31.191 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94142026-05-20T15:43:32.643Z[ host-image] May 20 15:43:31.191 INFO O| May 20 15:43:31.191 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94152026-05-20T15:43:32.643Z[ host-image] May 20 15:43:31.191 INFO O| May 20 15:43:31.191 INFO ok!
94162026-05-20T15:43:32.643Z[ host-image] May 20 15:43:31.191 INFO O| May 20 15:43:31.191 INFO STEP 31 (ensure_file) COMPLETE
94172026-05-20T15:43:32.643Z[ host-image] May 20 15:43:31.191 INFO O| May 20 15:43:31.191 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94182026-05-20T15:43:32.647Z[ host-image] May 20 15:43:31.199 INFO O| May 20 15:43:31.199 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94192026-05-20T15:43:32.647Z[ host-image] May 20 15:43:31.199 INFO O| May 20 15:43:31.199 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94202026-05-20T15:43:32.647Z[ host-image] May 20 15:43:31.199 INFO O| May 20 15:43:31.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94212026-05-20T15:43:32.647Z[ host-image] May 20 15:43:31.199 INFO O| May 20 15:43:31.199 INFO STEP 32 (ensure_dir) COMPLETE
94222026-05-20T15:43:32.647Z[ host-image] May 20 15:43:31.199 INFO O| May 20 15:43:31.199 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94232026-05-20T15:43:32.653Z[ host-image] May 20 15:43:31.207 INFO O| May 20 15:43:31.207 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94242026-05-20T15:43:32.653Z[ host-image] May 20 15:43:31.207 INFO O| May 20 15:43:31.207 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 ...
94252026-05-20T15:43:32.653Z[ host-image] May 20 15:43:31.207 INFO O| May 20 15:43:31.207 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
94262026-05-20T15:43:32.656Z[ host-image] May 20 15:43:31.207 INFO O| May 20 15:43:31.207 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94272026-05-20T15:43:32.656Z[ host-image] May 20 15:43:31.207 INFO O| May 20 15:43:31.207 INFO ok!
94282026-05-20T15:43:32.656Z[ host-image] May 20 15:43:31.207 INFO O| May 20 15:43:31.207 INFO STEP 33 (ensure_file) COMPLETE
94292026-05-20T15:43:32.656Z[ host-image] May 20 15:43:31.207 INFO O| May 20 15:43:31.207 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94302026-05-20T15:43:32.661Z[ host-image] May 20 15:43:31.215 INFO O| May 20 15:43:31.214 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94312026-05-20T15:43:32.661Z[ host-image] May 20 15:43:31.215 INFO O| May 20 15:43:31.215 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94322026-05-20T15:43:32.661Z[ host-image] May 20 15:43:31.215 INFO O| May 20 15:43:31.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94332026-05-20T15:43:32.664Z[ host-image] May 20 15:43:31.215 INFO O| May 20 15:43:31.215 INFO ok!
94342026-05-20T15:43:32.664Z[ host-image] May 20 15:43:31.215 INFO O| May 20 15:43:31.215 INFO STEP 34 (ensure_file) COMPLETE
94352026-05-20T15:43:32.664Z[ host-image] May 20 15:43:31.215 INFO O| May 20 15:43:31.215 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94362026-05-20T15:43:32.668Z[ host-image] May 20 15:43:31.222 INFO O| May 20 15:43:31.222 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94372026-05-20T15:43:32.668Z[ host-image] May 20 15:43:31.222 INFO O| May 20 15:43:31.222 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94382026-05-20T15:43:32.668Z[ host-image] May 20 15:43:31.222 INFO O| May 20 15:43:31.222 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94392026-05-20T15:43:32.673Z[ host-image] May 20 15:43:31.222 INFO O| May 20 15:43:31.222 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94402026-05-20T15:43:32.673Z[ host-image] May 20 15:43:31.222 INFO O| May 20 15:43:31.222 INFO ok!
94412026-05-20T15:43:32.673Z[ host-image] May 20 15:43:31.222 INFO O| May 20 15:43:31.222 INFO STEP 35 (ensure_file) COMPLETE
94422026-05-20T15:43:32.673Z[ host-image] May 20 15:43:31.222 INFO O| May 20 15:43:31.222 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94432026-05-20T15:43:32.676Z[ host-image] May 20 15:43:31.230 INFO O| May 20 15:43:31.230 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94442026-05-20T15:43:32.676Z[ host-image] May 20 15:43:31.230 INFO O| May 20 15:43:31.230 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94452026-05-20T15:43:32.676Z[ host-image] May 20 15:43:31.230 INFO O| May 20 15:43:31.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94462026-05-20T15:43:32.676Z[ host-image] May 20 15:43:31.230 INFO O| May 20 15:43:31.230 INFO ok!
94472026-05-20T15:43:32.679Z[ host-image] May 20 15:43:31.230 INFO O| May 20 15:43:31.230 INFO STEP 36 (ensure_file) COMPLETE
94482026-05-20T15:43:32.679Z[ host-image] May 20 15:43:31.230 INFO O| May 20 15:43:31.230 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94492026-05-20T15:43:32.684Z[ host-image] May 20 15:43:31.238 INFO O| May 20 15:43:31.238 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94502026-05-20T15:43:32.684Z[ host-image] May 20 15:43:31.238 INFO O| May 20 15:43:31.238 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94512026-05-20T15:43:32.684Z[ host-image] May 20 15:43:31.238 INFO O| May 20 15:43:31.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94522026-05-20T15:43:32.687Z[ host-image] May 20 15:43:31.238 INFO O| May 20 15:43:31.238 INFO ok!
94532026-05-20T15:43:32.687Z[ host-image] May 20 15:43:31.238 INFO O| May 20 15:43:31.238 INFO STEP 37 (ensure_file) COMPLETE
94542026-05-20T15:43:32.687Z[ host-image] May 20 15:43:31.238 INFO O| May 20 15:43:31.238 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94552026-05-20T15:43:32.691Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94562026-05-20T15:43:32.691Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94572026-05-20T15:43:32.691Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94582026-05-20T15:43:32.695Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94592026-05-20T15:43:32.695Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94602026-05-20T15:43:32.695Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94612026-05-20T15:43:32.695Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO ok!
94622026-05-20T15:43:32.695Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO STEP 38 (ensure_file) COMPLETE
94632026-05-20T15:43:32.695Z[ host-image] May 20 15:43:31.245 INFO O| May 20 15:43:31.245 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94642026-05-20T15:43:32.705Z[ host-image] May 20 15:43:31.253 INFO O| May 20 15:43:31.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94652026-05-20T15:43:32.705Z[ host-image] May 20 15:43:31.253 INFO O| May 20 15:43:31.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94662026-05-20T15:43:32.705Z[ host-image] May 20 15:43:31.253 INFO O| May 20 15:43:31.253 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94672026-05-20T15:43:32.705Z[ host-image] May 20 15:43:31.253 INFO O| May 20 15:43:31.253 INFO STEP 39 (ensure_dir) COMPLETE
94682026-05-20T15:43:32.705Z[ host-image] May 20 15:43:31.253 INFO O| May 20 15:43:31.253 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94692026-05-20T15:43:32.708Z[ host-image] May 20 15:43:31.261 INFO O| May 20 15:43:31.261 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
94702026-05-20T15:43:32.708Z[ host-image] May 20 15:43:31.261 INFO O| May 20 15:43:31.261 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 ...
94712026-05-20T15:43:32.708Z[ host-image] May 20 15:43:31.261 INFO O| May 20 15:43:31.261 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
94722026-05-20T15:43:32.709Z[ host-image] May 20 15:43:31.261 INFO O| May 20 15:43:31.261 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
94732026-05-20T15:43:32.709Z[ host-image] May 20 15:43:31.261 INFO O| May 20 15:43:31.261 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
94742026-05-20T15:43:32.709Z[ host-image] May 20 15:43:31.262 INFO O| May 20 15:43:31.261 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
94752026-05-20T15:43:32.709Z[ host-image] May 20 15:43:31.262 INFO O| May 20 15:43:31.261 INFO ok!
94762026-05-20T15:43:32.712Z[ host-image] May 20 15:43:31.262 INFO O| May 20 15:43:31.262 INFO STEP 40 (ensure_file) COMPLETE
94772026-05-20T15:43:32.712Z[ host-image] May 20 15:43:31.262 INFO O| May 20 15:43:31.262 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94782026-05-20T15:43:32.715Z[ host-image] May 20 15:43:31.269 INFO O| May 20 15:43:31.269 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94792026-05-20T15:43:32.715Z[ host-image] May 20 15:43:31.269 INFO O| May 20 15:43:31.269 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 ...
94802026-05-20T15:43:32.718Z[ host-image] May 20 15:43:31.269 INFO O| May 20 15:43:31.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94812026-05-20T15:43:32.718Z[ host-image] May 20 15:43:31.269 INFO O| May 20 15:43:31.269 INFO ok!
94822026-05-20T15:43:32.718Z[ host-image] May 20 15:43:31.269 INFO O| May 20 15:43:31.269 INFO STEP 41 (ensure_symlink) COMPLETE
94832026-05-20T15:43:32.718Z[ host-image] May 20 15:43:31.269 INFO O| May 20 15:43:31.269 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94842026-05-20T15:43:32.723Z[ host-image] May 20 15:43:31.277 INFO O| May 20 15:43:31.277 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94852026-05-20T15:43:32.723Z[ host-image] May 20 15:43:31.277 INFO O| May 20 15:43:31.277 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94862026-05-20T15:43:32.726Z[ host-image] May 20 15:43:31.277 INFO O| May 20 15:43:31.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94872026-05-20T15:43:32.727Z[ host-image] May 20 15:43:31.277 INFO O| May 20 15:43:31.277 INFO ok!
94882026-05-20T15:43:32.727Z[ host-image] May 20 15:43:31.277 INFO O| May 20 15:43:31.277 INFO STEP 42 (ensure_symlink) COMPLETE
94892026-05-20T15:43:32.727Z[ host-image] May 20 15:43:31.277 INFO O| May 20 15:43:31.277 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94902026-05-20T15:43:32.731Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94912026-05-20T15:43:32.731Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94922026-05-20T15:43:32.734Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94932026-05-20T15:43:32.734Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94942026-05-20T15:43:32.734Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94952026-05-20T15:43:32.734Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94962026-05-20T15:43:32.734Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO ok!
94972026-05-20T15:43:32.734Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO STEP 43 (ensure_file) COMPLETE
94982026-05-20T15:43:32.734Z[ host-image] May 20 15:43:31.285 INFO O| May 20 15:43:31.285 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94992026-05-20T15:43:32.739Z[ host-image] May 20 15:43:31.292 INFO O| May 20 15:43:31.292 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95002026-05-20T15:43:32.739Z[ host-image] May 20 15:43:31.292 INFO O| May 20 15:43:31.292 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 ...
95012026-05-20T15:43:32.741Z[ host-image] May 20 15:43:31.292 INFO O| May 20 15:43:31.292 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
95022026-05-20T15:43:32.741Z[ host-image] May 20 15:43:31.292 INFO O| May 20 15:43:31.292 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
95032026-05-20T15:43:32.742Z[ host-image] May 20 15:43:31.292 INFO O| May 20 15:43:31.292 INFO ok!
95042026-05-20T15:43:32.742Z[ host-image] May 20 15:43:31.292 INFO O| May 20 15:43:31.292 INFO STEP 44 (ensure_file) COMPLETE
95052026-05-20T15:43:32.742Z[ host-image] May 20 15:43:31.292 INFO O| May 20 15:43:31.292 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95062026-05-20T15:43:32.746Z[ host-image] May 20 15:43:31.300 INFO O| May 20 15:43:31.300 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
95072026-05-20T15:43:32.746Z[ host-image] May 20 15:43:31.300 INFO O| May 20 15:43:31.300 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
95082026-05-20T15:43:32.749Z[ host-image] May 20 15:43:31.300 INFO O| May 20 15:43:31.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
95092026-05-20T15:43:32.749Z[ host-image] May 20 15:43:31.300 INFO O| May 20 15:43:31.300 INFO ok!
95102026-05-20T15:43:32.749Z[ host-image] May 20 15:43:31.300 INFO O| May 20 15:43:31.300 INFO STEP 45 (ensure_file) COMPLETE
95112026-05-20T15:43:32.749Z[ host-image] May 20 15:43:31.300 INFO O| May 20 15:43:31.300 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95122026-05-20T15:43:32.754Z[ host-image] May 20 15:43:31.308 INFO O| May 20 15:43:31.308 INFO updating shadow file
95132026-05-20T15:43:32.754Z[ host-image] May 20 15:43:31.308 INFO O| May 20 15:43:31.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95142026-05-20T15:43:32.757Z[ host-image] May 20 15:43:31.308 INFO O| May 20 15:43:31.308 INFO STEP 46 (shadow) COMPLETE
95152026-05-20T15:43:32.757Z[ host-image] May 20 15:43:31.308 INFO O| May 20 15:43:31.308 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95162026-05-20T15:43:32.762Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95172026-05-20T15:43:32.762Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95182026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95192026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95202026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO ok!
95212026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO STEP 47 (ensure_file) COMPLETE
95222026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95232026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO skip step because feature "mfg" is not enabled
95242026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95252026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO skip step because feature "mfg" is not enabled
95262026-05-20T15:43:32.765Z[ host-image] May 20 15:43:31.316 INFO O| May 20 15:43:31.316 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95272026-05-20T15:43:32.770Z[ host-image] May 20 15:43:31.324 INFO O| May 20 15:43:31.324 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95282026-05-20T15:43:32.770Z[ host-image] May 20 15:43:31.324 INFO O| May 20 15:43:31.324 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95292026-05-20T15:43:32.791Z[ host-image] May 20 15:43:31.344 INFO O| May 20 15:43:31.344 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95302026-05-20T15:43:32.791Z[ host-image] May 20 15:43:31.344 INFO O| May 20 15:43:31.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95312026-05-20T15:43:32.794Z[ host-image] May 20 15:43:31.344 INFO O| May 20 15:43:31.344 INFO ok!
95322026-05-20T15:43:32.794Z[ host-image] May 20 15:43:31.344 INFO O| May 20 15:43:31.344 INFO STEP 50 (ensure_file) COMPLETE
95332026-05-20T15:43:32.794Z[ host-image] May 20 15:43:31.344 INFO O| May 20 15:43:31.344 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95342026-05-20T15:43:32.794Z[ host-image] May 20 15:43:31.344 INFO O| May 20 15:43:31.344 INFO skip step because feature "compliance" is not enabled
95352026-05-20T15:43:32.794Z[ host-image] May 20 15:43:31.344 INFO O| May 20 15:43:31.344 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95362026-05-20T15:43:32.801Z[ host-image] May 20 15:43:31.354 INFO O| May 20 15:43:31.354 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95372026-05-20T15:43:32.801Z[ host-image] May 20 15:43:31.354 INFO O| May 20 15:43:31.354 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95382026-05-20T15:43:32.804Z[ host-image] May 20 15:43:31.355 INFO O| May 20 15:43:31.354 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95392026-05-20T15:43:32.804Z[ host-image] May 20 15:43:31.355 INFO O| May 20 15:43:31.355 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95402026-05-20T15:43:32.804Z[ host-image] May 20 15:43:31.355 INFO O| May 20 15:43:31.355 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95412026-05-20T15:43:32.804Z[ host-image] May 20 15:43:31.355 INFO O| May 20 15:43:31.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95422026-05-20T15:43:32.804Z[ host-image] May 20 15:43:31.355 INFO O| May 20 15:43:31.355 INFO ok!
95432026-05-20T15:43:32.804Z[ host-image] May 20 15:43:31.355 INFO O| May 20 15:43:31.355 INFO STEP 52 (ensure_file) COMPLETE
95442026-05-20T15:43:32.804Z[ host-image] May 20 15:43:31.355 INFO O| May 20 15:43:31.355 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95452026-05-20T15:43:32.810Z[ host-image] May 20 15:43:31.364 INFO O| May 20 15:43:31.364 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95462026-05-20T15:43:32.810Z[ host-image] May 20 15:43:31.364 INFO O| May 20 15:43:31.364 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 ...
95472026-05-20T15:43:32.813Z[ host-image] May 20 15:43:31.364 INFO O| May 20 15:43:31.364 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
95482026-05-20T15:43:32.813Z[ host-image] May 20 15:43:31.364 INFO O| May 20 15:43:31.364 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95492026-05-20T15:43:32.813Z[ host-image] May 20 15:43:31.364 INFO O| May 20 15:43:31.364 INFO ok!
95502026-05-20T15:43:32.813Z[ host-image] May 20 15:43:31.364 INFO O| May 20 15:43:31.364 INFO STEP 53 (ensure_file) COMPLETE
95512026-05-20T15:43:32.813Z[ host-image] May 20 15:43:31.364 INFO O| May 20 15:43:31.364 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95522026-05-20T15:43:32.819Z[ host-image] May 20 15:43:31.372 INFO O| May 20 15:43:31.372 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95532026-05-20T15:43:32.819Z[ host-image] May 20 15:43:31.372 INFO O| May 20 15:43:31.372 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 ...
95542026-05-20T15:43:32.821Z[ host-image] May 20 15:43:31.372 INFO O| May 20 15:43:31.372 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95552026-05-20T15:43:32.821Z[ host-image] May 20 15:43:31.372 INFO O| May 20 15:43:31.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95562026-05-20T15:43:32.821Z[ host-image] May 20 15:43:31.372 INFO O| May 20 15:43:31.372 INFO ok!
95572026-05-20T15:43:32.821Z[ host-image] May 20 15:43:31.372 INFO O| May 20 15:43:31.372 INFO STEP 54 (ensure_file) COMPLETE
95582026-05-20T15:43:32.821Z[ host-image] May 20 15:43:31.372 INFO O| May 20 15:43:31.372 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95592026-05-20T15:43:32.827Z[ host-image] May 20 15:43:31.380 INFO O| May 20 15:43:31.380 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95602026-05-20T15:43:32.827Z[ host-image] May 20 15:43:31.380 INFO O| May 20 15:43:31.380 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 ...
95612026-05-20T15:43:32.830Z[ host-image] May 20 15:43:31.380 INFO O| May 20 15:43:31.380 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
95622026-05-20T15:43:32.830Z[ host-image] May 20 15:43:31.380 INFO O| May 20 15:43:31.380 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95632026-05-20T15:43:32.830Z[ host-image] May 20 15:43:31.380 INFO O| May 20 15:43:31.380 INFO ok!
95642026-05-20T15:43:32.830Z[ host-image] May 20 15:43:31.380 INFO O| May 20 15:43:31.380 INFO STEP 55 (ensure_file) COMPLETE
95652026-05-20T15:43:32.830Z[ host-image] May 20 15:43:31.380 INFO O| May 20 15:43:31.380 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95662026-05-20T15:43:32.834Z[ host-image] May 20 15:43:31.388 INFO O| May 20 15:43:31.388 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95672026-05-20T15:43:32.835Z[ host-image] May 20 15:43:31.388 INFO O| May 20 15:43:31.388 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 ...
95682026-05-20T15:43:32.837Z[ host-image] May 20 15:43:31.388 INFO O| May 20 15:43:31.388 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95692026-05-20T15:43:32.838Z[ host-image] May 20 15:43:31.388 INFO O| May 20 15:43:31.388 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95702026-05-20T15:43:32.838Z[ host-image] May 20 15:43:31.388 INFO O| May 20 15:43:31.388 INFO ok!
95712026-05-20T15:43:32.838Z[ host-image] May 20 15:43:31.388 INFO O| May 20 15:43:31.388 INFO STEP 56 (ensure_file) COMPLETE
95722026-05-20T15:43:32.838Z[ host-image] May 20 15:43:31.388 INFO O| May 20 15:43:31.388 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95732026-05-20T15:43:32.842Z[ host-image] May 20 15:43:31.396 INFO O| May 20 15:43:31.396 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95742026-05-20T15:43:32.842Z[ host-image] May 20 15:43:31.396 INFO O| May 20 15:43:31.396 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 ...
95752026-05-20T15:43:32.842Z[ host-image] May 20 15:43:31.396 INFO O| May 20 15:43:31.396 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
95762026-05-20T15:43:32.845Z[ host-image] May 20 15:43:31.396 INFO O| May 20 15:43:31.396 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95772026-05-20T15:43:32.845Z[ host-image] May 20 15:43:31.396 INFO O| May 20 15:43:31.396 INFO ok!
95782026-05-20T15:43:32.846Z[ host-image] May 20 15:43:31.396 INFO O| May 20 15:43:31.396 INFO STEP 57 (ensure_file) COMPLETE
95792026-05-20T15:43:32.846Z[ host-image] May 20 15:43:31.396 INFO O| May 20 15:43:31.396 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95802026-05-20T15:43:32.850Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.403 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95812026-05-20T15:43:32.850Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.403 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 ...
95822026-05-20T15:43:32.850Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.404 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95832026-05-20T15:43:32.853Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.404 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95842026-05-20T15:43:32.853Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.404 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95852026-05-20T15:43:32.853Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.404 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95862026-05-20T15:43:32.853Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.404 INFO ok!
95872026-05-20T15:43:32.853Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.404 INFO STEP 58 (ensure_file) COMPLETE
95882026-05-20T15:43:32.853Z[ host-image] May 20 15:43:31.404 INFO O| May 20 15:43:31.404 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95892026-05-20T15:43:32.861Z[ host-image] May 20 15:43:31.414 INFO O| May 20 15:43:31.414 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95902026-05-20T15:43:32.861Z[ host-image] May 20 15:43:31.414 INFO O| May 20 15:43:31.414 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 ...
95912026-05-20T15:43:32.865Z[ host-image] May 20 15:43:31.414 INFO O| May 20 15:43:31.414 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
95922026-05-20T15:43:32.865Z[ host-image] May 20 15:43:31.414 INFO O| May 20 15:43:31.414 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95932026-05-20T15:43:32.865Z[ host-image] May 20 15:43:31.414 INFO O| May 20 15:43:31.414 INFO ok!
95942026-05-20T15:43:32.865Z[ host-image] May 20 15:43:31.414 INFO O| May 20 15:43:31.414 INFO STEP 59 (ensure_file) COMPLETE
95952026-05-20T15:43:32.865Z[ host-image] May 20 15:43:31.414 INFO O| May 20 15:43:31.414 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95962026-05-20T15:43:32.870Z[ host-image] May 20 15:43:31.424 INFO O| May 20 15:43:31.424 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95972026-05-20T15:43:32.870Z[ host-image] May 20 15:43:31.424 INFO O| May 20 15:43:31.424 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95982026-05-20T15:43:32.870Z[ host-image] May 20 15:43:31.424 INFO O| May 20 15:43:31.424 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95992026-05-20T15:43:32.873Z[ host-image] May 20 15:43:31.424 INFO O| May 20 15:43:31.424 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96002026-05-20T15:43:32.873Z[ host-image] May 20 15:43:31.424 INFO O| May 20 15:43:31.424 INFO ok!
96012026-05-20T15:43:32.873Z[ host-image] May 20 15:43:31.424 INFO O| May 20 15:43:31.424 INFO STEP 60 (ensure_file) COMPLETE
96022026-05-20T15:43:32.873Z[ host-image] May 20 15:43:31.424 INFO O| May 20 15:43:31.424 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96032026-05-20T15:43:32.880Z[ host-image] May 20 15:43:31.434 INFO O| May 20 15:43:31.434 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
96042026-05-20T15:43:32.880Z[ host-image] May 20 15:43:31.434 INFO O| May 20 15:43:31.434 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 ...
96052026-05-20T15:43:32.880Z[ host-image] May 20 15:43:31.434 INFO O| May 20 15:43:31.434 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
96062026-05-20T15:43:32.883Z[ host-image] May 20 15:43:31.434 INFO O| May 20 15:43:31.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
96072026-05-20T15:43:32.883Z[ host-image] May 20 15:43:31.434 INFO O| May 20 15:43:31.434 INFO ok!
96082026-05-20T15:43:32.883Z[ host-image] May 20 15:43:31.434 INFO O| May 20 15:43:31.434 INFO STEP 61 (ensure_file) COMPLETE
96092026-05-20T15:43:32.883Z[ host-image] May 20 15:43:31.434 INFO O| May 20 15:43:31.434 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96102026-05-20T15:43:32.889Z[ host-image] May 20 15:43:31.442 INFO O| May 20 15:43:31.442 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
96112026-05-20T15:43:32.889Z[ host-image] May 20 15:43:31.442 INFO O| May 20 15:43:31.442 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
96122026-05-20T15:43:32.889Z[ host-image] May 20 15:43:31.442 INFO O| May 20 15:43:31.442 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96132026-05-20T15:43:32.889Z[ host-image] May 20 15:43:31.442 INFO O| May 20 15:43:31.442 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96142026-05-20T15:43:32.892Z[ host-image] May 20 15:43:31.443 INFO O| May 20 15:43:31.442 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96152026-05-20T15:43:32.892Z[ host-image] May 20 15:43:31.443 INFO O| May 20 15:43:31.443 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96162026-05-20T15:43:32.892Z[ host-image] May 20 15:43:31.443 INFO O| May 20 15:43:31.443 INFO ok!
96172026-05-20T15:43:32.892Z[ host-image] May 20 15:43:31.443 INFO O| May 20 15:43:31.443 INFO STEP 62 (ensure_file) COMPLETE
96182026-05-20T15:43:32.892Z[ host-image] May 20 15:43:31.443 INFO O| May 20 15:43:31.443 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96192026-05-20T15:43:32.897Z[ host-image] May 20 15:43:31.451 INFO O| May 20 15:43:31.451 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96202026-05-20T15:43:32.897Z[ host-image] May 20 15:43:31.451 INFO O| May 20 15:43:31.451 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 ...
96212026-05-20T15:43:32.897Z[ host-image] May 20 15:43:31.451 INFO O| May 20 15:43:31.451 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
96222026-05-20T15:43:32.897Z[ host-image] May 20 15:43:31.451 INFO O| May 20 15:43:31.451 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96232026-05-20T15:43:32.900Z[ host-image] May 20 15:43:31.451 INFO O| May 20 15:43:31.451 INFO ok!
96242026-05-20T15:43:32.900Z[ host-image] May 20 15:43:31.451 INFO O| May 20 15:43:31.451 INFO STEP 63 (ensure_file) COMPLETE
96252026-05-20T15:43:32.901Z[ host-image] May 20 15:43:31.451 INFO O| May 20 15:43:31.451 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96262026-05-20T15:43:32.905Z[ host-image] May 20 15:43:31.459 INFO O| May 20 15:43:31.459 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96272026-05-20T15:43:32.905Z[ host-image] May 20 15:43:31.459 INFO O| May 20 15:43:31.459 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 ...
96282026-05-20T15:43:32.908Z[ host-image] May 20 15:43:31.459 INFO O| May 20 15:43:31.459 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
96292026-05-20T15:43:32.908Z[ host-image] May 20 15:43:31.459 INFO O| May 20 15:43:31.459 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96302026-05-20T15:43:32.908Z[ host-image] May 20 15:43:31.459 INFO O| May 20 15:43:31.459 INFO ok!
96312026-05-20T15:43:32.908Z[ host-image] May 20 15:43:31.459 INFO O| May 20 15:43:31.459 INFO STEP 64 (ensure_file) COMPLETE
96322026-05-20T15:43:32.908Z[ host-image] May 20 15:43:31.459 INFO O| May 20 15:43:31.459 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96332026-05-20T15:43:32.913Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96342026-05-20T15:43:32.913Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 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 ...
96352026-05-20T15:43:32.913Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 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
96362026-05-20T15:43:32.917Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96372026-05-20T15:43:32.917Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 INFO ok!
96382026-05-20T15:43:32.917Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 INFO STEP 65 (ensure_file) COMPLETE
96392026-05-20T15:43:32.917Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96402026-05-20T15:43:32.917Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 INFO skip step because feature "mbist" is not enabled
96412026-05-20T15:43:32.917Z[ host-image] May 20 15:43:31.467 INFO O| May 20 15:43:31.467 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422026-05-20T15:43:32.921Z[ host-image] May 20 15:43:31.475 INFO O| May 20 15:43:31.475 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96432026-05-20T15:43:32.921Z[ host-image] May 20 15:43:31.475 INFO O| May 20 15:43:31.475 INFO STEP 67 (ensure_dir) COMPLETE
96442026-05-20T15:43:32.921Z[ host-image] May 20 15:43:31.475 INFO O| May 20 15:43:31.475 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96452026-05-20T15:43:32.929Z[ host-image] May 20 15:43:31.482 INFO O| May 20 15:43:31.482 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96462026-05-20T15:43:32.929Z[ host-image] May 20 15:43:31.482 INFO O| May 20 15:43:31.482 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96472026-05-20T15:43:32.929Z[ host-image] May 20 15:43:31.482 INFO O| May 20 15:43:31.482 INFO STEP 68 (ensure_dir) COMPLETE
96482026-05-20T15:43:32.929Z[ host-image] May 20 15:43:31.482 INFO O| May 20 15:43:31.482 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492026-05-20T15:43:32.937Z[ host-image] May 20 15:43:31.490 INFO O| May 20 15:43:31.490 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96502026-05-20T15:43:32.937Z[ host-image] May 20 15:43:31.490 INFO O| May 20 15:43:31.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96512026-05-20T15:43:32.937Z[ host-image] May 20 15:43:31.490 INFO O| May 20 15:43:31.490 INFO STEP 69 (ensure_dir) COMPLETE
96522026-05-20T15:43:32.938Z[ host-image] May 20 15:43:31.490 INFO O| May 20 15:43:31.490 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532026-05-20T15:43:32.943Z[ host-image] May 20 15:43:31.497 INFO O| May 20 15:43:31.497 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96542026-05-20T15:43:32.943Z[ host-image] May 20 15:43:31.497 INFO O| May 20 15:43:31.497 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96552026-05-20T15:43:33.693Z[ host-image] May 20 15:43:32.246 INFO O| May 20 15:43:32.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96562026-05-20T15:43:33.693Z[ host-image] May 20 15:43:32.246 INFO O| May 20 15:43:32.246 INFO ok!
96572026-05-20T15:43:33.696Z[ host-image] May 20 15:43:32.246 INFO O| May 20 15:43:32.246 INFO STEP 70 (ensure_file) COMPLETE
96582026-05-20T15:43:33.696Z[ host-image] May 20 15:43:32.246 INFO O| May 20 15:43:32.246 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592026-05-20T15:43:33.703Z[ host-image] May 20 15:43:32.256 INFO O| May 20 15:43:32.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96602026-05-20T15:43:33.703Z[ host-image] May 20 15:43:32.256 INFO O| May 20 15:43:32.256 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96612026-05-20T15:43:34.399Z[ host-image] May 20 15:43:32.952 INFO O| May 20 15:43:32.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96622026-05-20T15:43:34.399Z[ host-image] May 20 15:43:32.952 INFO O| May 20 15:43:32.952 INFO ok!
96632026-05-20T15:43:34.399Z[ host-image] May 20 15:43:32.953 INFO O| May 20 15:43:32.952 INFO STEP 71 (ensure_file) COMPLETE
96642026-05-20T15:43:34.403Z[ host-image] May 20 15:43:32.953 INFO O| May 20 15:43:32.952 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652026-05-20T15:43:34.407Z[ host-image] May 20 15:43:32.961 INFO O| May 20 15:43:32.961 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96662026-05-20T15:43:34.407Z[ host-image] May 20 15:43:32.961 INFO O| May 20 15:43:32.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96672026-05-20T15:43:34.407Z[ host-image] May 20 15:43:32.961 INFO O| May 20 15:43:32.961 INFO STEP 72 (ensure_dir) COMPLETE
96682026-05-20T15:43:34.410Z[ host-image] May 20 15:43:32.961 INFO O| May 20 15:43:32.961 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692026-05-20T15:43:34.415Z[ host-image] May 20 15:43:32.968 INFO O| May 20 15:43:32.968 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96702026-05-20T15:43:34.415Z[ host-image] May 20 15:43:32.968 INFO O| May 20 15:43:32.968 INFO copying /tmp/.tmpGtoU0F/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 ...
96712026-05-20T15:43:34.418Z[ host-image] May 20 15:43:32.968 INFO O| May 20 15:43:32.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96722026-05-20T15:43:34.418Z[ host-image] May 20 15:43:32.968 INFO O| May 20 15:43:32.968 INFO ok!
96732026-05-20T15:43:34.418Z[ host-image] May 20 15:43:32.968 INFO O| May 20 15:43:32.968 INFO STEP 73 (ensure_file) COMPLETE
96742026-05-20T15:43:34.418Z[ host-image] May 20 15:43:32.968 INFO O| May 20 15:43:32.968 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752026-05-20T15:43:34.425Z[ host-image] May 20 15:43:32.979 INFO O| May 20 15:43:32.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96762026-05-20T15:43:34.425Z[ host-image] May 20 15:43:32.979 INFO O| May 20 15:43:32.979 INFO copying /tmp/.tmpGtoU0F/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 ...
96772026-05-20T15:43:34.426Z[ host-image] May 20 15:43:32.979 INFO O| May 20 15:43:32.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96782026-05-20T15:43:34.426Z[ host-image] May 20 15:43:32.979 INFO O| May 20 15:43:32.979 INFO ok!
96792026-05-20T15:43:34.429Z[ host-image] May 20 15:43:32.979 INFO O| May 20 15:43:32.979 INFO STEP 74 (ensure_file) COMPLETE
96802026-05-20T15:43:34.429Z[ host-image] May 20 15:43:32.979 INFO O| May 20 15:43:32.979 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812026-05-20T15:43:34.435Z[ host-image] May 20 15:43:32.989 INFO O| May 20 15:43:32.989 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96822026-05-20T15:43:34.435Z[ host-image] May 20 15:43:32.989 INFO O| May 20 15:43:32.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96832026-05-20T15:43:34.438Z[ host-image] May 20 15:43:32.989 INFO O| May 20 15:43:32.989 INFO STEP 75 (ensure_dir) COMPLETE
96842026-05-20T15:43:34.438Z[ host-image] May 20 15:43:32.989 INFO O| May 20 15:43:32.989 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852026-05-20T15:43:34.446Z[ host-image] May 20 15:43:32.999 INFO O| May 20 15:43:32.999 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96862026-05-20T15:43:34.446Z[ host-image] May 20 15:43:32.999 INFO O| May 20 15:43:32.999 INFO copying /tmp/.tmpGtoU0F/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 ...
96872026-05-20T15:43:34.450Z[ host-image] May 20 15:43:32.999 INFO O| May 20 15:43:32.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96882026-05-20T15:43:34.450Z[ host-image] May 20 15:43:32.999 INFO O| May 20 15:43:32.999 INFO ok!
96892026-05-20T15:43:34.450Z[ host-image] May 20 15:43:32.999 INFO O| May 20 15:43:32.999 INFO STEP 76 (ensure_file) COMPLETE
96902026-05-20T15:43:34.450Z[ host-image] May 20 15:43:32.999 INFO O| May 20 15:43:32.999 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912026-05-20T15:43:34.456Z[ host-image] May 20 15:43:33.010 INFO O| May 20 15:43:33.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96922026-05-20T15:43:34.456Z[ host-image] May 20 15:43:33.010 INFO O| May 20 15:43:33.010 INFO copying /tmp/.tmpGtoU0F/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 ...
96932026-05-20T15:43:34.459Z[ host-image] May 20 15:43:33.010 INFO O| May 20 15:43:33.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96942026-05-20T15:43:34.459Z[ host-image] May 20 15:43:33.010 INFO O| May 20 15:43:33.010 INFO ok!
96952026-05-20T15:43:34.460Z[ host-image] May 20 15:43:33.010 INFO O| May 20 15:43:33.010 INFO STEP 77 (ensure_file) COMPLETE
96962026-05-20T15:43:34.460Z[ host-image] May 20 15:43:33.010 INFO O| May 20 15:43:33.010 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972026-05-20T15:43:34.466Z[ host-image] May 20 15:43:33.020 INFO O| May 20 15:43:33.020 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96982026-05-20T15:43:34.466Z[ host-image] May 20 15:43:33.020 INFO O| May 20 15:43:33.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96992026-05-20T15:43:34.469Z[ host-image] May 20 15:43:33.020 INFO O| May 20 15:43:33.020 INFO STEP 78 (ensure_dir) COMPLETE
97002026-05-20T15:43:34.469Z[ host-image] May 20 15:43:33.020 INFO O| May 20 15:43:33.020 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012026-05-20T15:43:34.477Z[ host-image] May 20 15:43:33.031 INFO O| May 20 15:43:33.030 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97022026-05-20T15:43:34.477Z[ host-image] May 20 15:43:33.031 INFO O| May 20 15:43:33.031 INFO copying /tmp/.tmpGtoU0F/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 ...
97032026-05-20T15:43:34.480Z[ host-image] May 20 15:43:33.031 INFO O| May 20 15:43:33.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97042026-05-20T15:43:34.480Z[ host-image] May 20 15:43:33.031 INFO O| May 20 15:43:33.031 INFO ok!
97052026-05-20T15:43:34.480Z[ host-image] May 20 15:43:33.031 INFO O| May 20 15:43:33.031 INFO STEP 79 (ensure_file) COMPLETE
97062026-05-20T15:43:34.480Z[ host-image] May 20 15:43:33.031 INFO O| May 20 15:43:33.031 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072026-05-20T15:43:34.487Z[ host-image] May 20 15:43:33.041 INFO O| May 20 15:43:33.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97082026-05-20T15:43:34.487Z[ host-image] May 20 15:43:33.041 INFO O| May 20 15:43:33.040 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
97092026-05-20T15:43:34.487Z[ host-image] May 20 15:43:33.041 INFO O| May 20 15:43:33.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
97102026-05-20T15:43:34.490Z[ host-image] May 20 15:43:33.041 INFO O| May 20 15:43:33.041 INFO ok!
97112026-05-20T15:43:34.490Z[ host-image] May 20 15:43:33.041 INFO O| May 20 15:43:33.041 INFO STEP 80 (ensure_file) COMPLETE
97122026-05-20T15:43:34.490Z[ host-image] May 20 15:43:33.041 INFO O| May 20 15:43:33.041 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132026-05-20T15:43:34.497Z[ host-image] May 20 15:43:33.050 INFO O| May 20 15:43:33.050 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97142026-05-20T15:43:34.497Z[ host-image] May 20 15:43:33.050 INFO O| May 20 15:43:33.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97152026-05-20T15:43:34.497Z[ host-image] May 20 15:43:33.050 INFO O| May 20 15:43:33.050 INFO STEP 81 (ensure_dir) COMPLETE
97162026-05-20T15:43:34.497Z[ host-image] May 20 15:43:33.050 INFO O| May 20 15:43:33.050 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172026-05-20T15:43:34.505Z[ host-image] May 20 15:43:33.059 INFO O| May 20 15:43:33.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97182026-05-20T15:43:34.506Z[ host-image] May 20 15:43:33.059 INFO O| May 20 15:43:33.059 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97192026-05-20T15:43:35.215Z[ host-image] May 20 15:43:33.768 INFO O| May 20 15:43:33.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97202026-05-20T15:43:35.215Z[ host-image] May 20 15:43:33.768 INFO O| May 20 15:43:33.768 INFO ok!
97212026-05-20T15:43:35.218Z[ host-image] May 20 15:43:33.768 INFO O| May 20 15:43:33.768 INFO STEP 82 (ensure_file) COMPLETE
97222026-05-20T15:43:35.218Z[ host-image] May 20 15:43:33.768 INFO O| May 20 15:43:33.768 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232026-05-20T15:43:35.289Z[ host-image] May 20 15:43:33.778 INFO O| May 20 15:43:33.778 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
97242026-05-20T15:43:35.289Z[ host-image] May 20 15:43:33.778 INFO O| May 20 15:43:33.778 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
97252026-05-20T15:43:35.539Z[ host-image] May 20 15:43:34.093 INFO O| May 20 15:43:34.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
97262026-05-20T15:43:35.539Z[ host-image] May 20 15:43:34.093 INFO O| May 20 15:43:34.093 INFO ok!
97272026-05-20T15:43:35.539Z[ host-image] May 20 15:43:34.093 INFO O| May 20 15:43:34.093 INFO STEP 83 (ensure_file) COMPLETE
97282026-05-20T15:43:35.543Z[ host-image] May 20 15:43:34.093 INFO O| May 20 15:43:34.093 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292026-05-20T15:43:35.549Z[ host-image] May 20 15:43:34.102 INFO O| May 20 15:43:34.102 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97302026-05-20T15:43:35.549Z[ host-image] May 20 15:43:34.102 INFO O| May 20 15:43:34.102 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97312026-05-20T15:43:37.464Z[ host-image] May 20 15:43:36.018 INFO O| May 20 15:43:36.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97322026-05-20T15:43:37.464Z[ host-image] May 20 15:43:36.018 INFO O| May 20 15:43:36.018 INFO ok!
97332026-05-20T15:43:37.464Z[ host-image] May 20 15:43:36.018 INFO O| May 20 15:43:36.018 INFO STEP 84 (ensure_file) COMPLETE
97342026-05-20T15:43:37.467Z[ host-image] May 20 15:43:36.018 INFO O| May 20 15:43:36.018 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352026-05-20T15:43:37.473Z[ host-image] May 20 15:43:36.027 INFO O| May 20 15:43:36.027 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97362026-05-20T15:43:37.473Z[ host-image] May 20 15:43:36.027 INFO O| May 20 15:43:36.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97372026-05-20T15:43:37.477Z[ host-image] May 20 15:43:36.027 INFO O| May 20 15:43:36.027 INFO STEP 85 (ensure_dir) COMPLETE
97382026-05-20T15:43:37.477Z[ host-image] May 20 15:43:36.027 INFO O| May 20 15:43:36.027 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392026-05-20T15:43:37.482Z[ host-image] May 20 15:43:36.035 INFO O| May 20 15:43:36.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97402026-05-20T15:43:37.482Z[ host-image] May 20 15:43:36.035 INFO O| May 20 15:43:36.035 INFO copying /tmp/.tmpGtoU0F/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 ...
97412026-05-20T15:43:37.484Z[ host-image] May 20 15:43:36.035 INFO O| May 20 15:43:36.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97422026-05-20T15:43:37.484Z[ host-image] May 20 15:43:36.035 INFO O| May 20 15:43:36.035 INFO ok!
97432026-05-20T15:43:37.484Z[ host-image] May 20 15:43:36.035 INFO O| May 20 15:43:36.035 INFO STEP 86 (ensure_file) COMPLETE
97442026-05-20T15:43:37.484Z[ host-image] May 20 15:43:36.035 INFO O| May 20 15:43:36.035 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452026-05-20T15:43:37.490Z[ host-image] May 20 15:43:36.043 INFO O| May 20 15:43:36.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97462026-05-20T15:43:37.490Z[ host-image] May 20 15:43:36.043 INFO O| May 20 15:43:36.043 INFO copying /tmp/.tmpGtoU0F/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 ...
97472026-05-20T15:43:37.490Z[ host-image] May 20 15:43:36.043 INFO O| May 20 15:43:36.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97482026-05-20T15:43:37.492Z[ host-image] May 20 15:43:36.043 INFO O| May 20 15:43:36.043 INFO ok!
97492026-05-20T15:43:37.492Z[ host-image] May 20 15:43:36.043 INFO O| May 20 15:43:36.043 INFO STEP 87 (ensure_file) COMPLETE
97502026-05-20T15:43:37.492Z[ host-image] May 20 15:43:36.043 INFO O| May 20 15:43:36.043 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512026-05-20T15:43:37.497Z[ host-image] May 20 15:43:36.051 INFO O| May 20 15:43:36.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97522026-05-20T15:43:37.497Z[ host-image] May 20 15:43:36.051 INFO O| May 20 15:43:36.051 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97532026-05-20T15:43:37.500Z[ host-image] May 20 15:43:36.051 INFO O| May 20 15:43:36.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97542026-05-20T15:43:37.500Z[ host-image] May 20 15:43:36.051 INFO O| May 20 15:43:36.051 INFO ok!
97552026-05-20T15:43:37.500Z[ host-image] May 20 15:43:36.051 INFO O| May 20 15:43:36.051 INFO STEP 88 (ensure_file) COMPLETE
97562026-05-20T15:43:37.500Z[ host-image] May 20 15:43:36.051 INFO O| May 20 15:43:36.051 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572026-05-20T15:43:37.505Z[ host-image] May 20 15:43:36.059 INFO O| May 20 15:43:36.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97582026-05-20T15:43:37.505Z[ host-image] May 20 15:43:36.059 INFO O| May 20 15:43:36.059 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97592026-05-20T15:43:37.505Z[ host-image] May 20 15:43:36.059 INFO O| May 20 15:43:36.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97602026-05-20T15:43:37.506Z[ host-image] May 20 15:43:36.059 INFO O| May 20 15:43:36.059 INFO ok!
97612026-05-20T15:43:37.508Z[ host-image] May 20 15:43:36.059 INFO O| May 20 15:43:36.059 INFO STEP 89 (ensure_file) COMPLETE
97622026-05-20T15:43:37.508Z[ host-image] May 20 15:43:36.059 INFO O| May 20 15:43:36.059 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632026-05-20T15:43:37.513Z[ host-image] May 20 15:43:36.067 INFO O| May 20 15:43:36.067 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97642026-05-20T15:43:37.513Z[ host-image] May 20 15:43:36.067 INFO O| May 20 15:43:36.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97652026-05-20T15:43:37.516Z[ host-image] May 20 15:43:36.067 INFO O| May 20 15:43:36.067 INFO STEP 90 (ensure_dir) COMPLETE
97662026-05-20T15:43:37.516Z[ host-image] May 20 15:43:36.067 INFO O| May 20 15:43:36.067 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672026-05-20T15:43:37.522Z[ host-image] May 20 15:43:36.075 INFO O| May 20 15:43:36.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97682026-05-20T15:43:37.522Z[ host-image] May 20 15:43:36.075 INFO O| May 20 15:43:36.075 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97692026-05-20T15:43:37.525Z[ host-image] May 20 15:43:36.078 INFO O| May 20 15:43:36.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97702026-05-20T15:43:37.525Z[ host-image] May 20 15:43:36.078 INFO O| May 20 15:43:36.078 INFO ok!
97712026-05-20T15:43:37.525Z[ host-image] May 20 15:43:36.078 INFO O| May 20 15:43:36.078 INFO STEP 91 (ensure_file) COMPLETE
97722026-05-20T15:43:37.525Z[ host-image] May 20 15:43:36.078 INFO O| May 20 15:43:36.078 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732026-05-20T15:43:37.533Z[ host-image] May 20 15:43:36.087 INFO O| May 20 15:43:36.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97742026-05-20T15:43:37.533Z[ host-image] May 20 15:43:36.087 INFO O| May 20 15:43:36.087 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97752026-05-20T15:43:37.536Z[ host-image] May 20 15:43:36.087 INFO O| May 20 15:43:36.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97762026-05-20T15:43:37.536Z[ host-image] May 20 15:43:36.087 INFO O| May 20 15:43:36.087 INFO ok!
97772026-05-20T15:43:37.536Z[ host-image] May 20 15:43:36.087 INFO O| May 20 15:43:36.087 INFO STEP 92 (ensure_file) COMPLETE
97782026-05-20T15:43:37.536Z[ host-image] May 20 15:43:36.087 INFO O| May 20 15:43:36.087 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792026-05-20T15:43:37.542Z[ host-image] May 20 15:43:36.095 INFO O| May 20 15:43:36.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97802026-05-20T15:43:37.542Z[ host-image] May 20 15:43:36.096 INFO O| May 20 15:43:36.095 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97812026-05-20T15:43:38.698Z[ host-image] May 20 15:43:37.251 INFO O| May 20 15:43:37.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97822026-05-20T15:43:38.698Z[ host-image] May 20 15:43:37.251 INFO O| May 20 15:43:37.251 INFO ok!
97832026-05-20T15:43:38.701Z[ host-image] May 20 15:43:37.251 INFO O| May 20 15:43:37.251 INFO STEP 93 (ensure_file) COMPLETE
97842026-05-20T15:43:38.701Z[ host-image] May 20 15:43:37.251 INFO O| May 20 15:43:37.251 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97852026-05-20T15:43:38.708Z[ host-image] May 20 15:43:37.261 INFO O| May 20 15:43:37.261 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97862026-05-20T15:43:38.708Z[ host-image] May 20 15:43:37.261 INFO O| May 20 15:43:37.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97872026-05-20T15:43:38.711Z[ host-image] May 20 15:43:37.261 INFO O| May 20 15:43:37.261 INFO STEP 94 (ensure_dir) COMPLETE
97882026-05-20T15:43:38.711Z[ host-image] May 20 15:43:37.261 INFO O| May 20 15:43:37.261 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97892026-05-20T15:43:38.717Z[ host-image] May 20 15:43:37.270 INFO O| May 20 15:43:37.270 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97902026-05-20T15:43:38.717Z[ host-image] May 20 15:43:37.270 INFO O| May 20 15:43:37.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97912026-05-20T15:43:38.721Z[ host-image] May 20 15:43:37.270 INFO O| May 20 15:43:37.270 INFO STEP 95 (ensure_dir) COMPLETE
97922026-05-20T15:43:38.721Z[ host-image] May 20 15:43:37.270 INFO O| May 20 15:43:37.270 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932026-05-20T15:43:38.725Z[ host-image] May 20 15:43:37.279 INFO O| May 20 15:43:37.279 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97942026-05-20T15:43:38.725Z[ host-image] May 20 15:43:37.279 INFO O| May 20 15:43:37.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97952026-05-20T15:43:38.725Z[ host-image] May 20 15:43:37.279 INFO O| May 20 15:43:37.279 INFO STEP 96 (ensure_dir) COMPLETE
97962026-05-20T15:43:38.728Z[ host-image] May 20 15:43:37.279 INFO O| May 20 15:43:37.279 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97972026-05-20T15:43:38.733Z[ host-image] May 20 15:43:37.287 INFO O| May 20 15:43:37.287 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97982026-05-20T15:43:38.733Z[ host-image] May 20 15:43:37.287 INFO O| May 20 15:43:37.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97992026-05-20T15:43:38.737Z[ host-image] May 20 15:43:37.287 INFO O| May 20 15:43:37.287 INFO STEP 97 (ensure_dir) COMPLETE
98002026-05-20T15:43:38.737Z[ host-image] May 20 15:43:37.287 INFO O| May 20 15:43:37.287 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012026-05-20T15:43:38.742Z[ host-image] May 20 15:43:37.296 INFO O| May 20 15:43:37.296 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98022026-05-20T15:43:38.742Z[ host-image] May 20 15:43:37.296 INFO O| May 20 15:43:37.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98032026-05-20T15:43:38.743Z[ host-image] May 20 15:43:37.296 INFO O| May 20 15:43:37.296 INFO STEP 98 (ensure_dir) COMPLETE
98042026-05-20T15:43:38.749Z[ host-image] May 20 15:43:37.296 INFO O| May 20 15:43:37.296 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052026-05-20T15:43:38.753Z[ host-image] May 20 15:43:37.306 INFO O| May 20 15:43:37.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98062026-05-20T15:43:38.753Z[ host-image] May 20 15:43:37.306 INFO O| May 20 15:43:37.306 INFO copying /tmp/.tmpGtoU0F/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 ...
98072026-05-20T15:43:38.756Z[ host-image] May 20 15:43:37.306 INFO O| May 20 15:43:37.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98082026-05-20T15:43:38.756Z[ host-image] May 20 15:43:37.306 INFO O| May 20 15:43:37.306 INFO ok!
98092026-05-20T15:43:38.756Z[ host-image] May 20 15:43:37.306 INFO O| May 20 15:43:37.306 INFO STEP 99 (ensure_file) COMPLETE
98102026-05-20T15:43:38.756Z[ host-image] May 20 15:43:37.306 INFO O| May 20 15:43:37.306 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112026-05-20T15:43:38.761Z[ host-image] May 20 15:43:37.315 INFO O| May 20 15:43:37.314 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98122026-05-20T15:43:38.761Z[ host-image] May 20 15:43:37.315 INFO O| May 20 15:43:37.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98132026-05-20T15:43:38.761Z[ host-image] May 20 15:43:37.315 INFO O| May 20 15:43:37.315 INFO STEP 100 (ensure_dir) COMPLETE
98142026-05-20T15:43:38.765Z[ host-image] May 20 15:43:37.315 INFO O| May 20 15:43:37.315 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152026-05-20T15:43:38.769Z[ host-image] May 20 15:43:37.322 INFO O| May 20 15:43:37.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98162026-05-20T15:43:38.769Z[ host-image] May 20 15:43:37.322 INFO O| May 20 15:43:37.322 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98172026-05-20T15:43:39.311Z[ host-image] May 20 15:43:37.864 INFO O| May 20 15:43:37.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98182026-05-20T15:43:39.311Z[ host-image] May 20 15:43:37.865 INFO O| May 20 15:43:37.864 INFO ok!
98192026-05-20T15:43:39.311Z[ host-image] May 20 15:43:37.865 INFO O| May 20 15:43:37.864 INFO STEP 101 (ensure_file) COMPLETE
98202026-05-20T15:43:39.314Z[ host-image] May 20 15:43:37.865 INFO O| May 20 15:43:37.864 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212026-05-20T15:43:39.322Z[ host-image] May 20 15:43:37.874 INFO O| May 20 15:43:37.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98222026-05-20T15:43:39.322Z[ host-image] May 20 15:43:37.874 INFO O| May 20 15:43:37.874 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98232026-05-20T15:43:39.322Z[ host-image] May 20 15:43:37.874 INFO O| May 20 15:43:37.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98242026-05-20T15:43:39.322Z[ host-image] May 20 15:43:37.874 INFO O| May 20 15:43:37.874 INFO ok!
98252026-05-20T15:43:39.322Z[ host-image] May 20 15:43:37.874 INFO O| May 20 15:43:37.874 INFO STEP 102 (ensure_file) COMPLETE
98262026-05-20T15:43:39.325Z[ host-image] May 20 15:43:37.874 INFO O| May 20 15:43:37.874 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272026-05-20T15:43:39.328Z[ host-image] May 20 15:43:37.881 INFO O| May 20 15:43:37.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98282026-05-20T15:43:39.328Z[ host-image] May 20 15:43:37.882 INFO O| May 20 15:43:37.881 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98292026-05-20T15:43:39.336Z[ host-image] May 20 15:43:37.890 INFO O| May 20 15:43:37.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98302026-05-20T15:43:39.336Z[ host-image] May 20 15:43:37.890 INFO O| May 20 15:43:37.890 INFO ok!
98312026-05-20T15:43:39.336Z[ host-image] May 20 15:43:37.890 INFO O| May 20 15:43:37.890 INFO STEP 103 (ensure_file) COMPLETE
98322026-05-20T15:43:39.340Z[ host-image] May 20 15:43:37.890 INFO O| May 20 15:43:37.890 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332026-05-20T15:43:39.345Z[ host-image] May 20 15:43:37.899 INFO O| May 20 15:43:37.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98342026-05-20T15:43:39.345Z[ host-image] May 20 15:43:37.899 INFO O| May 20 15:43:37.899 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98352026-05-20T15:43:39.349Z[ host-image] May 20 15:43:37.899 INFO O| May 20 15:43:37.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98362026-05-20T15:43:39.349Z[ host-image] May 20 15:43:37.899 INFO O| May 20 15:43:37.899 INFO ok!
98372026-05-20T15:43:39.349Z[ host-image] May 20 15:43:37.899 INFO O| May 20 15:43:37.899 INFO STEP 104 (ensure_file) COMPLETE
98382026-05-20T15:43:39.349Z[ host-image] May 20 15:43:37.899 INFO O| May 20 15:43:37.899 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392026-05-20T15:43:39.353Z[ host-image] May 20 15:43:37.906 INFO O| May 20 15:43:37.906 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98402026-05-20T15:43:39.353Z[ host-image] May 20 15:43:37.906 INFO O| May 20 15:43:37.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98412026-05-20T15:43:39.353Z[ host-image] May 20 15:43:37.906 INFO O| May 20 15:43:37.906 INFO STEP 105 (ensure_dir) COMPLETE
98422026-05-20T15:43:39.356Z[ host-image] May 20 15:43:37.906 INFO O| May 20 15:43:37.906 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432026-05-20T15:43:39.360Z[ host-image] May 20 15:43:37.914 INFO O| May 20 15:43:37.913 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98442026-05-20T15:43:39.360Z[ host-image] May 20 15:43:37.914 INFO O| May 20 15:43:37.914 INFO copying /tmp/.tmpGtoU0F/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 ...
98452026-05-20T15:43:39.691Z[ host-image] May 20 15:43:38.245 INFO O| May 20 15:43:38.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98462026-05-20T15:43:39.691Z[ host-image] May 20 15:43:38.245 INFO O| May 20 15:43:38.245 INFO ok!
98472026-05-20T15:43:39.691Z[ host-image] May 20 15:43:38.245 INFO O| May 20 15:43:38.245 INFO STEP 106 (ensure_file) COMPLETE
98482026-05-20T15:43:39.695Z[ host-image] May 20 15:43:38.245 INFO O| May 20 15:43:38.245 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492026-05-20T15:43:39.701Z[ host-image] May 20 15:43:38.254 INFO O| May 20 15:43:38.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98502026-05-20T15:43:39.701Z[ host-image] May 20 15:43:38.254 INFO O| May 20 15:43:38.254 INFO copying /tmp/.tmpGtoU0F/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 ...
98512026-05-20T15:43:39.704Z[ host-image] May 20 15:43:38.254 INFO O| May 20 15:43:38.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98522026-05-20T15:43:39.704Z[ host-image] May 20 15:43:38.254 INFO O| May 20 15:43:38.254 INFO ok!
98532026-05-20T15:43:39.704Z[ host-image] May 20 15:43:38.254 INFO O| May 20 15:43:38.254 INFO STEP 107 (ensure_file) COMPLETE
98542026-05-20T15:43:39.704Z[ host-image] May 20 15:43:38.254 INFO O| May 20 15:43:38.254 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552026-05-20T15:43:39.709Z[ host-image] May 20 15:43:38.262 INFO O| May 20 15:43:38.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98562026-05-20T15:43:39.709Z[ host-image] May 20 15:43:38.262 INFO O| May 20 15:43:38.262 INFO copying /tmp/.tmpGtoU0F/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 ...
98572026-05-20T15:43:39.709Z[ host-image] May 20 15:43:38.262 INFO O| May 20 15:43:38.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98582026-05-20T15:43:39.712Z[ host-image] May 20 15:43:38.262 INFO O| May 20 15:43:38.262 INFO ok!
98592026-05-20T15:43:39.712Z[ host-image] May 20 15:43:38.262 INFO O| May 20 15:43:38.262 INFO STEP 108 (ensure_file) COMPLETE
98602026-05-20T15:43:39.712Z[ host-image] May 20 15:43:38.262 INFO O| May 20 15:43:38.262 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612026-05-20T15:43:39.716Z[ host-image] May 20 15:43:38.269 INFO O| May 20 15:43:38.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98622026-05-20T15:43:39.716Z[ host-image] May 20 15:43:38.269 INFO O| May 20 15:43:38.269 INFO copying /tmp/.tmpGtoU0F/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 ...
98632026-05-20T15:43:39.716Z[ host-image] May 20 15:43:38.269 INFO O| May 20 15:43:38.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98642026-05-20T15:43:39.719Z[ host-image] May 20 15:43:38.269 INFO O| May 20 15:43:38.269 INFO ok!
98652026-05-20T15:43:39.719Z[ host-image] May 20 15:43:38.269 INFO O| May 20 15:43:38.269 INFO STEP 109 (ensure_file) COMPLETE
98662026-05-20T15:43:39.719Z[ host-image] May 20 15:43:38.269 INFO O| May 20 15:43:38.269 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672026-05-20T15:43:39.723Z[ host-image] May 20 15:43:38.277 INFO O| May 20 15:43:38.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98682026-05-20T15:43:39.723Z[ host-image] May 20 15:43:38.277 INFO O| May 20 15:43:38.277 INFO copying /tmp/.tmpGtoU0F/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 ...
98692026-05-20T15:43:39.727Z[ host-image] May 20 15:43:38.277 INFO O| May 20 15:43:38.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98702026-05-20T15:43:39.727Z[ host-image] May 20 15:43:38.277 INFO O| May 20 15:43:38.277 INFO ok!
98712026-05-20T15:43:39.727Z[ host-image] May 20 15:43:38.277 INFO O| May 20 15:43:38.277 INFO STEP 110 (ensure_file) COMPLETE
98722026-05-20T15:43:39.727Z[ host-image] May 20 15:43:38.277 INFO O| May 20 15:43:38.277 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732026-05-20T15:43:39.731Z[ host-image] May 20 15:43:38.285 INFO O| May 20 15:43:38.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98742026-05-20T15:43:39.731Z[ host-image] May 20 15:43:38.285 INFO O| May 20 15:43:38.285 INFO copying /tmp/.tmpGtoU0F/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 ...
98752026-05-20T15:43:39.731Z[ host-image] May 20 15:43:38.285 INFO O| May 20 15:43:38.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98762026-05-20T15:43:39.734Z[ host-image] May 20 15:43:38.285 INFO O| May 20 15:43:38.285 INFO ok!
98772026-05-20T15:43:39.734Z[ host-image] May 20 15:43:38.285 INFO O| May 20 15:43:38.285 INFO STEP 111 (ensure_file) COMPLETE
98782026-05-20T15:43:39.734Z[ host-image] May 20 15:43:38.285 INFO O| May 20 15:43:38.285 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-05-20T15:43:39.738Z[ host-image] May 20 15:43:38.291 INFO O| May 20 15:43:38.291 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98802026-05-20T15:43:39.738Z[ host-image] May 20 15:43:38.291 INFO O| May 20 15:43:38.291 INFO copying /tmp/.tmpGtoU0F/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 ...
98812026-05-20T15:43:39.738Z[ host-image] May 20 15:43:38.291 INFO O| May 20 15:43:38.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98822026-05-20T15:43:39.741Z[ host-image] May 20 15:43:38.291 INFO O| May 20 15:43:38.291 INFO ok!
98832026-05-20T15:43:39.741Z[ host-image] May 20 15:43:38.291 INFO O| May 20 15:43:38.291 INFO STEP 112 (ensure_file) COMPLETE
98842026-05-20T15:43:39.741Z[ host-image] May 20 15:43:38.291 INFO O| May 20 15:43:38.291 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-05-20T15:43:39.744Z[ host-image] May 20 15:43:38.298 INFO O| May 20 15:43:38.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98862026-05-20T15:43:39.744Z[ host-image] May 20 15:43:38.298 INFO O| May 20 15:43:38.298 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98872026-05-20T15:43:39.744Z[ host-image] May 20 15:43:38.298 INFO O| May 20 15:43:38.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98882026-05-20T15:43:39.744Z[ host-image] May 20 15:43:38.298 INFO O| May 20 15:43:38.298 INFO ok!
98892026-05-20T15:43:39.747Z[ host-image] May 20 15:43:38.298 INFO O| May 20 15:43:38.298 INFO STEP 113 (ensure_file) COMPLETE
98902026-05-20T15:43:39.747Z[ host-image] May 20 15:43:38.298 INFO O| May 20 15:43:38.298 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-05-20T15:43:39.751Z[ host-image] May 20 15:43:38.304 INFO O| May 20 15:43:38.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98922026-05-20T15:43:39.751Z[ host-image] May 20 15:43:38.304 INFO O| May 20 15:43:38.304 INFO copying /tmp/.tmpGtoU0F/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 ...
98932026-05-20T15:43:39.751Z[ host-image] May 20 15:43:38.304 INFO O| May 20 15:43:38.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98942026-05-20T15:43:39.751Z[ host-image] May 20 15:43:38.304 INFO O| May 20 15:43:38.304 INFO ok!
98952026-05-20T15:43:39.751Z[ host-image] May 20 15:43:38.304 INFO O| May 20 15:43:38.304 INFO STEP 114 (ensure_file) COMPLETE
98962026-05-20T15:43:39.751Z[ host-image] May 20 15:43:38.304 INFO O| May 20 15:43:38.304 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972026-05-20T15:43:39.757Z[ host-image] May 20 15:43:38.311 INFO O| May 20 15:43:38.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98982026-05-20T15:43:39.757Z[ host-image] May 20 15:43:38.311 INFO O| May 20 15:43:38.311 INFO copying /tmp/.tmpGtoU0F/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 ...
98992026-05-20T15:43:39.757Z[ host-image] May 20 15:43:38.311 INFO O| May 20 15:43:38.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
99002026-05-20T15:43:39.760Z[ host-image] May 20 15:43:38.311 INFO O| May 20 15:43:38.311 INFO ok!
99012026-05-20T15:43:39.760Z[ host-image] May 20 15:43:38.311 INFO O| May 20 15:43:38.311 INFO STEP 115 (ensure_file) COMPLETE
99022026-05-20T15:43:39.760Z[ host-image] May 20 15:43:38.311 INFO O| May 20 15:43:38.311 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032026-05-20T15:43:39.763Z[ host-image] May 20 15:43:38.317 INFO O| May 20 15:43:38.317 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
99042026-05-20T15:43:39.763Z[ host-image] May 20 15:43:38.317 INFO O| May 20 15:43:38.317 INFO copying /tmp/.tmpGtoU0F/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 ...
99052026-05-20T15:43:39.766Z[ host-image] May 20 15:43:38.317 INFO O| May 20 15:43:38.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
99062026-05-20T15:43:39.766Z[ host-image] May 20 15:43:38.317 INFO O| May 20 15:43:38.317 INFO ok!
99072026-05-20T15:43:39.766Z[ host-image] May 20 15:43:38.317 INFO O| May 20 15:43:38.317 INFO STEP 116 (ensure_file) COMPLETE
99082026-05-20T15:43:39.766Z[ host-image] May 20 15:43:38.317 INFO O| May 20 15:43:38.317 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99092026-05-20T15:43:39.770Z[ host-image] May 20 15:43:38.324 INFO O| May 20 15:43:38.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
99102026-05-20T15:43:39.770Z[ host-image] May 20 15:43:38.324 INFO O| May 20 15:43:38.323 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
99112026-05-20T15:43:39.773Z[ host-image] May 20 15:43:38.324 INFO O| May 20 15:43:38.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
99122026-05-20T15:43:39.773Z[ host-image] May 20 15:43:38.324 INFO O| May 20 15:43:38.324 INFO ok!
99132026-05-20T15:43:39.773Z[ host-image] May 20 15:43:38.324 INFO O| May 20 15:43:38.324 INFO STEP 117 (ensure_file) COMPLETE
99142026-05-20T15:43:39.773Z[ host-image] May 20 15:43:38.324 INFO O| May 20 15:43:38.324 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152026-05-20T15:43:39.776Z[ host-image] May 20 15:43:38.330 INFO O| May 20 15:43:38.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99162026-05-20T15:43:39.776Z[ host-image] May 20 15:43:38.330 INFO O| May 20 15:43:38.330 INFO copying /tmp/.tmpGtoU0F/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 ...
99172026-05-20T15:43:39.779Z[ host-image] May 20 15:43:38.330 INFO O| May 20 15:43:38.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99182026-05-20T15:43:39.779Z[ host-image] May 20 15:43:38.330 INFO O| May 20 15:43:38.330 INFO ok!
99192026-05-20T15:43:39.779Z[ host-image] May 20 15:43:38.330 INFO O| May 20 15:43:38.330 INFO STEP 118 (ensure_file) COMPLETE
99202026-05-20T15:43:39.779Z[ host-image] May 20 15:43:38.330 INFO O| May 20 15:43:38.330 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212026-05-20T15:43:39.782Z[ host-image] May 20 15:43:38.336 INFO O| May 20 15:43:38.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
99222026-05-20T15:43:39.782Z[ host-image] May 20 15:43:38.336 INFO O| May 20 15:43:38.336 INFO copying /tmp/.tmpGtoU0F/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 ...
99232026-05-20T15:43:39.785Z[ host-image] May 20 15:43:38.336 INFO O| May 20 15:43:38.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
99242026-05-20T15:43:39.785Z[ host-image] May 20 15:43:38.336 INFO O| May 20 15:43:38.336 INFO ok!
99252026-05-20T15:43:39.785Z[ host-image] May 20 15:43:38.336 INFO O| May 20 15:43:38.336 INFO STEP 119 (ensure_file) COMPLETE
99262026-05-20T15:43:39.786Z[ host-image] May 20 15:43:38.336 INFO O| May 20 15:43:38.336 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-05-20T15:43:39.790Z[ host-image] May 20 15:43:38.342 INFO O| May 20 15:43:38.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
99282026-05-20T15:43:39.790Z[ host-image] May 20 15:43:38.343 INFO O| May 20 15:43:38.342 INFO copying /tmp/.tmpGtoU0F/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 ...
99292026-05-20T15:43:39.790Z[ host-image] May 20 15:43:38.343 INFO O| May 20 15:43:38.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
99302026-05-20T15:43:39.790Z[ host-image] May 20 15:43:38.343 INFO O| May 20 15:43:38.343 INFO ok!
99312026-05-20T15:43:39.790Z[ host-image] May 20 15:43:38.343 INFO O| May 20 15:43:38.343 INFO STEP 120 (ensure_file) COMPLETE
99322026-05-20T15:43:39.790Z[ host-image] May 20 15:43:38.343 INFO O| May 20 15:43:38.343 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-05-20T15:43:39.795Z[ host-image] May 20 15:43:38.349 INFO O| May 20 15:43:38.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
99342026-05-20T15:43:39.795Z[ host-image] May 20 15:43:38.349 INFO O| May 20 15:43:38.349 INFO copying /tmp/.tmpGtoU0F/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 ...
99352026-05-20T15:43:39.795Z[ host-image] May 20 15:43:38.349 INFO O| May 20 15:43:38.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
99362026-05-20T15:43:39.798Z[ host-image] May 20 15:43:38.349 INFO O| May 20 15:43:38.349 INFO ok!
99372026-05-20T15:43:39.798Z[ host-image] May 20 15:43:38.349 INFO O| May 20 15:43:38.349 INFO STEP 121 (ensure_file) COMPLETE
99382026-05-20T15:43:39.798Z[ host-image] May 20 15:43:38.349 INFO O| May 20 15:43:38.349 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392026-05-20T15:43:39.801Z[ host-image] May 20 15:43:38.355 INFO O| May 20 15:43:38.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99402026-05-20T15:43:39.801Z[ host-image] May 20 15:43:38.355 INFO O| May 20 15:43:38.355 INFO copying /tmp/.tmpGtoU0F/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 ...
99412026-05-20T15:43:39.804Z[ host-image] May 20 15:43:38.355 INFO O| May 20 15:43:38.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99422026-05-20T15:43:39.804Z[ host-image] May 20 15:43:38.355 INFO O| May 20 15:43:38.355 INFO ok!
99432026-05-20T15:43:39.804Z[ host-image] May 20 15:43:38.355 INFO O| May 20 15:43:38.355 INFO STEP 122 (ensure_file) COMPLETE
99442026-05-20T15:43:39.804Z[ host-image] May 20 15:43:38.355 INFO O| May 20 15:43:38.355 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452026-05-20T15:43:39.807Z[ host-image] May 20 15:43:38.361 INFO O| May 20 15:43:38.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99462026-05-20T15:43:39.807Z[ host-image] May 20 15:43:38.361 INFO O| May 20 15:43:38.361 INFO copying /tmp/.tmpGtoU0F/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 ...
99472026-05-20T15:43:39.807Z[ host-image] May 20 15:43:38.361 INFO O| May 20 15:43:38.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99482026-05-20T15:43:39.807Z[ host-image] May 20 15:43:38.361 INFO O| May 20 15:43:38.361 INFO ok!
99492026-05-20T15:43:39.807Z[ host-image] May 20 15:43:38.361 INFO O| May 20 15:43:38.361 INFO STEP 123 (ensure_file) COMPLETE
99502026-05-20T15:43:39.807Z[ host-image] May 20 15:43:38.361 INFO O| May 20 15:43:38.361 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512026-05-20T15:43:39.813Z[ host-image] May 20 15:43:38.367 INFO O| May 20 15:43:38.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99522026-05-20T15:43:39.813Z[ host-image] May 20 15:43:38.367 INFO O| May 20 15:43:38.367 INFO copying /tmp/.tmpGtoU0F/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 ...
99532026-05-20T15:43:39.816Z[ host-image] May 20 15:43:38.367 INFO O| May 20 15:43:38.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99542026-05-20T15:43:39.816Z[ host-image] May 20 15:43:38.367 INFO O| May 20 15:43:38.367 INFO ok!
99552026-05-20T15:43:39.816Z[ host-image] May 20 15:43:38.367 INFO O| May 20 15:43:38.367 INFO STEP 124 (ensure_file) COMPLETE
99562026-05-20T15:43:39.816Z[ host-image] May 20 15:43:38.367 INFO O| May 20 15:43:38.367 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572026-05-20T15:43:39.819Z[ host-image] May 20 15:43:38.373 INFO O| May 20 15:43:38.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99582026-05-20T15:43:39.819Z[ host-image] May 20 15:43:38.373 INFO O| May 20 15:43:38.373 INFO copying /tmp/.tmpGtoU0F/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 ...
99592026-05-20T15:43:39.822Z[ host-image] May 20 15:43:38.373 INFO O| May 20 15:43:38.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99602026-05-20T15:43:39.822Z[ host-image] May 20 15:43:38.373 INFO O| May 20 15:43:38.373 INFO ok!
99612026-05-20T15:43:39.822Z[ host-image] May 20 15:43:38.373 INFO O| May 20 15:43:38.373 INFO STEP 125 (ensure_file) COMPLETE
99622026-05-20T15:43:39.822Z[ host-image] May 20 15:43:38.373 INFO O| May 20 15:43:38.373 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632026-05-20T15:43:39.825Z[ host-image] May 20 15:43:38.379 INFO O| May 20 15:43:38.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99642026-05-20T15:43:39.825Z[ host-image] May 20 15:43:38.379 INFO O| May 20 15:43:38.379 INFO copying /tmp/.tmpGtoU0F/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 ...
99652026-05-20T15:43:39.825Z[ host-image] May 20 15:43:38.379 INFO O| May 20 15:43:38.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99662026-05-20T15:43:39.828Z[ host-image] May 20 15:43:38.379 INFO O| May 20 15:43:38.379 INFO ok!
99672026-05-20T15:43:39.828Z[ host-image] May 20 15:43:38.379 INFO O| May 20 15:43:38.379 INFO STEP 126 (ensure_file) COMPLETE
99682026-05-20T15:43:39.828Z[ host-image] May 20 15:43:38.379 INFO O| May 20 15:43:38.379 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692026-05-20T15:43:39.831Z[ host-image] May 20 15:43:38.385 INFO O| May 20 15:43:38.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99702026-05-20T15:43:39.832Z[ host-image] May 20 15:43:38.385 INFO O| May 20 15:43:38.385 INFO copying /tmp/.tmpGtoU0F/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 ...
99712026-05-20T15:43:39.832Z[ host-image] May 20 15:43:38.385 INFO O| May 20 15:43:38.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99722026-05-20T15:43:39.835Z[ host-image] May 20 15:43:38.385 INFO O| May 20 15:43:38.385 INFO ok!
99732026-05-20T15:43:39.835Z[ host-image] May 20 15:43:38.385 INFO O| May 20 15:43:38.385 INFO STEP 127 (ensure_file) COMPLETE
99742026-05-20T15:43:39.835Z[ host-image] May 20 15:43:38.385 INFO O| May 20 15:43:38.385 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-05-20T15:43:39.838Z[ host-image] May 20 15:43:38.392 INFO O| May 20 15:43:38.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99762026-05-20T15:43:39.838Z[ host-image] May 20 15:43:38.392 INFO O| May 20 15:43:38.392 INFO copying /tmp/.tmpGtoU0F/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 ...
99772026-05-20T15:43:39.838Z[ host-image] May 20 15:43:38.392 INFO O| May 20 15:43:38.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99782026-05-20T15:43:39.838Z[ host-image] May 20 15:43:38.392 INFO O| May 20 15:43:38.392 INFO ok!
99792026-05-20T15:43:39.841Z[ host-image] May 20 15:43:38.392 INFO O| May 20 15:43:38.392 INFO STEP 128 (ensure_file) COMPLETE
99802026-05-20T15:43:39.841Z[ host-image] May 20 15:43:38.392 INFO O| May 20 15:43:38.392 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812026-05-20T15:43:39.844Z[ host-image] May 20 15:43:38.398 INFO O| May 20 15:43:38.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99822026-05-20T15:43:39.844Z[ host-image] May 20 15:43:38.398 INFO O| May 20 15:43:38.398 INFO copying /tmp/.tmpGtoU0F/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 ...
99832026-05-20T15:43:39.847Z[ host-image] May 20 15:43:38.398 INFO O| May 20 15:43:38.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99842026-05-20T15:43:39.847Z[ host-image] May 20 15:43:38.398 INFO O| May 20 15:43:38.398 INFO ok!
99852026-05-20T15:43:39.847Z[ host-image] May 20 15:43:38.398 INFO O| May 20 15:43:38.398 INFO STEP 129 (ensure_file) COMPLETE
99862026-05-20T15:43:39.847Z[ host-image] May 20 15:43:38.398 INFO O| May 20 15:43:38.398 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872026-05-20T15:43:39.851Z[ host-image] May 20 15:43:38.405 INFO O| May 20 15:43:38.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99882026-05-20T15:43:39.851Z[ host-image] May 20 15:43:38.405 INFO O| May 20 15:43:38.405 INFO copying /tmp/.tmpGtoU0F/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 ...
99892026-05-20T15:43:39.854Z[ host-image] May 20 15:43:38.405 INFO O| May 20 15:43:38.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99902026-05-20T15:43:39.854Z[ host-image] May 20 15:43:38.405 INFO O| May 20 15:43:38.405 INFO ok!
99912026-05-20T15:43:39.854Z[ host-image] May 20 15:43:38.405 INFO O| May 20 15:43:38.405 INFO STEP 130 (ensure_file) COMPLETE
99922026-05-20T15:43:39.854Z[ host-image] May 20 15:43:38.405 INFO O| May 20 15:43:38.405 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932026-05-20T15:43:39.858Z[ host-image] May 20 15:43:38.411 INFO O| May 20 15:43:38.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99942026-05-20T15:43:39.858Z[ host-image] May 20 15:43:38.411 INFO O| May 20 15:43:38.411 INFO copying /tmp/.tmpGtoU0F/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 ...
99952026-05-20T15:43:39.858Z[ host-image] May 20 15:43:38.411 INFO O| May 20 15:43:38.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99962026-05-20T15:43:39.858Z[ host-image] May 20 15:43:38.411 INFO O| May 20 15:43:38.411 INFO ok!
99972026-05-20T15:43:39.858Z[ host-image] May 20 15:43:38.411 INFO O| May 20 15:43:38.411 INFO STEP 131 (ensure_file) COMPLETE
99982026-05-20T15:43:39.858Z[ host-image] May 20 15:43:38.411 INFO O| May 20 15:43:38.411 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992026-05-20T15:43:39.864Z[ host-image] May 20 15:43:38.417 INFO O| May 20 15:43:38.417 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
100002026-05-20T15:43:39.864Z[ host-image] May 20 15:43:38.417 INFO O| May 20 15:43:38.417 INFO copying /tmp/.tmpGtoU0F/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 ...
100012026-05-20T15:43:39.867Z[ host-image] May 20 15:43:38.417 INFO O| May 20 15:43:38.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
100022026-05-20T15:43:39.867Z[ host-image] May 20 15:43:38.417 INFO O| May 20 15:43:38.417 INFO ok!
100032026-05-20T15:43:39.867Z[ host-image] May 20 15:43:38.417 INFO O| May 20 15:43:38.417 INFO STEP 132 (ensure_file) COMPLETE
100042026-05-20T15:43:39.867Z[ host-image] May 20 15:43:38.417 INFO O| May 20 15:43:38.417 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052026-05-20T15:43:39.870Z[ host-image] May 20 15:43:38.424 INFO O| May 20 15:43:38.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
100062026-05-20T15:43:39.870Z[ host-image] May 20 15:43:38.424 INFO O| May 20 15:43:38.423 INFO copying /tmp/.tmpGtoU0F/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 ...
100072026-05-20T15:43:39.870Z[ host-image] May 20 15:43:38.424 INFO O| May 20 15:43:38.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
100082026-05-20T15:43:39.870Z[ host-image] May 20 15:43:38.424 INFO O| May 20 15:43:38.424 INFO ok!
100092026-05-20T15:43:39.870Z[ host-image] May 20 15:43:38.424 INFO O| May 20 15:43:38.424 INFO STEP 133 (ensure_file) COMPLETE
100102026-05-20T15:43:39.873Z[ host-image] May 20 15:43:38.424 INFO O| May 20 15:43:38.424 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112026-05-20T15:43:39.876Z[ host-image] May 20 15:43:38.430 INFO O| May 20 15:43:38.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
100122026-05-20T15:43:39.876Z[ host-image] May 20 15:43:38.430 INFO O| May 20 15:43:38.430 INFO copying /tmp/.tmpGtoU0F/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 ...
100132026-05-20T15:43:39.879Z[ host-image] May 20 15:43:38.430 INFO O| May 20 15:43:38.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
100142026-05-20T15:43:39.879Z[ host-image] May 20 15:43:38.430 INFO O| May 20 15:43:38.430 INFO ok!
100152026-05-20T15:43:39.879Z[ host-image] May 20 15:43:38.430 INFO O| May 20 15:43:38.430 INFO STEP 134 (ensure_file) COMPLETE
100162026-05-20T15:43:39.879Z[ host-image] May 20 15:43:38.430 INFO O| May 20 15:43:38.430 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172026-05-20T15:43:39.882Z[ host-image] May 20 15:43:38.436 INFO O| May 20 15:43:38.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100182026-05-20T15:43:39.883Z[ host-image] May 20 15:43:38.436 INFO O| May 20 15:43:38.436 INFO copying /tmp/.tmpGtoU0F/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 ...
100192026-05-20T15:43:39.885Z[ host-image] May 20 15:43:38.436 INFO O| May 20 15:43:38.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100202026-05-20T15:43:39.885Z[ host-image] May 20 15:43:38.436 INFO O| May 20 15:43:38.436 INFO ok!
100212026-05-20T15:43:39.885Z[ host-image] May 20 15:43:38.436 INFO O| May 20 15:43:38.436 INFO STEP 135 (ensure_file) COMPLETE
100222026-05-20T15:43:39.885Z[ host-image] May 20 15:43:38.436 INFO O| May 20 15:43:38.436 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232026-05-20T15:43:39.889Z[ host-image] May 20 15:43:38.443 INFO O| May 20 15:43:38.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
100242026-05-20T15:43:39.889Z[ host-image] May 20 15:43:38.443 INFO O| May 20 15:43:38.443 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
100252026-05-20T15:43:39.889Z[ host-image] May 20 15:43:38.443 INFO O| May 20 15:43:38.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
100262026-05-20T15:43:39.892Z[ host-image] May 20 15:43:38.443 INFO O| May 20 15:43:38.443 INFO ok!
100272026-05-20T15:43:39.892Z[ host-image] May 20 15:43:38.443 INFO O| May 20 15:43:38.443 INFO STEP 136 (ensure_file) COMPLETE
100282026-05-20T15:43:39.892Z[ host-image] May 20 15:43:38.443 INFO O| May 20 15:43:38.443 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292026-05-20T15:43:39.896Z[ host-image] May 20 15:43:38.449 INFO O| May 20 15:43:38.449 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
100302026-05-20T15:43:39.896Z[ host-image] May 20 15:43:38.450 INFO O| May 20 15:43:38.449 INFO copying /tmp/.tmpGtoU0F/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 ...
100312026-05-20T15:43:39.896Z[ host-image] May 20 15:43:38.450 INFO O| May 20 15:43:38.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
100322026-05-20T15:43:39.899Z[ host-image] May 20 15:43:38.450 INFO O| May 20 15:43:38.450 INFO ok!
100332026-05-20T15:43:39.899Z[ host-image] May 20 15:43:38.450 INFO O| May 20 15:43:38.450 INFO STEP 137 (ensure_file) COMPLETE
100342026-05-20T15:43:39.899Z[ host-image] May 20 15:43:38.450 INFO O| May 20 15:43:38.450 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352026-05-20T15:43:39.902Z[ host-image] May 20 15:43:38.456 INFO O| May 20 15:43:38.456 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
100362026-05-20T15:43:39.902Z[ host-image] May 20 15:43:38.456 INFO O| May 20 15:43:38.456 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
100372026-05-20T15:43:39.902Z[ host-image] May 20 15:43:38.456 INFO O| May 20 15:43:38.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
100382026-05-20T15:43:39.902Z[ host-image] May 20 15:43:38.456 INFO O| May 20 15:43:38.456 INFO ok!
100392026-05-20T15:43:39.905Z[ host-image] May 20 15:43:38.456 INFO O| May 20 15:43:38.456 INFO STEP 138 (ensure_file) COMPLETE
100402026-05-20T15:43:39.905Z[ host-image] May 20 15:43:38.456 INFO O| May 20 15:43:38.456 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412026-05-20T15:43:39.909Z[ host-image] May 20 15:43:38.463 INFO O| May 20 15:43:38.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100422026-05-20T15:43:39.909Z[ host-image] May 20 15:43:38.463 INFO O| May 20 15:43:38.463 INFO copying /tmp/.tmpGtoU0F/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100432026-05-20T15:43:52.611Z[ recovery-image] May 20 15:43:51.164 INFO O| ok, image written!
100442026-05-20T15:43:52.611Z[ recovery-image] May 20 15:43:51.164 INFO O| ok, boot_image_csum file written!
100452026-05-20T15:43:52.614Z[ recovery-image] May 20 15:43:51.167 INFO creating boot archive (CPIO)...
100462026-05-20T15:43:52.614Z[ recovery-image] May 20 15:43:51.167 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
100472026-05-20T15:43:52.621Z[ recovery-image] May 20 15:43:51.174 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
100482026-05-20T15:43:52.622Z[ recovery-image] May 20 15:43:51.174 INFO E| + outfile=/work/os-recovery/cpio
100492026-05-20T15:43:52.625Z[ recovery-image] May 20 15:43:51.174 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
100502026-05-20T15:43:52.625Z[ recovery-image] May 20 15:43:51.176 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
100512026-05-20T15:43:52.625Z[ recovery-image] May 20 15:43:51.176 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
100522026-05-20T15:43:52.657Z[ recovery-image] May 20 15:43:51.210 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
100532026-05-20T15:43:52.657Z[ recovery-image] May 20 15:43:51.210 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
100542026-05-20T15:43:52.663Z[ recovery-image] May 20 15:43:51.217 INFO creating compressed cpio/unix for dev loaders...
100552026-05-20T15:43:52.663Z[ recovery-image] May 20 15:43:51.217 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
100562026-05-20T15:43:53.024Z[ recovery-image] May 20 15:43:51.577 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
100572026-05-20T15:43:53.120Z[ host-image] May 20 15:43:51.673 INFO O| May 20 15:43:51.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100582026-05-20T15:43:53.120Z[ host-image] May 20 15:43:51.673 INFO O| May 20 15:43:51.673 INFO ok!
100592026-05-20T15:43:53.120Z[ host-image] May 20 15:43:51.673 INFO O| May 20 15:43:51.673 INFO STEP 139 (ensure_file) COMPLETE
100602026-05-20T15:43:53.123Z[ host-image] May 20 15:43:51.673 INFO O| May 20 15:43:51.673 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612026-05-20T15:43:53.130Z[ host-image] May 20 15:43:51.684 INFO O| May 20 15:43:51.683 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100622026-05-20T15:43:53.130Z[ host-image] May 20 15:43:51.684 INFO O| May 20 15:43:51.683 INFO STEP 140 (ensure_dir) COMPLETE
100632026-05-20T15:43:53.133Z[ host-image] May 20 15:43:51.684 INFO O| May 20 15:43:51.683 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100642026-05-20T15:43:53.148Z[ host-image] May 20 15:43:51.702 INFO O| May 20 15:43:51.702 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100652026-05-20T15:43:53.148Z[ host-image] May 20 15:43:51.702 INFO O| May 20 15:43:51.702 INFO STEP 141 (ensure_dir) COMPLETE
100662026-05-20T15:43:53.148Z[ host-image] May 20 15:43:51.702 INFO O| May 20 15:43:51.702 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-05-20T15:43:53.157Z[ host-image] May 20 15:43:51.710 INFO O| May 20 15:43:51.710 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100682026-05-20T15:43:53.157Z[ host-image] May 20 15:43:51.710 INFO O| May 20 15:43:51.710 INFO STEP 142 (ensure_dir) COMPLETE
100692026-05-20T15:43:53.157Z[ host-image] May 20 15:43:51.710 INFO O| May 20 15:43:51.710 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-05-20T15:43:53.164Z[ host-image] May 20 15:43:51.718 INFO O| May 20 15:43:51.718 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100712026-05-20T15:43:53.164Z[ host-image] May 20 15:43:51.718 INFO O| May 20 15:43:51.718 INFO STEP 143 (ensure_dir) COMPLETE
100722026-05-20T15:43:53.164Z[ host-image] May 20 15:43:51.718 INFO O| May 20 15:43:51.718 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732026-05-20T15:43:53.172Z[ host-image] May 20 15:43:51.725 INFO O| May 20 15:43:51.725 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100742026-05-20T15:43:53.172Z[ host-image] May 20 15:43:51.725 INFO O| May 20 15:43:51.725 INFO copying /tmp/.tmpGtoU0F/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 ...
100752026-05-20T15:43:53.172Z[ host-image] May 20 15:43:51.725 INFO O| May 20 15:43:51.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100762026-05-20T15:43:53.175Z[ host-image] May 20 15:43:51.725 INFO O| May 20 15:43:51.725 INFO ok!
100772026-05-20T15:43:53.175Z[ host-image] May 20 15:43:51.725 INFO O| May 20 15:43:51.725 INFO STEP 144 (ensure_file) COMPLETE
100782026-05-20T15:43:53.175Z[ host-image] May 20 15:43:51.725 INFO O| May 20 15:43:51.725 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792026-05-20T15:43:53.179Z[ host-image] May 20 15:43:51.732 INFO O| May 20 15:43:51.732 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100802026-05-20T15:43:53.179Z[ host-image] May 20 15:43:51.732 INFO O| May 20 15:43:51.732 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100812026-05-20T15:43:53.179Z[ host-image] May 20 15:43:51.732 INFO O| May 20 15:43:51.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100822026-05-20T15:43:53.182Z[ host-image] May 20 15:43:51.732 INFO O| May 20 15:43:51.732 INFO STEP 145 (ensure_dir) COMPLETE
100832026-05-20T15:43:53.182Z[ host-image] May 20 15:43:51.732 INFO O| May 20 15:43:51.732 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100842026-05-20T15:43:53.186Z[ host-image] May 20 15:43:51.740 INFO O| May 20 15:43:51.740 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100852026-05-20T15:43:53.186Z[ host-image] May 20 15:43:51.740 INFO O| May 20 15:43:51.740 INFO copying /tmp/.tmpGtoU0F/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100862026-05-20T15:43:53.186Z[ host-image] May 20 15:43:51.740 INFO O| May 20 15:43:51.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100872026-05-20T15:43:53.189Z[ host-image] May 20 15:43:51.740 INFO O| May 20 15:43:51.740 INFO ok!
100882026-05-20T15:43:53.189Z[ host-image] May 20 15:43:51.740 INFO O| May 20 15:43:51.740 INFO STEP 146 (ensure_file) COMPLETE
100892026-05-20T15:43:53.189Z[ host-image] May 20 15:43:51.740 INFO O| May 20 15:43:51.740 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100902026-05-20T15:43:53.194Z[ host-image] May 20 15:43:51.748 INFO O| May 20 15:43:51.748 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100912026-05-20T15:43:53.194Z[ host-image] May 20 15:43:51.748 INFO O| May 20 15:43:51.748 INFO STEP 147 (remove_files) COMPLETE
100922026-05-20T15:43:53.194Z[ host-image] May 20 15:43:51.748 INFO O| May 20 15:43:51.748 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100932026-05-20T15:43:53.202Z[ host-image] May 20 15:43:51.756 INFO O| May 20 15:43:51.756 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100942026-05-20T15:43:53.202Z[ host-image] May 20 15:43:51.756 INFO O| May 20 15:43:51.756 INFO STEP 148 (remove_files) COMPLETE
100952026-05-20T15:43:53.202Z[ host-image] May 20 15:43:51.756 INFO O| May 20 15:43:51.756 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100962026-05-20T15:43:53.209Z[ host-image] May 20 15:43:51.763 INFO O| May 20 15:43:51.763 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100972026-05-20T15:43:53.209Z[ host-image] May 20 15:43:51.763 INFO O| May 20 15:43:51.763 INFO STEP 149 (remove_files) COMPLETE
100982026-05-20T15:43:53.210Z[ host-image] May 20 15:43:51.763 INFO O| May 20 15:43:51.763 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100992026-05-20T15:43:53.217Z[ host-image] May 20 15:43:51.771 INFO O| May 20 15:43:51.770 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
101002026-05-20T15:43:53.217Z[ host-image] May 20 15:43:51.771 INFO O| May 20 15:43:51.771 INFO STEP 150 (remove_files) COMPLETE
101012026-05-20T15:43:53.217Z[ host-image] May 20 15:43:51.771 INFO O| May 20 15:43:51.771 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101022026-05-20T15:43:53.225Z[ host-image] May 20 15:43:51.778 INFO O| May 20 15:43:51.778 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
101032026-05-20T15:43:53.225Z[ host-image] May 20 15:43:51.778 INFO O| May 20 15:43:51.778 INFO STEP 151 (remove_files) COMPLETE
101042026-05-20T15:43:53.225Z[ host-image] May 20 15:43:51.778 INFO O| May 20 15:43:51.778 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101052026-05-20T15:43:53.233Z[ host-image] May 20 15:43:51.786 INFO O| May 20 15:43:51.786 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
101062026-05-20T15:43:53.233Z[ host-image] May 20 15:43:51.786 INFO O| May 20 15:43:51.786 INFO STEP 152 (remove_files) COMPLETE
101072026-05-20T15:43:53.233Z[ host-image] May 20 15:43:51.786 INFO O| May 20 15:43:51.786 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101082026-05-20T15:43:53.240Z[ host-image] May 20 15:43:51.794 INFO O| May 20 15:43:51.794 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
101092026-05-20T15:43:53.240Z[ host-image] May 20 15:43:51.794 INFO O| May 20 15:43:51.794 INFO STEP 153 (remove_files) COMPLETE
101102026-05-20T15:43:53.240Z[ host-image] May 20 15:43:51.794 INFO O| May 20 15:43:51.794 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101112026-05-20T15:43:53.248Z[ host-image] May 20 15:43:51.801 INFO O| May 20 15:43:51.801 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
101122026-05-20T15:43:53.248Z[ host-image] May 20 15:43:51.801 INFO O| May 20 15:43:51.801 INFO STEP 154 (remove_files) COMPLETE
101132026-05-20T15:43:53.248Z[ host-image] May 20 15:43:51.801 INFO O| May 20 15:43:51.801 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101142026-05-20T15:43:53.255Z[ host-image] May 20 15:43:51.809 INFO O| May 20 15:43:51.808 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
101152026-05-20T15:43:53.255Z[ host-image] May 20 15:43:51.809 INFO O| May 20 15:43:51.809 INFO STEP 155 (remove_files) COMPLETE
101162026-05-20T15:43:53.255Z[ host-image] May 20 15:43:51.809 INFO O| May 20 15:43:51.809 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101172026-05-20T15:43:53.262Z[ host-image] May 20 15:43:51.816 INFO O| May 20 15:43:51.816 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
101182026-05-20T15:43:53.262Z[ host-image] May 20 15:43:51.816 INFO O| May 20 15:43:51.816 INFO STEP 156 (remove_files) COMPLETE
101192026-05-20T15:43:53.265Z[ host-image] May 20 15:43:51.816 INFO O| May 20 15:43:51.816 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101202026-05-20T15:43:53.270Z[ host-image] May 20 15:43:51.823 INFO O| May 20 15:43:51.823 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
101212026-05-20T15:43:53.270Z[ host-image] May 20 15:43:51.823 INFO O| May 20 15:43:51.823 INFO STEP 157 (remove_files) COMPLETE
101222026-05-20T15:43:53.270Z[ host-image] May 20 15:43:51.823 INFO O| May 20 15:43:51.823 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101232026-05-20T15:43:53.278Z[ host-image] May 20 15:43:51.831 INFO O| May 20 15:43:51.831 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
101242026-05-20T15:43:53.278Z[ host-image] May 20 15:43:51.832 INFO O| May 20 15:43:51.832 INFO STEP 158 (remove_files) COMPLETE
101252026-05-20T15:43:53.278Z[ host-image] May 20 15:43:51.832 INFO O| May 20 15:43:51.832 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101262026-05-20T15:43:53.286Z[ host-image] May 20 15:43:51.840 INFO O| May 20 15:43:51.840 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
101272026-05-20T15:43:53.286Z[ host-image] May 20 15:43:51.840 INFO O| May 20 15:43:51.840 INFO STEP 159 (remove_files) COMPLETE
101282026-05-20T15:43:53.286Z[ host-image] May 20 15:43:51.840 INFO O| May 20 15:43:51.840 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101292026-05-20T15:43:53.294Z[ host-image] May 20 15:43:51.848 INFO O| May 20 15:43:51.848 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101302026-05-20T15:43:53.294Z[ host-image] May 20 15:43:51.848 INFO O| May 20 15:43:51.848 INFO STEP 160 (remove_files) COMPLETE
101312026-05-20T15:43:53.294Z[ host-image] May 20 15:43:51.848 INFO O| May 20 15:43:51.848 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101322026-05-20T15:43:53.302Z[ host-image] May 20 15:43:51.856 INFO O| May 20 15:43:51.856 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101332026-05-20T15:43:53.303Z[ host-image] May 20 15:43:51.856 INFO O| May 20 15:43:51.856 INFO STEP 161 (remove_files) COMPLETE
101342026-05-20T15:43:53.303Z[ host-image] May 20 15:43:51.856 INFO O| May 20 15:43:51.856 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101352026-05-20T15:43:53.311Z[ host-image] May 20 15:43:51.864 INFO O| May 20 15:43:51.864 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101362026-05-20T15:43:53.311Z[ host-image] May 20 15:43:51.864 INFO O| May 20 15:43:51.864 INFO STEP 162 (remove_files) COMPLETE
101372026-05-20T15:43:53.311Z[ host-image] May 20 15:43:51.864 INFO O| May 20 15:43:51.864 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101382026-05-20T15:43:53.423Z[ host-image] May 20 15:43:51.873 INFO O| May 20 15:43:51.873 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101392026-05-20T15:43:53.423Z[ host-image] May 20 15:43:51.873 INFO O| May 20 15:43:51.873 INFO STEP 163 (remove_files) COMPLETE
101402026-05-20T15:43:53.423Z[ host-image] May 20 15:43:51.873 INFO O| May 20 15:43:51.873 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101412026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.881 INFO O| May 20 15:43:51.881 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101422026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.881 INFO O| May 20 15:43:51.881 INFO STEP 164 (remove_files) COMPLETE
101432026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.881 INFO O| May 20 15:43:51.881 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101442026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.890 INFO O| May 20 15:43:51.890 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101452026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.890 INFO O| May 20 15:43:51.890 INFO STEP 165 (remove_files) COMPLETE
101462026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.890 INFO O| May 20 15:43:51.890 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101472026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.898 INFO O| May 20 15:43:51.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101482026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.898 INFO O| May 20 15:43:51.898 INFO STEP 166 (remove_files) COMPLETE
101492026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.898 INFO O| May 20 15:43:51.898 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101502026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.906 INFO O| May 20 15:43:51.906 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101512026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.906 INFO O| May 20 15:43:51.906 INFO STEP 167 (remove_files) COMPLETE
101522026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.906 INFO O| May 20 15:43:51.906 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101532026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.914 INFO O| May 20 15:43:51.914 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101542026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.914 INFO O| May 20 15:43:51.914 INFO STEP 168 (remove_files) COMPLETE
101552026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.914 INFO O| May 20 15:43:51.914 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101562026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.922 INFO O| May 20 15:43:51.922 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101572026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.922 INFO O| May 20 15:43:51.922 INFO STEP 169 (remove_files) COMPLETE
101582026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.922 INFO O| May 20 15:43:51.922 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101592026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.930 INFO O| May 20 15:43:51.930 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101602026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.930 INFO O| May 20 15:43:51.930 INFO STEP 170 (remove_files) COMPLETE
101612026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.930 INFO O| May 20 15:43:51.930 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101622026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.938 INFO O| May 20 15:43:51.938 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101632026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.938 INFO O| May 20 15:43:51.938 INFO STEP 171 (remove_files) COMPLETE
101642026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.938 INFO O| May 20 15:43:51.938 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101652026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.946 INFO O| May 20 15:43:51.945 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101662026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.946 INFO O| May 20 15:43:51.946 INFO STEP 172 (remove_files) COMPLETE
101672026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.946 INFO O| May 20 15:43:51.946 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101682026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.953 INFO O| May 20 15:43:51.953 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101692026-05-20T15:43:53.433Z[ host-image] May 20 15:43:51.953 INFO O| May 20 15:43:51.953 INFO STEP 173 (remove_files) COMPLETE
101702026-05-20T15:43:53.434Z[ host-image] May 20 15:43:51.953 INFO O| May 20 15:43:51.953 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101712026-05-20T15:43:53.434Z[ host-image] May 20 15:43:51.961 INFO O| May 20 15:43:51.960 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101722026-05-20T15:43:53.434Z[ host-image] May 20 15:43:51.961 INFO O| May 20 15:43:51.961 INFO STEP 174 (remove_files) COMPLETE
101732026-05-20T15:43:53.434Z[ host-image] May 20 15:43:51.961 INFO O| May 20 15:43:51.961 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101742026-05-20T15:43:53.434Z[ host-image] May 20 15:43:51.968 INFO O| May 20 15:43:51.968 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101752026-05-20T15:43:53.434Z[ host-image] May 20 15:43:51.968 INFO O| May 20 15:43:51.968 INFO STEP 175 (remove_files) COMPLETE
101762026-05-20T15:43:53.434Z[ host-image] May 20 15:43:51.969 INFO O| May 20 15:43:51.968 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101772026-05-20T15:43:53.440Z[ host-image] May 20 15:43:51.982 INFO O| May 20 15:43:51.981 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101782026-05-20T15:43:53.440Z[ host-image] May 20 15:43:51.982 INFO O| May 20 15:43:51.982 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101792026-05-20T15:43:56.681Z[ recovery-image] May 20 15:43:55.234 INFO creating reset image...
101802026-05-20T15:43:56.681Z[ recovery-image] May 20 15:43:55.234 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
101812026-05-20T15:44:00.428Z[ host-image] May 20 15:43:58.981 INFO O| May 20 15:43:58.981 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
101822026-05-20T15:44:00.428Z[ host-image] May 20 15:43:58.981 INFO O| May 20 15:43:58.981 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101832026-05-20T15:44:00.441Z[ host-image] May 20 15:43:58.994 INFO O| May 20 15:43:58.994 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101842026-05-20T15:44:00.545Z[ host-image] May 20 15:43:59.099 INFO O| May 20 15:43:59.098 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
101852026-05-20T15:44:00.600Z[ host-image] May 20 15:43:59.154 INFO O| May 20 15:43:59.153 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_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
101862026-05-20T15:44:00.673Z[ host-image] May 20 15:43:59.226 INFO O| May 20 15:43:59.226 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101872026-05-20T15:44:00.673Z[ host-image] May 20 15:43:59.226 INFO O| May 20 15:43:59.226 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101882026-05-20T15:44:00.742Z[ host-image] May 20 15:43:59.295 INFO O| May 20 15:43:59.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101892026-05-20T15:44:00.742Z[ host-image] May 20 15:43:59.295 INFO O| May 20 15:43:59.295 INFO ok!
101902026-05-20T15:44:00.746Z[ host-image] May 20 15:43:59.295 INFO O| May 20 15:43:59.295 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101912026-05-20T15:44:00.746Z[ host-image] May 20 15:43:59.295 INFO O| May 20 15:43:59.295 INFO STEP 176 (seed_smf) COMPLETE
101922026-05-20T15:44:00.746Z[ host-image] May 20 15:43:59.295 INFO O| May 20 15:43:59.295 INFO steps complete; finalising image!
101932026-05-20T15:44:00.746Z[ host-image] May 20 15:43:59.295 INFO O| May 20 15:43:59.295 INFO TRIM POOL: TEMPORARY-sled-zfs
101942026-05-20T15:44:00.777Z[ host-image] May 20 15:43:59.331 INFO O| May 20 15:43:59.330 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed May 20 15:43:59 2026)
101952026-05-20T15:44:00.997Z[ host-image] May 20 15:43:59.550 INFO O| May 20 15:43:59.550 INFO temporary pool has 819M used, 77.4M avail, 1.86x compressratio
101962026-05-20T15:44:00.997Z[ host-image] May 20 15:43:59.550 INFO O| May 20 15:43:59.550 INFO EXPORT POOL: TEMPORARY-sled-zfs
101972026-05-20T15:44:01.359Z[ host-image] May 20 15:43:59.912 INFO O| May 20 15:43:59.912 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101982026-05-20T15:44:01.359Z[ host-image] May 20 15:43:59.912 INFO O| May 20 15:43:59.912 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101992026-05-20T15:44:02.329Z[ host-image] May 20 15:44:00.883 INFO O| May 20 15:44:00.882 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
102002026-05-20T15:44:02.329Z[ host-image] May 20 15:44:00.883 INFO O| May 20 15:44:00.883 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
102012026-05-20T15:44:02.333Z[ host-image] May 20 15:44:00.883 INFO O| May 20 15:44:00.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
102022026-05-20T15:44:02.333Z[ host-image] May 20 15:44:00.883 INFO O| May 20 15:44:00.883 INFO completed processing sled/zfs
102032026-05-20T15:44:02.333Z[ host-image] May 20 15:44:00.883 INFO O| May 20 15:44:00.883 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
102042026-05-20T15:44:15.587Z[ recovery-image] May 20 15:44:14.140 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')"
102052026-05-20T15:44:15.587Z[ recovery-image] May 20 15:44:14.140 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")
102062026-05-20T15:44:15.836Z[ recovery-image] May 20 15:44:14.389 INFO E| Updating crates.io index
102072026-05-20T15:44:16.115Z[ recovery-image] May 20 15:44:14.669 INFO E| Downloading crates ...
102082026-05-20T15:44:16.157Z[ recovery-image] May 20 15:44:14.711 INFO E| Downloaded sigchld v0.2.4
102092026-05-20T15:44:16.160Z[ recovery-image] May 20 15:44:14.712 INFO E| Downloaded os_pipe v1.2.3
102102026-05-20T15:44:16.161Z[ recovery-image] May 20 15:44:14.713 INFO E| Downloaded shared_thread v0.2.0
102112026-05-20T15:44:16.163Z[ recovery-image] May 20 15:44:14.716 INFO E| Downloaded clap_lex v1.1.0
102122026-05-20T15:44:16.166Z[ recovery-image] May 20 15:44:14.717 INFO E| Downloaded colorchoice v1.0.5
102132026-05-20T15:44:16.166Z[ recovery-image] May 20 15:44:14.720 INFO E| Downloaded duct v1.1.1
102142026-05-20T15:44:16.169Z[ recovery-image] May 20 15:44:14.721 INFO E| Downloaded shared_child v1.1.1
102152026-05-20T15:44:16.202Z[ recovery-image] May 20 15:44:14.755 INFO E| Compiling libc v0.2.185
102162026-05-20T15:44:16.202Z[ recovery-image] May 20 15:44:14.755 INFO E| Compiling proc-macro2 v1.0.106
102172026-05-20T15:44:16.202Z[ recovery-image] May 20 15:44:14.755 INFO E| Compiling signal-hook v0.3.18
102182026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.755 INFO E| Compiling quote v1.0.45
102192026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.755 INFO E| Compiling unicode-ident v1.0.24
102202026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.755 INFO E| Compiling utf8parse v0.2.2
102212026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.755 INFO E| Compiling anstyle v1.0.14
102222026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.756 INFO E| Compiling is_terminal_polyfill v1.70.2
102232026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.756 INFO E| Compiling colorchoice v1.0.5
102242026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.756 INFO E| Compiling anstyle-query v1.1.5
102252026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.756 INFO E| Compiling heck v0.5.0
102262026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.756 INFO E| Compiling strsim v0.11.1
102272026-05-20T15:44:16.205Z[ recovery-image] May 20 15:44:14.756 INFO E| Compiling clap_lex v1.1.0
102282026-05-20T15:44:16.213Z[ recovery-image] May 20 15:44:14.767 INFO E| Compiling shared_thread v0.2.0
102292026-05-20T15:44:16.507Z[ recovery-image] May 20 15:44:15.060 INFO E| Compiling anstyle-parse v1.0.0
102302026-05-20T15:44:16.649Z[ recovery-image] May 20 15:44:15.203 INFO E| Compiling anstream v1.0.0
102312026-05-20T15:44:16.847Z[ recovery-image] May 20 15:44:15.400 INFO E| Compiling clap_builder v4.6.0
102322026-05-20T15:44:17.048Z[ recovery-image] May 20 15:44:15.601 INFO E| Compiling errno v0.3.14
102332026-05-20T15:44:17.048Z[ recovery-image] May 20 15:44:15.601 INFO E| Compiling os_pipe v1.2.3
102342026-05-20T15:44:17.142Z[ recovery-image] May 20 15:44:15.695 INFO E| Compiling signal-hook-registry v1.4.8
102352026-05-20T15:44:17.412Z[ recovery-image] May 20 15:44:15.964 INFO E| Compiling sigchld v0.2.4
102362026-05-20T15:44:17.491Z[ recovery-image] May 20 15:44:16.044 INFO E| Compiling syn v2.0.117
102372026-05-20T15:44:17.509Z[ recovery-image] May 20 15:44:16.063 INFO E| Compiling shared_child v1.1.1
102382026-05-20T15:44:17.626Z[ recovery-image] May 20 15:44:16.179 INFO E| Compiling duct v1.1.1
102392026-05-20T15:44:19.516Z[ recovery-image] May 20 15:44:18.069 INFO E| Compiling clap_derive v4.6.1
102402026-05-20T15:44:20.731Z[ recovery-image] May 20 15:44:19.284 INFO E| Compiling clap v4.6.1
102412026-05-20T15:44:20.785Z[ recovery-image] May 20 15:44:19.339 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102422026-05-20T15:44:21.158Z[ host-image] May 20 15:44:19.711 INFO O| May 20 15:44:19.711 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102432026-05-20T15:44:21.299Z[ host-image] May 20 15:44:19.852 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
102442026-05-20T15:44:21.299Z[ host-image] May 20 15:44:19.853 INFO expanded image name: "ci 002f7b6/${os_short_commit} 2026-05-20 15:28" -> "ci 002f7b6/d25f6ee 2026-05-20 15:28"
102452026-05-20T15:44:21.299Z[ host-image] May 20 15:44:19.853 INFO output artefacts stored in: "/work/os-host"
102462026-05-20T15:44:21.303Z[ host-image] May 20 15:44:19.853 INFO collecting git info from project "dmar-report"...
102472026-05-20T15:44:21.305Z[ host-image] May 20 15:44:19.858 INFO collecting git info from project "pinprick"...
102482026-05-20T15:44:21.308Z[ host-image] May 20 15:44:19.862 INFO collecting git info from project "phbl"...
102492026-05-20T15:44:21.313Z[ host-image] May 20 15:44:19.866 INFO collecting git info from project "amd-host-image-builder"...
102502026-05-20T15:44:21.317Z[ host-image] May 20 15:44:19.870 INFO collecting git info from project "image-builder"...
102512026-05-20T15:44:21.321Z[ host-image] May 20 15:44:19.874 INFO collecting git info from project "pilot"...
102522026-05-20T15:44:21.325Z[ host-image] May 20 15:44:19.878 INFO collecting git info from project "chelsio-t6-roms"...
102532026-05-20T15:44:21.329Z[ host-image] May 20 15:44:19.882 INFO collecting git info from project "bootserver"...
102542026-05-20T15:44:21.333Z[ host-image] May 20 15:44:19.886 INFO collecting git info from project "amd-firmware"...
102552026-05-20T15:44:21.344Z[ host-image] May 20 15:44:19.896 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102562026-05-20T15:44:21.565Z[ recovery-image] May 20 15:44:20.119 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
102572026-05-20T15:44:21.573Z[ recovery-image] May 20 15:44:20.126 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102582026-05-20T15:44:21.633Z[ host-image] May 20 15:44:20.186 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102592026-05-20T15:44:21.788Z[ recovery-image] May 20 15:44:20.342 INFO E| Downloading crates ...
102602026-05-20T15:44:21.840Z[ recovery-image] May 20 15:44:20.393 INFO E| Downloaded bitstruct_derive v0.1.0
102612026-05-20T15:44:21.843Z[ recovery-image] May 20 15:44:20.395 INFO E| Downloaded raw-cpuid v10.7.0
102622026-05-20T15:44:21.846Z[ recovery-image] May 20 15:44:20.399 INFO E| Downloaded bitstruct v0.1.1
102632026-05-20T15:44:21.849Z[ recovery-image] May 20 15:44:20.400 INFO E| Downloaded bit_field v0.10.3
102642026-05-20T15:44:21.849Z[ recovery-image] May 20 15:44:20.402 INFO E| Downloaded cpio_reader v0.1.2
102652026-05-20T15:44:21.851Z[ recovery-image] May 20 15:44:20.404 INFO E| Downloaded miniz_oxide v0.9.1
102662026-05-20T15:44:21.855Z[ recovery-image] May 20 15:44:20.406 INFO E| Downloaded bitflags v2.11.1
102672026-05-20T15:44:21.918Z[ host-image] May 20 15:44:20.471 INFO creating Oxide boot image...
102682026-05-20T15:44:21.918Z[ host-image] May 20 15:44:20.471 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 002f7b6/d25f6ee 2026-05-20 15:28", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102692026-05-20T15:44:21.982Z[ recovery-image] May 20 15:44:20.535 INFO E| Downloaded x86 v0.52.0
102702026-05-20T15:44:22.014Z[ recovery-image] May 20 15:44:20.568 INFO E| Updating crates.io index
102712026-05-20T15:44:22.060Z[ recovery-image] May 20 15:44:20.613 INFO E| Downloading crates ...
102722026-05-20T15:44:22.098Z[ recovery-image] May 20 15:44:20.652 INFO E| Downloaded rustc-literal-escaper v0.0.7
102732026-05-20T15:44:22.135Z[ recovery-image] May 20 15:44:20.689 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)
102742026-05-20T15:44:22.138Z[ recovery-image] May 20 15:44:20.689 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)
102752026-05-20T15:44:22.138Z[ recovery-image] May 20 15:44:20.689 INFO E| Compiling proc-macro2 v1.0.106
102762026-05-20T15:44:22.138Z[ recovery-image] May 20 15:44:20.689 INFO E| Compiling unicode-ident v1.0.24
102772026-05-20T15:44:22.138Z[ recovery-image] May 20 15:44:20.689 INFO E| Compiling quote v1.0.45
102782026-05-20T15:44:22.138Z[ recovery-image] May 20 15:44:20.689 INFO E| Compiling syn v1.0.109
102792026-05-20T15:44:22.138Z[ recovery-image] May 20 15:44:20.689 INFO E| Compiling x86 v0.52.0
102802026-05-20T15:44:22.138Z[ recovery-image] May 20 15:44:20.689 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102812026-05-20T15:44:22.138Z[ recovery-image] May 20 15:44:20.689 INFO E| Compiling seq-macro v0.3.6
102822026-05-20T15:44:22.600Z[ host-image] May 20 15:44:21.152 INFO O| ok, image written!
102832026-05-20T15:44:22.600Z[ host-image] May 20 15:44:21.152 INFO O| ok, boot_image_csum file written!
102842026-05-20T15:44:22.603Z[ host-image] May 20 15:44:21.154 INFO creating boot archive (CPIO)...
102852026-05-20T15:44:22.603Z[ host-image] May 20 15:44:21.154 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
102862026-05-20T15:44:22.606Z[ host-image] May 20 15:44:21.158 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102872026-05-20T15:44:22.606Z[ host-image] May 20 15:44:21.158 INFO E| + outfile=/work/os-host/cpio
102882026-05-20T15:44:22.606Z[ host-image] May 20 15:44:21.158 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102892026-05-20T15:44:22.606Z[ host-image] May 20 15:44:21.160 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102902026-05-20T15:44:22.610Z[ host-image] May 20 15:44:21.160 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102912026-05-20T15:44:22.634Z[ host-image] May 20 15:44:21.187 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102922026-05-20T15:44:22.634Z[ host-image] May 20 15:44:21.187 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102932026-05-20T15:44:22.640Z[ host-image] May 20 15:44:21.193 INFO creating compressed cpio/unix for dev loaders...
102942026-05-20T15:44:22.640Z[ host-image] May 20 15:44:21.193 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
102952026-05-20T15:44:22.857Z[ host-image] May 20 15:44:21.411 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102962026-05-20T15:44:23.087Z[ recovery-image] May 20 15:44:21.640 INFO E| Compiling syn v2.0.117
102972026-05-20T15:44:24.424Z[ recovery-image] May 20 15:44:22.977 INFO E| Compiling scroll_derive v0.13.1
102982026-05-20T15:44:25.472Z[ recovery-image] May 20 15:44:24.025 INFO E| Compiling bitstruct_derive v0.1.0
102992026-05-20T15:44:26.062Z[ host-image] May 20 15:44:24.616 INFO creating reset image...
103002026-05-20T15:44:26.062Z[ host-image] May 20 15:44:24.616 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
103012026-05-20T15:44:26.102Z[ host-image] May 20 15:44:24.655 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')"
103022026-05-20T15:44:26.102Z[ host-image] May 20 15:44:24.655 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")
103032026-05-20T15:44:26.180Z[ host-image] May 20 15:44:24.733 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
103042026-05-20T15:44:26.182Z[ host-image] May 20 15:44:24.734 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
103052026-05-20T15:44:26.511Z[ host-image] May 20 15:44:25.064 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)
103062026-05-20T15:44:26.511Z[ host-image] May 20 15:44:25.064 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)
103072026-05-20T15:44:26.515Z[ host-image] May 20 15:44:25.064 INFO E| Compiling proc-macro2 v1.0.106
103082026-05-20T15:44:26.515Z[ host-image] May 20 15:44:25.064 INFO E| Compiling unicode-ident v1.0.24
103092026-05-20T15:44:26.515Z[ host-image] May 20 15:44:25.064 INFO E| Compiling quote v1.0.45
103102026-05-20T15:44:26.515Z[ host-image] May 20 15:44:25.064 INFO E| Compiling syn v1.0.109
103112026-05-20T15:44:26.515Z[ host-image] May 20 15:44:25.064 INFO E| Compiling x86 v0.52.0
103122026-05-20T15:44:26.519Z[ host-image] May 20 15:44:25.072 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103132026-05-20T15:44:26.522Z[ host-image] May 20 15:44:25.073 INFO E| Compiling seq-macro v0.3.6
103142026-05-20T15:44:27.450Z[ host-image] May 20 15:44:26.003 INFO E| Compiling syn v2.0.117
103152026-05-20T15:44:28.702Z[ host-image] May 20 15:44:27.255 INFO E| Compiling scroll_derive v0.13.1
103162026-05-20T15:44:29.755Z[ host-image] May 20 15:44:28.308 INFO E| Compiling bitstruct_derive v0.1.0
103172026-05-20T15:44:34.088Z[ recovery-image] May 20 15:44:32.642 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)
103182026-05-20T15:44:36.204Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling bitflags v1.3.2
103192026-05-20T15:44:36.205Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling log v0.4.29
103202026-05-20T15:44:36.205Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling bit_field v0.10.3
103212026-05-20T15:44:36.207Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling adler2 v2.0.1
103222026-05-20T15:44:36.208Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling plain v0.2.3
103232026-05-20T15:44:36.208Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling scroll v0.13.0
103242026-05-20T15:44:36.208Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling bitflags v2.11.1
103252026-05-20T15:44:36.208Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling static_assertions v1.1.0
103262026-05-20T15:44:36.208Z[ recovery-image] May 20 15:44:34.758 INFO E| Compiling bitstruct v0.1.1
103272026-05-20T15:44:36.258Z[ recovery-image] May 20 15:44:34.812 INFO E| Compiling raw-cpuid v10.7.0
103282026-05-20T15:44:36.308Z[ recovery-image] May 20 15:44:34.861 INFO E| Compiling miniz_oxide v0.9.1
103292026-05-20T15:44:36.360Z[ recovery-image] May 20 15:44:34.914 INFO E| Compiling cpio_reader v0.1.2
103302026-05-20T15:44:36.418Z[ recovery-image] May 20 15:44:34.971 INFO E| Compiling goblin v0.10.5
103312026-05-20T15:44:38.439Z[ host-image] May 20 15:44:36.992 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)
103322026-05-20T15:44:39.250Z[ recovery-image] May 20 15:44:37.803 INFO E| Finished `release` profile [optimized] target(s) in 17.66s
103332026-05-20T15:44:39.270Z[ recovery-image] May 20 15:44:37.822 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103342026-05-20T15:44:39.297Z[ recovery-image] May 20 15:44:37.851 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')"
103352026-05-20T15:44:39.297Z[ recovery-image] May 20 15:44:37.851 INFO building ROM for cosmo
103362026-05-20T15:44:39.300Z[ recovery-image] May 20 15:44:37.851 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")
103372026-05-20T15:44:39.373Z[ recovery-image] May 20 15:44:37.926 INFO E| Downloading crates ...
103382026-05-20T15:44:39.424Z[ recovery-image] May 20 15:44:37.978 INFO E| Downloaded colorchoice v1.0.3
103392026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:37.985 INFO E| Downloaded shared_child v1.0.1
103402026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:37.986 INFO E| Downloaded toml_write v0.1.1
103412026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:37.987 INFO E| Downloaded anstyle-query v1.1.2
103422026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:37.988 INFO E| Downloaded anstream v0.6.18
103432026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:37.992 INFO E| Downloaded clap v4.5.37
103442026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:37.997 INFO E| Downloaded toml_datetime v0.6.9
103452026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:37.997 INFO E| Downloaded serde_spanned v0.6.8
103462026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:37.999 INFO E| Downloaded is_terminal_polyfill v1.70.1
103472026-05-20T15:44:39.587Z[ recovery-image] May 20 15:44:38.001 INFO E| Downloaded os_pipe v1.2.1
103482026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.006 INFO E| Downloaded anstyle v1.0.10
103492026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.007 INFO E| Downloaded anstyle-parse v0.2.6
103502026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.010 INFO E| Downloaded duct v0.13.7
103512026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.012 INFO E| Downloaded clap_derive v4.5.32
103522026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.028 INFO E| Downloaded cc v1.2.20
103532026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.032 INFO E| Downloaded clap_builder v4.5.37
103542026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.035 INFO E| Downloaded toml v0.8.22
103552026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.055 INFO E| Downloaded toml_edit v0.22.26
103562026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.077 INFO E| Downloaded winnow v0.7.7
103572026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.092 INFO E| Compiling libc v0.2.172
103582026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling utf8parse v0.2.2
103592026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling shlex v1.3.0
103602026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling hashbrown v0.15.2
103612026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling colorchoice v1.0.3
103622026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling anstyle v1.0.10
103632026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling is_terminal_polyfill v1.70.1
103642026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling once_cell v1.21.3
103652026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling equivalent v1.0.2
103662026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling anstyle-query v1.1.2
103672026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.093 INFO E| Compiling winnow v0.7.7
103682026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.109 INFO E| Compiling strsim v0.11.1
103692026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.123 INFO E| Compiling clap_lex v0.7.4
103702026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.123 INFO E| Compiling toml_write v0.1.1
103712026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.132 INFO E| Compiling anyhow v1.0.98
103722026-05-20T15:44:39.588Z[ recovery-image] May 20 15:44:38.132 INFO E| Compiling syn v2.0.101
103732026-05-20T15:44:39.704Z[ recovery-image] May 20 15:44:38.254 INFO E| Compiling anstyle-parse v0.2.6
103742026-05-20T15:44:39.730Z[ recovery-image] May 20 15:44:38.283 INFO E| Compiling cc v1.2.20
103752026-05-20T15:44:39.843Z[ recovery-image] May 20 15:44:38.396 INFO E| Compiling anstream v0.6.18
103762026-05-20T15:44:40.036Z[ recovery-image] May 20 15:44:38.589 INFO E| Compiling clap_builder v4.5.37
103772026-05-20T15:44:40.086Z[ recovery-image] May 20 15:44:38.639 INFO E| Compiling indexmap v2.9.0
103782026-05-20T15:44:40.211Z[ recovery-image] May 20 15:44:38.765 INFO E| Compiling shared_child v1.0.1
103792026-05-20T15:44:40.211Z[ recovery-image] May 20 15:44:38.765 INFO E| Compiling os_pipe v1.2.1
103802026-05-20T15:44:40.325Z[ recovery-image] May 20 15:44:38.878 INFO E| Compiling duct v0.13.7
103812026-05-20T15:44:40.730Z[ host-image] May 20 15:44:39.283 INFO E| Compiling bitflags v1.3.2
103822026-05-20T15:44:40.733Z[ host-image] May 20 15:44:39.284 INFO E| Compiling log v0.4.29
103832026-05-20T15:44:40.733Z[ host-image] May 20 15:44:39.284 INFO E| Compiling adler2 v2.0.1
103842026-05-20T15:44:40.733Z[ host-image] May 20 15:44:39.284 INFO E| Compiling scroll v0.13.0
103852026-05-20T15:44:40.733Z[ host-image] May 20 15:44:39.284 INFO E| Compiling plain v0.2.3
103862026-05-20T15:44:40.733Z[ host-image] May 20 15:44:39.284 INFO E| Compiling bit_field v0.10.3
103872026-05-20T15:44:40.733Z[ host-image] May 20 15:44:39.284 INFO E| Compiling bitflags v2.11.1
103882026-05-20T15:44:40.733Z[ host-image] May 20 15:44:39.284 INFO E| Compiling bitstruct v0.1.1
103892026-05-20T15:44:40.734Z[ host-image] May 20 15:44:39.284 INFO E| Compiling static_assertions v1.1.0
103902026-05-20T15:44:40.786Z[ recovery-image] May 20 15:44:39.339 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103912026-05-20T15:44:40.786Z[ host-image] May 20 15:44:39.339 INFO E| Compiling raw-cpuid v10.7.0
103922026-05-20T15:44:40.840Z[ host-image] May 20 15:44:39.393 INFO E| Compiling miniz_oxide v0.9.1
103932026-05-20T15:44:40.880Z[ host-image] May 20 15:44:39.433 INFO E| Compiling cpio_reader v0.1.2
103942026-05-20T15:44:40.963Z[ host-image] May 20 15:44:39.517 INFO E| Compiling goblin v0.10.5
103952026-05-20T15:44:41.690Z[ recovery-image] May 20 15:44:40.243 INFO E| Compiling serde_derive v1.0.219
103962026-05-20T15:44:41.693Z[ recovery-image] May 20 15:44:40.243 INFO E| Compiling clap_derive v4.5.32
103972026-05-20T15:44:42.971Z[ recovery-image] May 20 15:44:41.524 INFO E| Compiling clap v4.5.37
103982026-05-20T15:44:43.572Z[ recovery-image] May 20 15:44:42.125 INFO E| Compiling serde v1.0.219
103992026-05-20T15:44:43.736Z[ host-image] May 20 15:44:42.289 INFO E| Finished `release` profile [optimized] target(s) in 17.53s
104002026-05-20T15:44:43.751Z[ host-image] May 20 15:44:42.305 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104012026-05-20T15:44:43.782Z[ host-image] May 20 15:44:42.335 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')"
104022026-05-20T15:44:43.782Z[ host-image] May 20 15:44:42.335 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104032026-05-20T15:44:43.782Z[ host-image] May 20 15:44:42.335 INFO building ROM for cosmo
104042026-05-20T15:44:43.785Z[ host-image] May 20 15:44:42.335 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")
104052026-05-20T15:44:43.865Z[ host-image] May 20 15:44:42.418 INFO E| Blocking waiting for file lock on artifact directory
104062026-05-20T15:44:45.210Z[ recovery-image] May 20 15:44:43.763 INFO E| Compiling toml_datetime v0.6.9
104072026-05-20T15:44:45.210Z[ recovery-image] May 20 15:44:43.763 INFO E| Compiling serde_spanned v0.6.8
104082026-05-20T15:44:45.341Z[ recovery-image] May 20 15:44:43.894 INFO E| Compiling toml_edit v0.22.26
104092026-05-20T15:44:46.468Z[ recovery-image] May 20 15:44:45.021 INFO E| Compiling toml v0.8.22
104102026-05-20T15:44:48.357Z[ recovery-image] May 20 15:44:46.910 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
104112026-05-20T15:44:48.364Z[ host-image] May 20 15:44:46.918 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
104122026-05-20T15:44:48.367Z[ host-image] May 20 15:44:46.921 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`
104132026-05-20T15:44:48.370Z[ recovery-image] May 20 15:44:46.922 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`
104142026-05-20T15:44:48.383Z[ host-image] May 20 15:44:46.937 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
104152026-05-20T15:44:48.387Z[ recovery-image] May 20 15:44:46.940 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
104162026-05-20T15:44:48.407Z[ recovery-image] May 20 15:44:46.960 INFO E| Blocking waiting for file lock on package cache
104172026-05-20T15:44:48.426Z[ host-image] May 20 15:44:46.980 INFO E| Blocking waiting for file lock on package cache
104182026-05-20T15:44:48.449Z[ host-image] May 20 15:44:47.003 INFO E| Blocking waiting for file lock on package cache
104192026-05-20T15:44:48.452Z[ recovery-image] May 20 15:44:47.004 INFO E| Blocking waiting for file lock on package cache
104202026-05-20T15:44:48.465Z[ host-image] May 20 15:44:47.019 INFO E| Blocking waiting for file lock on package cache
104212026-05-20T15:44:48.478Z[ recovery-image] May 20 15:44:47.032 INFO E| Blocking waiting for file lock on artifact directory
104222026-05-20T15:44:48.489Z[ host-image] May 20 15:44:47.042 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
104232026-05-20T15:44:48.492Z[ host-image] May 20 15:44:47.045 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`
104242026-05-20T15:44:48.498Z[ recovery-image] May 20 15:44:47.052 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
104252026-05-20T15:44:48.502Z[ recovery-image] May 20 15:44:47.056 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`
104262026-05-20T15:44:48.722Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104272026-05-20T15:44:48.722Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104282026-05-20T15:44:48.722Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104292026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104302026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104312026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104322026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104332026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104342026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104352026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104362026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104372026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104382026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104392026-05-20T15:44:48.726Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104402026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104412026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104422026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104432026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104442026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104452026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104462026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104472026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104482026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104492026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104502026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104512026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104522026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104532026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104542026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104552026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104562026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104572026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104582026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104592026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104602026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104612026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104622026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104632026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104642026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104652026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104662026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104672026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104682026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104692026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104702026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104712026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104722026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104732026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104742026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104752026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104762026-05-20T15:44:48.727Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104772026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104782026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104792026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.277 INFO O| Info: ABL version: 0x100af010
104802026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.277 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104812026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.277 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104822026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104832026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104842026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104852026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104862026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104872026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104882026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104892026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104902026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104912026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104922026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104932026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104942026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104952026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104962026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104972026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104982026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104992026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105002026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105012026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105022026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105032026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105042026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105052026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105062026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105072026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105082026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105092026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105102026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105112026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105122026-05-20T15:44:48.728Z[ host-image] May 20 15:44:47.278 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105132026-05-20T15:44:48.736Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105142026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105152026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105162026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105172026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105182026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105192026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105202026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105212026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105222026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105232026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105242026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105252026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105262026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105272026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105282026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105292026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105302026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105312026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105322026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105332026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105342026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105352026-05-20T15:44:48.743Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105362026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105372026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105382026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105392026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105402026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105412026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105422026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105432026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105442026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105452026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105462026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105472026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105482026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
105492026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
105502026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
105512026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
105522026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
105532026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
105542026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
105552026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
105562026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105572026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105582026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105592026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105602026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105612026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105622026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105632026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105642026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105652026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105662026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO O| Info: ABL version: 0x100af010
105672026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105682026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.291 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105692026-05-20T15:44:48.744Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105702026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105712026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105722026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105732026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105742026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105752026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105762026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105772026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105782026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105792026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105802026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105812026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105822026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105832026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105842026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105852026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105862026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105872026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105882026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105892026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105902026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105912026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105922026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105932026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105942026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105952026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105962026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105972026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105982026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105992026-05-20T15:44:48.745Z[ recovery-image] May 20 15:44:47.292 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106002026-05-20T15:44:48.760Z[ host-image] May 20 15:44:47.314 INFO building ROM for gimlet
106012026-05-20T15:44:48.763Z[ host-image] May 20 15:44:47.314 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")
106022026-05-20T15:44:48.777Z[ recovery-image] May 20 15:44:47.331 INFO building ROM for gimlet
106032026-05-20T15:44:48.780Z[ recovery-image] May 20 15:44:47.331 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")
106042026-05-20T15:44:48.829Z[ recovery-image] May 20 15:44:47.383 INFO E| Blocking waiting for file lock on package cache
106052026-05-20T15:44:48.838Z[ host-image] May 20 15:44:47.392 INFO E| Blocking waiting for file lock on package cache
106062026-05-20T15:44:48.861Z[ recovery-image] May 20 15:44:47.414 INFO E| Blocking waiting for file lock on package cache
106072026-05-20T15:44:48.871Z[ host-image] May 20 15:44:47.421 INFO E| Blocking waiting for file lock on package cache
106082026-05-20T15:44:48.875Z[ host-image] May 20 15:44:47.428 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106092026-05-20T15:44:48.878Z[ host-image] May 20 15:44:47.431 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`
106102026-05-20T15:44:48.882Z[ recovery-image] May 20 15:44:47.435 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106112026-05-20T15:44:48.885Z[ recovery-image] May 20 15:44:47.438 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`
106122026-05-20T15:44:48.890Z[ host-image] May 20 15:44:47.443 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106132026-05-20T15:44:48.896Z[ recovery-image] May 20 15:44:47.449 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106142026-05-20T15:44:48.916Z[ recovery-image] May 20 15:44:47.469 INFO E| Blocking waiting for file lock on package cache
106152026-05-20T15:44:48.935Z[ host-image] May 20 15:44:47.489 INFO E| Blocking waiting for file lock on package cache
106162026-05-20T15:44:48.958Z[ recovery-image] May 20 15:44:47.512 INFO E| Blocking waiting for file lock on package cache
106172026-05-20T15:44:48.961Z[ host-image] May 20 15:44:47.512 INFO E| Blocking waiting for file lock on package cache
106182026-05-20T15:44:48.961Z[ recovery-image] May 20 15:44:47.514 INFO E| Blocking waiting for file lock on package cache
106192026-05-20T15:44:48.972Z[ host-image] May 20 15:44:47.526 INFO E| Blocking waiting for file lock on package cache
106202026-05-20T15:44:48.984Z[ recovery-image] May 20 15:44:47.538 INFO E| Blocking waiting for file lock on artifact directory
106212026-05-20T15:44:48.994Z[ host-image] May 20 15:44:47.547 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
106222026-05-20T15:44:48.998Z[ host-image] May 20 15:44:47.551 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`
106232026-05-20T15:44:49.003Z[ recovery-image] May 20 15:44:47.556 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
106242026-05-20T15:44:49.007Z[ recovery-image] May 20 15:44:47.561 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`
106252026-05-20T15:44:49.122Z[ host-image] May 20 15:44:47.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106262026-05-20T15:44:49.122Z[ host-image] May 20 15:44:47.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106272026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106282026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106292026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106302026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106312026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106322026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106332026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106342026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106352026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106362026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106372026-05-20T15:44:49.125Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106382026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106392026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106402026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO O| Info: ABL version: 0x100f5010
106412026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106422026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106432026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106442026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106452026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106462026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106472026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106482026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106492026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106502026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106512026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106522026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106532026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106542026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106552026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106562026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106572026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106582026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106592026-05-20T15:44:49.126Z[ host-image] May 20 15:44:47.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106602026-05-20T15:44:49.131Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106612026-05-20T15:44:49.131Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106622026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106632026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106642026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106652026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106662026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106672026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106682026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106692026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106702026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106712026-05-20T15:44:49.134Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106722026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106732026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106742026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.685 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106752026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.685 INFO O| Info: ABL version: 0x100f5010
106762026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.685 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106772026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106782026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106792026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106802026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106812026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106822026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106832026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106842026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106852026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106862026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106872026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106882026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106892026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106902026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106912026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106922026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106932026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106942026-05-20T15:44:49.135Z[ recovery-image] May 20 15:44:47.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106952026-05-20T15:44:49.162Z[ host-image] May 20 15:44:47.716 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106962026-05-20T15:44:49.165Z[ host-image] May 20 15:44:47.716 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106972026-05-20T15:44:49.174Z[ recovery-image] May 20 15:44:47.723 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106982026-05-20T15:44:49.174Z[ recovery-image] May 20 15:44:47.724 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106992026-05-20T15:44:49.181Z[ recovery-image] May 20 15:44:47.724 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107002026-05-20T15:44:50.390Z[ recovery-image] May 20 15:44:48.944 INFO image complete! materials are in "/work/os-recovery"
107012026-05-20T15:44:50.394Z[ recovery-image]
107022026-05-20T15:44:50.394Z[ recovery-image] real 4:54.425708162
107032026-05-20T15:44:50.394Z[ recovery-image] user 2:47.936399779
107042026-05-20T15:44:50.394Z[ recovery-image] sys 39.584451756
107052026-05-20T15:44:50.394Z[ recovery-image] trap 0.103765986
107062026-05-20T15:44:50.394Z[ recovery-image] tflt 0.483366215
107072026-05-20T15:44:50.394Z[ recovery-image] dflt 0.811258960
107082026-05-20T15:44:50.394Z[ recovery-image] kflt 0.000141790
107092026-05-20T15:44:50.394Z[ recovery-image] lock 17:01.332781882
107102026-05-20T15:44:50.394Z[ recovery-image] slp 26:11.133121868
107112026-05-20T15:44:50.394Z[ recovery-image] lat 55.969812167
107122026-05-20T15:44:50.394Z[ recovery-image] stop 7.817512657
107132026-05-20T15:44:50.394ZMay 20 15:44:48.947 INFO [recovery-image] process exited with exit status: 0 (294.430453899s)
107142026-05-20T15:44:53.493Z[ host-image] May 20 15:44:51.892 INFO image complete! materials are in "/work/os-host"
107152026-05-20T15:44:53.497Z[ host-image]
107162026-05-20T15:44:53.497Z[ host-image] real 5:25.509792308
107172026-05-20T15:44:53.497Z[ host-image] user 2:31.496358950
107182026-05-20T15:44:53.497Z[ host-image] sys 34.504155793
107192026-05-20T15:44:53.497Z[ host-image] trap 0.074807854
107202026-05-20T15:44:53.497Z[ host-image] tflt 0.240024557
107212026-05-20T15:44:53.497Z[ host-image] dflt 0.303338875
107222026-05-20T15:44:53.497Z[ host-image] kflt 0.000009610
107232026-05-20T15:44:53.497Z[ host-image] lock 5:58.779230940
107242026-05-20T15:44:53.497Z[ host-image] slp 30:35.469321365
107252026-05-20T15:44:53.497Z[ host-image] lat 47.676040211
107262026-05-20T15:44:53.498Z[ host-image] stop 1.784538191
107272026-05-20T15:44:53.498ZMay 20 15:44:51.896 INFO [host-image] process exited with exit status: 0 (325.514968226s)
107282026-05-20T15:44:53.498ZMay 20 15:44:51.896 INFO [tuf-repo] running task
107292026-05-20T15:45:11.685ZMay 20 15:45:10.239 INFO assembling repository in `/tmp/tufaceousqZOnAf`, component: OmicronRepoAssembler
107302026-05-20T15:45:16.643ZMay 20 15:45:15.196 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107312026-05-20T15:45:16.827ZMay 20 15:45:15.380 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107322026-05-20T15:45:25.095ZMay 20 15:45:23.648 INFO extracting uploaded archive to /tmp/.tmphaN3Mo
107332026-05-20T15:45:26.857ZMay 20 15:45:25.410 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.80qJUx
107342026-05-20T15:45:27.087ZMay 20 15:45:25.640 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
107352026-05-20T15:45:27.292ZMay 20 15:45:25.845 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
107362026-05-20T15:45:27.497ZMay 20 15:45:26.050 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
107372026-05-20T15:45:27.607ZMay 20 15:45:26.160 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
107382026-05-20T15:45:27.834ZMay 20 15:45:26.387 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
107392026-05-20T15:45:27.921ZMay 20 15:45:26.474 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
107402026-05-20T15:45:28.590ZMay 20 15:45:27.143 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
107412026-05-20T15:45:28.681ZMay 20 15:45:27.234 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107422026-05-20T15:45:28.681ZMay 20 15:45:27.234 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107432026-05-20T15:45:28.727ZMay 20 15:45:27.280 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107442026-05-20T15:45:28.727ZMay 20 15:45:27.280 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107452026-05-20T15:45:28.812ZMay 20 15:45:27.365 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107462026-05-20T15:45:28.812ZMay 20 15:45:27.365 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107472026-05-20T15:45:29.125ZMay 20 15:45:27.676 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107482026-05-20T15:45:29.125ZMay 20 15:45:27.677 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107492026-05-20T15:45:29.463ZMay 20 15:45:28.016 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107502026-05-20T15:45:29.463ZMay 20 15:45:28.016 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107512026-05-20T15:45:29.548ZMay 20 15:45:28.101 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107522026-05-20T15:45:29.548ZMay 20 15:45:28.101 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107532026-05-20T15:45:29.603ZMay 20 15:45:28.156 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107542026-05-20T15:45:29.603ZMay 20 15:45:28.156 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107552026-05-20T15:45:29.606ZMay 20 15:45:28.157 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107562026-05-20T15:45:29.606ZMay 20 15:45:28.158 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107572026-05-20T15:45:29.606ZMay 20 15:45:28.159 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107582026-05-20T15:45:29.606ZMay 20 15:45:28.159 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107592026-05-20T15:45:29.609ZMay 20 15:45:28.160 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107602026-05-20T15:45:34.578ZMay 20 15:45:33.131 INFO added artifact, length: 33554432, hash: 7654b0d240a0693bc1d93334dc3b46aafbbfaaec17723de927941881ce26b815, version: 20.0.0-0.ci+git002f7b62d05, kind: gimlet_host_phase_1, name: host
107612026-05-20T15:45:34.578ZMay 20 15:45:33.131 INFO added artifact, length: 33554432, hash: 99aa13ea8138326b79a2f99bfc13a32ea49d03b4caa687faf696809614714548, version: 20.0.0-0.ci+git002f7b62d05, kind: cosmo_host_phase_1, name: host
107622026-05-20T15:45:34.578ZMay 20 15:45:33.131 INFO added artifact, length: 1101008896, hash: 06518733681ec8cec3d3b15f66592e712b40f3dd8c16dd74ce426854a4d78dce, version: 20.0.0-0.ci+git002f7b62d05, kind: host_phase_2, name: host
107632026-05-20T15:45:35.545ZMay 20 15:45:34.098 INFO added artifact, length: 33554432, hash: 4cedb54672f6fee4c8b2348f63cc45ef6ce1427aae8bab9643ede147959c74ca, version: 20.0.0-0.ci+git002f7b62d05, kind: gimlet_trampoline_phase_1, name: trampoline
107642026-05-20T15:45:35.545ZMay 20 15:45:34.098 INFO added artifact, length: 33554432, hash: 09dee24866b89dfce782e4a30ea36cdfc77614905e20f25f2a0e8423430da124, version: 20.0.0-0.ci+git002f7b62d05, kind: cosmo_trampoline_phase_1, name: trampoline
107652026-05-20T15:45:35.548ZMay 20 15:45:34.098 INFO added artifact, length: 167994430, hash: 73cf1046e86099421e5914db37541a269cc003f2629133368e3ae7451230e539, version: 20.0.0-0.ci+git002f7b62d05, kind: trampoline_phase_2, name: trampoline
107662026-05-20T15:45:37.234ZMay 20 15:45:35.787 INFO added artifact, length: 305893859, hash: 941a19ca40f1cf96f231c52213e8f8f54b53efd69767d94a6fac299fc76832e4, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: clickhouse_keeper
107672026-05-20T15:45:39.030ZMay 20 15:45:37.583 INFO added artifact, length: 322401059, hash: 35a80ee6564d1909a0ce6febca614c4b601647d2e980bb811e8fb368127fe803, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: clickhouse_server
107682026-05-20T15:45:40.766ZMay 20 15:45:39.319 INFO added artifact, length: 322403901, hash: 918a209044c040e6eaaec43ff0821cb5793770a4f9438ca8a3d926f07b5c8d7a, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: clickhouse
107692026-05-20T15:45:41.609ZMay 20 15:45:40.162 INFO added artifact, length: 163356494, hash: 68996c0941c1692b27af7defd5709db7ac6c21d1b6c9f2165d0159b5476145ce, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: cockroachdb
107702026-05-20T15:45:41.804ZMay 20 15:45:40.357 INFO added artifact, length: 41608962, hash: 2929a54e94c36d9c13d806fd5c0ace5d7d61bfd5c85b1fc34fb43bb672a9c84e, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: crucible-pantry-zone
107712026-05-20T15:45:42.163ZMay 20 15:45:40.716 INFO added artifact, length: 56086312, hash: df8cb927187aed4bf1b7459ef6f04927a152123e160185a3b5c354f1411572e7, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: crucible-zone
107722026-05-20T15:45:42.434ZMay 20 15:45:40.987 INFO added artifact, length: 45896049, hash: 79612b9e0fe7951ccf17407620936002da0c44c2a14779bf2f629a1529de167f, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: external-dns
107732026-05-20T15:45:42.704ZMay 20 15:45:41.257 INFO added artifact, length: 45895644, hash: d7ed9f06e6785a69e71db774c421b90d27fbd35ed7648869b58a427cc3c3cce4, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: internal-dns
107742026-05-20T15:45:44.021ZMay 20 15:45:42.574 INFO added artifact, length: 241627659, hash: 49b2d02663f0bc58ed9689e987fd4b160eea2b391d999cee2dd04d0c0681f168, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: nexus
107752026-05-20T15:45:44.147ZMay 20 15:45:42.700 INFO added artifact, length: 25440235, hash: 4fef9463ab911d9486833cc398ff020155c2efc1ea9fad02dcecf834f879a8e4, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: ntp
107762026-05-20T15:45:44.561ZMay 20 15:45:43.114 INFO added artifact, length: 73222473, hash: ede519e2abaeb91f7ba938411cf213d413f38e3dd95706200e809ad1a3c3fdcd, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: oximeter
107772026-05-20T15:45:44.581ZMay 20 15:45:43.133 INFO added artifact, length: 3109592, hash: be96e33f588b6bcc75c0350998d40c21d07a865f6c776b562271841f5d710088, version: 20.0.0-0.ci+git002f7b62d05, kind: zone, name: probe
107782026-05-20T15:45:44.584ZMay 20 15:45:43.134 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
107792026-05-20T15:45:44.584ZMay 20 15:45:43.134 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107802026-05-20T15:45:44.584ZMay 20 15:45:43.134 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107812026-05-20T15:45:44.609ZMay 20 15:45:43.162 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
107822026-05-20T15:45:44.636ZMay 20 15:45:43.190 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
107832026-05-20T15:45:44.684ZMay 20 15:45:43.237 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107842026-05-20T15:45:44.684ZMay 20 15:45:43.237 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107852026-05-20T15:45:44.732ZMay 20 15:45:43.285 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107862026-05-20T15:45:44.732ZMay 20 15:45:43.285 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107872026-05-20T15:45:44.781ZMay 20 15:45:43.334 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107882026-05-20T15:45:44.781ZMay 20 15:45:43.334 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107892026-05-20T15:45:44.826ZMay 20 15:45:43.380 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107902026-05-20T15:45:44.826ZMay 20 15:45:43.380 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107912026-05-20T15:45:44.829ZMay 20 15:45:43.380 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107922026-05-20T15:45:44.829ZMay 20 15:45:43.381 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107932026-05-20T15:45:44.830ZMay 20 15:45:43.381 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107942026-05-20T15:45:44.874ZMay 20 15:45:43.426 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
107952026-05-20T15:45:44.949ZMay 20 15:45:43.502 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
107962026-05-20T15:45:45.031ZMay 20 15:45:43.584 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
107972026-05-20T15:45:45.117ZMay 20 15:45:43.670 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107982026-05-20T15:45:45.117ZMay 20 15:45:43.670 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107992026-05-20T15:45:45.163ZMay 20 15:45:43.716 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108002026-05-20T15:45:45.163ZMay 20 15:45:43.716 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108012026-05-20T15:45:45.207ZMay 20 15:45:43.761 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108022026-05-20T15:45:45.211ZMay 20 15:45:43.761 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108032026-05-20T15:45:45.253ZMay 20 15:45:43.806 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108042026-05-20T15:45:45.253ZMay 20 15:45:43.806 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108052026-05-20T15:45:45.256ZMay 20 15:45:43.807 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108062026-05-20T15:45:45.257ZMay 20 15:45:43.808 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108072026-05-20T15:45:45.257ZMay 20 15:45:43.808 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108082026-05-20T15:45:45.257ZMay 20 15:45:43.808 INFO added artifact, length: 924, hash: bcc4e4a00d380db3c7a827d9ef32253f011baa03a7ca734a6ff99b089ebff1f9, version: 20.0.0-0.ci+git002f7b62d05, kind: installinator_document, name: installinator_document
108092026-05-20T15:45:45.607ZMay 20 15:45:44.160 INFO extracting uploaded archive to /tmp/.tmpBUdBju
108102026-05-20T15:45:47.291ZMay 20 15:45:45.844 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.yv6cYg
108112026-05-20T15:45:47.344ZMay 20 15:45:45.897 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
108122026-05-20T15:45:47.451ZMay 20 15:45:46.004 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
108132026-05-20T15:45:47.535ZMay 20 15:45:46.088 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
108142026-05-20T15:45:47.608ZMay 20 15:45:46.162 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
108152026-05-20T15:45:47.681ZMay 20 15:45:46.234 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
108162026-05-20T15:45:47.764ZMay 20 15:45:46.317 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
108172026-05-20T15:45:47.831ZMay 20 15:45:46.384 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
108182026-05-20T15:45:47.912ZMay 20 15:45:46.465 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108192026-05-20T15:45:47.912ZMay 20 15:45:46.465 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108202026-05-20T15:45:47.958ZMay 20 15:45:46.511 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108212026-05-20T15:45:47.958ZMay 20 15:45:46.511 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108222026-05-20T15:45:48.006ZMay 20 15:45:46.559 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108232026-05-20T15:45:48.009ZMay 20 15:45:46.559 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108242026-05-20T15:45:48.054ZMay 20 15:45:46.607 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108252026-05-20T15:45:48.054ZMay 20 15:45:46.607 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108262026-05-20T15:45:48.103ZMay 20 15:45:46.653 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108272026-05-20T15:45:48.103ZMay 20 15:45:46.653 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108282026-05-20T15:45:48.147ZMay 20 15:45:46.700 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108292026-05-20T15:45:48.147ZMay 20 15:45:46.700 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108302026-05-20T15:45:48.193ZMay 20 15:45:46.746 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108312026-05-20T15:45:48.193ZMay 20 15:45:46.746 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108322026-05-20T15:45:48.196ZMay 20 15:45:46.747 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108332026-05-20T15:45:48.196ZMay 20 15:45:46.747 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108342026-05-20T15:45:48.196ZMay 20 15:45:46.748 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108352026-05-20T15:45:48.196ZMay 20 15:45:46.748 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108362026-05-20T15:45:48.196ZMay 20 15:45:46.749 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108372026-05-20T15:45:53.248ZMay 20 15:45:51.801 INFO added artifact, length: 33554432, hash: 7654b0d240a0693bc1d93334dc3b46aafbbfaaec17723de927941881ce26b815, version: 20.0.0-0.ci+git002f7b62d05, kind: gimlet_host_phase_1, name: host
108382026-05-20T15:45:53.248ZMay 20 15:45:51.801 INFO added artifact, length: 33554432, hash: 99aa13ea8138326b79a2f99bfc13a32ea49d03b4caa687faf696809614714548, version: 20.0.0-0.ci+git002f7b62d05, kind: cosmo_host_phase_1, name: host
108392026-05-20T15:45:53.251ZMay 20 15:45:51.801 INFO added artifact, length: 1101008896, hash: 06518733681ec8cec3d3b15f66592e712b40f3dd8c16dd74ce426854a4d78dce, version: 20.0.0-0.ci+git002f7b62d05, kind: host_phase_2, name: host
108402026-05-20T15:45:54.171ZMay 20 15:45:52.722 INFO added artifact, length: 33554432, hash: 4cedb54672f6fee4c8b2348f63cc45ef6ce1427aae8bab9643ede147959c74ca, version: 20.0.0-0.ci+git002f7b62d05, kind: gimlet_trampoline_phase_1, name: trampoline
108412026-05-20T15:45:54.171ZMay 20 15:45:52.722 INFO added artifact, length: 33554432, hash: 09dee24866b89dfce782e4a30ea36cdfc77614905e20f25f2a0e8423430da124, version: 20.0.0-0.ci+git002f7b62d05, kind: cosmo_trampoline_phase_1, name: trampoline
108422026-05-20T15:45:54.174ZMay 20 15:45:52.722 INFO added artifact, length: 167994430, hash: 73cf1046e86099421e5914db37541a269cc003f2629133368e3ae7451230e539, version: 20.0.0-0.ci+git002f7b62d05, kind: trampoline_phase_2, name: trampoline
108432026-05-20T15:45:58.920ZMay 20 15:45:57.473 INFO added artifact, length: 1704043928, hash: 7cf304b2cb1187cbd7055d4012979fa67abb94c2a9251f400542d2c0094049ca, version: 20.0.0-0.ci+git002f7b62d05, kind: control_plane, name: control-plane
108442026-05-20T15:45:58.923ZMay 20 15:45:57.473 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
108452026-05-20T15:45:58.923ZMay 20 15:45:57.473 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108462026-05-20T15:45:58.923ZMay 20 15:45:57.473 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108472026-05-20T15:45:58.946ZMay 20 15:45:57.499 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
108482026-05-20T15:45:58.971ZMay 20 15:45:57.524 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
108492026-05-20T15:45:59.014ZMay 20 15:45:57.567 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108502026-05-20T15:45:59.017ZMay 20 15:45:57.567 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108512026-05-20T15:45:59.064ZMay 20 15:45:57.615 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108522026-05-20T15:45:59.067ZMay 20 15:45:57.615 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108532026-05-20T15:45:59.114ZMay 20 15:45:57.667 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108542026-05-20T15:45:59.117ZMay 20 15:45:57.667 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108552026-05-20T15:45:59.160ZMay 20 15:45:57.713 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108562026-05-20T15:45:59.160ZMay 20 15:45:57.713 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108572026-05-20T15:45:59.164ZMay 20 15:45:57.714 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108582026-05-20T15:45:59.164ZMay 20 15:45:57.714 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108592026-05-20T15:45:59.164ZMay 20 15:45:57.715 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108602026-05-20T15:45:59.204ZMay 20 15:45:57.757 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
108612026-05-20T15:45:59.286ZMay 20 15:45:57.839 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
108622026-05-20T15:45:59.376ZMay 20 15:45:57.929 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
108632026-05-20T15:45:59.463ZMay 20 15:45:58.016 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108642026-05-20T15:45:59.463ZMay 20 15:45:58.016 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108652026-05-20T15:45:59.513ZMay 20 15:45:58.065 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108662026-05-20T15:45:59.513ZMay 20 15:45:58.065 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108672026-05-20T15:45:59.560ZMay 20 15:45:58.113 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108682026-05-20T15:45:59.565ZMay 20 15:45:58.113 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108692026-05-20T15:45:59.771ZMay 20 15:45:58.159 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108702026-05-20T15:45:59.776ZMay 20 15:45:58.159 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108712026-05-20T15:45:59.776ZMay 20 15:45:58.160 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108722026-05-20T15:45:59.776ZMay 20 15:45:58.161 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108732026-05-20T15:45:59.776ZMay 20 15:45:58.161 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108742026-05-20T15:45:59.776ZMay 20 15:45:58.161 INFO added artifact, length: 924, hash: bcc4e4a00d380db3c7a827d9ef32253f011baa03a7ca734a6ff99b089ebff1f9, version: 20.0.0-0.ci+git002f7b62d05, kind: installinator_document, name: installinator_document
108752026-05-20T15:45:59.990ZMay 20 15:45:58.543 INFO [tuf-repo] task succeeded (66.646949397s)
108762026-05-20T15:49:05.081Z[verify-libraries] Finished `release` profile [optimized] target(s) in 9m 05s
108772026-05-20T15:49:05.440ZMay 20 15:49:03.993 INFO [verify-libraries] process exited with exit status: 0 (549.781067255s)
108782026-05-20T15:49:05.440ZMay 20 15:49:03.993 INFO all jobs completed in 1222.672375814s
108792026-05-20T15:49:06.415Zprocess exited: duration 1448833 ms, exit code 0
 
108802026-05-20T15:49:06.426Zfound 41 output files
108812026-05-20T15:49:06.426Zuploading: /work/manifest.toml (17174 bytes)
108822026-05-20T15:49:07.438Zuploaded: /work/manifest.toml
108832026-05-20T15:49:07.438Zuploading: /work/repo.zip (2981130395 bytes)
108842026-05-20T15:49:40.642Zuploaded: /work/repo.zip
108852026-05-20T15:49:40.642Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108862026-05-20T15:49:41.670Zuploaded: /work/repo.zip.sha256.txt
108872026-05-20T15:49:41.671Zuploading: /work/helios.json (647 bytes)
108882026-05-20T15:49:42.683Zuploaded: /work/helios.json
108892026-05-20T15:49:42.684Zuploading: /work/incorporation.p5m (113249 bytes)
108902026-05-20T15:49:43.902Zuploaded: /work/incorporation.p5m
108912026-05-20T15:49:43.902Zuploading: /work/incorporation.p5p (133120 bytes)
108922026-05-20T15:49:44.821Zuploaded: /work/incorporation.p5p
108932026-05-20T15:49:44.821Zuploading: /work/helios-incorp.log (522 bytes)
108942026-05-20T15:49:45.829Zuploaded: /work/helios-incorp.log
108952026-05-20T15:49:45.829Zuploading: /work/helios-setup.log (56368 bytes)
108962026-05-20T15:49:46.839Zuploaded: /work/helios-setup.log
108972026-05-20T15:49:46.839Zuploading: /work/host-image.log (236808 bytes)
108982026-05-20T15:49:47.859Zuploaded: /work/host-image.log
108992026-05-20T15:49:47.859Zuploading: /work/host-package.log (38980 bytes)
109002026-05-20T15:49:48.869Zuploaded: /work/host-package.log
109012026-05-20T15:49:48.869Zuploading: /work/host-target.log (101 bytes)
109022026-05-20T15:49:49.878Zuploaded: /work/host-target.log
109032026-05-20T15:49:49.878Zuploading: /work/incorp-create.log (0 bytes)
109042026-05-20T15:49:50.890Zuploaded: /work/incorp-create.log
109052026-05-20T15:49:50.890Zuploading: /work/incorp-fmt.log (0 bytes)
109062026-05-20T15:49:51.896Zuploaded: /work/incorp-fmt.log
109072026-05-20T15:49:51.896Zuploading: /work/incorp-pkgsend.log (108 bytes)
109082026-05-20T15:49:52.909Zuploaded: /work/incorp-pkgsend.log
109092026-05-20T15:49:52.909Zuploading: /work/incorp-publisher.log (0 bytes)
109102026-05-20T15:49:54.010Zuploaded: /work/incorp-publisher.log
109112026-05-20T15:49:54.010Zuploading: /work/omicron-package.log (9249 bytes)
109122026-05-20T15:49:55.039Zuploaded: /work/omicron-package.log
109132026-05-20T15:49:55.039Zuploading: /work/recovery-image.log (592511 bytes)
109142026-05-20T15:49:56.208Zuploaded: /work/recovery-image.log
109152026-05-20T15:49:56.209Zuploading: /work/recovery-package.log (2545 bytes)
109162026-05-20T15:49:57.221Zuploaded: /work/recovery-package.log
109172026-05-20T15:49:57.221Zuploading: /work/recovery-target.log (98 bytes)
109182026-05-20T15:49:58.412Zuploaded: /work/recovery-target.log
109192026-05-20T15:49:58.412Zuploading: /work/stamp-clickhouse.log (117 bytes)
109202026-05-20T15:49:59.429Zuploaded: /work/stamp-clickhouse.log
109212026-05-20T15:49:59.429Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109222026-05-20T15:50:00.447Zuploaded: /work/stamp-clickhouse_keeper.log
109232026-05-20T15:50:00.447Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109242026-05-20T15:50:01.454Zuploaded: /work/stamp-clickhouse_server.log
109252026-05-20T15:50:01.454Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109262026-05-20T15:50:02.468Zuploaded: /work/stamp-cockroachdb.log
109272026-05-20T15:50:02.468Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109282026-05-20T15:50:03.648Zuploaded: /work/stamp-crucible-pantry-zone.log
109292026-05-20T15:50:03.648Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109302026-05-20T15:50:04.670Zuploaded: /work/stamp-crucible-utils.log
109312026-05-20T15:50:04.670Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109322026-05-20T15:50:05.680Zuploaded: /work/stamp-crucible-zone.log
109332026-05-20T15:50:05.680Zuploading: /work/stamp-external-dns.log (119 bytes)
109342026-05-20T15:50:06.815Zuploaded: /work/stamp-external-dns.log
109352026-05-20T15:50:06.815Zuploading: /work/stamp-installinator.log (103 bytes)
109362026-05-20T15:50:07.834Zuploaded: /work/stamp-installinator.log
109372026-05-20T15:50:07.834Zuploading: /work/stamp-internal-dns.log (119 bytes)
109382026-05-20T15:50:08.845Zuploaded: /work/stamp-internal-dns.log
109392026-05-20T15:50:08.846Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109402026-05-20T15:50:09.854Zuploaded: /work/stamp-mg-ddm-gz.log
109412026-05-20T15:50:09.854Zuploading: /work/stamp-nexus.log (112 bytes)
109422026-05-20T15:50:10.863Zuploaded: /work/stamp-nexus.log
109432026-05-20T15:50:10.863Zuploading: /work/stamp-ntp.log (110 bytes)
109442026-05-20T15:50:11.874Zuploaded: /work/stamp-ntp.log
109452026-05-20T15:50:11.874Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109462026-05-20T15:50:13.054Zuploaded: /work/stamp-omicron-sled-agent.log
109472026-05-20T15:50:13.054Zuploading: /work/stamp-overlay.log (114 bytes)
109482026-05-20T15:50:14.076Zuploaded: /work/stamp-overlay.log
109492026-05-20T15:50:14.076Zuploading: /work/stamp-oximeter.log (115 bytes)
109502026-05-20T15:50:15.108Zuploaded: /work/stamp-oximeter.log
109512026-05-20T15:50:15.108Zuploading: /work/stamp-oxlog.log (109 bytes)
109522026-05-20T15:50:16.425Zuploaded: /work/stamp-oxlog.log
109532026-05-20T15:50:16.425Zuploading: /work/stamp-probe.log (112 bytes)
109542026-05-20T15:50:17.748Zuploaded: /work/stamp-probe.log
109552026-05-20T15:50:17.748Zuploading: /work/stamp-propolis-server.log (122 bytes)
109562026-05-20T15:50:18.763Zuploaded: /work/stamp-propolis-server.log
109572026-05-20T15:50:18.763Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109582026-05-20T15:50:20.094Zuploaded: /work/stamp-pumpkind-gz.log
109592026-05-20T15:50:20.094Zuploading: /work/stamp-switch-asic.log (118 bytes)
109602026-05-20T15:50:21.115Zuploaded: /work/stamp-switch-asic.log
109612026-05-20T15:50:21.115Zuploading: /work/verify-libraries.log (13861 bytes)
109622026-05-20T15:50:22.130Zuploaded: /work/verify-libraries.log