01KSPW1HCBND7QJ340HKS9PGR6: 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: 01KSPW20NRQ4QJQM8BT8F0F6H2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T08:44:32.172Zjob assigned to worker 01KSPW2335SEXJYXZAF8V7MYQW [factory aws, i-0a15301ae776c1cbc] (queued for 45 s)
 
22026-05-28T08:44:40.194Zstarting task 0: "setup"
32026-05-28T08:44:40.199Z++ uname -s
42026-05-28T08:44:40.204Z+ kern=SunOS
52026-05-28T08:44:40.204Z+ build_user=build
62026-05-28T08:44:40.204Z+ build_uid=12345
72026-05-28T08:44:40.204Z+ work_dir=/work
82026-05-28T08:44:40.204Z+ input_dir=/input
92026-05-28T08:44:40.204Z+ [[ 0 == 12345 ]]
102026-05-28T08:44:40.204Z+ case "$kern" in
112026-05-28T08:44:40.204Z+ groupadd -g 12345 build
122026-05-28T08:44:40.208Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T08:44:42.211Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T08:44:42.294Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T08:44:42.300Z+ home_fs=zfs
162026-05-28T08:44:42.300Z+ [[ zfs == autofs ]]
172026-05-28T08:44:42.300Z+ mkdir -p /home/build
182026-05-28T08:44:42.300Z+ chown build:build /home/build /work
192026-05-28T08:44:44.301Z+ chmod 0700 /home/build /work
202026-05-28T08:44:44.304Zprocess exited: duration 4112 ms, exit code 0
 
212026-05-28T08:44:44.310Zstarting task 1: "rust-toolchain"
222026-05-28T08:44:44.316Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T08:44:44.316Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T08:44:44.319Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-28T08:44:44.319Z * rust toolchain channel = "1.94.0"
262026-05-28T08:44:44.319Z * rust toolchain profile = "default"
272026-05-28T08:44:44.319Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T08:44:44.319Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T08:44:44.319Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T08:44:44.408Zinfo: downloading installer
312026-05-28T08:44:45.753Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T08:44:45.753Zwarn: /home/build/.rustup/settings.toml
332026-05-28T08:44:45.753Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T08:44:45.753Zwarn: instead of the one inferred from the default host triple.
352026-05-28T08:44:45.766Zinfo: profile set to default
362026-05-28T08:44:45.766Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T08:44:45.769Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T08:44:45.902Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T08:44:45.906Zinfo: downloading 6 components
402026-05-28T08:45:00.013Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T08:45:00.013Z
422026-05-28T08:45:00.043Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T08:45:00.043Z
442026-05-28T08:45:00.043Z
452026-05-28T08:45:00.044ZRust is installed now. Great!
462026-05-28T08:45:00.044Z
472026-05-28T08:45:00.044ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T08:45:00.044Zenvironment variable. This has not been done automatically.
492026-05-28T08:45:00.044Z
502026-05-28T08:45:00.044ZTo configure your current shell, you need to source
512026-05-28T08:45:00.044Zthe corresponding env file under $HOME/.cargo.
522026-05-28T08:45:00.044Z
532026-05-28T08:45:00.044ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T08:45:00.044Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T08:45:00.044Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T08:45:00.044Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T08:45:00.044Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T08:45:00.044Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T08:45:00.044Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T08:45:00.047Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T08:45:00.047Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T08:45:00.148Z+ rustup --version
632026-05-28T08:45:00.152Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T08:45:00.155Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T08:45:00.172Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T08:45:00.175Z+ cargo --version
672026-05-28T08:45:00.183Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T08:45:00.186Z+ rustc --version
692026-05-28T08:45:00.207Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T08:45:00.210Zprocess exited: duration 15899 ms, exit code 0
 
712026-05-28T08:45:00.215Zstarting task 2: "authentication"
722026-05-28T08:45:00.233Zprocess exited: duration 17 ms, exit code 0
 
732026-05-28T08:45:00.239Zstarting task 3: "clone repository"
742026-05-28T08:45:00.244Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T08:45:00.246Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T08:45:00.291ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T08:45:10.704Z+ cd /work/oxidecomputer/omicron
782026-05-28T08:45:10.704Z+ git fetch origin 93671368d047a190461d9392a97ae5d769a476f4
792026-05-28T08:45:10.975ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T08:45:10.975Z * branch 93671368d047a190461d9392a97ae5d769a476f4 -> FETCH_HEAD
812026-05-28T08:45:10.989Z+ [[ -n multicast-e2e ]]
822026-05-28T08:45:10.992Z++ git branch --show-current
832026-05-28T08:45:10.994Z+ current=main
842026-05-28T08:45:10.994Z+ [[ main != multicast-e2e ]]
852026-05-28T08:45:10.994Z+ git branch -f multicast-e2e 93671368d047a190461d9392a97ae5d769a476f4
862026-05-28T08:45:10.997Z+ git checkout -f multicast-e2e
872026-05-28T08:45:11.236ZSwitched to branch 'multicast-e2e'
882026-05-28T08:45:11.239Z+ git reset --hard 93671368d047a190461d9392a97ae5d769a476f4
892026-05-28T08:45:11.475ZHEAD is now at 93671368d [merge+match] merge main + mag update, which needs new ubuntu glibc
902026-05-28T08:45:11.478Zprocess exited: duration 11238 ms, exit code 0
 
912026-05-28T08:45:11.484Zstarting task 4: "build"
922026-05-28T08:45:11.490Z+ source .github/buildomat/ci-env.sh
932026-05-28T08:45:11.490Z++ export CARGO_TERM_COLOR=always
942026-05-28T08:45:11.490Z++ CARGO_TERM_COLOR=always
952026-05-28T08:45:11.491Z+ cargo --version
962026-05-28T08:45:11.502Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T08:45:11.504Z+ rustc --version
982026-05-28T08:45:11.525Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T08:45:11.528Z+ cargo tree --locked
1002026-05-28T08:45:11.697Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-28T08:45:11.961Z Updating crates.io index
1022026-05-28T08:45:11.964Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-28T08:45:12.289Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-28T08:45:13.091Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-28T08:45:13.580Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-28T08:45:14.892Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-28T08:45:15.432Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-28T08:45:17.255Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-28T08:45:18.068Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-28T08:45:18.641Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-28T08:45:19.812Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-28T08:45:20.179Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-28T08:45:20.592Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-28T08:45:20.840Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-28T08:45:21.884Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-28T08:45:22.503Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-05-28T08:45:22.738Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-05-28T08:45:23.183Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-05-28T08:45:23.533Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-05-28T08:45:23.979Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-05-28T08:45:24.277Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-05-28T08:45:24.525Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-05-28T08:45:24.787Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-05-28T08:45:25.150Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-05-28T08:45:25.504Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-05-28T08:45:25.874Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-05-28T08:45:26.334Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-05-28T08:45:26.872Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-05-28T08:45:27.168Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-05-28T08:45:28.267Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-05-28T08:45:28.511Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-05-28T08:45:29.222Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-05-28T08:45:29.589Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-05-28T08:45:30.025Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-05-28T08:45:30.356Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-05-28T08:45:30.603Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-05-28T08:45:31.050Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-05-28T08:45:31.407Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-05-28T08:45:31.833Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-05-28T08:45:32.077Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-05-28T08:45:32.413Z Updating git repository `https://github.com/oxidecomputer/omicron`
1422026-05-28T08:45:44.817Z Updating git repository `https://github.com/illumos/smf-rs`
1432026-05-28T08:45:47.056Z Downloading crates ...
1442026-05-28T08:45:47.127Z Downloaded anstyle-parse v0.2.7
1452026-05-28T08:45:47.132Z Downloaded anstyle-query v1.1.5
1462026-05-28T08:45:47.135Z Downloaded anyhow v1.0.102
1472026-05-28T08:45:47.137Z Downloaded approx v0.5.1
1482026-05-28T08:45:47.140Z Downloaded addr2line v0.25.1
1492026-05-28T08:45:47.143Z Downloaded anstyle v1.0.14
1502026-05-28T08:45:47.145Z Downloaded anstream v1.0.0
1512026-05-28T08:45:47.146Z Downloaded argon2 v0.5.3
1522026-05-28T08:45:47.148Z Downloaded anstyle-parse v1.0.0
1532026-05-28T08:45:47.151Z Downloaded colored v3.1.1
1542026-05-28T08:45:47.154Z Downloaded async-lock v3.4.2
1552026-05-28T08:45:47.157Z Downloaded crossbeam-utils v0.8.21
1562026-05-28T08:45:47.160Z Downloaded defmt v1.0.1
1572026-05-28T08:45:47.162Z Downloaded debug-ignore v1.0.5
1582026-05-28T08:45:47.162Z Downloaded bitfield-struct v0.6.2
1592026-05-28T08:45:47.162Z Downloaded bit-set v0.5.3
1602026-05-28T08:45:47.165Z Downloaded cpufeatures v0.2.17
1612026-05-28T08:45:47.165Z Downloaded const_format_proc_macros v0.2.34
1622026-05-28T08:45:47.168Z Downloaded backtrace-ext v0.2.1
1632026-05-28T08:45:47.168Z Downloaded aead v0.5.2
1642026-05-28T08:45:47.168Z Downloaded convert_case v0.10.0
1652026-05-28T08:45:47.171Z Downloaded allocator-api2 v0.2.21
1662026-05-28T08:45:47.171Z Downloaded bit-vec v0.6.3
1672026-05-28T08:45:47.173Z Downloaded convert_case v0.4.0
1682026-05-28T08:45:47.173Z Downloaded base16ct v0.2.0
1692026-05-28T08:45:47.173Z Downloaded arc-swap v1.8.2
1702026-05-28T08:45:47.176Z Downloaded cpufeatures v0.3.0
1712026-05-28T08:45:47.179Z Downloaded bb8 v0.8.6
1722026-05-28T08:45:47.179Z Downloaded crypto-common v0.1.7
1732026-05-28T08:45:47.179Z Downloaded atty v0.2.14
1742026-05-28T08:45:47.181Z Downloaded chacha20poly1305 v0.10.1
1752026-05-28T08:45:47.181Z Downloaded cargo-platform v0.3.2
1762026-05-28T08:45:47.181Z Downloaded cargo-platform v0.2.0
1772026-05-28T08:45:47.184Z Downloaded crossbeam-deque v0.8.6
1782026-05-28T08:45:47.186Z Downloaded bcrypt-pbkdf v0.10.0
1792026-05-28T08:45:47.187Z Downloaded async-stream-impl v0.3.6
1802026-05-28T08:45:47.187Z Downloaded constant_time_eq v0.3.1
1812026-05-28T08:45:47.189Z Downloaded block-padding v0.3.3
1822026-05-28T08:45:47.189Z Downloaded darling_macro v0.21.3
1832026-05-28T08:45:47.190Z Downloaded crc8 v0.1.1
1842026-05-28T08:45:47.190Z Downloaded ciborium-io v0.2.2
1852026-05-28T08:45:47.192Z Downloaded cfg_aliases v0.2.1
1862026-05-28T08:45:47.192Z Downloaded defmt v0.3.100
1872026-05-28T08:45:47.195Z Downloaded crc-catalog v2.4.0
1882026-05-28T08:45:47.195Z Downloaded adler2 v2.0.1
1892026-05-28T08:45:47.198Z Downloaded crc v3.4.0
1902026-05-28T08:45:47.198Z Downloaded byteorder v1.5.0
1912026-05-28T08:45:47.200Z Downloaded ascii-canvas v3.0.0
1922026-05-28T08:45:47.201Z Downloaded camino-tempfile-ext v0.3.3
1932026-05-28T08:45:47.203Z Downloaded bitflags v1.3.2
1942026-05-28T08:45:47.203Z Downloaded anes v0.1.6
1952026-05-28T08:45:47.206Z Downloaded compression-codecs v0.4.37
1962026-05-28T08:45:47.209Z Downloaded cstr-argument v0.1.2
1972026-05-28T08:45:47.209Z Downloaded cfg_aliases v0.1.1
1982026-05-28T08:45:47.212Z Downloaded darling_macro v0.20.11
1992026-05-28T08:45:47.215Z Downloaded cast v0.3.0
2002026-05-28T08:45:47.218Z Downloaded atomic-waker v1.1.2
2012026-05-28T08:45:47.218Z Downloaded colorchoice v1.0.4
2022026-05-28T08:45:47.220Z Downloaded castaway v0.2.4
2032026-05-28T08:45:47.223Z Downloaded block-buffer v0.10.4
2042026-05-28T08:45:47.226Z Downloaded assert_matches v1.5.0
2052026-05-28T08:45:47.226Z Downloaded async-stream v0.3.6
2062026-05-28T08:45:47.226Z Downloaded darling_macro v0.23.0
2072026-05-28T08:45:47.229Z Downloaded compression-core v0.4.31
2082026-05-28T08:45:47.229Z Downloaded clap_lex v1.0.0
2092026-05-28T08:45:47.229Z Downloaded curve25519-dalek-derive v0.1.1
2102026-05-28T08:45:47.229Z Downloaded ciborium-ll v0.2.2
2112026-05-28T08:45:47.232Z Downloaded arrayref v0.3.9
2122026-05-28T08:45:47.232Z Downloaded dirs-next v2.0.0
2132026-05-28T08:45:47.232Z Downloaded crunchy v0.2.4
2142026-05-28T08:45:47.235Z Downloaded derive_builder_macro v0.20.2
2152026-05-28T08:45:47.235Z Downloaded darling_macro v0.13.4
2162026-05-28T08:45:47.235Z Downloaded crucible-workspace-hack v0.1.0
2172026-05-28T08:45:47.235Z Downloaded cfg-if v1.0.4
2182026-05-28T08:45:47.237Z Downloaded difflib v0.4.0
2192026-05-28T08:45:47.238Z Downloaded display-error-chain v0.2.2
2202026-05-28T08:45:47.240Z Downloaded document-features v0.2.12
2212026-05-28T08:45:47.240Z Downloaded dirs-sys-next v0.1.2
2222026-05-28T08:45:47.240Z Downloaded bitfield-macros v0.19.4
2232026-05-28T08:45:47.240Z Downloaded bit-set v0.8.0
2242026-05-28T08:45:47.243Z Downloaded atomicwrites v0.4.4
2252026-05-28T08:45:47.243Z Downloaded async-recursion v1.1.1
2262026-05-28T08:45:47.245Z Downloaded dtrace-parser v0.3.0
2272026-05-28T08:45:47.246Z Downloaded cassowary v0.3.0
2282026-05-28T08:45:47.248Z Downloaded bit-vec v0.8.0
2292026-05-28T08:45:47.248Z Downloaded base64ct v1.8.3
2302026-05-28T08:45:47.251Z Downloaded dof v0.3.0
2312026-05-28T08:45:47.251Z Downloaded dunce v1.0.5
2322026-05-28T08:45:47.251Z Downloaded diesel_table_macro_syntax v0.3.0
2332026-05-28T08:45:47.251Z Downloaded cobs v0.3.0
2342026-05-28T08:45:47.254Z Downloaded autocfg v1.5.0
2352026-05-28T08:45:47.254Z Downloaded dropshot-api-manager-types v0.7.2
2362026-05-28T08:45:47.254Z Downloaded assert-json-diff v2.0.2
2372026-05-28T08:45:47.257Z Downloaded async-object-pool v0.2.0
2382026-05-28T08:45:47.257Z Downloaded cfg-expr v0.20.6
2392026-05-28T08:45:47.260Z Downloaded dsl_auto_type v0.2.0
2402026-05-28T08:45:47.260Z Downloaded downcast-rs v2.0.2
2412026-05-28T08:45:47.262Z Downloaded der_derive v0.7.3
2422026-05-28T08:45:47.265Z Downloaded defmt-macros v1.0.1
2432026-05-28T08:45:47.265Z Downloaded endian-type v0.1.2
2442026-05-28T08:45:47.268Z Downloaded const_format v0.2.35
2452026-05-28T08:45:47.271Z Downloaded equivalent v1.0.2
2462026-05-28T08:45:47.271Z Downloaded env_filter v1.0.0
2472026-05-28T08:45:47.271Z Downloaded fd-lock v4.0.4
2482026-05-28T08:45:47.274Z Downloaded bcs v0.1.6
2492026-05-28T08:45:47.274Z Downloaded event-listener-strategy v0.5.4
2502026-05-28T08:45:47.277Z Downloaded constant_time_eq v0.4.2
2512026-05-28T08:45:47.277Z Downloaded dyn-clone v1.0.20
2522026-05-28T08:45:47.277Z Downloaded arrayvec v0.7.6
2532026-05-28T08:45:47.279Z Downloaded enum-as-inner v0.6.1
2542026-05-28T08:45:47.279Z Downloaded buf-list v1.1.2
2552026-05-28T08:45:47.282Z Downloaded dtrace-parser v0.2.0
2562026-05-28T08:45:47.282Z Downloaded crossbeam-epoch v0.9.18
2572026-05-28T08:45:47.285Z Downloaded escape8259 v0.5.3
2582026-05-28T08:45:47.285Z Downloaded bytecount v0.6.9
2592026-05-28T08:45:47.285Z Downloaded blowfish v0.9.1
2602026-05-28T08:45:47.288Z Downloaded backoff v0.4.0
2612026-05-28T08:45:47.288Z Downloaded errno v0.3.14
2622026-05-28T08:45:47.290Z Downloaded const-oid v0.9.6
2632026-05-28T08:45:47.291Z Downloaded console v0.16.2
2642026-05-28T08:45:47.293Z Downloaded displaydoc v0.2.5
2652026-05-28T08:45:47.294Z Downloaded deranged v0.5.8
2662026-05-28T08:45:47.297Z Downloaded cargo_metadata v0.21.0
2672026-05-28T08:45:47.297Z Downloaded darling v0.13.4
2682026-05-28T08:45:47.300Z Downloaded flagset v0.4.7
2692026-05-28T08:45:47.300Z Downloaded fixedbitset v0.4.2
2702026-05-28T08:45:47.302Z Downloaded derive-ex v0.1.8
2712026-05-28T08:45:47.302Z Downloaded data-encoding v2.10.0
2722026-05-28T08:45:47.302Z Downloaded blake2b_simd v1.0.4
2732026-05-28T08:45:47.305Z Downloaded digest v0.10.7
2742026-05-28T08:45:47.305Z Downloaded float-cmp v0.10.0
2752026-05-28T08:45:47.305Z Downloaded cmake v0.1.57
2762026-05-28T08:45:47.308Z Downloaded blake2 v0.10.6
2772026-05-28T08:45:47.308Z Downloaded backtrace v0.3.76
2782026-05-28T08:45:47.310Z Downloaded form_urlencoded v1.2.2
2792026-05-28T08:45:47.313Z Downloaded float-ord v0.3.2
2802026-05-28T08:45:47.313Z Downloaded dof v0.4.0
2812026-05-28T08:45:47.313Z Downloaded foreign-types-shared v0.3.1
2822026-05-28T08:45:47.316Z Downloaded foreign-types-shared v0.1.1
2832026-05-28T08:45:47.316Z Downloaded ed25519 v2.2.3
2842026-05-28T08:45:47.316Z Downloaded foreign-types-macros v0.2.3
2852026-05-28T08:45:47.316Z Downloaded fnv v1.0.7
2862026-05-28T08:45:47.319Z Downloaded ena v0.14.4
2872026-05-28T08:45:47.319Z Downloaded fastrand v2.3.0
2882026-05-28T08:45:47.321Z Downloaded ciborium v0.2.2
2892026-05-28T08:45:47.321Z Downloaded cookie_store v0.22.1
2902026-05-28T08:45:47.324Z Downloaded futures-core v0.3.32
2912026-05-28T08:45:47.324Z Downloaded ghash v0.5.1
2922026-05-28T08:45:47.327Z Downloaded gethostname v0.5.0
2932026-05-28T08:45:47.327Z Downloaded foreign-types v0.5.0
2942026-05-28T08:45:47.327Z Downloaded colored v2.2.0
2952026-05-28T08:45:47.329Z Downloaded clang-sys v1.8.1
2962026-05-28T08:45:47.329Z Downloaded camino-tempfile v1.4.1
2972026-05-28T08:45:47.332Z Downloaded anstream v0.6.21
2982026-05-28T08:45:47.332Z Downloaded funty v2.0.0
2992026-05-28T08:45:47.335Z Downloaded generic-array v0.14.7
3002026-05-28T08:45:47.335Z Downloaded cargo-util-schemas v0.8.2
3012026-05-28T08:45:47.337Z Downloaded futures-task v0.3.32
3022026-05-28T08:45:47.337Z Downloaded futures-macro v0.3.32
3032026-05-28T08:45:47.338Z Downloaded ahash v0.8.12
3042026-05-28T08:45:47.340Z Downloaded fallible-iterator v0.2.0
3052026-05-28T08:45:47.340Z Downloaded erased-serde v0.4.9
3062026-05-28T08:45:47.343Z Downloaded fixedbitset v0.5.7
3072026-05-28T08:45:47.343Z Downloaded futures-sink v0.3.32
3082026-05-28T08:45:47.346Z Downloaded find-msvc-tools v0.1.9
3092026-05-28T08:45:47.346Z Downloaded globwalk v0.9.1
3102026-05-28T08:45:47.346Z Downloaded git-stub v1.0.0
3112026-05-28T08:45:47.348Z Downloaded cargo_metadata v0.23.1
3122026-05-28T08:45:47.348Z Downloaded bzip2 v0.4.4
3132026-05-28T08:45:47.351Z Downloaded bitflags v2.11.0
3142026-05-28T08:45:47.351Z Downloaded diff v0.1.13
3152026-05-28T08:45:47.354Z Downloaded guppy-workspace-hack v0.1.0
3162026-05-28T08:45:47.357Z Downloaded criterion-plot v0.6.0
3172026-05-28T08:45:47.357Z Downloaded cookie v0.18.1
3182026-05-28T08:45:47.359Z Downloaded console v0.15.11
3192026-05-28T08:45:47.359Z Downloaded foldhash v0.2.0
3202026-05-28T08:45:47.362Z Downloaded hash32 v0.3.1
3212026-05-28T08:45:47.362Z Downloaded derive_builder v0.20.2
3222026-05-28T08:45:47.365Z Downloaded foldhash v0.1.5
3232026-05-28T08:45:47.365Z Downloaded des v0.8.1
3242026-05-28T08:45:47.368Z Downloaded crc32fast v1.5.0
3252026-05-28T08:45:47.368Z Downloaded ecdsa v0.16.9
3262026-05-28T08:45:47.371Z Downloaded filetime v0.2.27
3272026-05-28T08:45:47.371Z Downloaded byte-wrapper v0.1.0
3282026-05-28T08:45:47.373Z Downloaded hash32 v0.2.1
3292026-05-28T08:45:47.373Z Downloaded hex v0.4.3
3302026-05-28T08:45:47.373Z Downloaded datatest-stable v0.3.3
3312026-05-28T08:45:47.376Z Downloaded hex-literal v0.4.1
3322026-05-28T08:45:47.379Z Downloaded heck v0.5.0
3332026-05-28T08:45:47.379Z Downloaded heck v0.4.1
3342026-05-28T08:45:47.379Z Downloaded headers-core v0.3.0
3352026-05-28T08:45:47.379Z Downloaded futures-timer v3.0.3
3362026-05-28T08:45:47.382Z Downloaded darling v0.21.3
3372026-05-28T08:45:47.384Z Downloaded darling v0.20.11
3382026-05-28T08:45:47.387Z Downloaded crossbeam-channel v0.5.15
3392026-05-28T08:45:47.390Z Downloaded fs-err v3.3.0
3402026-05-28T08:45:47.393Z Downloaded fs_extra v1.3.0
3412026-05-28T08:45:47.393Z Downloaded fs-err v2.11.0
3422026-05-28T08:45:47.393Z Downloaded corncobs v0.1.4
3432026-05-28T08:45:47.396Z Downloaded http-range v0.1.5
3442026-05-28T08:45:47.396Z Downloaded httpdate v1.0.3
3452026-05-28T08:45:47.396Z Downloaded http-body v1.0.1
3462026-05-28T08:45:47.398Z Downloaded cbc v0.1.2
3472026-05-28T08:45:47.398Z Downloaded erased-serde v0.3.31
3482026-05-28T08:45:47.399Z Downloaded hostname v0.3.1
3492026-05-28T08:45:47.401Z Downloaded home v0.5.12
3502026-05-28T08:45:47.402Z Downloaded bitfield v0.19.4
3512026-05-28T08:45:47.402Z Downloaded group v0.13.0
3522026-05-28T08:45:47.405Z Downloaded glob v0.3.3
3532026-05-28T08:45:47.405Z Downloaded git-stub-vcs v0.1.0
3542026-05-28T08:45:47.405Z Downloaded ff v0.13.1
3552026-05-28T08:45:47.407Z Downloaded ident_case v1.0.1
3562026-05-28T08:45:47.407Z Downloaded hubpack v0.1.2
3572026-05-28T08:45:47.410Z Downloaded illumos-nvpair-sys v0.2.0
3582026-05-28T08:45:47.410Z Downloaded internet-checksum v0.2.1
3592026-05-28T08:45:47.410Z Downloaded indoc v1.0.9
3602026-05-28T08:45:47.413Z Downloaded illumos-nvpair v0.3.0
3612026-05-28T08:45:47.413Z Downloaded idna_adapter v1.2.1
3622026-05-28T08:45:47.413Z Downloaded chacha20 v0.10.0
3632026-05-28T08:45:47.415Z Downloaded hubpack_derive v0.1.1
3642026-05-28T08:45:47.415Z Downloaded hostname v0.4.2
3652026-05-28T08:45:47.415Z Downloaded base64 v0.22.1
3662026-05-28T08:45:47.418Z Downloaded crc-any v2.5.0
3672026-05-28T08:45:47.420Z Downloaded clap_derive v4.6.1
3682026-05-28T08:45:47.420Z Downloaded array-init v0.0.4
3692026-05-28T08:45:47.423Z Downloaded daft-derive v0.1.7
3702026-05-28T08:45:47.426Z Downloaded futures-channel v0.3.32
3712026-05-28T08:45:47.426Z Downloaded clap v4.6.1
3722026-05-28T08:45:47.430Z Downloaded event-listener v5.4.1
3732026-05-28T08:45:47.433Z Downloaded instant v0.1.13
3742026-05-28T08:45:47.433Z Downloaded elliptic-curve v0.13.8
3752026-05-28T08:45:47.435Z Downloaded indent_write v2.2.0
3762026-05-28T08:45:47.438Z Downloaded dropshot_endpoint v0.17.0
3772026-05-28T08:45:47.438Z Downloaded lalrpop-util v0.19.12
3782026-05-28T08:45:47.441Z Downloaded itoa v1.0.17
3792026-05-28T08:45:47.441Z Downloaded is_terminal_polyfill v1.70.2
3802026-05-28T08:45:47.441Z Downloaded instability v0.3.11
3812026-05-28T08:45:47.444Z Downloaded getrandom v0.2.17
3822026-05-28T08:45:47.444Z Downloaded derive_more v0.99.20
3832026-05-28T08:45:47.447Z Downloaded darling_core v0.13.4
3842026-05-28T08:45:47.450Z Downloaded bytes v1.11.1
3852026-05-28T08:45:47.453Z Downloaded lazy_static v1.5.0
3862026-05-28T08:45:47.453Z Downloaded highway v1.3.0
3872026-05-28T08:45:47.455Z Downloaded futures-executor v0.3.32
3882026-05-28T08:45:47.456Z Downloaded humantime v2.3.0
3892026-05-28T08:45:47.458Z Downloaded inout v0.1.4
3902026-05-28T08:45:47.458Z Downloaded is_ci v1.2.0
3912026-05-28T08:45:47.458Z Downloaded is-terminal v0.4.17
3922026-05-28T08:45:47.461Z Downloaded kstat-rs v0.2.4
3932026-05-28T08:45:47.461Z Downloaded keccak v0.1.6
3942026-05-28T08:45:47.461Z Downloaded drift v0.2.0
3952026-05-28T08:45:47.466Z Downloaded linked-hash-map v0.5.6
3962026-05-28T08:45:47.469Z Downloaded http-body-util v0.1.3
3972026-05-28T08:45:47.469Z Downloaded globset v0.4.18
3982026-05-28T08:45:47.472Z Downloaded fatfs v0.3.6
3992026-05-28T08:45:47.472Z Downloaded hyper-staticfile v0.10.1
4002026-05-28T08:45:47.474Z Downloaded base64 v0.21.7
4012026-05-28T08:45:47.477Z Downloaded maplit v1.0.2
4022026-05-28T08:45:47.477Z Downloaded managed v0.8.0
4032026-05-28T08:45:47.477Z Downloaded macaddr v1.0.1
4042026-05-28T08:45:47.480Z Downloaded lru-cache v0.1.2
4052026-05-28T08:45:47.480Z Downloaded md-5 v0.10.6
4062026-05-28T08:45:47.480Z Downloaded lzss v0.8.2
4072026-05-28T08:45:47.482Z Downloaded lru-slab v0.1.2
4082026-05-28T08:45:47.482Z Downloaded derive-where v1.6.0
4092026-05-28T08:45:47.485Z Downloaded darling_core v0.21.3
4102026-05-28T08:45:47.488Z Downloaded darling_core v0.20.11
4112026-05-28T08:45:47.491Z Downloaded compact_str v0.8.1
4122026-05-28T08:45:47.493Z Downloaded half v1.8.3
4132026-05-28T08:45:47.493Z Downloaded linkme-impl v0.3.35
4142026-05-28T08:45:47.496Z Downloaded libscf-sys v1.1.0
4152026-05-28T08:45:47.496Z Downloaded ipnet v2.11.0
4162026-05-28T08:45:47.499Z Downloaded lru v0.12.5
4172026-05-28T08:45:47.499Z Downloaded memoffset v0.9.1
4182026-05-28T08:45:47.499Z Downloaded memmap v0.7.0
4192026-05-28T08:45:47.501Z Downloaded md5 v0.7.0
4202026-05-28T08:45:47.502Z Downloaded impl-trait-for-tuples v0.2.3
4212026-05-28T08:45:47.502Z Downloaded mime v0.3.17
4222026-05-28T08:45:47.504Z Downloaded darling v0.23.0
4232026-05-28T08:45:47.507Z Downloaded async-bb8-diesel v0.2.1
4242026-05-28T08:45:47.507Z Downloaded bzip2 v0.6.1
4252026-05-28T08:45:47.510Z Downloaded ingot v0.1.1
4262026-05-28T08:45:47.510Z Downloaded indoc v2.0.7
4272026-05-28T08:45:47.512Z Downloaded der v0.7.10
4282026-05-28T08:45:47.515Z Downloaded miette-derive v5.10.0
4292026-05-28T08:45:47.515Z Downloaded match_cfg v0.1.0
4302026-05-28T08:45:47.518Z Downloaded bumpalo v3.20.2
4312026-05-28T08:45:47.518Z Downloaded nested v0.1.1
4322026-05-28T08:45:47.520Z Downloaded ipnetwork v0.21.1
4332026-05-28T08:45:47.521Z Downloaded env_logger v0.11.9
4342026-05-28T08:45:47.523Z Downloaded embedded-io v0.4.0
4352026-05-28T08:45:47.523Z Downloaded futures-io v0.3.32
4362026-05-28T08:45:47.523Z Downloaded cancel-safe-futures v0.1.5
4372026-05-28T08:45:47.526Z Downloaded nibble_vec v0.1.0
4382026-05-28T08:45:47.526Z Downloaded libtest-mimic v0.8.1
4392026-05-28T08:45:47.529Z Downloaded libsw-core v0.3.2
4402026-05-28T08:45:47.529Z Downloaded getrandom v0.3.4
4412026-05-28T08:45:47.531Z Downloaded num v0.4.3
4422026-05-28T08:45:47.531Z Downloaded libsw v3.5.0
4432026-05-28T08:45:47.534Z Downloaded cc v1.2.56
4442026-05-28T08:45:47.537Z Downloaded newline-converter v0.3.0
4452026-05-28T08:45:47.537Z Downloaded new_debug_unreachable v1.0.6
4462026-05-28T08:45:47.537Z Downloaded multimap v0.10.1
4472026-05-28T08:45:47.537Z Downloaded lock_api v0.4.14
4482026-05-28T08:45:47.540Z Downloaded httparse v1.10.1
4492026-05-28T08:45:47.540Z Downloaded hyper-tls v0.6.0
4502026-05-28T08:45:47.543Z Downloaded num-iter v0.1.45
4512026-05-28T08:45:47.543Z Downloaded num_enum_derive v0.5.11
4522026-05-28T08:45:47.543Z Downloaded normalize-line-endings v0.3.0
4532026-05-28T08:45:47.545Z Downloaded nodrop v0.1.14
4542026-05-28T08:45:47.545Z Downloaded newtype-uuid-macros v0.1.0
4552026-05-28T08:45:47.545Z Downloaded linear-map v1.2.0
4562026-05-28T08:45:47.546Z Downloaded nonempty v0.12.0
4572026-05-28T08:45:47.548Z Downloaded libefi-sys v0.1.0
4582026-05-28T08:45:47.548Z Downloaded num-conv v0.2.0
4592026-05-28T08:45:47.548Z Downloaded linkme v0.3.35
4602026-05-28T08:45:47.551Z Downloaded httptest v0.16.4
4612026-05-28T08:45:47.553Z Downloaded chumsky v0.9.3
4622026-05-28T08:45:47.553Z Downloaded knuffel-derive v3.2.0
4632026-05-28T08:45:47.556Z Downloaded iana-time-zone v0.1.65
4642026-05-28T08:45:47.556Z Downloaded half v2.7.1
4652026-05-28T08:45:47.559Z Downloaded maybe-uninit v2.0.0
4662026-05-28T08:45:47.559Z Downloaded darling_core v0.23.0
4672026-05-28T08:45:47.562Z Downloaded crypto-bigint v0.5.5
4682026-05-28T08:45:47.565Z Downloaded num-derive v0.4.2
4692026-05-28T08:45:47.568Z Downloaded openssl-macros v0.1.1
4702026-05-28T08:45:47.568Z Downloaded num_threads v0.1.7
4712026-05-28T08:45:47.571Z Downloaded mime_guess v2.0.5
4722026-05-28T08:45:47.571Z Downloaded hyper-rustls v0.27.7
4732026-05-28T08:45:47.574Z Downloaded flume v0.11.1
4742026-05-28T08:45:47.574Z Downloaded hmac v0.12.1
4752026-05-28T08:45:47.577Z Downloaded async-compression v0.4.41
4762026-05-28T08:45:47.579Z Downloaded hickory-client v0.25.2
4772026-05-28T08:45:47.579Z Downloaded native-tls v0.2.18
4782026-05-28T08:45:47.582Z Downloaded openssl-probe v0.2.1
4792026-05-28T08:45:47.582Z Downloaded openssl-probe v0.1.6
4802026-05-28T08:45:47.585Z Downloaded ingot-types v0.1.2
4812026-05-28T08:45:47.585Z Downloaded ingot-macros v0.1.1
4822026-05-28T08:45:47.585Z Downloaded olpc-cjson v0.1.4
4832026-05-28T08:45:47.587Z Downloaded camino v1.2.2
4842026-05-28T08:45:47.587Z Downloaded ordered-float v2.10.1
4852026-05-28T08:45:47.590Z Downloaded oso-derive v0.27.3
4862026-05-28T08:45:47.590Z Downloaded opaque-debug v0.3.1
4872026-05-28T08:45:47.590Z Downloaded fxhash v0.2.1
4882026-05-28T08:45:47.590Z Downloaded either v1.15.0
4892026-05-28T08:45:47.593Z Downloaded futures v0.3.32
4902026-05-28T08:45:47.596Z Downloaded newtype-uuid v1.3.2
4912026-05-28T08:45:47.596Z Downloaded derive_builder_core v0.20.2
4922026-05-28T08:45:47.596Z Downloaded daft v0.1.7
4932026-05-28T08:45:47.598Z Downloaded libloading v0.8.9
4942026-05-28T08:45:47.598Z Downloaded flate2 v1.1.9
4952026-05-28T08:45:47.602Z Downloaded parking v2.2.1
4962026-05-28T08:45:47.604Z Downloaded packed_struct_codegen v0.10.1
4972026-05-28T08:45:47.604Z Downloaded nanorand v0.7.0
4982026-05-28T08:45:47.607Z Downloaded newtype_derive v0.1.6
4992026-05-28T08:45:47.607Z Downloaded foreign-types v0.3.2
5002026-05-28T08:45:47.607Z Downloaded diesel-dtrace v0.5.0
5012026-05-28T08:45:47.610Z Downloaded fancy-regex v0.14.0
5022026-05-28T08:45:47.610Z Downloaded ed25519-dalek v2.2.0
5032026-05-28T08:45:47.613Z Downloaded ctr v0.9.2
5042026-05-28T08:45:47.615Z Downloaded nu-ansi-term v0.50.3
5052026-05-28T08:45:47.615Z Downloaded num_enum v0.5.11
5062026-05-28T08:45:47.618Z Downloaded num-integer v0.1.46
5072026-05-28T08:45:47.621Z Downloaded num-complex v0.4.6
5082026-05-28T08:45:47.621Z Downloaded backon v1.6.0
5092026-05-28T08:45:47.623Z Downloaded diesel_derives v2.3.7
5102026-05-28T08:45:47.626Z Downloaded icu_provider v2.1.1
5112026-05-28T08:45:47.629Z Downloaded litemap v0.8.1
5122026-05-28T08:45:47.629Z Downloaded memmap2 v0.9.10
5132026-05-28T08:45:47.632Z Downloaded num_enum_derive v0.7.6
5142026-05-28T08:45:47.632Z Downloaded num-rational v0.4.2
5152026-05-28T08:45:47.636Z Downloaded parse-size v1.1.0
5162026-05-28T08:45:47.636Z Downloaded num-derive v0.3.3
5172026-05-28T08:45:47.636Z Downloaded ignore v0.4.25
5182026-05-28T08:45:47.638Z Downloaded peg-runtime v0.8.5
5192026-05-28T08:45:47.638Z Downloaded pbkdf2 v0.12.2
5202026-05-28T08:45:47.638Z Downloaded pathdiff v0.2.3
5212026-05-28T08:45:47.638Z Downloaded path-slash v0.1.5
5222026-05-28T08:45:47.641Z Downloaded expectorate v1.2.0
5232026-05-28T08:45:47.641Z Downloaded indexmap v1.9.3
5242026-05-28T08:45:47.644Z Downloaded heapless v0.7.17
5252026-05-28T08:45:47.647Z Downloaded num_enum v0.7.6
5262026-05-28T08:45:47.649Z Downloaded oorandom v11.1.5
5272026-05-28T08:45:47.649Z Downloaded jobserver v0.1.34
5282026-05-28T08:45:47.652Z Downloaded phf_shared v0.13.1
5292026-05-28T08:45:47.652Z Downloaded packed_struct v0.10.1
5302026-05-28T08:45:47.652Z Downloaded oxide-tokio-rt v0.1.4
5312026-05-28T08:45:47.655Z Downloaded owo-colors v4.3.0
5322026-05-28T08:45:47.655Z Downloaded phf_shared v0.11.3
5332026-05-28T08:45:47.658Z Downloaded getrandom v0.4.1
5342026-05-28T08:45:47.658Z Downloaded oxnet v0.1.5
5352026-05-28T08:45:47.661Z Downloaded pbkdf2 v0.11.0
5362026-05-28T08:45:47.661Z Downloaded icu_properties v2.1.2
5372026-05-28T08:45:47.664Z Downloaded multer v3.1.0
5382026-05-28T08:45:47.667Z Downloaded percent-encoding v2.3.2
5392026-05-28T08:45:47.667Z Downloaded derive_more-impl v2.1.1
5402026-05-28T08:45:47.669Z Downloaded plotters-backend v0.3.7
5412026-05-28T08:45:47.669Z Downloaded derive_more v2.1.1
5422026-05-28T08:45:47.675Z Downloaded plotters-svg v0.3.7
5432026-05-28T08:45:47.678Z Downloaded libbz2-rs-sys v0.2.2
5442026-05-28T08:45:47.678Z Downloaded concurrent-queue v2.5.0
5452026-05-28T08:45:47.681Z Downloaded litrs v1.0.0
5462026-05-28T08:45:47.681Z Downloaded pin-utils v0.1.0
5472026-05-28T08:45:47.683Z Downloaded ar_archive_writer v0.5.1
5482026-05-28T08:45:47.684Z Downloaded parse-display v0.10.0
5492026-05-28T08:45:47.686Z Downloaded parking_lot_core v0.8.6
5502026-05-28T08:45:47.686Z Downloaded precomputed-hash v0.1.1
5512026-05-28T08:45:47.686Z Downloaded plain v0.2.3
5522026-05-28T08:45:47.689Z Downloaded csv-core v0.1.13
5532026-05-28T08:45:47.689Z Downloaded cipher v0.4.4
5542026-05-28T08:45:47.689Z Downloaded chacha20 v0.9.1
5552026-05-28T08:45:47.692Z Downloaded cexpr v0.6.0
5562026-05-28T08:45:47.692Z Downloaded async-trait v0.1.89
5572026-05-28T08:45:47.694Z Downloaded assert_cmd v2.1.2
5582026-05-28T08:45:47.697Z Downloaded defmt-parser v1.0.0
5592026-05-28T08:45:47.697Z Downloaded icu_normalizer_data v2.1.1
5602026-05-28T08:45:47.699Z Downloaded critical-section v1.2.0
5612026-05-28T08:45:47.699Z Downloaded log v0.4.29
5622026-05-28T08:45:47.702Z Downloaded embedded-io v0.6.1
5632026-05-28T08:45:47.702Z Downloaded path-tree v0.8.3
5642026-05-28T08:45:47.702Z Downloaded predicates-tree v1.0.13
5652026-05-28T08:45:47.705Z Downloaded pem v3.0.6
5662026-05-28T08:45:47.705Z Downloaded predicates-core v1.0.10
5672026-05-28T08:45:47.705Z Downloaded pretty-hex v0.4.1
5682026-05-28T08:45:47.708Z Downloaded potential_utf v0.1.4
5692026-05-28T08:45:47.708Z Downloaded peg v0.8.5
5702026-05-28T08:45:47.710Z Downloaded proc-macro-error-attr v1.0.4
5712026-05-28T08:45:47.710Z Downloaded proc-macro-crate v1.3.1
5722026-05-28T08:45:47.710Z Downloaded paste v1.0.15
5732026-05-28T08:45:47.713Z Downloaded heapless v0.8.0
5742026-05-28T08:45:47.716Z Downloaded peg-macros v0.8.5
5752026-05-28T08:45:47.718Z Downloaded once_cell v1.21.3
5762026-05-28T08:45:47.718Z Downloaded headers v0.4.1
5772026-05-28T08:45:47.721Z Downloaded password-hash v0.5.0
5782026-05-28T08:45:47.724Z Downloaded password-hash v0.4.2
5792026-05-28T08:45:47.724Z Downloaded owo-colors v3.5.0
5802026-05-28T08:45:47.726Z Downloaded parse-display-derive v0.10.0
5812026-05-28T08:45:47.726Z Downloaded pkcs8 v0.10.2
5822026-05-28T08:45:47.729Z Downloaded partial-io v0.5.4
5832026-05-28T08:45:47.732Z Downloaded progenitor-client v0.11.2
5842026-05-28T08:45:47.732Z Downloaded knuffel v3.2.0
5852026-05-28T08:45:47.734Z Downloaded progenitor-macro v0.14.0
5862026-05-28T08:45:47.734Z Downloaded progenitor-client v0.14.0
5872026-05-28T08:45:47.734Z Downloaded crossterm v0.29.0
5882026-05-28T08:45:47.737Z Downloaded pin-project-lite v0.2.17
5892026-05-28T08:45:47.741Z Downloaded proc-macro-error-attr2 v2.0.0
5902026-05-28T08:45:47.743Z Downloaded phf v0.13.1
5912026-05-28T08:45:47.743Z Downloaded phf v0.12.1
5922026-05-28T08:45:47.743Z Downloaded pem-rfc7468 v0.7.0
5932026-05-28T08:45:47.746Z Downloaded progenitor-macro v0.13.0
5942026-05-28T08:45:47.746Z Downloaded polyval v0.6.2
5952026-05-28T08:45:47.749Z Downloaded pin-project-internal v1.1.11
5962026-05-28T08:45:47.749Z Downloaded phf_shared v0.12.1
5972026-05-28T08:45:47.749Z Downloaded quick-error v1.2.3
5982026-05-28T08:45:47.752Z Downloaded parking_lot v0.12.5
5992026-05-28T08:45:47.752Z Downloaded pkg-config v0.3.32
6002026-05-28T08:45:47.754Z Downloaded poly1305 v0.8.0
6012026-05-28T08:45:47.754Z Downloaded postgres-protocol v0.6.10
6022026-05-28T08:45:47.757Z Downloaded progenitor-macro v0.11.2
6032026-05-28T08:45:47.757Z Downloaded radium v0.7.0
6042026-05-28T08:45:47.759Z Downloaded psl-types v2.0.11
6052026-05-28T08:45:47.760Z Downloaded predicates v3.1.4
6062026-05-28T08:45:47.760Z Downloaded parking_lot_core v0.9.12
6072026-05-28T08:45:47.762Z Downloaded rand_chacha v0.3.1
6082026-05-28T08:45:47.762Z Downloaded indicatif v0.18.4
6092026-05-28T08:45:47.765Z Downloaded hashbrown v0.12.3
6102026-05-28T08:45:47.768Z Downloaded ppv-lite86 v0.2.21
6112026-05-28T08:45:47.770Z Downloaded icu_normalizer v2.1.1
6122026-05-28T08:45:47.773Z Downloaded crossterm v0.28.1
6132026-05-28T08:45:47.776Z Downloaded powerfmt v0.2.0
6142026-05-28T08:45:47.776Z Downloaded num-traits v0.2.19
6152026-05-28T08:45:47.779Z Downloaded proc-macro-error v1.0.4
6162026-05-28T08:45:47.781Z Downloaded miniz_oxide v0.8.9
6172026-05-28T08:45:47.781Z Downloaded icu_collections v2.1.1
6182026-05-28T08:45:47.784Z Downloaded recursive v0.1.1
6192026-05-28T08:45:47.787Z Downloaded proc-macro-crate v3.4.0
6202026-05-28T08:45:47.787Z Downloaded primeorder v0.13.6
6212026-05-28T08:45:47.787Z Downloaded omicron-zone-package v0.12.2
6222026-05-28T08:45:47.794Z Downloaded aes v0.8.4
6232026-05-28T08:45:47.794Z Downloaded jiff-static v0.2.21
6242026-05-28T08:45:47.794Z Downloaded hickory-resolver v0.25.2
6252026-05-28T08:45:47.797Z Downloaded oso v0.27.3
6262026-05-28T08:45:47.800Z Downloaded progenitor-extras v0.2.0
6272026-05-28T08:45:47.803Z Downloaded progenitor v0.11.2
6282026-05-28T08:45:47.803Z Downloaded pest_generator v2.8.6
6292026-05-28T08:45:47.806Z Downloaded ref-cast v1.0.25
6302026-05-28T08:45:47.809Z Downloaded papergrid v0.17.0
6312026-05-28T08:45:47.812Z Downloaded parking_lot v0.11.2
6322026-05-28T08:45:47.812Z Downloaded papergrid v0.11.0
6332026-05-28T08:45:47.815Z Downloaded postcard v1.1.3
6342026-05-28T08:45:47.817Z Downloaded pkcs5 v0.7.1
6352026-05-28T08:45:47.820Z Downloaded ref-cast-impl v1.0.25
6362026-05-28T08:45:47.820Z Downloaded rand_core v0.9.5
6372026-05-28T08:45:47.820Z Downloaded russh-cryptovec v0.7.3
6382026-05-28T08:45:47.823Z Downloaded rand_chacha v0.9.0
6392026-05-28T08:45:47.823Z Downloaded pkcs1 v0.7.5
6402026-05-28T08:45:47.823Z Downloaded rfc6979 v0.4.0
6412026-05-28T08:45:47.826Z Downloaded rustc_version v0.1.7
6422026-05-28T08:45:47.826Z Downloaded rtoolbox v0.0.3
6432026-05-28T08:45:47.826Z Downloaded rustc-hash v2.1.1
6442026-05-28T08:45:47.828Z Downloaded recursive-proc-macro-impl v0.1.1
6452026-05-28T08:45:47.829Z Downloaded hickory-resolver v0.24.4
6462026-05-28T08:45:47.831Z Downloaded pest_derive v2.8.6
6472026-05-28T08:45:47.834Z Downloaded progenitor-client v0.13.0
6482026-05-28T08:45:47.834Z Downloaded progenitor v0.14.0
6492026-05-28T08:45:47.834Z Downloaded progenitor v0.13.0
6502026-05-28T08:45:47.837Z Downloaded proc-macro-error2 v2.0.1
6512026-05-28T08:45:47.837Z Downloaded criterion v0.7.0
6522026-05-28T08:45:47.841Z Downloaded rand_xorshift v0.4.0
6532026-05-28T08:45:47.843Z Downloaded rand_core v0.6.4
6542026-05-28T08:45:47.844Z Downloaded salsa20 v0.10.2
6552026-05-28T08:45:47.846Z Downloaded hashbrown v0.13.2
6562026-05-28T08:45:47.849Z Downloaded dropshot-api-manager v0.7.2
6572026-05-28T08:45:47.852Z Downloaded rustc_version v0.4.1
6582026-05-28T08:45:47.852Z Downloaded rand_core v0.10.0
6592026-05-28T08:45:47.854Z Downloaded rand_seeder v0.4.0
6602026-05-28T08:45:47.854Z Downloaded p256 v0.13.2
6612026-05-28T08:45:47.857Z Downloaded r2d2 v0.8.10
6622026-05-28T08:45:47.857Z Downloaded quote v1.0.45
6632026-05-28T08:45:47.860Z Downloaded postgres-types v0.2.12
6642026-05-28T08:45:47.860Z Downloaded icu_locale_core v2.1.1
6652026-05-28T08:45:47.863Z Downloaded scheduled-thread-pool v0.2.7
6662026-05-28T08:45:47.866Z Downloaded sapling-renderdag v0.1.0
6672026-05-28T08:45:47.866Z Downloaded same-file v1.0.6
6682026-05-28T08:45:47.869Z Downloaded aes-gcm v0.10.3
6692026-05-28T08:45:47.869Z Downloaded openssl-sys v0.9.115
6702026-05-28T08:45:47.872Z Downloaded hickory-server v0.25.2
6712026-05-28T08:45:47.878Z Downloaded pin-project v1.1.11
6722026-05-28T08:45:47.884Z Downloaded relative-path v1.9.3
6732026-05-28T08:45:47.887Z Downloaded psm v0.1.30
6742026-05-28T08:45:47.887Z Downloaded http v1.4.0
6752026-05-28T08:45:47.890Z Downloaded rust-argon2 v2.1.0
6762026-05-28T08:45:47.892Z Downloaded scopeguard v1.2.0
6772026-05-28T08:45:47.892Z Downloaded resolv-conf v0.7.6
6782026-05-28T08:45:47.895Z Downloaded secrecy v0.10.3
6792026-05-28T08:45:47.895Z Downloaded secrecy v0.8.0
6802026-05-28T08:45:47.898Z Downloaded rustc-demangle v0.1.27
6812026-05-28T08:45:47.903Z Downloaded minimal-lexical v0.2.1
6822026-05-28T08:45:47.906Z Downloaded quinn-udp v0.5.14
6832026-05-28T08:45:47.908Z Downloaded memchr v2.8.0
6842026-05-28T08:45:47.911Z Downloaded itertools v0.10.5
6852026-05-28T08:45:47.914Z Downloaded serde_bytes v0.11.19
6862026-05-28T08:45:47.917Z Downloaded serde-value v0.7.0
6872026-05-28T08:45:47.917Z Downloaded semver v0.1.20
6882026-05-28T08:45:47.917Z Downloaded serde_plain v1.0.2
6892026-05-28T08:45:47.919Z Downloaded rustls-native-certs v0.8.3
6902026-05-28T08:45:47.919Z Downloaded seq-macro v0.3.6
6912026-05-28T08:45:47.922Z Downloaded indexmap v2.14.0
6922026-05-28T08:45:47.925Z Downloaded aho-corasick v1.1.4
6932026-05-28T08:45:47.928Z Downloaded proc-macro2 v1.0.106
6942026-05-28T08:45:47.931Z Downloaded pest_meta v2.8.6
6952026-05-28T08:45:47.933Z Downloaded clap_builder v4.6.0
6962026-05-28T08:45:47.936Z Downloaded serde_repr v0.1.20
6972026-05-28T08:45:47.939Z Downloaded rustls-pemfile v2.2.0
6982026-05-28T08:45:47.939Z Downloaded serde_regex v1.1.0
6992026-05-28T08:45:47.942Z Downloaded rustls-pemfile v1.0.4
7002026-05-28T08:45:47.942Z Downloaded serde_spanned v1.0.4
7012026-05-28T08:45:47.942Z Downloaded prefix-trie v0.7.0
7022026-05-28T08:45:47.944Z Downloaded serde_urlencoded v0.7.1
7032026-05-28T08:45:47.944Z Downloaded serde_spanned v0.6.9
7042026-05-28T08:45:47.947Z Downloaded rustversion v1.0.22
7052026-05-28T08:45:47.947Z Downloaded miette v5.10.0
7062026-05-28T08:45:47.959Z Downloaded sha1 v0.10.6
7072026-05-28T08:45:47.963Z Downloaded schemars_derive v0.8.22
7082026-05-28T08:45:47.965Z Downloaded shell-words v1.1.1
7092026-05-28T08:45:47.968Z Downloaded hyper-util v0.1.20
7102026-05-28T08:45:47.974Z Downloaded signal-hook-mio v0.2.5
7112026-05-28T08:45:47.977Z Downloaded sigpipe v0.1.3
7122026-05-28T08:45:47.977Z Downloaded sct v0.7.1
7132026-05-28T08:45:47.979Z Downloaded sec1 v0.7.3
7142026-05-28T08:45:47.979Z Downloaded hashbrown v0.15.5
7152026-05-28T08:45:47.983Z Downloaded signature v2.2.0
7162026-05-28T08:45:47.985Z Downloaded signal-hook-tokio v0.3.1
7172026-05-28T08:45:47.985Z Downloaded scroll_derive v0.12.1
7182026-05-28T08:45:47.985Z Downloaded scroll_derive v0.13.1
7192026-05-28T08:45:47.988Z Downloaded mio v1.2.0
7202026-05-28T08:45:47.991Z Downloaded similar-asserts v1.7.0
7212026-05-28T08:45:47.993Z Downloaded serde_path_to_error v0.1.20
7222026-05-28T08:45:47.993Z Downloaded serde_derive_internals v0.29.1
7232026-05-28T08:45:47.993Z Downloaded serde-untagged v0.1.9
7242026-05-28T08:45:47.996Z Downloaded siphasher v1.0.2
7252026-05-28T08:45:47.996Z Downloaded serde-hex v0.1.0
7262026-05-28T08:45:47.999Z Downloaded serde-big-array v0.5.1
7272026-05-28T08:45:47.999Z Downloaded prettyplease v0.2.37
7282026-05-28T08:45:48.002Z Downloaded pretty_assertions v1.4.1
7292026-05-28T08:45:48.002Z Downloaded smawk v0.3.2
7302026-05-28T08:45:48.005Z Downloaded scroll v0.13.0
7312026-05-28T08:45:48.005Z Downloaded scrypt v0.11.0
7322026-05-28T08:45:48.005Z Downloaded scroll v0.12.0
7332026-05-28T08:45:48.008Z Downloaded rcgen v0.12.1
7342026-05-28T08:45:48.010Z Downloaded slog-bunyan v2.5.0
7352026-05-28T08:45:48.017Z Downloaded rusty-fork v0.3.1
7362026-05-28T08:45:48.020Z Downloaded rustls-pki-types v1.14.0
7372026-05-28T08:45:48.022Z Downloaded serde_tokenstream v0.2.3
7382026-05-28T08:45:48.023Z Downloaded progenitor-impl v0.14.0
7392026-05-28T08:45:48.025Z Downloaded progenitor-impl v0.13.0
7402026-05-28T08:45:48.025Z Downloaded progenitor-impl v0.11.2
7412026-05-28T08:45:48.028Z Downloaded sqlparser_derive v0.5.0
7422026-05-28T08:45:48.028Z Downloaded libxml v0.3.3
7432026-05-28T08:45:48.031Z Downloaded sha2 v0.10.9
7442026-05-28T08:45:48.040Z Downloaded shlex v1.3.0
7452026-05-28T08:45:48.042Z Downloaded nom v7.1.3
7462026-05-28T08:45:48.045Z Downloaded guppy v0.17.25
7472026-05-28T08:45:48.048Z Downloaded strip-ansi-escapes v0.2.1
7482026-05-28T08:45:48.051Z Downloaded stable_deref_trait v1.2.1
7492026-05-28T08:45:48.051Z Downloaded slab v0.4.12
7502026-05-28T08:45:48.051Z Downloaded strsim v0.10.0
7512026-05-28T08:45:48.053Z Downloaded simd-adler32 v0.3.8
7522026-05-28T08:45:48.054Z Downloaded semver v1.0.28
7532026-05-28T08:45:48.056Z Downloaded itertools v0.13.0
7542026-05-28T08:45:48.059Z Downloaded serde_cbor v0.11.2
7552026-05-28T08:45:48.062Z Downloaded ssh-encoding v0.2.0
7562026-05-28T08:45:48.064Z Downloaded ssh-cipher v0.2.0
7572026-05-28T08:45:48.064Z Downloaded russh-keys v0.45.0
7582026-05-28T08:45:48.067Z Downloaded slog-scope v4.4.1
7592026-05-28T08:45:48.067Z Downloaded hashbrown v0.17.0
7602026-05-28T08:45:48.070Z Downloaded structmeta-derive v0.3.0
7612026-05-28T08:45:48.072Z Downloaded blake3 v1.8.3
7622026-05-28T08:45:48.075Z Downloaded smf v0.2.3
7632026-05-28T08:45:48.078Z Downloaded rayon-core v1.13.0
7642026-05-28T08:45:48.081Z Downloaded rustls-platform-verifier v0.6.2
7652026-05-28T08:45:48.083Z Downloaded serde_with_macros v3.17.0
7662026-05-28T08:45:48.083Z Downloaded sqlformat v0.3.5
7672026-05-28T08:45:48.086Z Downloaded ryu v1.0.23
7682026-05-28T08:45:48.089Z Downloaded supports-hyperlinks v2.1.0
7692026-05-28T08:45:48.089Z Downloaded tabled_derive v0.11.0
7702026-05-28T08:45:48.091Z Downloaded supports-color v3.0.2
7712026-05-28T08:45:48.091Z Downloaded hyper v1.8.1
7722026-05-28T08:45:48.094Z Downloaded supports-color v2.1.0
7732026-05-28T08:45:48.097Z Downloaded sync_wrapper v1.0.2
7742026-05-28T08:45:48.097Z Downloaded sync-ptr v0.1.4
7752026-05-28T08:45:48.097Z Downloaded signal-hook-registry v1.4.8
7762026-05-28T08:45:48.101Z Downloaded tabled_derive v0.7.0
7772026-05-28T08:45:48.101Z Downloaded strum v0.27.2
7782026-05-28T08:45:48.101Z Downloaded strum v0.26.3
7792026-05-28T08:45:48.104Z Downloaded slog-stdlog v4.1.1
7802026-05-28T08:45:48.104Z Downloaded slog-json v2.6.1
7812026-05-28T08:45:48.104Z Downloaded tabwriter v1.4.1
7822026-05-28T08:45:48.104Z Downloaded subtle v2.6.1
7832026-05-28T08:45:48.107Z Downloaded bitvec v1.0.1
7842026-05-28T08:45:48.113Z Downloaded take_mut v0.2.2
7852026-05-28T08:45:48.116Z Downloaded tagptr v0.2.0
7862026-05-28T08:45:48.116Z Downloaded stringprep v0.1.5
7872026-05-28T08:45:48.118Z Downloaded idna v1.1.0
7882026-05-28T08:45:48.121Z Downloaded quinn v0.11.9
7892026-05-28T08:45:48.121Z Downloaded spki v0.7.3
7902026-05-28T08:45:48.124Z Downloaded swrite v0.1.0
7912026-05-28T08:45:48.124Z Downloaded hashbrown v0.16.1
7922026-05-28T08:45:48.127Z Downloaded target-triple v1.0.0
7932026-05-28T08:45:48.130Z Downloaded stringmetrics v2.2.2
7942026-05-28T08:45:48.130Z Downloaded tap v1.0.1
7952026-05-28T08:45:48.130Z Downloaded string_cache v0.8.9
7962026-05-28T08:45:48.133Z Downloaded termtree v0.5.1
7972026-05-28T08:45:48.133Z Downloaded static_assertions v1.1.0
7982026-05-28T08:45:48.135Z Downloaded smallvec v1.15.1
7992026-05-28T08:45:48.135Z Downloaded serde_derive v1.0.228
8002026-05-28T08:45:48.138Z Downloaded rand_distr v0.5.1
8012026-05-28T08:45:48.141Z Downloaded hkdf v0.12.4
8022026-05-28T08:45:48.141Z Downloaded rand v0.8.6
8032026-05-28T08:45:48.144Z Downloaded ron v0.8.1
8042026-05-28T08:45:48.146Z Downloaded qorb v0.4.1
8052026-05-28T08:45:48.149Z Downloaded testing_table v0.3.0
8062026-05-28T08:45:48.152Z Downloaded terminal_size v0.4.3
8072026-05-28T08:45:48.152Z Downloaded terminal_size v0.1.17
8082026-05-28T08:45:48.155Z Downloaded support-bundle-viewer v0.1.2
8092026-05-28T08:45:48.155Z Downloaded snafu-derive v0.8.9
8102026-05-28T08:45:48.155Z Downloaded publicsuffix v2.3.0
8112026-05-28T08:45:48.158Z Downloaded thiserror-impl-no-std v2.0.2
8122026-05-28T08:45:48.158Z Downloaded slog-envlogger v2.2.0
8132026-05-28T08:45:48.160Z Downloaded slog-dtrace v0.3.0
8142026-05-28T08:45:48.161Z Downloaded slog-async v2.8.0
8152026-05-28T08:45:48.161Z Downloaded serde_with_macros v1.5.2
8162026-05-28T08:45:48.163Z Downloaded schemars v0.8.22
8172026-05-28T08:45:48.168Z Downloaded synstructure v0.13.2
8182026-05-28T08:45:48.171Z Downloaded strum_macros v0.27.2
8192026-05-28T08:45:48.171Z Downloaded thread-id v5.1.0
8202026-05-28T08:45:48.173Z Downloaded rand v0.9.2
8212026-05-28T08:45:48.176Z Downloaded thread-id v4.2.2
8222026-05-28T08:45:48.176Z Downloaded strum_macros v0.26.4
8232026-05-28T08:45:48.179Z Downloaded strum_macros v0.24.3
8242026-05-28T08:45:48.179Z Downloaded tinyvec_macros v0.1.1
8252026-05-28T08:45:48.179Z Downloaded supports-unicode v2.1.0
8262026-05-28T08:45:48.181Z Downloaded signal-hook v0.3.18
8272026-05-28T08:45:48.181Z Downloaded rsa v0.9.10
8282026-05-28T08:45:48.184Z Downloaded num-bigint-dig v0.8.6
8292026-05-28T08:45:48.187Z Downloaded rstest_macros v0.25.0
8302026-05-28T08:45:48.189Z Downloaded time-core v0.1.8
8312026-05-28T08:45:48.192Z Downloaded futures-util v0.3.32
8322026-05-28T08:45:48.197Z Downloaded tokio-macros v2.7.0
8332026-05-28T08:45:48.200Z Downloaded termcolor v1.4.1
8342026-05-28T08:45:48.200Z Downloaded target-spec v3.5.7
8352026-05-28T08:45:48.202Z Downloaded target-lexicon v0.13.3
8362026-05-28T08:45:48.203Z Downloaded stacker v0.1.23
8372026-05-28T08:45:48.205Z Downloaded toml_write v0.1.2
8382026-05-28T08:45:48.205Z Downloaded topological-sort v0.2.2
8392026-05-28T08:45:48.208Z Downloaded pest v2.8.6
8402026-05-28T08:45:48.211Z Downloaded samael v0.0.19
8412026-05-28T08:45:48.213Z Downloaded rustls-webpki v0.103.9
8422026-05-28T08:45:48.216Z Downloaded toml_datetime v0.6.11
8432026-05-28T08:45:48.219Z Downloaded itertools v0.14.0
8442026-05-28T08:45:48.221Z Downloaded tower-service v0.3.3
8452026-05-28T08:45:48.224Z Downloaded p521 v0.13.3
8462026-05-28T08:45:48.227Z Downloaded try-lock v0.2.5
8472026-05-28T08:45:48.227Z Downloaded tower-layer v0.3.3
8482026-05-28T08:45:48.227Z Downloaded thiserror-impl v1.0.69
8492026-05-28T08:45:48.227Z Downloaded libm v0.2.16
8502026-05-28T08:45:48.233Z Downloaded trait-variant v0.1.2
8512026-05-28T08:45:48.235Z Downloaded schemars v0.9.0
8522026-05-28T08:45:48.241Z Downloaded thiserror-impl v2.0.18
8532026-05-28T08:45:48.243Z Downloaded tinystr v0.8.2
8542026-05-28T08:45:48.243Z Downloaded thiserror v2.0.18
8552026-05-28T08:45:48.247Z Downloaded tls_codec v0.4.2
8562026-05-28T08:45:48.249Z Downloaded typify-macro v0.6.2
8572026-05-28T08:45:48.249Z Downloaded unarray v0.1.4
8582026-05-28T08:45:48.252Z Downloaded time-macros v0.2.27
8592026-05-28T08:45:48.252Z Downloaded thread_local v1.1.9
8602026-05-28T08:45:48.255Z Downloaded spin v0.9.8
8612026-05-28T08:45:48.255Z Downloaded socket2 v0.6.3
8622026-05-28T08:45:48.258Z Downloaded typify-macro v0.4.3
8632026-05-28T08:45:48.258Z Downloaded tls_codec_derive v0.4.2
8642026-05-28T08:45:48.258Z Downloaded socket2 v0.5.10
8652026-05-28T08:45:48.261Z Downloaded termios v0.3.3
8662026-05-28T08:45:48.261Z Downloaded iddqd v0.4.2
8672026-05-28T08:45:48.266Z Downloaded tokio-rustls v0.25.0
8682026-05-28T08:45:48.269Z Downloaded unicode-linebreak v0.1.5
8692026-05-28T08:45:48.269Z Downloaded aws-lc-rs v1.16.3
8702026-05-28T08:45:48.275Z Downloaded unit-prefix v0.5.2
8712026-05-28T08:45:48.279Z Downloaded toml_writer v1.0.6+spec-1.1.0
8722026-05-28T08:45:48.279Z Downloaded tokio-tungstenite v0.23.1
8732026-05-28T08:45:48.279Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8742026-05-28T08:45:48.282Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8752026-05-28T08:45:48.282Z Downloaded tokio-test v0.4.5
8762026-05-28T08:45:48.282Z Downloaded serde_yaml v0.9.34+deprecated
8772026-05-28T08:45:48.284Z Downloaded unicode-xid v0.2.6
8782026-05-28T08:45:48.287Z Downloaded unicode-truncate v1.1.0
8792026-05-28T08:45:48.287Z Downloaded tokio-native-tls v0.3.1
8802026-05-28T08:45:48.290Z Downloaded tokio-dtrace v0.1.1
8812026-05-28T08:45:48.290Z Downloaded term v1.2.1
8822026-05-28T08:45:48.292Z Downloaded untrusted v0.7.1
8832026-05-28T08:45:48.292Z Downloaded thiserror v1.0.69
8842026-05-28T08:45:48.295Z Downloaded schemars v1.2.1
8852026-05-28T08:45:48.303Z Downloaded tui-tree-widget v0.23.1
8862026-05-28T08:45:48.306Z Downloaded tiny-keccak v2.0.2
8872026-05-28T08:45:48.306Z Downloaded usdt-macro v0.5.0
8882026-05-28T08:45:48.308Z Downloaded subprocess v0.2.15
8892026-05-28T08:45:48.308Z Downloaded h2 v0.4.13
8902026-05-28T08:45:48.312Z Downloaded typeid v1.0.3
8912026-05-28T08:45:48.315Z Downloaded tinytemplate v1.2.1
8922026-05-28T08:45:48.315Z Downloaded thiserror-no-std v2.0.2
8932026-05-28T08:45:48.318Z Downloaded usdt-attr-macro v0.6.0
8942026-05-28T08:45:48.318Z Downloaded utf8parse v0.2.2
8952026-05-28T08:45:48.321Z Downloaded chrono v0.4.44
8962026-05-28T08:45:48.323Z Downloaded void v1.0.2
8972026-05-28T08:45:48.326Z Downloaded tokio-rustls v0.24.1
8982026-05-28T08:45:48.326Z Downloaded bindgen v0.71.1
8992026-05-28T08:45:48.330Z Downloaded utf-8 v0.7.6
9002026-05-28T08:45:48.332Z Downloaded tokio-rustls v0.26.4
9012026-05-28T08:45:48.332Z Downloaded toml_parser v1.0.9+spec-1.1.0
9022026-05-28T08:45:48.335Z Downloaded curve25519-dalek v4.1.3
9032026-05-28T08:45:48.339Z Downloaded waitgroup v0.1.2
9042026-05-28T08:45:48.342Z Downloaded wait-timeout v0.2.1
9052026-05-28T08:45:48.342Z Downloaded xattr v1.6.1
9062026-05-28T08:45:48.342Z Downloaded toml v0.8.23
9072026-05-28T08:45:48.345Z Downloaded tokio-tungstenite v0.21.0
9082026-05-28T08:45:48.347Z Downloaded tokio-stream v0.1.18
9092026-05-28T08:45:48.351Z Downloaded want v0.3.1
9102026-05-28T08:45:48.351Z Downloaded tempfile v3.25.0
9112026-05-28T08:45:48.351Z Downloaded rand v0.10.1
9122026-05-28T08:45:48.354Z Downloaded universal-hash v0.5.1
9132026-05-28T08:45:48.354Z Downloaded rustyline v14.0.0
9142026-05-28T08:45:48.357Z Downloaded trybuild v1.0.116
9152026-05-28T08:45:48.360Z Downloaded tracing-attributes v0.1.31
9162026-05-28T08:45:48.362Z Downloaded untrusted v0.9.0
9172026-05-28T08:45:48.362Z Downloaded test-strategy v0.4.5
9182026-05-28T08:45:48.365Z Downloaded textwrap v0.15.2
9192026-05-28T08:45:48.368Z Downloaded textwrap v0.16.2
9202026-05-28T08:45:48.368Z Downloaded xshell-macros v0.2.7
9212026-05-28T08:45:48.368Z Downloaded git2 v0.20.4
9222026-05-28T08:45:48.373Z Downloaded usdt-macro v0.6.0
9232026-05-28T08:45:48.375Z Downloaded usdt-attr-macro v0.5.0
9242026-05-28T08:45:48.375Z Downloaded usdt v0.6.0
9252026-05-28T08:45:48.375Z Downloaded russh v0.45.0
9262026-05-28T08:45:48.378Z Downloaded zeroize_derive v1.4.3
9272026-05-28T08:45:48.381Z Downloaded usdt v0.5.0
9282026-05-28T08:45:48.381Z Downloaded zerofrom-derive v0.1.6
9292026-05-28T08:45:48.381Z Downloaded zerofrom v0.1.6
9302026-05-28T08:45:48.381Z Downloaded utf8_iter v1.0.4
9312026-05-28T08:45:48.384Z Downloaded twox-hash v2.1.2
9322026-05-28T08:45:48.384Z Downloaded tinyvec v1.10.0
9332026-05-28T08:45:48.386Z Downloaded unicase v2.9.0
9342026-05-28T08:45:48.387Z Downloaded steno v0.4.1
9352026-05-28T08:45:48.389Z Downloaded vsss-rs v3.3.4
9362026-05-28T08:45:48.392Z Downloaded usdt-impl v0.5.0
9372026-05-28T08:45:48.392Z Downloaded version_check v0.9.5
9382026-05-28T08:45:48.392Z Downloaded uzers v0.12.2
9392026-05-28T08:45:48.395Z Downloaded vergen-lib v0.1.6
9402026-05-28T08:45:48.395Z Downloaded snafu v0.8.9
9412026-05-28T08:45:48.398Z Downloaded plotters v0.3.7
9422026-05-28T08:45:48.403Z Downloaded toml v1.0.6+spec-1.1.0
9432026-05-28T08:45:48.405Z Downloaded tar v0.4.45
9442026-05-28T08:45:48.408Z Downloaded toml v0.7.8
9452026-05-28T08:45:48.411Z Downloaded whoami v2.1.0
9462026-05-28T08:45:48.411Z Downloaded unicode-properties v0.1.4
9472026-05-28T08:45:48.413Z Downloaded icu_properties_data v2.1.2
9482026-05-28T08:45:48.418Z Downloaded zone_cfg_derive v0.3.1
9492026-05-28T08:45:48.420Z Downloaded walkdir v2.5.0
9502026-05-28T08:45:48.420Z Downloaded vergen-lib v9.1.0
9512026-05-28T08:45:48.420Z Downloaded vergen-gitcl v1.0.8
9522026-05-28T08:45:48.423Z Downloaded term v0.7.0
9532026-05-28T08:45:48.425Z Downloaded serde v1.0.228
9542026-05-28T08:45:48.426Z Downloaded goblin v0.8.2
9552026-05-28T08:45:48.429Z Downloaded xshell v0.2.7
9562026-05-28T08:45:48.432Z Downloaded yoke-derive v0.8.1
9572026-05-28T08:45:48.432Z Downloaded zone v0.3.1
9582026-05-28T08:45:48.432Z Downloaded wyz v0.5.1
9592026-05-28T08:45:48.435Z Downloaded writeable v0.6.2
9602026-05-28T08:45:48.435Z Downloaded serde_with v1.14.0
9612026-05-28T08:45:48.437Z Downloaded tungstenite v0.23.0
9622026-05-28T08:45:48.440Z Downloaded nom v8.0.0
9632026-05-28T08:45:48.443Z Downloaded serde_core v1.0.228
9642026-05-28T08:45:48.445Z Downloaded typify v0.6.2
9652026-05-28T08:45:48.448Z Downloaded zeroize v1.8.2
9662026-05-28T08:45:48.448Z Downloaded slog v2.8.2
9672026-05-28T08:45:48.451Z Downloaded unicode-ident v1.0.24
9682026-05-28T08:45:48.453Z Downloaded typify v0.4.3
9692026-05-28T08:45:48.456Z Downloaded usdt-impl v0.6.0
9702026-05-28T08:45:48.456Z Downloaded unicode-bidi v0.3.18
9712026-05-28T08:45:48.459Z Downloaded zmij v1.0.21
9722026-05-28T08:45:48.459Z Downloaded vergen-git2 v9.1.0
9732026-05-28T08:45:48.459Z Downloaded zerovec-derive v0.11.2
9742026-05-28T08:45:48.462Z Downloaded vergen v9.1.0
9752026-05-28T08:45:48.462Z Downloaded ucd-trie v0.1.7
9762026-05-28T08:45:48.464Z Downloaded toml_edit v0.23.10+spec-1.0.0
9772026-05-28T08:45:48.467Z Downloaded toml_edit v0.22.27
9782026-05-28T08:45:48.470Z Downloaded similar v2.7.0
9792026-05-28T08:45:48.472Z Downloaded structmeta v0.3.0
9802026-05-28T08:45:48.472Z Downloaded strsim v0.11.1
9812026-05-28T08:45:48.472Z Downloaded portable-atomic v1.13.1
9822026-05-28T08:45:48.476Z Downloaded whoami v1.6.1
9832026-05-28T08:45:48.479Z Downloaded smallvec v0.6.14
9842026-05-28T08:45:48.479Z Downloaded tungstenite v0.21.0
9852026-05-28T08:45:48.482Z Downloaded slog-term v2.9.2
9862026-05-28T08:45:48.484Z Downloaded itertools v0.12.1
9872026-05-28T08:45:48.487Z Downloaded zstd v0.13.3
9882026-05-28T08:45:48.489Z Downloaded zerocopy v0.6.6
9892026-05-28T08:45:48.490Z Downloaded p384 v0.13.1
9902026-05-28T08:45:48.492Z Downloaded regex v1.12.3
9912026-05-28T08:45:48.495Z Downloaded reqwest v0.13.2
9922026-05-28T08:45:48.499Z Downloaded yoke v0.8.1
9932026-05-28T08:45:48.502Z Downloaded yasna v0.5.2
9942026-05-28T08:45:48.505Z Downloaded zerocopy-derive v0.7.35
9952026-05-28T08:45:48.507Z Downloaded ssh-key v0.6.7
9962026-05-28T08:45:48.510Z Downloaded uuid v1.23.0
9972026-05-28T08:45:48.513Z Downloaded tokio-postgres v0.7.16
9982026-05-28T08:45:48.515Z Downloaded toml_edit v0.19.15
9992026-05-28T08:45:48.523Z Downloaded vte v0.14.1
10002026-05-28T08:45:48.526Z Downloaded unsafe-libyaml v0.2.11
10012026-05-28T08:45:48.529Z Downloaded moka v0.12.13
10022026-05-28T08:45:48.532Z Downloaded reedline v0.40.0
10032026-05-28T08:45:48.536Z Downloaded rayon v1.11.0
10042026-05-28T08:45:48.542Z Downloaded zstd-safe v7.2.4
10052026-05-28T08:45:48.545Z Downloaded quick-xml v0.37.5
10062026-05-28T08:45:48.547Z Downloaded typenum v1.19.0
10072026-05-28T08:45:48.550Z Downloaded rpassword v7.4.0
10082026-05-28T08:45:48.550Z Downloaded reqwest v0.12.28
10092026-05-28T08:45:48.553Z Downloaded goblin v0.10.5
10102026-05-28T08:45:48.557Z Downloaded serde_json v1.0.149
10112026-05-28T08:45:48.562Z Downloaded unicode_categories v0.1.1
10122026-05-28T08:45:48.565Z Downloaded rustls-webpki v0.101.7
10132026-05-28T08:45:48.572Z Downloaded tower v0.5.3
10142026-05-28T08:45:48.577Z Downloaded bstr v1.12.1
10152026-05-28T08:45:48.582Z Downloaded zopfli v0.8.3
10162026-05-28T08:45:48.585Z Downloaded zerotrie v0.2.3
10172026-05-28T08:45:48.588Z Downloaded url v2.5.8
10182026-05-28T08:45:48.588Z Downloaded salty v0.3.0
10192026-05-28T08:45:48.592Z Downloaded zip v0.6.6
10202026-05-28T08:45:48.594Z Downloaded gimli v0.32.3
10212026-05-28T08:45:48.599Z Downloaded tracing-core v0.1.36
10222026-05-28T08:45:48.602Z Downloaded lalrpop v0.19.12
10232026-05-28T08:45:48.607Z Downloaded iri-string v0.7.10
10242026-05-28T08:45:48.612Z Downloaded unicode-segmentation v1.12.0
10252026-05-28T08:45:48.615Z Downloaded hashbrown v0.14.5
10262026-05-28T08:45:48.618Z Downloaded rstest v0.25.0
10272026-05-28T08:45:48.622Z Downloaded object v0.30.4
10282026-05-28T08:45:48.627Z Downloaded zerocopy-derive v0.8.40
10292026-05-28T08:45:48.633Z Downloaded yansi v1.0.1
10302026-05-28T08:45:48.635Z Downloaded petname v2.0.2
10312026-05-28T08:45:48.638Z Downloaded typed-path v0.9.3
10322026-05-28T08:45:48.641Z Downloaded serde_with v3.17.0
10332026-05-28T08:45:48.648Z Downloaded x509-cert v0.2.5
10342026-05-28T08:45:48.651Z Downloaded unicode-normalization v0.1.25
10352026-05-28T08:45:48.654Z Downloaded proptest v1.10.0
10362026-05-28T08:45:48.659Z Downloaded rustls-webpki v0.102.8
10372026-05-28T08:45:48.670Z Downloaded tough v0.22.0
10382026-05-28T08:45:48.675Z Downloaded tower-http v0.6.8
10392026-05-28T08:45:48.680Z Downloaded nix v0.27.1
10402026-05-28T08:45:48.686Z Downloaded num-bigint v0.4.6
10412026-05-28T08:45:48.705Z Downloaded tokio-util v0.7.18
10422026-05-28T08:45:48.712Z Downloaded quinn-proto v0.11.13
10432026-05-28T08:45:48.719Z Downloaded openssl v0.10.79
10442026-05-28T08:45:48.725Z Downloaded zerovec v0.11.5
10452026-05-28T08:45:48.730Z Downloaded dropshot v0.17.0
10462026-05-28T08:45:48.744Z Downloaded zerocopy v0.7.35
10472026-05-28T08:45:48.753Z Downloaded radix_trie v0.2.1
10482026-05-28T08:45:48.757Z Downloaded tabled v0.15.0
10492026-05-28T08:45:48.766Z Downloaded zip v4.6.1
10502026-05-28T08:45:48.769Z Downloaded nix v0.31.2
10512026-05-28T08:45:48.777Z Downloaded winnow v0.6.26
10522026-05-28T08:45:48.782Z Downloaded tabled v0.20.0
10532026-05-28T08:45:48.793Z Downloaded object v0.37.3
10542026-05-28T08:45:48.799Z Downloaded hickory-proto v0.24.4
10552026-05-28T08:45:48.808Z Downloaded winnow v0.5.40
10562026-05-28T08:45:48.813Z Downloaded polar-core v0.27.3
10572026-05-28T08:45:48.818Z Downloaded nix v0.28.0
10582026-05-28T08:45:48.825Z Downloaded syn v1.0.109
10592026-05-28T08:45:48.831Z Downloaded winnow v0.7.14
10602026-05-28T08:45:48.836Z Downloaded rustls v0.21.12
10612026-05-28T08:45:48.842Z Downloaded zlib-rs v0.6.2
10622026-05-28T08:45:48.845Z Downloaded winnow v1.0.3
10632026-05-28T08:45:48.851Z Downloaded webpki-roots v1.0.6
10642026-05-28T08:45:48.854Z Downloaded hickory-proto v0.25.2
10652026-05-28T08:45:48.862Z Downloaded zerocopy v0.8.40
10662026-05-28T08:45:48.868Z Downloaded unicode-width v0.2.0
10672026-05-28T08:45:48.872Z Downloaded rustls v0.22.4
10682026-05-28T08:45:48.880Z Downloaded rustls v0.23.37
10692026-05-28T08:45:48.887Z Downloaded regress v0.10.5
10702026-05-28T08:45:48.892Z Downloaded vcpkg v0.2.15
10712026-05-28T08:45:48.914Z Downloaded regex-syntax v0.8.10
10722026-05-28T08:45:48.920Z Downloaded rustix v0.38.44
10732026-05-28T08:45:48.934Z Downloaded syn v2.0.117
10742026-05-28T08:45:48.941Z Downloaded unicode-width v0.1.14
10752026-05-28T08:45:48.944Z Downloaded regress v0.11.1
10762026-05-28T08:45:48.950Z Downloaded smoltcp v0.11.0
10772026-05-28T08:45:48.987Z Downloaded openapiv3 v2.2.0
10782026-05-28T08:45:48.994Z Downloaded regex-syntax v0.6.29
10792026-05-28T08:45:48.999Z Downloaded time v0.3.47
10802026-05-28T08:45:49.008Z Downloaded rustix v1.1.3
10812026-05-28T08:45:49.023Z Downloaded smoltcp v0.9.1
10822026-05-28T08:45:49.029Z Downloaded sled v0.34.7
10832026-05-28T08:45:49.035Z Downloaded diesel v2.3.7
10842026-05-28T08:45:49.074Z Downloaded sqlparser v0.61.0
10852026-05-28T08:45:49.080Z Downloaded regex-automata v0.4.14
10862026-05-28T08:45:49.089Z Downloaded petgraph v0.6.5
10872026-05-28T08:45:49.099Z Downloaded typify-impl v0.6.2
10882026-05-28T08:45:49.107Z Downloaded ratatui v0.29.0
10892026-05-28T08:45:49.118Z Downloaded typify-impl v0.4.3
10902026-05-28T08:45:49.126Z Downloaded tracing v0.1.44
10912026-05-28T08:45:49.139Z Downloaded csv v1.4.0
10922026-05-28T08:45:49.150Z Downloaded chrono-tz v0.10.4
10932026-05-28T08:45:49.160Z Downloaded bzip2-sys v0.1.13+1.0.8
10942026-05-28T08:45:49.167Z Downloaded jiff v0.2.21
10952026-05-28T08:45:49.177Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10962026-05-28T08:45:49.188Z Downloaded zerocopy-derive v0.6.6
10972026-05-28T08:45:49.230Z Downloaded petgraph v0.8.3
10982026-05-28T08:45:49.242Z Downloaded libz-sys v1.1.24
10992026-05-28T08:45:49.254Z Downloaded libc v0.2.185
11002026-05-28T08:45:49.281Z Downloaded sha3 v0.10.8
11012026-05-28T08:45:49.284Z Downloaded ring v0.17.14
11022026-05-28T08:45:49.309Z Downloaded libgit2-sys v0.18.3+1.9.2
11032026-05-28T08:45:49.341Z Downloaded tokio v1.52.1
11042026-05-28T08:45:49.406Z Downloaded encoding_rs v0.8.35
11052026-05-28T08:45:49.445Z Downloaded httpmock v0.8.3
11062026-05-28T08:45:49.935Z Downloaded aws-lc-sys v0.40.0
11072026-05-28T08:45:50.380Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11082026-05-28T08:45:52.541Z Startup: Refreshing catalog 'helios' ... Done
11092026-05-28T08:45:52.617Z Startup: Caching catalogs ... Done
11102026-05-28T08:45:52.882ZPlanning: Solver setup ... Done (0.228s)
11112026-05-28T08:45:52.901ZPlanning: Running solver ... Done (0.019s)
11122026-05-28T08:45:52.907ZPlanning: Finding local manifests ... Done (0.003s)
11132026-05-28T08:45:52.920ZPlanning: Fetching manifests: 0/2 0% complete
11142026-05-28T08:45:52.941ZPlanning: Fetching manifests: 2/2 100% complete
11152026-05-28T08:45:52.955ZPlanning: Package planning ... Done (0.014s)
11162026-05-28T08:45:52.960ZPlanning: Merging actions ... Done (0.002s)
11172026-05-28T08:45:53.154ZPlanning: Checking for conflicting actions ... Done (0.197s)
11182026-05-28T08:45:53.157ZPlanning: Consolidating action changes ... Done (0.001s)
11192026-05-28T08:45:54.088ZPlanning: Evaluating mediators ... Done (0.932s)
11202026-05-28T08:45:54.091ZPlanning: Planning completed in 1.45 seconds
11212026-05-28T08:45:54.215Z Packages to install: 2
11222026-05-28T08:45:54.215Z Estimated space available: 155.71 GB
11232026-05-28T08:45:54.215ZEstimated space to be consumed: 22.53 MB
11242026-05-28T08:45:54.215Z Create boot environment: No
11252026-05-28T08:45:54.215ZCreate backup boot environment: No
11262026-05-28T08:45:54.215Z Rebuild boot archive: No
11272026-05-28T08:45:54.218Z
11282026-05-28T08:45:54.218ZChanged packages:
11292026-05-28T08:45:54.218Zhelios
11302026-05-28T08:45:54.218Z developer/build-essential
11312026-05-28T08:45:54.218Z None -> 11-3.0
11322026-05-28T08:45:54.218Z library/libxmlsec1
11332026-05-28T08:45:54.218Z None -> 1.2.35-3.0
11342026-05-28T08:45:54.243Z
11352026-05-28T08:45:54.243ZDownload: 0/214 items 0.0/1.3MB 0% complete
11362026-05-28T08:45:54.711ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
11372026-05-28T08:45:54.805Z Actions: 1/268 actions (Installing new actions)
11382026-05-28T08:45:54.844Z Actions: Completed 268 actions in 0.04 seconds.
11392026-05-28T08:45:54.880ZFinalize: Updating package state database ... Done (0.036s)
11402026-05-28T08:45:54.880ZFinalize: Updating package cache ... Done (0.000s)
11412026-05-28T08:45:54.899ZFinalize: Updating image state ... Done (0.018s)
11422026-05-28T08:45:57.475ZFinalize: Creating fast lookup database ... Done (2.552s)
11432026-05-28T08:45:57.544ZFinalize: Reading search index ... Done (0.013s)
11442026-05-28T08:45:57.547ZFinalize: Updating search index ... Done (0.000s)
11452026-05-28T08:45:57.636ZFinalize: Updating package cache ... Done (0.000s)
11462026-05-28T08:45:57.943ZPlanning: Evaluating mediator changes ... Done
11472026-05-28T08:45:58.049ZPlanning: Checking for conflicting actions ... Done
11482026-05-28T08:45:58.051ZPlanning: Consolidating action changes ... Done
11492026-05-28T08:45:58.211ZPlanning: Evaluating mediators ... Done
11502026-05-28T08:45:58.214ZPlanning: Planning completed in 0.27 seconds
11512026-05-28T08:45:58.235Z Mediators to change: 2
11522026-05-28T08:45:58.235Z Create boot environment: No
11532026-05-28T08:45:58.235ZCreate backup boot environment: No
11542026-05-28T08:45:58.364ZFinalize: Updating package state database ... Done
11552026-05-28T08:45:58.364ZFinalize: Updating package cache ... Done
11562026-05-28T08:45:58.377ZFinalize: Updating image state ... Done
11572026-05-28T08:46:00.328ZFinalize: Creating fast lookup database ... Done
11582026-05-28T08:46:00.391ZFinalize: Reading search index ... Done
11592026-05-28T08:46:00.394ZFinalize: Updating search index ... Done
11602026-05-28T08:46:00.489ZFinalize: Updating package cache ... Done
11612026-05-28T08:46:00.782ZPlanning: Evaluating mediator changes ... Done
11622026-05-28T08:46:00.888ZPlanning: Checking for conflicting actions ... Done
11632026-05-28T08:46:00.891ZPlanning: Consolidating action changes ... Done
11642026-05-28T08:46:01.051ZPlanning: Evaluating mediators ... Done
11652026-05-28T08:46:01.053ZPlanning: Planning completed in 0.27 seconds
11662026-05-28T08:46:01.076Z Mediators to change: 1
11672026-05-28T08:46:01.076Z Create boot environment: No
11682026-05-28T08:46:01.076ZCreate backup boot environment: No
11692026-05-28T08:46:01.145ZFinalize: Updating package state database ... Done
11702026-05-28T08:46:01.145ZFinalize: Updating package cache ... Done
11712026-05-28T08:46:01.158ZFinalize: Updating image state ... Done
11722026-05-28T08:46:03.104ZFinalize: Creating fast lookup database ... Done
11732026-05-28T08:46:03.170ZFinalize: Reading search index ... Done
11742026-05-28T08:46:03.173ZFinalize: Updating search index ... Done
11752026-05-28T08:46:03.251ZFinalize: Updating package cache ... Done
11762026-05-28T08:46:03.565ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11772026-05-28T08:46:03.565Zapache system 2.4 system
11782026-05-28T08:46:03.565Zclang system 15 system
11792026-05-28T08:46:03.566Zcsh system system illumos
11802026-05-28T08:46:03.566Zctags system system illumos
11812026-05-28T08:46:03.566Zfile vendor vendor darwinsys
11822026-05-28T08:46:03.566Zfile system system illumos
11832026-05-28T08:46:03.566Zgcc vendor 14 vendor
11842026-05-28T08:46:03.566Zgcc system 13 system
11852026-05-28T08:46:03.566Zgcc system 10 system
11862026-05-28T08:46:03.566Zgo system 1.25 system
11872026-05-28T08:46:03.566Zllvm system 15 system
11882026-05-28T08:46:03.566Zmariadb system 11.4 system
11892026-05-28T08:46:03.566Zmta vendor vendor dma
11902026-05-28T08:46:03.566Zopenjdk system 17 system
11912026-05-28T08:46:03.566Zopenjdk system 11 system
11922026-05-28T08:46:03.566Zopenssl vendor 3 vendor
11932026-05-28T08:46:03.566Zperl system 5.40 system
11942026-05-28T08:46:03.567Zpostgresql system 18 system
11952026-05-28T08:46:03.567Zpostgresql system 17 system
11962026-05-28T08:46:03.567Zpython vendor 3 vendor
11972026-05-28T08:46:03.567Zpython system 2 system
11982026-05-28T08:46:03.567Zpython3 vendor 3.13 vendor
11992026-05-28T08:46:03.567Zruby system 3.4 system
12002026-05-28T08:46:03.567Zruby system 3.0 system
12012026-05-28T08:46:03.567Zwords vendor vendor american-english
12022026-05-28T08:46:03.567Zwords system system australian-english
12032026-05-28T08:46:03.567Zwords system system british-english
12042026-05-28T08:46:03.567Zwords system system canadian-english
12052026-05-28T08:46:03.567Zwords system system french
12062026-05-28T08:46:03.567Zwords system system italian
12072026-05-28T08:46:03.567Zwords system system ngerman
12082026-05-28T08:46:03.567Zwords system system ogerman
12092026-05-28T08:46:03.567Zwords system system spanish
12102026-05-28T08:46:03.820ZPUBLISHER TYPE STATUS P LOCATION
12112026-05-28T08:46:03.820Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12122026-05-28T08:46:04.118ZFMRI IFO
12132026-05-28T08:46:04.118Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12142026-05-28T08:46:04.118Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12152026-05-28T08:46:04.118Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12162026-05-28T08:46:04.118Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12172026-05-28T08:46:04.118Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12182026-05-28T08:46:04.118Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12192026-05-28T08:46:04.118Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12202026-05-28T08:46:04.119Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12212026-05-28T08:46:04.119Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12222026-05-28T08:46:04.723Z Downloading crates ...
12232026-05-28T08:46:04.776Z Downloaded cargo_toml v0.21.0
12242026-05-28T08:46:04.821Z Compiling proc-macro2 v1.0.106
12252026-05-28T08:46:04.821Z Compiling unicode-ident v1.0.24
12262026-05-28T08:46:04.821Z Compiling quote v1.0.45
12272026-05-28T08:46:04.838Z Compiling serde_core v1.0.228
12282026-05-28T08:46:04.838Z Compiling libc v0.2.185
12292026-05-28T08:46:04.838Z Compiling version_check v0.9.5
12302026-05-28T08:46:04.838Z Compiling stable_deref_trait v1.2.1
12312026-05-28T08:46:04.839Z Compiling serde v1.0.228
12322026-05-28T08:46:04.839Z Compiling memchr v2.8.0
12332026-05-28T08:46:04.839Z Compiling zmij v1.0.21
12342026-05-28T08:46:04.839Z Compiling itoa v1.0.17
12352026-05-28T08:46:04.839Z Compiling thiserror v1.0.69
12362026-05-28T08:46:04.919Z Compiling ucd-trie v0.1.7
12372026-05-28T08:46:04.928Z Compiling autocfg v1.5.0
12382026-05-28T08:46:04.928Z Compiling writeable v0.6.2
12392026-05-28T08:46:05.067Z Compiling litemap v0.8.1
12402026-05-28T08:46:05.078Z Compiling rustix v1.1.3
12412026-05-28T08:46:05.218Z Compiling icu_normalizer_data v2.1.1
12422026-05-28T08:46:05.264Z Compiling icu_properties_data v2.1.2
12432026-05-28T08:46:05.313Z Compiling byteorder v1.5.0
12442026-05-28T08:46:05.401Z Compiling bitflags v2.11.0
12452026-05-28T08:46:05.479Z Compiling pest v2.8.6
12462026-05-28T08:46:05.569Z Compiling serde_json v1.0.149
12472026-05-28T08:46:05.628Z Compiling num-traits v0.2.19
12482026-05-28T08:46:05.699Z Compiling hashbrown v0.17.0
12492026-05-28T08:46:05.708Z Compiling typeid v1.0.3
12502026-05-28T08:46:05.712Z Compiling smallvec v1.15.1
12512026-05-28T08:46:05.717Z Compiling equivalent v1.0.2
12522026-05-28T08:46:05.765Z Compiling usdt-impl v0.5.0
12532026-05-28T08:46:05.786Z Compiling proc-macro-error-attr v1.0.4
12542026-05-28T08:46:05.836Z Compiling syn v1.0.109
12552026-05-28T08:46:05.840Z Compiling toml_write v0.1.2
12562026-05-28T08:46:05.860Z Compiling erased-serde v0.4.9
12572026-05-28T08:46:05.921Z Compiling winnow v0.7.14
12582026-05-28T08:46:05.932Z Compiling proc-macro-error v1.0.4
12592026-05-28T08:46:05.976Z Compiling errno v0.3.14
12602026-05-28T08:46:05.994Z Compiling thread-id v4.2.2
12612026-05-28T08:46:06.080Z Compiling thiserror v2.0.18
12622026-05-28T08:46:06.083Z Compiling getrandom v0.4.1
12632026-05-28T08:46:06.126Z Compiling utf8_iter v1.0.4
12642026-05-28T08:46:06.142Z Compiling plain v0.2.3
12652026-05-28T08:46:06.153Z Compiling log v0.4.29
12662026-05-28T08:46:06.210Z Compiling camino v1.2.2
12672026-05-28T08:46:06.225Z Compiling utf8parse v0.2.2
12682026-05-28T08:46:06.237Z Compiling percent-encoding v2.3.2
12692026-05-28T08:46:06.262Z Compiling indexmap v2.14.0
12702026-05-28T08:46:06.320Z Compiling anstyle-parse v1.0.0
12712026-05-28T08:46:06.407Z Compiling form_urlencoded v1.2.2
12722026-05-28T08:46:06.449Z Compiling cfg-if v1.0.4
12732026-05-28T08:46:06.480Z Compiling anstyle-query v1.1.5
12742026-05-28T08:46:06.548Z Compiling anstyle v1.0.14
12752026-05-28T08:46:06.560Z Compiling syn v2.0.117
12762026-05-28T08:46:06.582Z Compiling pest_meta v2.8.6
12772026-05-28T08:46:06.631Z Compiling ordered-float v2.10.1
12782026-05-28T08:46:06.642Z Compiling pretty-hex v0.4.1
12792026-05-28T08:46:06.669Z Compiling colorchoice v1.0.4
12802026-05-28T08:46:06.681Z Compiling is_terminal_polyfill v1.70.2
12812026-05-28T08:46:06.784Z Compiling anstream v1.0.0
12822026-05-28T08:46:06.819Z Compiling fs-err v3.3.0
12832026-05-28T08:46:06.822Z Compiling unicode-width v0.1.14
12842026-05-28T08:46:06.855Z Compiling anyhow v1.0.102
12852026-05-28T08:46:06.905Z Compiling fnv v1.0.7
12862026-05-28T08:46:06.916Z Compiling unicode-xid v0.2.6
12872026-05-28T08:46:07.020Z Compiling terminal_size v0.4.3
12882026-05-28T08:46:07.057Z Compiling once_cell v1.21.3
12892026-05-28T08:46:07.057Z Compiling bytecount v0.6.9
12902026-05-28T08:46:07.083Z Compiling clap_lex v1.0.0
12912026-05-28T08:46:07.104Z Compiling heck v0.5.0
12922026-05-28T08:46:07.140Z Compiling fastrand v2.3.0
12932026-05-28T08:46:07.147Z Compiling strsim v0.11.1
12942026-05-28T08:46:07.154Z Compiling heck v0.4.1
12952026-05-28T08:46:07.191Z Compiling papergrid v0.11.0
12962026-05-28T08:46:07.261Z Compiling memmap v0.7.0
12972026-05-28T08:46:07.294Z Compiling tempfile v3.25.0
12982026-05-28T08:46:07.362Z Compiling clap_builder v4.6.0
12992026-05-28T08:46:07.385Z Compiling unicode-linebreak v0.1.5
13002026-05-28T08:46:07.387Z Compiling unicode-width v0.2.0
13012026-05-28T08:46:07.416Z Compiling smawk v0.3.2
13022026-05-28T08:46:07.528Z Compiling semver v1.0.28
13032026-05-28T08:46:07.644Z Compiling textwrap v0.16.2
13042026-05-28T08:46:07.683Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13052026-05-28T08:46:07.695Z Compiling swrite v0.1.0
13062026-05-28T08:46:07.833Z Compiling camino-tempfile v1.4.1
13072026-05-28T08:46:07.899Z Compiling serde-untagged v0.1.9
13082026-05-28T08:46:08.333Z Compiling tabled_derive v0.7.0
13092026-05-28T08:46:09.054Z Compiling tabled v0.15.0
13102026-05-28T08:46:09.106Z Compiling synstructure v0.13.2
13112026-05-28T08:46:09.106Z Compiling pest_generator v2.8.6
13122026-05-28T08:46:09.626Z Compiling serde_derive v1.0.228
13132026-05-28T08:46:09.626Z Compiling zerofrom-derive v0.1.6
13142026-05-28T08:46:09.626Z Compiling yoke-derive v0.8.1
13152026-05-28T08:46:09.626Z Compiling zerovec-derive v0.11.2
13162026-05-28T08:46:09.629Z Compiling displaydoc v0.2.5
13172026-05-28T08:46:09.629Z Compiling thiserror-impl v1.0.69
13182026-05-28T08:46:09.629Z Compiling zerocopy-derive v0.7.35
13192026-05-28T08:46:09.629Z Compiling scroll_derive v0.12.1
13202026-05-28T08:46:09.629Z Compiling thiserror-impl v2.0.18
13212026-05-28T08:46:09.629Z Compiling clap_derive v4.6.1
13222026-05-28T08:46:09.673Z Compiling pest_derive v2.8.6
13232026-05-28T08:46:10.289Z Compiling scroll v0.12.0
13242026-05-28T08:46:10.460Z Compiling zerocopy v0.7.35
13252026-05-28T08:46:10.511Z Compiling goblin v0.8.2
13262026-05-28T08:46:10.657Z Compiling zerofrom v0.1.6
13272026-05-28T08:46:10.758Z Compiling yoke v0.8.1
13282026-05-28T08:46:10.792Z Compiling dtrace-parser v0.2.0
13292026-05-28T08:46:10.900Z Compiling zerovec v0.11.5
13302026-05-28T08:46:10.900Z Compiling zerotrie v0.2.3
13312026-05-28T08:46:11.033Z Compiling clap v4.6.1
13322026-05-28T08:46:11.308Z Compiling tinystr v0.8.2
13332026-05-28T08:46:11.308Z Compiling potential_utf v0.1.4
13342026-05-28T08:46:11.410Z Compiling icu_collections v2.1.1
13352026-05-28T08:46:11.486Z Compiling icu_locale_core v2.1.1
13362026-05-28T08:46:12.038Z Compiling icu_provider v2.1.1
13372026-05-28T08:46:12.090Z Compiling toml_datetime v0.6.11
13382026-05-28T08:46:12.090Z Compiling serde_spanned v0.6.9
13392026-05-28T08:46:12.090Z Compiling serde-value v0.7.0
13402026-05-28T08:46:12.093Z Compiling cargo-platform v0.2.0
13412026-05-28T08:46:12.093Z Compiling macaddr v1.0.1
13422026-05-28T08:46:12.112Z Compiling dof v0.3.0
13432026-05-28T08:46:12.115Z Compiling serde_tokenstream v0.2.3
13442026-05-28T08:46:12.254Z Compiling icu_properties v2.1.2
13452026-05-28T08:46:12.254Z Compiling icu_normalizer v2.1.1
13462026-05-28T08:46:12.265Z Compiling toml_edit v0.22.27
13472026-05-28T08:46:12.807Z Compiling usdt-attr-macro v0.5.0
13482026-05-28T08:46:12.813Z Compiling usdt-macro v0.5.0
13492026-05-28T08:46:13.053Z Compiling idna_adapter v1.2.1
13502026-05-28T08:46:13.150Z Compiling idna v1.1.0
13512026-05-28T08:46:13.394Z Compiling usdt v0.5.0
13522026-05-28T08:46:13.410Z Compiling url v2.5.8
13532026-05-28T08:46:13.538Z Compiling toml v0.8.23
13542026-05-28T08:46:13.865Z Compiling cargo-util-schemas v0.8.2
13552026-05-28T08:46:13.865Z Compiling cargo_toml v0.21.0
13562026-05-28T08:46:14.652Z Compiling cargo_metadata v0.21.0
13572026-05-28T08:46:15.572Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13582026-05-28T08:46:17.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s
13592026-05-28T08:46:17.715Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13602026-05-28T08:46:18.515Z Compiling libc v0.2.185
13612026-05-28T08:46:18.515Z Compiling serde v1.0.228
13622026-05-28T08:46:18.518Z Compiling log v0.4.29
13632026-05-28T08:46:18.518Z Compiling shlex v1.3.0
13642026-05-28T08:46:18.518Z Compiling find-msvc-tools v0.1.9
13652026-05-28T08:46:18.518Z Compiling smallvec v1.15.1
13662026-05-28T08:46:18.518Z Compiling typenum v1.19.0
13672026-05-28T08:46:18.518Z Compiling subtle v2.6.1
13682026-05-28T08:46:18.653Z Compiling generic-array v0.14.7
13692026-05-28T08:46:18.666Z Compiling scopeguard v1.2.0
13702026-05-28T08:46:18.675Z Compiling const-oid v0.9.6
13712026-05-28T08:46:18.764Z Compiling serde_json v1.0.149
13722026-05-28T08:46:18.780Z Compiling syn v2.0.117
13732026-05-28T08:46:18.783Z Compiling zerocopy v0.8.40
13742026-05-28T08:46:18.783Z Compiling portable-atomic v1.13.1
13752026-05-28T08:46:18.793Z Compiling parking_lot_core v0.9.12
13762026-05-28T08:46:18.838Z Compiling lock_api v0.4.14
13772026-05-28T08:46:18.853Z Compiling pin-project-lite v0.2.17
13782026-05-28T08:46:19.872Z Compiling pkg-config v0.3.32
13792026-05-28T08:46:19.875Z Compiling bitflags v2.11.0
13802026-05-28T08:46:19.875Z Compiling libm v0.2.16
13812026-05-28T08:46:19.875Z Compiling futures-core v0.3.32
13822026-05-28T08:46:19.875Z Compiling critical-section v1.2.0
13832026-05-28T08:46:19.875Z Compiling num-traits v0.2.19
13842026-05-28T08:46:19.875Z Compiling percent-encoding v2.3.2
13852026-05-28T08:46:19.875Z Compiling futures-sink v0.3.32
13862026-05-28T08:46:19.875Z Compiling getrandom v0.4.1
13872026-05-28T08:46:19.875Z Compiling futures-task v0.3.32
13882026-05-28T08:46:19.875Z Compiling futures-io v0.3.32
13892026-05-28T08:46:19.875Z Compiling slab v0.4.12
13902026-05-28T08:46:19.875Z Compiling futures-channel v0.3.32
13912026-05-28T08:46:19.875Z Compiling cpufeatures v0.2.17
13922026-05-28T08:46:19.875Z Compiling rand_core v0.10.0
13932026-05-28T08:46:19.875Z Compiling indexmap v2.14.0
13942026-05-28T08:46:19.875Z Compiling rustversion v1.0.22
13952026-05-28T08:46:19.875Z Compiling getrandom v0.3.4
13962026-05-28T08:46:19.875Z Compiling form_urlencoded v1.2.2
13972026-05-28T08:46:19.875Z Compiling dunce v1.0.5
13982026-05-28T08:46:19.875Z Compiling fs_extra v1.3.0
13992026-05-28T08:46:19.875Z Compiling base64ct v1.8.3
14002026-05-28T08:46:19.875Z Compiling ident_case v1.0.1
14012026-05-28T08:46:19.875Z Compiling getrandom v0.2.17
14022026-05-28T08:46:19.875Z Compiling jobserver v0.1.34
14032026-05-28T08:46:19.875Z Compiling errno v0.3.14
14042026-05-28T08:46:19.875Z Compiling mio v1.2.0
14052026-05-28T08:46:19.875Z Compiling socket2 v0.6.3
14062026-05-28T08:46:19.875Z Compiling rand_core v0.6.4
14072026-05-28T08:46:19.875Z Compiling signal-hook-registry v1.4.8
14082026-05-28T08:46:19.875Z Compiling cc v1.2.56
14092026-05-28T08:46:19.875Z Compiling pem-rfc7468 v0.7.0
14102026-05-28T08:46:19.875Z Compiling parking_lot v0.12.5
14112026-05-28T08:46:19.921Z Compiling once_cell v1.21.3
14122026-05-28T08:46:19.950Z Compiling iana-time-zone v0.1.65
14132026-05-28T08:46:19.994Z Compiling flagset v0.4.7
14142026-05-28T08:46:20.011Z Compiling regex-syntax v0.8.10
14152026-05-28T08:46:20.025Z Compiling rustix v1.1.3
14162026-05-28T08:46:20.028Z Compiling aws-lc-rs v1.16.3
14172026-05-28T08:46:20.098Z Compiling vcpkg v0.2.15
14182026-05-28T08:46:20.122Z Compiling tracing-core v0.1.36
14192026-05-28T08:46:20.152Z Compiling uuid v1.23.0
14202026-05-28T08:46:20.155Z Compiling rustc_version v0.4.1
14212026-05-28T08:46:20.196Z Compiling base64 v0.22.1
14222026-05-28T08:46:20.211Z Compiling tinyvec_macros v0.1.1
14232026-05-28T08:46:20.233Z Compiling untrusted v0.7.1
14242026-05-28T08:46:20.294Z Compiling untrusted v0.9.0
14252026-05-28T08:46:20.338Z Compiling rand_core v0.9.5
14262026-05-28T08:46:20.372Z Compiling httparse v1.10.1
14272026-05-28T08:46:20.426Z Compiling openssl-probe v0.2.1
14282026-05-28T08:46:20.437Z Compiling tinyvec v1.10.0
14292026-05-28T08:46:20.456Z Compiling cmake v0.1.57
14302026-05-28T08:46:20.510Z Compiling aho-corasick v1.1.4
14312026-05-28T08:46:20.532Z Compiling tower-service v0.3.3
14322026-05-28T08:46:20.535Z Compiling rustls v0.23.37
14332026-05-28T08:46:20.625Z Compiling atomic-waker v1.1.2
14342026-05-28T08:46:20.639Z Compiling tower-layer v0.3.3
14352026-05-28T08:46:20.654Z Compiling try-lock v0.2.5
14362026-05-28T08:46:20.687Z Compiling dyn-clone v1.0.20
14372026-05-28T08:46:20.737Z Compiling schemars v0.8.22
14382026-05-28T08:46:20.751Z Compiling want v0.3.1
14392026-05-28T08:46:20.769Z Compiling pin-utils v0.1.0
14402026-05-28T08:46:20.784Z Compiling foreign-types-shared v0.1.1
14412026-05-28T08:46:20.801Z Compiling openssl v0.10.79
14422026-05-28T08:46:20.817Z Compiling httpdate v1.0.3
14432026-05-28T08:46:20.850Z Compiling unicode-normalization v0.1.25
14442026-05-28T08:46:20.867Z Compiling socket2 v0.5.10
14452026-05-28T08:46:20.897Z Compiling foreign-types v0.3.2
14462026-05-28T08:46:20.899Z Compiling spin v0.9.8
14472026-05-28T08:46:20.899Z Compiling crc32fast v1.5.0
14482026-05-28T08:46:20.899Z Compiling time-core v0.1.8
14492026-05-28T08:46:20.956Z Compiling num-conv v0.2.0
14502026-05-28T08:46:21.001Z Compiling powerfmt v0.2.0
14512026-05-28T08:46:21.025Z Compiling native-tls v0.2.18
14522026-05-28T08:46:21.075Z Compiling wait-timeout v0.2.1
14532026-05-28T08:46:21.089Z Compiling sync_wrapper v1.0.2
14542026-05-28T08:46:21.105Z Compiling simd-adler32 v0.3.8
14552026-05-28T08:46:21.120Z Compiling time-macros v0.2.27
14562026-05-28T08:46:21.138Z Compiling bit-vec v0.8.0
14572026-05-28T08:46:21.166Z Compiling deranged v0.5.8
14582026-05-28T08:46:21.213Z Compiling usdt-impl v0.6.0
14592026-05-28T08:46:21.227Z Compiling crossbeam-utils v0.8.21
14602026-05-28T08:46:21.244Z Compiling unicode-segmentation v1.12.0
14612026-05-28T08:46:21.261Z Compiling quick-error v1.2.3
14622026-05-28T08:46:21.305Z Compiling num_threads v0.1.7
14632026-05-28T08:46:21.321Z Compiling aws-lc-sys v0.40.0
14642026-05-28T08:46:21.355Z Compiling ring v0.17.14
14652026-05-28T08:46:21.358Z Compiling openssl-sys v0.9.115
14662026-05-28T08:46:21.384Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14672026-05-28T08:46:21.387Z Compiling siphasher v1.0.2
14682026-05-28T08:46:21.415Z Compiling syn v1.0.109
14692026-05-28T08:46:21.431Z Compiling bit-set v0.8.0
14702026-05-28T08:46:21.469Z Compiling bzip2-sys v0.1.13+1.0.8
14712026-05-28T08:46:21.537Z Compiling synstructure v0.13.2
14722026-05-28T08:46:21.605Z Compiling serde_derive_internals v0.29.1
14732026-05-28T08:46:21.620Z Compiling pest_generator v2.8.6
14742026-05-28T08:46:21.651Z Compiling darling_core v0.20.11
14752026-05-28T08:46:21.748Z Compiling regex-automata v0.4.14
14762026-05-28T08:46:21.786Z Compiling tempfile v3.25.0
14772026-05-28T08:46:21.976Z Compiling darling_core v0.21.3
14782026-05-28T08:46:22.167Z Compiling rusty-fork v0.3.1
14792026-05-28T08:46:22.198Z Compiling slog v2.8.2
14802026-05-28T08:46:22.229Z Compiling time v0.3.47
14812026-05-28T08:46:22.248Z Compiling rand_xorshift v0.4.0
14822026-05-28T08:46:22.362Z Compiling heapless v0.7.17
14832026-05-28T08:46:22.390Z Compiling thread-id v5.1.0
14842026-05-28T08:46:22.405Z Compiling cookie v0.18.1
14852026-05-28T08:46:22.418Z Compiling adler2 v2.0.1
14862026-05-28T08:46:22.436Z Compiling signal-hook v0.3.18
14872026-05-28T08:46:22.486Z Compiling unarray v0.1.4
14882026-05-28T08:46:22.506Z Compiling iri-string v0.7.10
14892026-05-28T08:46:22.540Z Compiling paste v1.0.15
14902026-05-28T08:46:22.560Z Compiling zstd-safe v7.2.4
14912026-05-28T08:46:22.603Z Compiling ryu v1.0.23
14922026-05-28T08:46:22.619Z Compiling allocator-api2 v0.2.21
14932026-05-28T08:46:22.632Z Compiling unicode-properties v0.1.4
14942026-05-28T08:46:22.635Z Compiling unicode-bidi v0.3.18
14952026-05-28T08:46:22.730Z Compiling anyhow v1.0.102
14962026-05-28T08:46:22.847Z Compiling miniz_oxide v0.8.9
14972026-05-28T08:46:22.960Z Compiling heck v0.4.1
14982026-05-28T08:46:23.204Z Compiling stringprep v0.1.5
14992026-05-28T08:46:23.266Z Compiling num-integer v0.1.46
15002026-05-28T08:46:23.269Z Compiling serde_derive v1.0.228
15012026-05-28T08:46:23.332Z Compiling zeroize_derive v1.4.3
15022026-05-28T08:46:23.424Z Compiling zerofrom-derive v0.1.6
15032026-05-28T08:46:23.499Z Compiling yoke-derive v0.8.1
15042026-05-28T08:46:23.609Z Compiling zerocopy-derive v0.8.40
15052026-05-28T08:46:23.670Z Compiling zerovec-derive v0.11.2
15062026-05-28T08:46:23.725Z Compiling displaydoc v0.2.5
15072026-05-28T08:46:23.873Z Compiling tokio-macros v2.7.0
15082026-05-28T08:46:24.019Z Compiling zeroize v1.8.2
15092026-05-28T08:46:24.034Z Compiling futures-macro v0.3.32
15102026-05-28T08:46:24.051Z Compiling der_derive v0.7.3
15112026-05-28T08:46:24.508Z Compiling rustls-pki-types v1.14.0
15122026-05-28T08:46:24.576Z Compiling tracing-attributes v0.1.31
15132026-05-28T08:46:24.628Z Compiling thiserror-impl v2.0.18
15142026-05-28T08:46:24.722Z Compiling pest_derive v2.8.6
15152026-05-28T08:46:24.821Z Compiling crypto-common v0.1.7
15162026-05-28T08:46:24.835Z Compiling block-buffer v0.10.4
15172026-05-28T08:46:24.887Z Compiling zerofrom v0.1.6
15182026-05-28T08:46:24.902Z Compiling futures-util v0.3.32
15192026-05-28T08:46:24.991Z Compiling digest v0.10.7
15202026-05-28T08:46:25.006Z Compiling yoke v0.8.1
15212026-05-28T08:46:25.023Z Compiling block-padding v0.3.3
15222026-05-28T08:46:25.037Z Compiling scroll_derive v0.13.1
15232026-05-28T08:46:25.056Z Compiling der v0.7.10
15242026-05-28T08:46:25.191Z Compiling zerovec v0.11.5
15252026-05-28T08:46:25.206Z Compiling zerotrie v0.2.3
15262026-05-28T08:46:25.209Z Compiling hmac v0.12.1
15272026-05-28T08:46:25.263Z Compiling inout v0.1.4
15282026-05-28T08:46:25.381Z Compiling sha2 v0.10.9
15292026-05-28T08:46:25.445Z Compiling cipher v0.4.4
15302026-05-28T08:46:25.529Z Compiling pbkdf2 v0.12.2
15312026-05-28T08:46:25.662Z Compiling tinystr v0.8.2
15322026-05-28T08:46:25.752Z Compiling potential_utf v0.1.4
15332026-05-28T08:46:25.765Z Compiling salsa20 v0.10.2
15342026-05-28T08:46:25.920Z Compiling icu_locale_core v2.1.1
15352026-05-28T08:46:25.920Z Compiling icu_collections v2.1.1
15362026-05-28T08:46:25.950Z Compiling spki v0.7.3
15372026-05-28T08:46:25.953Z Compiling scrypt v0.11.0
15382026-05-28T08:46:25.979Z Compiling aes v0.8.4
15392026-05-28T08:46:25.993Z Compiling tracing v0.1.44
15402026-05-28T08:46:26.057Z Compiling thiserror v2.0.18
15412026-05-28T08:46:26.171Z Compiling cbc v0.1.2
15422026-05-28T08:46:26.186Z Compiling schemars_derive v0.8.22
15432026-05-28T08:46:26.249Z Compiling scroll v0.13.0
15442026-05-28T08:46:26.283Z Compiling darling_macro v0.20.11
15452026-05-28T08:46:26.338Z Compiling openssl-macros v0.1.1
15462026-05-28T08:46:26.341Z Compiling rustls-native-certs v0.8.3
15472026-05-28T08:46:26.440Z Compiling pkcs5 v0.7.1
15482026-05-28T08:46:26.547Z Compiling icu_provider v2.1.1
15492026-05-28T08:46:26.682Z Compiling goblin v0.10.5
15502026-05-28T08:46:26.768Z Compiling bytes v1.11.1
15512026-05-28T08:46:26.809Z Compiling icu_properties v2.1.2
15522026-05-28T08:46:26.824Z Compiling icu_normalizer v2.1.1
15532026-05-28T08:46:26.839Z Compiling chrono v0.4.44
15542026-05-28T08:46:26.869Z Compiling ipnet v2.11.0
15552026-05-28T08:46:26.884Z Compiling pkcs8 v0.10.2
15562026-05-28T08:46:26.887Z Compiling darling v0.20.11
15572026-05-28T08:46:26.979Z Compiling derive_builder_core v0.20.2
15582026-05-28T08:46:27.062Z Compiling dtrace-parser v0.3.0
15592026-05-28T08:46:27.231Z Compiling tokio v1.52.1
15602026-05-28T08:46:27.258Z Compiling http v1.4.0
15612026-05-28T08:46:27.392Z Compiling signature v2.2.0
15622026-05-28T08:46:27.407Z Compiling webpki-roots v1.0.6
15632026-05-28T08:46:27.410Z Compiling thiserror-impl v1.0.69
15642026-05-28T08:46:27.505Z Compiling scroll_derive v0.12.1
15652026-05-28T08:46:27.544Z Compiling toml_datetime v0.6.11
15662026-05-28T08:46:27.589Z Compiling serde_tokenstream v0.2.3
15672026-05-28T08:46:27.825Z Compiling idna_adapter v1.2.1
15682026-05-28T08:46:27.840Z Compiling serde_spanned v0.6.9
15692026-05-28T08:46:27.877Z Compiling derive_builder_macro v0.20.2
15702026-05-28T08:46:27.926Z Compiling http-body v1.0.1
15712026-05-28T08:46:27.949Z Compiling idna v1.1.0
15722026-05-28T08:46:27.981Z Compiling erased-serde v0.3.31
15732026-05-28T08:46:27.997Z Compiling ppv-lite86 v0.2.21
15742026-05-28T08:46:28.014Z Compiling serde_urlencoded v0.7.1
15752026-05-28T08:46:28.101Z Compiling http-body-util v0.1.3
15762026-05-28T08:46:28.199Z Compiling md-5 v0.10.6
15772026-05-28T08:46:28.274Z Compiling url v2.5.8
15782026-05-28T08:46:28.278Z Compiling scroll v0.12.0
15792026-05-28T08:46:28.301Z Compiling darling_macro v0.21.3
15802026-05-28T08:46:28.351Z Compiling rand_chacha v0.9.0
15812026-05-28T08:46:28.397Z Compiling rand_chacha v0.3.1
15822026-05-28T08:46:28.412Z Compiling bstr v1.12.1
15832026-05-28T08:46:28.436Z Compiling async-trait v0.1.89
15842026-05-28T08:46:28.450Z Compiling zerocopy-derive v0.7.35
15852026-05-28T08:46:28.535Z Compiling pin-project-internal v1.1.11
15862026-05-28T08:46:28.581Z Compiling rand v0.9.2
15872026-05-28T08:46:28.657Z Compiling vergen-lib v9.1.0
15882026-05-28T08:46:28.752Z Compiling thiserror v1.0.69
15892026-05-28T08:46:28.858Z Compiling curve25519-dalek v4.1.3
15902026-05-28T08:46:28.872Z Compiling ff v0.13.1
15912026-05-28T08:46:29.026Z Compiling hash32 v0.2.1
15922026-05-28T08:46:29.089Z Compiling memoffset v0.9.1
15932026-05-28T08:46:29.103Z Compiling encoding_rs v0.8.35
15942026-05-28T08:46:29.117Z Compiling zlib-rs v0.6.2
15952026-05-28T08:46:29.238Z Compiling proptest v1.10.0
15962026-05-28T08:46:29.242Z Compiling rustix v0.38.44
15972026-05-28T08:46:29.314Z Compiling num-bigint-dig v0.8.6
15982026-05-28T08:46:29.362Z Compiling smoltcp v0.9.1
15992026-05-28T08:46:29.418Z Compiling cfg_aliases v0.2.1
16002026-05-28T08:46:29.511Z Compiling dof v0.4.0
16012026-05-28T08:46:29.525Z Compiling litrs v1.0.0
16022026-05-28T08:46:29.540Z Compiling ref-cast v1.0.25
16032026-05-28T08:46:29.565Z Compiling psl-types v2.0.11
16042026-05-28T08:46:29.606Z Compiling ipnetwork v0.21.1
16052026-05-28T08:46:29.701Z Compiling base16ct v0.2.0
16062026-05-28T08:46:29.715Z Compiling fallible-iterator v0.2.0
16072026-05-28T08:46:29.729Z Compiling mime v0.3.17
16082026-05-28T08:46:29.900Z Compiling oxnet v0.1.5
16092026-05-28T08:46:29.938Z Compiling sec1 v0.7.3
16102026-05-28T08:46:30.008Z Compiling postgres-protocol v0.6.10
16112026-05-28T08:46:30.041Z Compiling pin-project v1.1.11
16122026-05-28T08:46:30.044Z Compiling publicsuffix v2.3.0
16132026-05-28T08:46:30.082Z Compiling document-features v0.2.12
16142026-05-28T08:46:30.179Z Compiling nix v0.31.2
16152026-05-28T08:46:30.199Z Compiling zerocopy v0.7.35
16162026-05-28T08:46:30.334Z Compiling group v0.13.0
16172026-05-28T08:46:30.349Z Compiling darling v0.21.3
16182026-05-28T08:46:30.379Z Compiling rand v0.8.6
16192026-05-28T08:46:30.459Z Compiling goblin v0.8.2
16202026-05-28T08:46:30.594Z Compiling derive_builder v0.20.2
16212026-05-28T08:46:30.608Z Compiling futures-executor v0.3.32
16222026-05-28T08:46:30.662Z Compiling hubpack_derive v0.1.1
16232026-05-28T08:46:30.711Z Compiling hex v0.4.3
16242026-05-28T08:46:30.731Z Compiling hkdf v0.12.4
16252026-05-28T08:46:30.747Z Compiling crypto-bigint v0.5.5
16262026-05-28T08:46:30.763Z Compiling regex v1.12.3
16272026-05-28T08:46:30.858Z Compiling num-iter v0.1.45
16282026-05-28T08:46:30.921Z Compiling curve25519-dalek-derive v0.1.1
16292026-05-28T08:46:30.948Z Compiling daft-derive v0.1.7
16302026-05-28T08:46:30.996Z Compiling snafu-derive v0.8.9
16312026-05-28T08:46:31.013Z Compiling ref-cast-impl v1.0.25
16322026-05-28T08:46:31.055Z Compiling tokio-util v0.7.18
16332026-05-28T08:46:31.148Z Compiling tower v0.5.3
16342026-05-28T08:46:31.208Z Compiling tokio-native-tls v0.3.1
16352026-05-28T08:46:31.245Z Compiling strum_macros v0.27.2
16362026-05-28T08:46:31.452Z Compiling terminal_size v0.4.3
16372026-05-28T08:46:31.590Z Compiling tower-http v0.6.8
16382026-05-28T08:46:31.604Z Compiling newtype-uuid v1.3.2
16392026-05-28T08:46:31.620Z Compiling phf_shared v0.13.1
16402026-05-28T08:46:31.642Z Compiling lazy_static v1.5.0
16412026-05-28T08:46:31.709Z Compiling anstyle-parse v0.2.7
16422026-05-28T08:46:31.723Z Compiling vergen v9.1.0
16432026-05-28T08:46:31.754Z Compiling h2 v0.4.13
16442026-05-28T08:46:31.817Z Compiling cargo-platform v0.3.2
16452026-05-28T08:46:31.883Z Compiling fs-err v3.3.0
16462026-05-28T08:46:31.915Z Compiling ahash v0.8.12
16472026-05-28T08:46:31.930Z Compiling bumpalo v3.20.2
16482026-05-28T08:46:31.958Z Compiling bitflags v1.3.2
16492026-05-28T08:46:32.022Z Compiling flate2 v1.1.9
16502026-05-28T08:46:32.048Z Compiling managed v0.8.0
16512026-05-28T08:46:32.097Z Compiling winnow v0.5.40
16522026-05-28T08:46:32.115Z Compiling libbz2-rs-sys v0.2.2
16532026-05-28T08:46:32.129Z Compiling foldhash v0.2.0
16542026-05-28T08:46:32.144Z Compiling foldhash v0.1.5
16552026-05-28T08:46:32.204Z Compiling object v0.37.3
16562026-05-28T08:46:32.287Z Compiling same-file v1.0.6
16572026-05-28T08:46:32.332Z Compiling clap_builder v4.6.0
16582026-05-28T08:46:32.357Z Compiling hashbrown v0.16.1
16592026-05-28T08:46:32.378Z Compiling hashbrown v0.15.5
16602026-05-28T08:46:32.456Z Compiling walkdir v2.5.0
16612026-05-28T08:46:32.576Z Compiling bzip2 v0.6.1
16622026-05-28T08:46:32.783Z Compiling dof v0.3.0
16632026-05-28T08:46:32.825Z Compiling zopfli v0.8.3
16642026-05-28T08:46:32.880Z Compiling cargo_metadata v0.23.1
16652026-05-28T08:46:32.951Z Compiling snafu v0.8.9
16662026-05-28T08:46:32.978Z Compiling anstream v0.6.21
16672026-05-28T08:46:32.993Z Compiling phf v0.13.1
16682026-05-28T08:46:33.008Z Compiling daft v0.1.7
16692026-05-28T08:46:33.175Z Compiling elliptic-curve v0.13.8
16702026-05-28T08:46:33.319Z Compiling strum v0.27.2
16712026-05-28T08:46:33.358Z Compiling signal-hook-mio v0.2.5
16722026-05-28T08:46:33.390Z Compiling cookie_store v0.22.1
16732026-05-28T08:46:33.466Z Compiling toml_edit v0.19.15
16742026-05-28T08:46:33.496Z Compiling hubpack v0.1.2
16752026-05-28T08:46:33.539Z Compiling usdt-macro v0.6.0
16762026-05-28T08:46:33.554Z Compiling usdt-attr-macro v0.6.0
16772026-05-28T08:46:33.609Z Compiling bzip2 v0.4.4
16782026-05-28T08:46:33.649Z Compiling futures v0.3.32
16792026-05-28T08:46:33.755Z Compiling serde_with_macros v3.17.0
16802026-05-28T08:46:33.773Z Compiling postgres-types v0.2.12
16812026-05-28T08:46:33.950Z Compiling zstd v0.13.3
16822026-05-28T08:46:34.035Z Compiling globset v0.4.18
16832026-05-28T08:46:34.081Z Compiling dtrace-parser v0.2.0
16842026-05-28T08:46:34.240Z Compiling ed25519 v2.2.3
16852026-05-28T08:46:34.322Z Compiling pkcs1 v0.7.5
16862026-05-28T08:46:34.338Z Compiling olpc-cjson v0.1.4
16872026-05-28T08:46:34.354Z Compiling serde-big-array v0.5.1
16882026-05-28T08:46:34.405Z Compiling serde_plain v1.0.2
16892026-05-28T08:46:34.520Z Compiling rfc6979 v0.4.0
16902026-05-28T08:46:34.535Z Compiling serde_repr v0.1.20
16912026-05-28T08:46:34.627Z Compiling enum-as-inner v0.6.1
16922026-05-28T08:46:34.666Z Compiling strum_macros v0.26.4
16932026-05-28T08:46:34.757Z Compiling hyper v1.8.1
16942026-05-28T08:46:34.761Z Compiling clap_derive v4.6.1
16952026-05-28T08:46:34.862Z Compiling async-recursion v1.1.1
16962026-05-28T08:46:34.947Z Compiling phf_shared v0.11.3
16972026-05-28T08:46:35.082Z Compiling float-cmp v0.10.0
16982026-05-28T08:46:35.109Z Compiling pem v3.0.6
16992026-05-28T08:46:35.159Z Compiling thread-id v4.2.2
17002026-05-28T08:46:35.177Z Compiling memmap2 v0.9.10
17012026-05-28T08:46:35.180Z Compiling env_filter v1.0.0
17022026-05-28T08:46:35.253Z Compiling fixedbitset v0.4.2
17032026-05-28T08:46:35.268Z Compiling difflib v0.4.0
17042026-05-28T08:46:35.424Z Compiling normalize-line-endings v0.3.0
17052026-05-28T08:46:35.440Z Compiling predicates-core v1.0.10
17062026-05-28T08:46:35.470Z Compiling whoami v2.1.0
17072026-05-28T08:46:35.494Z Compiling static_assertions v1.1.0
17082026-05-28T08:46:35.526Z Compiling keccak v0.1.6
17092026-05-28T08:46:35.542Z Compiling fixedbitset v0.5.7
17102026-05-28T08:46:35.568Z Compiling precomputed-hash v0.1.1
17112026-05-28T08:46:35.582Z Compiling typed-path v0.9.3
17122026-05-28T08:46:35.636Z Compiling new_debug_unreachable v1.0.6
17132026-05-28T08:46:35.676Z Compiling data-encoding v2.10.0
17142026-05-28T08:46:35.724Z Compiling jiff v0.2.21
17152026-05-28T08:46:35.796Z Compiling petgraph v0.8.3
17162026-05-28T08:46:35.855Z Compiling tokio-postgres v0.7.16
17172026-05-28T08:46:35.878Z Compiling string_cache v0.8.9
17182026-05-28T08:46:35.878Z Compiling sha3 v0.10.8
17192026-05-28T08:46:36.132Z Compiling hyper-util v0.1.20
17202026-05-28T08:46:36.170Z Compiling hickory-proto v0.25.2
17212026-05-28T08:46:36.372Z Compiling predicates v3.1.4
17222026-05-28T08:46:36.375Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17232026-05-28T08:46:36.406Z Compiling toml_edit v0.22.27
17242026-05-28T08:46:36.422Z Compiling petgraph v0.6.5
17252026-05-28T08:46:36.442Z Compiling env_logger v0.11.9
17262026-05-28T08:46:36.487Z Compiling strum v0.26.3
17272026-05-28T08:46:36.613Z Compiling clap v4.6.1
17282026-05-28T08:46:36.641Z Compiling usdt v0.6.0
17292026-05-28T08:46:36.711Z Compiling usdt-impl v0.5.0
17302026-05-28T08:46:36.827Z Compiling serde_with v3.17.0
17312026-05-28T08:46:36.842Z Compiling toml v0.7.8
17322026-05-28T08:46:36.926Z Compiling crossterm v0.28.1
17332026-05-28T08:46:37.046Z Compiling ecdsa v0.16.9
17342026-05-28T08:46:37.323Z Compiling rsa v0.9.10
17352026-05-28T08:46:37.454Z Compiling ed25519-dalek v2.2.0
17362026-05-28T08:46:37.783Z Compiling hyper-tls v0.6.0
17372026-05-28T08:46:37.896Z Compiling zip v0.6.6
17382026-05-28T08:46:38.034Z Compiling iddqd v0.4.2
17392026-05-28T08:46:38.420Z Compiling zip v4.6.1
17402026-05-28T08:46:38.450Z Compiling toml_parser v1.0.9+spec-1.1.0
17412026-05-28T08:46:38.529Z Compiling tokio-stream v0.1.18
17422026-05-28T08:46:38.543Z Compiling buf-list v1.1.2
17432026-05-28T08:46:38.571Z Compiling similar v2.7.0
17442026-05-28T08:46:38.726Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17452026-05-28T08:46:38.850Z Compiling openapiv3 v2.2.0
17462026-05-28T08:46:39.025Z Compiling x509-cert v0.2.5
17472026-05-28T08:46:39.048Z Compiling sha1 v0.10.6
17482026-05-28T08:46:39.062Z Compiling crossbeam-epoch v0.9.18
17492026-05-28T08:46:39.114Z Compiling either v1.15.0
17502026-05-28T08:46:39.241Z Compiling lalrpop-util v0.19.12
17512026-05-28T08:46:39.288Z Compiling peg-runtime v0.8.5
17522026-05-28T08:46:39.302Z Compiling thread_local v1.1.9
17532026-05-28T08:46:39.362Z Compiling slog-async v2.8.0
17542026-05-28T08:46:39.404Z Compiling crossbeam-channel v0.5.15
17552026-05-28T08:46:39.418Z Compiling filetime v0.2.27
17562026-05-28T08:46:39.434Z Compiling is-terminal v0.4.17
17572026-05-28T08:46:39.459Z Compiling take_mut v0.2.2
17582026-05-28T08:46:39.483Z Compiling term v1.2.1
17592026-05-28T08:46:39.550Z Compiling xattr v1.6.1
17602026-05-28T08:46:39.713Z Compiling tar v0.4.45
17612026-05-28T08:46:39.818Z Compiling slog-term v2.9.2
17622026-05-28T08:46:57.456Z Compiling rustls-webpki v0.103.9
17632026-05-28T08:47:00.241Z Compiling tokio-rustls v0.26.4
17642026-05-28T08:47:00.241Z Compiling rustls-platform-verifier v0.6.2
17652026-05-28T08:47:00.435Z Compiling hyper-rustls v0.27.7
17662026-05-28T08:47:00.628Z Compiling reqwest v0.12.28
17672026-05-28T08:47:00.628Z Compiling reqwest v0.13.2
17682026-05-28T08:47:01.850Z Compiling tough v0.22.0
17692026-05-28T08:47:04.365Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-05-28T08:47:04.605Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-05-28T08:47:07.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.73s
17722026-05-28T08:47:07.638Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17732026-05-28T08:47:07.705ZMay 28 08:47:06.280 INFO Starting download, target: Cockroach
17742026-05-28T08:47:07.705ZMay 28 08:47:06.281 INFO Starting download, target: Clickhouse
17752026-05-28T08:47:07.732ZMay 28 08:47:06.281 INFO Starting download, target: Console
17762026-05-28T08:47:07.732ZMay 28 08:47:06.281 INFO Starting download, target: DendriteStub
17772026-05-28T08:47:07.732ZMay 28 08:47:06.281 INFO Starting download, target: MaghemiteMgd
17782026-05-28T08:47:07.732ZMay 28 08:47:06.281 INFO Starting download, target: MaghemiteDdmd
17792026-05-28T08:47:07.732ZMay 28 08:47:06.281 INFO Starting download, target: TransceiverControl
17802026-05-28T08:47:07.732ZMay 28 08:47:06.281 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17812026-05-28T08:47:07.732ZMay 28 08:47:06.281 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17822026-05-28T08:47:07.732ZMay 28 08:47:06.281 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17832026-05-28T08:47:07.733ZMay 28 08:47:06.282 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17842026-05-28T08:47:07.733ZMay 28 08:47:06.282 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17852026-05-28T08:47:07.733ZMay 28 08:47:06.282 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17862026-05-28T08:47:07.733ZMay 28 08:47:06.282 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17872026-05-28T08:47:08.751ZMay 28 08:47:07.318 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17882026-05-28T08:47:08.979ZMay 28 08:47:07.551 INFO Download complete, target: Console
17892026-05-28T08:47:09.073ZMay 28 08:47:07.656 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-05-28T08:47:09.320ZMay 28 08:47:07.889 INFO Download complete, target: TransceiverControl
17912026-05-28T08:47:09.533ZMay 28 08:47:08.113 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17922026-05-28T08:47:10.106ZMay 28 08:47:08.692 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17932026-05-28T08:47:10.139ZMay 28 08:47:08.725 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17942026-05-28T08:47:10.346ZMay 28 08:47:08.919 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17952026-05-28T08:47:10.694ZMay 28 08:47:09.280 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17962026-05-28T08:47:10.694ZMay 28 08:47:09.280 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17972026-05-28T08:47:12.198ZMay 28 08:47:10.776 INFO Download complete, target: MaghemiteDdmd
17982026-05-28T08:47:13.092ZMay 28 08:47:11.680 INFO Download complete, target: MaghemiteMgd
17992026-05-28T08:47:13.092ZMay 28 08:47:11.680 INFO Download complete, target: DendriteStub
18002026-05-28T08:47:15.487ZMay 28 08:47:14.035 INFO Checking that binary works, target: Cockroach
18012026-05-28T08:47:15.579ZMay 28 08:47:14.160 INFO Download complete, target: Cockroach
18022026-05-28T08:47:16.412ZMay 28 08:47:14.959 INFO Checking that binary works, target: Clickhouse
18032026-05-28T08:47:16.478ZMay 28 08:47:15.055 INFO Download complete, target: Clickhouse
18042026-05-28T08:47:16.490ZAll prerequisites installed successfully
18052026-05-28T08:47:16.490Z
18062026-05-28T08:47:16.490Zreal 1:26.093817651
18072026-05-28T08:47:16.490Zuser 6:47.805547569
18082026-05-28T08:47:16.490Zsys 1:39.129536573
18092026-05-28T08:47:16.490Ztrap 0.209124085
18102026-05-28T08:47:16.490Ztflt 1.748204305
18112026-05-28T08:47:16.490Zdflt 2.548377350
18122026-05-28T08:47:16.490Zkflt 0.039541062
18132026-05-28T08:47:16.490Zlock 23:30.768224787
18142026-05-28T08:47:16.490Zslp 18:16.373837270
18152026-05-28T08:47:16.491Zlat 21.730952153
18162026-05-28T08:47:16.491Zstop 2:35.621282696
18172026-05-28T08:47:16.491Z+ source ./tools/include/force-git-over-https.sh
18182026-05-28T08:47:16.491Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18192026-05-28T08:47:16.491Z++ (( i = 0 ))
18202026-05-28T08:47:16.491Z++ (( i < 5 ))
18212026-05-28T08:47:16.491Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18222026-05-28T08:47:16.491Z++ (( i++ ))
18232026-05-28T08:47:16.491Z++ (( i < 5 ))
18242026-05-28T08:47:16.491Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18252026-05-28T08:47:16.500Z++ (( i++ ))
18262026-05-28T08:47:16.500Z++ (( i < 5 ))
18272026-05-28T08:47:16.500Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18282026-05-28T08:47:16.500Z++ (( i++ ))
18292026-05-28T08:47:16.500Z++ (( i < 5 ))
18302026-05-28T08:47:16.500Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18312026-05-28T08:47:16.500Z++ (( i++ ))
18322026-05-28T08:47:16.500Z++ (( i < 5 ))
18332026-05-28T08:47:16.500Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18342026-05-28T08:47:16.500Z++ (( i++ ))
18352026-05-28T08:47:16.500Z++ (( i < 5 ))
18362026-05-28T08:47:16.500Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18372026-05-28T08:47:16.500Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18382026-05-28T08:47:16.500Z+ rc=0
18392026-05-28T08:47:16.500Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18402026-05-28T08:47:23.117Z+ case $rc in
18412026-05-28T08:47:23.117Z+ pfexec zfs create -p rpool/images/build/host
18422026-05-28T08:47:23.316Z+ pfexec zfs create -p rpool/images/build/recovery
18432026-05-28T08:47:23.387Z+ cargo xtask releng --output-dir /work --mkincorp
18442026-05-28T08:47:23.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18452026-05-28T08:47:23.953Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18462026-05-28T08:47:24.852Z Compiling proc-macro2 v1.0.106
18472026-05-28T08:47:24.852Z Compiling quote v1.0.45
18482026-05-28T08:47:24.855Z Compiling unicode-ident v1.0.24
18492026-05-28T08:47:24.855Z Compiling libc v0.2.185
18502026-05-28T08:47:24.855Z Compiling serde_core v1.0.228
18512026-05-28T08:47:24.855Z Compiling serde v1.0.228
18522026-05-28T08:47:24.855Z Compiling cfg-if v1.0.4
18532026-05-28T08:47:24.855Z Compiling version_check v0.9.5
18542026-05-28T08:47:24.992Z Compiling find-msvc-tools v0.1.9
18552026-05-28T08:47:24.995Z Compiling shlex v1.3.0
18562026-05-28T08:47:25.002Z Compiling typenum v1.19.0
18572026-05-28T08:47:25.006Z Compiling autocfg v1.5.0
18582026-05-28T08:47:25.006Z Compiling zmij v1.0.21
18592026-05-28T08:47:25.006Z Compiling memchr v2.8.0
18602026-05-28T08:47:25.020Z Compiling zerocopy v0.8.40
18612026-05-28T08:47:25.158Z Compiling portable-atomic v1.13.1
18622026-05-28T08:47:25.232Z Compiling serde_json v1.0.149
18632026-05-28T08:47:25.461Z Compiling generic-array v0.14.7
18642026-05-28T08:47:25.481Z Compiling libm v0.2.16
18652026-05-28T08:47:25.515Z Compiling parking_lot_core v0.9.12
18662026-05-28T08:47:25.518Z Compiling smallvec v1.15.1
18672026-05-28T08:47:25.518Z Compiling icu_properties_data v2.1.2
18682026-05-28T08:47:25.518Z Compiling num-traits v0.2.19
18692026-05-28T08:47:25.518Z Compiling icu_normalizer_data v2.1.1
18702026-05-28T08:47:25.573Z Compiling log v0.4.29
18712026-05-28T08:47:25.675Z Compiling pkg-config v0.3.32
18722026-05-28T08:47:25.693Z Compiling itoa v1.0.17
18732026-05-28T08:47:25.757Z Compiling getrandom v0.4.1
18742026-05-28T08:47:25.802Z Compiling subtle v2.6.1
18752026-05-28T08:47:25.844Z Compiling scopeguard v1.2.0
18762026-05-28T08:47:25.848Z Compiling getrandom v0.3.4
18772026-05-28T08:47:25.871Z Compiling stable_deref_trait v1.2.1
18782026-05-28T08:47:25.990Z Compiling jobserver v0.1.34
18792026-05-28T08:47:26.005Z Compiling getrandom v0.2.17
18802026-05-28T08:47:26.008Z Compiling lock_api v0.4.14
18812026-05-28T08:47:26.055Z Compiling rustix v1.1.3
18822026-05-28T08:47:26.055Z Compiling errno v0.3.14
18832026-05-28T08:47:26.179Z Compiling rand_core v0.6.4
18842026-05-28T08:47:26.194Z Compiling cc v1.2.56
18852026-05-28T08:47:26.317Z Compiling syn v2.0.117
18862026-05-28T08:47:26.348Z Compiling fs_extra v1.3.0
18872026-05-28T08:47:26.365Z Compiling dunce v1.0.5
18882026-05-28T08:47:26.418Z Compiling critical-section v1.2.0
18892026-05-28T08:47:26.466Z Compiling pin-project-lite v0.2.17
18902026-05-28T08:47:26.606Z Compiling writeable v0.6.2
18912026-05-28T08:47:26.629Z Compiling percent-encoding v2.3.2
18922026-05-28T08:47:26.657Z Compiling litemap v0.8.1
18932026-05-28T08:47:26.660Z Compiling thiserror v2.0.18
18942026-05-28T08:47:26.660Z Compiling fnv v1.0.7
18952026-05-28T08:47:26.660Z Compiling const-oid v0.9.6
18962026-05-28T08:47:26.844Z Compiling once_cell v1.21.3
18972026-05-28T08:47:26.890Z Compiling aws-lc-rs v1.16.3
18982026-05-28T08:47:26.922Z Compiling cmake v0.1.57
18992026-05-28T08:47:26.922Z Compiling rustversion v1.0.22
19002026-05-28T08:47:26.983Z Compiling signal-hook-registry v1.4.8
19012026-05-28T08:47:27.106Z Compiling equivalent v1.0.2
19022026-05-28T08:47:27.109Z Compiling heck v0.5.0
19032026-05-28T08:47:27.138Z Compiling semver v1.0.28
19042026-05-28T08:47:27.196Z Compiling futures-core v0.3.32
19052026-05-28T08:47:27.215Z Compiling parking_lot v0.12.5
19062026-05-28T08:47:27.288Z Compiling bitflags v2.11.0
19072026-05-28T08:47:27.426Z Compiling mio v1.2.0
19082026-05-28T08:47:27.466Z Compiling httparse v1.10.1
19092026-05-28T08:47:27.501Z Compiling socket2 v0.6.3
19102026-05-28T08:47:27.504Z Compiling ring v0.17.14
19112026-05-28T08:47:27.532Z Compiling aws-lc-sys v0.40.0
19122026-05-28T08:47:27.619Z Compiling utf8_iter v1.0.4
19132026-05-28T08:47:27.636Z Compiling schemars v0.8.22
19142026-05-28T08:47:27.657Z Compiling vcpkg v0.2.15
19152026-05-28T08:47:27.869Z Compiling form_urlencoded v1.2.2
19162026-05-28T08:47:28.066Z Compiling hashbrown v0.17.0
19172026-05-28T08:47:28.143Z Compiling rustls v0.23.37
19182026-05-28T08:47:28.258Z Compiling openssl-sys v0.9.115
19192026-05-28T08:47:28.262Z Compiling crc32fast v1.5.0
19202026-05-28T08:47:28.293Z Compiling futures-sink v0.3.32
19212026-05-28T08:47:28.296Z Compiling rand_core v0.10.0
19222026-05-28T08:47:28.449Z Compiling slab v0.4.12
19232026-05-28T08:47:28.478Z Compiling futures-channel v0.3.32
19242026-05-28T08:47:28.496Z Compiling cpufeatures v0.2.17
19252026-05-28T08:47:28.546Z Compiling futures-task v0.3.32
19262026-05-28T08:47:28.568Z Compiling futures-io v0.3.32
19272026-05-28T08:47:28.640Z Compiling rustc_version v0.4.1
19282026-05-28T08:47:28.750Z Compiling indexmap v2.14.0
19292026-05-28T08:47:28.800Z Compiling strsim v0.11.1
19302026-05-28T08:47:28.803Z Compiling ucd-trie v0.1.7
19312026-05-28T08:47:28.832Z Compiling byteorder v1.5.0
19322026-05-28T08:47:28.962Z Compiling time-core v0.1.8
19332026-05-28T08:47:28.979Z Compiling num-conv v0.2.0
19342026-05-28T08:47:28.997Z Compiling pest v2.8.6
19352026-05-28T08:47:29.105Z Compiling synstructure v0.13.2
19362026-05-28T08:47:29.126Z Compiling serde_derive_internals v0.29.1
19372026-05-28T08:47:29.129Z Compiling openssl v0.10.79
19382026-05-28T08:47:29.129Z Compiling time-macros v0.2.27
19392026-05-28T08:47:29.212Z Compiling iana-time-zone v0.1.65
19402026-05-28T08:47:29.323Z Compiling ident_case v1.0.1
19412026-05-28T08:47:29.469Z Compiling thiserror v1.0.69
19422026-05-28T08:47:29.601Z Compiling syn v1.0.109
19432026-05-28T08:47:29.616Z Compiling native-tls v0.2.18
19442026-05-28T08:47:29.634Z Compiling regex-syntax v0.8.10
19452026-05-28T08:47:29.638Z Compiling base64 v0.22.1
19462026-05-28T08:47:29.811Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19472026-05-28T08:47:29.834Z Compiling crossbeam-utils v0.8.21
19482026-05-28T08:47:29.867Z Compiling base64ct v1.8.3
19492026-05-28T08:47:29.890Z Compiling untrusted v0.9.0
19502026-05-28T08:47:29.917Z Compiling uuid v1.23.0
19512026-05-28T08:47:30.057Z Compiling pest_meta v2.8.6
19522026-05-28T08:47:30.127Z Compiling pem-rfc7468 v0.7.0
19532026-05-28T08:47:30.145Z Compiling slog v2.8.2
19542026-05-28T08:47:30.255Z Compiling flagset v0.4.7
19552026-05-28T08:47:30.276Z Compiling rand_core v0.9.5
19562026-05-28T08:47:30.366Z Compiling bzip2-sys v0.1.13+1.0.8
19572026-05-28T08:47:30.422Z Compiling serde_derive v1.0.228
19582026-05-28T08:47:30.425Z Compiling zeroize_derive v1.4.3
19592026-05-28T08:47:30.479Z Compiling zerofrom-derive v0.1.6
19602026-05-28T08:47:30.527Z Compiling yoke-derive v0.8.1
19612026-05-28T08:47:30.579Z Compiling zerovec-derive v0.11.2
19622026-05-28T08:47:30.631Z Compiling zerocopy-derive v0.8.40
19632026-05-28T08:47:30.649Z Compiling displaydoc v0.2.5
19642026-05-28T08:47:30.666Z Compiling tokio-macros v2.7.0
19652026-05-28T08:47:30.863Z Compiling futures-macro v0.3.32
19662026-05-28T08:47:30.880Z Compiling der_derive v0.7.3
19672026-05-28T08:47:31.036Z Compiling zeroize v1.8.2
19682026-05-28T08:47:31.365Z Compiling tracing-attributes v0.1.31
19692026-05-28T08:47:31.415Z Compiling thiserror-impl v2.0.18
19702026-05-28T08:47:31.522Z Compiling schemars_derive v0.8.22
19712026-05-28T08:47:31.618Z Compiling zerofrom v0.1.6
19722026-05-28T08:47:31.649Z Compiling futures-util v0.3.32
19732026-05-28T08:47:31.730Z Compiling yoke v0.8.1
19742026-05-28T08:47:31.799Z Compiling rustls-pki-types v1.14.0
19752026-05-28T08:47:31.907Z Compiling zerovec v0.11.5
19762026-05-28T08:47:31.943Z Compiling crypto-common v0.1.7
19772026-05-28T08:47:32.010Z Compiling zerotrie v0.2.3
19782026-05-28T08:47:32.137Z Compiling block-buffer v0.10.4
19792026-05-28T08:47:32.324Z Compiling digest v0.10.7
19802026-05-28T08:47:32.486Z Compiling tinystr v0.8.2
19812026-05-28T08:47:32.523Z Compiling potential_utf v0.1.4
19822026-05-28T08:47:32.663Z Compiling icu_locale_core v2.1.1
19832026-05-28T08:47:32.680Z Compiling icu_collections v2.1.1
19842026-05-28T08:47:32.729Z Compiling hmac v0.12.1
19852026-05-28T08:47:32.747Z Compiling block-padding v0.3.3
19862026-05-28T08:47:32.918Z Compiling inout v0.1.4
19872026-05-28T08:47:32.950Z Compiling pest_generator v2.8.6
19882026-05-28T08:47:33.128Z Compiling openssl-macros v0.1.1
19892026-05-28T08:47:33.456Z Compiling icu_provider v2.1.1
19902026-05-28T08:47:33.545Z Compiling cipher v0.4.4
19912026-05-28T08:47:33.630Z Compiling bytes v1.11.1
19922026-05-28T08:47:33.673Z Compiling chrono v0.4.44
19932026-05-28T08:47:33.720Z Compiling icu_properties v2.1.2
19942026-05-28T08:47:33.765Z Compiling icu_normalizer v2.1.1
19952026-05-28T08:47:33.798Z Compiling pest_derive v2.8.6
19962026-05-28T08:47:33.884Z Compiling sha2 v0.10.9
19972026-05-28T08:47:34.156Z Compiling tokio v1.52.1
19982026-05-28T08:47:34.244Z Compiling http v1.4.0
19992026-05-28T08:47:34.327Z Compiling thiserror-impl v1.0.69
20002026-05-28T08:47:34.963Z Compiling idna_adapter v1.2.1
20012026-05-28T08:47:35.031Z Compiling ppv-lite86 v0.2.21
20022026-05-28T08:47:35.121Z Compiling idna v1.1.0
20032026-05-28T08:47:35.171Z Compiling scroll_derive v0.13.1
20042026-05-28T08:47:35.476Z Compiling url v2.5.8
20052026-05-28T08:47:35.497Z Compiling der v0.7.10
20062026-05-28T08:47:35.530Z Compiling tracing-core v0.1.36
20072026-05-28T08:47:35.919Z Compiling cookie v0.18.1
20082026-05-28T08:47:35.967Z Compiling plain v0.2.3
20092026-05-28T08:47:36.034Z Compiling camino v1.2.2
20102026-05-28T08:47:36.208Z Compiling paste v1.0.15
20112026-05-28T08:47:37.345Z Compiling spki v0.7.3
20122026-05-28T08:47:37.348Z Compiling tracing v0.1.44
20132026-05-28T08:47:37.348Z Compiling http-body v1.0.1
20142026-05-28T08:47:37.348Z Compiling salsa20 v0.10.2
20152026-05-28T08:47:37.348Z Compiling pbkdf2 v0.12.2
20162026-05-28T08:47:37.348Z Compiling aho-corasick v1.1.4
20172026-05-28T08:47:37.348Z Compiling num-bigint-dig v0.8.6
20182026-05-28T08:47:37.348Z Compiling atomic-waker v1.1.2
20192026-05-28T08:47:37.348Z Compiling fastrand v2.3.0
20202026-05-28T08:47:37.431Z Compiling dyn-clone v1.0.20
20212026-05-28T08:47:37.670Z Compiling scrypt v0.11.0
20222026-05-28T08:47:37.901Z Compiling tokio-util v0.7.18
20232026-05-28T08:47:37.926Z Compiling rand_chacha v0.9.0
20242026-05-28T08:47:37.941Z Compiling aes v0.8.4
20252026-05-28T08:47:37.969Z Compiling cbc v0.1.2
20262026-05-28T08:47:38.101Z Compiling regex-automata v0.4.14
20272026-05-28T08:47:38.121Z Compiling async-trait v0.1.89
20282026-05-28T08:47:38.180Z Compiling ahash v0.8.12
20292026-05-28T08:47:38.313Z Compiling openssl-probe v0.2.1
20302026-05-28T08:47:38.350Z Compiling tinyvec_macros v0.1.1
20312026-05-28T08:47:38.453Z Compiling anyhow v1.0.102
20322026-05-28T08:47:38.476Z Compiling usdt-impl v0.6.0
20332026-05-28T08:47:38.517Z Compiling zstd-safe v7.2.4
20342026-05-28T08:47:38.680Z Compiling untrusted v0.7.1
20352026-05-28T08:47:38.771Z Compiling tower-service v0.3.3
20362026-05-28T08:47:38.789Z Compiling tower-layer v0.3.3
20372026-05-28T08:47:38.823Z Compiling pretty-hex v0.4.1
20382026-05-28T08:47:38.876Z Compiling try-lock v0.2.5
20392026-05-28T08:47:38.939Z Compiling tinyvec v1.10.0
20402026-05-28T08:47:38.987Z Compiling want v0.3.1
20412026-05-28T08:47:39.016Z Compiling pkcs5 v0.7.1
20422026-05-28T08:47:39.070Z Compiling rand v0.9.2
20432026-05-28T08:47:39.243Z Compiling h2 v0.4.13
20442026-05-28T08:47:39.287Z Compiling scroll v0.13.0
20452026-05-28T08:47:39.577Z Compiling ipnet v2.11.0
20462026-05-28T08:47:39.622Z Compiling serde_tokenstream v0.2.3
20472026-05-28T08:47:39.662Z Compiling daft-derive v0.1.7
20482026-05-28T08:47:39.712Z Compiling scroll_derive v0.12.1
20492026-05-28T08:47:39.787Z Compiling clap_derive v4.6.1
20502026-05-28T08:47:39.938Z Compiling heapless v0.7.17
20512026-05-28T08:47:40.371Z Compiling httpdate v1.0.3
20522026-05-28T08:47:40.375Z Compiling litrs v1.0.0
20532026-05-28T08:47:40.445Z Compiling unicode-segmentation v1.12.0
20542026-05-28T08:47:40.572Z Compiling utf8parse v0.2.2
20552026-05-28T08:47:40.708Z Compiling signal-hook v0.3.18
20562026-05-28T08:47:40.740Z Compiling pin-utils v0.1.0
20572026-05-28T08:47:40.868Z Compiling document-features v0.2.12
20582026-05-28T08:47:41.010Z Compiling goblin v0.10.5
20592026-05-28T08:47:41.169Z Compiling pkcs8 v0.10.2
20602026-05-28T08:47:41.188Z Compiling tempfile v3.25.0
20612026-05-28T08:47:41.442Z Compiling pin-project-internal v1.1.11
20622026-05-28T08:47:41.512Z Compiling darling_core v0.20.11
20632026-05-28T08:47:41.673Z Compiling spin v0.9.8
20642026-05-28T08:47:41.909Z Compiling socket2 v0.5.10
20652026-05-28T08:47:41.927Z Compiling anstyle v1.0.14
20662026-05-28T08:47:42.227Z Compiling foreign-types-shared v0.1.1
20672026-05-28T08:47:42.285Z Compiling simd-adler32 v0.3.8
20682026-05-28T08:47:42.313Z Compiling powerfmt v0.2.0
20692026-05-28T08:47:42.425Z Compiling foreign-types v0.3.2
20702026-05-28T08:47:42.498Z Compiling deranged v0.5.8
20712026-05-28T08:47:42.725Z Compiling heck v0.4.1
20722026-05-28T08:47:42.744Z Compiling unicode-normalization v0.1.25
20732026-05-28T08:47:42.841Z Compiling hyper v1.8.1
20742026-05-28T08:47:42.935Z Compiling dtrace-parser v0.3.0
20752026-05-28T08:47:42.984Z Compiling hex v0.4.3
20762026-05-28T08:47:43.205Z Compiling strum_macros v0.26.4
20772026-05-28T08:47:43.246Z Compiling zerocopy-derive v0.7.35
20782026-05-28T08:47:43.266Z Compiling darling_core v0.21.3
20792026-05-28T08:47:43.328Z Compiling curve25519-dalek v4.1.3
20802026-05-28T08:47:43.598Z Compiling darling_macro v0.20.11
20812026-05-28T08:47:43.644Z Compiling thread-id v5.1.0
20822026-05-28T08:47:43.733Z Compiling memoffset v0.9.1
20832026-05-28T08:47:43.812Z Compiling dof v0.4.0
20842026-05-28T08:47:43.915Z Compiling rustix v0.38.44
20852026-05-28T08:47:43.937Z Compiling smoltcp v0.9.1
20862026-05-28T08:47:44.077Z Compiling ref-cast v1.0.25
20872026-05-28T08:47:44.114Z Compiling anstyle-query v1.1.5
20882026-05-28T08:47:44.117Z Compiling is_terminal_polyfill v1.70.2
20892026-05-28T08:47:44.247Z Compiling hyper-util v0.1.20
20902026-05-28T08:47:44.305Z Compiling num_threads v0.1.7
20912026-05-28T08:47:44.413Z Compiling colorchoice v1.0.4
20922026-05-28T08:47:44.456Z Compiling adler2 v2.0.1
20932026-05-28T08:47:44.472Z Compiling time v0.3.47
20942026-05-28T08:47:44.579Z Compiling miniz_oxide v0.8.9
20952026-05-28T08:47:44.653Z Compiling darling v0.20.11
20962026-05-28T08:47:44.786Z Compiling snafu-derive v0.8.9
20972026-05-28T08:47:44.903Z Compiling rustls-native-certs v0.8.3
20982026-05-28T08:47:44.962Z Compiling http-body-util v0.1.3
20992026-05-28T08:47:45.195Z Compiling serde_spanned v0.6.9
21002026-05-28T08:47:45.274Z Compiling toml_datetime v0.6.11
21012026-05-28T08:47:45.562Z Compiling sync_wrapper v1.0.2
21022026-05-28T08:47:45.590Z Compiling darling_macro v0.21.3
21032026-05-28T08:47:45.688Z Compiling wait-timeout v0.2.1
21042026-05-28T08:47:45.722Z Compiling encoding_rs v0.8.35
21052026-05-28T08:47:45.808Z Compiling zlib-rs v0.6.2
21062026-05-28T08:47:46.047Z Compiling cfg_aliases v0.2.1
21072026-05-28T08:47:46.063Z Compiling siphasher v1.0.2
21082026-05-28T08:47:46.100Z Compiling mime v0.3.17
21092026-05-28T08:47:46.269Z Compiling bit-vec v0.8.0
21102026-05-28T08:47:46.520Z Compiling quick-error v1.2.3
21112026-05-28T08:47:46.590Z Compiling ryu v1.0.23
21122026-05-28T08:47:46.594Z Compiling bit-set v0.8.0
21132026-05-28T08:47:46.644Z Compiling rusty-fork v0.3.1
21142026-05-28T08:47:46.809Z Compiling serde_urlencoded v0.7.1
21152026-05-28T08:47:46.841Z Compiling nix v0.31.2
21162026-05-28T08:47:46.930Z Compiling darling v0.21.3
21172026-05-28T08:47:47.025Z Compiling tower v0.5.3
21182026-05-28T08:47:47.114Z Compiling derive_builder_core v0.20.2
21192026-05-28T08:47:47.166Z Compiling anstyle-parse v1.0.0
21202026-05-28T08:47:47.207Z Compiling regex v1.12.3
21212026-05-28T08:47:47.292Z Compiling webpki-roots v1.0.6
21222026-05-28T08:47:47.353Z Compiling erased-serde v0.3.31
21232026-05-28T08:47:47.404Z Compiling hubpack_derive v0.1.1
21242026-05-28T08:47:47.428Z Compiling signature v2.2.0
21252026-05-28T08:47:47.538Z Compiling rand_xorshift v0.4.0
21262026-05-28T08:47:47.541Z Compiling curve25519-dalek-derive v0.1.1
21272026-05-28T08:47:47.572Z Compiling ref-cast-impl v1.0.25
21282026-05-28T08:47:47.593Z Compiling strum_macros v0.27.2
21292026-05-28T08:47:47.715Z Compiling fs-err v3.3.0
21302026-05-28T08:47:47.850Z Compiling usdt-impl v0.5.0
21312026-05-28T08:47:47.872Z Compiling allocator-api2 v0.2.21
21322026-05-28T08:47:47.902Z Compiling object v0.37.3
21332026-05-28T08:47:47.929Z Compiling flate2 v1.1.9
21342026-05-28T08:47:48.071Z Compiling iri-string v0.7.10
21352026-05-28T08:47:48.098Z Compiling unarray v0.1.4
21362026-05-28T08:47:48.180Z Compiling unicode-properties v0.1.4
21372026-05-28T08:47:48.233Z Compiling unicode-bidi v0.3.18
21382026-05-28T08:47:48.434Z Compiling proptest v1.10.0
21392026-05-28T08:47:48.662Z Compiling stringprep v0.1.5
21402026-05-28T08:47:48.791Z Compiling derive_builder_macro v0.20.2
21412026-05-28T08:47:49.274Z Compiling anstream v1.0.0
21422026-05-28T08:47:49.291Z Compiling tokio-native-tls v0.3.1
21432026-05-28T08:47:49.393Z Compiling tower-http v0.6.8
21442026-05-28T08:47:49.572Z Compiling serde_with_macros v3.17.0
21452026-05-28T08:47:49.727Z Compiling usdt-attr-macro v0.6.0
21462026-05-28T08:47:49.774Z Compiling usdt-macro v0.6.0
21472026-05-28T08:47:49.874Z Compiling ipnetwork v0.21.1
21482026-05-28T08:47:50.095Z Compiling bstr v1.12.1
21492026-05-28T08:47:50.109Z Compiling scroll v0.12.0
21502026-05-28T08:47:50.408Z Compiling rand_chacha v0.3.1
21512026-05-28T08:47:50.499Z Compiling md-5 v0.10.6
21522026-05-28T08:47:50.592Z Compiling async-recursion v1.1.1
21532026-05-28T08:47:50.627Z Compiling terminal_size v0.4.3
21542026-05-28T08:47:50.644Z Compiling num-integer v0.1.46
21552026-05-28T08:47:50.670Z Compiling hash32 v0.2.1
21562026-05-28T08:47:50.696Z Compiling vergen-lib v9.1.0
21572026-05-28T08:47:50.712Z Compiling ff v0.13.1
21582026-05-28T08:47:50.799Z Compiling fallible-iterator v0.2.0
21592026-05-28T08:47:50.885Z Compiling winnow v0.7.14
21602026-05-28T08:47:50.904Z Compiling base16ct v0.2.0
21612026-05-28T08:47:50.955Z Compiling clap_lex v1.0.0
21622026-05-28T08:47:51.110Z Compiling psl-types v2.0.11
21632026-05-28T08:47:51.126Z Compiling postgres-protocol v0.6.10
21642026-05-28T08:47:51.203Z Compiling sec1 v0.7.3
21652026-05-28T08:47:51.247Z Compiling publicsuffix v2.3.0
21662026-05-28T08:47:51.318Z Compiling clap_builder v4.6.0
21672026-05-28T08:47:51.357Z Compiling num-iter v0.1.45
21682026-05-28T08:47:51.397Z Compiling group v0.13.0
21692026-05-28T08:47:51.488Z Compiling rand v0.8.6
21702026-05-28T08:47:51.622Z Compiling newtype-uuid v1.3.2
21712026-05-28T08:47:51.961Z Compiling goblin v0.8.2
21722026-05-28T08:47:52.072Z Compiling oxnet v0.1.5
21732026-05-28T08:47:52.273Z Compiling hyper-tls v0.6.0
21742026-05-28T08:47:52.290Z Compiling derive_builder v0.20.2
21752026-05-28T08:47:52.407Z Compiling phf_shared v0.13.1
21762026-05-28T08:47:52.512Z Compiling zerocopy v0.7.35
21772026-05-28T08:47:52.545Z Compiling lazy_static v1.5.0
21782026-05-28T08:47:52.664Z Compiling pin-project v1.1.11
21792026-05-28T08:47:52.667Z Compiling anstyle-parse v0.2.7
21802026-05-28T08:47:52.778Z Compiling futures-executor v0.3.32
21812026-05-28T08:47:52.866Z Compiling hkdf v0.12.4
21822026-05-28T08:47:52.894Z Compiling crypto-bigint v0.5.5
21832026-05-28T08:47:52.909Z Compiling enum-as-inner v0.6.1
21842026-05-28T08:47:52.998Z Compiling serde_repr v0.1.20
21852026-05-28T08:47:53.046Z Compiling vergen v9.1.0
21862026-05-28T08:47:53.085Z Compiling cargo-platform v0.3.2
21872026-05-28T08:47:53.362Z Compiling foldhash v0.1.5
21882026-05-28T08:47:53.392Z Compiling winnow v0.5.40
21892026-05-28T08:47:53.496Z Compiling foldhash v0.2.0
21902026-05-28T08:47:53.545Z Compiling managed v0.8.0
21912026-05-28T08:47:53.561Z Compiling bumpalo v3.20.2
21922026-05-28T08:47:53.609Z Compiling bitflags v1.3.2
21932026-05-28T08:47:53.656Z Compiling libbz2-rs-sys v0.2.2
21942026-05-28T08:47:53.786Z Compiling same-file v1.0.6
21952026-05-28T08:47:53.848Z Compiling elliptic-curve v0.13.8
21962026-05-28T08:47:53.951Z Compiling walkdir v2.5.0
21972026-05-28T08:47:54.212Z Compiling dof v0.3.0
21982026-05-28T08:47:54.265Z Compiling bzip2 v0.6.1
21992026-05-28T08:47:54.268Z Compiling zopfli v0.8.3
22002026-05-28T08:47:54.358Z Compiling hashbrown v0.16.1
22012026-05-28T08:47:54.834Z Compiling toml_edit v0.19.15
22022026-05-28T08:47:54.868Z Compiling hashbrown v0.15.5
22032026-05-28T08:47:55.130Z Compiling cargo_metadata v0.23.1
22042026-05-28T08:47:55.205Z Compiling clap v4.6.1
22052026-05-28T08:47:55.451Z Compiling futures v0.3.32
22062026-05-28T08:47:55.468Z Compiling anstream v0.6.21
22072026-05-28T08:47:55.718Z Compiling snafu v0.8.9
22082026-05-28T08:47:55.848Z Compiling phf v0.13.1
22092026-05-28T08:47:56.059Z Compiling daft v0.1.7
22102026-05-28T08:47:56.078Z Compiling signal-hook-mio v0.2.5
22112026-05-28T08:47:56.216Z Compiling zstd v0.13.3
22122026-05-28T08:47:56.342Z Compiling cookie_store v0.22.1
22132026-05-28T08:47:56.345Z Compiling postgres-types v0.2.12
22142026-05-28T08:47:56.374Z Compiling bzip2 v0.4.4
22152026-05-28T08:47:56.485Z Compiling globset v0.4.18
22162026-05-28T08:47:56.594Z Compiling strum v0.27.2
22172026-05-28T08:47:56.622Z Compiling dtrace-parser v0.2.0
22182026-05-28T08:47:56.820Z Compiling hubpack v0.1.2
22192026-05-28T08:47:56.853Z Compiling ed25519 v2.2.3
22202026-05-28T08:47:56.896Z Compiling phf_shared v0.11.3
22212026-05-28T08:47:56.913Z Compiling olpc-cjson v0.1.4
22222026-05-28T08:47:56.946Z Compiling pkcs1 v0.7.5
22232026-05-28T08:47:57.087Z Compiling pem v3.0.6
22242026-05-28T08:47:57.148Z Compiling serde-big-array v0.5.1
22252026-05-28T08:47:57.151Z Compiling serde_plain v1.0.2
22262026-05-28T08:47:57.179Z Compiling rfc6979 v0.4.0
22272026-05-28T08:47:57.246Z Compiling float-cmp v0.10.0
22282026-05-28T08:47:57.278Z Compiling env_filter v1.0.0
22292026-05-28T08:47:57.311Z Compiling thread-id v4.2.2
22302026-05-28T08:47:57.335Z Compiling memmap2 v0.9.10
22312026-05-28T08:47:57.376Z Compiling normalize-line-endings v0.3.0
22322026-05-28T08:47:57.391Z Compiling difflib v0.4.0
22332026-05-28T08:47:57.410Z Compiling fixedbitset v0.5.7
22342026-05-28T08:47:57.427Z Compiling new_debug_unreachable v1.0.6
22352026-05-28T08:47:57.427Z Compiling toml_write v0.1.2
22362026-05-28T08:47:57.515Z Compiling data-encoding v2.10.0
22372026-05-28T08:47:57.552Z Compiling typed-path v0.9.3
22382026-05-28T08:47:57.567Z Compiling fixedbitset v0.4.2
22392026-05-28T08:47:57.643Z Compiling static_assertions v1.1.0
22402026-05-28T08:47:57.660Z Compiling predicates-core v1.0.10
22412026-05-28T08:47:57.701Z Compiling jiff v0.2.21
22422026-05-28T08:47:57.732Z Compiling whoami v2.1.0
22432026-05-28T08:47:57.782Z Compiling precomputed-hash v0.1.1
22442026-05-28T08:47:57.845Z Compiling keccak v0.1.6
22452026-05-28T08:47:57.890Z Compiling string_cache v0.8.9
22462026-05-28T08:47:58.020Z Compiling sha3 v0.10.8
22472026-05-28T08:47:58.054Z Compiling tokio-postgres v0.7.16
22482026-05-28T08:47:58.070Z Compiling hickory-proto v0.25.2
22492026-05-28T08:47:58.087Z Compiling predicates v3.1.4
22502026-05-28T08:47:58.125Z Compiling petgraph v0.6.5
22512026-05-28T08:47:58.304Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22522026-05-28T08:47:58.675Z Compiling petgraph v0.8.3
22532026-05-28T08:47:58.697Z Compiling toml_edit v0.22.27
22542026-05-28T08:47:59.151Z Compiling usdt v0.6.0
22552026-05-28T08:47:59.416Z Compiling env_logger v0.11.9
22562026-05-28T08:47:59.754Z Compiling ecdsa v0.16.9
22572026-05-28T08:48:00.190Z Compiling rsa v0.9.10
22582026-05-28T08:48:00.576Z Compiling zip v4.6.1
22592026-05-28T08:48:00.861Z Compiling ed25519-dalek v2.2.0
22602026-05-28T08:48:01.174Z Compiling crossterm v0.28.1
22612026-05-28T08:48:01.256Z Compiling zip v0.6.6
22622026-05-28T08:48:01.259Z Compiling iddqd v0.4.2
22632026-05-28T08:48:01.467Z Compiling toml v0.7.8
22642026-05-28T08:48:01.587Z Compiling crossbeam-epoch v0.9.18
22652026-05-28T08:48:01.826Z Compiling toml_parser v1.0.9+spec-1.1.0
22662026-05-28T08:48:01.867Z Compiling serde_with v3.17.0
22672026-05-28T08:48:01.912Z Compiling similar v2.7.0
22682026-05-28T08:48:02.011Z Compiling strum v0.26.3
22692026-05-28T08:48:02.163Z Compiling tokio-stream v0.1.18
22702026-05-28T08:48:02.301Z Compiling buf-list v1.1.2
22712026-05-28T08:48:02.344Z Compiling x509-cert v0.2.5
22722026-05-28T08:48:02.429Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22732026-05-28T08:48:02.581Z Compiling openapiv3 v2.2.0
22742026-05-28T08:48:02.653Z Compiling sha1 v0.10.6
22752026-05-28T08:48:02.670Z Compiling structmeta-derive v0.3.0
22762026-05-28T08:48:02.746Z Compiling radium v0.7.0
22772026-05-28T08:48:02.895Z Compiling either v1.15.0
22782026-05-28T08:48:02.972Z Compiling lalrpop-util v0.19.12
22792026-05-28T08:48:03.120Z Compiling peg-runtime v0.8.5
22802026-05-28T08:48:03.693Z Compiling structmeta v0.3.0
22812026-05-28T08:48:04.348Z Compiling tap v1.0.1
22822026-05-28T08:48:04.685Z Compiling maybe-uninit v2.0.0
22832026-05-28T08:48:04.755Z Compiling wyz v0.5.1
22842026-05-28T08:48:06.009Z Compiling funty v2.0.0
22852026-05-28T08:48:06.263Z Compiling packed_struct v0.10.1
22862026-05-28T08:48:06.486Z Compiling bitvec v1.0.1
22872026-05-28T08:48:08.895Z Compiling packed_struct_codegen v0.10.1
22882026-05-28T08:48:09.202Z Compiling bitfield-macros v0.19.4
22892026-05-28T08:48:09.354Z Compiling zerocopy-derive v0.6.6
22902026-05-28T08:48:09.779Z Compiling indexmap v1.9.3
22912026-05-28T08:48:09.886Z Compiling nodrop v0.1.14
22922026-05-28T08:48:09.918Z Compiling typeid v1.0.3
22932026-05-28T08:48:10.178Z Compiling crc-catalog v2.4.0
22942026-05-28T08:48:10.291Z Compiling crc v3.4.0
22952026-05-28T08:48:10.911Z Compiling zerocopy v0.6.6
22962026-05-28T08:48:10.999Z Compiling array-init v0.0.4
22972026-05-28T08:48:11.020Z Compiling bitfield v0.19.4
22982026-05-28T08:48:11.465Z Compiling smallvec v0.6.14
22992026-05-28T08:48:11.708Z Compiling derive-ex v0.1.8
23002026-05-28T08:48:13.545Z Compiling erased-serde v0.4.9
23012026-05-28T08:48:13.814Z Compiling hashbrown v0.12.3
23022026-05-28T08:48:14.340Z Compiling base64 v0.21.7
23032026-05-28T08:48:14.357Z Compiling rustls v0.22.4
23042026-05-28T08:48:14.858Z Compiling ron v0.8.1
23052026-05-28T08:48:15.263Z Compiling rustls-webpki v0.103.9
23062026-05-28T08:48:16.802Z Compiling test-strategy v0.4.5
23072026-05-28T08:48:17.593Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23082026-05-28T08:48:17.693Z Compiling serde-hex v0.1.0
23092026-05-28T08:48:18.103Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102026-05-28T08:48:18.482Z Compiling toml v0.8.23
23112026-05-28T08:48:19.513Z Compiling tokio-rustls v0.26.4
23122026-05-28T08:48:19.768Z Compiling hyper-rustls v0.27.7
23132026-05-28T08:48:19.784Z Compiling rustls-platform-verifier v0.6.2
23142026-05-28T08:48:19.842Z Compiling hashbrown v0.13.2
23152026-05-28T08:48:20.009Z Compiling reqwest v0.12.28
23162026-05-28T08:48:20.025Z Compiling reqwest v0.13.2
23172026-05-28T08:48:20.044Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23182026-05-28T08:48:20.308Z Compiling rustls-webpki v0.102.8
23192026-05-28T08:48:20.388Z Compiling filetime v0.2.27
23202026-05-28T08:48:20.441Z Compiling multer v3.1.0
23212026-05-28T08:48:20.663Z Compiling thread_local v1.1.9
23222026-05-28T08:48:20.666Z Compiling compression-core v0.4.31
23232026-05-28T08:48:20.698Z Compiling slog-async v2.8.0
23242026-05-28T08:48:20.701Z Compiling match_cfg v0.1.0
23252026-05-28T08:48:20.702Z Compiling rayon-core v1.13.0
23262026-05-28T08:48:20.749Z Compiling xattr v1.6.1
23272026-05-28T08:48:20.882Z Compiling crc-any v2.5.0
23282026-05-28T08:48:20.938Z Compiling tar v0.4.45
23292026-05-28T08:48:20.973Z Compiling compression-codecs v0.4.37
23302026-05-28T08:48:21.009Z Compiling hostname v0.3.1
23312026-05-28T08:48:21.070Z Compiling object v0.30.4
23322026-05-28T08:48:21.112Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23332026-05-28T08:48:21.295Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23342026-05-28T08:48:21.371Z Compiling crossbeam-channel v0.5.15
23352026-05-28T08:48:21.419Z Compiling slog-json v2.6.1
23362026-05-28T08:48:21.692Z Compiling tough v0.22.0
23372026-05-28T08:48:21.803Z Compiling async-stream-impl v0.3.6
23382026-05-28T08:48:21.970Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23392026-05-28T08:48:22.074Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23402026-05-28T08:48:22.140Z Compiling ordered-float v2.10.1
23412026-05-28T08:48:22.387Z Compiling toml_datetime v1.0.0+spec-1.1.0
23422026-05-28T08:48:22.403Z Compiling serde_path_to_error v0.1.20
23432026-05-28T08:48:22.432Z Compiling serde_spanned v1.0.4
23442026-05-28T08:48:22.616Z Compiling is-terminal v0.4.17
23452026-05-28T08:48:22.632Z Compiling fs-err v2.11.0
23462026-05-28T08:48:22.650Z Compiling dropshot v0.17.0
23472026-05-28T08:48:22.743Z Compiling take_mut v0.2.2
23482026-05-28T08:48:22.833Z Compiling toml_writer v1.0.6+spec-1.1.0
23492026-05-28T08:48:22.860Z Compiling debug-ignore v1.0.5
23502026-05-28T08:48:22.860Z Compiling path-slash v0.1.5
23512026-05-28T08:48:22.893Z Compiling term v1.2.1
23522026-05-28T08:48:23.051Z Compiling toml v1.0.6+spec-1.1.0
23532026-05-28T08:48:23.090Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23542026-05-28T08:48:23.121Z Compiling tokio-rustls v0.25.0
23552026-05-28T08:48:23.261Z Compiling slog-term v2.9.2
23562026-05-28T08:48:23.357Z Compiling serde-value v0.7.0
23572026-05-28T08:48:23.392Z Compiling async-stream v0.3.6
23582026-05-28T08:48:23.408Z Compiling serde-untagged v0.1.9
23592026-05-28T08:48:23.427Z Compiling slog-bunyan v2.5.0
23602026-05-28T08:48:23.608Z Compiling async-compression v0.4.41
23612026-05-28T08:48:23.798Z Compiling crossbeam-deque v0.8.6
23622026-05-28T08:48:24.042Z Compiling parse-display-derive v0.10.0
23632026-05-28T08:48:24.077Z Compiling camino-tempfile v1.4.1
23642026-05-28T08:48:24.103Z Compiling dropshot_endpoint v0.17.0
23652026-05-28T08:48:24.284Z Compiling newtype-uuid-macros v0.1.0
23662026-05-28T08:48:24.488Z Compiling backon v1.6.0
23672026-05-28T08:48:24.549Z Compiling waitgroup v0.1.2
23682026-05-28T08:48:24.721Z Compiling half v2.7.1
23692026-05-28T08:48:24.754Z Compiling rustls-pemfile v2.2.0
23702026-05-28T08:48:24.784Z Compiling blake3 v1.8.3
23712026-05-28T08:48:24.803Z Compiling hostname v0.4.2
23722026-05-28T08:48:24.825Z Compiling instant v0.1.13
23732026-05-28T08:48:24.968Z Compiling ciborium-io v0.2.2
23742026-05-28T08:48:24.998Z Compiling unicode-xid v0.2.6
23752026-05-28T08:48:25.025Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23762026-05-28T08:48:25.057Z Compiling backoff v0.4.0
23772026-05-28T08:48:25.093Z Compiling ciborium-ll v0.2.2
23782026-05-28T08:48:25.125Z Compiling cargo-util-schemas v0.8.2
23792026-05-28T08:48:25.308Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23802026-05-28T08:48:25.326Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23812026-05-28T08:48:25.539Z Compiling parse-display v0.10.0
23822026-05-28T08:48:25.683Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23832026-05-28T08:48:25.704Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23842026-05-28T08:48:25.794Z Compiling regress v0.10.5
23852026-05-28T08:48:25.841Z Compiling itertools v0.14.0
23862026-05-28T08:48:26.019Z Compiling itertools v0.13.0
23872026-05-28T08:48:26.095Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23882026-05-28T08:48:26.351Z Compiling macaddr v1.0.1
23892026-05-28T08:48:26.420Z Compiling cargo-platform v0.2.0
23902026-05-28T08:48:26.655Z Compiling arrayvec v0.7.6
23912026-05-28T08:48:26.718Z Compiling arrayref v0.3.9
23922026-05-28T08:48:26.778Z Compiling indent_write v2.2.0
23932026-05-28T08:48:26.824Z Compiling humantime v2.3.0
23942026-05-28T08:48:26.918Z Compiling constant_time_eq v0.4.2
23952026-05-28T08:48:26.961Z Compiling parse-size v1.1.0
23962026-05-28T08:48:26.999Z Compiling cargo_metadata v0.21.0
23972026-05-28T08:48:27.167Z Compiling ciborium v0.2.2
23982026-05-28T08:48:27.170Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23992026-05-28T08:48:27.285Z Compiling topological-sort v0.2.2
24002026-05-28T08:48:27.361Z Compiling display-error-chain v0.2.2
24012026-05-28T08:48:27.458Z Compiling shell-words v1.1.1
24022026-05-28T08:48:27.722Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24032026-05-28T08:48:37.941Z Compiling progenitor-client v0.14.0
24042026-05-28T08:48:37.941Z Compiling progenitor-client v0.13.0
24052026-05-28T08:48:37.959Z Compiling omicron-zone-package v0.12.2
24062026-05-28T08:48:38.437Z Compiling progenitor-extras v0.2.0
24072026-05-28T08:48:40.776Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24082026-05-28T08:48:40.793Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24092026-05-28T08:48:40.811Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24102026-05-28T08:48:40.993Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24112026-05-28T08:48:45.034Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24122026-05-28T08:48:48.440Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24132026-05-28T08:48:56.438Z Finished `release` profile [optimized] target(s) in 1m 32s
24142026-05-28T08:48:56.593Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24152026-05-28T08:48:56.652ZMay 28 08:48:55.238 DEBG changing working directory to /work/oxidecomputer/omicron
24162026-05-28T08:48:56.745ZMay 28 08:48:55.331 DEBG running: git rev-parse HEAD
24172026-05-28T08:48:56.748ZMay 28 08:48:55.334 DEBG process exited with exit status: 0 (3.019784ms)
24182026-05-28T08:48:56.748ZMay 28 08:48:55.334 INFO version: 20.0.0-0.ci+git93671368d04
24192026-05-28T08:48:56.756ZMay 28 08:48:55.343 INFO cloning helios to /work/oxidecomputer/helios
24202026-05-28T08:48:56.756ZMay 28 08:48:55.343 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24212026-05-28T08:48:56.759ZCloning into '/work/oxidecomputer/helios'...
24222026-05-28T08:48:57.501ZMay 28 08:48:56.087 DEBG process exited with exit status: 0 (744.831828ms)
24232026-05-28T08:48:57.501ZMay 28 08:48:56.088 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24242026-05-28T08:48:57.504ZMay 28 08:48:56.090 DEBG process exited with exit status: 0 (2.394004ms)
24252026-05-28T08:48:57.504ZMay 28 08:48:56.090 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24262026-05-28T08:48:57.828ZMay 28 08:48:56.414 DEBG process exited with exit status: 0 (324.551816ms)
24272026-05-28T08:48:57.828ZMay 28 08:48:56.415 DEBG running: zfs list rpool/images/build/host
24282026-05-28T08:48:57.834ZNAME USED AVAIL REFER MOUNTPOINT
24292026-05-28T08:48:57.834Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24302026-05-28T08:48:57.838ZMay 28 08:48:56.420 DEBG process exited with exit status: 0 (5.125288ms)
24312026-05-28T08:48:57.838ZMay 28 08:48:56.420 DEBG running: zfs list rpool/images/build/recovery
24322026-05-28T08:48:57.838ZNAME USED AVAIL REFER MOUNTPOINT
24332026-05-28T08:48:57.838Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24342026-05-28T08:48:57.838ZMay 28 08:48:56.424 DEBG process exited with exit status: 0 (4.247476ms)
24352026-05-28T08:48:57.838ZMay 28 08:48:56.424 INFO [hubris-production] running task
24362026-05-28T08:48:57.838ZMay 28 08:48:56.424 INFO [hubris-staging] running task
24372026-05-28T08:48:57.838ZMay 28 08:48:56.424 INFO [incorp-manifest] running task
24382026-05-28T08:48:57.838ZMay 28 08:48:56.425 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24392026-05-28T08:48:57.842ZMay 28 08:48:56.425 INFO [incorp-create] running: pkgrepo create /work/incorporation
24402026-05-28T08:48:57.851ZMay 28 08:48:56.438 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
24412026-05-28T08:48:57.854ZMay 28 08:48:56.438 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24422026-05-28T08:48:57.892Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24432026-05-28T08:48:58.088ZMay 28 08:48:56.675 INFO [incorp-create] process exited with exit status: 0 (249.627472ms)
24442026-05-28T08:48:58.092ZMay 28 08:48:56.675 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24452026-05-28T08:48:58.314ZMay 28 08:48:56.901 INFO [incorp-publisher] process exited with exit status: 0 (225.659004ms)
24462026-05-28T08:48:58.399Z[ omicron-package] Blocking waiting for file lock on package cache
24472026-05-28T08:48:58.431ZMay 28 08:48:57.018 DEBG process exited with exit status: 0 (593.158716ms)
24482026-05-28T08:48:58.435ZMay 28 08:48:57.018 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24492026-05-28T08:48:58.951Z[ omicron-package] Blocking waiting for file lock on package cache
24502026-05-28T08:48:58.978ZMay 28 08:48:57.564 INFO [hubris-production] task succeeded (1.139797672s)
24512026-05-28T08:48:59.019ZMay 28 08:48:57.606 DEBG process exited with exit status: 0 (587.612838ms)
24522026-05-28T08:48:59.023ZMay 28 08:48:57.606 INFO [incorp-manifest] task succeeded (1.181846546s)
24532026-05-28T08:48:59.023ZMay 28 08:48:57.607 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24542026-05-28T08:48:59.199ZMay 28 08:48:57.785 INFO [incorp-fmt] process exited with exit status: 0 (178.515622ms)
24552026-05-28T08:48:59.226ZMay 28 08:48:57.785 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24562026-05-28T08:48:59.424Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260528T084857Z
24572026-05-28T08:48:59.425Z[ incorp-pkgsend] PUBLISHED
24582026-05-28T08:48:59.463ZMay 28 08:48:58.050 INFO [incorp-pkgsend] process exited with exit status: 0 (264.320863ms)
24592026-05-28T08:48:59.467ZMay 28 08:48:58.050 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24602026-05-28T08:48:59.663Z[ helios-incorp] Retrieving packages for publisher helios ...
24612026-05-28T08:48:59.667Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24622026-05-28T08:48:59.687Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24632026-05-28T08:48:59.687Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24642026-05-28T08:48:59.691Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24652026-05-28T08:48:59.691Z[ helios-incorp]
24662026-05-28T08:48:59.691Z[ helios-incorp] Archiving packages ...
24672026-05-28T08:48:59.691Z[ helios-incorp] Packages to add: 1
24682026-05-28T08:48:59.691Z[ helios-incorp] Files to retrieve: 0
24692026-05-28T08:48:59.691Z[ helios-incorp] Estimated transfer size: 0.00 B
24702026-05-28T08:48:59.691Z[ helios-incorp]
24712026-05-28T08:48:59.691Z[ helios-incorp] Packages to archive:
24722026-05-28T08:48:59.691Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260528T084857Z
24732026-05-28T08:48:59.691Z[ helios-incorp]
24742026-05-28T08:48:59.691Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24752026-05-28T08:48:59.691Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24762026-05-28T08:48:59.728ZMay 28 08:48:58.315 INFO [helios-incorp] process exited with exit status: 0 (265.086906ms)
24772026-05-28T08:49:00.016Z[ omicron-package] Compiling ring v0.17.14
24782026-05-28T08:49:00.268Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24792026-05-28T08:49:00.268Z[ omicron-package] Compiling itertools v0.14.0
24802026-05-28T08:49:00.271Z[ omicron-package] Compiling secrecy v0.10.3
24812026-05-28T08:49:00.271Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24822026-05-28T08:49:00.271Z[ omicron-package] Compiling heapless v0.8.0
24832026-05-28T08:49:00.271Z[ omicron-package] Compiling hash32 v0.3.1
24842026-05-28T08:49:00.271Z[ omicron-package] Compiling unicode-width v0.2.0
24852026-05-28T08:49:00.271Z[ omicron-package] Compiling smoltcp v0.11.0
24862026-05-28T08:49:00.271Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24872026-05-28T08:49:00.271Z[ omicron-package] Compiling cobs v0.3.0
24882026-05-28T08:49:00.271Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24892026-05-28T08:49:00.271Z[ omicron-package] Compiling universal-hash v0.5.1
24902026-05-28T08:49:00.271Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24912026-05-28T08:49:00.271Z[ omicron-package] Compiling convert_case v0.4.0
24922026-05-28T08:49:01.047Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
24932026-05-28T08:49:01.393Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24942026-05-28T08:49:01.431Z[ omicron-package] Compiling opaque-debug v0.3.1
24952026-05-28T08:49:01.454Z[ omicron-package] Compiling derive_more v0.99.20
24962026-05-28T08:49:01.509Z[ omicron-package] Compiling postcard v1.1.3
24972026-05-28T08:49:01.509Z[ omicron-package] Compiling poly1305 v0.8.0
24982026-05-28T08:49:01.651Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
24992026-05-28T08:49:01.673Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25002026-05-28T08:49:01.690Z[ omicron-package] Compiling chacha20 v0.9.1
25012026-05-28T08:49:01.690Z[ omicron-package] Compiling password-hash v0.5.0
25022026-05-28T08:49:01.694Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25032026-05-28T08:49:01.744Z[ omicron-package] Compiling blake2 v0.10.6
25042026-05-28T08:49:02.060Z[ omicron-package] Compiling ingot-macros v0.1.1
25052026-05-28T08:49:02.117Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25062026-05-28T08:49:02.170Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25072026-05-28T08:49:02.173Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25082026-05-28T08:49:02.290Z[ omicron-package] Compiling aead v0.5.2
25092026-05-28T08:49:02.356Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25102026-05-28T08:49:02.359Z[ omicron-package] Compiling proc-macro-error v1.0.4
25112026-05-28T08:49:02.476Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25122026-05-28T08:49:02.600Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25132026-05-28T08:49:02.604Z[ omicron-package] Compiling cpufeatures v0.3.0
25142026-05-28T08:49:02.629Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25152026-05-28T08:49:02.694Z[ omicron-package] Compiling num_enum_derive v0.7.6
25162026-05-28T08:49:02.800Z[ omicron-package] Compiling vsss-rs v3.3.4
25172026-05-28T08:49:02.824Z[ omicron-package] Compiling argon2 v0.5.3
25182026-05-28T08:49:02.858Z[ omicron-package] Compiling chacha20 v0.10.0
25192026-05-28T08:49:02.898Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25202026-05-28T08:49:02.971Z[ omicron-package] Compiling num_enum_derive v0.5.11
25212026-05-28T08:49:03.258Z[ omicron-package] Compiling tabwriter v1.4.1
25222026-05-28T08:49:03.356Z[ omicron-package] Compiling byte-wrapper v0.1.0
25232026-05-28T08:49:03.391Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25242026-05-28T08:49:03.418Z[ omicron-package] Compiling foreign-types v0.5.0
25252026-05-28T08:49:03.453Z[ omicron-package] Compiling cstr-argument v0.1.2
25262026-05-28T08:49:03.563Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25272026-05-28T08:49:03.700Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
25282026-05-28T08:49:03.717Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-05-28T08:49:03.923Z[ omicron-package] Compiling num_enum v0.7.6
25302026-05-28T08:49:03.951Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25312026-05-28T08:49:04.047Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
25322026-05-28T08:49:04.073Z[ omicron-package] Compiling rand v0.10.1
25332026-05-28T08:49:04.099Z[ omicron-package] Compiling rayon v1.11.0
25342026-05-28T08:49:04.128Z[ omicron-package] Compiling num_enum v0.5.11
25352026-05-28T08:49:04.167Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
25362026-05-28T08:49:04.189Z[ omicron-package] Compiling winnow v1.0.3
25372026-05-28T08:49:04.210Z[ omicron-package] Compiling rustls v0.23.37
25382026-05-28T08:49:04.289Z[ omicron-package] Compiling colored v3.1.1
25392026-05-28T08:49:04.304Z[ omicron-package] Compiling libefi-sys v0.1.0
25402026-05-28T08:49:04.321Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25412026-05-28T08:49:04.378Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25422026-05-28T08:49:04.403Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25432026-05-28T08:49:04.436Z[ omicron-package] Compiling itertools v0.12.1
25442026-05-28T08:49:04.615Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25452026-05-28T08:49:04.700Z[ omicron-package] Compiling usdt-macro v0.5.0
25462026-05-28T08:49:04.732Z[ omicron-package] Compiling sigpipe v0.1.3
25472026-05-28T08:49:04.751Z[ omicron-package] Compiling memmap v0.7.0
25482026-05-28T08:49:04.864Z[ omicron-package] Compiling bitfield-struct v0.6.2
25492026-05-28T08:49:04.978Z[ omicron-package] Compiling num-derive v0.4.2
25502026-05-28T08:49:05.046Z[ omicron-package] Compiling swrite v0.1.0
25512026-05-28T08:49:05.072Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522026-05-28T08:49:05.159Z[ omicron-package] Compiling glob v0.3.3
25532026-05-28T08:49:05.236Z[ omicron-package] Compiling ingot-types v0.1.2
25542026-05-28T08:49:05.292Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25552026-05-28T08:49:05.557Z[ omicron-package] Compiling rustls-webpki v0.103.9
25562026-05-28T08:49:05.599Z[ omicron-package] Compiling usdt v0.5.0
25572026-05-28T08:49:05.627Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-05-28T08:49:05.888Z[ omicron-package] Compiling ingot v0.1.1
25592026-05-28T08:49:05.891Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25602026-05-28T08:49:05.979Z[ omicron-package] Compiling smf v0.2.3
25612026-05-28T08:49:05.979Z[ omicron-package] Compiling whoami v1.6.1
25622026-05-28T08:49:06.072Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25632026-05-28T08:49:06.159Z[ omicron-package] Compiling zone v0.3.1
25642026-05-28T08:49:06.163Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-05-28T08:49:06.163Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25662026-05-28T08:49:06.347Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25672026-05-28T08:49:06.454Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25682026-05-28T08:49:06.488Z[ omicron-package] Compiling console v0.16.2
25692026-05-28T08:49:06.488Z[ omicron-package] Compiling gethostname v0.5.0
25702026-05-28T08:49:06.525Z[ omicron-package] Compiling unit-prefix v0.5.2
25712026-05-28T08:49:06.575Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25722026-05-28T08:49:06.625Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25732026-05-28T08:49:07.056Z[ omicron-package] Compiling indicatif v0.18.4
25742026-05-28T08:49:07.279Z[ omicron-package] Compiling rustls v0.22.4
25752026-05-28T08:49:08.048Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25762026-05-28T08:49:08.639Z[ omicron-package] Compiling rustls-webpki v0.102.8
25772026-05-28T08:49:09.358Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25782026-05-28T08:49:09.540Z[ omicron-package] Compiling tokio-rustls v0.26.4
25792026-05-28T08:49:09.581Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25802026-05-28T08:49:09.807Z[ omicron-package] Compiling hyper-rustls v0.27.7
25812026-05-28T08:49:10.028Z[ omicron-package] Compiling reqwest v0.12.28
25822026-05-28T08:49:10.028Z[ omicron-package] Compiling reqwest v0.13.2
25832026-05-28T08:49:10.681Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25842026-05-28T08:49:11.100Z[ omicron-package] Compiling tokio-rustls v0.25.0
25852026-05-28T08:49:11.322Z[ omicron-package] Compiling dropshot v0.17.0
25862026-05-28T08:49:11.447Z[ omicron-package] Compiling tough v0.22.0
25872026-05-28T08:49:13.260Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25882026-05-28T08:49:13.264Z[ helios-setup] May 28 08:49:11.838 INFO helios repository root is: /work/oxidecomputer/helios
25892026-05-28T08:49:13.264Z[ helios-setup] May 28 08:49:11.840 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
25902026-05-28T08:49:13.264Z[ helios-setup] May 28 08:49:11.840 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25912026-05-28T08:49:13.728ZMay 28 08:49:12.315 INFO [hubris-staging] task succeeded (15.89014236s)
25922026-05-28T08:49:13.889Z[ helios-setup] May 28 08:49:12.475 INFO clone ok!, project: bootserver
25932026-05-28T08:49:13.889Z[ helios-setup] May 28 08:49:12.476 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
25942026-05-28T08:49:13.892Z[ helios-setup] May 28 08:49:12.476 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25952026-05-28T08:49:13.893Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25962026-05-28T08:49:14.597Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25972026-05-28T08:49:14.734Z[ helios-setup] May 28 08:49:13.320 INFO clone ok!, project: pilot
25982026-05-28T08:49:14.737Z[ helios-setup] May 28 08:49:13.320 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
25992026-05-28T08:49:14.737Z[ helios-setup] May 28 08:49:13.320 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26002026-05-28T08:49:14.737Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26012026-05-28T08:49:14.940Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26022026-05-28T08:49:15.244Z[ omicron-package] Compiling progenitor-client v0.14.0
26032026-05-28T08:49:15.269Z[ omicron-package] Compiling progenitor-client v0.13.0
26042026-05-28T08:49:15.340Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26052026-05-28T08:49:15.520Z[ omicron-package] Compiling progenitor-extras v0.2.0
26062026-05-28T08:49:15.552Z[ helios-setup] May 28 08:49:14.139 INFO clone ok!, project: dmar-report
26072026-05-28T08:49:15.552Z[ helios-setup] May 28 08:49:14.139 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
26082026-05-28T08:49:15.556Z[ helios-setup] May 28 08:49:14.139 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26092026-05-28T08:49:15.556Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26102026-05-28T08:49:16.113Z[ helios-setup] May 28 08:49:14.694 INFO clone ok!, project: phbl
26112026-05-28T08:49:16.116Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26122026-05-28T08:49:16.117Z[ helios-setup] May 28 08:49:14.695 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26132026-05-28T08:49:16.117Z[ helios-setup] May 28 08:49:14.695 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26142026-05-28T08:49:16.117Z[ helios-setup] May 28 08:49:14.695 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26152026-05-28T08:49:16.117Z[ helios-setup] May 28 08:49:14.695 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
26162026-05-28T08:49:16.117Z[ helios-setup] May 28 08:49:14.695 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26172026-05-28T08:49:16.685Z[ helios-setup] May 28 08:49:15.272 INFO clone ok!, project: image-builder
26182026-05-28T08:49:16.685Z[ helios-setup] May 28 08:49:15.272 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
26192026-05-28T08:49:16.688Z[ helios-setup] May 28 08:49:15.272 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26202026-05-28T08:49:16.689Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26212026-05-28T08:49:17.898Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26222026-05-28T08:49:17.975Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26232026-05-28T08:49:18.148Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26242026-05-28T08:49:18.294Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26252026-05-28T08:49:18.379Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26262026-05-28T08:49:18.474Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272026-05-28T08:49:18.540Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26282026-05-28T08:49:18.669Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26292026-05-28T08:49:18.802Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26302026-05-28T08:49:22.656Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26312026-05-28T08:49:23.071Z[ helios-setup] May 28 08:49:21.658 INFO clone ok!, project: amd-firmware
26322026-05-28T08:49:23.075Z[ helios-setup] May 28 08:49:21.658 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
26332026-05-28T08:49:23.075Z[ helios-setup] May 28 08:49:21.658 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26342026-05-28T08:49:23.075Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26352026-05-28T08:49:23.885Z[ helios-setup] May 28 08:49:22.466 INFO clone ok!, project: chelsio-t6-roms
26362026-05-28T08:49:23.891Z[ helios-setup] May 28 08:49:22.466 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
26372026-05-28T08:49:23.891Z[ helios-setup] May 28 08:49:22.466 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26382026-05-28T08:49:23.891Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26392026-05-28T08:49:24.334Z[ helios-setup] May 28 08:49:22.921 INFO clone ok!, project: pinprick
26402026-05-28T08:49:24.337Z[ helios-setup] May 28 08:49:22.921 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
26412026-05-28T08:49:24.337Z[ helios-setup] May 28 08:49:22.921 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
26422026-05-28T08:49:24.338Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26432026-05-28T08:49:25.067Z[ helios-setup] May 28 08:49:23.653 INFO clone ok!, project: amd-host-image-builder
26442026-05-28T08:49:25.070Z[ helios-setup] May 28 08:49:23.653 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26452026-05-28T08:49:25.301Z[ helios-setup] May 28 08:49:23.887 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26462026-05-28T08:49:25.529Z[ helios-setup] May 28 08:49:24.116 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26472026-05-28T08:49:25.529Z[ helios-setup] May 28 08:49:24.116 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26482026-05-28T08:49:25.748Z[ helios-setup] May 28 08:49:24.335 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26492026-05-28T08:49:25.969Z[ helios-setup] May 28 08:49:24.555 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26502026-05-28T08:49:25.969Z[ helios-setup] May 28 08:49:24.555 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26512026-05-28T08:49:26.188Z[ helios-setup] May 28 08:49:24.774 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26522026-05-28T08:49:26.401Z[ helios-setup] May 28 08:49:24.987 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26532026-05-28T08:49:26.401Z[ helios-setup] May 28 08:49:24.987 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26542026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.987 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26552026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.987 INFO ok!
26562026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.987 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26572026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.987 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26582026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.987 INFO ok!
26592026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.987 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26602026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.987 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26612026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.987 INFO ok!
26622026-05-28T08:49:26.404Z[ helios-setup] May 28 08:49:24.988 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26632026-05-28T08:49:26.410Z[ helios-setup] May 28 08:49:24.997 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
26642026-05-28T08:49:26.410Z[ helios-setup] May 28 08:49:24.997 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26652026-05-28T08:49:26.410Z[ helios-setup] May 28 08:49:24.997 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26662026-05-28T08:49:26.484Z[ helios-setup] May 28 08:49:25.070 INFO E| Downloading crates ...
26672026-05-28T08:49:26.533Z[ helios-setup] May 28 08:49:25.120 INFO E| Downloaded miniz_oxide v0.6.2
26682026-05-28T08:49:26.537Z[ helios-setup] May 28 08:49:25.121 INFO E| Downloaded cpufeatures v0.2.5
26692026-05-28T08:49:26.537Z[ helios-setup] May 28 08:49:25.123 INFO E| Downloaded unicode-width v0.1.10
26702026-05-28T08:49:26.541Z[ helios-setup] May 28 08:49:25.128 INFO E| Downloaded generic-array v0.14.6
26712026-05-28T08:49:26.544Z[ helios-setup] May 28 08:49:25.129 INFO E| Downloaded typenum v1.15.0
26722026-05-28T08:49:26.544Z[ helios-setup] May 28 08:49:25.131 INFO E| Downloaded block-buffer v0.10.3
26732026-05-28T08:49:26.549Z[ helios-setup] May 28 08:49:25.136 INFO E| Downloaded sha2 v0.10.5
26742026-05-28T08:49:26.552Z[ helios-setup] May 28 08:49:25.137 INFO E| Downloaded digest v0.10.3
26752026-05-28T08:49:26.552Z[ helios-setup] May 28 08:49:25.138 INFO E| Downloaded anyhow v1.0.62
26762026-05-28T08:49:26.555Z[ helios-setup] May 28 08:49:25.140 INFO E| Downloaded flate2 v1.0.25
26772026-05-28T08:49:26.559Z[ helios-setup] May 28 08:49:25.143 INFO E| Downloaded bytes v1.2.1
26782026-05-28T08:49:26.589Z[ helios-setup] May 28 08:49:25.175 INFO E| Compiling typenum v1.15.0
26792026-05-28T08:49:26.589Z[ helios-setup] May 28 08:49:25.175 INFO E| Compiling version_check v0.9.4
26802026-05-28T08:49:26.592Z[ helios-setup] May 28 08:49:25.175 INFO E| Compiling crc32fast v1.3.2
26812026-05-28T08:49:26.592Z[ helios-setup] May 28 08:49:25.175 INFO E| Compiling cfg-if v1.0.0
26822026-05-28T08:49:26.592Z[ helios-setup] May 28 08:49:25.175 INFO E| Compiling adler v1.0.2
26832026-05-28T08:49:26.592Z[ helios-setup] May 28 08:49:25.176 INFO E| Compiling anyhow v1.0.62
26842026-05-28T08:49:26.592Z[ helios-setup] May 28 08:49:25.176 INFO E| Compiling cpufeatures v0.2.5
26852026-05-28T08:49:26.592Z[ helios-setup] May 28 08:49:25.176 INFO E| Compiling unicode-width v0.1.10
26862026-05-28T08:49:26.592Z[ helios-setup] May 28 08:49:25.176 INFO E| Compiling bytes v1.2.1
26872026-05-28T08:49:26.595Z[ helios-setup] May 28 08:49:25.181 INFO E| Compiling bitflags v1.3.2
26882026-05-28T08:49:26.673Z[ helios-setup] May 28 08:49:25.260 INFO E| Compiling miniz_oxide v0.6.2
26892026-05-28T08:49:26.678Z[ helios-setup] May 28 08:49:25.265 INFO E| Compiling getopts v0.2.21
26902026-05-28T08:49:26.809Z[ helios-setup] May 28 08:49:25.396 INFO E| Compiling generic-array v0.14.6
26912026-05-28T08:49:27.037Z[ helios-setup] May 28 08:49:25.623 INFO E| Compiling flate2 v1.0.25
26922026-05-28T08:49:27.870Z[ helios-setup] May 28 08:49:26.456 INFO E| Compiling crypto-common v0.1.6
26932026-05-28T08:49:27.870Z[ helios-setup] May 28 08:49:26.457 INFO E| Compiling block-buffer v0.10.3
26942026-05-28T08:49:27.973Z[ helios-setup] May 28 08:49:26.552 INFO E| Compiling digest v0.10.3
26952026-05-28T08:49:28.105Z[ helios-setup] May 28 08:49:26.691 INFO E| Compiling sha2 v0.10.5
26962026-05-28T08:49:28.294Z[ helios-setup] May 28 08:49:26.878 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26972026-05-28T08:49:29.425Z[ helios-setup] May 28 08:49:28.011 INFO E| Finished `release` profile [optimized] target(s) in 3.00s
26982026-05-28T08:49:29.433Z[ helios-setup] May 28 08:49:28.020 INFO building project "bootserver" ok (3 seconds)
26992026-05-28T08:49:29.433Z[ helios-setup] May 28 08:49:28.020 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27002026-05-28T08:49:29.440Z[ helios-setup] May 28 08:49:28.026 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
27012026-05-28T08:49:29.440Z[ helios-setup] May 28 08:49:28.026 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27022026-05-28T08:49:29.443Z[ helios-setup] May 28 08:49:28.026 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27032026-05-28T08:49:29.509Z[ helios-setup] May 28 08:49:28.095 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27042026-05-28T08:49:29.781Z[ helios-setup] May 28 08:49:28.368 INFO E| From https://github.com/jclulow/hiercmd
27052026-05-28T08:49:29.781Z[ helios-setup] May 28 08:49:28.368 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27062026-05-28T08:49:29.790Z[ helios-setup] May 28 08:49:28.377 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27072026-05-28T08:49:30.058Z[ helios-setup] May 28 08:49:28.644 INFO E| From https://github.com/oxidecomputer/network-interface
27082026-05-28T08:49:30.058Z[ helios-setup] May 28 08:49:28.644 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27092026-05-28T08:49:30.067Z[ helios-setup] May 28 08:49:28.654 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27102026-05-28T08:49:30.395Z[ helios-setup] May 28 08:49:28.981 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27112026-05-28T08:49:30.395Z[ helios-setup] May 28 08:49:28.981 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27122026-05-28T08:49:30.409Z[ helios-setup] May 28 08:49:28.996 INFO E| Updating crates.io index
27132026-05-28T08:49:30.655Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27142026-05-28T08:49:30.720Z[ helios-setup] May 28 08:49:29.306 INFO E| Downloading crates ...
27152026-05-28T08:49:30.778Z[ helios-setup] May 28 08:49:29.364 INFO E| Downloaded anstyle v1.0.13
27162026-05-28T08:49:30.810Z[ helios-setup] May 28 08:49:29.397 INFO E| Downloaded slab v0.4.11
27172026-05-28T08:49:30.814Z[ helios-setup] May 28 08:49:29.399 INFO E| Downloaded clap_lex v0.7.6
27182026-05-28T08:49:30.817Z[ helios-setup] May 28 08:49:29.401 INFO E| Downloaded libdevinfo-sys v1.1.0
27192026-05-28T08:49:30.830Z[ helios-setup] May 28 08:49:29.416 INFO E| Downloaded serde_spanned v1.0.3
27202026-05-28T08:49:30.835Z[ helios-setup] May 28 08:49:29.421 INFO E| Downloaded time-core v0.1.6
27212026-05-28T08:49:30.840Z[ helios-setup] May 28 08:49:29.423 INFO E| Downloaded zeroize_derive v1.4.2
27222026-05-28T08:49:30.840Z[ helios-setup] May 28 08:49:29.425 INFO E| Downloaded env_filter v0.1.4
27232026-05-28T08:49:30.843Z[ helios-setup] May 28 08:49:29.430 INFO E| Downloaded futures-sink v0.3.31
27242026-05-28T08:49:30.847Z[ helios-setup] May 28 08:49:29.434 INFO E| Downloaded signal-hook-registry v1.4.6
27252026-05-28T08:49:30.852Z[ helios-setup] May 28 08:49:29.436 INFO E| Downloaded toml_datetime v0.7.3
27262026-05-28T08:49:30.853Z[ helios-setup] May 28 08:49:29.437 INFO E| Downloaded num_enum_derive v0.7.5
27272026-05-28T08:49:30.856Z[ helios-setup] May 28 08:49:29.438 INFO E| Downloaded getopts v0.2.24
27282026-05-28T08:49:30.856Z[ helios-setup] May 28 08:49:29.439 INFO E| Downloaded futures-executor v0.3.31
27292026-05-28T08:49:30.856Z[ helios-setup] May 28 08:49:29.443 INFO E| Downloaded devinfo v0.1.0
27302026-05-28T08:49:30.860Z[ helios-setup] May 28 08:49:29.447 INFO E| Downloaded futures-core v0.3.31
27312026-05-28T08:49:30.863Z[ helios-setup] May 28 08:49:29.449 INFO E| Downloaded futures-macro v0.3.31
27322026-05-28T08:49:30.873Z[ helios-setup] May 28 08:49:29.460 INFO E| Downloaded futures-task v0.3.31
27332026-05-28T08:49:30.876Z[ helios-setup] May 28 08:49:29.461 INFO E| Downloaded anstyle-query v1.1.4
27342026-05-28T08:49:30.876Z[ helios-setup] May 28 08:49:29.462 INFO E| Downloaded simd-adler32 v0.3.7
27352026-05-28T08:49:30.879Z[ helios-setup] May 28 08:49:29.466 INFO E| Downloaded futures-io v0.3.31
27362026-05-28T08:49:30.884Z[ helios-setup] May 28 08:49:29.469 INFO E| Downloaded generic-array v0.14.9
27372026-05-28T08:49:30.884Z[ helios-setup] May 28 08:49:29.470 INFO E| Downloaded pin-project-lite v0.2.16
27382026-05-28T08:49:30.890Z[ helios-setup] May 28 08:49:29.477 INFO E| Downloaded time-macros v0.2.24
27392026-05-28T08:49:30.893Z[ helios-setup] May 28 08:49:29.478 INFO E| Downloaded crc v3.3.0
27402026-05-28T08:49:30.893Z[ helios-setup] May 28 08:49:29.479 INFO E| Downloaded num_enum v0.7.5
27412026-05-28T08:49:30.896Z[ helios-setup] May 28 08:49:29.483 INFO E| Downloaded toml_writer v1.0.4
27422026-05-28T08:49:30.900Z[ helios-setup] May 28 08:49:29.486 INFO E| Downloaded futures-channel v0.3.31
27432026-05-28T08:49:30.903Z[ helios-setup] May 28 08:49:29.490 INFO E| Downloaded base64ct v1.8.0
27442026-05-28T08:49:30.906Z[ helios-setup] May 28 08:49:29.492 INFO E| Downloaded tokio-macros v2.6.0
27452026-05-28T08:49:30.912Z[ helios-setup] May 28 08:49:29.493 INFO E| Downloaded thiserror v2.0.17
27462026-05-28T08:49:30.916Z[ helios-setup] May 28 08:49:29.503 INFO E| Downloaded itoa v1.0.15
27472026-05-28T08:49:30.919Z[ helios-setup] May 28 08:49:29.505 INFO E| Downloaded find-msvc-tools v0.1.4
27482026-05-28T08:49:30.924Z[ helios-setup] May 28 08:49:29.511 INFO E| Downloaded env_logger v0.11.8
27492026-05-28T08:49:30.928Z[ helios-setup] May 28 08:49:29.513 INFO E| Downloaded deranged v0.5.5
27502026-05-28T08:49:30.931Z[ helios-setup] May 28 08:49:29.518 INFO E| Downloaded toml_parser v1.0.4
27512026-05-28T08:49:30.935Z[ helios-setup] May 28 08:49:29.520 INFO E| Downloaded getrandom v0.2.16
27522026-05-28T08:49:30.940Z[ helios-setup] May 28 08:49:29.527 INFO E| Downloaded unicode-ident v1.0.22
27532026-05-28T08:49:30.943Z[ helios-setup] May 28 08:49:29.529 INFO E| Downloaded iana-time-zone v0.1.64
27542026-05-28T08:49:30.947Z[ helios-setup] May 28 08:49:29.533 INFO E| Downloaded quote v1.0.41
27552026-05-28T08:49:30.950Z[ helios-setup] May 28 08:49:29.535 INFO E| Downloaded ryu v1.0.20
27562026-05-28T08:49:30.953Z[ helios-setup] May 28 08:49:29.537 INFO E| Downloaded clap_derive v4.5.49
27572026-05-28T08:49:30.953Z[ helios-setup] May 28 08:49:29.539 INFO E| Downloaded term v1.2.0
27582026-05-28T08:49:30.957Z[ helios-setup] May 28 08:49:29.544 INFO E| Downloaded thiserror-impl v2.0.17
27592026-05-28T08:49:30.966Z[ helios-setup] May 28 08:49:29.553 INFO E| Downloaded futures v0.3.31
27602026-05-28T08:49:30.969Z[ helios-setup] May 28 08:49:29.556 INFO E| Downloaded bitfield-macros v0.19.3
27612026-05-28T08:49:30.974Z[ helios-setup] May 28 08:49:29.561 INFO E| Downloaded toml v0.9.8
27622026-05-28T08:49:30.979Z[ helios-setup] May 28 08:49:29.566 INFO E| Downloaded log v0.4.28
27632026-05-28T08:49:30.982Z[ helios-setup] May 28 08:49:29.568 INFO E| Downloaded bitflags v2.10.0
27642026-05-28T08:49:30.985Z[ helios-setup] May 28 08:49:29.570 INFO E| Downloaded bitfield v0.19.3
27652026-05-28T08:49:30.989Z[ helios-setup] May 28 08:49:29.576 INFO E| Downloaded proc-macro2 v1.0.103
27662026-05-28T08:49:30.993Z[ helios-setup] May 28 08:49:29.578 INFO E| Downloaded socket2 v0.6.1
27672026-05-28T08:49:30.996Z[ helios-setup] May 28 08:49:29.579 INFO E| Downloaded anyhow v1.0.100
27682026-05-28T08:49:31.010Z[ helios-setup] May 28 08:49:29.597 INFO E| Downloaded bytes v1.10.1
27692026-05-28T08:49:31.014Z[ helios-setup] May 28 08:49:29.600 INFO E| Downloaded toml_edit v0.23.7
27702026-05-28T08:49:31.018Z[ helios-setup] May 28 08:49:29.603 INFO E| Downloaded uuid v1.18.1
27712026-05-28T08:49:31.021Z[ helios-setup] May 28 08:49:29.605 INFO E| Downloaded clap v4.5.51
27722026-05-28T08:49:31.024Z[ helios-setup] May 28 08:49:29.611 INFO E| Downloaded futures-util v0.3.31
27732026-05-28T08:49:31.031Z[ helios-setup] May 28 08:49:29.618 INFO E| Downloaded memchr v2.7.6
27742026-05-28T08:49:31.034Z[ helios-setup] May 28 08:49:29.621 INFO E| Downloaded flate2 v1.1.5
27752026-05-28T08:49:31.037Z[ helios-setup] May 28 08:49:29.623 INFO E| Downloaded rand v0.8.5
27762026-05-28T08:49:31.040Z[ helios-setup] May 28 08:49:29.625 INFO E| Downloaded zerocopy-derive v0.8.27
27772026-05-28T08:49:31.043Z[ helios-setup] May 28 08:49:29.629 INFO E| Downloaded cc v1.2.44
27782026-05-28T08:49:31.054Z[ helios-setup] May 28 08:49:29.641 INFO E| Downloaded indexmap v2.12.0
27792026-05-28T08:49:31.057Z[ helios-setup] May 28 08:49:29.644 INFO E| Downloaded rsa v0.9.8
27802026-05-28T08:49:31.060Z[ helios-setup] May 28 08:49:29.647 INFO E| Downloaded mio v1.1.0
27812026-05-28T08:49:31.064Z[ helios-setup] May 28 08:49:29.651 INFO E| Downloaded iddqd v0.3.14
27822026-05-28T08:49:31.068Z[ helios-setup] May 28 08:49:29.655 INFO E| Downloaded hashbrown v0.16.0
27832026-05-28T08:49:31.087Z[ helios-setup] May 28 08:49:29.673 INFO E| Downloaded num-bigint-dig v0.8.4
27842026-05-28T08:49:31.091Z[ helios-setup] May 28 08:49:29.678 INFO E| Downloaded time v0.3.44
27852026-05-28T08:49:31.096Z[ helios-setup] May 28 08:49:29.683 INFO E| Downloaded libm v0.2.15
27862026-05-28T08:49:31.102Z[ helios-setup] May 28 08:49:29.689 INFO E| Downloaded serde_json v1.0.145
27872026-05-28T08:49:31.107Z[ helios-setup] May 28 08:49:29.694 INFO E| Downloaded winnow v0.7.13
27882026-05-28T08:49:31.115Z[ helios-setup] May 28 08:49:29.702 INFO E| Downloaded clap_builder v4.5.51
27892026-05-28T08:49:31.137Z[ helios-setup] May 28 08:49:29.723 INFO E| Downloaded chrono v0.4.42
27902026-05-28T08:49:31.143Z[ helios-setup] May 28 08:49:29.730 INFO E| Downloaded zerocopy v0.8.27
27912026-05-28T08:49:31.159Z[ helios-setup] May 28 08:49:29.746 INFO E| Downloaded unicode-width v0.2.2
27922026-05-28T08:49:31.163Z[ helios-setup] May 28 08:49:29.750 INFO E| Downloaded syn v2.0.108
27932026-05-28T08:49:31.196Z[ helios-setup] May 28 08:49:29.783 INFO E| Downloaded rustix v1.1.2
27942026-05-28T08:49:31.251Z[ helios-setup] May 28 08:49:29.837 INFO E| Downloaded libc v0.2.177
27952026-05-28T08:49:31.267Z[ helios-setup] May 28 08:49:29.854 INFO E| Downloaded tokio v1.48.0
27962026-05-28T08:49:31.357Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling proc-macro2 v1.0.103
27972026-05-28T08:49:31.357Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling quote v1.0.41
27982026-05-28T08:49:31.357Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling unicode-ident v1.0.22
27992026-05-28T08:49:31.358Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling libc v0.2.177
28002026-05-28T08:49:31.361Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling serde_core v1.0.228
28012026-05-28T08:49:31.361Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling cfg-if v1.0.4
28022026-05-28T08:49:31.361Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling serde v1.0.228
28032026-05-28T08:49:31.361Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling version_check v0.9.5
28042026-05-28T08:49:31.362Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling autocfg v1.5.0
28052026-05-28T08:49:31.362Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling typenum v1.19.0
28062026-05-28T08:49:31.362Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling const-oid v0.9.6
28072026-05-28T08:49:31.362Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling libm v0.2.15
28082026-05-28T08:49:31.362Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling zerocopy v0.8.27
28092026-05-28T08:49:31.362Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling rustversion v1.0.22
28102026-05-28T08:49:31.362Z[ helios-setup] May 28 08:49:29.944 INFO E| Compiling smallvec v1.15.1
28112026-05-28T08:49:31.391Z[ helios-setup] May 28 08:49:29.977 INFO E| Compiling zeroize v1.8.2
28122026-05-28T08:49:31.604Z[ helios-setup] May 28 08:49:30.190 INFO E| Compiling base64ct v1.8.0
28132026-05-28T08:49:31.628Z[ helios-setup] May 28 08:49:30.214 INFO E| Compiling anyhow v1.0.100
28142026-05-28T08:49:31.642Z[ helios-setup] May 28 08:49:30.229 INFO E| Compiling winnow v0.7.13
28152026-05-28T08:49:31.727Z[ helios-setup] May 28 08:49:30.313 INFO E| Compiling flagset v0.4.7
28162026-05-28T08:49:31.831Z[ helios-setup] May 28 08:49:30.417 INFO E| Compiling generic-array v0.14.9
28172026-05-28T08:49:31.843Z[ helios-setup] May 28 08:49:30.430 INFO E| Compiling crc32fast v1.5.0
28182026-05-28T08:49:31.918Z[ helios-setup] May 28 08:49:30.505 INFO E| Compiling pem-rfc7468 v0.7.0
28192026-05-28T08:49:31.939Z[ helios-setup] May 28 08:49:30.526 INFO E| Compiling num-traits v0.2.19
28202026-05-28T08:49:31.996Z[ helios-setup] May 28 08:49:30.581 INFO E| Compiling hashbrown v0.16.0
28212026-05-28T08:49:32.001Z[ helios-setup] May 28 08:49:30.588 INFO E| Compiling equivalent v1.0.2
28222026-05-28T08:49:32.031Z[ helios-setup] May 28 08:49:30.618 INFO E| Compiling byteorder v1.5.0
28232026-05-28T08:49:32.102Z[ helios-setup] May 28 08:49:30.688 INFO E| Compiling utf8parse v0.2.2
28242026-05-28T08:49:32.147Z[ helios-setup] May 28 08:49:30.734 INFO E| Compiling memchr v2.7.6
28252026-05-28T08:49:32.248Z[ helios-setup] May 28 08:49:30.814 INFO E| Compiling rustix v1.1.2
28262026-05-28T08:49:32.321Z[ helios-setup] May 28 08:49:30.907 INFO E| Compiling anstyle-parse v0.2.7
28272026-05-28T08:49:32.526Z[ helios-setup] May 28 08:49:31.113 INFO E| Compiling syn v1.0.109
28282026-05-28T08:49:32.566Z[ helios-setup] May 28 08:49:31.153 INFO E| Compiling cpufeatures v0.2.17
28292026-05-28T08:49:32.628Z[ helios-setup] May 28 08:49:31.214 INFO E| Compiling getrandom v0.2.16
28302026-05-28T08:49:32.628Z[ helios-setup] May 28 08:49:31.214 INFO E| Compiling errno v0.3.14
28312026-05-28T08:49:32.653Z[ helios-setup] May 28 08:49:31.239 INFO E| Compiling indexmap v2.12.0
28322026-05-28T08:49:32.664Z[ helios-setup] May 28 08:49:31.250 INFO E| Compiling allocator-api2 v0.2.21
28332026-05-28T08:49:32.706Z[ helios-setup] May 28 08:49:31.292 INFO E| Compiling radium v0.7.0
28342026-05-28T08:49:32.885Z[ helios-setup] May 28 08:49:31.472 INFO E| Compiling rand_core v0.6.4
28352026-05-28T08:49:32.895Z[ helios-setup] May 28 08:49:31.482 INFO E| Compiling anstyle v1.0.13
28362026-05-28T08:49:32.972Z[ helios-setup] May 28 08:49:31.558 INFO E| Compiling shlex v1.3.0
28372026-05-28T08:49:33.047Z[ helios-setup] May 28 08:49:31.634 INFO E| Compiling toml_datetime v0.7.3
28382026-05-28T08:49:33.059Z[ helios-setup] May 28 08:49:31.646 INFO E| Compiling syn v2.0.108
28392026-05-28T08:49:33.141Z[ helios-setup] May 28 08:49:31.726 INFO E| Compiling anstyle-query v1.1.4
28402026-05-28T08:49:33.184Z[ helios-setup] May 28 08:49:31.758 INFO E| Compiling find-msvc-tools v0.1.4
28412026-05-28T08:49:33.205Z[ helios-setup] May 28 08:49:31.791 INFO E| Compiling is_terminal_polyfill v1.70.2
28422026-05-28T08:49:33.205Z[ helios-setup] May 28 08:49:31.791 INFO E| Compiling colorchoice v1.0.4
28432026-05-28T08:49:33.316Z[ helios-setup] May 28 08:49:31.902 INFO E| Compiling anstream v0.6.21
28442026-05-28T08:49:33.354Z[ helios-setup] May 28 08:49:31.941 INFO E| Compiling slog v2.8.2
28452026-05-28T08:49:33.417Z[ helios-setup] May 28 08:49:32.004 INFO E| Compiling crypto-common v0.1.6
28462026-05-28T08:49:33.494Z[ helios-setup] May 28 08:49:32.081 INFO E| Compiling block-buffer v0.10.4
28472026-05-28T08:49:33.521Z[ helios-setup] May 28 08:49:32.108 INFO E| Compiling toml_parser v1.0.4
28482026-05-28T08:49:33.521Z[ helios-setup] May 28 08:49:32.108 INFO E| Compiling cc v1.2.44
28492026-05-28T08:49:33.660Z[ helios-setup] May 28 08:49:32.247 INFO E| Compiling tap v1.0.1
28502026-05-28T08:49:33.710Z[ helios-setup] May 28 08:49:32.296 INFO E| Compiling digest v0.10.7
28512026-05-28T08:49:33.756Z[ helios-setup] May 28 08:49:32.343 INFO E| Compiling futures-core v0.3.31
28522026-05-28T08:49:33.760Z[ helios-setup] May 28 08:49:32.343 INFO E| Compiling futures-sink v0.3.31
28532026-05-28T08:49:33.802Z[ helios-setup] May 28 08:49:32.389 INFO E| Compiling pin-project-lite v0.2.16
28542026-05-28T08:49:34.041Z[ helios-setup] May 28 08:49:32.628 INFO E| Compiling sha2 v0.10.9
28552026-05-28T08:49:34.049Z[ helios-setup] May 28 08:49:32.635 INFO E| Compiling pkg-config v0.3.32
28562026-05-28T08:49:34.057Z[ helios-setup] May 28 08:49:32.644 INFO E| Compiling unicode-width v0.2.2
28572026-05-28T08:49:34.156Z[ helios-setup] May 28 08:49:32.742 INFO E| Compiling maybe-uninit v2.0.0
28582026-05-28T08:49:34.182Z[ helios-setup] May 28 08:49:32.769 INFO E| Compiling parking_lot_core v0.9.12
28592026-05-28T08:49:34.261Z[ helios-setup] May 28 08:49:32.848 INFO E| Compiling toml_edit v0.23.7
28602026-05-28T08:49:34.321Z[ helios-setup] May 28 08:49:32.908 INFO E| Compiling futures-channel v0.3.31
28612026-05-28T08:49:34.478Z[ helios-setup] May 28 08:49:33.064 INFO E| Compiling wyz v0.5.1
28622026-05-28T08:49:34.529Z[ helios-setup] May 28 08:49:33.116 INFO E| Compiling num-integer v0.1.46
28632026-05-28T08:49:34.638Z[ helios-setup] May 28 08:49:33.225 INFO E| Compiling getopts v0.2.24
28642026-05-28T08:49:34.705Z[ helios-setup] May 28 08:49:33.292 INFO E| Compiling ahash v0.8.12
28652026-05-28T08:49:34.708Z[ helios-setup] May 28 08:49:33.292 INFO E| Compiling powerfmt v0.2.0
28662026-05-28T08:49:34.842Z[ helios-setup] May 28 08:49:33.428 INFO E| Compiling futures-io v0.3.31
28672026-05-28T08:49:34.854Z[ helios-setup] May 28 08:49:33.441 INFO E| Compiling getrandom v0.3.4
28682026-05-28T08:49:34.907Z[ helios-setup] May 28 08:49:33.494 INFO E| Compiling scopeguard v1.2.0
28692026-05-28T08:49:34.914Z[ helios-setup] May 28 08:49:33.501 INFO E| Compiling strsim v0.11.1
28702026-05-28T08:49:34.939Z[ helios-setup] May 28 08:49:33.525 INFO E| Compiling clap_lex v0.7.6
28712026-05-28T08:49:35.017Z[ helios-setup] May 28 08:49:33.604 INFO E| Compiling num-conv v0.1.0
28722026-05-28T08:49:35.196Z[ helios-setup] May 28 08:49:33.783 INFO E| Compiling funty v2.0.0
28732026-05-28T08:49:35.316Z[ helios-setup] May 28 08:49:33.903 INFO E| Compiling proc-macro-crate v3.4.0
28742026-05-28T08:49:35.354Z[ helios-setup] May 28 08:49:33.938 INFO E| Compiling bytes v1.10.1
28752026-05-28T08:49:35.392Z[ helios-setup] May 28 08:49:33.978 INFO E| Compiling heck v0.5.0
28762026-05-28T08:49:35.477Z[ helios-setup] May 28 08:49:34.063 INFO E| Compiling bitflags v2.10.0
28772026-05-28T08:49:35.513Z[ helios-setup] May 28 08:49:34.099 INFO E| Compiling time-core v0.1.6
28782026-05-28T08:49:35.547Z[ helios-setup] May 28 08:49:34.133 INFO E| Compiling thiserror v1.0.69
28792026-05-28T08:49:35.667Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28802026-05-28T08:49:35.678Z[ helios-setup] May 28 08:49:34.265 INFO E| Compiling futures-task v0.3.31
28812026-05-28T08:49:35.687Z[ helios-setup] May 28 08:49:34.274 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28822026-05-28T08:49:35.696Z[ helios-setup] May 28 08:49:34.283 INFO E| Compiling spin v0.9.8
28832026-05-28T08:49:35.718Z[ helios-setup] May 28 08:49:34.304 INFO E| Compiling slab v0.4.11
28842026-05-28T08:49:35.724Z[ helios-setup] May 28 08:49:34.311 INFO E| Compiling itoa v1.0.15
28852026-05-28T08:49:35.900Z[ helios-setup] May 28 08:49:34.486 INFO E| Compiling num-bigint-dig v0.8.4
28862026-05-28T08:49:35.916Z[ helios-setup] May 28 08:49:34.502 INFO E| Compiling pin-utils v0.1.0
28872026-05-28T08:49:36.003Z[ helios-setup] May 28 08:49:34.585 INFO E| Compiling packed_struct v0.10.1
28882026-05-28T08:49:36.008Z[ helios-setup] May 28 08:49:34.592 INFO E| Compiling lazy_static v1.5.0
28892026-05-28T08:49:36.022Z[ helios-setup] May 28 08:49:34.603 INFO E| Compiling bitvec v1.0.1
28902026-05-28T08:49:36.069Z[ helios-setup] May 28 08:49:34.655 INFO E| Compiling time-macros v0.2.24
28912026-05-28T08:49:36.147Z[ helios-setup] May 28 08:49:34.732 INFO E| Compiling deranged v0.5.5
28922026-05-28T08:49:36.167Z[ helios-setup] May 28 08:49:34.753 INFO E| Compiling lock_api v0.4.14
28932026-05-28T08:49:36.299Z[ helios-setup] May 28 08:49:34.886 INFO E| Compiling num-iter v0.1.45
28942026-05-28T08:49:36.330Z[ helios-setup] May 28 08:49:34.916 INFO E| Compiling indexmap v1.9.3
28952026-05-28T08:49:36.384Z[ helios-setup] May 28 08:49:34.971 INFO E| Compiling nodrop v0.1.14
28962026-05-28T08:49:36.404Z[ helios-setup] May 28 08:49:34.991 INFO E| Compiling thiserror v2.0.17
28972026-05-28T08:49:36.436Z[ helios-setup] May 28 08:49:35.023 INFO E| Compiling adler2 v2.0.1
28982026-05-28T08:49:36.514Z[ helios-setup] May 28 08:49:35.100 INFO E| Compiling iana-time-zone v0.1.64
28992026-05-28T08:49:36.635Z[ helios-setup] May 28 08:49:35.222 INFO E| Compiling terminal_size v0.4.3
29002026-05-28T08:49:36.654Z[ helios-setup] May 28 08:49:35.240 INFO E| Compiling once_cell v1.21.3
29012026-05-28T08:49:36.672Z[ helios-setup] May 28 08:49:35.257 INFO E| Compiling simd-adler32 v0.3.7
29022026-05-28T08:49:36.703Z[ helios-setup] May 28 08:49:35.290 INFO E| Compiling log v0.4.28
29032026-05-28T08:49:36.710Z[ helios-setup] May 28 08:49:35.296 INFO E| Compiling crc-catalog v2.4.0
29042026-05-28T08:49:36.812Z[ helios-setup] May 28 08:49:35.398 INFO E| Compiling clap_builder v4.5.51
29052026-05-28T08:49:36.855Z[ helios-setup] May 28 08:49:35.442 INFO E| Compiling serde_json v1.0.145
29062026-05-28T08:49:36.916Z[ helios-setup] May 28 08:49:35.503 INFO E| Compiling env_filter v0.1.4
29072026-05-28T08:49:37.020Z[ helios-setup] May 28 08:49:35.606 INFO E| Compiling miniz_oxide v0.8.9
29082026-05-28T08:49:37.171Z[ helios-setup] May 28 08:49:35.758 INFO E| Compiling crc v3.3.0
29092026-05-28T08:49:37.216Z[ helios-setup] May 28 08:49:35.802 INFO E| Compiling chrono v0.4.42
29102026-05-28T08:49:37.274Z[ helios-setup] May 28 08:49:35.861 INFO E| Compiling parking_lot v0.12.5
29112026-05-28T08:49:37.290Z[ helios-setup] May 28 08:49:35.877 INFO E| Compiling array-init v0.0.4
29122026-05-28T08:49:37.408Z[ helios-setup] May 28 08:49:35.994 INFO E| Compiling smallvec v0.6.14
29132026-05-28T08:49:37.496Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29142026-05-28T08:49:37.901Z[ helios-setup] May 28 08:49:36.487 INFO E| Compiling serde_spanned v1.0.3
29152026-05-28T08:49:37.913Z[ helios-setup] May 28 08:49:36.500 INFO E| Compiling time v0.3.44
29162026-05-28T08:49:37.972Z[ helios-setup] May 28 08:49:36.557 INFO E| Compiling signature v2.2.0
29172026-05-28T08:49:37.994Z[ helios-setup] May 28 08:49:36.581 INFO E| Compiling mio v1.1.0
29182026-05-28T08:49:38.214Z[ helios-setup] May 28 08:49:36.800 INFO E| Compiling is-terminal v0.4.17
29192026-05-28T08:49:38.223Z[ helios-setup] May 28 08:49:36.810 INFO E| Compiling socket2 v0.6.1
29202026-05-28T08:49:38.321Z[ helios-setup] May 28 08:49:36.907 INFO E| Compiling signal-hook-registry v1.4.6
29212026-05-28T08:49:38.498Z[ helios-setup] May 28 08:49:37.085 INFO E| Compiling thread_local v1.1.9
29222026-05-28T08:49:38.516Z[ helios-setup] May 28 08:49:37.102 INFO E| Compiling toml_writer v1.0.4
29232026-05-28T08:49:38.704Z[ helios-setup] May 28 08:49:37.290 INFO E| Compiling packed_struct_codegen v0.10.1
29242026-05-28T08:49:38.922Z[ helios-setup] May 28 08:49:37.507 INFO E| Compiling term v1.2.0
29252026-05-28T08:49:39.074Z[ helios-setup] May 28 08:49:37.661 INFO E| Compiling base64 v0.21.7
29262026-05-28T08:49:39.094Z[ helios-setup] May 28 08:49:37.679 INFO E| Compiling subtle v2.6.1
29272026-05-28T08:49:39.146Z[ helios-setup] May 28 08:49:37.732 INFO E| Compiling winnow v0.5.40
29282026-05-28T08:49:39.168Z[ helios-setup] May 28 08:49:37.754 INFO E| Compiling libdevinfo-sys v1.1.0
29292026-05-28T08:49:39.172Z[ helios-setup] May 28 08:49:37.755 INFO E| Compiling serde_derive v1.0.228
29302026-05-28T08:49:39.263Z[ helios-setup] May 28 08:49:37.849 INFO E| Compiling zerocopy-derive v0.8.27
29312026-05-28T08:49:39.307Z[ helios-setup] May 28 08:49:37.893 INFO E| Compiling der_derive v0.7.3
29322026-05-28T08:49:39.365Z[ helios-setup] May 28 08:49:37.951 INFO E| Compiling futures-macro v0.3.31
29332026-05-28T08:49:39.399Z[ helios-setup] May 28 08:49:37.985 INFO E| Compiling clap_derive v4.5.49
29342026-05-28T08:49:39.412Z[ helios-setup] May 28 08:49:37.999 INFO E| Compiling bitfield-macros v0.19.3
29352026-05-28T08:49:39.482Z[ helios-setup] May 28 08:49:38.068 INFO E| Compiling num_enum_derive v0.7.5
29362026-05-28T08:49:39.519Z[ helios-setup] May 28 08:49:38.105 INFO E| Compiling thiserror-impl v1.0.69
29372026-05-28T08:49:39.591Z[ helios-setup] May 28 08:49:38.177 INFO E| Compiling zerocopy-derive v0.6.6
29382026-05-28T08:49:40.147Z[ helios-setup] May 28 08:49:38.733 INFO E| Compiling tokio-macros v2.6.0
29392026-05-28T08:49:40.387Z[ helios-setup] May 28 08:49:38.973 INFO E| Compiling thiserror-impl v2.0.17
29402026-05-28T08:49:40.496Z[ helios-setup] May 28 08:49:39.081 INFO E| Compiling bitfield v0.19.3
29412026-05-28T08:49:40.766Z[ helios-setup] May 28 08:49:39.353 INFO E| Compiling der v0.7.10
29422026-05-28T08:49:40.787Z[ helios-setup] May 28 08:49:39.374 INFO E| Compiling zerocopy v0.6.6
29432026-05-28T08:49:40.855Z[ helios-setup] May 28 08:49:39.441 INFO E| Compiling futures-util v0.3.31
29442026-05-28T08:49:41.035Z[ helios-setup] May 28 08:49:39.622 INFO E| Compiling hashbrown v0.12.3
29452026-05-28T08:49:41.157Z[ helios-setup] May 28 08:49:39.743 INFO E| Compiling ryu v1.0.20
29462026-05-28T08:49:41.183Z[ helios-setup] May 28 08:49:39.768 INFO E| Compiling num_enum v0.7.5
29472026-05-28T08:49:41.188Z[ helios-setup] May 28 08:49:39.775 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29482026-05-28T08:49:41.227Z[ helios-setup] May 28 08:49:39.812 INFO E| Compiling tokio v1.48.0
29492026-05-28T08:49:41.426Z[ helios-setup] May 28 08:49:40.012 INFO E| Compiling devinfo v0.1.0
29502026-05-28T08:49:41.463Z[ helios-setup] May 28 08:49:40.049 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29512026-05-28T08:49:41.471Z[ helios-setup] May 28 08:49:40.057 INFO E| Compiling toml v0.9.8
29522026-05-28T08:49:41.506Z[ helios-setup] May 28 08:49:40.092 INFO E| Compiling bzip2 v0.4.4
29532026-05-28T08:49:41.524Z[ helios-setup] May 28 08:49:40.110 INFO E| Compiling uuid v1.18.1
29542026-05-28T08:49:41.585Z[ helios-setup] May 28 08:49:40.172 INFO E| Compiling clap v4.5.51
29552026-05-28T08:49:41.840Z[ helios-setup] May 28 08:49:40.427 INFO E| Compiling flate2 v1.1.5
29562026-05-28T08:49:41.887Z[ helios-setup] May 28 08:49:40.473 INFO E| Compiling env_logger v0.11.8
29572026-05-28T08:49:42.175Z[ helios-setup] May 28 08:49:40.761 INFO E| Compiling bitflags v1.3.2
29582026-05-28T08:49:42.182Z[ helios-setup] May 28 08:49:40.769 INFO E| Compiling foldhash v0.2.0
29592026-05-28T08:49:42.261Z[ helios-setup] May 28 08:49:40.847 INFO E| Compiling spki v0.7.3
29602026-05-28T08:49:42.368Z[ helios-setup] May 28 08:49:40.954 INFO E| Compiling hex v0.4.3
29612026-05-28T08:49:42.453Z[ helios-setup] May 28 08:49:41.038 INFO E| Compiling crc-any v2.5.0
29622026-05-28T08:49:42.467Z[ helios-setup] May 28 08:49:41.054 INFO E| Compiling pkcs8 v0.10.2
29632026-05-28T08:49:42.560Z[ helios-setup] May 28 08:49:41.147 INFO E| Compiling x509-cert v0.2.5
29642026-05-28T08:49:42.584Z[ helios-setup] May 28 08:49:41.170 INFO E| Compiling rustc-hash v2.1.1
29652026-05-28T08:49:42.590Z[ helios-setup] May 28 08:49:41.176 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29662026-05-28T08:49:42.611Z[ helios-setup] May 28 08:49:41.197 INFO E| Compiling zip v0.6.6
29672026-05-28T08:49:42.706Z[ helios-setup] May 28 08:49:41.293 INFO E| Compiling pkcs1 v0.7.5
29682026-05-28T08:49:42.723Z[ helios-setup] May 28 08:49:41.310 INFO E| Compiling iddqd v0.3.14
29692026-05-28T08:49:42.926Z[ helios-setup] May 28 08:49:41.513 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29702026-05-28T08:49:43.290Z[ helios-setup] May 28 08:49:41.876 INFO E| Compiling ppv-lite86 v0.2.21
29712026-05-28T08:49:43.335Z[ helios-setup] May 28 08:49:41.921 INFO E| Compiling erased-serde v0.3.31
29722026-05-28T08:49:43.365Z[ helios-setup] May 28 08:49:41.952 INFO E| Compiling serde_spanned v0.6.9
29732026-05-28T08:49:43.482Z[ helios-setup] May 28 08:49:42.069 INFO E| Compiling toml_datetime v0.6.11
29742026-05-28T08:49:43.552Z[ helios-setup] May 28 08:49:42.138 INFO E| Compiling hashbrown v0.13.2
29752026-05-28T08:49:43.558Z[ helios-setup] May 28 08:49:42.145 INFO E| Compiling serde-hex v0.1.0
29762026-05-28T08:49:43.713Z[ helios-setup] May 28 08:49:42.299 INFO E| Compiling rand_chacha v0.3.1
29772026-05-28T08:49:43.929Z[ helios-setup] May 28 08:49:42.515 INFO E| Compiling rand v0.8.5
29782026-05-28T08:49:44.112Z[ helios-setup] May 28 08:49:42.698 INFO E| Compiling futures-executor v0.3.31
29792026-05-28T08:49:44.176Z[ helios-setup] May 28 08:49:42.763 INFO E| Compiling toml_edit v0.19.15
29802026-05-28T08:49:44.184Z[ helios-setup] May 28 08:49:42.771 INFO E| Compiling ron v0.8.1
29812026-05-28T08:49:44.194Z[ helios-setup] May 28 08:49:42.780 INFO E| Compiling object v0.30.4
29822026-05-28T08:49:44.202Z[ helios-setup] May 28 08:49:42.789 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
29832026-05-28T08:49:44.299Z[ helios-setup] May 28 08:49:42.885 INFO E| Compiling futures v0.3.31
29842026-05-28T08:49:44.321Z[ helios-setup] May 28 08:49:42.907 INFO E| Compiling slog-term v2.9.2
29852026-05-28T08:49:44.395Z[ helios-setup] May 28 08:49:42.981 INFO E| Compiling path-slash v0.1.5
29862026-05-28T08:49:45.217Z[ helios-setup] May 28 08:49:43.804 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29872026-05-28T08:49:45.418Z[ helios-setup] May 28 08:49:44.004 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29882026-05-28T08:49:45.784Z[ helios-setup] May 28 08:49:44.371 INFO E| Compiling rsa v0.9.8
29892026-05-28T08:49:45.844Z[ helios-setup] May 28 08:49:44.430 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
29902026-05-28T08:49:45.858Z[ helios-setup] May 28 08:49:44.444 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29912026-05-28T08:49:46.002Z[ helios-setup] May 28 08:49:44.589 INFO E| Compiling toml v0.7.8
29922026-05-28T08:49:50.059Z[ helios-setup] May 28 08:49:48.645 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29932026-05-28T08:49:51.005Z[ helios-setup] May 28 08:49:49.591 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
29942026-05-28T08:49:51.871Z[ omicron-package] Finished `release` profile [optimized] target(s) in 54.01s
29952026-05-28T08:49:52.139Z[ omicron-package]
29962026-05-28T08:49:52.139Z[ omicron-package] real 54.220493769
29972026-05-28T08:49:52.139Z[ omicron-package] user 5:33.670899992
29982026-05-28T08:49:52.143Z[ omicron-package] sys 29.110860072
29992026-05-28T08:49:52.143Z[ omicron-package] trap 0.534618543
30002026-05-28T08:49:52.143Z[ omicron-package] tflt 1.067965475
30012026-05-28T08:49:52.143Z[ omicron-package] dflt 4.662356055
30022026-05-28T08:49:52.143Z[ omicron-package] kflt 0.000792430
30032026-05-28T08:49:52.143Z[ omicron-package] lock 14:14.046321596
30042026-05-28T08:49:52.143Z[ omicron-package] slp 7:44.645339829
30052026-05-28T08:49:52.143Z[ omicron-package] lat 1:40.805080098
30062026-05-28T08:49:52.143Z[ omicron-package] stop 1:18.804066462
30072026-05-28T08:49:52.143ZMay 28 08:49:50.726 INFO [omicron-package] process exited with exit status: 0 (54.288370852s)
30082026-05-28T08:49:52.143ZMay 28 08:49:50.726 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30092026-05-28T08:49:52.143ZMay 28 08:49:50.727 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30102026-05-28T08:49:52.151Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30112026-05-28T08:49:52.151Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30122026-05-28T08:49:52.154Z[ host-target] Created new build target 'host' and set it as active
30132026-05-28T08:49:52.154Z[ recovery-target] Created new build target 'recovery' and set it as active
30142026-05-28T08:49:52.157ZMay 28 08:49:50.742 INFO [recovery-target] process exited with exit status: 0 (15.143093ms)
30152026-05-28T08:49:52.157ZMay 28 08:49:50.742 INFO [host-target] process exited with exit status: 0 (15.569693ms)
30162026-05-28T08:49:52.157ZMay 28 08:49:50.742 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30172026-05-28T08:49:52.162Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30182026-05-28T08:49:53.762Z[ host-package] Compiling ring v0.17.14
30192026-05-28T08:49:53.765Z[ helios-setup] May 28 08:49:52.349 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30202026-05-28T08:49:54.089Z[ host-package] Compiling heck v0.5.0
30212026-05-28T08:49:54.121Z[ host-package] Compiling regress v0.11.1
30222026-05-28T08:49:54.147Z[ host-package] Compiling unsafe-libyaml v0.2.11
30232026-05-28T08:49:54.201Z[ host-package] Compiling regress v0.10.5
30242026-05-28T08:49:54.201Z[ host-package] Compiling unicode-width v0.1.14
30252026-05-28T08:49:54.205Z[ host-package] Compiling is-terminal v0.4.17
30262026-05-28T08:49:54.205Z[ host-package] Compiling prettyplease v0.2.37
30272026-05-28T08:49:54.248Z[ host-package] Compiling derive-where v1.6.0
30282026-05-28T08:49:54.252Z[ host-package] Compiling num-rational v0.4.2
30292026-05-28T08:49:54.272Z[ host-package] Compiling num-complex v0.4.6
30302026-05-28T08:49:54.275Z[ host-package] Compiling thread_local v1.1.9
30312026-05-28T08:49:54.275Z[ host-package] Compiling bytecount v0.6.9
30322026-05-28T08:49:54.297Z[ host-package] Compiling match_cfg v0.1.0
30332026-05-28T08:49:54.438Z[ host-package] Compiling float-ord v0.3.2
30342026-05-28T08:49:54.495Z[ host-package] Compiling compression-core v0.4.31
30352026-05-28T08:49:54.519Z[ host-package] Compiling hostname v0.3.1
30362026-05-28T08:49:54.564Z[ host-package] Compiling slog-async v2.8.0
30372026-05-28T08:49:54.586Z[ host-package] Compiling multer v3.1.0
30382026-05-28T08:49:54.615Z[ host-package] Compiling crossbeam-channel v0.5.15
30392026-05-28T08:49:54.639Z[ host-package] Compiling slog-json v2.6.1
30402026-05-28T08:49:54.642Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
30412026-05-28T08:49:54.693Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30422026-05-28T08:49:54.696Z[ host-package] Compiling compression-codecs v0.4.37
30432026-05-28T08:49:54.735Z[ host-package] Compiling serde_spanned v1.0.4
30442026-05-28T08:49:54.758Z[ host-package] Compiling num v0.4.3
30452026-05-28T08:49:54.838Z[ host-package] Compiling take_mut v0.2.2
30462026-05-28T08:49:54.865Z[ host-package] Compiling term v1.2.1
30472026-05-28T08:49:54.887Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30482026-05-28T08:49:54.911Z[ host-package] Compiling async-compression v0.4.41
30492026-05-28T08:49:54.941Z[ host-package] Compiling slog-bunyan v2.5.0
30502026-05-28T08:49:55.078Z[ host-package] Compiling console v0.15.11
30512026-05-28T08:49:55.102Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
30522026-05-28T08:49:55.129Z[ host-package] Compiling dropshot v0.17.0
30532026-05-28T08:49:55.149Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-05-28T08:49:55.205Z[ host-package] Compiling slog-term v2.9.2
30552026-05-28T08:49:55.263Z[ host-package] Compiling async-stream v0.3.6
30562026-05-28T08:49:55.312Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-05-28T08:49:55.334Z[ host-package] Compiling waitgroup v0.1.2
30582026-05-28T08:49:55.396Z[ host-package] Compiling backon v1.6.0
30592026-05-28T08:49:55.421Z[ host-package] Compiling rustls-pemfile v2.2.0
30602026-05-28T08:49:55.460Z[ host-package] Compiling serde_path_to_error v0.1.20
30612026-05-28T08:49:55.498Z[ host-package] Compiling hostname v0.4.2
30622026-05-28T08:49:55.525Z[ host-package] Compiling instant v0.1.13
30632026-05-28T08:49:55.525Z[ host-package] Compiling debug-ignore v1.0.5
30642026-05-28T08:49:55.586Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30652026-05-28T08:49:55.654Z[ host-package] Compiling parse-display v0.10.0
30662026-05-28T08:49:55.654Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30672026-05-28T08:49:55.702Z[ host-package] Compiling typify-impl v0.6.2
30682026-05-28T08:49:55.705Z[ host-package] Compiling backoff v0.4.0
30692026-05-28T08:49:55.726Z[ host-package] Compiling atomicwrites v0.4.4
30702026-05-28T08:49:55.759Z[ host-package] Compiling newline-converter v0.3.0
30712026-05-28T08:49:55.974Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30722026-05-28T08:49:56.057Z[ host-package] Compiling macaddr v1.0.1
30732026-05-28T08:49:56.185Z[ host-package] Compiling humantime v2.3.0
30742026-05-28T08:49:56.234Z[ host-package] Compiling expectorate v1.2.0
30752026-05-28T08:49:56.409Z[ host-package] Compiling slog-dtrace v0.3.0
30762026-05-28T08:49:56.510Z[ host-package] Compiling resolv-conf v0.7.6
30772026-05-28T08:49:56.513Z[ host-package] Compiling cancel-safe-futures v0.1.5
30782026-05-28T08:49:56.513Z[ host-package] Compiling owo-colors v4.3.0
30792026-05-28T08:49:56.513Z[ host-package] Compiling libsw-core v0.3.2
30802026-05-28T08:49:56.597Z[ host-package] Compiling minimal-lexical v0.2.1
30812026-05-28T08:49:56.600Z[ host-package] Compiling toml v0.8.23
30822026-05-28T08:49:56.679Z[ host-package] Compiling num-derive v0.3.3
30832026-05-28T08:49:56.726Z[ host-package] Compiling linear-map v1.2.0
30842026-05-28T08:49:56.917Z[ host-package] Compiling libsw v3.5.0
30852026-05-28T08:49:56.920Z[ host-package] Compiling linked-hash-map v0.5.6
30862026-05-28T08:49:57.352Z[ host-package] Compiling nom v7.1.3
30872026-05-28T08:49:57.400Z[ host-package] Compiling lru-cache v0.1.2
30882026-05-28T08:49:57.498Z[ host-package] Compiling hickory-proto v0.24.4
30892026-05-28T08:49:57.501Z[ host-package] Compiling unicode-xid v0.2.6
30902026-05-28T08:49:57.505Z[ host-package] Compiling csv-core v0.1.13
30912026-05-28T08:49:57.580Z[ host-package] Compiling termtree v0.5.1
30922026-05-28T08:49:57.671Z[ host-package] Compiling highway v1.3.0
30932026-05-28T08:49:57.674Z[ host-package] Compiling papergrid v0.11.0
30942026-05-28T08:49:57.778Z[ host-package] Compiling libscf-sys v1.1.0
30952026-05-28T08:49:57.826Z[ host-package] Compiling tabled_derive v0.7.0
30962026-05-28T08:49:58.090Z[ host-package] Compiling rustls v0.23.37
30972026-05-28T08:49:58.147Z[ host-package] Compiling rustls v0.22.4
30982026-05-28T08:49:58.198Z[ host-package] Compiling csv v1.4.0
30992026-05-28T08:49:58.223Z[ host-package] Compiling phf_shared v0.12.1
31002026-05-28T08:49:58.226Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31012026-05-28T08:49:58.298Z[ host-package] Compiling tagptr v0.2.0
31022026-05-28T08:49:58.463Z[ host-package] Compiling chrono-tz v0.10.4
31032026-05-28T08:49:58.499Z[ host-package] Compiling phf v0.12.1
31042026-05-28T08:49:58.594Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31052026-05-28T08:49:58.981Z[ host-package] Compiling moka v0.12.13
31062026-05-28T08:49:59.057Z[ host-package] Compiling const_format_proc_macros v0.2.34
31072026-05-28T08:49:59.177Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31082026-05-28T08:49:59.181Z[ host-package] Compiling tabled v0.15.0
31092026-05-28T08:49:59.836Z[ host-package] Compiling bcs v0.1.6
31102026-05-28T08:50:00.092Z[ host-package] Compiling rustls-webpki v0.103.9
31112026-05-28T08:50:00.199Z[ host-package] Compiling typify-macro v0.6.2
31122026-05-28T08:50:00.291Z[ host-package] Compiling rustls-webpki v0.102.8
31132026-05-28T08:50:00.470Z[ host-package] Compiling hickory-resolver v0.25.2
31142026-05-28T08:50:00.566Z[ host-package] Compiling const_format v0.2.35
31152026-05-28T08:50:00.650Z[ host-package] Compiling semver v0.1.20
31162026-05-28T08:50:01.219Z[ host-package] Compiling hickory-resolver v0.24.4
31172026-05-28T08:50:01.223Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31182026-05-28T08:50:01.477Z[ host-package] Compiling rustc_version v0.1.7
31192026-05-28T08:50:01.875Z[ host-package] Compiling newtype_derive v0.1.6
31202026-05-28T08:50:02.036Z[ host-package] Compiling typify v0.6.2
31212026-05-28T08:50:02.190Z[ host-package] Compiling progenitor-impl v0.14.0
31222026-05-28T08:50:02.589Z[ host-package] Compiling progenitor-impl v0.13.0
31232026-05-28T08:50:03.582Z[ helios-setup] May 28 08:50:02.168 INFO E| Finished `release` profile [optimized] target(s) in 34.13s
31242026-05-28T08:50:03.585Z[ helios-setup] May 28 08:50:02.170 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31252026-05-28T08:50:03.585Z[ helios-setup] May 28 08:50:02.170 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31262026-05-28T08:50:03.639Z[ helios-setup] May 28 08:50:02.224 INFO building project "pilot" ok (34 seconds)
31272026-05-28T08:50:03.639Z[ helios-setup] May 28 08:50:02.224 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31282026-05-28T08:50:03.646Z[ helios-setup] May 28 08:50:02.233 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
31292026-05-28T08:50:03.646Z[ helios-setup] May 28 08:50:02.233 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31302026-05-28T08:50:03.650Z[ helios-setup] May 28 08:50:02.233 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31312026-05-28T08:50:03.796Z[ helios-setup] May 28 08:50:02.382 INFO E| Updating crates.io index
31322026-05-28T08:50:03.889Z[ helios-setup] May 28 08:50:02.475 INFO E| Downloading crates ...
31332026-05-28T08:50:03.944Z[ helios-setup] May 28 08:50:02.530 INFO E| Downloaded anyhow v1.0.98
31342026-05-28T08:50:03.967Z[ helios-setup] May 28 08:50:02.553 INFO E| Downloaded time-macros v0.2.22
31352026-05-28T08:50:03.970Z[ helios-setup] May 28 08:50:02.555 INFO E| Downloaded time-core v0.1.4
31362026-05-28T08:50:03.970Z[ helios-setup] May 28 08:50:02.556 INFO E| Downloaded getrandom v0.3.3
31372026-05-28T08:50:03.981Z[ helios-setup] May 28 08:50:02.568 INFO E| Downloaded errno v0.3.12
31382026-05-28T08:50:04.016Z[ helios-setup] May 28 08:50:02.602 INFO E| Downloaded thiserror v2.0.12
31392026-05-28T08:50:04.020Z[ helios-setup] May 28 08:50:02.606 INFO E| Downloaded autocfg v1.4.0
31402026-05-28T08:50:04.024Z[ helios-setup] May 28 08:50:02.607 INFO E| Downloaded serde_with_macros v3.12.0
31412026-05-28T08:50:04.024Z[ helios-setup] May 28 08:50:02.608 INFO E| Downloaded quote v1.0.40
31422026-05-28T08:50:04.028Z[ helios-setup] May 28 08:50:02.610 INFO E| Downloaded thiserror-impl v2.0.12
31432026-05-28T08:50:04.028Z[ helios-setup] May 28 08:50:02.611 INFO E| Downloaded iana-time-zone v0.1.63
31442026-05-28T08:50:04.028Z[ helios-setup] May 28 08:50:02.613 INFO E| Downloaded bitflags v2.9.1
31452026-05-28T08:50:04.031Z[ helios-setup] May 28 08:50:02.615 INFO E| Downloaded deranged v0.4.0
31462026-05-28T08:50:04.061Z[ helios-setup] May 28 08:50:02.647 INFO E| Downloaded unicode-ident v1.0.18
31472026-05-28T08:50:04.065Z[ helios-setup] May 28 08:50:02.649 INFO E| Downloaded serde_derive v1.0.219
31482026-05-28T08:50:04.065Z[ helios-setup] May 28 08:50:02.651 INFO E| Downloaded proc-macro2 v1.0.95
31492026-05-28T08:50:04.069Z[ helios-setup] May 28 08:50:02.652 INFO E| Downloaded tempfile v3.20.0
31502026-05-28T08:50:04.077Z[ helios-setup] May 28 08:50:02.663 INFO E| Downloaded serde v1.0.219
31512026-05-28T08:50:04.085Z[ helios-setup] May 28 08:50:02.672 INFO E| Downloaded memchr v2.7.4
31522026-05-28T08:50:04.097Z[ helios-setup] May 28 08:50:02.684 INFO E| Downloaded indexmap v2.9.0
31532026-05-28T08:50:04.106Z[ helios-setup] May 28 08:50:02.693 INFO E| Downloaded time v0.3.41
31542026-05-28T08:50:04.115Z[ helios-setup] May 28 08:50:02.702 INFO E| Downloaded serde_with v3.12.0
31552026-05-28T08:50:04.130Z[ helios-setup] May 28 08:50:02.716 INFO E| Downloaded hashbrown v0.15.3
31562026-05-28T08:50:04.179Z[ helios-setup] May 28 08:50:02.765 INFO E| Downloaded serde_json v1.0.140
31572026-05-28T08:50:04.301Z[ helios-setup] May 28 08:50:02.887 INFO E| Downloaded chrono v0.4.41
31582026-05-28T08:50:04.334Z[ host-package] Compiling tokio-rustls v0.25.0
31592026-05-28T08:50:04.338Z[ helios-setup] May 28 08:50:02.925 INFO E| Downloaded syn v2.0.101
31602026-05-28T08:50:04.356Z[ helios-setup] May 28 08:50:02.941 INFO E| Downloaded rustix v1.0.7
31612026-05-28T08:50:04.395Z[ helios-setup] May 28 08:50:02.981 INFO E| Downloaded libc v0.2.172
31622026-05-28T08:50:04.489Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling proc-macro2 v1.0.95
31632026-05-28T08:50:04.489Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling unicode-ident v1.0.18
31642026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling libc v0.2.172
31652026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling fnv v1.0.7
31662026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling strsim v0.11.1
31672026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling ident_case v1.0.1
31682026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling serde v1.0.219
31692026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling getrandom v0.3.3
31702026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling rustix v1.0.7
31712026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling cfg-if v1.0.0
31722026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling serde_json v1.0.140
31732026-05-28T08:50:04.493Z[ helios-setup] May 28 08:50:03.076 INFO E| Compiling thiserror v2.0.12
31742026-05-28T08:50:04.517Z[ helios-setup] May 28 08:50:03.104 INFO E| Compiling bitflags v2.9.1
31752026-05-28T08:50:04.517Z[ helios-setup] May 28 08:50:03.104 INFO E| Compiling anyhow v1.0.98
31762026-05-28T08:50:04.523Z[ helios-setup] May 28 08:50:03.110 INFO E| Compiling fastrand v2.3.0
31772026-05-28T08:50:04.557Z[ helios-setup] May 28 08:50:03.144 INFO E| Compiling itoa v1.0.15
31782026-05-28T08:50:04.604Z[ host-package] Compiling tokio-rustls v0.26.4
31792026-05-28T08:50:04.753Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31802026-05-28T08:50:04.765Z[ helios-setup] May 28 08:50:03.347 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
31812026-05-28T08:50:04.769Z[ helios-setup] May 28 08:50:03.347 INFO E| Compiling ryu v1.0.20
31822026-05-28T08:50:04.846Z[ helios-setup] May 28 08:50:03.432 INFO E| Compiling memchr v2.7.4
31832026-05-28T08:50:04.960Z[ helios-setup] May 28 08:50:03.546 INFO E| Compiling once_cell v1.21.3
31842026-05-28T08:50:05.433Z[ host-package] Compiling hyper-rustls v0.27.7
31852026-05-28T08:50:05.678Z[ host-package] Compiling progenitor-macro v0.14.0
31862026-05-28T08:50:05.845Z[ helios-setup] May 28 08:50:04.431 INFO E| Compiling errno v0.3.12
31872026-05-28T08:50:06.344Z[ host-package] Compiling reqwest v0.13.2
31882026-05-28T08:50:06.408Z[ helios-setup] May 28 08:50:04.994 INFO E| Compiling quote v1.0.40
31892026-05-28T08:50:06.497Z[ host-package] Compiling reqwest v0.12.28
31902026-05-28T08:50:06.641Z[ helios-setup] May 28 08:50:05.228 INFO E| Compiling syn v2.0.101
31912026-05-28T08:50:06.803Z[ host-package] Compiling progenitor-macro v0.13.0
31922026-05-28T08:50:06.817Z[ helios-setup] May 28 08:50:05.403 INFO E| Compiling tempfile v3.20.0
31932026-05-28T08:50:07.648Z[ host-package] Compiling qorb v0.4.1
31942026-05-28T08:50:07.783Z[ host-package] Compiling convert_case v0.10.0
31952026-05-28T08:50:08.208Z[ host-package] Compiling progenitor-client v0.14.0
31962026-05-28T08:50:08.471Z[ host-package] Compiling tough v0.22.0
31972026-05-28T08:50:08.890Z[ host-package] Compiling progenitor-extras v0.2.0
31982026-05-28T08:50:09.048Z[ helios-setup] May 28 08:50:07.634 INFO E| Compiling darling_core v0.20.11
31992026-05-28T08:50:09.094Z[ host-package] Compiling progenitor-client v0.13.0
32002026-05-28T08:50:09.248Z[ host-package] Compiling unicode-linebreak v0.1.5
32012026-05-28T08:50:09.915Z[ helios-setup] May 28 08:50:08.502 INFO E| Compiling serde_derive v1.0.219
32022026-05-28T08:50:09.920Z[ helios-setup] May 28 08:50:08.506 INFO E| Compiling thiserror-impl v2.0.12
32032026-05-28T08:50:10.120Z[ host-package] Compiling smawk v0.3.2
32042026-05-28T08:50:10.256Z[ host-package] Compiling derive_more-impl v2.1.1
32052026-05-28T08:50:10.715Z[ host-package] Compiling textwrap v0.16.2
32062026-05-28T08:50:10.892Z[ host-package] Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32072026-05-28T08:50:11.041Z[ helios-setup] May 28 08:50:09.628 INFO E| Compiling darling_macro v0.20.11
32082026-05-28T08:50:11.342Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32092026-05-28T08:50:11.420Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32102026-05-28T08:50:11.737Z[ helios-setup] May 28 08:50:10.323 INFO E| Compiling darling v0.20.11
32112026-05-28T08:50:11.745Z[ host-package] Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32122026-05-28T08:50:11.824Z[ helios-setup] May 28 08:50:10.410 INFO E| Compiling serde_with_macros v3.12.0
32132026-05-28T08:50:11.853Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32142026-05-28T08:50:11.894Z[ host-package] Compiling derive_more v2.1.1
32152026-05-28T08:50:12.280Z[ host-package] Compiling steno v0.4.1
32162026-05-28T08:50:12.306Z[ host-package] Compiling crossterm v0.29.0
32172026-05-28T08:50:12.333Z[ host-package] Compiling vte v0.14.1
32182026-05-28T08:50:12.670Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32192026-05-28T08:50:13.162Z[ host-package] Compiling progenitor v0.14.0
32202026-05-28T08:50:13.241Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32212026-05-28T08:50:13.356Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32222026-05-28T08:50:13.398Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32232026-05-28T08:50:13.465Z[ host-package] Compiling progenitor v0.13.0
32242026-05-28T08:50:13.637Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32252026-05-28T08:50:13.675Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32262026-05-28T08:50:13.678Z[ host-package] Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32272026-05-28T08:50:13.745Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32282026-05-28T08:50:14.288Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32292026-05-28T08:50:14.406Z[ host-package] Compiling strip-ansi-escapes v0.2.1
32302026-05-28T08:50:14.792Z[ helios-setup] May 28 08:50:13.378 INFO E| Compiling serde_with v3.12.0
32312026-05-28T08:50:14.973Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-05-28T08:50:15.559Z[ host-package] Compiling fd-lock v4.0.4
32332026-05-28T08:50:15.613Z[ host-package] Compiling peg-macros v0.8.5
32342026-05-28T08:50:15.790Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32352026-05-28T08:50:17.060Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32362026-05-28T08:50:17.145Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32372026-05-28T08:50:17.302Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32382026-05-28T08:50:17.809Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32392026-05-28T08:50:18.653Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32402026-05-28T08:50:18.687Z[ helios-setup] May 28 08:50:17.274 INFO E| Finished `release` profile [optimized] target(s) in 15.02s
32412026-05-28T08:50:18.713Z[ helios-setup] May 28 08:50:17.300 INFO building project "dmar-report" ok (15 seconds)
32422026-05-28T08:50:18.713Z[ helios-setup] May 28 08:50:17.300 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32432026-05-28T08:50:18.722Z[ helios-setup] May 28 08:50:17.308 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
32442026-05-28T08:50:18.722Z[ helios-setup] May 28 08:50:17.308 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32452026-05-28T08:50:18.725Z[ helios-setup] May 28 08:50:17.308 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32462026-05-28T08:50:18.832Z[ helios-setup] May 28 08:50:17.419 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32472026-05-28T08:50:18.872Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32482026-05-28T08:50:19.022Z[ host-package] Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32492026-05-28T08:50:19.047Z[ host-package] Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32502026-05-28T08:50:19.237Z[ helios-setup] May 28 08:50:17.823 INFO E| From https://github.com/jclulow/rust-jmclib
32512026-05-28T08:50:19.237Z[ helios-setup] May 28 08:50:17.823 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32522026-05-28T08:50:19.265Z[ helios-setup] May 28 08:50:17.851 INFO E| Updating crates.io index
32532026-05-28T08:50:19.317Z[ helios-setup] May 28 08:50:17.903 INFO E| Downloading crates ...
32542026-05-28T08:50:19.366Z[ helios-setup] May 28 08:50:17.952 INFO E| Downloaded anyhow v1.0.72
32552026-05-28T08:50:19.369Z[ helios-setup] May 28 08:50:17.954 INFO E| Downloaded itoa v1.0.9
32562026-05-28T08:50:19.369Z[ helios-setup] May 28 08:50:17.955 INFO E| Downloaded block-buffer v0.9.0
32572026-05-28T08:50:19.373Z[ helios-setup] May 28 08:50:17.956 INFO E| Downloaded fastrand v2.0.0
32582026-05-28T08:50:19.373Z[ helios-setup] May 28 08:50:17.957 INFO E| Downloaded cpufeatures v0.2.9
32592026-05-28T08:50:19.373Z[ helios-setup] May 28 08:50:17.957 INFO E| Downloaded glob v0.3.1
32602026-05-28T08:50:19.373Z[ helios-setup] May 28 08:50:17.958 INFO E| Downloaded digest v0.9.0
32612026-05-28T08:50:19.377Z[ helios-setup] May 28 08:50:17.961 INFO E| Downloaded opaque-debug v0.3.0
32622026-05-28T08:50:19.381Z[ helios-setup] May 28 08:50:17.967 INFO E| Downloaded sha-1 v0.9.8
32632026-05-28T08:50:19.384Z[ helios-setup] May 28 08:50:17.969 INFO E| Downloaded getrandom v0.2.10
32642026-05-28T08:50:19.384Z[ helios-setup] May 28 08:50:17.970 INFO E| Downloaded md-5 v0.9.1
32652026-05-28T08:50:19.402Z[ helios-setup] May 28 08:50:17.989 INFO E| Downloaded errno v0.3.1
32662026-05-28T08:50:19.406Z[ helios-setup] May 28 08:50:17.990 INFO E| Downloaded quote v1.0.31
32672026-05-28T08:50:19.420Z[ helios-setup] May 28 08:50:18.006 INFO E| Downloaded walkdir v2.3.3
32682026-05-28T08:50:19.424Z[ helios-setup] May 28 08:50:18.008 INFO E| Downloaded ryu v1.0.15
32692026-05-28T08:50:19.424Z[ helios-setup] May 28 08:50:18.010 INFO E| Downloaded proc-macro2 v1.0.66
32702026-05-28T08:50:19.427Z[ helios-setup] May 28 08:50:18.011 INFO E| Downloaded uuid v0.8.2
32712026-05-28T08:50:19.427Z[ helios-setup] May 28 08:50:18.013 INFO E| Downloaded unicode-ident v1.0.11
32722026-05-28T08:50:19.431Z[ helios-setup] May 28 08:50:18.016 INFO E| Downloaded tempfile v3.7.0
32732026-05-28T08:50:19.431Z[ helios-setup] May 28 08:50:18.016 INFO E| Downloaded serde v1.0.193
32742026-05-28T08:50:19.434Z[ helios-setup] May 28 08:50:18.018 INFO E| Downloaded bitflags v2.3.3
32752026-05-28T08:50:19.434Z[ helios-setup] May 28 08:50:18.020 INFO E| Downloaded serde_derive v1.0.193
32762026-05-28T08:50:19.438Z[ helios-setup] May 28 08:50:18.021 INFO E| Downloaded once_cell v1.18.0
32772026-05-28T08:50:19.438Z[ helios-setup] May 28 08:50:18.023 INFO E| Downloaded toml v0.5.11
32782026-05-28T08:50:19.438Z[ helios-setup] May 28 08:50:18.024 INFO E| Downloaded typenum v1.16.0
32792026-05-28T08:50:19.455Z[ helios-setup] May 28 08:50:18.041 INFO E| Downloaded serde_json v1.0.103
32802026-05-28T08:50:19.472Z[ helios-setup] May 28 08:50:18.058 INFO E| Downloaded syn v2.0.32
32812026-05-28T08:50:19.492Z[ helios-setup] May 28 08:50:18.079 INFO E| Downloaded libc v0.2.147
32822026-05-28T08:50:19.509Z[ helios-setup] May 28 08:50:18.095 INFO E| Downloaded libdevinfo-sys v1.0.0
32832026-05-28T08:50:19.516Z[ helios-setup] May 28 08:50:18.102 INFO E| Downloaded rustix v0.38.4
32842026-05-28T08:50:19.573Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling libc v0.2.147
32852026-05-28T08:50:19.573Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling proc-macro2 v1.0.66
32862026-05-28T08:50:19.573Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling cfg-if v1.0.0
32872026-05-28T08:50:19.577Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling unicode-ident v1.0.11
32882026-05-28T08:50:19.577Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling typenum v1.16.0
32892026-05-28T08:50:19.577Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling version_check v0.9.4
32902026-05-28T08:50:19.577Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling serde v1.0.193
32912026-05-28T08:50:19.577Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling slog v2.7.0
32922026-05-28T08:50:19.577Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling itoa v1.0.9
32932026-05-28T08:50:19.577Z[ helios-setup] May 28 08:50:18.160 INFO E| Compiling num-conv v0.1.0
32942026-05-28T08:50:19.608Z[ helios-setup] May 28 08:50:18.194 INFO E| Compiling powerfmt v0.2.0
32952026-05-28T08:50:19.672Z[ helios-setup] May 28 08:50:18.258 INFO E| Compiling time-core v0.1.2
32962026-05-28T08:50:19.672Z[ helios-setup] May 28 08:50:18.258 INFO E| Compiling rustix v0.38.4
32972026-05-28T08:50:19.676Z[ helios-setup] May 28 08:50:18.258 INFO E| Compiling num_threads v0.1.6
32982026-05-28T08:50:19.676Z[ helios-setup] May 28 08:50:18.258 INFO E| Compiling once_cell v1.18.0
32992026-05-28T08:50:19.676Z[ helios-setup] May 28 08:50:18.258 INFO E| Compiling bitflags v2.3.3
33002026-05-28T08:50:19.853Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33012026-05-28T08:50:20.026Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33022026-05-28T08:50:20.511Z[ helios-setup] May 28 08:50:19.097 INFO E| Compiling deranged v0.3.11
33032026-05-28T08:50:20.523Z[ helios-setup] May 28 08:50:19.109 INFO E| Compiling fastrand v2.0.0
33042026-05-28T08:50:20.531Z[ helios-setup] May 28 08:50:19.117 INFO E| Compiling anyhow v1.0.72
33052026-05-28T08:50:20.531Z[ helios-setup] May 28 08:50:19.117 INFO E| Compiling serde_json v1.0.103
33062026-05-28T08:50:20.541Z[ helios-setup] May 28 08:50:19.128 INFO E| Compiling opaque-debug v0.3.0
33072026-05-28T08:50:20.565Z[ helios-setup] May 28 08:50:19.151 INFO E| Compiling generic-array v0.14.7
33082026-05-28T08:50:20.607Z[ host-package] Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33092026-05-28T08:50:20.649Z[ helios-setup] May 28 08:50:19.235 INFO E| Compiling unicode-width v0.1.10
33102026-05-28T08:50:20.683Z[ helios-setup] May 28 08:50:19.269 INFO E| Compiling time-macros v0.2.18
33112026-05-28T08:50:20.683Z[ helios-setup] May 28 08:50:19.269 INFO E| Compiling ryu v1.0.15
33122026-05-28T08:50:20.686Z[ helios-setup] May 28 08:50:19.273 INFO E| Compiling cpufeatures v0.2.9
33132026-05-28T08:50:20.791Z[ helios-setup] May 28 08:50:19.377 INFO E| Compiling thread_local v1.1.7
33142026-05-28T08:50:20.921Z[ helios-setup] May 28 08:50:19.498 INFO E| Compiling same-file v1.0.6
33152026-05-28T08:50:20.954Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33162026-05-28T08:50:21.006Z[ helios-setup] May 28 08:50:19.592 INFO E| Compiling getopts v0.2.21
33172026-05-28T08:50:21.065Z[ helios-setup] May 28 08:50:19.651 INFO E| Compiling libdevinfo-sys v1.0.0
33182026-05-28T08:50:21.099Z[ helios-setup] May 28 08:50:19.686 INFO E| Compiling glob v0.3.1
33192026-05-28T08:50:21.173Z[ helios-setup] May 28 08:50:19.754 INFO E| Compiling walkdir v2.3.3
33202026-05-28T08:50:21.291Z[ helios-setup] May 28 08:50:19.877 INFO E| Compiling dirs-sys-next v0.1.2
33212026-05-28T08:50:21.307Z[ helios-setup] May 28 08:50:19.888 INFO E| Compiling errno v0.3.1
33222026-05-28T08:50:21.375Z[ helios-setup] May 28 08:50:19.961 INFO E| Compiling atty v0.2.14
33232026-05-28T08:50:21.483Z[ helios-setup] May 28 08:50:20.070 INFO E| Compiling dirs-next v2.0.0
33242026-05-28T08:50:21.519Z[ host-package] Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33252026-05-28T08:50:21.522Z[ helios-setup] May 28 08:50:20.106 INFO E| Compiling getrandom v0.2.10
33262026-05-28T08:50:21.594Z[ helios-setup] May 28 08:50:20.180 INFO E| Compiling term v0.7.0
33272026-05-28T08:50:21.759Z[ helios-setup] May 28 08:50:20.345 INFO E| Compiling quote v1.0.31
33282026-05-28T08:50:21.829Z[ host-package] Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33292026-05-28T08:50:22.051Z[ helios-setup] May 28 08:50:20.637 INFO E| Compiling syn v2.0.32
33302026-05-28T08:50:22.289Z[ helios-setup] May 28 08:50:20.875 INFO E| Compiling tempfile v3.7.0
33312026-05-28T08:50:22.473Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33322026-05-28T08:50:22.841Z[ helios-setup] May 28 08:50:21.427 INFO E| Compiling digest v0.9.0
33332026-05-28T08:50:22.841Z[ helios-setup] May 28 08:50:21.428 INFO E| Compiling block-buffer v0.9.0
33342026-05-28T08:50:22.859Z[ helios-setup] May 28 08:50:21.445 INFO E| Compiling time v0.3.36
33352026-05-28T08:50:22.946Z[ helios-setup] May 28 08:50:21.532 INFO E| Compiling md-5 v0.9.1
33362026-05-28T08:50:22.946Z[ helios-setup] May 28 08:50:21.532 INFO E| Compiling sha-1 v0.9.8
33372026-05-28T08:50:23.809Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33382026-05-28T08:50:23.822Z[ helios-setup] May 28 08:50:22.408 INFO E| Compiling slog-term v2.9.0
33392026-05-28T08:50:24.286Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33402026-05-28T08:50:24.638Z[ helios-setup] May 28 08:50:23.224 INFO E| Compiling serde_derive v1.0.193
33412026-05-28T08:50:25.536Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33422026-05-28T08:50:25.668Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33432026-05-28T08:50:26.105Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33442026-05-28T08:50:26.570Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33452026-05-28T08:50:26.894Z[ host-package] Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33462026-05-28T08:50:27.442Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33472026-05-28T08:50:27.873Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33482026-05-28T08:50:28.023Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33492026-05-28T08:50:28.450Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33502026-05-28T08:50:28.832Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33512026-05-28T08:50:29.092Z[ helios-setup] May 28 08:50:27.679 INFO E| Compiling toml v0.5.11
33522026-05-28T08:50:29.092Z[ helios-setup] May 28 08:50:27.679 INFO E| Compiling uuid v0.8.2
33532026-05-28T08:50:29.113Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33542026-05-28T08:50:29.463Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33552026-05-28T08:50:29.938Z[ helios-setup] May 28 08:50:28.525 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33562026-05-28T08:50:30.668Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33572026-05-28T08:50:30.672Z[ helios-setup] May 28 08:50:29.255 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33582026-05-28T08:50:31.321Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33592026-05-28T08:50:31.410Z[ host-package] Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33602026-05-28T08:50:31.557Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33612026-05-28T08:50:31.619Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33622026-05-28T08:50:31.619Z[ host-package] Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33632026-05-28T08:50:31.893Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33642026-05-28T08:50:32.161Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33652026-05-28T08:50:32.493Z[ host-package] Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33662026-05-28T08:50:32.677Z[ host-package] Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33672026-05-28T08:50:32.743Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33682026-05-28T08:50:32.802Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33692026-05-28T08:50:33.066Z[ host-package] Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33702026-05-28T08:50:33.523Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33712026-05-28T08:50:33.587Z[ host-package] Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33722026-05-28T08:50:33.884Z[ host-package] Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33732026-05-28T08:50:33.950Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33742026-05-28T08:50:34.180Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33752026-05-28T08:50:34.208Z[ host-package] Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33762026-05-28T08:50:34.830Z[ host-package] Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33772026-05-28T08:50:34.980Z[ helios-setup] May 28 08:50:33.567 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.24s
33782026-05-28T08:50:35.004Z[ helios-setup] May 28 08:50:33.590 INFO building project "image-builder" ok (16 seconds)
33792026-05-28T08:50:35.004Z[ helios-setup] May 28 08:50:33.590 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
33802026-05-28T08:50:35.013Z[ helios-setup] May 28 08:50:33.600 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
33812026-05-28T08:50:35.013Z[ helios-setup] May 28 08:50:33.600 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
33822026-05-28T08:50:35.016Z[ helios-setup] May 28 08:50:33.600 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
33832026-05-28T08:50:35.204Z[ helios-setup] May 28 08:50:33.791 INFO E| Downloading crates ...
33842026-05-28T08:50:35.242Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33852026-05-28T08:50:35.246Z[ helios-setup] May 28 08:50:33.831 INFO E| Downloaded adler2 v2.0.0
33862026-05-28T08:50:35.249Z[ helios-setup] May 28 08:50:33.836 INFO E| Downloaded miniz_oxide v0.8.8
33872026-05-28T08:50:35.291Z[ helios-setup] May 28 08:50:33.878 INFO E| Compiling adler2 v2.0.0
33882026-05-28T08:50:35.396Z[ helios-setup] May 28 08:50:33.982 INFO E| Compiling miniz_oxide v0.8.8
33892026-05-28T08:50:35.911Z[ host-package] Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33902026-05-28T08:50:36.145Z[ host-package] Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33912026-05-28T08:50:36.209Z[ host-package] Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33922026-05-28T08:50:36.681Z[ helios-setup] May 28 08:50:35.268 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33932026-05-28T08:50:37.220Z[ helios-setup] May 28 08:50:35.806 INFO E| Finished `release` profile [optimized] target(s) in 2.19s
33942026-05-28T08:50:37.229Z[ helios-setup] May 28 08:50:35.816 INFO building project "pinprick" ok (2 seconds)
33952026-05-28T08:50:37.229Z[ helios-setup] May 28 08:50:35.816 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33962026-05-28T08:50:37.264Z[ helios-setup] May 28 08:50:35.851 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
33972026-05-28T08:50:37.265Z[ helios-setup] May 28 08:50:35.851 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33982026-05-28T08:50:37.268Z[ helios-setup] May 28 08:50:35.851 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33992026-05-28T08:50:37.523Z[ helios-setup] May 28 08:50:36.109 INFO E| Updating crates.io index
34002026-05-28T08:50:37.563Z[ helios-setup] May 28 08:50:36.149 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34012026-05-28T08:50:37.836Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34022026-05-28T08:50:37.861Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34032026-05-28T08:50:37.949Z[ helios-setup] May 28 08:50:36.536 INFO E| From https://github.com/oxidecomputer/amd-apcb
34042026-05-28T08:50:37.949Z[ helios-setup] May 28 08:50:36.536 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34052026-05-28T08:50:37.964Z[ helios-setup] May 28 08:50:36.550 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34062026-05-28T08:50:38.154Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34072026-05-28T08:50:38.274Z[ helios-setup] May 28 08:50:36.861 INFO E| From https://github.com/oxidecomputer/amd-efs
34082026-05-28T08:50:38.275Z[ helios-setup] May 28 08:50:36.861 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34092026-05-28T08:50:38.512Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34102026-05-28T08:50:38.516Z[ helios-setup] May 28 08:50:37.100 INFO E| Downloading crates ...
34112026-05-28T08:50:38.572Z[ helios-setup] May 28 08:50:37.159 INFO E| Downloaded log v0.4.27
34122026-05-28T08:50:38.576Z[ helios-setup] May 28 08:50:37.161 INFO E| Downloaded unic-char-range v0.9.0
34132026-05-28T08:50:38.576Z[ helios-setup] May 28 08:50:37.162 INFO E| Downloaded unic-char-property v0.9.0
34142026-05-28T08:50:38.576Z[ helios-setup] May 28 08:50:37.163 INFO E| Downloaded bytesize v2.0.1
34152026-05-28T08:50:38.579Z[ helios-setup] May 28 08:50:37.166 INFO E| Downloaded strum v0.27.1
34162026-05-28T08:50:38.583Z[ helios-setup] May 28 08:50:37.167 INFO E| Downloaded vec_map v0.8.2
34172026-05-28T08:50:38.583Z[ helios-setup] May 28 08:50:37.168 INFO E| Downloaded strsim v0.8.0
34182026-05-28T08:50:38.583Z[ helios-setup] May 28 08:50:37.169 INFO E| Downloaded pest_meta v2.8.0
34192026-05-28T08:50:38.586Z[ helios-setup] May 28 08:50:37.170 INFO E| Downloaded parse_int v0.9.0
34202026-05-28T08:50:38.590Z[ helios-setup] May 28 08:50:37.173 INFO E| Downloaded heck v0.3.3
34212026-05-28T08:50:38.590Z[ helios-setup] May 28 08:50:37.175 INFO E| Downloaded unic-ucd-version v0.9.0
34222026-05-28T08:50:38.590Z[ helios-setup] May 28 08:50:37.175 INFO E| Downloaded unic-ucd-ident v0.9.0
34232026-05-28T08:50:38.590Z[ helios-setup] May 28 08:50:37.177 INFO E| Downloaded four-cc v0.4.0
34242026-05-28T08:50:38.593Z[ helios-setup] May 28 08:50:37.177 INFO E| Downloaded dyn-clone v1.0.19
34252026-05-28T08:50:38.601Z[ helios-setup] May 28 08:50:37.188 INFO E| Downloaded unic-common v0.9.0
34262026-05-28T08:50:38.604Z[ helios-setup] May 28 08:50:37.189 INFO E| Downloaded strum_macros v0.27.1
34272026-05-28T08:50:38.604Z[ helios-setup] May 28 08:50:37.190 INFO E| Downloaded ansi_term v0.12.1
34282026-05-28T08:50:38.604Z[ helios-setup] May 28 08:50:37.191 INFO E| Downloaded rustversion v1.0.20
34292026-05-28T08:50:38.608Z[ helios-setup] May 28 08:50:37.193 INFO E| Downloaded textwrap v0.11.0
34302026-05-28T08:50:38.608Z[ helios-setup] May 28 08:50:37.194 INFO E| Downloaded pest_generator v2.8.0
34312026-05-28T08:50:38.611Z[ helios-setup] May 28 08:50:37.195 INFO E| Downloaded fletcher v1.0.0
34322026-05-28T08:50:38.611Z[ helios-setup] May 28 08:50:37.195 INFO E| Downloaded structopt-derive v0.4.18
34332026-05-28T08:50:38.611Z[ helios-setup] May 28 08:50:37.196 INFO E| Downloaded modular-bitfield-impl v0.13.1
34342026-05-28T08:50:38.611Z[ helios-setup] May 28 08:50:37.198 INFO E| Downloaded pest_derive v2.8.0
34352026-05-28T08:50:38.615Z[ helios-setup] May 28 08:50:37.202 INFO E| Downloaded modular-bitfield v0.11.2
34362026-05-28T08:50:38.621Z[ helios-setup] May 28 08:50:37.208 INFO E| Downloaded structopt v0.3.26
34372026-05-28T08:50:38.626Z[ helios-setup] May 28 08:50:37.213 INFO E| Downloaded modular-bitfield v0.13.1
34382026-05-28T08:50:38.631Z[ helios-setup] May 28 08:50:37.218 INFO E| Downloaded zerocopy-derive v0.8.25
34392026-05-28T08:50:38.635Z[ helios-setup] May 28 08:50:37.222 INFO E| Downloaded typenum v1.18.0
34402026-05-28T08:50:38.648Z[ helios-setup] May 28 08:50:37.235 INFO E| Downloaded pest v2.8.0
34412026-05-28T08:50:38.655Z[ helios-setup] May 28 08:50:37.241 INFO E| Downloaded goblin v0.9.3
34422026-05-28T08:50:38.659Z[ helios-setup] May 28 08:50:37.245 INFO E| Downloaded clap v2.34.0
34432026-05-28T08:50:38.690Z[ helios-setup] May 28 08:50:37.249 INFO E| Downloaded zerocopy v0.8.25
34442026-05-28T08:50:38.693Z[ helios-setup] May 28 08:50:37.267 INFO E| Downloaded modular-bitfield-impl v0.11.2
34452026-05-28T08:50:38.753Z[ helios-setup] May 28 08:50:37.339 INFO E| Compiling proc-macro2 v1.0.95
34462026-05-28T08:50:38.753Z[ helios-setup] May 28 08:50:37.339 INFO E| Compiling unicode-ident v1.0.18
34472026-05-28T08:50:38.753Z[ helios-setup] May 28 08:50:37.339 INFO E| Compiling memchr v2.7.4
34482026-05-28T08:50:38.753Z[ helios-setup] May 28 08:50:37.339 INFO E| Compiling thiserror v2.0.12
34492026-05-28T08:50:38.753Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling autocfg v1.4.0
34502026-05-28T08:50:38.753Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling syn v1.0.109
34512026-05-28T08:50:38.756Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling serde v1.0.219
34522026-05-28T08:50:38.756Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling version_check v0.9.5
34532026-05-28T08:50:38.756Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling serde_json v1.0.140
34542026-05-28T08:50:38.756Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling itoa v1.0.15
34552026-05-28T08:50:38.756Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling schemars v0.8.22
34562026-05-28T08:50:38.756Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling ryu v1.0.20
34572026-05-28T08:50:38.757Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling static_assertions v1.1.0
34582026-05-28T08:50:38.757Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling libc v0.2.172
34592026-05-28T08:50:38.757Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling zerocopy v0.8.25
34602026-05-28T08:50:38.757Z[ helios-setup] May 28 08:50:37.340 INFO E| Compiling rustversion v1.0.20
34612026-05-28T08:50:39.023Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34622026-05-28T08:50:39.179Z[ host-package] Compiling nu-ansi-term v0.50.3
34632026-05-28T08:50:39.438Z[ host-package] Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34642026-05-28T08:50:39.486Z[ helios-setup] May 28 08:50:38.073 INFO E| Compiling paste v1.0.15
34652026-05-28T08:50:39.552Z[ helios-setup] May 28 08:50:38.139 INFO E| Compiling dyn-clone v1.0.19
34662026-05-28T08:50:39.645Z[ helios-setup] May 28 08:50:38.230 INFO E| Compiling ucd-trie v0.1.7
34672026-05-28T08:50:39.804Z[ host-package] Compiling reedline v0.40.0
34682026-05-28T08:50:39.868Z[ helios-setup] May 28 08:50:38.454 INFO E| Compiling once_cell v1.21.3
34692026-05-28T08:50:40.012Z[ helios-setup] May 28 08:50:38.599 INFO E| Compiling unicode-segmentation v1.12.0
34702026-05-28T08:50:40.132Z[ helios-setup] May 28 08:50:38.717 INFO E| Compiling unicode-width v0.1.14
34712026-05-28T08:50:40.159Z[ helios-setup] May 28 08:50:38.745 INFO E| Compiling heck v0.5.0
34722026-05-28T08:50:40.329Z[ helios-setup] May 28 08:50:38.916 INFO E| Compiling strum v0.27.1
34732026-05-28T08:50:40.349Z[ helios-setup] May 28 08:50:38.935 INFO E| Compiling unic-common v0.9.0
34742026-05-28T08:50:40.416Z[ helios-setup] May 28 08:50:39.002 INFO E| Compiling proc-macro-error-attr v1.0.4
34752026-05-28T08:50:40.426Z[ helios-setup] May 28 08:50:39.012 INFO E| Compiling proc-macro-error v1.0.4
34762026-05-28T08:50:40.497Z[ helios-setup] May 28 08:50:39.084 INFO E| Compiling atty v0.2.14
34772026-05-28T08:50:40.551Z[ helios-setup] May 28 08:50:39.137 INFO E| Compiling vec_map v0.8.2
34782026-05-28T08:50:40.588Z[ helios-setup] May 28 08:50:39.175 INFO E| Compiling textwrap v0.11.0
34792026-05-28T08:50:40.626Z[ helios-setup] May 28 08:50:39.212 INFO E| Compiling num-traits v0.2.19
34802026-05-28T08:50:40.643Z[ helios-setup] May 28 08:50:39.229 INFO E| Compiling memoffset v0.9.1
34812026-05-28T08:50:40.643Z[ helios-setup] May 28 08:50:39.229 INFO E| Compiling fletcher v1.0.0
34822026-05-28T08:50:40.722Z[ helios-setup] May 28 08:50:39.309 INFO E| Compiling byteorder v1.5.0
34832026-05-28T08:50:40.723Z[ helios-setup] May 28 08:50:39.309 INFO E| Compiling bitflags v1.3.2
34842026-05-28T08:50:40.770Z[ helios-setup] May 28 08:50:39.356 INFO E| Compiling heck v0.3.3
34852026-05-28T08:50:40.782Z[ helios-setup] May 28 08:50:39.369 INFO E| Compiling strsim v0.8.0
34862026-05-28T08:50:40.831Z[ helios-setup] May 28 08:50:39.417 INFO E| Compiling ansi_term v0.12.1
34872026-05-28T08:50:40.863Z[ helios-setup] May 28 08:50:39.449 INFO E| Compiling unic-char-range v0.9.0
34882026-05-28T08:50:40.878Z[ helios-setup] May 28 08:50:39.464 INFO E| Compiling unic-ucd-version v0.9.0
34892026-05-28T08:50:40.983Z[ helios-setup] May 28 08:50:39.569 INFO E| Compiling unic-char-property v0.9.0
34902026-05-28T08:50:40.998Z[ helios-setup] May 28 08:50:39.584 INFO E| Compiling plain v0.2.3
34912026-05-28T08:50:41.149Z[ helios-setup] May 28 08:50:39.735 INFO E| Compiling clap v2.34.0
34922026-05-28T08:50:41.165Z[ helios-setup] May 28 08:50:39.752 INFO E| Compiling log v0.4.27
34932026-05-28T08:50:41.197Z[ helios-setup] May 28 08:50:39.784 INFO E| Compiling lazy_static v1.5.0
34942026-05-28T08:50:41.226Z[ helios-setup] May 28 08:50:39.811 INFO E| Compiling unic-ucd-ident v0.9.0
34952026-05-28T08:50:41.230Z[ helios-setup] May 28 08:50:39.813 INFO E| Compiling bytesize v2.0.1
34962026-05-28T08:50:41.501Z[ helios-setup] May 28 08:50:40.087 INFO E| Compiling quote v1.0.40
34972026-05-28T08:50:41.706Z[ helios-setup] May 28 08:50:40.293 INFO E| Compiling syn v2.0.101
34982026-05-28T08:50:41.721Z[ host-package] Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34992026-05-28T08:50:41.897Z[ helios-setup] May 28 08:50:40.484 INFO E| Compiling parse_int v0.9.0
35002026-05-28T08:50:42.689Z[ host-package] Compiling peg v0.8.5
35012026-05-28T08:50:42.813Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35022026-05-28T08:50:42.918Z[ host-package] Compiling nom v8.0.0
35032026-05-28T08:50:44.438Z[ helios-setup] May 28 08:50:43.025 INFO E| Compiling serde_derive_internals v0.29.1
35042026-05-28T08:50:45.385Z[ helios-setup] May 28 08:50:43.972 INFO E| Compiling modular-bitfield-impl v0.11.2
35052026-05-28T08:50:45.385Z[ helios-setup] May 28 08:50:43.972 INFO E| Compiling structopt-derive v0.4.18
35062026-05-28T08:50:45.411Z[ host-package] Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
35072026-05-28T08:50:45.554Z[ helios-setup] May 28 08:50:44.140 INFO E| Compiling thiserror-impl v2.0.12
35082026-05-28T08:50:45.554Z[ helios-setup] May 28 08:50:44.140 INFO E| Compiling serde_derive v1.0.219
35092026-05-28T08:50:45.554Z[ helios-setup] May 28 08:50:44.140 INFO E| Compiling schemars_derive v0.8.22
35102026-05-28T08:50:45.557Z[ helios-setup] May 28 08:50:44.140 INFO E| Compiling zerocopy-derive v0.8.25
35112026-05-28T08:50:45.557Z[ helios-setup] May 28 08:50:44.140 INFO E| Compiling modular-bitfield-impl v0.13.1
35122026-05-28T08:50:45.557Z[ helios-setup] May 28 08:50:44.140 INFO E| Compiling num-derive v0.4.2
35132026-05-28T08:50:45.557Z[ helios-setup] May 28 08:50:44.140 INFO E| Compiling scroll_derive v0.12.1
35142026-05-28T08:50:45.557Z[ helios-setup] May 28 08:50:44.141 INFO E| Compiling strum_macros v0.27.1
35152026-05-28T08:50:45.622Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
35162026-05-28T08:50:45.919Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
35172026-05-28T08:50:46.285Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35182026-05-28T08:50:46.825Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35192026-05-28T08:50:47.162Z[ helios-setup] May 28 08:50:45.749 INFO E| Compiling structopt v0.3.26
35202026-05-28T08:50:47.209Z[ helios-setup] May 28 08:50:45.795 INFO E| Compiling modular-bitfield v0.11.2
35212026-05-28T08:50:47.243Z[ helios-setup] May 28 08:50:45.830 INFO E| Compiling scroll v0.12.0
35222026-05-28T08:50:47.368Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35232026-05-28T08:50:47.522Z[ helios-setup] May 28 08:50:46.109 INFO E| Compiling pest v2.8.0
35242026-05-28T08:50:47.560Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
35252026-05-28T08:50:47.692Z[ helios-setup] May 28 08:50:46.278 INFO E| Compiling goblin v0.9.3
35262026-05-28T08:50:47.754Z[ helios-setup] May 28 08:50:46.340 INFO E| Compiling modular-bitfield v0.13.1
35272026-05-28T08:50:48.024Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35282026-05-28T08:50:48.459Z[ host-package] Compiling utf-8 v0.7.6
35292026-05-28T08:50:48.656Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35302026-05-28T08:50:48.659Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35312026-05-28T08:50:48.916Z[ host-package] Compiling tungstenite v0.21.0
35322026-05-28T08:50:49.111Z[ helios-setup] May 28 08:50:47.697 INFO E| Compiling pest_meta v2.8.0
35332026-05-28T08:50:49.169Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35342026-05-28T08:50:49.337Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35352026-05-28T08:50:49.498Z[ host-package] Compiling itertools v0.10.5
35362026-05-28T08:50:49.771Z[ helios-setup] May 28 08:50:48.358 INFO E| Compiling pest_generator v2.8.0
35372026-05-28T08:50:49.966Z[ host-package] Compiling tokio-tungstenite v0.21.0
35382026-05-28T08:50:50.209Z[ host-package] Compiling proc-macro-error2 v2.0.1
35392026-05-28T08:50:50.546Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35402026-05-28T08:50:50.584Z[ helios-setup] May 28 08:50:49.170 INFO E| Compiling pest_derive v2.8.0
35412026-05-28T08:50:50.643Z[ host-package] Compiling vergen-lib v0.1.6
35422026-05-28T08:50:50.806Z[ host-package] Compiling tabled_derive v0.11.0
35432026-05-28T08:50:51.023Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35442026-05-28T08:50:51.142Z[ host-package] Compiling papergrid v0.17.0
35452026-05-28T08:50:51.538Z[ host-package] Compiling testing_table v0.3.0
35462026-05-28T08:50:51.676Z[ helios-setup] May 28 08:50:50.262 INFO E| Compiling json5 v0.4.1
35472026-05-28T08:50:52.115Z[ host-package] Compiling vergen-gitcl v1.0.8
35482026-05-28T08:50:52.207Z[ host-package] Compiling dirs-sys-next v0.1.2
35492026-05-28T08:50:52.252Z[ host-package] Compiling crunchy v0.2.4
35502026-05-28T08:50:52.508Z[ host-package] Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35512026-05-28T08:50:52.608Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
35522026-05-28T08:50:52.608Z[ host-package] Compiling diesel_derives v2.3.7
35532026-05-28T08:50:52.696Z[ host-package] Compiling maplit v1.0.2
35542026-05-28T08:50:52.927Z[ host-package] Compiling glob v0.3.3
35552026-05-28T08:50:53.154Z[ host-package] Compiling tabled v0.20.0
35562026-05-28T08:50:53.183Z[ host-package] Compiling dirs-next v2.0.0
35572026-05-28T08:50:53.278Z[ helios-setup] May 28 08:50:51.864 INFO E| Compiling four-cc v0.4.0
35582026-05-28T08:50:53.278Z[ helios-setup] May 28 08:50:51.864 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35592026-05-28T08:50:53.361Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35602026-05-28T08:50:53.427Z[ helios-setup] May 28 08:50:52.013 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35612026-05-28T08:50:53.462Z[ host-package] Compiling clang-sys v1.8.1
35622026-05-28T08:50:53.955Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
35632026-05-28T08:50:54.039Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35642026-05-28T08:50:54.150Z[ host-package] Compiling dsl_auto_type v0.2.0
35652026-05-28T08:50:54.776Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35662026-05-28T08:50:54.875Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
35672026-05-28T08:50:55.024Z[ host-package] Compiling tiny-keccak v2.0.2
35682026-05-28T08:50:55.346Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
35692026-05-28T08:50:55.630Z[ host-package] Compiling r2d2 v0.8.10
35702026-05-28T08:50:56.181Z[ host-package] Compiling term v0.7.0
35712026-05-28T08:50:56.802Z[ host-package] Compiling bit-vec v0.6.3
35722026-05-28T08:50:56.858Z[ host-package] Compiling downcast-rs v2.0.2
35732026-05-28T08:50:57.058Z[ host-package] Compiling xshell-macros v0.2.7
35742026-05-28T08:50:57.098Z[ host-package] Compiling bit-set v0.5.3
35752026-05-28T08:50:57.384Z[ host-package] Compiling ascii-canvas v3.0.0
35762026-05-28T08:50:57.493Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35772026-05-28T08:50:57.496Z[ host-package] Compiling xshell v0.2.7
35782026-05-28T08:50:57.733Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35792026-05-28T08:50:57.786Z[ host-package] Compiling ena v0.14.4
35802026-05-28T08:50:58.058Z[ host-package] Compiling libloading v0.8.9
35812026-05-28T08:50:58.338Z[ host-package] Compiling crc8 v0.1.1
35822026-05-28T08:50:58.341Z[ host-package] Compiling bindgen v0.71.1
35832026-05-28T08:50:58.488Z[ host-package] Compiling unicase v2.9.0
35842026-05-28T08:50:58.826Z[ host-package] Compiling regex-syntax v0.6.29
35852026-05-28T08:50:58.853Z[ host-package] Compiling diff v0.1.13
35862026-05-28T08:50:58.935Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35872026-05-28T08:50:59.149Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35882026-05-28T08:51:00.060Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35892026-05-28T08:51:00.221Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35902026-05-28T08:51:00.306Z[ host-package] Compiling lalrpop v0.19.12
35912026-05-28T08:51:00.476Z[ host-package] Compiling diesel v2.3.7
35922026-05-28T08:51:00.515Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35932026-05-28T08:51:00.535Z[ host-package] Compiling cexpr v0.6.0
35942026-05-28T08:51:00.763Z[ host-package] Compiling rustc-hash v2.1.1
35952026-05-28T08:51:00.883Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35962026-05-28T08:51:00.926Z[ host-package] Compiling headers-core v0.3.0
35972026-05-28T08:51:00.986Z[ host-package] Compiling libxml v0.3.3
35982026-05-28T08:51:01.282Z[ host-package] Compiling headers v0.4.1
35992026-05-28T08:51:01.530Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36002026-05-28T08:51:01.581Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36012026-05-28T08:51:01.628Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36022026-05-28T08:51:01.935Z[ host-package] Compiling git-stub v1.0.0
36032026-05-28T08:51:02.004Z[ host-package] Compiling strum_macros v0.24.3
36042026-05-28T08:51:02.092Z[ host-package] Compiling indoc v1.0.9
36052026-05-28T08:51:02.242Z[ host-package] Compiling git-stub-vcs v0.1.0
36062026-05-28T08:51:02.678Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36072026-05-28T08:51:02.723Z[ host-package] Compiling derive_builder v0.20.2
36082026-05-28T08:51:02.837Z[ host-package] Compiling quick-xml v0.37.5
36092026-05-28T08:51:02.917Z[ host-package] Compiling oso-derive v0.27.3
36102026-05-28T08:51:02.967Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36112026-05-28T08:51:03.016Z[ host-package] Compiling openssl-probe v0.1.6
36122026-05-28T08:51:03.393Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36132026-05-28T08:51:03.479Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36142026-05-28T08:51:03.506Z[ host-package] Compiling half v1.8.3
36152026-05-28T08:51:04.068Z[ host-package] Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
36162026-05-28T08:51:04.258Z[ host-package] Compiling serde_cbor v0.11.2
36172026-05-28T08:51:04.332Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36182026-05-28T08:51:04.407Z[ host-package] Compiling bb8 v0.8.6
36192026-05-28T08:51:04.631Z[ host-package] Compiling trait-variant v0.1.2
36202026-05-28T08:51:04.859Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36212026-05-28T08:51:05.355Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
36222026-05-28T08:51:05.389Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36232026-05-28T08:51:05.618Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36242026-05-28T08:51:05.666Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36252026-05-28T08:51:05.810Z[ host-package] Compiling typify-impl v0.4.3
36262026-05-28T08:51:05.932Z[ host-package] Compiling fxhash v0.2.1
36272026-05-28T08:51:06.014Z[ host-package] Compiling samael v0.0.19
36282026-05-28T08:51:06.205Z[ host-package] Compiling libz-sys v1.1.24
36292026-05-28T08:51:06.338Z[ host-package] Compiling salty v0.3.0
36302026-05-28T08:51:06.701Z[ host-package] Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
36312026-05-28T08:51:06.729Z[ host-package] Compiling nonempty v0.12.0
36322026-05-28T08:51:07.199Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36332026-05-28T08:51:07.307Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
36342026-05-28T08:51:07.486Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36352026-05-28T08:51:07.808Z[ helios-setup] May 28 08:51:06.394 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36362026-05-28T08:51:07.974Z[ host-package] Compiling polar-core v0.27.3
36372026-05-28T08:51:08.276Z[ host-package] Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
36382026-05-28T08:51:08.375Z[ host-package] Compiling kstat-rs v0.2.4
36392026-05-28T08:51:09.043Z[ host-package] Compiling arc-swap v1.8.2
36402026-05-28T08:51:09.501Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
36412026-05-28T08:51:09.525Z[ host-package] Compiling typify-macro v0.4.3
36422026-05-28T08:51:09.872Z[ host-package] Compiling mime_guess v2.0.5
36432026-05-28T08:51:10.514Z[ host-package] Compiling slog-scope v4.4.1
36442026-05-28T08:51:10.844Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
36452026-05-28T08:51:11.047Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36462026-05-28T08:51:11.055Z[ helios-setup] May 28 08:51:09.641 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36472026-05-28T08:51:11.416Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36482026-05-28T08:51:12.541Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36492026-05-28T08:51:12.704Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36502026-05-28T08:51:13.029Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36512026-05-28T08:51:13.949Z[ host-package] Compiling nanorand v0.7.0
36522026-05-28T08:51:13.985Z[ host-package] Compiling darling_core v0.23.0
36532026-05-28T08:51:14.029Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36542026-05-28T08:51:14.238Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36552026-05-28T08:51:14.351Z[ host-package] Compiling parking_lot_core v0.8.6
36562026-05-28T08:51:14.797Z[ host-package] Compiling flume v0.11.1
36572026-05-28T08:51:15.297Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582026-05-28T08:51:15.347Z[ host-package] Compiling slog-stdlog v4.1.1
36592026-05-28T08:51:15.945Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36602026-05-28T08:51:16.029Z[ host-package] Compiling primeorder v0.13.6
36612026-05-28T08:51:16.325Z[ host-package] Compiling darling_macro v0.23.0
36622026-05-28T08:51:16.375Z[ host-package] Compiling atty v0.2.14
36632026-05-28T08:51:16.551Z[ host-package] Compiling strsim v0.10.0
36642026-05-28T08:51:16.905Z[ host-package] Compiling http-range v0.1.5
36652026-05-28T08:51:16.969Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36662026-05-28T08:51:17.167Z[ host-package] Compiling instability v0.3.11
36672026-05-28T08:51:17.427Z[ host-package] Compiling darling v0.23.0
36682026-05-28T08:51:17.483Z[ host-package] Compiling darling_core v0.13.4
36692026-05-28T08:51:17.661Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36702026-05-28T08:51:17.760Z[ host-package] Compiling p384 v0.13.1
36712026-05-28T08:51:20.228Z[ host-package] Compiling oso v0.27.3
36722026-05-28T08:51:20.782Z[ host-package] Compiling async-bb8-diesel v0.2.1
36732026-05-28T08:51:21.408Z[ host-package] Compiling diesel-dtrace v0.5.0
36742026-05-28T08:51:22.714Z[ host-package] Compiling slog-envlogger v2.2.0
36752026-05-28T08:51:22.754Z[ helios-setup] May 28 08:51:21.341 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.45s
36762026-05-28T08:51:22.794Z[ helios-setup] May 28 08:51:21.380 INFO building project "amd-host-image-builder" ok (45 seconds)
36772026-05-28T08:51:22.797Z[ helios-setup] rm -f helios-build
36782026-05-28T08:51:22.797Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36792026-05-28T08:51:22.811Z[ helios-setup]
36802026-05-28T08:51:22.814Z[ helios-setup] Setup complete! ./helios-build is now available.
36812026-05-28T08:51:22.814Z[ helios-setup]
36822026-05-28T08:51:22.814Z[ helios-setup]
36832026-05-28T08:51:22.814Z[ helios-setup] real 2:24.960552970
36842026-05-28T08:51:22.814Z[ helios-setup] user 6:49.477144776
36852026-05-28T08:51:22.815Z[ helios-setup] sys 1:11.797146407
36862026-05-28T08:51:22.815Z[ helios-setup] trap 0.391123508
36872026-05-28T08:51:22.815Z[ helios-setup] tflt 2.531239268
36882026-05-28T08:51:22.815Z[ helios-setup] dflt 5.723776504
36892026-05-28T08:51:22.815Z[ helios-setup] kflt 0.004017835
36902026-05-28T08:51:22.815Z[ helios-setup] lock 31:37.575634674
36912026-05-28T08:51:22.815Z[ helios-setup] slp 29:58.735782572
36922026-05-28T08:51:22.815Z[ helios-setup] lat 4:10.657413187
36932026-05-28T08:51:22.815Z[ helios-setup] stop 1:24.815304003
36942026-05-28T08:51:22.818ZMay 28 08:51:21.401 INFO [helios-setup] process exited with exit status: 0 (144.963265764s)
36952026-05-28T08:51:22.818ZMay 28 08:51:21.401 INFO [helios-record] running task
36962026-05-28T08:51:22.818ZMay 28 08:51:21.402 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36972026-05-28T08:51:22.821ZMay 28 08:51:21.406 DEBG process exited with exit status: 0 (4.159557ms)
36982026-05-28T08:51:22.821ZMay 28 08:51:21.406 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36992026-05-28T08:51:22.824ZMay 28 08:51:21.409 DEBG process exited with exit status: 0 (3.654115ms)
37002026-05-28T08:51:22.824ZMay 28 08:51:21.410 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37012026-05-28T08:51:22.826ZMay 28 08:51:21.413 DEBG process exited with exit status: 0 (3.347895ms)
37022026-05-28T08:51:22.826ZMay 28 08:51:21.413 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37032026-05-28T08:51:22.830ZMay 28 08:51:21.417 DEBG process exited with exit status: 0 (4.395727ms)
37042026-05-28T08:51:22.830ZMay 28 08:51:21.417 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37052026-05-28T08:51:22.834ZMay 28 08:51:21.421 DEBG process exited with exit status: 0 (3.816966ms)
37062026-05-28T08:51:22.834ZMay 28 08:51:21.421 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37072026-05-28T08:51:22.838ZMay 28 08:51:21.424 DEBG process exited with exit status: 0 (3.241665ms)
37082026-05-28T08:51:22.838ZMay 28 08:51:21.424 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37092026-05-28T08:51:22.841ZMay 28 08:51:21.428 DEBG process exited with exit status: 0 (3.094645ms)
37102026-05-28T08:51:22.841ZMay 28 08:51:21.428 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37112026-05-28T08:51:22.844ZMay 28 08:51:21.431 DEBG process exited with exit status: 0 (2.983404ms)
37122026-05-28T08:51:22.844ZMay 28 08:51:21.431 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37132026-05-28T08:51:22.846ZMay 28 08:51:21.433 DEBG process exited with exit status: 0 (2.885815ms)
37142026-05-28T08:51:22.849ZMay 28 08:51:21.434 INFO [helios-record] task succeeded (32.237319ms)
37152026-05-28T08:51:23.804Z[ host-package] Compiling typify v0.4.3
37162026-05-28T08:51:23.830Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
37172026-05-28T08:51:23.947Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37182026-05-28T08:51:24.130Z[ host-package] Compiling ignore v0.4.25
37192026-05-28T08:51:24.418Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
37202026-05-28T08:51:24.778Z[ host-package] Compiling castaway v0.2.4
37212026-05-28T08:51:24.941Z[ host-package] Compiling vergen-git2 v9.1.0
37222026-05-28T08:51:25.178Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
37232026-05-28T08:51:25.410Z[ host-package] Compiling indoc v2.0.7
37242026-05-28T08:51:25.895Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
37252026-05-28T08:51:26.611Z[ host-package] Compiling compact_str v0.8.1
37262026-05-28T08:51:26.633Z[ host-package] Compiling globwalk v0.9.1
37272026-05-28T08:51:27.022Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37282026-05-28T08:51:27.330Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37292026-05-28T08:51:27.454Z[ host-package] Compiling progenitor-impl v0.11.2
37302026-05-28T08:51:27.753Z[ host-package] Compiling parking_lot v0.11.2
37312026-05-28T08:51:27.999Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37322026-05-28T08:51:28.705Z[ host-package] Compiling hyper-staticfile v0.10.1
37332026-05-28T08:51:29.137Z[ host-package] Compiling darling_macro v0.13.4
37342026-05-28T08:51:29.659Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37352026-05-28T08:51:29.934Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37362026-05-28T08:51:29.957Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37372026-05-28T08:51:30.066Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37382026-05-28T08:51:30.164Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37392026-05-28T08:51:30.332Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37402026-05-28T08:51:30.404Z[ host-package] Compiling predicates-tree v1.0.13
37412026-05-28T08:51:30.432Z[ host-package] Compiling unicode-truncate v1.1.0
37422026-05-28T08:51:30.651Z[ host-package] Compiling lru v0.12.5
37432026-05-28T08:51:30.729Z[ host-package] Compiling prefix-trie v0.7.0
37442026-05-28T08:51:30.876Z[ host-package] Compiling rand_seeder v0.4.0
37452026-05-28T08:51:30.899Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37462026-05-28T08:51:31.148Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37472026-05-28T08:51:31.228Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
37482026-05-28T08:51:31.362Z[ host-package] Compiling corncobs v0.1.4
37492026-05-28T08:51:31.410Z[ host-package] Compiling cassowary v0.3.0
37502026-05-28T08:51:31.465Z[ host-package] Compiling rustls v0.21.12
37512026-05-28T08:51:31.550Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37522026-05-28T08:51:31.681Z[ host-package] Compiling hickory-server v0.25.2
37532026-05-28T08:51:31.731Z[ host-package] Compiling ratatui v0.29.0
37542026-05-28T08:51:31.765Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37552026-05-28T08:51:31.985Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37562026-05-28T08:51:32.222Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37572026-05-28T08:51:32.360Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37582026-05-28T08:51:32.889Z[ host-package] Compiling darling v0.13.4
37592026-05-28T08:51:33.012Z[ host-package] Compiling progenitor-macro v0.11.2
37602026-05-28T08:51:33.015Z[ host-package] Compiling sled v0.34.7
37612026-05-28T08:51:35.808Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37622026-05-28T08:51:36.728Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37632026-05-28T08:51:36.819Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37642026-05-28T08:51:37.042Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37652026-05-28T08:51:37.454Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37662026-05-28T08:51:37.691Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37672026-05-28T08:51:37.921Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37682026-05-28T08:51:38.893Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37692026-05-28T08:51:39.460Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37702026-05-28T08:51:39.918Z[ host-package] Compiling progenitor-client v0.11.2
37712026-05-28T08:51:40.486Z[ host-package] Compiling sct v0.7.1
37722026-05-28T08:51:40.777Z[ host-package] Compiling rustls-webpki v0.101.7
37732026-05-28T08:51:40.847Z[ host-package] Compiling secrecy v0.8.0
37742026-05-28T08:51:41.058Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37752026-05-28T08:51:41.305Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37762026-05-28T08:51:41.827Z[ host-package] Compiling git2 v0.20.4
37772026-05-28T08:51:42.930Z[ host-package] Compiling progenitor v0.11.2
37782026-05-28T08:51:43.135Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37792026-05-28T08:51:44.953Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37802026-05-28T08:51:45.214Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37812026-05-28T08:51:46.114Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37822026-05-28T08:51:46.743Z[ host-package] Compiling serde_with_macros v1.5.2
37832026-05-28T08:51:46.784Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37842026-05-28T08:51:46.987Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37852026-05-28T08:51:47.741Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37862026-05-28T08:51:47.964Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37872026-05-28T08:51:48.441Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37882026-05-28T08:51:48.681Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37892026-05-28T08:51:48.924Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37902026-05-28T08:51:49.159Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37912026-05-28T08:51:49.393Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37922026-05-28T08:51:49.490Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37932026-05-28T08:51:49.557Z[ host-package] Compiling base64 v0.21.7
37942026-05-28T08:51:49.629Z[ host-package] Compiling void v1.0.2
37952026-05-28T08:51:49.770Z[ host-package] Compiling lzss v0.8.2
37962026-05-28T08:51:49.823Z[ host-package] Compiling ron v0.8.1
37972026-05-28T08:51:49.932Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37982026-05-28T08:51:50.038Z[ host-package] Compiling illumos-nvpair v0.3.0
37992026-05-28T08:51:50.087Z[ host-package] Compiling serde_with v1.14.0
38002026-05-28T08:51:50.748Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38012026-05-28T08:51:51.262Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38022026-05-28T08:51:52.920Z[ host-package] Compiling tokio-rustls v0.24.1
38032026-05-28T08:51:53.207Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38042026-05-28T08:51:53.256Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38052026-05-28T08:51:53.528Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38062026-05-28T08:51:53.590Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38072026-05-28T08:51:53.842Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38082026-05-28T08:51:54.109Z[ host-package] Compiling tungstenite v0.23.0
38092026-05-28T08:51:54.387Z[ host-package] Compiling rustls-pemfile v1.0.4
38102026-05-28T08:51:54.581Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38112026-05-28T08:51:54.812Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38122026-05-28T08:51:55.052Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38132026-05-28T08:51:55.305Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38142026-05-28T08:51:55.531Z[ host-package] Compiling nix v0.27.1
38152026-05-28T08:51:56.530Z[ host-package] Compiling twox-hash v2.1.2
38162026-05-28T08:51:56.747Z[ host-package] Compiling serde_bytes v0.11.19
38172026-05-28T08:51:56.784Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38182026-05-28T08:51:57.103Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38192026-05-28T08:51:57.129Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
38202026-05-28T08:51:57.555Z[ host-package] Compiling tokio-tungstenite v0.23.1
38212026-05-28T08:51:57.960Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38222026-05-28T08:51:58.552Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-05-28T08:52:00.603Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38242026-05-28T08:52:01.697Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
38252026-05-28T08:52:01.723Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38262026-05-28T08:52:02.437Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38272026-05-28T08:52:03.135Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38282026-05-28T08:52:03.176Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38292026-05-28T08:52:03.202Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38302026-05-28T08:52:03.589Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38312026-05-28T08:52:03.632Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
38322026-05-28T08:52:03.826Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38332026-05-28T08:52:03.934Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38342026-05-28T08:52:05.610Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38352026-05-28T08:52:05.636Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38362026-05-28T08:52:06.557Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38372026-05-28T08:52:08.087Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38382026-05-28T08:52:08.200Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38392026-05-28T08:52:08.436Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38402026-05-28T08:52:08.503Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38412026-05-28T08:52:09.739Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38422026-05-28T08:52:09.939Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38432026-05-28T08:52:09.977Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38442026-05-28T08:52:10.433Z[ host-package] Compiling signal-hook-tokio v0.3.1
38452026-05-28T08:52:10.632Z[ host-package] Compiling fatfs v0.3.6
38462026-05-28T08:52:10.890Z[ host-package] Compiling yasna v0.5.2
38472026-05-28T08:52:10.919Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38482026-05-28T08:52:11.823Z[ host-package] Compiling assert_matches v1.5.0
38492026-05-28T08:52:11.950Z[ host-package] Compiling is_ci v1.2.0
38502026-05-28T08:52:12.106Z[ host-package] Compiling seq-macro v0.3.6
38512026-05-28T08:52:12.171Z[ host-package] Compiling supports-color v3.0.2
38522026-05-28T08:52:12.431Z[ host-package] Compiling rcgen v0.12.1
38532026-05-28T08:52:12.469Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38542026-05-28T08:52:12.624Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38552026-05-28T08:52:13.289Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38562026-05-28T08:52:13.316Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38572026-05-28T08:52:13.552Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38582026-05-28T08:52:13.790Z[ host-package] Compiling rtoolbox v0.0.3
38592026-05-28T08:52:14.076Z[ host-package] Compiling subprocess v0.2.15
38602026-05-28T08:52:14.616Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38612026-05-28T08:52:15.043Z[ host-package] Compiling rpassword v7.4.0
38622026-05-28T08:52:15.380Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38632026-05-28T08:52:16.779Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38642026-05-28T08:52:16.924Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38652026-05-28T08:52:17.030Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38662026-05-28T08:52:17.101Z[ host-package] Compiling tui-tree-widget v0.23.1
38672026-05-28T08:52:17.409Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38682026-05-28T08:52:19.400Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38692026-05-28T08:52:19.934Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38702026-05-28T08:52:19.982Z[ host-package] Compiling uzers v0.12.2
38712026-05-28T08:52:21.431Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38722026-05-28T08:52:21.889Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38732026-05-28T08:52:22.639Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38742026-05-28T08:52:23.212Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38752026-05-28T08:52:26.078Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38762026-05-28T08:52:28.296Z[ host-package] Compiling support-bundle-viewer v0.1.2
38772026-05-28T08:52:30.219Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38782026-05-28T08:52:33.876Z[ host-package] Compiling multimap v0.10.1
38792026-05-28T08:52:42.194Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38802026-05-28T08:52:47.937Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38812026-05-28T08:52:48.809Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38822026-05-28T08:59:24.484Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 32s
38832026-05-28T09:00:10.134ZMay 28 09:00:08.720 INFO [host-package] process exited with exit status: 0 (617.97828761s)
38842026-05-28T09:00:10.134ZMay 28 09:00:08.720 INFO [host-stamp] running task
38852026-05-28T09:00:10.139ZMay 28 09:00:08.721 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+git93671368d04
38862026-05-28T09:00:10.139ZMay 28 09:00:08.721 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38872026-05-28T09:00:10.139ZMay 28 09:00:08.721 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+git93671368d04
38882026-05-28T09:00:10.139ZMay 28 09:00:08.721 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+git93671368d04
38892026-05-28T09:00:10.139ZMay 28 09:00:08.722 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+git93671368d04
38902026-05-28T09:00:10.139ZMay 28 09:00:08.722 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+git93671368d04
38912026-05-28T09:00:10.139ZMay 28 09:00:08.722 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+git93671368d04
38922026-05-28T09:00:10.139ZMay 28 09:00:08.723 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+git93671368d04
38932026-05-28T09:00:10.140ZMay 28 09:00:08.723 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+git93671368d04
38942026-05-28T09:00:10.148Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38952026-05-28T09:00:10.150Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38962026-05-28T09:00:10.151Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-05-28T09:00:10.151Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-05-28T09:00:10.151Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-05-28T09:00:10.151Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-05-28T09:00:10.151Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-05-28T09:00:10.151Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-05-28T09:00:10.151Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39032026-05-28T09:00:10.151Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39042026-05-28T09:00:10.153ZMay 28 09:00:08.739 INFO [stamp-overlay] process exited with exit status: 0 (16.574906ms)
39052026-05-28T09:00:10.158Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39062026-05-28T09:00:10.161ZMay 28 09:00:08.747 INFO [stamp-oxlog] process exited with exit status: 0 (26.02599ms)
39072026-05-28T09:00:10.181Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39082026-05-28T09:00:10.184ZMay 28 09:00:08.771 INFO [stamp-crucible-utils] process exited with exit status: 0 (50.280517ms)
39092026-05-28T09:00:10.195Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39102026-05-28T09:00:10.198ZMay 28 09:00:08.785 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (63.313857ms)
39112026-05-28T09:00:10.300Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39122026-05-28T09:00:10.304ZMay 28 09:00:08.890 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (167.789206ms)
39132026-05-28T09:00:10.638Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39142026-05-28T09:00:10.642ZMay 28 09:00:09.228 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (505.333682ms)
39152026-05-28T09:00:10.684Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39162026-05-28T09:00:10.688ZMay 28 09:00:09.274 INFO [stamp-propolis-server] process exited with exit status: 0 (551.653072ms)
39172026-05-28T09:00:11.200Z[recovery-package] Compiling newtype-uuid v1.3.2
39182026-05-28T09:00:11.444Z[recovery-package] Compiling daft v0.1.7
39192026-05-28T09:00:11.661Z[recovery-package] Compiling iddqd v0.4.2
39202026-05-28T09:00:12.626Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39212026-05-28T09:00:12.901Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
39222026-05-28T09:00:12.901Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39232026-05-28T09:00:12.901Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
39242026-05-28T09:00:12.904Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39252026-05-28T09:00:12.904Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39262026-05-28T09:00:12.904Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39272026-05-28T09:00:12.904Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39282026-05-28T09:00:12.916Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39292026-05-28T09:00:13.006Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39302026-05-28T09:00:13.279Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39312026-05-28T09:00:13.282Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
39322026-05-28T09:00:13.416Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39332026-05-28T09:00:16.628Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39342026-05-28T09:00:16.632ZMay 28 09:00:15.219 INFO [stamp-switch-asic] process exited with exit status: 0 (6.496781276s)
39352026-05-28T09:00:16.632ZMay 28 09:00:15.219 INFO [host-stamp] task succeeded (6.498299449s)
39362026-05-28T09:00:16.632ZMay 28 09:00:15.219 INFO [host-proto] running task
39372026-05-28T09:00:17.068ZMay 28 09:00:15.654 INFO [host-proto] task succeeded (435.029986ms)
39382026-05-28T09:00:17.068ZMay 28 09:00:15.654 INFO [host-profile] running task
39392026-05-28T09:00:17.071ZMay 28 09:00:15.654 INFO [host-profile] task succeeded (267.91µs)
39402026-05-28T09:00:17.071ZMay 28 09:00:15.655 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.40.479' -P /tmp/.tmpaJfv3V/proto/host/root -N 'ci 9367136/${os_short_commit} 2026-05-28 08:48' -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/'
39412026-05-28T09:00:17.074Z[ host-image] May 28 09:00:15.660 INFO Checking files for board 'gimlet'
39422026-05-28T09:00:17.074Z[ host-image] May 28 09:00:15.660 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39432026-05-28T09:00:17.077Z[ host-image] May 28 09:00:15.660 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39442026-05-28T09:00:17.077Z[ host-image] May 28 09:00:15.660 INFO Checking files for board 'cosmo'
39452026-05-28T09:00:17.077Z[ host-image] May 28 09:00:15.660 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39462026-05-28T09:00:17.077Z[ host-image] May 28 09:00:15.660 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39472026-05-28T09:00:17.077Z[ host-image] May 28 09:00:15.660 INFO Checking files for board 'cosmo-mbist-noaggr'
39482026-05-28T09:00:17.077Z[ host-image] May 28 09:00:15.660 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39492026-05-28T09:00:17.077Z[ host-image] May 28 09:00:15.660 INFO Checking files for board 'cosmo-mbist'
39502026-05-28T09:00:17.077Z[ host-image] May 28 09:00:15.660 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39512026-05-28T09:00:17.082Z[ host-image] May 28 09:00:15.668 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaJfv3V/proto/host/root"
39522026-05-28T09:00:17.085Z[ host-image] May 28 09:00:15.669 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39532026-05-28T09:00:17.085Z[ host-image] May 28 09:00:15.669 INFO image builder template: ramdisk-01-os...
39542026-05-28T09:00:17.085Z[ host-image] May 28 09:00:15.669 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/.tmpaJfv3V/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39552026-05-28T09:00:17.095Z[ host-image] May 28 09:00:15.681 INFO O| May 28 09:00:15.681 INFO CREATE DATASET: rpool/images/build/host/output
39562026-05-28T09:00:17.584Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39572026-05-28T09:00:17.584Z[recovery-package] Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
39582026-05-28T09:00:17.587Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39592026-05-28T09:00:17.587Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39602026-05-28T09:00:17.587Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39612026-05-28T09:00:17.954Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
39622026-05-28T09:00:18.845Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
39632026-05-28T09:00:19.405Z[ host-image] May 28 09:00:17.991 INFO O| May 28 09:00:17.991 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39642026-05-28T09:00:19.408Z[ host-image] May 28 09:00:17.994 INFO O| May 28 09:00:17.994 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39652026-05-28T09:00:19.537Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39662026-05-28T09:00:19.629Z[ host-image] May 28 09:00:18.215 INFO O| May 28 09:00:18.215 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39672026-05-28T09:00:19.680Z[ host-image] May 28 09:00:18.266 INFO O| May 28 09:00:18.266 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39682026-05-28T09:00:19.680Z[ host-image] May 28 09:00:18.266 INFO O| May 28 09:00:18.266 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39692026-05-28T09:00:19.683Z[ host-image] May 28 09:00:18.266 INFO O| May 28 09:00:18.266 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39702026-05-28T09:00:19.683Z[ host-image] May 28 09:00:18.266 INFO O| May 28 09:00:18.266 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39712026-05-28T09:00:19.686Z[ host-image] May 28 09:00:18.272 INFO O| May 28 09:00:18.272 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39722026-05-28T09:00:19.952Z[ host-image] May 28 09:00:18.538 INFO O| May 28 09:00:18.538 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-05-28T09:00:19.958Z[ host-image] May 28 09:00:18.544 INFO O| May 28 09:00:18.544 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39742026-05-28T09:00:20.226Z[ host-image] May 28 09:00:18.813 INFO O| May 28 09:00:18.812 INFO O| Caching catalogs ... Done
39752026-05-28T09:00:20.293Z[ host-image] May 28 09:00:18.879 INFO O| May 28 09:00:18.879 INFO STEP 0 (pkg_image_create) COMPLETE
39762026-05-28T09:00:20.293Z[ host-image] May 28 09:00:18.879 INFO O| May 28 09:00:18.879 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-05-28T09:00:20.300Z[ host-image] May 28 09:00:18.886 INFO O| May 28 09:00:18.886 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"]
39782026-05-28T09:00:20.544Z[ host-image] May 28 09:00:19.130 INFO O| May 28 09:00:19.130 INFO STEP 1 (pkg_set_publisher) COMPLETE
39792026-05-28T09:00:20.544Z[ host-image] May 28 09:00:19.130 INFO O| May 28 09:00:19.130 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802026-05-28T09:00:20.544Z[ host-image] May 28 09:00:19.130 INFO O| May 28 09:00:19.130 INFO skip step because feature "publisher_1_name" is not enabled
39812026-05-28T09:00:20.547Z[ host-image] May 28 09:00:19.130 INFO O| May 28 09:00:19.130 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39822026-05-28T09:00:20.548Z[ host-image] May 28 09:00:19.130 INFO O| May 28 09:00:19.130 INFO skip step because feature "publisher_2_name" is not enabled
39832026-05-28T09:00:20.548Z[ host-image] May 28 09:00:19.130 INFO O| May 28 09:00:19.130 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39842026-05-28T09:00:20.548Z[ host-image] May 28 09:00:19.130 INFO O| May 28 09:00:19.130 INFO skip step because feature "publisher_3_name" is not enabled
39852026-05-28T09:00:20.548Z[ host-image] May 28 09:00:19.130 INFO O| May 28 09:00:19.130 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862026-05-28T09:00:20.788Z[ host-image] May 28 09:00:19.374 INFO O| May 28 09:00:19.374 INFO variant opensolaris.zone is already global
39872026-05-28T09:00:20.788Z[ host-image] May 28 09:00:19.374 INFO O| May 28 09:00:19.374 INFO STEP 5 (pkg_change_variant) COMPLETE
39882026-05-28T09:00:20.788Z[ host-image] May 28 09:00:19.374 INFO O| May 28 09:00:19.374 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39892026-05-28T09:00:21.032Z[ host-image] May 28 09:00:19.618 INFO O| May 28 09:00:19.618 INFO variant opensolaris.imagetype is full; changing to partial
39902026-05-28T09:00:21.032Z[ host-image] May 28 09:00:19.618 INFO O| May 28 09:00:19.618 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39912026-05-28T09:00:21.518Z[ host-image] May 28 09:00:20.104 INFO O| May 28 09:00:20.104 INFO O| Startup: Refreshing catalog 'helios' ... Done
39922026-05-28T09:00:21.579Z[ host-image] May 28 09:00:20.165 INFO O| May 28 09:00:20.165 INFO O| Startup: Caching catalogs ... Done
39932026-05-28T09:00:21.582Z[ host-image] May 28 09:00:20.168 INFO O| May 28 09:00:20.167 INFO O| Planning: Planning completed in 0.00 seconds
39942026-05-28T09:00:21.582Z[ host-image] May 28 09:00:20.168 INFO O| May 28 09:00:20.168 INFO O| Planning: Consolidating action changes ... Done
39952026-05-28T09:00:21.582Z[ host-image] May 28 09:00:20.168 INFO O| May 28 09:00:20.168 INFO O| Planning: Evaluating mediators ... Done
39962026-05-28T09:00:21.582Z[ host-image] May 28 09:00:20.168 INFO O| May 28 09:00:20.168 INFO O| Planning: Planning completed in 0.00 seconds
39972026-05-28T09:00:21.585Z[ host-image] May 28 09:00:20.168 INFO O| May 28 09:00:20.168 INFO O| Variants/Facets to change: 1
39982026-05-28T09:00:21.590Z[ host-image] May 28 09:00:20.177 INFO O| May 28 09:00:20.177 INFO O| Finalize: Updating package state database ... Done
39992026-05-28T09:00:21.591Z[ host-image] May 28 09:00:20.177 INFO O| May 28 09:00:20.177 INFO O| Finalize: Updating package cache ... Done
40002026-05-28T09:00:21.602Z[ host-image] May 28 09:00:20.188 INFO O| May 28 09:00:20.188 INFO O| Finalize: Updating image state ... Done
40012026-05-28T09:00:21.605Z[ host-image] May 28 09:00:20.190 INFO O| May 28 09:00:20.190 INFO O| Finalize: Creating fast lookup database ... Done
40022026-05-28T09:00:21.605Z[ host-image] May 28 09:00:20.190 INFO O| May 28 09:00:20.190 INFO O| Finalize: Reading search index ... Done
40032026-05-28T09:00:21.605Z[ host-image] May 28 09:00:20.190 INFO O| May 28 09:00:20.190 INFO O| Finalize: Updating search index ... Done
40042026-05-28T09:00:21.607Z[ host-image] May 28 09:00:20.191 INFO O| May 28 09:00:20.191 INFO O| Finalize: Updating package cache ... Done
40052026-05-28T09:00:21.672Z[ host-image] May 28 09:00:20.258 INFO O| May 28 09:00:20.258 INFO STEP 6 (pkg_change_variant) COMPLETE
40062026-05-28T09:00:21.672Z[ host-image] May 28 09:00:20.258 INFO O| May 28 09:00:20.258 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40072026-05-28T09:00:21.675Z[ host-image] May 28 09:00:20.258 INFO O| May 28 09:00:20.258 INFO skip step because feature "debug_variant" is not enabled
40082026-05-28T09:00:21.675Z[ host-image] May 28 09:00:20.258 INFO O| May 28 09:00:20.258 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40092026-05-28T09:00:21.918Z[ host-image] May 28 09:00:20.503 INFO O| May 28 09:00:20.503 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40102026-05-28T09:00:22.394Z[ host-image] May 28 09:00:20.980 INFO O| May 28 09:00:20.980 INFO O| Startup: Refreshing catalog 'helios' ... Done
40112026-05-28T09:00:22.457Z[ host-image] May 28 09:00:21.043 INFO O| May 28 09:00:21.042 INFO O| Startup: Caching catalogs ... Done
40122026-05-28T09:00:22.460Z[ host-image] May 28 09:00:21.046 INFO O| May 28 09:00:21.045 INFO O| Planning: Planning completed in 0.00 seconds
40132026-05-28T09:00:22.460Z[ host-image] May 28 09:00:21.046 INFO O| May 28 09:00:21.046 INFO O| Planning: Consolidating action changes ... Done
40142026-05-28T09:00:22.460Z[ host-image] May 28 09:00:21.046 INFO O| May 28 09:00:21.046 INFO O| Planning: Evaluating mediators ... Done
40152026-05-28T09:00:22.460Z[ host-image] May 28 09:00:21.046 INFO O| May 28 09:00:21.046 INFO O| Planning: Planning completed in 0.00 seconds
40162026-05-28T09:00:22.461Z[ host-image] May 28 09:00:21.046 INFO O| May 28 09:00:21.046 INFO O| Variants/Facets to change: 1
40172026-05-28T09:00:22.469Z[ host-image] May 28 09:00:21.055 INFO O| May 28 09:00:21.055 INFO O| Finalize: Updating package state database ... Done
40182026-05-28T09:00:22.469Z[ host-image] May 28 09:00:21.055 INFO O| May 28 09:00:21.055 INFO O| Finalize: Updating package cache ... Done
40192026-05-28T09:00:22.480Z[ host-image] May 28 09:00:21.066 INFO O| May 28 09:00:21.066 INFO O| Finalize: Updating image state ... Done
40202026-05-28T09:00:22.483Z[ host-image] May 28 09:00:21.068 INFO O| May 28 09:00:21.068 INFO O| Finalize: Creating fast lookup database ... Done
40212026-05-28T09:00:22.483Z[ host-image] May 28 09:00:21.069 INFO O| May 28 09:00:21.069 INFO O| Finalize: Reading search index ... Done
40222026-05-28T09:00:22.484Z[ host-image] May 28 09:00:21.069 INFO O| May 28 09:00:21.069 INFO O| Finalize: Updating search index ... Done
40232026-05-28T09:00:22.484Z[ host-image] May 28 09:00:21.069 INFO O| May 28 09:00:21.069 INFO O| Finalize: Updating package cache ... Done
40242026-05-28T09:00:22.550Z[ host-image] May 28 09:00:21.136 INFO O| May 28 09:00:21.135 INFO STEP 8 (pkg_change_facet) COMPLETE
40252026-05-28T09:00:22.550Z[ host-image] May 28 09:00:21.136 INFO O| May 28 09:00:21.135 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40262026-05-28T09:00:22.553Z[ host-image] May 28 09:00:21.136 INFO O| May 28 09:00:21.136 INFO skip step because feature "recovery" is not enabled
40272026-05-28T09:00:22.553Z[ host-image] May 28 09:00:21.136 INFO O| May 28 09:00:21.136 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40282026-05-28T09:00:22.554Z[ host-image] May 28 09:00:21.136 INFO O| May 28 09:00:21.136 INFO skip step because feature "recovery" is not enabled
40292026-05-28T09:00:22.554Z[ host-image] May 28 09:00:21.136 INFO O| May 28 09:00:21.136 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-05-28T09:00:22.557Z[ host-image] May 28 09:00:21.143 INFO O| May 28 09:00:21.143 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"]
40312026-05-28T09:00:23.032Z[ host-image] May 28 09:00:21.617 INFO O| May 28 09:00:21.617 INFO O| Startup: Refreshing catalog 'helios' ... Done
40322026-05-28T09:00:23.094Z[ host-image] May 28 09:00:21.678 INFO O| May 28 09:00:21.678 INFO O| Startup: Caching catalogs ... Done
40332026-05-28T09:00:23.306Z[ host-image] May 28 09:00:21.891 INFO O| May 28 09:00:21.891 INFO O| Planning: Solver setup ... Done
40342026-05-28T09:00:23.313Z[ host-image] May 28 09:00:21.899 INFO O| May 28 09:00:21.899 INFO O| Planning: Running solver ... Done
40352026-05-28T09:00:23.318Z[ host-image] May 28 09:00:21.904 INFO O| May 28 09:00:21.904 INFO O| Planning: Finding local manifests ... Done
40362026-05-28T09:00:23.335Z[ host-image] May 28 09:00:21.921 INFO O| May 28 09:00:21.921 INFO O| Planning: Fetching manifests: 0/127 0% complete
40372026-05-28T09:00:25.332Z[ host-image] May 28 09:00:23.918 INFO O| May 28 09:00:23.918 INFO O| Planning: Fetching manifests: 127/127 100% complete
40382026-05-28T09:00:25.552Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40392026-05-28T09:00:25.735Z[ host-image] May 28 09:00:24.320 INFO O| May 28 09:00:24.320 INFO O| Planning: Package planning ... Done
40402026-05-28T09:00:26.055Z[ host-image] May 28 09:00:24.641 INFO O| May 28 09:00:24.640 INFO O| Planning: Merging actions ... Done
40412026-05-28T09:00:26.178Z[ host-image] May 28 09:00:24.764 INFO O| May 28 09:00:24.764 INFO O| Planning: Checking for conflicting actions ... Done
40422026-05-28T09:00:26.281Z[ host-image] May 28 09:00:24.867 INFO O| May 28 09:00:24.867 INFO O| Planning: Consolidating action changes ... Done
40432026-05-28T09:00:26.412Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40442026-05-28T09:00:26.456Z[ host-image] May 28 09:00:25.042 INFO O| May 28 09:00:25.042 INFO O| Planning: Evaluating mediators ... Done
40452026-05-28T09:00:27.889Z[ host-image] May 28 09:00:26.475 INFO O| May 28 09:00:26.475 INFO O| Planning: Planning completed in 4.79 seconds
40462026-05-28T09:00:27.892Z[ host-image] May 28 09:00:26.477 INFO O| May 28 09:00:26.477 INFO O| Packages to install: 127
40472026-05-28T09:00:27.892Z[ host-image] May 28 09:00:26.477 INFO O| May 28 09:00:26.477 INFO O| Mediators to change: 5
40482026-05-28T09:00:27.892Z[ host-image] May 28 09:00:26.477 INFO O| May 28 09:00:26.477 INFO O| Services to change: 6
40492026-05-28T09:00:27.920Z[ host-image] May 28 09:00:26.506 INFO O| May 28 09:00:26.506 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete
40502026-05-28T09:00:28.678Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40512026-05-28T09:00:28.681Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40522026-05-28T09:00:29.716Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40532026-05-28T09:00:30.358Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40542026-05-28T09:00:33.058Z[ host-image] May 28 09:00:31.643 INFO O| May 28 09:00:31.643 INFO O| Download: 1620/23754 items 9.7/222.1MB 4% complete (2.1M/s)
40552026-05-28T09:00:38.058Z[ host-image] May 28 09:00:36.643 INFO O| May 28 09:00:36.643 INFO O| Download: 2315/23754 items 26.8/222.1MB 12% complete (2.7M/s)
40562026-05-28T09:00:42.711Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.44s
40572026-05-28T09:00:43.060Z[ host-image] May 28 09:00:41.646 INFO O| May 28 09:00:41.645 INFO O| Download: 4688/23754 items 41.5/222.1MB 18% complete (3.2M/s)
40582026-05-28T09:00:45.303ZMay 28 09:00:43.890 INFO [recovery-package] process exited with exit status: 0 (35.168836077s)
40592026-05-28T09:00:45.303ZMay 28 09:00:43.890 INFO [recovery-stamp] running task
40602026-05-28T09:00:45.306ZMay 28 09:00:43.890 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40612026-05-28T09:00:45.306ZMay 28 09:00:43.890 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+git93671368d04
40622026-05-28T09:00:45.306ZMay 28 09:00:43.890 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git93671368d04
40632026-05-28T09:00:45.313Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40642026-05-28T09:00:45.316Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40652026-05-28T09:00:45.412Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40662026-05-28T09:00:45.415ZMay 28 09:00:44.002 INFO [stamp-installinator] process exited with exit status: 0 (111.540691ms)
40672026-05-28T09:00:45.490Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40682026-05-28T09:00:45.493ZMay 28 09:00:44.079 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (189.519549ms)
40692026-05-28T09:00:45.493ZMay 28 09:00:44.079 INFO [recovery-stamp] task succeeded (189.69976ms)
40702026-05-28T09:00:45.496ZMay 28 09:00:44.079 INFO [recovery-proto] running task
40712026-05-28T09:00:45.496ZMay 28 09:00:44.079 INFO [tuf-stamp] running task
40722026-05-28T09:00:45.496ZMay 28 09:00:44.080 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+git93671368d04
40732026-05-28T09:00:45.496ZMay 28 09:00:44.080 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+git93671368d04
40742026-05-28T09:00:45.496ZMay 28 09:00:44.081 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+git93671368d04
40752026-05-28T09:00:45.496ZMay 28 09:00:44.081 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+git93671368d04
40762026-05-28T09:00:45.496ZMay 28 09:00:44.081 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+git93671368d04
40772026-05-28T09:00:45.496ZMay 28 09:00:44.082 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+git93671368d04
40782026-05-28T09:00:45.496ZMay 28 09:00:44.082 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+git93671368d04
40792026-05-28T09:00:45.499ZMay 28 09:00:44.082 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+git93671368d04
40802026-05-28T09:00:45.499ZMay 28 09:00:44.083 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+git93671368d04
40812026-05-28T09:00:45.499ZMay 28 09:00:44.083 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+git93671368d04
40822026-05-28T09:00:45.499ZMay 28 09:00:44.084 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+git93671368d04
40832026-05-28T09:00:45.499ZMay 28 09:00:44.084 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+git93671368d04
40842026-05-28T09:00:45.506Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40852026-05-28T09:00:45.509Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40862026-05-28T09:00:45.509Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40872026-05-28T09:00:45.509Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40882026-05-28T09:00:45.509Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40892026-05-28T09:00:45.509Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40902026-05-28T09:00:45.509Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40912026-05-28T09:00:45.509Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40922026-05-28T09:00:45.509Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40932026-05-28T09:00:45.509Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40942026-05-28T09:00:45.509Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40952026-05-28T09:00:45.509Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40962026-05-28T09:00:45.528Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40972026-05-28T09:00:45.532ZMay 28 09:00:44.118 INFO [stamp-probe] process exited with exit status: 0 (38.386459ms)
40982026-05-28T09:00:45.621ZMay 28 09:00:44.207 INFO [recovery-proto] task succeeded (127.892276ms)
40992026-05-28T09:00:45.624ZMay 28 09:00:44.207 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.40.479' -P /tmp/.tmpaJfv3V/proto/recovery/root -N 'recovery 9367136/${os_short_commit} 2026-05-28 08:48' -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/'
41002026-05-28T09:00:45.628Z[ recovery-image] May 28 09:00:44.214 INFO Checking files for board 'cosmo-mbist-noaggr'
41012026-05-28T09:00:45.628Z[ recovery-image] May 28 09:00:44.214 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
41022026-05-28T09:00:45.631Z[ recovery-image] May 28 09:00:44.214 INFO Checking files for board 'gimlet'
41032026-05-28T09:00:45.631Z[ recovery-image] May 28 09:00:44.214 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41042026-05-28T09:00:45.631Z[ recovery-image] May 28 09:00:44.214 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41052026-05-28T09:00:45.631Z[ recovery-image] May 28 09:00:44.214 INFO Checking files for board 'cosmo'
41062026-05-28T09:00:45.631Z[ recovery-image] May 28 09:00:44.214 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41072026-05-28T09:00:45.631Z[ recovery-image] May 28 09:00:44.214 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
41082026-05-28T09:00:45.631Z[ recovery-image] May 28 09:00:44.214 INFO Checking files for board 'cosmo-mbist'
41092026-05-28T09:00:45.631Z[ recovery-image] May 28 09:00:44.214 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
41102026-05-28T09:00:45.638Z[ recovery-image] May 28 09:00:44.224 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaJfv3V/proto/recovery/root"
41112026-05-28T09:00:45.640Z[ recovery-image] May 28 09:00:44.224 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41122026-05-28T09:00:45.640Z[ recovery-image] May 28 09:00:44.224 INFO image builder template: ramdisk-01-os...
41132026-05-28T09:00:45.641Z[ recovery-image] May 28 09:00:44.224 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/.tmpaJfv3V/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41142026-05-28T09:00:45.654Z[ recovery-image] May 28 09:00:44.240 INFO O| May 28 09:00:44.240 INFO CREATE DATASET: rpool/images/build/recovery/output
41152026-05-28T09:00:45.895Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41162026-05-28T09:00:45.899ZMay 28 09:00:44.485 INFO [stamp-ntp] process exited with exit status: 0 (402.903106ms)
41172026-05-28T09:00:45.935Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
41182026-05-28T09:00:45.978Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41192026-05-28T09:00:46.065Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41202026-05-28T09:00:46.069ZMay 28 09:00:44.655 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (574.527108ms)
41212026-05-28T09:00:46.133Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41222026-05-28T09:00:46.135Z[ recovery-image] May 28 09:00:44.720 INFO O| May 28 09:00:44.720 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41232026-05-28T09:00:46.138ZMay 28 09:00:44.723 INFO [stamp-external-dns] process exited with exit status: 0 (640.746969ms)
41242026-05-28T09:00:46.138Z[ recovery-image] May 28 09:00:44.724 INFO O| May 28 09:00:44.724 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41252026-05-28T09:00:46.157Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41262026-05-28T09:00:46.161ZMay 28 09:00:44.748 INFO [stamp-internal-dns] process exited with exit status: 0 (667.09352ms)
41272026-05-28T09:00:46.280Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41282026-05-28T09:00:46.284ZMay 28 09:00:44.870 INFO [stamp-crucible-zone] process exited with exit status: 0 (786.580861ms)
41292026-05-28T09:00:46.530Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41302026-05-28T09:00:46.534ZMay 28 09:00:45.121 INFO [stamp-oximeter] process exited with exit status: 0 (1.037883735s)
41312026-05-28T09:00:46.775Z[ recovery-image] May 28 09:00:45.362 INFO O| May 28 09:00:45.361 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41322026-05-28T09:00:47.027Z[ recovery-image] May 28 09:00:45.613 INFO O| May 28 09:00:45.613 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41332026-05-28T09:00:47.030Z[ recovery-image] May 28 09:00:45.613 INFO O| May 28 09:00:45.613 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41342026-05-28T09:00:47.030Z[ recovery-image] May 28 09:00:45.613 INFO O| May 28 09:00:45.613 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41352026-05-28T09:00:47.030Z[ recovery-image] May 28 09:00:45.613 INFO O| May 28 09:00:45.613 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41362026-05-28T09:00:47.033Z[ recovery-image] May 28 09:00:45.620 INFO O| May 28 09:00:45.619 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41372026-05-28T09:00:47.949Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41382026-05-28T09:00:47.953ZMay 28 09:00:46.539 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.457514615s)
41392026-05-28T09:00:48.060Z[ host-image] May 28 09:00:46.646 INFO O| May 28 09:00:46.646 INFO O| Download: 6499/23754 items 47.2/222.1MB 21% complete (2.1M/s)
41402026-05-28T09:00:49.857Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41412026-05-28T09:00:49.861ZMay 28 09:00:48.448 INFO [stamp-nexus] process exited with exit status: 0 (4.365715051s)
41422026-05-28T09:00:49.873Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41432026-05-28T09:00:49.877ZMay 28 09:00:48.463 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.381957816s)
41442026-05-28T09:00:50.074Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41452026-05-28T09:00:50.079ZMay 28 09:00:48.665 INFO [stamp-clickhouse] process exited with exit status: 0 (4.581753772s)
41462026-05-28T09:00:50.092Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41472026-05-28T09:00:50.096ZMay 28 09:00:48.682 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.599497858s)
41482026-05-28T09:00:50.096ZMay 28 09:00:48.682 INFO [tuf-stamp] task succeeded (4.603155655s)
41492026-05-28T09:00:50.229Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41502026-05-28T09:00:50.458Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41512026-05-28T09:00:50.486Z[verify-libraries] Compiling stacker v0.1.23
41522026-05-28T09:00:50.486Z[verify-libraries] Compiling cfg_aliases v0.1.1
41532026-05-28T09:00:50.530Z[verify-libraries] Compiling home v0.5.12
41542026-05-28T09:00:50.553Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41552026-05-28T09:00:50.553Z[verify-libraries] Compiling nibble_vec v0.1.0
41562026-05-28T09:00:50.556Z[verify-libraries] Compiling endian-type v0.1.2
41572026-05-28T09:00:50.619Z[verify-libraries] Compiling nix v0.28.0
41582026-05-28T09:00:50.639Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41592026-05-28T09:00:50.644Z[ recovery-image] May 28 09:00:49.230 INFO O| May 28 09:00:49.230 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41602026-05-28T09:00:50.653Z[ recovery-image] May 28 09:00:49.239 INFO O| May 28 09:00:49.239 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41612026-05-28T09:00:50.658Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41622026-05-28T09:00:50.682Z[verify-libraries] Compiling winnow v0.6.26
41632026-05-28T09:00:50.685Z[verify-libraries] Compiling unicode_categories v0.1.1
41642026-05-28T09:00:50.729Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41652026-05-28T09:00:50.729Z[verify-libraries] Compiling radix_trie v0.2.1
41662026-05-28T09:00:50.814Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41672026-05-28T09:00:50.847Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41682026-05-28T09:00:50.873Z[verify-libraries] Compiling polyval v0.6.2
41692026-05-28T09:00:50.897Z[verify-libraries] Compiling ctr v0.9.2
41702026-05-28T09:00:50.921Z[verify-libraries] Compiling colored v2.2.0
41712026-05-28T09:00:50.921Z[verify-libraries] Compiling blowfish v0.9.1
41722026-05-28T09:00:50.950Z[ recovery-image] May 28 09:00:49.536 INFO O| May 28 09:00:49.536 INFO O| Caching catalogs ... Done
41732026-05-28T09:00:50.985Z[verify-libraries] Compiling ssh-encoding v0.2.0
41742026-05-28T09:00:51.029Z[verify-libraries] Compiling password-hash v0.4.2
41752026-05-28T09:00:51.042Z[ recovery-image] May 28 09:00:49.628 INFO O| May 28 09:00:49.628 INFO STEP 0 (pkg_image_create) COMPLETE
41762026-05-28T09:00:51.042Z[ recovery-image] May 28 09:00:49.628 INFO O| May 28 09:00:49.628 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41772026-05-28T09:00:51.052Z[ recovery-image] May 28 09:00:49.638 INFO O| May 28 09:00:49.638 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"]
41782026-05-28T09:00:51.132Z[verify-libraries] Compiling ghash v0.5.1
41792026-05-28T09:00:51.135Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41802026-05-28T09:00:51.200Z[verify-libraries] Compiling petname v2.0.2
41812026-05-28T09:00:51.203Z[verify-libraries] Compiling psm v0.1.30
41822026-05-28T09:00:51.248Z[verify-libraries] Compiling p521 v0.13.3
41832026-05-28T09:00:51.248Z[verify-libraries] Compiling p256 v0.13.2
41842026-05-28T09:00:51.293Z[verify-libraries] Compiling aes-gcm v0.10.3
41852026-05-28T09:00:51.293Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41862026-05-28T09:00:51.356Z[verify-libraries] Compiling pbkdf2 v0.11.0
41872026-05-28T09:00:51.368Z[ recovery-image] May 28 09:00:49.953 INFO O| May 28 09:00:49.953 INFO STEP 1 (pkg_set_publisher) COMPLETE
41882026-05-28T09:00:51.368Z[ recovery-image] May 28 09:00:49.953 INFO O| May 28 09:00:49.953 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-05-28T09:00:51.371Z[ recovery-image] May 28 09:00:49.953 INFO O| May 28 09:00:49.953 INFO skip step because feature "publisher_1_name" is not enabled
41902026-05-28T09:00:51.371Z[ recovery-image] May 28 09:00:49.953 INFO O| May 28 09:00:49.953 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912026-05-28T09:00:51.371Z[ recovery-image] May 28 09:00:49.953 INFO O| May 28 09:00:49.953 INFO skip step because feature "publisher_2_name" is not enabled
41922026-05-28T09:00:51.371Z[ recovery-image] May 28 09:00:49.953 INFO O| May 28 09:00:49.953 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932026-05-28T09:00:51.371Z[ recovery-image] May 28 09:00:49.953 INFO O| May 28 09:00:49.953 INFO skip step because feature "publisher_3_name" is not enabled
41942026-05-28T09:00:51.371Z[ recovery-image] May 28 09:00:49.953 INFO O| May 28 09:00:49.953 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952026-05-28T09:00:51.419Z[verify-libraries] Compiling md5 v0.7.0
41962026-05-28T09:00:51.484Z[verify-libraries] Compiling ssh-cipher v0.2.0
41972026-05-28T09:00:51.545Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41982026-05-28T09:00:51.600Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41992026-05-28T09:00:51.625Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
42002026-05-28T09:00:51.654Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42012026-05-28T09:00:51.697Z[ recovery-image] May 28 09:00:50.282 INFO O| May 28 09:00:50.282 INFO variant opensolaris.zone is already global
42022026-05-28T09:00:51.697Z[ recovery-image] May 28 09:00:50.282 INFO O| May 28 09:00:50.282 INFO STEP 5 (pkg_change_variant) COMPLETE
42032026-05-28T09:00:51.700Z[ recovery-image] May 28 09:00:50.282 INFO O| May 28 09:00:50.282 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42042026-05-28T09:00:51.725Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
42052026-05-28T09:00:51.751Z[verify-libraries] Compiling num-bigint v0.4.6
42062026-05-28T09:00:51.806Z[verify-libraries] Compiling ssh-key v0.6.7
42072026-05-28T09:00:51.809Z[verify-libraries] Compiling des v0.8.1
42082026-05-28T09:00:51.859Z[verify-libraries] Compiling sapling-renderdag v0.1.0
42092026-05-28T09:00:51.907Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42102026-05-28T09:00:51.972Z[verify-libraries] Compiling sync-ptr v0.1.4
42112026-05-28T09:00:51.976Z[verify-libraries] Compiling hex-literal v0.4.1
42122026-05-28T09:00:52.014Z[ recovery-image] May 28 09:00:50.600 INFO O| May 28 09:00:50.599 INFO variant opensolaris.imagetype is full; changing to partial
42132026-05-28T09:00:52.014Z[ recovery-image] May 28 09:00:50.600 INFO O| May 28 09:00:50.599 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42142026-05-28T09:00:52.168Z[verify-libraries] Compiling rustyline v14.0.0
42152026-05-28T09:00:52.200Z[verify-libraries] Compiling sqlformat v0.3.5
42162026-05-28T09:00:52.278Z[verify-libraries] Compiling recursive v0.1.1
42172026-05-28T09:00:52.301Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42182026-05-28T09:00:52.329Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42192026-05-28T09:00:52.362Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42202026-05-28T09:00:52.391Z[verify-libraries] Compiling internet-checksum v0.2.1
42212026-05-28T09:00:52.478Z[verify-libraries] Compiling sqlparser v0.61.0
42222026-05-28T09:00:52.575Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42232026-05-28T09:00:52.632Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42242026-05-28T09:00:52.637Z[ recovery-image] May 28 09:00:51.223 INFO O| May 28 09:00:51.223 INFO O| Startup: Refreshing catalog 'helios' ... Done
42252026-05-28T09:00:52.710Z[verify-libraries] Compiling git-stub v1.0.0
42262026-05-28T09:00:52.728Z[ recovery-image] May 28 09:00:51.313 INFO O| May 28 09:00:51.313 INFO O| Startup: Caching catalogs ... Done
42272026-05-28T09:00:52.733Z[ recovery-image] May 28 09:00:51.319 INFO O| May 28 09:00:51.318 INFO O| Planning: Planning completed in 0.00 seconds
42282026-05-28T09:00:52.736Z[ recovery-image] May 28 09:00:51.319 INFO O| May 28 09:00:51.319 INFO O| Planning: Consolidating action changes ... Done
42292026-05-28T09:00:52.736Z[ recovery-image] May 28 09:00:51.319 INFO O| May 28 09:00:51.319 INFO O| Planning: Evaluating mediators ... Done
42302026-05-28T09:00:52.736Z[ recovery-image] May 28 09:00:51.319 INFO O| May 28 09:00:51.319 INFO O| Planning: Planning completed in 0.00 seconds
42312026-05-28T09:00:52.736Z[ recovery-image] May 28 09:00:51.319 INFO O| May 28 09:00:51.319 INFO O| Variants/Facets to change: 1
42322026-05-28T09:00:52.744Z[ recovery-image] May 28 09:00:51.330 INFO O| May 28 09:00:51.330 INFO O| Finalize: Updating package state database ... Done
42332026-05-28T09:00:52.744Z[ recovery-image] May 28 09:00:51.330 INFO O| May 28 09:00:51.330 INFO O| Finalize: Updating package cache ... Done
42342026-05-28T09:00:52.759Z[ recovery-image] May 28 09:00:51.345 INFO O| May 28 09:00:51.345 INFO O| Finalize: Updating image state ... Done
42352026-05-28T09:00:52.786Z[ recovery-image] May 28 09:00:51.371 INFO O| May 28 09:00:51.371 INFO O| Finalize: Creating fast lookup database ... Done
42362026-05-28T09:00:52.790Z[ recovery-image] May 28 09:00:51.372 INFO O| May 28 09:00:51.372 INFO O| Finalize: Reading search index ... Done
42372026-05-28T09:00:52.790Z[ recovery-image] May 28 09:00:51.372 INFO O| May 28 09:00:51.372 INFO O| Finalize: Updating search index ... Done
42382026-05-28T09:00:52.790Z[ recovery-image] May 28 09:00:51.373 INFO O| May 28 09:00:51.373 INFO O| Finalize: Updating package cache ... Done
42392026-05-28T09:00:52.897Z[ recovery-image] May 28 09:00:51.482 INFO O| May 28 09:00:51.482 INFO STEP 6 (pkg_change_variant) COMPLETE
42402026-05-28T09:00:52.897Z[ recovery-image] May 28 09:00:51.482 INFO O| May 28 09:00:51.482 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-05-28T09:00:52.900Z[ recovery-image] May 28 09:00:51.482 INFO O| May 28 09:00:51.482 INFO skip step because feature "debug_variant" is not enabled
42422026-05-28T09:00:52.900Z[ recovery-image] May 28 09:00:51.482 INFO O| May 28 09:00:51.482 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42432026-05-28T09:00:52.979Z[verify-libraries] Compiling russh-keys v0.45.0
42442026-05-28T09:00:53.061Z[ host-image] May 28 09:00:51.646 INFO O| May 28 09:00:51.646 INFO O| Download: 7820/23754 items 60.3/222.1MB 27% complete (1.9M/s)
42452026-05-28T09:00:53.172Z[verify-libraries] Compiling diff v0.1.13
42462026-05-28T09:00:53.224Z[ recovery-image] May 28 09:00:51.809 INFO O| May 28 09:00:51.809 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42472026-05-28T09:00:53.292Z[verify-libraries] Compiling yansi v1.0.1
42482026-05-28T09:00:53.360Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42492026-05-28T09:00:53.777Z[verify-libraries] Compiling pretty_assertions v1.4.1
42502026-05-28T09:00:53.867Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42512026-05-28T09:00:54.210Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42522026-05-28T09:00:54.249Z[ recovery-image] May 28 09:00:52.835 INFO O| May 28 09:00:52.835 INFO O| Startup: Refreshing catalog 'helios' ... Done
42532026-05-28T09:00:54.381Z[verify-libraries] Compiling russh v0.45.0
42542026-05-28T09:00:54.455Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42552026-05-28T09:00:54.663Z[ recovery-image] May 28 09:00:53.249 INFO O| May 28 09:00:53.249 INFO O| Startup: Caching catalogs ... Done
42562026-05-28T09:00:54.668Z[ recovery-image] May 28 09:00:53.254 INFO O| May 28 09:00:53.254 INFO O| Planning: Planning completed in 0.00 seconds
42572026-05-28T09:00:54.671Z[ recovery-image] May 28 09:00:53.255 INFO O| May 28 09:00:53.255 INFO O| Planning: Consolidating action changes ... Done
42582026-05-28T09:00:54.672Z[ recovery-image] May 28 09:00:53.255 INFO O| May 28 09:00:53.255 INFO O| Planning: Evaluating mediators ... Done
42592026-05-28T09:00:54.672Z[ recovery-image] May 28 09:00:53.255 INFO O| May 28 09:00:53.255 INFO O| Planning: Planning completed in 0.00 seconds
42602026-05-28T09:00:54.672Z[ recovery-image] May 28 09:00:53.255 INFO O| May 28 09:00:53.255 INFO O| Variants/Facets to change: 1
42612026-05-28T09:00:54.686Z[ recovery-image] May 28 09:00:53.271 INFO O| May 28 09:00:53.271 INFO O| Finalize: Updating package state database ... Done
42622026-05-28T09:00:54.686Z[ recovery-image] May 28 09:00:53.271 INFO O| May 28 09:00:53.271 INFO O| Finalize: Updating package cache ... Done
42632026-05-28T09:00:54.699Z[ recovery-image] May 28 09:00:53.285 INFO O| May 28 09:00:53.285 INFO O| Finalize: Updating image state ... Done
42642026-05-28T09:00:54.702Z[ recovery-image] May 28 09:00:53.288 INFO O| May 28 09:00:53.287 INFO O| Finalize: Creating fast lookup database ... Done
42652026-05-28T09:00:54.702Z[ recovery-image] May 28 09:00:53.288 INFO O| May 28 09:00:53.288 INFO O| Finalize: Reading search index ... Done
42662026-05-28T09:00:54.702Z[ recovery-image] May 28 09:00:53.288 INFO O| May 28 09:00:53.288 INFO O| Finalize: Updating search index ... Done
42672026-05-28T09:00:54.705Z[ recovery-image] May 28 09:00:53.289 INFO O| May 28 09:00:53.289 INFO O| Finalize: Updating package cache ... Done
42682026-05-28T09:00:54.763Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42692026-05-28T09:00:54.808Z[ recovery-image] May 28 09:00:53.394 INFO O| May 28 09:00:53.394 INFO STEP 8 (pkg_change_facet) COMPLETE
42702026-05-28T09:00:54.808Z[ recovery-image] May 28 09:00:53.394 INFO O| May 28 09:00:53.394 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42712026-05-28T09:00:54.811Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42722026-05-28T09:00:54.881Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42732026-05-28T09:00:55.047Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42742026-05-28T09:00:55.101Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42752026-05-28T09:00:55.136Z[ recovery-image] May 28 09:00:53.721 INFO O| May 28 09:00:53.721 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42762026-05-28T09:00:55.146Z[verify-libraries] Compiling drift v0.2.0
42772026-05-28T09:00:55.373Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42782026-05-28T09:00:55.399Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42792026-05-28T09:00:55.463Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42802026-05-28T09:00:55.540Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42812026-05-28T09:00:55.815Z[ recovery-image] May 28 09:00:54.401 INFO O| May 28 09:00:54.401 INFO O| Startup: Refreshing catalog 'helios' ... Done
42822026-05-28T09:00:55.875Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42832026-05-28T09:00:55.893Z[ recovery-image] May 28 09:00:54.479 INFO O| May 28 09:00:54.479 INFO O| Startup: Caching catalogs ... Done
42842026-05-28T09:00:55.899Z[ recovery-image] May 28 09:00:54.484 INFO O| May 28 09:00:54.484 INFO O| Planning: Planning completed in 0.00 seconds
42852026-05-28T09:00:55.901Z[ recovery-image] May 28 09:00:54.485 INFO O| May 28 09:00:54.485 INFO O| Planning: Consolidating action changes ... Done
42862026-05-28T09:00:55.901Z[ recovery-image] May 28 09:00:54.485 INFO O| May 28 09:00:54.485 INFO O| Planning: Evaluating mediators ... Done
42872026-05-28T09:00:55.901Z[ recovery-image] May 28 09:00:54.485 INFO O| May 28 09:00:54.485 INFO O| Planning: Planning completed in 0.00 seconds
42882026-05-28T09:00:55.901Z[ recovery-image] May 28 09:00:54.485 INFO O| May 28 09:00:54.485 INFO O| Variants/Facets to change: 1
42892026-05-28T09:00:55.910Z[ recovery-image] May 28 09:00:54.496 INFO O| May 28 09:00:54.496 INFO O| Finalize: Updating package state database ... Done
42902026-05-28T09:00:55.910Z[ recovery-image] May 28 09:00:54.496 INFO O| May 28 09:00:54.496 INFO O| Finalize: Updating package cache ... Done
42912026-05-28T09:00:55.924Z[ recovery-image] May 28 09:00:54.510 INFO O| May 28 09:00:54.510 INFO O| Finalize: Updating image state ... Done
42922026-05-28T09:00:55.927Z[ recovery-image] May 28 09:00:54.513 INFO O| May 28 09:00:54.513 INFO O| Finalize: Creating fast lookup database ... Done
42932026-05-28T09:00:55.930Z[ recovery-image] May 28 09:00:54.513 INFO O| May 28 09:00:54.513 INFO O| Finalize: Reading search index ... Done
42942026-05-28T09:00:55.930Z[ recovery-image] May 28 09:00:54.513 INFO O| May 28 09:00:54.513 INFO O| Finalize: Updating search index ... Done
42952026-05-28T09:00:55.930Z[ recovery-image] May 28 09:00:54.514 INFO O| May 28 09:00:54.514 INFO O| Finalize: Updating package cache ... Done
42962026-05-28T09:00:55.975Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42972026-05-28T09:00:56.037Z[ recovery-image] May 28 09:00:54.621 INFO O| May 28 09:00:54.621 INFO STEP 9 (pkg_change_facet) COMPLETE
42982026-05-28T09:00:56.037Z[ recovery-image] May 28 09:00:54.621 INFO O| May 28 09:00:54.621 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42992026-05-28T09:00:56.127Z[verify-libraries] Compiling termios v0.3.3
43002026-05-28T09:00:56.355Z[ recovery-image] May 28 09:00:54.941 INFO O| May 28 09:00:54.941 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43012026-05-28T09:00:56.410Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43022026-05-28T09:00:57.232Z[ recovery-image] May 28 09:00:55.817 INFO O| May 28 09:00:55.817 INFO O| Startup: Refreshing catalog 'helios' ... Done
43032026-05-28T09:00:57.319Z[ recovery-image] May 28 09:00:55.905 INFO O| May 28 09:00:55.905 INFO O| Startup: Caching catalogs ... Done
43042026-05-28T09:00:57.325Z[ recovery-image] May 28 09:00:55.911 INFO O| May 28 09:00:55.911 INFO O| Planning: Planning completed in 0.00 seconds
43052026-05-28T09:00:57.328Z[ recovery-image] May 28 09:00:55.911 INFO O| May 28 09:00:55.911 INFO O| Planning: Consolidating action changes ... Done
43062026-05-28T09:00:57.328Z[ recovery-image] May 28 09:00:55.911 INFO O| May 28 09:00:55.911 INFO O| Planning: Evaluating mediators ... Done
43072026-05-28T09:00:57.328Z[ recovery-image] May 28 09:00:55.911 INFO O| May 28 09:00:55.911 INFO O| Planning: Planning completed in 0.00 seconds
43082026-05-28T09:00:57.328Z[ recovery-image] May 28 09:00:55.911 INFO O| May 28 09:00:55.911 INFO O| Variants/Facets to change: 1
43092026-05-28T09:00:57.337Z[ recovery-image] May 28 09:00:55.923 INFO O| May 28 09:00:55.923 INFO O| Finalize: Updating package state database ... Done
43102026-05-28T09:00:57.337Z[ recovery-image] May 28 09:00:55.923 INFO O| May 28 09:00:55.923 INFO O| Finalize: Updating package cache ... Done
43112026-05-28T09:00:57.353Z[ recovery-image] May 28 09:00:55.939 INFO O| May 28 09:00:55.939 INFO O| Finalize: Updating image state ... Done
43122026-05-28T09:00:57.356Z[ recovery-image] May 28 09:00:55.942 INFO O| May 28 09:00:55.942 INFO O| Finalize: Creating fast lookup database ... Done
43132026-05-28T09:00:57.359Z[ recovery-image] May 28 09:00:55.942 INFO O| May 28 09:00:55.942 INFO O| Finalize: Reading search index ... Done
43142026-05-28T09:00:57.359Z[ recovery-image] May 28 09:00:55.943 INFO O| May 28 09:00:55.943 INFO O| Finalize: Updating search index ... Done
43152026-05-28T09:00:57.359Z[ recovery-image] May 28 09:00:55.943 INFO O| May 28 09:00:55.943 INFO O| Finalize: Updating package cache ... Done
43162026-05-28T09:00:57.403Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43172026-05-28T09:00:57.461Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43182026-05-28T09:00:57.461Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43192026-05-28T09:00:57.471Z[ recovery-image] May 28 09:00:56.057 INFO O| May 28 09:00:56.057 INFO STEP 10 (pkg_change_facet) COMPLETE
43202026-05-28T09:00:57.472Z[ recovery-image] May 28 09:00:56.058 INFO O| May 28 09:00:56.057 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43212026-05-28T09:00:57.481Z[ recovery-image] May 28 09:00:56.067 INFO O| May 28 09:00:56.067 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"]
43222026-05-28T09:00:58.243Z[ host-image] May 28 09:00:56.829 INFO O| May 28 09:00:56.829 INFO O| Download: 8862/23754 items 77.4/222.1MB 34% complete (3.0M/s)
43232026-05-28T09:00:58.447Z[ recovery-image] May 28 09:00:57.033 INFO O| May 28 09:00:57.033 INFO O| Startup: Refreshing catalog 'helios' ... Done
43242026-05-28T09:00:58.529Z[ recovery-image] May 28 09:00:57.115 INFO O| May 28 09:00:57.115 INFO O| Startup: Caching catalogs ... Done
43252026-05-28T09:00:58.781Z[ recovery-image] May 28 09:00:57.367 INFO O| May 28 09:00:57.367 INFO O| Planning: Solver setup ... Done
43262026-05-28T09:00:58.790Z[ recovery-image] May 28 09:00:57.376 INFO O| May 28 09:00:57.376 INFO O| Planning: Running solver ... Done
43272026-05-28T09:00:58.808Z[ recovery-image] May 28 09:00:57.394 INFO O| May 28 09:00:57.394 INFO O| Planning: Finding local manifests ... Done
43282026-05-28T09:00:58.837Z[ recovery-image] May 28 09:00:57.423 INFO O| May 28 09:00:57.422 INFO O| Planning: Fetching manifests: 0/127 0% complete
43292026-05-28T09:00:59.018Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43302026-05-28T09:01:00.583Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43312026-05-28T09:01:02.565Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43322026-05-28T09:01:03.264Z[ host-image] May 28 09:01:01.849 INFO O| May 28 09:01:01.849 INFO O| Download: 10656/23754 items 92.9/222.1MB 41% complete (3.2M/s)
43332026-05-28T09:01:03.845Z[ recovery-image] May 28 09:01:02.431 INFO O| May 28 09:01:02.431 INFO O| Planning: Fetching manifests: 94/127 74% complete
43342026-05-28T09:01:04.948Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43352026-05-28T09:01:05.210Z[ recovery-image] May 28 09:01:03.796 INFO O| May 28 09:01:03.796 INFO O| Planning: Fetching manifests: 127/127 100% complete
43362026-05-28T09:01:05.624Z[ recovery-image] May 28 09:01:04.210 INFO O| May 28 09:01:04.210 INFO O| Planning: Package planning ... Done
43372026-05-28T09:01:05.852Z[ recovery-image] May 28 09:01:04.438 INFO O| May 28 09:01:04.437 INFO O| Planning: Merging actions ... Done
43382026-05-28T09:01:05.924Z[ recovery-image] May 28 09:01:04.509 INFO O| May 28 09:01:04.509 INFO O| Planning: Checking for conflicting actions ... Done
43392026-05-28T09:01:06.045Z[ recovery-image] May 28 09:01:04.630 INFO O| May 28 09:01:04.630 INFO O| Planning: Consolidating action changes ... Done
43402026-05-28T09:01:06.185Z[ recovery-image] May 28 09:01:04.771 INFO O| May 28 09:01:04.771 INFO O| Planning: Evaluating mediators ... Done
43412026-05-28T09:01:07.126Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
43422026-05-28T09:01:07.651Z[ recovery-image] May 28 09:01:06.237 INFO O| May 28 09:01:06.237 INFO O| Planning: Planning completed in 9.12 seconds
43432026-05-28T09:01:07.654Z[ recovery-image] May 28 09:01:06.239 INFO O| May 28 09:01:06.239 INFO O| Packages to install: 127
43442026-05-28T09:01:07.654Z[ recovery-image] May 28 09:01:06.239 INFO O| May 28 09:01:06.239 INFO O| Mediators to change: 5
43452026-05-28T09:01:07.654Z[ recovery-image] May 28 09:01:06.239 INFO O| May 28 09:01:06.239 INFO O| Services to change: 5
43462026-05-28T09:01:07.678Z[ recovery-image] May 28 09:01:06.264 INFO O| May 28 09:01:06.264 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete
43472026-05-28T09:01:08.464Z[ host-image] May 28 09:01:07.050 INFO O| May 28 09:01:07.050 INFO O| Download: 11957/23754 items 102.5/222.1MB 46% complete (2.5M/s)
43482026-05-28T09:01:11.118Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43492026-05-28T09:01:12.598Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43502026-05-28T09:01:12.685Z[ recovery-image] May 28 09:01:11.270 INFO O| May 28 09:01:11.270 INFO O| Download: 1111/16562 items 9.3/199.3MB 4% complete (2.1M/s)
43512026-05-28T09:01:12.742Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43522026-05-28T09:01:13.268Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43532026-05-28T09:01:13.478Z[ host-image] May 28 09:01:12.063 INFO O| May 28 09:01:12.063 INFO O| Download: 12312/23754 items 105.5/222.1MB 47% complete (1.2M/s)
43542026-05-28T09:01:15.803Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43552026-05-28T09:01:16.062Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43562026-05-28T09:01:16.184Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43572026-05-28T09:01:17.102Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43582026-05-28T09:01:17.435Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43592026-05-28T09:01:17.689Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43602026-05-28T09:01:17.829Z[ recovery-image] May 28 09:01:16.415 INFO O| May 28 09:01:16.415 INFO O| Download: 1508/16562 items 21.1/199.3MB 10% complete (2.3M/s)
43612026-05-28T09:01:17.868Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43622026-05-28T09:01:18.311Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43632026-05-28T09:01:19.436Z[ host-image] May 28 09:01:18.021 INFO O| May 28 09:01:18.021 INFO O| Download: 12871/23754 items 110.3/222.1MB 49% complete (1.1M/s)
43642026-05-28T09:01:19.449Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43652026-05-28T09:01:20.402Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43662026-05-28T09:01:20.529Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43672026-05-28T09:01:20.623Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43682026-05-28T09:01:21.359Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43692026-05-28T09:01:21.776Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43702026-05-28T09:01:22.041Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43712026-05-28T09:01:23.039Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43722026-05-28T09:01:23.195Z[ recovery-image] May 28 09:01:21.781 INFO O| May 28 09:01:21.781 INFO O| Download: 2687/16562 items 31.2/199.3MB 15% complete (2.2M/s)
43732026-05-28T09:01:23.245Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43742026-05-28T09:01:24.460Z[ host-image] May 28 09:01:23.046 INFO O| May 28 09:01:23.046 INFO O| Download: 13379/23754 items 119.1/222.1MB 53% complete (1.4M/s)
43752026-05-28T09:01:26.349Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43762026-05-28T09:01:27.717Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43772026-05-28T09:01:28.230Z[ recovery-image] May 28 09:01:26.815 INFO O| May 28 09:01:26.815 INFO O| Download: 3848/16562 items 38.9/199.3MB 19% complete (1.8M/s)
43782026-05-28T09:01:28.649Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43792026-05-28T09:01:28.808Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43802026-05-28T09:01:29.473Z[ host-image] May 28 09:01:28.059 INFO O| May 28 09:01:28.059 INFO O| Download: 14650/23754 items 119.8/222.1MB 53% complete (906k/s)
43812026-05-28T09:01:30.151Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43822026-05-28T09:01:30.418Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43832026-05-28T09:01:32.223Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43842026-05-28T09:01:32.703Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43852026-05-28T09:01:33.297Z[ recovery-image] May 28 09:01:31.882 INFO O| May 28 09:01:31.882 INFO O| Download: 4585/16562 items 43.4/199.3MB 21% complete (1.2M/s)
43862026-05-28T09:01:33.656Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43872026-05-28T09:01:35.982Z[ host-image] May 28 09:01:34.568 INFO O| May 28 09:01:34.568 INFO O| Download: 15261/23754 items 126.2/222.1MB 56% complete (655k/s)
43882026-05-28T09:01:37.146Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43892026-05-28T09:01:37.611Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43902026-05-28T09:01:38.303Z[ recovery-image] May 28 09:01:36.888 INFO O| May 28 09:01:36.888 INFO O| Download: 5908/16562 items 44.2/199.3MB 22% complete (539k/s)
43912026-05-28T09:01:40.998Z[ host-image] May 28 09:01:39.583 INFO O| May 28 09:01:39.583 INFO O| Download: 16509/23754 items 135.7/222.1MB 61% complete (1.5M/s)
43922026-05-28T09:01:41.362Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43932026-05-28T09:01:41.413Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43942026-05-28T09:01:42.164Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43952026-05-28T09:01:42.318Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43962026-05-28T09:01:43.400Z[ recovery-image] May 28 09:01:41.986 INFO O| May 28 09:01:41.985 INFO O| Download: 6065/16562 items 45.8/199.3MB 22% complete (221k/s)
43972026-05-28T09:01:44.190Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43982026-05-28T09:01:44.416Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43992026-05-28T09:01:45.323Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44002026-05-28T09:01:46.293Z[ host-image] May 28 09:01:44.879 INFO O| May 28 09:01:44.879 INFO O| Download: 17650/23754 items 148.1/222.1MB 66% complete (2.3M/s)
44012026-05-28T09:01:47.120Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44022026-05-28T09:01:48.194Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44032026-05-28T09:01:48.714Z[ recovery-image] May 28 09:01:47.300 INFO O| May 28 09:01:47.300 INFO O| Download: 6370/16562 items 56.3/199.3MB 28% complete (1.2M/s)
44042026-05-28T09:01:49.358Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44052026-05-28T09:01:50.356Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44062026-05-28T09:01:51.301Z[ host-image] May 28 09:01:49.886 INFO O| May 28 09:01:49.886 INFO O| Download: 18972/23754 items 172.7/222.1MB 77% complete (3.7M/s)
44072026-05-28T09:01:51.554Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44082026-05-28T09:01:53.691Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44092026-05-28T09:01:53.725Z[ recovery-image] May 28 09:01:52.311 INFO O| May 28 09:01:52.311 INFO O| Download: 7381/16562 items 75.1/199.3MB 37% complete (3.0M/s)
44102026-05-28T09:01:56.321Z[ host-image] May 28 09:01:54.906 INFO O| May 28 09:01:54.906 INFO O| Download: 20049/23754 items 177.1/222.1MB 79% complete (2.9M/s)
44112026-05-28T09:01:58.730Z[ recovery-image] May 28 09:01:57.315 INFO O| May 28 09:01:57.315 INFO O| Download: 8404/16562 items 85.0/199.3MB 42% complete (2.8M/s)
44122026-05-28T09:02:00.918Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44132026-05-28T09:02:01.344Z[ host-image] May 28 09:01:59.929 INFO O| May 28 09:01:59.929 INFO O| Download: 21403/23754 items 182.5/222.1MB 82% complete (1012k/s)
44142026-05-28T09:02:03.173Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44152026-05-28T09:02:03.998Z[ recovery-image] May 28 09:02:02.584 INFO O| May 28 09:02:02.584 INFO O| Download: 9194/16562 items 92.0/199.3MB 46% complete (1.7M/s)
44162026-05-28T09:02:06.488Z[ host-image] May 28 09:02:05.074 INFO O| May 28 09:02:05.074 INFO O| Download: 21852/23754 items 189.6/222.1MB 85% complete (1.3M/s)
44172026-05-28T09:02:08.355Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44182026-05-28T09:02:09.447Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44192026-05-28T09:02:09.450Z[ recovery-image] May 28 09:02:08.034 INFO O| May 28 09:02:08.034 INFO O| Download: 9459/16562 items 102.7/199.3MB 51% complete (1.9M/s)
44202026-05-28T09:02:11.013Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44212026-05-28T09:02:12.337Z[ host-image] May 28 09:02:10.923 INFO O| May 28 09:02:10.923 INFO O| Download: 22485/23754 items 199.8/222.1MB 89% complete (1.9M/s)
44222026-05-28T09:02:12.976Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44232026-05-28T09:02:14.463Z[ recovery-image] May 28 09:02:13.048 INFO O| May 28 09:02:13.048 INFO O| Download: 11066/16562 items 103.5/199.3MB 51% complete (1.1M/s)
44242026-05-28T09:02:15.368Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44252026-05-28T09:02:18.016Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44262026-05-28T09:02:18.051Z[ host-image] May 28 09:02:16.636 INFO O| May 28 09:02:16.636 INFO O| Download: 22844/23754 items 214.5/222.1MB 96% complete (2.3M/s)
44272026-05-28T09:02:19.469Z[ recovery-image] May 28 09:02:18.055 INFO O| May 28 09:02:18.055 INFO O| Download: 11923/16562 items 117.3/199.3MB 58% complete (1.5M/s)
44282026-05-28T09:02:20.836Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44292026-05-28T09:02:22.039Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44302026-05-28T09:02:22.351Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44312026-05-28T09:02:22.448Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44322026-05-28T09:02:22.773Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44332026-05-28T09:02:23.060Z[ host-image] May 28 09:02:21.645 INFO O| May 28 09:02:21.645 INFO O| Download: 23009/23754 items 216.2/222.1MB 97% complete (1.7M/s)
44342026-05-28T09:02:24.481Z[ recovery-image] May 28 09:02:23.067 INFO O| May 28 09:02:23.058 INFO O| Download: 13037/16562 items 152.3/199.3MB 76% complete (4.9M/s)
44352026-05-28T09:02:26.924Z[ host-image] May 28 09:02:25.509 INFO O| May 28 09:02:25.509 INFO O| Download: Completed 222.08 MB in 119.00 seconds (1.9M/s)
44362026-05-28T09:02:27.439Z[ host-image] May 28 09:02:26.025 INFO O| May 28 09:02:26.025 INFO O| Actions: 1/53918 actions (Installing new actions)
44372026-05-28T09:02:29.459Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44382026-05-28T09:02:29.478Z[ recovery-image] May 28 09:02:28.059 INFO O| May 28 09:02:28.058 INFO O| Download: 14366/16562 items 157.6/199.3MB 79% complete (4.1M/s)
44392026-05-28T09:02:30.578Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44402026-05-28T09:02:31.408Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44412026-05-28T09:02:32.439Z[ host-image] May 28 09:02:31.025 INFO O| May 28 09:02:31.025 INFO O| Actions: 21322/53918 actions (Installing new actions)
44422026-05-28T09:02:34.755Z[ recovery-image] May 28 09:02:33.341 INFO O| May 28 09:02:33.341 INFO O| Download: 15474/16562 items 168.3/199.3MB 84% complete (1.6M/s)
44432026-05-28T09:02:35.746Z[ host-image] May 28 09:02:34.331 INFO O| May 28 09:02:34.331 INFO O| Actions: Completed 53918 actions in 8.30 seconds.
44442026-05-28T09:02:35.884Z[ host-image] May 28 09:02:34.470 INFO O| May 28 09:02:34.470 INFO O| Finalize: Updating package state database ... Done
44452026-05-28T09:02:35.884Z[ host-image] May 28 09:02:34.470 INFO O| May 28 09:02:34.470 INFO O| Finalize: Updating package cache ... Done
44462026-05-28T09:02:35.963Z[ host-image] May 28 09:02:34.549 INFO O| May 28 09:02:34.548 INFO O| Finalize: Updating image state ... Done
44472026-05-28T09:02:36.460Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44482026-05-28T09:02:36.853Z[ host-image] May 28 09:02:35.438 INFO O| May 28 09:02:35.438 INFO O| Finalize: Creating fast lookup database ... Done
44492026-05-28T09:02:36.883Z[ host-image] May 28 09:02:35.467 INFO O| May 28 09:02:35.467 INFO O| Finalize: Reading search index ... Done
44502026-05-28T09:02:37.418Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44512026-05-28T09:02:39.758Z[ recovery-image] May 28 09:02:38.343 INFO O| May 28 09:02:38.343 INFO O| Download: 16353/16562 items 194.3/199.3MB 97% complete (3.6M/s)
44522026-05-28T09:02:39.827Z[ host-image] May 28 09:02:38.412 INFO O| May 28 09:02:38.412 INFO O| Finalize: Building new search index ... Done
44532026-05-28T09:02:40.260Z[ host-image] May 28 09:02:38.846 INFO O| May 28 09:02:38.846 INFO O| Finalize: Updating package cache ... Done
44542026-05-28T09:02:40.455Z[ host-image] May 28 09:02:39.040 INFO O| May 28 09:02:39.040 INFO STEP 11 (pkg_install) COMPLETE
44552026-05-28T09:02:40.458Z[ host-image] May 28 09:02:39.040 INFO O| May 28 09:02:39.040 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44562026-05-28T09:02:40.464Z[ host-image] May 28 09:02:39.050 INFO O| May 28 09:02:39.049 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"]
44572026-05-28T09:02:41.141Z[ recovery-image] May 28 09:02:39.726 INFO O| May 28 09:02:39.726 INFO O| Download: Completed 199.27 MB in 93.46 seconds (2.1M/s)
44582026-05-28T09:02:41.522Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44592026-05-28T09:02:42.037Z[ host-image] May 28 09:02:40.623 INFO O| May 28 09:02:40.623 INFO O| Startup: Refreshing catalog 'helios' ... Done
44602026-05-28T09:02:42.041Z[ recovery-image] May 28 09:02:40.623 INFO O| May 28 09:02:40.623 INFO O| Actions: 1/27371 actions (Installing new actions)
44612026-05-28T09:02:42.185Z[ host-image] May 28 09:02:40.771 INFO O| May 28 09:02:40.771 INFO O| Startup: Caching catalogs ... Done
44622026-05-28T09:02:42.434Z[ host-image] May 28 09:02:41.020 INFO O| May 28 09:02:41.019 INFO O| Planning: Solver setup ... Done
44632026-05-28T09:02:42.439Z[ host-image] May 28 09:02:41.025 INFO O| May 28 09:02:41.025 INFO O| Planning: Running solver ... Done
44642026-05-28T09:02:42.443Z[ host-image] May 28 09:02:41.029 INFO O| May 28 09:02:41.029 INFO O| Planning: Finding local manifests ... Done
44652026-05-28T09:02:42.484Z[ host-image] May 28 09:02:41.069 INFO O| May 28 09:02:41.069 INFO O| Planning: Fetching manifests: 0/6 0% complete
44662026-05-28T09:02:42.531Z[ host-image] May 28 09:02:41.116 INFO O| May 28 09:02:41.116 INFO O| Planning: Fetching manifests: 6/6 100% complete
44672026-05-28T09:02:42.551Z[ host-image] May 28 09:02:41.137 INFO O| May 28 09:02:41.137 INFO O| Planning: Package planning ... Done
44682026-05-28T09:02:42.554Z[ host-image] May 28 09:02:41.139 INFO O| May 28 09:02:41.139 INFO O| Planning: Merging actions ... Done
44692026-05-28T09:02:42.648Z[ host-image] May 28 09:02:41.234 INFO O| May 28 09:02:41.234 INFO O| Planning: Checking for conflicting actions ... Done
44702026-05-28T09:02:42.652Z[ host-image] May 28 09:02:41.235 INFO O| May 28 09:02:41.235 INFO O| Planning: Consolidating action changes ... Done
44712026-05-28T09:02:42.807Z[ host-image] May 28 09:02:41.393 INFO O| May 28 09:02:41.393 INFO O| Planning: Evaluating mediators ... Done
44722026-05-28T09:02:42.810Z[ host-image] May 28 09:02:41.394 INFO O| May 28 09:02:41.394 INFO O| Planning: Planning completed in 0.62 seconds
44732026-05-28T09:02:42.810Z[ host-image] May 28 09:02:41.395 INFO O| May 28 09:02:41.394 INFO O| Packages to install: 6
44742026-05-28T09:02:42.810Z[ host-image] May 28 09:02:41.395 INFO O| May 28 09:02:41.395 INFO O| Services to change: 2
44752026-05-28T09:02:42.819Z[ host-image] May 28 09:02:41.405 INFO O| May 28 09:02:41.405 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44762026-05-28T09:02:44.709Z[ host-image] May 28 09:02:43.295 INFO O| May 28 09:02:43.295 INFO O| Download: Completed 1.75 MB in 1.89 seconds (945k/s)
44772026-05-28T09:02:44.731Z[ host-image] May 28 09:02:43.316 INFO O| May 28 09:02:43.316 INFO O| Actions: 1/390 actions (Installing new actions)
44782026-05-28T09:02:44.908Z[ host-image] May 28 09:02:43.494 INFO O| May 28 09:02:43.494 INFO O| Actions: Completed 390 actions in 0.18 seconds.
44792026-05-28T09:02:44.915Z[ host-image] May 28 09:02:43.501 INFO O| May 28 09:02:43.501 INFO O| Finalize: Updating package state database ... Done
44802026-05-28T09:02:44.915Z[ host-image] May 28 09:02:43.501 INFO O| May 28 09:02:43.501 INFO O| Finalize: Updating package cache ... Done
44812026-05-28T09:02:44.936Z[ host-image] May 28 09:02:43.522 INFO O| May 28 09:02:43.522 INFO O| Finalize: Updating image state ... Done
44822026-05-28T09:02:45.978Z[ host-image] May 28 09:02:44.564 INFO O| May 28 09:02:44.564 INFO O| Finalize: Creating fast lookup database ... Done
44832026-05-28T09:02:46.017Z[ host-image] May 28 09:02:44.600 INFO O| May 28 09:02:44.600 INFO O| Finalize: Reading search index ... Done
44842026-05-28T09:02:46.017Z[ host-image] May 28 09:02:44.600 INFO O| May 28 09:02:44.600 INFO O| Finalize: Updating search index ... Done
44852026-05-28T09:02:46.042Z[ host-image] May 28 09:02:44.628 INFO O| May 28 09:02:44.628 INFO O| Finalize: Updating package cache ... Done
44862026-05-28T09:02:46.187Z[ host-image] May 28 09:02:44.773 INFO O| May 28 09:02:44.773 INFO STEP 12 (pkg_install) COMPLETE
44872026-05-28T09:02:46.187Z[ host-image] May 28 09:02:44.773 INFO O| May 28 09:02:44.773 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44882026-05-28T09:02:46.197Z[ host-image] May 28 09:02:44.783 INFO O| May 28 09:02:44.783 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44892026-05-28T09:02:47.038Z[ recovery-image] May 28 09:02:45.623 INFO O| May 28 09:02:45.623 INFO O| Actions: 21512/27371 actions (Installing new actions)
44902026-05-28T09:02:47.591Z[ host-image] May 28 09:02:46.176 INFO O| May 28 09:02:46.176 INFO O| Startup: Refreshing catalog 'helios' ... Done
44912026-05-28T09:02:47.682Z[ host-image] May 28 09:02:46.268 INFO O| May 28 09:02:46.268 INFO O| Startup: Caching catalogs ... Done
44922026-05-28T09:02:47.827Z[ host-image] May 28 09:02:46.412 INFO O| May 28 09:02:46.412 INFO O| Planning: Solver setup ... Done
44932026-05-28T09:02:47.831Z[ host-image] May 28 09:02:46.417 INFO O| May 28 09:02:46.417 INFO O| Planning: Running solver ... Done
44942026-05-28T09:02:47.836Z[ host-image] May 28 09:02:46.422 INFO O| May 28 09:02:46.422 INFO O| Planning: Finding local manifests ... Done
44952026-05-28T09:02:47.849Z[ recovery-image] May 28 09:02:46.434 INFO O| May 28 09:02:46.434 INFO O| Actions: Completed 27371 actions in 5.81 seconds.
44962026-05-28T09:02:47.892Z[ recovery-image] May 28 09:02:46.478 INFO O| May 28 09:02:46.478 INFO O| Finalize: Updating package state database ... Done
44972026-05-28T09:02:47.892Z[ recovery-image] May 28 09:02:46.478 INFO O| May 28 09:02:46.478 INFO O| Finalize: Updating package cache ... Done
44982026-05-28T09:02:47.912Z[ host-image] May 28 09:02:46.498 INFO O| May 28 09:02:46.498 INFO O| Planning: Fetching manifests: 0/6 0% complete
44992026-05-28T09:02:47.920Z[ recovery-image] May 28 09:02:46.505 INFO O| May 28 09:02:46.505 INFO O| Finalize: Updating image state ... Done
45002026-05-28T09:02:48.109Z[ host-image] May 28 09:02:46.694 INFO O| May 28 09:02:46.694 INFO O| Planning: Fetching manifests: 6/6 100% complete
45012026-05-28T09:02:48.137Z[ host-image] May 28 09:02:46.723 INFO O| May 28 09:02:46.722 INFO O| Planning: Package planning ... Done
45022026-05-28T09:02:48.145Z[ host-image] May 28 09:02:46.731 INFO O| May 28 09:02:46.731 INFO O| Planning: Merging actions ... Done
45032026-05-28T09:02:48.255Z[ host-image] May 28 09:02:46.841 INFO O| May 28 09:02:46.841 INFO O| Planning: Checking for conflicting actions ... Done
45042026-05-28T09:02:48.258Z[ host-image] May 28 09:02:46.844 INFO O| May 28 09:02:46.844 INFO O| Planning: Consolidating action changes ... Done
45052026-05-28T09:02:48.421Z[ host-image] May 28 09:02:47.006 INFO O| May 28 09:02:47.006 INFO O| Planning: Evaluating mediators ... Done
45062026-05-28T09:02:48.424Z[ host-image] May 28 09:02:47.009 INFO O| May 28 09:02:47.009 INFO O| Planning: Planning completed in 0.74 seconds
45072026-05-28T09:02:48.427Z[ host-image] May 28 09:02:47.010 INFO O| May 28 09:02:47.010 INFO O| Packages to install: 6
45082026-05-28T09:02:48.427Z[ host-image] May 28 09:02:47.010 INFO O| May 28 09:02:47.010 INFO O| Mediators to change: 1
45092026-05-28T09:02:48.427Z[ host-image] May 28 09:02:47.010 INFO O| May 28 09:02:47.010 INFO O| Services to change: 1
45102026-05-28T09:02:48.435Z[ host-image] May 28 09:02:47.021 INFO O| May 28 09:02:47.021 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
45112026-05-28T09:02:48.611Z[ recovery-image] May 28 09:02:47.197 INFO O| May 28 09:02:47.197 INFO O| Finalize: Creating fast lookup database ... Done
45122026-05-28T09:02:48.627Z[ recovery-image] May 28 09:02:47.213 INFO O| May 28 09:02:47.213 INFO O| Finalize: Reading search index ... Done
45132026-05-28T09:02:50.698Z[ recovery-image] May 28 09:02:49.283 INFO O| May 28 09:02:49.283 INFO O| Finalize: Building new search index ... Done
45142026-05-28T09:02:51.006Z[ recovery-image] May 28 09:02:49.571 INFO O| May 28 09:02:49.571 INFO O| Finalize: Updating package cache ... Done
45152026-05-28T09:02:51.111Z[ recovery-image] May 28 09:02:49.697 INFO O| May 28 09:02:49.697 INFO STEP 11 (pkg_install) COMPLETE
45162026-05-28T09:02:51.111Z[ recovery-image] May 28 09:02:49.697 INFO O| May 28 09:02:49.697 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45172026-05-28T09:02:51.111Z[ recovery-image] May 28 09:02:49.697 INFO O| May 28 09:02:49.697 INFO skip step because feature "recovery" is enabled
45182026-05-28T09:02:51.115Z[ recovery-image] May 28 09:02:49.697 INFO O| May 28 09:02:49.697 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45192026-05-28T09:02:51.115Z[ recovery-image] May 28 09:02:49.697 INFO O| May 28 09:02:49.697 INFO skip step because feature "omicron1" is not enabled
45202026-05-28T09:02:51.115Z[ recovery-image] May 28 09:02:49.697 INFO O| May 28 09:02:49.697 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45212026-05-28T09:02:51.121Z[ recovery-image] May 28 09:02:49.707 INFO O| May 28 09:02:49.707 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45222026-05-28T09:02:52.152Z[ recovery-image] May 28 09:02:50.738 INFO O| May 28 09:02:50.738 INFO O| Startup: Refreshing catalog 'helios' ... Done
45232026-05-28T09:02:52.241Z[ recovery-image] May 28 09:02:50.827 INFO O| May 28 09:02:50.827 INFO O| Startup: Caching catalogs ... Done
45242026-05-28T09:02:52.390Z[ recovery-image] May 28 09:02:50.975 INFO O| May 28 09:02:50.975 INFO O| Planning: Solver setup ... Done
45252026-05-28T09:02:52.394Z[ recovery-image] May 28 09:02:50.980 INFO O| May 28 09:02:50.980 INFO O| Planning: Running solver ... Done
45262026-05-28T09:02:52.398Z[ recovery-image] May 28 09:02:50.984 INFO O| May 28 09:02:50.984 INFO O| Planning: Finding local manifests ... Done
45272026-05-28T09:02:52.442Z[ recovery-image] May 28 09:02:51.028 INFO O| May 28 09:02:51.028 INFO O| Planning: Fetching manifests: 0/1 0% complete
45282026-05-28T09:02:52.464Z[ recovery-image] May 28 09:02:51.050 INFO O| May 28 09:02:51.050 INFO O| Planning: Fetching manifests: 1/1 100% complete
45292026-05-28T09:02:52.488Z[ recovery-image] May 28 09:02:51.073 INFO O| May 28 09:02:51.073 INFO O| Planning: Package planning ... Done
45302026-05-28T09:02:52.488Z[ recovery-image] May 28 09:02:51.074 INFO O| May 28 09:02:51.074 INFO O| Planning: Merging actions ... Done
45312026-05-28T09:02:52.521Z[ recovery-image] May 28 09:02:51.107 INFO O| May 28 09:02:51.107 INFO O| Planning: Checking for conflicting actions ... Done
45322026-05-28T09:02:52.524Z[ recovery-image] May 28 09:02:51.107 INFO O| May 28 09:02:51.107 INFO O| Planning: Consolidating action changes ... Done
45332026-05-28T09:02:52.615Z[ recovery-image] May 28 09:02:51.200 INFO O| May 28 09:02:51.200 INFO O| Planning: Evaluating mediators ... Done
45342026-05-28T09:02:52.618Z[ recovery-image] May 28 09:02:51.201 INFO O| May 28 09:02:51.201 INFO O| Planning: Planning completed in 0.37 seconds
45352026-05-28T09:02:52.618Z[ recovery-image] May 28 09:02:51.201 INFO O| May 28 09:02:51.201 INFO O| Packages to install: 1
45362026-05-28T09:02:52.627Z[ recovery-image] May 28 09:02:51.213 INFO O| May 28 09:02:51.212 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45372026-05-28T09:02:52.679Z[ host-image] May 28 09:02:51.264 INFO O| May 28 09:02:51.264 INFO O| Download: Completed 7.84 MB in 4.24 seconds (1.9M/s)
45382026-05-28T09:02:52.727Z[ host-image] May 28 09:02:51.313 INFO O| May 28 09:02:51.313 INFO O| Actions: 1/1366 actions (Installing new actions)
45392026-05-28T09:02:52.968Z[ host-image] May 28 09:02:51.554 INFO O| May 28 09:02:51.554 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
45402026-05-28T09:02:52.977Z[ host-image] May 28 09:02:51.563 INFO O| May 28 09:02:51.562 INFO O| Finalize: Updating package state database ... Done
45412026-05-28T09:02:52.977Z[ host-image] May 28 09:02:51.563 INFO O| May 28 09:02:51.562 INFO O| Finalize: Updating package cache ... Done
45422026-05-28T09:02:52.998Z[ host-image] May 28 09:02:51.583 INFO O| May 28 09:02:51.583 INFO O| Finalize: Updating image state ... Done
45432026-05-28T09:02:53.371Z[ recovery-image] May 28 09:02:51.957 INFO O| May 28 09:02:51.957 INFO O| Download: Completed 12.63 MB in 0.74 seconds (17.0M/s)
45442026-05-28T09:02:53.410Z[ recovery-image] May 28 09:02:51.996 INFO O| May 28 09:02:51.996 INFO O| Actions: 1/22 actions (Installing new actions)
45452026-05-28T09:02:53.618Z[ recovery-image] May 28 09:02:52.203 INFO O| May 28 09:02:52.203 INFO O| Actions: Completed 22 actions in 0.21 seconds.
45462026-05-28T09:02:53.626Z[ recovery-image] May 28 09:02:52.212 INFO O| May 28 09:02:52.212 INFO O| Finalize: Updating package state database ... Done
45472026-05-28T09:02:53.626Z[ recovery-image] May 28 09:02:52.212 INFO O| May 28 09:02:52.212 INFO O| Finalize: Updating package cache ... Done
45482026-05-28T09:02:53.646Z[ recovery-image] May 28 09:02:52.232 INFO O| May 28 09:02:52.232 INFO O| Finalize: Updating image state ... Done
45492026-05-28T09:02:53.908Z[ host-image] May 28 09:02:52.494 INFO O| May 28 09:02:52.494 INFO O| Finalize: Creating fast lookup database ... Done
45502026-05-28T09:02:53.936Z[ host-image] May 28 09:02:52.522 INFO O| May 28 09:02:52.522 INFO O| Finalize: Reading search index ... Done
45512026-05-28T09:02:53.936Z[ host-image] May 28 09:02:52.522 INFO O| May 28 09:02:52.522 INFO O| Finalize: Updating search index ... Done
45522026-05-28T09:02:53.970Z[ host-image] May 28 09:02:52.556 INFO O| May 28 09:02:52.556 INFO O| Finalize: Updating package cache ... Done
45532026-05-28T09:02:54.149Z[ host-image] May 28 09:02:52.735 INFO O| May 28 09:02:52.735 INFO STEP 13 (pkg_install) COMPLETE
45542026-05-28T09:02:54.149Z[ host-image] May 28 09:02:52.735 INFO O| May 28 09:02:52.735 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45552026-05-28T09:02:54.160Z[ host-image] May 28 09:02:52.745 INFO O| May 28 09:02:52.745 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45562026-05-28T09:02:54.373Z[ recovery-image] May 28 09:02:52.959 INFO O| May 28 09:02:52.959 INFO O| Finalize: Creating fast lookup database ... Done
45572026-05-28T09:02:54.389Z[ recovery-image] May 28 09:02:52.975 INFO O| May 28 09:02:52.975 INFO O| Finalize: Reading search index ... Done
45582026-05-28T09:02:54.389Z[ recovery-image] May 28 09:02:52.975 INFO O| May 28 09:02:52.975 INFO O| Finalize: Updating search index ... Done
45592026-05-28T09:02:54.401Z[ recovery-image] May 28 09:02:52.987 INFO O| May 28 09:02:52.987 INFO O| Finalize: Updating package cache ... Done
45602026-05-28T09:02:54.532Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO STEP 14 (pkg_install) COMPLETE
45612026-05-28T09:02:54.532Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45622026-05-28T09:02:54.532Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO skip step because feature "mbist" is not enabled
45632026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45642026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO skip step because feature "mfg" is not enabled
45652026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45662026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO skip step because feature "compliance" is not enabled
45672026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45682026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO skip step because feature "stress" is not enabled
45692026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45702026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO skip step because feature "compliance" is not enabled
45712026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45722026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO skip step because feature "nfs" is not enabled
45732026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45742026-05-28T09:02:54.536Z[ recovery-image] May 28 09:02:53.118 INFO O| May 28 09:02:53.118 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45752026-05-28T09:02:54.610Z[ recovery-image] May 28 09:02:53.196 INFO O| May 28 09:02:53.195 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45762026-05-28T09:02:54.893Z[ recovery-image] May 28 09:02:53.479 INFO O| May 28 09:02:53.479 INFO completed processing sled/ramdisk-01-os
45772026-05-28T09:02:54.896Z[ recovery-image] May 28 09:02:53.482 INFO image builder template: ramdisk-02-trim...
45782026-05-28T09:02:54.896Z[ recovery-image] May 28 09:02:53.482 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/.tmpaJfv3V/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None
45792026-05-28T09:02:54.920Z[ recovery-image] May 28 09:02:53.505 INFO O| May 28 09:02:53.505 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45802026-05-28T09:02:54.924Z[ recovery-image] May 28 09:02:53.510 INFO O| May 28 09:02:53.510 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45812026-05-28T09:02:55.051Z[ recovery-image] May 28 09:02:53.637 INFO O| May 28 09:02:53.637 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45822026-05-28T09:02:55.179Z[ recovery-image] May 28 09:02:53.765 INFO O| May 28 09:02:53.765 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45832026-05-28T09:02:55.179Z[ recovery-image] May 28 09:02:53.765 INFO O| May 28 09:02:53.765 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45842026-05-28T09:02:55.184Z[ recovery-image] May 28 09:02:53.770 INFO O| May 28 09:02:53.770 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45852026-05-28T09:02:55.188Z[ recovery-image] May 28 09:02:53.774 INFO O| May 28 09:02:53.774 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45862026-05-28T09:02:55.196Z[ recovery-image] May 28 09:02:53.779 INFO O| May 28 09:02:53.779 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45872026-05-28T09:02:55.750Z[ host-image] May 28 09:02:54.335 INFO O| May 28 09:02:54.335 INFO O| Startup: Refreshing catalog 'helios' ... Done
45882026-05-28T09:02:55.818Z[ recovery-image] May 28 09:02:54.404 INFO O| May 28 09:02:54.404 INFO rolled back to input snapshot; work may begin
45892026-05-28T09:02:55.818Z[ recovery-image] May 28 09:02:54.404 INFO O| May 28 09:02:54.404 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45902026-05-28T09:02:55.823Z[ recovery-image] May 28 09:02:54.409 INFO O| May 28 09:02:54.409 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-05-28T09:02:55.832Z[ recovery-image] May 28 09:02:54.418 INFO O| May 28 09:02:54.418 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45922026-05-28T09:02:55.857Z[ host-image] May 28 09:02:54.443 INFO O| May 28 09:02:54.443 INFO O| Startup: Caching catalogs ... Done
45932026-05-28T09:02:55.873Z[ recovery-image] May 28 09:02:54.458 INFO O| May 28 09:02:54.458 INFO STEP 0 (remove_files) COMPLETE
45942026-05-28T09:02:55.873Z[ recovery-image] May 28 09:02:54.458 INFO O| May 28 09:02:54.458 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-05-28T09:02:55.883Z[ recovery-image] May 28 09:02:54.469 INFO O| May 28 09:02:54.469 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45962026-05-28T09:02:55.885Z[ recovery-image] May 28 09:02:54.470 INFO O| May 28 09:02:54.470 INFO STEP 1 (remove_files) COMPLETE
45972026-05-28T09:02:55.885Z[ recovery-image] May 28 09:02:54.470 INFO O| May 28 09:02:54.470 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-05-28T09:02:55.893Z[ recovery-image] May 28 09:02:54.479 INFO O| May 28 09:02:54.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45992026-05-28T09:02:55.906Z[ recovery-image] May 28 09:02:54.492 INFO O| May 28 09:02:54.492 INFO STEP 2 (remove_files) COMPLETE
46002026-05-28T09:02:55.906Z[ recovery-image] May 28 09:02:54.492 INFO O| May 28 09:02:54.492 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-05-28T09:02:55.916Z[ recovery-image] May 28 09:02:54.502 INFO O| May 28 09:02:54.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46022026-05-28T09:02:55.919Z[ recovery-image] May 28 09:02:54.504 INFO O| May 28 09:02:54.504 INFO STEP 3 (remove_files) COMPLETE
46032026-05-28T09:02:55.919Z[ recovery-image] May 28 09:02:54.504 INFO O| May 28 09:02:54.504 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-05-28T09:02:55.927Z[ recovery-image] May 28 09:02:54.513 INFO O| May 28 09:02:54.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46052026-05-28T09:02:55.930Z[ recovery-image] May 28 09:02:54.517 INFO O| May 28 09:02:54.517 INFO STEP 4 (remove_files) COMPLETE
46062026-05-28T09:02:55.931Z[ recovery-image] May 28 09:02:54.517 INFO O| May 28 09:02:54.517 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-05-28T09:02:55.940Z[ recovery-image] May 28 09:02:54.526 INFO O| May 28 09:02:54.526 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46082026-05-28T09:02:55.940Z[ recovery-image] May 28 09:02:54.526 INFO O| May 28 09:02:54.526 INFO STEP 5 (remove_files) COMPLETE
46092026-05-28T09:02:55.940Z[ recovery-image] May 28 09:02:54.526 INFO O| May 28 09:02:54.526 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-05-28T09:02:55.948Z[ recovery-image] May 28 09:02:54.534 INFO O| May 28 09:02:54.534 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46112026-05-28T09:02:55.960Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO STEP 6 (remove_files) COMPLETE
46122026-05-28T09:02:55.960Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-05-28T09:02:55.960Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO skip step because feature "heliosv2" is not enabled
46142026-05-28T09:02:55.963Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-05-28T09:02:55.963Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO skip step because feature "recovery" is enabled
46162026-05-28T09:02:55.963Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46172026-05-28T09:02:55.963Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO skip step because feature "recovery" is enabled
46182026-05-28T09:02:55.963Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-05-28T09:02:55.963Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO skip step because feature "recovery" is enabled
46202026-05-28T09:02:55.963Z[ recovery-image] May 28 09:02:54.546 INFO O| May 28 09:02:54.546 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-05-28T09:02:55.970Z[ recovery-image] May 28 09:02:54.556 INFO O| May 28 09:02:54.556 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46222026-05-28T09:02:55.973Z[ recovery-image] May 28 09:02:54.559 INFO O| May 28 09:02:54.559 INFO STEP 11 (remove_files) COMPLETE
46232026-05-28T09:02:55.973Z[ recovery-image] May 28 09:02:54.559 INFO O| May 28 09:02:54.559 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-05-28T09:02:55.983Z[ recovery-image] May 28 09:02:54.569 INFO O| May 28 09:02:54.569 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46252026-05-28T09:02:55.986Z[ recovery-image] May 28 09:02:54.570 INFO O| May 28 09:02:54.570 INFO STEP 12 (remove_files) COMPLETE
46262026-05-28T09:02:55.986Z[ recovery-image] May 28 09:02:54.570 INFO O| May 28 09:02:54.570 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-05-28T09:02:55.993Z[ recovery-image] May 28 09:02:54.579 INFO O| May 28 09:02:54.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46282026-05-28T09:02:55.993Z[ host-image] May 28 09:02:54.579 INFO O| May 28 09:02:54.579 INFO O| Planning: Solver setup ... Done
46292026-05-28T09:02:55.996Z[ recovery-image] May 28 09:02:54.580 INFO O| May 28 09:02:54.580 INFO STEP 13 (remove_files) COMPLETE
46302026-05-28T09:02:55.996Z[ recovery-image] May 28 09:02:54.580 INFO O| May 28 09:02:54.580 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-05-28T09:02:55.999Z[ host-image] May 28 09:02:54.584 INFO O| May 28 09:02:54.584 INFO O| Planning: Running solver ... Done
46322026-05-28T09:02:56.002Z[ host-image] May 28 09:02:54.588 INFO O| May 28 09:02:54.588 INFO O| Planning: Finding local manifests ... Done
46332026-05-28T09:02:56.012Z[ recovery-image] May 28 09:02:54.598 INFO O| May 28 09:02:54.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46342026-05-28T09:02:56.012Z[ recovery-image] May 28 09:02:54.599 INFO O| May 28 09:02:54.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46352026-05-28T09:02:56.104Z[ host-image] May 28 09:02:54.690 INFO O| May 28 09:02:54.690 INFO O| Planning: Fetching manifests: 0/1 0% complete
46362026-05-28T09:02:56.138Z[ host-image] May 28 09:02:54.724 INFO O| May 28 09:02:54.724 INFO O| Planning: Fetching manifests: 1/1 100% complete
46372026-05-28T09:02:56.168Z[ recovery-image] May 28 09:02:54.753 INFO O| May 28 09:02:54.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46382026-05-28T09:02:56.171Z[ recovery-image] May 28 09:02:54.755 INFO O| May 28 09:02:54.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46392026-05-28T09:02:56.180Z[ recovery-image] May 28 09:02:54.766 INFO O| May 28 09:02:54.766 INFO STEP 14 (remove_files) COMPLETE
46402026-05-28T09:02:56.180Z[ recovery-image] May 28 09:02:54.766 INFO O| May 28 09:02:54.766 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412026-05-28T09:02:56.187Z[ host-image] May 28 09:02:54.773 INFO O| May 28 09:02:54.773 INFO O| Planning: Package planning ... Done
46422026-05-28T09:02:56.187Z[ host-image] May 28 09:02:54.773 INFO O| May 28 09:02:54.773 INFO O| Planning: Merging actions ... Done
46432026-05-28T09:02:56.190Z[ recovery-image] May 28 09:02:54.776 INFO O| May 28 09:02:54.776 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46442026-05-28T09:02:56.193Z[ recovery-image] May 28 09:02:54.777 INFO O| May 28 09:02:54.777 INFO STEP 15 (remove_files) COMPLETE
46452026-05-28T09:02:56.193Z[ recovery-image] May 28 09:02:54.777 INFO O| May 28 09:02:54.777 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-28T09:02:56.201Z[ recovery-image] May 28 09:02:54.786 INFO O| May 28 09:02:54.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46472026-05-28T09:02:56.206Z[ recovery-image] May 28 09:02:54.792 INFO O| May 28 09:02:54.792 INFO STEP 16 (remove_files) COMPLETE
46482026-05-28T09:02:56.206Z[ recovery-image] May 28 09:02:54.792 INFO O| May 28 09:02:54.792 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-05-28T09:02:56.216Z[ recovery-image] May 28 09:02:54.802 INFO O| May 28 09:02:54.802 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46502026-05-28T09:02:56.219Z[ recovery-image] May 28 09:02:54.802 INFO O| May 28 09:02:54.802 INFO STEP 17 (remove_files) COMPLETE
46512026-05-28T09:02:56.219Z[ recovery-image] May 28 09:02:54.802 INFO O| May 28 09:02:54.802 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-05-28T09:02:56.230Z[ recovery-image] May 28 09:02:54.812 INFO O| May 28 09:02:54.812 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46532026-05-28T09:02:56.230Z[ recovery-image] May 28 09:02:54.814 INFO O| May 28 09:02:54.814 INFO STEP 18 (remove_files) COMPLETE
46542026-05-28T09:02:56.230Z[ recovery-image] May 28 09:02:54.814 INFO O| May 28 09:02:54.814 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-05-28T09:02:56.238Z[ recovery-image] May 28 09:02:54.824 INFO O| May 28 09:02:54.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46562026-05-28T09:02:56.238Z[ recovery-image] May 28 09:02:54.824 INFO O| May 28 09:02:54.824 INFO STEP 19 (remove_files) COMPLETE
46572026-05-28T09:02:56.238Z[ recovery-image] May 28 09:02:54.824 INFO O| May 28 09:02:54.824 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-05-28T09:02:56.248Z[ recovery-image] May 28 09:02:54.834 INFO O| May 28 09:02:54.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46592026-05-28T09:02:56.248Z[ recovery-image] May 28 09:02:54.834 INFO O| May 28 09:02:54.834 INFO STEP 20 (remove_files) COMPLETE
46602026-05-28T09:02:56.251Z[ recovery-image] May 28 09:02:54.834 INFO O| May 28 09:02:54.834 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-05-28T09:02:56.259Z[ recovery-image] May 28 09:02:54.845 INFO O| May 28 09:02:54.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46622026-05-28T09:02:56.259Z[ recovery-image] May 28 09:02:54.845 INFO O| May 28 09:02:54.845 INFO STEP 21 (remove_files) COMPLETE
46632026-05-28T09:02:56.259Z[ recovery-image] May 28 09:02:54.845 INFO O| May 28 09:02:54.845 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-05-28T09:02:56.269Z[ recovery-image] May 28 09:02:54.855 INFO O| May 28 09:02:54.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46652026-05-28T09:02:56.269Z[ recovery-image] May 28 09:02:54.855 INFO O| May 28 09:02:54.855 INFO STEP 22 (remove_files) COMPLETE
46662026-05-28T09:02:56.269Z[ recovery-image] May 28 09:02:54.855 INFO O| May 28 09:02:54.855 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-05-28T09:02:56.272Z[ host-image] May 28 09:02:54.856 INFO O| May 28 09:02:54.856 INFO O| Planning: Checking for conflicting actions ... Done
46682026-05-28T09:02:56.272Z[ host-image] May 28 09:02:54.856 INFO O| May 28 09:02:54.856 INFO O| Planning: Consolidating action changes ... Done
46692026-05-28T09:02:56.279Z[ recovery-image] May 28 09:02:54.865 INFO O| May 28 09:02:54.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46702026-05-28T09:02:56.279Z[ recovery-image] May 28 09:02:54.865 INFO O| May 28 09:02:54.865 INFO STEP 23 (remove_files) COMPLETE
46712026-05-28T09:02:56.281Z[ recovery-image] May 28 09:02:54.865 INFO O| May 28 09:02:54.865 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-05-28T09:02:56.288Z[ recovery-image] May 28 09:02:54.874 INFO O| May 28 09:02:54.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46732026-05-28T09:02:56.288Z[ recovery-image] May 28 09:02:54.874 INFO O| May 28 09:02:54.874 INFO STEP 24 (remove_files) COMPLETE
46742026-05-28T09:02:56.288Z[ recovery-image] May 28 09:02:54.874 INFO O| May 28 09:02:54.874 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-05-28T09:02:56.297Z[ recovery-image] May 28 09:02:54.883 INFO O| May 28 09:02:54.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46762026-05-28T09:02:56.297Z[ recovery-image] May 28 09:02:54.883 INFO O| May 28 09:02:54.883 INFO STEP 25 (remove_files) COMPLETE
46772026-05-28T09:02:56.297Z[ recovery-image] May 28 09:02:54.883 INFO O| May 28 09:02:54.883 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-05-28T09:02:56.307Z[ recovery-image] May 28 09:02:54.893 INFO O| May 28 09:02:54.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46792026-05-28T09:02:56.307Z[ recovery-image] May 28 09:02:54.893 INFO O| May 28 09:02:54.893 INFO STEP 26 (remove_files) COMPLETE
46802026-05-28T09:02:56.310Z[ recovery-image] May 28 09:02:54.893 INFO O| May 28 09:02:54.893 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-05-28T09:02:56.316Z[ recovery-image] May 28 09:02:54.902 INFO O| May 28 09:02:54.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46822026-05-28T09:02:56.316Z[ recovery-image] May 28 09:02:54.902 INFO O| May 28 09:02:54.902 INFO STEP 27 (remove_files) COMPLETE
46832026-05-28T09:02:56.316Z[ recovery-image] May 28 09:02:54.902 INFO O| May 28 09:02:54.902 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-05-28T09:02:56.326Z[ recovery-image] May 28 09:02:54.912 INFO O| May 28 09:02:54.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46852026-05-28T09:02:56.326Z[ recovery-image] May 28 09:02:54.912 INFO O| May 28 09:02:54.912 INFO STEP 28 (remove_files) COMPLETE
46862026-05-28T09:02:56.329Z[ recovery-image] May 28 09:02:54.912 INFO O| May 28 09:02:54.912 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-05-28T09:02:56.335Z[ recovery-image] May 28 09:02:54.921 INFO O| May 28 09:02:54.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46882026-05-28T09:02:56.335Z[ recovery-image] May 28 09:02:54.921 INFO O| May 28 09:02:54.921 INFO STEP 29 (remove_files) COMPLETE
46892026-05-28T09:02:56.335Z[ recovery-image] May 28 09:02:54.921 INFO O| May 28 09:02:54.921 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-05-28T09:02:56.344Z[ recovery-image] May 28 09:02:54.930 INFO O| May 28 09:02:54.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46912026-05-28T09:02:56.344Z[ recovery-image] May 28 09:02:54.930 INFO O| May 28 09:02:54.930 INFO STEP 30 (remove_files) COMPLETE
46922026-05-28T09:02:56.344Z[ recovery-image] May 28 09:02:54.930 INFO O| May 28 09:02:54.930 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-05-28T09:02:56.353Z[ recovery-image] May 28 09:02:54.939 INFO O| May 28 09:02:54.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46942026-05-28T09:02:56.353Z[ recovery-image] May 28 09:02:54.939 INFO O| May 28 09:02:54.939 INFO STEP 31 (remove_files) COMPLETE
46952026-05-28T09:02:56.353Z[ recovery-image] May 28 09:02:54.939 INFO O| May 28 09:02:54.939 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-05-28T09:02:56.362Z[ recovery-image] May 28 09:02:54.948 INFO O| May 28 09:02:54.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46972026-05-28T09:02:56.363Z[ recovery-image] May 28 09:02:54.948 INFO O| May 28 09:02:54.948 INFO STEP 32 (remove_files) COMPLETE
46982026-05-28T09:02:56.363Z[ recovery-image] May 28 09:02:54.948 INFO O| May 28 09:02:54.948 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-05-28T09:02:56.372Z[ recovery-image] May 28 09:02:54.958 INFO O| May 28 09:02:54.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47002026-05-28T09:02:56.372Z[ recovery-image] May 28 09:02:54.958 INFO O| May 28 09:02:54.958 INFO STEP 33 (remove_files) COMPLETE
47012026-05-28T09:02:56.375Z[ recovery-image] May 28 09:02:54.958 INFO O| May 28 09:02:54.958 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-05-28T09:02:56.381Z[ recovery-image] May 28 09:02:54.967 INFO O| May 28 09:02:54.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47032026-05-28T09:02:56.381Z[ recovery-image] May 28 09:02:54.967 INFO O| May 28 09:02:54.967 INFO STEP 34 (remove_files) COMPLETE
47042026-05-28T09:02:56.384Z[ recovery-image] May 28 09:02:54.967 INFO O| May 28 09:02:54.967 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-05-28T09:02:56.390Z[ recovery-image] May 28 09:02:54.976 INFO O| May 28 09:02:54.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47062026-05-28T09:02:56.390Z[ recovery-image] May 28 09:02:54.976 INFO O| May 28 09:02:54.976 INFO STEP 35 (remove_files) COMPLETE
47072026-05-28T09:02:56.390Z[ recovery-image] May 28 09:02:54.976 INFO O| May 28 09:02:54.976 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-05-28T09:02:56.400Z[ recovery-image] May 28 09:02:54.986 INFO O| May 28 09:02:54.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47092026-05-28T09:02:56.400Z[ recovery-image] May 28 09:02:54.986 INFO O| May 28 09:02:54.986 INFO STEP 36 (remove_files) COMPLETE
47102026-05-28T09:02:56.403Z[ recovery-image] May 28 09:02:54.986 INFO O| May 28 09:02:54.986 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-05-28T09:02:56.405Z[ host-image] May 28 09:02:54.991 INFO O| May 28 09:02:54.991 INFO O| Planning: Evaluating mediators ... Done
47122026-05-28T09:02:56.405Z[ host-image] May 28 09:02:54.991 INFO O| May 28 09:02:54.991 INFO O| Planning: Planning completed in 0.54 seconds
47132026-05-28T09:02:56.406Z[ host-image] May 28 09:02:54.992 INFO O| May 28 09:02:54.992 INFO O| Packages to install: 1
47142026-05-28T09:02:56.409Z[ recovery-image] May 28 09:02:54.995 INFO O| May 28 09:02:54.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47152026-05-28T09:02:56.409Z[ recovery-image] May 28 09:02:54.995 INFO O| May 28 09:02:54.995 INFO STEP 37 (remove_files) COMPLETE
47162026-05-28T09:02:56.409Z[ recovery-image] May 28 09:02:54.995 INFO O| May 28 09:02:54.995 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-05-28T09:02:56.416Z[ host-image] May 28 09:02:55.002 INFO O| May 28 09:02:55.002 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
47182026-05-28T09:02:56.419Z[ recovery-image] May 28 09:02:55.005 INFO O| May 28 09:02:55.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47192026-05-28T09:02:56.419Z[ recovery-image] May 28 09:02:55.005 INFO O| May 28 09:02:55.005 INFO STEP 38 (remove_files) COMPLETE
47202026-05-28T09:02:56.419Z[ recovery-image] May 28 09:02:55.005 INFO O| May 28 09:02:55.005 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-05-28T09:02:56.430Z[ recovery-image] May 28 09:02:55.016 INFO O| May 28 09:02:55.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47222026-05-28T09:02:56.430Z[ recovery-image] May 28 09:02:55.016 INFO O| May 28 09:02:55.016 INFO STEP 39 (remove_files) COMPLETE
47232026-05-28T09:02:56.430Z[ recovery-image] May 28 09:02:55.016 INFO O| May 28 09:02:55.016 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-05-28T09:02:56.450Z[ recovery-image] May 28 09:02:55.035 INFO O| May 28 09:02:55.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47252026-05-28T09:02:56.450Z[ recovery-image] May 28 09:02:55.036 INFO O| May 28 09:02:55.035 INFO STEP 40 (remove_files) COMPLETE
47262026-05-28T09:02:56.450Z[ recovery-image] May 28 09:02:55.036 INFO O| May 28 09:02:55.035 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-05-28T09:02:56.459Z[ recovery-image] May 28 09:02:55.045 INFO O| May 28 09:02:55.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47282026-05-28T09:02:56.459Z[ recovery-image] May 28 09:02:55.045 INFO O| May 28 09:02:55.045 INFO STEP 41 (remove_files) COMPLETE
47292026-05-28T09:02:56.462Z[ recovery-image] May 28 09:02:55.045 INFO O| May 28 09:02:55.045 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-05-28T09:02:56.468Z[ recovery-image] May 28 09:02:55.054 INFO O| May 28 09:02:55.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47312026-05-28T09:02:56.468Z[ recovery-image] May 28 09:02:55.054 INFO O| May 28 09:02:55.054 INFO STEP 42 (remove_files) COMPLETE
47322026-05-28T09:02:56.470Z[ recovery-image] May 28 09:02:55.054 INFO O| May 28 09:02:55.054 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-05-28T09:02:56.485Z[ recovery-image] May 28 09:02:55.071 INFO O| May 28 09:02:55.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47342026-05-28T09:02:56.485Z[ recovery-image] May 28 09:02:55.071 INFO O| May 28 09:02:55.071 INFO STEP 43 (remove_files) COMPLETE
47352026-05-28T09:02:56.485Z[ recovery-image] May 28 09:02:55.071 INFO O| May 28 09:02:55.071 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-05-28T09:02:56.495Z[ recovery-image] May 28 09:02:55.081 INFO O| May 28 09:02:55.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47372026-05-28T09:02:56.495Z[ recovery-image] May 28 09:02:55.081 INFO O| May 28 09:02:55.081 INFO STEP 44 (remove_files) COMPLETE
47382026-05-28T09:02:56.495Z[ recovery-image] May 28 09:02:55.081 INFO O| May 28 09:02:55.081 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-05-28T09:02:56.504Z[ recovery-image] May 28 09:02:55.090 INFO O| May 28 09:02:55.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47402026-05-28T09:02:56.504Z[ recovery-image] May 28 09:02:55.090 INFO O| May 28 09:02:55.090 INFO STEP 45 (remove_files) COMPLETE
47412026-05-28T09:02:56.504Z[ recovery-image] May 28 09:02:55.090 INFO O| May 28 09:02:55.090 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-05-28T09:02:56.511Z[ recovery-image] May 28 09:02:55.097 INFO O| May 28 09:02:55.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47432026-05-28T09:02:56.511Z[ recovery-image] May 28 09:02:55.097 INFO O| May 28 09:02:55.097 INFO STEP 46 (remove_files) COMPLETE
47442026-05-28T09:02:56.514Z[ recovery-image] May 28 09:02:55.097 INFO O| May 28 09:02:55.097 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-05-28T09:02:56.519Z[ recovery-image] May 28 09:02:55.105 INFO O| May 28 09:02:55.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47462026-05-28T09:02:56.519Z[ recovery-image] May 28 09:02:55.105 INFO O| May 28 09:02:55.105 INFO STEP 47 (remove_files) COMPLETE
47472026-05-28T09:02:56.519Z[ recovery-image] May 28 09:02:55.105 INFO O| May 28 09:02:55.105 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-05-28T09:02:56.527Z[ recovery-image] May 28 09:02:55.113 INFO O| May 28 09:02:55.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47492026-05-28T09:02:56.527Z[ recovery-image] May 28 09:02:55.113 INFO O| May 28 09:02:55.113 INFO STEP 48 (remove_files) COMPLETE
47502026-05-28T09:02:56.527Z[ recovery-image] May 28 09:02:55.113 INFO O| May 28 09:02:55.113 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-05-28T09:02:56.534Z[ recovery-image] May 28 09:02:55.120 INFO O| May 28 09:02:55.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47522026-05-28T09:02:56.535Z[ recovery-image] May 28 09:02:55.120 INFO O| May 28 09:02:55.120 INFO STEP 49 (remove_files) COMPLETE
47532026-05-28T09:02:56.535Z[ recovery-image] May 28 09:02:55.120 INFO O| May 28 09:02:55.120 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-05-28T09:02:56.542Z[ recovery-image] May 28 09:02:55.128 INFO O| May 28 09:02:55.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47552026-05-28T09:02:56.542Z[ recovery-image] May 28 09:02:55.128 INFO O| May 28 09:02:55.128 INFO STEP 50 (remove_files) COMPLETE
47562026-05-28T09:02:56.542Z[ recovery-image] May 28 09:02:55.128 INFO O| May 28 09:02:55.128 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-05-28T09:02:56.550Z[ recovery-image] May 28 09:02:55.136 INFO O| May 28 09:02:55.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47582026-05-28T09:02:56.550Z[ recovery-image] May 28 09:02:55.136 INFO O| May 28 09:02:55.136 INFO STEP 51 (remove_files) COMPLETE
47592026-05-28T09:02:56.550Z[ recovery-image] May 28 09:02:55.136 INFO O| May 28 09:02:55.136 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-05-28T09:02:56.557Z[ recovery-image] May 28 09:02:55.143 INFO O| May 28 09:02:55.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47612026-05-28T09:02:56.557Z[ recovery-image] May 28 09:02:55.143 INFO O| May 28 09:02:55.143 INFO STEP 52 (remove_files) COMPLETE
47622026-05-28T09:02:56.560Z[ recovery-image] May 28 09:02:55.143 INFO O| May 28 09:02:55.143 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-05-28T09:02:56.565Z[ recovery-image] May 28 09:02:55.151 INFO O| May 28 09:02:55.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47642026-05-28T09:02:56.565Z[ recovery-image] May 28 09:02:55.151 INFO O| May 28 09:02:55.151 INFO STEP 53 (remove_files) COMPLETE
47652026-05-28T09:02:56.565Z[ recovery-image] May 28 09:02:55.151 INFO O| May 28 09:02:55.151 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-05-28T09:02:56.573Z[ recovery-image] May 28 09:02:55.159 INFO O| May 28 09:02:55.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47672026-05-28T09:02:56.573Z[ recovery-image] May 28 09:02:55.159 INFO O| May 28 09:02:55.159 INFO STEP 54 (remove_files) COMPLETE
47682026-05-28T09:02:56.576Z[ recovery-image] May 28 09:02:55.159 INFO O| May 28 09:02:55.159 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-05-28T09:02:56.582Z[ recovery-image] May 28 09:02:55.168 INFO O| May 28 09:02:55.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47702026-05-28T09:02:56.582Z[ recovery-image] May 28 09:02:55.168 INFO O| May 28 09:02:55.168 INFO STEP 55 (remove_files) COMPLETE
47712026-05-28T09:02:56.585Z[ recovery-image] May 28 09:02:55.168 INFO O| May 28 09:02:55.168 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-05-28T09:02:56.591Z[ recovery-image] May 28 09:02:55.177 INFO O| May 28 09:02:55.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47732026-05-28T09:02:56.591Z[ recovery-image] May 28 09:02:55.177 INFO O| May 28 09:02:55.177 INFO STEP 56 (remove_files) COMPLETE
47742026-05-28T09:02:56.594Z[ recovery-image] May 28 09:02:55.177 INFO O| May 28 09:02:55.177 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-05-28T09:02:56.600Z[ recovery-image] May 28 09:02:55.186 INFO O| May 28 09:02:55.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47762026-05-28T09:02:56.600Z[ recovery-image] May 28 09:02:55.186 INFO O| May 28 09:02:55.186 INFO STEP 57 (remove_files) COMPLETE
47772026-05-28T09:02:56.600Z[ recovery-image] May 28 09:02:55.186 INFO O| May 28 09:02:55.186 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-05-28T09:02:56.609Z[ recovery-image] May 28 09:02:55.195 INFO O| May 28 09:02:55.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47792026-05-28T09:02:56.610Z[ recovery-image] May 28 09:02:55.195 INFO O| May 28 09:02:55.195 INFO STEP 58 (remove_files) COMPLETE
47802026-05-28T09:02:56.610Z[ recovery-image] May 28 09:02:55.195 INFO O| May 28 09:02:55.195 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-05-28T09:02:56.619Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47822026-05-28T09:02:56.619Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47832026-05-28T09:02:56.619Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47842026-05-28T09:02:56.622Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47852026-05-28T09:02:56.622Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47862026-05-28T09:02:56.622Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47872026-05-28T09:02:56.622Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 INFO ok!
47882026-05-28T09:02:56.622Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 INFO STEP 59 (ensure_file) COMPLETE
47892026-05-28T09:02:56.622Z[ recovery-image] May 28 09:02:55.205 INFO O| May 28 09:02:55.205 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-05-28T09:02:56.628Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47912026-05-28T09:02:56.628Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47922026-05-28T09:02:56.631Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47932026-05-28T09:02:56.631Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47942026-05-28T09:02:56.631Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47952026-05-28T09:02:56.631Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47962026-05-28T09:02:56.631Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 INFO ok!
47972026-05-28T09:02:56.631Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 INFO STEP 60 (ensure_file) COMPLETE
47982026-05-28T09:02:56.631Z[ recovery-image] May 28 09:02:55.214 INFO O| May 28 09:02:55.214 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47992026-05-28T09:02:56.637Z[ recovery-image] May 28 09:02:55.223 INFO O| May 28 09:02:55.223 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48002026-05-28T09:02:56.637Z[ recovery-image] May 28 09:02:55.223 INFO O| May 28 09:02:55.223 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48012026-05-28T09:02:56.637Z[ recovery-image] May 28 09:02:55.223 INFO O| May 28 09:02:55.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48022026-05-28T09:02:56.640Z[ recovery-image] May 28 09:02:55.223 INFO O| May 28 09:02:55.223 INFO ok!
48032026-05-28T09:02:56.640Z[ recovery-image] May 28 09:02:55.223 INFO O| May 28 09:02:55.223 INFO STEP 61 (ensure_file) COMPLETE
48042026-05-28T09:02:56.640Z[ recovery-image] May 28 09:02:55.223 INFO O| May 28 09:02:55.223 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48052026-05-28T09:02:56.645Z[ recovery-image] May 28 09:02:55.231 INFO O| May 28 09:02:55.231 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48062026-05-28T09:02:56.645Z[ recovery-image] May 28 09:02:55.231 INFO O| May 28 09:02:55.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48072026-05-28T09:02:56.648Z[ recovery-image] May 28 09:02:55.231 INFO O| May 28 09:02:55.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48082026-05-28T09:02:56.648Z[ recovery-image] May 28 09:02:55.231 INFO O| May 28 09:02:55.231 INFO ok!
48092026-05-28T09:02:56.648Z[ recovery-image] May 28 09:02:55.231 INFO O| May 28 09:02:55.231 INFO STEP 62 (ensure_file) COMPLETE
48102026-05-28T09:02:56.648Z[ recovery-image] May 28 09:02:55.231 INFO O| May 28 09:02:55.231 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48112026-05-28T09:02:56.654Z[ recovery-image] May 28 09:02:55.240 INFO O| May 28 09:02:55.240 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48122026-05-28T09:02:56.654Z[ recovery-image] May 28 09:02:55.240 INFO O| May 28 09:02:55.240 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48132026-05-28T09:02:56.657Z[ recovery-image] May 28 09:02:55.240 INFO O| May 28 09:02:55.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48142026-05-28T09:02:56.657Z[ recovery-image] May 28 09:02:55.240 INFO O| May 28 09:02:55.240 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48152026-05-28T09:02:56.657Z[ recovery-image] May 28 09:02:55.240 INFO O| May 28 09:02:55.240 INFO ok!
48162026-05-28T09:02:56.657Z[ recovery-image] May 28 09:02:55.240 INFO O| May 28 09:02:55.240 INFO STEP 63 (ensure_file) COMPLETE
48172026-05-28T09:02:56.657Z[ recovery-image] May 28 09:02:55.241 INFO O| May 28 09:02:55.240 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48182026-05-28T09:02:56.663Z[ recovery-image] May 28 09:02:55.249 INFO O| May 28 09:02:55.249 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48192026-05-28T09:02:56.663Z[ recovery-image] May 28 09:02:55.249 INFO O| May 28 09:02:55.249 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48202026-05-28T09:02:56.663Z[ recovery-image] May 28 09:02:55.249 INFO O| May 28 09:02:55.249 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48212026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.249 INFO O| May 28 09:02:55.249 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48222026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.249 INFO O| May 28 09:02:55.249 INFO ok!
48232026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.249 INFO O| May 28 09:02:55.249 INFO STEP 64 (ensure_file) COMPLETE
48242026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.249 INFO O| May 28 09:02:55.249 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48252026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.258 INFO O| May 28 09:02:55.258 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48262026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.258 INFO O| May 28 09:02:55.258 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48272026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.258 INFO O| May 28 09:02:55.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48282026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.258 INFO O| May 28 09:02:55.258 INFO ok!
48292026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.258 INFO O| May 28 09:02:55.258 INFO STEP 65 (assemble_files) COMPLETE
48302026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.258 INFO O| May 28 09:02:55.258 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48312026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48322026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48332026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48342026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48352026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO ok!
48362026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO STEP 66 (ensure_file) COMPLETE
48372026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48382026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO skip step because feature "omicron1" is not enabled
48392026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48402026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO skip step because feature "omicron1" is not enabled
48412026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48422026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.267 INFO O| May 28 09:02:55.267 INFO skip step because feature "omicron1" is not enabled
48432026-05-28T09:02:56.686Z[ recovery-image] May 28 09:02:55.268 INFO O| May 28 09:02:55.267 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48442026-05-28T09:02:56.694Z[ recovery-image] May 28 09:02:55.280 INFO O| May 28 09:02:55.280 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48452026-05-28T09:02:56.694Z[ recovery-image] May 28 09:02:55.280 INFO O| May 28 09:02:55.280 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48462026-05-28T09:02:56.836Z[ host-image] May 28 09:02:55.421 INFO O| May 28 09:02:55.421 INFO O| Download: Completed 12.63 MB in 0.42 seconds (30.1M/s)
48472026-05-28T09:02:56.888Z[ host-image] May 28 09:02:55.473 INFO O| May 28 09:02:55.473 INFO O| Actions: 1/22 actions (Installing new actions)
48482026-05-28T09:02:57.124Z[ host-image] May 28 09:02:55.709 INFO O| May 28 09:02:55.709 INFO O| Actions: Completed 22 actions in 0.24 seconds.
48492026-05-28T09:02:57.130Z[ host-image] May 28 09:02:55.716 INFO O| May 28 09:02:55.716 INFO O| Finalize: Updating package state database ... Done
48502026-05-28T09:02:57.130Z[ host-image] May 28 09:02:55.716 INFO O| May 28 09:02:55.716 INFO O| Finalize: Updating package cache ... Done
48512026-05-28T09:02:57.152Z[ host-image] May 28 09:02:55.737 INFO O| May 28 09:02:55.737 INFO O| Finalize: Updating image state ... Done
48522026-05-28T09:02:58.010Z[ recovery-image] May 28 09:02:56.595 INFO O| May 28 09:02:56.595 INFO STEP 70 (pack_tar) COMPLETE
48532026-05-28T09:02:58.010Z[ recovery-image] May 28 09:02:56.596 INFO O| May 28 09:02:56.595 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48542026-05-28T09:02:58.010Z[ recovery-image] May 28 09:02:56.596 INFO O| May 28 09:02:56.595 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48552026-05-28T09:02:58.296Z[ host-image] May 28 09:02:56.882 INFO O| May 28 09:02:56.882 INFO O| Finalize: Creating fast lookup database ... Done
48562026-05-28T09:02:58.328Z[ host-image] May 28 09:02:56.913 INFO O| May 28 09:02:56.913 INFO O| Finalize: Reading search index ... Done
48572026-05-28T09:02:58.328Z[ host-image] May 28 09:02:56.913 INFO O| May 28 09:02:56.913 INFO O| Finalize: Updating search index ... Done
48582026-05-28T09:02:58.339Z[ host-image] May 28 09:02:56.925 INFO O| May 28 09:02:56.924 INFO O| Finalize: Updating package cache ... Done
48592026-05-28T09:02:58.494Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.079 INFO STEP 14 (pkg_install) COMPLETE
48602026-05-28T09:02:58.494Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.079 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48612026-05-28T09:02:58.497Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.079 INFO skip step because feature "mbist" is not enabled
48622026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.079 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48632026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.079 INFO skip step because feature "mfg" is not enabled
48642026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48652026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO skip step because feature "compliance" is not enabled
48662026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48672026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO skip step because feature "stress" is not enabled
48682026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48692026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO skip step because feature "compliance" is not enabled
48702026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48712026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO skip step because feature "nfs" is not enabled
48722026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48732026-05-28T09:02:58.498Z[ host-image] May 28 09:02:57.080 INFO O| May 28 09:02:57.080 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48742026-05-28T09:02:58.510Z[ recovery-image] May 28 09:02:57.095 INFO O| May 28 09:02:57.095 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48752026-05-28T09:02:58.540Z[ host-image] May 28 09:02:57.126 INFO O| May 28 09:02:57.125 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48762026-05-28T09:02:58.628Z[ recovery-image] May 28 09:02:57.213 INFO O| May 28 09:02:57.213 INFO completed processing sled/ramdisk-02-trim
48772026-05-28T09:02:58.631Z[ recovery-image] May 28 09:02:57.216 INFO image builder template: ramdisk-03-recovery-trim...
48782026-05-28T09:02:58.631Z[ recovery-image] May 28 09:02:57.216 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/.tmpaJfv3V/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-03-recovery-trim"], pwd: None
48792026-05-28T09:02:58.636Z[ recovery-image] May 28 09:02:57.222 INFO O| May 28 09:02:57.222 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48802026-05-28T09:02:58.641Z[ host-image] May 28 09:02:57.227 INFO O| May 28 09:02:57.227 INFO completed processing sled/ramdisk-01-os
48812026-05-28T09:02:58.644Z[ host-image] May 28 09:02:57.229 INFO omicron1 baseline generation...
48822026-05-28T09:02:58.644Z[ host-image] May 28 09:02:57.230 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48832026-05-28T09:02:58.713Z[ recovery-image] May 28 09:02:57.299 INFO O| May 28 09:02:57.299 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48842026-05-28T09:02:58.717Z[ recovery-image] May 28 09:02:57.303 INFO O| May 28 09:02:57.303 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48852026-05-28T09:02:58.803Z[ recovery-image] May 28 09:02:57.388 INFO O| May 28 09:02:57.388 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48862026-05-28T09:02:58.916Z[ recovery-image] May 28 09:02:57.502 INFO O| May 28 09:02:57.502 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48872026-05-28T09:02:58.916Z[ recovery-image] May 28 09:02:57.502 INFO O| May 28 09:02:57.502 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48882026-05-28T09:02:58.923Z[ recovery-image] May 28 09:02:57.509 INFO O| May 28 09:02:57.509 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48892026-05-28T09:02:58.927Z[ recovery-image] May 28 09:02:57.513 INFO O| May 28 09:02:57.513 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48902026-05-28T09:02:58.931Z[ recovery-image] May 28 09:02:57.517 INFO O| May 28 09:02:57.517 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48912026-05-28T09:02:59.154Z[ host-image] May 28 09:02:57.740 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24001:20260522T173009Z
48922026-05-28T09:02:59.512Z[ recovery-image] May 28 09:02:58.098 INFO O| May 28 09:02:58.097 INFO rolled back to input snapshot; work may begin
48932026-05-28T09:02:59.512Z[ recovery-image] May 28 09:02:58.098 INFO O| May 28 09:02:58.097 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48942026-05-28T09:02:59.517Z[ recovery-image] May 28 09:02:58.103 INFO O| May 28 09:02:58.103 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-05-28T09:02:59.526Z[ recovery-image] May 28 09:02:58.112 INFO O| May 28 09:02:58.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48962026-05-28T09:02:59.532Z[ recovery-image] May 28 09:02:58.118 INFO O| May 28 09:02:58.118 INFO STEP 0 (remove_files) COMPLETE
48972026-05-28T09:02:59.532Z[ recovery-image] May 28 09:02:58.118 INFO O| May 28 09:02:58.118 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-05-28T09:02:59.542Z[ recovery-image] May 28 09:02:58.128 INFO O| May 28 09:02:58.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48992026-05-28T09:02:59.596Z[ recovery-image] May 28 09:02:58.181 INFO O| May 28 09:02:58.181 INFO STEP 1 (remove_files) COMPLETE
49002026-05-28T09:02:59.596Z[ recovery-image] May 28 09:02:58.181 INFO O| May 28 09:02:58.181 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-05-28T09:02:59.609Z[ recovery-image] May 28 09:02:58.195 INFO O| May 28 09:02:58.195 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
49022026-05-28T09:02:59.668Z[ recovery-image] May 28 09:02:58.254 INFO O| May 28 09:02:58.254 INFO STEP 2 (remove_files) COMPLETE
49032026-05-28T09:02:59.669Z[ recovery-image] May 28 09:02:58.254 INFO O| May 28 09:02:58.254 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-05-28T09:02:59.678Z[ recovery-image] May 28 09:02:58.264 INFO O| May 28 09:02:58.264 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49052026-05-28T09:02:59.714Z[ recovery-image] May 28 09:02:58.300 INFO O| May 28 09:02:58.300 INFO STEP 3 (remove_files) COMPLETE
49062026-05-28T09:02:59.714Z[ recovery-image] May 28 09:02:58.300 INFO O| May 28 09:02:58.300 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49072026-05-28T09:02:59.724Z[ recovery-image] May 28 09:02:58.310 INFO O| May 28 09:02:58.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49082026-05-28T09:02:59.745Z[ recovery-image] May 28 09:02:58.331 INFO O| May 28 09:02:58.331 INFO STEP 4 (remove_files) COMPLETE
49092026-05-28T09:02:59.745Z[ recovery-image] May 28 09:02:58.331 INFO O| May 28 09:02:58.331 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49102026-05-28T09:02:59.755Z[ recovery-image] May 28 09:02:58.341 INFO O| May 28 09:02:58.341 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49112026-05-28T09:02:59.758Z[ recovery-image] May 28 09:02:58.343 INFO O| May 28 09:02:58.343 INFO STEP 5 (remove_files) COMPLETE
49122026-05-28T09:02:59.758Z[ recovery-image] May 28 09:02:58.343 INFO O| May 28 09:02:58.343 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49132026-05-28T09:02:59.766Z[ recovery-image] May 28 09:02:58.352 INFO O| May 28 09:02:58.352 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49142026-05-28T09:02:59.769Z[ recovery-image] May 28 09:02:58.354 INFO O| May 28 09:02:58.354 INFO STEP 6 (remove_files) COMPLETE
49152026-05-28T09:02:59.769Z[ recovery-image] May 28 09:02:58.354 INFO O| May 28 09:02:58.354 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49162026-05-28T09:02:59.777Z[ recovery-image] May 28 09:02:58.362 INFO O| May 28 09:02:58.362 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49172026-05-28T09:02:59.781Z[ recovery-image] May 28 09:02:58.367 INFO O| May 28 09:02:58.367 INFO STEP 7 (remove_files) COMPLETE
49182026-05-28T09:02:59.781Z[ recovery-image] May 28 09:02:58.367 INFO O| May 28 09:02:58.367 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49192026-05-28T09:02:59.791Z[ recovery-image] May 28 09:02:58.377 INFO O| May 28 09:02:58.377 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49202026-05-28T09:02:59.795Z[ recovery-image] May 28 09:02:58.378 INFO O| May 28 09:02:58.378 INFO STEP 8 (remove_files) COMPLETE
49212026-05-28T09:02:59.796Z[ recovery-image] May 28 09:02:58.378 INFO O| May 28 09:02:58.378 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49222026-05-28T09:02:59.801Z[ recovery-image] May 28 09:02:58.386 INFO O| May 28 09:02:58.386 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49232026-05-28T09:02:59.808Z[ recovery-image] May 28 09:02:58.394 INFO O| May 28 09:02:58.393 INFO STEP 9 (remove_files) COMPLETE
49242026-05-28T09:02:59.808Z[ recovery-image] May 28 09:02:58.394 INFO O| May 28 09:02:58.393 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49252026-05-28T09:02:59.818Z[ recovery-image] May 28 09:02:58.404 INFO O| May 28 09:02:58.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49262026-05-28T09:03:00.476Z[ recovery-image] May 28 09:02:59.062 INFO O| May 28 09:02:59.062 INFO STEP 10 (remove_files) COMPLETE
49272026-05-28T09:03:00.477Z[ recovery-image] May 28 09:02:59.062 INFO O| May 28 09:02:59.062 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49282026-05-28T09:03:00.487Z[ recovery-image] May 28 09:02:59.073 INFO O| May 28 09:02:59.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49292026-05-28T09:03:00.490Z[ recovery-image] May 28 09:02:59.075 INFO O| May 28 09:02:59.075 INFO STEP 11 (remove_files) COMPLETE
49302026-05-28T09:03:00.490Z[ recovery-image] May 28 09:02:59.075 INFO O| May 28 09:02:59.075 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49312026-05-28T09:03:00.500Z[ recovery-image] May 28 09:02:59.086 INFO O| May 28 09:02:59.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49322026-05-28T09:03:00.503Z[ recovery-image] May 28 09:02:59.088 INFO O| May 28 09:02:59.088 INFO STEP 12 (remove_files) COMPLETE
49332026-05-28T09:03:00.503Z[ recovery-image] May 28 09:02:59.088 INFO O| May 28 09:02:59.088 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49342026-05-28T09:03:00.513Z[ recovery-image] May 28 09:02:59.099 INFO O| May 28 09:02:59.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49352026-05-28T09:03:00.516Z[ recovery-image] May 28 09:02:59.100 INFO O| May 28 09:02:59.100 INFO STEP 13 (remove_files) COMPLETE
49362026-05-28T09:03:00.516Z[ recovery-image] May 28 09:02:59.100 INFO O| May 28 09:02:59.100 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49372026-05-28T09:03:00.525Z[ recovery-image] May 28 09:02:59.111 INFO O| May 28 09:02:59.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49382026-05-28T09:03:00.528Z[ recovery-image] May 28 09:02:59.112 INFO O| May 28 09:02:59.112 INFO STEP 14 (remove_files) COMPLETE
49392026-05-28T09:03:00.528Z[ recovery-image] May 28 09:02:59.112 INFO O| May 28 09:02:59.112 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49402026-05-28T09:03:00.535Z[ recovery-image] May 28 09:02:59.121 INFO O| May 28 09:02:59.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49412026-05-28T09:03:00.544Z[ recovery-image] May 28 09:02:59.130 INFO O| May 28 09:02:59.130 INFO STEP 15 (remove_files) COMPLETE
49422026-05-28T09:03:00.544Z[ recovery-image] May 28 09:02:59.130 INFO O| May 28 09:02:59.130 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49432026-05-28T09:03:00.555Z[ recovery-image] May 28 09:02:59.141 INFO O| May 28 09:02:59.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49442026-05-28T09:03:00.555Z[ recovery-image] May 28 09:02:59.141 INFO O| May 28 09:02:59.141 INFO STEP 16 (remove_files) COMPLETE
49452026-05-28T09:03:00.558Z[ recovery-image] May 28 09:02:59.141 INFO O| May 28 09:02:59.141 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49462026-05-28T09:03:00.565Z[ recovery-image] May 28 09:02:59.151 INFO O| May 28 09:02:59.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49472026-05-28T09:03:00.568Z[ recovery-image] May 28 09:02:59.152 INFO O| May 28 09:02:59.152 INFO STEP 17 (remove_files) COMPLETE
49482026-05-28T09:03:00.568Z[ recovery-image] May 28 09:02:59.152 INFO O| May 28 09:02:59.152 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49492026-05-28T09:03:00.575Z[ recovery-image] May 28 09:02:59.161 INFO O| May 28 09:02:59.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49502026-05-28T09:03:00.618Z[ recovery-image] May 28 09:02:59.204 INFO O| May 28 09:02:59.203 INFO STEP 18 (remove_files) COMPLETE
49512026-05-28T09:03:00.618Z[ recovery-image] May 28 09:02:59.204 INFO O| May 28 09:02:59.203 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49522026-05-28T09:03:00.629Z[ recovery-image] May 28 09:02:59.214 INFO O| May 28 09:02:59.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49532026-05-28T09:03:00.632Z[ recovery-image] May 28 09:02:59.216 INFO O| May 28 09:02:59.216 INFO STEP 19 (remove_files) COMPLETE
49542026-05-28T09:03:00.632Z[ recovery-image] May 28 09:02:59.216 INFO O| May 28 09:02:59.216 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49552026-05-28T09:03:00.640Z[ recovery-image] May 28 09:02:59.226 INFO O| May 28 09:02:59.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49562026-05-28T09:03:00.640Z[ recovery-image] May 28 09:02:59.226 INFO O| May 28 09:02:59.226 INFO STEP 20 (remove_files) COMPLETE
49572026-05-28T09:03:00.643Z[ recovery-image] May 28 09:02:59.226 INFO O| May 28 09:02:59.226 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49582026-05-28T09:03:00.650Z[ recovery-image] May 28 09:02:59.236 INFO O| May 28 09:02:59.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49592026-05-28T09:03:00.653Z[ recovery-image] May 28 09:02:59.236 INFO O| May 28 09:02:59.236 INFO STEP 21 (remove_files) COMPLETE
49602026-05-28T09:03:00.653Z[ recovery-image] May 28 09:02:59.236 INFO O| May 28 09:02:59.236 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49612026-05-28T09:03:00.659Z[ recovery-image] May 28 09:02:59.245 INFO O| May 28 09:02:59.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49622026-05-28T09:03:00.660Z[ recovery-image] May 28 09:02:59.245 INFO O| May 28 09:02:59.245 INFO STEP 22 (remove_files) COMPLETE
49632026-05-28T09:03:00.660Z[ recovery-image] May 28 09:02:59.245 INFO O| May 28 09:02:59.245 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49642026-05-28T09:03:00.669Z[ recovery-image] May 28 09:02:59.255 INFO O| May 28 09:02:59.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49652026-05-28T09:03:00.669Z[ recovery-image] May 28 09:02:59.255 INFO O| May 28 09:02:59.255 INFO STEP 23 (remove_files) COMPLETE
49662026-05-28T09:03:00.669Z[ recovery-image] May 28 09:02:59.255 INFO O| May 28 09:02:59.255 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49672026-05-28T09:03:00.678Z[ recovery-image] May 28 09:02:59.264 INFO O| May 28 09:02:59.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49682026-05-28T09:03:00.678Z[ recovery-image] May 28 09:02:59.264 INFO O| May 28 09:02:59.264 INFO STEP 24 (remove_files) COMPLETE
49692026-05-28T09:03:00.678Z[ recovery-image] May 28 09:02:59.264 INFO O| May 28 09:02:59.264 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49702026-05-28T09:03:00.687Z[ recovery-image] May 28 09:02:59.273 INFO O| May 28 09:02:59.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49712026-05-28T09:03:00.687Z[ recovery-image] May 28 09:02:59.273 INFO O| May 28 09:02:59.273 INFO STEP 25 (remove_files) COMPLETE
49722026-05-28T09:03:00.687Z[ recovery-image] May 28 09:02:59.273 INFO O| May 28 09:02:59.273 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49732026-05-28T09:03:00.696Z[ recovery-image] May 28 09:02:59.282 INFO O| May 28 09:02:59.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49742026-05-28T09:03:00.696Z[ recovery-image] May 28 09:02:59.282 INFO O| May 28 09:02:59.282 INFO STEP 26 (remove_files) COMPLETE
49752026-05-28T09:03:00.696Z[ recovery-image] May 28 09:02:59.282 INFO O| May 28 09:02:59.282 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49762026-05-28T09:03:00.705Z[ recovery-image] May 28 09:02:59.291 INFO O| May 28 09:02:59.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49772026-05-28T09:03:00.705Z[ recovery-image] May 28 09:02:59.291 INFO O| May 28 09:02:59.291 INFO STEP 27 (remove_files) COMPLETE
49782026-05-28T09:03:00.708Z[ recovery-image] May 28 09:02:59.291 INFO O| May 28 09:02:59.291 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49792026-05-28T09:03:00.714Z[ recovery-image] May 28 09:02:59.300 INFO O| May 28 09:02:59.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49802026-05-28T09:03:00.714Z[ recovery-image] May 28 09:02:59.301 INFO O| May 28 09:02:59.301 INFO STEP 28 (remove_files) COMPLETE
49812026-05-28T09:03:00.715Z[ recovery-image] May 28 09:02:59.301 INFO O| May 28 09:02:59.301 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49822026-05-28T09:03:00.724Z[ recovery-image] May 28 09:02:59.310 INFO O| May 28 09:02:59.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49832026-05-28T09:03:00.724Z[ recovery-image] May 28 09:02:59.310 INFO O| May 28 09:02:59.310 INFO STEP 29 (remove_files) COMPLETE
49842026-05-28T09:03:00.724Z[ recovery-image] May 28 09:02:59.310 INFO O| May 28 09:02:59.310 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49852026-05-28T09:03:00.733Z[ recovery-image] May 28 09:02:59.319 INFO O| May 28 09:02:59.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49862026-05-28T09:03:00.733Z[ recovery-image] May 28 09:02:59.319 INFO O| May 28 09:02:59.319 INFO STEP 30 (remove_files) COMPLETE
49872026-05-28T09:03:00.733Z[ recovery-image] May 28 09:02:59.319 INFO O| May 28 09:02:59.319 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49882026-05-28T09:03:00.772Z[ recovery-image] May 28 09:02:59.358 INFO O| May 28 09:02:59.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49892026-05-28T09:03:00.772Z[ recovery-image] May 28 09:02:59.358 INFO O| May 28 09:02:59.358 INFO STEP 31 (remove_files) COMPLETE
49902026-05-28T09:03:00.772Z[ recovery-image] May 28 09:02:59.358 INFO O| May 28 09:02:59.358 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49912026-05-28T09:03:00.781Z[ recovery-image] May 28 09:02:59.367 INFO O| May 28 09:02:59.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49922026-05-28T09:03:00.784Z[ recovery-image] May 28 09:02:59.368 INFO O| May 28 09:02:59.368 INFO STEP 32 (remove_files) COMPLETE
49932026-05-28T09:03:00.784Z[ recovery-image] May 28 09:02:59.368 INFO O| May 28 09:02:59.368 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49942026-05-28T09:03:00.790Z[ recovery-image] May 28 09:02:59.376 INFO O| May 28 09:02:59.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49952026-05-28T09:03:00.790Z[ recovery-image] May 28 09:02:59.376 INFO O| May 28 09:02:59.376 INFO STEP 33 (remove_files) COMPLETE
49962026-05-28T09:03:00.793Z[ recovery-image] May 28 09:02:59.376 INFO O| May 28 09:02:59.376 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49972026-05-28T09:03:00.799Z[ recovery-image] May 28 09:02:59.385 INFO O| May 28 09:02:59.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49982026-05-28T09:03:00.800Z[ recovery-image] May 28 09:02:59.385 INFO O| May 28 09:02:59.385 INFO STEP 34 (remove_files) COMPLETE
49992026-05-28T09:03:00.803Z[ recovery-image] May 28 09:02:59.385 INFO O| May 28 09:02:59.385 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50002026-05-28T09:03:00.808Z[ recovery-image] May 28 09:02:59.394 INFO O| May 28 09:02:59.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
50012026-05-28T09:03:00.808Z[ recovery-image] May 28 09:02:59.394 INFO O| May 28 09:02:59.394 INFO STEP 35 (remove_files) COMPLETE
50022026-05-28T09:03:00.811Z[ recovery-image] May 28 09:02:59.394 INFO O| May 28 09:02:59.394 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50032026-05-28T09:03:00.816Z[ recovery-image] May 28 09:02:59.402 INFO O| May 28 09:02:59.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50042026-05-28T09:03:00.816Z[ recovery-image] May 28 09:02:59.402 INFO O| May 28 09:02:59.402 INFO STEP 36 (remove_files) COMPLETE
50052026-05-28T09:03:00.819Z[ recovery-image] May 28 09:02:59.402 INFO O| May 28 09:02:59.402 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50062026-05-28T09:03:00.825Z[ recovery-image] May 28 09:02:59.411 INFO O| May 28 09:02:59.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50072026-05-28T09:03:00.825Z[ recovery-image] May 28 09:02:59.411 INFO O| May 28 09:02:59.411 INFO STEP 37 (remove_files) COMPLETE
50082026-05-28T09:03:00.828Z[ recovery-image] May 28 09:02:59.411 INFO O| May 28 09:02:59.411 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50092026-05-28T09:03:00.834Z[ recovery-image] May 28 09:02:59.420 INFO O| May 28 09:02:59.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50102026-05-28T09:03:00.834Z[ recovery-image] May 28 09:02:59.420 INFO O| May 28 09:02:59.420 INFO STEP 38 (remove_files) COMPLETE
50112026-05-28T09:03:00.836Z[ recovery-image] May 28 09:02:59.420 INFO O| May 28 09:02:59.420 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50122026-05-28T09:03:00.842Z[ recovery-image] May 28 09:02:59.428 INFO O| May 28 09:02:59.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50132026-05-28T09:03:00.842Z[ recovery-image] May 28 09:02:59.428 INFO O| May 28 09:02:59.428 INFO STEP 39 (remove_files) COMPLETE
50142026-05-28T09:03:00.845Z[ recovery-image] May 28 09:02:59.428 INFO O| May 28 09:02:59.428 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50152026-05-28T09:03:00.851Z[ recovery-image] May 28 09:02:59.437 INFO O| May 28 09:02:59.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50162026-05-28T09:03:00.851Z[ recovery-image] May 28 09:02:59.437 INFO O| May 28 09:02:59.437 INFO STEP 40 (remove_files) COMPLETE
50172026-05-28T09:03:00.851Z[ recovery-image] May 28 09:02:59.437 INFO O| May 28 09:02:59.437 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50182026-05-28T09:03:00.860Z[ recovery-image] May 28 09:02:59.446 INFO O| May 28 09:02:59.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50192026-05-28T09:03:00.863Z[ recovery-image] May 28 09:02:59.446 INFO O| May 28 09:02:59.446 INFO STEP 41 (remove_files) COMPLETE
50202026-05-28T09:03:00.863Z[ recovery-image] May 28 09:02:59.446 INFO O| May 28 09:02:59.446 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50212026-05-28T09:03:00.869Z[ recovery-image] May 28 09:02:59.455 INFO O| May 28 09:02:59.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50222026-05-28T09:03:00.872Z[ recovery-image] May 28 09:02:59.455 INFO O| May 28 09:02:59.455 INFO STEP 42 (remove_files) COMPLETE
50232026-05-28T09:03:00.872Z[ recovery-image] May 28 09:02:59.455 INFO O| May 28 09:02:59.455 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50242026-05-28T09:03:00.877Z[ recovery-image] May 28 09:02:59.463 INFO O| May 28 09:02:59.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50252026-05-28T09:03:00.877Z[ recovery-image] May 28 09:02:59.463 INFO O| May 28 09:02:59.463 INFO STEP 43 (remove_files) COMPLETE
50262026-05-28T09:03:00.880Z[ recovery-image] May 28 09:02:59.463 INFO O| May 28 09:02:59.463 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50272026-05-28T09:03:00.888Z[ recovery-image] May 28 09:02:59.473 INFO O| May 28 09:02:59.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50282026-05-28T09:03:00.888Z[ recovery-image] May 28 09:02:59.473 INFO O| May 28 09:02:59.473 INFO STEP 44 (remove_files) COMPLETE
50292026-05-28T09:03:00.888Z[ recovery-image] May 28 09:02:59.473 INFO O| May 28 09:02:59.473 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50302026-05-28T09:03:00.897Z[ recovery-image] May 28 09:02:59.483 INFO O| May 28 09:02:59.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50312026-05-28T09:03:00.897Z[ recovery-image] May 28 09:02:59.483 INFO O| May 28 09:02:59.483 INFO STEP 45 (remove_files) COMPLETE
50322026-05-28T09:03:00.897Z[ recovery-image] May 28 09:02:59.483 INFO O| May 28 09:02:59.483 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50332026-05-28T09:03:00.919Z[ recovery-image] May 28 09:02:59.505 INFO O| May 28 09:02:59.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50342026-05-28T09:03:00.919Z[ recovery-image] May 28 09:02:59.505 INFO O| May 28 09:02:59.505 INFO STEP 46 (remove_files) COMPLETE
50352026-05-28T09:03:00.922Z[ recovery-image] May 28 09:02:59.505 INFO O| May 28 09:02:59.505 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50362026-05-28T09:03:00.947Z[ recovery-image] May 28 09:02:59.515 INFO O| May 28 09:02:59.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50372026-05-28T09:03:00.948Z[ recovery-image] May 28 09:02:59.515 INFO O| May 28 09:02:59.515 INFO STEP 47 (remove_files) COMPLETE
50382026-05-28T09:03:00.948Z[ recovery-image] May 28 09:02:59.515 INFO O| May 28 09:02:59.515 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50392026-05-28T09:03:00.948Z[ recovery-image] May 28 09:02:59.525 INFO O| May 28 09:02:59.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50402026-05-28T09:03:00.948Z[ recovery-image] May 28 09:02:59.525 INFO O| May 28 09:02:59.525 INFO STEP 48 (remove_files) COMPLETE
50412026-05-28T09:03:00.948Z[ recovery-image] May 28 09:02:59.525 INFO O| May 28 09:02:59.525 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50422026-05-28T09:03:00.951Z[ recovery-image] May 28 09:02:59.533 INFO O| May 28 09:02:59.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50432026-05-28T09:03:00.991Z[ recovery-image] May 28 09:02:59.576 INFO O| May 28 09:02:59.576 INFO STEP 49 (remove_files) COMPLETE
50442026-05-28T09:03:00.991Z[ recovery-image] May 28 09:02:59.576 INFO O| May 28 09:02:59.576 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50452026-05-28T09:03:01.000Z[ recovery-image] May 28 09:02:59.586 INFO O| May 28 09:02:59.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50462026-05-28T09:03:01.000Z[ recovery-image] May 28 09:02:59.586 INFO O| May 28 09:02:59.586 INFO STEP 50 (remove_files) COMPLETE
50472026-05-28T09:03:01.000Z[ recovery-image] May 28 09:02:59.586 INFO O| May 28 09:02:59.586 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50482026-05-28T09:03:01.009Z[ recovery-image] May 28 09:02:59.595 INFO O| May 28 09:02:59.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50492026-05-28T09:03:01.009Z[ recovery-image] May 28 09:02:59.595 INFO O| May 28 09:02:59.595 INFO STEP 51 (remove_files) COMPLETE
50502026-05-28T09:03:01.009Z[ recovery-image] May 28 09:02:59.595 INFO O| May 28 09:02:59.595 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50512026-05-28T09:03:01.018Z[ recovery-image] May 28 09:02:59.604 INFO O| May 28 09:02:59.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50522026-05-28T09:03:01.018Z[ recovery-image] May 28 09:02:59.604 INFO O| May 28 09:02:59.604 INFO STEP 52 (remove_files) COMPLETE
50532026-05-28T09:03:01.018Z[ recovery-image] May 28 09:02:59.604 INFO O| May 28 09:02:59.604 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50542026-05-28T09:03:01.027Z[ recovery-image] May 28 09:02:59.613 INFO O| May 28 09:02:59.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50552026-05-28T09:03:01.027Z[ recovery-image] May 28 09:02:59.613 INFO O| May 28 09:02:59.613 INFO STEP 53 (remove_files) COMPLETE
50562026-05-28T09:03:01.027Z[ recovery-image] May 28 09:02:59.613 INFO O| May 28 09:02:59.613 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50572026-05-28T09:03:01.036Z[ recovery-image] May 28 09:02:59.622 INFO O| May 28 09:02:59.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50582026-05-28T09:03:01.036Z[ recovery-image] May 28 09:02:59.622 INFO O| May 28 09:02:59.622 INFO STEP 54 (remove_files) COMPLETE
50592026-05-28T09:03:01.036Z[ recovery-image] May 28 09:02:59.622 INFO O| May 28 09:02:59.622 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50602026-05-28T09:03:01.045Z[ recovery-image] May 28 09:02:59.631 INFO O| May 28 09:02:59.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50612026-05-28T09:03:01.046Z[ recovery-image] May 28 09:02:59.631 INFO O| May 28 09:02:59.631 INFO STEP 55 (remove_files) COMPLETE
50622026-05-28T09:03:01.046Z[ recovery-image] May 28 09:02:59.631 INFO O| May 28 09:02:59.631 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50632026-05-28T09:03:01.054Z[ recovery-image] May 28 09:02:59.640 INFO O| May 28 09:02:59.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50642026-05-28T09:03:01.054Z[ recovery-image] May 28 09:02:59.640 INFO O| May 28 09:02:59.640 INFO STEP 56 (remove_files) COMPLETE
50652026-05-28T09:03:01.057Z[ recovery-image] May 28 09:02:59.640 INFO O| May 28 09:02:59.640 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50662026-05-28T09:03:01.063Z[ recovery-image] May 28 09:02:59.649 INFO O| May 28 09:02:59.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50672026-05-28T09:03:01.086Z[ recovery-image] May 28 09:02:59.672 INFO O| May 28 09:02:59.672 INFO STEP 57 (remove_files) COMPLETE
50682026-05-28T09:03:01.086Z[ recovery-image] May 28 09:02:59.672 INFO O| May 28 09:02:59.672 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50692026-05-28T09:03:01.106Z[ recovery-image] May 28 09:02:59.682 INFO O| May 28 09:02:59.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50702026-05-28T09:03:01.106Z[ recovery-image] May 28 09:02:59.683 INFO O| May 28 09:02:59.682 INFO STEP 58 (remove_files) COMPLETE
50712026-05-28T09:03:01.106Z[ recovery-image] May 28 09:02:59.683 INFO O| May 28 09:02:59.683 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50722026-05-28T09:03:01.106Z[ recovery-image] May 28 09:02:59.692 INFO O| May 28 09:02:59.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50732026-05-28T09:03:01.109Z[ recovery-image] May 28 09:02:59.695 INFO O| May 28 09:02:59.695 INFO STEP 59 (remove_files) COMPLETE
50742026-05-28T09:03:01.109Z[ recovery-image] May 28 09:02:59.695 INFO O| May 28 09:02:59.695 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50752026-05-28T09:03:01.129Z[ recovery-image] May 28 09:02:59.715 INFO O| May 28 09:02:59.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50762026-05-28T09:03:01.129Z[ recovery-image] May 28 09:02:59.715 INFO O| May 28 09:02:59.715 INFO STEP 60 (remove_files) COMPLETE
50772026-05-28T09:03:01.129Z[ recovery-image] May 28 09:02:59.715 INFO O| May 28 09:02:59.715 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50782026-05-28T09:03:01.139Z[ recovery-image] May 28 09:02:59.724 INFO O| May 28 09:02:59.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50792026-05-28T09:03:01.139Z[ recovery-image] May 28 09:02:59.725 INFO O| May 28 09:02:59.725 INFO STEP 61 (remove_files) COMPLETE
50802026-05-28T09:03:01.139Z[ recovery-image] May 28 09:02:59.725 INFO O| May 28 09:02:59.725 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50812026-05-28T09:03:01.147Z[ recovery-image] May 28 09:02:59.733 INFO O| May 28 09:02:59.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50822026-05-28T09:03:01.155Z[ recovery-image] May 28 09:02:59.741 INFO O| May 28 09:02:59.741 INFO STEP 62 (remove_files) COMPLETE
50832026-05-28T09:03:01.155Z[ recovery-image] May 28 09:02:59.741 INFO O| May 28 09:02:59.741 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50842026-05-28T09:03:01.166Z[ recovery-image] May 28 09:02:59.751 INFO O| May 28 09:02:59.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50852026-05-28T09:03:01.166Z[ recovery-image] May 28 09:02:59.751 INFO O| May 28 09:02:59.751 INFO STEP 63 (remove_files) COMPLETE
50862026-05-28T09:03:01.166Z[ recovery-image] May 28 09:02:59.751 INFO O| May 28 09:02:59.751 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50872026-05-28T09:03:01.175Z[ recovery-image] May 28 09:02:59.761 INFO O| May 28 09:02:59.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50882026-05-28T09:03:01.175Z[ recovery-image] May 28 09:02:59.761 INFO O| May 28 09:02:59.761 INFO STEP 64 (remove_files) COMPLETE
50892026-05-28T09:03:01.175Z[ recovery-image] May 28 09:02:59.761 INFO O| May 28 09:02:59.761 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50902026-05-28T09:03:01.185Z[ recovery-image] May 28 09:02:59.771 INFO O| May 28 09:02:59.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50912026-05-28T09:03:01.185Z[ recovery-image] May 28 09:02:59.771 INFO O| May 28 09:02:59.771 INFO STEP 65 (remove_files) COMPLETE
50922026-05-28T09:03:01.185Z[ recovery-image] May 28 09:02:59.771 INFO O| May 28 09:02:59.771 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50932026-05-28T09:03:01.195Z[ recovery-image] May 28 09:02:59.781 INFO O| May 28 09:02:59.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50942026-05-28T09:03:01.195Z[ recovery-image] May 28 09:02:59.781 INFO O| May 28 09:02:59.781 INFO STEP 66 (remove_files) COMPLETE
50952026-05-28T09:03:01.195Z[ recovery-image] May 28 09:02:59.781 INFO O| May 28 09:02:59.781 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50962026-05-28T09:03:01.218Z[ recovery-image] May 28 09:02:59.804 INFO O| May 28 09:02:59.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50972026-05-28T09:03:01.218Z[ recovery-image] May 28 09:02:59.804 INFO O| May 28 09:02:59.804 INFO STEP 67 (remove_files) COMPLETE
50982026-05-28T09:03:01.218Z[ recovery-image] May 28 09:02:59.804 INFO O| May 28 09:02:59.804 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50992026-05-28T09:03:01.227Z[ recovery-image] May 28 09:02:59.813 INFO O| May 28 09:02:59.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
51002026-05-28T09:03:01.227Z[ recovery-image] May 28 09:02:59.813 INFO O| May 28 09:02:59.813 INFO STEP 68 (remove_files) COMPLETE
51012026-05-28T09:03:01.230Z[ recovery-image] May 28 09:02:59.813 INFO O| May 28 09:02:59.813 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51022026-05-28T09:03:01.236Z[ recovery-image] May 28 09:02:59.822 INFO O| May 28 09:02:59.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51032026-05-28T09:03:01.236Z[ recovery-image] May 28 09:02:59.822 INFO O| May 28 09:02:59.822 INFO STEP 69 (remove_files) COMPLETE
51042026-05-28T09:03:01.239Z[ recovery-image] May 28 09:02:59.822 INFO O| May 28 09:02:59.822 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51052026-05-28T09:03:01.244Z[ recovery-image] May 28 09:02:59.830 INFO O| May 28 09:02:59.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51062026-05-28T09:03:01.244Z[ recovery-image] May 28 09:02:59.830 INFO O| May 28 09:02:59.830 INFO STEP 70 (remove_files) COMPLETE
51072026-05-28T09:03:01.247Z[ recovery-image] May 28 09:02:59.830 INFO O| May 28 09:02:59.830 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51082026-05-28T09:03:01.252Z[ recovery-image] May 28 09:02:59.839 INFO O| May 28 09:02:59.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51092026-05-28T09:03:01.253Z[ recovery-image] May 28 09:02:59.839 INFO O| May 28 09:02:59.839 INFO STEP 71 (remove_files) COMPLETE
51102026-05-28T09:03:01.256Z[ recovery-image] May 28 09:02:59.839 INFO O| May 28 09:02:59.839 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51112026-05-28T09:03:01.283Z[ recovery-image] May 28 09:02:59.869 INFO O| May 28 09:02:59.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51122026-05-28T09:03:01.283Z[ recovery-image] May 28 09:02:59.869 INFO O| May 28 09:02:59.869 INFO STEP 72 (remove_files) COMPLETE
51132026-05-28T09:03:01.283Z[ recovery-image] May 28 09:02:59.869 INFO O| May 28 09:02:59.869 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51142026-05-28T09:03:01.291Z[ recovery-image] May 28 09:02:59.877 INFO O| May 28 09:02:59.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51152026-05-28T09:03:01.291Z[ recovery-image] May 28 09:02:59.877 INFO O| May 28 09:02:59.877 INFO STEP 73 (remove_files) COMPLETE
51162026-05-28T09:03:01.291Z[ recovery-image] May 28 09:02:59.877 INFO O| May 28 09:02:59.877 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51172026-05-28T09:03:01.299Z[ recovery-image] May 28 09:02:59.885 INFO O| May 28 09:02:59.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51182026-05-28T09:03:01.299Z[ recovery-image] May 28 09:02:59.885 INFO O| May 28 09:02:59.885 INFO STEP 74 (remove_files) COMPLETE
51192026-05-28T09:03:01.299Z[ recovery-image] May 28 09:02:59.885 INFO O| May 28 09:02:59.885 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51202026-05-28T09:03:01.307Z[ recovery-image] May 28 09:02:59.893 INFO O| May 28 09:02:59.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51212026-05-28T09:03:01.307Z[ recovery-image] May 28 09:02:59.893 INFO O| May 28 09:02:59.893 INFO STEP 75 (remove_files) COMPLETE
51222026-05-28T09:03:01.307Z[ recovery-image] May 28 09:02:59.893 INFO O| May 28 09:02:59.893 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51232026-05-28T09:03:01.315Z[ recovery-image] May 28 09:02:59.901 INFO O| May 28 09:02:59.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51242026-05-28T09:03:01.315Z[ recovery-image] May 28 09:02:59.901 INFO O| May 28 09:02:59.901 INFO STEP 76 (remove_files) COMPLETE
51252026-05-28T09:03:01.318Z[ recovery-image] May 28 09:02:59.901 INFO O| May 28 09:02:59.901 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51262026-05-28T09:03:01.323Z[ recovery-image] May 28 09:02:59.909 INFO O| May 28 09:02:59.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51272026-05-28T09:03:01.323Z[ recovery-image] May 28 09:02:59.909 INFO O| May 28 09:02:59.909 INFO STEP 77 (remove_files) COMPLETE
51282026-05-28T09:03:01.323Z[ recovery-image] May 28 09:02:59.909 INFO O| May 28 09:02:59.909 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51292026-05-28T09:03:01.332Z[ recovery-image] May 28 09:02:59.917 INFO O| May 28 09:02:59.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51302026-05-28T09:03:01.332Z[ recovery-image] May 28 09:02:59.918 INFO O| May 28 09:02:59.918 INFO STEP 78 (remove_files) COMPLETE
51312026-05-28T09:03:01.332Z[ recovery-image] May 28 09:02:59.918 INFO O| May 28 09:02:59.918 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51322026-05-28T09:03:01.340Z[ recovery-image] May 28 09:02:59.926 INFO O| May 28 09:02:59.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51332026-05-28T09:03:01.340Z[ recovery-image] May 28 09:02:59.926 INFO O| May 28 09:02:59.926 INFO STEP 79 (remove_files) COMPLETE
51342026-05-28T09:03:01.343Z[ recovery-image] May 28 09:02:59.926 INFO O| May 28 09:02:59.926 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51352026-05-28T09:03:01.348Z[ recovery-image] May 28 09:02:59.934 INFO O| May 28 09:02:59.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51362026-05-28T09:03:01.348Z[ recovery-image] May 28 09:02:59.934 INFO O| May 28 09:02:59.934 INFO STEP 80 (remove_files) COMPLETE
51372026-05-28T09:03:01.351Z[ recovery-image] May 28 09:02:59.934 INFO O| May 28 09:02:59.934 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51382026-05-28T09:03:01.356Z[ recovery-image] May 28 09:02:59.942 INFO O| May 28 09:02:59.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51392026-05-28T09:03:01.356Z[ recovery-image] May 28 09:02:59.943 INFO O| May 28 09:02:59.942 INFO STEP 81 (remove_files) COMPLETE
51402026-05-28T09:03:01.359Z[ recovery-image] May 28 09:02:59.943 INFO O| May 28 09:02:59.943 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51412026-05-28T09:03:01.364Z[ recovery-image] May 28 09:02:59.950 INFO O| May 28 09:02:59.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51422026-05-28T09:03:01.364Z[ recovery-image] May 28 09:02:59.950 INFO O| May 28 09:02:59.950 INFO STEP 82 (remove_files) COMPLETE
51432026-05-28T09:03:01.364Z[ recovery-image] May 28 09:02:59.950 INFO O| May 28 09:02:59.950 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51442026-05-28T09:03:01.372Z[ recovery-image] May 28 09:02:59.958 INFO O| May 28 09:02:59.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51452026-05-28T09:03:01.372Z[ recovery-image] May 28 09:02:59.958 INFO O| May 28 09:02:59.958 INFO STEP 83 (remove_files) COMPLETE
51462026-05-28T09:03:01.375Z[ recovery-image] May 28 09:02:59.958 INFO O| May 28 09:02:59.958 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51472026-05-28T09:03:01.380Z[ recovery-image] May 28 09:02:59.966 INFO O| May 28 09:02:59.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51482026-05-28T09:03:01.380Z[ recovery-image] May 28 09:02:59.966 INFO O| May 28 09:02:59.966 INFO STEP 84 (remove_files) COMPLETE
51492026-05-28T09:03:01.382Z[ recovery-image] May 28 09:02:59.966 INFO O| May 28 09:02:59.966 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51502026-05-28T09:03:01.388Z[ recovery-image] May 28 09:02:59.974 INFO O| May 28 09:02:59.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51512026-05-28T09:03:01.388Z[ recovery-image] May 28 09:02:59.974 INFO O| May 28 09:02:59.974 INFO STEP 85 (remove_files) COMPLETE
51522026-05-28T09:03:01.388Z[ recovery-image] May 28 09:02:59.974 INFO O| May 28 09:02:59.974 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51532026-05-28T09:03:01.396Z[ recovery-image] May 28 09:02:59.982 INFO O| May 28 09:02:59.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51542026-05-28T09:03:01.396Z[ recovery-image] May 28 09:02:59.982 INFO O| May 28 09:02:59.982 INFO STEP 86 (remove_files) COMPLETE
51552026-05-28T09:03:01.396Z[ recovery-image] May 28 09:02:59.982 INFO O| May 28 09:02:59.982 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51562026-05-28T09:03:01.405Z[ recovery-image] May 28 09:02:59.990 INFO O| May 28 09:02:59.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51572026-05-28T09:03:01.405Z[ recovery-image] May 28 09:02:59.991 INFO O| May 28 09:02:59.991 INFO STEP 87 (remove_files) COMPLETE
51582026-05-28T09:03:01.407Z[ recovery-image] May 28 09:02:59.991 INFO O| May 28 09:02:59.991 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51592026-05-28T09:03:01.413Z[ recovery-image] May 28 09:02:59.999 INFO O| May 28 09:02:59.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51602026-05-28T09:03:01.413Z[ recovery-image] May 28 09:02:59.999 INFO O| May 28 09:02:59.999 INFO STEP 88 (remove_files) COMPLETE
51612026-05-28T09:03:01.416Z[ recovery-image] May 28 09:02:59.999 INFO O| May 28 09:02:59.999 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51622026-05-28T09:03:01.421Z[ recovery-image] May 28 09:03:00.007 INFO O| May 28 09:03:00.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51632026-05-28T09:03:01.421Z[ recovery-image] May 28 09:03:00.007 INFO O| May 28 09:03:00.007 INFO STEP 89 (remove_files) COMPLETE
51642026-05-28T09:03:01.424Z[ recovery-image] May 28 09:03:00.007 INFO O| May 28 09:03:00.007 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51652026-05-28T09:03:01.431Z[ recovery-image] May 28 09:03:00.017 INFO O| May 28 09:03:00.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51662026-05-28T09:03:01.431Z[ recovery-image] May 28 09:03:00.017 INFO O| May 28 09:03:00.017 INFO STEP 90 (remove_files) COMPLETE
51672026-05-28T09:03:01.433Z[ recovery-image] May 28 09:03:00.017 INFO O| May 28 09:03:00.017 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51682026-05-28T09:03:01.440Z[ recovery-image] May 28 09:03:00.026 INFO O| May 28 09:03:00.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51692026-05-28T09:03:01.440Z[ recovery-image] May 28 09:03:00.026 INFO O| May 28 09:03:00.026 INFO STEP 91 (remove_files) COMPLETE
51702026-05-28T09:03:01.442Z[ recovery-image] May 28 09:03:00.026 INFO O| May 28 09:03:00.026 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51712026-05-28T09:03:01.449Z[ recovery-image] May 28 09:03:00.035 INFO O| May 28 09:03:00.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51722026-05-28T09:03:01.449Z[ recovery-image] May 28 09:03:00.035 INFO O| May 28 09:03:00.035 INFO STEP 92 (remove_files) COMPLETE
51732026-05-28T09:03:01.451Z[ recovery-image] May 28 09:03:00.035 INFO O| May 28 09:03:00.035 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51742026-05-28T09:03:01.459Z[ recovery-image] May 28 09:03:00.045 INFO O| May 28 09:03:00.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51752026-05-28T09:03:01.459Z[ recovery-image] May 28 09:03:00.045 INFO O| May 28 09:03:00.045 INFO STEP 93 (remove_files) COMPLETE
51762026-05-28T09:03:01.459Z[ recovery-image] May 28 09:03:00.045 INFO O| May 28 09:03:00.045 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51772026-05-28T09:03:01.468Z[ recovery-image] May 28 09:03:00.054 INFO O| May 28 09:03:00.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51782026-05-28T09:03:01.468Z[ recovery-image] May 28 09:03:00.054 INFO O| May 28 09:03:00.054 INFO STEP 94 (remove_files) COMPLETE
51792026-05-28T09:03:01.471Z[ recovery-image] May 28 09:03:00.054 INFO O| May 28 09:03:00.054 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51802026-05-28T09:03:01.477Z[ recovery-image] May 28 09:03:00.063 INFO O| May 28 09:03:00.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51812026-05-28T09:03:01.480Z[ recovery-image] May 28 09:03:00.063 INFO O| May 28 09:03:00.063 INFO STEP 95 (remove_files) COMPLETE
51822026-05-28T09:03:01.480Z[ recovery-image] May 28 09:03:00.063 INFO O| May 28 09:03:00.063 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51832026-05-28T09:03:01.488Z[ recovery-image] May 28 09:03:00.074 INFO O| May 28 09:03:00.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51842026-05-28T09:03:01.488Z[ recovery-image] May 28 09:03:00.074 INFO O| May 28 09:03:00.074 INFO STEP 96 (remove_files) COMPLETE
51852026-05-28T09:03:01.488Z[ recovery-image] May 28 09:03:00.074 INFO O| May 28 09:03:00.074 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51862026-05-28T09:03:01.497Z[ recovery-image] May 28 09:03:00.083 INFO O| May 28 09:03:00.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51872026-05-28T09:03:01.497Z[ recovery-image] May 28 09:03:00.083 INFO O| May 28 09:03:00.083 INFO STEP 97 (remove_files) COMPLETE
51882026-05-28T09:03:01.500Z[ recovery-image] May 28 09:03:00.083 INFO O| May 28 09:03:00.083 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51892026-05-28T09:03:01.508Z[ recovery-image] May 28 09:03:00.094 INFO O| May 28 09:03:00.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51902026-05-28T09:03:01.508Z[ recovery-image] May 28 09:03:00.094 INFO O| May 28 09:03:00.094 INFO STEP 98 (remove_files) COMPLETE
51912026-05-28T09:03:01.511Z[ recovery-image] May 28 09:03:00.094 INFO O| May 28 09:03:00.094 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51922026-05-28T09:03:01.517Z[ recovery-image] May 28 09:03:00.103 INFO O| May 28 09:03:00.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51932026-05-28T09:03:01.517Z[ recovery-image] May 28 09:03:00.103 INFO O| May 28 09:03:00.103 INFO STEP 99 (remove_files) COMPLETE
51942026-05-28T09:03:01.517Z[ recovery-image] May 28 09:03:00.103 INFO O| May 28 09:03:00.103 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51952026-05-28T09:03:01.525Z[ recovery-image] May 28 09:03:00.111 INFO O| May 28 09:03:00.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51962026-05-28T09:03:01.525Z[ recovery-image] May 28 09:03:00.111 INFO O| May 28 09:03:00.111 INFO STEP 100 (remove_files) COMPLETE
51972026-05-28T09:03:01.528Z[ recovery-image] May 28 09:03:00.111 INFO O| May 28 09:03:00.111 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-05-28T09:03:01.534Z[ recovery-image] May 28 09:03:00.120 INFO O| May 28 09:03:00.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51992026-05-28T09:03:01.534Z[ recovery-image] May 28 09:03:00.120 INFO O| May 28 09:03:00.120 INFO STEP 101 (remove_files) COMPLETE
52002026-05-28T09:03:01.537Z[ recovery-image] May 28 09:03:00.120 INFO O| May 28 09:03:00.120 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-05-28T09:03:01.542Z[ recovery-image] May 28 09:03:00.128 INFO O| May 28 09:03:00.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52022026-05-28T09:03:01.542Z[ recovery-image] May 28 09:03:00.128 INFO O| May 28 09:03:00.128 INFO STEP 102 (remove_files) COMPLETE
52032026-05-28T09:03:01.545Z[ recovery-image] May 28 09:03:00.128 INFO O| May 28 09:03:00.128 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-05-28T09:03:01.555Z[ recovery-image] May 28 09:03:00.141 INFO O| May 28 09:03:00.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52052026-05-28T09:03:01.555Z[ recovery-image] May 28 09:03:00.141 INFO O| May 28 09:03:00.141 INFO STEP 103 (remove_files) COMPLETE
52062026-05-28T09:03:01.555Z[ recovery-image] May 28 09:03:00.141 INFO O| May 28 09:03:00.141 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-05-28T09:03:01.567Z[ recovery-image] May 28 09:03:00.153 INFO O| May 28 09:03:00.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52082026-05-28T09:03:01.567Z[ recovery-image] May 28 09:03:00.153 INFO O| May 28 09:03:00.153 INFO STEP 104 (remove_files) COMPLETE
52092026-05-28T09:03:01.570Z[ recovery-image] May 28 09:03:00.153 INFO O| May 28 09:03:00.153 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-05-28T09:03:01.577Z[ recovery-image] May 28 09:03:00.163 INFO O| May 28 09:03:00.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52112026-05-28T09:03:01.577Z[ recovery-image] May 28 09:03:00.163 INFO O| May 28 09:03:00.163 INFO STEP 105 (remove_files) COMPLETE
52122026-05-28T09:03:01.580Z[ recovery-image] May 28 09:03:00.163 INFO O| May 28 09:03:00.163 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52132026-05-28T09:03:01.587Z[ recovery-image] May 28 09:03:00.173 INFO O| May 28 09:03:00.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52142026-05-28T09:03:01.587Z[ recovery-image] May 28 09:03:00.173 INFO O| May 28 09:03:00.173 INFO STEP 106 (remove_files) COMPLETE
52152026-05-28T09:03:01.587Z[ recovery-image] May 28 09:03:00.173 INFO O| May 28 09:03:00.173 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-05-28T09:03:01.598Z[ recovery-image] May 28 09:03:00.184 INFO O| May 28 09:03:00.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52172026-05-28T09:03:01.598Z[ recovery-image] May 28 09:03:00.184 INFO O| May 28 09:03:00.184 INFO STEP 107 (remove_files) COMPLETE
52182026-05-28T09:03:01.601Z[ recovery-image] May 28 09:03:00.184 INFO O| May 28 09:03:00.184 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-05-28T09:03:01.607Z[ recovery-image] May 28 09:03:00.193 INFO O| May 28 09:03:00.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52202026-05-28T09:03:01.607Z[ recovery-image] May 28 09:03:00.193 INFO O| May 28 09:03:00.193 INFO STEP 108 (remove_files) COMPLETE
52212026-05-28T09:03:01.607Z[ recovery-image] May 28 09:03:00.193 INFO O| May 28 09:03:00.193 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-05-28T09:03:01.614Z[ recovery-image] May 28 09:03:00.200 INFO O| May 28 09:03:00.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52232026-05-28T09:03:01.614Z[ recovery-image] May 28 09:03:00.200 INFO O| May 28 09:03:00.200 INFO STEP 109 (remove_files) COMPLETE
52242026-05-28T09:03:01.618Z[ recovery-image] May 28 09:03:00.200 INFO O| May 28 09:03:00.200 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-05-28T09:03:01.625Z[ recovery-image] May 28 09:03:00.211 INFO O| May 28 09:03:00.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52262026-05-28T09:03:01.626Z[ recovery-image] May 28 09:03:00.212 INFO O| May 28 09:03:00.212 INFO STEP 110 (remove_files) COMPLETE
52272026-05-28T09:03:01.626Z[ recovery-image] May 28 09:03:00.212 INFO O| May 28 09:03:00.212 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-05-28T09:03:01.636Z[ recovery-image] May 28 09:03:00.222 INFO O| May 28 09:03:00.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52292026-05-28T09:03:01.639Z[ recovery-image] May 28 09:03:00.223 INFO O| May 28 09:03:00.223 INFO STEP 111 (remove_files) COMPLETE
52302026-05-28T09:03:01.639Z[ recovery-image] May 28 09:03:00.223 INFO O| May 28 09:03:00.223 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-05-28T09:03:01.647Z[ recovery-image] May 28 09:03:00.233 INFO O| May 28 09:03:00.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52322026-05-28T09:03:01.647Z[ recovery-image] May 28 09:03:00.233 INFO O| May 28 09:03:00.233 INFO STEP 112 (remove_files) COMPLETE
52332026-05-28T09:03:01.647Z[ recovery-image] May 28 09:03:00.233 INFO O| May 28 09:03:00.233 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-05-28T09:03:01.658Z[ recovery-image] May 28 09:03:00.244 INFO O| May 28 09:03:00.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52352026-05-28T09:03:01.658Z[ recovery-image] May 28 09:03:00.244 INFO O| May 28 09:03:00.244 INFO STEP 113 (remove_files) COMPLETE
52362026-05-28T09:03:01.658Z[ recovery-image] May 28 09:03:00.244 INFO O| May 28 09:03:00.244 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-05-28T09:03:01.668Z[ recovery-image] May 28 09:03:00.254 INFO O| May 28 09:03:00.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52382026-05-28T09:03:01.668Z[ recovery-image] May 28 09:03:00.254 INFO O| May 28 09:03:00.254 INFO STEP 114 (remove_files) COMPLETE
52392026-05-28T09:03:01.669Z[ recovery-image] May 28 09:03:00.254 INFO O| May 28 09:03:00.254 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-05-28T09:03:01.678Z[ recovery-image] May 28 09:03:00.264 INFO O| May 28 09:03:00.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52412026-05-28T09:03:01.678Z[ recovery-image] May 28 09:03:00.264 INFO O| May 28 09:03:00.264 INFO STEP 115 (remove_files) COMPLETE
52422026-05-28T09:03:01.678Z[ recovery-image] May 28 09:03:00.264 INFO O| May 28 09:03:00.264 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-05-28T09:03:01.687Z[ recovery-image] May 28 09:03:00.273 INFO O| May 28 09:03:00.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52442026-05-28T09:03:01.687Z[ recovery-image] May 28 09:03:00.273 INFO O| May 28 09:03:00.273 INFO STEP 116 (remove_files) COMPLETE
52452026-05-28T09:03:01.687Z[ recovery-image] May 28 09:03:00.273 INFO O| May 28 09:03:00.273 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-05-28T09:03:01.697Z[ recovery-image] May 28 09:03:00.283 INFO O| May 28 09:03:00.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52472026-05-28T09:03:01.697Z[ recovery-image] May 28 09:03:00.283 INFO O| May 28 09:03:00.283 INFO STEP 117 (remove_files) COMPLETE
52482026-05-28T09:03:01.697Z[ recovery-image] May 28 09:03:00.283 INFO O| May 28 09:03:00.283 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-05-28T09:03:01.707Z[ recovery-image] May 28 09:03:00.293 INFO O| May 28 09:03:00.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52502026-05-28T09:03:01.707Z[ recovery-image] May 28 09:03:00.293 INFO O| May 28 09:03:00.293 INFO STEP 118 (remove_files) COMPLETE
52512026-05-28T09:03:01.707Z[ recovery-image] May 28 09:03:00.293 INFO O| May 28 09:03:00.293 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-05-28T09:03:01.717Z[ recovery-image] May 28 09:03:00.303 INFO O| May 28 09:03:00.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52532026-05-28T09:03:01.717Z[ recovery-image] May 28 09:03:00.303 INFO O| May 28 09:03:00.303 INFO STEP 119 (remove_files) COMPLETE
52542026-05-28T09:03:01.717Z[ recovery-image] May 28 09:03:00.303 INFO O| May 28 09:03:00.303 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-05-28T09:03:01.726Z[ recovery-image] May 28 09:03:00.312 INFO O| May 28 09:03:00.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52562026-05-28T09:03:01.726Z[ recovery-image] May 28 09:03:00.312 INFO O| May 28 09:03:00.312 INFO STEP 120 (remove_files) COMPLETE
52572026-05-28T09:03:01.726Z[ recovery-image] May 28 09:03:00.312 INFO O| May 28 09:03:00.312 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-05-28T09:03:01.736Z[ recovery-image] May 28 09:03:00.322 INFO O| May 28 09:03:00.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52592026-05-28T09:03:01.736Z[ recovery-image] May 28 09:03:00.322 INFO O| May 28 09:03:00.322 INFO STEP 121 (remove_files) COMPLETE
52602026-05-28T09:03:01.736Z[ recovery-image] May 28 09:03:00.322 INFO O| May 28 09:03:00.322 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-05-28T09:03:01.745Z[ recovery-image] May 28 09:03:00.331 INFO O| May 28 09:03:00.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52622026-05-28T09:03:01.745Z[ recovery-image] May 28 09:03:00.331 INFO O| May 28 09:03:00.331 INFO STEP 122 (remove_files) COMPLETE
52632026-05-28T09:03:01.745Z[ recovery-image] May 28 09:03:00.331 INFO O| May 28 09:03:00.331 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-05-28T09:03:01.755Z[ recovery-image] May 28 09:03:00.341 INFO O| May 28 09:03:00.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52652026-05-28T09:03:01.755Z[ recovery-image] May 28 09:03:00.341 INFO O| May 28 09:03:00.341 INFO STEP 123 (remove_files) COMPLETE
52662026-05-28T09:03:01.755Z[ recovery-image] May 28 09:03:00.341 INFO O| May 28 09:03:00.341 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-05-28T09:03:01.764Z[ recovery-image] May 28 09:03:00.350 INFO O| May 28 09:03:00.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52682026-05-28T09:03:01.764Z[ recovery-image] May 28 09:03:00.350 INFO O| May 28 09:03:00.350 INFO STEP 124 (remove_files) COMPLETE
52692026-05-28T09:03:01.767Z[ recovery-image] May 28 09:03:00.350 INFO O| May 28 09:03:00.350 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-05-28T09:03:01.773Z[ recovery-image] May 28 09:03:00.359 INFO O| May 28 09:03:00.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52712026-05-28T09:03:01.773Z[ recovery-image] May 28 09:03:00.359 INFO O| May 28 09:03:00.359 INFO STEP 125 (remove_files) COMPLETE
52722026-05-28T09:03:01.776Z[ recovery-image] May 28 09:03:00.359 INFO O| May 28 09:03:00.359 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-05-28T09:03:01.782Z[ recovery-image] May 28 09:03:00.368 INFO O| May 28 09:03:00.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52742026-05-28T09:03:01.782Z[ recovery-image] May 28 09:03:00.368 INFO O| May 28 09:03:00.368 INFO STEP 126 (remove_files) COMPLETE
52752026-05-28T09:03:01.782Z[ recovery-image] May 28 09:03:00.368 INFO O| May 28 09:03:00.368 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-05-28T09:03:01.791Z[ recovery-image] May 28 09:03:00.377 INFO O| May 28 09:03:00.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52772026-05-28T09:03:01.791Z[ recovery-image] May 28 09:03:00.377 INFO O| May 28 09:03:00.377 INFO STEP 127 (remove_files) COMPLETE
52782026-05-28T09:03:01.791Z[ recovery-image] May 28 09:03:00.377 INFO O| May 28 09:03:00.377 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-05-28T09:03:01.800Z[ recovery-image] May 28 09:03:00.386 INFO O| May 28 09:03:00.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52802026-05-28T09:03:01.800Z[ recovery-image] May 28 09:03:00.386 INFO O| May 28 09:03:00.386 INFO STEP 128 (remove_files) COMPLETE
52812026-05-28T09:03:01.800Z[ recovery-image] May 28 09:03:00.386 INFO O| May 28 09:03:00.386 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-05-28T09:03:01.810Z[ recovery-image] May 28 09:03:00.396 INFO O| May 28 09:03:00.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52832026-05-28T09:03:01.810Z[ recovery-image] May 28 09:03:00.396 INFO O| May 28 09:03:00.396 INFO STEP 129 (remove_files) COMPLETE
52842026-05-28T09:03:01.811Z[ recovery-image] May 28 09:03:00.396 INFO O| May 28 09:03:00.396 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-05-28T09:03:01.819Z[ recovery-image] May 28 09:03:00.405 INFO O| May 28 09:03:00.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52862026-05-28T09:03:01.819Z[ recovery-image] May 28 09:03:00.405 INFO O| May 28 09:03:00.405 INFO STEP 130 (remove_files) COMPLETE
52872026-05-28T09:03:01.819Z[ recovery-image] May 28 09:03:00.405 INFO O| May 28 09:03:00.405 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-05-28T09:03:01.827Z[ recovery-image] May 28 09:03:00.413 INFO O| May 28 09:03:00.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52892026-05-28T09:03:01.830Z[ recovery-image] May 28 09:03:00.414 INFO O| May 28 09:03:00.414 INFO STEP 131 (remove_files) COMPLETE
52902026-05-28T09:03:01.830Z[ recovery-image] May 28 09:03:00.414 INFO O| May 28 09:03:00.414 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-05-28T09:03:01.839Z[ recovery-image] May 28 09:03:00.425 INFO O| May 28 09:03:00.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52922026-05-28T09:03:01.839Z[ recovery-image] May 28 09:03:00.425 INFO O| May 28 09:03:00.425 INFO STEP 132 (remove_files) COMPLETE
52932026-05-28T09:03:01.842Z[ recovery-image] May 28 09:03:00.425 INFO O| May 28 09:03:00.425 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-05-28T09:03:01.849Z[ recovery-image] May 28 09:03:00.434 INFO O| May 28 09:03:00.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52952026-05-28T09:03:01.849Z[ recovery-image] May 28 09:03:00.435 INFO O| May 28 09:03:00.435 INFO STEP 133 (remove_files) COMPLETE
52962026-05-28T09:03:01.849Z[ recovery-image] May 28 09:03:00.435 INFO O| May 28 09:03:00.435 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-05-28T09:03:01.858Z[ recovery-image] May 28 09:03:00.444 INFO O| May 28 09:03:00.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52982026-05-28T09:03:01.858Z[ recovery-image] May 28 09:03:00.444 INFO O| May 28 09:03:00.444 INFO STEP 134 (remove_files) COMPLETE
52992026-05-28T09:03:01.861Z[ recovery-image] May 28 09:03:00.444 INFO O| May 28 09:03:00.444 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-05-28T09:03:01.869Z[ recovery-image] May 28 09:03:00.454 INFO O| May 28 09:03:00.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53012026-05-28T09:03:01.869Z[ recovery-image] May 28 09:03:00.454 INFO O| May 28 09:03:00.454 INFO STEP 135 (remove_files) COMPLETE
53022026-05-28T09:03:01.869Z[ recovery-image] May 28 09:03:00.454 INFO O| May 28 09:03:00.454 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-05-28T09:03:01.876Z[ recovery-image] May 28 09:03:00.462 INFO O| May 28 09:03:00.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53042026-05-28T09:03:01.876Z[ recovery-image] May 28 09:03:00.462 INFO O| May 28 09:03:00.462 INFO STEP 136 (remove_files) COMPLETE
53052026-05-28T09:03:01.878Z[ recovery-image] May 28 09:03:00.462 INFO O| May 28 09:03:00.462 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-05-28T09:03:01.882Z[ recovery-image] May 28 09:03:00.469 INFO O| May 28 09:03:00.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53072026-05-28T09:03:01.883Z[ recovery-image] May 28 09:03:00.469 INFO O| May 28 09:03:00.469 INFO STEP 137 (remove_files) COMPLETE
53082026-05-28T09:03:01.887Z[ recovery-image] May 28 09:03:00.469 INFO O| May 28 09:03:00.469 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-05-28T09:03:01.890Z[ recovery-image] May 28 09:03:00.476 INFO O| May 28 09:03:00.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53102026-05-28T09:03:01.890Z[ recovery-image] May 28 09:03:00.476 INFO O| May 28 09:03:00.476 INFO STEP 138 (remove_files) COMPLETE
53112026-05-28T09:03:01.890Z[ recovery-image] May 28 09:03:00.476 INFO O| May 28 09:03:00.476 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-05-28T09:03:01.897Z[ recovery-image] May 28 09:03:00.483 INFO O| May 28 09:03:00.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53132026-05-28T09:03:01.897Z[ recovery-image] May 28 09:03:00.483 INFO O| May 28 09:03:00.483 INFO STEP 139 (remove_files) COMPLETE
53142026-05-28T09:03:01.900Z[ recovery-image] May 28 09:03:00.483 INFO O| May 28 09:03:00.483 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-05-28T09:03:01.930Z[ recovery-image] May 28 09:03:00.515 INFO O| May 28 09:03:00.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53162026-05-28T09:03:01.930Z[ recovery-image] May 28 09:03:00.515 INFO O| May 28 09:03:00.515 INFO STEP 140 (remove_files) COMPLETE
53172026-05-28T09:03:01.933Z[ recovery-image] May 28 09:03:00.515 INFO O| May 28 09:03:00.515 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-05-28T09:03:01.937Z[ recovery-image] May 28 09:03:00.523 INFO O| May 28 09:03:00.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53192026-05-28T09:03:01.940Z[ recovery-image] May 28 09:03:00.524 INFO O| May 28 09:03:00.524 INFO STEP 141 (remove_files) COMPLETE
53202026-05-28T09:03:01.940Z[ recovery-image] May 28 09:03:00.524 INFO O| May 28 09:03:00.524 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-05-28T09:03:01.946Z[ recovery-image] May 28 09:03:00.532 INFO O| May 28 09:03:00.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53222026-05-28T09:03:01.950Z[ recovery-image] May 28 09:03:00.536 INFO O| May 28 09:03:00.536 INFO STEP 142 (remove_files) COMPLETE
53232026-05-28T09:03:01.950Z[ recovery-image] May 28 09:03:00.536 INFO O| May 28 09:03:00.536 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-05-28T09:03:01.958Z[ recovery-image] May 28 09:03:00.544 INFO O| May 28 09:03:00.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53252026-05-28T09:03:01.958Z[ recovery-image] May 28 09:03:00.544 INFO O| May 28 09:03:00.544 INFO STEP 143 (remove_files) COMPLETE
53262026-05-28T09:03:01.961Z[ recovery-image] May 28 09:03:00.544 INFO O| May 28 09:03:00.544 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-05-28T09:03:01.965Z[ recovery-image] May 28 09:03:00.551 INFO O| May 28 09:03:00.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53282026-05-28T09:03:01.965Z[ recovery-image] May 28 09:03:00.552 INFO O| May 28 09:03:00.551 INFO STEP 144 (remove_files) COMPLETE
53292026-05-28T09:03:01.968Z[ recovery-image] May 28 09:03:00.552 INFO O| May 28 09:03:00.551 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-05-28T09:03:01.973Z[ recovery-image] May 28 09:03:00.559 INFO O| May 28 09:03:00.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53312026-05-28T09:03:01.973Z[ recovery-image] May 28 09:03:00.559 INFO O| May 28 09:03:00.559 INFO STEP 145 (remove_files) COMPLETE
53322026-05-28T09:03:01.976Z[ recovery-image] May 28 09:03:00.559 INFO O| May 28 09:03:00.559 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-05-28T09:03:01.981Z[ recovery-image] May 28 09:03:00.567 INFO O| May 28 09:03:00.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53342026-05-28T09:03:01.981Z[ recovery-image] May 28 09:03:00.567 INFO O| May 28 09:03:00.567 INFO STEP 146 (remove_files) COMPLETE
53352026-05-28T09:03:01.984Z[ recovery-image] May 28 09:03:00.567 INFO O| May 28 09:03:00.567 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-05-28T09:03:01.989Z[ recovery-image] May 28 09:03:00.575 INFO O| May 28 09:03:00.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53372026-05-28T09:03:01.989Z[ recovery-image] May 28 09:03:00.575 INFO O| May 28 09:03:00.575 INFO STEP 147 (remove_files) COMPLETE
53382026-05-28T09:03:01.992Z[ recovery-image] May 28 09:03:00.575 INFO O| May 28 09:03:00.575 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-05-28T09:03:01.997Z[ recovery-image] May 28 09:03:00.583 INFO O| May 28 09:03:00.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53402026-05-28T09:03:01.997Z[ recovery-image] May 28 09:03:00.583 INFO O| May 28 09:03:00.583 INFO STEP 148 (remove_files) COMPLETE
53412026-05-28T09:03:02.000Z[ recovery-image] May 28 09:03:00.583 INFO O| May 28 09:03:00.583 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-05-28T09:03:02.004Z[ recovery-image] May 28 09:03:00.590 INFO O| May 28 09:03:00.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53432026-05-28T09:03:02.004Z[ recovery-image] May 28 09:03:00.590 INFO O| May 28 09:03:00.590 INFO STEP 149 (remove_files) COMPLETE
53442026-05-28T09:03:02.007Z[ recovery-image] May 28 09:03:00.590 INFO O| May 28 09:03:00.590 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-05-28T09:03:02.012Z[ recovery-image] May 28 09:03:00.598 INFO O| May 28 09:03:00.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53462026-05-28T09:03:02.012Z[ recovery-image] May 28 09:03:00.598 INFO O| May 28 09:03:00.598 INFO STEP 150 (remove_files) COMPLETE
53472026-05-28T09:03:02.017Z[ recovery-image] May 28 09:03:00.598 INFO O| May 28 09:03:00.598 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-05-28T09:03:02.021Z[ recovery-image] May 28 09:03:00.606 INFO O| May 28 09:03:00.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53492026-05-28T09:03:02.021Z[ recovery-image] May 28 09:03:00.606 INFO O| May 28 09:03:00.606 INFO STEP 151 (remove_files) COMPLETE
53502026-05-28T09:03:02.021Z[ recovery-image] May 28 09:03:00.606 INFO O| May 28 09:03:00.606 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-05-28T09:03:02.028Z[ recovery-image] May 28 09:03:00.614 INFO O| May 28 09:03:00.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53522026-05-28T09:03:02.028Z[ recovery-image] May 28 09:03:00.614 INFO O| May 28 09:03:00.614 INFO STEP 152 (remove_files) COMPLETE
53532026-05-28T09:03:02.031Z[ recovery-image] May 28 09:03:00.614 INFO O| May 28 09:03:00.614 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-05-28T09:03:02.036Z[ recovery-image] May 28 09:03:00.622 INFO O| May 28 09:03:00.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53552026-05-28T09:03:02.036Z[ recovery-image] May 28 09:03:00.622 INFO O| May 28 09:03:00.622 INFO STEP 153 (remove_files) COMPLETE
53562026-05-28T09:03:02.039Z[ recovery-image] May 28 09:03:00.622 INFO O| May 28 09:03:00.622 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-05-28T09:03:02.043Z[ recovery-image] May 28 09:03:00.629 INFO O| May 28 09:03:00.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53582026-05-28T09:03:02.043Z[ recovery-image] May 28 09:03:00.630 INFO O| May 28 09:03:00.629 INFO STEP 154 (remove_files) COMPLETE
53592026-05-28T09:03:02.046Z[ recovery-image] May 28 09:03:00.630 INFO O| May 28 09:03:00.629 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-05-28T09:03:02.051Z[ recovery-image] May 28 09:03:00.637 INFO O| May 28 09:03:00.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53612026-05-28T09:03:02.051Z[ recovery-image] May 28 09:03:00.637 INFO O| May 28 09:03:00.637 INFO STEP 155 (remove_files) COMPLETE
53622026-05-28T09:03:02.054Z[ recovery-image] May 28 09:03:00.637 INFO O| May 28 09:03:00.637 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-05-28T09:03:02.059Z[ recovery-image] May 28 09:03:00.645 INFO O| May 28 09:03:00.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53642026-05-28T09:03:02.059Z[ recovery-image] May 28 09:03:00.645 INFO O| May 28 09:03:00.645 INFO STEP 156 (remove_files) COMPLETE
53652026-05-28T09:03:02.062Z[ recovery-image] May 28 09:03:00.645 INFO O| May 28 09:03:00.645 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-05-28T09:03:02.067Z[ recovery-image] May 28 09:03:00.653 INFO O| May 28 09:03:00.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53672026-05-28T09:03:02.067Z[ recovery-image] May 28 09:03:00.653 INFO O| May 28 09:03:00.653 INFO STEP 157 (remove_files) COMPLETE
53682026-05-28T09:03:02.070Z[ recovery-image] May 28 09:03:00.653 INFO O| May 28 09:03:00.653 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-05-28T09:03:02.076Z[ recovery-image] May 28 09:03:00.662 INFO O| May 28 09:03:00.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53702026-05-28T09:03:02.076Z[ recovery-image] May 28 09:03:00.663 INFO O| May 28 09:03:00.663 INFO STEP 158 (remove_files) COMPLETE
53712026-05-28T09:03:02.077Z[ recovery-image] May 28 09:03:00.663 INFO O| May 28 09:03:00.663 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-05-28T09:03:02.087Z[ recovery-image] May 28 09:03:00.673 INFO O| May 28 09:03:00.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53732026-05-28T09:03:02.090Z[ recovery-image] May 28 09:03:00.674 INFO O| May 28 09:03:00.674 INFO STEP 159 (remove_files) COMPLETE
53742026-05-28T09:03:02.090Z[ recovery-image] May 28 09:03:00.674 INFO O| May 28 09:03:00.674 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-05-28T09:03:02.097Z[ recovery-image] May 28 09:03:00.683 INFO O| May 28 09:03:00.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53762026-05-28T09:03:02.097Z[ recovery-image] May 28 09:03:00.683 INFO O| May 28 09:03:00.683 INFO STEP 160 (remove_files) COMPLETE
53772026-05-28T09:03:02.100Z[ recovery-image] May 28 09:03:00.683 INFO O| May 28 09:03:00.683 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-05-28T09:03:02.105Z[ recovery-image] May 28 09:03:00.691 INFO O| May 28 09:03:00.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53792026-05-28T09:03:02.105Z[ recovery-image] May 28 09:03:00.691 INFO O| May 28 09:03:00.691 INFO STEP 161 (remove_files) COMPLETE
53802026-05-28T09:03:02.105Z[ recovery-image] May 28 09:03:00.691 INFO O| May 28 09:03:00.691 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-05-28T09:03:02.113Z[ recovery-image] May 28 09:03:00.699 INFO O| May 28 09:03:00.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53822026-05-28T09:03:02.113Z[ recovery-image] May 28 09:03:00.699 INFO O| May 28 09:03:00.699 INFO STEP 162 (remove_files) COMPLETE
53832026-05-28T09:03:02.116Z[ recovery-image] May 28 09:03:00.699 INFO O| May 28 09:03:00.699 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-05-28T09:03:02.121Z[ recovery-image] May 28 09:03:00.707 INFO O| May 28 09:03:00.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53852026-05-28T09:03:02.121Z[ recovery-image] May 28 09:03:00.707 INFO O| May 28 09:03:00.707 INFO STEP 163 (remove_files) COMPLETE
53862026-05-28T09:03:02.121Z[ recovery-image] May 28 09:03:00.707 INFO O| May 28 09:03:00.707 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-05-28T09:03:02.130Z[ recovery-image] May 28 09:03:00.716 INFO O| May 28 09:03:00.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53882026-05-28T09:03:02.130Z[ recovery-image] May 28 09:03:00.716 INFO O| May 28 09:03:00.716 INFO STEP 164 (remove_files) COMPLETE
53892026-05-28T09:03:02.130Z[ recovery-image] May 28 09:03:00.716 INFO O| May 28 09:03:00.716 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-05-28T09:03:02.139Z[ recovery-image] May 28 09:03:00.725 INFO O| May 28 09:03:00.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53912026-05-28T09:03:02.142Z[ recovery-image] May 28 09:03:00.725 INFO O| May 28 09:03:00.725 INFO STEP 165 (remove_files) COMPLETE
53922026-05-28T09:03:02.142Z[ recovery-image] May 28 09:03:00.725 INFO O| May 28 09:03:00.725 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-05-28T09:03:02.147Z[ recovery-image] May 28 09:03:00.733 INFO O| May 28 09:03:00.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53942026-05-28T09:03:02.147Z[ recovery-image] May 28 09:03:00.733 INFO O| May 28 09:03:00.733 INFO STEP 166 (remove_files) COMPLETE
53952026-05-28T09:03:02.147Z[ recovery-image] May 28 09:03:00.733 INFO O| May 28 09:03:00.733 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-05-28T09:03:02.156Z[ recovery-image] May 28 09:03:00.742 INFO O| May 28 09:03:00.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53972026-05-28T09:03:02.156Z[ recovery-image] May 28 09:03:00.742 INFO O| May 28 09:03:00.742 INFO STEP 167 (remove_files) COMPLETE
53982026-05-28T09:03:02.158Z[ recovery-image] May 28 09:03:00.742 INFO O| May 28 09:03:00.742 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-05-28T09:03:02.164Z[ recovery-image] May 28 09:03:00.750 INFO O| May 28 09:03:00.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
54002026-05-28T09:03:02.164Z[ recovery-image] May 28 09:03:00.750 INFO O| May 28 09:03:00.750 INFO STEP 168 (remove_files) COMPLETE
54012026-05-28T09:03:02.167Z[ recovery-image] May 28 09:03:00.750 INFO O| May 28 09:03:00.750 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-05-28T09:03:02.172Z[ recovery-image] May 28 09:03:00.758 INFO O| May 28 09:03:00.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54032026-05-28T09:03:02.172Z[ recovery-image] May 28 09:03:00.758 INFO O| May 28 09:03:00.758 INFO STEP 169 (remove_files) COMPLETE
54042026-05-28T09:03:02.175Z[ recovery-image] May 28 09:03:00.758 INFO O| May 28 09:03:00.758 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-05-28T09:03:02.220Z[ recovery-image] May 28 09:03:00.806 INFO O| May 28 09:03:00.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54062026-05-28T09:03:02.220Z[ recovery-image] May 28 09:03:00.806 INFO O| May 28 09:03:00.806 INFO STEP 170 (remove_files) COMPLETE
54072026-05-28T09:03:02.220Z[ recovery-image] May 28 09:03:00.806 INFO O| May 28 09:03:00.806 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-05-28T09:03:02.231Z[ recovery-image] May 28 09:03:00.816 INFO O| May 28 09:03:00.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54092026-05-28T09:03:02.231Z[ recovery-image] May 28 09:03:00.816 INFO O| May 28 09:03:00.816 INFO STEP 171 (remove_files) COMPLETE
54102026-05-28T09:03:02.233Z[ recovery-image] May 28 09:03:00.816 INFO O| May 28 09:03:00.816 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-05-28T09:03:02.239Z[ recovery-image] May 28 09:03:00.825 INFO O| May 28 09:03:00.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54122026-05-28T09:03:02.242Z[ recovery-image] May 28 09:03:00.826 INFO O| May 28 09:03:00.826 INFO STEP 172 (remove_files) COMPLETE
54132026-05-28T09:03:02.242Z[ recovery-image] May 28 09:03:00.826 INFO O| May 28 09:03:00.826 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-05-28T09:03:02.248Z[ recovery-image] May 28 09:03:00.834 INFO O| May 28 09:03:00.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54152026-05-28T09:03:02.248Z[ recovery-image] May 28 09:03:00.834 INFO O| May 28 09:03:00.834 INFO STEP 173 (remove_files) COMPLETE
54162026-05-28T09:03:02.251Z[ recovery-image] May 28 09:03:00.834 INFO O| May 28 09:03:00.834 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-05-28T09:03:02.256Z[ recovery-image] May 28 09:03:00.842 INFO O| May 28 09:03:00.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54182026-05-28T09:03:02.256Z[ recovery-image] May 28 09:03:00.842 INFO O| May 28 09:03:00.842 INFO STEP 174 (remove_files) COMPLETE
54192026-05-28T09:03:02.256Z[ recovery-image] May 28 09:03:00.842 INFO O| May 28 09:03:00.842 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-05-28T09:03:02.265Z[ recovery-image] May 28 09:03:00.851 INFO O| May 28 09:03:00.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54212026-05-28T09:03:02.265Z[ recovery-image] May 28 09:03:00.851 INFO O| May 28 09:03:00.851 INFO STEP 175 (remove_files) COMPLETE
54222026-05-28T09:03:02.265Z[ recovery-image] May 28 09:03:00.851 INFO O| May 28 09:03:00.851 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-05-28T09:03:02.273Z[ recovery-image] May 28 09:03:00.859 INFO O| May 28 09:03:00.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54242026-05-28T09:03:02.273Z[ recovery-image] May 28 09:03:00.859 INFO O| May 28 09:03:00.859 INFO STEP 176 (remove_files) COMPLETE
54252026-05-28T09:03:02.276Z[ recovery-image] May 28 09:03:00.859 INFO O| May 28 09:03:00.859 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-05-28T09:03:02.281Z[ recovery-image] May 28 09:03:00.867 INFO O| May 28 09:03:00.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54272026-05-28T09:03:02.281Z[ recovery-image] May 28 09:03:00.867 INFO O| May 28 09:03:00.867 INFO STEP 177 (remove_files) COMPLETE
54282026-05-28T09:03:02.284Z[ recovery-image] May 28 09:03:00.867 INFO O| May 28 09:03:00.867 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-05-28T09:03:02.290Z[ recovery-image] May 28 09:03:00.876 INFO O| May 28 09:03:00.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54302026-05-28T09:03:02.290Z[ recovery-image] May 28 09:03:00.876 INFO O| May 28 09:03:00.876 INFO STEP 178 (remove_files) COMPLETE
54312026-05-28T09:03:02.292Z[ recovery-image] May 28 09:03:00.876 INFO O| May 28 09:03:00.876 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-05-28T09:03:02.298Z[ recovery-image] May 28 09:03:00.884 INFO O| May 28 09:03:00.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54332026-05-28T09:03:02.298Z[ recovery-image] May 28 09:03:00.884 INFO O| May 28 09:03:00.884 INFO STEP 179 (remove_files) COMPLETE
54342026-05-28T09:03:02.301Z[ recovery-image] May 28 09:03:00.884 INFO O| May 28 09:03:00.884 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-05-28T09:03:02.307Z[ recovery-image] May 28 09:03:00.893 INFO O| May 28 09:03:00.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54362026-05-28T09:03:02.309Z[ recovery-image] May 28 09:03:00.893 INFO O| May 28 09:03:00.893 INFO STEP 180 (remove_files) COMPLETE
54372026-05-28T09:03:02.309Z[ recovery-image] May 28 09:03:00.894 INFO O| May 28 09:03:00.893 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-05-28T09:03:02.316Z[ recovery-image] May 28 09:03:00.902 INFO O| May 28 09:03:00.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54392026-05-28T09:03:02.316Z[ recovery-image] May 28 09:03:00.902 INFO O| May 28 09:03:00.902 INFO STEP 181 (remove_files) COMPLETE
54402026-05-28T09:03:02.319Z[ recovery-image] May 28 09:03:00.902 INFO O| May 28 09:03:00.902 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-05-28T09:03:02.325Z[ recovery-image] May 28 09:03:00.911 INFO O| May 28 09:03:00.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54422026-05-28T09:03:02.325Z[ recovery-image] May 28 09:03:00.911 INFO O| May 28 09:03:00.911 INFO STEP 182 (remove_files) COMPLETE
54432026-05-28T09:03:02.325Z[ recovery-image] May 28 09:03:00.911 INFO O| May 28 09:03:00.911 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-05-28T09:03:02.334Z[ recovery-image] May 28 09:03:00.920 INFO O| May 28 09:03:00.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54452026-05-28T09:03:02.334Z[ recovery-image] May 28 09:03:00.920 INFO O| May 28 09:03:00.920 INFO STEP 183 (remove_files) COMPLETE
54462026-05-28T09:03:02.336Z[ recovery-image] May 28 09:03:00.920 INFO O| May 28 09:03:00.920 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-05-28T09:03:02.343Z[ recovery-image] May 28 09:03:00.929 INFO O| May 28 09:03:00.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54482026-05-28T09:03:02.343Z[ recovery-image] May 28 09:03:00.929 INFO O| May 28 09:03:00.929 INFO STEP 184 (remove_files) COMPLETE
54492026-05-28T09:03:02.347Z[ recovery-image] May 28 09:03:00.929 INFO O| May 28 09:03:00.929 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-05-28T09:03:02.352Z[ recovery-image] May 28 09:03:00.938 INFO O| May 28 09:03:00.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54512026-05-28T09:03:02.352Z[ recovery-image] May 28 09:03:00.938 INFO O| May 28 09:03:00.938 INFO STEP 185 (remove_files) COMPLETE
54522026-05-28T09:03:02.355Z[ recovery-image] May 28 09:03:00.938 INFO O| May 28 09:03:00.938 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-05-28T09:03:02.361Z[ recovery-image] May 28 09:03:00.947 INFO O| May 28 09:03:00.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54542026-05-28T09:03:02.361Z[ recovery-image] May 28 09:03:00.947 INFO O| May 28 09:03:00.947 INFO STEP 186 (remove_files) COMPLETE
54552026-05-28T09:03:02.361Z[ recovery-image] May 28 09:03:00.947 INFO O| May 28 09:03:00.947 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-05-28T09:03:02.369Z[ recovery-image] May 28 09:03:00.955 INFO O| May 28 09:03:00.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54572026-05-28T09:03:02.369Z[ recovery-image] May 28 09:03:00.955 INFO O| May 28 09:03:00.955 INFO STEP 187 (remove_files) COMPLETE
54582026-05-28T09:03:02.372Z[ recovery-image] May 28 09:03:00.955 INFO O| May 28 09:03:00.955 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-05-28T09:03:02.378Z[ recovery-image] May 28 09:03:00.964 INFO O| May 28 09:03:00.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54602026-05-28T09:03:02.378Z[ recovery-image] May 28 09:03:00.964 INFO O| May 28 09:03:00.964 INFO STEP 188 (remove_files) COMPLETE
54612026-05-28T09:03:02.381Z[ recovery-image] May 28 09:03:00.964 INFO O| May 28 09:03:00.964 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-05-28T09:03:02.387Z[ recovery-image] May 28 09:03:00.973 INFO O| May 28 09:03:00.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54632026-05-28T09:03:02.387Z[ recovery-image] May 28 09:03:00.973 INFO O| May 28 09:03:00.973 INFO STEP 189 (remove_files) COMPLETE
54642026-05-28T09:03:02.389Z[ recovery-image] May 28 09:03:00.973 INFO O| May 28 09:03:00.973 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-05-28T09:03:02.395Z[ recovery-image] May 28 09:03:00.981 INFO O| May 28 09:03:00.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54662026-05-28T09:03:02.395Z[ recovery-image] May 28 09:03:00.981 INFO O| May 28 09:03:00.981 INFO STEP 190 (remove_files) COMPLETE
54672026-05-28T09:03:02.398Z[ recovery-image] May 28 09:03:00.981 INFO O| May 28 09:03:00.981 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-05-28T09:03:02.404Z[ recovery-image] May 28 09:03:00.990 INFO O| May 28 09:03:00.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54692026-05-28T09:03:02.404Z[ recovery-image] May 28 09:03:00.990 INFO O| May 28 09:03:00.990 INFO STEP 191 (remove_files) COMPLETE
54702026-05-28T09:03:02.406Z[ recovery-image] May 28 09:03:00.990 INFO O| May 28 09:03:00.990 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-05-28T09:03:02.412Z[ recovery-image] May 28 09:03:00.998 INFO O| May 28 09:03:00.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54722026-05-28T09:03:02.412Z[ recovery-image] May 28 09:03:00.998 INFO O| May 28 09:03:00.998 INFO STEP 192 (remove_files) COMPLETE
54732026-05-28T09:03:02.415Z[ recovery-image] May 28 09:03:00.998 INFO O| May 28 09:03:00.998 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-05-28T09:03:02.420Z[ recovery-image] May 28 09:03:01.006 INFO O| May 28 09:03:01.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54752026-05-28T09:03:02.423Z[ recovery-image] May 28 09:03:01.006 INFO O| May 28 09:03:01.006 INFO STEP 193 (remove_files) COMPLETE
54762026-05-28T09:03:02.423Z[ recovery-image] May 28 09:03:01.006 INFO O| May 28 09:03:01.006 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-05-28T09:03:02.429Z[ recovery-image] May 28 09:03:01.015 INFO O| May 28 09:03:01.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54782026-05-28T09:03:02.429Z[ recovery-image] May 28 09:03:01.015 INFO O| May 28 09:03:01.015 INFO STEP 194 (remove_files) COMPLETE
54792026-05-28T09:03:02.435Z[ recovery-image] May 28 09:03:01.015 INFO O| May 28 09:03:01.015 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-05-28T09:03:02.440Z[ recovery-image] May 28 09:03:01.024 INFO O| May 28 09:03:01.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54812026-05-28T09:03:02.440Z[ recovery-image] May 28 09:03:01.024 INFO O| May 28 09:03:01.024 INFO STEP 195 (remove_files) COMPLETE
54822026-05-28T09:03:02.440Z[ recovery-image] May 28 09:03:01.024 INFO O| May 28 09:03:01.024 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-05-28T09:03:02.456Z[ recovery-image] May 28 09:03:01.033 INFO O| May 28 09:03:01.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54842026-05-28T09:03:02.456Z[ recovery-image] May 28 09:03:01.033 INFO O| May 28 09:03:01.033 INFO STEP 196 (remove_files) COMPLETE
54852026-05-28T09:03:02.456Z[ recovery-image] May 28 09:03:01.033 INFO O| May 28 09:03:01.033 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-05-28T09:03:02.456Z[ recovery-image] May 28 09:03:01.042 INFO O| May 28 09:03:01.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54872026-05-28T09:03:02.456Z[ recovery-image] May 28 09:03:01.042 INFO O| May 28 09:03:01.042 INFO STEP 197 (remove_files) COMPLETE
54882026-05-28T09:03:02.456Z[ recovery-image] May 28 09:03:01.042 INFO O| May 28 09:03:01.042 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-05-28T09:03:02.466Z[ recovery-image] May 28 09:03:01.052 INFO O| May 28 09:03:01.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54902026-05-28T09:03:02.466Z[ recovery-image] May 28 09:03:01.052 INFO O| May 28 09:03:01.052 INFO STEP 198 (remove_files) COMPLETE
54912026-05-28T09:03:02.466Z[ recovery-image] May 28 09:03:01.052 INFO O| May 28 09:03:01.052 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-05-28T09:03:02.474Z[ recovery-image] May 28 09:03:01.060 INFO O| May 28 09:03:01.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54932026-05-28T09:03:02.474Z[ recovery-image] May 28 09:03:01.060 INFO O| May 28 09:03:01.060 INFO STEP 199 (remove_files) COMPLETE
54942026-05-28T09:03:02.477Z[ recovery-image] May 28 09:03:01.060 INFO O| May 28 09:03:01.060 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-05-28T09:03:02.493Z[ recovery-image] May 28 09:03:01.079 INFO O| May 28 09:03:01.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54962026-05-28T09:03:02.493Z[ recovery-image] May 28 09:03:01.079 INFO O| May 28 09:03:01.079 INFO STEP 200 (remove_files) COMPLETE
54972026-05-28T09:03:02.493Z[ recovery-image] May 28 09:03:01.079 INFO O| May 28 09:03:01.079 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-05-28T09:03:02.503Z[ recovery-image] May 28 09:03:01.089 INFO O| May 28 09:03:01.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54992026-05-28T09:03:02.503Z[ recovery-image] May 28 09:03:01.089 INFO O| May 28 09:03:01.089 INFO STEP 201 (remove_files) COMPLETE
55002026-05-28T09:03:02.505Z[ recovery-image] May 28 09:03:01.089 INFO O| May 28 09:03:01.089 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-05-28T09:03:02.512Z[ recovery-image] May 28 09:03:01.098 INFO O| May 28 09:03:01.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55022026-05-28T09:03:02.512Z[ recovery-image] May 28 09:03:01.098 INFO O| May 28 09:03:01.098 INFO STEP 202 (remove_files) COMPLETE
55032026-05-28T09:03:02.512Z[ recovery-image] May 28 09:03:01.098 INFO O| May 28 09:03:01.098 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-05-28T09:03:02.522Z[ recovery-image] May 28 09:03:01.108 INFO O| May 28 09:03:01.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55052026-05-28T09:03:02.522Z[ recovery-image] May 28 09:03:01.108 INFO O| May 28 09:03:01.108 INFO STEP 203 (remove_files) COMPLETE
55062026-05-28T09:03:02.525Z[ recovery-image] May 28 09:03:01.108 INFO O| May 28 09:03:01.108 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-05-28T09:03:02.532Z[ recovery-image] May 28 09:03:01.118 INFO O| May 28 09:03:01.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55082026-05-28T09:03:02.532Z[ recovery-image] May 28 09:03:01.118 INFO O| May 28 09:03:01.118 INFO STEP 204 (remove_files) COMPLETE
55092026-05-28T09:03:02.532Z[ recovery-image] May 28 09:03:01.118 INFO O| May 28 09:03:01.118 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-05-28T09:03:02.542Z[ recovery-image] May 28 09:03:01.128 INFO O| May 28 09:03:01.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55112026-05-28T09:03:02.542Z[ recovery-image] May 28 09:03:01.128 INFO O| May 28 09:03:01.128 INFO STEP 205 (remove_files) COMPLETE
55122026-05-28T09:03:02.545Z[ recovery-image] May 28 09:03:01.128 INFO O| May 28 09:03:01.128 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-05-28T09:03:02.554Z[ recovery-image] May 28 09:03:01.140 INFO O| May 28 09:03:01.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55142026-05-28T09:03:02.554Z[ recovery-image] May 28 09:03:01.140 INFO O| May 28 09:03:01.140 INFO STEP 206 (remove_files) COMPLETE
55152026-05-28T09:03:02.557Z[ recovery-image] May 28 09:03:01.140 INFO O| May 28 09:03:01.140 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-05-28T09:03:02.563Z[ recovery-image] May 28 09:03:01.149 INFO O| May 28 09:03:01.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55172026-05-28T09:03:02.563Z[ recovery-image] May 28 09:03:01.149 INFO O| May 28 09:03:01.149 INFO STEP 207 (remove_files) COMPLETE
55182026-05-28T09:03:02.563Z[ recovery-image] May 28 09:03:01.149 INFO O| May 28 09:03:01.149 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-05-28T09:03:02.573Z[ recovery-image] May 28 09:03:01.159 INFO O| May 28 09:03:01.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55202026-05-28T09:03:02.573Z[ recovery-image] May 28 09:03:01.159 INFO O| May 28 09:03:01.159 INFO STEP 208 (remove_files) COMPLETE
55212026-05-28T09:03:02.573Z[ recovery-image] May 28 09:03:01.159 INFO O| May 28 09:03:01.159 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-05-28T09:03:02.582Z[ recovery-image] May 28 09:03:01.168 INFO O| May 28 09:03:01.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55232026-05-28T09:03:02.582Z[ recovery-image] May 28 09:03:01.168 INFO O| May 28 09:03:01.168 INFO STEP 209 (remove_files) COMPLETE
55242026-05-28T09:03:02.585Z[ recovery-image] May 28 09:03:01.168 INFO O| May 28 09:03:01.168 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-05-28T09:03:02.591Z[ recovery-image] May 28 09:03:01.177 INFO O| May 28 09:03:01.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55262026-05-28T09:03:02.591Z[ recovery-image] May 28 09:03:01.177 INFO O| May 28 09:03:01.177 INFO STEP 210 (remove_files) COMPLETE
55272026-05-28T09:03:02.592Z[ recovery-image] May 28 09:03:01.177 INFO O| May 28 09:03:01.177 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-05-28T09:03:02.601Z[ recovery-image] May 28 09:03:01.187 INFO O| May 28 09:03:01.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55292026-05-28T09:03:02.601Z[ recovery-image] May 28 09:03:01.187 INFO O| May 28 09:03:01.187 INFO STEP 211 (remove_files) COMPLETE
55302026-05-28T09:03:02.601Z[ recovery-image] May 28 09:03:01.187 INFO O| May 28 09:03:01.187 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-05-28T09:03:02.610Z[ recovery-image] May 28 09:03:01.196 INFO O| May 28 09:03:01.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55322026-05-28T09:03:02.610Z[ recovery-image] May 28 09:03:01.196 INFO O| May 28 09:03:01.196 INFO STEP 212 (remove_files) COMPLETE
55332026-05-28T09:03:02.610Z[ recovery-image] May 28 09:03:01.196 INFO O| May 28 09:03:01.196 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-05-28T09:03:02.621Z[ recovery-image] May 28 09:03:01.207 INFO O| May 28 09:03:01.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55352026-05-28T09:03:02.622Z[ recovery-image] May 28 09:03:01.207 INFO O| May 28 09:03:01.207 INFO STEP 213 (remove_files) COMPLETE
55362026-05-28T09:03:02.622Z[ recovery-image] May 28 09:03:01.207 INFO O| May 28 09:03:01.207 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-05-28T09:03:02.632Z[ recovery-image] May 28 09:03:01.217 INFO O| May 28 09:03:01.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55382026-05-28T09:03:02.632Z[ recovery-image] May 28 09:03:01.217 INFO O| May 28 09:03:01.217 INFO STEP 214 (remove_files) COMPLETE
55392026-05-28T09:03:02.632Z[ recovery-image] May 28 09:03:01.217 INFO O| May 28 09:03:01.217 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-05-28T09:03:02.644Z[ recovery-image] May 28 09:03:01.230 INFO O| May 28 09:03:01.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55412026-05-28T09:03:02.646Z[ recovery-image] May 28 09:03:01.230 INFO O| May 28 09:03:01.230 INFO STEP 215 (remove_files) COMPLETE
55422026-05-28T09:03:02.647Z[ recovery-image] May 28 09:03:01.230 INFO O| May 28 09:03:01.230 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-05-28T09:03:02.660Z[ recovery-image] May 28 09:03:01.246 INFO O| May 28 09:03:01.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55442026-05-28T09:03:02.660Z[ recovery-image] May 28 09:03:01.246 INFO O| May 28 09:03:01.246 INFO STEP 216 (remove_files) COMPLETE
55452026-05-28T09:03:02.660Z[ recovery-image] May 28 09:03:01.246 INFO O| May 28 09:03:01.246 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-05-28T09:03:02.670Z[ recovery-image] May 28 09:03:01.256 INFO O| May 28 09:03:01.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55472026-05-28T09:03:02.670Z[ recovery-image] May 28 09:03:01.256 INFO O| May 28 09:03:01.256 INFO STEP 217 (remove_files) COMPLETE
55482026-05-28T09:03:02.670Z[ recovery-image] May 28 09:03:01.256 INFO O| May 28 09:03:01.256 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-05-28T09:03:02.681Z[ recovery-image] May 28 09:03:01.267 INFO O| May 28 09:03:01.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55502026-05-28T09:03:02.681Z[ recovery-image] May 28 09:03:01.267 INFO O| May 28 09:03:01.267 INFO STEP 218 (remove_files) COMPLETE
55512026-05-28T09:03:02.684Z[ recovery-image] May 28 09:03:01.267 INFO O| May 28 09:03:01.267 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-05-28T09:03:02.692Z[ recovery-image] May 28 09:03:01.277 INFO O| May 28 09:03:01.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55532026-05-28T09:03:02.692Z[ recovery-image] May 28 09:03:01.277 INFO O| May 28 09:03:01.277 INFO STEP 219 (remove_files) COMPLETE
55542026-05-28T09:03:02.692Z[ recovery-image] May 28 09:03:01.277 INFO O| May 28 09:03:01.277 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-05-28T09:03:02.700Z[ recovery-image] May 28 09:03:01.286 INFO O| May 28 09:03:01.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55562026-05-28T09:03:02.700Z[ recovery-image] May 28 09:03:01.286 INFO O| May 28 09:03:01.286 INFO STEP 220 (remove_files) COMPLETE
55572026-05-28T09:03:02.700Z[ recovery-image] May 28 09:03:01.286 INFO O| May 28 09:03:01.286 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-05-28T09:03:02.709Z[ recovery-image] May 28 09:03:01.295 INFO O| May 28 09:03:01.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55592026-05-28T09:03:02.709Z[ recovery-image] May 28 09:03:01.295 INFO O| May 28 09:03:01.295 INFO STEP 221 (remove_files) COMPLETE
55602026-05-28T09:03:02.709Z[ recovery-image] May 28 09:03:01.295 INFO O| May 28 09:03:01.295 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-05-28T09:03:02.718Z[ recovery-image] May 28 09:03:01.304 INFO O| May 28 09:03:01.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55622026-05-28T09:03:02.718Z[ recovery-image] May 28 09:03:01.304 INFO O| May 28 09:03:01.304 INFO STEP 222 (remove_files) COMPLETE
55632026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.304 INFO O| May 28 09:03:01.304 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.312 INFO O| May 28 09:03:01.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55652026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.312 INFO O| May 28 09:03:01.312 INFO STEP 223 (remove_files) COMPLETE
55662026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.312 INFO O| May 28 09:03:01.312 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.321 INFO O| May 28 09:03:01.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55682026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.321 INFO O| May 28 09:03:01.321 INFO STEP 224 (remove_files) COMPLETE
55692026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.321 INFO O| May 28 09:03:01.321 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.331 INFO O| May 28 09:03:01.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55712026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.331 INFO O| May 28 09:03:01.331 INFO STEP 225 (remove_files) COMPLETE
55722026-05-28T09:03:02.748Z[ recovery-image] May 28 09:03:01.331 INFO O| May 28 09:03:01.331 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-05-28T09:03:02.756Z[ recovery-image] May 28 09:03:01.341 INFO O| May 28 09:03:01.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55742026-05-28T09:03:02.756Z[ recovery-image] May 28 09:03:01.341 INFO O| May 28 09:03:01.341 INFO STEP 226 (remove_files) COMPLETE
55752026-05-28T09:03:02.757Z[ recovery-image] May 28 09:03:01.341 INFO O| May 28 09:03:01.341 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-05-28T09:03:02.765Z[ recovery-image] May 28 09:03:01.351 INFO O| May 28 09:03:01.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55772026-05-28T09:03:02.765Z[ recovery-image] May 28 09:03:01.351 INFO O| May 28 09:03:01.351 INFO STEP 227 (remove_files) COMPLETE
55782026-05-28T09:03:02.765Z[ recovery-image] May 28 09:03:01.351 INFO O| May 28 09:03:01.351 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-05-28T09:03:02.775Z[ recovery-image] May 28 09:03:01.361 INFO O| May 28 09:03:01.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55802026-05-28T09:03:02.775Z[ recovery-image] May 28 09:03:01.361 INFO O| May 28 09:03:01.361 INFO STEP 228 (remove_files) COMPLETE
55812026-05-28T09:03:02.778Z[ recovery-image] May 28 09:03:01.361 INFO O| May 28 09:03:01.361 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-05-28T09:03:02.785Z[ recovery-image] May 28 09:03:01.371 INFO O| May 28 09:03:01.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55832026-05-28T09:03:02.785Z[ recovery-image] May 28 09:03:01.371 INFO O| May 28 09:03:01.371 INFO STEP 229 (remove_files) COMPLETE
55842026-05-28T09:03:02.788Z[ recovery-image] May 28 09:03:01.371 INFO O| May 28 09:03:01.371 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-05-28T09:03:02.796Z[ recovery-image] May 28 09:03:01.382 INFO O| May 28 09:03:01.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55862026-05-28T09:03:02.796Z[ recovery-image] May 28 09:03:01.382 INFO O| May 28 09:03:01.382 INFO STEP 230 (remove_files) COMPLETE
55872026-05-28T09:03:02.799Z[ recovery-image] May 28 09:03:01.382 INFO O| May 28 09:03:01.382 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-05-28T09:03:02.806Z[ recovery-image] May 28 09:03:01.392 INFO O| May 28 09:03:01.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55892026-05-28T09:03:02.806Z[ recovery-image] May 28 09:03:01.392 INFO O| May 28 09:03:01.392 INFO STEP 231 (remove_files) COMPLETE
55902026-05-28T09:03:02.809Z[ recovery-image] May 28 09:03:01.392 INFO O| May 28 09:03:01.392 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-05-28T09:03:02.816Z[ recovery-image] May 28 09:03:01.402 INFO O| May 28 09:03:01.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55922026-05-28T09:03:02.816Z[ recovery-image] May 28 09:03:01.402 INFO O| May 28 09:03:01.402 INFO STEP 232 (remove_files) COMPLETE
55932026-05-28T09:03:02.816Z[ recovery-image] May 28 09:03:01.402 INFO O| May 28 09:03:01.402 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-05-28T09:03:02.826Z[ recovery-image] May 28 09:03:01.412 INFO O| May 28 09:03:01.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55952026-05-28T09:03:02.826Z[ recovery-image] May 28 09:03:01.412 INFO O| May 28 09:03:01.412 INFO STEP 233 (remove_files) COMPLETE
55962026-05-28T09:03:02.829Z[ recovery-image] May 28 09:03:01.412 INFO O| May 28 09:03:01.412 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-05-28T09:03:02.836Z[ recovery-image] May 28 09:03:01.422 INFO O| May 28 09:03:01.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55982026-05-28T09:03:02.836Z[ recovery-image] May 28 09:03:01.422 INFO O| May 28 09:03:01.422 INFO STEP 234 (remove_files) COMPLETE
55992026-05-28T09:03:02.836Z[ recovery-image] May 28 09:03:01.422 INFO O| May 28 09:03:01.422 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-05-28T09:03:02.845Z[ recovery-image] May 28 09:03:01.431 INFO O| May 28 09:03:01.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56012026-05-28T09:03:02.845Z[ recovery-image] May 28 09:03:01.431 INFO O| May 28 09:03:01.431 INFO STEP 235 (remove_files) COMPLETE
56022026-05-28T09:03:02.848Z[ recovery-image] May 28 09:03:01.431 INFO O| May 28 09:03:01.431 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-05-28T09:03:02.854Z[ recovery-image] May 28 09:03:01.440 INFO O| May 28 09:03:01.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56042026-05-28T09:03:02.854Z[ recovery-image] May 28 09:03:01.440 INFO O| May 28 09:03:01.440 INFO STEP 236 (remove_files) COMPLETE
56052026-05-28T09:03:02.857Z[ recovery-image] May 28 09:03:01.440 INFO O| May 28 09:03:01.440 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-05-28T09:03:02.863Z[ recovery-image] May 28 09:03:01.449 INFO O| May 28 09:03:01.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56072026-05-28T09:03:02.863Z[ recovery-image] May 28 09:03:01.449 INFO O| May 28 09:03:01.449 INFO STEP 237 (remove_files) COMPLETE
56082026-05-28T09:03:02.866Z[ recovery-image] May 28 09:03:01.449 INFO O| May 28 09:03:01.449 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-05-28T09:03:02.872Z[ recovery-image] May 28 09:03:01.458 INFO O| May 28 09:03:01.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56102026-05-28T09:03:02.872Z[ recovery-image] May 28 09:03:01.458 INFO O| May 28 09:03:01.458 INFO STEP 238 (remove_files) COMPLETE
56112026-05-28T09:03:02.876Z[ recovery-image] May 28 09:03:01.458 INFO O| May 28 09:03:01.458 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-05-28T09:03:02.881Z[ recovery-image] May 28 09:03:01.467 INFO O| May 28 09:03:01.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56132026-05-28T09:03:02.881Z[ recovery-image] May 28 09:03:01.467 INFO O| May 28 09:03:01.467 INFO STEP 239 (remove_files) COMPLETE
56142026-05-28T09:03:02.884Z[ recovery-image] May 28 09:03:01.467 INFO O| May 28 09:03:01.467 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-05-28T09:03:02.906Z[ recovery-image] May 28 09:03:01.477 INFO O| May 28 09:03:01.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56162026-05-28T09:03:02.906Z[ recovery-image] May 28 09:03:01.477 INFO O| May 28 09:03:01.477 INFO STEP 240 (remove_files) COMPLETE
56172026-05-28T09:03:02.908Z[ recovery-image] May 28 09:03:01.477 INFO O| May 28 09:03:01.477 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-05-28T09:03:02.909Z[ recovery-image] May 28 09:03:01.488 INFO O| May 28 09:03:01.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56192026-05-28T09:03:02.909Z[ recovery-image] May 28 09:03:01.488 INFO O| May 28 09:03:01.488 INFO STEP 241 (remove_files) COMPLETE
56202026-05-28T09:03:02.909Z[ recovery-image] May 28 09:03:01.488 INFO O| May 28 09:03:01.488 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-05-28T09:03:02.911Z[ recovery-image] May 28 09:03:01.497 INFO O| May 28 09:03:01.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56222026-05-28T09:03:02.911Z[ recovery-image] May 28 09:03:01.497 INFO O| May 28 09:03:01.497 INFO STEP 242 (remove_files) COMPLETE
56232026-05-28T09:03:02.911Z[ recovery-image] May 28 09:03:01.497 INFO O| May 28 09:03:01.497 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-05-28T09:03:02.921Z[ recovery-image] May 28 09:03:01.507 INFO O| May 28 09:03:01.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56252026-05-28T09:03:02.921Z[ recovery-image] May 28 09:03:01.507 INFO O| May 28 09:03:01.507 INFO STEP 243 (remove_files) COMPLETE
56262026-05-28T09:03:02.921Z[ recovery-image] May 28 09:03:01.507 INFO O| May 28 09:03:01.507 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-05-28T09:03:02.931Z[ recovery-image] May 28 09:03:01.516 INFO O| May 28 09:03:01.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56282026-05-28T09:03:02.931Z[ recovery-image] May 28 09:03:01.516 INFO O| May 28 09:03:01.516 INFO STEP 244 (remove_files) COMPLETE
56292026-05-28T09:03:02.931Z[ recovery-image] May 28 09:03:01.516 INFO O| May 28 09:03:01.516 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-05-28T09:03:02.941Z[ recovery-image] May 28 09:03:01.526 INFO O| May 28 09:03:01.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56312026-05-28T09:03:02.941Z[ recovery-image] May 28 09:03:01.526 INFO O| May 28 09:03:01.526 INFO STEP 245 (remove_files) COMPLETE
56322026-05-28T09:03:02.941Z[ recovery-image] May 28 09:03:01.526 INFO O| May 28 09:03:01.526 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-05-28T09:03:02.950Z[ recovery-image] May 28 09:03:01.536 INFO O| May 28 09:03:01.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56342026-05-28T09:03:02.950Z[ recovery-image] May 28 09:03:01.536 INFO O| May 28 09:03:01.536 INFO STEP 246 (remove_files) COMPLETE
56352026-05-28T09:03:02.950Z[ recovery-image] May 28 09:03:01.536 INFO O| May 28 09:03:01.536 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-05-28T09:03:02.960Z[ recovery-image] May 28 09:03:01.546 INFO O| May 28 09:03:01.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56372026-05-28T09:03:02.960Z[ recovery-image] May 28 09:03:01.546 INFO O| May 28 09:03:01.546 INFO STEP 247 (remove_files) COMPLETE
56382026-05-28T09:03:02.963Z[ recovery-image] May 28 09:03:01.546 INFO O| May 28 09:03:01.546 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-05-28T09:03:02.969Z[ recovery-image] May 28 09:03:01.555 INFO O| May 28 09:03:01.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56402026-05-28T09:03:02.969Z[ recovery-image] May 28 09:03:01.555 INFO O| May 28 09:03:01.555 INFO STEP 248 (remove_files) COMPLETE
56412026-05-28T09:03:02.972Z[ recovery-image] May 28 09:03:01.555 INFO O| May 28 09:03:01.555 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-05-28T09:03:02.978Z[ recovery-image] May 28 09:03:01.564 INFO O| May 28 09:03:01.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56432026-05-28T09:03:02.978Z[ recovery-image] May 28 09:03:01.564 INFO O| May 28 09:03:01.564 INFO STEP 249 (remove_files) COMPLETE
56442026-05-28T09:03:02.981Z[ recovery-image] May 28 09:03:01.564 INFO O| May 28 09:03:01.564 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-05-28T09:03:02.987Z[ recovery-image] May 28 09:03:01.573 INFO O| May 28 09:03:01.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56462026-05-28T09:03:02.990Z[ recovery-image] May 28 09:03:01.573 INFO O| May 28 09:03:01.573 INFO STEP 250 (remove_files) COMPLETE
56472026-05-28T09:03:02.990Z[ recovery-image] May 28 09:03:01.573 INFO O| May 28 09:03:01.573 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-05-28T09:03:02.996Z[ recovery-image] May 28 09:03:01.582 INFO O| May 28 09:03:01.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56492026-05-28T09:03:02.996Z[ recovery-image] May 28 09:03:01.582 INFO O| May 28 09:03:01.582 INFO STEP 251 (remove_files) COMPLETE
56502026-05-28T09:03:02.999Z[ recovery-image] May 28 09:03:01.582 INFO O| May 28 09:03:01.582 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-05-28T09:03:03.009Z[ recovery-image] May 28 09:03:01.594 INFO O| May 28 09:03:01.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56522026-05-28T09:03:03.009Z[ recovery-image] May 28 09:03:01.594 INFO O| May 28 09:03:01.594 INFO STEP 252 (remove_files) COMPLETE
56532026-05-28T09:03:03.012Z[ recovery-image] May 28 09:03:01.594 INFO O| May 28 09:03:01.594 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-05-28T09:03:03.020Z[ recovery-image] May 28 09:03:01.606 INFO O| May 28 09:03:01.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56552026-05-28T09:03:03.020Z[ recovery-image] May 28 09:03:01.606 INFO O| May 28 09:03:01.606 INFO STEP 253 (remove_files) COMPLETE
56562026-05-28T09:03:03.020Z[ recovery-image] May 28 09:03:01.606 INFO O| May 28 09:03:01.606 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-05-28T09:03:03.030Z[ recovery-image] May 28 09:03:01.615 INFO O| May 28 09:03:01.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56582026-05-28T09:03:03.030Z[ recovery-image] May 28 09:03:01.615 INFO O| May 28 09:03:01.615 INFO STEP 254 (remove_files) COMPLETE
56592026-05-28T09:03:03.030Z[ recovery-image] May 28 09:03:01.615 INFO O| May 28 09:03:01.615 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-05-28T09:03:03.038Z[ recovery-image] May 28 09:03:01.624 INFO O| May 28 09:03:01.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56612026-05-28T09:03:03.038Z[ recovery-image] May 28 09:03:01.624 INFO O| May 28 09:03:01.624 INFO STEP 255 (remove_files) COMPLETE
56622026-05-28T09:03:03.038Z[ recovery-image] May 28 09:03:01.624 INFO O| May 28 09:03:01.624 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-05-28T09:03:03.047Z[ recovery-image] May 28 09:03:01.633 INFO O| May 28 09:03:01.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56642026-05-28T09:03:03.047Z[ recovery-image] May 28 09:03:01.633 INFO O| May 28 09:03:01.633 INFO STEP 256 (remove_files) COMPLETE
56652026-05-28T09:03:03.050Z[ recovery-image] May 28 09:03:01.633 INFO O| May 28 09:03:01.633 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-05-28T09:03:03.056Z[ recovery-image] May 28 09:03:01.642 INFO O| May 28 09:03:01.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56672026-05-28T09:03:03.056Z[ recovery-image] May 28 09:03:01.642 INFO O| May 28 09:03:01.642 INFO STEP 257 (remove_files) COMPLETE
56682026-05-28T09:03:03.056Z[ recovery-image] May 28 09:03:01.642 INFO O| May 28 09:03:01.642 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-05-28T09:03:03.065Z[ recovery-image] May 28 09:03:01.651 INFO O| May 28 09:03:01.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56702026-05-28T09:03:03.065Z[ recovery-image] May 28 09:03:01.651 INFO O| May 28 09:03:01.651 INFO STEP 258 (remove_files) COMPLETE
56712026-05-28T09:03:03.067Z[ recovery-image] May 28 09:03:01.651 INFO O| May 28 09:03:01.651 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-05-28T09:03:03.074Z[ recovery-image] May 28 09:03:01.660 INFO O| May 28 09:03:01.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56732026-05-28T09:03:03.074Z[ recovery-image] May 28 09:03:01.660 INFO O| May 28 09:03:01.660 INFO STEP 259 (remove_files) COMPLETE
56742026-05-28T09:03:03.074Z[ recovery-image] May 28 09:03:01.660 INFO O| May 28 09:03:01.660 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-05-28T09:03:03.083Z[ recovery-image] May 28 09:03:01.669 INFO O| May 28 09:03:01.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56762026-05-28T09:03:03.083Z[ recovery-image] May 28 09:03:01.669 INFO O| May 28 09:03:01.669 INFO STEP 260 (remove_files) COMPLETE
56772026-05-28T09:03:03.083Z[ recovery-image] May 28 09:03:01.669 INFO O| May 28 09:03:01.669 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-05-28T09:03:03.094Z[ recovery-image] May 28 09:03:01.680 INFO O| May 28 09:03:01.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56792026-05-28T09:03:03.094Z[ recovery-image] May 28 09:03:01.680 INFO O| May 28 09:03:01.680 INFO STEP 261 (remove_files) COMPLETE
56802026-05-28T09:03:03.097Z[ recovery-image] May 28 09:03:01.680 INFO O| May 28 09:03:01.680 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-05-28T09:03:03.106Z[ recovery-image] May 28 09:03:01.692 INFO O| May 28 09:03:01.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56822026-05-28T09:03:03.106Z[ recovery-image] May 28 09:03:01.692 INFO O| May 28 09:03:01.692 INFO STEP 262 (remove_files) COMPLETE
56832026-05-28T09:03:03.109Z[ recovery-image] May 28 09:03:01.692 INFO O| May 28 09:03:01.692 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-05-28T09:03:03.117Z[ recovery-image] May 28 09:03:01.703 INFO O| May 28 09:03:01.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56852026-05-28T09:03:03.117Z[ recovery-image] May 28 09:03:01.703 INFO O| May 28 09:03:01.703 INFO STEP 263 (remove_files) COMPLETE
56862026-05-28T09:03:03.117Z[ recovery-image] May 28 09:03:01.703 INFO O| May 28 09:03:01.703 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-05-28T09:03:03.128Z[ recovery-image] May 28 09:03:01.714 INFO O| May 28 09:03:01.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56882026-05-28T09:03:03.128Z[ recovery-image] May 28 09:03:01.714 INFO O| May 28 09:03:01.714 INFO STEP 264 (remove_files) COMPLETE
56892026-05-28T09:03:03.131Z[ recovery-image] May 28 09:03:01.714 INFO O| May 28 09:03:01.714 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-05-28T09:03:03.137Z[ recovery-image] May 28 09:03:01.723 INFO O| May 28 09:03:01.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56912026-05-28T09:03:03.137Z[ recovery-image] May 28 09:03:01.723 INFO O| May 28 09:03:01.723 INFO STEP 265 (remove_files) COMPLETE
56922026-05-28T09:03:03.140Z[ recovery-image] May 28 09:03:01.723 INFO O| May 28 09:03:01.723 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-05-28T09:03:03.146Z[ recovery-image] May 28 09:03:01.732 INFO O| May 28 09:03:01.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56942026-05-28T09:03:03.146Z[ recovery-image] May 28 09:03:01.732 INFO O| May 28 09:03:01.732 INFO STEP 266 (remove_files) COMPLETE
56952026-05-28T09:03:03.146Z[ recovery-image] May 28 09:03:01.732 INFO O| May 28 09:03:01.732 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-05-28T09:03:03.155Z[ recovery-image] May 28 09:03:01.741 INFO O| May 28 09:03:01.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56972026-05-28T09:03:03.155Z[ recovery-image] May 28 09:03:01.741 INFO O| May 28 09:03:01.741 INFO STEP 267 (remove_files) COMPLETE
56982026-05-28T09:03:03.159Z[ recovery-image] May 28 09:03:01.741 INFO O| May 28 09:03:01.741 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-05-28T09:03:03.165Z[ recovery-image] May 28 09:03:01.751 INFO O| May 28 09:03:01.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57002026-05-28T09:03:03.165Z[ recovery-image] May 28 09:03:01.751 INFO O| May 28 09:03:01.751 INFO STEP 268 (remove_files) COMPLETE
57012026-05-28T09:03:03.168Z[ recovery-image] May 28 09:03:01.751 INFO O| May 28 09:03:01.751 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-05-28T09:03:03.175Z[ recovery-image] May 28 09:03:01.761 INFO O| May 28 09:03:01.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57032026-05-28T09:03:03.175Z[ recovery-image] May 28 09:03:01.761 INFO O| May 28 09:03:01.761 INFO STEP 269 (remove_files) COMPLETE
57042026-05-28T09:03:03.177Z[ recovery-image] May 28 09:03:01.761 INFO O| May 28 09:03:01.761 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-05-28T09:03:03.185Z[ recovery-image] May 28 09:03:01.771 INFO O| May 28 09:03:01.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57062026-05-28T09:03:03.185Z[ recovery-image] May 28 09:03:01.771 INFO O| May 28 09:03:01.771 INFO STEP 270 (remove_files) COMPLETE
57072026-05-28T09:03:03.185Z[ recovery-image] May 28 09:03:01.771 INFO O| May 28 09:03:01.771 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-05-28T09:03:03.198Z[ recovery-image] May 28 09:03:01.782 INFO O| May 28 09:03:01.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57092026-05-28T09:03:03.198Z[ recovery-image] May 28 09:03:01.782 INFO O| May 28 09:03:01.782 INFO STEP 271 (remove_files) COMPLETE
57102026-05-28T09:03:03.198Z[ recovery-image] May 28 09:03:01.782 INFO O| May 28 09:03:01.782 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-05-28T09:03:03.207Z[ recovery-image] May 28 09:03:01.793 INFO O| May 28 09:03:01.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57122026-05-28T09:03:03.207Z[ recovery-image] May 28 09:03:01.793 INFO O| May 28 09:03:01.793 INFO STEP 272 (remove_files) COMPLETE
57132026-05-28T09:03:03.207Z[ recovery-image] May 28 09:03:01.793 INFO O| May 28 09:03:01.793 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-05-28T09:03:03.217Z[ recovery-image] May 28 09:03:01.803 INFO O| May 28 09:03:01.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57152026-05-28T09:03:03.217Z[ recovery-image] May 28 09:03:01.803 INFO O| May 28 09:03:01.803 INFO STEP 273 (remove_files) COMPLETE
57162026-05-28T09:03:03.217Z[ recovery-image] May 28 09:03:01.803 INFO O| May 28 09:03:01.803 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-05-28T09:03:03.228Z[ recovery-image] May 28 09:03:01.814 INFO O| May 28 09:03:01.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57182026-05-28T09:03:03.228Z[ recovery-image] May 28 09:03:01.814 INFO O| May 28 09:03:01.814 INFO STEP 274 (remove_files) COMPLETE
57192026-05-28T09:03:03.232Z[ recovery-image] May 28 09:03:01.814 INFO O| May 28 09:03:01.814 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-05-28T09:03:03.237Z[ recovery-image] May 28 09:03:01.823 INFO O| May 28 09:03:01.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57212026-05-28T09:03:03.237Z[ recovery-image] May 28 09:03:01.823 INFO O| May 28 09:03:01.823 INFO STEP 275 (remove_files) COMPLETE
57222026-05-28T09:03:03.237Z[ recovery-image] May 28 09:03:01.823 INFO O| May 28 09:03:01.823 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-05-28T09:03:03.245Z[ recovery-image] May 28 09:03:01.831 INFO O| May 28 09:03:01.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57242026-05-28T09:03:03.245Z[ recovery-image] May 28 09:03:01.831 INFO O| May 28 09:03:01.831 INFO STEP 276 (remove_files) COMPLETE
57252026-05-28T09:03:03.245Z[ recovery-image] May 28 09:03:01.831 INFO O| May 28 09:03:01.831 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-05-28T09:03:03.253Z[ recovery-image] May 28 09:03:01.839 INFO O| May 28 09:03:01.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57272026-05-28T09:03:03.253Z[ recovery-image] May 28 09:03:01.840 INFO O| May 28 09:03:01.839 INFO STEP 277 (remove_files) COMPLETE
57282026-05-28T09:03:03.254Z[ recovery-image] May 28 09:03:01.840 INFO O| May 28 09:03:01.840 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-05-28T09:03:03.263Z[ recovery-image] May 28 09:03:01.848 INFO O| May 28 09:03:01.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57302026-05-28T09:03:03.263Z[ recovery-image] May 28 09:03:01.848 INFO O| May 28 09:03:01.848 INFO STEP 278 (remove_files) COMPLETE
57312026-05-28T09:03:03.263Z[ recovery-image] May 28 09:03:01.849 INFO O| May 28 09:03:01.848 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-05-28T09:03:03.271Z[ recovery-image] May 28 09:03:01.857 INFO O| May 28 09:03:01.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57332026-05-28T09:03:03.272Z[ recovery-image] May 28 09:03:01.857 INFO O| May 28 09:03:01.857 INFO STEP 279 (remove_files) COMPLETE
57342026-05-28T09:03:03.272Z[ recovery-image] May 28 09:03:01.857 INFO O| May 28 09:03:01.857 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-05-28T09:03:03.280Z[ recovery-image] May 28 09:03:01.866 INFO O| May 28 09:03:01.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57362026-05-28T09:03:03.280Z[ recovery-image] May 28 09:03:01.866 INFO O| May 28 09:03:01.866 INFO STEP 280 (remove_files) COMPLETE
57372026-05-28T09:03:03.280Z[ recovery-image] May 28 09:03:01.866 INFO O| May 28 09:03:01.866 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-05-28T09:03:03.291Z[ recovery-image] May 28 09:03:01.877 INFO O| May 28 09:03:01.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57392026-05-28T09:03:03.291Z[ recovery-image] May 28 09:03:01.877 INFO O| May 28 09:03:01.877 INFO STEP 281 (remove_files) COMPLETE
57402026-05-28T09:03:03.291Z[ recovery-image] May 28 09:03:01.877 INFO O| May 28 09:03:01.877 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-05-28T09:03:03.303Z[ recovery-image] May 28 09:03:01.888 INFO O| May 28 09:03:01.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57422026-05-28T09:03:03.303Z[ recovery-image] May 28 09:03:01.888 INFO O| May 28 09:03:01.888 INFO STEP 282 (remove_files) COMPLETE
57432026-05-28T09:03:03.307Z[ recovery-image] May 28 09:03:01.888 INFO O| May 28 09:03:01.888 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-05-28T09:03:03.315Z[ recovery-image] May 28 09:03:01.900 INFO O| May 28 09:03:01.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57452026-05-28T09:03:03.315Z[ recovery-image] May 28 09:03:01.900 INFO O| May 28 09:03:01.900 INFO STEP 283 (remove_files) COMPLETE
57462026-05-28T09:03:03.316Z[ recovery-image] May 28 09:03:01.900 INFO O| May 28 09:03:01.900 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-05-28T09:03:03.324Z[ recovery-image] May 28 09:03:01.910 INFO O| May 28 09:03:01.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57482026-05-28T09:03:03.324Z[ recovery-image] May 28 09:03:01.910 INFO O| May 28 09:03:01.910 INFO STEP 284 (remove_files) COMPLETE
57492026-05-28T09:03:03.327Z[ recovery-image] May 28 09:03:01.910 INFO O| May 28 09:03:01.910 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-05-28T09:03:03.334Z[ recovery-image] May 28 09:03:01.920 INFO O| May 28 09:03:01.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57512026-05-28T09:03:03.334Z[ recovery-image] May 28 09:03:01.920 INFO O| May 28 09:03:01.920 INFO STEP 285 (remove_files) COMPLETE
57522026-05-28T09:03:03.335Z[ recovery-image] May 28 09:03:01.920 INFO O| May 28 09:03:01.920 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-05-28T09:03:03.343Z[ recovery-image] May 28 09:03:01.929 INFO O| May 28 09:03:01.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57542026-05-28T09:03:03.344Z[ recovery-image] May 28 09:03:01.929 INFO O| May 28 09:03:01.929 INFO STEP 286 (remove_files) COMPLETE
57552026-05-28T09:03:03.344Z[ recovery-image] May 28 09:03:01.929 INFO O| May 28 09:03:01.929 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-05-28T09:03:03.352Z[ recovery-image] May 28 09:03:01.938 INFO O| May 28 09:03:01.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57572026-05-28T09:03:03.352Z[ recovery-image] May 28 09:03:01.938 INFO O| May 28 09:03:01.938 INFO STEP 287 (remove_files) COMPLETE
57582026-05-28T09:03:03.352Z[ recovery-image] May 28 09:03:01.938 INFO O| May 28 09:03:01.938 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-05-28T09:03:03.361Z[ recovery-image] May 28 09:03:01.947 INFO O| May 28 09:03:01.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57602026-05-28T09:03:03.361Z[ recovery-image] May 28 09:03:01.947 INFO O| May 28 09:03:01.947 INFO STEP 288 (remove_files) COMPLETE
57612026-05-28T09:03:03.361Z[ recovery-image] May 28 09:03:01.947 INFO O| May 28 09:03:01.947 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-05-28T09:03:03.370Z[ recovery-image] May 28 09:03:01.956 INFO O| May 28 09:03:01.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57632026-05-28T09:03:03.370Z[ recovery-image] May 28 09:03:01.956 INFO O| May 28 09:03:01.956 INFO STEP 289 (remove_files) COMPLETE
57642026-05-28T09:03:03.370Z[ recovery-image] May 28 09:03:01.956 INFO O| May 28 09:03:01.956 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-05-28T09:03:03.378Z[ recovery-image] May 28 09:03:01.964 INFO O| May 28 09:03:01.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57662026-05-28T09:03:03.378Z[ recovery-image] May 28 09:03:01.964 INFO O| May 28 09:03:01.964 INFO STEP 290 (remove_files) COMPLETE
57672026-05-28T09:03:03.378Z[ recovery-image] May 28 09:03:01.964 INFO O| May 28 09:03:01.964 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-05-28T09:03:03.388Z[ recovery-image] May 28 09:03:01.974 INFO O| May 28 09:03:01.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57692026-05-28T09:03:03.388Z[ recovery-image] May 28 09:03:01.974 INFO O| May 28 09:03:01.974 INFO STEP 291 (remove_files) COMPLETE
57702026-05-28T09:03:03.388Z[ recovery-image] May 28 09:03:01.974 INFO O| May 28 09:03:01.974 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-05-28T09:03:03.397Z[ recovery-image] May 28 09:03:01.983 INFO O| May 28 09:03:01.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57722026-05-28T09:03:03.397Z[ recovery-image] May 28 09:03:01.983 INFO O| May 28 09:03:01.983 INFO STEP 292 (remove_files) COMPLETE
57732026-05-28T09:03:03.397Z[ recovery-image] May 28 09:03:01.983 INFO O| May 28 09:03:01.983 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-05-28T09:03:03.405Z[ recovery-image] May 28 09:03:01.991 INFO O| May 28 09:03:01.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57752026-05-28T09:03:03.405Z[ recovery-image] May 28 09:03:01.991 INFO O| May 28 09:03:01.991 INFO STEP 293 (remove_files) COMPLETE
57762026-05-28T09:03:03.408Z[ recovery-image] May 28 09:03:01.991 INFO O| May 28 09:03:01.991 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-05-28T09:03:03.413Z[ recovery-image] May 28 09:03:01.999 INFO O| May 28 09:03:01.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57782026-05-28T09:03:03.413Z[ recovery-image] May 28 09:03:01.999 INFO O| May 28 09:03:01.999 INFO STEP 294 (remove_files) COMPLETE
57792026-05-28T09:03:03.416Z[ recovery-image] May 28 09:03:01.999 INFO O| May 28 09:03:01.999 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-05-28T09:03:03.422Z[ recovery-image] May 28 09:03:02.008 INFO O| May 28 09:03:02.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57812026-05-28T09:03:03.422Z[ recovery-image] May 28 09:03:02.008 INFO O| May 28 09:03:02.008 INFO STEP 295 (remove_files) COMPLETE
57822026-05-28T09:03:03.422Z[ recovery-image] May 28 09:03:02.008 INFO O| May 28 09:03:02.008 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-05-28T09:03:03.432Z[ recovery-image] May 28 09:03:02.018 INFO O| May 28 09:03:02.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57842026-05-28T09:03:03.432Z[ recovery-image] May 28 09:03:02.018 INFO O| May 28 09:03:02.018 INFO STEP 296 (remove_files) COMPLETE
57852026-05-28T09:03:03.432Z[ recovery-image] May 28 09:03:02.018 INFO O| May 28 09:03:02.018 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-05-28T09:03:03.441Z[ recovery-image] May 28 09:03:02.027 INFO O| May 28 09:03:02.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57872026-05-28T09:03:03.441Z[ recovery-image] May 28 09:03:02.027 INFO O| May 28 09:03:02.027 INFO STEP 297 (remove_files) COMPLETE
57882026-05-28T09:03:03.444Z[ recovery-image] May 28 09:03:02.027 INFO O| May 28 09:03:02.027 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-05-28T09:03:03.451Z[ recovery-image] May 28 09:03:02.037 INFO O| May 28 09:03:02.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57902026-05-28T09:03:03.451Z[ recovery-image] May 28 09:03:02.037 INFO O| May 28 09:03:02.037 INFO STEP 298 (remove_files) COMPLETE
57912026-05-28T09:03:03.451Z[ recovery-image] May 28 09:03:02.037 INFO O| May 28 09:03:02.037 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-05-28T09:03:03.461Z[ recovery-image] May 28 09:03:02.047 INFO O| May 28 09:03:02.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57932026-05-28T09:03:03.461Z[ recovery-image] May 28 09:03:02.047 INFO O| May 28 09:03:02.047 INFO STEP 299 (remove_files) COMPLETE
57942026-05-28T09:03:03.461Z[ recovery-image] May 28 09:03:02.047 INFO O| May 28 09:03:02.047 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-05-28T09:03:03.472Z[ recovery-image] May 28 09:03:02.056 INFO O| May 28 09:03:02.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57962026-05-28T09:03:03.472Z[ recovery-image] May 28 09:03:02.056 INFO O| May 28 09:03:02.056 INFO STEP 300 (remove_files) COMPLETE
57972026-05-28T09:03:03.472Z[ recovery-image] May 28 09:03:02.056 INFO O| May 28 09:03:02.056 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-05-28T09:03:03.480Z[ recovery-image] May 28 09:03:02.066 INFO O| May 28 09:03:02.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57992026-05-28T09:03:03.480Z[ recovery-image] May 28 09:03:02.066 INFO O| May 28 09:03:02.066 INFO STEP 301 (remove_files) COMPLETE
58002026-05-28T09:03:03.483Z[ recovery-image] May 28 09:03:02.066 INFO O| May 28 09:03:02.066 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-05-28T09:03:03.488Z[ recovery-image] May 28 09:03:02.074 INFO O| May 28 09:03:02.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58022026-05-28T09:03:03.491Z[ recovery-image] May 28 09:03:02.075 INFO O| May 28 09:03:02.075 INFO STEP 302 (remove_files) COMPLETE
58032026-05-28T09:03:03.491Z[ recovery-image] May 28 09:03:02.075 INFO O| May 28 09:03:02.075 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-05-28T09:03:03.499Z[ recovery-image] May 28 09:03:02.085 INFO O| May 28 09:03:02.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58052026-05-28T09:03:03.499Z[ recovery-image] May 28 09:03:02.085 INFO O| May 28 09:03:02.085 INFO STEP 303 (remove_files) COMPLETE
58062026-05-28T09:03:03.499Z[ recovery-image] May 28 09:03:02.085 INFO O| May 28 09:03:02.085 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-05-28T09:03:03.511Z[ recovery-image] May 28 09:03:02.096 INFO O| May 28 09:03:02.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58082026-05-28T09:03:03.511Z[ recovery-image] May 28 09:03:02.096 INFO O| May 28 09:03:02.096 INFO STEP 304 (remove_files) COMPLETE
58092026-05-28T09:03:03.511Z[ recovery-image] May 28 09:03:02.096 INFO O| May 28 09:03:02.096 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-05-28T09:03:03.519Z[ recovery-image] May 28 09:03:02.105 INFO O| May 28 09:03:02.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58112026-05-28T09:03:03.519Z[ recovery-image] May 28 09:03:02.105 INFO O| May 28 09:03:02.105 INFO STEP 305 (remove_files) COMPLETE
58122026-05-28T09:03:03.523Z[ recovery-image] May 28 09:03:02.105 INFO O| May 28 09:03:02.105 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-05-28T09:03:03.530Z[ recovery-image] May 28 09:03:02.114 INFO O| May 28 09:03:02.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58142026-05-28T09:03:03.530Z[ recovery-image] May 28 09:03:02.114 INFO O| May 28 09:03:02.114 INFO STEP 306 (remove_files) COMPLETE
58152026-05-28T09:03:03.530Z[ recovery-image] May 28 09:03:02.114 INFO O| May 28 09:03:02.114 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-05-28T09:03:03.537Z[ recovery-image] May 28 09:03:02.123 INFO O| May 28 09:03:02.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58172026-05-28T09:03:03.537Z[ recovery-image] May 28 09:03:02.123 INFO O| May 28 09:03:02.123 INFO STEP 307 (remove_files) COMPLETE
58182026-05-28T09:03:03.541Z[ recovery-image] May 28 09:03:02.123 INFO O| May 28 09:03:02.123 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-05-28T09:03:03.549Z[ recovery-image] May 28 09:03:02.134 INFO O| May 28 09:03:02.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58202026-05-28T09:03:03.549Z[ recovery-image] May 28 09:03:02.134 INFO O| May 28 09:03:02.134 INFO STEP 308 (remove_files) COMPLETE
58212026-05-28T09:03:03.552Z[ recovery-image] May 28 09:03:02.134 INFO O| May 28 09:03:02.134 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-05-28T09:03:03.559Z[ recovery-image] May 28 09:03:02.145 INFO O| May 28 09:03:02.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58232026-05-28T09:03:03.559Z[ recovery-image] May 28 09:03:02.145 INFO O| May 28 09:03:02.145 INFO STEP 309 (remove_files) COMPLETE
58242026-05-28T09:03:03.559Z[ recovery-image] May 28 09:03:02.145 INFO O| May 28 09:03:02.145 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-05-28T09:03:03.569Z[ recovery-image] May 28 09:03:02.155 INFO O| May 28 09:03:02.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58262026-05-28T09:03:03.569Z[ recovery-image] May 28 09:03:02.155 INFO O| May 28 09:03:02.155 INFO STEP 310 (remove_files) COMPLETE
58272026-05-28T09:03:03.569Z[ recovery-image] May 28 09:03:02.155 INFO O| May 28 09:03:02.155 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-05-28T09:03:03.580Z[ recovery-image] May 28 09:03:02.166 INFO O| May 28 09:03:02.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58292026-05-28T09:03:03.580Z[ recovery-image] May 28 09:03:02.166 INFO O| May 28 09:03:02.166 INFO STEP 311 (remove_files) COMPLETE
58302026-05-28T09:03:03.580Z[ recovery-image] May 28 09:03:02.166 INFO O| May 28 09:03:02.166 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-05-28T09:03:03.592Z[ recovery-image] May 28 09:03:02.178 INFO O| May 28 09:03:02.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58322026-05-28T09:03:03.592Z[ recovery-image] May 28 09:03:02.178 INFO O| May 28 09:03:02.178 INFO STEP 312 (remove_files) COMPLETE
58332026-05-28T09:03:03.592Z[ recovery-image] May 28 09:03:02.178 INFO O| May 28 09:03:02.178 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-05-28T09:03:03.604Z[ recovery-image] May 28 09:03:02.189 INFO O| May 28 09:03:02.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58352026-05-28T09:03:03.604Z[ recovery-image] May 28 09:03:02.189 INFO O| May 28 09:03:02.189 INFO STEP 313 (remove_files) COMPLETE
58362026-05-28T09:03:03.607Z[ recovery-image] May 28 09:03:02.189 INFO O| May 28 09:03:02.189 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-05-28T09:03:03.613Z[ recovery-image] May 28 09:03:02.199 INFO O| May 28 09:03:02.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58382026-05-28T09:03:03.613Z[ recovery-image] May 28 09:03:02.199 INFO O| May 28 09:03:02.199 INFO STEP 314 (remove_files) COMPLETE
58392026-05-28T09:03:03.617Z[ recovery-image] May 28 09:03:02.199 INFO O| May 28 09:03:02.199 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-05-28T09:03:03.624Z[ recovery-image] May 28 09:03:02.210 INFO O| May 28 09:03:02.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58412026-05-28T09:03:03.624Z[ recovery-image] May 28 09:03:02.210 INFO O| May 28 09:03:02.210 INFO STEP 315 (remove_files) COMPLETE
58422026-05-28T09:03:03.627Z[ recovery-image] May 28 09:03:02.210 INFO O| May 28 09:03:02.210 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-05-28T09:03:03.638Z[ recovery-image] May 28 09:03:02.224 INFO O| May 28 09:03:02.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58442026-05-28T09:03:03.638Z[ recovery-image] May 28 09:03:02.224 INFO O| May 28 09:03:02.224 INFO STEP 316 (remove_files) COMPLETE
58452026-05-28T09:03:03.638Z[ recovery-image] May 28 09:03:02.224 INFO O| May 28 09:03:02.224 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-05-28T09:03:03.648Z[ recovery-image] May 28 09:03:02.234 INFO O| May 28 09:03:02.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58472026-05-28T09:03:03.648Z[ recovery-image] May 28 09:03:02.234 INFO O| May 28 09:03:02.234 INFO STEP 317 (remove_files) COMPLETE
58482026-05-28T09:03:03.651Z[ recovery-image] May 28 09:03:02.234 INFO O| May 28 09:03:02.234 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-05-28T09:03:03.658Z[ recovery-image] May 28 09:03:02.244 INFO O| May 28 09:03:02.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58502026-05-28T09:03:03.658Z[ recovery-image] May 28 09:03:02.244 INFO O| May 28 09:03:02.244 INFO STEP 318 (remove_files) COMPLETE
58512026-05-28T09:03:03.658Z[ recovery-image] May 28 09:03:02.244 INFO O| May 28 09:03:02.244 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-05-28T09:03:03.666Z[ recovery-image] May 28 09:03:02.252 INFO O| May 28 09:03:02.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58532026-05-28T09:03:03.666Z[ recovery-image] May 28 09:03:02.252 INFO O| May 28 09:03:02.252 INFO STEP 319 (remove_files) COMPLETE
58542026-05-28T09:03:03.666Z[ recovery-image] May 28 09:03:02.252 INFO O| May 28 09:03:02.252 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-05-28T09:03:03.674Z[ recovery-image] May 28 09:03:02.260 INFO O| May 28 09:03:02.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58562026-05-28T09:03:03.674Z[ recovery-image] May 28 09:03:02.260 INFO O| May 28 09:03:02.260 INFO STEP 320 (remove_files) COMPLETE
58572026-05-28T09:03:03.674Z[ recovery-image] May 28 09:03:02.260 INFO O| May 28 09:03:02.260 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-05-28T09:03:03.683Z[ recovery-image] May 28 09:03:02.268 INFO O| May 28 09:03:02.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58592026-05-28T09:03:03.683Z[ recovery-image] May 28 09:03:02.269 INFO O| May 28 09:03:02.269 INFO STEP 321 (remove_files) COMPLETE
58602026-05-28T09:03:03.683Z[ recovery-image] May 28 09:03:02.269 INFO O| May 28 09:03:02.269 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-05-28T09:03:03.692Z[ recovery-image] May 28 09:03:02.278 INFO O| May 28 09:03:02.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58622026-05-28T09:03:03.692Z[ recovery-image] May 28 09:03:02.278 INFO O| May 28 09:03:02.278 INFO STEP 322 (remove_files) COMPLETE
58632026-05-28T09:03:03.692Z[ recovery-image] May 28 09:03:02.278 INFO O| May 28 09:03:02.278 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-05-28T09:03:03.705Z[ recovery-image] May 28 09:03:02.291 INFO O| May 28 09:03:02.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58652026-05-28T09:03:03.705Z[ recovery-image] May 28 09:03:02.291 INFO O| May 28 09:03:02.291 INFO STEP 323 (remove_files) COMPLETE
58662026-05-28T09:03:03.705Z[ recovery-image] May 28 09:03:02.291 INFO O| May 28 09:03:02.291 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-05-28T09:03:03.752Z[ recovery-image] May 28 09:03:02.338 INFO O| May 28 09:03:02.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58682026-05-28T09:03:03.752Z[ recovery-image] May 28 09:03:02.338 INFO O| May 28 09:03:02.338 INFO STEP 324 (remove_files) COMPLETE
58692026-05-28T09:03:03.752Z[ recovery-image] May 28 09:03:02.338 INFO O| May 28 09:03:02.338 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-05-28T09:03:03.769Z[ recovery-image] May 28 09:03:02.354 INFO O| May 28 09:03:02.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58712026-05-28T09:03:03.769Z[ recovery-image] May 28 09:03:02.354 INFO O| May 28 09:03:02.354 INFO STEP 325 (remove_files) COMPLETE
58722026-05-28T09:03:03.769Z[ recovery-image] May 28 09:03:02.354 INFO O| May 28 09:03:02.354 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-05-28T09:03:03.778Z[ recovery-image] May 28 09:03:02.364 INFO O| May 28 09:03:02.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58742026-05-28T09:03:03.778Z[ recovery-image] May 28 09:03:02.364 INFO O| May 28 09:03:02.364 INFO STEP 326 (remove_files) COMPLETE
58752026-05-28T09:03:03.778Z[ recovery-image] May 28 09:03:02.364 INFO O| May 28 09:03:02.364 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-05-28T09:03:03.796Z[ recovery-image] May 28 09:03:02.381 INFO O| May 28 09:03:02.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58772026-05-28T09:03:03.796Z[ recovery-image] May 28 09:03:02.381 INFO O| May 28 09:03:02.381 INFO STEP 327 (remove_files) COMPLETE
58782026-05-28T09:03:03.796Z[ recovery-image] May 28 09:03:02.381 INFO O| May 28 09:03:02.381 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-05-28T09:03:03.831Z[ recovery-image] May 28 09:03:02.417 INFO O| May 28 09:03:02.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58802026-05-28T09:03:03.831Z[ recovery-image] May 28 09:03:02.417 INFO O| May 28 09:03:02.417 INFO STEP 328 (remove_files) COMPLETE
58812026-05-28T09:03:03.834Z[ recovery-image] May 28 09:03:02.417 INFO O| May 28 09:03:02.417 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-05-28T09:03:03.864Z[ recovery-image] May 28 09:03:02.450 INFO O| May 28 09:03:02.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58832026-05-28T09:03:03.864Z[ recovery-image] May 28 09:03:02.450 INFO O| May 28 09:03:02.450 INFO STEP 329 (remove_files) COMPLETE
58842026-05-28T09:03:03.864Z[ recovery-image] May 28 09:03:02.450 INFO O| May 28 09:03:02.450 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-05-28T09:03:03.876Z[ recovery-image] May 28 09:03:02.462 INFO O| May 28 09:03:02.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58862026-05-28T09:03:03.876Z[ recovery-image] May 28 09:03:02.462 INFO O| May 28 09:03:02.462 INFO STEP 330 (remove_files) COMPLETE
58872026-05-28T09:03:03.876Z[ recovery-image] May 28 09:03:02.462 INFO O| May 28 09:03:02.462 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-05-28T09:03:03.885Z[ recovery-image] May 28 09:03:02.471 INFO O| May 28 09:03:02.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58892026-05-28T09:03:03.888Z[ recovery-image] May 28 09:03:02.472 INFO O| May 28 09:03:02.472 INFO STEP 331 (remove_files) COMPLETE
58902026-05-28T09:03:03.888Z[ recovery-image] May 28 09:03:02.472 INFO O| May 28 09:03:02.472 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-05-28T09:03:03.895Z[ recovery-image] May 28 09:03:02.481 INFO O| May 28 09:03:02.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58922026-05-28T09:03:03.895Z[ recovery-image] May 28 09:03:02.481 INFO O| May 28 09:03:02.481 INFO STEP 332 (remove_files) COMPLETE
58932026-05-28T09:03:03.895Z[ recovery-image] May 28 09:03:02.481 INFO O| May 28 09:03:02.481 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-05-28T09:03:03.905Z[ recovery-image] May 28 09:03:02.491 INFO O| May 28 09:03:02.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58952026-05-28T09:03:03.905Z[ recovery-image] May 28 09:03:02.491 INFO O| May 28 09:03:02.491 INFO STEP 333 (remove_files) COMPLETE
58962026-05-28T09:03:03.905Z[ recovery-image] May 28 09:03:02.491 INFO O| May 28 09:03:02.491 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-05-28T09:03:03.915Z[ recovery-image] May 28 09:03:02.500 INFO O| May 28 09:03:02.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58982026-05-28T09:03:03.915Z[ recovery-image] May 28 09:03:02.501 INFO O| May 28 09:03:02.501 INFO STEP 334 (remove_files) COMPLETE
58992026-05-28T09:03:03.915Z[ recovery-image] May 28 09:03:02.501 INFO O| May 28 09:03:02.501 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-05-28T09:03:03.923Z[ recovery-image] May 28 09:03:02.509 INFO O| May 28 09:03:02.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59012026-05-28T09:03:03.923Z[ recovery-image] May 28 09:03:02.509 INFO O| May 28 09:03:02.509 INFO STEP 335 (remove_files) COMPLETE
59022026-05-28T09:03:03.926Z[ recovery-image] May 28 09:03:02.509 INFO O| May 28 09:03:02.509 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-05-28T09:03:03.932Z[ recovery-image] May 28 09:03:02.518 INFO O| May 28 09:03:02.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59042026-05-28T09:03:03.932Z[ recovery-image] May 28 09:03:02.518 INFO O| May 28 09:03:02.518 INFO STEP 336 (remove_files) COMPLETE
59052026-05-28T09:03:03.935Z[ recovery-image] May 28 09:03:02.518 INFO O| May 28 09:03:02.518 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-05-28T09:03:03.942Z[ recovery-image] May 28 09:03:02.528 INFO O| May 28 09:03:02.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59072026-05-28T09:03:03.942Z[ recovery-image] May 28 09:03:02.528 INFO O| May 28 09:03:02.528 INFO STEP 337 (remove_files) COMPLETE
59082026-05-28T09:03:03.945Z[ recovery-image] May 28 09:03:02.528 INFO O| May 28 09:03:02.528 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-05-28T09:03:03.953Z[ recovery-image] May 28 09:03:02.539 INFO O| May 28 09:03:02.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59102026-05-28T09:03:03.953Z[ recovery-image] May 28 09:03:02.539 INFO O| May 28 09:03:02.539 INFO STEP 338 (remove_files) COMPLETE
59112026-05-28T09:03:03.953Z[ recovery-image] May 28 09:03:02.539 INFO O| May 28 09:03:02.539 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-05-28T09:03:03.964Z[ recovery-image] May 28 09:03:02.550 INFO O| May 28 09:03:02.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59132026-05-28T09:03:03.964Z[ recovery-image] May 28 09:03:02.550 INFO O| May 28 09:03:02.550 INFO STEP 339 (remove_files) COMPLETE
59142026-05-28T09:03:03.964Z[ recovery-image] May 28 09:03:02.550 INFO O| May 28 09:03:02.550 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-05-28T09:03:03.973Z[ recovery-image] May 28 09:03:02.559 INFO O| May 28 09:03:02.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59162026-05-28T09:03:03.973Z[ recovery-image] May 28 09:03:02.559 INFO O| May 28 09:03:02.559 INFO STEP 340 (remove_files) COMPLETE
59172026-05-28T09:03:03.973Z[ recovery-image] May 28 09:03:02.559 INFO O| May 28 09:03:02.559 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-05-28T09:03:03.983Z[ recovery-image] May 28 09:03:02.569 INFO O| May 28 09:03:02.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59192026-05-28T09:03:03.983Z[ recovery-image] May 28 09:03:02.569 INFO O| May 28 09:03:02.569 INFO STEP 341 (remove_files) COMPLETE
59202026-05-28T09:03:03.983Z[ recovery-image] May 28 09:03:02.569 INFO O| May 28 09:03:02.569 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-05-28T09:03:03.992Z[ recovery-image] May 28 09:03:02.578 INFO O| May 28 09:03:02.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59222026-05-28T09:03:03.993Z[ recovery-image] May 28 09:03:02.578 INFO O| May 28 09:03:02.578 INFO STEP 342 (remove_files) COMPLETE
59232026-05-28T09:03:03.993Z[ recovery-image] May 28 09:03:02.578 INFO O| May 28 09:03:02.578 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-05-28T09:03:04.001Z[ recovery-image] May 28 09:03:02.587 INFO O| May 28 09:03:02.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59252026-05-28T09:03:04.002Z[ recovery-image] May 28 09:03:02.587 INFO O| May 28 09:03:02.587 INFO STEP 343 (remove_files) COMPLETE
59262026-05-28T09:03:04.002Z[ recovery-image] May 28 09:03:02.587 INFO O| May 28 09:03:02.587 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-05-28T09:03:04.009Z[ recovery-image] May 28 09:03:02.595 INFO O| May 28 09:03:02.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59282026-05-28T09:03:04.009Z[ recovery-image] May 28 09:03:02.595 INFO O| May 28 09:03:02.595 INFO STEP 344 (remove_files) COMPLETE
59292026-05-28T09:03:04.009Z[ recovery-image] May 28 09:03:02.595 INFO O| May 28 09:03:02.595 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-05-28T09:03:04.018Z[ recovery-image] May 28 09:03:02.603 INFO O| May 28 09:03:02.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59312026-05-28T09:03:04.018Z[ recovery-image] May 28 09:03:02.604 INFO O| May 28 09:03:02.603 INFO STEP 345 (remove_files) COMPLETE
59322026-05-28T09:03:04.018Z[ recovery-image] May 28 09:03:02.604 INFO O| May 28 09:03:02.603 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-05-28T09:03:04.027Z[ recovery-image] May 28 09:03:02.612 INFO O| May 28 09:03:02.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59342026-05-28T09:03:04.027Z[ recovery-image] May 28 09:03:02.612 INFO O| May 28 09:03:02.612 INFO STEP 346 (remove_files) COMPLETE
59352026-05-28T09:03:04.027Z[ recovery-image] May 28 09:03:02.612 INFO O| May 28 09:03:02.612 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-05-28T09:03:04.036Z[ recovery-image] May 28 09:03:02.621 INFO O| May 28 09:03:02.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59372026-05-28T09:03:04.036Z[ recovery-image] May 28 09:03:02.622 INFO O| May 28 09:03:02.622 INFO STEP 347 (remove_files) COMPLETE
59382026-05-28T09:03:04.036Z[ recovery-image] May 28 09:03:02.622 INFO O| May 28 09:03:02.622 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-05-28T09:03:04.045Z[ recovery-image] May 28 09:03:02.631 INFO O| May 28 09:03:02.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59402026-05-28T09:03:04.048Z[ recovery-image] May 28 09:03:02.632 INFO O| May 28 09:03:02.632 INFO STEP 348 (remove_files) COMPLETE
59412026-05-28T09:03:04.048Z[ recovery-image] May 28 09:03:02.632 INFO O| May 28 09:03:02.632 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-05-28T09:03:04.056Z[ recovery-image] May 28 09:03:02.642 INFO O| May 28 09:03:02.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59432026-05-28T09:03:04.056Z[ recovery-image] May 28 09:03:02.642 INFO O| May 28 09:03:02.642 INFO STEP 349 (remove_files) COMPLETE
59442026-05-28T09:03:04.056Z[ recovery-image] May 28 09:03:02.642 INFO O| May 28 09:03:02.642 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-05-28T09:03:04.066Z[ recovery-image] May 28 09:03:02.652 INFO O| May 28 09:03:02.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59462026-05-28T09:03:04.066Z[ recovery-image] May 28 09:03:02.652 INFO O| May 28 09:03:02.652 INFO STEP 350 (remove_files) COMPLETE
59472026-05-28T09:03:04.069Z[ recovery-image] May 28 09:03:02.652 INFO O| May 28 09:03:02.652 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-05-28T09:03:04.076Z[ recovery-image] May 28 09:03:02.662 INFO O| May 28 09:03:02.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59492026-05-28T09:03:04.079Z[ recovery-image] May 28 09:03:02.664 INFO O| May 28 09:03:02.664 INFO STEP 351 (remove_files) COMPLETE
59502026-05-28T09:03:04.079Z[ recovery-image] May 28 09:03:02.664 INFO O| May 28 09:03:02.664 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-05-28T09:03:04.087Z[ recovery-image] May 28 09:03:02.673 INFO O| May 28 09:03:02.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59522026-05-28T09:03:04.087Z[ recovery-image] May 28 09:03:02.673 INFO O| May 28 09:03:02.673 INFO STEP 352 (remove_files) COMPLETE
59532026-05-28T09:03:04.090Z[ recovery-image] May 28 09:03:02.673 INFO O| May 28 09:03:02.673 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-05-28T09:03:04.095Z[ recovery-image] May 28 09:03:02.681 INFO O| May 28 09:03:02.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59552026-05-28T09:03:04.095Z[ recovery-image] May 28 09:03:02.681 INFO O| May 28 09:03:02.681 INFO STEP 353 (remove_files) COMPLETE
59562026-05-28T09:03:04.097Z[ recovery-image] May 28 09:03:02.681 INFO O| May 28 09:03:02.681 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-05-28T09:03:04.103Z[ recovery-image] May 28 09:03:02.689 INFO O| May 28 09:03:02.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59582026-05-28T09:03:04.103Z[ recovery-image] May 28 09:03:02.689 INFO O| May 28 09:03:02.689 INFO STEP 354 (remove_files) COMPLETE
59592026-05-28T09:03:04.106Z[ recovery-image] May 28 09:03:02.689 INFO O| May 28 09:03:02.689 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-05-28T09:03:04.111Z[ recovery-image] May 28 09:03:02.697 INFO O| May 28 09:03:02.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59612026-05-28T09:03:04.111Z[ recovery-image] May 28 09:03:02.697 INFO O| May 28 09:03:02.697 INFO STEP 355 (remove_files) COMPLETE
59622026-05-28T09:03:04.111Z[ recovery-image] May 28 09:03:02.697 INFO O| May 28 09:03:02.697 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-05-28T09:03:04.118Z[ recovery-image] May 28 09:03:02.704 INFO O| May 28 09:03:02.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59642026-05-28T09:03:04.118Z[ recovery-image] May 28 09:03:02.704 INFO O| May 28 09:03:02.704 INFO STEP 356 (remove_files) COMPLETE
59652026-05-28T09:03:04.119Z[ recovery-image] May 28 09:03:02.704 INFO O| May 28 09:03:02.704 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-05-28T09:03:04.126Z[ recovery-image] May 28 09:03:02.712 INFO O| May 28 09:03:02.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59672026-05-28T09:03:04.126Z[ recovery-image] May 28 09:03:02.712 INFO O| May 28 09:03:02.712 INFO STEP 357 (remove_files) COMPLETE
59682026-05-28T09:03:04.126Z[ recovery-image] May 28 09:03:02.712 INFO O| May 28 09:03:02.712 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-05-28T09:03:04.134Z[ recovery-image] May 28 09:03:02.720 INFO O| May 28 09:03:02.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59702026-05-28T09:03:04.134Z[ recovery-image] May 28 09:03:02.720 INFO O| May 28 09:03:02.720 INFO STEP 358 (remove_files) COMPLETE
59712026-05-28T09:03:04.137Z[ recovery-image] May 28 09:03:02.720 INFO O| May 28 09:03:02.720 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-05-28T09:03:04.142Z[ recovery-image] May 28 09:03:02.728 INFO O| May 28 09:03:02.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59732026-05-28T09:03:04.142Z[ recovery-image] May 28 09:03:02.728 INFO O| May 28 09:03:02.728 INFO STEP 359 (remove_files) COMPLETE
59742026-05-28T09:03:04.145Z[ recovery-image] May 28 09:03:02.728 INFO O| May 28 09:03:02.728 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-05-28T09:03:04.151Z[ recovery-image] May 28 09:03:02.737 INFO O| May 28 09:03:02.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59762026-05-28T09:03:04.151Z[ recovery-image] May 28 09:03:02.737 INFO O| May 28 09:03:02.737 INFO STEP 360 (remove_files) COMPLETE
59772026-05-28T09:03:04.154Z[ recovery-image] May 28 09:03:02.737 INFO O| May 28 09:03:02.737 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-05-28T09:03:04.159Z[ recovery-image] May 28 09:03:02.745 INFO O| May 28 09:03:02.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59792026-05-28T09:03:04.159Z[ recovery-image] May 28 09:03:02.745 INFO O| May 28 09:03:02.745 INFO STEP 361 (remove_files) COMPLETE
59802026-05-28T09:03:04.161Z[ recovery-image] May 28 09:03:02.745 INFO O| May 28 09:03:02.745 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-05-28T09:03:04.167Z[ recovery-image] May 28 09:03:02.753 INFO O| May 28 09:03:02.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59822026-05-28T09:03:04.167Z[ recovery-image] May 28 09:03:02.753 INFO O| May 28 09:03:02.753 INFO STEP 362 (remove_files) COMPLETE
59832026-05-28T09:03:04.170Z[ recovery-image] May 28 09:03:02.753 INFO O| May 28 09:03:02.753 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-05-28T09:03:04.175Z[ recovery-image] May 28 09:03:02.761 INFO O| May 28 09:03:02.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59852026-05-28T09:03:04.175Z[ recovery-image] May 28 09:03:02.761 INFO O| May 28 09:03:02.761 INFO STEP 363 (remove_files) COMPLETE
59862026-05-28T09:03:04.175Z[ recovery-image] May 28 09:03:02.761 INFO O| May 28 09:03:02.761 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-05-28T09:03:04.185Z[ recovery-image] May 28 09:03:02.771 INFO O| May 28 09:03:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59882026-05-28T09:03:04.185Z[ recovery-image] May 28 09:03:02.771 INFO O| May 28 09:03:02.771 INFO STEP 364 (remove_files) COMPLETE
59892026-05-28T09:03:04.185Z[ recovery-image] May 28 09:03:02.771 INFO O| May 28 09:03:02.771 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-05-28T09:03:04.194Z[ recovery-image] May 28 09:03:02.780 INFO O| May 28 09:03:02.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59912026-05-28T09:03:04.194Z[ recovery-image] May 28 09:03:02.780 INFO O| May 28 09:03:02.780 INFO STEP 365 (remove_files) COMPLETE
59922026-05-28T09:03:04.197Z[ recovery-image] May 28 09:03:02.780 INFO O| May 28 09:03:02.780 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-05-28T09:03:04.203Z[ recovery-image] May 28 09:03:02.789 INFO O| May 28 09:03:02.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59942026-05-28T09:03:04.203Z[ recovery-image] May 28 09:03:02.789 INFO O| May 28 09:03:02.789 INFO STEP 366 (remove_files) COMPLETE
59952026-05-28T09:03:04.206Z[ recovery-image] May 28 09:03:02.789 INFO O| May 28 09:03:02.789 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-05-28T09:03:04.212Z[ recovery-image] May 28 09:03:02.798 INFO O| May 28 09:03:02.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59972026-05-28T09:03:04.212Z[ recovery-image] May 28 09:03:02.798 INFO O| May 28 09:03:02.798 INFO STEP 367 (remove_files) COMPLETE
59982026-05-28T09:03:04.214Z[ recovery-image] May 28 09:03:02.798 INFO O| May 28 09:03:02.798 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-05-28T09:03:04.221Z[ recovery-image] May 28 09:03:02.807 INFO O| May 28 09:03:02.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60002026-05-28T09:03:04.221Z[ recovery-image] May 28 09:03:02.807 INFO O| May 28 09:03:02.807 INFO STEP 368 (remove_files) COMPLETE
60012026-05-28T09:03:04.223Z[ recovery-image] May 28 09:03:02.807 INFO O| May 28 09:03:02.807 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-05-28T09:03:04.230Z[ recovery-image] May 28 09:03:02.816 INFO O| May 28 09:03:02.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60032026-05-28T09:03:04.230Z[ recovery-image] May 28 09:03:02.816 INFO O| May 28 09:03:02.816 INFO STEP 369 (remove_files) COMPLETE
60042026-05-28T09:03:04.230Z[ recovery-image] May 28 09:03:02.816 INFO O| May 28 09:03:02.816 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-05-28T09:03:04.239Z[ recovery-image] May 28 09:03:02.824 INFO O| May 28 09:03:02.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60062026-05-28T09:03:04.239Z[ recovery-image] May 28 09:03:02.825 INFO O| May 28 09:03:02.825 INFO STEP 370 (remove_files) COMPLETE
60072026-05-28T09:03:04.241Z[ recovery-image] May 28 09:03:02.825 INFO O| May 28 09:03:02.825 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-05-28T09:03:04.247Z[ recovery-image] May 28 09:03:02.833 INFO O| May 28 09:03:02.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60092026-05-28T09:03:04.247Z[ recovery-image] May 28 09:03:02.833 INFO O| May 28 09:03:02.833 INFO STEP 371 (remove_files) COMPLETE
60102026-05-28T09:03:04.250Z[ recovery-image] May 28 09:03:02.833 INFO O| May 28 09:03:02.833 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-05-28T09:03:04.256Z[ recovery-image] May 28 09:03:02.842 INFO O| May 28 09:03:02.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60122026-05-28T09:03:04.256Z[ recovery-image] May 28 09:03:02.842 INFO O| May 28 09:03:02.842 INFO STEP 372 (remove_files) COMPLETE
60132026-05-28T09:03:04.256Z[ recovery-image] May 28 09:03:02.842 INFO O| May 28 09:03:02.842 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-05-28T09:03:04.266Z[ recovery-image] May 28 09:03:02.852 INFO O| May 28 09:03:02.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60152026-05-28T09:03:04.266Z[ recovery-image] May 28 09:03:02.852 INFO O| May 28 09:03:02.852 INFO STEP 373 (remove_files) COMPLETE
60162026-05-28T09:03:04.269Z[ recovery-image] May 28 09:03:02.852 INFO O| May 28 09:03:02.852 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-05-28T09:03:04.276Z[ recovery-image] May 28 09:03:02.862 INFO O| May 28 09:03:02.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60182026-05-28T09:03:04.276Z[ recovery-image] May 28 09:03:02.862 INFO O| May 28 09:03:02.862 INFO STEP 374 (remove_files) COMPLETE
60192026-05-28T09:03:04.279Z[ recovery-image] May 28 09:03:02.862 INFO O| May 28 09:03:02.862 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-05-28T09:03:04.290Z[ recovery-image] May 28 09:03:02.876 INFO O| May 28 09:03:02.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60212026-05-28T09:03:04.290Z[ recovery-image] May 28 09:03:02.876 INFO O| May 28 09:03:02.876 INFO STEP 375 (remove_files) COMPLETE
60222026-05-28T09:03:04.293Z[ recovery-image] May 28 09:03:02.876 INFO O| May 28 09:03:02.876 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-05-28T09:03:04.302Z[ recovery-image] May 28 09:03:02.888 INFO O| May 28 09:03:02.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60242026-05-28T09:03:04.302Z[ recovery-image] May 28 09:03:02.888 INFO O| May 28 09:03:02.888 INFO STEP 376 (remove_files) COMPLETE
60252026-05-28T09:03:04.302Z[ recovery-image] May 28 09:03:02.888 INFO O| May 28 09:03:02.888 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-05-28T09:03:04.312Z[ recovery-image] May 28 09:03:02.898 INFO O| May 28 09:03:02.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60272026-05-28T09:03:04.312Z[ recovery-image] May 28 09:03:02.898 INFO O| May 28 09:03:02.898 INFO STEP 377 (remove_files) COMPLETE
60282026-05-28T09:03:04.312Z[ recovery-image] May 28 09:03:02.898 INFO O| May 28 09:03:02.898 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-05-28T09:03:04.321Z[ recovery-image] May 28 09:03:02.907 INFO O| May 28 09:03:02.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60302026-05-28T09:03:04.321Z[ recovery-image] May 28 09:03:02.907 INFO O| May 28 09:03:02.907 INFO STEP 378 (remove_files) COMPLETE
60312026-05-28T09:03:04.324Z[ recovery-image] May 28 09:03:02.907 INFO O| May 28 09:03:02.907 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-05-28T09:03:04.333Z[ recovery-image] May 28 09:03:02.919 INFO O| May 28 09:03:02.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60332026-05-28T09:03:04.333Z[ recovery-image] May 28 09:03:02.919 INFO O| May 28 09:03:02.919 INFO STEP 379 (remove_files) COMPLETE
60342026-05-28T09:03:04.333Z[ recovery-image] May 28 09:03:02.919 INFO O| May 28 09:03:02.919 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-05-28T09:03:04.342Z[ recovery-image] May 28 09:03:02.928 INFO O| May 28 09:03:02.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60362026-05-28T09:03:04.342Z[ recovery-image] May 28 09:03:02.928 INFO O| May 28 09:03:02.928 INFO STEP 380 (remove_files) COMPLETE
60372026-05-28T09:03:04.342Z[ recovery-image] May 28 09:03:02.928 INFO O| May 28 09:03:02.928 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-05-28T09:03:04.350Z[ recovery-image] May 28 09:03:02.936 INFO O| May 28 09:03:02.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60392026-05-28T09:03:04.350Z[ recovery-image] May 28 09:03:02.936 INFO O| May 28 09:03:02.936 INFO STEP 381 (remove_files) COMPLETE
60402026-05-28T09:03:04.370Z[ recovery-image] May 28 09:03:02.936 INFO O| May 28 09:03:02.936 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-05-28T09:03:04.370Z[ recovery-image] May 28 09:03:02.943 INFO O| May 28 09:03:02.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60422026-05-28T09:03:04.370Z[ recovery-image] May 28 09:03:02.943 INFO O| May 28 09:03:02.943 INFO STEP 382 (remove_files) COMPLETE
60432026-05-28T09:03:04.371Z[ recovery-image] May 28 09:03:02.943 INFO O| May 28 09:03:02.943 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-05-28T09:03:04.371Z[ recovery-image] May 28 09:03:02.950 INFO O| May 28 09:03:02.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60452026-05-28T09:03:04.374Z[ recovery-image] May 28 09:03:02.950 INFO O| May 28 09:03:02.950 INFO STEP 383 (remove_files) COMPLETE
60462026-05-28T09:03:04.374Z[ recovery-image] May 28 09:03:02.950 INFO O| May 28 09:03:02.950 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-05-28T09:03:04.374Z[ recovery-image] May 28 09:03:02.956 INFO O| May 28 09:03:02.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60482026-05-28T09:03:04.374Z[ recovery-image] May 28 09:03:02.956 INFO O| May 28 09:03:02.956 INFO STEP 384 (remove_files) COMPLETE
60492026-05-28T09:03:04.374Z[ recovery-image] May 28 09:03:02.956 INFO O| May 28 09:03:02.956 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-05-28T09:03:04.380Z[ recovery-image] May 28 09:03:02.966 INFO O| May 28 09:03:02.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60512026-05-28T09:03:04.380Z[ recovery-image] May 28 09:03:02.966 INFO O| May 28 09:03:02.966 INFO STEP 385 (remove_files) COMPLETE
60522026-05-28T09:03:04.383Z[ recovery-image] May 28 09:03:02.966 INFO O| May 28 09:03:02.966 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-05-28T09:03:04.389Z[ recovery-image] May 28 09:03:02.975 INFO O| May 28 09:03:02.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60542026-05-28T09:03:04.389Z[ recovery-image] May 28 09:03:02.975 INFO O| May 28 09:03:02.975 INFO STEP 386 (remove_files) COMPLETE
60552026-05-28T09:03:04.392Z[ recovery-image] May 28 09:03:02.975 INFO O| May 28 09:03:02.975 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-05-28T09:03:04.399Z[ recovery-image] May 28 09:03:02.985 INFO O| May 28 09:03:02.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60572026-05-28T09:03:04.399Z[ recovery-image] May 28 09:03:02.985 INFO O| May 28 09:03:02.985 INFO STEP 387 (remove_files) COMPLETE
60582026-05-28T09:03:04.399Z[ recovery-image] May 28 09:03:02.985 INFO O| May 28 09:03:02.985 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-05-28T09:03:04.408Z[ recovery-image] May 28 09:03:02.994 INFO O| May 28 09:03:02.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60602026-05-28T09:03:04.411Z[ recovery-image] May 28 09:03:02.994 INFO O| May 28 09:03:02.994 INFO STEP 388 (remove_files) COMPLETE
60612026-05-28T09:03:04.411Z[ recovery-image] May 28 09:03:02.994 INFO O| May 28 09:03:02.994 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-05-28T09:03:04.418Z[ recovery-image] May 28 09:03:03.004 INFO O| May 28 09:03:03.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60632026-05-28T09:03:04.418Z[ recovery-image] May 28 09:03:03.004 INFO O| May 28 09:03:03.004 INFO STEP 389 (remove_files) COMPLETE
60642026-05-28T09:03:04.418Z[ recovery-image] May 28 09:03:03.004 INFO O| May 28 09:03:03.004 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-05-28T09:03:04.428Z[ recovery-image] May 28 09:03:03.014 INFO O| May 28 09:03:03.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60662026-05-28T09:03:04.428Z[ recovery-image] May 28 09:03:03.014 INFO O| May 28 09:03:03.014 INFO STEP 390 (remove_files) COMPLETE
60672026-05-28T09:03:04.428Z[ recovery-image] May 28 09:03:03.014 INFO O| May 28 09:03:03.014 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-05-28T09:03:04.439Z[ recovery-image] May 28 09:03:03.023 INFO O| May 28 09:03:03.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60692026-05-28T09:03:04.439Z[ recovery-image] May 28 09:03:03.024 INFO O| May 28 09:03:03.024 INFO STEP 391 (remove_files) COMPLETE
60702026-05-28T09:03:04.442Z[ recovery-image] May 28 09:03:03.024 INFO O| May 28 09:03:03.024 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-05-28T09:03:04.448Z[ recovery-image] May 28 09:03:03.034 INFO O| May 28 09:03:03.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60722026-05-28T09:03:04.448Z[ recovery-image] May 28 09:03:03.034 INFO O| May 28 09:03:03.034 INFO STEP 392 (remove_files) COMPLETE
60732026-05-28T09:03:04.451Z[ recovery-image] May 28 09:03:03.034 INFO O| May 28 09:03:03.034 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-05-28T09:03:04.458Z[ recovery-image] May 28 09:03:03.044 INFO O| May 28 09:03:03.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60752026-05-28T09:03:04.458Z[ recovery-image] May 28 09:03:03.044 INFO O| May 28 09:03:03.044 INFO STEP 393 (remove_files) COMPLETE
60762026-05-28T09:03:04.459Z[ recovery-image] May 28 09:03:03.044 INFO O| May 28 09:03:03.044 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-05-28T09:03:04.468Z[ recovery-image] May 28 09:03:03.054 INFO O| May 28 09:03:03.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60782026-05-28T09:03:04.468Z[ recovery-image] May 28 09:03:03.054 INFO O| May 28 09:03:03.054 INFO STEP 394 (remove_files) COMPLETE
60792026-05-28T09:03:04.471Z[ recovery-image] May 28 09:03:03.054 INFO O| May 28 09:03:03.054 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-05-28T09:03:04.478Z[ recovery-image] May 28 09:03:03.064 INFO O| May 28 09:03:03.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60812026-05-28T09:03:04.478Z[ recovery-image] May 28 09:03:03.064 INFO O| May 28 09:03:03.064 INFO STEP 395 (remove_files) COMPLETE
60822026-05-28T09:03:04.481Z[ recovery-image] May 28 09:03:03.064 INFO O| May 28 09:03:03.064 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-05-28T09:03:04.489Z[ recovery-image] May 28 09:03:03.075 INFO O| May 28 09:03:03.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60842026-05-28T09:03:04.489Z[ recovery-image] May 28 09:03:03.075 INFO O| May 28 09:03:03.075 INFO STEP 396 (remove_files) COMPLETE
60852026-05-28T09:03:04.492Z[ recovery-image] May 28 09:03:03.075 INFO O| May 28 09:03:03.075 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-05-28T09:03:04.501Z[ recovery-image] May 28 09:03:03.087 INFO O| May 28 09:03:03.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60872026-05-28T09:03:04.501Z[ recovery-image] May 28 09:03:03.087 INFO O| May 28 09:03:03.087 INFO STEP 397 (remove_files) COMPLETE
60882026-05-28T09:03:04.501Z[ recovery-image] May 28 09:03:03.087 INFO O| May 28 09:03:03.087 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-05-28T09:03:04.514Z[ recovery-image] May 28 09:03:03.099 INFO O| May 28 09:03:03.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60902026-05-28T09:03:04.514Z[ recovery-image] May 28 09:03:03.099 INFO O| May 28 09:03:03.099 INFO STEP 398 (remove_files) COMPLETE
60912026-05-28T09:03:04.517Z[ recovery-image] May 28 09:03:03.099 INFO O| May 28 09:03:03.099 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-05-28T09:03:04.524Z[ recovery-image] May 28 09:03:03.110 INFO O| May 28 09:03:03.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60932026-05-28T09:03:04.524Z[ recovery-image] May 28 09:03:03.110 INFO O| May 28 09:03:03.110 INFO STEP 399 (remove_files) COMPLETE
60942026-05-28T09:03:04.527Z[ recovery-image] May 28 09:03:03.110 INFO O| May 28 09:03:03.110 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-05-28T09:03:04.534Z[ recovery-image] May 28 09:03:03.120 INFO O| May 28 09:03:03.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60962026-05-28T09:03:04.534Z[ recovery-image] May 28 09:03:03.120 INFO O| May 28 09:03:03.120 INFO STEP 400 (remove_files) COMPLETE
60972026-05-28T09:03:04.537Z[ recovery-image] May 28 09:03:03.120 INFO O| May 28 09:03:03.120 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-05-28T09:03:04.544Z[ recovery-image] May 28 09:03:03.130 INFO O| May 28 09:03:03.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60992026-05-28T09:03:04.544Z[ recovery-image] May 28 09:03:03.130 INFO O| May 28 09:03:03.130 INFO STEP 401 (remove_files) COMPLETE
61002026-05-28T09:03:04.544Z[ recovery-image] May 28 09:03:03.130 INFO O| May 28 09:03:03.130 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-05-28T09:03:04.556Z[ recovery-image] May 28 09:03:03.142 INFO O| May 28 09:03:03.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61022026-05-28T09:03:04.556Z[ recovery-image] May 28 09:03:03.142 INFO O| May 28 09:03:03.142 INFO STEP 402 (remove_files) COMPLETE
61032026-05-28T09:03:04.556Z[ recovery-image] May 28 09:03:03.142 INFO O| May 28 09:03:03.142 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-05-28T09:03:04.566Z[ recovery-image] May 28 09:03:03.152 INFO O| May 28 09:03:03.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61052026-05-28T09:03:04.567Z[ recovery-image] May 28 09:03:03.152 INFO O| May 28 09:03:03.152 INFO STEP 403 (remove_files) COMPLETE
61062026-05-28T09:03:04.567Z[ recovery-image] May 28 09:03:03.152 INFO O| May 28 09:03:03.152 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-05-28T09:03:04.575Z[ recovery-image] May 28 09:03:03.161 INFO O| May 28 09:03:03.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61082026-05-28T09:03:04.575Z[ recovery-image] May 28 09:03:03.161 INFO O| May 28 09:03:03.161 INFO STEP 404 (remove_files) COMPLETE
61092026-05-28T09:03:04.575Z[ recovery-image] May 28 09:03:03.161 INFO O| May 28 09:03:03.161 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-05-28T09:03:04.584Z[ recovery-image] May 28 09:03:03.170 INFO O| May 28 09:03:03.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61112026-05-28T09:03:04.584Z[ recovery-image] May 28 09:03:03.170 INFO O| May 28 09:03:03.170 INFO STEP 405 (remove_files) COMPLETE
61122026-05-28T09:03:04.584Z[ recovery-image] May 28 09:03:03.170 INFO O| May 28 09:03:03.170 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-05-28T09:03:04.593Z[ recovery-image] May 28 09:03:03.179 INFO O| May 28 09:03:03.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61142026-05-28T09:03:04.593Z[ recovery-image] May 28 09:03:03.179 INFO O| May 28 09:03:03.179 INFO STEP 406 (remove_files) COMPLETE
61152026-05-28T09:03:04.596Z[ recovery-image] May 28 09:03:03.179 INFO O| May 28 09:03:03.179 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-05-28T09:03:04.601Z[ recovery-image] May 28 09:03:03.187 INFO O| May 28 09:03:03.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61172026-05-28T09:03:04.601Z[ recovery-image] May 28 09:03:03.187 INFO O| May 28 09:03:03.187 INFO STEP 407 (remove_files) COMPLETE
61182026-05-28T09:03:04.604Z[ recovery-image] May 28 09:03:03.187 INFO O| May 28 09:03:03.187 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-05-28T09:03:04.610Z[ recovery-image] May 28 09:03:03.196 INFO O| May 28 09:03:03.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61202026-05-28T09:03:04.610Z[ recovery-image] May 28 09:03:03.196 INFO O| May 28 09:03:03.196 INFO STEP 408 (remove_files) COMPLETE
61212026-05-28T09:03:04.613Z[ recovery-image] May 28 09:03:03.196 INFO O| May 28 09:03:03.196 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-05-28T09:03:04.618Z[ recovery-image] May 28 09:03:03.205 INFO O| May 28 09:03:03.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61232026-05-28T09:03:04.619Z[ recovery-image] May 28 09:03:03.205 INFO O| May 28 09:03:03.205 INFO STEP 409 (remove_files) COMPLETE
61242026-05-28T09:03:04.622Z[ recovery-image] May 28 09:03:03.205 INFO O| May 28 09:03:03.205 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-05-28T09:03:04.627Z[ recovery-image] May 28 09:03:03.213 INFO O| May 28 09:03:03.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61262026-05-28T09:03:04.627Z[ recovery-image] May 28 09:03:03.213 INFO O| May 28 09:03:03.213 INFO STEP 410 (remove_files) COMPLETE
61272026-05-28T09:03:04.630Z[ recovery-image] May 28 09:03:03.213 INFO O| May 28 09:03:03.213 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-05-28T09:03:05.639Z[ recovery-image] May 28 09:03:03.222 INFO O| May 28 09:03:03.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61292026-05-28T09:03:05.639Z[ recovery-image] May 28 09:03:03.222 INFO O| May 28 09:03:03.222 INFO STEP 411 (remove_files) COMPLETE
61302026-05-28T09:03:05.639Z[ recovery-image] May 28 09:03:03.222 INFO O| May 28 09:03:03.222 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.231 INFO O| May 28 09:03:03.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61322026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.231 INFO O| May 28 09:03:03.231 INFO STEP 412 (remove_files) COMPLETE
61332026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.231 INFO O| May 28 09:03:03.231 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.239 INFO O| May 28 09:03:03.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61352026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.239 INFO O| May 28 09:03:03.239 INFO STEP 413 (remove_files) COMPLETE
61362026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.239 INFO O| May 28 09:03:03.239 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.248 INFO O| May 28 09:03:03.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61382026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.248 INFO O| May 28 09:03:03.248 INFO STEP 414 (remove_files) COMPLETE
61392026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.248 INFO O| May 28 09:03:03.248 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.256 INFO O| May 28 09:03:03.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61412026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.256 INFO O| May 28 09:03:03.256 INFO STEP 415 (remove_files) COMPLETE
61422026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.257 INFO O| May 28 09:03:03.256 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.265 INFO O| May 28 09:03:03.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61442026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.265 INFO O| May 28 09:03:03.265 INFO STEP 416 (remove_files) COMPLETE
61452026-05-28T09:03:05.644Z[ recovery-image] May 28 09:03:03.265 INFO O| May 28 09:03:03.265 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.274 INFO O| May 28 09:03:03.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61472026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.274 INFO O| May 28 09:03:03.274 INFO STEP 417 (remove_files) COMPLETE
61482026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.274 INFO O| May 28 09:03:03.274 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.282 INFO O| May 28 09:03:03.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61502026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.283 INFO O| May 28 09:03:03.283 INFO STEP 418 (remove_files) COMPLETE
61512026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.283 INFO O| May 28 09:03:03.283 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.291 INFO O| May 28 09:03:03.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61532026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.291 INFO O| May 28 09:03:03.291 INFO STEP 419 (remove_files) COMPLETE
61542026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.291 INFO O| May 28 09:03:03.291 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.299 INFO O| May 28 09:03:03.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61562026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.299 INFO O| May 28 09:03:03.299 INFO STEP 420 (remove_files) COMPLETE
61572026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.299 INFO O| May 28 09:03:03.299 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.307 INFO O| May 28 09:03:03.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61592026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.308 INFO O| May 28 09:03:03.308 INFO STEP 421 (remove_files) COMPLETE
61602026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.308 INFO O| May 28 09:03:03.308 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.316 INFO O| May 28 09:03:03.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61622026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.316 INFO O| May 28 09:03:03.316 INFO STEP 422 (remove_files) COMPLETE
61632026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.316 INFO O| May 28 09:03:03.316 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.324 INFO O| May 28 09:03:03.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61652026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.324 INFO O| May 28 09:03:03.324 INFO STEP 423 (remove_files) COMPLETE
61662026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.324 INFO O| May 28 09:03:03.324 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.333 INFO O| May 28 09:03:03.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61682026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.333 INFO O| May 28 09:03:03.333 INFO STEP 424 (remove_files) COMPLETE
61692026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.333 INFO O| May 28 09:03:03.333 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.341 INFO O| May 28 09:03:03.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61712026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.341 INFO O| May 28 09:03:03.341 INFO STEP 425 (remove_files) COMPLETE
61722026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.341 INFO O| May 28 09:03:03.341 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.350 INFO O| May 28 09:03:03.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61742026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.350 INFO O| May 28 09:03:03.350 INFO STEP 426 (remove_files) COMPLETE
61752026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.350 INFO O| May 28 09:03:03.350 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.359 INFO O| May 28 09:03:03.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61772026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.359 INFO O| May 28 09:03:03.359 INFO STEP 427 (remove_files) COMPLETE
61782026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.359 INFO O| May 28 09:03:03.359 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.368 INFO O| May 28 09:03:03.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61802026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.368 INFO O| May 28 09:03:03.368 INFO STEP 428 (remove_files) COMPLETE
61812026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.368 INFO O| May 28 09:03:03.368 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.377 INFO O| May 28 09:03:03.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61832026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.377 INFO O| May 28 09:03:03.377 INFO STEP 429 (remove_files) COMPLETE
61842026-05-28T09:03:05.645Z[ recovery-image] May 28 09:03:03.377 INFO O| May 28 09:03:03.377 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.385 INFO O| May 28 09:03:03.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61862026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.385 INFO O| May 28 09:03:03.385 INFO STEP 430 (remove_files) COMPLETE
61872026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.385 INFO O| May 28 09:03:03.385 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.394 INFO O| May 28 09:03:03.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61892026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.395 INFO O| May 28 09:03:03.395 INFO STEP 431 (remove_files) COMPLETE
61902026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.395 INFO O| May 28 09:03:03.395 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.404 INFO O| May 28 09:03:03.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61922026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.404 INFO O| May 28 09:03:03.404 INFO STEP 432 (remove_files) COMPLETE
61932026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.404 INFO O| May 28 09:03:03.404 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.413 INFO O| May 28 09:03:03.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61952026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.413 INFO O| May 28 09:03:03.413 INFO STEP 433 (remove_files) COMPLETE
61962026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.413 INFO O| May 28 09:03:03.413 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.423 INFO O| May 28 09:03:03.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61982026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.423 INFO O| May 28 09:03:03.423 INFO STEP 434 (remove_files) COMPLETE
61992026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.423 INFO O| May 28 09:03:03.423 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.433 INFO O| May 28 09:03:03.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62012026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.433 INFO O| May 28 09:03:03.433 INFO STEP 435 (remove_files) COMPLETE
62022026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.433 INFO O| May 28 09:03:03.433 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.442 INFO O| May 28 09:03:03.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62042026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.442 INFO O| May 28 09:03:03.442 INFO STEP 436 (remove_files) COMPLETE
62052026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.442 INFO O| May 28 09:03:03.442 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.451 INFO O| May 28 09:03:03.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62072026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.451 INFO O| May 28 09:03:03.451 INFO STEP 437 (remove_files) COMPLETE
62082026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.451 INFO O| May 28 09:03:03.451 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.459 INFO O| May 28 09:03:03.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62102026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.460 INFO O| May 28 09:03:03.460 INFO STEP 438 (remove_files) COMPLETE
62112026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.460 INFO O| May 28 09:03:03.460 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.468 INFO O| May 28 09:03:03.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62132026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.468 INFO O| May 28 09:03:03.468 INFO STEP 439 (remove_files) COMPLETE
62142026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.468 INFO O| May 28 09:03:03.468 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.476 INFO O| May 28 09:03:03.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62162026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.476 INFO O| May 28 09:03:03.476 INFO STEP 440 (remove_files) COMPLETE
62172026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.476 INFO O| May 28 09:03:03.476 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.485 INFO O| May 28 09:03:03.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62192026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.485 INFO O| May 28 09:03:03.485 INFO STEP 441 (remove_files) COMPLETE
62202026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.485 INFO O| May 28 09:03:03.485 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.538 INFO O| May 28 09:03:03.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62222026-05-28T09:03:05.646Z[ recovery-image] May 28 09:03:03.538 INFO O| May 28 09:03:03.538 INFO STEP 442 (remove_files) COMPLETE
62232026-05-28T09:03:05.647Z[ recovery-image] May 28 09:03:03.538 INFO O| May 28 09:03:03.538 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-05-28T09:03:05.647Z[ recovery-image] May 28 09:03:03.548 INFO O| May 28 09:03:03.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62252026-05-28T09:03:05.647Z[ recovery-image] May 28 09:03:03.548 INFO O| May 28 09:03:03.548 INFO STEP 443 (remove_files) COMPLETE
62262026-05-28T09:03:05.647Z[ recovery-image] May 28 09:03:03.548 INFO O| May 28 09:03:03.548 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-05-28T09:03:05.647Z[ recovery-image] May 28 09:03:03.556 INFO O| May 28 09:03:03.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62282026-05-28T09:03:05.647Z[ recovery-image] May 28 09:03:03.556 INFO O| May 28 09:03:03.556 INFO STEP 444 (remove_files) COMPLETE
62292026-05-28T09:03:05.647Z[ recovery-image] May 28 09:03:03.556 INFO O| May 28 09:03:03.556 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-05-28T09:03:05.647Z[ recovery-image] May 28 09:03:03.564 INFO O| May 28 09:03:03.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62312026-05-28T09:03:05.650Z[ recovery-image] May 28 09:03:03.564 INFO O| May 28 09:03:03.564 INFO STEP 445 (remove_files) COMPLETE
62322026-05-28T09:03:05.650Z[ recovery-image] May 28 09:03:03.564 INFO O| May 28 09:03:03.564 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.572 INFO O| May 28 09:03:03.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62342026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.572 INFO O| May 28 09:03:03.572 INFO STEP 446 (remove_files) COMPLETE
62352026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.572 INFO O| May 28 09:03:03.572 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.580 INFO O| May 28 09:03:03.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62372026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.580 INFO O| May 28 09:03:03.580 INFO STEP 447 (remove_files) COMPLETE
62382026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.580 INFO O| May 28 09:03:03.580 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.589 INFO O| May 28 09:03:03.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62402026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.589 INFO O| May 28 09:03:03.589 INFO STEP 448 (remove_files) COMPLETE
62412026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.589 INFO O| May 28 09:03:03.589 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.597 INFO O| May 28 09:03:03.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62432026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.597 INFO O| May 28 09:03:03.597 INFO STEP 449 (remove_files) COMPLETE
62442026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.597 INFO O| May 28 09:03:03.597 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.605 INFO O| May 28 09:03:03.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62462026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.605 INFO O| May 28 09:03:03.605 INFO STEP 450 (remove_files) COMPLETE
62472026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.605 INFO O| May 28 09:03:03.605 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.613 INFO O| May 28 09:03:03.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62492026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.613 INFO O| May 28 09:03:03.613 INFO STEP 451 (remove_files) COMPLETE
62502026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.613 INFO O| May 28 09:03:03.613 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.621 INFO O| May 28 09:03:03.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62522026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.621 INFO O| May 28 09:03:03.621 INFO STEP 452 (remove_files) COMPLETE
62532026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.621 INFO O| May 28 09:03:03.621 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.628 INFO O| May 28 09:03:03.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62552026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.628 INFO O| May 28 09:03:03.628 INFO STEP 453 (remove_files) COMPLETE
62562026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.628 INFO O| May 28 09:03:03.628 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.635 INFO O| May 28 09:03:03.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62582026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.635 INFO O| May 28 09:03:03.635 INFO STEP 454 (remove_files) COMPLETE
62592026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.635 INFO O| May 28 09:03:03.635 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.642 INFO O| May 28 09:03:03.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62612026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.642 INFO O| May 28 09:03:03.642 INFO STEP 455 (remove_files) COMPLETE
62622026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.642 INFO O| May 28 09:03:03.642 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.650 INFO O| May 28 09:03:03.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62642026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.650 INFO O| May 28 09:03:03.650 INFO STEP 456 (remove_files) COMPLETE
62652026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.650 INFO O| May 28 09:03:03.650 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.657 INFO O| May 28 09:03:03.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62672026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.657 INFO O| May 28 09:03:03.657 INFO STEP 457 (remove_files) COMPLETE
62682026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.657 INFO O| May 28 09:03:03.657 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.665 INFO O| May 28 09:03:03.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62702026-05-28T09:03:05.651Z[ recovery-image] May 28 09:03:03.665 INFO O| May 28 09:03:03.665 INFO STEP 458 (remove_files) COMPLETE
62712026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.665 INFO O| May 28 09:03:03.665 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.673 INFO O| May 28 09:03:03.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62732026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.673 INFO O| May 28 09:03:03.673 INFO STEP 459 (remove_files) COMPLETE
62742026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.673 INFO O| May 28 09:03:03.673 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.680 INFO O| May 28 09:03:03.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62762026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.680 INFO O| May 28 09:03:03.680 INFO STEP 460 (remove_files) COMPLETE
62772026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.680 INFO O| May 28 09:03:03.680 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.688 INFO O| May 28 09:03:03.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62792026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.688 INFO O| May 28 09:03:03.688 INFO STEP 461 (remove_files) COMPLETE
62802026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.688 INFO O| May 28 09:03:03.688 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.695 INFO O| May 28 09:03:03.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62822026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.696 INFO O| May 28 09:03:03.696 INFO STEP 462 (remove_files) COMPLETE
62832026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.696 INFO O| May 28 09:03:03.696 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.704 INFO O| May 28 09:03:03.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62852026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.704 INFO O| May 28 09:03:03.704 INFO STEP 463 (remove_files) COMPLETE
62862026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.704 INFO O| May 28 09:03:03.704 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.711 INFO O| May 28 09:03:03.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62882026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.712 INFO O| May 28 09:03:03.712 INFO STEP 464 (remove_files) COMPLETE
62892026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.712 INFO O| May 28 09:03:03.712 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.719 INFO O| May 28 09:03:03.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62912026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.719 INFO O| May 28 09:03:03.719 INFO STEP 465 (remove_files) COMPLETE
62922026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.719 INFO O| May 28 09:03:03.719 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.726 INFO O| May 28 09:03:03.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62942026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.726 INFO O| May 28 09:03:03.726 INFO STEP 466 (remove_files) COMPLETE
62952026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.726 INFO O| May 28 09:03:03.726 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.738 INFO O| May 28 09:03:03.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62972026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.738 INFO O| May 28 09:03:03.738 INFO STEP 467 (remove_files) COMPLETE
62982026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.738 INFO O| May 28 09:03:03.738 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.748 INFO O| May 28 09:03:03.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63002026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.749 INFO O| May 28 09:03:03.749 INFO STEP 468 (remove_files) COMPLETE
63012026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.749 INFO O| May 28 09:03:03.749 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.760 INFO O| May 28 09:03:03.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63032026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.760 INFO O| May 28 09:03:03.760 INFO STEP 469 (remove_files) COMPLETE
63042026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.760 INFO O| May 28 09:03:03.760 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.770 INFO O| May 28 09:03:03.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63062026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.770 INFO O| May 28 09:03:03.770 INFO STEP 470 (remove_files) COMPLETE
63072026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.770 INFO O| May 28 09:03:03.770 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-05-28T09:03:05.652Z[ recovery-image] May 28 09:03:03.781 INFO O| May 28 09:03:03.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63092026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.781 INFO O| May 28 09:03:03.781 INFO STEP 471 (remove_files) COMPLETE
63102026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.781 INFO O| May 28 09:03:03.781 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.791 INFO O| May 28 09:03:03.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63122026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.791 INFO O| May 28 09:03:03.791 INFO STEP 472 (remove_files) COMPLETE
63132026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.791 INFO O| May 28 09:03:03.791 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.800 INFO O| May 28 09:03:03.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63152026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.801 INFO O| May 28 09:03:03.801 INFO STEP 473 (remove_files) COMPLETE
63162026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.801 INFO O| May 28 09:03:03.801 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.811 INFO O| May 28 09:03:03.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63182026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.811 INFO O| May 28 09:03:03.811 INFO STEP 474 (remove_files) COMPLETE
63192026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.811 INFO O| May 28 09:03:03.811 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.821 INFO O| May 28 09:03:03.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63212026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.821 INFO O| May 28 09:03:03.821 INFO STEP 475 (remove_files) COMPLETE
63222026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.821 INFO O| May 28 09:03:03.821 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.830 INFO O| May 28 09:03:03.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63242026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.831 INFO O| May 28 09:03:03.831 INFO STEP 476 (remove_files) COMPLETE
63252026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.831 INFO O| May 28 09:03:03.831 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.840 INFO O| May 28 09:03:03.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63272026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.840 INFO O| May 28 09:03:03.840 INFO STEP 477 (remove_files) COMPLETE
63282026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.841 INFO O| May 28 09:03:03.840 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.851 INFO O| May 28 09:03:03.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63302026-05-28T09:03:05.653Z[ recovery-image] May 28 09:03:03.851 INFO O| May 28 09:03:03.851 INFO STEP 478 (remove_files) COMPLETE
63312026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.851 INFO O| May 28 09:03:03.851 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.861 INFO O| May 28 09:03:03.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63332026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.861 INFO O| May 28 09:03:03.861 INFO STEP 479 (remove_files) COMPLETE
63342026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.861 INFO O| May 28 09:03:03.861 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.872 INFO O| May 28 09:03:03.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63362026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.872 INFO O| May 28 09:03:03.872 INFO STEP 480 (remove_files) COMPLETE
63372026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.872 INFO O| May 28 09:03:03.872 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.882 INFO O| May 28 09:03:03.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63392026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.882 INFO O| May 28 09:03:03.882 INFO STEP 481 (remove_files) COMPLETE
63402026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.882 INFO O| May 28 09:03:03.882 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.892 INFO O| May 28 09:03:03.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63422026-05-28T09:03:05.657Z[ recovery-image] May 28 09:03:03.892 INFO O| May 28 09:03:03.892 INFO STEP 482 (remove_files) COMPLETE
63432026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.892 INFO O| May 28 09:03:03.892 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.900 INFO O| May 28 09:03:03.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63452026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.900 INFO O| May 28 09:03:03.900 INFO STEP 483 (remove_files) COMPLETE
63462026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.900 INFO O| May 28 09:03:03.900 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.909 INFO O| May 28 09:03:03.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63482026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.909 INFO O| May 28 09:03:03.909 INFO STEP 484 (remove_files) COMPLETE
63492026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.909 INFO O| May 28 09:03:03.909 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.918 INFO O| May 28 09:03:03.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63512026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.918 INFO O| May 28 09:03:03.918 INFO STEP 485 (remove_files) COMPLETE
63522026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.918 INFO O| May 28 09:03:03.918 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.926 INFO O| May 28 09:03:03.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63542026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.926 INFO O| May 28 09:03:03.926 INFO STEP 486 (remove_files) COMPLETE
63552026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.926 INFO O| May 28 09:03:03.926 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.934 INFO O| May 28 09:03:03.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63572026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.934 INFO O| May 28 09:03:03.934 INFO STEP 487 (remove_files) COMPLETE
63582026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.934 INFO O| May 28 09:03:03.934 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.942 INFO O| May 28 09:03:03.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63602026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.942 INFO O| May 28 09:03:03.942 INFO STEP 488 (remove_files) COMPLETE
63612026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.942 INFO O| May 28 09:03:03.942 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.951 INFO O| May 28 09:03:03.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63632026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.951 INFO O| May 28 09:03:03.951 INFO STEP 489 (remove_files) COMPLETE
63642026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.951 INFO O| May 28 09:03:03.951 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.959 INFO O| May 28 09:03:03.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63662026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.959 INFO O| May 28 09:03:03.959 INFO STEP 490 (remove_files) COMPLETE
63672026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.959 INFO O| May 28 09:03:03.959 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.969 INFO O| May 28 09:03:03.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63692026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.969 INFO O| May 28 09:03:03.969 INFO STEP 491 (remove_files) COMPLETE
63702026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.969 INFO O| May 28 09:03:03.969 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.979 INFO O| May 28 09:03:03.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63722026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.980 INFO O| May 28 09:03:03.980 INFO STEP 492 (remove_files) COMPLETE
63732026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.980 INFO O| May 28 09:03:03.980 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.989 INFO O| May 28 09:03:03.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63752026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.989 INFO O| May 28 09:03:03.989 INFO STEP 493 (remove_files) COMPLETE
63762026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.989 INFO O| May 28 09:03:03.989 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.998 INFO O| May 28 09:03:03.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63782026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.998 INFO O| May 28 09:03:03.998 INFO STEP 494 (remove_files) COMPLETE
63792026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:03.998 INFO O| May 28 09:03:03.998 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:04.007 INFO O| May 28 09:03:04.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63812026-05-28T09:03:05.658Z[ recovery-image] May 28 09:03:04.007 INFO O| May 28 09:03:04.007 INFO STEP 495 (remove_files) COMPLETE
63822026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.007 INFO O| May 28 09:03:04.007 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.016 INFO O| May 28 09:03:04.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63842026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.016 INFO O| May 28 09:03:04.016 INFO STEP 496 (remove_files) COMPLETE
63852026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.016 INFO O| May 28 09:03:04.016 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.025 INFO O| May 28 09:03:04.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63872026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.025 INFO O| May 28 09:03:04.025 INFO STEP 497 (remove_files) COMPLETE
63882026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.025 INFO O| May 28 09:03:04.025 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.034 INFO O| May 28 09:03:04.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63902026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.034 INFO O| May 28 09:03:04.034 INFO STEP 498 (remove_files) COMPLETE
63912026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.034 INFO O| May 28 09:03:04.034 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.043 INFO O| May 28 09:03:04.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63932026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.044 INFO O| May 28 09:03:04.044 INFO STEP 499 (remove_files) COMPLETE
63942026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.044 INFO O| May 28 09:03:04.044 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.052 INFO O| May 28 09:03:04.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63962026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.052 INFO O| May 28 09:03:04.052 INFO STEP 500 (remove_files) COMPLETE
63972026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.052 INFO O| May 28 09:03:04.052 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.071 INFO O| May 28 09:03:04.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63992026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.071 INFO O| May 28 09:03:04.071 INFO STEP 501 (remove_files) COMPLETE
64002026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.071 INFO O| May 28 09:03:04.071 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.081 INFO O| May 28 09:03:04.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64022026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.081 INFO O| May 28 09:03:04.081 INFO STEP 502 (remove_files) COMPLETE
64032026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.081 INFO O| May 28 09:03:04.081 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.089 INFO O| May 28 09:03:04.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64052026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.089 INFO O| May 28 09:03:04.089 INFO STEP 503 (remove_files) COMPLETE
64062026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.089 INFO O| May 28 09:03:04.089 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.097 INFO O| May 28 09:03:04.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64082026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.097 INFO O| May 28 09:03:04.097 INFO STEP 504 (remove_files) COMPLETE
64092026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.097 INFO O| May 28 09:03:04.097 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.108 INFO O| May 28 09:03:04.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64112026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.108 INFO O| May 28 09:03:04.108 INFO STEP 505 (remove_files) COMPLETE
64122026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.108 INFO O| May 28 09:03:04.108 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.118 INFO O| May 28 09:03:04.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64142026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.118 INFO O| May 28 09:03:04.118 INFO STEP 506 (remove_files) COMPLETE
64152026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.118 INFO O| May 28 09:03:04.118 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.128 INFO O| May 28 09:03:04.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64172026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.128 INFO O| May 28 09:03:04.128 INFO STEP 507 (remove_files) COMPLETE
64182026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.128 INFO O| May 28 09:03:04.128 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-05-28T09:03:05.659Z[ recovery-image] May 28 09:03:04.136 INFO O| May 28 09:03:04.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64202026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.136 INFO O| May 28 09:03:04.136 INFO STEP 508 (remove_files) COMPLETE
64212026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.136 INFO O| May 28 09:03:04.136 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.144 INFO O| May 28 09:03:04.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64232026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.144 INFO O| May 28 09:03:04.144 INFO STEP 509 (remove_files) COMPLETE
64242026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.144 INFO O| May 28 09:03:04.144 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.151 INFO O| May 28 09:03:04.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64262026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.151 INFO O| May 28 09:03:04.151 INFO STEP 510 (remove_files) COMPLETE
64272026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.151 INFO O| May 28 09:03:04.151 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.159 INFO O| May 28 09:03:04.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64292026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.159 INFO O| May 28 09:03:04.159 INFO STEP 511 (remove_files) COMPLETE
64302026-05-28T09:03:05.660Z[ recovery-image] May 28 09:03:04.159 INFO O| May 28 09:03:04.159 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-05-28T09:03:05.663Z[ recovery-image] May 28 09:03:04.167 INFO O| May 28 09:03:04.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64322026-05-28T09:03:05.663Z[ recovery-image] May 28 09:03:04.167 INFO O| May 28 09:03:04.167 INFO STEP 512 (remove_files) COMPLETE
64332026-05-28T09:03:05.663Z[ recovery-image] May 28 09:03:04.167 INFO O| May 28 09:03:04.167 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-05-28T09:03:05.663Z[ recovery-image] May 28 09:03:04.175 INFO O| May 28 09:03:04.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64352026-05-28T09:03:05.663Z[ recovery-image] May 28 09:03:04.175 INFO O| May 28 09:03:04.175 INFO STEP 513 (remove_files) COMPLETE
64362026-05-28T09:03:05.663Z[ recovery-image] May 28 09:03:04.175 INFO O| May 28 09:03:04.175 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-05-28T09:03:05.663Z[ recovery-image] May 28 09:03:04.184 INFO O| May 28 09:03:04.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64382026-05-28T09:03:05.663Z[ recovery-image] May 28 09:03:04.185 INFO O| May 28 09:03:04.185 INFO STEP 514 (remove_files) COMPLETE
64392026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.185 INFO O| May 28 09:03:04.185 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.194 INFO O| May 28 09:03:04.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64412026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.194 INFO O| May 28 09:03:04.194 INFO STEP 515 (remove_files) COMPLETE
64422026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.194 INFO O| May 28 09:03:04.194 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.202 INFO O| May 28 09:03:04.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64442026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.202 INFO O| May 28 09:03:04.202 INFO STEP 516 (remove_files) COMPLETE
64452026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.202 INFO O| May 28 09:03:04.202 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.218 INFO O| May 28 09:03:04.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64472026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.218 INFO O| May 28 09:03:04.210 INFO STEP 517 (remove_files) COMPLETE
64482026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.218 INFO O| May 28 09:03:04.210 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.218 INFO O| May 28 09:03:04.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64502026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.218 INFO O| May 28 09:03:04.217 INFO STEP 518 (remove_files) COMPLETE
64512026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.218 INFO O| May 28 09:03:04.217 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.224 INFO O| May 28 09:03:04.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64532026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.225 INFO O| May 28 09:03:04.225 INFO STEP 519 (remove_files) COMPLETE
64542026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.225 INFO O| May 28 09:03:04.225 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.232 INFO O| May 28 09:03:04.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64562026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.232 INFO O| May 28 09:03:04.232 INFO STEP 520 (remove_files) COMPLETE
64572026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.232 INFO O| May 28 09:03:04.232 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.239 INFO O| May 28 09:03:04.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64592026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.239 INFO O| May 28 09:03:04.239 INFO STEP 521 (remove_files) COMPLETE
64602026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.239 INFO O| May 28 09:03:04.239 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.247 INFO O| May 28 09:03:04.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64622026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.247 INFO O| May 28 09:03:04.247 INFO STEP 522 (remove_files) COMPLETE
64632026-05-28T09:03:05.664Z[ recovery-image] May 28 09:03:04.247 INFO O| May 28 09:03:04.247 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-05-28T09:03:05.672Z[ recovery-image] May 28 09:03:04.254 INFO O| May 28 09:03:04.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64652026-05-28T09:03:05.672Z[ recovery-image] May 28 09:03:04.254 INFO O| May 28 09:03:04.254 INFO STEP 523 (remove_files) COMPLETE
64662026-05-28T09:03:05.672Z[ recovery-image] May 28 09:03:04.254 INFO O| May 28 09:03:04.254 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-05-28T09:03:05.678Z[ recovery-image] May 28 09:03:04.264 INFO O| May 28 09:03:04.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64682026-05-28T09:03:05.678Z[ recovery-image] May 28 09:03:04.264 INFO O| May 28 09:03:04.264 INFO STEP 524 (remove_files) COMPLETE
64692026-05-28T09:03:05.679Z[ recovery-image] May 28 09:03:04.264 INFO O| May 28 09:03:04.264 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-05-28T09:03:05.691Z[ recovery-image] May 28 09:03:04.274 INFO O| May 28 09:03:04.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64712026-05-28T09:03:05.691Z[ recovery-image] May 28 09:03:04.274 INFO O| May 28 09:03:04.274 INFO STEP 525 (remove_files) COMPLETE
64722026-05-28T09:03:05.691Z[ recovery-image] May 28 09:03:04.274 INFO O| May 28 09:03:04.274 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-05-28T09:03:05.698Z[ recovery-image] May 28 09:03:04.284 INFO O| May 28 09:03:04.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64742026-05-28T09:03:05.698Z[ recovery-image] May 28 09:03:04.284 INFO O| May 28 09:03:04.282 INFO STEP 526 (remove_files) COMPLETE
64752026-05-28T09:03:05.701Z[ recovery-image] May 28 09:03:04.284 INFO O| May 28 09:03:04.282 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-05-28T09:03:05.704Z[ recovery-image] May 28 09:03:04.289 INFO O| May 28 09:03:04.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64772026-05-28T09:03:05.704Z[ recovery-image] May 28 09:03:04.289 INFO O| May 28 09:03:04.289 INFO STEP 527 (remove_files) COMPLETE
64782026-05-28T09:03:05.704Z[ recovery-image] May 28 09:03:04.289 INFO O| May 28 09:03:04.289 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-05-28T09:03:05.714Z[ recovery-image] May 28 09:03:04.300 INFO O| May 28 09:03:04.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64802026-05-28T09:03:05.714Z[ recovery-image] May 28 09:03:04.300 INFO O| May 28 09:03:04.300 INFO STEP 528 (remove_files) COMPLETE
64812026-05-28T09:03:05.714Z[ recovery-image] May 28 09:03:04.300 INFO O| May 28 09:03:04.300 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-05-28T09:03:05.740Z[ recovery-image] May 28 09:03:04.325 INFO O| May 28 09:03:04.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64832026-05-28T09:03:05.740Z[ recovery-image] May 28 09:03:04.325 INFO O| May 28 09:03:04.325 INFO STEP 529 (remove_files) COMPLETE
64842026-05-28T09:03:05.740Z[ recovery-image] May 28 09:03:04.325 INFO O| May 28 09:03:04.325 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-05-28T09:03:05.747Z[ recovery-image] May 28 09:03:04.333 INFO O| May 28 09:03:04.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64862026-05-28T09:03:05.747Z[ recovery-image] May 28 09:03:04.333 INFO O| May 28 09:03:04.333 INFO STEP 530 (remove_files) COMPLETE
64872026-05-28T09:03:05.747Z[ recovery-image] May 28 09:03:04.333 INFO O| May 28 09:03:04.333 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-05-28T09:03:05.757Z[ recovery-image] May 28 09:03:04.343 INFO O| May 28 09:03:04.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64892026-05-28T09:03:05.757Z[ recovery-image] May 28 09:03:04.343 INFO O| May 28 09:03:04.343 INFO STEP 531 (remove_files) COMPLETE
64902026-05-28T09:03:05.757Z[ recovery-image] May 28 09:03:04.343 INFO O| May 28 09:03:04.343 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-05-28T09:03:05.766Z[ recovery-image] May 28 09:03:04.352 INFO O| May 28 09:03:04.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64922026-05-28T09:03:05.766Z[ recovery-image] May 28 09:03:04.352 INFO O| May 28 09:03:04.352 INFO STEP 532 (remove_files) COMPLETE
64932026-05-28T09:03:05.769Z[ recovery-image] May 28 09:03:04.352 INFO O| May 28 09:03:04.352 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-05-28T09:03:05.775Z[ recovery-image] May 28 09:03:04.361 INFO O| May 28 09:03:04.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64952026-05-28T09:03:05.775Z[ recovery-image] May 28 09:03:04.361 INFO O| May 28 09:03:04.361 INFO STEP 533 (remove_files) COMPLETE
64962026-05-28T09:03:05.779Z[ recovery-image] May 28 09:03:04.361 INFO O| May 28 09:03:04.361 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-05-28T09:03:05.784Z[ recovery-image] May 28 09:03:04.370 INFO O| May 28 09:03:04.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64982026-05-28T09:03:05.784Z[ recovery-image] May 28 09:03:04.370 INFO O| May 28 09:03:04.370 INFO STEP 534 (remove_files) COMPLETE
64992026-05-28T09:03:05.787Z[ recovery-image] May 28 09:03:04.370 INFO O| May 28 09:03:04.370 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-05-28T09:03:05.793Z[ recovery-image] May 28 09:03:04.379 INFO O| May 28 09:03:04.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65012026-05-28T09:03:05.793Z[ recovery-image] May 28 09:03:04.379 INFO O| May 28 09:03:04.379 INFO STEP 535 (remove_files) COMPLETE
65022026-05-28T09:03:05.793Z[ recovery-image] May 28 09:03:04.379 INFO O| May 28 09:03:04.379 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-05-28T09:03:05.803Z[ recovery-image] May 28 09:03:04.389 INFO O| May 28 09:03:04.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65042026-05-28T09:03:05.803Z[ recovery-image] May 28 09:03:04.389 INFO O| May 28 09:03:04.389 INFO STEP 536 (remove_files) COMPLETE
65052026-05-28T09:03:05.803Z[ recovery-image] May 28 09:03:04.389 INFO O| May 28 09:03:04.389 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-05-28T09:03:05.812Z[ recovery-image] May 28 09:03:04.397 INFO O| May 28 09:03:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65072026-05-28T09:03:05.812Z[ recovery-image] May 28 09:03:04.398 INFO O| May 28 09:03:04.398 INFO STEP 537 (remove_files) COMPLETE
65082026-05-28T09:03:05.812Z[ recovery-image] May 28 09:03:04.398 INFO O| May 28 09:03:04.398 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-05-28T09:03:05.820Z[ recovery-image] May 28 09:03:04.406 INFO O| May 28 09:03:04.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65102026-05-28T09:03:05.825Z[ recovery-image] May 28 09:03:04.407 INFO O| May 28 09:03:04.407 INFO STEP 538 (remove_files) COMPLETE
65112026-05-28T09:03:05.825Z[ recovery-image] May 28 09:03:04.407 INFO O| May 28 09:03:04.407 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-05-28T09:03:05.831Z[ recovery-image] May 28 09:03:04.416 INFO O| May 28 09:03:04.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65132026-05-28T09:03:05.831Z[ recovery-image] May 28 09:03:04.416 INFO O| May 28 09:03:04.416 INFO STEP 539 (remove_files) COMPLETE
65142026-05-28T09:03:05.831Z[ recovery-image] May 28 09:03:04.416 INFO O| May 28 09:03:04.416 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-05-28T09:03:05.839Z[ recovery-image] May 28 09:03:04.425 INFO O| May 28 09:03:04.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65162026-05-28T09:03:05.840Z[ recovery-image] May 28 09:03:04.425 INFO O| May 28 09:03:04.425 INFO STEP 540 (remove_files) COMPLETE
65172026-05-28T09:03:05.843Z[ recovery-image] May 28 09:03:04.425 INFO O| May 28 09:03:04.425 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-05-28T09:03:05.848Z[ recovery-image] May 28 09:03:04.434 INFO O| May 28 09:03:04.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65192026-05-28T09:03:05.848Z[ recovery-image] May 28 09:03:04.434 INFO O| May 28 09:03:04.434 INFO STEP 541 (remove_files) COMPLETE
65202026-05-28T09:03:05.848Z[ recovery-image] May 28 09:03:04.434 INFO O| May 28 09:03:04.434 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-05-28T09:03:05.857Z[ recovery-image] May 28 09:03:04.443 INFO O| May 28 09:03:04.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65222026-05-28T09:03:05.857Z[ recovery-image] May 28 09:03:04.443 INFO O| May 28 09:03:04.443 INFO STEP 542 (remove_files) COMPLETE
65232026-05-28T09:03:05.857Z[ recovery-image] May 28 09:03:04.443 INFO O| May 28 09:03:04.443 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-05-28T09:03:05.866Z[ recovery-image] May 28 09:03:04.452 INFO O| May 28 09:03:04.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65252026-05-28T09:03:05.866Z[ recovery-image] May 28 09:03:04.452 INFO O| May 28 09:03:04.452 INFO STEP 543 (remove_files) COMPLETE
65262026-05-28T09:03:05.867Z[ recovery-image] May 28 09:03:04.452 INFO O| May 28 09:03:04.452 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-05-28T09:03:05.876Z[ recovery-image] May 28 09:03:04.461 INFO O| May 28 09:03:04.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65282026-05-28T09:03:05.876Z[ recovery-image] May 28 09:03:04.462 INFO O| May 28 09:03:04.462 INFO STEP 544 (remove_files) COMPLETE
65292026-05-28T09:03:05.876Z[ recovery-image] May 28 09:03:04.462 INFO O| May 28 09:03:04.462 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-05-28T09:03:05.885Z[ recovery-image] May 28 09:03:04.471 INFO O| May 28 09:03:04.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65312026-05-28T09:03:05.885Z[ recovery-image] May 28 09:03:04.471 INFO O| May 28 09:03:04.471 INFO STEP 545 (remove_files) COMPLETE
65322026-05-28T09:03:05.885Z[ recovery-image] May 28 09:03:04.471 INFO O| May 28 09:03:04.471 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-05-28T09:03:05.894Z[ recovery-image] May 28 09:03:04.480 INFO O| May 28 09:03:04.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65342026-05-28T09:03:05.894Z[ recovery-image] May 28 09:03:04.480 INFO O| May 28 09:03:04.480 INFO STEP 546 (remove_files) COMPLETE
65352026-05-28T09:03:05.894Z[ recovery-image] May 28 09:03:04.480 INFO O| May 28 09:03:04.480 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-05-28T09:03:05.904Z[ recovery-image] May 28 09:03:04.489 INFO O| May 28 09:03:04.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65372026-05-28T09:03:05.904Z[ recovery-image] May 28 09:03:04.490 INFO O| May 28 09:03:04.489 INFO STEP 547 (remove_files) COMPLETE
65382026-05-28T09:03:05.904Z[ recovery-image] May 28 09:03:04.490 INFO O| May 28 09:03:04.490 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-05-28T09:03:05.913Z[ recovery-image] May 28 09:03:04.499 INFO O| May 28 09:03:04.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65402026-05-28T09:03:05.913Z[ recovery-image] May 28 09:03:04.499 INFO O| May 28 09:03:04.499 INFO STEP 548 (remove_files) COMPLETE
65412026-05-28T09:03:05.913Z[ recovery-image] May 28 09:03:04.499 INFO O| May 28 09:03:04.499 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-05-28T09:03:05.923Z[ recovery-image] May 28 09:03:04.509 INFO O| May 28 09:03:04.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65432026-05-28T09:03:05.923Z[ recovery-image] May 28 09:03:04.509 INFO O| May 28 09:03:04.509 INFO STEP 549 (remove_files) COMPLETE
65442026-05-28T09:03:05.923Z[ recovery-image] May 28 09:03:04.509 INFO O| May 28 09:03:04.509 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-05-28T09:03:05.933Z[ recovery-image] May 28 09:03:04.519 INFO O| May 28 09:03:04.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65462026-05-28T09:03:05.933Z[ recovery-image] May 28 09:03:04.519 INFO O| May 28 09:03:04.519 INFO STEP 550 (remove_files) COMPLETE
65472026-05-28T09:03:05.933Z[ recovery-image] May 28 09:03:04.519 INFO O| May 28 09:03:04.519 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-05-28T09:03:05.943Z[ recovery-image] May 28 09:03:04.529 INFO O| May 28 09:03:04.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65492026-05-28T09:03:05.943Z[ recovery-image] May 28 09:03:04.529 INFO O| May 28 09:03:04.529 INFO STEP 551 (remove_files) COMPLETE
65502026-05-28T09:03:05.943Z[ recovery-image] May 28 09:03:04.529 INFO O| May 28 09:03:04.529 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-05-28T09:03:05.952Z[ recovery-image] May 28 09:03:04.538 INFO O| May 28 09:03:04.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65522026-05-28T09:03:05.952Z[ recovery-image] May 28 09:03:04.538 INFO O| May 28 09:03:04.538 INFO STEP 552 (remove_files) COMPLETE
65532026-05-28T09:03:05.952Z[ recovery-image] May 28 09:03:04.538 INFO O| May 28 09:03:04.538 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-05-28T09:03:05.961Z[ recovery-image] May 28 09:03:04.546 INFO O| May 28 09:03:04.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65552026-05-28T09:03:05.961Z[ recovery-image] May 28 09:03:04.547 INFO O| May 28 09:03:04.547 INFO STEP 553 (remove_files) COMPLETE
65562026-05-28T09:03:05.961Z[ recovery-image] May 28 09:03:04.547 INFO O| May 28 09:03:04.547 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-05-28T09:03:05.969Z[ recovery-image] May 28 09:03:04.555 INFO O| May 28 09:03:04.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65582026-05-28T09:03:05.969Z[ recovery-image] May 28 09:03:04.555 INFO O| May 28 09:03:04.555 INFO STEP 554 (remove_files) COMPLETE
65592026-05-28T09:03:05.972Z[ recovery-image] May 28 09:03:04.555 INFO O| May 28 09:03:04.555 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-05-28T09:03:05.978Z[ recovery-image] May 28 09:03:04.564 INFO O| May 28 09:03:04.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65612026-05-28T09:03:05.978Z[ recovery-image] May 28 09:03:04.564 INFO O| May 28 09:03:04.564 INFO STEP 555 (remove_files) COMPLETE
65622026-05-28T09:03:05.978Z[ recovery-image] May 28 09:03:04.564 INFO O| May 28 09:03:04.564 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-05-28T09:03:05.988Z[ recovery-image] May 28 09:03:04.573 INFO O| May 28 09:03:04.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65642026-05-28T09:03:05.988Z[ recovery-image] May 28 09:03:04.573 INFO O| May 28 09:03:04.573 INFO STEP 556 (remove_files) COMPLETE
65652026-05-28T09:03:05.988Z[ recovery-image] May 28 09:03:04.573 INFO O| May 28 09:03:04.573 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-05-28T09:03:05.996Z[ recovery-image] May 28 09:03:04.582 INFO O| May 28 09:03:04.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65672026-05-28T09:03:05.996Z[ recovery-image] May 28 09:03:04.582 INFO O| May 28 09:03:04.582 INFO STEP 557 (remove_files) COMPLETE
65682026-05-28T09:03:05.996Z[ recovery-image] May 28 09:03:04.582 INFO O| May 28 09:03:04.582 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-05-28T09:03:06.005Z[ recovery-image] May 28 09:03:04.591 INFO O| May 28 09:03:04.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65702026-05-28T09:03:06.005Z[ recovery-image] May 28 09:03:04.591 INFO O| May 28 09:03:04.591 INFO STEP 558 (remove_files) COMPLETE
65712026-05-28T09:03:06.005Z[ recovery-image] May 28 09:03:04.591 INFO O| May 28 09:03:04.591 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-05-28T09:03:06.013Z[ recovery-image] May 28 09:03:04.599 INFO O| May 28 09:03:04.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65732026-05-28T09:03:06.013Z[ recovery-image] May 28 09:03:04.599 INFO O| May 28 09:03:04.599 INFO STEP 559 (remove_files) COMPLETE
65742026-05-28T09:03:06.013Z[ recovery-image] May 28 09:03:04.599 INFO O| May 28 09:03:04.599 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-05-28T09:03:06.022Z[ recovery-image] May 28 09:03:04.608 INFO O| May 28 09:03:04.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65762026-05-28T09:03:06.022Z[ recovery-image] May 28 09:03:04.608 INFO O| May 28 09:03:04.608 INFO STEP 560 (remove_files) COMPLETE
65772026-05-28T09:03:06.022Z[ recovery-image] May 28 09:03:04.608 INFO O| May 28 09:03:04.608 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-05-28T09:03:06.031Z[ recovery-image] May 28 09:03:04.616 INFO O| May 28 09:03:04.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65792026-05-28T09:03:06.031Z[ recovery-image] May 28 09:03:04.616 INFO O| May 28 09:03:04.616 INFO STEP 561 (remove_files) COMPLETE
65802026-05-28T09:03:06.031Z[ recovery-image] May 28 09:03:04.616 INFO O| May 28 09:03:04.616 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-05-28T09:03:06.040Z[ recovery-image] May 28 09:03:04.625 INFO O| May 28 09:03:04.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65822026-05-28T09:03:06.041Z[ recovery-image] May 28 09:03:04.625 INFO O| May 28 09:03:04.625 INFO STEP 562 (remove_files) COMPLETE
65832026-05-28T09:03:06.041Z[ recovery-image] May 28 09:03:04.625 INFO O| May 28 09:03:04.625 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-05-28T09:03:06.048Z[ recovery-image] May 28 09:03:04.634 INFO O| May 28 09:03:04.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65852026-05-28T09:03:06.048Z[ recovery-image] May 28 09:03:04.634 INFO O| May 28 09:03:04.634 INFO STEP 563 (remove_files) COMPLETE
65862026-05-28T09:03:06.051Z[ recovery-image] May 28 09:03:04.634 INFO O| May 28 09:03:04.634 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-05-28T09:03:06.057Z[ recovery-image] May 28 09:03:04.643 INFO O| May 28 09:03:04.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65882026-05-28T09:03:06.057Z[ recovery-image] May 28 09:03:04.643 INFO O| May 28 09:03:04.643 INFO STEP 564 (remove_files) COMPLETE
65892026-05-28T09:03:06.057Z[ recovery-image] May 28 09:03:04.643 INFO O| May 28 09:03:04.643 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-05-28T09:03:06.067Z[ recovery-image] May 28 09:03:04.653 INFO O| May 28 09:03:04.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65912026-05-28T09:03:06.067Z[ recovery-image] May 28 09:03:04.653 INFO O| May 28 09:03:04.653 INFO STEP 565 (remove_files) COMPLETE
65922026-05-28T09:03:06.067Z[ recovery-image] May 28 09:03:04.653 INFO O| May 28 09:03:04.653 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-05-28T09:03:06.076Z[ recovery-image] May 28 09:03:04.661 INFO O| May 28 09:03:04.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65942026-05-28T09:03:06.076Z[ recovery-image] May 28 09:03:04.661 INFO O| May 28 09:03:04.661 INFO STEP 566 (remove_files) COMPLETE
65952026-05-28T09:03:06.076Z[ recovery-image] May 28 09:03:04.661 INFO O| May 28 09:03:04.661 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-05-28T09:03:06.085Z[ recovery-image] May 28 09:03:04.671 INFO O| May 28 09:03:04.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65972026-05-28T09:03:06.085Z[ recovery-image] May 28 09:03:04.671 INFO O| May 28 09:03:04.671 INFO STEP 567 (remove_files) COMPLETE
65982026-05-28T09:03:06.086Z[ recovery-image] May 28 09:03:04.671 INFO O| May 28 09:03:04.671 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-05-28T09:03:06.095Z[ recovery-image] May 28 09:03:04.680 INFO O| May 28 09:03:04.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66002026-05-28T09:03:06.095Z[ recovery-image] May 28 09:03:04.680 INFO O| May 28 09:03:04.680 INFO STEP 568 (remove_files) COMPLETE
66012026-05-28T09:03:06.095Z[ recovery-image] May 28 09:03:04.680 INFO O| May 28 09:03:04.680 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-05-28T09:03:06.104Z[ recovery-image] May 28 09:03:04.690 INFO O| May 28 09:03:04.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66032026-05-28T09:03:06.104Z[ recovery-image] May 28 09:03:04.690 INFO O| May 28 09:03:04.690 INFO STEP 569 (remove_files) COMPLETE
66042026-05-28T09:03:06.104Z[ recovery-image] May 28 09:03:04.690 INFO O| May 28 09:03:04.690 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-05-28T09:03:06.113Z[ recovery-image] May 28 09:03:04.699 INFO O| May 28 09:03:04.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66062026-05-28T09:03:06.113Z[ recovery-image] May 28 09:03:04.699 INFO O| May 28 09:03:04.699 INFO STEP 570 (remove_files) COMPLETE
66072026-05-28T09:03:06.113Z[ recovery-image] May 28 09:03:04.699 INFO O| May 28 09:03:04.699 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-05-28T09:03:06.121Z[ recovery-image] May 28 09:03:04.707 INFO O| May 28 09:03:04.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66092026-05-28T09:03:06.121Z[ recovery-image] May 28 09:03:04.707 INFO O| May 28 09:03:04.707 INFO STEP 571 (remove_files) COMPLETE
66102026-05-28T09:03:06.121Z[ recovery-image] May 28 09:03:04.707 INFO O| May 28 09:03:04.707 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-05-28T09:03:06.128Z[ recovery-image] May 28 09:03:04.714 INFO O| May 28 09:03:04.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66122026-05-28T09:03:06.128Z[ recovery-image] May 28 09:03:04.714 INFO O| May 28 09:03:04.714 INFO STEP 572 (remove_files) COMPLETE
66132026-05-28T09:03:06.131Z[ recovery-image] May 28 09:03:04.714 INFO O| May 28 09:03:04.714 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-05-28T09:03:06.136Z[ recovery-image] May 28 09:03:04.722 INFO O| May 28 09:03:04.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66152026-05-28T09:03:06.136Z[ recovery-image] May 28 09:03:04.722 INFO O| May 28 09:03:04.722 INFO STEP 573 (remove_files) COMPLETE
66162026-05-28T09:03:06.136Z[ recovery-image] May 28 09:03:04.722 INFO O| May 28 09:03:04.722 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-05-28T09:03:06.144Z[ recovery-image] May 28 09:03:04.730 INFO O| May 28 09:03:04.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66182026-05-28T09:03:06.145Z[ recovery-image] May 28 09:03:04.730 INFO O| May 28 09:03:04.730 INFO STEP 574 (remove_files) COMPLETE
66192026-05-28T09:03:06.148Z[ recovery-image] May 28 09:03:04.730 INFO O| May 28 09:03:04.730 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-05-28T09:03:06.153Z[ recovery-image] May 28 09:03:04.739 INFO O| May 28 09:03:04.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66212026-05-28T09:03:06.153Z[ recovery-image] May 28 09:03:04.739 INFO O| May 28 09:03:04.739 INFO STEP 575 (remove_files) COMPLETE
66222026-05-28T09:03:06.156Z[ recovery-image] May 28 09:03:04.739 INFO O| May 28 09:03:04.739 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-05-28T09:03:06.161Z[ recovery-image] May 28 09:03:04.747 INFO O| May 28 09:03:04.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66242026-05-28T09:03:06.164Z[ recovery-image] May 28 09:03:04.747 INFO O| May 28 09:03:04.747 INFO STEP 576 (remove_files) COMPLETE
66252026-05-28T09:03:06.164Z[ recovery-image] May 28 09:03:04.747 INFO O| May 28 09:03:04.747 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-05-28T09:03:06.171Z[ recovery-image] May 28 09:03:04.757 INFO O| May 28 09:03:04.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66272026-05-28T09:03:06.171Z[ recovery-image] May 28 09:03:04.757 INFO O| May 28 09:03:04.757 INFO STEP 577 (remove_files) COMPLETE
66282026-05-28T09:03:06.174Z[ recovery-image] May 28 09:03:04.757 INFO O| May 28 09:03:04.757 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-05-28T09:03:06.179Z[ recovery-image] May 28 09:03:04.765 INFO O| May 28 09:03:04.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66302026-05-28T09:03:06.179Z[ recovery-image] May 28 09:03:04.765 INFO O| May 28 09:03:04.765 INFO STEP 578 (remove_files) COMPLETE
66312026-05-28T09:03:06.182Z[ recovery-image] May 28 09:03:04.765 INFO O| May 28 09:03:04.765 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-05-28T09:03:06.186Z[ recovery-image] May 28 09:03:04.772 INFO O| May 28 09:03:04.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66332026-05-28T09:03:06.186Z[ recovery-image] May 28 09:03:04.773 INFO O| May 28 09:03:04.773 INFO STEP 579 (remove_files) COMPLETE
66342026-05-28T09:03:06.186Z[ recovery-image] May 28 09:03:04.773 INFO O| May 28 09:03:04.773 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-05-28T09:03:06.195Z[ recovery-image] May 28 09:03:04.781 INFO O| May 28 09:03:04.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66362026-05-28T09:03:06.195Z[ recovery-image] May 28 09:03:04.781 INFO O| May 28 09:03:04.781 INFO STEP 580 (remove_files) COMPLETE
66372026-05-28T09:03:06.195Z[ recovery-image] May 28 09:03:04.781 INFO O| May 28 09:03:04.781 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-05-28T09:03:06.204Z[ recovery-image] May 28 09:03:04.790 INFO O| May 28 09:03:04.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66392026-05-28T09:03:06.204Z[ recovery-image] May 28 09:03:04.790 INFO O| May 28 09:03:04.790 INFO STEP 581 (remove_files) COMPLETE
66402026-05-28T09:03:06.207Z[ recovery-image] May 28 09:03:04.790 INFO O| May 28 09:03:04.790 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-05-28T09:03:06.213Z[ recovery-image] May 28 09:03:04.799 INFO O| May 28 09:03:04.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66422026-05-28T09:03:06.213Z[ recovery-image] May 28 09:03:04.799 INFO O| May 28 09:03:04.799 INFO STEP 582 (remove_files) COMPLETE
66432026-05-28T09:03:06.216Z[ recovery-image] May 28 09:03:04.799 INFO O| May 28 09:03:04.799 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-05-28T09:03:06.222Z[ recovery-image] May 28 09:03:04.807 INFO O| May 28 09:03:04.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66452026-05-28T09:03:06.222Z[ recovery-image] May 28 09:03:04.807 INFO O| May 28 09:03:04.807 INFO STEP 583 (remove_files) COMPLETE
66462026-05-28T09:03:06.224Z[ recovery-image] May 28 09:03:04.807 INFO O| May 28 09:03:04.807 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-05-28T09:03:06.273Z[ recovery-image] May 28 09:03:04.815 INFO O| May 28 09:03:04.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66482026-05-28T09:03:06.273Z[ recovery-image] May 28 09:03:04.815 INFO O| May 28 09:03:04.815 INFO STEP 584 (remove_files) COMPLETE
66492026-05-28T09:03:06.273Z[ recovery-image] May 28 09:03:04.815 INFO O| May 28 09:03:04.815 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-05-28T09:03:06.273Z[ recovery-image] May 28 09:03:04.823 INFO O| May 28 09:03:04.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66512026-05-28T09:03:06.273Z[ recovery-image] May 28 09:03:04.823 INFO O| May 28 09:03:04.823 INFO STEP 585 (remove_files) COMPLETE
66522026-05-28T09:03:06.273Z[ recovery-image] May 28 09:03:04.823 INFO O| May 28 09:03:04.823 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-05-28T09:03:06.273Z[ recovery-image] May 28 09:03:04.832 INFO O| May 28 09:03:04.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66542026-05-28T09:03:06.274Z[ recovery-image] May 28 09:03:04.833 INFO O| May 28 09:03:04.833 INFO STEP 586 (remove_files) COMPLETE
66552026-05-28T09:03:06.274Z[ recovery-image] May 28 09:03:04.833 INFO O| May 28 09:03:04.833 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-05-28T09:03:06.274Z[ recovery-image] May 28 09:03:04.842 INFO O| May 28 09:03:04.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66572026-05-28T09:03:06.274Z[ recovery-image] May 28 09:03:04.842 INFO O| May 28 09:03:04.842 INFO STEP 587 (remove_files) COMPLETE
66582026-05-28T09:03:06.274Z[ recovery-image] May 28 09:03:04.842 INFO O| May 28 09:03:04.842 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-05-28T09:03:06.274Z[ recovery-image] May 28 09:03:04.851 INFO O| May 28 09:03:04.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66602026-05-28T09:03:06.274Z[ recovery-image] May 28 09:03:04.851 INFO O| May 28 09:03:04.851 INFO STEP 588 (remove_files) COMPLETE
66612026-05-28T09:03:06.274Z[ recovery-image] May 28 09:03:04.851 INFO O| May 28 09:03:04.851 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-05-28T09:03:06.277Z[ recovery-image] May 28 09:03:04.860 INFO O| May 28 09:03:04.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66632026-05-28T09:03:06.277Z[ recovery-image] May 28 09:03:04.860 INFO O| May 28 09:03:04.860 INFO STEP 589 (remove_files) COMPLETE
66642026-05-28T09:03:06.277Z[ recovery-image] May 28 09:03:04.860 INFO O| May 28 09:03:04.860 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-05-28T09:03:06.284Z[ recovery-image] May 28 09:03:04.870 INFO O| May 28 09:03:04.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66662026-05-28T09:03:06.284Z[ recovery-image] May 28 09:03:04.870 INFO O| May 28 09:03:04.870 INFO STEP 590 (remove_files) COMPLETE
66672026-05-28T09:03:06.287Z[ recovery-image] May 28 09:03:04.870 INFO O| May 28 09:03:04.870 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-05-28T09:03:06.294Z[ recovery-image] May 28 09:03:04.880 INFO O| May 28 09:03:04.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66692026-05-28T09:03:06.294Z[ recovery-image] May 28 09:03:04.880 INFO O| May 28 09:03:04.880 INFO STEP 591 (remove_files) COMPLETE
66702026-05-28T09:03:06.294Z[ recovery-image] May 28 09:03:04.880 INFO O| May 28 09:03:04.880 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-05-28T09:03:06.305Z[ recovery-image] May 28 09:03:04.891 INFO O| May 28 09:03:04.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66722026-05-28T09:03:06.305Z[ recovery-image] May 28 09:03:04.891 INFO O| May 28 09:03:04.891 INFO STEP 592 (remove_files) COMPLETE
66732026-05-28T09:03:06.305Z[ recovery-image] May 28 09:03:04.891 INFO O| May 28 09:03:04.891 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-05-28T09:03:06.314Z[ recovery-image] May 28 09:03:04.900 INFO O| May 28 09:03:04.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66752026-05-28T09:03:06.314Z[ recovery-image] May 28 09:03:04.900 INFO O| May 28 09:03:04.900 INFO STEP 593 (remove_files) COMPLETE
66762026-05-28T09:03:06.314Z[ recovery-image] May 28 09:03:04.900 INFO O| May 28 09:03:04.900 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-05-28T09:03:06.323Z[ recovery-image] May 28 09:03:04.909 INFO O| May 28 09:03:04.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66782026-05-28T09:03:06.333Z[ recovery-image] May 28 09:03:04.909 INFO O| May 28 09:03:04.909 INFO STEP 594 (remove_files) COMPLETE
66792026-05-28T09:03:06.333Z[ recovery-image] May 28 09:03:04.909 INFO O| May 28 09:03:04.909 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-05-28T09:03:06.333Z[ recovery-image] May 28 09:03:04.918 INFO O| May 28 09:03:04.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66812026-05-28T09:03:06.333Z[ recovery-image] May 28 09:03:04.918 INFO O| May 28 09:03:04.918 INFO STEP 595 (remove_files) COMPLETE
66822026-05-28T09:03:06.333Z[ recovery-image] May 28 09:03:04.918 INFO O| May 28 09:03:04.918 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-05-28T09:03:06.340Z[ recovery-image] May 28 09:03:04.926 INFO O| May 28 09:03:04.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66842026-05-28T09:03:06.340Z[ recovery-image] May 28 09:03:04.926 INFO O| May 28 09:03:04.926 INFO STEP 596 (remove_files) COMPLETE
66852026-05-28T09:03:06.343Z[ recovery-image] May 28 09:03:04.926 INFO O| May 28 09:03:04.926 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-05-28T09:03:06.349Z[ recovery-image] May 28 09:03:04.935 INFO O| May 28 09:03:04.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66872026-05-28T09:03:06.349Z[ recovery-image] May 28 09:03:04.935 INFO O| May 28 09:03:04.935 INFO STEP 597 (remove_files) COMPLETE
66882026-05-28T09:03:06.351Z[ recovery-image] May 28 09:03:04.935 INFO O| May 28 09:03:04.935 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-05-28T09:03:06.357Z[ recovery-image] May 28 09:03:04.943 INFO O| May 28 09:03:04.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66902026-05-28T09:03:06.357Z[ recovery-image] May 28 09:03:04.943 INFO O| May 28 09:03:04.943 INFO STEP 598 (remove_files) COMPLETE
66912026-05-28T09:03:06.360Z[ recovery-image] May 28 09:03:04.943 INFO O| May 28 09:03:04.943 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-05-28T09:03:06.365Z[ recovery-image] May 28 09:03:04.951 INFO O| May 28 09:03:04.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66932026-05-28T09:03:06.365Z[ recovery-image] May 28 09:03:04.951 INFO O| May 28 09:03:04.951 INFO STEP 599 (remove_files) COMPLETE
66942026-05-28T09:03:06.368Z[ recovery-image] May 28 09:03:04.951 INFO O| May 28 09:03:04.951 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-05-28T09:03:06.373Z[ recovery-image] May 28 09:03:04.959 INFO O| May 28 09:03:04.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66962026-05-28T09:03:06.373Z[ recovery-image] May 28 09:03:04.959 INFO O| May 28 09:03:04.959 INFO STEP 600 (remove_files) COMPLETE
66972026-05-28T09:03:06.373Z[ recovery-image] May 28 09:03:04.959 INFO O| May 28 09:03:04.959 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-05-28T09:03:06.381Z[ recovery-image] May 28 09:03:04.967 INFO O| May 28 09:03:04.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66992026-05-28T09:03:06.381Z[ recovery-image] May 28 09:03:04.967 INFO O| May 28 09:03:04.967 INFO STEP 601 (remove_files) COMPLETE
67002026-05-28T09:03:06.384Z[ recovery-image] May 28 09:03:04.967 INFO O| May 28 09:03:04.967 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-05-28T09:03:06.389Z[ recovery-image] May 28 09:03:04.975 INFO O| May 28 09:03:04.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67022026-05-28T09:03:06.389Z[ recovery-image] May 28 09:03:04.975 INFO O| May 28 09:03:04.975 INFO STEP 602 (remove_files) COMPLETE
67032026-05-28T09:03:06.392Z[ recovery-image] May 28 09:03:04.975 INFO O| May 28 09:03:04.975 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-05-28T09:03:06.396Z[ recovery-image] May 28 09:03:04.982 INFO O| May 28 09:03:04.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67052026-05-28T09:03:06.396Z[ recovery-image] May 28 09:03:04.982 INFO O| May 28 09:03:04.982 INFO STEP 603 (remove_files) COMPLETE
67062026-05-28T09:03:06.399Z[ recovery-image] May 28 09:03:04.982 INFO O| May 28 09:03:04.982 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-05-28T09:03:06.404Z[ recovery-image] May 28 09:03:04.990 INFO O| May 28 09:03:04.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67082026-05-28T09:03:06.404Z[ recovery-image] May 28 09:03:04.990 INFO O| May 28 09:03:04.990 INFO STEP 604 (remove_files) COMPLETE
67092026-05-28T09:03:06.407Z[ recovery-image] May 28 09:03:04.990 INFO O| May 28 09:03:04.990 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-05-28T09:03:06.412Z[ recovery-image] May 28 09:03:04.998 INFO O| May 28 09:03:04.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67112026-05-28T09:03:06.412Z[ recovery-image] May 28 09:03:04.998 INFO O| May 28 09:03:04.998 INFO STEP 605 (remove_files) COMPLETE
67122026-05-28T09:03:06.415Z[ recovery-image] May 28 09:03:04.998 INFO O| May 28 09:03:04.998 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-05-28T09:03:06.420Z[ recovery-image] May 28 09:03:05.006 INFO O| May 28 09:03:05.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67142026-05-28T09:03:06.421Z[ recovery-image] May 28 09:03:05.007 INFO O| May 28 09:03:05.006 INFO STEP 606 (remove_files) COMPLETE
67152026-05-28T09:03:06.423Z[ recovery-image] May 28 09:03:05.007 INFO O| May 28 09:03:05.007 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-05-28T09:03:06.429Z[ recovery-image] May 28 09:03:05.015 INFO O| May 28 09:03:05.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67172026-05-28T09:03:06.429Z[ recovery-image] May 28 09:03:05.015 INFO O| May 28 09:03:05.015 INFO STEP 607 (remove_files) COMPLETE
67182026-05-28T09:03:06.432Z[ recovery-image] May 28 09:03:05.015 INFO O| May 28 09:03:05.015 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-05-28T09:03:06.437Z[ recovery-image] May 28 09:03:05.023 INFO O| May 28 09:03:05.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67202026-05-28T09:03:06.437Z[ recovery-image] May 28 09:03:05.023 INFO O| May 28 09:03:05.023 INFO STEP 608 (remove_files) COMPLETE
67212026-05-28T09:03:06.437Z[ recovery-image] May 28 09:03:05.023 INFO O| May 28 09:03:05.023 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-05-28T09:03:06.446Z[ recovery-image] May 28 09:03:05.032 INFO O| May 28 09:03:05.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67232026-05-28T09:03:06.446Z[ recovery-image] May 28 09:03:05.032 INFO O| May 28 09:03:05.032 INFO STEP 609 (remove_files) COMPLETE
67242026-05-28T09:03:06.448Z[ recovery-image] May 28 09:03:05.032 INFO O| May 28 09:03:05.032 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-05-28T09:03:06.454Z[ recovery-image] May 28 09:03:05.040 INFO O| May 28 09:03:05.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67262026-05-28T09:03:06.454Z[ recovery-image] May 28 09:03:05.040 INFO O| May 28 09:03:05.040 INFO STEP 610 (remove_files) COMPLETE
67272026-05-28T09:03:06.456Z[ recovery-image] May 28 09:03:05.040 INFO O| May 28 09:03:05.040 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-05-28T09:03:06.461Z[ recovery-image] May 28 09:03:05.047 INFO O| May 28 09:03:05.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67292026-05-28T09:03:06.461Z[ recovery-image] May 28 09:03:05.047 INFO O| May 28 09:03:05.047 INFO STEP 611 (remove_files) COMPLETE
67302026-05-28T09:03:06.464Z[ recovery-image] May 28 09:03:05.047 INFO O| May 28 09:03:05.047 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-05-28T09:03:06.469Z[ recovery-image] May 28 09:03:05.055 INFO O| May 28 09:03:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67322026-05-28T09:03:06.469Z[ recovery-image] May 28 09:03:05.055 INFO O| May 28 09:03:05.055 INFO STEP 612 (remove_files) COMPLETE
67332026-05-28T09:03:06.472Z[ recovery-image] May 28 09:03:05.055 INFO O| May 28 09:03:05.055 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-05-28T09:03:06.483Z[ recovery-image] May 28 09:03:05.063 INFO O| May 28 09:03:05.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67352026-05-28T09:03:06.483Z[ recovery-image] May 28 09:03:05.063 INFO O| May 28 09:03:05.063 INFO STEP 613 (remove_files) COMPLETE
67362026-05-28T09:03:06.484Z[ recovery-image] May 28 09:03:05.063 INFO O| May 28 09:03:05.063 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-05-28T09:03:06.487Z[ recovery-image] May 28 09:03:05.073 INFO O| May 28 09:03:05.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67382026-05-28T09:03:06.487Z[ recovery-image] May 28 09:03:05.073 INFO O| May 28 09:03:05.073 INFO STEP 614 (remove_files) COMPLETE
67392026-05-28T09:03:06.490Z[ recovery-image] May 28 09:03:05.073 INFO O| May 28 09:03:05.073 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-05-28T09:03:06.498Z[ recovery-image] May 28 09:03:05.084 INFO O| May 28 09:03:05.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67412026-05-28T09:03:06.498Z[ recovery-image] May 28 09:03:05.084 INFO O| May 28 09:03:05.084 INFO STEP 615 (remove_files) COMPLETE
67422026-05-28T09:03:06.498Z[ recovery-image] May 28 09:03:05.084 INFO O| May 28 09:03:05.084 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-05-28T09:03:06.508Z[ recovery-image] May 28 09:03:05.094 INFO O| May 28 09:03:05.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67442026-05-28T09:03:06.508Z[ recovery-image] May 28 09:03:05.094 INFO O| May 28 09:03:05.094 INFO STEP 616 (remove_files) COMPLETE
67452026-05-28T09:03:06.511Z[ recovery-image] May 28 09:03:05.094 INFO O| May 28 09:03:05.094 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-05-28T09:03:06.517Z[ recovery-image] May 28 09:03:05.103 INFO O| May 28 09:03:05.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67472026-05-28T09:03:06.520Z[ recovery-image] May 28 09:03:05.104 INFO O| May 28 09:03:05.104 INFO STEP 617 (remove_files) COMPLETE
67482026-05-28T09:03:06.520Z[ recovery-image] May 28 09:03:05.104 INFO O| May 28 09:03:05.104 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-05-28T09:03:06.528Z[ recovery-image] May 28 09:03:05.114 INFO O| May 28 09:03:05.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67502026-05-28T09:03:06.528Z[ recovery-image] May 28 09:03:05.114 INFO O| May 28 09:03:05.114 INFO STEP 618 (remove_files) COMPLETE
67512026-05-28T09:03:06.528Z[ recovery-image] May 28 09:03:05.114 INFO O| May 28 09:03:05.114 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-05-28T09:03:06.536Z[ recovery-image] May 28 09:03:05.122 INFO O| May 28 09:03:05.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67532026-05-28T09:03:06.537Z[ recovery-image] May 28 09:03:05.122 INFO O| May 28 09:03:05.122 INFO STEP 619 (remove_files) COMPLETE
67542026-05-28T09:03:06.537Z[ recovery-image] May 28 09:03:05.122 INFO O| May 28 09:03:05.122 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-05-28T09:03:06.546Z[ recovery-image] May 28 09:03:05.132 INFO O| May 28 09:03:05.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67562026-05-28T09:03:06.546Z[ recovery-image] May 28 09:03:05.132 INFO O| May 28 09:03:05.132 INFO STEP 620 (remove_files) COMPLETE
67572026-05-28T09:03:06.546Z[ recovery-image] May 28 09:03:05.132 INFO O| May 28 09:03:05.132 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-05-28T09:03:06.555Z[ recovery-image] May 28 09:03:05.141 INFO O| May 28 09:03:05.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67592026-05-28T09:03:06.555Z[ recovery-image] May 28 09:03:05.141 INFO O| May 28 09:03:05.141 INFO STEP 621 (remove_files) COMPLETE
67602026-05-28T09:03:06.555Z[ recovery-image] May 28 09:03:05.141 INFO O| May 28 09:03:05.141 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-05-28T09:03:06.565Z[ recovery-image] May 28 09:03:05.151 INFO O| May 28 09:03:05.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67622026-05-28T09:03:06.565Z[ recovery-image] May 28 09:03:05.151 INFO O| May 28 09:03:05.151 INFO STEP 622 (remove_files) COMPLETE
67632026-05-28T09:03:06.565Z[ recovery-image] May 28 09:03:05.151 INFO O| May 28 09:03:05.151 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-05-28T09:03:06.575Z[ recovery-image] May 28 09:03:05.161 INFO O| May 28 09:03:05.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67652026-05-28T09:03:06.575Z[ recovery-image] May 28 09:03:05.161 INFO O| May 28 09:03:05.161 INFO STEP 623 (remove_files) COMPLETE
67662026-05-28T09:03:06.575Z[ recovery-image] May 28 09:03:05.161 INFO O| May 28 09:03:05.161 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-05-28T09:03:06.585Z[ recovery-image] May 28 09:03:05.170 INFO O| May 28 09:03:05.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67682026-05-28T09:03:06.585Z[ recovery-image] May 28 09:03:05.171 INFO O| May 28 09:03:05.170 INFO STEP 624 (remove_files) COMPLETE
67692026-05-28T09:03:06.585Z[ recovery-image] May 28 09:03:05.171 INFO O| May 28 09:03:05.171 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-05-28T09:03:06.594Z[ recovery-image] May 28 09:03:05.180 INFO O| May 28 09:03:05.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67712026-05-28T09:03:06.594Z[ recovery-image] May 28 09:03:05.180 INFO O| May 28 09:03:05.180 INFO STEP 625 (remove_files) COMPLETE
67722026-05-28T09:03:06.594Z[ recovery-image] May 28 09:03:05.180 INFO O| May 28 09:03:05.180 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-05-28T09:03:06.603Z[ recovery-image] May 28 09:03:05.188 INFO O| May 28 09:03:05.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67742026-05-28T09:03:06.603Z[ recovery-image] May 28 09:03:05.189 INFO O| May 28 09:03:05.188 INFO STEP 626 (remove_files) COMPLETE
67752026-05-28T09:03:06.605Z[ recovery-image] May 28 09:03:05.189 INFO O| May 28 09:03:05.188 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-05-28T09:03:06.610Z[ recovery-image] May 28 09:03:05.196 INFO O| May 28 09:03:05.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67772026-05-28T09:03:06.610Z[ recovery-image] May 28 09:03:05.196 INFO O| May 28 09:03:05.196 INFO STEP 627 (remove_files) COMPLETE
67782026-05-28T09:03:06.613Z[ recovery-image] May 28 09:03:05.196 INFO O| May 28 09:03:05.196 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-05-28T09:03:06.619Z[ recovery-image] May 28 09:03:05.204 INFO O| May 28 09:03:05.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67802026-05-28T09:03:06.620Z[ recovery-image] May 28 09:03:05.204 INFO O| May 28 09:03:05.204 INFO STEP 628 (remove_files) COMPLETE
67812026-05-28T09:03:06.620Z[ recovery-image] May 28 09:03:05.204 INFO O| May 28 09:03:05.204 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-05-28T09:03:06.626Z[ recovery-image] May 28 09:03:05.212 INFO O| May 28 09:03:05.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67832026-05-28T09:03:06.626Z[ recovery-image] May 28 09:03:05.212 INFO O| May 28 09:03:05.212 INFO STEP 629 (remove_files) COMPLETE
67842026-05-28T09:03:06.629Z[ recovery-image] May 28 09:03:05.212 INFO O| May 28 09:03:05.212 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-05-28T09:03:06.633Z[ recovery-image] May 28 09:03:05.219 INFO O| May 28 09:03:05.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67862026-05-28T09:03:06.633Z[ recovery-image] May 28 09:03:05.219 INFO O| May 28 09:03:05.219 INFO STEP 630 (remove_files) COMPLETE
67872026-05-28T09:03:06.633Z[ recovery-image] May 28 09:03:05.219 INFO O| May 28 09:03:05.219 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-05-28T09:03:06.640Z[ recovery-image] May 28 09:03:05.226 INFO O| May 28 09:03:05.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67892026-05-28T09:03:06.640Z[ recovery-image] May 28 09:03:05.226 INFO O| May 28 09:03:05.226 INFO STEP 631 (remove_files) COMPLETE
67902026-05-28T09:03:06.640Z[ recovery-image] May 28 09:03:05.226 INFO O| May 28 09:03:05.226 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-05-28T09:03:06.648Z[ recovery-image] May 28 09:03:05.234 INFO O| May 28 09:03:05.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67922026-05-28T09:03:06.648Z[ recovery-image] May 28 09:03:05.234 INFO O| May 28 09:03:05.234 INFO STEP 632 (remove_files) COMPLETE
67932026-05-28T09:03:06.651Z[ recovery-image] May 28 09:03:05.234 INFO O| May 28 09:03:05.234 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-05-28T09:03:06.655Z[ recovery-image] May 28 09:03:05.241 INFO O| May 28 09:03:05.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67952026-05-28T09:03:06.655Z[ recovery-image] May 28 09:03:05.241 INFO O| May 28 09:03:05.241 INFO STEP 633 (remove_files) COMPLETE
67962026-05-28T09:03:06.658Z[ recovery-image] May 28 09:03:05.241 INFO O| May 28 09:03:05.241 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-05-28T09:03:06.663Z[ recovery-image] May 28 09:03:05.249 INFO O| May 28 09:03:05.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67982026-05-28T09:03:06.663Z[ recovery-image] May 28 09:03:05.249 INFO O| May 28 09:03:05.249 INFO STEP 634 (remove_files) COMPLETE
67992026-05-28T09:03:06.663Z[ recovery-image] May 28 09:03:05.249 INFO O| May 28 09:03:05.249 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-05-28T09:03:06.672Z[ recovery-image] May 28 09:03:05.258 INFO O| May 28 09:03:05.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68012026-05-28T09:03:06.672Z[ recovery-image] May 28 09:03:05.258 INFO O| May 28 09:03:05.258 INFO STEP 635 (remove_files) COMPLETE
68022026-05-28T09:03:06.675Z[ recovery-image] May 28 09:03:05.258 INFO O| May 28 09:03:05.258 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-05-28T09:03:06.682Z[ recovery-image] May 28 09:03:05.267 INFO O| May 28 09:03:05.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68042026-05-28T09:03:06.682Z[ recovery-image] May 28 09:03:05.267 INFO O| May 28 09:03:05.267 INFO STEP 636 (remove_files) COMPLETE
68052026-05-28T09:03:06.682Z[ recovery-image] May 28 09:03:05.267 INFO O| May 28 09:03:05.267 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-05-28T09:03:06.691Z[ recovery-image] May 28 09:03:05.277 INFO O| May 28 09:03:05.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68072026-05-28T09:03:06.691Z[ recovery-image] May 28 09:03:05.277 INFO O| May 28 09:03:05.277 INFO STEP 637 (remove_files) COMPLETE
68082026-05-28T09:03:06.694Z[ recovery-image] May 28 09:03:05.277 INFO O| May 28 09:03:05.277 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-05-28T09:03:06.699Z[ recovery-image] May 28 09:03:05.285 INFO O| May 28 09:03:05.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68102026-05-28T09:03:06.699Z[ recovery-image] May 28 09:03:05.285 INFO O| May 28 09:03:05.285 INFO STEP 638 (remove_files) COMPLETE
68112026-05-28T09:03:06.702Z[ recovery-image] May 28 09:03:05.285 INFO O| May 28 09:03:05.285 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-05-28T09:03:06.707Z[ recovery-image] May 28 09:03:05.293 INFO O| May 28 09:03:05.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68132026-05-28T09:03:06.707Z[ recovery-image] May 28 09:03:05.293 INFO O| May 28 09:03:05.293 INFO STEP 639 (remove_files) COMPLETE
68142026-05-28T09:03:06.707Z[ recovery-image] May 28 09:03:05.293 INFO O| May 28 09:03:05.293 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-05-28T09:03:06.716Z[ recovery-image] May 28 09:03:05.301 INFO O| May 28 09:03:05.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68162026-05-28T09:03:06.716Z[ recovery-image] May 28 09:03:05.301 INFO O| May 28 09:03:05.301 INFO STEP 640 (remove_files) COMPLETE
68172026-05-28T09:03:06.718Z[ recovery-image] May 28 09:03:05.301 INFO O| May 28 09:03:05.301 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-05-28T09:03:06.725Z[ recovery-image] May 28 09:03:05.311 INFO O| May 28 09:03:05.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68192026-05-28T09:03:06.725Z[ recovery-image] May 28 09:03:05.311 INFO O| May 28 09:03:05.311 INFO STEP 641 (remove_files) COMPLETE
68202026-05-28T09:03:06.725Z[ recovery-image] May 28 09:03:05.311 INFO O| May 28 09:03:05.311 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-05-28T09:03:06.733Z[ recovery-image] May 28 09:03:05.319 INFO O| May 28 09:03:05.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68222026-05-28T09:03:06.733Z[ recovery-image] May 28 09:03:05.319 INFO O| May 28 09:03:05.319 INFO STEP 642 (remove_files) COMPLETE
68232026-05-28T09:03:06.733Z[ recovery-image] May 28 09:03:05.319 INFO O| May 28 09:03:05.319 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-05-28T09:03:06.740Z[ recovery-image] May 28 09:03:05.326 INFO O| May 28 09:03:05.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68252026-05-28T09:03:06.740Z[ recovery-image] May 28 09:03:05.326 INFO O| May 28 09:03:05.326 INFO STEP 643 (remove_files) COMPLETE
68262026-05-28T09:03:06.743Z[ recovery-image] May 28 09:03:05.326 INFO O| May 28 09:03:05.326 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-05-28T09:03:06.747Z[ recovery-image] May 28 09:03:05.333 INFO O| May 28 09:03:05.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68282026-05-28T09:03:06.747Z[ recovery-image] May 28 09:03:05.333 INFO O| May 28 09:03:05.333 INFO STEP 644 (remove_files) COMPLETE
68292026-05-28T09:03:06.750Z[ recovery-image] May 28 09:03:05.333 INFO O| May 28 09:03:05.333 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-05-28T09:03:06.754Z[ recovery-image] May 28 09:03:05.340 INFO O| May 28 09:03:05.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68312026-05-28T09:03:06.754Z[ recovery-image] May 28 09:03:05.341 INFO O| May 28 09:03:05.341 INFO STEP 645 (remove_files) COMPLETE
68322026-05-28T09:03:06.757Z[ recovery-image] May 28 09:03:05.341 INFO O| May 28 09:03:05.341 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-05-28T09:03:06.762Z[ recovery-image] May 28 09:03:05.348 INFO O| May 28 09:03:05.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68342026-05-28T09:03:06.762Z[ recovery-image] May 28 09:03:05.348 INFO O| May 28 09:03:05.348 INFO STEP 646 (remove_files) COMPLETE
68352026-05-28T09:03:06.764Z[ recovery-image] May 28 09:03:05.348 INFO O| May 28 09:03:05.348 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-05-28T09:03:06.769Z[ recovery-image] May 28 09:03:05.355 INFO O| May 28 09:03:05.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68372026-05-28T09:03:06.769Z[ recovery-image] May 28 09:03:05.355 INFO O| May 28 09:03:05.355 INFO STEP 647 (remove_files) COMPLETE
68382026-05-28T09:03:06.772Z[ recovery-image] May 28 09:03:05.355 INFO O| May 28 09:03:05.355 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-05-28T09:03:06.776Z[ recovery-image] May 28 09:03:05.362 INFO O| May 28 09:03:05.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68402026-05-28T09:03:06.776Z[ recovery-image] May 28 09:03:05.362 INFO O| May 28 09:03:05.362 INFO STEP 648 (remove_files) COMPLETE
68412026-05-28T09:03:06.778Z[ recovery-image] May 28 09:03:05.362 INFO O| May 28 09:03:05.362 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-05-28T09:03:06.783Z[ recovery-image] May 28 09:03:05.369 INFO O| May 28 09:03:05.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68432026-05-28T09:03:06.783Z[ recovery-image] May 28 09:03:05.369 INFO O| May 28 09:03:05.369 INFO STEP 649 (remove_files) COMPLETE
68442026-05-28T09:03:06.786Z[ recovery-image] May 28 09:03:05.369 INFO O| May 28 09:03:05.369 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-05-28T09:03:06.790Z[ recovery-image] May 28 09:03:05.376 INFO O| May 28 09:03:05.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68462026-05-28T09:03:06.790Z[ recovery-image] May 28 09:03:05.376 INFO O| May 28 09:03:05.376 INFO STEP 650 (remove_files) COMPLETE
68472026-05-28T09:03:06.793Z[ recovery-image] May 28 09:03:05.376 INFO O| May 28 09:03:05.376 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-05-28T09:03:06.798Z[ recovery-image] May 28 09:03:05.384 INFO O| May 28 09:03:05.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68492026-05-28T09:03:06.798Z[ recovery-image] May 28 09:03:05.384 INFO O| May 28 09:03:05.384 INFO STEP 651 (remove_files) COMPLETE
68502026-05-28T09:03:06.801Z[ recovery-image] May 28 09:03:05.384 INFO O| May 28 09:03:05.384 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-05-28T09:03:06.806Z[ recovery-image] May 28 09:03:05.391 INFO O| May 28 09:03:05.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68522026-05-28T09:03:06.806Z[ recovery-image] May 28 09:03:05.392 INFO O| May 28 09:03:05.392 INFO STEP 652 (remove_files) COMPLETE
68532026-05-28T09:03:06.809Z[ recovery-image] May 28 09:03:05.392 INFO O| May 28 09:03:05.392 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-05-28T09:03:06.813Z[ recovery-image] May 28 09:03:05.399 INFO O| May 28 09:03:05.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68552026-05-28T09:03:06.813Z[ recovery-image] May 28 09:03:05.399 INFO O| May 28 09:03:05.399 INFO STEP 653 (remove_files) COMPLETE
68562026-05-28T09:03:06.815Z[ recovery-image] May 28 09:03:05.399 INFO O| May 28 09:03:05.399 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-05-28T09:03:06.820Z[ recovery-image] May 28 09:03:05.406 INFO O| May 28 09:03:05.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68582026-05-28T09:03:06.820Z[ recovery-image] May 28 09:03:05.406 INFO O| May 28 09:03:05.406 INFO STEP 654 (remove_files) COMPLETE
68592026-05-28T09:03:06.823Z[ recovery-image] May 28 09:03:05.406 INFO O| May 28 09:03:05.406 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-05-28T09:03:06.827Z[ recovery-image] May 28 09:03:05.413 INFO O| May 28 09:03:05.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68612026-05-28T09:03:06.827Z[ recovery-image] May 28 09:03:05.413 INFO O| May 28 09:03:05.413 INFO STEP 655 (remove_files) COMPLETE
68622026-05-28T09:03:06.830Z[ recovery-image] May 28 09:03:05.413 INFO O| May 28 09:03:05.413 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-05-28T09:03:06.834Z[ recovery-image] May 28 09:03:05.420 INFO O| May 28 09:03:05.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68642026-05-28T09:03:06.834Z[ recovery-image] May 28 09:03:05.420 INFO O| May 28 09:03:05.420 INFO STEP 656 (remove_files) COMPLETE
68652026-05-28T09:03:06.837Z[ recovery-image] May 28 09:03:05.420 INFO O| May 28 09:03:05.420 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-05-28T09:03:06.842Z[ recovery-image] May 28 09:03:05.428 INFO O| May 28 09:03:05.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68672026-05-28T09:03:06.842Z[ recovery-image] May 28 09:03:05.428 INFO O| May 28 09:03:05.428 INFO STEP 657 (remove_files) COMPLETE
68682026-05-28T09:03:06.845Z[ recovery-image] May 28 09:03:05.428 INFO O| May 28 09:03:05.428 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-05-28T09:03:06.855Z[ recovery-image] May 28 09:03:05.435 INFO O| May 28 09:03:05.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68702026-05-28T09:03:06.856Z[ recovery-image] May 28 09:03:05.435 INFO O| May 28 09:03:05.435 INFO STEP 658 (remove_files) COMPLETE
68712026-05-28T09:03:06.858Z[ recovery-image] May 28 09:03:05.435 INFO O| May 28 09:03:05.435 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-05-28T09:03:06.858Z[ recovery-image] May 28 09:03:05.442 INFO O| May 28 09:03:05.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68732026-05-28T09:03:06.859Z[ recovery-image] May 28 09:03:05.442 INFO O| May 28 09:03:05.442 INFO STEP 659 (remove_files) COMPLETE
68742026-05-28T09:03:06.859Z[ recovery-image] May 28 09:03:05.442 INFO O| May 28 09:03:05.442 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-05-28T09:03:06.864Z[ recovery-image] May 28 09:03:05.450 INFO O| May 28 09:03:05.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68762026-05-28T09:03:06.867Z[ recovery-image] May 28 09:03:05.451 INFO O| May 28 09:03:05.451 INFO STEP 660 (remove_files) COMPLETE
68772026-05-28T09:03:06.867Z[ recovery-image] May 28 09:03:05.451 INFO O| May 28 09:03:05.451 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-05-28T09:03:06.873Z[ recovery-image] May 28 09:03:05.459 INFO O| May 28 09:03:05.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68792026-05-28T09:03:06.873Z[ recovery-image] May 28 09:03:05.459 INFO O| May 28 09:03:05.459 INFO STEP 661 (remove_files) COMPLETE
68802026-05-28T09:03:06.876Z[ recovery-image] May 28 09:03:05.459 INFO O| May 28 09:03:05.459 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-05-28T09:03:06.880Z[ recovery-image] May 28 09:03:05.466 INFO O| May 28 09:03:05.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68822026-05-28T09:03:06.880Z[ recovery-image] May 28 09:03:05.466 INFO O| May 28 09:03:05.466 INFO STEP 662 (remove_files) COMPLETE
68832026-05-28T09:03:06.883Z[ recovery-image] May 28 09:03:05.466 INFO O| May 28 09:03:05.466 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-05-28T09:03:06.887Z[ recovery-image] May 28 09:03:05.473 INFO O| May 28 09:03:05.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68852026-05-28T09:03:06.887Z[ recovery-image] May 28 09:03:05.473 INFO O| May 28 09:03:05.473 INFO STEP 663 (remove_files) COMPLETE
68862026-05-28T09:03:06.890Z[ recovery-image] May 28 09:03:05.473 INFO O| May 28 09:03:05.473 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-05-28T09:03:06.894Z[ recovery-image] May 28 09:03:05.480 INFO O| May 28 09:03:05.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68882026-05-28T09:03:06.894Z[ recovery-image] May 28 09:03:05.480 INFO O| May 28 09:03:05.480 INFO STEP 664 (remove_files) COMPLETE
68892026-05-28T09:03:06.897Z[ recovery-image] May 28 09:03:05.480 INFO O| May 28 09:03:05.480 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-05-28T09:03:06.901Z[ recovery-image] May 28 09:03:05.487 INFO O| May 28 09:03:05.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68912026-05-28T09:03:06.901Z[ recovery-image] May 28 09:03:05.487 INFO O| May 28 09:03:05.487 INFO STEP 665 (remove_files) COMPLETE
68922026-05-28T09:03:06.904Z[ recovery-image] May 28 09:03:05.487 INFO O| May 28 09:03:05.487 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-05-28T09:03:06.909Z[ recovery-image] May 28 09:03:05.495 INFO O| May 28 09:03:05.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68942026-05-28T09:03:06.909Z[ recovery-image] May 28 09:03:05.495 INFO O| May 28 09:03:05.495 INFO STEP 666 (remove_files) COMPLETE
68952026-05-28T09:03:06.911Z[ recovery-image] May 28 09:03:05.495 INFO O| May 28 09:03:05.495 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-05-28T09:03:06.916Z[ recovery-image] May 28 09:03:05.502 INFO O| May 28 09:03:05.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68972026-05-28T09:03:06.916Z[ recovery-image] May 28 09:03:05.502 INFO O| May 28 09:03:05.502 INFO STEP 667 (remove_files) COMPLETE
68982026-05-28T09:03:06.919Z[ recovery-image] May 28 09:03:05.502 INFO O| May 28 09:03:05.502 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-05-28T09:03:06.923Z[ recovery-image] May 28 09:03:05.509 INFO O| May 28 09:03:05.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69002026-05-28T09:03:06.923Z[ recovery-image] May 28 09:03:05.509 INFO O| May 28 09:03:05.509 INFO STEP 668 (remove_files) COMPLETE
69012026-05-28T09:03:06.926Z[ recovery-image] May 28 09:03:05.509 INFO O| May 28 09:03:05.509 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-05-28T09:03:06.931Z[ recovery-image] May 28 09:03:05.516 INFO O| May 28 09:03:05.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69032026-05-28T09:03:06.931Z[ recovery-image] May 28 09:03:05.517 INFO O| May 28 09:03:05.517 INFO STEP 669 (remove_files) COMPLETE
69042026-05-28T09:03:06.934Z[ recovery-image] May 28 09:03:05.517 INFO O| May 28 09:03:05.517 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-05-28T09:03:06.938Z[ recovery-image] May 28 09:03:05.524 INFO O| May 28 09:03:05.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69062026-05-28T09:03:06.941Z[ recovery-image] May 28 09:03:05.525 INFO O| May 28 09:03:05.525 INFO STEP 670 (remove_files) COMPLETE
69072026-05-28T09:03:06.941Z[ recovery-image] May 28 09:03:05.525 INFO O| May 28 09:03:05.525 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-05-28T09:03:06.946Z[ recovery-image] May 28 09:03:05.532 INFO O| May 28 09:03:05.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69092026-05-28T09:03:06.946Z[ recovery-image] May 28 09:03:05.532 INFO O| May 28 09:03:05.532 INFO STEP 671 (remove_files) COMPLETE
69102026-05-28T09:03:06.949Z[ recovery-image] May 28 09:03:05.532 INFO O| May 28 09:03:05.532 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-05-28T09:03:06.953Z[ recovery-image] May 28 09:03:05.539 INFO O| May 28 09:03:05.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69122026-05-28T09:03:06.953Z[ recovery-image] May 28 09:03:05.539 INFO O| May 28 09:03:05.539 INFO STEP 672 (remove_files) COMPLETE
69132026-05-28T09:03:06.957Z[ recovery-image] May 28 09:03:05.539 INFO O| May 28 09:03:05.539 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-05-28T09:03:06.976Z[ recovery-image] May 28 09:03:05.562 INFO O| May 28 09:03:05.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69152026-05-28T09:03:06.976Z[ recovery-image] May 28 09:03:05.562 INFO O| May 28 09:03:05.562 INFO STEP 673 (remove_files) COMPLETE
69162026-05-28T09:03:06.980Z[ recovery-image] May 28 09:03:05.562 INFO O| May 28 09:03:05.562 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-05-28T09:03:06.985Z[ recovery-image] May 28 09:03:05.571 INFO O| May 28 09:03:05.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69182026-05-28T09:03:06.985Z[ recovery-image] May 28 09:03:05.571 INFO O| May 28 09:03:05.571 INFO STEP 674 (remove_files) COMPLETE
69192026-05-28T09:03:06.989Z[ recovery-image] May 28 09:03:05.571 INFO O| May 28 09:03:05.571 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-05-28T09:03:06.994Z[ recovery-image] May 28 09:03:05.580 INFO O| May 28 09:03:05.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69212026-05-28T09:03:06.994Z[ recovery-image] May 28 09:03:05.580 INFO O| May 28 09:03:05.580 INFO STEP 675 (remove_files) COMPLETE
69222026-05-28T09:03:06.997Z[ recovery-image] May 28 09:03:05.580 INFO O| May 28 09:03:05.580 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-05-28T09:03:07.003Z[ recovery-image] May 28 09:03:05.587 INFO O| May 28 09:03:05.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69242026-05-28T09:03:07.003Z[ recovery-image] May 28 09:03:05.587 INFO O| May 28 09:03:05.587 INFO STEP 676 (remove_files) COMPLETE
69252026-05-28T09:03:07.006Z[ recovery-image] May 28 09:03:05.587 INFO O| May 28 09:03:05.587 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-05-28T09:03:07.010Z[ recovery-image] May 28 09:03:05.596 INFO O| May 28 09:03:05.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69272026-05-28T09:03:07.010Z[ recovery-image] May 28 09:03:05.596 INFO O| May 28 09:03:05.596 INFO STEP 677 (remove_files) COMPLETE
69282026-05-28T09:03:07.010Z[ recovery-image] May 28 09:03:05.596 INFO O| May 28 09:03:05.596 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-05-28T09:03:07.019Z[ recovery-image] May 28 09:03:05.605 INFO O| May 28 09:03:05.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69302026-05-28T09:03:07.023Z[ recovery-image] May 28 09:03:05.606 INFO O| May 28 09:03:05.606 INFO STEP 678 (remove_files) COMPLETE
69312026-05-28T09:03:07.023Z[ recovery-image] May 28 09:03:05.606 INFO O| May 28 09:03:05.606 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-05-28T09:03:07.029Z[ recovery-image] May 28 09:03:05.615 INFO O| May 28 09:03:05.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69332026-05-28T09:03:07.029Z[ recovery-image] May 28 09:03:05.615 INFO O| May 28 09:03:05.615 INFO STEP 679 (remove_files) COMPLETE
69342026-05-28T09:03:07.029Z[ recovery-image] May 28 09:03:05.615 INFO O| May 28 09:03:05.615 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-05-28T09:03:07.038Z[ recovery-image] May 28 09:03:05.623 INFO O| May 28 09:03:05.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69362026-05-28T09:03:07.038Z[ recovery-image] May 28 09:03:05.623 INFO O| May 28 09:03:05.623 INFO STEP 680 (remove_files) COMPLETE
69372026-05-28T09:03:07.038Z[ recovery-image] May 28 09:03:05.623 INFO O| May 28 09:03:05.623 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-05-28T09:03:07.046Z[ recovery-image] May 28 09:03:05.632 INFO O| May 28 09:03:05.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69392026-05-28T09:03:07.047Z[ recovery-image] May 28 09:03:05.632 INFO O| May 28 09:03:05.632 INFO STEP 681 (remove_files) COMPLETE
69402026-05-28T09:03:07.047Z[ recovery-image] May 28 09:03:05.632 INFO O| May 28 09:03:05.632 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-05-28T09:03:07.056Z[ recovery-image] May 28 09:03:05.641 INFO O| May 28 09:03:05.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69422026-05-28T09:03:07.056Z[ recovery-image] May 28 09:03:05.641 INFO O| May 28 09:03:05.641 INFO STEP 682 (remove_files) COMPLETE
69432026-05-28T09:03:07.060Z[ recovery-image] May 28 09:03:05.641 INFO O| May 28 09:03:05.641 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-05-28T09:03:07.064Z[ recovery-image] May 28 09:03:05.650 INFO O| May 28 09:03:05.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69452026-05-28T09:03:07.064Z[ recovery-image] May 28 09:03:05.650 INFO O| May 28 09:03:05.650 INFO STEP 683 (remove_files) COMPLETE
69462026-05-28T09:03:07.067Z[ recovery-image] May 28 09:03:05.650 INFO O| May 28 09:03:05.650 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-05-28T09:03:07.072Z[ recovery-image] May 28 09:03:05.657 INFO O| May 28 09:03:05.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69482026-05-28T09:03:07.072Z[ recovery-image] May 28 09:03:05.658 INFO O| May 28 09:03:05.658 INFO STEP 684 (remove_files) COMPLETE
69492026-05-28T09:03:07.072Z[ recovery-image] May 28 09:03:05.658 INFO O| May 28 09:03:05.658 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-05-28T09:03:07.081Z[ recovery-image] May 28 09:03:05.666 INFO O| May 28 09:03:05.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69512026-05-28T09:03:07.081Z[ recovery-image] May 28 09:03:05.666 INFO O| May 28 09:03:05.666 INFO STEP 685 (remove_files) COMPLETE
69522026-05-28T09:03:07.084Z[ recovery-image] May 28 09:03:05.666 INFO O| May 28 09:03:05.666 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-05-28T09:03:07.088Z[ recovery-image] May 28 09:03:05.674 INFO O| May 28 09:03:05.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69542026-05-28T09:03:07.088Z[ recovery-image] May 28 09:03:05.674 INFO O| May 28 09:03:05.674 INFO STEP 686 (remove_files) COMPLETE
69552026-05-28T09:03:07.088Z[ recovery-image] May 28 09:03:05.674 INFO O| May 28 09:03:05.674 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-05-28T09:03:07.096Z[ recovery-image] May 28 09:03:05.682 INFO O| May 28 09:03:05.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69572026-05-28T09:03:07.096Z[ recovery-image] May 28 09:03:05.682 INFO O| May 28 09:03:05.682 INFO STEP 687 (remove_files) COMPLETE
69582026-05-28T09:03:07.096Z[ recovery-image] May 28 09:03:05.682 INFO O| May 28 09:03:05.682 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-05-28T09:03:07.104Z[ recovery-image] May 28 09:03:05.690 INFO O| May 28 09:03:05.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69602026-05-28T09:03:07.104Z[ recovery-image] May 28 09:03:05.690 INFO O| May 28 09:03:05.690 INFO STEP 688 (remove_files) COMPLETE
69612026-05-28T09:03:07.104Z[ recovery-image] May 28 09:03:05.690 INFO O| May 28 09:03:05.690 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-05-28T09:03:07.112Z[ recovery-image] May 28 09:03:05.698 INFO O| May 28 09:03:05.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69632026-05-28T09:03:07.112Z[ recovery-image] May 28 09:03:05.698 INFO O| May 28 09:03:05.698 INFO STEP 689 (remove_files) COMPLETE
69642026-05-28T09:03:07.112Z[ recovery-image] May 28 09:03:05.698 INFO O| May 28 09:03:05.698 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-05-28T09:03:07.121Z[ recovery-image] May 28 09:03:05.706 INFO O| May 28 09:03:05.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69662026-05-28T09:03:07.121Z[ recovery-image] May 28 09:03:05.706 INFO O| May 28 09:03:05.706 INFO STEP 690 (remove_files) COMPLETE
69672026-05-28T09:03:07.121Z[ recovery-image] May 28 09:03:05.706 INFO O| May 28 09:03:05.706 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-05-28T09:03:07.129Z[ recovery-image] May 28 09:03:05.715 INFO O| May 28 09:03:05.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69692026-05-28T09:03:07.129Z[ recovery-image] May 28 09:03:05.715 INFO O| May 28 09:03:05.715 INFO STEP 691 (remove_files) COMPLETE
69702026-05-28T09:03:07.133Z[ recovery-image] May 28 09:03:05.715 INFO O| May 28 09:03:05.715 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-05-28T09:03:07.138Z[ recovery-image] May 28 09:03:05.723 INFO O| May 28 09:03:05.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69722026-05-28T09:03:07.138Z[ recovery-image] May 28 09:03:05.723 INFO O| May 28 09:03:05.723 INFO STEP 692 (remove_files) COMPLETE
69732026-05-28T09:03:07.139Z[ recovery-image] May 28 09:03:05.723 INFO O| May 28 09:03:05.723 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-05-28T09:03:07.145Z[ recovery-image] May 28 09:03:05.731 INFO O| May 28 09:03:05.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69752026-05-28T09:03:07.146Z[ recovery-image] May 28 09:03:05.731 INFO O| May 28 09:03:05.731 INFO STEP 693 (remove_files) COMPLETE
69762026-05-28T09:03:07.149Z[ recovery-image] May 28 09:03:05.731 INFO O| May 28 09:03:05.731 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-05-28T09:03:07.154Z[ recovery-image] May 28 09:03:05.739 INFO O| May 28 09:03:05.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69782026-05-28T09:03:07.154Z[ recovery-image] May 28 09:03:05.740 INFO O| May 28 09:03:05.740 INFO STEP 694 (remove_files) COMPLETE
69792026-05-28T09:03:07.154Z[ recovery-image] May 28 09:03:05.740 INFO O| May 28 09:03:05.740 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-05-28T09:03:07.163Z[ recovery-image] May 28 09:03:05.749 INFO O| May 28 09:03:05.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69812026-05-28T09:03:07.163Z[ recovery-image] May 28 09:03:05.749 INFO O| May 28 09:03:05.749 INFO STEP 695 (remove_files) COMPLETE
69822026-05-28T09:03:07.166Z[ recovery-image] May 28 09:03:05.749 INFO O| May 28 09:03:05.749 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-05-28T09:03:07.172Z[ recovery-image] May 28 09:03:05.757 INFO O| May 28 09:03:05.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69842026-05-28T09:03:07.172Z[ recovery-image] May 28 09:03:05.758 INFO O| May 28 09:03:05.758 INFO STEP 696 (remove_files) COMPLETE
69852026-05-28T09:03:07.172Z[ recovery-image] May 28 09:03:05.758 INFO O| May 28 09:03:05.758 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-05-28T09:03:07.181Z[ recovery-image] May 28 09:03:05.767 INFO O| May 28 09:03:05.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69872026-05-28T09:03:07.181Z[ recovery-image] May 28 09:03:05.767 INFO O| May 28 09:03:05.767 INFO STEP 697 (remove_files) COMPLETE
69882026-05-28T09:03:07.184Z[ recovery-image] May 28 09:03:05.767 INFO O| May 28 09:03:05.767 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-05-28T09:03:07.190Z[ recovery-image] May 28 09:03:05.776 INFO O| May 28 09:03:05.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69902026-05-28T09:03:07.190Z[ recovery-image] May 28 09:03:05.776 INFO O| May 28 09:03:05.776 INFO STEP 698 (remove_files) COMPLETE
69912026-05-28T09:03:07.193Z[ recovery-image] May 28 09:03:05.776 INFO O| May 28 09:03:05.776 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-05-28T09:03:07.199Z[ recovery-image] May 28 09:03:05.785 INFO O| May 28 09:03:05.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69932026-05-28T09:03:07.199Z[ recovery-image] May 28 09:03:05.785 INFO O| May 28 09:03:05.785 INFO STEP 699 (remove_files) COMPLETE
69942026-05-28T09:03:07.199Z[ recovery-image] May 28 09:03:05.785 INFO O| May 28 09:03:05.785 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-05-28T09:03:07.208Z[ recovery-image] May 28 09:03:05.794 INFO O| May 28 09:03:05.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69962026-05-28T09:03:07.208Z[ recovery-image] May 28 09:03:05.794 INFO O| May 28 09:03:05.794 INFO STEP 700 (remove_files) COMPLETE
69972026-05-28T09:03:07.208Z[ recovery-image] May 28 09:03:05.794 INFO O| May 28 09:03:05.794 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-05-28T09:03:07.217Z[ recovery-image] May 28 09:03:05.802 INFO O| May 28 09:03:05.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69992026-05-28T09:03:07.217Z[ recovery-image] May 28 09:03:05.803 INFO O| May 28 09:03:05.803 INFO STEP 701 (remove_files) COMPLETE
70002026-05-28T09:03:07.220Z[ recovery-image] May 28 09:03:05.803 INFO O| May 28 09:03:05.803 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-05-28T09:03:07.226Z[ recovery-image] May 28 09:03:05.812 INFO O| May 28 09:03:05.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70022026-05-28T09:03:07.226Z[ recovery-image] May 28 09:03:05.812 INFO O| May 28 09:03:05.812 INFO STEP 702 (remove_files) COMPLETE
70032026-05-28T09:03:07.226Z[ recovery-image] May 28 09:03:05.812 INFO O| May 28 09:03:05.812 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-05-28T09:03:07.236Z[ recovery-image] May 28 09:03:05.821 INFO O| May 28 09:03:05.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70052026-05-28T09:03:07.236Z[ recovery-image] May 28 09:03:05.821 INFO O| May 28 09:03:05.821 INFO STEP 703 (remove_files) COMPLETE
70062026-05-28T09:03:07.236Z[ recovery-image] May 28 09:03:05.821 INFO O| May 28 09:03:05.821 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-05-28T09:03:07.245Z[ recovery-image] May 28 09:03:05.831 INFO O| May 28 09:03:05.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70082026-05-28T09:03:07.245Z[ recovery-image] May 28 09:03:05.831 INFO O| May 28 09:03:05.831 INFO STEP 704 (remove_files) COMPLETE
70092026-05-28T09:03:07.245Z[ recovery-image] May 28 09:03:05.831 INFO O| May 28 09:03:05.831 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-05-28T09:03:07.255Z[ recovery-image] May 28 09:03:05.840 INFO O| May 28 09:03:05.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70112026-05-28T09:03:07.255Z[ recovery-image] May 28 09:03:05.840 INFO O| May 28 09:03:05.840 INFO STEP 705 (remove_files) COMPLETE
70122026-05-28T09:03:07.255Z[ recovery-image] May 28 09:03:05.840 INFO O| May 28 09:03:05.840 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-05-28T09:03:07.264Z[ recovery-image] May 28 09:03:05.849 INFO O| May 28 09:03:05.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70142026-05-28T09:03:07.264Z[ recovery-image] May 28 09:03:05.849 INFO O| May 28 09:03:05.849 INFO STEP 706 (remove_files) COMPLETE
70152026-05-28T09:03:07.267Z[ recovery-image] May 28 09:03:05.849 INFO O| May 28 09:03:05.849 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-05-28T09:03:07.273Z[ recovery-image] May 28 09:03:05.858 INFO O| May 28 09:03:05.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70172026-05-28T09:03:07.273Z[ recovery-image] May 28 09:03:05.858 INFO O| May 28 09:03:05.858 INFO STEP 707 (remove_files) COMPLETE
70182026-05-28T09:03:07.276Z[ recovery-image] May 28 09:03:05.858 INFO O| May 28 09:03:05.858 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-05-28T09:03:07.283Z[ recovery-image] May 28 09:03:05.867 INFO O| May 28 09:03:05.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70202026-05-28T09:03:07.283Z[ recovery-image] May 28 09:03:05.867 INFO O| May 28 09:03:05.867 INFO STEP 708 (remove_files) COMPLETE
70212026-05-28T09:03:07.283Z[ recovery-image] May 28 09:03:05.867 INFO O| May 28 09:03:05.867 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-05-28T09:03:07.290Z[ recovery-image] May 28 09:03:05.876 INFO O| May 28 09:03:05.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70232026-05-28T09:03:07.290Z[ recovery-image] May 28 09:03:05.876 INFO O| May 28 09:03:05.876 INFO STEP 709 (remove_files) COMPLETE
70242026-05-28T09:03:07.293Z[ recovery-image] May 28 09:03:05.876 INFO O| May 28 09:03:05.876 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-05-28T09:03:07.299Z[ recovery-image] May 28 09:03:05.885 INFO O| May 28 09:03:05.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70262026-05-28T09:03:07.299Z[ recovery-image] May 28 09:03:05.885 INFO O| May 28 09:03:05.885 INFO STEP 710 (remove_files) COMPLETE
70272026-05-28T09:03:07.299Z[ recovery-image] May 28 09:03:05.885 INFO O| May 28 09:03:05.885 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-05-28T09:03:07.307Z[ recovery-image] May 28 09:03:05.893 INFO O| May 28 09:03:05.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70292026-05-28T09:03:07.308Z[ recovery-image] May 28 09:03:05.893 INFO O| May 28 09:03:05.893 INFO STEP 711 (remove_files) COMPLETE
70302026-05-28T09:03:07.311Z[ recovery-image] May 28 09:03:05.893 INFO O| May 28 09:03:05.893 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-05-28T09:03:07.315Z[ recovery-image] May 28 09:03:05.901 INFO O| May 28 09:03:05.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70322026-05-28T09:03:07.315Z[ recovery-image] May 28 09:03:05.901 INFO O| May 28 09:03:05.901 INFO STEP 712 (remove_files) COMPLETE
70332026-05-28T09:03:07.319Z[ recovery-image] May 28 09:03:05.901 INFO O| May 28 09:03:05.901 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-05-28T09:03:07.324Z[ recovery-image] May 28 09:03:05.910 INFO O| May 28 09:03:05.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70352026-05-28T09:03:07.324Z[ recovery-image] May 28 09:03:05.910 INFO O| May 28 09:03:05.910 INFO STEP 713 (remove_files) COMPLETE
70362026-05-28T09:03:07.328Z[ recovery-image] May 28 09:03:05.910 INFO O| May 28 09:03:05.910 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-05-28T09:03:07.332Z[ recovery-image] May 28 09:03:05.918 INFO O| May 28 09:03:05.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70382026-05-28T09:03:07.332Z[ recovery-image] May 28 09:03:05.918 INFO O| May 28 09:03:05.918 INFO STEP 714 (remove_files) COMPLETE
70392026-05-28T09:03:07.333Z[ recovery-image] May 28 09:03:05.918 INFO O| May 28 09:03:05.918 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-05-28T09:03:07.341Z[ recovery-image] May 28 09:03:05.927 INFO O| May 28 09:03:05.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70412026-05-28T09:03:07.341Z[ recovery-image] May 28 09:03:05.927 INFO O| May 28 09:03:05.927 INFO STEP 715 (remove_files) COMPLETE
70422026-05-28T09:03:07.344Z[ recovery-image] May 28 09:03:05.927 INFO O| May 28 09:03:05.927 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-05-28T09:03:07.349Z[ recovery-image] May 28 09:03:05.935 INFO O| May 28 09:03:05.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70442026-05-28T09:03:07.349Z[ recovery-image] May 28 09:03:05.935 INFO O| May 28 09:03:05.935 INFO STEP 716 (remove_files) COMPLETE
70452026-05-28T09:03:07.352Z[ recovery-image] May 28 09:03:05.935 INFO O| May 28 09:03:05.935 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-05-28T09:03:07.357Z[ recovery-image] May 28 09:03:05.943 INFO O| May 28 09:03:05.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70472026-05-28T09:03:07.358Z[ recovery-image] May 28 09:03:05.943 INFO O| May 28 09:03:05.943 INFO STEP 717 (remove_files) COMPLETE
70482026-05-28T09:03:07.361Z[ recovery-image] May 28 09:03:05.943 INFO O| May 28 09:03:05.943 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-05-28T09:03:07.381Z[ recovery-image] May 28 09:03:05.952 INFO O| May 28 09:03:05.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70502026-05-28T09:03:07.381Z[ recovery-image] May 28 09:03:05.952 INFO O| May 28 09:03:05.952 INFO STEP 718 (remove_files) COMPLETE
70512026-05-28T09:03:07.381Z[ recovery-image] May 28 09:03:05.952 INFO O| May 28 09:03:05.952 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-05-28T09:03:07.381Z[ recovery-image] May 28 09:03:05.961 INFO O| May 28 09:03:05.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70532026-05-28T09:03:07.381Z[ recovery-image] May 28 09:03:05.962 INFO O| May 28 09:03:05.962 INFO STEP 719 (remove_files) COMPLETE
70542026-05-28T09:03:07.381Z[ recovery-image] May 28 09:03:05.962 INFO O| May 28 09:03:05.962 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-05-28T09:03:07.385Z[ recovery-image] May 28 09:03:05.971 INFO O| May 28 09:03:05.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70562026-05-28T09:03:07.385Z[ recovery-image] May 28 09:03:05.971 INFO O| May 28 09:03:05.971 INFO STEP 720 (remove_files) COMPLETE
70572026-05-28T09:03:07.385Z[ recovery-image] May 28 09:03:05.971 INFO O| May 28 09:03:05.971 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-05-28T09:03:07.393Z[ recovery-image] May 28 09:03:05.979 INFO O| May 28 09:03:05.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70592026-05-28T09:03:07.393Z[ recovery-image] May 28 09:03:05.979 INFO O| May 28 09:03:05.979 INFO STEP 721 (remove_files) COMPLETE
70602026-05-28T09:03:07.393Z[ recovery-image] May 28 09:03:05.979 INFO O| May 28 09:03:05.979 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-05-28T09:03:07.401Z[ recovery-image] May 28 09:03:05.987 INFO O| May 28 09:03:05.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70622026-05-28T09:03:07.401Z[ recovery-image] May 28 09:03:05.987 INFO O| May 28 09:03:05.987 INFO STEP 722 (remove_files) COMPLETE
70632026-05-28T09:03:07.401Z[ recovery-image] May 28 09:03:05.987 INFO O| May 28 09:03:05.987 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-05-28T09:03:07.410Z[ recovery-image] May 28 09:03:05.995 INFO O| May 28 09:03:05.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70652026-05-28T09:03:07.410Z[ recovery-image] May 28 09:03:05.995 INFO O| May 28 09:03:05.995 INFO STEP 723 (remove_files) COMPLETE
70662026-05-28T09:03:07.413Z[ recovery-image] May 28 09:03:05.995 INFO O| May 28 09:03:05.995 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-05-28T09:03:07.418Z[ recovery-image] May 28 09:03:06.004 INFO O| May 28 09:03:06.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70682026-05-28T09:03:07.418Z[ recovery-image] May 28 09:03:06.004 INFO O| May 28 09:03:06.004 INFO STEP 724 (remove_files) COMPLETE
70692026-05-28T09:03:07.421Z[ recovery-image] May 28 09:03:06.004 INFO O| May 28 09:03:06.004 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-05-28T09:03:07.427Z[ recovery-image] May 28 09:03:06.012 INFO O| May 28 09:03:06.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70712026-05-28T09:03:07.427Z[ recovery-image] May 28 09:03:06.012 INFO O| May 28 09:03:06.012 INFO STEP 725 (remove_files) COMPLETE
70722026-05-28T09:03:07.427Z[ recovery-image] May 28 09:03:06.012 INFO O| May 28 09:03:06.012 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-05-28T09:03:07.433Z[ recovery-image] May 28 09:03:06.019 INFO O| May 28 09:03:06.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70742026-05-28T09:03:07.433Z[ recovery-image] May 28 09:03:06.019 INFO O| May 28 09:03:06.019 INFO STEP 726 (remove_files) COMPLETE
70752026-05-28T09:03:07.433Z[ recovery-image] May 28 09:03:06.019 INFO O| May 28 09:03:06.019 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-05-28T09:03:07.441Z[ recovery-image] May 28 09:03:06.027 INFO O| May 28 09:03:06.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70772026-05-28T09:03:07.441Z[ recovery-image] May 28 09:03:06.027 INFO O| May 28 09:03:06.027 INFO STEP 727 (remove_files) COMPLETE
70782026-05-28T09:03:07.441Z[ recovery-image] May 28 09:03:06.027 INFO O| May 28 09:03:06.027 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-05-28T09:03:07.449Z[ recovery-image] May 28 09:03:06.035 INFO O| May 28 09:03:06.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70802026-05-28T09:03:07.449Z[ recovery-image] May 28 09:03:06.035 INFO O| May 28 09:03:06.035 INFO STEP 728 (remove_files) COMPLETE
70812026-05-28T09:03:07.449Z[ recovery-image] May 28 09:03:06.035 INFO O| May 28 09:03:06.035 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-05-28T09:03:07.458Z[ recovery-image] May 28 09:03:06.043 INFO O| May 28 09:03:06.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70832026-05-28T09:03:07.458Z[ recovery-image] May 28 09:03:06.043 INFO O| May 28 09:03:06.043 INFO STEP 729 (remove_files) COMPLETE
70842026-05-28T09:03:07.458Z[ recovery-image] May 28 09:03:06.043 INFO O| May 28 09:03:06.043 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-05-28T09:03:07.466Z[ recovery-image] May 28 09:03:06.052 INFO O| May 28 09:03:06.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70862026-05-28T09:03:07.467Z[ recovery-image] May 28 09:03:06.052 INFO O| May 28 09:03:06.052 INFO STEP 730 (remove_files) COMPLETE
70872026-05-28T09:03:07.467Z[ recovery-image] May 28 09:03:06.052 INFO O| May 28 09:03:06.052 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-05-28T09:03:07.479Z[ recovery-image] May 28 09:03:06.065 INFO O| May 28 09:03:06.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70892026-05-28T09:03:07.479Z[ recovery-image] May 28 09:03:06.065 INFO O| May 28 09:03:06.065 INFO STEP 731 (remove_files) COMPLETE
70902026-05-28T09:03:07.479Z[ recovery-image] May 28 09:03:06.065 INFO O| May 28 09:03:06.065 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-05-28T09:03:07.498Z[ recovery-image] May 28 09:03:06.083 INFO O| May 28 09:03:06.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70922026-05-28T09:03:07.498Z[ recovery-image] May 28 09:03:06.083 INFO O| May 28 09:03:06.083 INFO STEP 732 (remove_files) COMPLETE
70932026-05-28T09:03:07.501Z[ recovery-image] May 28 09:03:06.083 INFO O| May 28 09:03:06.083 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-05-28T09:03:07.508Z[ recovery-image] May 28 09:03:06.094 INFO O| May 28 09:03:06.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70952026-05-28T09:03:07.513Z[ recovery-image] May 28 09:03:06.094 INFO O| May 28 09:03:06.094 INFO STEP 733 (remove_files) COMPLETE
70962026-05-28T09:03:07.513Z[ recovery-image] May 28 09:03:06.094 INFO O| May 28 09:03:06.094 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-05-28T09:03:07.517Z[ recovery-image] May 28 09:03:06.103 INFO O| May 28 09:03:06.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70982026-05-28T09:03:07.517Z[ recovery-image] May 28 09:03:06.103 INFO O| May 28 09:03:06.103 INFO STEP 734 (remove_files) COMPLETE
70992026-05-28T09:03:07.518Z[ recovery-image] May 28 09:03:06.103 INFO O| May 28 09:03:06.103 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-05-28T09:03:07.527Z[ recovery-image] May 28 09:03:06.113 INFO O| May 28 09:03:06.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71012026-05-28T09:03:07.527Z[ recovery-image] May 28 09:03:06.113 INFO O| May 28 09:03:06.113 INFO STEP 735 (remove_files) COMPLETE
71022026-05-28T09:03:07.528Z[ recovery-image] May 28 09:03:06.113 INFO O| May 28 09:03:06.113 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-05-28T09:03:07.538Z[ recovery-image] May 28 09:03:06.123 INFO O| May 28 09:03:06.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71042026-05-28T09:03:07.538Z[ recovery-image] May 28 09:03:06.123 INFO O| May 28 09:03:06.123 INFO STEP 736 (remove_files) COMPLETE
71052026-05-28T09:03:07.538Z[ recovery-image] May 28 09:03:06.123 INFO O| May 28 09:03:06.123 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-05-28T09:03:07.548Z[ recovery-image] May 28 09:03:06.133 INFO O| May 28 09:03:06.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71072026-05-28T09:03:07.548Z[ recovery-image] May 28 09:03:06.134 INFO O| May 28 09:03:06.134 INFO STEP 737 (remove_files) COMPLETE
71082026-05-28T09:03:07.551Z[ recovery-image] May 28 09:03:06.134 INFO O| May 28 09:03:06.134 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-05-28T09:03:07.557Z[ recovery-image] May 28 09:03:06.143 INFO O| May 28 09:03:06.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71102026-05-28T09:03:07.557Z[ recovery-image] May 28 09:03:06.143 INFO O| May 28 09:03:06.143 INFO STEP 738 (remove_files) COMPLETE
71112026-05-28T09:03:07.562Z[ recovery-image] May 28 09:03:06.143 INFO O| May 28 09:03:06.143 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-05-28T09:03:07.567Z[ recovery-image] May 28 09:03:06.153 INFO O| May 28 09:03:06.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71132026-05-28T09:03:07.567Z[ recovery-image] May 28 09:03:06.153 INFO O| May 28 09:03:06.153 INFO STEP 739 (remove_files) COMPLETE
71142026-05-28T09:03:07.571Z[ recovery-image] May 28 09:03:06.153 INFO O| May 28 09:03:06.153 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-05-28T09:03:07.577Z[ recovery-image] May 28 09:03:06.163 INFO O| May 28 09:03:06.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71162026-05-28T09:03:07.577Z[ recovery-image] May 28 09:03:06.163 INFO O| May 28 09:03:06.163 INFO STEP 740 (remove_files) COMPLETE
71172026-05-28T09:03:07.580Z[ recovery-image] May 28 09:03:06.163 INFO O| May 28 09:03:06.163 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-05-28T09:03:07.586Z[ recovery-image] May 28 09:03:06.172 INFO O| May 28 09:03:06.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71192026-05-28T09:03:07.586Z[ recovery-image] May 28 09:03:06.172 INFO O| May 28 09:03:06.172 INFO STEP 741 (remove_files) COMPLETE
71202026-05-28T09:03:07.590Z[ recovery-image] May 28 09:03:06.172 INFO O| May 28 09:03:06.172 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-05-28T09:03:07.595Z[ recovery-image] May 28 09:03:06.181 INFO O| May 28 09:03:06.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71222026-05-28T09:03:07.595Z[ recovery-image] May 28 09:03:06.181 INFO O| May 28 09:03:06.181 INFO STEP 742 (remove_files) COMPLETE
71232026-05-28T09:03:07.599Z[ recovery-image] May 28 09:03:06.181 INFO O| May 28 09:03:06.181 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-05-28T09:03:07.605Z[ recovery-image] May 28 09:03:06.190 INFO O| May 28 09:03:06.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71252026-05-28T09:03:07.605Z[ recovery-image] May 28 09:03:06.190 INFO O| May 28 09:03:06.190 INFO STEP 743 (remove_files) COMPLETE
71262026-05-28T09:03:07.608Z[ recovery-image] May 28 09:03:06.190 INFO O| May 28 09:03:06.190 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-05-28T09:03:07.613Z[ recovery-image] May 28 09:03:06.199 INFO O| May 28 09:03:06.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71282026-05-28T09:03:07.613Z[ recovery-image] May 28 09:03:06.199 INFO O| May 28 09:03:06.199 INFO STEP 744 (remove_files) COMPLETE
71292026-05-28T09:03:07.617Z[ recovery-image] May 28 09:03:06.199 INFO O| May 28 09:03:06.199 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-05-28T09:03:07.622Z[ recovery-image] May 28 09:03:06.208 INFO O| May 28 09:03:06.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71312026-05-28T09:03:07.622Z[ recovery-image] May 28 09:03:06.208 INFO O| May 28 09:03:06.208 INFO STEP 745 (remove_files) COMPLETE
71322026-05-28T09:03:07.625Z[ recovery-image] May 28 09:03:06.208 INFO O| May 28 09:03:06.208 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-05-28T09:03:07.630Z[ recovery-image] May 28 09:03:06.216 INFO O| May 28 09:03:06.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71342026-05-28T09:03:07.630Z[ recovery-image] May 28 09:03:06.216 INFO O| May 28 09:03:06.216 INFO STEP 746 (remove_files) COMPLETE
71352026-05-28T09:03:07.633Z[ recovery-image] May 28 09:03:06.216 INFO O| May 28 09:03:06.216 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-05-28T09:03:07.639Z[ recovery-image] May 28 09:03:06.225 INFO O| May 28 09:03:06.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71372026-05-28T09:03:07.639Z[ recovery-image] May 28 09:03:06.225 INFO O| May 28 09:03:06.225 INFO STEP 747 (remove_files) COMPLETE
71382026-05-28T09:03:07.642Z[ recovery-image] May 28 09:03:06.225 INFO O| May 28 09:03:06.225 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-05-28T09:03:07.647Z[ recovery-image] May 28 09:03:06.233 INFO O| May 28 09:03:06.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71402026-05-28T09:03:07.647Z[ recovery-image] May 28 09:03:06.233 INFO O| May 28 09:03:06.233 INFO STEP 748 (remove_files) COMPLETE
71412026-05-28T09:03:07.651Z[ recovery-image] May 28 09:03:06.233 INFO O| May 28 09:03:06.233 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-05-28T09:03:07.655Z[ recovery-image] May 28 09:03:06.241 INFO O| May 28 09:03:06.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71432026-05-28T09:03:07.655Z[ recovery-image] May 28 09:03:06.241 INFO O| May 28 09:03:06.241 INFO STEP 749 (remove_files) COMPLETE
71442026-05-28T09:03:07.658Z[ recovery-image] May 28 09:03:06.241 INFO O| May 28 09:03:06.241 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-05-28T09:03:07.670Z[ recovery-image] May 28 09:03:06.250 INFO O| May 28 09:03:06.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71462026-05-28T09:03:07.670Z[ recovery-image] May 28 09:03:06.250 INFO O| May 28 09:03:06.250 INFO STEP 750 (remove_files) COMPLETE
71472026-05-28T09:03:07.670Z[ recovery-image] May 28 09:03:06.250 INFO O| May 28 09:03:06.250 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-05-28T09:03:07.674Z[ recovery-image] May 28 09:03:06.258 INFO O| May 28 09:03:06.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71492026-05-28T09:03:07.674Z[ recovery-image] May 28 09:03:06.258 INFO O| May 28 09:03:06.258 INFO STEP 751 (remove_files) COMPLETE
71502026-05-28T09:03:07.674Z[ recovery-image] May 28 09:03:06.258 INFO O| May 28 09:03:06.258 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-05-28T09:03:07.681Z[ recovery-image] May 28 09:03:06.267 INFO O| May 28 09:03:06.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71522026-05-28T09:03:07.681Z[ recovery-image] May 28 09:03:06.267 INFO O| May 28 09:03:06.267 INFO STEP 752 (remove_files) COMPLETE
71532026-05-28T09:03:07.685Z[ recovery-image] May 28 09:03:06.267 INFO O| May 28 09:03:06.267 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-05-28T09:03:07.690Z[ recovery-image] May 28 09:03:06.276 INFO O| May 28 09:03:06.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71552026-05-28T09:03:07.690Z[ recovery-image] May 28 09:03:06.276 INFO O| May 28 09:03:06.276 INFO STEP 753 (remove_files) COMPLETE
71562026-05-28T09:03:07.693Z[ recovery-image] May 28 09:03:06.276 INFO O| May 28 09:03:06.276 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-05-28T09:03:07.698Z[ recovery-image] May 28 09:03:06.284 INFO O| May 28 09:03:06.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71582026-05-28T09:03:07.699Z[ recovery-image] May 28 09:03:06.284 INFO O| May 28 09:03:06.284 INFO STEP 754 (remove_files) COMPLETE
71592026-05-28T09:03:07.702Z[ recovery-image] May 28 09:03:06.284 INFO O| May 28 09:03:06.284 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-05-28T09:03:07.722Z[ recovery-image] May 28 09:03:06.307 INFO O| May 28 09:03:06.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71612026-05-28T09:03:07.722Z[ recovery-image] May 28 09:03:06.307 INFO O| May 28 09:03:06.307 INFO STEP 755 (remove_files) COMPLETE
71622026-05-28T09:03:07.725Z[ recovery-image] May 28 09:03:06.307 INFO O| May 28 09:03:06.307 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-05-28T09:03:07.730Z[ recovery-image] May 28 09:03:06.316 INFO O| May 28 09:03:06.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71642026-05-28T09:03:07.730Z[ recovery-image] May 28 09:03:06.316 INFO O| May 28 09:03:06.316 INFO STEP 756 (remove_files) COMPLETE
71652026-05-28T09:03:07.733Z[ recovery-image] May 28 09:03:06.316 INFO O| May 28 09:03:06.316 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-05-28T09:03:07.737Z[ recovery-image] May 28 09:03:06.323 INFO O| May 28 09:03:06.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71672026-05-28T09:03:07.737Z[ recovery-image] May 28 09:03:06.323 INFO O| May 28 09:03:06.323 INFO STEP 757 (remove_files) COMPLETE
71682026-05-28T09:03:07.737Z[ recovery-image] May 28 09:03:06.323 INFO O| May 28 09:03:06.323 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-05-28T09:03:07.744Z[ recovery-image] May 28 09:03:06.330 INFO O| May 28 09:03:06.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71702026-05-28T09:03:07.744Z[ recovery-image] May 28 09:03:06.330 INFO O| May 28 09:03:06.330 INFO STEP 758 (remove_files) COMPLETE
71712026-05-28T09:03:07.744Z[ recovery-image] May 28 09:03:06.330 INFO O| May 28 09:03:06.330 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-05-28T09:03:07.751Z[ recovery-image] May 28 09:03:06.337 INFO O| May 28 09:03:06.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71732026-05-28T09:03:07.751Z[ recovery-image] May 28 09:03:06.337 INFO O| May 28 09:03:06.337 INFO STEP 759 (remove_files) COMPLETE
71742026-05-28T09:03:07.755Z[ recovery-image] May 28 09:03:06.337 INFO O| May 28 09:03:06.337 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-05-28T09:03:07.758Z[ recovery-image] May 28 09:03:06.344 INFO O| May 28 09:03:06.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71762026-05-28T09:03:07.758Z[ recovery-image] May 28 09:03:06.344 INFO O| May 28 09:03:06.344 INFO STEP 760 (remove_files) COMPLETE
71772026-05-28T09:03:07.758Z[ recovery-image] May 28 09:03:06.344 INFO O| May 28 09:03:06.344 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-05-28T09:03:07.765Z[ recovery-image] May 28 09:03:06.350 INFO O| May 28 09:03:06.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71792026-05-28T09:03:07.765Z[ recovery-image] May 28 09:03:06.350 INFO O| May 28 09:03:06.350 INFO STEP 761 (remove_files) COMPLETE
71802026-05-28T09:03:07.768Z[ recovery-image] May 28 09:03:06.350 INFO O| May 28 09:03:06.350 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-05-28T09:03:07.772Z[ recovery-image] May 28 09:03:06.358 INFO O| May 28 09:03:06.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71822026-05-28T09:03:07.772Z[ recovery-image] May 28 09:03:06.358 INFO O| May 28 09:03:06.358 INFO STEP 762 (remove_files) COMPLETE
71832026-05-28T09:03:07.776Z[ recovery-image] May 28 09:03:06.358 INFO O| May 28 09:03:06.358 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-05-28T09:03:07.780Z[ recovery-image] May 28 09:03:06.366 INFO O| May 28 09:03:06.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71852026-05-28T09:03:07.780Z[ recovery-image] May 28 09:03:06.366 INFO O| May 28 09:03:06.366 INFO STEP 763 (remove_files) COMPLETE
71862026-05-28T09:03:07.784Z[ recovery-image] May 28 09:03:06.366 INFO O| May 28 09:03:06.366 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-05-28T09:03:07.790Z[ recovery-image] May 28 09:03:06.376 INFO O| May 28 09:03:06.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71882026-05-28T09:03:07.790Z[ recovery-image] May 28 09:03:06.376 INFO O| May 28 09:03:06.376 INFO STEP 764 (remove_files) COMPLETE
71892026-05-28T09:03:07.790Z[ recovery-image] May 28 09:03:06.376 INFO O| May 28 09:03:06.376 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-05-28T09:03:07.799Z[ recovery-image] May 28 09:03:06.385 INFO O| May 28 09:03:06.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71912026-05-28T09:03:07.799Z[ recovery-image] May 28 09:03:06.385 INFO O| May 28 09:03:06.385 INFO STEP 765 (remove_files) COMPLETE
71922026-05-28T09:03:07.799Z[ recovery-image] May 28 09:03:06.385 INFO O| May 28 09:03:06.385 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-05-28T09:03:07.808Z[ recovery-image] May 28 09:03:06.394 INFO O| May 28 09:03:06.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71942026-05-28T09:03:07.808Z[ recovery-image] May 28 09:03:06.394 INFO O| May 28 09:03:06.394 INFO STEP 766 (remove_files) COMPLETE
71952026-05-28T09:03:07.808Z[ recovery-image] May 28 09:03:06.394 INFO O| May 28 09:03:06.394 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-05-28T09:03:07.817Z[ recovery-image] May 28 09:03:06.403 INFO O| May 28 09:03:06.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71972026-05-28T09:03:07.817Z[ recovery-image] May 28 09:03:06.403 INFO O| May 28 09:03:06.403 INFO STEP 767 (remove_files) COMPLETE
71982026-05-28T09:03:07.817Z[ recovery-image] May 28 09:03:06.403 INFO O| May 28 09:03:06.403 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-05-28T09:03:07.826Z[ recovery-image] May 28 09:03:06.412 INFO O| May 28 09:03:06.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72002026-05-28T09:03:07.826Z[ recovery-image] May 28 09:03:06.412 INFO O| May 28 09:03:06.412 INFO STEP 768 (remove_files) COMPLETE
72012026-05-28T09:03:07.829Z[ recovery-image] May 28 09:03:06.412 INFO O| May 28 09:03:06.412 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-05-28T09:03:07.835Z[ recovery-image] May 28 09:03:06.420 INFO O| May 28 09:03:06.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72032026-05-28T09:03:07.835Z[ recovery-image] May 28 09:03:06.420 INFO O| May 28 09:03:06.420 INFO STEP 769 (remove_files) COMPLETE
72042026-05-28T09:03:07.835Z[ recovery-image] May 28 09:03:06.420 INFO O| May 28 09:03:06.420 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-05-28T09:03:07.844Z[ recovery-image] May 28 09:03:06.430 INFO O| May 28 09:03:06.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72062026-05-28T09:03:07.847Z[ recovery-image] May 28 09:03:06.430 INFO O| May 28 09:03:06.430 INFO STEP 770 (remove_files) COMPLETE
72072026-05-28T09:03:07.847Z[ recovery-image] May 28 09:03:06.430 INFO O| May 28 09:03:06.430 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-05-28T09:03:07.852Z[ recovery-image] May 28 09:03:06.438 INFO O| May 28 09:03:06.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72092026-05-28T09:03:07.852Z[ recovery-image] May 28 09:03:06.438 INFO O| May 28 09:03:06.438 INFO STEP 771 (remove_files) COMPLETE
72102026-05-28T09:03:07.852Z[ recovery-image] May 28 09:03:06.438 INFO O| May 28 09:03:06.438 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-05-28T09:03:07.861Z[ recovery-image] May 28 09:03:06.447 INFO O| May 28 09:03:06.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72122026-05-28T09:03:07.861Z[ recovery-image] May 28 09:03:06.447 INFO O| May 28 09:03:06.447 INFO STEP 772 (remove_files) COMPLETE
72132026-05-28T09:03:07.864Z[ recovery-image] May 28 09:03:06.447 INFO O| May 28 09:03:06.447 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-05-28T09:03:07.871Z[ recovery-image] May 28 09:03:06.456 INFO O| May 28 09:03:06.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72152026-05-28T09:03:07.871Z[ recovery-image] May 28 09:03:06.457 INFO O| May 28 09:03:06.457 INFO STEP 773 (remove_files) COMPLETE
72162026-05-28T09:03:07.874Z[ recovery-image] May 28 09:03:06.457 INFO O| May 28 09:03:06.457 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-05-28T09:03:07.880Z[ recovery-image] May 28 09:03:06.466 INFO O| May 28 09:03:06.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72182026-05-28T09:03:07.880Z[ recovery-image] May 28 09:03:06.466 INFO O| May 28 09:03:06.466 INFO STEP 774 (remove_files) COMPLETE
72192026-05-28T09:03:07.880Z[ recovery-image] May 28 09:03:06.466 INFO O| May 28 09:03:06.466 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-05-28T09:03:07.889Z[ recovery-image] May 28 09:03:06.475 INFO O| May 28 09:03:06.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72212026-05-28T09:03:07.889Z[ recovery-image] May 28 09:03:06.475 INFO O| May 28 09:03:06.475 INFO STEP 775 (remove_files) COMPLETE
72222026-05-28T09:03:07.889Z[ recovery-image] May 28 09:03:06.475 INFO O| May 28 09:03:06.475 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-05-28T09:03:07.897Z[ recovery-image] May 28 09:03:06.483 INFO O| May 28 09:03:06.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72242026-05-28T09:03:07.897Z[ recovery-image] May 28 09:03:06.483 INFO O| May 28 09:03:06.483 INFO STEP 776 (remove_files) COMPLETE
72252026-05-28T09:03:07.897Z[ recovery-image] May 28 09:03:06.483 INFO O| May 28 09:03:06.483 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-05-28T09:03:07.905Z[ recovery-image] May 28 09:03:06.491 INFO O| May 28 09:03:06.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72272026-05-28T09:03:07.905Z[ recovery-image] May 28 09:03:06.491 INFO O| May 28 09:03:06.491 INFO STEP 777 (remove_files) COMPLETE
72282026-05-28T09:03:07.905Z[ recovery-image] May 28 09:03:06.491 INFO O| May 28 09:03:06.491 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-05-28T09:03:07.913Z[ recovery-image] May 28 09:03:06.499 INFO O| May 28 09:03:06.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72302026-05-28T09:03:07.917Z[ recovery-image] May 28 09:03:06.500 INFO O| May 28 09:03:06.500 INFO STEP 778 (remove_files) COMPLETE
72312026-05-28T09:03:07.917Z[ recovery-image] May 28 09:03:06.500 INFO O| May 28 09:03:06.500 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-05-28T09:03:07.923Z[ recovery-image] May 28 09:03:06.509 INFO O| May 28 09:03:06.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72332026-05-28T09:03:07.923Z[ recovery-image] May 28 09:03:06.509 INFO O| May 28 09:03:06.509 INFO STEP 779 (remove_files) COMPLETE
72342026-05-28T09:03:07.923Z[ recovery-image] May 28 09:03:06.509 INFO O| May 28 09:03:06.509 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-05-28T09:03:07.932Z[ recovery-image] May 28 09:03:06.517 INFO O| May 28 09:03:06.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72362026-05-28T09:03:07.932Z[ recovery-image] May 28 09:03:06.518 INFO O| May 28 09:03:06.518 INFO STEP 780 (remove_files) COMPLETE
72372026-05-28T09:03:07.932Z[ recovery-image] May 28 09:03:06.518 INFO O| May 28 09:03:06.518 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-05-28T09:03:07.941Z[ recovery-image] May 28 09:03:06.526 INFO O| May 28 09:03:06.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72392026-05-28T09:03:07.941Z[ recovery-image] May 28 09:03:06.527 INFO O| May 28 09:03:06.527 INFO STEP 781 (remove_files) COMPLETE
72402026-05-28T09:03:07.941Z[ recovery-image] May 28 09:03:06.527 INFO O| May 28 09:03:06.527 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-05-28T09:03:07.950Z[ recovery-image] May 28 09:03:06.536 INFO O| May 28 09:03:06.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72422026-05-28T09:03:07.950Z[ recovery-image] May 28 09:03:06.536 INFO O| May 28 09:03:06.536 INFO STEP 782 (remove_files) COMPLETE
72432026-05-28T09:03:07.950Z[ recovery-image] May 28 09:03:06.536 INFO O| May 28 09:03:06.536 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-05-28T09:03:07.960Z[ recovery-image] May 28 09:03:06.546 INFO O| May 28 09:03:06.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72452026-05-28T09:03:07.960Z[ recovery-image] May 28 09:03:06.546 INFO O| May 28 09:03:06.546 INFO STEP 783 (remove_files) COMPLETE
72462026-05-28T09:03:07.963Z[ recovery-image] May 28 09:03:06.546 INFO O| May 28 09:03:06.546 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-05-28T09:03:07.969Z[ recovery-image] May 28 09:03:06.555 INFO O| May 28 09:03:06.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72482026-05-28T09:03:07.969Z[ recovery-image] May 28 09:03:06.555 INFO O| May 28 09:03:06.555 INFO STEP 784 (remove_files) COMPLETE
72492026-05-28T09:03:07.969Z[ recovery-image] May 28 09:03:06.555 INFO O| May 28 09:03:06.555 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-05-28T09:03:07.978Z[ recovery-image] May 28 09:03:06.564 INFO O| May 28 09:03:06.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72512026-05-28T09:03:07.979Z[ recovery-image] May 28 09:03:06.564 INFO O| May 28 09:03:06.564 INFO STEP 785 (remove_files) COMPLETE
72522026-05-28T09:03:07.979Z[ recovery-image] May 28 09:03:06.564 INFO O| May 28 09:03:06.564 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-05-28T09:03:07.988Z[ recovery-image] May 28 09:03:06.574 INFO O| May 28 09:03:06.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72542026-05-28T09:03:07.989Z[ recovery-image] May 28 09:03:06.574 INFO O| May 28 09:03:06.574 INFO STEP 786 (remove_files) COMPLETE
72552026-05-28T09:03:07.989Z[ recovery-image] May 28 09:03:06.574 INFO O| May 28 09:03:06.574 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-05-28T09:03:07.998Z[ recovery-image] May 28 09:03:06.583 INFO O| May 28 09:03:06.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72572026-05-28T09:03:07.998Z[ recovery-image] May 28 09:03:06.583 INFO O| May 28 09:03:06.583 INFO STEP 787 (remove_files) COMPLETE
72582026-05-28T09:03:07.998Z[ recovery-image] May 28 09:03:06.583 INFO O| May 28 09:03:06.583 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-05-28T09:03:08.007Z[ recovery-image] May 28 09:03:06.593 INFO O| May 28 09:03:06.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72602026-05-28T09:03:08.007Z[ recovery-image] May 28 09:03:06.593 INFO O| May 28 09:03:06.593 INFO STEP 788 (remove_files) COMPLETE
72612026-05-28T09:03:08.007Z[ recovery-image] May 28 09:03:06.593 INFO O| May 28 09:03:06.593 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-05-28T09:03:08.016Z[ recovery-image] May 28 09:03:06.602 INFO O| May 28 09:03:06.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72632026-05-28T09:03:08.016Z[ recovery-image] May 28 09:03:06.602 INFO O| May 28 09:03:06.602 INFO STEP 789 (remove_files) COMPLETE
72642026-05-28T09:03:08.016Z[ recovery-image] May 28 09:03:06.602 INFO O| May 28 09:03:06.602 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-05-28T09:03:08.025Z[ recovery-image] May 28 09:03:06.610 INFO O| May 28 09:03:06.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72662026-05-28T09:03:08.025Z[ recovery-image] May 28 09:03:06.610 INFO O| May 28 09:03:06.610 INFO STEP 790 (remove_files) COMPLETE
72672026-05-28T09:03:08.025Z[ recovery-image] May 28 09:03:06.610 INFO O| May 28 09:03:06.610 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-05-28T09:03:08.044Z[ recovery-image] May 28 09:03:06.619 INFO O| May 28 09:03:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72692026-05-28T09:03:08.044Z[ recovery-image] May 28 09:03:06.619 INFO O| May 28 09:03:06.619 INFO STEP 791 (remove_files) COMPLETE
72702026-05-28T09:03:08.044Z[ recovery-image] May 28 09:03:06.619 INFO O| May 28 09:03:06.619 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-05-28T09:03:08.047Z[ recovery-image] May 28 09:03:06.626 INFO O| May 28 09:03:06.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72722026-05-28T09:03:08.048Z[ recovery-image] May 28 09:03:06.627 INFO O| May 28 09:03:06.627 INFO STEP 792 (remove_files) COMPLETE
72732026-05-28T09:03:08.048Z[ recovery-image] May 28 09:03:06.627 INFO O| May 28 09:03:06.627 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-05-28T09:03:08.051Z[ recovery-image] May 28 09:03:06.633 INFO O| May 28 09:03:06.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72752026-05-28T09:03:08.051Z[ recovery-image] May 28 09:03:06.633 INFO O| May 28 09:03:06.633 INFO STEP 793 (remove_files) COMPLETE
72762026-05-28T09:03:08.051Z[ recovery-image] May 28 09:03:06.633 INFO O| May 28 09:03:06.633 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-05-28T09:03:08.054Z[ recovery-image] May 28 09:03:06.640 INFO O| May 28 09:03:06.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72782026-05-28T09:03:08.054Z[ recovery-image] May 28 09:03:06.640 INFO O| May 28 09:03:06.640 INFO STEP 794 (remove_files) COMPLETE
72792026-05-28T09:03:08.058Z[ recovery-image] May 28 09:03:06.640 INFO O| May 28 09:03:06.640 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-05-28T09:03:08.061Z[ recovery-image] May 28 09:03:06.647 INFO O| May 28 09:03:06.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72812026-05-28T09:03:08.061Z[ recovery-image] May 28 09:03:06.647 INFO O| May 28 09:03:06.647 INFO STEP 795 (remove_files) COMPLETE
72822026-05-28T09:03:08.061Z[ recovery-image] May 28 09:03:06.647 INFO O| May 28 09:03:06.647 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-05-28T09:03:08.068Z[ recovery-image] May 28 09:03:06.654 INFO O| May 28 09:03:06.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72842026-05-28T09:03:08.068Z[ recovery-image] May 28 09:03:06.654 INFO O| May 28 09:03:06.654 INFO STEP 796 (remove_files) COMPLETE
72852026-05-28T09:03:08.068Z[ recovery-image] May 28 09:03:06.654 INFO O| May 28 09:03:06.654 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-05-28T09:03:08.075Z[ recovery-image] May 28 09:03:06.661 INFO O| May 28 09:03:06.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72872026-05-28T09:03:08.076Z[ recovery-image] May 28 09:03:06.661 INFO O| May 28 09:03:06.661 INFO STEP 797 (remove_files) COMPLETE
72882026-05-28T09:03:08.076Z[ recovery-image] May 28 09:03:06.661 INFO O| May 28 09:03:06.661 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-05-28T09:03:08.082Z[ recovery-image] May 28 09:03:06.668 INFO O| May 28 09:03:06.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72902026-05-28T09:03:08.082Z[ recovery-image] May 28 09:03:06.668 INFO O| May 28 09:03:06.668 INFO STEP 798 (remove_files) COMPLETE
72912026-05-28T09:03:08.086Z[ recovery-image] May 28 09:03:06.668 INFO O| May 28 09:03:06.668 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-05-28T09:03:08.089Z[ recovery-image] May 28 09:03:06.675 INFO O| May 28 09:03:06.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72932026-05-28T09:03:08.089Z[ recovery-image] May 28 09:03:06.675 INFO O| May 28 09:03:06.675 INFO STEP 799 (remove_files) COMPLETE
72942026-05-28T09:03:08.090Z[ recovery-image] May 28 09:03:06.675 INFO O| May 28 09:03:06.675 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-05-28T09:03:08.097Z[ recovery-image] May 28 09:03:06.682 INFO O| May 28 09:03:06.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72962026-05-28T09:03:08.097Z[ recovery-image] May 28 09:03:06.682 INFO O| May 28 09:03:06.682 INFO STEP 800 (remove_files) COMPLETE
72972026-05-28T09:03:08.100Z[ recovery-image] May 28 09:03:06.682 INFO O| May 28 09:03:06.682 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-05-28T09:03:08.104Z[ recovery-image] May 28 09:03:06.689 INFO O| May 28 09:03:06.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72992026-05-28T09:03:08.104Z[ recovery-image] May 28 09:03:06.689 INFO O| May 28 09:03:06.689 INFO STEP 801 (remove_files) COMPLETE
73002026-05-28T09:03:08.104Z[ recovery-image] May 28 09:03:06.689 INFO O| May 28 09:03:06.689 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-05-28T09:03:08.111Z[ recovery-image] May 28 09:03:06.697 INFO O| May 28 09:03:06.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73022026-05-28T09:03:08.111Z[ recovery-image] May 28 09:03:06.697 INFO O| May 28 09:03:06.697 INFO STEP 802 (remove_files) COMPLETE
73032026-05-28T09:03:08.114Z[ recovery-image] May 28 09:03:06.697 INFO O| May 28 09:03:06.697 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-05-28T09:03:08.118Z[ recovery-image] May 28 09:03:06.704 INFO O| May 28 09:03:06.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73052026-05-28T09:03:08.118Z[ recovery-image] May 28 09:03:06.704 INFO O| May 28 09:03:06.704 INFO STEP 803 (remove_files) COMPLETE
73062026-05-28T09:03:08.118Z[ recovery-image] May 28 09:03:06.704 INFO O| May 28 09:03:06.704 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-05-28T09:03:08.125Z[ recovery-image] May 28 09:03:06.711 INFO O| May 28 09:03:06.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73082026-05-28T09:03:08.125Z[ recovery-image] May 28 09:03:06.711 INFO O| May 28 09:03:06.711 INFO STEP 804 (remove_files) COMPLETE
73092026-05-28T09:03:08.126Z[ recovery-image] May 28 09:03:06.711 INFO O| May 28 09:03:06.711 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-05-28T09:03:08.133Z[ recovery-image] May 28 09:03:06.719 INFO O| May 28 09:03:06.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73112026-05-28T09:03:08.133Z[ recovery-image] May 28 09:03:06.719 INFO O| May 28 09:03:06.719 INFO STEP 805 (remove_files) COMPLETE
73122026-05-28T09:03:08.133Z[ recovery-image] May 28 09:03:06.719 INFO O| May 28 09:03:06.719 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-05-28T09:03:08.141Z[ recovery-image] May 28 09:03:06.726 INFO O| May 28 09:03:06.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73142026-05-28T09:03:08.141Z[ recovery-image] May 28 09:03:06.726 INFO O| May 28 09:03:06.726 INFO STEP 806 (remove_files) COMPLETE
73152026-05-28T09:03:08.144Z[ recovery-image] May 28 09:03:06.726 INFO O| May 28 09:03:06.726 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-05-28T09:03:08.148Z[ recovery-image] May 28 09:03:06.734 INFO O| May 28 09:03:06.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73172026-05-28T09:03:08.148Z[ recovery-image] May 28 09:03:06.734 INFO O| May 28 09:03:06.734 INFO STEP 807 (remove_files) COMPLETE
73182026-05-28T09:03:08.148Z[ recovery-image] May 28 09:03:06.734 INFO O| May 28 09:03:06.734 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-05-28T09:03:08.156Z[ recovery-image] May 28 09:03:06.742 INFO O| May 28 09:03:06.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73202026-05-28T09:03:08.160Z[ recovery-image] May 28 09:03:06.743 INFO O| May 28 09:03:06.743 INFO STEP 808 (remove_files) COMPLETE
73212026-05-28T09:03:08.160Z[ recovery-image] May 28 09:03:06.743 INFO O| May 28 09:03:06.743 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-05-28T09:03:08.165Z[ recovery-image] May 28 09:03:06.751 INFO O| May 28 09:03:06.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73232026-05-28T09:03:08.166Z[ recovery-image] May 28 09:03:06.751 INFO O| May 28 09:03:06.751 INFO STEP 809 (remove_files) COMPLETE
73242026-05-28T09:03:08.166Z[ recovery-image] May 28 09:03:06.751 INFO O| May 28 09:03:06.751 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-05-28T09:03:08.173Z[ recovery-image] May 28 09:03:06.759 INFO O| May 28 09:03:06.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73262026-05-28T09:03:08.173Z[ recovery-image] May 28 09:03:06.759 INFO O| May 28 09:03:06.759 INFO STEP 810 (remove_files) COMPLETE
73272026-05-28T09:03:08.174Z[ recovery-image] May 28 09:03:06.759 INFO O| May 28 09:03:06.759 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-05-28T09:03:08.181Z[ recovery-image] May 28 09:03:06.767 INFO O| May 28 09:03:06.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73292026-05-28T09:03:08.181Z[ recovery-image] May 28 09:03:06.767 INFO O| May 28 09:03:06.767 INFO STEP 811 (remove_files) COMPLETE
73302026-05-28T09:03:08.181Z[ recovery-image] May 28 09:03:06.767 INFO O| May 28 09:03:06.767 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-05-28T09:03:08.190Z[ recovery-image] May 28 09:03:06.775 INFO O| May 28 09:03:06.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73322026-05-28T09:03:08.190Z[ recovery-image] May 28 09:03:06.775 INFO O| May 28 09:03:06.775 INFO STEP 812 (remove_files) COMPLETE
73332026-05-28T09:03:08.193Z[ recovery-image] May 28 09:03:06.775 INFO O| May 28 09:03:06.775 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-05-28T09:03:08.197Z[ recovery-image] May 28 09:03:06.783 INFO O| May 28 09:03:06.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73352026-05-28T09:03:08.197Z[ recovery-image] May 28 09:03:06.783 INFO O| May 28 09:03:06.783 INFO STEP 813 (remove_files) COMPLETE
73362026-05-28T09:03:08.197Z[ recovery-image] May 28 09:03:06.783 INFO O| May 28 09:03:06.783 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-05-28T09:03:08.205Z[ recovery-image] May 28 09:03:06.791 INFO O| May 28 09:03:06.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73382026-05-28T09:03:08.205Z[ recovery-image] May 28 09:03:06.791 INFO O| May 28 09:03:06.791 INFO STEP 814 (remove_files) COMPLETE
73392026-05-28T09:03:08.205Z[ recovery-image] May 28 09:03:06.791 INFO O| May 28 09:03:06.791 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-05-28T09:03:08.213Z[ recovery-image] May 28 09:03:06.798 INFO O| May 28 09:03:06.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73412026-05-28T09:03:08.213Z[ recovery-image] May 28 09:03:06.798 INFO O| May 28 09:03:06.798 INFO STEP 815 (remove_files) COMPLETE
73422026-05-28T09:03:08.216Z[ recovery-image] May 28 09:03:06.798 INFO O| May 28 09:03:06.798 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-05-28T09:03:08.221Z[ recovery-image] May 28 09:03:06.806 INFO O| May 28 09:03:06.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73442026-05-28T09:03:08.221Z[ recovery-image] May 28 09:03:06.807 INFO O| May 28 09:03:06.807 INFO STEP 816 (remove_files) COMPLETE
73452026-05-28T09:03:08.224Z[ recovery-image] May 28 09:03:06.807 INFO O| May 28 09:03:06.807 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-05-28T09:03:08.228Z[ recovery-image] May 28 09:03:06.814 INFO O| May 28 09:03:06.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73472026-05-28T09:03:08.229Z[ recovery-image] May 28 09:03:06.814 INFO O| May 28 09:03:06.814 INFO STEP 817 (remove_files) COMPLETE
73482026-05-28T09:03:08.232Z[ recovery-image] May 28 09:03:06.814 INFO O| May 28 09:03:06.814 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-05-28T09:03:08.236Z[ recovery-image] May 28 09:03:06.822 INFO O| May 28 09:03:06.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73502026-05-28T09:03:08.236Z[ recovery-image] May 28 09:03:06.822 INFO O| May 28 09:03:06.822 INFO STEP 818 (remove_files) COMPLETE
73512026-05-28T09:03:08.240Z[ recovery-image] May 28 09:03:06.822 INFO O| May 28 09:03:06.822 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-05-28T09:03:08.244Z[ recovery-image] May 28 09:03:06.830 INFO O| May 28 09:03:06.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73532026-05-28T09:03:08.244Z[ recovery-image] May 28 09:03:06.830 INFO O| May 28 09:03:06.830 INFO STEP 819 (remove_files) COMPLETE
73542026-05-28T09:03:08.244Z[ recovery-image] May 28 09:03:06.830 INFO O| May 28 09:03:06.830 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-05-28T09:03:08.252Z[ recovery-image] May 28 09:03:06.838 INFO O| May 28 09:03:06.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73562026-05-28T09:03:08.252Z[ recovery-image] May 28 09:03:06.838 INFO O| May 28 09:03:06.838 INFO STEP 820 (remove_files) COMPLETE
73572026-05-28T09:03:08.252Z[ recovery-image] May 28 09:03:06.838 INFO O| May 28 09:03:06.838 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-05-28T09:03:08.260Z[ recovery-image] May 28 09:03:06.846 INFO O| May 28 09:03:06.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73592026-05-28T09:03:08.260Z[ recovery-image] May 28 09:03:06.846 INFO O| May 28 09:03:06.846 INFO STEP 821 (remove_files) COMPLETE
73602026-05-28T09:03:08.260Z[ recovery-image] May 28 09:03:06.846 INFO O| May 28 09:03:06.846 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-05-28T09:03:08.268Z[ recovery-image] May 28 09:03:06.854 INFO O| May 28 09:03:06.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73622026-05-28T09:03:08.268Z[ recovery-image] May 28 09:03:06.854 INFO O| May 28 09:03:06.854 INFO STEP 822 (remove_files) COMPLETE
73632026-05-28T09:03:08.268Z[ recovery-image] May 28 09:03:06.854 INFO O| May 28 09:03:06.854 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-05-28T09:03:08.276Z[ recovery-image] May 28 09:03:06.861 INFO O| May 28 09:03:06.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73652026-05-28T09:03:08.276Z[ recovery-image] May 28 09:03:06.861 INFO O| May 28 09:03:06.861 INFO STEP 823 (remove_files) COMPLETE
73662026-05-28T09:03:08.276Z[ recovery-image] May 28 09:03:06.861 INFO O| May 28 09:03:06.861 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-05-28T09:03:08.284Z[ recovery-image] May 28 09:03:06.869 INFO O| May 28 09:03:06.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73682026-05-28T09:03:08.284Z[ recovery-image] May 28 09:03:06.869 INFO O| May 28 09:03:06.869 INFO STEP 824 (remove_files) COMPLETE
73692026-05-28T09:03:08.284Z[ recovery-image] May 28 09:03:06.869 INFO O| May 28 09:03:06.869 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-05-28T09:03:08.291Z[ recovery-image] May 28 09:03:06.877 INFO O| May 28 09:03:06.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73712026-05-28T09:03:08.292Z[ recovery-image] May 28 09:03:06.877 INFO O| May 28 09:03:06.877 INFO STEP 825 (remove_files) COMPLETE
73722026-05-28T09:03:08.292Z[ recovery-image] May 28 09:03:06.877 INFO O| May 28 09:03:06.877 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-05-28T09:03:08.299Z[ recovery-image] May 28 09:03:06.885 INFO O| May 28 09:03:06.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73742026-05-28T09:03:08.299Z[ recovery-image] May 28 09:03:06.885 INFO O| May 28 09:03:06.885 INFO STEP 826 (remove_files) COMPLETE
73752026-05-28T09:03:08.299Z[ recovery-image] May 28 09:03:06.885 INFO O| May 28 09:03:06.885 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-05-28T09:03:08.307Z[ recovery-image] May 28 09:03:06.893 INFO O| May 28 09:03:06.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73772026-05-28T09:03:08.307Z[ recovery-image] May 28 09:03:06.893 INFO O| May 28 09:03:06.893 INFO STEP 827 (remove_files) COMPLETE
73782026-05-28T09:03:08.310Z[ recovery-image] May 28 09:03:06.893 INFO O| May 28 09:03:06.893 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-05-28T09:03:08.315Z[ recovery-image] May 28 09:03:06.901 INFO O| May 28 09:03:06.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73802026-05-28T09:03:08.315Z[ recovery-image] May 28 09:03:06.901 INFO O| May 28 09:03:06.901 INFO STEP 828 (remove_files) COMPLETE
73812026-05-28T09:03:08.315Z[ recovery-image] May 28 09:03:06.901 INFO O| May 28 09:03:06.901 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-05-28T09:03:08.324Z[ recovery-image] May 28 09:03:06.909 INFO O| May 28 09:03:06.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73832026-05-28T09:03:08.324Z[ recovery-image] May 28 09:03:06.909 INFO O| May 28 09:03:06.909 INFO STEP 829 (remove_files) COMPLETE
73842026-05-28T09:03:08.324Z[ recovery-image] May 28 09:03:06.909 INFO O| May 28 09:03:06.909 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-05-28T09:03:08.333Z[ recovery-image] May 28 09:03:06.918 INFO O| May 28 09:03:06.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73862026-05-28T09:03:08.333Z[ recovery-image] May 28 09:03:06.918 INFO O| May 28 09:03:06.918 INFO STEP 830 (remove_files) COMPLETE
73872026-05-28T09:03:08.333Z[ recovery-image] May 28 09:03:06.918 INFO O| May 28 09:03:06.918 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-05-28T09:03:08.341Z[ recovery-image] May 28 09:03:06.927 INFO O| May 28 09:03:06.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73892026-05-28T09:03:08.341Z[ recovery-image] May 28 09:03:06.927 INFO O| May 28 09:03:06.927 INFO STEP 831 (remove_files) COMPLETE
73902026-05-28T09:03:08.341Z[ recovery-image] May 28 09:03:06.927 INFO O| May 28 09:03:06.927 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-05-28T09:03:08.350Z[ recovery-image] May 28 09:03:06.936 INFO O| May 28 09:03:06.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73922026-05-28T09:03:08.350Z[ recovery-image] May 28 09:03:06.936 INFO O| May 28 09:03:06.936 INFO STEP 832 (remove_files) COMPLETE
73932026-05-28T09:03:08.353Z[ recovery-image] May 28 09:03:06.936 INFO O| May 28 09:03:06.936 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-05-28T09:03:08.358Z[ recovery-image] May 28 09:03:06.944 INFO O| May 28 09:03:06.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73952026-05-28T09:03:08.359Z[ recovery-image] May 28 09:03:06.944 INFO O| May 28 09:03:06.944 INFO STEP 833 (remove_files) COMPLETE
73962026-05-28T09:03:08.362Z[ recovery-image] May 28 09:03:06.944 INFO O| May 28 09:03:06.944 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-05-28T09:03:08.370Z[ recovery-image] May 28 09:03:06.955 INFO O| May 28 09:03:06.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73982026-05-28T09:03:08.370Z[ recovery-image] May 28 09:03:06.955 INFO O| May 28 09:03:06.955 INFO STEP 834 (remove_files) COMPLETE
73992026-05-28T09:03:08.370Z[ recovery-image] May 28 09:03:06.955 INFO O| May 28 09:03:06.955 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-05-28T09:03:08.379Z[ recovery-image] May 28 09:03:06.964 INFO O| May 28 09:03:06.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74012026-05-28T09:03:08.379Z[ recovery-image] May 28 09:03:06.965 INFO O| May 28 09:03:06.965 INFO STEP 835 (remove_files) COMPLETE
74022026-05-28T09:03:08.382Z[ recovery-image] May 28 09:03:06.965 INFO O| May 28 09:03:06.965 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-05-28T09:03:08.387Z[ recovery-image] May 28 09:03:06.973 INFO O| May 28 09:03:06.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74042026-05-28T09:03:08.387Z[ recovery-image] May 28 09:03:06.973 INFO O| May 28 09:03:06.973 INFO STEP 836 (remove_files) COMPLETE
74052026-05-28T09:03:08.387Z[ recovery-image] May 28 09:03:06.973 INFO O| May 28 09:03:06.973 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-05-28T09:03:08.396Z[ recovery-image] May 28 09:03:06.981 INFO O| May 28 09:03:06.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74072026-05-28T09:03:08.396Z[ recovery-image] May 28 09:03:06.981 INFO O| May 28 09:03:06.981 INFO STEP 837 (remove_files) COMPLETE
74082026-05-28T09:03:08.399Z[ recovery-image] May 28 09:03:06.981 INFO O| May 28 09:03:06.981 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-05-28T09:03:08.404Z[ recovery-image] May 28 09:03:06.990 INFO O| May 28 09:03:06.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74102026-05-28T09:03:08.404Z[ recovery-image] May 28 09:03:06.990 INFO O| May 28 09:03:06.990 INFO STEP 838 (remove_files) COMPLETE
74112026-05-28T09:03:08.407Z[ recovery-image] May 28 09:03:06.990 INFO O| May 28 09:03:06.990 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-05-28T09:03:08.412Z[ recovery-image] May 28 09:03:06.998 INFO O| May 28 09:03:06.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74132026-05-28T09:03:08.412Z[ recovery-image] May 28 09:03:06.998 INFO O| May 28 09:03:06.998 INFO STEP 839 (remove_files) COMPLETE
74142026-05-28T09:03:08.412Z[ recovery-image] May 28 09:03:06.998 INFO O| May 28 09:03:06.998 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-05-28T09:03:08.420Z[ recovery-image] May 28 09:03:07.006 INFO O| May 28 09:03:07.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74162026-05-28T09:03:08.420Z[ recovery-image] May 28 09:03:07.006 INFO O| May 28 09:03:07.006 INFO STEP 840 (remove_files) COMPLETE
74172026-05-28T09:03:08.420Z[ recovery-image] May 28 09:03:07.006 INFO O| May 28 09:03:07.006 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-05-28T09:03:08.430Z[ recovery-image] May 28 09:03:07.015 INFO O| May 28 09:03:07.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74192026-05-28T09:03:08.430Z[ recovery-image] May 28 09:03:07.015 INFO O| May 28 09:03:07.015 INFO STEP 841 (remove_files) COMPLETE
74202026-05-28T09:03:08.433Z[ recovery-image] May 28 09:03:07.015 INFO O| May 28 09:03:07.015 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-05-28T09:03:08.438Z[ recovery-image] May 28 09:03:07.024 INFO O| May 28 09:03:07.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74222026-05-28T09:03:08.438Z[ recovery-image] May 28 09:03:07.024 INFO O| May 28 09:03:07.024 INFO STEP 842 (remove_files) COMPLETE
74232026-05-28T09:03:08.438Z[ recovery-image] May 28 09:03:07.024 INFO O| May 28 09:03:07.024 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-05-28T09:03:08.448Z[ recovery-image] May 28 09:03:07.033 INFO O| May 28 09:03:07.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74252026-05-28T09:03:08.448Z[ recovery-image] May 28 09:03:07.033 INFO O| May 28 09:03:07.033 INFO STEP 843 (remove_files) COMPLETE
74262026-05-28T09:03:08.448Z[ recovery-image] May 28 09:03:07.033 INFO O| May 28 09:03:07.033 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-05-28T09:03:08.458Z[ recovery-image] May 28 09:03:07.043 INFO O| May 28 09:03:07.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74282026-05-28T09:03:08.458Z[ recovery-image] May 28 09:03:07.043 INFO O| May 28 09:03:07.043 INFO STEP 844 (remove_files) COMPLETE
74292026-05-28T09:03:08.458Z[ recovery-image] May 28 09:03:07.043 INFO O| May 28 09:03:07.043 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-05-28T09:03:08.467Z[ recovery-image] May 28 09:03:07.052 INFO O| May 28 09:03:07.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74312026-05-28T09:03:08.467Z[ recovery-image] May 28 09:03:07.052 INFO O| May 28 09:03:07.052 INFO STEP 845 (remove_files) COMPLETE
74322026-05-28T09:03:08.467Z[ recovery-image] May 28 09:03:07.052 INFO O| May 28 09:03:07.052 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-05-28T09:03:08.475Z[ recovery-image] May 28 09:03:07.061 INFO O| May 28 09:03:07.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74342026-05-28T09:03:08.475Z[ recovery-image] May 28 09:03:07.061 INFO O| May 28 09:03:07.061 INFO STEP 846 (remove_files) COMPLETE
74352026-05-28T09:03:08.478Z[ recovery-image] May 28 09:03:07.061 INFO O| May 28 09:03:07.061 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-05-28T09:03:08.484Z[ recovery-image] May 28 09:03:07.070 INFO O| May 28 09:03:07.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74372026-05-28T09:03:08.484Z[ recovery-image] May 28 09:03:07.070 INFO O| May 28 09:03:07.070 INFO STEP 847 (remove_files) COMPLETE
74382026-05-28T09:03:08.488Z[ recovery-image] May 28 09:03:07.070 INFO O| May 28 09:03:07.070 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-05-28T09:03:08.495Z[ recovery-image] May 28 09:03:07.081 INFO O| May 28 09:03:07.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74402026-05-28T09:03:08.495Z[ recovery-image] May 28 09:03:07.081 INFO O| May 28 09:03:07.081 INFO STEP 848 (remove_files) COMPLETE
74412026-05-28T09:03:08.498Z[ recovery-image] May 28 09:03:07.081 INFO O| May 28 09:03:07.081 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-05-28T09:03:08.504Z[ recovery-image] May 28 09:03:07.089 INFO O| May 28 09:03:07.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74432026-05-28T09:03:08.504Z[ recovery-image] May 28 09:03:07.089 INFO O| May 28 09:03:07.089 INFO STEP 849 (remove_files) COMPLETE
74442026-05-28T09:03:08.508Z[ recovery-image] May 28 09:03:07.089 INFO O| May 28 09:03:07.089 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-05-28T09:03:08.512Z[ recovery-image] May 28 09:03:07.098 INFO O| May 28 09:03:07.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74462026-05-28T09:03:08.512Z[ recovery-image] May 28 09:03:07.098 INFO O| May 28 09:03:07.098 INFO STEP 850 (remove_files) COMPLETE
74472026-05-28T09:03:08.512Z[ recovery-image] May 28 09:03:07.098 INFO O| May 28 09:03:07.098 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-05-28T09:03:08.523Z[ recovery-image] May 28 09:03:07.109 INFO O| May 28 09:03:07.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74492026-05-28T09:03:08.523Z[ recovery-image] May 28 09:03:07.109 INFO O| May 28 09:03:07.109 INFO STEP 851 (remove_files) COMPLETE
74502026-05-28T09:03:08.523Z[ recovery-image] May 28 09:03:07.109 INFO O| May 28 09:03:07.109 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-05-28T09:03:08.533Z[ recovery-image] May 28 09:03:07.118 INFO O| May 28 09:03:07.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74522026-05-28T09:03:08.533Z[ recovery-image] May 28 09:03:07.118 INFO O| May 28 09:03:07.118 INFO STEP 852 (remove_files) COMPLETE
74532026-05-28T09:03:08.536Z[ recovery-image] May 28 09:03:07.118 INFO O| May 28 09:03:07.118 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-05-28T09:03:08.542Z[ recovery-image] May 28 09:03:07.128 INFO O| May 28 09:03:07.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74552026-05-28T09:03:08.542Z[ recovery-image] May 28 09:03:07.128 INFO O| May 28 09:03:07.128 INFO STEP 853 (remove_files) COMPLETE
74562026-05-28T09:03:08.542Z[ recovery-image] May 28 09:03:07.128 INFO O| May 28 09:03:07.128 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-05-28T09:03:08.550Z[ recovery-image] May 28 09:03:07.136 INFO O| May 28 09:03:07.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74582026-05-28T09:03:08.550Z[ recovery-image] May 28 09:03:07.136 INFO O| May 28 09:03:07.136 INFO STEP 854 (remove_files) COMPLETE
74592026-05-28T09:03:08.554Z[ recovery-image] May 28 09:03:07.136 INFO O| May 28 09:03:07.136 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-05-28T09:03:08.558Z[ recovery-image] May 28 09:03:07.144 INFO O| May 28 09:03:07.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74612026-05-28T09:03:08.558Z[ recovery-image] May 28 09:03:07.144 INFO O| May 28 09:03:07.144 INFO STEP 855 (remove_files) COMPLETE
74622026-05-28T09:03:08.561Z[ recovery-image] May 28 09:03:07.144 INFO O| May 28 09:03:07.144 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-05-28T09:03:08.568Z[ recovery-image] May 28 09:03:07.154 INFO O| May 28 09:03:07.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74642026-05-28T09:03:08.568Z[ recovery-image] May 28 09:03:07.154 INFO O| May 28 09:03:07.154 INFO STEP 856 (remove_files) COMPLETE
74652026-05-28T09:03:08.571Z[ recovery-image] May 28 09:03:07.154 INFO O| May 28 09:03:07.154 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-05-28T09:03:08.577Z[ recovery-image] May 28 09:03:07.163 INFO O| May 28 09:03:07.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74672026-05-28T09:03:08.577Z[ recovery-image] May 28 09:03:07.163 INFO O| May 28 09:03:07.163 INFO STEP 857 (remove_files) COMPLETE
74682026-05-28T09:03:08.577Z[ recovery-image] May 28 09:03:07.163 INFO O| May 28 09:03:07.163 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-05-28T09:03:08.585Z[ recovery-image] May 28 09:03:07.171 INFO O| May 28 09:03:07.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74702026-05-28T09:03:08.585Z[ recovery-image] May 28 09:03:07.171 INFO O| May 28 09:03:07.171 INFO STEP 858 (remove_files) COMPLETE
74712026-05-28T09:03:08.585Z[ recovery-image] May 28 09:03:07.171 INFO O| May 28 09:03:07.171 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-05-28T09:03:08.592Z[ recovery-image] May 28 09:03:07.178 INFO O| May 28 09:03:07.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74732026-05-28T09:03:08.592Z[ recovery-image] May 28 09:03:07.178 INFO O| May 28 09:03:07.178 INFO STEP 859 (remove_files) COMPLETE
74742026-05-28T09:03:08.593Z[ recovery-image] May 28 09:03:07.178 INFO O| May 28 09:03:07.178 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-05-28T09:03:08.600Z[ recovery-image] May 28 09:03:07.185 INFO O| May 28 09:03:07.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74762026-05-28T09:03:08.600Z[ recovery-image] May 28 09:03:07.185 INFO O| May 28 09:03:07.185 INFO STEP 860 (remove_files) COMPLETE
74772026-05-28T09:03:08.603Z[ recovery-image] May 28 09:03:07.185 INFO O| May 28 09:03:07.185 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-05-28T09:03:08.607Z[ recovery-image] May 28 09:03:07.193 INFO O| May 28 09:03:07.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74792026-05-28T09:03:08.607Z[ recovery-image] May 28 09:03:07.193 INFO O| May 28 09:03:07.193 INFO STEP 861 (remove_files) COMPLETE
74802026-05-28T09:03:08.607Z[ recovery-image] May 28 09:03:07.193 INFO O| May 28 09:03:07.193 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-05-28T09:03:08.614Z[ recovery-image] May 28 09:03:07.200 INFO O| May 28 09:03:07.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74822026-05-28T09:03:08.614Z[ recovery-image] May 28 09:03:07.200 INFO O| May 28 09:03:07.200 INFO STEP 862 (remove_files) COMPLETE
74832026-05-28T09:03:08.614Z[ recovery-image] May 28 09:03:07.200 INFO O| May 28 09:03:07.200 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-05-28T09:03:08.621Z[ recovery-image] May 28 09:03:07.207 INFO O| May 28 09:03:07.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74852026-05-28T09:03:08.621Z[ recovery-image] May 28 09:03:07.207 INFO O| May 28 09:03:07.207 INFO STEP 863 (remove_files) COMPLETE
74862026-05-28T09:03:08.621Z[ recovery-image] May 28 09:03:07.207 INFO O| May 28 09:03:07.207 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-05-28T09:03:08.628Z[ recovery-image] May 28 09:03:07.214 INFO O| May 28 09:03:07.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74882026-05-28T09:03:08.628Z[ recovery-image] May 28 09:03:07.214 INFO O| May 28 09:03:07.214 INFO STEP 864 (remove_files) COMPLETE
74892026-05-28T09:03:08.628Z[ recovery-image] May 28 09:03:07.214 INFO O| May 28 09:03:07.214 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-05-28T09:03:08.635Z[ recovery-image] May 28 09:03:07.221 INFO O| May 28 09:03:07.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74912026-05-28T09:03:08.635Z[ recovery-image] May 28 09:03:07.221 INFO O| May 28 09:03:07.221 INFO STEP 865 (remove_files) COMPLETE
74922026-05-28T09:03:08.638Z[ recovery-image] May 28 09:03:07.221 INFO O| May 28 09:03:07.221 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-05-28T09:03:08.643Z[ recovery-image] May 28 09:03:07.229 INFO O| May 28 09:03:07.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74942026-05-28T09:03:08.643Z[ recovery-image] May 28 09:03:07.229 INFO O| May 28 09:03:07.229 INFO STEP 866 (remove_files) COMPLETE
74952026-05-28T09:03:08.647Z[ recovery-image] May 28 09:03:07.229 INFO O| May 28 09:03:07.229 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-05-28T09:03:08.651Z[ recovery-image] May 28 09:03:07.237 INFO O| May 28 09:03:07.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74972026-05-28T09:03:08.651Z[ recovery-image] May 28 09:03:07.237 INFO O| May 28 09:03:07.237 INFO STEP 867 (remove_files) COMPLETE
74982026-05-28T09:03:08.654Z[ recovery-image] May 28 09:03:07.237 INFO O| May 28 09:03:07.237 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-05-28T09:03:08.658Z[ recovery-image] May 28 09:03:07.244 INFO O| May 28 09:03:07.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75002026-05-28T09:03:08.661Z[ recovery-image] May 28 09:03:07.244 INFO O| May 28 09:03:07.244 INFO STEP 868 (remove_files) COMPLETE
75012026-05-28T09:03:08.661Z[ recovery-image] May 28 09:03:07.244 INFO O| May 28 09:03:07.244 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-05-28T09:03:08.665Z[ recovery-image] May 28 09:03:07.251 INFO O| May 28 09:03:07.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75032026-05-28T09:03:08.666Z[ recovery-image] May 28 09:03:07.251 INFO O| May 28 09:03:07.251 INFO STEP 869 (remove_files) COMPLETE
75042026-05-28T09:03:08.669Z[ recovery-image] May 28 09:03:07.251 INFO O| May 28 09:03:07.251 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-05-28T09:03:08.674Z[ recovery-image] May 28 09:03:07.260 INFO O| May 28 09:03:07.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75062026-05-28T09:03:08.674Z[ recovery-image] May 28 09:03:07.260 INFO O| May 28 09:03:07.260 INFO STEP 870 (remove_files) COMPLETE
75072026-05-28T09:03:08.678Z[ recovery-image] May 28 09:03:07.260 INFO O| May 28 09:03:07.260 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-05-28T09:03:08.683Z[ recovery-image] May 28 09:03:07.269 INFO O| May 28 09:03:07.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75092026-05-28T09:03:08.683Z[ recovery-image] May 28 09:03:07.269 INFO O| May 28 09:03:07.269 INFO STEP 871 (remove_files) COMPLETE
75102026-05-28T09:03:08.686Z[ recovery-image] May 28 09:03:07.269 INFO O| May 28 09:03:07.269 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-05-28T09:03:08.691Z[ recovery-image] May 28 09:03:07.277 INFO O| May 28 09:03:07.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75122026-05-28T09:03:08.694Z[ recovery-image] May 28 09:03:07.277 INFO O| May 28 09:03:07.277 INFO STEP 872 (remove_files) COMPLETE
75132026-05-28T09:03:08.694Z[ recovery-image] May 28 09:03:07.277 INFO O| May 28 09:03:07.277 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-05-28T09:03:08.700Z[ recovery-image] May 28 09:03:07.285 INFO O| May 28 09:03:07.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75152026-05-28T09:03:08.700Z[ recovery-image] May 28 09:03:07.285 INFO O| May 28 09:03:07.285 INFO STEP 873 (remove_files) COMPLETE
75162026-05-28T09:03:08.703Z[ recovery-image] May 28 09:03:07.286 INFO O| May 28 09:03:07.285 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-05-28T09:03:08.708Z[ recovery-image] May 28 09:03:07.293 INFO O| May 28 09:03:07.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75182026-05-28T09:03:08.708Z[ recovery-image] May 28 09:03:07.293 INFO O| May 28 09:03:07.293 INFO STEP 874 (remove_files) COMPLETE
75192026-05-28T09:03:08.708Z[ recovery-image] May 28 09:03:07.293 INFO O| May 28 09:03:07.293 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-05-28T09:03:08.715Z[ recovery-image] May 28 09:03:07.301 INFO O| May 28 09:03:07.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75212026-05-28T09:03:08.715Z[ recovery-image] May 28 09:03:07.301 INFO O| May 28 09:03:07.301 INFO STEP 875 (remove_files) COMPLETE
75222026-05-28T09:03:08.716Z[ recovery-image] May 28 09:03:07.301 INFO O| May 28 09:03:07.301 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-05-28T09:03:08.723Z[ recovery-image] May 28 09:03:07.309 INFO O| May 28 09:03:07.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75242026-05-28T09:03:08.723Z[ recovery-image] May 28 09:03:07.309 INFO O| May 28 09:03:07.309 INFO STEP 876 (remove_files) COMPLETE
75252026-05-28T09:03:08.726Z[ recovery-image] May 28 09:03:07.309 INFO O| May 28 09:03:07.309 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-05-28T09:03:08.731Z[ recovery-image] May 28 09:03:07.317 INFO O| May 28 09:03:07.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75272026-05-28T09:03:08.731Z[ recovery-image] May 28 09:03:07.317 INFO O| May 28 09:03:07.317 INFO STEP 877 (remove_files) COMPLETE
75282026-05-28T09:03:08.734Z[ recovery-image] May 28 09:03:07.317 INFO O| May 28 09:03:07.317 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-05-28T09:03:08.739Z[ recovery-image] May 28 09:03:07.325 INFO O| May 28 09:03:07.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75302026-05-28T09:03:08.739Z[ recovery-image] May 28 09:03:07.325 INFO O| May 28 09:03:07.325 INFO STEP 878 (remove_files) COMPLETE
75312026-05-28T09:03:08.739Z[ recovery-image] May 28 09:03:07.325 INFO O| May 28 09:03:07.325 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-05-28T09:03:08.747Z[ recovery-image] May 28 09:03:07.333 INFO O| May 28 09:03:07.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75332026-05-28T09:03:08.747Z[ recovery-image] May 28 09:03:07.333 INFO O| May 28 09:03:07.333 INFO STEP 879 (remove_files) COMPLETE
75342026-05-28T09:03:08.747Z[ recovery-image] May 28 09:03:07.333 INFO O| May 28 09:03:07.333 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-05-28T09:03:08.756Z[ recovery-image] May 28 09:03:07.341 INFO O| May 28 09:03:07.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75362026-05-28T09:03:08.756Z[ recovery-image] May 28 09:03:07.341 INFO O| May 28 09:03:07.341 INFO STEP 880 (remove_files) COMPLETE
75372026-05-28T09:03:08.756Z[ recovery-image] May 28 09:03:07.341 INFO O| May 28 09:03:07.341 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-05-28T09:03:08.763Z[ recovery-image] May 28 09:03:07.349 INFO O| May 28 09:03:07.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75392026-05-28T09:03:08.763Z[ recovery-image] May 28 09:03:07.349 INFO O| May 28 09:03:07.349 INFO STEP 881 (remove_files) COMPLETE
75402026-05-28T09:03:08.767Z[ recovery-image] May 28 09:03:07.349 INFO O| May 28 09:03:07.349 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-05-28T09:03:08.771Z[ recovery-image] May 28 09:03:07.357 INFO O| May 28 09:03:07.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75422026-05-28T09:03:08.771Z[ recovery-image] May 28 09:03:07.357 INFO O| May 28 09:03:07.357 INFO STEP 882 (remove_files) COMPLETE
75432026-05-28T09:03:08.774Z[ recovery-image] May 28 09:03:07.357 INFO O| May 28 09:03:07.357 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-05-28T09:03:08.779Z[ recovery-image] May 28 09:03:07.365 INFO O| May 28 09:03:07.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75452026-05-28T09:03:08.779Z[ recovery-image] May 28 09:03:07.365 INFO O| May 28 09:03:07.365 INFO STEP 883 (remove_files) COMPLETE
75462026-05-28T09:03:08.779Z[ recovery-image] May 28 09:03:07.365 INFO O| May 28 09:03:07.365 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-05-28T09:03:08.787Z[ recovery-image] May 28 09:03:07.373 INFO O| May 28 09:03:07.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75482026-05-28T09:03:08.787Z[ recovery-image] May 28 09:03:07.373 INFO O| May 28 09:03:07.373 INFO STEP 884 (remove_files) COMPLETE
75492026-05-28T09:03:08.791Z[ recovery-image] May 28 09:03:07.373 INFO O| May 28 09:03:07.373 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-05-28T09:03:08.795Z[ recovery-image] May 28 09:03:07.381 INFO O| May 28 09:03:07.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75512026-05-28T09:03:08.798Z[ recovery-image] May 28 09:03:07.382 INFO O| May 28 09:03:07.382 INFO STEP 885 (remove_files) COMPLETE
75522026-05-28T09:03:08.798Z[ recovery-image] May 28 09:03:07.382 INFO O| May 28 09:03:07.382 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-05-28T09:03:08.805Z[ recovery-image] May 28 09:03:07.390 INFO O| May 28 09:03:07.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75542026-05-28T09:03:08.805Z[ recovery-image] May 28 09:03:07.390 INFO O| May 28 09:03:07.390 INFO STEP 886 (remove_files) COMPLETE
75552026-05-28T09:03:08.805Z[ recovery-image] May 28 09:03:07.390 INFO O| May 28 09:03:07.390 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-05-28T09:03:08.813Z[ recovery-image] May 28 09:03:07.399 INFO O| May 28 09:03:07.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75572026-05-28T09:03:08.813Z[ recovery-image] May 28 09:03:07.399 INFO O| May 28 09:03:07.399 INFO STEP 887 (remove_files) COMPLETE
75582026-05-28T09:03:08.813Z[ recovery-image] May 28 09:03:07.399 INFO O| May 28 09:03:07.399 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-05-28T09:03:08.821Z[ recovery-image] May 28 09:03:07.407 INFO O| May 28 09:03:07.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75602026-05-28T09:03:08.822Z[ recovery-image] May 28 09:03:07.407 INFO O| May 28 09:03:07.407 INFO STEP 888 (remove_files) COMPLETE
75612026-05-28T09:03:08.822Z[ recovery-image] May 28 09:03:07.407 INFO O| May 28 09:03:07.407 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-05-28T09:03:08.830Z[ recovery-image] May 28 09:03:07.416 INFO O| May 28 09:03:07.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75632026-05-28T09:03:08.830Z[ recovery-image] May 28 09:03:07.416 INFO O| May 28 09:03:07.416 INFO STEP 889 (remove_files) COMPLETE
75642026-05-28T09:03:08.830Z[ recovery-image] May 28 09:03:07.416 INFO O| May 28 09:03:07.416 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-05-28T09:03:08.838Z[ recovery-image] May 28 09:03:07.424 INFO O| May 28 09:03:07.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75662026-05-28T09:03:08.838Z[ recovery-image] May 28 09:03:07.424 INFO O| May 28 09:03:07.424 INFO STEP 890 (remove_files) COMPLETE
75672026-05-28T09:03:08.838Z[ recovery-image] May 28 09:03:07.424 INFO O| May 28 09:03:07.424 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-05-28T09:03:08.846Z[ recovery-image] May 28 09:03:07.432 INFO O| May 28 09:03:07.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75692026-05-28T09:03:08.846Z[ recovery-image] May 28 09:03:07.432 INFO O| May 28 09:03:07.432 INFO STEP 891 (remove_files) COMPLETE
75702026-05-28T09:03:08.847Z[ recovery-image] May 28 09:03:07.432 INFO O| May 28 09:03:07.432 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-05-28T09:03:08.855Z[ recovery-image] May 28 09:03:07.440 INFO O| May 28 09:03:07.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75722026-05-28T09:03:08.855Z[ recovery-image] May 28 09:03:07.440 INFO O| May 28 09:03:07.440 INFO STEP 892 (remove_files) COMPLETE
75732026-05-28T09:03:08.855Z[ recovery-image] May 28 09:03:07.440 INFO O| May 28 09:03:07.440 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-05-28T09:03:08.862Z[ recovery-image] May 28 09:03:07.448 INFO O| May 28 09:03:07.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75752026-05-28T09:03:08.862Z[ recovery-image] May 28 09:03:07.448 INFO O| May 28 09:03:07.448 INFO STEP 893 (remove_files) COMPLETE
75762026-05-28T09:03:08.862Z[ recovery-image] May 28 09:03:07.448 INFO O| May 28 09:03:07.448 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-05-28T09:03:08.873Z[ recovery-image] May 28 09:03:07.458 INFO O| May 28 09:03:07.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75782026-05-28T09:03:08.873Z[ recovery-image] May 28 09:03:07.459 INFO O| May 28 09:03:07.459 INFO STEP 894 (remove_files) COMPLETE
75792026-05-28T09:03:08.873Z[ recovery-image] May 28 09:03:07.459 INFO O| May 28 09:03:07.459 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-05-28T09:03:08.882Z[ recovery-image] May 28 09:03:07.468 INFO O| May 28 09:03:07.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75812026-05-28T09:03:08.882Z[ recovery-image] May 28 09:03:07.468 INFO O| May 28 09:03:07.468 INFO STEP 895 (remove_files) COMPLETE
75822026-05-28T09:03:08.882Z[ recovery-image] May 28 09:03:07.468 INFO O| May 28 09:03:07.468 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-05-28T09:03:08.891Z[ recovery-image] May 28 09:03:07.477 INFO O| May 28 09:03:07.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75842026-05-28T09:03:08.891Z[ recovery-image] May 28 09:03:07.477 INFO O| May 28 09:03:07.477 INFO STEP 896 (remove_files) COMPLETE
75852026-05-28T09:03:08.891Z[ recovery-image] May 28 09:03:07.477 INFO O| May 28 09:03:07.477 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-05-28T09:03:08.898Z[ recovery-image] May 28 09:03:07.484 INFO O| May 28 09:03:07.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75872026-05-28T09:03:08.908Z[ recovery-image] May 28 09:03:07.494 INFO O| May 28 09:03:07.493 INFO STEP 897 (remove_files) COMPLETE
75882026-05-28T09:03:08.911Z[ recovery-image] May 28 09:03:07.494 INFO O| May 28 09:03:07.493 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-05-28T09:03:08.916Z[ recovery-image] May 28 09:03:07.502 INFO O| May 28 09:03:07.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75902026-05-28T09:03:08.916Z[ recovery-image] May 28 09:03:07.502 INFO O| May 28 09:03:07.502 INFO STEP 898 (remove_files) COMPLETE
75912026-05-28T09:03:08.920Z[ recovery-image] May 28 09:03:07.502 INFO O| May 28 09:03:07.502 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-05-28T09:03:08.924Z[ recovery-image] May 28 09:03:07.510 INFO O| May 28 09:03:07.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75932026-05-28T09:03:08.924Z[ recovery-image] May 28 09:03:07.510 INFO O| May 28 09:03:07.510 INFO STEP 899 (remove_files) COMPLETE
75942026-05-28T09:03:08.927Z[ recovery-image] May 28 09:03:07.510 INFO O| May 28 09:03:07.510 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-05-28T09:03:08.934Z[ recovery-image] May 28 09:03:07.518 INFO O| May 28 09:03:07.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75962026-05-28T09:03:08.934Z[ recovery-image] May 28 09:03:07.518 INFO O| May 28 09:03:07.518 INFO STEP 900 (remove_files) COMPLETE
75972026-05-28T09:03:08.934Z[ recovery-image] May 28 09:03:07.518 INFO O| May 28 09:03:07.518 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-05-28T09:03:08.941Z[ recovery-image] May 28 09:03:07.527 INFO O| May 28 09:03:07.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75992026-05-28T09:03:08.941Z[ recovery-image] May 28 09:03:07.527 INFO O| May 28 09:03:07.527 INFO STEP 901 (remove_files) COMPLETE
76002026-05-28T09:03:08.941Z[ recovery-image] May 28 09:03:07.527 INFO O| May 28 09:03:07.527 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-05-28T09:03:08.949Z[ recovery-image] May 28 09:03:07.535 INFO O| May 28 09:03:07.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76022026-05-28T09:03:08.950Z[ recovery-image] May 28 09:03:07.535 INFO O| May 28 09:03:07.535 INFO STEP 902 (remove_files) COMPLETE
76032026-05-28T09:03:08.953Z[ recovery-image] May 28 09:03:07.535 INFO O| May 28 09:03:07.535 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-05-28T09:03:08.957Z[ recovery-image] May 28 09:03:07.543 INFO O| May 28 09:03:07.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76052026-05-28T09:03:08.957Z[ recovery-image] May 28 09:03:07.543 INFO O| May 28 09:03:07.543 INFO STEP 903 (remove_files) COMPLETE
76062026-05-28T09:03:08.962Z[ recovery-image] May 28 09:03:07.543 INFO O| May 28 09:03:07.543 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-05-28T09:03:08.965Z[ recovery-image] May 28 09:03:07.550 INFO O| May 28 09:03:07.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76082026-05-28T09:03:08.965Z[ recovery-image] May 28 09:03:07.550 INFO O| May 28 09:03:07.550 INFO STEP 904 (remove_files) COMPLETE
76092026-05-28T09:03:08.965Z[ recovery-image] May 28 09:03:07.550 INFO O| May 28 09:03:07.550 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-05-28T09:03:08.973Z[ recovery-image] May 28 09:03:07.558 INFO O| May 28 09:03:07.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76112026-05-28T09:03:08.973Z[ recovery-image] May 28 09:03:07.558 INFO O| May 28 09:03:07.558 INFO STEP 905 (remove_files) COMPLETE
76122026-05-28T09:03:08.973Z[ recovery-image] May 28 09:03:07.558 INFO O| May 28 09:03:07.558 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-05-28T09:03:08.980Z[ recovery-image] May 28 09:03:07.566 INFO O| May 28 09:03:07.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76142026-05-28T09:03:08.980Z[ recovery-image] May 28 09:03:07.566 INFO O| May 28 09:03:07.566 INFO STEP 906 (remove_files) COMPLETE
76152026-05-28T09:03:08.983Z[ recovery-image] May 28 09:03:07.566 INFO O| May 28 09:03:07.566 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-05-28T09:03:08.988Z[ recovery-image] May 28 09:03:07.574 INFO O| May 28 09:03:07.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76172026-05-28T09:03:08.988Z[ recovery-image] May 28 09:03:07.574 INFO O| May 28 09:03:07.574 INFO STEP 907 (remove_files) COMPLETE
76182026-05-28T09:03:08.991Z[ recovery-image] May 28 09:03:07.574 INFO O| May 28 09:03:07.574 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-05-28T09:03:08.996Z[ recovery-image] May 28 09:03:07.582 INFO O| May 28 09:03:07.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76202026-05-28T09:03:08.996Z[ recovery-image] May 28 09:03:07.582 INFO O| May 28 09:03:07.582 INFO STEP 908 (remove_files) COMPLETE
76212026-05-28T09:03:08.999Z[ recovery-image] May 28 09:03:07.582 INFO O| May 28 09:03:07.582 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-05-28T09:03:09.004Z[ recovery-image] May 28 09:03:07.590 INFO O| May 28 09:03:07.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76232026-05-28T09:03:09.004Z[ recovery-image] May 28 09:03:07.590 INFO O| May 28 09:03:07.590 INFO STEP 909 (remove_files) COMPLETE
76242026-05-28T09:03:09.007Z[ recovery-image] May 28 09:03:07.590 INFO O| May 28 09:03:07.590 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-05-28T09:03:09.012Z[ recovery-image] May 28 09:03:07.598 INFO O| May 28 09:03:07.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76262026-05-28T09:03:09.012Z[ recovery-image] May 28 09:03:07.598 INFO O| May 28 09:03:07.598 INFO STEP 910 (remove_files) COMPLETE
76272026-05-28T09:03:09.015Z[ recovery-image] May 28 09:03:07.598 INFO O| May 28 09:03:07.598 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-05-28T09:03:09.020Z[ recovery-image] May 28 09:03:07.606 INFO O| May 28 09:03:07.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76292026-05-28T09:03:09.020Z[ recovery-image] May 28 09:03:07.606 INFO O| May 28 09:03:07.606 INFO STEP 911 (remove_files) COMPLETE
76302026-05-28T09:03:09.022Z[ recovery-image] May 28 09:03:07.606 INFO O| May 28 09:03:07.606 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-05-28T09:03:09.028Z[ recovery-image] May 28 09:03:07.614 INFO O| May 28 09:03:07.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76322026-05-28T09:03:09.028Z[ recovery-image] May 28 09:03:07.614 INFO O| May 28 09:03:07.614 INFO STEP 912 (remove_files) COMPLETE
76332026-05-28T09:03:09.031Z[ recovery-image] May 28 09:03:07.614 INFO O| May 28 09:03:07.614 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-05-28T09:03:09.036Z[ recovery-image] May 28 09:03:07.622 INFO O| May 28 09:03:07.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76352026-05-28T09:03:09.036Z[ recovery-image] May 28 09:03:07.622 INFO O| May 28 09:03:07.622 INFO STEP 913 (remove_files) COMPLETE
76362026-05-28T09:03:09.036Z[ recovery-image] May 28 09:03:07.622 INFO O| May 28 09:03:07.622 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-05-28T09:03:09.044Z[ recovery-image] May 28 09:03:07.630 INFO O| May 28 09:03:07.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76382026-05-28T09:03:09.044Z[ recovery-image] May 28 09:03:07.630 INFO O| May 28 09:03:07.630 INFO STEP 914 (remove_files) COMPLETE
76392026-05-28T09:03:09.048Z[ recovery-image] May 28 09:03:07.630 INFO O| May 28 09:03:07.630 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-05-28T09:03:09.052Z[ recovery-image] May 28 09:03:07.638 INFO O| May 28 09:03:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76412026-05-28T09:03:09.052Z[ recovery-image] May 28 09:03:07.638 INFO O| May 28 09:03:07.638 INFO STEP 915 (remove_files) COMPLETE
76422026-05-28T09:03:09.052Z[ recovery-image] May 28 09:03:07.638 INFO O| May 28 09:03:07.638 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-05-28T09:03:09.060Z[ recovery-image] May 28 09:03:07.646 INFO O| May 28 09:03:07.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76442026-05-28T09:03:09.060Z[ recovery-image] May 28 09:03:07.646 INFO O| May 28 09:03:07.646 INFO STEP 916 (remove_files) COMPLETE
76452026-05-28T09:03:09.060Z[ recovery-image] May 28 09:03:07.646 INFO O| May 28 09:03:07.646 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-05-28T09:03:09.069Z[ recovery-image] May 28 09:03:07.654 INFO O| May 28 09:03:07.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76472026-05-28T09:03:09.069Z[ recovery-image] May 28 09:03:07.654 INFO O| May 28 09:03:07.654 INFO STEP 917 (remove_files) COMPLETE
76482026-05-28T09:03:09.069Z[ recovery-image] May 28 09:03:07.654 INFO O| May 28 09:03:07.654 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-05-28T09:03:09.077Z[ recovery-image] May 28 09:03:07.663 INFO O| May 28 09:03:07.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76502026-05-28T09:03:09.077Z[ recovery-image] May 28 09:03:07.663 INFO O| May 28 09:03:07.663 INFO STEP 918 (remove_files) COMPLETE
76512026-05-28T09:03:09.077Z[ recovery-image] May 28 09:03:07.663 INFO O| May 28 09:03:07.663 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-05-28T09:03:09.108Z[ recovery-image] May 28 09:03:07.694 INFO O| May 28 09:03:07.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76532026-05-28T09:03:09.112Z[ recovery-image] May 28 09:03:07.695 INFO O| May 28 09:03:07.694 INFO STEP 919 (remove_files) COMPLETE
76542026-05-28T09:03:09.112Z[ recovery-image] May 28 09:03:07.695 INFO O| May 28 09:03:07.695 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-05-28T09:03:09.119Z[ recovery-image] May 28 09:03:07.705 INFO O| May 28 09:03:07.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76562026-05-28T09:03:09.119Z[ recovery-image] May 28 09:03:07.705 INFO O| May 28 09:03:07.705 INFO STEP 920 (remove_files) COMPLETE
76572026-05-28T09:03:09.119Z[ recovery-image] May 28 09:03:07.705 INFO O| May 28 09:03:07.705 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-05-28T09:03:09.128Z[ recovery-image] May 28 09:03:07.714 INFO O| May 28 09:03:07.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76592026-05-28T09:03:09.128Z[ recovery-image] May 28 09:03:07.714 INFO O| May 28 09:03:07.714 INFO STEP 921 (remove_files) COMPLETE
76602026-05-28T09:03:09.128Z[ recovery-image] May 28 09:03:07.714 INFO O| May 28 09:03:07.714 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-05-28T09:03:09.137Z[ recovery-image] May 28 09:03:07.723 INFO O| May 28 09:03:07.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76622026-05-28T09:03:09.137Z[ recovery-image] May 28 09:03:07.723 INFO O| May 28 09:03:07.723 INFO STEP 922 (remove_files) COMPLETE
76632026-05-28T09:03:09.137Z[ recovery-image] May 28 09:03:07.723 INFO O| May 28 09:03:07.723 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-05-28T09:03:09.146Z[ recovery-image] May 28 09:03:07.732 INFO O| May 28 09:03:07.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76652026-05-28T09:03:09.146Z[ recovery-image] May 28 09:03:07.732 INFO O| May 28 09:03:07.732 INFO STEP 923 (remove_files) COMPLETE
76662026-05-28T09:03:09.146Z[ recovery-image] May 28 09:03:07.732 INFO O| May 28 09:03:07.732 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-05-28T09:03:09.155Z[ recovery-image] May 28 09:03:07.741 INFO O| May 28 09:03:07.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76682026-05-28T09:03:09.155Z[ recovery-image] May 28 09:03:07.741 INFO O| May 28 09:03:07.741 INFO STEP 924 (remove_files) COMPLETE
76692026-05-28T09:03:09.158Z[ recovery-image] May 28 09:03:07.741 INFO O| May 28 09:03:07.741 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-05-28T09:03:09.163Z[ recovery-image] May 28 09:03:07.749 INFO O| May 28 09:03:07.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76712026-05-28T09:03:09.163Z[ recovery-image] May 28 09:03:07.749 INFO O| May 28 09:03:07.749 INFO STEP 925 (remove_files) COMPLETE
76722026-05-28T09:03:09.167Z[ recovery-image] May 28 09:03:07.749 INFO O| May 28 09:03:07.749 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-05-28T09:03:09.173Z[ recovery-image] May 28 09:03:07.758 INFO O| May 28 09:03:07.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76742026-05-28T09:03:09.173Z[ recovery-image] May 28 09:03:07.758 INFO O| May 28 09:03:07.758 INFO STEP 926 (remove_files) COMPLETE
76752026-05-28T09:03:09.173Z[ recovery-image] May 28 09:03:07.758 INFO O| May 28 09:03:07.758 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-05-28T09:03:09.181Z[ recovery-image] May 28 09:03:07.766 INFO O| May 28 09:03:07.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76772026-05-28T09:03:09.181Z[ recovery-image] May 28 09:03:07.767 INFO O| May 28 09:03:07.767 INFO STEP 927 (remove_files) COMPLETE
76782026-05-28T09:03:09.184Z[ recovery-image] May 28 09:03:07.767 INFO O| May 28 09:03:07.767 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-05-28T09:03:09.188Z[ recovery-image] May 28 09:03:07.774 INFO O| May 28 09:03:07.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76802026-05-28T09:03:09.188Z[ recovery-image] May 28 09:03:07.774 INFO O| May 28 09:03:07.774 INFO STEP 928 (remove_files) COMPLETE
76812026-05-28T09:03:09.188Z[ recovery-image] May 28 09:03:07.774 INFO O| May 28 09:03:07.774 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-05-28T09:03:09.197Z[ recovery-image] May 28 09:03:07.782 INFO O| May 28 09:03:07.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76832026-05-28T09:03:09.197Z[ recovery-image] May 28 09:03:07.783 INFO O| May 28 09:03:07.783 INFO STEP 929 (remove_files) COMPLETE
76842026-05-28T09:03:09.197Z[ recovery-image] May 28 09:03:07.783 INFO O| May 28 09:03:07.783 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-05-28T09:03:09.205Z[ recovery-image] May 28 09:03:07.791 INFO O| May 28 09:03:07.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76862026-05-28T09:03:09.205Z[ recovery-image] May 28 09:03:07.791 INFO O| May 28 09:03:07.791 INFO STEP 930 (remove_files) COMPLETE
76872026-05-28T09:03:09.208Z[ recovery-image] May 28 09:03:07.791 INFO O| May 28 09:03:07.791 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-05-28T09:03:09.213Z[ recovery-image] May 28 09:03:07.799 INFO O| May 28 09:03:07.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76892026-05-28T09:03:09.213Z[ recovery-image] May 28 09:03:07.799 INFO O| May 28 09:03:07.799 INFO STEP 931 (remove_files) COMPLETE
76902026-05-28T09:03:09.213Z[ recovery-image] May 28 09:03:07.799 INFO O| May 28 09:03:07.799 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-05-28T09:03:09.239Z[ recovery-image] May 28 09:03:07.824 INFO O| May 28 09:03:07.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76922026-05-28T09:03:09.239Z[ recovery-image] May 28 09:03:07.824 INFO O| May 28 09:03:07.808 INFO STEP 932 (remove_files) COMPLETE
76932026-05-28T09:03:09.239Z[ recovery-image] May 28 09:03:07.824 INFO O| May 28 09:03:07.808 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-05-28T09:03:09.242Z[ recovery-image] May 28 09:03:07.824 INFO O| May 28 09:03:07.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76952026-05-28T09:03:09.242Z[ recovery-image] May 28 09:03:07.825 INFO O| May 28 09:03:07.817 INFO STEP 933 (remove_files) COMPLETE
76962026-05-28T09:03:09.242Z[ recovery-image] May 28 09:03:07.825 INFO O| May 28 09:03:07.817 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-05-28T09:03:09.242Z[ recovery-image] May 28 09:03:07.826 INFO O| May 28 09:03:07.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76982026-05-28T09:03:09.242Z[ recovery-image] May 28 09:03:07.827 INFO O| May 28 09:03:07.827 INFO STEP 934 (remove_files) COMPLETE
76992026-05-28T09:03:09.242Z[ recovery-image] May 28 09:03:07.827 INFO O| May 28 09:03:07.827 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-05-28T09:03:09.249Z[ recovery-image] May 28 09:03:07.835 INFO O| May 28 09:03:07.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77012026-05-28T09:03:09.249Z[ recovery-image] May 28 09:03:07.835 INFO O| May 28 09:03:07.835 INFO STEP 935 (remove_files) COMPLETE
77022026-05-28T09:03:09.249Z[ recovery-image] May 28 09:03:07.835 INFO O| May 28 09:03:07.835 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-05-28T09:03:09.257Z[ recovery-image] May 28 09:03:07.843 INFO O| May 28 09:03:07.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77042026-05-28T09:03:09.258Z[ recovery-image] May 28 09:03:07.844 INFO O| May 28 09:03:07.844 INFO STEP 936 (remove_files) COMPLETE
77052026-05-28T09:03:09.261Z[ recovery-image] May 28 09:03:07.844 INFO O| May 28 09:03:07.844 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-05-28T09:03:09.266Z[ recovery-image] May 28 09:03:07.852 INFO O| May 28 09:03:07.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77072026-05-28T09:03:09.266Z[ recovery-image] May 28 09:03:07.852 INFO O| May 28 09:03:07.852 INFO STEP 937 (remove_files) COMPLETE
77082026-05-28T09:03:09.266Z[ recovery-image] May 28 09:03:07.852 INFO O| May 28 09:03:07.852 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-05-28T09:03:09.274Z[ recovery-image] May 28 09:03:07.860 INFO O| May 28 09:03:07.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77102026-05-28T09:03:09.275Z[ recovery-image] May 28 09:03:07.860 INFO O| May 28 09:03:07.860 INFO STEP 938 (remove_files) COMPLETE
77112026-05-28T09:03:09.277Z[ recovery-image] May 28 09:03:07.860 INFO O| May 28 09:03:07.860 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-05-28T09:03:09.292Z[ recovery-image] May 28 09:03:07.878 INFO O| May 28 09:03:07.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77132026-05-28T09:03:09.292Z[ recovery-image] May 28 09:03:07.878 INFO O| May 28 09:03:07.878 INFO STEP 939 (remove_files) COMPLETE
77142026-05-28T09:03:09.295Z[ recovery-image] May 28 09:03:07.878 INFO O| May 28 09:03:07.878 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-05-28T09:03:09.301Z[ recovery-image] May 28 09:03:07.887 INFO O| May 28 09:03:07.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77162026-05-28T09:03:09.301Z[ recovery-image] May 28 09:03:07.887 INFO O| May 28 09:03:07.887 INFO STEP 940 (remove_files) COMPLETE
77172026-05-28T09:03:09.301Z[ recovery-image] May 28 09:03:07.887 INFO O| May 28 09:03:07.887 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-05-28T09:03:09.310Z[ recovery-image] May 28 09:03:07.896 INFO O| May 28 09:03:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77192026-05-28T09:03:09.310Z[ recovery-image] May 28 09:03:07.896 INFO O| May 28 09:03:07.896 INFO STEP 941 (remove_files) COMPLETE
77202026-05-28T09:03:09.310Z[ recovery-image] May 28 09:03:07.896 INFO O| May 28 09:03:07.896 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-05-28T09:03:09.318Z[ recovery-image] May 28 09:03:07.904 INFO O| May 28 09:03:07.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77222026-05-28T09:03:09.318Z[ recovery-image] May 28 09:03:07.904 INFO O| May 28 09:03:07.904 INFO STEP 942 (remove_files) COMPLETE
77232026-05-28T09:03:09.318Z[ recovery-image] May 28 09:03:07.904 INFO O| May 28 09:03:07.904 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-05-28T09:03:09.325Z[ recovery-image] May 28 09:03:07.911 INFO O| May 28 09:03:07.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77252026-05-28T09:03:09.326Z[ recovery-image] May 28 09:03:07.911 INFO O| May 28 09:03:07.911 INFO STEP 943 (remove_files) COMPLETE
77262026-05-28T09:03:09.326Z[ recovery-image] May 28 09:03:07.911 INFO O| May 28 09:03:07.911 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-05-28T09:03:09.333Z[ recovery-image] May 28 09:03:07.919 INFO O| May 28 09:03:07.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77282026-05-28T09:03:09.333Z[ recovery-image] May 28 09:03:07.919 INFO O| May 28 09:03:07.919 INFO STEP 944 (remove_files) COMPLETE
77292026-05-28T09:03:09.336Z[ recovery-image] May 28 09:03:07.919 INFO O| May 28 09:03:07.919 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-05-28T09:03:09.340Z[ recovery-image] May 28 09:03:07.926 INFO O| May 28 09:03:07.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77312026-05-28T09:03:09.340Z[ recovery-image] May 28 09:03:07.926 INFO O| May 28 09:03:07.926 INFO STEP 945 (remove_files) COMPLETE
77322026-05-28T09:03:09.341Z[ recovery-image] May 28 09:03:07.926 INFO O| May 28 09:03:07.926 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-05-28T09:03:09.350Z[ recovery-image] May 28 09:03:07.934 INFO O| May 28 09:03:07.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77342026-05-28T09:03:09.350Z[ recovery-image] May 28 09:03:07.934 INFO O| May 28 09:03:07.934 INFO STEP 946 (remove_files) COMPLETE
77352026-05-28T09:03:09.350Z[ recovery-image] May 28 09:03:07.934 INFO O| May 28 09:03:07.934 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-05-28T09:03:09.356Z[ recovery-image] May 28 09:03:07.942 INFO O| May 28 09:03:07.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77372026-05-28T09:03:09.356Z[ recovery-image] May 28 09:03:07.942 INFO O| May 28 09:03:07.942 INFO STEP 947 (remove_files) COMPLETE
77382026-05-28T09:03:09.356Z[ recovery-image] May 28 09:03:07.942 INFO O| May 28 09:03:07.942 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-05-28T09:03:09.363Z[ recovery-image] May 28 09:03:07.949 INFO O| May 28 09:03:07.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77402026-05-28T09:03:09.363Z[ recovery-image] May 28 09:03:07.949 INFO O| May 28 09:03:07.949 INFO STEP 948 (remove_files) COMPLETE
77412026-05-28T09:03:09.363Z[ recovery-image] May 28 09:03:07.949 INFO O| May 28 09:03:07.949 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-05-28T09:03:09.370Z[ recovery-image] May 28 09:03:07.956 INFO O| May 28 09:03:07.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77432026-05-28T09:03:09.370Z[ recovery-image] May 28 09:03:07.956 INFO O| May 28 09:03:07.956 INFO STEP 949 (remove_files) COMPLETE
77442026-05-28T09:03:09.370Z[ recovery-image] May 28 09:03:07.956 INFO O| May 28 09:03:07.956 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-05-28T09:03:09.377Z[ recovery-image] May 28 09:03:07.963 INFO O| May 28 09:03:07.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77462026-05-28T09:03:09.377Z[ recovery-image] May 28 09:03:07.963 INFO O| May 28 09:03:07.963 INFO STEP 950 (remove_files) COMPLETE
77472026-05-28T09:03:09.377Z[ recovery-image] May 28 09:03:07.963 INFO O| May 28 09:03:07.963 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-05-28T09:03:09.384Z[ recovery-image] May 28 09:03:07.970 INFO O| May 28 09:03:07.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77492026-05-28T09:03:09.384Z[ recovery-image] May 28 09:03:07.970 INFO O| May 28 09:03:07.970 INFO STEP 951 (remove_files) COMPLETE
77502026-05-28T09:03:09.384Z[ recovery-image] May 28 09:03:07.970 INFO O| May 28 09:03:07.970 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-05-28T09:03:09.390Z[ recovery-image] May 28 09:03:07.976 INFO O| May 28 09:03:07.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77522026-05-28T09:03:09.391Z[ recovery-image] May 28 09:03:07.977 INFO O| May 28 09:03:07.977 INFO STEP 952 (remove_files) COMPLETE
77532026-05-28T09:03:09.391Z[ recovery-image] May 28 09:03:07.977 INFO O| May 28 09:03:07.977 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-05-28T09:03:09.397Z[ recovery-image] May 28 09:03:07.983 INFO O| May 28 09:03:07.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77552026-05-28T09:03:09.397Z[ recovery-image] May 28 09:03:07.983 INFO O| May 28 09:03:07.983 INFO STEP 953 (remove_files) COMPLETE
77562026-05-28T09:03:09.397Z[ recovery-image] May 28 09:03:07.983 INFO O| May 28 09:03:07.983 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-05-28T09:03:09.404Z[ recovery-image] May 28 09:03:07.990 INFO O| May 28 09:03:07.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77582026-05-28T09:03:09.404Z[ recovery-image] May 28 09:03:07.990 INFO O| May 28 09:03:07.990 INFO STEP 954 (remove_files) COMPLETE
77592026-05-28T09:03:09.404Z[ recovery-image] May 28 09:03:07.990 INFO O| May 28 09:03:07.990 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-05-28T09:03:09.412Z[ recovery-image] May 28 09:03:07.997 INFO O| May 28 09:03:07.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77612026-05-28T09:03:09.412Z[ recovery-image] May 28 09:03:07.997 INFO O| May 28 09:03:07.997 INFO STEP 955 (remove_files) COMPLETE
77622026-05-28T09:03:09.412Z[ recovery-image] May 28 09:03:07.997 INFO O| May 28 09:03:07.997 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-05-28T09:03:09.420Z[ recovery-image] May 28 09:03:08.006 INFO O| May 28 09:03:08.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77642026-05-28T09:03:09.420Z[ recovery-image] May 28 09:03:08.006 INFO O| May 28 09:03:08.006 INFO STEP 956 (remove_files) COMPLETE
77652026-05-28T09:03:09.420Z[ recovery-image] May 28 09:03:08.006 INFO O| May 28 09:03:08.006 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-05-28T09:03:09.428Z[ recovery-image] May 28 09:03:08.014 INFO O| May 28 09:03:08.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77672026-05-28T09:03:09.428Z[ recovery-image] May 28 09:03:08.014 INFO O| May 28 09:03:08.014 INFO STEP 957 (remove_files) COMPLETE
77682026-05-28T09:03:09.430Z[ recovery-image] May 28 09:03:08.014 INFO O| May 28 09:03:08.014 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-05-28T09:03:09.435Z[ recovery-image] May 28 09:03:08.021 INFO O| May 28 09:03:08.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77702026-05-28T09:03:09.435Z[ recovery-image] May 28 09:03:08.021 INFO O| May 28 09:03:08.021 INFO STEP 958 (remove_files) COMPLETE
77712026-05-28T09:03:09.435Z[ recovery-image] May 28 09:03:08.021 INFO O| May 28 09:03:08.021 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-05-28T09:03:09.443Z[ recovery-image] May 28 09:03:08.028 INFO O| May 28 09:03:08.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77732026-05-28T09:03:09.443Z[ recovery-image] May 28 09:03:08.028 INFO O| May 28 09:03:08.028 INFO STEP 959 (remove_files) COMPLETE
77742026-05-28T09:03:09.443Z[ recovery-image] May 28 09:03:08.029 INFO O| May 28 09:03:08.028 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-05-28T09:03:09.450Z[ recovery-image] May 28 09:03:08.036 INFO O| May 28 09:03:08.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77762026-05-28T09:03:09.450Z[ recovery-image] May 28 09:03:08.036 INFO O| May 28 09:03:08.036 INFO STEP 960 (remove_files) COMPLETE
77772026-05-28T09:03:09.453Z[ recovery-image] May 28 09:03:08.036 INFO O| May 28 09:03:08.036 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-05-28T09:03:09.457Z[ recovery-image] May 28 09:03:08.043 INFO O| May 28 09:03:08.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77792026-05-28T09:03:09.457Z[ recovery-image] May 28 09:03:08.043 INFO O| May 28 09:03:08.043 INFO STEP 961 (remove_files) COMPLETE
77802026-05-28T09:03:09.460Z[ recovery-image] May 28 09:03:08.043 INFO O| May 28 09:03:08.043 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-05-28T09:03:09.465Z[ recovery-image] May 28 09:03:08.051 INFO O| May 28 09:03:08.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77822026-05-28T09:03:09.465Z[ recovery-image] May 28 09:03:08.051 INFO O| May 28 09:03:08.051 INFO STEP 962 (remove_files) COMPLETE
77832026-05-28T09:03:09.468Z[ recovery-image] May 28 09:03:08.051 INFO O| May 28 09:03:08.051 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-05-28T09:03:09.473Z[ recovery-image] May 28 09:03:08.059 INFO O| May 28 09:03:08.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77852026-05-28T09:03:09.473Z[ recovery-image] May 28 09:03:08.059 INFO O| May 28 09:03:08.059 INFO STEP 963 (remove_files) COMPLETE
77862026-05-28T09:03:09.476Z[ recovery-image] May 28 09:03:08.059 INFO O| May 28 09:03:08.059 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-05-28T09:03:09.486Z[ recovery-image] May 28 09:03:08.071 INFO O| May 28 09:03:08.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77882026-05-28T09:03:09.486Z[ recovery-image] May 28 09:03:08.071 INFO O| May 28 09:03:08.071 INFO STEP 964 (remove_files) COMPLETE
77892026-05-28T09:03:09.486Z[ recovery-image] May 28 09:03:08.071 INFO O| May 28 09:03:08.071 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-05-28T09:03:09.493Z[ recovery-image] May 28 09:03:08.079 INFO O| May 28 09:03:08.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77912026-05-28T09:03:09.493Z[ recovery-image] May 28 09:03:08.079 INFO O| May 28 09:03:08.079 INFO STEP 965 (remove_files) COMPLETE
77922026-05-28T09:03:09.493Z[ recovery-image] May 28 09:03:08.079 INFO O| May 28 09:03:08.079 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-05-28T09:03:09.501Z[ recovery-image] May 28 09:03:08.087 INFO O| May 28 09:03:08.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77942026-05-28T09:03:09.501Z[ recovery-image] May 28 09:03:08.087 INFO O| May 28 09:03:08.087 INFO STEP 966 (remove_files) COMPLETE
77952026-05-28T09:03:09.501Z[ recovery-image] May 28 09:03:08.087 INFO O| May 28 09:03:08.087 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-05-28T09:03:09.512Z[ recovery-image] May 28 09:03:08.098 INFO O| May 28 09:03:08.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77972026-05-28T09:03:09.512Z[ recovery-image] May 28 09:03:08.098 INFO O| May 28 09:03:08.098 INFO STEP 967 (remove_files) COMPLETE
77982026-05-28T09:03:09.515Z[ recovery-image] May 28 09:03:08.098 INFO O| May 28 09:03:08.098 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-05-28T09:03:09.521Z[ recovery-image] May 28 09:03:08.107 INFO O| May 28 09:03:08.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78002026-05-28T09:03:09.521Z[ recovery-image] May 28 09:03:08.107 INFO O| May 28 09:03:08.107 INFO STEP 968 (remove_files) COMPLETE
78012026-05-28T09:03:09.521Z[ recovery-image] May 28 09:03:08.107 INFO O| May 28 09:03:08.107 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-05-28T09:03:09.532Z[ recovery-image] May 28 09:03:08.118 INFO O| May 28 09:03:08.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78032026-05-28T09:03:09.532Z[ recovery-image] May 28 09:03:08.118 INFO O| May 28 09:03:08.118 INFO STEP 969 (remove_files) COMPLETE
78042026-05-28T09:03:09.532Z[ recovery-image] May 28 09:03:08.118 INFO O| May 28 09:03:08.118 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-05-28T09:03:09.541Z[ recovery-image] May 28 09:03:08.127 INFO O| May 28 09:03:08.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78062026-05-28T09:03:09.541Z[ recovery-image] May 28 09:03:08.127 INFO O| May 28 09:03:08.127 INFO STEP 970 (remove_files) COMPLETE
78072026-05-28T09:03:09.544Z[ recovery-image] May 28 09:03:08.127 INFO O| May 28 09:03:08.127 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-05-28T09:03:09.550Z[ recovery-image] May 28 09:03:08.136 INFO O| May 28 09:03:08.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78092026-05-28T09:03:09.550Z[ recovery-image] May 28 09:03:08.136 INFO O| May 28 09:03:08.136 INFO STEP 971 (remove_files) COMPLETE
78102026-05-28T09:03:09.550Z[ recovery-image] May 28 09:03:08.136 INFO O| May 28 09:03:08.136 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-05-28T09:03:09.561Z[ recovery-image] May 28 09:03:08.147 INFO O| May 28 09:03:08.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78122026-05-28T09:03:09.561Z[ recovery-image] May 28 09:03:08.147 INFO O| May 28 09:03:08.147 INFO STEP 972 (remove_files) COMPLETE
78132026-05-28T09:03:09.564Z[ recovery-image] May 28 09:03:08.147 INFO O| May 28 09:03:08.147 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-05-28T09:03:09.570Z[ recovery-image] May 28 09:03:08.156 INFO O| May 28 09:03:08.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78152026-05-28T09:03:09.570Z[ recovery-image] May 28 09:03:08.156 INFO O| May 28 09:03:08.156 INFO STEP 973 (remove_files) COMPLETE
78162026-05-28T09:03:09.570Z[ recovery-image] May 28 09:03:08.156 INFO O| May 28 09:03:08.156 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-05-28T09:03:09.580Z[ recovery-image] May 28 09:03:08.166 INFO O| May 28 09:03:08.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78182026-05-28T09:03:09.580Z[ recovery-image] May 28 09:03:08.166 INFO O| May 28 09:03:08.166 INFO STEP 974 (remove_files) COMPLETE
78192026-05-28T09:03:09.580Z[ recovery-image] May 28 09:03:08.166 INFO O| May 28 09:03:08.166 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-05-28T09:03:09.590Z[ recovery-image] May 28 09:03:08.175 INFO O| May 28 09:03:08.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78212026-05-28T09:03:09.590Z[ recovery-image] May 28 09:03:08.175 INFO O| May 28 09:03:08.175 INFO STEP 975 (remove_files) COMPLETE
78222026-05-28T09:03:09.593Z[ recovery-image] May 28 09:03:08.175 INFO O| May 28 09:03:08.175 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-05-28T09:03:09.597Z[ recovery-image] May 28 09:03:08.183 INFO O| May 28 09:03:08.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78242026-05-28T09:03:09.597Z[ recovery-image] May 28 09:03:08.183 INFO O| May 28 09:03:08.183 INFO STEP 976 (remove_files) COMPLETE
78252026-05-28T09:03:09.597Z[ recovery-image] May 28 09:03:08.183 INFO O| May 28 09:03:08.183 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-05-28T09:03:09.607Z[ recovery-image] May 28 09:03:08.193 INFO O| May 28 09:03:08.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78272026-05-28T09:03:09.607Z[ recovery-image] May 28 09:03:08.193 INFO O| May 28 09:03:08.193 INFO STEP 977 (remove_files) COMPLETE
78282026-05-28T09:03:09.607Z[ recovery-image] May 28 09:03:08.193 INFO O| May 28 09:03:08.193 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-05-28T09:03:09.614Z[ recovery-image] May 28 09:03:08.200 INFO O| May 28 09:03:08.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78302026-05-28T09:03:09.614Z[ recovery-image] May 28 09:03:08.200 INFO O| May 28 09:03:08.200 INFO STEP 978 (remove_files) COMPLETE
78312026-05-28T09:03:09.617Z[ recovery-image] May 28 09:03:08.200 INFO O| May 28 09:03:08.200 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-05-28T09:03:09.622Z[ recovery-image] May 28 09:03:08.208 INFO O| May 28 09:03:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78332026-05-28T09:03:09.622Z[ recovery-image] May 28 09:03:08.208 INFO O| May 28 09:03:08.208 INFO STEP 979 (remove_files) COMPLETE
78342026-05-28T09:03:09.622Z[ recovery-image] May 28 09:03:08.208 INFO O| May 28 09:03:08.208 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-05-28T09:03:09.628Z[ recovery-image] May 28 09:03:08.214 INFO O| May 28 09:03:08.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78362026-05-28T09:03:09.628Z[ recovery-image] May 28 09:03:08.214 INFO O| May 28 09:03:08.214 INFO STEP 980 (remove_files) COMPLETE
78372026-05-28T09:03:09.631Z[ recovery-image] May 28 09:03:08.214 INFO O| May 28 09:03:08.214 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-05-28T09:03:09.636Z[ recovery-image] May 28 09:03:08.222 INFO O| May 28 09:03:08.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78392026-05-28T09:03:09.636Z[ recovery-image] May 28 09:03:08.222 INFO O| May 28 09:03:08.222 INFO STEP 981 (remove_files) COMPLETE
78402026-05-28T09:03:09.639Z[ recovery-image] May 28 09:03:08.222 INFO O| May 28 09:03:08.222 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-05-28T09:03:09.644Z[ recovery-image] May 28 09:03:08.230 INFO O| May 28 09:03:08.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78422026-05-28T09:03:09.644Z[ recovery-image] May 28 09:03:08.230 INFO O| May 28 09:03:08.230 INFO STEP 982 (remove_files) COMPLETE
78432026-05-28T09:03:09.644Z[ recovery-image] May 28 09:03:08.230 INFO O| May 28 09:03:08.230 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-05-28T09:03:09.651Z[ recovery-image] May 28 09:03:08.237 INFO O| May 28 09:03:08.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78452026-05-28T09:03:09.651Z[ recovery-image] May 28 09:03:08.237 INFO O| May 28 09:03:08.237 INFO STEP 983 (remove_files) COMPLETE
78462026-05-28T09:03:09.651Z[ recovery-image] May 28 09:03:08.237 INFO O| May 28 09:03:08.237 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-05-28T09:03:09.659Z[ recovery-image] May 28 09:03:08.244 INFO O| May 28 09:03:08.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78482026-05-28T09:03:09.659Z[ recovery-image] May 28 09:03:08.244 INFO O| May 28 09:03:08.244 INFO STEP 984 (remove_files) COMPLETE
78492026-05-28T09:03:09.659Z[ recovery-image] May 28 09:03:08.245 INFO O| May 28 09:03:08.244 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-05-28T09:03:09.666Z[ recovery-image] May 28 09:03:08.252 INFO O| May 28 09:03:08.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78512026-05-28T09:03:09.666Z[ recovery-image] May 28 09:03:08.252 INFO O| May 28 09:03:08.252 INFO STEP 985 (remove_files) COMPLETE
78522026-05-28T09:03:09.669Z[ recovery-image] May 28 09:03:08.252 INFO O| May 28 09:03:08.252 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-05-28T09:03:09.673Z[ recovery-image] May 28 09:03:08.259 INFO O| May 28 09:03:08.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78542026-05-28T09:03:09.673Z[ recovery-image] May 28 09:03:08.259 INFO O| May 28 09:03:08.259 INFO STEP 986 (remove_files) COMPLETE
78552026-05-28T09:03:09.676Z[ recovery-image] May 28 09:03:08.259 INFO O| May 28 09:03:08.259 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-05-28T09:03:09.681Z[ recovery-image] May 28 09:03:08.267 INFO O| May 28 09:03:08.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78572026-05-28T09:03:09.681Z[ recovery-image] May 28 09:03:08.267 INFO O| May 28 09:03:08.267 INFO STEP 987 (remove_files) COMPLETE
78582026-05-28T09:03:09.684Z[ recovery-image] May 28 09:03:08.267 INFO O| May 28 09:03:08.267 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-05-28T09:03:09.689Z[ recovery-image] May 28 09:03:08.275 INFO O| May 28 09:03:08.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78602026-05-28T09:03:09.689Z[ recovery-image] May 28 09:03:08.275 INFO O| May 28 09:03:08.275 INFO STEP 988 (remove_files) COMPLETE
78612026-05-28T09:03:09.692Z[ recovery-image] May 28 09:03:08.275 INFO O| May 28 09:03:08.275 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-05-28T09:03:09.699Z[ recovery-image] May 28 09:03:08.285 INFO O| May 28 09:03:08.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78632026-05-28T09:03:09.699Z[ recovery-image] May 28 09:03:08.285 INFO O| May 28 09:03:08.285 INFO STEP 989 (remove_files) COMPLETE
78642026-05-28T09:03:09.699Z[ recovery-image] May 28 09:03:08.285 INFO O| May 28 09:03:08.285 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-05-28T09:03:09.708Z[ recovery-image] May 28 09:03:08.294 INFO O| May 28 09:03:08.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78662026-05-28T09:03:09.708Z[ recovery-image] May 28 09:03:08.294 INFO O| May 28 09:03:08.294 INFO STEP 990 (remove_files) COMPLETE
78672026-05-28T09:03:09.708Z[ recovery-image] May 28 09:03:08.294 INFO O| May 28 09:03:08.294 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-05-28T09:03:09.717Z[ recovery-image] May 28 09:03:08.303 INFO O| May 28 09:03:08.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78692026-05-28T09:03:09.717Z[ recovery-image] May 28 09:03:08.303 INFO O| May 28 09:03:08.303 INFO STEP 991 (remove_files) COMPLETE
78702026-05-28T09:03:09.720Z[ recovery-image] May 28 09:03:08.303 INFO O| May 28 09:03:08.303 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-05-28T09:03:09.726Z[ recovery-image] May 28 09:03:08.311 INFO O| May 28 09:03:08.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78722026-05-28T09:03:09.726Z[ recovery-image] May 28 09:03:08.312 INFO O| May 28 09:03:08.312 INFO STEP 992 (remove_files) COMPLETE
78732026-05-28T09:03:09.726Z[ recovery-image] May 28 09:03:08.312 INFO O| May 28 09:03:08.312 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-05-28T09:03:09.735Z[ recovery-image] May 28 09:03:08.321 INFO O| May 28 09:03:08.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78752026-05-28T09:03:09.735Z[ recovery-image] May 28 09:03:08.321 INFO O| May 28 09:03:08.321 INFO STEP 993 (remove_files) COMPLETE
78762026-05-28T09:03:09.738Z[ recovery-image] May 28 09:03:08.321 INFO O| May 28 09:03:08.321 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-05-28T09:03:09.743Z[ recovery-image] May 28 09:03:08.329 INFO O| May 28 09:03:08.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78782026-05-28T09:03:09.743Z[ recovery-image] May 28 09:03:08.329 INFO O| May 28 09:03:08.329 INFO STEP 994 (remove_files) COMPLETE
78792026-05-28T09:03:09.746Z[ recovery-image] May 28 09:03:08.329 INFO O| May 28 09:03:08.329 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-05-28T09:03:09.751Z[ recovery-image] May 28 09:03:08.337 INFO O| May 28 09:03:08.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78812026-05-28T09:03:09.754Z[ recovery-image] May 28 09:03:08.337 INFO O| May 28 09:03:08.337 INFO STEP 995 (remove_files) COMPLETE
78822026-05-28T09:03:09.754Z[ recovery-image] May 28 09:03:08.337 INFO O| May 28 09:03:08.337 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-05-28T09:03:09.760Z[ recovery-image] May 28 09:03:08.346 INFO O| May 28 09:03:08.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78842026-05-28T09:03:09.760Z[ recovery-image] May 28 09:03:08.346 INFO O| May 28 09:03:08.346 INFO STEP 996 (remove_files) COMPLETE
78852026-05-28T09:03:09.760Z[ recovery-image] May 28 09:03:08.346 INFO O| May 28 09:03:08.346 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-05-28T09:03:09.769Z[ recovery-image] May 28 09:03:08.355 INFO O| May 28 09:03:08.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78872026-05-28T09:03:09.769Z[ recovery-image] May 28 09:03:08.355 INFO O| May 28 09:03:08.355 INFO STEP 997 (remove_files) COMPLETE
78882026-05-28T09:03:09.769Z[ recovery-image] May 28 09:03:08.355 INFO O| May 28 09:03:08.355 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-05-28T09:03:09.777Z[ recovery-image] May 28 09:03:08.363 INFO O| May 28 09:03:08.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78902026-05-28T09:03:09.777Z[ recovery-image] May 28 09:03:08.363 INFO O| May 28 09:03:08.363 INFO STEP 998 (remove_files) COMPLETE
78912026-05-28T09:03:09.777Z[ recovery-image] May 28 09:03:08.363 INFO O| May 28 09:03:08.363 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-05-28T09:03:09.785Z[ recovery-image] May 28 09:03:08.371 INFO O| May 28 09:03:08.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78932026-05-28T09:03:09.788Z[ recovery-image] May 28 09:03:08.372 INFO O| May 28 09:03:08.372 INFO STEP 999 (remove_files) COMPLETE
78942026-05-28T09:03:09.788Z[ recovery-image] May 28 09:03:08.372 INFO O| May 28 09:03:08.372 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-05-28T09:03:09.796Z[ recovery-image] May 28 09:03:08.382 INFO O| May 28 09:03:08.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78962026-05-28T09:03:09.796Z[ recovery-image] May 28 09:03:08.382 INFO O| May 28 09:03:08.382 INFO STEP 1000 (remove_files) COMPLETE
78972026-05-28T09:03:09.798Z[ recovery-image] May 28 09:03:08.382 INFO O| May 28 09:03:08.382 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-05-28T09:03:09.804Z[ recovery-image] May 28 09:03:08.390 INFO O| May 28 09:03:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78992026-05-28T09:03:09.804Z[ recovery-image] May 28 09:03:08.390 INFO O| May 28 09:03:08.390 INFO STEP 1001 (remove_files) COMPLETE
79002026-05-28T09:03:09.804Z[ recovery-image] May 28 09:03:08.390 INFO O| May 28 09:03:08.390 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-05-28T09:03:09.815Z[ recovery-image] May 28 09:03:08.401 INFO O| May 28 09:03:08.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79022026-05-28T09:03:09.815Z[ recovery-image] May 28 09:03:08.401 INFO O| May 28 09:03:08.401 INFO STEP 1002 (remove_files) COMPLETE
79032026-05-28T09:03:09.815Z[ recovery-image] May 28 09:03:08.401 INFO O| May 28 09:03:08.401 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-05-28T09:03:09.825Z[ recovery-image] May 28 09:03:08.411 INFO O| May 28 09:03:08.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79052026-05-28T09:03:09.825Z[ recovery-image] May 28 09:03:08.411 INFO O| May 28 09:03:08.411 INFO STEP 1003 (remove_files) COMPLETE
79062026-05-28T09:03:09.828Z[ recovery-image] May 28 09:03:08.411 INFO O| May 28 09:03:08.411 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-05-28T09:03:09.835Z[ recovery-image] May 28 09:03:08.420 INFO O| May 28 09:03:08.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79082026-05-28T09:03:09.835Z[ recovery-image] May 28 09:03:08.421 INFO O| May 28 09:03:08.421 INFO STEP 1004 (remove_files) COMPLETE
79092026-05-28T09:03:09.835Z[ recovery-image] May 28 09:03:08.421 INFO O| May 28 09:03:08.421 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-05-28T09:03:09.843Z[ recovery-image] May 28 09:03:08.429 INFO O| May 28 09:03:08.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79112026-05-28T09:03:09.843Z[ recovery-image] May 28 09:03:08.429 INFO O| May 28 09:03:08.429 INFO STEP 1005 (remove_files) COMPLETE
79122026-05-28T09:03:09.846Z[ recovery-image] May 28 09:03:08.429 INFO O| May 28 09:03:08.429 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-05-28T09:03:09.851Z[ recovery-image] May 28 09:03:08.437 INFO O| May 28 09:03:08.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79142026-05-28T09:03:09.851Z[ recovery-image] May 28 09:03:08.437 INFO O| May 28 09:03:08.437 INFO STEP 1006 (remove_files) COMPLETE
79152026-05-28T09:03:09.851Z[ recovery-image] May 28 09:03:08.437 INFO O| May 28 09:03:08.437 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-05-28T09:03:09.860Z[ recovery-image] May 28 09:03:08.446 INFO O| May 28 09:03:08.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79172026-05-28T09:03:09.860Z[ recovery-image] May 28 09:03:08.446 INFO O| May 28 09:03:08.446 INFO STEP 1007 (remove_files) COMPLETE
79182026-05-28T09:03:09.863Z[ recovery-image] May 28 09:03:08.446 INFO O| May 28 09:03:08.446 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-05-28T09:03:09.869Z[ recovery-image] May 28 09:03:08.455 INFO O| May 28 09:03:08.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79202026-05-28T09:03:09.869Z[ recovery-image] May 28 09:03:08.455 INFO O| May 28 09:03:08.455 INFO STEP 1008 (remove_files) COMPLETE
79212026-05-28T09:03:09.869Z[ recovery-image] May 28 09:03:08.455 INFO O| May 28 09:03:08.455 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-05-28T09:03:09.877Z[ recovery-image] May 28 09:03:08.463 INFO O| May 28 09:03:08.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79232026-05-28T09:03:09.877Z[ recovery-image] May 28 09:03:08.463 INFO O| May 28 09:03:08.463 INFO STEP 1009 (remove_files) COMPLETE
79242026-05-28T09:03:09.880Z[ recovery-image] May 28 09:03:08.463 INFO O| May 28 09:03:08.463 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-05-28T09:03:09.885Z[ recovery-image] May 28 09:03:08.471 INFO O| May 28 09:03:08.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79262026-05-28T09:03:09.885Z[ recovery-image] May 28 09:03:08.471 INFO O| May 28 09:03:08.471 INFO STEP 1010 (remove_files) COMPLETE
79272026-05-28T09:03:09.887Z[ recovery-image] May 28 09:03:08.471 INFO O| May 28 09:03:08.471 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-05-28T09:03:09.892Z[ recovery-image] May 28 09:03:08.477 INFO O| May 28 09:03:08.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79292026-05-28T09:03:09.892Z[ recovery-image] May 28 09:03:08.478 INFO O| May 28 09:03:08.478 INFO STEP 1011 (remove_files) COMPLETE
79302026-05-28T09:03:09.894Z[ recovery-image] May 28 09:03:08.478 INFO O| May 28 09:03:08.478 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-05-28T09:03:09.898Z[ recovery-image] May 28 09:03:08.484 INFO O| May 28 09:03:08.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79322026-05-28T09:03:09.898Z[ recovery-image] May 28 09:03:08.484 INFO O| May 28 09:03:08.484 INFO STEP 1012 (remove_files) COMPLETE
79332026-05-28T09:03:09.898Z[ recovery-image] May 28 09:03:08.484 INFO O| May 28 09:03:08.484 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-05-28T09:03:09.905Z[ recovery-image] May 28 09:03:08.491 INFO O| May 28 09:03:08.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79352026-05-28T09:03:09.905Z[ recovery-image] May 28 09:03:08.491 INFO O| May 28 09:03:08.491 INFO STEP 1013 (remove_files) COMPLETE
79362026-05-28T09:03:09.905Z[ recovery-image] May 28 09:03:08.491 INFO O| May 28 09:03:08.491 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-05-28T09:03:09.912Z[ recovery-image] May 28 09:03:08.498 INFO O| May 28 09:03:08.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79382026-05-28T09:03:09.912Z[ recovery-image] May 28 09:03:08.498 INFO O| May 28 09:03:08.498 INFO STEP 1014 (remove_files) COMPLETE
79392026-05-28T09:03:09.914Z[ recovery-image] May 28 09:03:08.498 INFO O| May 28 09:03:08.498 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-05-28T09:03:09.919Z[ recovery-image] May 28 09:03:08.505 INFO O| May 28 09:03:08.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79412026-05-28T09:03:09.919Z[ recovery-image] May 28 09:03:08.505 INFO O| May 28 09:03:08.505 INFO STEP 1015 (remove_files) COMPLETE
79422026-05-28T09:03:09.922Z[ recovery-image] May 28 09:03:08.505 INFO O| May 28 09:03:08.505 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-05-28T09:03:09.925Z[ recovery-image] May 28 09:03:08.511 INFO O| May 28 09:03:08.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79442026-05-28T09:03:09.925Z[ recovery-image] May 28 09:03:08.511 INFO O| May 28 09:03:08.511 INFO STEP 1016 (remove_files) COMPLETE
79452026-05-28T09:03:09.928Z[ recovery-image] May 28 09:03:08.511 INFO O| May 28 09:03:08.511 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-05-28T09:03:09.937Z[ recovery-image] May 28 09:03:08.523 INFO O| May 28 09:03:08.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79472026-05-28T09:03:09.937Z[ recovery-image] May 28 09:03:08.523 INFO O| May 28 09:03:08.523 INFO STEP 1017 (remove_files) COMPLETE
79482026-05-28T09:03:09.940Z[ recovery-image] May 28 09:03:08.523 INFO O| May 28 09:03:08.523 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-05-28T09:03:09.946Z[ recovery-image] May 28 09:03:08.532 INFO O| May 28 09:03:08.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79502026-05-28T09:03:09.946Z[ recovery-image] May 28 09:03:08.532 INFO O| May 28 09:03:08.532 INFO STEP 1018 (remove_files) COMPLETE
79512026-05-28T09:03:09.946Z[ recovery-image] May 28 09:03:08.532 INFO O| May 28 09:03:08.532 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-05-28T09:03:09.953Z[ recovery-image] May 28 09:03:08.539 INFO O| May 28 09:03:08.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79532026-05-28T09:03:09.953Z[ recovery-image] May 28 09:03:08.539 INFO O| May 28 09:03:08.539 INFO STEP 1019 (remove_files) COMPLETE
79542026-05-28T09:03:09.953Z[ recovery-image] May 28 09:03:08.539 INFO O| May 28 09:03:08.539 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-05-28T09:03:09.960Z[ recovery-image] May 28 09:03:08.546 INFO O| May 28 09:03:08.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79562026-05-28T09:03:09.960Z[ recovery-image] May 28 09:03:08.546 INFO O| May 28 09:03:08.546 INFO STEP 1020 (remove_files) COMPLETE
79572026-05-28T09:03:09.963Z[ recovery-image] May 28 09:03:08.546 INFO O| May 28 09:03:08.546 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-05-28T09:03:09.967Z[ recovery-image] May 28 09:03:08.553 INFO O| May 28 09:03:08.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79592026-05-28T09:03:09.967Z[ recovery-image] May 28 09:03:08.553 INFO O| May 28 09:03:08.553 INFO STEP 1021 (remove_files) COMPLETE
79602026-05-28T09:03:09.970Z[ recovery-image] May 28 09:03:08.553 INFO O| May 28 09:03:08.553 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-05-28T09:03:09.974Z[ recovery-image] May 28 09:03:08.560 INFO O| May 28 09:03:08.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79622026-05-28T09:03:09.974Z[ recovery-image] May 28 09:03:08.560 INFO O| May 28 09:03:08.560 INFO STEP 1022 (remove_files) COMPLETE
79632026-05-28T09:03:09.977Z[ recovery-image] May 28 09:03:08.560 INFO O| May 28 09:03:08.560 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-05-28T09:03:09.982Z[ recovery-image] May 28 09:03:08.568 INFO O| May 28 09:03:08.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79652026-05-28T09:03:09.982Z[ recovery-image] May 28 09:03:08.568 INFO O| May 28 09:03:08.568 INFO STEP 1023 (remove_files) COMPLETE
79662026-05-28T09:03:09.985Z[ recovery-image] May 28 09:03:08.568 INFO O| May 28 09:03:08.568 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-05-28T09:03:09.990Z[ recovery-image] May 28 09:03:08.576 INFO O| May 28 09:03:08.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79682026-05-28T09:03:09.990Z[ recovery-image] May 28 09:03:08.576 INFO O| May 28 09:03:08.576 INFO STEP 1024 (remove_files) COMPLETE
79692026-05-28T09:03:09.993Z[ recovery-image] May 28 09:03:08.576 INFO O| May 28 09:03:08.576 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-05-28T09:03:09.997Z[ recovery-image] May 28 09:03:08.583 INFO O| May 28 09:03:08.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79712026-05-28T09:03:09.997Z[ recovery-image] May 28 09:03:08.583 INFO O| May 28 09:03:08.583 INFO STEP 1025 (remove_files) COMPLETE
79722026-05-28T09:03:09.997Z[ recovery-image] May 28 09:03:08.583 INFO O| May 28 09:03:08.583 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-05-28T09:03:10.005Z[ recovery-image] May 28 09:03:08.591 INFO O| May 28 09:03:08.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79742026-05-28T09:03:10.005Z[ recovery-image] May 28 09:03:08.591 INFO O| May 28 09:03:08.591 INFO STEP 1026 (remove_files) COMPLETE
79752026-05-28T09:03:10.005Z[ recovery-image] May 28 09:03:08.591 INFO O| May 28 09:03:08.591 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-05-28T09:03:10.013Z[ recovery-image] May 28 09:03:08.599 INFO O| May 28 09:03:08.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79772026-05-28T09:03:10.013Z[ recovery-image] May 28 09:03:08.599 INFO O| May 28 09:03:08.599 INFO STEP 1027 (remove_files) COMPLETE
79782026-05-28T09:03:10.016Z[ recovery-image] May 28 09:03:08.599 INFO O| May 28 09:03:08.599 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-05-28T09:03:10.021Z[ recovery-image] May 28 09:03:08.607 INFO O| May 28 09:03:08.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79802026-05-28T09:03:10.021Z[ recovery-image] May 28 09:03:08.607 INFO O| May 28 09:03:08.607 INFO STEP 1028 (remove_files) COMPLETE
79812026-05-28T09:03:10.024Z[ recovery-image] May 28 09:03:08.607 INFO O| May 28 09:03:08.607 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-05-28T09:03:10.028Z[ recovery-image] May 28 09:03:08.614 INFO O| May 28 09:03:08.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79832026-05-28T09:03:10.028Z[ recovery-image] May 28 09:03:08.614 INFO O| May 28 09:03:08.614 INFO STEP 1029 (remove_files) COMPLETE
79842026-05-28T09:03:10.031Z[ recovery-image] May 28 09:03:08.614 INFO O| May 28 09:03:08.614 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-05-28T09:03:10.040Z[ recovery-image] May 28 09:03:08.624 INFO O| May 28 09:03:08.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79862026-05-28T09:03:10.040Z[ recovery-image] May 28 09:03:08.625 INFO O| May 28 09:03:08.625 INFO STEP 1030 (remove_files) COMPLETE
79872026-05-28T09:03:10.040Z[ recovery-image] May 28 09:03:08.625 INFO O| May 28 09:03:08.625 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-05-28T09:03:10.047Z[ recovery-image] May 28 09:03:08.633 INFO O| May 28 09:03:08.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79892026-05-28T09:03:10.047Z[ recovery-image] May 28 09:03:08.633 INFO O| May 28 09:03:08.633 INFO STEP 1031 (remove_files) COMPLETE
79902026-05-28T09:03:10.047Z[ recovery-image] May 28 09:03:08.633 INFO O| May 28 09:03:08.633 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-05-28T09:03:10.054Z[ recovery-image] May 28 09:03:08.640 INFO O| May 28 09:03:08.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79922026-05-28T09:03:10.054Z[ recovery-image] May 28 09:03:08.640 INFO O| May 28 09:03:08.640 INFO STEP 1032 (remove_files) COMPLETE
79932026-05-28T09:03:10.057Z[ recovery-image] May 28 09:03:08.640 INFO O| May 28 09:03:08.640 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-05-28T09:03:10.062Z[ recovery-image] May 28 09:03:08.648 INFO O| May 28 09:03:08.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79952026-05-28T09:03:10.062Z[ recovery-image] May 28 09:03:08.648 INFO O| May 28 09:03:08.648 INFO STEP 1033 (remove_files) COMPLETE
79962026-05-28T09:03:10.062Z[ recovery-image] May 28 09:03:08.648 INFO O| May 28 09:03:08.648 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-05-28T09:03:10.070Z[ recovery-image] May 28 09:03:08.656 INFO O| May 28 09:03:08.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79982026-05-28T09:03:10.070Z[ recovery-image] May 28 09:03:08.656 INFO O| May 28 09:03:08.656 INFO STEP 1034 (remove_files) COMPLETE
79992026-05-28T09:03:10.070Z[ recovery-image] May 28 09:03:08.656 INFO O| May 28 09:03:08.656 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-05-28T09:03:10.078Z[ recovery-image] May 28 09:03:08.664 INFO O| May 28 09:03:08.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80012026-05-28T09:03:10.078Z[ recovery-image] May 28 09:03:08.664 INFO O| May 28 09:03:08.664 INFO STEP 1035 (remove_files) COMPLETE
80022026-05-28T09:03:10.078Z[ recovery-image] May 28 09:03:08.664 INFO O| May 28 09:03:08.664 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-05-28T09:03:10.085Z[ recovery-image] May 28 09:03:08.671 INFO O| May 28 09:03:08.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80042026-05-28T09:03:10.085Z[ recovery-image] May 28 09:03:08.671 INFO O| May 28 09:03:08.671 INFO STEP 1036 (remove_files) COMPLETE
80052026-05-28T09:03:10.085Z[ recovery-image] May 28 09:03:08.671 INFO O| May 28 09:03:08.671 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-05-28T09:03:10.093Z[ recovery-image] May 28 09:03:08.679 INFO O| May 28 09:03:08.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80072026-05-28T09:03:10.093Z[ recovery-image] May 28 09:03:08.679 INFO O| May 28 09:03:08.679 INFO STEP 1037 (remove_files) COMPLETE
80082026-05-28T09:03:10.093Z[ recovery-image] May 28 09:03:08.679 INFO O| May 28 09:03:08.679 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-05-28T09:03:10.101Z[ recovery-image] May 28 09:03:08.687 INFO O| May 28 09:03:08.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80102026-05-28T09:03:10.101Z[ recovery-image] May 28 09:03:08.687 INFO O| May 28 09:03:08.687 INFO STEP 1038 (remove_files) COMPLETE
80112026-05-28T09:03:10.104Z[ recovery-image] May 28 09:03:08.687 INFO O| May 28 09:03:08.687 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-05-28T09:03:10.109Z[ recovery-image] May 28 09:03:08.695 INFO O| May 28 09:03:08.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80132026-05-28T09:03:10.109Z[ recovery-image] May 28 09:03:08.695 INFO O| May 28 09:03:08.695 INFO STEP 1039 (remove_files) COMPLETE
80142026-05-28T09:03:10.112Z[ recovery-image] May 28 09:03:08.695 INFO O| May 28 09:03:08.695 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-05-28T09:03:10.118Z[ recovery-image] May 28 09:03:08.704 INFO O| May 28 09:03:08.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80162026-05-28T09:03:10.118Z[ recovery-image] May 28 09:03:08.704 INFO O| May 28 09:03:08.704 INFO STEP 1040 (remove_files) COMPLETE
80172026-05-28T09:03:10.120Z[ recovery-image] May 28 09:03:08.704 INFO O| May 28 09:03:08.704 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-05-28T09:03:10.126Z[ recovery-image] May 28 09:03:08.712 INFO O| May 28 09:03:08.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80192026-05-28T09:03:10.126Z[ recovery-image] May 28 09:03:08.712 INFO O| May 28 09:03:08.712 INFO STEP 1041 (remove_files) COMPLETE
80202026-05-28T09:03:10.126Z[ recovery-image] May 28 09:03:08.712 INFO O| May 28 09:03:08.712 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-05-28T09:03:10.135Z[ recovery-image] May 28 09:03:08.721 INFO O| May 28 09:03:08.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80222026-05-28T09:03:10.135Z[ recovery-image] May 28 09:03:08.721 INFO O| May 28 09:03:08.721 INFO STEP 1042 (remove_files) COMPLETE
80232026-05-28T09:03:10.135Z[ recovery-image] May 28 09:03:08.721 INFO O| May 28 09:03:08.721 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-05-28T09:03:10.143Z[ recovery-image] May 28 09:03:08.729 INFO O| May 28 09:03:08.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80252026-05-28T09:03:10.143Z[ recovery-image] May 28 09:03:08.729 INFO O| May 28 09:03:08.729 INFO STEP 1043 (remove_files) COMPLETE
80262026-05-28T09:03:10.146Z[ recovery-image] May 28 09:03:08.729 INFO O| May 28 09:03:08.729 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-05-28T09:03:10.152Z[ recovery-image] May 28 09:03:08.738 INFO O| May 28 09:03:08.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80282026-05-28T09:03:10.152Z[ recovery-image] May 28 09:03:08.738 INFO O| May 28 09:03:08.738 INFO STEP 1044 (remove_files) COMPLETE
80292026-05-28T09:03:10.155Z[ recovery-image] May 28 09:03:08.738 INFO O| May 28 09:03:08.738 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-05-28T09:03:10.160Z[ recovery-image] May 28 09:03:08.746 INFO O| May 28 09:03:08.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80312026-05-28T09:03:10.160Z[ recovery-image] May 28 09:03:08.746 INFO O| May 28 09:03:08.746 INFO STEP 1045 (remove_files) COMPLETE
80322026-05-28T09:03:10.160Z[ recovery-image] May 28 09:03:08.746 INFO O| May 28 09:03:08.746 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-05-28T09:03:10.168Z[ recovery-image] May 28 09:03:08.754 INFO O| May 28 09:03:08.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80342026-05-28T09:03:10.168Z[ recovery-image] May 28 09:03:08.754 INFO O| May 28 09:03:08.754 INFO STEP 1046 (remove_files) COMPLETE
80352026-05-28T09:03:10.171Z[ recovery-image] May 28 09:03:08.754 INFO O| May 28 09:03:08.754 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-05-28T09:03:10.177Z[ recovery-image] May 28 09:03:08.763 INFO O| May 28 09:03:08.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80372026-05-28T09:03:10.177Z[ recovery-image] May 28 09:03:08.763 INFO O| May 28 09:03:08.763 INFO STEP 1047 (remove_files) COMPLETE
80382026-05-28T09:03:10.180Z[ recovery-image] May 28 09:03:08.763 INFO O| May 28 09:03:08.763 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-05-28T09:03:10.186Z[ recovery-image] May 28 09:03:08.772 INFO O| May 28 09:03:08.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80402026-05-28T09:03:10.189Z[ recovery-image] May 28 09:03:08.773 INFO O| May 28 09:03:08.773 INFO STEP 1048 (remove_files) COMPLETE
80412026-05-28T09:03:10.189Z[ recovery-image] May 28 09:03:08.773 INFO O| May 28 09:03:08.773 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-05-28T09:03:10.197Z[ recovery-image] May 28 09:03:08.783 INFO O| May 28 09:03:08.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80432026-05-28T09:03:10.197Z[ recovery-image] May 28 09:03:08.783 INFO O| May 28 09:03:08.783 INFO STEP 1049 (remove_files) COMPLETE
80442026-05-28T09:03:10.200Z[ recovery-image] May 28 09:03:08.783 INFO O| May 28 09:03:08.783 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-05-28T09:03:10.206Z[ recovery-image] May 28 09:03:08.792 INFO O| May 28 09:03:08.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80462026-05-28T09:03:10.206Z[ recovery-image] May 28 09:03:08.792 INFO O| May 28 09:03:08.792 INFO STEP 1050 (remove_files) COMPLETE
80472026-05-28T09:03:10.206Z[ recovery-image] May 28 09:03:08.792 INFO O| May 28 09:03:08.792 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-05-28T09:03:10.215Z[ recovery-image] May 28 09:03:08.801 INFO O| May 28 09:03:08.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80492026-05-28T09:03:10.215Z[ recovery-image] May 28 09:03:08.801 INFO O| May 28 09:03:08.801 INFO STEP 1051 (remove_files) COMPLETE
80502026-05-28T09:03:10.215Z[ recovery-image] May 28 09:03:08.801 INFO O| May 28 09:03:08.801 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-05-28T09:03:10.226Z[ recovery-image] May 28 09:03:08.809 INFO O| May 28 09:03:08.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80522026-05-28T09:03:10.226Z[ recovery-image] May 28 09:03:08.809 INFO O| May 28 09:03:08.809 INFO STEP 1052 (remove_files) COMPLETE
80532026-05-28T09:03:10.226Z[ recovery-image] May 28 09:03:08.809 INFO O| May 28 09:03:08.809 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-05-28T09:03:10.231Z[ recovery-image] May 28 09:03:08.817 INFO O| May 28 09:03:08.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80552026-05-28T09:03:10.231Z[ recovery-image] May 28 09:03:08.817 INFO O| May 28 09:03:08.817 INFO STEP 1053 (remove_files) COMPLETE
80562026-05-28T09:03:10.235Z[ recovery-image] May 28 09:03:08.817 INFO O| May 28 09:03:08.817 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-05-28T09:03:10.241Z[ recovery-image] May 28 09:03:08.827 INFO O| May 28 09:03:08.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80582026-05-28T09:03:10.241Z[ recovery-image] May 28 09:03:08.827 INFO O| May 28 09:03:08.827 INFO STEP 1054 (remove_files) COMPLETE
80592026-05-28T09:03:10.241Z[ recovery-image] May 28 09:03:08.827 INFO O| May 28 09:03:08.827 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-05-28T09:03:10.250Z[ recovery-image] May 28 09:03:08.836 INFO O| May 28 09:03:08.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80612026-05-28T09:03:10.250Z[ recovery-image] May 28 09:03:08.836 INFO O| May 28 09:03:08.836 INFO STEP 1055 (remove_files) COMPLETE
80622026-05-28T09:03:10.250Z[ recovery-image] May 28 09:03:08.836 INFO O| May 28 09:03:08.836 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-05-28T09:03:10.259Z[ recovery-image] May 28 09:03:08.845 INFO O| May 28 09:03:08.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80642026-05-28T09:03:10.259Z[ recovery-image] May 28 09:03:08.845 INFO O| May 28 09:03:08.845 INFO STEP 1056 (remove_files) COMPLETE
80652026-05-28T09:03:10.259Z[ recovery-image] May 28 09:03:08.845 INFO O| May 28 09:03:08.845 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-05-28T09:03:10.269Z[ recovery-image] May 28 09:03:08.855 INFO O| May 28 09:03:08.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80672026-05-28T09:03:10.269Z[ recovery-image] May 28 09:03:08.855 INFO O| May 28 09:03:08.855 INFO STEP 1057 (remove_files) COMPLETE
80682026-05-28T09:03:10.269Z[ recovery-image] May 28 09:03:08.855 INFO O| May 28 09:03:08.855 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-05-28T09:03:10.277Z[ recovery-image] May 28 09:03:08.863 INFO O| May 28 09:03:08.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80702026-05-28T09:03:10.277Z[ recovery-image] May 28 09:03:08.863 INFO O| May 28 09:03:08.863 INFO STEP 1058 (remove_files) COMPLETE
80712026-05-28T09:03:10.281Z[ recovery-image] May 28 09:03:08.863 INFO O| May 28 09:03:08.863 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-05-28T09:03:10.286Z[ recovery-image] May 28 09:03:08.872 INFO O| May 28 09:03:08.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80732026-05-28T09:03:10.286Z[ recovery-image] May 28 09:03:08.872 INFO O| May 28 09:03:08.872 INFO STEP 1059 (remove_files) COMPLETE
80742026-05-28T09:03:10.289Z[ recovery-image] May 28 09:03:08.872 INFO O| May 28 09:03:08.872 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-05-28T09:03:10.295Z[ recovery-image] May 28 09:03:08.881 INFO O| May 28 09:03:08.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80762026-05-28T09:03:10.295Z[ recovery-image] May 28 09:03:08.881 INFO O| May 28 09:03:08.881 INFO STEP 1060 (remove_files) COMPLETE
80772026-05-28T09:03:10.295Z[ recovery-image] May 28 09:03:08.881 INFO O| May 28 09:03:08.881 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-05-28T09:03:10.304Z[ recovery-image] May 28 09:03:08.890 INFO O| May 28 09:03:08.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80792026-05-28T09:03:10.304Z[ recovery-image] May 28 09:03:08.890 INFO O| May 28 09:03:08.890 INFO STEP 1061 (remove_files) COMPLETE
80802026-05-28T09:03:10.304Z[ recovery-image] May 28 09:03:08.890 INFO O| May 28 09:03:08.890 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-05-28T09:03:10.314Z[ recovery-image] May 28 09:03:08.899 INFO O| May 28 09:03:08.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80822026-05-28T09:03:10.314Z[ recovery-image] May 28 09:03:08.899 INFO O| May 28 09:03:08.899 INFO STEP 1062 (remove_files) COMPLETE
80832026-05-28T09:03:10.316Z[ recovery-image] May 28 09:03:08.899 INFO O| May 28 09:03:08.899 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-05-28T09:03:10.323Z[ recovery-image] May 28 09:03:08.909 INFO O| May 28 09:03:08.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80852026-05-28T09:03:10.323Z[ recovery-image] May 28 09:03:08.909 INFO O| May 28 09:03:08.909 INFO STEP 1063 (remove_files) COMPLETE
80862026-05-28T09:03:10.326Z[ recovery-image] May 28 09:03:08.909 INFO O| May 28 09:03:08.909 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-05-28T09:03:10.332Z[ recovery-image] May 28 09:03:08.918 INFO O| May 28 09:03:08.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80882026-05-28T09:03:10.332Z[ recovery-image] May 28 09:03:08.918 INFO O| May 28 09:03:08.918 INFO STEP 1064 (remove_files) COMPLETE
80892026-05-28T09:03:10.332Z[ recovery-image] May 28 09:03:08.918 INFO O| May 28 09:03:08.918 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-05-28T09:03:10.341Z[ recovery-image] May 28 09:03:08.927 INFO O| May 28 09:03:08.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80912026-05-28T09:03:10.341Z[ recovery-image] May 28 09:03:08.927 INFO O| May 28 09:03:08.927 INFO STEP 1065 (remove_files) COMPLETE
80922026-05-28T09:03:10.344Z[ recovery-image] May 28 09:03:08.927 INFO O| May 28 09:03:08.927 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-05-28T09:03:10.350Z[ recovery-image] May 28 09:03:08.936 INFO O| May 28 09:03:08.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80942026-05-28T09:03:10.350Z[ recovery-image] May 28 09:03:08.936 INFO O| May 28 09:03:08.936 INFO STEP 1066 (remove_files) COMPLETE
80952026-05-28T09:03:10.353Z[ recovery-image] May 28 09:03:08.936 INFO O| May 28 09:03:08.936 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-05-28T09:03:10.359Z[ recovery-image] May 28 09:03:08.945 INFO O| May 28 09:03:08.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80972026-05-28T09:03:10.362Z[ recovery-image] May 28 09:03:08.945 INFO O| May 28 09:03:08.945 INFO STEP 1067 (remove_files) COMPLETE
80982026-05-28T09:03:10.362Z[ recovery-image] May 28 09:03:08.945 INFO O| May 28 09:03:08.945 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-05-28T09:03:10.369Z[ recovery-image] May 28 09:03:08.954 INFO O| May 28 09:03:08.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81002026-05-28T09:03:10.369Z[ recovery-image] May 28 09:03:08.955 INFO O| May 28 09:03:08.955 INFO STEP 1068 (remove_files) COMPLETE
81012026-05-28T09:03:10.371Z[ recovery-image] May 28 09:03:08.955 INFO O| May 28 09:03:08.955 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-05-28T09:03:10.378Z[ recovery-image] May 28 09:03:08.964 INFO O| May 28 09:03:08.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81032026-05-28T09:03:10.378Z[ recovery-image] May 28 09:03:08.964 INFO O| May 28 09:03:08.964 INFO STEP 1069 (remove_files) COMPLETE
81042026-05-28T09:03:10.378Z[ recovery-image] May 28 09:03:08.964 INFO O| May 28 09:03:08.964 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-05-28T09:03:10.387Z[ recovery-image] May 28 09:03:08.973 INFO O| May 28 09:03:08.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81062026-05-28T09:03:10.387Z[ recovery-image] May 28 09:03:08.973 INFO O| May 28 09:03:08.973 INFO STEP 1070 (remove_files) COMPLETE
81072026-05-28T09:03:10.387Z[ recovery-image] May 28 09:03:08.973 INFO O| May 28 09:03:08.973 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-05-28T09:03:10.395Z[ recovery-image] May 28 09:03:08.981 INFO O| May 28 09:03:08.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81092026-05-28T09:03:10.396Z[ recovery-image] May 28 09:03:08.981 INFO O| May 28 09:03:08.981 INFO STEP 1071 (remove_files) COMPLETE
81102026-05-28T09:03:10.396Z[ recovery-image] May 28 09:03:08.981 INFO O| May 28 09:03:08.981 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-05-28T09:03:10.404Z[ recovery-image] May 28 09:03:08.990 INFO O| May 28 09:03:08.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81122026-05-28T09:03:10.404Z[ recovery-image] May 28 09:03:08.990 INFO O| May 28 09:03:08.990 INFO STEP 1072 (remove_files) COMPLETE
81132026-05-28T09:03:10.407Z[ recovery-image] May 28 09:03:08.990 INFO O| May 28 09:03:08.990 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-05-28T09:03:10.413Z[ recovery-image] May 28 09:03:08.999 INFO O| May 28 09:03:08.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81152026-05-28T09:03:10.413Z[ recovery-image] May 28 09:03:08.999 INFO O| May 28 09:03:08.999 INFO STEP 1073 (remove_files) COMPLETE
81162026-05-28T09:03:10.416Z[ recovery-image] May 28 09:03:08.999 INFO O| May 28 09:03:08.999 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-05-28T09:03:10.421Z[ recovery-image] May 28 09:03:09.007 INFO O| May 28 09:03:09.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81182026-05-28T09:03:10.422Z[ recovery-image] May 28 09:03:09.008 INFO O| May 28 09:03:09.008 INFO STEP 1074 (remove_files) COMPLETE
81192026-05-28T09:03:10.422Z[ recovery-image] May 28 09:03:09.008 INFO O| May 28 09:03:09.008 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-05-28T09:03:10.431Z[ recovery-image] May 28 09:03:09.017 INFO O| May 28 09:03:09.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81212026-05-28T09:03:10.431Z[ recovery-image] May 28 09:03:09.017 INFO O| May 28 09:03:09.017 INFO STEP 1075 (remove_files) COMPLETE
81222026-05-28T09:03:10.434Z[ recovery-image] May 28 09:03:09.017 INFO O| May 28 09:03:09.017 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-05-28T09:03:10.440Z[ recovery-image] May 28 09:03:09.026 INFO O| May 28 09:03:09.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81242026-05-28T09:03:10.440Z[ recovery-image] May 28 09:03:09.026 INFO O| May 28 09:03:09.026 INFO STEP 1076 (remove_files) COMPLETE
81252026-05-28T09:03:10.442Z[ recovery-image] May 28 09:03:09.026 INFO O| May 28 09:03:09.026 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-05-28T09:03:10.448Z[ recovery-image] May 28 09:03:09.034 INFO O| May 28 09:03:09.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81272026-05-28T09:03:10.448Z[ recovery-image] May 28 09:03:09.034 INFO O| May 28 09:03:09.034 INFO STEP 1077 (remove_files) COMPLETE
81282026-05-28T09:03:10.448Z[ recovery-image] May 28 09:03:09.034 INFO O| May 28 09:03:09.034 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-05-28T09:03:10.458Z[ recovery-image] May 28 09:03:09.044 INFO O| May 28 09:03:09.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81302026-05-28T09:03:10.458Z[ recovery-image] May 28 09:03:09.044 INFO O| May 28 09:03:09.044 INFO STEP 1078 (remove_files) COMPLETE
81312026-05-28T09:03:10.458Z[ recovery-image] May 28 09:03:09.044 INFO O| May 28 09:03:09.044 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-05-28T09:03:10.467Z[ recovery-image] May 28 09:03:09.053 INFO O| May 28 09:03:09.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81332026-05-28T09:03:10.467Z[ recovery-image] May 28 09:03:09.053 INFO O| May 28 09:03:09.053 INFO STEP 1079 (remove_files) COMPLETE
81342026-05-28T09:03:10.467Z[ recovery-image] May 28 09:03:09.053 INFO O| May 28 09:03:09.053 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-05-28T09:03:10.476Z[ recovery-image] May 28 09:03:09.062 INFO O| May 28 09:03:09.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81362026-05-28T09:03:10.476Z[ recovery-image] May 28 09:03:09.062 INFO O| May 28 09:03:09.062 INFO STEP 1080 (remove_files) COMPLETE
81372026-05-28T09:03:10.476Z[ recovery-image] May 28 09:03:09.062 INFO O| May 28 09:03:09.062 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-05-28T09:03:10.485Z[ recovery-image] May 28 09:03:09.071 INFO O| May 28 09:03:09.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81392026-05-28T09:03:10.485Z[ recovery-image] May 28 09:03:09.071 INFO O| May 28 09:03:09.071 INFO STEP 1081 (remove_files) COMPLETE
81402026-05-28T09:03:10.486Z[ recovery-image] May 28 09:03:09.071 INFO O| May 28 09:03:09.071 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-05-28T09:03:10.495Z[ recovery-image] May 28 09:03:09.081 INFO O| May 28 09:03:09.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81422026-05-28T09:03:10.495Z[ recovery-image] May 28 09:03:09.081 INFO O| May 28 09:03:09.081 INFO STEP 1082 (remove_files) COMPLETE
81432026-05-28T09:03:10.498Z[ recovery-image] May 28 09:03:09.081 INFO O| May 28 09:03:09.081 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-05-28T09:03:10.504Z[ recovery-image] May 28 09:03:09.090 INFO O| May 28 09:03:09.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81452026-05-28T09:03:10.504Z[ recovery-image] May 28 09:03:09.090 INFO O| May 28 09:03:09.090 INFO STEP 1083 (remove_files) COMPLETE
81462026-05-28T09:03:10.507Z[ recovery-image] May 28 09:03:09.090 INFO O| May 28 09:03:09.090 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-05-28T09:03:10.515Z[ recovery-image] May 28 09:03:09.101 INFO O| May 28 09:03:09.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81482026-05-28T09:03:10.515Z[ recovery-image] May 28 09:03:09.101 INFO O| May 28 09:03:09.101 INFO STEP 1084 (remove_files) COMPLETE
81492026-05-28T09:03:10.515Z[ recovery-image] May 28 09:03:09.101 INFO O| May 28 09:03:09.101 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-05-28T09:03:10.525Z[ recovery-image] May 28 09:03:09.111 INFO O| May 28 09:03:09.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81512026-05-28T09:03:10.525Z[ recovery-image] May 28 09:03:09.111 INFO O| May 28 09:03:09.111 INFO STEP 1085 (remove_files) COMPLETE
81522026-05-28T09:03:10.526Z[ recovery-image] May 28 09:03:09.111 INFO O| May 28 09:03:09.111 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-05-28T09:03:10.536Z[ recovery-image] May 28 09:03:09.122 INFO O| May 28 09:03:09.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81542026-05-28T09:03:10.537Z[ recovery-image] May 28 09:03:09.122 INFO O| May 28 09:03:09.122 INFO STEP 1086 (remove_files) COMPLETE
81552026-05-28T09:03:10.540Z[ recovery-image] May 28 09:03:09.122 INFO O| May 28 09:03:09.122 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-05-28T09:03:10.548Z[ recovery-image] May 28 09:03:09.134 INFO O| May 28 09:03:09.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81572026-05-28T09:03:10.548Z[ recovery-image] May 28 09:03:09.134 INFO O| May 28 09:03:09.134 INFO STEP 1087 (remove_files) COMPLETE
81582026-05-28T09:03:10.551Z[ recovery-image] May 28 09:03:09.134 INFO O| May 28 09:03:09.134 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-05-28T09:03:10.559Z[ recovery-image] May 28 09:03:09.145 INFO O| May 28 09:03:09.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81602026-05-28T09:03:10.559Z[ recovery-image] May 28 09:03:09.145 INFO O| May 28 09:03:09.145 INFO STEP 1088 (remove_files) COMPLETE
81612026-05-28T09:03:10.563Z[ recovery-image] May 28 09:03:09.145 INFO O| May 28 09:03:09.145 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-05-28T09:03:10.570Z[ recovery-image] May 28 09:03:09.156 INFO O| May 28 09:03:09.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81632026-05-28T09:03:10.570Z[ recovery-image] May 28 09:03:09.156 INFO O| May 28 09:03:09.156 INFO STEP 1089 (remove_files) COMPLETE
81642026-05-28T09:03:10.573Z[ recovery-image] May 28 09:03:09.156 INFO O| May 28 09:03:09.156 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-05-28T09:03:10.580Z[ recovery-image] May 28 09:03:09.166 INFO O| May 28 09:03:09.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81662026-05-28T09:03:10.580Z[ recovery-image] May 28 09:03:09.166 INFO O| May 28 09:03:09.166 INFO STEP 1090 (remove_files) COMPLETE
81672026-05-28T09:03:10.583Z[ recovery-image] May 28 09:03:09.166 INFO O| May 28 09:03:09.166 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-05-28T09:03:10.589Z[ recovery-image] May 28 09:03:09.175 INFO O| May 28 09:03:09.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81692026-05-28T09:03:10.589Z[ recovery-image] May 28 09:03:09.175 INFO O| May 28 09:03:09.175 INFO STEP 1091 (remove_files) COMPLETE
81702026-05-28T09:03:10.589Z[ recovery-image] May 28 09:03:09.175 INFO O| May 28 09:03:09.175 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-05-28T09:03:10.599Z[ recovery-image] May 28 09:03:09.184 INFO O| May 28 09:03:09.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81722026-05-28T09:03:10.599Z[ recovery-image] May 28 09:03:09.184 INFO O| May 28 09:03:09.184 INFO STEP 1092 (remove_files) COMPLETE
81732026-05-28T09:03:10.599Z[ recovery-image] May 28 09:03:09.184 INFO O| May 28 09:03:09.184 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-05-28T09:03:10.608Z[ recovery-image] May 28 09:03:09.194 INFO O| May 28 09:03:09.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81752026-05-28T09:03:10.608Z[ recovery-image] May 28 09:03:09.194 INFO O| May 28 09:03:09.194 INFO STEP 1093 (remove_files) COMPLETE
81762026-05-28T09:03:10.611Z[ recovery-image] May 28 09:03:09.194 INFO O| May 28 09:03:09.194 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-05-28T09:03:10.617Z[ recovery-image] May 28 09:03:09.203 INFO O| May 28 09:03:09.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81782026-05-28T09:03:10.617Z[ recovery-image] May 28 09:03:09.203 INFO O| May 28 09:03:09.203 INFO STEP 1094 (remove_files) COMPLETE
81792026-05-28T09:03:10.617Z[ recovery-image] May 28 09:03:09.203 INFO O| May 28 09:03:09.203 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-05-28T09:03:10.626Z[ recovery-image] May 28 09:03:09.212 INFO O| May 28 09:03:09.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81812026-05-28T09:03:10.626Z[ recovery-image] May 28 09:03:09.212 INFO O| May 28 09:03:09.212 INFO STEP 1095 (remove_files) COMPLETE
81822026-05-28T09:03:10.629Z[ recovery-image] May 28 09:03:09.212 INFO O| May 28 09:03:09.212 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-05-28T09:03:10.635Z[ recovery-image] May 28 09:03:09.221 INFO O| May 28 09:03:09.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81842026-05-28T09:03:10.635Z[ recovery-image] May 28 09:03:09.221 INFO O| May 28 09:03:09.221 INFO STEP 1096 (remove_files) COMPLETE
81852026-05-28T09:03:10.638Z[ recovery-image] May 28 09:03:09.221 INFO O| May 28 09:03:09.221 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-05-28T09:03:10.643Z[ recovery-image] May 28 09:03:09.229 INFO O| May 28 09:03:09.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81872026-05-28T09:03:10.643Z[ recovery-image] May 28 09:03:09.229 INFO O| May 28 09:03:09.229 INFO STEP 1097 (remove_files) COMPLETE
81882026-05-28T09:03:10.646Z[ recovery-image] May 28 09:03:09.229 INFO O| May 28 09:03:09.229 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-05-28T09:03:10.651Z[ recovery-image] May 28 09:03:09.237 INFO O| May 28 09:03:09.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81902026-05-28T09:03:10.651Z[ recovery-image] May 28 09:03:09.237 INFO O| May 28 09:03:09.237 INFO STEP 1098 (remove_files) COMPLETE
81912026-05-28T09:03:10.651Z[ recovery-image] May 28 09:03:09.237 INFO O| May 28 09:03:09.237 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-05-28T09:03:10.660Z[ recovery-image] May 28 09:03:09.246 INFO O| May 28 09:03:09.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81932026-05-28T09:03:10.660Z[ recovery-image] May 28 09:03:09.246 INFO O| May 28 09:03:09.246 INFO STEP 1099 (remove_files) COMPLETE
81942026-05-28T09:03:10.660Z[ recovery-image] May 28 09:03:09.246 INFO O| May 28 09:03:09.246 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-05-28T09:03:10.669Z[ recovery-image] May 28 09:03:09.254 INFO O| May 28 09:03:09.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81962026-05-28T09:03:10.669Z[ recovery-image] May 28 09:03:09.255 INFO O| May 28 09:03:09.255 INFO STEP 1100 (remove_files) COMPLETE
81972026-05-28T09:03:10.672Z[ recovery-image] May 28 09:03:09.255 INFO O| May 28 09:03:09.255 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-05-28T09:03:10.678Z[ recovery-image] May 28 09:03:09.264 INFO O| May 28 09:03:09.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81992026-05-28T09:03:10.678Z[ recovery-image] May 28 09:03:09.264 INFO O| May 28 09:03:09.264 INFO STEP 1101 (remove_files) COMPLETE
82002026-05-28T09:03:10.681Z[ recovery-image] May 28 09:03:09.264 INFO O| May 28 09:03:09.264 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-05-28T09:03:10.687Z[ recovery-image] May 28 09:03:09.273 INFO O| May 28 09:03:09.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82022026-05-28T09:03:10.687Z[ recovery-image] May 28 09:03:09.273 INFO O| May 28 09:03:09.273 INFO STEP 1102 (remove_files) COMPLETE
82032026-05-28T09:03:10.687Z[ recovery-image] May 28 09:03:09.273 INFO O| May 28 09:03:09.273 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-05-28T09:03:10.695Z[ recovery-image] May 28 09:03:09.281 INFO O| May 28 09:03:09.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82052026-05-28T09:03:10.695Z[ recovery-image] May 28 09:03:09.281 INFO O| May 28 09:03:09.281 INFO STEP 1103 (remove_files) COMPLETE
82062026-05-28T09:03:10.695Z[ recovery-image] May 28 09:03:09.281 INFO O| May 28 09:03:09.281 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-05-28T09:03:10.703Z[ recovery-image] May 28 09:03:09.289 INFO O| May 28 09:03:09.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82082026-05-28T09:03:10.703Z[ recovery-image] May 28 09:03:09.289 INFO O| May 28 09:03:09.289 INFO STEP 1104 (remove_files) COMPLETE
82092026-05-28T09:03:10.703Z[ recovery-image] May 28 09:03:09.289 INFO O| May 28 09:03:09.289 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-05-28T09:03:10.711Z[ recovery-image] May 28 09:03:09.297 INFO O| May 28 09:03:09.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82112026-05-28T09:03:10.711Z[ recovery-image] May 28 09:03:09.297 INFO O| May 28 09:03:09.297 INFO STEP 1105 (remove_files) COMPLETE
82122026-05-28T09:03:10.711Z[ recovery-image] May 28 09:03:09.297 INFO O| May 28 09:03:09.297 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-05-28T09:03:10.719Z[ recovery-image] May 28 09:03:09.305 INFO O| May 28 09:03:09.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82142026-05-28T09:03:10.719Z[ recovery-image] May 28 09:03:09.305 INFO O| May 28 09:03:09.305 INFO STEP 1106 (remove_files) COMPLETE
82152026-05-28T09:03:10.719Z[ recovery-image] May 28 09:03:09.305 INFO O| May 28 09:03:09.305 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-05-28T09:03:10.728Z[ recovery-image] May 28 09:03:09.314 INFO O| May 28 09:03:09.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82172026-05-28T09:03:10.728Z[ recovery-image] May 28 09:03:09.314 INFO O| May 28 09:03:09.314 INFO STEP 1107 (remove_files) COMPLETE
82182026-05-28T09:03:10.728Z[ recovery-image] May 28 09:03:09.314 INFO O| May 28 09:03:09.314 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-05-28T09:03:10.736Z[ recovery-image] May 28 09:03:09.322 INFO O| May 28 09:03:09.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82202026-05-28T09:03:10.736Z[ recovery-image] May 28 09:03:09.322 INFO O| May 28 09:03:09.322 INFO STEP 1108 (remove_files) COMPLETE
82212026-05-28T09:03:10.736Z[ recovery-image] May 28 09:03:09.322 INFO O| May 28 09:03:09.322 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-05-28T09:03:10.743Z[ recovery-image] May 28 09:03:09.329 INFO O| May 28 09:03:09.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82232026-05-28T09:03:10.743Z[ recovery-image] May 28 09:03:09.329 INFO O| May 28 09:03:09.329 INFO STEP 1109 (remove_files) COMPLETE
82242026-05-28T09:03:10.743Z[ recovery-image] May 28 09:03:09.329 INFO O| May 28 09:03:09.329 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-05-28T09:03:10.750Z[ recovery-image] May 28 09:03:09.336 INFO O| May 28 09:03:09.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82262026-05-28T09:03:10.753Z[ recovery-image] May 28 09:03:09.336 INFO O| May 28 09:03:09.336 INFO STEP 1110 (remove_files) COMPLETE
82272026-05-28T09:03:10.753Z[ recovery-image] May 28 09:03:09.336 INFO O| May 28 09:03:09.336 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-05-28T09:03:10.757Z[ recovery-image] May 28 09:03:09.344 INFO O| May 28 09:03:09.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82292026-05-28T09:03:10.758Z[ recovery-image] May 28 09:03:09.344 INFO O| May 28 09:03:09.344 INFO STEP 1111 (remove_files) COMPLETE
82302026-05-28T09:03:10.760Z[ recovery-image] May 28 09:03:09.344 INFO O| May 28 09:03:09.344 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-05-28T09:03:10.764Z[ recovery-image] May 28 09:03:09.351 INFO O| May 28 09:03:09.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82322026-05-28T09:03:10.765Z[ recovery-image] May 28 09:03:09.351 INFO O| May 28 09:03:09.351 INFO STEP 1112 (remove_files) COMPLETE
82332026-05-28T09:03:10.765Z[ recovery-image] May 28 09:03:09.351 INFO O| May 28 09:03:09.351 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-05-28T09:03:10.772Z[ recovery-image] May 28 09:03:09.358 INFO O| May 28 09:03:09.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82352026-05-28T09:03:10.772Z[ recovery-image] May 28 09:03:09.358 INFO O| May 28 09:03:09.358 INFO STEP 1113 (remove_files) COMPLETE
82362026-05-28T09:03:10.772Z[ recovery-image] May 28 09:03:09.358 INFO O| May 28 09:03:09.358 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-05-28T09:03:10.778Z[ recovery-image] May 28 09:03:09.364 INFO O| May 28 09:03:09.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82382026-05-28T09:03:10.779Z[ recovery-image] May 28 09:03:09.365 INFO O| May 28 09:03:09.365 INFO STEP 1114 (remove_files) COMPLETE
82392026-05-28T09:03:10.779Z[ recovery-image] May 28 09:03:09.365 INFO O| May 28 09:03:09.365 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-05-28T09:03:10.786Z[ recovery-image] May 28 09:03:09.372 INFO O| May 28 09:03:09.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82412026-05-28T09:03:10.786Z[ recovery-image] May 28 09:03:09.372 INFO O| May 28 09:03:09.372 INFO STEP 1115 (remove_files) COMPLETE
82422026-05-28T09:03:10.789Z[ recovery-image] May 28 09:03:09.372 INFO O| May 28 09:03:09.372 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-05-28T09:03:10.793Z[ recovery-image] May 28 09:03:09.379 INFO O| May 28 09:03:09.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82442026-05-28T09:03:10.793Z[ recovery-image] May 28 09:03:09.379 INFO O| May 28 09:03:09.379 INFO STEP 1116 (remove_files) COMPLETE
82452026-05-28T09:03:10.793Z[ recovery-image] May 28 09:03:09.379 INFO O| May 28 09:03:09.379 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-05-28T09:03:10.801Z[ recovery-image] May 28 09:03:09.387 INFO O| May 28 09:03:09.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82472026-05-28T09:03:10.801Z[ recovery-image] May 28 09:03:09.387 INFO O| May 28 09:03:09.387 INFO STEP 1117 (remove_files) COMPLETE
82482026-05-28T09:03:10.801Z[ recovery-image] May 28 09:03:09.387 INFO O| May 28 09:03:09.387 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-05-28T09:03:10.809Z[ recovery-image] May 28 09:03:09.395 INFO O| May 28 09:03:09.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82502026-05-28T09:03:10.809Z[ recovery-image] May 28 09:03:09.395 INFO O| May 28 09:03:09.395 INFO STEP 1118 (remove_files) COMPLETE
82512026-05-28T09:03:10.809Z[ recovery-image] May 28 09:03:09.395 INFO O| May 28 09:03:09.395 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82522026-05-28T09:03:10.820Z[ recovery-image] May 28 09:03:09.406 INFO O| May 28 09:03:09.406 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82532026-05-28T09:03:10.820Z[ recovery-image] May 28 09:03:09.406 INFO O| May 28 09:03:09.406 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82542026-05-28T09:03:11.871Z[ recovery-image] May 28 09:03:10.457 INFO O| May 28 09:03:10.457 INFO STEP 1119 (pack_tar) COMPLETE
82552026-05-28T09:03:11.872Z[ recovery-image] May 28 09:03:10.457 INFO O| May 28 09:03:10.457 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82562026-05-28T09:03:11.872Z[ recovery-image] May 28 09:03:10.457 INFO O| May 28 09:03:10.457 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82572026-05-28T09:03:12.237Z[ recovery-image] May 28 09:03:10.822 INFO O| May 28 09:03:10.822 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82582026-05-28T09:03:12.454Z[ recovery-image] May 28 09:03:11.040 INFO O| May 28 09:03:11.040 INFO completed processing sled/ramdisk-03-recovery-trim
82592026-05-28T09:03:12.460Z[ recovery-image] May 28 09:03:11.044 INFO image builder template: zfs-recovery...
82602026-05-28T09:03:12.460Z[ recovery-image] May 28 09:03:11.044 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/.tmpaJfv3V/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs-recovery"], pwd: None
82612026-05-28T09:03:12.484Z[ recovery-image] May 28 09:03:11.070 INFO O| May 28 09:03:11.069 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82622026-05-28T09:03:12.487Z[ recovery-image] May 28 09:03:11.073 INFO O| May 28 09:03:11.073 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82632026-05-28T09:03:12.631Z[ recovery-image] May 28 09:03:11.217 INFO O| May 28 09:03:11.217 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82642026-05-28T09:03:12.768Z[ recovery-image] May 28 09:03:11.353 INFO O| May 28 09:03:11.353 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82652026-05-28T09:03:12.768Z[ recovery-image] May 28 09:03:11.353 INFO O| May 28 09:03:11.353 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82662026-05-28T09:03:12.771Z[ recovery-image] May 28 09:03:11.357 INFO O| May 28 09:03:11.357 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82672026-05-28T09:03:12.859Z[ recovery-image] May 28 09:03:11.444 INFO O| May 28 09:03:11.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82682026-05-28T09:03:12.921Z[ recovery-image] May 28 09:03:11.507 INFO O| May 28 09:03:11.506 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82692026-05-28T09:03:12.929Z[ recovery-image] May 28 09:03:11.514 INFO O| May 28 09:03:11.514 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82702026-05-28T09:03:12.932Z[ recovery-image] May 28 09:03:11.518 INFO O| May 28 09:03:11.518 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82712026-05-28T09:03:12.935Z[ recovery-image] May 28 09:03:11.519 INFO O| May 28 09:03:11.519 INFO no lofi found
82722026-05-28T09:03:12.935Z[ recovery-image] May 28 09:03:11.520 INFO O| May 28 09:03:11.519 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82732026-05-28T09:03:12.935Z[ recovery-image] May 28 09:03:11.520 INFO O| May 28 09:03:11.520 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82742026-05-28T09:03:14.415Z[ recovery-image] May 28 09:03:13.001 INFO O| May 28 09:03:13.001 INFO lofi device = /dev/dsk/c2t1d0p0
82752026-05-28T09:03:14.415Z[ recovery-image] May 28 09:03:13.001 INFO O| May 28 09:03:13.001 INFO pool device = /dev/dsk/c2t1d0p0
82762026-05-28T09:03:14.415Z[ recovery-image] May 28 09:03:13.001 INFO O| May 28 09:03:13.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
82772026-05-28T09:03:14.568Z[ recovery-image] May 28 09:03:13.154 INFO O| May 28 09:03:13.154 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82782026-05-28T09:03:14.568Z[ recovery-image] May 28 09:03:13.154 INFO O| May 28 09:03:13.154 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82792026-05-28T09:03:14.593Z[ recovery-image] May 28 09:03:13.179 INFO O| May 28 09:03:13.179 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82802026-05-28T09:03:14.728Z[ recovery-image] May 28 09:03:13.313 INFO O| May 28 09:03:13.313 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82812026-05-28T09:03:14.761Z[ recovery-image] May 28 09:03:13.346 INFO O| May 28 09:03:13.346 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82822026-05-28T09:03:14.781Z[ recovery-image] May 28 09:03:13.367 INFO O| May 28 09:03:13.366 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82832026-05-28T09:03:14.797Z[ recovery-image] May 28 09:03:13.383 INFO O| May 28 09:03:13.382 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82842026-05-28T09:03:14.838Z[ recovery-image] May 28 09:03:13.423 INFO O| May 28 09:03:13.423 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82852026-05-28T09:03:14.838Z[ recovery-image] May 28 09:03:13.423 INFO O| May 28 09:03:13.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82862026-05-28T09:03:14.838Z[ recovery-image] May 28 09:03:13.423 INFO O| May 28 09:03:13.423 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82872026-05-28T09:03:14.846Z[ recovery-image] May 28 09:03:13.432 INFO O| May 28 09:03:13.432 INFO boot environment UUID: 1cb386fe-1364-41da-82e6-633d3f4ea12f
82882026-05-28T09:03:14.846Z[ recovery-image] May 28 09:03:13.432 INFO O| May 28 09:03:13.432 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1cb386fe-1364-41da-82e6-633d3f4ea12f
82892026-05-28T09:03:14.864Z[ recovery-image] May 28 09:03:13.449 INFO O| May 28 09:03:13.449 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82902026-05-28T09:03:14.881Z[ recovery-image] May 28 09:03:13.466 INFO O| May 28 09:03:13.466 INFO STEP 0 (create_be) COMPLETE
82912026-05-28T09:03:14.881Z[ recovery-image] May 28 09:03:13.466 INFO O| May 28 09:03:13.466 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82922026-05-28T09:03:14.894Z[ recovery-image] May 28 09:03:13.480 INFO O| May 28 09:03:13.480 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"]
82932026-05-28T09:03:16.508Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
82942026-05-28T09:03:23.690Z[ recovery-image] May 28 09:03:22.276 INFO O| May 28 09:03:22.275 INFO STEP 1 (unpack_tar) COMPLETE
82952026-05-28T09:03:23.690Z[ recovery-image] May 28 09:03:22.276 INFO O| May 28 09:03:22.276 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82962026-05-28T09:03:23.700Z[ recovery-image] May 28 09:03:22.286 INFO O| May 28 09:03:22.286 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82972026-05-28T09:03:24.252Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
82982026-05-28T09:03:24.503Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
82992026-05-28T09:03:24.616Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
83002026-05-28T09:03:24.790Z[ recovery-image] May 28 09:03:23.375 INFO O| May 28 09:03:23.375 INFO STEP 2 (devfsadm) COMPLETE
83012026-05-28T09:03:24.790Z[ recovery-image] May 28 09:03:23.375 INFO O| May 28 09:03:23.375 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83022026-05-28T09:03:24.798Z[ recovery-image] May 28 09:03:23.384 INFO O| May 28 09:03:23.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83032026-05-28T09:03:24.798Z[ recovery-image] May 28 09:03:23.384 INFO O| May 28 09:03:23.384 INFO STEP 3 (ensure_dir) COMPLETE
83042026-05-28T09:03:24.801Z[ recovery-image] May 28 09:03:23.384 INFO O| May 28 09:03:23.384 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83052026-05-28T09:03:24.806Z[ recovery-image] May 28 09:03:23.392 INFO O| May 28 09:03:23.392 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83062026-05-28T09:03:24.806Z[ recovery-image] May 28 09:03:23.392 INFO O| May 28 09:03:23.392 INFO STEP 4 (ensure_dir) COMPLETE
83072026-05-28T09:03:24.809Z[ recovery-image] May 28 09:03:23.392 INFO O| May 28 09:03:23.392 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83082026-05-28T09:03:24.813Z[ recovery-image] May 28 09:03:23.399 INFO O| May 28 09:03:23.399 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83092026-05-28T09:03:24.813Z[ recovery-image] May 28 09:03:23.399 INFO O| May 28 09:03:23.399 INFO STEP 5 (ensure_dir) COMPLETE
83102026-05-28T09:03:24.816Z[ recovery-image] May 28 09:03:23.399 INFO O| May 28 09:03:23.399 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83112026-05-28T09:03:24.821Z[ recovery-image] May 28 09:03:23.407 INFO O| May 28 09:03:23.407 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83122026-05-28T09:03:24.821Z[ recovery-image] May 28 09:03:23.407 INFO O| May 28 09:03:23.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83132026-05-28T09:03:24.821Z[ recovery-image] May 28 09:03:23.407 INFO O| May 28 09:03:23.407 INFO STEP 6 (ensure_dir) COMPLETE
83142026-05-28T09:03:24.821Z[ recovery-image] May 28 09:03:23.407 INFO O| May 28 09:03:23.407 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83152026-05-28T09:03:24.832Z[ recovery-image] May 28 09:03:23.417 INFO O| May 28 09:03:23.417 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83162026-05-28T09:03:24.832Z[ recovery-image] May 28 09:03:23.417 INFO O| May 28 09:03:23.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83172026-05-28T09:03:24.835Z[ recovery-image] May 28 09:03:23.417 INFO O| May 28 09:03:23.417 INFO STEP 7 (ensure_dir) COMPLETE
83182026-05-28T09:03:24.835Z[ recovery-image] May 28 09:03:23.417 INFO O| May 28 09:03:23.417 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83192026-05-28T09:03:24.842Z[ recovery-image] May 28 09:03:23.428 INFO O| May 28 09:03:23.428 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83202026-05-28T09:03:24.846Z[ recovery-image] May 28 09:03:23.428 INFO O| May 28 09:03:23.428 INFO STEP 8 (remove_files) COMPLETE
83212026-05-28T09:03:24.846Z[ recovery-image] May 28 09:03:23.428 INFO O| May 28 09:03:23.428 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83222026-05-28T09:03:24.853Z[ recovery-image] May 28 09:03:23.439 INFO O| May 28 09:03:23.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83232026-05-28T09:03:24.856Z[ recovery-image] May 28 09:03:23.440 INFO O| May 28 09:03:23.440 INFO STEP 9 (remove_files) COMPLETE
83242026-05-28T09:03:24.856Z[ recovery-image] May 28 09:03:23.440 INFO O| May 28 09:03:23.440 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83252026-05-28T09:03:24.863Z[ recovery-image] May 28 09:03:23.449 INFO O| May 28 09:03:23.449 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83262026-05-28T09:03:24.866Z[ recovery-image] May 28 09:03:23.450 INFO O| May 28 09:03:23.450 INFO STEP 10 (remove_files) COMPLETE
83272026-05-28T09:03:24.866Z[ recovery-image] May 28 09:03:23.450 INFO O| May 28 09:03:23.450 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83282026-05-28T09:03:24.874Z[ recovery-image] May 28 09:03:23.460 INFO O| May 28 09:03:23.459 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83292026-05-28T09:03:24.874Z[ recovery-image] May 28 09:03:23.460 INFO O| May 28 09:03:23.460 INFO STEP 11 (remove_files) COMPLETE
83302026-05-28T09:03:24.877Z[ recovery-image] May 28 09:03:23.460 INFO O| May 28 09:03:23.460 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83312026-05-28T09:03:24.884Z[ recovery-image] May 28 09:03:23.470 INFO O| May 28 09:03:23.469 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83322026-05-28T09:03:24.884Z[ recovery-image] May 28 09:03:23.470 INFO O| May 28 09:03:23.470 INFO STEP 12 (remove_files) COMPLETE
83332026-05-28T09:03:24.887Z[ recovery-image] May 28 09:03:23.470 INFO O| May 28 09:03:23.470 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83342026-05-28T09:03:24.893Z[ recovery-image] May 28 09:03:23.479 INFO O| May 28 09:03:23.479 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83352026-05-28T09:03:24.893Z[ recovery-image] May 28 09:03:23.479 INFO O| May 28 09:03:23.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83362026-05-28T09:03:24.893Z[ recovery-image] May 28 09:03:23.479 INFO O| May 28 09:03:23.479 INFO STEP 13 (ensure_dir) COMPLETE
83372026-05-28T09:03:24.897Z[ recovery-image] May 28 09:03:23.479 INFO O| May 28 09:03:23.479 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83382026-05-28T09:03:24.903Z[ recovery-image] May 28 09:03:23.489 INFO O| May 28 09:03:23.489 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83392026-05-28T09:03:24.903Z[ recovery-image] May 28 09:03:23.489 INFO O| May 28 09:03:23.489 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83402026-05-28T09:03:24.906Z[ recovery-image] May 28 09:03:23.489 INFO O| May 28 09:03:23.489 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83412026-05-28T09:03:24.907Z[ recovery-image] May 28 09:03:23.489 INFO O| May 28 09:03:23.489 INFO STEP 14 (ensure_dir) COMPLETE
83422026-05-28T09:03:24.907Z[ recovery-image] May 28 09:03:23.489 INFO O| May 28 09:03:23.489 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83432026-05-28T09:03:24.913Z[ recovery-image] May 28 09:03:23.499 INFO O| May 28 09:03:23.499 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83442026-05-28T09:03:24.913Z[ recovery-image] May 28 09:03:23.499 INFO O| May 28 09:03:23.499 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83452026-05-28T09:03:24.916Z[ recovery-image] May 28 09:03:23.499 INFO O| May 28 09:03:23.499 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83462026-05-28T09:03:24.916Z[ recovery-image] May 28 09:03:23.499 INFO O| May 28 09:03:23.499 INFO STEP 15 (ensure_dir) COMPLETE
83472026-05-28T09:03:24.916Z[ recovery-image] May 28 09:03:23.499 INFO O| May 28 09:03:23.499 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83482026-05-28T09:03:24.923Z[ recovery-image] May 28 09:03:23.508 INFO O| May 28 09:03:23.508 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83492026-05-28T09:03:24.923Z[ recovery-image] May 28 09:03:23.508 INFO O| May 28 09:03:23.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83502026-05-28T09:03:24.923Z[ recovery-image] May 28 09:03:23.508 INFO O| May 28 09:03:23.508 INFO STEP 16 (ensure_dir) COMPLETE
83512026-05-28T09:03:24.927Z[ recovery-image] May 28 09:03:23.508 INFO O| May 28 09:03:23.508 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83522026-05-28T09:03:24.931Z[ recovery-image] May 28 09:03:23.517 INFO O| May 28 09:03:23.517 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83532026-05-28T09:03:24.931Z[ recovery-image] May 28 09:03:23.517 INFO O| May 28 09:03:23.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83542026-05-28T09:03:24.932Z[ recovery-image] May 28 09:03:23.517 INFO O| May 28 09:03:23.517 INFO STEP 17 (ensure_dir) COMPLETE
83552026-05-28T09:03:24.932Z[ recovery-image] May 28 09:03:23.517 INFO O| May 28 09:03:23.517 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83562026-05-28T09:03:24.942Z[ recovery-image] May 28 09:03:23.528 INFO O| May 28 09:03:23.528 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83572026-05-28T09:03:24.942Z[ recovery-image] May 28 09:03:23.528 INFO O| May 28 09:03:23.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83582026-05-28T09:03:24.943Z[ recovery-image] May 28 09:03:23.528 INFO O| May 28 09:03:23.528 INFO ok!
83592026-05-28T09:03:24.946Z[ recovery-image] May 28 09:03:23.528 INFO O| May 28 09:03:23.528 INFO STEP 18 (ensure_symlink) COMPLETE
83602026-05-28T09:03:24.946Z[ recovery-image] May 28 09:03:23.528 INFO O| May 28 09:03:23.528 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83612026-05-28T09:03:24.953Z[ recovery-image] May 28 09:03:23.539 INFO O| May 28 09:03:23.539 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83622026-05-28T09:03:24.953Z[ recovery-image] May 28 09:03:23.539 INFO O| May 28 09:03:23.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83632026-05-28T09:03:24.954Z[ recovery-image] May 28 09:03:23.539 INFO O| May 28 09:03:23.539 INFO ok!
83642026-05-28T09:03:24.954Z[ recovery-image] May 28 09:03:23.539 INFO O| May 28 09:03:23.539 INFO STEP 19 (ensure_file) COMPLETE
83652026-05-28T09:03:24.957Z[ recovery-image] May 28 09:03:23.539 INFO O| May 28 09:03:23.539 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83662026-05-28T09:03:24.963Z[ recovery-image] May 28 09:03:23.549 INFO O| May 28 09:03:23.549 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83672026-05-28T09:03:24.963Z[ recovery-image] May 28 09:03:23.549 INFO O| May 28 09:03:23.549 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83682026-05-28T09:03:24.966Z[ recovery-image] May 28 09:03:23.549 INFO O| May 28 09:03:23.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83692026-05-28T09:03:24.967Z[ recovery-image] May 28 09:03:23.549 INFO O| May 28 09:03:23.549 INFO ok!
83702026-05-28T09:03:24.967Z[ recovery-image] May 28 09:03:23.549 INFO O| May 28 09:03:23.549 INFO STEP 20 (ensure_symlink) COMPLETE
83712026-05-28T09:03:24.967Z[ recovery-image] May 28 09:03:23.549 INFO O| May 28 09:03:23.549 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83722026-05-28T09:03:24.975Z[ recovery-image] May 28 09:03:23.561 INFO O| May 28 09:03:23.561 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83732026-05-28T09:03:24.975Z[ recovery-image] May 28 09:03:23.561 INFO O| May 28 09:03:23.561 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83742026-05-28T09:03:24.975Z[ recovery-image] May 28 09:03:23.561 INFO O| May 28 09:03:23.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83752026-05-28T09:03:24.975Z[ recovery-image] May 28 09:03:23.561 INFO O| May 28 09:03:23.561 INFO ok!
83762026-05-28T09:03:24.975Z[ recovery-image] May 28 09:03:23.561 INFO O| May 28 09:03:23.561 INFO STEP 21 (ensure_symlink) COMPLETE
83772026-05-28T09:03:24.978Z[ recovery-image] May 28 09:03:23.561 INFO O| May 28 09:03:23.561 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83782026-05-28T09:03:24.985Z[ recovery-image] May 28 09:03:23.571 INFO O| May 28 09:03:23.571 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83792026-05-28T09:03:24.985Z[ recovery-image] May 28 09:03:23.571 INFO O| May 28 09:03:23.571 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83802026-05-28T09:03:24.988Z[ recovery-image] May 28 09:03:23.571 INFO O| May 28 09:03:23.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83812026-05-28T09:03:24.988Z[ recovery-image] May 28 09:03:23.571 INFO O| May 28 09:03:23.571 INFO ok!
83822026-05-28T09:03:24.988Z[ recovery-image] May 28 09:03:23.571 INFO O| May 28 09:03:23.571 INFO STEP 22 (ensure_symlink) COMPLETE
83832026-05-28T09:03:24.988Z[ recovery-image] May 28 09:03:23.571 INFO O| May 28 09:03:23.571 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83842026-05-28T09:03:24.996Z[ recovery-image] May 28 09:03:23.581 INFO O| May 28 09:03:23.581 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83852026-05-28T09:03:24.996Z[ recovery-image] May 28 09:03:23.581 INFO O| May 28 09:03:23.581 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83862026-05-28T09:03:24.999Z[ recovery-image] May 28 09:03:23.581 INFO O| May 28 09:03:23.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83872026-05-28T09:03:24.999Z[ recovery-image] May 28 09:03:23.581 INFO O| May 28 09:03:23.581 INFO ok!
83882026-05-28T09:03:24.999Z[ recovery-image] May 28 09:03:23.582 INFO O| May 28 09:03:23.581 INFO STEP 23 (ensure_symlink) COMPLETE
83892026-05-28T09:03:24.999Z[ recovery-image] May 28 09:03:23.582 INFO O| May 28 09:03:23.582 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83902026-05-28T09:03:25.006Z[ recovery-image] May 28 09:03:23.592 INFO O| May 28 09:03:23.592 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83912026-05-28T09:03:25.006Z[ recovery-image] May 28 09:03:23.592 INFO O| May 28 09:03:23.592 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 ...
83922026-05-28T09:03:25.006Z[ recovery-image] May 28 09:03:23.592 INFO O| May 28 09:03:23.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83932026-05-28T09:03:25.010Z[ recovery-image] May 28 09:03:23.592 INFO O| May 28 09:03:23.592 INFO ok!
83942026-05-28T09:03:25.010Z[ recovery-image] May 28 09:03:23.592 INFO O| May 28 09:03:23.592 INFO STEP 24 (ensure_file) COMPLETE
83952026-05-28T09:03:25.010Z[ recovery-image] May 28 09:03:23.592 INFO O| May 28 09:03:23.592 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83962026-05-28T09:03:25.017Z[ recovery-image] May 28 09:03:23.603 INFO O| May 28 09:03:23.603 INFO updating shadow file
83972026-05-28T09:03:25.017Z[ recovery-image] May 28 09:03:23.603 INFO O| May 28 09:03:23.603 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83982026-05-28T09:03:25.017Z[ recovery-image] May 28 09:03:23.603 INFO O| May 28 09:03:23.603 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83992026-05-28T09:03:25.020Z[ recovery-image] May 28 09:03:23.603 INFO O| May 28 09:03:23.603 INFO STEP 25 (shadow) COMPLETE
84002026-05-28T09:03:25.020Z[ recovery-image] May 28 09:03:23.603 INFO O| May 28 09:03:23.603 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84012026-05-28T09:03:25.027Z[ recovery-image] May 28 09:03:23.613 INFO O| May 28 09:03:23.613 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84022026-05-28T09:03:25.027Z[ recovery-image] May 28 09:03:23.613 INFO O| May 28 09:03:23.613 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84032026-05-28T09:03:25.028Z[ recovery-image] May 28 09:03:23.613 INFO O| May 28 09:03:23.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84042026-05-28T09:03:25.031Z[ recovery-image] May 28 09:03:23.613 INFO O| May 28 09:03:23.613 INFO ok!
84052026-05-28T09:03:25.031Z[ recovery-image] May 28 09:03:23.613 INFO O| May 28 09:03:23.613 INFO STEP 26 (ensure_file) COMPLETE
84062026-05-28T09:03:25.031Z[ recovery-image] May 28 09:03:23.613 INFO O| May 28 09:03:23.613 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84072026-05-28T09:03:25.038Z[ recovery-image] May 28 09:03:23.624 INFO O| May 28 09:03:23.624 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84082026-05-28T09:03:25.038Z[ recovery-image] May 28 09:03:23.624 INFO O| May 28 09:03:23.624 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84092026-05-28T09:03:25.042Z[ recovery-image] May 28 09:03:23.624 INFO O| May 28 09:03:23.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84102026-05-28T09:03:25.042Z[ recovery-image] May 28 09:03:23.624 INFO O| May 28 09:03:23.624 INFO ok!
84112026-05-28T09:03:25.042Z[ recovery-image] May 28 09:03:23.624 INFO O| May 28 09:03:23.624 INFO STEP 27 (ensure_file) COMPLETE
84122026-05-28T09:03:25.042Z[ recovery-image] May 28 09:03:23.624 INFO O| May 28 09:03:23.624 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84132026-05-28T09:03:25.050Z[ recovery-image] May 28 09:03:23.635 INFO O| May 28 09:03:23.635 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84142026-05-28T09:03:25.050Z[ recovery-image] May 28 09:03:23.635 INFO O| May 28 09:03:23.635 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84152026-05-28T09:03:25.053Z[ recovery-image] May 28 09:03:23.635 INFO O| May 28 09:03:23.635 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84162026-05-28T09:03:25.053Z[ recovery-image] May 28 09:03:23.635 INFO O| May 28 09:03:23.635 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84172026-05-28T09:03:25.053Z[ recovery-image] May 28 09:03:23.635 INFO O| May 28 09:03:23.635 INFO ok!
84182026-05-28T09:03:25.053Z[ recovery-image] May 28 09:03:23.635 INFO O| May 28 09:03:23.635 INFO STEP 28 (ensure_file) COMPLETE
84192026-05-28T09:03:25.053Z[ recovery-image] May 28 09:03:23.635 INFO O| May 28 09:03:23.635 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84202026-05-28T09:03:25.060Z[ recovery-image] May 28 09:03:23.646 INFO O| May 28 09:03:23.646 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84212026-05-28T09:03:25.060Z[ recovery-image] May 28 09:03:23.646 INFO O| May 28 09:03:23.646 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84222026-05-28T09:03:25.063Z[ recovery-image] May 28 09:03:23.646 INFO O| May 28 09:03:23.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84232026-05-28T09:03:25.063Z[ recovery-image] May 28 09:03:23.646 INFO O| May 28 09:03:23.646 INFO ok!
84242026-05-28T09:03:25.063Z[ recovery-image] May 28 09:03:23.646 INFO O| May 28 09:03:23.646 INFO STEP 29 (ensure_file) COMPLETE
84252026-05-28T09:03:25.063Z[ recovery-image] May 28 09:03:23.646 INFO O| May 28 09:03:23.646 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84262026-05-28T09:03:25.070Z[ recovery-image] May 28 09:03:23.656 INFO O| May 28 09:03:23.655 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84272026-05-28T09:03:25.070Z[ recovery-image] May 28 09:03:23.656 INFO O| May 28 09:03:23.656 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84282026-05-28T09:03:25.070Z[ recovery-image] May 28 09:03:23.656 INFO O| May 28 09:03:23.656 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84292026-05-28T09:03:25.073Z[ recovery-image] May 28 09:03:23.656 INFO O| May 28 09:03:23.656 INFO STEP 30 (ensure_dir) COMPLETE
84302026-05-28T09:03:25.073Z[ recovery-image] May 28 09:03:23.656 INFO O| May 28 09:03:23.656 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84312026-05-28T09:03:25.080Z[ recovery-image] May 28 09:03:23.666 INFO O| May 28 09:03:23.666 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84322026-05-28T09:03:25.080Z[ recovery-image] May 28 09:03:23.666 INFO O| May 28 09:03:23.666 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 ...
84332026-05-28T09:03:25.083Z[ recovery-image] May 28 09:03:23.666 INFO O| May 28 09:03:23.666 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
84342026-05-28T09:03:25.083Z[ recovery-image] May 28 09:03:23.666 INFO O| May 28 09:03:23.666 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84352026-05-28T09:03:25.083Z[ recovery-image] May 28 09:03:23.666 INFO O| May 28 09:03:23.666 INFO ok!
84362026-05-28T09:03:25.083Z[ recovery-image] May 28 09:03:23.666 INFO O| May 28 09:03:23.666 INFO STEP 31 (ensure_file) COMPLETE
84372026-05-28T09:03:25.083Z[ recovery-image] May 28 09:03:23.666 INFO O| May 28 09:03:23.666 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84382026-05-28T09:03:25.090Z[ recovery-image] May 28 09:03:23.676 INFO O| May 28 09:03:23.676 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84392026-05-28T09:03:25.090Z[ recovery-image] May 28 09:03:23.676 INFO O| May 28 09:03:23.676 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84402026-05-28T09:03:25.094Z[ recovery-image] May 28 09:03:23.676 INFO O| May 28 09:03:23.676 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84412026-05-28T09:03:25.094Z[ recovery-image] May 28 09:03:23.676 INFO O| May 28 09:03:23.676 INFO STEP 32 (ensure_dir) COMPLETE
84422026-05-28T09:03:25.094Z[ recovery-image] May 28 09:03:23.676 INFO O| May 28 09:03:23.676 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84432026-05-28T09:03:25.101Z[ recovery-image] May 28 09:03:23.687 INFO O| May 28 09:03:23.686 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84442026-05-28T09:03:25.101Z[ recovery-image] May 28 09:03:23.687 INFO O| May 28 09:03:23.687 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 ...
84452026-05-28T09:03:25.104Z[ recovery-image] May 28 09:03:23.687 INFO O| May 28 09:03:23.687 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
84462026-05-28T09:03:25.104Z[ recovery-image] May 28 09:03:23.687 INFO O| May 28 09:03:23.687 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84472026-05-28T09:03:25.104Z[ recovery-image] May 28 09:03:23.687 INFO O| May 28 09:03:23.687 INFO ok!
84482026-05-28T09:03:25.104Z[ recovery-image] May 28 09:03:23.687 INFO O| May 28 09:03:23.687 INFO STEP 33 (ensure_file) COMPLETE
84492026-05-28T09:03:25.104Z[ recovery-image] May 28 09:03:23.687 INFO O| May 28 09:03:23.687 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84502026-05-28T09:03:25.111Z[ recovery-image] May 28 09:03:23.697 INFO O| May 28 09:03:23.697 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84512026-05-28T09:03:25.111Z[ recovery-image] May 28 09:03:23.697 INFO O| May 28 09:03:23.697 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84522026-05-28T09:03:25.111Z[ recovery-image] May 28 09:03:23.697 INFO O| May 28 09:03:23.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84532026-05-28T09:03:25.114Z[ recovery-image] May 28 09:03:23.697 INFO O| May 28 09:03:23.697 INFO ok!
84542026-05-28T09:03:25.115Z[ recovery-image] May 28 09:03:23.697 INFO O| May 28 09:03:23.697 INFO STEP 34 (ensure_file) COMPLETE
84552026-05-28T09:03:25.115Z[ recovery-image] May 28 09:03:23.697 INFO O| May 28 09:03:23.697 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84562026-05-28T09:03:25.121Z[ recovery-image] May 28 09:03:23.707 INFO O| May 28 09:03:23.707 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84572026-05-28T09:03:25.121Z[ recovery-image] May 28 09:03:23.707 INFO O| May 28 09:03:23.707 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84582026-05-28T09:03:25.124Z[ recovery-image] May 28 09:03:23.707 INFO O| May 28 09:03:23.707 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84592026-05-28T09:03:25.124Z[ recovery-image] May 28 09:03:23.707 INFO O| May 28 09:03:23.707 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84602026-05-28T09:03:25.124Z[ recovery-image] May 28 09:03:23.707 INFO O| May 28 09:03:23.707 INFO ok!
84612026-05-28T09:03:25.124Z[ recovery-image] May 28 09:03:23.707 INFO O| May 28 09:03:23.707 INFO STEP 35 (ensure_file) COMPLETE
84622026-05-28T09:03:25.124Z[ recovery-image] May 28 09:03:23.707 INFO O| May 28 09:03:23.707 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84632026-05-28T09:03:25.131Z[ recovery-image] May 28 09:03:23.717 INFO O| May 28 09:03:23.717 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84642026-05-28T09:03:25.131Z[ recovery-image] May 28 09:03:23.717 INFO O| May 28 09:03:23.717 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84652026-05-28T09:03:25.131Z[ recovery-image] May 28 09:03:23.717 INFO O| May 28 09:03:23.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84662026-05-28T09:03:25.134Z[ recovery-image] May 28 09:03:23.717 INFO O| May 28 09:03:23.717 INFO ok!
84672026-05-28T09:03:25.134Z[ recovery-image] May 28 09:03:23.717 INFO O| May 28 09:03:23.717 INFO STEP 36 (ensure_file) COMPLETE
84682026-05-28T09:03:25.135Z[ recovery-image] May 28 09:03:23.717 INFO O| May 28 09:03:23.717 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84692026-05-28T09:03:25.140Z[ recovery-image] May 28 09:03:23.726 INFO O| May 28 09:03:23.726 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84702026-05-28T09:03:25.140Z[ recovery-image] May 28 09:03:23.726 INFO O| May 28 09:03:23.726 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84712026-05-28T09:03:25.140Z[ recovery-image] May 28 09:03:23.726 INFO O| May 28 09:03:23.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84722026-05-28T09:03:25.143Z[ recovery-image] May 28 09:03:23.726 INFO O| May 28 09:03:23.726 INFO ok!
84732026-05-28T09:03:25.143Z[ recovery-image] May 28 09:03:23.726 INFO O| May 28 09:03:23.726 INFO STEP 37 (ensure_file) COMPLETE
84742026-05-28T09:03:25.143Z[ recovery-image] May 28 09:03:23.726 INFO O| May 28 09:03:23.726 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84752026-05-28T09:03:25.150Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84762026-05-28T09:03:25.150Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84772026-05-28T09:03:25.150Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84782026-05-28T09:03:25.153Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84792026-05-28T09:03:25.153Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84802026-05-28T09:03:25.153Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84812026-05-28T09:03:25.153Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO ok!
84822026-05-28T09:03:25.153Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO STEP 38 (ensure_file) COMPLETE
84832026-05-28T09:03:25.153Z[ recovery-image] May 28 09:03:23.736 INFO O| May 28 09:03:23.736 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84842026-05-28T09:03:25.160Z[ recovery-image] May 28 09:03:23.746 INFO O| May 28 09:03:23.746 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84852026-05-28T09:03:25.160Z[ recovery-image] May 28 09:03:23.746 INFO O| May 28 09:03:23.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84862026-05-28T09:03:25.163Z[ recovery-image] May 28 09:03:23.746 INFO O| May 28 09:03:23.746 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84872026-05-28T09:03:25.163Z[ recovery-image] May 28 09:03:23.746 INFO O| May 28 09:03:23.746 INFO STEP 39 (ensure_dir) COMPLETE
84882026-05-28T09:03:25.163Z[ recovery-image] May 28 09:03:23.746 INFO O| May 28 09:03:23.746 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84892026-05-28T09:03:25.170Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 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
84902026-05-28T09:03:25.170Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 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 ...
84912026-05-28T09:03:25.173Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 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
84922026-05-28T09:03:25.173Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 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
84932026-05-28T09:03:25.173Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 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
84942026-05-28T09:03:25.173Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 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
84952026-05-28T09:03:25.173Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 INFO ok!
84962026-05-28T09:03:25.173Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 INFO STEP 40 (ensure_file) COMPLETE
84972026-05-28T09:03:25.173Z[ recovery-image] May 28 09:03:23.756 INFO O| May 28 09:03:23.756 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84982026-05-28T09:03:25.180Z[ recovery-image] May 28 09:03:23.766 INFO O| May 28 09:03:23.765 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84992026-05-28T09:03:25.180Z[ recovery-image] May 28 09:03:23.766 INFO O| May 28 09:03:23.766 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 ...
85002026-05-28T09:03:25.183Z[ recovery-image] May 28 09:03:23.766 INFO O| May 28 09:03:23.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85012026-05-28T09:03:25.183Z[ recovery-image] May 28 09:03:23.766 INFO O| May 28 09:03:23.766 INFO ok!
85022026-05-28T09:03:25.183Z[ recovery-image] May 28 09:03:23.766 INFO O| May 28 09:03:23.766 INFO STEP 41 (ensure_symlink) COMPLETE
85032026-05-28T09:03:25.183Z[ recovery-image] May 28 09:03:23.766 INFO O| May 28 09:03:23.766 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85042026-05-28T09:03:25.189Z[ recovery-image] May 28 09:03:23.775 INFO O| May 28 09:03:23.775 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85052026-05-28T09:03:25.189Z[ recovery-image] May 28 09:03:23.775 INFO O| May 28 09:03:23.775 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85062026-05-28T09:03:25.190Z[ recovery-image] May 28 09:03:23.775 INFO O| May 28 09:03:23.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85072026-05-28T09:03:25.198Z[ recovery-image] May 28 09:03:23.775 INFO O| May 28 09:03:23.775 INFO ok!
85082026-05-28T09:03:25.198Z[ recovery-image] May 28 09:03:23.775 INFO O| May 28 09:03:23.775 INFO STEP 42 (ensure_symlink) COMPLETE
85092026-05-28T09:03:25.198Z[ recovery-image] May 28 09:03:23.775 INFO O| May 28 09:03:23.775 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85102026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85112026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85122026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85132026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85142026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85152026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85162026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO ok!
85172026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO STEP 43 (ensure_file) COMPLETE
85182026-05-28T09:03:25.202Z[ recovery-image] May 28 09:03:23.785 INFO O| May 28 09:03:23.785 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85192026-05-28T09:03:25.212Z[ recovery-image] May 28 09:03:23.797 INFO O| May 28 09:03:23.797 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85202026-05-28T09:03:25.212Z[ recovery-image] May 28 09:03:23.798 INFO O| May 28 09:03:23.797 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 ...
85212026-05-28T09:03:25.215Z[ recovery-image] May 28 09:03:23.798 INFO O| May 28 09:03:23.798 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
85222026-05-28T09:03:25.215Z[ recovery-image] May 28 09:03:23.798 INFO O| May 28 09:03:23.798 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85232026-05-28T09:03:25.215Z[ recovery-image] May 28 09:03:23.798 INFO O| May 28 09:03:23.798 INFO ok!
85242026-05-28T09:03:25.215Z[ recovery-image] May 28 09:03:23.798 INFO O| May 28 09:03:23.798 INFO STEP 44 (ensure_file) COMPLETE
85252026-05-28T09:03:25.216Z[ recovery-image] May 28 09:03:23.798 INFO O| May 28 09:03:23.798 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85262026-05-28T09:03:25.221Z[ recovery-image] May 28 09:03:23.807 INFO O| May 28 09:03:23.807 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85272026-05-28T09:03:25.222Z[ recovery-image] May 28 09:03:23.807 INFO O| May 28 09:03:23.807 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85282026-05-28T09:03:25.225Z[ recovery-image] May 28 09:03:23.807 INFO O| May 28 09:03:23.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85292026-05-28T09:03:25.225Z[ recovery-image] May 28 09:03:23.807 INFO O| May 28 09:03:23.807 INFO ok!
85302026-05-28T09:03:25.225Z[ recovery-image] May 28 09:03:23.807 INFO O| May 28 09:03:23.807 INFO STEP 45 (ensure_file) COMPLETE
85312026-05-28T09:03:25.225Z[ recovery-image] May 28 09:03:23.807 INFO O| May 28 09:03:23.807 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85322026-05-28T09:03:25.231Z[ recovery-image] May 28 09:03:23.817 INFO O| May 28 09:03:23.817 INFO updating shadow file
85332026-05-28T09:03:25.231Z[ recovery-image] May 28 09:03:23.817 INFO O| May 28 09:03:23.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85342026-05-28T09:03:25.236Z[ recovery-image] May 28 09:03:23.817 INFO O| May 28 09:03:23.817 INFO STEP 46 (shadow) COMPLETE
85352026-05-28T09:03:25.236Z[ recovery-image] May 28 09:03:23.817 INFO O| May 28 09:03:23.817 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85362026-05-28T09:03:25.241Z[ recovery-image] May 28 09:03:23.827 INFO O| May 28 09:03:23.827 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85372026-05-28T09:03:25.241Z[ recovery-image] May 28 09:03:23.827 INFO O| May 28 09:03:23.827 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85382026-05-28T09:03:25.241Z[ recovery-image] May 28 09:03:23.827 INFO O| May 28 09:03:23.827 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85392026-05-28T09:03:25.244Z[ recovery-image] May 28 09:03:23.827 INFO O| May 28 09:03:23.827 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85402026-05-28T09:03:25.244Z[ recovery-image] May 28 09:03:23.827 INFO O| May 28 09:03:23.827 INFO ok!
85412026-05-28T09:03:25.245Z[ recovery-image] May 28 09:03:23.827 INFO O| May 28 09:03:23.827 INFO STEP 47 (ensure_file) COMPLETE
85422026-05-28T09:03:25.245Z[ recovery-image] May 28 09:03:23.827 INFO O| May 28 09:03:23.827 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85432026-05-28T09:03:25.251Z[ recovery-image] May 28 09:03:23.837 INFO O| May 28 09:03:23.837 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85442026-05-28T09:03:25.251Z[ recovery-image] May 28 09:03:23.837 INFO O| May 28 09:03:23.837 INFO STEP 48 (ensure_dir) COMPLETE
85452026-05-28T09:03:25.254Z[ recovery-image] May 28 09:03:23.837 INFO O| May 28 09:03:23.837 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85462026-05-28T09:03:25.260Z[ recovery-image] May 28 09:03:23.846 INFO O| May 28 09:03:23.846 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85472026-05-28T09:03:25.260Z[ recovery-image] May 28 09:03:23.846 INFO O| May 28 09:03:23.846 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85482026-05-28T09:03:25.263Z[ recovery-image] May 28 09:03:23.846 INFO O| May 28 09:03:23.846 INFO STEP 49 (ensure_dir) COMPLETE
85492026-05-28T09:03:25.264Z[ recovery-image] May 28 09:03:23.846 INFO O| May 28 09:03:23.846 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85502026-05-28T09:03:25.270Z[ recovery-image] May 28 09:03:23.856 INFO O| May 28 09:03:23.856 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85512026-05-28T09:03:25.270Z[ recovery-image] May 28 09:03:23.856 INFO O| May 28 09:03:23.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85522026-05-28T09:03:25.273Z[ recovery-image] May 28 09:03:23.856 INFO O| May 28 09:03:23.856 INFO STEP 50 (ensure_dir) COMPLETE
85532026-05-28T09:03:25.273Z[ recovery-image] May 28 09:03:23.856 INFO O| May 28 09:03:23.856 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85542026-05-28T09:03:25.280Z[ recovery-image] May 28 09:03:23.866 INFO O| May 28 09:03:23.865 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85552026-05-28T09:03:25.280Z[ recovery-image] May 28 09:03:23.866 INFO O| May 28 09:03:23.865 INFO copying /tmp/.tmpaJfv3V/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85562026-05-28T09:03:25.314Z[ recovery-image] May 28 09:03:23.899 INFO O| May 28 09:03:23.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85572026-05-28T09:03:25.314Z[ recovery-image] May 28 09:03:23.899 INFO O| May 28 09:03:23.899 INFO ok!
85582026-05-28T09:03:25.317Z[ recovery-image] May 28 09:03:23.899 INFO O| May 28 09:03:23.899 INFO STEP 51 (ensure_file) COMPLETE
85592026-05-28T09:03:25.317Z[ recovery-image] May 28 09:03:23.899 INFO O| May 28 09:03:23.899 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602026-05-28T09:03:25.325Z[ recovery-image] May 28 09:03:23.910 INFO O| May 28 09:03:23.910 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85612026-05-28T09:03:25.325Z[ recovery-image] May 28 09:03:23.910 INFO O| May 28 09:03:23.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85622026-05-28T09:03:25.328Z[ recovery-image] May 28 09:03:23.910 INFO O| May 28 09:03:23.910 INFO STEP 52 (ensure_dir) COMPLETE
85632026-05-28T09:03:25.328Z[ recovery-image] May 28 09:03:23.910 INFO O| May 28 09:03:23.910 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85642026-05-28T09:03:25.335Z[ recovery-image] May 28 09:03:23.921 INFO O| May 28 09:03:23.921 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85652026-05-28T09:03:25.335Z[ recovery-image] May 28 09:03:23.921 INFO O| May 28 09:03:23.921 INFO copying /tmp/.tmpaJfv3V/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85662026-05-28T09:03:25.335Z[ recovery-image] May 28 09:03:23.921 INFO O| May 28 09:03:23.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85672026-05-28T09:03:25.339Z[ recovery-image] May 28 09:03:23.921 INFO O| May 28 09:03:23.921 INFO ok!
85682026-05-28T09:03:25.339Z[ recovery-image] May 28 09:03:23.921 INFO O| May 28 09:03:23.921 INFO STEP 53 (ensure_file) COMPLETE
85692026-05-28T09:03:25.339Z[ recovery-image] May 28 09:03:23.921 INFO O| May 28 09:03:23.921 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85702026-05-28T09:03:25.346Z[ recovery-image] May 28 09:03:23.932 INFO O| May 28 09:03:23.932 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85712026-05-28T09:03:25.346Z[ recovery-image] May 28 09:03:23.932 INFO O| May 28 09:03:23.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85722026-05-28T09:03:25.346Z[ recovery-image] May 28 09:03:23.932 INFO O| May 28 09:03:23.932 INFO STEP 54 (ensure_dir) COMPLETE
85732026-05-28T09:03:25.349Z[ recovery-image] May 28 09:03:23.932 INFO O| May 28 09:03:23.932 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85742026-05-28T09:03:25.357Z[ recovery-image] May 28 09:03:23.943 INFO O| May 28 09:03:23.942 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85752026-05-28T09:03:25.357Z[ recovery-image] May 28 09:03:23.943 INFO O| May 28 09:03:23.943 INFO copying /tmp/.tmpaJfv3V/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85762026-05-28T09:03:25.392Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
85772026-05-28T09:03:26.157Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
85782026-05-28T09:03:26.257Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
85792026-05-28T09:03:27.309Z[ recovery-image] May 28 09:03:25.894 INFO O| May 28 09:03:25.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85802026-05-28T09:03:27.309Z[ recovery-image] May 28 09:03:25.894 INFO O| May 28 09:03:25.894 INFO ok!
85812026-05-28T09:03:27.309Z[ recovery-image] May 28 09:03:25.894 INFO O| May 28 09:03:25.894 INFO STEP 55 (ensure_file) COMPLETE
85822026-05-28T09:03:27.312Z[ recovery-image] May 28 09:03:25.894 INFO O| May 28 09:03:25.894 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85832026-05-28T09:03:27.321Z[ recovery-image] May 28 09:03:25.907 INFO O| May 28 09:03:25.906 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85842026-05-28T09:03:27.321Z[ recovery-image] May 28 09:03:25.907 INFO O| May 28 09:03:25.907 INFO copying /tmp/.tmpaJfv3V/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85852026-05-28T09:03:27.354Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
85862026-05-28T09:03:29.264Z[ recovery-image] May 28 09:03:27.850 INFO O| May 28 09:03:27.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85872026-05-28T09:03:29.264Z[ recovery-image] May 28 09:03:27.850 INFO O| May 28 09:03:27.850 INFO ok!
85882026-05-28T09:03:29.267Z[ recovery-image] May 28 09:03:27.850 INFO O| May 28 09:03:27.850 INFO STEP 56 (ensure_file) COMPLETE
85892026-05-28T09:03:29.267Z[ recovery-image] May 28 09:03:27.850 INFO O| May 28 09:03:27.850 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85902026-05-28T09:03:29.275Z[ recovery-image] May 28 09:03:27.860 INFO O| May 28 09:03:27.860 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85912026-05-28T09:03:29.275Z[ recovery-image] May 28 09:03:27.861 INFO O| May 28 09:03:27.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85922026-05-28T09:03:29.275Z[ recovery-image] May 28 09:03:27.861 INFO O| May 28 09:03:27.860 INFO STEP 57 (ensure_dir) COMPLETE
85932026-05-28T09:03:29.278Z[ recovery-image] May 28 09:03:27.861 INFO O| May 28 09:03:27.860 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85942026-05-28T09:03:29.284Z[ recovery-image] May 28 09:03:27.870 INFO O| May 28 09:03:27.869 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85952026-05-28T09:03:29.284Z[ recovery-image] May 28 09:03:27.870 INFO O| May 28 09:03:27.869 INFO copying /tmp/.tmpaJfv3V/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 ...
85962026-05-28T09:03:29.284Z[ recovery-image] May 28 09:03:27.870 INFO O| May 28 09:03:27.870 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
85972026-05-28T09:03:29.286Z[ recovery-image] May 28 09:03:27.870 INFO O| May 28 09:03:27.870 INFO ok!
85982026-05-28T09:03:29.287Z[ recovery-image] May 28 09:03:27.870 INFO O| May 28 09:03:27.870 INFO STEP 58 (ensure_file) COMPLETE
85992026-05-28T09:03:29.287Z[ recovery-image] May 28 09:03:27.870 INFO O| May 28 09:03:27.870 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86002026-05-28T09:03:29.292Z[ recovery-image] May 28 09:03:27.878 INFO O| May 28 09:03:27.878 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86012026-05-28T09:03:29.292Z[ recovery-image] May 28 09:03:27.878 INFO O| May 28 09:03:27.878 INFO copying /tmp/.tmpaJfv3V/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 ...
86022026-05-28T09:03:29.292Z[ recovery-image] May 28 09:03:27.878 INFO O| May 28 09:03:27.878 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
86032026-05-28T09:03:29.295Z[ recovery-image] May 28 09:03:27.878 INFO O| May 28 09:03:27.878 INFO ok!
86042026-05-28T09:03:29.295Z[ recovery-image] May 28 09:03:27.878 INFO O| May 28 09:03:27.878 INFO STEP 59 (ensure_file) COMPLETE
86052026-05-28T09:03:29.295Z[ recovery-image] May 28 09:03:27.878 INFO O| May 28 09:03:27.878 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86062026-05-28T09:03:29.300Z[ recovery-image] May 28 09:03:27.886 INFO O| May 28 09:03:27.886 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86072026-05-28T09:03:29.300Z[ recovery-image] May 28 09:03:27.886 INFO O| May 28 09:03:27.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86082026-05-28T09:03:29.303Z[ recovery-image] May 28 09:03:27.886 INFO O| May 28 09:03:27.886 INFO STEP 60 (ensure_dir) COMPLETE
86092026-05-28T09:03:29.303Z[ recovery-image] May 28 09:03:27.886 INFO O| May 28 09:03:27.886 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86102026-05-28T09:03:29.308Z[ recovery-image] May 28 09:03:27.894 INFO O| May 28 09:03:27.894 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86112026-05-28T09:03:29.308Z[ recovery-image] May 28 09:03:27.894 INFO O| May 28 09:03:27.894 INFO copying /tmp/.tmpaJfv3V/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 ...
86122026-05-28T09:03:29.311Z[ recovery-image] May 28 09:03:27.894 INFO O| May 28 09:03:27.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86132026-05-28T09:03:29.311Z[ recovery-image] May 28 09:03:27.894 INFO O| May 28 09:03:27.894 INFO ok!
86142026-05-28T09:03:29.311Z[ recovery-image] May 28 09:03:27.894 INFO O| May 28 09:03:27.894 INFO STEP 61 (ensure_file) COMPLETE
86152026-05-28T09:03:29.311Z[ recovery-image] May 28 09:03:27.894 INFO O| May 28 09:03:27.894 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86162026-05-28T09:03:29.316Z[ recovery-image] May 28 09:03:27.902 INFO O| May 28 09:03:27.902 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86172026-05-28T09:03:29.316Z[ recovery-image] May 28 09:03:27.902 INFO O| May 28 09:03:27.902 INFO copying /tmp/.tmpaJfv3V/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 ...
86182026-05-28T09:03:29.319Z[ recovery-image] May 28 09:03:27.902 INFO O| May 28 09:03:27.902 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
86192026-05-28T09:03:29.319Z[ recovery-image] May 28 09:03:27.902 INFO O| May 28 09:03:27.902 INFO ok!
86202026-05-28T09:03:29.319Z[ recovery-image] May 28 09:03:27.902 INFO O| May 28 09:03:27.902 INFO STEP 62 (ensure_file) COMPLETE
86212026-05-28T09:03:29.319Z[ recovery-image] May 28 09:03:27.902 INFO O| May 28 09:03:27.902 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86222026-05-28T09:03:29.324Z[ recovery-image] May 28 09:03:27.910 INFO O| May 28 09:03:27.910 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86232026-05-28T09:03:29.324Z[ recovery-image] May 28 09:03:27.910 INFO O| May 28 09:03:27.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86242026-05-28T09:03:29.324Z[ recovery-image] May 28 09:03:27.910 INFO O| May 28 09:03:27.910 INFO STEP 63 (ensure_dir) COMPLETE
86252026-05-28T09:03:29.327Z[ recovery-image] May 28 09:03:27.910 INFO O| May 28 09:03:27.910 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86262026-05-28T09:03:29.332Z[ recovery-image] May 28 09:03:27.918 INFO O| May 28 09:03:27.918 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86272026-05-28T09:03:29.332Z[ recovery-image] May 28 09:03:27.918 INFO O| May 28 09:03:27.918 INFO copying /tmp/.tmpaJfv3V/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 ...
86282026-05-28T09:03:29.335Z[ recovery-image] May 28 09:03:27.918 INFO O| May 28 09:03:27.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86292026-05-28T09:03:29.336Z[ recovery-image] May 28 09:03:27.918 INFO O| May 28 09:03:27.918 INFO ok!
86302026-05-28T09:03:29.336Z[ recovery-image] May 28 09:03:27.918 INFO O| May 28 09:03:27.918 INFO STEP 64 (ensure_file) COMPLETE
86312026-05-28T09:03:29.336Z[ recovery-image] May 28 09:03:27.918 INFO O| May 28 09:03:27.918 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86322026-05-28T09:03:29.340Z[ recovery-image] May 28 09:03:27.926 INFO O| May 28 09:03:27.926 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86332026-05-28T09:03:29.340Z[ recovery-image] May 28 09:03:27.926 INFO O| May 28 09:03:27.926 INFO copying /tmp/.tmpaJfv3V/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86342026-05-28T09:03:29.343Z[ recovery-image] May 28 09:03:27.926 INFO O| May 28 09:03:27.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86352026-05-28T09:03:29.343Z[ recovery-image] May 28 09:03:27.926 INFO O| May 28 09:03:27.926 INFO ok!
86362026-05-28T09:03:29.343Z[ recovery-image] May 28 09:03:27.926 INFO O| May 28 09:03:27.926 INFO STEP 65 (ensure_file) COMPLETE
86372026-05-28T09:03:29.343Z[ recovery-image] May 28 09:03:27.926 INFO O| May 28 09:03:27.926 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86382026-05-28T09:03:29.348Z[ recovery-image] May 28 09:03:27.934 INFO O| May 28 09:03:27.934 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86392026-05-28T09:03:29.348Z[ recovery-image] May 28 09:03:27.934 INFO O| May 28 09:03:27.934 INFO STEP 66 (ensure_dir) COMPLETE
86402026-05-28T09:03:29.350Z[ recovery-image] May 28 09:03:27.934 INFO O| May 28 09:03:27.934 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86412026-05-28T09:03:29.355Z[ recovery-image] May 28 09:03:27.941 INFO O| May 28 09:03:27.941 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86422026-05-28T09:03:29.355Z[ recovery-image] May 28 09:03:27.941 INFO O| May 28 09:03:27.941 INFO STEP 67 (ensure_dir) COMPLETE
86432026-05-28T09:03:29.358Z[ recovery-image] May 28 09:03:27.941 INFO O| May 28 09:03:27.941 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86442026-05-28T09:03:29.363Z[ recovery-image] May 28 09:03:27.949 INFO O| May 28 09:03:27.949 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86452026-05-28T09:03:29.363Z[ recovery-image] May 28 09:03:27.949 INFO O| May 28 09:03:27.949 INFO STEP 68 (ensure_dir) COMPLETE
86462026-05-28T09:03:29.366Z[ recovery-image] May 28 09:03:27.949 INFO O| May 28 09:03:27.949 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86472026-05-28T09:03:29.371Z[ recovery-image] May 28 09:03:27.957 INFO O| May 28 09:03:27.957 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86482026-05-28T09:03:29.371Z[ recovery-image] May 28 09:03:27.957 INFO O| May 28 09:03:27.957 INFO STEP 69 (ensure_dir) COMPLETE
86492026-05-28T09:03:29.373Z[ recovery-image] May 28 09:03:27.957 INFO O| May 28 09:03:27.957 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86502026-05-28T09:03:29.379Z[ recovery-image] May 28 09:03:27.965 INFO O| May 28 09:03:27.965 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86512026-05-28T09:03:29.379Z[ recovery-image] May 28 09:03:27.965 INFO O| May 28 09:03:27.965 INFO copying /tmp/.tmpaJfv3V/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86522026-05-28T09:03:29.382Z[ recovery-image] May 28 09:03:27.965 INFO O| May 28 09:03:27.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86532026-05-28T09:03:29.382Z[ recovery-image] May 28 09:03:27.965 INFO O| May 28 09:03:27.965 INFO ok!
86542026-05-28T09:03:29.382Z[ recovery-image] May 28 09:03:27.965 INFO O| May 28 09:03:27.965 INFO STEP 70 (ensure_file) COMPLETE
86552026-05-28T09:03:29.382Z[ recovery-image] May 28 09:03:27.965 INFO O| May 28 09:03:27.965 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562026-05-28T09:03:29.388Z[ recovery-image] May 28 09:03:27.974 INFO O| May 28 09:03:27.974 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86572026-05-28T09:03:29.389Z[ recovery-image] May 28 09:03:27.974 INFO O| May 28 09:03:27.974 INFO STEP 71 (remove_files) COMPLETE
86582026-05-28T09:03:29.391Z[ recovery-image] May 28 09:03:27.974 INFO O| May 28 09:03:27.974 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592026-05-28T09:03:29.397Z[ recovery-image] May 28 09:03:27.983 INFO O| May 28 09:03:27.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86602026-05-28T09:03:29.397Z[ recovery-image] May 28 09:03:27.983 INFO O| May 28 09:03:27.983 INFO STEP 72 (remove_files) COMPLETE
86612026-05-28T09:03:29.398Z[ recovery-image] May 28 09:03:27.984 INFO O| May 28 09:03:27.983 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86622026-05-28T09:03:29.408Z[ recovery-image] May 28 09:03:27.994 INFO O| May 28 09:03:27.994 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86632026-05-28T09:03:29.408Z[ recovery-image] May 28 09:03:27.994 INFO O| May 28 09:03:27.994 INFO STEP 73 (remove_files) COMPLETE
86642026-05-28T09:03:29.408Z[ recovery-image] May 28 09:03:27.994 INFO O| May 28 09:03:27.994 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86652026-05-28T09:03:29.419Z[ recovery-image] May 28 09:03:28.005 INFO O| May 28 09:03:28.005 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86662026-05-28T09:03:29.419Z[ recovery-image] May 28 09:03:28.005 INFO O| May 28 09:03:28.005 INFO STEP 74 (remove_files) COMPLETE
86672026-05-28T09:03:29.419Z[ recovery-image] May 28 09:03:28.005 INFO O| May 28 09:03:28.005 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86682026-05-28T09:03:29.429Z[ recovery-image] May 28 09:03:28.014 INFO O| May 28 09:03:28.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86692026-05-28T09:03:29.429Z[ recovery-image] May 28 09:03:28.014 INFO O| May 28 09:03:28.014 INFO STEP 75 (remove_files) COMPLETE
86702026-05-28T09:03:29.431Z[ recovery-image] May 28 09:03:28.014 INFO O| May 28 09:03:28.014 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86712026-05-28T09:03:29.438Z[ recovery-image] May 28 09:03:28.024 INFO O| May 28 09:03:28.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86722026-05-28T09:03:29.438Z[ recovery-image] May 28 09:03:28.024 INFO O| May 28 09:03:28.024 INFO STEP 76 (remove_files) COMPLETE
86732026-05-28T09:03:29.438Z[ recovery-image] May 28 09:03:28.024 INFO O| May 28 09:03:28.024 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86742026-05-28T09:03:29.447Z[ recovery-image] May 28 09:03:28.033 INFO O| May 28 09:03:28.033 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86752026-05-28T09:03:29.447Z[ recovery-image] May 28 09:03:28.033 INFO O| May 28 09:03:28.033 INFO STEP 77 (remove_files) COMPLETE
86762026-05-28T09:03:29.447Z[ recovery-image] May 28 09:03:28.033 INFO O| May 28 09:03:28.033 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86772026-05-28T09:03:29.457Z[ recovery-image] May 28 09:03:28.042 INFO O| May 28 09:03:28.042 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86782026-05-28T09:03:29.457Z[ recovery-image] May 28 09:03:28.042 INFO O| May 28 09:03:28.042 INFO STEP 78 (remove_files) COMPLETE
86792026-05-28T09:03:29.457Z[ recovery-image] May 28 09:03:28.042 INFO O| May 28 09:03:28.042 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86802026-05-28T09:03:29.465Z[ recovery-image] May 28 09:03:28.051 INFO O| May 28 09:03:28.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86812026-05-28T09:03:29.465Z[ recovery-image] May 28 09:03:28.051 INFO O| May 28 09:03:28.051 INFO STEP 79 (remove_files) COMPLETE
86822026-05-28T09:03:29.468Z[ recovery-image] May 28 09:03:28.051 INFO O| May 28 09:03:28.051 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86832026-05-28T09:03:29.473Z[ recovery-image] May 28 09:03:28.059 INFO O| May 28 09:03:28.059 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86842026-05-28T09:03:29.474Z[ recovery-image] May 28 09:03:28.059 INFO O| May 28 09:03:28.059 INFO STEP 80 (remove_files) COMPLETE
86852026-05-28T09:03:29.474Z[ recovery-image] May 28 09:03:28.059 INFO O| May 28 09:03:28.059 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86862026-05-28T09:03:29.490Z[ recovery-image] May 28 09:03:28.076 INFO O| May 28 09:03:28.076 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86872026-05-28T09:03:29.490Z[ recovery-image] May 28 09:03:28.076 INFO O| May 28 09:03:28.076 INFO STEP 81 (remove_files) COMPLETE
86882026-05-28T09:03:29.490Z[ recovery-image] May 28 09:03:28.076 INFO O| May 28 09:03:28.076 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86892026-05-28T09:03:29.502Z[ recovery-image] May 28 09:03:28.086 INFO O| May 28 09:03:28.086 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86902026-05-28T09:03:29.502Z[ recovery-image] May 28 09:03:28.087 INFO O| May 28 09:03:28.087 INFO STEP 82 (remove_files) COMPLETE
86912026-05-28T09:03:29.502Z[ recovery-image] May 28 09:03:28.087 INFO O| May 28 09:03:28.087 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86922026-05-28T09:03:29.510Z[ recovery-image] May 28 09:03:28.096 INFO O| May 28 09:03:28.096 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86932026-05-28T09:03:29.510Z[ recovery-image] May 28 09:03:28.096 INFO O| May 28 09:03:28.096 INFO STEP 83 (remove_files) COMPLETE
86942026-05-28T09:03:29.510Z[ recovery-image] May 28 09:03:28.096 INFO O| May 28 09:03:28.096 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86952026-05-28T09:03:29.522Z[ recovery-image] May 28 09:03:28.106 INFO O| May 28 09:03:28.106 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86962026-05-28T09:03:29.522Z[ recovery-image] May 28 09:03:28.106 INFO O| May 28 09:03:28.106 INFO STEP 84 (remove_files) COMPLETE
86972026-05-28T09:03:29.522Z[ recovery-image] May 28 09:03:28.106 INFO O| May 28 09:03:28.106 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86982026-05-28T09:03:29.531Z[ recovery-image] May 28 09:03:28.116 INFO O| May 28 09:03:28.116 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86992026-05-28T09:03:29.531Z[ recovery-image] May 28 09:03:28.117 INFO O| May 28 09:03:28.116 INFO STEP 85 (remove_files) COMPLETE
87002026-05-28T09:03:29.531Z[ recovery-image] May 28 09:03:28.117 INFO O| May 28 09:03:28.117 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87012026-05-28T09:03:29.539Z[ recovery-image] May 28 09:03:28.125 INFO O| May 28 09:03:28.125 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87022026-05-28T09:03:29.539Z[ recovery-image] May 28 09:03:28.125 INFO O| May 28 09:03:28.125 INFO STEP 86 (remove_files) COMPLETE
87032026-05-28T09:03:29.542Z[ recovery-image] May 28 09:03:28.125 INFO O| May 28 09:03:28.125 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87042026-05-28T09:03:29.548Z[ recovery-image] May 28 09:03:28.134 INFO O| May 28 09:03:28.134 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87052026-05-28T09:03:29.548Z[ recovery-image] May 28 09:03:28.134 INFO O| May 28 09:03:28.134 INFO STEP 87 (remove_files) COMPLETE
87062026-05-28T09:03:29.551Z[ recovery-image] May 28 09:03:28.134 INFO O| May 28 09:03:28.134 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87072026-05-28T09:03:29.559Z[ recovery-image] May 28 09:03:28.145 INFO O| May 28 09:03:28.145 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87082026-05-28T09:03:29.559Z[ recovery-image] May 28 09:03:28.145 INFO O| May 28 09:03:28.145 INFO STEP 88 (remove_files) COMPLETE
87092026-05-28T09:03:29.559Z[ recovery-image] May 28 09:03:28.145 INFO O| May 28 09:03:28.145 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87102026-05-28T09:03:29.568Z[ recovery-image] May 28 09:03:28.154 INFO O| May 28 09:03:28.154 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87112026-05-28T09:03:29.568Z[ recovery-image] May 28 09:03:28.154 INFO O| May 28 09:03:28.154 INFO STEP 89 (remove_files) COMPLETE
87122026-05-28T09:03:29.568Z[ recovery-image] May 28 09:03:28.154 INFO O| May 28 09:03:28.154 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87132026-05-28T09:03:29.577Z[ recovery-image] May 28 09:03:28.163 INFO O| May 28 09:03:28.162 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87142026-05-28T09:03:29.577Z[ recovery-image] May 28 09:03:28.163 INFO O| May 28 09:03:28.163 INFO STEP 90 (remove_files) COMPLETE
87152026-05-28T09:03:29.580Z[ recovery-image] May 28 09:03:28.163 INFO O| May 28 09:03:28.163 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87162026-05-28T09:03:29.585Z[ recovery-image] May 28 09:03:28.171 INFO O| May 28 09:03:28.171 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87172026-05-28T09:03:29.585Z[ recovery-image] May 28 09:03:28.171 INFO O| May 28 09:03:28.171 INFO STEP 91 (remove_files) COMPLETE
87182026-05-28T09:03:29.585Z[ recovery-image] May 28 09:03:28.171 INFO O| May 28 09:03:28.171 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87192026-05-28T09:03:29.593Z[ recovery-image] May 28 09:03:28.179 INFO O| May 28 09:03:28.179 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87202026-05-28T09:03:29.593Z[ recovery-image] May 28 09:03:28.179 INFO O| May 28 09:03:28.179 INFO STEP 92 (remove_files) COMPLETE
87212026-05-28T09:03:29.593Z[ recovery-image] May 28 09:03:28.179 INFO O| May 28 09:03:28.179 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87222026-05-28T09:03:29.601Z[ recovery-image] May 28 09:03:28.187 INFO O| May 28 09:03:28.187 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87232026-05-28T09:03:29.601Z[ recovery-image] May 28 09:03:28.187 INFO O| May 28 09:03:28.187 INFO STEP 93 (remove_files) COMPLETE
87242026-05-28T09:03:29.601Z[ recovery-image] May 28 09:03:28.187 INFO O| May 28 09:03:28.187 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87252026-05-28T09:03:29.610Z[ recovery-image] May 28 09:03:28.196 INFO O| May 28 09:03:28.196 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87262026-05-28T09:03:29.610Z[ recovery-image] May 28 09:03:28.196 INFO O| May 28 09:03:28.196 INFO STEP 94 (remove_files) COMPLETE
87272026-05-28T09:03:29.610Z[ recovery-image] May 28 09:03:28.196 INFO O| May 28 09:03:28.196 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87282026-05-28T09:03:29.618Z[ recovery-image] May 28 09:03:28.204 INFO O| May 28 09:03:28.204 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87292026-05-28T09:03:29.618Z[ recovery-image] May 28 09:03:28.204 INFO O| May 28 09:03:28.204 INFO STEP 95 (remove_files) COMPLETE
87302026-05-28T09:03:29.621Z[ recovery-image] May 28 09:03:28.204 INFO O| May 28 09:03:28.204 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87312026-05-28T09:03:29.627Z[ recovery-image] May 28 09:03:28.213 INFO O| May 28 09:03:28.212 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87322026-05-28T09:03:29.627Z[ recovery-image] May 28 09:03:28.213 INFO O| May 28 09:03:28.213 INFO STEP 96 (remove_files) COMPLETE
87332026-05-28T09:03:29.630Z[ recovery-image] May 28 09:03:28.213 INFO O| May 28 09:03:28.213 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87342026-05-28T09:03:29.635Z[ recovery-image] May 28 09:03:28.221 INFO O| May 28 09:03:28.221 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87352026-05-28T09:03:29.635Z[ recovery-image] May 28 09:03:28.221 INFO O| May 28 09:03:28.221 INFO STEP 97 (remove_files) COMPLETE
87362026-05-28T09:03:29.635Z[ recovery-image] May 28 09:03:28.221 INFO O| May 28 09:03:28.221 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87372026-05-28T09:03:29.644Z[ recovery-image] May 28 09:03:28.230 INFO O| May 28 09:03:28.230 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87382026-05-28T09:03:29.644Z[ recovery-image] May 28 09:03:28.230 INFO O| May 28 09:03:28.230 INFO STEP 98 (remove_files) COMPLETE
87392026-05-28T09:03:29.644Z[ recovery-image] May 28 09:03:28.230 INFO O| May 28 09:03:28.230 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87402026-05-28T09:03:29.653Z[ recovery-image] May 28 09:03:28.239 INFO O| May 28 09:03:28.238 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87412026-05-28T09:03:29.653Z[ recovery-image] May 28 09:03:28.239 INFO O| May 28 09:03:28.239 INFO STEP 99 (remove_files) COMPLETE
87422026-05-28T09:03:29.653Z[ recovery-image] May 28 09:03:28.239 INFO O| May 28 09:03:28.239 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87432026-05-28T09:03:29.666Z[ recovery-image] May 28 09:03:28.252 INFO O| May 28 09:03:28.252 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87442026-05-28T09:03:29.666Z[ recovery-image] May 28 09:03:28.252 INFO O| May 28 09:03:28.252 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
87452026-05-28T09:03:30.021Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
87462026-05-28T09:03:33.582Z[ recovery-image] May 28 09:03:32.160 INFO O| May 28 09:03:32.160 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
87472026-05-28T09:03:33.583Z[ recovery-image] May 28 09:03:32.160 INFO O| May 28 09:03:32.160 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87482026-05-28T09:03:33.586Z[ recovery-image] May 28 09:03:32.171 INFO O| May 28 09:03:32.171 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
87492026-05-28T09:03:33.686Z[ recovery-image] May 28 09:03:32.271 INFO O| May 28 09:03:32.271 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
87502026-05-28T09:03:33.741Z[ recovery-image] May 28 09:03:32.326 INFO O| May 28 09:03:32.326 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.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"}
87512026-05-28T09:03:33.803Z[ recovery-image] May 28 09:03:32.388 INFO O| May 28 09:03:32.388 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87522026-05-28T09:03:33.803Z[ recovery-image] May 28 09:03:32.388 INFO O| May 28 09:03:32.388 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 ...
87532026-05-28T09:03:33.806Z[ recovery-image] May 28 09:03:32.389 INFO O| May 28 09:03:32.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87542026-05-28T09:03:33.806Z[ recovery-image] May 28 09:03:32.389 INFO O| May 28 09:03:32.389 INFO ok!
87552026-05-28T09:03:33.806Z[ recovery-image] May 28 09:03:32.389 INFO O| May 28 09:03:32.389 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87562026-05-28T09:03:33.806Z[ recovery-image] May 28 09:03:32.389 INFO O| May 28 09:03:32.389 INFO STEP 100 (seed_smf) COMPLETE
87572026-05-28T09:03:33.806Z[ recovery-image] May 28 09:03:32.389 INFO O| May 28 09:03:32.389 INFO steps complete; finalising image!
87582026-05-28T09:03:33.807Z[ recovery-image] May 28 09:03:32.389 INFO O| May 28 09:03:32.389 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87592026-05-28T09:03:33.871Z[ recovery-image] May 28 09:03:32.454 INFO O| May 28 09:03:32.454 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu May 28 09:03:32 2026)
87602026-05-28T09:03:34.075Z[ recovery-image] May 28 09:03:32.661 INFO O| May 28 09:03:32.661 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu May 28 09:03:32 2026)
87612026-05-28T09:03:34.281Z[ recovery-image] May 28 09:03:32.867 INFO O| May 28 09:03:32.867 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu May 28 09:03:32 2026)
87622026-05-28T09:03:34.499Z[ recovery-image] May 28 09:03:33.084 INFO O| May 28 09:03:33.084 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
87632026-05-28T09:03:34.499Z[ recovery-image] May 28 09:03:33.084 INFO O| May 28 09:03:33.084 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87642026-05-28T09:03:35.209Z[ recovery-image] May 28 09:03:33.794 INFO O| May 28 09:03:33.794 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
87652026-05-28T09:03:35.209Z[ recovery-image] May 28 09:03:33.794 INFO O| May 28 09:03:33.794 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87662026-05-28T09:03:36.973Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
87672026-05-28T09:03:37.506Z[ recovery-image] May 28 09:03:36.092 INFO O| May 28 09:03:36.092 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87682026-05-28T09:03:37.509Z[ recovery-image] May 28 09:03:36.092 INFO O| May 28 09:03:36.092 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87692026-05-28T09:03:37.509Z[ recovery-image] May 28 09:03:36.092 INFO O| May 28 09:03:36.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87702026-05-28T09:03:37.509Z[ recovery-image] May 28 09:03:36.092 INFO O| May 28 09:03:36.092 INFO completed processing sled/zfs-recovery
87712026-05-28T09:03:37.510Z[ recovery-image] May 28 09:03:36.092 INFO O| May 28 09:03:36.092 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87722026-05-28T09:03:39.271Z[ recovery-image] May 28 09:03:37.857 INFO O| May 28 09:03:37.856 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87732026-05-28T09:03:39.378Z[ recovery-image] May 28 09:03:37.964 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n"
87742026-05-28T09:03:39.378Z[ recovery-image] May 28 09:03:37.964 INFO expanded image name: "recovery 9367136/${os_short_commit} 2026-05-28 08:48" -> "recovery 9367136/cd594ac 2026-05-28 08:48"
87752026-05-28T09:03:39.378Z[ recovery-image] May 28 09:03:37.964 INFO output artefacts stored in: "/work/os-recovery"
87762026-05-28T09:03:39.381Z[ recovery-image] May 28 09:03:37.964 INFO collecting git info from project "image-builder"...
87772026-05-28T09:03:39.386Z[ recovery-image] May 28 09:03:37.972 INFO collecting git info from project "pinprick"...
87782026-05-28T09:03:39.391Z[ recovery-image] May 28 09:03:37.977 INFO collecting git info from project "chelsio-t6-roms"...
87792026-05-28T09:03:39.408Z[ recovery-image] May 28 09:03:37.994 INFO collecting git info from project "bootserver"...
87802026-05-28T09:03:39.415Z[ recovery-image] May 28 09:03:38.001 INFO collecting git info from project "phbl"...
87812026-05-28T09:03:39.421Z[ recovery-image] May 28 09:03:38.007 INFO collecting git info from project "amd-firmware"...
87822026-05-28T09:03:39.714Z[ recovery-image] May 28 09:03:38.300 INFO collecting git info from project "pilot"...
87832026-05-28T09:03:39.723Z[ recovery-image] May 28 09:03:38.308 INFO collecting git info from project "amd-host-image-builder"...
87842026-05-28T09:03:39.763Z[ recovery-image] May 28 09:03:38.348 INFO collecting git info from project "dmar-report"...
87852026-05-28T09:03:39.773Z[ recovery-image] May 28 09:03:38.358 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87862026-05-28T09:03:40.466Z[ recovery-image] May 28 09:03:39.051 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87872026-05-28T09:03:40.848Z[ recovery-image] May 28 09:03:39.433 INFO creating Oxide boot image...
87882026-05-28T09:03:40.848Z[ recovery-image] May 28 09:03:39.433 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 9367136/cd594ac 2026-05-28 08:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87892026-05-28T09:03:52.030Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24001:20260522T173035Z
87902026-05-28T09:03:52.030Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24001:20260522T173036Z
87912026-05-28T09:03:52.039Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87922026-05-28T09:03:52.039Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87932026-05-28T09:03:52.039Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87942026-05-28T09:03:52.039Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87952026-05-28T09:03:52.039Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87962026-05-28T09:03:52.039Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87972026-05-28T09:03:52.039Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260528T084857Z
87982026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.615 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87992026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.616 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
88002026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.616 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24001:20260522T173036Z
88012026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.616 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24001:20260522T173037Z
88022026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.616 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24001:20260522T173037Z
88032026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.616 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24001:20260522T173037Z
88042026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.616 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
88052026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24001:20260522T173037Z
88062026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24001:20260522T173037Z
88072026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24001:20260522T173037Z
88082026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24001:20260522T173038Z
88092026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24001:20260522T173038Z
88102026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24001:20260522T173038Z
88112026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24001:20260522T173038Z
88122026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24001:20260522T173039Z
88132026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24001:20260522T173040Z
88142026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24001:20260522T173040Z
88152026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24001:20260522T173041Z
88162026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24001:20260522T173041Z
88172026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24001:20260522T173042Z
88182026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24001:20260522T173043Z
88192026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
88202026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24001:20260522T173044Z
88212026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24001:20260522T173046Z
88222026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24001:20260522T173047Z
88232026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.617 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24001:20260522T173047Z
88242026-05-28T09:03:52.040Z[ host-image] May 28 09:03:50.618 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24001:20260522T173049Z
88252026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.618 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24001:20260522T173049Z
88262026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
88272026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24001:20260522T173049Z
88282026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
88292026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
88302026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
88312026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
88322026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24001:20260522T173049Z
88332026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
88342026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
88352026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88362026-05-28T09:03:52.041Z[ host-image] May 28 09:03:50.621 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88372026-05-28T09:03:52.045Z[ host-image] May 28 09:03:50.625 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88382026-05-28T09:03:52.045Z[ host-image] May 28 09:03:50.625 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88392026-05-28T09:03:52.045Z[ host-image] May 28 09:03:50.625 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88402026-05-28T09:03:52.045Z[ host-image] May 28 09:03:50.625 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88412026-05-28T09:03:52.045Z[ host-image] May 28 09:03:50.625 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88422026-05-28T09:03:52.045Z[ host-image] May 28 09:03:50.625 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88432026-05-28T09:03:52.051Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
88442026-05-28T09:03:52.051Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88452026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88462026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24001:20260522T173051Z
88472026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24001:20260522T173055Z
88482026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88492026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24001:20260522T173056Z
88502026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88512026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88522026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88532026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
88542026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24001:20260522T173056Z
88552026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.637 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88562026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.638 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88572026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.638 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88582026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.638 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88592026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.639 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24001:20260522T173056Z
88602026-05-28T09:03:52.054Z[ host-image] May 28 09:03:50.639 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88612026-05-28T09:03:52.058Z[ host-image] May 28 09:03:50.642 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88622026-05-28T09:03:52.058Z[ host-image] May 28 09:03:50.643 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24001:20260522T173056Z
88632026-05-28T09:03:52.058Z[ host-image] May 28 09:03:50.643 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24001:20260522T173057Z
88642026-05-28T09:03:52.058Z[ host-image] May 28 09:03:50.643 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24001:20260522T173057Z
88652026-05-28T09:03:52.058Z[ host-image] May 28 09:03:50.643 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88662026-05-28T09:03:52.059Z[ host-image] May 28 09:03:50.643 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24001:20260522T173058Z
88672026-05-28T09:03:52.059Z[ host-image] May 28 09:03:50.644 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24001:20260522T173058Z
88682026-05-28T09:03:52.059Z[ host-image] May 28 09:03:50.644 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24001:20260522T173058Z
88692026-05-28T09:03:52.063Z[ host-image] May 28 09:03:50.644 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24001:20260522T173058Z
88702026-05-28T09:03:52.063Z[ host-image] May 28 09:03:50.645 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88712026-05-28T09:03:52.063Z[ host-image] May 28 09:03:50.645 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24001:20260522T173058Z
88722026-05-28T09:03:52.063Z[ host-image] May 28 09:03:50.645 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24001:20260522T173059Z
88732026-05-28T09:03:52.064Z[ host-image] May 28 09:03:50.645 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88742026-05-28T09:03:52.064Z[ host-image] May 28 09:03:50.645 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24001:20260522T173059Z
88752026-05-28T09:03:52.064Z[ host-image] May 28 09:03:50.645 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24001:20260522T173100Z
88762026-05-28T09:03:52.064Z[ host-image] May 28 09:03:50.645 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24001:20260522T173100Z
88772026-05-28T09:03:52.064Z[ host-image] May 28 09:03:50.645 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24001:20260522T173100Z
88782026-05-28T09:03:52.064Z[ host-image] May 28 09:03:50.647 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24001:20260522T173100Z
88792026-05-28T09:03:52.064Z[ host-image] May 28 09:03:50.647 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88802026-05-28T09:03:52.065Z[ host-image] May 28 09:03:50.648 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24001:20260522T173100Z
88812026-05-28T09:03:52.065Z[ host-image] May 28 09:03:50.648 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24001:20260522T173100Z
88822026-05-28T09:03:52.065Z[ host-image] May 28 09:03:50.648 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24001:20260522T173100Z
88832026-05-28T09:03:52.065Z[ host-image] May 28 09:03:50.648 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24001:20260522T173100Z
88842026-05-28T09:03:52.065Z[ host-image] May 28 09:03:50.648 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24001:20260522T173101Z
88852026-05-28T09:03:52.065Z[ host-image] May 28 09:03:50.648 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24001:20260522T173101Z
88862026-05-28T09:03:52.065Z[ host-image] May 28 09:03:50.649 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24001:20260522T173101Z
88872026-05-28T09:03:52.070Z[ host-image] May 28 09:03:50.651 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24001:20260522T173102Z
88882026-05-28T09:03:52.070Z[ host-image] May 28 09:03:50.651 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24001:20260522T173101Z
88892026-05-28T09:03:52.071Z[ host-image] May 28 09:03:50.651 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24001:20260522T173102Z
88902026-05-28T09:03:52.071Z[ host-image] May 28 09:03:50.652 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24001:20260522T173102Z
88912026-05-28T09:03:52.071Z[ host-image] May 28 09:03:50.652 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24001:20260522T173102Z
88922026-05-28T09:03:52.074Z[ host-image] May 28 09:03:50.658 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24001:20260522T173104Z
88932026-05-28T09:03:52.074Z[ host-image] May 28 09:03:50.658 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24001:20260522T173102Z
88942026-05-28T09:03:52.074Z[ host-image] May 28 09:03:50.658 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24001:20260522T173102Z
88952026-05-28T09:03:52.074Z[ host-image] May 28 09:03:50.658 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88962026-05-28T09:03:52.074Z[ host-image] May 28 09:03:50.658 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88972026-05-28T09:03:52.080Z[ host-image] May 28 09:03:50.666 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24001:20260522T173102Z
88982026-05-28T09:03:52.080Z[ host-image] May 28 09:03:50.666 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88992026-05-28T09:03:52.086Z[ host-image] May 28 09:03:50.666 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24001:20260522T173103Z
89002026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.666 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24001:20260522T173103Z
89012026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.666 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24001:20260522T173103Z
89022026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.666 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
89032026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.667 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
89042026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.667 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24001:20260522T173104Z
89052026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.667 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24001:20260522T173104Z
89062026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.667 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24001:20260522T173104Z
89072026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.667 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24001:20260522T173104Z
89082026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.667 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24001:20260522T173104Z
89092026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.667 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24001:20260522T173104Z
89102026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.668 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
89112026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.668 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24001:20260522T173105Z
89122026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.668 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24001:20260522T173105Z
89132026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.668 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24001:20260522T173105Z
89142026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.668 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24001:20260522T173106Z
89152026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.668 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24001:20260522T173105Z
89162026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.668 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24001:20260522T173106Z
89172026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.668 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
89182026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
89192026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24001:20260522T173107Z
89202026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24001:20260522T173108Z
89212026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
89222026-05-28T09:03:52.087Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
89232026-05-28T09:03:52.088Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
89242026-05-28T09:03:52.088Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
89252026-05-28T09:03:52.088Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
89262026-05-28T09:03:52.088Z[ host-image] May 28 09:03:50.669 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
89272026-05-28T09:03:52.088Z[ host-image] May 28 09:03:50.670 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
89282026-05-28T09:03:52.088Z[ host-image] May 28 09:03:50.670 INFO O| tempdir @ "/tmp/.tmpdmMxw3/tmp"
89292026-05-28T09:03:52.088Z[ host-image] May 28 09:03:50.670 INFO O| image root @ "/tmp/.tmpdmMxw3/tmp/root"
89302026-05-28T09:03:52.088Z[ host-image] May 28 09:03:50.670 INFO O| creating image...
89312026-05-28T09:03:52.597Z[ host-image] May 28 09:03:51.180 INFO O| copying publishers...
89322026-05-28T09:03:53.793Z[ host-image] May 28 09:03:52.379 INFO O| adding properties...
89332026-05-28T09:03:54.890Z[ host-image] May 28 09:03:53.475 INFO O| installing packages...
89342026-05-28T09:04:09.989Z[ host-image] May 28 09:04:07.873 INFO O| seeding SMF database...
89352026-05-28T09:04:13.855Z[ host-image] May 28 09:04:12.441 INFO O| configuring SMF profile...
89362026-05-28T09:04:13.855Z[ host-image] May 28 09:04:12.441 INFO O| modifying shadow(5)...
89372026-05-28T09:04:13.855Z[ host-image] May 28 09:04:12.441 INFO O| loading user and group database...
89382026-05-28T09:04:13.858Z[ host-image] May 28 09:04:12.441 INFO O| loading facet selections...
89392026-05-28T09:04:14.187Z[ host-image] May 28 09:04:12.772 INFO O| devel -> true
89402026-05-28T09:04:14.187Z[ host-image] May 28 09:04:12.772 INFO O| doc.man -> true
89412026-05-28T09:04:14.187Z[ host-image] May 28 09:04:12.772 INFO O| version-lock.shell/ksh93 -> true
89422026-05-28T09:04:14.190Z[ host-image] May 28 09:04:12.772 INFO O| version-lock.system/data/hardware-registry -> true
89432026-05-28T09:04:14.190Z[ host-image] May 28 09:04:12.772 INFO O| version-lock.system/data/zoneinfo -> true
89442026-05-28T09:04:14.191Z[ host-image] May 28 09:04:12.772 INFO O| version-lock.system/microcode/amd -> true
89452026-05-28T09:04:14.191Z[ host-image] May 28 09:04:12.772 INFO O| version-lock.system/microcode/intel -> true
89462026-05-28T09:04:14.191Z[ host-image] May 28 09:04:12.772 INFO O| version-lock.system/microcode/oxide -> true
89472026-05-28T09:04:14.191Z[ host-image] May 28 09:04:12.772 INFO O| assessing packaged files...
89482026-05-28T09:04:16.058Z[ host-image] May 28 09:04:14.643 INFO O| creating archive...
89492026-05-28T09:04:16.079Z[ host-image] May 28 09:04:14.665 INFO O| missing from packaging:
89502026-05-28T09:04:16.082Z[ host-image] May 28 09:04:14.665 INFO O| "etc/.pwd.lock"
89512026-05-28T09:04:16.082Z[ host-image] May 28 09:04:14.665 INFO O| "etc/bash"
89522026-05-28T09:04:16.086Z[ host-image] May 28 09:04:14.669 INFO O| "etc/svc/profile/generic.xml"
89532026-05-28T09:04:16.086Z[ host-image] May 28 09:04:14.669 INFO O| "etc/svc/profile/inetd_services.xml"
89542026-05-28T09:04:16.086Z[ host-image] May 28 09:04:14.669 INFO O| "etc/svc/profile/name_service.xml"
89552026-05-28T09:04:16.086Z[ host-image] May 28 09:04:14.669 INFO O| "etc/svc/profile/platform.xml"
89562026-05-28T09:04:16.086Z[ host-image] May 28 09:04:14.669 INFO O| "etc/svc/profile/platform_omicron1.xml"
89572026-05-28T09:04:16.086Z[ host-image] May 28 09:04:14.669 INFO O| "etc/svc/repository.db"
89582026-05-28T09:04:16.089Z[ host-image] May 28 09:04:14.675 INFO O| "opt/ooce/share"
89592026-05-28T09:04:16.089Z[ host-image] May 28 09:04:14.675 INFO O| "opt/ooce/share/man"
89602026-05-28T09:04:16.089Z[ host-image] May 28 09:04:14.675 INFO O| "opt/ooce/share/man/man1"
89612026-05-28T09:04:16.098Z[ host-image] May 28 09:04:14.684 INFO O| finishing archive...
89622026-05-28T09:04:18.521Z[ host-image] May 28 09:04:17.107 INFO O| creating gzonly manifest...
89632026-05-28T09:04:18.528Z[ host-image] May 28 09:04:17.113 INFO O| ok
89642026-05-28T09:04:18.613Z[ host-image] May 28 09:04:17.199 INFO image builder template: ramdisk-02-trim...
89652026-05-28T09:04:18.614Z[ host-image] May 28 09:04:17.199 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/.tmpaJfv3V/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
89662026-05-28T09:04:18.631Z[ host-image] May 28 09:04:17.217 INFO O| May 28 09:04:17.217 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89672026-05-28T09:04:18.635Z[ host-image] May 28 09:04:17.220 INFO O| May 28 09:04:17.220 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89682026-05-28T09:04:19.053Z[ host-image] May 28 09:04:17.379 INFO O| May 28 09:04:17.379 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89692026-05-28T09:04:19.056Z[ host-image] May 28 09:04:17.446 INFO O| May 28 09:04:17.446 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89702026-05-28T09:04:19.056Z[ host-image] May 28 09:04:17.446 INFO O| May 28 09:04:17.446 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89712026-05-28T09:04:19.056Z[ host-image] May 28 09:04:17.450 INFO O| May 28 09:04:17.450 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89722026-05-28T09:04:19.056Z[ host-image] May 28 09:04:17.453 INFO O| May 28 09:04:17.453 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89732026-05-28T09:04:19.056Z[ host-image] May 28 09:04:17.457 INFO O| May 28 09:04:17.457 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89742026-05-28T09:04:19.454Z[ host-image] May 28 09:04:18.040 INFO O| May 28 09:04:18.039 INFO rolled back to input snapshot; work may begin
89752026-05-28T09:04:19.454Z[ host-image] May 28 09:04:18.040 INFO O| May 28 09:04:18.039 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89762026-05-28T09:04:19.458Z[ host-image] May 28 09:04:18.044 INFO O| May 28 09:04:18.044 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89772026-05-28T09:04:19.467Z[ host-image] May 28 09:04:18.053 INFO O| May 28 09:04:18.053 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89782026-05-28T09:04:19.504Z[ host-image] May 28 09:04:18.090 INFO O| May 28 09:04:18.090 INFO STEP 0 (remove_files) COMPLETE
89792026-05-28T09:04:19.504Z[ host-image] May 28 09:04:18.090 INFO O| May 28 09:04:18.090 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89802026-05-28T09:04:19.512Z[ host-image] May 28 09:04:18.098 INFO O| May 28 09:04:18.098 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89812026-05-28T09:04:19.515Z[ host-image] May 28 09:04:18.099 INFO O| May 28 09:04:18.099 INFO STEP 1 (remove_files) COMPLETE
89822026-05-28T09:04:19.515Z[ host-image] May 28 09:04:18.099 INFO O| May 28 09:04:18.099 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89832026-05-28T09:04:19.523Z[ host-image] May 28 09:04:18.109 INFO O| May 28 09:04:18.109 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89842026-05-28T09:04:19.535Z[ host-image] May 28 09:04:18.121 INFO O| May 28 09:04:18.121 INFO STEP 2 (remove_files) COMPLETE
89852026-05-28T09:04:19.535Z[ host-image] May 28 09:04:18.121 INFO O| May 28 09:04:18.121 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89862026-05-28T09:04:19.544Z[ host-image] May 28 09:04:18.129 INFO O| May 28 09:04:18.129 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89872026-05-28T09:04:19.546Z[ host-image] May 28 09:04:18.131 INFO O| May 28 09:04:18.131 INFO STEP 3 (remove_files) COMPLETE
89882026-05-28T09:04:19.546Z[ host-image] May 28 09:04:18.131 INFO O| May 28 09:04:18.131 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89892026-05-28T09:04:19.555Z[ host-image] May 28 09:04:18.140 INFO O| May 28 09:04:18.140 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89902026-05-28T09:04:19.557Z[ host-image] May 28 09:04:18.143 INFO O| May 28 09:04:18.143 INFO STEP 4 (remove_files) COMPLETE
89912026-05-28T09:04:19.557Z[ host-image] May 28 09:04:18.143 INFO O| May 28 09:04:18.143 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89922026-05-28T09:04:19.566Z[ host-image] May 28 09:04:18.152 INFO O| May 28 09:04:18.152 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89932026-05-28T09:04:19.569Z[ host-image] May 28 09:04:18.154 INFO O| May 28 09:04:18.154 INFO STEP 5 (remove_files) COMPLETE
89942026-05-28T09:04:19.569Z[ host-image] May 28 09:04:18.154 INFO O| May 28 09:04:18.154 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89952026-05-28T09:04:19.578Z[ host-image] May 28 09:04:18.163 INFO O| May 28 09:04:18.163 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89962026-05-28T09:04:19.587Z[ host-image] May 28 09:04:18.173 INFO O| May 28 09:04:18.173 INFO STEP 6 (remove_files) COMPLETE
89972026-05-28T09:04:19.587Z[ host-image] May 28 09:04:18.173 INFO O| May 28 09:04:18.173 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89982026-05-28T09:04:19.590Z[ host-image] May 28 09:04:18.173 INFO O| May 28 09:04:18.173 INFO skip step because feature "heliosv2" is not enabled
89992026-05-28T09:04:19.590Z[ host-image] May 28 09:04:18.173 INFO O| May 28 09:04:18.173 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90002026-05-28T09:04:19.596Z[ host-image] May 28 09:04:18.181 INFO O| May 28 09:04:18.181 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
90012026-05-28T09:04:19.606Z[ host-image] May 28 09:04:18.192 INFO O| May 28 09:04:18.192 INFO STEP 8 (remove_files) COMPLETE
90022026-05-28T09:04:19.606Z[ host-image] May 28 09:04:18.192 INFO O| May 28 09:04:18.192 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90032026-05-28T09:04:19.615Z[ host-image] May 28 09:04:18.201 INFO O| May 28 09:04:18.201 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90042026-05-28T09:04:19.682Z[ host-image] May 28 09:04:18.267 INFO O| May 28 09:04:18.267 INFO STEP 9 (remove_files) COMPLETE
90052026-05-28T09:04:19.682Z[ host-image] May 28 09:04:18.267 INFO O| May 28 09:04:18.267 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90062026-05-28T09:04:19.693Z[ host-image] May 28 09:04:18.277 INFO O| May 28 09:04:18.277 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90072026-05-28T09:04:19.770Z[ host-image] May 28 09:04:18.356 INFO O| May 28 09:04:18.356 INFO STEP 10 (remove_files) COMPLETE
90082026-05-28T09:04:19.770Z[ host-image] May 28 09:04:18.356 INFO O| May 28 09:04:18.356 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90092026-05-28T09:04:19.778Z[ host-image] May 28 09:04:18.364 INFO O| May 28 09:04:18.363 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90102026-05-28T09:04:19.780Z[ host-image] May 28 09:04:18.366 INFO O| May 28 09:04:18.366 INFO STEP 11 (remove_files) COMPLETE
90112026-05-28T09:04:19.780Z[ host-image] May 28 09:04:18.366 INFO O| May 28 09:04:18.366 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90122026-05-28T09:04:19.789Z[ host-image] May 28 09:04:18.374 INFO O| May 28 09:04:18.374 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90132026-05-28T09:04:19.791Z[ host-image] May 28 09:04:18.375 INFO O| May 28 09:04:18.375 INFO STEP 12 (remove_files) COMPLETE
90142026-05-28T09:04:19.791Z[ host-image] May 28 09:04:18.375 INFO O| May 28 09:04:18.375 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90152026-05-28T09:04:19.799Z[ host-image] May 28 09:04:18.384 INFO O| May 28 09:04:18.384 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90162026-05-28T09:04:19.802Z[ host-image] May 28 09:04:18.385 INFO O| May 28 09:04:18.385 INFO STEP 13 (remove_files) COMPLETE
90172026-05-28T09:04:19.802Z[ host-image] May 28 09:04:18.385 INFO O| May 28 09:04:18.385 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90182026-05-28T09:04:19.826Z[ host-image] May 28 09:04:18.411 INFO O| May 28 09:04:18.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90192026-05-28T09:04:19.826Z[ host-image] May 28 09:04:18.411 INFO O| May 28 09:04:18.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90202026-05-28T09:04:19.826Z[ host-image] May 28 09:04:18.411 INFO O| May 28 09:04:18.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90212026-05-28T09:04:19.826Z[ host-image] May 28 09:04:18.411 INFO O| May 28 09:04:18.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90222026-05-28T09:04:19.826Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90232026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90242026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90252026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90262026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90272026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90282026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90292026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90302026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90312026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90322026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90332026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.412 INFO O| May 28 09:04:18.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90342026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.413 INFO O| May 28 09:04:18.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
90352026-05-28T09:04:19.829Z[ host-image] May 28 09:04:18.413 INFO O| May 28 09:04:18.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
90362026-05-28T09:04:19.983Z[ host-image] May 28 09:04:18.569 INFO O| May 28 09:04:18.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90372026-05-28T09:04:20.013Z[ host-image] May 28 09:04:18.599 INFO O| May 28 09:04:18.599 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90382026-05-28T09:04:20.041Z[ host-image] May 28 09:04:18.626 INFO O| May 28 09:04:18.626 INFO STEP 14 (remove_files) COMPLETE
90392026-05-28T09:04:20.041Z[ host-image] May 28 09:04:18.626 INFO O| May 28 09:04:18.626 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90402026-05-28T09:04:20.050Z[ host-image] May 28 09:04:18.635 INFO O| May 28 09:04:18.635 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90412026-05-28T09:04:20.053Z[ host-image] May 28 09:04:18.636 INFO O| May 28 09:04:18.636 INFO STEP 15 (remove_files) COMPLETE
90422026-05-28T09:04:20.053Z[ host-image] May 28 09:04:18.636 INFO O| May 28 09:04:18.636 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90432026-05-28T09:04:20.059Z[ host-image] May 28 09:04:18.645 INFO O| May 28 09:04:18.645 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90442026-05-28T09:04:20.064Z[ host-image] May 28 09:04:18.650 INFO O| May 28 09:04:18.650 INFO STEP 16 (remove_files) COMPLETE
90452026-05-28T09:04:20.064Z[ host-image] May 28 09:04:18.650 INFO O| May 28 09:04:18.650 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90462026-05-28T09:04:20.073Z[ host-image] May 28 09:04:18.658 INFO O| May 28 09:04:18.658 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90472026-05-28T09:04:20.076Z[ host-image] May 28 09:04:18.659 INFO O| May 28 09:04:18.659 INFO STEP 17 (remove_files) COMPLETE
90482026-05-28T09:04:20.076Z[ host-image] May 28 09:04:18.659 INFO O| May 28 09:04:18.659 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90492026-05-28T09:04:20.081Z[ host-image] May 28 09:04:18.667 INFO O| May 28 09:04:18.667 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90502026-05-28T09:04:20.084Z[ host-image] May 28 09:04:18.668 INFO O| May 28 09:04:18.668 INFO STEP 18 (remove_files) COMPLETE
90512026-05-28T09:04:20.084Z[ host-image] May 28 09:04:18.668 INFO O| May 28 09:04:18.668 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90522026-05-28T09:04:20.091Z[ host-image] May 28 09:04:18.676 INFO O| May 28 09:04:18.676 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90532026-05-28T09:04:20.091Z[ host-image] May 28 09:04:18.676 INFO O| May 28 09:04:18.676 INFO STEP 19 (remove_files) COMPLETE
90542026-05-28T09:04:20.091Z[ host-image] May 28 09:04:18.676 INFO O| May 28 09:04:18.676 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90552026-05-28T09:04:20.098Z[ host-image] May 28 09:04:18.684 INFO O| May 28 09:04:18.684 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90562026-05-28T09:04:20.098Z[ host-image] May 28 09:04:18.684 INFO O| May 28 09:04:18.684 INFO STEP 20 (remove_files) COMPLETE
90572026-05-28T09:04:20.098Z[ host-image] May 28 09:04:18.684 INFO O| May 28 09:04:18.684 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582026-05-28T09:04:20.106Z[ host-image] May 28 09:04:18.692 INFO O| May 28 09:04:18.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90592026-05-28T09:04:20.106Z[ host-image] May 28 09:04:18.692 INFO O| May 28 09:04:18.692 INFO STEP 21 (remove_files) COMPLETE
90602026-05-28T09:04:20.106Z[ host-image] May 28 09:04:18.692 INFO O| May 28 09:04:18.692 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612026-05-28T09:04:20.115Z[ host-image] May 28 09:04:18.700 INFO O| May 28 09:04:18.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90622026-05-28T09:04:20.115Z[ host-image] May 28 09:04:18.700 INFO O| May 28 09:04:18.700 INFO STEP 22 (remove_files) COMPLETE
90632026-05-28T09:04:20.115Z[ host-image] May 28 09:04:18.700 INFO O| May 28 09:04:18.700 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642026-05-28T09:04:20.121Z[ host-image] May 28 09:04:18.707 INFO O| May 28 09:04:18.707 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90652026-05-28T09:04:20.121Z[ host-image] May 28 09:04:18.707 INFO O| May 28 09:04:18.707 INFO STEP 23 (remove_files) COMPLETE
90662026-05-28T09:04:20.125Z[ host-image] May 28 09:04:18.707 INFO O| May 28 09:04:18.707 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672026-05-28T09:04:20.128Z[ host-image] May 28 09:04:18.714 INFO O| May 28 09:04:18.714 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90682026-05-28T09:04:20.128Z[ host-image] May 28 09:04:18.714 INFO O| May 28 09:04:18.714 INFO STEP 24 (remove_files) COMPLETE
90692026-05-28T09:04:20.128Z[ host-image] May 28 09:04:18.714 INFO O| May 28 09:04:18.714 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702026-05-28T09:04:20.137Z[ host-image] May 28 09:04:18.722 INFO O| May 28 09:04:18.722 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90712026-05-28T09:04:20.137Z[ host-image] May 28 09:04:18.722 INFO O| May 28 09:04:18.722 INFO STEP 25 (remove_files) COMPLETE
90722026-05-28T09:04:20.140Z[ host-image] May 28 09:04:18.722 INFO O| May 28 09:04:18.722 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732026-05-28T09:04:20.144Z[ host-image] May 28 09:04:18.730 INFO O| May 28 09:04:18.730 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90742026-05-28T09:04:20.144Z[ host-image] May 28 09:04:18.730 INFO O| May 28 09:04:18.730 INFO STEP 26 (remove_files) COMPLETE
90752026-05-28T09:04:20.147Z[ host-image] May 28 09:04:18.730 INFO O| May 28 09:04:18.730 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762026-05-28T09:04:20.151Z[ host-image] May 28 09:04:18.736 INFO O| May 28 09:04:18.736 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90772026-05-28T09:04:20.151Z[ host-image] May 28 09:04:18.736 INFO O| May 28 09:04:18.736 INFO STEP 27 (remove_files) COMPLETE
90782026-05-28T09:04:20.151Z[ host-image] May 28 09:04:18.736 INFO O| May 28 09:04:18.736 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792026-05-28T09:04:20.157Z[ host-image] May 28 09:04:18.742 INFO O| May 28 09:04:18.742 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90802026-05-28T09:04:20.160Z[ host-image] May 28 09:04:18.742 INFO O| May 28 09:04:18.742 INFO STEP 28 (remove_files) COMPLETE
90812026-05-28T09:04:20.160Z[ host-image] May 28 09:04:18.742 INFO O| May 28 09:04:18.742 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822026-05-28T09:04:20.163Z[ host-image] May 28 09:04:18.748 INFO O| May 28 09:04:18.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90832026-05-28T09:04:20.163Z[ host-image] May 28 09:04:18.748 INFO O| May 28 09:04:18.748 INFO STEP 29 (remove_files) COMPLETE
90842026-05-28T09:04:20.164Z[ host-image] May 28 09:04:18.748 INFO O| May 28 09:04:18.748 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852026-05-28T09:04:20.171Z[ host-image] May 28 09:04:18.756 INFO O| May 28 09:04:18.756 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90862026-05-28T09:04:20.174Z[ host-image] May 28 09:04:18.756 INFO O| May 28 09:04:18.756 INFO STEP 30 (remove_files) COMPLETE
90872026-05-28T09:04:20.174Z[ host-image] May 28 09:04:18.756 INFO O| May 28 09:04:18.756 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90882026-05-28T09:04:20.178Z[ host-image] May 28 09:04:18.764 INFO O| May 28 09:04:18.764 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90892026-05-28T09:04:20.178Z[ host-image] May 28 09:04:18.764 INFO O| May 28 09:04:18.764 INFO STEP 31 (remove_files) COMPLETE
90902026-05-28T09:04:20.178Z[ host-image] May 28 09:04:18.764 INFO O| May 28 09:04:18.764 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90912026-05-28T09:04:20.186Z[ host-image] May 28 09:04:18.772 INFO O| May 28 09:04:18.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90922026-05-28T09:04:20.186Z[ host-image] May 28 09:04:18.772 INFO O| May 28 09:04:18.772 INFO STEP 32 (remove_files) COMPLETE
90932026-05-28T09:04:20.189Z[ host-image] May 28 09:04:18.772 INFO O| May 28 09:04:18.772 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942026-05-28T09:04:20.197Z[ host-image] May 28 09:04:18.779 INFO O| May 28 09:04:18.779 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90952026-05-28T09:04:20.197Z[ host-image] May 28 09:04:18.780 INFO O| May 28 09:04:18.780 INFO STEP 33 (remove_files) COMPLETE
90962026-05-28T09:04:20.197Z[ host-image] May 28 09:04:18.780 INFO O| May 28 09:04:18.780 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90972026-05-28T09:04:20.201Z[ host-image] May 28 09:04:18.787 INFO O| May 28 09:04:18.787 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90982026-05-28T09:04:20.201Z[ host-image] May 28 09:04:18.787 INFO O| May 28 09:04:18.787 INFO STEP 34 (remove_files) COMPLETE
90992026-05-28T09:04:20.204Z[ host-image] May 28 09:04:18.787 INFO O| May 28 09:04:18.787 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91002026-05-28T09:04:20.209Z[ host-image] May 28 09:04:18.795 INFO O| May 28 09:04:18.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91012026-05-28T09:04:20.209Z[ host-image] May 28 09:04:18.795 INFO O| May 28 09:04:18.795 INFO STEP 35 (remove_files) COMPLETE
91022026-05-28T09:04:20.212Z[ host-image] May 28 09:04:18.795 INFO O| May 28 09:04:18.795 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032026-05-28T09:04:20.217Z[ host-image] May 28 09:04:18.803 INFO O| May 28 09:04:18.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91042026-05-28T09:04:20.217Z[ host-image] May 28 09:04:18.803 INFO O| May 28 09:04:18.803 INFO STEP 36 (remove_files) COMPLETE
91052026-05-28T09:04:20.219Z[ host-image] May 28 09:04:18.803 INFO O| May 28 09:04:18.803 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91062026-05-28T09:04:20.223Z[ host-image] May 28 09:04:18.809 INFO O| May 28 09:04:18.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91072026-05-28T09:04:20.223Z[ host-image] May 28 09:04:18.809 INFO O| May 28 09:04:18.809 INFO STEP 37 (remove_files) COMPLETE
91082026-05-28T09:04:20.223Z[ host-image] May 28 09:04:18.809 INFO O| May 28 09:04:18.809 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91092026-05-28T09:04:20.229Z[ host-image] May 28 09:04:18.815 INFO O| May 28 09:04:18.815 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91102026-05-28T09:04:20.229Z[ host-image] May 28 09:04:18.815 INFO O| May 28 09:04:18.815 INFO STEP 38 (remove_files) COMPLETE
91112026-05-28T09:04:20.232Z[ host-image] May 28 09:04:18.815 INFO O| May 28 09:04:18.815 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91122026-05-28T09:04:20.238Z[ host-image] May 28 09:04:18.824 INFO O| May 28 09:04:18.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91132026-05-28T09:04:20.238Z[ host-image] May 28 09:04:18.824 INFO O| May 28 09:04:18.824 INFO STEP 39 (remove_files) COMPLETE
91142026-05-28T09:04:20.238Z[ host-image] May 28 09:04:18.824 INFO O| May 28 09:04:18.824 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91152026-05-28T09:04:20.244Z[ host-image] May 28 09:04:18.830 INFO O| May 28 09:04:18.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91162026-05-28T09:04:20.244Z[ host-image] May 28 09:04:18.830 INFO O| May 28 09:04:18.830 INFO STEP 40 (remove_files) COMPLETE
91172026-05-28T09:04:20.244Z[ host-image] May 28 09:04:18.830 INFO O| May 28 09:04:18.830 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91182026-05-28T09:04:20.250Z[ host-image] May 28 09:04:18.836 INFO O| May 28 09:04:18.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91192026-05-28T09:04:20.250Z[ host-image] May 28 09:04:18.836 INFO O| May 28 09:04:18.836 INFO STEP 41 (remove_files) COMPLETE
91202026-05-28T09:04:20.250Z[ host-image] May 28 09:04:18.836 INFO O| May 28 09:04:18.836 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91212026-05-28T09:04:20.256Z[ host-image] May 28 09:04:18.842 INFO O| May 28 09:04:18.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91222026-05-28T09:04:20.256Z[ host-image] May 28 09:04:18.842 INFO O| May 28 09:04:18.842 INFO STEP 42 (remove_files) COMPLETE
91232026-05-28T09:04:20.259Z[ host-image] May 28 09:04:18.842 INFO O| May 28 09:04:18.842 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91242026-05-28T09:04:20.261Z[ host-image] May 28 09:04:18.847 INFO O| May 28 09:04:18.847 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91252026-05-28T09:04:20.261Z[ host-image] May 28 09:04:18.847 INFO O| May 28 09:04:18.847 INFO STEP 43 (remove_files) COMPLETE
91262026-05-28T09:04:20.262Z[ host-image] May 28 09:04:18.847 INFO O| May 28 09:04:18.847 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91272026-05-28T09:04:20.267Z[ host-image] May 28 09:04:18.853 INFO O| May 28 09:04:18.853 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91282026-05-28T09:04:20.267Z[ host-image] May 28 09:04:18.853 INFO O| May 28 09:04:18.853 INFO STEP 44 (remove_files) COMPLETE
91292026-05-28T09:04:20.269Z[ host-image] May 28 09:04:18.853 INFO O| May 28 09:04:18.853 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91302026-05-28T09:04:20.272Z[ host-image] May 28 09:04:18.858 INFO O| May 28 09:04:18.858 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91312026-05-28T09:04:20.275Z[ host-image] May 28 09:04:18.858 INFO O| May 28 09:04:18.858 INFO STEP 45 (remove_files) COMPLETE
91322026-05-28T09:04:20.275Z[ host-image] May 28 09:04:18.858 INFO O| May 28 09:04:18.858 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91332026-05-28T09:04:20.281Z[ host-image] May 28 09:04:18.867 INFO O| May 28 09:04:18.867 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91342026-05-28T09:04:20.284Z[ host-image] May 28 09:04:18.867 INFO O| May 28 09:04:18.867 INFO STEP 46 (remove_files) COMPLETE
91352026-05-28T09:04:20.284Z[ host-image] May 28 09:04:18.867 INFO O| May 28 09:04:18.867 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91362026-05-28T09:04:20.289Z[ host-image] May 28 09:04:18.873 INFO O| May 28 09:04:18.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91372026-05-28T09:04:20.289Z[ host-image] May 28 09:04:18.873 INFO O| May 28 09:04:18.873 INFO STEP 47 (remove_files) COMPLETE
91382026-05-28T09:04:20.289Z[ host-image] May 28 09:04:18.873 INFO O| May 28 09:04:18.873 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91392026-05-28T09:04:20.295Z[ host-image] May 28 09:04:18.881 INFO O| May 28 09:04:18.881 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91402026-05-28T09:04:20.295Z[ host-image] May 28 09:04:18.881 INFO O| May 28 09:04:18.881 INFO STEP 48 (remove_files) COMPLETE
91412026-05-28T09:04:20.295Z[ host-image] May 28 09:04:18.881 INFO O| May 28 09:04:18.881 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91422026-05-28T09:04:20.302Z[ host-image] May 28 09:04:18.888 INFO O| May 28 09:04:18.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
91432026-05-28T09:04:20.302Z[ host-image] May 28 09:04:18.888 INFO O| May 28 09:04:18.888 INFO STEP 49 (remove_files) COMPLETE
91442026-05-28T09:04:20.302Z[ host-image] May 28 09:04:18.888 INFO O| May 28 09:04:18.888 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91452026-05-28T09:04:20.309Z[ host-image] May 28 09:04:18.895 INFO O| May 28 09:04:18.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91462026-05-28T09:04:20.312Z[ host-image] May 28 09:04:18.895 INFO O| May 28 09:04:18.895 INFO STEP 50 (remove_files) COMPLETE
91472026-05-28T09:04:20.312Z[ host-image] May 28 09:04:18.895 INFO O| May 28 09:04:18.895 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91482026-05-28T09:04:20.317Z[ host-image] May 28 09:04:18.903 INFO O| May 28 09:04:18.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91492026-05-28T09:04:20.317Z[ host-image] May 28 09:04:18.903 INFO O| May 28 09:04:18.903 INFO STEP 51 (remove_files) COMPLETE
91502026-05-28T09:04:20.319Z[ host-image] May 28 09:04:18.903 INFO O| May 28 09:04:18.903 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512026-05-28T09:04:20.323Z[ host-image] May 28 09:04:18.909 INFO O| May 28 09:04:18.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91522026-05-28T09:04:20.326Z[ host-image] May 28 09:04:18.909 INFO O| May 28 09:04:18.909 INFO STEP 52 (remove_files) COMPLETE
91532026-05-28T09:04:20.326Z[ host-image] May 28 09:04:18.909 INFO O| May 28 09:04:18.909 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542026-05-28T09:04:20.331Z[ host-image] May 28 09:04:18.917 INFO O| May 28 09:04:18.917 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91552026-05-28T09:04:20.331Z[ host-image] May 28 09:04:18.917 INFO O| May 28 09:04:18.917 INFO STEP 53 (remove_files) COMPLETE
91562026-05-28T09:04:20.334Z[ host-image] May 28 09:04:18.917 INFO O| May 28 09:04:18.917 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91572026-05-28T09:04:20.336Z[ host-image] May 28 09:04:18.923 INFO O| May 28 09:04:18.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91582026-05-28T09:04:20.336Z[ host-image] May 28 09:04:18.923 INFO O| May 28 09:04:18.923 INFO STEP 54 (remove_files) COMPLETE
91592026-05-28T09:04:20.337Z[ host-image] May 28 09:04:18.923 INFO O| May 28 09:04:18.923 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91602026-05-28T09:04:20.344Z[ host-image] May 28 09:04:18.930 INFO O| May 28 09:04:18.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91612026-05-28T09:04:20.347Z[ host-image] May 28 09:04:18.930 INFO O| May 28 09:04:18.930 INFO STEP 55 (remove_files) COMPLETE
91622026-05-28T09:04:20.347Z[ host-image] May 28 09:04:18.930 INFO O| May 28 09:04:18.930 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91632026-05-28T09:04:20.350Z[ host-image] May 28 09:04:18.936 INFO O| May 28 09:04:18.936 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91642026-05-28T09:04:20.353Z[ host-image] May 28 09:04:18.936 INFO O| May 28 09:04:18.936 INFO STEP 56 (remove_files) COMPLETE
91652026-05-28T09:04:20.353Z[ host-image] May 28 09:04:18.936 INFO O| May 28 09:04:18.936 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91662026-05-28T09:04:20.356Z[ host-image] May 28 09:04:18.942 INFO O| May 28 09:04:18.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91672026-05-28T09:04:20.356Z[ host-image] May 28 09:04:18.942 INFO O| May 28 09:04:18.942 INFO STEP 57 (remove_files) COMPLETE
91682026-05-28T09:04:20.359Z[ host-image] May 28 09:04:18.942 INFO O| May 28 09:04:18.942 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91692026-05-28T09:04:20.362Z[ host-image] May 28 09:04:18.948 INFO O| May 28 09:04:18.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91702026-05-28T09:04:20.362Z[ host-image] May 28 09:04:18.948 INFO O| May 28 09:04:18.948 INFO STEP 58 (remove_files) COMPLETE
91712026-05-28T09:04:20.365Z[ host-image] May 28 09:04:18.948 INFO O| May 28 09:04:18.948 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91722026-05-28T09:04:20.368Z[ host-image] May 28 09:04:18.953 INFO O| May 28 09:04:18.953 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91732026-05-28T09:04:20.368Z[ host-image] May 28 09:04:18.953 INFO O| May 28 09:04:18.953 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91742026-05-28T09:04:20.368Z[ host-image] May 28 09:04:18.954 INFO O| May 28 09:04:18.954 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91752026-05-28T09:04:20.368Z[ host-image] May 28 09:04:18.954 INFO O| May 28 09:04:18.954 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91762026-05-28T09:04:20.368Z[ host-image] May 28 09:04:18.954 INFO O| May 28 09:04:18.954 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91772026-05-28T09:04:20.368Z[ host-image] May 28 09:04:18.954 INFO O| May 28 09:04:18.954 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91782026-05-28T09:04:20.368Z[ host-image] May 28 09:04:18.954 INFO O| May 28 09:04:18.954 INFO ok!
91792026-05-28T09:04:20.368Z[ host-image] May 28 09:04:18.954 INFO O| May 28 09:04:18.954 INFO STEP 59 (ensure_file) COMPLETE
91802026-05-28T09:04:20.371Z[ host-image] May 28 09:04:18.954 INFO O| May 28 09:04:18.954 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91812026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91822026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91832026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91842026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91852026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91862026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91872026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 INFO ok!
91882026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 INFO STEP 60 (ensure_file) COMPLETE
91892026-05-28T09:04:20.374Z[ host-image] May 28 09:04:18.959 INFO O| May 28 09:04:18.959 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902026-05-28T09:04:20.381Z[ host-image] May 28 09:04:18.967 INFO O| May 28 09:04:18.967 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91912026-05-28T09:04:20.381Z[ host-image] May 28 09:04:18.967 INFO O| May 28 09:04:18.967 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91922026-05-28T09:04:20.381Z[ host-image] May 28 09:04:18.967 INFO O| May 28 09:04:18.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91932026-05-28T09:04:20.384Z[ host-image] May 28 09:04:18.967 INFO O| May 28 09:04:18.967 INFO ok!
91942026-05-28T09:04:20.384Z[ host-image] May 28 09:04:18.967 INFO O| May 28 09:04:18.967 INFO STEP 61 (ensure_file) COMPLETE
91952026-05-28T09:04:20.384Z[ host-image] May 28 09:04:18.967 INFO O| May 28 09:04:18.967 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91962026-05-28T09:04:20.388Z[ host-image] May 28 09:04:18.974 INFO O| May 28 09:04:18.974 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91972026-05-28T09:04:20.388Z[ host-image] May 28 09:04:18.974 INFO O| May 28 09:04:18.974 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91982026-05-28T09:04:20.391Z[ host-image] May 28 09:04:18.974 INFO O| May 28 09:04:18.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91992026-05-28T09:04:20.391Z[ host-image] May 28 09:04:18.974 INFO O| May 28 09:04:18.974 INFO ok!
92002026-05-28T09:04:20.391Z[ host-image] May 28 09:04:18.974 INFO O| May 28 09:04:18.974 INFO STEP 62 (ensure_file) COMPLETE
92012026-05-28T09:04:20.391Z[ host-image] May 28 09:04:18.974 INFO O| May 28 09:04:18.974 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92022026-05-28T09:04:20.394Z[ host-image] May 28 09:04:18.980 INFO O| May 28 09:04:18.980 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92032026-05-28T09:04:20.394Z[ host-image] May 28 09:04:18.980 INFO O| May 28 09:04:18.980 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92042026-05-28T09:04:20.394Z[ host-image] May 28 09:04:18.980 INFO O| May 28 09:04:18.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92052026-05-28T09:04:20.394Z[ host-image] May 28 09:04:18.980 INFO O| May 28 09:04:18.980 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92062026-05-28T09:04:20.394Z[ host-image] May 28 09:04:18.980 INFO O| May 28 09:04:18.980 INFO ok!
92072026-05-28T09:04:20.394Z[ host-image] May 28 09:04:18.980 INFO O| May 28 09:04:18.980 INFO STEP 63 (ensure_file) COMPLETE
92082026-05-28T09:04:20.395Z[ host-image] May 28 09:04:18.980 INFO O| May 28 09:04:18.980 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092026-05-28T09:04:20.399Z[ host-image] May 28 09:04:18.985 INFO O| May 28 09:04:18.985 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92102026-05-28T09:04:20.399Z[ host-image] May 28 09:04:18.985 INFO O| May 28 09:04:18.985 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92112026-05-28T09:04:20.402Z[ host-image] May 28 09:04:18.985 INFO O| May 28 09:04:18.985 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92122026-05-28T09:04:20.402Z[ host-image] May 28 09:04:18.985 INFO O| May 28 09:04:18.985 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92132026-05-28T09:04:20.402Z[ host-image] May 28 09:04:18.985 INFO O| May 28 09:04:18.985 INFO ok!
92142026-05-28T09:04:20.402Z[ host-image] May 28 09:04:18.985 INFO O| May 28 09:04:18.985 INFO STEP 64 (ensure_file) COMPLETE
92152026-05-28T09:04:20.402Z[ host-image] May 28 09:04:18.985 INFO O| May 28 09:04:18.985 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162026-05-28T09:04:20.405Z[ host-image] May 28 09:04:18.991 INFO O| May 28 09:04:18.991 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92172026-05-28T09:04:20.405Z[ host-image] May 28 09:04:18.991 INFO O| May 28 09:04:18.991 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92182026-05-28T09:04:20.405Z[ host-image] May 28 09:04:18.991 INFO O| May 28 09:04:18.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92192026-05-28T09:04:20.408Z[ host-image] May 28 09:04:18.991 INFO O| May 28 09:04:18.991 INFO ok!
92202026-05-28T09:04:20.408Z[ host-image] May 28 09:04:18.991 INFO O| May 28 09:04:18.991 INFO STEP 65 (assemble_files) COMPLETE
92212026-05-28T09:04:20.408Z[ host-image] May 28 09:04:18.991 INFO O| May 28 09:04:18.991 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-05-28T09:04:20.411Z[ host-image] May 28 09:04:18.997 INFO O| May 28 09:04:18.997 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92232026-05-28T09:04:20.414Z[ host-image] May 28 09:04:18.997 INFO O| May 28 09:04:18.997 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92242026-05-28T09:04:20.414Z[ host-image] May 28 09:04:18.997 INFO O| May 28 09:04:18.997 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92252026-05-28T09:04:20.414Z[ host-image] May 28 09:04:18.997 INFO O| May 28 09:04:18.997 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92262026-05-28T09:04:20.414Z[ host-image] May 28 09:04:18.997 INFO O| May 28 09:04:18.997 INFO ok!
92272026-05-28T09:04:20.414Z[ host-image] May 28 09:04:18.997 INFO O| May 28 09:04:18.997 INFO STEP 66 (ensure_file) COMPLETE
92282026-05-28T09:04:20.414Z[ host-image] May 28 09:04:18.997 INFO O| May 28 09:04:18.997 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92292026-05-28T09:04:20.419Z[ host-image] May 28 09:04:19.005 INFO O| May 28 09:04:19.005 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92302026-05-28T09:04:20.419Z[ host-image] May 28 09:04:19.005 INFO O| May 28 09:04:19.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92312026-05-28T09:04:20.422Z[ host-image] May 28 09:04:19.005 INFO O| May 28 09:04:19.005 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92322026-05-28T09:04:20.422Z[ host-image] May 28 09:04:19.005 INFO O| May 28 09:04:19.005 INFO STEP 67 (ensure_dir) COMPLETE
92332026-05-28T09:04:20.422Z[ host-image] May 28 09:04:19.005 INFO O| May 28 09:04:19.005 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-05-28T09:04:20.427Z[ host-image] May 28 09:04:19.013 INFO O| May 28 09:04:19.013 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92352026-05-28T09:04:20.427Z[ host-image] May 28 09:04:19.013 INFO O| May 28 09:04:19.013 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 ...
92362026-05-28T09:04:20.433Z[ host-image] May 28 09:04:19.018 INFO O| May 28 09:04:19.018 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
92372026-05-28T09:04:20.433Z[ host-image] May 28 09:04:19.018 INFO O| May 28 09:04:19.018 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92382026-05-28T09:04:20.435Z[ host-image] May 28 09:04:19.018 INFO O| May 28 09:04:19.018 INFO ok!
92392026-05-28T09:04:20.435Z[ host-image] May 28 09:04:19.018 INFO O| May 28 09:04:19.018 INFO STEP 68 (ensure_file) COMPLETE
92402026-05-28T09:04:20.435Z[ host-image] May 28 09:04:19.018 INFO O| May 28 09:04:19.018 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412026-05-28T09:04:20.439Z[ host-image] May 28 09:04:19.025 INFO O| May 28 09:04:19.025 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92422026-05-28T09:04:20.439Z[ host-image] May 28 09:04:19.025 INFO O| May 28 09:04:19.025 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 ...
92432026-05-28T09:04:20.441Z[ host-image] May 28 09:04:19.025 INFO O| May 28 09:04:19.025 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
92442026-05-28T09:04:20.441Z[ host-image] May 28 09:04:19.025 INFO O| May 28 09:04:19.025 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92452026-05-28T09:04:20.442Z[ host-image] May 28 09:04:19.025 INFO O| May 28 09:04:19.025 INFO ok!
92462026-05-28T09:04:20.442Z[ host-image] May 28 09:04:19.025 INFO O| May 28 09:04:19.025 INFO STEP 69 (ensure_file) COMPLETE
92472026-05-28T09:04:20.442Z[ host-image] May 28 09:04:19.025 INFO O| May 28 09:04:19.025 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482026-05-28T09:04:20.447Z[ host-image] May 28 09:04:19.033 INFO O| May 28 09:04:19.033 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92492026-05-28T09:04:20.449Z[ host-image] May 28 09:04:19.033 INFO O| May 28 09:04:19.033 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92502026-05-28T09:04:21.813Z[ host-image] May 28 09:04:20.399 INFO O| May 28 09:04:20.399 INFO STEP 70 (pack_tar) COMPLETE
92512026-05-28T09:04:21.813Z[ host-image] May 28 09:04:20.399 INFO O| May 28 09:04:20.399 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92522026-05-28T09:04:21.816Z[ host-image] May 28 09:04:20.399 INFO O| May 28 09:04:20.399 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92532026-05-28T09:04:22.403Z[ host-image] May 28 09:04:20.989 INFO O| May 28 09:04:20.989 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92542026-05-28T09:04:22.537Z[ host-image] May 28 09:04:21.122 INFO O| May 28 09:04:21.122 INFO completed processing sled/ramdisk-02-trim
92552026-05-28T09:04:22.540Z[ host-image] May 28 09:04:21.124 INFO image builder template: zfs...
92562026-05-28T09:04:22.540Z[ host-image] May 28 09:04:21.124 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/.tmpaJfv3V/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
92572026-05-28T09:04:22.547Z[ recovery-image] May 28 09:04:21.133 INFO O| ok, image written!
92582026-05-28T09:04:22.550Z[ recovery-image] May 28 09:04:21.133 INFO O| ok, boot_image_csum file written!
92592026-05-28T09:04:22.550Z[ host-image] May 28 09:04:21.135 INFO O| May 28 09:04:21.135 INFO skip include "stress" because feature "stress" is not enabled
92602026-05-28T09:04:22.550Z[ host-image] May 28 09:04:21.135 INFO O| May 28 09:04:21.135 INFO skip include "stress" because feature "compliance" is not enabled
92612026-05-28T09:04:22.550Z[ recovery-image] May 28 09:04:21.136 INFO creating boot archive (CPIO)...
92622026-05-28T09:04:22.550Z[ recovery-image] May 28 09:04:21.136 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
92632026-05-28T09:04:22.554Z[ recovery-image] May 28 09:04:21.140 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
92642026-05-28T09:04:22.556Z[ recovery-image] May 28 09:04:21.140 INFO E| + outfile=/work/os-recovery/cpio
92652026-05-28T09:04:22.556Z[ recovery-image] May 28 09:04:21.140 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
92662026-05-28T09:04:22.557Z[ recovery-image] May 28 09:04:21.142 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
92672026-05-28T09:04:22.557Z[ recovery-image] May 28 09:04:21.142 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
92682026-05-28T09:04:22.576Z[ host-image] May 28 09:04:21.162 INFO O| May 28 09:04:21.162 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92692026-05-28T09:04:22.579Z[ host-image] May 28 09:04:21.164 INFO O| May 28 09:04:21.164 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92702026-05-28T09:04:22.582Z[ recovery-image] May 28 09:04:21.168 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
92712026-05-28T09:04:22.585Z[ recovery-image] May 28 09:04:21.168 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
92722026-05-28T09:04:22.589Z[ recovery-image] May 28 09:04:21.175 INFO creating compressed cpio/unix for dev loaders...
92732026-05-28T09:04:22.589Z[ recovery-image] May 28 09:04:21.175 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
92742026-05-28T09:04:22.693Z[ host-image] May 28 09:04:21.279 INFO O| May 28 09:04:21.279 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92752026-05-28T09:04:22.771Z[ host-image] May 28 09:04:21.356 INFO O| May 28 09:04:21.356 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92762026-05-28T09:04:22.771Z[ host-image] May 28 09:04:21.357 INFO O| May 28 09:04:21.356 INFO work dataset: rpool/images/build/host/work/sled/zfs
92772026-05-28T09:04:22.774Z[ host-image] May 28 09:04:21.359 INFO O| May 28 09:04:21.359 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92782026-05-28T09:04:22.823Z[ recovery-image] May 28 09:04:21.408 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
92792026-05-28T09:04:22.878Z[ host-image] May 28 09:04:21.464 INFO O| May 28 09:04:21.464 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92802026-05-28T09:04:22.937Z[ host-image] May 28 09:04:21.522 INFO O| May 28 09:04:21.522 INFO DESTROY POOL: TEMPORARY-sled-zfs
92812026-05-28T09:04:22.943Z[ host-image] May 28 09:04:21.529 INFO O| May 28 09:04:21.529 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92822026-05-28T09:04:22.947Z[ host-image] May 28 09:04:21.533 INFO O| May 28 09:04:21.533 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92832026-05-28T09:04:22.947Z[ host-image] May 28 09:04:21.533 INFO O| May 28 09:04:21.533 INFO no lofi found
92842026-05-28T09:04:22.950Z[ host-image] May 28 09:04:21.533 INFO O| May 28 09:04:21.533 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92852026-05-28T09:04:22.950Z[ host-image] May 28 09:04:21.533 INFO O| May 28 09:04:21.533 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92862026-05-28T09:04:24.416Z[ host-image] May 28 09:04:23.001 INFO O| May 28 09:04:23.001 INFO lofi device = /dev/dsk/c2t1d0p0
92872026-05-28T09:04:24.416Z[ host-image] May 28 09:04:23.001 INFO O| May 28 09:04:23.001 INFO pool device = /dev/dsk/c2t1d0p0
92882026-05-28T09:04:24.419Z[ host-image] May 28 09:04:23.001 INFO O| May 28 09:04:23.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"]
92892026-05-28T09:04:24.570Z[ host-image] May 28 09:04:23.156 INFO O| May 28 09:04:23.156 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92902026-05-28T09:04:24.571Z[ host-image] May 28 09:04:23.156 INFO O| May 28 09:04:23.156 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92912026-05-28T09:04:24.596Z[ host-image] May 28 09:04:23.181 INFO O| May 28 09:04:23.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92922026-05-28T09:04:24.676Z[ host-image] May 28 09:04:23.261 INFO O| May 28 09:04:23.261 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92932026-05-28T09:04:24.706Z[ host-image] May 28 09:04:23.292 INFO O| May 28 09:04:23.292 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92942026-05-28T09:04:24.722Z[ host-image] May 28 09:04:23.307 INFO O| May 28 09:04:23.307 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92952026-05-28T09:04:24.733Z[ host-image] May 28 09:04:23.319 INFO O| May 28 09:04:23.319 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92962026-05-28T09:04:24.770Z[ host-image] May 28 09:04:23.355 INFO O| May 28 09:04:23.354 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92972026-05-28T09:04:24.771Z[ host-image] May 28 09:04:23.355 INFO O| May 28 09:04:23.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92982026-05-28T09:04:24.773Z[ host-image] May 28 09:04:23.355 INFO O| May 28 09:04:23.355 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92992026-05-28T09:04:24.776Z[ host-image] May 28 09:04:23.360 INFO O| May 28 09:04:23.360 INFO boot environment UUID: bea733f7-f444-4c61-a2c2-d7d6824e7a96
93002026-05-28T09:04:24.776Z[ host-image] May 28 09:04:23.360 INFO O| May 28 09:04:23.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = bea733f7-f444-4c61-a2c2-d7d6824e7a96
93012026-05-28T09:04:24.786Z[ host-image] May 28 09:04:23.372 INFO O| May 28 09:04:23.372 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93022026-05-28T09:04:24.798Z[ host-image] May 28 09:04:23.383 INFO O| May 28 09:04:23.383 INFO STEP 0 (create_be) COMPLETE
93032026-05-28T09:04:24.798Z[ host-image] May 28 09:04:23.383 INFO O| May 28 09:04:23.383 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93042026-05-28T09:04:24.808Z[ host-image] May 28 09:04:23.394 INFO O| May 28 09:04:23.394 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93052026-05-28T09:04:28.032Z[ recovery-image] May 28 09:04:26.617 INFO creating reset image...
93062026-05-28T09:04:28.032Z[ recovery-image] May 28 09:04:26.617 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
93072026-05-28T09:04:34.769Z[ host-image] May 28 09:04:33.354 INFO O| May 28 09:04:33.354 INFO STEP 1 (unpack_tar) COMPLETE
93082026-05-28T09:04:34.769Z[ host-image] May 28 09:04:33.354 INFO O| May 28 09:04:33.354 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092026-05-28T09:04:34.777Z[ host-image] May 28 09:04:33.363 INFO O| May 28 09:04:33.363 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
93102026-05-28T09:04:34.883Z[ host-image] May 28 09:04:33.468 INFO O| May 28 09:04:33.468 INFO STEP 2 (devfsadm) COMPLETE
93112026-05-28T09:04:34.883Z[ host-image] May 28 09:04:33.468 INFO O| May 28 09:04:33.468 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93122026-05-28T09:04:34.891Z[ host-image] May 28 09:04:33.476 INFO O| May 28 09:04:33.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93132026-05-28T09:04:34.891Z[ host-image] May 28 09:04:33.476 INFO O| May 28 09:04:33.476 INFO STEP 3 (ensure_dir) COMPLETE
93142026-05-28T09:04:34.894Z[ host-image] May 28 09:04:33.476 INFO O| May 28 09:04:33.476 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93152026-05-28T09:04:34.898Z[ host-image] May 28 09:04:33.483 INFO O| May 28 09:04:33.483 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93162026-05-28T09:04:34.898Z[ host-image] May 28 09:04:33.483 INFO O| May 28 09:04:33.483 INFO STEP 4 (ensure_dir) COMPLETE
93172026-05-28T09:04:34.898Z[ host-image] May 28 09:04:33.483 INFO O| May 28 09:04:33.483 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93182026-05-28T09:04:34.905Z[ host-image] May 28 09:04:33.490 INFO O| May 28 09:04:33.490 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93192026-05-28T09:04:34.905Z[ host-image] May 28 09:04:33.490 INFO O| May 28 09:04:33.490 INFO STEP 5 (ensure_dir) COMPLETE
93202026-05-28T09:04:34.905Z[ host-image] May 28 09:04:33.490 INFO O| May 28 09:04:33.490 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93212026-05-28T09:04:34.912Z[ host-image] May 28 09:04:33.497 INFO O| May 28 09:04:33.497 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93222026-05-28T09:04:34.915Z[ host-image] May 28 09:04:33.497 INFO O| May 28 09:04:33.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93232026-05-28T09:04:34.915Z[ host-image] May 28 09:04:33.497 INFO O| May 28 09:04:33.497 INFO STEP 6 (ensure_dir) COMPLETE
93242026-05-28T09:04:34.915Z[ host-image] May 28 09:04:33.497 INFO O| May 28 09:04:33.497 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93252026-05-28T09:04:34.919Z[ host-image] May 28 09:04:33.504 INFO O| May 28 09:04:33.504 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93262026-05-28T09:04:34.922Z[ host-image] May 28 09:04:33.504 INFO O| May 28 09:04:33.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93272026-05-28T09:04:34.922Z[ host-image] May 28 09:04:33.504 INFO O| May 28 09:04:33.504 INFO STEP 7 (ensure_dir) COMPLETE
93282026-05-28T09:04:34.922Z[ host-image] May 28 09:04:33.504 INFO O| May 28 09:04:33.504 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93292026-05-28T09:04:34.927Z[ host-image] May 28 09:04:33.513 INFO O| May 28 09:04:33.513 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93302026-05-28T09:04:34.930Z[ host-image] May 28 09:04:33.513 INFO O| May 28 09:04:33.513 INFO STEP 8 (remove_files) COMPLETE
93312026-05-28T09:04:34.930Z[ host-image] May 28 09:04:33.513 INFO O| May 28 09:04:33.513 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93322026-05-28T09:04:34.935Z[ host-image] May 28 09:04:33.521 INFO O| May 28 09:04:33.521 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93332026-05-28T09:04:34.938Z[ host-image] May 28 09:04:33.521 INFO O| May 28 09:04:33.521 INFO STEP 9 (remove_files) COMPLETE
93342026-05-28T09:04:34.938Z[ host-image] May 28 09:04:33.521 INFO O| May 28 09:04:33.521 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93352026-05-28T09:04:34.943Z[ host-image] May 28 09:04:33.528 INFO O| May 28 09:04:33.528 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93362026-05-28T09:04:34.946Z[ host-image] May 28 09:04:33.529 INFO O| May 28 09:04:33.529 INFO STEP 10 (remove_files) COMPLETE
93372026-05-28T09:04:34.946Z[ host-image] May 28 09:04:33.529 INFO O| May 28 09:04:33.529 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93382026-05-28T09:04:34.950Z[ host-image] May 28 09:04:33.536 INFO O| May 28 09:04:33.536 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93392026-05-28T09:04:34.953Z[ host-image] May 28 09:04:33.536 INFO O| May 28 09:04:33.536 INFO STEP 11 (remove_files) COMPLETE
93402026-05-28T09:04:34.953Z[ host-image] May 28 09:04:33.536 INFO O| May 28 09:04:33.536 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93412026-05-28T09:04:34.957Z[ host-image] May 28 09:04:33.543 INFO O| May 28 09:04:33.543 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
93422026-05-28T09:04:34.961Z[ host-image] May 28 09:04:33.543 INFO O| May 28 09:04:33.543 INFO STEP 12 (remove_files) COMPLETE
93432026-05-28T09:04:34.961Z[ host-image] May 28 09:04:33.543 INFO O| May 28 09:04:33.543 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93442026-05-28T09:04:34.964Z[ host-image] May 28 09:04:33.550 INFO O| May 28 09:04:33.550 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93452026-05-28T09:04:34.967Z[ host-image] May 28 09:04:33.550 INFO O| May 28 09:04:33.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93462026-05-28T09:04:34.967Z[ host-image] May 28 09:04:33.550 INFO O| May 28 09:04:33.550 INFO STEP 13 (ensure_dir) COMPLETE
93472026-05-28T09:04:34.967Z[ host-image] May 28 09:04:33.550 INFO O| May 28 09:04:33.550 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93482026-05-28T09:04:34.971Z[ host-image] May 28 09:04:33.557 INFO O| May 28 09:04:33.557 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93492026-05-28T09:04:34.974Z[ host-image] May 28 09:04:33.557 INFO O| May 28 09:04:33.557 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93502026-05-28T09:04:34.974Z[ host-image] May 28 09:04:33.557 INFO O| May 28 09:04:33.557 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93512026-05-28T09:04:34.974Z[ host-image] May 28 09:04:33.557 INFO O| May 28 09:04:33.557 INFO STEP 14 (ensure_dir) COMPLETE
93522026-05-28T09:04:34.974Z[ host-image] May 28 09:04:33.557 INFO O| May 28 09:04:33.557 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93532026-05-28T09:04:34.978Z[ host-image] May 28 09:04:33.564 INFO O| May 28 09:04:33.564 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93542026-05-28T09:04:34.978Z[ host-image] May 28 09:04:33.564 INFO O| May 28 09:04:33.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93552026-05-28T09:04:34.982Z[ host-image] May 28 09:04:33.564 INFO O| May 28 09:04:33.564 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93562026-05-28T09:04:34.982Z[ host-image] May 28 09:04:33.564 INFO O| May 28 09:04:33.564 INFO STEP 15 (ensure_dir) COMPLETE
93572026-05-28T09:04:34.982Z[ host-image] May 28 09:04:33.564 INFO O| May 28 09:04:33.564 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93582026-05-28T09:04:34.987Z[ host-image] May 28 09:04:33.573 INFO O| May 28 09:04:33.573 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93592026-05-28T09:04:34.987Z[ host-image] May 28 09:04:33.573 INFO O| May 28 09:04:33.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93602026-05-28T09:04:34.991Z[ host-image] May 28 09:04:33.573 INFO O| May 28 09:04:33.573 INFO STEP 16 (ensure_dir) COMPLETE
93612026-05-28T09:04:34.991Z[ host-image] May 28 09:04:33.573 INFO O| May 28 09:04:33.573 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93622026-05-28T09:04:34.995Z[ host-image] May 28 09:04:33.581 INFO O| May 28 09:04:33.581 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93632026-05-28T09:04:34.995Z[ host-image] May 28 09:04:33.581 INFO O| May 28 09:04:33.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93642026-05-28T09:04:34.999Z[ host-image] May 28 09:04:33.581 INFO O| May 28 09:04:33.581 INFO STEP 17 (ensure_dir) COMPLETE
93652026-05-28T09:04:34.999Z[ host-image] May 28 09:04:33.581 INFO O| May 28 09:04:33.581 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93662026-05-28T09:04:35.002Z[ host-image] May 28 09:04:33.588 INFO O| May 28 09:04:33.588 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93672026-05-28T09:04:35.003Z[ host-image] May 28 09:04:33.588 INFO O| May 28 09:04:33.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93682026-05-28T09:04:35.006Z[ host-image] May 28 09:04:33.588 INFO O| May 28 09:04:33.588 INFO ok!
93692026-05-28T09:04:35.006Z[ host-image] May 28 09:04:33.588 INFO O| May 28 09:04:33.588 INFO STEP 18 (ensure_symlink) COMPLETE
93702026-05-28T09:04:35.006Z[ host-image] May 28 09:04:33.588 INFO O| May 28 09:04:33.588 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93712026-05-28T09:04:35.010Z[ host-image] May 28 09:04:33.596 INFO O| May 28 09:04:33.596 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93722026-05-28T09:04:35.010Z[ host-image] May 28 09:04:33.596 INFO O| May 28 09:04:33.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93732026-05-28T09:04:35.014Z[ host-image] May 28 09:04:33.596 INFO O| May 28 09:04:33.596 INFO ok!
93742026-05-28T09:04:35.014Z[ host-image] May 28 09:04:33.596 INFO O| May 28 09:04:33.596 INFO STEP 19 (ensure_file) COMPLETE
93752026-05-28T09:04:35.014Z[ host-image] May 28 09:04:33.596 INFO O| May 28 09:04:33.596 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93762026-05-28T09:04:35.017Z[ host-image] May 28 09:04:33.603 INFO O| May 28 09:04:33.603 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93772026-05-28T09:04:35.018Z[ host-image] May 28 09:04:33.603 INFO O| May 28 09:04:33.603 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93782026-05-28T09:04:35.021Z[ host-image] May 28 09:04:33.603 INFO O| May 28 09:04:33.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93792026-05-28T09:04:35.021Z[ host-image] May 28 09:04:33.604 INFO O| May 28 09:04:33.603 INFO ok!
93802026-05-28T09:04:35.021Z[ host-image] May 28 09:04:33.604 INFO O| May 28 09:04:33.603 INFO STEP 20 (ensure_symlink) COMPLETE
93812026-05-28T09:04:35.021Z[ host-image] May 28 09:04:33.604 INFO O| May 28 09:04:33.603 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93822026-05-28T09:04:35.025Z[ host-image] May 28 09:04:33.611 INFO O| May 28 09:04:33.611 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93832026-05-28T09:04:35.029Z[ host-image] May 28 09:04:33.611 INFO O| May 28 09:04:33.611 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93842026-05-28T09:04:35.029Z[ host-image] May 28 09:04:33.611 INFO O| May 28 09:04:33.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93852026-05-28T09:04:35.029Z[ host-image] May 28 09:04:33.611 INFO O| May 28 09:04:33.611 INFO ok!
93862026-05-28T09:04:35.029Z[ host-image] May 28 09:04:33.611 INFO O| May 28 09:04:33.611 INFO STEP 21 (ensure_symlink) COMPLETE
93872026-05-28T09:04:35.029Z[ host-image] May 28 09:04:33.611 INFO O| May 28 09:04:33.611 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93882026-05-28T09:04:35.034Z[ host-image] May 28 09:04:33.620 INFO O| May 28 09:04:33.620 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93892026-05-28T09:04:35.038Z[ host-image] May 28 09:04:33.620 INFO O| May 28 09:04:33.620 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93902026-05-28T09:04:35.038Z[ host-image] May 28 09:04:33.620 INFO O| May 28 09:04:33.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93912026-05-28T09:04:35.038Z[ host-image] May 28 09:04:33.620 INFO O| May 28 09:04:33.620 INFO ok!
93922026-05-28T09:04:35.038Z[ host-image] May 28 09:04:33.620 INFO O| May 28 09:04:33.620 INFO STEP 22 (ensure_symlink) COMPLETE
93932026-05-28T09:04:35.038Z[ host-image] May 28 09:04:33.620 INFO O| May 28 09:04:33.620 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93942026-05-28T09:04:35.042Z[ host-image] May 28 09:04:33.627 INFO O| May 28 09:04:33.627 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93952026-05-28T09:04:35.045Z[ host-image] May 28 09:04:33.627 INFO O| May 28 09:04:33.627 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93962026-05-28T09:04:35.045Z[ host-image] May 28 09:04:33.628 INFO O| May 28 09:04:33.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93972026-05-28T09:04:35.045Z[ host-image] May 28 09:04:33.628 INFO O| May 28 09:04:33.628 INFO ok!
93982026-05-28T09:04:35.045Z[ host-image] May 28 09:04:33.628 INFO O| May 28 09:04:33.628 INFO STEP 23 (ensure_symlink) COMPLETE
93992026-05-28T09:04:35.045Z[ host-image] May 28 09:04:33.628 INFO O| May 28 09:04:33.628 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94002026-05-28T09:04:35.048Z[ host-image] May 28 09:04:33.634 INFO O| May 28 09:04:33.634 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94012026-05-28T09:04:35.048Z[ host-image] May 28 09:04:33.634 INFO O| May 28 09:04:33.634 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
94022026-05-28T09:04:35.048Z[ host-image] May 28 09:04:33.634 INFO O| May 28 09:04:33.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
94032026-05-28T09:04:35.048Z[ host-image] May 28 09:04:33.634 INFO O| May 28 09:04:33.634 INFO ok!
94042026-05-28T09:04:35.048Z[ host-image] May 28 09:04:33.634 INFO O| May 28 09:04:33.634 INFO STEP 24 (ensure_file) COMPLETE
94052026-05-28T09:04:35.048Z[ host-image] May 28 09:04:33.634 INFO O| May 28 09:04:33.634 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94062026-05-28T09:04:35.055Z[ host-image] May 28 09:04:33.641 INFO O| May 28 09:04:33.641 INFO updating shadow file
94072026-05-28T09:04:35.058Z[ host-image] May 28 09:04:33.641 INFO O| May 28 09:04:33.641 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94082026-05-28T09:04:35.058Z[ host-image] May 28 09:04:33.641 INFO O| May 28 09:04:33.641 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94092026-05-28T09:04:35.058Z[ host-image] May 28 09:04:33.641 INFO O| May 28 09:04:33.641 INFO STEP 25 (shadow) COMPLETE
94102026-05-28T09:04:35.058Z[ host-image] May 28 09:04:33.641 INFO O| May 28 09:04:33.641 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94112026-05-28T09:04:35.063Z[ host-image] May 28 09:04:33.649 INFO O| May 28 09:04:33.649 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94122026-05-28T09:04:35.065Z[ host-image] May 28 09:04:33.649 INFO O| May 28 09:04:33.649 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
94132026-05-28T09:04:35.065Z[ host-image] May 28 09:04:33.649 INFO O| May 28 09:04:33.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
94142026-05-28T09:04:35.065Z[ host-image] May 28 09:04:33.649 INFO O| May 28 09:04:33.649 INFO ok!
94152026-05-28T09:04:35.065Z[ host-image] May 28 09:04:33.649 INFO O| May 28 09:04:33.649 INFO STEP 26 (ensure_file) COMPLETE
94162026-05-28T09:04:35.065Z[ host-image] May 28 09:04:33.649 INFO O| May 28 09:04:33.649 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94172026-05-28T09:04:35.069Z[ host-image] May 28 09:04:33.656 INFO O| May 28 09:04:33.656 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
94182026-05-28T09:04:35.069Z[ host-image] May 28 09:04:33.656 INFO O| May 28 09:04:33.656 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
94192026-05-28T09:04:35.072Z[ host-image] May 28 09:04:33.656 INFO O| May 28 09:04:33.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
94202026-05-28T09:04:35.072Z[ host-image] May 28 09:04:33.656 INFO O| May 28 09:04:33.656 INFO ok!
94212026-05-28T09:04:35.072Z[ host-image] May 28 09:04:33.656 INFO O| May 28 09:04:33.656 INFO STEP 27 (ensure_file) COMPLETE
94222026-05-28T09:04:35.072Z[ host-image] May 28 09:04:33.656 INFO O| May 28 09:04:33.656 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94232026-05-28T09:04:35.076Z[ host-image] May 28 09:04:33.662 INFO O| May 28 09:04:33.662 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94242026-05-28T09:04:35.078Z[ host-image] May 28 09:04:33.662 INFO O| May 28 09:04:33.662 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
94252026-05-28T09:04:35.078Z[ host-image] May 28 09:04:33.662 INFO O| May 28 09:04:33.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94262026-05-28T09:04:35.078Z[ host-image] May 28 09:04:33.662 INFO O| May 28 09:04:33.662 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94272026-05-28T09:04:35.078Z[ host-image] May 28 09:04:33.662 INFO O| May 28 09:04:33.662 INFO ok!
94282026-05-28T09:04:35.078Z[ host-image] May 28 09:04:33.662 INFO O| May 28 09:04:33.662 INFO STEP 28 (ensure_file) COMPLETE
94292026-05-28T09:04:35.078Z[ host-image] May 28 09:04:33.662 INFO O| May 28 09:04:33.662 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94302026-05-28T09:04:35.082Z[ host-image] May 28 09:04:33.669 INFO O| May 28 09:04:33.668 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94312026-05-28T09:04:35.082Z[ host-image] May 28 09:04:33.669 INFO O| May 28 09:04:33.669 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94322026-05-28T09:04:35.085Z[ host-image] May 28 09:04:33.669 INFO O| May 28 09:04:33.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94332026-05-28T09:04:35.085Z[ host-image] May 28 09:04:33.669 INFO O| May 28 09:04:33.669 INFO ok!
94342026-05-28T09:04:35.085Z[ host-image] May 28 09:04:33.669 INFO O| May 28 09:04:33.669 INFO STEP 29 (ensure_file) COMPLETE
94352026-05-28T09:04:35.085Z[ host-image] May 28 09:04:33.669 INFO O| May 28 09:04:33.669 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94362026-05-28T09:04:35.089Z[ host-image] May 28 09:04:33.675 INFO O| May 28 09:04:33.675 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94372026-05-28T09:04:35.092Z[ host-image] May 28 09:04:33.675 INFO O| May 28 09:04:33.675 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94382026-05-28T09:04:35.092Z[ host-image] May 28 09:04:33.675 INFO O| May 28 09:04:33.675 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94392026-05-28T09:04:35.092Z[ host-image] May 28 09:04:33.675 INFO O| May 28 09:04:33.675 INFO STEP 30 (ensure_dir) COMPLETE
94402026-05-28T09:04:35.092Z[ host-image] May 28 09:04:33.675 INFO O| May 28 09:04:33.675 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94412026-05-28T09:04:35.095Z[ host-image] May 28 09:04:33.681 INFO O| May 28 09:04:33.681 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
94422026-05-28T09:04:35.096Z[ host-image] May 28 09:04:33.681 INFO O| May 28 09:04:33.681 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
94432026-05-28T09:04:35.096Z[ host-image] May 28 09:04:33.681 INFO O| May 28 09:04:33.681 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94442026-05-28T09:04:35.096Z[ host-image] May 28 09:04:33.681 INFO O| May 28 09:04:33.681 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94452026-05-28T09:04:35.099Z[ host-image] May 28 09:04:33.681 INFO O| May 28 09:04:33.681 INFO ok!
94462026-05-28T09:04:35.099Z[ host-image] May 28 09:04:33.681 INFO O| May 28 09:04:33.681 INFO STEP 31 (ensure_file) COMPLETE
94472026-05-28T09:04:35.100Z[ host-image] May 28 09:04:33.681 INFO O| May 28 09:04:33.681 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94482026-05-28T09:04:35.103Z[ host-image] May 28 09:04:33.689 INFO O| May 28 09:04:33.689 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94492026-05-28T09:04:35.106Z[ host-image] May 28 09:04:33.689 INFO O| May 28 09:04:33.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94502026-05-28T09:04:35.106Z[ host-image] May 28 09:04:33.689 INFO O| May 28 09:04:33.689 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94512026-05-28T09:04:35.106Z[ host-image] May 28 09:04:33.689 INFO O| May 28 09:04:33.689 INFO STEP 32 (ensure_dir) COMPLETE
94522026-05-28T09:04:35.106Z[ host-image] May 28 09:04:33.689 INFO O| May 28 09:04:33.689 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94532026-05-28T09:04:35.110Z[ host-image] May 28 09:04:33.696 INFO O| May 28 09:04:33.696 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94542026-05-28T09:04:35.111Z[ host-image] May 28 09:04:33.696 INFO O| May 28 09:04:33.696 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 ...
94552026-05-28T09:04:35.114Z[ host-image] May 28 09:04:33.696 INFO O| May 28 09:04:33.696 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
94562026-05-28T09:04:35.114Z[ host-image] May 28 09:04:33.696 INFO O| May 28 09:04:33.696 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94572026-05-28T09:04:35.114Z[ host-image] May 28 09:04:33.696 INFO O| May 28 09:04:33.696 INFO ok!
94582026-05-28T09:04:35.114Z[ host-image] May 28 09:04:33.696 INFO O| May 28 09:04:33.696 INFO STEP 33 (ensure_file) COMPLETE
94592026-05-28T09:04:35.114Z[ host-image] May 28 09:04:33.696 INFO O| May 28 09:04:33.696 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94602026-05-28T09:04:35.118Z[ host-image] May 28 09:04:33.702 INFO O| May 28 09:04:33.702 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94612026-05-28T09:04:35.118Z[ host-image] May 28 09:04:33.702 INFO O| May 28 09:04:33.702 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94622026-05-28T09:04:35.118Z[ host-image] May 28 09:04:33.702 INFO O| May 28 09:04:33.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94632026-05-28T09:04:35.118Z[ host-image] May 28 09:04:33.702 INFO O| May 28 09:04:33.702 INFO ok!
94642026-05-28T09:04:35.118Z[ host-image] May 28 09:04:33.702 INFO O| May 28 09:04:33.702 INFO STEP 34 (ensure_file) COMPLETE
94652026-05-28T09:04:35.118Z[ host-image] May 28 09:04:33.702 INFO O| May 28 09:04:33.702 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94662026-05-28T09:04:35.124Z[ host-image] May 28 09:04:33.710 INFO O| May 28 09:04:33.710 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94672026-05-28T09:04:35.124Z[ host-image] May 28 09:04:33.710 INFO O| May 28 09:04:33.710 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94682026-05-28T09:04:35.128Z[ host-image] May 28 09:04:33.710 INFO O| May 28 09:04:33.710 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94692026-05-28T09:04:35.128Z[ host-image] May 28 09:04:33.710 INFO O| May 28 09:04:33.710 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94702026-05-28T09:04:35.128Z[ host-image] May 28 09:04:33.710 INFO O| May 28 09:04:33.710 INFO ok!
94712026-05-28T09:04:35.128Z[ host-image] May 28 09:04:33.710 INFO O| May 28 09:04:33.710 INFO STEP 35 (ensure_file) COMPLETE
94722026-05-28T09:04:35.128Z[ host-image] May 28 09:04:33.710 INFO O| May 28 09:04:33.710 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94732026-05-28T09:04:35.132Z[ host-image] May 28 09:04:33.717 INFO O| May 28 09:04:33.717 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94742026-05-28T09:04:35.132Z[ host-image] May 28 09:04:33.717 INFO O| May 28 09:04:33.717 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94752026-05-28T09:04:35.132Z[ host-image] May 28 09:04:33.717 INFO O| May 28 09:04:33.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94762026-05-28T09:04:35.132Z[ host-image] May 28 09:04:33.717 INFO O| May 28 09:04:33.717 INFO ok!
94772026-05-28T09:04:35.132Z[ host-image] May 28 09:04:33.717 INFO O| May 28 09:04:33.717 INFO STEP 36 (ensure_file) COMPLETE
94782026-05-28T09:04:35.132Z[ host-image] May 28 09:04:33.717 INFO O| May 28 09:04:33.717 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94792026-05-28T09:04:35.138Z[ host-image] May 28 09:04:33.724 INFO O| May 28 09:04:33.724 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94802026-05-28T09:04:35.141Z[ host-image] May 28 09:04:33.724 INFO O| May 28 09:04:33.724 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94812026-05-28T09:04:35.141Z[ host-image] May 28 09:04:33.724 INFO O| May 28 09:04:33.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94822026-05-28T09:04:35.141Z[ host-image] May 28 09:04:33.724 INFO O| May 28 09:04:33.724 INFO ok!
94832026-05-28T09:04:35.141Z[ host-image] May 28 09:04:33.724 INFO O| May 28 09:04:33.724 INFO STEP 37 (ensure_file) COMPLETE
94842026-05-28T09:04:35.141Z[ host-image] May 28 09:04:33.724 INFO O| May 28 09:04:33.724 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94852026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94862026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94872026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94882026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94892026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94902026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94912026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO ok!
94922026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO STEP 38 (ensure_file) COMPLETE
94932026-05-28T09:04:35.145Z[ host-image] May 28 09:04:33.730 INFO O| May 28 09:04:33.730 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94942026-05-28T09:04:35.151Z[ host-image] May 28 09:04:33.737 INFO O| May 28 09:04:33.737 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94952026-05-28T09:04:35.154Z[ host-image] May 28 09:04:33.737 INFO O| May 28 09:04:33.737 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94962026-05-28T09:04:35.155Z[ host-image] May 28 09:04:33.737 INFO O| May 28 09:04:33.737 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94972026-05-28T09:04:35.155Z[ host-image] May 28 09:04:33.737 INFO O| May 28 09:04:33.737 INFO STEP 39 (ensure_dir) COMPLETE
94982026-05-28T09:04:35.155Z[ host-image] May 28 09:04:33.737 INFO O| May 28 09:04:33.737 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94992026-05-28T09:04:35.159Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 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
95002026-05-28T09:04:35.159Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 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 ...
95012026-05-28T09:04:35.163Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 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
95022026-05-28T09:04:35.163Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 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
95032026-05-28T09:04:35.163Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 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
95042026-05-28T09:04:35.163Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 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
95052026-05-28T09:04:35.163Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 INFO ok!
95062026-05-28T09:04:35.164Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 INFO STEP 40 (ensure_file) COMPLETE
95072026-05-28T09:04:35.164Z[ host-image] May 28 09:04:33.745 INFO O| May 28 09:04:33.745 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95082026-05-28T09:04:35.167Z[ host-image] May 28 09:04:33.751 INFO O| May 28 09:04:33.751 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95092026-05-28T09:04:35.167Z[ host-image] May 28 09:04:33.751 INFO O| May 28 09:04:33.751 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 ...
95102026-05-28T09:04:35.168Z[ host-image] May 28 09:04:33.751 INFO O| May 28 09:04:33.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95112026-05-28T09:04:35.168Z[ host-image] May 28 09:04:33.751 INFO O| May 28 09:04:33.751 INFO ok!
95122026-05-28T09:04:35.168Z[ host-image] May 28 09:04:33.751 INFO O| May 28 09:04:33.751 INFO STEP 41 (ensure_symlink) COMPLETE
95132026-05-28T09:04:35.168Z[ host-image] May 28 09:04:33.752 INFO O| May 28 09:04:33.751 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95142026-05-28T09:04:35.172Z[ host-image] May 28 09:04:33.758 INFO O| May 28 09:04:33.758 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
95152026-05-28T09:04:35.173Z[ host-image] May 28 09:04:33.758 INFO O| May 28 09:04:33.758 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95162026-05-28T09:04:35.176Z[ host-image] May 28 09:04:33.758 INFO O| May 28 09:04:33.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
95172026-05-28T09:04:35.176Z[ host-image] May 28 09:04:33.758 INFO O| May 28 09:04:33.758 INFO ok!
95182026-05-28T09:04:35.176Z[ host-image] May 28 09:04:33.758 INFO O| May 28 09:04:33.758 INFO STEP 42 (ensure_symlink) COMPLETE
95192026-05-28T09:04:35.176Z[ host-image] May 28 09:04:33.758 INFO O| May 28 09:04:33.758 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95202026-05-28T09:04:35.180Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
95212026-05-28T09:04:35.180Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
95222026-05-28T09:04:35.180Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95232026-05-28T09:04:35.180Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95242026-05-28T09:04:35.180Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95252026-05-28T09:04:35.180Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95262026-05-28T09:04:35.180Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO ok!
95272026-05-28T09:04:35.180Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO STEP 43 (ensure_file) COMPLETE
95282026-05-28T09:04:35.181Z[ host-image] May 28 09:04:33.765 INFO O| May 28 09:04:33.765 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95292026-05-28T09:04:35.187Z[ host-image] May 28 09:04:33.772 INFO O| May 28 09:04:33.772 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95302026-05-28T09:04:35.190Z[ host-image] May 28 09:04:33.772 INFO O| May 28 09:04:33.772 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 ...
95312026-05-28T09:04:35.190Z[ host-image] May 28 09:04:33.772 INFO O| May 28 09:04:33.772 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
95322026-05-28T09:04:35.190Z[ host-image] May 28 09:04:33.772 INFO O| May 28 09:04:33.772 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
95332026-05-28T09:04:35.190Z[ host-image] May 28 09:04:33.772 INFO O| May 28 09:04:33.772 INFO ok!
95342026-05-28T09:04:35.190Z[ host-image] May 28 09:04:33.772 INFO O| May 28 09:04:33.772 INFO STEP 44 (ensure_file) COMPLETE
95352026-05-28T09:04:35.191Z[ host-image] May 28 09:04:33.772 INFO O| May 28 09:04:33.772 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95362026-05-28T09:04:35.198Z[ host-image] May 28 09:04:33.779 INFO O| May 28 09:04:33.779 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
95372026-05-28T09:04:35.198Z[ host-image] May 28 09:04:33.779 INFO O| May 28 09:04:33.779 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
95382026-05-28T09:04:35.198Z[ host-image] May 28 09:04:33.779 INFO O| May 28 09:04:33.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
95392026-05-28T09:04:35.198Z[ host-image] May 28 09:04:33.779 INFO O| May 28 09:04:33.779 INFO ok!
95402026-05-28T09:04:35.198Z[ host-image] May 28 09:04:33.779 INFO O| May 28 09:04:33.779 INFO STEP 45 (ensure_file) COMPLETE
95412026-05-28T09:04:35.198Z[ host-image] May 28 09:04:33.779 INFO O| May 28 09:04:33.779 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95422026-05-28T09:04:35.202Z[ host-image] May 28 09:04:33.786 INFO O| May 28 09:04:33.786 INFO updating shadow file
95432026-05-28T09:04:35.202Z[ host-image] May 28 09:04:33.786 INFO O| May 28 09:04:33.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95442026-05-28T09:04:35.202Z[ host-image] May 28 09:04:33.786 INFO O| May 28 09:04:33.786 INFO STEP 46 (shadow) COMPLETE
95452026-05-28T09:04:35.202Z[ host-image] May 28 09:04:33.786 INFO O| May 28 09:04:33.786 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95462026-05-28T09:04:35.208Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95472026-05-28T09:04:35.208Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95482026-05-28T09:04:35.211Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95492026-05-28T09:04:35.211Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95502026-05-28T09:04:35.211Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO ok!
95512026-05-28T09:04:35.211Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO STEP 47 (ensure_file) COMPLETE
95522026-05-28T09:04:35.212Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95532026-05-28T09:04:35.212Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO skip step because feature "mfg" is not enabled
95542026-05-28T09:04:35.212Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95552026-05-28T09:04:35.212Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO skip step because feature "mfg" is not enabled
95562026-05-28T09:04:35.212Z[ host-image] May 28 09:04:33.793 INFO O| May 28 09:04:33.793 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95572026-05-28T09:04:35.216Z[ host-image] May 28 09:04:33.800 INFO O| May 28 09:04:33.800 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95582026-05-28T09:04:35.216Z[ host-image] May 28 09:04:33.800 INFO O| May 28 09:04:33.800 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95592026-05-28T09:04:35.239Z[ host-image] May 28 09:04:33.825 INFO O| May 28 09:04:33.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95602026-05-28T09:04:35.243Z[ host-image] May 28 09:04:33.825 INFO O| May 28 09:04:33.825 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95612026-05-28T09:04:35.243Z[ host-image] May 28 09:04:33.825 INFO O| May 28 09:04:33.825 INFO ok!
95622026-05-28T09:04:35.243Z[ host-image] May 28 09:04:33.825 INFO O| May 28 09:04:33.825 INFO STEP 50 (ensure_file) COMPLETE
95632026-05-28T09:04:35.243Z[ host-image] May 28 09:04:33.825 INFO O| May 28 09:04:33.825 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95642026-05-28T09:04:35.243Z[ host-image] May 28 09:04:33.825 INFO O| May 28 09:04:33.825 INFO skip step because feature "compliance" is not enabled
95652026-05-28T09:04:35.243Z[ host-image] May 28 09:04:33.825 INFO O| May 28 09:04:33.825 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95662026-05-28T09:04:35.246Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95672026-05-28T09:04:35.246Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95682026-05-28T09:04:35.249Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95692026-05-28T09:04:35.249Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95702026-05-28T09:04:35.249Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95712026-05-28T09:04:35.249Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95722026-05-28T09:04:35.250Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO ok!
95732026-05-28T09:04:35.250Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO STEP 52 (ensure_file) COMPLETE
95742026-05-28T09:04:35.250Z[ host-image] May 28 09:04:33.832 INFO O| May 28 09:04:33.832 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95752026-05-28T09:04:35.254Z[ host-image] May 28 09:04:33.840 INFO O| May 28 09:04:33.840 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95762026-05-28T09:04:35.254Z[ host-image] May 28 09:04:33.840 INFO O| May 28 09:04:33.840 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 ...
95772026-05-28T09:04:35.257Z[ host-image] May 28 09:04:33.840 INFO O| May 28 09:04:33.840 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
95782026-05-28T09:04:35.257Z[ host-image] May 28 09:04:33.840 INFO O| May 28 09:04:33.840 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95792026-05-28T09:04:35.257Z[ host-image] May 28 09:04:33.840 INFO O| May 28 09:04:33.840 INFO ok!
95802026-05-28T09:04:35.257Z[ host-image] May 28 09:04:33.840 INFO O| May 28 09:04:33.840 INFO STEP 53 (ensure_file) COMPLETE
95812026-05-28T09:04:35.257Z[ host-image] May 28 09:04:33.840 INFO O| May 28 09:04:33.840 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95822026-05-28T09:04:35.261Z[ host-image] May 28 09:04:33.846 INFO O| May 28 09:04:33.846 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95832026-05-28T09:04:35.261Z[ host-image] May 28 09:04:33.846 INFO O| May 28 09:04:33.846 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 ...
95842026-05-28T09:04:35.261Z[ host-image] May 28 09:04:33.846 INFO O| May 28 09:04:33.846 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95852026-05-28T09:04:35.261Z[ host-image] May 28 09:04:33.846 INFO O| May 28 09:04:33.846 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95862026-05-28T09:04:35.261Z[ host-image] May 28 09:04:33.846 INFO O| May 28 09:04:33.846 INFO ok!
95872026-05-28T09:04:35.261Z[ host-image] May 28 09:04:33.846 INFO O| May 28 09:04:33.846 INFO STEP 54 (ensure_file) COMPLETE
95882026-05-28T09:04:35.261Z[ host-image] May 28 09:04:33.846 INFO O| May 28 09:04:33.846 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95892026-05-28T09:04:35.267Z[ host-image] May 28 09:04:33.852 INFO O| May 28 09:04:33.852 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95902026-05-28T09:04:35.267Z[ host-image] May 28 09:04:33.853 INFO O| May 28 09:04:33.852 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 ...
95912026-05-28T09:04:35.270Z[ host-image] May 28 09:04:33.853 INFO O| May 28 09:04:33.853 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
95922026-05-28T09:04:35.270Z[ host-image] May 28 09:04:33.853 INFO O| May 28 09:04:33.853 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95932026-05-28T09:04:35.270Z[ host-image] May 28 09:04:33.853 INFO O| May 28 09:04:33.853 INFO ok!
95942026-05-28T09:04:35.270Z[ host-image] May 28 09:04:33.853 INFO O| May 28 09:04:33.853 INFO STEP 55 (ensure_file) COMPLETE
95952026-05-28T09:04:35.270Z[ host-image] May 28 09:04:33.853 INFO O| May 28 09:04:33.853 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95962026-05-28T09:04:35.274Z[ host-image] May 28 09:04:33.859 INFO O| May 28 09:04:33.859 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95972026-05-28T09:04:35.274Z[ host-image] May 28 09:04:33.859 INFO O| May 28 09:04:33.859 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 ...
95982026-05-28T09:04:35.277Z[ host-image] May 28 09:04:33.860 INFO O| May 28 09:04:33.860 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95992026-05-28T09:04:35.277Z[ host-image] May 28 09:04:33.860 INFO O| May 28 09:04:33.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96002026-05-28T09:04:35.277Z[ host-image] May 28 09:04:33.860 INFO O| May 28 09:04:33.860 INFO ok!
96012026-05-28T09:04:35.277Z[ host-image] May 28 09:04:33.860 INFO O| May 28 09:04:33.860 INFO STEP 56 (ensure_file) COMPLETE
96022026-05-28T09:04:35.277Z[ host-image] May 28 09:04:33.860 INFO O| May 28 09:04:33.860 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96032026-05-28T09:04:35.280Z[ host-image] May 28 09:04:33.866 INFO O| May 28 09:04:33.866 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
96042026-05-28T09:04:35.280Z[ host-image] May 28 09:04:33.866 INFO O| May 28 09:04:33.866 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 ...
96052026-05-28T09:04:35.284Z[ host-image] May 28 09:04:33.866 INFO O| May 28 09:04:33.866 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
96062026-05-28T09:04:35.284Z[ host-image] May 28 09:04:33.866 INFO O| May 28 09:04:33.866 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
96072026-05-28T09:04:35.284Z[ host-image] May 28 09:04:33.866 INFO O| May 28 09:04:33.866 INFO ok!
96082026-05-28T09:04:35.284Z[ host-image] May 28 09:04:33.866 INFO O| May 28 09:04:33.866 INFO STEP 57 (ensure_file) COMPLETE
96092026-05-28T09:04:35.284Z[ host-image] May 28 09:04:33.866 INFO O| May 28 09:04:33.866 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96102026-05-28T09:04:35.288Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
96112026-05-28T09:04:35.288Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 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 ...
96122026-05-28T09:04:35.288Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96132026-05-28T09:04:35.288Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96142026-05-28T09:04:35.288Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96152026-05-28T09:04:35.288Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96162026-05-28T09:04:35.288Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 INFO ok!
96172026-05-28T09:04:35.289Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 INFO STEP 58 (ensure_file) COMPLETE
96182026-05-28T09:04:35.289Z[ host-image] May 28 09:04:33.873 INFO O| May 28 09:04:33.873 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96192026-05-28T09:04:35.294Z[ host-image] May 28 09:04:33.880 INFO O| May 28 09:04:33.880 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
96202026-05-28T09:04:35.298Z[ host-image] May 28 09:04:33.880 INFO O| May 28 09:04:33.880 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 ...
96212026-05-28T09:04:35.298Z[ host-image] May 28 09:04:33.880 INFO O| May 28 09:04:33.880 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
96222026-05-28T09:04:35.298Z[ host-image] May 28 09:04:33.880 INFO O| May 28 09:04:33.880 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
96232026-05-28T09:04:35.298Z[ host-image] May 28 09:04:33.880 INFO O| May 28 09:04:33.880 INFO ok!
96242026-05-28T09:04:35.298Z[ host-image] May 28 09:04:33.880 INFO O| May 28 09:04:33.880 INFO STEP 59 (ensure_file) COMPLETE
96252026-05-28T09:04:35.298Z[ host-image] May 28 09:04:33.880 INFO O| May 28 09:04:33.880 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96262026-05-28T09:04:35.302Z[ host-image] May 28 09:04:33.886 INFO O| May 28 09:04:33.886 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
96272026-05-28T09:04:35.302Z[ host-image] May 28 09:04:33.886 INFO O| May 28 09:04:33.886 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
96282026-05-28T09:04:35.302Z[ host-image] May 28 09:04:33.886 INFO O| May 28 09:04:33.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96292026-05-28T09:04:35.302Z[ host-image] May 28 09:04:33.886 INFO O| May 28 09:04:33.886 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96302026-05-28T09:04:35.302Z[ host-image] May 28 09:04:33.886 INFO O| May 28 09:04:33.886 INFO ok!
96312026-05-28T09:04:35.302Z[ host-image] May 28 09:04:33.886 INFO O| May 28 09:04:33.886 INFO STEP 60 (ensure_file) COMPLETE
96322026-05-28T09:04:35.302Z[ host-image] May 28 09:04:33.886 INFO O| May 28 09:04:33.886 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96332026-05-28T09:04:35.308Z[ host-image] May 28 09:04:33.893 INFO O| May 28 09:04:33.893 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
96342026-05-28T09:04:35.308Z[ host-image] May 28 09:04:33.893 INFO O| May 28 09:04:33.893 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 ...
96352026-05-28T09:04:35.308Z[ host-image] May 28 09:04:33.893 INFO O| May 28 09:04:33.893 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
96362026-05-28T09:04:35.311Z[ host-image] May 28 09:04:33.893 INFO O| May 28 09:04:33.893 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
96372026-05-28T09:04:35.312Z[ host-image] May 28 09:04:33.893 INFO O| May 28 09:04:33.893 INFO ok!
96382026-05-28T09:04:35.312Z[ host-image] May 28 09:04:33.893 INFO O| May 28 09:04:33.893 INFO STEP 61 (ensure_file) COMPLETE
96392026-05-28T09:04:35.312Z[ host-image] May 28 09:04:33.893 INFO O| May 28 09:04:33.893 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96402026-05-28T09:04:35.315Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
96412026-05-28T09:04:35.316Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
96422026-05-28T09:04:35.316Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96432026-05-28T09:04:35.316Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96442026-05-28T09:04:35.316Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96452026-05-28T09:04:35.316Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96462026-05-28T09:04:35.316Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO ok!
96472026-05-28T09:04:35.316Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO STEP 62 (ensure_file) COMPLETE
96482026-05-28T09:04:35.316Z[ host-image] May 28 09:04:33.899 INFO O| May 28 09:04:33.899 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96492026-05-28T09:04:35.320Z[ host-image] May 28 09:04:33.906 INFO O| May 28 09:04:33.906 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96502026-05-28T09:04:35.320Z[ host-image] May 28 09:04:33.906 INFO O| May 28 09:04:33.906 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 ...
96512026-05-28T09:04:35.324Z[ host-image] May 28 09:04:33.906 INFO O| May 28 09:04:33.906 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
96522026-05-28T09:04:35.324Z[ host-image] May 28 09:04:33.906 INFO O| May 28 09:04:33.906 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96532026-05-28T09:04:35.324Z[ host-image] May 28 09:04:33.906 INFO O| May 28 09:04:33.906 INFO ok!
96542026-05-28T09:04:35.324Z[ host-image] May 28 09:04:33.906 INFO O| May 28 09:04:33.906 INFO STEP 63 (ensure_file) COMPLETE
96552026-05-28T09:04:35.324Z[ host-image] May 28 09:04:33.906 INFO O| May 28 09:04:33.906 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96562026-05-28T09:04:35.328Z[ host-image] May 28 09:04:33.913 INFO O| May 28 09:04:33.913 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96572026-05-28T09:04:35.328Z[ host-image] May 28 09:04:33.913 INFO O| May 28 09:04:33.913 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 ...
96582026-05-28T09:04:35.328Z[ host-image] May 28 09:04:33.913 INFO O| May 28 09:04:33.913 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
96592026-05-28T09:04:35.328Z[ host-image] May 28 09:04:33.913 INFO O| May 28 09:04:33.913 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96602026-05-28T09:04:35.328Z[ host-image] May 28 09:04:33.913 INFO O| May 28 09:04:33.913 INFO ok!
96612026-05-28T09:04:35.328Z[ host-image] May 28 09:04:33.913 INFO O| May 28 09:04:33.913 INFO STEP 64 (ensure_file) COMPLETE
96622026-05-28T09:04:35.328Z[ host-image] May 28 09:04:33.913 INFO O| May 28 09:04:33.913 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96632026-05-28T09:04:35.333Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96642026-05-28T09:04:35.333Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 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 ...
96652026-05-28T09:04:35.336Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 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
96662026-05-28T09:04:35.336Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96672026-05-28T09:04:35.336Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 INFO ok!
96682026-05-28T09:04:35.336Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 INFO STEP 65 (ensure_file) COMPLETE
96692026-05-28T09:04:35.336Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96702026-05-28T09:04:35.336Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 INFO skip step because feature "mbist" is not enabled
96712026-05-28T09:04:35.336Z[ host-image] May 28 09:04:33.918 INFO O| May 28 09:04:33.918 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722026-05-28T09:04:35.340Z[ host-image] May 28 09:04:33.924 INFO O| May 28 09:04:33.923 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96732026-05-28T09:04:35.340Z[ host-image] May 28 09:04:33.924 INFO O| May 28 09:04:33.924 INFO STEP 67 (ensure_dir) COMPLETE
96742026-05-28T09:04:35.340Z[ host-image] May 28 09:04:33.924 INFO O| May 28 09:04:33.924 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752026-05-28T09:04:35.343Z[ host-image] May 28 09:04:33.929 INFO O| May 28 09:04:33.929 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96762026-05-28T09:04:35.343Z[ host-image] May 28 09:04:33.929 INFO O| May 28 09:04:33.929 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96772026-05-28T09:04:35.343Z[ host-image] May 28 09:04:33.929 INFO O| May 28 09:04:33.929 INFO STEP 68 (ensure_dir) COMPLETE
96782026-05-28T09:04:35.344Z[ host-image] May 28 09:04:33.929 INFO O| May 28 09:04:33.929 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792026-05-28T09:04:35.349Z[ host-image] May 28 09:04:33.935 INFO O| May 28 09:04:33.935 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96802026-05-28T09:04:35.350Z[ host-image] May 28 09:04:33.935 INFO O| May 28 09:04:33.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96812026-05-28T09:04:35.350Z[ host-image] May 28 09:04:33.935 INFO O| May 28 09:04:33.935 INFO STEP 69 (ensure_dir) COMPLETE
96822026-05-28T09:04:35.353Z[ host-image] May 28 09:04:33.935 INFO O| May 28 09:04:33.935 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832026-05-28T09:04:35.356Z[ host-image] May 28 09:04:33.941 INFO O| May 28 09:04:33.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96842026-05-28T09:04:35.357Z[ host-image] May 28 09:04:33.941 INFO O| May 28 09:04:33.941 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96852026-05-28T09:04:35.902Z[ host-image] May 28 09:04:34.488 INFO O| May 28 09:04:34.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96862026-05-28T09:04:35.902Z[ host-image] May 28 09:04:34.488 INFO O| May 28 09:04:34.488 INFO ok!
96872026-05-28T09:04:35.902Z[ host-image] May 28 09:04:34.488 INFO O| May 28 09:04:34.488 INFO STEP 70 (ensure_file) COMPLETE
96882026-05-28T09:04:35.902Z[ host-image] May 28 09:04:34.488 INFO O| May 28 09:04:34.488 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892026-05-28T09:04:35.911Z[ host-image] May 28 09:04:34.496 INFO O| May 28 09:04:34.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96902026-05-28T09:04:35.911Z[ host-image] May 28 09:04:34.496 INFO O| May 28 09:04:34.496 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96912026-05-28T09:04:36.406Z[ host-image] May 28 09:04:34.991 INFO O| May 28 09:04:34.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96922026-05-28T09:04:36.406Z[ host-image] May 28 09:04:34.992 INFO O| May 28 09:04:34.991 INFO ok!
96932026-05-28T09:04:36.406Z[ host-image] May 28 09:04:34.992 INFO O| May 28 09:04:34.991 INFO STEP 71 (ensure_file) COMPLETE
96942026-05-28T09:04:36.409Z[ host-image] May 28 09:04:34.992 INFO O| May 28 09:04:34.991 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952026-05-28T09:04:36.417Z[ host-image] May 28 09:04:35.003 INFO O| May 28 09:04:35.003 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96962026-05-28T09:04:36.417Z[ host-image] May 28 09:04:35.003 INFO O| May 28 09:04:35.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96972026-05-28T09:04:36.417Z[ host-image] May 28 09:04:35.003 INFO O| May 28 09:04:35.003 INFO STEP 72 (ensure_dir) COMPLETE
96982026-05-28T09:04:36.417Z[ host-image] May 28 09:04:35.003 INFO O| May 28 09:04:35.003 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96992026-05-28T09:04:36.426Z[ host-image] May 28 09:04:35.012 INFO O| May 28 09:04:35.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97002026-05-28T09:04:36.426Z[ host-image] May 28 09:04:35.012 INFO O| May 28 09:04:35.012 INFO copying /tmp/.tmpaJfv3V/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 ...
97012026-05-28T09:04:36.429Z[ host-image] May 28 09:04:35.012 INFO O| May 28 09:04:35.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
97022026-05-28T09:04:36.429Z[ host-image] May 28 09:04:35.012 INFO O| May 28 09:04:35.012 INFO ok!
97032026-05-28T09:04:36.429Z[ host-image] May 28 09:04:35.012 INFO O| May 28 09:04:35.012 INFO STEP 73 (ensure_file) COMPLETE
97042026-05-28T09:04:36.429Z[ host-image] May 28 09:04:35.012 INFO O| May 28 09:04:35.012 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052026-05-28T09:04:36.433Z[ host-image] May 28 09:04:35.019 INFO O| May 28 09:04:35.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
97062026-05-28T09:04:36.436Z[ host-image] May 28 09:04:35.019 INFO O| May 28 09:04:35.019 INFO copying /tmp/.tmpaJfv3V/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 ...
97072026-05-28T09:04:36.436Z[ host-image] May 28 09:04:35.019 INFO O| May 28 09:04:35.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
97082026-05-28T09:04:36.436Z[ host-image] May 28 09:04:35.019 INFO O| May 28 09:04:35.019 INFO ok!
97092026-05-28T09:04:36.436Z[ host-image] May 28 09:04:35.019 INFO O| May 28 09:04:35.019 INFO STEP 74 (ensure_file) COMPLETE
97102026-05-28T09:04:36.436Z[ host-image] May 28 09:04:35.019 INFO O| May 28 09:04:35.019 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112026-05-28T09:04:36.441Z[ host-image] May 28 09:04:35.027 INFO O| May 28 09:04:35.027 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97122026-05-28T09:04:36.444Z[ host-image] May 28 09:04:35.027 INFO O| May 28 09:04:35.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97132026-05-28T09:04:36.444Z[ host-image] May 28 09:04:35.027 INFO O| May 28 09:04:35.027 INFO STEP 75 (ensure_dir) COMPLETE
97142026-05-28T09:04:36.444Z[ host-image] May 28 09:04:35.027 INFO O| May 28 09:04:35.027 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152026-05-28T09:04:36.448Z[ host-image] May 28 09:04:35.034 INFO O| May 28 09:04:35.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
97162026-05-28T09:04:36.448Z[ host-image] May 28 09:04:35.034 INFO O| May 28 09:04:35.034 INFO copying /tmp/.tmpaJfv3V/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 ...
97172026-05-28T09:04:36.451Z[ host-image] May 28 09:04:35.034 INFO O| May 28 09:04:35.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
97182026-05-28T09:04:36.451Z[ host-image] May 28 09:04:35.034 INFO O| May 28 09:04:35.034 INFO ok!
97192026-05-28T09:04:36.451Z[ host-image] May 28 09:04:35.034 INFO O| May 28 09:04:35.034 INFO STEP 76 (ensure_file) COMPLETE
97202026-05-28T09:04:36.451Z[ host-image] May 28 09:04:35.034 INFO O| May 28 09:04:35.034 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212026-05-28T09:04:36.457Z[ host-image] May 28 09:04:35.043 INFO O| May 28 09:04:35.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
97222026-05-28T09:04:36.457Z[ host-image] May 28 09:04:35.043 INFO O| May 28 09:04:35.043 INFO copying /tmp/.tmpaJfv3V/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 ...
97232026-05-28T09:04:36.460Z[ host-image] May 28 09:04:35.043 INFO O| May 28 09:04:35.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
97242026-05-28T09:04:36.460Z[ host-image] May 28 09:04:35.043 INFO O| May 28 09:04:35.043 INFO ok!
97252026-05-28T09:04:36.460Z[ host-image] May 28 09:04:35.043 INFO O| May 28 09:04:35.043 INFO STEP 77 (ensure_file) COMPLETE
97262026-05-28T09:04:36.460Z[ host-image] May 28 09:04:35.043 INFO O| May 28 09:04:35.043 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272026-05-28T09:04:36.465Z[ host-image] May 28 09:04:35.051 INFO O| May 28 09:04:35.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97282026-05-28T09:04:36.468Z[ host-image] May 28 09:04:35.051 INFO O| May 28 09:04:35.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97292026-05-28T09:04:36.468Z[ host-image] May 28 09:04:35.051 INFO O| May 28 09:04:35.051 INFO STEP 78 (ensure_dir) COMPLETE
97302026-05-28T09:04:36.468Z[ host-image] May 28 09:04:35.051 INFO O| May 28 09:04:35.051 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312026-05-28T09:04:36.472Z[ host-image] May 28 09:04:35.058 INFO O| May 28 09:04:35.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97322026-05-28T09:04:36.472Z[ host-image] May 28 09:04:35.058 INFO O| May 28 09:04:35.058 INFO copying /tmp/.tmpaJfv3V/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 ...
97332026-05-28T09:04:36.475Z[ host-image] May 28 09:04:35.058 INFO O| May 28 09:04:35.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97342026-05-28T09:04:36.475Z[ host-image] May 28 09:04:35.058 INFO O| May 28 09:04:35.058 INFO ok!
97352026-05-28T09:04:36.475Z[ host-image] May 28 09:04:35.058 INFO O| May 28 09:04:35.058 INFO STEP 79 (ensure_file) COMPLETE
97362026-05-28T09:04:36.475Z[ host-image] May 28 09:04:35.058 INFO O| May 28 09:04:35.058 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372026-05-28T09:04:36.480Z[ host-image] May 28 09:04:35.066 INFO O| May 28 09:04:35.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97382026-05-28T09:04:36.480Z[ host-image] May 28 09:04:35.066 INFO O| May 28 09:04:35.066 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
97392026-05-28T09:04:36.483Z[ host-image] May 28 09:04:35.066 INFO O| May 28 09:04:35.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
97402026-05-28T09:04:36.483Z[ host-image] May 28 09:04:35.066 INFO O| May 28 09:04:35.066 INFO ok!
97412026-05-28T09:04:36.483Z[ host-image] May 28 09:04:35.066 INFO O| May 28 09:04:35.066 INFO STEP 80 (ensure_file) COMPLETE
97422026-05-28T09:04:36.483Z[ host-image] May 28 09:04:35.066 INFO O| May 28 09:04:35.066 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432026-05-28T09:04:36.487Z[ host-image] May 28 09:04:35.073 INFO O| May 28 09:04:35.073 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97442026-05-28T09:04:36.490Z[ host-image] May 28 09:04:35.073 INFO O| May 28 09:04:35.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97452026-05-28T09:04:36.490Z[ host-image] May 28 09:04:35.073 INFO O| May 28 09:04:35.073 INFO STEP 81 (ensure_dir) COMPLETE
97462026-05-28T09:04:36.490Z[ host-image] May 28 09:04:35.073 INFO O| May 28 09:04:35.073 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472026-05-28T09:04:36.494Z[ host-image] May 28 09:04:35.080 INFO O| May 28 09:04:35.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97482026-05-28T09:04:36.494Z[ host-image] May 28 09:04:35.080 INFO O| May 28 09:04:35.080 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97492026-05-28T09:04:36.993Z[ host-image] May 28 09:04:35.579 INFO O| May 28 09:04:35.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97502026-05-28T09:04:36.993Z[ host-image] May 28 09:04:35.579 INFO O| May 28 09:04:35.579 INFO ok!
97512026-05-28T09:04:36.993Z[ host-image] May 28 09:04:35.579 INFO O| May 28 09:04:35.579 INFO STEP 82 (ensure_file) COMPLETE
97522026-05-28T09:04:36.996Z[ host-image] May 28 09:04:35.579 INFO O| May 28 09:04:35.579 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532026-05-28T09:04:37.004Z[ host-image] May 28 09:04:35.589 INFO O| May 28 09:04:35.589 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
97542026-05-28T09:04:37.004Z[ host-image] May 28 09:04:35.589 INFO O| May 28 09:04:35.589 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
97552026-05-28T09:04:37.280Z[ host-image] May 28 09:04:35.864 INFO O| May 28 09:04:35.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
97562026-05-28T09:04:37.280Z[ host-image] May 28 09:04:35.864 INFO O| May 28 09:04:35.864 INFO ok!
97572026-05-28T09:04:37.283Z[ host-image] May 28 09:04:35.864 INFO O| May 28 09:04:35.864 INFO STEP 83 (ensure_file) COMPLETE
97582026-05-28T09:04:37.283Z[ host-image] May 28 09:04:35.864 INFO O| May 28 09:04:35.864 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592026-05-28T09:04:37.288Z[ host-image] May 28 09:04:35.873 INFO O| May 28 09:04:35.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97602026-05-28T09:04:37.288Z[ host-image] May 28 09:04:35.873 INFO O| May 28 09:04:35.873 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97612026-05-28T09:04:38.677Z[ host-image] May 28 09:04:37.262 INFO O| May 28 09:04:37.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97622026-05-28T09:04:38.677Z[ host-image] May 28 09:04:37.262 INFO O| May 28 09:04:37.262 INFO ok!
97632026-05-28T09:04:38.677Z[ host-image] May 28 09:04:37.262 INFO O| May 28 09:04:37.262 INFO STEP 84 (ensure_file) COMPLETE
97642026-05-28T09:04:38.680Z[ host-image] May 28 09:04:37.262 INFO O| May 28 09:04:37.262 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652026-05-28T09:04:38.686Z[ host-image] May 28 09:04:37.271 INFO O| May 28 09:04:37.271 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97662026-05-28T09:04:38.686Z[ host-image] May 28 09:04:37.271 INFO O| May 28 09:04:37.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97672026-05-28T09:04:38.686Z[ host-image] May 28 09:04:37.271 INFO O| May 28 09:04:37.271 INFO STEP 85 (ensure_dir) COMPLETE
97682026-05-28T09:04:38.690Z[ host-image] May 28 09:04:37.271 INFO O| May 28 09:04:37.271 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692026-05-28T09:04:38.693Z[ host-image] May 28 09:04:37.278 INFO O| May 28 09:04:37.278 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97702026-05-28T09:04:38.693Z[ host-image] May 28 09:04:37.278 INFO O| May 28 09:04:37.278 INFO copying /tmp/.tmpaJfv3V/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 ...
97712026-05-28T09:04:38.693Z[ host-image] May 28 09:04:37.278 INFO O| May 28 09:04:37.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97722026-05-28T09:04:38.693Z[ host-image] May 28 09:04:37.278 INFO O| May 28 09:04:37.278 INFO ok!
97732026-05-28T09:04:38.693Z[ host-image] May 28 09:04:37.278 INFO O| May 28 09:04:37.278 INFO STEP 86 (ensure_file) COMPLETE
97742026-05-28T09:04:38.693Z[ host-image] May 28 09:04:37.278 INFO O| May 28 09:04:37.278 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752026-05-28T09:04:38.701Z[ host-image] May 28 09:04:37.286 INFO O| May 28 09:04:37.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97762026-05-28T09:04:38.701Z[ host-image] May 28 09:04:37.286 INFO O| May 28 09:04:37.286 INFO copying /tmp/.tmpaJfv3V/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 ...
97772026-05-28T09:04:38.701Z[ host-image] May 28 09:04:37.286 INFO O| May 28 09:04:37.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97782026-05-28T09:04:38.704Z[ host-image] May 28 09:04:37.286 INFO O| May 28 09:04:37.286 INFO ok!
97792026-05-28T09:04:38.704Z[ host-image] May 28 09:04:37.286 INFO O| May 28 09:04:37.286 INFO STEP 87 (ensure_file) COMPLETE
97802026-05-28T09:04:38.704Z[ host-image] May 28 09:04:37.286 INFO O| May 28 09:04:37.286 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812026-05-28T09:04:38.708Z[ host-image] May 28 09:04:37.294 INFO O| May 28 09:04:37.294 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97822026-05-28T09:04:38.708Z[ host-image] May 28 09:04:37.294 INFO O| May 28 09:04:37.294 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97832026-05-28T09:04:38.712Z[ host-image] May 28 09:04:37.294 INFO O| May 28 09:04:37.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97842026-05-28T09:04:38.712Z[ host-image] May 28 09:04:37.294 INFO O| May 28 09:04:37.294 INFO ok!
97852026-05-28T09:04:38.712Z[ host-image] May 28 09:04:37.294 INFO O| May 28 09:04:37.294 INFO STEP 88 (ensure_file) COMPLETE
97862026-05-28T09:04:38.712Z[ host-image] May 28 09:04:37.294 INFO O| May 28 09:04:37.294 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872026-05-28T09:04:38.716Z[ host-image] May 28 09:04:37.301 INFO O| May 28 09:04:37.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97882026-05-28T09:04:38.719Z[ host-image] May 28 09:04:37.301 INFO O| May 28 09:04:37.301 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97892026-05-28T09:04:38.719Z[ host-image] May 28 09:04:37.301 INFO O| May 28 09:04:37.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97902026-05-28T09:04:38.719Z[ host-image] May 28 09:04:37.301 INFO O| May 28 09:04:37.301 INFO ok!
97912026-05-28T09:04:38.719Z[ host-image] May 28 09:04:37.301 INFO O| May 28 09:04:37.301 INFO STEP 89 (ensure_file) COMPLETE
97922026-05-28T09:04:38.720Z[ host-image] May 28 09:04:37.301 INFO O| May 28 09:04:37.301 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932026-05-28T09:04:38.724Z[ host-image] May 28 09:04:37.309 INFO O| May 28 09:04:37.309 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97942026-05-28T09:04:38.727Z[ host-image] May 28 09:04:37.309 INFO O| May 28 09:04:37.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97952026-05-28T09:04:38.728Z[ host-image] May 28 09:04:37.309 INFO O| May 28 09:04:37.309 INFO STEP 90 (ensure_dir) COMPLETE
97962026-05-28T09:04:38.728Z[ host-image] May 28 09:04:37.309 INFO O| May 28 09:04:37.309 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97972026-05-28T09:04:38.731Z[ host-image] May 28 09:04:37.316 INFO O| May 28 09:04:37.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97982026-05-28T09:04:38.731Z[ host-image] May 28 09:04:37.316 INFO O| May 28 09:04:37.316 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97992026-05-28T09:04:38.735Z[ host-image] May 28 09:04:37.318 INFO O| May 28 09:04:37.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
98002026-05-28T09:04:38.735Z[ host-image] May 28 09:04:37.318 INFO O| May 28 09:04:37.318 INFO ok!
98012026-05-28T09:04:38.735Z[ host-image] May 28 09:04:37.318 INFO O| May 28 09:04:37.318 INFO STEP 91 (ensure_file) COMPLETE
98022026-05-28T09:04:38.736Z[ host-image] May 28 09:04:37.318 INFO O| May 28 09:04:37.318 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98032026-05-28T09:04:38.739Z[ host-image] May 28 09:04:37.324 INFO O| May 28 09:04:37.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
98042026-05-28T09:04:38.739Z[ host-image] May 28 09:04:37.324 INFO O| May 28 09:04:37.324 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
98052026-05-28T09:04:38.739Z[ host-image] May 28 09:04:37.324 INFO O| May 28 09:04:37.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
98062026-05-28T09:04:38.739Z[ host-image] May 28 09:04:37.324 INFO O| May 28 09:04:37.324 INFO ok!
98072026-05-28T09:04:38.739Z[ host-image] May 28 09:04:37.324 INFO O| May 28 09:04:37.324 INFO STEP 92 (ensure_file) COMPLETE
98082026-05-28T09:04:38.740Z[ host-image] May 28 09:04:37.324 INFO O| May 28 09:04:37.324 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092026-05-28T09:04:38.745Z[ host-image] May 28 09:04:37.331 INFO O| May 28 09:04:37.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
98102026-05-28T09:04:38.745Z[ host-image] May 28 09:04:37.331 INFO O| May 28 09:04:37.331 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
98112026-05-28T09:04:39.132Z[ host-image] May 28 09:04:37.717 INFO O| May 28 09:04:37.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
98122026-05-28T09:04:39.132Z[ host-image] May 28 09:04:37.717 INFO O| May 28 09:04:37.717 INFO ok!
98132026-05-28T09:04:39.132Z[ host-image] May 28 09:04:37.717 INFO O| May 28 09:04:37.717 INFO STEP 93 (ensure_file) COMPLETE
98142026-05-28T09:04:39.132Z[ host-image] May 28 09:04:37.717 INFO O| May 28 09:04:37.717 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152026-05-28T09:04:39.140Z[ host-image] May 28 09:04:37.726 INFO O| May 28 09:04:37.726 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98162026-05-28T09:04:39.143Z[ host-image] May 28 09:04:37.726 INFO O| May 28 09:04:37.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98172026-05-28T09:04:39.143Z[ host-image] May 28 09:04:37.726 INFO O| May 28 09:04:37.726 INFO STEP 94 (ensure_dir) COMPLETE
98182026-05-28T09:04:39.143Z[ host-image] May 28 09:04:37.726 INFO O| May 28 09:04:37.726 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192026-05-28T09:04:39.146Z[ host-image] May 28 09:04:37.732 INFO O| May 28 09:04:37.732 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98202026-05-28T09:04:39.146Z[ host-image] May 28 09:04:37.732 INFO O| May 28 09:04:37.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98212026-05-28T09:04:39.149Z[ host-image] May 28 09:04:37.732 INFO O| May 28 09:04:37.732 INFO STEP 95 (ensure_dir) COMPLETE
98222026-05-28T09:04:39.149Z[ host-image] May 28 09:04:37.732 INFO O| May 28 09:04:37.732 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232026-05-28T09:04:39.153Z[ host-image] May 28 09:04:37.738 INFO O| May 28 09:04:37.738 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98242026-05-28T09:04:39.153Z[ host-image] May 28 09:04:37.738 INFO O| May 28 09:04:37.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98252026-05-28T09:04:39.153Z[ host-image] May 28 09:04:37.738 INFO O| May 28 09:04:37.738 INFO STEP 96 (ensure_dir) COMPLETE
98262026-05-28T09:04:39.153Z[ host-image] May 28 09:04:37.738 INFO O| May 28 09:04:37.738 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272026-05-28T09:04:39.161Z[ host-image] May 28 09:04:37.747 INFO O| May 28 09:04:37.747 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98282026-05-28T09:04:39.164Z[ host-image] May 28 09:04:37.747 INFO O| May 28 09:04:37.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98292026-05-28T09:04:39.164Z[ host-image] May 28 09:04:37.747 INFO O| May 28 09:04:37.747 INFO STEP 97 (ensure_dir) COMPLETE
98302026-05-28T09:04:39.164Z[ host-image] May 28 09:04:37.747 INFO O| May 28 09:04:37.747 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312026-05-28T09:04:39.168Z[ host-image] May 28 09:04:37.754 INFO O| May 28 09:04:37.754 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98322026-05-28T09:04:39.168Z[ host-image] May 28 09:04:37.754 INFO O| May 28 09:04:37.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98332026-05-28T09:04:39.171Z[ host-image] May 28 09:04:37.754 INFO O| May 28 09:04:37.754 INFO STEP 98 (ensure_dir) COMPLETE
98342026-05-28T09:04:39.171Z[ host-image] May 28 09:04:37.754 INFO O| May 28 09:04:37.754 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352026-05-28T09:04:39.175Z[ host-image] May 28 09:04:37.761 INFO O| May 28 09:04:37.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98362026-05-28T09:04:39.175Z[ host-image] May 28 09:04:37.761 INFO O| May 28 09:04:37.761 INFO copying /tmp/.tmpaJfv3V/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 ...
98372026-05-28T09:04:39.178Z[ host-image] May 28 09:04:37.761 INFO O| May 28 09:04:37.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98382026-05-28T09:04:39.178Z[ host-image] May 28 09:04:37.761 INFO O| May 28 09:04:37.761 INFO ok!
98392026-05-28T09:04:39.178Z[ host-image] May 28 09:04:37.761 INFO O| May 28 09:04:37.761 INFO STEP 99 (ensure_file) COMPLETE
98402026-05-28T09:04:39.178Z[ host-image] May 28 09:04:37.761 INFO O| May 28 09:04:37.761 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412026-05-28T09:04:39.182Z[ host-image] May 28 09:04:37.768 INFO O| May 28 09:04:37.768 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98422026-05-28T09:04:39.182Z[ host-image] May 28 09:04:37.768 INFO O| May 28 09:04:37.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98432026-05-28T09:04:39.185Z[ host-image] May 28 09:04:37.768 INFO O| May 28 09:04:37.768 INFO STEP 100 (ensure_dir) COMPLETE
98442026-05-28T09:04:39.185Z[ host-image] May 28 09:04:37.768 INFO O| May 28 09:04:37.768 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98452026-05-28T09:04:39.189Z[ host-image] May 28 09:04:37.775 INFO O| May 28 09:04:37.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98462026-05-28T09:04:39.189Z[ host-image] May 28 09:04:37.775 INFO O| May 28 09:04:37.775 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98472026-05-28T09:04:39.409Z[ host-image] May 28 09:04:37.994 INFO O| May 28 09:04:37.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98482026-05-28T09:04:39.409Z[ host-image] May 28 09:04:37.994 INFO O| May 28 09:04:37.994 INFO ok!
98492026-05-28T09:04:39.409Z[ host-image] May 28 09:04:37.994 INFO O| May 28 09:04:37.994 INFO STEP 101 (ensure_file) COMPLETE
98502026-05-28T09:04:39.412Z[ host-image] May 28 09:04:37.994 INFO O| May 28 09:04:37.994 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98512026-05-28T09:04:39.417Z[ host-image] May 28 09:04:38.003 INFO O| May 28 09:04:38.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98522026-05-28T09:04:39.420Z[ host-image] May 28 09:04:38.003 INFO O| May 28 09:04:38.003 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98532026-05-28T09:04:39.420Z[ host-image] May 28 09:04:38.003 INFO O| May 28 09:04:38.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98542026-05-28T09:04:39.420Z[ host-image] May 28 09:04:38.003 INFO O| May 28 09:04:38.003 INFO ok!
98552026-05-28T09:04:39.420Z[ host-image] May 28 09:04:38.003 INFO O| May 28 09:04:38.003 INFO STEP 102 (ensure_file) COMPLETE
98562026-05-28T09:04:39.420Z[ host-image] May 28 09:04:38.003 INFO O| May 28 09:04:38.003 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572026-05-28T09:04:39.429Z[ host-image] May 28 09:04:38.012 INFO O| May 28 09:04:38.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98582026-05-28T09:04:39.430Z[ host-image] May 28 09:04:38.012 INFO O| May 28 09:04:38.012 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98592026-05-28T09:04:39.434Z[ host-image] May 28 09:04:38.018 INFO O| May 28 09:04:38.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98602026-05-28T09:04:39.434Z[ host-image] May 28 09:04:38.018 INFO O| May 28 09:04:38.018 INFO ok!
98612026-05-28T09:04:39.434Z[ host-image] May 28 09:04:38.018 INFO O| May 28 09:04:38.018 INFO STEP 103 (ensure_file) COMPLETE
98622026-05-28T09:04:39.434Z[ host-image] May 28 09:04:38.018 INFO O| May 28 09:04:38.018 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632026-05-28T09:04:39.440Z[ host-image] May 28 09:04:38.025 INFO O| May 28 09:04:38.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98642026-05-28T09:04:39.440Z[ host-image] May 28 09:04:38.025 INFO O| May 28 09:04:38.025 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98652026-05-28T09:04:39.443Z[ host-image] May 28 09:04:38.026 INFO O| May 28 09:04:38.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98662026-05-28T09:04:39.443Z[ host-image] May 28 09:04:38.026 INFO O| May 28 09:04:38.026 INFO ok!
98672026-05-28T09:04:39.443Z[ host-image] May 28 09:04:38.026 INFO O| May 28 09:04:38.026 INFO STEP 104 (ensure_file) COMPLETE
98682026-05-28T09:04:39.443Z[ host-image] May 28 09:04:38.026 INFO O| May 28 09:04:38.026 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692026-05-28T09:04:39.446Z[ host-image] May 28 09:04:38.031 INFO O| May 28 09:04:38.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98702026-05-28T09:04:39.446Z[ host-image] May 28 09:04:38.031 INFO O| May 28 09:04:38.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98712026-05-28T09:04:39.446Z[ host-image] May 28 09:04:38.031 INFO O| May 28 09:04:38.031 INFO STEP 105 (ensure_dir) COMPLETE
98722026-05-28T09:04:39.446Z[ host-image] May 28 09:04:38.031 INFO O| May 28 09:04:38.031 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732026-05-28T09:04:39.451Z[ host-image] May 28 09:04:38.037 INFO O| May 28 09:04:38.037 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98742026-05-28T09:04:39.454Z[ host-image] May 28 09:04:38.037 INFO O| May 28 09:04:38.037 INFO copying /tmp/.tmpaJfv3V/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 ...
98752026-05-28T09:04:39.657Z[ host-image] May 28 09:04:38.243 INFO O| May 28 09:04:38.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98762026-05-28T09:04:39.657Z[ host-image] May 28 09:04:38.243 INFO O| May 28 09:04:38.243 INFO ok!
98772026-05-28T09:04:39.661Z[ host-image] May 28 09:04:38.243 INFO O| May 28 09:04:38.243 INFO STEP 106 (ensure_file) COMPLETE
98782026-05-28T09:04:39.661Z[ host-image] May 28 09:04:38.243 INFO O| May 28 09:04:38.243 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-05-28T09:04:39.664Z[ host-image] May 28 09:04:38.250 INFO O| May 28 09:04:38.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98802026-05-28T09:04:39.667Z[ host-image] May 28 09:04:38.250 INFO O| May 28 09:04:38.250 INFO copying /tmp/.tmpaJfv3V/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 ...
98812026-05-28T09:04:39.667Z[ host-image] May 28 09:04:38.250 INFO O| May 28 09:04:38.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98822026-05-28T09:04:39.667Z[ host-image] May 28 09:04:38.250 INFO O| May 28 09:04:38.250 INFO ok!
98832026-05-28T09:04:39.667Z[ host-image] May 28 09:04:38.250 INFO O| May 28 09:04:38.250 INFO STEP 107 (ensure_file) COMPLETE
98842026-05-28T09:04:39.667Z[ host-image] May 28 09:04:38.250 INFO O| May 28 09:04:38.250 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-05-28T09:04:39.672Z[ host-image] May 28 09:04:38.258 INFO O| May 28 09:04:38.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98862026-05-28T09:04:39.672Z[ host-image] May 28 09:04:38.258 INFO O| May 28 09:04:38.258 INFO copying /tmp/.tmpaJfv3V/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 ...
98872026-05-28T09:04:39.676Z[ host-image] May 28 09:04:38.258 INFO O| May 28 09:04:38.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98882026-05-28T09:04:39.676Z[ host-image] May 28 09:04:38.258 INFO O| May 28 09:04:38.258 INFO ok!
98892026-05-28T09:04:39.676Z[ host-image] May 28 09:04:38.258 INFO O| May 28 09:04:38.258 INFO STEP 108 (ensure_file) COMPLETE
98902026-05-28T09:04:39.676Z[ host-image] May 28 09:04:38.258 INFO O| May 28 09:04:38.258 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-05-28T09:04:39.680Z[ host-image] May 28 09:04:38.266 INFO O| May 28 09:04:38.266 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98922026-05-28T09:04:39.681Z[ host-image] May 28 09:04:38.266 INFO O| May 28 09:04:38.266 INFO copying /tmp/.tmpaJfv3V/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 ...
98932026-05-28T09:04:39.684Z[ host-image] May 28 09:04:38.266 INFO O| May 28 09:04:38.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98942026-05-28T09:04:39.684Z[ host-image] May 28 09:04:38.266 INFO O| May 28 09:04:38.266 INFO ok!
98952026-05-28T09:04:39.684Z[ host-image] May 28 09:04:38.266 INFO O| May 28 09:04:38.266 INFO STEP 109 (ensure_file) COMPLETE
98962026-05-28T09:04:39.684Z[ host-image] May 28 09:04:38.266 INFO O| May 28 09:04:38.266 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972026-05-28T09:04:39.687Z[ host-image] May 28 09:04:38.273 INFO O| May 28 09:04:38.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98982026-05-28T09:04:39.690Z[ host-image] May 28 09:04:38.273 INFO O| May 28 09:04:38.273 INFO copying /tmp/.tmpaJfv3V/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 ...
98992026-05-28T09:04:39.691Z[ host-image] May 28 09:04:38.273 INFO O| May 28 09:04:38.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
99002026-05-28T09:04:39.691Z[ host-image] May 28 09:04:38.273 INFO O| May 28 09:04:38.273 INFO ok!
99012026-05-28T09:04:39.691Z[ host-image] May 28 09:04:38.273 INFO O| May 28 09:04:38.273 INFO STEP 110 (ensure_file) COMPLETE
99022026-05-28T09:04:39.691Z[ host-image] May 28 09:04:38.273 INFO O| May 28 09:04:38.273 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032026-05-28T09:04:39.695Z[ host-image] May 28 09:04:38.279 INFO O| May 28 09:04:38.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
99042026-05-28T09:04:39.695Z[ host-image] May 28 09:04:38.279 INFO O| May 28 09:04:38.279 INFO copying /tmp/.tmpaJfv3V/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 ...
99052026-05-28T09:04:39.695Z[ host-image] May 28 09:04:38.280 INFO O| May 28 09:04:38.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
99062026-05-28T09:04:39.695Z[ host-image] May 28 09:04:38.280 INFO O| May 28 09:04:38.280 INFO ok!
99072026-05-28T09:04:39.695Z[ host-image] May 28 09:04:38.280 INFO O| May 28 09:04:38.280 INFO STEP 111 (ensure_file) COMPLETE
99082026-05-28T09:04:39.695Z[ host-image] May 28 09:04:38.280 INFO O| May 28 09:04:38.280 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99092026-05-28T09:04:39.701Z[ host-image] May 28 09:04:38.286 INFO O| May 28 09:04:38.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
99102026-05-28T09:04:39.701Z[ host-image] May 28 09:04:38.286 INFO O| May 28 09:04:38.286 INFO copying /tmp/.tmpaJfv3V/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 ...
99112026-05-28T09:04:39.704Z[ host-image] May 28 09:04:38.286 INFO O| May 28 09:04:38.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
99122026-05-28T09:04:39.704Z[ host-image] May 28 09:04:38.286 INFO O| May 28 09:04:38.286 INFO ok!
99132026-05-28T09:04:39.704Z[ host-image] May 28 09:04:38.286 INFO O| May 28 09:04:38.286 INFO STEP 112 (ensure_file) COMPLETE
99142026-05-28T09:04:39.704Z[ host-image] May 28 09:04:38.286 INFO O| May 28 09:04:38.286 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152026-05-28T09:04:39.707Z[ host-image] May 28 09:04:38.293 INFO O| May 28 09:04:38.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
99162026-05-28T09:04:39.707Z[ host-image] May 28 09:04:38.293 INFO O| May 28 09:04:38.293 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
99172026-05-28T09:04:39.707Z[ host-image] May 28 09:04:38.293 INFO O| May 28 09:04:38.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
99182026-05-28T09:04:39.711Z[ host-image] May 28 09:04:38.293 INFO O| May 28 09:04:38.293 INFO ok!
99192026-05-28T09:04:39.711Z[ host-image] May 28 09:04:38.293 INFO O| May 28 09:04:38.293 INFO STEP 113 (ensure_file) COMPLETE
99202026-05-28T09:04:39.711Z[ host-image] May 28 09:04:38.293 INFO O| May 28 09:04:38.293 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212026-05-28T09:04:39.714Z[ host-image] May 28 09:04:38.299 INFO O| May 28 09:04:38.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
99222026-05-28T09:04:39.714Z[ host-image] May 28 09:04:38.299 INFO O| May 28 09:04:38.299 INFO copying /tmp/.tmpaJfv3V/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 ...
99232026-05-28T09:04:39.714Z[ host-image] May 28 09:04:38.299 INFO O| May 28 09:04:38.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
99242026-05-28T09:04:39.714Z[ host-image] May 28 09:04:38.299 INFO O| May 28 09:04:38.299 INFO ok!
99252026-05-28T09:04:39.714Z[ host-image] May 28 09:04:38.299 INFO O| May 28 09:04:38.299 INFO STEP 114 (ensure_file) COMPLETE
99262026-05-28T09:04:39.714Z[ host-image] May 28 09:04:38.299 INFO O| May 28 09:04:38.299 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-05-28T09:04:39.720Z[ host-image] May 28 09:04:38.306 INFO O| May 28 09:04:38.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
99282026-05-28T09:04:39.720Z[ host-image] May 28 09:04:38.306 INFO O| May 28 09:04:38.306 INFO copying /tmp/.tmpaJfv3V/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 ...
99292026-05-28T09:04:39.723Z[ host-image] May 28 09:04:38.306 INFO O| May 28 09:04:38.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
99302026-05-28T09:04:39.723Z[ host-image] May 28 09:04:38.306 INFO O| May 28 09:04:38.306 INFO ok!
99312026-05-28T09:04:39.723Z[ host-image] May 28 09:04:38.306 INFO O| May 28 09:04:38.306 INFO STEP 115 (ensure_file) COMPLETE
99322026-05-28T09:04:39.723Z[ host-image] May 28 09:04:38.306 INFO O| May 28 09:04:38.306 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-05-28T09:04:39.727Z[ host-image] May 28 09:04:38.311 INFO O| May 28 09:04:38.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
99342026-05-28T09:04:39.727Z[ host-image] May 28 09:04:38.311 INFO O| May 28 09:04:38.311 INFO copying /tmp/.tmpaJfv3V/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 ...
99352026-05-28T09:04:39.727Z[ host-image] May 28 09:04:38.311 INFO O| May 28 09:04:38.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
99362026-05-28T09:04:39.727Z[ host-image] May 28 09:04:38.311 INFO O| May 28 09:04:38.311 INFO ok!
99372026-05-28T09:04:39.727Z[ host-image] May 28 09:04:38.311 INFO O| May 28 09:04:38.311 INFO STEP 116 (ensure_file) COMPLETE
99382026-05-28T09:04:39.727Z[ host-image] May 28 09:04:38.311 INFO O| May 28 09:04:38.311 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392026-05-28T09:04:39.731Z[ host-image] May 28 09:04:38.317 INFO O| May 28 09:04:38.317 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
99402026-05-28T09:04:39.731Z[ host-image] May 28 09:04:38.317 INFO O| May 28 09:04:38.317 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
99412026-05-28T09:04:39.734Z[ host-image] May 28 09:04:38.317 INFO O| May 28 09:04:38.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
99422026-05-28T09:04:39.734Z[ host-image] May 28 09:04:38.317 INFO O| May 28 09:04:38.317 INFO ok!
99432026-05-28T09:04:39.734Z[ host-image] May 28 09:04:38.317 INFO O| May 28 09:04:38.317 INFO STEP 117 (ensure_file) COMPLETE
99442026-05-28T09:04:39.734Z[ host-image] May 28 09:04:38.317 INFO O| May 28 09:04:38.317 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452026-05-28T09:04:39.738Z[ host-image] May 28 09:04:38.324 INFO O| May 28 09:04:38.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99462026-05-28T09:04:39.738Z[ host-image] May 28 09:04:38.324 INFO O| May 28 09:04:38.324 INFO copying /tmp/.tmpaJfv3V/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 ...
99472026-05-28T09:04:39.741Z[ host-image] May 28 09:04:38.324 INFO O| May 28 09:04:38.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99482026-05-28T09:04:39.741Z[ host-image] May 28 09:04:38.324 INFO O| May 28 09:04:38.324 INFO ok!
99492026-05-28T09:04:39.741Z[ host-image] May 28 09:04:38.324 INFO O| May 28 09:04:38.324 INFO STEP 118 (ensure_file) COMPLETE
99502026-05-28T09:04:39.741Z[ host-image] May 28 09:04:38.324 INFO O| May 28 09:04:38.324 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512026-05-28T09:04:39.745Z[ host-image] May 28 09:04:38.330 INFO O| May 28 09:04:38.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
99522026-05-28T09:04:39.745Z[ host-image] May 28 09:04:38.330 INFO O| May 28 09:04:38.330 INFO copying /tmp/.tmpaJfv3V/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 ...
99532026-05-28T09:04:39.748Z[ host-image] May 28 09:04:38.331 INFO O| May 28 09:04:38.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
99542026-05-28T09:04:39.748Z[ host-image] May 28 09:04:38.331 INFO O| May 28 09:04:38.331 INFO ok!
99552026-05-28T09:04:39.748Z[ host-image] May 28 09:04:38.331 INFO O| May 28 09:04:38.331 INFO STEP 119 (ensure_file) COMPLETE
99562026-05-28T09:04:39.748Z[ host-image] May 28 09:04:38.331 INFO O| May 28 09:04:38.331 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572026-05-28T09:04:39.751Z[ host-image] May 28 09:04:38.337 INFO O| May 28 09:04:38.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
99582026-05-28T09:04:39.751Z[ host-image] May 28 09:04:38.337 INFO O| May 28 09:04:38.337 INFO copying /tmp/.tmpaJfv3V/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 ...
99592026-05-28T09:04:39.751Z[ host-image] May 28 09:04:38.337 INFO O| May 28 09:04:38.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
99602026-05-28T09:04:39.751Z[ host-image] May 28 09:04:38.337 INFO O| May 28 09:04:38.337 INFO ok!
99612026-05-28T09:04:39.751Z[ host-image] May 28 09:04:38.337 INFO O| May 28 09:04:38.337 INFO STEP 120 (ensure_file) COMPLETE
99622026-05-28T09:04:39.751Z[ host-image] May 28 09:04:38.337 INFO O| May 28 09:04:38.337 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632026-05-28T09:04:39.757Z[ host-image] May 28 09:04:38.343 INFO O| May 28 09:04:38.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
99642026-05-28T09:04:39.757Z[ host-image] May 28 09:04:38.343 INFO O| May 28 09:04:38.343 INFO copying /tmp/.tmpaJfv3V/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 ...
99652026-05-28T09:04:39.761Z[ host-image] May 28 09:04:38.343 INFO O| May 28 09:04:38.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
99662026-05-28T09:04:39.761Z[ host-image] May 28 09:04:38.343 INFO O| May 28 09:04:38.343 INFO ok!
99672026-05-28T09:04:39.761Z[ host-image] May 28 09:04:38.343 INFO O| May 28 09:04:38.343 INFO STEP 121 (ensure_file) COMPLETE
99682026-05-28T09:04:39.762Z[ host-image] May 28 09:04:38.343 INFO O| May 28 09:04:38.343 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692026-05-28T09:04:39.765Z[ host-image] May 28 09:04:38.349 INFO O| May 28 09:04:38.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99702026-05-28T09:04:39.765Z[ host-image] May 28 09:04:38.349 INFO O| May 28 09:04:38.349 INFO copying /tmp/.tmpaJfv3V/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 ...
99712026-05-28T09:04:39.765Z[ host-image] May 28 09:04:38.349 INFO O| May 28 09:04:38.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99722026-05-28T09:04:39.765Z[ host-image] May 28 09:04:38.349 INFO O| May 28 09:04:38.349 INFO ok!
99732026-05-28T09:04:39.765Z[ host-image] May 28 09:04:38.349 INFO O| May 28 09:04:38.349 INFO STEP 122 (ensure_file) COMPLETE
99742026-05-28T09:04:39.765Z[ host-image] May 28 09:04:38.349 INFO O| May 28 09:04:38.349 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-05-28T09:04:39.769Z[ host-image] May 28 09:04:38.355 INFO O| May 28 09:04:38.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99762026-05-28T09:04:39.769Z[ host-image] May 28 09:04:38.355 INFO O| May 28 09:04:38.355 INFO copying /tmp/.tmpaJfv3V/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 ...
99772026-05-28T09:04:39.769Z[ host-image] May 28 09:04:38.355 INFO O| May 28 09:04:38.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99782026-05-28T09:04:39.769Z[ host-image] May 28 09:04:38.355 INFO O| May 28 09:04:38.355 INFO ok!
99792026-05-28T09:04:39.772Z[ host-image] May 28 09:04:38.355 INFO O| May 28 09:04:38.355 INFO STEP 123 (ensure_file) COMPLETE
99802026-05-28T09:04:39.772Z[ host-image] May 28 09:04:38.355 INFO O| May 28 09:04:38.355 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812026-05-28T09:04:39.775Z[ host-image] May 28 09:04:38.361 INFO O| May 28 09:04:38.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99822026-05-28T09:04:39.775Z[ host-image] May 28 09:04:38.361 INFO O| May 28 09:04:38.361 INFO copying /tmp/.tmpaJfv3V/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 ...
99832026-05-28T09:04:39.778Z[ host-image] May 28 09:04:38.361 INFO O| May 28 09:04:38.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99842026-05-28T09:04:39.778Z[ host-image] May 28 09:04:38.361 INFO O| May 28 09:04:38.361 INFO ok!
99852026-05-28T09:04:39.778Z[ host-image] May 28 09:04:38.361 INFO O| May 28 09:04:38.361 INFO STEP 124 (ensure_file) COMPLETE
99862026-05-28T09:04:39.778Z[ host-image] May 28 09:04:38.361 INFO O| May 28 09:04:38.361 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872026-05-28T09:04:39.782Z[ host-image] May 28 09:04:38.367 INFO O| May 28 09:04:38.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99882026-05-28T09:04:39.782Z[ host-image] May 28 09:04:38.367 INFO O| May 28 09:04:38.367 INFO copying /tmp/.tmpaJfv3V/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 ...
99892026-05-28T09:04:39.782Z[ host-image] May 28 09:04:38.367 INFO O| May 28 09:04:38.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99902026-05-28T09:04:39.782Z[ host-image] May 28 09:04:38.367 INFO O| May 28 09:04:38.367 INFO ok!
99912026-05-28T09:04:39.782Z[ host-image] May 28 09:04:38.367 INFO O| May 28 09:04:38.367 INFO STEP 125 (ensure_file) COMPLETE
99922026-05-28T09:04:39.782Z[ host-image] May 28 09:04:38.367 INFO O| May 28 09:04:38.367 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932026-05-28T09:04:39.786Z[ host-image] May 28 09:04:38.372 INFO O| May 28 09:04:38.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99942026-05-28T09:04:39.789Z[ host-image] May 28 09:04:38.372 INFO O| May 28 09:04:38.372 INFO copying /tmp/.tmpaJfv3V/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 ...
99952026-05-28T09:04:39.789Z[ host-image] May 28 09:04:38.372 INFO O| May 28 09:04:38.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99962026-05-28T09:04:39.789Z[ host-image] May 28 09:04:38.372 INFO O| May 28 09:04:38.372 INFO ok!
99972026-05-28T09:04:39.789Z[ host-image] May 28 09:04:38.372 INFO O| May 28 09:04:38.372 INFO STEP 126 (ensure_file) COMPLETE
99982026-05-28T09:04:39.789Z[ host-image] May 28 09:04:38.372 INFO O| May 28 09:04:38.372 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992026-05-28T09:04:39.792Z[ host-image] May 28 09:04:38.377 INFO O| May 28 09:04:38.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
100002026-05-28T09:04:39.792Z[ host-image] May 28 09:04:38.377 INFO O| May 28 09:04:38.377 INFO copying /tmp/.tmpaJfv3V/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 ...
100012026-05-28T09:04:39.792Z[ host-image] May 28 09:04:38.377 INFO O| May 28 09:04:38.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
100022026-05-28T09:04:39.792Z[ host-image] May 28 09:04:38.377 INFO O| May 28 09:04:38.377 INFO ok!
100032026-05-28T09:04:39.792Z[ host-image] May 28 09:04:38.377 INFO O| May 28 09:04:38.377 INFO STEP 127 (ensure_file) COMPLETE
100042026-05-28T09:04:39.792Z[ host-image] May 28 09:04:38.377 INFO O| May 28 09:04:38.377 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052026-05-28T09:04:39.796Z[ host-image] May 28 09:04:38.382 INFO O| May 28 09:04:38.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
100062026-05-28T09:04:39.797Z[ host-image] May 28 09:04:38.382 INFO O| May 28 09:04:38.382 INFO copying /tmp/.tmpaJfv3V/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 ...
100072026-05-28T09:04:39.797Z[ host-image] May 28 09:04:38.382 INFO O| May 28 09:04:38.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
100082026-05-28T09:04:39.797Z[ host-image] May 28 09:04:38.382 INFO O| May 28 09:04:38.382 INFO ok!
100092026-05-28T09:04:39.800Z[ host-image] May 28 09:04:38.382 INFO O| May 28 09:04:38.382 INFO STEP 128 (ensure_file) COMPLETE
100102026-05-28T09:04:39.800Z[ host-image] May 28 09:04:38.383 INFO O| May 28 09:04:38.382 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112026-05-28T09:04:39.803Z[ host-image] May 28 09:04:38.389 INFO O| May 28 09:04:38.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
100122026-05-28T09:04:39.806Z[ host-image] May 28 09:04:38.389 INFO O| May 28 09:04:38.389 INFO copying /tmp/.tmpaJfv3V/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 ...
100132026-05-28T09:04:39.806Z[ host-image] May 28 09:04:38.389 INFO O| May 28 09:04:38.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
100142026-05-28T09:04:39.806Z[ host-image] May 28 09:04:38.389 INFO O| May 28 09:04:38.389 INFO ok!
100152026-05-28T09:04:39.806Z[ host-image] May 28 09:04:38.389 INFO O| May 28 09:04:38.389 INFO STEP 129 (ensure_file) COMPLETE
100162026-05-28T09:04:39.806Z[ host-image] May 28 09:04:38.389 INFO O| May 28 09:04:38.389 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172026-05-28T09:04:39.810Z[ host-image] May 28 09:04:38.396 INFO O| May 28 09:04:38.396 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
100182026-05-28T09:04:39.810Z[ host-image] May 28 09:04:38.396 INFO O| May 28 09:04:38.396 INFO copying /tmp/.tmpaJfv3V/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 ...
100192026-05-28T09:04:39.813Z[ host-image] May 28 09:04:38.396 INFO O| May 28 09:04:38.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
100202026-05-28T09:04:39.813Z[ host-image] May 28 09:04:38.396 INFO O| May 28 09:04:38.396 INFO ok!
100212026-05-28T09:04:39.813Z[ host-image] May 28 09:04:38.396 INFO O| May 28 09:04:38.396 INFO STEP 130 (ensure_file) COMPLETE
100222026-05-28T09:04:39.813Z[ host-image] May 28 09:04:38.396 INFO O| May 28 09:04:38.396 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232026-05-28T09:04:39.817Z[ host-image] May 28 09:04:38.403 INFO O| May 28 09:04:38.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
100242026-05-28T09:04:39.817Z[ host-image] May 28 09:04:38.403 INFO O| May 28 09:04:38.403 INFO copying /tmp/.tmpaJfv3V/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 ...
100252026-05-28T09:04:39.820Z[ host-image] May 28 09:04:38.403 INFO O| May 28 09:04:38.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
100262026-05-28T09:04:39.820Z[ host-image] May 28 09:04:38.403 INFO O| May 28 09:04:38.403 INFO ok!
100272026-05-28T09:04:39.820Z[ host-image] May 28 09:04:38.403 INFO O| May 28 09:04:38.403 INFO STEP 131 (ensure_file) COMPLETE
100282026-05-28T09:04:39.820Z[ host-image] May 28 09:04:38.403 INFO O| May 28 09:04:38.403 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292026-05-28T09:04:39.823Z[ host-image] May 28 09:04:38.409 INFO O| May 28 09:04:38.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
100302026-05-28T09:04:39.823Z[ host-image] May 28 09:04:38.409 INFO O| May 28 09:04:38.409 INFO copying /tmp/.tmpaJfv3V/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 ...
100312026-05-28T09:04:39.823Z[ host-image] May 28 09:04:38.409 INFO O| May 28 09:04:38.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
100322026-05-28T09:04:39.823Z[ host-image] May 28 09:04:38.409 INFO O| May 28 09:04:38.409 INFO ok!
100332026-05-28T09:04:39.823Z[ host-image] May 28 09:04:38.409 INFO O| May 28 09:04:38.409 INFO STEP 132 (ensure_file) COMPLETE
100342026-05-28T09:04:39.823Z[ host-image] May 28 09:04:38.409 INFO O| May 28 09:04:38.409 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352026-05-28T09:04:39.829Z[ host-image] May 28 09:04:38.414 INFO O| May 28 09:04:38.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
100362026-05-28T09:04:39.829Z[ host-image] May 28 09:04:38.414 INFO O| May 28 09:04:38.414 INFO copying /tmp/.tmpaJfv3V/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 ...
100372026-05-28T09:04:39.829Z[ host-image] May 28 09:04:38.415 INFO O| May 28 09:04:38.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
100382026-05-28T09:04:39.832Z[ host-image] May 28 09:04:38.415 INFO O| May 28 09:04:38.415 INFO ok!
100392026-05-28T09:04:39.832Z[ host-image] May 28 09:04:38.415 INFO O| May 28 09:04:38.415 INFO STEP 133 (ensure_file) COMPLETE
100402026-05-28T09:04:39.832Z[ host-image] May 28 09:04:38.415 INFO O| May 28 09:04:38.415 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412026-05-28T09:04:39.836Z[ host-image] May 28 09:04:38.422 INFO O| May 28 09:04:38.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
100422026-05-28T09:04:39.836Z[ host-image] May 28 09:04:38.422 INFO O| May 28 09:04:38.422 INFO copying /tmp/.tmpaJfv3V/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 ...
100432026-05-28T09:04:39.839Z[ host-image] May 28 09:04:38.422 INFO O| May 28 09:04:38.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
100442026-05-28T09:04:39.839Z[ host-image] May 28 09:04:38.422 INFO O| May 28 09:04:38.422 INFO ok!
100452026-05-28T09:04:39.839Z[ host-image] May 28 09:04:38.422 INFO O| May 28 09:04:38.422 INFO STEP 134 (ensure_file) COMPLETE
100462026-05-28T09:04:39.839Z[ host-image] May 28 09:04:38.422 INFO O| May 28 09:04:38.422 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100472026-05-28T09:04:39.842Z[ host-image] May 28 09:04:38.428 INFO O| May 28 09:04:38.428 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100482026-05-28T09:04:39.842Z[ host-image] May 28 09:04:38.428 INFO O| May 28 09:04:38.428 INFO copying /tmp/.tmpaJfv3V/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 ...
100492026-05-28T09:04:39.845Z[ host-image] May 28 09:04:38.428 INFO O| May 28 09:04:38.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100502026-05-28T09:04:39.845Z[ host-image] May 28 09:04:38.428 INFO O| May 28 09:04:38.428 INFO ok!
100512026-05-28T09:04:39.845Z[ host-image] May 28 09:04:38.428 INFO O| May 28 09:04:38.428 INFO STEP 135 (ensure_file) COMPLETE
100522026-05-28T09:04:39.845Z[ host-image] May 28 09:04:38.428 INFO O| May 28 09:04:38.428 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100532026-05-28T09:04:39.848Z[ host-image] May 28 09:04:38.434 INFO O| May 28 09:04:38.434 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
100542026-05-28T09:04:39.848Z[ host-image] May 28 09:04:38.434 INFO O| May 28 09:04:38.434 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
100552026-05-28T09:04:39.848Z[ host-image] May 28 09:04:38.434 INFO O| May 28 09:04:38.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
100562026-05-28T09:04:39.848Z[ host-image] May 28 09:04:38.434 INFO O| May 28 09:04:38.434 INFO ok!
100572026-05-28T09:04:39.851Z[ host-image] May 28 09:04:38.434 INFO O| May 28 09:04:38.434 INFO STEP 136 (ensure_file) COMPLETE
100582026-05-28T09:04:39.851Z[ host-image] May 28 09:04:38.434 INFO O| May 28 09:04:38.434 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100592026-05-28T09:04:39.854Z[ host-image] May 28 09:04:38.440 INFO O| May 28 09:04:38.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
100602026-05-28T09:04:39.854Z[ host-image] May 28 09:04:38.440 INFO O| May 28 09:04:38.440 INFO copying /tmp/.tmpaJfv3V/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 ...
100612026-05-28T09:04:39.854Z[ host-image] May 28 09:04:38.440 INFO O| May 28 09:04:38.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
100622026-05-28T09:04:39.854Z[ host-image] May 28 09:04:38.440 INFO O| May 28 09:04:38.440 INFO ok!
100632026-05-28T09:04:39.854Z[ host-image] May 28 09:04:38.440 INFO O| May 28 09:04:38.440 INFO STEP 137 (ensure_file) COMPLETE
100642026-05-28T09:04:39.854Z[ host-image] May 28 09:04:38.440 INFO O| May 28 09:04:38.440 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652026-05-28T09:04:39.859Z[ host-image] May 28 09:04:38.445 INFO O| May 28 09:04:38.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
100662026-05-28T09:04:39.859Z[ host-image] May 28 09:04:38.445 INFO O| May 28 09:04:38.445 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
100672026-05-28T09:04:39.862Z[ host-image] May 28 09:04:38.445 INFO O| May 28 09:04:38.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
100682026-05-28T09:04:39.862Z[ host-image] May 28 09:04:38.445 INFO O| May 28 09:04:38.445 INFO ok!
100692026-05-28T09:04:39.862Z[ host-image] May 28 09:04:38.445 INFO O| May 28 09:04:38.445 INFO STEP 138 (ensure_file) COMPLETE
100702026-05-28T09:04:39.862Z[ host-image] May 28 09:04:38.445 INFO O| May 28 09:04:38.445 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712026-05-28T09:04:39.866Z[ host-image] May 28 09:04:38.452 INFO O| May 28 09:04:38.452 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100722026-05-28T09:04:39.869Z[ host-image] May 28 09:04:38.452 INFO O| May 28 09:04:38.452 INFO copying /tmp/.tmpaJfv3V/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100732026-05-28T09:04:45.550Z[ host-image] May 28 09:04:44.135 INFO O| May 28 09:04:44.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100742026-05-28T09:04:45.550Z[ host-image] May 28 09:04:44.135 INFO O| May 28 09:04:44.135 INFO ok!
100752026-05-28T09:04:45.550Z[ host-image] May 28 09:04:44.135 INFO O| May 28 09:04:44.135 INFO STEP 139 (ensure_file) COMPLETE
100762026-05-28T09:04:45.553Z[ host-image] May 28 09:04:44.135 INFO O| May 28 09:04:44.135 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772026-05-28T09:04:45.558Z[ host-image] May 28 09:04:44.144 INFO O| May 28 09:04:44.144 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100782026-05-28T09:04:45.558Z[ host-image] May 28 09:04:44.144 INFO O| May 28 09:04:44.144 INFO STEP 140 (ensure_dir) COMPLETE
100792026-05-28T09:04:45.558Z[ host-image] May 28 09:04:44.144 INFO O| May 28 09:04:44.144 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100802026-05-28T09:04:45.566Z[ host-image] May 28 09:04:44.152 INFO O| May 28 09:04:44.152 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100812026-05-28T09:04:45.567Z[ host-image] May 28 09:04:44.152 INFO O| May 28 09:04:44.152 INFO STEP 141 (ensure_dir) COMPLETE
100822026-05-28T09:04:45.570Z[ host-image] May 28 09:04:44.152 INFO O| May 28 09:04:44.152 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-05-28T09:04:45.573Z[ host-image] May 28 09:04:44.159 INFO O| May 28 09:04:44.159 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100842026-05-28T09:04:45.573Z[ host-image] May 28 09:04:44.159 INFO O| May 28 09:04:44.159 INFO STEP 142 (ensure_dir) COMPLETE
100852026-05-28T09:04:45.573Z[ host-image] May 28 09:04:44.159 INFO O| May 28 09:04:44.159 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100862026-05-28T09:04:45.580Z[ host-image] May 28 09:04:44.165 INFO O| May 28 09:04:44.165 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100872026-05-28T09:04:45.580Z[ host-image] May 28 09:04:44.165 INFO O| May 28 09:04:44.165 INFO STEP 143 (ensure_dir) COMPLETE
100882026-05-28T09:04:45.580Z[ host-image] May 28 09:04:44.165 INFO O| May 28 09:04:44.165 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892026-05-28T09:04:45.587Z[ host-image] May 28 09:04:44.173 INFO O| May 28 09:04:44.173 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100902026-05-28T09:04:45.587Z[ host-image] May 28 09:04:44.173 INFO O| May 28 09:04:44.173 INFO copying /tmp/.tmpaJfv3V/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 ...
100912026-05-28T09:04:45.591Z[ host-image] May 28 09:04:44.173 INFO O| May 28 09:04:44.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100922026-05-28T09:04:45.591Z[ host-image] May 28 09:04:44.173 INFO O| May 28 09:04:44.173 INFO ok!
100932026-05-28T09:04:45.591Z[ host-image] May 28 09:04:44.173 INFO O| May 28 09:04:44.173 INFO STEP 144 (ensure_file) COMPLETE
100942026-05-28T09:04:45.591Z[ host-image] May 28 09:04:44.173 INFO O| May 28 09:04:44.173 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952026-05-28T09:04:45.594Z[ host-image] May 28 09:04:44.180 INFO O| May 28 09:04:44.180 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100962026-05-28T09:04:45.594Z[ host-image] May 28 09:04:44.180 INFO O| May 28 09:04:44.180 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100972026-05-28T09:04:45.594Z[ host-image] May 28 09:04:44.180 INFO O| May 28 09:04:44.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100982026-05-28T09:04:45.594Z[ host-image] May 28 09:04:44.180 INFO O| May 28 09:04:44.180 INFO STEP 145 (ensure_dir) COMPLETE
100992026-05-28T09:04:45.594Z[ host-image] May 28 09:04:44.180 INFO O| May 28 09:04:44.180 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-05-28T09:04:45.599Z[ host-image] May 28 09:04:44.185 INFO O| May 28 09:04:44.185 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
101012026-05-28T09:04:45.600Z[ host-image] May 28 09:04:44.185 INFO O| May 28 09:04:44.185 INFO copying /tmp/.tmpaJfv3V/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
101022026-05-28T09:04:45.609Z[ host-image] May 28 09:04:44.195 INFO O| May 28 09:04:44.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
101032026-05-28T09:04:45.609Z[ host-image] May 28 09:04:44.195 INFO O| May 28 09:04:44.195 INFO ok!
101042026-05-28T09:04:45.612Z[ host-image] May 28 09:04:44.195 INFO O| May 28 09:04:44.195 INFO STEP 146 (ensure_file) COMPLETE
101052026-05-28T09:04:45.612Z[ host-image] May 28 09:04:44.195 INFO O| May 28 09:04:44.195 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101062026-05-28T09:04:45.616Z[ host-image] May 28 09:04:44.202 INFO O| May 28 09:04:44.202 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
101072026-05-28T09:04:45.619Z[ host-image] May 28 09:04:44.202 INFO O| May 28 09:04:44.202 INFO STEP 147 (remove_files) COMPLETE
101082026-05-28T09:04:45.619Z[ host-image] May 28 09:04:44.202 INFO O| May 28 09:04:44.202 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101092026-05-28T09:04:45.623Z[ host-image] May 28 09:04:44.209 INFO O| May 28 09:04:44.209 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
101102026-05-28T09:04:45.626Z[ host-image] May 28 09:04:44.209 INFO O| May 28 09:04:44.209 INFO STEP 148 (remove_files) COMPLETE
101112026-05-28T09:04:45.626Z[ host-image] May 28 09:04:44.209 INFO O| May 28 09:04:44.209 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101122026-05-28T09:04:45.629Z[ host-image] May 28 09:04:44.215 INFO O| May 28 09:04:44.215 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
101132026-05-28T09:04:45.629Z[ host-image] May 28 09:04:44.215 INFO O| May 28 09:04:44.215 INFO STEP 149 (remove_files) COMPLETE
101142026-05-28T09:04:45.629Z[ host-image] May 28 09:04:44.215 INFO O| May 28 09:04:44.215 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101152026-05-28T09:04:45.634Z[ host-image] May 28 09:04:44.220 INFO O| May 28 09:04:44.220 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
101162026-05-28T09:04:45.638Z[ host-image] May 28 09:04:44.221 INFO O| May 28 09:04:44.220 INFO STEP 150 (remove_files) COMPLETE
101172026-05-28T09:04:45.638Z[ host-image] May 28 09:04:44.221 INFO O| May 28 09:04:44.221 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101182026-05-28T09:04:45.641Z[ host-image] May 28 09:04:44.226 INFO O| May 28 09:04:44.226 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
101192026-05-28T09:04:45.641Z[ host-image] May 28 09:04:44.226 INFO O| May 28 09:04:44.226 INFO STEP 151 (remove_files) COMPLETE
101202026-05-28T09:04:45.641Z[ host-image] May 28 09:04:44.226 INFO O| May 28 09:04:44.226 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101212026-05-28T09:04:45.646Z[ host-image] May 28 09:04:44.232 INFO O| May 28 09:04:44.232 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
101222026-05-28T09:04:45.649Z[ host-image] May 28 09:04:44.232 INFO O| May 28 09:04:44.232 INFO STEP 152 (remove_files) COMPLETE
101232026-05-28T09:04:45.649Z[ host-image] May 28 09:04:44.232 INFO O| May 28 09:04:44.232 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101242026-05-28T09:04:45.653Z[ host-image] May 28 09:04:44.239 INFO O| May 28 09:04:44.238 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
101252026-05-28T09:04:45.656Z[ host-image] May 28 09:04:44.239 INFO O| May 28 09:04:44.239 INFO STEP 153 (remove_files) COMPLETE
101262026-05-28T09:04:45.656Z[ host-image] May 28 09:04:44.239 INFO O| May 28 09:04:44.239 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101272026-05-28T09:04:45.659Z[ host-image] May 28 09:04:44.244 INFO O| May 28 09:04:44.244 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
101282026-05-28T09:04:45.659Z[ host-image] May 28 09:04:44.244 INFO O| May 28 09:04:44.244 INFO STEP 154 (remove_files) COMPLETE
101292026-05-28T09:04:45.659Z[ host-image] May 28 09:04:44.244 INFO O| May 28 09:04:44.244 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101302026-05-28T09:04:45.665Z[ host-image] May 28 09:04:44.251 INFO O| May 28 09:04:44.251 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
101312026-05-28T09:04:45.665Z[ host-image] May 28 09:04:44.251 INFO O| May 28 09:04:44.251 INFO STEP 155 (remove_files) COMPLETE
101322026-05-28T09:04:45.668Z[ host-image] May 28 09:04:44.251 INFO O| May 28 09:04:44.251 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101332026-05-28T09:04:45.672Z[ host-image] May 28 09:04:44.258 INFO O| May 28 09:04:44.258 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
101342026-05-28T09:04:45.672Z[ host-image] May 28 09:04:44.258 INFO O| May 28 09:04:44.258 INFO STEP 156 (remove_files) COMPLETE
101352026-05-28T09:04:45.675Z[ host-image] May 28 09:04:44.258 INFO O| May 28 09:04:44.258 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101362026-05-28T09:04:45.678Z[ host-image] May 28 09:04:44.264 INFO O| May 28 09:04:44.264 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
101372026-05-28T09:04:45.678Z[ host-image] May 28 09:04:44.264 INFO O| May 28 09:04:44.264 INFO STEP 157 (remove_files) COMPLETE
101382026-05-28T09:04:45.678Z[ host-image] May 28 09:04:44.264 INFO O| May 28 09:04:44.264 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101392026-05-28T09:04:45.684Z[ host-image] May 28 09:04:44.270 INFO O| May 28 09:04:44.270 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
101402026-05-28T09:04:45.687Z[ host-image] May 28 09:04:44.270 INFO O| May 28 09:04:44.270 INFO STEP 158 (remove_files) COMPLETE
101412026-05-28T09:04:45.687Z[ host-image] May 28 09:04:44.270 INFO O| May 28 09:04:44.270 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101422026-05-28T09:04:45.690Z[ host-image] May 28 09:04:44.276 INFO O| May 28 09:04:44.276 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
101432026-05-28T09:04:45.690Z[ host-image] May 28 09:04:44.276 INFO O| May 28 09:04:44.276 INFO STEP 159 (remove_files) COMPLETE
101442026-05-28T09:04:45.690Z[ host-image] May 28 09:04:44.276 INFO O| May 28 09:04:44.276 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101452026-05-28T09:04:45.696Z[ host-image] May 28 09:04:44.282 INFO O| May 28 09:04:44.282 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101462026-05-28T09:04:45.696Z[ host-image] May 28 09:04:44.282 INFO O| May 28 09:04:44.282 INFO STEP 160 (remove_files) COMPLETE
101472026-05-28T09:04:45.699Z[ host-image] May 28 09:04:44.282 INFO O| May 28 09:04:44.282 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101482026-05-28T09:04:45.702Z[ host-image] May 28 09:04:44.287 INFO O| May 28 09:04:44.287 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101492026-05-28T09:04:45.702Z[ host-image] May 28 09:04:44.287 INFO O| May 28 09:04:44.287 INFO STEP 161 (remove_files) COMPLETE
101502026-05-28T09:04:45.702Z[ host-image] May 28 09:04:44.287 INFO O| May 28 09:04:44.287 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101512026-05-28T09:04:45.708Z[ host-image] May 28 09:04:44.293 INFO O| May 28 09:04:44.293 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101522026-05-28T09:04:45.708Z[ host-image] May 28 09:04:44.294 INFO O| May 28 09:04:44.294 INFO STEP 162 (remove_files) COMPLETE
101532026-05-28T09:04:45.711Z[ host-image] May 28 09:04:44.294 INFO O| May 28 09:04:44.294 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101542026-05-28T09:04:45.714Z[ host-image] May 28 09:04:44.300 INFO O| May 28 09:04:44.300 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101552026-05-28T09:04:45.714Z[ host-image] May 28 09:04:44.300 INFO O| May 28 09:04:44.300 INFO STEP 163 (remove_files) COMPLETE
101562026-05-28T09:04:45.717Z[ host-image] May 28 09:04:44.300 INFO O| May 28 09:04:44.300 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101572026-05-28T09:04:45.721Z[ host-image] May 28 09:04:44.306 INFO O| May 28 09:04:44.306 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101582026-05-28T09:04:45.721Z[ host-image] May 28 09:04:44.306 INFO O| May 28 09:04:44.306 INFO STEP 164 (remove_files) COMPLETE
101592026-05-28T09:04:45.721Z[ host-image] May 28 09:04:44.306 INFO O| May 28 09:04:44.306 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101602026-05-28T09:04:45.726Z[ host-image] May 28 09:04:44.311 INFO O| May 28 09:04:44.311 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101612026-05-28T09:04:45.729Z[ host-image] May 28 09:04:44.311 INFO O| May 28 09:04:44.311 INFO STEP 165 (remove_files) COMPLETE
101622026-05-28T09:04:45.729Z[ host-image] May 28 09:04:44.311 INFO O| May 28 09:04:44.311 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101632026-05-28T09:04:45.732Z[ host-image] May 28 09:04:44.318 INFO O| May 28 09:04:44.318 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101642026-05-28T09:04:45.735Z[ host-image] May 28 09:04:44.318 INFO O| May 28 09:04:44.318 INFO STEP 166 (remove_files) COMPLETE
101652026-05-28T09:04:45.735Z[ host-image] May 28 09:04:44.318 INFO O| May 28 09:04:44.318 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101662026-05-28T09:04:45.738Z[ host-image] May 28 09:04:44.324 INFO O| May 28 09:04:44.324 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101672026-05-28T09:04:45.741Z[ host-image] May 28 09:04:44.324 INFO O| May 28 09:04:44.324 INFO STEP 167 (remove_files) COMPLETE
101682026-05-28T09:04:45.741Z[ host-image] May 28 09:04:44.324 INFO O| May 28 09:04:44.324 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101692026-05-28T09:04:45.744Z[ host-image] May 28 09:04:44.330 INFO O| May 28 09:04:44.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101702026-05-28T09:04:45.744Z[ host-image] May 28 09:04:44.330 INFO O| May 28 09:04:44.330 INFO STEP 168 (remove_files) COMPLETE
101712026-05-28T09:04:45.744Z[ host-image] May 28 09:04:44.330 INFO O| May 28 09:04:44.330 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101722026-05-28T09:04:45.750Z[ host-image] May 28 09:04:44.335 INFO O| May 28 09:04:44.335 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101732026-05-28T09:04:45.753Z[ host-image] May 28 09:04:44.335 INFO O| May 28 09:04:44.335 INFO STEP 169 (remove_files) COMPLETE
101742026-05-28T09:04:45.753Z[ host-image] May 28 09:04:44.335 INFO O| May 28 09:04:44.335 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101752026-05-28T09:04:45.757Z[ host-image] May 28 09:04:44.342 INFO O| May 28 09:04:44.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101762026-05-28T09:04:45.758Z[ host-image] May 28 09:04:44.342 INFO O| May 28 09:04:44.342 INFO STEP 170 (remove_files) COMPLETE
101772026-05-28T09:04:45.758Z[ host-image] May 28 09:04:44.342 INFO O| May 28 09:04:44.342 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101782026-05-28T09:04:45.762Z[ host-image] May 28 09:04:44.348 INFO O| May 28 09:04:44.348 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101792026-05-28T09:04:45.762Z[ host-image] May 28 09:04:44.348 INFO O| May 28 09:04:44.348 INFO STEP 171 (remove_files) COMPLETE
101802026-05-28T09:04:45.762Z[ host-image] May 28 09:04:44.348 INFO O| May 28 09:04:44.348 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101812026-05-28T09:04:45.770Z[ host-image] May 28 09:04:44.354 INFO O| May 28 09:04:44.354 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101822026-05-28T09:04:45.770Z[ host-image] May 28 09:04:44.354 INFO O| May 28 09:04:44.354 INFO STEP 172 (remove_files) COMPLETE
101832026-05-28T09:04:45.772Z[ host-image] May 28 09:04:44.354 INFO O| May 28 09:04:44.354 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101842026-05-28T09:04:45.776Z[ host-image] May 28 09:04:44.360 INFO O| May 28 09:04:44.360 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101852026-05-28T09:04:45.776Z[ host-image] May 28 09:04:44.360 INFO O| May 28 09:04:44.360 INFO STEP 173 (remove_files) COMPLETE
101862026-05-28T09:04:45.776Z[ host-image] May 28 09:04:44.360 INFO O| May 28 09:04:44.360 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101872026-05-28T09:04:45.779Z[ host-image] May 28 09:04:44.365 INFO O| May 28 09:04:44.365 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101882026-05-28T09:04:45.782Z[ host-image] May 28 09:04:44.365 INFO O| May 28 09:04:44.365 INFO STEP 174 (remove_files) COMPLETE
101892026-05-28T09:04:45.783Z[ host-image] May 28 09:04:44.365 INFO O| May 28 09:04:44.365 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101902026-05-28T09:04:45.786Z[ host-image] May 28 09:04:44.371 INFO O| May 28 09:04:44.371 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101912026-05-28T09:04:45.786Z[ host-image] May 28 09:04:44.371 INFO O| May 28 09:04:44.371 INFO STEP 175 (remove_files) COMPLETE
101922026-05-28T09:04:45.786Z[ host-image] May 28 09:04:44.371 INFO O| May 28 09:04:44.371 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101932026-05-28T09:04:45.794Z[ host-image] May 28 09:04:44.380 INFO O| May 28 09:04:44.380 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101942026-05-28T09:04:45.797Z[ host-image] May 28 09:04:44.380 INFO O| May 28 09:04:44.380 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101952026-05-28T09:04:47.574Z[ recovery-image] May 28 09:04:46.159 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')"
101962026-05-28T09:04:47.574Z[ recovery-image] May 28 09:04:46.159 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")
101972026-05-28T09:04:47.714Z[ recovery-image] May 28 09:04:46.299 INFO E| Updating crates.io index
101982026-05-28T09:04:47.994Z[ recovery-image] May 28 09:04:46.580 INFO E| Downloading crates ...
101992026-05-28T09:04:48.036Z[ recovery-image] May 28 09:04:46.621 INFO E| Downloaded colorchoice v1.0.5
102002026-05-28T09:04:48.039Z[ recovery-image] May 28 09:04:46.623 INFO E| Downloaded clap_lex v1.1.0
102012026-05-28T09:04:48.039Z[ recovery-image] May 28 09:04:46.624 INFO E| Downloaded os_pipe v1.2.3
102022026-05-28T09:04:48.043Z[ recovery-image] May 28 09:04:46.627 INFO E| Downloaded sigchld v0.2.4
102032026-05-28T09:04:48.043Z[ recovery-image] May 28 09:04:46.628 INFO E| Downloaded shared_thread v0.2.0
102042026-05-28T09:04:48.046Z[ recovery-image] May 28 09:04:46.629 INFO E| Downloaded shared_child v1.1.1
102052026-05-28T09:04:48.046Z[ recovery-image] May 28 09:04:46.631 INFO E| Downloaded duct v1.1.1
102062026-05-28T09:04:48.077Z[ recovery-image] May 28 09:04:46.662 INFO E| Compiling libc v0.2.185
102072026-05-28T09:04:48.077Z[ recovery-image] May 28 09:04:46.662 INFO E| Compiling proc-macro2 v1.0.106
102082026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling unicode-ident v1.0.24
102092026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling quote v1.0.45
102102026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling signal-hook v0.3.18
102112026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling utf8parse v0.2.2
102122026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling anstyle v1.0.14
102132026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling colorchoice v1.0.5
102142026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling anstyle-query v1.1.5
102152026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling is_terminal_polyfill v1.70.2
102162026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling strsim v0.11.1
102172026-05-28T09:04:48.080Z[ recovery-image] May 28 09:04:46.663 INFO E| Compiling heck v0.5.0
102182026-05-28T09:04:48.087Z[ recovery-image] May 28 09:04:46.673 INFO E| Compiling clap_lex v1.1.0
102192026-05-28T09:04:48.095Z[ recovery-image] May 28 09:04:46.673 INFO E| Compiling shared_thread v0.2.0
102202026-05-28T09:04:48.194Z[ recovery-image] May 28 09:04:46.779 INFO E| Compiling anstyle-parse v1.0.0
102212026-05-28T09:04:48.334Z[ recovery-image] May 28 09:04:46.919 INFO E| Compiling anstream v1.0.0
102222026-05-28T09:04:48.523Z[ recovery-image] May 28 09:04:47.108 INFO E| Compiling clap_builder v4.6.0
102232026-05-28T09:04:48.747Z[ recovery-image] May 28 09:04:47.333 INFO E| Compiling errno v0.3.14
102242026-05-28T09:04:48.747Z[ recovery-image] May 28 09:04:47.333 INFO E| Compiling os_pipe v1.2.3
102252026-05-28T09:04:48.841Z[ recovery-image] May 28 09:04:47.427 INFO E| Compiling signal-hook-registry v1.4.8
102262026-05-28T09:04:49.025Z[ recovery-image] May 28 09:04:47.610 INFO E| Compiling syn v2.0.117
102272026-05-28T09:04:49.093Z[ recovery-image] May 28 09:04:47.678 INFO E| Compiling sigchld v0.2.4
102282026-05-28T09:04:49.182Z[ recovery-image] May 28 09:04:47.768 INFO E| Compiling shared_child v1.1.1
102292026-05-28T09:04:49.291Z[ recovery-image] May 28 09:04:47.876 INFO E| Compiling duct v1.1.1
102302026-05-28T09:04:50.478Z[ host-image] May 28 09:04:49.063 INFO O| May 28 09:04:49.063 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
102312026-05-28T09:04:50.478Z[ host-image] May 28 09:04:49.063 INFO O| May 28 09:04:49.063 INFO E| svccfg: Loaded 79 smf(7) service descriptions
102322026-05-28T09:04:50.490Z[ host-image] May 28 09:04:49.076 INFO O| May 28 09:04:49.076 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.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"}
102332026-05-28T09:04:50.596Z[ host-image] May 28 09:04:49.172 INFO O| May 28 09:04:49.172 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
102342026-05-28T09:04:50.642Z[ host-image] May 28 09:04:49.227 INFO O| May 28 09:04:49.227 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
102352026-05-28T09:04:50.718Z[ host-image] May 28 09:04:49.292 INFO O| May 28 09:04:49.292 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
102362026-05-28T09:04:50.719Z[ host-image] May 28 09:04:49.292 INFO O| May 28 09:04:49.292 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
102372026-05-28T09:04:50.930Z[ recovery-image] May 28 09:04:49.515 INFO E| Compiling clap_derive v4.6.1
102382026-05-28T09:04:51.049Z[ host-image] May 28 09:04:49.632 INFO O| May 28 09:04:49.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
102392026-05-28T09:04:51.049Z[ host-image] May 28 09:04:49.632 INFO O| May 28 09:04:49.632 INFO ok!
102402026-05-28T09:04:51.053Z[ host-image] May 28 09:04:49.632 INFO O| May 28 09:04:49.632 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
102412026-05-28T09:04:51.053Z[ host-image] May 28 09:04:49.632 INFO O| May 28 09:04:49.632 INFO STEP 176 (seed_smf) COMPLETE
102422026-05-28T09:04:51.053Z[ host-image] May 28 09:04:49.632 INFO O| May 28 09:04:49.632 INFO steps complete; finalising image!
102432026-05-28T09:04:51.053Z[ host-image] May 28 09:04:49.632 INFO O| May 28 09:04:49.632 INFO TRIM POOL: TEMPORARY-sled-zfs
102442026-05-28T09:04:51.075Z[ host-image] May 28 09:04:49.661 INFO O| May 28 09:04:49.661 INFO trim TEMPORARY-sled-zfs: (1% trimmed, started at Thu May 28 09:04:49 2026)
102452026-05-28T09:04:51.291Z[ host-image] May 28 09:04:49.876 INFO O| May 28 09:04:49.876 INFO temporary pool has 869M used, 26.5M avail, 1.81x compressratio
102462026-05-28T09:04:51.291Z[ host-image] May 28 09:04:49.876 INFO O| May 28 09:04:49.876 INFO EXPORT POOL: TEMPORARY-sled-zfs
102472026-05-28T09:04:51.586Z[ host-image] May 28 09:04:50.171 INFO O| May 28 09:04:50.171 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
102482026-05-28T09:04:51.586Z[ host-image] May 28 09:04:50.171 INFO O| May 28 09:04:50.171 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
102492026-05-28T09:04:52.162Z[ recovery-image] May 28 09:04:50.747 INFO E| Compiling clap v4.6.1
102502026-05-28T09:04:52.221Z[ recovery-image] May 28 09:04:50.806 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102512026-05-28T09:04:52.289Z[ host-image] May 28 09:04:50.874 INFO O| May 28 09:04:50.874 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
102522026-05-28T09:04:52.289Z[ host-image] May 28 09:04:50.874 INFO O| May 28 09:04:50.874 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
102532026-05-28T09:04:52.289Z[ host-image] May 28 09:04:50.874 INFO O| May 28 09:04:50.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
102542026-05-28T09:04:52.296Z[ host-image] May 28 09:04:50.874 INFO O| May 28 09:04:50.874 INFO completed processing sled/zfs
102552026-05-28T09:04:52.296Z[ host-image] May 28 09:04:50.874 INFO O| May 28 09:04:50.874 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
102562026-05-28T09:04:52.979Z[ recovery-image] May 28 09:04:51.564 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
102572026-05-28T09:04:52.986Z[ recovery-image] May 28 09:04:51.571 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102582026-05-28T09:04:53.172Z[ recovery-image] May 28 09:04:51.757 INFO E| Downloading crates ...
102592026-05-28T09:04:53.220Z[ recovery-image] May 28 09:04:51.806 INFO E| Downloaded bitflags v2.11.1
102602026-05-28T09:04:53.224Z[ recovery-image] May 28 09:04:51.808 INFO E| Downloaded bit_field v0.10.3
102612026-05-28T09:04:53.227Z[ recovery-image] May 28 09:04:51.813 INFO E| Downloaded bitstruct v0.1.1
102622026-05-28T09:04:53.231Z[ recovery-image] May 28 09:04:51.814 INFO E| Downloaded raw-cpuid v10.7.0
102632026-05-28T09:04:53.231Z[ recovery-image] May 28 09:04:51.816 INFO E| Downloaded cpio_reader v0.1.2
102642026-05-28T09:04:53.235Z[ recovery-image] May 28 09:04:51.817 INFO E| Downloaded bitstruct_derive v0.1.0
102652026-05-28T09:04:53.238Z[ recovery-image] May 28 09:04:51.822 INFO E| Downloaded miniz_oxide v0.9.1
102662026-05-28T09:04:53.370Z[ recovery-image] May 28 09:04:51.955 INFO E| Downloaded x86 v0.52.0
102672026-05-28T09:04:53.400Z[ recovery-image] May 28 09:04:51.985 INFO E| Updating crates.io index
102682026-05-28T09:04:53.443Z[ recovery-image] May 28 09:04:52.028 INFO E| Downloading crates ...
102692026-05-28T09:04:53.479Z[ recovery-image] May 28 09:04:52.064 INFO E| Downloaded rustc-literal-escaper v0.0.7
102702026-05-28T09:04:53.512Z[ recovery-image] May 28 09:04:52.098 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)
102712026-05-28T09:04:53.516Z[ recovery-image] May 28 09:04:52.098 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)
102722026-05-28T09:04:53.516Z[ recovery-image] May 28 09:04:52.098 INFO E| Compiling proc-macro2 v1.0.106
102732026-05-28T09:04:53.516Z[ recovery-image] May 28 09:04:52.098 INFO E| Compiling unicode-ident v1.0.24
102742026-05-28T09:04:53.516Z[ recovery-image] May 28 09:04:52.098 INFO E| Compiling quote v1.0.45
102752026-05-28T09:04:53.516Z[ recovery-image] May 28 09:04:52.098 INFO E| Compiling syn v1.0.109
102762026-05-28T09:04:53.516Z[ recovery-image] May 28 09:04:52.098 INFO E| Compiling x86 v0.52.0
102772026-05-28T09:04:53.516Z[ recovery-image] May 28 09:04:52.098 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102782026-05-28T09:04:53.516Z[ recovery-image] May 28 09:04:52.098 INFO E| Compiling seq-macro v0.3.6
102792026-05-28T09:04:54.402Z[ recovery-image] May 28 09:04:52.986 INFO E| Compiling syn v2.0.117
102802026-05-28T09:04:55.664Z[ recovery-image] May 28 09:04:54.249 INFO E| Compiling scroll_derive v0.13.1
102812026-05-28T09:04:56.652Z[ recovery-image] May 28 09:04:55.237 INFO E| Compiling bitstruct_derive v0.1.0
102822026-05-28T09:05:05.114Z[ recovery-image] May 28 09:05:03.700 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)
102832026-05-28T09:05:06.378Z[ host-image] May 28 09:05:04.963 INFO O| May 28 09:05:04.963 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102842026-05-28T09:05:06.469Z[ host-image] May 28 09:05:05.054 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n"
102852026-05-28T09:05:06.469Z[ host-image] May 28 09:05:05.054 INFO expanded image name: "ci 9367136/${os_short_commit} 2026-05-28 08:48" -> "ci 9367136/cd594ac 2026-05-28 08:48"
102862026-05-28T09:05:06.469Z[ host-image] May 28 09:05:05.054 INFO output artefacts stored in: "/work/os-host"
102872026-05-28T09:05:06.472Z[ host-image] May 28 09:05:05.054 INFO collecting git info from project "image-builder"...
102882026-05-28T09:05:06.475Z[ host-image] May 28 09:05:05.060 INFO collecting git info from project "pinprick"...
102892026-05-28T09:05:06.478Z[ host-image] May 28 09:05:05.064 INFO collecting git info from project "chelsio-t6-roms"...
102902026-05-28T09:05:06.483Z[ host-image] May 28 09:05:05.068 INFO collecting git info from project "bootserver"...
102912026-05-28T09:05:06.486Z[ host-image] May 28 09:05:05.072 INFO collecting git info from project "phbl"...
102922026-05-28T09:05:06.490Z[ host-image] May 28 09:05:05.076 INFO collecting git info from project "amd-firmware"...
102932026-05-28T09:05:06.501Z[ host-image] May 28 09:05:05.087 INFO collecting git info from project "pilot"...
102942026-05-28T09:05:06.505Z[ host-image] May 28 09:05:05.091 INFO collecting git info from project "amd-host-image-builder"...
102952026-05-28T09:05:06.510Z[ host-image] May 28 09:05:05.096 INFO collecting git info from project "dmar-report"...
102962026-05-28T09:05:06.514Z[ host-image] May 28 09:05:05.099 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102972026-05-28T09:05:06.818Z[ host-image] May 28 09:05:05.403 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102982026-05-28T09:05:07.099Z[ host-image] May 28 09:05:05.685 INFO creating Oxide boot image...
102992026-05-28T09:05:07.100Z[ host-image] May 28 09:05:05.685 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 9367136/cd594ac 2026-05-28 08:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
103002026-05-28T09:05:07.135Z[ recovery-image] May 28 09:05:05.720 INFO E| Compiling bitflags v1.3.2
103012026-05-28T09:05:07.135Z[ recovery-image] May 28 09:05:05.720 INFO E| Compiling log v0.4.29
103022026-05-28T09:05:07.138Z[ recovery-image] May 28 09:05:05.720 INFO E| Compiling bit_field v0.10.3
103032026-05-28T09:05:07.138Z[ recovery-image] May 28 09:05:05.720 INFO E| Compiling adler2 v2.0.1
103042026-05-28T09:05:07.138Z[ recovery-image] May 28 09:05:05.720 INFO E| Compiling plain v0.2.3
103052026-05-28T09:05:07.138Z[ recovery-image] May 28 09:05:05.721 INFO E| Compiling scroll v0.13.0
103062026-05-28T09:05:07.138Z[ recovery-image] May 28 09:05:05.721 INFO E| Compiling bitflags v2.11.1
103072026-05-28T09:05:07.138Z[ recovery-image] May 28 09:05:05.721 INFO E| Compiling bitstruct v0.1.1
103082026-05-28T09:05:07.138Z[ recovery-image] May 28 09:05:05.721 INFO E| Compiling static_assertions v1.1.0
103092026-05-28T09:05:07.197Z[ recovery-image] May 28 09:05:05.782 INFO E| Compiling raw-cpuid v10.7.0
103102026-05-28T09:05:07.237Z[ recovery-image] May 28 09:05:05.823 INFO E| Compiling miniz_oxide v0.9.1
103112026-05-28T09:05:07.277Z[ recovery-image] May 28 09:05:05.863 INFO E| Compiling cpio_reader v0.1.2
103122026-05-28T09:05:07.346Z[ recovery-image] May 28 09:05:05.932 INFO E| Compiling goblin v0.10.5
103132026-05-28T09:05:07.793Z[ host-image] May 28 09:05:06.378 INFO O| ok, image written!
103142026-05-28T09:05:07.793Z[ host-image] May 28 09:05:06.378 INFO O| ok, boot_image_csum file written!
103152026-05-28T09:05:07.797Z[ host-image] May 28 09:05:06.381 INFO creating boot archive (CPIO)...
103162026-05-28T09:05:07.797Z[ host-image] May 28 09:05:06.381 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
103172026-05-28T09:05:07.800Z[ host-image] May 28 09:05:06.384 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
103182026-05-28T09:05:07.800Z[ host-image] May 28 09:05:06.384 INFO E| + outfile=/work/os-host/cpio
103192026-05-28T09:05:07.800Z[ host-image] May 28 09:05:06.384 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
103202026-05-28T09:05:07.803Z[ host-image] May 28 09:05:06.386 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
103212026-05-28T09:05:07.803Z[ host-image] May 28 09:05:06.387 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
103222026-05-28T09:05:07.828Z[ host-image] May 28 09:05:06.413 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
103232026-05-28T09:05:07.828Z[ host-image] May 28 09:05:06.413 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
103242026-05-28T09:05:07.833Z[ host-image] May 28 09:05:06.419 INFO creating compressed cpio/unix for dev loaders...
103252026-05-28T09:05:07.834Z[ host-image] May 28 09:05:06.419 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
103262026-05-28T09:05:08.053Z[ host-image] May 28 09:05:06.638 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
103272026-05-28T09:05:10.113Z[ recovery-image] May 28 09:05:08.699 INFO E| Finished `release` profile [optimized] target(s) in 17.11s
103282026-05-28T09:05:10.133Z[ recovery-image] May 28 09:05:08.719 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103292026-05-28T09:05:10.165Z[ recovery-image] May 28 09:05:08.750 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')"
103302026-05-28T09:05:10.165Z[ recovery-image] May 28 09:05:08.750 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
103312026-05-28T09:05:10.165Z[ recovery-image] May 28 09:05:08.750 INFO building ROM for gimlet
103322026-05-28T09:05:10.168Z[ recovery-image] May 28 09:05:08.750 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")
103332026-05-28T09:05:10.243Z[ recovery-image] May 28 09:05:08.828 INFO E| Downloading crates ...
103342026-05-28T09:05:10.309Z[ recovery-image] May 28 09:05:08.895 INFO E| Downloaded toml_write v0.1.1
103352026-05-28T09:05:10.313Z[ recovery-image] May 28 09:05:08.896 INFO E| Downloaded anstyle-query v1.1.2
103362026-05-28T09:05:10.313Z[ recovery-image] May 28 09:05:08.897 INFO E| Downloaded colorchoice v1.0.3
103372026-05-28T09:05:10.316Z[ recovery-image] May 28 09:05:08.902 INFO E| Downloaded anstyle-parse v0.2.6
103382026-05-28T09:05:10.319Z[ recovery-image] May 28 09:05:08.903 INFO E| Downloaded toml_datetime v0.6.9
103392026-05-28T09:05:10.319Z[ recovery-image] May 28 09:05:08.904 INFO E| Downloaded anstream v0.6.18
103402026-05-28T09:05:10.322Z[ recovery-image] May 28 09:05:08.907 INFO E| Downloaded os_pipe v1.2.1
103412026-05-28T09:05:10.325Z[ recovery-image] May 28 09:05:08.908 INFO E| Downloaded shared_child v1.0.1
103422026-05-28T09:05:10.328Z[ recovery-image] May 28 09:05:08.913 INFO E| Downloaded clap v4.5.37
103432026-05-28T09:05:10.332Z[ recovery-image] May 28 09:05:08.918 INFO E| Downloaded serde_spanned v0.6.8
103442026-05-28T09:05:10.335Z[ recovery-image] May 28 09:05:08.919 INFO E| Downloaded clap_lex v0.7.4
103452026-05-28T09:05:10.335Z[ recovery-image] May 28 09:05:08.919 INFO E| Downloaded anstyle v1.0.10
103462026-05-28T09:05:10.335Z[ recovery-image] May 28 09:05:08.920 INFO E| Downloaded is_terminal_polyfill v1.70.1
103472026-05-28T09:05:10.338Z[ recovery-image] May 28 09:05:08.922 INFO E| Downloaded duct v0.13.7
103482026-05-28T09:05:10.338Z[ recovery-image] May 28 09:05:08.924 INFO E| Downloaded clap_derive v4.5.32
103492026-05-28T09:05:10.355Z[ recovery-image] May 28 09:05:08.940 INFO E| Downloaded toml v0.8.22
103502026-05-28T09:05:10.373Z[ recovery-image] May 28 09:05:08.958 INFO E| Downloaded toml_edit v0.22.26
103512026-05-28T09:05:10.392Z[ recovery-image] May 28 09:05:08.977 INFO E| Downloaded cc v1.2.20
103522026-05-28T09:05:10.395Z[ recovery-image] May 28 09:05:08.979 INFO E| Downloaded winnow v0.7.7
103532026-05-28T09:05:10.398Z[ recovery-image] May 28 09:05:08.984 INFO E| Downloaded clap_builder v4.5.37
103542026-05-28T09:05:10.411Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling libc v0.2.172
103552026-05-28T09:05:10.411Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling utf8parse v0.2.2
103562026-05-28T09:05:10.411Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling anstyle-query v1.1.2
103572026-05-28T09:05:10.411Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling colorchoice v1.0.3
103582026-05-28T09:05:10.411Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling once_cell v1.21.3
103592026-05-28T09:05:10.414Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling anstyle v1.0.10
103602026-05-28T09:05:10.414Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling shlex v1.3.0
103612026-05-28T09:05:10.414Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling is_terminal_polyfill v1.70.1
103622026-05-28T09:05:10.414Z[ recovery-image] May 28 09:05:08.997 INFO E| Compiling equivalent v1.0.2
103632026-05-28T09:05:10.429Z[ recovery-image] May 28 09:05:09.015 INFO E| Compiling hashbrown v0.15.2
103642026-05-28T09:05:10.432Z[ recovery-image] May 28 09:05:09.015 INFO E| Compiling anyhow v1.0.98
103652026-05-28T09:05:10.432Z[ recovery-image] May 28 09:05:09.018 INFO E| Compiling strsim v0.11.1
103662026-05-28T09:05:10.447Z[ recovery-image] May 28 09:05:09.032 INFO E| Compiling clap_lex v0.7.4
103672026-05-28T09:05:10.451Z[ recovery-image] May 28 09:05:09.033 INFO E| Compiling toml_write v0.1.1
103682026-05-28T09:05:10.454Z[ recovery-image] May 28 09:05:09.039 INFO E| Compiling winnow v0.7.7
103692026-05-28T09:05:10.457Z[ recovery-image] May 28 09:05:09.042 INFO E| Compiling syn v2.0.101
103702026-05-28T09:05:10.572Z[ recovery-image] May 28 09:05:09.157 INFO E| Compiling anstyle-parse v0.2.6
103712026-05-28T09:05:10.589Z[ recovery-image] May 28 09:05:09.174 INFO E| Compiling cc v1.2.20
103722026-05-28T09:05:10.703Z[ recovery-image] May 28 09:05:09.288 INFO E| Compiling anstream v0.6.18
103732026-05-28T09:05:10.896Z[ recovery-image] May 28 09:05:09.482 INFO E| Compiling clap_builder v4.5.37
103742026-05-28T09:05:10.921Z[ recovery-image] May 28 09:05:09.507 INFO E| Compiling indexmap v2.9.0
103752026-05-28T09:05:11.075Z[ recovery-image] May 28 09:05:09.660 INFO E| Compiling shared_child v1.0.1
103762026-05-28T09:05:11.075Z[ recovery-image] May 28 09:05:09.661 INFO E| Compiling os_pipe v1.2.1
103772026-05-28T09:05:11.187Z[ recovery-image] May 28 09:05:09.772 INFO E| Compiling duct v0.13.7
103782026-05-28T09:05:11.294Z[ host-image] May 28 09:05:09.879 INFO creating reset image...
103792026-05-28T09:05:11.294Z[ host-image] May 28 09:05:09.880 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
103802026-05-28T09:05:11.330Z[ host-image] May 28 09:05:09.916 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')"
103812026-05-28T09:05:11.330Z[ host-image] May 28 09:05:09.916 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")
103822026-05-28T09:05:11.404Z[ host-image] May 28 09:05:09.990 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
103832026-05-28T09:05:11.407Z[ host-image] May 28 09:05:09.991 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
103842026-05-28T09:05:11.629Z[ recovery-image] May 28 09:05:10.214 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103852026-05-28T09:05:11.693Z[ host-image] May 28 09:05:10.279 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)
103862026-05-28T09:05:11.693Z[ host-image] May 28 09:05:10.279 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)
103872026-05-28T09:05:11.697Z[ host-image] May 28 09:05:10.279 INFO E| Compiling proc-macro2 v1.0.106
103882026-05-28T09:05:11.697Z[ host-image] May 28 09:05:10.279 INFO E| Compiling unicode-ident v1.0.24
103892026-05-28T09:05:11.697Z[ host-image] May 28 09:05:10.279 INFO E| Compiling quote v1.0.45
103902026-05-28T09:05:11.697Z[ host-image] May 28 09:05:10.279 INFO E| Compiling syn v1.0.109
103912026-05-28T09:05:11.697Z[ host-image] May 28 09:05:10.279 INFO E| Compiling x86 v0.52.0
103922026-05-28T09:05:11.697Z[ host-image] May 28 09:05:10.279 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103932026-05-28T09:05:11.697Z[ host-image] May 28 09:05:10.279 INFO E| Compiling seq-macro v0.3.6
103942026-05-28T09:05:12.516Z[ recovery-image] May 28 09:05:11.101 INFO E| Compiling serde_derive v1.0.219
103952026-05-28T09:05:12.516Z[ recovery-image] May 28 09:05:11.101 INFO E| Compiling clap_derive v4.5.32
103962026-05-28T09:05:12.644Z[ host-image] May 28 09:05:11.229 INFO E| Compiling syn v2.0.117
103972026-05-28T09:05:13.824Z[ recovery-image] May 28 09:05:12.409 INFO E| Compiling clap v4.5.37
103982026-05-28T09:05:13.997Z[ host-image] May 28 09:05:12.583 INFO E| Compiling scroll_derive v0.13.1
103992026-05-28T09:05:14.484Z[ recovery-image] May 28 09:05:13.069 INFO E| Compiling serde v1.0.219
104002026-05-28T09:05:15.017Z[ host-image] May 28 09:05:13.602 INFO E| Compiling bitstruct_derive v0.1.0
104012026-05-28T09:05:16.234Z[ recovery-image] May 28 09:05:14.819 INFO E| Compiling serde_spanned v0.6.8
104022026-05-28T09:05:16.234Z[ recovery-image] May 28 09:05:14.819 INFO E| Compiling toml_datetime v0.6.9
104032026-05-28T09:05:16.381Z[ recovery-image] May 28 09:05:14.966 INFO E| Compiling toml_edit v0.22.26
104042026-05-28T09:05:17.532Z[ recovery-image] May 28 09:05:16.117 INFO E| Compiling toml v0.8.22
104052026-05-28T09:05:19.474Z[ recovery-image] May 28 09:05:18.059 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
104062026-05-28T09:05:19.485Z[ recovery-image] May 28 09:05:18.071 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`
104072026-05-28T09:05:19.500Z[ recovery-image] May 28 09:05:18.085 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104082026-05-28T09:05:19.572Z[ recovery-image] May 28 09:05:18.158 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104092026-05-28T09:05:19.576Z[ recovery-image] May 28 09:05:18.161 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`
104102026-05-28T09:05:19.689Z[ recovery-image] May 28 09:05:18.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104112026-05-28T09:05:19.689Z[ recovery-image] May 28 09:05:18.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104122026-05-28T09:05:19.689Z[ recovery-image] May 28 09:05:18.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104132026-05-28T09:05:19.689Z[ recovery-image] May 28 09:05:18.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104142026-05-28T09:05:19.689Z[ recovery-image] May 28 09:05:18.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104152026-05-28T09:05:19.689Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104162026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104172026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104182026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104192026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104202026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104212026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104222026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104232026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104242026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104252026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO O| Info: ABL version: 0x100f5010
104262026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104272026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104282026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104292026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104302026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104312026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104322026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104332026-05-28T09:05:19.693Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104342026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104352026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104362026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104372026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104382026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104392026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104402026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104412026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104422026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104432026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104442026-05-28T09:05:19.694Z[ recovery-image] May 28 09:05:18.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104452026-05-28T09:05:19.724Z[ recovery-image] May 28 09:05:18.310 INFO building ROM for cosmo
104462026-05-28T09:05:19.727Z[ recovery-image] May 28 09:05:18.310 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")
104472026-05-28T09:05:19.814Z[ recovery-image] May 28 09:05:18.399 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
104482026-05-28T09:05:19.817Z[ recovery-image] May 28 09:05:18.402 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`
104492026-05-28T09:05:19.829Z[ recovery-image] May 28 09:05:18.415 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
104502026-05-28T09:05:19.897Z[ recovery-image] May 28 09:05:18.483 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104512026-05-28T09:05:19.900Z[ recovery-image] May 28 09:05:18.486 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`
104522026-05-28T09:05:20.103Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104532026-05-28T09:05:20.104Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104542026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104552026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104562026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104572026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104582026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104592026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104602026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104612026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104622026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104632026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104642026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104652026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104662026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104672026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104682026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104692026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104702026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104712026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104722026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104732026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104742026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104752026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104762026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104772026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104782026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104792026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104802026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104812026-05-28T09:05:20.108Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104822026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104832026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104842026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104852026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104862026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104872026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104882026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104892026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104902026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104912026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104922026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104932026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104942026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104952026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104962026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104972026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104982026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104992026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105002026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105012026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105022026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105032026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105042026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105052026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO O| Info: ABL version: 0x100af010
105062026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105072026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105082026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105092026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105102026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105112026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105122026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105132026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105142026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105152026-05-28T09:05:20.109Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105162026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105172026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105182026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105192026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105202026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105212026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105222026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105232026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105242026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105252026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105262026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105272026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105282026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105292026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105302026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105312026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105322026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105332026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105342026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105352026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105362026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105372026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105382026-05-28T09:05:20.110Z[ recovery-image] May 28 09:05:18.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105392026-05-28T09:05:20.137Z[ recovery-image] May 28 09:05:18.723 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
105402026-05-28T09:05:20.137Z[ recovery-image] May 28 09:05:18.723 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105412026-05-28T09:05:21.346Z[ recovery-image] May 28 09:05:19.931 INFO image complete! materials are in "/work/os-recovery"
105422026-05-28T09:05:21.350Z[ recovery-image]
105432026-05-28T09:05:21.350Z[ recovery-image] real 4:35.723362615
105442026-05-28T09:05:21.350Z[ recovery-image] user 2:40.552785953
105452026-05-28T09:05:21.350Z[ recovery-image] sys 37.671320955
105462026-05-28T09:05:21.350Z[ recovery-image] trap 0.093207163
105472026-05-28T09:05:21.350Z[ recovery-image] tflt 0.539493978
105482026-05-28T09:05:21.350Z[ recovery-image] dflt 0.841782454
105492026-05-28T09:05:21.350Z[ recovery-image] kflt 0.001078151
105502026-05-28T09:05:21.350Z[ recovery-image] lock 20:08.775475291
105512026-05-28T09:05:21.350Z[ recovery-image] slp 25:02.359670766
105522026-05-28T09:05:21.350Z[ recovery-image] lat 1:00.842884034
105532026-05-28T09:05:21.350Z[ recovery-image] stop 5.210572460
105542026-05-28T09:05:21.354ZMay 28 09:05:19.936 INFO [recovery-image] process exited with exit status: 0 (275.728289173s)
105552026-05-28T09:05:23.619Z[ host-image] May 28 09:05:22.204 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)
105562026-05-28T09:05:25.630Z[ host-image] May 28 09:05:24.215 INFO E| Compiling bitflags v1.3.2
105572026-05-28T09:05:25.630Z[ host-image] May 28 09:05:24.215 INFO E| Compiling plain v0.2.3
105582026-05-28T09:05:25.630Z[ host-image] May 28 09:05:24.215 INFO E| Compiling adler2 v2.0.1
105592026-05-28T09:05:25.634Z[ host-image] May 28 09:05:24.215 INFO E| Compiling bit_field v0.10.3
105602026-05-28T09:05:25.634Z[ host-image] May 28 09:05:24.215 INFO E| Compiling scroll v0.13.0
105612026-05-28T09:05:25.634Z[ host-image] May 28 09:05:24.215 INFO E| Compiling log v0.4.29
105622026-05-28T09:05:25.634Z[ host-image] May 28 09:05:24.215 INFO E| Compiling bitflags v2.11.1
105632026-05-28T09:05:25.634Z[ host-image] May 28 09:05:24.215 INFO E| Compiling static_assertions v1.1.0
105642026-05-28T09:05:25.634Z[ host-image] May 28 09:05:24.215 INFO E| Compiling bitstruct v0.1.1
105652026-05-28T09:05:25.680Z[ host-image] May 28 09:05:24.265 INFO E| Compiling raw-cpuid v10.7.0
105662026-05-28T09:05:25.731Z[ host-image] May 28 09:05:24.316 INFO E| Compiling miniz_oxide v0.9.1
105672026-05-28T09:05:25.782Z[ host-image] May 28 09:05:24.367 INFO E| Compiling cpio_reader v0.1.2
105682026-05-28T09:05:25.853Z[ host-image] May 28 09:05:24.438 INFO E| Compiling goblin v0.10.5
105692026-05-28T09:05:28.524Z[ host-image] May 28 09:05:27.110 INFO E| Finished `release` profile [optimized] target(s) in 17.10s
105702026-05-28T09:05:28.536Z[ host-image] May 28 09:05:27.122 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105712026-05-28T09:05:28.565Z[ host-image] May 28 09:05:27.151 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')"
105722026-05-28T09:05:28.565Z[ host-image] May 28 09:05:27.151 INFO building ROM for gimlet
105732026-05-28T09:05:28.568Z[ host-image] May 28 09:05:27.151 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")
105742026-05-28T09:05:28.648Z[ host-image] May 28 09:05:27.233 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105752026-05-28T09:05:28.651Z[ host-image] May 28 09:05:27.236 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`
105762026-05-28T09:05:28.662Z[ host-image] May 28 09:05:27.248 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105772026-05-28T09:05:28.728Z[ host-image] May 28 09:05:27.313 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105782026-05-28T09:05:28.731Z[ host-image] May 28 09:05:27.316 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`
105792026-05-28T09:05:28.840Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105802026-05-28T09:05:28.840Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105812026-05-28T09:05:28.840Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105822026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105832026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105842026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105852026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105862026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105872026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105882026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105892026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105902026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105912026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105922026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105932026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105942026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO O| Info: ABL version: 0x100f5010
105952026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105962026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105972026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105982026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105992026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106002026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106012026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106022026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106032026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106042026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106052026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106062026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106072026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106082026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106092026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106102026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106112026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106122026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106132026-05-28T09:05:28.845Z[ host-image] May 28 09:05:27.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106142026-05-28T09:05:28.870Z[ host-image] May 28 09:05:27.456 INFO building ROM for cosmo
106152026-05-28T09:05:28.870Z[ host-image] May 28 09:05:27.456 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")
106162026-05-28T09:05:28.958Z[ host-image] May 28 09:05:27.544 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
106172026-05-28T09:05:28.961Z[ host-image] May 28 09:05:27.546 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`
106182026-05-28T09:05:28.973Z[ host-image] May 28 09:05:27.558 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
106192026-05-28T09:05:29.038Z[ host-image] May 28 09:05:27.623 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106202026-05-28T09:05:29.041Z[ host-image] May 28 09:05:27.626 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`
106212026-05-28T09:05:29.241Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
106222026-05-28T09:05:29.241Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
106232026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
106242026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
106252026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106262026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106272026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106282026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
106292026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106302026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106312026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106322026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106332026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106342026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106352026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106362026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106372026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106382026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106392026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106402026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106412026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106422026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106432026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106442026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106452026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106462026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106472026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106482026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106492026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106502026-05-28T09:05:29.245Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106512026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106522026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106532026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106542026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106552026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106562026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106572026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106582026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106592026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106602026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106612026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106622026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106632026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106642026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106652026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106662026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106672026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106682026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106692026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106702026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106712026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106722026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106732026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106742026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO O| Info: ABL version: 0x100af010
106752026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106762026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106772026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106782026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106792026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106802026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106812026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106822026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106832026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106842026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106852026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106862026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106872026-05-28T09:05:29.246Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106882026-05-28T09:05:29.247Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106892026-05-28T09:05:29.247Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106902026-05-28T09:05:29.247Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106912026-05-28T09:05:29.247Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106922026-05-28T09:05:29.247Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106932026-05-28T09:05:29.247Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106942026-05-28T09:05:29.247Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106952026-05-28T09:05:29.247Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106962026-05-28T09:05:29.250Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106972026-05-28T09:05:29.250Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106982026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106992026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
107002026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
107012026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
107022026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
107032026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
107042026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
107052026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
107062026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
107072026-05-28T09:05:29.251Z[ host-image] May 28 09:05:27.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
107082026-05-28T09:05:29.272Z[ host-image] May 28 09:05:27.857 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107092026-05-28T09:05:29.275Z[ host-image] May 28 09:05:27.857 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107102026-05-28T09:05:29.275Z[ host-image] May 28 09:05:27.857 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107112026-05-28T09:05:39.960Z[ host-image] May 28 09:05:38.545 INFO image complete! materials are in "/work/os-host"
107122026-05-28T09:05:39.964Z[ host-image]
107132026-05-28T09:05:39.964Z[ host-image] real 5:22.889874116
107142026-05-28T09:05:39.964Z[ host-image] user 2:33.587787649
107152026-05-28T09:05:39.964Z[ host-image] sys 32.869800495
107162026-05-28T09:05:39.964Z[ host-image] trap 0.068647557
107172026-05-28T09:05:39.964Z[ host-image] tflt 0.158151603
107182026-05-28T09:05:39.964Z[ host-image] dflt 0.309022179
107192026-05-28T09:05:39.964Z[ host-image] kflt 0.000484400
107202026-05-28T09:05:39.964Z[ host-image] lock 5:48.441490157
107212026-05-28T09:05:39.964Z[ host-image] slp 30:20.626316676
107222026-05-28T09:05:39.964Z[ host-image] lat 50.230343570
107232026-05-28T09:05:39.964Z[ host-image] stop 1.684332217
107242026-05-28T09:05:39.964ZMay 28 09:05:38.550 INFO [host-image] process exited with exit status: 0 (322.895306024s)
107252026-05-28T09:05:39.964ZMay 28 09:05:38.550 INFO [tuf-repo] running task
107262026-05-28T09:05:58.977ZMay 28 09:05:57.562 INFO assembling repository in `/tmp/tufaceous45U6O0`, component: OmicronRepoAssembler
107272026-05-28T09:06:04.129ZMay 28 09:06:02.715 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107282026-05-28T09:06:04.285ZMay 28 09:06:02.870 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107292026-05-28T09:06:12.162ZMay 28 09:06:10.747 INFO extracting uploaded archive to /tmp/.tmpY6hGNh
107302026-05-28T09:06:13.835ZMay 28 09:06:12.420 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.IsnMMQ
107312026-05-28T09:06:13.881ZMay 28 09:06:12.466 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
107322026-05-28T09:06:13.970ZMay 28 09:06:12.555 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
107332026-05-28T09:06:14.050ZMay 28 09:06:12.636 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
107342026-05-28T09:06:14.124ZMay 28 09:06:12.709 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
107352026-05-28T09:06:14.195ZMay 28 09:06:12.780 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
107362026-05-28T09:06:14.269ZMay 28 09:06:12.855 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
107372026-05-28T09:06:14.341ZMay 28 09:06:12.927 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107382026-05-28T09:06:14.423ZMay 28 09:06:13.009 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107392026-05-28T09:06:14.423ZMay 28 09:06:13.009 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107402026-05-28T09:06:14.469ZMay 28 09:06:13.054 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107412026-05-28T09:06:14.469ZMay 28 09:06:13.054 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107422026-05-28T09:06:14.516ZMay 28 09:06:13.101 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107432026-05-28T09:06:14.516ZMay 28 09:06:13.101 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107442026-05-28T09:06:14.563ZMay 28 09:06:13.149 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107452026-05-28T09:06:14.564ZMay 28 09:06:13.149 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107462026-05-28T09:06:14.612ZMay 28 09:06:13.198 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107472026-05-28T09:06:14.612ZMay 28 09:06:13.198 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107482026-05-28T09:06:14.660ZMay 28 09:06:13.245 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107492026-05-28T09:06:14.660ZMay 28 09:06:13.246 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107502026-05-28T09:06:14.707ZMay 28 09:06:13.292 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107512026-05-28T09:06:14.707ZMay 28 09:06:13.292 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107522026-05-28T09:06:14.710ZMay 28 09:06:13.293 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107532026-05-28T09:06:14.710ZMay 28 09:06:13.293 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107542026-05-28T09:06:14.710ZMay 28 09:06:13.294 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107552026-05-28T09:06:14.710ZMay 28 09:06:13.295 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107562026-05-28T09:06:14.710ZMay 28 09:06:13.295 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107572026-05-28T09:06:20.055ZMay 28 09:06:18.640 INFO added artifact, length: 33554432, hash: d4e7f3f1096b09954160645bfe17fc592af8a9a5424d49727ab020263ff8e3df, version: 20.0.0-0.ci+git93671368d04, kind: gimlet_host_phase_1, name: host
107582026-05-28T09:06:20.055ZMay 28 09:06:18.640 INFO added artifact, length: 33554432, hash: 11fb56717ad508d8049e8d4948eeeca7019a10926f0d72c941f554f168638b23, version: 20.0.0-0.ci+git93671368d04, kind: cosmo_host_phase_1, name: host
107592026-05-28T09:06:20.058ZMay 28 09:06:18.640 INFO added artifact, length: 1101008896, hash: d292126d60734bc08ba495b3fc6247ee138eb288fe1da72b9f6841048485d4e3, version: 20.0.0-0.ci+git93671368d04, kind: host_phase_2, name: host
107602026-05-28T09:06:20.957ZMay 28 09:06:19.542 INFO added artifact, length: 33554432, hash: fe3ccb9a58dfc0b949f832bf44a344b9611ccfa9aa5a51f4abfd5b35b9219007, version: 20.0.0-0.ci+git93671368d04, kind: gimlet_trampoline_phase_1, name: trampoline
107612026-05-28T09:06:20.957ZMay 28 09:06:19.542 INFO added artifact, length: 33554432, hash: dcd841328e00fb49fe44c400223185c3529fdc15fb079e71d34d7f656ab6e9bf, version: 20.0.0-0.ci+git93671368d04, kind: cosmo_trampoline_phase_1, name: trampoline
107622026-05-28T09:06:20.960ZMay 28 09:06:19.542 INFO added artifact, length: 167935763, hash: 218166262a42d4ddb92c39425f72a1c9067a6cca80e1c01269ad838dbad8fa1c, version: 20.0.0-0.ci+git93671368d04, kind: trampoline_phase_2, name: trampoline
107632026-05-28T09:06:22.631ZMay 28 09:06:21.216 INFO added artifact, length: 305704514, hash: 9a39edfd1a850ab507500adafaad9a0cb1c1d6b95f163d5c0be8b305f6e60fea, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: clickhouse_keeper
107642026-05-28T09:06:24.477ZMay 28 09:06:23.062 INFO added artifact, length: 321021226, hash: 4d8a59597b06eb52cf2b5fceb9f3ba531ed25be8f390a0629b57362655285598, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: clickhouse_server
107652026-05-28T09:06:26.230ZMay 28 09:06:24.815 INFO added artifact, length: 321023974, hash: ae08d9b2525a499f6bbf43bf9f1374a81b44d4b518d8de071b9cd41d1e032d38, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: clickhouse
107662026-05-28T09:06:27.114ZMay 28 09:06:25.699 INFO added artifact, length: 161471751, hash: bb7ae4b9540b0d9fb39d24da186a7ee0fdbaeb4f4e21fc93f8c6e3bcf563a2ad, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: cockroachdb
107672026-05-28T09:06:27.337ZMay 28 09:06:25.923 INFO added artifact, length: 37343467, hash: 573a7f2d66ead0986fc8188ed4a46cae8bad8a99189f31f89c969dd58db480dd, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: crucible-pantry-zone
107682026-05-28T09:06:27.657ZMay 28 09:06:26.243 INFO added artifact, length: 53286953, hash: 11bb7b0363983c63cc95964acb7f401e5b71d2f9ce4ba7beebfb3710e6f681de, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: crucible-zone
107692026-05-28T09:06:27.920ZMay 28 09:06:26.505 INFO added artifact, length: 43413077, hash: 7544d0b75c482ba4f258e696446d9496c48b51b69b301259405decc6900f4575, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: external-dns
107702026-05-28T09:06:28.177ZMay 28 09:06:26.763 INFO added artifact, length: 43412674, hash: 9347f2343bc42e8c892e9e027f0be13a5f1ecffef95d2d662b8fe1681464c2ad, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: internal-dns
107712026-05-28T09:06:30.006ZMay 28 09:06:28.592 INFO added artifact, length: 302370868, hash: 4deb50038da4fdae819b0ca6a47473c1ad4d24e38ba865945c8993c8531d4a52, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: nexus
107722026-05-28T09:06:30.159ZMay 28 09:06:28.744 INFO added artifact, length: 24704854, hash: db2a08c8dfc6ab9b65aef108b8702116f737e8f998585de774cbbf6b7b387d2e, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: ntp
107732026-05-28T09:06:30.568ZMay 28 09:06:29.153 INFO added artifact, length: 71984937, hash: 040e3563bf19a47ed17dd538e785bf2201c37359974821be5ca10560bb5ee421, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: oximeter
107742026-05-28T09:06:30.575ZMay 28 09:06:29.160 INFO added artifact, length: 1423188, hash: 0cd45f8051fb96bff48bef1512e9102d8dce3b6e75eb80ff9f9f808e8d16b613, version: 20.0.0-0.ci+git93671368d04, kind: zone, name: probe
107752026-05-28T09:06:30.578ZMay 28 09:06:29.161 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107762026-05-28T09:06:30.578ZMay 28 09:06:29.161 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
107772026-05-28T09:06:30.578ZMay 28 09:06:29.161 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107782026-05-28T09:06:30.605ZMay 28 09:06:29.191 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
107792026-05-28T09:06:30.634ZMay 28 09:06:29.220 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
107802026-05-28T09:06:30.682ZMay 28 09:06:29.267 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107812026-05-28T09:06:30.685ZMay 28 09:06:29.267 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107822026-05-28T09:06:30.730ZMay 28 09:06:29.315 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107832026-05-28T09:06:30.730ZMay 28 09:06:29.315 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107842026-05-28T09:06:30.780ZMay 28 09:06:29.366 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107852026-05-28T09:06:30.781ZMay 28 09:06:29.366 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107862026-05-28T09:06:30.828ZMay 28 09:06:29.413 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107872026-05-28T09:06:30.828ZMay 28 09:06:29.413 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107882026-05-28T09:06:30.831ZMay 28 09:06:29.414 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107892026-05-28T09:06:30.831ZMay 28 09:06:29.414 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107902026-05-28T09:06:30.831ZMay 28 09:06:29.415 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107912026-05-28T09:06:30.873ZMay 28 09:06:29.459 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
107922026-05-28T09:06:30.954ZMay 28 09:06:29.539 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
107932026-05-28T09:06:31.037ZMay 28 09:06:29.622 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
107942026-05-28T09:06:31.124ZMay 28 09:06:29.709 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107952026-05-28T09:06:31.124ZMay 28 09:06:29.709 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107962026-05-28T09:06:31.177ZMay 28 09:06:29.762 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107972026-05-28T09:06:31.177ZMay 28 09:06:29.762 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107982026-05-28T09:06:31.229ZMay 28 09:06:29.814 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107992026-05-28T09:06:31.232ZMay 28 09:06:29.814 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108002026-05-28T09:06:31.275ZMay 28 09:06:29.860 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108012026-05-28T09:06:31.275ZMay 28 09:06:29.860 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108022026-05-28T09:06:31.278ZMay 28 09:06:29.861 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108032026-05-28T09:06:31.278ZMay 28 09:06:29.861 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108042026-05-28T09:06:31.278ZMay 28 09:06:29.862 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108052026-05-28T09:06:31.278ZMay 28 09:06:29.862 INFO added artifact, length: 924, hash: a2c3d32444dff0a6e89a62a07bf38bb58b36952e27170197c55b1c1b6894c9d2, version: 20.0.0-0.ci+git93671368d04, kind: installinator_document, name: installinator_document
108062026-05-28T09:06:31.613ZMay 28 09:06:30.198 INFO extracting uploaded archive to /tmp/.tmpBALwia
108072026-05-28T09:06:33.448ZMay 28 09:06:32.033 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.O0rye2
108082026-05-28T09:06:33.504ZMay 28 09:06:32.090 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
108092026-05-28T09:06:33.605ZMay 28 09:06:32.190 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
108102026-05-28T09:06:33.681ZMay 28 09:06:32.266 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
108112026-05-28T09:06:33.748ZMay 28 09:06:32.333 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
108122026-05-28T09:06:33.825ZMay 28 09:06:32.410 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
108132026-05-28T09:06:33.897ZMay 28 09:06:32.483 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
108142026-05-28T09:06:33.980ZMay 28 09:06:32.565 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
108152026-05-28T09:06:34.069ZMay 28 09:06:32.654 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108162026-05-28T09:06:34.069ZMay 28 09:06:32.654 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108172026-05-28T09:06:34.115ZMay 28 09:06:32.700 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108182026-05-28T09:06:34.115ZMay 28 09:06:32.700 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108192026-05-28T09:06:34.163ZMay 28 09:06:32.748 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108202026-05-28T09:06:34.163ZMay 28 09:06:32.748 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108212026-05-28T09:06:34.207ZMay 28 09:06:32.792 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108222026-05-28T09:06:34.207ZMay 28 09:06:32.793 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108232026-05-28T09:06:34.256ZMay 28 09:06:32.841 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108242026-05-28T09:06:34.259ZMay 28 09:06:32.841 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108252026-05-28T09:06:34.302ZMay 28 09:06:32.888 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108262026-05-28T09:06:34.306ZMay 28 09:06:32.888 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108272026-05-28T09:06:34.347ZMay 28 09:06:32.932 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108282026-05-28T09:06:34.353ZMay 28 09:06:32.932 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108292026-05-28T09:06:34.353ZMay 28 09:06:32.933 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108302026-05-28T09:06:34.353ZMay 28 09:06:32.933 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108312026-05-28T09:06:34.353ZMay 28 09:06:32.934 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108322026-05-28T09:06:34.353ZMay 28 09:06:32.934 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108332026-05-28T09:06:34.353ZMay 28 09:06:32.935 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108342026-05-28T09:06:39.472ZMay 28 09:06:38.058 INFO added artifact, length: 33554432, hash: d4e7f3f1096b09954160645bfe17fc592af8a9a5424d49727ab020263ff8e3df, version: 20.0.0-0.ci+git93671368d04, kind: gimlet_host_phase_1, name: host
108352026-05-28T09:06:39.472ZMay 28 09:06:38.058 INFO added artifact, length: 33554432, hash: 11fb56717ad508d8049e8d4948eeeca7019a10926f0d72c941f554f168638b23, version: 20.0.0-0.ci+git93671368d04, kind: cosmo_host_phase_1, name: host
108362026-05-28T09:06:39.472ZMay 28 09:06:38.058 INFO added artifact, length: 1101008896, hash: d292126d60734bc08ba495b3fc6247ee138eb288fe1da72b9f6841048485d4e3, version: 20.0.0-0.ci+git93671368d04, kind: host_phase_2, name: host
108372026-05-28T09:06:40.404ZMay 28 09:06:38.990 INFO added artifact, length: 33554432, hash: fe3ccb9a58dfc0b949f832bf44a344b9611ccfa9aa5a51f4abfd5b35b9219007, version: 20.0.0-0.ci+git93671368d04, kind: gimlet_trampoline_phase_1, name: trampoline
108382026-05-28T09:06:40.404ZMay 28 09:06:38.990 INFO added artifact, length: 33554432, hash: dcd841328e00fb49fe44c400223185c3529fdc15fb079e71d34d7f656ab6e9bf, version: 20.0.0-0.ci+git93671368d04, kind: cosmo_trampoline_phase_1, name: trampoline
108392026-05-28T09:06:40.407ZMay 28 09:06:38.990 INFO added artifact, length: 167935763, hash: 218166262a42d4ddb92c39425f72a1c9067a6cca80e1c01269ad838dbad8fa1c, version: 20.0.0-0.ci+git93671368d04, kind: trampoline_phase_2, name: trampoline
108402026-05-28T09:06:45.761ZMay 28 09:06:44.347 INFO added artifact, length: 1745716431, hash: ac060ae842022637036f9220ff9e02c0f6e2fad4daddaf62c4b642acfb31bf3b, version: 20.0.0-0.ci+git93671368d04, kind: control_plane, name: control-plane
108412026-05-28T09:06:45.765ZMay 28 09:06:44.347 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108422026-05-28T09:06:45.765ZMay 28 09:06:44.347 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
108432026-05-28T09:06:45.765ZMay 28 09:06:44.347 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108442026-05-28T09:06:45.789ZMay 28 09:06:44.375 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
108452026-05-28T09:06:45.821ZMay 28 09:06:44.406 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
108462026-05-28T09:06:45.866ZMay 28 09:06:44.452 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108472026-05-28T09:06:45.870ZMay 28 09:06:44.452 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108482026-05-28T09:06:45.916ZMay 28 09:06:44.502 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108492026-05-28T09:06:45.921ZMay 28 09:06:44.502 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108502026-05-28T09:06:45.967ZMay 28 09:06:44.553 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108512026-05-28T09:06:45.967ZMay 28 09:06:44.553 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108522026-05-28T09:06:46.015ZMay 28 09:06:44.601 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108532026-05-28T09:06:46.019ZMay 28 09:06:44.601 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108542026-05-28T09:06:46.019ZMay 28 09:06:44.601 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108552026-05-28T09:06:46.019ZMay 28 09:06:44.602 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108562026-05-28T09:06:46.019ZMay 28 09:06:44.602 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108572026-05-28T09:06:46.063ZMay 28 09:06:44.649 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108582026-05-28T09:06:46.162ZMay 28 09:06:44.747 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108592026-05-28T09:06:46.244ZMay 28 09:06:44.829 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108602026-05-28T09:06:46.332ZMay 28 09:06:44.917 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108612026-05-28T09:06:46.332ZMay 28 09:06:44.917 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108622026-05-28T09:06:46.382ZMay 28 09:06:44.967 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108632026-05-28T09:06:46.385ZMay 28 09:06:44.967 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108642026-05-28T09:06:46.433ZMay 28 09:06:45.018 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108652026-05-28T09:06:46.436ZMay 28 09:06:45.018 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108662026-05-28T09:06:46.481ZMay 28 09:06:45.066 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108672026-05-28T09:06:46.484ZMay 28 09:06:45.066 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108682026-05-28T09:06:46.484ZMay 28 09:06:45.067 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108692026-05-28T09:06:46.484ZMay 28 09:06:45.067 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108702026-05-28T09:06:46.484ZMay 28 09:06:45.068 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108712026-05-28T09:06:46.484ZMay 28 09:06:45.068 INFO added artifact, length: 924, hash: a2c3d32444dff0a6e89a62a07bf38bb58b36952e27170197c55b1c1b6894c9d2, version: 20.0.0-0.ci+git93671368d04, kind: installinator_document, name: installinator_document
108722026-05-28T09:06:46.882ZMay 28 09:06:45.467 INFO [tuf-repo] task succeeded (66.91739835s)
108732026-05-28T09:10:49.040Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
108742026-05-28T09:11:57.745Z[verify-libraries] Finished `release` profile [optimized] target(s) in 11m 09s
108752026-05-28T09:11:58.098ZMay 28 09:11:56.683 INFO [verify-libraries] process exited with exit status: 0 (672.793045528s)
108762026-05-28T09:11:58.098ZMay 28 09:11:56.683 INFO all jobs completed in 1380.258368255s
108772026-05-28T09:11:58.925Zprocess exited: duration 1607438 ms, exit code 0
 
108782026-05-28T09:11:58.939Zfound 41 output files
108792026-05-28T09:11:58.939Zuploading: /work/manifest.toml (17174 bytes)
108802026-05-28T09:11:59.992Zuploaded: /work/manifest.toml
108812026-05-28T09:11:59.992Zuploading: /work/repo.zip (3081839179 bytes)
108822026-05-28T09:12:42.507Zuploaded: /work/repo.zip
108832026-05-28T09:12:42.508Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108842026-05-28T09:12:43.519Zuploaded: /work/repo.zip.sha256.txt
108852026-05-28T09:12:43.519Zuploading: /work/helios.json (647 bytes)
108862026-05-28T09:12:44.528Zuploaded: /work/helios.json
108872026-05-28T09:12:44.528Zuploading: /work/incorporation.p5m (113249 bytes)
108882026-05-28T09:12:45.540Zuploaded: /work/incorporation.p5m
108892026-05-28T09:12:45.540Zuploading: /work/incorporation.p5p (133120 bytes)
108902026-05-28T09:12:46.553Zuploaded: /work/incorporation.p5p
108912026-05-28T09:12:46.553Zuploading: /work/helios-incorp.log (522 bytes)
108922026-05-28T09:12:47.562Zuploaded: /work/helios-incorp.log
108932026-05-28T09:12:47.562Zuploading: /work/helios-setup.log (56438 bytes)
108942026-05-28T09:12:48.573Zuploaded: /work/helios-setup.log
108952026-05-28T09:12:48.573Zuploading: /work/host-image.log (236095 bytes)
108962026-05-28T09:12:49.588Zuploaded: /work/host-image.log
108972026-05-28T09:12:49.588Zuploading: /work/host-package.log (40269 bytes)
108982026-05-28T09:12:50.598Zuploaded: /work/host-package.log
108992026-05-28T09:12:50.598Zuploading: /work/host-target.log (101 bytes)
109002026-05-28T09:12:51.606Zuploaded: /work/host-target.log
109012026-05-28T09:12:51.606Zuploading: /work/incorp-create.log (0 bytes)
109022026-05-28T09:12:52.613Zuploaded: /work/incorp-create.log
109032026-05-28T09:12:52.613Zuploading: /work/incorp-fmt.log (0 bytes)
109042026-05-28T09:12:53.620Zuploaded: /work/incorp-fmt.log
109052026-05-28T09:12:53.620Zuploading: /work/incorp-pkgsend.log (108 bytes)
109062026-05-28T09:12:54.629Zuploaded: /work/incorp-pkgsend.log
109072026-05-28T09:12:54.629Zuploading: /work/incorp-publisher.log (0 bytes)
109082026-05-28T09:12:55.636Zuploaded: /work/incorp-publisher.log
109092026-05-28T09:12:55.636Zuploading: /work/omicron-package.log (9307 bytes)
109102026-05-28T09:12:56.644Zuploaded: /work/omicron-package.log
109112026-05-28T09:12:56.644Zuploading: /work/recovery-image.log (591842 bytes)
109122026-05-28T09:12:57.665Zuploaded: /work/recovery-image.log
109132026-05-28T09:12:57.665Zuploading: /work/recovery-package.log (2997 bytes)
109142026-05-28T09:12:58.673Zuploaded: /work/recovery-package.log
109152026-05-28T09:12:58.673Zuploading: /work/recovery-target.log (98 bytes)
109162026-05-28T09:12:59.683Zuploaded: /work/recovery-target.log
109172026-05-28T09:12:59.683Zuploading: /work/stamp-clickhouse.log (117 bytes)
109182026-05-28T09:13:00.692Zuploaded: /work/stamp-clickhouse.log
109192026-05-28T09:13:00.692Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109202026-05-28T09:13:01.703Zuploaded: /work/stamp-clickhouse_keeper.log
109212026-05-28T09:13:01.703Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109222026-05-28T09:13:02.712Zuploaded: /work/stamp-clickhouse_server.log
109232026-05-28T09:13:02.712Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109242026-05-28T09:13:03.720Zuploaded: /work/stamp-cockroachdb.log
109252026-05-28T09:13:03.720Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109262026-05-28T09:13:04.729Zuploaded: /work/stamp-crucible-pantry-zone.log
109272026-05-28T09:13:04.729Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109282026-05-28T09:13:05.740Zuploaded: /work/stamp-crucible-utils.log
109292026-05-28T09:13:05.740Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109302026-05-28T09:13:06.748Zuploaded: /work/stamp-crucible-zone.log
109312026-05-28T09:13:06.748Zuploading: /work/stamp-external-dns.log (119 bytes)
109322026-05-28T09:13:08.760Zuploaded: /work/stamp-external-dns.log
109332026-05-28T09:13:08.760Zuploading: /work/stamp-installinator.log (103 bytes)
109342026-05-28T09:13:09.769Zuploaded: /work/stamp-installinator.log
109352026-05-28T09:13:09.772Zuploading: /work/stamp-internal-dns.log (119 bytes)
109362026-05-28T09:13:10.778Zuploaded: /work/stamp-internal-dns.log
109372026-05-28T09:13:10.778Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109382026-05-28T09:13:11.788Zuploaded: /work/stamp-mg-ddm-gz.log
109392026-05-28T09:13:11.788Zuploading: /work/stamp-nexus.log (112 bytes)
109402026-05-28T09:13:12.798Zuploaded: /work/stamp-nexus.log
109412026-05-28T09:13:12.798Zuploading: /work/stamp-ntp.log (110 bytes)
109422026-05-28T09:13:13.807Zuploaded: /work/stamp-ntp.log
109432026-05-28T09:13:13.807Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109442026-05-28T09:13:14.818Zuploaded: /work/stamp-omicron-sled-agent.log
109452026-05-28T09:13:14.818Zuploading: /work/stamp-overlay.log (114 bytes)
109462026-05-28T09:13:15.829Zuploaded: /work/stamp-overlay.log
109472026-05-28T09:13:15.829Zuploading: /work/stamp-oximeter.log (115 bytes)
109482026-05-28T09:13:16.839Zuploaded: /work/stamp-oximeter.log
109492026-05-28T09:13:16.839Zuploading: /work/stamp-oxlog.log (109 bytes)
109502026-05-28T09:13:17.849Zuploaded: /work/stamp-oxlog.log
109512026-05-28T09:13:17.849Zuploading: /work/stamp-probe.log (112 bytes)
109522026-05-28T09:13:18.859Zuploaded: /work/stamp-probe.log
109532026-05-28T09:13:18.860Zuploading: /work/stamp-propolis-server.log (122 bytes)
109542026-05-28T09:13:19.869Zuploaded: /work/stamp-propolis-server.log
109552026-05-28T09:13:19.869Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109562026-05-28T09:13:20.879Zuploaded: /work/stamp-pumpkind-gz.log
109572026-05-28T09:13:20.879Zuploading: /work/stamp-switch-asic.log (118 bytes)
109582026-05-28T09:13:21.889Zuploaded: /work/stamp-switch-asic.log
109592026-05-28T09:13:21.889Zuploading: /work/verify-libraries.log (14082 bytes)
109602026-05-28T09:13:22.901Zuploaded: /work/verify-libraries.log