01KSP0BGWKEBX6X37KEAQCM51G: 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: 01KSP0BYZ58C5GTFY1G0S8KE5T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T00:40:40.523Zjob assigned to worker 01KSP0C424FZ096YW1XZH0J4MC [factory aws, i-0044cc752e07b8cdf] (queued for 48 s)
 
22026-05-28T00:40:48.238Zstarting task 0: "setup"
32026-05-28T00:40:48.242Z++ uname -s
42026-05-28T00:40:48.245Z+ kern=SunOS
52026-05-28T00:40:48.245Z+ build_user=build
62026-05-28T00:40:48.246Z+ build_uid=12345
72026-05-28T00:40:48.246Z+ work_dir=/work
82026-05-28T00:40:48.246Z+ input_dir=/input
92026-05-28T00:40:48.246Z+ [[ 0 == 12345 ]]
102026-05-28T00:40:48.246Z+ case "$kern" in
112026-05-28T00:40:48.246Z+ groupadd -g 12345 build
122026-05-28T00:40:48.260Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T00:40:50.267Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T00:40:50.333Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T00:40:50.336Z+ home_fs=zfs
162026-05-28T00:40:50.336Z+ [[ zfs == autofs ]]
172026-05-28T00:40:50.336Z+ mkdir -p /home/build
182026-05-28T00:40:50.336Z+ chown build:build /home/build /work
192026-05-28T00:40:52.338Z+ chmod 0700 /home/build /work
202026-05-28T00:40:52.342Zprocess exited: duration 4105 ms, exit code 0
 
212026-05-28T00:40:52.348Zstarting task 1: "rust-toolchain"
222026-05-28T00:40:52.353Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T00:40:52.353Z * rust toolchain channel = "1.94.0"
242026-05-28T00:40:52.353Z * rust toolchain profile = "default"
252026-05-28T00:40:52.353Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T00:40:52.353Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T00:40:52.353Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T00:40:52.356Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T00:40:52.356Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T00:40:52.463Zinfo: downloading installer
312026-05-28T00:40:53.900Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T00:40:53.900Zwarn: /home/build/.rustup/settings.toml
332026-05-28T00:40:53.900Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T00:40:53.900Zwarn: instead of the one inferred from the default host triple.
352026-05-28T00:40:53.912Zinfo: profile set to default
362026-05-28T00:40:53.913Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T00:40:53.915Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T00:40:54.051Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T00:40:54.054Zinfo: downloading 6 components
402026-05-28T00:41:08.468Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T00:41:08.468Z
422026-05-28T00:41:08.498Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T00:41:08.498Z
442026-05-28T00:41:08.498Z
452026-05-28T00:41:08.498ZRust is installed now. Great!
462026-05-28T00:41:08.498Z
472026-05-28T00:41:08.498ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T00:41:08.498Zenvironment variable. This has not been done automatically.
492026-05-28T00:41:08.498Z
502026-05-28T00:41:08.498ZTo configure your current shell, you need to source
512026-05-28T00:41:08.499Zthe corresponding env file under $HOME/.cargo.
522026-05-28T00:41:08.499Z
532026-05-28T00:41:08.499ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T00:41:08.499Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T00:41:08.499Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T00:41:08.499Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T00:41:08.499Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T00:41:08.499Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T00:41:08.499Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T00:41:08.502Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T00:41:08.502Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T00:41:08.603Z+ rustup --version
632026-05-28T00:41:08.609Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T00:41:08.613Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T00:41:08.630Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T00:41:08.633Z+ cargo --version
672026-05-28T00:41:08.641Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T00:41:08.644Z+ rustc --version
692026-05-28T00:41:08.665Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T00:41:08.668Zprocess exited: duration 16319 ms, exit code 0
 
712026-05-28T00:41:08.674Zstarting task 2: "authentication"
722026-05-28T00:41:08.698Zprocess exited: duration 18 ms, exit code 0
 
732026-05-28T00:41:08.711Zstarting task 3: "clone repository"
742026-05-28T00:41:08.716Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T00:41:08.719Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T00:41:08.756ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T00:41:19.152Z+ cd /work/oxidecomputer/omicron
782026-05-28T00:41:19.152Z+ git fetch origin f331e2d2335f7c3da6b6223f64736f3d5f2f860a
792026-05-28T00:41:19.424ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T00:41:19.424Z * branch f331e2d2335f7c3da6b6223f64736f3d5f2f860a -> FETCH_HEAD
812026-05-28T00:41:19.438Z+ [[ -n ry/opte-984 ]]
822026-05-28T00:41:19.441Z++ git branch --show-current
832026-05-28T00:41:19.444Z+ current=main
842026-05-28T00:41:19.444Z+ [[ main != ry/opte-984 ]]
852026-05-28T00:41:19.444Z+ git branch -f ry/opte-984 f331e2d2335f7c3da6b6223f64736f3d5f2f860a
862026-05-28T00:41:19.447Z+ git checkout -f ry/opte-984
872026-05-28T00:41:19.678ZSwitched to branch 'ry/opte-984'
882026-05-28T00:41:19.681Z+ git reset --hard f331e2d2335f7c3da6b6223f64736f3d5f2f860a
892026-05-28T00:41:19.916ZHEAD is now at f331e2d23 kyle's review feedback
902026-05-28T00:41:19.919Zprocess exited: duration 11209 ms, exit code 0
 
912026-05-28T00:41:19.924Zstarting task 4: "build"
922026-05-28T00:41:19.929Z+ source .github/buildomat/ci-env.sh
932026-05-28T00:41:19.929Z++ export CARGO_TERM_COLOR=always
942026-05-28T00:41:19.930Z++ CARGO_TERM_COLOR=always
952026-05-28T00:41:19.932Z+ cargo --version
962026-05-28T00:41:19.940Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T00:41:19.943Z+ rustc --version
982026-05-28T00:41:19.964Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T00:41:19.966Z+ cargo tree --locked
1002026-05-28T00:41:20.136Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-28T00:41:20.379Z Updating crates.io index
1022026-05-28T00:41:20.383Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-28T00:41:20.657Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-28T00:41:21.451Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-28T00:41:21.866Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-28T00:41:22.974Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-28T00:41:23.480Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-28T00:41:24.772Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-28T00:41:25.538Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-28T00:41:25.902Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-28T00:41:26.900Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-28T00:41:27.281Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-28T00:41:27.677Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-28T00:41:27.984Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-28T00:41:29.007Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-28T00:41:29.476Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-05-28T00:41:29.729Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-05-28T00:41:30.097Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-05-28T00:41:30.505Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-05-28T00:41:30.917Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-05-28T00:41:31.243Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-05-28T00:41:31.494Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-05-28T00:41:31.753Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-05-28T00:41:32.124Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-05-28T00:41:32.487Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-05-28T00:41:33.021Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-05-28T00:41:33.450Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-05-28T00:41:33.719Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-05-28T00:41:33.993Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1302026-05-28T00:41:35.069Z Updating git repository `https://github.com/oxidecomputer/crucible`
1312026-05-28T00:41:35.953Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-05-28T00:41:36.365Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-05-28T00:41:36.794Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-05-28T00:41:37.309Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-05-28T00:41:37.855Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-05-28T00:41:38.186Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-05-28T00:41:38.542Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-05-28T00:41:39.010Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-05-28T00:41:39.238Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-05-28T00:41:39.490Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-05-28T00:41:39.838Z Updating git repository `https://github.com/oxidecomputer/omicron`
1422026-05-28T00:41:50.912Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1432026-05-28T00:41:52.774Z Downloading crates ...
1442026-05-28T00:41:52.860Z Downloaded adler2 v2.0.1
1452026-05-28T00:41:52.869Z Downloaded anstream v1.0.0
1462026-05-28T00:41:52.872Z Downloaded addr2line v0.25.1
1472026-05-28T00:41:52.877Z Downloaded approx v0.5.1
1482026-05-28T00:41:52.880Z Downloaded bcrypt-pbkdf v0.10.0
1492026-05-28T00:41:52.884Z Downloaded castaway v0.2.4
1502026-05-28T00:41:52.886Z Downloaded assert-json-diff v2.0.2
1512026-05-28T00:41:52.886Z Downloaded buf-list v1.1.2
1522026-05-28T00:41:52.889Z Downloaded anstyle-parse v1.0.0
1532026-05-28T00:41:52.889Z Downloaded cargo_metadata v0.19.2
1542026-05-28T00:41:52.893Z Downloaded cobs v0.3.0
1552026-05-28T00:41:52.896Z Downloaded bzip2 v0.4.4
1562026-05-28T00:41:52.896Z Downloaded compression-core v0.4.31
1572026-05-28T00:41:52.899Z Downloaded ciborium-ll v0.2.2
1582026-05-28T00:41:52.899Z Downloaded anyhow v1.0.102
1592026-05-28T00:41:52.902Z Downloaded clap_lex v1.0.0
1602026-05-28T00:41:52.902Z Downloaded ciborium-io v0.2.2
1612026-05-28T00:41:52.902Z Downloaded base64 v0.22.1
1622026-05-28T00:41:52.905Z Downloaded cmake v0.1.57
1632026-05-28T00:41:52.905Z Downloaded async-lock v3.4.2
1642026-05-28T00:41:52.908Z Downloaded bit-vec v0.8.0
1652026-05-28T00:41:52.908Z Downloaded base16ct v0.2.0
1662026-05-28T00:41:52.908Z Downloaded anstyle v1.0.14
1672026-05-28T00:41:52.911Z Downloaded arrayref v0.3.9
1682026-05-28T00:41:52.911Z Downloaded anstyle-query v1.1.5
1692026-05-28T00:41:52.911Z Downloaded allocator-api2 v0.2.21
1702026-05-28T00:41:52.914Z Downloaded derive-ex v0.1.8
1712026-05-28T00:41:52.914Z Downloaded camino v1.2.2
1722026-05-28T00:41:52.917Z Downloaded atomicwrites v0.4.4
1732026-05-28T00:41:52.917Z Downloaded backon v1.6.0
1742026-05-28T00:41:52.919Z Downloaded assert_matches v1.5.0
1752026-05-28T00:41:52.920Z Downloaded async-stream-impl v0.3.6
1762026-05-28T00:41:52.923Z Downloaded concurrent-queue v2.5.0
1772026-05-28T00:41:52.923Z Downloaded diesel-dtrace v0.5.0
1782026-05-28T00:41:52.926Z Downloaded crossbeam-deque v0.8.6
1792026-05-28T00:41:52.926Z Downloaded colored v3.1.1
1802026-05-28T00:41:52.927Z Downloaded clang-sys v1.8.1
1812026-05-28T00:41:52.930Z Downloaded downcast-rs v2.0.2
1822026-05-28T00:41:52.930Z Downloaded clap v4.6.1
1832026-05-28T00:41:52.933Z Downloaded ciborium v0.2.2
1842026-05-28T00:41:52.937Z Downloaded cbc v0.1.2
1852026-05-28T00:41:52.937Z Downloaded colored v2.2.0
1862026-05-28T00:41:52.940Z Downloaded async-recursion v1.1.1
1872026-05-28T00:41:52.940Z Downloaded chacha20poly1305 v0.10.1
1882026-05-28T00:41:52.943Z Downloaded chacha20 v0.9.1
1892026-05-28T00:41:52.944Z Downloaded chacha20 v0.10.0
1902026-05-28T00:41:52.947Z Downloaded bit-set v0.5.3
1912026-05-28T00:41:52.947Z Downloaded assert_cmd v2.1.2
1922026-05-28T00:41:52.947Z Downloaded crc v3.4.0
1932026-05-28T00:41:52.951Z Downloaded colorchoice v1.0.4
1942026-05-28T00:41:52.951Z Downloaded clap_derive v4.6.1
1952026-05-28T00:41:52.951Z Downloaded arrayvec v0.7.6
1962026-05-28T00:41:52.955Z Downloaded cargo-platform v0.1.9
1972026-05-28T00:41:52.955Z Downloaded bb8 v0.8.6
1982026-05-28T00:41:52.956Z Downloaded bitfield-struct v0.6.2
1992026-05-28T00:41:52.956Z Downloaded convert_case v0.4.0
2002026-05-28T00:41:52.958Z Downloaded block-buffer v0.10.4
2012026-05-28T00:41:52.958Z Downloaded cipher v0.4.4
2022026-05-28T00:41:52.959Z Downloaded cast v0.3.0
2032026-05-28T00:41:52.959Z Downloaded cfg_aliases v0.1.1
2042026-05-28T00:41:52.962Z Downloaded compact_str v0.8.1
2052026-05-28T00:41:52.965Z Downloaded crucible-workspace-hack v0.1.0
2062026-05-28T00:41:52.965Z Downloaded cpufeatures v0.2.17
2072026-05-28T00:41:52.969Z Downloaded cargo-platform v0.2.0
2082026-05-28T00:41:52.969Z Downloaded byteorder v1.5.0
2092026-05-28T00:41:52.969Z Downloaded defmt-parser v1.0.0
2102026-05-28T00:41:52.969Z Downloaded camino-tempfile v1.4.1
2112026-05-28T00:41:52.972Z Downloaded bytes v1.11.1
2122026-05-28T00:41:52.972Z Downloaded argon2 v0.5.3
2132026-05-28T00:41:52.975Z Downloaded anstream v0.6.21
2142026-05-28T00:41:52.975Z Downloaded debug-ignore v1.0.5
2152026-05-28T00:41:52.978Z Downloaded async-object-pool v0.2.0
2162026-05-28T00:41:52.978Z Downloaded crunchy v0.2.4
2172026-05-28T00:41:52.978Z Downloaded constant_time_eq v0.3.1
2182026-05-28T00:41:52.981Z Downloaded bit-set v0.8.0
2192026-05-28T00:41:52.981Z Downloaded crc8 v0.1.1
2202026-05-28T00:41:52.981Z Downloaded diesel_table_macro_syntax v0.3.0
2212026-05-28T00:41:52.981Z Downloaded darling_macro v0.23.0
2222026-05-28T00:41:52.981Z Downloaded crypto-common v0.1.7
2232026-05-28T00:41:52.984Z Downloaded crc-catalog v2.4.0
2242026-05-28T00:41:52.984Z Downloaded difflib v0.4.0
2252026-05-28T00:41:52.984Z Downloaded async-stream v0.3.6
2262026-05-28T00:41:52.987Z Downloaded aead v0.5.2
2272026-05-28T00:41:52.987Z Downloaded dirs-sys-next v0.1.2
2282026-05-28T00:41:52.990Z Downloaded cargo-platform v0.3.2
2292026-05-28T00:41:52.993Z Downloaded criterion-plot v0.6.0
2302026-05-28T00:41:52.996Z Downloaded atty v0.2.14
2312026-05-28T00:41:52.996Z Downloaded bytecount v0.6.9
2322026-05-28T00:41:52.997Z Downloaded cookie v0.18.1
2332026-05-28T00:41:53.002Z Downloaded defmt v0.3.100
2342026-05-28T00:41:53.002Z Downloaded darling_macro v0.21.3
2352026-05-28T00:41:53.002Z Downloaded document-features v0.2.12
2362026-05-28T00:41:53.002Z Downloaded dirs-next v2.0.0
2372026-05-28T00:41:53.002Z Downloaded anstyle-parse v0.2.7
2382026-05-28T00:41:53.005Z Downloaded console v0.15.11
2392026-05-28T00:41:53.005Z Downloaded array-init v0.0.4
2402026-05-28T00:41:53.005Z Downloaded dof v0.4.0
2412026-05-28T00:41:53.005Z Downloaded curve25519-dalek-derive v0.1.1
2422026-05-28T00:41:53.008Z Downloaded darling_macro v0.20.11
2432026-05-28T00:41:53.008Z Downloaded derive_builder_macro v0.20.2
2442026-05-28T00:41:53.008Z Downloaded block-padding v0.3.3
2452026-05-28T00:41:53.012Z Downloaded display-error-chain v0.2.2
2462026-05-28T00:41:53.014Z Downloaded dtrace-parser v0.3.0
2472026-05-28T00:41:53.014Z Downloaded cstr-argument v0.1.2
2482026-05-28T00:41:53.017Z Downloaded endian-type v0.1.2
2492026-05-28T00:41:53.017Z Downloaded cpufeatures v0.3.0
2502026-05-28T00:41:53.020Z Downloaded dyn-clone v1.0.20
2512026-05-28T00:41:53.023Z Downloaded cexpr v0.6.0
2522026-05-28T00:41:53.023Z Downloaded bcs v0.1.6
2532026-05-28T00:41:53.026Z Downloaded dunce v1.0.5
2542026-05-28T00:41:53.026Z Downloaded bitflags v2.11.0
2552026-05-28T00:41:53.029Z Downloaded errno v0.3.14
2562026-05-28T00:41:53.032Z Downloaded equivalent v1.0.2
2572026-05-28T00:41:53.032Z Downloaded dsl_auto_type v0.2.0
2582026-05-28T00:41:53.032Z Downloaded dropshot-api-manager-types v0.7.1
2592026-05-28T00:41:53.035Z Downloaded corncobs v0.1.4
2602026-05-28T00:41:53.035Z Downloaded bitfield-macros v0.19.4
2612026-05-28T00:41:53.035Z Downloaded atomic-waker v1.1.2
2622026-05-28T00:41:53.035Z Downloaded constant_time_eq v0.4.2
2632026-05-28T00:41:53.038Z Downloaded cfg_aliases v0.2.1
2642026-05-28T00:41:53.042Z Downloaded ctr v0.9.2
2652026-05-28T00:41:53.044Z Downloaded csv-core v0.1.13
2662026-05-28T00:41:53.044Z Downloaded fd-lock v4.0.4
2672026-05-28T00:41:53.047Z Downloaded dof v0.3.0
2682026-05-28T00:41:53.047Z Downloaded enum-as-inner v0.6.1
2692026-05-28T00:41:53.050Z Downloaded derive_builder_core v0.20.2
2702026-05-28T00:41:53.050Z Downloaded deranged v0.5.8
2712026-05-28T00:41:53.053Z Downloaded crossbeam-epoch v0.9.18
2722026-05-28T00:41:53.053Z Downloaded backtrace-ext v0.2.1
2732026-05-28T00:41:53.056Z Downloaded displaydoc v0.2.5
2742026-05-28T00:41:53.056Z Downloaded camino-tempfile-ext v0.3.3
2752026-05-28T00:41:53.059Z Downloaded float-cmp v0.10.0
2762026-05-28T00:41:53.059Z Downloaded digest v0.10.7
2772026-05-28T00:41:53.063Z Downloaded float-ord v0.3.2
2782026-05-28T00:41:53.064Z Downloaded dtrace-parser v0.2.0
2792026-05-28T00:41:53.064Z Downloaded flagset v0.4.7
2802026-05-28T00:41:53.064Z Downloaded escape8259 v0.5.3
2812026-05-28T00:41:53.064Z Downloaded env_filter v1.0.0
2822026-05-28T00:41:53.067Z Downloaded embedded-io v0.6.1
2832026-05-28T00:41:53.067Z Downloaded form_urlencoded v1.2.2
2842026-05-28T00:41:53.068Z Downloaded futures-macro v0.3.32
2852026-05-28T00:41:53.068Z Downloaded futures-io v0.3.32
2862026-05-28T00:41:53.071Z Downloaded futures-core v0.3.32
2872026-05-28T00:41:53.071Z Downloaded foreign-types-shared v0.3.1
2882026-05-28T00:41:53.071Z Downloaded foreign-types-shared v0.1.1
2892026-05-28T00:41:53.071Z Downloaded cassowary v0.3.0
2902026-05-28T00:41:53.074Z Downloaded backoff v0.4.0
2912026-05-28T00:41:53.074Z Downloaded async-trait v0.1.89
2922026-05-28T00:41:53.077Z Downloaded data-encoding v2.10.0
2932026-05-28T00:41:53.077Z Downloaded cargo_metadata v0.23.1
2942026-05-28T00:41:53.077Z Downloaded embedded-io v0.4.0
2952026-05-28T00:41:53.080Z Downloaded fnv v1.0.7
2962026-05-28T00:41:53.080Z Downloaded fastrand v2.3.0
2972026-05-28T00:41:53.080Z Downloaded defmt-macros v1.0.1
2982026-05-28T00:41:53.083Z Downloaded ed25519 v2.2.3
2992026-05-28T00:41:53.084Z Downloaded fixedbitset v0.4.2
3002026-05-28T00:41:53.087Z Downloaded daft-derive v0.1.7
3012026-05-28T00:41:53.087Z Downloaded foreign-types v0.5.0
3022026-05-28T00:41:53.087Z Downloaded event-listener-strategy v0.5.4
3032026-05-28T00:41:53.094Z Downloaded convert_case v0.10.0
3042026-05-28T00:41:53.095Z Downloaded erased-serde v0.3.31
3052026-05-28T00:41:53.095Z Downloaded byte-wrapper v0.1.0
3062026-05-28T00:41:53.107Z Downloaded fxhash v0.2.1
3072026-05-28T00:41:53.107Z Downloaded compression-codecs v0.4.37
3082026-05-28T00:41:53.107Z Downloaded foreign-types-macros v0.2.3
3092026-05-28T00:41:53.107Z Downloaded darling v0.20.11
3102026-05-28T00:41:53.107Z Downloaded filetime v0.2.27
3112026-05-28T00:41:53.107Z Downloaded darling v0.23.0
3122026-05-28T00:41:53.107Z Downloaded globwalk v0.9.1
3132026-05-28T00:41:53.107Z Downloaded futures-sink v0.3.32
3142026-05-28T00:41:53.107Z Downloaded funty v2.0.0
3152026-05-28T00:41:53.107Z Downloaded datatest-stable v0.3.3
3162026-05-28T00:41:53.111Z Downloaded darling v0.21.3
3172026-05-28T00:41:53.111Z Downloaded fixedbitset v0.5.7
3182026-05-28T00:41:53.116Z Downloaded find-msvc-tools v0.1.9
3192026-05-28T00:41:53.116Z Downloaded ff v0.13.1
3202026-05-28T00:41:53.116Z Downloaded ena v0.14.4
3212026-05-28T00:41:53.120Z Downloaded blowfish v0.9.1
3222026-05-28T00:41:53.120Z Downloaded hash32 v0.2.1
3232026-05-28T00:41:53.120Z Downloaded critical-section v1.2.0
3242026-05-28T00:41:53.120Z Downloaded cargo_metadata v0.21.0
3252026-05-28T00:41:53.120Z Downloaded env_logger v0.11.9
3262026-05-28T00:41:53.124Z Downloaded blake2 v0.10.6
3272026-05-28T00:41:53.124Z Downloaded gethostname v0.5.0
3282026-05-28T00:41:53.124Z Downloaded futures-task v0.3.32
3292026-05-28T00:41:53.128Z Downloaded foldhash v0.2.0
3302026-05-28T00:41:53.128Z Downloaded fallible-iterator v0.2.0
3312026-05-28T00:41:53.128Z Downloaded either v1.15.0
3322026-05-28T00:41:53.128Z Downloaded cfg-expr v0.20.6
3332026-05-28T00:41:53.131Z Downloaded ahash v0.8.12
3342026-05-28T00:41:53.131Z Downloaded heck v0.4.1
3352026-05-28T00:41:53.131Z Downloaded bzip2 v0.6.1
3362026-05-28T00:41:53.143Z Downloaded blake2b_simd v1.0.4
3372026-05-28T00:41:53.143Z Downloaded derive_builder v0.20.2
3382026-05-28T00:41:53.146Z Downloaded futures-executor v0.3.32
3392026-05-28T00:41:53.146Z Downloaded hash32 v0.3.1
3402026-05-28T00:41:53.147Z Downloaded erased-serde v0.4.9
3412026-05-28T00:41:53.147Z Downloaded des v0.8.1
3422026-05-28T00:41:53.147Z Downloaded defmt v1.0.1
3432026-05-28T00:41:53.147Z Downloaded foldhash v0.1.5
3442026-05-28T00:41:53.147Z Downloaded generic-array v0.14.7
3452026-05-28T00:41:53.147Z Downloaded hex-literal v0.4.1
3462026-05-28T00:41:53.147Z Downloaded heck v0.5.0
3472026-05-28T00:41:53.151Z Downloaded foreign-types v0.3.2
3482026-05-28T00:41:53.151Z Downloaded async-compression v0.4.41
3492026-05-28T00:41:53.154Z Downloaded hostname v0.4.2
3502026-05-28T00:41:53.154Z Downloaded drift v0.1.4
3512026-05-28T00:41:53.158Z Downloaded hostname v0.3.1
3522026-05-28T00:41:53.161Z Downloaded home v0.5.12
3532026-05-28T00:41:53.161Z Downloaded fs_extra v1.3.0
3542026-05-28T00:41:53.164Z Downloaded fs-err v3.3.0
3552026-05-28T00:41:53.164Z Downloaded fs-err v2.11.0
3562026-05-28T00:41:53.164Z Downloaded chumsky v0.9.3
3572026-05-28T00:41:53.167Z Downloaded futures-timer v3.0.3
3582026-05-28T00:41:53.167Z Downloaded base64ct v1.8.3
3592026-05-28T00:41:53.170Z Downloaded glob v0.3.3
3602026-05-28T00:41:53.170Z Downloaded const-oid v0.9.6
3612026-05-28T00:41:53.173Z Downloaded crc-any v2.5.0
3622026-05-28T00:41:53.173Z Downloaded event-listener v5.4.1
3632026-05-28T00:41:53.176Z Downloaded http-range v0.1.5
3642026-05-28T00:41:53.176Z Downloaded indent_write v2.2.0
3652026-05-28T00:41:53.176Z Downloaded idna_adapter v1.2.1
3662026-05-28T00:41:53.179Z Downloaded headers-core v0.3.0
3672026-05-28T00:41:53.180Z Downloaded http-body v1.0.1
3682026-05-28T00:41:53.180Z Downloaded git-stub v1.0.0
3692026-05-28T00:41:53.180Z Downloaded ghash v0.5.1
3702026-05-28T00:41:53.180Z Downloaded cargo-util-schemas v0.8.2
3712026-05-28T00:41:53.182Z Downloaded crossbeam-utils v0.8.21
3722026-05-28T00:41:53.182Z Downloaded crc32fast v1.5.0
3732026-05-28T00:41:53.185Z Downloaded futures-channel v0.3.32
3742026-05-28T00:41:53.185Z Downloaded cookie_store v0.22.1
3752026-05-28T00:41:53.189Z Downloaded const_format_proc_macros v0.2.34
3762026-05-28T00:41:53.189Z Downloaded async-bb8-diesel v0.2.1
3772026-05-28T00:41:53.192Z Downloaded bitflags v1.3.2
3782026-05-28T00:41:53.192Z Downloaded indoc v1.0.9
3792026-05-28T00:41:53.195Z Downloaded illumos-nvpair v0.3.0
3802026-05-28T00:41:53.195Z Downloaded hyper-tls v0.6.0
3812026-05-28T00:41:53.195Z Downloaded httpdate v1.0.3
3822026-05-28T00:41:53.198Z Downloaded hex v0.4.3
3832026-05-28T00:41:53.198Z Downloaded guppy-workspace-hack v0.1.0
3842026-05-28T00:41:53.198Z Downloaded console v0.16.2
3852026-05-28T00:41:53.199Z Downloaded inout v0.1.4
3862026-05-28T00:41:53.202Z Downloaded git-stub-vcs v0.1.0
3872026-05-28T00:41:53.202Z Downloaded internet-checksum v0.2.1
3882026-05-28T00:41:53.202Z Downloaded hubpack v0.1.2
3892026-05-28T00:41:53.202Z Downloaded derive_more v0.99.20
3902026-05-28T00:41:53.206Z Downloaded derive-where v1.6.0
3912026-05-28T00:41:53.208Z Downloaded dropshot_endpoint v0.16.7
3922026-05-28T00:41:53.212Z Downloaded itoa v1.0.17
3932026-05-28T00:41:53.212Z Downloaded illumos-nvpair-sys v0.2.0
3942026-05-28T00:41:53.214Z Downloaded hubpack_derive v0.1.1
3952026-05-28T00:41:53.215Z Downloaded getrandom v0.2.17
3962026-05-28T00:41:53.215Z Downloaded cc v1.2.56
3972026-05-28T00:41:53.218Z Downloaded diff v0.1.13
3982026-05-28T00:41:53.218Z Downloaded elliptic-curve v0.13.8
3992026-05-28T00:41:53.221Z Downloaded highway v1.3.0
4002026-05-28T00:41:53.224Z Downloaded ecdsa v0.16.9
4012026-05-28T00:41:53.224Z Downloaded ident_case v1.0.1
4022026-05-28T00:41:53.224Z Downloaded darling_core v0.20.11
4032026-05-28T00:41:53.227Z Downloaded lalrpop-util v0.19.12
4042026-05-28T00:41:53.227Z Downloaded const_format v0.2.35
4052026-05-28T00:41:53.231Z Downloaded libscf-sys v1.1.0
4062026-05-28T00:41:53.234Z Downloaded fatfs v0.3.6
4072026-05-28T00:41:53.234Z Downloaded is_terminal_polyfill v1.70.2
4082026-05-28T00:41:53.234Z Downloaded globset v0.4.18
4092026-05-28T00:41:53.237Z Downloaded instant v0.1.13
4102026-05-28T00:41:53.237Z Downloaded crypto-bigint v0.5.5
4112026-05-28T00:41:53.245Z Downloaded humantime v2.3.0
4122026-05-28T00:41:53.245Z Downloaded dropshot_endpoint v0.17.0
4132026-05-28T00:41:53.245Z Downloaded cfg-if v1.0.4
4142026-05-28T00:41:53.245Z Downloaded arc-swap v1.8.2
4152026-05-28T00:41:53.246Z Downloaded linkme-impl v0.3.35
4162026-05-28T00:41:53.249Z Downloaded daft v0.1.7
4172026-05-28T00:41:53.249Z Downloaded group v0.13.0
4182026-05-28T00:41:53.249Z Downloaded cancel-safe-futures v0.1.5
4192026-05-28T00:41:53.252Z Downloaded lru-cache v0.1.2
4202026-05-28T00:41:53.252Z Downloaded is_ci v1.2.0
4212026-05-28T00:41:53.252Z Downloaded is-terminal v0.4.17
4222026-05-28T00:41:53.255Z Downloaded managed v0.8.0
4232026-05-28T00:41:53.255Z Downloaded kstat-rs v0.2.4
4242026-05-28T00:41:53.255Z Downloaded instability v0.3.11
4252026-05-28T00:41:53.258Z Downloaded darling_core v0.21.3
4262026-05-28T00:41:53.261Z Downloaded lru v0.12.5
4272026-05-28T00:41:53.261Z Downloaded bit-vec v0.6.3
4282026-05-28T00:41:53.261Z Downloaded bitfield v0.19.4
4292026-05-28T00:41:53.264Z Downloaded ascii-canvas v3.0.0
4302026-05-28T00:41:53.264Z Downloaded ar_archive_writer v0.5.1
4312026-05-28T00:41:53.264Z Downloaded anes v0.1.6
4322026-05-28T00:41:53.267Z Downloaded http-body-util v0.1.3
4332026-05-28T00:41:53.267Z Downloaded ingot-types v0.1.2
4342026-05-28T00:41:53.271Z Downloaded bumpalo v3.20.2
4352026-05-28T00:41:53.271Z Downloaded hickory-client v0.25.2
4362026-05-28T00:41:53.274Z Downloaded ipnetwork v0.21.1
4372026-05-28T00:41:53.274Z Downloaded miette-derive v5.10.0
4382026-05-28T00:41:53.274Z Downloaded indoc v2.0.7
4392026-05-28T00:41:53.276Z Downloaded md-5 v0.10.6
4402026-05-28T00:41:53.277Z Downloaded memmap v0.7.0
4412026-05-28T00:41:53.279Z Downloaded macaddr v1.0.1
4422026-05-28T00:41:53.279Z Downloaded ipnet v2.11.0
4432026-05-28T00:41:53.284Z Downloaded autocfg v1.5.0
4442026-05-28T00:41:53.284Z Downloaded lazy_static v1.5.0
4452026-05-28T00:41:53.284Z Downloaded der_derive v0.7.3
4462026-05-28T00:41:53.288Z Downloaded futures v0.3.32
4472026-05-28T00:41:53.289Z Downloaded keccak v0.1.6
4482026-05-28T00:41:53.293Z Downloaded new_debug_unreachable v1.0.6
4492026-05-28T00:41:53.293Z Downloaded maybe-uninit v2.0.0
4502026-05-28T00:41:53.293Z Downloaded linked-hash-map v0.5.6
4512026-05-28T00:41:53.293Z Downloaded match_cfg v0.1.0
4522026-05-28T00:41:53.297Z Downloaded maplit v1.0.2
4532026-05-28T00:41:53.297Z Downloaded lzss v0.8.2
4542026-05-28T00:41:53.297Z Downloaded lru-slab v0.1.2
4552026-05-28T00:41:53.300Z Downloaded knuffel-derive v3.2.0
4562026-05-28T00:41:53.300Z Downloaded newline-converter v0.3.0
4572026-05-28T00:41:53.303Z Downloaded newtype-uuid-macros v0.1.0
4582026-05-28T00:41:53.306Z Downloaded hyper-staticfile v0.10.1
4592026-05-28T00:41:53.306Z Downloaded memoffset v0.9.1
4602026-05-28T00:41:53.309Z Downloaded hyper-rustls v0.27.7
4612026-05-28T00:41:53.309Z Downloaded multimap v0.10.1
4622026-05-28T00:41:53.313Z Downloaded half v2.7.1
4632026-05-28T00:41:53.316Z Downloaded newtype_derive v0.1.6
4642026-05-28T00:41:53.316Z Downloaded nested v0.1.1
4652026-05-28T00:41:53.319Z Downloaded linear-map v1.2.0
4662026-05-28T00:41:53.319Z Downloaded base64 v0.21.7
4672026-05-28T00:41:53.322Z Downloaded libefi-sys v0.1.0
4682026-05-28T00:41:53.322Z Downloaded num v0.4.3
4692026-05-28T00:41:53.325Z Downloaded nonempty v0.12.0
4702026-05-28T00:41:53.325Z Downloaded num-derive v0.3.3
4712026-05-28T00:41:53.325Z Downloaded num-conv v0.2.0
4722026-05-28T00:41:53.328Z Downloaded num-iter v0.1.45
4732026-05-28T00:41:53.328Z Downloaded httparse v1.10.1
4742026-05-28T00:41:53.331Z Downloaded lock_api v0.4.14
4752026-05-28T00:41:53.331Z Downloaded linkme v0.3.35
4762026-05-28T00:41:53.334Z Downloaded flume v0.11.1
4772026-05-28T00:41:53.337Z Downloaded impl-trait-for-tuples v0.2.3
4782026-05-28T00:41:53.337Z Downloaded nibble_vec v0.1.0
4792026-05-28T00:41:53.341Z Downloaded normalize-line-endings v0.3.0
4802026-05-28T00:41:53.341Z Downloaded libtest-mimic v0.8.1
4812026-05-28T00:41:53.341Z Downloaded ingot v0.1.1
4822026-05-28T00:41:53.344Z Downloaded ingot-macros v0.1.1
4832026-05-28T00:41:53.344Z Downloaded mime v0.3.17
4842026-05-28T00:41:53.348Z Downloaded num_threads v0.1.7
4852026-05-28T00:41:53.348Z Downloaded num_enum_derive v0.5.11
4862026-05-28T00:41:53.351Z Downloaded libsw-core v0.3.2
4872026-05-28T00:41:53.351Z Downloaded libsw v3.5.0
4882026-05-28T00:41:53.354Z Downloaded iana-time-zone v0.1.65
4892026-05-28T00:41:53.354Z Downloaded libloading v0.8.9
4902026-05-28T00:41:53.357Z Downloaded darling_core v0.23.0
4912026-05-28T00:41:53.360Z Downloaded mime_guess v2.0.5
4922026-05-28T00:41:53.361Z Downloaded jobserver v0.1.34
4932026-05-28T00:41:53.364Z Downloaded num-derive v0.4.2
4942026-05-28T00:41:53.365Z Downloaded openssl-probe v0.2.1
4952026-05-28T00:41:53.368Z Downloaded openssl-macros v0.1.1
4962026-05-28T00:41:53.368Z Downloaded olpc-cjson v0.1.4
4972026-05-28T00:41:53.368Z Downloaded getrandom v0.3.4
4982026-05-28T00:41:53.372Z Downloaded flate2 v1.1.9
4992026-05-28T00:41:53.376Z Downloaded openssl-probe v0.1.6
5002026-05-28T00:41:53.376Z Downloaded newtype-uuid v1.3.2
5012026-05-28T00:41:53.379Z Downloaded opaque-debug v0.3.1
5022026-05-28T00:41:53.381Z Downloaded hmac v0.12.1
5032026-05-28T00:41:53.384Z Downloaded icu_provider v2.1.1
5042026-05-28T00:41:53.387Z Downloaded httptest v0.16.4
5052026-05-28T00:41:53.387Z Downloaded icu_properties v2.1.2
5062026-05-28T00:41:53.390Z Downloaded ordered-float v2.10.1
5072026-05-28T00:41:53.394Z Downloaded oso-derive v0.27.3
5082026-05-28T00:41:53.397Z Downloaded md5 v0.7.0
5092026-05-28T00:41:53.397Z Downloaded packed_struct_codegen v0.10.1
5102026-05-28T00:41:53.400Z Downloaded litrs v1.0.0
5112026-05-28T00:41:53.400Z Downloaded derive_more-impl v2.1.1
5122026-05-28T00:41:53.404Z Downloaded native-tls v0.2.18
5132026-05-28T00:41:53.404Z Downloaded nanorand v0.7.0
5142026-05-28T00:41:53.407Z Downloaded heapless v0.8.0
5152026-05-28T00:41:53.410Z Downloaded indexmap v1.9.3
5162026-05-28T00:41:53.410Z Downloaded ed25519-dalek v2.2.0
5172026-05-28T00:41:53.413Z Downloaded num_enum v0.5.11
5182026-05-28T00:41:53.416Z Downloaded half v1.8.3
5192026-05-28T00:41:53.416Z Downloaded backtrace v0.3.76
5202026-05-28T00:41:53.419Z Downloaded path-slash v0.1.5
5212026-05-28T00:41:53.419Z Downloaded nodrop v0.1.14
5222026-05-28T00:41:53.422Z Downloaded heapless v0.7.17
5232026-05-28T00:41:53.422Z Downloaded diesel_derives v2.3.7
5242026-05-28T00:41:53.426Z Downloaded parse-size v1.1.0
5252026-05-28T00:41:53.430Z Downloaded parse-display v0.10.0
5262026-05-28T00:41:53.430Z Downloaded parking v2.2.1
5272026-05-28T00:41:53.430Z Downloaded fancy-regex v0.14.0
5282026-05-28T00:41:53.434Z Downloaded pbkdf2 v0.11.0
5292026-05-28T00:41:53.434Z Downloaded num-rational v0.4.2
5302026-05-28T00:41:53.434Z Downloaded num-integer v0.1.46
5312026-05-28T00:41:53.437Z Downloaded num-complex v0.4.6
5322026-05-28T00:41:53.437Z Downloaded der v0.7.10
5332026-05-28T00:41:53.440Z Downloaded oorandom v11.1.5
5342026-05-28T00:41:53.440Z Downloaded derive_more v2.1.1
5352026-05-28T00:41:53.445Z Downloaded headers v0.4.1
5362026-05-28T00:41:53.448Z Downloaded phf_shared v0.11.3
5372026-05-28T00:41:53.451Z Downloaded num_enum v0.7.6
5382026-05-28T00:41:53.454Z Downloaded pin-utils v0.1.0
5392026-05-28T00:41:53.454Z Downloaded oxnet v0.1.5
5402026-05-28T00:41:53.457Z Downloaded peg-runtime v0.8.5
5412026-05-28T00:41:53.457Z Downloaded pbkdf2 v0.12.2
5422026-05-28T00:41:53.457Z Downloaded owo-colors v4.3.0
5432026-05-28T00:41:53.457Z Downloaded percent-encoding v2.3.2
5442026-05-28T00:41:53.460Z Downloaded icu_locale_core v2.1.1
5452026-05-28T00:41:53.463Z Downloaded phf_shared v0.12.1
5462026-05-28T00:41:53.463Z Downloaded pathdiff v0.2.3
5472026-05-28T00:41:53.463Z Downloaded num_enum_derive v0.7.6
5482026-05-28T00:41:53.466Z Downloaded nu-ansi-term v0.50.3
5492026-05-28T00:41:53.466Z Downloaded plotters-svg v0.3.7
5502026-05-28T00:41:53.468Z Downloaded plotters-backend v0.3.7
5512026-05-28T00:41:53.469Z Downloaded memmap2 v0.9.10
5522026-05-28T00:41:53.469Z Downloaded litemap v0.8.1
5532026-05-28T00:41:53.471Z Downloaded icu_normalizer_data v2.1.1
5542026-05-28T00:41:53.471Z Downloaded parking_lot_core v0.8.6
5552026-05-28T00:41:53.475Z Downloaded packed_struct v0.10.1
5562026-05-28T00:41:53.475Z Downloaded oxide-tokio-rt v0.1.4
5572026-05-28T00:41:53.475Z Downloaded icu_normalizer v2.1.1
5582026-05-28T00:41:53.478Z Downloaded getrandom v0.4.1
5592026-05-28T00:41:53.480Z Downloaded plain v0.2.3
5602026-05-28T00:41:53.480Z Downloaded phf_shared v0.13.1
5612026-05-28T00:41:53.481Z Downloaded dropshot-api-manager v0.7.1
5622026-05-28T00:41:53.483Z Downloaded multer v3.1.0
5632026-05-28T00:41:53.486Z Downloaded paste v1.0.15
5642026-05-28T00:41:53.486Z Downloaded password-hash v0.5.0
5652026-05-28T00:41:53.490Z Downloaded powerfmt v0.2.0
5662026-05-28T00:41:53.492Z Downloaded crossbeam-channel v0.5.15
5672026-05-28T00:41:53.495Z Downloaded path-tree v0.8.3
5682026-05-28T00:41:53.495Z Downloaded omicron-zone-package v0.12.2
5692026-05-28T00:41:53.498Z Downloaded knuffel v3.2.0
5702026-05-28T00:41:53.501Z Downloaded predicates-tree v1.0.13
5712026-05-28T00:41:53.501Z Downloaded owo-colors v3.5.0
5722026-05-28T00:41:53.501Z Downloaded proc-macro-error-attr2 v2.0.0
5732026-05-28T00:41:53.504Z Downloaded proc-macro-crate v1.3.1
5742026-05-28T00:41:53.504Z Downloaded peg v0.8.5
5752026-05-28T00:41:53.507Z Downloaded pem-rfc7468 v0.7.0
5762026-05-28T00:41:53.507Z Downloaded hickory-resolver v0.25.2
5772026-05-28T00:41:53.511Z Downloaded libbz2-rs-sys v0.2.2
5782026-05-28T00:41:53.514Z Downloaded parse-display-derive v0.10.0
5792026-05-28T00:41:53.517Z Downloaded phf v0.13.1
5802026-05-28T00:41:53.517Z Downloaded partial-io v0.5.4
5812026-05-28T00:41:53.522Z Downloaded phf v0.12.1
5822026-05-28T00:41:53.522Z Downloaded predicates-core v1.0.10
5832026-05-28T00:41:53.522Z Downloaded precomputed-hash v0.1.1
5842026-05-28T00:41:53.522Z Downloaded progenitor-client v0.11.2
5852026-05-28T00:41:53.526Z Downloaded expectorate v1.2.0
5862026-05-28T00:41:53.526Z Downloaded ignore v0.4.25
5872026-05-28T00:41:53.526Z Downloaded log v0.4.29
5882026-05-28T00:41:53.529Z Downloaded peg-macros v0.8.5
5892026-05-28T00:41:53.532Z Downloaded progenitor-macro v0.10.0
5902026-05-28T00:41:53.532Z Downloaded proc-macro-crate v3.4.0
5912026-05-28T00:41:53.536Z Downloaded progenitor-macro v0.14.0
5922026-05-28T00:41:53.539Z Downloaded pretty-hex v0.4.1
5932026-05-28T00:41:53.543Z Downloaded proc-macro-error-attr v1.0.4
5942026-05-28T00:41:53.546Z Downloaded parking_lot v0.12.5
5952026-05-28T00:41:53.546Z Downloaded once_cell v1.21.3
5962026-05-28T00:41:53.548Z Downloaded indicatif v0.18.4
5972026-05-28T00:41:53.551Z Downloaded aes v0.8.4
5982026-05-28T00:41:53.555Z Downloaded potential_utf v0.1.4
5992026-05-28T00:41:53.556Z Downloaded polyval v0.6.2
6002026-05-28T00:41:53.556Z Downloaded crossterm v0.28.1
6012026-05-28T00:41:53.564Z Downloaded pkcs8 v0.10.2
6022026-05-28T00:41:53.567Z Downloaded pkg-config v0.3.32
6032026-05-28T00:41:53.567Z Downloaded hickory-server v0.25.2
6042026-05-28T00:41:53.589Z Downloaded progenitor-client v0.10.0
6052026-05-28T00:41:53.589Z Downloaded progenitor-macro v0.13.0
6062026-05-28T00:41:53.589Z Downloaded primeorder v0.13.6
6072026-05-28T00:41:53.589Z Downloaded progenitor-macro v0.11.2
6082026-05-28T00:41:53.589Z Downloaded progenitor-client v0.14.0
6092026-05-28T00:41:53.589Z Downloaded crossterm v0.29.0
6102026-05-28T00:41:53.589Z Downloaded progenitor v0.11.2
6112026-05-28T00:41:53.589Z Downloaded proc-macro-error2 v2.0.1
6122026-05-28T00:41:53.589Z Downloaded rand_xorshift v0.4.0
6132026-05-28T00:41:53.589Z Downloaded pest_generator v2.8.6
6142026-05-28T00:41:53.589Z Downloaded pest_derive v2.8.6
6152026-05-28T00:41:53.593Z Downloaded hashbrown v0.13.2
6162026-05-28T00:41:53.593Z Downloaded parking_lot_core v0.9.12
6172026-05-28T00:41:53.593Z Downloaded parking_lot v0.11.2
6182026-05-28T00:41:53.593Z Downloaded quick-error v1.2.3
6192026-05-28T00:41:53.593Z Downloaded progenitor v0.13.0
6202026-05-28T00:41:53.593Z Downloaded recursive v0.1.1
6212026-05-28T00:41:53.598Z Downloaded rand_chacha v0.3.1
6222026-05-28T00:41:53.598Z Downloaded chrono v0.4.44
6232026-05-28T00:41:53.601Z Downloaded ref-cast-impl v1.0.25
6242026-05-28T00:41:53.601Z Downloaded ref-cast v1.0.25
6252026-05-28T00:41:53.602Z Downloaded recursive-proc-macro-impl v0.1.1
6262026-05-28T00:41:53.605Z Downloaded postcard v1.1.3
6272026-05-28T00:41:53.605Z Downloaded criterion v0.7.0
6282026-05-28T00:41:53.608Z Downloaded hashbrown v0.12.3
6292026-05-28T00:41:53.612Z Downloaded radium v0.7.0
6302026-05-28T00:41:53.615Z Downloaded p256 v0.13.2
6312026-05-28T00:41:53.615Z Downloaded progenitor-client v0.13.0
6322026-05-28T00:41:53.619Z Downloaded postgres-protocol v0.6.10
6332026-05-28T00:41:53.623Z Downloaded poly1305 v0.8.0
6342026-05-28T00:41:53.623Z Downloaded ppv-lite86 v0.2.21
6352026-05-28T00:41:53.626Z Downloaded num-traits v0.2.19
6362026-05-28T00:41:53.626Z Downloaded predicates v3.1.4
6372026-05-28T00:41:53.630Z Downloaded minimal-lexical v0.2.1
6382026-05-28T00:41:53.630Z Downloaded rtoolbox v0.0.3
6392026-05-28T00:41:53.633Z Downloaded proc-macro-error v1.0.4
6402026-05-28T00:41:53.633Z Downloaded progenitor v0.10.0
6412026-05-28T00:41:53.636Z Downloaded rfc6979 v0.4.0
6422026-05-28T00:41:53.636Z Downloaded pem v3.0.6
6432026-05-28T00:41:53.636Z Downloaded rand_core v0.6.4
6442026-05-28T00:41:53.636Z Downloaded http v1.4.0
6452026-05-28T00:41:53.645Z Downloaded miniz_oxide v0.8.9
6462026-05-28T00:41:53.649Z Downloaded rustc_version v0.4.1
6472026-05-28T00:41:53.652Z Downloaded papergrid v0.11.0
6482026-05-28T00:41:53.655Z Downloaded progenitor v0.14.0
6492026-05-28T00:41:53.658Z Downloaded pkcs1 v0.7.5
6502026-05-28T00:41:53.658Z Downloaded pin-project-internal v1.1.11
6512026-05-28T00:41:53.658Z Downloaded oso v0.27.3
6522026-05-28T00:41:53.661Z Downloaded pin-project-lite v0.2.17
6532026-05-28T00:41:53.667Z Downloaded rand_core v0.10.0
6542026-05-28T00:41:53.669Z Downloaded rand_core v0.9.5
6552026-05-28T00:41:53.677Z Downloaded psm v0.1.30
6562026-05-28T00:41:53.680Z Downloaded memchr v2.8.0
6572026-05-28T00:41:53.683Z Downloaded rustc_version v0.1.7
6582026-05-28T00:41:53.683Z Downloaded rustc-hash v2.1.1
6592026-05-28T00:41:53.685Z Downloaded russh-cryptovec v0.7.3
6602026-05-28T00:41:53.686Z Downloaded psl-types v2.0.11
6612026-05-28T00:41:53.686Z Downloaded r2d2 v0.8.10
6622026-05-28T00:41:53.689Z Downloaded quote v1.0.45
6632026-05-28T00:41:53.689Z Downloaded hyper-util v0.1.20
6642026-05-28T00:41:53.692Z Downloaded salsa20 v0.10.2
6652026-05-28T00:41:53.693Z Downloaded icu_collections v2.1.1
6662026-05-28T00:41:53.696Z Downloaded relative-path v1.9.3
6672026-05-28T00:41:53.699Z Downloaded password-hash v0.4.2
6682026-05-28T00:41:53.699Z Downloaded rand_seeder v0.4.0
6692026-05-28T00:41:53.704Z Downloaded same-file v1.0.6
6702026-05-28T00:41:53.707Z Downloaded scopeguard v1.2.0
6712026-05-28T00:41:53.710Z Downloaded rand_chacha v0.9.0
6722026-05-28T00:41:53.710Z Downloaded scroll_derive v0.12.1
6732026-05-28T00:41:53.719Z Downloaded pest_meta v2.8.6
6742026-05-28T00:41:53.726Z Downloaded scrypt v0.11.0
6752026-05-28T00:41:53.729Z Downloaded scheduled-thread-pool v0.2.7
6762026-05-28T00:41:53.729Z Downloaded secrecy v0.8.0
6772026-05-28T00:41:53.731Z Downloaded scroll_derive v0.13.1
6782026-05-28T00:41:53.731Z Downloaded sapling-renderdag v0.1.0
6792026-05-28T00:41:53.732Z Downloaded serde-big-array v0.5.1
6802026-05-28T00:41:53.735Z Downloaded progenitor-extras v0.2.0
6812026-05-28T00:41:53.735Z Downloaded guppy v0.17.25
6822026-05-28T00:41:53.738Z Downloaded rustc-demangle v0.1.27
6832026-05-28T00:41:53.738Z Downloaded rustls-native-certs v0.8.3
6842026-05-28T00:41:53.741Z Downloaded pkcs5 v0.7.1
6852026-05-28T00:41:53.746Z Downloaded pin-project v1.1.11
6862026-05-28T00:41:53.749Z Downloaded resolv-conf v0.7.6
6872026-05-28T00:41:53.753Z Downloaded progenitor-impl v0.11.2
6882026-05-28T00:41:53.753Z Downloaded seq-macro v0.3.6
6892026-05-28T00:41:53.753Z Downloaded serde-value v0.7.0
6902026-05-28T00:41:53.757Z Downloaded progenitor-impl v0.13.0
6912026-05-28T00:41:53.757Z Downloaded secrecy v0.10.3
6922026-05-28T00:41:53.757Z Downloaded papergrid v0.17.0
6932026-05-28T00:41:53.760Z Downloaded openssl-sys v0.9.115
6942026-05-28T00:41:53.764Z Downloaded clap_builder v4.6.0
6952026-05-28T00:41:53.768Z Downloaded miette v5.10.0
6962026-05-28T00:41:53.775Z Downloaded serde_bytes v0.11.19
6972026-05-28T00:41:53.775Z Downloaded jiff-static v0.2.21
6982026-05-28T00:41:53.780Z Downloaded semver v0.1.20
6992026-05-28T00:41:53.780Z Downloaded aes-gcm v0.10.3
7002026-05-28T00:41:53.780Z Downloaded rust-argon2 v2.1.0
7012026-05-28T00:41:53.780Z Downloaded hickory-resolver v0.24.4
7022026-05-28T00:41:53.788Z Downloaded serde_urlencoded v0.7.1
7032026-05-28T00:41:53.791Z Downloaded serde_regex v1.1.0
7042026-05-28T00:41:53.791Z Downloaded serde_plain v1.0.2
7052026-05-28T00:41:53.794Z Downloaded prettyplease v0.2.37
7062026-05-28T00:41:53.794Z Downloaded serde_spanned v1.0.4
7072026-05-28T00:41:53.799Z Downloaded serde_spanned v0.6.9
7082026-05-28T00:41:53.799Z Downloaded serde_repr v0.1.20
7092026-05-28T00:41:53.800Z Downloaded rustls-pemfile v2.2.0
7102026-05-28T00:41:53.806Z Downloaded quinn-udp v0.5.14
7112026-05-28T00:41:53.809Z Downloaded scroll v0.12.0
7122026-05-28T00:41:53.809Z Downloaded prefix-trie v0.7.0
7132026-05-28T00:41:53.809Z Downloaded signature v2.2.0
7142026-05-28T00:41:53.813Z Downloaded sct v0.7.1
7152026-05-28T00:41:53.813Z Downloaded scroll v0.13.0
7162026-05-28T00:41:53.813Z Downloaded rustls-pemfile v1.0.4
7172026-05-28T00:41:53.816Z Downloaded rustversion v1.0.22
7182026-05-28T00:41:53.816Z Downloaded signal-hook-mio v0.2.5
7192026-05-28T00:41:53.819Z Downloaded aho-corasick v1.1.4
7202026-05-28T00:41:53.822Z Downloaded shell-words v1.1.1
7212026-05-28T00:41:53.822Z Downloaded sha1 v0.10.6
7222026-05-28T00:41:53.824Z Downloaded postgres-types v0.2.12
7232026-05-28T00:41:53.825Z Downloaded similar-asserts v1.7.0
7242026-05-28T00:41:53.828Z Downloaded sigpipe v0.1.3
7252026-05-28T00:41:53.828Z Downloaded schemars_derive v0.8.22
7262026-05-28T00:41:53.828Z Downloaded num-bigint v0.4.6
7272026-05-28T00:41:53.830Z Downloaded serde_derive_internals v0.29.1
7282026-05-28T00:41:53.833Z Downloaded rustls-pki-types v1.14.0
7292026-05-28T00:41:53.833Z Downloaded signal-hook-tokio v0.3.1
7302026-05-28T00:41:53.833Z Downloaded rcgen v0.12.1
7312026-05-28T00:41:53.836Z Downloaded iri-string v0.7.10
7322026-05-28T00:41:53.839Z Downloaded slog-envlogger v2.2.0
7332026-05-28T00:41:53.842Z Downloaded siphasher v1.0.2
7342026-05-28T00:41:53.842Z Downloaded progenitor-impl v0.14.0
7352026-05-28T00:41:53.845Z Downloaded hashbrown v0.16.1
7362026-05-28T00:41:53.848Z Downloaded serde_tokenstream v0.2.3
7372026-05-28T00:41:53.848Z Downloaded itertools v0.10.5
7382026-05-28T00:41:53.851Z Downloaded itertools v0.13.0
7392026-05-28T00:41:53.856Z Downloaded serde-untagged v0.1.9
7402026-05-28T00:41:53.858Z Downloaded sec1 v0.7.3
7412026-05-28T00:41:53.858Z Downloaded serde_path_to_error v0.1.20
7422026-05-28T00:41:53.861Z Downloaded rusty-fork v0.3.1
7432026-05-28T00:41:53.861Z Downloaded futures-util v0.3.32
7442026-05-28T00:41:53.867Z Downloaded hashbrown v0.15.5
7452026-05-28T00:41:53.870Z Downloaded hashbrown v0.14.5
7462026-05-28T00:41:53.888Z Downloaded smawk v0.3.2
7472026-05-28T00:41:53.891Z Downloaded slog-bunyan v2.5.0
7482026-05-28T00:41:53.891Z Downloaded rand_distr v0.5.1
7492026-05-28T00:41:53.892Z Downloaded nom v7.1.3
7502026-05-28T00:41:53.892Z Downloaded indexmap v2.14.0
7512026-05-28T00:41:53.892Z Downloaded serde-hex v0.1.0
7522026-05-28T00:41:53.892Z Downloaded idna v1.1.0
7532026-05-28T00:41:53.892Z Downloaded icu_properties_data v2.1.2
7542026-05-28T00:41:53.903Z Downloaded ssh-encoding v0.2.0
7552026-05-28T00:41:53.903Z Downloaded sqlparser_derive v0.5.0
7562026-05-28T00:41:53.903Z Downloaded russh-keys v0.45.0
7572026-05-28T00:41:53.903Z Downloaded progenitor-impl v0.10.0
7582026-05-28T00:41:53.903Z Downloaded proc-macro2 v1.0.106
7592026-05-28T00:41:53.903Z Downloaded slab v0.4.12
7602026-05-28T00:41:53.903Z Downloaded serde_cbor v0.11.2
7612026-05-28T00:41:53.909Z Downloaded itertools v0.12.1
7622026-05-28T00:41:53.909Z Downloaded structmeta-derive v0.3.0
7632026-05-28T00:41:53.909Z Downloaded stable_deref_trait v1.2.1
7642026-05-28T00:41:53.909Z Downloaded slog-scope v4.4.1
7652026-05-28T00:41:53.912Z Downloaded strip-ansi-escapes v0.2.1
7662026-05-28T00:41:53.912Z Downloaded subtle v2.6.1
7672026-05-28T00:41:53.912Z Downloaded simd-adler32 v0.3.8
7682026-05-28T00:41:53.915Z Downloaded semver v1.0.28
7692026-05-28T00:41:53.915Z Downloaded ryu v1.0.23
7702026-05-28T00:41:53.918Z Downloaded signal-hook-registry v1.4.8
7712026-05-28T00:41:53.918Z Downloaded shlex v1.3.0
7722026-05-28T00:41:53.921Z Downloaded sha2 v0.10.9
7732026-05-28T00:41:53.921Z Downloaded slog-stdlog v4.1.1
7742026-05-28T00:41:53.921Z Downloaded quinn v0.11.9
7752026-05-28T00:41:53.924Z Downloaded ron v0.8.1
7762026-05-28T00:41:53.927Z Downloaded qorb v0.4.1
7772026-05-28T00:41:53.930Z Downloaded structmeta v0.3.0
7782026-05-28T00:41:53.930Z Downloaded smf v0.2.3
7792026-05-28T00:41:53.932Z Downloaded strum v0.26.3
7802026-05-28T00:41:53.933Z Downloaded strsim v0.11.1
7812026-05-28T00:41:53.933Z Downloaded slog-term v2.9.2
7822026-05-28T00:41:53.935Z Downloaded sync-ptr v0.1.4
7832026-05-28T00:41:53.935Z Downloaded supports-color v3.0.2
7842026-05-28T00:41:53.938Z Downloaded supports-unicode v2.1.0
7852026-05-28T00:41:53.939Z Downloaded take_mut v0.2.2
7862026-05-28T00:41:53.939Z Downloaded tabwriter v1.4.1
7872026-05-28T00:41:53.941Z Downloaded slog-json v2.6.1
7882026-05-28T00:41:53.941Z Downloaded rstest v0.25.0
7892026-05-28T00:41:53.944Z Downloaded spki v0.7.3
7902026-05-28T00:41:53.947Z Downloaded hyper v1.8.1
7912026-05-28T00:41:53.951Z Downloaded ssh-cipher v0.2.0
7922026-05-28T00:41:53.951Z Downloaded tagptr v0.2.0
7932026-05-28T00:41:53.951Z Downloaded rstest_macros v0.25.0
7942026-05-28T00:41:53.954Z Downloaded smallvec v0.6.14
7952026-05-28T00:41:53.954Z Downloaded tap v1.0.1
7962026-05-28T00:41:53.957Z Downloaded tabled_derive v0.11.0
7972026-05-28T00:41:53.958Z Downloaded rand v0.8.6
7982026-05-28T00:41:53.961Z Downloaded swrite v0.1.0
7992026-05-28T00:41:53.961Z Downloaded nom v8.0.0
8002026-05-28T00:41:53.964Z Downloaded rustls-platform-verifier v0.6.2
8012026-05-28T00:41:53.967Z Downloaded sqlformat v0.3.5
8022026-05-28T00:41:53.969Z Downloaded terminal_size v0.1.17
8032026-05-28T00:41:53.973Z Downloaded pretty_assertions v1.4.1
8042026-05-28T00:41:53.973Z Downloaded libxml v0.3.3
8052026-05-28T00:41:53.973Z Downloaded stringmetrics v2.2.2
8062026-05-28T00:41:53.977Z Downloaded sync_wrapper v1.0.2
8072026-05-28T00:41:53.977Z Downloaded static_assertions v1.1.0
8082026-05-28T00:41:53.977Z Downloaded terminal_size v0.4.3
8092026-05-28T00:41:53.981Z Downloaded schemars v0.8.22
8102026-05-28T00:41:53.984Z Downloaded support-bundle-viewer v0.1.2
8112026-05-28T00:41:53.984Z Downloaded slog-dtrace v0.3.0
8122026-05-28T00:41:53.987Z Downloaded mio v1.2.0
8132026-05-28T00:41:53.990Z Downloaded itertools v0.14.0
8142026-05-28T00:41:53.993Z Downloaded termtree v0.5.1
8152026-05-28T00:41:53.996Z Downloaded schemars v0.9.0
8162026-05-28T00:41:54.002Z Downloaded string_cache v0.8.9
8172026-05-28T00:41:54.006Z Downloaded thread-id v4.2.2
8182026-05-28T00:41:54.006Z Downloaded rand v0.9.2
8192026-05-28T00:41:54.006Z Downloaded serde_yaml v0.9.34+deprecated
8202026-05-28T00:41:54.009Z Downloaded pest v2.8.6
8212026-05-28T00:41:54.012Z Downloaded strum v0.27.2
8222026-05-28T00:41:54.012Z Downloaded testing_table v0.3.0
8232026-05-28T00:41:54.015Z Downloaded tinyvec_macros v0.1.1
8242026-05-28T00:41:54.015Z Downloaded thread-id v5.1.0
8252026-05-28T00:41:54.015Z Downloaded strum_macros v0.24.3
8262026-05-28T00:41:54.019Z Downloaded stringprep v0.1.5
8272026-05-28T00:41:54.019Z Downloaded serde_derive v1.0.228
8282026-05-28T00:41:54.022Z Downloaded serde_core v1.0.228
8292026-05-28T00:41:54.022Z Downloaded synstructure v0.13.2
8302026-05-28T00:41:54.022Z Downloaded termcolor v1.4.1
8312026-05-28T00:41:54.025Z Downloaded similar v2.7.0
8322026-05-28T00:41:54.028Z Downloaded tokio-macros v2.7.0
8332026-05-28T00:41:54.028Z Downloaded publicsuffix v2.3.0
8342026-05-28T00:41:54.031Z Downloaded h2 v0.4.13
8352026-05-28T00:41:54.034Z Downloaded termios v0.3.3
8362026-05-28T00:41:54.035Z Downloaded p521 v0.13.3
8372026-05-28T00:41:54.039Z Downloaded thiserror-impl-no-std v2.0.2
8382026-05-28T00:41:54.039Z Downloaded goblin v0.8.2
8392026-05-28T00:41:54.042Z Downloaded time-core v0.1.8
8402026-05-28T00:41:54.042Z Downloaded strum_macros v0.27.2
8412026-05-28T00:41:54.047Z Downloaded slog v2.8.2
8422026-05-28T00:41:54.052Z Downloaded snafu-derive v0.8.9
8432026-05-28T00:41:54.052Z Downloaded strum_macros v0.26.4
8442026-05-28T00:41:54.052Z Downloaded iddqd v0.4.1
8452026-05-28T00:41:54.055Z Downloaded tower-service v0.3.3
8462026-05-28T00:41:54.055Z Downloaded tower-layer v0.3.3
8472026-05-28T00:41:54.055Z Downloaded spin v0.9.8
8482026-05-28T00:41:54.058Z Downloaded smallvec v1.15.1
8492026-05-28T00:41:54.058Z Downloaded target-triple v1.0.0
8502026-05-28T00:41:54.058Z Downloaded stacker v0.1.23
8512026-05-28T00:41:54.061Z Downloaded serde_with_macros v3.17.0
8522026-05-28T00:41:54.064Z Downloaded rayon-core v1.13.0
8532026-05-28T00:41:54.064Z Downloaded socket2 v0.5.10
8542026-05-28T00:41:54.067Z Downloaded slog-async v2.8.0
8552026-05-28T00:41:54.067Z Downloaded topological-sort v0.2.2
8562026-05-28T00:41:54.067Z Downloaded tabled_derive v0.7.0
8572026-05-28T00:41:54.070Z Downloaded supports-hyperlinks v2.1.0
8582026-05-28T00:41:54.070Z Downloaded supports-color v2.1.0
8592026-05-28T00:41:54.070Z Downloaded signal-hook v0.3.18
8602026-05-28T00:41:54.074Z Downloaded thiserror-no-std v2.0.2
8612026-05-28T00:41:54.076Z Downloaded toml_datetime v0.6.11
8622026-05-28T00:41:54.079Z Downloaded tokio-test v0.4.5
8632026-05-28T00:41:54.079Z Downloaded thiserror-impl v1.0.69
8642026-05-28T00:41:54.079Z Downloaded trait-variant v0.1.2
8652026-05-28T00:41:54.083Z Downloaded russh v0.45.0
8662026-05-28T00:41:54.086Z Downloaded tls_codec_derive v0.4.2
8672026-05-28T00:41:54.086Z Downloaded target-spec v3.5.7
8682026-05-28T00:41:54.089Z Downloaded tinystr v0.8.2
8692026-05-28T00:41:54.089Z Downloaded hashbrown v0.17.0
8702026-05-28T00:41:54.093Z Downloaded thiserror v1.0.69
8712026-05-28T00:41:54.097Z Downloaded typify-macro v0.4.3
8722026-05-28T00:41:54.097Z Downloaded term v1.2.1
8732026-05-28T00:41:54.100Z Downloaded tokio-dtrace v0.1.1
8742026-05-28T00:41:54.100Z Downloaded aws-lc-rs v1.16.3
8752026-05-28T00:41:54.104Z Downloaded try-lock v0.2.5
8762026-05-28T00:41:54.107Z Downloaded thiserror v2.0.18
8772026-05-28T00:41:54.110Z Downloaded typeid v1.0.3
8782026-05-28T00:41:54.110Z Downloaded thiserror-impl v2.0.18
8792026-05-28T00:41:54.113Z Downloaded tokio-tungstenite v0.21.0
8802026-05-28T00:41:54.114Z Downloaded hkdf v0.12.4
8812026-05-28T00:41:54.114Z Downloaded unarray v0.1.4
8822026-05-28T00:41:54.116Z Downloaded unit-prefix v0.5.2
8832026-05-28T00:41:54.116Z Downloaded blake3 v1.8.3
8842026-05-28T00:41:54.120Z Downloaded socket2 v0.6.3
8852026-05-28T00:41:54.123Z Downloaded schemars v1.2.1
8862026-05-28T00:41:54.130Z Downloaded toml_writer v1.0.6+spec-1.1.0
8872026-05-28T00:41:54.133Z Downloaded toml_write v0.1.2
8882026-05-28T00:41:54.133Z Downloaded tiny-keccak v2.0.2
8892026-05-28T00:41:54.138Z Downloaded unicode-linebreak v0.1.5
8902026-05-28T00:41:54.138Z Downloaded tls_codec v0.4.2
8912026-05-28T00:41:54.138Z Downloaded rustls-webpki v0.103.9
8922026-05-28T00:41:54.143Z Downloaded untrusted v0.7.1
8932026-05-28T00:41:54.143Z Downloaded typify-macro v0.6.2
8942026-05-28T00:41:54.143Z Downloaded num-bigint-dig v0.8.6
8952026-05-28T00:41:54.146Z Downloaded time-macros v0.2.27
8962026-05-28T00:41:54.146Z Downloaded usdt-attr-macro v0.6.0
8972026-05-28T00:41:54.146Z Downloaded usdt v0.6.0
8982026-05-28T00:41:54.146Z Downloaded untrusted v0.9.0
8992026-05-28T00:41:54.149Z Downloaded usdt-macro v0.6.0
9002026-05-28T00:41:54.149Z Downloaded usdt-attr-macro v0.5.0
9012026-05-28T00:41:54.149Z Downloaded usdt v0.5.0
9022026-05-28T00:41:54.152Z Downloaded utf-8 v0.7.6
9032026-05-28T00:41:54.152Z Downloaded tempfile v3.25.0
9042026-05-28T00:41:54.152Z Downloaded rsa v0.9.10
9052026-05-28T00:41:54.155Z Downloaded target-lexicon v0.13.3
9062026-05-28T00:41:54.158Z Downloaded tinytemplate v1.2.1
9072026-05-28T00:41:54.158Z Downloaded unicode-xid v0.2.6
9082026-05-28T00:41:54.161Z Downloaded tui-tree-widget v0.23.1
9092026-05-28T00:41:54.161Z Downloaded tokio-native-tls v0.3.1
9102026-05-28T00:41:54.161Z Downloaded samael v0.0.19
9112026-05-28T00:41:54.164Z Downloaded utf8parse v0.2.2
9122026-05-28T00:41:54.167Z Downloaded universal-hash v0.5.1
9132026-05-28T00:41:54.167Z Downloaded utf8_iter v1.0.4
9142026-05-28T00:41:54.167Z Downloaded usdt-macro v0.5.0
9152026-05-28T00:41:54.172Z Downloaded tokio-rustls v0.25.0
9162026-05-28T00:41:54.172Z Downloaded subprocess v0.2.15
9172026-05-28T00:41:54.175Z Downloaded term v0.7.0
9182026-05-28T00:41:54.175Z Downloaded textwrap v0.16.2
9192026-05-28T00:41:54.175Z Downloaded tokio-rustls v0.24.1
9202026-05-28T00:41:54.178Z Downloaded serde v1.0.228
9212026-05-28T00:41:54.180Z Downloaded toml_datetime v1.0.0+spec-1.1.0
9222026-05-28T00:41:54.181Z Downloaded toml v0.8.23
9232026-05-28T00:41:54.181Z Downloaded bitvec v1.0.1
9242026-05-28T00:41:54.189Z Downloaded void v1.0.2
9252026-05-28T00:41:54.193Z Downloaded version_check v0.9.5
9262026-05-28T00:41:54.193Z Downloaded toml_parser v1.0.9+spec-1.1.0
9272026-05-28T00:41:54.193Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9282026-05-28T00:41:54.196Z Downloaded rustyline v14.0.0
9292026-05-28T00:41:54.200Z Downloaded libm v0.2.16
9302026-05-28T00:41:54.203Z Downloaded snafu v0.8.9
9312026-05-28T00:41:54.206Z Downloaded wait-timeout v0.2.1
9322026-05-28T00:41:54.209Z Downloaded thread_local v1.1.9
9332026-05-28T00:41:54.209Z Downloaded rand v0.10.0
9342026-05-28T00:41:54.218Z Downloaded usdt-impl v0.5.0
9352026-05-28T00:41:54.221Z Downloaded xshell-macros v0.2.7
9362026-05-28T00:41:54.221Z Downloaded xattr v1.6.1
9372026-05-28T00:41:54.224Z Downloaded waitgroup v0.1.2
9382026-05-28T00:41:54.227Z Downloaded unicase v2.9.0
9392026-05-28T00:41:54.227Z Downloaded reedline v0.40.0
9402026-05-28T00:41:54.231Z Downloaded yoke-derive v0.8.1
9412026-05-28T00:41:54.234Z Downloaded tokio-rustls v0.26.4
9422026-05-28T00:41:54.238Z Downloaded tokio-stream v0.1.18
9432026-05-28T00:41:54.244Z Downloaded unicode-truncate v1.1.0
9442026-05-28T00:41:54.248Z Downloaded usdt-impl v0.6.0
9452026-05-28T00:41:54.248Z Downloaded tokio-tungstenite v0.23.1
9462026-05-28T00:41:54.251Z Downloaded toml v0.9.12+spec-1.1.0
9472026-05-28T00:41:54.259Z Downloaded vergen-lib v0.1.6
9482026-05-28T00:41:54.262Z Downloaded bindgen v0.71.1
9492026-05-28T00:41:54.262Z Downloaded zone_cfg_derive v0.3.1
9502026-05-28T00:41:54.262Z Downloaded zone v0.3.1
9512026-05-28T00:41:54.266Z Downloaded zerofrom v0.1.6
9522026-05-28T00:41:54.269Z Downloaded textwrap v0.15.2
9532026-05-28T00:41:54.269Z Downloaded walkdir v2.5.0
9542026-05-28T00:41:54.272Z Downloaded test-strategy v0.4.5
9552026-05-28T00:41:54.276Z Downloaded twox-hash v2.1.2
9562026-05-28T00:41:54.276Z Downloaded tracing-attributes v0.1.31
9572026-05-28T00:41:54.279Z Downloaded zeroize_derive v1.4.3
9582026-05-28T00:41:54.282Z Downloaded vergen-gitcl v1.0.8
9592026-05-28T00:41:54.283Z Downloaded whoami v1.6.1
9602026-05-28T00:41:54.286Z Downloaded uzers v0.12.2
9612026-05-28T00:41:54.287Z Downloaded want v0.3.1
9622026-05-28T00:41:54.290Z Downloaded writeable v0.6.2
9632026-05-28T00:41:54.291Z Downloaded whoami v2.1.0
9642026-05-28T00:41:54.294Z Downloaded trybuild v1.0.116
9652026-05-28T00:41:54.298Z Downloaded tracing-core v0.1.36
9662026-05-28T00:41:54.302Z Downloaded tungstenite v0.21.0
9672026-05-28T00:41:54.312Z Downloaded zeroize v1.8.2
9682026-05-28T00:41:54.315Z Downloaded vergen-git2 v1.0.7
9692026-05-28T00:41:54.318Z Downloaded portable-atomic v1.13.1
9702026-05-28T00:41:54.321Z Downloaded unicode-properties v0.1.4
9712026-05-28T00:41:54.324Z Downloaded plotters v0.3.7
9722026-05-28T00:41:54.328Z Downloaded zstd v0.13.3
9732026-05-28T00:41:54.331Z Downloaded zerovec-derive v0.11.2
9742026-05-28T00:41:54.331Z Downloaded zerofrom-derive v0.1.6
9752026-05-28T00:41:54.335Z Downloaded unicode-ident v1.0.24
9762026-05-28T00:41:54.335Z Downloaded zmij v1.0.21
9772026-05-28T00:41:54.335Z Downloaded reqwest v0.12.28
9782026-05-28T00:41:54.338Z Downloaded ucd-trie v0.1.7
9792026-05-28T00:41:54.341Z Downloaded toml_edit v0.22.27
9802026-05-28T00:41:54.341Z Downloaded tar v0.4.45
9812026-05-28T00:41:54.344Z Downloaded yoke v0.8.1
9822026-05-28T00:41:54.344Z Downloaded unicode-bidi v0.3.18
9832026-05-28T00:41:54.347Z Downloaded zstd-safe v7.2.4
9842026-05-28T00:41:54.347Z Downloaded xshell v0.2.7
9852026-05-28T00:41:54.350Z Downloaded rpassword v7.4.0
9862026-05-28T00:41:54.350Z Downloaded toml v0.7.8
9872026-05-28T00:41:54.353Z Downloaded toml v1.0.6+spec-1.1.0
9882026-05-28T00:41:54.353Z Downloaded steno v0.4.1
9892026-05-28T00:41:54.356Z Downloaded moka v0.12.13
9902026-05-28T00:41:54.360Z Downloaded typenum v1.19.0
9912026-05-28T00:41:54.363Z Downloaded uuid v1.23.0
9922026-05-28T00:41:54.366Z Downloaded zerocopy v0.6.6
9932026-05-28T00:41:54.366Z Downloaded regex v1.12.3
9942026-05-28T00:41:54.369Z Downloaded tungstenite v0.23.0
9952026-05-28T00:41:54.372Z Downloaded zerocopy-derive v0.7.35
9962026-05-28T00:41:54.375Z Downloaded typify v0.6.2
9972026-05-28T00:41:54.378Z Downloaded typify v0.4.3
9982026-05-28T00:41:54.381Z Downloaded toml_edit v0.19.15
9992026-05-28T00:41:54.387Z Downloaded vergen v9.0.6
10002026-05-28T00:41:54.390Z Downloaded p384 v0.13.1
10012026-05-28T00:41:54.393Z Downloaded wyz v0.5.1
10022026-05-28T00:41:54.393Z Downloaded tinyvec v1.10.0
10032026-05-28T00:41:54.401Z Downloaded toml_edit v0.23.10+spec-1.0.0
10042026-05-28T00:41:54.408Z Downloaded unsafe-libyaml v0.2.11
10052026-05-28T00:41:54.411Z Downloaded vsss-rs v3.3.4
10062026-05-28T00:41:54.415Z Downloaded quick-xml v0.37.5
10072026-05-28T00:41:54.418Z Downloaded ssh-key v0.6.7
10082026-05-28T00:41:54.422Z Downloaded rustls-webpki v0.101.7
10092026-05-28T00:41:54.430Z Downloaded zopfli v0.8.3
10102026-05-28T00:41:54.433Z Downloaded salty v0.3.0
10112026-05-28T00:41:54.436Z Downloaded unicode_categories v0.1.1
10122026-05-28T00:41:54.439Z Downloaded curve25519-dalek v4.1.3
10132026-05-28T00:41:54.442Z Downloaded tower v0.5.3
10142026-05-28T00:41:54.447Z Downloaded gimli v0.32.3
10152026-05-28T00:41:54.453Z Downloaded vte v0.14.1
10162026-05-28T00:41:54.458Z Downloaded proptest v1.10.0
10172026-05-28T00:41:54.467Z Downloaded reqwest v0.13.2
10182026-05-28T00:41:54.476Z Downloaded yasna v0.5.2
10192026-05-28T00:41:54.480Z Downloaded goblin v0.10.5
10202026-05-28T00:41:54.483Z Downloaded object v0.30.4
10212026-05-28T00:41:54.509Z Downloaded x509-cert v0.2.5
10222026-05-28T00:41:54.520Z Downloaded quinn-proto v0.11.13
10232026-05-28T00:41:54.529Z Downloaded serde_with v3.17.0
10242026-05-28T00:41:54.535Z Downloaded yansi v1.0.1
10252026-05-28T00:41:54.538Z Downloaded lalrpop v0.19.12
10262026-05-28T00:41:54.542Z Downloaded git2 v0.20.4
10272026-05-28T00:41:54.548Z Downloaded url v2.5.8
10282026-05-28T00:41:54.551Z Downloaded unicode-normalization v0.1.25
10292026-05-28T00:41:54.555Z Downloaded zip v4.6.1
10302026-05-28T00:41:54.559Z Downloaded zerotrie v0.2.3
10312026-05-28T00:41:54.560Z Downloaded serde_json v1.0.149
10322026-05-28T00:41:54.566Z Downloaded polar-core v0.27.3
10332026-05-28T00:41:54.569Z Downloaded rayon v1.11.0
10342026-05-28T00:41:54.572Z Downloaded zip v0.6.6
10352026-05-28T00:41:54.575Z Downloaded tower-http v0.6.8
10362026-05-28T00:41:54.578Z Downloaded tokio-postgres v0.7.16
10372026-05-28T00:41:54.581Z Downloaded radix_trie v0.2.1
10382026-05-28T00:41:54.584Z Downloaded nix v0.29.0
10392026-05-28T00:41:54.609Z Downloaded tabled v0.15.0
10402026-05-28T00:41:54.623Z Downloaded petname v2.0.2
10412026-05-28T00:41:54.626Z Downloaded hickory-proto v0.24.4
10422026-05-28T00:41:54.635Z Downloaded winnow v0.6.26
10432026-05-28T00:41:54.640Z Downloaded zerocopy-derive v0.8.40
10442026-05-28T00:41:54.653Z Downloaded typed-path v0.9.3
10452026-05-28T00:41:54.657Z Downloaded diesel v2.3.7
10462026-05-28T00:41:54.667Z Downloaded rustls-webpki v0.102.8
10472026-05-28T00:41:54.678Z Downloaded tough v0.22.0
10482026-05-28T00:41:54.682Z Downloaded regress v0.10.5
10492026-05-28T00:41:54.689Z Downloaded vcpkg v0.2.15
10502026-05-28T00:41:54.730Z Downloaded tokio-util v0.7.18
10512026-05-28T00:41:54.730Z Downloaded syn v2.0.117
10522026-05-28T00:41:54.730Z Downloaded regress v0.11.1
10532026-05-28T00:41:54.730Z Downloaded regex-syntax v0.8.10
10542026-05-28T00:41:54.734Z Downloaded zerovec v0.11.5
10552026-05-28T00:41:54.737Z Downloaded dropshot v0.16.7
10562026-05-28T00:41:54.748Z Downloaded rustls v0.23.37
10572026-05-28T00:41:54.755Z Downloaded rustls v0.22.4
10582026-05-28T00:41:54.778Z Downloaded smoltcp v0.9.1
10592026-05-28T00:41:54.786Z Downloaded zerocopy v0.7.35
10602026-05-28T00:41:54.786Z Downloaded nix v0.27.1
10612026-05-28T00:41:54.789Z Downloaded bstr v1.12.1
10622026-05-28T00:41:54.789Z Downloaded winnow v0.5.40
10632026-05-28T00:41:54.793Z Downloaded unicode-segmentation v1.12.0
10642026-05-28T00:41:54.796Z Downloaded dropshot v0.17.0
10652026-05-28T00:41:54.810Z Downloaded tabled v0.20.0
10662026-05-28T00:41:54.820Z Downloaded sled v0.34.7
10672026-05-28T00:41:54.828Z Downloaded regex-syntax v0.6.29
10682026-05-28T00:41:54.831Z Downloaded ratatui v0.29.0
10692026-05-28T00:41:54.843Z Downloaded nix v0.28.0
10702026-05-28T00:41:54.857Z Downloaded chrono-tz v0.10.4
10712026-05-28T00:41:54.871Z Downloaded zerocopy-derive v0.6.6
10722026-05-28T00:41:54.877Z Downloaded syn v1.0.109
10732026-05-28T00:41:54.883Z Downloaded time v0.3.47
10742026-05-28T00:41:54.890Z Downloaded petgraph v0.6.5
10752026-05-28T00:41:54.901Z Downloaded winnow v0.7.14
10762026-05-28T00:41:54.906Z Downloaded object v0.37.3
10772026-05-28T00:41:54.913Z Downloaded csv v1.4.0
10782026-05-28T00:41:54.925Z Downloaded openssl v0.10.79
10792026-05-28T00:41:54.931Z Downloaded rustls v0.21.12
10802026-05-28T00:41:54.937Z Downloaded nix v0.31.2
10812026-05-28T00:41:54.943Z Downloaded libz-sys v1.1.24
10822026-05-28T00:41:54.964Z Downloaded tokio v1.52.1
10832026-05-28T00:41:54.986Z Downloaded zlib-rs v0.6.2
10842026-05-28T00:41:54.989Z Downloaded webpki-roots v1.0.6
10852026-05-28T00:41:54.992Z Downloaded openapiv3 v2.2.0
10862026-05-28T00:41:54.998Z Downloaded unicode-width v0.2.0
10872026-05-28T00:41:55.002Z Downloaded unicode-width v0.1.14
10882026-05-28T00:41:55.006Z Downloaded zerocopy v0.8.40
10892026-05-28T00:41:55.011Z Downloaded smoltcp v0.11.0
10902026-05-28T00:41:55.017Z Downloaded hickory-proto v0.25.2
10912026-05-28T00:41:55.027Z Downloaded rustix v0.38.44
10922026-05-28T00:41:55.061Z Downloaded ring v0.17.14
10932026-05-28T00:41:55.105Z Downloaded rustix v1.1.3
10942026-05-28T00:41:55.143Z Downloaded sqlparser v0.61.0
10952026-05-28T00:41:55.163Z Downloaded bzip2-sys v0.1.13+1.0.8
10962026-05-28T00:41:55.194Z Downloaded tracing v0.1.44
10972026-05-28T00:41:55.207Z Downloaded typify-impl v0.6.2
10982026-05-28T00:41:55.217Z Downloaded typify-impl v0.4.3
10992026-05-28T00:41:55.250Z Downloaded regex-automata v0.4.14
11002026-05-28T00:41:55.322Z Downloaded jiff v0.2.21
11012026-05-28T00:41:55.359Z Downloaded libc v0.2.185
11022026-05-28T00:41:55.380Z Downloaded petgraph v0.8.3
11032026-05-28T00:41:55.416Z Downloaded sha3 v0.10.8
11042026-05-28T00:41:55.420Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11052026-05-28T00:41:55.533Z Downloaded encoding_rs v0.8.35
11062026-05-28T00:41:55.595Z Downloaded httpmock v0.8.3
11072026-05-28T00:41:55.627Z Downloaded libgit2-sys v0.18.3+1.9.2
11082026-05-28T00:41:56.202Z Downloaded aws-lc-sys v0.40.0
11092026-05-28T00:41:56.632Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11102026-05-28T00:42:02.150Z Startup: Refreshing catalog 'helios' ... Done
11112026-05-28T00:42:02.220Z Startup: Caching catalogs ... Done
11122026-05-28T00:42:02.488ZPlanning: Solver setup ... Done (0.226s)
11132026-05-28T00:42:02.507ZPlanning: Running solver ... Done (0.019s)
11142026-05-28T00:42:02.513ZPlanning: Finding local manifests ... Done (0.003s)
11152026-05-28T00:42:02.524ZPlanning: Fetching manifests: 0/2 0% complete
11162026-05-28T00:42:02.545ZPlanning: Fetching manifests: 2/2 100% complete
11172026-05-28T00:42:02.559ZPlanning: Package planning ... Done (0.014s)
11182026-05-28T00:42:02.563ZPlanning: Merging actions ... Done (0.002s)
11192026-05-28T00:42:02.755ZPlanning: Checking for conflicting actions ... Done (0.195s)
11202026-05-28T00:42:02.758ZPlanning: Consolidating action changes ... Done (0.001s)
11212026-05-28T00:42:03.618ZPlanning: Evaluating mediators ... Done (0.862s)
11222026-05-28T00:42:03.621ZPlanning: Planning completed in 1.38 seconds
11232026-05-28T00:42:03.628Z Packages to install: 2
11242026-05-28T00:42:03.628Z Estimated space available: 155.71 GB
11252026-05-28T00:42:03.628ZEstimated space to be consumed: 22.53 MB
11262026-05-28T00:42:03.631Z Create boot environment: No
11272026-05-28T00:42:03.631ZCreate backup boot environment: No
11282026-05-28T00:42:03.631Z Rebuild boot archive: No
11292026-05-28T00:42:03.631Z
11302026-05-28T00:42:03.631ZChanged packages:
11312026-05-28T00:42:03.631Zhelios
11322026-05-28T00:42:03.631Z developer/build-essential
11332026-05-28T00:42:03.631Z None -> 11-3.0
11342026-05-28T00:42:03.631Z library/libxmlsec1
11352026-05-28T00:42:03.631Z None -> 1.2.35-3.0
11362026-05-28T00:42:03.653Z
11372026-05-28T00:42:03.653ZDownload: 0/214 items 0.0/1.3MB 0% complete
11382026-05-28T00:42:04.146ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
11392026-05-28T00:42:04.251Z Actions: 1/268 actions (Installing new actions)
11402026-05-28T00:42:04.290Z Actions: Completed 268 actions in 0.04 seconds.
11412026-05-28T00:42:04.325ZFinalize: Updating package state database ... Done (0.034s)
11422026-05-28T00:42:04.326ZFinalize: Updating package cache ... Done (0.000s)
11432026-05-28T00:42:04.343ZFinalize: Updating image state ... Done (0.019s)
11442026-05-28T00:42:06.900ZFinalize: Creating fast lookup database ... Done (2.532s)
11452026-05-28T00:42:06.970ZFinalize: Reading search index ... Done (0.012s)
11462026-05-28T00:42:06.973ZFinalize: Updating search index ... Done (0.000s)
11472026-05-28T00:42:07.053ZFinalize: Updating package cache ... Done (0.000s)
11482026-05-28T00:42:07.362ZPlanning: Evaluating mediator changes ... Done
11492026-05-28T00:42:07.466ZPlanning: Checking for conflicting actions ... Done
11502026-05-28T00:42:07.469ZPlanning: Consolidating action changes ... Done
11512026-05-28T00:42:07.627ZPlanning: Evaluating mediators ... Done
11522026-05-28T00:42:07.630ZPlanning: Planning completed in 0.27 seconds
11532026-05-28T00:42:07.652Z Mediators to change: 2
11542026-05-28T00:42:07.652Z Create boot environment: No
11552026-05-28T00:42:07.657ZCreate backup boot environment: No
11562026-05-28T00:42:07.721ZFinalize: Updating package state database ... Done
11572026-05-28T00:42:07.721ZFinalize: Updating package cache ... Done
11582026-05-28T00:42:07.732ZFinalize: Updating image state ... Done
11592026-05-28T00:42:09.673ZFinalize: Creating fast lookup database ... Done
11602026-05-28T00:42:09.741ZFinalize: Reading search index ... Done
11612026-05-28T00:42:09.743ZFinalize: Updating search index ... Done
11622026-05-28T00:42:09.818ZFinalize: Updating package cache ... Done
11632026-05-28T00:42:10.122ZPlanning: Evaluating mediator changes ... Done
11642026-05-28T00:42:10.211ZPlanning: Checking for conflicting actions ... Done
11652026-05-28T00:42:10.216ZPlanning: Consolidating action changes ... Done
11662026-05-28T00:42:10.373ZPlanning: Evaluating mediators ... Done
11672026-05-28T00:42:10.380ZPlanning: Planning completed in 0.26 seconds
11682026-05-28T00:42:10.412Z Mediators to change: 1
11692026-05-28T00:42:10.412Z Create boot environment: No
11702026-05-28T00:42:10.412ZCreate backup boot environment: No
11712026-05-28T00:42:10.454ZFinalize: Updating package state database ... Done
11722026-05-28T00:42:10.454ZFinalize: Updating package cache ... Done
11732026-05-28T00:42:10.482ZFinalize: Updating image state ... Done
11742026-05-28T00:42:12.388ZFinalize: Creating fast lookup database ... Done
11752026-05-28T00:42:12.451ZFinalize: Reading search index ... Done
11762026-05-28T00:42:12.454ZFinalize: Updating search index ... Done
11772026-05-28T00:42:12.524ZFinalize: Updating package cache ... Done
11782026-05-28T00:42:12.835ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11792026-05-28T00:42:12.835Zapache system 2.4 system
11802026-05-28T00:42:12.835Zclang system 15 system
11812026-05-28T00:42:12.835Zcsh system system illumos
11822026-05-28T00:42:12.835Zctags system system illumos
11832026-05-28T00:42:12.835Zfile vendor vendor darwinsys
11842026-05-28T00:42:12.835Zfile system system illumos
11852026-05-28T00:42:12.835Zgcc vendor 14 vendor
11862026-05-28T00:42:12.835Zgcc system 13 system
11872026-05-28T00:42:12.835Zgcc system 10 system
11882026-05-28T00:42:12.835Zgo system 1.25 system
11892026-05-28T00:42:12.835Zllvm system 15 system
11902026-05-28T00:42:12.836Zmariadb system 11.4 system
11912026-05-28T00:42:12.836Zmta vendor vendor dma
11922026-05-28T00:42:12.836Zopenjdk system 17 system
11932026-05-28T00:42:12.836Zopenjdk system 11 system
11942026-05-28T00:42:12.836Zopenssl vendor 3 vendor
11952026-05-28T00:42:12.836Zperl system 5.40 system
11962026-05-28T00:42:12.836Zpostgresql system 18 system
11972026-05-28T00:42:12.836Zpostgresql system 17 system
11982026-05-28T00:42:12.836Zpython vendor 3 vendor
11992026-05-28T00:42:12.836Zpython system 2 system
12002026-05-28T00:42:12.836Zpython3 vendor 3.13 vendor
12012026-05-28T00:42:12.836Zruby system 3.4 system
12022026-05-28T00:42:12.836Zruby system 3.0 system
12032026-05-28T00:42:12.836Zwords vendor vendor american-english
12042026-05-28T00:42:12.836Zwords system system australian-english
12052026-05-28T00:42:12.836Zwords system system british-english
12062026-05-28T00:42:12.836Zwords system system canadian-english
12072026-05-28T00:42:12.836Zwords system system french
12082026-05-28T00:42:12.836Zwords system system italian
12092026-05-28T00:42:12.836Zwords system system ngerman
12102026-05-28T00:42:12.836Zwords system system ogerman
12112026-05-28T00:42:12.836Zwords system system spanish
12122026-05-28T00:42:13.089ZPUBLISHER TYPE STATUS P LOCATION
12132026-05-28T00:42:13.089Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12142026-05-28T00:42:13.372ZFMRI IFO
12152026-05-28T00:42:13.372Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12162026-05-28T00:42:13.372Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12172026-05-28T00:42:13.372Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12182026-05-28T00:42:13.372Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12192026-05-28T00:42:13.372Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12202026-05-28T00:42:13.372Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12212026-05-28T00:42:13.372Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12222026-05-28T00:42:13.372Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12232026-05-28T00:42:13.372Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12242026-05-28T00:42:13.951Z Downloading crates ...
12252026-05-28T00:42:14.016Z Downloaded cargo_toml v0.21.0
12262026-05-28T00:42:14.062Z Compiling proc-macro2 v1.0.106
12272026-05-28T00:42:14.066Z Compiling unicode-ident v1.0.24
12282026-05-28T00:42:14.066Z Compiling quote v1.0.45
12292026-05-28T00:42:14.066Z Compiling serde_core v1.0.228
12302026-05-28T00:42:14.066Z Compiling libc v0.2.185
12312026-05-28T00:42:14.066Z Compiling version_check v0.9.5
12322026-05-28T00:42:14.066Z Compiling memchr v2.8.0
12332026-05-28T00:42:14.066Z Compiling stable_deref_trait v1.2.1
12342026-05-28T00:42:14.066Z Compiling serde v1.0.228
12352026-05-28T00:42:14.066Z Compiling zmij v1.0.21
12362026-05-28T00:42:14.151Z Compiling itoa v1.0.17
12372026-05-28T00:42:14.155Z Compiling autocfg v1.5.0
12382026-05-28T00:42:14.155Z Compiling ucd-trie v0.1.7
12392026-05-28T00:42:14.155Z Compiling thiserror v1.0.69
12402026-05-28T00:42:14.155Z Compiling litemap v0.8.1
12412026-05-28T00:42:14.383Z Compiling writeable v0.6.2
12422026-05-28T00:42:14.416Z Compiling byteorder v1.5.0
12432026-05-28T00:42:14.427Z Compiling rustix v1.1.3
12442026-05-28T00:42:14.451Z Compiling icu_normalizer_data v2.1.1
12452026-05-28T00:42:14.536Z Compiling icu_properties_data v2.1.2
12462026-05-28T00:42:14.592Z Compiling pest v2.8.6
12472026-05-28T00:42:14.663Z Compiling serde_json v1.0.149
12482026-05-28T00:42:14.735Z Compiling bitflags v2.11.0
12492026-05-28T00:42:14.864Z Compiling num-traits v0.2.19
12502026-05-28T00:42:14.874Z Compiling hashbrown v0.17.0
12512026-05-28T00:42:14.927Z Compiling equivalent v1.0.2
12522026-05-28T00:42:14.980Z Compiling smallvec v1.15.1
12532026-05-28T00:42:14.993Z Compiling typeid v1.0.3
12542026-05-28T00:42:14.996Z Compiling proc-macro-error-attr v1.0.4
12552026-05-28T00:42:15.003Z Compiling usdt-impl v0.5.0
12562026-05-28T00:42:15.044Z Compiling erased-serde v0.4.9
12572026-05-28T00:42:15.170Z Compiling winnow v0.7.14
12582026-05-28T00:42:15.173Z Compiling toml_write v0.1.2
12592026-05-28T00:42:15.230Z Compiling syn v1.0.109
12602026-05-28T00:42:15.265Z Compiling proc-macro-error v1.0.4
12612026-05-28T00:42:15.269Z Compiling utf8parse v0.2.2
12622026-05-28T00:42:15.287Z Compiling thiserror v2.0.18
12632026-05-28T00:42:15.300Z Compiling errno v0.3.14
12642026-05-28T00:42:15.319Z Compiling thread-id v4.2.2
12652026-05-28T00:42:15.425Z Compiling log v0.4.29
12662026-05-28T00:42:15.447Z Compiling camino v1.2.2
12672026-05-28T00:42:15.464Z Compiling plain v0.2.3
12682026-05-28T00:42:15.475Z Compiling utf8_iter v1.0.4
12692026-05-28T00:42:15.557Z Compiling indexmap v2.14.0
12702026-05-28T00:42:15.590Z Compiling percent-encoding v2.3.2
12712026-05-28T00:42:15.630Z Compiling getrandom v0.4.1
12722026-05-28T00:42:15.676Z Compiling anstyle-parse v1.0.0
12732026-05-28T00:42:15.762Z Compiling pest_meta v2.8.6
12742026-05-28T00:42:15.803Z Compiling form_urlencoded v1.2.2
12752026-05-28T00:42:15.876Z Compiling syn v2.0.117
12762026-05-28T00:42:15.929Z Compiling is_terminal_polyfill v1.70.2
12772026-05-28T00:42:15.942Z Compiling colorchoice v1.0.4
12782026-05-28T00:42:15.955Z Compiling ordered-float v2.10.1
12792026-05-28T00:42:15.967Z Compiling cfg-if v1.0.4
12802026-05-28T00:42:16.006Z Compiling pretty-hex v0.4.1
12812026-05-28T00:42:16.037Z Compiling anstyle-query v1.1.5
12822026-05-28T00:42:16.048Z Compiling anstyle v1.0.14
12832026-05-28T00:42:16.162Z Compiling fs-err v3.3.0
12842026-05-28T00:42:16.173Z Compiling fastrand v2.3.0
12852026-05-28T00:42:16.185Z Compiling unicode-xid v0.2.6
12862026-05-28T00:42:16.197Z Compiling strsim v0.11.1
12872026-05-28T00:42:16.222Z Compiling anstream v1.0.0
12882026-05-28T00:42:16.240Z Compiling bytecount v0.6.9
12892026-05-28T00:42:16.287Z Compiling once_cell v1.21.3
12902026-05-28T00:42:16.325Z Compiling terminal_size v0.4.3
12912026-05-28T00:42:16.370Z Compiling heck v0.5.0
12922026-05-28T00:42:16.388Z Compiling fnv v1.0.7
12932026-05-28T00:42:16.421Z Compiling clap_lex v1.0.0
12942026-05-28T00:42:16.452Z Compiling unicode-width v0.1.14
12952026-05-28T00:42:16.478Z Compiling anyhow v1.0.102
12962026-05-28T00:42:16.496Z Compiling heck v0.4.1
12972026-05-28T00:42:16.515Z Compiling tempfile v3.25.0
12982026-05-28T00:42:16.557Z Compiling memmap v0.7.0
12992026-05-28T00:42:16.622Z Compiling clap_builder v4.6.0
13002026-05-28T00:42:16.750Z Compiling semver v1.0.28
13012026-05-28T00:42:16.776Z Compiling papergrid v0.11.0
13022026-05-28T00:42:16.777Z Compiling unicode-width v0.2.0
13032026-05-28T00:42:16.810Z Compiling smawk v0.3.2
13042026-05-28T00:42:16.843Z Compiling unicode-linebreak v0.1.5
13052026-05-28T00:42:16.959Z Compiling swrite v0.1.0
13062026-05-28T00:42:17.073Z Compiling serde-untagged v0.1.9
13072026-05-28T00:42:17.093Z Compiling textwrap v0.16.2
13082026-05-28T00:42:17.105Z Compiling camino-tempfile v1.4.1
13092026-05-28T00:42:17.157Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13102026-05-28T00:42:17.565Z Compiling tabled_derive v0.7.0
13112026-05-28T00:42:18.268Z Compiling tabled v0.15.0
13122026-05-28T00:42:18.441Z Compiling synstructure v0.13.2
13132026-05-28T00:42:18.441Z Compiling pest_generator v2.8.6
13142026-05-28T00:42:18.943Z Compiling serde_derive v1.0.228
13152026-05-28T00:42:18.943Z Compiling zerofrom-derive v0.1.6
13162026-05-28T00:42:18.946Z Compiling yoke-derive v0.8.1
13172026-05-28T00:42:18.946Z Compiling zerovec-derive v0.11.2
13182026-05-28T00:42:18.946Z Compiling displaydoc v0.2.5
13192026-05-28T00:42:18.946Z Compiling thiserror-impl v1.0.69
13202026-05-28T00:42:18.946Z Compiling zerocopy-derive v0.7.35
13212026-05-28T00:42:18.946Z Compiling scroll_derive v0.12.1
13222026-05-28T00:42:18.946Z Compiling thiserror-impl v2.0.18
13232026-05-28T00:42:18.946Z Compiling clap_derive v4.6.1
13242026-05-28T00:42:19.002Z Compiling pest_derive v2.8.6
13252026-05-28T00:42:19.554Z Compiling scroll v0.12.0
13262026-05-28T00:42:19.745Z Compiling zerocopy v0.7.35
13272026-05-28T00:42:19.777Z Compiling goblin v0.8.2
13282026-05-28T00:42:19.978Z Compiling zerofrom v0.1.6
13292026-05-28T00:42:20.071Z Compiling yoke v0.8.1
13302026-05-28T00:42:20.136Z Compiling dtrace-parser v0.2.0
13312026-05-28T00:42:20.214Z Compiling zerovec v0.11.5
13322026-05-28T00:42:20.214Z Compiling zerotrie v0.2.3
13332026-05-28T00:42:20.351Z Compiling clap v4.6.1
13342026-05-28T00:42:20.632Z Compiling tinystr v0.8.2
13352026-05-28T00:42:20.632Z Compiling potential_utf v0.1.4
13362026-05-28T00:42:20.736Z Compiling icu_collections v2.1.1
13372026-05-28T00:42:20.773Z Compiling icu_locale_core v2.1.1
13382026-05-28T00:42:21.336Z Compiling icu_provider v2.1.1
13392026-05-28T00:42:21.433Z Compiling toml_datetime v0.6.11
13402026-05-28T00:42:21.433Z Compiling serde_spanned v0.6.9
13412026-05-28T00:42:21.436Z Compiling serde-value v0.7.0
13422026-05-28T00:42:21.436Z Compiling cargo-platform v0.2.0
13432026-05-28T00:42:21.437Z Compiling macaddr v1.0.1
13442026-05-28T00:42:21.445Z Compiling dof v0.3.0
13452026-05-28T00:42:21.452Z Compiling serde_tokenstream v0.2.3
13462026-05-28T00:42:21.521Z Compiling icu_properties v2.1.2
13472026-05-28T00:42:21.521Z Compiling icu_normalizer v2.1.1
13482026-05-28T00:42:21.600Z Compiling toml_edit v0.22.27
13492026-05-28T00:42:22.149Z Compiling usdt-attr-macro v0.5.0
13502026-05-28T00:42:22.152Z Compiling usdt-macro v0.5.0
13512026-05-28T00:42:22.325Z Compiling idna_adapter v1.2.1
13522026-05-28T00:42:22.424Z Compiling idna v1.1.0
13532026-05-28T00:42:22.683Z Compiling url v2.5.8
13542026-05-28T00:42:22.724Z Compiling usdt v0.5.0
13552026-05-28T00:42:22.867Z Compiling toml v0.8.23
13562026-05-28T00:42:23.194Z Compiling cargo-util-schemas v0.8.2
13572026-05-28T00:42:23.194Z Compiling cargo_toml v0.21.0
13582026-05-28T00:42:23.963Z Compiling cargo_metadata v0.21.0
13592026-05-28T00:42:24.884Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13602026-05-28T00:42:26.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
13612026-05-28T00:42:27.048Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13622026-05-28T00:42:27.837Z Compiling libc v0.2.185
13632026-05-28T00:42:27.837Z Compiling serde v1.0.228
13642026-05-28T00:42:27.861Z Compiling log v0.4.29
13652026-05-28T00:42:27.861Z Compiling shlex v1.3.0
13662026-05-28T00:42:27.861Z Compiling find-msvc-tools v0.1.9
13672026-05-28T00:42:27.861Z Compiling smallvec v1.15.1
13682026-05-28T00:42:27.861Z Compiling typenum v1.19.0
13692026-05-28T00:42:27.861Z Compiling subtle v2.6.1
13702026-05-28T00:42:27.959Z Compiling generic-array v0.14.7
13712026-05-28T00:42:27.966Z Compiling scopeguard v1.2.0
13722026-05-28T00:42:27.987Z Compiling const-oid v0.9.6
13732026-05-28T00:42:28.051Z Compiling serde_json v1.0.149
13742026-05-28T00:42:28.080Z Compiling syn v2.0.117
13752026-05-28T00:42:28.091Z Compiling zerocopy v0.8.40
13762026-05-28T00:42:28.094Z Compiling pin-project-lite v0.2.17
13772026-05-28T00:42:28.111Z Compiling parking_lot_core v0.9.12
13782026-05-28T00:42:28.201Z Compiling lock_api v0.4.14
13792026-05-28T00:42:28.205Z Compiling portable-atomic v1.13.1
13802026-05-28T00:42:28.221Z Compiling pkg-config v0.3.32
13812026-05-28T00:42:28.262Z Compiling bitflags v2.11.0
13822026-05-28T00:42:28.282Z Compiling critical-section v1.2.0
13832026-05-28T00:42:28.287Z Compiling futures-core v0.3.32
13842026-05-28T00:42:28.300Z Compiling libm v0.2.16
13852026-05-28T00:42:28.333Z Compiling num-traits v0.2.19
13862026-05-28T00:42:28.374Z Compiling percent-encoding v2.3.2
13872026-05-28T00:42:28.459Z Compiling futures-sink v0.3.32
13882026-05-28T00:42:28.464Z Compiling futures-io v0.3.32
13892026-05-28T00:42:28.464Z Compiling slab v0.4.12
13902026-05-28T00:42:28.480Z Compiling futures-task v0.3.32
13912026-05-28T00:42:28.556Z Compiling futures-channel v0.3.32
13922026-05-28T00:42:28.589Z Compiling getrandom v0.4.1
13932026-05-28T00:42:28.593Z Compiling cpufeatures v0.2.17
13942026-05-28T00:42:28.737Z Compiling rand_core v0.10.0
13952026-05-28T00:42:28.750Z Compiling indexmap v2.14.0
13962026-05-28T00:42:28.765Z Compiling getrandom v0.3.4
13972026-05-28T00:42:28.773Z Compiling rustversion v1.0.22
13982026-05-28T00:42:28.805Z Compiling form_urlencoded v1.2.2
13992026-05-28T00:42:28.838Z Compiling dunce v1.0.5
14002026-05-28T00:42:28.852Z Compiling fs_extra v1.3.0
14012026-05-28T00:42:28.868Z Compiling ident_case v1.0.1
14022026-05-28T00:42:28.881Z Compiling base64ct v1.8.3
14032026-05-28T00:42:28.915Z Compiling iana-time-zone v0.1.65
14042026-05-28T00:42:28.953Z Compiling rustix v1.1.3
14052026-05-28T00:42:29.008Z Compiling flagset v0.4.7
14062026-05-28T00:42:29.012Z Compiling getrandom v0.2.17
14072026-05-28T00:42:29.056Z Compiling jobserver v0.1.34
14082026-05-28T00:42:29.097Z Compiling errno v0.3.14
14092026-05-28T00:42:29.146Z Compiling mio v1.2.0
14102026-05-28T00:42:29.165Z Compiling rand_core v0.6.4
14112026-05-28T00:42:29.180Z Compiling socket2 v0.6.3
14122026-05-28T00:42:29.267Z Compiling cc v1.2.56
14132026-05-28T00:42:29.282Z Compiling signal-hook-registry v1.4.8
14142026-05-28T00:42:29.316Z Compiling pem-rfc7468 v0.7.0
14152026-05-28T00:42:29.403Z Compiling parking_lot v0.12.5
14162026-05-28T00:42:29.418Z Compiling once_cell v1.21.3
14172026-05-28T00:42:29.434Z Compiling regex-syntax v0.8.10
14182026-05-28T00:42:29.447Z Compiling vcpkg v0.2.15
14192026-05-28T00:42:29.478Z Compiling aws-lc-rs v1.16.3
14202026-05-28T00:42:29.613Z Compiling tracing-core v0.1.36
14212026-05-28T00:42:29.627Z Compiling uuid v1.23.0
14222026-05-28T00:42:29.638Z Compiling rustc_version v0.4.1
14232026-05-28T00:42:29.656Z Compiling base64 v0.22.1
14242026-05-28T00:42:29.660Z Compiling httparse v1.10.1
14252026-05-28T00:42:29.790Z Compiling rand_core v0.9.5
14262026-05-28T00:42:29.804Z Compiling openssl-probe v0.2.1
14272026-05-28T00:42:29.834Z Compiling untrusted v0.7.1
14282026-05-28T00:42:29.894Z Compiling untrusted v0.9.0
14292026-05-28T00:42:29.907Z Compiling tinyvec_macros v0.1.1
14302026-05-28T00:42:29.975Z Compiling tinyvec v1.10.0
14312026-05-28T00:42:29.991Z Compiling cmake v0.1.57
14322026-05-28T00:42:29.993Z Compiling aho-corasick v1.1.4
14332026-05-28T00:42:30.025Z Compiling tower-layer v0.3.3
14342026-05-28T00:42:30.028Z Compiling tower-service v0.3.3
14352026-05-28T00:42:30.052Z Compiling schemars v0.8.22
14362026-05-28T00:42:30.083Z Compiling try-lock v0.2.5
14372026-05-28T00:42:30.119Z Compiling rustls v0.23.37
14382026-05-28T00:42:30.153Z Compiling atomic-waker v1.1.2
14392026-05-28T00:42:30.169Z Compiling dyn-clone v1.0.20
14402026-05-28T00:42:30.183Z Compiling want v0.3.1
14412026-05-28T00:42:30.198Z Compiling foreign-types-shared v0.1.1
14422026-05-28T00:42:30.226Z Compiling httpdate v1.0.3
14432026-05-28T00:42:30.296Z Compiling pin-utils v0.1.0
14442026-05-28T00:42:30.311Z Compiling openssl v0.10.79
14452026-05-28T00:42:30.325Z Compiling foreign-types v0.3.2
14462026-05-28T00:42:30.325Z Compiling unicode-normalization v0.1.25
14472026-05-28T00:42:30.328Z Compiling spin v0.9.8
14482026-05-28T00:42:30.355Z Compiling time-core v0.1.8
14492026-05-28T00:42:30.368Z Compiling native-tls v0.2.18
14502026-05-28T00:42:30.369Z Compiling powerfmt v0.2.0
14512026-05-28T00:42:30.416Z Compiling num-conv v0.2.0
14522026-05-28T00:42:30.416Z Compiling crc32fast v1.5.0
14532026-05-28T00:42:30.445Z Compiling wait-timeout v0.2.1
14542026-05-28T00:42:30.459Z Compiling sync_wrapper v1.0.2
14552026-05-28T00:42:30.514Z Compiling crossbeam-utils v0.8.21
14562026-05-28T00:42:30.535Z Compiling simd-adler32 v0.3.8
14572026-05-28T00:42:30.565Z Compiling num_threads v0.1.7
14582026-05-28T00:42:30.579Z Compiling time-macros v0.2.27
14592026-05-28T00:42:30.599Z Compiling deranged v0.5.8
14602026-05-28T00:42:30.599Z Compiling siphasher v1.0.2
14612026-05-28T00:42:30.628Z Compiling tempfile v3.25.0
14622026-05-28T00:42:30.628Z Compiling quick-error v1.2.3
14632026-05-28T00:42:30.676Z Compiling usdt-impl v0.6.0
14642026-05-28T00:42:30.729Z Compiling bit-vec v0.8.0
14652026-05-28T00:42:30.762Z Compiling unicode-segmentation v1.12.0
14662026-05-28T00:42:30.777Z Compiling syn v1.0.109
14672026-05-28T00:42:30.827Z Compiling heapless v0.7.17
14682026-05-28T00:42:30.858Z Compiling rusty-fork v0.3.1
14692026-05-28T00:42:30.860Z Compiling aws-lc-sys v0.40.0
14702026-05-28T00:42:30.890Z Compiling ring v0.17.14
14712026-05-28T00:42:30.909Z Compiling openssl-sys v0.9.115
14722026-05-28T00:42:30.923Z Compiling regex-automata v0.4.14
14732026-05-28T00:42:30.981Z Compiling synstructure v0.13.2
14742026-05-28T00:42:31.019Z Compiling pest_generator v2.8.6
14752026-05-28T00:42:31.033Z Compiling serde_derive_internals v0.29.1
14762026-05-28T00:42:31.106Z Compiling darling_core v0.20.11
14772026-05-28T00:42:31.122Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-05-28T00:42:31.192Z Compiling darling_core v0.21.3
14792026-05-28T00:42:31.225Z Compiling bit-set v0.8.0
14802026-05-28T00:42:31.427Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-05-28T00:42:31.586Z Compiling rand_xorshift v0.4.0
14822026-05-28T00:42:31.601Z Compiling slog v2.8.2
14832026-05-28T00:42:31.694Z Compiling time v0.3.47
14842026-05-28T00:42:31.735Z Compiling thread-id v5.1.0
14852026-05-28T00:42:31.751Z Compiling cookie v0.18.1
14862026-05-28T00:42:31.754Z Compiling unicode-properties v0.1.4
14872026-05-28T00:42:31.784Z Compiling adler2 v2.0.1
14882026-05-28T00:42:31.801Z Compiling unicode-bidi v0.3.18
14892026-05-28T00:42:31.804Z Compiling iri-string v0.7.10
14902026-05-28T00:42:31.858Z Compiling anyhow v1.0.102
14912026-05-28T00:42:31.959Z Compiling paste v1.0.15
14922026-05-28T00:42:31.975Z Compiling zstd-safe v7.2.4
14932026-05-28T00:42:32.042Z Compiling ryu v1.0.23
14942026-05-28T00:42:32.061Z Compiling allocator-api2 v0.2.21
14952026-05-28T00:42:32.196Z Compiling signal-hook v0.3.18
14962026-05-28T00:42:32.210Z Compiling unarray v0.1.4
14972026-05-28T00:42:32.311Z Compiling stringprep v0.1.5
14982026-05-28T00:42:32.380Z Compiling miniz_oxide v0.8.9
14992026-05-28T00:42:32.466Z Compiling heck v0.4.1
15002026-05-28T00:42:32.540Z Compiling num-integer v0.1.46
15012026-05-28T00:42:32.713Z Compiling serde_derive v1.0.228
15022026-05-28T00:42:32.727Z Compiling zeroize_derive v1.4.3
15032026-05-28T00:42:32.829Z Compiling zerofrom-derive v0.1.6
15042026-05-28T00:42:32.890Z Compiling yoke-derive v0.8.1
15052026-05-28T00:42:33.052Z Compiling zerovec-derive v0.11.2
15062026-05-28T00:42:33.068Z Compiling zerocopy-derive v0.8.40
15072026-05-28T00:42:33.188Z Compiling displaydoc v0.2.5
15082026-05-28T00:42:33.404Z Compiling tokio-macros v2.7.0
15092026-05-28T00:42:33.419Z Compiling zeroize v1.8.2
15102026-05-28T00:42:33.425Z Compiling futures-macro v0.3.32
15112026-05-28T00:42:33.475Z Compiling der_derive v0.7.3
15122026-05-28T00:42:33.782Z Compiling rustls-pki-types v1.14.0
15132026-05-28T00:42:33.972Z Compiling thiserror-impl v2.0.18
15142026-05-28T00:42:34.128Z Compiling tracing-attributes v0.1.31
15152026-05-28T00:42:34.197Z Compiling crypto-common v0.1.7
15162026-05-28T00:42:34.252Z Compiling block-buffer v0.10.4
15172026-05-28T00:42:34.272Z Compiling block-padding v0.3.3
15182026-05-28T00:42:34.303Z Compiling schemars_derive v0.8.22
15192026-05-28T00:42:34.317Z Compiling zerofrom v0.1.6
15202026-05-28T00:42:34.321Z Compiling futures-util v0.3.32
15212026-05-28T00:42:34.365Z Compiling pest_derive v2.8.6
15222026-05-28T00:42:34.439Z Compiling yoke v0.8.1
15232026-05-28T00:42:34.458Z Compiling digest v0.10.7
15242026-05-28T00:42:34.461Z Compiling inout v0.1.4
15252026-05-28T00:42:34.522Z Compiling der v0.7.10
15262026-05-28T00:42:34.640Z Compiling zerovec v0.11.5
15272026-05-28T00:42:34.657Z Compiling zerotrie v0.2.3
15282026-05-28T00:42:34.726Z Compiling hmac v0.12.1
15292026-05-28T00:42:34.821Z Compiling sha2 v0.10.9
15302026-05-28T00:42:34.896Z Compiling cipher v0.4.4
15312026-05-28T00:42:34.979Z Compiling pbkdf2 v0.12.2
15322026-05-28T00:42:35.108Z Compiling tinystr v0.8.2
15332026-05-28T00:42:35.143Z Compiling potential_utf v0.1.4
15342026-05-28T00:42:35.159Z Compiling salsa20 v0.10.2
15352026-05-28T00:42:35.182Z Compiling cbc v0.1.2
15362026-05-28T00:42:35.317Z Compiling icu_locale_core v2.1.1
15372026-05-28T00:42:35.333Z Compiling icu_collections v2.1.1
15382026-05-28T00:42:35.336Z Compiling scrypt v0.11.0
15392026-05-28T00:42:35.365Z Compiling spki v0.7.3
15402026-05-28T00:42:35.390Z Compiling thiserror v2.0.18
15412026-05-28T00:42:35.483Z Compiling tracing v0.1.44
15422026-05-28T00:42:35.516Z Compiling aes v0.8.4
15432026-05-28T00:42:35.601Z Compiling scroll_derive v0.13.1
15442026-05-28T00:42:35.616Z Compiling darling_macro v0.20.11
15452026-05-28T00:42:35.619Z Compiling openssl-macros v0.1.1
15462026-05-28T00:42:35.754Z Compiling rustls-native-certs v0.8.3
15472026-05-28T00:42:35.768Z Compiling dtrace-parser v0.3.0
15482026-05-28T00:42:35.849Z Compiling signature v2.2.0
15492026-05-28T00:42:36.037Z Compiling icu_provider v2.1.1
15502026-05-28T00:42:36.053Z Compiling pkcs5 v0.7.1
15512026-05-28T00:42:36.123Z Compiling darling v0.20.11
15522026-05-28T00:42:36.222Z Compiling bytes v1.11.1
15532026-05-28T00:42:36.237Z Compiling chrono v0.4.44
15542026-05-28T00:42:36.240Z Compiling ipnet v2.11.0
15552026-05-28T00:42:36.266Z Compiling derive_builder_core v0.20.2
15562026-05-28T00:42:36.362Z Compiling icu_normalizer v2.1.1
15572026-05-28T00:42:36.411Z Compiling icu_properties v2.1.2
15582026-05-28T00:42:36.438Z Compiling pkcs8 v0.10.2
15592026-05-28T00:42:36.540Z Compiling scroll v0.13.0
15602026-05-28T00:42:36.560Z Compiling webpki-roots v1.0.6
15612026-05-28T00:42:36.616Z Compiling scroll_derive v0.12.1
15622026-05-28T00:42:36.632Z Compiling thiserror-impl v1.0.69
15632026-05-28T00:42:36.698Z Compiling tokio v1.52.1
15642026-05-28T00:42:36.768Z Compiling http v1.4.0
15652026-05-28T00:42:36.782Z Compiling goblin v0.10.5
15662026-05-28T00:42:36.824Z Compiling serde_spanned v0.6.9
15672026-05-28T00:42:36.861Z Compiling toml_datetime v0.6.11
15682026-05-28T00:42:36.924Z Compiling serde_urlencoded v0.7.1
15692026-05-28T00:42:36.986Z Compiling erased-serde v0.3.31
15702026-05-28T00:42:37.148Z Compiling serde_tokenstream v0.2.3
15712026-05-28T00:42:37.163Z Compiling derive_builder_macro v0.20.2
15722026-05-28T00:42:37.185Z Compiling md-5 v0.10.6
15732026-05-28T00:42:37.310Z Compiling idna_adapter v1.2.1
15742026-05-28T00:42:37.365Z Compiling scroll v0.12.0
15752026-05-28T00:42:37.468Z Compiling idna v1.1.0
15762026-05-28T00:42:37.500Z Compiling ppv-lite86 v0.2.21
15772026-05-28T00:42:37.558Z Compiling http-body v1.0.1
15782026-05-28T00:42:37.561Z Compiling darling_macro v0.21.3
15792026-05-28T00:42:37.667Z Compiling bstr v1.12.1
15802026-05-28T00:42:37.717Z Compiling http-body-util v0.1.3
15812026-05-28T00:42:37.733Z Compiling zerocopy-derive v0.7.35
15822026-05-28T00:42:37.733Z Compiling pin-project-internal v1.1.11
15832026-05-28T00:42:37.764Z Compiling async-trait v0.1.89
15842026-05-28T00:42:37.764Z Compiling curve25519-dalek v4.1.3
15852026-05-28T00:42:37.885Z Compiling url v2.5.8
15862026-05-28T00:42:37.987Z Compiling rand_chacha v0.9.0
15872026-05-28T00:42:38.002Z Compiling thiserror v1.0.69
15882026-05-28T00:42:38.097Z Compiling rand_chacha v0.3.1
15892026-05-28T00:42:38.127Z Compiling vergen-lib v0.1.6
15902026-05-28T00:42:38.149Z Compiling ff v0.13.1
15912026-05-28T00:42:38.164Z Compiling hash32 v0.2.1
15922026-05-28T00:42:38.306Z Compiling rand v0.9.2
15932026-05-28T00:42:38.330Z Compiling memoffset v0.9.1
15942026-05-28T00:42:38.372Z Compiling encoding_rs v0.8.35
15952026-05-28T00:42:38.544Z Compiling ref-cast v1.0.25
15962026-05-28T00:42:38.659Z Compiling mime v0.3.17
15972026-05-28T00:42:38.704Z Compiling zlib-rs v0.6.2
15982026-05-28T00:42:38.718Z Compiling base16ct v0.2.0
15992026-05-28T00:42:38.739Z Compiling num-bigint-dig v0.8.6
16002026-05-28T00:42:38.843Z Compiling cfg_aliases v0.2.1
16012026-05-28T00:42:38.876Z Compiling proptest v1.10.0
16022026-05-28T00:42:38.920Z Compiling smoltcp v0.9.1
16032026-05-28T00:42:38.936Z Compiling psl-types v2.0.11
16042026-05-28T00:42:38.940Z Compiling rustix v0.38.44
16052026-05-28T00:42:38.940Z Compiling fallible-iterator v0.2.0
16062026-05-28T00:42:38.963Z Compiling litrs v1.0.0
16072026-05-28T00:42:39.016Z Compiling pin-project v1.1.11
16082026-05-28T00:42:39.073Z Compiling publicsuffix v2.3.0
16092026-05-28T00:42:39.133Z Compiling nix v0.31.2
16102026-05-28T00:42:39.160Z Compiling sec1 v0.7.3
16112026-05-28T00:42:39.200Z Compiling ipnetwork v0.21.1
16122026-05-28T00:42:39.265Z Compiling postgres-protocol v0.6.10
16132026-05-28T00:42:39.279Z Compiling zerocopy v0.7.35
16142026-05-28T00:42:39.432Z Compiling oxnet v0.1.5
16152026-05-28T00:42:39.480Z Compiling rand v0.8.6
16162026-05-28T00:42:39.514Z Compiling document-features v0.2.12
16172026-05-28T00:42:39.529Z Compiling group v0.13.0
16182026-05-28T00:42:39.544Z Compiling dof v0.4.0
16192026-05-28T00:42:39.764Z Compiling darling v0.21.3
16202026-05-28T00:42:39.839Z Compiling derive_builder v0.20.2
16212026-05-28T00:42:39.856Z Compiling goblin v0.8.2
16222026-05-28T00:42:39.872Z Compiling hubpack_derive v0.1.1
16232026-05-28T00:42:39.902Z Compiling futures-executor v0.3.32
16242026-05-28T00:42:39.920Z Compiling hex v0.4.3
16252026-05-28T00:42:39.952Z Compiling cargo-platform v0.1.9
16262026-05-28T00:42:39.974Z Compiling hkdf v0.12.4
16272026-05-28T00:42:39.988Z Compiling crypto-bigint v0.5.5
16282026-05-28T00:42:40.135Z Compiling regex v1.12.3
16292026-05-28T00:42:40.210Z Compiling num-iter v0.1.45
16302026-05-28T00:42:40.234Z Compiling snafu-derive v0.8.9
16312026-05-28T00:42:40.287Z Compiling ref-cast-impl v1.0.25
16322026-05-28T00:42:40.344Z Compiling strum_macros v0.27.2
16332026-05-28T00:42:40.359Z Compiling daft-derive v0.1.7
16342026-05-28T00:42:40.371Z Compiling curve25519-dalek-derive v0.1.1
16352026-05-28T00:42:40.587Z Compiling tokio-util v0.7.18
16362026-05-28T00:42:40.733Z Compiling tower v0.5.3
16372026-05-28T00:42:40.747Z Compiling tokio-native-tls v0.3.1
16382026-05-28T00:42:41.057Z Compiling phf_shared v0.13.1
16392026-05-28T00:42:41.104Z Compiling terminal_size v0.4.3
16402026-05-28T00:42:41.108Z Compiling lazy_static v1.5.0
16412026-05-28T00:42:41.195Z Compiling tower-http v0.6.8
16422026-05-28T00:42:41.213Z Compiling newtype-uuid v1.3.2
16432026-05-28T00:42:41.227Z Compiling anstyle-parse v0.2.7
16442026-05-28T00:42:41.240Z Compiling vergen v9.0.6
16452026-05-28T00:42:41.258Z Compiling h2 v0.4.13
16462026-05-28T00:42:41.311Z Compiling fs-err v3.3.0
16472026-05-28T00:42:41.432Z Compiling ahash v0.8.12
16482026-05-28T00:42:41.446Z Compiling winnow v0.5.40
16492026-05-28T00:42:41.474Z Compiling same-file v1.0.6
16502026-05-28T00:42:41.517Z Compiling libbz2-rs-sys v0.2.2
16512026-05-28T00:42:41.566Z Compiling flate2 v1.1.9
16522026-05-28T00:42:41.616Z Compiling bitflags v1.3.2
16532026-05-28T00:42:41.640Z Compiling foldhash v0.1.5
16542026-05-28T00:42:41.655Z Compiling managed v0.8.0
16552026-05-28T00:42:41.668Z Compiling foldhash v0.2.0
16562026-05-28T00:42:41.705Z Compiling bumpalo v3.20.2
16572026-05-28T00:42:41.827Z Compiling object v0.37.3
16582026-05-28T00:42:41.912Z Compiling zopfli v0.8.3
16592026-05-28T00:42:41.930Z Compiling hashbrown v0.16.1
16602026-05-28T00:42:41.971Z Compiling bzip2 v0.6.1
16612026-05-28T00:42:42.001Z Compiling hashbrown v0.15.5
16622026-05-28T00:42:42.149Z Compiling dof v0.3.0
16632026-05-28T00:42:42.184Z Compiling snafu v0.8.9
16642026-05-28T00:42:42.212Z Compiling walkdir v2.5.0
16652026-05-28T00:42:42.252Z Compiling clap_builder v4.6.0
16662026-05-28T00:42:42.340Z Compiling strum v0.27.2
16672026-05-28T00:42:42.355Z Compiling daft v0.1.7
16682026-05-28T00:42:42.549Z Compiling anstream v0.6.21
16692026-05-28T00:42:42.569Z Compiling phf v0.13.1
16702026-05-28T00:42:42.584Z Compiling usdt-attr-macro v0.6.0
16712026-05-28T00:42:42.611Z Compiling usdt-macro v0.6.0
16722026-05-28T00:42:42.638Z Compiling signal-hook-mio v0.2.5
16732026-05-28T00:42:42.737Z Compiling cargo_metadata v0.19.2
16742026-05-28T00:42:42.751Z Compiling toml_edit v0.19.15
16752026-05-28T00:42:42.764Z Compiling elliptic-curve v0.13.8
16762026-05-28T00:42:42.930Z Compiling cookie_store v0.22.1
16772026-05-28T00:42:42.946Z Compiling hubpack v0.1.2
16782026-05-28T00:42:42.998Z Compiling bzip2 v0.4.4
16792026-05-28T00:42:43.039Z Compiling futures v0.3.32
16802026-05-28T00:42:43.139Z Compiling zstd v0.13.3
16812026-05-28T00:42:43.179Z Compiling serde_with_macros v3.17.0
16822026-05-28T00:42:43.198Z Compiling postgres-types v0.2.12
16832026-05-28T00:42:43.421Z Compiling globset v0.4.18
16842026-05-28T00:42:43.427Z Compiling dtrace-parser v0.2.0
16852026-05-28T00:42:43.450Z Compiling ed25519 v2.2.3
16862026-05-28T00:42:43.501Z Compiling pkcs1 v0.7.5
16872026-05-28T00:42:43.607Z Compiling serde-big-array v0.5.1
16882026-05-28T00:42:43.776Z Compiling serde_plain v1.0.2
16892026-05-28T00:42:43.791Z Compiling olpc-cjson v0.1.4
16902026-05-28T00:42:43.921Z Compiling rfc6979 v0.4.0
16912026-05-28T00:42:43.962Z Compiling serde_repr v0.1.20
16922026-05-28T00:42:43.994Z Compiling strum_macros v0.26.4
16932026-05-28T00:42:44.068Z Compiling clap_derive v4.6.1
16942026-05-28T00:42:44.108Z Compiling enum-as-inner v0.6.1
16952026-05-28T00:42:44.131Z Compiling async-recursion v1.1.1
16962026-05-28T00:42:44.212Z Compiling phf_shared v0.11.3
16972026-05-28T00:42:44.362Z Compiling hyper v1.8.1
16982026-05-28T00:42:44.392Z Compiling float-cmp v0.10.0
16992026-05-28T00:42:44.395Z Compiling pem v3.0.6
17002026-05-28T00:42:44.419Z Compiling memmap2 v0.9.10
17012026-05-28T00:42:44.534Z Compiling thread-id v4.2.2
17022026-05-28T00:42:44.562Z Compiling env_filter v1.0.0
17032026-05-28T00:42:44.634Z Compiling fixedbitset v0.5.7
17042026-05-28T00:42:44.648Z Compiling keccak v0.1.6
17052026-05-28T00:42:44.665Z Compiling static_assertions v1.1.0
17062026-05-28T00:42:44.750Z Compiling predicates-core v1.0.10
17072026-05-28T00:42:44.764Z Compiling whoami v2.1.0
17082026-05-28T00:42:44.822Z Compiling jiff v0.2.21
17092026-05-28T00:42:44.890Z Compiling fixedbitset v0.4.2
17102026-05-28T00:42:44.947Z Compiling typed-path v0.9.3
17112026-05-28T00:42:44.968Z Compiling difflib v0.4.0
17122026-05-28T00:42:45.133Z Compiling new_debug_unreachable v1.0.6
17132026-05-28T00:42:45.174Z Compiling precomputed-hash v0.1.1
17142026-05-28T00:42:45.216Z Compiling data-encoding v2.10.0
17152026-05-28T00:42:45.266Z Compiling either v1.15.0
17162026-05-28T00:42:45.282Z Compiling normalize-line-endings v0.3.0
17172026-05-28T00:42:45.345Z Compiling string_cache v0.8.9
17182026-05-28T00:42:45.401Z Compiling predicates v3.1.4
17192026-05-28T00:42:45.443Z Compiling petgraph v0.6.5
17202026-05-28T00:42:45.478Z Compiling hyper-util v0.1.20
17212026-05-28T00:42:45.494Z Compiling itertools v0.13.0
17222026-05-28T00:42:45.549Z Compiling hickory-proto v0.25.2
17232026-05-28T00:42:45.589Z Compiling tokio-postgres v0.7.16
17242026-05-28T00:42:45.750Z Compiling petgraph v0.8.3
17252026-05-28T00:42:45.791Z Compiling strum v0.26.3
17262026-05-28T00:42:45.911Z Compiling clap v4.6.1
17272026-05-28T00:42:45.941Z Compiling sha3 v0.10.8
17282026-05-28T00:42:45.955Z Compiling env_logger v0.11.9
17292026-05-28T00:42:45.992Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17302026-05-28T00:42:46.012Z Compiling toml_edit v0.22.27
17312026-05-28T00:42:46.080Z Compiling usdt-impl v0.5.0
17322026-05-28T00:42:46.197Z Compiling usdt v0.6.0
17332026-05-28T00:42:46.331Z Compiling serde_with v3.17.0
17342026-05-28T00:42:46.418Z Compiling crossterm v0.28.1
17352026-05-28T00:42:46.479Z Compiling toml v0.7.8
17362026-05-28T00:42:46.694Z Compiling ecdsa v0.16.9
17372026-05-28T00:42:46.741Z Compiling rsa v0.9.10
17382026-05-28T00:42:46.933Z Compiling hyper-tls v0.6.0
17392026-05-28T00:42:47.091Z Compiling ed25519-dalek v2.2.0
17402026-05-28T00:42:47.239Z Compiling zip v0.6.6
17412026-05-28T00:42:47.549Z Compiling zip v4.6.1
17422026-05-28T00:42:47.761Z Compiling iddqd v0.4.1
17432026-05-28T00:42:47.881Z Compiling toml_parser v1.0.9+spec-1.1.0
17442026-05-28T00:42:48.070Z Compiling tokio-stream v0.1.18
17452026-05-28T00:42:48.089Z Compiling buf-list v1.1.2
17462026-05-28T00:42:48.231Z Compiling similar v2.7.0
17472026-05-28T00:42:48.246Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17482026-05-28T00:42:48.385Z Compiling openapiv3 v2.2.0
17492026-05-28T00:42:48.555Z Compiling x509-cert v0.2.5
17502026-05-28T00:42:48.571Z Compiling sha1 v0.10.6
17512026-05-28T00:42:48.588Z Compiling crossbeam-epoch v0.9.18
17522026-05-28T00:42:48.591Z Compiling toml_datetime v0.7.5+spec-1.1.0
17532026-05-28T00:42:48.708Z Compiling peg-runtime v0.8.5
17542026-05-28T00:42:48.823Z Compiling lalrpop-util v0.19.12
17552026-05-28T00:42:48.838Z Compiling thread_local v1.1.9
17562026-05-28T00:42:48.901Z Compiling slog-async v2.8.0
17572026-05-28T00:42:48.915Z Compiling crossbeam-channel v0.5.15
17582026-05-28T00:42:48.964Z Compiling filetime v0.2.27
17592026-05-28T00:42:49.023Z Compiling is-terminal v0.4.17
17602026-05-28T00:42:49.037Z Compiling term v1.2.1
17612026-05-28T00:42:49.037Z Compiling xattr v1.6.1
17622026-05-28T00:42:49.079Z Compiling take_mut v0.2.2
17632026-05-28T00:42:49.211Z Compiling tar v0.4.45
17642026-05-28T00:42:49.355Z Compiling slog-term v2.9.2
17652026-05-28T00:43:06.936Z Compiling rustls-webpki v0.103.9
17662026-05-28T00:43:09.689Z Compiling tokio-rustls v0.26.4
17672026-05-28T00:43:09.689Z Compiling rustls-platform-verifier v0.6.2
17682026-05-28T00:43:09.879Z Compiling hyper-rustls v0.27.7
17692026-05-28T00:43:10.075Z Compiling reqwest v0.12.28
17702026-05-28T00:43:10.078Z Compiling reqwest v0.13.2
17712026-05-28T00:43:11.318Z Compiling tough v0.22.0
17722026-05-28T00:43:13.805Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17732026-05-28T00:43:14.038Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17742026-05-28T00:43:16.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.74s
17752026-05-28T00:43:16.982Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17762026-05-28T00:43:17.034ZMay 28 00:43:16.312 INFO Starting download, target: Clickhouse
17772026-05-28T00:43:17.034ZMay 28 00:43:16.312 INFO Starting download, target: Cockroach
17782026-05-28T00:43:17.034ZMay 28 00:43:16.312 INFO Starting download, target: Console
17792026-05-28T00:43:17.038ZMay 28 00:43:16.312 INFO Starting download, target: DendriteStub
17802026-05-28T00:43:17.038ZMay 28 00:43:16.312 INFO Starting download, target: MaghemiteMgd
17812026-05-28T00:43:17.038ZMay 28 00:43:16.312 INFO Starting download, target: TransceiverControl
17822026-05-28T00:43:17.038ZMay 28 00:43:16.313 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-05-28T00:43:17.038ZMay 28 00:43:16.313 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-05-28T00:43:17.038ZMay 28 00:43:16.313 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17852026-05-28T00:43:17.038ZMay 28 00:43:16.313 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17862026-05-28T00:43:17.038ZMay 28 00:43:16.313 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17872026-05-28T00:43:17.038ZMay 28 00:43:16.313 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17882026-05-28T00:43:17.399ZMay 28 00:43:16.667 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17892026-05-28T00:43:17.611ZMay 28 00:43:16.881 INFO Download complete, target: TransceiverControl
17902026-05-28T00:43:18.027ZMay 28 00:43:17.294 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17912026-05-28T00:43:18.261ZMay 28 00:43:17.538 INFO Download complete, target: Console
17922026-05-28T00:43:18.573ZMay 28 00:43:17.845 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17932026-05-28T00:43:18.852ZMay 28 00:43:18.127 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17942026-05-28T00:43:19.153ZMay 28 00:43:18.431 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17952026-05-28T00:43:19.153ZMay 28 00:43:18.432 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17962026-05-28T00:43:19.235ZMay 28 00:43:18.513 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17972026-05-28T00:43:20.967ZMay 28 00:43:20.244 INFO Download complete, target: DendriteStub
17982026-05-28T00:43:21.276ZMay 28 00:43:20.553 INFO Download complete, target: MaghemiteMgd
17992026-05-28T00:43:24.037ZMay 28 00:43:23.315 INFO Checking that binary works, target: Cockroach
18002026-05-28T00:43:24.265ZMay 28 00:43:23.543 INFO Download complete, target: Cockroach
18012026-05-28T00:43:26.183ZMay 28 00:43:25.458 INFO Checking that binary works, target: Clickhouse
18022026-05-28T00:43:26.290ZMay 28 00:43:25.568 INFO Download complete, target: Clickhouse
18032026-05-28T00:43:26.296ZAll prerequisites installed successfully
18042026-05-28T00:43:26.299Z
18052026-05-28T00:43:26.299Zreal 1:29.654702514
18062026-05-28T00:43:26.299Zuser 6:43.396177326
18072026-05-28T00:43:26.299Zsys 1:40.377482094
18082026-05-28T00:43:26.299Ztrap 0.203579020
18092026-05-28T00:43:26.299Ztflt 2.003054746
18102026-05-28T00:43:26.299Zdflt 2.855090980
18112026-05-28T00:43:26.299Zkflt 0.042490357
18122026-05-28T00:43:26.299Zlock 23:54.185464300
18132026-05-28T00:43:26.299Zslp 18:29.784608519
18142026-05-28T00:43:26.299Zlat 20.018988761
18152026-05-28T00:43:26.299Zstop 2:39.895515772
18162026-05-28T00:43:26.299Z+ source ./tools/include/force-git-over-https.sh
18172026-05-28T00:43:26.299Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18182026-05-28T00:43:26.299Z++ (( i = 0 ))
18192026-05-28T00:43:26.299Z++ (( i < 5 ))
18202026-05-28T00:43:26.299Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18212026-05-28T00:43:26.303Z++ (( i++ ))
18222026-05-28T00:43:26.303Z++ (( i < 5 ))
18232026-05-28T00:43:26.303Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18242026-05-28T00:43:26.306Z++ (( i++ ))
18252026-05-28T00:43:26.307Z++ (( i < 5 ))
18262026-05-28T00:43:26.307Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18272026-05-28T00:43:26.307Z++ (( i++ ))
18282026-05-28T00:43:26.307Z++ (( i < 5 ))
18292026-05-28T00:43:26.307Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18302026-05-28T00:43:26.311Z++ (( i++ ))
18312026-05-28T00:43:26.311Z++ (( i < 5 ))
18322026-05-28T00:43:26.311Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18332026-05-28T00:43:26.314Z++ (( i++ ))
18342026-05-28T00:43:26.314Z++ (( i < 5 ))
18352026-05-28T00:43:26.314Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18362026-05-28T00:43:26.314Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18372026-05-28T00:43:26.314Z+ rc=0
18382026-05-28T00:43:26.315Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18392026-05-28T00:43:33.902Z+ case $rc in
18402026-05-28T00:43:33.902Z+ pfexec zfs create -p rpool/images/build/host
18412026-05-28T00:43:34.103Z+ pfexec zfs create -p rpool/images/build/recovery
18422026-05-28T00:43:34.172Z+ cargo xtask releng --output-dir /work --mkincorp
18432026-05-28T00:43:34.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18442026-05-28T00:43:34.793Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18452026-05-28T00:43:35.600Z Compiling proc-macro2 v1.0.106
18462026-05-28T00:43:35.600Z Compiling quote v1.0.45
18472026-05-28T00:43:35.600Z Compiling unicode-ident v1.0.24
18482026-05-28T00:43:35.600Z Compiling libc v0.2.185
18492026-05-28T00:43:35.623Z Compiling serde_core v1.0.228
18502026-05-28T00:43:35.623Z Compiling serde v1.0.228
18512026-05-28T00:43:35.623Z Compiling cfg-if v1.0.4
18522026-05-28T00:43:35.623Z Compiling version_check v0.9.5
18532026-05-28T00:43:35.623Z Compiling find-msvc-tools v0.1.9
18542026-05-28T00:43:35.623Z Compiling shlex v1.3.0
18552026-05-28T00:43:35.720Z Compiling typenum v1.19.0
18562026-05-28T00:43:35.742Z Compiling autocfg v1.5.0
18572026-05-28T00:43:35.742Z Compiling zmij v1.0.21
18582026-05-28T00:43:35.742Z Compiling memchr v2.8.0
18592026-05-28T00:43:35.743Z Compiling zerocopy v0.8.40
18602026-05-28T00:43:35.880Z Compiling serde_json v1.0.149
18612026-05-28T00:43:35.954Z Compiling portable-atomic v1.13.1
18622026-05-28T00:43:36.026Z Compiling libm v0.2.16
18632026-05-28T00:43:36.040Z Compiling parking_lot_core v0.9.12
18642026-05-28T00:43:36.054Z Compiling generic-array v0.14.7
18652026-05-28T00:43:36.091Z Compiling smallvec v1.15.1
18662026-05-28T00:43:36.117Z Compiling icu_normalizer_data v2.1.1
18672026-05-28T00:43:36.168Z Compiling num-traits v0.2.19
18682026-05-28T00:43:36.208Z Compiling icu_properties_data v2.1.2
18692026-05-28T00:43:36.228Z Compiling pkg-config v0.3.32
18702026-05-28T00:43:36.228Z Compiling log v0.4.29
18712026-05-28T00:43:36.315Z Compiling itoa v1.0.17
18722026-05-28T00:43:36.362Z Compiling getrandom v0.4.1
18732026-05-28T00:43:36.390Z Compiling subtle v2.6.1
18742026-05-28T00:43:36.418Z Compiling getrandom v0.3.4
18752026-05-28T00:43:36.440Z Compiling scopeguard v1.2.0
18762026-05-28T00:43:36.574Z Compiling lock_api v0.4.14
18772026-05-28T00:43:36.608Z Compiling stable_deref_trait v1.2.1
18782026-05-28T00:43:36.648Z Compiling rustix v1.1.3
18792026-05-28T00:43:36.773Z Compiling fs_extra v1.3.0
18802026-05-28T00:43:36.814Z Compiling dunce v1.0.5
18812026-05-28T00:43:36.814Z Compiling jobserver v0.1.34
18822026-05-28T00:43:36.814Z Compiling getrandom v0.2.17
18832026-05-28T00:43:36.879Z Compiling errno v0.3.14
18842026-05-28T00:43:36.984Z Compiling rand_core v0.6.4
18852026-05-28T00:43:37.042Z Compiling cc v1.2.56
18862026-05-28T00:43:37.062Z Compiling syn v2.0.117
18872026-05-28T00:43:37.067Z Compiling critical-section v1.2.0
18882026-05-28T00:43:37.169Z Compiling pin-project-lite v0.2.17
18892026-05-28T00:43:37.225Z Compiling writeable v0.6.2
18902026-05-28T00:43:37.281Z Compiling fnv v1.0.7
18912026-05-28T00:43:37.282Z Compiling const-oid v0.9.6
18922026-05-28T00:43:37.325Z Compiling percent-encoding v2.3.2
18932026-05-28T00:43:37.330Z Compiling litemap v0.8.1
18942026-05-28T00:43:37.357Z Compiling thiserror v2.0.18
18952026-05-28T00:43:37.395Z Compiling once_cell v1.21.3
18962026-05-28T00:43:37.476Z Compiling rustversion v1.0.22
18972026-05-28T00:43:37.547Z Compiling aws-lc-rs v1.16.3
18982026-05-28T00:43:37.551Z Compiling signal-hook-registry v1.4.8
18992026-05-28T00:43:37.683Z Compiling futures-core v0.3.32
19002026-05-28T00:43:37.709Z Compiling equivalent v1.0.2
19012026-05-28T00:43:37.712Z Compiling heck v0.5.0
19022026-05-28T00:43:37.766Z Compiling cmake v0.1.57
19032026-05-28T00:43:37.836Z Compiling parking_lot v0.12.5
19042026-05-28T00:43:37.868Z Compiling mio v1.2.0
19052026-05-28T00:43:37.871Z Compiling httparse v1.10.1
19062026-05-28T00:43:38.015Z Compiling semver v1.0.28
19072026-05-28T00:43:38.089Z Compiling bitflags v2.11.0
19082026-05-28T00:43:38.164Z Compiling vcpkg v0.2.15
19092026-05-28T00:43:38.212Z Compiling socket2 v0.6.3
19102026-05-28T00:43:38.283Z Compiling schemars v0.8.22
19112026-05-28T00:43:38.300Z Compiling utf8_iter v1.0.4
19122026-05-28T00:43:38.328Z Compiling ring v0.17.14
19132026-05-28T00:43:38.377Z Compiling aws-lc-sys v0.40.0
19142026-05-28T00:43:38.515Z Compiling form_urlencoded v1.2.2
19152026-05-28T00:43:38.732Z Compiling hashbrown v0.17.0
19162026-05-28T00:43:38.746Z Compiling openssl-sys v0.9.115
19172026-05-28T00:43:38.781Z Compiling rustls v0.23.37
19182026-05-28T00:43:38.848Z Compiling crc32fast v1.5.0
19192026-05-28T00:43:38.893Z Compiling futures-sink v0.3.32
19202026-05-28T00:43:38.928Z Compiling rand_core v0.10.0
19212026-05-28T00:43:39.045Z Compiling futures-channel v0.3.32
19222026-05-28T00:43:39.175Z Compiling slab v0.4.12
19232026-05-28T00:43:39.234Z Compiling futures-io v0.3.32
19242026-05-28T00:43:39.253Z Compiling futures-task v0.3.32
19252026-05-28T00:43:39.269Z Compiling cpufeatures v0.2.17
19262026-05-28T00:43:39.325Z Compiling rustc_version v0.4.1
19272026-05-28T00:43:39.389Z Compiling indexmap v2.14.0
19282026-05-28T00:43:39.456Z Compiling openssl v0.10.79
19292026-05-28T00:43:39.459Z Compiling ucd-trie v0.1.7
19302026-05-28T00:43:39.535Z Compiling strsim v0.11.1
19312026-05-28T00:43:39.550Z Compiling byteorder v1.5.0
19322026-05-28T00:43:39.693Z Compiling pest v2.8.6
19332026-05-28T00:43:39.763Z Compiling num-conv v0.2.0
19342026-05-28T00:43:39.766Z Compiling iana-time-zone v0.1.65
19352026-05-28T00:43:39.861Z Compiling synstructure v0.13.2
19362026-05-28T00:43:39.861Z Compiling serde_derive_internals v0.29.1
19372026-05-28T00:43:39.941Z Compiling native-tls v0.2.18
19382026-05-28T00:43:39.999Z Compiling time-core v0.1.8
19392026-05-28T00:43:40.003Z Compiling thiserror v1.0.69
19402026-05-28T00:43:40.042Z Compiling ident_case v1.0.1
19412026-05-28T00:43:40.241Z Compiling time-macros v0.2.27
19422026-05-28T00:43:40.246Z Compiling base64 v0.22.1
19432026-05-28T00:43:40.273Z Compiling syn v1.0.109
19442026-05-28T00:43:40.273Z Compiling regex-syntax v0.8.10
19452026-05-28T00:43:40.374Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19462026-05-28T00:43:40.426Z Compiling crossbeam-utils v0.8.21
19472026-05-28T00:43:40.521Z Compiling base64ct v1.8.3
19482026-05-28T00:43:40.598Z Compiling untrusted v0.9.0
19492026-05-28T00:43:40.680Z Compiling uuid v1.23.0
19502026-05-28T00:43:40.775Z Compiling pem-rfc7468 v0.7.0
19512026-05-28T00:43:40.815Z Compiling pest_meta v2.8.6
19522026-05-28T00:43:40.834Z Compiling slog v2.8.2
19532026-05-28T00:43:40.953Z Compiling flagset v0.4.7
19542026-05-28T00:43:41.069Z Compiling rand_core v0.9.5
19552026-05-28T00:43:41.093Z Compiling bzip2-sys v0.1.13+1.0.8
19562026-05-28T00:43:41.130Z Compiling tracing-core v0.1.36
19572026-05-28T00:43:41.146Z Compiling serde_derive v1.0.228
19582026-05-28T00:43:41.209Z Compiling zeroize_derive v1.4.3
19592026-05-28T00:43:41.304Z Compiling zerofrom-derive v0.1.6
19602026-05-28T00:43:41.328Z Compiling yoke-derive v0.8.1
19612026-05-28T00:43:41.347Z Compiling zerovec-derive v0.11.2
19622026-05-28T00:43:41.378Z Compiling zerocopy-derive v0.8.40
19632026-05-28T00:43:41.404Z Compiling displaydoc v0.2.5
19642026-05-28T00:43:41.552Z Compiling tokio-macros v2.7.0
19652026-05-28T00:43:41.570Z Compiling futures-macro v0.3.32
19662026-05-28T00:43:41.843Z Compiling zeroize v1.8.2
19672026-05-28T00:43:42.146Z Compiling der_derive v0.7.3
19682026-05-28T00:43:42.221Z Compiling tracing-attributes v0.1.31
19692026-05-28T00:43:42.267Z Compiling thiserror-impl v2.0.18
19702026-05-28T00:43:42.340Z Compiling schemars_derive v0.8.22
19712026-05-28T00:43:42.373Z Compiling futures-util v0.3.32
19722026-05-28T00:43:42.443Z Compiling rustls-pki-types v1.14.0
19732026-05-28T00:43:42.466Z Compiling zerofrom v0.1.6
19742026-05-28T00:43:42.614Z Compiling yoke v0.8.1
19752026-05-28T00:43:42.702Z Compiling crypto-common v0.1.7
19762026-05-28T00:43:42.830Z Compiling zerovec v0.11.5
19772026-05-28T00:43:42.869Z Compiling zerotrie v0.2.3
19782026-05-28T00:43:43.300Z Compiling block-buffer v0.10.4
19792026-05-28T00:43:43.405Z Compiling tinystr v0.8.2
19802026-05-28T00:43:43.434Z Compiling potential_utf v0.1.4
19812026-05-28T00:43:43.449Z Compiling digest v0.10.7
19822026-05-28T00:43:43.501Z Compiling block-padding v0.3.3
19832026-05-28T00:43:43.642Z Compiling icu_locale_core v2.1.1
19842026-05-28T00:43:43.657Z Compiling icu_collections v2.1.1
19852026-05-28T00:43:43.679Z Compiling hmac v0.12.1
19862026-05-28T00:43:43.724Z Compiling openssl-macros v0.1.1
19872026-05-28T00:43:43.901Z Compiling inout v0.1.4
19882026-05-28T00:43:44.146Z Compiling pest_generator v2.8.6
19892026-05-28T00:43:44.180Z Compiling cipher v0.4.4
19902026-05-28T00:43:44.314Z Compiling bytes v1.11.1
19912026-05-28T00:43:44.445Z Compiling icu_provider v2.1.1
19922026-05-28T00:43:44.459Z Compiling chrono v0.4.44
19932026-05-28T00:43:44.567Z Compiling sha2 v0.10.9
19942026-05-28T00:43:44.724Z Compiling icu_normalizer v2.1.1
19952026-05-28T00:43:44.813Z Compiling icu_properties v2.1.2
19962026-05-28T00:43:44.877Z Compiling tokio v1.52.1
19972026-05-28T00:43:45.038Z Compiling http v1.4.0
19982026-05-28T00:43:45.068Z Compiling pest_derive v2.8.6
19992026-05-28T00:43:45.503Z Compiling thiserror-impl v1.0.69
20002026-05-28T00:43:45.734Z Compiling idna_adapter v1.2.1
20012026-05-28T00:43:45.831Z Compiling ppv-lite86 v0.2.21
20022026-05-28T00:43:45.892Z Compiling idna v1.1.0
20032026-05-28T00:43:46.061Z Compiling scroll_derive v0.13.1
20042026-05-28T00:43:46.317Z Compiling url v2.5.8
20052026-05-28T00:43:46.383Z Compiling der v0.7.10
20062026-05-28T00:43:46.809Z Compiling plain v0.2.3
20072026-05-28T00:43:46.848Z Compiling camino v1.2.2
20082026-05-28T00:43:46.908Z Compiling paste v1.0.15
20092026-05-28T00:43:47.165Z Compiling http-body v1.0.1
20102026-05-28T00:43:47.240Z Compiling spki v0.7.3
20112026-05-28T00:43:47.357Z Compiling salsa20 v0.10.2
20122026-05-28T00:43:47.463Z Compiling pbkdf2 v0.12.2
20132026-05-28T00:43:47.521Z Compiling tracing v0.1.44
20142026-05-28T00:43:47.982Z Compiling aho-corasick v1.1.4
20152026-05-28T00:43:47.997Z Compiling cookie v0.18.1
20162026-05-28T00:43:48.028Z Compiling atomic-waker v1.1.2
20172026-05-28T00:43:48.191Z Compiling num-bigint-dig v0.8.6
20182026-05-28T00:43:48.213Z Compiling dyn-clone v1.0.20
20192026-05-28T00:43:48.238Z Compiling fastrand v2.3.0
20202026-05-28T00:43:48.411Z Compiling scrypt v0.11.0
20212026-05-28T00:43:48.631Z Compiling tokio-util v0.7.18
20222026-05-28T00:43:48.686Z Compiling rand_chacha v0.9.0
20232026-05-28T00:43:48.782Z Compiling aes v0.8.4
20242026-05-28T00:43:48.852Z Compiling regex-automata v0.4.14
20252026-05-28T00:43:48.866Z Compiling cbc v0.1.2
20262026-05-28T00:43:48.928Z Compiling async-trait v0.1.89
20272026-05-28T00:43:49.094Z Compiling ahash v0.8.12
20282026-05-28T00:43:49.097Z Compiling zstd-safe v7.2.4
20292026-05-28T00:43:49.364Z Compiling try-lock v0.2.5
20302026-05-28T00:43:49.380Z Compiling pretty-hex v0.4.1
20312026-05-28T00:43:49.383Z Compiling openssl-probe v0.2.1
20322026-05-28T00:43:49.432Z Compiling tower-layer v0.3.3
20332026-05-28T00:43:49.508Z Compiling untrusted v0.7.1
20342026-05-28T00:43:49.546Z Compiling anyhow v1.0.102
20352026-05-28T00:43:49.795Z Compiling usdt-impl v0.6.0
20362026-05-28T00:43:49.804Z Compiling tinyvec_macros v0.1.1
20372026-05-28T00:43:49.804Z Compiling tower-service v0.3.3
20382026-05-28T00:43:49.809Z Compiling tinyvec v1.10.0
20392026-05-28T00:43:49.899Z Compiling want v0.3.1
20402026-05-28T00:43:49.918Z Compiling pkcs5 v0.7.1
20412026-05-28T00:43:49.963Z Compiling rand v0.9.2
20422026-05-28T00:43:50.109Z Compiling h2 v0.4.13
20432026-05-28T00:43:50.158Z Compiling scroll v0.13.0
20442026-05-28T00:43:50.415Z Compiling ipnet v2.11.0
20452026-05-28T00:43:50.444Z Compiling serde_tokenstream v0.2.3
20462026-05-28T00:43:50.547Z Compiling daft-derive v0.1.7
20472026-05-28T00:43:50.562Z Compiling scroll_derive v0.12.1
20482026-05-28T00:43:50.627Z Compiling clap_derive v4.6.1
20492026-05-28T00:43:50.774Z Compiling heapless v0.7.17
20502026-05-28T00:43:51.139Z Compiling utf8parse v0.2.2
20512026-05-28T00:43:51.210Z Compiling unicode-segmentation v1.12.0
20522026-05-28T00:43:51.270Z Compiling pin-utils v0.1.0
20532026-05-28T00:43:51.399Z Compiling httpdate v1.0.3
20542026-05-28T00:43:51.465Z Compiling signal-hook v0.3.18
20552026-05-28T00:43:51.683Z Compiling goblin v0.10.5
20562026-05-28T00:43:51.871Z Compiling pkcs8 v0.10.2
20572026-05-28T00:43:51.929Z Compiling tempfile v3.25.0
20582026-05-28T00:43:52.183Z Compiling pin-project-internal v1.1.11
20592026-05-28T00:43:52.267Z Compiling darling_core v0.20.11
20602026-05-28T00:43:52.485Z Compiling spin v0.9.8
20612026-05-28T00:43:52.725Z Compiling anstyle v1.0.14
20622026-05-28T00:43:52.797Z Compiling litrs v1.0.0
20632026-05-28T00:43:52.823Z Compiling foreign-types-shared v0.1.1
20642026-05-28T00:43:52.944Z Compiling simd-adler32 v0.3.8
20652026-05-28T00:43:53.026Z Compiling foreign-types v0.3.2
20662026-05-28T00:43:53.276Z Compiling heck v0.4.1
20672026-05-28T00:43:53.305Z Compiling document-features v0.2.12
20682026-05-28T00:43:53.421Z Compiling unicode-normalization v0.1.25
20692026-05-28T00:43:53.580Z Compiling hyper v1.8.1
20702026-05-28T00:43:53.583Z Compiling dtrace-parser v0.3.0
20712026-05-28T00:43:53.647Z Compiling hex v0.4.3
20722026-05-28T00:43:53.844Z Compiling zerocopy-derive v0.7.35
20732026-05-28T00:43:53.898Z Compiling strum_macros v0.26.4
20742026-05-28T00:43:53.974Z Compiling darling_core v0.21.3
20752026-05-28T00:43:54.039Z Compiling curve25519-dalek v4.1.3
20762026-05-28T00:43:54.245Z Compiling thread-id v5.1.0
20772026-05-28T00:43:54.265Z Compiling darling_macro v0.20.11
20782026-05-28T00:43:54.302Z Compiling memoffset v0.9.1
20792026-05-28T00:43:54.319Z Compiling rustix v0.38.44
20802026-05-28T00:43:54.348Z Compiling smoltcp v0.9.1
20812026-05-28T00:43:54.420Z Compiling powerfmt v0.2.0
20822026-05-28T00:43:54.528Z Compiling dof v0.4.0
20832026-05-28T00:43:54.596Z Compiling anstyle-query v1.1.5
20842026-05-28T00:43:54.667Z Compiling colorchoice v1.0.4
20852026-05-28T00:43:54.711Z Compiling ref-cast v1.0.25
20862026-05-28T00:43:54.729Z Compiling adler2 v2.0.1
20872026-05-28T00:43:54.732Z Compiling is_terminal_polyfill v1.70.2
20882026-05-28T00:43:54.800Z Compiling darling v0.20.11
20892026-05-28T00:43:54.814Z Compiling deranged v0.5.8
20902026-05-28T00:43:54.866Z Compiling miniz_oxide v0.8.9
20912026-05-28T00:43:54.935Z Compiling snafu-derive v0.8.9
20922026-05-28T00:43:55.041Z Compiling hyper-util v0.1.20
20932026-05-28T00:43:55.582Z Compiling rustls-native-certs v0.8.3
20942026-05-28T00:43:55.707Z Compiling http-body-util v0.1.3
20952026-05-28T00:43:56.010Z Compiling serde_spanned v0.6.9
20962026-05-28T00:43:56.033Z Compiling toml_datetime v0.6.11
20972026-05-28T00:43:56.310Z Compiling sync_wrapper v1.0.2
20982026-05-28T00:43:56.348Z Compiling darling_macro v0.21.3
20992026-05-28T00:43:56.389Z Compiling wait-timeout v0.2.1
21002026-05-28T00:43:56.405Z Compiling encoding_rs v0.8.35
21012026-05-28T00:43:56.473Z Compiling mime v0.3.17
21022026-05-28T00:43:56.544Z Compiling quick-error v1.2.3
21032026-05-28T00:43:56.626Z Compiling bit-vec v0.8.0
21042026-05-28T00:43:56.670Z Compiling ryu v1.0.23
21052026-05-28T00:43:56.696Z Compiling zlib-rs v0.6.2
21062026-05-28T00:43:56.871Z Compiling siphasher v1.0.2
21072026-05-28T00:43:56.955Z Compiling num_threads v0.1.7
21082026-05-28T00:43:57.078Z Compiling cfg_aliases v0.2.1
21092026-05-28T00:43:57.166Z Compiling nix v0.31.2
21102026-05-28T00:43:57.267Z Compiling time v0.3.47
21112026-05-28T00:43:57.379Z Compiling darling v0.21.3
21122026-05-28T00:43:57.486Z Compiling bit-set v0.8.0
21132026-05-28T00:43:57.512Z Compiling serde_urlencoded v0.7.1
21142026-05-28T00:43:57.540Z Compiling rusty-fork v0.3.1
21152026-05-28T00:43:57.624Z Compiling tower v0.5.3
21162026-05-28T00:43:57.818Z Compiling derive_builder_core v0.20.2
21172026-05-28T00:43:57.863Z Compiling anstyle-parse v1.0.0
21182026-05-28T00:43:57.881Z Compiling regex v1.12.3
21192026-05-28T00:43:57.903Z Compiling webpki-roots v1.0.6
21202026-05-28T00:43:58.051Z Compiling erased-serde v0.3.31
21212026-05-28T00:43:58.098Z Compiling hubpack_derive v0.1.1
21222026-05-28T00:43:58.121Z Compiling signature v2.2.0
21232026-05-28T00:43:58.159Z Compiling rand_xorshift v0.4.0
21242026-05-28T00:43:58.214Z Compiling ref-cast-impl v1.0.25
21252026-05-28T00:43:58.222Z Compiling curve25519-dalek-derive v0.1.1
21262026-05-28T00:43:58.287Z Compiling strum_macros v0.27.2
21272026-05-28T00:43:58.515Z Compiling fs-err v3.3.0
21282026-05-28T00:43:58.571Z Compiling usdt-impl v0.5.0
21292026-05-28T00:43:58.618Z Compiling unicode-bidi v0.3.18
21302026-05-28T00:43:58.674Z Compiling object v0.37.3
21312026-05-28T00:43:58.726Z Compiling allocator-api2 v0.2.21
21322026-05-28T00:43:58.742Z Compiling iri-string v0.7.10
21332026-05-28T00:43:58.814Z Compiling flate2 v1.1.9
21342026-05-28T00:43:58.864Z Compiling unicode-properties v0.1.4
21352026-05-28T00:43:59.088Z Compiling unarray v0.1.4
21362026-05-28T00:43:59.106Z Compiling stringprep v0.1.5
21372026-05-28T00:43:59.219Z Compiling proptest v1.10.0
21382026-05-28T00:43:59.509Z Compiling derive_builder_macro v0.20.2
21392026-05-28T00:44:00.010Z Compiling tower-http v0.6.8
21402026-05-28T00:44:00.234Z Compiling anstream v1.0.0
21412026-05-28T00:44:00.461Z Compiling serde_with_macros v3.17.0
21422026-05-28T00:44:00.732Z Compiling tokio-native-tls v0.3.1
21432026-05-28T00:44:00.779Z Compiling usdt-attr-macro v0.6.0
21442026-05-28T00:44:00.836Z Compiling usdt-macro v0.6.0
21452026-05-28T00:44:00.840Z Compiling ipnetwork v0.21.1
21462026-05-28T00:44:00.949Z Compiling scroll v0.12.0
21472026-05-28T00:44:00.969Z Compiling bstr v1.12.1
21482026-05-28T00:44:01.322Z Compiling rand_chacha v0.3.1
21492026-05-28T00:44:01.499Z Compiling md-5 v0.10.6
21502026-05-28T00:44:01.549Z Compiling async-recursion v1.1.1
21512026-05-28T00:44:01.563Z Compiling terminal_size v0.4.3
21522026-05-28T00:44:01.578Z Compiling num-integer v0.1.46
21532026-05-28T00:44:01.610Z Compiling hash32 v0.2.1
21542026-05-28T00:44:01.665Z Compiling vergen-lib v0.1.6
21552026-05-28T00:44:01.681Z Compiling ff v0.13.1
21562026-05-28T00:44:01.840Z Compiling fallible-iterator v0.2.0
21572026-05-28T00:44:01.894Z Compiling winnow v0.7.14
21582026-05-28T00:44:01.952Z Compiling base16ct v0.2.0
21592026-05-28T00:44:01.984Z Compiling psl-types v2.0.11
21602026-05-28T00:44:02.107Z Compiling clap_lex v1.0.0
21612026-05-28T00:44:02.126Z Compiling postgres-protocol v0.6.10
21622026-05-28T00:44:02.140Z Compiling publicsuffix v2.3.0
21632026-05-28T00:44:02.167Z Compiling sec1 v0.7.3
21642026-05-28T00:44:02.334Z Compiling clap_builder v4.6.0
21652026-05-28T00:44:02.425Z Compiling group v0.13.0
21662026-05-28T00:44:02.453Z Compiling num-iter v0.1.45
21672026-05-28T00:44:02.617Z Compiling rand v0.8.6
21682026-05-28T00:44:03.005Z Compiling newtype-uuid v1.3.2
21692026-05-28T00:44:03.162Z Compiling goblin v0.8.2
21702026-05-28T00:44:03.262Z Compiling oxnet v0.1.5
21712026-05-28T00:44:03.388Z Compiling hyper-tls v0.6.0
21722026-05-28T00:44:03.440Z Compiling derive_builder v0.20.2
21732026-05-28T00:44:03.632Z Compiling phf_shared v0.13.1
21742026-05-28T00:44:03.655Z Compiling zerocopy v0.7.35
21752026-05-28T00:44:03.712Z Compiling lazy_static v1.5.0
21762026-05-28T00:44:03.768Z Compiling pin-project v1.1.11
21772026-05-28T00:44:03.818Z Compiling anstyle-parse v0.2.7
21782026-05-28T00:44:03.975Z Compiling futures-executor v0.3.32
21792026-05-28T00:44:03.975Z Compiling cargo-platform v0.1.9
21802026-05-28T00:44:04.021Z Compiling hkdf v0.12.4
21812026-05-28T00:44:04.046Z Compiling crypto-bigint v0.5.5
21822026-05-28T00:44:04.144Z Compiling enum-as-inner v0.6.1
21832026-05-28T00:44:04.191Z Compiling serde_repr v0.1.20
21842026-05-28T00:44:04.250Z Compiling vergen v9.0.6
21852026-05-28T00:44:04.474Z Compiling foldhash v0.1.5
21862026-05-28T00:44:04.595Z Compiling same-file v1.0.6
21872026-05-28T00:44:04.779Z Compiling libbz2-rs-sys v0.2.2
21882026-05-28T00:44:04.779Z Compiling winnow v0.5.40
21892026-05-28T00:44:04.884Z Compiling bitflags v1.3.2
21902026-05-28T00:44:04.884Z Compiling foldhash v0.2.0
21912026-05-28T00:44:04.884Z Compiling bumpalo v3.20.2
21922026-05-28T00:44:04.974Z Compiling managed v0.8.0
21932026-05-28T00:44:05.056Z Compiling elliptic-curve v0.13.8
21942026-05-28T00:44:05.111Z Compiling bzip2 v0.6.1
21952026-05-28T00:44:05.201Z Compiling zopfli v0.8.3
21962026-05-28T00:44:05.319Z Compiling hashbrown v0.16.1
21972026-05-28T00:44:05.378Z Compiling walkdir v2.5.0
21982026-05-28T00:44:05.477Z Compiling dof v0.3.0
21992026-05-28T00:44:05.684Z Compiling hashbrown v0.15.5
22002026-05-28T00:44:06.048Z Compiling toml_edit v0.19.15
22012026-05-28T00:44:06.117Z Compiling clap v4.6.1
22022026-05-28T00:44:06.209Z Compiling cargo_metadata v0.19.2
22032026-05-28T00:44:06.230Z Compiling futures v0.3.32
22042026-05-28T00:44:06.265Z Compiling anstream v0.6.21
22052026-05-28T00:44:06.669Z Compiling snafu v0.8.9
22062026-05-28T00:44:06.786Z Compiling phf v0.13.1
22072026-05-28T00:44:07.331Z Compiling signal-hook-mio v0.2.5
22082026-05-28T00:44:07.372Z Compiling daft v0.1.7
22092026-05-28T00:44:07.372Z Compiling cookie_store v0.22.1
22102026-05-28T00:44:07.372Z Compiling zstd v0.13.3
22112026-05-28T00:44:07.409Z Compiling postgres-types v0.2.12
22122026-05-28T00:44:07.426Z Compiling bzip2 v0.4.4
22132026-05-28T00:44:07.571Z Compiling globset v0.4.18
22142026-05-28T00:44:07.595Z Compiling dtrace-parser v0.2.0
22152026-05-28T00:44:07.641Z Compiling strum v0.27.2
22162026-05-28T00:44:07.715Z Compiling hubpack v0.1.2
22172026-05-28T00:44:07.747Z Compiling ed25519 v2.2.3
22182026-05-28T00:44:07.769Z Compiling phf_shared v0.11.3
22192026-05-28T00:44:07.769Z Compiling olpc-cjson v0.1.4
22202026-05-28T00:44:07.796Z Compiling pkcs1 v0.7.5
22212026-05-28T00:44:07.966Z Compiling pem v3.0.6
22222026-05-28T00:44:08.014Z Compiling serde-big-array v0.5.1
22232026-05-28T00:44:08.064Z Compiling serde_plain v1.0.2
22242026-05-28T00:44:08.064Z Compiling rfc6979 v0.4.0
22252026-05-28T00:44:08.161Z Compiling float-cmp v0.10.0
22262026-05-28T00:44:08.161Z Compiling thread-id v4.2.2
22272026-05-28T00:44:08.208Z Compiling memmap2 v0.9.10
22282026-05-28T00:44:08.229Z Compiling env_filter v1.0.0
22292026-05-28T00:44:08.243Z Compiling toml_write v0.1.2
22302026-05-28T00:44:08.250Z Compiling predicates-core v1.0.10
22312026-05-28T00:44:08.270Z Compiling new_debug_unreachable v1.0.6
22322026-05-28T00:44:08.288Z Compiling keccak v0.1.6
22332026-05-28T00:44:08.302Z Compiling jiff v0.2.21
22342026-05-28T00:44:08.319Z Compiling fixedbitset v0.5.7
22352026-05-28T00:44:08.401Z Compiling either v1.15.0
22362026-05-28T00:44:08.441Z Compiling whoami v2.1.0
22372026-05-28T00:44:08.453Z Compiling typed-path v0.9.3
22382026-05-28T00:44:08.494Z Compiling precomputed-hash v0.1.1
22392026-05-28T00:44:08.507Z Compiling difflib v0.4.0
22402026-05-28T00:44:08.522Z Compiling normalize-line-endings v0.3.0
22412026-05-28T00:44:08.592Z Compiling data-encoding v2.10.0
22422026-05-28T00:44:08.607Z Compiling static_assertions v1.1.0
22432026-05-28T00:44:08.623Z Compiling fixedbitset v0.4.2
22442026-05-28T00:44:08.636Z Compiling itertools v0.13.0
22452026-05-28T00:44:08.693Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22462026-05-28T00:44:08.783Z Compiling petgraph v0.6.5
22472026-05-28T00:44:08.844Z Compiling predicates v3.1.4
22482026-05-28T00:44:08.967Z Compiling hickory-proto v0.25.2
22492026-05-28T00:44:09.133Z Compiling tokio-postgres v0.7.16
22502026-05-28T00:44:09.445Z Compiling string_cache v0.8.9
22512026-05-28T00:44:09.612Z Compiling petgraph v0.8.3
22522026-05-28T00:44:09.692Z Compiling sha3 v0.10.8
22532026-05-28T00:44:10.188Z Compiling toml_edit v0.22.27
22542026-05-28T00:44:10.271Z Compiling env_logger v0.11.9
22552026-05-28T00:44:10.287Z Compiling usdt v0.6.0
22562026-05-28T00:44:10.611Z Compiling ecdsa v0.16.9
22572026-05-28T00:44:11.036Z Compiling zip v4.6.1
22582026-05-28T00:44:11.152Z Compiling rsa v0.9.10
22592026-05-28T00:44:11.509Z Compiling ed25519-dalek v2.2.0
22602026-05-28T00:44:11.827Z Compiling zip v0.6.6
22612026-05-28T00:44:12.000Z Compiling crossterm v0.28.1
22622026-05-28T00:44:12.019Z Compiling toml v0.7.8
22632026-05-28T00:44:12.083Z Compiling iddqd v0.4.1
22642026-05-28T00:44:12.375Z Compiling crossbeam-epoch v0.9.18
22652026-05-28T00:44:12.505Z Compiling toml_parser v1.0.9+spec-1.1.0
22662026-05-28T00:44:12.573Z Compiling serde_with v3.17.0
22672026-05-28T00:44:12.585Z Compiling similar v2.7.0
22682026-05-28T00:44:12.751Z Compiling strum v0.26.3
22692026-05-28T00:44:12.862Z Compiling tokio-stream v0.1.18
22702026-05-28T00:44:13.067Z Compiling buf-list v1.1.2
22712026-05-28T00:44:13.205Z Compiling x509-cert v0.2.5
22722026-05-28T00:44:13.332Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22732026-05-28T00:44:13.355Z Compiling openapiv3 v2.2.0
22742026-05-28T00:44:13.356Z Compiling sha1 v0.10.6
22752026-05-28T00:44:13.356Z Compiling structmeta-derive v0.3.0
22762026-05-28T00:44:13.562Z Compiling toml_datetime v0.7.5+spec-1.1.0
22772026-05-28T00:44:13.784Z Compiling radium v0.7.0
22782026-05-28T00:44:13.870Z Compiling peg-runtime v0.8.5
22792026-05-28T00:44:14.040Z Compiling lalrpop-util v0.19.12
22802026-05-28T00:44:14.373Z Compiling structmeta v0.3.0
22812026-05-28T00:44:15.152Z Compiling maybe-uninit v2.0.0
22822026-05-28T00:44:15.428Z Compiling tap v1.0.1
22832026-05-28T00:44:15.536Z Compiling wyz v0.5.1
22842026-05-28T00:44:17.254Z Compiling funty v2.0.0
22852026-05-28T00:44:17.286Z Compiling packed_struct v0.10.1
22862026-05-28T00:44:17.656Z Compiling bitvec v1.0.1
22872026-05-28T00:44:19.889Z Compiling packed_struct_codegen v0.10.1
22882026-05-28T00:44:20.168Z Compiling zerocopy-derive v0.6.6
22892026-05-28T00:44:20.171Z Compiling bitfield-macros v0.19.4
22902026-05-28T00:44:20.789Z Compiling indexmap v1.9.3
22912026-05-28T00:44:20.869Z Compiling crc-catalog v2.4.0
22922026-05-28T00:44:21.048Z Compiling typeid v1.0.3
22932026-05-28T00:44:21.062Z Compiling nodrop v0.1.14
22942026-05-28T00:44:21.168Z Compiling array-init v0.0.4
22952026-05-28T00:44:21.559Z Compiling crc v3.4.0
22962026-05-28T00:44:21.766Z Compiling zerocopy v0.6.6
22972026-05-28T00:44:21.817Z Compiling bitfield v0.19.4
22982026-05-28T00:44:22.322Z Compiling smallvec v0.6.14
22992026-05-28T00:44:22.721Z Compiling derive-ex v0.1.8
23002026-05-28T00:44:25.250Z Compiling base64 v0.21.7
23012026-05-28T00:44:25.266Z Compiling rustls v0.22.4
23022026-05-28T00:44:25.369Z Compiling erased-serde v0.4.9
23032026-05-28T00:44:25.528Z Compiling hashbrown v0.12.3
23042026-05-28T00:44:25.598Z Compiling ron v0.8.1
23052026-05-28T00:44:26.557Z Compiling rustls-webpki v0.103.9
23062026-05-28T00:44:27.549Z Compiling test-strategy v0.4.5
23072026-05-28T00:44:28.552Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23082026-05-28T00:44:28.819Z Compiling serde-hex v0.1.0
23092026-05-28T00:44:28.901Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102026-05-28T00:44:29.282Z Compiling toml v0.8.23
23112026-05-28T00:44:30.205Z Compiling tokio-rustls v0.26.4
23122026-05-28T00:44:30.329Z Compiling rustls-platform-verifier v0.6.2
23132026-05-28T00:44:30.517Z Compiling hyper-rustls v0.27.7
23142026-05-28T00:44:30.554Z Compiling hashbrown v0.13.2
23152026-05-28T00:44:30.571Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23162026-05-28T00:44:30.808Z Compiling reqwest v0.12.28
23172026-05-28T00:44:30.862Z Compiling reqwest v0.13.2
23182026-05-28T00:44:30.968Z Compiling rustls-webpki v0.102.8
23192026-05-28T00:44:31.461Z Compiling filetime v0.2.27
23202026-05-28T00:44:31.483Z Compiling multer v3.1.0
23212026-05-28T00:44:31.577Z Compiling thread_local v1.1.9
23222026-05-28T00:44:31.686Z Compiling rayon-core v1.13.0
23232026-05-28T00:44:31.793Z Compiling match_cfg v0.1.0
23242026-05-28T00:44:31.813Z Compiling xattr v1.6.1
23252026-05-28T00:44:31.890Z Compiling compression-core v0.4.31
23262026-05-28T00:44:31.905Z Compiling crc-any v2.5.0
23272026-05-28T00:44:31.921Z Compiling slog-async v2.8.0
23282026-05-28T00:44:31.959Z Compiling tar v0.4.45
23292026-05-28T00:44:31.995Z Compiling hostname v0.3.1
23302026-05-28T00:44:32.032Z Compiling compression-codecs v0.4.37
23312026-05-28T00:44:32.187Z Compiling object v0.30.4
23322026-05-28T00:44:32.266Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23332026-05-28T00:44:32.339Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23342026-05-28T00:44:32.392Z Compiling tough v0.22.0
23352026-05-28T00:44:32.424Z Compiling crossbeam-channel v0.5.15
23362026-05-28T00:44:32.780Z Compiling slog-json v2.6.1
23372026-05-28T00:44:32.870Z Compiling async-stream-impl v0.3.6
23382026-05-28T00:44:33.014Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23392026-05-28T00:44:33.059Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23402026-05-28T00:44:33.126Z Compiling ordered-float v2.10.1
23412026-05-28T00:44:33.457Z Compiling serde_path_to_error v0.1.20
23422026-05-28T00:44:33.461Z Compiling serde_spanned v1.0.4
23432026-05-28T00:44:33.497Z Compiling toml_datetime v1.0.0+spec-1.1.0
23442026-05-28T00:44:33.658Z Compiling is-terminal v0.4.17
23452026-05-28T00:44:33.776Z Compiling fs-err v2.11.0
23462026-05-28T00:44:33.791Z Compiling dropshot v0.17.0
23472026-05-28T00:44:33.918Z Compiling take_mut v0.2.2
23482026-05-28T00:44:33.946Z Compiling toml_writer v1.0.6+spec-1.1.0
23492026-05-28T00:44:33.992Z Compiling term v1.2.1
23502026-05-28T00:44:34.007Z Compiling debug-ignore v1.0.5
23512026-05-28T00:44:34.059Z Compiling path-slash v0.1.5
23522026-05-28T00:44:34.173Z Compiling toml v1.0.6+spec-1.1.0
23532026-05-28T00:44:34.239Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23542026-05-28T00:44:34.254Z Compiling tokio-rustls v0.25.0
23552026-05-28T00:44:34.257Z Compiling async-stream v0.3.6
23562026-05-28T00:44:34.332Z Compiling serde-value v0.7.0
23572026-05-28T00:44:34.414Z Compiling slog-term v2.9.2
23582026-05-28T00:44:34.455Z Compiling slog-bunyan v2.5.0
23592026-05-28T00:44:34.489Z Compiling serde-untagged v0.1.9
23602026-05-28T00:44:34.534Z Compiling async-compression v0.4.41
23612026-05-28T00:44:34.863Z Compiling crossbeam-deque v0.8.6
23622026-05-28T00:44:35.024Z Compiling parse-display-derive v0.10.0
23632026-05-28T00:44:35.045Z Compiling camino-tempfile v1.4.1
23642026-05-28T00:44:35.111Z Compiling dropshot_endpoint v0.17.0
23652026-05-28T00:44:35.409Z Compiling newtype-uuid-macros v0.1.0
23662026-05-28T00:44:35.469Z Compiling backon v1.6.0
23672026-05-28T00:44:35.515Z Compiling waitgroup v0.1.2
23682026-05-28T00:44:35.677Z Compiling half v2.7.1
23692026-05-28T00:44:35.729Z Compiling rustls-pemfile v2.2.0
23702026-05-28T00:44:35.755Z Compiling blake3 v1.8.3
23712026-05-28T00:44:35.844Z Compiling hostname v0.4.2
23722026-05-28T00:44:35.847Z Compiling instant v0.1.13
23732026-05-28T00:44:36.009Z Compiling ciborium-io v0.2.2
23742026-05-28T00:44:36.027Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23752026-05-28T00:44:36.045Z Compiling unicode-xid v0.2.6
23762026-05-28T00:44:36.060Z Compiling backoff v0.4.0
23772026-05-28T00:44:36.144Z Compiling ciborium-ll v0.2.2
23782026-05-28T00:44:36.158Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23792026-05-28T00:44:36.207Z Compiling cargo-util-schemas v0.8.2
23802026-05-28T00:44:36.308Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23812026-05-28T00:44:36.367Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23822026-05-28T00:44:36.492Z Compiling parse-display v0.10.0
23832026-05-28T00:44:36.628Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23842026-05-28T00:44:36.780Z Compiling regress v0.10.5
23852026-05-28T00:44:36.827Z Compiling itertools v0.14.0
23862026-05-28T00:44:36.950Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23872026-05-28T00:44:36.967Z Compiling cargo-platform v0.2.0
23882026-05-28T00:44:37.394Z Compiling macaddr v1.0.1
23892026-05-28T00:44:37.531Z Compiling indent_write v2.2.0
23902026-05-28T00:44:37.585Z Compiling constant_time_eq v0.4.2
23912026-05-28T00:44:37.689Z Compiling arrayref v0.3.9
23922026-05-28T00:44:37.706Z Compiling parse-size v1.1.0
23932026-05-28T00:44:37.781Z Compiling arrayvec v0.7.6
23942026-05-28T00:44:37.805Z Compiling cargo_metadata v0.21.0
23952026-05-28T00:44:37.909Z Compiling ciborium v0.2.2
23962026-05-28T00:44:37.922Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23972026-05-28T00:44:38.338Z Compiling topological-sort v0.2.2
23982026-05-28T00:44:38.367Z Compiling display-error-chain v0.2.2
23992026-05-28T00:44:38.391Z Compiling shell-words v1.1.1
24002026-05-28T00:44:38.528Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24012026-05-28T00:44:48.775Z Compiling progenitor-client v0.10.0
24022026-05-28T00:44:48.775Z Compiling omicron-zone-package v0.12.2
24032026-05-28T00:44:48.791Z Compiling progenitor-client v0.14.0
24042026-05-28T00:44:49.267Z Compiling progenitor-extras v0.2.0
24052026-05-28T00:44:51.438Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24062026-05-28T00:44:51.453Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24072026-05-28T00:44:51.472Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24082026-05-28T00:44:51.727Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092026-05-28T00:44:55.749Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24102026-05-28T00:44:59.121Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24112026-05-28T00:45:07.056Z Finished `release` profile [optimized] target(s) in 1m 32s
24122026-05-28T00:45:07.206Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24132026-05-28T00:45:07.263ZMay 28 00:45:06.540 DEBG changing working directory to /work/oxidecomputer/omicron
24142026-05-28T00:45:07.353ZMay 28 00:45:06.630 DEBG running: git rev-parse HEAD
24152026-05-28T00:45:07.359ZMay 28 00:45:06.633 DEBG process exited with exit status: 0 (2.518391ms)
24162026-05-28T00:45:07.359ZMay 28 00:45:06.633 INFO version: 20.0.0-0.ci+gitf331e2d2335
24172026-05-28T00:45:07.359ZMay 28 00:45:06.634 INFO OPTE override active: commit=84e91b62621406f38e4d0870a92bafacad96536e
24182026-05-28T00:45:07.369ZMay 28 00:45:06.641 INFO cloning helios to /work/oxidecomputer/helios
24192026-05-28T00:45:07.369ZMay 28 00:45:06.641 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24202026-05-28T00:45:07.369ZCloning into '/work/oxidecomputer/helios'...
24212026-05-28T00:45:07.852ZMay 28 00:45:07.129 DEBG process exited with exit status: 0 (488.372768ms)
24222026-05-28T00:45:07.852ZMay 28 00:45:07.129 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24232026-05-28T00:45:07.855ZMay 28 00:45:07.132 DEBG process exited with exit status: 0 (2.344021ms)
24242026-05-28T00:45:07.855ZMay 28 00:45:07.132 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24252026-05-28T00:45:08.174ZMay 28 00:45:07.451 DEBG process exited with exit status: 0 (319.842587ms)
24262026-05-28T00:45:08.174ZMay 28 00:45:07.451 DEBG running: zfs list rpool/images/build/host
24272026-05-28T00:45:08.178ZNAME USED AVAIL REFER MOUNTPOINT
24282026-05-28T00:45:08.178Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24292026-05-28T00:45:08.181ZMay 28 00:45:07.456 DEBG process exited with exit status: 0 (4.382302ms)
24302026-05-28T00:45:08.181ZMay 28 00:45:07.456 DEBG running: zfs list rpool/images/build/recovery
24312026-05-28T00:45:08.184ZNAME USED AVAIL REFER MOUNTPOINT
24322026-05-28T00:45:08.184Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24332026-05-28T00:45:08.184ZMay 28 00:45:07.459 DEBG process exited with exit status: 0 (3.277131ms)
24342026-05-28T00:45:08.184ZMay 28 00:45:07.460 INFO [incorp-manifest] running task
24352026-05-28T00:45:08.184ZMay 28 00:45:07.460 INFO [hubris-staging] running task
24362026-05-28T00:45:08.184ZMay 28 00:45:07.460 INFO [recovery-opte-p5p] running task
24372026-05-28T00:45:08.184ZMay 28 00:45:07.460 INFO [hubris-production] running task
24382026-05-28T00:45:08.184ZMay 28 00:45:07.460 INFO [host-opte-p5p] running task
24392026-05-28T00:45:08.184ZMay 28 00:45:07.460 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24402026-05-28T00:45:08.184ZMay 28 00:45:07.460 INFO downloading OPTE override p5p from https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/repo/84e91b62621406f38e4d0870a92bafacad96536e/opte.p5p
24412026-05-28T00:45:08.184ZMay 28 00:45:07.460 INFO downloading OPTE override p5p from https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/repo/84e91b62621406f38e4d0870a92bafacad96536e/opte.p5p
24422026-05-28T00:45:08.184ZMay 28 00:45:07.460 INFO [incorp-create] running: pkgrepo create /work/incorporation
24432026-05-28T00:45:08.190ZMay 28 00:45:07.468 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-28T00:45:08.193ZMay 28 00:45:07.468 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24452026-05-28T00:45:08.222Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24462026-05-28T00:45:08.430ZMay 28 00:45:07.706 INFO [incorp-create] process exited with exit status: 0 (246.09302ms)
24472026-05-28T00:45:08.440ZMay 28 00:45:07.707 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24482026-05-28T00:45:08.670ZMay 28 00:45:07.939 INFO [incorp-publisher] process exited with exit status: 0 (232.839855ms)
24492026-05-28T00:45:08.701Z[ omicron-package] Blocking waiting for file lock on package cache
24502026-05-28T00:45:08.781ZMay 28 00:45:08.052 DEBG process exited with exit status: 0 (592.151007ms)
24512026-05-28T00:45:08.803ZMay 28 00:45:08.052 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24522026-05-28T00:45:09.023ZMay 28 00:45:08.292 INFO downloaded OPTE p5p to /tmp/.tmpd4Ugq7/opte-recovery.p5p
24532026-05-28T00:45:09.023ZMay 28 00:45:08.292 INFO [recovery-opte-p5p] task succeeded (832.452035ms)
24542026-05-28T00:45:09.068ZMay 28 00:45:08.345 INFO downloaded OPTE p5p to /tmp/.tmpd4Ugq7/opte-host.p5p
24552026-05-28T00:45:09.068ZMay 28 00:45:08.345 INFO [host-opte-p5p] task succeeded (885.687654ms)
24562026-05-28T00:45:09.089Z[ omicron-package] Blocking waiting for file lock on package cache
24572026-05-28T00:45:09.303ZMay 28 00:45:08.581 INFO [hubris-production] task succeeded (1.120975031s)
24582026-05-28T00:45:09.416ZMay 28 00:45:08.691 DEBG process exited with exit status: 0 (638.741274ms)
24592026-05-28T00:45:09.419ZMay 28 00:45:08.692 INFO [incorp-manifest] task succeeded (1.232142761s)
24602026-05-28T00:45:09.419ZMay 28 00:45:08.692 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24612026-05-28T00:45:09.600ZMay 28 00:45:08.877 INFO [incorp-fmt] process exited with exit status: 0 (185.107288ms)
24622026-05-28T00:45:09.603ZMay 28 00:45:08.877 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24632026-05-28T00:45:09.824Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260528T004509Z
24642026-05-28T00:45:09.824Z[ incorp-pkgsend] PUBLISHED
24652026-05-28T00:45:09.862ZMay 28 00:45:09.139 INFO [incorp-pkgsend] process exited with exit status: 0 (261.360096ms)
24662026-05-28T00:45:09.867ZMay 28 00:45:09.139 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24672026-05-28T00:45:10.114Z[ omicron-package] Compiling ring v0.17.14
24682026-05-28T00:45:10.127Z[ helios-incorp] Retrieving packages for publisher helios ...
24692026-05-28T00:45:10.130Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24702026-05-28T00:45:10.158Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24712026-05-28T00:45:10.158Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24722026-05-28T00:45:10.158Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24732026-05-28T00:45:10.161Z[ helios-incorp]
24742026-05-28T00:45:10.161Z[ helios-incorp] Archiving packages ...
24752026-05-28T00:45:10.161Z[ helios-incorp] Packages to add: 1
24762026-05-28T00:45:10.161Z[ helios-incorp] Files to retrieve: 0
24772026-05-28T00:45:10.161Z[ helios-incorp] Estimated transfer size: 0.00 B
24782026-05-28T00:45:10.161Z[ helios-incorp]
24792026-05-28T00:45:10.161Z[ helios-incorp] Packages to archive:
24802026-05-28T00:45:10.161Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260528T004509Z
24812026-05-28T00:45:10.161Z[ helios-incorp]
24822026-05-28T00:45:10.162Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24832026-05-28T00:45:10.162Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24842026-05-28T00:45:10.218ZMay 28 00:45:09.496 INFO [helios-incorp] process exited with exit status: 0 (357.056661ms)
24852026-05-28T00:45:10.359Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24862026-05-28T00:45:10.359Z[ omicron-package] Compiling itertools v0.14.0
24872026-05-28T00:45:10.359Z[ omicron-package] Compiling secrecy v0.10.3
24882026-05-28T00:45:10.362Z[ omicron-package] Compiling heapless v0.8.0
24892026-05-28T00:45:10.362Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24902026-05-28T00:45:10.362Z[ omicron-package] Compiling hash32 v0.3.1
24912026-05-28T00:45:10.362Z[ omicron-package] Compiling smoltcp v0.11.0
24922026-05-28T00:45:10.362Z[ omicron-package] Compiling unicode-width v0.2.0
24932026-05-28T00:45:10.363Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24942026-05-28T00:45:10.363Z[ omicron-package] Compiling cobs v0.3.0
24952026-05-28T00:45:10.363Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24962026-05-28T00:45:10.363Z[ omicron-package] Compiling universal-hash v0.5.1
24972026-05-28T00:45:10.363Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24982026-05-28T00:45:10.363Z[ omicron-package] Compiling convert_case v0.4.0
24992026-05-28T00:45:11.072Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25002026-05-28T00:45:11.468Z[ omicron-package] Compiling opaque-debug v0.3.1
25012026-05-28T00:45:11.649Z[ omicron-package] Compiling derive_more v0.99.20
25022026-05-28T00:45:11.682Z[ omicron-package] Compiling postcard v1.1.3
25032026-05-28T00:45:11.724Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25042026-05-28T00:45:11.725Z[ omicron-package] Compiling poly1305 v0.8.0
25052026-05-28T00:45:11.749Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25062026-05-28T00:45:11.760Z[ omicron-package] Compiling password-hash v0.5.0
25072026-05-28T00:45:11.807Z[ omicron-package] Compiling chacha20 v0.9.1
25082026-05-28T00:45:11.810Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25092026-05-28T00:45:12.044Z[ omicron-package] Compiling blake2 v0.10.6
25102026-05-28T00:45:12.140Z[ omicron-package] Compiling ingot-macros v0.1.1
25112026-05-28T00:45:12.179Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
25122026-05-28T00:45:12.230Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25132026-05-28T00:45:12.315Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25142026-05-28T00:45:12.318Z[ omicron-package] Compiling aead v0.5.2
25152026-05-28T00:45:12.410Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
25162026-05-28T00:45:12.471Z[ omicron-package] Compiling proc-macro-error v1.0.4
25172026-05-28T00:45:12.569Z[ omicron-package] Compiling num_enum_derive v0.7.6
25182026-05-28T00:45:12.643Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25192026-05-28T00:45:12.666Z[ omicron-package] Compiling cpufeatures v0.3.0
25202026-05-28T00:45:12.673Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25212026-05-28T00:45:12.727Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25222026-05-28T00:45:12.766Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25232026-05-28T00:45:12.895Z[ omicron-package] Compiling chacha20 v0.10.0
25242026-05-28T00:45:12.898Z[ omicron-package] Compiling vsss-rs v3.3.4
25252026-05-28T00:45:13.054Z[ omicron-package] Compiling num_enum_derive v0.5.11
25262026-05-28T00:45:13.057Z[ omicron-package] Compiling argon2 v0.5.3
25272026-05-28T00:45:13.341Z[ omicron-package] Compiling tabwriter v1.4.1
25282026-05-28T00:45:13.375Z[ omicron-package] Compiling byte-wrapper v0.1.0
25292026-05-28T00:45:13.402Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25302026-05-28T00:45:13.440Z[ omicron-package] Compiling foreign-types v0.5.0
25312026-05-28T00:45:13.599Z[ omicron-package] Compiling cstr-argument v0.1.2
25322026-05-28T00:45:13.609Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
25332026-05-28T00:45:13.773Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25342026-05-28T00:45:13.808Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25352026-05-28T00:45:13.857Z[ omicron-package] Compiling num_enum v0.7.6
25362026-05-28T00:45:13.923Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25372026-05-28T00:45:14.021Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25382026-05-28T00:45:14.042Z[ omicron-package] Compiling rand v0.10.0
25392026-05-28T00:45:14.109Z[ omicron-package] Compiling rayon v1.11.0
25402026-05-28T00:45:14.179Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25412026-05-28T00:45:14.183Z[ omicron-package] Compiling libefi-sys v0.1.0
25422026-05-28T00:45:14.230Z[ omicron-package] Compiling num_enum v0.5.11
25432026-05-28T00:45:14.308Z[ omicron-package] Compiling colored v3.1.1
25442026-05-28T00:45:14.332Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25452026-05-28T00:45:14.388Z[ omicron-package] Compiling rustls v0.23.37
25462026-05-28T00:45:14.416Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25472026-05-28T00:45:14.436Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25482026-05-28T00:45:14.471Z[ omicron-package] Compiling itertools v0.12.1
25492026-05-28T00:45:14.474Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25502026-05-28T00:45:14.506Z[ omicron-package] Compiling usdt-macro v0.5.0
25512026-05-28T00:45:14.627Z[ omicron-package] Compiling sigpipe v0.1.3
25522026-05-28T00:45:14.716Z[ omicron-package] Compiling memmap v0.7.0
25532026-05-28T00:45:14.736Z[ omicron-package] Compiling bitfield-struct v0.6.2
25542026-05-28T00:45:14.991Z[ omicron-package] Compiling num-derive v0.4.2
25552026-05-28T00:45:15.032Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25562026-05-28T00:45:15.093Z[ omicron-package] Compiling swrite v0.1.0
25572026-05-28T00:45:15.121Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25582026-05-28T00:45:15.190Z[ omicron-package] Compiling glob v0.3.3
25592026-05-28T00:45:15.242Z[ omicron-package] Compiling ingot-types v0.1.2
25602026-05-28T00:45:15.337Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25612026-05-28T00:45:15.501Z[ omicron-package] Compiling usdt v0.5.0
25622026-05-28T00:45:15.552Z[ omicron-package] Compiling smf v0.2.3
25632026-05-28T00:45:15.755Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25642026-05-28T00:45:15.795Z[ omicron-package] Compiling rustls-webpki v0.103.9
25652026-05-28T00:45:15.820Z[ omicron-package] Compiling ingot v0.1.1
25662026-05-28T00:45:15.880Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25672026-05-28T00:45:15.905Z[ omicron-package] Compiling whoami v1.6.1
25682026-05-28T00:45:16.053Z[ omicron-package] Compiling zone v0.3.1
25692026-05-28T00:45:16.160Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25702026-05-28T00:45:16.271Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25712026-05-28T00:45:16.307Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25722026-05-28T00:45:16.325Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732026-05-28T00:45:16.330Z[ omicron-package] Compiling console v0.16.2
25742026-05-28T00:45:16.428Z[ omicron-package] Compiling gethostname v0.5.0
25752026-05-28T00:45:16.601Z[ omicron-package] Compiling unit-prefix v0.5.2
25762026-05-28T00:45:16.663Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25772026-05-28T00:45:16.724Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25782026-05-28T00:45:16.852Z[ omicron-package] Compiling indicatif v0.18.4
25792026-05-28T00:45:17.565Z[ omicron-package] Compiling rustls v0.22.4
25802026-05-28T00:45:18.016Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
25812026-05-28T00:45:18.781Z[ omicron-package] Compiling rustls-webpki v0.102.8
25822026-05-28T00:45:19.281Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
25832026-05-28T00:45:19.727Z[ omicron-package] Compiling tokio-rustls v0.26.4
25842026-05-28T00:45:19.727Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25852026-05-28T00:45:19.974Z[ omicron-package] Compiling hyper-rustls v0.27.7
25862026-05-28T00:45:20.198Z[ omicron-package] Compiling reqwest v0.12.28
25872026-05-28T00:45:20.236Z[ omicron-package] Compiling reqwest v0.13.2
25882026-05-28T00:45:20.525Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
25892026-05-28T00:45:21.214Z[ omicron-package] Compiling tokio-rustls v0.25.0
25902026-05-28T00:45:21.429Z[ omicron-package] Compiling dropshot v0.17.0
25912026-05-28T00:45:21.626Z[ omicron-package] Compiling tough v0.22.0
25922026-05-28T00:45:23.334ZMay 28 00:45:22.611 INFO [hubris-staging] task succeeded (15.151681946s)
25932026-05-28T00:45:23.479Z[ helios-setup] May 28 00:45:22.756 INFO helios repository root is: /work/oxidecomputer/helios
25942026-05-28T00:45:23.483Z[ helios-setup] May 28 00:45:22.758 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25952026-05-28T00:45:23.483Z[ helios-setup] May 28 00:45:22.758 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
25962026-05-28T00:45:23.483Z[ helios-setup] May 28 00:45:22.758 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25972026-05-28T00:45:23.486Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25982026-05-28T00:45:24.393Z[ helios-setup] May 28 00:45:23.670 INFO clone ok!, project: dmar-report
25992026-05-28T00:45:24.396Z[ helios-setup] May 28 00:45:23.670 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
26002026-05-28T00:45:24.396Z[ helios-setup] May 28 00:45:23.670 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26012026-05-28T00:45:24.396Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26022026-05-28T00:45:24.749Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26032026-05-28T00:45:24.910Z[ helios-setup] May 28 00:45:24.187 INFO clone ok!, project: bootserver
26042026-05-28T00:45:24.917Z[ helios-setup] May 28 00:45:24.187 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
26052026-05-28T00:45:24.917Z[ helios-setup] May 28 00:45:24.187 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26062026-05-28T00:45:24.917Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26072026-05-28T00:45:25.093Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26082026-05-28T00:45:25.376Z[ omicron-package] Compiling progenitor-client v0.14.0
26092026-05-28T00:45:25.398Z[ omicron-package] Compiling progenitor-client v0.10.0
26102026-05-28T00:45:25.433Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26112026-05-28T00:45:25.660Z[ omicron-package] Compiling progenitor-extras v0.2.0
26122026-05-28T00:45:25.777Z[ helios-setup] May 28 00:45:25.054 INFO clone ok!, project: chelsio-t6-roms
26132026-05-28T00:45:25.777Z[ helios-setup] May 28 00:45:25.054 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
26142026-05-28T00:45:25.777Z[ helios-setup] May 28 00:45:25.054 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26152026-05-28T00:45:25.780Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26162026-05-28T00:45:26.307Z[ helios-setup] May 28 00:45:25.584 INFO clone ok!, project: phbl
26172026-05-28T00:45:26.311Z[ helios-setup] May 28 00:45:25.585 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
26182026-05-28T00:45:26.311Z[ helios-setup] May 28 00:45:25.585 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26192026-05-28T00:45:26.311Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26202026-05-28T00:45:28.535Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26212026-05-28T00:45:28.633Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26222026-05-28T00:45:28.695Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26232026-05-28T00:45:28.780Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26242026-05-28T00:45:28.802Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26252026-05-28T00:45:28.819Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-05-28T00:45:28.850Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26272026-05-28T00:45:28.881Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26282026-05-28T00:45:29.030Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26292026-05-28T00:45:32.466Z[ helios-setup] May 28 00:45:31.744 INFO clone ok!, project: amd-firmware
26302026-05-28T00:45:32.466Z[ helios-setup] May 28 00:45:31.744 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
26312026-05-28T00:45:32.470Z[ helios-setup] May 28 00:45:31.744 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26322026-05-28T00:45:32.470Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26332026-05-28T00:45:32.993Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26342026-05-28T00:45:33.243Z[ helios-setup] May 28 00:45:32.519 INFO clone ok!, project: pilot
26352026-05-28T00:45:33.243Z[ helios-setup] May 28 00:45:32.519 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26362026-05-28T00:45:33.243Z[ helios-setup] May 28 00:45:32.519 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
26372026-05-28T00:45:33.243Z[ helios-setup] May 28 00:45:32.519 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26382026-05-28T00:45:33.246Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26392026-05-28T00:45:33.701Z[ helios-setup] May 28 00:45:32.978 INFO clone ok!, project: image-builder
26402026-05-28T00:45:33.701Z[ helios-setup] May 28 00:45:32.979 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
26412026-05-28T00:45:33.705Z[ helios-setup] May 28 00:45:32.979 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26422026-05-28T00:45:33.705Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26432026-05-28T00:45:34.168Z[ helios-setup] May 28 00:45:33.446 INFO clone ok!, project: pinprick
26442026-05-28T00:45:34.172Z[ helios-setup] May 28 00:45:33.446 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26452026-05-28T00:45:34.172Z[ helios-setup] May 28 00:45:33.446 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
26462026-05-28T00:45:34.172Z[ helios-setup] May 28 00:45:33.446 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
26472026-05-28T00:45:34.172Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26482026-05-28T00:45:34.879Z[ helios-setup] May 28 00:45:34.156 INFO clone ok!, project: amd-host-image-builder
26492026-05-28T00:45:34.881Z[ helios-setup] May 28 00:45:34.156 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26502026-05-28T00:45:35.100Z[ helios-setup] May 28 00:45:34.377 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26512026-05-28T00:45:35.322Z[ helios-setup] May 28 00:45:34.599 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26522026-05-28T00:45:35.322Z[ helios-setup] May 28 00:45:34.599 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26532026-05-28T00:45:35.542Z[ helios-setup] May 28 00:45:34.819 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26542026-05-28T00:45:35.760Z[ helios-setup] May 28 00:45:35.037 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26552026-05-28T00:45:35.760Z[ helios-setup] May 28 00:45:35.037 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26562026-05-28T00:45:35.987Z[ helios-setup] May 28 00:45:35.264 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26572026-05-28T00:45:36.209Z[ helios-setup] May 28 00:45:35.486 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26582026-05-28T00:45:36.209Z[ helios-setup] May 28 00:45:35.486 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26592026-05-28T00:45:36.209Z[ helios-setup] May 28 00:45:35.486 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26602026-05-28T00:45:36.213Z[ helios-setup] May 28 00:45:35.487 INFO ok!
26612026-05-28T00:45:36.213Z[ helios-setup] May 28 00:45:35.487 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26622026-05-28T00:45:36.213Z[ helios-setup] May 28 00:45:35.487 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26632026-05-28T00:45:36.213Z[ helios-setup] May 28 00:45:35.487 INFO ok!
26642026-05-28T00:45:36.213Z[ helios-setup] May 28 00:45:35.487 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26652026-05-28T00:45:36.213Z[ helios-setup] May 28 00:45:35.487 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26662026-05-28T00:45:36.213Z[ helios-setup] May 28 00:45:35.487 INFO ok!
26672026-05-28T00:45:36.213Z[ helios-setup] May 28 00:45:35.487 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26682026-05-28T00:45:36.217Z[ helios-setup] May 28 00:45:35.494 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
26692026-05-28T00:45:36.220Z[ helios-setup] May 28 00:45:35.495 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26702026-05-28T00:45:36.220Z[ helios-setup] May 28 00:45:35.495 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26712026-05-28T00:45:36.332Z[ helios-setup] May 28 00:45:35.609 INFO E| Updating crates.io index
26722026-05-28T00:45:36.418Z[ helios-setup] May 28 00:45:35.695 INFO E| Downloading crates ...
26732026-05-28T00:45:36.469Z[ helios-setup] May 28 00:45:35.746 INFO E| Downloaded bitflags v2.9.1
26742026-05-28T00:45:36.472Z[ helios-setup] May 28 00:45:35.749 INFO E| Downloaded itoa v1.0.15
26752026-05-28T00:45:36.483Z[ helios-setup] May 28 00:45:35.761 INFO E| Downloaded autocfg v1.4.0
26762026-05-28T00:45:36.495Z[ helios-setup] May 28 00:45:35.772 INFO E| Downloaded time-core v0.1.4
26772026-05-28T00:45:36.505Z[ helios-setup] May 28 00:45:35.782 INFO E| Downloaded errno v0.3.12
26782026-05-28T00:45:36.512Z[ helios-setup] May 28 00:45:35.789 INFO E| Downloaded anyhow v1.0.98
26792026-05-28T00:45:36.522Z[ helios-setup] May 28 00:45:35.796 INFO E| Downloaded time-macros v0.2.22
26802026-05-28T00:45:36.525Z[ helios-setup] May 28 00:45:35.797 INFO E| Downloaded thiserror v2.0.12
26812026-05-28T00:45:36.525Z[ helios-setup] May 28 00:45:35.801 INFO E| Downloaded deranged v0.4.0
26822026-05-28T00:45:36.528Z[ helios-setup] May 28 00:45:35.804 INFO E| Downloaded quote v1.0.40
26832026-05-28T00:45:36.531Z[ helios-setup] May 28 00:45:35.807 INFO E| Downloaded thiserror-impl v2.0.12
26842026-05-28T00:45:36.534Z[ helios-setup] May 28 00:45:35.811 INFO E| Downloaded iana-time-zone v0.1.63
26852026-05-28T00:45:36.538Z[ helios-setup] May 28 00:45:35.816 INFO E| Downloaded serde_with_macros v3.12.0
26862026-05-28T00:45:36.541Z[ helios-setup] May 28 00:45:35.818 INFO E| Downloaded unicode-ident v1.0.18
26872026-05-28T00:45:36.544Z[ helios-setup] May 28 00:45:35.820 INFO E| Downloaded tempfile v3.20.0
26882026-05-28T00:45:36.548Z[ helios-setup] May 28 00:45:35.826 INFO E| Downloaded ryu v1.0.20
26892026-05-28T00:45:36.551Z[ helios-setup] May 28 00:45:35.828 INFO E| Downloaded getrandom v0.3.3
26902026-05-28T00:45:36.562Z[ helios-setup] May 28 00:45:35.840 INFO E| Downloaded serde v1.0.219
26912026-05-28T00:45:36.565Z[ helios-setup] May 28 00:45:35.841 INFO E| Downloaded proc-macro2 v1.0.95
26922026-05-28T00:45:36.572Z[ helios-setup] May 28 00:45:35.849 INFO E| Downloaded serde_derive v1.0.219
26932026-05-28T00:45:36.574Z[ helios-setup] May 28 00:45:35.850 INFO E| Downloaded memchr v2.7.4
26942026-05-28T00:45:36.577Z[ helios-setup] May 28 00:45:35.853 INFO E| Downloaded indexmap v2.9.0
26952026-05-28T00:45:36.589Z[ helios-setup] May 28 00:45:35.867 INFO E| Downloaded time v0.3.41
26962026-05-28T00:45:36.594Z[ helios-setup] May 28 00:45:35.871 INFO E| Downloaded hashbrown v0.15.3
26972026-05-28T00:45:36.597Z[ helios-setup] May 28 00:45:35.874 INFO E| Downloaded serde_json v1.0.140
26982026-05-28T00:45:36.603Z[ helios-setup] May 28 00:45:35.881 INFO E| Downloaded serde_with v3.12.0
26992026-05-28T00:45:36.626Z[ helios-setup] May 28 00:45:35.903 INFO E| Downloaded syn v2.0.101
27002026-05-28T00:45:36.632Z[ helios-setup] May 28 00:45:35.909 INFO E| Downloaded chrono v0.4.41
27012026-05-28T00:45:36.651Z[ helios-setup] May 28 00:45:35.928 INFO E| Downloaded rustix v1.0.7
27022026-05-28T00:45:36.679Z[ helios-setup] May 28 00:45:35.956 INFO E| Downloaded libc v0.2.172
27032026-05-28T00:45:36.728Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling proc-macro2 v1.0.95
27042026-05-28T00:45:36.728Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling unicode-ident v1.0.18
27052026-05-28T00:45:36.728Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling libc v0.2.172
27062026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling strsim v0.11.1
27072026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling fnv v1.0.7
27082026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling ident_case v1.0.1
27092026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling serde v1.0.219
27102026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling getrandom v0.3.3
27112026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling rustix v1.0.7
27122026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling thiserror v2.0.12
27132026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling bitflags v2.9.1
27142026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling anyhow v1.0.98
27152026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling serde_json v1.0.140
27162026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling cfg-if v1.0.0
27172026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling itoa v1.0.15
27182026-05-28T00:45:36.732Z[ helios-setup] May 28 00:45:36.006 INFO E| Compiling fastrand v2.3.0
27192026-05-28T00:45:36.845Z[ helios-setup] May 28 00:45:36.122 INFO E| Compiling memchr v2.7.4
27202026-05-28T00:45:36.851Z[ helios-setup] May 28 00:45:36.129 INFO E| Compiling ryu v1.0.20
27212026-05-28T00:45:36.874Z[ helios-setup] May 28 00:45:36.151 INFO E| Compiling once_cell v1.21.3
27222026-05-28T00:45:36.906Z[ helios-setup] May 28 00:45:36.183 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27232026-05-28T00:45:37.356Z[ helios-setup] May 28 00:45:36.631 INFO E| Compiling errno v0.3.12
27242026-05-28T00:45:37.601Z[ helios-setup] May 28 00:45:36.878 INFO E| Compiling quote v1.0.40
27252026-05-28T00:45:37.749Z[ helios-setup] May 28 00:45:37.026 INFO E| Compiling syn v2.0.101
27262026-05-28T00:45:38.103Z[ helios-setup] May 28 00:45:37.380 INFO E| Compiling tempfile v3.20.0
27272026-05-28T00:45:39.651Z[ helios-setup] May 28 00:45:38.928 INFO E| Compiling darling_core v0.20.11
27282026-05-28T00:45:40.001Z[ helios-setup] May 28 00:45:39.277 INFO E| Compiling serde_derive v1.0.219
27292026-05-28T00:45:40.001Z[ helios-setup] May 28 00:45:39.277 INFO E| Compiling thiserror-impl v2.0.12
27302026-05-28T00:45:40.849Z[ helios-setup] May 28 00:45:40.126 INFO E| Compiling darling_macro v0.20.11
27312026-05-28T00:45:41.100Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27322026-05-28T00:45:41.339Z[ helios-setup] May 28 00:45:40.617 INFO E| Compiling darling v0.20.11
27332026-05-28T00:45:41.417Z[ helios-setup] May 28 00:45:40.694 INFO E| Compiling serde_with_macros v3.12.0
27342026-05-28T00:45:43.874Z[ helios-setup] May 28 00:45:43.151 INFO E| Compiling serde_with v3.12.0
27352026-05-28T00:45:44.286Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27362026-05-28T00:45:45.409Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27372026-05-28T00:45:47.187Z[ helios-setup] May 28 00:45:46.464 INFO E| Finished `release` profile [optimized] target(s) in 10.96s
27382026-05-28T00:45:47.209Z[ helios-setup] May 28 00:45:46.486 INFO building project "dmar-report" ok (10 seconds)
27392026-05-28T00:45:47.209Z[ helios-setup] May 28 00:45:46.486 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27402026-05-28T00:45:47.216Z[ helios-setup] May 28 00:45:46.493 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
27412026-05-28T00:45:47.216Z[ helios-setup] May 28 00:45:46.493 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27422026-05-28T00:45:47.219Z[ helios-setup] May 28 00:45:46.493 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27432026-05-28T00:45:47.301Z[ helios-setup] May 28 00:45:46.578 INFO E| Downloading crates ...
27442026-05-28T00:45:47.351Z[ helios-setup] May 28 00:45:46.628 INFO E| Downloaded sha2 v0.10.5
27452026-05-28T00:45:47.363Z[ helios-setup] May 28 00:45:46.640 INFO E| Downloaded bytes v1.2.1
27462026-05-28T00:45:47.367Z[ helios-setup] May 28 00:45:46.644 INFO E| Downloaded typenum v1.15.0
27472026-05-28T00:45:47.370Z[ helios-setup] May 28 00:45:46.646 INFO E| Downloaded miniz_oxide v0.6.2
27482026-05-28T00:45:47.373Z[ helios-setup] May 28 00:45:46.649 INFO E| Downloaded cpufeatures v0.2.5
27492026-05-28T00:45:47.373Z[ helios-setup] May 28 00:45:46.649 INFO E| Downloaded block-buffer v0.10.3
27502026-05-28T00:45:47.376Z[ helios-setup] May 28 00:45:46.650 INFO E| Downloaded flate2 v1.0.25
27512026-05-28T00:45:47.376Z[ helios-setup] May 28 00:45:46.653 INFO E| Downloaded unicode-width v0.1.10
27522026-05-28T00:45:47.379Z[ helios-setup] May 28 00:45:46.654 INFO E| Downloaded digest v0.10.3
27532026-05-28T00:45:47.379Z[ helios-setup] May 28 00:45:46.655 INFO E| Downloaded anyhow v1.0.62
27542026-05-28T00:45:47.382Z[ helios-setup] May 28 00:45:46.657 INFO E| Downloaded generic-array v0.14.6
27552026-05-28T00:45:47.411Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling version_check v0.9.4
27562026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling typenum v1.15.0
27572026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling crc32fast v1.3.2
27582026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling cfg-if v1.0.0
27592026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling anyhow v1.0.62
27602026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling adler v1.0.2
27612026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling unicode-width v0.1.10
27622026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling cpufeatures v0.2.5
27632026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling bytes v1.2.1
27642026-05-28T00:45:47.414Z[ helios-setup] May 28 00:45:46.688 INFO E| Compiling bitflags v1.3.2
27652026-05-28T00:45:47.496Z[ helios-setup] May 28 00:45:46.773 INFO E| Compiling getopts v0.2.21
27662026-05-28T00:45:47.499Z[ helios-setup] May 28 00:45:46.776 INFO E| Compiling miniz_oxide v0.6.2
27672026-05-28T00:45:47.633Z[ helios-setup] May 28 00:45:46.910 INFO E| Compiling generic-array v0.14.6
27682026-05-28T00:45:47.854Z[ helios-setup] May 28 00:45:47.131 INFO E| Compiling flate2 v1.0.25
27692026-05-28T00:45:48.697Z[ helios-setup] May 28 00:45:47.974 INFO E| Compiling crypto-common v0.1.6
27702026-05-28T00:45:48.697Z[ helios-setup] May 28 00:45:47.974 INFO E| Compiling block-buffer v0.10.3
27712026-05-28T00:45:48.796Z[ helios-setup] May 28 00:45:48.073 INFO E| Compiling digest v0.10.3
27722026-05-28T00:45:48.929Z[ helios-setup] May 28 00:45:48.206 INFO E| Compiling sha2 v0.10.5
27732026-05-28T00:45:49.112Z[ helios-setup] May 28 00:45:48.389 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27742026-05-28T00:45:50.243Z[ helios-setup] May 28 00:45:49.520 INFO E| Finished `release` profile [optimized] target(s) in 3.01s
27752026-05-28T00:45:50.252Z[ helios-setup] May 28 00:45:49.529 INFO building project "bootserver" ok (3 seconds)
27762026-05-28T00:45:50.252Z[ helios-setup] May 28 00:45:49.529 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27772026-05-28T00:45:50.259Z[ helios-setup] May 28 00:45:49.536 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
27782026-05-28T00:45:50.262Z[ helios-setup] May 28 00:45:49.536 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27792026-05-28T00:45:50.262Z[ helios-setup] May 28 00:45:49.536 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27802026-05-28T00:45:50.330Z[ helios-setup] May 28 00:45:49.607 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27812026-05-28T00:45:50.625Z[ helios-setup] May 28 00:45:49.902 INFO E| From https://github.com/jclulow/hiercmd
27822026-05-28T00:45:50.625Z[ helios-setup] May 28 00:45:49.902 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27832026-05-28T00:45:50.635Z[ helios-setup] May 28 00:45:49.911 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27842026-05-28T00:45:50.882Z[ helios-setup] May 28 00:45:50.159 INFO E| From https://github.com/oxidecomputer/network-interface
27852026-05-28T00:45:50.882Z[ helios-setup] May 28 00:45:50.159 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27862026-05-28T00:45:50.892Z[ helios-setup] May 28 00:45:50.169 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27872026-05-28T00:45:51.160Z[ helios-setup] May 28 00:45:50.437 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27882026-05-28T00:45:51.160Z[ helios-setup] May 28 00:45:50.437 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27892026-05-28T00:45:51.174Z[ helios-setup] May 28 00:45:50.451 INFO E| Updating crates.io index
27902026-05-28T00:45:51.462Z[ helios-setup] May 28 00:45:50.739 INFO E| Downloading crates ...
27912026-05-28T00:45:51.527Z[ helios-setup] May 28 00:45:50.804 INFO E| Downloaded anstyle v1.0.13
27922026-05-28T00:45:51.562Z[ helios-setup] May 28 00:45:50.839 INFO E| Downloaded futures-io v0.3.31
27932026-05-28T00:45:51.566Z[ helios-setup] May 28 00:45:50.843 INFO E| Downloaded iana-time-zone v0.1.64
27942026-05-28T00:45:51.569Z[ helios-setup] May 28 00:45:50.846 INFO E| Downloaded proc-macro2 v1.0.103
27952026-05-28T00:45:51.572Z[ helios-setup] May 28 00:45:50.848 INFO E| Downloaded toml_datetime v0.7.3
27962026-05-28T00:45:51.572Z[ helios-setup] May 28 00:45:50.849 INFO E| Downloaded libdevinfo-sys v1.1.0
27972026-05-28T00:45:51.572Z[ helios-setup] May 28 00:45:50.849 INFO E| Downloaded getopts v0.2.24
27982026-05-28T00:45:51.576Z[ helios-setup] May 28 00:45:50.853 INFO E| Downloaded find-msvc-tools v0.1.4
27992026-05-28T00:45:51.585Z[ helios-setup] May 28 00:45:50.862 INFO E| Downloaded futures-sink v0.3.31
28002026-05-28T00:45:51.588Z[ helios-setup] May 28 00:45:50.862 INFO E| Downloaded crc v3.3.0
28012026-05-28T00:45:51.588Z[ helios-setup] May 28 00:45:50.865 INFO E| Downloaded env_filter v0.1.4
28022026-05-28T00:45:51.591Z[ helios-setup] May 28 00:45:50.866 INFO E| Downloaded bitfield-macros v0.19.3
28032026-05-28T00:45:51.594Z[ helios-setup] May 28 00:45:50.868 INFO E| Downloaded time-core v0.1.6
28042026-05-28T00:45:51.594Z[ helios-setup] May 28 00:45:50.869 INFO E| Downloaded anstyle-query v1.1.4
28052026-05-28T00:45:51.594Z[ helios-setup] May 28 00:45:50.870 INFO E| Downloaded futures-macro v0.3.31
28062026-05-28T00:45:51.606Z[ helios-setup] May 28 00:45:50.884 INFO E| Downloaded devinfo v0.1.0
28072026-05-28T00:45:51.610Z[ helios-setup] May 28 00:45:50.885 INFO E| Downloaded futures-task v0.3.31
28082026-05-28T00:45:51.613Z[ helios-setup] May 28 00:45:50.890 INFO E| Downloaded thiserror v2.0.17
28092026-05-28T00:45:51.617Z[ helios-setup] May 28 00:45:50.894 INFO E| Downloaded generic-array v0.14.9
28102026-05-28T00:45:51.620Z[ helios-setup] May 28 00:45:50.897 INFO E| Downloaded zeroize_derive v1.4.2
28112026-05-28T00:45:51.627Z[ helios-setup] May 28 00:45:50.904 INFO E| Downloaded clap_lex v0.7.6
28122026-05-28T00:45:51.633Z[ helios-setup] May 28 00:45:50.910 INFO E| Downloaded toml_writer v1.0.4
28132026-05-28T00:45:51.637Z[ helios-setup] May 28 00:45:50.912 INFO E| Downloaded toml_parser v1.0.4
28142026-05-28T00:45:51.637Z[ helios-setup] May 28 00:45:50.913 INFO E| Downloaded env_logger v0.11.8
28152026-05-28T00:45:51.640Z[ helios-setup] May 28 00:45:50.918 INFO E| Downloaded futures-core v0.3.31
28162026-05-28T00:45:51.647Z[ helios-setup] May 28 00:45:50.924 INFO E| Downloaded serde_spanned v1.0.3
28172026-05-28T00:45:51.654Z[ helios-setup] May 28 00:45:50.931 INFO E| Downloaded futures-channel v0.3.31
28182026-05-28T00:45:51.659Z[ helios-setup] May 28 00:45:50.936 INFO E| Downloaded bitfield v0.19.3
28192026-05-28T00:45:51.662Z[ helios-setup] May 28 00:45:50.939 INFO E| Downloaded slab v0.4.11
28202026-05-28T00:45:51.665Z[ helios-setup] May 28 00:45:50.941 INFO E| Downloaded simd-adler32 v0.3.7
28212026-05-28T00:45:51.665Z[ helios-setup] May 28 00:45:50.942 INFO E| Downloaded num_enum_derive v0.7.5
28222026-05-28T00:45:51.684Z[ helios-setup] May 28 00:45:50.945 INFO E| Downloaded quote v1.0.41
28232026-05-28T00:45:51.684Z[ helios-setup] May 28 00:45:50.947 INFO E| Downloaded time-macros v0.2.24
28242026-05-28T00:45:51.685Z[ helios-setup] May 28 00:45:50.948 INFO E| Downloaded tokio-macros v2.6.0
28252026-05-28T00:45:51.685Z[ helios-setup] May 28 00:45:50.949 INFO E| Downloaded pin-project-lite v0.2.16
28262026-05-28T00:45:51.685Z[ helios-setup] May 28 00:45:50.951 INFO E| Downloaded thiserror-impl v2.0.17
28272026-05-28T00:45:51.685Z[ helios-setup] May 28 00:45:50.952 INFO E| Downloaded signal-hook-registry v1.4.6
28282026-05-28T00:45:51.685Z[ helios-setup] May 28 00:45:50.953 INFO E| Downloaded deranged v0.5.5
28292026-05-28T00:45:51.685Z[ helios-setup] May 28 00:45:50.954 INFO E| Downloaded futures-executor v0.3.31
28302026-05-28T00:45:51.685Z[ helios-setup] May 28 00:45:50.955 INFO E| Downloaded base64ct v1.8.0
28312026-05-28T00:45:51.692Z[ helios-setup] May 28 00:45:50.966 INFO E| Downloaded num_enum v0.7.5
28322026-05-28T00:45:51.695Z[ helios-setup] May 28 00:45:50.968 INFO E| Downloaded bitflags v2.10.0
28332026-05-28T00:45:51.695Z[ helios-setup] May 28 00:45:50.972 INFO E| Downloaded term v1.2.0
28342026-05-28T00:45:51.698Z[ helios-setup] May 28 00:45:50.974 INFO E| Downloaded getrandom v0.2.16
28352026-05-28T00:45:51.703Z[ helios-setup] May 28 00:45:50.980 INFO E| Downloaded unicode-ident v1.0.22
28362026-05-28T00:45:51.708Z[ helios-setup] May 28 00:45:50.985 INFO E| Downloaded clap v4.5.51
28372026-05-28T00:45:51.716Z[ helios-setup] May 28 00:45:50.993 INFO E| Downloaded clap_derive v4.5.49
28382026-05-28T00:45:51.728Z[ helios-setup] May 28 00:45:51.004 INFO E| Downloaded futures v0.3.31
28392026-05-28T00:45:51.737Z[ helios-setup] May 28 00:45:51.014 INFO E| Downloaded uuid v1.18.1
28402026-05-28T00:45:51.742Z[ helios-setup] May 28 00:45:51.019 INFO E| Downloaded toml v0.9.8
28412026-05-28T00:45:51.745Z[ helios-setup] May 28 00:45:51.021 INFO E| Downloaded log v0.4.28
28422026-05-28T00:45:51.748Z[ helios-setup] May 28 00:45:51.026 INFO E| Downloaded flate2 v1.1.5
28432026-05-28T00:45:51.756Z[ helios-setup] May 28 00:45:51.034 INFO E| Downloaded socket2 v0.6.1
28442026-05-28T00:45:51.759Z[ helios-setup] May 28 00:45:51.035 INFO E| Downloaded anyhow v1.0.100
28452026-05-28T00:45:51.776Z[ helios-setup] May 28 00:45:51.053 INFO E| Downloaded memchr v2.7.6
28462026-05-28T00:45:51.781Z[ helios-setup] May 28 00:45:51.058 INFO E| Downloaded mio v1.1.0
28472026-05-28T00:45:51.788Z[ helios-setup] May 28 00:45:51.066 INFO E| Downloaded zerocopy-derive v0.8.27
28482026-05-28T00:45:51.792Z[ helios-setup] May 28 00:45:51.069 INFO E| Downloaded cc v1.2.44
28492026-05-28T00:45:51.799Z[ helios-setup] May 28 00:45:51.076 INFO E| Downloaded toml_edit v0.23.7
28502026-05-28T00:45:51.802Z[ helios-setup] May 28 00:45:51.078 INFO E| Downloaded indexmap v2.12.0
28512026-05-28T00:45:51.805Z[ helios-setup] May 28 00:45:51.080 INFO E| Downloaded bytes v1.10.1
28522026-05-28T00:45:51.815Z[ helios-setup] May 28 00:45:51.092 INFO E| Downloaded iddqd v0.3.14
28532026-05-28T00:45:51.818Z[ helios-setup] May 28 00:45:51.095 INFO E| Downloaded rsa v0.9.8
28542026-05-28T00:45:51.821Z[ helios-setup] May 28 00:45:51.098 INFO E| Downloaded rand v0.8.5
28552026-05-28T00:45:51.824Z[ helios-setup] May 28 00:45:51.100 INFO E| Downloaded num-bigint-dig v0.8.4
28562026-05-28T00:45:51.834Z[ helios-setup] May 28 00:45:51.111 INFO E| Downloaded libm v0.2.15
28572026-05-28T00:45:51.842Z[ helios-setup] May 28 00:45:51.119 INFO E| Downloaded time v0.3.44
28582026-05-28T00:45:51.847Z[ helios-setup] May 28 00:45:51.124 INFO E| Downloaded hashbrown v0.16.0
28592026-05-28T00:45:51.855Z[ helios-setup] May 28 00:45:51.131 INFO E| Downloaded serde_json v1.0.145
28602026-05-28T00:45:51.868Z[ helios-setup] May 28 00:45:51.145 INFO E| Downloaded futures-util v0.3.31
28612026-05-28T00:45:51.875Z[ helios-setup] May 28 00:45:51.152 INFO E| Downloaded winnow v0.7.13
28622026-05-28T00:45:51.880Z[ helios-setup] May 28 00:45:51.157 INFO E| Downloaded clap_builder v4.5.51
28632026-05-28T00:45:51.886Z[ helios-setup] May 28 00:45:51.164 INFO E| Downloaded unicode-width v0.2.2
28642026-05-28T00:45:51.898Z[ helios-setup] May 28 00:45:51.174 INFO E| Downloaded zerocopy v0.8.27
28652026-05-28T00:45:51.910Z[ helios-setup] May 28 00:45:51.187 INFO E| Downloaded chrono v0.4.42
28662026-05-28T00:45:51.919Z[ helios-setup] May 28 00:45:51.196 INFO E| Downloaded syn v2.0.108
28672026-05-28T00:45:51.933Z[ helios-setup] May 28 00:45:51.210 INFO E| Downloaded rustix v1.1.2
28682026-05-28T00:45:51.970Z[ helios-setup] May 28 00:45:51.247 INFO E| Downloaded libc v0.2.177
28692026-05-28T00:45:51.985Z[ helios-setup] May 28 00:45:51.262 INFO E| Downloaded tokio v1.48.0
28702026-05-28T00:45:52.069Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling proc-macro2 v1.0.103
28712026-05-28T00:45:52.069Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling quote v1.0.41
28722026-05-28T00:45:52.069Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling unicode-ident v1.0.22
28732026-05-28T00:45:52.072Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling libc v0.2.177
28742026-05-28T00:45:52.072Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling serde_core v1.0.228
28752026-05-28T00:45:52.072Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling cfg-if v1.0.4
28762026-05-28T00:45:52.072Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling serde v1.0.228
28772026-05-28T00:45:52.072Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling version_check v0.9.5
28782026-05-28T00:45:52.072Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling autocfg v1.5.0
28792026-05-28T00:45:52.072Z[ helios-setup] May 28 00:45:51.346 INFO E| Compiling typenum v1.19.0
28802026-05-28T00:45:52.101Z[ helios-setup] May 28 00:45:51.378 INFO E| Compiling const-oid v0.9.6
28812026-05-28T00:45:52.104Z[ helios-setup] May 28 00:45:51.378 INFO E| Compiling libm v0.2.15
28822026-05-28T00:45:52.104Z[ helios-setup] May 28 00:45:51.378 INFO E| Compiling zerocopy v0.8.27
28832026-05-28T00:45:52.104Z[ helios-setup] May 28 00:45:51.379 INFO E| Compiling rustversion v1.0.22
28842026-05-28T00:45:52.104Z[ helios-setup] May 28 00:45:51.379 INFO E| Compiling smallvec v1.15.1
28852026-05-28T00:45:52.104Z[ helios-setup] May 28 00:45:51.379 INFO E| Compiling base64ct v1.8.0
28862026-05-28T00:45:52.283Z[ helios-setup] May 28 00:45:51.559 INFO E| Compiling zeroize v1.8.2
28872026-05-28T00:45:52.308Z[ helios-setup] May 28 00:45:51.585 INFO E| Compiling anyhow v1.0.100
28882026-05-28T00:45:52.409Z[ helios-setup] May 28 00:45:51.685 INFO E| Compiling pem-rfc7468 v0.7.0
28892026-05-28T00:45:52.494Z[ helios-setup] May 28 00:45:51.770 INFO E| Compiling generic-array v0.14.9
28902026-05-28T00:45:52.539Z[ helios-setup] May 28 00:45:51.816 INFO E| Compiling num-traits v0.2.19
28912026-05-28T00:45:52.539Z[ helios-setup] May 28 00:45:51.816 INFO E| Compiling crc32fast v1.5.0
28922026-05-28T00:45:52.546Z[ helios-setup] May 28 00:45:51.821 INFO E| Compiling byteorder v1.5.0
28932026-05-28T00:45:52.732Z[ helios-setup] May 28 00:45:52.009 INFO E| Compiling utf8parse v0.2.2
28942026-05-28T00:45:52.802Z[ helios-setup] May 28 00:45:52.079 INFO E| Compiling equivalent v1.0.2
28952026-05-28T00:45:52.809Z[ helios-setup] May 28 00:45:52.086 INFO E| Compiling memchr v2.7.6
28962026-05-28T00:45:52.827Z[ helios-setup] May 28 00:45:52.104 INFO E| Compiling hashbrown v0.16.0
28972026-05-28T00:45:52.851Z[ helios-setup] May 28 00:45:52.127 INFO E| Compiling flagset v0.4.7
28982026-05-28T00:45:52.887Z[ helios-setup] May 28 00:45:52.164 INFO E| Compiling rustix v1.1.2
28992026-05-28T00:45:52.905Z[ helios-setup] May 28 00:45:52.182 INFO E| Compiling winnow v0.7.13
29002026-05-28T00:45:52.988Z[ helios-setup] May 28 00:45:52.265 INFO E| Compiling anstyle-parse v0.2.7
29012026-05-28T00:45:53.057Z[ helios-setup] May 28 00:45:52.334 INFO E| Compiling anstyle-query v1.1.4
29022026-05-28T00:45:53.075Z[ helios-setup] May 28 00:45:52.352 INFO E| Compiling is_terminal_polyfill v1.70.2
29032026-05-28T00:45:53.102Z[ helios-setup] May 28 00:45:52.379 INFO E| Compiling cpufeatures v0.2.17
29042026-05-28T00:45:53.188Z[ helios-setup] May 28 00:45:52.464 INFO E| Compiling syn v1.0.109
29052026-05-28T00:45:53.201Z[ helios-setup] May 28 00:45:52.478 INFO E| Compiling getrandom v0.2.16
29062026-05-28T00:45:53.201Z[ helios-setup] May 28 00:45:52.478 INFO E| Compiling errno v0.3.14
29072026-05-28T00:45:53.253Z[ helios-setup] May 28 00:45:52.530 INFO E| Compiling toml_datetime v0.7.3
29082026-05-28T00:45:53.299Z[ helios-setup] May 28 00:45:52.576 INFO E| Compiling allocator-api2 v0.2.21
29092026-05-28T00:45:53.306Z[ helios-setup] May 28 00:45:52.583 INFO E| Compiling anstyle v1.0.13
29102026-05-28T00:45:53.333Z[ helios-setup] May 28 00:45:52.610 INFO E| Compiling colorchoice v1.0.4
29112026-05-28T00:45:53.469Z[ helios-setup] May 28 00:45:52.746 INFO E| Compiling rand_core v0.6.4
29122026-05-28T00:45:53.807Z[ helios-setup] May 28 00:45:53.083 INFO E| Compiling indexmap v2.12.0
29132026-05-28T00:45:53.820Z[ helios-setup] May 28 00:45:53.097 INFO E| Compiling syn v2.0.108
29142026-05-28T00:45:53.832Z[ helios-setup] May 28 00:45:53.109 INFO E| Compiling radium v0.7.0
29152026-05-28T00:45:53.832Z[ helios-setup] May 28 00:45:53.109 INFO E| Compiling shlex v1.3.0
29162026-05-28T00:45:53.839Z[ helios-setup] May 28 00:45:53.116 INFO E| Compiling find-msvc-tools v0.1.4
29172026-05-28T00:45:53.850Z[ helios-setup] May 28 00:45:53.127 INFO E| Compiling slog v2.8.2
29182026-05-28T00:45:53.911Z[ helios-setup] May 28 00:45:53.188 INFO E| Compiling anstream v0.6.21
29192026-05-28T00:45:54.047Z[ helios-setup] May 28 00:45:53.324 INFO E| Compiling cc v1.2.44
29202026-05-28T00:45:54.116Z[ helios-setup] May 28 00:45:53.394 INFO E| Compiling pkg-config v0.3.32
29212026-05-28T00:45:54.172Z[ helios-setup] May 28 00:45:53.449 INFO E| Compiling maybe-uninit v2.0.0
29222026-05-28T00:45:54.422Z[ helios-setup] May 28 00:45:53.699 INFO E| Compiling block-buffer v0.10.4
29232026-05-28T00:45:54.536Z[ helios-setup] May 28 00:45:53.813 INFO E| Compiling crypto-common v0.1.6
29242026-05-28T00:45:54.726Z[ helios-setup] May 28 00:45:54.003 INFO E| Compiling tap v1.0.1
29252026-05-28T00:45:54.761Z[ helios-setup] May 28 00:45:54.038 INFO E| Compiling digest v0.10.7
29262026-05-28T00:45:54.761Z[ helios-setup] May 28 00:45:54.038 INFO E| Compiling parking_lot_core v0.9.12
29272026-05-28T00:45:54.762Z[ helios-setup] May 28 00:45:54.038 INFO E| Compiling futures-core v0.3.31
29282026-05-28T00:45:54.793Z[ helios-setup] May 28 00:45:54.070 INFO E| Compiling pin-project-lite v0.2.16
29292026-05-28T00:45:54.824Z[ helios-setup] May 28 00:45:54.101 INFO E| Compiling futures-sink v0.3.31
29302026-05-28T00:45:54.902Z[ helios-setup] May 28 00:45:54.179 INFO E| Compiling unicode-width v0.2.2
29312026-05-28T00:45:54.947Z[ helios-setup] May 28 00:45:54.223 INFO E| Compiling wyz v0.5.1
29322026-05-28T00:45:54.967Z[ helios-setup] May 28 00:45:54.244 INFO E| Compiling futures-channel v0.3.31
29332026-05-28T00:45:54.985Z[ helios-setup] May 28 00:45:54.262 INFO E| Compiling num-integer v0.1.46
29342026-05-28T00:45:55.075Z[ helios-setup] May 28 00:45:54.352 INFO E| Compiling ahash v0.8.12
29352026-05-28T00:45:55.145Z[ helios-setup] May 28 00:45:54.422 INFO E| Compiling sha2 v0.10.9
29362026-05-28T00:45:55.232Z[ helios-setup] May 28 00:45:54.508 INFO E| Compiling toml_parser v1.0.4
29372026-05-28T00:45:55.282Z[ helios-setup] May 28 00:45:54.559 INFO E| Compiling getopts v0.2.24
29382026-05-28T00:45:55.337Z[ helios-setup] May 28 00:45:54.614 INFO E| Compiling num-bigint-dig v0.8.4
29392026-05-28T00:45:55.361Z[ helios-setup] May 28 00:45:54.638 INFO E| Compiling slab v0.4.11
29402026-05-28T00:45:55.389Z[ helios-setup] May 28 00:45:54.666 INFO E| Compiling clap_lex v0.7.6
29412026-05-28T00:45:55.396Z[ helios-setup] May 28 00:45:54.673 INFO E| Compiling num-conv v0.1.0
29422026-05-28T00:45:55.421Z[ helios-setup] May 28 00:45:54.698 INFO E| Compiling thiserror v1.0.69
29432026-05-28T00:45:55.440Z[ helios-setup] May 28 00:45:54.714 INFO E| Compiling heck v0.5.0
29442026-05-28T00:45:55.465Z[ helios-setup] May 28 00:45:54.742 INFO E| Compiling packed_struct v0.10.1
29452026-05-28T00:45:55.545Z[ helios-setup] May 28 00:45:54.822 INFO E| Compiling funty v2.0.0
29462026-05-28T00:45:55.568Z[ helios-setup] May 28 00:45:54.844 INFO E| Compiling itoa v1.0.15
29472026-05-28T00:45:55.586Z[ helios-setup] May 28 00:45:54.863 INFO E| Compiling powerfmt v0.2.0
29482026-05-28T00:45:55.586Z[ helios-setup] May 28 00:45:54.863 INFO E| Compiling pin-utils v0.1.0
29492026-05-28T00:45:55.634Z[ helios-setup] May 28 00:45:54.911 INFO E| Compiling futures-task v0.3.31
29502026-05-28T00:45:55.677Z[ helios-setup] May 28 00:45:54.952 INFO E| Compiling toml_edit v0.23.7
29512026-05-28T00:45:55.714Z[ helios-setup] May 28 00:45:54.991 INFO E| Compiling bitflags v2.10.0
29522026-05-28T00:45:55.739Z[ helios-setup] May 28 00:45:55.013 INFO E| Compiling getrandom v0.3.4
29532026-05-28T00:45:55.806Z[ helios-setup] May 28 00:45:55.083 INFO E| Compiling time-core v0.1.6
29542026-05-28T00:45:55.819Z[ helios-setup] May 28 00:45:55.096 INFO E| Compiling scopeguard v1.2.0
29552026-05-28T00:45:55.844Z[ helios-setup] May 28 00:45:55.121 INFO E| Compiling futures-io v0.3.31
29562026-05-28T00:45:55.875Z[ helios-setup] May 28 00:45:55.152 INFO E| Compiling strsim v0.11.1
29572026-05-28T00:45:55.889Z[ helios-setup] May 28 00:45:55.164 INFO E| Compiling spin v0.9.8
29582026-05-28T00:45:55.938Z[ helios-setup] May 28 00:45:55.215 INFO E| Compiling bytes v1.10.1
29592026-05-28T00:45:55.956Z[ helios-setup] May 28 00:45:55.232 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29602026-05-28T00:45:55.965Z[ helios-setup] May 28 00:45:55.243 INFO E| Compiling time-macros v0.2.24
29612026-05-28T00:45:56.066Z[ helios-setup] May 28 00:45:55.342 INFO E| Compiling lazy_static v1.5.0
29622026-05-28T00:45:56.082Z[ helios-setup] May 28 00:45:55.359 INFO E| Compiling bitvec v1.0.1
29632026-05-28T00:45:56.143Z[ helios-setup] May 28 00:45:55.420 INFO E| Compiling lock_api v0.4.14
29642026-05-28T00:45:56.168Z[ helios-setup] May 28 00:45:55.444 INFO E| Compiling deranged v0.5.5
29652026-05-28T00:45:56.232Z[ helios-setup] May 28 00:45:55.509 INFO E| Compiling num-iter v0.1.45
29662026-05-28T00:45:56.371Z[ helios-setup] May 28 00:45:55.648 INFO E| Compiling proc-macro-crate v3.4.0
29672026-05-28T00:45:56.478Z[ helios-setup] May 28 00:45:55.755 INFO E| Compiling terminal_size v0.4.3
29682026-05-28T00:45:56.485Z[ helios-setup] May 28 00:45:55.762 INFO E| Compiling indexmap v1.9.3
29692026-05-28T00:45:56.539Z[ helios-setup] May 28 00:45:55.815 INFO E| Compiling log v0.4.28
29702026-05-28T00:45:56.633Z[ helios-setup] May 28 00:45:55.909 INFO E| Compiling clap_builder v4.5.51
29712026-05-28T00:45:56.644Z[ helios-setup] May 28 00:45:55.921 INFO E| Compiling nodrop v0.1.14
29722026-05-28T00:45:56.692Z[ helios-setup] May 28 00:45:55.969 INFO E| Compiling thiserror v2.0.17
29732026-05-28T00:45:56.750Z[ helios-setup] May 28 00:45:56.027 INFO E| Compiling serde_json v1.0.145
29742026-05-28T00:45:56.750Z[ helios-setup] May 28 00:45:56.027 INFO E| Compiling crc-catalog v2.4.0
29752026-05-28T00:45:56.835Z[ helios-setup] May 28 00:45:56.111 INFO E| Compiling simd-adler32 v0.3.7
29762026-05-28T00:45:56.845Z[ helios-setup] May 28 00:45:56.122 INFO E| Compiling iana-time-zone v0.1.64
29772026-05-28T00:45:56.939Z[ helios-setup] May 28 00:45:56.216 INFO E| Compiling once_cell v1.21.3
29782026-05-28T00:45:56.981Z[ helios-setup] May 28 00:45:56.258 INFO E| Compiling adler2 v2.0.1
29792026-05-28T00:45:56.987Z[ helios-setup] May 28 00:45:56.264 INFO E| Compiling chrono v0.4.42
29802026-05-28T00:45:57.023Z[ helios-setup] May 28 00:45:56.300 INFO E| Compiling crc v3.3.0
29812026-05-28T00:45:57.082Z[ helios-setup] May 28 00:45:56.358 INFO E| Compiling miniz_oxide v0.8.9
29822026-05-28T00:45:57.106Z[ helios-setup] May 28 00:45:56.383 INFO E| Compiling array-init v0.0.4
29832026-05-28T00:45:57.157Z[ helios-setup] May 28 00:45:56.432 INFO E| Compiling env_filter v0.1.4
29842026-05-28T00:45:57.165Z[ helios-setup] May 28 00:45:56.441 INFO E| Compiling smallvec v0.6.14
29852026-05-28T00:45:57.236Z[ helios-setup] May 28 00:45:56.513 INFO E| Compiling parking_lot v0.12.5
29862026-05-28T00:45:57.401Z[ helios-setup] May 28 00:45:56.677 INFO E| Compiling time v0.3.44
29872026-05-28T00:45:57.418Z[ omicron-package] Finished `release` profile [optimized] target(s) in 49.21s
29882026-05-28T00:45:57.426Z[ helios-setup] May 28 00:45:56.702 INFO E| Compiling serde_spanned v1.0.3
29892026-05-28T00:45:57.491Z[ helios-setup] May 28 00:45:56.768 INFO E| Compiling signature v2.2.0
29902026-05-28T00:45:57.596Z[ helios-setup] May 28 00:45:56.873 INFO E| Compiling mio v1.1.0
29912026-05-28T00:45:57.676Z[ helios-setup] May 28 00:45:56.953 INFO E| Compiling socket2 v0.6.1
29922026-05-28T00:45:57.712Z[ omicron-package]
29932026-05-28T00:45:57.712Z[ omicron-package] real 49.428625630
29942026-05-28T00:45:57.712Z[ omicron-package] user 5:28.473155504
29952026-05-28T00:45:57.712Z[ omicron-package] sys 29.262393916
29962026-05-28T00:45:57.715Z[ omicron-package] trap 0.504221536
29972026-05-28T00:45:57.715Z[ omicron-package] tflt 0.898796157
29982026-05-28T00:45:57.715Z[ omicron-package] dflt 3.468382884
29992026-05-28T00:45:57.715Z[ omicron-package] kflt 0.000310480
30002026-05-28T00:45:57.715Z[ omicron-package] lock 12:20.927090337
30012026-05-28T00:45:57.715Z[ omicron-package] slp 7:04.855153398
30022026-05-28T00:45:57.715Z[ omicron-package] lat 53.369058468
30032026-05-28T00:45:57.715Z[ omicron-package] stop 1:14.219800110
30042026-05-28T00:45:57.715ZMay 28 00:45:56.989 INFO [omicron-package] process exited with exit status: 0 (49.521528865s)
30052026-05-28T00:45:57.715ZMay 28 00:45:56.989 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30062026-05-28T00:45:57.715ZMay 28 00:45:56.990 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30072026-05-28T00:45:57.726Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30082026-05-28T00:45:57.726Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30092026-05-28T00:45:57.729Z[ recovery-target] Created new build target 'recovery' and set it as active
30102026-05-28T00:45:57.729Z[ host-target] Created new build target 'host' and set it as active
30112026-05-28T00:45:57.734ZMay 28 00:45:57.010 INFO [host-target] process exited with exit status: 0 (20.283067ms)
30122026-05-28T00:45:57.734ZMay 28 00:45:57.010 INFO [recovery-target] process exited with exit status: 0 (19.886767ms)
30132026-05-28T00:45:57.737ZMay 28 00:45:57.010 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30142026-05-28T00:45:57.742Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30152026-05-28T00:45:57.773Z[ helios-setup] May 28 00:45:57.050 INFO E| Compiling is-terminal v0.4.17
30162026-05-28T00:45:57.804Z[ helios-setup] May 28 00:45:57.081 INFO E| Compiling signal-hook-registry v1.4.6
30172026-05-28T00:45:57.882Z[ helios-setup] May 28 00:45:57.159 INFO E| Compiling thread_local v1.1.9
30182026-05-28T00:45:58.040Z[ helios-setup] May 28 00:45:57.317 INFO E| Compiling libdevinfo-sys v1.1.0
30192026-05-28T00:45:58.159Z[ helios-setup] May 28 00:45:57.436 INFO E| Compiling winnow v0.5.40
30202026-05-28T00:45:58.169Z[ helios-setup] May 28 00:45:57.446 INFO E| Compiling packed_struct_codegen v0.10.1
30212026-05-28T00:45:58.249Z[ helios-setup] May 28 00:45:57.526 INFO E| Compiling ryu v1.0.20
30222026-05-28T00:45:58.276Z[ helios-setup] May 28 00:45:57.548 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30232026-05-28T00:45:58.279Z[ helios-setup] May 28 00:45:57.554 INFO E| Compiling base64 v0.21.7
30242026-05-28T00:45:58.335Z[ helios-setup] May 28 00:45:57.612 INFO E| Compiling hashbrown v0.12.3
30252026-05-28T00:45:58.460Z[ helios-setup] May 28 00:45:57.737 INFO E| Compiling term v1.2.0
30262026-05-28T00:45:58.471Z[ helios-setup] May 28 00:45:57.748 INFO E| Compiling serde_derive v1.0.228
30272026-05-28T00:45:58.497Z[ helios-setup] May 28 00:45:57.774 INFO E| Compiling zerocopy-derive v0.8.27
30282026-05-28T00:45:58.505Z[ helios-setup] May 28 00:45:57.782 INFO E| Compiling der_derive v0.7.3
30292026-05-28T00:45:58.552Z[ helios-setup] May 28 00:45:57.829 INFO E| Compiling futures-macro v0.3.31
30302026-05-28T00:45:58.558Z[ helios-setup] May 28 00:45:57.836 INFO E| Compiling clap_derive v4.5.49
30312026-05-28T00:45:58.621Z[ helios-setup] May 28 00:45:57.898 INFO E| Compiling thiserror-impl v1.0.69
30322026-05-28T00:45:58.659Z[ helios-setup] May 28 00:45:57.936 INFO E| Compiling num_enum_derive v0.7.5
30332026-05-28T00:45:58.807Z[ helios-setup] May 28 00:45:58.084 INFO E| Compiling zerocopy-derive v0.6.6
30342026-05-28T00:45:58.932Z[ helios-setup] May 28 00:45:58.207 INFO E| Compiling bitfield-macros v0.19.3
30352026-05-28T00:45:59.378Z[ helios-setup] May 28 00:45:58.654 INFO E| Compiling tokio-macros v2.6.0
30362026-05-28T00:45:59.437Z[ helios-setup] May 28 00:45:58.713 INFO E| Compiling thiserror-impl v2.0.17
30372026-05-28T00:45:59.485Z[ helios-setup] May 28 00:45:58.762 INFO E| Compiling subtle v2.6.1
30382026-05-28T00:45:59.522Z[ helios-setup] May 28 00:45:58.799 INFO E| Compiling futures-util v0.3.31
30392026-05-28T00:45:59.655Z[ host-package] Compiling ring v0.17.14
30402026-05-28T00:45:59.664Z[ helios-setup] May 28 00:45:58.941 INFO E| Compiling toml_writer v1.0.4
30412026-05-28T00:45:59.681Z[ helios-setup] May 28 00:45:58.956 INFO E| Compiling der v0.7.10
30422026-05-28T00:45:59.732Z[ helios-setup] May 28 00:45:59.008 INFO E| Compiling zerocopy v0.6.6
30432026-05-28T00:45:59.825Z[ helios-setup] May 28 00:45:59.101 INFO E| Compiling bitfield v0.19.3
30442026-05-28T00:45:59.829Z[ helios-setup] May 28 00:45:59.106 INFO E| Compiling num_enum v0.7.5
30452026-05-28T00:45:59.980Z[ helios-setup] May 28 00:45:59.255 INFO E| Compiling devinfo v0.1.0
30462026-05-28T00:45:59.998Z[ host-package] Compiling heck v0.5.0
30472026-05-28T00:45:59.998Z[ host-package] Compiling regress v0.11.1
30482026-05-28T00:45:59.998Z[ host-package] Compiling unsafe-libyaml v0.2.11
30492026-05-28T00:46:00.063Z[ helios-setup] May 28 00:45:59.332 INFO E| Compiling toml v0.9.8
30502026-05-28T00:46:00.088Z[ helios-setup] May 28 00:45:59.364 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30512026-05-28T00:46:00.171Z[ helios-setup] May 28 00:45:59.448 INFO E| Compiling bzip2 v0.4.4
30522026-05-28T00:46:00.314Z[ helios-setup] May 28 00:45:59.589 INFO E| Compiling flate2 v1.1.5
30532026-05-28T00:46:00.320Z[ host-package] Compiling regress v0.10.5
30542026-05-28T00:46:00.372Z[ helios-setup] May 28 00:45:59.649 INFO E| Compiling tokio v1.48.0
30552026-05-28T00:46:00.496Z[ helios-setup] May 28 00:45:59.771 INFO E| Compiling uuid v1.18.1
30562026-05-28T00:46:00.543Z[ helios-setup] May 28 00:45:59.820 INFO E| Compiling clap v4.5.51
30572026-05-28T00:46:00.562Z[ helios-setup] May 28 00:45:59.839 INFO E| Compiling env_logger v0.11.8
30582026-05-28T00:46:00.632Z[ helios-setup] May 28 00:45:59.909 INFO E| Compiling hex v0.4.3
30592026-05-28T00:46:00.705Z[ helios-setup] May 28 00:45:59.981 INFO E| Compiling rustc-hash v2.1.1
30602026-05-28T00:46:00.754Z[ helios-setup] May 28 00:46:00.030 INFO E| Compiling foldhash v0.2.0
30612026-05-28T00:46:00.775Z[ helios-setup] May 28 00:46:00.052 INFO E| Compiling crc-any v2.5.0
30622026-05-28T00:46:00.789Z[ host-package] Compiling is-terminal v0.4.17
30632026-05-28T00:46:00.818Z[ host-package] Compiling unicode-width v0.1.14
30642026-05-28T00:46:00.822Z[ host-package] Compiling prettyplease v0.2.37
30652026-05-28T00:46:00.822Z[ host-package] Compiling bytecount v0.6.9
30662026-05-28T00:46:00.842Z[ host-package] Compiling thread_local v1.1.9
30672026-05-28T00:46:00.842Z[ host-package] Compiling derive-where v1.6.0
30682026-05-28T00:46:00.861Z[ helios-setup] May 28 00:46:00.136 INFO E| Compiling spki v0.7.3
30692026-05-28T00:46:00.878Z[ host-package] Compiling compression-core v0.4.31
30702026-05-28T00:46:00.878Z[ host-package] Compiling match_cfg v0.1.0
30712026-05-28T00:46:00.882Z[ host-package] Compiling multer v3.1.0
30722026-05-28T00:46:01.049Z[ helios-setup] May 28 00:46:00.314 INFO E| Compiling bitflags v1.3.2
30732026-05-28T00:46:01.124Z[ helios-setup] May 28 00:46:00.400 INFO E| Compiling pkcs8 v0.10.2
30742026-05-28T00:46:01.165Z[ helios-setup] May 28 00:46:00.442 INFO E| Compiling x509-cert v0.2.5
30752026-05-28T00:46:01.183Z[ helios-setup] May 28 00:46:00.460 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30762026-05-28T00:46:01.285Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30772026-05-28T00:46:01.292Z[ helios-setup] May 28 00:46:00.569 INFO E| Compiling iddqd v0.3.14
30782026-05-28T00:46:01.351Z[ helios-setup] May 28 00:46:00.623 INFO E| Compiling pkcs1 v0.7.5
30792026-05-28T00:46:01.396Z[ helios-setup] May 28 00:46:00.672 INFO E| Compiling zip v0.6.6
30802026-05-28T00:46:01.770Z[ host-package] Compiling compression-codecs v0.4.37
30812026-05-28T00:46:01.912Z[ host-package] Compiling slog-async v2.8.0
30822026-05-28T00:46:01.915Z[ helios-setup] May 28 00:46:01.190 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30832026-05-28T00:46:01.915Z[ host-package] Compiling crossbeam-channel v0.5.15
30842026-05-28T00:46:01.953Z[ host-package] Compiling slog-json v2.6.1
30852026-05-28T00:46:01.953Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
30862026-05-28T00:46:01.957Z[ host-package] Compiling serde_spanned v1.0.4
30872026-05-28T00:46:02.112Z[ helios-setup] May 28 00:46:01.389 INFO E| Compiling ppv-lite86 v0.2.21
30882026-05-28T00:46:02.242Z[ helios-setup] May 28 00:46:01.519 INFO E| Compiling path-slash v0.1.5
30892026-05-28T00:46:02.603Z[ helios-setup] May 28 00:46:01.879 INFO E| Compiling rand_chacha v0.3.1
30902026-05-28T00:46:02.690Z[ helios-setup] May 28 00:46:01.962 INFO E| Compiling erased-serde v0.3.31
30912026-05-28T00:46:02.693Z[ helios-setup] May 28 00:46:01.969 INFO E| Compiling toml_datetime v0.6.11
30922026-05-28T00:46:02.736Z[ host-package] Compiling hostname v0.3.1
30932026-05-28T00:46:02.740Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30942026-05-28T00:46:02.740Z[ host-package] Compiling term v1.2.1
30952026-05-28T00:46:02.743Z[ host-package] Compiling take_mut v0.2.2
30962026-05-28T00:46:02.846Z[ host-package] Compiling async-compression v0.4.41
30972026-05-28T00:46:02.865Z[ helios-setup] May 28 00:46:02.142 INFO E| Compiling rand v0.8.5
30982026-05-28T00:46:02.895Z[ helios-setup] May 28 00:46:02.172 INFO E| Compiling serde_spanned v0.6.9
30992026-05-28T00:46:02.976Z[ host-package] Compiling dropshot v0.17.0
31002026-05-28T00:46:03.118Z[ helios-setup] May 28 00:46:02.395 INFO E| Compiling futures-executor v0.3.31
31012026-05-28T00:46:03.191Z[ helios-setup] May 28 00:46:02.464 INFO E| Compiling toml_edit v0.19.15
31022026-05-28T00:46:03.296Z[ helios-setup] May 28 00:46:02.572 INFO E| Compiling serde-hex v0.1.0
31032026-05-28T00:46:03.391Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
31042026-05-28T00:46:03.588Z[ host-package] Compiling slog-term v2.9.2
31052026-05-28T00:46:03.635Z[ helios-setup] May 28 00:46:02.911 INFO E| Compiling futures v0.3.31
31062026-05-28T00:46:03.679Z[ helios-setup] May 28 00:46:02.956 INFO E| Compiling ron v0.8.1
31072026-05-28T00:46:03.716Z[ helios-setup] May 28 00:46:02.990 INFO E| Compiling hashbrown v0.13.2
31082026-05-28T00:46:03.845Z[ helios-setup] May 28 00:46:03.120 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31092026-05-28T00:46:03.939Z[ host-package] Compiling typify-impl v0.6.2
31102026-05-28T00:46:03.939Z[ host-package] Compiling slog-bunyan v2.5.0
31112026-05-28T00:46:03.939Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31122026-05-28T00:46:03.943Z[ host-package] Compiling async-stream v0.3.6
31132026-05-28T00:46:03.943Z[ host-package] Compiling num-rational v0.4.2
31142026-05-28T00:46:03.980Z[ helios-setup] May 28 00:46:03.257 INFO E| Compiling slog-term v2.9.2
31152026-05-28T00:46:04.025Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31162026-05-28T00:46:04.680Z[ helios-setup] May 28 00:46:03.957 INFO E| Compiling object v0.30.4
31172026-05-28T00:46:04.695Z[ host-package] Compiling waitgroup v0.1.2
31182026-05-28T00:46:04.698Z[ host-package] Compiling backon v1.6.0
31192026-05-28T00:46:04.698Z[ host-package] Compiling rustls-pemfile v2.2.0
31202026-05-28T00:46:04.942Z[ host-package] Compiling num-complex v0.4.6
31212026-05-28T00:46:04.942Z[ host-package] Compiling serde_path_to_error v0.1.20
31222026-05-28T00:46:04.946Z[ host-package] Compiling instant v0.1.13
31232026-05-28T00:46:04.946Z[ host-package] Compiling hostname v0.4.2
31242026-05-28T00:46:05.260Z[ helios-setup] May 28 00:46:04.536 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31252026-05-28T00:46:05.464Z[ helios-setup] May 28 00:46:04.741 INFO E| Compiling rsa v0.9.8
31262026-05-28T00:46:05.501Z[ helios-setup] May 28 00:46:04.777 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31272026-05-28T00:46:05.708Z[ host-package] Compiling debug-ignore v1.0.5
31282026-05-28T00:46:05.711Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31292026-05-28T00:46:05.711Z[ host-package] Compiling backoff v0.4.0
31302026-05-28T00:46:05.788Z[ helios-setup] May 28 00:46:05.064 INFO E| Compiling toml v0.7.8
31312026-05-28T00:46:05.799Z[ host-package] Compiling rustls v0.23.37
31322026-05-28T00:46:05.802Z[ host-package] Compiling rustls v0.22.4
31332026-05-28T00:46:05.802Z[ host-package] Compiling parse-display v0.10.0
31342026-05-28T00:46:05.802Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31352026-05-28T00:46:05.886Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31362026-05-28T00:46:06.320Z[ host-package] Compiling macaddr v1.0.1
31372026-05-28T00:46:06.323Z[ host-package] Compiling float-ord v0.3.2
31382026-05-28T00:46:06.410Z[ helios-setup] May 28 00:46:05.680 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31392026-05-28T00:46:06.603Z[ helios-setup] May 28 00:46:05.875 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31402026-05-28T00:46:06.808Z[ host-package] Compiling console v0.15.11
31412026-05-28T00:46:06.862Z[ host-package] Compiling newline-converter v0.3.0
31422026-05-28T00:46:06.976Z[ host-package] Compiling atomicwrites v0.4.4
31432026-05-28T00:46:06.976Z[ host-package] Compiling slog-dtrace v0.3.0
31442026-05-28T00:46:07.451Z[ host-package] Compiling resolv-conf v0.7.6
31452026-05-28T00:46:07.675Z[ host-package] Compiling cancel-safe-futures v0.1.5
31462026-05-28T00:46:07.774Z[ host-package] Compiling expectorate v1.2.0
31472026-05-28T00:46:07.778Z[ host-package] Compiling owo-colors v4.3.0
31482026-05-28T00:46:07.778Z[ host-package] Compiling toml v0.8.23
31492026-05-28T00:46:08.115Z[ host-package] Compiling rustls-webpki v0.103.9
31502026-05-28T00:46:08.221Z[ host-package] Compiling rustls-webpki v0.102.8
31512026-05-28T00:46:08.375Z[ host-package] Compiling num v0.4.3
31522026-05-28T00:46:08.814Z[ host-package] Compiling libsw-core v0.3.2
31532026-05-28T00:46:09.233Z[ host-package] Compiling linear-map v1.2.0
31542026-05-28T00:46:09.341Z[ host-package] Compiling linked-hash-map v0.5.6
31552026-05-28T00:46:09.576Z[ host-package] Compiling typify-macro v0.6.2
31562026-05-28T00:46:09.600Z[ host-package] Compiling libsw v3.5.0
31572026-05-28T00:46:09.946Z[ host-package] Compiling minimal-lexical v0.2.1
31582026-05-28T00:46:09.949Z[ host-package] Compiling hickory-proto v0.24.4
31592026-05-28T00:46:10.031Z[ host-package] Compiling unicode-xid v0.2.6
31602026-05-28T00:46:10.039Z[ host-package] Compiling convert_case v0.10.0
31612026-05-28T00:46:10.489Z[ host-package] Compiling lru-cache v0.1.2
31622026-05-28T00:46:10.584Z[ host-package] Compiling papergrid v0.11.0
31632026-05-28T00:46:10.588Z[ host-package] Compiling tabled_derive v0.7.0
31642026-05-28T00:46:10.588Z[ host-package] Compiling termtree v0.5.1
31652026-05-28T00:46:10.588Z[ host-package] Compiling phf_shared v0.12.1
31662026-05-28T00:46:10.588Z[ host-package] Compiling derive_more-impl v2.1.1
31672026-05-28T00:46:10.772Z[ host-package] Compiling vte v0.14.1
31682026-05-28T00:46:10.850Z[ host-package] Compiling nom v7.1.3
31692026-05-28T00:46:10.853Z[ host-package] Compiling csv-core v0.1.13
31702026-05-28T00:46:10.874Z[ host-package] Compiling highway v1.3.0
31712026-05-28T00:46:10.946Z[ host-package] Compiling chrono-tz v0.10.4
31722026-05-28T00:46:11.065Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31732026-05-28T00:46:11.527Z[ host-package] Compiling derive_more v2.1.1
31742026-05-28T00:46:11.541Z[ helios-setup] May 28 00:46:10.817 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31752026-05-28T00:46:11.590Z[ host-package] Compiling tabled v0.15.0
31762026-05-28T00:46:11.656Z[ host-package] Compiling crossterm v0.29.0
31772026-05-28T00:46:11.723Z[ host-package] Compiling csv v1.4.0
31782026-05-28T00:46:11.726Z[ host-package] Compiling phf v0.12.1
31792026-05-28T00:46:11.726Z[ host-package] Compiling const_format_proc_macros v0.2.34
31802026-05-28T00:46:12.331Z[ host-package] Compiling typify v0.6.2
31812026-05-28T00:46:12.694Z[ host-package] Compiling progenitor-impl v0.14.0
31822026-05-28T00:46:12.703Z[ helios-setup] May 28 00:46:11.979 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31832026-05-28T00:46:13.016Z[ host-package] Compiling tokio-rustls v0.25.0
31842026-05-28T00:46:13.520Z[ host-package] Compiling hickory-resolver v0.24.4
31852026-05-28T00:46:13.862Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31862026-05-28T00:46:13.973Z[ host-package] Compiling fd-lock v4.0.4
31872026-05-28T00:46:14.416Z[ host-package] Compiling tokio-rustls v0.26.4
31882026-05-28T00:46:14.613Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31892026-05-28T00:46:14.734Z[ host-package] Compiling peg-macros v0.8.5
31902026-05-28T00:46:15.184Z[ host-package] Compiling hyper-rustls v0.27.7
31912026-05-28T00:46:15.252Z[ host-package] Compiling nu-ansi-term v0.50.3
31922026-05-28T00:46:15.701Z[ host-package] Compiling reqwest v0.13.2
31932026-05-28T00:46:15.867Z[ host-package] Compiling reqwest v0.12.28
31942026-05-28T00:46:16.009Z[ host-package] Compiling progenitor-macro v0.14.0
31952026-05-28T00:46:16.307Z[ host-package] Compiling qorb v0.4.1
31962026-05-28T00:46:16.527Z[ host-package] Compiling peg v0.8.5
31972026-05-28T00:46:17.137Z[ helios-setup] May 28 00:46:16.414 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31982026-05-28T00:46:18.469Z[ host-package] Compiling tough v0.22.0
31992026-05-28T00:46:19.355Z[ host-package] Compiling progenitor-client v0.14.0
32002026-05-28T00:46:19.481Z[ host-package] Compiling progenitor-client v0.10.0
32012026-05-28T00:46:19.537Z[ host-package] Compiling reedline v0.40.0
32022026-05-28T00:46:19.833Z[ host-package] Compiling progenitor-extras v0.2.0
32032026-05-28T00:46:19.952Z[ host-package] Compiling const_format v0.2.35
32042026-05-28T00:46:20.217Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32052026-05-28T00:46:20.297Z[ host-package] Compiling bcs v0.1.6
32062026-05-28T00:46:20.499Z[ host-package] Compiling nom v8.0.0
32072026-05-28T00:46:20.775Z[ host-package] Compiling semver v0.1.20
32082026-05-28T00:46:20.822Z[ host-package] Compiling smawk v0.3.2
32092026-05-28T00:46:21.243Z[ host-package] Compiling rustc_version v0.1.7
32102026-05-28T00:46:21.718Z[ host-package] Compiling progenitor v0.14.0
32112026-05-28T00:46:22.736Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32122026-05-28T00:46:22.867Z[ host-package] Compiling newtype_derive v0.1.6
32132026-05-28T00:46:23.319Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
32142026-05-28T00:46:23.383Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32152026-05-28T00:46:23.453Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32162026-05-28T00:46:23.589Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32172026-05-28T00:46:23.798Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-05-28T00:46:24.074Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
32192026-05-28T00:46:24.154Z[ host-package] Compiling unicode-linebreak v0.1.5
32202026-05-28T00:46:24.296Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32212026-05-28T00:46:24.905Z[ host-package] Compiling humantime v2.3.0
32222026-05-28T00:46:25.022Z[ host-package] Compiling textwrap v0.16.2
32232026-05-28T00:46:26.291Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32242026-05-28T00:46:26.909Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32252026-05-28T00:46:27.090Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32262026-05-28T00:46:27.157Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32272026-05-28T00:46:27.558Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32282026-05-28T00:46:27.677Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32292026-05-28T00:46:27.757Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32302026-05-28T00:46:27.903Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32312026-05-28T00:46:28.421Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-05-28T00:46:28.749Z[ helios-setup] May 28 00:46:28.024 INFO E| Finished `release` profile [optimized] target(s) in 38.47s
32332026-05-28T00:46:28.754Z[ helios-setup] May 28 00:46:28.027 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32342026-05-28T00:46:28.754Z[ helios-setup] May 28 00:46:28.027 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32352026-05-28T00:46:28.818Z[ helios-setup] May 28 00:46:28.095 INFO building project "pilot" ok (38 seconds)
32362026-05-28T00:46:28.818Z[ helios-setup] May 28 00:46:28.095 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32372026-05-28T00:46:28.827Z[ helios-setup] May 28 00:46:28.104 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
32382026-05-28T00:46:28.827Z[ helios-setup] May 28 00:46:28.104 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32392026-05-28T00:46:28.827Z[ helios-setup] May 28 00:46:28.104 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32402026-05-28T00:46:28.936Z[ helios-setup] May 28 00:46:28.212 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32412026-05-28T00:46:29.350Z[ helios-setup] May 28 00:46:28.627 INFO E| From https://github.com/jclulow/rust-jmclib
32422026-05-28T00:46:29.350Z[ helios-setup] May 28 00:46:28.627 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32432026-05-28T00:46:29.363Z[ helios-setup] May 28 00:46:28.640 INFO E| Updating crates.io index
32442026-05-28T00:46:29.417Z[ helios-setup] May 28 00:46:28.694 INFO E| Downloading crates ...
32452026-05-28T00:46:29.465Z[ helios-setup] May 28 00:46:28.741 INFO E| Downloaded block-buffer v0.9.0
32462026-05-28T00:46:29.470Z[ helios-setup] May 28 00:46:28.743 INFO E| Downloaded errno v0.3.1
32472026-05-28T00:46:29.478Z[ helios-setup] May 28 00:46:28.752 INFO E| Downloaded uuid v0.8.2
32482026-05-28T00:46:29.484Z[ helios-setup] May 28 00:46:28.754 INFO E| Downloaded serde_derive v1.0.193
32492026-05-28T00:46:29.484Z[ helios-setup] May 28 00:46:28.756 INFO E| Downloaded md-5 v0.9.1
32502026-05-28T00:46:29.487Z[ helios-setup] May 28 00:46:28.759 INFO E| Downloaded digest v0.9.0
32512026-05-28T00:46:29.492Z[ helios-setup] May 28 00:46:28.769 INFO E| Downloaded opaque-debug v0.3.0
32522026-05-28T00:46:29.496Z[ helios-setup] May 28 00:46:28.770 INFO E| Downloaded libdevinfo-sys v1.0.0
32532026-05-28T00:46:29.496Z[ helios-setup] May 28 00:46:28.770 INFO E| Downloaded cpufeatures v0.2.9
32542026-05-28T00:46:29.496Z[ helios-setup] May 28 00:46:28.771 INFO E| Downloaded getrandom v0.2.10
32552026-05-28T00:46:29.499Z[ helios-setup] May 28 00:46:28.773 INFO E| Downloaded fastrand v2.0.0
32562026-05-28T00:46:29.514Z[ helios-setup] May 28 00:46:28.790 INFO E| Downloaded walkdir v2.3.3
32572026-05-28T00:46:29.517Z[ helios-setup] May 28 00:46:28.792 INFO E| Downloaded quote v1.0.31
32582026-05-28T00:46:29.517Z[ helios-setup] May 28 00:46:28.793 INFO E| Downloaded glob v0.3.1
32592026-05-28T00:46:29.517Z[ helios-setup] May 28 00:46:28.794 INFO E| Downloaded sha-1 v0.9.8
32602026-05-28T00:46:29.520Z[ helios-setup] May 28 00:46:28.795 INFO E| Downloaded itoa v1.0.9
32612026-05-28T00:46:29.545Z[ helios-setup] May 28 00:46:28.822 INFO E| Downloaded typenum v1.16.0
32622026-05-28T00:46:29.549Z[ helios-setup] May 28 00:46:28.824 INFO E| Downloaded toml v0.5.11
32632026-05-28T00:46:29.549Z[ helios-setup] May 28 00:46:28.825 INFO E| Downloaded ryu v1.0.15
32642026-05-28T00:46:29.552Z[ helios-setup] May 28 00:46:28.828 INFO E| Downloaded once_cell v1.18.0
32652026-05-28T00:46:29.555Z[ helios-setup] May 28 00:46:28.829 INFO E| Downloaded bitflags v2.3.3
32662026-05-28T00:46:29.555Z[ helios-setup] May 28 00:46:28.830 INFO E| Downloaded anyhow v1.0.72
32672026-05-28T00:46:29.558Z[ helios-setup] May 28 00:46:28.833 INFO E| Downloaded tempfile v3.7.0
32682026-05-28T00:46:29.558Z[ helios-setup] May 28 00:46:28.834 INFO E| Downloaded serde v1.0.193
32692026-05-28T00:46:29.561Z[ helios-setup] May 28 00:46:28.836 INFO E| Downloaded proc-macro2 v1.0.66
32702026-05-28T00:46:29.581Z[ helios-setup] May 28 00:46:28.858 INFO E| Downloaded serde_json v1.0.103
32712026-05-28T00:46:29.614Z[ helios-setup] May 28 00:46:28.890 INFO E| Downloaded syn v2.0.32
32722026-05-28T00:46:29.749Z[ helios-setup] May 28 00:46:29.025 INFO E| Downloaded rustix v0.38.4
32732026-05-28T00:46:29.762Z[ helios-setup] May 28 00:46:29.039 INFO E| Downloaded unicode-ident v1.0.11
32742026-05-28T00:46:29.786Z[ helios-setup] May 28 00:46:29.063 INFO E| Downloaded libc v0.2.147
32752026-05-28T00:46:29.862Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling libc v0.2.147
32762026-05-28T00:46:29.862Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling proc-macro2 v1.0.66
32772026-05-28T00:46:29.862Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling unicode-ident v1.0.11
32782026-05-28T00:46:29.866Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling cfg-if v1.0.0
32792026-05-28T00:46:29.866Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling version_check v0.9.4
32802026-05-28T00:46:29.866Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling typenum v1.16.0
32812026-05-28T00:46:29.866Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling serde v1.0.193
32822026-05-28T00:46:29.866Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling time-core v0.1.2
32832026-05-28T00:46:29.866Z[ helios-setup] May 28 00:46:29.138 INFO E| Compiling powerfmt v0.2.0
32842026-05-28T00:46:29.901Z[ helios-setup] May 28 00:46:29.178 INFO E| Compiling itoa v1.0.9
32852026-05-28T00:46:29.902Z[ helios-setup] May 28 00:46:29.178 INFO E| Compiling num-conv v0.1.0
32862026-05-28T00:46:29.902Z[ helios-setup] May 28 00:46:29.178 INFO E| Compiling rustix v0.38.4
32872026-05-28T00:46:29.906Z[ helios-setup] May 28 00:46:29.178 INFO E| Compiling slog v2.7.0
32882026-05-28T00:46:29.906Z[ helios-setup] May 28 00:46:29.178 INFO E| Compiling bitflags v2.3.3
32892026-05-28T00:46:29.906Z[ helios-setup] May 28 00:46:29.178 INFO E| Compiling once_cell v1.18.0
32902026-05-28T00:46:29.906Z[ helios-setup] May 28 00:46:29.178 INFO E| Compiling num_threads v0.1.6
32912026-05-28T00:46:30.002Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32922026-05-28T00:46:30.284Z[ helios-setup] May 28 00:46:29.560 INFO E| Compiling deranged v0.3.11
32932026-05-28T00:46:30.358Z[ helios-setup] May 28 00:46:29.635 INFO E| Compiling thread_local v1.1.7
32942026-05-28T00:46:30.377Z[ helios-setup] May 28 00:46:29.653 INFO E| Compiling anyhow v1.0.72
32952026-05-28T00:46:30.391Z[ helios-setup] May 28 00:46:29.668 INFO E| Compiling serde_json v1.0.103
32962026-05-28T00:46:30.404Z[ helios-setup] May 28 00:46:29.680 INFO E| Compiling opaque-debug v0.3.0
32972026-05-28T00:46:30.432Z[ helios-setup] May 28 00:46:29.708 INFO E| Compiling generic-array v0.14.7
32982026-05-28T00:46:30.484Z[ helios-setup] May 28 00:46:29.761 INFO E| Compiling fastrand v2.0.0
32992026-05-28T00:46:30.505Z[ helios-setup] May 28 00:46:29.781 INFO E| Compiling ryu v1.0.15
33002026-05-28T00:46:30.522Z[ helios-setup] May 28 00:46:29.795 INFO E| Compiling cpufeatures v0.2.9
33012026-05-28T00:46:30.558Z[ helios-setup] May 28 00:46:29.835 INFO E| Compiling same-file v1.0.6
33022026-05-28T00:46:30.651Z[ helios-setup] May 28 00:46:29.927 INFO E| Compiling unicode-width v0.1.10
33032026-05-28T00:46:30.672Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33042026-05-28T00:46:30.693Z[ helios-setup] May 28 00:46:29.969 INFO E| Compiling libdevinfo-sys v1.0.0
33052026-05-28T00:46:30.803Z[ helios-setup] May 28 00:46:30.080 INFO E| Compiling time-macros v0.2.18
33062026-05-28T00:46:30.846Z[ helios-setup] May 28 00:46:30.123 INFO E| Compiling glob v0.3.1
33072026-05-28T00:46:30.928Z[ helios-setup] May 28 00:46:30.205 INFO E| Compiling walkdir v2.3.3
33082026-05-28T00:46:30.953Z[ helios-setup] May 28 00:46:30.230 INFO E| Compiling getopts v0.2.21
33092026-05-28T00:46:31.440Z[ helios-setup] May 28 00:46:30.717 INFO E| Compiling quote v1.0.31
33102026-05-28T00:46:31.581Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33112026-05-28T00:46:31.590Z[ helios-setup] May 28 00:46:30.867 INFO E| Compiling dirs-sys-next v0.1.2
33122026-05-28T00:46:31.590Z[ helios-setup] May 28 00:46:30.867 INFO E| Compiling errno v0.3.1
33132026-05-28T00:46:31.594Z[ helios-setup] May 28 00:46:30.867 INFO E| Compiling atty v0.2.14
33142026-05-28T00:46:31.594Z[ helios-setup] May 28 00:46:30.867 INFO E| Compiling getrandom v0.2.10
33152026-05-28T00:46:31.677Z[ helios-setup] May 28 00:46:30.953 INFO E| Compiling syn v2.0.32
33162026-05-28T00:46:31.765Z[ helios-setup] May 28 00:46:31.040 INFO E| Compiling dirs-next v2.0.0
33172026-05-28T00:46:31.900Z[ helios-setup] May 28 00:46:31.176 INFO E| Compiling term v0.7.0
33182026-05-28T00:46:32.076Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33192026-05-28T00:46:32.213Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33202026-05-28T00:46:32.351Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33212026-05-28T00:46:32.516Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33222026-05-28T00:46:32.559Z[ helios-setup] May 28 00:46:31.835 INFO E| Compiling digest v0.9.0
33232026-05-28T00:46:32.559Z[ helios-setup] May 28 00:46:31.835 INFO E| Compiling block-buffer v0.9.0
33242026-05-28T00:46:32.669Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33252026-05-28T00:46:32.673Z[ helios-setup] May 28 00:46:31.950 INFO E| Compiling md-5 v0.9.1
33262026-05-28T00:46:32.673Z[ helios-setup] May 28 00:46:31.950 INFO E| Compiling sha-1 v0.9.8
33272026-05-28T00:46:32.677Z[ helios-setup] May 28 00:46:31.953 INFO E| Compiling tempfile v3.7.0
33282026-05-28T00:46:32.692Z[ helios-setup] May 28 00:46:31.968 INFO E| Compiling time v0.3.36
33292026-05-28T00:46:33.152Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33302026-05-28T00:46:33.794Z[ helios-setup] May 28 00:46:33.071 INFO E| Compiling slog-term v2.9.0
33312026-05-28T00:46:33.904Z[ helios-setup] May 28 00:46:33.180 INFO E| Compiling serde_derive v1.0.193
33322026-05-28T00:46:34.042Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33332026-05-28T00:46:35.676Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33342026-05-28T00:46:35.907Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33352026-05-28T00:46:36.335Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33362026-05-28T00:46:36.920Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33372026-05-28T00:46:37.302Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33382026-05-28T00:46:37.337Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33392026-05-28T00:46:37.788Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-05-28T00:46:38.148Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
33412026-05-28T00:46:38.183Z[ host-package] Compiling steno v0.4.1
33422026-05-28T00:46:38.304Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33432026-05-28T00:46:38.561Z[ helios-setup] May 28 00:46:37.838 INFO E| Compiling toml v0.5.11
33442026-05-28T00:46:38.561Z[ helios-setup] May 28 00:46:37.838 INFO E| Compiling uuid v0.8.2
33452026-05-28T00:46:38.821Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33462026-05-28T00:46:38.901Z[ host-package] Compiling progenitor-impl v0.13.0
33472026-05-28T00:46:39.033Z[ host-package] Compiling progenitor-client v0.13.0
33482026-05-28T00:46:39.361Z[ helios-setup] May 28 00:46:38.638 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33492026-05-28T00:46:39.771Z[ host-package] Compiling tagptr v0.2.0
33502026-05-28T00:46:39.820Z[ host-package] Compiling utf-8 v0.7.6
33512026-05-28T00:46:40.018Z[ helios-setup] May 28 00:46:39.294 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33522026-05-28T00:46:40.052Z[ host-package] Compiling moka v0.12.13
33532026-05-28T00:46:40.201Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33542026-05-28T00:46:40.545Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33552026-05-28T00:46:40.746Z[ host-package] Compiling tungstenite v0.21.0
33562026-05-28T00:46:41.304Z[ host-package] Compiling hickory-resolver v0.25.2
33572026-05-28T00:46:41.417Z[ host-package] Compiling progenitor-macro v0.13.0
33582026-05-28T00:46:41.448Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-05-28T00:46:41.479Z[ host-package] Compiling tokio-tungstenite v0.21.0
33602026-05-28T00:46:42.115Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33612026-05-28T00:46:42.767Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33622026-05-28T00:46:42.946Z[ host-package] Compiling num-derive v0.3.3
33632026-05-28T00:46:42.985Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33642026-05-28T00:46:43.430Z[ host-package] Compiling typify-impl v0.4.3
33652026-05-28T00:46:43.513Z[ host-package] Compiling proc-macro-error2 v2.0.1
33662026-05-28T00:46:43.617Z[ host-package] Compiling papergrid v0.17.0
33672026-05-28T00:46:43.731Z[ host-package] Compiling testing_table v0.3.0
33682026-05-28T00:46:43.854Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33692026-05-28T00:46:43.881Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33702026-05-28T00:46:43.950Z[ host-package] Compiling libscf-sys v1.1.0
33712026-05-28T00:46:44.211Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33722026-05-28T00:46:44.256Z[ host-package] Compiling tabled_derive v0.11.0
33732026-05-28T00:46:44.587Z[ helios-setup] May 28 00:46:43.863 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.74s
33742026-05-28T00:46:44.610Z[ helios-setup] May 28 00:46:43.887 INFO building project "image-builder" ok (15 seconds)
33752026-05-28T00:46:44.610Z[ helios-setup] May 28 00:46:43.887 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
33762026-05-28T00:46:44.619Z[ helios-setup] May 28 00:46:43.896 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
33772026-05-28T00:46:44.619Z[ helios-setup] May 28 00:46:43.896 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
33782026-05-28T00:46:44.619Z[ helios-setup] May 28 00:46:43.896 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
33792026-05-28T00:46:44.812Z[ helios-setup] May 28 00:46:44.089 INFO E| Downloading crates ...
33802026-05-28T00:46:44.865Z[ helios-setup] May 28 00:46:44.142 INFO E| Downloaded miniz_oxide v0.8.8
33812026-05-28T00:46:44.869Z[ helios-setup] May 28 00:46:44.144 INFO E| Downloaded adler2 v2.0.0
33822026-05-28T00:46:44.911Z[ helios-setup] May 28 00:46:44.187 INFO E| Compiling adler2 v2.0.0
33832026-05-28T00:46:45.005Z[ helios-setup] May 28 00:46:44.282 INFO E| Compiling miniz_oxide v0.8.8
33842026-05-28T00:46:45.108Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33852026-05-28T00:46:45.209Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33862026-05-28T00:46:45.565Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-05-28T00:46:45.661Z[ host-package] Compiling vergen-gitcl v1.0.8
33882026-05-28T00:46:45.886Z[ host-package] Compiling progenitor v0.13.0
33892026-05-28T00:46:46.038Z[ host-package] Compiling dirs-sys-next v0.1.2
33902026-05-28T00:46:46.128Z[ helios-setup] May 28 00:46:45.405 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33912026-05-28T00:46:46.131Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33922026-05-28T00:46:46.325Z[ host-package] Compiling glob v0.3.3
33932026-05-28T00:46:46.586Z[ helios-setup] May 28 00:46:45.863 INFO E| Finished `release` profile [optimized] target(s) in 1.95s
33942026-05-28T00:46:46.596Z[ helios-setup] May 28 00:46:45.873 INFO building project "pinprick" ok (1 seconds)
33952026-05-28T00:46:46.596Z[ helios-setup] May 28 00:46:45.873 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33962026-05-28T00:46:46.634Z[ helios-setup] May 28 00:46:45.910 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')"
33972026-05-28T00:46:46.635Z[ helios-setup] May 28 00:46:45.910 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33982026-05-28T00:46:46.638Z[ helios-setup] May 28 00:46:45.910 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33992026-05-28T00:46:46.757Z[ host-package] Compiling diesel_derives v2.3.7
34002026-05-28T00:46:46.831Z[ helios-setup] May 28 00:46:46.108 INFO E| Updating crates.io index
34012026-05-28T00:46:46.873Z[ helios-setup] May 28 00:46:46.150 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34022026-05-28T00:46:46.971Z[ host-package] Compiling crunchy v0.2.4
34032026-05-28T00:46:47.020Z[ host-package] Compiling maplit v1.0.2
34042026-05-28T00:46:47.044Z[ host-package] Compiling typify-macro v0.4.3
34052026-05-28T00:46:47.195Z[ host-package] Compiling clang-sys v1.8.1
34062026-05-28T00:46:47.259Z[ helios-setup] May 28 00:46:46.536 INFO E| From https://github.com/oxidecomputer/amd-apcb
34072026-05-28T00:46:47.259Z[ helios-setup] May 28 00:46:46.536 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34082026-05-28T00:46:47.292Z[ helios-setup] May 28 00:46:46.554 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34092026-05-28T00:46:47.346Z[ host-package] Compiling dirs-next v2.0.0
34102026-05-28T00:46:47.505Z[ host-package] Compiling tabled v0.20.0
34112026-05-28T00:46:47.535Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34122026-05-28T00:46:47.607Z[ helios-setup] May 28 00:46:46.879 INFO E| From https://github.com/oxidecomputer/amd-efs
34132026-05-28T00:46:47.607Z[ helios-setup] May 28 00:46:46.879 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34142026-05-28T00:46:47.629Z[ host-package] Compiling dsl_auto_type v0.2.0
34152026-05-28T00:46:47.845Z[ helios-setup] May 28 00:46:47.121 INFO E| Downloading crates ...
34162026-05-28T00:46:47.912Z[ helios-setup] May 28 00:46:47.188 INFO E| Downloaded structopt v0.3.26
34172026-05-28T00:46:47.916Z[ helios-setup] May 28 00:46:47.193 INFO E| Downloaded pest_derive v2.8.0
34182026-05-28T00:46:47.919Z[ helios-setup] May 28 00:46:47.195 INFO E| Downloaded strum v0.27.1
34192026-05-28T00:46:47.920Z[ helios-setup] May 28 00:46:47.196 INFO E| Downloaded dyn-clone v1.0.19
34202026-05-28T00:46:47.922Z[ helios-setup] May 28 00:46:47.197 INFO E| Downloaded four-cc v0.4.0
34212026-05-28T00:46:47.925Z[ helios-setup] May 28 00:46:47.200 INFO E| Downloaded unic-ucd-version v0.9.0
34222026-05-28T00:46:47.925Z[ helios-setup] May 28 00:46:47.201 INFO E| Downloaded unic-ucd-ident v0.9.0
34232026-05-28T00:46:47.925Z[ helios-setup] May 28 00:46:47.202 INFO E| Downloaded strsim v0.8.0
34242026-05-28T00:46:47.928Z[ helios-setup] May 28 00:46:47.203 INFO E| Downloaded unic-common v0.9.0
34252026-05-28T00:46:47.928Z[ helios-setup] May 28 00:46:47.203 INFO E| Downloaded unic-char-property v0.9.0
34262026-05-28T00:46:47.928Z[ helios-setup] May 28 00:46:47.204 INFO E| Downloaded heck v0.3.3
34272026-05-28T00:46:47.928Z[ helios-setup] May 28 00:46:47.205 INFO E| Downloaded fletcher v1.0.0
34282026-05-28T00:46:47.931Z[ helios-setup] May 28 00:46:47.207 INFO E| Downloaded unic-char-range v0.9.0
34292026-05-28T00:46:47.934Z[ helios-setup] May 28 00:46:47.211 INFO E| Downloaded parse_int v0.9.0
34302026-05-28T00:46:47.944Z[ helios-setup] May 28 00:46:47.221 INFO E| Downloaded vec_map v0.8.2
34312026-05-28T00:46:47.947Z[ helios-setup] May 28 00:46:47.222 INFO E| Downloaded strum_macros v0.27.1
34322026-05-28T00:46:47.947Z[ helios-setup] May 28 00:46:47.223 INFO E| Downloaded pest_generator v2.8.0
34332026-05-28T00:46:47.950Z[ helios-setup] May 28 00:46:47.227 INFO E| Downloaded rustversion v1.0.20
34342026-05-28T00:46:47.954Z[ helios-setup] May 28 00:46:47.229 INFO E| Downloaded structopt-derive v0.4.18
34352026-05-28T00:46:47.954Z[ helios-setup] May 28 00:46:47.230 INFO E| Downloaded modular-bitfield-impl v0.11.2
34362026-05-28T00:46:47.957Z[ helios-setup] May 28 00:46:47.231 INFO E| Downloaded modular-bitfield-impl v0.13.1
34372026-05-28T00:46:47.957Z[ helios-setup] May 28 00:46:47.232 INFO E| Downloaded bytesize v2.0.1
34382026-05-28T00:46:47.960Z[ helios-setup] May 28 00:46:47.235 INFO E| Downloaded ansi_term v0.12.1
34392026-05-28T00:46:47.960Z[ helios-setup] May 28 00:46:47.236 INFO E| Downloaded modular-bitfield v0.11.2
34402026-05-28T00:46:47.966Z[ helios-setup] May 28 00:46:47.242 INFO E| Downloaded textwrap v0.11.0
34412026-05-28T00:46:47.968Z[ helios-setup] May 28 00:46:47.243 INFO E| Downloaded log v0.4.27
34422026-05-28T00:46:47.969Z[ helios-setup] May 28 00:46:47.245 INFO E| Downloaded pest_meta v2.8.0
34432026-05-28T00:46:47.971Z[ helios-setup] May 28 00:46:47.246 INFO E| Downloaded modular-bitfield v0.13.1
34442026-05-28T00:46:47.980Z[ helios-setup] May 28 00:46:47.257 INFO E| Downloaded typenum v1.18.0
34452026-05-28T00:46:47.987Z[ helios-setup] May 28 00:46:47.264 INFO E| Downloaded zerocopy-derive v0.8.25
34462026-05-28T00:46:48.017Z[ helios-setup] May 28 00:46:47.293 INFO E| Downloaded pest v2.8.0
34472026-05-28T00:46:48.045Z[ helios-setup] May 28 00:46:47.322 INFO E| Downloaded zerocopy v0.8.25
34482026-05-28T00:46:48.061Z[ helios-setup] May 28 00:46:47.338 INFO E| Downloaded goblin v0.9.3
34492026-05-28T00:46:48.065Z[ helios-setup] May 28 00:46:47.341 INFO E| Downloaded clap v2.34.0
34502026-05-28T00:46:48.126Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling proc-macro2 v1.0.95
34512026-05-28T00:46:48.126Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling unicode-ident v1.0.18
34522026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling memchr v2.7.4
34532026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling autocfg v1.4.0
34542026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling thiserror v2.0.12
34552026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling serde v1.0.219
34562026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling syn v1.0.109
34572026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling version_check v0.9.5
34582026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling serde_json v1.0.140
34592026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling itoa v1.0.15
34602026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling ryu v1.0.20
34612026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling schemars v0.8.22
34622026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling static_assertions v1.1.0
34632026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling ucd-trie v0.1.7
34642026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.398 INFO E| Compiling zerocopy v0.8.25
34652026-05-28T00:46:48.130Z[ helios-setup] May 28 00:46:47.399 INFO E| Compiling dyn-clone v1.0.19
34662026-05-28T00:46:48.243Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34672026-05-28T00:46:48.293Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34682026-05-28T00:46:48.611Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34692026-05-28T00:46:48.855Z[ helios-setup] May 28 00:46:48.131 INFO E| Compiling num-traits v0.2.19
34702026-05-28T00:46:48.855Z[ helios-setup] May 28 00:46:48.131 INFO E| Compiling memoffset v0.9.1
34712026-05-28T00:46:48.855Z[ helios-setup] May 28 00:46:48.131 INFO E| Compiling paste v1.0.15
34722026-05-28T00:46:48.858Z[ helios-setup] May 28 00:46:48.132 INFO E| Compiling proc-macro-error-attr v1.0.4
34732026-05-28T00:46:48.983Z[ helios-setup] May 28 00:46:48.259 INFO E| Compiling rustversion v1.0.20
34742026-05-28T00:46:49.048Z[ helios-setup] May 28 00:46:48.324 INFO E| Compiling libc v0.2.172
34752026-05-28T00:46:49.136Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34762026-05-28T00:46:49.211Z[ helios-setup] May 28 00:46:48.487 INFO E| Compiling proc-macro-error v1.0.4
34772026-05-28T00:46:49.214Z[ host-package] Compiling xshell-macros v0.2.7
34782026-05-28T00:46:49.314Z[ helios-setup] May 28 00:46:48.590 INFO E| Compiling once_cell v1.21.3
34792026-05-28T00:46:49.416Z[ host-package] Compiling tiny-keccak v2.0.2
34802026-05-28T00:46:49.532Z[ helios-setup] May 28 00:46:48.808 INFO E| Compiling unicode-width v0.1.14
34812026-05-28T00:46:49.626Z[ helios-setup] May 28 00:46:48.902 INFO E| Compiling heck v0.5.0
34822026-05-28T00:46:49.670Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34832026-05-28T00:46:49.721Z[ helios-setup] May 28 00:46:48.996 INFO E| Compiling unicode-segmentation v1.12.0
34842026-05-28T00:46:49.748Z[ helios-setup] May 28 00:46:49.024 INFO E| Compiling ansi_term v0.12.1
34852026-05-28T00:46:49.782Z[ helios-setup] May 28 00:46:49.058 INFO E| Compiling vec_map v0.8.2
34862026-05-28T00:46:49.806Z[ host-package] Compiling r2d2 v0.8.10
34872026-05-28T00:46:49.825Z[ helios-setup] May 28 00:46:49.100 INFO E| Compiling strum v0.27.1
34882026-05-28T00:46:49.831Z[ helios-setup] May 28 00:46:49.107 INFO E| Compiling bitflags v1.3.2
34892026-05-28T00:46:49.922Z[ helios-setup] May 28 00:46:49.199 INFO E| Compiling unic-common v0.9.0
34902026-05-28T00:46:49.958Z[ helios-setup] May 28 00:46:49.235 INFO E| Compiling byteorder v1.5.0
34912026-05-28T00:46:50.030Z[ helios-setup] May 28 00:46:49.304 INFO E| Compiling textwrap v0.11.0
34922026-05-28T00:46:50.040Z[ helios-setup] May 28 00:46:49.315 INFO E| Compiling fletcher v1.0.0
34932026-05-28T00:46:50.112Z[ helios-setup] May 28 00:46:49.387 INFO E| Compiling unic-char-range v0.9.0
34942026-05-28T00:46:50.137Z[ helios-setup] May 28 00:46:49.413 INFO E| Compiling strsim v0.8.0
34952026-05-28T00:46:50.158Z[ helios-setup] May 28 00:46:49.434 INFO E| Compiling unic-ucd-version v0.9.0
34962026-05-28T00:46:50.197Z[ helios-setup] May 28 00:46:49.474 INFO E| Compiling heck v0.3.3
34972026-05-28T00:46:50.211Z[ helios-setup] May 28 00:46:49.487 INFO E| Compiling log v0.4.27
34982026-05-28T00:46:50.243Z[ helios-setup] May 28 00:46:49.519 INFO E| Compiling plain v0.2.3
34992026-05-28T00:46:50.261Z[ helios-setup] May 28 00:46:49.537 INFO E| Compiling lazy_static v1.5.0
35002026-05-28T00:46:50.272Z[ host-package] Compiling xshell v0.2.7
35012026-05-28T00:46:50.344Z[ helios-setup] May 28 00:46:49.618 INFO E| Compiling unic-char-property v0.9.0
35022026-05-28T00:46:50.361Z[ helios-setup] May 28 00:46:49.638 INFO E| Compiling bytesize v2.0.1
35032026-05-28T00:46:50.438Z[ helios-setup] May 28 00:46:49.714 INFO E| Compiling unic-ucd-ident v0.9.0
35042026-05-28T00:46:50.622Z[ helios-setup] May 28 00:46:49.898 INFO E| Compiling quote v1.0.40
35052026-05-28T00:46:50.653Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35062026-05-28T00:46:50.757Z[ helios-setup] May 28 00:46:50.034 INFO E| Compiling atty v0.2.14
35072026-05-28T00:46:50.809Z[ helios-setup] May 28 00:46:50.086 INFO E| Compiling syn v2.0.101
35082026-05-28T00:46:50.877Z[ helios-setup] May 28 00:46:50.154 INFO E| Compiling clap v2.34.0
35092026-05-28T00:46:51.061Z[ host-package] Compiling term v0.7.0
35102026-05-28T00:46:51.085Z[ helios-setup] May 28 00:46:50.361 INFO E| Compiling parse_int v0.9.0
35112026-05-28T00:46:51.842Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35122026-05-28T00:46:51.912Z[ host-package] Compiling downcast-rs v2.0.2
35132026-05-28T00:46:52.002Z[ host-package] Compiling bit-vec v0.6.3
35142026-05-28T00:46:52.358Z[ host-package] Compiling bit-set v0.5.3
35152026-05-28T00:46:52.573Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35162026-05-28T00:46:52.664Z[ host-package] Compiling ascii-canvas v3.0.0
35172026-05-28T00:46:52.768Z[ host-package] Compiling itertools v0.10.5
35182026-05-28T00:46:53.042Z[ host-package] Compiling ena v0.14.4
35192026-05-28T00:46:53.515Z[ host-package] Compiling libloading v0.8.9
35202026-05-28T00:46:53.832Z[ helios-setup] May 28 00:46:53.054 INFO E| Compiling serde_derive_internals v0.29.1
35212026-05-28T00:46:53.836Z[ host-package] Compiling regex-syntax v0.6.29
35222026-05-28T00:46:54.074Z[ helios-setup] May 28 00:46:53.350 INFO E| Compiling modular-bitfield-impl v0.11.2
35232026-05-28T00:46:54.074Z[ helios-setup] May 28 00:46:53.350 INFO E| Compiling structopt-derive v0.4.18
35242026-05-28T00:46:54.232Z[ host-package] Compiling unicase v2.9.0
35252026-05-28T00:46:54.551Z[ host-package] Compiling bindgen v0.71.1
35262026-05-28T00:46:54.799Z[ host-package] Compiling diff v0.1.13
35272026-05-28T00:46:55.080Z[ helios-setup] May 28 00:46:54.357 INFO E| Compiling thiserror-impl v2.0.12
35282026-05-28T00:46:55.080Z[ helios-setup] May 28 00:46:54.357 INFO E| Compiling serde_derive v1.0.219
35292026-05-28T00:46:55.080Z[ helios-setup] May 28 00:46:54.357 INFO E| Compiling schemars_derive v0.8.22
35302026-05-28T00:46:55.083Z[ helios-setup] May 28 00:46:54.357 INFO E| Compiling zerocopy-derive v0.8.25
35312026-05-28T00:46:55.084Z[ helios-setup] May 28 00:46:54.357 INFO E| Compiling modular-bitfield-impl v0.13.1
35322026-05-28T00:46:55.084Z[ helios-setup] May 28 00:46:54.357 INFO E| Compiling num-derive v0.4.2
35332026-05-28T00:46:55.084Z[ helios-setup] May 28 00:46:54.357 INFO E| Compiling strum_macros v0.27.1
35342026-05-28T00:46:55.084Z[ helios-setup] May 28 00:46:54.357 INFO E| Compiling scroll_derive v0.12.1
35352026-05-28T00:46:55.151Z[ host-package] Compiling crc8 v0.1.1
35362026-05-28T00:46:55.308Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35372026-05-28T00:46:55.451Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35382026-05-28T00:46:55.494Z[ helios-setup] May 28 00:46:54.771 INFO E| Compiling structopt v0.3.26
35392026-05-28T00:46:55.537Z[ helios-setup] May 28 00:46:54.814 INFO E| Compiling modular-bitfield v0.11.2
35402026-05-28T00:46:55.640Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35412026-05-28T00:46:55.817Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35422026-05-28T00:46:56.292Z[ host-package] Compiling lalrpop v0.19.12
35432026-05-28T00:46:56.339Z[ helios-setup] May 28 00:46:55.616 INFO E| Compiling scroll v0.12.0
35442026-05-28T00:46:56.362Z[ host-package] Compiling cexpr v0.6.0
35452026-05-28T00:46:56.501Z[ host-package] Compiling rustc-hash v2.1.1
35462026-05-28T00:46:56.625Z[ helios-setup] May 28 00:46:55.900 INFO E| Compiling goblin v0.9.3
35472026-05-28T00:46:56.697Z[ helios-setup] May 28 00:46:55.973 INFO E| Compiling pest v2.8.0
35482026-05-28T00:46:56.769Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35492026-05-28T00:46:56.772Z[ host-package] Compiling typify v0.4.3
35502026-05-28T00:46:56.858Z[ host-package] Compiling headers-core v0.3.0
35512026-05-28T00:46:56.950Z[ helios-setup] May 28 00:46:56.225 INFO E| Compiling modular-bitfield v0.13.1
35522026-05-28T00:46:56.984Z[ host-package] Compiling diesel v2.3.7
35532026-05-28T00:46:57.232Z[ host-package] Compiling git-stub v1.0.0
35542026-05-28T00:46:57.399Z[ host-package] Compiling libxml v0.3.3
35552026-05-28T00:46:57.456Z[ host-package] Compiling headers v0.4.1
35562026-05-28T00:46:57.593Z[ host-package] Compiling git-stub-vcs v0.1.0
35572026-05-28T00:46:57.802Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35582026-05-28T00:46:57.929Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35592026-05-28T00:46:58.061Z[ helios-setup] May 28 00:46:57.338 INFO E| Compiling pest_meta v2.8.0
35602026-05-28T00:46:58.137Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35612026-05-28T00:46:58.348Z[ host-package] Compiling strum_macros v0.24.3
35622026-05-28T00:46:58.439Z[ host-package] Compiling indoc v1.0.9
35632026-05-28T00:46:58.695Z[ helios-setup] May 28 00:46:57.971 INFO E| Compiling pest_generator v2.8.0
35642026-05-28T00:46:58.714Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35652026-05-28T00:46:59.062Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35662026-05-28T00:46:59.114Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35672026-05-28T00:46:59.300Z[ host-package] Compiling derive_builder v0.20.2
35682026-05-28T00:46:59.457Z[ host-package] Compiling oso-derive v0.27.3
35692026-05-28T00:46:59.549Z[ host-package] Compiling quick-xml v0.37.5
35702026-05-28T00:46:59.603Z[ helios-setup] May 28 00:46:58.880 INFO E| Compiling pest_derive v2.8.0
35712026-05-28T00:46:59.607Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35722026-05-28T00:47:00.097Z[ host-package] Compiling half v1.8.3
35732026-05-28T00:47:00.191Z[ host-package] Compiling openssl-probe v0.1.6
35742026-05-28T00:47:00.565Z[ host-package] Compiling serde_cbor v0.11.2
35752026-05-28T00:47:00.669Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35762026-05-28T00:47:00.822Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35772026-05-28T00:47:01.018Z[ helios-setup] May 28 00:47:00.294 INFO E| Compiling json5 v0.4.1
35782026-05-28T00:47:01.024Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35792026-05-28T00:47:01.360Z[ host-package] Compiling bb8 v0.8.6
35802026-05-28T00:47:01.436Z[ host-package] Compiling trait-variant v0.1.2
35812026-05-28T00:47:01.505Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35822026-05-28T00:47:01.765Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35832026-05-28T00:47:01.862Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35842026-05-28T00:47:01.976Z[ host-package] Compiling fxhash v0.2.1
35852026-05-28T00:47:02.018Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35862026-05-28T00:47:02.021Z[ host-package] Compiling salty v0.3.0
35872026-05-28T00:47:02.222Z[ host-package] Compiling progenitor-impl v0.10.0
35882026-05-28T00:47:02.488Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35892026-05-28T00:47:02.519Z[ helios-setup] May 28 00:47:01.795 INFO E| Compiling four-cc v0.4.0
35902026-05-28T00:47:02.519Z[ helios-setup] May 28 00:47:01.795 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35912026-05-28T00:47:02.599Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35922026-05-28T00:47:02.660Z[ helios-setup] May 28 00:47:01.936 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35932026-05-28T00:47:02.784Z[ host-package] Compiling kstat-rs v0.2.4
35942026-05-28T00:47:02.956Z[ host-package] Compiling samael v0.0.19
35952026-05-28T00:47:03.378Z[ host-package] Compiling libz-sys v1.1.24
35962026-05-28T00:47:03.439Z[ host-package] Compiling nonempty v0.12.0
35972026-05-28T00:47:03.567Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35982026-05-28T00:47:03.726Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35992026-05-28T00:47:04.554Z[ host-package] Compiling progenitor-macro v0.10.0
36002026-05-28T00:47:05.064Z[ host-package] Compiling polar-core v0.27.3
36012026-05-28T00:47:05.323Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36022026-05-28T00:47:05.894Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
36032026-05-28T00:47:06.237Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36042026-05-28T00:47:06.831Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36052026-05-28T00:47:07.356Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36062026-05-28T00:47:08.292Z[ host-package] Compiling darling_core v0.23.0
36072026-05-28T00:47:08.585Z[ host-package] Compiling nanorand v0.7.0
36082026-05-28T00:47:08.631Z[ host-package] Compiling arc-swap v1.8.2
36092026-05-28T00:47:09.036Z[ host-package] Compiling parking_lot_core v0.8.6
36102026-05-28T00:47:09.344Z[ host-package] Compiling mime_guess v2.0.5
36112026-05-28T00:47:09.412Z[ host-package] Compiling slog-scope v4.4.1
36122026-05-28T00:47:09.875Z[ host-package] Compiling flume v0.11.1
36132026-05-28T00:47:09.955Z[ host-package] Compiling progenitor v0.10.0
36142026-05-28T00:47:10.171Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
36152026-05-28T00:47:10.382Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36162026-05-28T00:47:10.622Z[ host-package] Compiling darling_macro v0.23.0
36172026-05-28T00:47:11.214Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36182026-05-28T00:47:12.268Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36192026-05-28T00:47:12.744Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36202026-05-28T00:47:12.985Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36212026-05-28T00:47:15.953Z[ host-package] Compiling oso v0.27.3
36222026-05-28T00:47:16.663Z[ helios-setup] May 28 00:47:15.939 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36232026-05-28T00:47:17.330Z[ host-package] Compiling diesel-dtrace v0.5.0
36242026-05-28T00:47:17.407Z[ host-package] Compiling async-bb8-diesel v0.2.1
36252026-05-28T00:47:17.832Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36262026-05-28T00:47:17.963Z[ host-package] Compiling primeorder v0.13.6
36272026-05-28T00:47:18.454Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
36282026-05-28T00:47:19.474Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36292026-05-28T00:47:19.932Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-28T00:47:20.066Z[ host-package] Compiling instability v0.3.11
36312026-05-28T00:47:20.356Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
36322026-05-28T00:47:20.399Z[ helios-setup] May 28 00:47:19.676 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36332026-05-28T00:47:20.534Z[ host-package] Compiling p384 v0.13.1
36342026-05-28T00:47:20.970Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36352026-05-28T00:47:21.203Z[ host-package] Compiling darling v0.23.0
36362026-05-28T00:47:21.418Z[ host-package] Compiling slog-stdlog v4.1.1
36372026-05-28T00:47:22.349Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36382026-05-28T00:47:22.382Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36392026-05-28T00:47:22.479Z[ host-package] Compiling ignore v0.4.25
36402026-05-28T00:47:22.745Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36412026-05-28T00:47:22.769Z[ host-package] Compiling castaway v0.2.4
36422026-05-28T00:47:22.991Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36432026-05-28T00:47:23.322Z[ host-package] Compiling atty v0.2.14
36442026-05-28T00:47:23.581Z[ host-package] Compiling http-range v0.1.5
36452026-05-28T00:47:23.613Z[ host-package] Compiling indoc v2.0.7
36462026-05-28T00:47:23.771Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36472026-05-28T00:47:23.976Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36482026-05-28T00:47:24.261Z[ host-package] Compiling globwalk v0.9.1
36492026-05-28T00:47:24.310Z[ host-package] Compiling compact_str v0.8.1
36502026-05-28T00:47:25.050Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-05-28T00:47:25.601Z[ host-package] Compiling parking_lot v0.11.2
36522026-05-28T00:47:26.033Z[ host-package] Compiling slog-envlogger v2.2.0
36532026-05-28T00:47:27.200Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36542026-05-28T00:47:27.455Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36552026-05-28T00:47:28.044Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36562026-05-28T00:47:28.090Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36572026-05-28T00:47:28.289Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36582026-05-28T00:47:28.465Z[ host-package] Compiling progenitor-impl v0.11.2
36592026-05-28T00:47:28.829Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36602026-05-28T00:47:28.955Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36612026-05-28T00:47:29.061Z[ host-package] Compiling predicates-tree v1.0.13
36622026-05-28T00:47:29.610Z[ host-package] Compiling unicode-truncate v1.1.0
36632026-05-28T00:47:29.634Z[ host-package] Compiling lru v0.12.5
36642026-05-28T00:47:29.839Z[ host-package] Compiling rand_seeder v0.4.0
36652026-05-28T00:47:29.863Z[ host-package] Compiling prefix-trie v0.7.0
36662026-05-28T00:47:29.890Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36672026-05-28T00:47:29.917Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-28T00:47:29.993Z[ host-package] Compiling vergen-git2 v1.0.7
36692026-05-28T00:47:30.089Z[ host-package] Compiling corncobs v0.1.4
36702026-05-28T00:47:30.150Z[ host-package] Compiling cassowary v0.3.0
36712026-05-28T00:47:30.172Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36722026-05-28T00:47:30.387Z[ host-package] Compiling hickory-server v0.25.2
36732026-05-28T00:47:30.393Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36742026-05-28T00:47:30.438Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-05-28T00:47:30.557Z[ host-package] Compiling ratatui v0.29.0
36762026-05-28T00:47:30.615Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36772026-05-28T00:47:30.799Z[ host-package] Compiling progenitor-macro v0.11.2
36782026-05-28T00:47:30.838Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36792026-05-28T00:47:30.971Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36802026-05-28T00:47:31.183Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36812026-05-28T00:47:31.243Z[ host-package] Compiling hyper-staticfile v0.10.1
36822026-05-28T00:47:31.775Z[ host-package] Compiling sled v0.34.7
36832026-05-28T00:47:31.830Z[ helios-setup] May 28 00:47:31.106 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.15s
36842026-05-28T00:47:31.863Z[ helios-setup] May 28 00:47:31.140 INFO building project "amd-host-image-builder" ok (45 seconds)
36852026-05-28T00:47:31.867Z[ helios-setup] rm -f helios-build
36862026-05-28T00:47:31.867Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36872026-05-28T00:47:31.876Z[ helios-setup]
36882026-05-28T00:47:31.879Z[ helios-setup] Setup complete! ./helios-build is now available.
36892026-05-28T00:47:31.879Z[ helios-setup]
36902026-05-28T00:47:31.879Z[ helios-setup]
36912026-05-28T00:47:31.879Z[ helios-setup] real 2:23.685134598
36922026-05-28T00:47:31.879Z[ helios-setup] user 6:48.153747617
36932026-05-28T00:47:31.879Z[ helios-setup] sys 1:11.522363737
36942026-05-28T00:47:31.879Z[ helios-setup] trap 0.427804156
36952026-05-28T00:47:31.879Z[ helios-setup] tflt 2.413042839
36962026-05-28T00:47:31.879Z[ helios-setup] dflt 6.526987982
36972026-05-28T00:47:31.879Z[ helios-setup] kflt 0.044231584
36982026-05-28T00:47:31.879Z[ helios-setup] lock 30:51.637054849
36992026-05-28T00:47:31.879Z[ helios-setup] slp 29:05.919094860
37002026-05-28T00:47:31.879Z[ helios-setup] lat 4:09.768548764
37012026-05-28T00:47:31.883Z[ helios-setup] stop 1:12.249272896
37022026-05-28T00:47:31.883ZMay 28 00:47:31.156 INFO [helios-setup] process exited with exit status: 0 (143.68805138s)
37032026-05-28T00:47:31.883ZMay 28 00:47:31.156 INFO [helios-record] running task
37042026-05-28T00:47:31.883ZMay 28 00:47:31.156 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37052026-05-28T00:47:31.886ZMay 28 00:47:31.163 DEBG process exited with exit status: 0 (6.833973ms)
37062026-05-28T00:47:31.886ZMay 28 00:47:31.163 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37072026-05-28T00:47:31.890ZMay 28 00:47:31.167 DEBG process exited with exit status: 0 (4.058811ms)
37082026-05-28T00:47:31.893ZMay 28 00:47:31.167 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37092026-05-28T00:47:31.896ZMay 28 00:47:31.171 DEBG process exited with exit status: 0 (4.041082ms)
37102026-05-28T00:47:31.896ZMay 28 00:47:31.171 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37112026-05-28T00:47:31.899ZMay 28 00:47:31.175 DEBG process exited with exit status: 0 (3.838101ms)
37122026-05-28T00:47:31.899ZMay 28 00:47:31.175 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37132026-05-28T00:47:31.906ZMay 28 00:47:31.179 DEBG process exited with exit status: 0 (3.609931ms)
37142026-05-28T00:47:31.906ZMay 28 00:47:31.179 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37152026-05-28T00:47:31.906ZMay 28 00:47:31.182 DEBG process exited with exit status: 0 (3.527712ms)
37162026-05-28T00:47:31.906ZMay 28 00:47:31.182 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37172026-05-28T00:47:31.916ZMay 28 00:47:31.186 DEBG process exited with exit status: 0 (3.685221ms)
37182026-05-28T00:47:31.916ZMay 28 00:47:31.186 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37192026-05-28T00:47:31.916ZMay 28 00:47:31.189 DEBG process exited with exit status: 0 (3.293161ms)
37202026-05-28T00:47:31.916ZMay 28 00:47:31.189 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37212026-05-28T00:47:31.921ZMay 28 00:47:31.196 DEBG process exited with exit status: 0 (6.970263ms)
37222026-05-28T00:47:31.924ZMay 28 00:47:31.197 INFO [helios-record] task succeeded (40.610525ms)
37232026-05-28T00:47:32.152Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-28T00:47:32.826Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37252026-05-28T00:47:34.380Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37262026-05-28T00:47:34.891Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37272026-05-28T00:47:35.118Z[ host-package] Compiling progenitor-client v0.11.2
37282026-05-28T00:47:35.286Z[ host-package] Compiling secrecy v0.8.0
37292026-05-28T00:47:35.491Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37302026-05-28T00:47:35.515Z[ host-package] Compiling rustls v0.21.12
37312026-05-28T00:47:35.655Z[ host-package] Compiling progenitor v0.11.2
37322026-05-28T00:47:35.838Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37332026-05-28T00:47:35.861Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37342026-05-28T00:47:36.327Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37352026-05-28T00:47:37.531Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-28T00:47:38.468Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37372026-05-28T00:47:38.809Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37382026-05-28T00:47:38.917Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37392026-05-28T00:47:40.900Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37402026-05-28T00:47:40.942Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37412026-05-28T00:47:41.178Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37422026-05-28T00:47:41.453Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37432026-05-28T00:47:41.566Z[ host-package] Compiling rustls-webpki v0.101.7
37442026-05-28T00:47:41.689Z[ host-package] Compiling sct v0.7.1
37452026-05-28T00:47:41.809Z[ host-package] Compiling nix v0.29.0
37462026-05-28T00:47:41.965Z[ host-package] Compiling dropshot v0.16.7
37472026-05-28T00:47:42.196Z[ host-package] Compiling void v1.0.2
37482026-05-28T00:47:42.294Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37492026-05-28T00:47:42.351Z[ host-package] Compiling lzss v0.8.2
37502026-05-28T00:47:42.662Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37512026-05-28T00:47:42.685Z[ host-package] Compiling illumos-nvpair v0.3.0
37522026-05-28T00:47:43.170Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37532026-05-28T00:47:43.641Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37542026-05-28T00:47:44.160Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37552026-05-28T00:47:44.371Z[ host-package] Compiling tungstenite v0.23.0
37562026-05-28T00:47:44.414Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37572026-05-28T00:47:45.555Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37582026-05-28T00:47:45.797Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37592026-05-28T00:47:46.037Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-28T00:47:46.272Z[ host-package] Compiling git2 v0.20.4
37612026-05-28T00:47:46.331Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37622026-05-28T00:47:46.556Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37632026-05-28T00:47:46.579Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37642026-05-28T00:47:46.722Z[ host-package] Compiling nix v0.27.1
37652026-05-28T00:47:46.793Z[ host-package] Compiling dropshot_endpoint v0.16.7
37662026-05-28T00:47:47.002Z[ host-package] Compiling serde_bytes v0.11.19
37672026-05-28T00:47:47.340Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
37682026-05-28T00:47:47.662Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37692026-05-28T00:47:47.995Z[ host-package] Compiling tokio-tungstenite v0.23.1
37702026-05-28T00:47:48.394Z[ host-package] Compiling tokio-rustls v0.24.1
37712026-05-28T00:47:49.226Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37722026-05-28T00:47:49.340Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37732026-05-28T00:47:50.754Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37742026-05-28T00:47:52.232Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37752026-05-28T00:47:52.640Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37762026-05-28T00:47:53.272Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37772026-05-28T00:47:53.297Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37782026-05-28T00:47:53.323Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37792026-05-28T00:47:53.735Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37802026-05-28T00:47:53.801Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37812026-05-28T00:47:54.333Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37822026-05-28T00:47:55.297Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37832026-05-28T00:47:55.407Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37842026-05-28T00:47:55.721Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37852026-05-28T00:47:56.111Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37862026-05-28T00:47:56.697Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37872026-05-28T00:47:56.969Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37882026-05-28T00:47:58.195Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37892026-05-28T00:47:58.346Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37902026-05-28T00:47:58.501Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37912026-05-28T00:47:59.893Z[ host-package] Compiling rustls-pemfile v1.0.4
37922026-05-28T00:47:59.936Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37932026-05-28T00:48:00.357Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37942026-05-28T00:48:00.584Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
37952026-05-28T00:48:00.623Z[ host-package] Compiling signal-hook-tokio v0.3.1
37962026-05-28T00:48:00.623Z[ host-package] Compiling twox-hash v2.1.2
37972026-05-28T00:48:00.829Z[ host-package] Compiling yasna v0.5.2
37982026-05-28T00:48:00.884Z[ host-package] Compiling is_ci v1.2.0
37992026-05-28T00:48:00.933Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38002026-05-28T00:48:01.099Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38012026-05-28T00:48:01.740Z[ host-package] Compiling rcgen v0.12.1
38022026-05-28T00:48:02.341Z[ host-package] Compiling supports-color v3.0.2
38032026-05-28T00:48:02.472Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38042026-05-28T00:48:02.626Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38052026-05-28T00:48:02.699Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
38062026-05-28T00:48:03.586Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38072026-05-28T00:48:03.697Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38082026-05-28T00:48:05.230Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38092026-05-28T00:48:05.796Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38102026-05-28T00:48:05.819Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38112026-05-28T00:48:06.050Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38122026-05-28T00:48:06.081Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38132026-05-28T00:48:06.279Z[ host-package] Compiling fatfs v0.3.6
38142026-05-28T00:48:06.310Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38152026-05-28T00:48:07.110Z[ host-package] Compiling rtoolbox v0.0.3
38162026-05-28T00:48:07.395Z[ host-package] Compiling subprocess v0.2.15
38172026-05-28T00:48:07.485Z[ host-package] Compiling assert_matches v1.5.0
38182026-05-28T00:48:07.612Z[ host-package] Compiling seq-macro v0.3.6
38192026-05-28T00:48:08.111Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38202026-05-28T00:48:08.318Z[ host-package] Compiling rpassword v7.4.0
38212026-05-28T00:48:08.683Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38222026-05-28T00:48:09.541Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38232026-05-28T00:48:09.648Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38242026-05-28T00:48:09.793Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38252026-05-28T00:48:09.999Z[ host-package] Compiling tui-tree-widget v0.23.1
38262026-05-28T00:48:10.294Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38272026-05-28T00:48:11.003Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38282026-05-28T00:48:11.525Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38292026-05-28T00:48:12.046Z[ host-package] Compiling uzers v0.12.2
38302026-05-28T00:48:12.910Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38312026-05-28T00:48:13.129Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38322026-05-28T00:48:14.174Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38332026-05-28T00:48:14.731Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38342026-05-28T00:48:16.980Z[ host-package] Compiling support-bundle-viewer v0.1.2
38352026-05-28T00:48:18.674Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38362026-05-28T00:48:18.900Z[ host-package] Compiling multimap v0.10.1
38372026-05-28T00:48:26.862Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38382026-05-28T00:48:27.701Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38392026-05-28T00:48:38.909Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38402026-05-28T00:54:37.902Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 40s
38412026-05-28T00:55:21.444ZMay 28 00:55:20.716 INFO [host-package] process exited with exit status: 0 (563.705800957s)
38422026-05-28T00:55:21.444ZMay 28 00:55:20.716 INFO [host-stamp] running task
38432026-05-28T00:55:21.447ZMay 28 00:55:20.716 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38442026-05-28T00:55:21.447ZMay 28 00:55:20.716 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+gitf331e2d2335
38452026-05-28T00:55:21.447ZMay 28 00:55:20.717 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+gitf331e2d2335
38462026-05-28T00:55:21.447ZMay 28 00:55:20.717 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+gitf331e2d2335
38472026-05-28T00:55:21.448ZMay 28 00:55:20.717 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+gitf331e2d2335
38482026-05-28T00:55:21.448ZMay 28 00:55:20.718 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+gitf331e2d2335
38492026-05-28T00:55:21.448ZMay 28 00:55:20.718 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+gitf331e2d2335
38502026-05-28T00:55:21.448ZMay 28 00:55:20.718 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+gitf331e2d2335
38512026-05-28T00:55:21.448ZMay 28 00:55:20.718 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+gitf331e2d2335
38522026-05-28T00:55:21.456Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-05-28T00:55:21.456Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-05-28T00:55:21.456Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-05-28T00:55:21.456Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-05-28T00:55:21.456Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-05-28T00:55:21.462Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-05-28T00:55:21.462Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-05-28T00:55:21.462Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-05-28T00:55:21.462Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38612026-05-28T00:55:21.462Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38622026-05-28T00:55:21.465ZMay 28 00:55:20.736 INFO [stamp-overlay] process exited with exit status: 0 (17.979136ms)
38632026-05-28T00:55:21.467Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38642026-05-28T00:55:21.471ZMay 28 00:55:20.745 INFO [stamp-oxlog] process exited with exit status: 0 (26.86302ms)
38652026-05-28T00:55:21.502Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38662026-05-28T00:55:21.506ZMay 28 00:55:20.779 INFO [stamp-crucible-utils] process exited with exit status: 0 (62.452332ms)
38672026-05-28T00:55:21.518Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38682026-05-28T00:55:21.523ZMay 28 00:55:20.795 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (79.193359ms)
38692026-05-28T00:55:21.673Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38702026-05-28T00:55:21.676ZMay 28 00:55:20.949 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (232.083614ms)
38712026-05-28T00:55:21.833Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38722026-05-28T00:55:21.836ZMay 28 00:55:21.110 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (391.910043ms)
38732026-05-28T00:55:22.050Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38742026-05-28T00:55:22.053ZMay 28 00:55:21.327 INFO [stamp-propolis-server] process exited with exit status: 0 (608.869993ms)
38752026-05-28T00:55:22.476Z[recovery-package] Compiling newtype-uuid v1.3.2
38762026-05-28T00:55:22.713Z[recovery-package] Compiling daft v0.1.7
38772026-05-28T00:55:22.924Z[recovery-package] Compiling iddqd v0.4.1
38782026-05-28T00:55:23.841Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38792026-05-28T00:55:24.101Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38802026-05-28T00:55:24.101Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38812026-05-28T00:55:24.104Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38822026-05-28T00:55:24.104Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38832026-05-28T00:55:24.104Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38842026-05-28T00:55:24.104Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38852026-05-28T00:55:24.104Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38862026-05-28T00:55:24.104Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38872026-05-28T00:55:24.219Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38882026-05-28T00:55:24.461Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38892026-05-28T00:55:24.483Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38902026-05-28T00:55:24.669Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38912026-05-28T00:55:27.058Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38922026-05-28T00:55:27.062ZMay 28 00:55:26.336 INFO [stamp-switch-asic] process exited with exit status: 0 (5.618359316s)
38932026-05-28T00:55:27.062ZMay 28 00:55:26.336 INFO [host-stamp] task succeeded (5.619720887s)
38942026-05-28T00:55:27.062ZMay 28 00:55:26.336 INFO [host-proto] running task
38952026-05-28T00:55:27.422ZMay 28 00:55:26.695 INFO [host-proto] task succeeded (359.357882ms)
38962026-05-28T00:55:27.422ZMay 28 00:55:26.695 INFO [host-profile] running task
38972026-05-28T00:55:27.425ZMay 28 00:55:26.695 INFO [host-profile] task succeeded (233.57µs)
38982026-05-28T00:55:27.425ZMay 28 00:55:26.695 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.477' -P /tmp/.tmpd4Ugq7/proto/host/root -N 'ci f331e2d/${os_short_commit} 2026-05-28 00:45' -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/' -p 'helios-dev=file:///tmp/.tmpd4Ugq7/opte-host.p5p'
38992026-05-28T00:55:27.428Z[ host-image] May 28 00:55:26.702 INFO Checking files for board 'cosmo'
39002026-05-28T00:55:27.428Z[ host-image] May 28 00:55:26.702 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39012026-05-28T00:55:27.431Z[ host-image] May 28 00:55:26.702 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39022026-05-28T00:55:27.431Z[ host-image] May 28 00:55:26.702 INFO Checking files for board 'cosmo-mbist-noaggr'
39032026-05-28T00:55:27.431Z[ host-image] May 28 00:55:26.702 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39042026-05-28T00:55:27.431Z[ host-image] May 28 00:55:26.702 INFO Checking files for board 'gimlet'
39052026-05-28T00:55:27.431Z[ host-image] May 28 00:55:26.702 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39062026-05-28T00:55:27.431Z[ host-image] May 28 00:55:26.702 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39072026-05-28T00:55:27.431Z[ host-image] May 28 00:55:26.702 INFO Checking files for board 'cosmo-mbist'
39082026-05-28T00:55:27.431Z[ host-image] May 28 00:55:26.702 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39092026-05-28T00:55:27.437Z[ host-image] May 28 00:55:26.711 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpd4Ugq7/proto/host/root"
39102026-05-28T00:55:27.440Z[ host-image] May 28 00:55:26.711 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }, helios-dev={ file:///tmp/.tmpd4Ugq7/opte-host.p5p }
39112026-05-28T00:55:27.440Z[ host-image] May 28 00:55:26.711 INFO image builder template: ramdisk-01-os...
39122026-05-28T00:55:27.440Z[ host-image] May 28 00:55:26.711 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/.tmpd4Ugq7/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", "publisher_1_name=helios-dev", "-F", "publisher_1_url+=file:///tmp/.tmpd4Ugq7/opte-host.p5p", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.477", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39132026-05-28T00:55:27.451Z[ host-image] May 28 00:55:26.724 INFO O| May 28 00:55:26.724 INFO CREATE DATASET: rpool/images/build/host/output
39142026-05-28T00:55:28.732Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39152026-05-28T00:55:28.732Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39162026-05-28T00:55:28.735Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39172026-05-28T00:55:28.735Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39182026-05-28T00:55:28.735Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39192026-05-28T00:55:29.961Z[ host-image] May 28 00:55:29.234 INFO O| May 28 00:55:29.234 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39202026-05-28T00:55:29.964Z[ host-image] May 28 00:55:29.238 INFO O| May 28 00:55:29.238 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39212026-05-28T00:55:30.177Z[ host-image] May 28 00:55:29.450 INFO O| May 28 00:55:29.450 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39222026-05-28T00:55:30.235Z[ host-image] May 28 00:55:29.508 INFO O| May 28 00:55:29.508 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39232026-05-28T00:55:30.235Z[ host-image] May 28 00:55:29.508 INFO O| May 28 00:55:29.508 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39242026-05-28T00:55:30.238Z[ host-image] May 28 00:55:29.508 INFO O| May 28 00:55:29.508 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39252026-05-28T00:55:30.238Z[ host-image] May 28 00:55:29.508 INFO O| May 28 00:55:29.508 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39262026-05-28T00:55:30.241Z[ host-image] May 28 00:55:29.513 INFO O| May 28 00:55:29.513 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39272026-05-28T00:55:30.467Z[ host-image] May 28 00:55:29.739 INFO O| May 28 00:55:29.739 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-05-28T00:55:30.474Z[ host-image] May 28 00:55:29.747 INFO O| May 28 00:55:29.747 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39292026-05-28T00:55:30.739Z[ host-image] May 28 00:55:30.012 INFO O| May 28 00:55:30.012 INFO O| Caching catalogs ... Done
39302026-05-28T00:55:30.807Z[ host-image] May 28 00:55:30.080 INFO O| May 28 00:55:30.080 INFO STEP 0 (pkg_image_create) COMPLETE
39312026-05-28T00:55:30.807Z[ host-image] May 28 00:55:30.080 INFO O| May 28 00:55:30.080 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39322026-05-28T00:55:30.814Z[ host-image] May 28 00:55:30.087 INFO O| May 28 00:55:30.087 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"]
39332026-05-28T00:55:31.067Z[ host-image] May 28 00:55:30.340 INFO O| May 28 00:55:30.340 INFO STEP 1 (pkg_set_publisher) COMPLETE
39342026-05-28T00:55:31.067Z[ host-image] May 28 00:55:30.340 INFO O| May 28 00:55:30.340 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39352026-05-28T00:55:31.073Z[ host-image] May 28 00:55:30.347 INFO O| May 28 00:55:30.347 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-O", "file:///tmp/.tmpd4Ugq7/opte-host.p5p", "helios-dev"]
39362026-05-28T00:55:31.333Z[ host-image] May 28 00:55:30.606 INFO O| May 28 00:55:30.606 INFO STEP 2 (pkg_set_publisher) COMPLETE
39372026-05-28T00:55:31.333Z[ host-image] May 28 00:55:30.606 INFO O| May 28 00:55:30.606 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39382026-05-28T00:55:31.333Z[ host-image] May 28 00:55:30.606 INFO O| May 28 00:55:30.606 INFO skip step because feature "publisher_2_name" is not enabled
39392026-05-28T00:55:31.336Z[ host-image] May 28 00:55:30.606 INFO O| May 28 00:55:30.606 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-05-28T00:55:31.336Z[ host-image] May 28 00:55:30.606 INFO O| May 28 00:55:30.606 INFO skip step because feature "publisher_3_name" is not enabled
39412026-05-28T00:55:31.336Z[ host-image] May 28 00:55:30.606 INFO O| May 28 00:55:30.606 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-05-28T00:55:31.583Z[ host-image] May 28 00:55:30.857 INFO O| May 28 00:55:30.856 INFO variant opensolaris.zone is already global
39432026-05-28T00:55:31.583Z[ host-image] May 28 00:55:30.857 INFO O| May 28 00:55:30.857 INFO STEP 5 (pkg_change_variant) COMPLETE
39442026-05-28T00:55:31.583Z[ host-image] May 28 00:55:30.857 INFO O| May 28 00:55:30.857 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452026-05-28T00:55:31.837Z[ host-image] May 28 00:55:31.110 INFO O| May 28 00:55:31.110 INFO variant opensolaris.imagetype is full; changing to partial
39462026-05-28T00:55:31.837Z[ host-image] May 28 00:55:31.110 INFO O| May 28 00:55:31.110 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39472026-05-28T00:55:32.330Z[ host-image] May 28 00:55:31.603 INFO O| May 28 00:55:31.603 INFO O| Startup: Refreshing catalog 'helios' ... Done
39482026-05-28T00:55:32.333Z[ host-image] May 28 00:55:31.606 INFO O| May 28 00:55:31.606 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39492026-05-28T00:55:32.394Z[ host-image] May 28 00:55:31.668 INFO O| May 28 00:55:31.668 INFO O| Startup: Caching catalogs ... Done
39502026-05-28T00:55:32.397Z[ host-image] May 28 00:55:31.671 INFO O| May 28 00:55:31.670 INFO O| Planning: Planning completed in 0.00 seconds
39512026-05-28T00:55:32.400Z[ host-image] May 28 00:55:31.671 INFO O| May 28 00:55:31.671 INFO O| Planning: Consolidating action changes ... Done
39522026-05-28T00:55:32.400Z[ host-image] May 28 00:55:31.671 INFO O| May 28 00:55:31.671 INFO O| Planning: Evaluating mediators ... Done
39532026-05-28T00:55:32.400Z[ host-image] May 28 00:55:31.671 INFO O| May 28 00:55:31.671 INFO O| Planning: Planning completed in 0.00 seconds
39542026-05-28T00:55:32.400Z[ host-image] May 28 00:55:31.671 INFO O| May 28 00:55:31.671 INFO O| Variants/Facets to change: 1
39552026-05-28T00:55:32.407Z[ host-image] May 28 00:55:31.680 INFO O| May 28 00:55:31.680 INFO O| Finalize: Updating package state database ... Done
39562026-05-28T00:55:32.407Z[ host-image] May 28 00:55:31.680 INFO O| May 28 00:55:31.680 INFO O| Finalize: Updating package cache ... Done
39572026-05-28T00:55:32.417Z[ host-image] May 28 00:55:31.691 INFO O| May 28 00:55:31.691 INFO O| Finalize: Updating image state ... Done
39582026-05-28T00:55:32.420Z[ host-image] May 28 00:55:31.693 INFO O| May 28 00:55:31.693 INFO O| Finalize: Creating fast lookup database ... Done
39592026-05-28T00:55:32.420Z[ host-image] May 28 00:55:31.693 INFO O| May 28 00:55:31.693 INFO O| Finalize: Reading search index ... Done
39602026-05-28T00:55:32.420Z[ host-image] May 28 00:55:31.693 INFO O| May 28 00:55:31.693 INFO O| Finalize: Updating search index ... Done
39612026-05-28T00:55:32.423Z[ host-image] May 28 00:55:31.694 INFO O| May 28 00:55:31.694 INFO O| Finalize: Updating package cache ... Done
39622026-05-28T00:55:32.487Z[ host-image] May 28 00:55:31.760 INFO O| May 28 00:55:31.760 INFO STEP 6 (pkg_change_variant) COMPLETE
39632026-05-28T00:55:32.487Z[ host-image] May 28 00:55:31.760 INFO O| May 28 00:55:31.760 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-05-28T00:55:32.491Z[ host-image] May 28 00:55:31.760 INFO O| May 28 00:55:31.760 INFO skip step because feature "debug_variant" is not enabled
39652026-05-28T00:55:32.491Z[ host-image] May 28 00:55:31.760 INFO O| May 28 00:55:31.760 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-05-28T00:55:33.731Z[ host-image] May 28 00:55:32.001 INFO O| May 28 00:55:32.001 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39672026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.470 INFO O| May 28 00:55:32.470 INFO O| Startup: Refreshing catalog 'helios' ... Done
39682026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.474 INFO O| May 28 00:55:32.474 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39692026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.536 INFO O| May 28 00:55:32.536 INFO O| Startup: Caching catalogs ... Done
39702026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.539 INFO O| May 28 00:55:32.539 INFO O| Planning: Planning completed in 0.00 seconds
39712026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.540 INFO O| May 28 00:55:32.540 INFO O| Planning: Consolidating action changes ... Done
39722026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.540 INFO O| May 28 00:55:32.540 INFO O| Planning: Evaluating mediators ... Done
39732026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.540 INFO O| May 28 00:55:32.540 INFO O| Planning: Planning completed in 0.00 seconds
39742026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.540 INFO O| May 28 00:55:32.540 INFO O| Variants/Facets to change: 1
39752026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.548 INFO O| May 28 00:55:32.548 INFO O| Finalize: Updating package state database ... Done
39762026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.548 INFO O| May 28 00:55:32.548 INFO O| Finalize: Updating package cache ... Done
39772026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.559 INFO O| May 28 00:55:32.559 INFO O| Finalize: Updating image state ... Done
39782026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.561 INFO O| May 28 00:55:32.561 INFO O| Finalize: Creating fast lookup database ... Done
39792026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.562 INFO O| May 28 00:55:32.562 INFO O| Finalize: Reading search index ... Done
39802026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.562 INFO O| May 28 00:55:32.562 INFO O| Finalize: Updating search index ... Done
39812026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.562 INFO O| May 28 00:55:32.562 INFO O| Finalize: Updating package cache ... Done
39822026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.630 INFO O| May 28 00:55:32.630 INFO STEP 8 (pkg_change_facet) COMPLETE
39832026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.631 INFO O| May 28 00:55:32.630 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39842026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.631 INFO O| May 28 00:55:32.630 INFO skip step because feature "recovery" is not enabled
39852026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.631 INFO O| May 28 00:55:32.630 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.631 INFO O| May 28 00:55:32.630 INFO skip step because feature "recovery" is not enabled
39872026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.631 INFO O| May 28 00:55:32.630 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39882026-05-28T00:55:33.735Z[ host-image] May 28 00:55:32.638 INFO O| May 28 00:55:32.638 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"]
39892026-05-28T00:55:33.833Z[ host-image] May 28 00:55:33.106 INFO O| May 28 00:55:33.106 INFO O| Startup: Refreshing catalog 'helios' ... Done
39902026-05-28T00:55:33.838Z[ host-image] May 28 00:55:33.110 INFO O| May 28 00:55:33.110 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39912026-05-28T00:55:33.898Z[ host-image] May 28 00:55:33.171 INFO O| May 28 00:55:33.171 INFO O| Startup: Caching catalogs ... Done
39922026-05-28T00:55:34.108Z[ host-image] May 28 00:55:33.381 INFO O| May 28 00:55:33.381 INFO O| Planning: Solver setup ... Done
39932026-05-28T00:55:34.115Z[ host-image] May 28 00:55:33.388 INFO O| May 28 00:55:33.388 INFO O| Planning: Running solver ... Done
39942026-05-28T00:55:34.119Z[ host-image] May 28 00:55:33.393 INFO O| May 28 00:55:33.393 INFO O| Planning: Finding local manifests ... Done
39952026-05-28T00:55:34.138Z[ host-image] May 28 00:55:33.411 INFO O| May 28 00:55:33.411 INFO O| Planning: Fetching manifests: 0/127 0% complete
39962026-05-28T00:55:35.671Z[ host-image] May 28 00:55:34.944 INFO O| May 28 00:55:34.943 INFO O| Planning: Fetching manifests: 127/127 100% complete
39972026-05-28T00:55:36.062Z[ host-image] May 28 00:55:35.335 INFO O| May 28 00:55:35.335 INFO O| Planning: Package planning ... Done
39982026-05-28T00:55:36.366Z[ host-image] May 28 00:55:35.639 INFO O| May 28 00:55:35.639 INFO O| Planning: Merging actions ... Done
39992026-05-28T00:55:36.463Z[ host-image] May 28 00:55:35.736 INFO O| May 28 00:55:35.736 INFO O| Planning: Checking for conflicting actions ... Done
40002026-05-28T00:55:36.559Z[ host-image] May 28 00:55:35.832 INFO O| May 28 00:55:35.832 INFO O| Planning: Consolidating action changes ... Done
40012026-05-28T00:55:36.649Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40022026-05-28T00:55:36.725Z[ host-image] May 28 00:55:35.998 INFO O| May 28 00:55:35.997 INFO O| Planning: Evaluating mediators ... Done
40032026-05-28T00:55:37.511Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40042026-05-28T00:55:38.152Z[ host-image] May 28 00:55:37.417 INFO O| May 28 00:55:37.417 INFO O| Planning: Planning completed in 4.24 seconds
40052026-05-28T00:55:38.163Z[ host-image] May 28 00:55:37.419 INFO O| May 28 00:55:37.419 INFO O| Packages to install: 127
40062026-05-28T00:55:38.164Z[ host-image] May 28 00:55:37.419 INFO O| May 28 00:55:37.419 INFO O| Mediators to change: 5
40072026-05-28T00:55:38.164Z[ host-image] May 28 00:55:37.419 INFO O| May 28 00:55:37.419 INFO O| Services to change: 6
40082026-05-28T00:55:38.176Z[ host-image] May 28 00:55:37.449 INFO O| May 28 00:55:37.449 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete
40092026-05-28T00:55:39.853Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40102026-05-28T00:55:39.853Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40112026-05-28T00:55:40.883Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40122026-05-28T00:55:41.488Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40132026-05-28T00:55:43.198Z[ host-image] May 28 00:55:42.469 INFO O| May 28 00:55:42.469 INFO O| Download: 1656/23754 items 10.6/222.1MB 4% complete (2.4M/s)
40142026-05-28T00:55:48.197Z[ host-image] May 28 00:55:47.470 INFO O| May 28 00:55:47.469 INFO O| Download: 2429/23754 items 27.5/222.1MB 12% complete (2.7M/s)
40152026-05-28T00:55:53.367Z[ host-image] May 28 00:55:52.638 INFO O| May 28 00:55:52.638 INFO O| Download: 4524/23754 items 41.2/222.1MB 18% complete (3.2M/s)
40162026-05-28T00:55:53.687Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.10s
40172026-05-28T00:55:55.521ZMay 28 00:55:54.794 INFO [recovery-package] process exited with exit status: 0 (34.078146033s)
40182026-05-28T00:55:55.521ZMay 28 00:55:54.794 INFO [recovery-stamp] running task
40192026-05-28T00:55:55.524ZMay 28 00:55:54.794 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40202026-05-28T00:55:55.525ZMay 28 00:55:54.795 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+gitf331e2d2335
40212026-05-28T00:55:55.525ZMay 28 00:55:54.795 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+gitf331e2d2335
40222026-05-28T00:55:55.531Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40232026-05-28T00:55:55.534Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40242026-05-28T00:55:55.641Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40252026-05-28T00:55:55.645ZMay 28 00:55:54.918 INFO [stamp-installinator] process exited with exit status: 0 (123.089215ms)
40262026-05-28T00:55:55.709Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40272026-05-28T00:55:55.713ZMay 28 00:55:54.986 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (191.36562ms)
40282026-05-28T00:55:55.713ZMay 28 00:55:54.986 INFO [recovery-stamp] task succeeded (191.57897ms)
40292026-05-28T00:55:55.713ZMay 28 00:55:54.986 INFO [recovery-proto] running task
40302026-05-28T00:55:55.713ZMay 28 00:55:54.986 INFO [tuf-stamp] running task
40312026-05-28T00:55:55.716ZMay 28 00:55:54.986 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+gitf331e2d2335
40322026-05-28T00:55:55.716ZMay 28 00:55:54.987 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+gitf331e2d2335
40332026-05-28T00:55:55.716ZMay 28 00:55:54.987 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+gitf331e2d2335
40342026-05-28T00:55:55.716ZMay 28 00:55:54.987 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+gitf331e2d2335
40352026-05-28T00:55:55.716ZMay 28 00:55:54.988 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+gitf331e2d2335
40362026-05-28T00:55:55.716ZMay 28 00:55:54.988 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+gitf331e2d2335
40372026-05-28T00:55:55.716ZMay 28 00:55:54.988 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+gitf331e2d2335
40382026-05-28T00:55:55.716ZMay 28 00:55:54.988 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+gitf331e2d2335
40392026-05-28T00:55:55.716ZMay 28 00:55:54.989 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+gitf331e2d2335
40402026-05-28T00:55:55.716ZMay 28 00:55:54.989 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+gitf331e2d2335
40412026-05-28T00:55:55.720ZMay 28 00:55:54.989 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+gitf331e2d2335
40422026-05-28T00:55:55.720ZMay 28 00:55:54.989 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+gitf331e2d2335
40432026-05-28T00:55:55.725Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-05-28T00:55:55.728Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-05-28T00:55:55.728Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-05-28T00:55:55.728Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-05-28T00:55:55.728Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-05-28T00:55:55.728Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-05-28T00:55:55.728Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-05-28T00:55:55.728Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-05-28T00:55:55.728Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-05-28T00:55:55.728Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-05-28T00:55:55.731Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-05-28T00:55:55.731Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-05-28T00:55:55.775Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40562026-05-28T00:55:55.779ZMay 28 00:55:55.052 INFO [stamp-probe] process exited with exit status: 0 (64.786194ms)
40572026-05-28T00:55:55.845ZMay 28 00:55:55.118 INFO [recovery-proto] task succeeded (131.994858ms)
40582026-05-28T00:55:55.848ZMay 28 00:55:55.118 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.477' -P /tmp/.tmpd4Ugq7/proto/recovery/root -N 'recovery f331e2d/${os_short_commit} 2026-05-28 00:45' -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/' -p 'helios-dev=file:///tmp/.tmpd4Ugq7/opte-recovery.p5p'
40592026-05-28T00:55:55.851Z[ recovery-image] May 28 00:55:55.125 INFO Checking files for board 'gimlet'
40602026-05-28T00:55:55.851Z[ recovery-image] May 28 00:55:55.125 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40612026-05-28T00:55:55.851Z[ recovery-image] May 28 00:55:55.125 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40622026-05-28T00:55:55.854Z[ recovery-image] May 28 00:55:55.125 INFO Checking files for board 'cosmo-mbist'
40632026-05-28T00:55:55.854Z[ recovery-image] May 28 00:55:55.125 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40642026-05-28T00:55:55.854Z[ recovery-image] May 28 00:55:55.125 INFO Checking files for board 'cosmo'
40652026-05-28T00:55:55.854Z[ recovery-image] May 28 00:55:55.125 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40662026-05-28T00:55:55.854Z[ recovery-image] May 28 00:55:55.125 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40672026-05-28T00:55:55.854Z[ recovery-image] May 28 00:55:55.125 INFO Checking files for board 'cosmo-mbist-noaggr'
40682026-05-28T00:55:55.854Z[ recovery-image] May 28 00:55:55.125 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40692026-05-28T00:55:55.862Z[ recovery-image] May 28 00:55:55.135 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpd4Ugq7/proto/recovery/root"
40702026-05-28T00:55:55.865Z[ recovery-image] May 28 00:55:55.135 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }, helios-dev={ file:///tmp/.tmpd4Ugq7/opte-recovery.p5p }
40712026-05-28T00:55:55.865Z[ recovery-image] May 28 00:55:55.135 INFO image builder template: ramdisk-01-os...
40722026-05-28T00:55:55.865Z[ recovery-image] May 28 00:55:55.135 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/.tmpd4Ugq7/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", "publisher_1_name=helios-dev", "-F", "publisher_1_url+=file:///tmp/.tmpd4Ugq7/opte-recovery.p5p", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.477", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40732026-05-28T00:55:55.878Z[ recovery-image] May 28 00:55:55.152 INFO O| May 28 00:55:55.152 INFO CREATE DATASET: rpool/images/build/recovery/output
40742026-05-28T00:55:56.116Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40752026-05-28T00:55:56.163Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40762026-05-28T00:55:56.213Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40772026-05-28T00:55:56.216ZMay 28 00:55:55.490 INFO [stamp-ntp] process exited with exit status: 0 (503.408664ms)
40782026-05-28T00:55:56.382Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40792026-05-28T00:55:56.386ZMay 28 00:55:55.659 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (671.276066ms)
40802026-05-28T00:55:56.389Z[ recovery-image] May 28 00:55:55.662 INFO O| May 28 00:55:55.662 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40812026-05-28T00:55:56.392Z[ recovery-image] May 28 00:55:55.666 INFO O| May 28 00:55:55.666 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40822026-05-28T00:55:56.449Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40832026-05-28T00:55:56.453ZMay 28 00:55:55.726 INFO [stamp-internal-dns] process exited with exit status: 0 (736.93386ms)
40842026-05-28T00:55:56.458Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40852026-05-28T00:55:56.462ZMay 28 00:55:55.735 INFO [stamp-external-dns] process exited with exit status: 0 (747.033504ms)
40862026-05-28T00:55:56.580Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40872026-05-28T00:55:56.584ZMay 28 00:55:55.856 INFO [stamp-crucible-zone] process exited with exit status: 0 (867.634567ms)
40882026-05-28T00:55:56.691Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40892026-05-28T00:55:56.695ZMay 28 00:55:55.968 INFO [stamp-oximeter] process exited with exit status: 0 (981.173569ms)
40902026-05-28T00:55:57.832Z[ recovery-image] May 28 00:55:57.104 INFO O| May 28 00:55:57.104 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40912026-05-28T00:55:58.257Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40922026-05-28T00:55:58.261ZMay 28 00:55:57.534 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.545031472s)
40932026-05-28T00:55:58.366Z[ host-image] May 28 00:55:57.639 INFO O| May 28 00:55:57.638 INFO O| Download: 6448/23754 items 47.2/222.1MB 21% complete (2.0M/s)
40942026-05-28T00:55:58.946Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40952026-05-28T00:55:58.949ZMay 28 00:55:58.223 INFO [stamp-nexus] process exited with exit status: 0 (3.235451214s)
40962026-05-28T00:55:59.177Z[ recovery-image] May 28 00:55:58.450 INFO O| May 28 00:55:58.450 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40972026-05-28T00:55:59.177Z[ recovery-image] May 28 00:55:58.450 INFO O| May 28 00:55:58.450 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40982026-05-28T00:55:59.177Z[ recovery-image] May 28 00:55:58.450 INFO O| May 28 00:55:58.450 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40992026-05-28T00:55:59.180Z[ recovery-image] May 28 00:55:58.450 INFO O| May 28 00:55:58.450 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41002026-05-28T00:55:59.183Z[ recovery-image] May 28 00:55:58.455 INFO O| May 28 00:55:58.455 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41012026-05-28T00:56:00.219Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41022026-05-28T00:56:00.223ZMay 28 00:55:59.496 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.509391811s)
41032026-05-28T00:56:00.460Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41042026-05-28T00:56:00.464ZMay 28 00:55:59.737 INFO [stamp-clickhouse] process exited with exit status: 0 (4.748963208s)
41052026-05-28T00:56:00.493Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41062026-05-28T00:56:00.497ZMay 28 00:55:59.770 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.78062661s)
41072026-05-28T00:56:00.497ZMay 28 00:55:59.770 INFO [tuf-stamp] task succeeded (4.783959051s)
41082026-05-28T00:56:00.504Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41092026-05-28T00:56:00.727Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41102026-05-28T00:56:00.755Z[verify-libraries] Compiling stacker v0.1.23
41112026-05-28T00:56:00.755Z[verify-libraries] Compiling cfg_aliases v0.1.1
41122026-05-28T00:56:00.795Z[verify-libraries] Compiling home v0.5.12
41132026-05-28T00:56:00.815Z[verify-libraries] Compiling nibble_vec v0.1.0
41142026-05-28T00:56:00.815Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41152026-05-28T00:56:00.818Z[verify-libraries] Compiling endian-type v0.1.2
41162026-05-28T00:56:00.885Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41172026-05-28T00:56:00.908Z[verify-libraries] Compiling nix v0.28.0
41182026-05-28T00:56:00.932Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41192026-05-28T00:56:00.932Z[verify-libraries] Compiling winnow v0.6.26
41202026-05-28T00:56:00.977Z[verify-libraries] Compiling unicode_categories v0.1.1
41212026-05-28T00:56:01.001Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41222026-05-28T00:56:01.001Z[verify-libraries] Compiling radix_trie v0.2.1
41232026-05-28T00:56:01.092Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41242026-05-28T00:56:01.126Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41252026-05-28T00:56:01.153Z[verify-libraries] Compiling polyval v0.6.2
41262026-05-28T00:56:01.175Z[verify-libraries] Compiling ctr v0.9.2
41272026-05-28T00:56:01.202Z[verify-libraries] Compiling colored v2.2.0
41282026-05-28T00:56:01.202Z[verify-libraries] Compiling blowfish v0.9.1
41292026-05-28T00:56:01.224Z[verify-libraries] Compiling ssh-encoding v0.2.0
41302026-05-28T00:56:01.315Z[verify-libraries] Compiling password-hash v0.4.2
41312026-05-28T00:56:01.425Z[verify-libraries] Compiling ghash v0.5.1
41322026-05-28T00:56:01.428Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41332026-05-28T00:56:01.451Z[verify-libraries] Compiling petname v2.0.2
41342026-05-28T00:56:01.499Z[verify-libraries] Compiling psm v0.1.30
41352026-05-28T00:56:01.522Z[verify-libraries] Compiling p256 v0.13.2
41362026-05-28T00:56:01.522Z[verify-libraries] Compiling p521 v0.13.3
41372026-05-28T00:56:01.565Z[verify-libraries] Compiling aes-gcm v0.10.3
41382026-05-28T00:56:01.574Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41392026-05-28T00:56:01.613Z[verify-libraries] Compiling pbkdf2 v0.11.0
41402026-05-28T00:56:01.705Z[verify-libraries] Compiling md5 v0.7.0
41412026-05-28T00:56:01.747Z[verify-libraries] Compiling ssh-cipher v0.2.0
41422026-05-28T00:56:01.797Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41432026-05-28T00:56:01.838Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41442026-05-28T00:56:01.880Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41452026-05-28T00:56:01.902Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41462026-05-28T00:56:01.905Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41472026-05-28T00:56:01.995Z[verify-libraries] Compiling num-bigint v0.4.6
41482026-05-28T00:56:02.047Z[verify-libraries] Compiling ssh-key v0.6.7
41492026-05-28T00:56:02.083Z[verify-libraries] Compiling des v0.8.1
41502026-05-28T00:56:02.108Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41512026-05-28T00:56:02.177Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41522026-05-28T00:56:02.180Z[verify-libraries] Compiling hex-literal v0.4.1
41532026-05-28T00:56:02.291Z[verify-libraries] Compiling sync-ptr v0.1.4
41542026-05-28T00:56:02.399Z[verify-libraries] Compiling recursive v0.1.1
41552026-05-28T00:56:02.456Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41562026-05-28T00:56:02.482Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41572026-05-28T00:56:02.482Z[verify-libraries] Compiling socket2 v0.5.10
41582026-05-28T00:56:02.536Z[verify-libraries] Compiling sqlformat v0.3.5
41592026-05-28T00:56:02.562Z[verify-libraries] Compiling rustyline v14.0.0
41602026-05-28T00:56:02.595Z[ recovery-image] May 28 00:56:01.867 INFO O| May 28 00:56:01.867 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41612026-05-28T00:56:02.605Z[ recovery-image] May 28 00:56:01.876 INFO O| May 28 00:56:01.876 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41622026-05-28T00:56:02.623Z[verify-libraries] Compiling sqlparser v0.61.0
41632026-05-28T00:56:02.666Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41642026-05-28T00:56:02.774Z[verify-libraries] Compiling internet-checksum v0.2.1
41652026-05-28T00:56:02.981Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41662026-05-28T00:56:02.991Z[ recovery-image] May 28 00:56:02.264 INFO O| May 28 00:56:02.264 INFO O| Caching catalogs ... Done
41672026-05-28T00:56:03.009Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41682026-05-28T00:56:03.082Z[ recovery-image] May 28 00:56:02.355 INFO O| May 28 00:56:02.355 INFO STEP 0 (pkg_image_create) COMPLETE
41692026-05-28T00:56:03.082Z[ recovery-image] May 28 00:56:02.355 INFO O| May 28 00:56:02.355 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41702026-05-28T00:56:03.093Z[ recovery-image] May 28 00:56:02.365 INFO O| May 28 00:56:02.365 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"]
41712026-05-28T00:56:03.255Z[verify-libraries] Compiling russh-keys v0.45.0
41722026-05-28T00:56:03.377Z[ host-image] May 28 00:56:02.650 INFO O| May 28 00:56:02.649 INFO O| Download: 7779/23754 items 60.1/222.1MB 27% complete (1.9M/s)
41732026-05-28T00:56:03.394Z[verify-libraries] Compiling git-stub v1.0.0
41742026-05-28T00:56:03.473Z[ recovery-image] May 28 00:56:02.745 INFO O| May 28 00:56:02.745 INFO STEP 1 (pkg_set_publisher) COMPLETE
41752026-05-28T00:56:03.473Z[ recovery-image] May 28 00:56:02.745 INFO O| May 28 00:56:02.745 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-05-28T00:56:03.483Z[ recovery-image] May 28 00:56:02.755 INFO O| May 28 00:56:02.755 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-O", "file:///tmp/.tmpd4Ugq7/opte-recovery.p5p", "helios-dev"]
41772026-05-28T00:56:03.490Z[verify-libraries] Compiling yansi v1.0.1
41782026-05-28T00:56:03.670Z[verify-libraries] Compiling diff v0.1.13
41792026-05-28T00:56:03.847Z[ recovery-image] May 28 00:56:03.120 INFO O| May 28 00:56:03.120 INFO STEP 2 (pkg_set_publisher) COMPLETE
41802026-05-28T00:56:03.847Z[ recovery-image] May 28 00:56:03.120 INFO O| May 28 00:56:03.120 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41812026-05-28T00:56:03.850Z[ recovery-image] May 28 00:56:03.120 INFO O| May 28 00:56:03.120 INFO skip step because feature "publisher_2_name" is not enabled
41822026-05-28T00:56:03.850Z[ recovery-image] May 28 00:56:03.120 INFO O| May 28 00:56:03.120 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41832026-05-28T00:56:03.850Z[ recovery-image] May 28 00:56:03.120 INFO O| May 28 00:56:03.120 INFO skip step because feature "publisher_3_name" is not enabled
41842026-05-28T00:56:03.850Z[ recovery-image] May 28 00:56:03.120 INFO O| May 28 00:56:03.120 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-05-28T00:56:03.957Z[verify-libraries] Compiling pretty_assertions v1.4.1
41862026-05-28T00:56:04.032Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41872026-05-28T00:56:04.203Z[ recovery-image] May 28 00:56:03.476 INFO O| May 28 00:56:03.476 INFO variant opensolaris.zone is already global
41882026-05-28T00:56:04.203Z[ recovery-image] May 28 00:56:03.476 INFO O| May 28 00:56:03.476 INFO STEP 5 (pkg_change_variant) COMPLETE
41892026-05-28T00:56:04.206Z[ recovery-image] May 28 00:56:03.476 INFO O| May 28 00:56:03.476 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41902026-05-28T00:56:04.340Z[verify-libraries] Compiling russh v0.45.0
41912026-05-28T00:56:04.519Z[ recovery-image] May 28 00:56:03.792 INFO O| May 28 00:56:03.791 INFO variant opensolaris.imagetype is full; changing to partial
41922026-05-28T00:56:04.519Z[ recovery-image] May 28 00:56:03.792 INFO O| May 28 00:56:03.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41932026-05-28T00:56:04.578Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41942026-05-28T00:56:04.898Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41952026-05-28T00:56:04.920Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41962026-05-28T00:56:05.126Z[ recovery-image] May 28 00:56:04.399 INFO O| May 28 00:56:04.398 INFO O| Startup: Refreshing catalog 'helios' ... Done
41972026-05-28T00:56:05.129Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41982026-05-28T00:56:05.129Z[ recovery-image] May 28 00:56:04.402 INFO O| May 28 00:56:04.402 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41992026-05-28T00:56:05.211Z[ recovery-image] May 28 00:56:04.484 INFO O| May 28 00:56:04.484 INFO O| Startup: Caching catalogs ... Done
42002026-05-28T00:56:05.216Z[ recovery-image] May 28 00:56:04.489 INFO O| May 28 00:56:04.489 INFO O| Planning: Planning completed in 0.00 seconds
42012026-05-28T00:56:05.219Z[ recovery-image] May 28 00:56:04.489 INFO O| May 28 00:56:04.489 INFO O| Planning: Consolidating action changes ... Done
42022026-05-28T00:56:05.219Z[ recovery-image] May 28 00:56:04.489 INFO O| May 28 00:56:04.489 INFO O| Planning: Evaluating mediators ... Done
42032026-05-28T00:56:05.219Z[ recovery-image] May 28 00:56:04.490 INFO O| May 28 00:56:04.490 INFO O| Planning: Planning completed in 0.00 seconds
42042026-05-28T00:56:05.219Z[ recovery-image] May 28 00:56:04.490 INFO O| May 28 00:56:04.490 INFO O| Variants/Facets to change: 1
42052026-05-28T00:56:05.246Z[ recovery-image] May 28 00:56:04.517 INFO O| May 28 00:56:04.517 INFO O| Finalize: Updating package state database ... Done
42062026-05-28T00:56:05.246Z[ recovery-image] May 28 00:56:04.517 INFO O| May 28 00:56:04.517 INFO O| Finalize: Updating package cache ... Done
42072026-05-28T00:56:05.246Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42082026-05-28T00:56:05.260Z[ recovery-image] May 28 00:56:04.533 INFO O| May 28 00:56:04.533 INFO O| Finalize: Updating image state ... Done
42092026-05-28T00:56:05.263Z[ recovery-image] May 28 00:56:04.536 INFO O| May 28 00:56:04.536 INFO O| Finalize: Creating fast lookup database ... Done
42102026-05-28T00:56:05.266Z[ recovery-image] May 28 00:56:04.537 INFO O| May 28 00:56:04.536 INFO O| Finalize: Reading search index ... Done
42112026-05-28T00:56:05.266Z[ recovery-image] May 28 00:56:04.537 INFO O| May 28 00:56:04.537 INFO O| Finalize: Updating search index ... Done
42122026-05-28T00:56:05.266Z[ recovery-image] May 28 00:56:04.537 INFO O| May 28 00:56:04.537 INFO O| Finalize: Updating package cache ... Done
42132026-05-28T00:56:05.335Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42142026-05-28T00:56:05.368Z[ recovery-image] May 28 00:56:04.640 INFO O| May 28 00:56:04.640 INFO STEP 6 (pkg_change_variant) COMPLETE
42152026-05-28T00:56:05.368Z[ recovery-image] May 28 00:56:04.640 INFO O| May 28 00:56:04.640 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-05-28T00:56:05.368Z[ recovery-image] May 28 00:56:04.640 INFO O| May 28 00:56:04.640 INFO skip step because feature "debug_variant" is not enabled
42172026-05-28T00:56:05.371Z[ recovery-image] May 28 00:56:04.640 INFO O| May 28 00:56:04.640 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42182026-05-28T00:56:05.408Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42192026-05-28T00:56:05.430Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42202026-05-28T00:56:05.519Z[verify-libraries] Compiling drift v0.1.4
42212026-05-28T00:56:05.696Z[ recovery-image] May 28 00:56:04.969 INFO O| May 28 00:56:04.969 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42222026-05-28T00:56:05.783Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42232026-05-28T00:56:05.809Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42242026-05-28T00:56:05.812Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42252026-05-28T00:56:05.829Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42262026-05-28T00:56:06.242Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42272026-05-28T00:56:06.267Z[verify-libraries] Compiling termios v0.3.3
42282026-05-28T00:56:06.517Z[ recovery-image] May 28 00:56:05.785 INFO O| May 28 00:56:05.785 INFO O| Startup: Refreshing catalog 'helios' ... Done
42292026-05-28T00:56:06.520Z[ recovery-image] May 28 00:56:05.790 INFO O| May 28 00:56:05.790 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42302026-05-28T00:56:06.530Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
42312026-05-28T00:56:06.555Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42322026-05-28T00:56:06.617Z[ recovery-image] May 28 00:56:05.890 INFO O| May 28 00:56:05.890 INFO O| Startup: Caching catalogs ... Done
42332026-05-28T00:56:06.623Z[ recovery-image] May 28 00:56:05.895 INFO O| May 28 00:56:05.895 INFO O| Planning: Planning completed in 0.00 seconds
42342026-05-28T00:56:06.626Z[ recovery-image] May 28 00:56:05.896 INFO O| May 28 00:56:05.896 INFO O| Planning: Consolidating action changes ... Done
42352026-05-28T00:56:06.626Z[ recovery-image] May 28 00:56:05.896 INFO O| May 28 00:56:05.896 INFO O| Planning: Evaluating mediators ... Done
42362026-05-28T00:56:06.626Z[ recovery-image] May 28 00:56:05.896 INFO O| May 28 00:56:05.896 INFO O| Planning: Planning completed in 0.00 seconds
42372026-05-28T00:56:06.626Z[ recovery-image] May 28 00:56:05.896 INFO O| May 28 00:56:05.896 INFO O| Variants/Facets to change: 1
42382026-05-28T00:56:06.649Z[ recovery-image] May 28 00:56:05.922 INFO O| May 28 00:56:05.922 INFO O| Finalize: Updating package state database ... Done
42392026-05-28T00:56:06.649Z[ recovery-image] May 28 00:56:05.922 INFO O| May 28 00:56:05.922 INFO O| Finalize: Updating package cache ... Done
42402026-05-28T00:56:06.663Z[ recovery-image] May 28 00:56:05.935 INFO O| May 28 00:56:05.935 INFO O| Finalize: Updating image state ... Done
42412026-05-28T00:56:06.666Z[ recovery-image] May 28 00:56:05.939 INFO O| May 28 00:56:05.939 INFO O| Finalize: Creating fast lookup database ... Done
42422026-05-28T00:56:06.666Z[ recovery-image] May 28 00:56:05.939 INFO O| May 28 00:56:05.939 INFO O| Finalize: Reading search index ... Done
42432026-05-28T00:56:06.666Z[ recovery-image] May 28 00:56:05.939 INFO O| May 28 00:56:05.939 INFO O| Finalize: Updating search index ... Done
42442026-05-28T00:56:06.670Z[ recovery-image] May 28 00:56:05.940 INFO O| May 28 00:56:05.940 INFO O| Finalize: Updating package cache ... Done
42452026-05-28T00:56:06.802Z[ recovery-image] May 28 00:56:06.075 INFO O| May 28 00:56:06.074 INFO STEP 8 (pkg_change_facet) COMPLETE
42462026-05-28T00:56:06.802Z[ recovery-image] May 28 00:56:06.075 INFO O| May 28 00:56:06.075 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42472026-05-28T00:56:07.120Z[ recovery-image] May 28 00:56:06.393 INFO O| May 28 00:56:06.393 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42482026-05-28T00:56:07.773Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42492026-05-28T00:56:07.861Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42502026-05-28T00:56:08.023Z[ recovery-image] May 28 00:56:07.296 INFO O| May 28 00:56:07.296 INFO O| Startup: Refreshing catalog 'helios' ... Done
42512026-05-28T00:56:08.028Z[ recovery-image] May 28 00:56:07.301 INFO O| May 28 00:56:07.301 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42522026-05-28T00:56:08.108Z[ recovery-image] May 28 00:56:07.381 INFO O| May 28 00:56:07.380 INFO O| Startup: Caching catalogs ... Done
42532026-05-28T00:56:08.113Z[ recovery-image] May 28 00:56:07.386 INFO O| May 28 00:56:07.386 INFO O| Planning: Planning completed in 0.00 seconds
42542026-05-28T00:56:08.118Z[ recovery-image] May 28 00:56:07.386 INFO O| May 28 00:56:07.386 INFO O| Planning: Consolidating action changes ... Done
42552026-05-28T00:56:08.118Z[ recovery-image] May 28 00:56:07.386 INFO O| May 28 00:56:07.386 INFO O| Planning: Evaluating mediators ... Done
42562026-05-28T00:56:08.118Z[ recovery-image] May 28 00:56:07.387 INFO O| May 28 00:56:07.387 INFO O| Planning: Planning completed in 0.00 seconds
42572026-05-28T00:56:08.118Z[ recovery-image] May 28 00:56:07.387 INFO O| May 28 00:56:07.387 INFO O| Variants/Facets to change: 1
42582026-05-28T00:56:08.150Z[ recovery-image] May 28 00:56:07.423 INFO O| May 28 00:56:07.423 INFO O| Finalize: Updating package state database ... Done
42592026-05-28T00:56:08.150Z[ recovery-image] May 28 00:56:07.423 INFO O| May 28 00:56:07.423 INFO O| Finalize: Updating package cache ... Done
42602026-05-28T00:56:08.167Z[ recovery-image] May 28 00:56:07.436 INFO O| May 28 00:56:07.436 INFO O| Finalize: Updating image state ... Done
42612026-05-28T00:56:08.170Z[ recovery-image] May 28 00:56:07.440 INFO O| May 28 00:56:07.439 INFO O| Finalize: Creating fast lookup database ... Done
42622026-05-28T00:56:08.171Z[ recovery-image] May 28 00:56:07.440 INFO O| May 28 00:56:07.440 INFO O| Finalize: Reading search index ... Done
42632026-05-28T00:56:08.171Z[ recovery-image] May 28 00:56:07.440 INFO O| May 28 00:56:07.440 INFO O| Finalize: Updating search index ... Done
42642026-05-28T00:56:08.171Z[ recovery-image] May 28 00:56:07.441 INFO O| May 28 00:56:07.441 INFO O| Finalize: Updating package cache ... Done
42652026-05-28T00:56:08.218Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42662026-05-28T00:56:08.270Z[ recovery-image] May 28 00:56:07.542 INFO O| May 28 00:56:07.542 INFO STEP 9 (pkg_change_facet) COMPLETE
42672026-05-28T00:56:08.270Z[ recovery-image] May 28 00:56:07.542 INFO O| May 28 00:56:07.542 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42682026-05-28T00:56:08.403Z[ host-image] May 28 00:56:07.672 INFO O| May 28 00:56:07.672 INFO O| Download: 8869/23754 items 77.5/222.1MB 34% complete (3.0M/s)
42692026-05-28T00:56:08.692Z[ recovery-image] May 28 00:56:07.965 INFO O| May 28 00:56:07.965 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42702026-05-28T00:56:09.302Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42712026-05-28T00:56:09.562Z[ recovery-image] May 28 00:56:08.835 INFO O| May 28 00:56:08.835 INFO O| Startup: Refreshing catalog 'helios' ... Done
42722026-05-28T00:56:09.567Z[ recovery-image] May 28 00:56:08.840 INFO O| May 28 00:56:08.840 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42732026-05-28T00:56:09.639Z[ recovery-image] May 28 00:56:08.912 INFO O| May 28 00:56:08.912 INFO O| Startup: Caching catalogs ... Done
42742026-05-28T00:56:09.645Z[ recovery-image] May 28 00:56:08.918 INFO O| May 28 00:56:08.918 INFO O| Planning: Planning completed in 0.00 seconds
42752026-05-28T00:56:09.648Z[ recovery-image] May 28 00:56:08.918 INFO O| May 28 00:56:08.918 INFO O| Planning: Consolidating action changes ... Done
42762026-05-28T00:56:09.648Z[ recovery-image] May 28 00:56:08.918 INFO O| May 28 00:56:08.918 INFO O| Planning: Evaluating mediators ... Done
42772026-05-28T00:56:09.648Z[ recovery-image] May 28 00:56:08.918 INFO O| May 28 00:56:08.918 INFO O| Planning: Planning completed in 0.00 seconds
42782026-05-28T00:56:09.648Z[ recovery-image] May 28 00:56:08.919 INFO O| May 28 00:56:08.919 INFO O| Variants/Facets to change: 1
42792026-05-28T00:56:09.656Z[ recovery-image] May 28 00:56:08.929 INFO O| May 28 00:56:08.929 INFO O| Finalize: Updating package state database ... Done
42802026-05-28T00:56:09.657Z[ recovery-image] May 28 00:56:08.929 INFO O| May 28 00:56:08.929 INFO O| Finalize: Updating package cache ... Done
42812026-05-28T00:56:09.671Z[ recovery-image] May 28 00:56:08.943 INFO O| May 28 00:56:08.943 INFO O| Finalize: Updating image state ... Done
42822026-05-28T00:56:09.675Z[ recovery-image] May 28 00:56:08.946 INFO O| May 28 00:56:08.946 INFO O| Finalize: Creating fast lookup database ... Done
42832026-05-28T00:56:09.675Z[ recovery-image] May 28 00:56:08.947 INFO O| May 28 00:56:08.947 INFO O| Finalize: Reading search index ... Done
42842026-05-28T00:56:09.675Z[ recovery-image] May 28 00:56:08.947 INFO O| May 28 00:56:08.947 INFO O| Finalize: Updating search index ... Done
42852026-05-28T00:56:09.680Z[ recovery-image] May 28 00:56:08.948 INFO O| May 28 00:56:08.948 INFO O| Finalize: Updating package cache ... Done
42862026-05-28T00:56:09.796Z[ recovery-image] May 28 00:56:09.056 INFO O| May 28 00:56:09.056 INFO STEP 10 (pkg_change_facet) COMPLETE
42872026-05-28T00:56:09.796Z[ recovery-image] May 28 00:56:09.056 INFO O| May 28 00:56:09.056 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42882026-05-28T00:56:09.802Z[ recovery-image] May 28 00:56:09.065 INFO O| May 28 00:56:09.065 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"]
42892026-05-28T00:56:10.609Z[ recovery-image] May 28 00:56:09.882 INFO O| May 28 00:56:09.882 INFO O| Startup: Refreshing catalog 'helios' ... Done
42902026-05-28T00:56:10.615Z[ recovery-image] May 28 00:56:09.888 INFO O| May 28 00:56:09.888 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42912026-05-28T00:56:10.689Z[ recovery-image] May 28 00:56:09.962 INFO O| May 28 00:56:09.962 INFO O| Startup: Caching catalogs ... Done
42922026-05-28T00:56:10.938Z[ recovery-image] May 28 00:56:10.211 INFO O| May 28 00:56:10.211 INFO O| Planning: Solver setup ... Done
42932026-05-28T00:56:10.947Z[ recovery-image] May 28 00:56:10.220 INFO O| May 28 00:56:10.220 INFO O| Planning: Running solver ... Done
42942026-05-28T00:56:10.956Z[ recovery-image] May 28 00:56:10.229 INFO O| May 28 00:56:10.229 INFO O| Planning: Finding local manifests ... Done
42952026-05-28T00:56:11.001Z[ recovery-image] May 28 00:56:10.274 INFO O| May 28 00:56:10.274 INFO O| Planning: Fetching manifests: 0/127 0% complete
42962026-05-28T00:56:11.208Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42972026-05-28T00:56:12.564Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42982026-05-28T00:56:13.412Z[ host-image] May 28 00:56:12.685 INFO O| May 28 00:56:12.685 INFO O| Download: 10655/23754 items 92.9/222.1MB 41% complete (3.2M/s)
42992026-05-28T00:56:15.060Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43002026-05-28T00:56:15.999Z[ recovery-image] May 28 00:56:15.272 INFO O| May 28 00:56:15.272 INFO O| Planning: Fetching manifests: 127/127 100% complete
43012026-05-28T00:56:16.405Z[ recovery-image] May 28 00:56:15.677 INFO O| May 28 00:56:15.677 INFO O| Planning: Package planning ... Done
43022026-05-28T00:56:16.674Z[ recovery-image] May 28 00:56:15.945 INFO O| May 28 00:56:15.945 INFO O| Planning: Merging actions ... Done
43032026-05-28T00:56:16.741Z[ recovery-image] May 28 00:56:16.013 INFO O| May 28 00:56:16.013 INFO O| Planning: Checking for conflicting actions ... Done
43042026-05-28T00:56:16.796Z[ recovery-image] May 28 00:56:16.068 INFO O| May 28 00:56:16.068 INFO O| Planning: Consolidating action changes ... Done
43052026-05-28T00:56:16.954Z[ recovery-image] May 28 00:56:16.226 INFO O| May 28 00:56:16.226 INFO O| Planning: Evaluating mediators ... Done
43062026-05-28T00:56:18.054Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
43072026-05-28T00:56:18.600Z[ recovery-image] May 28 00:56:17.866 INFO O| May 28 00:56:17.866 INFO O| Planning: Planning completed in 7.90 seconds
43082026-05-28T00:56:18.608Z[ recovery-image] May 28 00:56:17.868 INFO O| May 28 00:56:17.868 INFO O| Packages to install: 127
43092026-05-28T00:56:18.608Z[ recovery-image] May 28 00:56:17.868 INFO O| May 28 00:56:17.868 INFO O| Mediators to change: 5
43102026-05-28T00:56:18.608Z[ recovery-image] May 28 00:56:17.868 INFO O| May 28 00:56:17.868 INFO O| Services to change: 5
43112026-05-28T00:56:18.624Z[ recovery-image] May 28 00:56:17.894 INFO O| May 28 00:56:17.894 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete
43122026-05-28T00:56:18.750Z[ host-image] May 28 00:56:18.006 INFO O| May 28 00:56:18.006 INFO O| Download: 11918/23754 items 101.5/222.1MB 45% complete (2.4M/s)
43132026-05-28T00:56:19.616Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43142026-05-28T00:56:19.830Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43152026-05-28T00:56:21.600Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43162026-05-28T00:56:22.170Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43172026-05-28T00:56:23.751Z[ host-image] May 28 00:56:23.023 INFO O| May 28 00:56:23.023 INFO O| Download: 12185/23754 items 105.4/222.1MB 47% complete (1.2M/s)
43182026-05-28T00:56:23.896Z[ recovery-image] May 28 00:56:23.168 INFO O| May 28 00:56:23.168 INFO O| Download: 1155/16562 items 9.7/199.3MB 4% complete (2.0M/s)
43192026-05-28T00:56:26.347Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43202026-05-28T00:56:26.452Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43212026-05-28T00:56:27.174Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43222026-05-28T00:56:27.339Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43232026-05-28T00:56:27.631Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43242026-05-28T00:56:28.453Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43252026-05-28T00:56:28.737Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43262026-05-28T00:56:28.757Z[ host-image] May 28 00:56:28.030 INFO O| May 28 00:56:28.030 INFO O| Download: 12860/23754 items 110.3/222.1MB 49% complete (880k/s)
43272026-05-28T00:56:28.908Z[ recovery-image] May 28 00:56:28.180 INFO O| May 28 00:56:28.179 INFO O| Download: 1666/16562 items 25.1/199.3MB 12% complete (2.5M/s)
43282026-05-28T00:56:29.569Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43292026-05-28T00:56:30.206Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43302026-05-28T00:56:30.567Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43312026-05-28T00:56:30.960Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43322026-05-28T00:56:31.642Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43332026-05-28T00:56:32.137Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43342026-05-28T00:56:32.347Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43352026-05-28T00:56:33.048Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43362026-05-28T00:56:33.315Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43372026-05-28T00:56:33.445Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43382026-05-28T00:56:33.762Z[ host-image] May 28 00:56:33.033 INFO O| May 28 00:56:33.033 INFO O| Download: 13306/23754 items 119.1/222.1MB 53% complete (1.4M/s)
43392026-05-28T00:56:34.064Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43402026-05-28T00:56:34.156Z[ recovery-image] May 28 00:56:33.428 INFO O| May 28 00:56:33.428 INFO O| Download: 3132/16562 items 37.1/199.3MB 18% complete (2.8M/s)
43412026-05-28T00:56:38.825Z[ host-image] May 28 00:56:38.098 INFO O| May 28 00:56:38.098 INFO O| Download: 14667/23754 items 119.8/222.1MB 53% complete (1.0M/s)
43422026-05-28T00:56:39.095Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43432026-05-28T00:56:39.681Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43442026-05-28T00:56:40.278Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43452026-05-28T00:56:40.611Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43462026-05-28T00:56:40.634Z[ recovery-image] May 28 00:56:39.896 INFO O| May 28 00:56:39.896 INFO O| Download: 4008/16562 items 40.7/199.3MB 20% complete (1.8M/s)
43472026-05-28T00:56:40.826Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43482026-05-28T00:56:41.130Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43492026-05-28T00:56:44.420Z[ host-image] May 28 00:56:43.692 INFO O| May 28 00:56:43.692 INFO O| Download: 15262/23754 items 126.2/222.1MB 56% complete (673k/s)
43502026-05-28T00:56:45.658Z[ recovery-image] May 28 00:56:44.930 INFO O| May 28 00:56:44.930 INFO O| Download: 5111/16562 items 43.7/199.3MB 21% complete (612k/s)
43512026-05-28T00:56:46.227Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43522026-05-28T00:56:48.269Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43532026-05-28T00:56:49.647Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43542026-05-28T00:56:49.980Z[ host-image] May 28 00:56:49.251 INFO O| May 28 00:56:49.251 INFO O| Download: 16304/23754 items 135.1/222.1MB 60% complete (1.5M/s)
43552026-05-28T00:56:50.085Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43562026-05-28T00:56:50.831Z[ recovery-image] May 28 00:56:50.103 INFO O| May 28 00:56:50.103 INFO O| Download: 6125/16562 items 47.0/199.3MB 23% complete (614k/s)
43572026-05-28T00:56:50.935Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43582026-05-28T00:56:51.502Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43592026-05-28T00:56:51.939Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43602026-05-28T00:56:52.004Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43612026-05-28T00:56:54.939Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43622026-05-28T00:56:55.043Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43632026-05-28T00:56:55.046Z[ host-image] May 28 00:56:54.316 INFO O| May 28 00:56:54.316 INFO O| Download: 17631/23754 items 148.1/222.1MB 66% complete (2.3M/s)
43642026-05-28T00:56:55.145Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43652026-05-28T00:56:56.180Z[ recovery-image] May 28 00:56:55.452 INFO O| May 28 00:56:55.452 INFO O| Download: 6549/16562 items 67.8/199.3MB 34% complete (2.3M/s)
43662026-05-28T00:56:57.317Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43672026-05-28T00:56:57.973Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43682026-05-28T00:56:58.157Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43692026-05-28T00:56:58.947Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43702026-05-28T00:57:00.685Z[ host-image] May 28 00:56:59.958 INFO O| May 28 00:56:59.957 INFO O| Download: 18728/23754 items 171.5/222.1MB 77% complete (3.6M/s)
43712026-05-28T00:57:01.191Z[ recovery-image] May 28 00:57:00.463 INFO O| May 28 00:57:00.463 INFO O| Download: 7511/16562 items 76.0/199.3MB 38% complete (2.8M/s)
43722026-05-28T00:57:04.162Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43732026-05-28T00:57:05.389Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43742026-05-28T00:57:06.848Z[ recovery-image] May 28 00:57:06.116 INFO O| May 28 00:57:06.116 INFO O| Download: 8456/16562 items 85.7/199.3MB 42% complete (1.8M/s)
43752026-05-28T00:57:07.236Z[ host-image] May 28 00:57:06.507 INFO O| May 28 00:57:06.506 INFO O| Download: 19757/23754 items 175.8/222.1MB 79% complete (2.8M/s)
43762026-05-28T00:57:09.097Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43772026-05-28T00:57:11.620Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43782026-05-28T00:57:11.845Z[ recovery-image] May 28 00:57:11.117 INFO O| May 28 00:57:11.117 INFO O| Download: 8566/16562 items 88.9/199.3MB 44% complete (1.1M/s)
43792026-05-28T00:57:12.281Z[ host-image] May 28 00:57:11.509 INFO O| May 28 00:57:11.509 INFO O| Download: 20991/23754 items 180.5/222.1MB 81% complete (747k/s)
43802026-05-28T00:57:13.368Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43812026-05-28T00:57:14.280Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43822026-05-28T00:57:17.241Z[ host-image] May 28 00:57:16.513 INFO O| May 28 00:57:16.513 INFO O| Download: 21816/23754 items 189.4/222.1MB 85% complete (1.4M/s)
43832026-05-28T00:57:17.624Z[ recovery-image] May 28 00:57:16.889 INFO O| May 28 00:57:16.889 INFO O| Download: 9291/16562 items 94.1/199.3MB 47% complete (863k/s)
43842026-05-28T00:57:18.716Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43852026-05-28T00:57:19.073Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43862026-05-28T00:57:21.712Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43872026-05-28T00:57:21.934Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43882026-05-28T00:57:22.242Z[ host-image] May 28 00:57:21.514 INFO O| May 28 00:57:21.513 INFO O| Download: 22749/23754 items 201.3/222.1MB 90% complete (2.1M/s)
43892026-05-28T00:57:22.276Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43902026-05-28T00:57:22.304Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43912026-05-28T00:57:22.618Z[ recovery-image] May 28 00:57:21.890 INFO O| May 28 00:57:21.890 INFO O| Download: 9621/16562 items 102.8/199.3MB 51% complete (1.3M/s)
43922026-05-28T00:57:24.527Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43932026-05-28T00:57:27.398Z[ host-image] May 28 00:57:26.661 INFO O| May 28 00:57:26.661 INFO O| Download: 22998/23754 items 216.1/222.1MB 97% complete (2.7M/s)
43942026-05-28T00:57:27.647Z[ recovery-image] May 28 00:57:26.918 INFO O| May 28 00:57:26.918 INFO O| Download: 11170/16562 items 103.6/199.3MB 51% complete (978k/s)
43952026-05-28T00:57:34.223Z[ host-image] May 28 00:57:30.536 INFO O| May 28 00:57:30.536 INFO O| Download: Completed 222.08 MB in 113.09 seconds (2.0M/s)
43962026-05-28T00:57:34.242Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43972026-05-28T00:57:34.242Z[ host-image] May 28 00:57:31.019 INFO O| May 28 00:57:31.019 INFO O| Actions: 1/53918 actions (Installing new actions)
43982026-05-28T00:57:34.242Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43992026-05-28T00:57:34.242Z[ recovery-image] May 28 00:57:31.940 INFO O| May 28 00:57:31.940 INFO O| Download: 11769/16562 items 111.9/199.3MB 56% complete (906k/s)
44002026-05-28T00:57:35.494Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44012026-05-28T00:57:36.587Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44022026-05-28T00:57:36.747Z[ host-image] May 28 00:57:36.019 INFO O| May 28 00:57:36.019 INFO O| Actions: 26831/53918 actions (Installing new actions)
44032026-05-28T00:57:37.713Z[ recovery-image] May 28 00:57:36.985 INFO O| May 28 00:57:36.985 INFO O| Download: 12035/16562 items 120.7/199.3MB 60% complete (1.7M/s)
44042026-05-28T00:57:38.992Z[ host-image] May 28 00:57:38.264 INFO O| May 28 00:57:38.264 INFO O| Actions: Completed 53918 actions in 7.24 seconds.
44052026-05-28T00:57:39.062Z[ host-image] May 28 00:57:38.331 INFO O| May 28 00:57:38.324 INFO O| Finalize: Updating package state database ... Done
44062026-05-28T00:57:39.062Z[ host-image] May 28 00:57:38.331 INFO O| May 28 00:57:38.324 INFO O| Finalize: Updating package cache ... Done
44072026-05-28T00:57:39.079Z[ host-image] May 28 00:57:38.352 INFO O| May 28 00:57:38.351 INFO O| Finalize: Updating image state ... Done
44082026-05-28T00:57:40.086Z[ host-image] May 28 00:57:39.357 INFO O| May 28 00:57:39.357 INFO O| Finalize: Creating fast lookup database ... Done
44092026-05-28T00:57:40.113Z[ host-image] May 28 00:57:39.385 INFO O| May 28 00:57:39.384 INFO O| Finalize: Reading search index ... Done
44102026-05-28T00:57:41.890Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44112026-05-28T00:57:42.048Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44122026-05-28T00:57:42.739Z[ recovery-image] May 28 00:57:42.010 INFO O| May 28 00:57:42.010 INFO O| Download: 13303/16562 items 153.7/199.3MB 77% complete (4.2M/s)
44132026-05-28T00:57:42.973Z[ host-image] May 28 00:57:42.245 INFO O| May 28 00:57:42.245 INFO O| Finalize: Building new search index ... Done
44142026-05-28T00:57:43.009Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44152026-05-28T00:57:43.530Z[ host-image] May 28 00:57:42.802 INFO O| May 28 00:57:42.802 INFO O| Finalize: Updating package cache ... Done
44162026-05-28T00:57:43.673Z[ host-image] May 28 00:57:42.946 INFO O| May 28 00:57:42.945 INFO STEP 11 (pkg_install) COMPLETE
44172026-05-28T00:57:43.674Z[ host-image] May 28 00:57:42.946 INFO O| May 28 00:57:42.945 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44182026-05-28T00:57:43.684Z[ host-image] May 28 00:57:42.956 INFO O| May 28 00:57:42.956 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"]
44192026-05-28T00:57:45.248Z[ host-image] May 28 00:57:44.520 INFO O| May 28 00:57:44.519 INFO O| Startup: Refreshing catalog 'helios' ... Done
44202026-05-28T00:57:45.254Z[ host-image] May 28 00:57:44.525 INFO O| May 28 00:57:44.525 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44212026-05-28T00:57:45.336Z[ host-image] May 28 00:57:44.607 INFO O| May 28 00:57:44.607 INFO O| Startup: Caching catalogs ... Done
44222026-05-28T00:57:45.476Z[ host-image] May 28 00:57:44.748 INFO O| May 28 00:57:44.748 INFO O| Planning: Solver setup ... Done
44232026-05-28T00:57:45.481Z[ host-image] May 28 00:57:44.753 INFO O| May 28 00:57:44.753 INFO O| Planning: Running solver ... Done
44242026-05-28T00:57:45.485Z[ host-image] May 28 00:57:44.757 INFO O| May 28 00:57:44.757 INFO O| Planning: Finding local manifests ... Done
44252026-05-28T00:57:45.524Z[ host-image] May 28 00:57:44.795 INFO O| May 28 00:57:44.795 INFO O| Planning: Fetching manifests: 0/6 0% complete
44262026-05-28T00:57:45.705Z[ host-image] May 28 00:57:44.977 INFO O| May 28 00:57:44.977 INFO O| Planning: Fetching manifests: 6/6 100% complete
44272026-05-28T00:57:45.726Z[ host-image] May 28 00:57:44.997 INFO O| May 28 00:57:44.997 INFO O| Planning: Package planning ... Done
44282026-05-28T00:57:45.731Z[ host-image] May 28 00:57:45.000 INFO O| May 28 00:57:45.000 INFO O| Planning: Merging actions ... Done
44292026-05-28T00:57:45.903Z[ host-image] May 28 00:57:45.175 INFO O| May 28 00:57:45.175 INFO O| Planning: Checking for conflicting actions ... Done
44302026-05-28T00:57:45.907Z[ host-image] May 28 00:57:45.176 INFO O| May 28 00:57:45.176 INFO O| Planning: Consolidating action changes ... Done
44312026-05-28T00:57:46.039Z[ host-image] May 28 00:57:45.311 INFO O| May 28 00:57:45.311 INFO O| Planning: Evaluating mediators ... Done
44322026-05-28T00:57:46.042Z[ host-image] May 28 00:57:45.313 INFO O| May 28 00:57:45.313 INFO O| Planning: Planning completed in 0.70 seconds
44332026-05-28T00:57:46.042Z[ host-image] May 28 00:57:45.313 INFO O| May 28 00:57:45.313 INFO O| Packages to install: 6
44342026-05-28T00:57:46.042Z[ host-image] May 28 00:57:45.313 INFO O| May 28 00:57:45.313 INFO O| Services to change: 2
44352026-05-28T00:57:46.052Z[ host-image] May 28 00:57:45.324 INFO O| May 28 00:57:45.324 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44362026-05-28T00:57:47.753Z[ recovery-image] May 28 00:57:47.024 INFO O| May 28 00:57:47.024 INFO O| Download: 14349/16562 items 157.5/199.3MB 79% complete (3.7M/s)
44372026-05-28T00:57:51.073Z[ host-image] May 28 00:57:50.344 INFO O| May 28 00:57:50.344 INFO O| Download: 95/155 items 1.2/1.7MB 67% complete (603k/s)
44382026-05-28T00:57:52.770Z[ host-image] May 28 00:57:52.041 INFO O| May 28 00:57:52.041 INFO O| Download: Completed 1.75 MB in 6.72 seconds (266k/s)
44392026-05-28T00:57:52.832Z[ recovery-image] May 28 00:57:52.104 INFO O| May 28 00:57:52.104 INFO O| Download: 15197/16562 items 161.2/199.3MB 80% complete (786k/s)
44402026-05-28T00:57:52.994Z[ host-image] May 28 00:57:52.266 INFO O| May 28 00:57:52.266 INFO O| Actions: 1/390 actions (Installing new actions)
44412026-05-28T00:57:53.131Z[ host-image] May 28 00:57:52.403 INFO O| May 28 00:57:52.402 INFO O| Actions: Completed 390 actions in 0.14 seconds.
44422026-05-28T00:57:53.138Z[ host-image] May 28 00:57:52.410 INFO O| May 28 00:57:52.410 INFO O| Finalize: Updating package state database ... Done
44432026-05-28T00:57:53.138Z[ host-image] May 28 00:57:52.410 INFO O| May 28 00:57:52.410 INFO O| Finalize: Updating package cache ... Done
44442026-05-28T00:57:53.160Z[ host-image] May 28 00:57:52.431 INFO O| May 28 00:57:52.431 INFO O| Finalize: Updating image state ... Done
44452026-05-28T00:57:54.019Z[ host-image] May 28 00:57:53.290 INFO O| May 28 00:57:53.290 INFO O| Finalize: Creating fast lookup database ... Done
44462026-05-28T00:57:54.047Z[ host-image] May 28 00:57:53.319 INFO O| May 28 00:57:53.318 INFO O| Finalize: Reading search index ... Done
44472026-05-28T00:57:54.047Z[ host-image] May 28 00:57:53.319 INFO O| May 28 00:57:53.319 INFO O| Finalize: Updating search index ... Done
44482026-05-28T00:57:54.063Z[ host-image] May 28 00:57:53.334 INFO O| May 28 00:57:53.334 INFO O| Finalize: Updating package cache ... Done
44492026-05-28T00:57:54.188Z[ host-image] May 28 00:57:53.460 INFO O| May 28 00:57:53.460 INFO STEP 12 (pkg_install) COMPLETE
44502026-05-28T00:57:54.188Z[ host-image] May 28 00:57:53.460 INFO O| May 28 00:57:53.460 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44512026-05-28T00:57:54.198Z[ host-image] May 28 00:57:53.470 INFO O| May 28 00:57:53.470 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44522026-05-28T00:57:55.016Z[ host-image] May 28 00:57:54.288 INFO O| May 28 00:57:54.288 INFO O| Startup: Refreshing catalog 'helios' ... Done
44532026-05-28T00:57:55.021Z[ host-image] May 28 00:57:54.293 INFO O| May 28 00:57:54.293 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44542026-05-28T00:57:55.104Z[ host-image] May 28 00:57:54.375 INFO O| May 28 00:57:54.375 INFO O| Startup: Caching catalogs ... Done
44552026-05-28T00:57:55.267Z[ host-image] May 28 00:57:54.538 INFO O| May 28 00:57:54.538 INFO O| Planning: Solver setup ... Done
44562026-05-28T00:57:55.267Z[ host-image] May 28 00:57:54.538 INFO O| May 28 00:57:54.538 INFO O| Planning: Running solver ... Done
44572026-05-28T00:57:55.267Z[ host-image] May 28 00:57:54.538 INFO O| May 28 00:57:54.538 INFO O| Planning: Finding local manifests ... Done
44582026-05-28T00:57:55.317Z[ host-image] May 28 00:57:54.589 INFO O| May 28 00:57:54.589 INFO O| Planning: Fetching manifests: 0/6 0% complete
44592026-05-28T00:57:55.532Z[ host-image] May 28 00:57:54.804 INFO O| May 28 00:57:54.804 INFO O| Planning: Fetching manifests: 6/6 100% complete
44602026-05-28T00:57:55.560Z[ host-image] May 28 00:57:54.832 INFO O| May 28 00:57:54.832 INFO O| Planning: Package planning ... Done
44612026-05-28T00:57:55.569Z[ host-image] May 28 00:57:54.840 INFO O| May 28 00:57:54.840 INFO O| Planning: Merging actions ... Done
44622026-05-28T00:57:55.661Z[ host-image] May 28 00:57:54.933 INFO O| May 28 00:57:54.933 INFO O| Planning: Checking for conflicting actions ... Done
44632026-05-28T00:57:55.665Z[ host-image] May 28 00:57:54.936 INFO O| May 28 00:57:54.936 INFO O| Planning: Consolidating action changes ... Done
44642026-05-28T00:57:55.801Z[ host-image] May 28 00:57:55.073 INFO O| May 28 00:57:55.073 INFO O| Planning: Evaluating mediators ... Done
44652026-05-28T00:57:55.805Z[ host-image] May 28 00:57:55.075 INFO O| May 28 00:57:55.075 INFO O| Planning: Planning completed in 0.69 seconds
44662026-05-28T00:57:55.806Z[ host-image] May 28 00:57:55.076 INFO O| May 28 00:57:55.076 INFO O| Packages to install: 6
44672026-05-28T00:57:55.806Z[ host-image] May 28 00:57:55.076 INFO O| May 28 00:57:55.076 INFO O| Mediators to change: 1
44682026-05-28T00:57:55.806Z[ host-image] May 28 00:57:55.076 INFO O| May 28 00:57:55.076 INFO O| Services to change: 1
44692026-05-28T00:57:55.814Z[ host-image] May 28 00:57:55.086 INFO O| May 28 00:57:55.086 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44702026-05-28T00:57:58.610Z[ recovery-image] May 28 00:57:57.881 INFO O| May 28 00:57:57.881 INFO O| Download: 15917/16562 items 177.8/199.3MB 89% complete (1.9M/s)
44712026-05-28T00:58:00.820Z[ host-image] May 28 00:58:00.092 INFO O| May 28 00:58:00.091 INFO O| Download: 984/1147 items 3.4/7.8MB 43% complete (715k/s)
44722026-05-28T00:58:01.604Z[ host-image] May 28 00:58:00.876 INFO O| May 28 00:58:00.876 INFO O| Download: Completed 7.84 MB in 5.79 seconds (1.4M/s)
44732026-05-28T00:58:01.663Z[ host-image] May 28 00:58:00.935 INFO O| May 28 00:58:00.935 INFO O| Actions: 1/1366 actions (Installing new actions)
44742026-05-28T00:58:01.890Z[ host-image] May 28 00:58:01.162 INFO O| May 28 00:58:01.162 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
44752026-05-28T00:58:01.899Z[ host-image] May 28 00:58:01.171 INFO O| May 28 00:58:01.171 INFO O| Finalize: Updating package state database ... Done
44762026-05-28T00:58:01.899Z[ host-image] May 28 00:58:01.172 INFO O| May 28 00:58:01.171 INFO O| Finalize: Updating package cache ... Done
44772026-05-28T00:58:01.921Z[ host-image] May 28 00:58:01.193 INFO O| May 28 00:58:01.193 INFO O| Finalize: Updating image state ... Done
44782026-05-28T00:58:02.944Z[ host-image] May 28 00:58:02.216 INFO O| May 28 00:58:02.216 INFO O| Finalize: Creating fast lookup database ... Done
44792026-05-28T00:58:02.973Z[ host-image] May 28 00:58:02.245 INFO O| May 28 00:58:02.245 INFO O| Finalize: Reading search index ... Done
44802026-05-28T00:58:02.973Z[ host-image] May 28 00:58:02.245 INFO O| May 28 00:58:02.245 INFO O| Finalize: Updating search index ... Done
44812026-05-28T00:58:03.016Z[ host-image] May 28 00:58:02.288 INFO O| May 28 00:58:02.288 INFO O| Finalize: Updating package cache ... Done
44822026-05-28T00:58:03.142Z[ host-image] May 28 00:58:02.415 INFO O| May 28 00:58:02.414 INFO STEP 13 (pkg_install) COMPLETE
44832026-05-28T00:58:03.142Z[ host-image] May 28 00:58:02.415 INFO O| May 28 00:58:02.414 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44842026-05-28T00:58:03.153Z[ host-image] May 28 00:58:02.425 INFO O| May 28 00:58:02.425 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.477"]
44852026-05-28T00:58:03.855Z[ recovery-image] May 28 00:58:03.127 INFO O| May 28 00:58:03.127 INFO O| Download: 16268/16562 items 193.0/199.3MB 96% complete (3.2M/s)
44862026-05-28T00:58:04.049Z[ host-image] May 28 00:58:03.320 INFO O| May 28 00:58:03.320 INFO O| Startup: Refreshing catalog 'helios' ... Done
44872026-05-28T00:58:04.054Z[ host-image] May 28 00:58:03.326 INFO O| May 28 00:58:03.326 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44882026-05-28T00:58:04.148Z[ host-image] May 28 00:58:03.419 INFO O| May 28 00:58:03.419 INFO O| Startup: Caching catalogs ... Done
44892026-05-28T00:58:04.282Z[ host-image] May 28 00:58:03.555 INFO O| May 28 00:58:03.554 INFO O| Planning: Solver setup ... Done
44902026-05-28T00:58:04.288Z[ host-image] May 28 00:58:03.560 INFO O| May 28 00:58:03.560 INFO O| Planning: Running solver ... Done
44912026-05-28T00:58:04.292Z[ host-image] May 28 00:58:03.564 INFO O| May 28 00:58:03.564 INFO O| Planning: Finding local manifests ... Done
44922026-05-28T00:58:04.401Z[ host-image] May 28 00:58:03.673 INFO O| May 28 00:58:03.673 INFO O| Planning: Fetching manifests: 1/1 100% complete
44932026-05-28T00:58:04.404Z[ host-image] May 28 00:58:03.675 INFO O| May 28 00:58:03.675 INFO O| Planning: Fetching manifests: 1/1 100% complete
44942026-05-28T00:58:04.521Z[ host-image] May 28 00:58:03.793 INFO O| May 28 00:58:03.793 INFO O| Planning: Package planning ... Done
44952026-05-28T00:58:04.523Z[ host-image] May 28 00:58:03.793 INFO O| May 28 00:58:03.793 INFO O| Planning: Merging actions ... Done
44962026-05-28T00:58:04.600Z[ host-image] May 28 00:58:03.872 INFO O| May 28 00:58:03.872 INFO O| Planning: Checking for conflicting actions ... Done
44972026-05-28T00:58:04.603Z[ host-image] May 28 00:58:03.872 INFO O| May 28 00:58:03.872 INFO O| Planning: Consolidating action changes ... Done
44982026-05-28T00:58:04.731Z[ host-image] May 28 00:58:04.004 INFO O| May 28 00:58:04.004 INFO O| Planning: Evaluating mediators ... Done
44992026-05-28T00:58:04.734Z[ host-image] May 28 00:58:04.004 INFO O| May 28 00:58:04.004 INFO O| Planning: Planning completed in 0.58 seconds
45002026-05-28T00:58:04.734Z[ host-image] May 28 00:58:04.004 INFO O| May 28 00:58:04.004 INFO O| Packages to install: 1
45012026-05-28T00:58:04.742Z[ host-image] May 28 00:58:04.014 INFO O| May 28 00:58:04.014 INFO O| Download: 0/4 items 0.0/12.7MB 0% complete
45022026-05-28T00:58:04.764Z[ host-image] May 28 00:58:04.036 INFO O| May 28 00:58:04.036 INFO O| Download: Completed 12.67 MB in 0.02 seconds (588M/s)
45032026-05-28T00:58:04.785Z[ host-image] May 28 00:58:04.057 INFO O| May 28 00:58:04.057 INFO O| Actions: 1/22 actions (Installing new actions)
45042026-05-28T00:58:04.996Z[ host-image] May 28 00:58:04.268 INFO O| May 28 00:58:04.268 INFO O| Actions: Completed 22 actions in 0.21 seconds.
45052026-05-28T00:58:05.014Z[ host-image] May 28 00:58:04.275 INFO O| May 28 00:58:04.274 INFO O| Finalize: Updating package state database ... Done
45062026-05-28T00:58:05.014Z[ host-image] May 28 00:58:04.275 INFO O| May 28 00:58:04.274 INFO O| Finalize: Updating package cache ... Done
45072026-05-28T00:58:05.028Z[ host-image] May 28 00:58:04.295 INFO O| May 28 00:58:04.295 INFO O| Finalize: Updating image state ... Done
45082026-05-28T00:58:05.758Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45092026-05-28T00:58:05.887Z[ host-image] May 28 00:58:05.157 INFO O| May 28 00:58:05.157 INFO O| Finalize: Creating fast lookup database ... Done
45102026-05-28T00:58:05.939Z[ host-image] May 28 00:58:05.211 INFO O| May 28 00:58:05.211 INFO O| Finalize: Reading search index ... Done
45112026-05-28T00:58:05.939Z[ host-image] May 28 00:58:05.211 INFO O| May 28 00:58:05.211 INFO O| Finalize: Updating search index ... Done
45122026-05-28T00:58:05.950Z[ host-image] May 28 00:58:05.222 INFO O| May 28 00:58:05.222 INFO O| Finalize: Updating package cache ... Done
45132026-05-28T00:58:06.084Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO STEP 14 (pkg_install) COMPLETE
45142026-05-28T00:58:06.084Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45152026-05-28T00:58:06.084Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO skip step because feature "mbist" is not enabled
45162026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45172026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO skip step because feature "mfg" is not enabled
45182026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45192026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO skip step because feature "compliance" is not enabled
45202026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45212026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO skip step because feature "stress" is not enabled
45222026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45232026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO skip step because feature "compliance" is not enabled
45242026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45252026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO skip step because feature "nfs" is not enabled
45262026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45272026-05-28T00:58:06.088Z[ host-image] May 28 00:58:05.356 INFO O| May 28 00:58:05.356 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45282026-05-28T00:58:06.359Z[ host-image] May 28 00:58:05.631 INFO O| May 28 00:58:05.631 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45292026-05-28T00:58:06.448Z[ host-image] May 28 00:58:05.720 INFO O| May 28 00:58:05.720 INFO completed processing sled/ramdisk-01-os
45302026-05-28T00:58:06.451Z[ host-image] May 28 00:58:05.722 INFO omicron1 baseline generation...
45312026-05-28T00:58:06.451Z[ host-image] May 28 00:58:05.722 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45322026-05-28T00:58:06.830Z[ host-image] May 28 00:58:06.092 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24001:20260522T173009Z
45332026-05-28T00:58:10.127Z[ recovery-image] May 28 00:58:09.399 INFO O| May 28 00:58:09.399 INFO O| Download: 16533/16562 items 197.9/199.3MB 99% complete (2.1M/s)
45342026-05-28T00:58:10.570Z[ recovery-image] May 28 00:58:09.842 INFO O| May 28 00:58:09.842 INFO O| Download: Completed 199.27 MB in 111.95 seconds (1.8M/s)
45352026-05-28T00:58:10.875Z[ recovery-image] May 28 00:58:10.146 INFO O| May 28 00:58:10.146 INFO O| Actions: 1/27371 actions (Installing new actions)
45362026-05-28T00:58:15.887Z[ recovery-image] May 28 00:58:15.159 INFO O| May 28 00:58:15.159 INFO O| Actions: 21409/27371 actions (Installing new actions)
45372026-05-28T00:58:16.782Z[ recovery-image] May 28 00:58:16.051 INFO O| May 28 00:58:16.051 INFO O| Actions: Completed 27371 actions in 5.90 seconds.
45382026-05-28T00:58:16.827Z[ recovery-image] May 28 00:58:16.098 INFO O| May 28 00:58:16.098 INFO O| Finalize: Updating package state database ... Done
45392026-05-28T00:58:16.827Z[ recovery-image] May 28 00:58:16.099 INFO O| May 28 00:58:16.098 INFO O| Finalize: Updating package cache ... Done
45402026-05-28T00:58:16.853Z[ recovery-image] May 28 00:58:16.125 INFO O| May 28 00:58:16.125 INFO O| Finalize: Updating image state ... Done
45412026-05-28T00:58:17.539Z[ recovery-image] May 28 00:58:16.811 INFO O| May 28 00:58:16.811 INFO O| Finalize: Creating fast lookup database ... Done
45422026-05-28T00:58:17.557Z[ recovery-image] May 28 00:58:16.829 INFO O| May 28 00:58:16.828 INFO O| Finalize: Reading search index ... Done
45432026-05-28T00:58:19.315Z[ recovery-image] May 28 00:58:18.587 INFO O| May 28 00:58:18.587 INFO O| Finalize: Building new search index ... Done
45442026-05-28T00:58:19.666Z[ recovery-image] May 28 00:58:18.938 INFO O| May 28 00:58:18.938 INFO O| Finalize: Updating package cache ... Done
45452026-05-28T00:58:19.811Z[ recovery-image] May 28 00:58:19.083 INFO O| May 28 00:58:19.083 INFO STEP 11 (pkg_install) COMPLETE
45462026-05-28T00:58:19.811Z[ recovery-image] May 28 00:58:19.083 INFO O| May 28 00:58:19.083 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45472026-05-28T00:58:19.811Z[ recovery-image] May 28 00:58:19.083 INFO O| May 28 00:58:19.083 INFO skip step because feature "recovery" is enabled
45482026-05-28T00:58:19.815Z[ recovery-image] May 28 00:58:19.083 INFO O| May 28 00:58:19.083 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45492026-05-28T00:58:19.815Z[ recovery-image] May 28 00:58:19.083 INFO O| May 28 00:58:19.083 INFO skip step because feature "omicron1" is not enabled
45502026-05-28T00:58:19.815Z[ recovery-image] May 28 00:58:19.083 INFO O| May 28 00:58:19.083 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45512026-05-28T00:58:19.819Z[ recovery-image] May 28 00:58:19.092 INFO O| May 28 00:58:19.091 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.477"]
45522026-05-28T00:58:22.023Z[ recovery-image] May 28 00:58:21.295 INFO O| May 28 00:58:21.295 INFO O| Startup: Refreshing catalog 'helios' ... Done
45532026-05-28T00:58:22.029Z[ recovery-image] May 28 00:58:21.301 INFO O| May 28 00:58:21.301 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45542026-05-28T00:58:22.133Z[ recovery-image] May 28 00:58:21.405 INFO O| May 28 00:58:21.405 INFO O| Startup: Caching catalogs ... Done
45552026-05-28T00:58:22.278Z[ recovery-image] May 28 00:58:21.550 INFO O| May 28 00:58:21.540 INFO O| Planning: Solver setup ... Done
45562026-05-28T00:58:22.281Z[ recovery-image] May 28 00:58:21.550 INFO O| May 28 00:58:21.544 INFO O| Planning: Running solver ... Done
45572026-05-28T00:58:22.281Z[ recovery-image] May 28 00:58:21.550 INFO O| May 28 00:58:21.548 INFO O| Planning: Finding local manifests ... Done
45582026-05-28T00:58:22.303Z[ recovery-image] May 28 00:58:21.575 INFO O| May 28 00:58:21.575 INFO O| Planning: Fetching manifests: 1/1 100% complete
45592026-05-28T00:58:22.307Z[ recovery-image] May 28 00:58:21.577 INFO O| May 28 00:58:21.577 INFO O| Planning: Fetching manifests: 1/1 100% complete
45602026-05-28T00:58:22.322Z[ recovery-image] May 28 00:58:21.594 INFO O| May 28 00:58:21.594 INFO O| Planning: Package planning ... Done
45612026-05-28T00:58:22.322Z[ recovery-image] May 28 00:58:21.594 INFO O| May 28 00:58:21.594 INFO O| Planning: Merging actions ... Done
45622026-05-28T00:58:22.345Z[ recovery-image] May 28 00:58:21.617 INFO O| May 28 00:58:21.617 INFO O| Planning: Checking for conflicting actions ... Done
45632026-05-28T00:58:22.348Z[ recovery-image] May 28 00:58:21.617 INFO O| May 28 00:58:21.617 INFO O| Planning: Consolidating action changes ... Done
45642026-05-28T00:58:22.440Z[ recovery-image] May 28 00:58:21.712 INFO O| May 28 00:58:21.712 INFO O| Planning: Evaluating mediators ... Done
45652026-05-28T00:58:22.443Z[ recovery-image] May 28 00:58:21.713 INFO O| May 28 00:58:21.713 INFO O| Planning: Planning completed in 0.30 seconds
45662026-05-28T00:58:22.443Z[ recovery-image] May 28 00:58:21.713 INFO O| May 28 00:58:21.713 INFO O| Packages to install: 1
45672026-05-28T00:58:22.452Z[ recovery-image] May 28 00:58:21.724 INFO O| May 28 00:58:21.724 INFO O| Download: 0/4 items 0.0/12.7MB 0% complete
45682026-05-28T00:58:22.474Z[ recovery-image] May 28 00:58:21.746 INFO O| May 28 00:58:21.746 INFO O| Download: Completed 12.67 MB in 0.02 seconds (583M/s)
45692026-05-28T00:58:22.492Z[ recovery-image] May 28 00:58:21.764 INFO O| May 28 00:58:21.764 INFO O| Actions: 1/22 actions (Installing new actions)
45702026-05-28T00:58:22.699Z[ recovery-image] May 28 00:58:21.971 INFO O| May 28 00:58:21.971 INFO O| Actions: Completed 22 actions in 0.21 seconds.
45712026-05-28T00:58:22.707Z[ recovery-image] May 28 00:58:21.979 INFO O| May 28 00:58:21.979 INFO O| Finalize: Updating package state database ... Done
45722026-05-28T00:58:22.707Z[ recovery-image] May 28 00:58:21.979 INFO O| May 28 00:58:21.979 INFO O| Finalize: Updating package cache ... Done
45732026-05-28T00:58:22.728Z[ recovery-image] May 28 00:58:21.999 INFO O| May 28 00:58:21.999 INFO O| Finalize: Updating image state ... Done
45742026-05-28T00:58:23.384Z[ recovery-image] May 28 00:58:22.656 INFO O| May 28 00:58:22.656 INFO O| Finalize: Creating fast lookup database ... Done
45752026-05-28T00:58:23.403Z[ recovery-image] May 28 00:58:22.674 INFO O| May 28 00:58:22.673 INFO O| Finalize: Reading search index ... Done
45762026-05-28T00:58:23.403Z[ recovery-image] May 28 00:58:22.674 INFO O| May 28 00:58:22.674 INFO O| Finalize: Updating search index ... Done
45772026-05-28T00:58:23.414Z[ recovery-image] May 28 00:58:22.686 INFO O| May 28 00:58:22.686 INFO O| Finalize: Updating package cache ... Done
45782026-05-28T00:58:23.550Z[ recovery-image] May 28 00:58:22.821 INFO O| May 28 00:58:22.821 INFO STEP 14 (pkg_install) COMPLETE
45792026-05-28T00:58:23.550Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.821 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45802026-05-28T00:58:23.550Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.821 INFO skip step because feature "mbist" is not enabled
45812026-05-28T00:58:23.553Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.821 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45822026-05-28T00:58:23.553Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.821 INFO skip step because feature "mfg" is not enabled
45832026-05-28T00:58:23.553Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.821 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45842026-05-28T00:58:23.553Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.821 INFO skip step because feature "compliance" is not enabled
45852026-05-28T00:58:23.553Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.821 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45862026-05-28T00:58:23.553Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.822 INFO skip step because feature "stress" is not enabled
45872026-05-28T00:58:23.553Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.822 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45882026-05-28T00:58:23.553Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.822 INFO skip step because feature "compliance" is not enabled
45892026-05-28T00:58:23.554Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.822 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45902026-05-28T00:58:23.554Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.822 INFO skip step because feature "nfs" is not enabled
45912026-05-28T00:58:23.554Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.822 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45922026-05-28T00:58:23.554Z[ recovery-image] May 28 00:58:22.822 INFO O| May 28 00:58:22.822 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45932026-05-28T00:58:23.726Z[ recovery-image] May 28 00:58:22.995 INFO O| May 28 00:58:22.995 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45942026-05-28T00:58:23.787Z[ recovery-image] May 28 00:58:23.059 INFO O| May 28 00:58:23.059 INFO completed processing sled/ramdisk-01-os
45952026-05-28T00:58:23.790Z[ recovery-image] May 28 00:58:23.062 INFO image builder template: ramdisk-02-trim...
45962026-05-28T00:58:23.790Z[ recovery-image] May 28 00:58:23.062 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/.tmpd4Ugq7/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", "publisher_1_name=helios-dev", "-F", "publisher_1_url+=file:///tmp/.tmpd4Ugq7/opte-recovery.p5p", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.477", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45972026-05-28T00:58:23.811Z[ recovery-image] May 28 00:58:23.082 INFO O| May 28 00:58:23.082 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45982026-05-28T00:58:23.815Z[ recovery-image] May 28 00:58:23.085 INFO O| May 28 00:58:23.085 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45992026-05-28T00:58:23.868Z[ recovery-image] May 28 00:58:23.140 INFO O| May 28 00:58:23.140 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46002026-05-28T00:58:23.915Z[ recovery-image] May 28 00:58:23.187 INFO O| May 28 00:58:23.187 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46012026-05-28T00:58:23.915Z[ recovery-image] May 28 00:58:23.187 INFO O| May 28 00:58:23.187 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46022026-05-28T00:58:23.920Z[ recovery-image] May 28 00:58:23.192 INFO O| May 28 00:58:23.192 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46032026-05-28T00:58:23.924Z[ recovery-image] May 28 00:58:23.196 INFO O| May 28 00:58:23.196 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46042026-05-28T00:58:23.929Z[ recovery-image] May 28 00:58:23.201 INFO O| May 28 00:58:23.201 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46052026-05-28T00:58:24.187Z[ recovery-image] May 28 00:58:23.459 INFO O| May 28 00:58:23.459 INFO rolled back to input snapshot; work may begin
46062026-05-28T00:58:24.187Z[ recovery-image] May 28 00:58:23.459 INFO O| May 28 00:58:23.459 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46072026-05-28T00:58:24.193Z[ recovery-image] May 28 00:58:23.463 INFO O| May 28 00:58:23.463 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46082026-05-28T00:58:24.200Z[ recovery-image] May 28 00:58:23.472 INFO O| May 28 00:58:23.472 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46092026-05-28T00:58:24.241Z[ recovery-image] May 28 00:58:23.513 INFO O| May 28 00:58:23.513 INFO STEP 0 (remove_files) COMPLETE
46102026-05-28T00:58:24.241Z[ recovery-image] May 28 00:58:23.513 INFO O| May 28 00:58:23.513 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46112026-05-28T00:58:24.250Z[ recovery-image] May 28 00:58:23.522 INFO O| May 28 00:58:23.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46122026-05-28T00:58:24.253Z[ recovery-image] May 28 00:58:23.524 INFO O| May 28 00:58:23.524 INFO STEP 1 (remove_files) COMPLETE
46132026-05-28T00:58:24.254Z[ recovery-image] May 28 00:58:23.524 INFO O| May 28 00:58:23.524 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142026-05-28T00:58:24.260Z[ recovery-image] May 28 00:58:23.532 INFO O| May 28 00:58:23.532 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46152026-05-28T00:58:24.294Z[ recovery-image] May 28 00:58:23.545 INFO O| May 28 00:58:23.545 INFO STEP 2 (remove_files) COMPLETE
46162026-05-28T00:58:24.294Z[ recovery-image] May 28 00:58:23.545 INFO O| May 28 00:58:23.545 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46172026-05-28T00:58:24.294Z[ recovery-image] May 28 00:58:23.554 INFO O| May 28 00:58:23.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46182026-05-28T00:58:24.294Z[ recovery-image] May 28 00:58:23.555 INFO O| May 28 00:58:23.555 INFO STEP 3 (remove_files) COMPLETE
46192026-05-28T00:58:24.294Z[ recovery-image] May 28 00:58:23.555 INFO O| May 28 00:58:23.555 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46202026-05-28T00:58:24.294Z[ recovery-image] May 28 00:58:23.563 INFO O| May 28 00:58:23.563 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46212026-05-28T00:58:24.298Z[ recovery-image] May 28 00:58:23.566 INFO O| May 28 00:58:23.566 INFO STEP 4 (remove_files) COMPLETE
46222026-05-28T00:58:24.298Z[ recovery-image] May 28 00:58:23.566 INFO O| May 28 00:58:23.566 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232026-05-28T00:58:24.303Z[ recovery-image] May 28 00:58:23.574 INFO O| May 28 00:58:23.574 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46242026-05-28T00:58:24.303Z[ recovery-image] May 28 00:58:23.574 INFO O| May 28 00:58:23.574 INFO STEP 5 (remove_files) COMPLETE
46252026-05-28T00:58:24.307Z[ recovery-image] May 28 00:58:23.574 INFO O| May 28 00:58:23.574 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262026-05-28T00:58:24.311Z[ recovery-image] May 28 00:58:23.582 INFO O| May 28 00:58:23.582 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46272026-05-28T00:58:24.324Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO STEP 6 (remove_files) COMPLETE
46282026-05-28T00:58:24.324Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292026-05-28T00:58:24.328Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO skip step because feature "heliosv2" is not enabled
46302026-05-28T00:58:24.328Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-05-28T00:58:24.328Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO skip step because feature "recovery" is enabled
46322026-05-28T00:58:24.328Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-05-28T00:58:24.328Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO skip step because feature "recovery" is enabled
46342026-05-28T00:58:24.328Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352026-05-28T00:58:24.328Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO skip step because feature "recovery" is enabled
46362026-05-28T00:58:24.328Z[ recovery-image] May 28 00:58:23.594 INFO O| May 28 00:58:23.594 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-05-28T00:58:24.332Z[ recovery-image] May 28 00:58:23.604 INFO O| May 28 00:58:23.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46382026-05-28T00:58:24.335Z[ recovery-image] May 28 00:58:23.607 INFO O| May 28 00:58:23.607 INFO STEP 11 (remove_files) COMPLETE
46392026-05-28T00:58:24.335Z[ recovery-image] May 28 00:58:23.607 INFO O| May 28 00:58:23.607 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-05-28T00:58:24.345Z[ recovery-image] May 28 00:58:23.617 INFO O| May 28 00:58:23.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46412026-05-28T00:58:24.348Z[ recovery-image] May 28 00:58:23.618 INFO O| May 28 00:58:23.618 INFO STEP 12 (remove_files) COMPLETE
46422026-05-28T00:58:24.348Z[ recovery-image] May 28 00:58:23.618 INFO O| May 28 00:58:23.618 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-05-28T00:58:24.354Z[ recovery-image] May 28 00:58:23.627 INFO O| May 28 00:58:23.627 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46442026-05-28T00:58:24.359Z[ recovery-image] May 28 00:58:23.628 INFO O| May 28 00:58:23.628 INFO STEP 13 (remove_files) COMPLETE
46452026-05-28T00:58:24.359Z[ recovery-image] May 28 00:58:23.628 INFO O| May 28 00:58:23.628 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-28T00:58:24.410Z[ recovery-image] May 28 00:58:23.682 INFO O| May 28 00:58:23.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46472026-05-28T00:58:24.442Z[ recovery-image] May 28 00:58:23.714 INFO O| May 28 00:58:23.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46482026-05-28T00:58:24.539Z[ recovery-image] May 28 00:58:23.811 INFO O| May 28 00:58:23.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46492026-05-28T00:58:24.542Z[ recovery-image] May 28 00:58:23.811 INFO O| May 28 00:58:23.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46502026-05-28T00:58:24.543Z[ recovery-image] May 28 00:58:23.812 INFO O| May 28 00:58:23.812 INFO STEP 14 (remove_files) COMPLETE
46512026-05-28T00:58:24.543Z[ recovery-image] May 28 00:58:23.812 INFO O| May 28 00:58:23.812 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-05-28T00:58:24.550Z[ recovery-image] May 28 00:58:23.821 INFO O| May 28 00:58:23.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46532026-05-28T00:58:24.553Z[ recovery-image] May 28 00:58:23.822 INFO O| May 28 00:58:23.822 INFO STEP 15 (remove_files) COMPLETE
46542026-05-28T00:58:24.553Z[ recovery-image] May 28 00:58:23.822 INFO O| May 28 00:58:23.822 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-05-28T00:58:24.588Z[ recovery-image] May 28 00:58:23.860 INFO O| May 28 00:58:23.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46562026-05-28T00:58:24.594Z[ recovery-image] May 28 00:58:23.866 INFO O| May 28 00:58:23.866 INFO STEP 16 (remove_files) COMPLETE
46572026-05-28T00:58:24.597Z[ recovery-image] May 28 00:58:23.866 INFO O| May 28 00:58:23.866 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-05-28T00:58:24.623Z[ recovery-image] May 28 00:58:23.894 INFO O| May 28 00:58:23.893 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46592026-05-28T00:58:24.626Z[ recovery-image] May 28 00:58:23.894 INFO O| May 28 00:58:23.894 INFO STEP 17 (remove_files) COMPLETE
46602026-05-28T00:58:24.626Z[ recovery-image] May 28 00:58:23.894 INFO O| May 28 00:58:23.894 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-05-28T00:58:24.648Z[ recovery-image] May 28 00:58:23.919 INFO O| May 28 00:58:23.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46622026-05-28T00:58:24.651Z[ recovery-image] May 28 00:58:23.921 INFO O| May 28 00:58:23.920 INFO STEP 18 (remove_files) COMPLETE
46632026-05-28T00:58:24.651Z[ recovery-image] May 28 00:58:23.921 INFO O| May 28 00:58:23.920 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-05-28T00:58:24.667Z[ recovery-image] May 28 00:58:23.939 INFO O| May 28 00:58:23.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46652026-05-28T00:58:24.667Z[ recovery-image] May 28 00:58:23.940 INFO O| May 28 00:58:23.940 INFO STEP 19 (remove_files) COMPLETE
46662026-05-28T00:58:24.667Z[ recovery-image] May 28 00:58:23.940 INFO O| May 28 00:58:23.940 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-05-28T00:58:24.705Z[ recovery-image] May 28 00:58:23.977 INFO O| May 28 00:58:23.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46682026-05-28T00:58:24.705Z[ recovery-image] May 28 00:58:23.977 INFO O| May 28 00:58:23.977 INFO STEP 20 (remove_files) COMPLETE
46692026-05-28T00:58:24.705Z[ recovery-image] May 28 00:58:23.977 INFO O| May 28 00:58:23.977 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-05-28T00:58:24.717Z[ recovery-image] May 28 00:58:23.989 INFO O| May 28 00:58:23.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46712026-05-28T00:58:24.720Z[ recovery-image] May 28 00:58:23.989 INFO O| May 28 00:58:23.989 INFO STEP 21 (remove_files) COMPLETE
46722026-05-28T00:58:24.720Z[ recovery-image] May 28 00:58:23.989 INFO O| May 28 00:58:23.989 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-05-28T00:58:24.728Z[ recovery-image] May 28 00:58:24.000 INFO O| May 28 00:58:24.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46742026-05-28T00:58:24.728Z[ recovery-image] May 28 00:58:24.000 INFO O| May 28 00:58:24.000 INFO STEP 22 (remove_files) COMPLETE
46752026-05-28T00:58:24.731Z[ recovery-image] May 28 00:58:24.000 INFO O| May 28 00:58:24.000 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-05-28T00:58:24.738Z[ recovery-image] May 28 00:58:24.010 INFO O| May 28 00:58:24.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46772026-05-28T00:58:24.738Z[ recovery-image] May 28 00:58:24.010 INFO O| May 28 00:58:24.010 INFO STEP 23 (remove_files) COMPLETE
46782026-05-28T00:58:24.738Z[ recovery-image] May 28 00:58:24.010 INFO O| May 28 00:58:24.010 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-05-28T00:58:24.751Z[ recovery-image] May 28 00:58:24.023 INFO O| May 28 00:58:24.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46802026-05-28T00:58:24.751Z[ recovery-image] May 28 00:58:24.023 INFO O| May 28 00:58:24.023 INFO STEP 24 (remove_files) COMPLETE
46812026-05-28T00:58:24.751Z[ recovery-image] May 28 00:58:24.023 INFO O| May 28 00:58:24.023 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-05-28T00:58:24.770Z[ recovery-image] May 28 00:58:24.040 INFO O| May 28 00:58:24.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46832026-05-28T00:58:24.770Z[ recovery-image] May 28 00:58:24.040 INFO O| May 28 00:58:24.040 INFO STEP 25 (remove_files) COMPLETE
46842026-05-28T00:58:24.770Z[ recovery-image] May 28 00:58:24.040 INFO O| May 28 00:58:24.040 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-05-28T00:58:24.787Z[ recovery-image] May 28 00:58:24.059 INFO O| May 28 00:58:24.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46862026-05-28T00:58:24.787Z[ recovery-image] May 28 00:58:24.059 INFO O| May 28 00:58:24.059 INFO STEP 26 (remove_files) COMPLETE
46872026-05-28T00:58:24.787Z[ recovery-image] May 28 00:58:24.059 INFO O| May 28 00:58:24.059 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-05-28T00:58:24.808Z[ recovery-image] May 28 00:58:24.069 INFO O| May 28 00:58:24.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46892026-05-28T00:58:24.813Z[ recovery-image] May 28 00:58:24.069 INFO O| May 28 00:58:24.069 INFO STEP 27 (remove_files) COMPLETE
46902026-05-28T00:58:24.813Z[ recovery-image] May 28 00:58:24.069 INFO O| May 28 00:58:24.069 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-05-28T00:58:24.813Z[ recovery-image] May 28 00:58:24.077 INFO O| May 28 00:58:24.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46922026-05-28T00:58:24.813Z[ recovery-image] May 28 00:58:24.077 INFO O| May 28 00:58:24.077 INFO STEP 28 (remove_files) COMPLETE
46932026-05-28T00:58:24.813Z[ recovery-image] May 28 00:58:24.077 INFO O| May 28 00:58:24.077 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-05-28T00:58:24.816Z[ recovery-image] May 28 00:58:24.088 INFO O| May 28 00:58:24.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46952026-05-28T00:58:24.816Z[ recovery-image] May 28 00:58:24.088 INFO O| May 28 00:58:24.086 INFO STEP 29 (remove_files) COMPLETE
46962026-05-28T00:58:24.816Z[ recovery-image] May 28 00:58:24.088 INFO O| May 28 00:58:24.086 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-05-28T00:58:24.825Z[ recovery-image] May 28 00:58:24.096 INFO O| May 28 00:58:24.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46982026-05-28T00:58:24.825Z[ recovery-image] May 28 00:58:24.096 INFO O| May 28 00:58:24.096 INFO STEP 30 (remove_files) COMPLETE
46992026-05-28T00:58:24.832Z[ recovery-image] May 28 00:58:24.096 INFO O| May 28 00:58:24.096 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-05-28T00:58:24.832Z[ recovery-image] May 28 00:58:24.104 INFO O| May 28 00:58:24.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47012026-05-28T00:58:24.832Z[ recovery-image] May 28 00:58:24.104 INFO O| May 28 00:58:24.104 INFO STEP 31 (remove_files) COMPLETE
47022026-05-28T00:58:24.832Z[ recovery-image] May 28 00:58:24.104 INFO O| May 28 00:58:24.104 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-05-28T00:58:24.846Z[ recovery-image] May 28 00:58:24.118 INFO O| May 28 00:58:24.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47042026-05-28T00:58:24.846Z[ recovery-image] May 28 00:58:24.118 INFO O| May 28 00:58:24.118 INFO STEP 32 (remove_files) COMPLETE
47052026-05-28T00:58:24.849Z[ recovery-image] May 28 00:58:24.118 INFO O| May 28 00:58:24.118 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-05-28T00:58:24.855Z[ recovery-image] May 28 00:58:24.127 INFO O| May 28 00:58:24.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47072026-05-28T00:58:24.855Z[ recovery-image] May 28 00:58:24.127 INFO O| May 28 00:58:24.127 INFO STEP 33 (remove_files) COMPLETE
47082026-05-28T00:58:24.855Z[ recovery-image] May 28 00:58:24.127 INFO O| May 28 00:58:24.127 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-05-28T00:58:24.863Z[ recovery-image] May 28 00:58:24.135 INFO O| May 28 00:58:24.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47102026-05-28T00:58:24.863Z[ recovery-image] May 28 00:58:24.135 INFO O| May 28 00:58:24.135 INFO STEP 34 (remove_files) COMPLETE
47112026-05-28T00:58:24.863Z[ recovery-image] May 28 00:58:24.135 INFO O| May 28 00:58:24.135 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-05-28T00:58:24.874Z[ recovery-image] May 28 00:58:24.146 INFO O| May 28 00:58:24.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47132026-05-28T00:58:24.874Z[ recovery-image] May 28 00:58:24.146 INFO O| May 28 00:58:24.146 INFO STEP 35 (remove_files) COMPLETE
47142026-05-28T00:58:24.874Z[ recovery-image] May 28 00:58:24.146 INFO O| May 28 00:58:24.146 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-05-28T00:58:24.884Z[ recovery-image] May 28 00:58:24.156 INFO O| May 28 00:58:24.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47162026-05-28T00:58:24.884Z[ recovery-image] May 28 00:58:24.156 INFO O| May 28 00:58:24.156 INFO STEP 36 (remove_files) COMPLETE
47172026-05-28T00:58:24.884Z[ recovery-image] May 28 00:58:24.156 INFO O| May 28 00:58:24.156 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-05-28T00:58:24.893Z[ recovery-image] May 28 00:58:24.165 INFO O| May 28 00:58:24.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47192026-05-28T00:58:24.893Z[ recovery-image] May 28 00:58:24.165 INFO O| May 28 00:58:24.165 INFO STEP 37 (remove_files) COMPLETE
47202026-05-28T00:58:24.893Z[ recovery-image] May 28 00:58:24.165 INFO O| May 28 00:58:24.165 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-05-28T00:58:24.902Z[ recovery-image] May 28 00:58:24.174 INFO O| May 28 00:58:24.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47222026-05-28T00:58:24.902Z[ recovery-image] May 28 00:58:24.174 INFO O| May 28 00:58:24.174 INFO STEP 38 (remove_files) COMPLETE
47232026-05-28T00:58:24.902Z[ recovery-image] May 28 00:58:24.174 INFO O| May 28 00:58:24.174 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-05-28T00:58:24.913Z[ recovery-image] May 28 00:58:24.184 INFO O| May 28 00:58:24.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47252026-05-28T00:58:24.913Z[ recovery-image] May 28 00:58:24.185 INFO O| May 28 00:58:24.184 INFO STEP 39 (remove_files) COMPLETE
47262026-05-28T00:58:24.913Z[ recovery-image] May 28 00:58:24.185 INFO O| May 28 00:58:24.184 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-05-28T00:58:24.922Z[ recovery-image] May 28 00:58:24.194 INFO O| May 28 00:58:24.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47282026-05-28T00:58:24.922Z[ recovery-image] May 28 00:58:24.194 INFO O| May 28 00:58:24.194 INFO STEP 40 (remove_files) COMPLETE
47292026-05-28T00:58:24.922Z[ recovery-image] May 28 00:58:24.194 INFO O| May 28 00:58:24.194 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-05-28T00:58:24.932Z[ recovery-image] May 28 00:58:24.204 INFO O| May 28 00:58:24.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47312026-05-28T00:58:24.932Z[ recovery-image] May 28 00:58:24.204 INFO O| May 28 00:58:24.204 INFO STEP 41 (remove_files) COMPLETE
47322026-05-28T00:58:24.932Z[ recovery-image] May 28 00:58:24.204 INFO O| May 28 00:58:24.204 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-05-28T00:58:24.941Z[ recovery-image] May 28 00:58:24.213 INFO O| May 28 00:58:24.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47342026-05-28T00:58:24.941Z[ recovery-image] May 28 00:58:24.213 INFO O| May 28 00:58:24.213 INFO STEP 42 (remove_files) COMPLETE
47352026-05-28T00:58:24.941Z[ recovery-image] May 28 00:58:24.213 INFO O| May 28 00:58:24.213 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-05-28T00:58:24.951Z[ recovery-image] May 28 00:58:24.223 INFO O| May 28 00:58:24.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47372026-05-28T00:58:24.951Z[ recovery-image] May 28 00:58:24.223 INFO O| May 28 00:58:24.223 INFO STEP 43 (remove_files) COMPLETE
47382026-05-28T00:58:24.951Z[ recovery-image] May 28 00:58:24.223 INFO O| May 28 00:58:24.223 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-05-28T00:58:24.961Z[ recovery-image] May 28 00:58:24.233 INFO O| May 28 00:58:24.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47402026-05-28T00:58:24.961Z[ recovery-image] May 28 00:58:24.233 INFO O| May 28 00:58:24.233 INFO STEP 44 (remove_files) COMPLETE
47412026-05-28T00:58:24.961Z[ recovery-image] May 28 00:58:24.233 INFO O| May 28 00:58:24.233 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-05-28T00:58:24.970Z[ recovery-image] May 28 00:58:24.242 INFO O| May 28 00:58:24.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47432026-05-28T00:58:24.970Z[ recovery-image] May 28 00:58:24.242 INFO O| May 28 00:58:24.242 INFO STEP 45 (remove_files) COMPLETE
47442026-05-28T00:58:24.974Z[ recovery-image] May 28 00:58:24.242 INFO O| May 28 00:58:24.242 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-05-28T00:58:24.980Z[ recovery-image] May 28 00:58:24.252 INFO O| May 28 00:58:24.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47462026-05-28T00:58:24.980Z[ recovery-image] May 28 00:58:24.252 INFO O| May 28 00:58:24.252 INFO STEP 46 (remove_files) COMPLETE
47472026-05-28T00:58:24.983Z[ recovery-image] May 28 00:58:24.252 INFO O| May 28 00:58:24.252 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-05-28T00:58:24.989Z[ recovery-image] May 28 00:58:24.261 INFO O| May 28 00:58:24.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47492026-05-28T00:58:24.989Z[ recovery-image] May 28 00:58:24.261 INFO O| May 28 00:58:24.261 INFO STEP 47 (remove_files) COMPLETE
47502026-05-28T00:58:24.992Z[ recovery-image] May 28 00:58:24.261 INFO O| May 28 00:58:24.261 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-05-28T00:58:24.997Z[ recovery-image] May 28 00:58:24.269 INFO O| May 28 00:58:24.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47522026-05-28T00:58:24.997Z[ recovery-image] May 28 00:58:24.269 INFO O| May 28 00:58:24.269 INFO STEP 48 (remove_files) COMPLETE
47532026-05-28T00:58:24.997Z[ recovery-image] May 28 00:58:24.269 INFO O| May 28 00:58:24.269 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-05-28T00:58:25.004Z[ recovery-image] May 28 00:58:24.276 INFO O| May 28 00:58:24.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47552026-05-28T00:58:25.004Z[ recovery-image] May 28 00:58:24.277 INFO O| May 28 00:58:24.277 INFO STEP 49 (remove_files) COMPLETE
47562026-05-28T00:58:25.007Z[ recovery-image] May 28 00:58:24.277 INFO O| May 28 00:58:24.277 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-05-28T00:58:25.012Z[ recovery-image] May 28 00:58:24.284 INFO O| May 28 00:58:24.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47582026-05-28T00:58:25.012Z[ recovery-image] May 28 00:58:24.284 INFO O| May 28 00:58:24.284 INFO STEP 50 (remove_files) COMPLETE
47592026-05-28T00:58:25.015Z[ recovery-image] May 28 00:58:24.284 INFO O| May 28 00:58:24.284 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-05-28T00:58:25.019Z[ recovery-image] May 28 00:58:24.292 INFO O| May 28 00:58:24.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47612026-05-28T00:58:25.020Z[ recovery-image] May 28 00:58:24.292 INFO O| May 28 00:58:24.292 INFO STEP 51 (remove_files) COMPLETE
47622026-05-28T00:58:25.020Z[ recovery-image] May 28 00:58:24.292 INFO O| May 28 00:58:24.292 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-05-28T00:58:25.029Z[ recovery-image] May 28 00:58:24.301 INFO O| May 28 00:58:24.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47642026-05-28T00:58:25.029Z[ recovery-image] May 28 00:58:24.301 INFO O| May 28 00:58:24.301 INFO STEP 52 (remove_files) COMPLETE
47652026-05-28T00:58:25.029Z[ recovery-image] May 28 00:58:24.301 INFO O| May 28 00:58:24.301 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-05-28T00:58:25.038Z[ recovery-image] May 28 00:58:24.310 INFO O| May 28 00:58:24.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47672026-05-28T00:58:25.038Z[ recovery-image] May 28 00:58:24.310 INFO O| May 28 00:58:24.310 INFO STEP 53 (remove_files) COMPLETE
47682026-05-28T00:58:25.040Z[ recovery-image] May 28 00:58:24.310 INFO O| May 28 00:58:24.310 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-05-28T00:58:25.046Z[ recovery-image] May 28 00:58:24.318 INFO O| May 28 00:58:24.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47702026-05-28T00:58:25.046Z[ recovery-image] May 28 00:58:24.319 INFO O| May 28 00:58:24.319 INFO STEP 54 (remove_files) COMPLETE
47712026-05-28T00:58:25.046Z[ recovery-image] May 28 00:58:24.319 INFO O| May 28 00:58:24.319 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-05-28T00:58:25.055Z[ recovery-image] May 28 00:58:24.327 INFO O| May 28 00:58:24.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47732026-05-28T00:58:25.055Z[ recovery-image] May 28 00:58:24.327 INFO O| May 28 00:58:24.327 INFO STEP 55 (remove_files) COMPLETE
47742026-05-28T00:58:25.055Z[ recovery-image] May 28 00:58:24.327 INFO O| May 28 00:58:24.327 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-05-28T00:58:25.063Z[ recovery-image] May 28 00:58:24.335 INFO O| May 28 00:58:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47762026-05-28T00:58:25.063Z[ recovery-image] May 28 00:58:24.335 INFO O| May 28 00:58:24.335 INFO STEP 56 (remove_files) COMPLETE
47772026-05-28T00:58:25.066Z[ recovery-image] May 28 00:58:24.335 INFO O| May 28 00:58:24.335 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-05-28T00:58:25.070Z[ recovery-image] May 28 00:58:24.342 INFO O| May 28 00:58:24.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47792026-05-28T00:58:25.070Z[ recovery-image] May 28 00:58:24.342 INFO O| May 28 00:58:24.342 INFO STEP 57 (remove_files) COMPLETE
47802026-05-28T00:58:25.073Z[ recovery-image] May 28 00:58:24.342 INFO O| May 28 00:58:24.342 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-05-28T00:58:25.079Z[ recovery-image] May 28 00:58:24.351 INFO O| May 28 00:58:24.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47822026-05-28T00:58:25.079Z[ recovery-image] May 28 00:58:24.351 INFO O| May 28 00:58:24.351 INFO STEP 58 (remove_files) COMPLETE
47832026-05-28T00:58:25.082Z[ recovery-image] May 28 00:58:24.351 INFO O| May 28 00:58:24.351 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47852026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47862026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47872026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47882026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47892026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47902026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 INFO ok!
47912026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 INFO STEP 59 (ensure_file) COMPLETE
47922026-05-28T00:58:25.087Z[ recovery-image] May 28 00:58:24.358 INFO O| May 28 00:58:24.358 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47932026-05-28T00:58:25.094Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47942026-05-28T00:58:25.094Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47952026-05-28T00:58:25.098Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47962026-05-28T00:58:25.098Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47972026-05-28T00:58:25.098Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47982026-05-28T00:58:25.098Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47992026-05-28T00:58:25.098Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 INFO ok!
48002026-05-28T00:58:25.098Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 INFO STEP 60 (ensure_file) COMPLETE
48012026-05-28T00:58:25.098Z[ recovery-image] May 28 00:58:24.365 INFO O| May 28 00:58:24.365 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48022026-05-28T00:58:25.101Z[ recovery-image] May 28 00:58:24.371 INFO O| May 28 00:58:24.371 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48032026-05-28T00:58:25.101Z[ recovery-image] May 28 00:58:24.372 INFO O| May 28 00:58:24.371 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48042026-05-28T00:58:25.101Z[ recovery-image] May 28 00:58:24.372 INFO O| May 28 00:58:24.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48052026-05-28T00:58:25.101Z[ recovery-image] May 28 00:58:24.372 INFO O| May 28 00:58:24.372 INFO ok!
48062026-05-28T00:58:25.101Z[ recovery-image] May 28 00:58:24.372 INFO O| May 28 00:58:24.372 INFO STEP 61 (ensure_file) COMPLETE
48072026-05-28T00:58:25.101Z[ recovery-image] May 28 00:58:24.372 INFO O| May 28 00:58:24.372 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48082026-05-28T00:58:25.106Z[ recovery-image] May 28 00:58:24.378 INFO O| May 28 00:58:24.378 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48092026-05-28T00:58:25.106Z[ recovery-image] May 28 00:58:24.378 INFO O| May 28 00:58:24.378 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48102026-05-28T00:58:25.106Z[ recovery-image] May 28 00:58:24.378 INFO O| May 28 00:58:24.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48112026-05-28T00:58:25.108Z[ recovery-image] May 28 00:58:24.378 INFO O| May 28 00:58:24.378 INFO ok!
48122026-05-28T00:58:25.109Z[ recovery-image] May 28 00:58:24.378 INFO O| May 28 00:58:24.378 INFO STEP 62 (ensure_file) COMPLETE
48132026-05-28T00:58:25.109Z[ recovery-image] May 28 00:58:24.378 INFO O| May 28 00:58:24.378 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48142026-05-28T00:58:25.113Z[ recovery-image] May 28 00:58:24.386 INFO O| May 28 00:58:24.385 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48152026-05-28T00:58:25.113Z[ recovery-image] May 28 00:58:24.386 INFO O| May 28 00:58:24.386 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48162026-05-28T00:58:25.116Z[ recovery-image] May 28 00:58:24.386 INFO O| May 28 00:58:24.386 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48172026-05-28T00:58:25.116Z[ recovery-image] May 28 00:58:24.386 INFO O| May 28 00:58:24.386 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48182026-05-28T00:58:25.116Z[ recovery-image] May 28 00:58:24.386 INFO O| May 28 00:58:24.386 INFO ok!
48192026-05-28T00:58:25.116Z[ recovery-image] May 28 00:58:24.386 INFO O| May 28 00:58:24.386 INFO STEP 63 (ensure_file) COMPLETE
48202026-05-28T00:58:25.116Z[ recovery-image] May 28 00:58:24.386 INFO O| May 28 00:58:24.386 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48212026-05-28T00:58:25.122Z[ recovery-image] May 28 00:58:24.394 INFO O| May 28 00:58:24.394 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48222026-05-28T00:58:25.122Z[ recovery-image] May 28 00:58:24.394 INFO O| May 28 00:58:24.394 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48232026-05-28T00:58:25.124Z[ recovery-image] May 28 00:58:24.394 INFO O| May 28 00:58:24.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48242026-05-28T00:58:25.127Z[ recovery-image] May 28 00:58:24.394 INFO O| May 28 00:58:24.394 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48252026-05-28T00:58:25.127Z[ recovery-image] May 28 00:58:24.394 INFO O| May 28 00:58:24.394 INFO ok!
48262026-05-28T00:58:25.127Z[ recovery-image] May 28 00:58:24.394 INFO O| May 28 00:58:24.394 INFO STEP 64 (ensure_file) COMPLETE
48272026-05-28T00:58:25.127Z[ recovery-image] May 28 00:58:24.394 INFO O| May 28 00:58:24.394 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48282026-05-28T00:58:25.131Z[ recovery-image] May 28 00:58:24.404 INFO O| May 28 00:58:24.404 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48292026-05-28T00:58:25.131Z[ recovery-image] May 28 00:58:24.404 INFO O| May 28 00:58:24.404 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48302026-05-28T00:58:25.131Z[ recovery-image] May 28 00:58:24.404 INFO O| May 28 00:58:24.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48312026-05-28T00:58:25.134Z[ recovery-image] May 28 00:58:24.404 INFO O| May 28 00:58:24.404 INFO ok!
48322026-05-28T00:58:25.134Z[ recovery-image] May 28 00:58:24.404 INFO O| May 28 00:58:24.404 INFO STEP 65 (assemble_files) COMPLETE
48332026-05-28T00:58:25.134Z[ recovery-image] May 28 00:58:24.404 INFO O| May 28 00:58:24.404 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48342026-05-28T00:58:25.140Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48352026-05-28T00:58:25.140Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48362026-05-28T00:58:25.143Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48372026-05-28T00:58:25.143Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48382026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO ok!
48392026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO STEP 66 (ensure_file) COMPLETE
48402026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48412026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO skip step because feature "omicron1" is not enabled
48422026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48432026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO skip step because feature "omicron1" is not enabled
48442026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48452026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO skip step because feature "omicron1" is not enabled
48462026-05-28T00:58:25.144Z[ recovery-image] May 28 00:58:24.412 INFO O| May 28 00:58:24.412 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48472026-05-28T00:58:25.153Z[ recovery-image] May 28 00:58:24.425 INFO O| May 28 00:58:24.425 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48482026-05-28T00:58:25.153Z[ recovery-image] May 28 00:58:24.425 INFO O| May 28 00:58:24.425 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48492026-05-28T00:58:25.561Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48502026-05-28T00:58:26.348Z[ recovery-image] May 28 00:58:25.620 INFO O| May 28 00:58:25.620 INFO STEP 70 (pack_tar) COMPLETE
48512026-05-28T00:58:26.348Z[ recovery-image] May 28 00:58:25.620 INFO O| May 28 00:58:25.620 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48522026-05-28T00:58:26.352Z[ recovery-image] May 28 00:58:25.620 INFO O| May 28 00:58:25.620 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48532026-05-28T00:58:26.609Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48542026-05-28T00:58:26.892Z[ recovery-image] May 28 00:58:26.164 INFO O| May 28 00:58:26.164 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48552026-05-28T00:58:27.034Z[ recovery-image] May 28 00:58:26.306 INFO O| May 28 00:58:26.306 INFO completed processing sled/ramdisk-02-trim
48562026-05-28T00:58:27.037Z[ recovery-image] May 28 00:58:26.308 INFO image builder template: ramdisk-03-recovery-trim...
48572026-05-28T00:58:27.037Z[ recovery-image] May 28 00:58:26.308 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/.tmpd4Ugq7/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", "publisher_1_name=helios-dev", "-F", "publisher_1_url+=file:///tmp/.tmpd4Ugq7/opte-recovery.p5p", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.477", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48582026-05-28T00:58:27.041Z[ recovery-image] May 28 00:58:26.313 INFO O| May 28 00:58:26.313 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48592026-05-28T00:58:27.116Z[ recovery-image] May 28 00:58:26.386 INFO O| May 28 00:58:26.386 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48602026-05-28T00:58:27.119Z[ recovery-image] May 28 00:58:26.390 INFO O| May 28 00:58:26.390 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48612026-05-28T00:58:27.204Z[ recovery-image] May 28 00:58:26.476 INFO O| May 28 00:58:26.476 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48622026-05-28T00:58:27.265Z[ recovery-image] May 28 00:58:26.537 INFO O| May 28 00:58:26.537 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48632026-05-28T00:58:27.265Z[ recovery-image] May 28 00:58:26.537 INFO O| May 28 00:58:26.537 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48642026-05-28T00:58:27.271Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48652026-05-28T00:58:27.287Z[ recovery-image] May 28 00:58:26.543 INFO O| May 28 00:58:26.543 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48662026-05-28T00:58:27.287Z[ recovery-image] May 28 00:58:26.546 INFO O| May 28 00:58:26.546 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48672026-05-28T00:58:27.287Z[ recovery-image] May 28 00:58:26.550 INFO O| May 28 00:58:26.550 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48682026-05-28T00:58:27.562Z[ recovery-image] May 28 00:58:26.833 INFO O| May 28 00:58:26.833 INFO rolled back to input snapshot; work may begin
48692026-05-28T00:58:27.562Z[ recovery-image] May 28 00:58:26.833 INFO O| May 28 00:58:26.833 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48702026-05-28T00:58:27.565Z[ recovery-image] May 28 00:58:26.838 INFO O| May 28 00:58:26.837 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48712026-05-28T00:58:27.574Z[ recovery-image] May 28 00:58:26.846 INFO O| May 28 00:58:26.846 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48722026-05-28T00:58:27.584Z[ recovery-image] May 28 00:58:26.856 INFO O| May 28 00:58:26.856 INFO STEP 0 (remove_files) COMPLETE
48732026-05-28T00:58:27.584Z[ recovery-image] May 28 00:58:26.856 INFO O| May 28 00:58:26.856 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48742026-05-28T00:58:27.593Z[ recovery-image] May 28 00:58:26.865 INFO O| May 28 00:58:26.865 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48752026-05-28T00:58:27.696Z[ recovery-image] May 28 00:58:26.968 INFO O| May 28 00:58:26.968 INFO STEP 1 (remove_files) COMPLETE
48762026-05-28T00:58:27.696Z[ recovery-image] May 28 00:58:26.968 INFO O| May 28 00:58:26.968 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48772026-05-28T00:58:27.706Z[ recovery-image] May 28 00:58:26.978 INFO O| May 28 00:58:26.978 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48782026-05-28T00:58:27.727Z[ recovery-image] May 28 00:58:26.999 INFO O| May 28 00:58:26.999 INFO STEP 2 (remove_files) COMPLETE
48792026-05-28T00:58:27.727Z[ recovery-image] May 28 00:58:26.999 INFO O| May 28 00:58:26.999 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48802026-05-28T00:58:27.736Z[ recovery-image] May 28 00:58:27.008 INFO O| May 28 00:58:27.008 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48812026-05-28T00:58:27.840Z[ recovery-image] May 28 00:58:27.111 INFO O| May 28 00:58:27.111 INFO STEP 3 (remove_files) COMPLETE
48822026-05-28T00:58:27.840Z[ recovery-image] May 28 00:58:27.111 INFO O| May 28 00:58:27.111 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48832026-05-28T00:58:27.849Z[ recovery-image] May 28 00:58:27.121 INFO O| May 28 00:58:27.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48842026-05-28T00:58:27.870Z[ recovery-image] May 28 00:58:27.141 INFO O| May 28 00:58:27.141 INFO STEP 4 (remove_files) COMPLETE
48852026-05-28T00:58:27.870Z[ recovery-image] May 28 00:58:27.141 INFO O| May 28 00:58:27.141 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48862026-05-28T00:58:27.877Z[ recovery-image] May 28 00:58:27.149 INFO O| May 28 00:58:27.149 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48872026-05-28T00:58:27.880Z[ recovery-image] May 28 00:58:27.151 INFO O| May 28 00:58:27.151 INFO STEP 5 (remove_files) COMPLETE
48882026-05-28T00:58:27.880Z[ recovery-image] May 28 00:58:27.151 INFO O| May 28 00:58:27.151 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48892026-05-28T00:58:27.888Z[ recovery-image] May 28 00:58:27.160 INFO O| May 28 00:58:27.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48902026-05-28T00:58:27.891Z[ recovery-image] May 28 00:58:27.162 INFO O| May 28 00:58:27.162 INFO STEP 6 (remove_files) COMPLETE
48912026-05-28T00:58:27.891Z[ recovery-image] May 28 00:58:27.162 INFO O| May 28 00:58:27.162 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48922026-05-28T00:58:27.897Z[ recovery-image] May 28 00:58:27.170 INFO O| May 28 00:58:27.170 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48932026-05-28T00:58:27.904Z[ recovery-image] May 28 00:58:27.174 INFO O| May 28 00:58:27.174 INFO STEP 7 (remove_files) COMPLETE
48942026-05-28T00:58:27.905Z[ recovery-image] May 28 00:58:27.174 INFO O| May 28 00:58:27.174 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-05-28T00:58:27.912Z[ recovery-image] May 28 00:58:27.183 INFO O| May 28 00:58:27.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48962026-05-28T00:58:27.912Z[ recovery-image] May 28 00:58:27.183 INFO O| May 28 00:58:27.183 INFO STEP 8 (remove_files) COMPLETE
48972026-05-28T00:58:27.915Z[ recovery-image] May 28 00:58:27.183 INFO O| May 28 00:58:27.183 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-05-28T00:58:27.919Z[ recovery-image] May 28 00:58:27.191 INFO O| May 28 00:58:27.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48992026-05-28T00:58:27.922Z[ recovery-image] May 28 00:58:27.191 INFO O| May 28 00:58:27.191 INFO STEP 9 (remove_files) COMPLETE
49002026-05-28T00:58:27.922Z[ recovery-image] May 28 00:58:27.191 INFO O| May 28 00:58:27.191 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-05-28T00:58:27.926Z[ recovery-image] May 28 00:58:27.198 INFO O| May 28 00:58:27.198 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49022026-05-28T00:58:28.037Z[ recovery-image] May 28 00:58:27.309 INFO O| May 28 00:58:27.309 INFO STEP 10 (remove_files) COMPLETE
49032026-05-28T00:58:28.037Z[ recovery-image] May 28 00:58:27.309 INFO O| May 28 00:58:27.309 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-05-28T00:58:28.047Z[ recovery-image] May 28 00:58:27.319 INFO O| May 28 00:58:27.319 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49052026-05-28T00:58:28.054Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49062026-05-28T00:58:28.162Z[ recovery-image] May 28 00:58:27.434 INFO O| May 28 00:58:27.434 INFO STEP 11 (remove_files) COMPLETE
49072026-05-28T00:58:28.162Z[ recovery-image] May 28 00:58:27.434 INFO O| May 28 00:58:27.434 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49082026-05-28T00:58:28.171Z[ recovery-image] May 28 00:58:27.443 INFO O| May 28 00:58:27.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49092026-05-28T00:58:28.209Z[ recovery-image] May 28 00:58:27.481 INFO O| May 28 00:58:27.481 INFO STEP 12 (remove_files) COMPLETE
49102026-05-28T00:58:28.209Z[ recovery-image] May 28 00:58:27.481 INFO O| May 28 00:58:27.481 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49112026-05-28T00:58:28.217Z[ recovery-image] May 28 00:58:27.489 INFO O| May 28 00:58:27.489 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49122026-05-28T00:58:28.217Z[ recovery-image] May 28 00:58:27.490 INFO O| May 28 00:58:27.490 INFO STEP 13 (remove_files) COMPLETE
49132026-05-28T00:58:28.220Z[ recovery-image] May 28 00:58:27.490 INFO O| May 28 00:58:27.490 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49142026-05-28T00:58:28.225Z[ recovery-image] May 28 00:58:27.497 INFO O| May 28 00:58:27.497 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49152026-05-28T00:58:28.288Z[ recovery-image] May 28 00:58:27.560 INFO O| May 28 00:58:27.560 INFO STEP 14 (remove_files) COMPLETE
49162026-05-28T00:58:28.288Z[ recovery-image] May 28 00:58:27.560 INFO O| May 28 00:58:27.560 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49172026-05-28T00:58:28.297Z[ recovery-image] May 28 00:58:27.569 INFO O| May 28 00:58:27.569 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49182026-05-28T00:58:28.609Z[ recovery-image] May 28 00:58:27.881 INFO O| May 28 00:58:27.881 INFO STEP 15 (remove_files) COMPLETE
49192026-05-28T00:58:28.609Z[ recovery-image] May 28 00:58:27.881 INFO O| May 28 00:58:27.881 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49202026-05-28T00:58:28.618Z[ recovery-image] May 28 00:58:27.891 INFO O| May 28 00:58:27.890 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49212026-05-28T00:58:28.619Z[ recovery-image] May 28 00:58:27.891 INFO O| May 28 00:58:27.891 INFO STEP 16 (remove_files) COMPLETE
49222026-05-28T00:58:28.622Z[ recovery-image] May 28 00:58:27.891 INFO O| May 28 00:58:27.891 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49232026-05-28T00:58:28.626Z[ recovery-image] May 28 00:58:27.898 INFO O| May 28 00:58:27.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49242026-05-28T00:58:28.626Z[ recovery-image] May 28 00:58:27.899 INFO O| May 28 00:58:27.899 INFO STEP 17 (remove_files) COMPLETE
49252026-05-28T00:58:28.629Z[ recovery-image] May 28 00:58:27.899 INFO O| May 28 00:58:27.899 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49262026-05-28T00:58:28.634Z[ recovery-image] May 28 00:58:27.906 INFO O| May 28 00:58:27.906 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49272026-05-28T00:58:28.811Z[ recovery-image] May 28 00:58:28.082 INFO O| May 28 00:58:28.082 INFO STEP 18 (remove_files) COMPLETE
49282026-05-28T00:58:28.811Z[ recovery-image] May 28 00:58:28.082 INFO O| May 28 00:58:28.082 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49292026-05-28T00:58:28.820Z[ recovery-image] May 28 00:58:28.092 INFO O| May 28 00:58:28.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49302026-05-28T00:58:28.823Z[ recovery-image] May 28 00:58:28.094 INFO O| May 28 00:58:28.094 INFO STEP 19 (remove_files) COMPLETE
49312026-05-28T00:58:28.823Z[ recovery-image] May 28 00:58:28.094 INFO O| May 28 00:58:28.094 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49322026-05-28T00:58:28.838Z[ recovery-image] May 28 00:58:28.107 INFO O| May 28 00:58:28.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49332026-05-28T00:58:28.838Z[ recovery-image] May 28 00:58:28.107 INFO O| May 28 00:58:28.107 INFO STEP 20 (remove_files) COMPLETE
49342026-05-28T00:58:28.845Z[ recovery-image] May 28 00:58:28.107 INFO O| May 28 00:58:28.107 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49352026-05-28T00:58:28.852Z[ recovery-image] May 28 00:58:28.116 INFO O| May 28 00:58:28.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49362026-05-28T00:58:28.852Z[ recovery-image] May 28 00:58:28.116 INFO O| May 28 00:58:28.116 INFO STEP 21 (remove_files) COMPLETE
49372026-05-28T00:58:28.852Z[ recovery-image] May 28 00:58:28.116 INFO O| May 28 00:58:28.116 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49382026-05-28T00:58:28.855Z[ recovery-image] May 28 00:58:28.124 INFO O| May 28 00:58:28.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49392026-05-28T00:58:28.855Z[ recovery-image] May 28 00:58:28.124 INFO O| May 28 00:58:28.124 INFO STEP 22 (remove_files) COMPLETE
49402026-05-28T00:58:28.855Z[ recovery-image] May 28 00:58:28.124 INFO O| May 28 00:58:28.124 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49412026-05-28T00:58:28.862Z[ recovery-image] May 28 00:58:28.134 INFO O| May 28 00:58:28.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49422026-05-28T00:58:28.862Z[ recovery-image] May 28 00:58:28.134 INFO O| May 28 00:58:28.134 INFO STEP 23 (remove_files) COMPLETE
49432026-05-28T00:58:28.865Z[ recovery-image] May 28 00:58:28.134 INFO O| May 28 00:58:28.134 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49442026-05-28T00:58:28.871Z[ recovery-image] May 28 00:58:28.143 INFO O| May 28 00:58:28.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49452026-05-28T00:58:28.871Z[ recovery-image] May 28 00:58:28.143 INFO O| May 28 00:58:28.143 INFO STEP 24 (remove_files) COMPLETE
49462026-05-28T00:58:28.874Z[ recovery-image] May 28 00:58:28.143 INFO O| May 28 00:58:28.143 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49472026-05-28T00:58:28.878Z[ recovery-image] May 28 00:58:28.150 INFO O| May 28 00:58:28.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49482026-05-28T00:58:28.878Z[ recovery-image] May 28 00:58:28.150 INFO O| May 28 00:58:28.150 INFO STEP 25 (remove_files) COMPLETE
49492026-05-28T00:58:28.878Z[ recovery-image] May 28 00:58:28.150 INFO O| May 28 00:58:28.150 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49502026-05-28T00:58:28.887Z[ recovery-image] May 28 00:58:28.159 INFO O| May 28 00:58:28.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49512026-05-28T00:58:28.887Z[ recovery-image] May 28 00:58:28.159 INFO O| May 28 00:58:28.159 INFO STEP 26 (remove_files) COMPLETE
49522026-05-28T00:58:28.890Z[ recovery-image] May 28 00:58:28.159 INFO O| May 28 00:58:28.159 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49532026-05-28T00:58:28.894Z[ recovery-image] May 28 00:58:28.166 INFO O| May 28 00:58:28.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49542026-05-28T00:58:28.894Z[ recovery-image] May 28 00:58:28.166 INFO O| May 28 00:58:28.166 INFO STEP 27 (remove_files) COMPLETE
49552026-05-28T00:58:28.897Z[ recovery-image] May 28 00:58:28.166 INFO O| May 28 00:58:28.166 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49562026-05-28T00:58:28.902Z[ recovery-image] May 28 00:58:28.174 INFO O| May 28 00:58:28.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49572026-05-28T00:58:28.902Z[ recovery-image] May 28 00:58:28.174 INFO O| May 28 00:58:28.174 INFO STEP 28 (remove_files) COMPLETE
49582026-05-28T00:58:28.902Z[ recovery-image] May 28 00:58:28.174 INFO O| May 28 00:58:28.174 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49592026-05-28T00:58:28.910Z[ recovery-image] May 28 00:58:28.182 INFO O| May 28 00:58:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49602026-05-28T00:58:28.910Z[ recovery-image] May 28 00:58:28.182 INFO O| May 28 00:58:28.182 INFO STEP 29 (remove_files) COMPLETE
49612026-05-28T00:58:28.910Z[ recovery-image] May 28 00:58:28.182 INFO O| May 28 00:58:28.182 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49622026-05-28T00:58:28.919Z[ recovery-image] May 28 00:58:28.191 INFO O| May 28 00:58:28.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49632026-05-28T00:58:28.922Z[ recovery-image] May 28 00:58:28.192 INFO O| May 28 00:58:28.192 INFO STEP 30 (remove_files) COMPLETE
49642026-05-28T00:58:28.922Z[ recovery-image] May 28 00:58:28.192 INFO O| May 28 00:58:28.192 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49652026-05-28T00:58:28.928Z[ recovery-image] May 28 00:58:28.200 INFO O| May 28 00:58:28.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49662026-05-28T00:58:28.928Z[ recovery-image] May 28 00:58:28.200 INFO O| May 28 00:58:28.200 INFO STEP 31 (remove_files) COMPLETE
49672026-05-28T00:58:28.932Z[ recovery-image] May 28 00:58:28.200 INFO O| May 28 00:58:28.200 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49682026-05-28T00:58:28.936Z[ recovery-image] May 28 00:58:28.208 INFO O| May 28 00:58:28.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49692026-05-28T00:58:28.936Z[ recovery-image] May 28 00:58:28.208 INFO O| May 28 00:58:28.208 INFO STEP 32 (remove_files) COMPLETE
49702026-05-28T00:58:28.936Z[ recovery-image] May 28 00:58:28.208 INFO O| May 28 00:58:28.208 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49712026-05-28T00:58:28.945Z[ recovery-image] May 28 00:58:28.216 INFO O| May 28 00:58:28.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49722026-05-28T00:58:28.945Z[ recovery-image] May 28 00:58:28.216 INFO O| May 28 00:58:28.216 INFO STEP 33 (remove_files) COMPLETE
49732026-05-28T00:58:28.945Z[ recovery-image] May 28 00:58:28.216 INFO O| May 28 00:58:28.216 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49742026-05-28T00:58:28.952Z[ recovery-image] May 28 00:58:28.224 INFO O| May 28 00:58:28.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49752026-05-28T00:58:28.956Z[ recovery-image] May 28 00:58:28.225 INFO O| May 28 00:58:28.225 INFO STEP 34 (remove_files) COMPLETE
49762026-05-28T00:58:28.956Z[ recovery-image] May 28 00:58:28.225 INFO O| May 28 00:58:28.225 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49772026-05-28T00:58:28.961Z[ recovery-image] May 28 00:58:28.233 INFO O| May 28 00:58:28.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49782026-05-28T00:58:28.961Z[ recovery-image] May 28 00:58:28.233 INFO O| May 28 00:58:28.233 INFO STEP 35 (remove_files) COMPLETE
49792026-05-28T00:58:28.965Z[ recovery-image] May 28 00:58:28.233 INFO O| May 28 00:58:28.233 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49802026-05-28T00:58:28.970Z[ recovery-image] May 28 00:58:28.241 INFO O| May 28 00:58:28.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49812026-05-28T00:58:28.970Z[ recovery-image] May 28 00:58:28.241 INFO O| May 28 00:58:28.241 INFO STEP 36 (remove_files) COMPLETE
49822026-05-28T00:58:28.974Z[ recovery-image] May 28 00:58:28.241 INFO O| May 28 00:58:28.241 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49832026-05-28T00:58:28.978Z[ recovery-image] May 28 00:58:28.250 INFO O| May 28 00:58:28.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49842026-05-28T00:58:28.978Z[ recovery-image] May 28 00:58:28.250 INFO O| May 28 00:58:28.250 INFO STEP 37 (remove_files) COMPLETE
49852026-05-28T00:58:28.981Z[ recovery-image] May 28 00:58:28.250 INFO O| May 28 00:58:28.250 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49862026-05-28T00:58:28.985Z[ recovery-image] May 28 00:58:28.258 INFO O| May 28 00:58:28.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49872026-05-28T00:58:28.985Z[ recovery-image] May 28 00:58:28.258 INFO O| May 28 00:58:28.258 INFO STEP 38 (remove_files) COMPLETE
49882026-05-28T00:58:28.989Z[ recovery-image] May 28 00:58:28.258 INFO O| May 28 00:58:28.258 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49892026-05-28T00:58:28.993Z[ recovery-image] May 28 00:58:28.265 INFO O| May 28 00:58:28.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49902026-05-28T00:58:28.993Z[ recovery-image] May 28 00:58:28.265 INFO O| May 28 00:58:28.265 INFO STEP 39 (remove_files) COMPLETE
49912026-05-28T00:58:28.996Z[ recovery-image] May 28 00:58:28.265 INFO O| May 28 00:58:28.265 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49922026-05-28T00:58:29.002Z[ recovery-image] May 28 00:58:28.272 INFO O| May 28 00:58:28.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49932026-05-28T00:58:29.002Z[ recovery-image] May 28 00:58:28.273 INFO O| May 28 00:58:28.273 INFO STEP 40 (remove_files) COMPLETE
49942026-05-28T00:58:29.006Z[ recovery-image] May 28 00:58:28.273 INFO O| May 28 00:58:28.273 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49952026-05-28T00:58:29.008Z[ recovery-image] May 28 00:58:28.280 INFO O| May 28 00:58:28.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49962026-05-28T00:58:29.009Z[ recovery-image] May 28 00:58:28.280 INFO O| May 28 00:58:28.280 INFO STEP 41 (remove_files) COMPLETE
49972026-05-28T00:58:29.009Z[ recovery-image] May 28 00:58:28.280 INFO O| May 28 00:58:28.280 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49982026-05-28T00:58:29.019Z[ recovery-image] May 28 00:58:28.290 INFO O| May 28 00:58:28.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49992026-05-28T00:58:29.019Z[ recovery-image] May 28 00:58:28.291 INFO O| May 28 00:58:28.291 INFO STEP 42 (remove_files) COMPLETE
50002026-05-28T00:58:29.023Z[ recovery-image] May 28 00:58:28.291 INFO O| May 28 00:58:28.291 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50012026-05-28T00:58:29.042Z[ recovery-image] May 28 00:58:28.301 INFO O| May 28 00:58:28.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50022026-05-28T00:58:29.043Z[ recovery-image] May 28 00:58:28.301 INFO O| May 28 00:58:28.301 INFO STEP 43 (remove_files) COMPLETE
50032026-05-28T00:58:29.043Z[ recovery-image] May 28 00:58:28.301 INFO O| May 28 00:58:28.301 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50042026-05-28T00:58:29.043Z[ recovery-image] May 28 00:58:28.310 INFO O| May 28 00:58:28.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50052026-05-28T00:58:29.043Z[ recovery-image] May 28 00:58:28.310 INFO O| May 28 00:58:28.310 INFO STEP 44 (remove_files) COMPLETE
50062026-05-28T00:58:29.043Z[ recovery-image] May 28 00:58:28.310 INFO O| May 28 00:58:28.310 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50072026-05-28T00:58:29.049Z[ recovery-image] May 28 00:58:28.319 INFO O| May 28 00:58:28.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50082026-05-28T00:58:29.049Z[ recovery-image] May 28 00:58:28.319 INFO O| May 28 00:58:28.319 INFO STEP 45 (remove_files) COMPLETE
50092026-05-28T00:58:29.049Z[ recovery-image] May 28 00:58:28.319 INFO O| May 28 00:58:28.319 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50102026-05-28T00:58:29.055Z[ recovery-image] May 28 00:58:28.327 INFO O| May 28 00:58:28.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50112026-05-28T00:58:29.059Z[ recovery-image] May 28 00:58:28.327 INFO O| May 28 00:58:28.327 INFO STEP 46 (remove_files) COMPLETE
50122026-05-28T00:58:29.059Z[ recovery-image] May 28 00:58:28.327 INFO O| May 28 00:58:28.327 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50132026-05-28T00:58:29.064Z[ recovery-image] May 28 00:58:28.335 INFO O| May 28 00:58:28.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50142026-05-28T00:58:29.064Z[ recovery-image] May 28 00:58:28.335 INFO O| May 28 00:58:28.335 INFO STEP 47 (remove_files) COMPLETE
50152026-05-28T00:58:29.064Z[ recovery-image] May 28 00:58:28.335 INFO O| May 28 00:58:28.335 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50162026-05-28T00:58:29.072Z[ recovery-image] May 28 00:58:28.343 INFO O| May 28 00:58:28.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50172026-05-28T00:58:29.072Z[ recovery-image] May 28 00:58:28.343 INFO O| May 28 00:58:28.343 INFO STEP 48 (remove_files) COMPLETE
50182026-05-28T00:58:29.072Z[ recovery-image] May 28 00:58:28.343 INFO O| May 28 00:58:28.343 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50192026-05-28T00:58:29.079Z[ recovery-image] May 28 00:58:28.351 INFO O| May 28 00:58:28.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50202026-05-28T00:58:29.082Z[ recovery-image] May 28 00:58:28.352 INFO O| May 28 00:58:28.352 INFO STEP 49 (remove_files) COMPLETE
50212026-05-28T00:58:29.082Z[ recovery-image] May 28 00:58:28.352 INFO O| May 28 00:58:28.352 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50222026-05-28T00:58:29.088Z[ recovery-image] May 28 00:58:28.360 INFO O| May 28 00:58:28.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50232026-05-28T00:58:29.088Z[ recovery-image] May 28 00:58:28.360 INFO O| May 28 00:58:28.360 INFO STEP 50 (remove_files) COMPLETE
50242026-05-28T00:58:29.088Z[ recovery-image] May 28 00:58:28.360 INFO O| May 28 00:58:28.360 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50252026-05-28T00:58:29.097Z[ recovery-image] May 28 00:58:28.368 INFO O| May 28 00:58:28.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50262026-05-28T00:58:29.097Z[ recovery-image] May 28 00:58:28.368 INFO O| May 28 00:58:28.368 INFO STEP 51 (remove_files) COMPLETE
50272026-05-28T00:58:29.097Z[ recovery-image] May 28 00:58:28.368 INFO O| May 28 00:58:28.368 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50282026-05-28T00:58:29.103Z[ recovery-image] May 28 00:58:28.375 INFO O| May 28 00:58:28.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50292026-05-28T00:58:29.103Z[ recovery-image] May 28 00:58:28.375 INFO O| May 28 00:58:28.375 INFO STEP 52 (remove_files) COMPLETE
50302026-05-28T00:58:29.103Z[ recovery-image] May 28 00:58:28.375 INFO O| May 28 00:58:28.375 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50312026-05-28T00:58:29.111Z[ recovery-image] May 28 00:58:28.383 INFO O| May 28 00:58:28.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50322026-05-28T00:58:29.114Z[ recovery-image] May 28 00:58:28.384 INFO O| May 28 00:58:28.383 INFO STEP 53 (remove_files) COMPLETE
50332026-05-28T00:58:29.114Z[ recovery-image] May 28 00:58:28.384 INFO O| May 28 00:58:28.384 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50342026-05-28T00:58:29.120Z[ recovery-image] May 28 00:58:28.392 INFO O| May 28 00:58:28.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50352026-05-28T00:58:29.123Z[ recovery-image] May 28 00:58:28.393 INFO O| May 28 00:58:28.393 INFO STEP 54 (remove_files) COMPLETE
50362026-05-28T00:58:29.123Z[ recovery-image] May 28 00:58:28.393 INFO O| May 28 00:58:28.393 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50372026-05-28T00:58:29.129Z[ recovery-image] May 28 00:58:28.401 INFO O| May 28 00:58:28.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50382026-05-28T00:58:29.129Z[ recovery-image] May 28 00:58:28.401 INFO O| May 28 00:58:28.401 INFO STEP 55 (remove_files) COMPLETE
50392026-05-28T00:58:29.134Z[ recovery-image] May 28 00:58:28.401 INFO O| May 28 00:58:28.401 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50402026-05-28T00:58:29.138Z[ recovery-image] May 28 00:58:28.410 INFO O| May 28 00:58:28.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50412026-05-28T00:58:29.138Z[ recovery-image] May 28 00:58:28.410 INFO O| May 28 00:58:28.410 INFO STEP 56 (remove_files) COMPLETE
50422026-05-28T00:58:29.138Z[ recovery-image] May 28 00:58:28.410 INFO O| May 28 00:58:28.410 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50432026-05-28T00:58:29.146Z[ recovery-image] May 28 00:58:28.417 INFO O| May 28 00:58:28.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50442026-05-28T00:58:29.146Z[ recovery-image] May 28 00:58:28.418 INFO O| May 28 00:58:28.418 INFO STEP 57 (remove_files) COMPLETE
50452026-05-28T00:58:29.146Z[ recovery-image] May 28 00:58:28.418 INFO O| May 28 00:58:28.418 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50462026-05-28T00:58:29.153Z[ recovery-image] May 28 00:58:28.425 INFO O| May 28 00:58:28.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50472026-05-28T00:58:29.153Z[ recovery-image] May 28 00:58:28.425 INFO O| May 28 00:58:28.425 INFO STEP 58 (remove_files) COMPLETE
50482026-05-28T00:58:29.153Z[ recovery-image] May 28 00:58:28.425 INFO O| May 28 00:58:28.425 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50492026-05-28T00:58:29.161Z[ recovery-image] May 28 00:58:28.433 INFO O| May 28 00:58:28.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50502026-05-28T00:58:29.161Z[ recovery-image] May 28 00:58:28.433 INFO O| May 28 00:58:28.433 INFO STEP 59 (remove_files) COMPLETE
50512026-05-28T00:58:29.161Z[ recovery-image] May 28 00:58:28.433 INFO O| May 28 00:58:28.433 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50522026-05-28T00:58:29.169Z[ recovery-image] May 28 00:58:28.440 INFO O| May 28 00:58:28.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50532026-05-28T00:58:29.169Z[ recovery-image] May 28 00:58:28.440 INFO O| May 28 00:58:28.440 INFO STEP 60 (remove_files) COMPLETE
50542026-05-28T00:58:29.169Z[ recovery-image] May 28 00:58:28.441 INFO O| May 28 00:58:28.440 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50552026-05-28T00:58:29.177Z[ recovery-image] May 28 00:58:28.449 INFO O| May 28 00:58:28.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50562026-05-28T00:58:29.177Z[ recovery-image] May 28 00:58:28.449 INFO O| May 28 00:58:28.449 INFO STEP 61 (remove_files) COMPLETE
50572026-05-28T00:58:29.180Z[ recovery-image] May 28 00:58:28.449 INFO O| May 28 00:58:28.449 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50582026-05-28T00:58:29.184Z[ recovery-image] May 28 00:58:28.456 INFO O| May 28 00:58:28.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50592026-05-28T00:58:29.187Z[ recovery-image] May 28 00:58:28.457 INFO O| May 28 00:58:28.457 INFO STEP 62 (remove_files) COMPLETE
50602026-05-28T00:58:29.187Z[ recovery-image] May 28 00:58:28.457 INFO O| May 28 00:58:28.457 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50612026-05-28T00:58:29.193Z[ recovery-image] May 28 00:58:28.465 INFO O| May 28 00:58:28.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50622026-05-28T00:58:29.193Z[ recovery-image] May 28 00:58:28.465 INFO O| May 28 00:58:28.465 INFO STEP 63 (remove_files) COMPLETE
50632026-05-28T00:58:29.196Z[ recovery-image] May 28 00:58:28.465 INFO O| May 28 00:58:28.465 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50642026-05-28T00:58:29.200Z[ recovery-image] May 28 00:58:28.472 INFO O| May 28 00:58:28.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50652026-05-28T00:58:29.200Z[ recovery-image] May 28 00:58:28.472 INFO O| May 28 00:58:28.472 INFO STEP 64 (remove_files) COMPLETE
50662026-05-28T00:58:29.203Z[ recovery-image] May 28 00:58:28.472 INFO O| May 28 00:58:28.472 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50672026-05-28T00:58:29.208Z[ recovery-image] May 28 00:58:28.480 INFO O| May 28 00:58:28.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50682026-05-28T00:58:29.208Z[ recovery-image] May 28 00:58:28.480 INFO O| May 28 00:58:28.480 INFO STEP 65 (remove_files) COMPLETE
50692026-05-28T00:58:29.212Z[ recovery-image] May 28 00:58:28.480 INFO O| May 28 00:58:28.480 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50702026-05-28T00:58:29.216Z[ recovery-image] May 28 00:58:28.487 INFO O| May 28 00:58:28.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50712026-05-28T00:58:29.216Z[ recovery-image] May 28 00:58:28.488 INFO O| May 28 00:58:28.487 INFO STEP 66 (remove_files) COMPLETE
50722026-05-28T00:58:29.220Z[ recovery-image] May 28 00:58:28.488 INFO O| May 28 00:58:28.488 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50732026-05-28T00:58:29.223Z[ recovery-image] May 28 00:58:28.495 INFO O| May 28 00:58:28.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50742026-05-28T00:58:29.223Z[ recovery-image] May 28 00:58:28.495 INFO O| May 28 00:58:28.495 INFO STEP 67 (remove_files) COMPLETE
50752026-05-28T00:58:29.223Z[ recovery-image] May 28 00:58:28.495 INFO O| May 28 00:58:28.495 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50762026-05-28T00:58:29.232Z[ recovery-image] May 28 00:58:28.503 INFO O| May 28 00:58:28.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50772026-05-28T00:58:29.234Z[ recovery-image] May 28 00:58:28.503 INFO O| May 28 00:58:28.503 INFO STEP 68 (remove_files) COMPLETE
50782026-05-28T00:58:29.234Z[ recovery-image] May 28 00:58:28.503 INFO O| May 28 00:58:28.503 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50792026-05-28T00:58:29.239Z[ recovery-image] May 28 00:58:28.510 INFO O| May 28 00:58:28.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50802026-05-28T00:58:29.239Z[ recovery-image] May 28 00:58:28.510 INFO O| May 28 00:58:28.510 INFO STEP 69 (remove_files) COMPLETE
50812026-05-28T00:58:29.244Z[ recovery-image] May 28 00:58:28.510 INFO O| May 28 00:58:28.510 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50822026-05-28T00:58:29.249Z[ recovery-image] May 28 00:58:28.518 INFO O| May 28 00:58:28.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50832026-05-28T00:58:29.249Z[ recovery-image] May 28 00:58:28.518 INFO O| May 28 00:58:28.518 INFO STEP 70 (remove_files) COMPLETE
50842026-05-28T00:58:29.249Z[ recovery-image] May 28 00:58:28.518 INFO O| May 28 00:58:28.518 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50852026-05-28T00:58:29.254Z[ recovery-image] May 28 00:58:28.526 INFO O| May 28 00:58:28.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50862026-05-28T00:58:29.254Z[ recovery-image] May 28 00:58:28.526 INFO O| May 28 00:58:28.526 INFO STEP 71 (remove_files) COMPLETE
50872026-05-28T00:58:29.254Z[ recovery-image] May 28 00:58:28.526 INFO O| May 28 00:58:28.526 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50882026-05-28T00:58:29.262Z[ recovery-image] May 28 00:58:28.534 INFO O| May 28 00:58:28.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50892026-05-28T00:58:29.262Z[ recovery-image] May 28 00:58:28.534 INFO O| May 28 00:58:28.534 INFO STEP 72 (remove_files) COMPLETE
50902026-05-28T00:58:29.266Z[ recovery-image] May 28 00:58:28.534 INFO O| May 28 00:58:28.534 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50912026-05-28T00:58:29.269Z[ recovery-image] May 28 00:58:28.541 INFO O| May 28 00:58:28.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50922026-05-28T00:58:29.269Z[ recovery-image] May 28 00:58:28.541 INFO O| May 28 00:58:28.541 INFO STEP 73 (remove_files) COMPLETE
50932026-05-28T00:58:29.273Z[ recovery-image] May 28 00:58:28.541 INFO O| May 28 00:58:28.541 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50942026-05-28T00:58:29.278Z[ recovery-image] May 28 00:58:28.549 INFO O| May 28 00:58:28.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50952026-05-28T00:58:29.278Z[ recovery-image] May 28 00:58:28.549 INFO O| May 28 00:58:28.549 INFO STEP 74 (remove_files) COMPLETE
50962026-05-28T00:58:29.282Z[ recovery-image] May 28 00:58:28.549 INFO O| May 28 00:58:28.549 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50972026-05-28T00:58:29.285Z[ recovery-image] May 28 00:58:28.557 INFO O| May 28 00:58:28.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50982026-05-28T00:58:29.285Z[ recovery-image] May 28 00:58:28.557 INFO O| May 28 00:58:28.557 INFO STEP 75 (remove_files) COMPLETE
50992026-05-28T00:58:29.289Z[ recovery-image] May 28 00:58:28.557 INFO O| May 28 00:58:28.557 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51002026-05-28T00:58:29.293Z[ recovery-image] May 28 00:58:28.565 INFO O| May 28 00:58:28.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51012026-05-28T00:58:29.293Z[ recovery-image] May 28 00:58:28.565 INFO O| May 28 00:58:28.565 INFO STEP 76 (remove_files) COMPLETE
51022026-05-28T00:58:29.296Z[ recovery-image] May 28 00:58:28.565 INFO O| May 28 00:58:28.565 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51032026-05-28T00:58:29.301Z[ recovery-image] May 28 00:58:28.573 INFO O| May 28 00:58:28.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51042026-05-28T00:58:29.301Z[ recovery-image] May 28 00:58:28.573 INFO O| May 28 00:58:28.573 INFO STEP 77 (remove_files) COMPLETE
51052026-05-28T00:58:29.301Z[ recovery-image] May 28 00:58:28.573 INFO O| May 28 00:58:28.573 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51062026-05-28T00:58:29.309Z[ recovery-image] May 28 00:58:28.581 INFO O| May 28 00:58:28.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51072026-05-28T00:58:29.309Z[ recovery-image] May 28 00:58:28.581 INFO O| May 28 00:58:28.581 INFO STEP 78 (remove_files) COMPLETE
51082026-05-28T00:58:29.313Z[ recovery-image] May 28 00:58:28.581 INFO O| May 28 00:58:28.581 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51092026-05-28T00:58:29.318Z[ recovery-image] May 28 00:58:28.589 INFO O| May 28 00:58:28.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51102026-05-28T00:58:29.338Z[ recovery-image] May 28 00:58:28.610 INFO O| May 28 00:58:28.590 INFO STEP 79 (remove_files) COMPLETE
51112026-05-28T00:58:29.338Z[ recovery-image] May 28 00:58:28.610 INFO O| May 28 00:58:28.610 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51122026-05-28T00:58:29.347Z[ recovery-image] May 28 00:58:28.619 INFO O| May 28 00:58:28.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51132026-05-28T00:58:29.347Z[ recovery-image] May 28 00:58:28.619 INFO O| May 28 00:58:28.619 INFO STEP 80 (remove_files) COMPLETE
51142026-05-28T00:58:29.347Z[ recovery-image] May 28 00:58:28.619 INFO O| May 28 00:58:28.619 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51152026-05-28T00:58:29.369Z[ recovery-image] May 28 00:58:28.641 INFO O| May 28 00:58:28.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51162026-05-28T00:58:29.369Z[ recovery-image] May 28 00:58:28.641 INFO O| May 28 00:58:28.641 INFO STEP 81 (remove_files) COMPLETE
51172026-05-28T00:58:29.372Z[ recovery-image] May 28 00:58:28.641 INFO O| May 28 00:58:28.641 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51182026-05-28T00:58:29.376Z[ recovery-image] May 28 00:58:28.648 INFO O| May 28 00:58:28.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51192026-05-28T00:58:29.376Z[ recovery-image] May 28 00:58:28.648 INFO O| May 28 00:58:28.648 INFO STEP 82 (remove_files) COMPLETE
51202026-05-28T00:58:29.380Z[ recovery-image] May 28 00:58:28.648 INFO O| May 28 00:58:28.648 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51212026-05-28T00:58:29.391Z[ recovery-image] May 28 00:58:28.663 INFO O| May 28 00:58:28.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51222026-05-28T00:58:29.391Z[ recovery-image] May 28 00:58:28.663 INFO O| May 28 00:58:28.663 INFO STEP 83 (remove_files) COMPLETE
51232026-05-28T00:58:29.394Z[ recovery-image] May 28 00:58:28.663 INFO O| May 28 00:58:28.663 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51242026-05-28T00:58:29.429Z[ recovery-image] May 28 00:58:28.699 INFO O| May 28 00:58:28.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51252026-05-28T00:58:29.429Z[ recovery-image] May 28 00:58:28.699 INFO O| May 28 00:58:28.699 INFO STEP 84 (remove_files) COMPLETE
51262026-05-28T00:58:29.429Z[ recovery-image] May 28 00:58:28.699 INFO O| May 28 00:58:28.699 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51272026-05-28T00:58:29.441Z[ recovery-image] May 28 00:58:28.707 INFO O| May 28 00:58:28.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51282026-05-28T00:58:29.441Z[ recovery-image] May 28 00:58:28.707 INFO O| May 28 00:58:28.707 INFO STEP 85 (remove_files) COMPLETE
51292026-05-28T00:58:29.447Z[ recovery-image] May 28 00:58:28.707 INFO O| May 28 00:58:28.707 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51302026-05-28T00:58:29.448Z[ recovery-image] May 28 00:58:28.715 INFO O| May 28 00:58:28.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51312026-05-28T00:58:29.448Z[ recovery-image] May 28 00:58:28.715 INFO O| May 28 00:58:28.715 INFO STEP 86 (remove_files) COMPLETE
51322026-05-28T00:58:29.448Z[ recovery-image] May 28 00:58:28.715 INFO O| May 28 00:58:28.715 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51332026-05-28T00:58:29.452Z[ recovery-image] May 28 00:58:28.722 INFO O| May 28 00:58:28.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51342026-05-28T00:58:29.452Z[ recovery-image] May 28 00:58:28.722 INFO O| May 28 00:58:28.722 INFO STEP 87 (remove_files) COMPLETE
51352026-05-28T00:58:29.452Z[ recovery-image] May 28 00:58:28.722 INFO O| May 28 00:58:28.722 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51362026-05-28T00:58:29.457Z[ recovery-image] May 28 00:58:28.729 INFO O| May 28 00:58:28.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51372026-05-28T00:58:29.457Z[ recovery-image] May 28 00:58:28.729 INFO O| May 28 00:58:28.729 INFO STEP 88 (remove_files) COMPLETE
51382026-05-28T00:58:29.461Z[ recovery-image] May 28 00:58:28.729 INFO O| May 28 00:58:28.729 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51392026-05-28T00:58:29.466Z[ recovery-image] May 28 00:58:28.738 INFO O| May 28 00:58:28.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51402026-05-28T00:58:29.466Z[ recovery-image] May 28 00:58:28.738 INFO O| May 28 00:58:28.738 INFO STEP 89 (remove_files) COMPLETE
51412026-05-28T00:58:29.466Z[ recovery-image] May 28 00:58:28.738 INFO O| May 28 00:58:28.738 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51422026-05-28T00:58:29.517Z[ recovery-image] May 28 00:58:28.746 INFO O| May 28 00:58:28.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51432026-05-28T00:58:29.517Z[ recovery-image] May 28 00:58:28.746 INFO O| May 28 00:58:28.746 INFO STEP 90 (remove_files) COMPLETE
51442026-05-28T00:58:29.517Z[ recovery-image] May 28 00:58:28.746 INFO O| May 28 00:58:28.746 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51452026-05-28T00:58:29.521Z[ recovery-image] May 28 00:58:28.754 INFO O| May 28 00:58:28.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51462026-05-28T00:58:29.521Z[ recovery-image] May 28 00:58:28.754 INFO O| May 28 00:58:28.754 INFO STEP 91 (remove_files) COMPLETE
51472026-05-28T00:58:29.521Z[ recovery-image] May 28 00:58:28.754 INFO O| May 28 00:58:28.754 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51482026-05-28T00:58:29.521Z[ recovery-image] May 28 00:58:28.761 INFO O| May 28 00:58:28.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51492026-05-28T00:58:29.521Z[ recovery-image] May 28 00:58:28.761 INFO O| May 28 00:58:28.761 INFO STEP 92 (remove_files) COMPLETE
51502026-05-28T00:58:29.521Z[ recovery-image] May 28 00:58:28.761 INFO O| May 28 00:58:28.761 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51512026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.768 INFO O| May 28 00:58:28.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51522026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.768 INFO O| May 28 00:58:28.768 INFO STEP 93 (remove_files) COMPLETE
51532026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.768 INFO O| May 28 00:58:28.768 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51542026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.775 INFO O| May 28 00:58:28.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51552026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.775 INFO O| May 28 00:58:28.775 INFO STEP 94 (remove_files) COMPLETE
51562026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.775 INFO O| May 28 00:58:28.775 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51572026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.782 INFO O| May 28 00:58:28.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51582026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.782 INFO O| May 28 00:58:28.782 INFO STEP 95 (remove_files) COMPLETE
51592026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.782 INFO O| May 28 00:58:28.782 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51602026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.790 INFO O| May 28 00:58:28.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51612026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.790 INFO O| May 28 00:58:28.790 INFO STEP 96 (remove_files) COMPLETE
51622026-05-28T00:58:29.522Z[ recovery-image] May 28 00:58:28.790 INFO O| May 28 00:58:28.790 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51632026-05-28T00:58:29.526Z[ recovery-image] May 28 00:58:28.797 INFO O| May 28 00:58:28.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51642026-05-28T00:58:29.526Z[ recovery-image] May 28 00:58:28.797 INFO O| May 28 00:58:28.797 INFO STEP 97 (remove_files) COMPLETE
51652026-05-28T00:58:29.526Z[ recovery-image] May 28 00:58:28.797 INFO O| May 28 00:58:28.797 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51662026-05-28T00:58:29.533Z[ recovery-image] May 28 00:58:28.805 INFO O| May 28 00:58:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51672026-05-28T00:58:29.533Z[ recovery-image] May 28 00:58:28.805 INFO O| May 28 00:58:28.805 INFO STEP 98 (remove_files) COMPLETE
51682026-05-28T00:58:29.536Z[ recovery-image] May 28 00:58:28.805 INFO O| May 28 00:58:28.805 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51692026-05-28T00:58:29.540Z[ recovery-image] May 28 00:58:28.812 INFO O| May 28 00:58:28.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51702026-05-28T00:58:29.540Z[ recovery-image] May 28 00:58:28.812 INFO O| May 28 00:58:28.812 INFO STEP 99 (remove_files) COMPLETE
51712026-05-28T00:58:29.543Z[ recovery-image] May 28 00:58:28.812 INFO O| May 28 00:58:28.812 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51722026-05-28T00:58:29.548Z[ recovery-image] May 28 00:58:28.820 INFO O| May 28 00:58:28.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51732026-05-28T00:58:29.549Z[ recovery-image] May 28 00:58:28.820 INFO O| May 28 00:58:28.820 INFO STEP 100 (remove_files) COMPLETE
51742026-05-28T00:58:29.553Z[ recovery-image] May 28 00:58:28.820 INFO O| May 28 00:58:28.820 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51752026-05-28T00:58:29.556Z[ recovery-image] May 28 00:58:28.828 INFO O| May 28 00:58:28.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51762026-05-28T00:58:29.556Z[ recovery-image] May 28 00:58:28.828 INFO O| May 28 00:58:28.828 INFO STEP 101 (remove_files) COMPLETE
51772026-05-28T00:58:29.559Z[ recovery-image] May 28 00:58:28.828 INFO O| May 28 00:58:28.828 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51782026-05-28T00:58:29.564Z[ recovery-image] May 28 00:58:28.836 INFO O| May 28 00:58:28.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51792026-05-28T00:58:29.564Z[ recovery-image] May 28 00:58:28.836 INFO O| May 28 00:58:28.836 INFO STEP 102 (remove_files) COMPLETE
51802026-05-28T00:58:29.567Z[ recovery-image] May 28 00:58:28.836 INFO O| May 28 00:58:28.836 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51812026-05-28T00:58:29.571Z[ recovery-image] May 28 00:58:28.843 INFO O| May 28 00:58:28.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51822026-05-28T00:58:29.571Z[ recovery-image] May 28 00:58:28.843 INFO O| May 28 00:58:28.843 INFO STEP 103 (remove_files) COMPLETE
51832026-05-28T00:58:29.574Z[ recovery-image] May 28 00:58:28.843 INFO O| May 28 00:58:28.843 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51842026-05-28T00:58:29.578Z[ recovery-image] May 28 00:58:28.851 INFO O| May 28 00:58:28.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51852026-05-28T00:58:29.579Z[ recovery-image] May 28 00:58:28.851 INFO O| May 28 00:58:28.851 INFO STEP 104 (remove_files) COMPLETE
51862026-05-28T00:58:29.581Z[ recovery-image] May 28 00:58:28.851 INFO O| May 28 00:58:28.851 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51872026-05-28T00:58:29.586Z[ recovery-image] May 28 00:58:28.858 INFO O| May 28 00:58:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51882026-05-28T00:58:29.586Z[ recovery-image] May 28 00:58:28.858 INFO O| May 28 00:58:28.858 INFO STEP 105 (remove_files) COMPLETE
51892026-05-28T00:58:29.589Z[ recovery-image] May 28 00:58:28.858 INFO O| May 28 00:58:28.858 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51902026-05-28T00:58:29.594Z[ recovery-image] May 28 00:58:28.866 INFO O| May 28 00:58:28.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51912026-05-28T00:58:29.594Z[ recovery-image] May 28 00:58:28.866 INFO O| May 28 00:58:28.866 INFO STEP 106 (remove_files) COMPLETE
51922026-05-28T00:58:29.597Z[ recovery-image] May 28 00:58:28.866 INFO O| May 28 00:58:28.866 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51932026-05-28T00:58:29.601Z[ recovery-image] May 28 00:58:28.873 INFO O| May 28 00:58:28.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51942026-05-28T00:58:29.601Z[ recovery-image] May 28 00:58:28.873 INFO O| May 28 00:58:28.873 INFO STEP 107 (remove_files) COMPLETE
51952026-05-28T00:58:29.605Z[ recovery-image] May 28 00:58:28.873 INFO O| May 28 00:58:28.873 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51962026-05-28T00:58:29.609Z[ recovery-image] May 28 00:58:28.881 INFO O| May 28 00:58:28.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51972026-05-28T00:58:29.609Z[ recovery-image] May 28 00:58:28.881 INFO O| May 28 00:58:28.881 INFO STEP 108 (remove_files) COMPLETE
51982026-05-28T00:58:29.609Z[ recovery-image] May 28 00:58:28.881 INFO O| May 28 00:58:28.881 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51992026-05-28T00:58:29.617Z[ recovery-image] May 28 00:58:28.889 INFO O| May 28 00:58:28.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52002026-05-28T00:58:29.617Z[ recovery-image] May 28 00:58:28.889 INFO O| May 28 00:58:28.889 INFO STEP 109 (remove_files) COMPLETE
52012026-05-28T00:58:29.623Z[ recovery-image] May 28 00:58:28.889 INFO O| May 28 00:58:28.889 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52022026-05-28T00:58:29.630Z[ recovery-image] May 28 00:58:28.897 INFO O| May 28 00:58:28.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52032026-05-28T00:58:29.630Z[ recovery-image] May 28 00:58:28.897 INFO O| May 28 00:58:28.897 INFO STEP 110 (remove_files) COMPLETE
52042026-05-28T00:58:29.631Z[ recovery-image] May 28 00:58:28.897 INFO O| May 28 00:58:28.897 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52052026-05-28T00:58:29.634Z[ recovery-image] May 28 00:58:28.905 INFO O| May 28 00:58:28.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52062026-05-28T00:58:29.634Z[ recovery-image] May 28 00:58:28.905 INFO O| May 28 00:58:28.905 INFO STEP 111 (remove_files) COMPLETE
52072026-05-28T00:58:29.634Z[ recovery-image] May 28 00:58:28.905 INFO O| May 28 00:58:28.905 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52082026-05-28T00:58:29.641Z[ recovery-image] May 28 00:58:28.913 INFO O| May 28 00:58:28.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52092026-05-28T00:58:29.641Z[ recovery-image] May 28 00:58:28.913 INFO O| May 28 00:58:28.913 INFO STEP 112 (remove_files) COMPLETE
52102026-05-28T00:58:29.645Z[ recovery-image] May 28 00:58:28.913 INFO O| May 28 00:58:28.913 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52112026-05-28T00:58:29.648Z[ recovery-image] May 28 00:58:28.920 INFO O| May 28 00:58:28.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52122026-05-28T00:58:29.648Z[ recovery-image] May 28 00:58:28.921 INFO O| May 28 00:58:28.921 INFO STEP 113 (remove_files) COMPLETE
52132026-05-28T00:58:29.651Z[ recovery-image] May 28 00:58:28.921 INFO O| May 28 00:58:28.921 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52142026-05-28T00:58:29.656Z[ recovery-image] May 28 00:58:28.928 INFO O| May 28 00:58:28.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52152026-05-28T00:58:29.680Z[ recovery-image] May 28 00:58:28.952 INFO O| May 28 00:58:28.952 INFO STEP 114 (remove_files) COMPLETE
52162026-05-28T00:58:29.680Z[ recovery-image] May 28 00:58:28.952 INFO O| May 28 00:58:28.952 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52172026-05-28T00:58:29.701Z[ recovery-image] May 28 00:58:28.973 INFO O| May 28 00:58:28.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52182026-05-28T00:58:29.701Z[ recovery-image] May 28 00:58:28.973 INFO O| May 28 00:58:28.973 INFO STEP 115 (remove_files) COMPLETE
52192026-05-28T00:58:29.704Z[ recovery-image] May 28 00:58:28.973 INFO O| May 28 00:58:28.973 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52202026-05-28T00:58:29.741Z[ recovery-image] May 28 00:58:29.013 INFO O| May 28 00:58:29.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52212026-05-28T00:58:29.741Z[ recovery-image] May 28 00:58:29.013 INFO O| May 28 00:58:29.013 INFO STEP 116 (remove_files) COMPLETE
52222026-05-28T00:58:29.745Z[ recovery-image] May 28 00:58:29.013 INFO O| May 28 00:58:29.013 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52232026-05-28T00:58:29.775Z[ recovery-image] May 28 00:58:29.047 INFO O| May 28 00:58:29.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52242026-05-28T00:58:29.775Z[ recovery-image] May 28 00:58:29.047 INFO O| May 28 00:58:29.047 INFO STEP 117 (remove_files) COMPLETE
52252026-05-28T00:58:29.775Z[ recovery-image] May 28 00:58:29.047 INFO O| May 28 00:58:29.047 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52262026-05-28T00:58:29.784Z[ recovery-image] May 28 00:58:29.056 INFO O| May 28 00:58:29.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52272026-05-28T00:58:29.785Z[ recovery-image] May 28 00:58:29.056 INFO O| May 28 00:58:29.056 INFO STEP 118 (remove_files) COMPLETE
52282026-05-28T00:58:29.788Z[ recovery-image] May 28 00:58:29.056 INFO O| May 28 00:58:29.056 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52292026-05-28T00:58:29.795Z[ recovery-image] May 28 00:58:29.067 INFO O| May 28 00:58:29.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52302026-05-28T00:58:29.795Z[ recovery-image] May 28 00:58:29.067 INFO O| May 28 00:58:29.067 INFO STEP 119 (remove_files) COMPLETE
52312026-05-28T00:58:29.799Z[ recovery-image] May 28 00:58:29.067 INFO O| May 28 00:58:29.067 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52322026-05-28T00:58:29.803Z[ recovery-image] May 28 00:58:29.075 INFO O| May 28 00:58:29.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52332026-05-28T00:58:29.803Z[ recovery-image] May 28 00:58:29.075 INFO O| May 28 00:58:29.075 INFO STEP 120 (remove_files) COMPLETE
52342026-05-28T00:58:29.807Z[ recovery-image] May 28 00:58:29.075 INFO O| May 28 00:58:29.075 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52352026-05-28T00:58:29.813Z[ recovery-image] May 28 00:58:29.085 INFO O| May 28 00:58:29.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52362026-05-28T00:58:29.813Z[ recovery-image] May 28 00:58:29.085 INFO O| May 28 00:58:29.085 INFO STEP 121 (remove_files) COMPLETE
52372026-05-28T00:58:29.814Z[ recovery-image] May 28 00:58:29.085 INFO O| May 28 00:58:29.085 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52382026-05-28T00:58:29.825Z[ recovery-image] May 28 00:58:29.096 INFO O| May 28 00:58:29.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52392026-05-28T00:58:29.825Z[ recovery-image] May 28 00:58:29.096 INFO O| May 28 00:58:29.096 INFO STEP 122 (remove_files) COMPLETE
52402026-05-28T00:58:29.828Z[ recovery-image] May 28 00:58:29.096 INFO O| May 28 00:58:29.096 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52412026-05-28T00:58:29.833Z[ recovery-image] May 28 00:58:29.105 INFO O| May 28 00:58:29.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52422026-05-28T00:58:29.833Z[ recovery-image] May 28 00:58:29.105 INFO O| May 28 00:58:29.105 INFO STEP 123 (remove_files) COMPLETE
52432026-05-28T00:58:29.836Z[ recovery-image] May 28 00:58:29.105 INFO O| May 28 00:58:29.105 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-05-28T00:58:29.842Z[ recovery-image] May 28 00:58:29.114 INFO O| May 28 00:58:29.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52452026-05-28T00:58:29.842Z[ recovery-image] May 28 00:58:29.114 INFO O| May 28 00:58:29.114 INFO STEP 124 (remove_files) COMPLETE
52462026-05-28T00:58:29.845Z[ recovery-image] May 28 00:58:29.114 INFO O| May 28 00:58:29.114 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52472026-05-28T00:58:29.850Z[ recovery-image] May 28 00:58:29.122 INFO O| May 28 00:58:29.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52482026-05-28T00:58:29.850Z[ recovery-image] May 28 00:58:29.122 INFO O| May 28 00:58:29.122 INFO STEP 125 (remove_files) COMPLETE
52492026-05-28T00:58:29.850Z[ recovery-image] May 28 00:58:29.122 INFO O| May 28 00:58:29.122 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-05-28T00:58:29.857Z[ recovery-image] May 28 00:58:29.129 INFO O| May 28 00:58:29.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52512026-05-28T00:58:29.857Z[ recovery-image] May 28 00:58:29.129 INFO O| May 28 00:58:29.129 INFO STEP 126 (remove_files) COMPLETE
52522026-05-28T00:58:29.857Z[ recovery-image] May 28 00:58:29.129 INFO O| May 28 00:58:29.129 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-05-28T00:58:29.865Z[ recovery-image] May 28 00:58:29.137 INFO O| May 28 00:58:29.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52542026-05-28T00:58:29.865Z[ recovery-image] May 28 00:58:29.137 INFO O| May 28 00:58:29.137 INFO STEP 127 (remove_files) COMPLETE
52552026-05-28T00:58:29.865Z[ recovery-image] May 28 00:58:29.137 INFO O| May 28 00:58:29.137 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52562026-05-28T00:58:29.873Z[ recovery-image] May 28 00:58:29.145 INFO O| May 28 00:58:29.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52572026-05-28T00:58:29.873Z[ recovery-image] May 28 00:58:29.145 INFO O| May 28 00:58:29.145 INFO STEP 128 (remove_files) COMPLETE
52582026-05-28T00:58:29.876Z[ recovery-image] May 28 00:58:29.145 INFO O| May 28 00:58:29.145 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52592026-05-28T00:58:29.881Z[ recovery-image] May 28 00:58:29.153 INFO O| May 28 00:58:29.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52602026-05-28T00:58:29.881Z[ recovery-image] May 28 00:58:29.153 INFO O| May 28 00:58:29.153 INFO STEP 129 (remove_files) COMPLETE
52612026-05-28T00:58:29.884Z[ recovery-image] May 28 00:58:29.153 INFO O| May 28 00:58:29.153 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52622026-05-28T00:58:29.889Z[ recovery-image] May 28 00:58:29.161 INFO O| May 28 00:58:29.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52632026-05-28T00:58:29.889Z[ recovery-image] May 28 00:58:29.161 INFO O| May 28 00:58:29.161 INFO STEP 130 (remove_files) COMPLETE
52642026-05-28T00:58:29.892Z[ recovery-image] May 28 00:58:29.161 INFO O| May 28 00:58:29.161 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-05-28T00:58:29.899Z[ recovery-image] May 28 00:58:29.169 INFO O| May 28 00:58:29.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52662026-05-28T00:58:29.899Z[ recovery-image] May 28 00:58:29.169 INFO O| May 28 00:58:29.169 INFO STEP 131 (remove_files) COMPLETE
52672026-05-28T00:58:29.907Z[ recovery-image] May 28 00:58:29.169 INFO O| May 28 00:58:29.169 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-05-28T00:58:29.907Z[ recovery-image] May 28 00:58:29.177 INFO O| May 28 00:58:29.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52692026-05-28T00:58:29.907Z[ recovery-image] May 28 00:58:29.177 INFO O| May 28 00:58:29.177 INFO STEP 132 (remove_files) COMPLETE
52702026-05-28T00:58:29.907Z[ recovery-image] May 28 00:58:29.177 INFO O| May 28 00:58:29.177 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-05-28T00:58:29.913Z[ recovery-image] May 28 00:58:29.185 INFO O| May 28 00:58:29.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52722026-05-28T00:58:29.913Z[ recovery-image] May 28 00:58:29.185 INFO O| May 28 00:58:29.185 INFO STEP 133 (remove_files) COMPLETE
52732026-05-28T00:58:29.916Z[ recovery-image] May 28 00:58:29.185 INFO O| May 28 00:58:29.185 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-05-28T00:58:29.921Z[ recovery-image] May 28 00:58:29.193 INFO O| May 28 00:58:29.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52752026-05-28T00:58:29.921Z[ recovery-image] May 28 00:58:29.193 INFO O| May 28 00:58:29.193 INFO STEP 134 (remove_files) COMPLETE
52762026-05-28T00:58:29.924Z[ recovery-image] May 28 00:58:29.193 INFO O| May 28 00:58:29.193 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-05-28T00:58:29.929Z[ recovery-image] May 28 00:58:29.201 INFO O| May 28 00:58:29.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52782026-05-28T00:58:29.929Z[ recovery-image] May 28 00:58:29.201 INFO O| May 28 00:58:29.201 INFO STEP 135 (remove_files) COMPLETE
52792026-05-28T00:58:29.932Z[ recovery-image] May 28 00:58:29.201 INFO O| May 28 00:58:29.201 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-05-28T00:58:29.937Z[ recovery-image] May 28 00:58:29.209 INFO O| May 28 00:58:29.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52812026-05-28T00:58:29.937Z[ recovery-image] May 28 00:58:29.209 INFO O| May 28 00:58:29.209 INFO STEP 136 (remove_files) COMPLETE
52822026-05-28T00:58:29.940Z[ recovery-image] May 28 00:58:29.209 INFO O| May 28 00:58:29.209 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-05-28T00:58:29.946Z[ recovery-image] May 28 00:58:29.218 INFO O| May 28 00:58:29.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52842026-05-28T00:58:29.946Z[ recovery-image] May 28 00:58:29.218 INFO O| May 28 00:58:29.218 INFO STEP 137 (remove_files) COMPLETE
52852026-05-28T00:58:29.949Z[ recovery-image] May 28 00:58:29.218 INFO O| May 28 00:58:29.218 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-05-28T00:58:29.954Z[ recovery-image] May 28 00:58:29.226 INFO O| May 28 00:58:29.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52872026-05-28T00:58:29.954Z[ recovery-image] May 28 00:58:29.226 INFO O| May 28 00:58:29.226 INFO STEP 138 (remove_files) COMPLETE
52882026-05-28T00:58:29.954Z[ recovery-image] May 28 00:58:29.226 INFO O| May 28 00:58:29.226 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-05-28T00:58:29.962Z[ recovery-image] May 28 00:58:29.235 INFO O| May 28 00:58:29.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52902026-05-28T00:58:29.962Z[ recovery-image] May 28 00:58:29.235 INFO O| May 28 00:58:29.235 INFO STEP 139 (remove_files) COMPLETE
52912026-05-28T00:58:29.967Z[ recovery-image] May 28 00:58:29.235 INFO O| May 28 00:58:29.235 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-05-28T00:58:29.972Z[ recovery-image] May 28 00:58:29.243 INFO O| May 28 00:58:29.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52932026-05-28T00:58:29.972Z[ recovery-image] May 28 00:58:29.243 INFO O| May 28 00:58:29.243 INFO STEP 140 (remove_files) COMPLETE
52942026-05-28T00:58:29.972Z[ recovery-image] May 28 00:58:29.243 INFO O| May 28 00:58:29.243 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-05-28T00:58:29.981Z[ recovery-image] May 28 00:58:29.253 INFO O| May 28 00:58:29.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52962026-05-28T00:58:29.981Z[ recovery-image] May 28 00:58:29.253 INFO O| May 28 00:58:29.253 INFO STEP 141 (remove_files) COMPLETE
52972026-05-28T00:58:29.981Z[ recovery-image] May 28 00:58:29.253 INFO O| May 28 00:58:29.253 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-05-28T00:58:29.989Z[ recovery-image] May 28 00:58:29.261 INFO O| May 28 00:58:29.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52992026-05-28T00:58:29.989Z[ recovery-image] May 28 00:58:29.261 INFO O| May 28 00:58:29.261 INFO STEP 142 (remove_files) COMPLETE
53002026-05-28T00:58:29.989Z[ recovery-image] May 28 00:58:29.261 INFO O| May 28 00:58:29.261 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-05-28T00:58:29.996Z[ recovery-image] May 28 00:58:29.268 INFO O| May 28 00:58:29.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53022026-05-28T00:58:29.996Z[ recovery-image] May 28 00:58:29.268 INFO O| May 28 00:58:29.268 INFO STEP 143 (remove_files) COMPLETE
53032026-05-28T00:58:29.996Z[ recovery-image] May 28 00:58:29.268 INFO O| May 28 00:58:29.268 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-05-28T00:58:30.004Z[ recovery-image] May 28 00:58:29.276 INFO O| May 28 00:58:29.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53052026-05-28T00:58:30.004Z[ recovery-image] May 28 00:58:29.276 INFO O| May 28 00:58:29.276 INFO STEP 144 (remove_files) COMPLETE
53062026-05-28T00:58:30.004Z[ recovery-image] May 28 00:58:29.276 INFO O| May 28 00:58:29.276 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-05-28T00:58:30.011Z[ recovery-image] May 28 00:58:29.283 INFO O| May 28 00:58:29.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53082026-05-28T00:58:30.011Z[ recovery-image] May 28 00:58:29.283 INFO O| May 28 00:58:29.283 INFO STEP 145 (remove_files) COMPLETE
53092026-05-28T00:58:30.014Z[ recovery-image] May 28 00:58:29.283 INFO O| May 28 00:58:29.283 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-05-28T00:58:30.019Z[ recovery-image] May 28 00:58:29.291 INFO O| May 28 00:58:29.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53112026-05-28T00:58:30.019Z[ recovery-image] May 28 00:58:29.291 INFO O| May 28 00:58:29.291 INFO STEP 146 (remove_files) COMPLETE
53122026-05-28T00:58:30.022Z[ recovery-image] May 28 00:58:29.291 INFO O| May 28 00:58:29.291 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-05-28T00:58:30.028Z[ recovery-image] May 28 00:58:29.299 INFO O| May 28 00:58:29.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53142026-05-28T00:58:30.028Z[ recovery-image] May 28 00:58:29.299 INFO O| May 28 00:58:29.299 INFO STEP 147 (remove_files) COMPLETE
53152026-05-28T00:58:30.031Z[ recovery-image] May 28 00:58:29.299 INFO O| May 28 00:58:29.299 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-05-28T00:58:30.034Z[ recovery-image] May 28 00:58:29.306 INFO O| May 28 00:58:29.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53172026-05-28T00:58:30.034Z[ recovery-image] May 28 00:58:29.306 INFO O| May 28 00:58:29.306 INFO STEP 148 (remove_files) COMPLETE
53182026-05-28T00:58:30.034Z[ recovery-image] May 28 00:58:29.306 INFO O| May 28 00:58:29.306 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53192026-05-28T00:58:30.045Z[ recovery-image] May 28 00:58:29.316 INFO O| May 28 00:58:29.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53202026-05-28T00:58:30.046Z[ recovery-image] May 28 00:58:29.316 INFO O| May 28 00:58:29.316 INFO STEP 149 (remove_files) COMPLETE
53212026-05-28T00:58:30.046Z[ recovery-image] May 28 00:58:29.316 INFO O| May 28 00:58:29.316 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53222026-05-28T00:58:30.052Z[ recovery-image] May 28 00:58:29.324 INFO O| May 28 00:58:29.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53232026-05-28T00:58:30.052Z[ recovery-image] May 28 00:58:29.324 INFO O| May 28 00:58:29.324 INFO STEP 150 (remove_files) COMPLETE
53242026-05-28T00:58:30.052Z[ recovery-image] May 28 00:58:29.324 INFO O| May 28 00:58:29.324 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53252026-05-28T00:58:30.060Z[ recovery-image] May 28 00:58:29.331 INFO O| May 28 00:58:29.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53262026-05-28T00:58:30.060Z[ recovery-image] May 28 00:58:29.332 INFO O| May 28 00:58:29.331 INFO STEP 151 (remove_files) COMPLETE
53272026-05-28T00:58:30.060Z[ recovery-image] May 28 00:58:29.332 INFO O| May 28 00:58:29.331 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-05-28T00:58:30.067Z[ recovery-image] May 28 00:58:29.339 INFO O| May 28 00:58:29.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53292026-05-28T00:58:30.067Z[ recovery-image] May 28 00:58:29.339 INFO O| May 28 00:58:29.339 INFO STEP 152 (remove_files) COMPLETE
53302026-05-28T00:58:30.067Z[ recovery-image] May 28 00:58:29.339 INFO O| May 28 00:58:29.339 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-05-28T00:58:30.075Z[ recovery-image] May 28 00:58:29.346 INFO O| May 28 00:58:29.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53322026-05-28T00:58:30.075Z[ recovery-image] May 28 00:58:29.347 INFO O| May 28 00:58:29.347 INFO STEP 153 (remove_files) COMPLETE
53332026-05-28T00:58:30.078Z[ recovery-image] May 28 00:58:29.347 INFO O| May 28 00:58:29.347 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-05-28T00:58:30.083Z[ recovery-image] May 28 00:58:29.355 INFO O| May 28 00:58:29.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53352026-05-28T00:58:30.083Z[ recovery-image] May 28 00:58:29.355 INFO O| May 28 00:58:29.355 INFO STEP 154 (remove_files) COMPLETE
53362026-05-28T00:58:30.083Z[ recovery-image] May 28 00:58:29.355 INFO O| May 28 00:58:29.355 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-05-28T00:58:30.092Z[ recovery-image] May 28 00:58:29.364 INFO O| May 28 00:58:29.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53382026-05-28T00:58:30.092Z[ recovery-image] May 28 00:58:29.364 INFO O| May 28 00:58:29.364 INFO STEP 155 (remove_files) COMPLETE
53392026-05-28T00:58:30.092Z[ recovery-image] May 28 00:58:29.364 INFO O| May 28 00:58:29.364 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-05-28T00:58:30.102Z[ recovery-image] May 28 00:58:29.374 INFO O| May 28 00:58:29.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53412026-05-28T00:58:30.102Z[ recovery-image] May 28 00:58:29.374 INFO O| May 28 00:58:29.374 INFO STEP 156 (remove_files) COMPLETE
53422026-05-28T00:58:30.102Z[ recovery-image] May 28 00:58:29.374 INFO O| May 28 00:58:29.374 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-05-28T00:58:30.111Z[ recovery-image] May 28 00:58:29.383 INFO O| May 28 00:58:29.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53442026-05-28T00:58:30.111Z[ recovery-image] May 28 00:58:29.383 INFO O| May 28 00:58:29.383 INFO STEP 157 (remove_files) COMPLETE
53452026-05-28T00:58:30.112Z[ recovery-image] May 28 00:58:29.383 INFO O| May 28 00:58:29.383 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-05-28T00:58:30.120Z[ recovery-image] May 28 00:58:29.392 INFO O| May 28 00:58:29.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53472026-05-28T00:58:30.120Z[ recovery-image] May 28 00:58:29.392 INFO O| May 28 00:58:29.392 INFO STEP 158 (remove_files) COMPLETE
53482026-05-28T00:58:30.120Z[ recovery-image] May 28 00:58:29.392 INFO O| May 28 00:58:29.392 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-05-28T00:58:30.128Z[ recovery-image] May 28 00:58:29.400 INFO O| May 28 00:58:29.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53502026-05-28T00:58:30.128Z[ recovery-image] May 28 00:58:29.400 INFO O| May 28 00:58:29.400 INFO STEP 159 (remove_files) COMPLETE
53512026-05-28T00:58:30.128Z[ recovery-image] May 28 00:58:29.400 INFO O| May 28 00:58:29.400 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-05-28T00:58:30.135Z[ recovery-image] May 28 00:58:29.407 INFO O| May 28 00:58:29.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53532026-05-28T00:58:30.135Z[ recovery-image] May 28 00:58:29.407 INFO O| May 28 00:58:29.407 INFO STEP 160 (remove_files) COMPLETE
53542026-05-28T00:58:30.136Z[ recovery-image] May 28 00:58:29.407 INFO O| May 28 00:58:29.407 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-05-28T00:58:30.142Z[ recovery-image] May 28 00:58:29.414 INFO O| May 28 00:58:29.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53562026-05-28T00:58:30.142Z[ recovery-image] May 28 00:58:29.414 INFO O| May 28 00:58:29.414 INFO STEP 161 (remove_files) COMPLETE
53572026-05-28T00:58:30.146Z[ recovery-image] May 28 00:58:29.414 INFO O| May 28 00:58:29.414 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-05-28T00:58:30.149Z[ recovery-image] May 28 00:58:29.421 INFO O| May 28 00:58:29.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53592026-05-28T00:58:30.149Z[ recovery-image] May 28 00:58:29.421 INFO O| May 28 00:58:29.421 INFO STEP 162 (remove_files) COMPLETE
53602026-05-28T00:58:30.149Z[ recovery-image] May 28 00:58:29.421 INFO O| May 28 00:58:29.421 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-05-28T00:58:30.156Z[ recovery-image] May 28 00:58:29.428 INFO O| May 28 00:58:29.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53622026-05-28T00:58:30.159Z[ recovery-image] May 28 00:58:29.429 INFO O| May 28 00:58:29.429 INFO STEP 163 (remove_files) COMPLETE
53632026-05-28T00:58:30.159Z[ recovery-image] May 28 00:58:29.429 INFO O| May 28 00:58:29.429 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-05-28T00:58:30.164Z[ recovery-image] May 28 00:58:29.436 INFO O| May 28 00:58:29.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53652026-05-28T00:58:30.164Z[ recovery-image] May 28 00:58:29.436 INFO O| May 28 00:58:29.436 INFO STEP 164 (remove_files) COMPLETE
53662026-05-28T00:58:30.168Z[ recovery-image] May 28 00:58:29.436 INFO O| May 28 00:58:29.436 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-05-28T00:58:30.171Z[ recovery-image] May 28 00:58:29.443 INFO O| May 28 00:58:29.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53682026-05-28T00:58:30.171Z[ recovery-image] May 28 00:58:29.443 INFO O| May 28 00:58:29.442 INFO STEP 165 (remove_files) COMPLETE
53692026-05-28T00:58:30.175Z[ recovery-image] May 28 00:58:29.443 INFO O| May 28 00:58:29.442 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-05-28T00:58:30.175Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
53712026-05-28T00:58:30.180Z[ recovery-image] May 28 00:58:29.449 INFO O| May 28 00:58:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53722026-05-28T00:58:30.180Z[ recovery-image] May 28 00:58:29.449 INFO O| May 28 00:58:29.449 INFO STEP 166 (remove_files) COMPLETE
53732026-05-28T00:58:30.180Z[ recovery-image] May 28 00:58:29.449 INFO O| May 28 00:58:29.449 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-05-28T00:58:30.185Z[ recovery-image] May 28 00:58:29.456 INFO O| May 28 00:58:29.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53752026-05-28T00:58:30.185Z[ recovery-image] May 28 00:58:29.456 INFO O| May 28 00:58:29.456 INFO STEP 167 (remove_files) COMPLETE
53762026-05-28T00:58:30.188Z[ recovery-image] May 28 00:58:29.456 INFO O| May 28 00:58:29.456 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-05-28T00:58:30.191Z[ recovery-image] May 28 00:58:29.463 INFO O| May 28 00:58:29.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53782026-05-28T00:58:30.191Z[ recovery-image] May 28 00:58:29.463 INFO O| May 28 00:58:29.463 INFO STEP 168 (remove_files) COMPLETE
53792026-05-28T00:58:30.191Z[ recovery-image] May 28 00:58:29.463 INFO O| May 28 00:58:29.463 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-05-28T00:58:30.199Z[ recovery-image] May 28 00:58:29.471 INFO O| May 28 00:58:29.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53812026-05-28T00:58:30.199Z[ recovery-image] May 28 00:58:29.471 INFO O| May 28 00:58:29.471 INFO STEP 169 (remove_files) COMPLETE
53822026-05-28T00:58:30.203Z[ recovery-image] May 28 00:58:29.471 INFO O| May 28 00:58:29.471 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-05-28T00:58:30.207Z[ recovery-image] May 28 00:58:29.479 INFO O| May 28 00:58:29.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53842026-05-28T00:58:30.207Z[ recovery-image] May 28 00:58:29.479 INFO O| May 28 00:58:29.479 INFO STEP 170 (remove_files) COMPLETE
53852026-05-28T00:58:30.210Z[ recovery-image] May 28 00:58:29.479 INFO O| May 28 00:58:29.479 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-05-28T00:58:30.218Z[ recovery-image] May 28 00:58:29.490 INFO O| May 28 00:58:29.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53872026-05-28T00:58:30.218Z[ recovery-image] May 28 00:58:29.490 INFO O| May 28 00:58:29.490 INFO STEP 171 (remove_files) COMPLETE
53882026-05-28T00:58:30.221Z[ recovery-image] May 28 00:58:29.490 INFO O| May 28 00:58:29.490 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-05-28T00:58:30.226Z[ recovery-image] May 28 00:58:29.498 INFO O| May 28 00:58:29.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53902026-05-28T00:58:30.226Z[ recovery-image] May 28 00:58:29.498 INFO O| May 28 00:58:29.498 INFO STEP 172 (remove_files) COMPLETE
53912026-05-28T00:58:30.229Z[ recovery-image] May 28 00:58:29.498 INFO O| May 28 00:58:29.498 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-05-28T00:58:30.238Z[ recovery-image] May 28 00:58:29.510 INFO O| May 28 00:58:29.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53932026-05-28T00:58:30.243Z[ recovery-image] May 28 00:58:29.510 INFO O| May 28 00:58:29.510 INFO STEP 173 (remove_files) COMPLETE
53942026-05-28T00:58:30.243Z[ recovery-image] May 28 00:58:29.510 INFO O| May 28 00:58:29.510 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-05-28T00:58:30.247Z[ recovery-image] May 28 00:58:29.519 INFO O| May 28 00:58:29.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53962026-05-28T00:58:30.250Z[ recovery-image] May 28 00:58:29.519 INFO O| May 28 00:58:29.519 INFO STEP 174 (remove_files) COMPLETE
53972026-05-28T00:58:30.250Z[ recovery-image] May 28 00:58:29.519 INFO O| May 28 00:58:29.519 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-05-28T00:58:30.258Z[ recovery-image] May 28 00:58:29.530 INFO O| May 28 00:58:29.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53992026-05-28T00:58:30.261Z[ recovery-image] May 28 00:58:29.530 INFO O| May 28 00:58:29.530 INFO STEP 175 (remove_files) COMPLETE
54002026-05-28T00:58:30.261Z[ recovery-image] May 28 00:58:29.530 INFO O| May 28 00:58:29.530 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-05-28T00:58:30.266Z[ recovery-image] May 28 00:58:29.538 INFO O| May 28 00:58:29.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54022026-05-28T00:58:30.266Z[ recovery-image] May 28 00:58:29.538 INFO O| May 28 00:58:29.538 INFO STEP 176 (remove_files) COMPLETE
54032026-05-28T00:58:30.269Z[ recovery-image] May 28 00:58:29.538 INFO O| May 28 00:58:29.538 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-05-28T00:58:30.274Z[ recovery-image] May 28 00:58:29.547 INFO O| May 28 00:58:29.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54052026-05-28T00:58:30.274Z[ recovery-image] May 28 00:58:29.547 INFO O| May 28 00:58:29.547 INFO STEP 177 (remove_files) COMPLETE
54062026-05-28T00:58:30.275Z[ recovery-image] May 28 00:58:29.547 INFO O| May 28 00:58:29.547 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-05-28T00:58:30.282Z[ recovery-image] May 28 00:58:29.554 INFO O| May 28 00:58:29.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54082026-05-28T00:58:30.283Z[ recovery-image] May 28 00:58:29.554 INFO O| May 28 00:58:29.554 INFO STEP 178 (remove_files) COMPLETE
54092026-05-28T00:58:30.283Z[ recovery-image] May 28 00:58:29.554 INFO O| May 28 00:58:29.554 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-05-28T00:58:30.290Z[ recovery-image] May 28 00:58:29.562 INFO O| May 28 00:58:29.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54112026-05-28T00:58:30.290Z[ recovery-image] May 28 00:58:29.562 INFO O| May 28 00:58:29.562 INFO STEP 179 (remove_files) COMPLETE
54122026-05-28T00:58:30.293Z[ recovery-image] May 28 00:58:29.562 INFO O| May 28 00:58:29.562 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-05-28T00:58:30.297Z[ recovery-image] May 28 00:58:29.569 INFO O| May 28 00:58:29.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54142026-05-28T00:58:30.297Z[ recovery-image] May 28 00:58:29.569 INFO O| May 28 00:58:29.569 INFO STEP 180 (remove_files) COMPLETE
54152026-05-28T00:58:30.297Z[ recovery-image] May 28 00:58:29.569 INFO O| May 28 00:58:29.569 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-05-28T00:58:30.304Z[ recovery-image] May 28 00:58:29.576 INFO O| May 28 00:58:29.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54172026-05-28T00:58:30.304Z[ recovery-image] May 28 00:58:29.576 INFO O| May 28 00:58:29.576 INFO STEP 181 (remove_files) COMPLETE
54182026-05-28T00:58:30.304Z[ recovery-image] May 28 00:58:29.576 INFO O| May 28 00:58:29.576 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-05-28T00:58:30.310Z[ recovery-image] May 28 00:58:29.582 INFO O| May 28 00:58:29.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54202026-05-28T00:58:30.310Z[ recovery-image] May 28 00:58:29.582 INFO O| May 28 00:58:29.582 INFO STEP 182 (remove_files) COMPLETE
54212026-05-28T00:58:30.310Z[ recovery-image] May 28 00:58:29.582 INFO O| May 28 00:58:29.582 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-05-28T00:58:30.319Z[ recovery-image] May 28 00:58:29.590 INFO O| May 28 00:58:29.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54232026-05-28T00:58:30.319Z[ recovery-image] May 28 00:58:29.590 INFO O| May 28 00:58:29.590 INFO STEP 183 (remove_files) COMPLETE
54242026-05-28T00:58:30.319Z[ recovery-image] May 28 00:58:29.590 INFO O| May 28 00:58:29.590 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-05-28T00:58:30.325Z[ recovery-image] May 28 00:58:29.597 INFO O| May 28 00:58:29.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54262026-05-28T00:58:30.325Z[ recovery-image] May 28 00:58:29.597 INFO O| May 28 00:58:29.597 INFO STEP 184 (remove_files) COMPLETE
54272026-05-28T00:58:30.325Z[ recovery-image] May 28 00:58:29.597 INFO O| May 28 00:58:29.597 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-05-28T00:58:30.332Z[ recovery-image] May 28 00:58:29.604 INFO O| May 28 00:58:29.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54292026-05-28T00:58:30.332Z[ recovery-image] May 28 00:58:29.604 INFO O| May 28 00:58:29.604 INFO STEP 185 (remove_files) COMPLETE
54302026-05-28T00:58:30.332Z[ recovery-image] May 28 00:58:29.604 INFO O| May 28 00:58:29.604 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-05-28T00:58:30.342Z[ recovery-image] May 28 00:58:29.614 INFO O| May 28 00:58:29.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54322026-05-28T00:58:30.342Z[ recovery-image] May 28 00:58:29.614 INFO O| May 28 00:58:29.614 INFO STEP 186 (remove_files) COMPLETE
54332026-05-28T00:58:30.342Z[ recovery-image] May 28 00:58:29.614 INFO O| May 28 00:58:29.614 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-05-28T00:58:30.350Z[ recovery-image] May 28 00:58:29.622 INFO O| May 28 00:58:29.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54352026-05-28T00:58:30.350Z[ recovery-image] May 28 00:58:29.622 INFO O| May 28 00:58:29.622 INFO STEP 187 (remove_files) COMPLETE
54362026-05-28T00:58:30.354Z[ recovery-image] May 28 00:58:29.622 INFO O| May 28 00:58:29.622 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-05-28T00:58:30.358Z[ recovery-image] May 28 00:58:29.631 INFO O| May 28 00:58:29.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54382026-05-28T00:58:30.359Z[ recovery-image] May 28 00:58:29.631 INFO O| May 28 00:58:29.631 INFO STEP 188 (remove_files) COMPLETE
54392026-05-28T00:58:30.362Z[ recovery-image] May 28 00:58:29.631 INFO O| May 28 00:58:29.631 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-05-28T00:58:30.367Z[ recovery-image] May 28 00:58:29.639 INFO O| May 28 00:58:29.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54412026-05-28T00:58:30.367Z[ recovery-image] May 28 00:58:29.639 INFO O| May 28 00:58:29.639 INFO STEP 189 (remove_files) COMPLETE
54422026-05-28T00:58:30.367Z[ recovery-image] May 28 00:58:29.639 INFO O| May 28 00:58:29.639 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-05-28T00:58:30.376Z[ recovery-image] May 28 00:58:29.648 INFO O| May 28 00:58:29.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54442026-05-28T00:58:30.376Z[ recovery-image] May 28 00:58:29.648 INFO O| May 28 00:58:29.648 INFO STEP 190 (remove_files) COMPLETE
54452026-05-28T00:58:30.379Z[ recovery-image] May 28 00:58:29.648 INFO O| May 28 00:58:29.648 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-05-28T00:58:30.384Z[ recovery-image] May 28 00:58:29.656 INFO O| May 28 00:58:29.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54472026-05-28T00:58:30.384Z[ recovery-image] May 28 00:58:29.656 INFO O| May 28 00:58:29.656 INFO STEP 191 (remove_files) COMPLETE
54482026-05-28T00:58:30.387Z[ recovery-image] May 28 00:58:29.656 INFO O| May 28 00:58:29.656 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-05-28T00:58:30.391Z[ recovery-image] May 28 00:58:29.664 INFO O| May 28 00:58:29.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54502026-05-28T00:58:30.391Z[ recovery-image] May 28 00:58:29.664 INFO O| May 28 00:58:29.664 INFO STEP 192 (remove_files) COMPLETE
54512026-05-28T00:58:30.392Z[ recovery-image] May 28 00:58:29.664 INFO O| May 28 00:58:29.664 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-05-28T00:58:30.399Z[ recovery-image] May 28 00:58:29.671 INFO O| May 28 00:58:29.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54532026-05-28T00:58:30.399Z[ recovery-image] May 28 00:58:29.671 INFO O| May 28 00:58:29.671 INFO STEP 193 (remove_files) COMPLETE
54542026-05-28T00:58:30.399Z[ recovery-image] May 28 00:58:29.671 INFO O| May 28 00:58:29.671 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-05-28T00:58:30.408Z[ recovery-image] May 28 00:58:29.679 INFO O| May 28 00:58:29.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54562026-05-28T00:58:30.408Z[ recovery-image] May 28 00:58:29.679 INFO O| May 28 00:58:29.679 INFO STEP 194 (remove_files) COMPLETE
54572026-05-28T00:58:30.408Z[ recovery-image] May 28 00:58:29.679 INFO O| May 28 00:58:29.679 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-05-28T00:58:30.414Z[ recovery-image] May 28 00:58:29.687 INFO O| May 28 00:58:29.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54592026-05-28T00:58:30.415Z[ recovery-image] May 28 00:58:29.687 INFO O| May 28 00:58:29.687 INFO STEP 195 (remove_files) COMPLETE
54602026-05-28T00:58:30.418Z[ recovery-image] May 28 00:58:29.687 INFO O| May 28 00:58:29.687 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-05-28T00:58:30.422Z[ recovery-image] May 28 00:58:29.694 INFO O| May 28 00:58:29.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54622026-05-28T00:58:30.422Z[ recovery-image] May 28 00:58:29.694 INFO O| May 28 00:58:29.694 INFO STEP 196 (remove_files) COMPLETE
54632026-05-28T00:58:30.425Z[ recovery-image] May 28 00:58:29.694 INFO O| May 28 00:58:29.694 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-05-28T00:58:30.429Z[ recovery-image] May 28 00:58:29.701 INFO O| May 28 00:58:29.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54652026-05-28T00:58:30.429Z[ recovery-image] May 28 00:58:29.701 INFO O| May 28 00:58:29.701 INFO STEP 197 (remove_files) COMPLETE
54662026-05-28T00:58:30.433Z[ recovery-image] May 28 00:58:29.701 INFO O| May 28 00:58:29.701 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-05-28T00:58:30.437Z[ recovery-image] May 28 00:58:29.709 INFO O| May 28 00:58:29.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54682026-05-28T00:58:30.437Z[ recovery-image] May 28 00:58:29.709 INFO O| May 28 00:58:29.709 INFO STEP 198 (remove_files) COMPLETE
54692026-05-28T00:58:30.440Z[ recovery-image] May 28 00:58:29.709 INFO O| May 28 00:58:29.709 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-05-28T00:58:30.447Z[ recovery-image] May 28 00:58:29.717 INFO O| May 28 00:58:29.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54712026-05-28T00:58:30.447Z[ recovery-image] May 28 00:58:29.717 INFO O| May 28 00:58:29.717 INFO STEP 199 (remove_files) COMPLETE
54722026-05-28T00:58:30.448Z[ recovery-image] May 28 00:58:29.717 INFO O| May 28 00:58:29.717 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-05-28T00:58:30.453Z[ recovery-image] May 28 00:58:29.725 INFO O| May 28 00:58:29.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54742026-05-28T00:58:30.453Z[ recovery-image] May 28 00:58:29.725 INFO O| May 28 00:58:29.725 INFO STEP 200 (remove_files) COMPLETE
54752026-05-28T00:58:30.453Z[ recovery-image] May 28 00:58:29.725 INFO O| May 28 00:58:29.725 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-05-28T00:58:30.461Z[ recovery-image] May 28 00:58:29.733 INFO O| May 28 00:58:29.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54772026-05-28T00:58:30.461Z[ recovery-image] May 28 00:58:29.733 INFO O| May 28 00:58:29.733 INFO STEP 201 (remove_files) COMPLETE
54782026-05-28T00:58:30.464Z[ recovery-image] May 28 00:58:29.733 INFO O| May 28 00:58:29.733 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-05-28T00:58:30.468Z[ recovery-image] May 28 00:58:29.740 INFO O| May 28 00:58:29.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54802026-05-28T00:58:30.471Z[ recovery-image] May 28 00:58:29.741 INFO O| May 28 00:58:29.741 INFO STEP 202 (remove_files) COMPLETE
54812026-05-28T00:58:30.471Z[ recovery-image] May 28 00:58:29.741 INFO O| May 28 00:58:29.741 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-05-28T00:58:30.477Z[ recovery-image] May 28 00:58:29.749 INFO O| May 28 00:58:29.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54832026-05-28T00:58:30.477Z[ recovery-image] May 28 00:58:29.749 INFO O| May 28 00:58:29.749 INFO STEP 203 (remove_files) COMPLETE
54842026-05-28T00:58:30.481Z[ recovery-image] May 28 00:58:29.749 INFO O| May 28 00:58:29.749 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-05-28T00:58:30.485Z[ recovery-image] May 28 00:58:29.757 INFO O| May 28 00:58:29.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54862026-05-28T00:58:30.485Z[ recovery-image] May 28 00:58:29.757 INFO O| May 28 00:58:29.757 INFO STEP 204 (remove_files) COMPLETE
54872026-05-28T00:58:30.485Z[ recovery-image] May 28 00:58:29.757 INFO O| May 28 00:58:29.757 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-05-28T00:58:30.492Z[ recovery-image] May 28 00:58:29.764 INFO O| May 28 00:58:29.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54892026-05-28T00:58:30.492Z[ recovery-image] May 28 00:58:29.764 INFO O| May 28 00:58:29.764 INFO STEP 205 (remove_files) COMPLETE
54902026-05-28T00:58:30.495Z[ recovery-image] May 28 00:58:29.764 INFO O| May 28 00:58:29.764 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-05-28T00:58:30.500Z[ recovery-image] May 28 00:58:29.772 INFO O| May 28 00:58:29.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54922026-05-28T00:58:30.500Z[ recovery-image] May 28 00:58:29.772 INFO O| May 28 00:58:29.772 INFO STEP 206 (remove_files) COMPLETE
54932026-05-28T00:58:30.503Z[ recovery-image] May 28 00:58:29.772 INFO O| May 28 00:58:29.772 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-05-28T00:58:30.509Z[ recovery-image] May 28 00:58:29.780 INFO O| May 28 00:58:29.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54952026-05-28T00:58:30.510Z[ recovery-image] May 28 00:58:29.780 INFO O| May 28 00:58:29.780 INFO STEP 207 (remove_files) COMPLETE
54962026-05-28T00:58:30.520Z[ recovery-image] May 28 00:58:29.780 INFO O| May 28 00:58:29.780 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-05-28T00:58:30.525Z[ recovery-image] May 28 00:58:29.788 INFO O| May 28 00:58:29.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54982026-05-28T00:58:30.525Z[ recovery-image] May 28 00:58:29.788 INFO O| May 28 00:58:29.788 INFO STEP 208 (remove_files) COMPLETE
54992026-05-28T00:58:30.525Z[ recovery-image] May 28 00:58:29.788 INFO O| May 28 00:58:29.788 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-05-28T00:58:30.525Z[ recovery-image] May 28 00:58:29.796 INFO O| May 28 00:58:29.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55012026-05-28T00:58:30.525Z[ recovery-image] May 28 00:58:29.796 INFO O| May 28 00:58:29.796 INFO STEP 209 (remove_files) COMPLETE
55022026-05-28T00:58:30.525Z[ recovery-image] May 28 00:58:29.796 INFO O| May 28 00:58:29.796 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-05-28T00:58:30.534Z[ recovery-image] May 28 00:58:29.806 INFO O| May 28 00:58:29.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55042026-05-28T00:58:30.534Z[ recovery-image] May 28 00:58:29.806 INFO O| May 28 00:58:29.806 INFO STEP 210 (remove_files) COMPLETE
55052026-05-28T00:58:30.534Z[ recovery-image] May 28 00:58:29.806 INFO O| May 28 00:58:29.806 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-05-28T00:58:30.550Z[ recovery-image] May 28 00:58:29.822 INFO O| May 28 00:58:29.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55072026-05-28T00:58:30.550Z[ recovery-image] May 28 00:58:29.822 INFO O| May 28 00:58:29.822 INFO STEP 211 (remove_files) COMPLETE
55082026-05-28T00:58:30.553Z[ recovery-image] May 28 00:58:29.822 INFO O| May 28 00:58:29.822 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-05-28T00:58:30.559Z[ recovery-image] May 28 00:58:29.831 INFO O| May 28 00:58:29.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55102026-05-28T00:58:30.559Z[ recovery-image] May 28 00:58:29.831 INFO O| May 28 00:58:29.831 INFO STEP 212 (remove_files) COMPLETE
55112026-05-28T00:58:30.559Z[ recovery-image] May 28 00:58:29.831 INFO O| May 28 00:58:29.831 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-05-28T00:58:30.567Z[ recovery-image] May 28 00:58:29.839 INFO O| May 28 00:58:29.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55132026-05-28T00:58:30.567Z[ recovery-image] May 28 00:58:29.839 INFO O| May 28 00:58:29.839 INFO STEP 213 (remove_files) COMPLETE
55142026-05-28T00:58:30.567Z[ recovery-image] May 28 00:58:29.839 INFO O| May 28 00:58:29.839 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-05-28T00:58:30.602Z[ recovery-image] May 28 00:58:29.873 INFO O| May 28 00:58:29.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55162026-05-28T00:58:30.602Z[ recovery-image] May 28 00:58:29.873 INFO O| May 28 00:58:29.873 INFO STEP 214 (remove_files) COMPLETE
55172026-05-28T00:58:30.602Z[ recovery-image] May 28 00:58:29.873 INFO O| May 28 00:58:29.873 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-05-28T00:58:30.609Z[ recovery-image] May 28 00:58:29.882 INFO O| May 28 00:58:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55192026-05-28T00:58:30.610Z[ recovery-image] May 28 00:58:29.882 INFO O| May 28 00:58:29.882 INFO STEP 215 (remove_files) COMPLETE
55202026-05-28T00:58:30.613Z[ recovery-image] May 28 00:58:29.882 INFO O| May 28 00:58:29.882 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-05-28T00:58:30.618Z[ recovery-image] May 28 00:58:29.890 INFO O| May 28 00:58:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55222026-05-28T00:58:30.618Z[ recovery-image] May 28 00:58:29.890 INFO O| May 28 00:58:29.890 INFO STEP 216 (remove_files) COMPLETE
55232026-05-28T00:58:30.621Z[ recovery-image] May 28 00:58:29.890 INFO O| May 28 00:58:29.890 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-05-28T00:58:30.625Z[ recovery-image] May 28 00:58:29.897 INFO O| May 28 00:58:29.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55252026-05-28T00:58:30.625Z[ recovery-image] May 28 00:58:29.897 INFO O| May 28 00:58:29.897 INFO STEP 217 (remove_files) COMPLETE
55262026-05-28T00:58:30.625Z[ recovery-image] May 28 00:58:29.897 INFO O| May 28 00:58:29.897 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-05-28T00:58:30.632Z[ recovery-image] May 28 00:58:29.904 INFO O| May 28 00:58:29.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55282026-05-28T00:58:30.632Z[ recovery-image] May 28 00:58:29.904 INFO O| May 28 00:58:29.904 INFO STEP 218 (remove_files) COMPLETE
55292026-05-28T00:58:30.635Z[ recovery-image] May 28 00:58:29.904 INFO O| May 28 00:58:29.904 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-05-28T00:58:30.641Z[ recovery-image] May 28 00:58:29.911 INFO O| May 28 00:58:29.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55312026-05-28T00:58:30.641Z[ recovery-image] May 28 00:58:29.911 INFO O| May 28 00:58:29.911 INFO STEP 219 (remove_files) COMPLETE
55322026-05-28T00:58:30.642Z[ recovery-image] May 28 00:58:29.911 INFO O| May 28 00:58:29.911 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-05-28T00:58:30.647Z[ recovery-image] May 28 00:58:29.918 INFO O| May 28 00:58:29.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55342026-05-28T00:58:30.647Z[ recovery-image] May 28 00:58:29.918 INFO O| May 28 00:58:29.918 INFO STEP 220 (remove_files) COMPLETE
55352026-05-28T00:58:30.650Z[ recovery-image] May 28 00:58:29.918 INFO O| May 28 00:58:29.918 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-05-28T00:58:30.654Z[ recovery-image] May 28 00:58:29.926 INFO O| May 28 00:58:29.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55372026-05-28T00:58:30.654Z[ recovery-image] May 28 00:58:29.926 INFO O| May 28 00:58:29.926 INFO STEP 221 (remove_files) COMPLETE
55382026-05-28T00:58:30.657Z[ recovery-image] May 28 00:58:29.926 INFO O| May 28 00:58:29.926 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-05-28T00:58:30.661Z[ recovery-image] May 28 00:58:29.934 INFO O| May 28 00:58:29.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55402026-05-28T00:58:30.662Z[ recovery-image] May 28 00:58:29.934 INFO O| May 28 00:58:29.934 INFO STEP 222 (remove_files) COMPLETE
55412026-05-28T00:58:30.662Z[ recovery-image] May 28 00:58:29.934 INFO O| May 28 00:58:29.934 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-05-28T00:58:30.670Z[ recovery-image] May 28 00:58:29.942 INFO O| May 28 00:58:29.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55432026-05-28T00:58:30.679Z[ recovery-image] May 28 00:58:29.951 INFO O| May 28 00:58:29.951 INFO STEP 223 (remove_files) COMPLETE
55442026-05-28T00:58:30.679Z[ recovery-image] May 28 00:58:29.951 INFO O| May 28 00:58:29.951 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-05-28T00:58:30.698Z[ recovery-image] May 28 00:58:29.970 INFO O| May 28 00:58:29.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55462026-05-28T00:58:30.698Z[ recovery-image] May 28 00:58:29.970 INFO O| May 28 00:58:29.970 INFO STEP 224 (remove_files) COMPLETE
55472026-05-28T00:58:30.698Z[ recovery-image] May 28 00:58:29.970 INFO O| May 28 00:58:29.970 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-05-28T00:58:30.706Z[ recovery-image] May 28 00:58:29.978 INFO O| May 28 00:58:29.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55492026-05-28T00:58:30.706Z[ recovery-image] May 28 00:58:29.978 INFO O| May 28 00:58:29.978 INFO STEP 225 (remove_files) COMPLETE
55502026-05-28T00:58:30.706Z[ recovery-image] May 28 00:58:29.978 INFO O| May 28 00:58:29.978 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-05-28T00:58:30.714Z[ recovery-image] May 28 00:58:29.986 INFO O| May 28 00:58:29.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55522026-05-28T00:58:30.714Z[ recovery-image] May 28 00:58:29.986 INFO O| May 28 00:58:29.986 INFO STEP 226 (remove_files) COMPLETE
55532026-05-28T00:58:30.719Z[ recovery-image] May 28 00:58:29.986 INFO O| May 28 00:58:29.986 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-05-28T00:58:30.722Z[ recovery-image] May 28 00:58:29.993 INFO O| May 28 00:58:29.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55552026-05-28T00:58:30.722Z[ recovery-image] May 28 00:58:29.993 INFO O| May 28 00:58:29.993 INFO STEP 227 (remove_files) COMPLETE
55562026-05-28T00:58:30.722Z[ recovery-image] May 28 00:58:29.993 INFO O| May 28 00:58:29.993 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-05-28T00:58:30.729Z[ recovery-image] May 28 00:58:30.001 INFO O| May 28 00:58:30.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55582026-05-28T00:58:30.729Z[ recovery-image] May 28 00:58:30.001 INFO O| May 28 00:58:30.001 INFO STEP 228 (remove_files) COMPLETE
55592026-05-28T00:58:30.729Z[ recovery-image] May 28 00:58:30.001 INFO O| May 28 00:58:30.001 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-05-28T00:58:30.737Z[ recovery-image] May 28 00:58:30.009 INFO O| May 28 00:58:30.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55612026-05-28T00:58:30.737Z[ recovery-image] May 28 00:58:30.009 INFO O| May 28 00:58:30.009 INFO STEP 229 (remove_files) COMPLETE
55622026-05-28T00:58:30.737Z[ recovery-image] May 28 00:58:30.009 INFO O| May 28 00:58:30.009 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-05-28T00:58:30.745Z[ recovery-image] May 28 00:58:30.017 INFO O| May 28 00:58:30.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55642026-05-28T00:58:30.745Z[ recovery-image] May 28 00:58:30.017 INFO O| May 28 00:58:30.017 INFO STEP 230 (remove_files) COMPLETE
55652026-05-28T00:58:30.745Z[ recovery-image] May 28 00:58:30.017 INFO O| May 28 00:58:30.017 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-05-28T00:58:30.752Z[ recovery-image] May 28 00:58:30.024 INFO O| May 28 00:58:30.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55672026-05-28T00:58:30.753Z[ recovery-image] May 28 00:58:30.024 INFO O| May 28 00:58:30.024 INFO STEP 231 (remove_files) COMPLETE
55682026-05-28T00:58:30.756Z[ recovery-image] May 28 00:58:30.024 INFO O| May 28 00:58:30.024 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-05-28T00:58:30.778Z[ recovery-image] May 28 00:58:30.049 INFO O| May 28 00:58:30.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55702026-05-28T00:58:30.778Z[ recovery-image] May 28 00:58:30.049 INFO O| May 28 00:58:30.049 INFO STEP 232 (remove_files) COMPLETE
55712026-05-28T00:58:30.779Z[ recovery-image] May 28 00:58:30.049 INFO O| May 28 00:58:30.049 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-05-28T00:58:30.788Z[ recovery-image] May 28 00:58:30.060 INFO O| May 28 00:58:30.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55732026-05-28T00:58:30.788Z[ recovery-image] May 28 00:58:30.060 INFO O| May 28 00:58:30.060 INFO STEP 233 (remove_files) COMPLETE
55742026-05-28T00:58:30.791Z[ recovery-image] May 28 00:58:30.060 INFO O| May 28 00:58:30.060 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-05-28T00:58:30.799Z[ recovery-image] May 28 00:58:30.071 INFO O| May 28 00:58:30.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55762026-05-28T00:58:30.799Z[ recovery-image] May 28 00:58:30.071 INFO O| May 28 00:58:30.071 INFO STEP 234 (remove_files) COMPLETE
55772026-05-28T00:58:30.799Z[ recovery-image] May 28 00:58:30.071 INFO O| May 28 00:58:30.071 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-05-28T00:58:30.809Z[ recovery-image] May 28 00:58:30.081 INFO O| May 28 00:58:30.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55792026-05-28T00:58:30.809Z[ recovery-image] May 28 00:58:30.081 INFO O| May 28 00:58:30.081 INFO STEP 235 (remove_files) COMPLETE
55802026-05-28T00:58:30.812Z[ recovery-image] May 28 00:58:30.081 INFO O| May 28 00:58:30.081 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-05-28T00:58:30.819Z[ recovery-image] May 28 00:58:30.091 INFO O| May 28 00:58:30.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55822026-05-28T00:58:30.823Z[ recovery-image] May 28 00:58:30.092 INFO O| May 28 00:58:30.092 INFO STEP 236 (remove_files) COMPLETE
55832026-05-28T00:58:30.823Z[ recovery-image] May 28 00:58:30.092 INFO O| May 28 00:58:30.092 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-05-28T00:58:30.828Z[ recovery-image] May 28 00:58:30.101 INFO O| May 28 00:58:30.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55852026-05-28T00:58:30.829Z[ recovery-image] May 28 00:58:30.101 INFO O| May 28 00:58:30.101 INFO STEP 237 (remove_files) COMPLETE
55862026-05-28T00:58:30.829Z[ recovery-image] May 28 00:58:30.101 INFO O| May 28 00:58:30.101 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-05-28T00:58:30.839Z[ recovery-image] May 28 00:58:30.111 INFO O| May 28 00:58:30.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55882026-05-28T00:58:30.839Z[ recovery-image] May 28 00:58:30.111 INFO O| May 28 00:58:30.111 INFO STEP 238 (remove_files) COMPLETE
55892026-05-28T00:58:30.842Z[ recovery-image] May 28 00:58:30.111 INFO O| May 28 00:58:30.111 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-05-28T00:58:30.849Z[ recovery-image] May 28 00:58:30.121 INFO O| May 28 00:58:30.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55912026-05-28T00:58:30.849Z[ recovery-image] May 28 00:58:30.121 INFO O| May 28 00:58:30.121 INFO STEP 239 (remove_files) COMPLETE
55922026-05-28T00:58:30.852Z[ recovery-image] May 28 00:58:30.121 INFO O| May 28 00:58:30.121 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-05-28T00:58:30.856Z[ recovery-image] May 28 00:58:30.128 INFO O| May 28 00:58:30.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55942026-05-28T00:58:30.856Z[ recovery-image] May 28 00:58:30.128 INFO O| May 28 00:58:30.128 INFO STEP 240 (remove_files) COMPLETE
55952026-05-28T00:58:30.860Z[ recovery-image] May 28 00:58:30.128 INFO O| May 28 00:58:30.128 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-05-28T00:58:30.864Z[ recovery-image] May 28 00:58:30.136 INFO O| May 28 00:58:30.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55972026-05-28T00:58:30.864Z[ recovery-image] May 28 00:58:30.136 INFO O| May 28 00:58:30.136 INFO STEP 241 (remove_files) COMPLETE
55982026-05-28T00:58:30.867Z[ recovery-image] May 28 00:58:30.136 INFO O| May 28 00:58:30.136 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-05-28T00:58:30.871Z[ recovery-image] May 28 00:58:30.143 INFO O| May 28 00:58:30.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56002026-05-28T00:58:30.871Z[ recovery-image] May 28 00:58:30.143 INFO O| May 28 00:58:30.143 INFO STEP 242 (remove_files) COMPLETE
56012026-05-28T00:58:30.874Z[ recovery-image] May 28 00:58:30.143 INFO O| May 28 00:58:30.143 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-05-28T00:58:30.878Z[ recovery-image] May 28 00:58:30.150 INFO O| May 28 00:58:30.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56032026-05-28T00:58:30.878Z[ recovery-image] May 28 00:58:30.150 INFO O| May 28 00:58:30.150 INFO STEP 243 (remove_files) COMPLETE
56042026-05-28T00:58:30.881Z[ recovery-image] May 28 00:58:30.150 INFO O| May 28 00:58:30.150 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-05-28T00:58:30.885Z[ recovery-image] May 28 00:58:30.157 INFO O| May 28 00:58:30.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56062026-05-28T00:58:30.885Z[ recovery-image] May 28 00:58:30.157 INFO O| May 28 00:58:30.157 INFO STEP 244 (remove_files) COMPLETE
56072026-05-28T00:58:30.889Z[ recovery-image] May 28 00:58:30.158 INFO O| May 28 00:58:30.157 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-05-28T00:58:30.893Z[ recovery-image] May 28 00:58:30.165 INFO O| May 28 00:58:30.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56092026-05-28T00:58:30.893Z[ recovery-image] May 28 00:58:30.165 INFO O| May 28 00:58:30.165 INFO STEP 245 (remove_files) COMPLETE
56102026-05-28T00:58:30.893Z[ recovery-image] May 28 00:58:30.165 INFO O| May 28 00:58:30.165 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-05-28T00:58:30.900Z[ recovery-image] May 28 00:58:30.172 INFO O| May 28 00:58:30.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56122026-05-28T00:58:30.900Z[ recovery-image] May 28 00:58:30.172 INFO O| May 28 00:58:30.172 INFO STEP 246 (remove_files) COMPLETE
56132026-05-28T00:58:30.907Z[ recovery-image] May 28 00:58:30.172 INFO O| May 28 00:58:30.172 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-05-28T00:58:30.910Z[ recovery-image] May 28 00:58:30.179 INFO O| May 28 00:58:30.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56152026-05-28T00:58:30.911Z[ recovery-image] May 28 00:58:30.179 INFO O| May 28 00:58:30.179 INFO STEP 247 (remove_files) COMPLETE
56162026-05-28T00:58:30.911Z[ recovery-image] May 28 00:58:30.179 INFO O| May 28 00:58:30.179 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-05-28T00:58:30.915Z[ recovery-image] May 28 00:58:30.187 INFO O| May 28 00:58:30.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56182026-05-28T00:58:30.915Z[ recovery-image] May 28 00:58:30.187 INFO O| May 28 00:58:30.187 INFO STEP 248 (remove_files) COMPLETE
56192026-05-28T00:58:30.915Z[ recovery-image] May 28 00:58:30.187 INFO O| May 28 00:58:30.187 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-05-28T00:58:30.925Z[ recovery-image] May 28 00:58:30.195 INFO O| May 28 00:58:30.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56212026-05-28T00:58:30.925Z[ recovery-image] May 28 00:58:30.195 INFO O| May 28 00:58:30.195 INFO STEP 249 (remove_files) COMPLETE
56222026-05-28T00:58:30.929Z[ recovery-image] May 28 00:58:30.195 INFO O| May 28 00:58:30.195 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-05-28T00:58:30.932Z[ recovery-image] May 28 00:58:30.204 INFO O| May 28 00:58:30.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56242026-05-28T00:58:30.932Z[ recovery-image] May 28 00:58:30.204 INFO O| May 28 00:58:30.204 INFO STEP 250 (remove_files) COMPLETE
56252026-05-28T00:58:30.932Z[ recovery-image] May 28 00:58:30.204 INFO O| May 28 00:58:30.204 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-05-28T00:58:30.941Z[ recovery-image] May 28 00:58:30.213 INFO O| May 28 00:58:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56272026-05-28T00:58:30.941Z[ recovery-image] May 28 00:58:30.213 INFO O| May 28 00:58:30.213 INFO STEP 251 (remove_files) COMPLETE
56282026-05-28T00:58:30.944Z[ recovery-image] May 28 00:58:30.213 INFO O| May 28 00:58:30.213 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-05-28T00:58:30.949Z[ recovery-image] May 28 00:58:30.221 INFO O| May 28 00:58:30.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56302026-05-28T00:58:30.949Z[ recovery-image] May 28 00:58:30.221 INFO O| May 28 00:58:30.221 INFO STEP 252 (remove_files) COMPLETE
56312026-05-28T00:58:30.953Z[ recovery-image] May 28 00:58:30.221 INFO O| May 28 00:58:30.221 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-05-28T00:58:30.957Z[ recovery-image] May 28 00:58:30.229 INFO O| May 28 00:58:30.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56332026-05-28T00:58:30.957Z[ recovery-image] May 28 00:58:30.229 INFO O| May 28 00:58:30.229 INFO STEP 253 (remove_files) COMPLETE
56342026-05-28T00:58:30.962Z[ recovery-image] May 28 00:58:30.229 INFO O| May 28 00:58:30.229 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-05-28T00:58:30.970Z[ recovery-image] May 28 00:58:30.238 INFO O| May 28 00:58:30.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56362026-05-28T00:58:30.970Z[ recovery-image] May 28 00:58:30.238 INFO O| May 28 00:58:30.238 INFO STEP 254 (remove_files) COMPLETE
56372026-05-28T00:58:30.970Z[ recovery-image] May 28 00:58:30.238 INFO O| May 28 00:58:30.238 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-05-28T00:58:30.982Z[ recovery-image] May 28 00:58:30.247 INFO O| May 28 00:58:30.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56392026-05-28T00:58:30.982Z[ recovery-image] May 28 00:58:30.247 INFO O| May 28 00:58:30.247 INFO STEP 255 (remove_files) COMPLETE
56402026-05-28T00:58:30.982Z[ recovery-image] May 28 00:58:30.247 INFO O| May 28 00:58:30.247 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-05-28T00:58:30.986Z[ recovery-image] May 28 00:58:30.256 INFO O| May 28 00:58:30.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56422026-05-28T00:58:30.986Z[ recovery-image] May 28 00:58:30.256 INFO O| May 28 00:58:30.256 INFO STEP 256 (remove_files) COMPLETE
56432026-05-28T00:58:30.986Z[ recovery-image] May 28 00:58:30.256 INFO O| May 28 00:58:30.256 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-05-28T00:58:30.992Z[ recovery-image] May 28 00:58:30.264 INFO O| May 28 00:58:30.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56452026-05-28T00:58:30.992Z[ recovery-image] May 28 00:58:30.264 INFO O| May 28 00:58:30.264 INFO STEP 257 (remove_files) COMPLETE
56462026-05-28T00:58:30.998Z[ recovery-image] May 28 00:58:30.264 INFO O| May 28 00:58:30.264 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-05-28T00:58:31.003Z[ recovery-image] May 28 00:58:30.272 INFO O| May 28 00:58:30.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56482026-05-28T00:58:31.003Z[ recovery-image] May 28 00:58:30.272 INFO O| May 28 00:58:30.272 INFO STEP 258 (remove_files) COMPLETE
56492026-05-28T00:58:31.003Z[ recovery-image] May 28 00:58:30.272 INFO O| May 28 00:58:30.272 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-05-28T00:58:31.007Z[ recovery-image] May 28 00:58:30.279 INFO O| May 28 00:58:30.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56512026-05-28T00:58:31.007Z[ recovery-image] May 28 00:58:30.280 INFO O| May 28 00:58:30.279 INFO STEP 259 (remove_files) COMPLETE
56522026-05-28T00:58:31.010Z[ recovery-image] May 28 00:58:30.280 INFO O| May 28 00:58:30.280 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-05-28T00:58:31.015Z[ recovery-image] May 28 00:58:30.287 INFO O| May 28 00:58:30.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56542026-05-28T00:58:31.015Z[ recovery-image] May 28 00:58:30.287 INFO O| May 28 00:58:30.287 INFO STEP 260 (remove_files) COMPLETE
56552026-05-28T00:58:31.018Z[ recovery-image] May 28 00:58:30.287 INFO O| May 28 00:58:30.287 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-05-28T00:58:31.023Z[ recovery-image] May 28 00:58:30.295 INFO O| May 28 00:58:30.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56572026-05-28T00:58:31.023Z[ recovery-image] May 28 00:58:30.295 INFO O| May 28 00:58:30.295 INFO STEP 261 (remove_files) COMPLETE
56582026-05-28T00:58:31.026Z[ recovery-image] May 28 00:58:30.295 INFO O| May 28 00:58:30.295 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-05-28T00:58:31.032Z[ recovery-image] May 28 00:58:30.303 INFO O| May 28 00:58:30.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56602026-05-28T00:58:31.032Z[ recovery-image] May 28 00:58:30.303 INFO O| May 28 00:58:30.303 INFO STEP 262 (remove_files) COMPLETE
56612026-05-28T00:58:31.032Z[ recovery-image] May 28 00:58:30.303 INFO O| May 28 00:58:30.303 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-05-28T00:58:31.039Z[ recovery-image] May 28 00:58:30.311 INFO O| May 28 00:58:30.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56632026-05-28T00:58:31.039Z[ recovery-image] May 28 00:58:30.311 INFO O| May 28 00:58:30.311 INFO STEP 263 (remove_files) COMPLETE
56642026-05-28T00:58:31.042Z[ recovery-image] May 28 00:58:30.311 INFO O| May 28 00:58:30.311 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-05-28T00:58:31.047Z[ recovery-image] May 28 00:58:30.319 INFO O| May 28 00:58:30.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56662026-05-28T00:58:31.047Z[ recovery-image] May 28 00:58:30.320 INFO O| May 28 00:58:30.320 INFO STEP 264 (remove_files) COMPLETE
56672026-05-28T00:58:31.050Z[ recovery-image] May 28 00:58:30.320 INFO O| May 28 00:58:30.320 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-05-28T00:58:31.056Z[ recovery-image] May 28 00:58:30.328 INFO O| May 28 00:58:30.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56692026-05-28T00:58:31.056Z[ recovery-image] May 28 00:58:30.328 INFO O| May 28 00:58:30.328 INFO STEP 265 (remove_files) COMPLETE
56702026-05-28T00:58:31.056Z[ recovery-image] May 28 00:58:30.328 INFO O| May 28 00:58:30.328 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-05-28T00:58:31.064Z[ recovery-image] May 28 00:58:30.336 INFO O| May 28 00:58:30.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56722026-05-28T00:58:31.067Z[ recovery-image] May 28 00:58:30.337 INFO O| May 28 00:58:30.337 INFO STEP 266 (remove_files) COMPLETE
56732026-05-28T00:58:31.067Z[ recovery-image] May 28 00:58:30.337 INFO O| May 28 00:58:30.337 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-05-28T00:58:31.073Z[ recovery-image] May 28 00:58:30.345 INFO O| May 28 00:58:30.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56752026-05-28T00:58:31.073Z[ recovery-image] May 28 00:58:30.346 INFO O| May 28 00:58:30.346 INFO STEP 267 (remove_files) COMPLETE
56762026-05-28T00:58:31.073Z[ recovery-image] May 28 00:58:30.346 INFO O| May 28 00:58:30.346 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-05-28T00:58:31.082Z[ recovery-image] May 28 00:58:30.354 INFO O| May 28 00:58:30.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56782026-05-28T00:58:31.082Z[ recovery-image] May 28 00:58:30.354 INFO O| May 28 00:58:30.354 INFO STEP 268 (remove_files) COMPLETE
56792026-05-28T00:58:31.082Z[ recovery-image] May 28 00:58:30.354 INFO O| May 28 00:58:30.354 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-05-28T00:58:31.090Z[ recovery-image] May 28 00:58:30.362 INFO O| May 28 00:58:30.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56812026-05-28T00:58:31.090Z[ recovery-image] May 28 00:58:30.362 INFO O| May 28 00:58:30.362 INFO STEP 269 (remove_files) COMPLETE
56822026-05-28T00:58:31.093Z[ recovery-image] May 28 00:58:30.362 INFO O| May 28 00:58:30.362 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-05-28T00:58:31.098Z[ recovery-image] May 28 00:58:30.370 INFO O| May 28 00:58:30.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56842026-05-28T00:58:31.099Z[ recovery-image] May 28 00:58:30.370 INFO O| May 28 00:58:30.370 INFO STEP 270 (remove_files) COMPLETE
56852026-05-28T00:58:31.099Z[ recovery-image] May 28 00:58:30.370 INFO O| May 28 00:58:30.370 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-05-28T00:58:31.106Z[ recovery-image] May 28 00:58:30.378 INFO O| May 28 00:58:30.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56872026-05-28T00:58:31.106Z[ recovery-image] May 28 00:58:30.378 INFO O| May 28 00:58:30.378 INFO STEP 271 (remove_files) COMPLETE
56882026-05-28T00:58:31.106Z[ recovery-image] May 28 00:58:30.378 INFO O| May 28 00:58:30.378 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-05-28T00:58:31.114Z[ recovery-image] May 28 00:58:30.386 INFO O| May 28 00:58:30.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56902026-05-28T00:58:31.114Z[ recovery-image] May 28 00:58:30.386 INFO O| May 28 00:58:30.386 INFO STEP 272 (remove_files) COMPLETE
56912026-05-28T00:58:31.114Z[ recovery-image] May 28 00:58:30.386 INFO O| May 28 00:58:30.386 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-05-28T00:58:31.122Z[ recovery-image] May 28 00:58:30.394 INFO O| May 28 00:58:30.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56932026-05-28T00:58:31.122Z[ recovery-image] May 28 00:58:30.394 INFO O| May 28 00:58:30.394 INFO STEP 273 (remove_files) COMPLETE
56942026-05-28T00:58:31.122Z[ recovery-image] May 28 00:58:30.394 INFO O| May 28 00:58:30.394 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-05-28T00:58:31.130Z[ recovery-image] May 28 00:58:30.402 INFO O| May 28 00:58:30.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56962026-05-28T00:58:31.130Z[ recovery-image] May 28 00:58:30.402 INFO O| May 28 00:58:30.402 INFO STEP 274 (remove_files) COMPLETE
56972026-05-28T00:58:31.130Z[ recovery-image] May 28 00:58:30.402 INFO O| May 28 00:58:30.402 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-05-28T00:58:31.138Z[ recovery-image] May 28 00:58:30.410 INFO O| May 28 00:58:30.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56992026-05-28T00:58:31.138Z[ recovery-image] May 28 00:58:30.410 INFO O| May 28 00:58:30.410 INFO STEP 275 (remove_files) COMPLETE
57002026-05-28T00:58:31.141Z[ recovery-image] May 28 00:58:30.410 INFO O| May 28 00:58:30.410 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-05-28T00:58:31.146Z[ recovery-image] May 28 00:58:30.418 INFO O| May 28 00:58:30.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57022026-05-28T00:58:31.147Z[ recovery-image] May 28 00:58:30.418 INFO O| May 28 00:58:30.418 INFO STEP 276 (remove_files) COMPLETE
57032026-05-28T00:58:31.147Z[ recovery-image] May 28 00:58:30.418 INFO O| May 28 00:58:30.418 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-05-28T00:58:31.154Z[ recovery-image] May 28 00:58:30.427 INFO O| May 28 00:58:30.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57052026-05-28T00:58:31.154Z[ recovery-image] May 28 00:58:30.427 INFO O| May 28 00:58:30.427 INFO STEP 277 (remove_files) COMPLETE
57062026-05-28T00:58:31.154Z[ recovery-image] May 28 00:58:30.427 INFO O| May 28 00:58:30.427 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-05-28T00:58:31.165Z[ recovery-image] May 28 00:58:30.435 INFO O| May 28 00:58:30.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57082026-05-28T00:58:31.170Z[ recovery-image] May 28 00:58:30.436 INFO O| May 28 00:58:30.436 INFO STEP 278 (remove_files) COMPLETE
57092026-05-28T00:58:31.170Z[ recovery-image] May 28 00:58:30.436 INFO O| May 28 00:58:30.436 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-05-28T00:58:31.175Z[ recovery-image] May 28 00:58:30.445 INFO O| May 28 00:58:30.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57112026-05-28T00:58:31.175Z[ recovery-image] May 28 00:58:30.445 INFO O| May 28 00:58:30.445 INFO STEP 279 (remove_files) COMPLETE
57122026-05-28T00:58:31.175Z[ recovery-image] May 28 00:58:30.445 INFO O| May 28 00:58:30.445 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-05-28T00:58:31.181Z[ recovery-image] May 28 00:58:30.453 INFO O| May 28 00:58:30.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57142026-05-28T00:58:31.181Z[ recovery-image] May 28 00:58:30.453 INFO O| May 28 00:58:30.453 INFO STEP 280 (remove_files) COMPLETE
57152026-05-28T00:58:31.184Z[ recovery-image] May 28 00:58:30.453 INFO O| May 28 00:58:30.453 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-05-28T00:58:31.189Z[ recovery-image] May 28 00:58:30.462 INFO O| May 28 00:58:30.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57172026-05-28T00:58:31.190Z[ recovery-image] May 28 00:58:30.462 INFO O| May 28 00:58:30.462 INFO STEP 281 (remove_files) COMPLETE
57182026-05-28T00:58:31.190Z[ recovery-image] May 28 00:58:30.462 INFO O| May 28 00:58:30.462 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-05-28T00:58:31.198Z[ recovery-image] May 28 00:58:30.470 INFO O| May 28 00:58:30.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57202026-05-28T00:58:31.198Z[ recovery-image] May 28 00:58:30.470 INFO O| May 28 00:58:30.470 INFO STEP 282 (remove_files) COMPLETE
57212026-05-28T00:58:31.201Z[ recovery-image] May 28 00:58:30.470 INFO O| May 28 00:58:30.470 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-05-28T00:58:31.206Z[ recovery-image] May 28 00:58:30.478 INFO O| May 28 00:58:30.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57232026-05-28T00:58:31.206Z[ recovery-image] May 28 00:58:30.478 INFO O| May 28 00:58:30.478 INFO STEP 283 (remove_files) COMPLETE
57242026-05-28T00:58:31.206Z[ recovery-image] May 28 00:58:30.478 INFO O| May 28 00:58:30.478 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-05-28T00:58:31.214Z[ recovery-image] May 28 00:58:30.487 INFO O| May 28 00:58:30.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57262026-05-28T00:58:31.214Z[ recovery-image] May 28 00:58:30.487 INFO O| May 28 00:58:30.487 INFO STEP 284 (remove_files) COMPLETE
57272026-05-28T00:58:31.214Z[ recovery-image] May 28 00:58:30.487 INFO O| May 28 00:58:30.487 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-05-28T00:58:31.249Z[ recovery-image] May 28 00:58:30.495 INFO O| May 28 00:58:30.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57292026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.495 INFO O| May 28 00:58:30.495 INFO STEP 285 (remove_files) COMPLETE
57302026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.495 INFO O| May 28 00:58:30.495 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.504 INFO O| May 28 00:58:30.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57322026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.504 INFO O| May 28 00:58:30.504 INFO STEP 286 (remove_files) COMPLETE
57332026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.504 INFO O| May 28 00:58:30.504 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.511 INFO O| May 28 00:58:30.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57352026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.511 INFO O| May 28 00:58:30.511 INFO STEP 287 (remove_files) COMPLETE
57362026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.511 INFO O| May 28 00:58:30.511 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.519 INFO O| May 28 00:58:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57382026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.519 INFO O| May 28 00:58:30.519 INFO STEP 288 (remove_files) COMPLETE
57392026-05-28T00:58:31.250Z[ recovery-image] May 28 00:58:30.519 INFO O| May 28 00:58:30.519 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-05-28T00:58:31.256Z[ recovery-image] May 28 00:58:30.527 INFO O| May 28 00:58:30.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57412026-05-28T00:58:31.256Z[ recovery-image] May 28 00:58:30.527 INFO O| May 28 00:58:30.527 INFO STEP 289 (remove_files) COMPLETE
57422026-05-28T00:58:31.256Z[ recovery-image] May 28 00:58:30.527 INFO O| May 28 00:58:30.527 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-05-28T00:58:31.264Z[ recovery-image] May 28 00:58:30.536 INFO O| May 28 00:58:30.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57442026-05-28T00:58:31.264Z[ recovery-image] May 28 00:58:30.536 INFO O| May 28 00:58:30.536 INFO STEP 290 (remove_files) COMPLETE
57452026-05-28T00:58:31.264Z[ recovery-image] May 28 00:58:30.536 INFO O| May 28 00:58:30.536 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-05-28T00:58:31.283Z[ recovery-image] May 28 00:58:30.545 INFO O| May 28 00:58:30.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57472026-05-28T00:58:31.283Z[ recovery-image] May 28 00:58:30.545 INFO O| May 28 00:58:30.545 INFO STEP 291 (remove_files) COMPLETE
57482026-05-28T00:58:31.283Z[ recovery-image] May 28 00:58:30.545 INFO O| May 28 00:58:30.545 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-05-28T00:58:31.283Z[ recovery-image] May 28 00:58:30.554 INFO O| May 28 00:58:30.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57502026-05-28T00:58:31.283Z[ recovery-image] May 28 00:58:30.554 INFO O| May 28 00:58:30.554 INFO STEP 292 (remove_files) COMPLETE
57512026-05-28T00:58:31.283Z[ recovery-image] May 28 00:58:30.554 INFO O| May 28 00:58:30.554 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-05-28T00:58:31.292Z[ recovery-image] May 28 00:58:30.564 INFO O| May 28 00:58:30.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57532026-05-28T00:58:31.292Z[ recovery-image] May 28 00:58:30.564 INFO O| May 28 00:58:30.564 INFO STEP 293 (remove_files) COMPLETE
57542026-05-28T00:58:31.292Z[ recovery-image] May 28 00:58:30.564 INFO O| May 28 00:58:30.564 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-05-28T00:58:31.300Z[ recovery-image] May 28 00:58:30.572 INFO O| May 28 00:58:30.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57562026-05-28T00:58:31.300Z[ recovery-image] May 28 00:58:30.572 INFO O| May 28 00:58:30.572 INFO STEP 294 (remove_files) COMPLETE
57572026-05-28T00:58:31.300Z[ recovery-image] May 28 00:58:30.572 INFO O| May 28 00:58:30.572 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-05-28T00:58:31.309Z[ recovery-image] May 28 00:58:30.581 INFO O| May 28 00:58:30.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57592026-05-28T00:58:31.309Z[ recovery-image] May 28 00:58:30.581 INFO O| May 28 00:58:30.581 INFO STEP 295 (remove_files) COMPLETE
57602026-05-28T00:58:31.309Z[ recovery-image] May 28 00:58:30.581 INFO O| May 28 00:58:30.581 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-05-28T00:58:31.318Z[ recovery-image] May 28 00:58:30.590 INFO O| May 28 00:58:30.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57622026-05-28T00:58:31.318Z[ recovery-image] May 28 00:58:30.590 INFO O| May 28 00:58:30.590 INFO STEP 296 (remove_files) COMPLETE
57632026-05-28T00:58:31.318Z[ recovery-image] May 28 00:58:30.590 INFO O| May 28 00:58:30.590 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-05-28T00:58:31.327Z[ recovery-image] May 28 00:58:30.599 INFO O| May 28 00:58:30.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57652026-05-28T00:58:31.327Z[ recovery-image] May 28 00:58:30.599 INFO O| May 28 00:58:30.599 INFO STEP 297 (remove_files) COMPLETE
57662026-05-28T00:58:31.327Z[ recovery-image] May 28 00:58:30.599 INFO O| May 28 00:58:30.599 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-05-28T00:58:31.334Z[ recovery-image] May 28 00:58:30.607 INFO O| May 28 00:58:30.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57682026-05-28T00:58:31.335Z[ recovery-image] May 28 00:58:30.607 INFO O| May 28 00:58:30.607 INFO STEP 298 (remove_files) COMPLETE
57692026-05-28T00:58:31.335Z[ recovery-image] May 28 00:58:30.607 INFO O| May 28 00:58:30.607 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-05-28T00:58:31.342Z[ recovery-image] May 28 00:58:30.614 INFO O| May 28 00:58:30.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57712026-05-28T00:58:31.342Z[ recovery-image] May 28 00:58:30.615 INFO O| May 28 00:58:30.615 INFO STEP 299 (remove_files) COMPLETE
57722026-05-28T00:58:31.342Z[ recovery-image] May 28 00:58:30.615 INFO O| May 28 00:58:30.615 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-05-28T00:58:31.351Z[ recovery-image] May 28 00:58:30.623 INFO O| May 28 00:58:30.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57742026-05-28T00:58:31.351Z[ recovery-image] May 28 00:58:30.623 INFO O| May 28 00:58:30.623 INFO STEP 300 (remove_files) COMPLETE
57752026-05-28T00:58:31.356Z[ recovery-image] May 28 00:58:30.623 INFO O| May 28 00:58:30.623 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-05-28T00:58:31.360Z[ recovery-image] May 28 00:58:30.631 INFO O| May 28 00:58:30.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57772026-05-28T00:58:31.360Z[ recovery-image] May 28 00:58:30.631 INFO O| May 28 00:58:30.631 INFO STEP 301 (remove_files) COMPLETE
57782026-05-28T00:58:31.360Z[ recovery-image] May 28 00:58:30.631 INFO O| May 28 00:58:30.631 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-05-28T00:58:31.369Z[ recovery-image] May 28 00:58:30.640 INFO O| May 28 00:58:30.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57802026-05-28T00:58:31.369Z[ recovery-image] May 28 00:58:30.640 INFO O| May 28 00:58:30.640 INFO STEP 302 (remove_files) COMPLETE
57812026-05-28T00:58:31.369Z[ recovery-image] May 28 00:58:30.640 INFO O| May 28 00:58:30.640 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-05-28T00:58:31.377Z[ recovery-image] May 28 00:58:30.649 INFO O| May 28 00:58:30.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57832026-05-28T00:58:31.377Z[ recovery-image] May 28 00:58:30.649 INFO O| May 28 00:58:30.649 INFO STEP 303 (remove_files) COMPLETE
57842026-05-28T00:58:31.380Z[ recovery-image] May 28 00:58:30.649 INFO O| May 28 00:58:30.649 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-05-28T00:58:31.386Z[ recovery-image] May 28 00:58:30.658 INFO O| May 28 00:58:30.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57862026-05-28T00:58:31.386Z[ recovery-image] May 28 00:58:30.658 INFO O| May 28 00:58:30.658 INFO STEP 304 (remove_files) COMPLETE
57872026-05-28T00:58:31.386Z[ recovery-image] May 28 00:58:30.658 INFO O| May 28 00:58:30.658 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-05-28T00:58:31.394Z[ recovery-image] May 28 00:58:30.666 INFO O| May 28 00:58:30.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57892026-05-28T00:58:31.394Z[ recovery-image] May 28 00:58:30.666 INFO O| May 28 00:58:30.666 INFO STEP 305 (remove_files) COMPLETE
57902026-05-28T00:58:31.397Z[ recovery-image] May 28 00:58:30.666 INFO O| May 28 00:58:30.666 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-05-28T00:58:31.402Z[ recovery-image] May 28 00:58:30.675 INFO O| May 28 00:58:30.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57922026-05-28T00:58:31.402Z[ recovery-image] May 28 00:58:30.675 INFO O| May 28 00:58:30.675 INFO STEP 306 (remove_files) COMPLETE
57932026-05-28T00:58:31.405Z[ recovery-image] May 28 00:58:30.675 INFO O| May 28 00:58:30.675 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-05-28T00:58:31.415Z[ recovery-image] May 28 00:58:30.683 INFO O| May 28 00:58:30.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57952026-05-28T00:58:31.415Z[ recovery-image] May 28 00:58:30.683 INFO O| May 28 00:58:30.683 INFO STEP 307 (remove_files) COMPLETE
57962026-05-28T00:58:31.420Z[ recovery-image] May 28 00:58:30.683 INFO O| May 28 00:58:30.683 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-05-28T00:58:31.423Z[ recovery-image] May 28 00:58:30.692 INFO O| May 28 00:58:30.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57982026-05-28T00:58:31.423Z[ recovery-image] May 28 00:58:30.692 INFO O| May 28 00:58:30.692 INFO STEP 308 (remove_files) COMPLETE
57992026-05-28T00:58:31.423Z[ recovery-image] May 28 00:58:30.692 INFO O| May 28 00:58:30.692 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-05-28T00:58:31.428Z[ recovery-image] May 28 00:58:30.700 INFO O| May 28 00:58:30.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58012026-05-28T00:58:31.428Z[ recovery-image] May 28 00:58:30.700 INFO O| May 28 00:58:30.700 INFO STEP 309 (remove_files) COMPLETE
58022026-05-28T00:58:31.431Z[ recovery-image] May 28 00:58:30.700 INFO O| May 28 00:58:30.700 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-05-28T00:58:31.435Z[ recovery-image] May 28 00:58:30.707 INFO O| May 28 00:58:30.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58042026-05-28T00:58:31.435Z[ recovery-image] May 28 00:58:30.707 INFO O| May 28 00:58:30.707 INFO STEP 310 (remove_files) COMPLETE
58052026-05-28T00:58:31.438Z[ recovery-image] May 28 00:58:30.707 INFO O| May 28 00:58:30.707 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-05-28T00:58:31.444Z[ recovery-image] May 28 00:58:30.716 INFO O| May 28 00:58:30.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58072026-05-28T00:58:31.444Z[ recovery-image] May 28 00:58:30.716 INFO O| May 28 00:58:30.716 INFO STEP 311 (remove_files) COMPLETE
58082026-05-28T00:58:31.444Z[ recovery-image] May 28 00:58:30.716 INFO O| May 28 00:58:30.716 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-05-28T00:58:31.453Z[ recovery-image] May 28 00:58:30.724 INFO O| May 28 00:58:30.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58102026-05-28T00:58:31.453Z[ recovery-image] May 28 00:58:30.724 INFO O| May 28 00:58:30.724 INFO STEP 312 (remove_files) COMPLETE
58112026-05-28T00:58:31.453Z[ recovery-image] May 28 00:58:30.724 INFO O| May 28 00:58:30.724 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-05-28T00:58:31.461Z[ recovery-image] May 28 00:58:30.733 INFO O| May 28 00:58:30.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58132026-05-28T00:58:31.461Z[ recovery-image] May 28 00:58:30.733 INFO O| May 28 00:58:30.733 INFO STEP 313 (remove_files) COMPLETE
58142026-05-28T00:58:31.464Z[ recovery-image] May 28 00:58:30.733 INFO O| May 28 00:58:30.733 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-05-28T00:58:31.468Z[ recovery-image] May 28 00:58:30.740 INFO O| May 28 00:58:30.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58162026-05-28T00:58:31.468Z[ recovery-image] May 28 00:58:30.740 INFO O| May 28 00:58:30.740 INFO STEP 314 (remove_files) COMPLETE
58172026-05-28T00:58:31.468Z[ recovery-image] May 28 00:58:30.740 INFO O| May 28 00:58:30.740 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-05-28T00:58:31.477Z[ recovery-image] May 28 00:58:30.749 INFO O| May 28 00:58:30.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58192026-05-28T00:58:31.477Z[ recovery-image] May 28 00:58:30.749 INFO O| May 28 00:58:30.749 INFO STEP 315 (remove_files) COMPLETE
58202026-05-28T00:58:31.477Z[ recovery-image] May 28 00:58:30.749 INFO O| May 28 00:58:30.749 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-05-28T00:58:31.486Z[ recovery-image] May 28 00:58:30.758 INFO O| May 28 00:58:30.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58222026-05-28T00:58:31.486Z[ recovery-image] May 28 00:58:30.758 INFO O| May 28 00:58:30.758 INFO STEP 316 (remove_files) COMPLETE
58232026-05-28T00:58:31.486Z[ recovery-image] May 28 00:58:30.758 INFO O| May 28 00:58:30.758 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-05-28T00:58:31.498Z[ recovery-image] May 28 00:58:30.766 INFO O| May 28 00:58:30.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58252026-05-28T00:58:31.498Z[ recovery-image] May 28 00:58:30.766 INFO O| May 28 00:58:30.766 INFO STEP 317 (remove_files) COMPLETE
58262026-05-28T00:58:31.498Z[ recovery-image] May 28 00:58:30.766 INFO O| May 28 00:58:30.766 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-05-28T00:58:31.504Z[ recovery-image] May 28 00:58:30.776 INFO O| May 28 00:58:30.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58282026-05-28T00:58:31.504Z[ recovery-image] May 28 00:58:30.776 INFO O| May 28 00:58:30.776 INFO STEP 318 (remove_files) COMPLETE
58292026-05-28T00:58:31.504Z[ recovery-image] May 28 00:58:30.776 INFO O| May 28 00:58:30.776 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-05-28T00:58:31.513Z[ recovery-image] May 28 00:58:30.785 INFO O| May 28 00:58:30.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58312026-05-28T00:58:31.513Z[ recovery-image] May 28 00:58:30.785 INFO O| May 28 00:58:30.785 INFO STEP 319 (remove_files) COMPLETE
58322026-05-28T00:58:31.513Z[ recovery-image] May 28 00:58:30.785 INFO O| May 28 00:58:30.785 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-05-28T00:58:31.523Z[ recovery-image] May 28 00:58:30.795 INFO O| May 28 00:58:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58342026-05-28T00:58:31.523Z[ recovery-image] May 28 00:58:30.795 INFO O| May 28 00:58:30.795 INFO STEP 320 (remove_files) COMPLETE
58352026-05-28T00:58:31.523Z[ recovery-image] May 28 00:58:30.795 INFO O| May 28 00:58:30.795 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-05-28T00:58:31.532Z[ recovery-image] May 28 00:58:30.804 INFO O| May 28 00:58:30.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58372026-05-28T00:58:31.532Z[ recovery-image] May 28 00:58:30.804 INFO O| May 28 00:58:30.804 INFO STEP 321 (remove_files) COMPLETE
58382026-05-28T00:58:31.535Z[ recovery-image] May 28 00:58:30.804 INFO O| May 28 00:58:30.804 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-05-28T00:58:31.541Z[ recovery-image] May 28 00:58:30.813 INFO O| May 28 00:58:30.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58402026-05-28T00:58:31.544Z[ recovery-image] May 28 00:58:30.814 INFO O| May 28 00:58:30.814 INFO STEP 322 (remove_files) COMPLETE
58412026-05-28T00:58:31.544Z[ recovery-image] May 28 00:58:30.814 INFO O| May 28 00:58:30.814 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-05-28T00:58:31.550Z[ recovery-image] May 28 00:58:30.822 INFO O| May 28 00:58:30.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58432026-05-28T00:58:31.550Z[ recovery-image] May 28 00:58:30.822 INFO O| May 28 00:58:30.822 INFO STEP 323 (remove_files) COMPLETE
58442026-05-28T00:58:31.550Z[ recovery-image] May 28 00:58:30.822 INFO O| May 28 00:58:30.822 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-05-28T00:58:31.561Z[ recovery-image] May 28 00:58:30.831 INFO O| May 28 00:58:30.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58462026-05-28T00:58:31.561Z[ recovery-image] May 28 00:58:30.832 INFO O| May 28 00:58:30.831 INFO STEP 324 (remove_files) COMPLETE
58472026-05-28T00:58:31.561Z[ recovery-image] May 28 00:58:30.832 INFO O| May 28 00:58:30.831 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-05-28T00:58:31.568Z[ recovery-image] May 28 00:58:30.840 INFO O| May 28 00:58:30.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58492026-05-28T00:58:31.568Z[ recovery-image] May 28 00:58:30.841 INFO O| May 28 00:58:30.840 INFO STEP 325 (remove_files) COMPLETE
58502026-05-28T00:58:31.568Z[ recovery-image] May 28 00:58:30.841 INFO O| May 28 00:58:30.841 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-05-28T00:58:31.577Z[ recovery-image] May 28 00:58:30.850 INFO O| May 28 00:58:30.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58522026-05-28T00:58:31.578Z[ recovery-image] May 28 00:58:30.850 INFO O| May 28 00:58:30.850 INFO STEP 326 (remove_files) COMPLETE
58532026-05-28T00:58:31.581Z[ recovery-image] May 28 00:58:30.850 INFO O| May 28 00:58:30.850 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-05-28T00:58:31.587Z[ recovery-image] May 28 00:58:30.859 INFO O| May 28 00:58:30.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58552026-05-28T00:58:31.587Z[ recovery-image] May 28 00:58:30.859 INFO O| May 28 00:58:30.859 INFO STEP 327 (remove_files) COMPLETE
58562026-05-28T00:58:31.587Z[ recovery-image] May 28 00:58:30.859 INFO O| May 28 00:58:30.859 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-05-28T00:58:31.596Z[ recovery-image] May 28 00:58:30.868 INFO O| May 28 00:58:30.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58582026-05-28T00:58:31.596Z[ recovery-image] May 28 00:58:30.868 INFO O| May 28 00:58:30.868 INFO STEP 328 (remove_files) COMPLETE
58592026-05-28T00:58:31.596Z[ recovery-image] May 28 00:58:30.868 INFO O| May 28 00:58:30.868 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-05-28T00:58:31.605Z[ recovery-image] May 28 00:58:30.877 INFO O| May 28 00:58:30.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58612026-05-28T00:58:31.605Z[ recovery-image] May 28 00:58:30.877 INFO O| May 28 00:58:30.877 INFO STEP 329 (remove_files) COMPLETE
58622026-05-28T00:58:31.605Z[ recovery-image] May 28 00:58:30.877 INFO O| May 28 00:58:30.877 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-05-28T00:58:31.613Z[ recovery-image] May 28 00:58:30.885 INFO O| May 28 00:58:30.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58642026-05-28T00:58:31.613Z[ recovery-image] May 28 00:58:30.885 INFO O| May 28 00:58:30.885 INFO STEP 330 (remove_files) COMPLETE
58652026-05-28T00:58:31.616Z[ recovery-image] May 28 00:58:30.885 INFO O| May 28 00:58:30.885 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-05-28T00:58:31.621Z[ recovery-image] May 28 00:58:30.893 INFO O| May 28 00:58:30.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58672026-05-28T00:58:31.621Z[ recovery-image] May 28 00:58:30.894 INFO O| May 28 00:58:30.894 INFO STEP 331 (remove_files) COMPLETE
58682026-05-28T00:58:31.627Z[ recovery-image] May 28 00:58:30.894 INFO O| May 28 00:58:30.894 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-05-28T00:58:31.630Z[ recovery-image] May 28 00:58:30.902 INFO O| May 28 00:58:30.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58702026-05-28T00:58:31.630Z[ recovery-image] May 28 00:58:30.902 INFO O| May 28 00:58:30.902 INFO STEP 332 (remove_files) COMPLETE
58712026-05-28T00:58:31.630Z[ recovery-image] May 28 00:58:30.902 INFO O| May 28 00:58:30.902 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-05-28T00:58:31.639Z[ recovery-image] May 28 00:58:30.911 INFO O| May 28 00:58:30.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58732026-05-28T00:58:31.639Z[ recovery-image] May 28 00:58:30.911 INFO O| May 28 00:58:30.911 INFO STEP 333 (remove_files) COMPLETE
58742026-05-28T00:58:31.639Z[ recovery-image] May 28 00:58:30.911 INFO O| May 28 00:58:30.911 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-05-28T00:58:31.647Z[ recovery-image] May 28 00:58:30.919 INFO O| May 28 00:58:30.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58762026-05-28T00:58:31.647Z[ recovery-image] May 28 00:58:30.919 INFO O| May 28 00:58:30.919 INFO STEP 334 (remove_files) COMPLETE
58772026-05-28T00:58:31.647Z[ recovery-image] May 28 00:58:30.919 INFO O| May 28 00:58:30.919 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-05-28T00:58:31.676Z[ recovery-image] May 28 00:58:30.948 INFO O| May 28 00:58:30.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58792026-05-28T00:58:31.676Z[ recovery-image] May 28 00:58:30.948 INFO O| May 28 00:58:30.948 INFO STEP 335 (remove_files) COMPLETE
58802026-05-28T00:58:31.676Z[ recovery-image] May 28 00:58:30.948 INFO O| May 28 00:58:30.948 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-05-28T00:58:31.717Z[ recovery-image] May 28 00:58:30.989 INFO O| May 28 00:58:30.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58822026-05-28T00:58:31.717Z[ recovery-image] May 28 00:58:30.989 INFO O| May 28 00:58:30.989 INFO STEP 336 (remove_files) COMPLETE
58832026-05-28T00:58:31.720Z[ recovery-image] May 28 00:58:30.989 INFO O| May 28 00:58:30.989 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-05-28T00:58:31.725Z[ recovery-image] May 28 00:58:30.997 INFO O| May 28 00:58:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58852026-05-28T00:58:31.725Z[ recovery-image] May 28 00:58:30.997 INFO O| May 28 00:58:30.997 INFO STEP 337 (remove_files) COMPLETE
58862026-05-28T00:58:31.728Z[ recovery-image] May 28 00:58:30.997 INFO O| May 28 00:58:30.997 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-05-28T00:58:31.735Z[ recovery-image] May 28 00:58:31.007 INFO O| May 28 00:58:31.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58882026-05-28T00:58:31.735Z[ recovery-image] May 28 00:58:31.007 INFO O| May 28 00:58:31.007 INFO STEP 338 (remove_files) COMPLETE
58892026-05-28T00:58:31.735Z[ recovery-image] May 28 00:58:31.007 INFO O| May 28 00:58:31.007 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-05-28T00:58:31.743Z[ recovery-image] May 28 00:58:31.015 INFO O| May 28 00:58:31.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58912026-05-28T00:58:31.743Z[ recovery-image] May 28 00:58:31.015 INFO O| May 28 00:58:31.015 INFO STEP 339 (remove_files) COMPLETE
58922026-05-28T00:58:31.743Z[ recovery-image] May 28 00:58:31.015 INFO O| May 28 00:58:31.015 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-05-28T00:58:31.750Z[ recovery-image] May 28 00:58:31.023 INFO O| May 28 00:58:31.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58942026-05-28T00:58:31.750Z[ recovery-image] May 28 00:58:31.023 INFO O| May 28 00:58:31.023 INFO STEP 340 (remove_files) COMPLETE
58952026-05-28T00:58:31.750Z[ recovery-image] May 28 00:58:31.023 INFO O| May 28 00:58:31.023 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-05-28T00:58:31.758Z[ recovery-image] May 28 00:58:31.030 INFO O| May 28 00:58:31.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58972026-05-28T00:58:31.758Z[ recovery-image] May 28 00:58:31.030 INFO O| May 28 00:58:31.030 INFO STEP 341 (remove_files) COMPLETE
58982026-05-28T00:58:31.758Z[ recovery-image] May 28 00:58:31.030 INFO O| May 28 00:58:31.030 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-05-28T00:58:31.765Z[ recovery-image] May 28 00:58:31.038 INFO O| May 28 00:58:31.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59002026-05-28T00:58:31.766Z[ recovery-image] May 28 00:58:31.038 INFO O| May 28 00:58:31.038 INFO STEP 342 (remove_files) COMPLETE
59012026-05-28T00:58:31.769Z[ recovery-image] May 28 00:58:31.038 INFO O| May 28 00:58:31.038 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-05-28T00:58:31.773Z[ recovery-image] May 28 00:58:31.045 INFO O| May 28 00:58:31.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59032026-05-28T00:58:31.773Z[ recovery-image] May 28 00:58:31.045 INFO O| May 28 00:58:31.045 INFO STEP 343 (remove_files) COMPLETE
59042026-05-28T00:58:31.773Z[ recovery-image] May 28 00:58:31.045 INFO O| May 28 00:58:31.045 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-05-28T00:58:31.787Z[ recovery-image] May 28 00:58:31.059 INFO O| May 28 00:58:31.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59062026-05-28T00:58:31.787Z[ recovery-image] May 28 00:58:31.059 INFO O| May 28 00:58:31.059 INFO STEP 344 (remove_files) COMPLETE
59072026-05-28T00:58:31.787Z[ recovery-image] May 28 00:58:31.059 INFO O| May 28 00:58:31.059 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-05-28T00:58:31.795Z[ recovery-image] May 28 00:58:31.067 INFO O| May 28 00:58:31.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59092026-05-28T00:58:31.795Z[ recovery-image] May 28 00:58:31.067 INFO O| May 28 00:58:31.067 INFO STEP 345 (remove_files) COMPLETE
59102026-05-28T00:58:31.795Z[ recovery-image] May 28 00:58:31.067 INFO O| May 28 00:58:31.067 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-05-28T00:58:31.804Z[ recovery-image] May 28 00:58:31.075 INFO O| May 28 00:58:31.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59122026-05-28T00:58:31.804Z[ recovery-image] May 28 00:58:31.075 INFO O| May 28 00:58:31.075 INFO STEP 346 (remove_files) COMPLETE
59132026-05-28T00:58:31.804Z[ recovery-image] May 28 00:58:31.075 INFO O| May 28 00:58:31.075 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-05-28T00:58:31.810Z[ recovery-image] May 28 00:58:31.082 INFO O| May 28 00:58:31.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59152026-05-28T00:58:31.810Z[ recovery-image] May 28 00:58:31.082 INFO O| May 28 00:58:31.082 INFO STEP 347 (remove_files) COMPLETE
59162026-05-28T00:58:31.810Z[ recovery-image] May 28 00:58:31.082 INFO O| May 28 00:58:31.082 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-05-28T00:58:31.818Z[ recovery-image] May 28 00:58:31.090 INFO O| May 28 00:58:31.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59182026-05-28T00:58:31.818Z[ recovery-image] May 28 00:58:31.090 INFO O| May 28 00:58:31.090 INFO STEP 348 (remove_files) COMPLETE
59192026-05-28T00:58:31.820Z[ recovery-image] May 28 00:58:31.090 INFO O| May 28 00:58:31.090 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-05-28T00:58:31.828Z[ recovery-image] May 28 00:58:31.100 INFO O| May 28 00:58:31.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59212026-05-28T00:58:31.828Z[ recovery-image] May 28 00:58:31.100 INFO O| May 28 00:58:31.100 INFO STEP 349 (remove_files) COMPLETE
59222026-05-28T00:58:31.831Z[ recovery-image] May 28 00:58:31.100 INFO O| May 28 00:58:31.100 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-05-28T00:58:31.836Z[ recovery-image] May 28 00:58:31.108 INFO O| May 28 00:58:31.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59242026-05-28T00:58:31.836Z[ recovery-image] May 28 00:58:31.108 INFO O| May 28 00:58:31.108 INFO STEP 350 (remove_files) COMPLETE
59252026-05-28T00:58:31.838Z[ recovery-image] May 28 00:58:31.108 INFO O| May 28 00:58:31.108 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-05-28T00:58:31.843Z[ recovery-image] May 28 00:58:31.116 INFO O| May 28 00:58:31.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59272026-05-28T00:58:31.846Z[ recovery-image] May 28 00:58:31.116 INFO O| May 28 00:58:31.116 INFO STEP 351 (remove_files) COMPLETE
59282026-05-28T00:58:31.846Z[ recovery-image] May 28 00:58:31.116 INFO O| May 28 00:58:31.116 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-05-28T00:58:31.852Z[ recovery-image] May 28 00:58:31.125 INFO O| May 28 00:58:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59302026-05-28T00:58:31.852Z[ recovery-image] May 28 00:58:31.125 INFO O| May 28 00:58:31.125 INFO STEP 352 (remove_files) COMPLETE
59312026-05-28T00:58:31.856Z[ recovery-image] May 28 00:58:31.125 INFO O| May 28 00:58:31.125 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-05-28T00:58:31.866Z[ recovery-image] May 28 00:58:31.133 INFO O| May 28 00:58:31.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59332026-05-28T00:58:31.866Z[ recovery-image] May 28 00:58:31.133 INFO O| May 28 00:58:31.133 INFO STEP 353 (remove_files) COMPLETE
59342026-05-28T00:58:31.866Z[ recovery-image] May 28 00:58:31.133 INFO O| May 28 00:58:31.133 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-05-28T00:58:31.872Z[ recovery-image] May 28 00:58:31.144 INFO O| May 28 00:58:31.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59362026-05-28T00:58:31.872Z[ recovery-image] May 28 00:58:31.144 INFO O| May 28 00:58:31.144 INFO STEP 354 (remove_files) COMPLETE
59372026-05-28T00:58:31.874Z[ recovery-image] May 28 00:58:31.144 INFO O| May 28 00:58:31.144 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-05-28T00:58:31.881Z[ recovery-image] May 28 00:58:31.153 INFO O| May 28 00:58:31.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59392026-05-28T00:58:31.881Z[ recovery-image] May 28 00:58:31.153 INFO O| May 28 00:58:31.153 INFO STEP 355 (remove_files) COMPLETE
59402026-05-28T00:58:31.884Z[ recovery-image] May 28 00:58:31.153 INFO O| May 28 00:58:31.153 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-05-28T00:58:31.891Z[ recovery-image] May 28 00:58:31.161 INFO O| May 28 00:58:31.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59422026-05-28T00:58:31.891Z[ recovery-image] May 28 00:58:31.161 INFO O| May 28 00:58:31.161 INFO STEP 356 (remove_files) COMPLETE
59432026-05-28T00:58:31.895Z[ recovery-image] May 28 00:58:31.161 INFO O| May 28 00:58:31.161 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-05-28T00:58:31.899Z[ recovery-image] May 28 00:58:31.169 INFO O| May 28 00:58:31.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59452026-05-28T00:58:31.899Z[ recovery-image] May 28 00:58:31.169 INFO O| May 28 00:58:31.169 INFO STEP 357 (remove_files) COMPLETE
59462026-05-28T00:58:31.899Z[ recovery-image] May 28 00:58:31.169 INFO O| May 28 00:58:31.169 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-05-28T00:58:31.905Z[ recovery-image] May 28 00:58:31.177 INFO O| May 28 00:58:31.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59482026-05-28T00:58:31.905Z[ recovery-image] May 28 00:58:31.177 INFO O| May 28 00:58:31.177 INFO STEP 358 (remove_files) COMPLETE
59492026-05-28T00:58:31.908Z[ recovery-image] May 28 00:58:31.177 INFO O| May 28 00:58:31.177 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-05-28T00:58:31.913Z[ recovery-image] May 28 00:58:31.185 INFO O| May 28 00:58:31.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59512026-05-28T00:58:31.913Z[ recovery-image] May 28 00:58:31.185 INFO O| May 28 00:58:31.185 INFO STEP 359 (remove_files) COMPLETE
59522026-05-28T00:58:31.916Z[ recovery-image] May 28 00:58:31.185 INFO O| May 28 00:58:31.185 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-05-28T00:58:31.922Z[ recovery-image] May 28 00:58:31.194 INFO O| May 28 00:58:31.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59542026-05-28T00:58:31.922Z[ recovery-image] May 28 00:58:31.194 INFO O| May 28 00:58:31.194 INFO STEP 360 (remove_files) COMPLETE
59552026-05-28T00:58:31.925Z[ recovery-image] May 28 00:58:31.194 INFO O| May 28 00:58:31.194 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-05-28T00:58:31.931Z[ recovery-image] May 28 00:58:31.203 INFO O| May 28 00:58:31.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59572026-05-28T00:58:31.931Z[ recovery-image] May 28 00:58:31.203 INFO O| May 28 00:58:31.203 INFO STEP 361 (remove_files) COMPLETE
59582026-05-28T00:58:31.934Z[ recovery-image] May 28 00:58:31.203 INFO O| May 28 00:58:31.203 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-05-28T00:58:31.940Z[ recovery-image] May 28 00:58:31.212 INFO O| May 28 00:58:31.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59602026-05-28T00:58:31.940Z[ recovery-image] May 28 00:58:31.212 INFO O| May 28 00:58:31.212 INFO STEP 362 (remove_files) COMPLETE
59612026-05-28T00:58:31.943Z[ recovery-image] May 28 00:58:31.212 INFO O| May 28 00:58:31.212 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-05-28T00:58:31.949Z[ recovery-image] May 28 00:58:31.221 INFO O| May 28 00:58:31.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59632026-05-28T00:58:31.952Z[ recovery-image] May 28 00:58:31.221 INFO O| May 28 00:58:31.221 INFO STEP 363 (remove_files) COMPLETE
59642026-05-28T00:58:31.952Z[ recovery-image] May 28 00:58:31.221 INFO O| May 28 00:58:31.221 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-05-28T00:58:31.957Z[ recovery-image] May 28 00:58:31.229 INFO O| May 28 00:58:31.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59662026-05-28T00:58:31.957Z[ recovery-image] May 28 00:58:31.229 INFO O| May 28 00:58:31.229 INFO STEP 364 (remove_files) COMPLETE
59672026-05-28T00:58:31.959Z[ recovery-image] May 28 00:58:31.229 INFO O| May 28 00:58:31.229 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-05-28T00:58:31.964Z[ recovery-image] May 28 00:58:31.236 INFO O| May 28 00:58:31.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59692026-05-28T00:58:31.964Z[ recovery-image] May 28 00:58:31.236 INFO O| May 28 00:58:31.236 INFO STEP 365 (remove_files) COMPLETE
59702026-05-28T00:58:31.964Z[ recovery-image] May 28 00:58:31.236 INFO O| May 28 00:58:31.236 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-05-28T00:58:31.971Z[ recovery-image] May 28 00:58:31.244 INFO O| May 28 00:58:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59722026-05-28T00:58:31.971Z[ recovery-image] May 28 00:58:31.244 INFO O| May 28 00:58:31.244 INFO STEP 366 (remove_files) COMPLETE
59732026-05-28T00:58:31.975Z[ recovery-image] May 28 00:58:31.244 INFO O| May 28 00:58:31.244 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-05-28T00:58:31.979Z[ recovery-image] May 28 00:58:31.251 INFO O| May 28 00:58:31.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59752026-05-28T00:58:31.979Z[ recovery-image] May 28 00:58:31.251 INFO O| May 28 00:58:31.251 INFO STEP 367 (remove_files) COMPLETE
59762026-05-28T00:58:31.979Z[ recovery-image] May 28 00:58:31.251 INFO O| May 28 00:58:31.251 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-05-28T00:58:31.986Z[ recovery-image] May 28 00:58:31.258 INFO O| May 28 00:58:31.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59782026-05-28T00:58:31.988Z[ recovery-image] May 28 00:58:31.259 INFO O| May 28 00:58:31.259 INFO STEP 368 (remove_files) COMPLETE
59792026-05-28T00:58:31.988Z[ recovery-image] May 28 00:58:31.259 INFO O| May 28 00:58:31.259 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-05-28T00:58:31.994Z[ recovery-image] May 28 00:58:31.266 INFO O| May 28 00:58:31.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59812026-05-28T00:58:31.994Z[ recovery-image] May 28 00:58:31.266 INFO O| May 28 00:58:31.266 INFO STEP 369 (remove_files) COMPLETE
59822026-05-28T00:58:31.997Z[ recovery-image] May 28 00:58:31.266 INFO O| May 28 00:58:31.266 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-05-28T00:58:32.002Z[ recovery-image] May 28 00:58:31.274 INFO O| May 28 00:58:31.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59842026-05-28T00:58:32.002Z[ recovery-image] May 28 00:58:31.274 INFO O| May 28 00:58:31.274 INFO STEP 370 (remove_files) COMPLETE
59852026-05-28T00:58:32.002Z[ recovery-image] May 28 00:58:31.274 INFO O| May 28 00:58:31.274 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-05-28T00:58:32.009Z[ recovery-image] May 28 00:58:31.281 INFO O| May 28 00:58:31.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59872026-05-28T00:58:32.009Z[ recovery-image] May 28 00:58:31.281 INFO O| May 28 00:58:31.281 INFO STEP 371 (remove_files) COMPLETE
59882026-05-28T00:58:32.009Z[ recovery-image] May 28 00:58:31.281 INFO O| May 28 00:58:31.281 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-05-28T00:58:32.016Z[ recovery-image] May 28 00:58:31.288 INFO O| May 28 00:58:31.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59902026-05-28T00:58:32.016Z[ recovery-image] May 28 00:58:31.288 INFO O| May 28 00:58:31.288 INFO STEP 372 (remove_files) COMPLETE
59912026-05-28T00:58:32.016Z[ recovery-image] May 28 00:58:31.289 INFO O| May 28 00:58:31.288 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-05-28T00:58:32.025Z[ recovery-image] May 28 00:58:31.297 INFO O| May 28 00:58:31.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59932026-05-28T00:58:32.025Z[ recovery-image] May 28 00:58:31.297 INFO O| May 28 00:58:31.297 INFO STEP 373 (remove_files) COMPLETE
59942026-05-28T00:58:32.029Z[ recovery-image] May 28 00:58:31.297 INFO O| May 28 00:58:31.297 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-05-28T00:58:32.035Z[ recovery-image] May 28 00:58:31.307 INFO O| May 28 00:58:31.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59962026-05-28T00:58:32.035Z[ recovery-image] May 28 00:58:31.307 INFO O| May 28 00:58:31.307 INFO STEP 374 (remove_files) COMPLETE
59972026-05-28T00:58:32.035Z[ recovery-image] May 28 00:58:31.307 INFO O| May 28 00:58:31.307 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-05-28T00:58:32.044Z[ recovery-image] May 28 00:58:31.316 INFO O| May 28 00:58:31.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59992026-05-28T00:58:32.044Z[ recovery-image] May 28 00:58:31.316 INFO O| May 28 00:58:31.316 INFO STEP 375 (remove_files) COMPLETE
60002026-05-28T00:58:32.048Z[ recovery-image] May 28 00:58:31.317 INFO O| May 28 00:58:31.316 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-05-28T00:58:32.051Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
60022026-05-28T00:58:32.054Z[ recovery-image] May 28 00:58:31.326 INFO O| May 28 00:58:31.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60032026-05-28T00:58:32.054Z[ recovery-image] May 28 00:58:31.326 INFO O| May 28 00:58:31.326 INFO STEP 376 (remove_files) COMPLETE
60042026-05-28T00:58:32.054Z[ recovery-image] May 28 00:58:31.326 INFO O| May 28 00:58:31.326 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-05-28T00:58:32.062Z[ recovery-image] May 28 00:58:31.335 INFO O| May 28 00:58:31.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60062026-05-28T00:58:32.063Z[ recovery-image] May 28 00:58:31.335 INFO O| May 28 00:58:31.335 INFO STEP 377 (remove_files) COMPLETE
60072026-05-28T00:58:32.063Z[ recovery-image] May 28 00:58:31.335 INFO O| May 28 00:58:31.335 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-05-28T00:58:32.071Z[ recovery-image] May 28 00:58:31.343 INFO O| May 28 00:58:31.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60092026-05-28T00:58:32.071Z[ recovery-image] May 28 00:58:31.343 INFO O| May 28 00:58:31.343 INFO STEP 378 (remove_files) COMPLETE
60102026-05-28T00:58:32.071Z[ recovery-image] May 28 00:58:31.343 INFO O| May 28 00:58:31.343 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-05-28T00:58:32.081Z[ recovery-image] May 28 00:58:31.352 INFO O| May 28 00:58:31.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60122026-05-28T00:58:32.081Z[ recovery-image] May 28 00:58:31.352 INFO O| May 28 00:58:31.352 INFO STEP 379 (remove_files) COMPLETE
60132026-05-28T00:58:32.084Z[ recovery-image] May 28 00:58:31.352 INFO O| May 28 00:58:31.352 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-05-28T00:58:32.089Z[ recovery-image] May 28 00:58:31.360 INFO O| May 28 00:58:31.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60152026-05-28T00:58:32.089Z[ recovery-image] May 28 00:58:31.360 INFO O| May 28 00:58:31.360 INFO STEP 380 (remove_files) COMPLETE
60162026-05-28T00:58:32.093Z[ recovery-image] May 28 00:58:31.360 INFO O| May 28 00:58:31.360 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-05-28T00:58:32.096Z[ recovery-image] May 28 00:58:31.369 INFO O| May 28 00:58:31.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60182026-05-28T00:58:32.096Z[ recovery-image] May 28 00:58:31.369 INFO O| May 28 00:58:31.369 INFO STEP 381 (remove_files) COMPLETE
60192026-05-28T00:58:32.096Z[ recovery-image] May 28 00:58:31.369 INFO O| May 28 00:58:31.369 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-05-28T00:58:32.105Z[ recovery-image] May 28 00:58:31.377 INFO O| May 28 00:58:31.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60212026-05-28T00:58:32.105Z[ recovery-image] May 28 00:58:31.377 INFO O| May 28 00:58:31.377 INFO STEP 382 (remove_files) COMPLETE
60222026-05-28T00:58:32.105Z[ recovery-image] May 28 00:58:31.377 INFO O| May 28 00:58:31.377 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-05-28T00:58:32.114Z[ recovery-image] May 28 00:58:31.386 INFO O| May 28 00:58:31.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60242026-05-28T00:58:32.114Z[ recovery-image] May 28 00:58:31.386 INFO O| May 28 00:58:31.386 INFO STEP 383 (remove_files) COMPLETE
60252026-05-28T00:58:32.114Z[ recovery-image] May 28 00:58:31.386 INFO O| May 28 00:58:31.386 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-05-28T00:58:32.122Z[ recovery-image] May 28 00:58:31.394 INFO O| May 28 00:58:31.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60272026-05-28T00:58:32.122Z[ recovery-image] May 28 00:58:31.394 INFO O| May 28 00:58:31.394 INFO STEP 384 (remove_files) COMPLETE
60282026-05-28T00:58:32.122Z[ recovery-image] May 28 00:58:31.394 INFO O| May 28 00:58:31.394 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-05-28T00:58:32.130Z[ recovery-image] May 28 00:58:31.403 INFO O| May 28 00:58:31.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60302026-05-28T00:58:32.131Z[ recovery-image] May 28 00:58:31.403 INFO O| May 28 00:58:31.403 INFO STEP 385 (remove_files) COMPLETE
60312026-05-28T00:58:32.131Z[ recovery-image] May 28 00:58:31.403 INFO O| May 28 00:58:31.403 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-05-28T00:58:32.140Z[ recovery-image] May 28 00:58:31.412 INFO O| May 28 00:58:31.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60332026-05-28T00:58:32.140Z[ recovery-image] May 28 00:58:31.412 INFO O| May 28 00:58:31.412 INFO STEP 386 (remove_files) COMPLETE
60342026-05-28T00:58:32.140Z[ recovery-image] May 28 00:58:31.412 INFO O| May 28 00:58:31.412 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-05-28T00:58:32.148Z[ recovery-image] May 28 00:58:31.420 INFO O| May 28 00:58:31.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60362026-05-28T00:58:32.148Z[ recovery-image] May 28 00:58:31.420 INFO O| May 28 00:58:31.420 INFO STEP 387 (remove_files) COMPLETE
60372026-05-28T00:58:32.148Z[ recovery-image] May 28 00:58:31.420 INFO O| May 28 00:58:31.420 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-05-28T00:58:32.158Z[ recovery-image] May 28 00:58:31.430 INFO O| May 28 00:58:31.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60392026-05-28T00:58:32.158Z[ recovery-image] May 28 00:58:31.430 INFO O| May 28 00:58:31.430 INFO STEP 388 (remove_files) COMPLETE
60402026-05-28T00:58:32.158Z[ recovery-image] May 28 00:58:31.430 INFO O| May 28 00:58:31.430 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-05-28T00:58:32.167Z[ recovery-image] May 28 00:58:31.439 INFO O| May 28 00:58:31.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60422026-05-28T00:58:32.167Z[ recovery-image] May 28 00:58:31.440 INFO O| May 28 00:58:31.440 INFO STEP 389 (remove_files) COMPLETE
60432026-05-28T00:58:32.167Z[ recovery-image] May 28 00:58:31.440 INFO O| May 28 00:58:31.440 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-05-28T00:58:32.176Z[ recovery-image] May 28 00:58:31.448 INFO O| May 28 00:58:31.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60452026-05-28T00:58:32.176Z[ recovery-image] May 28 00:58:31.448 INFO O| May 28 00:58:31.448 INFO STEP 390 (remove_files) COMPLETE
60462026-05-28T00:58:32.176Z[ recovery-image] May 28 00:58:31.448 INFO O| May 28 00:58:31.448 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-05-28T00:58:32.185Z[ recovery-image] May 28 00:58:31.457 INFO O| May 28 00:58:31.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60482026-05-28T00:58:32.185Z[ recovery-image] May 28 00:58:31.457 INFO O| May 28 00:58:31.457 INFO STEP 391 (remove_files) COMPLETE
60492026-05-28T00:58:32.185Z[ recovery-image] May 28 00:58:31.457 INFO O| May 28 00:58:31.457 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-05-28T00:58:32.193Z[ recovery-image] May 28 00:58:31.465 INFO O| May 28 00:58:31.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60512026-05-28T00:58:32.193Z[ recovery-image] May 28 00:58:31.465 INFO O| May 28 00:58:31.465 INFO STEP 392 (remove_files) COMPLETE
60522026-05-28T00:58:32.193Z[ recovery-image] May 28 00:58:31.465 INFO O| May 28 00:58:31.465 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-05-28T00:58:32.201Z[ recovery-image] May 28 00:58:31.473 INFO O| May 28 00:58:31.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60542026-05-28T00:58:32.201Z[ recovery-image] May 28 00:58:31.473 INFO O| May 28 00:58:31.473 INFO STEP 393 (remove_files) COMPLETE
60552026-05-28T00:58:32.201Z[ recovery-image] May 28 00:58:31.473 INFO O| May 28 00:58:31.473 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-05-28T00:58:32.213Z[ recovery-image] May 28 00:58:31.482 INFO O| May 28 00:58:31.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60572026-05-28T00:58:32.213Z[ recovery-image] May 28 00:58:31.482 INFO O| May 28 00:58:31.482 INFO STEP 394 (remove_files) COMPLETE
60582026-05-28T00:58:32.218Z[ recovery-image] May 28 00:58:31.482 INFO O| May 28 00:58:31.482 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-05-28T00:58:32.223Z[ recovery-image] May 28 00:58:31.491 INFO O| May 28 00:58:31.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60602026-05-28T00:58:32.224Z[ recovery-image] May 28 00:58:31.492 INFO O| May 28 00:58:31.492 INFO STEP 395 (remove_files) COMPLETE
60612026-05-28T00:58:32.224Z[ recovery-image] May 28 00:58:31.492 INFO O| May 28 00:58:31.492 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-05-28T00:58:32.228Z[ recovery-image] May 28 00:58:31.500 INFO O| May 28 00:58:31.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60632026-05-28T00:58:32.231Z[ recovery-image] May 28 00:58:31.500 INFO O| May 28 00:58:31.500 INFO STEP 396 (remove_files) COMPLETE
60642026-05-28T00:58:32.231Z[ recovery-image] May 28 00:58:31.500 INFO O| May 28 00:58:31.500 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-05-28T00:58:32.235Z[ recovery-image] May 28 00:58:31.508 INFO O| May 28 00:58:31.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60662026-05-28T00:58:32.235Z[ recovery-image] May 28 00:58:31.508 INFO O| May 28 00:58:31.508 INFO STEP 397 (remove_files) COMPLETE
60672026-05-28T00:58:32.239Z[ recovery-image] May 28 00:58:31.508 INFO O| May 28 00:58:31.508 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-05-28T00:58:32.243Z[ recovery-image] May 28 00:58:31.515 INFO O| May 28 00:58:31.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60692026-05-28T00:58:32.243Z[ recovery-image] May 28 00:58:31.515 INFO O| May 28 00:58:31.515 INFO STEP 398 (remove_files) COMPLETE
60702026-05-28T00:58:32.246Z[ recovery-image] May 28 00:58:31.515 INFO O| May 28 00:58:31.515 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-05-28T00:58:32.254Z[ recovery-image] May 28 00:58:31.526 INFO O| May 28 00:58:31.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60722026-05-28T00:58:32.257Z[ recovery-image] May 28 00:58:31.527 INFO O| May 28 00:58:31.527 INFO STEP 399 (remove_files) COMPLETE
60732026-05-28T00:58:32.257Z[ recovery-image] May 28 00:58:31.527 INFO O| May 28 00:58:31.527 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-05-28T00:58:32.263Z[ recovery-image] May 28 00:58:31.536 INFO O| May 28 00:58:31.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60752026-05-28T00:58:32.263Z[ recovery-image] May 28 00:58:31.536 INFO O| May 28 00:58:31.536 INFO STEP 400 (remove_files) COMPLETE
60762026-05-28T00:58:32.264Z[ recovery-image] May 28 00:58:31.536 INFO O| May 28 00:58:31.536 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-05-28T00:58:32.272Z[ recovery-image] May 28 00:58:31.544 INFO O| May 28 00:58:31.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60782026-05-28T00:58:32.272Z[ recovery-image] May 28 00:58:31.544 INFO O| May 28 00:58:31.544 INFO STEP 401 (remove_files) COMPLETE
60792026-05-28T00:58:32.272Z[ recovery-image] May 28 00:58:31.544 INFO O| May 28 00:58:31.544 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-05-28T00:58:32.280Z[ recovery-image] May 28 00:58:31.552 INFO O| May 28 00:58:31.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60812026-05-28T00:58:32.280Z[ recovery-image] May 28 00:58:31.552 INFO O| May 28 00:58:31.552 INFO STEP 402 (remove_files) COMPLETE
60822026-05-28T00:58:32.280Z[ recovery-image] May 28 00:58:31.552 INFO O| May 28 00:58:31.552 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-05-28T00:58:32.288Z[ recovery-image] May 28 00:58:31.560 INFO O| May 28 00:58:31.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60842026-05-28T00:58:32.288Z[ recovery-image] May 28 00:58:31.560 INFO O| May 28 00:58:31.560 INFO STEP 403 (remove_files) COMPLETE
60852026-05-28T00:58:32.291Z[ recovery-image] May 28 00:58:31.560 INFO O| May 28 00:58:31.560 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-05-28T00:58:32.296Z[ recovery-image] May 28 00:58:31.568 INFO O| May 28 00:58:31.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60872026-05-28T00:58:32.296Z[ recovery-image] May 28 00:58:31.568 INFO O| May 28 00:58:31.568 INFO STEP 404 (remove_files) COMPLETE
60882026-05-28T00:58:32.296Z[ recovery-image] May 28 00:58:31.568 INFO O| May 28 00:58:31.568 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-05-28T00:58:32.303Z[ recovery-image] May 28 00:58:31.575 INFO O| May 28 00:58:31.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60902026-05-28T00:58:32.303Z[ recovery-image] May 28 00:58:31.575 INFO O| May 28 00:58:31.575 INFO STEP 405 (remove_files) COMPLETE
60912026-05-28T00:58:32.303Z[ recovery-image] May 28 00:58:31.575 INFO O| May 28 00:58:31.575 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-05-28T00:58:32.311Z[ recovery-image] May 28 00:58:31.583 INFO O| May 28 00:58:31.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60932026-05-28T00:58:32.311Z[ recovery-image] May 28 00:58:31.583 INFO O| May 28 00:58:31.583 INFO STEP 406 (remove_files) COMPLETE
60942026-05-28T00:58:32.311Z[ recovery-image] May 28 00:58:31.583 INFO O| May 28 00:58:31.583 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-05-28T00:58:32.319Z[ recovery-image] May 28 00:58:31.591 INFO O| May 28 00:58:31.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60962026-05-28T00:58:32.319Z[ recovery-image] May 28 00:58:31.591 INFO O| May 28 00:58:31.591 INFO STEP 407 (remove_files) COMPLETE
60972026-05-28T00:58:32.322Z[ recovery-image] May 28 00:58:31.591 INFO O| May 28 00:58:31.591 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-05-28T00:58:32.328Z[ recovery-image] May 28 00:58:31.600 INFO O| May 28 00:58:31.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60992026-05-28T00:58:32.328Z[ recovery-image] May 28 00:58:31.601 INFO O| May 28 00:58:31.601 INFO STEP 408 (remove_files) COMPLETE
61002026-05-28T00:58:32.328Z[ recovery-image] May 28 00:58:31.601 INFO O| May 28 00:58:31.601 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-05-28T00:58:32.338Z[ recovery-image] May 28 00:58:31.610 INFO O| May 28 00:58:31.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61022026-05-28T00:58:32.338Z[ recovery-image] May 28 00:58:31.610 INFO O| May 28 00:58:31.610 INFO STEP 409 (remove_files) COMPLETE
61032026-05-28T00:58:32.338Z[ recovery-image] May 28 00:58:31.610 INFO O| May 28 00:58:31.610 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-05-28T00:58:32.347Z[ recovery-image] May 28 00:58:31.619 INFO O| May 28 00:58:31.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61052026-05-28T00:58:32.347Z[ recovery-image] May 28 00:58:31.619 INFO O| May 28 00:58:31.619 INFO STEP 410 (remove_files) COMPLETE
61062026-05-28T00:58:32.348Z[ recovery-image] May 28 00:58:31.619 INFO O| May 28 00:58:31.619 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-05-28T00:58:32.356Z[ recovery-image] May 28 00:58:31.627 INFO O| May 28 00:58:31.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61082026-05-28T00:58:32.356Z[ recovery-image] May 28 00:58:31.627 INFO O| May 28 00:58:31.627 INFO STEP 411 (remove_files) COMPLETE
61092026-05-28T00:58:32.356Z[ recovery-image] May 28 00:58:31.627 INFO O| May 28 00:58:31.627 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-05-28T00:58:32.364Z[ recovery-image] May 28 00:58:31.636 INFO O| May 28 00:58:31.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61112026-05-28T00:58:32.364Z[ recovery-image] May 28 00:58:31.636 INFO O| May 28 00:58:31.636 INFO STEP 412 (remove_files) COMPLETE
61122026-05-28T00:58:32.364Z[ recovery-image] May 28 00:58:31.636 INFO O| May 28 00:58:31.636 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-05-28T00:58:32.372Z[ recovery-image] May 28 00:58:31.644 INFO O| May 28 00:58:31.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61142026-05-28T00:58:32.372Z[ recovery-image] May 28 00:58:31.644 INFO O| May 28 00:58:31.644 INFO STEP 413 (remove_files) COMPLETE
61152026-05-28T00:58:32.372Z[ recovery-image] May 28 00:58:31.644 INFO O| May 28 00:58:31.644 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-05-28T00:58:32.381Z[ recovery-image] May 28 00:58:31.653 INFO O| May 28 00:58:31.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61172026-05-28T00:58:32.381Z[ recovery-image] May 28 00:58:31.653 INFO O| May 28 00:58:31.653 INFO STEP 414 (remove_files) COMPLETE
61182026-05-28T00:58:32.381Z[ recovery-image] May 28 00:58:31.653 INFO O| May 28 00:58:31.653 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-05-28T00:58:32.390Z[ recovery-image] May 28 00:58:31.663 INFO O| May 28 00:58:31.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61202026-05-28T00:58:32.391Z[ recovery-image] May 28 00:58:31.663 INFO O| May 28 00:58:31.663 INFO STEP 415 (remove_files) COMPLETE
61212026-05-28T00:58:32.394Z[ recovery-image] May 28 00:58:31.663 INFO O| May 28 00:58:31.663 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-05-28T00:58:32.399Z[ recovery-image] May 28 00:58:31.671 INFO O| May 28 00:58:31.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61232026-05-28T00:58:32.399Z[ recovery-image] May 28 00:58:31.671 INFO O| May 28 00:58:31.671 INFO STEP 416 (remove_files) COMPLETE
61242026-05-28T00:58:32.399Z[ recovery-image] May 28 00:58:31.671 INFO O| May 28 00:58:31.671 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-05-28T00:58:32.408Z[ recovery-image] May 28 00:58:31.680 INFO O| May 28 00:58:31.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61262026-05-28T00:58:32.408Z[ recovery-image] May 28 00:58:31.680 INFO O| May 28 00:58:31.680 INFO STEP 417 (remove_files) COMPLETE
61272026-05-28T00:58:32.411Z[ recovery-image] May 28 00:58:31.680 INFO O| May 28 00:58:31.680 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-05-28T00:58:32.418Z[ recovery-image] May 28 00:58:31.688 INFO O| May 28 00:58:31.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61292026-05-28T00:58:32.421Z[ recovery-image] May 28 00:58:31.690 INFO O| May 28 00:58:31.690 INFO STEP 418 (remove_files) COMPLETE
61302026-05-28T00:58:32.421Z[ recovery-image] May 28 00:58:31.690 INFO O| May 28 00:58:31.690 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-05-28T00:58:32.427Z[ recovery-image] May 28 00:58:31.698 INFO O| May 28 00:58:31.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61322026-05-28T00:58:32.427Z[ recovery-image] May 28 00:58:31.698 INFO O| May 28 00:58:31.698 INFO STEP 419 (remove_files) COMPLETE
61332026-05-28T00:58:32.427Z[ recovery-image] May 28 00:58:31.699 INFO O| May 28 00:58:31.698 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-05-28T00:58:32.436Z[ recovery-image] May 28 00:58:31.708 INFO O| May 28 00:58:31.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61352026-05-28T00:58:32.436Z[ recovery-image] May 28 00:58:31.708 INFO O| May 28 00:58:31.708 INFO STEP 420 (remove_files) COMPLETE
61362026-05-28T00:58:32.439Z[ recovery-image] May 28 00:58:31.708 INFO O| May 28 00:58:31.708 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-05-28T00:58:32.445Z[ recovery-image] May 28 00:58:31.718 INFO O| May 28 00:58:31.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61382026-05-28T00:58:32.445Z[ recovery-image] May 28 00:58:31.718 INFO O| May 28 00:58:31.718 INFO STEP 421 (remove_files) COMPLETE
61392026-05-28T00:58:32.448Z[ recovery-image] May 28 00:58:31.718 INFO O| May 28 00:58:31.718 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-05-28T00:58:32.454Z[ recovery-image] May 28 00:58:31.726 INFO O| May 28 00:58:31.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61412026-05-28T00:58:32.454Z[ recovery-image] May 28 00:58:31.726 INFO O| May 28 00:58:31.726 INFO STEP 422 (remove_files) COMPLETE
61422026-05-28T00:58:32.454Z[ recovery-image] May 28 00:58:31.726 INFO O| May 28 00:58:31.726 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-05-28T00:58:32.463Z[ recovery-image] May 28 00:58:31.735 INFO O| May 28 00:58:31.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61442026-05-28T00:58:32.463Z[ recovery-image] May 28 00:58:31.735 INFO O| May 28 00:58:31.735 INFO STEP 423 (remove_files) COMPLETE
61452026-05-28T00:58:32.467Z[ recovery-image] May 28 00:58:31.735 INFO O| May 28 00:58:31.735 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-05-28T00:58:32.471Z[ recovery-image] May 28 00:58:31.743 INFO O| May 28 00:58:31.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61472026-05-28T00:58:32.471Z[ recovery-image] May 28 00:58:31.743 INFO O| May 28 00:58:31.743 INFO STEP 424 (remove_files) COMPLETE
61482026-05-28T00:58:32.471Z[ recovery-image] May 28 00:58:31.743 INFO O| May 28 00:58:31.743 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-05-28T00:58:32.483Z[ recovery-image] May 28 00:58:31.755 INFO O| May 28 00:58:31.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61502026-05-28T00:58:32.483Z[ recovery-image] May 28 00:58:31.755 INFO O| May 28 00:58:31.755 INFO STEP 425 (remove_files) COMPLETE
61512026-05-28T00:58:32.488Z[ recovery-image] May 28 00:58:31.755 INFO O| May 28 00:58:31.755 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-05-28T00:58:32.493Z[ recovery-image] May 28 00:58:31.765 INFO O| May 28 00:58:31.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61532026-05-28T00:58:32.493Z[ recovery-image] May 28 00:58:31.765 INFO O| May 28 00:58:31.765 INFO STEP 426 (remove_files) COMPLETE
61542026-05-28T00:58:32.493Z[ recovery-image] May 28 00:58:31.765 INFO O| May 28 00:58:31.765 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-05-28T00:58:32.502Z[ recovery-image] May 28 00:58:31.774 INFO O| May 28 00:58:31.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61562026-05-28T00:58:32.502Z[ recovery-image] May 28 00:58:31.774 INFO O| May 28 00:58:31.774 INFO STEP 427 (remove_files) COMPLETE
61572026-05-28T00:58:32.502Z[ recovery-image] May 28 00:58:31.774 INFO O| May 28 00:58:31.774 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-05-28T00:58:32.512Z[ recovery-image] May 28 00:58:31.784 INFO O| May 28 00:58:31.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61592026-05-28T00:58:32.513Z[ recovery-image] May 28 00:58:31.784 INFO O| May 28 00:58:31.784 INFO STEP 428 (remove_files) COMPLETE
61602026-05-28T00:58:32.515Z[ recovery-image] May 28 00:58:31.784 INFO O| May 28 00:58:31.784 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-05-28T00:58:32.521Z[ recovery-image] May 28 00:58:31.794 INFO O| May 28 00:58:31.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61622026-05-28T00:58:32.522Z[ recovery-image] May 28 00:58:31.794 INFO O| May 28 00:58:31.794 INFO STEP 429 (remove_files) COMPLETE
61632026-05-28T00:58:32.522Z[ recovery-image] May 28 00:58:31.794 INFO O| May 28 00:58:31.794 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-05-28T00:58:32.531Z[ recovery-image] May 28 00:58:31.803 INFO O| May 28 00:58:31.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61652026-05-28T00:58:32.531Z[ recovery-image] May 28 00:58:31.803 INFO O| May 28 00:58:31.803 INFO STEP 430 (remove_files) COMPLETE
61662026-05-28T00:58:32.534Z[ recovery-image] May 28 00:58:31.803 INFO O| May 28 00:58:31.803 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-05-28T00:58:32.539Z[ recovery-image] May 28 00:58:31.811 INFO O| May 28 00:58:31.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61682026-05-28T00:58:32.539Z[ recovery-image] May 28 00:58:31.811 INFO O| May 28 00:58:31.811 INFO STEP 431 (remove_files) COMPLETE
61692026-05-28T00:58:32.542Z[ recovery-image] May 28 00:58:31.811 INFO O| May 28 00:58:31.811 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-05-28T00:58:32.552Z[ recovery-image] May 28 00:58:31.821 INFO O| May 28 00:58:31.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61712026-05-28T00:58:32.552Z[ recovery-image] May 28 00:58:31.821 INFO O| May 28 00:58:31.821 INFO STEP 432 (remove_files) COMPLETE
61722026-05-28T00:58:32.552Z[ recovery-image] May 28 00:58:31.821 INFO O| May 28 00:58:31.821 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-05-28T00:58:32.560Z[ recovery-image] May 28 00:58:31.831 INFO O| May 28 00:58:31.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61742026-05-28T00:58:32.560Z[ recovery-image] May 28 00:58:31.831 INFO O| May 28 00:58:31.831 INFO STEP 433 (remove_files) COMPLETE
61752026-05-28T00:58:32.560Z[ recovery-image] May 28 00:58:31.831 INFO O| May 28 00:58:31.831 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-05-28T00:58:32.569Z[ recovery-image] May 28 00:58:31.841 INFO O| May 28 00:58:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61772026-05-28T00:58:32.572Z[ recovery-image] May 28 00:58:31.842 INFO O| May 28 00:58:31.842 INFO STEP 434 (remove_files) COMPLETE
61782026-05-28T00:58:32.572Z[ recovery-image] May 28 00:58:31.842 INFO O| May 28 00:58:31.842 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-05-28T00:58:32.579Z[ recovery-image] May 28 00:58:31.851 INFO O| May 28 00:58:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61802026-05-28T00:58:32.579Z[ recovery-image] May 28 00:58:31.851 INFO O| May 28 00:58:31.851 INFO STEP 435 (remove_files) COMPLETE
61812026-05-28T00:58:32.582Z[ recovery-image] May 28 00:58:31.851 INFO O| May 28 00:58:31.851 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-05-28T00:58:32.588Z[ recovery-image] May 28 00:58:31.860 INFO O| May 28 00:58:31.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61832026-05-28T00:58:32.588Z[ recovery-image] May 28 00:58:31.860 INFO O| May 28 00:58:31.860 INFO STEP 436 (remove_files) COMPLETE
61842026-05-28T00:58:32.588Z[ recovery-image] May 28 00:58:31.860 INFO O| May 28 00:58:31.860 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-05-28T00:58:32.601Z[ recovery-image] May 28 00:58:31.869 INFO O| May 28 00:58:31.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61862026-05-28T00:58:32.601Z[ recovery-image] May 28 00:58:31.869 INFO O| May 28 00:58:31.869 INFO STEP 437 (remove_files) COMPLETE
61872026-05-28T00:58:32.601Z[ recovery-image] May 28 00:58:31.869 INFO O| May 28 00:58:31.869 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-05-28T00:58:32.609Z[ recovery-image] May 28 00:58:31.877 INFO O| May 28 00:58:31.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61892026-05-28T00:58:32.609Z[ recovery-image] May 28 00:58:31.877 INFO O| May 28 00:58:31.877 INFO STEP 438 (remove_files) COMPLETE
61902026-05-28T00:58:32.609Z[ recovery-image] May 28 00:58:31.877 INFO O| May 28 00:58:31.877 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-05-28T00:58:32.615Z[ recovery-image] May 28 00:58:31.885 INFO O| May 28 00:58:31.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61922026-05-28T00:58:32.615Z[ recovery-image] May 28 00:58:31.885 INFO O| May 28 00:58:31.885 INFO STEP 439 (remove_files) COMPLETE
61932026-05-28T00:58:32.618Z[ recovery-image] May 28 00:58:31.885 INFO O| May 28 00:58:31.885 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-05-28T00:58:32.623Z[ recovery-image] May 28 00:58:31.895 INFO O| May 28 00:58:31.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61952026-05-28T00:58:32.623Z[ recovery-image] May 28 00:58:31.895 INFO O| May 28 00:58:31.895 INFO STEP 440 (remove_files) COMPLETE
61962026-05-28T00:58:32.627Z[ recovery-image] May 28 00:58:31.895 INFO O| May 28 00:58:31.895 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-05-28T00:58:32.631Z[ recovery-image] May 28 00:58:31.903 INFO O| May 28 00:58:31.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61982026-05-28T00:58:32.631Z[ recovery-image] May 28 00:58:31.903 INFO O| May 28 00:58:31.903 INFO STEP 441 (remove_files) COMPLETE
61992026-05-28T00:58:32.634Z[ recovery-image] May 28 00:58:31.903 INFO O| May 28 00:58:31.903 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-05-28T00:58:32.653Z[ recovery-image] May 28 00:58:31.925 INFO O| May 28 00:58:31.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62012026-05-28T00:58:32.653Z[ recovery-image] May 28 00:58:31.925 INFO O| May 28 00:58:31.925 INFO STEP 442 (remove_files) COMPLETE
62022026-05-28T00:58:32.658Z[ recovery-image] May 28 00:58:31.925 INFO O| May 28 00:58:31.925 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-05-28T00:58:32.663Z[ recovery-image] May 28 00:58:31.936 INFO O| May 28 00:58:31.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62042026-05-28T00:58:32.664Z[ recovery-image] May 28 00:58:31.936 INFO O| May 28 00:58:31.936 INFO STEP 443 (remove_files) COMPLETE
62052026-05-28T00:58:32.664Z[ recovery-image] May 28 00:58:31.936 INFO O| May 28 00:58:31.936 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-05-28T00:58:32.673Z[ recovery-image] May 28 00:58:31.945 INFO O| May 28 00:58:31.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62072026-05-28T00:58:32.676Z[ recovery-image] May 28 00:58:31.945 INFO O| May 28 00:58:31.945 INFO STEP 444 (remove_files) COMPLETE
62082026-05-28T00:58:32.676Z[ recovery-image] May 28 00:58:31.945 INFO O| May 28 00:58:31.945 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-05-28T00:58:32.688Z[ recovery-image] May 28 00:58:31.954 INFO O| May 28 00:58:31.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62102026-05-28T00:58:32.688Z[ recovery-image] May 28 00:58:31.954 INFO O| May 28 00:58:31.954 INFO STEP 445 (remove_files) COMPLETE
62112026-05-28T00:58:32.691Z[ recovery-image] May 28 00:58:31.954 INFO O| May 28 00:58:31.954 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-05-28T00:58:32.692Z[ recovery-image] May 28 00:58:31.962 INFO O| May 28 00:58:31.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62132026-05-28T00:58:32.692Z[ recovery-image] May 28 00:58:31.962 INFO O| May 28 00:58:31.962 INFO STEP 446 (remove_files) COMPLETE
62142026-05-28T00:58:32.692Z[ recovery-image] May 28 00:58:31.962 INFO O| May 28 00:58:31.962 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-05-28T00:58:32.700Z[ recovery-image] May 28 00:58:31.972 INFO O| May 28 00:58:31.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62162026-05-28T00:58:32.700Z[ recovery-image] May 28 00:58:31.972 INFO O| May 28 00:58:31.972 INFO STEP 447 (remove_files) COMPLETE
62172026-05-28T00:58:32.705Z[ recovery-image] May 28 00:58:31.972 INFO O| May 28 00:58:31.972 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-05-28T00:58:32.708Z[ recovery-image] May 28 00:58:31.981 INFO O| May 28 00:58:31.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62192026-05-28T00:58:32.709Z[ recovery-image] May 28 00:58:31.981 INFO O| May 28 00:58:31.981 INFO STEP 448 (remove_files) COMPLETE
62202026-05-28T00:58:32.712Z[ recovery-image] May 28 00:58:31.981 INFO O| May 28 00:58:31.981 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-05-28T00:58:32.717Z[ recovery-image] May 28 00:58:31.989 INFO O| May 28 00:58:31.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62222026-05-28T00:58:32.717Z[ recovery-image] May 28 00:58:31.989 INFO O| May 28 00:58:31.989 INFO STEP 449 (remove_files) COMPLETE
62232026-05-28T00:58:32.720Z[ recovery-image] May 28 00:58:31.989 INFO O| May 28 00:58:31.989 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-05-28T00:58:32.724Z[ recovery-image] May 28 00:58:31.996 INFO O| May 28 00:58:31.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62252026-05-28T00:58:32.724Z[ recovery-image] May 28 00:58:31.996 INFO O| May 28 00:58:31.996 INFO STEP 450 (remove_files) COMPLETE
62262026-05-28T00:58:32.724Z[ recovery-image] May 28 00:58:31.996 INFO O| May 28 00:58:31.996 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-05-28T00:58:32.734Z[ recovery-image] May 28 00:58:32.004 INFO O| May 28 00:58:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62282026-05-28T00:58:32.734Z[ recovery-image] May 28 00:58:32.004 INFO O| May 28 00:58:32.004 INFO STEP 451 (remove_files) COMPLETE
62292026-05-28T00:58:32.734Z[ recovery-image] May 28 00:58:32.005 INFO O| May 28 00:58:32.004 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-05-28T00:58:32.740Z[ recovery-image] May 28 00:58:32.012 INFO O| May 28 00:58:32.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62312026-05-28T00:58:32.740Z[ recovery-image] May 28 00:58:32.012 INFO O| May 28 00:58:32.012 INFO STEP 452 (remove_files) COMPLETE
62322026-05-28T00:58:32.740Z[ recovery-image] May 28 00:58:32.012 INFO O| May 28 00:58:32.012 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-05-28T00:58:32.747Z[ recovery-image] May 28 00:58:32.019 INFO O| May 28 00:58:32.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62342026-05-28T00:58:32.747Z[ recovery-image] May 28 00:58:32.020 INFO O| May 28 00:58:32.020 INFO STEP 453 (remove_files) COMPLETE
62352026-05-28T00:58:32.752Z[ recovery-image] May 28 00:58:32.020 INFO O| May 28 00:58:32.020 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-05-28T00:58:32.755Z[ recovery-image] May 28 00:58:32.027 INFO O| May 28 00:58:32.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62372026-05-28T00:58:32.755Z[ recovery-image] May 28 00:58:32.027 INFO O| May 28 00:58:32.027 INFO STEP 454 (remove_files) COMPLETE
62382026-05-28T00:58:32.755Z[ recovery-image] May 28 00:58:32.027 INFO O| May 28 00:58:32.027 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-05-28T00:58:32.764Z[ recovery-image] May 28 00:58:32.036 INFO O| May 28 00:58:32.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62402026-05-28T00:58:32.764Z[ recovery-image] May 28 00:58:32.036 INFO O| May 28 00:58:32.036 INFO STEP 455 (remove_files) COMPLETE
62412026-05-28T00:58:32.764Z[ recovery-image] May 28 00:58:32.036 INFO O| May 28 00:58:32.036 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-05-28T00:58:32.806Z[ recovery-image] May 28 00:58:32.077 INFO O| May 28 00:58:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62432026-05-28T00:58:32.806Z[ recovery-image] May 28 00:58:32.077 INFO O| May 28 00:58:32.077 INFO STEP 456 (remove_files) COMPLETE
62442026-05-28T00:58:32.809Z[ recovery-image] May 28 00:58:32.077 INFO O| May 28 00:58:32.077 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-05-28T00:58:32.815Z[ recovery-image] May 28 00:58:32.087 INFO O| May 28 00:58:32.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62462026-05-28T00:58:32.815Z[ recovery-image] May 28 00:58:32.088 INFO O| May 28 00:58:32.088 INFO STEP 457 (remove_files) COMPLETE
62472026-05-28T00:58:32.815Z[ recovery-image] May 28 00:58:32.088 INFO O| May 28 00:58:32.088 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-05-28T00:58:32.826Z[ recovery-image] May 28 00:58:32.098 INFO O| May 28 00:58:32.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62492026-05-28T00:58:32.826Z[ recovery-image] May 28 00:58:32.098 INFO O| May 28 00:58:32.098 INFO STEP 458 (remove_files) COMPLETE
62502026-05-28T00:58:32.830Z[ recovery-image] May 28 00:58:32.098 INFO O| May 28 00:58:32.098 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-05-28T00:58:32.835Z[ recovery-image] May 28 00:58:32.107 INFO O| May 28 00:58:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62522026-05-28T00:58:32.835Z[ recovery-image] May 28 00:58:32.108 INFO O| May 28 00:58:32.107 INFO STEP 459 (remove_files) COMPLETE
62532026-05-28T00:58:32.835Z[ recovery-image] May 28 00:58:32.108 INFO O| May 28 00:58:32.108 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-05-28T00:58:32.845Z[ recovery-image] May 28 00:58:32.117 INFO O| May 28 00:58:32.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62552026-05-28T00:58:32.845Z[ recovery-image] May 28 00:58:32.117 INFO O| May 28 00:58:32.117 INFO STEP 460 (remove_files) COMPLETE
62562026-05-28T00:58:32.848Z[ recovery-image] May 28 00:58:32.117 INFO O| May 28 00:58:32.117 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-05-28T00:58:32.855Z[ recovery-image] May 28 00:58:32.126 INFO O| May 28 00:58:32.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62582026-05-28T00:58:32.855Z[ recovery-image] May 28 00:58:32.126 INFO O| May 28 00:58:32.126 INFO STEP 461 (remove_files) COMPLETE
62592026-05-28T00:58:32.855Z[ recovery-image] May 28 00:58:32.126 INFO O| May 28 00:58:32.126 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-05-28T00:58:32.863Z[ recovery-image] May 28 00:58:32.135 INFO O| May 28 00:58:32.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62612026-05-28T00:58:32.863Z[ recovery-image] May 28 00:58:32.135 INFO O| May 28 00:58:32.135 INFO STEP 462 (remove_files) COMPLETE
62622026-05-28T00:58:32.863Z[ recovery-image] May 28 00:58:32.135 INFO O| May 28 00:58:32.135 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-05-28T00:58:32.873Z[ recovery-image] May 28 00:58:32.145 INFO O| May 28 00:58:32.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62642026-05-28T00:58:32.873Z[ recovery-image] May 28 00:58:32.145 INFO O| May 28 00:58:32.145 INFO STEP 463 (remove_files) COMPLETE
62652026-05-28T00:58:32.873Z[ recovery-image] May 28 00:58:32.145 INFO O| May 28 00:58:32.145 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-05-28T00:58:32.882Z[ recovery-image] May 28 00:58:32.154 INFO O| May 28 00:58:32.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62672026-05-28T00:58:32.882Z[ recovery-image] May 28 00:58:32.154 INFO O| May 28 00:58:32.154 INFO STEP 464 (remove_files) COMPLETE
62682026-05-28T00:58:32.882Z[ recovery-image] May 28 00:58:32.154 INFO O| May 28 00:58:32.154 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-05-28T00:58:32.890Z[ recovery-image] May 28 00:58:32.162 INFO O| May 28 00:58:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62702026-05-28T00:58:32.890Z[ recovery-image] May 28 00:58:32.162 INFO O| May 28 00:58:32.162 INFO STEP 465 (remove_files) COMPLETE
62712026-05-28T00:58:32.890Z[ recovery-image] May 28 00:58:32.162 INFO O| May 28 00:58:32.162 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-05-28T00:58:32.899Z[ recovery-image] May 28 00:58:32.171 INFO O| May 28 00:58:32.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62732026-05-28T00:58:32.900Z[ recovery-image] May 28 00:58:32.171 INFO O| May 28 00:58:32.171 INFO STEP 466 (remove_files) COMPLETE
62742026-05-28T00:58:32.903Z[ recovery-image] May 28 00:58:32.171 INFO O| May 28 00:58:32.171 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-05-28T00:58:32.907Z[ recovery-image] May 28 00:58:32.179 INFO O| May 28 00:58:32.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62762026-05-28T00:58:32.907Z[ recovery-image] May 28 00:58:32.179 INFO O| May 28 00:58:32.179 INFO STEP 467 (remove_files) COMPLETE
62772026-05-28T00:58:32.907Z[ recovery-image] May 28 00:58:32.179 INFO O| May 28 00:58:32.179 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-05-28T00:58:32.918Z[ recovery-image] May 28 00:58:32.190 INFO O| May 28 00:58:32.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62792026-05-28T00:58:32.918Z[ recovery-image] May 28 00:58:32.190 INFO O| May 28 00:58:32.190 INFO STEP 468 (remove_files) COMPLETE
62802026-05-28T00:58:32.921Z[ recovery-image] May 28 00:58:32.190 INFO O| May 28 00:58:32.190 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-05-28T00:58:32.926Z[ recovery-image] May 28 00:58:32.198 INFO O| May 28 00:58:32.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62822026-05-28T00:58:32.926Z[ recovery-image] May 28 00:58:32.198 INFO O| May 28 00:58:32.198 INFO STEP 469 (remove_files) COMPLETE
62832026-05-28T00:58:32.930Z[ recovery-image] May 28 00:58:32.199 INFO O| May 28 00:58:32.198 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-05-28T00:58:32.935Z[ recovery-image] May 28 00:58:32.207 INFO O| May 28 00:58:32.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62852026-05-28T00:58:32.935Z[ recovery-image] May 28 00:58:32.207 INFO O| May 28 00:58:32.207 INFO STEP 470 (remove_files) COMPLETE
62862026-05-28T00:58:32.939Z[ recovery-image] May 28 00:58:32.208 INFO O| May 28 00:58:32.207 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-05-28T00:58:32.944Z[ recovery-image] May 28 00:58:32.216 INFO O| May 28 00:58:32.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62882026-05-28T00:58:32.944Z[ recovery-image] May 28 00:58:32.216 INFO O| May 28 00:58:32.216 INFO STEP 471 (remove_files) COMPLETE
62892026-05-28T00:58:32.950Z[ recovery-image] May 28 00:58:32.216 INFO O| May 28 00:58:32.216 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-05-28T00:58:32.953Z[ recovery-image] May 28 00:58:32.225 INFO O| May 28 00:58:32.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62912026-05-28T00:58:32.953Z[ recovery-image] May 28 00:58:32.225 INFO O| May 28 00:58:32.225 INFO STEP 472 (remove_files) COMPLETE
62922026-05-28T00:58:32.953Z[ recovery-image] May 28 00:58:32.225 INFO O| May 28 00:58:32.225 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-05-28T00:58:32.961Z[ recovery-image] May 28 00:58:32.233 INFO O| May 28 00:58:32.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62942026-05-28T00:58:32.961Z[ recovery-image] May 28 00:58:32.233 INFO O| May 28 00:58:32.233 INFO STEP 473 (remove_files) COMPLETE
62952026-05-28T00:58:32.964Z[ recovery-image] May 28 00:58:32.233 INFO O| May 28 00:58:32.233 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-05-28T00:58:32.970Z[ recovery-image] May 28 00:58:32.242 INFO O| May 28 00:58:32.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62972026-05-28T00:58:32.970Z[ recovery-image] May 28 00:58:32.242 INFO O| May 28 00:58:32.242 INFO STEP 474 (remove_files) COMPLETE
62982026-05-28T00:58:32.970Z[ recovery-image] May 28 00:58:32.242 INFO O| May 28 00:58:32.242 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-05-28T00:58:32.981Z[ recovery-image] May 28 00:58:32.253 INFO O| May 28 00:58:32.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63002026-05-28T00:58:32.981Z[ recovery-image] May 28 00:58:32.253 INFO O| May 28 00:58:32.253 INFO STEP 475 (remove_files) COMPLETE
63012026-05-28T00:58:32.981Z[ recovery-image] May 28 00:58:32.253 INFO O| May 28 00:58:32.253 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-05-28T00:58:32.991Z[ recovery-image] May 28 00:58:32.263 INFO O| May 28 00:58:32.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63032026-05-28T00:58:32.991Z[ recovery-image] May 28 00:58:32.263 INFO O| May 28 00:58:32.263 INFO STEP 476 (remove_files) COMPLETE
63042026-05-28T00:58:32.991Z[ recovery-image] May 28 00:58:32.263 INFO O| May 28 00:58:32.263 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-05-28T00:58:33.002Z[ recovery-image] May 28 00:58:32.273 INFO O| May 28 00:58:32.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63062026-05-28T00:58:33.002Z[ recovery-image] May 28 00:58:32.273 INFO O| May 28 00:58:32.273 INFO STEP 477 (remove_files) COMPLETE
63072026-05-28T00:58:33.005Z[ recovery-image] May 28 00:58:32.273 INFO O| May 28 00:58:32.273 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-05-28T00:58:33.010Z[ recovery-image] May 28 00:58:32.282 INFO O| May 28 00:58:32.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63092026-05-28T00:58:33.010Z[ recovery-image] May 28 00:58:32.283 INFO O| May 28 00:58:32.283 INFO STEP 478 (remove_files) COMPLETE
63102026-05-28T00:58:33.010Z[ recovery-image] May 28 00:58:32.283 INFO O| May 28 00:58:32.283 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-05-28T00:58:33.019Z[ recovery-image] May 28 00:58:32.291 INFO O| May 28 00:58:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63122026-05-28T00:58:33.019Z[ recovery-image] May 28 00:58:32.291 INFO O| May 28 00:58:32.291 INFO STEP 479 (remove_files) COMPLETE
63132026-05-28T00:58:33.019Z[ recovery-image] May 28 00:58:32.291 INFO O| May 28 00:58:32.291 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-05-28T00:58:33.026Z[ recovery-image] May 28 00:58:32.299 INFO O| May 28 00:58:32.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63152026-05-28T00:58:33.027Z[ recovery-image] May 28 00:58:32.299 INFO O| May 28 00:58:32.299 INFO STEP 480 (remove_files) COMPLETE
63162026-05-28T00:58:33.030Z[ recovery-image] May 28 00:58:32.299 INFO O| May 28 00:58:32.299 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-05-28T00:58:33.037Z[ recovery-image] May 28 00:58:32.308 INFO O| May 28 00:58:32.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63182026-05-28T00:58:33.037Z[ recovery-image] May 28 00:58:32.308 INFO O| May 28 00:58:32.308 INFO STEP 481 (remove_files) COMPLETE
63192026-05-28T00:58:33.037Z[ recovery-image] May 28 00:58:32.308 INFO O| May 28 00:58:32.308 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-05-28T00:58:33.045Z[ recovery-image] May 28 00:58:32.317 INFO O| May 28 00:58:32.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63212026-05-28T00:58:33.045Z[ recovery-image] May 28 00:58:32.317 INFO O| May 28 00:58:32.317 INFO STEP 482 (remove_files) COMPLETE
63222026-05-28T00:58:33.045Z[ recovery-image] May 28 00:58:32.317 INFO O| May 28 00:58:32.317 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-05-28T00:58:33.053Z[ recovery-image] May 28 00:58:32.325 INFO O| May 28 00:58:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63242026-05-28T00:58:33.053Z[ recovery-image] May 28 00:58:32.325 INFO O| May 28 00:58:32.325 INFO STEP 483 (remove_files) COMPLETE
63252026-05-28T00:58:33.053Z[ recovery-image] May 28 00:58:32.325 INFO O| May 28 00:58:32.325 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-05-28T00:58:33.062Z[ recovery-image] May 28 00:58:32.335 INFO O| May 28 00:58:32.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63272026-05-28T00:58:33.062Z[ recovery-image] May 28 00:58:32.335 INFO O| May 28 00:58:32.335 INFO STEP 484 (remove_files) COMPLETE
63282026-05-28T00:58:33.063Z[ recovery-image] May 28 00:58:32.335 INFO O| May 28 00:58:32.335 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-05-28T00:58:33.071Z[ recovery-image] May 28 00:58:32.343 INFO O| May 28 00:58:32.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63302026-05-28T00:58:33.072Z[ recovery-image] May 28 00:58:32.344 INFO O| May 28 00:58:32.344 INFO STEP 485 (remove_files) COMPLETE
63312026-05-28T00:58:33.072Z[ recovery-image] May 28 00:58:32.344 INFO O| May 28 00:58:32.344 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-05-28T00:58:33.081Z[ recovery-image] May 28 00:58:32.353 INFO O| May 28 00:58:32.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63332026-05-28T00:58:33.081Z[ recovery-image] May 28 00:58:32.353 INFO O| May 28 00:58:32.353 INFO STEP 486 (remove_files) COMPLETE
63342026-05-28T00:58:33.081Z[ recovery-image] May 28 00:58:32.353 INFO O| May 28 00:58:32.353 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-05-28T00:58:33.090Z[ recovery-image] May 28 00:58:32.362 INFO O| May 28 00:58:32.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63362026-05-28T00:58:33.090Z[ recovery-image] May 28 00:58:32.362 INFO O| May 28 00:58:32.362 INFO STEP 487 (remove_files) COMPLETE
63372026-05-28T00:58:33.090Z[ recovery-image] May 28 00:58:32.362 INFO O| May 28 00:58:32.362 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-05-28T00:58:33.099Z[ recovery-image] May 28 00:58:32.371 INFO O| May 28 00:58:32.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63392026-05-28T00:58:33.099Z[ recovery-image] May 28 00:58:32.371 INFO O| May 28 00:58:32.371 INFO STEP 488 (remove_files) COMPLETE
63402026-05-28T00:58:33.099Z[ recovery-image] May 28 00:58:32.371 INFO O| May 28 00:58:32.371 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-05-28T00:58:33.108Z[ recovery-image] May 28 00:58:32.380 INFO O| May 28 00:58:32.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63422026-05-28T00:58:33.108Z[ recovery-image] May 28 00:58:32.380 INFO O| May 28 00:58:32.380 INFO STEP 489 (remove_files) COMPLETE
63432026-05-28T00:58:33.108Z[ recovery-image] May 28 00:58:32.380 INFO O| May 28 00:58:32.380 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-05-28T00:58:33.116Z[ recovery-image] May 28 00:58:32.388 INFO O| May 28 00:58:32.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63452026-05-28T00:58:33.116Z[ recovery-image] May 28 00:58:32.388 INFO O| May 28 00:58:32.388 INFO STEP 490 (remove_files) COMPLETE
63462026-05-28T00:58:33.116Z[ recovery-image] May 28 00:58:32.388 INFO O| May 28 00:58:32.388 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-05-28T00:58:33.124Z[ recovery-image] May 28 00:58:32.396 INFO O| May 28 00:58:32.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63482026-05-28T00:58:33.124Z[ recovery-image] May 28 00:58:32.396 INFO O| May 28 00:58:32.396 INFO STEP 491 (remove_files) COMPLETE
63492026-05-28T00:58:33.124Z[ recovery-image] May 28 00:58:32.396 INFO O| May 28 00:58:32.396 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-05-28T00:58:33.131Z[ recovery-image] May 28 00:58:32.403 INFO O| May 28 00:58:32.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63512026-05-28T00:58:33.131Z[ recovery-image] May 28 00:58:32.404 INFO O| May 28 00:58:32.404 INFO STEP 492 (remove_files) COMPLETE
63522026-05-28T00:58:33.134Z[ recovery-image] May 28 00:58:32.404 INFO O| May 28 00:58:32.404 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-05-28T00:58:33.139Z[ recovery-image] May 28 00:58:32.411 INFO O| May 28 00:58:32.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63542026-05-28T00:58:33.139Z[ recovery-image] May 28 00:58:32.411 INFO O| May 28 00:58:32.411 INFO STEP 493 (remove_files) COMPLETE
63552026-05-28T00:58:33.139Z[ recovery-image] May 28 00:58:32.411 INFO O| May 28 00:58:32.411 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-05-28T00:58:33.146Z[ recovery-image] May 28 00:58:32.418 INFO O| May 28 00:58:32.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63572026-05-28T00:58:33.146Z[ recovery-image] May 28 00:58:32.418 INFO O| May 28 00:58:32.418 INFO STEP 494 (remove_files) COMPLETE
63582026-05-28T00:58:33.146Z[ recovery-image] May 28 00:58:32.418 INFO O| May 28 00:58:32.418 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-05-28T00:58:33.154Z[ recovery-image] May 28 00:58:32.426 INFO O| May 28 00:58:32.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63602026-05-28T00:58:33.154Z[ recovery-image] May 28 00:58:32.426 INFO O| May 28 00:58:32.426 INFO STEP 495 (remove_files) COMPLETE
63612026-05-28T00:58:33.154Z[ recovery-image] May 28 00:58:32.426 INFO O| May 28 00:58:32.426 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-05-28T00:58:33.162Z[ recovery-image] May 28 00:58:32.434 INFO O| May 28 00:58:32.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63632026-05-28T00:58:33.162Z[ recovery-image] May 28 00:58:32.434 INFO O| May 28 00:58:32.434 INFO STEP 496 (remove_files) COMPLETE
63642026-05-28T00:58:33.162Z[ recovery-image] May 28 00:58:32.434 INFO O| May 28 00:58:32.434 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-05-28T00:58:33.170Z[ recovery-image] May 28 00:58:32.442 INFO O| May 28 00:58:32.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63662026-05-28T00:58:33.170Z[ recovery-image] May 28 00:58:32.442 INFO O| May 28 00:58:32.442 INFO STEP 497 (remove_files) COMPLETE
63672026-05-28T00:58:33.170Z[ recovery-image] May 28 00:58:32.442 INFO O| May 28 00:58:32.442 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-05-28T00:58:33.178Z[ recovery-image] May 28 00:58:32.449 INFO O| May 28 00:58:32.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63692026-05-28T00:58:33.178Z[ recovery-image] May 28 00:58:32.450 INFO O| May 28 00:58:32.450 INFO STEP 498 (remove_files) COMPLETE
63702026-05-28T00:58:33.178Z[ recovery-image] May 28 00:58:32.450 INFO O| May 28 00:58:32.450 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-05-28T00:58:33.186Z[ recovery-image] May 28 00:58:32.458 INFO O| May 28 00:58:32.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63722026-05-28T00:58:33.186Z[ recovery-image] May 28 00:58:32.458 INFO O| May 28 00:58:32.458 INFO STEP 499 (remove_files) COMPLETE
63732026-05-28T00:58:33.186Z[ recovery-image] May 28 00:58:32.458 INFO O| May 28 00:58:32.458 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-05-28T00:58:33.193Z[ recovery-image] May 28 00:58:32.465 INFO O| May 28 00:58:32.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63752026-05-28T00:58:33.194Z[ recovery-image] May 28 00:58:32.465 INFO O| May 28 00:58:32.465 INFO STEP 500 (remove_files) COMPLETE
63762026-05-28T00:58:33.195Z[ recovery-image] May 28 00:58:32.465 INFO O| May 28 00:58:32.465 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-05-28T00:58:33.252Z[ recovery-image] May 28 00:58:32.473 INFO O| May 28 00:58:32.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63782026-05-28T00:58:33.252Z[ recovery-image] May 28 00:58:32.473 INFO O| May 28 00:58:32.473 INFO STEP 501 (remove_files) COMPLETE
63792026-05-28T00:58:33.252Z[ recovery-image] May 28 00:58:32.473 INFO O| May 28 00:58:32.473 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-05-28T00:58:33.252Z[ recovery-image] May 28 00:58:32.481 INFO O| May 28 00:58:32.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63812026-05-28T00:58:33.252Z[ recovery-image] May 28 00:58:32.481 INFO O| May 28 00:58:32.481 INFO STEP 502 (remove_files) COMPLETE
63822026-05-28T00:58:33.253Z[ recovery-image] May 28 00:58:32.481 INFO O| May 28 00:58:32.481 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-05-28T00:58:33.253Z[ recovery-image] May 28 00:58:32.489 INFO O| May 28 00:58:32.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63842026-05-28T00:58:33.253Z[ recovery-image] May 28 00:58:32.489 INFO O| May 28 00:58:32.489 INFO STEP 503 (remove_files) COMPLETE
63852026-05-28T00:58:33.253Z[ recovery-image] May 28 00:58:32.489 INFO O| May 28 00:58:32.489 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-05-28T00:58:33.253Z[ recovery-image] May 28 00:58:32.496 INFO O| May 28 00:58:32.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63872026-05-28T00:58:33.253Z[ recovery-image] May 28 00:58:32.497 INFO O| May 28 00:58:32.497 INFO STEP 504 (remove_files) COMPLETE
63882026-05-28T00:58:33.253Z[ recovery-image] May 28 00:58:32.497 INFO O| May 28 00:58:32.497 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-05-28T00:58:33.253Z[ recovery-image] May 28 00:58:32.504 INFO O| May 28 00:58:32.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63902026-05-28T00:58:33.254Z[ recovery-image] May 28 00:58:32.505 INFO O| May 28 00:58:32.505 INFO STEP 505 (remove_files) COMPLETE
63912026-05-28T00:58:33.254Z[ recovery-image] May 28 00:58:32.505 INFO O| May 28 00:58:32.505 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-05-28T00:58:33.254Z[ recovery-image] May 28 00:58:32.513 INFO O| May 28 00:58:32.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63932026-05-28T00:58:33.254Z[ recovery-image] May 28 00:58:32.513 INFO O| May 28 00:58:32.513 INFO STEP 506 (remove_files) COMPLETE
63942026-05-28T00:58:33.254Z[ recovery-image] May 28 00:58:32.513 INFO O| May 28 00:58:32.513 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-05-28T00:58:33.258Z[ recovery-image] May 28 00:58:32.521 INFO O| May 28 00:58:32.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63962026-05-28T00:58:33.258Z[ recovery-image] May 28 00:58:32.521 INFO O| May 28 00:58:32.521 INFO STEP 507 (remove_files) COMPLETE
63972026-05-28T00:58:33.258Z[ recovery-image] May 28 00:58:32.521 INFO O| May 28 00:58:32.521 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-05-28T00:58:33.258Z[ recovery-image] May 28 00:58:32.529 INFO O| May 28 00:58:32.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63992026-05-28T00:58:33.258Z[ recovery-image] May 28 00:58:32.529 INFO O| May 28 00:58:32.529 INFO STEP 508 (remove_files) COMPLETE
64002026-05-28T00:58:33.258Z[ recovery-image] May 28 00:58:32.529 INFO O| May 28 00:58:32.529 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-05-28T00:58:33.266Z[ recovery-image] May 28 00:58:32.538 INFO O| May 28 00:58:32.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64022026-05-28T00:58:33.269Z[ recovery-image] May 28 00:58:32.538 INFO O| May 28 00:58:32.538 INFO STEP 509 (remove_files) COMPLETE
64032026-05-28T00:58:33.269Z[ recovery-image] May 28 00:58:32.538 INFO O| May 28 00:58:32.538 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-05-28T00:58:33.275Z[ recovery-image] May 28 00:58:32.547 INFO O| May 28 00:58:32.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64052026-05-28T00:58:33.275Z[ recovery-image] May 28 00:58:32.547 INFO O| May 28 00:58:32.547 INFO STEP 510 (remove_files) COMPLETE
64062026-05-28T00:58:33.275Z[ recovery-image] May 28 00:58:32.547 INFO O| May 28 00:58:32.547 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-05-28T00:58:33.286Z[ recovery-image] May 28 00:58:32.556 INFO O| May 28 00:58:32.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64082026-05-28T00:58:33.286Z[ recovery-image] May 28 00:58:32.556 INFO O| May 28 00:58:32.556 INFO STEP 511 (remove_files) COMPLETE
64092026-05-28T00:58:33.286Z[ recovery-image] May 28 00:58:32.556 INFO O| May 28 00:58:32.556 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-05-28T00:58:33.294Z[ recovery-image] May 28 00:58:32.566 INFO O| May 28 00:58:32.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64112026-05-28T00:58:33.294Z[ recovery-image] May 28 00:58:32.566 INFO O| May 28 00:58:32.566 INFO STEP 512 (remove_files) COMPLETE
64122026-05-28T00:58:33.294Z[ recovery-image] May 28 00:58:32.566 INFO O| May 28 00:58:32.566 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-05-28T00:58:33.303Z[ recovery-image] May 28 00:58:32.575 INFO O| May 28 00:58:32.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64142026-05-28T00:58:33.306Z[ recovery-image] May 28 00:58:32.577 INFO O| May 28 00:58:32.577 INFO STEP 513 (remove_files) COMPLETE
64152026-05-28T00:58:33.306Z[ recovery-image] May 28 00:58:32.577 INFO O| May 28 00:58:32.577 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-05-28T00:58:33.316Z[ recovery-image] May 28 00:58:32.586 INFO O| May 28 00:58:32.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64172026-05-28T00:58:33.316Z[ recovery-image] May 28 00:58:32.586 INFO O| May 28 00:58:32.586 INFO STEP 514 (remove_files) COMPLETE
64182026-05-28T00:58:33.316Z[ recovery-image] May 28 00:58:32.586 INFO O| May 28 00:58:32.586 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-05-28T00:58:33.323Z[ recovery-image] May 28 00:58:32.595 INFO O| May 28 00:58:32.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64202026-05-28T00:58:33.325Z[ recovery-image] May 28 00:58:32.595 INFO O| May 28 00:58:32.595 INFO STEP 515 (remove_files) COMPLETE
64212026-05-28T00:58:33.325Z[ recovery-image] May 28 00:58:32.595 INFO O| May 28 00:58:32.595 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-05-28T00:58:33.331Z[ recovery-image] May 28 00:58:32.603 INFO O| May 28 00:58:32.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64232026-05-28T00:58:33.331Z[ recovery-image] May 28 00:58:32.603 INFO O| May 28 00:58:32.603 INFO STEP 516 (remove_files) COMPLETE
64242026-05-28T00:58:33.331Z[ recovery-image] May 28 00:58:32.603 INFO O| May 28 00:58:32.603 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-05-28T00:58:33.339Z[ recovery-image] May 28 00:58:32.611 INFO O| May 28 00:58:32.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64262026-05-28T00:58:33.339Z[ recovery-image] May 28 00:58:32.611 INFO O| May 28 00:58:32.611 INFO STEP 517 (remove_files) COMPLETE
64272026-05-28T00:58:33.339Z[ recovery-image] May 28 00:58:32.611 INFO O| May 28 00:58:32.611 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-05-28T00:58:33.348Z[ recovery-image] May 28 00:58:32.620 INFO O| May 28 00:58:32.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64292026-05-28T00:58:33.348Z[ recovery-image] May 28 00:58:32.620 INFO O| May 28 00:58:32.620 INFO STEP 518 (remove_files) COMPLETE
64302026-05-28T00:58:33.353Z[ recovery-image] May 28 00:58:32.620 INFO O| May 28 00:58:32.620 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-05-28T00:58:33.356Z[ recovery-image] May 28 00:58:32.628 INFO O| May 28 00:58:32.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64322026-05-28T00:58:33.356Z[ recovery-image] May 28 00:58:32.628 INFO O| May 28 00:58:32.628 INFO STEP 519 (remove_files) COMPLETE
64332026-05-28T00:58:33.359Z[ recovery-image] May 28 00:58:32.628 INFO O| May 28 00:58:32.628 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-05-28T00:58:33.364Z[ recovery-image] May 28 00:58:32.636 INFO O| May 28 00:58:32.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64352026-05-28T00:58:33.364Z[ recovery-image] May 28 00:58:32.636 INFO O| May 28 00:58:32.636 INFO STEP 520 (remove_files) COMPLETE
64362026-05-28T00:58:33.364Z[ recovery-image] May 28 00:58:32.636 INFO O| May 28 00:58:32.636 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-05-28T00:58:33.373Z[ recovery-image] May 28 00:58:32.645 INFO O| May 28 00:58:32.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64382026-05-28T00:58:33.373Z[ recovery-image] May 28 00:58:32.645 INFO O| May 28 00:58:32.645 INFO STEP 521 (remove_files) COMPLETE
64392026-05-28T00:58:33.373Z[ recovery-image] May 28 00:58:32.645 INFO O| May 28 00:58:32.645 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-05-28T00:58:33.381Z[ recovery-image] May 28 00:58:32.653 INFO O| May 28 00:58:32.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64412026-05-28T00:58:33.381Z[ recovery-image] May 28 00:58:32.653 INFO O| May 28 00:58:32.653 INFO STEP 522 (remove_files) COMPLETE
64422026-05-28T00:58:33.381Z[ recovery-image] May 28 00:58:32.653 INFO O| May 28 00:58:32.653 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-05-28T00:58:33.388Z[ recovery-image] May 28 00:58:32.660 INFO O| May 28 00:58:32.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64442026-05-28T00:58:33.388Z[ recovery-image] May 28 00:58:32.661 INFO O| May 28 00:58:32.661 INFO STEP 523 (remove_files) COMPLETE
64452026-05-28T00:58:33.388Z[ recovery-image] May 28 00:58:32.661 INFO O| May 28 00:58:32.661 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-05-28T00:58:33.396Z[ recovery-image] May 28 00:58:32.668 INFO O| May 28 00:58:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64472026-05-28T00:58:33.396Z[ recovery-image] May 28 00:58:32.668 INFO O| May 28 00:58:32.668 INFO STEP 524 (remove_files) COMPLETE
64482026-05-28T00:58:33.396Z[ recovery-image] May 28 00:58:32.668 INFO O| May 28 00:58:32.668 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-05-28T00:58:33.404Z[ recovery-image] May 28 00:58:32.676 INFO O| May 28 00:58:32.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64502026-05-28T00:58:33.404Z[ recovery-image] May 28 00:58:32.676 INFO O| May 28 00:58:32.676 INFO STEP 525 (remove_files) COMPLETE
64512026-05-28T00:58:33.404Z[ recovery-image] May 28 00:58:32.676 INFO O| May 28 00:58:32.676 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-05-28T00:58:33.412Z[ recovery-image] May 28 00:58:32.684 INFO O| May 28 00:58:32.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64532026-05-28T00:58:33.415Z[ recovery-image] May 28 00:58:32.685 INFO O| May 28 00:58:32.685 INFO STEP 526 (remove_files) COMPLETE
64542026-05-28T00:58:33.415Z[ recovery-image] May 28 00:58:32.685 INFO O| May 28 00:58:32.685 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-05-28T00:58:33.423Z[ recovery-image] May 28 00:58:32.694 INFO O| May 28 00:58:32.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64562026-05-28T00:58:33.423Z[ recovery-image] May 28 00:58:32.694 INFO O| May 28 00:58:32.694 INFO STEP 527 (remove_files) COMPLETE
64572026-05-28T00:58:33.427Z[ recovery-image] May 28 00:58:32.694 INFO O| May 28 00:58:32.694 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-05-28T00:58:33.431Z[ recovery-image] May 28 00:58:32.703 INFO O| May 28 00:58:32.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64592026-05-28T00:58:33.431Z[ recovery-image] May 28 00:58:32.703 INFO O| May 28 00:58:32.703 INFO STEP 528 (remove_files) COMPLETE
64602026-05-28T00:58:33.434Z[ recovery-image] May 28 00:58:32.703 INFO O| May 28 00:58:32.703 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-05-28T00:58:33.439Z[ recovery-image] May 28 00:58:32.711 INFO O| May 28 00:58:32.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64622026-05-28T00:58:33.439Z[ recovery-image] May 28 00:58:32.711 INFO O| May 28 00:58:32.711 INFO STEP 529 (remove_files) COMPLETE
64632026-05-28T00:58:33.439Z[ recovery-image] May 28 00:58:32.711 INFO O| May 28 00:58:32.711 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-05-28T00:58:33.447Z[ recovery-image] May 28 00:58:32.720 INFO O| May 28 00:58:32.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64652026-05-28T00:58:33.448Z[ recovery-image] May 28 00:58:32.720 INFO O| May 28 00:58:32.720 INFO STEP 530 (remove_files) COMPLETE
64662026-05-28T00:58:33.448Z[ recovery-image] May 28 00:58:32.720 INFO O| May 28 00:58:32.720 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-05-28T00:58:33.455Z[ recovery-image] May 28 00:58:32.727 INFO O| May 28 00:58:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64682026-05-28T00:58:33.455Z[ recovery-image] May 28 00:58:32.727 INFO O| May 28 00:58:32.727 INFO STEP 531 (remove_files) COMPLETE
64692026-05-28T00:58:33.458Z[ recovery-image] May 28 00:58:32.727 INFO O| May 28 00:58:32.727 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-05-28T00:58:33.464Z[ recovery-image] May 28 00:58:32.735 INFO O| May 28 00:58:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64712026-05-28T00:58:33.467Z[ recovery-image] May 28 00:58:32.736 INFO O| May 28 00:58:32.736 INFO STEP 532 (remove_files) COMPLETE
64722026-05-28T00:58:33.467Z[ recovery-image] May 28 00:58:32.736 INFO O| May 28 00:58:32.736 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-05-28T00:58:33.471Z[ recovery-image] May 28 00:58:32.743 INFO O| May 28 00:58:32.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64742026-05-28T00:58:33.471Z[ recovery-image] May 28 00:58:32.743 INFO O| May 28 00:58:32.743 INFO STEP 533 (remove_files) COMPLETE
64752026-05-28T00:58:33.473Z[ recovery-image] May 28 00:58:32.743 INFO O| May 28 00:58:32.743 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-05-28T00:58:33.479Z[ recovery-image] May 28 00:58:32.752 INFO O| May 28 00:58:32.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64772026-05-28T00:58:33.479Z[ recovery-image] May 28 00:58:32.752 INFO O| May 28 00:58:32.752 INFO STEP 534 (remove_files) COMPLETE
64782026-05-28T00:58:33.480Z[ recovery-image] May 28 00:58:32.752 INFO O| May 28 00:58:32.752 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-05-28T00:58:33.488Z[ recovery-image] May 28 00:58:32.760 INFO O| May 28 00:58:32.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64802026-05-28T00:58:33.488Z[ recovery-image] May 28 00:58:32.760 INFO O| May 28 00:58:32.760 INFO STEP 535 (remove_files) COMPLETE
64812026-05-28T00:58:33.488Z[ recovery-image] May 28 00:58:32.760 INFO O| May 28 00:58:32.760 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-05-28T00:58:33.496Z[ recovery-image] May 28 00:58:32.768 INFO O| May 28 00:58:32.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64832026-05-28T00:58:33.496Z[ recovery-image] May 28 00:58:32.768 INFO O| May 28 00:58:32.768 INFO STEP 536 (remove_files) COMPLETE
64842026-05-28T00:58:33.496Z[ recovery-image] May 28 00:58:32.768 INFO O| May 28 00:58:32.768 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-05-28T00:58:33.504Z[ recovery-image] May 28 00:58:32.776 INFO O| May 28 00:58:32.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64862026-05-28T00:58:33.504Z[ recovery-image] May 28 00:58:32.776 INFO O| May 28 00:58:32.776 INFO STEP 537 (remove_files) COMPLETE
64872026-05-28T00:58:33.504Z[ recovery-image] May 28 00:58:32.776 INFO O| May 28 00:58:32.776 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-05-28T00:58:33.512Z[ recovery-image] May 28 00:58:32.784 INFO O| May 28 00:58:32.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64892026-05-28T00:58:33.515Z[ recovery-image] May 28 00:58:32.785 INFO O| May 28 00:58:32.785 INFO STEP 538 (remove_files) COMPLETE
64902026-05-28T00:58:33.515Z[ recovery-image] May 28 00:58:32.785 INFO O| May 28 00:58:32.785 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-05-28T00:58:33.522Z[ recovery-image] May 28 00:58:32.794 INFO O| May 28 00:58:32.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64922026-05-28T00:58:33.522Z[ recovery-image] May 28 00:58:32.794 INFO O| May 28 00:58:32.794 INFO STEP 539 (remove_files) COMPLETE
64932026-05-28T00:58:33.522Z[ recovery-image] May 28 00:58:32.794 INFO O| May 28 00:58:32.794 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-05-28T00:58:33.530Z[ recovery-image] May 28 00:58:32.802 INFO O| May 28 00:58:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64952026-05-28T00:58:33.533Z[ recovery-image] May 28 00:58:32.804 INFO O| May 28 00:58:32.803 INFO STEP 540 (remove_files) COMPLETE
64962026-05-28T00:58:33.533Z[ recovery-image] May 28 00:58:32.804 INFO O| May 28 00:58:32.803 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-05-28T00:58:33.540Z[ recovery-image] May 28 00:58:32.812 INFO O| May 28 00:58:32.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64982026-05-28T00:58:33.540Z[ recovery-image] May 28 00:58:32.812 INFO O| May 28 00:58:32.812 INFO STEP 541 (remove_files) COMPLETE
64992026-05-28T00:58:33.540Z[ recovery-image] May 28 00:58:32.812 INFO O| May 28 00:58:32.812 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-05-28T00:58:33.548Z[ recovery-image] May 28 00:58:32.820 INFO O| May 28 00:58:32.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65012026-05-28T00:58:33.548Z[ recovery-image] May 28 00:58:32.820 INFO O| May 28 00:58:32.820 INFO STEP 542 (remove_files) COMPLETE
65022026-05-28T00:58:33.548Z[ recovery-image] May 28 00:58:32.820 INFO O| May 28 00:58:32.820 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-05-28T00:58:33.559Z[ recovery-image] May 28 00:58:32.828 INFO O| May 28 00:58:32.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65042026-05-28T00:58:33.559Z[ recovery-image] May 28 00:58:32.828 INFO O| May 28 00:58:32.828 INFO STEP 543 (remove_files) COMPLETE
65052026-05-28T00:58:33.559Z[ recovery-image] May 28 00:58:32.828 INFO O| May 28 00:58:32.828 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-05-28T00:58:33.564Z[ recovery-image] May 28 00:58:32.836 INFO O| May 28 00:58:32.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65072026-05-28T00:58:33.567Z[ recovery-image] May 28 00:58:32.837 INFO O| May 28 00:58:32.837 INFO STEP 544 (remove_files) COMPLETE
65082026-05-28T00:58:33.567Z[ recovery-image] May 28 00:58:32.837 INFO O| May 28 00:58:32.837 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-05-28T00:58:33.573Z[ recovery-image] May 28 00:58:32.845 INFO O| May 28 00:58:32.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65102026-05-28T00:58:33.573Z[ recovery-image] May 28 00:58:32.845 INFO O| May 28 00:58:32.845 INFO STEP 545 (remove_files) COMPLETE
65112026-05-28T00:58:33.573Z[ recovery-image] May 28 00:58:32.845 INFO O| May 28 00:58:32.845 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-05-28T00:58:33.581Z[ recovery-image] May 28 00:58:32.853 INFO O| May 28 00:58:32.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65132026-05-28T00:58:33.581Z[ recovery-image] May 28 00:58:32.853 INFO O| May 28 00:58:32.853 INFO STEP 546 (remove_files) COMPLETE
65142026-05-28T00:58:33.582Z[ recovery-image] May 28 00:58:32.853 INFO O| May 28 00:58:32.853 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-05-28T00:58:33.589Z[ recovery-image] May 28 00:58:32.861 INFO O| May 28 00:58:32.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65162026-05-28T00:58:33.589Z[ recovery-image] May 28 00:58:32.861 INFO O| May 28 00:58:32.861 INFO STEP 547 (remove_files) COMPLETE
65172026-05-28T00:58:33.589Z[ recovery-image] May 28 00:58:32.861 INFO O| May 28 00:58:32.861 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-05-28T00:58:33.597Z[ recovery-image] May 28 00:58:32.869 INFO O| May 28 00:58:32.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65192026-05-28T00:58:33.597Z[ recovery-image] May 28 00:58:32.869 INFO O| May 28 00:58:32.869 INFO STEP 548 (remove_files) COMPLETE
65202026-05-28T00:58:33.597Z[ recovery-image] May 28 00:58:32.869 INFO O| May 28 00:58:32.869 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-05-28T00:58:33.605Z[ recovery-image] May 28 00:58:32.877 INFO O| May 28 00:58:32.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65222026-05-28T00:58:33.605Z[ recovery-image] May 28 00:58:32.877 INFO O| May 28 00:58:32.877 INFO STEP 549 (remove_files) COMPLETE
65232026-05-28T00:58:33.605Z[ recovery-image] May 28 00:58:32.877 INFO O| May 28 00:58:32.877 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-05-28T00:58:33.614Z[ recovery-image] May 28 00:58:32.885 INFO O| May 28 00:58:32.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65252026-05-28T00:58:33.614Z[ recovery-image] May 28 00:58:32.885 INFO O| May 28 00:58:32.885 INFO STEP 550 (remove_files) COMPLETE
65262026-05-28T00:58:33.614Z[ recovery-image] May 28 00:58:32.885 INFO O| May 28 00:58:32.885 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-05-28T00:58:33.621Z[ recovery-image] May 28 00:58:32.893 INFO O| May 28 00:58:32.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65282026-05-28T00:58:33.621Z[ recovery-image] May 28 00:58:32.893 INFO O| May 28 00:58:32.893 INFO STEP 551 (remove_files) COMPLETE
65292026-05-28T00:58:33.624Z[ recovery-image] May 28 00:58:32.893 INFO O| May 28 00:58:32.893 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-05-28T00:58:33.630Z[ recovery-image] May 28 00:58:32.902 INFO O| May 28 00:58:32.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65312026-05-28T00:58:33.630Z[ recovery-image] May 28 00:58:32.902 INFO O| May 28 00:58:32.902 INFO STEP 552 (remove_files) COMPLETE
65322026-05-28T00:58:33.630Z[ recovery-image] May 28 00:58:32.902 INFO O| May 28 00:58:32.902 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-05-28T00:58:33.638Z[ recovery-image] May 28 00:58:32.910 INFO O| May 28 00:58:32.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65342026-05-28T00:58:33.638Z[ recovery-image] May 28 00:58:32.910 INFO O| May 28 00:58:32.910 INFO STEP 553 (remove_files) COMPLETE
65352026-05-28T00:58:33.638Z[ recovery-image] May 28 00:58:32.910 INFO O| May 28 00:58:32.910 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-05-28T00:58:33.646Z[ recovery-image] May 28 00:58:32.918 INFO O| May 28 00:58:32.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65372026-05-28T00:58:33.646Z[ recovery-image] May 28 00:58:32.918 INFO O| May 28 00:58:32.918 INFO STEP 554 (remove_files) COMPLETE
65382026-05-28T00:58:33.646Z[ recovery-image] May 28 00:58:32.918 INFO O| May 28 00:58:32.918 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-05-28T00:58:33.655Z[ recovery-image] May 28 00:58:32.927 INFO O| May 28 00:58:32.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65402026-05-28T00:58:33.655Z[ recovery-image] May 28 00:58:32.927 INFO O| May 28 00:58:32.927 INFO STEP 555 (remove_files) COMPLETE
65412026-05-28T00:58:33.655Z[ recovery-image] May 28 00:58:32.927 INFO O| May 28 00:58:32.927 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-05-28T00:58:33.663Z[ recovery-image] May 28 00:58:32.935 INFO O| May 28 00:58:32.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65432026-05-28T00:58:33.663Z[ recovery-image] May 28 00:58:32.935 INFO O| May 28 00:58:32.935 INFO STEP 556 (remove_files) COMPLETE
65442026-05-28T00:58:33.668Z[ recovery-image] May 28 00:58:32.935 INFO O| May 28 00:58:32.935 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-05-28T00:58:33.672Z[ recovery-image] May 28 00:58:32.943 INFO O| May 28 00:58:32.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65462026-05-28T00:58:33.682Z[ recovery-image] May 28 00:58:32.953 INFO O| May 28 00:58:32.953 INFO STEP 557 (remove_files) COMPLETE
65472026-05-28T00:58:33.682Z[ recovery-image] May 28 00:58:32.953 INFO O| May 28 00:58:32.953 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-05-28T00:58:33.691Z[ recovery-image] May 28 00:58:32.963 INFO O| May 28 00:58:32.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65492026-05-28T00:58:33.692Z[ recovery-image] May 28 00:58:32.963 INFO O| May 28 00:58:32.963 INFO STEP 558 (remove_files) COMPLETE
65502026-05-28T00:58:33.693Z[ recovery-image] May 28 00:58:32.963 INFO O| May 28 00:58:32.963 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-05-28T00:58:33.704Z[ recovery-image] May 28 00:58:32.972 INFO O| May 28 00:58:32.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65522026-05-28T00:58:33.704Z[ recovery-image] May 28 00:58:32.973 INFO O| May 28 00:58:32.972 INFO STEP 559 (remove_files) COMPLETE
65532026-05-28T00:58:33.707Z[ recovery-image] May 28 00:58:32.973 INFO O| May 28 00:58:32.973 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-05-28T00:58:33.710Z[ recovery-image] May 28 00:58:32.980 INFO O| May 28 00:58:32.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65552026-05-28T00:58:33.710Z[ recovery-image] May 28 00:58:32.980 INFO O| May 28 00:58:32.980 INFO STEP 560 (remove_files) COMPLETE
65562026-05-28T00:58:33.710Z[ recovery-image] May 28 00:58:32.980 INFO O| May 28 00:58:32.980 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-05-28T00:58:33.717Z[ recovery-image] May 28 00:58:32.989 INFO O| May 28 00:58:32.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65582026-05-28T00:58:33.717Z[ recovery-image] May 28 00:58:32.989 INFO O| May 28 00:58:32.989 INFO STEP 561 (remove_files) COMPLETE
65592026-05-28T00:58:33.720Z[ recovery-image] May 28 00:58:32.989 INFO O| May 28 00:58:32.989 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-05-28T00:58:33.726Z[ recovery-image] May 28 00:58:32.998 INFO O| May 28 00:58:32.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65612026-05-28T00:58:33.726Z[ recovery-image] May 28 00:58:32.998 INFO O| May 28 00:58:32.998 INFO STEP 562 (remove_files) COMPLETE
65622026-05-28T00:58:33.729Z[ recovery-image] May 28 00:58:32.998 INFO O| May 28 00:58:32.998 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-05-28T00:58:33.736Z[ recovery-image] May 28 00:58:33.008 INFO O| May 28 00:58:33.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65642026-05-28T00:58:33.736Z[ recovery-image] May 28 00:58:33.008 INFO O| May 28 00:58:33.008 INFO STEP 563 (remove_files) COMPLETE
65652026-05-28T00:58:33.736Z[ recovery-image] May 28 00:58:33.008 INFO O| May 28 00:58:33.008 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-05-28T00:58:33.745Z[ recovery-image] May 28 00:58:33.017 INFO O| May 28 00:58:33.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65672026-05-28T00:58:33.746Z[ recovery-image] May 28 00:58:33.017 INFO O| May 28 00:58:33.017 INFO STEP 564 (remove_files) COMPLETE
65682026-05-28T00:58:33.749Z[ recovery-image] May 28 00:58:33.017 INFO O| May 28 00:58:33.017 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-05-28T00:58:33.754Z[ recovery-image] May 28 00:58:33.026 INFO O| May 28 00:58:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65702026-05-28T00:58:33.754Z[ recovery-image] May 28 00:58:33.026 INFO O| May 28 00:58:33.026 INFO STEP 565 (remove_files) COMPLETE
65712026-05-28T00:58:33.757Z[ recovery-image] May 28 00:58:33.026 INFO O| May 28 00:58:33.026 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-05-28T00:58:33.763Z[ recovery-image] May 28 00:58:33.036 INFO O| May 28 00:58:33.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65732026-05-28T00:58:33.764Z[ recovery-image] May 28 00:58:33.036 INFO O| May 28 00:58:33.036 INFO STEP 566 (remove_files) COMPLETE
65742026-05-28T00:58:33.767Z[ recovery-image] May 28 00:58:33.036 INFO O| May 28 00:58:33.036 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-05-28T00:58:33.854Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
65762026-05-28T00:58:33.858Z[ recovery-image] May 28 00:58:33.128 INFO O| May 28 00:58:33.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65772026-05-28T00:58:33.858Z[ recovery-image] May 28 00:58:33.128 INFO O| May 28 00:58:33.128 INFO STEP 567 (remove_files) COMPLETE
65782026-05-28T00:58:33.858Z[ recovery-image] May 28 00:58:33.128 INFO O| May 28 00:58:33.128 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-05-28T00:58:33.864Z[ recovery-image] May 28 00:58:33.136 INFO O| May 28 00:58:33.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65802026-05-28T00:58:33.864Z[ recovery-image] May 28 00:58:33.136 INFO O| May 28 00:58:33.136 INFO STEP 568 (remove_files) COMPLETE
65812026-05-28T00:58:33.864Z[ recovery-image] May 28 00:58:33.136 INFO O| May 28 00:58:33.136 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-05-28T00:58:33.872Z[ recovery-image] May 28 00:58:33.144 INFO O| May 28 00:58:33.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65832026-05-28T00:58:33.872Z[ recovery-image] May 28 00:58:33.144 INFO O| May 28 00:58:33.144 INFO STEP 569 (remove_files) COMPLETE
65842026-05-28T00:58:33.872Z[ recovery-image] May 28 00:58:33.144 INFO O| May 28 00:58:33.144 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-05-28T00:58:33.880Z[ recovery-image] May 28 00:58:33.152 INFO O| May 28 00:58:33.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65862026-05-28T00:58:33.880Z[ recovery-image] May 28 00:58:33.152 INFO O| May 28 00:58:33.152 INFO STEP 570 (remove_files) COMPLETE
65872026-05-28T00:58:33.880Z[ recovery-image] May 28 00:58:33.152 INFO O| May 28 00:58:33.152 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-05-28T00:58:33.888Z[ recovery-image] May 28 00:58:33.160 INFO O| May 28 00:58:33.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65892026-05-28T00:58:33.888Z[ recovery-image] May 28 00:58:33.161 INFO O| May 28 00:58:33.161 INFO STEP 571 (remove_files) COMPLETE
65902026-05-28T00:58:33.889Z[ recovery-image] May 28 00:58:33.161 INFO O| May 28 00:58:33.161 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-05-28T00:58:33.896Z[ recovery-image] May 28 00:58:33.168 INFO O| May 28 00:58:33.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65922026-05-28T00:58:33.899Z[ recovery-image] May 28 00:58:33.169 INFO O| May 28 00:58:33.169 INFO STEP 572 (remove_files) COMPLETE
65932026-05-28T00:58:33.899Z[ recovery-image] May 28 00:58:33.170 INFO O| May 28 00:58:33.169 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-05-28T00:58:33.907Z[ recovery-image] May 28 00:58:33.179 INFO O| May 28 00:58:33.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65952026-05-28T00:58:33.907Z[ recovery-image] May 28 00:58:33.179 INFO O| May 28 00:58:33.179 INFO STEP 573 (remove_files) COMPLETE
65962026-05-28T00:58:33.907Z[ recovery-image] May 28 00:58:33.179 INFO O| May 28 00:58:33.179 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-05-28T00:58:33.916Z[ recovery-image] May 28 00:58:33.189 INFO O| May 28 00:58:33.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65982026-05-28T00:58:33.916Z[ recovery-image] May 28 00:58:33.189 INFO O| May 28 00:58:33.189 INFO STEP 574 (remove_files) COMPLETE
65992026-05-28T00:58:33.916Z[ recovery-image] May 28 00:58:33.189 INFO O| May 28 00:58:33.189 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-05-28T00:58:33.925Z[ recovery-image] May 28 00:58:33.198 INFO O| May 28 00:58:33.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66012026-05-28T00:58:33.926Z[ recovery-image] May 28 00:58:33.198 INFO O| May 28 00:58:33.198 INFO STEP 575 (remove_files) COMPLETE
66022026-05-28T00:58:33.926Z[ recovery-image] May 28 00:58:33.198 INFO O| May 28 00:58:33.198 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-05-28T00:58:33.935Z[ recovery-image] May 28 00:58:33.206 INFO O| May 28 00:58:33.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66042026-05-28T00:58:33.935Z[ recovery-image] May 28 00:58:33.206 INFO O| May 28 00:58:33.206 INFO STEP 576 (remove_files) COMPLETE
66052026-05-28T00:58:33.939Z[ recovery-image] May 28 00:58:33.206 INFO O| May 28 00:58:33.206 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-05-28T00:58:33.944Z[ recovery-image] May 28 00:58:33.216 INFO O| May 28 00:58:33.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66072026-05-28T00:58:33.944Z[ recovery-image] May 28 00:58:33.216 INFO O| May 28 00:58:33.216 INFO STEP 577 (remove_files) COMPLETE
66082026-05-28T00:58:33.944Z[ recovery-image] May 28 00:58:33.216 INFO O| May 28 00:58:33.216 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-05-28T00:58:33.952Z[ recovery-image] May 28 00:58:33.224 INFO O| May 28 00:58:33.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66102026-05-28T00:58:33.952Z[ recovery-image] May 28 00:58:33.224 INFO O| May 28 00:58:33.224 INFO STEP 578 (remove_files) COMPLETE
66112026-05-28T00:58:33.955Z[ recovery-image] May 28 00:58:33.224 INFO O| May 28 00:58:33.224 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-05-28T00:58:33.960Z[ recovery-image] May 28 00:58:33.232 INFO O| May 28 00:58:33.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66132026-05-28T00:58:33.963Z[ recovery-image] May 28 00:58:33.233 INFO O| May 28 00:58:33.233 INFO STEP 579 (remove_files) COMPLETE
66142026-05-28T00:58:33.963Z[ recovery-image] May 28 00:58:33.233 INFO O| May 28 00:58:33.233 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-05-28T00:58:33.968Z[ recovery-image] May 28 00:58:33.241 INFO O| May 28 00:58:33.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66162026-05-28T00:58:33.968Z[ recovery-image] May 28 00:58:33.241 INFO O| May 28 00:58:33.241 INFO STEP 580 (remove_files) COMPLETE
66172026-05-28T00:58:33.971Z[ recovery-image] May 28 00:58:33.241 INFO O| May 28 00:58:33.241 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-05-28T00:58:33.977Z[ recovery-image] May 28 00:58:33.248 INFO O| May 28 00:58:33.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66192026-05-28T00:58:33.977Z[ recovery-image] May 28 00:58:33.248 INFO O| May 28 00:58:33.248 INFO STEP 581 (remove_files) COMPLETE
66202026-05-28T00:58:33.980Z[ recovery-image] May 28 00:58:33.248 INFO O| May 28 00:58:33.248 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-05-28T00:58:33.983Z[ recovery-image] May 28 00:58:33.256 INFO O| May 28 00:58:33.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66222026-05-28T00:58:33.983Z[ recovery-image] May 28 00:58:33.256 INFO O| May 28 00:58:33.256 INFO STEP 582 (remove_files) COMPLETE
66232026-05-28T00:58:33.987Z[ recovery-image] May 28 00:58:33.256 INFO O| May 28 00:58:33.256 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-05-28T00:58:33.991Z[ recovery-image] May 28 00:58:33.263 INFO O| May 28 00:58:33.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66252026-05-28T00:58:33.991Z[ recovery-image] May 28 00:58:33.263 INFO O| May 28 00:58:33.263 INFO STEP 583 (remove_files) COMPLETE
66262026-05-28T00:58:33.995Z[ recovery-image] May 28 00:58:33.263 INFO O| May 28 00:58:33.263 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-05-28T00:58:34.001Z[ recovery-image] May 28 00:58:33.273 INFO O| May 28 00:58:33.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66282026-05-28T00:58:34.001Z[ recovery-image] May 28 00:58:33.273 INFO O| May 28 00:58:33.273 INFO STEP 584 (remove_files) COMPLETE
66292026-05-28T00:58:34.005Z[ recovery-image] May 28 00:58:33.273 INFO O| May 28 00:58:33.273 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-05-28T00:58:34.010Z[ recovery-image] May 28 00:58:33.282 INFO O| May 28 00:58:33.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66312026-05-28T00:58:34.010Z[ recovery-image] May 28 00:58:33.282 INFO O| May 28 00:58:33.282 INFO STEP 585 (remove_files) COMPLETE
66322026-05-28T00:58:34.013Z[ recovery-image] May 28 00:58:33.282 INFO O| May 28 00:58:33.282 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-05-28T00:58:34.020Z[ recovery-image] May 28 00:58:33.292 INFO O| May 28 00:58:33.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66342026-05-28T00:58:34.020Z[ recovery-image] May 28 00:58:33.292 INFO O| May 28 00:58:33.292 INFO STEP 586 (remove_files) COMPLETE
66352026-05-28T00:58:34.023Z[ recovery-image] May 28 00:58:33.292 INFO O| May 28 00:58:33.292 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-05-28T00:58:34.027Z[ recovery-image] May 28 00:58:33.299 INFO O| May 28 00:58:33.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66372026-05-28T00:58:34.027Z[ recovery-image] May 28 00:58:33.299 INFO O| May 28 00:58:33.299 INFO STEP 587 (remove_files) COMPLETE
66382026-05-28T00:58:34.030Z[ recovery-image] May 28 00:58:33.299 INFO O| May 28 00:58:33.299 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-05-28T00:58:34.034Z[ recovery-image] May 28 00:58:33.306 INFO O| May 28 00:58:33.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66402026-05-28T00:58:34.034Z[ recovery-image] May 28 00:58:33.306 INFO O| May 28 00:58:33.306 INFO STEP 588 (remove_files) COMPLETE
66412026-05-28T00:58:34.038Z[ recovery-image] May 28 00:58:33.306 INFO O| May 28 00:58:33.306 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-05-28T00:58:34.041Z[ recovery-image] May 28 00:58:33.313 INFO O| May 28 00:58:33.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66432026-05-28T00:58:34.041Z[ recovery-image] May 28 00:58:33.313 INFO O| May 28 00:58:33.313 INFO STEP 589 (remove_files) COMPLETE
66442026-05-28T00:58:34.044Z[ recovery-image] May 28 00:58:33.313 INFO O| May 28 00:58:33.313 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-05-28T00:58:34.048Z[ recovery-image] May 28 00:58:33.321 INFO O| May 28 00:58:33.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66462026-05-28T00:58:34.048Z[ recovery-image] May 28 00:58:33.321 INFO O| May 28 00:58:33.321 INFO STEP 590 (remove_files) COMPLETE
66472026-05-28T00:58:34.052Z[ recovery-image] May 28 00:58:33.321 INFO O| May 28 00:58:33.321 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-05-28T00:58:34.055Z[ recovery-image] May 28 00:58:33.328 INFO O| May 28 00:58:33.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66492026-05-28T00:58:34.056Z[ recovery-image] May 28 00:58:33.328 INFO O| May 28 00:58:33.328 INFO STEP 591 (remove_files) COMPLETE
66502026-05-28T00:58:34.060Z[ recovery-image] May 28 00:58:33.328 INFO O| May 28 00:58:33.328 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-05-28T00:58:34.066Z[ recovery-image] May 28 00:58:33.335 INFO O| May 28 00:58:33.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66522026-05-28T00:58:34.066Z[ recovery-image] May 28 00:58:33.335 INFO O| May 28 00:58:33.335 INFO STEP 592 (remove_files) COMPLETE
66532026-05-28T00:58:34.066Z[ recovery-image] May 28 00:58:33.335 INFO O| May 28 00:58:33.335 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-05-28T00:58:34.071Z[ recovery-image] May 28 00:58:33.343 INFO O| May 28 00:58:33.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66552026-05-28T00:58:34.077Z[ recovery-image] May 28 00:58:33.343 INFO O| May 28 00:58:33.343 INFO STEP 593 (remove_files) COMPLETE
66562026-05-28T00:58:34.077Z[ recovery-image] May 28 00:58:33.343 INFO O| May 28 00:58:33.343 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-05-28T00:58:34.080Z[ recovery-image] May 28 00:58:33.351 INFO O| May 28 00:58:33.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66582026-05-28T00:58:34.080Z[ recovery-image] May 28 00:58:33.351 INFO O| May 28 00:58:33.351 INFO STEP 594 (remove_files) COMPLETE
66592026-05-28T00:58:34.080Z[ recovery-image] May 28 00:58:33.351 INFO O| May 28 00:58:33.351 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-05-28T00:58:34.087Z[ recovery-image] May 28 00:58:33.359 INFO O| May 28 00:58:33.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66612026-05-28T00:58:34.087Z[ recovery-image] May 28 00:58:33.359 INFO O| May 28 00:58:33.359 INFO STEP 595 (remove_files) COMPLETE
66622026-05-28T00:58:34.087Z[ recovery-image] May 28 00:58:33.359 INFO O| May 28 00:58:33.359 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-05-28T00:58:34.097Z[ recovery-image] May 28 00:58:33.369 INFO O| May 28 00:58:33.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66642026-05-28T00:58:34.097Z[ recovery-image] May 28 00:58:33.369 INFO O| May 28 00:58:33.369 INFO STEP 596 (remove_files) COMPLETE
66652026-05-28T00:58:34.100Z[ recovery-image] May 28 00:58:33.369 INFO O| May 28 00:58:33.369 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-05-28T00:58:34.105Z[ recovery-image] May 28 00:58:33.377 INFO O| May 28 00:58:33.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66672026-05-28T00:58:34.105Z[ recovery-image] May 28 00:58:33.377 INFO O| May 28 00:58:33.377 INFO STEP 597 (remove_files) COMPLETE
66682026-05-28T00:58:34.110Z[ recovery-image] May 28 00:58:33.377 INFO O| May 28 00:58:33.377 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-05-28T00:58:34.114Z[ recovery-image] May 28 00:58:33.386 INFO O| May 28 00:58:33.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66702026-05-28T00:58:34.114Z[ recovery-image] May 28 00:58:33.386 INFO O| May 28 00:58:33.386 INFO STEP 598 (remove_files) COMPLETE
66712026-05-28T00:58:34.114Z[ recovery-image] May 28 00:58:33.386 INFO O| May 28 00:58:33.386 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-05-28T00:58:34.124Z[ recovery-image] May 28 00:58:33.395 INFO O| May 28 00:58:33.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66732026-05-28T00:58:34.124Z[ recovery-image] May 28 00:58:33.395 INFO O| May 28 00:58:33.395 INFO STEP 599 (remove_files) COMPLETE
66742026-05-28T00:58:34.124Z[ recovery-image] May 28 00:58:33.395 INFO O| May 28 00:58:33.395 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-05-28T00:58:34.133Z[ recovery-image] May 28 00:58:33.406 INFO O| May 28 00:58:33.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66762026-05-28T00:58:34.134Z[ recovery-image] May 28 00:58:33.406 INFO O| May 28 00:58:33.406 INFO STEP 600 (remove_files) COMPLETE
66772026-05-28T00:58:34.134Z[ recovery-image] May 28 00:58:33.406 INFO O| May 28 00:58:33.406 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-05-28T00:58:34.143Z[ recovery-image] May 28 00:58:33.415 INFO O| May 28 00:58:33.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66792026-05-28T00:58:34.143Z[ recovery-image] May 28 00:58:33.415 INFO O| May 28 00:58:33.415 INFO STEP 601 (remove_files) COMPLETE
66802026-05-28T00:58:34.145Z[ recovery-image] May 28 00:58:33.415 INFO O| May 28 00:58:33.415 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-05-28T00:58:34.151Z[ recovery-image] May 28 00:58:33.423 INFO O| May 28 00:58:33.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66822026-05-28T00:58:34.151Z[ recovery-image] May 28 00:58:33.423 INFO O| May 28 00:58:33.423 INFO STEP 602 (remove_files) COMPLETE
66832026-05-28T00:58:34.151Z[ recovery-image] May 28 00:58:33.423 INFO O| May 28 00:58:33.423 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-05-28T00:58:34.159Z[ recovery-image] May 28 00:58:33.431 INFO O| May 28 00:58:33.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66852026-05-28T00:58:34.159Z[ recovery-image] May 28 00:58:33.431 INFO O| May 28 00:58:33.431 INFO STEP 603 (remove_files) COMPLETE
66862026-05-28T00:58:34.159Z[ recovery-image] May 28 00:58:33.431 INFO O| May 28 00:58:33.431 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-05-28T00:58:34.167Z[ recovery-image] May 28 00:58:33.439 INFO O| May 28 00:58:33.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66882026-05-28T00:58:34.167Z[ recovery-image] May 28 00:58:33.439 INFO O| May 28 00:58:33.439 INFO STEP 604 (remove_files) COMPLETE
66892026-05-28T00:58:34.167Z[ recovery-image] May 28 00:58:33.439 INFO O| May 28 00:58:33.439 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-05-28T00:58:34.175Z[ recovery-image] May 28 00:58:33.447 INFO O| May 28 00:58:33.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66912026-05-28T00:58:34.175Z[ recovery-image] May 28 00:58:33.447 INFO O| May 28 00:58:33.447 INFO STEP 605 (remove_files) COMPLETE
66922026-05-28T00:58:34.175Z[ recovery-image] May 28 00:58:33.447 INFO O| May 28 00:58:33.447 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-05-28T00:58:34.183Z[ recovery-image] May 28 00:58:33.455 INFO O| May 28 00:58:33.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66942026-05-28T00:58:34.183Z[ recovery-image] May 28 00:58:33.455 INFO O| May 28 00:58:33.455 INFO STEP 606 (remove_files) COMPLETE
66952026-05-28T00:58:34.183Z[ recovery-image] May 28 00:58:33.455 INFO O| May 28 00:58:33.455 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-05-28T00:58:34.192Z[ recovery-image] May 28 00:58:33.464 INFO O| May 28 00:58:33.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66972026-05-28T00:58:34.192Z[ recovery-image] May 28 00:58:33.464 INFO O| May 28 00:58:33.464 INFO STEP 607 (remove_files) COMPLETE
66982026-05-28T00:58:34.192Z[ recovery-image] May 28 00:58:33.465 INFO O| May 28 00:58:33.464 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-05-28T00:58:34.200Z[ recovery-image] May 28 00:58:33.472 INFO O| May 28 00:58:33.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67002026-05-28T00:58:34.200Z[ recovery-image] May 28 00:58:33.472 INFO O| May 28 00:58:33.472 INFO STEP 608 (remove_files) COMPLETE
67012026-05-28T00:58:34.200Z[ recovery-image] May 28 00:58:33.472 INFO O| May 28 00:58:33.472 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-05-28T00:58:34.208Z[ recovery-image] May 28 00:58:33.480 INFO O| May 28 00:58:33.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67032026-05-28T00:58:34.208Z[ recovery-image] May 28 00:58:33.481 INFO O| May 28 00:58:33.480 INFO STEP 609 (remove_files) COMPLETE
67042026-05-28T00:58:34.209Z[ recovery-image] May 28 00:58:33.481 INFO O| May 28 00:58:33.481 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-05-28T00:58:34.217Z[ recovery-image] May 28 00:58:33.488 INFO O| May 28 00:58:33.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67062026-05-28T00:58:34.217Z[ recovery-image] May 28 00:58:33.488 INFO O| May 28 00:58:33.488 INFO STEP 610 (remove_files) COMPLETE
67072026-05-28T00:58:34.220Z[ recovery-image] May 28 00:58:33.488 INFO O| May 28 00:58:33.488 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-05-28T00:58:34.223Z[ recovery-image] May 28 00:58:33.495 INFO O| May 28 00:58:33.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67092026-05-28T00:58:34.223Z[ recovery-image] May 28 00:58:33.495 INFO O| May 28 00:58:33.495 INFO STEP 611 (remove_files) COMPLETE
67102026-05-28T00:58:34.223Z[ recovery-image] May 28 00:58:33.495 INFO O| May 28 00:58:33.495 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-05-28T00:58:34.231Z[ recovery-image] May 28 00:58:33.503 INFO O| May 28 00:58:33.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67122026-05-28T00:58:34.231Z[ recovery-image] May 28 00:58:33.503 INFO O| May 28 00:58:33.503 INFO STEP 612 (remove_files) COMPLETE
67132026-05-28T00:58:34.233Z[ recovery-image] May 28 00:58:33.503 INFO O| May 28 00:58:33.503 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-05-28T00:58:34.238Z[ recovery-image] May 28 00:58:33.510 INFO O| May 28 00:58:33.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67152026-05-28T00:58:34.238Z[ recovery-image] May 28 00:58:33.510 INFO O| May 28 00:58:33.510 INFO STEP 613 (remove_files) COMPLETE
67162026-05-28T00:58:34.238Z[ recovery-image] May 28 00:58:33.510 INFO O| May 28 00:58:33.510 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-05-28T00:58:34.245Z[ recovery-image] May 28 00:58:33.517 INFO O| May 28 00:58:33.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67182026-05-28T00:58:34.245Z[ recovery-image] May 28 00:58:33.518 INFO O| May 28 00:58:33.517 INFO STEP 614 (remove_files) COMPLETE
67192026-05-28T00:58:34.248Z[ recovery-image] May 28 00:58:33.518 INFO O| May 28 00:58:33.517 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-05-28T00:58:34.253Z[ recovery-image] May 28 00:58:33.525 INFO O| May 28 00:58:33.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67212026-05-28T00:58:34.253Z[ recovery-image] May 28 00:58:33.525 INFO O| May 28 00:58:33.525 INFO STEP 615 (remove_files) COMPLETE
67222026-05-28T00:58:34.256Z[ recovery-image] May 28 00:58:33.525 INFO O| May 28 00:58:33.525 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-05-28T00:58:34.260Z[ recovery-image] May 28 00:58:33.532 INFO O| May 28 00:58:33.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67242026-05-28T00:58:34.260Z[ recovery-image] May 28 00:58:33.532 INFO O| May 28 00:58:33.532 INFO STEP 616 (remove_files) COMPLETE
67252026-05-28T00:58:34.263Z[ recovery-image] May 28 00:58:33.532 INFO O| May 28 00:58:33.532 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-05-28T00:58:34.267Z[ recovery-image] May 28 00:58:33.539 INFO O| May 28 00:58:33.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67272026-05-28T00:58:34.267Z[ recovery-image] May 28 00:58:33.539 INFO O| May 28 00:58:33.539 INFO STEP 617 (remove_files) COMPLETE
67282026-05-28T00:58:34.271Z[ recovery-image] May 28 00:58:33.539 INFO O| May 28 00:58:33.539 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-05-28T00:58:34.289Z[ recovery-image] May 28 00:58:33.547 INFO O| May 28 00:58:33.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67302026-05-28T00:58:34.289Z[ recovery-image] May 28 00:58:33.548 INFO O| May 28 00:58:33.547 INFO STEP 618 (remove_files) COMPLETE
67312026-05-28T00:58:34.290Z[ recovery-image] May 28 00:58:33.548 INFO O| May 28 00:58:33.548 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-05-28T00:58:34.290Z[ recovery-image] May 28 00:58:33.555 INFO O| May 28 00:58:33.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67332026-05-28T00:58:34.290Z[ recovery-image] May 28 00:58:33.555 INFO O| May 28 00:58:33.555 INFO STEP 619 (remove_files) COMPLETE
67342026-05-28T00:58:34.290Z[ recovery-image] May 28 00:58:33.555 INFO O| May 28 00:58:33.555 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-05-28T00:58:34.293Z[ recovery-image] May 28 00:58:33.564 INFO O| May 28 00:58:33.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67362026-05-28T00:58:34.293Z[ recovery-image] May 28 00:58:33.565 INFO O| May 28 00:58:33.565 INFO STEP 620 (remove_files) COMPLETE
67372026-05-28T00:58:34.293Z[ recovery-image] May 28 00:58:33.565 INFO O| May 28 00:58:33.565 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-05-28T00:58:34.301Z[ recovery-image] May 28 00:58:33.573 INFO O| May 28 00:58:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67392026-05-28T00:58:34.301Z[ recovery-image] May 28 00:58:33.573 INFO O| May 28 00:58:33.573 INFO STEP 621 (remove_files) COMPLETE
67402026-05-28T00:58:34.304Z[ recovery-image] May 28 00:58:33.573 INFO O| May 28 00:58:33.573 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-05-28T00:58:34.309Z[ recovery-image] May 28 00:58:33.581 INFO O| May 28 00:58:33.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67422026-05-28T00:58:34.309Z[ recovery-image] May 28 00:58:33.582 INFO O| May 28 00:58:33.582 INFO STEP 622 (remove_files) COMPLETE
67432026-05-28T00:58:34.312Z[ recovery-image] May 28 00:58:33.582 INFO O| May 28 00:58:33.582 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-05-28T00:58:34.318Z[ recovery-image] May 28 00:58:33.590 INFO O| May 28 00:58:33.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67452026-05-28T00:58:34.318Z[ recovery-image] May 28 00:58:33.590 INFO O| May 28 00:58:33.590 INFO STEP 623 (remove_files) COMPLETE
67462026-05-28T00:58:34.321Z[ recovery-image] May 28 00:58:33.590 INFO O| May 28 00:58:33.590 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-05-28T00:58:34.326Z[ recovery-image] May 28 00:58:33.598 INFO O| May 28 00:58:33.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67482026-05-28T00:58:34.326Z[ recovery-image] May 28 00:58:33.598 INFO O| May 28 00:58:33.598 INFO STEP 624 (remove_files) COMPLETE
67492026-05-28T00:58:34.326Z[ recovery-image] May 28 00:58:33.598 INFO O| May 28 00:58:33.598 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-05-28T00:58:34.335Z[ recovery-image] May 28 00:58:33.607 INFO O| May 28 00:58:33.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67512026-05-28T00:58:34.335Z[ recovery-image] May 28 00:58:33.607 INFO O| May 28 00:58:33.607 INFO STEP 625 (remove_files) COMPLETE
67522026-05-28T00:58:34.335Z[ recovery-image] May 28 00:58:33.607 INFO O| May 28 00:58:33.607 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-05-28T00:58:34.345Z[ recovery-image] May 28 00:58:33.617 INFO O| May 28 00:58:33.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67542026-05-28T00:58:34.345Z[ recovery-image] May 28 00:58:33.617 INFO O| May 28 00:58:33.617 INFO STEP 626 (remove_files) COMPLETE
67552026-05-28T00:58:34.348Z[ recovery-image] May 28 00:58:33.617 INFO O| May 28 00:58:33.617 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-05-28T00:58:34.353Z[ recovery-image] May 28 00:58:33.625 INFO O| May 28 00:58:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67572026-05-28T00:58:34.353Z[ recovery-image] May 28 00:58:33.625 INFO O| May 28 00:58:33.625 INFO STEP 627 (remove_files) COMPLETE
67582026-05-28T00:58:34.356Z[ recovery-image] May 28 00:58:33.625 INFO O| May 28 00:58:33.625 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-05-28T00:58:34.361Z[ recovery-image] May 28 00:58:33.633 INFO O| May 28 00:58:33.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67602026-05-28T00:58:34.361Z[ recovery-image] May 28 00:58:33.633 INFO O| May 28 00:58:33.633 INFO STEP 628 (remove_files) COMPLETE
67612026-05-28T00:58:34.365Z[ recovery-image] May 28 00:58:33.633 INFO O| May 28 00:58:33.633 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-05-28T00:58:34.370Z[ recovery-image] May 28 00:58:33.640 INFO O| May 28 00:58:33.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67632026-05-28T00:58:34.370Z[ recovery-image] May 28 00:58:33.640 INFO O| May 28 00:58:33.640 INFO STEP 629 (remove_files) COMPLETE
67642026-05-28T00:58:34.370Z[ recovery-image] May 28 00:58:33.640 INFO O| May 28 00:58:33.640 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-05-28T00:58:34.376Z[ recovery-image] May 28 00:58:33.648 INFO O| May 28 00:58:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67662026-05-28T00:58:34.376Z[ recovery-image] May 28 00:58:33.648 INFO O| May 28 00:58:33.648 INFO STEP 630 (remove_files) COMPLETE
67672026-05-28T00:58:34.376Z[ recovery-image] May 28 00:58:33.648 INFO O| May 28 00:58:33.648 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-05-28T00:58:34.383Z[ recovery-image] May 28 00:58:33.655 INFO O| May 28 00:58:33.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67692026-05-28T00:58:34.386Z[ recovery-image] May 28 00:58:33.656 INFO O| May 28 00:58:33.656 INFO STEP 631 (remove_files) COMPLETE
67702026-05-28T00:58:34.386Z[ recovery-image] May 28 00:58:33.656 INFO O| May 28 00:58:33.656 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-05-28T00:58:34.391Z[ recovery-image] May 28 00:58:33.663 INFO O| May 28 00:58:33.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67722026-05-28T00:58:34.394Z[ recovery-image] May 28 00:58:33.664 INFO O| May 28 00:58:33.664 INFO STEP 632 (remove_files) COMPLETE
67732026-05-28T00:58:34.394Z[ recovery-image] May 28 00:58:33.664 INFO O| May 28 00:58:33.664 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-05-28T00:58:34.400Z[ recovery-image] May 28 00:58:33.672 INFO O| May 28 00:58:33.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67752026-05-28T00:58:34.400Z[ recovery-image] May 28 00:58:33.672 INFO O| May 28 00:58:33.672 INFO STEP 633 (remove_files) COMPLETE
67762026-05-28T00:58:34.403Z[ recovery-image] May 28 00:58:33.672 INFO O| May 28 00:58:33.672 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-05-28T00:58:34.407Z[ recovery-image] May 28 00:58:33.679 INFO O| May 28 00:58:33.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67782026-05-28T00:58:34.410Z[ recovery-image] May 28 00:58:33.680 INFO O| May 28 00:58:33.680 INFO STEP 634 (remove_files) COMPLETE
67792026-05-28T00:58:34.411Z[ recovery-image] May 28 00:58:33.680 INFO O| May 28 00:58:33.680 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-05-28T00:58:34.418Z[ recovery-image] May 28 00:58:33.688 INFO O| May 28 00:58:33.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67812026-05-28T00:58:34.418Z[ recovery-image] May 28 00:58:33.688 INFO O| May 28 00:58:33.688 INFO STEP 635 (remove_files) COMPLETE
67822026-05-28T00:58:34.418Z[ recovery-image] May 28 00:58:33.688 INFO O| May 28 00:58:33.688 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-05-28T00:58:34.427Z[ recovery-image] May 28 00:58:33.696 INFO O| May 28 00:58:33.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67842026-05-28T00:58:34.427Z[ recovery-image] May 28 00:58:33.696 INFO O| May 28 00:58:33.696 INFO STEP 636 (remove_files) COMPLETE
67852026-05-28T00:58:34.427Z[ recovery-image] May 28 00:58:33.696 INFO O| May 28 00:58:33.696 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-05-28T00:58:34.431Z[ recovery-image] May 28 00:58:33.703 INFO O| May 28 00:58:33.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67872026-05-28T00:58:34.432Z[ recovery-image] May 28 00:58:33.703 INFO O| May 28 00:58:33.703 INFO STEP 637 (remove_files) COMPLETE
67882026-05-28T00:58:34.435Z[ recovery-image] May 28 00:58:33.703 INFO O| May 28 00:58:33.703 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-05-28T00:58:34.439Z[ recovery-image] May 28 00:58:33.711 INFO O| May 28 00:58:33.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67902026-05-28T00:58:34.439Z[ recovery-image] May 28 00:58:33.711 INFO O| May 28 00:58:33.711 INFO STEP 638 (remove_files) COMPLETE
67912026-05-28T00:58:34.443Z[ recovery-image] May 28 00:58:33.711 INFO O| May 28 00:58:33.711 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-05-28T00:58:34.446Z[ recovery-image] May 28 00:58:33.719 INFO O| May 28 00:58:33.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67932026-05-28T00:58:34.447Z[ recovery-image] May 28 00:58:33.719 INFO O| May 28 00:58:33.719 INFO STEP 639 (remove_files) COMPLETE
67942026-05-28T00:58:34.447Z[ recovery-image] May 28 00:58:33.719 INFO O| May 28 00:58:33.719 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-05-28T00:58:34.457Z[ recovery-image] May 28 00:58:33.726 INFO O| May 28 00:58:33.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67962026-05-28T00:58:34.457Z[ recovery-image] May 28 00:58:33.726 INFO O| May 28 00:58:33.726 INFO STEP 640 (remove_files) COMPLETE
67972026-05-28T00:58:34.460Z[ recovery-image] May 28 00:58:33.726 INFO O| May 28 00:58:33.726 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-05-28T00:58:34.463Z[ recovery-image] May 28 00:58:33.733 INFO O| May 28 00:58:33.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67992026-05-28T00:58:34.463Z[ recovery-image] May 28 00:58:33.733 INFO O| May 28 00:58:33.733 INFO STEP 641 (remove_files) COMPLETE
68002026-05-28T00:58:34.463Z[ recovery-image] May 28 00:58:33.733 INFO O| May 28 00:58:33.733 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-05-28T00:58:34.469Z[ recovery-image] May 28 00:58:33.741 INFO O| May 28 00:58:33.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68022026-05-28T00:58:34.469Z[ recovery-image] May 28 00:58:33.741 INFO O| May 28 00:58:33.741 INFO STEP 642 (remove_files) COMPLETE
68032026-05-28T00:58:34.472Z[ recovery-image] May 28 00:58:33.741 INFO O| May 28 00:58:33.741 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-05-28T00:58:34.477Z[ recovery-image] May 28 00:58:33.749 INFO O| May 28 00:58:33.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68052026-05-28T00:58:34.477Z[ recovery-image] May 28 00:58:33.749 INFO O| May 28 00:58:33.749 INFO STEP 643 (remove_files) COMPLETE
68062026-05-28T00:58:34.480Z[ recovery-image] May 28 00:58:33.749 INFO O| May 28 00:58:33.749 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-05-28T00:58:34.484Z[ recovery-image] May 28 00:58:33.756 INFO O| May 28 00:58:33.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68082026-05-28T00:58:34.484Z[ recovery-image] May 28 00:58:33.756 INFO O| May 28 00:58:33.756 INFO STEP 644 (remove_files) COMPLETE
68092026-05-28T00:58:34.488Z[ recovery-image] May 28 00:58:33.756 INFO O| May 28 00:58:33.756 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-05-28T00:58:34.492Z[ recovery-image] May 28 00:58:33.764 INFO O| May 28 00:58:33.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68112026-05-28T00:58:34.492Z[ recovery-image] May 28 00:58:33.764 INFO O| May 28 00:58:33.764 INFO STEP 645 (remove_files) COMPLETE
68122026-05-28T00:58:34.492Z[ recovery-image] May 28 00:58:33.764 INFO O| May 28 00:58:33.764 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-05-28T00:58:34.502Z[ recovery-image] May 28 00:58:33.774 INFO O| May 28 00:58:33.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68142026-05-28T00:58:34.502Z[ recovery-image] May 28 00:58:33.774 INFO O| May 28 00:58:33.774 INFO STEP 646 (remove_files) COMPLETE
68152026-05-28T00:58:34.502Z[ recovery-image] May 28 00:58:33.774 INFO O| May 28 00:58:33.774 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-05-28T00:58:34.512Z[ recovery-image] May 28 00:58:33.784 INFO O| May 28 00:58:33.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68172026-05-28T00:58:34.512Z[ recovery-image] May 28 00:58:33.784 INFO O| May 28 00:58:33.784 INFO STEP 647 (remove_files) COMPLETE
68182026-05-28T00:58:34.512Z[ recovery-image] May 28 00:58:33.784 INFO O| May 28 00:58:33.784 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-05-28T00:58:34.521Z[ recovery-image] May 28 00:58:33.793 INFO O| May 28 00:58:33.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68202026-05-28T00:58:34.521Z[ recovery-image] May 28 00:58:33.793 INFO O| May 28 00:58:33.793 INFO STEP 648 (remove_files) COMPLETE
68212026-05-28T00:58:34.521Z[ recovery-image] May 28 00:58:33.793 INFO O| May 28 00:58:33.793 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-05-28T00:58:34.530Z[ recovery-image] May 28 00:58:33.802 INFO O| May 28 00:58:33.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68232026-05-28T00:58:34.530Z[ recovery-image] May 28 00:58:33.802 INFO O| May 28 00:58:33.802 INFO STEP 649 (remove_files) COMPLETE
68242026-05-28T00:58:34.533Z[ recovery-image] May 28 00:58:33.802 INFO O| May 28 00:58:33.802 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-05-28T00:58:34.538Z[ recovery-image] May 28 00:58:33.810 INFO O| May 28 00:58:33.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68262026-05-28T00:58:34.538Z[ recovery-image] May 28 00:58:33.810 INFO O| May 28 00:58:33.810 INFO STEP 650 (remove_files) COMPLETE
68272026-05-28T00:58:34.538Z[ recovery-image] May 28 00:58:33.810 INFO O| May 28 00:58:33.810 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-05-28T00:58:34.547Z[ recovery-image] May 28 00:58:33.819 INFO O| May 28 00:58:33.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68292026-05-28T00:58:34.547Z[ recovery-image] May 28 00:58:33.819 INFO O| May 28 00:58:33.819 INFO STEP 651 (remove_files) COMPLETE
68302026-05-28T00:58:34.547Z[ recovery-image] May 28 00:58:33.819 INFO O| May 28 00:58:33.819 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-05-28T00:58:34.556Z[ recovery-image] May 28 00:58:33.828 INFO O| May 28 00:58:33.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68322026-05-28T00:58:34.556Z[ recovery-image] May 28 00:58:33.828 INFO O| May 28 00:58:33.828 INFO STEP 652 (remove_files) COMPLETE
68332026-05-28T00:58:34.559Z[ recovery-image] May 28 00:58:33.828 INFO O| May 28 00:58:33.828 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-05-28T00:58:34.564Z[ recovery-image] May 28 00:58:33.836 INFO O| May 28 00:58:33.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68352026-05-28T00:58:34.564Z[ recovery-image] May 28 00:58:33.836 INFO O| May 28 00:58:33.836 INFO STEP 653 (remove_files) COMPLETE
68362026-05-28T00:58:34.564Z[ recovery-image] May 28 00:58:33.836 INFO O| May 28 00:58:33.836 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-05-28T00:58:34.579Z[ recovery-image] May 28 00:58:33.846 INFO O| May 28 00:58:33.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68382026-05-28T00:58:34.580Z[ recovery-image] May 28 00:58:33.846 INFO O| May 28 00:58:33.846 INFO STEP 654 (remove_files) COMPLETE
68392026-05-28T00:58:34.580Z[ recovery-image] May 28 00:58:33.846 INFO O| May 28 00:58:33.846 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-05-28T00:58:34.585Z[ recovery-image] May 28 00:58:33.857 INFO O| May 28 00:58:33.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68412026-05-28T00:58:34.585Z[ recovery-image] May 28 00:58:33.857 INFO O| May 28 00:58:33.857 INFO STEP 655 (remove_files) COMPLETE
68422026-05-28T00:58:34.589Z[ recovery-image] May 28 00:58:33.857 INFO O| May 28 00:58:33.857 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-05-28T00:58:34.594Z[ recovery-image] May 28 00:58:33.866 INFO O| May 28 00:58:33.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68442026-05-28T00:58:34.594Z[ recovery-image] May 28 00:58:33.866 INFO O| May 28 00:58:33.866 INFO STEP 656 (remove_files) COMPLETE
68452026-05-28T00:58:34.597Z[ recovery-image] May 28 00:58:33.866 INFO O| May 28 00:58:33.866 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-05-28T00:58:34.602Z[ recovery-image] May 28 00:58:33.874 INFO O| May 28 00:58:33.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68472026-05-28T00:58:34.602Z[ recovery-image] May 28 00:58:33.874 INFO O| May 28 00:58:33.874 INFO STEP 657 (remove_files) COMPLETE
68482026-05-28T00:58:34.605Z[ recovery-image] May 28 00:58:33.874 INFO O| May 28 00:58:33.874 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-05-28T00:58:34.608Z[ recovery-image] May 28 00:58:33.880 INFO O| May 28 00:58:33.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68502026-05-28T00:58:34.608Z[ recovery-image] May 28 00:58:33.880 INFO O| May 28 00:58:33.880 INFO STEP 658 (remove_files) COMPLETE
68512026-05-28T00:58:34.608Z[ recovery-image] May 28 00:58:33.880 INFO O| May 28 00:58:33.880 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-05-28T00:58:34.615Z[ recovery-image] May 28 00:58:33.887 INFO O| May 28 00:58:33.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68532026-05-28T00:58:34.615Z[ recovery-image] May 28 00:58:33.887 INFO O| May 28 00:58:33.887 INFO STEP 659 (remove_files) COMPLETE
68542026-05-28T00:58:34.618Z[ recovery-image] May 28 00:58:33.887 INFO O| May 28 00:58:33.887 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-05-28T00:58:34.622Z[ recovery-image] May 28 00:58:33.894 INFO O| May 28 00:58:33.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68562026-05-28T00:58:34.622Z[ recovery-image] May 28 00:58:33.894 INFO O| May 28 00:58:33.894 INFO STEP 660 (remove_files) COMPLETE
68572026-05-28T00:58:34.622Z[ recovery-image] May 28 00:58:33.894 INFO O| May 28 00:58:33.894 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-05-28T00:58:34.629Z[ recovery-image] May 28 00:58:33.901 INFO O| May 28 00:58:33.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68592026-05-28T00:58:34.629Z[ recovery-image] May 28 00:58:33.901 INFO O| May 28 00:58:33.901 INFO STEP 661 (remove_files) COMPLETE
68602026-05-28T00:58:34.631Z[ recovery-image] May 28 00:58:33.901 INFO O| May 28 00:58:33.901 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-05-28T00:58:34.636Z[ recovery-image] May 28 00:58:33.909 INFO O| May 28 00:58:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68622026-05-28T00:58:34.637Z[ recovery-image] May 28 00:58:33.909 INFO O| May 28 00:58:33.909 INFO STEP 662 (remove_files) COMPLETE
68632026-05-28T00:58:34.639Z[ recovery-image] May 28 00:58:33.909 INFO O| May 28 00:58:33.909 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-05-28T00:58:34.643Z[ recovery-image] May 28 00:58:33.916 INFO O| May 28 00:58:33.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68652026-05-28T00:58:34.646Z[ recovery-image] May 28 00:58:33.916 INFO O| May 28 00:58:33.916 INFO STEP 663 (remove_files) COMPLETE
68662026-05-28T00:58:34.646Z[ recovery-image] May 28 00:58:33.916 INFO O| May 28 00:58:33.916 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-05-28T00:58:34.650Z[ recovery-image] May 28 00:58:33.922 INFO O| May 28 00:58:33.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68682026-05-28T00:58:34.650Z[ recovery-image] May 28 00:58:33.923 INFO O| May 28 00:58:33.922 INFO STEP 664 (remove_files) COMPLETE
68692026-05-28T00:58:34.654Z[ recovery-image] May 28 00:58:33.923 INFO O| May 28 00:58:33.922 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-05-28T00:58:34.657Z[ recovery-image] May 28 00:58:33.929 INFO O| May 28 00:58:33.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68712026-05-28T00:58:34.657Z[ recovery-image] May 28 00:58:33.929 INFO O| May 28 00:58:33.929 INFO STEP 665 (remove_files) COMPLETE
68722026-05-28T00:58:34.660Z[ recovery-image] May 28 00:58:33.929 INFO O| May 28 00:58:33.929 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-05-28T00:58:34.664Z[ recovery-image] May 28 00:58:33.936 INFO O| May 28 00:58:33.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68742026-05-28T00:58:34.664Z[ recovery-image] May 28 00:58:33.936 INFO O| May 28 00:58:33.936 INFO STEP 666 (remove_files) COMPLETE
68752026-05-28T00:58:34.667Z[ recovery-image] May 28 00:58:33.936 INFO O| May 28 00:58:33.936 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-05-28T00:58:34.671Z[ recovery-image] May 28 00:58:33.943 INFO O| May 28 00:58:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68772026-05-28T00:58:34.671Z[ recovery-image] May 28 00:58:33.943 INFO O| May 28 00:58:33.943 INFO STEP 667 (remove_files) COMPLETE
68782026-05-28T00:58:34.674Z[ recovery-image] May 28 00:58:33.943 INFO O| May 28 00:58:33.943 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-05-28T00:58:34.678Z[ recovery-image] May 28 00:58:33.950 INFO O| May 28 00:58:33.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68802026-05-28T00:58:34.678Z[ recovery-image] May 28 00:58:33.950 INFO O| May 28 00:58:33.950 INFO STEP 668 (remove_files) COMPLETE
68812026-05-28T00:58:34.681Z[ recovery-image] May 28 00:58:33.950 INFO O| May 28 00:58:33.950 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-05-28T00:58:34.686Z[ recovery-image] May 28 00:58:33.958 INFO O| May 28 00:58:33.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68832026-05-28T00:58:34.686Z[ recovery-image] May 28 00:58:33.958 INFO O| May 28 00:58:33.958 INFO STEP 669 (remove_files) COMPLETE
68842026-05-28T00:58:34.686Z[ recovery-image] May 28 00:58:33.958 INFO O| May 28 00:58:33.958 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-05-28T00:58:34.694Z[ recovery-image] May 28 00:58:33.966 INFO O| May 28 00:58:33.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68862026-05-28T00:58:34.697Z[ recovery-image] May 28 00:58:33.967 INFO O| May 28 00:58:33.967 INFO STEP 670 (remove_files) COMPLETE
68872026-05-28T00:58:34.697Z[ recovery-image] May 28 00:58:33.967 INFO O| May 28 00:58:33.967 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-05-28T00:58:34.702Z[ recovery-image] May 28 00:58:33.975 INFO O| May 28 00:58:33.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68892026-05-28T00:58:34.702Z[ recovery-image] May 28 00:58:33.975 INFO O| May 28 00:58:33.975 INFO STEP 671 (remove_files) COMPLETE
68902026-05-28T00:58:34.705Z[ recovery-image] May 28 00:58:33.975 INFO O| May 28 00:58:33.975 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-05-28T00:58:34.710Z[ recovery-image] May 28 00:58:33.982 INFO O| May 28 00:58:33.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68922026-05-28T00:58:34.710Z[ recovery-image] May 28 00:58:33.982 INFO O| May 28 00:58:33.982 INFO STEP 672 (remove_files) COMPLETE
68932026-05-28T00:58:34.715Z[ recovery-image] May 28 00:58:33.982 INFO O| May 28 00:58:33.982 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-05-28T00:58:34.718Z[ recovery-image] May 28 00:58:33.990 INFO O| May 28 00:58:33.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68952026-05-28T00:58:34.719Z[ recovery-image] May 28 00:58:33.990 INFO O| May 28 00:58:33.990 INFO STEP 673 (remove_files) COMPLETE
68962026-05-28T00:58:34.719Z[ recovery-image] May 28 00:58:33.990 INFO O| May 28 00:58:33.990 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-05-28T00:58:34.725Z[ recovery-image] May 28 00:58:33.997 INFO O| May 28 00:58:33.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68982026-05-28T00:58:34.725Z[ recovery-image] May 28 00:58:33.997 INFO O| May 28 00:58:33.997 INFO STEP 674 (remove_files) COMPLETE
68992026-05-28T00:58:34.728Z[ recovery-image] May 28 00:58:33.997 INFO O| May 28 00:58:33.997 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-05-28T00:58:34.743Z[ recovery-image] May 28 00:58:34.015 INFO O| May 28 00:58:34.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69012026-05-28T00:58:34.743Z[ recovery-image] May 28 00:58:34.015 INFO O| May 28 00:58:34.015 INFO STEP 675 (remove_files) COMPLETE
69022026-05-28T00:58:34.746Z[ recovery-image] May 28 00:58:34.015 INFO O| May 28 00:58:34.015 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-05-28T00:58:34.751Z[ recovery-image] May 28 00:58:34.023 INFO O| May 28 00:58:34.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69042026-05-28T00:58:34.751Z[ recovery-image] May 28 00:58:34.023 INFO O| May 28 00:58:34.023 INFO STEP 676 (remove_files) COMPLETE
69052026-05-28T00:58:34.751Z[ recovery-image] May 28 00:58:34.023 INFO O| May 28 00:58:34.023 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-05-28T00:58:34.759Z[ recovery-image] May 28 00:58:34.031 INFO O| May 28 00:58:34.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69072026-05-28T00:58:34.759Z[ recovery-image] May 28 00:58:34.031 INFO O| May 28 00:58:34.031 INFO STEP 677 (remove_files) COMPLETE
69082026-05-28T00:58:34.762Z[ recovery-image] May 28 00:58:34.031 INFO O| May 28 00:58:34.031 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-05-28T00:58:34.767Z[ recovery-image] May 28 00:58:34.039 INFO O| May 28 00:58:34.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69102026-05-28T00:58:34.767Z[ recovery-image] May 28 00:58:34.039 INFO O| May 28 00:58:34.039 INFO STEP 678 (remove_files) COMPLETE
69112026-05-28T00:58:34.772Z[ recovery-image] May 28 00:58:34.039 INFO O| May 28 00:58:34.039 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-05-28T00:58:34.775Z[ recovery-image] May 28 00:58:34.047 INFO O| May 28 00:58:34.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69132026-05-28T00:58:34.775Z[ recovery-image] May 28 00:58:34.047 INFO O| May 28 00:58:34.047 INFO STEP 679 (remove_files) COMPLETE
69142026-05-28T00:58:34.778Z[ recovery-image] May 28 00:58:34.047 INFO O| May 28 00:58:34.047 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-05-28T00:58:34.792Z[ recovery-image] May 28 00:58:34.064 INFO O| May 28 00:58:34.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69162026-05-28T00:58:34.792Z[ recovery-image] May 28 00:58:34.064 INFO O| May 28 00:58:34.064 INFO STEP 680 (remove_files) COMPLETE
69172026-05-28T00:58:34.792Z[ recovery-image] May 28 00:58:34.064 INFO O| May 28 00:58:34.064 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-05-28T00:58:34.803Z[ recovery-image] May 28 00:58:34.075 INFO O| May 28 00:58:34.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69192026-05-28T00:58:34.803Z[ recovery-image] May 28 00:58:34.075 INFO O| May 28 00:58:34.075 INFO STEP 681 (remove_files) COMPLETE
69202026-05-28T00:58:34.803Z[ recovery-image] May 28 00:58:34.075 INFO O| May 28 00:58:34.075 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-05-28T00:58:34.812Z[ recovery-image] May 28 00:58:34.084 INFO O| May 28 00:58:34.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69222026-05-28T00:58:34.812Z[ recovery-image] May 28 00:58:34.084 INFO O| May 28 00:58:34.084 INFO STEP 682 (remove_files) COMPLETE
69232026-05-28T00:58:34.812Z[ recovery-image] May 28 00:58:34.084 INFO O| May 28 00:58:34.084 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-05-28T00:58:34.822Z[ recovery-image] May 28 00:58:34.094 INFO O| May 28 00:58:34.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69252026-05-28T00:58:34.822Z[ recovery-image] May 28 00:58:34.094 INFO O| May 28 00:58:34.094 INFO STEP 683 (remove_files) COMPLETE
69262026-05-28T00:58:34.826Z[ recovery-image] May 28 00:58:34.094 INFO O| May 28 00:58:34.094 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-05-28T00:58:34.830Z[ recovery-image] May 28 00:58:34.102 INFO O| May 28 00:58:34.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69282026-05-28T00:58:34.830Z[ recovery-image] May 28 00:58:34.102 INFO O| May 28 00:58:34.102 INFO STEP 684 (remove_files) COMPLETE
69292026-05-28T00:58:34.833Z[ recovery-image] May 28 00:58:34.102 INFO O| May 28 00:58:34.102 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-05-28T00:58:34.838Z[ recovery-image] May 28 00:58:34.110 INFO O| May 28 00:58:34.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69312026-05-28T00:58:34.839Z[ recovery-image] May 28 00:58:34.110 INFO O| May 28 00:58:34.110 INFO STEP 685 (remove_files) COMPLETE
69322026-05-28T00:58:34.842Z[ recovery-image] May 28 00:58:34.110 INFO O| May 28 00:58:34.110 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-05-28T00:58:34.846Z[ recovery-image] May 28 00:58:34.118 INFO O| May 28 00:58:34.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69342026-05-28T00:58:34.846Z[ recovery-image] May 28 00:58:34.118 INFO O| May 28 00:58:34.118 INFO STEP 686 (remove_files) COMPLETE
69352026-05-28T00:58:34.850Z[ recovery-image] May 28 00:58:34.118 INFO O| May 28 00:58:34.118 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-05-28T00:58:34.854Z[ recovery-image] May 28 00:58:34.126 INFO O| May 28 00:58:34.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69372026-05-28T00:58:34.854Z[ recovery-image] May 28 00:58:34.126 INFO O| May 28 00:58:34.126 INFO STEP 687 (remove_files) COMPLETE
69382026-05-28T00:58:34.857Z[ recovery-image] May 28 00:58:34.126 INFO O| May 28 00:58:34.126 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-05-28T00:58:34.862Z[ recovery-image] May 28 00:58:34.134 INFO O| May 28 00:58:34.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69402026-05-28T00:58:34.862Z[ recovery-image] May 28 00:58:34.134 INFO O| May 28 00:58:34.134 INFO STEP 688 (remove_files) COMPLETE
69412026-05-28T00:58:34.865Z[ recovery-image] May 28 00:58:34.134 INFO O| May 28 00:58:34.134 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-05-28T00:58:34.872Z[ recovery-image] May 28 00:58:34.144 INFO O| May 28 00:58:34.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69432026-05-28T00:58:34.872Z[ recovery-image] May 28 00:58:34.144 INFO O| May 28 00:58:34.144 INFO STEP 689 (remove_files) COMPLETE
69442026-05-28T00:58:34.875Z[ recovery-image] May 28 00:58:34.144 INFO O| May 28 00:58:34.144 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-05-28T00:58:34.880Z[ recovery-image] May 28 00:58:34.152 INFO O| May 28 00:58:34.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69462026-05-28T00:58:34.880Z[ recovery-image] May 28 00:58:34.152 INFO O| May 28 00:58:34.152 INFO STEP 690 (remove_files) COMPLETE
69472026-05-28T00:58:34.880Z[ recovery-image] May 28 00:58:34.152 INFO O| May 28 00:58:34.152 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-05-28T00:58:34.888Z[ recovery-image] May 28 00:58:34.160 INFO O| May 28 00:58:34.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69492026-05-28T00:58:34.888Z[ recovery-image] May 28 00:58:34.160 INFO O| May 28 00:58:34.160 INFO STEP 691 (remove_files) COMPLETE
69502026-05-28T00:58:34.888Z[ recovery-image] May 28 00:58:34.160 INFO O| May 28 00:58:34.160 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-05-28T00:58:34.899Z[ recovery-image] May 28 00:58:34.171 INFO O| May 28 00:58:34.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69522026-05-28T00:58:34.899Z[ recovery-image] May 28 00:58:34.171 INFO O| May 28 00:58:34.171 INFO STEP 692 (remove_files) COMPLETE
69532026-05-28T00:58:34.899Z[ recovery-image] May 28 00:58:34.171 INFO O| May 28 00:58:34.171 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-05-28T00:58:34.908Z[ recovery-image] May 28 00:58:34.179 INFO O| May 28 00:58:34.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69552026-05-28T00:58:34.908Z[ recovery-image] May 28 00:58:34.179 INFO O| May 28 00:58:34.179 INFO STEP 693 (remove_files) COMPLETE
69562026-05-28T00:58:34.908Z[ recovery-image] May 28 00:58:34.179 INFO O| May 28 00:58:34.179 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-05-28T00:58:34.916Z[ recovery-image] May 28 00:58:34.188 INFO O| May 28 00:58:34.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69582026-05-28T00:58:34.916Z[ recovery-image] May 28 00:58:34.188 INFO O| May 28 00:58:34.188 INFO STEP 694 (remove_files) COMPLETE
69592026-05-28T00:58:34.919Z[ recovery-image] May 28 00:58:34.188 INFO O| May 28 00:58:34.188 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-05-28T00:58:34.924Z[ recovery-image] May 28 00:58:34.196 INFO O| May 28 00:58:34.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69612026-05-28T00:58:34.924Z[ recovery-image] May 28 00:58:34.196 INFO O| May 28 00:58:34.196 INFO STEP 695 (remove_files) COMPLETE
69622026-05-28T00:58:34.927Z[ recovery-image] May 28 00:58:34.196 INFO O| May 28 00:58:34.196 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-05-28T00:58:34.931Z[ recovery-image] May 28 00:58:34.203 INFO O| May 28 00:58:34.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69642026-05-28T00:58:34.931Z[ recovery-image] May 28 00:58:34.204 INFO O| May 28 00:58:34.204 INFO STEP 696 (remove_files) COMPLETE
69652026-05-28T00:58:34.931Z[ recovery-image] May 28 00:58:34.204 INFO O| May 28 00:58:34.204 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-05-28T00:58:34.939Z[ recovery-image] May 28 00:58:34.211 INFO O| May 28 00:58:34.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69672026-05-28T00:58:34.939Z[ recovery-image] May 28 00:58:34.211 INFO O| May 28 00:58:34.211 INFO STEP 697 (remove_files) COMPLETE
69682026-05-28T00:58:34.939Z[ recovery-image] May 28 00:58:34.211 INFO O| May 28 00:58:34.211 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.219 INFO O| May 28 00:58:34.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69702026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.219 INFO O| May 28 00:58:34.219 INFO STEP 698 (remove_files) COMPLETE
69712026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.219 INFO O| May 28 00:58:34.219 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.227 INFO O| May 28 00:58:34.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69732026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.227 INFO O| May 28 00:58:34.227 INFO STEP 699 (remove_files) COMPLETE
69742026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.227 INFO O| May 28 00:58:34.227 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.235 INFO O| May 28 00:58:34.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69762026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.235 INFO O| May 28 00:58:34.235 INFO STEP 700 (remove_files) COMPLETE
69772026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.235 INFO O| May 28 00:58:34.235 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.243 INFO O| May 28 00:58:34.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69792026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.243 INFO O| May 28 00:58:34.243 INFO STEP 701 (remove_files) COMPLETE
69802026-05-28T00:58:34.981Z[ recovery-image] May 28 00:58:34.243 INFO O| May 28 00:58:34.243 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-05-28T00:58:34.985Z[ recovery-image] May 28 00:58:34.253 INFO O| May 28 00:58:34.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69822026-05-28T00:58:34.986Z[ recovery-image] May 28 00:58:34.253 INFO O| May 28 00:58:34.253 INFO STEP 702 (remove_files) COMPLETE
69832026-05-28T00:58:34.986Z[ recovery-image] May 28 00:58:34.253 INFO O| May 28 00:58:34.253 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-05-28T00:58:34.990Z[ recovery-image] May 28 00:58:34.262 INFO O| May 28 00:58:34.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69852026-05-28T00:58:34.990Z[ recovery-image] May 28 00:58:34.262 INFO O| May 28 00:58:34.262 INFO STEP 703 (remove_files) COMPLETE
69862026-05-28T00:58:34.990Z[ recovery-image] May 28 00:58:34.262 INFO O| May 28 00:58:34.262 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-05-28T00:58:35.002Z[ recovery-image] May 28 00:58:34.271 INFO O| May 28 00:58:34.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69882026-05-28T00:58:35.002Z[ recovery-image] May 28 00:58:34.271 INFO O| May 28 00:58:34.271 INFO STEP 704 (remove_files) COMPLETE
69892026-05-28T00:58:35.007Z[ recovery-image] May 28 00:58:34.271 INFO O| May 28 00:58:34.271 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-05-28T00:58:35.007Z[ recovery-image] May 28 00:58:34.278 INFO O| May 28 00:58:34.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69912026-05-28T00:58:35.007Z[ recovery-image] May 28 00:58:34.278 INFO O| May 28 00:58:34.278 INFO STEP 705 (remove_files) COMPLETE
69922026-05-28T00:58:35.007Z[ recovery-image] May 28 00:58:34.278 INFO O| May 28 00:58:34.278 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-05-28T00:58:35.013Z[ recovery-image] May 28 00:58:34.285 INFO O| May 28 00:58:34.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69942026-05-28T00:58:35.013Z[ recovery-image] May 28 00:58:34.285 INFO O| May 28 00:58:34.285 INFO STEP 706 (remove_files) COMPLETE
69952026-05-28T00:58:35.013Z[ recovery-image] May 28 00:58:34.285 INFO O| May 28 00:58:34.285 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-05-28T00:58:35.020Z[ recovery-image] May 28 00:58:34.292 INFO O| May 28 00:58:34.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69972026-05-28T00:58:35.020Z[ recovery-image] May 28 00:58:34.292 INFO O| May 28 00:58:34.292 INFO STEP 707 (remove_files) COMPLETE
69982026-05-28T00:58:35.023Z[ recovery-image] May 28 00:58:34.292 INFO O| May 28 00:58:34.292 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-05-28T00:58:35.027Z[ recovery-image] May 28 00:58:34.299 INFO O| May 28 00:58:34.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70002026-05-28T00:58:35.027Z[ recovery-image] May 28 00:58:34.300 INFO O| May 28 00:58:34.299 INFO STEP 708 (remove_files) COMPLETE
70012026-05-28T00:58:35.028Z[ recovery-image] May 28 00:58:34.300 INFO O| May 28 00:58:34.299 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-05-28T00:58:35.036Z[ recovery-image] May 28 00:58:34.308 INFO O| May 28 00:58:34.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70032026-05-28T00:58:35.036Z[ recovery-image] May 28 00:58:34.308 INFO O| May 28 00:58:34.308 INFO STEP 709 (remove_files) COMPLETE
70042026-05-28T00:58:35.036Z[ recovery-image] May 28 00:58:34.308 INFO O| May 28 00:58:34.308 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-05-28T00:58:35.045Z[ recovery-image] May 28 00:58:34.316 INFO O| May 28 00:58:34.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70062026-05-28T00:58:35.045Z[ recovery-image] May 28 00:58:34.317 INFO O| May 28 00:58:34.317 INFO STEP 710 (remove_files) COMPLETE
70072026-05-28T00:58:35.048Z[ recovery-image] May 28 00:58:34.317 INFO O| May 28 00:58:34.317 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-05-28T00:58:35.053Z[ recovery-image] May 28 00:58:34.325 INFO O| May 28 00:58:34.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70092026-05-28T00:58:35.053Z[ recovery-image] May 28 00:58:34.325 INFO O| May 28 00:58:34.325 INFO STEP 711 (remove_files) COMPLETE
70102026-05-28T00:58:35.053Z[ recovery-image] May 28 00:58:34.325 INFO O| May 28 00:58:34.325 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-05-28T00:58:35.061Z[ recovery-image] May 28 00:58:34.332 INFO O| May 28 00:58:34.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70122026-05-28T00:58:35.061Z[ recovery-image] May 28 00:58:34.332 INFO O| May 28 00:58:34.332 INFO STEP 712 (remove_files) COMPLETE
70132026-05-28T00:58:35.061Z[ recovery-image] May 28 00:58:34.332 INFO O| May 28 00:58:34.332 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-05-28T00:58:35.068Z[ recovery-image] May 28 00:58:34.340 INFO O| May 28 00:58:34.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70152026-05-28T00:58:35.068Z[ recovery-image] May 28 00:58:34.340 INFO O| May 28 00:58:34.340 INFO STEP 713 (remove_files) COMPLETE
70162026-05-28T00:58:35.068Z[ recovery-image] May 28 00:58:34.340 INFO O| May 28 00:58:34.340 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-05-28T00:58:35.078Z[ recovery-image] May 28 00:58:34.350 INFO O| May 28 00:58:34.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70182026-05-28T00:58:35.078Z[ recovery-image] May 28 00:58:34.350 INFO O| May 28 00:58:34.350 INFO STEP 714 (remove_files) COMPLETE
70192026-05-28T00:58:35.078Z[ recovery-image] May 28 00:58:34.350 INFO O| May 28 00:58:34.350 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-05-28T00:58:35.086Z[ recovery-image] May 28 00:58:34.358 INFO O| May 28 00:58:34.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70212026-05-28T00:58:35.087Z[ recovery-image] May 28 00:58:34.358 INFO O| May 28 00:58:34.358 INFO STEP 715 (remove_files) COMPLETE
70222026-05-28T00:58:35.090Z[ recovery-image] May 28 00:58:34.358 INFO O| May 28 00:58:34.358 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-05-28T00:58:35.094Z[ recovery-image] May 28 00:58:34.366 INFO O| May 28 00:58:34.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70242026-05-28T00:58:35.094Z[ recovery-image] May 28 00:58:34.366 INFO O| May 28 00:58:34.366 INFO STEP 716 (remove_files) COMPLETE
70252026-05-28T00:58:35.097Z[ recovery-image] May 28 00:58:34.366 INFO O| May 28 00:58:34.366 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-05-28T00:58:35.103Z[ recovery-image] May 28 00:58:34.375 INFO O| May 28 00:58:34.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70272026-05-28T00:58:35.103Z[ recovery-image] May 28 00:58:34.375 INFO O| May 28 00:58:34.375 INFO STEP 717 (remove_files) COMPLETE
70282026-05-28T00:58:35.103Z[ recovery-image] May 28 00:58:34.375 INFO O| May 28 00:58:34.375 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-05-28T00:58:35.111Z[ recovery-image] May 28 00:58:34.383 INFO O| May 28 00:58:34.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70302026-05-28T00:58:35.111Z[ recovery-image] May 28 00:58:34.383 INFO O| May 28 00:58:34.383 INFO STEP 718 (remove_files) COMPLETE
70312026-05-28T00:58:35.111Z[ recovery-image] May 28 00:58:34.383 INFO O| May 28 00:58:34.383 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-05-28T00:58:35.119Z[ recovery-image] May 28 00:58:34.391 INFO O| May 28 00:58:34.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70332026-05-28T00:58:35.119Z[ recovery-image] May 28 00:58:34.391 INFO O| May 28 00:58:34.391 INFO STEP 719 (remove_files) COMPLETE
70342026-05-28T00:58:35.119Z[ recovery-image] May 28 00:58:34.391 INFO O| May 28 00:58:34.391 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-05-28T00:58:35.126Z[ recovery-image] May 28 00:58:34.398 INFO O| May 28 00:58:34.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70362026-05-28T00:58:35.126Z[ recovery-image] May 28 00:58:34.398 INFO O| May 28 00:58:34.398 INFO STEP 720 (remove_files) COMPLETE
70372026-05-28T00:58:35.126Z[ recovery-image] May 28 00:58:34.398 INFO O| May 28 00:58:34.398 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-05-28T00:58:35.133Z[ recovery-image] May 28 00:58:34.405 INFO O| May 28 00:58:34.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70392026-05-28T00:58:35.133Z[ recovery-image] May 28 00:58:34.405 INFO O| May 28 00:58:34.405 INFO STEP 721 (remove_files) COMPLETE
70402026-05-28T00:58:35.136Z[ recovery-image] May 28 00:58:34.405 INFO O| May 28 00:58:34.405 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-05-28T00:58:35.141Z[ recovery-image] May 28 00:58:34.413 INFO O| May 28 00:58:34.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70422026-05-28T00:58:35.141Z[ recovery-image] May 28 00:58:34.413 INFO O| May 28 00:58:34.413 INFO STEP 722 (remove_files) COMPLETE
70432026-05-28T00:58:35.144Z[ recovery-image] May 28 00:58:34.413 INFO O| May 28 00:58:34.413 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-05-28T00:58:35.147Z[ recovery-image] May 28 00:58:34.420 INFO O| May 28 00:58:34.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70452026-05-28T00:58:35.147Z[ recovery-image] May 28 00:58:34.420 INFO O| May 28 00:58:34.420 INFO STEP 723 (remove_files) COMPLETE
70462026-05-28T00:58:35.150Z[ recovery-image] May 28 00:58:34.420 INFO O| May 28 00:58:34.420 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-05-28T00:58:35.154Z[ recovery-image] May 28 00:58:34.426 INFO O| May 28 00:58:34.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70482026-05-28T00:58:35.154Z[ recovery-image] May 28 00:58:34.426 INFO O| May 28 00:58:34.426 INFO STEP 724 (remove_files) COMPLETE
70492026-05-28T00:58:35.154Z[ recovery-image] May 28 00:58:34.426 INFO O| May 28 00:58:34.426 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-05-28T00:58:35.161Z[ recovery-image] May 28 00:58:34.434 INFO O| May 28 00:58:34.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70512026-05-28T00:58:35.161Z[ recovery-image] May 28 00:58:34.434 INFO O| May 28 00:58:34.434 INFO STEP 725 (remove_files) COMPLETE
70522026-05-28T00:58:35.165Z[ recovery-image] May 28 00:58:34.434 INFO O| May 28 00:58:34.434 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-05-28T00:58:35.170Z[ recovery-image] May 28 00:58:34.441 INFO O| May 28 00:58:34.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70542026-05-28T00:58:35.171Z[ recovery-image] May 28 00:58:34.441 INFO O| May 28 00:58:34.441 INFO STEP 726 (remove_files) COMPLETE
70552026-05-28T00:58:35.174Z[ recovery-image] May 28 00:58:34.441 INFO O| May 28 00:58:34.441 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-05-28T00:58:35.181Z[ recovery-image] May 28 00:58:34.449 INFO O| May 28 00:58:34.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70572026-05-28T00:58:35.181Z[ recovery-image] May 28 00:58:34.449 INFO O| May 28 00:58:34.449 INFO STEP 727 (remove_files) COMPLETE
70582026-05-28T00:58:35.181Z[ recovery-image] May 28 00:58:34.449 INFO O| May 28 00:58:34.449 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-05-28T00:58:35.185Z[ recovery-image] May 28 00:58:34.457 INFO O| May 28 00:58:34.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70602026-05-28T00:58:35.185Z[ recovery-image] May 28 00:58:34.457 INFO O| May 28 00:58:34.457 INFO STEP 728 (remove_files) COMPLETE
70612026-05-28T00:58:35.189Z[ recovery-image] May 28 00:58:34.457 INFO O| May 28 00:58:34.457 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-05-28T00:58:35.193Z[ recovery-image] May 28 00:58:34.464 INFO O| May 28 00:58:34.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70632026-05-28T00:58:35.193Z[ recovery-image] May 28 00:58:34.465 INFO O| May 28 00:58:34.465 INFO STEP 729 (remove_files) COMPLETE
70642026-05-28T00:58:35.193Z[ recovery-image] May 28 00:58:34.465 INFO O| May 28 00:58:34.465 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-05-28T00:58:35.200Z[ recovery-image] May 28 00:58:34.472 INFO O| May 28 00:58:34.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70662026-05-28T00:58:35.200Z[ recovery-image] May 28 00:58:34.472 INFO O| May 28 00:58:34.472 INFO STEP 730 (remove_files) COMPLETE
70672026-05-28T00:58:35.200Z[ recovery-image] May 28 00:58:34.472 INFO O| May 28 00:58:34.472 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-05-28T00:58:35.207Z[ recovery-image] May 28 00:58:34.479 INFO O| May 28 00:58:34.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70692026-05-28T00:58:35.207Z[ recovery-image] May 28 00:58:34.479 INFO O| May 28 00:58:34.479 INFO STEP 731 (remove_files) COMPLETE
70702026-05-28T00:58:35.207Z[ recovery-image] May 28 00:58:34.479 INFO O| May 28 00:58:34.479 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-05-28T00:58:35.214Z[ recovery-image] May 28 00:58:34.486 INFO O| May 28 00:58:34.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70722026-05-28T00:58:35.214Z[ recovery-image] May 28 00:58:34.486 INFO O| May 28 00:58:34.486 INFO STEP 732 (remove_files) COMPLETE
70732026-05-28T00:58:35.214Z[ recovery-image] May 28 00:58:34.486 INFO O| May 28 00:58:34.486 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-05-28T00:58:35.221Z[ recovery-image] May 28 00:58:34.493 INFO O| May 28 00:58:34.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70752026-05-28T00:58:35.221Z[ recovery-image] May 28 00:58:34.493 INFO O| May 28 00:58:34.493 INFO STEP 733 (remove_files) COMPLETE
70762026-05-28T00:58:35.221Z[ recovery-image] May 28 00:58:34.493 INFO O| May 28 00:58:34.493 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-05-28T00:58:35.229Z[ recovery-image] May 28 00:58:34.501 INFO O| May 28 00:58:34.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70782026-05-28T00:58:35.229Z[ recovery-image] May 28 00:58:34.501 INFO O| May 28 00:58:34.501 INFO STEP 734 (remove_files) COMPLETE
70792026-05-28T00:58:35.229Z[ recovery-image] May 28 00:58:34.501 INFO O| May 28 00:58:34.501 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-05-28T00:58:35.237Z[ recovery-image] May 28 00:58:34.509 INFO O| May 28 00:58:34.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70812026-05-28T00:58:35.237Z[ recovery-image] May 28 00:58:34.509 INFO O| May 28 00:58:34.509 INFO STEP 735 (remove_files) COMPLETE
70822026-05-28T00:58:35.240Z[ recovery-image] May 28 00:58:34.509 INFO O| May 28 00:58:34.509 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-05-28T00:58:35.246Z[ recovery-image] May 28 00:58:34.518 INFO O| May 28 00:58:34.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70842026-05-28T00:58:35.246Z[ recovery-image] May 28 00:58:34.518 INFO O| May 28 00:58:34.518 INFO STEP 736 (remove_files) COMPLETE
70852026-05-28T00:58:35.249Z[ recovery-image] May 28 00:58:34.518 INFO O| May 28 00:58:34.518 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-05-28T00:58:35.255Z[ recovery-image] May 28 00:58:34.527 INFO O| May 28 00:58:34.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70872026-05-28T00:58:35.255Z[ recovery-image] May 28 00:58:34.527 INFO O| May 28 00:58:34.527 INFO STEP 737 (remove_files) COMPLETE
70882026-05-28T00:58:35.255Z[ recovery-image] May 28 00:58:34.527 INFO O| May 28 00:58:34.527 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-05-28T00:58:35.266Z[ recovery-image] May 28 00:58:34.538 INFO O| May 28 00:58:34.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70902026-05-28T00:58:35.266Z[ recovery-image] May 28 00:58:34.538 INFO O| May 28 00:58:34.538 INFO STEP 738 (remove_files) COMPLETE
70912026-05-28T00:58:35.266Z[ recovery-image] May 28 00:58:34.538 INFO O| May 28 00:58:34.538 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-05-28T00:58:35.276Z[ recovery-image] May 28 00:58:34.548 INFO O| May 28 00:58:34.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70932026-05-28T00:58:35.276Z[ recovery-image] May 28 00:58:34.548 INFO O| May 28 00:58:34.548 INFO STEP 739 (remove_files) COMPLETE
70942026-05-28T00:58:35.276Z[ recovery-image] May 28 00:58:34.548 INFO O| May 28 00:58:34.548 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-05-28T00:58:35.285Z[ recovery-image] May 28 00:58:34.557 INFO O| May 28 00:58:34.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70962026-05-28T00:58:35.285Z[ recovery-image] May 28 00:58:34.557 INFO O| May 28 00:58:34.557 INFO STEP 740 (remove_files) COMPLETE
70972026-05-28T00:58:35.289Z[ recovery-image] May 28 00:58:34.557 INFO O| May 28 00:58:34.557 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-05-28T00:58:35.294Z[ recovery-image] May 28 00:58:34.566 INFO O| May 28 00:58:34.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70992026-05-28T00:58:35.294Z[ recovery-image] May 28 00:58:34.566 INFO O| May 28 00:58:34.566 INFO STEP 741 (remove_files) COMPLETE
71002026-05-28T00:58:35.297Z[ recovery-image] May 28 00:58:34.566 INFO O| May 28 00:58:34.566 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-05-28T00:58:35.302Z[ recovery-image] May 28 00:58:34.574 INFO O| May 28 00:58:34.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71022026-05-28T00:58:35.305Z[ recovery-image] May 28 00:58:34.575 INFO O| May 28 00:58:34.575 INFO STEP 742 (remove_files) COMPLETE
71032026-05-28T00:58:35.305Z[ recovery-image] May 28 00:58:34.575 INFO O| May 28 00:58:34.575 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-05-28T00:58:35.311Z[ recovery-image] May 28 00:58:34.583 INFO O| May 28 00:58:34.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71052026-05-28T00:58:35.311Z[ recovery-image] May 28 00:58:34.583 INFO O| May 28 00:58:34.583 INFO STEP 743 (remove_files) COMPLETE
71062026-05-28T00:58:35.314Z[ recovery-image] May 28 00:58:34.583 INFO O| May 28 00:58:34.583 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-05-28T00:58:35.319Z[ recovery-image] May 28 00:58:34.591 INFO O| May 28 00:58:34.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71082026-05-28T00:58:35.319Z[ recovery-image] May 28 00:58:34.591 INFO O| May 28 00:58:34.591 INFO STEP 744 (remove_files) COMPLETE
71092026-05-28T00:58:35.319Z[ recovery-image] May 28 00:58:34.591 INFO O| May 28 00:58:34.591 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-05-28T00:58:35.327Z[ recovery-image] May 28 00:58:34.599 INFO O| May 28 00:58:34.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71112026-05-28T00:58:35.327Z[ recovery-image] May 28 00:58:34.599 INFO O| May 28 00:58:34.599 INFO STEP 745 (remove_files) COMPLETE
71122026-05-28T00:58:35.327Z[ recovery-image] May 28 00:58:34.599 INFO O| May 28 00:58:34.599 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-05-28T00:58:35.335Z[ recovery-image] May 28 00:58:34.607 INFO O| May 28 00:58:34.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71142026-05-28T00:58:35.335Z[ recovery-image] May 28 00:58:34.607 INFO O| May 28 00:58:34.607 INFO STEP 746 (remove_files) COMPLETE
71152026-05-28T00:58:35.338Z[ recovery-image] May 28 00:58:34.607 INFO O| May 28 00:58:34.607 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-05-28T00:58:35.343Z[ recovery-image] May 28 00:58:34.616 INFO O| May 28 00:58:34.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71172026-05-28T00:58:35.343Z[ recovery-image] May 28 00:58:34.616 INFO O| May 28 00:58:34.616 INFO STEP 747 (remove_files) COMPLETE
71182026-05-28T00:58:35.344Z[ recovery-image] May 28 00:58:34.616 INFO O| May 28 00:58:34.616 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-05-28T00:58:35.352Z[ recovery-image] May 28 00:58:34.624 INFO O| May 28 00:58:34.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71202026-05-28T00:58:35.352Z[ recovery-image] May 28 00:58:34.624 INFO O| May 28 00:58:34.624 INFO STEP 748 (remove_files) COMPLETE
71212026-05-28T00:58:35.358Z[ recovery-image] May 28 00:58:34.625 INFO O| May 28 00:58:34.624 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-05-28T00:58:35.363Z[ recovery-image] May 28 00:58:34.632 INFO O| May 28 00:58:34.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71232026-05-28T00:58:35.363Z[ recovery-image] May 28 00:58:34.633 INFO O| May 28 00:58:34.633 INFO STEP 749 (remove_files) COMPLETE
71242026-05-28T00:58:35.364Z[ recovery-image] May 28 00:58:34.633 INFO O| May 28 00:58:34.633 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-05-28T00:58:35.371Z[ recovery-image] May 28 00:58:34.643 INFO O| May 28 00:58:34.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71262026-05-28T00:58:35.371Z[ recovery-image] May 28 00:58:34.643 INFO O| May 28 00:58:34.643 INFO STEP 750 (remove_files) COMPLETE
71272026-05-28T00:58:35.375Z[ recovery-image] May 28 00:58:34.643 INFO O| May 28 00:58:34.643 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-05-28T00:58:35.378Z[ recovery-image] May 28 00:58:34.650 INFO O| May 28 00:58:34.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71292026-05-28T00:58:35.378Z[ recovery-image] May 28 00:58:34.650 INFO O| May 28 00:58:34.650 INFO STEP 751 (remove_files) COMPLETE
71302026-05-28T00:58:35.378Z[ recovery-image] May 28 00:58:34.650 INFO O| May 28 00:58:34.650 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-05-28T00:58:35.385Z[ recovery-image] May 28 00:58:34.657 INFO O| May 28 00:58:34.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71322026-05-28T00:58:35.385Z[ recovery-image] May 28 00:58:34.657 INFO O| May 28 00:58:34.657 INFO STEP 752 (remove_files) COMPLETE
71332026-05-28T00:58:35.388Z[ recovery-image] May 28 00:58:34.657 INFO O| May 28 00:58:34.657 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-05-28T00:58:35.392Z[ recovery-image] May 28 00:58:34.664 INFO O| May 28 00:58:34.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71352026-05-28T00:58:35.392Z[ recovery-image] May 28 00:58:34.664 INFO O| May 28 00:58:34.664 INFO STEP 753 (remove_files) COMPLETE
71362026-05-28T00:58:35.394Z[ recovery-image] May 28 00:58:34.664 INFO O| May 28 00:58:34.664 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-05-28T00:58:35.398Z[ recovery-image] May 28 00:58:34.670 INFO O| May 28 00:58:34.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71382026-05-28T00:58:35.398Z[ recovery-image] May 28 00:58:34.670 INFO O| May 28 00:58:34.670 INFO STEP 754 (remove_files) COMPLETE
71392026-05-28T00:58:35.401Z[ recovery-image] May 28 00:58:34.670 INFO O| May 28 00:58:34.670 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-05-28T00:58:35.404Z[ recovery-image] May 28 00:58:34.677 INFO O| May 28 00:58:34.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71412026-05-28T00:58:35.404Z[ recovery-image] May 28 00:58:34.677 INFO O| May 28 00:58:34.677 INFO STEP 755 (remove_files) COMPLETE
71422026-05-28T00:58:35.407Z[ recovery-image] May 28 00:58:34.677 INFO O| May 28 00:58:34.677 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-05-28T00:58:35.411Z[ recovery-image] May 28 00:58:34.683 INFO O| May 28 00:58:34.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71442026-05-28T00:58:35.411Z[ recovery-image] May 28 00:58:34.683 INFO O| May 28 00:58:34.683 INFO STEP 756 (remove_files) COMPLETE
71452026-05-28T00:58:35.414Z[ recovery-image] May 28 00:58:34.683 INFO O| May 28 00:58:34.683 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-05-28T00:58:35.417Z[ recovery-image] May 28 00:58:34.690 INFO O| May 28 00:58:34.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71472026-05-28T00:58:35.417Z[ recovery-image] May 28 00:58:34.690 INFO O| May 28 00:58:34.690 INFO STEP 757 (remove_files) COMPLETE
71482026-05-28T00:58:35.420Z[ recovery-image] May 28 00:58:34.690 INFO O| May 28 00:58:34.690 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-05-28T00:58:35.425Z[ recovery-image] May 28 00:58:34.696 INFO O| May 28 00:58:34.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71502026-05-28T00:58:35.425Z[ recovery-image] May 28 00:58:34.696 INFO O| May 28 00:58:34.696 INFO STEP 758 (remove_files) COMPLETE
71512026-05-28T00:58:35.429Z[ recovery-image] May 28 00:58:34.696 INFO O| May 28 00:58:34.696 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-05-28T00:58:35.433Z[ recovery-image] May 28 00:58:34.702 INFO O| May 28 00:58:34.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71532026-05-28T00:58:35.433Z[ recovery-image] May 28 00:58:34.702 INFO O| May 28 00:58:34.702 INFO STEP 759 (remove_files) COMPLETE
71542026-05-28T00:58:35.433Z[ recovery-image] May 28 00:58:34.702 INFO O| May 28 00:58:34.702 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-05-28T00:58:35.437Z[ recovery-image] May 28 00:58:34.709 INFO O| May 28 00:58:34.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71562026-05-28T00:58:35.440Z[ recovery-image] May 28 00:58:34.709 INFO O| May 28 00:58:34.709 INFO STEP 760 (remove_files) COMPLETE
71572026-05-28T00:58:35.440Z[ recovery-image] May 28 00:58:34.709 INFO O| May 28 00:58:34.709 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-05-28T00:58:35.444Z[ recovery-image] May 28 00:58:34.716 INFO O| May 28 00:58:34.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71592026-05-28T00:58:35.444Z[ recovery-image] May 28 00:58:34.716 INFO O| May 28 00:58:34.716 INFO STEP 761 (remove_files) COMPLETE
71602026-05-28T00:58:35.444Z[ recovery-image] May 28 00:58:34.716 INFO O| May 28 00:58:34.716 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-05-28T00:58:35.451Z[ recovery-image] May 28 00:58:34.723 INFO O| May 28 00:58:34.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71622026-05-28T00:58:35.451Z[ recovery-image] May 28 00:58:34.723 INFO O| May 28 00:58:34.723 INFO STEP 762 (remove_files) COMPLETE
71632026-05-28T00:58:35.454Z[ recovery-image] May 28 00:58:34.723 INFO O| May 28 00:58:34.723 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-05-28T00:58:35.458Z[ recovery-image] May 28 00:58:34.730 INFO O| May 28 00:58:34.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71652026-05-28T00:58:35.458Z[ recovery-image] May 28 00:58:34.730 INFO O| May 28 00:58:34.730 INFO STEP 763 (remove_files) COMPLETE
71662026-05-28T00:58:35.461Z[ recovery-image] May 28 00:58:34.730 INFO O| May 28 00:58:34.730 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-05-28T00:58:35.465Z[ recovery-image] May 28 00:58:34.737 INFO O| May 28 00:58:34.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71682026-05-28T00:58:35.465Z[ recovery-image] May 28 00:58:34.737 INFO O| May 28 00:58:34.737 INFO STEP 764 (remove_files) COMPLETE
71692026-05-28T00:58:35.468Z[ recovery-image] May 28 00:58:34.737 INFO O| May 28 00:58:34.737 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-05-28T00:58:35.472Z[ recovery-image] May 28 00:58:34.744 INFO O| May 28 00:58:34.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71712026-05-28T00:58:35.472Z[ recovery-image] May 28 00:58:34.744 INFO O| May 28 00:58:34.744 INFO STEP 765 (remove_files) COMPLETE
71722026-05-28T00:58:35.475Z[ recovery-image] May 28 00:58:34.744 INFO O| May 28 00:58:34.744 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-05-28T00:58:35.479Z[ recovery-image] May 28 00:58:34.751 INFO O| May 28 00:58:34.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71742026-05-28T00:58:35.479Z[ recovery-image] May 28 00:58:34.751 INFO O| May 28 00:58:34.751 INFO STEP 766 (remove_files) COMPLETE
71752026-05-28T00:58:35.479Z[ recovery-image] May 28 00:58:34.751 INFO O| May 28 00:58:34.751 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-05-28T00:58:35.485Z[ recovery-image] May 28 00:58:34.758 INFO O| May 28 00:58:34.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71772026-05-28T00:58:35.486Z[ recovery-image] May 28 00:58:34.758 INFO O| May 28 00:58:34.758 INFO STEP 767 (remove_files) COMPLETE
71782026-05-28T00:58:35.489Z[ recovery-image] May 28 00:58:34.758 INFO O| May 28 00:58:34.758 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-05-28T00:58:35.493Z[ recovery-image] May 28 00:58:34.764 INFO O| May 28 00:58:34.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71802026-05-28T00:58:35.493Z[ recovery-image] May 28 00:58:34.764 INFO O| May 28 00:58:34.764 INFO STEP 768 (remove_files) COMPLETE
71812026-05-28T00:58:35.493Z[ recovery-image] May 28 00:58:34.764 INFO O| May 28 00:58:34.764 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-05-28T00:58:35.499Z[ recovery-image] May 28 00:58:34.771 INFO O| May 28 00:58:34.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71832026-05-28T00:58:35.499Z[ recovery-image] May 28 00:58:34.771 INFO O| May 28 00:58:34.771 INFO STEP 769 (remove_files) COMPLETE
71842026-05-28T00:58:35.500Z[ recovery-image] May 28 00:58:34.771 INFO O| May 28 00:58:34.771 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-05-28T00:58:35.506Z[ recovery-image] May 28 00:58:34.778 INFO O| May 28 00:58:34.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71862026-05-28T00:58:35.506Z[ recovery-image] May 28 00:58:34.778 INFO O| May 28 00:58:34.778 INFO STEP 770 (remove_files) COMPLETE
71872026-05-28T00:58:35.509Z[ recovery-image] May 28 00:58:34.778 INFO O| May 28 00:58:34.778 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-05-28T00:58:35.513Z[ recovery-image] May 28 00:58:34.785 INFO O| May 28 00:58:34.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71892026-05-28T00:58:35.513Z[ recovery-image] May 28 00:58:34.785 INFO O| May 28 00:58:34.785 INFO STEP 771 (remove_files) COMPLETE
71902026-05-28T00:58:35.513Z[ recovery-image] May 28 00:58:34.785 INFO O| May 28 00:58:34.785 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-05-28T00:58:35.520Z[ recovery-image] May 28 00:58:34.792 INFO O| May 28 00:58:34.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71922026-05-28T00:58:35.520Z[ recovery-image] May 28 00:58:34.792 INFO O| May 28 00:58:34.792 INFO STEP 772 (remove_files) COMPLETE
71932026-05-28T00:58:35.524Z[ recovery-image] May 28 00:58:34.792 INFO O| May 28 00:58:34.792 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-05-28T00:58:35.528Z[ recovery-image] May 28 00:58:34.799 INFO O| May 28 00:58:34.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71952026-05-28T00:58:35.528Z[ recovery-image] May 28 00:58:34.799 INFO O| May 28 00:58:34.799 INFO STEP 773 (remove_files) COMPLETE
71962026-05-28T00:58:35.531Z[ recovery-image] May 28 00:58:34.799 INFO O| May 28 00:58:34.799 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-05-28T00:58:35.534Z[ recovery-image] May 28 00:58:34.806 INFO O| May 28 00:58:34.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71982026-05-28T00:58:35.534Z[ recovery-image] May 28 00:58:34.806 INFO O| May 28 00:58:34.806 INFO STEP 774 (remove_files) COMPLETE
71992026-05-28T00:58:35.534Z[ recovery-image] May 28 00:58:34.806 INFO O| May 28 00:58:34.806 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-05-28T00:58:35.540Z[ recovery-image] May 28 00:58:34.813 INFO O| May 28 00:58:34.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72012026-05-28T00:58:35.541Z[ recovery-image] May 28 00:58:34.813 INFO O| May 28 00:58:34.813 INFO STEP 775 (remove_files) COMPLETE
72022026-05-28T00:58:35.541Z[ recovery-image] May 28 00:58:34.813 INFO O| May 28 00:58:34.813 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-05-28T00:58:35.548Z[ recovery-image] May 28 00:58:34.820 INFO O| May 28 00:58:34.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72042026-05-28T00:58:35.551Z[ recovery-image] May 28 00:58:34.821 INFO O| May 28 00:58:34.821 INFO STEP 776 (remove_files) COMPLETE
72052026-05-28T00:58:35.551Z[ recovery-image] May 28 00:58:34.821 INFO O| May 28 00:58:34.821 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-05-28T00:58:35.556Z[ recovery-image] May 28 00:58:34.828 INFO O| May 28 00:58:34.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72072026-05-28T00:58:35.556Z[ recovery-image] May 28 00:58:34.829 INFO O| May 28 00:58:34.829 INFO STEP 777 (remove_files) COMPLETE
72082026-05-28T00:58:35.561Z[ recovery-image] May 28 00:58:34.829 INFO O| May 28 00:58:34.829 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-05-28T00:58:35.564Z[ recovery-image] May 28 00:58:34.836 INFO O| May 28 00:58:34.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72102026-05-28T00:58:35.564Z[ recovery-image] May 28 00:58:34.836 INFO O| May 28 00:58:34.836 INFO STEP 778 (remove_files) COMPLETE
72112026-05-28T00:58:35.564Z[ recovery-image] May 28 00:58:34.836 INFO O| May 28 00:58:34.836 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-05-28T00:58:35.570Z[ recovery-image] May 28 00:58:34.843 INFO O| May 28 00:58:34.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72132026-05-28T00:58:35.570Z[ recovery-image] May 28 00:58:34.843 INFO O| May 28 00:58:34.843 INFO STEP 779 (remove_files) COMPLETE
72142026-05-28T00:58:35.573Z[ recovery-image] May 28 00:58:34.843 INFO O| May 28 00:58:34.843 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-05-28T00:58:35.577Z[ recovery-image] May 28 00:58:34.850 INFO O| May 28 00:58:34.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72162026-05-28T00:58:35.577Z[ recovery-image] May 28 00:58:34.850 INFO O| May 28 00:58:34.850 INFO STEP 780 (remove_files) COMPLETE
72172026-05-28T00:58:35.580Z[ recovery-image] May 28 00:58:34.850 INFO O| May 28 00:58:34.850 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-05-28T00:58:35.585Z[ recovery-image] May 28 00:58:34.857 INFO O| May 28 00:58:34.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72192026-05-28T00:58:35.586Z[ recovery-image] May 28 00:58:34.857 INFO O| May 28 00:58:34.857 INFO STEP 781 (remove_files) COMPLETE
72202026-05-28T00:58:35.590Z[ recovery-image] May 28 00:58:34.857 INFO O| May 28 00:58:34.857 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-05-28T00:58:35.596Z[ recovery-image] May 28 00:58:34.868 INFO O| May 28 00:58:34.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72222026-05-28T00:58:35.596Z[ recovery-image] May 28 00:58:34.868 INFO O| May 28 00:58:34.868 INFO STEP 782 (remove_files) COMPLETE
72232026-05-28T00:58:35.596Z[ recovery-image] May 28 00:58:34.868 INFO O| May 28 00:58:34.868 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-05-28T00:58:35.606Z[ recovery-image] May 28 00:58:34.878 INFO O| May 28 00:58:34.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72252026-05-28T00:58:35.606Z[ recovery-image] May 28 00:58:34.878 INFO O| May 28 00:58:34.878 INFO STEP 783 (remove_files) COMPLETE
72262026-05-28T00:58:35.606Z[ recovery-image] May 28 00:58:34.878 INFO O| May 28 00:58:34.878 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-05-28T00:58:35.615Z[ recovery-image] May 28 00:58:34.887 INFO O| May 28 00:58:34.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72282026-05-28T00:58:35.615Z[ recovery-image] May 28 00:58:34.887 INFO O| May 28 00:58:34.887 INFO STEP 784 (remove_files) COMPLETE
72292026-05-28T00:58:35.615Z[ recovery-image] May 28 00:58:34.887 INFO O| May 28 00:58:34.887 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-05-28T00:58:35.624Z[ recovery-image] May 28 00:58:34.896 INFO O| May 28 00:58:34.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72312026-05-28T00:58:35.624Z[ recovery-image] May 28 00:58:34.896 INFO O| May 28 00:58:34.896 INFO STEP 785 (remove_files) COMPLETE
72322026-05-28T00:58:35.624Z[ recovery-image] May 28 00:58:34.896 INFO O| May 28 00:58:34.896 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-05-28T00:58:35.632Z[ recovery-image] May 28 00:58:34.904 INFO O| May 28 00:58:34.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72342026-05-28T00:58:35.632Z[ recovery-image] May 28 00:58:34.904 INFO O| May 28 00:58:34.904 INFO STEP 786 (remove_files) COMPLETE
72352026-05-28T00:58:35.632Z[ recovery-image] May 28 00:58:34.904 INFO O| May 28 00:58:34.904 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-05-28T00:58:35.640Z[ recovery-image] May 28 00:58:34.912 INFO O| May 28 00:58:34.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72372026-05-28T00:58:35.641Z[ recovery-image] May 28 00:58:34.912 INFO O| May 28 00:58:34.912 INFO STEP 787 (remove_files) COMPLETE
72382026-05-28T00:58:35.641Z[ recovery-image] May 28 00:58:34.912 INFO O| May 28 00:58:34.912 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-05-28T00:58:35.650Z[ recovery-image] May 28 00:58:34.922 INFO O| May 28 00:58:34.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72402026-05-28T00:58:35.650Z[ recovery-image] May 28 00:58:34.922 INFO O| May 28 00:58:34.922 INFO STEP 788 (remove_files) COMPLETE
72412026-05-28T00:58:35.653Z[ recovery-image] May 28 00:58:34.922 INFO O| May 28 00:58:34.922 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-05-28T00:58:35.662Z[ recovery-image] May 28 00:58:34.930 INFO O| May 28 00:58:34.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72432026-05-28T00:58:35.662Z[ recovery-image] May 28 00:58:34.930 INFO O| May 28 00:58:34.930 INFO STEP 789 (remove_files) COMPLETE
72442026-05-28T00:58:35.662Z[ recovery-image] May 28 00:58:34.930 INFO O| May 28 00:58:34.930 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-05-28T00:58:35.668Z[ recovery-image] May 28 00:58:34.940 INFO O| May 28 00:58:34.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72462026-05-28T00:58:35.668Z[ recovery-image] May 28 00:58:34.940 INFO O| May 28 00:58:34.940 INFO STEP 790 (remove_files) COMPLETE
72472026-05-28T00:58:35.671Z[ recovery-image] May 28 00:58:34.940 INFO O| May 28 00:58:34.940 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-05-28T00:58:35.678Z[ recovery-image] May 28 00:58:34.950 INFO O| May 28 00:58:34.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72492026-05-28T00:58:35.681Z[ recovery-image] May 28 00:58:34.951 INFO O| May 28 00:58:34.951 INFO STEP 791 (remove_files) COMPLETE
72502026-05-28T00:58:35.681Z[ recovery-image] May 28 00:58:34.951 INFO O| May 28 00:58:34.951 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-05-28T00:58:35.688Z[ recovery-image] May 28 00:58:34.959 INFO O| May 28 00:58:34.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72522026-05-28T00:58:35.689Z[ recovery-image] May 28 00:58:34.959 INFO O| May 28 00:58:34.959 INFO STEP 792 (remove_files) COMPLETE
72532026-05-28T00:58:35.689Z[ recovery-image] May 28 00:58:34.959 INFO O| May 28 00:58:34.959 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-05-28T00:58:35.696Z[ recovery-image] May 28 00:58:34.968 INFO O| May 28 00:58:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72552026-05-28T00:58:35.696Z[ recovery-image] May 28 00:58:34.968 INFO O| May 28 00:58:34.968 INFO STEP 793 (remove_files) COMPLETE
72562026-05-28T00:58:35.699Z[ recovery-image] May 28 00:58:34.968 INFO O| May 28 00:58:34.968 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-05-28T00:58:35.703Z[ recovery-image] May 28 00:58:34.976 INFO O| May 28 00:58:34.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72582026-05-28T00:58:35.703Z[ recovery-image] May 28 00:58:34.976 INFO O| May 28 00:58:34.976 INFO STEP 794 (remove_files) COMPLETE
72592026-05-28T00:58:35.706Z[ recovery-image] May 28 00:58:34.976 INFO O| May 28 00:58:34.976 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-05-28T00:58:35.712Z[ recovery-image] May 28 00:58:34.984 INFO O| May 28 00:58:34.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72612026-05-28T00:58:35.712Z[ recovery-image] May 28 00:58:34.984 INFO O| May 28 00:58:34.984 INFO STEP 795 (remove_files) COMPLETE
72622026-05-28T00:58:35.712Z[ recovery-image] May 28 00:58:34.984 INFO O| May 28 00:58:34.984 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-05-28T00:58:35.719Z[ recovery-image] May 28 00:58:34.991 INFO O| May 28 00:58:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72642026-05-28T00:58:35.722Z[ recovery-image] May 28 00:58:34.992 INFO O| May 28 00:58:34.992 INFO STEP 796 (remove_files) COMPLETE
72652026-05-28T00:58:35.722Z[ recovery-image] May 28 00:58:34.992 INFO O| May 28 00:58:34.992 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-05-28T00:58:35.727Z[ recovery-image] May 28 00:58:34.999 INFO O| May 28 00:58:34.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72672026-05-28T00:58:35.728Z[ recovery-image] May 28 00:58:34.999 INFO O| May 28 00:58:34.999 INFO STEP 797 (remove_files) COMPLETE
72682026-05-28T00:58:35.728Z[ recovery-image] May 28 00:58:34.999 INFO O| May 28 00:58:34.999 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-05-28T00:58:35.737Z[ recovery-image] May 28 00:58:35.009 INFO O| May 28 00:58:35.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72702026-05-28T00:58:35.737Z[ recovery-image] May 28 00:58:35.009 INFO O| May 28 00:58:35.009 INFO STEP 798 (remove_files) COMPLETE
72712026-05-28T00:58:35.740Z[ recovery-image] May 28 00:58:35.009 INFO O| May 28 00:58:35.009 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-05-28T00:58:35.746Z[ recovery-image] May 28 00:58:35.017 INFO O| May 28 00:58:35.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72732026-05-28T00:58:35.746Z[ recovery-image] May 28 00:58:35.017 INFO O| May 28 00:58:35.017 INFO STEP 799 (remove_files) COMPLETE
72742026-05-28T00:58:35.746Z[ recovery-image] May 28 00:58:35.017 INFO O| May 28 00:58:35.017 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-05-28T00:58:35.753Z[ recovery-image] May 28 00:58:35.025 INFO O| May 28 00:58:35.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72762026-05-28T00:58:35.753Z[ recovery-image] May 28 00:58:35.025 INFO O| May 28 00:58:35.025 INFO STEP 800 (remove_files) COMPLETE
72772026-05-28T00:58:35.753Z[ recovery-image] May 28 00:58:35.025 INFO O| May 28 00:58:35.025 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-05-28T00:58:35.761Z[ recovery-image] May 28 00:58:35.033 INFO O| May 28 00:58:35.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72792026-05-28T00:58:35.761Z[ recovery-image] May 28 00:58:35.034 INFO O| May 28 00:58:35.033 INFO STEP 801 (remove_files) COMPLETE
72802026-05-28T00:58:35.761Z[ recovery-image] May 28 00:58:35.034 INFO O| May 28 00:58:35.034 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-05-28T00:58:35.769Z[ recovery-image] May 28 00:58:35.041 INFO O| May 28 00:58:35.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72822026-05-28T00:58:35.769Z[ recovery-image] May 28 00:58:35.041 INFO O| May 28 00:58:35.041 INFO STEP 802 (remove_files) COMPLETE
72832026-05-28T00:58:35.772Z[ recovery-image] May 28 00:58:35.041 INFO O| May 28 00:58:35.041 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-05-28T00:58:35.783Z[ recovery-image] May 28 00:58:35.055 INFO O| May 28 00:58:35.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72852026-05-28T00:58:35.783Z[ recovery-image] May 28 00:58:35.055 INFO O| May 28 00:58:35.055 INFO STEP 803 (remove_files) COMPLETE
72862026-05-28T00:58:35.783Z[ recovery-image] May 28 00:58:35.055 INFO O| May 28 00:58:35.055 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-05-28T00:58:35.792Z[ recovery-image] May 28 00:58:35.064 INFO O| May 28 00:58:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72882026-05-28T00:58:35.792Z[ recovery-image] May 28 00:58:35.064 INFO O| May 28 00:58:35.064 INFO STEP 804 (remove_files) COMPLETE
72892026-05-28T00:58:35.792Z[ recovery-image] May 28 00:58:35.064 INFO O| May 28 00:58:35.064 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-05-28T00:58:35.801Z[ recovery-image] May 28 00:58:35.073 INFO O| May 28 00:58:35.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72912026-05-28T00:58:35.801Z[ recovery-image] May 28 00:58:35.073 INFO O| May 28 00:58:35.073 INFO STEP 805 (remove_files) COMPLETE
72922026-05-28T00:58:35.804Z[ recovery-image] May 28 00:58:35.073 INFO O| May 28 00:58:35.073 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-05-28T00:58:35.810Z[ recovery-image] May 28 00:58:35.082 INFO O| May 28 00:58:35.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72942026-05-28T00:58:35.810Z[ recovery-image] May 28 00:58:35.082 INFO O| May 28 00:58:35.082 INFO STEP 806 (remove_files) COMPLETE
72952026-05-28T00:58:35.813Z[ recovery-image] May 28 00:58:35.082 INFO O| May 28 00:58:35.082 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-05-28T00:58:35.818Z[ recovery-image] May 28 00:58:35.091 INFO O| May 28 00:58:35.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72972026-05-28T00:58:35.818Z[ recovery-image] May 28 00:58:35.091 INFO O| May 28 00:58:35.091 INFO STEP 807 (remove_files) COMPLETE
72982026-05-28T00:58:35.821Z[ recovery-image] May 28 00:58:35.091 INFO O| May 28 00:58:35.091 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-05-28T00:58:35.828Z[ recovery-image] May 28 00:58:35.100 INFO O| May 28 00:58:35.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73002026-05-28T00:58:35.828Z[ recovery-image] May 28 00:58:35.100 INFO O| May 28 00:58:35.100 INFO STEP 808 (remove_files) COMPLETE
73012026-05-28T00:58:35.828Z[ recovery-image] May 28 00:58:35.100 INFO O| May 28 00:58:35.100 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-05-28T00:58:35.835Z[ recovery-image] May 28 00:58:35.107 INFO O| May 28 00:58:35.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73032026-05-28T00:58:35.835Z[ recovery-image] May 28 00:58:35.107 INFO O| May 28 00:58:35.107 INFO STEP 809 (remove_files) COMPLETE
73042026-05-28T00:58:35.835Z[ recovery-image] May 28 00:58:35.107 INFO O| May 28 00:58:35.107 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-05-28T00:58:35.845Z[ recovery-image] May 28 00:58:35.117 INFO O| May 28 00:58:35.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73062026-05-28T00:58:35.845Z[ recovery-image] May 28 00:58:35.117 INFO O| May 28 00:58:35.117 INFO STEP 810 (remove_files) COMPLETE
73072026-05-28T00:58:35.848Z[ recovery-image] May 28 00:58:35.117 INFO O| May 28 00:58:35.117 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-05-28T00:58:35.855Z[ recovery-image] May 28 00:58:35.127 INFO O| May 28 00:58:35.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73092026-05-28T00:58:35.855Z[ recovery-image] May 28 00:58:35.128 INFO O| May 28 00:58:35.128 INFO STEP 811 (remove_files) COMPLETE
73102026-05-28T00:58:35.859Z[ recovery-image] May 28 00:58:35.128 INFO O| May 28 00:58:35.128 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-05-28T00:58:35.865Z[ recovery-image] May 28 00:58:35.137 INFO O| May 28 00:58:35.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73122026-05-28T00:58:35.866Z[ recovery-image] May 28 00:58:35.137 INFO O| May 28 00:58:35.137 INFO STEP 812 (remove_files) COMPLETE
73132026-05-28T00:58:35.866Z[ recovery-image] May 28 00:58:35.137 INFO O| May 28 00:58:35.137 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-05-28T00:58:35.874Z[ recovery-image] May 28 00:58:35.146 INFO O| May 28 00:58:35.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73152026-05-28T00:58:35.874Z[ recovery-image] May 28 00:58:35.146 INFO O| May 28 00:58:35.146 INFO STEP 813 (remove_files) COMPLETE
73162026-05-28T00:58:35.874Z[ recovery-image] May 28 00:58:35.146 INFO O| May 28 00:58:35.146 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-05-28T00:58:35.882Z[ recovery-image] May 28 00:58:35.154 INFO O| May 28 00:58:35.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73182026-05-28T00:58:35.882Z[ recovery-image] May 28 00:58:35.154 INFO O| May 28 00:58:35.154 INFO STEP 814 (remove_files) COMPLETE
73192026-05-28T00:58:35.882Z[ recovery-image] May 28 00:58:35.154 INFO O| May 28 00:58:35.154 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-05-28T00:58:35.891Z[ recovery-image] May 28 00:58:35.161 INFO O| May 28 00:58:35.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73212026-05-28T00:58:35.891Z[ recovery-image] May 28 00:58:35.161 INFO O| May 28 00:58:35.161 INFO STEP 815 (remove_files) COMPLETE
73222026-05-28T00:58:35.891Z[ recovery-image] May 28 00:58:35.161 INFO O| May 28 00:58:35.161 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-05-28T00:58:35.897Z[ recovery-image] May 28 00:58:35.168 INFO O| May 28 00:58:35.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73242026-05-28T00:58:35.897Z[ recovery-image] May 28 00:58:35.168 INFO O| May 28 00:58:35.168 INFO STEP 816 (remove_files) COMPLETE
73252026-05-28T00:58:35.900Z[ recovery-image] May 28 00:58:35.168 INFO O| May 28 00:58:35.168 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-05-28T00:58:35.904Z[ recovery-image] May 28 00:58:35.176 INFO O| May 28 00:58:35.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73272026-05-28T00:58:35.904Z[ recovery-image] May 28 00:58:35.176 INFO O| May 28 00:58:35.176 INFO STEP 817 (remove_files) COMPLETE
73282026-05-28T00:58:35.904Z[ recovery-image] May 28 00:58:35.176 INFO O| May 28 00:58:35.176 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-05-28T00:58:35.911Z[ recovery-image] May 28 00:58:35.183 INFO O| May 28 00:58:35.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73302026-05-28T00:58:35.911Z[ recovery-image] May 28 00:58:35.183 INFO O| May 28 00:58:35.183 INFO STEP 818 (remove_files) COMPLETE
73312026-05-28T00:58:35.911Z[ recovery-image] May 28 00:58:35.183 INFO O| May 28 00:58:35.183 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-05-28T00:58:35.918Z[ recovery-image] May 28 00:58:35.190 INFO O| May 28 00:58:35.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73332026-05-28T00:58:35.918Z[ recovery-image] May 28 00:58:35.190 INFO O| May 28 00:58:35.190 INFO STEP 819 (remove_files) COMPLETE
73342026-05-28T00:58:35.918Z[ recovery-image] May 28 00:58:35.190 INFO O| May 28 00:58:35.190 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-05-28T00:58:35.925Z[ recovery-image] May 28 00:58:35.197 INFO O| May 28 00:58:35.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73362026-05-28T00:58:35.925Z[ recovery-image] May 28 00:58:35.197 INFO O| May 28 00:58:35.197 INFO STEP 820 (remove_files) COMPLETE
73372026-05-28T00:58:35.925Z[ recovery-image] May 28 00:58:35.197 INFO O| May 28 00:58:35.197 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-05-28T00:58:35.932Z[ recovery-image] May 28 00:58:35.204 INFO O| May 28 00:58:35.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73392026-05-28T00:58:35.932Z[ recovery-image] May 28 00:58:35.204 INFO O| May 28 00:58:35.204 INFO STEP 821 (remove_files) COMPLETE
73402026-05-28T00:58:35.935Z[ recovery-image] May 28 00:58:35.204 INFO O| May 28 00:58:35.204 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-05-28T00:58:35.939Z[ recovery-image] May 28 00:58:35.211 INFO O| May 28 00:58:35.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73422026-05-28T00:58:35.939Z[ recovery-image] May 28 00:58:35.211 INFO O| May 28 00:58:35.211 INFO STEP 822 (remove_files) COMPLETE
73432026-05-28T00:58:35.942Z[ recovery-image] May 28 00:58:35.211 INFO O| May 28 00:58:35.211 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-05-28T00:58:35.946Z[ recovery-image] May 28 00:58:35.218 INFO O| May 28 00:58:35.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73452026-05-28T00:58:35.946Z[ recovery-image] May 28 00:58:35.218 INFO O| May 28 00:58:35.218 INFO STEP 823 (remove_files) COMPLETE
73462026-05-28T00:58:35.949Z[ recovery-image] May 28 00:58:35.218 INFO O| May 28 00:58:35.218 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-05-28T00:58:35.954Z[ recovery-image] May 28 00:58:35.226 INFO O| May 28 00:58:35.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73482026-05-28T00:58:35.954Z[ recovery-image] May 28 00:58:35.226 INFO O| May 28 00:58:35.226 INFO STEP 824 (remove_files) COMPLETE
73492026-05-28T00:58:35.954Z[ recovery-image] May 28 00:58:35.226 INFO O| May 28 00:58:35.226 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-05-28T00:58:35.961Z[ recovery-image] May 28 00:58:35.233 INFO O| May 28 00:58:35.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73512026-05-28T00:58:35.961Z[ recovery-image] May 28 00:58:35.233 INFO O| May 28 00:58:35.233 INFO STEP 825 (remove_files) COMPLETE
73522026-05-28T00:58:35.964Z[ recovery-image] May 28 00:58:35.233 INFO O| May 28 00:58:35.233 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-05-28T00:58:35.968Z[ recovery-image] May 28 00:58:35.240 INFO O| May 28 00:58:35.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73542026-05-28T00:58:35.968Z[ recovery-image] May 28 00:58:35.240 INFO O| May 28 00:58:35.240 INFO STEP 826 (remove_files) COMPLETE
73552026-05-28T00:58:35.971Z[ recovery-image] May 28 00:58:35.240 INFO O| May 28 00:58:35.240 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-05-28T00:58:35.975Z[ recovery-image] May 28 00:58:35.247 INFO O| May 28 00:58:35.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73572026-05-28T00:58:35.975Z[ recovery-image] May 28 00:58:35.247 INFO O| May 28 00:58:35.247 INFO STEP 827 (remove_files) COMPLETE
73582026-05-28T00:58:35.978Z[ recovery-image] May 28 00:58:35.247 INFO O| May 28 00:58:35.247 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-05-28T00:58:35.983Z[ recovery-image] May 28 00:58:35.255 INFO O| May 28 00:58:35.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73602026-05-28T00:58:35.983Z[ recovery-image] May 28 00:58:35.255 INFO O| May 28 00:58:35.255 INFO STEP 828 (remove_files) COMPLETE
73612026-05-28T00:58:35.983Z[ recovery-image] May 28 00:58:35.255 INFO O| May 28 00:58:35.255 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-05-28T00:58:35.993Z[ recovery-image] May 28 00:58:35.265 INFO O| May 28 00:58:35.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73632026-05-28T00:58:35.993Z[ recovery-image] May 28 00:58:35.265 INFO O| May 28 00:58:35.265 INFO STEP 829 (remove_files) COMPLETE
73642026-05-28T00:58:35.993Z[ recovery-image] May 28 00:58:35.265 INFO O| May 28 00:58:35.265 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-05-28T00:58:36.003Z[ recovery-image] May 28 00:58:35.274 INFO O| May 28 00:58:35.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73662026-05-28T00:58:36.003Z[ recovery-image] May 28 00:58:35.274 INFO O| May 28 00:58:35.274 INFO STEP 830 (remove_files) COMPLETE
73672026-05-28T00:58:36.003Z[ recovery-image] May 28 00:58:35.274 INFO O| May 28 00:58:35.274 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-05-28T00:58:36.010Z[ recovery-image] May 28 00:58:35.282 INFO O| May 28 00:58:35.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73692026-05-28T00:58:36.010Z[ recovery-image] May 28 00:58:35.282 INFO O| May 28 00:58:35.282 INFO STEP 831 (remove_files) COMPLETE
73702026-05-28T00:58:36.010Z[ recovery-image] May 28 00:58:35.282 INFO O| May 28 00:58:35.282 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-05-28T00:58:36.018Z[ recovery-image] May 28 00:58:35.290 INFO O| May 28 00:58:35.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73722026-05-28T00:58:36.018Z[ recovery-image] May 28 00:58:35.290 INFO O| May 28 00:58:35.290 INFO STEP 832 (remove_files) COMPLETE
73732026-05-28T00:58:36.018Z[ recovery-image] May 28 00:58:35.290 INFO O| May 28 00:58:35.290 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-05-28T00:58:36.027Z[ recovery-image] May 28 00:58:35.299 INFO O| May 28 00:58:35.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73752026-05-28T00:58:36.027Z[ recovery-image] May 28 00:58:35.299 INFO O| May 28 00:58:35.299 INFO STEP 833 (remove_files) COMPLETE
73762026-05-28T00:58:36.030Z[ recovery-image] May 28 00:58:35.299 INFO O| May 28 00:58:35.299 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-05-28T00:58:36.040Z[ recovery-image] May 28 00:58:35.308 INFO O| May 28 00:58:35.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73782026-05-28T00:58:36.040Z[ recovery-image] May 28 00:58:35.308 INFO O| May 28 00:58:35.308 INFO STEP 834 (remove_files) COMPLETE
73792026-05-28T00:58:36.040Z[ recovery-image] May 28 00:58:35.308 INFO O| May 28 00:58:35.308 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-05-28T00:58:36.045Z[ recovery-image] May 28 00:58:35.317 INFO O| May 28 00:58:35.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73812026-05-28T00:58:36.045Z[ recovery-image] May 28 00:58:35.317 INFO O| May 28 00:58:35.317 INFO STEP 835 (remove_files) COMPLETE
73822026-05-28T00:58:36.045Z[ recovery-image] May 28 00:58:35.317 INFO O| May 28 00:58:35.317 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-05-28T00:58:36.054Z[ recovery-image] May 28 00:58:35.326 INFO O| May 28 00:58:35.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73842026-05-28T00:58:36.054Z[ recovery-image] May 28 00:58:35.326 INFO O| May 28 00:58:35.326 INFO STEP 836 (remove_files) COMPLETE
73852026-05-28T00:58:36.054Z[ recovery-image] May 28 00:58:35.326 INFO O| May 28 00:58:35.326 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-05-28T00:58:36.063Z[ recovery-image] May 28 00:58:35.335 INFO O| May 28 00:58:35.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73872026-05-28T00:58:36.063Z[ recovery-image] May 28 00:58:35.335 INFO O| May 28 00:58:35.335 INFO STEP 837 (remove_files) COMPLETE
73882026-05-28T00:58:36.066Z[ recovery-image] May 28 00:58:35.335 INFO O| May 28 00:58:35.335 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-05-28T00:58:36.071Z[ recovery-image] May 28 00:58:35.343 INFO O| May 28 00:58:35.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73902026-05-28T00:58:36.071Z[ recovery-image] May 28 00:58:35.343 INFO O| May 28 00:58:35.343 INFO STEP 838 (remove_files) COMPLETE
73912026-05-28T00:58:36.071Z[ recovery-image] May 28 00:58:35.343 INFO O| May 28 00:58:35.343 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-05-28T00:58:36.080Z[ recovery-image] May 28 00:58:35.351 INFO O| May 28 00:58:35.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73932026-05-28T00:58:36.080Z[ recovery-image] May 28 00:58:35.351 INFO O| May 28 00:58:35.351 INFO STEP 839 (remove_files) COMPLETE
73942026-05-28T00:58:36.084Z[ recovery-image] May 28 00:58:35.351 INFO O| May 28 00:58:35.351 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-05-28T00:58:36.088Z[ recovery-image] May 28 00:58:35.358 INFO O| May 28 00:58:35.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73962026-05-28T00:58:36.088Z[ recovery-image] May 28 00:58:35.358 INFO O| May 28 00:58:35.358 INFO STEP 840 (remove_files) COMPLETE
73972026-05-28T00:58:36.089Z[ recovery-image] May 28 00:58:35.358 INFO O| May 28 00:58:35.358 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-05-28T00:58:36.093Z[ recovery-image] May 28 00:58:35.365 INFO O| May 28 00:58:35.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73992026-05-28T00:58:36.093Z[ recovery-image] May 28 00:58:35.365 INFO O| May 28 00:58:35.365 INFO STEP 841 (remove_files) COMPLETE
74002026-05-28T00:58:36.096Z[ recovery-image] May 28 00:58:35.365 INFO O| May 28 00:58:35.365 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-05-28T00:58:36.099Z[ recovery-image] May 28 00:58:35.371 INFO O| May 28 00:58:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74022026-05-28T00:58:36.099Z[ recovery-image] May 28 00:58:35.371 INFO O| May 28 00:58:35.371 INFO STEP 842 (remove_files) COMPLETE
74032026-05-28T00:58:36.102Z[ recovery-image] May 28 00:58:35.371 INFO O| May 28 00:58:35.371 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-05-28T00:58:36.106Z[ recovery-image] May 28 00:58:35.378 INFO O| May 28 00:58:35.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74052026-05-28T00:58:36.106Z[ recovery-image] May 28 00:58:35.378 INFO O| May 28 00:58:35.378 INFO STEP 843 (remove_files) COMPLETE
74062026-05-28T00:58:36.109Z[ recovery-image] May 28 00:58:35.378 INFO O| May 28 00:58:35.378 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-05-28T00:58:36.113Z[ recovery-image] May 28 00:58:35.385 INFO O| May 28 00:58:35.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74082026-05-28T00:58:36.113Z[ recovery-image] May 28 00:58:35.385 INFO O| May 28 00:58:35.385 INFO STEP 844 (remove_files) COMPLETE
74092026-05-28T00:58:36.116Z[ recovery-image] May 28 00:58:35.385 INFO O| May 28 00:58:35.385 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-05-28T00:58:36.121Z[ recovery-image] May 28 00:58:35.393 INFO O| May 28 00:58:35.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74112026-05-28T00:58:36.121Z[ recovery-image] May 28 00:58:35.393 INFO O| May 28 00:58:35.393 INFO STEP 845 (remove_files) COMPLETE
74122026-05-28T00:58:36.123Z[ recovery-image] May 28 00:58:35.393 INFO O| May 28 00:58:35.393 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-05-28T00:58:36.128Z[ recovery-image] May 28 00:58:35.400 INFO O| May 28 00:58:35.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74142026-05-28T00:58:36.128Z[ recovery-image] May 28 00:58:35.400 INFO O| May 28 00:58:35.400 INFO STEP 846 (remove_files) COMPLETE
74152026-05-28T00:58:36.131Z[ recovery-image] May 28 00:58:35.400 INFO O| May 28 00:58:35.400 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-05-28T00:58:36.135Z[ recovery-image] May 28 00:58:35.407 INFO O| May 28 00:58:35.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74172026-05-28T00:58:36.135Z[ recovery-image] May 28 00:58:35.408 INFO O| May 28 00:58:35.407 INFO STEP 847 (remove_files) COMPLETE
74182026-05-28T00:58:36.138Z[ recovery-image] May 28 00:58:35.408 INFO O| May 28 00:58:35.407 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-05-28T00:58:36.143Z[ recovery-image] May 28 00:58:35.415 INFO O| May 28 00:58:35.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74202026-05-28T00:58:36.143Z[ recovery-image] May 28 00:58:35.415 INFO O| May 28 00:58:35.415 INFO STEP 848 (remove_files) COMPLETE
74212026-05-28T00:58:36.143Z[ recovery-image] May 28 00:58:35.415 INFO O| May 28 00:58:35.415 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-05-28T00:58:36.152Z[ recovery-image] May 28 00:58:35.424 INFO O| May 28 00:58:35.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74232026-05-28T00:58:36.152Z[ recovery-image] May 28 00:58:35.424 INFO O| May 28 00:58:35.424 INFO STEP 849 (remove_files) COMPLETE
74242026-05-28T00:58:36.152Z[ recovery-image] May 28 00:58:35.424 INFO O| May 28 00:58:35.424 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-05-28T00:58:36.161Z[ recovery-image] May 28 00:58:35.434 INFO O| May 28 00:58:35.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74262026-05-28T00:58:36.161Z[ recovery-image] May 28 00:58:35.434 INFO O| May 28 00:58:35.434 INFO STEP 850 (remove_files) COMPLETE
74272026-05-28T00:58:36.164Z[ recovery-image] May 28 00:58:35.434 INFO O| May 28 00:58:35.434 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-05-28T00:58:36.169Z[ recovery-image] May 28 00:58:35.442 INFO O| May 28 00:58:35.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74292026-05-28T00:58:36.170Z[ recovery-image] May 28 00:58:35.442 INFO O| May 28 00:58:35.442 INFO STEP 851 (remove_files) COMPLETE
74302026-05-28T00:58:36.170Z[ recovery-image] May 28 00:58:35.442 INFO O| May 28 00:58:35.442 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-05-28T00:58:36.177Z[ recovery-image] May 28 00:58:35.449 INFO O| May 28 00:58:35.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74322026-05-28T00:58:36.177Z[ recovery-image] May 28 00:58:35.449 INFO O| May 28 00:58:35.449 INFO STEP 852 (remove_files) COMPLETE
74332026-05-28T00:58:36.180Z[ recovery-image] May 28 00:58:35.449 INFO O| May 28 00:58:35.449 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-05-28T00:58:36.186Z[ recovery-image] May 28 00:58:35.458 INFO O| May 28 00:58:35.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74352026-05-28T00:58:36.186Z[ recovery-image] May 28 00:58:35.458 INFO O| May 28 00:58:35.458 INFO STEP 853 (remove_files) COMPLETE
74362026-05-28T00:58:36.186Z[ recovery-image] May 28 00:58:35.458 INFO O| May 28 00:58:35.458 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-05-28T00:58:36.196Z[ recovery-image] May 28 00:58:35.468 INFO O| May 28 00:58:35.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74382026-05-28T00:58:36.196Z[ recovery-image] May 28 00:58:35.468 INFO O| May 28 00:58:35.468 INFO STEP 854 (remove_files) COMPLETE
74392026-05-28T00:58:36.196Z[ recovery-image] May 28 00:58:35.468 INFO O| May 28 00:58:35.468 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-05-28T00:58:36.205Z[ recovery-image] May 28 00:58:35.477 INFO O| May 28 00:58:35.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74412026-05-28T00:58:36.205Z[ recovery-image] May 28 00:58:35.477 INFO O| May 28 00:58:35.477 INFO STEP 855 (remove_files) COMPLETE
74422026-05-28T00:58:36.205Z[ recovery-image] May 28 00:58:35.477 INFO O| May 28 00:58:35.477 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-05-28T00:58:36.213Z[ recovery-image] May 28 00:58:35.485 INFO O| May 28 00:58:35.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74442026-05-28T00:58:36.213Z[ recovery-image] May 28 00:58:35.485 INFO O| May 28 00:58:35.485 INFO STEP 856 (remove_files) COMPLETE
74452026-05-28T00:58:36.213Z[ recovery-image] May 28 00:58:35.485 INFO O| May 28 00:58:35.485 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-05-28T00:58:36.220Z[ recovery-image] May 28 00:58:35.492 INFO O| May 28 00:58:35.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74472026-05-28T00:58:36.220Z[ recovery-image] May 28 00:58:35.493 INFO O| May 28 00:58:35.493 INFO STEP 857 (remove_files) COMPLETE
74482026-05-28T00:58:36.220Z[ recovery-image] May 28 00:58:35.493 INFO O| May 28 00:58:35.493 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-05-28T00:58:36.228Z[ recovery-image] May 28 00:58:35.500 INFO O| May 28 00:58:35.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74502026-05-28T00:58:36.228Z[ recovery-image] May 28 00:58:35.500 INFO O| May 28 00:58:35.500 INFO STEP 858 (remove_files) COMPLETE
74512026-05-28T00:58:36.228Z[ recovery-image] May 28 00:58:35.500 INFO O| May 28 00:58:35.500 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-05-28T00:58:36.236Z[ recovery-image] May 28 00:58:35.508 INFO O| May 28 00:58:35.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74532026-05-28T00:58:36.236Z[ recovery-image] May 28 00:58:35.508 INFO O| May 28 00:58:35.508 INFO STEP 859 (remove_files) COMPLETE
74542026-05-28T00:58:36.239Z[ recovery-image] May 28 00:58:35.508 INFO O| May 28 00:58:35.508 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-05-28T00:58:36.244Z[ recovery-image] May 28 00:58:35.516 INFO O| May 28 00:58:35.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74562026-05-28T00:58:36.244Z[ recovery-image] May 28 00:58:35.516 INFO O| May 28 00:58:35.516 INFO STEP 860 (remove_files) COMPLETE
74572026-05-28T00:58:36.244Z[ recovery-image] May 28 00:58:35.516 INFO O| May 28 00:58:35.516 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-05-28T00:58:36.252Z[ recovery-image] May 28 00:58:35.525 INFO O| May 28 00:58:35.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74592026-05-28T00:58:36.253Z[ recovery-image] May 28 00:58:35.525 INFO O| May 28 00:58:35.525 INFO STEP 861 (remove_files) COMPLETE
74602026-05-28T00:58:36.253Z[ recovery-image] May 28 00:58:35.525 INFO O| May 28 00:58:35.525 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-05-28T00:58:36.261Z[ recovery-image] May 28 00:58:35.533 INFO O| May 28 00:58:35.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74622026-05-28T00:58:36.261Z[ recovery-image] May 28 00:58:35.533 INFO O| May 28 00:58:35.533 INFO STEP 862 (remove_files) COMPLETE
74632026-05-28T00:58:36.264Z[ recovery-image] May 28 00:58:35.533 INFO O| May 28 00:58:35.533 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-05-28T00:58:36.268Z[ recovery-image] May 28 00:58:35.540 INFO O| May 28 00:58:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74652026-05-28T00:58:36.268Z[ recovery-image] May 28 00:58:35.540 INFO O| May 28 00:58:35.540 INFO STEP 863 (remove_files) COMPLETE
74662026-05-28T00:58:36.268Z[ recovery-image] May 28 00:58:35.540 INFO O| May 28 00:58:35.540 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-05-28T00:58:36.276Z[ recovery-image] May 28 00:58:35.548 INFO O| May 28 00:58:35.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74682026-05-28T00:58:36.276Z[ recovery-image] May 28 00:58:35.548 INFO O| May 28 00:58:35.548 INFO STEP 864 (remove_files) COMPLETE
74692026-05-28T00:58:36.279Z[ recovery-image] May 28 00:58:35.548 INFO O| May 28 00:58:35.548 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-05-28T00:58:36.285Z[ recovery-image] May 28 00:58:35.556 INFO O| May 28 00:58:35.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74712026-05-28T00:58:36.285Z[ recovery-image] May 28 00:58:35.556 INFO O| May 28 00:58:35.556 INFO STEP 865 (remove_files) COMPLETE
74722026-05-28T00:58:36.290Z[ recovery-image] May 28 00:58:35.556 INFO O| May 28 00:58:35.556 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-05-28T00:58:36.295Z[ recovery-image] May 28 00:58:35.567 INFO O| May 28 00:58:35.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74742026-05-28T00:58:36.295Z[ recovery-image] May 28 00:58:35.567 INFO O| May 28 00:58:35.567 INFO STEP 866 (remove_files) COMPLETE
74752026-05-28T00:58:36.298Z[ recovery-image] May 28 00:58:35.567 INFO O| May 28 00:58:35.567 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-05-28T00:58:36.303Z[ recovery-image] May 28 00:58:35.576 INFO O| May 28 00:58:35.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74772026-05-28T00:58:36.303Z[ recovery-image] May 28 00:58:35.576 INFO O| May 28 00:58:35.576 INFO STEP 867 (remove_files) COMPLETE
74782026-05-28T00:58:36.304Z[ recovery-image] May 28 00:58:35.576 INFO O| May 28 00:58:35.576 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-05-28T00:58:36.311Z[ recovery-image] May 28 00:58:35.584 INFO O| May 28 00:58:35.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74802026-05-28T00:58:36.312Z[ recovery-image] May 28 00:58:35.584 INFO O| May 28 00:58:35.584 INFO STEP 868 (remove_files) COMPLETE
74812026-05-28T00:58:36.315Z[ recovery-image] May 28 00:58:35.584 INFO O| May 28 00:58:35.584 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-05-28T00:58:36.319Z[ recovery-image] May 28 00:58:35.591 INFO O| May 28 00:58:35.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74832026-05-28T00:58:36.319Z[ recovery-image] May 28 00:58:35.591 INFO O| May 28 00:58:35.591 INFO STEP 869 (remove_files) COMPLETE
74842026-05-28T00:58:36.322Z[ recovery-image] May 28 00:58:35.591 INFO O| May 28 00:58:35.591 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-05-28T00:58:36.326Z[ recovery-image] May 28 00:58:35.598 INFO O| May 28 00:58:35.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74862026-05-28T00:58:36.326Z[ recovery-image] May 28 00:58:35.598 INFO O| May 28 00:58:35.598 INFO STEP 870 (remove_files) COMPLETE
74872026-05-28T00:58:36.329Z[ recovery-image] May 28 00:58:35.598 INFO O| May 28 00:58:35.598 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-05-28T00:58:36.333Z[ recovery-image] May 28 00:58:35.605 INFO O| May 28 00:58:35.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74892026-05-28T00:58:36.333Z[ recovery-image] May 28 00:58:35.605 INFO O| May 28 00:58:35.605 INFO STEP 871 (remove_files) COMPLETE
74902026-05-28T00:58:36.336Z[ recovery-image] May 28 00:58:35.605 INFO O| May 28 00:58:35.605 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-05-28T00:58:36.340Z[ recovery-image] May 28 00:58:35.612 INFO O| May 28 00:58:35.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74922026-05-28T00:58:36.340Z[ recovery-image] May 28 00:58:35.613 INFO O| May 28 00:58:35.613 INFO STEP 872 (remove_files) COMPLETE
74932026-05-28T00:58:36.343Z[ recovery-image] May 28 00:58:35.613 INFO O| May 28 00:58:35.613 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-05-28T00:58:36.347Z[ recovery-image] May 28 00:58:35.620 INFO O| May 28 00:58:35.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74952026-05-28T00:58:36.348Z[ recovery-image] May 28 00:58:35.620 INFO O| May 28 00:58:35.620 INFO STEP 873 (remove_files) COMPLETE
74962026-05-28T00:58:36.348Z[ recovery-image] May 28 00:58:35.620 INFO O| May 28 00:58:35.620 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-05-28T00:58:36.356Z[ recovery-image] May 28 00:58:35.628 INFO O| May 28 00:58:35.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74982026-05-28T00:58:36.356Z[ recovery-image] May 28 00:58:35.628 INFO O| May 28 00:58:35.628 INFO STEP 874 (remove_files) COMPLETE
74992026-05-28T00:58:36.359Z[ recovery-image] May 28 00:58:35.628 INFO O| May 28 00:58:35.628 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-05-28T00:58:36.365Z[ recovery-image] May 28 00:58:35.637 INFO O| May 28 00:58:35.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75012026-05-28T00:58:36.365Z[ recovery-image] May 28 00:58:35.637 INFO O| May 28 00:58:35.637 INFO STEP 875 (remove_files) COMPLETE
75022026-05-28T00:58:36.365Z[ recovery-image] May 28 00:58:35.637 INFO O| May 28 00:58:35.637 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-05-28T00:58:36.374Z[ recovery-image] May 28 00:58:35.646 INFO O| May 28 00:58:35.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75042026-05-28T00:58:36.375Z[ recovery-image] May 28 00:58:35.647 INFO O| May 28 00:58:35.647 INFO STEP 876 (remove_files) COMPLETE
75052026-05-28T00:58:36.375Z[ recovery-image] May 28 00:58:35.647 INFO O| May 28 00:58:35.647 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-05-28T00:58:36.383Z[ recovery-image] May 28 00:58:35.655 INFO O| May 28 00:58:35.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75072026-05-28T00:58:36.383Z[ recovery-image] May 28 00:58:35.655 INFO O| May 28 00:58:35.655 INFO STEP 877 (remove_files) COMPLETE
75082026-05-28T00:58:36.383Z[ recovery-image] May 28 00:58:35.655 INFO O| May 28 00:58:35.655 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-05-28T00:58:36.391Z[ recovery-image] May 28 00:58:35.663 INFO O| May 28 00:58:35.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75102026-05-28T00:58:36.391Z[ recovery-image] May 28 00:58:35.663 INFO O| May 28 00:58:35.663 INFO STEP 878 (remove_files) COMPLETE
75112026-05-28T00:58:36.391Z[ recovery-image] May 28 00:58:35.663 INFO O| May 28 00:58:35.663 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-05-28T00:58:36.399Z[ recovery-image] May 28 00:58:35.671 INFO O| May 28 00:58:35.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75132026-05-28T00:58:36.399Z[ recovery-image] May 28 00:58:35.671 INFO O| May 28 00:58:35.671 INFO STEP 879 (remove_files) COMPLETE
75142026-05-28T00:58:36.402Z[ recovery-image] May 28 00:58:35.671 INFO O| May 28 00:58:35.671 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-05-28T00:58:36.407Z[ recovery-image] May 28 00:58:35.679 INFO O| May 28 00:58:35.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75162026-05-28T00:58:36.407Z[ recovery-image] May 28 00:58:35.679 INFO O| May 28 00:58:35.679 INFO STEP 880 (remove_files) COMPLETE
75172026-05-28T00:58:36.407Z[ recovery-image] May 28 00:58:35.679 INFO O| May 28 00:58:35.679 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-05-28T00:58:36.414Z[ recovery-image] May 28 00:58:35.686 INFO O| May 28 00:58:35.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75192026-05-28T00:58:36.414Z[ recovery-image] May 28 00:58:35.686 INFO O| May 28 00:58:35.686 INFO STEP 881 (remove_files) COMPLETE
75202026-05-28T00:58:36.417Z[ recovery-image] May 28 00:58:35.686 INFO O| May 28 00:58:35.686 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-05-28T00:58:36.421Z[ recovery-image] May 28 00:58:35.693 INFO O| May 28 00:58:35.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75222026-05-28T00:58:36.421Z[ recovery-image] May 28 00:58:35.693 INFO O| May 28 00:58:35.693 INFO STEP 882 (remove_files) COMPLETE
75232026-05-28T00:58:36.421Z[ recovery-image] May 28 00:58:35.693 INFO O| May 28 00:58:35.693 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-05-28T00:58:36.428Z[ recovery-image] May 28 00:58:35.700 INFO O| May 28 00:58:35.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75252026-05-28T00:58:36.428Z[ recovery-image] May 28 00:58:35.700 INFO O| May 28 00:58:35.700 INFO STEP 883 (remove_files) COMPLETE
75262026-05-28T00:58:36.428Z[ recovery-image] May 28 00:58:35.700 INFO O| May 28 00:58:35.700 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-05-28T00:58:36.435Z[ recovery-image] May 28 00:58:35.707 INFO O| May 28 00:58:35.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75282026-05-28T00:58:36.435Z[ recovery-image] May 28 00:58:35.707 INFO O| May 28 00:58:35.707 INFO STEP 884 (remove_files) COMPLETE
75292026-05-28T00:58:36.435Z[ recovery-image] May 28 00:58:35.708 INFO O| May 28 00:58:35.707 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-05-28T00:58:36.443Z[ recovery-image] May 28 00:58:35.715 INFO O| May 28 00:58:35.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75312026-05-28T00:58:36.444Z[ recovery-image] May 28 00:58:35.715 INFO O| May 28 00:58:35.715 INFO STEP 885 (remove_files) COMPLETE
75322026-05-28T00:58:36.444Z[ recovery-image] May 28 00:58:35.715 INFO O| May 28 00:58:35.715 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-05-28T00:58:36.451Z[ recovery-image] May 28 00:58:35.723 INFO O| May 28 00:58:35.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75342026-05-28T00:58:36.451Z[ recovery-image] May 28 00:58:35.724 INFO O| May 28 00:58:35.724 INFO STEP 886 (remove_files) COMPLETE
75352026-05-28T00:58:36.451Z[ recovery-image] May 28 00:58:35.724 INFO O| May 28 00:58:35.724 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-05-28T00:58:36.459Z[ recovery-image] May 28 00:58:35.731 INFO O| May 28 00:58:35.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75372026-05-28T00:58:36.459Z[ recovery-image] May 28 00:58:35.731 INFO O| May 28 00:58:35.731 INFO STEP 887 (remove_files) COMPLETE
75382026-05-28T00:58:36.459Z[ recovery-image] May 28 00:58:35.731 INFO O| May 28 00:58:35.731 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-05-28T00:58:36.467Z[ recovery-image] May 28 00:58:35.739 INFO O| May 28 00:58:35.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75402026-05-28T00:58:36.467Z[ recovery-image] May 28 00:58:35.739 INFO O| May 28 00:58:35.739 INFO STEP 888 (remove_files) COMPLETE
75412026-05-28T00:58:36.467Z[ recovery-image] May 28 00:58:35.739 INFO O| May 28 00:58:35.739 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-05-28T00:58:36.474Z[ recovery-image] May 28 00:58:35.746 INFO O| May 28 00:58:35.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75432026-05-28T00:58:36.474Z[ recovery-image] May 28 00:58:35.746 INFO O| May 28 00:58:35.746 INFO STEP 889 (remove_files) COMPLETE
75442026-05-28T00:58:36.477Z[ recovery-image] May 28 00:58:35.746 INFO O| May 28 00:58:35.746 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-05-28T00:58:36.482Z[ recovery-image] May 28 00:58:35.754 INFO O| May 28 00:58:35.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75462026-05-28T00:58:36.482Z[ recovery-image] May 28 00:58:35.754 INFO O| May 28 00:58:35.754 INFO STEP 890 (remove_files) COMPLETE
75472026-05-28T00:58:36.485Z[ recovery-image] May 28 00:58:35.754 INFO O| May 28 00:58:35.754 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-05-28T00:58:36.491Z[ recovery-image] May 28 00:58:35.762 INFO O| May 28 00:58:35.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75492026-05-28T00:58:36.491Z[ recovery-image] May 28 00:58:35.762 INFO O| May 28 00:58:35.762 INFO STEP 891 (remove_files) COMPLETE
75502026-05-28T00:58:36.495Z[ recovery-image] May 28 00:58:35.762 INFO O| May 28 00:58:35.762 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-05-28T00:58:36.499Z[ recovery-image] May 28 00:58:35.769 INFO O| May 28 00:58:35.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75522026-05-28T00:58:36.499Z[ recovery-image] May 28 00:58:35.769 INFO O| May 28 00:58:35.769 INFO STEP 892 (remove_files) COMPLETE
75532026-05-28T00:58:36.499Z[ recovery-image] May 28 00:58:35.769 INFO O| May 28 00:58:35.769 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-05-28T00:58:36.505Z[ recovery-image] May 28 00:58:35.777 INFO O| May 28 00:58:35.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75552026-05-28T00:58:36.505Z[ recovery-image] May 28 00:58:35.777 INFO O| May 28 00:58:35.777 INFO STEP 893 (remove_files) COMPLETE
75562026-05-28T00:58:36.505Z[ recovery-image] May 28 00:58:35.777 INFO O| May 28 00:58:35.777 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-05-28T00:58:36.512Z[ recovery-image] May 28 00:58:35.784 INFO O| May 28 00:58:35.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75582026-05-28T00:58:36.512Z[ recovery-image] May 28 00:58:35.784 INFO O| May 28 00:58:35.784 INFO STEP 894 (remove_files) COMPLETE
75592026-05-28T00:58:36.512Z[ recovery-image] May 28 00:58:35.784 INFO O| May 28 00:58:35.784 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-05-28T00:58:36.520Z[ recovery-image] May 28 00:58:35.792 INFO O| May 28 00:58:35.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75612026-05-28T00:58:36.520Z[ recovery-image] May 28 00:58:35.792 INFO O| May 28 00:58:35.792 INFO STEP 895 (remove_files) COMPLETE
75622026-05-28T00:58:36.520Z[ recovery-image] May 28 00:58:35.792 INFO O| May 28 00:58:35.792 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-05-28T00:58:36.527Z[ recovery-image] May 28 00:58:35.799 INFO O| May 28 00:58:35.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75642026-05-28T00:58:36.527Z[ recovery-image] May 28 00:58:35.799 INFO O| May 28 00:58:35.799 INFO STEP 896 (remove_files) COMPLETE
75652026-05-28T00:58:36.527Z[ recovery-image] May 28 00:58:35.799 INFO O| May 28 00:58:35.799 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-05-28T00:58:36.534Z[ recovery-image] May 28 00:58:35.807 INFO O| May 28 00:58:35.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75672026-05-28T00:58:36.537Z[ recovery-image] May 28 00:58:35.808 INFO O| May 28 00:58:35.807 INFO STEP 897 (remove_files) COMPLETE
75682026-05-28T00:58:36.537Z[ recovery-image] May 28 00:58:35.808 INFO O| May 28 00:58:35.807 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-05-28T00:58:36.545Z[ recovery-image] May 28 00:58:35.817 INFO O| May 28 00:58:35.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75702026-05-28T00:58:36.545Z[ recovery-image] May 28 00:58:35.817 INFO O| May 28 00:58:35.817 INFO STEP 898 (remove_files) COMPLETE
75712026-05-28T00:58:36.548Z[ recovery-image] May 28 00:58:35.817 INFO O| May 28 00:58:35.817 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.825 INFO O| May 28 00:58:35.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75732026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.825 INFO O| May 28 00:58:35.825 INFO STEP 899 (remove_files) COMPLETE
75742026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.825 INFO O| May 28 00:58:35.825 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.832 INFO O| May 28 00:58:35.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75762026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.832 INFO O| May 28 00:58:35.832 INFO STEP 900 (remove_files) COMPLETE
75772026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.832 INFO O| May 28 00:58:35.832 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.840 INFO O| May 28 00:58:35.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75792026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.840 INFO O| May 28 00:58:35.840 INFO STEP 901 (remove_files) COMPLETE
75802026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.840 INFO O| May 28 00:58:35.840 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.848 INFO O| May 28 00:58:35.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75822026-05-28T00:58:36.585Z[ recovery-image] May 28 00:58:35.848 INFO O| May 28 00:58:35.848 INFO STEP 902 (remove_files) COMPLETE
75832026-05-28T00:58:36.586Z[ recovery-image] May 28 00:58:35.848 INFO O| May 28 00:58:35.848 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-05-28T00:58:36.586Z[ recovery-image] May 28 00:58:35.855 INFO O| May 28 00:58:35.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75852026-05-28T00:58:36.586Z[ recovery-image] May 28 00:58:35.855 INFO O| May 28 00:58:35.855 INFO STEP 903 (remove_files) COMPLETE
75862026-05-28T00:58:36.586Z[ recovery-image] May 28 00:58:35.855 INFO O| May 28 00:58:35.855 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-05-28T00:58:36.591Z[ recovery-image] May 28 00:58:35.863 INFO O| May 28 00:58:35.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75882026-05-28T00:58:36.591Z[ recovery-image] May 28 00:58:35.863 INFO O| May 28 00:58:35.863 INFO STEP 904 (remove_files) COMPLETE
75892026-05-28T00:58:36.591Z[ recovery-image] May 28 00:58:35.863 INFO O| May 28 00:58:35.863 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-05-28T00:58:36.599Z[ recovery-image] May 28 00:58:35.871 INFO O| May 28 00:58:35.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75912026-05-28T00:58:36.599Z[ recovery-image] May 28 00:58:35.871 INFO O| May 28 00:58:35.871 INFO STEP 905 (remove_files) COMPLETE
75922026-05-28T00:58:36.599Z[ recovery-image] May 28 00:58:35.871 INFO O| May 28 00:58:35.871 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-05-28T00:58:36.607Z[ recovery-image] May 28 00:58:35.879 INFO O| May 28 00:58:35.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75942026-05-28T00:58:36.607Z[ recovery-image] May 28 00:58:35.879 INFO O| May 28 00:58:35.879 INFO STEP 906 (remove_files) COMPLETE
75952026-05-28T00:58:36.607Z[ recovery-image] May 28 00:58:35.879 INFO O| May 28 00:58:35.879 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-05-28T00:58:36.615Z[ recovery-image] May 28 00:58:35.887 INFO O| May 28 00:58:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75972026-05-28T00:58:36.615Z[ recovery-image] May 28 00:58:35.887 INFO O| May 28 00:58:35.887 INFO STEP 907 (remove_files) COMPLETE
75982026-05-28T00:58:36.615Z[ recovery-image] May 28 00:58:35.887 INFO O| May 28 00:58:35.887 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-05-28T00:58:36.622Z[ recovery-image] May 28 00:58:35.894 INFO O| May 28 00:58:35.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76002026-05-28T00:58:36.622Z[ recovery-image] May 28 00:58:35.894 INFO O| May 28 00:58:35.894 INFO STEP 908 (remove_files) COMPLETE
76012026-05-28T00:58:36.622Z[ recovery-image] May 28 00:58:35.894 INFO O| May 28 00:58:35.894 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-05-28T00:58:36.630Z[ recovery-image] May 28 00:58:35.902 INFO O| May 28 00:58:35.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76032026-05-28T00:58:36.630Z[ recovery-image] May 28 00:58:35.902 INFO O| May 28 00:58:35.902 INFO STEP 909 (remove_files) COMPLETE
76042026-05-28T00:58:36.630Z[ recovery-image] May 28 00:58:35.902 INFO O| May 28 00:58:35.902 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-05-28T00:58:36.638Z[ recovery-image] May 28 00:58:35.910 INFO O| May 28 00:58:35.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76062026-05-28T00:58:36.638Z[ recovery-image] May 28 00:58:35.910 INFO O| May 28 00:58:35.910 INFO STEP 910 (remove_files) COMPLETE
76072026-05-28T00:58:36.638Z[ recovery-image] May 28 00:58:35.910 INFO O| May 28 00:58:35.910 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-05-28T00:58:36.646Z[ recovery-image] May 28 00:58:35.918 INFO O| May 28 00:58:35.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76092026-05-28T00:58:36.646Z[ recovery-image] May 28 00:58:35.918 INFO O| May 28 00:58:35.918 INFO STEP 911 (remove_files) COMPLETE
76102026-05-28T00:58:36.649Z[ recovery-image] May 28 00:58:35.918 INFO O| May 28 00:58:35.918 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-05-28T00:58:36.655Z[ recovery-image] May 28 00:58:35.926 INFO O| May 28 00:58:35.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76122026-05-28T00:58:36.655Z[ recovery-image] May 28 00:58:35.927 INFO O| May 28 00:58:35.927 INFO STEP 912 (remove_files) COMPLETE
76132026-05-28T00:58:36.655Z[ recovery-image] May 28 00:58:35.927 INFO O| May 28 00:58:35.927 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-05-28T00:58:36.662Z[ recovery-image] May 28 00:58:35.934 INFO O| May 28 00:58:35.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76152026-05-28T00:58:36.662Z[ recovery-image] May 28 00:58:35.934 INFO O| May 28 00:58:35.934 INFO STEP 913 (remove_files) COMPLETE
76162026-05-28T00:58:36.665Z[ recovery-image] May 28 00:58:35.934 INFO O| May 28 00:58:35.934 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-05-28T00:58:36.671Z[ recovery-image] May 28 00:58:35.942 INFO O| May 28 00:58:35.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76182026-05-28T00:58:36.671Z[ recovery-image] May 28 00:58:35.942 INFO O| May 28 00:58:35.942 INFO STEP 914 (remove_files) COMPLETE
76192026-05-28T00:58:36.671Z[ recovery-image] May 28 00:58:35.942 INFO O| May 28 00:58:35.942 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-05-28T00:58:36.677Z[ recovery-image] May 28 00:58:35.949 INFO O| May 28 00:58:35.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76212026-05-28T00:58:36.677Z[ recovery-image] May 28 00:58:35.949 INFO O| May 28 00:58:35.949 INFO STEP 915 (remove_files) COMPLETE
76222026-05-28T00:58:36.677Z[ recovery-image] May 28 00:58:35.949 INFO O| May 28 00:58:35.949 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-05-28T00:58:36.684Z[ recovery-image] May 28 00:58:35.956 INFO O| May 28 00:58:35.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76242026-05-28T00:58:36.684Z[ recovery-image] May 28 00:58:35.956 INFO O| May 28 00:58:35.956 INFO STEP 916 (remove_files) COMPLETE
76252026-05-28T00:58:36.684Z[ recovery-image] May 28 00:58:35.956 INFO O| May 28 00:58:35.956 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-05-28T00:58:36.690Z[ recovery-image] May 28 00:58:35.962 INFO O| May 28 00:58:35.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76272026-05-28T00:58:36.690Z[ recovery-image] May 28 00:58:35.962 INFO O| May 28 00:58:35.962 INFO STEP 917 (remove_files) COMPLETE
76282026-05-28T00:58:36.693Z[ recovery-image] May 28 00:58:35.962 INFO O| May 28 00:58:35.962 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-05-28T00:58:36.697Z[ recovery-image] May 28 00:58:35.969 INFO O| May 28 00:58:35.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76302026-05-28T00:58:36.697Z[ recovery-image] May 28 00:58:35.970 INFO O| May 28 00:58:35.970 INFO STEP 918 (remove_files) COMPLETE
76312026-05-28T00:58:36.700Z[ recovery-image] May 28 00:58:35.970 INFO O| May 28 00:58:35.970 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-05-28T00:58:36.704Z[ recovery-image] May 28 00:58:35.976 INFO O| May 28 00:58:35.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76332026-05-28T00:58:36.704Z[ recovery-image] May 28 00:58:35.976 INFO O| May 28 00:58:35.976 INFO STEP 919 (remove_files) COMPLETE
76342026-05-28T00:58:36.704Z[ recovery-image] May 28 00:58:35.976 INFO O| May 28 00:58:35.976 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-05-28T00:58:36.711Z[ recovery-image] May 28 00:58:35.983 INFO O| May 28 00:58:35.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76362026-05-28T00:58:36.711Z[ recovery-image] May 28 00:58:35.983 INFO O| May 28 00:58:35.983 INFO STEP 920 (remove_files) COMPLETE
76372026-05-28T00:58:36.711Z[ recovery-image] May 28 00:58:35.983 INFO O| May 28 00:58:35.983 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-05-28T00:58:36.718Z[ recovery-image] May 28 00:58:35.990 INFO O| May 28 00:58:35.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76392026-05-28T00:58:36.718Z[ recovery-image] May 28 00:58:35.990 INFO O| May 28 00:58:35.990 INFO STEP 921 (remove_files) COMPLETE
76402026-05-28T00:58:36.718Z[ recovery-image] May 28 00:58:35.990 INFO O| May 28 00:58:35.990 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-05-28T00:58:36.725Z[ recovery-image] May 28 00:58:35.997 INFO O| May 28 00:58:35.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76422026-05-28T00:58:36.725Z[ recovery-image] May 28 00:58:35.997 INFO O| May 28 00:58:35.997 INFO STEP 922 (remove_files) COMPLETE
76432026-05-28T00:58:36.728Z[ recovery-image] May 28 00:58:35.997 INFO O| May 28 00:58:35.997 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-05-28T00:58:36.732Z[ recovery-image] May 28 00:58:36.005 INFO O| May 28 00:58:36.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76452026-05-28T00:58:36.732Z[ recovery-image] May 28 00:58:36.005 INFO O| May 28 00:58:36.005 INFO STEP 923 (remove_files) COMPLETE
76462026-05-28T00:58:36.735Z[ recovery-image] May 28 00:58:36.005 INFO O| May 28 00:58:36.005 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-05-28T00:58:36.740Z[ recovery-image] May 28 00:58:36.012 INFO O| May 28 00:58:36.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76482026-05-28T00:58:36.740Z[ recovery-image] May 28 00:58:36.012 INFO O| May 28 00:58:36.012 INFO STEP 924 (remove_files) COMPLETE
76492026-05-28T00:58:36.745Z[ recovery-image] May 28 00:58:36.012 INFO O| May 28 00:58:36.012 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-05-28T00:58:36.750Z[ recovery-image] May 28 00:58:36.019 INFO O| May 28 00:58:36.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76512026-05-28T00:58:36.750Z[ recovery-image] May 28 00:58:36.019 INFO O| May 28 00:58:36.019 INFO STEP 925 (remove_files) COMPLETE
76522026-05-28T00:58:36.750Z[ recovery-image] May 28 00:58:36.019 INFO O| May 28 00:58:36.019 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-05-28T00:58:36.754Z[ recovery-image] May 28 00:58:36.026 INFO O| May 28 00:58:36.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76542026-05-28T00:58:36.754Z[ recovery-image] May 28 00:58:36.026 INFO O| May 28 00:58:36.026 INFO STEP 926 (remove_files) COMPLETE
76552026-05-28T00:58:36.754Z[ recovery-image] May 28 00:58:36.026 INFO O| May 28 00:58:36.026 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-05-28T00:58:36.761Z[ recovery-image] May 28 00:58:36.032 INFO O| May 28 00:58:36.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76572026-05-28T00:58:36.761Z[ recovery-image] May 28 00:58:36.033 INFO O| May 28 00:58:36.033 INFO STEP 927 (remove_files) COMPLETE
76582026-05-28T00:58:36.761Z[ recovery-image] May 28 00:58:36.033 INFO O| May 28 00:58:36.033 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-05-28T00:58:36.768Z[ recovery-image] May 28 00:58:36.039 INFO O| May 28 00:58:36.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76602026-05-28T00:58:36.772Z[ recovery-image] May 28 00:58:36.040 INFO O| May 28 00:58:36.039 INFO STEP 928 (remove_files) COMPLETE
76612026-05-28T00:58:36.772Z[ recovery-image] May 28 00:58:36.040 INFO O| May 28 00:58:36.039 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-05-28T00:58:36.780Z[ recovery-image] May 28 00:58:36.052 INFO O| May 28 00:58:36.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76632026-05-28T00:58:36.780Z[ recovery-image] May 28 00:58:36.052 INFO O| May 28 00:58:36.052 INFO STEP 929 (remove_files) COMPLETE
76642026-05-28T00:58:36.783Z[ recovery-image] May 28 00:58:36.052 INFO O| May 28 00:58:36.052 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-05-28T00:58:36.788Z[ recovery-image] May 28 00:58:36.060 INFO O| May 28 00:58:36.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76662026-05-28T00:58:36.788Z[ recovery-image] May 28 00:58:36.060 INFO O| May 28 00:58:36.060 INFO STEP 930 (remove_files) COMPLETE
76672026-05-28T00:58:36.788Z[ recovery-image] May 28 00:58:36.060 INFO O| May 28 00:58:36.060 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-05-28T00:58:36.796Z[ recovery-image] May 28 00:58:36.068 INFO O| May 28 00:58:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76692026-05-28T00:58:36.796Z[ recovery-image] May 28 00:58:36.068 INFO O| May 28 00:58:36.068 INFO STEP 931 (remove_files) COMPLETE
76702026-05-28T00:58:36.796Z[ recovery-image] May 28 00:58:36.068 INFO O| May 28 00:58:36.068 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-05-28T00:58:36.803Z[ recovery-image] May 28 00:58:36.075 INFO O| May 28 00:58:36.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76722026-05-28T00:58:36.803Z[ recovery-image] May 28 00:58:36.075 INFO O| May 28 00:58:36.075 INFO STEP 932 (remove_files) COMPLETE
76732026-05-28T00:58:36.803Z[ recovery-image] May 28 00:58:36.075 INFO O| May 28 00:58:36.075 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-05-28T00:58:36.810Z[ recovery-image] May 28 00:58:36.082 INFO O| May 28 00:58:36.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76752026-05-28T00:58:36.813Z[ recovery-image] May 28 00:58:36.083 INFO O| May 28 00:58:36.083 INFO STEP 933 (remove_files) COMPLETE
76762026-05-28T00:58:36.813Z[ recovery-image] May 28 00:58:36.083 INFO O| May 28 00:58:36.083 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-05-28T00:58:36.818Z[ recovery-image] May 28 00:58:36.090 INFO O| May 28 00:58:36.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76782026-05-28T00:58:36.818Z[ recovery-image] May 28 00:58:36.090 INFO O| May 28 00:58:36.090 INFO STEP 934 (remove_files) COMPLETE
76792026-05-28T00:58:36.818Z[ recovery-image] May 28 00:58:36.090 INFO O| May 28 00:58:36.090 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-05-28T00:58:36.825Z[ recovery-image] May 28 00:58:36.097 INFO O| May 28 00:58:36.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76812026-05-28T00:58:36.825Z[ recovery-image] May 28 00:58:36.097 INFO O| May 28 00:58:36.097 INFO STEP 935 (remove_files) COMPLETE
76822026-05-28T00:58:36.825Z[ recovery-image] May 28 00:58:36.097 INFO O| May 28 00:58:36.097 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-05-28T00:58:36.833Z[ recovery-image] May 28 00:58:36.105 INFO O| May 28 00:58:36.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76842026-05-28T00:58:36.836Z[ recovery-image] May 28 00:58:36.105 INFO O| May 28 00:58:36.105 INFO STEP 936 (remove_files) COMPLETE
76852026-05-28T00:58:36.836Z[ recovery-image] May 28 00:58:36.105 INFO O| May 28 00:58:36.105 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-05-28T00:58:36.841Z[ recovery-image] May 28 00:58:36.113 INFO O| May 28 00:58:36.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76872026-05-28T00:58:36.841Z[ recovery-image] May 28 00:58:36.113 INFO O| May 28 00:58:36.113 INFO STEP 937 (remove_files) COMPLETE
76882026-05-28T00:58:36.841Z[ recovery-image] May 28 00:58:36.113 INFO O| May 28 00:58:36.113 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-05-28T00:58:36.849Z[ recovery-image] May 28 00:58:36.121 INFO O| May 28 00:58:36.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76902026-05-28T00:58:36.849Z[ recovery-image] May 28 00:58:36.121 INFO O| May 28 00:58:36.121 INFO STEP 938 (remove_files) COMPLETE
76912026-05-28T00:58:36.849Z[ recovery-image] May 28 00:58:36.121 INFO O| May 28 00:58:36.121 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-05-28T00:58:36.856Z[ recovery-image] May 28 00:58:36.128 INFO O| May 28 00:58:36.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76932026-05-28T00:58:36.856Z[ recovery-image] May 28 00:58:36.129 INFO O| May 28 00:58:36.129 INFO STEP 939 (remove_files) COMPLETE
76942026-05-28T00:58:36.856Z[ recovery-image] May 28 00:58:36.129 INFO O| May 28 00:58:36.129 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-05-28T00:58:36.866Z[ recovery-image] May 28 00:58:36.136 INFO O| May 28 00:58:36.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76962026-05-28T00:58:36.866Z[ recovery-image] May 28 00:58:36.136 INFO O| May 28 00:58:36.136 INFO STEP 940 (remove_files) COMPLETE
76972026-05-28T00:58:36.866Z[ recovery-image] May 28 00:58:36.136 INFO O| May 28 00:58:36.136 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-05-28T00:58:36.872Z[ recovery-image] May 28 00:58:36.144 INFO O| May 28 00:58:36.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76992026-05-28T00:58:36.872Z[ recovery-image] May 28 00:58:36.144 INFO O| May 28 00:58:36.144 INFO STEP 941 (remove_files) COMPLETE
77002026-05-28T00:58:36.872Z[ recovery-image] May 28 00:58:36.144 INFO O| May 28 00:58:36.144 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-05-28T00:58:36.880Z[ recovery-image] May 28 00:58:36.152 INFO O| May 28 00:58:36.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77022026-05-28T00:58:36.880Z[ recovery-image] May 28 00:58:36.152 INFO O| May 28 00:58:36.152 INFO STEP 942 (remove_files) COMPLETE
77032026-05-28T00:58:36.880Z[ recovery-image] May 28 00:58:36.152 INFO O| May 28 00:58:36.152 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-05-28T00:58:36.887Z[ recovery-image] May 28 00:58:36.159 INFO O| May 28 00:58:36.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77052026-05-28T00:58:36.887Z[ recovery-image] May 28 00:58:36.159 INFO O| May 28 00:58:36.159 INFO STEP 943 (remove_files) COMPLETE
77062026-05-28T00:58:36.893Z[ recovery-image] May 28 00:58:36.159 INFO O| May 28 00:58:36.159 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-05-28T00:58:36.897Z[ recovery-image] May 28 00:58:36.167 INFO O| May 28 00:58:36.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77082026-05-28T00:58:36.897Z[ recovery-image] May 28 00:58:36.167 INFO O| May 28 00:58:36.167 INFO STEP 944 (remove_files) COMPLETE
77092026-05-28T00:58:36.897Z[ recovery-image] May 28 00:58:36.167 INFO O| May 28 00:58:36.167 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-05-28T00:58:36.903Z[ recovery-image] May 28 00:58:36.175 INFO O| May 28 00:58:36.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77112026-05-28T00:58:36.903Z[ recovery-image] May 28 00:58:36.175 INFO O| May 28 00:58:36.175 INFO STEP 945 (remove_files) COMPLETE
77122026-05-28T00:58:36.903Z[ recovery-image] May 28 00:58:36.175 INFO O| May 28 00:58:36.175 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-05-28T00:58:36.910Z[ recovery-image] May 28 00:58:36.182 INFO O| May 28 00:58:36.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77142026-05-28T00:58:36.910Z[ recovery-image] May 28 00:58:36.182 INFO O| May 28 00:58:36.182 INFO STEP 946 (remove_files) COMPLETE
77152026-05-28T00:58:36.910Z[ recovery-image] May 28 00:58:36.182 INFO O| May 28 00:58:36.182 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-05-28T00:58:36.919Z[ recovery-image] May 28 00:58:36.190 INFO O| May 28 00:58:36.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77172026-05-28T00:58:36.919Z[ recovery-image] May 28 00:58:36.190 INFO O| May 28 00:58:36.190 INFO STEP 947 (remove_files) COMPLETE
77182026-05-28T00:58:36.919Z[ recovery-image] May 28 00:58:36.190 INFO O| May 28 00:58:36.190 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-05-28T00:58:36.926Z[ recovery-image] May 28 00:58:36.198 INFO O| May 28 00:58:36.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77202026-05-28T00:58:36.926Z[ recovery-image] May 28 00:58:36.198 INFO O| May 28 00:58:36.198 INFO STEP 948 (remove_files) COMPLETE
77212026-05-28T00:58:36.929Z[ recovery-image] May 28 00:58:36.198 INFO O| May 28 00:58:36.198 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-05-28T00:58:36.934Z[ recovery-image] May 28 00:58:36.206 INFO O| May 28 00:58:36.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77232026-05-28T00:58:36.934Z[ recovery-image] May 28 00:58:36.206 INFO O| May 28 00:58:36.206 INFO STEP 949 (remove_files) COMPLETE
77242026-05-28T00:58:36.934Z[ recovery-image] May 28 00:58:36.206 INFO O| May 28 00:58:36.206 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-05-28T00:58:36.942Z[ recovery-image] May 28 00:58:36.214 INFO O| May 28 00:58:36.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77262026-05-28T00:58:36.942Z[ recovery-image] May 28 00:58:36.214 INFO O| May 28 00:58:36.214 INFO STEP 950 (remove_files) COMPLETE
77272026-05-28T00:58:36.942Z[ recovery-image] May 28 00:58:36.214 INFO O| May 28 00:58:36.214 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-05-28T00:58:36.950Z[ recovery-image] May 28 00:58:36.222 INFO O| May 28 00:58:36.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77292026-05-28T00:58:36.954Z[ recovery-image] May 28 00:58:36.222 INFO O| May 28 00:58:36.222 INFO STEP 951 (remove_files) COMPLETE
77302026-05-28T00:58:36.954Z[ recovery-image] May 28 00:58:36.222 INFO O| May 28 00:58:36.222 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-05-28T00:58:36.957Z[ recovery-image] May 28 00:58:36.230 INFO O| May 28 00:58:36.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77322026-05-28T00:58:36.957Z[ recovery-image] May 28 00:58:36.230 INFO O| May 28 00:58:36.230 INFO STEP 952 (remove_files) COMPLETE
77332026-05-28T00:58:36.960Z[ recovery-image] May 28 00:58:36.230 INFO O| May 28 00:58:36.230 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-05-28T00:58:36.966Z[ recovery-image] May 28 00:58:36.238 INFO O| May 28 00:58:36.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77352026-05-28T00:58:36.966Z[ recovery-image] May 28 00:58:36.238 INFO O| May 28 00:58:36.238 INFO STEP 953 (remove_files) COMPLETE
77362026-05-28T00:58:36.969Z[ recovery-image] May 28 00:58:36.239 INFO O| May 28 00:58:36.238 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-05-28T00:58:36.976Z[ recovery-image] May 28 00:58:36.248 INFO O| May 28 00:58:36.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77382026-05-28T00:58:36.976Z[ recovery-image] May 28 00:58:36.248 INFO O| May 28 00:58:36.248 INFO STEP 954 (remove_files) COMPLETE
77392026-05-28T00:58:36.979Z[ recovery-image] May 28 00:58:36.248 INFO O| May 28 00:58:36.248 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-05-28T00:58:36.985Z[ recovery-image] May 28 00:58:36.257 INFO O| May 28 00:58:36.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77412026-05-28T00:58:36.985Z[ recovery-image] May 28 00:58:36.257 INFO O| May 28 00:58:36.257 INFO STEP 955 (remove_files) COMPLETE
77422026-05-28T00:58:36.988Z[ recovery-image] May 28 00:58:36.257 INFO O| May 28 00:58:36.257 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-05-28T00:58:36.994Z[ recovery-image] May 28 00:58:36.266 INFO O| May 28 00:58:36.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77442026-05-28T00:58:36.994Z[ recovery-image] May 28 00:58:36.266 INFO O| May 28 00:58:36.266 INFO STEP 956 (remove_files) COMPLETE
77452026-05-28T00:58:36.997Z[ recovery-image] May 28 00:58:36.266 INFO O| May 28 00:58:36.266 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-05-28T00:58:37.018Z[ recovery-image] May 28 00:58:36.275 INFO O| May 28 00:58:36.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77472026-05-28T00:58:37.018Z[ recovery-image] May 28 00:58:36.275 INFO O| May 28 00:58:36.275 INFO STEP 957 (remove_files) COMPLETE
77482026-05-28T00:58:37.018Z[ recovery-image] May 28 00:58:36.275 INFO O| May 28 00:58:36.275 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-05-28T00:58:37.018Z[ recovery-image] May 28 00:58:36.283 INFO O| May 28 00:58:36.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77502026-05-28T00:58:37.018Z[ recovery-image] May 28 00:58:36.283 INFO O| May 28 00:58:36.283 INFO STEP 958 (remove_files) COMPLETE
77512026-05-28T00:58:37.018Z[ recovery-image] May 28 00:58:36.283 INFO O| May 28 00:58:36.283 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-05-28T00:58:37.021Z[ recovery-image] May 28 00:58:36.291 INFO O| May 28 00:58:36.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77532026-05-28T00:58:37.021Z[ recovery-image] May 28 00:58:36.292 INFO O| May 28 00:58:36.292 INFO STEP 959 (remove_files) COMPLETE
77542026-05-28T00:58:37.021Z[ recovery-image] May 28 00:58:36.292 INFO O| May 28 00:58:36.292 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-05-28T00:58:37.028Z[ recovery-image] May 28 00:58:36.300 INFO O| May 28 00:58:36.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77562026-05-28T00:58:37.028Z[ recovery-image] May 28 00:58:36.300 INFO O| May 28 00:58:36.300 INFO STEP 960 (remove_files) COMPLETE
77572026-05-28T00:58:37.031Z[ recovery-image] May 28 00:58:36.300 INFO O| May 28 00:58:36.300 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-05-28T00:58:37.036Z[ recovery-image] May 28 00:58:36.308 INFO O| May 28 00:58:36.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77592026-05-28T00:58:37.036Z[ recovery-image] May 28 00:58:36.308 INFO O| May 28 00:58:36.308 INFO STEP 961 (remove_files) COMPLETE
77602026-05-28T00:58:37.039Z[ recovery-image] May 28 00:58:36.308 INFO O| May 28 00:58:36.308 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-05-28T00:58:37.044Z[ recovery-image] May 28 00:58:36.317 INFO O| May 28 00:58:36.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77622026-05-28T00:58:37.044Z[ recovery-image] May 28 00:58:36.317 INFO O| May 28 00:58:36.317 INFO STEP 962 (remove_files) COMPLETE
77632026-05-28T00:58:37.047Z[ recovery-image] May 28 00:58:36.317 INFO O| May 28 00:58:36.317 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-05-28T00:58:37.053Z[ recovery-image] May 28 00:58:36.325 INFO O| May 28 00:58:36.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77652026-05-28T00:58:37.053Z[ recovery-image] May 28 00:58:36.325 INFO O| May 28 00:58:36.325 INFO STEP 963 (remove_files) COMPLETE
77662026-05-28T00:58:37.056Z[ recovery-image] May 28 00:58:36.325 INFO O| May 28 00:58:36.325 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-05-28T00:58:37.061Z[ recovery-image] May 28 00:58:36.333 INFO O| May 28 00:58:36.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77682026-05-28T00:58:37.061Z[ recovery-image] May 28 00:58:36.333 INFO O| May 28 00:58:36.333 INFO STEP 964 (remove_files) COMPLETE
77692026-05-28T00:58:37.061Z[ recovery-image] May 28 00:58:36.333 INFO O| May 28 00:58:36.333 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-05-28T00:58:37.069Z[ recovery-image] May 28 00:58:36.341 INFO O| May 28 00:58:36.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77712026-05-28T00:58:37.069Z[ recovery-image] May 28 00:58:36.341 INFO O| May 28 00:58:36.341 INFO STEP 965 (remove_files) COMPLETE
77722026-05-28T00:58:37.069Z[ recovery-image] May 28 00:58:36.341 INFO O| May 28 00:58:36.341 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-05-28T00:58:37.077Z[ recovery-image] May 28 00:58:36.349 INFO O| May 28 00:58:36.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77742026-05-28T00:58:37.077Z[ recovery-image] May 28 00:58:36.350 INFO O| May 28 00:58:36.349 INFO STEP 966 (remove_files) COMPLETE
77752026-05-28T00:58:37.077Z[ recovery-image] May 28 00:58:36.350 INFO O| May 28 00:58:36.350 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-05-28T00:58:37.088Z[ recovery-image] May 28 00:58:36.358 INFO O| May 28 00:58:36.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77772026-05-28T00:58:37.089Z[ recovery-image] May 28 00:58:36.358 INFO O| May 28 00:58:36.358 INFO STEP 967 (remove_files) COMPLETE
77782026-05-28T00:58:37.089Z[ recovery-image] May 28 00:58:36.358 INFO O| May 28 00:58:36.358 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-05-28T00:58:37.096Z[ recovery-image] May 28 00:58:36.368 INFO O| May 28 00:58:36.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77802026-05-28T00:58:37.096Z[ recovery-image] May 28 00:58:36.368 INFO O| May 28 00:58:36.368 INFO STEP 968 (remove_files) COMPLETE
77812026-05-28T00:58:37.099Z[ recovery-image] May 28 00:58:36.368 INFO O| May 28 00:58:36.368 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-05-28T00:58:37.105Z[ recovery-image] May 28 00:58:36.377 INFO O| May 28 00:58:36.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77832026-05-28T00:58:37.105Z[ recovery-image] May 28 00:58:36.377 INFO O| May 28 00:58:36.377 INFO STEP 969 (remove_files) COMPLETE
77842026-05-28T00:58:37.108Z[ recovery-image] May 28 00:58:36.377 INFO O| May 28 00:58:36.377 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-05-28T00:58:37.116Z[ recovery-image] May 28 00:58:36.388 INFO O| May 28 00:58:36.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77862026-05-28T00:58:37.116Z[ recovery-image] May 28 00:58:36.388 INFO O| May 28 00:58:36.388 INFO STEP 970 (remove_files) COMPLETE
77872026-05-28T00:58:37.119Z[ recovery-image] May 28 00:58:36.388 INFO O| May 28 00:58:36.388 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-05-28T00:58:37.126Z[ recovery-image] May 28 00:58:36.398 INFO O| May 28 00:58:36.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77892026-05-28T00:58:37.126Z[ recovery-image] May 28 00:58:36.398 INFO O| May 28 00:58:36.398 INFO STEP 971 (remove_files) COMPLETE
77902026-05-28T00:58:37.129Z[ recovery-image] May 28 00:58:36.398 INFO O| May 28 00:58:36.398 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-05-28T00:58:37.137Z[ recovery-image] May 28 00:58:36.409 INFO O| May 28 00:58:36.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77922026-05-28T00:58:37.137Z[ recovery-image] May 28 00:58:36.409 INFO O| May 28 00:58:36.409 INFO STEP 972 (remove_files) COMPLETE
77932026-05-28T00:58:37.137Z[ recovery-image] May 28 00:58:36.409 INFO O| May 28 00:58:36.409 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-05-28T00:58:37.145Z[ recovery-image] May 28 00:58:36.417 INFO O| May 28 00:58:36.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77952026-05-28T00:58:37.145Z[ recovery-image] May 28 00:58:36.417 INFO O| May 28 00:58:36.417 INFO STEP 973 (remove_files) COMPLETE
77962026-05-28T00:58:37.148Z[ recovery-image] May 28 00:58:36.417 INFO O| May 28 00:58:36.417 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-05-28T00:58:37.155Z[ recovery-image] May 28 00:58:36.427 INFO O| May 28 00:58:36.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77982026-05-28T00:58:37.155Z[ recovery-image] May 28 00:58:36.427 INFO O| May 28 00:58:36.427 INFO STEP 974 (remove_files) COMPLETE
77992026-05-28T00:58:37.158Z[ recovery-image] May 28 00:58:36.427 INFO O| May 28 00:58:36.427 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-05-28T00:58:37.166Z[ recovery-image] May 28 00:58:36.438 INFO O| May 28 00:58:36.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78012026-05-28T00:58:37.166Z[ recovery-image] May 28 00:58:36.438 INFO O| May 28 00:58:36.438 INFO STEP 975 (remove_files) COMPLETE
78022026-05-28T00:58:37.169Z[ recovery-image] May 28 00:58:36.438 INFO O| May 28 00:58:36.438 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-05-28T00:58:37.176Z[ recovery-image] May 28 00:58:36.448 INFO O| May 28 00:58:36.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78042026-05-28T00:58:37.176Z[ recovery-image] May 28 00:58:36.448 INFO O| May 28 00:58:36.448 INFO STEP 976 (remove_files) COMPLETE
78052026-05-28T00:58:37.176Z[ recovery-image] May 28 00:58:36.448 INFO O| May 28 00:58:36.448 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-05-28T00:58:37.185Z[ recovery-image] May 28 00:58:36.457 INFO O| May 28 00:58:36.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78072026-05-28T00:58:37.185Z[ recovery-image] May 28 00:58:36.457 INFO O| May 28 00:58:36.457 INFO STEP 977 (remove_files) COMPLETE
78082026-05-28T00:58:37.185Z[ recovery-image] May 28 00:58:36.457 INFO O| May 28 00:58:36.457 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-05-28T00:58:37.193Z[ recovery-image] May 28 00:58:36.465 INFO O| May 28 00:58:36.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78102026-05-28T00:58:37.193Z[ recovery-image] May 28 00:58:36.465 INFO O| May 28 00:58:36.465 INFO STEP 978 (remove_files) COMPLETE
78112026-05-28T00:58:37.193Z[ recovery-image] May 28 00:58:36.465 INFO O| May 28 00:58:36.465 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-05-28T00:58:37.200Z[ recovery-image] May 28 00:58:36.472 INFO O| May 28 00:58:36.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78132026-05-28T00:58:37.200Z[ recovery-image] May 28 00:58:36.472 INFO O| May 28 00:58:36.472 INFO STEP 979 (remove_files) COMPLETE
78142026-05-28T00:58:37.203Z[ recovery-image] May 28 00:58:36.472 INFO O| May 28 00:58:36.472 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-05-28T00:58:37.207Z[ recovery-image] May 28 00:58:36.479 INFO O| May 28 00:58:36.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78162026-05-28T00:58:37.207Z[ recovery-image] May 28 00:58:36.480 INFO O| May 28 00:58:36.479 INFO STEP 980 (remove_files) COMPLETE
78172026-05-28T00:58:37.210Z[ recovery-image] May 28 00:58:36.480 INFO O| May 28 00:58:36.480 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-05-28T00:58:37.214Z[ recovery-image] May 28 00:58:36.486 INFO O| May 28 00:58:36.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78192026-05-28T00:58:37.214Z[ recovery-image] May 28 00:58:36.486 INFO O| May 28 00:58:36.486 INFO STEP 981 (remove_files) COMPLETE
78202026-05-28T00:58:37.217Z[ recovery-image] May 28 00:58:36.487 INFO O| May 28 00:58:36.486 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-05-28T00:58:37.223Z[ recovery-image] May 28 00:58:36.494 INFO O| May 28 00:58:36.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78222026-05-28T00:58:37.223Z[ recovery-image] May 28 00:58:36.494 INFO O| May 28 00:58:36.494 INFO STEP 982 (remove_files) COMPLETE
78232026-05-28T00:58:37.227Z[ recovery-image] May 28 00:58:36.494 INFO O| May 28 00:58:36.494 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-05-28T00:58:37.231Z[ recovery-image] May 28 00:58:36.501 INFO O| May 28 00:58:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78252026-05-28T00:58:37.231Z[ recovery-image] May 28 00:58:36.501 INFO O| May 28 00:58:36.501 INFO STEP 983 (remove_files) COMPLETE
78262026-05-28T00:58:37.231Z[ recovery-image] May 28 00:58:36.501 INFO O| May 28 00:58:36.501 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-05-28T00:58:37.240Z[ recovery-image] May 28 00:58:36.512 INFO O| May 28 00:58:36.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78282026-05-28T00:58:37.240Z[ recovery-image] May 28 00:58:36.513 INFO O| May 28 00:58:36.513 INFO STEP 984 (remove_files) COMPLETE
78292026-05-28T00:58:37.240Z[ recovery-image] May 28 00:58:36.513 INFO O| May 28 00:58:36.513 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-05-28T00:58:37.251Z[ recovery-image] May 28 00:58:36.523 INFO O| May 28 00:58:36.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78312026-05-28T00:58:37.251Z[ recovery-image] May 28 00:58:36.523 INFO O| May 28 00:58:36.523 INFO STEP 985 (remove_files) COMPLETE
78322026-05-28T00:58:37.251Z[ recovery-image] May 28 00:58:36.523 INFO O| May 28 00:58:36.523 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-05-28T00:58:37.260Z[ recovery-image] May 28 00:58:36.532 INFO O| May 28 00:58:36.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78342026-05-28T00:58:37.260Z[ recovery-image] May 28 00:58:36.532 INFO O| May 28 00:58:36.532 INFO STEP 986 (remove_files) COMPLETE
78352026-05-28T00:58:37.260Z[ recovery-image] May 28 00:58:36.532 INFO O| May 28 00:58:36.532 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-05-28T00:58:37.270Z[ recovery-image] May 28 00:58:36.542 INFO O| May 28 00:58:36.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78372026-05-28T00:58:37.270Z[ recovery-image] May 28 00:58:36.542 INFO O| May 28 00:58:36.542 INFO STEP 987 (remove_files) COMPLETE
78382026-05-28T00:58:37.274Z[ recovery-image] May 28 00:58:36.542 INFO O| May 28 00:58:36.542 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-05-28T00:58:37.279Z[ recovery-image] May 28 00:58:36.551 INFO O| May 28 00:58:36.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78402026-05-28T00:58:37.279Z[ recovery-image] May 28 00:58:36.551 INFO O| May 28 00:58:36.551 INFO STEP 988 (remove_files) COMPLETE
78412026-05-28T00:58:37.279Z[ recovery-image] May 28 00:58:36.551 INFO O| May 28 00:58:36.551 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-05-28T00:58:37.290Z[ recovery-image] May 28 00:58:36.561 INFO O| May 28 00:58:36.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78432026-05-28T00:58:37.290Z[ recovery-image] May 28 00:58:36.561 INFO O| May 28 00:58:36.561 INFO STEP 989 (remove_files) COMPLETE
78442026-05-28T00:58:37.290Z[ recovery-image] May 28 00:58:36.561 INFO O| May 28 00:58:36.561 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-05-28T00:58:37.298Z[ recovery-image] May 28 00:58:36.570 INFO O| May 28 00:58:36.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78462026-05-28T00:58:37.298Z[ recovery-image] May 28 00:58:36.570 INFO O| May 28 00:58:36.570 INFO STEP 990 (remove_files) COMPLETE
78472026-05-28T00:58:37.298Z[ recovery-image] May 28 00:58:36.570 INFO O| May 28 00:58:36.570 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-05-28T00:58:37.306Z[ recovery-image] May 28 00:58:36.579 INFO O| May 28 00:58:36.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78492026-05-28T00:58:37.316Z[ recovery-image] May 28 00:58:36.588 INFO O| May 28 00:58:36.588 INFO STEP 991 (remove_files) COMPLETE
78502026-05-28T00:58:37.317Z[ recovery-image] May 28 00:58:36.588 INFO O| May 28 00:58:36.588 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-05-28T00:58:37.325Z[ recovery-image] May 28 00:58:36.597 INFO O| May 28 00:58:36.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78522026-05-28T00:58:37.325Z[ recovery-image] May 28 00:58:36.597 INFO O| May 28 00:58:36.597 INFO STEP 992 (remove_files) COMPLETE
78532026-05-28T00:58:37.326Z[ recovery-image] May 28 00:58:36.597 INFO O| May 28 00:58:36.597 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-05-28T00:58:37.329Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
78552026-05-28T00:58:37.350Z[ recovery-image] May 28 00:58:36.622 INFO O| May 28 00:58:36.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78562026-05-28T00:58:37.350Z[ recovery-image] May 28 00:58:36.622 INFO O| May 28 00:58:36.622 INFO STEP 993 (remove_files) COMPLETE
78572026-05-28T00:58:37.350Z[ recovery-image] May 28 00:58:36.622 INFO O| May 28 00:58:36.622 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-05-28T00:58:37.358Z[ recovery-image] May 28 00:58:36.630 INFO O| May 28 00:58:36.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78592026-05-28T00:58:37.358Z[ recovery-image] May 28 00:58:36.630 INFO O| May 28 00:58:36.630 INFO STEP 994 (remove_files) COMPLETE
78602026-05-28T00:58:37.358Z[ recovery-image] May 28 00:58:36.630 INFO O| May 28 00:58:36.630 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-05-28T00:58:37.367Z[ recovery-image] May 28 00:58:36.639 INFO O| May 28 00:58:36.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78622026-05-28T00:58:37.367Z[ recovery-image] May 28 00:58:36.639 INFO O| May 28 00:58:36.639 INFO STEP 995 (remove_files) COMPLETE
78632026-05-28T00:58:37.367Z[ recovery-image] May 28 00:58:36.639 INFO O| May 28 00:58:36.639 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-05-28T00:58:37.375Z[ recovery-image] May 28 00:58:36.647 INFO O| May 28 00:58:36.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78652026-05-28T00:58:37.375Z[ recovery-image] May 28 00:58:36.647 INFO O| May 28 00:58:36.647 INFO STEP 996 (remove_files) COMPLETE
78662026-05-28T00:58:37.375Z[ recovery-image] May 28 00:58:36.647 INFO O| May 28 00:58:36.647 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-05-28T00:58:37.384Z[ recovery-image] May 28 00:58:36.656 INFO O| May 28 00:58:36.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78682026-05-28T00:58:37.384Z[ recovery-image] May 28 00:58:36.656 INFO O| May 28 00:58:36.656 INFO STEP 997 (remove_files) COMPLETE
78692026-05-28T00:58:37.384Z[ recovery-image] May 28 00:58:36.656 INFO O| May 28 00:58:36.656 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-05-28T00:58:37.394Z[ recovery-image] May 28 00:58:36.666 INFO O| May 28 00:58:36.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78712026-05-28T00:58:37.394Z[ recovery-image] May 28 00:58:36.666 INFO O| May 28 00:58:36.666 INFO STEP 998 (remove_files) COMPLETE
78722026-05-28T00:58:37.394Z[ recovery-image] May 28 00:58:36.666 INFO O| May 28 00:58:36.666 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-05-28T00:58:37.427Z[ recovery-image] May 28 00:58:36.698 INFO O| May 28 00:58:36.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78742026-05-28T00:58:37.449Z[ recovery-image] May 28 00:58:36.721 INFO O| May 28 00:58:36.721 INFO STEP 999 (remove_files) COMPLETE
78752026-05-28T00:58:37.449Z[ recovery-image] May 28 00:58:36.721 INFO O| May 28 00:58:36.721 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-05-28T00:58:37.459Z[ recovery-image] May 28 00:58:36.730 INFO O| May 28 00:58:36.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78772026-05-28T00:58:37.459Z[ recovery-image] May 28 00:58:36.731 INFO O| May 28 00:58:36.731 INFO STEP 1000 (remove_files) COMPLETE
78782026-05-28T00:58:37.459Z[ recovery-image] May 28 00:58:36.731 INFO O| May 28 00:58:36.731 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-05-28T00:58:37.482Z[ recovery-image] May 28 00:58:36.754 INFO O| May 28 00:58:36.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78802026-05-28T00:58:37.482Z[ recovery-image] May 28 00:58:36.754 INFO O| May 28 00:58:36.754 INFO STEP 1001 (remove_files) COMPLETE
78812026-05-28T00:58:37.482Z[ recovery-image] May 28 00:58:36.754 INFO O| May 28 00:58:36.754 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-05-28T00:58:37.490Z[ recovery-image] May 28 00:58:36.762 INFO O| May 28 00:58:36.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78832026-05-28T00:58:37.490Z[ recovery-image] May 28 00:58:36.762 INFO O| May 28 00:58:36.762 INFO STEP 1002 (remove_files) COMPLETE
78842026-05-28T00:58:37.490Z[ recovery-image] May 28 00:58:36.762 INFO O| May 28 00:58:36.762 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-05-28T00:58:37.499Z[ recovery-image] May 28 00:58:36.771 INFO O| May 28 00:58:36.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78862026-05-28T00:58:37.499Z[ recovery-image] May 28 00:58:36.771 INFO O| May 28 00:58:36.771 INFO STEP 1003 (remove_files) COMPLETE
78872026-05-28T00:58:37.499Z[ recovery-image] May 28 00:58:36.771 INFO O| May 28 00:58:36.771 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-05-28T00:58:37.507Z[ recovery-image] May 28 00:58:36.779 INFO O| May 28 00:58:36.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78892026-05-28T00:58:37.507Z[ recovery-image] May 28 00:58:36.779 INFO O| May 28 00:58:36.779 INFO STEP 1004 (remove_files) COMPLETE
78902026-05-28T00:58:37.507Z[ recovery-image] May 28 00:58:36.779 INFO O| May 28 00:58:36.779 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-05-28T00:58:37.516Z[ recovery-image] May 28 00:58:36.788 INFO O| May 28 00:58:36.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78922026-05-28T00:58:37.516Z[ recovery-image] May 28 00:58:36.788 INFO O| May 28 00:58:36.788 INFO STEP 1005 (remove_files) COMPLETE
78932026-05-28T00:58:37.516Z[ recovery-image] May 28 00:58:36.788 INFO O| May 28 00:58:36.788 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-05-28T00:58:37.529Z[ recovery-image] May 28 00:58:36.801 INFO O| May 28 00:58:36.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78952026-05-28T00:58:37.529Z[ recovery-image] May 28 00:58:36.801 INFO O| May 28 00:58:36.801 INFO STEP 1006 (remove_files) COMPLETE
78962026-05-28T00:58:37.529Z[ recovery-image] May 28 00:58:36.801 INFO O| May 28 00:58:36.801 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-05-28T00:58:37.565Z[ recovery-image] May 28 00:58:36.837 INFO O| May 28 00:58:36.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78982026-05-28T00:58:37.565Z[ recovery-image] May 28 00:58:36.837 INFO O| May 28 00:58:36.837 INFO STEP 1007 (remove_files) COMPLETE
78992026-05-28T00:58:37.565Z[ recovery-image] May 28 00:58:36.837 INFO O| May 28 00:58:36.837 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-05-28T00:58:37.573Z[ recovery-image] May 28 00:58:36.845 INFO O| May 28 00:58:36.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79012026-05-28T00:58:37.573Z[ recovery-image] May 28 00:58:36.845 INFO O| May 28 00:58:36.845 INFO STEP 1008 (remove_files) COMPLETE
79022026-05-28T00:58:37.576Z[ recovery-image] May 28 00:58:36.845 INFO O| May 28 00:58:36.845 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-05-28T00:58:37.580Z[ recovery-image] May 28 00:58:36.852 INFO O| May 28 00:58:36.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79042026-05-28T00:58:37.580Z[ recovery-image] May 28 00:58:36.852 INFO O| May 28 00:58:36.852 INFO STEP 1009 (remove_files) COMPLETE
79052026-05-28T00:58:37.580Z[ recovery-image] May 28 00:58:36.852 INFO O| May 28 00:58:36.852 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-05-28T00:58:37.588Z[ recovery-image] May 28 00:58:36.860 INFO O| May 28 00:58:36.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79072026-05-28T00:58:37.588Z[ recovery-image] May 28 00:58:36.860 INFO O| May 28 00:58:36.860 INFO STEP 1010 (remove_files) COMPLETE
79082026-05-28T00:58:37.591Z[ recovery-image] May 28 00:58:36.860 INFO O| May 28 00:58:36.860 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-05-28T00:58:37.596Z[ recovery-image] May 28 00:58:36.868 INFO O| May 28 00:58:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79102026-05-28T00:58:37.596Z[ recovery-image] May 28 00:58:36.868 INFO O| May 28 00:58:36.868 INFO STEP 1011 (remove_files) COMPLETE
79112026-05-28T00:58:37.596Z[ recovery-image] May 28 00:58:36.868 INFO O| May 28 00:58:36.868 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-05-28T00:58:37.603Z[ recovery-image] May 28 00:58:36.875 INFO O| May 28 00:58:36.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79132026-05-28T00:58:37.603Z[ recovery-image] May 28 00:58:36.875 INFO O| May 28 00:58:36.875 INFO STEP 1012 (remove_files) COMPLETE
79142026-05-28T00:58:37.603Z[ recovery-image] May 28 00:58:36.875 INFO O| May 28 00:58:36.875 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-05-28T00:58:37.611Z[ recovery-image] May 28 00:58:36.883 INFO O| May 28 00:58:36.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79162026-05-28T00:58:37.611Z[ recovery-image] May 28 00:58:36.883 INFO O| May 28 00:58:36.883 INFO STEP 1013 (remove_files) COMPLETE
79172026-05-28T00:58:37.614Z[ recovery-image] May 28 00:58:36.883 INFO O| May 28 00:58:36.883 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-05-28T00:58:37.618Z[ recovery-image] May 28 00:58:36.890 INFO O| May 28 00:58:36.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79192026-05-28T00:58:37.618Z[ recovery-image] May 28 00:58:36.890 INFO O| May 28 00:58:36.890 INFO STEP 1014 (remove_files) COMPLETE
79202026-05-28T00:58:37.621Z[ recovery-image] May 28 00:58:36.890 INFO O| May 28 00:58:36.890 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-05-28T00:58:37.625Z[ recovery-image] May 28 00:58:36.897 INFO O| May 28 00:58:36.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79222026-05-28T00:58:37.625Z[ recovery-image] May 28 00:58:36.897 INFO O| May 28 00:58:36.897 INFO STEP 1015 (remove_files) COMPLETE
79232026-05-28T00:58:37.628Z[ recovery-image] May 28 00:58:36.897 INFO O| May 28 00:58:36.897 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-05-28T00:58:37.632Z[ recovery-image] May 28 00:58:36.904 INFO O| May 28 00:58:36.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79252026-05-28T00:58:37.632Z[ recovery-image] May 28 00:58:36.904 INFO O| May 28 00:58:36.904 INFO STEP 1016 (remove_files) COMPLETE
79262026-05-28T00:58:37.632Z[ recovery-image] May 28 00:58:36.904 INFO O| May 28 00:58:36.904 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-05-28T00:58:37.641Z[ recovery-image] May 28 00:58:36.911 INFO O| May 28 00:58:36.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79282026-05-28T00:58:37.641Z[ recovery-image] May 28 00:58:36.911 INFO O| May 28 00:58:36.911 INFO STEP 1017 (remove_files) COMPLETE
79292026-05-28T00:58:37.644Z[ recovery-image] May 28 00:58:36.911 INFO O| May 28 00:58:36.911 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-05-28T00:58:37.648Z[ recovery-image] May 28 00:58:36.919 INFO O| May 28 00:58:36.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79312026-05-28T00:58:37.648Z[ recovery-image] May 28 00:58:36.919 INFO O| May 28 00:58:36.919 INFO STEP 1018 (remove_files) COMPLETE
79322026-05-28T00:58:37.648Z[ recovery-image] May 28 00:58:36.919 INFO O| May 28 00:58:36.919 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-05-28T00:58:37.654Z[ recovery-image] May 28 00:58:36.926 INFO O| May 28 00:58:36.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79342026-05-28T00:58:37.654Z[ recovery-image] May 28 00:58:36.926 INFO O| May 28 00:58:36.926 INFO STEP 1019 (remove_files) COMPLETE
79352026-05-28T00:58:37.657Z[ recovery-image] May 28 00:58:36.926 INFO O| May 28 00:58:36.926 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-05-28T00:58:37.662Z[ recovery-image] May 28 00:58:36.934 INFO O| May 28 00:58:36.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79372026-05-28T00:58:37.662Z[ recovery-image] May 28 00:58:36.934 INFO O| May 28 00:58:36.934 INFO STEP 1020 (remove_files) COMPLETE
79382026-05-28T00:58:37.662Z[ recovery-image] May 28 00:58:36.934 INFO O| May 28 00:58:36.934 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-05-28T00:58:37.670Z[ recovery-image] May 28 00:58:36.942 INFO O| May 28 00:58:36.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79402026-05-28T00:58:37.670Z[ recovery-image] May 28 00:58:36.942 INFO O| May 28 00:58:36.942 INFO STEP 1021 (remove_files) COMPLETE
79412026-05-28T00:58:37.670Z[ recovery-image] May 28 00:58:36.942 INFO O| May 28 00:58:36.942 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-05-28T00:58:37.678Z[ recovery-image] May 28 00:58:36.950 INFO O| May 28 00:58:36.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79432026-05-28T00:58:37.678Z[ recovery-image] May 28 00:58:36.950 INFO O| May 28 00:58:36.950 INFO STEP 1022 (remove_files) COMPLETE
79442026-05-28T00:58:37.678Z[ recovery-image] May 28 00:58:36.950 INFO O| May 28 00:58:36.950 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-05-28T00:58:37.686Z[ recovery-image] May 28 00:58:36.958 INFO O| May 28 00:58:36.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79462026-05-28T00:58:37.687Z[ recovery-image] May 28 00:58:36.959 INFO O| May 28 00:58:36.959 INFO STEP 1023 (remove_files) COMPLETE
79472026-05-28T00:58:37.687Z[ recovery-image] May 28 00:58:36.959 INFO O| May 28 00:58:36.959 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-05-28T00:58:37.705Z[ recovery-image] May 28 00:58:36.977 INFO O| May 28 00:58:36.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79492026-05-28T00:58:37.705Z[ recovery-image] May 28 00:58:36.978 INFO O| May 28 00:58:36.977 INFO STEP 1024 (remove_files) COMPLETE
79502026-05-28T00:58:37.706Z[ recovery-image] May 28 00:58:36.978 INFO O| May 28 00:58:36.977 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-05-28T00:58:37.716Z[ recovery-image] May 28 00:58:36.987 INFO O| May 28 00:58:36.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79522026-05-28T00:58:37.716Z[ recovery-image] May 28 00:58:36.988 INFO O| May 28 00:58:36.987 INFO STEP 1025 (remove_files) COMPLETE
79532026-05-28T00:58:37.716Z[ recovery-image] May 28 00:58:36.988 INFO O| May 28 00:58:36.988 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-05-28T00:58:37.725Z[ recovery-image] May 28 00:58:36.997 INFO O| May 28 00:58:36.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79552026-05-28T00:58:37.725Z[ recovery-image] May 28 00:58:36.997 INFO O| May 28 00:58:36.997 INFO STEP 1026 (remove_files) COMPLETE
79562026-05-28T00:58:37.725Z[ recovery-image] May 28 00:58:36.997 INFO O| May 28 00:58:36.997 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-05-28T00:58:37.734Z[ recovery-image] May 28 00:58:37.006 INFO O| May 28 00:58:37.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79582026-05-28T00:58:37.734Z[ recovery-image] May 28 00:58:37.006 INFO O| May 28 00:58:37.006 INFO STEP 1027 (remove_files) COMPLETE
79592026-05-28T00:58:37.734Z[ recovery-image] May 28 00:58:37.006 INFO O| May 28 00:58:37.006 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-05-28T00:58:37.742Z[ recovery-image] May 28 00:58:37.014 INFO O| May 28 00:58:37.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79612026-05-28T00:58:37.742Z[ recovery-image] May 28 00:58:37.014 INFO O| May 28 00:58:37.014 INFO STEP 1028 (remove_files) COMPLETE
79622026-05-28T00:58:37.742Z[ recovery-image] May 28 00:58:37.014 INFO O| May 28 00:58:37.014 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-05-28T00:58:37.750Z[ recovery-image] May 28 00:58:37.022 INFO O| May 28 00:58:37.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79642026-05-28T00:58:37.750Z[ recovery-image] May 28 00:58:37.022 INFO O| May 28 00:58:37.022 INFO STEP 1029 (remove_files) COMPLETE
79652026-05-28T00:58:37.750Z[ recovery-image] May 28 00:58:37.022 INFO O| May 28 00:58:37.022 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-05-28T00:58:37.758Z[ recovery-image] May 28 00:58:37.030 INFO O| May 28 00:58:37.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79672026-05-28T00:58:37.758Z[ recovery-image] May 28 00:58:37.030 INFO O| May 28 00:58:37.030 INFO STEP 1030 (remove_files) COMPLETE
79682026-05-28T00:58:37.761Z[ recovery-image] May 28 00:58:37.030 INFO O| May 28 00:58:37.030 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-05-28T00:58:37.766Z[ recovery-image] May 28 00:58:37.038 INFO O| May 28 00:58:37.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79702026-05-28T00:58:37.766Z[ recovery-image] May 28 00:58:37.038 INFO O| May 28 00:58:37.038 INFO STEP 1031 (remove_files) COMPLETE
79712026-05-28T00:58:37.766Z[ recovery-image] May 28 00:58:37.038 INFO O| May 28 00:58:37.038 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-05-28T00:58:37.775Z[ recovery-image] May 28 00:58:37.047 INFO O| May 28 00:58:37.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79732026-05-28T00:58:37.775Z[ recovery-image] May 28 00:58:37.047 INFO O| May 28 00:58:37.047 INFO STEP 1032 (remove_files) COMPLETE
79742026-05-28T00:58:37.779Z[ recovery-image] May 28 00:58:37.047 INFO O| May 28 00:58:37.047 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-05-28T00:58:37.783Z[ recovery-image] May 28 00:58:37.055 INFO O| May 28 00:58:37.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79762026-05-28T00:58:37.783Z[ recovery-image] May 28 00:58:37.055 INFO O| May 28 00:58:37.055 INFO STEP 1033 (remove_files) COMPLETE
79772026-05-28T00:58:37.786Z[ recovery-image] May 28 00:58:37.055 INFO O| May 28 00:58:37.055 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-05-28T00:58:37.793Z[ recovery-image] May 28 00:58:37.065 INFO O| May 28 00:58:37.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79792026-05-28T00:58:37.793Z[ recovery-image] May 28 00:58:37.065 INFO O| May 28 00:58:37.065 INFO STEP 1034 (remove_files) COMPLETE
79802026-05-28T00:58:37.793Z[ recovery-image] May 28 00:58:37.065 INFO O| May 28 00:58:37.065 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-05-28T00:58:37.803Z[ recovery-image] May 28 00:58:37.075 INFO O| May 28 00:58:37.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79822026-05-28T00:58:37.803Z[ recovery-image] May 28 00:58:37.075 INFO O| May 28 00:58:37.075 INFO STEP 1035 (remove_files) COMPLETE
79832026-05-28T00:58:37.803Z[ recovery-image] May 28 00:58:37.075 INFO O| May 28 00:58:37.075 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-05-28T00:58:37.813Z[ recovery-image] May 28 00:58:37.085 INFO O| May 28 00:58:37.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79852026-05-28T00:58:37.813Z[ recovery-image] May 28 00:58:37.085 INFO O| May 28 00:58:37.085 INFO STEP 1036 (remove_files) COMPLETE
79862026-05-28T00:58:37.816Z[ recovery-image] May 28 00:58:37.085 INFO O| May 28 00:58:37.085 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-05-28T00:58:37.822Z[ recovery-image] May 28 00:58:37.094 INFO O| May 28 00:58:37.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79882026-05-28T00:58:37.822Z[ recovery-image] May 28 00:58:37.095 INFO O| May 28 00:58:37.095 INFO STEP 1037 (remove_files) COMPLETE
79892026-05-28T00:58:37.825Z[ recovery-image] May 28 00:58:37.095 INFO O| May 28 00:58:37.095 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-05-28T00:58:37.838Z[ recovery-image] May 28 00:58:37.105 INFO O| May 28 00:58:37.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79912026-05-28T00:58:37.838Z[ recovery-image] May 28 00:58:37.105 INFO O| May 28 00:58:37.105 INFO STEP 1038 (remove_files) COMPLETE
79922026-05-28T00:58:37.838Z[ recovery-image] May 28 00:58:37.105 INFO O| May 28 00:58:37.105 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-05-28T00:58:37.841Z[ recovery-image] May 28 00:58:37.114 INFO O| May 28 00:58:37.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79942026-05-28T00:58:37.841Z[ recovery-image] May 28 00:58:37.114 INFO O| May 28 00:58:37.114 INFO STEP 1039 (remove_files) COMPLETE
79952026-05-28T00:58:37.844Z[ recovery-image] May 28 00:58:37.114 INFO O| May 28 00:58:37.114 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-05-28T00:58:37.851Z[ recovery-image] May 28 00:58:37.123 INFO O| May 28 00:58:37.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79972026-05-28T00:58:37.851Z[ recovery-image] May 28 00:58:37.123 INFO O| May 28 00:58:37.123 INFO STEP 1040 (remove_files) COMPLETE
79982026-05-28T00:58:37.851Z[ recovery-image] May 28 00:58:37.123 INFO O| May 28 00:58:37.123 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-05-28T00:58:37.860Z[ recovery-image] May 28 00:58:37.132 INFO O| May 28 00:58:37.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80002026-05-28T00:58:37.860Z[ recovery-image] May 28 00:58:37.132 INFO O| May 28 00:58:37.132 INFO STEP 1041 (remove_files) COMPLETE
80012026-05-28T00:58:37.863Z[ recovery-image] May 28 00:58:37.132 INFO O| May 28 00:58:37.132 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-05-28T00:58:37.875Z[ recovery-image] May 28 00:58:37.147 INFO O| May 28 00:58:37.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80032026-05-28T00:58:37.875Z[ recovery-image] May 28 00:58:37.147 INFO O| May 28 00:58:37.147 INFO STEP 1042 (remove_files) COMPLETE
80042026-05-28T00:58:37.878Z[ recovery-image] May 28 00:58:37.147 INFO O| May 28 00:58:37.147 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-05-28T00:58:37.883Z[ recovery-image] May 28 00:58:37.155 INFO O| May 28 00:58:37.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80062026-05-28T00:58:37.883Z[ recovery-image] May 28 00:58:37.155 INFO O| May 28 00:58:37.155 INFO STEP 1043 (remove_files) COMPLETE
80072026-05-28T00:58:37.886Z[ recovery-image] May 28 00:58:37.155 INFO O| May 28 00:58:37.155 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-05-28T00:58:37.891Z[ recovery-image] May 28 00:58:37.163 INFO O| May 28 00:58:37.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80092026-05-28T00:58:37.891Z[ recovery-image] May 28 00:58:37.163 INFO O| May 28 00:58:37.163 INFO STEP 1044 (remove_files) COMPLETE
80102026-05-28T00:58:37.894Z[ recovery-image] May 28 00:58:37.163 INFO O| May 28 00:58:37.163 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-05-28T00:58:37.900Z[ recovery-image] May 28 00:58:37.172 INFO O| May 28 00:58:37.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80122026-05-28T00:58:37.900Z[ recovery-image] May 28 00:58:37.172 INFO O| May 28 00:58:37.172 INFO STEP 1045 (remove_files) COMPLETE
80132026-05-28T00:58:37.900Z[ recovery-image] May 28 00:58:37.172 INFO O| May 28 00:58:37.172 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-05-28T00:58:37.909Z[ recovery-image] May 28 00:58:37.182 INFO O| May 28 00:58:37.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80152026-05-28T00:58:37.910Z[ recovery-image] May 28 00:58:37.182 INFO O| May 28 00:58:37.182 INFO STEP 1046 (remove_files) COMPLETE
80162026-05-28T00:58:37.913Z[ recovery-image] May 28 00:58:37.182 INFO O| May 28 00:58:37.182 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-05-28T00:58:37.919Z[ recovery-image] May 28 00:58:37.191 INFO O| May 28 00:58:37.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80182026-05-28T00:58:37.919Z[ recovery-image] May 28 00:58:37.191 INFO O| May 28 00:58:37.191 INFO STEP 1047 (remove_files) COMPLETE
80192026-05-28T00:58:37.922Z[ recovery-image] May 28 00:58:37.191 INFO O| May 28 00:58:37.191 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-05-28T00:58:37.928Z[ recovery-image] May 28 00:58:37.200 INFO O| May 28 00:58:37.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80212026-05-28T00:58:37.928Z[ recovery-image] May 28 00:58:37.200 INFO O| May 28 00:58:37.200 INFO STEP 1048 (remove_files) COMPLETE
80222026-05-28T00:58:37.928Z[ recovery-image] May 28 00:58:37.200 INFO O| May 28 00:58:37.200 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-05-28T00:58:37.937Z[ recovery-image] May 28 00:58:37.209 INFO O| May 28 00:58:37.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80242026-05-28T00:58:37.937Z[ recovery-image] May 28 00:58:37.209 INFO O| May 28 00:58:37.209 INFO STEP 1049 (remove_files) COMPLETE
80252026-05-28T00:58:37.940Z[ recovery-image] May 28 00:58:37.209 INFO O| May 28 00:58:37.209 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-05-28T00:58:37.946Z[ recovery-image] May 28 00:58:37.218 INFO O| May 28 00:58:37.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80272026-05-28T00:58:37.949Z[ recovery-image] May 28 00:58:37.219 INFO O| May 28 00:58:37.219 INFO STEP 1050 (remove_files) COMPLETE
80282026-05-28T00:58:37.949Z[ recovery-image] May 28 00:58:37.219 INFO O| May 28 00:58:37.219 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-05-28T00:58:37.955Z[ recovery-image] May 28 00:58:37.227 INFO O| May 28 00:58:37.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80302026-05-28T00:58:37.955Z[ recovery-image] May 28 00:58:37.227 INFO O| May 28 00:58:37.227 INFO STEP 1051 (remove_files) COMPLETE
80312026-05-28T00:58:37.955Z[ recovery-image] May 28 00:58:37.227 INFO O| May 28 00:58:37.227 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-05-28T00:58:37.963Z[ recovery-image] May 28 00:58:37.235 INFO O| May 28 00:58:37.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80332026-05-28T00:58:37.963Z[ recovery-image] May 28 00:58:37.235 INFO O| May 28 00:58:37.235 INFO STEP 1052 (remove_files) COMPLETE
80342026-05-28T00:58:37.966Z[ recovery-image] May 28 00:58:37.235 INFO O| May 28 00:58:37.235 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-05-28T00:58:37.973Z[ recovery-image] May 28 00:58:37.245 INFO O| May 28 00:58:37.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80362026-05-28T00:58:37.973Z[ recovery-image] May 28 00:58:37.245 INFO O| May 28 00:58:37.245 INFO STEP 1053 (remove_files) COMPLETE
80372026-05-28T00:58:37.976Z[ recovery-image] May 28 00:58:37.245 INFO O| May 28 00:58:37.245 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-05-28T00:58:37.982Z[ recovery-image] May 28 00:58:37.254 INFO O| May 28 00:58:37.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80392026-05-28T00:58:37.982Z[ recovery-image] May 28 00:58:37.254 INFO O| May 28 00:58:37.254 INFO STEP 1054 (remove_files) COMPLETE
80402026-05-28T00:58:37.985Z[ recovery-image] May 28 00:58:37.254 INFO O| May 28 00:58:37.254 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-05-28T00:58:37.993Z[ recovery-image] May 28 00:58:37.264 INFO O| May 28 00:58:37.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80422026-05-28T00:58:37.993Z[ recovery-image] May 28 00:58:37.264 INFO O| May 28 00:58:37.264 INFO STEP 1055 (remove_files) COMPLETE
80432026-05-28T00:58:37.996Z[ recovery-image] May 28 00:58:37.264 INFO O| May 28 00:58:37.264 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-05-28T00:58:38.002Z[ recovery-image] May 28 00:58:37.274 INFO O| May 28 00:58:37.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80452026-05-28T00:58:38.002Z[ recovery-image] May 28 00:58:37.274 INFO O| May 28 00:58:37.274 INFO STEP 1056 (remove_files) COMPLETE
80462026-05-28T00:58:38.002Z[ recovery-image] May 28 00:58:37.274 INFO O| May 28 00:58:37.274 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-05-28T00:58:38.010Z[ recovery-image] May 28 00:58:37.282 INFO O| May 28 00:58:37.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80482026-05-28T00:58:38.010Z[ recovery-image] May 28 00:58:37.282 INFO O| May 28 00:58:37.282 INFO STEP 1057 (remove_files) COMPLETE
80492026-05-28T00:58:38.010Z[ recovery-image] May 28 00:58:37.282 INFO O| May 28 00:58:37.282 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-05-28T00:58:38.017Z[ recovery-image] May 28 00:58:37.289 INFO O| May 28 00:58:37.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80512026-05-28T00:58:38.017Z[ recovery-image] May 28 00:58:37.289 INFO O| May 28 00:58:37.289 INFO STEP 1058 (remove_files) COMPLETE
80522026-05-28T00:58:38.017Z[ recovery-image] May 28 00:58:37.289 INFO O| May 28 00:58:37.289 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-05-28T00:58:38.024Z[ recovery-image] May 28 00:58:37.296 INFO O| May 28 00:58:37.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80542026-05-28T00:58:38.024Z[ recovery-image] May 28 00:58:37.296 INFO O| May 28 00:58:37.296 INFO STEP 1059 (remove_files) COMPLETE
80552026-05-28T00:58:38.027Z[ recovery-image] May 28 00:58:37.296 INFO O| May 28 00:58:37.296 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-05-28T00:58:38.031Z[ recovery-image] May 28 00:58:37.303 INFO O| May 28 00:58:37.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80572026-05-28T00:58:38.034Z[ recovery-image] May 28 00:58:37.303 INFO O| May 28 00:58:37.303 INFO STEP 1060 (remove_files) COMPLETE
80582026-05-28T00:58:38.034Z[ recovery-image] May 28 00:58:37.303 INFO O| May 28 00:58:37.303 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-05-28T00:58:38.038Z[ recovery-image] May 28 00:58:37.311 INFO O| May 28 00:58:37.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80602026-05-28T00:58:38.038Z[ recovery-image] May 28 00:58:37.311 INFO O| May 28 00:58:37.311 INFO STEP 1061 (remove_files) COMPLETE
80612026-05-28T00:58:38.041Z[ recovery-image] May 28 00:58:37.311 INFO O| May 28 00:58:37.311 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-05-28T00:58:38.046Z[ recovery-image] May 28 00:58:37.318 INFO O| May 28 00:58:37.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80632026-05-28T00:58:38.046Z[ recovery-image] May 28 00:58:37.318 INFO O| May 28 00:58:37.318 INFO STEP 1062 (remove_files) COMPLETE
80642026-05-28T00:58:38.049Z[ recovery-image] May 28 00:58:37.318 INFO O| May 28 00:58:37.318 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-05-28T00:58:38.053Z[ recovery-image] May 28 00:58:37.325 INFO O| May 28 00:58:37.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80662026-05-28T00:58:38.053Z[ recovery-image] May 28 00:58:37.325 INFO O| May 28 00:58:37.325 INFO STEP 1063 (remove_files) COMPLETE
80672026-05-28T00:58:38.053Z[ recovery-image] May 28 00:58:37.325 INFO O| May 28 00:58:37.325 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-05-28T00:58:38.061Z[ recovery-image] May 28 00:58:37.333 INFO O| May 28 00:58:37.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80692026-05-28T00:58:38.061Z[ recovery-image] May 28 00:58:37.333 INFO O| May 28 00:58:37.333 INFO STEP 1064 (remove_files) COMPLETE
80702026-05-28T00:58:38.061Z[ recovery-image] May 28 00:58:37.333 INFO O| May 28 00:58:37.333 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-05-28T00:58:38.069Z[ recovery-image] May 28 00:58:37.340 INFO O| May 28 00:58:37.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80722026-05-28T00:58:38.069Z[ recovery-image] May 28 00:58:37.341 INFO O| May 28 00:58:37.341 INFO STEP 1065 (remove_files) COMPLETE
80732026-05-28T00:58:38.069Z[ recovery-image] May 28 00:58:37.341 INFO O| May 28 00:58:37.341 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-05-28T00:58:38.077Z[ recovery-image] May 28 00:58:37.349 INFO O| May 28 00:58:37.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80752026-05-28T00:58:38.077Z[ recovery-image] May 28 00:58:37.349 INFO O| May 28 00:58:37.349 INFO STEP 1066 (remove_files) COMPLETE
80762026-05-28T00:58:38.080Z[ recovery-image] May 28 00:58:37.349 INFO O| May 28 00:58:37.349 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-05-28T00:58:38.085Z[ recovery-image] May 28 00:58:37.357 INFO O| May 28 00:58:37.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80782026-05-28T00:58:38.085Z[ recovery-image] May 28 00:58:37.358 INFO O| May 28 00:58:37.358 INFO STEP 1067 (remove_files) COMPLETE
80792026-05-28T00:58:38.091Z[ recovery-image] May 28 00:58:37.358 INFO O| May 28 00:58:37.358 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-05-28T00:58:38.094Z[ recovery-image] May 28 00:58:37.366 INFO O| May 28 00:58:37.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80812026-05-28T00:58:38.094Z[ recovery-image] May 28 00:58:37.366 INFO O| May 28 00:58:37.366 INFO STEP 1068 (remove_files) COMPLETE
80822026-05-28T00:58:38.097Z[ recovery-image] May 28 00:58:37.366 INFO O| May 28 00:58:37.366 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-05-28T00:58:38.104Z[ recovery-image] May 28 00:58:37.375 INFO O| May 28 00:58:37.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80842026-05-28T00:58:38.104Z[ recovery-image] May 28 00:58:37.375 INFO O| May 28 00:58:37.375 INFO STEP 1069 (remove_files) COMPLETE
80852026-05-28T00:58:38.104Z[ recovery-image] May 28 00:58:37.375 INFO O| May 28 00:58:37.375 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-05-28T00:58:38.112Z[ recovery-image] May 28 00:58:37.384 INFO O| May 28 00:58:37.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80872026-05-28T00:58:38.112Z[ recovery-image] May 28 00:58:37.384 INFO O| May 28 00:58:37.384 INFO STEP 1070 (remove_files) COMPLETE
80882026-05-28T00:58:38.115Z[ recovery-image] May 28 00:58:37.384 INFO O| May 28 00:58:37.384 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-05-28T00:58:38.120Z[ recovery-image] May 28 00:58:37.392 INFO O| May 28 00:58:37.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80902026-05-28T00:58:38.120Z[ recovery-image] May 28 00:58:37.393 INFO O| May 28 00:58:37.392 INFO STEP 1071 (remove_files) COMPLETE
80912026-05-28T00:58:38.123Z[ recovery-image] May 28 00:58:37.393 INFO O| May 28 00:58:37.393 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-05-28T00:58:38.129Z[ recovery-image] May 28 00:58:37.401 INFO O| May 28 00:58:37.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80932026-05-28T00:58:38.129Z[ recovery-image] May 28 00:58:37.401 INFO O| May 28 00:58:37.401 INFO STEP 1072 (remove_files) COMPLETE
80942026-05-28T00:58:38.129Z[ recovery-image] May 28 00:58:37.401 INFO O| May 28 00:58:37.401 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-05-28T00:58:38.136Z[ recovery-image] May 28 00:58:37.409 INFO O| May 28 00:58:37.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80962026-05-28T00:58:38.136Z[ recovery-image] May 28 00:58:37.409 INFO O| May 28 00:58:37.409 INFO STEP 1073 (remove_files) COMPLETE
80972026-05-28T00:58:38.137Z[ recovery-image] May 28 00:58:37.409 INFO O| May 28 00:58:37.409 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-05-28T00:58:38.144Z[ recovery-image] May 28 00:58:37.416 INFO O| May 28 00:58:37.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80992026-05-28T00:58:38.144Z[ recovery-image] May 28 00:58:37.416 INFO O| May 28 00:58:37.416 INFO STEP 1074 (remove_files) COMPLETE
81002026-05-28T00:58:38.147Z[ recovery-image] May 28 00:58:37.416 INFO O| May 28 00:58:37.416 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-05-28T00:58:38.151Z[ recovery-image] May 28 00:58:37.423 INFO O| May 28 00:58:37.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81022026-05-28T00:58:38.151Z[ recovery-image] May 28 00:58:37.423 INFO O| May 28 00:58:37.423 INFO STEP 1075 (remove_files) COMPLETE
81032026-05-28T00:58:38.151Z[ recovery-image] May 28 00:58:37.423 INFO O| May 28 00:58:37.423 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-05-28T00:58:38.158Z[ recovery-image] May 28 00:58:37.429 INFO O| May 28 00:58:37.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81052026-05-28T00:58:38.158Z[ recovery-image] May 28 00:58:37.430 INFO O| May 28 00:58:37.430 INFO STEP 1076 (remove_files) COMPLETE
81062026-05-28T00:58:38.158Z[ recovery-image] May 28 00:58:37.430 INFO O| May 28 00:58:37.430 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-05-28T00:58:38.164Z[ recovery-image] May 28 00:58:37.437 INFO O| May 28 00:58:37.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81082026-05-28T00:58:38.164Z[ recovery-image] May 28 00:58:37.437 INFO O| May 28 00:58:37.437 INFO STEP 1077 (remove_files) COMPLETE
81092026-05-28T00:58:38.164Z[ recovery-image] May 28 00:58:37.437 INFO O| May 28 00:58:37.437 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-05-28T00:58:38.171Z[ recovery-image] May 28 00:58:37.444 INFO O| May 28 00:58:37.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81112026-05-28T00:58:38.171Z[ recovery-image] May 28 00:58:37.444 INFO O| May 28 00:58:37.444 INFO STEP 1078 (remove_files) COMPLETE
81122026-05-28T00:58:38.175Z[ recovery-image] May 28 00:58:37.444 INFO O| May 28 00:58:37.444 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-05-28T00:58:38.178Z[ recovery-image] May 28 00:58:37.450 INFO O| May 28 00:58:37.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81142026-05-28T00:58:38.178Z[ recovery-image] May 28 00:58:37.450 INFO O| May 28 00:58:37.450 INFO STEP 1079 (remove_files) COMPLETE
81152026-05-28T00:58:38.179Z[ recovery-image] May 28 00:58:37.450 INFO O| May 28 00:58:37.450 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-05-28T00:58:38.187Z[ recovery-image] May 28 00:58:37.458 INFO O| May 28 00:58:37.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81172026-05-28T00:58:38.187Z[ recovery-image] May 28 00:58:37.459 INFO O| May 28 00:58:37.459 INFO STEP 1080 (remove_files) COMPLETE
81182026-05-28T00:58:38.190Z[ recovery-image] May 28 00:58:37.459 INFO O| May 28 00:58:37.459 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-05-28T00:58:38.194Z[ recovery-image] May 28 00:58:37.466 INFO O| May 28 00:58:37.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81202026-05-28T00:58:38.194Z[ recovery-image] May 28 00:58:37.466 INFO O| May 28 00:58:37.466 INFO STEP 1081 (remove_files) COMPLETE
81212026-05-28T00:58:38.194Z[ recovery-image] May 28 00:58:37.466 INFO O| May 28 00:58:37.466 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-05-28T00:58:38.202Z[ recovery-image] May 28 00:58:37.474 INFO O| May 28 00:58:37.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81232026-05-28T00:58:38.202Z[ recovery-image] May 28 00:58:37.474 INFO O| May 28 00:58:37.474 INFO STEP 1082 (remove_files) COMPLETE
81242026-05-28T00:58:38.202Z[ recovery-image] May 28 00:58:37.474 INFO O| May 28 00:58:37.474 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-05-28T00:58:38.209Z[ recovery-image] May 28 00:58:37.481 INFO O| May 28 00:58:37.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81262026-05-28T00:58:38.209Z[ recovery-image] May 28 00:58:37.481 INFO O| May 28 00:58:37.481 INFO STEP 1083 (remove_files) COMPLETE
81272026-05-28T00:58:38.209Z[ recovery-image] May 28 00:58:37.481 INFO O| May 28 00:58:37.481 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-05-28T00:58:38.217Z[ recovery-image] May 28 00:58:37.488 INFO O| May 28 00:58:37.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81292026-05-28T00:58:38.217Z[ recovery-image] May 28 00:58:37.488 INFO O| May 28 00:58:37.488 INFO STEP 1084 (remove_files) COMPLETE
81302026-05-28T00:58:38.217Z[ recovery-image] May 28 00:58:37.488 INFO O| May 28 00:58:37.488 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-05-28T00:58:38.224Z[ recovery-image] May 28 00:58:37.496 INFO O| May 28 00:58:37.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81322026-05-28T00:58:38.224Z[ recovery-image] May 28 00:58:37.496 INFO O| May 28 00:58:37.496 INFO STEP 1085 (remove_files) COMPLETE
81332026-05-28T00:58:38.224Z[ recovery-image] May 28 00:58:37.496 INFO O| May 28 00:58:37.496 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-05-28T00:58:38.232Z[ recovery-image] May 28 00:58:37.504 INFO O| May 28 00:58:37.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81352026-05-28T00:58:38.232Z[ recovery-image] May 28 00:58:37.504 INFO O| May 28 00:58:37.504 INFO STEP 1086 (remove_files) COMPLETE
81362026-05-28T00:58:38.235Z[ recovery-image] May 28 00:58:37.504 INFO O| May 28 00:58:37.504 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-05-28T00:58:38.240Z[ recovery-image] May 28 00:58:37.512 INFO O| May 28 00:58:37.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81382026-05-28T00:58:38.240Z[ recovery-image] May 28 00:58:37.512 INFO O| May 28 00:58:37.512 INFO STEP 1087 (remove_files) COMPLETE
81392026-05-28T00:58:38.240Z[ recovery-image] May 28 00:58:37.512 INFO O| May 28 00:58:37.512 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-05-28T00:58:38.249Z[ recovery-image] May 28 00:58:37.519 INFO O| May 28 00:58:37.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81412026-05-28T00:58:38.249Z[ recovery-image] May 28 00:58:37.519 INFO O| May 28 00:58:37.519 INFO STEP 1088 (remove_files) COMPLETE
81422026-05-28T00:58:38.249Z[ recovery-image] May 28 00:58:37.519 INFO O| May 28 00:58:37.519 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-05-28T00:58:38.254Z[ recovery-image] May 28 00:58:37.526 INFO O| May 28 00:58:37.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81442026-05-28T00:58:38.254Z[ recovery-image] May 28 00:58:37.526 INFO O| May 28 00:58:37.526 INFO STEP 1089 (remove_files) COMPLETE
81452026-05-28T00:58:38.257Z[ recovery-image] May 28 00:58:37.526 INFO O| May 28 00:58:37.526 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-05-28T00:58:38.261Z[ recovery-image] May 28 00:58:37.533 INFO O| May 28 00:58:37.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81472026-05-28T00:58:38.261Z[ recovery-image] May 28 00:58:37.533 INFO O| May 28 00:58:37.533 INFO STEP 1090 (remove_files) COMPLETE
81482026-05-28T00:58:38.264Z[ recovery-image] May 28 00:58:37.533 INFO O| May 28 00:58:37.533 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-05-28T00:58:38.269Z[ recovery-image] May 28 00:58:37.540 INFO O| May 28 00:58:37.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81502026-05-28T00:58:38.269Z[ recovery-image] May 28 00:58:37.540 INFO O| May 28 00:58:37.540 INFO STEP 1091 (remove_files) COMPLETE
81512026-05-28T00:58:38.269Z[ recovery-image] May 28 00:58:37.540 INFO O| May 28 00:58:37.540 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-05-28T00:58:38.277Z[ recovery-image] May 28 00:58:37.548 INFO O| May 28 00:58:37.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81532026-05-28T00:58:38.277Z[ recovery-image] May 28 00:58:37.548 INFO O| May 28 00:58:37.548 INFO STEP 1092 (remove_files) COMPLETE
81542026-05-28T00:58:38.277Z[ recovery-image] May 28 00:58:37.548 INFO O| May 28 00:58:37.548 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-05-28T00:58:38.283Z[ recovery-image] May 28 00:58:37.556 INFO O| May 28 00:58:37.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81562026-05-28T00:58:38.287Z[ recovery-image] May 28 00:58:37.557 INFO O| May 28 00:58:37.557 INFO STEP 1093 (remove_files) COMPLETE
81572026-05-28T00:58:38.287Z[ recovery-image] May 28 00:58:37.557 INFO O| May 28 00:58:37.557 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-05-28T00:58:38.293Z[ recovery-image] May 28 00:58:37.565 INFO O| May 28 00:58:37.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81592026-05-28T00:58:38.293Z[ recovery-image] May 28 00:58:37.565 INFO O| May 28 00:58:37.565 INFO STEP 1094 (remove_files) COMPLETE
81602026-05-28T00:58:38.293Z[ recovery-image] May 28 00:58:37.565 INFO O| May 28 00:58:37.565 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-05-28T00:58:38.301Z[ recovery-image] May 28 00:58:37.573 INFO O| May 28 00:58:37.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81622026-05-28T00:58:38.301Z[ recovery-image] May 28 00:58:37.573 INFO O| May 28 00:58:37.573 INFO STEP 1095 (remove_files) COMPLETE
81632026-05-28T00:58:38.301Z[ recovery-image] May 28 00:58:37.573 INFO O| May 28 00:58:37.573 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-05-28T00:58:38.309Z[ recovery-image] May 28 00:58:37.581 INFO O| May 28 00:58:37.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81652026-05-28T00:58:38.309Z[ recovery-image] May 28 00:58:37.581 INFO O| May 28 00:58:37.581 INFO STEP 1096 (remove_files) COMPLETE
81662026-05-28T00:58:38.310Z[ recovery-image] May 28 00:58:37.581 INFO O| May 28 00:58:37.581 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-05-28T00:58:38.316Z[ recovery-image] May 28 00:58:37.589 INFO O| May 28 00:58:37.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81682026-05-28T00:58:38.316Z[ recovery-image] May 28 00:58:37.589 INFO O| May 28 00:58:37.589 INFO STEP 1097 (remove_files) COMPLETE
81692026-05-28T00:58:38.316Z[ recovery-image] May 28 00:58:37.589 INFO O| May 28 00:58:37.589 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-05-28T00:58:38.325Z[ recovery-image] May 28 00:58:37.597 INFO O| May 28 00:58:37.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81712026-05-28T00:58:38.325Z[ recovery-image] May 28 00:58:37.597 INFO O| May 28 00:58:37.597 INFO STEP 1098 (remove_files) COMPLETE
81722026-05-28T00:58:38.325Z[ recovery-image] May 28 00:58:37.597 INFO O| May 28 00:58:37.597 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-05-28T00:58:38.375Z[ recovery-image] May 28 00:58:37.605 INFO O| May 28 00:58:37.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81742026-05-28T00:58:38.375Z[ recovery-image] May 28 00:58:37.605 INFO O| May 28 00:58:37.605 INFO STEP 1099 (remove_files) COMPLETE
81752026-05-28T00:58:38.375Z[ recovery-image] May 28 00:58:37.605 INFO O| May 28 00:58:37.605 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.613 INFO O| May 28 00:58:37.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81772026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.613 INFO O| May 28 00:58:37.613 INFO STEP 1100 (remove_files) COMPLETE
81782026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.613 INFO O| May 28 00:58:37.613 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.621 INFO O| May 28 00:58:37.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81802026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.621 INFO O| May 28 00:58:37.621 INFO STEP 1101 (remove_files) COMPLETE
81812026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.621 INFO O| May 28 00:58:37.621 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.628 INFO O| May 28 00:58:37.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81832026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.628 INFO O| May 28 00:58:37.628 INFO STEP 1102 (remove_files) COMPLETE
81842026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.628 INFO O| May 28 00:58:37.628 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.636 INFO O| May 28 00:58:37.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81862026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.636 INFO O| May 28 00:58:37.636 INFO STEP 1103 (remove_files) COMPLETE
81872026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.636 INFO O| May 28 00:58:37.636 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.644 INFO O| May 28 00:58:37.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81892026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.644 INFO O| May 28 00:58:37.644 INFO STEP 1104 (remove_files) COMPLETE
81902026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.644 INFO O| May 28 00:58:37.644 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.651 INFO O| May 28 00:58:37.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81922026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.651 INFO O| May 28 00:58:37.651 INFO STEP 1105 (remove_files) COMPLETE
81932026-05-28T00:58:38.380Z[ recovery-image] May 28 00:58:37.651 INFO O| May 28 00:58:37.651 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-05-28T00:58:38.387Z[ recovery-image] May 28 00:58:37.659 INFO O| May 28 00:58:37.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81952026-05-28T00:58:38.387Z[ recovery-image] May 28 00:58:37.659 INFO O| May 28 00:58:37.659 INFO STEP 1106 (remove_files) COMPLETE
81962026-05-28T00:58:38.387Z[ recovery-image] May 28 00:58:37.659 INFO O| May 28 00:58:37.659 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-05-28T00:58:38.394Z[ recovery-image] May 28 00:58:37.666 INFO O| May 28 00:58:37.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81982026-05-28T00:58:38.394Z[ recovery-image] May 28 00:58:37.666 INFO O| May 28 00:58:37.666 INFO STEP 1107 (remove_files) COMPLETE
81992026-05-28T00:58:38.394Z[ recovery-image] May 28 00:58:37.667 INFO O| May 28 00:58:37.666 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-05-28T00:58:38.404Z[ recovery-image] May 28 00:58:37.674 INFO O| May 28 00:58:37.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82012026-05-28T00:58:38.404Z[ recovery-image] May 28 00:58:37.674 INFO O| May 28 00:58:37.674 INFO STEP 1108 (remove_files) COMPLETE
82022026-05-28T00:58:38.404Z[ recovery-image] May 28 00:58:37.674 INFO O| May 28 00:58:37.674 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-05-28T00:58:38.410Z[ recovery-image] May 28 00:58:37.682 INFO O| May 28 00:58:37.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82042026-05-28T00:58:38.410Z[ recovery-image] May 28 00:58:37.682 INFO O| May 28 00:58:37.682 INFO STEP 1109 (remove_files) COMPLETE
82052026-05-28T00:58:38.413Z[ recovery-image] May 28 00:58:37.682 INFO O| May 28 00:58:37.682 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-05-28T00:58:38.419Z[ recovery-image] May 28 00:58:37.691 INFO O| May 28 00:58:37.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82072026-05-28T00:58:38.419Z[ recovery-image] May 28 00:58:37.691 INFO O| May 28 00:58:37.691 INFO STEP 1110 (remove_files) COMPLETE
82082026-05-28T00:58:38.419Z[ recovery-image] May 28 00:58:37.691 INFO O| May 28 00:58:37.691 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-05-28T00:58:38.428Z[ recovery-image] May 28 00:58:37.700 INFO O| May 28 00:58:37.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82102026-05-28T00:58:38.428Z[ recovery-image] May 28 00:58:37.700 INFO O| May 28 00:58:37.700 INFO STEP 1111 (remove_files) COMPLETE
82112026-05-28T00:58:38.428Z[ recovery-image] May 28 00:58:37.700 INFO O| May 28 00:58:37.700 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-05-28T00:58:38.437Z[ recovery-image] May 28 00:58:37.708 INFO O| May 28 00:58:37.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82132026-05-28T00:58:38.437Z[ recovery-image] May 28 00:58:37.708 INFO O| May 28 00:58:37.708 INFO STEP 1112 (remove_files) COMPLETE
82142026-05-28T00:58:38.437Z[ recovery-image] May 28 00:58:37.708 INFO O| May 28 00:58:37.708 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-05-28T00:58:38.445Z[ recovery-image] May 28 00:58:37.717 INFO O| May 28 00:58:37.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82162026-05-28T00:58:38.445Z[ recovery-image] May 28 00:58:37.717 INFO O| May 28 00:58:37.717 INFO STEP 1113 (remove_files) COMPLETE
82172026-05-28T00:58:38.449Z[ recovery-image] May 28 00:58:37.717 INFO O| May 28 00:58:37.717 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-05-28T00:58:38.453Z[ recovery-image] May 28 00:58:37.724 INFO O| May 28 00:58:37.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82192026-05-28T00:58:38.453Z[ recovery-image] May 28 00:58:37.724 INFO O| May 28 00:58:37.724 INFO STEP 1114 (remove_files) COMPLETE
82202026-05-28T00:58:38.453Z[ recovery-image] May 28 00:58:37.724 INFO O| May 28 00:58:37.724 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-05-28T00:58:38.462Z[ recovery-image] May 28 00:58:37.734 INFO O| May 28 00:58:37.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82222026-05-28T00:58:38.462Z[ recovery-image] May 28 00:58:37.734 INFO O| May 28 00:58:37.731 INFO STEP 1115 (remove_files) COMPLETE
82232026-05-28T00:58:38.462Z[ recovery-image] May 28 00:58:37.734 INFO O| May 28 00:58:37.731 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-05-28T00:58:38.467Z[ recovery-image] May 28 00:58:37.740 INFO O| May 28 00:58:37.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82252026-05-28T00:58:38.468Z[ recovery-image] May 28 00:58:37.740 INFO O| May 28 00:58:37.740 INFO STEP 1116 (remove_files) COMPLETE
82262026-05-28T00:58:38.468Z[ recovery-image] May 28 00:58:37.740 INFO O| May 28 00:58:37.740 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-05-28T00:58:38.480Z[ recovery-image] May 28 00:58:37.752 INFO O| May 28 00:58:37.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82282026-05-28T00:58:38.480Z[ recovery-image] May 28 00:58:37.752 INFO O| May 28 00:58:37.752 INFO STEP 1117 (remove_files) COMPLETE
82292026-05-28T00:58:38.480Z[ recovery-image] May 28 00:58:37.752 INFO O| May 28 00:58:37.752 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-05-28T00:58:38.489Z[ recovery-image] May 28 00:58:37.761 INFO O| May 28 00:58:37.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82312026-05-28T00:58:38.489Z[ recovery-image] May 28 00:58:37.761 INFO O| May 28 00:58:37.761 INFO STEP 1118 (remove_files) COMPLETE
82322026-05-28T00:58:38.489Z[ recovery-image] May 28 00:58:37.761 INFO O| May 28 00:58:37.761 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82332026-05-28T00:58:38.505Z[ recovery-image] May 28 00:58:37.776 INFO O| May 28 00:58:37.776 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82342026-05-28T00:58:38.505Z[ recovery-image] May 28 00:58:37.776 INFO O| May 28 00:58:37.776 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82352026-05-28T00:58:39.490Z[ recovery-image] May 28 00:58:38.762 INFO O| May 28 00:58:38.762 INFO STEP 1119 (pack_tar) COMPLETE
82362026-05-28T00:58:39.490Z[ recovery-image] May 28 00:58:38.762 INFO O| May 28 00:58:38.762 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82372026-05-28T00:58:39.490Z[ recovery-image] May 28 00:58:38.762 INFO O| May 28 00:58:38.762 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82382026-05-28T00:58:39.767Z[ recovery-image] May 28 00:58:39.039 INFO O| May 28 00:58:39.039 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82392026-05-28T00:58:39.908Z[ recovery-image] May 28 00:58:39.180 INFO O| May 28 00:58:39.180 INFO completed processing sled/ramdisk-03-recovery-trim
82402026-05-28T00:58:39.913Z[ recovery-image] May 28 00:58:39.183 INFO image builder template: zfs-recovery...
82412026-05-28T00:58:39.913Z[ recovery-image] May 28 00:58:39.183 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/.tmpd4Ugq7/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", "publisher_1_name=helios-dev", "-F", "publisher_1_url+=file:///tmp/.tmpd4Ugq7/opte-recovery.p5p", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.477", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs-recovery"], pwd: None
82422026-05-28T00:58:39.939Z[ recovery-image] May 28 00:58:39.210 INFO O| May 28 00:58:39.210 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82432026-05-28T00:58:39.943Z[ recovery-image] May 28 00:58:39.214 INFO O| May 28 00:58:39.214 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82442026-05-28T00:58:40.018Z[ recovery-image] May 28 00:58:39.290 INFO O| May 28 00:58:39.290 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82452026-05-28T00:58:40.139Z[ recovery-image] May 28 00:58:39.410 INFO O| May 28 00:58:39.410 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82462026-05-28T00:58:40.139Z[ recovery-image] May 28 00:58:39.410 INFO O| May 28 00:58:39.410 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82472026-05-28T00:58:40.142Z[ recovery-image] May 28 00:58:39.414 INFO O| May 28 00:58:39.414 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82482026-05-28T00:58:40.226Z[ recovery-image] May 28 00:58:39.498 INFO O| May 28 00:58:39.498 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82492026-05-28T00:58:40.290Z[ recovery-image] May 28 00:58:39.562 INFO O| May 28 00:58:39.562 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82502026-05-28T00:58:40.299Z[ recovery-image] May 28 00:58:39.571 INFO O| May 28 00:58:39.571 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82512026-05-28T00:58:40.303Z[ recovery-image] May 28 00:58:39.575 INFO O| May 28 00:58:39.575 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82522026-05-28T00:58:40.307Z[ recovery-image] May 28 00:58:39.577 INFO O| May 28 00:58:39.577 INFO no lofi found
82532026-05-28T00:58:40.307Z[ recovery-image] May 28 00:58:39.577 INFO O| May 28 00:58:39.577 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82542026-05-28T00:58:40.307Z[ recovery-image] May 28 00:58:39.577 INFO O| May 28 00:58:39.577 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82552026-05-28T00:58:41.729Z[ recovery-image] May 28 00:58:41.001 INFO O| May 28 00:58:41.001 INFO lofi device = /dev/dsk/c2t1d0p0
82562026-05-28T00:58:41.729Z[ recovery-image] May 28 00:58:41.001 INFO O| May 28 00:58:41.001 INFO pool device = /dev/dsk/c2t1d0p0
82572026-05-28T00:58:41.732Z[ recovery-image] May 28 00:58:41.001 INFO O| May 28 00:58:41.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"]
82582026-05-28T00:58:41.907Z[ recovery-image] May 28 00:58:41.179 INFO O| May 28 00:58:41.179 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82592026-05-28T00:58:41.907Z[ recovery-image] May 28 00:58:41.179 INFO O| May 28 00:58:41.179 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82602026-05-28T00:58:41.934Z[ recovery-image] May 28 00:58:41.206 INFO O| May 28 00:58:41.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82612026-05-28T00:58:41.994Z[ recovery-image] May 28 00:58:41.266 INFO O| May 28 00:58:41.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82622026-05-28T00:58:42.028Z[ recovery-image] May 28 00:58:41.300 INFO O| May 28 00:58:41.300 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82632026-05-28T00:58:42.049Z[ recovery-image] May 28 00:58:41.321 INFO O| May 28 00:58:41.320 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82642026-05-28T00:58:42.065Z[ recovery-image] May 28 00:58:41.337 INFO O| May 28 00:58:41.337 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82652026-05-28T00:58:42.108Z[ recovery-image] May 28 00:58:41.379 INFO O| May 28 00:58:41.379 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82662026-05-28T00:58:42.108Z[ recovery-image] May 28 00:58:41.379 INFO O| May 28 00:58:41.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82672026-05-28T00:58:42.108Z[ recovery-image] May 28 00:58:41.380 INFO O| May 28 00:58:41.379 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82682026-05-28T00:58:42.116Z[ recovery-image] May 28 00:58:41.388 INFO O| May 28 00:58:41.388 INFO boot environment UUID: e91aac73-d1d7-4158-adfb-ad130ca27296
82692026-05-28T00:58:42.116Z[ recovery-image] May 28 00:58:41.388 INFO O| May 28 00:58:41.388 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e91aac73-d1d7-4158-adfb-ad130ca27296
82702026-05-28T00:58:42.133Z[ recovery-image] May 28 00:58:41.405 INFO O| May 28 00:58:41.405 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82712026-05-28T00:58:42.149Z[ recovery-image] May 28 00:58:41.421 INFO O| May 28 00:58:41.421 INFO STEP 0 (create_be) COMPLETE
82722026-05-28T00:58:42.149Z[ recovery-image] May 28 00:58:41.421 INFO O| May 28 00:58:41.421 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82732026-05-28T00:58:42.163Z[ recovery-image] May 28 00:58:41.435 INFO O| May 28 00:58:41.435 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"]
82742026-05-28T00:58:50.997Z[ recovery-image] May 28 00:58:50.269 INFO O| May 28 00:58:50.269 INFO STEP 1 (unpack_tar) COMPLETE
82752026-05-28T00:58:50.997Z[ recovery-image] May 28 00:58:50.269 INFO O| May 28 00:58:50.269 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82762026-05-28T00:58:51.006Z[ recovery-image] May 28 00:58:50.278 INFO O| May 28 00:58:50.278 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82772026-05-28T00:58:52.142Z[ recovery-image] May 28 00:58:51.414 INFO O| May 28 00:58:51.414 INFO STEP 2 (devfsadm) COMPLETE
82782026-05-28T00:58:52.142Z[ recovery-image] May 28 00:58:51.414 INFO O| May 28 00:58:51.414 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82792026-05-28T00:58:52.153Z[ recovery-image] May 28 00:58:51.425 INFO O| May 28 00:58:51.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82802026-05-28T00:58:52.153Z[ recovery-image] May 28 00:58:51.425 INFO O| May 28 00:58:51.425 INFO STEP 3 (ensure_dir) COMPLETE
82812026-05-28T00:58:52.153Z[ recovery-image] May 28 00:58:51.425 INFO O| May 28 00:58:51.425 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82822026-05-28T00:58:52.162Z[ recovery-image] May 28 00:58:51.434 INFO O| May 28 00:58:51.434 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82832026-05-28T00:58:52.162Z[ recovery-image] May 28 00:58:51.434 INFO O| May 28 00:58:51.434 INFO STEP 4 (ensure_dir) COMPLETE
82842026-05-28T00:58:52.165Z[ recovery-image] May 28 00:58:51.434 INFO O| May 28 00:58:51.434 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82852026-05-28T00:58:52.171Z[ recovery-image] May 28 00:58:51.443 INFO O| May 28 00:58:51.442 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82862026-05-28T00:58:52.174Z[ recovery-image] May 28 00:58:51.443 INFO O| May 28 00:58:51.443 INFO STEP 5 (ensure_dir) COMPLETE
82872026-05-28T00:58:52.174Z[ recovery-image] May 28 00:58:51.443 INFO O| May 28 00:58:51.443 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82882026-05-28T00:58:52.179Z[ recovery-image] May 28 00:58:51.451 INFO O| May 28 00:58:51.451 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82892026-05-28T00:58:52.179Z[ recovery-image] May 28 00:58:51.451 INFO O| May 28 00:58:51.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82902026-05-28T00:58:52.179Z[ recovery-image] May 28 00:58:51.451 INFO O| May 28 00:58:51.451 INFO STEP 6 (ensure_dir) COMPLETE
82912026-05-28T00:58:52.183Z[ recovery-image] May 28 00:58:51.451 INFO O| May 28 00:58:51.451 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82922026-05-28T00:58:52.188Z[ recovery-image] May 28 00:58:51.460 INFO O| May 28 00:58:51.460 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82932026-05-28T00:58:52.188Z[ recovery-image] May 28 00:58:51.460 INFO O| May 28 00:58:51.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82942026-05-28T00:58:52.191Z[ recovery-image] May 28 00:58:51.460 INFO O| May 28 00:58:51.460 INFO STEP 7 (ensure_dir) COMPLETE
82952026-05-28T00:58:52.191Z[ recovery-image] May 28 00:58:51.460 INFO O| May 28 00:58:51.460 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82962026-05-28T00:58:52.195Z[ recovery-image] May 28 00:58:51.467 INFO O| May 28 00:58:51.467 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82972026-05-28T00:58:52.198Z[ recovery-image] May 28 00:58:51.468 INFO O| May 28 00:58:51.468 INFO STEP 8 (remove_files) COMPLETE
82982026-05-28T00:58:52.198Z[ recovery-image] May 28 00:58:51.468 INFO O| May 28 00:58:51.468 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82992026-05-28T00:58:52.204Z[ recovery-image] May 28 00:58:51.476 INFO O| May 28 00:58:51.476 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83002026-05-28T00:58:52.207Z[ recovery-image] May 28 00:58:51.476 INFO O| May 28 00:58:51.476 INFO STEP 9 (remove_files) COMPLETE
83012026-05-28T00:58:52.207Z[ recovery-image] May 28 00:58:51.476 INFO O| May 28 00:58:51.476 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83022026-05-28T00:58:52.211Z[ recovery-image] May 28 00:58:51.484 INFO O| May 28 00:58:51.483 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83032026-05-28T00:58:52.215Z[ recovery-image] May 28 00:58:51.484 INFO O| May 28 00:58:51.484 INFO STEP 10 (remove_files) COMPLETE
83042026-05-28T00:58:52.215Z[ recovery-image] May 28 00:58:51.484 INFO O| May 28 00:58:51.484 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83052026-05-28T00:58:52.248Z[ recovery-image] May 28 00:58:51.493 INFO O| May 28 00:58:51.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83062026-05-28T00:58:52.248Z[ recovery-image] May 28 00:58:51.493 INFO O| May 28 00:58:51.493 INFO STEP 11 (remove_files) COMPLETE
83072026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.493 INFO O| May 28 00:58:51.493 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83082026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.501 INFO O| May 28 00:58:51.501 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83092026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.501 INFO O| May 28 00:58:51.501 INFO STEP 12 (remove_files) COMPLETE
83102026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.501 INFO O| May 28 00:58:51.501 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83112026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.509 INFO O| May 28 00:58:51.509 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83122026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.509 INFO O| May 28 00:58:51.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83132026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.509 INFO O| May 28 00:58:51.509 INFO STEP 13 (ensure_dir) COMPLETE
83142026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.509 INFO O| May 28 00:58:51.509 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83152026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.518 INFO O| May 28 00:58:51.518 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83162026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.518 INFO O| May 28 00:58:51.518 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83172026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.518 INFO O| May 28 00:58:51.518 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83182026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.518 INFO O| May 28 00:58:51.518 INFO STEP 14 (ensure_dir) COMPLETE
83192026-05-28T00:58:52.253Z[ recovery-image] May 28 00:58:51.518 INFO O| May 28 00:58:51.518 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83202026-05-28T00:58:52.257Z[ recovery-image] May 28 00:58:51.525 INFO O| May 28 00:58:51.525 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83212026-05-28T00:58:52.257Z[ recovery-image] May 28 00:58:51.525 INFO O| May 28 00:58:51.525 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83222026-05-28T00:58:52.257Z[ recovery-image] May 28 00:58:51.525 INFO O| May 28 00:58:51.525 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83232026-05-28T00:58:52.257Z[ recovery-image] May 28 00:58:51.525 INFO O| May 28 00:58:51.525 INFO STEP 15 (ensure_dir) COMPLETE
83242026-05-28T00:58:52.257Z[ recovery-image] May 28 00:58:51.525 INFO O| May 28 00:58:51.525 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83252026-05-28T00:58:52.261Z[ recovery-image] May 28 00:58:51.532 INFO O| May 28 00:58:51.532 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83262026-05-28T00:58:52.261Z[ recovery-image] May 28 00:58:51.532 INFO O| May 28 00:58:51.532 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83272026-05-28T00:58:52.261Z[ recovery-image] May 28 00:58:51.532 INFO O| May 28 00:58:51.532 INFO STEP 16 (ensure_dir) COMPLETE
83282026-05-28T00:58:52.261Z[ recovery-image] May 28 00:58:51.532 INFO O| May 28 00:58:51.532 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83292026-05-28T00:58:52.267Z[ recovery-image] May 28 00:58:51.539 INFO O| May 28 00:58:51.539 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83302026-05-28T00:58:52.267Z[ recovery-image] May 28 00:58:51.539 INFO O| May 28 00:58:51.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83312026-05-28T00:58:52.270Z[ recovery-image] May 28 00:58:51.539 INFO O| May 28 00:58:51.539 INFO STEP 17 (ensure_dir) COMPLETE
83322026-05-28T00:58:52.271Z[ recovery-image] May 28 00:58:51.539 INFO O| May 28 00:58:51.539 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83332026-05-28T00:58:52.274Z[ recovery-image] May 28 00:58:51.546 INFO O| May 28 00:58:51.546 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83342026-05-28T00:58:52.274Z[ recovery-image] May 28 00:58:51.546 INFO O| May 28 00:58:51.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83352026-05-28T00:58:52.278Z[ recovery-image] May 28 00:58:51.546 INFO O| May 28 00:58:51.546 INFO ok!
83362026-05-28T00:58:52.278Z[ recovery-image] May 28 00:58:51.546 INFO O| May 28 00:58:51.546 INFO STEP 18 (ensure_symlink) COMPLETE
83372026-05-28T00:58:52.278Z[ recovery-image] May 28 00:58:51.546 INFO O| May 28 00:58:51.546 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83382026-05-28T00:58:52.283Z[ recovery-image] May 28 00:58:51.554 INFO O| May 28 00:58:51.554 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83392026-05-28T00:58:52.286Z[ recovery-image] May 28 00:58:51.554 INFO O| May 28 00:58:51.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83402026-05-28T00:58:52.286Z[ recovery-image] May 28 00:58:51.554 INFO O| May 28 00:58:51.554 INFO ok!
83412026-05-28T00:58:52.286Z[ recovery-image] May 28 00:58:51.554 INFO O| May 28 00:58:51.554 INFO STEP 19 (ensure_file) COMPLETE
83422026-05-28T00:58:52.286Z[ recovery-image] May 28 00:58:51.554 INFO O| May 28 00:58:51.554 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83432026-05-28T00:58:52.289Z[ recovery-image] May 28 00:58:51.561 INFO O| May 28 00:58:51.561 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83442026-05-28T00:58:52.289Z[ recovery-image] May 28 00:58:51.561 INFO O| May 28 00:58:51.561 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83452026-05-28T00:58:52.292Z[ recovery-image] May 28 00:58:51.561 INFO O| May 28 00:58:51.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83462026-05-28T00:58:52.292Z[ recovery-image] May 28 00:58:51.561 INFO O| May 28 00:58:51.561 INFO ok!
83472026-05-28T00:58:52.292Z[ recovery-image] May 28 00:58:51.561 INFO O| May 28 00:58:51.561 INFO STEP 20 (ensure_symlink) COMPLETE
83482026-05-28T00:58:52.293Z[ recovery-image] May 28 00:58:51.561 INFO O| May 28 00:58:51.561 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83492026-05-28T00:58:52.298Z[ recovery-image] May 28 00:58:51.570 INFO O| May 28 00:58:51.570 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83502026-05-28T00:58:52.298Z[ recovery-image] May 28 00:58:51.570 INFO O| May 28 00:58:51.570 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83512026-05-28T00:58:52.301Z[ recovery-image] May 28 00:58:51.570 INFO O| May 28 00:58:51.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83522026-05-28T00:58:52.301Z[ recovery-image] May 28 00:58:51.570 INFO O| May 28 00:58:51.570 INFO ok!
83532026-05-28T00:58:52.301Z[ recovery-image] May 28 00:58:51.570 INFO O| May 28 00:58:51.570 INFO STEP 21 (ensure_symlink) COMPLETE
83542026-05-28T00:58:52.302Z[ recovery-image] May 28 00:58:51.570 INFO O| May 28 00:58:51.570 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83552026-05-28T00:58:52.307Z[ recovery-image] May 28 00:58:51.579 INFO O| May 28 00:58:51.579 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83562026-05-28T00:58:52.307Z[ recovery-image] May 28 00:58:51.579 INFO O| May 28 00:58:51.579 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83572026-05-28T00:58:52.307Z[ recovery-image] May 28 00:58:51.579 INFO O| May 28 00:58:51.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83582026-05-28T00:58:52.310Z[ recovery-image] May 28 00:58:51.579 INFO O| May 28 00:58:51.579 INFO ok!
83592026-05-28T00:58:52.310Z[ recovery-image] May 28 00:58:51.579 INFO O| May 28 00:58:51.579 INFO STEP 22 (ensure_symlink) COMPLETE
83602026-05-28T00:58:52.310Z[ recovery-image] May 28 00:58:51.579 INFO O| May 28 00:58:51.579 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83612026-05-28T00:58:52.316Z[ recovery-image] May 28 00:58:51.588 INFO O| May 28 00:58:51.588 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83622026-05-28T00:58:52.316Z[ recovery-image] May 28 00:58:51.588 INFO O| May 28 00:58:51.588 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83632026-05-28T00:58:52.320Z[ recovery-image] May 28 00:58:51.588 INFO O| May 28 00:58:51.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83642026-05-28T00:58:52.320Z[ recovery-image] May 28 00:58:51.588 INFO O| May 28 00:58:51.588 INFO ok!
83652026-05-28T00:58:52.320Z[ recovery-image] May 28 00:58:51.589 INFO O| May 28 00:58:51.588 INFO STEP 23 (ensure_symlink) COMPLETE
83662026-05-28T00:58:52.320Z[ recovery-image] May 28 00:58:51.589 INFO O| May 28 00:58:51.588 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83672026-05-28T00:58:52.325Z[ recovery-image] May 28 00:58:51.598 INFO O| May 28 00:58:51.597 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83682026-05-28T00:58:52.326Z[ recovery-image] May 28 00:58:51.598 INFO O| May 28 00:58:51.598 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 ...
83692026-05-28T00:58:52.328Z[ recovery-image] May 28 00:58:51.598 INFO O| May 28 00:58:51.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83702026-05-28T00:58:52.329Z[ recovery-image] May 28 00:58:51.598 INFO O| May 28 00:58:51.598 INFO ok!
83712026-05-28T00:58:52.329Z[ recovery-image] May 28 00:58:51.598 INFO O| May 28 00:58:51.598 INFO STEP 24 (ensure_file) COMPLETE
83722026-05-28T00:58:52.329Z[ recovery-image] May 28 00:58:51.598 INFO O| May 28 00:58:51.598 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83732026-05-28T00:58:52.336Z[ recovery-image] May 28 00:58:51.606 INFO O| May 28 00:58:51.606 INFO updating shadow file
83742026-05-28T00:58:52.336Z[ recovery-image] May 28 00:58:51.607 INFO O| May 28 00:58:51.607 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83752026-05-28T00:58:52.339Z[ recovery-image] May 28 00:58:51.607 INFO O| May 28 00:58:51.607 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83762026-05-28T00:58:52.339Z[ recovery-image] May 28 00:58:51.607 INFO O| May 28 00:58:51.607 INFO STEP 25 (shadow) COMPLETE
83772026-05-28T00:58:52.339Z[ recovery-image] May 28 00:58:51.607 INFO O| May 28 00:58:51.607 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83782026-05-28T00:58:52.344Z[ recovery-image] May 28 00:58:51.615 INFO O| May 28 00:58:51.615 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83792026-05-28T00:58:52.344Z[ recovery-image] May 28 00:58:51.615 INFO O| May 28 00:58:51.615 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83802026-05-28T00:58:52.344Z[ recovery-image] May 28 00:58:51.615 INFO O| May 28 00:58:51.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83812026-05-28T00:58:52.347Z[ recovery-image] May 28 00:58:51.615 INFO O| May 28 00:58:51.615 INFO ok!
83822026-05-28T00:58:52.347Z[ recovery-image] May 28 00:58:51.615 INFO O| May 28 00:58:51.615 INFO STEP 26 (ensure_file) COMPLETE
83832026-05-28T00:58:52.347Z[ recovery-image] May 28 00:58:51.615 INFO O| May 28 00:58:51.615 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83842026-05-28T00:58:52.351Z[ recovery-image] May 28 00:58:51.623 INFO O| May 28 00:58:51.623 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83852026-05-28T00:58:52.351Z[ recovery-image] May 28 00:58:51.623 INFO O| May 28 00:58:51.623 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83862026-05-28T00:58:52.351Z[ recovery-image] May 28 00:58:51.623 INFO O| May 28 00:58:51.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83872026-05-28T00:58:52.354Z[ recovery-image] May 28 00:58:51.623 INFO O| May 28 00:58:51.623 INFO ok!
83882026-05-28T00:58:52.354Z[ recovery-image] May 28 00:58:51.623 INFO O| May 28 00:58:51.623 INFO STEP 27 (ensure_file) COMPLETE
83892026-05-28T00:58:52.354Z[ recovery-image] May 28 00:58:51.623 INFO O| May 28 00:58:51.623 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83902026-05-28T00:58:52.362Z[ recovery-image] May 28 00:58:51.634 INFO O| May 28 00:58:51.634 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83912026-05-28T00:58:52.362Z[ recovery-image] May 28 00:58:51.634 INFO O| May 28 00:58:51.634 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83922026-05-28T00:58:52.362Z[ recovery-image] May 28 00:58:51.634 INFO O| May 28 00:58:51.634 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83932026-05-28T00:58:52.366Z[ recovery-image] May 28 00:58:51.634 INFO O| May 28 00:58:51.634 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83942026-05-28T00:58:52.366Z[ recovery-image] May 28 00:58:51.634 INFO O| May 28 00:58:51.634 INFO ok!
83952026-05-28T00:58:52.366Z[ recovery-image] May 28 00:58:51.634 INFO O| May 28 00:58:51.634 INFO STEP 28 (ensure_file) COMPLETE
83962026-05-28T00:58:52.366Z[ recovery-image] May 28 00:58:51.634 INFO O| May 28 00:58:51.634 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83972026-05-28T00:58:52.372Z[ recovery-image] May 28 00:58:51.644 INFO O| May 28 00:58:51.644 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83982026-05-28T00:58:52.372Z[ recovery-image] May 28 00:58:51.644 INFO O| May 28 00:58:51.644 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83992026-05-28T00:58:52.375Z[ recovery-image] May 28 00:58:51.644 INFO O| May 28 00:58:51.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84002026-05-28T00:58:52.375Z[ recovery-image] May 28 00:58:51.644 INFO O| May 28 00:58:51.644 INFO ok!
84012026-05-28T00:58:52.375Z[ recovery-image] May 28 00:58:51.644 INFO O| May 28 00:58:51.644 INFO STEP 29 (ensure_file) COMPLETE
84022026-05-28T00:58:52.375Z[ recovery-image] May 28 00:58:51.644 INFO O| May 28 00:58:51.644 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84032026-05-28T00:58:52.380Z[ recovery-image] May 28 00:58:51.652 INFO O| May 28 00:58:51.652 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84042026-05-28T00:58:52.381Z[ recovery-image] May 28 00:58:51.652 INFO O| May 28 00:58:51.652 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84052026-05-28T00:58:52.384Z[ recovery-image] May 28 00:58:51.652 INFO O| May 28 00:58:51.652 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84062026-05-28T00:58:52.384Z[ recovery-image] May 28 00:58:51.652 INFO O| May 28 00:58:51.652 INFO STEP 30 (ensure_dir) COMPLETE
84072026-05-28T00:58:52.384Z[ recovery-image] May 28 00:58:51.652 INFO O| May 28 00:58:51.652 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84082026-05-28T00:58:52.389Z[ recovery-image] May 28 00:58:51.661 INFO O| May 28 00:58:51.660 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84092026-05-28T00:58:52.389Z[ recovery-image] May 28 00:58:51.661 INFO O| May 28 00:58:51.660 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 ...
84102026-05-28T00:58:52.392Z[ recovery-image] May 28 00:58:51.661 INFO O| May 28 00:58:51.661 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
84112026-05-28T00:58:52.392Z[ recovery-image] May 28 00:58:51.661 INFO O| May 28 00:58:51.661 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84122026-05-28T00:58:52.392Z[ recovery-image] May 28 00:58:51.661 INFO O| May 28 00:58:51.661 INFO ok!
84132026-05-28T00:58:52.392Z[ recovery-image] May 28 00:58:51.661 INFO O| May 28 00:58:51.661 INFO STEP 31 (ensure_file) COMPLETE
84142026-05-28T00:58:52.392Z[ recovery-image] May 28 00:58:51.661 INFO O| May 28 00:58:51.661 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84152026-05-28T00:58:52.397Z[ recovery-image] May 28 00:58:51.669 INFO O| May 28 00:58:51.669 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84162026-05-28T00:58:52.397Z[ recovery-image] May 28 00:58:51.670 INFO O| May 28 00:58:51.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84172026-05-28T00:58:52.398Z[ recovery-image] May 28 00:58:51.670 INFO O| May 28 00:58:51.670 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84182026-05-28T00:58:52.402Z[ recovery-image] May 28 00:58:51.670 INFO O| May 28 00:58:51.670 INFO STEP 32 (ensure_dir) COMPLETE
84192026-05-28T00:58:52.402Z[ recovery-image] May 28 00:58:51.670 INFO O| May 28 00:58:51.670 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84202026-05-28T00:58:52.406Z[ recovery-image] May 28 00:58:51.678 INFO O| May 28 00:58:51.678 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84212026-05-28T00:58:52.406Z[ recovery-image] May 28 00:58:51.678 INFO O| May 28 00:58:51.678 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 ...
84222026-05-28T00:58:52.406Z[ recovery-image] May 28 00:58:51.678 INFO O| May 28 00:58:51.678 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
84232026-05-28T00:58:52.406Z[ recovery-image] May 28 00:58:51.678 INFO O| May 28 00:58:51.678 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84242026-05-28T00:58:52.410Z[ recovery-image] May 28 00:58:51.678 INFO O| May 28 00:58:51.678 INFO ok!
84252026-05-28T00:58:52.410Z[ recovery-image] May 28 00:58:51.678 INFO O| May 28 00:58:51.678 INFO STEP 33 (ensure_file) COMPLETE
84262026-05-28T00:58:52.410Z[ recovery-image] May 28 00:58:51.678 INFO O| May 28 00:58:51.678 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84272026-05-28T00:58:52.415Z[ recovery-image] May 28 00:58:51.687 INFO O| May 28 00:58:51.687 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84282026-05-28T00:58:52.415Z[ recovery-image] May 28 00:58:51.687 INFO O| May 28 00:58:51.687 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84292026-05-28T00:58:52.415Z[ recovery-image] May 28 00:58:51.687 INFO O| May 28 00:58:51.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84302026-05-28T00:58:52.419Z[ recovery-image] May 28 00:58:51.687 INFO O| May 28 00:58:51.687 INFO ok!
84312026-05-28T00:58:52.420Z[ recovery-image] May 28 00:58:51.687 INFO O| May 28 00:58:51.687 INFO STEP 34 (ensure_file) COMPLETE
84322026-05-28T00:58:52.420Z[ recovery-image] May 28 00:58:51.687 INFO O| May 28 00:58:51.687 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84332026-05-28T00:58:52.426Z[ recovery-image] May 28 00:58:51.698 INFO O| May 28 00:58:51.698 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84342026-05-28T00:58:52.426Z[ recovery-image] May 28 00:58:51.699 INFO O| May 28 00:58:51.698 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84352026-05-28T00:58:52.426Z[ recovery-image] May 28 00:58:51.699 INFO O| May 28 00:58:51.699 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84362026-05-28T00:58:52.430Z[ recovery-image] May 28 00:58:51.699 INFO O| May 28 00:58:51.699 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84372026-05-28T00:58:52.430Z[ recovery-image] May 28 00:58:51.699 INFO O| May 28 00:58:51.699 INFO ok!
84382026-05-28T00:58:52.430Z[ recovery-image] May 28 00:58:51.699 INFO O| May 28 00:58:51.699 INFO STEP 35 (ensure_file) COMPLETE
84392026-05-28T00:58:52.430Z[ recovery-image] May 28 00:58:51.699 INFO O| May 28 00:58:51.699 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84402026-05-28T00:58:52.439Z[ recovery-image] May 28 00:58:51.710 INFO O| May 28 00:58:51.710 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84412026-05-28T00:58:52.439Z[ recovery-image] May 28 00:58:51.710 INFO O| May 28 00:58:51.710 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84422026-05-28T00:58:52.439Z[ recovery-image] May 28 00:58:51.710 INFO O| May 28 00:58:51.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84432026-05-28T00:58:52.442Z[ recovery-image] May 28 00:58:51.710 INFO O| May 28 00:58:51.710 INFO ok!
84442026-05-28T00:58:52.442Z[ recovery-image] May 28 00:58:51.710 INFO O| May 28 00:58:51.710 INFO STEP 36 (ensure_file) COMPLETE
84452026-05-28T00:58:52.442Z[ recovery-image] May 28 00:58:51.710 INFO O| May 28 00:58:51.710 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84462026-05-28T00:58:52.449Z[ recovery-image] May 28 00:58:51.721 INFO O| May 28 00:58:51.720 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84472026-05-28T00:58:52.449Z[ recovery-image] May 28 00:58:51.721 INFO O| May 28 00:58:51.721 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84482026-05-28T00:58:52.452Z[ recovery-image] May 28 00:58:51.721 INFO O| May 28 00:58:51.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84492026-05-28T00:58:52.452Z[ recovery-image] May 28 00:58:51.721 INFO O| May 28 00:58:51.721 INFO ok!
84502026-05-28T00:58:52.452Z[ recovery-image] May 28 00:58:51.721 INFO O| May 28 00:58:51.721 INFO STEP 37 (ensure_file) COMPLETE
84512026-05-28T00:58:52.452Z[ recovery-image] May 28 00:58:51.721 INFO O| May 28 00:58:51.721 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84522026-05-28T00:58:52.458Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84532026-05-28T00:58:52.458Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84542026-05-28T00:58:52.458Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84552026-05-28T00:58:52.462Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84562026-05-28T00:58:52.462Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84572026-05-28T00:58:52.462Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84582026-05-28T00:58:52.462Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO ok!
84592026-05-28T00:58:52.462Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO STEP 38 (ensure_file) COMPLETE
84602026-05-28T00:58:52.462Z[ recovery-image] May 28 00:58:51.729 INFO O| May 28 00:58:51.729 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84612026-05-28T00:58:52.465Z[ recovery-image] May 28 00:58:51.737 INFO O| May 28 00:58:51.736 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84622026-05-28T00:58:52.465Z[ recovery-image] May 28 00:58:51.737 INFO O| May 28 00:58:51.737 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84632026-05-28T00:58:52.465Z[ recovery-image] May 28 00:58:51.737 INFO O| May 28 00:58:51.737 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84642026-05-28T00:58:52.465Z[ recovery-image] May 28 00:58:51.737 INFO O| May 28 00:58:51.737 INFO STEP 39 (ensure_dir) COMPLETE
84652026-05-28T00:58:52.465Z[ recovery-image] May 28 00:58:51.737 INFO O| May 28 00:58:51.737 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84662026-05-28T00:58:52.472Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 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
84672026-05-28T00:58:52.472Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 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 ...
84682026-05-28T00:58:52.472Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 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
84692026-05-28T00:58:52.475Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 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
84702026-05-28T00:58:52.475Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 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
84712026-05-28T00:58:52.475Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 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
84722026-05-28T00:58:52.475Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 INFO ok!
84732026-05-28T00:58:52.475Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 INFO STEP 40 (ensure_file) COMPLETE
84742026-05-28T00:58:52.475Z[ recovery-image] May 28 00:58:51.744 INFO O| May 28 00:58:51.744 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84752026-05-28T00:58:52.480Z[ recovery-image] May 28 00:58:51.752 INFO O| May 28 00:58:51.752 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84762026-05-28T00:58:52.480Z[ recovery-image] May 28 00:58:51.752 INFO O| May 28 00:58:51.752 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 ...
84772026-05-28T00:58:52.480Z[ recovery-image] May 28 00:58:51.752 INFO O| May 28 00:58:51.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84782026-05-28T00:58:52.484Z[ recovery-image] May 28 00:58:51.752 INFO O| May 28 00:58:51.752 INFO ok!
84792026-05-28T00:58:52.484Z[ recovery-image] May 28 00:58:51.752 INFO O| May 28 00:58:51.752 INFO STEP 41 (ensure_symlink) COMPLETE
84802026-05-28T00:58:52.484Z[ recovery-image] May 28 00:58:51.752 INFO O| May 28 00:58:51.752 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84812026-05-28T00:58:52.489Z[ recovery-image] May 28 00:58:51.761 INFO O| May 28 00:58:51.760 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84822026-05-28T00:58:52.489Z[ recovery-image] May 28 00:58:51.761 INFO O| May 28 00:58:51.761 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84832026-05-28T00:58:52.489Z[ recovery-image] May 28 00:58:51.761 INFO O| May 28 00:58:51.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84842026-05-28T00:58:52.492Z[ recovery-image] May 28 00:58:51.761 INFO O| May 28 00:58:51.761 INFO ok!
84852026-05-28T00:58:52.492Z[ recovery-image] May 28 00:58:51.761 INFO O| May 28 00:58:51.761 INFO STEP 42 (ensure_symlink) COMPLETE
84862026-05-28T00:58:52.492Z[ recovery-image] May 28 00:58:51.761 INFO O| May 28 00:58:51.761 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84872026-05-28T00:58:52.497Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84882026-05-28T00:58:52.497Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84892026-05-28T00:58:52.497Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84902026-05-28T00:58:52.500Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84912026-05-28T00:58:52.500Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84922026-05-28T00:58:52.500Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84932026-05-28T00:58:52.500Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO ok!
84942026-05-28T00:58:52.500Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO STEP 43 (ensure_file) COMPLETE
84952026-05-28T00:58:52.500Z[ recovery-image] May 28 00:58:51.769 INFO O| May 28 00:58:51.769 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84962026-05-28T00:58:52.505Z[ recovery-image] May 28 00:58:51.776 INFO O| May 28 00:58:51.776 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84972026-05-28T00:58:52.505Z[ recovery-image] May 28 00:58:51.776 INFO O| May 28 00:58:51.776 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 ...
84982026-05-28T00:58:52.508Z[ recovery-image] May 28 00:58:51.776 INFO O| May 28 00:58:51.776 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
84992026-05-28T00:58:52.508Z[ recovery-image] May 28 00:58:51.776 INFO O| May 28 00:58:51.776 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85002026-05-28T00:58:52.508Z[ recovery-image] May 28 00:58:51.777 INFO O| May 28 00:58:51.776 INFO ok!
85012026-05-28T00:58:52.508Z[ recovery-image] May 28 00:58:51.777 INFO O| May 28 00:58:51.776 INFO STEP 44 (ensure_file) COMPLETE
85022026-05-28T00:58:52.508Z[ recovery-image] May 28 00:58:51.777 INFO O| May 28 00:58:51.777 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85032026-05-28T00:58:52.512Z[ recovery-image] May 28 00:58:51.784 INFO O| May 28 00:58:51.784 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85042026-05-28T00:58:52.512Z[ recovery-image] May 28 00:58:51.784 INFO O| May 28 00:58:51.784 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85052026-05-28T00:58:52.515Z[ recovery-image] May 28 00:58:51.784 INFO O| May 28 00:58:51.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85062026-05-28T00:58:52.515Z[ recovery-image] May 28 00:58:51.784 INFO O| May 28 00:58:51.784 INFO ok!
85072026-05-28T00:58:52.515Z[ recovery-image] May 28 00:58:51.784 INFO O| May 28 00:58:51.784 INFO STEP 45 (ensure_file) COMPLETE
85082026-05-28T00:58:52.515Z[ recovery-image] May 28 00:58:51.784 INFO O| May 28 00:58:51.784 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85092026-05-28T00:58:52.520Z[ recovery-image] May 28 00:58:51.792 INFO O| May 28 00:58:51.792 INFO updating shadow file
85102026-05-28T00:58:52.520Z[ recovery-image] May 28 00:58:51.792 INFO O| May 28 00:58:51.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85112026-05-28T00:58:52.520Z[ recovery-image] May 28 00:58:51.792 INFO O| May 28 00:58:51.792 INFO STEP 46 (shadow) COMPLETE
85122026-05-28T00:58:52.524Z[ recovery-image] May 28 00:58:51.792 INFO O| May 28 00:58:51.792 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85132026-05-28T00:58:52.528Z[ recovery-image] May 28 00:58:51.800 INFO O| May 28 00:58:51.800 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85142026-05-28T00:58:52.528Z[ recovery-image] May 28 00:58:51.800 INFO O| May 28 00:58:51.800 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85152026-05-28T00:58:52.532Z[ recovery-image] May 28 00:58:51.800 INFO O| May 28 00:58:51.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85162026-05-28T00:58:52.532Z[ recovery-image] May 28 00:58:51.800 INFO O| May 28 00:58:51.800 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85172026-05-28T00:58:52.532Z[ recovery-image] May 28 00:58:51.800 INFO O| May 28 00:58:51.800 INFO ok!
85182026-05-28T00:58:52.532Z[ recovery-image] May 28 00:58:51.800 INFO O| May 28 00:58:51.800 INFO STEP 47 (ensure_file) COMPLETE
85192026-05-28T00:58:52.532Z[ recovery-image] May 28 00:58:51.800 INFO O| May 28 00:58:51.800 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85202026-05-28T00:58:52.538Z[ recovery-image] May 28 00:58:51.810 INFO O| May 28 00:58:51.810 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85212026-05-28T00:58:52.538Z[ recovery-image] May 28 00:58:51.810 INFO O| May 28 00:58:51.810 INFO STEP 48 (ensure_dir) COMPLETE
85222026-05-28T00:58:52.542Z[ recovery-image] May 28 00:58:51.810 INFO O| May 28 00:58:51.810 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85232026-05-28T00:58:52.548Z[ recovery-image] May 28 00:58:51.820 INFO O| May 28 00:58:51.820 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85242026-05-28T00:58:52.548Z[ recovery-image] May 28 00:58:51.820 INFO O| May 28 00:58:51.820 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85252026-05-28T00:58:52.548Z[ recovery-image] May 28 00:58:51.820 INFO O| May 28 00:58:51.820 INFO STEP 49 (ensure_dir) COMPLETE
85262026-05-28T00:58:52.554Z[ recovery-image] May 28 00:58:51.820 INFO O| May 28 00:58:51.820 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85272026-05-28T00:58:52.557Z[ recovery-image] May 28 00:58:51.829 INFO O| May 28 00:58:51.829 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85282026-05-28T00:58:52.557Z[ recovery-image] May 28 00:58:51.829 INFO O| May 28 00:58:51.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85292026-05-28T00:58:52.557Z[ recovery-image] May 28 00:58:51.829 INFO O| May 28 00:58:51.829 INFO STEP 50 (ensure_dir) COMPLETE
85302026-05-28T00:58:52.560Z[ recovery-image] May 28 00:58:51.829 INFO O| May 28 00:58:51.829 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85312026-05-28T00:58:52.566Z[ recovery-image] May 28 00:58:51.838 INFO O| May 28 00:58:51.838 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85322026-05-28T00:58:52.566Z[ recovery-image] May 28 00:58:51.838 INFO O| May 28 00:58:51.838 INFO copying /tmp/.tmpd4Ugq7/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85332026-05-28T00:58:52.599Z[ recovery-image] May 28 00:58:51.871 INFO O| May 28 00:58:51.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85342026-05-28T00:58:52.599Z[ recovery-image] May 28 00:58:51.871 INFO O| May 28 00:58:51.871 INFO ok!
85352026-05-28T00:58:52.602Z[ recovery-image] May 28 00:58:51.871 INFO O| May 28 00:58:51.871 INFO STEP 51 (ensure_file) COMPLETE
85362026-05-28T00:58:52.602Z[ recovery-image] May 28 00:58:51.871 INFO O| May 28 00:58:51.871 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85372026-05-28T00:58:52.610Z[ recovery-image] May 28 00:58:51.882 INFO O| May 28 00:58:51.882 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85382026-05-28T00:58:52.611Z[ recovery-image] May 28 00:58:51.883 INFO O| May 28 00:58:51.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85392026-05-28T00:58:52.611Z[ recovery-image] May 28 00:58:51.883 INFO O| May 28 00:58:51.883 INFO STEP 52 (ensure_dir) COMPLETE
85402026-05-28T00:58:52.614Z[ recovery-image] May 28 00:58:51.883 INFO O| May 28 00:58:51.883 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85412026-05-28T00:58:52.619Z[ recovery-image] May 28 00:58:51.891 INFO O| May 28 00:58:51.891 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85422026-05-28T00:58:52.619Z[ recovery-image] May 28 00:58:51.891 INFO O| May 28 00:58:51.891 INFO copying /tmp/.tmpd4Ugq7/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85432026-05-28T00:58:52.622Z[ recovery-image] May 28 00:58:51.891 INFO O| May 28 00:58:51.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85442026-05-28T00:58:52.622Z[ recovery-image] May 28 00:58:51.891 INFO O| May 28 00:58:51.891 INFO ok!
85452026-05-28T00:58:52.622Z[ recovery-image] May 28 00:58:51.891 INFO O| May 28 00:58:51.891 INFO STEP 53 (ensure_file) COMPLETE
85462026-05-28T00:58:52.622Z[ recovery-image] May 28 00:58:51.891 INFO O| May 28 00:58:51.891 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85472026-05-28T00:58:52.627Z[ recovery-image] May 28 00:58:51.899 INFO O| May 28 00:58:51.899 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85482026-05-28T00:58:52.627Z[ recovery-image] May 28 00:58:51.899 INFO O| May 28 00:58:51.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85492026-05-28T00:58:52.627Z[ recovery-image] May 28 00:58:51.899 INFO O| May 28 00:58:51.899 INFO STEP 54 (ensure_dir) COMPLETE
85502026-05-28T00:58:52.630Z[ recovery-image] May 28 00:58:51.899 INFO O| May 28 00:58:51.899 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85512026-05-28T00:58:52.634Z[ recovery-image] May 28 00:58:51.906 INFO O| May 28 00:58:51.906 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85522026-05-28T00:58:52.634Z[ recovery-image] May 28 00:58:51.906 INFO O| May 28 00:58:51.906 INFO copying /tmp/.tmpd4Ugq7/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85532026-05-28T00:58:54.230Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
85542026-05-28T00:58:54.626Z[ recovery-image] May 28 00:58:53.898 INFO O| May 28 00:58:53.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85552026-05-28T00:58:54.626Z[ recovery-image] May 28 00:58:53.898 INFO O| May 28 00:58:53.898 INFO ok!
85562026-05-28T00:58:54.626Z[ recovery-image] May 28 00:58:53.898 INFO O| May 28 00:58:53.898 INFO STEP 55 (ensure_file) COMPLETE
85572026-05-28T00:58:54.629Z[ recovery-image] May 28 00:58:53.898 INFO O| May 28 00:58:53.898 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85582026-05-28T00:58:54.636Z[ recovery-image] May 28 00:58:53.907 INFO O| May 28 00:58:53.907 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85592026-05-28T00:58:54.636Z[ recovery-image] May 28 00:58:53.908 INFO O| May 28 00:58:53.907 INFO copying /tmp/.tmpd4Ugq7/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85602026-05-28T00:58:56.539Z[ recovery-image] May 28 00:58:55.811 INFO O| May 28 00:58:55.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85612026-05-28T00:58:56.539Z[ recovery-image] May 28 00:58:55.811 INFO O| May 28 00:58:55.811 INFO ok!
85622026-05-28T00:58:56.539Z[ recovery-image] May 28 00:58:55.811 INFO O| May 28 00:58:55.811 INFO STEP 56 (ensure_file) COMPLETE
85632026-05-28T00:58:56.542Z[ recovery-image] May 28 00:58:55.811 INFO O| May 28 00:58:55.811 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85642026-05-28T00:58:56.550Z[ recovery-image] May 28 00:58:55.822 INFO O| May 28 00:58:55.822 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85652026-05-28T00:58:56.550Z[ recovery-image] May 28 00:58:55.822 INFO O| May 28 00:58:55.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85662026-05-28T00:58:56.553Z[ recovery-image] May 28 00:58:55.822 INFO O| May 28 00:58:55.822 INFO STEP 57 (ensure_dir) COMPLETE
85672026-05-28T00:58:56.553Z[ recovery-image] May 28 00:58:55.822 INFO O| May 28 00:58:55.822 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85682026-05-28T00:58:56.560Z[ recovery-image] May 28 00:58:55.832 INFO O| May 28 00:58:55.832 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85692026-05-28T00:58:56.560Z[ recovery-image] May 28 00:58:55.832 INFO O| May 28 00:58:55.832 INFO copying /tmp/.tmpd4Ugq7/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 ...
85702026-05-28T00:58:56.564Z[ recovery-image] May 28 00:58:55.832 INFO O| May 28 00:58:55.832 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
85712026-05-28T00:58:56.564Z[ recovery-image] May 28 00:58:55.832 INFO O| May 28 00:58:55.832 INFO ok!
85722026-05-28T00:58:56.564Z[ recovery-image] May 28 00:58:55.832 INFO O| May 28 00:58:55.832 INFO STEP 58 (ensure_file) COMPLETE
85732026-05-28T00:58:56.564Z[ recovery-image] May 28 00:58:55.832 INFO O| May 28 00:58:55.832 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85742026-05-28T00:58:56.568Z[ recovery-image] May 28 00:58:55.840 INFO O| May 28 00:58:55.840 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85752026-05-28T00:58:56.568Z[ recovery-image] May 28 00:58:55.840 INFO O| May 28 00:58:55.840 INFO copying /tmp/.tmpd4Ugq7/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 ...
85762026-05-28T00:58:56.568Z[ recovery-image] May 28 00:58:55.840 INFO O| May 28 00:58:55.840 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
85772026-05-28T00:58:56.571Z[ recovery-image] May 28 00:58:55.840 INFO O| May 28 00:58:55.840 INFO ok!
85782026-05-28T00:58:56.571Z[ recovery-image] May 28 00:58:55.840 INFO O| May 28 00:58:55.840 INFO STEP 59 (ensure_file) COMPLETE
85792026-05-28T00:58:56.571Z[ recovery-image] May 28 00:58:55.840 INFO O| May 28 00:58:55.840 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85802026-05-28T00:58:56.576Z[ recovery-image] May 28 00:58:55.848 INFO O| May 28 00:58:55.848 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85812026-05-28T00:58:56.576Z[ recovery-image] May 28 00:58:55.848 INFO O| May 28 00:58:55.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85822026-05-28T00:58:56.579Z[ recovery-image] May 28 00:58:55.848 INFO O| May 28 00:58:55.848 INFO STEP 60 (ensure_dir) COMPLETE
85832026-05-28T00:58:56.579Z[ recovery-image] May 28 00:58:55.848 INFO O| May 28 00:58:55.848 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85842026-05-28T00:58:56.584Z[ recovery-image] May 28 00:58:55.856 INFO O| May 28 00:58:55.856 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85852026-05-28T00:58:56.584Z[ recovery-image] May 28 00:58:55.856 INFO O| May 28 00:58:55.856 INFO copying /tmp/.tmpd4Ugq7/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 ...
85862026-05-28T00:58:56.587Z[ recovery-image] May 28 00:58:55.856 INFO O| May 28 00:58:55.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85872026-05-28T00:58:56.587Z[ recovery-image] May 28 00:58:55.856 INFO O| May 28 00:58:55.856 INFO ok!
85882026-05-28T00:58:56.587Z[ recovery-image] May 28 00:58:55.856 INFO O| May 28 00:58:55.856 INFO STEP 61 (ensure_file) COMPLETE
85892026-05-28T00:58:56.587Z[ recovery-image] May 28 00:58:55.856 INFO O| May 28 00:58:55.856 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85902026-05-28T00:58:56.594Z[ recovery-image] May 28 00:58:55.865 INFO O| May 28 00:58:55.865 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85912026-05-28T00:58:56.594Z[ recovery-image] May 28 00:58:55.866 INFO O| May 28 00:58:55.865 INFO copying /tmp/.tmpd4Ugq7/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 ...
85922026-05-28T00:58:56.597Z[ recovery-image] May 28 00:58:55.866 INFO O| May 28 00:58:55.866 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
85932026-05-28T00:58:56.597Z[ recovery-image] May 28 00:58:55.866 INFO O| May 28 00:58:55.866 INFO ok!
85942026-05-28T00:58:56.597Z[ recovery-image] May 28 00:58:55.866 INFO O| May 28 00:58:55.866 INFO STEP 62 (ensure_file) COMPLETE
85952026-05-28T00:58:56.597Z[ recovery-image] May 28 00:58:55.866 INFO O| May 28 00:58:55.866 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85962026-05-28T00:58:56.601Z[ recovery-image] May 28 00:58:55.873 INFO O| May 28 00:58:55.873 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85972026-05-28T00:58:56.601Z[ recovery-image] May 28 00:58:55.873 INFO O| May 28 00:58:55.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85982026-05-28T00:58:56.601Z[ recovery-image] May 28 00:58:55.873 INFO O| May 28 00:58:55.873 INFO STEP 63 (ensure_dir) COMPLETE
85992026-05-28T00:58:56.604Z[ recovery-image] May 28 00:58:55.873 INFO O| May 28 00:58:55.873 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86002026-05-28T00:58:56.609Z[ recovery-image] May 28 00:58:55.881 INFO O| May 28 00:58:55.881 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86012026-05-28T00:58:56.609Z[ recovery-image] May 28 00:58:55.881 INFO O| May 28 00:58:55.881 INFO copying /tmp/.tmpd4Ugq7/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 ...
86022026-05-28T00:58:56.612Z[ recovery-image] May 28 00:58:55.881 INFO O| May 28 00:58:55.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86032026-05-28T00:58:56.612Z[ recovery-image] May 28 00:58:55.881 INFO O| May 28 00:58:55.881 INFO ok!
86042026-05-28T00:58:56.612Z[ recovery-image] May 28 00:58:55.881 INFO O| May 28 00:58:55.881 INFO STEP 64 (ensure_file) COMPLETE
86052026-05-28T00:58:56.612Z[ recovery-image] May 28 00:58:55.881 INFO O| May 28 00:58:55.881 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86062026-05-28T00:58:56.616Z[ recovery-image] May 28 00:58:55.888 INFO O| May 28 00:58:55.888 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86072026-05-28T00:58:56.616Z[ recovery-image] May 28 00:58:55.888 INFO O| May 28 00:58:55.888 INFO copying /tmp/.tmpd4Ugq7/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86082026-05-28T00:58:56.616Z[ recovery-image] May 28 00:58:55.888 INFO O| May 28 00:58:55.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86092026-05-28T00:58:56.619Z[ recovery-image] May 28 00:58:55.888 INFO O| May 28 00:58:55.888 INFO ok!
86102026-05-28T00:58:56.619Z[ recovery-image] May 28 00:58:55.888 INFO O| May 28 00:58:55.888 INFO STEP 65 (ensure_file) COMPLETE
86112026-05-28T00:58:56.620Z[ recovery-image] May 28 00:58:55.888 INFO O| May 28 00:58:55.888 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86122026-05-28T00:58:56.624Z[ recovery-image] May 28 00:58:55.896 INFO O| May 28 00:58:55.896 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86132026-05-28T00:58:56.624Z[ recovery-image] May 28 00:58:55.896 INFO O| May 28 00:58:55.896 INFO STEP 66 (ensure_dir) COMPLETE
86142026-05-28T00:58:56.628Z[ recovery-image] May 28 00:58:55.896 INFO O| May 28 00:58:55.896 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86152026-05-28T00:58:56.632Z[ recovery-image] May 28 00:58:55.904 INFO O| May 28 00:58:55.903 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86162026-05-28T00:58:56.632Z[ recovery-image] May 28 00:58:55.904 INFO O| May 28 00:58:55.903 INFO STEP 67 (ensure_dir) COMPLETE
86172026-05-28T00:58:56.635Z[ recovery-image] May 28 00:58:55.904 INFO O| May 28 00:58:55.903 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86182026-05-28T00:58:56.641Z[ recovery-image] May 28 00:58:55.913 INFO O| May 28 00:58:55.913 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86192026-05-28T00:58:56.641Z[ recovery-image] May 28 00:58:55.913 INFO O| May 28 00:58:55.913 INFO STEP 68 (ensure_dir) COMPLETE
86202026-05-28T00:58:56.641Z[ recovery-image] May 28 00:58:55.913 INFO O| May 28 00:58:55.913 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86212026-05-28T00:58:56.650Z[ recovery-image] May 28 00:58:55.922 INFO O| May 28 00:58:55.922 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86222026-05-28T00:58:56.650Z[ recovery-image] May 28 00:58:55.922 INFO O| May 28 00:58:55.922 INFO STEP 69 (ensure_dir) COMPLETE
86232026-05-28T00:58:56.650Z[ recovery-image] May 28 00:58:55.922 INFO O| May 28 00:58:55.922 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86242026-05-28T00:58:56.660Z[ recovery-image] May 28 00:58:55.932 INFO O| May 28 00:58:55.931 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86252026-05-28T00:58:56.660Z[ recovery-image] May 28 00:58:55.932 INFO O| May 28 00:58:55.932 INFO copying /tmp/.tmpd4Ugq7/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86262026-05-28T00:58:56.663Z[ recovery-image] May 28 00:58:55.932 INFO O| May 28 00:58:55.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86272026-05-28T00:58:56.663Z[ recovery-image] May 28 00:58:55.932 INFO O| May 28 00:58:55.932 INFO ok!
86282026-05-28T00:58:56.663Z[ recovery-image] May 28 00:58:55.932 INFO O| May 28 00:58:55.932 INFO STEP 70 (ensure_file) COMPLETE
86292026-05-28T00:58:56.663Z[ recovery-image] May 28 00:58:55.932 INFO O| May 28 00:58:55.932 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86302026-05-28T00:58:56.668Z[ recovery-image] May 28 00:58:55.940 INFO O| May 28 00:58:55.939 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86312026-05-28T00:58:56.671Z[ recovery-image] May 28 00:58:55.940 INFO O| May 28 00:58:55.940 INFO STEP 71 (remove_files) COMPLETE
86322026-05-28T00:58:56.671Z[ recovery-image] May 28 00:58:55.940 INFO O| May 28 00:58:55.940 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86332026-05-28T00:58:56.676Z[ recovery-image] May 28 00:58:55.948 INFO O| May 28 00:58:55.948 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86342026-05-28T00:58:56.677Z[ recovery-image] May 28 00:58:55.949 INFO O| May 28 00:58:55.949 INFO STEP 72 (remove_files) COMPLETE
86352026-05-28T00:58:56.679Z[ recovery-image] May 28 00:58:55.949 INFO O| May 28 00:58:55.949 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86362026-05-28T00:58:56.685Z[ recovery-image] May 28 00:58:55.957 INFO O| May 28 00:58:55.957 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86372026-05-28T00:58:56.685Z[ recovery-image] May 28 00:58:55.957 INFO O| May 28 00:58:55.957 INFO STEP 73 (remove_files) COMPLETE
86382026-05-28T00:58:56.685Z[ recovery-image] May 28 00:58:55.957 INFO O| May 28 00:58:55.957 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86392026-05-28T00:58:56.696Z[ recovery-image] May 28 00:58:55.968 INFO O| May 28 00:58:55.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86402026-05-28T00:58:56.696Z[ recovery-image] May 28 00:58:55.968 INFO O| May 28 00:58:55.968 INFO STEP 74 (remove_files) COMPLETE
86412026-05-28T00:58:56.700Z[ recovery-image] May 28 00:58:55.968 INFO O| May 28 00:58:55.968 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86422026-05-28T00:58:56.704Z[ recovery-image] May 28 00:58:55.976 INFO O| May 28 00:58:55.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86432026-05-28T00:58:56.704Z[ recovery-image] May 28 00:58:55.976 INFO O| May 28 00:58:55.976 INFO STEP 75 (remove_files) COMPLETE
86442026-05-28T00:58:56.704Z[ recovery-image] May 28 00:58:55.976 INFO O| May 28 00:58:55.976 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86452026-05-28T00:58:56.711Z[ recovery-image] May 28 00:58:55.983 INFO O| May 28 00:58:55.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86462026-05-28T00:58:56.711Z[ recovery-image] May 28 00:58:55.983 INFO O| May 28 00:58:55.983 INFO STEP 76 (remove_files) COMPLETE
86472026-05-28T00:58:56.711Z[ recovery-image] May 28 00:58:55.983 INFO O| May 28 00:58:55.983 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86482026-05-28T00:58:56.718Z[ recovery-image] May 28 00:58:55.990 INFO O| May 28 00:58:55.990 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86492026-05-28T00:58:56.718Z[ recovery-image] May 28 00:58:55.990 INFO O| May 28 00:58:55.990 INFO STEP 77 (remove_files) COMPLETE
86502026-05-28T00:58:56.718Z[ recovery-image] May 28 00:58:55.990 INFO O| May 28 00:58:55.990 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86512026-05-28T00:58:56.725Z[ recovery-image] May 28 00:58:55.997 INFO O| May 28 00:58:55.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86522026-05-28T00:58:56.725Z[ recovery-image] May 28 00:58:55.997 INFO O| May 28 00:58:55.997 INFO STEP 78 (remove_files) COMPLETE
86532026-05-28T00:58:56.729Z[ recovery-image] May 28 00:58:55.997 INFO O| May 28 00:58:55.997 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86542026-05-28T00:58:56.735Z[ recovery-image] May 28 00:58:56.007 INFO O| May 28 00:58:56.007 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86552026-05-28T00:58:56.735Z[ recovery-image] May 28 00:58:56.007 INFO O| May 28 00:58:56.007 INFO STEP 79 (remove_files) COMPLETE
86562026-05-28T00:58:56.736Z[ recovery-image] May 28 00:58:56.007 INFO O| May 28 00:58:56.007 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86572026-05-28T00:58:56.743Z[ recovery-image] May 28 00:58:56.015 INFO O| May 28 00:58:56.015 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86582026-05-28T00:58:56.743Z[ recovery-image] May 28 00:58:56.015 INFO O| May 28 00:58:56.015 INFO STEP 80 (remove_files) COMPLETE
86592026-05-28T00:58:56.746Z[ recovery-image] May 28 00:58:56.015 INFO O| May 28 00:58:56.015 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86602026-05-28T00:58:56.750Z[ recovery-image] May 28 00:58:56.022 INFO O| May 28 00:58:56.022 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86612026-05-28T00:58:56.750Z[ recovery-image] May 28 00:58:56.022 INFO O| May 28 00:58:56.022 INFO STEP 81 (remove_files) COMPLETE
86622026-05-28T00:58:56.754Z[ recovery-image] May 28 00:58:56.022 INFO O| May 28 00:58:56.022 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86632026-05-28T00:58:56.758Z[ recovery-image] May 28 00:58:56.030 INFO O| May 28 00:58:56.030 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86642026-05-28T00:58:56.758Z[ recovery-image] May 28 00:58:56.030 INFO O| May 28 00:58:56.030 INFO STEP 82 (remove_files) COMPLETE
86652026-05-28T00:58:56.761Z[ recovery-image] May 28 00:58:56.030 INFO O| May 28 00:58:56.030 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86662026-05-28T00:58:56.765Z[ recovery-image] May 28 00:58:56.037 INFO O| May 28 00:58:56.037 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86672026-05-28T00:58:56.765Z[ recovery-image] May 28 00:58:56.037 INFO O| May 28 00:58:56.037 INFO STEP 83 (remove_files) COMPLETE
86682026-05-28T00:58:56.768Z[ recovery-image] May 28 00:58:56.037 INFO O| May 28 00:58:56.037 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86692026-05-28T00:58:56.773Z[ recovery-image] May 28 00:58:56.045 INFO O| May 28 00:58:56.045 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86702026-05-28T00:58:56.773Z[ recovery-image] May 28 00:58:56.045 INFO O| May 28 00:58:56.045 INFO STEP 84 (remove_files) COMPLETE
86712026-05-28T00:58:56.773Z[ recovery-image] May 28 00:58:56.045 INFO O| May 28 00:58:56.045 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86722026-05-28T00:58:56.779Z[ recovery-image] May 28 00:58:56.051 INFO O| May 28 00:58:56.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86732026-05-28T00:58:56.779Z[ recovery-image] May 28 00:58:56.051 INFO O| May 28 00:58:56.051 INFO STEP 85 (remove_files) COMPLETE
86742026-05-28T00:58:56.783Z[ recovery-image] May 28 00:58:56.051 INFO O| May 28 00:58:56.051 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86752026-05-28T00:58:56.789Z[ recovery-image] May 28 00:58:56.061 INFO O| May 28 00:58:56.061 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86762026-05-28T00:58:56.789Z[ recovery-image] May 28 00:58:56.061 INFO O| May 28 00:58:56.061 INFO STEP 86 (remove_files) COMPLETE
86772026-05-28T00:58:56.789Z[ recovery-image] May 28 00:58:56.061 INFO O| May 28 00:58:56.061 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86782026-05-28T00:58:56.799Z[ recovery-image] May 28 00:58:56.071 INFO O| May 28 00:58:56.071 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86792026-05-28T00:58:56.799Z[ recovery-image] May 28 00:58:56.071 INFO O| May 28 00:58:56.071 INFO STEP 87 (remove_files) COMPLETE
86802026-05-28T00:58:56.799Z[ recovery-image] May 28 00:58:56.071 INFO O| May 28 00:58:56.071 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86812026-05-28T00:58:56.808Z[ recovery-image] May 28 00:58:56.080 INFO O| May 28 00:58:56.080 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86822026-05-28T00:58:56.808Z[ recovery-image] May 28 00:58:56.080 INFO O| May 28 00:58:56.080 INFO STEP 88 (remove_files) COMPLETE
86832026-05-28T00:58:56.808Z[ recovery-image] May 28 00:58:56.080 INFO O| May 28 00:58:56.080 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86842026-05-28T00:58:56.816Z[ recovery-image] May 28 00:58:56.088 INFO O| May 28 00:58:56.088 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86852026-05-28T00:58:56.816Z[ recovery-image] May 28 00:58:56.088 INFO O| May 28 00:58:56.088 INFO STEP 89 (remove_files) COMPLETE
86862026-05-28T00:58:56.819Z[ recovery-image] May 28 00:58:56.088 INFO O| May 28 00:58:56.088 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86872026-05-28T00:58:56.824Z[ recovery-image] May 28 00:58:56.096 INFO O| May 28 00:58:56.096 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86882026-05-28T00:58:56.824Z[ recovery-image] May 28 00:58:56.096 INFO O| May 28 00:58:56.096 INFO STEP 90 (remove_files) COMPLETE
86892026-05-28T00:58:56.827Z[ recovery-image] May 28 00:58:56.096 INFO O| May 28 00:58:56.096 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902026-05-28T00:58:56.832Z[ recovery-image] May 28 00:58:56.104 INFO O| May 28 00:58:56.104 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86912026-05-28T00:58:56.835Z[ recovery-image] May 28 00:58:56.104 INFO O| May 28 00:58:56.104 INFO STEP 91 (remove_files) COMPLETE
86922026-05-28T00:58:56.835Z[ recovery-image] May 28 00:58:56.104 INFO O| May 28 00:58:56.104 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932026-05-28T00:58:56.842Z[ recovery-image] May 28 00:58:56.113 INFO O| May 28 00:58:56.113 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86942026-05-28T00:58:56.842Z[ recovery-image] May 28 00:58:56.113 INFO O| May 28 00:58:56.113 INFO STEP 92 (remove_files) COMPLETE
86952026-05-28T00:58:56.842Z[ recovery-image] May 28 00:58:56.113 INFO O| May 28 00:58:56.113 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962026-05-28T00:58:56.850Z[ recovery-image] May 28 00:58:56.122 INFO O| May 28 00:58:56.122 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86972026-05-28T00:58:56.850Z[ recovery-image] May 28 00:58:56.122 INFO O| May 28 00:58:56.122 INFO STEP 93 (remove_files) COMPLETE
86982026-05-28T00:58:56.854Z[ recovery-image] May 28 00:58:56.122 INFO O| May 28 00:58:56.122 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86992026-05-28T00:58:56.860Z[ recovery-image] May 28 00:58:56.132 INFO O| May 28 00:58:56.132 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87002026-05-28T00:58:56.860Z[ recovery-image] May 28 00:58:56.132 INFO O| May 28 00:58:56.132 INFO STEP 94 (remove_files) COMPLETE
87012026-05-28T00:58:56.863Z[ recovery-image] May 28 00:58:56.132 INFO O| May 28 00:58:56.132 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87022026-05-28T00:58:56.869Z[ recovery-image] May 28 00:58:56.141 INFO O| May 28 00:58:56.141 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87032026-05-28T00:58:56.869Z[ recovery-image] May 28 00:58:56.141 INFO O| May 28 00:58:56.141 INFO STEP 95 (remove_files) COMPLETE
87042026-05-28T00:58:56.872Z[ recovery-image] May 28 00:58:56.141 INFO O| May 28 00:58:56.141 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87052026-05-28T00:58:56.877Z[ recovery-image] May 28 00:58:56.149 INFO O| May 28 00:58:56.149 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87062026-05-28T00:58:56.877Z[ recovery-image] May 28 00:58:56.149 INFO O| May 28 00:58:56.149 INFO STEP 96 (remove_files) COMPLETE
87072026-05-28T00:58:56.881Z[ recovery-image] May 28 00:58:56.149 INFO O| May 28 00:58:56.149 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87082026-05-28T00:58:56.886Z[ recovery-image] May 28 00:58:56.158 INFO O| May 28 00:58:56.158 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87092026-05-28T00:58:56.886Z[ recovery-image] May 28 00:58:56.158 INFO O| May 28 00:58:56.158 INFO STEP 97 (remove_files) COMPLETE
87102026-05-28T00:58:56.886Z[ recovery-image] May 28 00:58:56.158 INFO O| May 28 00:58:56.158 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87112026-05-28T00:58:56.894Z[ recovery-image] May 28 00:58:56.166 INFO O| May 28 00:58:56.166 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87122026-05-28T00:58:56.894Z[ recovery-image] May 28 00:58:56.166 INFO O| May 28 00:58:56.166 INFO STEP 98 (remove_files) COMPLETE
87132026-05-28T00:58:56.897Z[ recovery-image] May 28 00:58:56.166 INFO O| May 28 00:58:56.166 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142026-05-28T00:58:56.902Z[ recovery-image] May 28 00:58:56.174 INFO O| May 28 00:58:56.174 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87152026-05-28T00:58:56.902Z[ recovery-image] May 28 00:58:56.174 INFO O| May 28 00:58:56.174 INFO STEP 99 (remove_files) COMPLETE
87162026-05-28T00:58:56.906Z[ recovery-image] May 28 00:58:56.174 INFO O| May 28 00:58:56.174 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87172026-05-28T00:58:56.914Z[ recovery-image] May 28 00:58:56.186 INFO O| May 28 00:58:56.186 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87182026-05-28T00:58:56.914Z[ recovery-image] May 28 00:58:56.186 INFO O| May 28 00:58:56.186 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], 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"}
87192026-05-28T00:58:59.227Z[ host-image] May 28 00:58:58.498 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24001:20260522T173035Z
87202026-05-28T00:58:59.227Z[ host-image] May 28 00:58:58.498 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24001:20260522T173036Z
87212026-05-28T00:58:59.227Z[ host-image] May 28 00:58:58.498 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87222026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.498 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87232026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.498 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87242026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.498 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87252026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.498 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87262026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.498 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87272026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.499 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260528T004509Z
87282026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.499 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87292026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.499 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87302026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.499 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24001:20260522T173036Z
87312026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24001:20260522T173037Z
87322026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24001:20260522T173037Z
87332026-05-28T00:58:59.232Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24001:20260522T173037Z
87342026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87352026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24001:20260522T173037Z
87362026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24001:20260522T173037Z
87372026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24001:20260522T173037Z
87382026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24001:20260522T173038Z
87392026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24001:20260522T173038Z
87402026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.500 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24001:20260522T173038Z
87412026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24001:20260522T173038Z
87422026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24001:20260522T173039Z
87432026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24001:20260522T173040Z
87442026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24001:20260522T173040Z
87452026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24001:20260522T173041Z
87462026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24001:20260522T173041Z
87472026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24001:20260522T173042Z
87482026-05-28T00:58:59.233Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24001:20260522T173043Z
87492026-05-28T00:58:59.234Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios-dev/driver/network/opte@0.41.477:20260505T161610Z
87502026-05-28T00:58:59.234Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24001:20260522T173044Z
87512026-05-28T00:58:59.234Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24001:20260522T173046Z
87522026-05-28T00:58:59.234Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24001:20260522T173047Z
87532026-05-28T00:58:59.234Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24001:20260522T173047Z
87542026-05-28T00:58:59.234Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24001:20260522T173049Z
87552026-05-28T00:58:59.234Z[ host-image] May 28 00:58:58.501 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24001:20260522T173049Z
87562026-05-28T00:58:59.237Z[ host-image] May 28 00:58:58.504 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87572026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.504 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24001:20260522T173049Z
87582026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.504 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87592026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.504 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87602026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.505 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87612026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.505 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87622026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.505 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24001:20260522T173049Z
87632026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.505 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87642026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.505 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87652026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.505 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87662026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.505 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87672026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.508 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87682026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.508 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87692026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.508 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87702026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.509 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87712026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.509 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87722026-05-28T00:58:59.238Z[ host-image] May 28 00:58:58.509 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87732026-05-28T00:58:59.249Z[ host-image] May 28 00:58:58.520 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
87742026-05-28T00:58:59.249Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87752026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87762026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24001:20260522T173051Z
87772026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24001:20260522T173055Z
87782026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87792026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24001:20260522T173056Z
87802026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87812026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87822026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87832026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
87842026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24001:20260522T173056Z
87852026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.521 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87862026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.522 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87872026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.522 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87882026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.522 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87892026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.522 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24001:20260522T173056Z
87902026-05-28T00:58:59.252Z[ host-image] May 28 00:58:58.522 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87912026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.526 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87922026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.526 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24001:20260522T173056Z
87932026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.527 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24001:20260522T173057Z
87942026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.527 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24001:20260522T173057Z
87952026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.527 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
87962026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.527 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24001:20260522T173058Z
87972026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.527 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24001:20260522T173058Z
87982026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.527 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24001:20260522T173058Z
87992026-05-28T00:58:59.256Z[ host-image] May 28 00:58:58.527 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24001:20260522T173058Z
88002026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.528 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88012026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.528 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24001:20260522T173058Z
88022026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.529 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24001:20260522T173059Z
88032026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.529 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88042026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.529 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24001:20260522T173059Z
88052026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.529 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24001:20260522T173100Z
88062026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.529 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24001:20260522T173100Z
88072026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.529 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24001:20260522T173100Z
88082026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.531 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24001:20260522T173100Z
88092026-05-28T00:58:59.259Z[ host-image] May 28 00:58:58.531 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88102026-05-28T00:58:59.262Z[ host-image] May 28 00:58:58.531 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24001:20260522T173100Z
88112026-05-28T00:58:59.262Z[ host-image] May 28 00:58:58.532 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24001:20260522T173100Z
88122026-05-28T00:58:59.262Z[ host-image] May 28 00:58:58.532 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24001:20260522T173100Z
88132026-05-28T00:58:59.262Z[ host-image] May 28 00:58:58.532 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24001:20260522T173100Z
88142026-05-28T00:58:59.262Z[ host-image] May 28 00:58:58.532 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24001:20260522T173101Z
88152026-05-28T00:58:59.262Z[ host-image] May 28 00:58:58.532 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24001:20260522T173101Z
88162026-05-28T00:58:59.262Z[ host-image] May 28 00:58:58.532 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24001:20260522T173101Z
88172026-05-28T00:58:59.265Z[ host-image] May 28 00:58:58.535 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24001:20260522T173102Z
88182026-05-28T00:58:59.265Z[ host-image] May 28 00:58:58.535 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24001:20260522T173101Z
88192026-05-28T00:58:59.265Z[ host-image] May 28 00:58:58.535 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24001:20260522T173102Z
88202026-05-28T00:58:59.266Z[ host-image] May 28 00:58:58.536 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24001:20260522T173102Z
88212026-05-28T00:58:59.266Z[ host-image] May 28 00:58:58.536 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24001:20260522T173102Z
88222026-05-28T00:58:59.269Z[ host-image] May 28 00:58:58.541 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24001:20260522T173104Z
88232026-05-28T00:58:59.269Z[ host-image] May 28 00:58:58.541 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24001:20260522T173102Z
88242026-05-28T00:58:59.272Z[ host-image] May 28 00:58:58.541 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24001:20260522T173102Z
88252026-05-28T00:58:59.273Z[ host-image] May 28 00:58:58.541 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88262026-05-28T00:58:59.273Z[ host-image] May 28 00:58:58.542 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88272026-05-28T00:58:59.278Z[ host-image] May 28 00:58:58.550 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24001:20260522T173102Z
88282026-05-28T00:58:59.278Z[ host-image] May 28 00:58:58.550 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88292026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.550 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24001:20260522T173103Z
88302026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.550 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24001:20260522T173103Z
88312026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.550 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24001:20260522T173103Z
88322026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.550 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88332026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.550 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88342026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.551 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24001:20260522T173104Z
88352026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.551 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24001:20260522T173104Z
88362026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.551 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24001:20260522T173104Z
88372026-05-28T00:58:59.281Z[ host-image] May 28 00:58:58.551 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24001:20260522T173104Z
88382026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.551 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24001:20260522T173104Z
88392026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.551 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24001:20260522T173104Z
88402026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88412026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24001:20260522T173105Z
88422026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24001:20260522T173105Z
88432026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24001:20260522T173105Z
88442026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24001:20260522T173106Z
88452026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24001:20260522T173105Z
88462026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24001:20260522T173106Z
88472026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88482026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.552 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88492026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.553 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24001:20260522T173107Z
88502026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.553 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24001:20260522T173108Z
88512026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.553 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88522026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.553 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88532026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.553 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88542026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.553 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88552026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.553 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88562026-05-28T00:58:59.282Z[ host-image] May 28 00:58:58.553 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88572026-05-28T00:58:59.286Z[ host-image] May 28 00:58:58.554 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
88582026-05-28T00:58:59.286Z[ host-image] May 28 00:58:58.554 INFO O| tempdir @ "/tmp/.tmpDtyEgz/tmp"
88592026-05-28T00:58:59.286Z[ host-image] May 28 00:58:58.554 INFO O| image root @ "/tmp/.tmpDtyEgz/tmp/root"
88602026-05-28T00:58:59.286Z[ host-image] May 28 00:58:58.554 INFO O| creating image...
88612026-05-28T00:58:59.757Z[ host-image] May 28 00:58:59.028 INFO O| copying publishers...
88622026-05-28T00:59:00.658Z[ host-image] May 28 00:58:59.930 INFO O| adding properties...
88632026-05-28T00:59:01.673Z[ host-image] May 28 00:59:00.944 INFO O| installing packages...
88642026-05-28T00:59:03.124Z[ recovery-image] May 28 00:59:02.396 INFO O| May 28 00:59:02.396 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
88652026-05-28T00:59:03.125Z[ recovery-image] May 28 00:59:02.396 INFO O| May 28 00:59:02.396 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88662026-05-28T00:59:03.136Z[ recovery-image] May 28 00:59:02.407 INFO O| May 28 00:59:02.407 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"}
88672026-05-28T00:59:03.227Z[ recovery-image] May 28 00:59:02.499 INFO O| May 28 00:59:02.499 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
88682026-05-28T00:59:03.281Z[ recovery-image] May 28 00:59:02.552 INFO O| May 28 00:59:02.551 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
88692026-05-28T00:59:03.341Z[ recovery-image] May 28 00:59:02.613 INFO O| May 28 00:59:02.613 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88702026-05-28T00:59:03.341Z[ recovery-image] May 28 00:59:02.613 INFO O| May 28 00:59:02.613 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 ...
88712026-05-28T00:59:03.345Z[ recovery-image] May 28 00:59:02.614 INFO O| May 28 00:59:02.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88722026-05-28T00:59:03.345Z[ recovery-image] May 28 00:59:02.614 INFO O| May 28 00:59:02.614 INFO ok!
88732026-05-28T00:59:03.345Z[ recovery-image] May 28 00:59:02.614 INFO O| May 28 00:59:02.614 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88742026-05-28T00:59:03.345Z[ recovery-image] May 28 00:59:02.614 INFO O| May 28 00:59:02.614 INFO STEP 100 (seed_smf) COMPLETE
88752026-05-28T00:59:03.345Z[ recovery-image] May 28 00:59:02.614 INFO O| May 28 00:59:02.614 INFO steps complete; finalising image!
88762026-05-28T00:59:03.345Z[ recovery-image] May 28 00:59:02.614 INFO O| May 28 00:59:02.614 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88772026-05-28T00:59:03.406Z[ recovery-image] May 28 00:59:02.678 INFO O| May 28 00:59:02.678 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu May 28 00:59:02 2026)
88782026-05-28T00:59:03.612Z[ recovery-image] May 28 00:59:02.883 INFO O| May 28 00:59:02.883 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Thu May 28 00:59:02 2026)
88792026-05-28T00:59:03.830Z[ recovery-image] May 28 00:59:03.102 INFO O| May 28 00:59:03.102 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
88802026-05-28T00:59:03.831Z[ recovery-image] May 28 00:59:03.102 INFO O| May 28 00:59:03.102 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88812026-05-28T00:59:04.220Z[ recovery-image] May 28 00:59:03.492 INFO O| May 28 00:59:03.492 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
88822026-05-28T00:59:04.220Z[ recovery-image] May 28 00:59:03.492 INFO O| May 28 00:59:03.492 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88832026-05-28T00:59:06.310Z[ recovery-image] May 28 00:59:05.582 INFO O| May 28 00:59:05.581 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88842026-05-28T00:59:06.310Z[ recovery-image] May 28 00:59:05.582 INFO O| May 28 00:59:05.582 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88852026-05-28T00:59:06.310Z[ recovery-image] May 28 00:59:05.582 INFO O| May 28 00:59:05.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88862026-05-28T00:59:06.314Z[ recovery-image] May 28 00:59:05.582 INFO O| May 28 00:59:05.582 INFO completed processing sled/zfs-recovery
88872026-05-28T00:59:06.314Z[ recovery-image] May 28 00:59:05.582 INFO O| May 28 00:59:05.582 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88882026-05-28T00:59:07.957Z[ recovery-image] May 28 00:59:07.228 INFO O| May 28 00:59:07.228 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88892026-05-28T00:59:08.041Z[ recovery-image] May 28 00:59:07.312 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n"
88902026-05-28T00:59:08.041Z[ recovery-image] May 28 00:59:07.312 INFO expanded image name: "recovery f331e2d/${os_short_commit} 2026-05-28 00:45" -> "recovery f331e2d/cd594ac 2026-05-28 00:45"
88912026-05-28T00:59:08.041Z[ recovery-image] May 28 00:59:07.313 INFO output artefacts stored in: "/work/os-recovery"
88922026-05-28T00:59:08.046Z[ recovery-image] May 28 00:59:07.313 INFO collecting git info from project "amd-host-image-builder"...
88932026-05-28T00:59:08.080Z[ recovery-image] May 28 00:59:07.351 INFO collecting git info from project "amd-firmware"...
88942026-05-28T00:59:08.389Z[ recovery-image] May 28 00:59:07.661 INFO collecting git info from project "chelsio-t6-roms"...
88952026-05-28T00:59:08.406Z[ recovery-image] May 28 00:59:07.678 INFO collecting git info from project "pilot"...
88962026-05-28T00:59:08.415Z[ recovery-image] May 28 00:59:07.687 INFO collecting git info from project "phbl"...
88972026-05-28T00:59:08.422Z[ recovery-image] May 28 00:59:07.693 INFO collecting git info from project "bootserver"...
88982026-05-28T00:59:08.452Z[ recovery-image] May 28 00:59:07.719 INFO collecting git info from project "dmar-report"...
88992026-05-28T00:59:08.470Z[ recovery-image] May 28 00:59:07.741 INFO collecting git info from project "pinprick"...
89002026-05-28T00:59:08.476Z[ recovery-image] May 28 00:59:07.747 INFO collecting git info from project "image-builder"...
89012026-05-28T00:59:08.481Z[ recovery-image] May 28 00:59:07.753 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89022026-05-28T00:59:08.813Z[ recovery-image] May 28 00:59:08.085 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89032026-05-28T00:59:09.119Z[ recovery-image] May 28 00:59:08.390 INFO creating Oxide boot image...
89042026-05-28T00:59:09.121Z[ recovery-image] May 28 00:59:08.390 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery f331e2d/cd594ac 2026-05-28 00:45", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89052026-05-28T00:59:23.957Z[ host-image] May 28 00:59:23.229 INFO O| seeding SMF database...
89062026-05-28T00:59:28.243Z[ host-image] May 28 00:59:27.514 INFO O| configuring SMF profile...
89072026-05-28T00:59:28.244Z[ host-image] May 28 00:59:27.514 INFO O| modifying shadow(5)...
89082026-05-28T00:59:28.250Z[ host-image] May 28 00:59:27.514 INFO O| loading user and group database...
89092026-05-28T00:59:28.250Z[ host-image] May 28 00:59:27.514 INFO O| loading facet selections...
89102026-05-28T00:59:28.591Z[ host-image] May 28 00:59:27.863 INFO O| devel -> true
89112026-05-28T00:59:28.591Z[ host-image] May 28 00:59:27.863 INFO O| doc.man -> true
89122026-05-28T00:59:28.591Z[ host-image] May 28 00:59:27.863 INFO O| version-lock.shell/ksh93 -> true
89132026-05-28T00:59:28.594Z[ host-image] May 28 00:59:27.863 INFO O| version-lock.system/data/hardware-registry -> true
89142026-05-28T00:59:28.594Z[ host-image] May 28 00:59:27.863 INFO O| version-lock.system/data/zoneinfo -> true
89152026-05-28T00:59:28.595Z[ host-image] May 28 00:59:27.863 INFO O| version-lock.system/microcode/amd -> true
89162026-05-28T00:59:28.595Z[ host-image] May 28 00:59:27.863 INFO O| version-lock.system/microcode/intel -> true
89172026-05-28T00:59:28.595Z[ host-image] May 28 00:59:27.863 INFO O| version-lock.system/microcode/oxide -> true
89182026-05-28T00:59:28.595Z[ host-image] May 28 00:59:27.863 INFO O| assessing packaged files...
89192026-05-28T00:59:30.449Z[ host-image] May 28 00:59:29.706 INFO O| creating archive...
89202026-05-28T00:59:30.476Z[ host-image] May 28 00:59:29.728 INFO O| missing from packaging:
89212026-05-28T00:59:30.476Z[ host-image] May 28 00:59:29.728 INFO O| "etc/.pwd.lock"
89222026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.728 INFO O| "etc/bash"
89232026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.732 INFO O| "etc/svc/profile/generic.xml"
89242026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.732 INFO O| "etc/svc/profile/inetd_services.xml"
89252026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.732 INFO O| "etc/svc/profile/name_service.xml"
89262026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.732 INFO O| "etc/svc/profile/platform.xml"
89272026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.732 INFO O| "etc/svc/profile/platform_omicron1.xml"
89282026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.732 INFO O| "etc/svc/repository.db"
89292026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.738 INFO O| "opt/ooce/share"
89302026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.738 INFO O| "opt/ooce/share/man"
89312026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.738 INFO O| "opt/ooce/share/man/man1"
89322026-05-28T00:59:30.482Z[ host-image] May 28 00:59:29.747 INFO O| finishing archive...
89332026-05-28T00:59:33.047Z[ host-image] May 28 00:59:32.318 INFO O| creating gzonly manifest...
89342026-05-28T00:59:33.053Z[ host-image] May 28 00:59:32.324 INFO O| ok
89352026-05-28T00:59:33.142Z[ host-image] May 28 00:59:32.411 INFO image builder template: ramdisk-02-trim...
89362026-05-28T00:59:33.142Z[ host-image] May 28 00:59:32.411 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/.tmpd4Ugq7/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", "publisher_1_name=helios-dev", "-F", "publisher_1_url+=file:///tmp/.tmpd4Ugq7/opte-host.p5p", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.477", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
89372026-05-28T00:59:33.158Z[ host-image] May 28 00:59:32.429 INFO O| May 28 00:59:32.429 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89382026-05-28T00:59:33.165Z[ host-image] May 28 00:59:32.433 INFO O| May 28 00:59:32.433 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89392026-05-28T00:59:33.370Z[ host-image] May 28 00:59:32.638 INFO O| May 28 00:59:32.638 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89402026-05-28T00:59:33.451Z[ host-image] May 28 00:59:32.720 INFO O| May 28 00:59:32.720 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89412026-05-28T00:59:33.452Z[ host-image] May 28 00:59:32.721 INFO O| May 28 00:59:32.720 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89422026-05-28T00:59:33.456Z[ host-image] May 28 00:59:32.724 INFO O| May 28 00:59:32.724 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89432026-05-28T00:59:33.459Z[ host-image] May 28 00:59:32.729 INFO O| May 28 00:59:32.729 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89442026-05-28T00:59:33.463Z[ host-image] May 28 00:59:32.734 INFO O| May 28 00:59:32.734 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89452026-05-28T00:59:33.929Z[ host-image] May 28 00:59:33.196 INFO O| May 28 00:59:33.196 INFO rolled back to input snapshot; work may begin
89462026-05-28T00:59:33.929Z[ host-image] May 28 00:59:33.196 INFO O| May 28 00:59:33.196 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89472026-05-28T00:59:33.936Z[ host-image] May 28 00:59:33.200 INFO O| May 28 00:59:33.200 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89482026-05-28T00:59:33.940Z[ host-image] May 28 00:59:33.209 INFO O| May 28 00:59:33.209 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89492026-05-28T00:59:33.979Z[ host-image] May 28 00:59:33.248 INFO O| May 28 00:59:33.248 INFO STEP 0 (remove_files) COMPLETE
89502026-05-28T00:59:33.979Z[ host-image] May 28 00:59:33.248 INFO O| May 28 00:59:33.248 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89512026-05-28T00:59:33.986Z[ host-image] May 28 00:59:33.258 INFO O| May 28 00:59:33.258 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89522026-05-28T00:59:33.990Z[ host-image] May 28 00:59:33.259 INFO O| May 28 00:59:33.259 INFO STEP 1 (remove_files) COMPLETE
89532026-05-28T00:59:33.990Z[ host-image] May 28 00:59:33.259 INFO O| May 28 00:59:33.259 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89542026-05-28T00:59:34.010Z[ host-image] May 28 00:59:33.267 INFO O| May 28 00:59:33.266 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89552026-05-28T00:59:34.010Z[ host-image] May 28 00:59:33.278 INFO O| May 28 00:59:33.278 INFO STEP 2 (remove_files) COMPLETE
89562026-05-28T00:59:34.010Z[ host-image] May 28 00:59:33.278 INFO O| May 28 00:59:33.278 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89572026-05-28T00:59:34.018Z[ host-image] May 28 00:59:33.288 INFO O| May 28 00:59:33.288 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89582026-05-28T00:59:34.023Z[ host-image] May 28 00:59:33.289 INFO O| May 28 00:59:33.289 INFO STEP 3 (remove_files) COMPLETE
89592026-05-28T00:59:34.023Z[ host-image] May 28 00:59:33.289 INFO O| May 28 00:59:33.289 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89602026-05-28T00:59:34.026Z[ host-image] May 28 00:59:33.296 INFO O| May 28 00:59:33.296 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89612026-05-28T00:59:34.030Z[ host-image] May 28 00:59:33.299 INFO O| May 28 00:59:33.299 INFO STEP 4 (remove_files) COMPLETE
89622026-05-28T00:59:34.030Z[ host-image] May 28 00:59:33.299 INFO O| May 28 00:59:33.299 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89632026-05-28T00:59:34.036Z[ host-image] May 28 00:59:33.306 INFO O| May 28 00:59:33.306 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89642026-05-28T00:59:34.056Z[ host-image] May 28 00:59:33.308 INFO O| May 28 00:59:33.308 INFO STEP 5 (remove_files) COMPLETE
89652026-05-28T00:59:34.056Z[ host-image] May 28 00:59:33.308 INFO O| May 28 00:59:33.308 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89662026-05-28T00:59:34.056Z[ host-image] May 28 00:59:33.315 INFO O| May 28 00:59:33.315 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89672026-05-28T00:59:34.066Z[ host-image] May 28 00:59:33.325 INFO O| May 28 00:59:33.325 INFO STEP 6 (remove_files) COMPLETE
89682026-05-28T00:59:34.066Z[ host-image] May 28 00:59:33.325 INFO O| May 28 00:59:33.325 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89692026-05-28T00:59:34.066Z[ host-image] May 28 00:59:33.325 INFO O| May 28 00:59:33.325 INFO skip step because feature "heliosv2" is not enabled
89702026-05-28T00:59:34.066Z[ host-image] May 28 00:59:33.325 INFO O| May 28 00:59:33.325 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89712026-05-28T00:59:34.067Z[ host-image] May 28 00:59:33.335 INFO O| May 28 00:59:33.335 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89722026-05-28T00:59:34.089Z[ host-image] May 28 00:59:33.346 INFO O| May 28 00:59:33.345 INFO STEP 8 (remove_files) COMPLETE
89732026-05-28T00:59:34.089Z[ host-image] May 28 00:59:33.346 INFO O| May 28 00:59:33.345 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89742026-05-28T00:59:34.095Z[ host-image] May 28 00:59:33.356 INFO O| May 28 00:59:33.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89752026-05-28T00:59:34.153Z[ host-image] May 28 00:59:33.424 INFO O| May 28 00:59:33.424 INFO STEP 9 (remove_files) COMPLETE
89762026-05-28T00:59:34.154Z[ host-image] May 28 00:59:33.424 INFO O| May 28 00:59:33.424 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89772026-05-28T00:59:34.183Z[ host-image] May 28 00:59:33.455 INFO O| May 28 00:59:33.454 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89782026-05-28T00:59:34.261Z[ host-image] May 28 00:59:33.531 INFO O| May 28 00:59:33.531 INFO STEP 10 (remove_files) COMPLETE
89792026-05-28T00:59:34.261Z[ host-image] May 28 00:59:33.531 INFO O| May 28 00:59:33.531 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89802026-05-28T00:59:34.270Z[ host-image] May 28 00:59:33.540 INFO O| May 28 00:59:33.540 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89812026-05-28T00:59:34.273Z[ host-image] May 28 00:59:33.543 INFO O| May 28 00:59:33.543 INFO STEP 11 (remove_files) COMPLETE
89822026-05-28T00:59:34.274Z[ host-image] May 28 00:59:33.543 INFO O| May 28 00:59:33.543 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89832026-05-28T00:59:34.279Z[ host-image] May 28 00:59:33.551 INFO O| May 28 00:59:33.551 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89842026-05-28T00:59:34.282Z[ host-image] May 28 00:59:33.552 INFO O| May 28 00:59:33.552 INFO STEP 12 (remove_files) COMPLETE
89852026-05-28T00:59:34.282Z[ host-image] May 28 00:59:33.552 INFO O| May 28 00:59:33.552 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89862026-05-28T00:59:34.288Z[ host-image] May 28 00:59:33.559 INFO O| May 28 00:59:33.559 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89872026-05-28T00:59:34.293Z[ host-image] May 28 00:59:33.560 INFO O| May 28 00:59:33.560 INFO STEP 13 (remove_files) COMPLETE
89882026-05-28T00:59:34.293Z[ host-image] May 28 00:59:33.560 INFO O| May 28 00:59:33.560 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89892026-05-28T00:59:34.325Z[ host-image] May 28 00:59:33.595 INFO O| May 28 00:59:33.595 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
89902026-05-28T00:59:34.328Z[ host-image] May 28 00:59:33.595 INFO O| May 28 00:59:33.595 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
89912026-05-28T00:59:34.335Z[ host-image] May 28 00:59:33.602 INFO O| May 28 00:59:33.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89922026-05-28T00:59:34.335Z[ host-image] May 28 00:59:33.602 INFO O| May 28 00:59:33.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89932026-05-28T00:59:34.335Z[ host-image] May 28 00:59:33.602 INFO O| May 28 00:59:33.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89942026-05-28T00:59:34.335Z[ host-image] May 28 00:59:33.602 INFO O| May 28 00:59:33.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89952026-05-28T00:59:34.335Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89962026-05-28T00:59:34.335Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89972026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89982026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89992026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90002026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90012026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90022026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90032026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90042026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90052026-05-28T00:59:34.336Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90062026-05-28T00:59:34.339Z[ host-image] May 28 00:59:33.603 INFO O| May 28 00:59:33.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90072026-05-28T00:59:34.450Z[ host-image] May 28 00:59:33.721 INFO O| May 28 00:59:33.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90082026-05-28T00:59:34.460Z[ host-image] May 28 00:59:33.732 INFO O| May 28 00:59:33.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90092026-05-28T00:59:34.600Z[ host-image] May 28 00:59:33.871 INFO O| May 28 00:59:33.871 INFO STEP 14 (remove_files) COMPLETE
90102026-05-28T00:59:34.600Z[ host-image] May 28 00:59:33.871 INFO O| May 28 00:59:33.871 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90112026-05-28T00:59:34.629Z[ host-image] May 28 00:59:33.900 INFO O| May 28 00:59:33.900 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90122026-05-28T00:59:34.632Z[ host-image] May 28 00:59:33.901 INFO O| May 28 00:59:33.901 INFO STEP 15 (remove_files) COMPLETE
90132026-05-28T00:59:34.632Z[ host-image] May 28 00:59:33.901 INFO O| May 28 00:59:33.901 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90142026-05-28T00:59:34.639Z[ host-image] May 28 00:59:33.910 INFO O| May 28 00:59:33.910 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90152026-05-28T00:59:34.645Z[ host-image] May 28 00:59:33.916 INFO O| May 28 00:59:33.916 INFO STEP 16 (remove_files) COMPLETE
90162026-05-28T00:59:34.645Z[ host-image] May 28 00:59:33.916 INFO O| May 28 00:59:33.916 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90172026-05-28T00:59:34.656Z[ host-image] May 28 00:59:33.924 INFO O| May 28 00:59:33.924 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90182026-05-28T00:59:34.659Z[ host-image] May 28 00:59:33.924 INFO O| May 28 00:59:33.924 INFO STEP 17 (remove_files) COMPLETE
90192026-05-28T00:59:34.659Z[ host-image] May 28 00:59:33.924 INFO O| May 28 00:59:33.924 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90202026-05-28T00:59:34.662Z[ host-image] May 28 00:59:33.931 INFO O| May 28 00:59:33.931 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90212026-05-28T00:59:34.662Z[ host-image] May 28 00:59:33.933 INFO O| May 28 00:59:33.932 INFO STEP 18 (remove_files) COMPLETE
90222026-05-28T00:59:34.662Z[ host-image] May 28 00:59:33.933 INFO O| May 28 00:59:33.932 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90232026-05-28T00:59:34.669Z[ host-image] May 28 00:59:33.940 INFO O| May 28 00:59:33.940 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90242026-05-28T00:59:34.669Z[ host-image] May 28 00:59:33.940 INFO O| May 28 00:59:33.940 INFO STEP 19 (remove_files) COMPLETE
90252026-05-28T00:59:34.669Z[ host-image] May 28 00:59:33.940 INFO O| May 28 00:59:33.940 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90262026-05-28T00:59:34.680Z[ host-image] May 28 00:59:33.947 INFO O| May 28 00:59:33.947 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90272026-05-28T00:59:34.680Z[ host-image] May 28 00:59:33.947 INFO O| May 28 00:59:33.947 INFO STEP 20 (remove_files) COMPLETE
90282026-05-28T00:59:34.680Z[ host-image] May 28 00:59:33.947 INFO O| May 28 00:59:33.947 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90292026-05-28T00:59:35.103Z[ host-image] May 28 00:59:33.954 INFO O| May 28 00:59:33.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90302026-05-28T00:59:35.103Z[ host-image] May 28 00:59:33.954 INFO O| May 28 00:59:33.954 INFO STEP 21 (remove_files) COMPLETE
90312026-05-28T00:59:35.103Z[ host-image] May 28 00:59:33.954 INFO O| May 28 00:59:33.954 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90322026-05-28T00:59:35.103Z[ host-image] May 28 00:59:33.961 INFO O| May 28 00:59:33.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90332026-05-28T00:59:35.103Z[ host-image] May 28 00:59:33.961 INFO O| May 28 00:59:33.961 INFO STEP 22 (remove_files) COMPLETE
90342026-05-28T00:59:35.103Z[ host-image] May 28 00:59:33.961 INFO O| May 28 00:59:33.961 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90352026-05-28T00:59:35.109Z[ host-image] May 28 00:59:33.968 INFO O| May 28 00:59:33.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90362026-05-28T00:59:35.109Z[ host-image] May 28 00:59:33.968 INFO O| May 28 00:59:33.968 INFO STEP 23 (remove_files) COMPLETE
90372026-05-28T00:59:35.109Z[ host-image] May 28 00:59:33.968 INFO O| May 28 00:59:33.968 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90382026-05-28T00:59:35.109Z[ host-image] May 28 00:59:33.975 INFO O| May 28 00:59:33.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90392026-05-28T00:59:35.109Z[ host-image] May 28 00:59:33.975 INFO O| May 28 00:59:33.975 INFO STEP 24 (remove_files) COMPLETE
90402026-05-28T00:59:35.109Z[ host-image] May 28 00:59:33.975 INFO O| May 28 00:59:33.975 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90412026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.981 INFO O| May 28 00:59:33.981 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90422026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.981 INFO O| May 28 00:59:33.981 INFO STEP 25 (remove_files) COMPLETE
90432026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.981 INFO O| May 28 00:59:33.981 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.988 INFO O| May 28 00:59:33.988 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90452026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.988 INFO O| May 28 00:59:33.988 INFO STEP 26 (remove_files) COMPLETE
90462026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.988 INFO O| May 28 00:59:33.988 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.994 INFO O| May 28 00:59:33.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90482026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.994 INFO O| May 28 00:59:33.994 INFO STEP 27 (remove_files) COMPLETE
90492026-05-28T00:59:35.110Z[ host-image] May 28 00:59:33.994 INFO O| May 28 00:59:33.994 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502026-05-28T00:59:35.110Z[ host-image] May 28 00:59:34.002 INFO O| May 28 00:59:34.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90512026-05-28T00:59:35.110Z[ host-image] May 28 00:59:34.002 INFO O| May 28 00:59:34.002 INFO STEP 28 (remove_files) COMPLETE
90522026-05-28T00:59:35.110Z[ host-image] May 28 00:59:34.002 INFO O| May 28 00:59:34.002 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532026-05-28T00:59:35.110Z[ host-image] May 28 00:59:34.010 INFO O| May 28 00:59:34.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90542026-05-28T00:59:35.110Z[ host-image] May 28 00:59:34.010 INFO O| May 28 00:59:34.010 INFO STEP 29 (remove_files) COMPLETE
90552026-05-28T00:59:35.110Z[ host-image] May 28 00:59:34.010 INFO O| May 28 00:59:34.010 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562026-05-28T00:59:35.110Z[ host-image] May 28 00:59:34.018 INFO O| May 28 00:59:34.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90572026-05-28T00:59:35.111Z[ host-image] May 28 00:59:34.018 INFO O| May 28 00:59:34.018 INFO STEP 30 (remove_files) COMPLETE
90582026-05-28T00:59:35.111Z[ host-image] May 28 00:59:34.018 INFO O| May 28 00:59:34.018 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592026-05-28T00:59:35.111Z[ host-image] May 28 00:59:34.025 INFO O| May 28 00:59:34.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90602026-05-28T00:59:35.111Z[ host-image] May 28 00:59:34.025 INFO O| May 28 00:59:34.025 INFO STEP 31 (remove_files) COMPLETE
90612026-05-28T00:59:35.111Z[ host-image] May 28 00:59:34.025 INFO O| May 28 00:59:34.025 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622026-05-28T00:59:35.111Z[ host-image] May 28 00:59:34.032 INFO O| May 28 00:59:34.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90632026-05-28T00:59:35.111Z[ host-image] May 28 00:59:34.032 INFO O| May 28 00:59:34.032 INFO STEP 32 (remove_files) COMPLETE
90642026-05-28T00:59:35.111Z[ host-image] May 28 00:59:34.032 INFO O| May 28 00:59:34.032 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.039 INFO O| May 28 00:59:34.039 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90662026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.039 INFO O| May 28 00:59:34.039 INFO STEP 33 (remove_files) COMPLETE
90672026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.039 INFO O| May 28 00:59:34.039 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.047 INFO O| May 28 00:59:34.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90692026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.047 INFO O| May 28 00:59:34.047 INFO STEP 34 (remove_files) COMPLETE
90702026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.047 INFO O| May 28 00:59:34.047 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.054 INFO O| May 28 00:59:34.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90722026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.054 INFO O| May 28 00:59:34.054 INFO STEP 35 (remove_files) COMPLETE
90732026-05-28T00:59:35.112Z[ host-image] May 28 00:59:34.054 INFO O| May 28 00:59:34.054 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90742026-05-28T00:59:35.113Z[ host-image] May 28 00:59:34.061 INFO O| May 28 00:59:34.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90752026-05-28T00:59:35.113Z[ host-image] May 28 00:59:34.061 INFO O| May 28 00:59:34.061 INFO STEP 36 (remove_files) COMPLETE
90762026-05-28T00:59:35.113Z[ host-image] May 28 00:59:34.061 INFO O| May 28 00:59:34.061 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90772026-05-28T00:59:35.113Z[ host-image] May 28 00:59:34.068 INFO O| May 28 00:59:34.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90782026-05-28T00:59:35.113Z[ host-image] May 28 00:59:34.068 INFO O| May 28 00:59:34.068 INFO STEP 37 (remove_files) COMPLETE
90792026-05-28T00:59:35.114Z[ host-image] May 28 00:59:34.068 INFO O| May 28 00:59:34.068 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90802026-05-28T00:59:35.114Z[ host-image] May 28 00:59:34.078 INFO O| May 28 00:59:34.077 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90812026-05-28T00:59:35.114Z[ host-image] May 28 00:59:34.078 INFO O| May 28 00:59:34.078 INFO STEP 38 (remove_files) COMPLETE
90822026-05-28T00:59:35.114Z[ host-image] May 28 00:59:34.078 INFO O| May 28 00:59:34.078 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90832026-05-28T00:59:35.114Z[ host-image] May 28 00:59:34.085 INFO O| May 28 00:59:34.085 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90842026-05-28T00:59:35.114Z[ host-image] May 28 00:59:34.085 INFO O| May 28 00:59:34.085 INFO STEP 39 (remove_files) COMPLETE
90852026-05-28T00:59:35.114Z[ host-image] May 28 00:59:34.085 INFO O| May 28 00:59:34.085 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90862026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.092 INFO O| May 28 00:59:34.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90872026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.092 INFO O| May 28 00:59:34.092 INFO STEP 40 (remove_files) COMPLETE
90882026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.092 INFO O| May 28 00:59:34.092 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90892026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.099 INFO O| May 28 00:59:34.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90902026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.099 INFO O| May 28 00:59:34.099 INFO STEP 41 (remove_files) COMPLETE
90912026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.099 INFO O| May 28 00:59:34.099 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90922026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.106 INFO O| May 28 00:59:34.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90932026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.106 INFO O| May 28 00:59:34.106 INFO STEP 42 (remove_files) COMPLETE
90942026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.106 INFO O| May 28 00:59:34.106 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90952026-05-28T00:59:35.115Z[ host-image] May 28 00:59:34.115 INFO O| May 28 00:59:34.115 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90962026-05-28T00:59:35.116Z[ host-image] May 28 00:59:34.116 INFO O| May 28 00:59:34.115 INFO STEP 43 (remove_files) COMPLETE
90972026-05-28T00:59:35.116Z[ host-image] May 28 00:59:34.116 INFO O| May 28 00:59:34.116 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90982026-05-28T00:59:35.116Z[ host-image] May 28 00:59:34.124 INFO O| May 28 00:59:34.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90992026-05-28T00:59:35.116Z[ host-image] May 28 00:59:34.124 INFO O| May 28 00:59:34.124 INFO STEP 44 (remove_files) COMPLETE
91002026-05-28T00:59:35.116Z[ host-image] May 28 00:59:34.124 INFO O| May 28 00:59:34.124 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91012026-05-28T00:59:35.116Z[ host-image] May 28 00:59:34.131 INFO O| May 28 00:59:34.131 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91022026-05-28T00:59:35.116Z[ host-image] May 28 00:59:34.131 INFO O| May 28 00:59:34.131 INFO STEP 45 (remove_files) COMPLETE
91032026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.131 INFO O| May 28 00:59:34.131 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91042026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.138 INFO O| May 28 00:59:34.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91052026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.138 INFO O| May 28 00:59:34.138 INFO STEP 46 (remove_files) COMPLETE
91062026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.138 INFO O| May 28 00:59:34.138 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91072026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.145 INFO O| May 28 00:59:34.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91082026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.145 INFO O| May 28 00:59:34.145 INFO STEP 47 (remove_files) COMPLETE
91092026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.145 INFO O| May 28 00:59:34.145 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91102026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.151 INFO O| May 28 00:59:34.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91112026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.151 INFO O| May 28 00:59:34.151 INFO STEP 48 (remove_files) COMPLETE
91122026-05-28T00:59:35.117Z[ host-image] May 28 00:59:34.151 INFO O| May 28 00:59:34.151 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132026-05-28T00:59:35.118Z[ host-image] May 28 00:59:34.158 INFO O| May 28 00:59:34.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
91142026-05-28T00:59:35.118Z[ host-image] May 28 00:59:34.158 INFO O| May 28 00:59:34.158 INFO STEP 49 (remove_files) COMPLETE
91152026-05-28T00:59:35.118Z[ host-image] May 28 00:59:34.158 INFO O| May 28 00:59:34.158 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91162026-05-28T00:59:35.118Z[ host-image] May 28 00:59:34.165 INFO O| May 28 00:59:34.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91172026-05-28T00:59:35.118Z[ host-image] May 28 00:59:34.165 INFO O| May 28 00:59:34.165 INFO STEP 50 (remove_files) COMPLETE
91182026-05-28T00:59:35.118Z[ host-image] May 28 00:59:34.165 INFO O| May 28 00:59:34.165 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91192026-05-28T00:59:35.119Z[ host-image] May 28 00:59:34.172 INFO O| May 28 00:59:34.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91202026-05-28T00:59:35.119Z[ host-image] May 28 00:59:34.172 INFO O| May 28 00:59:34.172 INFO STEP 51 (remove_files) COMPLETE
91212026-05-28T00:59:35.119Z[ host-image] May 28 00:59:34.172 INFO O| May 28 00:59:34.172 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222026-05-28T00:59:35.119Z[ host-image] May 28 00:59:34.179 INFO O| May 28 00:59:34.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91232026-05-28T00:59:35.119Z[ host-image] May 28 00:59:34.179 INFO O| May 28 00:59:34.179 INFO STEP 52 (remove_files) COMPLETE
91242026-05-28T00:59:35.120Z[ host-image] May 28 00:59:34.179 INFO O| May 28 00:59:34.179 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252026-05-28T00:59:35.120Z[ host-image] May 28 00:59:34.187 INFO O| May 28 00:59:34.187 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91262026-05-28T00:59:35.120Z[ host-image] May 28 00:59:34.187 INFO O| May 28 00:59:34.187 INFO STEP 53 (remove_files) COMPLETE
91272026-05-28T00:59:35.120Z[ host-image] May 28 00:59:34.187 INFO O| May 28 00:59:34.187 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282026-05-28T00:59:35.120Z[ host-image] May 28 00:59:34.194 INFO O| May 28 00:59:34.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91292026-05-28T00:59:35.120Z[ host-image] May 28 00:59:34.194 INFO O| May 28 00:59:34.194 INFO STEP 54 (remove_files) COMPLETE
91302026-05-28T00:59:35.120Z[ host-image] May 28 00:59:34.194 INFO O| May 28 00:59:34.194 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91312026-05-28T00:59:35.120Z[ host-image] May 28 00:59:34.201 INFO O| May 28 00:59:34.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91322026-05-28T00:59:35.121Z[ host-image] May 28 00:59:34.201 INFO O| May 28 00:59:34.201 INFO STEP 55 (remove_files) COMPLETE
91332026-05-28T00:59:35.121Z[ host-image] May 28 00:59:34.201 INFO O| May 28 00:59:34.201 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91342026-05-28T00:59:35.121Z[ host-image] May 28 00:59:34.208 INFO O| May 28 00:59:34.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91352026-05-28T00:59:35.128Z[ host-image] May 28 00:59:34.208 INFO O| May 28 00:59:34.208 INFO STEP 56 (remove_files) COMPLETE
91362026-05-28T00:59:35.128Z[ host-image] May 28 00:59:34.208 INFO O| May 28 00:59:34.208 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91372026-05-28T00:59:35.129Z[ host-image] May 28 00:59:34.215 INFO O| May 28 00:59:34.215 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91382026-05-28T00:59:35.129Z[ host-image] May 28 00:59:34.216 INFO O| May 28 00:59:34.216 INFO STEP 57 (remove_files) COMPLETE
91392026-05-28T00:59:35.129Z[ host-image] May 28 00:59:34.216 INFO O| May 28 00:59:34.216 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91402026-05-28T00:59:35.129Z[ host-image] May 28 00:59:34.223 INFO O| May 28 00:59:34.223 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91412026-05-28T00:59:35.129Z[ host-image] May 28 00:59:34.223 INFO O| May 28 00:59:34.223 INFO STEP 58 (remove_files) COMPLETE
91422026-05-28T00:59:35.129Z[ host-image] May 28 00:59:34.223 INFO O| May 28 00:59:34.223 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91432026-05-28T00:59:35.129Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91442026-05-28T00:59:35.129Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91452026-05-28T00:59:35.130Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91462026-05-28T00:59:35.130Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91472026-05-28T00:59:35.130Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91482026-05-28T00:59:35.130Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91492026-05-28T00:59:35.130Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 INFO ok!
91502026-05-28T00:59:35.130Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 INFO STEP 59 (ensure_file) COMPLETE
91512026-05-28T00:59:35.130Z[ host-image] May 28 00:59:34.230 INFO O| May 28 00:59:34.230 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91522026-05-28T00:59:35.131Z[ host-image] May 28 00:59:34.238 INFO O| May 28 00:59:34.238 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91532026-05-28T00:59:35.131Z[ host-image] May 28 00:59:34.238 INFO O| May 28 00:59:34.238 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91542026-05-28T00:59:35.131Z[ host-image] May 28 00:59:34.239 INFO O| May 28 00:59:34.239 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91552026-05-28T00:59:35.131Z[ host-image] May 28 00:59:34.239 INFO O| May 28 00:59:34.239 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91562026-05-28T00:59:35.131Z[ host-image] May 28 00:59:34.239 INFO O| May 28 00:59:34.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91572026-05-28T00:59:35.131Z[ host-image] May 28 00:59:34.239 INFO O| May 28 00:59:34.239 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91582026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.239 INFO O| May 28 00:59:34.239 INFO ok!
91592026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.239 INFO O| May 28 00:59:34.239 INFO STEP 60 (ensure_file) COMPLETE
91602026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.239 INFO O| May 28 00:59:34.239 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.246 INFO O| May 28 00:59:34.246 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91622026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.246 INFO O| May 28 00:59:34.246 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91632026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.246 INFO O| May 28 00:59:34.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91642026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.246 INFO O| May 28 00:59:34.246 INFO ok!
91652026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.246 INFO O| May 28 00:59:34.246 INFO STEP 61 (ensure_file) COMPLETE
91662026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.246 INFO O| May 28 00:59:34.246 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91672026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.254 INFO O| May 28 00:59:34.254 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91682026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.254 INFO O| May 28 00:59:34.254 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91692026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.254 INFO O| May 28 00:59:34.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91702026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.254 INFO O| May 28 00:59:34.254 INFO ok!
91712026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.254 INFO O| May 28 00:59:34.254 INFO STEP 62 (ensure_file) COMPLETE
91722026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.254 INFO O| May 28 00:59:34.254 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91732026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.261 INFO O| May 28 00:59:34.261 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91742026-05-28T00:59:35.132Z[ host-image] May 28 00:59:34.261 INFO O| May 28 00:59:34.261 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91752026-05-28T00:59:35.133Z[ host-image] May 28 00:59:34.261 INFO O| May 28 00:59:34.261 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91762026-05-28T00:59:35.133Z[ host-image] May 28 00:59:34.261 INFO O| May 28 00:59:34.261 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91772026-05-28T00:59:35.133Z[ host-image] May 28 00:59:34.261 INFO O| May 28 00:59:34.261 INFO ok!
91782026-05-28T00:59:35.133Z[ host-image] May 28 00:59:34.261 INFO O| May 28 00:59:34.261 INFO STEP 63 (ensure_file) COMPLETE
91792026-05-28T00:59:35.133Z[ host-image] May 28 00:59:34.261 INFO O| May 28 00:59:34.261 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-05-28T00:59:35.133Z[ host-image] May 28 00:59:34.269 INFO O| May 28 00:59:34.268 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91812026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.269 INFO O| May 28 00:59:34.268 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91822026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.269 INFO O| May 28 00:59:34.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91832026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.269 INFO O| May 28 00:59:34.269 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91842026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.269 INFO O| May 28 00:59:34.269 INFO ok!
91852026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.269 INFO O| May 28 00:59:34.269 INFO STEP 64 (ensure_file) COMPLETE
91862026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.269 INFO O| May 28 00:59:34.269 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.276 INFO O| May 28 00:59:34.276 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91882026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.276 INFO O| May 28 00:59:34.276 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91892026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.276 INFO O| May 28 00:59:34.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91902026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.276 INFO O| May 28 00:59:34.276 INFO ok!
91912026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.276 INFO O| May 28 00:59:34.276 INFO STEP 65 (assemble_files) COMPLETE
91922026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.276 INFO O| May 28 00:59:34.276 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91932026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.283 INFO O| May 28 00:59:34.283 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91942026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.283 INFO O| May 28 00:59:34.283 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91952026-05-28T00:59:35.134Z[ host-image] May 28 00:59:34.283 INFO O| May 28 00:59:34.283 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91962026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.283 INFO O| May 28 00:59:34.283 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91972026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.283 INFO O| May 28 00:59:34.283 INFO ok!
91982026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.283 INFO O| May 28 00:59:34.283 INFO STEP 66 (ensure_file) COMPLETE
91992026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.283 INFO O| May 28 00:59:34.283 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.290 INFO O| May 28 00:59:34.290 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92012026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.290 INFO O| May 28 00:59:34.290 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92022026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.290 INFO O| May 28 00:59:34.290 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92032026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.290 INFO O| May 28 00:59:34.290 INFO STEP 67 (ensure_dir) COMPLETE
92042026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.290 INFO O| May 28 00:59:34.290 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92052026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.297 INFO O| May 28 00:59:34.297 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92062026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.297 INFO O| May 28 00:59:34.297 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 ...
92072026-05-28T00:59:35.135Z[ host-image] May 28 00:59:34.303 INFO O| May 28 00:59:34.303 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
92082026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.303 INFO O| May 28 00:59:34.303 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92092026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.303 INFO O| May 28 00:59:34.303 INFO ok!
92102026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.303 INFO O| May 28 00:59:34.303 INFO STEP 68 (ensure_file) COMPLETE
92112026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.303 INFO O| May 28 00:59:34.303 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.312 INFO O| May 28 00:59:34.312 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92132026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.312 INFO O| May 28 00:59:34.312 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 ...
92142026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.312 INFO O| May 28 00:59:34.312 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
92152026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.312 INFO O| May 28 00:59:34.312 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92162026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.312 INFO O| May 28 00:59:34.312 INFO ok!
92172026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.312 INFO O| May 28 00:59:34.312 INFO STEP 69 (ensure_file) COMPLETE
92182026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.312 INFO O| May 28 00:59:34.312 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.324 INFO O| May 28 00:59:34.324 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92202026-05-28T00:59:35.136Z[ host-image] May 28 00:59:34.325 INFO O| May 28 00:59:34.324 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92212026-05-28T00:59:36.545Z[ host-image] May 28 00:59:35.815 INFO O| May 28 00:59:35.815 INFO STEP 70 (pack_tar) COMPLETE
92222026-05-28T00:59:36.545Z[ host-image] May 28 00:59:35.815 INFO O| May 28 00:59:35.815 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92232026-05-28T00:59:36.569Z[ host-image] May 28 00:59:35.815 INFO O| May 28 00:59:35.815 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92242026-05-28T00:59:37.078Z[ host-image] May 28 00:59:36.349 INFO O| May 28 00:59:36.349 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92252026-05-28T00:59:37.198Z[ host-image] May 28 00:59:36.465 INFO O| May 28 00:59:36.465 INFO completed processing sled/ramdisk-02-trim
92262026-05-28T00:59:37.202Z[ host-image] May 28 00:59:36.467 INFO image builder template: zfs...
92272026-05-28T00:59:37.202Z[ host-image] May 28 00:59:36.467 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/.tmpd4Ugq7/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", "publisher_1_name=helios-dev", "-F", "publisher_1_url+=file:///tmp/.tmpd4Ugq7/opte-host.p5p", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.477", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
92282026-05-28T00:59:37.207Z[ host-image] May 28 00:59:36.479 INFO O| May 28 00:59:36.479 INFO skip include "stress" because feature "stress" is not enabled
92292026-05-28T00:59:37.207Z[ host-image] May 28 00:59:36.479 INFO O| May 28 00:59:36.479 INFO skip include "stress" because feature "compliance" is not enabled
92302026-05-28T00:59:37.236Z[ host-image] May 28 00:59:36.507 INFO O| May 28 00:59:36.507 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92312026-05-28T00:59:37.241Z[ host-image] May 28 00:59:36.510 INFO O| May 28 00:59:36.510 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92322026-05-28T00:59:37.330Z[ host-image] May 28 00:59:36.601 INFO O| May 28 00:59:36.601 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92332026-05-28T00:59:37.461Z[ host-image] May 28 00:59:36.732 INFO O| May 28 00:59:36.732 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92342026-05-28T00:59:37.461Z[ host-image] May 28 00:59:36.732 INFO O| May 28 00:59:36.732 INFO work dataset: rpool/images/build/host/work/sled/zfs
92352026-05-28T00:59:37.464Z[ host-image] May 28 00:59:36.735 INFO O| May 28 00:59:36.735 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92362026-05-28T00:59:37.544Z[ host-image] May 28 00:59:36.815 INFO O| May 28 00:59:36.815 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92372026-05-28T00:59:37.640Z[ host-image] May 28 00:59:36.912 INFO O| May 28 00:59:36.912 INFO DESTROY POOL: TEMPORARY-sled-zfs
92382026-05-28T00:59:37.648Z[ host-image] May 28 00:59:36.920 INFO O| May 28 00:59:36.920 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92392026-05-28T00:59:37.652Z[ host-image] May 28 00:59:36.924 INFO O| May 28 00:59:36.924 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92402026-05-28T00:59:37.652Z[ host-image] May 28 00:59:36.924 INFO O| May 28 00:59:36.924 INFO no lofi found
92412026-05-28T00:59:37.652Z[ host-image] May 28 00:59:36.924 INFO O| May 28 00:59:36.924 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92422026-05-28T00:59:37.655Z[ host-image] May 28 00:59:36.924 INFO O| May 28 00:59:36.924 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92432026-05-28T00:59:39.730Z[ host-image] May 28 00:59:39.001 INFO O| May 28 00:59:39.001 INFO lofi device = /dev/dsk/c2t1d0p0
92442026-05-28T00:59:39.730Z[ host-image] May 28 00:59:39.001 INFO O| May 28 00:59:39.001 INFO pool device = /dev/dsk/c2t1d0p0
92452026-05-28T00:59:39.734Z[ host-image] May 28 00:59:39.001 INFO O| May 28 00:59:39.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"]
92462026-05-28T00:59:39.795Z[ host-image] May 28 00:59:39.065 INFO O| May 28 00:59:39.065 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92472026-05-28T00:59:39.795Z[ host-image] May 28 00:59:39.065 INFO O| May 28 00:59:39.065 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92482026-05-28T00:59:39.809Z[ host-image] May 28 00:59:39.080 INFO O| May 28 00:59:39.080 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92492026-05-28T00:59:39.849Z[ host-image] May 28 00:59:39.119 INFO O| May 28 00:59:39.119 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92502026-05-28T00:59:39.876Z[ host-image] May 28 00:59:39.147 INFO O| May 28 00:59:39.147 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92512026-05-28T00:59:39.887Z[ host-image] May 28 00:59:39.159 INFO O| May 28 00:59:39.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92522026-05-28T00:59:39.898Z[ host-image] May 28 00:59:39.169 INFO O| May 28 00:59:39.169 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92532026-05-28T00:59:39.929Z[ host-image] May 28 00:59:39.200 INFO O| May 28 00:59:39.200 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92542026-05-28T00:59:39.929Z[ host-image] May 28 00:59:39.200 INFO O| May 28 00:59:39.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92552026-05-28T00:59:39.935Z[ host-image] May 28 00:59:39.200 INFO O| May 28 00:59:39.200 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92562026-05-28T00:59:39.938Z[ host-image] May 28 00:59:39.207 INFO O| May 28 00:59:39.207 INFO boot environment UUID: f8d26287-4504-4231-8102-6c856116946e
92572026-05-28T00:59:39.938Z[ host-image] May 28 00:59:39.207 INFO O| May 28 00:59:39.207 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f8d26287-4504-4231-8102-6c856116946e
92582026-05-28T00:59:39.945Z[ host-image] May 28 00:59:39.215 INFO O| May 28 00:59:39.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92592026-05-28T00:59:39.954Z[ host-image] May 28 00:59:39.226 INFO O| May 28 00:59:39.225 INFO STEP 0 (create_be) COMPLETE
92602026-05-28T00:59:39.961Z[ host-image] May 28 00:59:39.226 INFO O| May 28 00:59:39.225 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92612026-05-28T00:59:39.964Z[ host-image] May 28 00:59:39.235 INFO O| May 28 00:59:39.235 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92622026-05-28T00:59:48.242Z[ host-image] May 28 00:59:47.513 INFO O| May 28 00:59:47.513 INFO STEP 1 (unpack_tar) COMPLETE
92632026-05-28T00:59:48.242Z[ host-image] May 28 00:59:47.513 INFO O| May 28 00:59:47.513 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642026-05-28T00:59:48.270Z[ host-image] May 28 00:59:47.520 INFO O| May 28 00:59:47.520 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92652026-05-28T00:59:48.514Z[ host-image] May 28 00:59:47.785 INFO O| May 28 00:59:47.785 INFO STEP 2 (devfsadm) COMPLETE
92662026-05-28T00:59:48.514Z[ host-image] May 28 00:59:47.785 INFO O| May 28 00:59:47.785 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92672026-05-28T00:59:48.521Z[ host-image] May 28 00:59:47.793 INFO O| May 28 00:59:47.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92682026-05-28T00:59:48.521Z[ host-image] May 28 00:59:47.793 INFO O| May 28 00:59:47.793 INFO STEP 3 (ensure_dir) COMPLETE
92692026-05-28T00:59:48.522Z[ host-image] May 28 00:59:47.793 INFO O| May 28 00:59:47.793 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92702026-05-28T00:59:48.546Z[ host-image] May 28 00:59:47.798 INFO O| May 28 00:59:47.798 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92712026-05-28T00:59:48.546Z[ host-image] May 28 00:59:47.798 INFO O| May 28 00:59:47.798 INFO STEP 4 (ensure_dir) COMPLETE
92722026-05-28T00:59:48.550Z[ host-image] May 28 00:59:47.798 INFO O| May 28 00:59:47.798 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92732026-05-28T00:59:48.550Z[ host-image] May 28 00:59:47.805 INFO O| May 28 00:59:47.805 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92742026-05-28T00:59:48.550Z[ host-image] May 28 00:59:47.805 INFO O| May 28 00:59:47.805 INFO STEP 5 (ensure_dir) COMPLETE
92752026-05-28T00:59:48.550Z[ host-image] May 28 00:59:47.805 INFO O| May 28 00:59:47.805 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92762026-05-28T00:59:48.550Z[ host-image] May 28 00:59:47.810 INFO O| May 28 00:59:47.810 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92772026-05-28T00:59:48.550Z[ host-image] May 28 00:59:47.810 INFO O| May 28 00:59:47.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92782026-05-28T00:59:48.550Z[ host-image] May 28 00:59:47.810 INFO O| May 28 00:59:47.810 INFO STEP 6 (ensure_dir) COMPLETE
92792026-05-28T00:59:48.550Z[ host-image] May 28 00:59:47.810 INFO O| May 28 00:59:47.810 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92802026-05-28T00:59:48.551Z[ host-image] May 28 00:59:47.816 INFO O| May 28 00:59:47.815 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92812026-05-28T00:59:48.551Z[ host-image] May 28 00:59:47.816 INFO O| May 28 00:59:47.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92822026-05-28T00:59:48.551Z[ host-image] May 28 00:59:47.816 INFO O| May 28 00:59:47.816 INFO STEP 7 (ensure_dir) COMPLETE
92832026-05-28T00:59:48.551Z[ host-image] May 28 00:59:47.816 INFO O| May 28 00:59:47.816 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92842026-05-28T00:59:48.551Z[ host-image] May 28 00:59:47.821 INFO O| May 28 00:59:47.821 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
92852026-05-28T00:59:48.551Z[ host-image] May 28 00:59:47.822 INFO O| May 28 00:59:47.822 INFO STEP 8 (remove_files) COMPLETE
92862026-05-28T00:59:48.551Z[ host-image] May 28 00:59:47.822 INFO O| May 28 00:59:47.822 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92872026-05-28T00:59:48.555Z[ host-image] May 28 00:59:47.827 INFO O| May 28 00:59:47.827 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
92882026-05-28T00:59:48.570Z[ host-image] May 28 00:59:47.828 INFO O| May 28 00:59:47.828 INFO STEP 9 (remove_files) COMPLETE
92892026-05-28T00:59:48.570Z[ host-image] May 28 00:59:47.828 INFO O| May 28 00:59:47.828 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92902026-05-28T00:59:48.570Z[ host-image] May 28 00:59:47.835 INFO O| May 28 00:59:47.835 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
92912026-05-28T00:59:48.570Z[ host-image] May 28 00:59:47.836 INFO O| May 28 00:59:47.836 INFO STEP 10 (remove_files) COMPLETE
92922026-05-28T00:59:48.570Z[ host-image] May 28 00:59:47.836 INFO O| May 28 00:59:47.836 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92932026-05-28T00:59:48.578Z[ host-image] May 28 00:59:47.843 INFO O| May 28 00:59:47.843 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
92942026-05-28T00:59:48.578Z[ host-image] May 28 00:59:47.843 INFO O| May 28 00:59:47.843 INFO STEP 11 (remove_files) COMPLETE
92952026-05-28T00:59:48.578Z[ host-image] May 28 00:59:47.843 INFO O| May 28 00:59:47.843 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92962026-05-28T00:59:48.578Z[ host-image] May 28 00:59:47.848 INFO O| May 28 00:59:47.848 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
92972026-05-28T00:59:48.578Z[ host-image] May 28 00:59:47.848 INFO O| May 28 00:59:47.848 INFO STEP 12 (remove_files) COMPLETE
92982026-05-28T00:59:48.578Z[ host-image] May 28 00:59:47.848 INFO O| May 28 00:59:47.848 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92992026-05-28T00:59:48.589Z[ host-image] May 28 00:59:47.853 INFO O| May 28 00:59:47.853 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93002026-05-28T00:59:48.589Z[ host-image] May 28 00:59:47.853 INFO O| May 28 00:59:47.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93012026-05-28T00:59:48.589Z[ host-image] May 28 00:59:47.853 INFO O| May 28 00:59:47.853 INFO STEP 13 (ensure_dir) COMPLETE
93022026-05-28T00:59:48.589Z[ host-image] May 28 00:59:47.853 INFO O| May 28 00:59:47.853 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93032026-05-28T00:59:48.601Z[ host-image] May 28 00:59:47.859 INFO O| May 28 00:59:47.858 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93042026-05-28T00:59:48.601Z[ host-image] May 28 00:59:47.859 INFO O| May 28 00:59:47.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93052026-05-28T00:59:48.601Z[ host-image] May 28 00:59:47.859 INFO O| May 28 00:59:47.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93062026-05-28T00:59:48.601Z[ host-image] May 28 00:59:47.859 INFO O| May 28 00:59:47.859 INFO STEP 14 (ensure_dir) COMPLETE
93072026-05-28T00:59:48.601Z[ host-image] May 28 00:59:47.859 INFO O| May 28 00:59:47.859 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93082026-05-28T00:59:48.601Z[ host-image] May 28 00:59:47.864 INFO O| May 28 00:59:47.864 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93092026-05-28T00:59:48.601Z[ host-image] May 28 00:59:47.864 INFO O| May 28 00:59:47.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93102026-05-28T00:59:48.601Z[ host-image] May 28 00:59:47.864 INFO O| May 28 00:59:47.864 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93112026-05-28T00:59:48.602Z[ host-image] May 28 00:59:47.864 INFO O| May 28 00:59:47.864 INFO STEP 15 (ensure_dir) COMPLETE
93122026-05-28T00:59:48.602Z[ host-image] May 28 00:59:47.864 INFO O| May 28 00:59:47.864 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132026-05-28T00:59:48.602Z[ host-image] May 28 00:59:47.869 INFO O| May 28 00:59:47.869 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93142026-05-28T00:59:48.602Z[ host-image] May 28 00:59:47.869 INFO O| May 28 00:59:47.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93152026-05-28T00:59:48.602Z[ host-image] May 28 00:59:47.869 INFO O| May 28 00:59:47.869 INFO STEP 16 (ensure_dir) COMPLETE
93162026-05-28T00:59:48.602Z[ host-image] May 28 00:59:47.869 INFO O| May 28 00:59:47.869 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93172026-05-28T00:59:48.611Z[ host-image] May 28 00:59:47.877 INFO O| May 28 00:59:47.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93182026-05-28T00:59:48.611Z[ host-image] May 28 00:59:47.877 INFO O| May 28 00:59:47.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93192026-05-28T00:59:48.611Z[ host-image] May 28 00:59:47.877 INFO O| May 28 00:59:47.877 INFO STEP 17 (ensure_dir) COMPLETE
93202026-05-28T00:59:48.611Z[ host-image] May 28 00:59:47.877 INFO O| May 28 00:59:47.877 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93212026-05-28T00:59:48.618Z[ host-image] May 28 00:59:47.883 INFO O| May 28 00:59:47.883 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93222026-05-28T00:59:48.618Z[ host-image] May 28 00:59:47.883 INFO O| May 28 00:59:47.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93232026-05-28T00:59:48.618Z[ host-image] May 28 00:59:47.883 INFO O| May 28 00:59:47.883 INFO ok!
93242026-05-28T00:59:48.618Z[ host-image] May 28 00:59:47.883 INFO O| May 28 00:59:47.883 INFO STEP 18 (ensure_symlink) COMPLETE
93252026-05-28T00:59:48.618Z[ host-image] May 28 00:59:47.883 INFO O| May 28 00:59:47.883 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93262026-05-28T00:59:48.618Z[ host-image] May 28 00:59:47.889 INFO O| May 28 00:59:47.889 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93272026-05-28T00:59:48.619Z[ host-image] May 28 00:59:47.889 INFO O| May 28 00:59:47.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93282026-05-28T00:59:48.619Z[ host-image] May 28 00:59:47.889 INFO O| May 28 00:59:47.889 INFO ok!
93292026-05-28T00:59:48.619Z[ host-image] May 28 00:59:47.889 INFO O| May 28 00:59:47.889 INFO STEP 19 (ensure_file) COMPLETE
93302026-05-28T00:59:48.619Z[ host-image] May 28 00:59:47.889 INFO O| May 28 00:59:47.889 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93312026-05-28T00:59:48.633Z[ host-image] May 28 00:59:47.894 INFO O| May 28 00:59:47.894 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93322026-05-28T00:59:48.633Z[ host-image] May 28 00:59:47.894 INFO O| May 28 00:59:47.894 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93332026-05-28T00:59:48.633Z[ host-image] May 28 00:59:47.894 INFO O| May 28 00:59:47.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93342026-05-28T00:59:48.634Z[ host-image] May 28 00:59:47.894 INFO O| May 28 00:59:47.894 INFO ok!
93352026-05-28T00:59:48.634Z[ host-image] May 28 00:59:47.894 INFO O| May 28 00:59:47.894 INFO STEP 20 (ensure_symlink) COMPLETE
93362026-05-28T00:59:48.634Z[ host-image] May 28 00:59:47.894 INFO O| May 28 00:59:47.894 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93372026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.901 INFO O| May 28 00:59:47.901 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93382026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.901 INFO O| May 28 00:59:47.901 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93392026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.901 INFO O| May 28 00:59:47.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93402026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.901 INFO O| May 28 00:59:47.901 INFO ok!
93412026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.901 INFO O| May 28 00:59:47.901 INFO STEP 21 (ensure_symlink) COMPLETE
93422026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.901 INFO O| May 28 00:59:47.901 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93432026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.906 INFO O| May 28 00:59:47.906 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93442026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.906 INFO O| May 28 00:59:47.906 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93452026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.906 INFO O| May 28 00:59:47.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93462026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.906 INFO O| May 28 00:59:47.906 INFO ok!
93472026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.906 INFO O| May 28 00:59:47.906 INFO STEP 22 (ensure_symlink) COMPLETE
93482026-05-28T00:59:48.641Z[ host-image] May 28 00:59:47.906 INFO O| May 28 00:59:47.906 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93492026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.913 INFO O| May 28 00:59:47.913 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93502026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.913 INFO O| May 28 00:59:47.913 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93512026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.913 INFO O| May 28 00:59:47.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93522026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.913 INFO O| May 28 00:59:47.913 INFO ok!
93532026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.913 INFO O| May 28 00:59:47.913 INFO STEP 23 (ensure_symlink) COMPLETE
93542026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.913 INFO O| May 28 00:59:47.913 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93552026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.920 INFO O| May 28 00:59:47.920 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93562026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.920 INFO O| May 28 00:59:47.920 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93572026-05-28T00:59:48.652Z[ host-image] May 28 00:59:47.920 INFO O| May 28 00:59:47.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93582026-05-28T00:59:48.676Z[ host-image] May 28 00:59:47.920 INFO O| May 28 00:59:47.920 INFO ok!
93592026-05-28T00:59:48.676Z[ host-image] May 28 00:59:47.920 INFO O| May 28 00:59:47.920 INFO STEP 24 (ensure_file) COMPLETE
93602026-05-28T00:59:48.676Z[ host-image] May 28 00:59:47.920 INFO O| May 28 00:59:47.920 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93612026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.926 INFO O| May 28 00:59:47.926 INFO updating shadow file
93622026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.926 INFO O| May 28 00:59:47.926 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93632026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.926 INFO O| May 28 00:59:47.926 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93642026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.926 INFO O| May 28 00:59:47.926 INFO STEP 25 (shadow) COMPLETE
93652026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.926 INFO O| May 28 00:59:47.926 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93662026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.933 INFO O| May 28 00:59:47.933 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93672026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.933 INFO O| May 28 00:59:47.933 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93682026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.933 INFO O| May 28 00:59:47.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93692026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.933 INFO O| May 28 00:59:47.933 INFO ok!
93702026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.933 INFO O| May 28 00:59:47.933 INFO STEP 26 (ensure_file) COMPLETE
93712026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.933 INFO O| May 28 00:59:47.933 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93722026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.938 INFO O| May 28 00:59:47.938 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93732026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.938 INFO O| May 28 00:59:47.938 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93742026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.938 INFO O| May 28 00:59:47.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93752026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.938 INFO O| May 28 00:59:47.938 INFO ok!
93762026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.938 INFO O| May 28 00:59:47.938 INFO STEP 27 (ensure_file) COMPLETE
93772026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.938 INFO O| May 28 00:59:47.938 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93782026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.944 INFO O| May 28 00:59:47.944 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93792026-05-28T00:59:48.686Z[ host-image] May 28 00:59:47.944 INFO O| May 28 00:59:47.944 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93802026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.944 INFO O| May 28 00:59:47.944 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93812026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.944 INFO O| May 28 00:59:47.944 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93822026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.944 INFO O| May 28 00:59:47.944 INFO ok!
93832026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.944 INFO O| May 28 00:59:47.944 INFO STEP 28 (ensure_file) COMPLETE
93842026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.944 INFO O| May 28 00:59:47.944 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93852026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.949 INFO O| May 28 00:59:47.949 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
93862026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.949 INFO O| May 28 00:59:47.949 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
93872026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.950 INFO O| May 28 00:59:47.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
93882026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.950 INFO O| May 28 00:59:47.949 INFO ok!
93892026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.950 INFO O| May 28 00:59:47.949 INFO STEP 29 (ensure_file) COMPLETE
93902026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.950 INFO O| May 28 00:59:47.949 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93912026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.955 INFO O| May 28 00:59:47.955 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93922026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.955 INFO O| May 28 00:59:47.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93932026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.955 INFO O| May 28 00:59:47.955 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93942026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.955 INFO O| May 28 00:59:47.955 INFO STEP 30 (ensure_dir) COMPLETE
93952026-05-28T00:59:48.687Z[ host-image] May 28 00:59:47.955 INFO O| May 28 00:59:47.955 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93962026-05-28T00:59:48.701Z[ host-image] May 28 00:59:47.960 INFO O| May 28 00:59:47.960 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
93972026-05-28T00:59:48.701Z[ host-image] May 28 00:59:47.961 INFO O| May 28 00:59:47.960 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
93982026-05-28T00:59:48.701Z[ host-image] May 28 00:59:47.961 INFO O| May 28 00:59:47.961 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93992026-05-28T00:59:48.701Z[ host-image] May 28 00:59:47.961 INFO O| May 28 00:59:47.961 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94002026-05-28T00:59:48.701Z[ host-image] May 28 00:59:47.961 INFO O| May 28 00:59:47.961 INFO ok!
94012026-05-28T00:59:48.701Z[ host-image] May 28 00:59:47.961 INFO O| May 28 00:59:47.961 INFO STEP 31 (ensure_file) COMPLETE
94022026-05-28T00:59:48.701Z[ host-image] May 28 00:59:47.961 INFO O| May 28 00:59:47.961 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94032026-05-28T00:59:48.701Z[ host-image] May 28 00:59:47.966 INFO O| May 28 00:59:47.966 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94042026-05-28T00:59:48.702Z[ host-image] May 28 00:59:47.966 INFO O| May 28 00:59:47.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94052026-05-28T00:59:48.702Z[ host-image] May 28 00:59:47.966 INFO O| May 28 00:59:47.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94062026-05-28T00:59:48.702Z[ host-image] May 28 00:59:47.966 INFO O| May 28 00:59:47.966 INFO STEP 32 (ensure_dir) COMPLETE
94072026-05-28T00:59:48.702Z[ host-image] May 28 00:59:47.966 INFO O| May 28 00:59:47.966 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94082026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.973 INFO O| May 28 00:59:47.973 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94092026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.973 INFO O| May 28 00:59:47.973 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 ...
94102026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.973 INFO O| May 28 00:59:47.973 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
94112026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.973 INFO O| May 28 00:59:47.973 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94122026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.973 INFO O| May 28 00:59:47.973 INFO ok!
94132026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.973 INFO O| May 28 00:59:47.973 INFO STEP 33 (ensure_file) COMPLETE
94142026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.973 INFO O| May 28 00:59:47.973 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94152026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.979 INFO O| May 28 00:59:47.979 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94162026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.979 INFO O| May 28 00:59:47.979 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94172026-05-28T00:59:48.716Z[ host-image] May 28 00:59:47.980 INFO O| May 28 00:59:47.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94182026-05-28T00:59:48.717Z[ host-image] May 28 00:59:47.980 INFO O| May 28 00:59:47.980 INFO ok!
94192026-05-28T00:59:48.717Z[ host-image] May 28 00:59:47.980 INFO O| May 28 00:59:47.980 INFO STEP 34 (ensure_file) COMPLETE
94202026-05-28T00:59:48.717Z[ host-image] May 28 00:59:47.980 INFO O| May 28 00:59:47.980 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94212026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.986 INFO O| May 28 00:59:47.986 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94222026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.986 INFO O| May 28 00:59:47.986 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94232026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.987 INFO O| May 28 00:59:47.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94242026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.987 INFO O| May 28 00:59:47.987 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94252026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.987 INFO O| May 28 00:59:47.987 INFO ok!
94262026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.987 INFO O| May 28 00:59:47.987 INFO STEP 35 (ensure_file) COMPLETE
94272026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.987 INFO O| May 28 00:59:47.987 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94282026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.994 INFO O| May 28 00:59:47.994 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94292026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.994 INFO O| May 28 00:59:47.994 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94302026-05-28T00:59:48.725Z[ host-image] May 28 00:59:47.994 INFO O| May 28 00:59:47.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94312026-05-28T00:59:48.726Z[ host-image] May 28 00:59:47.994 INFO O| May 28 00:59:47.994 INFO ok!
94322026-05-28T00:59:48.726Z[ host-image] May 28 00:59:47.994 INFO O| May 28 00:59:47.994 INFO STEP 36 (ensure_file) COMPLETE
94332026-05-28T00:59:48.726Z[ host-image] May 28 00:59:47.994 INFO O| May 28 00:59:47.994 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94342026-05-28T00:59:48.829Z[ host-image] May 28 00:59:48.000 INFO O| May 28 00:59:48.000 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94352026-05-28T00:59:48.829Z[ host-image] May 28 00:59:48.000 INFO O| May 28 00:59:48.000 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94362026-05-28T00:59:48.829Z[ host-image] May 28 00:59:48.000 INFO O| May 28 00:59:48.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94372026-05-28T00:59:48.829Z[ host-image] May 28 00:59:48.001 INFO O| May 28 00:59:48.000 INFO ok!
94382026-05-28T00:59:48.829Z[ host-image] May 28 00:59:48.001 INFO O| May 28 00:59:48.000 INFO STEP 37 (ensure_file) COMPLETE
94392026-05-28T00:59:48.829Z[ host-image] May 28 00:59:48.001 INFO O| May 28 00:59:48.000 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94402026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94412026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94422026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94432026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94442026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94452026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94462026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO ok!
94472026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO STEP 38 (ensure_file) COMPLETE
94482026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.008 INFO O| May 28 00:59:48.008 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94492026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.015 INFO O| May 28 00:59:48.015 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94502026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.015 INFO O| May 28 00:59:48.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94512026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.015 INFO O| May 28 00:59:48.015 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94522026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.015 INFO O| May 28 00:59:48.015 INFO STEP 39 (ensure_dir) COMPLETE
94532026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.015 INFO O| May 28 00:59:48.015 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94542026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 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
94552026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 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 ...
94562026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 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
94572026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 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
94582026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 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
94592026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 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
94602026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 INFO ok!
94612026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 INFO STEP 40 (ensure_file) COMPLETE
94622026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.023 INFO O| May 28 00:59:48.023 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94632026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.030 INFO O| May 28 00:59:48.029 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94642026-05-28T00:59:48.830Z[ host-image] May 28 00:59:48.030 INFO O| May 28 00:59:48.030 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 ...
94652026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.030 INFO O| May 28 00:59:48.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94662026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.030 INFO O| May 28 00:59:48.030 INFO ok!
94672026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.030 INFO O| May 28 00:59:48.030 INFO STEP 41 (ensure_symlink) COMPLETE
94682026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.030 INFO O| May 28 00:59:48.030 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94692026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.035 INFO O| May 28 00:59:48.035 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94702026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.036 INFO O| May 28 00:59:48.035 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94712026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.036 INFO O| May 28 00:59:48.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94722026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.036 INFO O| May 28 00:59:48.036 INFO ok!
94732026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.036 INFO O| May 28 00:59:48.036 INFO STEP 42 (ensure_symlink) COMPLETE
94742026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.036 INFO O| May 28 00:59:48.036 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94752026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.041 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94762026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.041 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94772026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.042 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94782026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.042 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94792026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.042 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94802026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.042 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94812026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.042 INFO ok!
94822026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.042 INFO STEP 43 (ensure_file) COMPLETE
94832026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.042 INFO O| May 28 00:59:48.042 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94842026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.047 INFO O| May 28 00:59:48.047 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94852026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.048 INFO O| May 28 00:59:48.047 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 ...
94862026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.048 INFO O| May 28 00:59:48.047 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
94872026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.048 INFO O| May 28 00:59:48.047 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94882026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.048 INFO O| May 28 00:59:48.047 INFO ok!
94892026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.048 INFO O| May 28 00:59:48.047 INFO STEP 44 (ensure_file) COMPLETE
94902026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.048 INFO O| May 28 00:59:48.047 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94912026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.053 INFO O| May 28 00:59:48.053 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
94922026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.053 INFO O| May 28 00:59:48.053 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
94932026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.054 INFO O| May 28 00:59:48.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
94942026-05-28T00:59:48.831Z[ host-image] May 28 00:59:48.054 INFO O| May 28 00:59:48.053 INFO ok!
94952026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.054 INFO O| May 28 00:59:48.053 INFO STEP 45 (ensure_file) COMPLETE
94962026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.054 INFO O| May 28 00:59:48.053 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94972026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.061 INFO O| May 28 00:59:48.061 INFO updating shadow file
94982026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.061 INFO O| May 28 00:59:48.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94992026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.061 INFO O| May 28 00:59:48.061 INFO STEP 46 (shadow) COMPLETE
95002026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.061 INFO O| May 28 00:59:48.061 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95012026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95022026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95032026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95042026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95052026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO ok!
95062026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO STEP 47 (ensure_file) COMPLETE
95072026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95082026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO skip step because feature "mfg" is not enabled
95092026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95102026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO skip step because feature "mfg" is not enabled
95112026-05-28T00:59:48.832Z[ host-image] May 28 00:59:48.069 INFO O| May 28 00:59:48.069 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95122026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.077 INFO O| May 28 00:59:48.077 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95132026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.077 INFO O| May 28 00:59:48.077 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95142026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.098 INFO O| May 28 00:59:48.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95152026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.098 INFO O| May 28 00:59:48.098 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95162026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.098 INFO O| May 28 00:59:48.098 INFO ok!
95172026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.098 INFO O| May 28 00:59:48.098 INFO STEP 50 (ensure_file) COMPLETE
95182026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.098 INFO O| May 28 00:59:48.098 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95192026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.098 INFO O| May 28 00:59:48.098 INFO skip step because feature "compliance" is not enabled
95202026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.098 INFO O| May 28 00:59:48.098 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95212026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95222026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95232026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95242026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95252026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95262026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95272026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO ok!
95282026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO STEP 52 (ensure_file) COMPLETE
95292026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.106 INFO O| May 28 00:59:48.106 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95302026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.113 INFO O| May 28 00:59:48.112 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95312026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.113 INFO O| May 28 00:59:48.113 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 ...
95322026-05-28T00:59:48.858Z[ host-image] May 28 00:59:48.113 INFO O| May 28 00:59:48.113 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
95332026-05-28T00:59:48.859Z[ host-image] May 28 00:59:48.113 INFO O| May 28 00:59:48.113 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95342026-05-28T00:59:48.859Z[ host-image] May 28 00:59:48.113 INFO O| May 28 00:59:48.113 INFO ok!
95352026-05-28T00:59:48.859Z[ host-image] May 28 00:59:48.113 INFO O| May 28 00:59:48.113 INFO STEP 53 (ensure_file) COMPLETE
95362026-05-28T00:59:48.859Z[ host-image] May 28 00:59:48.113 INFO O| May 28 00:59:48.113 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95372026-05-28T00:59:48.875Z[ host-image] May 28 00:59:48.121 INFO O| May 28 00:59:48.120 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95382026-05-28T00:59:48.875Z[ host-image] May 28 00:59:48.121 INFO O| May 28 00:59:48.121 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 ...
95392026-05-28T00:59:48.875Z[ host-image] May 28 00:59:48.121 INFO O| May 28 00:59:48.121 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95402026-05-28T00:59:48.875Z[ host-image] May 28 00:59:48.121 INFO O| May 28 00:59:48.121 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95412026-05-28T00:59:48.875Z[ host-image] May 28 00:59:48.121 INFO O| May 28 00:59:48.121 INFO ok!
95422026-05-28T00:59:48.875Z[ host-image] May 28 00:59:48.121 INFO O| May 28 00:59:48.121 INFO STEP 54 (ensure_file) COMPLETE
95432026-05-28T00:59:48.875Z[ host-image] May 28 00:59:48.121 INFO O| May 28 00:59:48.121 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95442026-05-28T00:59:48.884Z[ host-image] May 28 00:59:48.127 INFO O| May 28 00:59:48.127 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95452026-05-28T00:59:48.884Z[ host-image] May 28 00:59:48.127 INFO O| May 28 00:59:48.127 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 ...
95462026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.128 INFO O| May 28 00:59:48.127 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
95472026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.128 INFO O| May 28 00:59:48.128 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95482026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.128 INFO O| May 28 00:59:48.128 INFO ok!
95492026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.128 INFO O| May 28 00:59:48.128 INFO STEP 55 (ensure_file) COMPLETE
95502026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.128 INFO O| May 28 00:59:48.128 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95512026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.135 INFO O| May 28 00:59:48.135 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95522026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.135 INFO O| May 28 00:59:48.135 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 ...
95532026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.135 INFO O| May 28 00:59:48.135 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95542026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.135 INFO O| May 28 00:59:48.135 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95552026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.135 INFO O| May 28 00:59:48.135 INFO ok!
95562026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.135 INFO O| May 28 00:59:48.135 INFO STEP 56 (ensure_file) COMPLETE
95572026-05-28T00:59:48.885Z[ host-image] May 28 00:59:48.135 INFO O| May 28 00:59:48.135 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95582026-05-28T00:59:48.893Z[ host-image] May 28 00:59:48.142 INFO O| May 28 00:59:48.142 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95592026-05-28T00:59:48.893Z[ host-image] May 28 00:59:48.142 INFO O| May 28 00:59:48.142 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 ...
95602026-05-28T00:59:48.894Z[ host-image] May 28 00:59:48.142 INFO O| May 28 00:59:48.142 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
95612026-05-28T00:59:48.894Z[ host-image] May 28 00:59:48.142 INFO O| May 28 00:59:48.142 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95622026-05-28T00:59:48.903Z[ host-image] May 28 00:59:48.142 INFO O| May 28 00:59:48.142 INFO ok!
95632026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.142 INFO O| May 28 00:59:48.142 INFO STEP 57 (ensure_file) COMPLETE
95642026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.142 INFO O| May 28 00:59:48.142 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95652026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95662026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 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 ...
95672026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95682026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95692026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95702026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95712026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 INFO ok!
95722026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 INFO STEP 58 (ensure_file) COMPLETE
95732026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.150 INFO O| May 28 00:59:48.150 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95742026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.156 INFO O| May 28 00:59:48.156 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95752026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.156 INFO O| May 28 00:59:48.156 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 ...
95762026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.156 INFO O| May 28 00:59:48.156 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
95772026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.156 INFO O| May 28 00:59:48.156 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95782026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.156 INFO O| May 28 00:59:48.156 INFO ok!
95792026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.156 INFO O| May 28 00:59:48.156 INFO STEP 59 (ensure_file) COMPLETE
95802026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.156 INFO O| May 28 00:59:48.156 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95812026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.163 INFO O| May 28 00:59:48.163 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95822026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.163 INFO O| May 28 00:59:48.163 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95832026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.163 INFO O| May 28 00:59:48.163 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95842026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.163 INFO O| May 28 00:59:48.163 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95852026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.163 INFO O| May 28 00:59:48.163 INFO ok!
95862026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.163 INFO O| May 28 00:59:48.163 INFO STEP 60 (ensure_file) COMPLETE
95872026-05-28T00:59:48.904Z[ host-image] May 28 00:59:48.163 INFO O| May 28 00:59:48.163 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95882026-05-28T00:59:48.919Z[ host-image] May 28 00:59:48.170 INFO O| May 28 00:59:48.170 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
95892026-05-28T00:59:48.921Z[ host-image] May 28 00:59:48.170 INFO O| May 28 00:59:48.170 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 ...
95902026-05-28T00:59:48.921Z[ host-image] May 28 00:59:48.170 INFO O| May 28 00:59:48.170 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
95912026-05-28T00:59:48.921Z[ host-image] May 28 00:59:48.170 INFO O| May 28 00:59:48.170 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
95922026-05-28T00:59:48.921Z[ host-image] May 28 00:59:48.170 INFO O| May 28 00:59:48.170 INFO ok!
95932026-05-28T00:59:48.921Z[ host-image] May 28 00:59:48.170 INFO O| May 28 00:59:48.170 INFO STEP 61 (ensure_file) COMPLETE
95942026-05-28T00:59:48.921Z[ host-image] May 28 00:59:48.170 INFO O| May 28 00:59:48.170 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95952026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
95962026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
95972026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95982026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95992026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96002026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96012026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO ok!
96022026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO STEP 62 (ensure_file) COMPLETE
96032026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.177 INFO O| May 28 00:59:48.177 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96042026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.184 INFO O| May 28 00:59:48.184 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96052026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.184 INFO O| May 28 00:59:48.184 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 ...
96062026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.184 INFO O| May 28 00:59:48.184 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
96072026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.184 INFO O| May 28 00:59:48.184 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96082026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.184 INFO O| May 28 00:59:48.184 INFO ok!
96092026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.184 INFO O| May 28 00:59:48.184 INFO STEP 63 (ensure_file) COMPLETE
96102026-05-28T00:59:48.922Z[ host-image] May 28 00:59:48.184 INFO O| May 28 00:59:48.184 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96112026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.190 INFO O| May 28 00:59:48.190 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96122026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.190 INFO O| May 28 00:59:48.190 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 ...
96132026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.190 INFO O| May 28 00:59:48.190 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
96142026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.191 INFO O| May 28 00:59:48.190 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96152026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.191 INFO O| May 28 00:59:48.191 INFO ok!
96162026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.191 INFO O| May 28 00:59:48.191 INFO STEP 64 (ensure_file) COMPLETE
96172026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.191 INFO O| May 28 00:59:48.191 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96182026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96192026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 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 ...
96202026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 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
96212026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96222026-05-28T00:59:48.932Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 INFO ok!
96232026-05-28T00:59:48.933Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 INFO STEP 65 (ensure_file) COMPLETE
96242026-05-28T00:59:48.933Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96252026-05-28T00:59:48.933Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 INFO skip step because feature "mbist" is not enabled
96262026-05-28T00:59:48.933Z[ host-image] May 28 00:59:48.197 INFO O| May 28 00:59:48.197 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272026-05-28T00:59:48.944Z[ host-image] May 28 00:59:48.204 INFO O| May 28 00:59:48.204 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96282026-05-28T00:59:48.944Z[ host-image] May 28 00:59:48.204 INFO O| May 28 00:59:48.204 INFO STEP 67 (ensure_dir) COMPLETE
96292026-05-28T00:59:48.944Z[ host-image] May 28 00:59:48.204 INFO O| May 28 00:59:48.204 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302026-05-28T00:59:48.944Z[ host-image] May 28 00:59:48.210 INFO O| May 28 00:59:48.210 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96312026-05-28T00:59:48.944Z[ host-image] May 28 00:59:48.210 INFO O| May 28 00:59:48.210 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96322026-05-28T00:59:48.945Z[ host-image] May 28 00:59:48.210 INFO O| May 28 00:59:48.210 INFO STEP 68 (ensure_dir) COMPLETE
96332026-05-28T00:59:48.945Z[ host-image] May 28 00:59:48.210 INFO O| May 28 00:59:48.210 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342026-05-28T00:59:48.945Z[ host-image] May 28 00:59:48.215 INFO O| May 28 00:59:48.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96352026-05-28T00:59:48.945Z[ host-image] May 28 00:59:48.215 INFO O| May 28 00:59:48.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96362026-05-28T00:59:48.953Z[ host-image] May 28 00:59:48.215 INFO O| May 28 00:59:48.215 INFO STEP 69 (ensure_dir) COMPLETE
96372026-05-28T00:59:48.953Z[ host-image] May 28 00:59:48.215 INFO O| May 28 00:59:48.215 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382026-05-28T00:59:48.953Z[ host-image] May 28 00:59:48.221 INFO O| May 28 00:59:48.221 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96392026-05-28T00:59:48.953Z[ host-image] May 28 00:59:48.221 INFO O| May 28 00:59:48.221 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96402026-05-28T00:59:49.640Z[ host-image] May 28 00:59:48.908 INFO O| May 28 00:59:48.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96412026-05-28T00:59:49.640Z[ host-image] May 28 00:59:48.908 INFO O| May 28 00:59:48.908 INFO ok!
96422026-05-28T00:59:49.640Z[ host-image] May 28 00:59:48.908 INFO O| May 28 00:59:48.908 INFO STEP 70 (ensure_file) COMPLETE
96432026-05-28T00:59:49.641Z[ host-image] May 28 00:59:48.908 INFO O| May 28 00:59:48.908 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442026-05-28T00:59:49.651Z[ host-image] May 28 00:59:48.916 INFO O| May 28 00:59:48.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96452026-05-28T00:59:49.651Z[ host-image] May 28 00:59:48.916 INFO O| May 28 00:59:48.916 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96462026-05-28T00:59:50.106Z[ host-image] May 28 00:59:49.377 INFO O| May 28 00:59:49.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96472026-05-28T00:59:50.106Z[ host-image] May 28 00:59:49.377 INFO O| May 28 00:59:49.377 INFO ok!
96482026-05-28T00:59:50.106Z[ host-image] May 28 00:59:49.377 INFO O| May 28 00:59:49.377 INFO STEP 71 (ensure_file) COMPLETE
96492026-05-28T00:59:50.106Z[ host-image] May 28 00:59:49.377 INFO O| May 28 00:59:49.377 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502026-05-28T00:59:50.114Z[ host-image] May 28 00:59:49.385 INFO O| May 28 00:59:49.385 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96512026-05-28T00:59:50.115Z[ host-image] May 28 00:59:49.386 INFO O| May 28 00:59:49.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96522026-05-28T00:59:50.115Z[ host-image] May 28 00:59:49.386 INFO O| May 28 00:59:49.386 INFO STEP 72 (ensure_dir) COMPLETE
96532026-05-28T00:59:50.115Z[ host-image] May 28 00:59:49.386 INFO O| May 28 00:59:49.386 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542026-05-28T00:59:50.123Z[ host-image] May 28 00:59:49.391 INFO O| May 28 00:59:49.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96552026-05-28T00:59:50.124Z[ host-image] May 28 00:59:49.391 INFO O| May 28 00:59:49.391 INFO copying /tmp/.tmpd4Ugq7/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 ...
96562026-05-28T00:59:50.124Z[ host-image] May 28 00:59:49.391 INFO O| May 28 00:59:49.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96572026-05-28T00:59:50.124Z[ host-image] May 28 00:59:49.391 INFO O| May 28 00:59:49.391 INFO ok!
96582026-05-28T00:59:50.124Z[ host-image] May 28 00:59:49.391 INFO O| May 28 00:59:49.391 INFO STEP 73 (ensure_file) COMPLETE
96592026-05-28T00:59:50.124Z[ host-image] May 28 00:59:49.391 INFO O| May 28 00:59:49.391 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.398 INFO O| May 28 00:59:49.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96612026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.398 INFO O| May 28 00:59:49.398 INFO copying /tmp/.tmpd4Ugq7/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 ...
96622026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.398 INFO O| May 28 00:59:49.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96632026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.398 INFO O| May 28 00:59:49.398 INFO ok!
96642026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.398 INFO O| May 28 00:59:49.398 INFO STEP 74 (ensure_file) COMPLETE
96652026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.398 INFO O| May 28 00:59:49.398 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.405 INFO O| May 28 00:59:49.405 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96672026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.405 INFO O| May 28 00:59:49.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96682026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.405 INFO O| May 28 00:59:49.405 INFO STEP 75 (ensure_dir) COMPLETE
96692026-05-28T00:59:50.134Z[ host-image] May 28 00:59:49.405 INFO O| May 28 00:59:49.405 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702026-05-28T00:59:50.143Z[ host-image] May 28 00:59:49.411 INFO O| May 28 00:59:49.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96712026-05-28T00:59:50.143Z[ host-image] May 28 00:59:49.411 INFO O| May 28 00:59:49.411 INFO copying /tmp/.tmpd4Ugq7/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 ...
96722026-05-28T00:59:50.143Z[ host-image] May 28 00:59:49.412 INFO O| May 28 00:59:49.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96732026-05-28T00:59:50.143Z[ host-image] May 28 00:59:49.412 INFO O| May 28 00:59:49.412 INFO ok!
96742026-05-28T00:59:50.143Z[ host-image] May 28 00:59:49.412 INFO O| May 28 00:59:49.412 INFO STEP 76 (ensure_file) COMPLETE
96752026-05-28T00:59:50.143Z[ host-image] May 28 00:59:49.412 INFO O| May 28 00:59:49.412 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762026-05-28T00:59:50.151Z[ host-image] May 28 00:59:49.418 INFO O| May 28 00:59:49.418 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96772026-05-28T00:59:50.151Z[ host-image] May 28 00:59:49.418 INFO O| May 28 00:59:49.418 INFO copying /tmp/.tmpd4Ugq7/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 ...
96782026-05-28T00:59:50.151Z[ host-image] May 28 00:59:49.418 INFO O| May 28 00:59:49.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96792026-05-28T00:59:50.151Z[ host-image] May 28 00:59:49.418 INFO O| May 28 00:59:49.418 INFO ok!
96802026-05-28T00:59:50.151Z[ host-image] May 28 00:59:49.418 INFO O| May 28 00:59:49.418 INFO STEP 77 (ensure_file) COMPLETE
96812026-05-28T00:59:50.151Z[ host-image] May 28 00:59:49.418 INFO O| May 28 00:59:49.418 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822026-05-28T00:59:50.160Z[ host-image] May 28 00:59:49.423 INFO O| May 28 00:59:49.423 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96832026-05-28T00:59:50.160Z[ host-image] May 28 00:59:49.423 INFO O| May 28 00:59:49.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96842026-05-28T00:59:50.160Z[ host-image] May 28 00:59:49.423 INFO O| May 28 00:59:49.423 INFO STEP 78 (ensure_dir) COMPLETE
96852026-05-28T00:59:50.160Z[ host-image] May 28 00:59:49.423 INFO O| May 28 00:59:49.423 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862026-05-28T00:59:50.168Z[ host-image] May 28 00:59:49.429 INFO O| May 28 00:59:49.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96872026-05-28T00:59:50.168Z[ host-image] May 28 00:59:49.429 INFO O| May 28 00:59:49.429 INFO copying /tmp/.tmpd4Ugq7/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 ...
96882026-05-28T00:59:50.168Z[ host-image] May 28 00:59:49.429 INFO O| May 28 00:59:49.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96892026-05-28T00:59:50.168Z[ host-image] May 28 00:59:49.429 INFO O| May 28 00:59:49.429 INFO ok!
96902026-05-28T00:59:50.168Z[ host-image] May 28 00:59:49.429 INFO O| May 28 00:59:49.429 INFO STEP 79 (ensure_file) COMPLETE
96912026-05-28T00:59:50.168Z[ host-image] May 28 00:59:49.429 INFO O| May 28 00:59:49.429 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922026-05-28T00:59:50.168Z[ host-image] May 28 00:59:49.435 INFO O| May 28 00:59:49.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96932026-05-28T00:59:50.169Z[ host-image] May 28 00:59:49.435 INFO O| May 28 00:59:49.435 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
96942026-05-28T00:59:50.169Z[ host-image] May 28 00:59:49.435 INFO O| May 28 00:59:49.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
96952026-05-28T00:59:50.169Z[ host-image] May 28 00:59:49.435 INFO O| May 28 00:59:49.435 INFO ok!
96962026-05-28T00:59:50.169Z[ host-image] May 28 00:59:49.435 INFO O| May 28 00:59:49.435 INFO STEP 80 (ensure_file) COMPLETE
96972026-05-28T00:59:50.169Z[ host-image] May 28 00:59:49.435 INFO O| May 28 00:59:49.435 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982026-05-28T00:59:50.177Z[ host-image] May 28 00:59:49.441 INFO O| May 28 00:59:49.441 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96992026-05-28T00:59:50.177Z[ host-image] May 28 00:59:49.441 INFO O| May 28 00:59:49.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97002026-05-28T00:59:50.177Z[ host-image] May 28 00:59:49.441 INFO O| May 28 00:59:49.441 INFO STEP 81 (ensure_dir) COMPLETE
97012026-05-28T00:59:50.177Z[ host-image] May 28 00:59:49.441 INFO O| May 28 00:59:49.441 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022026-05-28T00:59:50.177Z[ host-image] May 28 00:59:49.446 INFO O| May 28 00:59:49.446 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97032026-05-28T00:59:50.177Z[ host-image] May 28 00:59:49.446 INFO O| May 28 00:59:49.446 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97042026-05-28T00:59:50.644Z[ host-image] May 28 00:59:49.915 INFO O| May 28 00:59:49.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97052026-05-28T00:59:50.644Z[ host-image] May 28 00:59:49.915 INFO O| May 28 00:59:49.915 INFO ok!
97062026-05-28T00:59:50.644Z[ host-image] May 28 00:59:49.915 INFO O| May 28 00:59:49.915 INFO STEP 82 (ensure_file) COMPLETE
97072026-05-28T00:59:50.644Z[ host-image] May 28 00:59:49.915 INFO O| May 28 00:59:49.915 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082026-05-28T00:59:50.656Z[ host-image] May 28 00:59:49.923 INFO O| May 28 00:59:49.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
97092026-05-28T00:59:50.656Z[ host-image] May 28 00:59:49.923 INFO O| May 28 00:59:49.923 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
97102026-05-28T00:59:50.878Z[ host-image] May 28 00:59:50.150 INFO O| May 28 00:59:50.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
97112026-05-28T00:59:50.879Z[ host-image] May 28 00:59:50.150 INFO O| May 28 00:59:50.150 INFO ok!
97122026-05-28T00:59:50.879Z[ host-image] May 28 00:59:50.150 INFO O| May 28 00:59:50.150 INFO STEP 83 (ensure_file) COMPLETE
97132026-05-28T00:59:50.888Z[ host-image] May 28 00:59:50.150 INFO O| May 28 00:59:50.150 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142026-05-28T00:59:50.888Z[ host-image] May 28 00:59:50.156 INFO O| May 28 00:59:50.156 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97152026-05-28T00:59:50.888Z[ host-image] May 28 00:59:50.156 INFO O| May 28 00:59:50.156 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97162026-05-28T00:59:51.979Z[ host-image] May 28 00:59:51.244 INFO O| May 28 00:59:51.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97172026-05-28T00:59:51.986Z[ host-image] May 28 00:59:51.244 INFO O| May 28 00:59:51.244 INFO ok!
97182026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.244 INFO O| May 28 00:59:51.244 INFO STEP 84 (ensure_file) COMPLETE
97192026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.244 INFO O| May 28 00:59:51.244 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.253 INFO O| May 28 00:59:51.253 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97212026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.253 INFO O| May 28 00:59:51.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97222026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.253 INFO O| May 28 00:59:51.253 INFO STEP 85 (ensure_dir) COMPLETE
97232026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.253 INFO O| May 28 00:59:51.253 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.261 INFO O| May 28 00:59:51.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97252026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.261 INFO O| May 28 00:59:51.261 INFO copying /tmp/.tmpd4Ugq7/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 ...
97262026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.261 INFO O| May 28 00:59:51.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97272026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.261 INFO O| May 28 00:59:51.261 INFO ok!
97282026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.261 INFO O| May 28 00:59:51.261 INFO STEP 86 (ensure_file) COMPLETE
97292026-05-28T00:59:52.002Z[ host-image] May 28 00:59:51.261 INFO O| May 28 00:59:51.261 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.268 INFO O| May 28 00:59:51.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97312026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.268 INFO O| May 28 00:59:51.268 INFO copying /tmp/.tmpd4Ugq7/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 ...
97322026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.268 INFO O| May 28 00:59:51.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97332026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.268 INFO O| May 28 00:59:51.268 INFO ok!
97342026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.268 INFO O| May 28 00:59:51.268 INFO STEP 87 (ensure_file) COMPLETE
97352026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.268 INFO O| May 28 00:59:51.268 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.275 INFO O| May 28 00:59:51.275 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97372026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.275 INFO O| May 28 00:59:51.275 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97382026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.275 INFO O| May 28 00:59:51.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97392026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.275 INFO O| May 28 00:59:51.275 INFO ok!
97402026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.275 INFO O| May 28 00:59:51.275 INFO STEP 88 (ensure_file) COMPLETE
97412026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.275 INFO O| May 28 00:59:51.275 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97422026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.283 INFO O| May 28 00:59:51.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97432026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.283 INFO O| May 28 00:59:51.283 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97442026-05-28T00:59:52.028Z[ host-image] May 28 00:59:51.283 INFO O| May 28 00:59:51.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97452026-05-28T00:59:52.046Z[ host-image] May 28 00:59:51.283 INFO O| May 28 00:59:51.283 INFO ok!
97462026-05-28T00:59:52.046Z[ host-image] May 28 00:59:51.283 INFO O| May 28 00:59:51.283 INFO STEP 89 (ensure_file) COMPLETE
97472026-05-28T00:59:52.046Z[ host-image] May 28 00:59:51.283 INFO O| May 28 00:59:51.283 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97482026-05-28T00:59:52.046Z[ host-image] May 28 00:59:51.289 INFO O| May 28 00:59:51.289 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97492026-05-28T00:59:52.046Z[ host-image] May 28 00:59:51.289 INFO O| May 28 00:59:51.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97502026-05-28T00:59:52.046Z[ host-image] May 28 00:59:51.289 INFO O| May 28 00:59:51.289 INFO STEP 90 (ensure_dir) COMPLETE
97512026-05-28T00:59:52.046Z[ host-image] May 28 00:59:51.289 INFO O| May 28 00:59:51.289 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522026-05-28T00:59:52.046Z[ host-image] May 28 00:59:51.297 INFO O| May 28 00:59:51.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97532026-05-28T00:59:52.047Z[ host-image] May 28 00:59:51.297 INFO O| May 28 00:59:51.297 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97542026-05-28T00:59:52.057Z[ host-image] May 28 00:59:51.299 INFO O| May 28 00:59:51.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97552026-05-28T00:59:52.057Z[ host-image] May 28 00:59:51.299 INFO O| May 28 00:59:51.299 INFO ok!
97562026-05-28T00:59:52.057Z[ host-image] May 28 00:59:51.299 INFO O| May 28 00:59:51.299 INFO STEP 91 (ensure_file) COMPLETE
97572026-05-28T00:59:52.057Z[ host-image] May 28 00:59:51.299 INFO O| May 28 00:59:51.299 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582026-05-28T00:59:52.058Z[ host-image] May 28 00:59:51.305 INFO O| May 28 00:59:51.305 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97592026-05-28T00:59:52.058Z[ host-image] May 28 00:59:51.305 INFO O| May 28 00:59:51.305 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97602026-05-28T00:59:52.058Z[ host-image] May 28 00:59:51.305 INFO O| May 28 00:59:51.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97612026-05-28T00:59:52.058Z[ host-image] May 28 00:59:51.305 INFO O| May 28 00:59:51.305 INFO ok!
97622026-05-28T00:59:52.058Z[ host-image] May 28 00:59:51.305 INFO O| May 28 00:59:51.305 INFO STEP 92 (ensure_file) COMPLETE
97632026-05-28T00:59:52.058Z[ host-image] May 28 00:59:51.305 INFO O| May 28 00:59:51.305 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642026-05-28T00:59:52.058Z[ host-image] May 28 00:59:51.311 INFO O| May 28 00:59:51.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97652026-05-28T00:59:52.058Z[ host-image] May 28 00:59:51.311 INFO O| May 28 00:59:51.311 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97662026-05-28T00:59:52.462Z[ host-image] May 28 00:59:51.726 INFO O| May 28 00:59:51.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97672026-05-28T00:59:52.462Z[ host-image] May 28 00:59:51.726 INFO O| May 28 00:59:51.726 INFO ok!
97682026-05-28T00:59:52.462Z[ host-image] May 28 00:59:51.726 INFO O| May 28 00:59:51.726 INFO STEP 93 (ensure_file) COMPLETE
97692026-05-28T00:59:52.462Z[ host-image] May 28 00:59:51.726 INFO O| May 28 00:59:51.726 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702026-05-28T00:59:52.482Z[ host-image] May 28 00:59:51.734 INFO O| May 28 00:59:51.733 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97712026-05-28T00:59:52.482Z[ host-image] May 28 00:59:51.734 INFO O| May 28 00:59:51.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97722026-05-28T00:59:52.482Z[ host-image] May 28 00:59:51.734 INFO O| May 28 00:59:51.734 INFO STEP 94 (ensure_dir) COMPLETE
97732026-05-28T00:59:52.482Z[ host-image] May 28 00:59:51.734 INFO O| May 28 00:59:51.734 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.741 INFO O| May 28 00:59:51.741 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97752026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.741 INFO O| May 28 00:59:51.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97762026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.741 INFO O| May 28 00:59:51.741 INFO STEP 95 (ensure_dir) COMPLETE
97772026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.741 INFO O| May 28 00:59:51.741 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.747 INFO O| May 28 00:59:51.747 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97792026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.747 INFO O| May 28 00:59:51.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97802026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.747 INFO O| May 28 00:59:51.747 INFO STEP 96 (ensure_dir) COMPLETE
97812026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.747 INFO O| May 28 00:59:51.747 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.754 INFO O| May 28 00:59:51.754 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97832026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.754 INFO O| May 28 00:59:51.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97842026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.754 INFO O| May 28 00:59:51.754 INFO STEP 97 (ensure_dir) COMPLETE
97852026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.754 INFO O| May 28 00:59:51.754 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862026-05-28T00:59:52.500Z[ host-image] May 28 00:59:51.760 INFO O| May 28 00:59:51.760 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97872026-05-28T00:59:52.501Z[ host-image] May 28 00:59:51.761 INFO O| May 28 00:59:51.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97882026-05-28T00:59:52.501Z[ host-image] May 28 00:59:51.761 INFO O| May 28 00:59:51.760 INFO STEP 98 (ensure_dir) COMPLETE
97892026-05-28T00:59:52.501Z[ host-image] May 28 00:59:51.761 INFO O| May 28 00:59:51.761 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97902026-05-28T00:59:52.537Z[ host-image] May 28 00:59:51.766 INFO O| May 28 00:59:51.766 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97912026-05-28T00:59:52.537Z[ host-image] May 28 00:59:51.766 INFO O| May 28 00:59:51.766 INFO copying /tmp/.tmpd4Ugq7/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 ...
97922026-05-28T00:59:52.537Z[ host-image] May 28 00:59:51.766 INFO O| May 28 00:59:51.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97932026-05-28T00:59:52.537Z[ host-image] May 28 00:59:51.766 INFO O| May 28 00:59:51.766 INFO ok!
97942026-05-28T00:59:52.538Z[ host-image] May 28 00:59:51.766 INFO O| May 28 00:59:51.766 INFO STEP 99 (ensure_file) COMPLETE
97952026-05-28T00:59:52.538Z[ host-image] May 28 00:59:51.766 INFO O| May 28 00:59:51.766 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97962026-05-28T00:59:52.538Z[ host-image] May 28 00:59:51.772 INFO O| May 28 00:59:51.772 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97972026-05-28T00:59:52.538Z[ host-image] May 28 00:59:51.772 INFO O| May 28 00:59:51.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97982026-05-28T00:59:52.538Z[ host-image] May 28 00:59:51.772 INFO O| May 28 00:59:51.772 INFO STEP 100 (ensure_dir) COMPLETE
97992026-05-28T00:59:52.538Z[ host-image] May 28 00:59:51.772 INFO O| May 28 00:59:51.772 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002026-05-28T00:59:52.538Z[ host-image] May 28 00:59:51.778 INFO O| May 28 00:59:51.778 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98012026-05-28T00:59:52.538Z[ host-image] May 28 00:59:51.778 INFO O| May 28 00:59:51.778 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98022026-05-28T00:59:52.769Z[ host-image] May 28 00:59:52.040 INFO O| May 28 00:59:52.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98032026-05-28T00:59:52.769Z[ host-image] May 28 00:59:52.040 INFO O| May 28 00:59:52.040 INFO ok!
98042026-05-28T00:59:52.769Z[ host-image] May 28 00:59:52.040 INFO O| May 28 00:59:52.040 INFO STEP 101 (ensure_file) COMPLETE
98052026-05-28T00:59:52.777Z[ host-image] May 28 00:59:52.040 INFO O| May 28 00:59:52.040 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062026-05-28T00:59:52.777Z[ host-image] May 28 00:59:52.048 INFO O| May 28 00:59:52.048 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98072026-05-28T00:59:52.777Z[ host-image] May 28 00:59:52.048 INFO O| May 28 00:59:52.048 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98082026-05-28T00:59:52.778Z[ host-image] May 28 00:59:52.048 INFO O| May 28 00:59:52.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98092026-05-28T00:59:52.778Z[ host-image] May 28 00:59:52.048 INFO O| May 28 00:59:52.048 INFO ok!
98102026-05-28T00:59:52.778Z[ host-image] May 28 00:59:52.048 INFO O| May 28 00:59:52.048 INFO STEP 102 (ensure_file) COMPLETE
98112026-05-28T00:59:52.778Z[ host-image] May 28 00:59:52.048 INFO O| May 28 00:59:52.048 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98122026-05-28T00:59:52.787Z[ host-image] May 28 00:59:52.055 INFO O| May 28 00:59:52.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98132026-05-28T00:59:52.787Z[ host-image] May 28 00:59:52.055 INFO O| May 28 00:59:52.055 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98142026-05-28T00:59:53.005Z[ host-image] May 28 00:59:52.276 INFO O| May 28 00:59:52.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98152026-05-28T00:59:53.005Z[ host-image] May 28 00:59:52.276 INFO O| May 28 00:59:52.276 INFO ok!
98162026-05-28T00:59:53.005Z[ host-image] May 28 00:59:52.276 INFO O| May 28 00:59:52.276 INFO STEP 103 (ensure_file) COMPLETE
98172026-05-28T00:59:53.005Z[ host-image] May 28 00:59:52.276 INFO O| May 28 00:59:52.276 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182026-05-28T00:59:53.014Z[ host-image] May 28 00:59:52.283 INFO O| May 28 00:59:52.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98192026-05-28T00:59:53.014Z[ host-image] May 28 00:59:52.283 INFO O| May 28 00:59:52.283 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98202026-05-28T00:59:53.014Z[ host-image] May 28 00:59:52.283 INFO O| May 28 00:59:52.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98212026-05-28T00:59:53.014Z[ host-image] May 28 00:59:52.283 INFO O| May 28 00:59:52.283 INFO ok!
98222026-05-28T00:59:53.014Z[ host-image] May 28 00:59:52.283 INFO O| May 28 00:59:52.283 INFO STEP 104 (ensure_file) COMPLETE
98232026-05-28T00:59:53.014Z[ host-image] May 28 00:59:52.283 INFO O| May 28 00:59:52.283 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242026-05-28T00:59:53.022Z[ host-image] May 28 00:59:52.290 INFO O| May 28 00:59:52.289 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98252026-05-28T00:59:53.022Z[ host-image] May 28 00:59:52.290 INFO O| May 28 00:59:52.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98262026-05-28T00:59:53.022Z[ host-image] May 28 00:59:52.290 INFO O| May 28 00:59:52.290 INFO STEP 105 (ensure_dir) COMPLETE
98272026-05-28T00:59:53.023Z[ host-image] May 28 00:59:52.290 INFO O| May 28 00:59:52.290 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282026-05-28T00:59:53.031Z[ host-image] May 28 00:59:52.295 INFO O| May 28 00:59:52.295 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98292026-05-28T00:59:53.031Z[ host-image] May 28 00:59:52.295 INFO O| May 28 00:59:52.295 INFO copying /tmp/.tmpd4Ugq7/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 ...
98302026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.305 INFO O| May 28 00:59:52.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98312026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.305 INFO O| May 28 00:59:52.305 INFO ok!
98322026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.305 INFO O| May 28 00:59:52.305 INFO STEP 106 (ensure_file) COMPLETE
98332026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.305 INFO O| May 28 00:59:52.305 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.311 INFO O| May 28 00:59:52.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98352026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.311 INFO O| May 28 00:59:52.311 INFO copying /tmp/.tmpd4Ugq7/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 ...
98362026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.311 INFO O| May 28 00:59:52.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98372026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.311 INFO O| May 28 00:59:52.311 INFO ok!
98382026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.311 INFO O| May 28 00:59:52.311 INFO STEP 107 (ensure_file) COMPLETE
98392026-05-28T00:59:53.046Z[ host-image] May 28 00:59:52.311 INFO O| May 28 00:59:52.311 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98402026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.318 INFO O| May 28 00:59:52.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98412026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.318 INFO O| May 28 00:59:52.318 INFO copying /tmp/.tmpd4Ugq7/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 ...
98422026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.318 INFO O| May 28 00:59:52.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98432026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.318 INFO O| May 28 00:59:52.318 INFO ok!
98442026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.318 INFO O| May 28 00:59:52.318 INFO STEP 108 (ensure_file) COMPLETE
98452026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.318 INFO O| May 28 00:59:52.318 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.324 INFO O| May 28 00:59:52.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98472026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.324 INFO O| May 28 00:59:52.324 INFO copying /tmp/.tmpd4Ugq7/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 ...
98482026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.324 INFO O| May 28 00:59:52.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98492026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.324 INFO O| May 28 00:59:52.324 INFO ok!
98502026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.324 INFO O| May 28 00:59:52.324 INFO STEP 109 (ensure_file) COMPLETE
98512026-05-28T00:59:53.056Z[ host-image] May 28 00:59:52.324 INFO O| May 28 00:59:52.324 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522026-05-28T00:59:53.066Z[ host-image] May 28 00:59:52.330 INFO O| May 28 00:59:52.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98532026-05-28T00:59:53.066Z[ host-image] May 28 00:59:52.330 INFO O| May 28 00:59:52.330 INFO copying /tmp/.tmpd4Ugq7/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 ...
98542026-05-28T00:59:53.066Z[ host-image] May 28 00:59:52.330 INFO O| May 28 00:59:52.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98552026-05-28T00:59:53.066Z[ host-image] May 28 00:59:52.330 INFO O| May 28 00:59:52.330 INFO ok!
98562026-05-28T00:59:53.066Z[ host-image] May 28 00:59:52.330 INFO O| May 28 00:59:52.330 INFO STEP 110 (ensure_file) COMPLETE
98572026-05-28T00:59:53.066Z[ host-image] May 28 00:59:52.330 INFO O| May 28 00:59:52.330 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98582026-05-28T00:59:53.066Z[ host-image] May 28 00:59:52.336 INFO O| May 28 00:59:52.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98592026-05-28T00:59:53.067Z[ host-image] May 28 00:59:52.336 INFO O| May 28 00:59:52.336 INFO copying /tmp/.tmpd4Ugq7/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 ...
98602026-05-28T00:59:53.067Z[ host-image] May 28 00:59:52.336 INFO O| May 28 00:59:52.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98612026-05-28T00:59:53.067Z[ host-image] May 28 00:59:52.336 INFO O| May 28 00:59:52.336 INFO ok!
98622026-05-28T00:59:53.067Z[ host-image] May 28 00:59:52.336 INFO O| May 28 00:59:52.336 INFO STEP 111 (ensure_file) COMPLETE
98632026-05-28T00:59:53.067Z[ host-image] May 28 00:59:52.336 INFO O| May 28 00:59:52.336 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642026-05-28T00:59:53.081Z[ host-image] May 28 00:59:52.341 INFO O| May 28 00:59:52.341 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98652026-05-28T00:59:53.081Z[ host-image] May 28 00:59:52.341 INFO O| May 28 00:59:52.341 INFO copying /tmp/.tmpd4Ugq7/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 ...
98662026-05-28T00:59:53.081Z[ host-image] May 28 00:59:52.342 INFO O| May 28 00:59:52.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98672026-05-28T00:59:53.081Z[ host-image] May 28 00:59:52.342 INFO O| May 28 00:59:52.342 INFO ok!
98682026-05-28T00:59:53.081Z[ host-image] May 28 00:59:52.342 INFO O| May 28 00:59:52.342 INFO STEP 112 (ensure_file) COMPLETE
98692026-05-28T00:59:53.081Z[ host-image] May 28 00:59:52.342 INFO O| May 28 00:59:52.342 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.348 INFO O| May 28 00:59:52.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98712026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.348 INFO O| May 28 00:59:52.348 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98722026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.348 INFO O| May 28 00:59:52.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98732026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.348 INFO O| May 28 00:59:52.348 INFO ok!
98742026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.348 INFO O| May 28 00:59:52.348 INFO STEP 113 (ensure_file) COMPLETE
98752026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.348 INFO O| May 28 00:59:52.348 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.354 INFO O| May 28 00:59:52.354 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98772026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.354 INFO O| May 28 00:59:52.354 INFO copying /tmp/.tmpd4Ugq7/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 ...
98782026-05-28T00:59:53.090Z[ host-image] May 28 00:59:52.354 INFO O| May 28 00:59:52.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98792026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.354 INFO O| May 28 00:59:52.354 INFO ok!
98802026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.354 INFO O| May 28 00:59:52.354 INFO STEP 114 (ensure_file) COMPLETE
98812026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.354 INFO O| May 28 00:59:52.354 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98822026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.360 INFO O| May 28 00:59:52.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98832026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.360 INFO O| May 28 00:59:52.360 INFO copying /tmp/.tmpd4Ugq7/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 ...
98842026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.360 INFO O| May 28 00:59:52.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98852026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.360 INFO O| May 28 00:59:52.360 INFO ok!
98862026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.360 INFO O| May 28 00:59:52.360 INFO STEP 115 (ensure_file) COMPLETE
98872026-05-28T00:59:53.091Z[ host-image] May 28 00:59:52.360 INFO O| May 28 00:59:52.360 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98882026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.365 INFO O| May 28 00:59:52.365 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98892026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.365 INFO O| May 28 00:59:52.365 INFO copying /tmp/.tmpd4Ugq7/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 ...
98902026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.365 INFO O| May 28 00:59:52.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98912026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.365 INFO O| May 28 00:59:52.365 INFO ok!
98922026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.365 INFO O| May 28 00:59:52.365 INFO STEP 116 (ensure_file) COMPLETE
98932026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.366 INFO O| May 28 00:59:52.365 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.371 INFO O| May 28 00:59:52.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98952026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.371 INFO O| May 28 00:59:52.371 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98962026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.371 INFO O| May 28 00:59:52.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98972026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.371 INFO O| May 28 00:59:52.371 INFO ok!
98982026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.371 INFO O| May 28 00:59:52.371 INFO STEP 117 (ensure_file) COMPLETE
98992026-05-28T00:59:53.102Z[ host-image] May 28 00:59:52.371 INFO O| May 28 00:59:52.371 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99002026-05-28T00:59:53.112Z[ host-image] May 28 00:59:52.377 INFO O| May 28 00:59:52.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99012026-05-28T00:59:53.112Z[ host-image] May 28 00:59:52.377 INFO O| May 28 00:59:52.377 INFO copying /tmp/.tmpd4Ugq7/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 ...
99022026-05-28T00:59:53.112Z[ host-image] May 28 00:59:52.377 INFO O| May 28 00:59:52.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99032026-05-28T00:59:53.112Z[ host-image] May 28 00:59:52.377 INFO O| May 28 00:59:52.377 INFO ok!
99042026-05-28T00:59:53.112Z[ host-image] May 28 00:59:52.377 INFO O| May 28 00:59:52.377 INFO STEP 118 (ensure_file) COMPLETE
99052026-05-28T00:59:53.112Z[ host-image] May 28 00:59:52.377 INFO O| May 28 00:59:52.377 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99062026-05-28T00:59:53.125Z[ host-image] May 28 00:59:52.383 INFO O| May 28 00:59:52.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
99072026-05-28T00:59:53.125Z[ host-image] May 28 00:59:52.383 INFO O| May 28 00:59:52.383 INFO copying /tmp/.tmpd4Ugq7/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 ...
99082026-05-28T00:59:53.125Z[ host-image] May 28 00:59:52.384 INFO O| May 28 00:59:52.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
99092026-05-28T00:59:53.125Z[ host-image] May 28 00:59:52.384 INFO O| May 28 00:59:52.384 INFO ok!
99102026-05-28T00:59:53.125Z[ host-image] May 28 00:59:52.384 INFO O| May 28 00:59:52.384 INFO STEP 119 (ensure_file) COMPLETE
99112026-05-28T00:59:53.125Z[ host-image] May 28 00:59:52.384 INFO O| May 28 00:59:52.384 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99122026-05-28T00:59:53.126Z[ host-image] May 28 00:59:52.390 INFO O| May 28 00:59:52.390 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
99132026-05-28T00:59:53.126Z[ host-image] May 28 00:59:52.390 INFO O| May 28 00:59:52.390 INFO copying /tmp/.tmpd4Ugq7/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 ...
99142026-05-28T00:59:53.126Z[ host-image] May 28 00:59:52.390 INFO O| May 28 00:59:52.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
99152026-05-28T00:59:53.126Z[ host-image] May 28 00:59:52.390 INFO O| May 28 00:59:52.390 INFO ok!
99162026-05-28T00:59:53.126Z[ host-image] May 28 00:59:52.390 INFO O| May 28 00:59:52.390 INFO STEP 120 (ensure_file) COMPLETE
99172026-05-28T00:59:53.126Z[ host-image] May 28 00:59:52.390 INFO O| May 28 00:59:52.390 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.395 INFO O| May 28 00:59:52.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
99192026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.395 INFO O| May 28 00:59:52.395 INFO copying /tmp/.tmpd4Ugq7/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 ...
99202026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.395 INFO O| May 28 00:59:52.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
99212026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.395 INFO O| May 28 00:59:52.395 INFO ok!
99222026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.395 INFO O| May 28 00:59:52.395 INFO STEP 121 (ensure_file) COMPLETE
99232026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.395 INFO O| May 28 00:59:52.395 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.401 INFO O| May 28 00:59:52.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99252026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.401 INFO O| May 28 00:59:52.401 INFO copying /tmp/.tmpd4Ugq7/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 ...
99262026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.401 INFO O| May 28 00:59:52.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99272026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.401 INFO O| May 28 00:59:52.401 INFO ok!
99282026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.401 INFO O| May 28 00:59:52.401 INFO STEP 122 (ensure_file) COMPLETE
99292026-05-28T00:59:53.135Z[ host-image] May 28 00:59:52.401 INFO O| May 28 00:59:52.401 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.407 INFO O| May 28 00:59:52.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99312026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.407 INFO O| May 28 00:59:52.407 INFO copying /tmp/.tmpd4Ugq7/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 ...
99322026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.407 INFO O| May 28 00:59:52.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99332026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.407 INFO O| May 28 00:59:52.407 INFO ok!
99342026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.407 INFO O| May 28 00:59:52.407 INFO STEP 123 (ensure_file) COMPLETE
99352026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.407 INFO O| May 28 00:59:52.407 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.413 INFO O| May 28 00:59:52.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99372026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.413 INFO O| May 28 00:59:52.413 INFO copying /tmp/.tmpd4Ugq7/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 ...
99382026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.413 INFO O| May 28 00:59:52.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99392026-05-28T00:59:53.144Z[ host-image] May 28 00:59:52.413 INFO O| May 28 00:59:52.413 INFO ok!
99402026-05-28T00:59:53.145Z[ host-image] May 28 00:59:52.413 INFO O| May 28 00:59:52.413 INFO STEP 124 (ensure_file) COMPLETE
99412026-05-28T00:59:53.145Z[ host-image] May 28 00:59:52.413 INFO O| May 28 00:59:52.413 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99422026-05-28T00:59:53.153Z[ host-image] May 28 00:59:52.419 INFO O| May 28 00:59:52.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99432026-05-28T00:59:53.153Z[ host-image] May 28 00:59:52.419 INFO O| May 28 00:59:52.419 INFO copying /tmp/.tmpd4Ugq7/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 ...
99442026-05-28T00:59:53.153Z[ host-image] May 28 00:59:52.419 INFO O| May 28 00:59:52.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99452026-05-28T00:59:53.153Z[ host-image] May 28 00:59:52.419 INFO O| May 28 00:59:52.419 INFO ok!
99462026-05-28T00:59:53.153Z[ host-image] May 28 00:59:52.419 INFO O| May 28 00:59:52.419 INFO STEP 125 (ensure_file) COMPLETE
99472026-05-28T00:59:53.153Z[ host-image] May 28 00:59:52.419 INFO O| May 28 00:59:52.419 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482026-05-28T00:59:53.168Z[ host-image] May 28 00:59:52.424 INFO O| May 28 00:59:52.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99492026-05-28T00:59:53.168Z[ host-image] May 28 00:59:52.424 INFO O| May 28 00:59:52.424 INFO copying /tmp/.tmpd4Ugq7/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 ...
99502026-05-28T00:59:53.168Z[ host-image] May 28 00:59:52.424 INFO O| May 28 00:59:52.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99512026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.424 INFO O| May 28 00:59:52.424 INFO ok!
99522026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.424 INFO O| May 28 00:59:52.424 INFO STEP 126 (ensure_file) COMPLETE
99532026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.424 INFO O| May 28 00:59:52.424 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99542026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.430 INFO O| May 28 00:59:52.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99552026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.430 INFO O| May 28 00:59:52.430 INFO copying /tmp/.tmpd4Ugq7/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 ...
99562026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.430 INFO O| May 28 00:59:52.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99572026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.430 INFO O| May 28 00:59:52.430 INFO ok!
99582026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.430 INFO O| May 28 00:59:52.430 INFO STEP 127 (ensure_file) COMPLETE
99592026-05-28T00:59:53.169Z[ host-image] May 28 00:59:52.430 INFO O| May 28 00:59:52.430 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99602026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.436 INFO O| May 28 00:59:52.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99612026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.436 INFO O| May 28 00:59:52.436 INFO copying /tmp/.tmpd4Ugq7/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 ...
99622026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.436 INFO O| May 28 00:59:52.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99632026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.436 INFO O| May 28 00:59:52.436 INFO ok!
99642026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.436 INFO O| May 28 00:59:52.436 INFO STEP 128 (ensure_file) COMPLETE
99652026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.436 INFO O| May 28 00:59:52.436 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99662026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.443 INFO O| May 28 00:59:52.442 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99672026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.443 INFO O| May 28 00:59:52.442 INFO copying /tmp/.tmpd4Ugq7/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 ...
99682026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.443 INFO O| May 28 00:59:52.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99692026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.443 INFO O| May 28 00:59:52.443 INFO ok!
99702026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.443 INFO O| May 28 00:59:52.443 INFO STEP 129 (ensure_file) COMPLETE
99712026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.443 INFO O| May 28 00:59:52.443 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99722026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.448 INFO O| May 28 00:59:52.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99732026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.448 INFO O| May 28 00:59:52.448 INFO copying /tmp/.tmpd4Ugq7/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 ...
99742026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.448 INFO O| May 28 00:59:52.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99752026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.448 INFO O| May 28 00:59:52.448 INFO ok!
99762026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.448 INFO O| May 28 00:59:52.448 INFO STEP 130 (ensure_file) COMPLETE
99772026-05-28T00:59:53.178Z[ host-image] May 28 00:59:52.448 INFO O| May 28 00:59:52.448 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99782026-05-28T00:59:53.192Z[ host-image] May 28 00:59:52.454 INFO O| May 28 00:59:52.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99792026-05-28T00:59:53.192Z[ host-image] May 28 00:59:52.454 INFO O| May 28 00:59:52.454 INFO copying /tmp/.tmpd4Ugq7/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 ...
99802026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.454 INFO O| May 28 00:59:52.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99812026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.454 INFO O| May 28 00:59:52.454 INFO ok!
99822026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.454 INFO O| May 28 00:59:52.454 INFO STEP 131 (ensure_file) COMPLETE
99832026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.454 INFO O| May 28 00:59:52.454 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99842026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.460 INFO O| May 28 00:59:52.460 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99852026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.460 INFO O| May 28 00:59:52.460 INFO copying /tmp/.tmpd4Ugq7/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 ...
99862026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.460 INFO O| May 28 00:59:52.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99872026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.460 INFO O| May 28 00:59:52.460 INFO ok!
99882026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.460 INFO O| May 28 00:59:52.460 INFO STEP 132 (ensure_file) COMPLETE
99892026-05-28T00:59:53.193Z[ host-image] May 28 00:59:52.460 INFO O| May 28 00:59:52.460 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902026-05-28T00:59:53.200Z[ host-image] May 28 00:59:52.467 INFO O| May 28 00:59:52.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99912026-05-28T00:59:53.200Z[ host-image] May 28 00:59:52.467 INFO O| May 28 00:59:52.467 INFO copying /tmp/.tmpd4Ugq7/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 ...
99922026-05-28T00:59:53.200Z[ host-image] May 28 00:59:52.467 INFO O| May 28 00:59:52.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99932026-05-28T00:59:53.200Z[ host-image] May 28 00:59:52.467 INFO O| May 28 00:59:52.467 INFO ok!
99942026-05-28T00:59:53.200Z[ host-image] May 28 00:59:52.467 INFO O| May 28 00:59:52.467 INFO STEP 133 (ensure_file) COMPLETE
99952026-05-28T00:59:53.200Z[ host-image] May 28 00:59:52.467 INFO O| May 28 00:59:52.467 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962026-05-28T00:59:53.212Z[ host-image] May 28 00:59:52.472 INFO O| May 28 00:59:52.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99972026-05-28T00:59:53.212Z[ host-image] May 28 00:59:52.472 INFO O| May 28 00:59:52.472 INFO copying /tmp/.tmpd4Ugq7/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 ...
99982026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.472 INFO O| May 28 00:59:52.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
99992026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.472 INFO O| May 28 00:59:52.472 INFO ok!
100002026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.472 INFO O| May 28 00:59:52.472 INFO STEP 134 (ensure_file) COMPLETE
100012026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.472 INFO O| May 28 00:59:52.472 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.478 INFO O| May 28 00:59:52.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100032026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.478 INFO O| May 28 00:59:52.478 INFO copying /tmp/.tmpd4Ugq7/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 ...
100042026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.478 INFO O| May 28 00:59:52.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100052026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.478 INFO O| May 28 00:59:52.478 INFO ok!
100062026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.478 INFO O| May 28 00:59:52.478 INFO STEP 135 (ensure_file) COMPLETE
100072026-05-28T00:59:53.213Z[ host-image] May 28 00:59:52.478 INFO O| May 28 00:59:52.478 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.484 INFO O| May 28 00:59:52.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
100092026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.484 INFO O| May 28 00:59:52.484 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
100102026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.484 INFO O| May 28 00:59:52.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
100112026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.484 INFO O| May 28 00:59:52.484 INFO ok!
100122026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.484 INFO O| May 28 00:59:52.484 INFO STEP 136 (ensure_file) COMPLETE
100132026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.484 INFO O| May 28 00:59:52.484 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100142026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.490 INFO O| May 28 00:59:52.490 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
100152026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.490 INFO O| May 28 00:59:52.490 INFO copying /tmp/.tmpd4Ugq7/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 ...
100162026-05-28T00:59:53.227Z[ host-image] May 28 00:59:52.490 INFO O| May 28 00:59:52.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
100172026-05-28T00:59:53.228Z[ host-image] May 28 00:59:52.490 INFO O| May 28 00:59:52.490 INFO ok!
100182026-05-28T00:59:53.228Z[ host-image] May 28 00:59:52.490 INFO O| May 28 00:59:52.490 INFO STEP 137 (ensure_file) COMPLETE
100192026-05-28T00:59:53.228Z[ host-image] May 28 00:59:52.490 INFO O| May 28 00:59:52.490 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-05-28T00:59:53.241Z[ host-image] May 28 00:59:52.496 INFO O| May 28 00:59:52.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
100212026-05-28T00:59:53.241Z[ host-image] May 28 00:59:52.496 INFO O| May 28 00:59:52.496 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
100222026-05-28T00:59:53.241Z[ host-image] May 28 00:59:52.496 INFO O| May 28 00:59:52.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
100232026-05-28T00:59:53.241Z[ host-image] May 28 00:59:52.496 INFO O| May 28 00:59:52.496 INFO ok!
100242026-05-28T00:59:53.241Z[ host-image] May 28 00:59:52.496 INFO O| May 28 00:59:52.496 INFO STEP 138 (ensure_file) COMPLETE
100252026-05-28T00:59:53.241Z[ host-image] May 28 00:59:52.496 INFO O| May 28 00:59:52.496 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100262026-05-28T00:59:53.241Z[ host-image] May 28 00:59:52.502 INFO O| May 28 00:59:52.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100272026-05-28T00:59:53.241Z[ host-image] May 28 00:59:52.502 INFO O| May 28 00:59:52.502 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100282026-05-28T00:59:58.815Z[ host-image] May 28 00:59:58.086 INFO O| May 28 00:59:58.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100292026-05-28T00:59:58.815Z[ host-image] May 28 00:59:58.086 INFO O| May 28 00:59:58.086 INFO ok!
100302026-05-28T00:59:58.815Z[ host-image] May 28 00:59:58.086 INFO O| May 28 00:59:58.086 INFO STEP 139 (ensure_file) COMPLETE
100312026-05-28T00:59:58.815Z[ host-image] May 28 00:59:58.086 INFO O| May 28 00:59:58.086 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322026-05-28T00:59:58.824Z[ host-image] May 28 00:59:58.095 INFO O| May 28 00:59:58.095 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100332026-05-28T00:59:58.824Z[ host-image] May 28 00:59:58.095 INFO O| May 28 00:59:58.095 INFO STEP 140 (ensure_dir) COMPLETE
100342026-05-28T00:59:58.827Z[ host-image] May 28 00:59:58.095 INFO O| May 28 00:59:58.095 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352026-05-28T00:59:58.831Z[ host-image] May 28 00:59:58.103 INFO O| May 28 00:59:58.103 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100362026-05-28T00:59:58.835Z[ host-image] May 28 00:59:58.103 INFO O| May 28 00:59:58.103 INFO STEP 141 (ensure_dir) COMPLETE
100372026-05-28T00:59:58.835Z[ host-image] May 28 00:59:58.103 INFO O| May 28 00:59:58.103 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382026-05-28T00:59:58.840Z[ host-image] May 28 00:59:58.109 INFO O| May 28 00:59:58.109 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100392026-05-28T00:59:58.840Z[ host-image] May 28 00:59:58.109 INFO O| May 28 00:59:58.109 INFO STEP 142 (ensure_dir) COMPLETE
100402026-05-28T00:59:58.840Z[ host-image] May 28 00:59:58.109 INFO O| May 28 00:59:58.109 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412026-05-28T00:59:58.844Z[ host-image] May 28 00:59:58.116 INFO O| May 28 00:59:58.116 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100422026-05-28T00:59:58.844Z[ host-image] May 28 00:59:58.116 INFO O| May 28 00:59:58.116 INFO STEP 143 (ensure_dir) COMPLETE
100432026-05-28T00:59:58.847Z[ host-image] May 28 00:59:58.116 INFO O| May 28 00:59:58.116 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100442026-05-28T00:59:58.850Z[ host-image] May 28 00:59:58.122 INFO O| May 28 00:59:58.122 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100452026-05-28T00:59:58.854Z[ host-image] May 28 00:59:58.122 INFO O| May 28 00:59:58.122 INFO copying /tmp/.tmpd4Ugq7/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 ...
100462026-05-28T00:59:58.854Z[ host-image] May 28 00:59:58.122 INFO O| May 28 00:59:58.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100472026-05-28T00:59:58.854Z[ host-image] May 28 00:59:58.122 INFO O| May 28 00:59:58.122 INFO ok!
100482026-05-28T00:59:58.854Z[ host-image] May 28 00:59:58.122 INFO O| May 28 00:59:58.122 INFO STEP 144 (ensure_file) COMPLETE
100492026-05-28T00:59:58.854Z[ host-image] May 28 00:59:58.122 INFO O| May 28 00:59:58.122 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100502026-05-28T00:59:58.857Z[ host-image] May 28 00:59:58.128 INFO O| May 28 00:59:58.128 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100512026-05-28T00:59:58.857Z[ host-image] May 28 00:59:58.128 INFO O| May 28 00:59:58.128 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100522026-05-28T00:59:58.857Z[ host-image] May 28 00:59:58.128 INFO O| May 28 00:59:58.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100532026-05-28T00:59:58.857Z[ host-image] May 28 00:59:58.128 INFO O| May 28 00:59:58.128 INFO STEP 145 (ensure_dir) COMPLETE
100542026-05-28T00:59:58.857Z[ host-image] May 28 00:59:58.128 INFO O| May 28 00:59:58.128 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-05-28T00:59:58.863Z[ host-image] May 28 00:59:58.134 INFO O| May 28 00:59:58.134 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100562026-05-28T00:59:58.868Z[ host-image] May 28 00:59:58.134 INFO O| May 28 00:59:58.134 INFO copying /tmp/.tmpd4Ugq7/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100572026-05-28T00:59:58.868Z[ host-image] May 28 00:59:58.134 INFO O| May 28 00:59:58.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100582026-05-28T00:59:58.868Z[ host-image] May 28 00:59:58.134 INFO O| May 28 00:59:58.134 INFO ok!
100592026-05-28T00:59:58.868Z[ host-image] May 28 00:59:58.134 INFO O| May 28 00:59:58.134 INFO STEP 146 (ensure_file) COMPLETE
100602026-05-28T00:59:58.868Z[ host-image] May 28 00:59:58.134 INFO O| May 28 00:59:58.134 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100612026-05-28T00:59:58.871Z[ host-image] May 28 00:59:58.143 INFO O| May 28 00:59:58.143 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100622026-05-28T00:59:58.874Z[ host-image] May 28 00:59:58.143 INFO O| May 28 00:59:58.143 INFO STEP 147 (remove_files) COMPLETE
100632026-05-28T00:59:58.875Z[ host-image] May 28 00:59:58.143 INFO O| May 28 00:59:58.143 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100642026-05-28T00:59:58.878Z[ host-image] May 28 00:59:58.150 INFO O| May 28 00:59:58.150 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100652026-05-28T00:59:58.882Z[ host-image] May 28 00:59:58.150 INFO O| May 28 00:59:58.150 INFO STEP 148 (remove_files) COMPLETE
100662026-05-28T00:59:58.882Z[ host-image] May 28 00:59:58.150 INFO O| May 28 00:59:58.150 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100672026-05-28T00:59:58.886Z[ host-image] May 28 00:59:58.157 INFO O| May 28 00:59:58.157 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100682026-05-28T00:59:58.886Z[ host-image] May 28 00:59:58.157 INFO O| May 28 00:59:58.157 INFO STEP 149 (remove_files) COMPLETE
100692026-05-28T00:59:58.886Z[ host-image] May 28 00:59:58.157 INFO O| May 28 00:59:58.157 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100702026-05-28T00:59:58.892Z[ host-image] May 28 00:59:58.163 INFO O| May 28 00:59:58.163 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100712026-05-28T00:59:58.895Z[ host-image] May 28 00:59:58.164 INFO O| May 28 00:59:58.164 INFO STEP 150 (remove_files) COMPLETE
100722026-05-28T00:59:58.895Z[ host-image] May 28 00:59:58.164 INFO O| May 28 00:59:58.164 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100732026-05-28T00:59:58.899Z[ host-image] May 28 00:59:58.170 INFO O| May 28 00:59:58.170 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100742026-05-28T00:59:58.902Z[ host-image] May 28 00:59:58.170 INFO O| May 28 00:59:58.170 INFO STEP 151 (remove_files) COMPLETE
100752026-05-28T00:59:58.902Z[ host-image] May 28 00:59:58.171 INFO O| May 28 00:59:58.170 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100762026-05-28T00:59:58.906Z[ host-image] May 28 00:59:58.177 INFO O| May 28 00:59:58.177 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100772026-05-28T00:59:58.906Z[ host-image] May 28 00:59:58.177 INFO O| May 28 00:59:58.177 INFO STEP 152 (remove_files) COMPLETE
100782026-05-28T00:59:58.910Z[ host-image] May 28 00:59:58.177 INFO O| May 28 00:59:58.177 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100792026-05-28T00:59:58.914Z[ host-image] May 28 00:59:58.184 INFO O| May 28 00:59:58.184 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100802026-05-28T00:59:58.914Z[ host-image] May 28 00:59:58.184 INFO O| May 28 00:59:58.184 INFO STEP 153 (remove_files) COMPLETE
100812026-05-28T00:59:58.914Z[ host-image] May 28 00:59:58.184 INFO O| May 28 00:59:58.184 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100822026-05-28T00:59:58.919Z[ host-image] May 28 00:59:58.191 INFO O| May 28 00:59:58.191 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100832026-05-28T00:59:58.922Z[ host-image] May 28 00:59:58.191 INFO O| May 28 00:59:58.191 INFO STEP 154 (remove_files) COMPLETE
100842026-05-28T00:59:58.922Z[ host-image] May 28 00:59:58.191 INFO O| May 28 00:59:58.191 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100852026-05-28T00:59:58.925Z[ host-image] May 28 00:59:58.197 INFO O| May 28 00:59:58.197 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100862026-05-28T00:59:58.929Z[ host-image] May 28 00:59:58.197 INFO O| May 28 00:59:58.197 INFO STEP 155 (remove_files) COMPLETE
100872026-05-28T00:59:58.929Z[ host-image] May 28 00:59:58.197 INFO O| May 28 00:59:58.197 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100882026-05-28T00:59:58.932Z[ host-image] May 28 00:59:58.203 INFO O| May 28 00:59:58.202 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100892026-05-28T00:59:58.932Z[ host-image] May 28 00:59:58.203 INFO O| May 28 00:59:58.203 INFO STEP 156 (remove_files) COMPLETE
100902026-05-28T00:59:58.932Z[ host-image] May 28 00:59:58.203 INFO O| May 28 00:59:58.203 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100912026-05-28T00:59:58.938Z[ host-image] May 28 00:59:58.209 INFO O| May 28 00:59:58.209 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100922026-05-28T00:59:58.941Z[ host-image] May 28 00:59:58.209 INFO O| May 28 00:59:58.209 INFO STEP 157 (remove_files) COMPLETE
100932026-05-28T00:59:58.941Z[ host-image] May 28 00:59:58.209 INFO O| May 28 00:59:58.209 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100942026-05-28T00:59:58.945Z[ host-image] May 28 00:59:58.217 INFO O| May 28 00:59:58.217 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100952026-05-28T00:59:58.945Z[ host-image] May 28 00:59:58.217 INFO O| May 28 00:59:58.217 INFO STEP 158 (remove_files) COMPLETE
100962026-05-28T00:59:58.948Z[ host-image] May 28 00:59:58.217 INFO O| May 28 00:59:58.217 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100972026-05-28T00:59:58.952Z[ host-image] May 28 00:59:58.224 INFO O| May 28 00:59:58.224 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100982026-05-28T00:59:58.952Z[ host-image] May 28 00:59:58.224 INFO O| May 28 00:59:58.224 INFO STEP 159 (remove_files) COMPLETE
100992026-05-28T00:59:58.955Z[ host-image] May 28 00:59:58.224 INFO O| May 28 00:59:58.224 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101002026-05-28T00:59:58.959Z[ host-image] May 28 00:59:58.230 INFO O| May 28 00:59:58.230 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101012026-05-28T00:59:58.959Z[ host-image] May 28 00:59:58.230 INFO O| May 28 00:59:58.230 INFO STEP 160 (remove_files) COMPLETE
101022026-05-28T00:59:58.962Z[ host-image] May 28 00:59:58.230 INFO O| May 28 00:59:58.230 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101032026-05-28T00:59:58.966Z[ host-image] May 28 00:59:58.237 INFO O| May 28 00:59:58.237 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101042026-05-28T00:59:58.970Z[ host-image] May 28 00:59:58.237 INFO O| May 28 00:59:58.237 INFO STEP 161 (remove_files) COMPLETE
101052026-05-28T00:59:58.970Z[ host-image] May 28 00:59:58.237 INFO O| May 28 00:59:58.237 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101062026-05-28T00:59:58.975Z[ host-image] May 28 00:59:58.244 INFO O| May 28 00:59:58.244 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101072026-05-28T00:59:58.975Z[ host-image] May 28 00:59:58.244 INFO O| May 28 00:59:58.244 INFO STEP 162 (remove_files) COMPLETE
101082026-05-28T00:59:58.975Z[ host-image] May 28 00:59:58.244 INFO O| May 28 00:59:58.244 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101092026-05-28T00:59:58.979Z[ host-image] May 28 00:59:58.251 INFO O| May 28 00:59:58.251 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101102026-05-28T00:59:58.979Z[ host-image] May 28 00:59:58.251 INFO O| May 28 00:59:58.251 INFO STEP 163 (remove_files) COMPLETE
101112026-05-28T00:59:58.983Z[ host-image] May 28 00:59:58.251 INFO O| May 28 00:59:58.251 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101122026-05-28T00:59:58.986Z[ host-image] May 28 00:59:58.257 INFO O| May 28 00:59:58.257 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101132026-05-28T00:59:58.986Z[ host-image] May 28 00:59:58.257 INFO O| May 28 00:59:58.257 INFO STEP 164 (remove_files) COMPLETE
101142026-05-28T00:59:58.986Z[ host-image] May 28 00:59:58.257 INFO O| May 28 00:59:58.257 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101152026-05-28T00:59:58.992Z[ host-image] May 28 00:59:58.263 INFO O| May 28 00:59:58.263 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101162026-05-28T00:59:58.992Z[ host-image] May 28 00:59:58.263 INFO O| May 28 00:59:58.263 INFO STEP 165 (remove_files) COMPLETE
101172026-05-28T00:59:58.994Z[ host-image] May 28 00:59:58.263 INFO O| May 28 00:59:58.263 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101182026-05-28T00:59:58.997Z[ host-image] May 28 00:59:58.269 INFO O| May 28 00:59:58.269 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101192026-05-28T00:59:58.997Z[ host-image] May 28 00:59:58.269 INFO O| May 28 00:59:58.269 INFO STEP 166 (remove_files) COMPLETE
101202026-05-28T00:59:58.997Z[ host-image] May 28 00:59:58.269 INFO O| May 28 00:59:58.269 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101212026-05-28T00:59:59.003Z[ host-image] May 28 00:59:58.274 INFO O| May 28 00:59:58.274 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101222026-05-28T00:59:59.006Z[ host-image] May 28 00:59:58.275 INFO O| May 28 00:59:58.275 INFO STEP 167 (remove_files) COMPLETE
101232026-05-28T00:59:59.006Z[ host-image] May 28 00:59:58.275 INFO O| May 28 00:59:58.275 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101242026-05-28T00:59:59.010Z[ host-image] May 28 00:59:58.280 INFO O| May 28 00:59:58.280 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101252026-05-28T00:59:59.010Z[ host-image] May 28 00:59:58.280 INFO O| May 28 00:59:58.280 INFO STEP 168 (remove_files) COMPLETE
101262026-05-28T00:59:59.010Z[ host-image] May 28 00:59:58.280 INFO O| May 28 00:59:58.280 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101272026-05-28T00:59:59.015Z[ host-image] May 28 00:59:58.286 INFO O| May 28 00:59:58.286 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101282026-05-28T00:59:59.015Z[ host-image] May 28 00:59:58.286 INFO O| May 28 00:59:58.286 INFO STEP 169 (remove_files) COMPLETE
101292026-05-28T00:59:59.018Z[ host-image] May 28 00:59:58.286 INFO O| May 28 00:59:58.286 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101302026-05-28T00:59:59.023Z[ host-image] May 28 00:59:58.294 INFO O| May 28 00:59:58.294 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101312026-05-28T00:59:59.023Z[ host-image] May 28 00:59:58.294 INFO O| May 28 00:59:58.294 INFO STEP 170 (remove_files) COMPLETE
101322026-05-28T00:59:59.025Z[ host-image] May 28 00:59:58.294 INFO O| May 28 00:59:58.294 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101332026-05-28T00:59:59.029Z[ host-image] May 28 00:59:58.301 INFO O| May 28 00:59:58.301 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101342026-05-28T00:59:59.032Z[ host-image] May 28 00:59:58.301 INFO O| May 28 00:59:58.301 INFO STEP 171 (remove_files) COMPLETE
101352026-05-28T00:59:59.032Z[ host-image] May 28 00:59:58.301 INFO O| May 28 00:59:58.301 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101362026-05-28T00:59:59.035Z[ host-image] May 28 00:59:58.306 INFO O| May 28 00:59:58.306 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101372026-05-28T00:59:59.035Z[ host-image] May 28 00:59:58.306 INFO O| May 28 00:59:58.306 INFO STEP 172 (remove_files) COMPLETE
101382026-05-28T00:59:59.035Z[ host-image] May 28 00:59:58.306 INFO O| May 28 00:59:58.306 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101392026-05-28T00:59:59.121Z[ host-image] May 28 00:59:58.313 INFO O| May 28 00:59:58.313 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101402026-05-28T00:59:59.121Z[ host-image] May 28 00:59:58.313 INFO O| May 28 00:59:58.313 INFO STEP 173 (remove_files) COMPLETE
101412026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.313 INFO O| May 28 00:59:58.313 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101422026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.320 INFO O| May 28 00:59:58.320 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101432026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.320 INFO O| May 28 00:59:58.320 INFO STEP 174 (remove_files) COMPLETE
101442026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.320 INFO O| May 28 00:59:58.320 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101452026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.326 INFO O| May 28 00:59:58.326 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101462026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.326 INFO O| May 28 00:59:58.326 INFO STEP 175 (remove_files) COMPLETE
101472026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.326 INFO O| May 28 00:59:58.326 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101482026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.336 INFO O| May 28 00:59:58.336 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101492026-05-28T00:59:59.125Z[ host-image] May 28 00:59:58.336 INFO O| May 28 00:59:58.336 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
101502026-05-28T01:00:00.300Z[ recovery-image] May 28 00:59:59.572 INFO O| ok, image written!
101512026-05-28T01:00:00.300Z[ recovery-image] May 28 00:59:59.572 INFO O| ok, boot_image_csum file written!
101522026-05-28T01:00:00.304Z[ recovery-image] May 28 00:59:59.574 INFO creating boot archive (CPIO)...
101532026-05-28T01:00:00.304Z[ recovery-image] May 28 00:59:59.574 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
101542026-05-28T01:00:00.307Z[ recovery-image] May 28 00:59:59.579 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
101552026-05-28T01:00:00.310Z[ recovery-image] May 28 00:59:59.579 INFO E| + outfile=/work/os-recovery/cpio
101562026-05-28T01:00:00.310Z[ recovery-image] May 28 00:59:59.579 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
101572026-05-28T01:00:00.310Z[ recovery-image] May 28 00:59:59.581 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
101582026-05-28T01:00:00.310Z[ recovery-image] May 28 00:59:59.581 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
101592026-05-28T01:00:00.339Z[ recovery-image] May 28 00:59:59.611 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
101602026-05-28T01:00:00.339Z[ recovery-image] May 28 00:59:59.611 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
101612026-05-28T01:00:00.346Z[ recovery-image] May 28 00:59:59.617 INFO creating compressed cpio/unix for dev loaders...
101622026-05-28T01:00:00.346Z[ recovery-image] May 28 00:59:59.617 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
101632026-05-28T01:00:00.565Z[ recovery-image] May 28 00:59:59.836 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
101642026-05-28T01:00:01.897Z[ host-image] May 28 01:00:01.167 INFO O| May 28 01:00:01.167 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
101652026-05-28T01:00:01.897Z[ host-image] May 28 01:00:01.167 INFO O| May 28 01:00:01.167 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101662026-05-28T01:00:01.908Z[ host-image] May 28 01:00:01.178 INFO O| May 28 01:00:01.178 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
101672026-05-28T01:00:02.003Z[ host-image] May 28 01:00:01.273 INFO O| May 28 01:00:01.272 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
101682026-05-28T01:00:02.057Z[ host-image] May 28 01:00:01.328 INFO O| May 28 01:00:01.328 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], 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"}
101692026-05-28T01:00:02.122Z[ host-image] May 28 01:00:01.392 INFO O| May 28 01:00:01.392 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101702026-05-28T01:00:02.122Z[ host-image] May 28 01:00:01.392 INFO O| May 28 01:00:01.392 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101712026-05-28T01:00:02.173Z[ host-image] May 28 01:00:01.444 INFO O| May 28 01:00:01.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101722026-05-28T01:00:02.173Z[ host-image] May 28 01:00:01.445 INFO O| May 28 01:00:01.444 INFO ok!
101732026-05-28T01:00:02.173Z[ host-image] May 28 01:00:01.445 INFO O| May 28 01:00:01.444 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101742026-05-28T01:00:02.177Z[ host-image] May 28 01:00:01.445 INFO O| May 28 01:00:01.445 INFO STEP 176 (seed_smf) COMPLETE
101752026-05-28T01:00:02.177Z[ host-image] May 28 01:00:01.445 INFO O| May 28 01:00:01.445 INFO steps complete; finalising image!
101762026-05-28T01:00:02.177Z[ host-image] May 28 01:00:01.445 INFO O| May 28 01:00:01.445 INFO TRIM POOL: TEMPORARY-sled-zfs
101772026-05-28T01:00:02.249Z[ host-image] May 28 01:00:01.521 INFO O| May 28 01:00:01.521 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu May 28 01:00:01 2026)
101782026-05-28T01:00:02.476Z[ host-image] May 28 01:00:01.735 INFO O| May 28 01:00:01.735 INFO temporary pool has 809M used, 87.0M avail, 1.86x compressratio
101792026-05-28T01:00:02.476Z[ host-image] May 28 01:00:01.735 INFO O| May 28 01:00:01.735 INFO EXPORT POOL: TEMPORARY-sled-zfs
101802026-05-28T01:00:02.770Z[ host-image] May 28 01:00:02.041 INFO O| May 28 01:00:02.041 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101812026-05-28T01:00:02.771Z[ host-image] May 28 01:00:02.042 INFO O| May 28 01:00:02.041 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101822026-05-28T01:00:03.480Z[ host-image] May 28 01:00:02.751 INFO O| May 28 01:00:02.750 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101832026-05-28T01:00:03.480Z[ host-image] May 28 01:00:02.751 INFO O| May 28 01:00:02.751 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101842026-05-28T01:00:03.480Z[ host-image] May 28 01:00:02.751 INFO O| May 28 01:00:02.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101852026-05-28T01:00:03.495Z[ host-image] May 28 01:00:02.751 INFO O| May 28 01:00:02.751 INFO completed processing sled/zfs
101862026-05-28T01:00:03.496Z[ host-image] May 28 01:00:02.751 INFO O| May 28 01:00:02.751 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101872026-05-28T01:00:03.822Z[ recovery-image] May 28 01:00:03.092 INFO creating reset image...
101882026-05-28T01:00:03.822Z[ recovery-image] May 28 01:00:03.092 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
101892026-05-28T01:00:25.954Z[ recovery-image] May 28 01:00:25.225 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')"
101902026-05-28T01:00:25.954Z[ recovery-image] May 28 01:00:25.225 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")
101912026-05-28T01:00:26.109Z[ recovery-image] May 28 01:00:25.380 INFO E| Updating crates.io index
101922026-05-28T01:00:26.303Z[ recovery-image] May 28 01:00:25.574 INFO E| Downloading crates ...
101932026-05-28T01:00:26.350Z[ recovery-image] May 28 01:00:25.621 INFO E| Downloaded duct v1.1.1
101942026-05-28T01:00:26.355Z[ recovery-image] May 28 01:00:25.624 INFO E| Downloaded colorchoice v1.0.5
101952026-05-28T01:00:26.358Z[ recovery-image] May 28 01:00:25.625 INFO E| Downloaded os_pipe v1.2.3
101962026-05-28T01:00:26.358Z[ recovery-image] May 28 01:00:25.626 INFO E| Downloaded sigchld v0.2.4
101972026-05-28T01:00:26.358Z[ recovery-image] May 28 01:00:25.626 INFO E| Downloaded shared_child v1.1.1
101982026-05-28T01:00:26.358Z[ recovery-image] May 28 01:00:25.627 INFO E| Downloaded shared_thread v0.2.0
101992026-05-28T01:00:26.358Z[ recovery-image] May 28 01:00:25.628 INFO E| Downloaded clap_lex v1.1.0
102002026-05-28T01:00:26.389Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling libc v0.2.185
102012026-05-28T01:00:26.389Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling proc-macro2 v1.0.106
102022026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling signal-hook v0.3.18
102032026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling unicode-ident v1.0.24
102042026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling quote v1.0.45
102052026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling utf8parse v0.2.2
102062026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling colorchoice v1.0.5
102072026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling anstyle-query v1.1.5
102082026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling anstyle v1.0.14
102092026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling is_terminal_polyfill v1.70.2
102102026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.660 INFO E| Compiling heck v0.5.0
102112026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.661 INFO E| Compiling clap_lex v1.1.0
102122026-05-28T01:00:26.393Z[ recovery-image] May 28 01:00:25.661 INFO E| Compiling strsim v0.11.1
102132026-05-28T01:00:26.399Z[ recovery-image] May 28 01:00:25.671 INFO E| Compiling shared_thread v0.2.0
102142026-05-28T01:00:26.506Z[ recovery-image] May 28 01:00:25.777 INFO E| Compiling anstyle-parse v1.0.0
102152026-05-28T01:00:26.696Z[ recovery-image] May 28 01:00:25.967 INFO E| Compiling anstream v1.0.0
102162026-05-28T01:00:26.894Z[ recovery-image] May 28 01:00:26.164 INFO E| Compiling clap_builder v4.6.0
102172026-05-28T01:00:27.174Z[ recovery-image] May 28 01:00:26.444 INFO E| Compiling errno v0.3.14
102182026-05-28T01:00:27.174Z[ recovery-image] May 28 01:00:26.444 INFO E| Compiling os_pipe v1.2.3
102192026-05-28T01:00:27.245Z[ host-image] May 28 01:00:26.516 INFO O| May 28 01:00:26.516 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102202026-05-28T01:00:27.272Z[ recovery-image] May 28 01:00:26.542 INFO E| Compiling signal-hook-registry v1.4.8
102212026-05-28T01:00:27.347Z[ host-image] May 28 01:00:26.618 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n"
102222026-05-28T01:00:27.347Z[ host-image] May 28 01:00:26.618 INFO expanded image name: "ci f331e2d/${os_short_commit} 2026-05-28 00:45" -> "ci f331e2d/cd594ac 2026-05-28 00:45"
102232026-05-28T01:00:27.347Z[ host-image] May 28 01:00:26.619 INFO output artefacts stored in: "/work/os-host"
102242026-05-28T01:00:27.351Z[ host-image] May 28 01:00:26.619 INFO collecting git info from project "amd-host-image-builder"...
102252026-05-28T01:00:27.354Z[ host-image] May 28 01:00:26.626 INFO collecting git info from project "amd-firmware"...
102262026-05-28T01:00:27.367Z[ host-image] May 28 01:00:26.638 INFO collecting git info from project "chelsio-t6-roms"...
102272026-05-28T01:00:27.373Z[ host-image] May 28 01:00:26.644 INFO collecting git info from project "pilot"...
102282026-05-28T01:00:27.380Z[ host-image] May 28 01:00:26.650 INFO collecting git info from project "phbl"...
102292026-05-28T01:00:27.386Z[ host-image] May 28 01:00:26.656 INFO collecting git info from project "bootserver"...
102302026-05-28T01:00:27.390Z[ host-image] May 28 01:00:26.661 INFO collecting git info from project "dmar-report"...
102312026-05-28T01:00:27.395Z[ host-image] May 28 01:00:26.667 INFO collecting git info from project "pinprick"...
102322026-05-28T01:00:27.400Z[ host-image] May 28 01:00:26.672 INFO collecting git info from project "image-builder"...
102332026-05-28T01:00:27.405Z[ host-image] May 28 01:00:26.677 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102342026-05-28T01:00:27.494Z[ recovery-image] May 28 01:00:26.765 INFO E| Compiling syn v2.0.117
102352026-05-28T01:00:27.534Z[ recovery-image] May 28 01:00:26.805 INFO E| Compiling sigchld v0.2.4
102362026-05-28T01:00:27.623Z[ recovery-image] May 28 01:00:26.894 INFO E| Compiling shared_child v1.1.1
102372026-05-28T01:00:27.731Z[ recovery-image] May 28 01:00:27.002 INFO E| Compiling duct v1.1.1
102382026-05-28T01:00:27.735Z[ host-image] May 28 01:00:27.005 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102392026-05-28T01:00:28.034Z[ host-image] May 28 01:00:27.305 INFO creating Oxide boot image...
102402026-05-28T01:00:28.034Z[ host-image] May 28 01:00:27.305 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci f331e2d/cd594ac 2026-05-28 00:45", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102412026-05-28T01:00:28.725Z[ host-image] May 28 01:00:27.994 INFO O| ok, image written!
102422026-05-28T01:00:28.725Z[ host-image] May 28 01:00:27.994 INFO O| ok, boot_image_csum file written!
102432026-05-28T01:00:28.728Z[ host-image] May 28 01:00:27.997 INFO creating boot archive (CPIO)...
102442026-05-28T01:00:28.728Z[ host-image] May 28 01:00:27.997 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
102452026-05-28T01:00:28.731Z[ host-image] May 28 01:00:28.001 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102462026-05-28T01:00:28.731Z[ host-image] May 28 01:00:28.001 INFO E| + outfile=/work/os-host/cpio
102472026-05-28T01:00:28.731Z[ host-image] May 28 01:00:28.001 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102482026-05-28T01:00:28.734Z[ host-image] May 28 01:00:28.003 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102492026-05-28T01:00:28.734Z[ host-image] May 28 01:00:28.003 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102502026-05-28T01:00:28.759Z[ host-image] May 28 01:00:28.030 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102512026-05-28T01:00:28.759Z[ host-image] May 28 01:00:28.030 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102522026-05-28T01:00:28.764Z[ host-image] May 28 01:00:28.036 INFO creating compressed cpio/unix for dev loaders...
102532026-05-28T01:00:28.764Z[ host-image] May 28 01:00:28.036 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
102542026-05-28T01:00:28.982Z[ host-image] May 28 01:00:28.253 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102552026-05-28T01:00:29.444Z[ recovery-image] May 28 01:00:28.716 INFO E| Compiling clap_derive v4.6.1
102562026-05-28T01:00:30.568Z[ recovery-image] May 28 01:00:29.839 INFO E| Compiling clap v4.6.1
102572026-05-28T01:00:30.621Z[ recovery-image] May 28 01:00:29.891 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102582026-05-28T01:00:31.382Z[ recovery-image] May 28 01:00:30.653 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
102592026-05-28T01:00:31.390Z[ recovery-image] May 28 01:00:30.661 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102602026-05-28T01:00:31.590Z[ recovery-image] May 28 01:00:30.861 INFO E| Downloading crates ...
102612026-05-28T01:00:31.635Z[ recovery-image] May 28 01:00:30.906 INFO E| Downloaded bitstruct v0.1.1
102622026-05-28T01:00:31.640Z[ recovery-image] May 28 01:00:30.911 INFO E| Downloaded bitflags v2.11.1
102632026-05-28T01:00:31.643Z[ recovery-image] May 28 01:00:30.914 INFO E| Downloaded bitstruct_derive v0.1.0
102642026-05-28T01:00:31.646Z[ recovery-image] May 28 01:00:30.915 INFO E| Downloaded bit_field v0.10.3
102652026-05-28T01:00:31.649Z[ recovery-image] May 28 01:00:30.920 INFO E| Downloaded miniz_oxide v0.9.1
102662026-05-28T01:00:31.651Z[ recovery-image] May 28 01:00:30.921 INFO E| Downloaded cpio_reader v0.1.2
102672026-05-28T01:00:31.655Z[ recovery-image] May 28 01:00:30.927 INFO E| Downloaded raw-cpuid v10.7.0
102682026-05-28T01:00:31.783Z[ recovery-image] May 28 01:00:31.054 INFO E| Downloaded x86 v0.52.0
102692026-05-28T01:00:31.814Z[ recovery-image] May 28 01:00:31.085 INFO E| Updating crates.io index
102702026-05-28T01:00:31.860Z[ recovery-image] May 28 01:00:31.131 INFO E| Downloading crates ...
102712026-05-28T01:00:31.903Z[ recovery-image] May 28 01:00:31.174 INFO E| Downloaded rustc-literal-escaper v0.0.7
102722026-05-28T01:00:31.940Z[ recovery-image] May 28 01:00:31.212 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)
102732026-05-28T01:00:31.940Z[ recovery-image] May 28 01:00:31.212 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)
102742026-05-28T01:00:31.940Z[ recovery-image] May 28 01:00:31.212 INFO E| Compiling proc-macro2 v1.0.106
102752026-05-28T01:00:31.943Z[ recovery-image] May 28 01:00:31.212 INFO E| Compiling quote v1.0.45
102762026-05-28T01:00:31.943Z[ recovery-image] May 28 01:00:31.212 INFO E| Compiling unicode-ident v1.0.24
102772026-05-28T01:00:31.944Z[ recovery-image] May 28 01:00:31.212 INFO E| Compiling syn v1.0.109
102782026-05-28T01:00:31.944Z[ recovery-image] May 28 01:00:31.212 INFO E| Compiling x86 v0.52.0
102792026-05-28T01:00:31.944Z[ recovery-image] May 28 01:00:31.212 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102802026-05-28T01:00:31.952Z[ recovery-image] May 28 01:00:31.223 INFO E| Compiling seq-macro v0.3.6
102812026-05-28T01:00:32.178Z[ host-image] May 28 01:00:31.449 INFO creating reset image...
102822026-05-28T01:00:32.178Z[ host-image] May 28 01:00:31.449 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102832026-05-28T01:00:32.212Z[ host-image] May 28 01:00:31.484 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')"
102842026-05-28T01:00:32.213Z[ host-image] May 28 01:00:31.484 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")
102852026-05-28T01:00:32.292Z[ host-image] May 28 01:00:31.562 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
102862026-05-28T01:00:32.295Z[ host-image] May 28 01:00:31.563 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102872026-05-28T01:00:32.594Z[ host-image] May 28 01:00:31.865 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)
102882026-05-28T01:00:32.595Z[ host-image] May 28 01:00:31.865 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)
102892026-05-28T01:00:32.595Z[ host-image] May 28 01:00:31.865 INFO E| Compiling proc-macro2 v1.0.106
102902026-05-28T01:00:32.595Z[ host-image] May 28 01:00:31.865 INFO E| Compiling quote v1.0.45
102912026-05-28T01:00:32.598Z[ host-image] May 28 01:00:31.865 INFO E| Compiling unicode-ident v1.0.24
102922026-05-28T01:00:32.598Z[ host-image] May 28 01:00:31.865 INFO E| Compiling syn v1.0.109
102932026-05-28T01:00:32.598Z[ host-image] May 28 01:00:31.865 INFO E| Compiling x86 v0.52.0
102942026-05-28T01:00:32.598Z[ host-image] May 28 01:00:31.865 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102952026-05-28T01:00:32.604Z[ host-image] May 28 01:00:31.875 INFO E| Compiling seq-macro v0.3.6
102962026-05-28T01:00:32.885Z[ recovery-image] May 28 01:00:32.156 INFO E| Compiling syn v2.0.117
102972026-05-28T01:00:33.542Z[ host-image] May 28 01:00:32.813 INFO E| Compiling syn v2.0.117
102982026-05-28T01:00:34.198Z[ recovery-image] May 28 01:00:33.469 INFO E| Compiling scroll_derive v0.13.1
102992026-05-28T01:00:34.917Z[ host-image] May 28 01:00:34.188 INFO E| Compiling scroll_derive v0.13.1
103002026-05-28T01:00:35.294Z[ recovery-image] May 28 01:00:34.565 INFO E| Compiling bitstruct_derive v0.1.0
103012026-05-28T01:00:35.902Z[ host-image] May 28 01:00:35.172 INFO E| Compiling bitstruct_derive v0.1.0
103022026-05-28T01:00:43.893Z[ recovery-image] May 28 01:00:43.164 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)
103032026-05-28T01:00:44.479Z[ host-image] May 28 01:00:43.749 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)
103042026-05-28T01:00:46.028Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling bitflags v1.3.2
103052026-05-28T01:00:46.028Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling scroll v0.13.0
103062026-05-28T01:00:46.028Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling bit_field v0.10.3
103072026-05-28T01:00:46.032Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling plain v0.2.3
103082026-05-28T01:00:46.032Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling log v0.4.29
103092026-05-28T01:00:46.032Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling adler2 v2.0.1
103102026-05-28T01:00:46.032Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling bitflags v2.11.1
103112026-05-28T01:00:46.032Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling static_assertions v1.1.0
103122026-05-28T01:00:46.032Z[ recovery-image] May 28 01:00:45.298 INFO E| Compiling bitstruct v0.1.1
103132026-05-28T01:00:46.082Z[ recovery-image] May 28 01:00:45.353 INFO E| Compiling raw-cpuid v10.7.0
103142026-05-28T01:00:46.117Z[ recovery-image] May 28 01:00:45.388 INFO E| Compiling miniz_oxide v0.9.1
103152026-05-28T01:00:46.181Z[ recovery-image] May 28 01:00:45.452 INFO E| Compiling cpio_reader v0.1.2
103162026-05-28T01:00:46.258Z[ recovery-image] May 28 01:00:45.529 INFO E| Compiling goblin v0.10.5
103172026-05-28T01:00:46.627Z[ host-image] May 28 01:00:45.898 INFO E| Compiling bitflags v1.3.2
103182026-05-28T01:00:46.628Z[ host-image] May 28 01:00:45.898 INFO E| Compiling bitflags v2.11.1
103192026-05-28T01:00:46.628Z[ host-image] May 28 01:00:45.898 INFO E| Compiling plain v0.2.3
103202026-05-28T01:00:46.632Z[ host-image] May 28 01:00:45.898 INFO E| Compiling scroll v0.13.0
103212026-05-28T01:00:46.632Z[ host-image] May 28 01:00:45.898 INFO E| Compiling log v0.4.29
103222026-05-28T01:00:46.632Z[ host-image] May 28 01:00:45.898 INFO E| Compiling bit_field v0.10.3
103232026-05-28T01:00:46.632Z[ host-image] May 28 01:00:45.898 INFO E| Compiling adler2 v2.0.1
103242026-05-28T01:00:46.632Z[ host-image] May 28 01:00:45.898 INFO E| Compiling bitstruct v0.1.1
103252026-05-28T01:00:46.632Z[ host-image] May 28 01:00:45.898 INFO E| Compiling static_assertions v1.1.0
103262026-05-28T01:00:46.680Z[ host-image] May 28 01:00:45.951 INFO E| Compiling raw-cpuid v10.7.0
103272026-05-28T01:00:46.730Z[ host-image] May 28 01:00:46.001 INFO E| Compiling miniz_oxide v0.9.1
103282026-05-28T01:00:46.834Z[ host-image] May 28 01:00:46.105 INFO E| Compiling cpio_reader v0.1.2
103292026-05-28T01:00:46.873Z[ host-image] May 28 01:00:46.144 INFO E| Compiling goblin v0.10.5
103302026-05-28T01:00:49.122Z[ recovery-image] May 28 01:00:48.393 INFO E| Finished `release` profile [optimized] target(s) in 17.72s
103312026-05-28T01:00:49.146Z[ recovery-image] May 28 01:00:48.417 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103322026-05-28T01:00:49.185Z[ recovery-image] May 28 01:00:48.456 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')"
103332026-05-28T01:00:49.185Z[ recovery-image] May 28 01:00:48.456 INFO building ROM for gimlet
103342026-05-28T01:00:49.189Z[ recovery-image] May 28 01:00:48.456 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")
103352026-05-28T01:00:49.270Z[ recovery-image] May 28 01:00:48.540 INFO E| Downloading crates ...
103362026-05-28T01:00:49.318Z[ recovery-image] May 28 01:00:48.589 INFO E| Downloaded is_terminal_polyfill v1.70.1
103372026-05-28T01:00:49.321Z[ recovery-image] May 28 01:00:48.592 INFO E| Downloaded toml_datetime v0.6.9
103382026-05-28T01:00:49.324Z[ recovery-image] May 28 01:00:48.593 INFO E| Downloaded shared_child v1.0.1
103392026-05-28T01:00:49.327Z[ recovery-image] May 28 01:00:48.596 INFO E| Downloaded anstyle-parse v0.2.6
103402026-05-28T01:00:49.330Z[ recovery-image] May 28 01:00:48.599 INFO E| Downloaded duct v0.13.7
103412026-05-28T01:00:49.334Z[ recovery-image] May 28 01:00:48.605 INFO E| Downloaded anstyle-query v1.1.2
103422026-05-28T01:00:49.338Z[ recovery-image] May 28 01:00:48.609 INFO E| Downloaded os_pipe v1.2.1
103432026-05-28T01:00:49.341Z[ recovery-image] May 28 01:00:48.610 INFO E| Downloaded anstyle v1.0.10
103442026-05-28T01:00:49.341Z[ recovery-image] May 28 01:00:48.612 INFO E| Downloaded serde_spanned v0.6.8
103452026-05-28T01:00:49.344Z[ recovery-image] May 28 01:00:48.613 INFO E| Downloaded colorchoice v1.0.3
103462026-05-28T01:00:49.347Z[ recovery-image] May 28 01:00:48.618 INFO E| Downloaded anstream v0.6.18
103472026-05-28T01:00:49.354Z[ recovery-image] May 28 01:00:48.625 INFO E| Downloaded toml_write v0.1.1
103482026-05-28T01:00:49.356Z[ recovery-image] May 28 01:00:48.626 INFO E| Downloaded clap_derive v4.5.32
103492026-05-28T01:00:49.368Z[ recovery-image] May 28 01:00:48.633 INFO E| Downloaded clap v4.5.37
103502026-05-28T01:00:49.371Z[ recovery-image] May 28 01:00:48.639 INFO E| Downloaded toml_edit v0.22.26
103512026-05-28T01:00:49.389Z[ recovery-image] May 28 01:00:48.661 INFO E| Downloaded winnow v0.7.7
103522026-05-28T01:00:49.394Z[ recovery-image] May 28 01:00:48.666 INFO E| Downloaded toml v0.8.22
103532026-05-28T01:00:49.413Z[ recovery-image] May 28 01:00:48.684 INFO E| Downloaded cc v1.2.20
103542026-05-28T01:00:49.416Z[ recovery-image] May 28 01:00:48.686 INFO E| Downloaded clap_builder v4.5.37
103552026-05-28T01:00:49.428Z[ recovery-image] May 28 01:00:48.699 INFO E| Compiling libc v0.2.172
103562026-05-28T01:00:49.431Z[ recovery-image] May 28 01:00:48.699 INFO E| Compiling utf8parse v0.2.2
103572026-05-28T01:00:49.431Z[ recovery-image] May 28 01:00:48.699 INFO E| Compiling anstyle-query v1.1.2
103582026-05-28T01:00:49.431Z[ recovery-image] May 28 01:00:48.699 INFO E| Compiling once_cell v1.21.3
103592026-05-28T01:00:49.431Z[ recovery-image] May 28 01:00:48.699 INFO E| Compiling colorchoice v1.0.3
103602026-05-28T01:00:49.431Z[ recovery-image] May 28 01:00:48.699 INFO E| Compiling equivalent v1.0.2
103612026-05-28T01:00:49.431Z[ recovery-image] May 28 01:00:48.699 INFO E| Compiling shlex v1.3.0
103622026-05-28T01:00:49.431Z[ recovery-image] May 28 01:00:48.699 INFO E| Compiling is_terminal_polyfill v1.70.1
103632026-05-28T01:00:49.445Z[ recovery-image] May 28 01:00:48.716 INFO E| Compiling anstyle v1.0.10
103642026-05-28T01:00:49.448Z[ recovery-image] May 28 01:00:48.717 INFO E| Compiling hashbrown v0.15.2
103652026-05-28T01:00:49.448Z[ recovery-image] May 28 01:00:48.717 INFO E| Compiling strsim v0.11.1
103662026-05-28T01:00:49.448Z[ recovery-image] May 28 01:00:48.717 INFO E| Compiling anyhow v1.0.98
103672026-05-28T01:00:49.448Z[ recovery-image] May 28 01:00:48.717 INFO E| Compiling clap_lex v0.7.4
103682026-05-28T01:00:49.469Z[ recovery-image] May 28 01:00:48.740 INFO E| Compiling toml_write v0.1.1
103692026-05-28T01:00:49.478Z[ recovery-image] May 28 01:00:48.749 INFO E| Compiling syn v2.0.101
103702026-05-28T01:00:49.478Z[ recovery-image] May 28 01:00:48.749 INFO E| Compiling winnow v0.7.7
103712026-05-28T01:00:49.573Z[ recovery-image] May 28 01:00:48.844 INFO E| Compiling anstyle-parse v0.2.6
103722026-05-28T01:00:49.707Z[ recovery-image] May 28 01:00:48.978 INFO E| Compiling cc v1.2.20
103732026-05-28T01:00:49.721Z[ recovery-image] May 28 01:00:48.992 INFO E| Compiling anstream v0.6.18
103742026-05-28T01:00:49.738Z[ host-image] May 28 01:00:49.009 INFO E| Finished `release` profile [optimized] target(s) in 17.43s
103752026-05-28T01:00:49.755Z[ host-image] May 28 01:00:49.026 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103762026-05-28T01:00:49.793Z[ host-image] May 28 01:00:49.064 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')"
103772026-05-28T01:00:49.793Z[ host-image] May 28 01:00:49.064 INFO building ROM for cosmo
103782026-05-28T01:00:49.796Z[ host-image] May 28 01:00:49.064 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")
103792026-05-28T01:00:49.887Z[ host-image] May 28 01:00:49.156 INFO E| Blocking waiting for file lock on artifact directory
103802026-05-28T01:00:49.902Z[ recovery-image] May 28 01:00:49.173 INFO E| Compiling indexmap v2.9.0
103812026-05-28T01:00:49.919Z[ recovery-image] May 28 01:00:49.190 INFO E| Compiling clap_builder v4.5.37
103822026-05-28T01:00:50.077Z[ recovery-image] May 28 01:00:49.346 INFO E| Compiling os_pipe v1.2.1
103832026-05-28T01:00:50.077Z[ recovery-image] May 28 01:00:49.346 INFO E| Compiling shared_child v1.0.1
103842026-05-28T01:00:50.191Z[ recovery-image] May 28 01:00:49.462 INFO E| Compiling duct v0.13.7
103852026-05-28T01:00:50.628Z[ recovery-image] May 28 01:00:49.899 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103862026-05-28T01:00:51.566Z[ recovery-image] May 28 01:00:50.837 INFO E| Compiling serde_derive v1.0.219
103872026-05-28T01:00:51.566Z[ recovery-image] May 28 01:00:50.837 INFO E| Compiling clap_derive v4.5.32
103882026-05-28T01:00:52.769Z[ recovery-image] May 28 01:00:52.040 INFO E| Compiling clap v4.5.37
103892026-05-28T01:00:53.361Z[ recovery-image] May 28 01:00:52.631 INFO E| Compiling serde v1.0.219
103902026-05-28T01:00:54.975Z[ recovery-image] May 28 01:00:54.245 INFO E| Compiling serde_spanned v0.6.8
103912026-05-28T01:00:54.975Z[ recovery-image] May 28 01:00:54.245 INFO E| Compiling toml_datetime v0.6.9
103922026-05-28T01:00:55.110Z[ recovery-image] May 28 01:00:54.380 INFO E| Compiling toml_edit v0.22.26
103932026-05-28T01:00:56.246Z[ recovery-image] May 28 01:00:55.516 INFO E| Compiling toml v0.8.22
103942026-05-28T01:00:58.149Z[ recovery-image] May 28 01:00:57.420 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
103952026-05-28T01:00:58.156Z[ host-image] May 28 01:00:57.428 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.32s
103962026-05-28T01:00:58.161Z[ host-image] May 28 01:00:57.430 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`
103972026-05-28T01:00:58.161Z[ recovery-image] May 28 01:00:57.432 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`
103982026-05-28T01:00:58.173Z[ host-image] May 28 01:00:57.444 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103992026-05-28T01:00:58.179Z[ recovery-image] May 28 01:00:57.450 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104002026-05-28T01:00:58.196Z[ recovery-image] May 28 01:00:57.468 INFO E| Blocking waiting for file lock on package cache
104012026-05-28T01:00:58.216Z[ host-image] May 28 01:00:57.487 INFO E| Blocking waiting for file lock on package cache
104022026-05-28T01:00:58.236Z[ recovery-image] May 28 01:00:57.507 INFO E| Blocking waiting for file lock on package cache
104032026-05-28T01:00:58.239Z[ host-image] May 28 01:00:57.508 INFO E| Blocking waiting for file lock on package cache
104042026-05-28T01:00:58.239Z[ recovery-image] May 28 01:00:57.509 INFO E| Blocking waiting for file lock on package cache
104052026-05-28T01:00:58.253Z[ host-image] May 28 01:00:57.524 INFO E| Blocking waiting for file lock on package cache
104062026-05-28T01:00:58.263Z[ recovery-image] May 28 01:00:57.535 INFO E| Blocking waiting for file lock on artifact directory
104072026-05-28T01:00:58.274Z[ host-image] May 28 01:00:57.545 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
104082026-05-28T01:00:58.278Z[ host-image] May 28 01:00:57.549 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`
104092026-05-28T01:00:58.282Z[ recovery-image] May 28 01:00:57.554 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
104102026-05-28T01:00:58.290Z[ recovery-image] May 28 01:00:57.560 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`
104112026-05-28T01:00:58.425Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104122026-05-28T01:00:58.425Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104132026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104142026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104152026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104162026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104172026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104182026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104192026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104202026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104212026-05-28T01:00:58.429Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104222026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104232026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104242026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104252026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104262026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO O| Info: ABL version: 0x100f5010
104272026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104282026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104292026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104302026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104312026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104322026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104332026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104342026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104352026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104362026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104372026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104382026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104392026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104402026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104412026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104422026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104432026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104442026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104452026-05-28T01:00:58.430Z[ recovery-image] May 28 01:00:57.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104462026-05-28T01:00:58.462Z[ recovery-image] May 28 01:00:57.733 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104472026-05-28T01:00:58.462Z[ recovery-image] May 28 01:00:57.733 INFO building ROM for cosmo
104482026-05-28T01:00:58.465Z[ recovery-image] May 28 01:00:57.733 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")
104492026-05-28T01:00:58.505Z[ host-image] May 28 01:00:57.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104502026-05-28T01:00:58.505Z[ host-image] May 28 01:00:57.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104512026-05-28T01:00:58.506Z[ host-image] May 28 01:00:57.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104522026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104532026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104542026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104552026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104562026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104572026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104582026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104592026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104602026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104612026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104622026-05-28T01:00:58.509Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104632026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104642026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104652026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104662026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104672026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104682026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104692026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104702026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104712026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104722026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104732026-05-28T01:00:58.510Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104742026-05-28T01:00:58.511Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104752026-05-28T01:00:58.511Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104762026-05-28T01:00:58.511Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104772026-05-28T01:00:58.511Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104782026-05-28T01:00:58.511Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104792026-05-28T01:00:58.511Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104802026-05-28T01:00:58.511Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104812026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104822026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104832026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104842026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104852026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104862026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104872026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104882026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104892026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104902026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104912026-05-28T01:00:58.512Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104922026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104932026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104942026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104952026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104962026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104972026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104982026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104992026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105002026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105012026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105022026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO O| Info: ABL version: 0x100af010
105032026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105042026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105052026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105062026-05-28T01:00:58.513Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105072026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105082026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105092026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105102026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105112026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105122026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105132026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105142026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105152026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105162026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105172026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105182026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105192026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105202026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105212026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105222026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105232026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105242026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105252026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105262026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105272026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105282026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105292026-05-28T01:00:58.514Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105302026-05-28T01:00:58.515Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105312026-05-28T01:00:58.515Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105322026-05-28T01:00:58.515Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105332026-05-28T01:00:58.515Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105342026-05-28T01:00:58.515Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105352026-05-28T01:00:58.515Z[ host-image] May 28 01:00:57.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105362026-05-28T01:00:58.545Z[ host-image] May 28 01:00:57.816 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105372026-05-28T01:00:58.545Z[ host-image] May 28 01:00:57.816 INFO building ROM for gimlet
105382026-05-28T01:00:58.548Z[ host-image] May 28 01:00:57.816 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")
105392026-05-28T01:00:58.548Z[ recovery-image] May 28 01:00:57.819 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105402026-05-28T01:00:58.551Z[ recovery-image] May 28 01:00:57.821 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`
105412026-05-28T01:00:58.562Z[ recovery-image] May 28 01:00:57.833 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105422026-05-28T01:00:58.592Z[ host-image] May 28 01:00:57.863 INFO E| Blocking waiting for file lock on package cache
105432026-05-28T01:00:58.607Z[ recovery-image] May 28 01:00:57.878 INFO E| Blocking waiting for file lock on package cache
105442026-05-28T01:00:58.629Z[ host-image] May 28 01:00:57.900 INFO E| Blocking waiting for file lock on package cache
105452026-05-28T01:00:58.632Z[ recovery-image] May 28 01:00:57.900 INFO E| Blocking waiting for file lock on package cache
105462026-05-28T01:00:58.632Z[ host-image] May 28 01:00:57.901 INFO E| Blocking waiting for file lock on package cache
105472026-05-28T01:00:58.641Z[ recovery-image] May 28 01:00:57.912 INFO E| Blocking waiting for file lock on package cache
105482026-05-28T01:00:58.650Z[ recovery-image] May 28 01:00:57.921 INFO E| Blocking waiting for file lock on artifact directory
105492026-05-28T01:00:58.655Z[ host-image] May 28 01:00:57.926 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105502026-05-28T01:00:58.658Z[ host-image] May 28 01:00:57.928 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`
105512026-05-28T01:00:58.664Z[ recovery-image] May 28 01:00:57.936 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105522026-05-28T01:00:58.668Z[ recovery-image] May 28 01:00:57.939 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`
105532026-05-28T01:00:58.671Z[ host-image] May 28 01:00:57.941 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105542026-05-28T01:00:58.738Z[ host-image] May 28 01:00:58.009 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105552026-05-28T01:00:58.742Z[ host-image] May 28 01:00:58.013 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`
105562026-05-28T01:00:58.863Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105572026-05-28T01:00:58.863Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105582026-05-28T01:00:58.863Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105592026-05-28T01:00:58.863Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105602026-05-28T01:00:58.867Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105612026-05-28T01:00:58.867Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105622026-05-28T01:00:58.867Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105632026-05-28T01:00:58.867Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105642026-05-28T01:00:58.867Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105652026-05-28T01:00:58.867Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105662026-05-28T01:00:58.867Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105672026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105682026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105692026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105702026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105712026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO O| Info: ABL version: 0x100f5010
105722026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105732026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105742026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105752026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105762026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105772026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105782026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105792026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105802026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105812026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105822026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105832026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105842026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105852026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105862026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105872026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105882026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105892026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105902026-05-28T01:00:58.869Z[ host-image] May 28 01:00:58.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105912026-05-28T01:00:58.888Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105922026-05-28T01:00:58.888Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105932026-05-28T01:00:58.889Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105942026-05-28T01:00:58.889Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105952026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105962026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105972026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105982026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105992026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106002026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106012026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106022026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106032026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106042026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106052026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106062026-05-28T01:00:58.893Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106072026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106082026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106092026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106102026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106112026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106122026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106132026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106142026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106152026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106162026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106172026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106182026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106192026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106202026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106212026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106222026-05-28T01:00:58.895Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106232026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106242026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106252026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106262026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106272026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106282026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106292026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106302026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106312026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106322026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106332026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106342026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106352026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106362026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106372026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106382026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106392026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106402026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106412026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106422026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106432026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106442026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO O| Info: ABL version: 0x100af010
106452026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106462026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106472026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106482026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106492026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106502026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106512026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106522026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106532026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106542026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106552026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106562026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106572026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106582026-05-28T01:00:58.896Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106592026-05-28T01:00:58.897Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106602026-05-28T01:00:58.897Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106612026-05-28T01:00:58.897Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106622026-05-28T01:00:58.897Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106632026-05-28T01:00:58.897Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106642026-05-28T01:00:58.897Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106652026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106662026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106672026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106682026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106692026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106702026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106712026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106722026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106732026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106742026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106752026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106762026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106772026-05-28T01:00:58.898Z[ recovery-image] May 28 01:00:58.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106782026-05-28T01:00:58.902Z[ host-image] May 28 01:00:58.171 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106792026-05-28T01:00:58.902Z[ host-image] May 28 01:00:58.171 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106802026-05-28T01:00:58.926Z[ recovery-image] May 28 01:00:58.197 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106812026-05-28T01:00:58.926Z[ recovery-image] May 28 01:00:58.197 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106822026-05-28T01:01:00.087Z[ recovery-image] May 28 01:00:59.358 INFO image complete! materials are in "/work/os-recovery"
106832026-05-28T01:01:00.091Z[ recovery-image]
106842026-05-28T01:01:00.091Z[ recovery-image] real 5:04.239092381
106852026-05-28T01:01:00.091Z[ recovery-image] user 2:49.284193276
106862026-05-28T01:01:00.091Z[ recovery-image] sys 40.048655840
106872026-05-28T01:01:00.091Z[ recovery-image] trap 0.086459157
106882026-05-28T01:01:00.092Z[ recovery-image] tflt 0.548179490
106892026-05-28T01:01:00.092Z[ recovery-image] dflt 0.847359117
106902026-05-28T01:01:00.092Z[ recovery-image] kflt 0.000038490
106912026-05-28T01:01:00.092Z[ recovery-image] lock 21:50.515160390
106922026-05-28T01:01:00.092Z[ recovery-image] slp 27:54.358032795
106932026-05-28T01:01:00.092Z[ recovery-image] lat 58.967210216
106942026-05-28T01:01:00.092Z[ recovery-image] stop 5.974635418
106952026-05-28T01:01:00.095ZMay 28 01:00:59.362 INFO [recovery-image] process exited with exit status: 0 (304.243946684s)
106962026-05-28T01:01:00.171Z[ host-image] May 28 01:00:59.442 INFO image complete! materials are in "/work/os-host"
106972026-05-28T01:01:00.174Z[ host-image]
106982026-05-28T01:01:00.174Z[ host-image] real 5:32.745012665
106992026-05-28T01:01:00.174Z[ host-image] user 2:30.802640089
107002026-05-28T01:01:00.174Z[ host-image] sys 31.499225058
107012026-05-28T01:01:00.174Z[ host-image] trap 0.071439318
107022026-05-28T01:01:00.174Z[ host-image] tflt 0.184556874
107032026-05-28T01:01:00.174Z[ host-image] dflt 0.290552353
107042026-05-28T01:01:00.174Z[ host-image] kflt 0.000050490
107052026-05-28T01:01:00.174Z[ host-image] lock 5:55.327078185
107062026-05-28T01:01:00.174Z[ host-image] slp 31:27.296597525
107072026-05-28T01:01:00.174Z[ host-image] lat 45.478287971
107082026-05-28T01:01:00.174Z[ host-image] stop 1.751060687
107092026-05-28T01:01:00.177ZMay 28 01:00:59.445 INFO [host-image] process exited with exit status: 0 (332.749904856s)
107102026-05-28T01:01:00.177ZMay 28 01:00:59.445 INFO [tuf-repo] running task
107112026-05-28T01:01:18.786ZMay 28 01:01:18.057 INFO assembling repository in `/tmp/tufaceousoh0cmF`, component: OmicronRepoAssembler
107122026-05-28T01:01:23.479ZMay 28 01:01:22.750 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107132026-05-28T01:01:23.619ZMay 28 01:01:22.890 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107142026-05-28T01:01:31.730ZMay 28 01:01:31.001 INFO extracting uploaded archive to /tmp/.tmp01iqN9
107152026-05-28T01:01:33.464ZMay 28 01:01:32.735 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.kjZkyW
107162026-05-28T01:01:33.509ZMay 28 01:01:32.780 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
107172026-05-28T01:01:33.597ZMay 28 01:01:32.867 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
107182026-05-28T01:01:33.678ZMay 28 01:01:32.949 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
107192026-05-28T01:01:33.749ZMay 28 01:01:33.020 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
107202026-05-28T01:01:33.824ZMay 28 01:01:33.094 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
107212026-05-28T01:01:33.903ZMay 28 01:01:33.174 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
107222026-05-28T01:01:33.974ZMay 28 01:01:33.245 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
107232026-05-28T01:01:34.057ZMay 28 01:01:33.328 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107242026-05-28T01:01:34.057ZMay 28 01:01:33.329 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107252026-05-28T01:01:34.105ZMay 28 01:01:33.376 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107262026-05-28T01:01:34.105ZMay 28 01:01:33.376 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107272026-05-28T01:01:34.152ZMay 28 01:01:33.423 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107282026-05-28T01:01:34.152ZMay 28 01:01:33.423 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107292026-05-28T01:01:34.199ZMay 28 01:01:33.470 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107302026-05-28T01:01:34.199ZMay 28 01:01:33.470 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107312026-05-28T01:01:34.246ZMay 28 01:01:33.517 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107322026-05-28T01:01:34.246ZMay 28 01:01:33.517 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107332026-05-28T01:01:34.294ZMay 28 01:01:33.565 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107342026-05-28T01:01:34.294ZMay 28 01:01:33.565 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107352026-05-28T01:01:34.340ZMay 28 01:01:33.611 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107362026-05-28T01:01:34.340ZMay 28 01:01:33.611 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107372026-05-28T01:01:34.344ZMay 28 01:01:33.611 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107382026-05-28T01:01:34.344ZMay 28 01:01:33.612 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107392026-05-28T01:01:34.344ZMay 28 01:01:33.613 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107402026-05-28T01:01:34.344ZMay 28 01:01:33.613 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107412026-05-28T01:01:34.344ZMay 28 01:01:33.614 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107422026-05-28T01:01:40.148ZMay 28 01:01:39.418 INFO added artifact, length: 33554432, hash: 22f0c144ab71a0b0a32c20d037a3464a4968885baf776caed6a9e3f2288349aa, version: 20.0.0-0.ci+gitf331e2d2335, kind: gimlet_host_phase_1, name: host
107432026-05-28T01:01:40.148ZMay 28 01:01:39.418 INFO added artifact, length: 33554432, hash: d737eebbe5702445e0218af0a4cd4ad93328e38c348de644218654f318ba5f99, version: 20.0.0-0.ci+gitf331e2d2335, kind: cosmo_host_phase_1, name: host
107442026-05-28T01:01:40.148ZMay 28 01:01:39.418 INFO added artifact, length: 1101008896, hash: 28db5c37e3ebaa8ea6605ee3b8886daf9356a815fec6a9e72106eb75124ae813, version: 20.0.0-0.ci+gitf331e2d2335, kind: host_phase_2, name: host
107452026-05-28T01:01:41.098ZMay 28 01:01:40.368 INFO added artifact, length: 33554432, hash: 4153a2878f9e2846b03675dc80740e2600a5c5ebc452d177ce0cfdca59b8c3e7, version: 20.0.0-0.ci+gitf331e2d2335, kind: gimlet_trampoline_phase_1, name: trampoline
107462026-05-28T01:01:41.098ZMay 28 01:01:40.368 INFO added artifact, length: 33554432, hash: 9321ebedb1c847d6ac5c34f9e9e7b474275543c69d32e1c731e353bc17d10aa1, version: 20.0.0-0.ci+gitf331e2d2335, kind: cosmo_trampoline_phase_1, name: trampoline
107472026-05-28T01:01:41.098ZMay 28 01:01:40.368 INFO added artifact, length: 168316875, hash: 9ecabe9b9de8463f68eba92495e4f3f923875adcb897c6eea476d5edba2819bd, version: 20.0.0-0.ci+gitf331e2d2335, kind: trampoline_phase_2, name: trampoline
107482026-05-28T01:01:42.796ZMay 28 01:01:42.067 INFO added artifact, length: 313101042, hash: 0a90ef91aab54930572aa2bf205c774496254b6d1191c8e2a062b1ed4f7663a2, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: clickhouse_keeper
107492026-05-28T01:01:44.573ZMay 28 01:01:43.844 INFO added artifact, length: 328369789, hash: 4fd43d24af4216749e8810180b2931c364492480e422c011a956771c17f62c68, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: clickhouse_server
107502026-05-28T01:01:46.275ZMay 28 01:01:45.546 INFO added artifact, length: 328371908, hash: 1cd268decdd0dbe7ea16a3c679c19f4ed54266841aecee37c3966aabb3b20d4a, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: clickhouse
107512026-05-28T01:01:47.147ZMay 28 01:01:46.417 INFO added artifact, length: 169420504, hash: ade4940193b15260484d74e27061abc4461cd5c00e0ecbe05a5543ff36ba82f5, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: cockroachdb
107522026-05-28T01:01:47.387ZMay 28 01:01:46.656 INFO added artifact, length: 45010702, hash: e87e06215f661d67105d35391922caccf831a8fb1698a8009cdc2a47c521ff38, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: crucible-pantry-zone
107532026-05-28T01:01:47.671ZMay 28 01:01:46.941 INFO added artifact, length: 59487981, hash: 8a13d7579c1e8029f55fdce0f3d322e56f27a951ce57ef00f45aa418c272cd42, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: crucible-zone
107542026-05-28T01:01:47.977ZMay 28 01:01:47.248 INFO added artifact, length: 51292250, hash: 5f55bc5ff44f4b6d98fecce2e6af75e0dfc121d5029c5b48574ed9fe1c255f39, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: external-dns
107552026-05-28T01:01:48.229ZMay 28 01:01:47.499 INFO added artifact, length: 51291848, hash: 9c9dec705c592f4e3ff576aa7e00ad32441e03a674b1d41bfa1eedb348978411, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: internal-dns
107562026-05-28T01:01:49.295ZMay 28 01:01:48.565 INFO added artifact, length: 223012390, hash: 3ace31ce9502ed39f3bdd7283aa275401fe00938c73b31d5a56eacb713aac1ed, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: nexus
107572026-05-28T01:01:49.498ZMay 28 01:01:48.768 INFO added artifact, length: 32959413, hash: 303fdbf9de111371669440b528d8d26675ba13a67f0bf90eee2bb26bcb1385d9, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: ntp
107582026-05-28T01:01:49.871ZMay 28 01:01:49.141 INFO added artifact, length: 66829115, hash: 2ff347e4e52f4af6e12d8200f516043b57a8dc14a660288e3cfb1df755127f91, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: oximeter
107592026-05-28T01:01:49.886ZMay 28 01:01:49.157 INFO added artifact, length: 3109592, hash: f8b1257074357768e79c966a31303ef8f33ecf0c521daa6596ee661555e46155, version: 20.0.0-0.ci+gitf331e2d2335, kind: zone, name: probe
107602026-05-28T01:01:49.889ZMay 28 01:01:49.157 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107612026-05-28T01:01:49.889ZMay 28 01:01:49.157 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
107622026-05-28T01:01:49.889ZMay 28 01:01:49.157 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107632026-05-28T01:01:49.913ZMay 28 01:01:49.184 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
107642026-05-28T01:01:49.940ZMay 28 01:01:49.209 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
107652026-05-28T01:01:49.978ZMay 28 01:01:49.248 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107662026-05-28T01:01:49.978ZMay 28 01:01:49.248 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107672026-05-28T01:01:50.016ZMay 28 01:01:49.287 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107682026-05-28T01:01:50.016ZMay 28 01:01:49.287 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107692026-05-28T01:01:50.055ZMay 28 01:01:49.326 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107702026-05-28T01:01:50.055ZMay 28 01:01:49.326 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107712026-05-28T01:01:50.092ZMay 28 01:01:49.363 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107722026-05-28T01:01:50.092ZMay 28 01:01:49.363 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107732026-05-28T01:01:50.095ZMay 28 01:01:49.363 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107742026-05-28T01:01:50.095ZMay 28 01:01:49.364 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107752026-05-28T01:01:50.095ZMay 28 01:01:49.364 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107762026-05-28T01:01:50.134ZMay 28 01:01:49.404 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
107772026-05-28T01:01:50.211ZMay 28 01:01:49.482 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
107782026-05-28T01:01:50.289ZMay 28 01:01:49.560 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
107792026-05-28T01:01:50.365ZMay 28 01:01:49.635 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107802026-05-28T01:01:50.365ZMay 28 01:01:49.635 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107812026-05-28T01:01:50.410ZMay 28 01:01:49.681 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107822026-05-28T01:01:50.411ZMay 28 01:01:49.681 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107832026-05-28T01:01:50.459ZMay 28 01:01:49.729 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107842026-05-28T01:01:50.462ZMay 28 01:01:49.729 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107852026-05-28T01:01:50.504ZMay 28 01:01:49.774 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107862026-05-28T01:01:50.504ZMay 28 01:01:49.774 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107872026-05-28T01:01:50.508ZMay 28 01:01:49.775 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107882026-05-28T01:01:50.509ZMay 28 01:01:49.776 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107892026-05-28T01:01:50.509ZMay 28 01:01:49.776 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107902026-05-28T01:01:50.509ZMay 28 01:01:49.776 INFO added artifact, length: 924, hash: dafaae72a13dd3b27cfb38486afc9f3e87b5f8533e36bad2a8ed42a3ccd25f6d, version: 20.0.0-0.ci+gitf331e2d2335, kind: installinator_document, name: installinator_document
107912026-05-28T01:01:50.900ZMay 28 01:01:50.170 INFO extracting uploaded archive to /tmp/.tmpg5N3bu
107922026-05-28T01:01:52.628ZMay 28 01:01:51.898 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.LuTPUV
107932026-05-28T01:01:52.682ZMay 28 01:01:51.952 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
107942026-05-28T01:01:52.780ZMay 28 01:01:52.050 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
107952026-05-28T01:01:52.866ZMay 28 01:01:52.137 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
107962026-05-28T01:01:52.941ZMay 28 01:01:52.212 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
107972026-05-28T01:01:53.009ZMay 28 01:01:52.280 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
107982026-05-28T01:01:53.077ZMay 28 01:01:52.347 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
107992026-05-28T01:01:53.144ZMay 28 01:01:52.415 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
108002026-05-28T01:01:53.214ZMay 28 01:01:52.484 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108012026-05-28T01:01:53.214ZMay 28 01:01:52.484 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108022026-05-28T01:01:53.251ZMay 28 01:01:52.521 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108032026-05-28T01:01:53.251ZMay 28 01:01:52.521 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108042026-05-28T01:01:53.292ZMay 28 01:01:52.562 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108052026-05-28T01:01:53.292ZMay 28 01:01:52.562 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108062026-05-28T01:01:53.329ZMay 28 01:01:52.600 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108072026-05-28T01:01:53.329ZMay 28 01:01:52.600 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108082026-05-28T01:01:53.368ZMay 28 01:01:52.638 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108092026-05-28T01:01:53.369ZMay 28 01:01:52.638 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108102026-05-28T01:01:53.405ZMay 28 01:01:52.675 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108112026-05-28T01:01:53.405ZMay 28 01:01:52.675 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108122026-05-28T01:01:53.441ZMay 28 01:01:52.712 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108132026-05-28T01:01:53.444ZMay 28 01:01:52.712 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108142026-05-28T01:01:53.444ZMay 28 01:01:52.713 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108152026-05-28T01:01:53.445ZMay 28 01:01:52.713 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108162026-05-28T01:01:53.445ZMay 28 01:01:52.714 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108172026-05-28T01:01:53.445ZMay 28 01:01:52.714 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108182026-05-28T01:01:53.445ZMay 28 01:01:52.715 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108192026-05-28T01:01:57.936ZMay 28 01:01:57.207 INFO added artifact, length: 33554432, hash: 22f0c144ab71a0b0a32c20d037a3464a4968885baf776caed6a9e3f2288349aa, version: 20.0.0-0.ci+gitf331e2d2335, kind: gimlet_host_phase_1, name: host
108202026-05-28T01:01:57.936ZMay 28 01:01:57.207 INFO added artifact, length: 33554432, hash: d737eebbe5702445e0218af0a4cd4ad93328e38c348de644218654f318ba5f99, version: 20.0.0-0.ci+gitf331e2d2335, kind: cosmo_host_phase_1, name: host
108212026-05-28T01:01:57.936ZMay 28 01:01:57.207 INFO added artifact, length: 1101008896, hash: 28db5c37e3ebaa8ea6605ee3b8886daf9356a815fec6a9e72106eb75124ae813, version: 20.0.0-0.ci+gitf331e2d2335, kind: host_phase_2, name: host
108222026-05-28T01:01:58.749ZMay 28 01:01:58.020 INFO added artifact, length: 33554432, hash: 4153a2878f9e2846b03675dc80740e2600a5c5ebc452d177ce0cfdca59b8c3e7, version: 20.0.0-0.ci+gitf331e2d2335, kind: gimlet_trampoline_phase_1, name: trampoline
108232026-05-28T01:01:58.749ZMay 28 01:01:58.020 INFO added artifact, length: 33554432, hash: 9321ebedb1c847d6ac5c34f9e9e7b474275543c69d32e1c731e353bc17d10aa1, version: 20.0.0-0.ci+gitf331e2d2335, kind: cosmo_trampoline_phase_1, name: trampoline
108242026-05-28T01:01:58.750ZMay 28 01:01:58.020 INFO added artifact, length: 168316875, hash: 9ecabe9b9de8463f68eba92495e4f3f923875adcb897c6eea476d5edba2819bd, version: 20.0.0-0.ci+gitf331e2d2335, kind: trampoline_phase_2, name: trampoline
108252026-05-28T01:02:03.533ZMay 28 01:02:02.804 INFO added artifact, length: 1730598756, hash: cc3b09f2a3122d10767e735a32b628c446810f1229650c97361b09b9dbc63145, version: 20.0.0-0.ci+gitf331e2d2335, kind: control_plane, name: control-plane
108262026-05-28T01:02:03.536ZMay 28 01:02:02.804 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108272026-05-28T01:02:03.536ZMay 28 01:02:02.804 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
108282026-05-28T01:02:03.538ZMay 28 01:02:02.804 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108292026-05-28T01:02:03.561ZMay 28 01:02:02.832 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
108302026-05-28T01:02:03.591ZMay 28 01:02:02.861 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
108312026-05-28T01:02:03.637ZMay 28 01:02:02.908 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108322026-05-28T01:02:03.637ZMay 28 01:02:02.908 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108332026-05-28T01:02:03.686ZMay 28 01:02:02.956 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108342026-05-28T01:02:03.686ZMay 28 01:02:02.957 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108352026-05-28T01:02:03.736ZMay 28 01:02:03.006 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108362026-05-28T01:02:03.736ZMay 28 01:02:03.007 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108372026-05-28T01:02:03.783ZMay 28 01:02:03.054 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108382026-05-28T01:02:03.786ZMay 28 01:02:03.054 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108392026-05-28T01:02:03.786ZMay 28 01:02:03.054 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108402026-05-28T01:02:03.786ZMay 28 01:02:03.055 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108412026-05-28T01:02:03.786ZMay 28 01:02:03.056 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108422026-05-28T01:02:03.835ZMay 28 01:02:03.106 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
108432026-05-28T01:02:03.925ZMay 28 01:02:03.195 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
108442026-05-28T01:02:04.026ZMay 28 01:02:03.296 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
108452026-05-28T01:02:04.127ZMay 28 01:02:03.396 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108462026-05-28T01:02:04.129ZMay 28 01:02:03.396 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108472026-05-28T01:02:04.181ZMay 28 01:02:03.451 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108482026-05-28T01:02:04.181ZMay 28 01:02:03.451 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108492026-05-28T01:02:04.228ZMay 28 01:02:03.498 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108502026-05-28T01:02:04.231ZMay 28 01:02:03.498 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108512026-05-28T01:02:04.275ZMay 28 01:02:03.545 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108522026-05-28T01:02:04.275ZMay 28 01:02:03.545 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108532026-05-28T01:02:04.278ZMay 28 01:02:03.546 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108542026-05-28T01:02:04.278ZMay 28 01:02:03.547 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108552026-05-28T01:02:04.278ZMay 28 01:02:03.547 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108562026-05-28T01:02:04.278ZMay 28 01:02:03.547 INFO added artifact, length: 924, hash: dafaae72a13dd3b27cfb38486afc9f3e87b5f8533e36bad2a8ed42a3ccd25f6d, version: 20.0.0-0.ci+gitf331e2d2335, kind: installinator_document, name: installinator_document
108572026-05-28T01:02:04.730ZMay 28 01:02:04.000 INFO [tuf-repo] task succeeded (64.554609397s)
108582026-05-28T01:04:45.376Z[verify-libraries] Finished `release` profile [optimized] target(s) in 8m 46s
108592026-05-28T01:04:45.730ZMay 28 01:04:44.999 INFO [verify-libraries] process exited with exit status: 0 (530.204133014s)
108602026-05-28T01:04:45.730ZMay 28 01:04:44.999 INFO all jobs completed in 1177.538995959s
108612026-05-28T01:04:46.619Zprocess exited: duration 1406684 ms, exit code 0
 
108622026-05-28T01:04:46.631Zfound 41 output files
108632026-05-28T01:04:46.631Zuploading: /work/manifest.toml (17174 bytes)
108642026-05-28T01:04:47.643Zuploaded: /work/manifest.toml
108652026-05-28T01:04:47.644Zuploading: /work/repo.zip (2992831512 bytes)
108662026-05-28T01:05:24.613Zuploaded: /work/repo.zip
108672026-05-28T01:05:24.613Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108682026-05-28T01:05:25.630Zuploaded: /work/repo.zip.sha256.txt
108692026-05-28T01:05:25.630Zuploading: /work/helios.json (647 bytes)
108702026-05-28T01:05:26.644Zuploaded: /work/helios.json
108712026-05-28T01:05:26.644Zuploading: /work/incorporation.p5m (113249 bytes)
108722026-05-28T01:05:27.658Zuploaded: /work/incorporation.p5m
108732026-05-28T01:05:27.658Zuploading: /work/incorporation.p5p (133120 bytes)
108742026-05-28T01:05:28.674Zuploaded: /work/incorporation.p5p
108752026-05-28T01:05:28.675Zuploading: /work/helios-incorp.log (522 bytes)
108762026-05-28T01:05:29.685Zuploaded: /work/helios-incorp.log
108772026-05-28T01:05:29.685Zuploading: /work/helios-setup.log (56438 bytes)
108782026-05-28T01:05:30.702Zuploaded: /work/helios-setup.log
108792026-05-28T01:05:30.702Zuploading: /work/host-image.log (238045 bytes)
108802026-05-28T01:05:31.720Zuploaded: /work/host-image.log
108812026-05-28T01:05:31.720Zuploading: /work/host-package.log (34630 bytes)
108822026-05-28T01:05:32.733Zuploaded: /work/host-package.log
108832026-05-28T01:05:32.733Zuploading: /work/host-target.log (101 bytes)
108842026-05-28T01:05:33.745Zuploaded: /work/host-target.log
108852026-05-28T01:05:33.745Zuploading: /work/incorp-create.log (0 bytes)
108862026-05-28T01:05:34.753Zuploaded: /work/incorp-create.log
108872026-05-28T01:05:34.753Zuploading: /work/incorp-fmt.log (0 bytes)
108882026-05-28T01:05:35.761Zuploaded: /work/incorp-fmt.log
108892026-05-28T01:05:35.761Zuploading: /work/incorp-pkgsend.log (108 bytes)
108902026-05-28T01:05:36.773Zuploaded: /work/incorp-pkgsend.log
108912026-05-28T01:05:36.773Zuploading: /work/incorp-publisher.log (0 bytes)
108922026-05-28T01:05:37.781Zuploaded: /work/incorp-publisher.log
108932026-05-28T01:05:37.782Zuploading: /work/omicron-package.log (9209 bytes)
108942026-05-28T01:05:38.794Zuploaded: /work/omicron-package.log
108952026-05-28T01:05:38.795Zuploading: /work/recovery-image.log (593962 bytes)
108962026-05-28T01:05:39.817Zuploaded: /work/recovery-image.log
108972026-05-28T01:05:39.817Zuploading: /work/recovery-package.log (2545 bytes)
108982026-05-28T01:05:40.828Zuploaded: /work/recovery-package.log
108992026-05-28T01:05:40.828Zuploading: /work/recovery-target.log (98 bytes)
109002026-05-28T01:05:41.840Zuploaded: /work/recovery-target.log
109012026-05-28T01:05:41.840Zuploading: /work/stamp-clickhouse.log (117 bytes)
109022026-05-28T01:05:42.849Zuploaded: /work/stamp-clickhouse.log
109032026-05-28T01:05:42.849Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109042026-05-28T01:05:43.860Zuploaded: /work/stamp-clickhouse_keeper.log
109052026-05-28T01:05:43.860Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109062026-05-28T01:05:44.871Zuploaded: /work/stamp-clickhouse_server.log
109072026-05-28T01:05:44.871Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109082026-05-28T01:05:45.882Zuploaded: /work/stamp-cockroachdb.log
109092026-05-28T01:05:45.882Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109102026-05-28T01:05:46.895Zuploaded: /work/stamp-crucible-pantry-zone.log
109112026-05-28T01:05:46.895Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109122026-05-28T01:05:47.905Zuploaded: /work/stamp-crucible-utils.log
109132026-05-28T01:05:47.905Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109142026-05-28T01:05:48.915Zuploaded: /work/stamp-crucible-zone.log
109152026-05-28T01:05:48.915Zuploading: /work/stamp-external-dns.log (119 bytes)
109162026-05-28T01:05:49.926Zuploaded: /work/stamp-external-dns.log
109172026-05-28T01:05:49.926Zuploading: /work/stamp-installinator.log (103 bytes)
109182026-05-28T01:05:50.935Zuploaded: /work/stamp-installinator.log
109192026-05-28T01:05:50.935Zuploading: /work/stamp-internal-dns.log (119 bytes)
109202026-05-28T01:05:51.945Zuploaded: /work/stamp-internal-dns.log
109212026-05-28T01:05:51.945Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109222026-05-28T01:05:52.956Zuploaded: /work/stamp-mg-ddm-gz.log
109232026-05-28T01:05:52.956Zuploading: /work/stamp-nexus.log (112 bytes)
109242026-05-28T01:05:53.968Zuploaded: /work/stamp-nexus.log
109252026-05-28T01:05:53.968Zuploading: /work/stamp-ntp.log (110 bytes)
109262026-05-28T01:05:54.979Zuploaded: /work/stamp-ntp.log
109272026-05-28T01:05:54.979Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109282026-05-28T01:05:55.993Zuploaded: /work/stamp-omicron-sled-agent.log
109292026-05-28T01:05:55.993Zuploading: /work/stamp-overlay.log (114 bytes)
109302026-05-28T01:05:57.010Zuploaded: /work/stamp-overlay.log
109312026-05-28T01:05:57.010Zuploading: /work/stamp-oximeter.log (115 bytes)
109322026-05-28T01:05:58.020Zuploaded: /work/stamp-oximeter.log
109332026-05-28T01:05:58.020Zuploading: /work/stamp-oxlog.log (109 bytes)
109342026-05-28T01:05:59.032Zuploaded: /work/stamp-oxlog.log
109352026-05-28T01:05:59.034Zuploading: /work/stamp-probe.log (112 bytes)
109362026-05-28T01:06:00.047Zuploaded: /work/stamp-probe.log
109372026-05-28T01:06:00.047Zuploading: /work/stamp-propolis-server.log (122 bytes)
109382026-05-28T01:06:01.058Zuploaded: /work/stamp-propolis-server.log
109392026-05-28T01:06:01.060Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109402026-05-28T01:06:02.072Zuploaded: /work/stamp-pumpkind-gz.log
109412026-05-28T01:06:02.072Zuploading: /work/stamp-switch-asic.log (118 bytes)
109422026-05-28T01:06:03.082Zuploaded: /work/stamp-switch-asic.log
109432026-05-28T01:06:03.082Zuploading: /work/verify-libraries.log (13903 bytes)
109442026-05-28T01:06:04.096Zuploaded: /work/verify-libraries.log