01M12607H1M113XJRDYP1TECDD: 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: 01M1260PXE2S0757A7N8MTXTVK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T18:00:13.140Zjob assigned to worker 01M12610CNKMSDG8P6TXP8PG0V [factory aws, i-039f53e7cd1bcff22] (queued for 52 s)
 
22026-08-27T18:00:19.956Zstarting task 0: "setup"
32026-08-27T18:00:19.961Z++ uname -s
42026-08-27T18:00:19.964Z+ kern=SunOS
52026-08-27T18:00:19.964Z+ build_user=build
62026-08-27T18:00:19.964Z+ build_uid=12345
72026-08-27T18:00:19.964Z+ work_dir=/work
82026-08-27T18:00:19.964Z+ input_dir=/input
92026-08-27T18:00:19.964Z+ [[ 0 == 12345 ]]
102026-08-27T18:00:19.964Z+ case "$kern" in
112026-08-27T18:00:19.964Z+ groupadd -g 12345 build
122026-08-27T18:00:19.967Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T18:00:21.972Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T18:00:22.087Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T18:00:22.090Z+ home_fs=zfs
162026-08-27T18:00:22.090Z+ [[ zfs == autofs ]]
172026-08-27T18:00:22.091Z+ mkdir -p /home/build
182026-08-27T18:00:22.091Z+ chown build:build /home/build /work
192026-08-27T18:00:23.095Z+ chmod 0700 /home/build /work
202026-08-27T18:00:23.108Zprocess exited: duration 3142 ms, exit code 0
 
212026-08-27T18:00:23.122Zstarting task 1: "rust-toolchain"
222026-08-27T18:00:23.128Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T18:00:23.128Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T18:00:23.128Z * rust toolchain channel = "1.97.1"
252026-08-27T18:00:23.128Z * rust toolchain profile = "default"
262026-08-27T18:00:23.128Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T18:00:23.128Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T18:00:23.132Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T18:00:23.132Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T18:00:23.241Zinfo: downloading installer
312026-08-27T18:00:24.879Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T18:00:24.879Zwarn: /home/build/.rustup/settings.toml
332026-08-27T18:00:24.879Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T18:00:24.879Zwarn: instead of the one inferred from the default host triple.
352026-08-27T18:00:24.893Zinfo: profile set to default
362026-08-27T18:00:24.893Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T18:00:24.898Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T18:00:25.055Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T18:00:25.060Zinfo: downloading 6 components
402026-08-27T18:00:40.105Z
412026-08-27T18:00:40.105Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-27T18:00:40.134Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T18:00:40.135Z
442026-08-27T18:00:40.135Z
452026-08-27T18:00:40.135ZRust is installed now. Great!
462026-08-27T18:00:40.135Z
472026-08-27T18:00:40.135ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T18:00:40.135Zenvironment variable. This has not been done automatically.
492026-08-27T18:00:40.135Z
502026-08-27T18:00:40.135ZTo configure your current shell, you need to source
512026-08-27T18:00:40.135Zthe corresponding env file under $HOME/.cargo.
522026-08-27T18:00:40.135Z
532026-08-27T18:00:40.135ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T18:00:40.135Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T18:00:40.135Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T18:00:40.135Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T18:00:40.135Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T18:00:40.135Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T18:00:40.135Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T18:00:40.139Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T18:00:40.139Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T18:00:40.248Z+ rustup --version
632026-08-27T18:00:40.254Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T18:00:40.254Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T18:00:40.277Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T18:00:40.281Z+ cargo --version
672026-08-27T18:00:40.289Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T18:00:40.292Z+ rustc --version
692026-08-27T18:00:40.311Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T18:00:40.314Zprocess exited: duration 17191 ms, exit code 0
 
712026-08-27T18:00:40.321Zstarting task 2: "authentication"
722026-08-27T18:00:40.340Zprocess exited: duration 17 ms, exit code 0
 
732026-08-27T18:00:40.347Zstarting task 3: "clone repository"
742026-08-27T18:00:40.351Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T18:00:40.355Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T18:00:40.385ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T18:00:53.128Z+ cd /work/oxidecomputer/omicron
782026-08-27T18:00:53.128Z+ git fetch origin d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
792026-08-27T18:00:53.485ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T18:00:53.485Z * branch d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1 -> FETCH_HEAD
812026-08-27T18:00:53.497Z+ [[ -n support-bundle-time-range-v2 ]]
822026-08-27T18:00:53.501Z++ git branch --show-current
832026-08-27T18:00:53.501Z+ current=main
842026-08-27T18:00:53.501Z+ [[ main != support-bundle-time-range-v2 ]]
852026-08-27T18:00:53.501Z+ git branch -f support-bundle-time-range-v2 d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
862026-08-27T18:00:53.505Z+ git checkout -f support-bundle-time-range-v2
872026-08-27T18:00:53.580ZSwitched to branch 'support-bundle-time-range-v2'
882026-08-27T18:00:53.584Z+ git reset --hard d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
892026-08-27T18:00:53.668ZHEAD is now at d0f50ce34 Drop unused omicron-common dependency from support-bundle-collection
902026-08-27T18:00:53.672Zprocess exited: duration 13323 ms, exit code 0
 
912026-08-27T18:00:53.680Zstarting task 4: "build"
922026-08-27T18:00:53.684Z+ source .github/buildomat/ci-env.sh
932026-08-27T18:00:53.687Z++ export CARGO_TERM_COLOR=always
942026-08-27T18:00:53.687Z++ CARGO_TERM_COLOR=always
952026-08-27T18:00:53.687Z+++ uname -s
962026-08-27T18:00:53.687Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-27T18:00:53.687Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-27T18:00:53.691Z+ cargo --version
992026-08-27T18:00:53.698Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-27T18:00:53.701Z+ rustc --version
1012026-08-27T18:00:53.722Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-27T18:00:53.725Z+ cargo tree --locked
1032026-08-27T18:00:53.903Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-27T18:00:54.271Z Updating crates.io index
1052026-08-27T18:00:54.276Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-27T18:00:54.560Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-27T18:00:55.163Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1082026-08-27T18:00:55.528Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-27T18:00:56.705Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-27T18:00:57.269Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-27T18:01:10.355Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-27T18:01:11.333Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-27T18:01:11.765Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-27T18:01:12.225Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-27T18:01:13.780Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-27T18:01:14.216Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-27T18:01:14.784Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-27T18:01:16.171Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-27T18:01:16.466Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-27T18:01:17.832Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-27T18:01:18.239Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-27T18:01:18.551Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-27T18:01:18.948Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1242026-08-27T18:01:19.486Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-08-27T18:01:19.894Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-27T18:01:20.574Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-27T18:01:20.906Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-27T18:01:21.637Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-27T18:01:22.093Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-27T18:01:22.393Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-27T18:01:22.940Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-27T18:01:23.282Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-27T18:01:23.763Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-27T18:01:24.109Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-27T18:01:24.402Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-27T18:01:24.825Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-27T18:01:25.473Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-27T18:01:26.054Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-27T18:01:26.409Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-27T18:01:26.740Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-27T18:01:27.078Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-27T18:01:27.416Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-27T18:01:27.789Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-27T18:01:28.125Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-27T18:01:28.439Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-27T18:01:28.735Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-27T18:01:29.045Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-27T18:01:31.973Z Downloading crates ...
1492026-08-27T18:01:32.028Z Downloaded clap v4.6.1
1502026-08-27T18:01:32.032Z Downloaded clap_lex v1.0.0
1512026-08-27T18:01:32.038Z Downloaded crc v3.4.0
1522026-08-27T18:01:32.045Z Downloaded diesel_table_macro_syntax v0.3.0
1532026-08-27T18:01:32.048Z Downloaded guppy-workspace-hack v0.1.0
1542026-08-27T18:01:32.049Z Downloaded colorchoice v1.0.4
1552026-08-27T18:01:32.052Z Downloaded cmake v0.1.57
1562026-08-27T18:01:32.052Z Downloaded constant_time_eq v0.4.2
1572026-08-27T18:01:32.052Z Downloaded critical-section v1.2.0
1582026-08-27T18:01:32.055Z Downloaded concurrent-queue v2.5.0
1592026-08-27T18:01:32.055Z Downloaded cpufeatures v0.2.17
1602026-08-27T18:01:32.059Z Downloaded crc8 v0.1.1
1612026-08-27T18:01:32.062Z Downloaded constant_time_eq v0.3.1
1622026-08-27T18:01:32.062Z Downloaded const_format_proc_macros v0.2.34
1632026-08-27T18:01:32.062Z Downloaded ctutils v0.4.2
1642026-08-27T18:01:32.065Z Downloaded group v0.14.0
1652026-08-27T18:01:32.066Z Downloaded crossbeam-deque v0.8.6
1662026-08-27T18:01:32.066Z Downloaded deranged v0.5.8
1672026-08-27T18:01:32.069Z Downloaded half v2.7.1
1682026-08-27T18:01:32.069Z Downloaded convert_case v0.10.0
1692026-08-27T18:01:32.069Z Downloaded criterion-plot v0.6.0
1702026-08-27T18:01:32.073Z Downloaded home v0.5.12
1712026-08-27T18:01:32.073Z Downloaded headers-core v0.3.0
1722026-08-27T18:01:32.073Z Downloaded compression-core v0.4.31
1732026-08-27T18:01:32.077Z Downloaded hex v0.4.3
1742026-08-27T18:01:32.082Z Downloaded darling v0.23.0
1752026-08-27T18:01:32.082Z Downloaded datatest-stable v0.3.3
1762026-08-27T18:01:32.082Z Downloaded diesel-dtrace v0.5.0
1772026-08-27T18:01:32.085Z Downloaded addr2line v0.25.1
1782026-08-27T18:01:32.085Z Downloaded hubpack_derive v0.1.1
1792026-08-27T18:01:32.088Z Downloaded half v1.8.3
1802026-08-27T18:01:32.088Z Downloaded http-body-util v0.1.3
1812026-08-27T18:01:32.088Z Downloaded cpufeatures v0.3.0
1822026-08-27T18:01:32.091Z Downloaded crc-catalog v2.4.0
1832026-08-27T18:01:32.092Z Downloaded hex-literal v0.4.1
1842026-08-27T18:01:32.095Z Downloaded crossbeam-utils v0.8.21
1852026-08-27T18:01:32.098Z Downloaded clap_derive v4.6.1
1862026-08-27T18:01:32.118Z Downloaded cobs v0.3.0
1872026-08-27T18:01:32.118Z Downloaded convert_case v0.4.0
1882026-08-27T18:01:32.118Z Downloaded darling_macro v0.21.3
1892026-08-27T18:01:32.118Z Downloaded crunchy v0.2.4
1902026-08-27T18:01:32.118Z Downloaded cstr-argument v0.1.2
1912026-08-27T18:01:32.118Z Downloaded darling_macro v0.23.0
1922026-08-27T18:01:32.118Z Downloaded darling_macro v0.20.11
1932026-08-27T18:01:32.118Z Downloaded const-oid v0.9.6
1942026-08-27T18:01:32.118Z Downloaded hmac v0.13.0
1952026-08-27T18:01:32.118Z Downloaded const_format v0.2.35
1962026-08-27T18:01:32.118Z Downloaded derive-where v1.6.0
1972026-08-27T18:01:32.118Z Downloaded hostname v0.3.1
1982026-08-27T18:01:32.118Z Downloaded indexmap v1.9.3
1992026-08-27T18:01:32.123Z Downloaded group v0.13.0
2002026-08-27T18:01:32.123Z Downloaded cpubits v0.1.1
2012026-08-27T18:01:32.123Z Downloaded crucible-workspace-hack v0.1.0
2022026-08-27T18:01:32.123Z Downloaded darling_macro v0.13.4
2032026-08-27T18:01:32.123Z Downloaded defmt-parser v1.0.0
2042026-08-27T18:01:32.123Z Downloaded http-body v1.0.1
2052026-08-27T18:01:32.123Z Downloaded http-range v0.1.5
2062026-08-27T18:01:32.123Z Downloaded corncobs v0.1.4
2072026-08-27T18:01:32.123Z Downloaded instability v0.3.11
2082026-08-27T18:01:32.127Z Downloaded curve25519-dalek-derive v0.1.1
2092026-08-27T18:01:32.127Z Downloaded debug-ignore v1.0.5
2102026-08-27T18:01:32.127Z Downloaded crypto-common v0.1.7
2112026-08-27T18:01:32.130Z Downloaded guppy v0.17.25
2122026-08-27T18:01:32.147Z Downloaded hash32 v0.3.1
2132026-08-27T18:01:32.151Z Downloaded crypto-common v0.2.2
2142026-08-27T18:01:32.151Z Downloaded hash32 v0.2.1
2152026-08-27T18:01:32.154Z Downloaded base16ct v1.0.0
2162026-08-27T18:01:32.158Z Downloaded defmt v0.3.100
2172026-08-27T18:01:32.158Z Downloaded cipher v0.5.2
2182026-08-27T18:01:32.158Z Downloaded compression-codecs v0.4.37
2192026-08-27T18:01:32.162Z Downloaded heck v0.5.0
2202026-08-27T18:01:32.162Z Downloaded hubpack v0.1.2
2212026-08-27T18:01:32.162Z Downloaded ident_case v1.0.1
2222026-08-27T18:01:32.162Z Downloaded illumos-nvpair-sys v0.2.0
2232026-08-27T18:01:32.166Z Downloaded inout v0.1.4
2242026-08-27T18:01:32.169Z Downloaded hex-literal v1.1.0
2252026-08-27T18:01:32.169Z Downloaded instant v0.1.13
2262026-08-27T18:01:32.172Z Downloaded bb8 v0.8.6
2272026-08-27T18:01:32.172Z Downloaded bit-set v0.5.3
2282026-08-27T18:01:32.176Z Downloaded block-buffer v0.12.1
2292026-08-27T18:01:32.176Z Downloaded heck v0.4.1
2302026-08-27T18:01:32.176Z Downloaded hyper-tls v0.6.0
2312026-08-27T18:01:32.179Z Downloaded indent_write v2.2.0
2322026-08-27T18:01:32.179Z Downloaded assert_matches v1.5.0
2332026-08-27T18:01:32.183Z Downloaded idna_adapter v1.2.1
2342026-08-27T18:01:32.187Z Downloaded daft-derive v0.1.8
2352026-08-27T18:01:32.190Z Downloaded cmov v0.5.4
2362026-08-27T18:01:32.193Z Downloaded darling v0.13.4
2372026-08-27T18:01:32.193Z Downloaded delegate v0.13.5
2382026-08-27T18:01:32.193Z Downloaded internet-checksum v0.2.1
2392026-08-27T18:01:32.193Z Downloaded is_ci v1.2.0
2402026-08-27T18:01:32.197Z Downloaded olpc-cjson v0.1.4
2412026-08-27T18:01:32.197Z Downloaded inout v0.2.2
2422026-08-27T18:01:32.197Z Downloaded is-terminal v0.4.17
2432026-08-27T18:01:32.197Z Downloaded httpdate v1.0.3
2442026-08-27T18:01:32.197Z Downloaded password-hash v0.6.1
2452026-08-27T18:01:32.201Z Downloaded pathdiff v0.2.3
2462026-08-27T18:01:32.201Z Downloaded approx v0.5.1
2472026-08-27T18:01:32.204Z Downloaded const-oid v0.10.2
2482026-08-27T18:01:32.204Z Downloaded derive-ex v0.1.8
2492026-08-27T18:01:32.207Z Downloaded hyper-rustls v0.27.7
2502026-08-27T18:01:32.207Z Downloaded data-encoding v2.10.0
2512026-08-27T18:01:32.211Z Downloaded anstyle v1.0.14
2522026-08-27T18:01:32.211Z Downloaded daft v0.1.8
2532026-08-27T18:01:32.214Z Downloaded der_derive v0.7.3
2542026-08-27T18:01:32.214Z Downloaded hybrid-array v0.4.13
2552026-08-27T18:01:32.214Z Downloaded indoc v2.0.7
2562026-08-27T18:01:32.217Z Downloaded ctr v0.10.1
2572026-08-27T18:01:32.217Z Downloaded arrayvec v0.7.6
2582026-08-27T18:01:32.221Z Downloaded ipnet v2.12.0
2592026-08-27T18:01:32.221Z Downloaded highway v1.3.0
2602026-08-27T18:01:32.221Z Downloaded hmac v0.12.1
2612026-08-27T18:01:32.224Z Downloaded defmt-macros v1.0.1
2622026-08-27T18:01:32.224Z Downloaded derive_builder_macro v0.20.2
2632026-08-27T18:01:32.224Z Downloaded csv-core v0.1.13
2642026-08-27T18:01:32.224Z Downloaded derive_builder_core v0.20.2
2652026-08-27T18:01:32.227Z Downloaded percent-encoding v2.3.2
2662026-08-27T18:01:32.227Z Downloaded cfg_aliases v0.2.1
2672026-08-27T18:01:32.227Z Downloaded openssl-probe v0.1.6
2682026-08-27T18:01:32.227Z Downloaded oso-derive v0.27.3
2692026-08-27T18:01:32.227Z Downloaded plotters-backend v0.3.7
2702026-08-27T18:01:32.231Z Downloaded pretty-hex v0.4.1
2712026-08-27T18:01:32.231Z Downloaded psl-types v2.0.11
2722026-08-27T18:01:32.232Z Downloaded console v0.16.2
2732026-08-27T18:01:32.232Z Downloaded potential_utf v0.1.4
2742026-08-27T18:01:32.232Z Downloaded precomputed-hash v0.1.1
2752026-08-27T18:01:32.235Z Downloaded progenitor-client v0.14.0
2762026-08-27T18:01:32.235Z Downloaded autocfg v1.5.0
2772026-08-27T18:01:32.235Z Downloaded colored v2.2.0
2782026-08-27T18:01:32.239Z Downloaded colored v3.1.1
2792026-08-27T18:01:32.239Z Downloaded cookie_store v0.22.1
2802026-08-27T18:01:32.239Z Downloaded crc32fast v1.5.0
2812026-08-27T18:01:32.242Z Downloaded hyper-staticfile v0.10.1
2822026-08-27T18:01:32.242Z Downloaded rand_chacha v0.3.1
2832026-08-27T18:01:32.242Z Downloaded darling_core v0.21.3
2842026-08-27T18:01:32.245Z Downloaded hostname v0.4.2
2852026-08-27T18:01:32.249Z Downloaded illumos-nvpair v0.3.0
2862026-08-27T18:01:32.249Z Downloaded bit-vec v0.8.0
2872026-08-27T18:01:32.254Z Downloaded byteorder v1.5.0
2882026-08-27T18:01:32.254Z Downloaded ingot-types v0.2.0
2892026-08-27T18:01:32.254Z Downloaded clang-sys v1.8.1
2902026-08-27T18:01:32.257Z Downloaded console v0.15.11
2912026-08-27T18:01:32.257Z Downloaded opaque-debug v0.3.1
2922026-08-27T18:01:32.260Z Downloaded oxnet v0.1.6
2932026-08-27T18:01:32.260Z Downloaded phf_shared v0.12.1
2942026-08-27T18:01:32.261Z Downloaded parse-display-derive v0.10.0
2952026-08-27T18:01:32.261Z Downloaded humantime v2.3.0
2962026-08-27T18:01:32.261Z Downloaded pin-project-internal v1.1.11
2972026-08-27T18:01:32.264Z Downloaded rfc6979 v0.4.0
2982026-08-27T18:01:32.268Z Downloaded impl-trait-for-tuples v0.2.3
2992026-08-27T18:01:32.271Z Downloaded indoc v1.0.9
3002026-08-27T18:01:32.271Z Downloaded ipnetwork v0.21.1
3012026-08-27T18:01:32.275Z Downloaded is_terminal_polyfill v1.70.2
3022026-08-27T18:01:32.275Z Downloaded defmt v1.0.1
3032026-08-27T18:01:32.275Z Downloaded des v0.9.0
3042026-08-27T18:01:32.279Z Downloaded ref-cast v1.0.25
3052026-08-27T18:01:32.282Z Downloaded darling v0.21.3
3062026-08-27T18:01:32.285Z Downloaded async-bb8-diesel v0.2.1
3072026-08-27T18:01:32.285Z Downloaded pbkdf2 v0.13.0
3082026-08-27T18:01:32.285Z Downloaded hickory-client v0.25.2
3092026-08-27T18:01:32.288Z Downloaded cassowary v0.3.0
3102026-08-27T18:01:32.289Z Downloaded serde_spanned v1.1.1
3112026-08-27T18:01:32.289Z Downloaded signal-hook-tokio v0.3.1
3122026-08-27T18:01:32.292Z Downloaded primefield v0.14.0
3132026-08-27T18:01:32.292Z Downloaded heapless v0.7.17
3142026-08-27T18:01:32.295Z Downloaded backon v1.6.0
3152026-08-27T18:01:32.299Z Downloaded primeorder v0.13.6
3162026-08-27T18:01:32.299Z Downloaded cookie v0.18.1
3172026-08-27T18:01:32.299Z Downloaded primeorder v0.14.0
3182026-08-27T18:01:32.302Z Downloaded quote v1.0.45
3192026-08-27T18:01:32.302Z Downloaded rtoolbox v0.0.3
3202026-08-27T18:01:32.305Z Downloaded crypto-bigint v0.5.5
3212026-08-27T18:01:32.308Z Downloaded blake2b_simd v1.0.4
3222026-08-27T18:01:32.308Z Downloaded camino-tempfile-ext v0.3.3
3232026-08-27T18:01:32.312Z Downloaded owo-colors v3.5.0
3242026-08-27T18:01:32.312Z Downloaded serde_plain v1.0.2
3252026-08-27T18:01:32.312Z Downloaded strip-ansi-escapes v0.2.1
3262026-08-27T18:01:32.315Z Downloaded supports-hyperlinks v3.2.0
3272026-08-27T18:01:32.315Z Downloaded cexpr v0.6.0
3282026-08-27T18:01:32.315Z Downloaded similar-asserts v1.7.0
3292026-08-27T18:01:32.315Z Downloaded derive_builder v0.20.2
3302026-08-27T18:01:32.319Z Downloaded slog-envlogger v2.2.0
3312026-08-27T18:01:32.319Z Downloaded ciborium v0.2.2
3322026-08-27T18:01:32.322Z Downloaded strum v0.26.3
3332026-08-27T18:01:32.322Z Downloaded strum v0.27.2
3342026-08-27T18:01:32.322Z Downloaded tabled_derive v0.7.0
3352026-08-27T18:01:32.322Z Downloaded take_mut v0.2.2
3362026-08-27T18:01:32.322Z Downloaded target-triple v1.0.0
3372026-08-27T18:01:32.323Z Downloaded parking_lot v0.12.5
3382026-08-27T18:01:32.326Z Downloaded pest_derive v2.8.6
3392026-08-27T18:01:32.326Z Downloaded relative-path v1.9.3
3402026-08-27T18:01:32.327Z Downloaded rfc6979 v0.6.0
3412026-08-27T18:01:32.330Z Downloaded structmeta-derive v0.3.0
3422026-08-27T18:01:32.330Z Downloaded supports-unicode v2.1.0
3432026-08-27T18:01:32.330Z Downloaded terminal_size v0.1.17
3442026-08-27T18:01:32.330Z Downloaded thread-id v5.1.0
3452026-08-27T18:01:32.330Z Downloaded pkcs8 v0.10.2
3462026-08-27T18:01:32.333Z Downloaded scroll v0.13.0
3472026-08-27T18:01:32.337Z Downloaded crc-any v2.5.0
3482026-08-27T18:01:32.337Z Downloaded crossbeam-epoch v0.9.18
3492026-08-27T18:01:32.337Z Downloaded darling v0.20.11
3502026-08-27T18:01:32.340Z Downloaded httptest v0.16.4
3512026-08-27T18:01:32.343Z Downloaded darling_core v0.13.4
3522026-08-27T18:01:32.343Z Downloaded allocator-api2 v0.2.21
3532026-08-27T18:01:32.347Z Downloaded httparse v1.10.1
3542026-08-27T18:01:32.347Z Downloaded iana-time-zone v0.1.65
3552026-08-27T18:01:32.350Z Downloaded trait-variant v0.1.2
3562026-08-27T18:01:32.350Z Downloaded unicode-xid v0.2.6
3572026-08-27T18:01:32.350Z Downloaded universal-hash v0.6.1
3582026-08-27T18:01:32.350Z Downloaded ingot v0.2.1
3592026-08-27T18:01:32.353Z Downloaded ingot-macros v0.2.0
3602026-08-27T18:01:32.353Z Downloaded bitflags v2.11.0
3612026-08-27T18:01:32.357Z Downloaded version_check v0.9.5
3622026-08-27T18:01:32.357Z Downloaded serde_with_macros v1.5.2
3632026-08-27T18:01:32.360Z Downloaded void v1.0.2
3642026-08-27T18:01:32.360Z Downloaded xshell-macros v0.2.7
3652026-08-27T18:01:32.364Z Downloaded smallvec v0.6.14
3662026-08-27T18:01:32.368Z Downloaded structmeta v0.3.0
3672026-08-27T18:01:32.368Z Downloaded criterion v0.7.0
3682026-08-27T18:01:32.371Z Downloaded crossterm v0.28.1
3692026-08-27T18:01:32.374Z Downloaded static_assertions v1.1.0
3702026-08-27T18:01:32.374Z Downloaded buf-list v1.1.2
3712026-08-27T18:01:32.378Z Downloaded tower-service v0.3.3
3722026-08-27T18:01:32.378Z Downloaded toml_write v0.1.2
3732026-08-27T18:01:32.378Z Downloaded zerofrom-derive v0.1.6
3742026-08-27T18:01:32.378Z Downloaded digest-io v0.1.0
3752026-08-27T18:01:32.381Z Downloaded oxide-update-engine-types v0.1.2
3762026-08-27T18:01:32.381Z Downloaded termcolor v1.4.1
3772026-08-27T18:01:32.381Z Downloaded thiserror v1.0.69
3782026-08-27T18:01:32.385Z Downloaded usdt v0.6.0
3792026-08-27T18:01:32.385Z Downloaded icu_provider v2.1.1
3802026-08-27T18:01:32.388Z Downloaded hickory-resolver v0.24.4
3812026-08-27T18:01:32.389Z Downloaded display-error-chain v0.2.2
3822026-08-27T18:01:32.389Z Downloaded tokio-tungstenite v0.21.0
3832026-08-27T18:01:32.392Z Downloaded dropshot-api-manager-types v0.8.0
3842026-08-27T18:01:32.392Z Downloaded dtrace-parser v0.3.0
3852026-08-27T18:01:32.392Z Downloaded escape8259 v0.5.3
3862026-08-27T18:01:32.392Z Downloaded fd-lock v4.0.4
3872026-08-27T18:01:32.395Z Downloaded fnv v1.0.7
3882026-08-27T18:01:32.395Z Downloaded sec1 v0.7.3
3892026-08-27T18:01:32.395Z Downloaded derive_more v0.99.20
3902026-08-27T18:01:32.398Z Downloaded funty v2.0.0
3912026-08-27T18:01:32.399Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3922026-08-27T18:01:32.399Z Downloaded tui-tree-widget v0.23.1
3932026-08-27T18:01:32.402Z Downloaded serde-hex v0.1.0
3942026-08-27T18:01:32.402Z Downloaded snafu-derive v0.8.9
3952026-08-27T18:01:32.402Z Downloaded yoke-derive v0.8.1
3962026-08-27T18:01:32.402Z Downloaded darling_core v0.20.11
3972026-08-27T18:01:32.405Z Downloaded darling_core v0.23.0
3982026-08-27T18:01:32.408Z Downloaded downcast-rs v2.0.2
3992026-08-27T18:01:32.408Z Downloaded jiff-static v0.2.34
4002026-08-27T18:01:32.409Z Downloaded embedded-io v0.4.0
4012026-08-27T18:01:32.409Z Downloaded form_urlencoded v1.2.2
4022026-08-27T18:01:32.412Z Downloaded compact_str v0.8.1
4032026-08-27T18:01:32.412Z Downloaded time-macros v0.2.27
4042026-08-27T18:01:32.415Z Downloaded icu_properties v2.1.2
4052026-08-27T18:01:32.421Z Downloaded git-stub v1.0.0
4062026-08-27T18:01:32.425Z Downloaded md-5 v0.10.6
4072026-08-27T18:01:32.425Z Downloaded slog-term v2.9.2
4082026-08-27T18:01:32.425Z Downloaded whoami v1.6.1
4092026-08-27T18:01:32.428Z Downloaded der v0.7.10
4102026-08-27T18:01:32.431Z Downloaded spin v0.9.8
4112026-08-27T18:01:32.431Z Downloaded maybe-uninit v2.0.0
4122026-08-27T18:01:32.432Z Downloaded rcgen v0.12.1
4132026-08-27T18:01:32.435Z Downloaded ignore v0.4.25
4142026-08-27T18:01:32.438Z Downloaded tokio-tungstenite v0.23.1
4152026-08-27T18:01:32.438Z Downloaded endian-type v0.1.2
4162026-08-27T18:01:32.438Z Downloaded env_logger v0.11.11
4172026-08-27T18:01:32.442Z Downloaded maplit v1.0.2
4182026-08-27T18:01:32.442Z Downloaded match_cfg v0.1.0
4192026-08-27T18:01:32.442Z Downloaded normalize-line-endings v0.3.0
4202026-08-27T18:01:32.442Z Downloaded anyhow v1.0.104
4212026-08-27T18:01:32.445Z Downloaded tiny-keccak v2.0.2
4222026-08-27T18:01:32.446Z Downloaded futures-task v0.3.32
4232026-08-27T18:01:32.446Z Downloaded libscf-sys v1.2.0
4242026-08-27T18:01:32.449Z Downloaded nonempty v0.12.0
4252026-08-27T18:01:32.449Z Downloaded bcrypt-pbkdf v0.11.0
4262026-08-27T18:01:32.449Z Downloaded ff v0.13.1
4272026-08-27T18:01:32.449Z Downloaded foldhash v0.1.5
4282026-08-27T18:01:32.453Z Downloaded schemars v0.8.22
4292026-08-27T18:01:32.457Z Downloaded derive_more v2.1.1
4302026-08-27T18:01:32.463Z Downloaded lalrpop-util v0.19.12
4312026-08-27T18:01:32.467Z Downloaded icu_locale_core v2.1.1
4322026-08-27T18:01:32.470Z Downloaded futures-executor v0.3.32
4332026-08-27T18:01:32.470Z Downloaded assert-json-diff v2.0.2
4342026-08-27T18:01:32.470Z Downloaded oxide-generation-macros v0.2.0
4352026-08-27T18:01:32.474Z Downloaded sec1 v0.8.1
4362026-08-27T18:01:32.474Z Downloaded usdt v0.5.0
4372026-08-27T18:01:32.483Z Downloaded atomicwrites v0.4.4
4382026-08-27T18:01:32.486Z Downloaded base16ct v0.2.0
4392026-08-27T18:01:32.486Z Downloaded globset v0.4.18
4402026-08-27T18:01:32.486Z Downloaded nested v0.1.1
4412026-08-27T18:01:32.486Z Downloaded peg-runtime v0.8.5
4422026-08-27T18:01:32.486Z Downloaded crossbeam-channel v0.5.15
4432026-08-27T18:01:32.490Z Downloaded sha2 v0.11.0
4442026-08-27T18:01:32.497Z Downloaded ssh-encoding v0.3.0
4452026-08-27T18:01:32.498Z Downloaded zerovec-derive v0.11.2
4462026-08-27T18:01:32.501Z Downloaded plain v0.2.3
4472026-08-27T18:01:32.501Z Downloaded path-slash v0.1.5
4482026-08-27T18:01:32.501Z Downloaded proc-macro-crate v3.4.0
4492026-08-27T18:01:32.513Z Downloaded textwrap v0.16.2
4502026-08-27T18:01:32.515Z Downloaded heapless v0.8.0
4512026-08-27T18:01:32.521Z Downloaded native-tls v0.2.18
4522026-08-27T18:01:32.521Z Downloaded libefi-sys v0.1.0
4532026-08-27T18:01:32.521Z Downloaded rand_xorshift v0.4.0
4542026-08-27T18:01:32.521Z Downloaded icu_normalizer_data v2.1.1
4552026-08-27T18:01:32.521Z Downloaded rustc-hash v2.1.1
4562026-08-27T18:01:32.521Z Downloaded aead v0.6.1
4572026-08-27T18:01:32.521Z Downloaded bitflags v1.3.2
4582026-08-27T18:01:32.526Z Downloaded crossterm v0.29.0
4592026-08-27T18:01:32.526Z Downloaded diesel_derives v2.3.7
4602026-08-27T18:01:32.531Z Downloaded indicatif v0.18.4
4612026-08-27T18:01:32.531Z Downloaded assert_cmd v2.1.2
4622026-08-27T18:01:32.535Z Downloaded bit-vec v0.6.3
4632026-08-27T18:01:32.535Z Downloaded castaway v0.2.4
4642026-08-27T18:01:32.535Z Downloaded tinystr v0.8.2
4652026-08-27T18:01:32.535Z Downloaded futures-timer v3.0.3
4662026-08-27T18:01:32.536Z Downloaded same-file v1.0.6
4672026-08-27T18:01:32.540Z Downloaded scroll_derive v0.13.1
4682026-08-27T18:01:32.540Z Downloaded progenitor-macro v0.14.0
4692026-08-27T18:01:32.540Z Downloaded recursive-proc-macro-impl v0.1.1
4702026-08-27T18:01:32.540Z Downloaded secrecy v0.10.3
4712026-08-27T18:01:32.540Z Downloaded byte-wrapper v0.1.0
4722026-08-27T18:01:32.540Z Downloaded oxide-generation v0.1.3
4732026-08-27T18:01:32.540Z Downloaded hickory-server v0.25.2
4742026-08-27T18:01:32.544Z Downloaded derive_more-impl v2.1.1
4752026-08-27T18:01:32.547Z Downloaded jobserver v0.1.34
4762026-08-27T18:01:32.548Z Downloaded async-compression v0.4.41
4772026-08-27T18:01:32.551Z Downloaded rand v0.8.6
4782026-08-27T18:01:32.554Z Downloaded toml_parser v1.1.2+spec-1.1.0
4792026-08-27T18:01:32.554Z Downloaded bs58 v0.5.1
4802026-08-27T18:01:32.557Z Downloaded libsw v3.5.0
4812026-08-27T18:01:32.557Z Downloaded oxide-tokio-rt v0.1.4
4822026-08-27T18:01:32.557Z Downloaded serde_urlencoded v0.7.1
4832026-08-27T18:01:32.557Z Downloaded stable_deref_trait v1.2.1
4842026-08-27T18:01:32.557Z Downloaded headers v0.4.1
4852026-08-27T18:01:32.561Z Downloaded hickory-resolver v0.25.2
4862026-08-27T18:01:32.564Z Downloaded libtest-mimic v0.8.1
4872026-08-27T18:01:32.567Z Downloaded goblin v0.8.2
4882026-08-27T18:01:32.567Z Downloaded num-rational v0.4.2
4892026-08-27T18:01:32.570Z Downloaded rstest v0.25.0
4902026-08-27T18:01:32.574Z Downloaded rustls-platform-verifier v0.6.2
4912026-08-27T18:01:32.574Z Downloaded ryu v1.0.23
4922026-08-27T18:01:32.577Z Downloaded vergen v9.1.0
4932026-08-27T18:01:32.577Z Downloaded anstream v1.0.0
4942026-08-27T18:01:32.577Z Downloaded phc v0.6.1
4952026-08-27T18:01:32.581Z Downloaded phf v0.12.1
4962026-08-27T18:01:32.581Z Downloaded pkg-config v0.3.32
4972026-08-27T18:01:32.581Z Downloaded tagptr v0.2.0
4982026-08-27T18:01:32.581Z Downloaded anstream v0.6.21
4992026-08-27T18:01:32.581Z Downloaded papergrid v0.11.0
5002026-08-27T18:01:32.585Z Downloaded pem-rfc7468 v1.0.0
5012026-08-27T18:01:32.585Z Downloaded ppv-lite86 v0.2.21
5022026-08-27T18:01:32.589Z Downloaded r2d2 v0.8.10
5032026-08-27T18:01:32.590Z Downloaded fallible-iterator v0.2.0
5042026-08-27T18:01:32.590Z Downloaded atomic-waker v1.1.2
5052026-08-27T18:01:32.590Z Downloaded argon2 v0.6.0-rc.8
5062026-08-27T18:01:32.590Z Downloaded predicates v3.1.4
5072026-08-27T18:01:32.593Z Downloaded parking_lot_core v0.8.6
5082026-08-27T18:01:32.593Z Downloaded signature v3.0.0
5092026-08-27T18:01:32.593Z Downloaded siphasher v1.0.2
5102026-08-27T18:01:32.593Z Downloaded subtle v2.6.1
5112026-08-27T18:01:32.593Z Downloaded tinyvec_macros v0.1.1
5122026-08-27T18:01:32.593Z Downloaded tokio-macros v2.7.0
5132026-08-27T18:01:32.597Z Downloaded supports-hyperlinks v2.1.0
5142026-08-27T18:01:32.597Z Downloaded testing_table v0.3.0
5152026-08-27T18:01:32.597Z Downloaded chacha20 v0.9.1
5162026-08-27T18:01:32.597Z Downloaded progenitor-impl v0.14.0
5172026-08-27T18:01:32.597Z Downloaded rustls-pemfile v2.2.0
5182026-08-27T18:01:32.602Z Downloaded serde_derive v1.0.228
5192026-08-27T18:01:32.602Z Downloaded uuid v1.23.4
5202026-08-27T18:01:32.605Z Downloaded rand_distr v0.5.1
5212026-08-27T18:01:32.606Z Downloaded typify v0.6.2
5222026-08-27T18:01:32.606Z Downloaded hashbrown v0.12.3
5232026-08-27T18:01:32.609Z Downloaded unicode-truncate v1.1.0
5242026-08-27T18:01:32.609Z Downloaded icu_normalizer v2.1.1
5252026-08-27T18:01:32.613Z Downloaded unit-prefix v0.5.2
5262026-08-27T18:01:32.613Z Downloaded untrusted v0.9.0
5272026-08-27T18:01:32.613Z Downloaded der v0.8.0
5282026-08-27T18:01:32.616Z Downloaded icu_collections v2.1.1
5292026-08-27T18:01:32.620Z Downloaded serde_tokenstream v0.3.0
5302026-08-27T18:01:32.620Z Downloaded progenitor-client v0.13.0
5312026-08-27T18:01:32.620Z Downloaded utf-8 v0.7.6
5322026-08-27T18:01:32.623Z Downloaded sqlformat v0.3.5
5332026-08-27T18:01:32.623Z Downloaded stacker v0.1.23
5342026-08-27T18:01:32.623Z Downloaded rand_core v0.9.5
5352026-08-27T18:01:32.627Z Downloaded strum_macros v0.24.3
5362026-08-27T18:01:32.627Z Downloaded proc-macro-error v1.0.4
5372026-08-27T18:01:32.630Z Downloaded want v0.3.1
5382026-08-27T18:01:32.630Z Downloaded difflib v0.4.0
5392026-08-27T18:01:32.630Z Downloaded quinn-udp v0.5.14
5402026-08-27T18:01:32.630Z Downloaded ecdsa v0.17.0
5412026-08-27T18:01:32.634Z Downloaded recursive v0.1.1
5422026-08-27T18:01:32.637Z Downloaded thiserror-no-std v2.0.2
5432026-08-27T18:01:32.640Z Downloaded rstest_macros v0.25.0
5442026-08-27T18:01:32.643Z Downloaded dyn-clone v1.0.20
5452026-08-27T18:01:32.643Z Downloaded errno v0.3.14
5462026-08-27T18:01:32.643Z Downloaded foreign-types-shared v0.1.1
5472026-08-27T18:01:32.647Z Downloaded generic-array v0.14.7
5482026-08-27T18:01:32.650Z Downloaded schemars v0.9.0
5492026-08-27T18:01:32.655Z Downloaded rustc-demangle v0.1.27
5502026-08-27T18:01:32.659Z Downloaded slab v0.4.12
5512026-08-27T18:01:32.659Z Downloaded aes v0.9.1
5522026-08-27T18:01:32.662Z Downloaded dof v0.4.0
5532026-08-27T18:01:32.662Z Downloaded url v2.5.8
5542026-08-27T18:01:32.662Z Downloaded rustls-pki-types v1.14.0
5552026-08-27T18:01:32.665Z Downloaded memoffset v0.9.1
5562026-08-27T18:01:32.665Z Downloaded multimap v0.10.1
5572026-08-27T18:01:32.669Z Downloaded parking_lot v0.11.2
5582026-08-27T18:01:32.669Z Downloaded num v0.4.3
5592026-08-27T18:01:32.672Z Downloaded serde_with v1.14.0
5602026-08-27T18:01:32.681Z Downloaded backtrace-ext v0.2.1
5612026-08-27T18:01:32.684Z Downloaded bitfield-macros v0.19.4
5622026-08-27T18:01:32.694Z Downloaded md5 v0.8.0
5632026-08-27T18:01:32.698Z Downloaded vergen-git2 v9.1.0
5642026-08-27T18:01:32.698Z Downloaded yoke v0.8.1
5652026-08-27T18:01:32.701Z Downloaded packed_struct_codegen v0.10.1
5662026-08-27T18:01:32.706Z Downloaded miniz_oxide v0.8.9
5672026-08-27T18:01:32.706Z Downloaded libsw-core v0.3.2
5682026-08-27T18:01:32.707Z Downloaded aead v0.5.2
5692026-08-27T18:01:32.710Z Downloaded toml_writer v1.1.1+spec-1.1.0
5702026-08-27T18:01:32.710Z Downloaded internal-russh-num-bigint v0.5.0
5712026-08-27T18:01:32.710Z Downloaded getrandom v0.3.4
5722026-08-27T18:01:32.713Z Downloaded walkdir v2.5.0
5732026-08-27T18:01:32.713Z Downloaded either v1.15.0
5742026-08-27T18:01:32.713Z Downloaded fxhash v0.2.1
5752026-08-27T18:01:32.716Z Downloaded digest v0.10.7
5762026-08-27T18:01:32.720Z Downloaded tokio-postgres v0.7.16
5772026-08-27T18:01:32.723Z Downloaded flate2 v1.1.9
5782026-08-27T18:01:32.723Z Downloaded async-object-pool v0.2.0
5792026-08-27T18:01:32.726Z Downloaded ascii-canvas v3.0.0
5802026-08-27T18:01:32.729Z Downloaded serde_derive_internals v0.29.1
5812026-08-27T18:01:32.729Z Downloaded ucd-trie v0.1.7
5822026-08-27T18:01:32.729Z Downloaded fs_extra v1.3.0
5832026-08-27T18:01:32.733Z Downloaded try-lock v0.2.5
5842026-08-27T18:01:32.733Z Downloaded predicates-core v1.0.10
5852026-08-27T18:01:32.733Z Downloaded predicates-tree v1.0.13
5862026-08-27T18:01:32.733Z Downloaded block-buffer v0.10.4
5872026-08-27T18:01:32.736Z Downloaded parse-display v0.10.0
5882026-08-27T18:01:32.736Z Downloaded openssl-sys v0.9.117
5892026-08-27T18:01:32.739Z Downloaded crypto-primes v0.7.2
5902026-08-27T18:01:32.742Z Downloaded serde_core v1.0.228
5912026-08-27T18:01:32.746Z Downloaded serde_with_macros v3.21.0
5922026-08-27T18:01:32.746Z Downloaded usdt-impl v0.6.0
5932026-08-27T18:01:32.746Z Downloaded anstyle-parse v0.2.7
5942026-08-27T18:01:32.746Z Downloaded anstyle-parse v1.0.0
5952026-08-27T18:01:32.750Z Downloaded writeable v0.6.2
5962026-08-27T18:01:32.750Z Downloaded zip v0.6.6
5972026-08-27T18:01:32.750Z Downloaded zmij v1.0.21
5982026-08-27T18:01:32.753Z Downloaded fastrand v2.3.0
5992026-08-27T18:01:32.753Z Downloaded rustc_version v0.1.7
6002026-08-27T18:01:32.753Z Downloaded sapling-renderdag v0.1.0
6012026-08-27T18:01:32.753Z Downloaded sha1 v0.11.0
6022026-08-27T18:01:32.757Z Downloaded enum_dispatch v0.3.13
6032026-08-27T18:01:32.757Z Downloaded phf_shared v0.13.1
6042026-08-27T18:01:32.760Z Downloaded term v1.2.1
6052026-08-27T18:01:32.760Z Downloaded postcard v1.1.3
6062026-08-27T18:01:32.763Z Downloaded target-spec v3.5.7
6072026-08-27T18:01:32.767Z Downloaded yasna v0.5.2
6082026-08-27T18:01:32.767Z Downloaded hyper-util v0.1.20
6092026-08-27T18:01:32.770Z Downloaded zeroize v1.9.0
6102026-08-27T18:01:32.770Z Downloaded hashbrown v0.13.2
6112026-08-27T18:01:32.774Z Downloaded indexmap v2.14.0
6122026-08-27T18:01:32.777Z Downloaded serde-big-array v0.5.1
6132026-08-27T18:01:32.777Z Downloaded sigpipe v0.1.3
6142026-08-27T18:01:32.777Z Downloaded itertools v0.10.5
6152026-08-27T18:01:32.780Z Downloaded toml v0.8.23
6162026-08-27T18:01:32.781Z Downloaded pem-rfc7468 v0.7.0
6172026-08-27T18:01:32.784Z Downloaded vergen-gitcl v1.0.8
6182026-08-27T18:01:32.784Z Downloaded git-stub-vcs v0.1.0
6192026-08-27T18:01:32.784Z Downloaded glob v0.3.3
6202026-08-27T18:01:32.784Z Downloaded knus-derive v3.4.0
6212026-08-27T18:01:32.787Z Downloaded newtype-uuid v1.3.2
6222026-08-27T18:01:32.787Z Downloaded pem v3.0.6
6232026-08-27T18:01:32.787Z Downloaded libloading v0.8.9
6242026-08-27T18:01:32.787Z Downloaded signature v2.2.0
6252026-08-27T18:01:32.792Z Downloaded tinyvec v1.10.0
6262026-08-27T18:01:32.792Z Downloaded pest v2.8.6
6272026-08-27T18:01:32.809Z Downloaded serde_bytes v0.11.19
6282026-08-27T18:01:32.809Z Downloaded typenum v1.20.1
6292026-08-27T18:01:32.809Z Downloaded tracing-core v0.1.36
6302026-08-27T18:01:32.809Z Downloaded ron v0.8.1
6312026-08-27T18:01:32.809Z Downloaded h2 v0.4.15
6322026-08-27T18:01:32.813Z Downloaded supports-color v2.1.0
6332026-08-27T18:01:32.813Z Downloaded num_enum v0.5.11
6342026-08-27T18:01:32.813Z Downloaded clap_builder v4.6.0
6352026-08-27T18:01:32.813Z Downloaded plotters v0.3.7
6362026-08-27T18:01:32.816Z Downloaded progenitor-extras v0.2.0
6372026-08-27T18:01:32.820Z Downloaded rustls-native-certs v0.8.3
6382026-08-27T18:01:32.820Z Downloaded secrecy v0.8.0
6392026-08-27T18:01:32.820Z Downloaded topological-sort v0.2.2
6402026-08-27T18:01:32.820Z Downloaded tower-layer v0.3.3
6412026-08-27T18:01:32.824Z Downloaded camino-tempfile v1.4.1
6422026-08-27T18:01:32.824Z Downloaded openssl-macros v0.1.1
6432026-08-27T18:01:32.824Z Downloaded tokio-test v0.4.5
6442026-08-27T18:01:32.824Z Downloaded typify-macro v0.6.2
6452026-08-27T18:01:32.827Z Downloaded usdt-attr-macro v0.6.0
6462026-08-27T18:01:32.833Z Downloaded terminal_size v0.4.3
6472026-08-27T18:01:32.836Z Downloaded thread-id v4.2.2
6482026-08-27T18:01:32.836Z Downloaded utf8parse v0.2.2
6492026-08-27T18:01:32.839Z Downloaded usdt-attr-macro v0.5.0
6502026-08-27T18:01:32.843Z Downloaded paste v1.0.15
6512026-08-27T18:01:32.846Z Downloaded sha2 v0.10.9
6522026-08-27T18:01:32.846Z Downloaded smf v0.2.3
6532026-08-27T18:01:32.849Z Downloaded proc-macro-error2 v2.0.1
6542026-08-27T18:01:32.850Z Downloaded http v1.4.2
6552026-08-27T18:01:32.853Z Downloaded dof v0.3.0
6562026-08-27T18:01:32.853Z Downloaded futures-macro v0.3.32
6572026-08-27T18:01:32.856Z Downloaded port-file v0.1.0
6582026-08-27T18:01:32.856Z Downloaded spki v0.7.3
6592026-08-27T18:01:32.859Z Downloaded pkcs1 v0.8.0-rc.4
6602026-08-27T18:01:32.863Z Downloaded dsl_auto_type v0.2.0
6612026-08-27T18:01:32.867Z Downloaded foreign-types-macros v0.2.3
6622026-08-27T18:01:32.867Z Downloaded ssh-cipher v0.3.0
6632026-08-27T18:01:32.867Z Downloaded string_cache v0.8.9
6642026-08-27T18:01:32.867Z Downloaded textwrap v0.15.2
6652026-08-27T18:01:32.870Z Downloaded toml v0.7.8
6662026-08-27T18:01:32.870Z Downloaded foreign-types v0.5.0
6672026-08-27T18:01:32.870Z Downloaded serde_tokenstream v0.2.3
6682026-08-27T18:01:32.874Z Downloaded slog-dtrace v0.3.0
6692026-08-27T18:01:32.874Z Downloaded lru-slab v0.1.2
6702026-08-27T18:01:32.874Z Downloaded bumpalo v3.20.2
6712026-08-27T18:01:32.874Z Downloaded rand_chacha v0.9.0
6722026-08-27T18:01:32.874Z Downloaded num-traits v0.2.19
6732026-08-27T18:01:32.878Z Downloaded env_filter v2.0.0
6742026-08-27T18:01:32.881Z Downloaded equivalent v1.0.2
6752026-08-27T18:01:32.881Z Downloaded float-ord v0.3.2
6762026-08-27T18:01:32.881Z Downloaded lazy_static v1.5.0
6772026-08-27T18:01:32.881Z Downloaded unicode-segmentation v1.12.0
6782026-08-27T18:01:32.885Z Downloaded async-lock v3.4.2
6792026-08-27T18:01:32.888Z Downloaded camino v1.2.5
6802026-08-27T18:01:32.888Z Downloaded hkdf v0.13.0
6812026-08-27T18:01:32.891Z Downloaded num-derive v0.4.2
6822026-08-27T18:01:32.891Z Downloaded unicode-ident v1.0.24
6832026-08-27T18:01:32.894Z Downloaded strum_macros v0.26.4
6842026-08-27T18:01:32.894Z Downloaded futures-sink v0.3.32
6852026-08-27T18:01:32.895Z Downloaded blake2 v0.11.0-rc.6
6862026-08-27T18:01:32.898Z Downloaded keccak v0.1.6
6872026-08-27T18:01:32.898Z Downloaded linkme-impl v0.3.35
6882026-08-27T18:01:32.898Z Downloaded mio v1.2.0
6892026-08-27T18:01:32.902Z Downloaded cfg-expr v0.20.6
6902026-08-27T18:01:32.902Z Downloaded rustyline v14.0.0
6912026-08-27T18:01:32.905Z Downloaded scroll v0.12.0
6922026-08-27T18:01:32.905Z Downloaded block-padding v0.4.2
6932026-08-27T18:01:32.908Z Downloaded slog v2.8.2
6942026-08-27T18:01:32.908Z Downloaded zopfli v0.8.3
6952026-08-27T18:01:32.908Z Downloaded dropshot_endpoint v0.17.1
6962026-08-27T18:01:32.912Z Downloaded fatfs v0.3.6
6972026-08-27T18:01:32.912Z Downloaded cfg-if v1.0.4
6982026-08-27T18:01:32.915Z Downloaded ciborium-ll v0.2.2
6992026-08-27T18:01:32.915Z Downloaded termios v0.3.3
7002026-08-27T18:01:32.915Z Downloaded thread_local v1.1.9
7012026-08-27T18:01:32.915Z Downloaded tokio-dtrace v0.1.1
7022026-08-27T18:01:32.915Z Downloaded memmap v0.7.0
7032026-08-27T18:01:32.919Z Downloaded nodrop v0.1.14
7042026-08-27T18:01:32.919Z Downloaded async-stream-impl v0.3.6
7052026-08-27T18:01:32.919Z Downloaded array-init v0.0.4
7062026-08-27T18:01:32.919Z Downloaded openssl-probe v0.2.1
7072026-08-27T18:01:32.919Z Downloaded zstd v0.13.3
7082026-08-27T18:01:32.919Z Downloaded ed25519 v2.2.3
7092026-08-27T18:01:32.922Z Downloaded powerfmt v0.2.0
7102026-08-27T18:01:32.922Z Downloaded uzers v0.12.2
7112026-08-27T18:01:32.923Z Downloaded futures v0.3.32
7122026-08-27T18:01:32.928Z Downloaded hyper v1.10.1
7132026-08-27T18:01:32.931Z Downloaded hashbrown v0.16.1
7142026-08-27T18:01:32.934Z Downloaded radium v0.7.0
7152026-08-27T18:01:32.934Z Downloaded nom v7.1.3
7162026-08-27T18:01:32.938Z Downloaded itertools v0.12.1
7172026-08-27T18:01:32.941Z Downloaded zstd-safe v7.2.4
7182026-08-27T18:01:32.941Z Downloaded schemars v1.2.1
7192026-08-27T18:01:32.948Z Downloaded ed25519 v3.0.0
7202026-08-27T18:01:32.952Z Downloaded iri-string v0.7.10
7212026-08-27T18:01:32.956Z Downloaded libbz2-rs-sys v0.2.2
7222026-08-27T18:01:32.956Z Downloaded proc-macro-crate v1.3.1
7232026-08-27T18:01:32.956Z Downloaded linkme v0.3.35
7242026-08-27T18:01:32.956Z Downloaded jiff-core v0.1.0
7252026-08-27T18:01:32.960Z Downloaded tokio-stream v0.1.18
7262026-08-27T18:01:32.963Z Downloaded erased-serde v0.3.31
7272026-08-27T18:01:32.963Z Downloaded nanorand v0.7.0
7282026-08-27T18:01:32.963Z Downloaded rsa v0.10.0-rc.18
7292026-08-27T18:01:32.967Z Downloaded semver v0.1.20
7302026-08-27T18:01:32.967Z Downloaded hkdf v0.12.4
7312026-08-27T18:01:32.970Z Downloaded serde v1.0.228
7322026-08-27T18:01:32.970Z Downloaded signal-hook-mio v0.2.5
7332026-08-27T18:01:32.973Z Downloaded swrite v0.1.0
7342026-08-27T18:01:32.973Z Downloaded serde_repr v0.1.20
7352026-08-27T18:01:32.973Z Downloaded newtype_derive v0.1.6
7362026-08-27T18:01:32.973Z Downloaded sync-ptr v0.1.4
7372026-08-27T18:01:32.973Z Downloaded chacha20poly1305 v0.10.1
7382026-08-27T18:01:32.977Z Downloaded chumsky v0.9.3
7392026-08-27T18:01:32.977Z Downloaded bitfield v0.19.4
7402026-08-27T18:01:32.977Z Downloaded sync_wrapper v1.0.2
7412026-08-27T18:01:32.980Z Downloaded toml_datetime v0.6.11
7422026-08-27T18:01:32.980Z Downloaded time-core v0.1.8
7432026-08-27T18:01:32.984Z Downloaded path-tree v0.8.3
7442026-08-27T18:01:32.984Z Downloaded hashbrown v0.14.5
7452026-08-27T18:01:32.987Z Downloaded ed25519-dalek v2.2.0
7462026-08-27T18:01:32.991Z Downloaded hashbrown v0.15.5
7472026-08-27T18:01:32.994Z Downloaded hashbrown v0.17.0
7482026-08-27T18:01:32.997Z Downloaded fancy-regex v0.14.0
7492026-08-27T18:01:32.997Z Downloaded sqlparser_derive v0.5.0
7502026-08-27T18:01:32.998Z Downloaded itertools v0.13.0
7512026-08-27T18:01:33.002Z Downloaded idna v1.1.0
7522026-08-27T18:01:33.005Z Downloaded itertools v0.14.0
7532026-08-27T18:01:33.009Z Downloaded flagset v0.4.7
7542026-08-27T18:01:33.009Z Downloaded rand_core v0.10.0
7552026-08-27T18:01:33.012Z Downloaded progenitor v0.13.0
7562026-08-27T18:01:33.012Z Downloaded progenitor v0.14.0
7572026-08-27T18:01:33.012Z Downloaded unicode-linebreak v0.1.5
7582026-08-27T18:01:33.012Z Downloaded icu_properties_data v2.1.2
7592026-08-27T18:01:33.017Z Downloaded lru v0.12.5
7602026-08-27T18:01:33.020Z Downloaded miette-derive v5.10.0
7612026-08-27T18:01:33.020Z Downloaded zerocopy v0.6.6
7622026-08-27T18:01:33.020Z Downloaded rpassword v7.5.4
7632026-08-27T18:01:33.024Z Downloaded miette v5.10.0
7642026-08-27T18:01:33.024Z Downloaded itertools v0.15.0
7652026-08-27T18:01:33.027Z Downloaded knuffel-derive v3.2.0
7662026-08-27T18:01:33.030Z Downloaded ml-kem v0.3.2
7672026-08-27T18:01:33.030Z Downloaded num-integer v0.1.46
7682026-08-27T18:01:33.030Z Downloaded rust-argon2 v2.1.0
7692026-08-27T18:01:33.034Z Downloaded schemars_derive v0.8.22
7702026-08-27T18:01:33.034Z Downloaded bit-set v0.8.0
7712026-08-27T18:01:33.034Z Downloaded enum-as-inner v0.6.1
7722026-08-27T18:01:33.034Z Downloaded dtrace-parser v0.2.0
7732026-08-27T18:01:33.034Z Downloaded plotters-svg v0.3.7
7742026-08-27T18:01:33.034Z Downloaded globwalk v0.9.1
7752026-08-27T18:01:33.038Z Downloaded quick-error v1.2.3
7762026-08-27T18:01:33.039Z Downloaded ghash v0.6.0
7772026-08-27T18:01:33.039Z Downloaded itoa v1.0.17
7782026-08-27T18:01:33.039Z Downloaded num-iter v0.1.45
7792026-08-27T18:01:33.039Z Downloaded num-conv v0.2.0
7802026-08-27T18:01:33.042Z Downloaded winnow v0.6.26
7812026-08-27T18:01:33.045Z Downloaded adler2 v2.0.1
7822026-08-27T18:01:33.046Z Downloaded zip v4.6.1
7832026-08-27T18:01:33.049Z Downloaded bzip2 v0.4.4
7842026-08-27T18:01:33.049Z Downloaded slog-scope v4.4.1
7852026-08-27T18:01:33.052Z Downloaded phf_shared v0.11.3
7862026-08-27T18:01:33.052Z Downloaded nom v8.0.0
7872026-08-27T18:01:33.057Z Downloaded ahash v0.8.12
7882026-08-27T18:01:33.057Z Downloaded zerovec v0.11.5
7892026-08-27T18:01:33.060Z Downloaded bzip2 v0.6.1
7902026-08-27T18:01:33.060Z Downloaded slog-async v2.8.0
7912026-08-27T18:01:33.063Z Downloaded stringmetrics v2.2.2
7922026-08-27T18:01:33.063Z Downloaded cargo-platform v0.3.2
7932026-08-27T18:01:33.063Z Downloaded expectorate v1.2.0
7942026-08-27T18:01:33.064Z Downloaded cast v0.3.0
7952026-08-27T18:01:33.067Z Downloaded scheduled-thread-pool v0.2.7
7962026-08-27T18:01:33.070Z Downloaded parking_lot_core v0.9.12
7972026-08-27T18:01:33.070Z Downloaded pkcs8 v0.11.0
7982026-08-27T18:01:33.080Z Downloaded wnaf v0.14.0
7992026-08-27T18:01:33.084Z Downloaded supports-unicode v3.0.0
8002026-08-27T18:01:33.084Z Downloaded fixedbitset v0.5.7
8012026-08-27T18:01:33.084Z Downloaded termtree v0.5.1
8022026-08-27T18:01:33.084Z Downloaded serde_regex v1.1.0
8032026-08-27T18:01:33.089Z Downloaded publicsuffix v2.3.0
8042026-08-27T18:01:33.092Z Downloaded libxml v0.3.3
8052026-08-27T18:01:33.095Z Downloaded tar v0.4.46
8062026-08-27T18:01:33.095Z Downloaded unicase v2.9.0
8072026-08-27T18:01:33.099Z Downloaded packed_struct v0.10.1
8082026-08-27T18:01:33.102Z Downloaded untrusted v0.7.1
8092026-08-27T18:01:33.106Z Downloaded displaydoc v0.2.5
8102026-08-27T18:01:33.109Z Downloaded base64 v0.21.7
8112026-08-27T18:01:33.109Z Downloaded postgres-protocol v0.6.10
8122026-08-27T18:01:33.112Z Downloaded semver v1.0.28
8132026-08-27T18:01:33.118Z Downloaded zeroize_derive v1.5.0
8142026-08-27T18:01:33.121Z Downloaded zone v0.3.1
8152026-08-27T18:01:33.124Z Downloaded macaddr v1.0.1
8162026-08-27T18:01:33.125Z Downloaded slog-stdlog v4.1.1
8172026-08-27T18:01:33.125Z Downloaded rand_core v0.6.4
8182026-08-27T18:01:33.128Z Downloaded futures-io v0.3.32
8192026-08-27T18:01:33.128Z Downloaded kem v0.3.0
8202026-08-27T18:01:33.128Z Downloaded argon2 v0.5.3
8212026-08-27T18:01:33.128Z Downloaded async-trait v0.1.89
8222026-08-27T18:01:33.131Z Downloaded peg-macros v0.8.5
8232026-08-27T18:01:33.131Z Downloaded ed25519-dalek v3.0.0
8242026-08-27T18:01:33.134Z Downloaded num_threads v0.1.7
8252026-08-27T18:01:33.138Z Downloaded arrayref v0.3.9
8262026-08-27T18:01:33.138Z Downloaded oorandom v11.1.5
8272026-08-27T18:01:33.141Z Downloaded cargo_metadata v0.23.1
8282026-08-27T18:01:33.141Z Downloaded owo-colors v4.3.0
8292026-08-27T18:01:33.144Z Downloaded resolv-conf v0.7.6
8302026-08-27T18:01:33.144Z Downloaded serde_with v3.21.0
8312026-08-27T18:01:33.150Z Downloaded signal-hook-registry v1.4.8
8322026-08-27T18:01:33.153Z Downloaded mime v0.3.17
8332026-08-27T18:01:33.153Z Downloaded newline-converter v0.3.0
8342026-08-27T18:01:33.156Z Downloaded fs-err v3.3.0
8352026-08-27T18:01:33.156Z Downloaded iddqd v0.4.2
8362026-08-27T18:01:33.160Z Downloaded synstructure v0.13.2
8372026-08-27T18:01:33.164Z Downloaded tls_codec_derive v0.4.2
8382026-08-27T18:01:33.164Z Downloaded russh-cryptovec v0.62.0
8392026-08-27T18:01:33.164Z Downloaded slog-bunyan v2.5.0
8402026-08-27T18:01:33.164Z Downloaded miette v7.6.0
8412026-08-27T18:01:33.168Z Downloaded serde_path_to_error v0.1.20
8422026-08-27T18:01:33.168Z Downloaded num-bigint v0.4.6
8432026-08-27T18:01:33.171Z Downloaded parking v2.2.1
8442026-08-27T18:01:33.174Z Downloaded unicode-properties v0.1.4
8452026-08-27T18:01:33.174Z Downloaded vergen-lib v0.1.6
8462026-08-27T18:01:33.177Z Downloaded whoami v2.1.0
8472026-08-27T18:01:33.177Z Downloaded spki v0.8.0
8482026-08-27T18:01:33.180Z Downloaded strum_macros v0.27.2
8492026-08-27T18:01:33.180Z Downloaded thiserror-impl v2.0.18
8502026-08-27T18:01:33.181Z Downloaded smawk v0.3.2
8512026-08-27T18:01:33.181Z Downloaded tungstenite v0.23.0
8522026-08-27T18:01:33.184Z Downloaded winnow v0.7.14
8532026-08-27T18:01:33.187Z Downloaded parse-size v1.1.0
8542026-08-27T18:01:33.190Z Downloaded strsim v0.11.1
8552026-08-27T18:01:33.190Z Downloaded progenitor-macro v0.13.0
8562026-08-27T18:01:33.190Z Downloaded seq-macro v0.3.6
8572026-08-27T18:01:33.194Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8582026-08-27T18:01:33.194Z Downloaded diff v0.1.13
8592026-08-27T18:01:33.194Z Downloaded keccak v0.2.0
8602026-08-27T18:01:33.199Z Downloaded toml v1.1.2+spec-1.1.0
8612026-08-27T18:01:33.202Z Downloaded futures-channel v0.3.32
8622026-08-27T18:01:33.202Z Downloaded vsss-rs v3.3.4
8632026-08-27T18:01:33.202Z Downloaded pest_meta v2.8.6
8642026-08-27T18:01:34.208Z Downloaded tungstenite v0.21.0
8652026-08-27T18:01:34.208Z Downloaded usdt-macro v0.6.0
8662026-08-27T18:01:34.208Z Downloaded usdt-impl v0.5.0
8672026-08-27T18:01:34.208Z Downloaded event-listener-strategy v0.5.4
8682026-08-27T18:01:34.213Z Downloaded module-lattice v0.2.3
8692026-08-27T18:01:34.213Z Downloaded usdt-macro v0.5.0
8702026-08-27T18:01:34.213Z Downloaded xattr v1.6.1
8712026-08-27T18:01:34.213Z Downloaded zerofrom v0.1.6
8722026-08-27T18:01:34.213Z Downloaded dirs-next v2.0.0
8732026-08-27T18:01:34.213Z Downloaded dunce v1.0.5
8742026-08-27T18:01:34.213Z Downloaded float-cmp v0.10.0
8752026-08-27T18:01:34.213Z Downloaded linked-hash-map v0.5.6
8762026-08-27T18:01:34.213Z Downloaded nu-ansi-term v0.50.3
8772026-08-27T18:01:34.213Z Downloaded num_enum v0.7.6
8782026-08-27T18:01:34.213Z Downloaded backoff v0.4.0
8792026-08-27T18:01:34.213Z Downloaded portable-atomic v1.13.1
8802026-08-27T18:01:34.213Z Downloaded unicode_categories v0.1.1
8812026-08-27T18:01:34.213Z Downloaded filetime v0.2.27
8822026-08-27T18:01:34.213Z Downloaded pkcs5 v0.8.1
8832026-08-27T18:01:34.213Z Downloaded tower-http v0.6.8
8842026-08-27T18:01:34.213Z Downloaded ff v0.14.0
8852026-08-27T18:01:34.213Z Downloaded foreign-types-shared v0.3.1
8862026-08-27T18:01:34.213Z Downloaded oxide-update-engine v0.1.2
8872026-08-27T18:01:34.213Z Downloaded async-recursion v1.1.1
8882026-08-27T18:01:34.213Z Downloaded unicode-bidi v0.3.18
8892026-08-27T18:01:34.213Z Downloaded lock_api v0.4.14
8902026-08-27T18:01:34.213Z Downloaded quick-xml v0.37.5
8912026-08-27T18:01:34.213Z Downloaded getrandom v0.4.3
8922026-08-27T18:01:34.213Z Downloaded bytecount v0.6.9
8932026-08-27T18:01:34.213Z Downloaded cipher v0.4.4
8942026-08-27T18:01:34.213Z Downloaded lru-cache v0.1.2
8952026-08-27T18:01:34.213Z Downloaded newtype-uuid-macros v0.1.0
8962026-08-27T18:01:34.214Z Downloaded partial-io v0.5.4
8972026-08-27T18:01:34.214Z Downloaded serdect v0.4.3
8982026-08-27T18:01:34.214Z Downloaded scroll_derive v0.12.1
8992026-08-27T18:01:34.214Z Downloaded scopeguard v1.2.0
9002026-08-27T18:01:34.214Z Downloaded strsim v0.10.0
9012026-08-27T18:01:34.214Z Downloaded utf8_iter v1.0.4
9022026-08-27T18:01:34.214Z Downloaded getrandom v0.2.17
9032026-08-27T18:01:34.214Z Downloaded memchr v2.8.0
9042026-08-27T18:01:34.214Z Downloaded tabwriter v1.4.1
9052026-08-27T18:01:34.214Z Downloaded signal-hook v0.3.18
9062026-08-27T18:01:34.214Z Downloaded rayon-core v1.13.0
9072026-08-27T18:01:34.214Z Downloaded zerotrie v0.2.3
9082026-08-27T18:01:34.214Z Downloaded ena v0.14.4
9092026-08-27T18:01:34.214Z Downloaded shell-words v1.1.1
9102026-08-27T18:01:34.214Z Downloaded wait-timeout v0.2.1
9112026-08-27T18:01:34.214Z Downloaded foreign-types v0.3.2
9122026-08-27T18:01:34.214Z Downloaded gethostname v0.5.0
9132026-08-27T18:01:34.214Z Downloaded kstat-rs v0.2.5
9142026-08-27T18:01:34.214Z Downloaded rustls-webpki v0.103.13
9152026-08-27T18:01:34.214Z Downloaded async-stream v0.3.6
9162026-08-27T18:01:34.214Z Downloaded blake2 v0.10.6
9172026-08-27T18:01:34.214Z Downloaded anes v0.1.6
9182026-08-27T18:01:34.214Z Downloaded managed v0.8.0
9192026-08-27T18:01:34.214Z Downloaded unarray v0.1.4
9202026-08-27T18:01:34.214Z Downloaded futures-core v0.3.32
9212026-08-27T18:01:34.214Z Downloaded miette-derive v7.6.0
9222026-08-27T18:01:34.214Z Downloaded blowfish v0.10.0
9232026-08-27T18:01:34.214Z Downloaded bitfield-struct v0.6.2
9242026-08-27T18:01:34.214Z Downloaded tap v1.0.1
9252026-08-27T18:01:34.214Z Downloaded universal-hash v0.5.1
9262026-08-27T18:01:34.214Z Downloaded chrono v0.4.45
9272026-08-27T18:01:34.214Z Downloaded poly1305 v0.9.0
9282026-08-27T18:01:34.214Z Downloaded rustversion v1.0.22
9292026-08-27T18:01:34.214Z Downloaded elliptic-curve v0.14.1
9302026-08-27T18:01:34.214Z Downloaded thiserror v2.0.18
9312026-08-27T18:01:34.214Z Downloaded trybuild v1.0.116
9322026-08-27T18:01:34.214Z Downloaded lzss v0.8.2
9332026-08-27T18:01:34.214Z Downloaded russh-util v0.52.0
9342026-08-27T18:01:34.214Z Downloaded tempfile v3.27.0
9352026-08-27T18:01:34.215Z Downloaded psm v0.1.30
9362026-08-27T18:01:34.215Z Downloaded thiserror-impl v1.0.69
9372026-08-27T18:01:34.215Z Downloaded supports-color v3.0.2
9382026-08-27T18:01:34.215Z Downloaded base64ct v1.8.3
9392026-08-27T18:01:34.215Z Downloaded atty v0.2.14
9402026-08-27T18:01:34.215Z Downloaded sha1 v0.10.6
9412026-08-27T18:01:34.215Z Downloaded sponge-cursor v0.1.0
9422026-08-27T18:01:34.215Z Downloaded ecdsa v0.16.9
9432026-08-27T18:01:34.215Z Downloaded mime_guess v2.0.5
9442026-08-27T18:01:34.215Z Downloaded yansi v1.0.1
9452026-08-27T18:01:34.215Z Downloaded multer v3.1.0
9462026-08-27T18:01:34.215Z Downloaded proc-macro-error-attr v1.0.4
9472026-08-27T18:01:34.215Z Downloaded num-complex v0.4.6
9482026-08-27T18:01:34.215Z Downloaded sha3 v0.12.0
9492026-08-27T18:01:34.215Z Downloaded base64 v0.22.1
9502026-08-27T18:01:34.215Z Downloaded embedded-io v0.6.1
9512026-08-27T18:01:34.215Z Downloaded rand v0.10.1
9522026-08-27T18:01:34.215Z Downloaded prettyplease v0.2.37
9532026-08-27T18:01:34.215Z Downloaded simd-adler32 v0.3.8
9542026-08-27T18:01:34.215Z Downloaded progenitor-impl v0.13.0
9552026-08-27T18:01:34.215Z Downloaded cfg_aliases v0.1.1
9562026-08-27T18:01:34.215Z Downloaded fixedbitset v0.4.2
9572026-08-27T18:01:34.215Z Downloaded p384 v0.14.0
9582026-08-27T18:01:34.215Z Downloaded rand_pcg v0.10.2
9592026-08-27T18:01:34.215Z Downloaded pkcs1 v0.7.5
9602026-08-27T18:01:34.215Z Downloaded steno v0.4.1
9612026-08-27T18:01:34.215Z Downloaded oxide-update-engine-display v0.1.2
9622026-08-27T18:01:34.215Z Downloaded ciborium-io v0.2.2
9632026-08-27T18:01:34.215Z Downloaded scuffle v0.1.0
9642026-08-27T18:01:34.215Z Downloaded nibble_vec v0.1.0
9652026-08-27T18:01:34.215Z Downloaded pretty_assertions v1.4.1
9662026-08-27T18:01:34.215Z Downloaded serde_yaml v0.9.34+deprecated
9672026-08-27T18:01:34.215Z Downloaded once_cell v1.21.3
9682026-08-27T18:01:34.222Z Downloaded num_enum_derive v0.7.6
9692026-08-27T18:01:34.222Z Downloaded blake3 v1.8.5
9702026-08-27T18:01:34.222Z Downloaded document-features v0.2.12
9712026-08-27T18:01:34.222Z Downloaded num_enum_derive v0.5.11
9722026-08-27T18:01:34.222Z Downloaded thiserror-impl-no-std v2.0.2
9732026-08-27T18:01:34.222Z Downloaded polyval v0.7.1
9742026-08-27T18:01:34.222Z Downloaded reqwest v0.13.2
9752026-08-27T18:01:34.222Z Downloaded curve25519-dalek v4.1.3
9762026-08-27T18:01:34.222Z Downloaded minimal-lexical v0.2.1
9772026-08-27T18:01:34.222Z Downloaded anstyle-query v1.1.5
9782026-08-27T18:01:34.222Z Downloaded rusty-fork v0.3.1
9792026-08-27T18:01:34.222Z Downloaded tracing-attributes v0.1.31
9802026-08-27T18:01:34.222Z Downloaded ref-cast-impl v1.0.25
9812026-08-27T18:01:34.222Z Downloaded zone_cfg_derive v0.3.1
9822026-08-27T18:01:34.222Z Downloaded prefix-trie v0.7.0
9832026-08-27T18:01:34.222Z Downloaded cbc v0.2.1
9842026-08-27T18:01:34.222Z Downloaded vergen-lib v9.1.0
9852026-08-27T18:01:34.222Z Downloaded twox-hash v2.1.2
9862026-08-27T18:01:34.222Z Downloaded scrypt v0.12.0
9872026-08-27T18:01:34.222Z Downloaded p521 v0.14.0
9882026-08-27T18:01:34.222Z Downloaded proc-macro-error-attr2 v2.0.0
9892026-08-27T18:01:34.222Z Downloaded poly1305 v0.8.0
9902026-08-27T18:01:34.222Z Downloaded digest v0.11.3
9912026-08-27T18:01:34.222Z Downloaded foldhash v0.2.0
9922026-08-27T18:01:34.222Z Downloaded linear-map v1.2.0
9932026-08-27T18:01:34.222Z Downloaded tokio-native-tls v0.3.1
9942026-08-27T18:01:34.222Z Downloaded toml_edit v0.22.27
9952026-08-27T18:01:34.222Z Downloaded waitgroup v0.1.2
9962026-08-27T18:01:34.222Z Downloaded cc v1.2.56
9972026-08-27T18:01:34.222Z Downloaded shlex v1.3.0
9982026-08-27T18:01:34.222Z Downloaded peg v0.8.5
9992026-08-27T18:01:34.222Z Downloaded libm v0.2.16
10002026-08-27T18:01:34.222Z Downloaded generic-array v1.4.3
10012026-08-27T18:01:34.222Z Downloaded chacha20 v0.10.0
10022026-08-27T18:01:34.223Z Downloaded pest_generator v2.8.6
10032026-08-27T18:01:34.223Z Downloaded bcs v0.1.6
10042026-08-27T18:01:34.223Z Downloaded wyz v0.5.1
10052026-08-27T18:01:34.223Z Downloaded snafu v0.8.9
10062026-08-27T18:01:34.223Z Downloaded new_debug_unreachable v1.0.6
10072026-08-27T18:01:34.223Z Downloaded memmap2 v0.9.10
10082026-08-27T18:01:34.223Z Downloaded tinytemplate v1.2.1
10092026-08-27T18:01:34.223Z Downloaded zerocopy-derive v0.8.55
10102026-08-27T18:01:34.223Z Downloaded fs-err v2.11.0
10112026-08-27T18:01:34.223Z Downloaded samael v0.0.19
10122026-08-27T18:01:34.223Z Downloaded papergrid v0.18.0
10132026-08-27T18:01:34.223Z Downloaded socket2 v0.6.3
10142026-08-27T18:01:34.223Z Downloaded target-lexicon v0.13.3
10152026-08-27T18:01:34.223Z Downloaded slog-json v2.6.1
10162026-08-27T18:01:34.223Z Downloaded oso v0.27.3
10172026-08-27T18:01:34.223Z Downloaded petname v2.0.2
10182026-08-27T18:01:34.223Z Downloaded winnow v0.5.40
10192026-08-27T18:01:34.223Z Downloaded postgres-types v0.2.12
10202026-08-27T18:01:34.223Z Downloaded serde_spanned v0.6.9
10212026-08-27T18:01:34.223Z Downloaded rand_seeder v0.4.0
10222026-08-27T18:01:34.223Z Downloaded similar v2.7.0
10232026-08-27T18:01:34.223Z Downloaded tls_codec v0.4.2
10242026-08-27T18:01:34.223Z Downloaded subprocess v0.2.15
10252026-08-27T18:01:34.223Z Downloaded salsa20 v0.11.0
10262026-08-27T18:01:34.223Z Downloaded smallvec v1.15.1
10272026-08-27T18:01:34.223Z Downloaded stringprep v0.1.5
10282026-08-27T18:01:34.223Z Downloaded support-bundle-viewer v0.1.2
10292026-08-27T18:01:34.223Z Downloaded crypto-bigint v0.7.5
10302026-08-27T18:01:34.223Z Downloaded rustc_version v0.4.1
10312026-08-27T18:01:34.223Z Downloaded dirs-sys-next v0.1.2
10322026-08-27T18:01:34.223Z Downloaded rawzip v0.4.4
10332026-08-27T18:01:34.223Z Downloaded zerocopy-derive v0.7.35
10342026-08-27T18:01:34.223Z Downloaded password-hash v0.5.0
10352026-08-27T18:01:34.223Z Downloaded rsa v0.9.10
10362026-08-27T18:01:34.223Z Downloaded unicode-normalization v0.1.25
10372026-08-27T18:01:34.223Z Downloaded knus v3.4.0
10382026-08-27T18:01:34.223Z Downloaded event-listener v5.4.1
10392026-08-27T18:01:34.223Z Downloaded ssh-key v0.7.0-rc.11
10402026-08-27T18:01:34.223Z Downloaded toml_edit v0.23.10+spec-1.0.0
10412026-08-27T18:01:34.223Z Downloaded cancel-safe-futures v0.1.5
10422026-08-27T18:01:34.224Z Downloaded pin-project-lite v0.2.17
10432026-08-27T18:01:34.224Z Downloaded litrs v1.0.0
10442026-08-27T18:01:34.224Z Downloaded term v0.7.0
10452026-08-27T18:01:34.224Z Downloaded socket2 v0.5.10
10462026-08-27T18:01:34.224Z Downloaded xshell v0.2.7
10472026-08-27T18:01:34.224Z Downloaded phf v0.13.1
10482026-08-27T18:01:34.224Z Downloaded pin-project v1.1.11
10492026-08-27T18:01:34.224Z Downloaded test-strategy v0.4.5
10502026-08-27T18:01:34.224Z Downloaded tokio-util v0.7.18
10512026-08-27T18:01:34.224Z Downloaded curve25519-dalek v5.0.0
10522026-08-27T18:01:34.224Z Downloaded find-msvc-tools v0.1.9
10532026-08-27T18:01:34.224Z Downloaded quinn v0.11.11
10542026-08-27T18:01:34.224Z Downloaded x509-cert v0.2.5
10552026-08-27T18:01:34.224Z Downloaded elliptic-curve v0.13.8
10562026-08-27T18:01:34.224Z Downloaded regex-syntax v0.6.29
10572026-08-27T18:01:34.224Z Downloaded tokio-rustls v0.26.4
10582026-08-27T18:01:34.224Z Downloaded object v0.30.4
10592026-08-27T18:01:34.224Z Downloaded tower v0.5.3
10602026-08-27T18:01:34.224Z Downloaded winnow v1.0.3
10612026-08-27T18:01:34.224Z Downloaded litemap v0.8.1
10622026-08-27T18:01:34.224Z Downloaded serde_cbor v0.11.2
10632026-08-27T18:01:34.224Z Downloaded tough v0.22.0
10642026-08-27T18:01:34.224Z Downloaded unsafe-libyaml v0.2.11
10652026-08-27T18:01:34.224Z Downloaded salty v0.3.0
10662026-08-27T18:01:34.224Z Downloaded tabled v0.15.0
10672026-08-27T18:01:34.224Z Downloaded reedline v0.40.0
10682026-08-27T18:01:34.228Z Downloaded arc-swap v1.8.2
10692026-08-27T18:01:34.228Z Downloaded p384 v0.13.1
10702026-08-27T18:01:34.228Z Downloaded proc-macro2 v1.0.106
10712026-08-27T18:01:34.228Z Downloaded aes-gcm v0.11.0
10722026-08-27T18:01:34.228Z Downloaded knuffel v3.2.0
10732026-08-27T18:01:34.228Z Downloaded typed-path v0.9.3
10742026-08-27T18:01:34.228Z Downloaded omicron-zone-package v0.12.3
10752026-08-27T18:01:34.228Z Downloaded log v0.4.33
10762026-08-27T18:01:34.228Z Downloaded p256 v0.14.0
10772026-08-27T18:01:34.228Z Downloaded zlib-rs v0.6.2
10782026-08-27T18:01:34.228Z Downloaded proptest v1.11.0
10792026-08-27T18:01:34.228Z Downloaded reqwest v0.12.28
10802026-08-27T18:01:34.228Z Downloaded smoltcp v0.9.1
10812026-08-27T18:01:34.228Z Downloaded flume v0.11.1
10822026-08-27T18:01:34.229Z Downloaded drift v0.2.0
10832026-08-27T18:01:34.229Z Downloaded rand v0.9.2
10842026-08-27T18:01:34.229Z Downloaded dropshot-api-manager v0.8.0
10852026-08-27T18:01:34.229Z Downloaded qorb v0.4.1
10862026-08-27T18:01:34.229Z Downloaded syn v1.0.109
10872026-08-27T18:01:34.229Z Downloaded bytes v1.11.1
10882026-08-27T18:01:34.229Z Downloaded goblin v0.10.5
10892026-08-27T18:01:34.229Z Downloaded quinn-proto v0.11.16
10902026-08-27T18:01:34.229Z Downloaded backtrace v0.3.76
10912026-08-27T18:01:34.229Z Downloaded aws-lc-rs v1.16.3
10922026-08-27T18:01:34.229Z Downloaded ar_archive_writer v0.5.1
10932026-08-27T18:01:34.229Z Downloaded vte v0.14.1
10942026-08-27T18:01:34.229Z Downloaded serde_json v1.0.151
10952026-08-27T18:01:34.229Z Downloaded syn v2.0.117
10962026-08-27T18:01:34.229Z Downloaded num-bigint-dig v0.8.6
10972026-08-27T18:01:34.229Z Downloaded rayon v1.11.0
10982026-08-27T18:01:34.229Z Downloaded syn v3.0.3
10992026-08-27T18:01:34.229Z Downloaded toml_edit v0.19.15
11002026-08-27T18:01:34.229Z Downloaded zerocopy v0.7.35
11012026-08-27T18:01:34.229Z Downloaded bstr v1.12.1
11022026-08-27T18:01:34.229Z Downloaded git2 v0.20.4
11032026-08-27T18:01:34.229Z Downloaded smoltcp v0.11.0
11042026-08-27T18:01:34.229Z Downloaded futures-util v0.3.32
11052026-08-27T18:01:34.229Z Downloaded openssl v0.10.80
11062026-08-27T18:01:34.229Z Downloaded regress v0.11.1
11072026-08-27T18:01:34.229Z Downloaded aho-corasick v1.1.4
11082026-08-27T18:01:34.229Z Downloaded diesel v2.3.7
11092026-08-27T18:01:34.229Z Downloaded openapiv3 v2.2.0
11102026-08-27T18:01:34.229Z Downloaded russh v0.62.4
11112026-08-27T18:01:34.229Z Downloaded sqlparser v0.61.0
11122026-08-27T18:01:34.229Z Downloaded tabled v0.21.0
11132026-08-27T18:01:34.229Z Downloaded unicode-width v0.1.14
11142026-08-27T18:01:34.229Z Downloaded typify-impl v0.6.2
11152026-08-27T18:01:34.229Z Downloaded rustls v0.23.41
11162026-08-27T18:01:34.229Z Downloaded unicode-width v0.2.0
11172026-08-27T18:01:34.229Z Downloaded hickory-proto v0.24.4
11182026-08-27T18:01:34.229Z Downloaded dropshot v0.17.1
11192026-08-27T18:01:34.229Z Downloaded nix v0.27.1
11202026-08-27T18:01:34.229Z Downloaded zerocopy-derive v0.6.6
11212026-08-27T18:01:34.230Z Downloaded regex v1.12.3
11222026-08-27T18:01:34.230Z Downloaded rustix v1.1.4
11232026-08-27T18:01:34.230Z Downloaded bzip2-sys v0.1.13+1.0.8
11242026-08-27T18:01:34.230Z Downloaded sha3 v0.11.0
11252026-08-27T18:01:34.230Z Downloaded moka v0.12.13
11262026-08-27T18:01:34.230Z Downloaded tracing v0.1.44
11272026-08-27T18:01:34.230Z Downloaded polar-core v0.27.3
11282026-08-27T18:01:34.230Z Downloaded time v0.3.47
11292026-08-27T18:01:34.230Z Downloaded csv v1.4.0
11302026-08-27T18:01:34.230Z Downloaded petgraph v0.6.5
11312026-08-27T18:01:34.230Z Downloaded object v0.37.3
11322026-08-27T18:01:34.230Z Downloaded hickory-proto v0.25.2
11332026-08-27T18:01:34.230Z Downloaded gimli v0.32.3
11342026-08-27T18:01:34.230Z Downloaded bindgen v0.71.1
11352026-08-27T18:01:34.230Z Downloaded bitvec v1.0.1
11362026-08-27T18:01:34.230Z Downloaded zerocopy v0.8.55
11372026-08-27T18:01:34.230Z Downloaded nix v0.28.0
11382026-08-27T18:01:34.230Z Downloaded radix_trie v0.2.1
11392026-08-27T18:01:34.230Z Downloaded vcpkg v0.2.15
11402026-08-27T18:01:34.230Z Downloaded lalrpop v0.19.12
11412026-08-27T18:01:34.230Z Downloaded regex-syntax v0.8.10
11422026-08-27T18:01:34.230Z Downloaded sled v0.34.7
11432026-08-27T18:01:34.230Z Downloaded regress v0.10.5
11442026-08-27T18:01:34.256Z Downloaded nix v0.31.2
11452026-08-27T18:01:34.263Z Downloaded ratatui v0.29.0
11462026-08-27T18:01:34.273Z Downloaded rustix v0.38.44
11472026-08-27T18:01:34.442Z Downloaded regex-automata v0.4.14
11482026-08-27T18:01:34.493Z Downloaded jiff v0.2.34
11492026-08-27T18:01:34.522Z Downloaded chrono-tz v0.10.4
11502026-08-27T18:01:34.551Z Downloaded sha3 v0.10.8
11512026-08-27T18:01:34.590Z Downloaded libc v0.2.185
11522026-08-27T18:01:34.610Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11532026-08-27T18:01:34.634Z Downloaded petgraph v0.8.3
11542026-08-27T18:01:34.648Z Downloaded tokio v1.52.1
11552026-08-27T18:01:34.678Z Downloaded libz-sys v1.1.24
11562026-08-27T18:01:34.829Z Downloaded encoding_rs v0.8.35
11572026-08-27T18:01:34.843Z Downloaded ring v0.17.14
11582026-08-27T18:01:34.869Z Downloaded httpmock v0.8.3
11592026-08-27T18:01:34.890Z Downloaded libgit2-sys v0.18.3+1.9.2
11602026-08-27T18:01:35.434Z Downloaded aws-lc-sys v0.40.0
11612026-08-27T18:01:35.874Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11622026-08-27T18:01:37.927Z Startup: Refreshing catalog 'helios' ... Done
11632026-08-27T18:01:38.323Z Startup: Caching catalogs ... Done
11642026-08-27T18:01:40.533ZPlanning: Solver setup ... Done (2.078s)
11652026-08-27T18:01:40.587ZPlanning: Running solver ... Done (0.063s)
11662026-08-27T18:01:40.654ZPlanning: Finding local manifests ... Done (0.003s)
11672026-08-27T18:01:40.667ZPlanning: Fetching manifests: 0/2 0% complete
11682026-08-27T18:01:40.678ZPlanning: Fetching manifests: 2/2 100% complete
11692026-08-27T18:01:40.693ZPlanning: Package planning ... Done (0.014s)
11702026-08-27T18:01:40.693ZPlanning: Merging actions ... Done (0.001s)
11712026-08-27T18:01:40.917ZPlanning: Checking for conflicting actions ... Done (0.228s)
11722026-08-27T18:01:40.921ZPlanning: Consolidating action changes ... Done (0.001s)
11732026-08-27T18:01:41.773ZPlanning: Evaluating mediators ... Done (0.854s)
11742026-08-27T18:01:41.779ZPlanning: Planning completed in 3.41 seconds
11752026-08-27T18:01:41.799Z Packages to install: 2
11762026-08-27T18:01:41.800Z Estimated space available: 155.72 GB
11772026-08-27T18:01:41.801ZEstimated space to be consumed: 80.56 MB
11782026-08-27T18:01:41.802Z Create boot environment: No
11792026-08-27T18:01:41.802ZCreate backup boot environment: No
11802026-08-27T18:01:41.802Z Rebuild boot archive: No
11812026-08-27T18:01:41.803Z
11822026-08-27T18:01:41.803ZChanged packages:
11832026-08-27T18:01:41.803Zhelios
11842026-08-27T18:01:41.804Z developer/build-essential
11852026-08-27T18:01:41.805Z None -> 11-3.0
11862026-08-27T18:01:41.805Z library/libxmlsec1
11872026-08-27T18:01:41.805Z None -> 1.2.35-3.0
11882026-08-27T18:01:41.840Z
11892026-08-27T18:01:41.840ZDownload: 0/214 items 0.0/1.3MB 0% complete
11902026-08-27T18:01:41.886ZDownload: Completed 1.28 MB in 0.07 seconds (17.8M/s)
11912026-08-27T18:01:41.976Z Actions: 1/268 actions (Installing new actions)
11922026-08-27T18:01:42.013Z Actions: Completed 268 actions in 0.04 seconds.
11932026-08-27T18:01:42.051ZFinalize: Updating package state database ... Done (0.038s)
11942026-08-27T18:01:42.051ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-27T18:01:42.142ZFinalize: Updating image state ... Done (0.091s)
11962026-08-27T18:01:44.817ZFinalize: Creating fast lookup database ... Done (2.619s)
11972026-08-27T18:01:44.889ZFinalize: Reading search index ... Done (0.012s)
11982026-08-27T18:01:44.893ZFinalize: Updating search index ... Done (0.000s)
11992026-08-27T18:01:44.987ZFinalize: Updating package cache ... Done (0.000s)
12002026-08-27T18:01:45.370ZPlanning: Evaluating mediator changes ... Done
12012026-08-27T18:01:45.478ZPlanning: Checking for conflicting actions ... Done
12022026-08-27T18:01:45.482ZPlanning: Consolidating action changes ... Done
12032026-08-27T18:01:45.636ZPlanning: Evaluating mediators ... Done
12042026-08-27T18:01:45.640ZPlanning: Planning completed in 0.27 seconds
12052026-08-27T18:01:45.660Z Mediators to change: 2
12062026-08-27T18:01:45.660Z Create boot environment: No
12072026-08-27T18:01:45.660ZCreate backup boot environment: No
12082026-08-27T18:01:45.735ZFinalize: Updating package state database ... Done
12092026-08-27T18:01:45.735ZFinalize: Updating package cache ... Done
12102026-08-27T18:01:45.788ZFinalize: Updating image state ... Done
12112026-08-27T18:01:47.731ZFinalize: Creating fast lookup database ... Done
12122026-08-27T18:01:47.797ZFinalize: Reading search index ... Done
12132026-08-27T18:01:47.800ZFinalize: Updating search index ... Done
12142026-08-27T18:01:47.892ZFinalize: Updating package cache ... Done
12152026-08-27T18:01:48.181ZPlanning: Evaluating mediator changes ... Done
12162026-08-27T18:01:48.288ZPlanning: Checking for conflicting actions ... Done
12172026-08-27T18:01:48.294ZPlanning: Consolidating action changes ... Done
12182026-08-27T18:01:48.450ZPlanning: Evaluating mediators ... Done
12192026-08-27T18:01:48.453ZPlanning: Planning completed in 0.27 seconds
12202026-08-27T18:01:48.472Z Mediators to change: 1
12212026-08-27T18:01:48.473Z Create boot environment: No
12222026-08-27T18:01:48.473ZCreate backup boot environment: No
12232026-08-27T18:01:48.536ZFinalize: Updating package state database ... Done
12242026-08-27T18:01:48.536ZFinalize: Updating package cache ... Done
12252026-08-27T18:01:48.588ZFinalize: Updating image state ... Done
12262026-08-27T18:01:50.552ZFinalize: Creating fast lookup database ... Done
12272026-08-27T18:01:50.617ZFinalize: Reading search index ... Done
12282026-08-27T18:01:50.622ZFinalize: Updating search index ... Done
12292026-08-27T18:01:50.699ZFinalize: Updating package cache ... Done
12302026-08-27T18:01:51.014ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12312026-08-27T18:01:51.014Zapache system 2.4 system
12322026-08-27T18:01:51.014Zclang system 15 system
12332026-08-27T18:01:51.014Zcsh system system illumos
12342026-08-27T18:01:51.014Zctags system system illumos
12352026-08-27T18:01:51.014Zfile vendor vendor darwinsys
12362026-08-27T18:01:51.014Zfile system system illumos
12372026-08-27T18:01:51.014Zgcc vendor 14 vendor
12382026-08-27T18:01:51.014Zgcc system 13 system
12392026-08-27T18:01:51.014Zgcc system 10 system
12402026-08-27T18:01:51.014Zgo system 1.25 system
12412026-08-27T18:01:51.014Zllvm system 15 system
12422026-08-27T18:01:51.014Zmariadb system 11.4 system
12432026-08-27T18:01:51.014Zmta vendor vendor dma
12442026-08-27T18:01:51.014Zopenjdk system 17 system
12452026-08-27T18:01:51.014Zopenjdk system 11 system
12462026-08-27T18:01:51.014Zopenssl vendor 3 vendor
12472026-08-27T18:01:51.014Zperl system 5.40 system
12482026-08-27T18:01:51.014Zpostgresql system 18 system
12492026-08-27T18:01:51.014Zpostgresql system 17 system
12502026-08-27T18:01:51.014Zpython vendor 3 vendor
12512026-08-27T18:01:51.014Zpython system 2 system
12522026-08-27T18:01:51.014Zpython3 vendor 3.13 vendor
12532026-08-27T18:01:51.014Zruby system 3.4 system
12542026-08-27T18:01:51.014Zruby system 3.0 system
12552026-08-27T18:01:51.014Zwords vendor vendor american-english
12562026-08-27T18:01:51.014Zwords system system australian-english
12572026-08-27T18:01:51.014Zwords system system british-english
12582026-08-27T18:01:51.014Zwords system system canadian-english
12592026-08-27T18:01:51.014Zwords system system french
12602026-08-27T18:01:51.014Zwords system system italian
12612026-08-27T18:01:51.015Zwords system system ngerman
12622026-08-27T18:01:51.015Zwords system system ogerman
12632026-08-27T18:01:51.015Zwords system system spanish
12642026-08-27T18:01:51.267ZPUBLISHER TYPE STATUS P LOCATION
12652026-08-27T18:01:51.267Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12662026-08-27T18:01:51.759ZFMRI IFO
12672026-08-27T18:01:51.759Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12682026-08-27T18:01:51.759Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12692026-08-27T18:01:51.759Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12702026-08-27T18:01:51.759Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12712026-08-27T18:01:51.759Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12722026-08-27T18:01:51.760Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12732026-08-27T18:01:51.760Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12742026-08-27T18:01:51.760Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12752026-08-27T18:01:51.760Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12762026-08-27T18:01:52.442Z Downloading crates ...
12772026-08-27T18:01:52.490Z Downloaded cargo_toml v0.21.0
12782026-08-27T18:01:52.538Z Compiling proc-macro2 v1.0.106
12792026-08-27T18:01:52.538Z Compiling quote v1.0.45
12802026-08-27T18:01:52.538Z Compiling unicode-ident v1.0.24
12812026-08-27T18:01:52.538Z Compiling serde_core v1.0.228
12822026-08-27T18:01:52.541Z Compiling libc v0.2.185
12832026-08-27T18:01:52.541Z Compiling version_check v0.9.5
12842026-08-27T18:01:52.541Z Compiling memchr v2.8.0
12852026-08-27T18:01:52.541Z Compiling serde v1.0.228
12862026-08-27T18:01:52.617Z Compiling zmij v1.0.21
12872026-08-27T18:01:52.620Z Compiling thiserror v1.0.69
12882026-08-27T18:01:52.620Z Compiling itoa v1.0.17
12892026-08-27T18:01:52.620Z Compiling ucd-trie v0.1.7
12902026-08-27T18:01:52.620Z Compiling rustix v1.1.4
12912026-08-27T18:01:52.624Z Compiling byteorder v1.5.0
12922026-08-27T18:01:52.774Z Compiling serde_json v1.0.151
12932026-08-27T18:01:52.927Z Compiling bitflags v2.11.0
12942026-08-27T18:01:53.049Z Compiling camino v1.2.5
12952026-08-27T18:01:53.081Z Compiling proc-macro-error-attr v1.0.4
12962026-08-27T18:01:53.114Z Compiling usdt-impl v0.5.0
12972026-08-27T18:01:53.137Z Compiling pest v2.8.6
12982026-08-27T18:01:53.208Z Compiling syn v1.0.109
12992026-08-27T18:01:53.218Z Compiling proc-macro-error v1.0.4
13002026-08-27T18:01:53.248Z Compiling utf8parse v0.2.2
13012026-08-27T18:01:53.300Z Compiling plain v0.2.3
13022026-08-27T18:01:53.309Z Compiling equivalent v1.0.2
13032026-08-27T18:01:53.339Z Compiling log v0.4.33
13042026-08-27T18:01:53.382Z Compiling hashbrown v0.17.0
13052026-08-27T18:01:53.395Z Compiling getrandom v0.4.3
13062026-08-27T18:01:53.420Z Compiling anstyle-parse v1.0.0
13072026-08-27T18:01:53.450Z Compiling colorchoice v1.0.4
13082026-08-27T18:01:53.463Z Compiling is_terminal_polyfill v1.70.2
13092026-08-27T18:01:53.494Z Compiling toml_write v0.1.2
13102026-08-27T18:01:53.504Z Compiling anstyle-query v1.1.5
13112026-08-27T18:01:53.597Z Compiling thiserror v2.0.18
13122026-08-27T18:01:53.615Z Compiling errno v0.3.14
13132026-08-27T18:01:53.628Z Compiling thread-id v4.2.2
13142026-08-27T18:01:53.647Z Compiling anstyle v1.0.14
13152026-08-27T18:01:53.675Z Compiling autocfg v1.5.0
13162026-08-27T18:01:53.688Z Compiling pretty-hex v0.4.1
13172026-08-27T18:01:53.691Z Compiling cfg-if v1.0.4
13182026-08-27T18:01:53.691Z Compiling winnow v0.7.14
13192026-08-27T18:01:53.723Z Compiling once_cell v1.21.3
13202026-08-27T18:01:53.783Z Compiling heck v0.5.0
13212026-08-27T18:01:53.795Z Compiling strsim v0.11.1
13222026-08-27T18:01:53.863Z Compiling anstream v1.0.0
13232026-08-27T18:01:53.888Z Compiling bytecount v0.6.9
13242026-08-27T18:01:53.965Z Compiling indexmap v2.14.0
13252026-08-27T18:01:54.025Z Compiling heck v0.4.1
13262026-08-27T18:01:54.037Z Compiling anyhow v1.0.104
13272026-08-27T18:01:54.049Z Compiling fnv v1.0.7
13282026-08-27T18:01:54.053Z Compiling fastrand v2.3.0
13292026-08-27T18:01:54.147Z Compiling syn v2.0.117
13302026-08-27T18:01:54.189Z Compiling fs-err v3.3.0
13312026-08-27T18:01:54.200Z Compiling unicode-width v0.1.14
13322026-08-27T18:01:54.210Z Compiling clap_lex v1.0.0
13332026-08-27T18:01:54.213Z Compiling memmap v0.7.0
13342026-08-27T18:01:54.282Z Compiling unicode-width v0.2.0
13352026-08-27T18:01:54.376Z Compiling pest_meta v2.8.6
13362026-08-27T18:01:54.453Z Compiling papergrid v0.11.0
13372026-08-27T18:01:54.488Z Compiling smawk v0.3.2
13382026-08-27T18:01:54.534Z Compiling unicode-linebreak v0.1.5
13392026-08-27T18:01:54.569Z Compiling swrite v0.1.0
13402026-08-27T18:01:54.657Z Compiling terminal_size v0.4.3
13412026-08-27T18:01:54.662Z Compiling tempfile v3.27.0
13422026-08-27T18:01:54.760Z Compiling clap_builder v4.6.0
13432026-08-27T18:01:54.760Z Compiling textwrap v0.16.2
13442026-08-27T18:01:55.090Z Compiling cargo-platform v0.3.2
13452026-08-27T18:01:55.131Z Compiling semver v1.0.28
13462026-08-27T18:01:55.377Z Compiling camino-tempfile v1.4.1
13472026-08-27T18:01:55.680Z Compiling tabled_derive v0.7.0
13482026-08-27T18:01:56.332Z Compiling pest_generator v2.8.6
13492026-08-27T18:01:56.353Z Compiling tabled v0.15.0
13502026-08-27T18:01:56.846Z Compiling serde_derive v1.0.228
13512026-08-27T18:01:56.846Z Compiling thiserror-impl v1.0.69
13522026-08-27T18:01:56.849Z Compiling zerocopy-derive v0.7.35
13532026-08-27T18:01:56.849Z Compiling scroll_derive v0.12.1
13542026-08-27T18:01:56.849Z Compiling thiserror-impl v2.0.18
13552026-08-27T18:01:56.849Z Compiling clap_derive v4.6.1
13562026-08-27T18:01:56.916Z Compiling pest_derive v2.8.6
13572026-08-27T18:01:57.495Z Compiling scroll v0.12.0
13582026-08-27T18:01:57.536Z Compiling zerocopy v0.7.35
13592026-08-27T18:01:57.707Z Compiling goblin v0.8.2
13602026-08-27T18:01:57.886Z Compiling dtrace-parser v0.2.0
13612026-08-27T18:01:58.164Z Compiling clap v4.6.1
13622026-08-27T18:01:59.236Z Compiling serde_spanned v0.6.9
13632026-08-27T18:01:59.236Z Compiling toml_datetime v0.6.11
13642026-08-27T18:01:59.236Z Compiling macaddr v1.0.1
13652026-08-27T18:01:59.236Z Compiling cargo_metadata v0.23.1
13662026-08-27T18:01:59.240Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13672026-08-27T18:01:59.246Z Compiling dof v0.3.0
13682026-08-27T18:01:59.249Z Compiling serde_tokenstream v0.2.3
13692026-08-27T18:01:59.445Z Compiling toml_edit v0.22.27
13702026-08-27T18:01:59.939Z Compiling usdt-attr-macro v0.5.0
13712026-08-27T18:01:59.943Z Compiling usdt-macro v0.5.0
13722026-08-27T18:02:00.533Z Compiling usdt v0.5.0
13732026-08-27T18:02:00.727Z Compiling toml v0.8.23
13742026-08-27T18:02:01.040Z Compiling cargo_toml v0.21.0
13752026-08-27T18:02:02.340Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13762026-08-27T18:02:04.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s
13772026-08-27T18:02:04.444Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13782026-08-27T18:02:05.224Z Compiling serde_core v1.0.228
13792026-08-27T18:02:05.224Z Compiling libc v0.2.185
13802026-08-27T18:02:05.224Z Compiling serde v1.0.228
13812026-08-27T18:02:05.228Z Compiling log v0.4.33
13822026-08-27T18:02:05.228Z Compiling smallvec v1.15.1
13832026-08-27T18:02:05.228Z Compiling find-msvc-tools v0.1.9
13842026-08-27T18:02:05.228Z Compiling shlex v1.3.0
13852026-08-27T18:02:05.228Z Compiling subtle v2.6.1
13862026-08-27T18:02:05.394Z Compiling scopeguard v1.2.0
13872026-08-27T18:02:05.398Z Compiling stable_deref_trait v1.2.1
13882026-08-27T18:02:05.398Z Compiling typenum v1.20.1
13892026-08-27T18:02:05.405Z Compiling zerocopy v0.8.55
13902026-08-27T18:02:05.408Z Compiling portable-atomic v1.13.1
13912026-08-27T18:02:05.445Z Compiling serde_json v1.0.151
13922026-08-27T18:02:05.473Z Compiling syn v2.0.117
13932026-08-27T18:02:05.501Z Compiling critical-section v1.2.0
13942026-08-27T18:02:05.547Z Compiling lock_api v0.4.14
13952026-08-27T18:02:05.560Z Compiling libm v0.2.16
13962026-08-27T18:02:05.578Z Compiling num-traits v0.2.19
13972026-08-27T18:02:05.593Z Compiling pkg-config v0.3.32
13982026-08-27T18:02:05.596Z Compiling generic-array v0.14.7
13992026-08-27T18:02:05.622Z Compiling getrandom v0.4.3
14002026-08-27T18:02:05.637Z Compiling pin-project-lite v0.2.17
14012026-08-27T18:02:05.717Z Compiling parking_lot_core v0.9.12
14022026-08-27T18:02:05.783Z Compiling const-oid v0.9.6
14032026-08-27T18:02:05.816Z Compiling rand_core v0.10.0
14042026-08-27T18:02:05.833Z Compiling writeable v0.6.2
14052026-08-27T18:02:05.849Z Compiling percent-encoding v2.3.2
14062026-08-27T18:02:05.941Z Compiling futures-core v0.3.32
14072026-08-27T18:02:05.972Z Compiling litemap v0.8.1
14082026-08-27T18:02:06.019Z Compiling icu_properties_data v2.1.2
14092026-08-27T18:02:06.034Z Compiling icu_normalizer_data v2.1.1
14102026-08-27T18:02:06.063Z Compiling getrandom v0.3.4
14112026-08-27T18:02:06.079Z Compiling rustix v1.1.4
14122026-08-27T18:02:06.083Z Compiling futures-sink v0.3.32
14132026-08-27T18:02:06.118Z Compiling slab v0.4.12
14142026-08-27T18:02:06.121Z Compiling futures-io v0.3.32
14152026-08-27T18:02:06.182Z Compiling futures-task v0.3.32
14162026-08-27T18:02:06.197Z Compiling futures-channel v0.3.32
14172026-08-27T18:02:06.238Z Compiling utf8_iter v1.0.4
14182026-08-27T18:02:06.289Z Compiling errno v0.3.14
14192026-08-27T18:02:06.306Z Compiling jobserver v0.1.34
14202026-08-27T18:02:06.322Z Compiling getrandom v0.2.17
14212026-08-27T18:02:06.388Z Compiling mio v1.2.0
14222026-08-27T18:02:06.406Z Compiling signal-hook-registry v1.4.8
14232026-08-27T18:02:06.449Z Compiling socket2 v0.6.3
14242026-08-27T18:02:06.463Z Compiling form_urlencoded v1.2.2
14252026-08-27T18:02:06.502Z Compiling rand_core v0.6.4
14262026-08-27T18:02:06.568Z Compiling cc v1.2.56
14272026-08-27T18:02:06.583Z Compiling once_cell v1.21.3
14282026-08-27T18:02:06.601Z Compiling parking_lot v0.12.5
14292026-08-27T18:02:06.639Z Compiling rustversion v1.0.22
14302026-08-27T18:02:06.655Z Compiling iana-time-zone v0.1.65
14312026-08-27T18:02:06.676Z Compiling base64ct v1.8.3
14322026-08-27T18:02:06.693Z Compiling regex-syntax v0.8.10
14332026-08-27T18:02:06.709Z Compiling ident_case v1.0.1
14342026-08-27T18:02:06.712Z Compiling flagset v0.4.7
14352026-08-27T18:02:06.820Z Compiling dunce v1.0.5
14362026-08-27T18:02:06.856Z Compiling fs_extra v1.3.0
14372026-08-27T18:02:06.871Z Compiling base64 v0.22.1
14382026-08-27T18:02:06.887Z Compiling syn v1.0.109
14392026-08-27T18:02:06.890Z Compiling vcpkg v0.2.15
14402026-08-27T18:02:06.902Z Compiling tracing-core v0.1.36
14412026-08-27T18:02:06.930Z Compiling pem-rfc7468 v0.7.0
14422026-08-27T18:02:06.989Z Compiling rand_core v0.9.5
14432026-08-27T18:02:07.003Z Compiling aws-lc-rs v1.16.3
14442026-08-27T18:02:07.103Z Compiling dyn-clone v1.0.20
14452026-08-27T18:02:07.133Z Compiling cpufeatures v0.2.17
14462026-08-27T18:02:07.168Z Compiling simd-adler32 v0.3.8
14472026-08-27T18:02:07.227Z Compiling schemars v0.8.22
14482026-08-27T18:02:07.244Z Compiling spin v0.9.8
14492026-08-27T18:02:07.273Z Compiling adler2 v2.0.1
14502026-08-27T18:02:07.286Z Compiling crc32fast v1.5.0
14512026-08-27T18:02:07.327Z Compiling cmake v0.1.57
14522026-08-27T18:02:07.343Z Compiling openssl-probe v0.2.1
14532026-08-27T18:02:07.423Z Compiling tinyvec_macros v0.1.1
14542026-08-27T18:02:07.439Z Compiling cmov v0.5.4
14552026-08-27T18:02:07.471Z Compiling httparse v1.10.1
14562026-08-27T18:02:07.487Z Compiling tinyvec v1.10.0
14572026-08-27T18:02:07.504Z Compiling miniz_oxide v0.8.9
14582026-08-27T18:02:07.507Z Compiling aho-corasick v1.1.4
14592026-08-27T18:02:07.532Z Compiling tower-service v0.3.3
14602026-08-27T18:02:07.546Z Compiling bitflags v2.11.0
14612026-08-27T18:02:07.644Z Compiling semver v1.0.28
14622026-08-27T18:02:07.674Z Compiling indexmap v2.14.0
14632026-08-27T18:02:07.688Z Compiling uuid v1.23.4
14642026-08-27T18:02:07.736Z Compiling ctutils v0.4.2
14652026-08-27T18:02:07.791Z Compiling try-lock v0.2.5
14662026-08-27T18:02:07.807Z Compiling untrusted v0.7.1
14672026-08-27T18:02:07.869Z Compiling rustc_version v0.4.1
14682026-08-27T18:02:07.895Z Compiling radium v0.7.0
14692026-08-27T18:02:07.915Z Compiling atomic-waker v1.1.2
14702026-08-27T18:02:07.944Z Compiling tower-layer v0.3.3
14712026-08-27T18:02:07.999Z Compiling want v0.3.1
14722026-08-27T18:02:08.120Z Compiling httpdate v1.0.3
14732026-08-27T18:02:08.135Z Compiling maybe-uninit v2.0.0
14742026-08-27T18:02:08.186Z Compiling tap v1.0.1
14752026-08-27T18:02:08.203Z Compiling aws-lc-sys v0.40.0
14762026-08-27T18:02:08.203Z Compiling openssl-sys v0.9.117
14772026-08-27T18:02:08.231Z Compiling foreign-types-shared v0.1.1
14782026-08-27T18:02:08.252Z Compiling rustls v0.23.41
14792026-08-27T18:02:08.307Z Compiling openssl v0.10.80
14802026-08-27T18:02:08.323Z Compiling untrusted v0.9.0
14812026-08-27T18:02:08.338Z Compiling foreign-types v0.3.2
14822026-08-27T18:02:08.354Z Compiling regex-automata v0.4.14
14832026-08-27T18:02:08.373Z Compiling synstructure v0.13.2
14842026-08-27T18:02:08.405Z Compiling serde_derive_internals v0.29.1
14852026-08-27T18:02:08.424Z Compiling pest_generator v2.8.6
14862026-08-27T18:02:08.438Z Compiling darling_core v0.20.11
14872026-08-27T18:02:08.467Z Compiling wyz v0.5.1
14882026-08-27T18:02:08.572Z Compiling bzip2-sys v0.1.13+1.0.8
14892026-08-27T18:02:08.680Z Compiling terminal_size v0.4.3
14902026-08-27T18:02:08.739Z Compiling tempfile v3.27.0
14912026-08-27T18:02:08.754Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-08-27T18:02:08.837Z Compiling unicode-normalization v0.1.25
14932026-08-27T18:02:08.883Z Compiling num-integer v0.1.46
14942026-08-27T18:02:08.902Z Compiling wait-timeout v0.2.1
14952026-08-27T18:02:08.985Z Compiling ahash v0.8.12
14962026-08-27T18:02:09.142Z Compiling quick-error v1.2.3
14972026-08-27T18:02:09.156Z Compiling native-tls v0.2.18
14982026-08-27T18:02:09.171Z Compiling num-bigint-dig v0.8.6
14992026-08-27T18:02:09.184Z Compiling packed_struct v0.10.1
15002026-08-27T18:02:09.202Z Compiling bit-vec v0.8.0
15012026-08-27T18:02:09.232Z Compiling powerfmt v0.2.0
15022026-08-27T18:02:09.249Z Compiling funty v2.0.0
15032026-08-27T18:02:09.266Z Compiling time-core v0.1.8
15042026-08-27T18:02:09.281Z Compiling num-conv v0.2.0
15052026-08-27T18:02:09.327Z Compiling rusty-fork v0.3.1
15062026-08-27T18:02:09.420Z Compiling bit-set v0.8.0
15072026-08-27T18:02:09.439Z Compiling deranged v0.5.8
15082026-08-27T18:02:09.453Z Compiling clap_builder v4.6.0
15092026-08-27T18:02:09.456Z Compiling time-macros v0.2.27
15102026-08-27T18:02:09.498Z Compiling num-iter v0.1.45
15112026-08-27T18:02:09.563Z Compiling lazy_static v1.5.0
15122026-08-27T18:02:09.602Z Compiling bitvec v1.0.1
15132026-08-27T18:02:09.623Z Compiling rand_xorshift v0.4.0
15142026-08-27T18:02:09.637Z Compiling sync_wrapper v1.0.2
15152026-08-27T18:02:09.665Z Compiling indexmap v1.9.3
15162026-08-27T18:02:09.682Z Compiling zlib-rs v0.6.2
15172026-08-27T18:02:09.762Z Compiling unicode-segmentation v1.12.0
15182026-08-27T18:02:09.805Z Compiling siphasher v1.0.2
15192026-08-27T18:02:09.851Z Compiling paste v1.0.15
15202026-08-27T18:02:09.877Z Compiling unarray v0.1.4
15212026-08-27T18:02:09.999Z Compiling nodrop v0.1.14
15222026-08-27T18:02:10.014Z Compiling crc-catalog v2.4.0
15232026-08-27T18:02:10.109Z Compiling usdt-impl v0.6.0
15242026-08-27T18:02:10.125Z Compiling object v0.37.3
15252026-08-27T18:02:10.143Z Compiling crossbeam-utils v0.8.21
15262026-08-27T18:02:10.157Z Compiling serde_derive v1.0.228
15272026-08-27T18:02:10.173Z Compiling zeroize_derive v1.5.0
15282026-08-27T18:02:10.331Z Compiling zerocopy-derive v0.8.55
15292026-08-27T18:02:10.426Z Compiling zerofrom-derive v0.1.6
15302026-08-27T18:02:10.447Z Compiling yoke-derive v0.8.1
15312026-08-27T18:02:10.451Z Compiling zerovec-derive v0.11.2
15322026-08-27T18:02:10.484Z Compiling displaydoc v0.2.5
15332026-08-27T18:02:10.583Z Compiling tokio-macros v2.7.0
15342026-08-27T18:02:10.808Z Compiling futures-macro v0.3.32
15352026-08-27T18:02:10.901Z Compiling der_derive v0.7.3
15362026-08-27T18:02:11.110Z Compiling thiserror-impl v2.0.18
15372026-08-27T18:02:11.248Z Compiling tracing-attributes v0.1.31
15382026-08-27T18:02:11.280Z Compiling schemars_derive v0.8.22
15392026-08-27T18:02:11.385Z Compiling pest_derive v2.8.6
15402026-08-27T18:02:11.682Z Compiling futures-util v0.3.32
15412026-08-27T18:02:11.702Z Compiling scroll_derive v0.13.1
15422026-08-27T18:02:11.721Z Compiling darling_macro v0.20.11
15432026-08-27T18:02:11.922Z Compiling openssl-macros v0.1.1
15442026-08-27T18:02:11.954Z Compiling zerofrom v0.1.6
15452026-08-27T18:02:11.998Z Compiling thiserror-impl v1.0.69
15462026-08-27T18:02:12.102Z Compiling yoke v0.8.1
15472026-08-27T18:02:12.288Z Compiling zerovec v0.11.5
15482026-08-27T18:02:12.317Z Compiling zerotrie v0.2.3
15492026-08-27T18:02:12.572Z Compiling thiserror v2.0.18
15502026-08-27T18:02:12.629Z Compiling scroll v0.13.0
15512026-08-27T18:02:12.644Z Compiling darling v0.20.11
15522026-08-27T18:02:12.661Z Compiling packed_struct_codegen v0.10.1
15532026-08-27T18:02:12.675Z Compiling zerocopy-derive v0.6.6
15542026-08-27T18:02:12.695Z Compiling tracing v0.1.44
15552026-08-27T18:02:12.709Z Compiling clap_derive v4.6.1
15562026-08-27T18:02:12.745Z Compiling bitfield-macros v0.19.4
15572026-08-27T18:02:12.759Z Compiling num_threads v0.1.7
15582026-08-27T18:02:12.854Z Compiling tinystr v0.8.2
15592026-08-27T18:02:12.879Z Compiling potential_utf v0.1.4
15602026-08-27T18:02:12.932Z Compiling goblin v0.10.5
15612026-08-27T18:02:12.989Z Compiling time v0.3.47
15622026-08-27T18:02:13.072Z Compiling icu_locale_core v2.1.1
15632026-08-27T18:02:13.090Z Compiling icu_collections v2.1.1
15642026-08-27T18:02:13.119Z Compiling derive_builder_core v0.20.2
15652026-08-27T18:02:13.306Z Compiling thiserror v1.0.69
15662026-08-27T18:02:13.429Z Compiling flate2 v1.1.9
15672026-08-27T18:02:13.512Z Compiling bitfield v0.19.4
15682026-08-27T18:02:13.572Z Compiling zerocopy v0.6.6
15692026-08-27T18:02:13.601Z Compiling dtrace-parser v0.3.0
15702026-08-27T18:02:13.805Z Compiling zeroize v1.9.0
15712026-08-27T18:02:13.828Z Compiling bytes v1.11.1
15722026-08-27T18:02:13.877Z Compiling icu_provider v2.1.1
15732026-08-27T18:02:13.893Z Compiling chrono v0.4.45
15742026-08-27T18:02:13.928Z Compiling ipnet v2.12.0
15752026-08-27T18:02:14.028Z Compiling der v0.7.10
15762026-08-27T18:02:14.046Z Compiling rustls-pki-types v1.14.0
15772026-08-27T18:02:14.143Z Compiling icu_properties v2.1.2
15782026-08-27T18:02:14.160Z Compiling icu_normalizer v2.1.1
15792026-08-27T18:02:14.369Z Compiling tokio v1.52.1
15802026-08-27T18:02:14.450Z Compiling http v1.4.2
15812026-08-27T18:02:14.471Z Compiling hybrid-array v0.4.13
15822026-08-27T18:02:14.521Z Compiling hex v0.4.3
15832026-08-27T18:02:14.552Z Compiling block-buffer v0.10.4
15842026-08-27T18:02:14.593Z Compiling crypto-common v0.1.7
15852026-08-27T18:02:14.623Z Compiling toml_datetime v0.6.11
15862026-08-27T18:02:14.710Z Compiling digest v0.10.7
15872026-08-27T18:02:14.739Z Compiling serde_spanned v0.6.9
15882026-08-27T18:02:14.810Z Compiling clap v4.6.1
15892026-08-27T18:02:14.896Z Compiling spki v0.7.3
15902026-08-27T18:02:14.925Z Compiling sha2 v0.10.9
15912026-08-27T18:02:14.979Z Compiling ppv-lite86 v0.2.21
15922026-08-27T18:02:15.094Z Compiling idna_adapter v1.2.1
15932026-08-27T18:02:15.124Z Compiling http-body v1.0.1
15942026-08-27T18:02:15.154Z Compiling pkcs8 v0.10.2
15952026-08-27T18:02:15.257Z Compiling idna v1.1.0
15962026-08-27T18:02:15.263Z Compiling signature v2.2.0
15972026-08-27T18:02:15.290Z Compiling rand_chacha v0.9.0
15982026-08-27T18:02:15.290Z Compiling rand_chacha v0.3.1
15992026-08-27T18:02:15.295Z Compiling hmac v0.12.1
16002026-08-27T18:02:15.331Z Compiling pkcs1 v0.7.5
16012026-08-27T18:02:15.335Z Compiling http-body-util v0.1.3
16022026-08-27T18:02:15.501Z Compiling scroll_derive v0.12.1
16032026-08-27T18:02:15.522Z Compiling rand v0.9.2
16042026-08-27T18:02:15.536Z Compiling rand v0.8.6
16052026-08-27T18:02:15.549Z Compiling structmeta-derive v0.3.0
16062026-08-27T18:02:15.608Z Compiling url v2.5.8
16072026-08-27T18:02:15.694Z Compiling dof v0.4.0
16082026-08-27T18:02:15.833Z Compiling crc v3.4.0
16092026-08-27T18:02:16.000Z Compiling array-init v0.0.4
16102026-08-27T18:02:16.073Z Compiling smallvec v0.6.14
16112026-08-27T18:02:16.120Z Compiling darling_core v0.23.0
16122026-08-27T18:02:16.276Z Compiling proptest v1.11.0
16132026-08-27T18:02:16.305Z Compiling heapless v0.7.17
16142026-08-27T18:02:16.364Z Compiling slog v2.8.2
16152026-08-27T18:02:16.379Z Compiling thread-id v5.1.0
16162026-08-27T18:02:16.394Z Compiling env_filter v2.0.0
16172026-08-27T18:02:16.447Z Compiling syn v3.0.3
16182026-08-27T18:02:16.478Z Compiling cookie v0.18.1
16192026-08-27T18:02:16.490Z Compiling zstd-safe v7.2.4
16202026-08-27T18:02:16.574Z Compiling ryu v1.0.23
16212026-08-27T18:02:16.587Z Compiling base64 v0.21.7
16222026-08-27T18:02:16.689Z Compiling signal-hook v0.3.18
16232026-08-27T18:02:16.720Z Compiling iri-string v0.7.10
16242026-08-27T18:02:16.736Z Compiling allocator-api2 v0.2.21
16252026-08-27T18:02:16.750Z Compiling anyhow v1.0.104
16262026-08-27T18:02:16.765Z Compiling winnow v0.5.40
16272026-08-27T18:02:16.780Z Compiling unicode-bidi v0.3.18
16282026-08-27T18:02:16.884Z Compiling unicode-properties v0.1.4
16292026-08-27T18:02:16.929Z Compiling hashbrown v0.12.3
16302026-08-27T18:02:16.975Z Compiling gimli v0.32.3
16312026-08-27T18:02:17.085Z Compiling ipnetwork v0.21.1
16322026-08-27T18:02:17.117Z Compiling stringprep v0.1.5
16332026-08-27T18:02:17.336Z Compiling oxnet v0.1.6
16342026-08-27T18:02:17.350Z Compiling rsa v0.9.10
16352026-08-27T18:02:17.354Z Compiling ron v0.8.1
16362026-08-27T18:02:17.573Z Compiling structmeta v0.3.0
16372026-08-27T18:02:17.598Z Compiling serde_urlencoded v0.7.1
16382026-08-27T18:02:17.795Z Compiling env_logger v0.11.11
16392026-08-27T18:02:17.823Z Compiling serde-hex v0.1.0
16402026-08-27T18:02:17.839Z Compiling scroll v0.12.0
16412026-08-27T18:02:17.869Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16422026-08-27T18:02:18.151Z Compiling toml_edit v0.19.15
16432026-08-27T18:02:18.202Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16442026-08-27T18:02:18.339Z Compiling camino v1.2.5
16452026-08-27T18:02:18.375Z Compiling tokio-util v0.7.18
16462026-08-27T18:02:18.417Z Compiling tower v0.5.3
16472026-08-27T18:02:18.464Z Compiling tokio-native-tls v0.3.1
16482026-08-27T18:02:18.675Z Compiling hashbrown v0.13.2
16492026-08-27T18:02:18.767Z Compiling newtype-uuid v1.3.2
16502026-08-27T18:02:18.784Z Compiling darling_macro v0.23.0
16512026-08-27T18:02:18.834Z Compiling addr2line v0.25.1
16522026-08-27T18:02:18.945Z Compiling tower-http v0.6.8
16532026-08-27T18:02:19.130Z Compiling h2 v0.4.15
16542026-08-27T18:02:19.181Z Compiling bzip2 v0.4.4
16552026-08-27T18:02:19.312Z Compiling block-padding v0.4.2
16562026-08-27T18:02:19.381Z Compiling block-buffer v0.12.1
16572026-08-27T18:02:19.410Z Compiling crypto-common v0.2.2
16582026-08-27T18:02:19.470Z Compiling x509-cert v0.2.5
16592026-08-27T18:02:19.504Z Compiling md-5 v0.10.6
16602026-08-27T18:02:19.605Z Compiling rustls-native-certs v0.8.3
16612026-08-27T18:02:19.661Z Compiling derive_builder_macro v0.20.2
16622026-08-27T18:02:19.693Z Compiling erased-serde v0.3.31
16632026-08-27T18:02:19.709Z Compiling serde_tokenstream v0.2.3
16642026-08-27T18:02:19.924Z Compiling bstr v1.12.1
16652026-08-27T18:02:20.040Z Compiling pin-project-internal v1.1.11
16662026-08-27T18:02:20.056Z Compiling daft-derive v0.1.8
16672026-08-27T18:02:20.165Z Compiling async-trait v0.1.89
16682026-08-27T18:02:20.199Z Compiling zerocopy-derive v0.7.35
16692026-08-27T18:02:20.396Z Compiling curve25519-dalek v4.1.3
16702026-08-27T18:02:20.529Z Compiling vergen-lib v9.1.0
16712026-08-27T18:02:20.592Z Compiling hash32 v0.2.1
16722026-08-27T18:02:20.776Z Compiling encoding_rs v0.8.35
16732026-08-27T18:02:20.791Z Compiling memoffset v0.9.1
16742026-08-27T18:02:20.836Z Compiling cfg_aliases v0.2.1
16752026-08-27T18:02:20.853Z Compiling litrs v1.0.0
16762026-08-27T18:02:20.925Z Compiling rustc-demangle v0.1.27
16772026-08-27T18:02:20.943Z Compiling crc-any v2.5.0
16782026-08-27T18:02:21.011Z Compiling owo-colors v4.3.0
16792026-08-27T18:02:21.135Z Compiling rustix v0.38.44
16802026-08-27T18:02:21.152Z Compiling smoltcp v0.9.1
16812026-08-27T18:02:21.203Z Compiling mime v0.3.17
16822026-08-27T18:02:21.252Z Compiling fallible-iterator v0.2.0
16832026-08-27T18:02:21.255Z Compiling ref-cast v1.0.25
16842026-08-27T18:02:21.297Z Compiling psl-types v2.0.11
16852026-08-27T18:02:21.360Z Compiling pin-project v1.1.11
16862026-08-27T18:02:21.400Z Compiling document-features v0.2.12
16872026-08-27T18:02:21.428Z Compiling publicsuffix v2.3.0
16882026-08-27T18:02:21.443Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16892026-08-27T18:02:21.475Z Compiling zerocopy v0.7.35
16902026-08-27T18:02:21.551Z Compiling postgres-protocol v0.6.10
16912026-08-27T18:02:21.593Z Compiling nix v0.31.2
16922026-08-27T18:02:21.609Z Compiling daft v0.1.8
16932026-08-27T18:02:21.686Z Compiling backtrace v0.3.76
16942026-08-27T18:02:21.765Z Compiling derive_builder v0.20.2
16952026-08-27T18:02:21.931Z Compiling toml v0.7.8
16962026-08-27T18:02:21.990Z Compiling inout v0.2.2
16972026-08-27T18:02:22.006Z Compiling zip v0.6.6
16982026-08-27T18:02:22.021Z Compiling darling v0.23.0
16992026-08-27T18:02:22.040Z Compiling object v0.30.4
17002026-08-27T18:02:22.073Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17012026-08-27T18:02:22.124Z Compiling goblin v0.8.2
17022026-08-27T18:02:22.141Z Compiling derive-ex v0.1.8
17032026-08-27T18:02:22.397Z Compiling hyper v1.10.1
17042026-08-27T18:02:22.442Z Compiling futures-executor v0.3.32
17052026-08-27T18:02:22.583Z Compiling hubpack_derive v0.1.1
17062026-08-27T18:02:22.623Z Compiling regex v1.12.3
17072026-08-27T18:02:22.711Z Compiling snafu-derive v0.8.9
17082026-08-27T18:02:22.726Z Compiling curve25519-dalek-derive v0.1.1
17092026-08-27T18:02:22.743Z Compiling strum_macros v0.27.2
17102026-08-27T18:02:22.761Z Compiling ref-cast-impl v1.0.25
17112026-08-27T18:02:22.776Z Compiling convert_case v0.10.0
17122026-08-27T18:02:22.921Z Compiling phf_shared v0.13.1
17132026-08-27T18:02:23.062Z Compiling vergen v9.1.0
17142026-08-27T18:02:23.087Z Compiling cargo-platform v0.3.2
17152026-08-27T18:02:23.105Z Compiling ff v0.13.1
17162026-08-27T18:02:23.185Z Compiling fs-err v3.3.0
17172026-08-27T18:02:23.262Z Compiling bitflags v1.3.2
17182026-08-27T18:02:23.278Z Compiling either v1.15.0
17192026-08-27T18:02:23.358Z Compiling bumpalo v3.20.2
17202026-08-27T18:02:23.373Z Compiling base16ct v0.2.0
17212026-08-27T18:02:23.392Z Compiling jiff-core v0.1.0
17222026-08-27T18:02:23.407Z Compiling foldhash v0.1.5
17232026-08-27T18:02:23.423Z Compiling foldhash v0.2.0
17242026-08-27T18:02:23.485Z Compiling path-slash v0.1.5
17252026-08-27T18:02:23.515Z Compiling libbz2-rs-sys v0.2.2
17262026-08-27T18:02:23.581Z Compiling hyper-util v0.1.20
17272026-08-27T18:02:23.609Z Compiling managed v0.8.0
17282026-08-27T18:02:23.634Z Compiling same-file v1.0.6
17292026-08-27T18:02:23.648Z Compiling is_ci v1.2.0
17302026-08-27T18:02:23.676Z Compiling textwrap v0.16.2
17312026-08-27T18:02:23.820Z Compiling walkdir v2.5.0
17322026-08-27T18:02:23.846Z Compiling supports-color v3.0.2
17332026-08-27T18:02:23.921Z Compiling test-strategy v0.4.5
17342026-08-27T18:02:24.036Z Compiling bzip2 v0.6.1
17352026-08-27T18:02:24.077Z Compiling hashbrown v0.16.1
17362026-08-27T18:02:24.164Z Compiling jiff v0.2.34
17372026-08-27T18:02:24.178Z Compiling zopfli v0.8.3
17382026-08-27T18:02:24.232Z Compiling hashbrown v0.15.5
17392026-08-27T18:02:24.266Z Compiling sec1 v0.7.3
17402026-08-27T18:02:24.508Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17412026-08-27T18:02:24.572Z Compiling dof v0.3.0
17422026-08-27T18:02:24.717Z Compiling snafu v0.8.9
17432026-08-27T18:02:24.807Z Compiling strum v0.27.2
17442026-08-27T18:02:24.860Z Compiling cargo_metadata v0.23.1
17452026-08-27T18:02:24.876Z Compiling group v0.13.0
17462026-08-27T18:02:24.941Z Compiling phf v0.13.1
17472026-08-27T18:02:24.959Z Compiling derive_more-impl v2.1.1
17482026-08-27T18:02:25.027Z Compiling hyper-tls v0.6.0
17492026-08-27T18:02:25.072Z Compiling hubpack v0.1.2
17502026-08-27T18:02:25.097Z Compiling signal-hook-mio v0.2.5
17512026-08-27T18:02:25.230Z Compiling reqwest v0.12.28
17522026-08-27T18:02:25.277Z Compiling futures v0.3.32
17532026-08-27T18:02:25.318Z Compiling cookie_store v0.22.1
17542026-08-27T18:02:25.338Z Compiling zstd v0.13.3
17552026-08-27T18:02:25.375Z Compiling cipher v0.5.2
17562026-08-27T18:02:25.398Z Compiling backtrace-ext v0.2.1
17572026-08-27T18:02:25.463Z Compiling serde_with_macros v3.21.0
17582026-08-27T18:02:25.525Z Compiling postgres-types v0.2.12
17592026-08-27T18:02:25.756Z Compiling globset v0.4.18
17602026-08-27T18:02:25.771Z Compiling usdt-macro v0.6.0
17612026-08-27T18:02:26.018Z Compiling usdt-attr-macro v0.6.0
17622026-08-27T18:02:26.074Z Compiling byte-wrapper v0.1.0
17632026-08-27T18:02:26.131Z Compiling hkdf v0.12.4
17642026-08-27T18:02:26.203Z Compiling ed25519 v2.2.3
17652026-08-27T18:02:26.321Z Compiling crypto-bigint v0.5.5
17662026-08-27T18:02:26.351Z Compiling serde-big-array v0.5.1
17672026-08-27T18:02:26.436Z Compiling olpc-cjson v0.1.4
17682026-08-27T18:02:26.467Z Compiling serde_plain v1.0.2
17692026-08-27T18:02:26.491Z Compiling dtrace-parser v0.2.0
17702026-08-27T18:02:26.516Z Compiling serde_repr v0.1.20
17712026-08-27T18:02:26.598Z Compiling miette-derive v7.6.0
17722026-08-27T18:02:26.633Z Compiling enum-as-inner v0.6.1
17732026-08-27T18:02:26.663Z Compiling strum_macros v0.26.4
17742026-08-27T18:02:26.687Z Compiling async-recursion v1.1.1
17752026-08-27T18:02:26.765Z Compiling phf_shared v0.11.3
17762026-08-27T18:02:26.882Z Compiling float-cmp v0.10.0
17772026-08-27T18:02:26.976Z Compiling pem v3.0.6
17782026-08-27T18:02:27.054Z Compiling memmap2 v0.9.10
17792026-08-27T18:02:27.103Z Compiling thread-id v4.2.2
17802026-08-27T18:02:27.159Z Compiling whoami v2.1.0
17812026-08-27T18:02:27.178Z Compiling precomputed-hash v0.1.1
17822026-08-27T18:02:27.204Z Compiling typed-path v0.9.3
17832026-08-27T18:02:27.280Z Compiling static_assertions v1.1.0
17842026-08-27T18:02:27.294Z Compiling supports-hyperlinks v3.2.0
17852026-08-27T18:02:27.310Z Compiling new_debug_unreachable v1.0.6
17862026-08-27T18:02:27.337Z Compiling cpufeatures v0.3.0
17872026-08-27T18:02:27.428Z Compiling const-oid v0.10.2
17882026-08-27T18:02:27.435Z Compiling keccak v0.1.6
17892026-08-27T18:02:27.435Z Compiling predicates-core v1.0.10
17902026-08-27T18:02:27.440Z Compiling fixedbitset v0.4.2
17912026-08-27T18:02:27.472Z Compiling winnow v1.0.3
17922026-08-27T18:02:27.568Z Compiling normalize-line-endings v0.3.0
17932026-08-27T18:02:27.597Z Compiling fixedbitset v0.5.7
17942026-08-27T18:02:27.613Z Compiling data-encoding v2.10.0
17952026-08-27T18:02:27.679Z Compiling difflib v0.4.0
17962026-08-27T18:02:27.694Z Compiling supports-unicode v3.0.0
17972026-08-27T18:02:27.724Z Compiling toml_edit v0.22.27
17982026-08-27T18:02:27.777Z Compiling petgraph v0.6.5
17992026-08-27T18:02:27.829Z Compiling miette v7.6.0
18002026-08-27T18:02:27.873Z Compiling petgraph v0.8.3
18012026-08-27T18:02:27.907Z Compiling sha3 v0.10.8
18022026-08-27T18:02:27.935Z Compiling hickory-proto v0.25.2
18032026-08-27T18:02:28.170Z Compiling predicates v3.1.4
18042026-08-27T18:02:28.262Z Compiling digest v0.11.3
18052026-08-27T18:02:28.346Z Compiling chacha20 v0.10.0
18062026-08-27T18:02:28.395Z Compiling tokio-postgres v0.7.16
18072026-08-27T18:02:28.512Z Compiling toml_parser v1.1.2+spec-1.1.0
18082026-08-27T18:02:28.528Z Compiling string_cache v0.8.9
18092026-08-27T18:02:28.541Z Compiling strum v0.26.3
18102026-08-27T18:02:28.558Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18112026-08-27T18:02:28.608Z Compiling elliptic-curve v0.13.8
18122026-08-27T18:02:28.689Z Compiling usdt v0.6.0
18132026-08-27T18:02:28.755Z Compiling usdt-impl v0.5.0
18142026-08-27T18:02:28.775Z Compiling serde_with v3.21.0
18152026-08-27T18:02:28.867Z Compiling crossterm v0.28.1
18162026-08-27T18:02:28.982Z Compiling zip v4.6.1
18172026-08-27T18:02:29.030Z Compiling ed25519-dalek v2.2.0
18182026-08-27T18:02:29.053Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18192026-08-27T18:02:29.150Z Compiling derive_more v2.1.1
18202026-08-27T18:02:29.334Z Compiling iddqd v0.4.2
18212026-08-27T18:02:29.596Z Compiling itertools v0.15.0
18222026-08-27T18:02:29.616Z Compiling itertools v0.13.0
18232026-08-27T18:02:29.798Z Compiling similar v2.7.0
18242026-08-27T18:02:29.896Z Compiling crossbeam-epoch v0.9.18
18252026-08-27T18:02:29.965Z Compiling tokio-stream v0.1.18
18262026-08-27T18:02:30.169Z Compiling buf-list v1.1.2
18272026-08-27T18:02:30.245Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18282026-08-27T18:02:30.487Z Compiling openapiv3 v2.2.0
18292026-08-27T18:02:30.502Z Compiling heck v0.4.1
18302026-08-27T18:02:30.552Z Compiling peg-runtime v0.8.5
18312026-08-27T18:02:30.602Z Compiling lalrpop-util v0.19.12
18322026-08-27T18:02:30.664Z Compiling thread_local v1.1.9
18332026-08-27T18:02:30.703Z Compiling slog-async v2.8.0
18342026-08-27T18:02:30.706Z Compiling crossbeam-channel v0.5.15
18352026-08-27T18:02:30.765Z Compiling filetime v0.2.27
18362026-08-27T18:02:30.781Z Compiling is-terminal v0.4.17
18372026-08-27T18:02:30.797Z Compiling term v1.2.1
18382026-08-27T18:02:30.797Z Compiling take_mut v0.2.2
18392026-08-27T18:02:30.861Z Compiling xattr v1.6.1
18402026-08-27T18:02:30.877Z Compiling camino-tempfile v1.4.1
18412026-08-27T18:02:31.004Z Compiling tar v0.4.46
18422026-08-27T18:02:31.128Z Compiling slog-term v2.9.2
18432026-08-27T18:02:48.263Z Compiling rustls-webpki v0.103.13
18442026-08-27T18:02:50.980Z Compiling tokio-rustls v0.26.4
18452026-08-27T18:02:50.980Z Compiling rustls-platform-verifier v0.6.2
18462026-08-27T18:02:50.984Z Compiling tough v0.22.0
18472026-08-27T18:02:51.187Z Compiling hyper-rustls v0.27.7
18482026-08-27T18:02:51.380Z Compiling reqwest v0.13.2
18492026-08-27T18:02:53.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502026-08-27T18:02:53.799Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18512026-08-27T18:02:56.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.22s
18522026-08-27T18:02:56.852Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18532026-08-27T18:02:56.905ZAug 27 18:02:55.844 INFO Starting download, target: Clickhouse
18542026-08-27T18:02:56.905ZAug 27 18:02:55.845 INFO Starting download, target: MaghemiteMgd
18552026-08-27T18:02:56.905ZAug 27 18:02:55.845 INFO Starting download, target: DendriteStub
18562026-08-27T18:02:56.905ZAug 27 18:02:55.845 INFO Starting download, target: Cockroach
18572026-08-27T18:02:56.905ZAug 27 18:02:55.845 INFO Starting download, target: Console
18582026-08-27T18:02:56.905ZAug 27 18:02:55.845 INFO Starting download, target: MaghemiteDdmd
18592026-08-27T18:02:56.917ZAug 27 18:02:55.845 INFO Starting download, target: TransceiverControl
18602026-08-27T18:02:56.917ZAug 27 18:02:55.845 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18612026-08-27T18:02:56.917ZAug 27 18:02:55.845 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18622026-08-27T18:02:56.917ZAug 27 18:02:55.845 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18632026-08-27T18:02:56.917ZAug 27 18:02:55.845 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18642026-08-27T18:02:56.917ZAug 27 18:02:55.845 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18652026-08-27T18:02:56.917ZAug 27 18:02:55.845 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18662026-08-27T18:02:56.917ZAug 27 18:02:55.845 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18672026-08-27T18:02:57.350ZAug 27 18:02:56.265 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18682026-08-27T18:02:57.568ZAug 27 18:02:56.483 INFO Download complete, target: TransceiverControl
18692026-08-27T18:02:58.929ZAug 27 18:02:57.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18702026-08-27T18:02:59.200ZAug 27 18:02:58.134 INFO Download complete, target: Console
18712026-08-27T18:02:59.234ZAug 27 18:02:58.170 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18722026-08-27T18:02:59.586ZAug 27 18:02:58.524 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18732026-08-27T18:02:59.975ZAug 27 18:02:58.915 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18742026-08-27T18:02:59.996ZAug 27 18:02:58.939 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18752026-08-27T18:03:00.587ZAug 27 18:02:59.528 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18762026-08-27T18:03:00.587ZAug 27 18:02:59.528 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18772026-08-27T18:03:01.523ZAug 27 18:03:00.467 INFO Download complete, target: MaghemiteDdmd
18782026-08-27T18:03:02.815ZAug 27 18:03:01.758 INFO Download complete, target: DendriteStub
18792026-08-27T18:03:02.838ZAug 27 18:03:01.782 INFO Download complete, target: MaghemiteMgd
18802026-08-27T18:03:05.367ZAug 27 18:03:04.278 INFO Checking that binary works, target: Cockroach
18812026-08-27T18:03:05.487ZAug 27 18:03:04.399 INFO Download complete, target: Cockroach
18822026-08-27T18:03:06.140ZAug 27 18:03:05.044 INFO Checking that binary works, target: Clickhouse
18832026-08-27T18:03:06.215ZAug 27 18:03:05.130 INFO Download complete, target: Clickhouse
18842026-08-27T18:03:06.241ZAll prerequisites installed successfully
18852026-08-27T18:03:06.241Z
18862026-08-27T18:03:06.241Zreal 1:30.314221890
18872026-08-27T18:03:06.241Zuser 7:26.542877118
18882026-08-27T18:03:06.241Zsys 1:46.817001034
18892026-08-27T18:03:06.241Ztrap 0.252200833
18902026-08-27T18:03:06.241Ztflt 0.943975671
18912026-08-27T18:03:06.242Zdflt 1.845712604
18922026-08-27T18:03:06.242Zkflt 0.022859211
18932026-08-27T18:03:06.242Zlock 27:30.274571392
18942026-08-27T18:03:06.242Zslp 20:06.431708676
18952026-08-27T18:03:06.242Zlat 26.280885577
18962026-08-27T18:03:06.242Zstop 2:59.621185920
18972026-08-27T18:03:06.242Z+ source ./tools/include/force-git-over-https.sh
18982026-08-27T18:03:06.242Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18992026-08-27T18:03:06.243Z++ (( i = 0 ))
19002026-08-27T18:03:06.243Z++ (( i < 5 ))
19012026-08-27T18:03:06.243Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19022026-08-27T18:03:06.243Z++ (( i++ ))
19032026-08-27T18:03:06.243Z++ (( i < 5 ))
19042026-08-27T18:03:06.243Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19052026-08-27T18:03:06.243Z++ (( i++ ))
19062026-08-27T18:03:06.243Z++ (( i < 5 ))
19072026-08-27T18:03:06.243Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19082026-08-27T18:03:06.243Z++ (( i++ ))
19092026-08-27T18:03:06.243Z++ (( i < 5 ))
19102026-08-27T18:03:06.243Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19112026-08-27T18:03:06.243Z++ (( i++ ))
19122026-08-27T18:03:06.243Z++ (( i < 5 ))
19132026-08-27T18:03:06.243Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19142026-08-27T18:03:06.244Z++ (( i++ ))
19152026-08-27T18:03:06.244Z++ (( i < 5 ))
19162026-08-27T18:03:06.244Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19172026-08-27T18:03:06.244Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19182026-08-27T18:03:06.244Z+ rc=0
19192026-08-27T18:03:06.244Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19202026-08-27T18:03:14.758Z+ case $rc in
19212026-08-27T18:03:14.758Z+ pfexec zfs create -p rpool/images/build/host
19222026-08-27T18:03:14.963Z+ pfexec zfs create -p rpool/images/build/recovery
19232026-08-27T18:03:15.034Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19242026-08-27T18:03:15.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19252026-08-27T18:03:15.507Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19262026-08-27T18:03:16.366Z Compiling proc-macro2 v1.0.106
19272026-08-27T18:03:16.366Z Compiling quote v1.0.45
19282026-08-27T18:03:16.366Z Compiling unicode-ident v1.0.24
19292026-08-27T18:03:16.366Z Compiling serde_core v1.0.228
19302026-08-27T18:03:16.370Z Compiling libc v0.2.185
19312026-08-27T18:03:16.370Z Compiling serde v1.0.228
19322026-08-27T18:03:16.370Z Compiling cfg-if v1.0.4
19332026-08-27T18:03:16.370Z Compiling shlex v1.3.0
19342026-08-27T18:03:16.501Z Compiling find-msvc-tools v0.1.9
19352026-08-27T18:03:16.505Z Compiling autocfg v1.5.0
19362026-08-27T18:03:16.505Z Compiling version_check v0.9.5
19372026-08-27T18:03:16.505Z Compiling zerocopy v0.8.55
19382026-08-27T18:03:16.528Z Compiling memchr v2.8.0
19392026-08-27T18:03:16.532Z Compiling portable-atomic v1.13.1
19402026-08-27T18:03:16.532Z Compiling zmij v1.0.21
19412026-08-27T18:03:16.748Z Compiling serde_json v1.0.151
19422026-08-27T18:03:16.902Z Compiling libm v0.2.16
19432026-08-27T18:03:16.937Z Compiling getrandom v0.4.3
19442026-08-27T18:03:16.957Z Compiling parking_lot_core v0.9.12
19452026-08-27T18:03:16.981Z Compiling pkg-config v0.3.32
19462026-08-27T18:03:17.012Z Compiling generic-array v0.14.7
19472026-08-27T18:03:17.017Z Compiling icu_normalizer_data v2.1.1
19482026-08-27T18:03:17.076Z Compiling icu_properties_data v2.1.2
19492026-08-27T18:03:17.084Z Compiling smallvec v1.15.1
19502026-08-27T18:03:17.105Z Compiling num-traits v0.2.19
19512026-08-27T18:03:17.235Z Compiling rustix v1.1.4
19522026-08-27T18:03:17.285Z Compiling log v0.4.33
19532026-08-27T18:03:17.285Z Compiling itoa v1.0.17
19542026-08-27T18:03:17.285Z Compiling getrandom v0.3.4
19552026-08-27T18:03:17.309Z Compiling subtle v2.6.1
19562026-08-27T18:03:17.393Z Compiling scopeguard v1.2.0
19572026-08-27T18:03:17.480Z Compiling stable_deref_trait v1.2.1
19582026-08-27T18:03:17.532Z Compiling typenum v1.20.1
19592026-08-27T18:03:17.532Z Compiling lock_api v0.4.14
19602026-08-27T18:03:17.566Z Compiling heck v0.5.0
19612026-08-27T18:03:17.593Z Compiling jobserver v0.1.34
19622026-08-27T18:03:17.627Z Compiling errno v0.3.14
19632026-08-27T18:03:17.661Z Compiling critical-section v1.2.0
19642026-08-27T18:03:17.733Z Compiling rand_core v0.10.0
19652026-08-27T18:03:17.766Z Compiling thiserror v2.0.18
19662026-08-27T18:03:17.814Z Compiling syn v2.0.117
19672026-08-27T18:03:17.834Z Compiling cc v1.2.56
19682026-08-27T18:03:17.970Z Compiling getrandom v0.2.17
19692026-08-27T18:03:18.043Z Compiling fs_extra v1.3.0
19702026-08-27T18:03:18.077Z Compiling dunce v1.0.5
19712026-08-27T18:03:18.135Z Compiling once_cell v1.21.3
19722026-08-27T18:03:18.160Z Compiling rand_core v0.6.4
19732026-08-27T18:03:18.164Z Compiling writeable v0.6.2
19742026-08-27T18:03:18.201Z Compiling percent-encoding v2.3.2
19752026-08-27T18:03:18.235Z Compiling litemap v0.8.1
19762026-08-27T18:03:18.333Z Compiling const-oid v0.9.6
19772026-08-27T18:03:18.460Z Compiling pin-project-lite v0.2.17
19782026-08-27T18:03:18.509Z Compiling schemars v0.8.22
19792026-08-27T18:03:18.593Z Compiling cmake v0.1.57
19802026-08-27T18:03:18.628Z Compiling equivalent v1.0.2
19812026-08-27T18:03:18.649Z Compiling signal-hook-registry v1.4.8
19822026-08-27T18:03:18.726Z Compiling rustversion v1.0.22
19832026-08-27T18:03:18.747Z Compiling bitflags v2.11.0
19842026-08-27T18:03:18.747Z Compiling semver v1.0.28
19852026-08-27T18:03:18.757Z Compiling futures-core v0.3.32
19862026-08-27T18:03:18.984Z Compiling aws-lc-rs v1.16.3
19872026-08-27T18:03:19.068Z Compiling parking_lot v0.12.5
19882026-08-27T18:03:19.122Z Compiling mio v1.2.0
19892026-08-27T18:03:19.184Z Compiling aws-lc-sys v0.40.0
19902026-08-27T18:03:19.265Z Compiling utf8_iter v1.0.4
19912026-08-27T18:03:19.284Z Compiling crc32fast v1.5.0
19922026-08-27T18:03:19.382Z Compiling form_urlencoded v1.2.2
19932026-08-27T18:03:19.606Z Compiling hashbrown v0.17.0
19942026-08-27T18:03:19.643Z Compiling vcpkg v0.2.15
19952026-08-27T18:03:19.796Z Compiling syn v1.0.109
19962026-08-27T18:03:19.842Z Compiling fnv v1.0.7
19972026-08-27T18:03:19.868Z Compiling byteorder v1.5.0
19982026-08-27T18:03:19.883Z Compiling strsim v0.11.1
19992026-08-27T18:03:20.045Z Compiling socket2 v0.6.3
20002026-08-27T18:03:20.246Z Compiling futures-sink v0.3.32
20012026-08-27T18:03:20.246Z Compiling radium v0.7.0
20022026-08-27T18:03:20.280Z Compiling indexmap v2.14.0
20032026-08-27T18:03:20.283Z Compiling openssl-sys v0.9.117
20042026-08-27T18:03:20.283Z Compiling httparse v1.10.1
20052026-08-27T18:03:20.405Z Compiling futures-channel v0.3.32
20062026-08-27T18:03:20.409Z Compiling thiserror v1.0.69
20072026-08-27T18:03:20.464Z Compiling iana-time-zone v0.1.65
20082026-08-27T18:03:20.543Z Compiling futures-task v0.3.32
20092026-08-27T18:03:20.562Z Compiling futures-io v0.3.32
20102026-08-27T18:03:20.578Z Compiling slab v0.4.12
20112026-08-27T18:03:20.698Z Compiling synstructure v0.13.2
20122026-08-27T18:03:20.715Z Compiling serde_derive_internals v0.29.1
20132026-08-27T18:03:20.792Z Compiling maybe-uninit v2.0.0
20142026-08-27T18:03:20.810Z Compiling rustls v0.23.41
20152026-08-27T18:03:20.829Z Compiling base64 v0.22.1
20162026-08-27T18:03:20.881Z Compiling rustc_version v0.4.1
20172026-08-27T18:03:21.132Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-27T18:03:21.181Z Compiling uuid v1.23.4
20192026-08-27T18:03:21.185Z Compiling ahash v0.8.12
20202026-08-27T18:03:21.246Z Compiling ident_case v1.0.1
20212026-08-27T18:03:21.296Z Compiling base64ct v1.8.3
20222026-08-27T18:03:21.328Z Compiling regex-syntax v0.8.10
20232026-08-27T18:03:21.346Z Compiling packed_struct v0.10.1
20242026-08-27T18:03:21.346Z Compiling ucd-trie v0.1.7
20252026-08-27T18:03:21.375Z Compiling num-bigint-dig v0.8.6
20262026-08-27T18:03:21.399Z Compiling rand_core v0.9.5
20272026-08-27T18:03:21.538Z Compiling pest v2.8.6
20282026-08-27T18:03:21.570Z Compiling openssl v0.10.80
20292026-08-27T18:03:21.606Z Compiling pem-rfc7468 v0.7.0
20302026-08-27T18:03:21.632Z Compiling flagset v0.4.7
20312026-08-27T18:03:21.670Z Compiling dyn-clone v1.0.20
20322026-08-27T18:03:21.699Z Compiling fastrand v2.3.0
20332026-08-27T18:03:21.735Z Compiling indexmap v1.9.3
20342026-08-27T18:03:21.849Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20352026-08-27T18:03:21.982Z Compiling tempfile v3.27.0
20362026-08-27T18:03:22.001Z Compiling paste v1.0.15
20372026-08-27T18:03:22.018Z Compiling serde_derive v1.0.228
20382026-08-27T18:03:22.021Z Compiling zeroize_derive v1.5.0
20392026-08-27T18:03:22.053Z Compiling zerofrom-derive v0.1.6
20402026-08-27T18:03:22.089Z Compiling zerocopy-derive v0.8.55
20412026-08-27T18:03:22.143Z Compiling yoke-derive v0.8.1
20422026-08-27T18:03:22.151Z Compiling zerovec-derive v0.11.2
20432026-08-27T18:03:22.273Z Compiling displaydoc v0.2.5
20442026-08-27T18:03:22.310Z Compiling tokio-macros v2.7.0
20452026-08-27T18:03:22.342Z Compiling futures-macro v0.3.32
20462026-08-27T18:03:22.364Z Compiling thiserror-impl v2.0.18
20472026-08-27T18:03:22.683Z Compiling der_derive v0.7.3
20482026-08-27T18:03:22.842Z Compiling schemars_derive v0.8.22
20492026-08-27T18:03:22.859Z Compiling tracing-attributes v0.1.31
20502026-08-27T18:03:23.010Z Compiling thiserror-impl v1.0.69
20512026-08-27T18:03:23.079Z Compiling clap_derive v4.6.1
20522026-08-27T18:03:23.176Z Compiling futures-util v0.3.32
20532026-08-27T18:03:23.272Z Compiling zerofrom v0.1.6
20542026-08-27T18:03:23.432Z Compiling yoke v0.8.1
20552026-08-27T18:03:23.637Z Compiling zerovec v0.11.5
20562026-08-27T18:03:23.679Z Compiling zerotrie v0.2.3
20572026-08-27T18:03:24.065Z Compiling packed_struct_codegen v0.10.1
20582026-08-27T18:03:24.129Z Compiling pest_meta v2.8.6
20592026-08-27T18:03:24.145Z Compiling bitfield-macros v0.19.4
20602026-08-27T18:03:24.174Z Compiling zerocopy-derive v0.6.6
20612026-08-27T18:03:24.221Z Compiling tinystr v0.8.2
20622026-08-27T18:03:24.262Z Compiling potential_utf v0.1.4
20632026-08-27T18:03:24.496Z Compiling icu_locale_core v2.1.1
20642026-08-27T18:03:24.511Z Compiling icu_collections v2.1.1
20652026-08-27T18:03:24.877Z Compiling pest_generator v2.8.6
20662026-08-27T18:03:25.107Z Compiling openssl-macros v0.1.1
20672026-08-27T18:03:25.353Z Compiling zeroize v1.9.0
20682026-08-27T18:03:25.371Z Compiling bytes v1.11.1
20692026-08-27T18:03:25.463Z Compiling icu_provider v2.1.1
20702026-08-27T18:03:25.585Z Compiling chrono v0.4.45
20712026-08-27T18:03:25.601Z Compiling der v0.7.10
20722026-08-27T18:03:25.640Z Compiling hex v0.4.3
20732026-08-27T18:03:25.656Z Compiling cpufeatures v0.2.17
20742026-08-27T18:03:25.770Z Compiling icu_properties v2.1.2
20752026-08-27T18:03:25.852Z Compiling icu_normalizer v2.1.1
20762026-08-27T18:03:25.917Z Compiling tokio v1.52.1
20772026-08-27T18:03:26.127Z Compiling block-buffer v0.10.4
20782026-08-27T18:03:26.163Z Compiling crypto-common v0.1.7
20792026-08-27T18:03:26.322Z Compiling digest v0.10.7
20802026-08-27T18:03:26.523Z Compiling simd-adler32 v0.3.8
20812026-08-27T18:03:26.539Z Compiling native-tls v0.2.18
20822026-08-27T18:03:26.603Z Compiling pest_derive v2.8.6
20832026-08-27T18:03:26.752Z Compiling idna_adapter v1.2.1
20842026-08-27T18:03:26.770Z Compiling ppv-lite86 v0.2.21
20852026-08-27T18:03:26.904Z Compiling idna v1.1.0
20862026-08-27T18:03:27.095Z Compiling spki v0.7.3
20872026-08-27T18:03:27.159Z Compiling scroll_derive v0.13.1
20882026-08-27T18:03:27.313Z Compiling url v2.5.8
20892026-08-27T18:03:27.334Z Compiling rand_chacha v0.9.0
20902026-08-27T18:03:27.419Z Compiling syn v3.0.3
20912026-08-27T18:03:27.771Z Compiling rand v0.9.2
20922026-08-27T18:03:27.820Z Compiling utf8parse v0.2.2
20932026-08-27T18:03:28.017Z Compiling crossbeam-utils v0.8.21
20942026-08-27T18:03:28.032Z Compiling anstyle v1.0.14
20952026-08-27T18:03:28.300Z Compiling camino v1.2.5
20962026-08-27T18:03:28.323Z Compiling adler2 v2.0.1
20972026-08-27T18:03:28.463Z Compiling miniz_oxide v0.8.9
20982026-08-27T18:03:28.506Z Compiling anstyle-parse v1.0.0
20992026-08-27T18:03:28.506Z Compiling pkcs8 v0.10.2
21002026-08-27T18:03:28.559Z Compiling sha2 v0.10.9
21012026-08-27T18:03:28.643Z Compiling http v1.4.2
21022026-08-27T18:03:28.725Z Compiling rustls-pki-types v1.14.0
21032026-08-27T18:03:28.786Z Compiling terminal_size v0.4.3
21042026-08-27T18:03:29.094Z Compiling spin v0.9.8
21052026-08-27T18:03:29.110Z Compiling num-conv v0.2.0
21062026-08-27T18:03:29.166Z Compiling anstyle-query v1.1.5
21072026-08-27T18:03:29.267Z Compiling time-core v0.1.8
21082026-08-27T18:03:29.308Z Compiling colorchoice v1.0.4
21092026-08-27T18:03:29.311Z Compiling tinyvec_macros v0.1.1
21102026-08-27T18:03:29.354Z Compiling is_terminal_polyfill v1.70.2
21112026-08-27T18:03:29.414Z Compiling tinyvec v1.10.0
21122026-08-27T18:03:29.440Z Compiling time-macros v0.2.27
21132026-08-27T18:03:29.456Z Compiling anstream v1.0.0
21142026-08-27T18:03:29.634Z Compiling async-trait v0.1.89
21152026-08-27T18:03:29.774Z Compiling structmeta-derive v0.3.0
21162026-08-27T18:03:29.890Z Compiling tokio-util v0.7.18
21172026-08-27T18:03:29.960Z Compiling tracing-core v0.1.36
21182026-08-27T18:03:30.008Z Compiling untrusted v0.7.1
21192026-08-27T18:03:30.053Z Compiling object v0.37.3
21202026-08-27T18:03:30.178Z Compiling plain v0.2.3
21212026-08-27T18:03:30.193Z Compiling cmov v0.5.4
21222026-08-27T18:03:30.429Z Compiling tracing v0.1.44
21232026-08-27T18:03:30.459Z Compiling ctutils v0.4.2
21242026-08-27T18:03:30.625Z Compiling http-body v1.0.1
21252026-08-27T18:03:30.658Z Compiling daft-derive v0.1.8
21262026-08-27T18:03:30.818Z Compiling serde_spanned v0.6.9
21272026-08-27T18:03:30.849Z Compiling structmeta v0.3.0
21282026-08-27T18:03:30.865Z Compiling toml_datetime v0.6.11
21292026-08-27T18:03:30.869Z Compiling pin-project-internal v1.1.11
21302026-08-27T18:03:31.034Z Compiling slog v2.8.2
21312026-08-27T18:03:31.089Z Compiling wait-timeout v0.2.1
21322026-08-27T18:03:31.107Z Compiling cookie v0.18.1
21332026-08-27T18:03:31.132Z Compiling openssl-probe v0.2.1
21342026-08-27T18:03:31.203Z Compiling zstd-safe v7.2.4
21352026-08-27T18:03:31.236Z Compiling tap v1.0.1
21362026-08-27T18:03:31.286Z Compiling bit-vec v0.8.0
21372026-08-27T18:03:31.356Z Compiling untrusted v0.9.0
21382026-08-27T18:03:31.413Z Compiling quick-error v1.2.3
21392026-08-27T18:03:31.444Z Compiling clap_lex v1.0.0
21402026-08-27T18:03:31.517Z Compiling bit-set v0.8.0
21412026-08-27T18:03:31.534Z Compiling rusty-fork v0.3.1
21422026-08-27T18:03:31.616Z Compiling clap_builder v4.6.0
21432026-08-27T18:03:31.669Z Compiling wyz v0.5.1
21442026-08-27T18:03:31.825Z Compiling derive-ex v0.1.8
21452026-08-27T18:03:31.899Z Compiling hybrid-array v0.4.13
21462026-08-27T18:03:31.948Z Compiling unicode-normalization v0.1.25
21472026-08-27T18:03:31.963Z Compiling rand_chacha v0.3.1
21482026-08-27T18:03:32.130Z Compiling signature v2.2.0
21492026-08-27T18:03:32.175Z Compiling scroll_derive v0.12.1
21502026-08-27T18:03:32.302Z Compiling rand_xorshift v0.4.0
21512026-08-27T18:03:32.333Z Compiling heapless v0.7.17
21522026-08-27T18:03:32.442Z Compiling num-integer v0.1.46
21532026-08-27T18:03:32.466Z Compiling aho-corasick v1.1.4
21542026-08-27T18:03:32.496Z Compiling pretty-hex v0.4.1
21552026-08-27T18:03:32.567Z Compiling funty v2.0.0
21562026-08-27T18:03:32.602Z Compiling rustix v0.38.44
21572026-08-27T18:03:32.621Z Compiling zlib-rs v0.6.2
21582026-08-27T18:03:32.656Z Compiling tower-layer v0.3.3
21592026-08-27T18:03:32.780Z Compiling try-lock v0.2.5
21602026-08-27T18:03:32.946Z Compiling atomic-waker v1.1.2
21612026-08-27T18:03:32.987Z Compiling usdt-impl v0.6.0
21622026-08-27T18:03:33.002Z Compiling signal-hook v0.3.18
21632026-08-27T18:03:33.041Z Compiling tower-service v0.3.3
21642026-08-27T18:03:33.125Z Compiling unarray v0.1.4
21652026-08-27T18:03:33.164Z Compiling anyhow v1.0.104
21662026-08-27T18:03:33.248Z Compiling proptest v1.11.0
21672026-08-27T18:03:33.251Z Compiling h2 v0.4.15
21682026-08-27T18:03:33.282Z Compiling want v0.3.1
21692026-08-27T18:03:33.356Z Compiling regex-automata v0.4.14
21702026-08-27T18:03:33.387Z Compiling test-strategy v0.4.5
21712026-08-27T18:03:33.539Z Compiling bitvec v1.0.1
21722026-08-27T18:03:33.661Z Compiling clap v4.6.1
21732026-08-27T18:03:33.762Z Compiling num-iter v0.1.45
21742026-08-27T18:03:34.076Z Compiling rand v0.8.6
21752026-08-27T18:03:34.426Z Compiling lazy_static v1.5.0
21762026-08-27T18:03:34.542Z Compiling ipnetwork v0.21.1
21772026-08-27T18:03:34.771Z Compiling scroll v0.13.0
21782026-08-27T18:03:34.893Z Compiling flate2 v1.1.9
21792026-08-27T18:03:35.087Z Compiling ipnet v2.12.0
21802026-08-27T18:03:35.486Z Compiling snafu-derive v0.8.9
21812026-08-27T18:03:35.507Z Compiling strum_macros v0.26.4
21822026-08-27T18:03:36.168Z Compiling darling_core v0.20.11
21832026-08-27T18:03:36.399Z Compiling darling_core v0.23.0
21842026-08-27T18:03:36.996Z Compiling winnow v0.5.40
21852026-08-27T18:03:37.048Z Compiling httpdate v1.0.3
21862026-08-27T18:03:37.211Z Compiling foreign-types-shared v0.1.1
21872026-08-27T18:03:37.245Z Compiling nodrop v0.1.14
21882026-08-27T18:03:37.344Z Compiling crc-catalog v2.4.0
21892026-08-27T18:03:37.454Z Compiling crc v3.4.0
21902026-08-27T18:03:37.510Z Compiling hyper v1.10.1
21912026-08-27T18:03:37.667Z Compiling array-init v0.0.4
21922026-08-27T18:03:37.699Z Compiling foreign-types v0.3.2
21932026-08-27T18:03:37.918Z Compiling newtype-uuid v1.3.2
21942026-08-27T18:03:38.198Z Compiling darling_macro v0.20.11
21952026-08-27T18:03:38.611Z Compiling darling_macro v0.23.0
21962026-08-27T18:03:38.742Z Compiling toml_edit v0.19.15
21972026-08-27T18:03:38.827Z Compiling goblin v0.10.5
21982026-08-27T18:03:38.897Z Compiling oxnet v0.1.6
21992026-08-27T18:03:38.931Z Compiling smallvec v0.6.14
22002026-08-27T18:03:39.202Z Compiling pkcs1 v0.7.5
22012026-08-27T18:03:39.710Z Compiling zerocopy v0.6.6
22022026-08-27T18:03:39.811Z Compiling bitfield v0.19.4
22032026-08-27T18:03:39.997Z Compiling zerocopy-derive v0.7.35
22042026-08-27T18:03:40.003Z Compiling curve25519-dalek v4.1.3
22052026-08-27T18:03:40.393Z Compiling env_filter v2.0.0
22062026-08-27T18:03:40.534Z Compiling memoffset v0.9.1
22072026-08-27T18:03:40.590Z Compiling ref-cast v1.0.25
22082026-08-27T18:03:40.759Z Compiling owo-colors v4.3.0
22092026-08-27T18:03:40.831Z Compiling smoltcp v0.9.1
22102026-08-27T18:03:40.934Z Compiling hashbrown v0.12.3
22112026-08-27T18:03:40.984Z Compiling litrs v1.0.0
22122026-08-27T18:03:41.079Z Compiling unicode-segmentation v1.12.0
22132026-08-27T18:03:41.181Z Compiling base64 v0.21.7
22142026-08-27T18:03:41.485Z Compiling document-features v0.2.12
22152026-08-27T18:03:41.546Z Compiling ron v0.8.1
22162026-08-27T18:03:41.708Z Compiling dof v0.4.0
22172026-08-27T18:03:41.773Z Compiling env_logger v0.11.11
22182026-08-27T18:03:42.019Z Compiling toml v0.7.8
22192026-08-27T18:03:42.041Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22202026-08-27T18:03:42.101Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212026-08-27T18:03:42.312Z Compiling rsa v0.9.10
22222026-08-27T18:03:42.624Z Compiling daft v0.1.8
22232026-08-27T18:03:42.791Z Compiling darling v0.23.0
22242026-08-27T18:03:42.808Z Compiling serde-hex v0.1.0
22252026-08-27T18:03:42.811Z Compiling hyper-util v0.1.20
22262026-08-27T18:03:42.892Z Compiling bzip2 v0.4.4
22272026-08-27T18:03:43.112Z Compiling darling v0.20.11
22282026-08-27T18:03:43.157Z Compiling hashbrown v0.13.2
22292026-08-27T18:03:43.731Z Compiling x509-cert v0.2.5
22302026-08-27T18:03:43.746Z Compiling dtrace-parser v0.3.0
22312026-08-27T18:03:43.782Z Compiling hmac v0.12.1
22322026-08-27T18:03:44.144Z Compiling async-recursion v1.1.1
22332026-08-27T18:03:44.282Z Compiling sync_wrapper v1.0.2
22342026-08-27T18:03:44.414Z Compiling thread-id v5.1.0
22352026-08-27T18:03:44.512Z Compiling cfg_aliases v0.2.1
22362026-08-27T18:03:44.608Z Compiling crc-any v2.5.0
22372026-08-27T18:03:44.771Z Compiling powerfmt v0.2.0
22382026-08-27T18:03:44.793Z Compiling siphasher v1.0.2
22392026-08-27T18:03:45.022Z Compiling deranged v0.5.8
22402026-08-27T18:03:45.066Z Compiling nix v0.31.2
22412026-08-27T18:03:45.342Z Compiling tower v0.5.3
22422026-08-27T18:03:45.984Z Compiling object v0.30.4
22432026-08-27T18:03:46.188Z Compiling derive_builder_core v0.20.2
22442026-08-27T18:03:46.283Z Compiling zip v0.6.6
22452026-08-27T18:03:46.621Z Compiling serde_with_macros v3.21.0
22462026-08-27T18:03:46.991Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-27T18:03:47.070Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-27T18:03:47.318Z Compiling bstr v1.12.1
22492026-08-27T18:03:47.486Z Compiling crypto-common v0.2.2
22502026-08-27T18:03:47.536Z Compiling block-buffer v0.12.1
22512026-08-27T18:03:47.792Z Compiling http-body-util v0.1.3
22522026-08-27T18:03:48.089Z Compiling futures-executor v0.3.32
22532026-08-27T18:03:48.132Z Compiling erased-serde v0.3.31
22542026-08-27T18:03:48.148Z Compiling serde_tokenstream v0.2.3
22552026-08-27T18:03:48.467Z Compiling hubpack_derive v0.1.1
22562026-08-27T18:03:48.614Z Compiling curve25519-dalek-derive v0.1.1
22572026-08-27T18:03:48.618Z Compiling strum_macros v0.27.2
22582026-08-27T18:03:48.640Z Compiling ref-cast-impl v1.0.25
22592026-08-27T18:03:48.760Z Compiling fs-err v3.3.0
22602026-08-27T18:03:48.827Z Compiling usdt-impl v0.5.0
22612026-08-27T18:03:49.061Z Compiling gimli v0.32.3
22622026-08-27T18:03:49.159Z Compiling iri-string v0.7.10
22632026-08-27T18:03:49.236Z Compiling unicode-properties v0.1.4
22642026-08-27T18:03:49.271Z Compiling ryu v1.0.23
22652026-08-27T18:03:49.463Z Compiling path-slash v0.1.5
22662026-08-27T18:03:49.477Z Compiling allocator-api2 v0.2.21
22672026-08-27T18:03:49.578Z Compiling num_threads v0.1.7
22682026-08-27T18:03:49.833Z Compiling same-file v1.0.6
22692026-08-27T18:03:50.035Z Compiling unicode-bidi v0.3.18
22702026-08-27T18:03:50.111Z Compiling walkdir v2.5.0
22712026-08-27T18:03:50.169Z Compiling time v0.3.47
22722026-08-27T18:03:50.461Z Compiling stringprep v0.1.5
22732026-08-27T18:03:50.743Z Compiling tower-http v0.6.8
22742026-08-27T18:03:50.842Z Compiling addr2line v0.25.1
22752026-08-27T18:03:50.970Z Compiling serde_urlencoded v0.7.1
22762026-08-27T18:03:51.847Z Compiling futures v0.3.32
22772026-08-27T18:03:52.593Z Compiling derive_builder_macro v0.20.2
22782026-08-27T18:03:52.817Z Compiling tokio-native-tls v0.3.1
22792026-08-27T18:03:52.899Z Compiling convert_case v0.10.0
22802026-08-27T18:03:52.966Z Compiling strum v0.26.3
22812026-08-27T18:03:53.172Z Compiling block-padding v0.4.2
22822026-08-27T18:03:53.210Z Compiling scroll v0.12.0
22832026-08-27T18:03:53.226Z Compiling pin-project v1.1.11
22842026-08-27T18:03:53.227Z Compiling rustls-native-certs v0.8.3
22852026-08-27T18:03:53.332Z Compiling md-5 v0.10.6
22862026-08-27T18:03:53.369Z Compiling hash32 v0.2.1
22872026-08-27T18:03:53.405Z Compiling vergen-lib v9.1.0
22882026-08-27T18:03:53.475Z Compiling encoding_rs v0.8.35
22892026-08-27T18:03:53.493Z Compiling mime v0.3.17
22902026-08-27T18:03:53.550Z Compiling cpufeatures v0.3.0
22912026-08-27T18:03:53.591Z Compiling psl-types v2.0.11
22922026-08-27T18:03:53.617Z Compiling fallible-iterator v0.2.0
22932026-08-27T18:03:53.757Z Compiling rustc-demangle v0.1.27
22942026-08-27T18:03:53.791Z Compiling jiff-core v0.1.0
22952026-08-27T18:03:53.888Z Compiling publicsuffix v2.3.0
22962026-08-27T18:03:53.953Z Compiling postgres-protocol v0.6.10
22972026-08-27T18:03:54.037Z Compiling goblin v0.8.2
22982026-08-27T18:03:54.432Z Compiling snafu v0.8.9
22992026-08-27T18:03:54.490Z Compiling inout v0.2.2
23002026-08-27T18:03:54.514Z Compiling backtrace v0.3.76
23012026-08-27T18:03:54.659Z Compiling jiff v0.2.34
23022026-08-27T18:03:54.670Z Compiling derive_more-impl v2.1.1
23032026-08-27T18:03:54.836Z Compiling derive_builder v0.20.2
23042026-08-27T18:03:54.871Z Compiling hyper-tls v0.6.0
23052026-08-27T18:03:55.437Z Compiling usdt-macro v0.6.0
23062026-08-27T18:03:55.473Z Compiling usdt-attr-macro v0.6.0
23072026-08-27T18:03:55.527Z Compiling globset v0.4.18
23082026-08-27T18:03:55.580Z Compiling phf_shared v0.13.1
23092026-08-27T18:03:55.602Z Compiling crossbeam-epoch v0.9.18
23102026-08-27T18:03:55.783Z Compiling zerocopy v0.7.35
23112026-08-27T18:03:55.936Z Compiling regex v1.12.3
23122026-08-27T18:03:56.238Z Compiling serde_plain v1.0.2
23132026-08-27T18:03:56.288Z Compiling enum-as-inner v0.6.1
23142026-08-27T18:03:56.372Z Compiling serde_repr v0.1.20
23152026-08-27T18:03:56.389Z Compiling miette-derive v7.6.0
23162026-08-27T18:03:56.492Z Compiling pem v3.0.6
23172026-08-27T18:03:56.510Z Compiling vergen v9.1.0
23182026-08-27T18:03:56.542Z Compiling cargo-platform v0.3.2
23192026-08-27T18:03:56.561Z Compiling ff v0.13.1
23202026-08-27T18:03:56.729Z Compiling filetime v0.2.27
23212026-08-27T18:03:56.824Z Compiling const-oid v0.10.2
23222026-08-27T18:03:56.911Z Compiling typed-path v0.9.3
23232026-08-27T18:03:56.924Z Compiling xattr v1.6.1
23242026-08-27T18:03:56.968Z Compiling base16ct v0.2.0
23252026-08-27T18:03:57.108Z Compiling unicode-linebreak v0.1.5
23262026-08-27T18:03:57.135Z Compiling libbz2-rs-sys v0.2.2
23272026-08-27T18:03:57.321Z Compiling is_ci v1.2.0
23282026-08-27T18:03:57.358Z Compiling either v1.15.0
23292026-08-27T18:03:57.392Z Compiling smawk v0.3.2
23302026-08-27T18:03:57.480Z Compiling foldhash v0.1.5
23312026-08-27T18:03:57.502Z Compiling bitflags v1.3.2
23322026-08-27T18:03:57.557Z Compiling managed v0.8.0
23332026-08-27T18:03:57.590Z Compiling bumpalo v3.20.2
23342026-08-27T18:03:57.615Z Compiling foldhash v0.2.0
23352026-08-27T18:03:57.621Z Compiling unicode-width v0.2.0
23362026-08-27T18:03:57.668Z Compiling hashbrown v0.15.5
23372026-08-27T18:03:57.734Z Compiling bzip2 v0.6.1
23382026-08-27T18:03:57.842Z Compiling zopfli v0.8.3
23392026-08-27T18:03:57.875Z Compiling hashbrown v0.16.1
23402026-08-27T18:03:57.981Z Compiling textwrap v0.16.2
23412026-08-27T18:03:58.178Z Compiling supports-color v3.0.2
23422026-08-27T18:03:58.250Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23432026-08-27T18:03:58.356Z Compiling sec1 v0.7.3
23442026-08-27T18:03:58.372Z Compiling tar v0.4.46
23452026-08-27T18:03:58.415Z Compiling digest v0.11.3
23462026-08-27T18:03:58.524Z Compiling cargo_metadata v0.23.1
23472026-08-27T18:03:58.580Z Compiling group v0.13.0
23482026-08-27T18:03:58.774Z Compiling dof v0.3.0
23492026-08-27T18:03:59.842Z Compiling phf v0.13.1
23502026-08-27T18:03:59.923Z Compiling zstd v0.13.3
23512026-08-27T18:04:00.093Z Compiling reqwest v0.12.28
23522026-08-27T18:04:00.225Z Compiling backtrace-ext v0.2.1
23532026-08-27T18:04:00.352Z Compiling signal-hook-mio v0.2.5
23542026-08-27T18:04:00.414Z Compiling cipher v0.5.2
23552026-08-27T18:04:00.486Z Compiling cookie_store v0.22.1
23562026-08-27T18:04:00.618Z Compiling postgres-types v0.2.12
23572026-08-27T18:04:00.855Z Compiling strum v0.27.2
23582026-08-27T18:04:01.072Z Compiling hubpack v0.1.2
23592026-08-27T18:04:01.131Z Compiling phf_shared v0.11.3
23602026-08-27T18:04:01.152Z Compiling hkdf v0.12.4
23612026-08-27T18:04:01.165Z Compiling dtrace-parser v0.2.0
23622026-08-27T18:04:01.217Z Compiling byte-wrapper v0.1.0
23632026-08-27T18:04:01.320Z Compiling ed25519 v2.2.3
23642026-08-27T18:04:01.342Z Compiling olpc-cjson v0.1.4
23652026-08-27T18:04:01.604Z Compiling crypto-bigint v0.5.5
23662026-08-27T18:04:01.765Z Compiling serde-big-array v0.5.1
23672026-08-27T18:04:01.800Z Compiling float-cmp v0.10.0
23682026-08-27T18:04:01.886Z Compiling memmap2 v0.9.10
23692026-08-27T18:04:01.960Z Compiling thread-id v4.2.2
23702026-08-27T18:04:02.063Z Compiling normalize-line-endings v0.3.0
23712026-08-27T18:04:02.159Z Compiling supports-unicode v3.0.0
23722026-08-27T18:04:02.200Z Compiling keccak v0.1.6
23732026-08-27T18:04:02.218Z Compiling unicode-width v0.1.14
23742026-08-27T18:04:02.294Z Compiling new_debug_unreachable v1.0.6
23752026-08-27T18:04:02.324Z Compiling precomputed-hash v0.1.1
23762026-08-27T18:04:02.362Z Compiling predicates-core v1.0.10
23772026-08-27T18:04:02.397Z Compiling whoami v2.1.0
23782026-08-27T18:04:02.412Z Compiling winnow v0.7.14
23792026-08-27T18:04:02.449Z Compiling supports-hyperlinks v3.2.0
23802026-08-27T18:04:02.525Z Compiling static_assertions v1.1.0
23812026-08-27T18:04:02.535Z Compiling fixedbitset v0.5.7
23822026-08-27T18:04:02.595Z Compiling toml_write v0.1.2
23832026-08-27T18:04:02.754Z Compiling difflib v0.4.0
23842026-08-27T18:04:02.808Z Compiling rayon-core v1.13.0
23852026-08-27T18:04:02.932Z Compiling fixedbitset v0.4.2
23862026-08-27T18:04:03.003Z Compiling data-encoding v2.10.0
23872026-08-27T18:04:03.168Z Compiling winnow v1.0.3
23882026-08-27T18:04:03.208Z Compiling petgraph v0.6.5
23892026-08-27T18:04:03.727Z Compiling hickory-proto v0.25.2
23902026-08-27T18:04:04.061Z Compiling toml_edit v0.22.27
23912026-08-27T18:04:04.119Z Compiling toml_parser v1.1.2+spec-1.1.0
23922026-08-27T18:04:04.362Z Compiling predicates v3.1.4
23932026-08-27T18:04:04.680Z Compiling petgraph v0.8.3
23942026-08-27T18:04:04.716Z Compiling tokio-postgres v0.7.16
23952026-08-27T18:04:04.727Z Compiling elliptic-curve v0.13.8
23962026-08-27T18:04:04.944Z Compiling miette v7.6.0
23972026-08-27T18:04:05.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23982026-08-27T18:04:05.123Z Compiling string_cache v0.8.9
23992026-08-27T18:04:05.367Z Compiling sha3 v0.10.8
24002026-08-27T18:04:05.663Z Compiling chacha20 v0.10.0
24012026-08-27T18:04:06.021Z Compiling usdt v0.6.0
24022026-08-27T18:04:06.623Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24032026-08-27T18:04:06.886Z Compiling ed25519-dalek v2.2.0
24042026-08-27T18:04:07.712Z Compiling crossterm v0.28.1
24052026-08-27T18:04:08.092Z Compiling zip v4.6.1
24062026-08-27T18:04:08.147Z Compiling iddqd v0.4.2
24072026-08-27T18:04:08.496Z Compiling itertools v0.15.0
24082026-08-27T18:04:08.847Z Compiling itertools v0.13.0
24092026-08-27T18:04:08.882Z Compiling derive_more v2.1.1
24102026-08-27T18:04:09.006Z Compiling similar v2.7.0
24112026-08-27T18:04:09.319Z Compiling serde_with v3.21.0
24122026-08-27T18:04:09.766Z Compiling heck v0.4.1
24132026-08-27T18:04:10.199Z Compiling tokio-stream v0.1.18
24142026-08-27T18:04:10.296Z Compiling buf-list v1.1.2
24152026-08-27T18:04:10.311Z Compiling half v2.7.1
24162026-08-27T18:04:10.407Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24172026-08-27T18:04:10.575Z Compiling openapiv3 v2.2.0
24182026-08-27T18:04:10.698Z Compiling lalrpop-util v0.19.12
24192026-08-27T18:04:11.128Z Compiling peg-runtime v0.8.5
24202026-08-27T18:04:11.228Z Compiling ciborium-io v0.2.2
24212026-08-27T18:04:11.328Z Compiling ciborium-ll v0.2.2
24222026-08-27T18:04:12.829Z Compiling crossbeam-deque v0.8.6
24232026-08-27T18:04:13.276Z Compiling camino-tempfile v1.4.1
24242026-08-27T18:04:13.963Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24252026-08-27T18:04:14.253Z Compiling blake3 v1.8.5
24262026-08-27T18:04:14.387Z Compiling fs-err v2.11.0
24272026-08-27T18:04:15.633Z Compiling rustls-webpki v0.103.13
24282026-08-27T18:04:19.918Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-27T18:04:19.940Z Compiling ciborium v0.2.2
24302026-08-27T18:04:19.940Z Compiling tokio-rustls v0.26.4
24312026-08-27T18:04:19.940Z Compiling rustls-platform-verifier v0.6.2
24322026-08-27T18:04:19.940Z Compiling tough v0.22.0
24332026-08-27T18:04:19.940Z Compiling hyper-rustls v0.27.7
24342026-08-27T18:04:19.940Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24352026-08-27T18:04:19.940Z Compiling reqwest v0.13.2
24362026-08-27T18:04:20.266Z Compiling thread_local v1.1.9
24372026-08-27T18:04:20.314Z Compiling constant_time_eq v0.4.2
24382026-08-27T18:04:20.477Z Compiling arrayvec v0.7.6
24392026-08-27T18:04:20.535Z Compiling slog-async v2.8.0
24402026-08-27T18:04:20.566Z Compiling arrayref v0.3.9
24412026-08-27T18:04:20.816Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24422026-08-27T18:04:20.856Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24432026-08-27T18:04:20.947Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24442026-08-27T18:04:21.173Z Compiling toml v0.8.23
24452026-08-27T18:04:21.190Z Compiling atomicwrites v0.4.4
24462026-08-27T18:04:21.269Z Compiling sha2 v0.11.0
24472026-08-27T18:04:21.285Z Compiling digest-io v0.1.0
24482026-08-27T18:04:21.313Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24492026-08-27T18:04:21.453Z Compiling crossbeam-channel v0.5.15
24502026-08-27T18:04:21.499Z Compiling serde_path_to_error v0.1.20
24512026-08-27T18:04:21.502Z Compiling is-terminal v0.4.17
24522026-08-27T18:04:21.644Z Compiling rawzip v0.4.4
24532026-08-27T18:04:21.908Z Compiling topological-sort v0.2.2
24542026-08-27T18:04:21.975Z Compiling indent_write v2.2.0
24552026-08-27T18:04:22.104Z Compiling parse-size v1.1.0
24562026-08-27T18:04:22.155Z Compiling debug-ignore v1.0.5
24572026-08-27T18:04:22.176Z Compiling take_mut v0.2.2
24582026-08-27T18:04:22.280Z Compiling term v1.2.1
24592026-08-27T18:04:22.314Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-27T18:04:22.331Z Compiling shell-words v1.1.1
24612026-08-27T18:04:22.737Z Compiling slog-term v2.9.2
24622026-08-27T18:04:23.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-08-27T18:04:29.856Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24642026-08-27T18:04:31.963Z Compiling omicron-zone-package v0.12.3
24652026-08-27T18:04:32.630Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24662026-08-27T18:04:32.667Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24672026-08-27T18:04:32.721Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24682026-08-27T18:04:37.233Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24692026-08-27T18:04:49.619Z Finished `release` profile [optimized] target(s) in 1m 34s
24702026-08-27T18:04:49.768Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24712026-08-27T18:04:49.816ZAug 27 18:04:48.758 DEBG changing working directory to /work/oxidecomputer/omicron
24722026-08-27T18:04:49.911ZAug 27 18:04:48.854 DEBG running: git rev-parse HEAD
24732026-08-27T18:04:49.914ZAug 27 18:04:48.856 DEBG process exited with exit status: 0 (2.4721ms)
24742026-08-27T18:04:49.915ZAug 27 18:04:48.856 INFO version: 23.0.0-0.ci+gitd0f50ce34f6
24752026-08-27T18:04:49.922ZAug 27 18:04:48.865 INFO cloning helios to /work/oxidecomputer/helios
24762026-08-27T18:04:49.922ZAug 27 18:04:48.865 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24772026-08-27T18:04:49.925ZCloning into '/work/oxidecomputer/helios'...
24782026-08-27T18:04:50.848ZAug 27 18:04:49.790 DEBG process exited with exit status: 0 (925.514169ms)
24792026-08-27T18:04:50.848ZAug 27 18:04:49.790 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24802026-08-27T18:04:50.851ZAug 27 18:04:49.793 DEBG process exited with exit status: 0 (2.57679ms)
24812026-08-27T18:04:50.851ZAug 27 18:04:49.793 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24822026-08-27T18:04:51.228ZAug 27 18:04:50.171 DEBG process exited with exit status: 0 (377.700839ms)
24832026-08-27T18:04:51.228ZAug 27 18:04:50.171 DEBG running: zfs list rpool/images/build/host
24842026-08-27T18:04:51.232ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-27T18:04:51.232Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24862026-08-27T18:04:51.235ZAug 27 18:04:50.176 DEBG process exited with exit status: 0 (4.71287ms)
24872026-08-27T18:04:51.235ZAug 27 18:04:50.176 DEBG running: zfs list rpool/images/build/recovery
24882026-08-27T18:04:51.239ZNAME USED AVAIL REFER MOUNTPOINT
24892026-08-27T18:04:51.239Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24902026-08-27T18:04:51.239ZAug 27 18:04:50.180 DEBG process exited with exit status: 0 (4.39239ms)
24912026-08-27T18:04:51.239ZAug 27 18:04:50.180 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24922026-08-27T18:04:51.251ZAug 27 18:04:50.194 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24932026-08-27T18:04:51.254ZAug 27 18:04:50.194 INFO [hubris-production] running task
24942026-08-27T18:04:51.254ZAug 27 18:04:50.194 INFO [incorp-manifest] running task
24952026-08-27T18:04:51.254ZAug 27 18:04:50.194 INFO [hubris-staging] running task
24962026-08-27T18:04:51.254ZAug 27 18:04:50.194 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24972026-08-27T18:04:51.254ZAug 27 18:04:50.195 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24982026-08-27T18:04:51.254ZAug 27 18:04:50.195 INFO [incorp-create] running: pkgrepo create /work/incorporation
24992026-08-27T18:04:51.254ZAug 27 18:04:50.197 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
25002026-08-27T18:04:51.295Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25012026-08-27T18:04:51.360Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-27T18:04:51.502ZAug 27 18:04:50.445 INFO [incorp-create] process exited with exit status: 0 (249.47393ms)
25032026-08-27T18:04:51.505ZAug 27 18:04:50.445 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25042026-08-27T18:04:51.726ZAug 27 18:04:50.669 INFO [incorp-publisher] process exited with exit status: 0 (224.194439ms)
25052026-08-27T18:04:52.082Z[ omicron-package] Blocking waiting for file lock on package cache
25062026-08-27T18:04:52.467ZAug 27 18:04:51.410 INFO [hubris-production] task succeeded (1.215671538s)
25072026-08-27T18:04:53.385Z[ omicron-package] Compiling macaddr v1.0.1
25082026-08-27T18:04:53.385Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25092026-08-27T18:04:53.385Z[ omicron-package] Compiling secrecy v0.10.3
25102026-08-27T18:04:53.389Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25112026-08-27T18:04:53.389Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25122026-08-27T18:04:53.389Z[ omicron-package] Compiling heapless v0.8.0
25132026-08-27T18:04:53.389Z[ omicron-package] Compiling ingot-macros v0.2.0
25142026-08-27T18:04:53.389Z[ omicron-package] Compiling hash32 v0.3.1
25152026-08-27T18:04:53.389Z[ omicron-package] Compiling inout v0.1.4
25162026-08-27T18:04:53.389Z[ omicron-package] Compiling multer v3.1.0
25172026-08-27T18:04:53.389Z[ omicron-package] Compiling compression-core v0.4.31
25182026-08-27T18:04:53.389Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25192026-08-27T18:04:53.389Z[ omicron-package] Compiling match_cfg v0.1.0
25202026-08-27T18:04:53.390Z[ omicron-package] Compiling smoltcp v0.11.0
25212026-08-27T18:04:53.390Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-08-27T18:04:53.390Z[ omicron-package] Compiling slog-json v2.6.1
25232026-08-27T18:04:53.471ZAug 27 18:04:52.413 DEBG process exited with exit status: 0 (2.218844296s)
25242026-08-27T18:04:53.471ZAug 27 18:04:52.413 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25252026-08-27T18:04:54.164Z[ omicron-package] Compiling hostname v0.3.1
25262026-08-27T18:04:54.169Z[ omicron-package] Compiling cipher v0.4.4
25272026-08-27T18:04:54.392Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25282026-08-27T18:04:54.392Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25292026-08-27T18:04:54.399Z[ omicron-package] Compiling compression-codecs v0.4.37
25302026-08-27T18:04:54.747Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25312026-08-27T18:04:54.751Z[ omicron-package] Compiling cobs v0.3.0
25322026-08-27T18:04:54.804Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25332026-08-27T18:04:54.891Z[ omicron-package] Compiling universal-hash v0.5.1
25342026-08-27T18:04:54.891Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25352026-08-27T18:04:54.912Z[ omicron-package] Compiling async-stream-impl v0.3.6
25362026-08-27T18:04:54.915Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25372026-08-27T18:04:54.916Z[ omicron-package] Compiling serde_spanned v1.1.1
25382026-08-27T18:04:55.062Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25392026-08-27T18:04:55.081Z[ omicron-package] Compiling dropshot v0.17.1
25402026-08-27T18:04:55.104Z[ omicron-package] Compiling opaque-debug v0.3.1
25412026-08-27T18:04:55.144Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25422026-08-27T18:04:55.149Z[ omicron-package] Compiling convert_case v0.4.0
25432026-08-27T18:04:55.149Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25442026-08-27T18:04:55.171Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25452026-08-27T18:04:55.255Z[ omicron-package] Compiling postcard v1.1.3
25462026-08-27T18:04:55.353Z[ omicron-package] Compiling poly1305 v0.8.0
25472026-08-27T18:04:55.516Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25482026-08-27T18:04:55.668Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25492026-08-27T18:04:55.668Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25502026-08-27T18:04:55.674Z[ omicron-package] Compiling async-stream v0.3.6
25512026-08-27T18:04:55.707Z[ omicron-package] Compiling derive_more v0.99.20
25522026-08-27T18:04:55.711Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25532026-08-27T18:04:55.711Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25542026-08-27T18:04:55.885Z[ omicron-package] Compiling slog-bunyan v2.5.0
25552026-08-27T18:04:55.952Z[ omicron-package] Compiling chacha20 v0.9.1
25562026-08-27T18:04:56.004Z[ omicron-package] Compiling async-compression v0.4.41
25572026-08-27T18:04:56.123Z[ omicron-package] Compiling num_enum_derive v0.7.6
25582026-08-27T18:04:56.150Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25592026-08-27T18:04:56.214Z[ omicron-package] Compiling sha1 v0.11.0
25602026-08-27T18:04:56.218Z[ omicron-package] Compiling progenitor-client v0.14.0
25612026-08-27T18:04:56.246ZAug 27 18:04:55.189 DEBG process exited with exit status: 0 (2.775431724s)
25622026-08-27T18:04:56.262ZAug 27 18:04:55.202 INFO [incorp-manifest] task succeeded (5.00715202s)
25632026-08-27T18:04:56.266ZAug 27 18:04:55.202 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25642026-08-27T18:04:56.280Z[ omicron-package] Compiling oxide-generation v0.1.3
25652026-08-27T18:04:56.284Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25662026-08-27T18:04:56.371Z[ omicron-package] Compiling parse-display-derive v0.10.0
25672026-08-27T18:04:56.434Z[ omicron-package] Compiling waitgroup v0.1.2
25682026-08-27T18:04:56.505ZAug 27 18:04:55.447 INFO [incorp-fmt] process exited with exit status: 0 (245.72959ms)
25692026-08-27T18:04:56.509ZAug 27 18:04:55.448 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25702026-08-27T18:04:56.509Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25712026-08-27T18:04:56.549Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25722026-08-27T18:04:56.606Z[ omicron-package] Compiling backon v1.6.0
25732026-08-27T18:04:56.699Z[ omicron-package] Compiling password-hash v0.5.0
25742026-08-27T18:04:56.834Z[ omicron-package] Compiling ingot-types v0.2.0
25752026-08-27T18:04:56.859Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25762026-08-27T18:04:56.898Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T180455Z
25772026-08-27T18:04:56.898Z[ incorp-pkgsend] PUBLISHED
25782026-08-27T18:04:56.924Z[ omicron-package] Compiling blake2 v0.10.6
25792026-08-27T18:04:56.960Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25802026-08-27T18:04:56.982ZAug 27 18:04:55.925 INFO [incorp-pkgsend] process exited with exit status: 0 (477.087488ms)
25812026-08-27T18:04:56.985ZAug 27 18:04:55.925 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25822026-08-27T18:04:57.024Z[ omicron-package] Compiling aead v0.5.2
25832026-08-27T18:04:57.104Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25842026-08-27T18:04:57.235Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25852026-08-27T18:04:57.250Z[ helios-incorp] Retrieving packages for publisher helios ...
25862026-08-27T18:04:57.255Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25872026-08-27T18:04:57.279Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25882026-08-27T18:04:57.280Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25892026-08-27T18:04:57.280Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25902026-08-27T18:04:57.285Z[ helios-incorp]
25912026-08-27T18:04:57.285Z[ helios-incorp] Archiving packages ...
25922026-08-27T18:04:57.285Z[ helios-incorp] Packages to add: 1
25932026-08-27T18:04:57.285Z[ helios-incorp] Files to retrieve: 0
25942026-08-27T18:04:57.289Z[ helios-incorp] Estimated transfer size: 0.00 B
25952026-08-27T18:04:57.289Z[ helios-incorp]
25962026-08-27T18:04:57.289Z[ helios-incorp] Packages to archive:
25972026-08-27T18:04:57.289Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T180455Z
25982026-08-27T18:04:57.289Z[ helios-incorp]
25992026-08-27T18:04:57.289Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26002026-08-27T18:04:57.289Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26012026-08-27T18:04:57.298Z[ omicron-package] Compiling hostname v0.4.2
26022026-08-27T18:04:57.361ZAug 27 18:04:56.304 INFO [helios-incorp] process exited with exit status: 0 (379.04589ms)
26032026-08-27T18:04:57.365Z[ omicron-package] Compiling ingot v0.2.1
26042026-08-27T18:04:57.427Z[ omicron-package] Compiling instant v0.1.13
26052026-08-27T18:04:57.427Z[ omicron-package] Compiling proc-macro-error v1.0.4
26062026-08-27T18:04:57.592Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26072026-08-27T18:04:57.621Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26082026-08-27T18:04:57.657Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26092026-08-27T18:04:57.720Z[ omicron-package] Compiling backoff v0.4.0
26102026-08-27T18:04:57.860Z[ omicron-package] Compiling num_enum v0.7.6
26112026-08-27T18:04:58.025Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26122026-08-27T18:04:58.055Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26132026-08-27T18:04:58.076Z[ omicron-package] Compiling foreign-types v0.5.0
26142026-08-27T18:04:58.080Z[ omicron-package] Compiling argon2 v0.5.3
26152026-08-27T18:04:58.096Z[ omicron-package] Compiling num_enum_derive v0.5.11
26162026-08-27T18:04:58.096Z[ omicron-package] Compiling progenitor-extras v0.2.0
26172026-08-27T18:04:58.115Z[ omicron-package] Compiling parse-display v0.10.0
26182026-08-27T18:04:58.154Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26192026-08-27T18:04:58.215Z[ omicron-package] Compiling vsss-rs v3.3.4
26202026-08-27T18:04:58.235Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26212026-08-27T18:04:58.406Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26222026-08-27T18:04:58.508Z[ omicron-package] Compiling regress v0.10.5
26232026-08-27T18:04:58.581Z[ omicron-package] Compiling itertools v0.14.0
26242026-08-27T18:04:58.634Z[ omicron-package] Compiling tabwriter v1.4.1
26252026-08-27T18:04:58.849Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262026-08-27T18:04:58.945Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26272026-08-27T18:04:59.009Z[ omicron-package] Compiling cstr-argument v0.1.2
26282026-08-27T18:04:59.131Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26292026-08-27T18:04:59.214Z[ omicron-package] Compiling humantime v2.3.0
26302026-08-27T18:04:59.238Z[ omicron-package] Compiling num_enum v0.5.11
26312026-08-27T18:04:59.316Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322026-08-27T18:04:59.378Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26332026-08-27T18:04:59.465Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26342026-08-27T18:04:59.510Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26352026-08-27T18:04:59.585Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-08-27T18:04:59.635Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26372026-08-27T18:04:59.864Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26382026-08-27T18:04:59.882Z[ omicron-package] Compiling rayon v1.11.0
26392026-08-27T18:04:59.925Z[ omicron-package] Compiling rand v0.10.1
26402026-08-27T18:04:59.994Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26412026-08-27T18:04:59.994Z[ omicron-package] Compiling colored v3.1.1
26422026-08-27T18:05:00.054Z[ omicron-package] Compiling libefi-sys v0.1.0
26432026-08-27T18:05:00.058Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26442026-08-27T18:05:00.104Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26452026-08-27T18:05:00.144Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26462026-08-27T18:05:00.362Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26472026-08-27T18:05:00.386Z[ omicron-package] Compiling itertools v0.12.1
26482026-08-27T18:05:00.485Z[ omicron-package] Compiling usdt-macro v0.5.0
26492026-08-27T18:05:00.527Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26502026-08-27T18:05:00.737Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26512026-08-27T18:05:00.758Z[ omicron-package] Compiling bitfield-struct v0.6.2
26522026-08-27T18:05:00.804Z[ omicron-package] Compiling num-derive v0.4.2
26532026-08-27T18:05:00.839Z[ omicron-package] Compiling sigpipe v0.1.3
26542026-08-27T18:05:00.892Z[ omicron-package] Compiling memmap v0.7.0
26552026-08-27T18:05:00.990Z[ omicron-package] Compiling swrite v0.1.0
26562026-08-27T18:05:01.210Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26572026-08-27T18:05:01.357Z[ omicron-package] Compiling glob v0.3.3
26582026-08-27T18:05:01.433Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26592026-08-27T18:05:01.515Z[ omicron-package] Compiling usdt v0.5.0
26602026-08-27T18:05:01.562Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26612026-08-27T18:05:01.740Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26622026-08-27T18:05:02.050Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26632026-08-27T18:05:02.108Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26642026-08-27T18:05:02.210Z[ omicron-package] Compiling zone v0.3.1
26652026-08-27T18:05:02.305Z[ omicron-package] Compiling smf v0.2.3
26662026-08-27T18:05:02.338Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26672026-08-27T18:05:02.401Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26682026-08-27T18:05:02.401Z[ omicron-package] Compiling whoami v1.6.1
26692026-08-27T18:05:02.456Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26702026-08-27T18:05:02.525Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712026-08-27T18:05:02.554Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26722026-08-27T18:05:02.690Z[ omicron-package] Compiling gethostname v0.5.0
26732026-08-27T18:05:02.782Z[ omicron-package] Compiling console v0.16.2
26742026-08-27T18:05:02.988Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26752026-08-27T18:05:03.043Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26762026-08-27T18:05:03.198Z[ omicron-package] Compiling unit-prefix v0.5.2
26772026-08-27T18:05:03.223Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26782026-08-27T18:05:03.394Z[ omicron-package] Compiling indicatif v0.18.4
26792026-08-27T18:05:07.182Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-27T18:05:07.584Z[ helios-setup] Aug 27 18:05:06.527 INFO helios repository root is: /work/oxidecomputer/helios
26812026-08-27T18:05:07.588Z[ helios-setup] Aug 27 18:05:06.529 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26822026-08-27T18:05:07.588Z[ helios-setup] Aug 27 18:05:06.529 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26832026-08-27T18:05:07.588Z[ helios-setup] Aug 27 18:05:06.529 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, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
26842026-08-27T18:05:07.588Z[ helios-setup] Aug 27 18:05:06.529 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26852026-08-27T18:05:07.591Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26862026-08-27T18:05:08.051ZAug 27 18:05:06.994 INFO [hubris-staging] task succeeded (16.799378086s)
26872026-08-27T18:05:08.159Z[ helios-setup] Aug 27 18:05:07.102 INFO clone ok!, project: phbl
26882026-08-27T18:05:08.162Z[ helios-setup] Aug 27 18:05:07.102 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
26892026-08-27T18:05:08.162Z[ helios-setup] Aug 27 18:05:07.102 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26902026-08-27T18:05:08.162Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26912026-08-27T18:05:09.267Z[ helios-setup] Aug 27 18:05:08.210 INFO clone ok!, project: bootserver
26922026-08-27T18:05:09.267Z[ helios-setup] Aug 27 18:05:08.210 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder
26932026-08-27T18:05:09.271Z[ helios-setup] Aug 27 18:05:08.210 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26942026-08-27T18:05:09.271Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26952026-08-27T18:05:09.886Z[ helios-setup] Aug 27 18:05:08.829 INFO clone ok!, project: image-builder
26962026-08-27T18:05:09.886Z[ helios-setup] Aug 27 18:05:08.829 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, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
26972026-08-27T18:05:09.886Z[ helios-setup] Aug 27 18:05:08.829 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
26982026-08-27T18:05:09.890Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26992026-08-27T18:05:11.136Z[ helios-setup] Aug 27 18:05:10.079 INFO clone ok!, project: amd-host-image-builder
27002026-08-27T18:05:11.136Z[ helios-setup] Aug 27 18:05:10.079 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
27012026-08-27T18:05:11.139Z[ helios-setup] Aug 27 18:05:10.079 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27022026-08-27T18:05:11.139Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27032026-08-27T18:05:12.088Z[ helios-setup] Aug 27 18:05:11.031 INFO clone ok!, project: chelsio-t6-roms
27042026-08-27T18:05:12.091Z[ helios-setup] Aug 27 18:05:11.031 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
27052026-08-27T18:05:12.091Z[ helios-setup] Aug 27 18:05:11.031 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27062026-08-27T18:05:12.091Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27072026-08-27T18:05:13.198Z[ helios-setup] Aug 27 18:05:12.140 INFO clone ok!, project: pilot
27082026-08-27T18:05:13.198Z[ helios-setup] Aug 27 18:05:12.140 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
27092026-08-27T18:05:13.198Z[ helios-setup] Aug 27 18:05:12.140 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27102026-08-27T18:05:13.202Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27112026-08-27T18:05:14.118Z[ helios-setup] Aug 27 18:05:13.060 INFO clone ok!, project: dmar-report
27122026-08-27T18:05:14.122Z[ helios-setup] Aug 27 18:05:13.060 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
27132026-08-27T18:05:14.122Z[ helios-setup] Aug 27 18:05:13.060 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27142026-08-27T18:05:14.122Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27152026-08-27T18:05:16.457Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27162026-08-27T18:05:19.846Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27172026-08-27T18:05:20.805Z[ helios-setup] Aug 27 18:05:19.748 INFO clone ok!, project: amd-firmware
27182026-08-27T18:05:20.805Z[ helios-setup] Aug 27 18:05:19.748 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27192026-08-27T18:05:20.809Z[ helios-setup] Aug 27 18:05:19.748 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick
27202026-08-27T18:05:20.809Z[ helios-setup] Aug 27 18:05:19.748 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27212026-08-27T18:05:20.809Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27222026-08-27T18:05:21.027Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27232026-08-27T18:05:21.438Z[ helios-setup] Aug 27 18:05:20.381 INFO clone ok!, project: pinprick
27242026-08-27T18:05:21.442Z[ helios-setup] Aug 27 18:05:20.381 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27252026-08-27T18:05:21.672Z[ helios-setup] Aug 27 18:05:20.615 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27262026-08-27T18:05:21.908Z[ helios-setup] Aug 27 18:05:20.851 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27272026-08-27T18:05:21.908Z[ helios-setup] Aug 27 18:05:20.851 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27282026-08-27T18:05:22.152Z[ helios-setup] Aug 27 18:05:21.094 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27292026-08-27T18:05:22.376Z[ helios-setup] Aug 27 18:05:21.319 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27302026-08-27T18:05:22.379Z[ helios-setup] Aug 27 18:05:21.319 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27312026-08-27T18:05:22.638Z[ helios-setup] Aug 27 18:05:21.581 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27322026-08-27T18:05:22.888Z[ helios-setup] Aug 27 18:05:21.830 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27332026-08-27T18:05:22.888Z[ helios-setup] Aug 27 18:05:21.830 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27342026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.830 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27352026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.830 INFO ok!
27362026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.830 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27372026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.830 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27382026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.831 INFO ok!
27392026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.831 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27402026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.831 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27412026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.831 INFO ok!
27422026-08-27T18:05:22.892Z[ helios-setup] Aug 27 18:05:21.831 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27432026-08-27T18:05:32.284Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.02s
27442026-08-27T18:05:32.522Z[ omicron-package]
27452026-08-27T18:05:32.522Z[ omicron-package] real 41.204895538
27462026-08-27T18:05:32.522Z[ omicron-package] user 3:59.149363996
27472026-08-27T18:05:32.526Z[ omicron-package] sys 28.329703564
27482026-08-27T18:05:32.526Z[ omicron-package] trap 0.521385813
27492026-08-27T18:05:32.526Z[ omicron-package] tflt 0.672415481
27502026-08-27T18:05:32.526Z[ omicron-package] dflt 2.069523233
27512026-08-27T18:05:32.526Z[ omicron-package] kflt 0.000332413
27522026-08-27T18:05:32.526Z[ omicron-package] lock 11:44.898529916
27532026-08-27T18:05:32.526Z[ omicron-package] slp 6:14.501811222
27542026-08-27T18:05:32.526Z[ omicron-package] lat 49.818341335
27552026-08-27T18:05:32.526Z[ omicron-package] stop 1:57.447005917
27562026-08-27T18:05:32.526ZAug 27 18:05:31.466 INFO [omicron-package] process exited with exit status: 0 (41.269271147s)
27572026-08-27T18:05:32.526ZAug 27 18:05:31.466 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27582026-08-27T18:05:32.526ZAug 27 18:05:31.466 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27592026-08-27T18:05:32.534Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27602026-08-27T18:05:32.534Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27612026-08-27T18:05:32.537Z[ recovery-target] Created new build target 'recovery' and set it as active
27622026-08-27T18:05:32.537Z[ host-target] Created new build target 'host' and set it as active
27632026-08-27T18:05:32.539ZAug 27 18:05:31.482 INFO [recovery-target] process exited with exit status: 0 (15.56552ms)
27642026-08-27T18:05:32.539ZAug 27 18:05:31.482 INFO [host-target] process exited with exit status: 0 (15.31421ms)
27652026-08-27T18:05:32.539ZAug 27 18:05:31.482 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27662026-08-27T18:05:32.545Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27672026-08-27T18:05:34.194Z[ host-package] Compiling heck v0.5.0
27682026-08-27T18:05:34.197Z[ host-package] Compiling regress v0.11.1
27692026-08-27T18:05:34.448Z[ host-package] Compiling unsafe-libyaml v0.2.11
27702026-08-27T18:05:34.472Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27712026-08-27T18:05:34.505Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27722026-08-27T18:05:34.505Z[ host-package] Compiling derive-where v1.6.0
27732026-08-27T18:05:34.507Z[ host-package] Compiling bytecount v0.6.9
27742026-08-27T18:05:34.572Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27752026-08-27T18:05:34.595Z[ host-package] Compiling atomicwrites v0.4.4
27762026-08-27T18:05:34.596Z[ host-package] Compiling is-terminal v0.4.17
27772026-08-27T18:05:34.598Z[ host-package] Compiling prettyplease v0.2.37
27782026-08-27T18:05:34.598Z[ host-package] Compiling newline-converter v0.3.0
27792026-08-27T18:05:34.598Z[ host-package] Compiling console v0.15.11
27802026-08-27T18:05:34.665Z[ host-package] Compiling slog-dtrace v0.3.0
27812026-08-27T18:05:34.668Z[ host-package] Compiling resolv-conf v0.7.6
27822026-08-27T18:05:34.757Z[ host-package] Compiling cancel-safe-futures v0.1.5
27832026-08-27T18:05:34.782Z[ host-package] Compiling num-rational v0.4.2
27842026-08-27T18:05:34.807Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27852026-08-27T18:05:34.828Z[ host-package] Compiling num-complex v0.4.6
27862026-08-27T18:05:34.871Z[ host-package] Compiling thread_local v1.1.9
27872026-08-27T18:05:34.923Z[ host-package] Compiling match_cfg v0.1.0
27882026-08-27T18:05:34.988Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27892026-08-27T18:05:35.077Z[ host-package] Compiling expectorate v1.2.0
27902026-08-27T18:05:35.171Z[ host-package] Compiling compression-core v0.4.31
27912026-08-27T18:05:35.387Z[ host-package] Compiling compression-codecs v0.4.37
27922026-08-27T18:05:35.387Z[ host-package] Compiling num v0.4.3
27932026-08-27T18:05:35.433Z[ host-package] Compiling hostname v0.3.1
27942026-08-27T18:05:35.435Z[ host-package] Compiling multer v3.1.0
27952026-08-27T18:05:35.435Z[ host-package] Compiling slog-async v2.8.0
27962026-08-27T18:05:35.531Z[ host-package] Compiling crossbeam-channel v0.5.15
27972026-08-27T18:05:35.558Z[ host-package] Compiling slog-json v2.6.1
27982026-08-27T18:05:35.581Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27992026-08-27T18:05:35.625Z[ host-package] Compiling serde_spanned v1.1.1
28002026-08-27T18:05:35.652Z[ host-package] Compiling term v1.2.1
28012026-08-27T18:05:35.706Z[ host-package] Compiling take_mut v0.2.2
28022026-08-27T18:05:35.831Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28032026-08-27T18:05:35.855Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28042026-08-27T18:05:35.859Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28052026-08-27T18:05:35.860Z[ host-package] Compiling float-ord v0.3.2
28062026-08-27T18:05:35.921Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28072026-08-27T18:05:35.924Z[ host-package] Compiling linked-hash-map v0.5.6
28082026-08-27T18:05:35.924Z[ host-package] Compiling linear-map v1.2.0
28092026-08-27T18:05:35.924Z[ host-package] Compiling slog-bunyan v2.5.0
28102026-08-27T18:05:36.035Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28112026-08-27T18:05:36.058Z[ host-package] Compiling slog-term v2.9.2
28122026-08-27T18:05:36.084Z[ host-package] Compiling async-compression v0.4.41
28132026-08-27T18:05:36.179Z[ host-package] Compiling typify-impl v0.6.2
28142026-08-27T18:05:36.204Z[ host-package] Compiling lru-cache v0.1.2
28152026-08-27T18:05:36.224Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28162026-08-27T18:05:36.428Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28172026-08-27T18:05:36.468Z[ host-package] Compiling async-stream v0.3.6
28182026-08-27T18:05:36.565Z[ host-package] Compiling dropshot v0.17.1
28192026-08-27T18:05:36.621Z[ host-package] Compiling sha1 v0.11.0
28202026-08-27T18:05:36.622Z[ host-package] Compiling progenitor-client v0.14.0
28212026-08-27T18:05:36.667Z[ host-package] Compiling oxide-generation v0.1.3
28222026-08-27T18:05:36.667Z[ host-package] Compiling waitgroup v0.1.2
28232026-08-27T18:05:36.712Z[ host-package] Compiling rustls-pemfile v2.2.0
28242026-08-27T18:05:36.736Z[ host-package] Compiling backon v1.6.0
28252026-08-27T18:05:36.884Z[ host-package] Compiling hostname v0.4.2
28262026-08-27T18:05:36.979Z[ host-package] Compiling serde_path_to_error v0.1.20
28272026-08-27T18:05:36.979Z[ host-package] Compiling instant v0.1.13
28282026-08-27T18:05:37.025Z[ host-package] Compiling debug-ignore v1.0.5
28292026-08-27T18:05:37.025Z[ host-package] Compiling minimal-lexical v0.2.1
28302026-08-27T18:05:37.084Z[ host-package] Compiling progenitor-extras v0.2.0
28312026-08-27T18:05:37.110Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
28322026-08-27T18:05:37.163Z[ host-package] Compiling backoff v0.4.0
28332026-08-27T18:05:37.200Z[ host-package] Compiling oxide-update-engine v0.1.2
28342026-08-27T18:05:37.412Z[ host-package] Compiling nom v7.1.3
28352026-08-27T18:05:37.415Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28362026-08-27T18:05:37.438Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28372026-08-27T18:05:37.482Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28382026-08-27T18:05:37.485Z[ host-package] Compiling parse-display v0.10.0
28392026-08-27T18:05:37.540Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28402026-08-27T18:05:37.793Z[ host-package] Compiling hickory-proto v0.24.4
28412026-08-27T18:05:38.005Z[ host-package] Compiling itertools v0.14.0
28422026-08-27T18:05:38.312Z[ host-package] Compiling regress v0.10.5
28432026-08-27T18:05:38.751Z[ host-package] Compiling macaddr v1.0.1
28442026-08-27T18:05:38.950Z[ host-package] Compiling unicode-xid v0.2.6
28452026-08-27T18:05:39.021Z[ host-package] Compiling humantime v2.3.0
28462026-08-27T18:05:39.155Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28472026-08-27T18:05:39.316Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28482026-08-27T18:05:39.355Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28492026-08-27T18:05:39.391Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28502026-08-27T18:05:39.488Z[ host-package] Compiling toml v0.8.23
28512026-08-27T18:05:39.678Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28522026-08-27T18:05:39.762Z[ host-package] Compiling papergrid v0.11.0
28532026-08-27T18:05:39.849Z[ host-package] Compiling typify-macro v0.6.2
28542026-08-27T18:05:40.067Z[ host-package] Compiling tabled_derive v0.7.0
28552026-08-27T18:05:40.136Z[ host-package] Compiling termtree v0.5.1
28562026-08-27T18:05:40.140Z[ host-package] Compiling crossterm v0.29.0
28572026-08-27T18:05:40.374Z[ host-package] Compiling phf_shared v0.12.1
28582026-08-27T18:05:40.464Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592026-08-27T18:05:40.734Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28602026-08-27T18:05:40.881Z[ host-package] Compiling hickory-resolver v0.24.4
28612026-08-27T18:05:41.118Z[ host-package] Compiling tabled v0.15.0
28622026-08-27T18:05:41.726Z[ host-package] Compiling typify v0.6.2
28632026-08-27T18:05:41.918Z[ host-package] Compiling progenitor-impl v0.14.0
28642026-08-27T18:05:42.597Z[ host-package] Compiling qorb v0.4.1
28652026-08-27T18:05:42.763Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28662026-08-27T18:05:43.286Z[ helios-setup] Aug 27 18:05:42.229 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
28672026-08-27T18:05:43.286Z[ helios-setup] Aug 27 18:05:42.229 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28682026-08-27T18:05:43.296Z[ helios-setup] Aug 27 18:05:42.239 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
28692026-08-27T18:05:43.296Z[ helios-setup] Aug 27 18:05:42.239 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28702026-08-27T18:05:43.299Z[ helios-setup] Aug 27 18:05:42.239 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28712026-08-27T18:05:43.339Z[ host-package] Compiling csv-core v0.1.13
28722026-08-27T18:05:43.442Z[ helios-setup] Aug 27 18:05:42.384 INFO E| Downloading crates ...
28732026-08-27T18:05:43.468Z[ host-package] Compiling vte v0.14.1
28742026-08-27T18:05:43.492Z[ helios-setup] Aug 27 18:05:42.435 INFO E| Downloaded block-buffer v0.10.3
28752026-08-27T18:05:43.495Z[ helios-setup] Aug 27 18:05:42.437 INFO E| Downloaded cpufeatures v0.2.5
28762026-08-27T18:05:43.509Z[ helios-setup] Aug 27 18:05:42.452 INFO E| Downloaded anyhow v1.0.62
28772026-08-27T18:05:43.512Z[ helios-setup] Aug 27 18:05:42.454 INFO E| Downloaded generic-array v0.14.6
28782026-08-27T18:05:43.516Z[ helios-setup] Aug 27 18:05:42.459 INFO E| Downloaded digest v0.10.3
28792026-08-27T18:05:43.519Z[ helios-setup] Aug 27 18:05:42.460 INFO E| Downloaded sha2 v0.10.5
28802026-08-27T18:05:43.519Z[ helios-setup] Aug 27 18:05:42.462 INFO E| Downloaded typenum v1.15.0
28812026-08-27T18:05:43.523Z[ helios-setup] Aug 27 18:05:42.463 INFO E| Downloaded unicode-width v0.1.10
28822026-08-27T18:05:43.523Z[ helios-setup] Aug 27 18:05:42.464 INFO E| Downloaded miniz_oxide v0.6.2
28832026-08-27T18:05:43.526Z[ helios-setup] Aug 27 18:05:42.469 INFO E| Downloaded bytes v1.2.1
28842026-08-27T18:05:43.530Z[ helios-setup] Aug 27 18:05:42.472 INFO E| Downloaded flate2 v1.0.25
28852026-08-27T18:05:43.579Z[ helios-setup] Aug 27 18:05:42.522 INFO E| Compiling version_check v0.9.4
28862026-08-27T18:05:43.579Z[ helios-setup] Aug 27 18:05:42.522 INFO E| Compiling typenum v1.15.0
28872026-08-27T18:05:43.579Z[ helios-setup] Aug 27 18:05:42.522 INFO E| Compiling cfg-if v1.0.0
28882026-08-27T18:05:43.583Z[ helios-setup] Aug 27 18:05:42.522 INFO E| Compiling crc32fast v1.3.2
28892026-08-27T18:05:43.583Z[ helios-setup] Aug 27 18:05:42.522 INFO E| Compiling adler v1.0.2
28902026-08-27T18:05:43.583Z[ helios-setup] Aug 27 18:05:42.522 INFO E| Compiling anyhow v1.0.62
28912026-08-27T18:05:43.583Z[ helios-setup] Aug 27 18:05:42.522 INFO E| Compiling cpufeatures v0.2.5
28922026-08-27T18:05:43.583Z[ helios-setup] Aug 27 18:05:42.522 INFO E| Compiling unicode-width v0.1.10
28932026-08-27T18:05:43.608Z[ helios-setup] Aug 27 18:05:42.551 INFO E| Compiling bitflags v1.3.2
28942026-08-27T18:05:43.609Z[ helios-setup] Aug 27 18:05:42.551 INFO E| Compiling bytes v1.2.1
28952026-08-27T18:05:43.834Z[ host-package] Compiling highway v1.3.0
28962026-08-27T18:05:43.921Z[ host-package] Compiling chrono-tz v0.10.4
28972026-08-27T18:05:44.103Z[ helios-setup] Aug 27 18:05:43.046 INFO E| Compiling generic-array v0.14.6
28982026-08-27T18:05:44.151Z[ helios-setup] Aug 27 18:05:43.094 INFO E| Compiling miniz_oxide v0.6.2
28992026-08-27T18:05:44.250Z[ helios-setup] Aug 27 18:05:43.192 INFO E| Compiling getopts v0.2.21
29002026-08-27T18:05:44.533Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29012026-08-27T18:05:44.616Z[ helios-setup] Aug 27 18:05:43.559 INFO E| Compiling flate2 v1.0.25
29022026-08-27T18:05:44.805Z[ host-package] Compiling progenitor-macro v0.14.0
29032026-08-27T18:05:45.860Z[ helios-setup] Aug 27 18:05:44.802 INFO E| Compiling crypto-common v0.1.6
29042026-08-27T18:05:45.860Z[ helios-setup] Aug 27 18:05:44.802 INFO E| Compiling block-buffer v0.10.3
29052026-08-27T18:05:45.982Z[ helios-setup] Aug 27 18:05:44.925 INFO E| Compiling digest v0.10.3
29062026-08-27T18:05:46.195Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29072026-08-27T18:05:46.235Z[ helios-setup] Aug 27 18:05:45.177 INFO E| Compiling sha2 v0.10.5
29082026-08-27T18:05:46.284Z[ host-package] Compiling csv v1.4.0
29092026-08-27T18:05:46.337Z[ host-package] Compiling phf v0.12.1
29102026-08-27T18:05:46.488Z[ helios-setup] Aug 27 18:05:45.430 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29112026-08-27T18:05:46.741Z[ host-package] Compiling const_format_proc_macros v0.2.34
29122026-08-27T18:05:46.857Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29132026-08-27T18:05:46.946Z[ host-package] Compiling fd-lock v4.0.4
29142026-08-27T18:05:47.015Z[ host-package] Compiling peg-macros v0.8.5
29152026-08-27T18:05:47.205Z[ host-package] Compiling nu-ansi-term v0.50.3
29162026-08-27T18:05:47.554Z[ host-package] Compiling reedline v0.40.0
29172026-08-27T18:05:47.629Z[ host-package] Compiling const_format v0.2.35
29182026-08-27T18:05:48.040Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29192026-08-27T18:05:48.512Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29202026-08-27T18:05:48.719Z[ host-package] Compiling peg v0.8.5
29212026-08-27T18:05:48.890Z[ host-package] Compiling bcs v0.1.6
29222026-08-27T18:05:48.979Z[ helios-setup] Aug 27 18:05:47.921 INFO E| Finished `release` profile [optimized] target(s) in 5.66s
29232026-08-27T18:05:48.991Z[ helios-setup] Aug 27 18:05:47.934 INFO building project "bootserver" ok (5 seconds)
29242026-08-27T18:05:48.991Z[ helios-setup] Aug 27 18:05:47.934 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29252026-08-27T18:05:49.002Z[ helios-setup] Aug 27 18:05:47.944 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
29262026-08-27T18:05:49.002Z[ helios-setup] Aug 27 18:05:47.944 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29272026-08-27T18:05:49.002Z[ helios-setup] Aug 27 18:05:47.944 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29282026-08-27T18:05:49.136Z[ helios-setup] Aug 27 18:05:48.078 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29292026-08-27T18:05:49.394Z[ host-package] Compiling nom v8.0.0
29302026-08-27T18:05:49.605Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29312026-08-27T18:05:49.657Z[ host-package] Compiling progenitor v0.14.0
29322026-08-27T18:05:49.745Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29332026-08-27T18:05:49.833Z[ helios-setup] Aug 27 18:05:48.775 INFO E| From https://github.com/jclulow/rust-jmclib
29342026-08-27T18:05:49.833Z[ helios-setup] Aug 27 18:05:48.775 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29352026-08-27T18:05:49.843Z[ helios-setup] Aug 27 18:05:48.786 INFO E| Updating crates.io index
29362026-08-27T18:05:49.892Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29372026-08-27T18:05:49.892Z[ helios-setup] Aug 27 18:05:48.834 INFO E| Downloading crates ...
29382026-08-27T18:05:49.919Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29392026-08-27T18:05:49.930Z[ helios-setup] Aug 27 18:05:48.872 INFO E| Downloaded opaque-debug v0.3.0
29402026-08-27T18:05:49.934Z[ helios-setup] Aug 27 18:05:48.875 INFO E| Downloaded md-5 v0.9.1
29412026-08-27T18:05:49.938Z[ helios-setup] Aug 27 18:05:48.881 INFO E| Downloaded serde_derive v1.0.193
29422026-08-27T18:05:49.942Z[ helios-setup] Aug 27 18:05:48.885 INFO E| Downloaded cpufeatures v0.2.9
29432026-08-27T18:05:49.947Z[ helios-setup] Aug 27 18:05:48.890 INFO E| Downloaded tempfile v3.7.0
29442026-08-27T18:05:49.951Z[ helios-setup] Aug 27 18:05:48.892 INFO E| Downloaded glob v0.3.1
29452026-08-27T18:05:49.955Z[ helios-setup] Aug 27 18:05:48.895 INFO E| Downloaded anyhow v1.0.72
29462026-08-27T18:05:49.955Z[ helios-setup] Aug 27 18:05:48.897 INFO E| Downloaded block-buffer v0.9.0
29472026-08-27T18:05:49.962Z[ helios-setup] Aug 27 18:05:48.898 INFO E| Downloaded digest v0.9.0
29482026-08-27T18:05:49.966Z[ helios-setup] Aug 27 18:05:48.901 INFO E| Downloaded fastrand v2.0.0
29492026-08-27T18:05:49.966Z[ helios-setup] Aug 27 18:05:48.902 INFO E| Downloaded libdevinfo-sys v1.0.0
29502026-08-27T18:05:49.966Z[ helios-setup] Aug 27 18:05:48.903 INFO E| Downloaded errno v0.3.1
29512026-08-27T18:05:49.966Z[ helios-setup] Aug 27 18:05:48.908 INFO E| Downloaded sha-1 v0.9.8
29522026-08-27T18:05:49.969Z[ helios-setup] Aug 27 18:05:48.910 INFO E| Downloaded itoa v1.0.9
29532026-08-27T18:05:49.969Z[ helios-setup] Aug 27 18:05:48.911 INFO E| Downloaded walkdir v2.3.3
29542026-08-27T18:05:49.975Z[ helios-setup] Aug 27 18:05:48.915 INFO E| Downloaded proc-macro2 v1.0.66
29552026-08-27T18:05:49.980Z[ helios-setup] Aug 27 18:05:48.922 INFO E| Downloaded quote v1.0.31
29562026-08-27T18:05:49.983Z[ helios-setup] Aug 27 18:05:48.924 INFO E| Downloaded uuid v0.8.2
29572026-08-27T18:05:49.986Z[ helios-setup] Aug 27 18:05:48.926 INFO E| Downloaded bitflags v2.3.3
29582026-08-27T18:05:49.987Z[ helios-setup] Aug 27 18:05:48.927 INFO E| Downloaded getrandom v0.2.10
29592026-08-27T18:05:49.987Z[ helios-setup] Aug 27 18:05:48.929 INFO E| Downloaded ryu v1.0.15
29602026-08-27T18:05:49.991Z[ helios-setup] Aug 27 18:05:48.931 INFO E| Downloaded unicode-ident v1.0.11
29612026-08-27T18:05:49.991Z[ helios-setup] Aug 27 18:05:48.933 INFO E| Downloaded typenum v1.16.0
29622026-08-27T18:05:49.994Z[ helios-setup] Aug 27 18:05:48.934 INFO E| Downloaded once_cell v1.18.0
29632026-08-27T18:05:49.994Z[ helios-setup] Aug 27 18:05:48.935 INFO E| Downloaded toml v0.5.11
29642026-08-27T18:05:49.998Z[ helios-setup] Aug 27 18:05:48.940 INFO E| Downloaded serde v1.0.193
29652026-08-27T18:05:50.005Z[ helios-setup] Aug 27 18:05:48.947 INFO E| Downloaded syn v2.0.32
29662026-08-27T18:05:50.013Z[ helios-setup] Aug 27 18:05:48.955 INFO E| Downloaded serde_json v1.0.103
29672026-08-27T18:05:50.038Z[ helios-setup] Aug 27 18:05:48.980 INFO E| Downloaded rustix v0.38.4
29682026-08-27T18:05:50.051Z[ helios-setup] Aug 27 18:05:48.993 INFO E| Downloaded libc v0.2.147
29692026-08-27T18:05:50.116Z[ helios-setup] Aug 27 18:05:49.058 INFO E| Compiling libc v0.2.147
29702026-08-27T18:05:50.116Z[ helios-setup] Aug 27 18:05:49.058 INFO E| Compiling proc-macro2 v1.0.66
29712026-08-27T18:05:50.116Z[ helios-setup] Aug 27 18:05:49.058 INFO E| Compiling cfg-if v1.0.0
29722026-08-27T18:05:50.121Z[ helios-setup] Aug 27 18:05:49.058 INFO E| Compiling unicode-ident v1.0.11
29732026-08-27T18:05:50.121Z[ helios-setup] Aug 27 18:05:49.058 INFO E| Compiling typenum v1.16.0
29742026-08-27T18:05:50.121Z[ helios-setup] Aug 27 18:05:49.058 INFO E| Compiling version_check v0.9.4
29752026-08-27T18:05:50.121Z[ helios-setup] Aug 27 18:05:49.058 INFO E| Compiling serde v1.0.193
29762026-08-27T18:05:50.121Z[ helios-setup] Aug 27 18:05:49.059 INFO E| Compiling rustix v0.38.4
29772026-08-27T18:05:50.121Z[ helios-setup] Aug 27 18:05:49.059 INFO E| Compiling slog v2.7.0
29782026-08-27T18:05:50.121Z[ helios-setup] Aug 27 18:05:49.059 INFO E| Compiling itoa v1.0.9
29792026-08-27T18:05:50.201Z[ helios-setup] Aug 27 18:05:49.143 INFO E| Compiling powerfmt v0.2.0
29802026-08-27T18:05:50.201Z[ helios-setup] Aug 27 18:05:49.143 INFO E| Compiling num-conv v0.1.0
29812026-08-27T18:05:50.207Z[ helios-setup] Aug 27 18:05:49.149 INFO E| Compiling time-core v0.1.2
29822026-08-27T18:05:50.208Z[ helios-setup] Aug 27 18:05:49.149 INFO E| Compiling bitflags v2.3.3
29832026-08-27T18:05:50.211Z[ helios-setup] Aug 27 18:05:49.149 INFO E| Compiling num_threads v0.1.6
29842026-08-27T18:05:50.212Z[ helios-setup] Aug 27 18:05:49.149 INFO E| Compiling once_cell v1.18.0
29852026-08-27T18:05:50.326Z[ host-package] Compiling semver v0.1.20
29862026-08-27T18:05:50.411Z[ helios-setup] Aug 27 18:05:49.352 INFO E| Compiling opaque-debug v0.3.0
29872026-08-27T18:05:50.513Z[ helios-setup] Aug 27 18:05:49.454 INFO E| Compiling deranged v0.3.11
29882026-08-27T18:05:50.676Z[ host-package] Compiling rustc_version v0.1.7
29892026-08-27T18:05:50.807Z[ helios-setup] Aug 27 18:05:49.749 INFO E| Compiling thread_local v1.1.7
29902026-08-27T18:05:50.811Z[ helios-setup] Aug 27 18:05:49.753 INFO E| Compiling fastrand v2.0.0
29912026-08-27T18:05:50.815Z[ helios-setup] Aug 27 18:05:49.754 INFO E| Compiling anyhow v1.0.72
29922026-08-27T18:05:50.815Z[ helios-setup] Aug 27 18:05:49.754 INFO E| Compiling serde_json v1.0.103
29932026-08-27T18:05:50.815Z[ helios-setup] Aug 27 18:05:49.755 INFO E| Compiling generic-array v0.14.7
29942026-08-27T18:05:50.835Z[ helios-setup] Aug 27 18:05:49.777 INFO E| Compiling time-macros v0.2.18
29952026-08-27T18:05:50.900Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29962026-08-27T18:05:50.915Z[ helios-setup] Aug 27 18:05:49.857 INFO E| Compiling same-file v1.0.6
29972026-08-27T18:05:51.115Z[ helios-setup] Aug 27 18:05:50.057 INFO E| Compiling cpufeatures v0.2.9
29982026-08-27T18:05:51.158Z[ helios-setup] Aug 27 18:05:50.100 INFO E| Compiling unicode-width v0.1.10
29992026-08-27T18:05:51.213Z[ helios-setup] Aug 27 18:05:50.155 INFO E| Compiling ryu v1.0.15
30002026-08-27T18:05:51.266Z[ helios-setup] Aug 27 18:05:50.208 INFO E| Compiling walkdir v2.3.3
30012026-08-27T18:05:51.270Z[ host-package] Compiling newtype_derive v0.1.6
30022026-08-27T18:05:51.330Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30032026-08-27T18:05:51.346Z[ helios-setup] Aug 27 18:05:50.288 INFO E| Compiling getopts v0.2.21
30042026-08-27T18:05:51.370Z[ helios-setup] Aug 27 18:05:50.312 INFO E| Compiling glob v0.3.1
30052026-08-27T18:05:51.518Z[ helios-setup] Aug 27 18:05:50.460 INFO E| Compiling libdevinfo-sys v1.0.0
30062026-08-27T18:05:51.589Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30072026-08-27T18:05:51.900Z[ helios-setup] Aug 27 18:05:50.842 INFO E| Compiling dirs-sys-next v0.1.2
30082026-08-27T18:05:51.900Z[ helios-setup] Aug 27 18:05:50.842 INFO E| Compiling errno v0.3.1
30092026-08-27T18:05:51.904Z[ helios-setup] Aug 27 18:05:50.842 INFO E| Compiling atty v0.2.14
30102026-08-27T18:05:51.907Z[ helios-setup] Aug 27 18:05:50.847 INFO E| Compiling getrandom v0.2.10
30112026-08-27T18:05:51.971Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30122026-08-27T18:05:52.164Z[ helios-setup] Aug 27 18:05:51.107 INFO E| Compiling dirs-next v2.0.0
30132026-08-27T18:05:52.187Z[ helios-setup] Aug 27 18:05:51.129 INFO E| Compiling quote v1.0.31
30142026-08-27T18:05:52.309Z[ helios-setup] Aug 27 18:05:51.250 INFO E| Compiling term v0.7.0
30152026-08-27T18:05:52.465Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30162026-08-27T18:05:52.465Z[ helios-setup] Aug 27 18:05:51.399 INFO E| Compiling syn v2.0.32
30172026-08-27T18:05:52.545Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30182026-08-27T18:05:52.607Z[ helios-setup] Aug 27 18:05:51.549 INFO E| Compiling block-buffer v0.9.0
30192026-08-27T18:05:52.607Z[ helios-setup] Aug 27 18:05:51.549 INFO E| Compiling digest v0.9.0
30202026-08-27T18:05:52.740Z[ helios-setup] Aug 27 18:05:51.683 INFO E| Compiling md-5 v0.9.1
30212026-08-27T18:05:52.741Z[ helios-setup] Aug 27 18:05:51.683 INFO E| Compiling sha-1 v0.9.8
30222026-08-27T18:05:52.802Z[ helios-setup] Aug 27 18:05:51.744 INFO E| Compiling time v0.3.36
30232026-08-27T18:05:52.888Z[ helios-setup] Aug 27 18:05:51.830 INFO E| Compiling tempfile v3.7.0
30242026-08-27T18:05:53.223Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30252026-08-27T18:05:53.543Z[ host-package] Compiling steno v0.4.1
30262026-08-27T18:05:54.003Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30272026-08-27T18:05:54.056Z[ host-package] Compiling sha1 v0.10.6
30282026-08-27T18:05:54.210Z[ helios-setup] Aug 27 18:05:53.152 INFO E| Compiling slog-term v2.9.0
30292026-08-27T18:05:54.481Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30302026-08-27T18:05:54.649Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30312026-08-27T18:05:54.895Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30322026-08-27T18:05:54.932Z[ host-package] Compiling tagptr v0.2.0
30332026-08-27T18:05:55.226Z[ host-package] Compiling utf-8 v0.7.6
30342026-08-27T18:05:55.286Z[ helios-setup] Aug 27 18:05:54.229 INFO E| Compiling serde_derive v1.0.193
30352026-08-27T18:05:55.351Z[ host-package] Compiling moka v0.12.13
30362026-08-27T18:05:55.512Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30372026-08-27T18:05:55.782Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30382026-08-27T18:05:55.851Z[ host-package] Compiling tungstenite v0.21.0
30392026-08-27T18:05:56.379Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30402026-08-27T18:05:56.757Z[ host-package] Compiling hickory-resolver v0.25.2
30412026-08-27T18:05:57.980Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30422026-08-27T18:05:58.280Z[ host-package] Compiling tokio-tungstenite v0.21.0
30432026-08-27T18:05:58.700Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30442026-08-27T18:05:59.422Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30452026-08-27T18:05:59.691Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30462026-08-27T18:05:59.740Z[ host-package] Compiling darling_core v0.21.3
30472026-08-27T18:06:00.199Z[ helios-setup] Aug 27 18:05:59.141 INFO E| Compiling toml v0.5.11
30482026-08-27T18:06:00.199Z[ helios-setup] Aug 27 18:05:59.141 INFO E| Compiling uuid v0.8.2
30492026-08-27T18:06:00.792Z[ host-package] Compiling display-error-chain v0.2.2
30502026-08-27T18:06:01.028Z[ host-package] Compiling libscf-sys v1.2.0
30512026-08-27T18:06:01.216Z[ helios-setup] Aug 27 18:06:00.159 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30522026-08-27T18:06:01.261Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30532026-08-27T18:06:01.951Z[ host-package] Compiling vergen-lib v0.1.6
30542026-08-27T18:06:01.959Z[ helios-setup] Aug 27 18:06:00.901 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30552026-08-27T18:06:02.201Z[ host-package] Compiling diesel_derives v2.3.7
30562026-08-27T18:06:02.247Z[ host-package] Compiling darling_macro v0.21.3
30572026-08-27T18:06:02.888Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30582026-08-27T18:06:02.924Z[ host-package] Compiling darling v0.21.3
30592026-08-27T18:06:03.103Z[ host-package] Compiling vergen-gitcl v1.0.8
30602026-08-27T18:06:03.159Z[ host-package] Compiling dsl_auto_type v0.2.0
30612026-08-27T18:06:03.435Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30622026-08-27T18:06:03.566Z[ host-package] Compiling dirs-sys-next v0.1.2
30632026-08-27T18:06:03.700Z[ host-package] Compiling glob v0.3.3
30642026-08-27T18:06:03.771Z[ host-package] Compiling maplit v1.0.2
30652026-08-27T18:06:03.934Z[ host-package] Compiling crunchy v0.2.4
30662026-08-27T18:06:03.961Z[ host-package] Compiling dirs-next v2.0.0
30672026-08-27T18:06:04.145Z[ host-package] Compiling r2d2 v0.8.10
30682026-08-27T18:06:04.148Z[ host-package] Compiling clang-sys v1.8.1
30692026-08-27T18:06:04.267Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30702026-08-27T18:06:04.395Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30712026-08-27T18:06:04.471Z[ host-package] Compiling papergrid v0.18.0
30722026-08-27T18:06:04.583Z[ host-package] Compiling downcast-rs v2.0.2
30732026-08-27T18:06:04.762Z[ host-package] Compiling tiny-keccak v2.0.2
30742026-08-27T18:06:04.804Z[ host-package] Compiling xshell-macros v0.2.7
30752026-08-27T18:06:05.180Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30762026-08-27T18:06:05.265Z[ host-package] Compiling xshell v0.2.7
30772026-08-27T18:06:05.296Z[ host-package] Compiling term v0.7.0
30782026-08-27T18:06:05.330Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30792026-08-27T18:06:05.539Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30802026-08-27T18:06:05.862Z[ host-package] Compiling tabled v0.21.0
30812026-08-27T18:06:05.937Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30822026-08-27T18:06:05.987Z[ host-package] Compiling bit-vec v0.6.3
30832026-08-27T18:06:06.217Z[ host-package] Compiling ascii-canvas v3.0.0
30842026-08-27T18:06:06.305Z[ host-package] Compiling bit-set v0.5.3
30852026-08-27T18:06:06.312Z[ helios-setup] Aug 27 18:06:05.254 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.29s
30862026-08-27T18:06:06.339Z[ helios-setup] Aug 27 18:06:05.281 INFO building project "image-builder" ok (17 seconds)
30872026-08-27T18:06:06.339Z[ helios-setup] Aug 27 18:06:05.281 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
30882026-08-27T18:06:06.354Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30892026-08-27T18:06:06.374Z[ helios-setup] Aug 27 18:06:05.316 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
30902026-08-27T18:06:06.374Z[ helios-setup] Aug 27 18:06:05.316 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30912026-08-27T18:06:06.378Z[ helios-setup] Aug 27 18:06:05.316 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30922026-08-27T18:06:06.518Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30932026-08-27T18:06:06.593Z[ helios-setup] Aug 27 18:06:05.535 INFO E| Updating crates.io index
30942026-08-27T18:06:06.597Z[ helios-setup] Aug 27 18:06:05.536 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30952026-08-27T18:06:06.610Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30962026-08-27T18:06:06.915Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30972026-08-27T18:06:06.955Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30982026-08-27T18:06:06.959Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30992026-08-27T18:06:07.087Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31002026-08-27T18:06:07.140Z[ helios-setup] Aug 27 18:06:06.082 INFO E| From https://github.com/oxidecomputer/amd-apcb
31012026-08-27T18:06:07.140Z[ helios-setup] Aug 27 18:06:06.082 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
31022026-08-27T18:06:07.154Z[ helios-setup] Aug 27 18:06:06.097 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
31032026-08-27T18:06:07.255Z[ host-package] Compiling itertools v0.10.5
31042026-08-27T18:06:07.359Z[ host-package] Compiling ena v0.14.4
31052026-08-27T18:06:07.561Z[ host-package] Compiling libloading v0.8.9
31062026-08-27T18:06:07.567Z[ helios-setup] Aug 27 18:06:06.510 INFO E| From https://github.com/oxidecomputer/amd-efs
31072026-08-27T18:06:07.567Z[ helios-setup] Aug 27 18:06:06.510 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
31082026-08-27T18:06:07.644Z[ host-package] Compiling regex-syntax v0.6.29
31092026-08-27T18:06:07.829Z[ host-package] Compiling unicase v2.9.0
31102026-08-27T18:06:07.895Z[ host-package] Compiling bindgen v0.71.1
31112026-08-27T18:06:07.936Z[ helios-setup] Aug 27 18:06:06.877 INFO E| Downloading crates ...
31122026-08-27T18:06:07.977Z[ helios-setup] Aug 27 18:06:06.919 INFO E| Downloaded heck v0.3.3
31132026-08-27T18:06:07.994Z[ helios-setup] Aug 27 18:06:06.936 INFO E| Downloaded modular-bitfield-impl v0.11.2
31142026-08-27T18:06:07.997Z[ helios-setup] Aug 27 18:06:06.938 INFO E| Downloaded strum_macros v0.27.1
31152026-08-27T18:06:08.001Z[ helios-setup] Aug 27 18:06:06.941 INFO E| Downloaded serde_json v1.0.140
31162026-08-27T18:06:08.016Z[ helios-setup] Aug 27 18:06:06.959 INFO E| Downloaded dyn-clone v1.0.19
31172026-08-27T18:06:08.020Z[ helios-setup] Aug 27 18:06:06.960 INFO E| Downloaded unic-char-property v0.9.0
31182026-08-27T18:06:08.020Z[ helios-setup] Aug 27 18:06:06.961 INFO E| Downloaded four-cc v0.4.0
31192026-08-27T18:06:08.020Z[ helios-setup] Aug 27 18:06:06.962 INFO E| Downloaded vec_map v0.8.2
31202026-08-27T18:06:08.020Z[ helios-setup] Aug 27 18:06:06.962 INFO E| Downloaded strsim v0.8.0
31212026-08-27T18:06:08.024Z[ helios-setup] Aug 27 18:06:06.963 INFO E| Downloaded strum v0.27.1
31222026-08-27T18:06:08.053Z[ helios-setup] Aug 27 18:06:06.996 INFO E| Downloaded unic-char-range v0.9.0
31232026-08-27T18:06:08.057Z[ helios-setup] Aug 27 18:06:06.997 INFO E| Downloaded unic-common v0.9.0
31242026-08-27T18:06:08.057Z[ helios-setup] Aug 27 18:06:06.997 INFO E| Downloaded unic-ucd-ident v0.9.0
31252026-08-27T18:06:08.057Z[ helios-setup] Aug 27 18:06:06.998 INFO E| Downloaded fletcher v1.0.0
31262026-08-27T18:06:08.057Z[ helios-setup] Aug 27 18:06:06.999 INFO E| Downloaded unic-ucd-version v0.9.0
31272026-08-27T18:06:08.057Z[ helios-setup] Aug 27 18:06:06.999 INFO E| Downloaded ansi_term v0.12.1
31282026-08-27T18:06:08.061Z[ helios-setup] Aug 27 18:06:07.000 INFO E| Downloaded structopt-derive v0.4.18
31292026-08-27T18:06:08.061Z[ helios-setup] Aug 27 18:06:07.001 INFO E| Downloaded parse_int v0.9.0
31302026-08-27T18:06:08.061Z[ helios-setup] Aug 27 18:06:07.002 INFO E| Downloaded pest_generator v2.8.0
31312026-08-27T18:06:08.061Z[ helios-setup] Aug 27 18:06:07.002 INFO E| Downloaded quote v1.0.40
31322026-08-27T18:06:08.064Z[ helios-setup] Aug 27 18:06:07.004 INFO E| Downloaded thiserror v2.0.12
31332026-08-27T18:06:08.064Z[ helios-setup] Aug 27 18:06:07.007 INFO E| Downloaded autocfg v1.4.0
31342026-08-27T18:06:08.068Z[ helios-setup] Aug 27 18:06:07.008 INFO E| Downloaded bytesize v2.0.1
31352026-08-27T18:06:08.068Z[ helios-setup] Aug 27 18:06:07.009 INFO E| Downloaded modular-bitfield-impl v0.13.1
31362026-08-27T18:06:08.068Z[ helios-setup] Aug 27 18:06:07.010 INFO E| Downloaded zerocopy-derive v0.8.25
31372026-08-27T18:06:08.098Z[ helios-setup] Aug 27 18:06:07.040 INFO E| Downloaded modular-bitfield v0.13.1
31382026-08-27T18:06:08.109Z[ helios-setup] Aug 27 18:06:07.051 INFO E| Downloaded itoa v1.0.15
31392026-08-27T18:06:08.113Z[ helios-setup] Aug 27 18:06:07.052 INFO E| Downloaded rustversion v1.0.20
31402026-08-27T18:06:08.113Z[ helios-setup] Aug 27 18:06:07.053 INFO E| Downloaded textwrap v0.11.0
31412026-08-27T18:06:08.113Z[ helios-setup] Aug 27 18:06:07.055 INFO E| Downloaded thiserror-impl v2.0.12
31422026-08-27T18:06:08.116Z[ helios-setup] Aug 27 18:06:07.055 INFO E| Downloaded pest_derive v2.8.0
31432026-08-27T18:06:08.116Z[ helios-setup] Aug 27 18:06:07.057 INFO E| Downloaded unicode-ident v1.0.18
31442026-08-27T18:06:08.116Z[ helios-setup] Aug 27 18:06:07.058 INFO E| Downloaded ryu v1.0.20
31452026-08-27T18:06:08.120Z[ helios-setup] Aug 27 18:06:07.060 INFO E| Downloaded log v0.4.27
31462026-08-27T18:06:08.120Z[ helios-setup] Aug 27 18:06:07.062 INFO E| Downloaded modular-bitfield v0.11.2
31472026-08-27T18:06:08.125Z[ helios-setup] Aug 27 18:06:07.068 INFO E| Downloaded proc-macro2 v1.0.95
31482026-08-27T18:06:08.129Z[ helios-setup] Aug 27 18:06:07.070 INFO E| Downloaded serde_derive v1.0.219
31492026-08-27T18:06:08.129Z[ helios-setup] Aug 27 18:06:07.071 INFO E| Downloaded structopt v0.3.26
31502026-08-27T18:06:08.133Z[ helios-setup] Aug 27 18:06:07.076 INFO E| Downloaded typenum v1.18.0
31512026-08-27T18:06:08.136Z[ helios-setup] Aug 27 18:06:07.078 INFO E| Downloaded pest_meta v2.8.0
31522026-08-27T18:06:08.144Z[ helios-setup] Aug 27 18:06:07.079 INFO E| Downloaded serde v1.0.219
31532026-08-27T18:06:08.144Z[ helios-setup] Aug 27 18:06:07.080 INFO E| Downloaded memchr v2.7.4
31542026-08-27T18:06:08.147Z[ helios-setup] Aug 27 18:06:07.084 INFO E| Downloaded pest v2.8.0
31552026-08-27T18:06:08.151Z[ helios-setup] Aug 27 18:06:07.094 INFO E| Downloaded clap v2.34.0
31562026-08-27T18:06:08.155Z[ helios-setup] Aug 27 18:06:07.098 INFO E| Downloaded goblin v0.9.3
31572026-08-27T18:06:08.177Z[ helios-setup] Aug 27 18:06:07.120 INFO E| Downloaded zerocopy v0.8.25
31582026-08-27T18:06:08.184Z[ host-package] Compiling diff v0.1.13
31592026-08-27T18:06:08.193Z[ helios-setup] Aug 27 18:06:07.136 INFO E| Downloaded syn v2.0.101
31602026-08-27T18:06:08.201Z[ helios-setup] Aug 27 18:06:07.142 INFO E| Downloaded libc v0.2.172
31612026-08-27T18:06:08.280Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling proc-macro2 v1.0.95
31622026-08-27T18:06:08.280Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling unicode-ident v1.0.18
31632026-08-27T18:06:08.280Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling memchr v2.7.4
31642026-08-27T18:06:08.283Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling thiserror v2.0.12
31652026-08-27T18:06:08.283Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling autocfg v1.4.0
31662026-08-27T18:06:08.283Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling serde v1.0.219
31672026-08-27T18:06:08.283Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling syn v1.0.109
31682026-08-27T18:06:08.283Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling version_check v0.9.5
31692026-08-27T18:06:08.284Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling serde_json v1.0.140
31702026-08-27T18:06:08.284Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling ryu v1.0.20
31712026-08-27T18:06:08.284Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling itoa v1.0.15
31722026-08-27T18:06:08.284Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling schemars v0.8.22
31732026-08-27T18:06:08.284Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling static_assertions v1.1.0
31742026-08-27T18:06:08.284Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling paste v1.0.15
31752026-08-27T18:06:08.284Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling ucd-trie v0.1.7
31762026-08-27T18:06:08.284Z[ helios-setup] Aug 27 18:06:07.221 INFO E| Compiling dyn-clone v1.0.19
31772026-08-27T18:06:08.662Z[ host-package] Compiling cexpr v0.6.0
31782026-08-27T18:06:08.860Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31792026-08-27T18:06:09.035Z[ host-package] Compiling diesel v2.3.7
31802026-08-27T18:06:09.120Z[ helios-setup] Aug 27 18:06:08.062 INFO E| Compiling rustversion v1.0.20
31812026-08-27T18:06:09.124Z[ helios-setup] Aug 27 18:06:08.063 INFO E| Compiling zerocopy v0.8.25
31822026-08-27T18:06:09.129Z[ helios-setup] Aug 27 18:06:08.071 INFO E| Compiling libc v0.2.172
31832026-08-27T18:06:09.380Z[ helios-setup] Aug 27 18:06:08.322 INFO E| Compiling proc-macro-error-attr v1.0.4
31842026-08-27T18:06:09.432Z[ helios-setup] Aug 27 18:06:08.375 INFO E| Compiling proc-macro-error v1.0.4
31852026-08-27T18:06:09.518Z[ host-package] Compiling lalrpop v0.19.12
31862026-08-27T18:06:09.521Z[ helios-setup] Aug 27 18:06:08.462 INFO E| Compiling once_cell v1.21.3
31872026-08-27T18:06:09.684Z[ helios-setup] Aug 27 18:06:08.626 INFO E| Compiling unicode-segmentation v1.12.0
31882026-08-27T18:06:09.721Z[ host-package] Compiling crc8 v0.1.1
31892026-08-27T18:06:09.740Z[ helios-setup] Aug 27 18:06:08.682 INFO E| Compiling heck v0.5.0
31902026-08-27T18:06:09.758Z[ helios-setup] Aug 27 18:06:08.701 INFO E| Compiling unicode-width v0.1.14
31912026-08-27T18:06:09.781Z[ helios-setup] Aug 27 18:06:08.723 INFO E| Compiling ansi_term v0.12.1
31922026-08-27T18:06:09.860Z[ helios-setup] Aug 27 18:06:08.803 INFO E| Compiling unic-common v0.9.0
31932026-08-27T18:06:09.873Z[ host-package] Compiling rustc-hash v2.1.1
31942026-08-27T18:06:10.033Z[ helios-setup] Aug 27 18:06:08.975 INFO E| Compiling textwrap v0.11.0
31952026-08-27T18:06:10.093Z[ helios-setup] Aug 27 18:06:08.999 INFO E| Compiling fletcher v1.0.0
31962026-08-27T18:06:10.098Z[ helios-setup] Aug 27 18:06:09.005 INFO E| Compiling byteorder v1.5.0
31972026-08-27T18:06:10.098Z[ helios-setup] Aug 27 18:06:09.040 INFO E| Compiling num-traits v0.2.19
31982026-08-27T18:06:10.131Z[ helios-setup] Aug 27 18:06:09.074 INFO E| Compiling memoffset v0.9.1
31992026-08-27T18:06:10.165Z[ helios-setup] Aug 27 18:06:09.107 INFO E| Compiling strum v0.27.1
32002026-08-27T18:06:10.212Z[ helios-setup] Aug 27 18:06:09.154 INFO E| Compiling strsim v0.8.0
32012026-08-27T18:06:10.220Z[ helios-setup] Aug 27 18:06:09.163 INFO E| Compiling vec_map v0.8.2
32022026-08-27T18:06:10.238Z[ helios-setup] Aug 27 18:06:09.180 INFO E| Compiling bitflags v1.3.2
32032026-08-27T18:06:10.284Z[ helios-setup] Aug 27 18:06:09.226 INFO E| Compiling heck v0.3.3
32042026-08-27T18:06:10.338Z[ helios-setup] Aug 27 18:06:09.280 INFO E| Compiling unic-char-range v0.9.0
32052026-08-27T18:06:10.338Z[ helios-setup] Aug 27 18:06:09.280 INFO E| Compiling unic-ucd-version v0.9.0
32062026-08-27T18:06:10.338Z[ helios-setup] Aug 27 18:06:09.280 INFO E| Compiling log v0.4.27
32072026-08-27T18:06:10.453Z[ helios-setup] Aug 27 18:06:09.396 INFO E| Compiling plain v0.2.3
32082026-08-27T18:06:10.466Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32092026-08-27T18:06:10.479Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32102026-08-27T18:06:10.522Z[ helios-setup] Aug 27 18:06:09.464 INFO E| Compiling unic-char-property v0.9.0
32112026-08-27T18:06:10.539Z[ helios-setup] Aug 27 18:06:09.481 INFO E| Compiling lazy_static v1.5.0
32122026-08-27T18:06:10.548Z[ helios-setup] Aug 27 18:06:09.491 INFO E| Compiling bytesize v2.0.1
32132026-08-27T18:06:10.642Z[ helios-setup] Aug 27 18:06:09.584 INFO E| Compiling unic-ucd-ident v0.9.0
32142026-08-27T18:06:10.748Z[ helios-setup] Aug 27 18:06:09.690 INFO E| Compiling atty v0.2.14
32152026-08-27T18:06:10.852Z[ helios-setup] Aug 27 18:06:09.795 INFO E| Compiling clap v2.34.0
32162026-08-27T18:06:11.224Z[ helios-setup] Aug 27 18:06:10.162 INFO E| Compiling quote v1.0.40
32172026-08-27T18:06:11.273Z[ host-package] Compiling headers-core v0.3.0
32182026-08-27T18:06:11.345Z[ host-package] Compiling libxml v0.3.3
32192026-08-27T18:06:11.406Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32202026-08-27T18:06:11.428Z[ helios-setup] Aug 27 18:06:10.371 INFO E| Compiling syn v2.0.101
32212026-08-27T18:06:11.582Z[ host-package] Compiling headers v0.4.1
32222026-08-27T18:06:11.794Z[ helios-setup] Aug 27 18:06:10.736 INFO E| Compiling parse_int v0.9.0
32232026-08-27T18:06:11.859Z[ host-package] Compiling strum_macros v0.24.3
32242026-08-27T18:06:11.862Z[ host-package] Compiling indoc v1.0.9
32252026-08-27T18:06:12.095Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32262026-08-27T18:06:12.267Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
32272026-08-27T18:06:12.603Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32282026-08-27T18:06:12.678Z[ host-package] Compiling derive_builder v0.20.2
32292026-08-27T18:06:12.945Z[ host-package] Compiling quick-xml v0.37.5
32302026-08-27T18:06:12.998Z[ host-package] Compiling oso-derive v0.27.3
32312026-08-27T18:06:13.003Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32322026-08-27T18:06:13.566Z[ host-package] Compiling openssl-probe v0.1.6
32332026-08-27T18:06:14.006Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32342026-08-27T18:06:14.144Z[ helios-setup] Aug 27 18:06:13.086 INFO E| Compiling serde_derive_internals v0.29.1
32352026-08-27T18:06:14.148Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32362026-08-27T18:06:14.149Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32372026-08-27T18:06:14.618Z[ helios-setup] Aug 27 18:06:13.560 INFO E| Compiling modular-bitfield-impl v0.11.2
32382026-08-27T18:06:14.618Z[ helios-setup] Aug 27 18:06:13.560 INFO E| Compiling structopt-derive v0.4.18
32392026-08-27T18:06:14.638Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32402026-08-27T18:06:14.765Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32412026-08-27T18:06:14.765Z[ host-package] Compiling bb8 v0.8.6
32422026-08-27T18:06:15.187Z[ host-package] Compiling trait-variant v0.1.2
32432026-08-27T18:06:15.234Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32442026-08-27T18:06:15.444Z[ host-package] Compiling half v1.8.3
32452026-08-27T18:06:15.513Z[ helios-setup] Aug 27 18:06:14.453 INFO E| Compiling thiserror-impl v2.0.12
32462026-08-27T18:06:15.514Z[ helios-setup] Aug 27 18:06:14.453 INFO E| Compiling serde_derive v1.0.219
32472026-08-27T18:06:15.514Z[ helios-setup] Aug 27 18:06:14.453 INFO E| Compiling schemars_derive v0.8.22
32482026-08-27T18:06:15.514Z[ helios-setup] Aug 27 18:06:14.454 INFO E| Compiling zerocopy-derive v0.8.25
32492026-08-27T18:06:15.514Z[ helios-setup] Aug 27 18:06:14.454 INFO E| Compiling num-derive v0.4.2
32502026-08-27T18:06:15.518Z[ helios-setup] Aug 27 18:06:14.454 INFO E| Compiling modular-bitfield-impl v0.13.1
32512026-08-27T18:06:15.518Z[ helios-setup] Aug 27 18:06:14.454 INFO E| Compiling strum_macros v0.27.1
32522026-08-27T18:06:15.518Z[ helios-setup] Aug 27 18:06:14.454 INFO E| Compiling scroll_derive v0.12.1
32532026-08-27T18:06:15.522Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32542026-08-27T18:06:15.795Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32552026-08-27T18:06:16.128Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32562026-08-27T18:06:16.197Z[ helios-setup] Aug 27 18:06:15.139 INFO E| Compiling structopt v0.3.26
32572026-08-27T18:06:16.254Z[ helios-setup] Aug 27 18:06:15.196 INFO E| Compiling modular-bitfield v0.11.2
32582026-08-27T18:06:16.270Z[ host-package] Compiling proc-macro-error2 v2.0.1
32592026-08-27T18:06:16.274Z[ host-package] Compiling serde_cbor v0.11.2
32602026-08-27T18:06:16.343Z[ host-package] Compiling hashbrown v0.14.5
32612026-08-27T18:06:16.555Z[ helios-setup] Aug 27 18:06:15.497 INFO E| Compiling scroll v0.12.0
32622026-08-27T18:06:16.592Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32632026-08-27T18:06:16.776Z[ host-package] Compiling rfc6979 v0.4.0
32642026-08-27T18:06:16.805Z[ helios-setup] Aug 27 18:06:15.746 INFO E| Compiling goblin v0.9.3
32652026-08-27T18:06:17.007Z[ host-package] Compiling salty v0.3.0
32662026-08-27T18:06:17.246Z[ host-package] Compiling samael v0.0.19
32672026-08-27T18:06:17.372Z[ host-package] Compiling ecdsa v0.16.9
32682026-08-27T18:06:17.614Z[ host-package] Compiling chumsky v0.9.3
32692026-08-27T18:06:17.630Z[ helios-setup] Aug 27 18:06:16.572 INFO E| Compiling modular-bitfield v0.13.1
32702026-08-27T18:06:17.713Z[ host-package] Compiling knus-derive v3.4.0
32712026-08-27T18:06:18.084Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32722026-08-27T18:06:18.142Z[ helios-setup] Aug 27 18:06:17.084 INFO E| Compiling pest v2.8.0
32732026-08-27T18:06:18.161Z[ host-package] Compiling progenitor-impl v0.13.0
32742026-08-27T18:06:18.496Z[ host-package] Compiling primeorder v0.13.6
32752026-08-27T18:06:19.153Z[ host-package] Compiling nonempty v0.12.0
32762026-08-27T18:06:19.234Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32772026-08-27T18:06:19.422Z[ helios-setup] Aug 27 18:06:18.363 INFO E| Compiling pest_meta v2.8.0
32782026-08-27T18:06:19.581Z[ host-package] Compiling p384 v0.13.1
32792026-08-27T18:06:19.707Z[ host-package] Compiling knus v3.4.0
32802026-08-27T18:06:19.792Z[ host-package] Compiling polar-core v0.27.3
32812026-08-27T18:06:20.203Z[ helios-setup] Aug 27 18:06:19.145 INFO E| Compiling pest_generator v2.8.0
32822026-08-27T18:06:20.254Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32832026-08-27T18:06:20.806Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32842026-08-27T18:06:20.912Z[ host-package] Compiling progenitor-macro v0.13.0
32852026-08-27T18:06:21.021Z[ host-package] Compiling progenitor-client v0.13.0
32862026-08-27T18:06:21.384Z[ helios-setup] Aug 27 18:06:20.325 INFO E| Compiling pest_derive v2.8.0
32872026-08-27T18:06:21.866Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32882026-08-27T18:06:22.132Z[ helios-setup] Aug 27 18:06:21.074 INFO E| Compiling json5 v0.4.1
32892026-08-27T18:06:22.210Z[ host-package] Compiling fxhash v0.2.1
32902026-08-27T18:06:22.482Z[ host-package] Compiling libz-sys v1.1.24
32912026-08-27T18:06:22.811Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32922026-08-27T18:06:23.226Z[ helios-setup] Aug 27 18:06:22.168 INFO E| Compiling four-cc v0.4.0
32932026-08-27T18:06:23.226Z[ helios-setup] Aug 27 18:06:22.168 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
32942026-08-27T18:06:23.229Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32952026-08-27T18:06:23.373Z[ helios-setup] Aug 27 18:06:22.315 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
32962026-08-27T18:06:23.744Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32972026-08-27T18:06:23.947Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32982026-08-27T18:06:24.826Z[ host-package] Compiling kstat-rs v0.2.5
32992026-08-27T18:06:25.652Z[ host-package] Compiling mime_guess v2.0.5
33002026-08-27T18:06:25.912Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-08-27T18:06:26.125Z[ host-package] Compiling progenitor v0.13.0
33022026-08-27T18:06:26.975Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33032026-08-27T18:06:27.363Z[ host-package] Compiling nanorand v0.7.0
33042026-08-27T18:06:27.633Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33052026-08-27T18:06:27.879Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33062026-08-27T18:06:27.973Z[ host-package] Compiling parking_lot_core v0.8.6
33072026-08-27T18:06:28.419Z[ host-package] Compiling flume v0.11.1
33082026-08-27T18:06:28.842Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33092026-08-27T18:06:28.910Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33102026-08-27T18:06:29.149Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33112026-08-27T18:06:29.920Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33122026-08-27T18:06:30.019Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33132026-08-27T18:06:30.164Z[ host-package] Compiling git-stub v1.0.0
33142026-08-27T18:06:30.459Z[ host-package] Compiling oso v0.27.3
33152026-08-27T18:06:30.641Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33162026-08-27T18:06:30.921Z[ host-package] Compiling strsim v0.10.0
33172026-08-27T18:06:31.340Z[ host-package] Compiling diesel-dtrace v0.5.0
33182026-08-27T18:06:31.437Z[ host-package] Compiling async-bb8-diesel v0.2.1
33192026-08-27T18:06:31.725Z[ host-package] Compiling instability v0.3.11
33202026-08-27T18:06:32.032Z[ host-package] Compiling http-range v0.1.5
33212026-08-27T18:06:32.056Z[ host-package] Compiling corncobs v0.1.4
33222026-08-27T18:06:32.401Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33232026-08-27T18:06:32.532Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33242026-08-27T18:06:33.217Z[ host-package] Compiling darling_core v0.13.4
33252026-08-27T18:06:34.868Z[ host-package] Compiling git-stub-vcs v0.1.0
33262026-08-27T18:06:35.190Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33272026-08-27T18:06:36.055Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33282026-08-27T18:06:36.136Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-08-27T18:06:37.383Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33302026-08-27T18:06:37.594Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33312026-08-27T18:06:38.033Z[ host-package] Compiling ignore v0.4.25
33322026-08-27T18:06:38.164Z[ helios-setup] Aug 27 18:06:37.106 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33332026-08-27T18:06:38.182Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33342026-08-27T18:06:38.363Z[ host-package] Compiling anstyle-parse v0.2.7
33352026-08-27T18:06:38.745Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-08-27T18:06:39.899Z[ host-package] Compiling secrecy v0.8.0
33372026-08-27T18:06:40.149Z[ host-package] Compiling vergen-git2 v9.1.0
33382026-08-27T18:06:40.581Z[ host-package] Compiling castaway v0.2.4
33392026-08-27T18:06:40.821Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33402026-08-27T18:06:41.017Z[ host-package] Compiling indoc v2.0.7
33412026-08-27T18:06:41.221Z[ host-package] Compiling compact_str v0.8.1
33422026-08-27T18:06:41.611Z[ helios-setup] Aug 27 18:06:40.553 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33432026-08-27T18:06:41.679Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33442026-08-27T18:06:42.438Z[ host-package] Compiling globwalk v0.9.1
33452026-08-27T18:06:42.480Z[ host-package] Compiling anstream v0.6.21
33462026-08-27T18:06:42.516Z[ host-package] Compiling parking_lot v0.11.2
33472026-08-27T18:06:43.105Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33482026-08-27T18:06:43.150Z[ host-package] Compiling hyper-staticfile v0.10.1
33492026-08-27T18:06:43.264Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33502026-08-27T18:06:43.492Z[ host-package] Compiling darling_macro v0.13.4
33512026-08-27T18:06:43.813Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33522026-08-27T18:06:43.964Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33532026-08-27T18:06:44.059Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33542026-08-27T18:06:44.173Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33552026-08-27T18:06:44.274Z[ host-package] Compiling predicates-tree v1.0.13
33562026-08-27T18:06:44.362Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33572026-08-27T18:06:44.612Z[ host-package] Compiling unicode-truncate v1.1.0
33582026-08-27T18:06:44.657Z[ host-package] Compiling lru v0.12.5
33592026-08-27T18:06:44.717Z[ host-package] Compiling rand_seeder v0.4.0
33602026-08-27T18:06:44.766Z[ host-package] Compiling prefix-trie v0.7.0
33612026-08-27T18:06:44.801Z[ host-package] Compiling cassowary v0.3.0
33622026-08-27T18:06:44.951Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33632026-08-27T18:06:45.009Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33642026-08-27T18:06:45.083Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33652026-08-27T18:06:45.224Z[ host-package] Compiling hickory-server v0.25.2
33662026-08-27T18:06:45.324Z[ host-package] Compiling ratatui v0.29.0
33672026-08-27T18:06:45.653Z[ host-package] Compiling darling v0.13.4
33682026-08-27T18:06:45.833Z[ host-package] Compiling sled v0.34.7
33692026-08-27T18:06:46.124Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33702026-08-27T18:06:46.145Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-08-27T18:06:46.573Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33722026-08-27T18:06:47.010Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33732026-08-27T18:06:47.413Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33742026-08-27T18:06:47.525Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33752026-08-27T18:06:47.821Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33762026-08-27T18:06:49.026Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33772026-08-27T18:06:50.264Z[ host-package] Compiling serde_with_macros v1.5.2
33782026-08-27T18:06:51.045Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33792026-08-27T18:06:51.151Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33802026-08-27T18:06:51.216Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33812026-08-27T18:06:51.484Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33822026-08-27T18:06:51.751Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33832026-08-27T18:06:52.057Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33842026-08-27T18:06:52.396Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33852026-08-27T18:06:52.637Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33862026-08-27T18:06:52.885Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33872026-08-27T18:06:53.085Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33882026-08-27T18:06:53.243Z[ host-package] Compiling arc-swap v1.8.2
33892026-08-27T18:06:53.327Z[ host-package] Compiling void v1.0.2
33902026-08-27T18:06:53.494Z[ host-package] Compiling lzss v0.8.2
33912026-08-27T18:06:53.582Z[ host-package] Compiling slog-scope v4.4.1
33922026-08-27T18:06:53.645Z[ helios-setup] Aug 27 18:06:52.577 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.21s
33932026-08-27T18:06:53.676Z[ helios-setup] Aug 27 18:06:52.615 INFO building project "amd-host-image-builder" ok (47 seconds)
33942026-08-27T18:06:53.676Z[ helios-setup] Aug 27 18:06:52.615 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
33952026-08-27T18:06:53.683Z[ helios-setup] Aug 27 18:06:52.625 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
33962026-08-27T18:06:53.683Z[ helios-setup] Aug 27 18:06:52.625 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33972026-08-27T18:06:53.683Z[ helios-setup] Aug 27 18:06:52.625 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33982026-08-27T18:06:53.815Z[ helios-setup] Aug 27 18:06:52.757 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
33992026-08-27T18:06:53.866Z[ host-package] Compiling serde_with v1.14.0
34002026-08-27T18:06:54.011Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34012026-08-27T18:06:54.190Z[ helios-setup] Aug 27 18:06:53.132 INFO E| From https://github.com/jclulow/hiercmd
34022026-08-27T18:06:54.190Z[ helios-setup] Aug 27 18:06:53.132 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34032026-08-27T18:06:54.203Z[ helios-setup] Aug 27 18:06:53.145 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34042026-08-27T18:06:54.543Z[ helios-setup] Aug 27 18:06:53.485 INFO E| From https://github.com/oxidecomputer/network-interface
34052026-08-27T18:06:54.543Z[ helios-setup] Aug 27 18:06:53.485 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34062026-08-27T18:06:54.593Z[ helios-setup] Aug 27 18:06:53.532 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34072026-08-27T18:06:54.948Z[ helios-setup] Aug 27 18:06:53.890 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34082026-08-27T18:06:54.948Z[ helios-setup] Aug 27 18:06:53.890 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34092026-08-27T18:06:54.968Z[ helios-setup] Aug 27 18:06:53.910 INFO E| Updating crates.io index
34102026-08-27T18:06:55.115Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34112026-08-27T18:06:55.137Z[ helios-setup] Aug 27 18:06:54.079 INFO E| Downloading crates ...
34122026-08-27T18:06:55.161Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34132026-08-27T18:06:55.205Z[ helios-setup] Aug 27 18:06:54.146 INFO E| Downloaded clap_lex v0.7.6
34142026-08-27T18:06:55.208Z[ helios-setup] Aug 27 18:06:54.150 INFO E| Downloaded clap_builder v4.5.51
34152026-08-27T18:06:55.212Z[ helios-setup] Aug 27 18:06:54.154 INFO E| Downloaded clap_derive v4.5.49
34162026-08-27T18:06:55.216Z[ helios-setup] Aug 27 18:06:54.159 INFO E| Downloaded futures-task v0.3.31
34172026-08-27T18:06:55.220Z[ helios-setup] Aug 27 18:06:54.159 INFO E| Downloaded generic-array v0.14.9
34182026-08-27T18:06:55.220Z[ helios-setup] Aug 27 18:06:54.160 INFO E| Downloaded anstyle v1.0.13
34192026-08-27T18:06:55.223Z[ helios-setup] Aug 27 18:06:54.163 INFO E| Downloaded pin-utils v0.1.0
34202026-08-27T18:06:55.228Z[ helios-setup] Aug 27 18:06:54.170 INFO E| Downloaded env_filter v0.1.4
34212026-08-27T18:06:55.231Z[ helios-setup] Aug 27 18:06:54.172 INFO E| Downloaded find-msvc-tools v0.1.4
34222026-08-27T18:06:55.232Z[ helios-setup] Aug 27 18:06:54.173 INFO E| Downloaded libdevinfo-sys v1.1.0
34232026-08-27T18:06:55.235Z[ helios-setup] Aug 27 18:06:54.177 INFO E| Downloaded num_enum v0.7.5
34242026-08-27T18:06:55.238Z[ helios-setup] Aug 27 18:06:54.180 INFO E| Downloaded slab v0.4.11
34252026-08-27T18:06:55.246Z[ helios-setup] Aug 27 18:06:54.183 INFO E| Downloaded futures-sink v0.3.31
34262026-08-27T18:06:55.246Z[ helios-setup] Aug 27 18:06:54.184 INFO E| Downloaded futures-channel v0.3.31
34272026-08-27T18:06:55.246Z[ helios-setup] Aug 27 18:06:54.185 INFO E| Downloaded pin-project-lite v0.2.16
34282026-08-27T18:06:55.249Z[ helios-setup] Aug 27 18:06:54.188 INFO E| Downloaded iana-time-zone v0.1.64
34292026-08-27T18:06:55.264Z[ helios-setup] Aug 27 18:06:54.206 INFO E| Downloaded crc v3.3.0
34302026-08-27T18:06:55.274Z[ helios-setup] Aug 27 18:06:54.216 INFO E| Downloaded serde_spanned v1.0.3
34312026-08-27T18:06:55.279Z[ helios-setup] Aug 27 18:06:54.221 INFO E| Downloaded futures-macro v0.3.31
34322026-08-27T18:06:55.284Z[ helios-setup] Aug 27 18:06:54.226 INFO E| Downloaded futures-io v0.3.31
34332026-08-27T18:06:55.289Z[ helios-setup] Aug 27 18:06:54.232 INFO E| Downloaded devinfo v0.1.0
34342026-08-27T18:06:55.293Z[ helios-setup] Aug 27 18:06:54.235 INFO E| Downloaded futures-core v0.3.31
34352026-08-27T18:06:55.299Z[ helios-setup] Aug 27 18:06:54.241 INFO E| Downloaded anstyle-query v1.1.4
34362026-08-27T18:06:55.303Z[ helios-setup] Aug 27 18:06:54.243 INFO E| Downloaded zeroize_derive v1.4.2
34372026-08-27T18:06:55.308Z[ helios-setup] Aug 27 18:06:54.250 INFO E| Downloaded simd-adler32 v0.3.7
34382026-08-27T18:06:55.312Z[ helios-setup] Aug 27 18:06:54.251 INFO E| Downloaded time-core v0.1.6
34392026-08-27T18:06:55.312Z[ helios-setup] Aug 27 18:06:54.252 INFO E| Downloaded bitfield-macros v0.19.3
34402026-08-27T18:06:55.315Z[ helios-setup] Aug 27 18:06:54.255 INFO E| Downloaded clap v4.5.51
34412026-08-27T18:06:55.318Z[ helios-setup] Aug 27 18:06:54.261 INFO E| Downloaded toml_writer v1.0.4
34422026-08-27T18:06:55.325Z[ helios-setup] Aug 27 18:06:54.267 INFO E| Downloaded toml_datetime v0.7.3
34432026-08-27T18:06:55.328Z[ helios-setup] Aug 27 18:06:54.269 INFO E| Downloaded time-macros v0.2.24
34442026-08-27T18:06:55.332Z[ helios-setup] Aug 27 18:06:54.272 INFO E| Downloaded deranged v0.5.5
34452026-08-27T18:06:55.332Z[ helios-setup] Aug 27 18:06:54.273 INFO E| Downloaded env_logger v0.11.8
34462026-08-27T18:06:55.335Z[ helios-setup] Aug 27 18:06:54.275 INFO E| Downloaded getopts v0.2.24
34472026-08-27T18:06:55.335Z[ helios-setup] Aug 27 18:06:54.276 INFO E| Downloaded num_enum_derive v0.7.5
34482026-08-27T18:06:55.338Z[ helios-setup] Aug 27 18:06:54.277 INFO E| Downloaded quote v1.0.41
34492026-08-27T18:06:55.338Z[ helios-setup] Aug 27 18:06:54.279 INFO E| Downloaded thiserror-impl v2.0.17
34502026-08-27T18:06:55.338Z[ helios-setup] Aug 27 18:06:54.280 INFO E| Downloaded thiserror v2.0.17
34512026-08-27T18:06:55.347Z[ helios-setup] Aug 27 18:06:54.288 INFO E| Downloaded zeroize v1.8.2
34522026-08-27T18:06:55.357Z[ helios-setup] Aug 27 18:06:54.299 INFO E| Downloaded bitfield v0.19.3
34532026-08-27T18:06:55.360Z[ helios-setup] Aug 27 18:06:54.300 INFO E| Downloaded signal-hook-registry v1.4.6
34542026-08-27T18:06:55.360Z[ helios-setup] Aug 27 18:06:54.301 INFO E| Downloaded memchr v2.7.6
34552026-08-27T18:06:55.364Z[ helios-setup] Aug 27 18:06:54.304 INFO E| Downloaded anyhow v1.0.100
34562026-08-27T18:06:55.367Z[ helios-setup] Aug 27 18:06:54.307 INFO E| Downloaded tokio-macros v2.6.0
34572026-08-27T18:06:55.402Z[ helios-setup] Aug 27 18:06:54.344 INFO E| Downloaded base64ct v1.8.0
34582026-08-27T18:06:55.405Z[ helios-setup] Aug 27 18:06:54.346 INFO E| Downloaded futures-executor v0.3.31
34592026-08-27T18:06:55.405Z[ helios-setup] Aug 27 18:06:54.347 INFO E| Downloaded bitflags v2.10.0
34602026-08-27T18:06:55.409Z[ helios-setup] Aug 27 18:06:54.349 INFO E| Downloaded log v0.4.28
34612026-08-27T18:06:55.409Z[ helios-setup] Aug 27 18:06:54.351 INFO E| Downloaded socket2 v0.6.1
34622026-08-27T18:06:55.413Z[ helios-setup] Aug 27 18:06:54.352 INFO E| Downloaded toml v0.9.8
34632026-08-27T18:06:55.413Z[ helios-setup] Aug 27 18:06:54.355 INFO E| Downloaded term v1.2.0
34642026-08-27T18:06:55.416Z[ helios-setup] Aug 27 18:06:54.357 INFO E| Downloaded indexmap v2.12.0
34652026-08-27T18:06:55.420Z[ helios-setup] Aug 27 18:06:54.360 INFO E| Downloaded rand v0.8.5
34662026-08-27T18:06:55.423Z[ helios-setup] Aug 27 18:06:54.362 INFO E| Downloaded winnow v0.7.13
34672026-08-27T18:06:55.429Z[ helios-setup] Aug 27 18:06:54.367 INFO E| Downloaded unicode-ident v1.0.22
34682026-08-27T18:06:55.433Z[ helios-setup] Aug 27 18:06:54.369 INFO E| Downloaded getrandom v0.2.16
34692026-08-27T18:06:55.433Z[ helios-setup] Aug 27 18:06:54.372 INFO E| Downloaded proc-macro2 v1.0.103
34702026-08-27T18:06:55.433Z[ helios-setup] Aug 27 18:06:54.374 INFO E| Downloaded toml_edit v0.23.7
34712026-08-27T18:06:55.436Z[ helios-setup] Aug 27 18:06:54.377 INFO E| Downloaded toml_parser v1.0.4
34722026-08-27T18:06:55.436Z[ helios-setup] Aug 27 18:06:54.378 INFO E| Downloaded bytes v1.10.1
34732026-08-27T18:06:55.439Z[ helios-setup] Aug 27 18:06:54.381 INFO E| Downloaded flate2 v1.1.5
34742026-08-27T18:06:55.445Z[ helios-setup] Aug 27 18:06:54.384 INFO E| Downloaded futures v0.3.31
34752026-08-27T18:06:55.449Z[ helios-setup] Aug 27 18:06:54.388 INFO E| Downloaded typenum v1.19.0
34762026-08-27T18:06:55.449Z[ helios-setup] Aug 27 18:06:54.390 INFO E| Downloaded uuid v1.18.1
34772026-08-27T18:06:55.452Z[ helios-setup] Aug 27 18:06:54.392 INFO E| Downloaded rsa v0.9.8
34782026-08-27T18:06:55.456Z[ helios-setup] Aug 27 18:06:54.395 INFO E| Downloaded cc v1.2.44
34792026-08-27T18:06:55.456Z[ helios-setup] Aug 27 18:06:54.397 INFO E| Downloaded zerocopy-derive v0.8.27
34802026-08-27T18:06:55.475Z[ helios-setup] Aug 27 18:06:54.417 INFO E| Downloaded mio v1.1.0
34812026-08-27T18:06:55.479Z[ helios-setup] Aug 27 18:06:54.421 INFO E| Downloaded iddqd v0.3.14
34822026-08-27T18:06:55.513Z[ helios-setup] Aug 27 18:06:54.455 INFO E| Downloaded time v0.3.44
34832026-08-27T18:06:55.522Z[ helios-setup] Aug 27 18:06:54.464 INFO E| Downloaded serde_json v1.0.145
34842026-08-27T18:06:55.528Z[ helios-setup] Aug 27 18:06:54.470 INFO E| Downloaded libm v0.2.15
34852026-08-27T18:06:55.535Z[ helios-setup] Aug 27 18:06:54.477 INFO E| Downloaded hashbrown v0.16.0
34862026-08-27T18:06:55.538Z[ helios-setup] Aug 27 18:06:54.480 INFO E| Downloaded futures-util v0.3.31
34872026-08-27T18:06:55.546Z[ helios-setup] Aug 27 18:06:54.488 INFO E| Downloaded num-bigint-dig v0.8.4
34882026-08-27T18:06:55.576Z[ helios-setup] Aug 27 18:06:54.518 INFO E| Downloaded zerocopy v0.8.27
34892026-08-27T18:06:55.590Z[ helios-setup] Aug 27 18:06:54.532 INFO E| Downloaded unicode-width v0.2.2
34902026-08-27T18:06:55.594Z[ helios-setup] Aug 27 18:06:54.535 INFO E| Downloaded syn v2.0.108
34912026-08-27T18:06:55.600Z[ helios-setup] Aug 27 18:06:54.542 INFO E| Downloaded chrono v0.4.42
34922026-08-27T18:06:55.614Z[ helios-setup] Aug 27 18:06:54.556 INFO E| Downloaded rustix v1.1.2
34932026-08-27T18:06:55.665Z[ helios-setup] Aug 27 18:06:54.607 INFO E| Downloaded libc v0.2.177
34942026-08-27T18:06:55.681Z[ helios-setup] Aug 27 18:06:54.623 INFO E| Downloaded tokio v1.48.0
34952026-08-27T18:06:55.812Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling proc-macro2 v1.0.103
34962026-08-27T18:06:55.812Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling unicode-ident v1.0.22
34972026-08-27T18:06:55.812Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling quote v1.0.41
34982026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling libc v0.2.177
34992026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling serde_core v1.0.228
35002026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling cfg-if v1.0.4
35012026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling serde v1.0.228
35022026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling version_check v0.9.5
35032026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling autocfg v1.5.0
35042026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling typenum v1.19.0
35052026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling const-oid v0.9.6
35062026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling libm v0.2.15
35072026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling zerocopy v0.8.27
35082026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling rustversion v1.0.22
35092026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling base64ct v1.8.0
35102026-08-27T18:06:55.816Z[ helios-setup] Aug 27 18:06:54.754 INFO E| Compiling smallvec v1.15.1
35112026-08-27T18:06:56.115Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35122026-08-27T18:06:56.264Z[ helios-setup] Aug 27 18:06:55.206 INFO E| Compiling zeroize v1.8.2
35132026-08-27T18:06:56.453Z[ host-package] Compiling git2 v0.20.4
35142026-08-27T18:06:56.510Z[ helios-setup] Aug 27 18:06:55.452 INFO E| Compiling equivalent v1.0.2
35152026-08-27T18:06:56.669Z[ helios-setup] Aug 27 18:06:55.611 INFO E| Compiling anyhow v1.0.100
35162026-08-27T18:06:56.697Z[ helios-setup] Aug 27 18:06:55.639 INFO E| Compiling pem-rfc7468 v0.7.0
35172026-08-27T18:06:56.932Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35182026-08-27T18:06:57.015Z[ helios-setup] Aug 27 18:06:55.957 INFO E| Compiling hashbrown v0.16.0
35192026-08-27T18:06:57.120Z[ helios-setup] Aug 27 18:06:56.062 INFO E| Compiling winnow v0.7.13
35202026-08-27T18:06:57.149Z[ helios-setup] Aug 27 18:06:56.091 INFO E| Compiling generic-array v0.14.9
35212026-08-27T18:06:57.157Z[ helios-setup] Aug 27 18:06:56.098 INFO E| Compiling num-traits v0.2.19
35222026-08-27T18:06:57.182Z[ helios-setup] Aug 27 18:06:56.124 INFO E| Compiling rustix v1.1.2
35232026-08-27T18:06:57.190Z[ helios-setup] Aug 27 18:06:56.130 INFO E| Compiling byteorder v1.5.0
35242026-08-27T18:06:57.451Z[ helios-setup] Aug 27 18:06:56.393 INFO E| Compiling memchr v2.7.6
35252026-08-27T18:06:57.696Z[ helios-setup] Aug 27 18:06:56.633 INFO E| Compiling utf8parse v0.2.2
35262026-08-27T18:06:57.887Z[ helios-setup] Aug 27 18:06:56.823 INFO E| Compiling getrandom v0.2.16
35272026-08-27T18:06:57.980Z[ helios-setup] Aug 27 18:06:56.922 INFO E| Compiling flagset v0.4.7
35282026-08-27T18:06:57.987Z[ helios-setup] Aug 27 18:06:56.929 INFO E| Compiling crc32fast v1.5.0
35292026-08-27T18:06:58.064Z[ helios-setup] Aug 27 18:06:57.005 INFO E| Compiling indexmap v2.12.0
35302026-08-27T18:06:58.216Z[ helios-setup] Aug 27 18:06:57.158 INFO E| Compiling rand_core v0.6.4
35312026-08-27T18:06:58.231Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35322026-08-27T18:06:58.253Z[ helios-setup] Aug 27 18:06:57.193 INFO E| Compiling anstyle-parse v0.2.7
35332026-08-27T18:06:58.301Z[ helios-setup] Aug 27 18:06:57.243 INFO E| Compiling errno v0.3.14
35342026-08-27T18:06:58.410Z[ helios-setup] Aug 27 18:06:57.352 INFO E| Compiling find-msvc-tools v0.1.4
35352026-08-27T18:06:58.515Z[ host-package] Compiling scuffle v0.1.0
35362026-08-27T18:06:58.552Z[ helios-setup] Aug 27 18:06:57.494 INFO E| Compiling anstyle v1.0.13
35372026-08-27T18:06:58.592Z[ helios-setup] Aug 27 18:06:57.534 INFO E| Compiling radium v0.7.0
35382026-08-27T18:06:58.641Z[ helios-setup] Aug 27 18:06:57.583 INFO E| Compiling syn v1.0.109
35392026-08-27T18:06:58.703Z[ helios-setup] Aug 27 18:06:57.645 INFO E| Compiling colorchoice v1.0.4
35402026-08-27T18:06:58.868Z[ helios-setup] Aug 27 18:06:57.810 INFO E| Compiling syn v2.0.108
35412026-08-27T18:06:59.053Z[ helios-setup] Aug 27 18:06:57.995 INFO E| Compiling cpufeatures v0.2.17
35422026-08-27T18:06:59.083Z[ helios-setup] Aug 27 18:06:58.024 INFO E| Compiling anstyle-query v1.1.4
35432026-08-27T18:06:59.153Z[ helios-setup] Aug 27 18:06:58.095 INFO E| Compiling shlex v1.3.0
35442026-08-27T18:06:59.161Z[ helios-setup] Aug 27 18:06:58.103 INFO E| Compiling toml_datetime v0.7.3
35452026-08-27T18:06:59.170Z[ helios-setup] Aug 27 18:06:58.112 INFO E| Compiling allocator-api2 v0.2.21
35462026-08-27T18:06:59.177Z[ helios-setup] Aug 27 18:06:58.118 INFO E| Compiling is_terminal_polyfill v1.70.2
35472026-08-27T18:06:59.185Z[ helios-setup] Aug 27 18:06:58.125 INFO E| Compiling slog v2.8.2
35482026-08-27T18:06:59.316Z[ helios-setup] Aug 27 18:06:58.258 INFO E| Compiling crypto-common v0.1.6
35492026-08-27T18:06:59.328Z[ helios-setup] Aug 27 18:06:58.270 INFO E| Compiling block-buffer v0.10.4
35502026-08-27T18:06:59.522Z[ helios-setup] Aug 27 18:06:58.464 INFO E| Compiling anstream v0.6.21
35512026-08-27T18:06:59.600Z[ helios-setup] Aug 27 18:06:58.542 INFO E| Compiling digest v0.10.7
35522026-08-27T18:06:59.675Z[ helios-setup] Aug 27 18:06:58.616 INFO E| Compiling cc v1.2.44
35532026-08-27T18:06:59.853Z[ host-package] Compiling tungstenite v0.23.0
35542026-08-27T18:06:59.928Z[ helios-setup] Aug 27 18:06:58.868 INFO E| Compiling toml_parser v1.0.4
35552026-08-27T18:06:59.973Z[ helios-setup] Aug 27 18:06:58.915 INFO E| Compiling sha2 v0.10.9
35562026-08-27T18:07:00.027Z[ helios-setup] Aug 27 18:06:58.969 INFO E| Compiling parking_lot_core v0.9.12
35572026-08-27T18:07:00.154Z[ helios-setup] Aug 27 18:06:59.096 INFO E| Compiling unicode-width v0.2.2
35582026-08-27T18:07:00.161Z[ helios-setup] Aug 27 18:06:59.103 INFO E| Compiling maybe-uninit v2.0.0
35592026-08-27T18:07:00.190Z[ helios-setup] Aug 27 18:06:59.131 INFO E| Compiling pkg-config v0.3.32
35602026-08-27T18:07:00.243Z[ helios-setup] Aug 27 18:06:59.184 INFO E| Compiling futures-core v0.3.31
35612026-08-27T18:07:00.311Z[ helios-setup] Aug 27 18:06:59.253 INFO E| Compiling pin-project-lite v0.2.16
35622026-08-27T18:07:00.379Z[ helios-setup] Aug 27 18:06:59.321 INFO E| Compiling tap v1.0.1
35632026-08-27T18:07:00.489Z[ helios-setup] Aug 27 18:06:59.431 INFO E| Compiling futures-sink v0.3.31
35642026-08-27T18:07:00.523Z[ helios-setup] Aug 27 18:06:59.465 INFO E| Compiling num-integer v0.1.46
35652026-08-27T18:07:00.692Z[ helios-setup] Aug 27 18:06:59.634 INFO E| Compiling futures-channel v0.3.31
35662026-08-27T18:07:00.796Z[ helios-setup] Aug 27 18:06:59.737 INFO E| Compiling getopts v0.2.24
35672026-08-27T18:07:00.821Z[ helios-setup] Aug 27 18:06:59.763 INFO E| Compiling wyz v0.5.1
35682026-08-27T18:07:00.859Z[ helios-setup] Aug 27 18:06:59.801 INFO E| Compiling toml_edit v0.23.7
35692026-08-27T18:07:00.952Z[ helios-setup] Aug 27 18:06:59.894 INFO E| Compiling bitflags v2.10.0
35702026-08-27T18:07:01.050Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35712026-08-27T18:07:01.278Z[ helios-setup] Aug 27 18:07:00.220 INFO E| Compiling ahash v0.8.12
35722026-08-27T18:07:01.309Z[ helios-setup] Aug 27 18:07:00.249 INFO E| Compiling time-core v0.1.6
35732026-08-27T18:07:01.404Z[ helios-setup] Aug 27 18:07:00.346 INFO E| Compiling funty v2.0.0
35742026-08-27T18:07:01.418Z[ helios-setup] Aug 27 18:07:00.360 INFO E| Compiling clap_lex v0.7.6
35752026-08-27T18:07:01.426Z[ helios-setup] Aug 27 18:07:00.368 INFO E| Compiling packed_struct v0.10.1
35762026-08-27T18:07:01.468Z[ helios-setup] Aug 27 18:07:00.410 INFO E| Compiling futures-io v0.3.31
35772026-08-27T18:07:01.511Z[ helios-setup] Aug 27 18:07:00.453 INFO E| Compiling powerfmt v0.2.0
35782026-08-27T18:07:01.644Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35792026-08-27T18:07:01.680Z[ helios-setup] Aug 27 18:07:00.622 INFO E| Compiling spin v0.9.8
35802026-08-27T18:07:01.732Z[ helios-setup] Aug 27 18:07:00.673 INFO E| Compiling pin-utils v0.1.0
35812026-08-27T18:07:01.836Z[ helios-setup] Aug 27 18:07:00.777 INFO E| Compiling slab v0.4.11
35822026-08-27T18:07:01.925Z[ helios-setup] Aug 27 18:07:00.867 INFO E| Compiling num-conv v0.1.0
35832026-08-27T18:07:01.947Z[ helios-setup] Aug 27 18:07:00.888 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35842026-08-27T18:07:01.970Z[ helios-setup] Aug 27 18:07:00.912 INFO E| Compiling scopeguard v1.2.0
35852026-08-27T18:07:02.060Z[ helios-setup] Aug 27 18:07:01.002 INFO E| Compiling futures-task v0.3.31
35862026-08-27T18:07:02.106Z[ helios-setup] Aug 27 18:07:01.048 INFO E| Compiling num-bigint-dig v0.8.4
35872026-08-27T18:07:02.157Z[ helios-setup] Aug 27 18:07:01.098 INFO E| Compiling bytes v1.10.1
35882026-08-27T18:07:02.171Z[ helios-setup] Aug 27 18:07:01.111 INFO E| Compiling thiserror v1.0.69
35892026-08-27T18:07:02.206Z[ helios-setup] Aug 27 18:07:01.148 INFO E| Compiling proc-macro-crate v3.4.0
35902026-08-27T18:07:02.239Z[ helios-setup] Aug 27 18:07:01.181 INFO E| Compiling itoa v1.0.15
35912026-08-27T18:07:02.281Z[ helios-setup] Aug 27 18:07:01.223 INFO E| Compiling strsim v0.11.1
35922026-08-27T18:07:02.288Z[ helios-setup] Aug 27 18:07:01.230 INFO E| Compiling getrandom v0.3.4
35932026-08-27T18:07:02.454Z[ helios-setup] Aug 27 18:07:01.392 INFO E| Compiling terminal_size v0.4.3
35942026-08-27T18:07:02.487Z[ helios-setup] Aug 27 18:07:01.429 INFO E| Compiling heck v0.5.0
35952026-08-27T18:07:02.888Z[ helios-setup] Aug 27 18:07:01.829 INFO E| Compiling clap_builder v4.5.51
35962026-08-27T18:07:03.069Z[ helios-setup] Aug 27 18:07:02.011 INFO E| Compiling time-macros v0.2.24
35972026-08-27T18:07:03.093Z[ helios-setup] Aug 27 18:07:02.034 INFO E| Compiling lock_api v0.4.14
35982026-08-27T18:07:03.124Z[ helios-setup] Aug 27 18:07:02.065 INFO E| Compiling bitvec v1.0.1
35992026-08-27T18:07:03.141Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36002026-08-27T18:07:03.162Z[ helios-setup] Aug 27 18:07:02.103 INFO E| Compiling lazy_static v1.5.0
36012026-08-27T18:07:03.182Z[ helios-setup] Aug 27 18:07:02.123 INFO E| Compiling deranged v0.5.5
36022026-08-27T18:07:03.321Z[ helios-setup] Aug 27 18:07:02.263 INFO E| Compiling num-iter v0.1.45
36032026-08-27T18:07:03.337Z[ helios-setup] Aug 27 18:07:02.278 INFO E| Compiling indexmap v1.9.3
36042026-08-27T18:07:03.448Z[ helios-setup] Aug 27 18:07:02.389 INFO E| Compiling serde_json v1.0.145
36052026-08-27T18:07:03.717Z[ helios-setup] Aug 27 18:07:02.659 INFO E| Compiling iana-time-zone v0.1.64
36062026-08-27T18:07:03.724Z[ helios-setup] Aug 27 18:07:02.666 INFO E| Compiling nodrop v0.1.14
36072026-08-27T18:07:03.793Z[ helios-setup] Aug 27 18:07:02.735 INFO E| Compiling log v0.4.28
36082026-08-27T18:07:03.822Z[ helios-setup] Aug 27 18:07:02.764 INFO E| Compiling adler2 v2.0.1
36092026-08-27T18:07:03.973Z[ helios-setup] Aug 27 18:07:02.915 INFO E| Compiling simd-adler32 v0.3.7
36102026-08-27T18:07:04.003Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36112026-08-27T18:07:04.106Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36122026-08-27T18:07:04.230Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36132026-08-27T18:07:04.243Z[ helios-setup] Aug 27 18:07:03.185 INFO E| Compiling once_cell v1.21.3
36142026-08-27T18:07:04.293Z[ helios-setup] Aug 27 18:07:03.234 INFO E| Compiling thiserror v2.0.17
36152026-08-27T18:07:04.305Z[ helios-setup] Aug 27 18:07:03.247 INFO E| Compiling crc-catalog v2.4.0
36162026-08-27T18:07:04.364Z[ helios-setup] Aug 27 18:07:03.305 INFO E| Compiling miniz_oxide v0.8.9
36172026-08-27T18:07:04.396Z[ helios-setup] Aug 27 18:07:03.338 INFO E| Compiling crc v3.3.0
36182026-08-27T18:07:04.485Z[ helios-setup] Aug 27 18:07:03.418 INFO E| Compiling env_filter v0.1.4
36192026-08-27T18:07:04.538Z[ helios-setup] Aug 27 18:07:03.477 INFO E| Compiling chrono v0.4.42
36202026-08-27T18:07:04.659Z[ helios-setup] Aug 27 18:07:03.601 INFO E| Compiling array-init v0.0.4
36212026-08-27T18:07:04.748Z[ helios-setup] Aug 27 18:07:03.690 INFO E| Compiling parking_lot v0.12.5
36222026-08-27T18:07:04.852Z[ host-package] Compiling nix v0.27.1
36232026-08-27T18:07:04.965Z[ host-package] Compiling twox-hash v2.1.2
36242026-08-27T18:07:05.125Z[ helios-setup] Aug 27 18:07:04.067 INFO E| Compiling smallvec v0.6.14
36252026-08-27T18:07:05.531Z[ host-package] Compiling libsw-core v0.3.2
36262026-08-27T18:07:05.748Z[ helios-setup] Aug 27 18:07:04.690 INFO E| Compiling serde_spanned v1.0.3
36272026-08-27T18:07:05.762Z[ host-package] Compiling atty v0.2.14
36282026-08-27T18:07:05.833Z[ helios-setup] Aug 27 18:07:04.775 INFO E| Compiling serde_derive v1.0.228
36292026-08-27T18:07:05.869Z[ helios-setup] Aug 27 18:07:04.810 INFO E| Compiling zerocopy-derive v0.8.27
36302026-08-27T18:07:05.954Z[ host-package] Compiling serde_bytes v0.11.19
36312026-08-27T18:07:05.970Z[ helios-setup] Aug 27 18:07:04.912 INFO E| Compiling der_derive v0.7.3
36322026-08-27T18:07:06.008Z[ helios-setup] Aug 27 18:07:04.949 INFO E| Compiling futures-macro v0.3.31
36332026-08-27T18:07:06.079Z[ helios-setup] Aug 27 18:07:05.021 INFO E| Compiling zerocopy-derive v0.6.6
36342026-08-27T18:07:06.147Z[ helios-setup] Aug 27 18:07:05.088 INFO E| Compiling bitfield-macros v0.19.3
36352026-08-27T18:07:06.258Z[ host-package] Compiling libsw v3.5.0
36362026-08-27T18:07:06.293Z[ helios-setup] Aug 27 18:07:05.234 INFO E| Compiling thiserror-impl v1.0.69
36372026-08-27T18:07:06.608Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36382026-08-27T18:07:06.711Z[ helios-setup] Aug 27 18:07:05.653 INFO E| Compiling packed_struct_codegen v0.10.1
36392026-08-27T18:07:06.734Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36402026-08-27T18:07:06.737Z[ host-package] Compiling tokio-tungstenite v0.23.1
36412026-08-27T18:07:06.801Z[ helios-setup] Aug 27 18:07:05.743 INFO E| Compiling num_enum_derive v0.7.5
36422026-08-27T18:07:07.188Z[ helios-setup] Aug 27 18:07:06.129 INFO E| Compiling clap_derive v4.5.49
36432026-08-27T18:07:07.219Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36442026-08-27T18:07:07.223Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36452026-08-27T18:07:07.561Z[ helios-setup] Aug 27 18:07:06.503 INFO E| Compiling time v0.3.44
36462026-08-27T18:07:07.623Z[ helios-setup] Aug 27 18:07:06.565 INFO E| Compiling bitfield v0.19.3
36472026-08-27T18:07:07.640Z[ helios-setup] Aug 27 18:07:06.582 INFO E| Compiling thiserror-impl v2.0.17
36482026-08-27T18:07:07.830Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36492026-08-27T18:07:07.901Z[ helios-setup] Aug 27 18:07:06.843 INFO E| Compiling tokio-macros v2.6.0
36502026-08-27T18:07:08.083Z[ helios-setup] Aug 27 18:07:07.009 INFO E| Compiling der v0.7.10
36512026-08-27T18:07:08.154Z[ helios-setup] Aug 27 18:07:07.095 INFO E| Compiling futures-util v0.3.31
36522026-08-27T18:07:08.199Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36532026-08-27T18:07:08.208Z[ helios-setup] Aug 27 18:07:07.149 INFO E| Compiling signature v2.2.0
36542026-08-27T18:07:08.236Z[ helios-setup] Aug 27 18:07:07.178 INFO E| Compiling zerocopy v0.6.6
36552026-08-27T18:07:08.524Z[ helios-setup] Aug 27 18:07:07.466 INFO E| Compiling socket2 v0.6.1
36562026-08-27T18:07:08.593Z[ helios-setup] Aug 27 18:07:07.535 INFO E| Compiling mio v1.1.0
36572026-08-27T18:07:09.010Z[ helios-setup] Aug 27 18:07:07.952 INFO E| Compiling is-terminal v0.4.17
36582026-08-27T18:07:09.194Z[ helios-setup] Aug 27 18:07:08.135 INFO E| Compiling signal-hook-registry v1.4.6
36592026-08-27T18:07:09.223Z[ helios-setup] Aug 27 18:07:08.165 INFO E| Compiling thread_local v1.1.9
36602026-08-27T18:07:09.241Z[ helios-setup] Aug 27 18:07:08.183 INFO E| Compiling num_enum v0.7.5
36612026-08-27T18:07:09.436Z[ helios-setup] Aug 27 18:07:08.378 INFO E| Compiling base64 v0.21.7
36622026-08-27T18:07:09.660Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36632026-08-27T18:07:09.734Z[ helios-setup] Aug 27 18:07:08.676 INFO E| Compiling libdevinfo-sys v1.1.0
36642026-08-27T18:07:09.785Z[ helios-setup] Aug 27 18:07:08.727 INFO E| Compiling hashbrown v0.12.3
36652026-08-27T18:07:09.970Z[ helios-setup] Aug 27 18:07:08.899 INFO E| Compiling spki v0.7.3
36662026-08-27T18:07:10.080Z[ helios-setup] Aug 27 18:07:09.021 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36672026-08-27T18:07:10.148Z[ helios-setup] Aug 27 18:07:09.089 INFO E| Compiling term v1.2.0
36682026-08-27T18:07:10.202Z[ helios-setup] Aug 27 18:07:09.143 INFO E| Compiling ryu v1.0.20
36692026-08-27T18:07:10.220Z[ helios-setup] Aug 27 18:07:09.161 INFO E| Compiling winnow v0.5.40
36702026-08-27T18:07:10.319Z[ helios-setup] Aug 27 18:07:09.260 INFO E| Compiling pkcs8 v0.10.2
36712026-08-27T18:07:10.470Z[ helios-setup] Aug 27 18:07:09.411 INFO E| Compiling subtle v2.6.1
36722026-08-27T18:07:10.594Z[ helios-setup] Aug 27 18:07:09.536 INFO E| Compiling pkcs1 v0.7.5
36732026-08-27T18:07:10.609Z[ helios-setup] Aug 27 18:07:09.551 INFO E| Compiling toml_writer v1.0.4
36742026-08-27T18:07:10.777Z[ helios-setup] Aug 27 18:07:09.719 INFO E| Compiling x509-cert v0.2.5
36752026-08-27T18:07:10.784Z[ helios-setup] Aug 27 18:07:09.726 INFO E| Compiling clap v4.5.51
36762026-08-27T18:07:10.945Z[ helios-setup] Aug 27 18:07:09.887 INFO E| Compiling tokio v1.48.0
36772026-08-27T18:07:11.074Z[ helios-setup] Aug 27 18:07:10.016 INFO E| Compiling toml v0.9.8
36782026-08-27T18:07:11.119Z[ helios-setup] Aug 27 18:07:10.060 INFO E| Compiling devinfo v0.1.0
36792026-08-27T18:07:11.238Z[ helios-setup] Aug 27 18:07:10.180 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36802026-08-27T18:07:11.645Z[ helios-setup] Aug 27 18:07:10.587 INFO E| Compiling ppv-lite86 v0.2.21
36812026-08-27T18:07:11.891Z[ helios-setup] Aug 27 18:07:10.833 INFO E| Compiling bzip2 v0.4.4
36822026-08-27T18:07:11.932Z[ helios-setup] Aug 27 18:07:10.873 INFO E| Compiling hashbrown v0.13.2
36832026-08-27T18:07:12.189Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36842026-08-27T18:07:12.201Z[ helios-setup] Aug 27 18:07:11.142 INFO E| Compiling uuid v1.18.1
36852026-08-27T18:07:12.382Z[ helios-setup] Aug 27 18:07:11.324 INFO E| Compiling rand_chacha v0.3.1
36862026-08-27T18:07:12.412Z[ helios-setup] Aug 27 18:07:11.354 INFO E| Compiling flate2 v1.1.5
36872026-08-27T18:07:12.864Z[ helios-setup] Aug 27 18:07:11.806 INFO E| Compiling erased-serde v0.3.31
36882026-08-27T18:07:12.973Z[ helios-setup] Aug 27 18:07:11.913 INFO E| Compiling rand v0.8.5
36892026-08-27T18:07:13.172Z[ helios-setup] Aug 27 18:07:12.113 INFO E| Compiling serde_spanned v0.6.9
36902026-08-27T18:07:13.221Z[ helios-setup] Aug 27 18:07:12.162 INFO E| Compiling toml_datetime v0.6.11
36912026-08-27T18:07:13.394Z[ helios-setup] Aug 27 18:07:12.335 INFO E| Compiling serde-hex v0.1.0
36922026-08-27T18:07:13.488Z[ helios-setup] Aug 27 18:07:12.430 INFO E| Compiling ron v0.8.1
36932026-08-27T18:07:13.523Z[ helios-setup] Aug 27 18:07:12.465 INFO E| Compiling env_logger v0.11.8
36942026-08-27T18:07:13.972Z[ helios-setup] Aug 27 18:07:12.913 INFO E| Compiling hex v0.4.3
36952026-08-27T18:07:14.037Z[ helios-setup] Aug 27 18:07:12.978 INFO E| Compiling crc-any v2.5.0
36962026-08-27T18:07:14.320Z[ helios-setup] Aug 27 18:07:13.261 INFO E| Compiling bitflags v1.3.2
36972026-08-27T18:07:14.432Z[ helios-setup] Aug 27 18:07:13.373 INFO E| Compiling futures-executor v0.3.31
36982026-08-27T18:07:14.654Z[ helios-setup] Aug 27 18:07:13.596 INFO E| Compiling toml_edit v0.19.15
36992026-08-27T18:07:14.741Z[ host-package] Compiling slog-stdlog v4.1.1
37002026-08-27T18:07:15.118Z[ helios-setup] Aug 27 18:07:14.059 INFO E| Compiling futures v0.3.31
37012026-08-27T18:07:15.159Z[ helios-setup] Aug 27 18:07:14.100 INFO E| Compiling slog-term v2.9.2
37022026-08-27T18:07:15.203Z[ helios-setup] Aug 27 18:07:14.144 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37032026-08-27T18:07:15.252Z[ helios-setup] Aug 27 18:07:14.194 INFO E| Compiling foldhash v0.2.0
37042026-08-27T18:07:15.275Z[ helios-setup] Aug 27 18:07:14.217 INFO E| Compiling rustc-hash v2.1.1
37052026-08-27T18:07:15.341Z[ helios-setup] Aug 27 18:07:14.281 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37062026-08-27T18:07:15.387Z[ helios-setup] Aug 27 18:07:14.328 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37072026-08-27T18:07:15.398Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37082026-08-27T18:07:15.504Z[ helios-setup] Aug 27 18:07:14.446 INFO E| Compiling object v0.30.4
37092026-08-27T18:07:15.522Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37102026-08-27T18:07:15.570Z[ helios-setup] Aug 27 18:07:14.512 INFO E| Compiling zip v0.6.6
37112026-08-27T18:07:16.266Z[ helios-setup] Aug 27 18:07:15.208 INFO E| Compiling rsa v0.9.8
37122026-08-27T18:07:16.375Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37132026-08-27T18:07:16.502Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37142026-08-27T18:07:16.589Z[ helios-setup] Aug 27 18:07:15.531 INFO E| Compiling iddqd v0.3.14
37152026-08-27T18:07:16.611Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37162026-08-27T18:07:17.157Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37172026-08-27T18:07:17.510Z[ helios-setup] Aug 27 18:07:16.452 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37182026-08-27T18:07:17.913Z[ helios-setup] Aug 27 18:07:16.855 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37192026-08-27T18:07:17.939Z[ helios-setup] Aug 27 18:07:16.881 INFO E| Compiling path-slash v0.1.5
37202026-08-27T18:07:18.004Z[ helios-setup] Aug 27 18:07:16.944 INFO E| Compiling toml v0.7.8
37212026-08-27T18:07:18.815Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37222026-08-27T18:07:21.564Z[ helios-setup] Aug 27 18:07:20.504 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37232026-08-27T18:07:21.739Z[ helios-setup] Aug 27 18:07:20.681 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37242026-08-27T18:07:21.932Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37252026-08-27T18:07:23.700Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37262026-08-27T18:07:24.686Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37272026-08-27T18:07:24.963Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37282026-08-27T18:07:25.520Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37292026-08-27T18:07:26.961Z[ helios-setup] Aug 27 18:07:25.902 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37302026-08-27T18:07:27.190Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37312026-08-27T18:07:28.295Z[ helios-setup] Aug 27 18:07:27.236 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37322026-08-27T18:07:28.444Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37332026-08-27T18:07:29.393Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37342026-08-27T18:07:30.849Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37352026-08-27T18:07:32.608Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37362026-08-27T18:07:32.612Z[ helios-setup] Aug 27 18:07:31.551 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37372026-08-27T18:07:33.509Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37382026-08-27T18:07:33.574Z[ host-package] Compiling fatfs v0.3.6
37392026-08-27T18:07:33.769Z[ host-package] Compiling signal-hook-tokio v0.3.1
37402026-08-27T18:07:34.052Z[ host-package] Compiling yasna v0.5.2
37412026-08-27T18:07:34.642Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37422026-08-27T18:07:34.961Z[ host-package] Compiling assert_matches v1.5.0
37432026-08-27T18:07:35.006Z[ host-package] Compiling seq-macro v0.3.6
37442026-08-27T18:07:35.103Z[ host-package] Compiling rcgen v0.12.1
37452026-08-27T18:07:35.619Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37462026-08-27T18:07:35.656Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37472026-08-27T18:07:37.146Z[ host-package] Compiling slog-envlogger v2.2.0
37482026-08-27T18:07:38.634Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37492026-08-27T18:07:38.813Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37502026-08-27T18:07:39.010Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37512026-08-27T18:07:40.179Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37522026-08-27T18:07:40.720Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37532026-08-27T18:07:40.839Z[ host-package] Compiling port-file v0.1.0
37542026-08-27T18:07:41.021Z[ host-package] Compiling rtoolbox v0.0.3
37552026-08-27T18:07:41.331Z[ host-package] Compiling subprocess v0.2.15
37562026-08-27T18:07:41.453Z[ host-package] Compiling rpassword v7.5.4
37572026-08-27T18:07:41.620Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37582026-08-27T18:07:42.283Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37592026-08-27T18:07:43.743Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37602026-08-27T18:07:43.956Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37612026-08-27T18:07:44.133Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37622026-08-27T18:07:45.134Z[ helios-setup] Aug 27 18:07:44.075 INFO E| Finished `release` profile [optimized] target(s) in 51.43s
37632026-08-27T18:07:45.138Z[ helios-setup] Aug 27 18:07:44.078 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37642026-08-27T18:07:45.138Z[ helios-setup] Aug 27 18:07:44.078 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37652026-08-27T18:07:45.196Z[ helios-setup] Aug 27 18:07:44.138 INFO building project "pilot" ok (51 seconds)
37662026-08-27T18:07:45.196Z[ helios-setup] Aug 27 18:07:44.138 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37672026-08-27T18:07:45.207Z[ helios-setup] Aug 27 18:07:44.148 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37682026-08-27T18:07:45.207Z[ helios-setup] Aug 27 18:07:44.148 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37692026-08-27T18:07:45.211Z[ helios-setup] Aug 27 18:07:44.148 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37702026-08-27T18:07:45.444Z[ helios-setup] Aug 27 18:07:44.385 INFO E| Downloading crates ...
37712026-08-27T18:07:45.490Z[ helios-setup] Aug 27 18:07:44.431 INFO E| Downloaded time-macros v0.2.22
37722026-08-27T18:07:45.503Z[ helios-setup] Aug 27 18:07:44.445 INFO E| Downloaded errno v0.3.12
37732026-08-27T18:07:45.512Z[ helios-setup] Aug 27 18:07:44.453 INFO E| Downloaded serde_with_macros v3.12.0
37742026-08-27T18:07:45.516Z[ helios-setup] Aug 27 18:07:44.458 INFO E| Downloaded time-core v0.1.4
37752026-08-27T18:07:45.520Z[ helios-setup] Aug 27 18:07:44.459 INFO E| Downloaded tempfile v3.20.0
37762026-08-27T18:07:45.520Z[ helios-setup] Aug 27 18:07:44.461 INFO E| Downloaded deranged v0.4.0
37772026-08-27T18:07:45.523Z[ helios-setup] Aug 27 18:07:44.462 INFO E| Downloaded iana-time-zone v0.1.63
37782026-08-27T18:07:45.527Z[ helios-setup] Aug 27 18:07:44.468 INFO E| Downloaded anyhow v1.0.98
37792026-08-27T18:07:45.531Z[ helios-setup] Aug 27 18:07:44.470 INFO E| Downloaded serde_with v3.12.0
37802026-08-27T18:07:45.541Z[ helios-setup] Aug 27 18:07:44.482 INFO E| Downloaded bitflags v2.9.1
37812026-08-27T18:07:45.546Z[ helios-setup] Aug 27 18:07:44.485 INFO E| Downloaded getrandom v0.3.3
37822026-08-27T18:07:45.549Z[ helios-setup] Aug 27 18:07:44.489 INFO E| Downloaded indexmap v2.9.0
37832026-08-27T18:07:45.555Z[ helios-setup] Aug 27 18:07:44.497 INFO E| Downloaded hashbrown v0.15.3
37842026-08-27T18:07:45.558Z[ helios-setup] Aug 27 18:07:44.500 INFO E| Downloaded time v0.3.41
37852026-08-27T18:07:45.589Z[ helios-setup] Aug 27 18:07:44.530 INFO E| Downloaded chrono v0.4.41
37862026-08-27T18:07:45.593Z[ helios-setup] Aug 27 18:07:44.534 INFO E| Downloaded rustix v1.0.7
37872026-08-27T18:07:45.667Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling proc-macro2 v1.0.95
37882026-08-27T18:07:45.667Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling unicode-ident v1.0.18
37892026-08-27T18:07:45.667Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling libc v0.2.172
37902026-08-27T18:07:45.667Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling fnv v1.0.7
37912026-08-27T18:07:45.670Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling ident_case v1.0.1
37922026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling strsim v0.11.1
37932026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling serde v1.0.219
37942026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling getrandom v0.3.3
37952026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling rustix v1.0.7
37962026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling thiserror v2.0.12
37972026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling bitflags v2.9.1
37982026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling anyhow v1.0.98
37992026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling serde_json v1.0.140
38002026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling cfg-if v1.0.0
38012026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38022026-08-27T18:07:45.671Z[ helios-setup] Aug 27 18:07:44.608 INFO E| Compiling itoa v1.0.15
38032026-08-27T18:07:46.122Z[ helios-setup] Aug 27 18:07:45.063 INFO E| Compiling memchr v2.7.4
38042026-08-27T18:07:46.173Z[ host-package] Compiling tui-tree-widget v0.23.1
38052026-08-27T18:07:46.297Z[ helios-setup] Aug 27 18:07:45.239 INFO E| Compiling fastrand v2.3.0
38062026-08-27T18:07:46.387Z[ helios-setup] Aug 27 18:07:45.328 INFO E| Compiling ryu v1.0.20
38072026-08-27T18:07:46.399Z[ helios-setup] Aug 27 18:07:45.341 INFO E| Compiling once_cell v1.21.3
38082026-08-27T18:07:46.852Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38092026-08-27T18:07:47.355Z[ helios-setup] Aug 27 18:07:46.296 INFO E| Compiling quote v1.0.40
38102026-08-27T18:07:47.491Z[ helios-setup] Aug 27 18:07:46.432 INFO E| Compiling errno v0.3.12
38112026-08-27T18:07:47.651Z[ helios-setup] Aug 27 18:07:46.592 INFO E| Compiling syn v2.0.101
38122026-08-27T18:07:48.054Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38132026-08-27T18:07:48.256Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38142026-08-27T18:07:48.494Z[ helios-setup] Aug 27 18:07:47.435 INFO E| Compiling tempfile v3.20.0
38152026-08-27T18:07:49.021Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38162026-08-27T18:07:50.207Z[ helios-setup] Aug 27 18:07:49.148 INFO E| Compiling darling_core v0.20.11
38172026-08-27T18:07:50.986Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38182026-08-27T18:07:51.055Z[ helios-setup] Aug 27 18:07:49.997 INFO E| Compiling serde_derive v1.0.219
38192026-08-27T18:07:51.056Z[ helios-setup] Aug 27 18:07:49.997 INFO E| Compiling thiserror-impl v2.0.12
38202026-08-27T18:07:51.260Z[ host-package] Compiling uzers v0.12.2
38212026-08-27T18:07:51.727Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38222026-08-27T18:07:51.761Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38232026-08-27T18:07:52.450Z[ helios-setup] Aug 27 18:07:51.390 INFO E| Compiling darling_macro v0.20.11
38242026-08-27T18:07:52.885Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38252026-08-27T18:07:53.239Z[ helios-setup] Aug 27 18:07:52.177 INFO E| Compiling darling v0.20.11
38262026-08-27T18:07:53.312Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38272026-08-27T18:07:53.355Z[ helios-setup] Aug 27 18:07:52.293 INFO E| Compiling serde_with_macros v3.12.0
38282026-08-27T18:07:53.845Z[ host-package] Compiling support-bundle-viewer v0.1.2
38292026-08-27T18:07:54.038Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38302026-08-27T18:07:55.977Z[ host-package] Compiling multimap v0.10.1
38312026-08-27T18:07:56.386Z[ helios-setup] Aug 27 18:07:55.327 INFO E| Compiling serde_with v3.12.0
38322026-08-27T18:08:01.498Z[ helios-setup] Aug 27 18:08:00.439 INFO E| Finished `release` profile [optimized] target(s) in 16.27s
38332026-08-27T18:08:01.526Z[ helios-setup] Aug 27 18:08:00.462 INFO building project "dmar-report" ok (16 seconds)
38342026-08-27T18:08:01.527Z[ helios-setup] Aug 27 18:08:00.463 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
38352026-08-27T18:08:01.535Z[ helios-setup] Aug 27 18:08:00.473 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
38362026-08-27T18:08:01.535Z[ helios-setup] Aug 27 18:08:00.473 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
38372026-08-27T18:08:01.536Z[ helios-setup] Aug 27 18:08:00.473 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
38382026-08-27T18:08:01.759Z[ helios-setup] Aug 27 18:08:00.701 INFO E| Downloading crates ...
38392026-08-27T18:08:01.815Z[ helios-setup] Aug 27 18:08:00.755 INFO E| Downloaded miniz_oxide v0.8.8
38402026-08-27T18:08:01.820Z[ helios-setup] Aug 27 18:08:00.757 INFO E| Downloaded adler2 v2.0.0
38412026-08-27T18:08:01.869Z[ helios-setup] Aug 27 18:08:00.806 INFO E| Compiling adler2 v2.0.0
38422026-08-27T18:08:01.999Z[ helios-setup] Aug 27 18:08:00.939 INFO E| Compiling miniz_oxide v0.8.8
38432026-08-27T18:08:03.174Z[ helios-setup] Aug 27 18:08:02.110 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38442026-08-27T18:08:03.734Z[ helios-setup] Aug 27 18:08:02.671 INFO E| Finished `release` profile [optimized] target(s) in 2.18s
38452026-08-27T18:08:03.742Z[ helios-setup] Aug 27 18:08:02.683 INFO building project "pinprick" ok (2 seconds)
38462026-08-27T18:08:03.746Z[ helios-setup] rm -f helios-build
38472026-08-27T18:08:03.746Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38482026-08-27T18:08:03.750Z[ helios-setup]
38492026-08-27T18:08:03.750Z[ helios-setup] Setup complete! ./helios-build is now available.
38502026-08-27T18:08:03.750Z[ helios-setup]
38512026-08-27T18:08:03.759Z[ helios-setup]
38522026-08-27T18:08:03.759Z[ helios-setup] real 3:12.495396015
38532026-08-27T18:08:03.759Z[ helios-setup] user 7:11.772109017
38542026-08-27T18:08:03.759Z[ helios-setup] sys 1:29.042327654
38552026-08-27T18:08:03.759Z[ helios-setup] trap 0.563000881
38562026-08-27T18:08:03.759Z[ helios-setup] tflt 2.653234180
38572026-08-27T18:08:03.759Z[ helios-setup] dflt 8.776572475
38582026-08-27T18:08:03.759Z[ helios-setup] kflt 0.001924482
38592026-08-27T18:08:03.759Z[ helios-setup] lock 59:03.239001134
38602026-08-27T18:08:03.759Z[ helios-setup] slp 39:56.160739101
38612026-08-27T18:08:03.759Z[ helios-setup] lat 7:40.468287069
38622026-08-27T18:08:03.759Z[ helios-setup] stop 1:57.182228192
38632026-08-27T18:08:03.759ZAug 27 18:08:02.693 INFO [helios-setup] process exited with exit status: 0 (192.498574725s)
38642026-08-27T18:08:03.759ZAug 27 18:08:02.693 INFO [helios-record] running task
38652026-08-27T18:08:03.759ZAug 27 18:08:02.694 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38662026-08-27T18:08:03.760ZAug 27 18:08:02.698 DEBG process exited with exit status: 0 (4.45321ms)
38672026-08-27T18:08:03.760ZAug 27 18:08:02.698 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38682026-08-27T18:08:03.764ZAug 27 18:08:02.702 DEBG process exited with exit status: 0 (4.09119ms)
38692026-08-27T18:08:03.764ZAug 27 18:08:02.702 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38702026-08-27T18:08:03.768ZAug 27 18:08:02.706 DEBG process exited with exit status: 0 (3.65674ms)
38712026-08-27T18:08:03.768ZAug 27 18:08:02.706 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38722026-08-27T18:08:03.772ZAug 27 18:08:02.711 DEBG process exited with exit status: 0 (4.60544ms)
38732026-08-27T18:08:03.772ZAug 27 18:08:02.711 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38742026-08-27T18:08:03.776ZAug 27 18:08:02.715 DEBG process exited with exit status: 0 (4.48934ms)
38752026-08-27T18:08:03.776ZAug 27 18:08:02.715 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38762026-08-27T18:08:03.780ZAug 27 18:08:02.719 DEBG process exited with exit status: 0 (3.83708ms)
38772026-08-27T18:08:03.780ZAug 27 18:08:02.719 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38782026-08-27T18:08:03.784ZAug 27 18:08:02.723 DEBG process exited with exit status: 0 (3.71106ms)
38792026-08-27T18:08:03.784ZAug 27 18:08:02.723 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38802026-08-27T18:08:03.787ZAug 27 18:08:02.726 DEBG process exited with exit status: 0 (3.47712ms)
38812026-08-27T18:08:03.787ZAug 27 18:08:02.726 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38822026-08-27T18:08:03.791ZAug 27 18:08:02.730 DEBG process exited with exit status: 0 (3.41339ms)
38832026-08-27T18:08:03.792ZAug 27 18:08:02.730 INFO [helios-record] task succeeded (36.52711ms)
38842026-08-27T18:08:05.034Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38852026-08-27T18:08:10.356Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38862026-08-27T18:08:10.731Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38872026-08-27T18:08:17.504Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38882026-08-27T18:08:17.809Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38892026-08-27T18:17:02.019Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 29s
38902026-08-27T18:17:02.022Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38912026-08-27T18:17:02.023Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38922026-08-27T18:17:53.330ZAug 27 18:17:52.266 INFO [host-package] process exited with exit status: 0 (740.784575659s)
38932026-08-27T18:17:53.330ZAug 27 18:17:52.266 INFO [host-libraries] running task
38942026-08-27T18:17:53.330ZAug 27 18:17:52.266 INFO [host-stamp] running task
38952026-08-27T18:17:53.333ZAug 27 18:17:52.268 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+gitd0f50ce34f6
38962026-08-27T18:17:53.334ZAug 27 18:17:52.269 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+gitd0f50ce34f6
38972026-08-27T18:17:53.334ZAug 27 18:17:52.269 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+gitd0f50ce34f6
38982026-08-27T18:17:53.334ZAug 27 18:17:52.269 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+gitd0f50ce34f6
38992026-08-27T18:17:53.334ZAug 27 18:17:52.270 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+gitd0f50ce34f6
39002026-08-27T18:17:53.334ZAug 27 18:17:52.270 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+gitd0f50ce34f6
39012026-08-27T18:17:53.334ZAug 27 18:17:52.270 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+gitd0f50ce34f6
39022026-08-27T18:17:53.334ZAug 27 18:17:52.270 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+gitd0f50ce34f6
39032026-08-27T18:17:53.341Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-27T18:17:53.341Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-27T18:17:53.345Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-27T18:17:53.345Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-27T18:17:53.345Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-27T18:17:53.345Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-27T18:17:53.345Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39102026-08-27T18:17:53.345Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39112026-08-27T18:17:53.345Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39122026-08-27T18:17:53.349ZAug 27 18:17:52.283 INFO [stamp-overlay] process exited with exit status: 0 (13.80311ms)
39132026-08-27T18:17:53.354Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39142026-08-27T18:17:53.358ZAug 27 18:17:52.294 INFO [stamp-oxlog] process exited with exit status: 0 (24.469ms)
39152026-08-27T18:17:53.413Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39162026-08-27T18:17:53.426ZAug 27 18:17:52.342 INFO [stamp-crucible-utils] process exited with exit status: 0 (72.91939ms)
39172026-08-27T18:17:53.427Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39182026-08-27T18:17:53.465ZAug 27 18:17:52.356 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (86.86984ms)
39192026-08-27T18:17:53.565Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39202026-08-27T18:17:53.571ZAug 27 18:17:52.506 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (236.487199ms)
39212026-08-27T18:17:53.925Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39222026-08-27T18:17:53.933ZAug 27 18:17:52.844 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (573.557808ms)
39232026-08-27T18:17:53.933Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39242026-08-27T18:17:53.933ZAug 27 18:17:52.848 INFO [stamp-propolis-server] process exited with exit status: 0 (579.099188ms)
39252026-08-27T18:17:55.137ZAug 27 18:17:54.074 INFO [host-libraries] task succeeded (1.807731296s)
39262026-08-27T18:17:55.142ZAug 27 18:17:54.074 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39272026-08-27T18:17:55.162Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39282026-08-27T18:17:56.104Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39292026-08-27T18:17:57.045Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39302026-08-27T18:18:00.556Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39312026-08-27T18:18:00.561ZAug 27 18:17:59.496 INFO [stamp-switch-asic] process exited with exit status: 0 (7.225677705s)
39322026-08-27T18:18:00.561ZAug 27 18:17:59.496 INFO [host-stamp] task succeeded (7.229600755s)
39332026-08-27T18:18:00.561ZAug 27 18:17:59.496 INFO [host-proto] running task
39342026-08-27T18:18:01.077ZAug 27 18:18:00.014 INFO [host-proto] task succeeded (518.031209ms)
39352026-08-27T18:18:01.077ZAug 27 18:18:00.014 INFO [host-profile] running task
39362026-08-27T18:18:01.081ZAug 27 18:18:00.014 INFO [host-profile] task succeeded (215.23µs)
39372026-08-27T18:18:01.081ZAug 27 18:18:00.014 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmp3ysJTo/proto/host/root -N 'ci d0f50ce/${os_short_commit} 2026-08-27 18:04' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39382026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO Checking files for board 'cosmo'
39392026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39402026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39412026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO Checking files for board 'gimlet'
39422026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39432026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39442026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO Checking files for board 'cosmo-mbist'
39452026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39462026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO Checking files for board 'cosmo-mbist-noaggr'
39472026-08-27T18:18:01.084Z[ host-image] Aug 27 18:18:00.021 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39482026-08-27T18:18:01.092Z[ host-image] Aug 27 18:18:00.029 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp3ysJTo/proto/host/root"
39492026-08-27T18:18:01.092Z[ host-image] Aug 27 18:18:00.029 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39502026-08-27T18:18:01.096Z[ host-image] Aug 27 18:18:00.030 INFO image builder template: ramdisk-01-os...
39512026-08-27T18:18:01.096Z[ host-image] Aug 27 18:18:00.030 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/.tmp3ysJTo/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.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39522026-08-27T18:18:01.105Z[ host-image] Aug 27 18:18:00.042 INFO O| Aug 27 18:18:00.042 INFO CREATE DATASET: rpool/images/build/host/output
39532026-08-27T18:18:02.651Z[ host-image] Aug 27 18:18:01.588 INFO O| Aug 27 18:18:01.588 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39542026-08-27T18:18:02.655Z[ host-image] Aug 27 18:18:01.591 INFO O| Aug 27 18:18:01.591 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39552026-08-27T18:18:02.858Z[ host-image] Aug 27 18:18:01.794 INFO O| Aug 27 18:18:01.794 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39562026-08-27T18:18:02.925Z[ host-image] Aug 27 18:18:01.862 INFO O| Aug 27 18:18:01.862 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39572026-08-27T18:18:02.926Z[ host-image] Aug 27 18:18:01.862 INFO O| Aug 27 18:18:01.862 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39582026-08-27T18:18:02.930Z[ host-image] Aug 27 18:18:01.862 INFO O| Aug 27 18:18:01.862 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39592026-08-27T18:18:02.930Z[ host-image] Aug 27 18:18:01.862 INFO O| Aug 27 18:18:01.862 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39602026-08-27T18:18:02.934Z[ host-image] Aug 27 18:18:01.867 INFO O| Aug 27 18:18:01.867 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39612026-08-27T18:18:03.150Z[ host-image] Aug 27 18:18:02.087 INFO O| Aug 27 18:18:02.087 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-27T18:18:03.157Z[ host-image] Aug 27 18:18:02.094 INFO O| Aug 27 18:18:02.094 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39632026-08-27T18:18:03.438Z[ host-image] Aug 27 18:18:02.375 INFO O| Aug 27 18:18:02.375 INFO O| Caching catalogs ... Done
39642026-08-27T18:18:03.510Z[ host-image] Aug 27 18:18:02.447 INFO O| Aug 27 18:18:02.447 INFO STEP 0 (pkg_image_create) COMPLETE
39652026-08-27T18:18:03.510Z[ host-image] Aug 27 18:18:02.447 INFO O| Aug 27 18:18:02.447 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-27T18:18:03.518Z[ host-image] Aug 27 18:18:02.454 INFO O| Aug 27 18:18:02.454 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
39672026-08-27T18:18:03.768Z[ host-image] Aug 27 18:18:02.704 INFO O| Aug 27 18:18:02.704 INFO STEP 1 (pkg_set_publisher) COMPLETE
39682026-08-27T18:18:03.768Z[ host-image] Aug 27 18:18:02.704 INFO O| Aug 27 18:18:02.704 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-27T18:18:03.768Z[ host-image] Aug 27 18:18:02.704 INFO O| Aug 27 18:18:02.704 INFO skip step because feature "publisher_1_name" is not enabled
39702026-08-27T18:18:03.772Z[ host-image] Aug 27 18:18:02.704 INFO O| Aug 27 18:18:02.704 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-27T18:18:03.772Z[ host-image] Aug 27 18:18:02.704 INFO O| Aug 27 18:18:02.704 INFO skip step because feature "publisher_2_name" is not enabled
39722026-08-27T18:18:03.772Z[ host-image] Aug 27 18:18:02.704 INFO O| Aug 27 18:18:02.704 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-27T18:18:03.772Z[ host-image] Aug 27 18:18:02.704 INFO O| Aug 27 18:18:02.704 INFO skip step because feature "publisher_3_name" is not enabled
39742026-08-27T18:18:03.772Z[ host-image] Aug 27 18:18:02.704 INFO O| Aug 27 18:18:02.704 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-27T18:18:04.012Z[ host-image] Aug 27 18:18:02.949 INFO O| Aug 27 18:18:02.949 INFO variant opensolaris.zone is already global
39762026-08-27T18:18:04.012Z[ host-image] Aug 27 18:18:02.949 INFO O| Aug 27 18:18:02.949 INFO STEP 5 (pkg_change_variant) COMPLETE
39772026-08-27T18:18:04.012Z[ host-image] Aug 27 18:18:02.949 INFO O| Aug 27 18:18:02.949 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782026-08-27T18:18:04.287Z[ host-image] Aug 27 18:18:03.223 INFO O| Aug 27 18:18:03.223 INFO variant opensolaris.imagetype is full; changing to partial
39792026-08-27T18:18:04.287Z[ host-image] Aug 27 18:18:03.223 INFO O| Aug 27 18:18:03.223 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39802026-08-27T18:18:06.108Z[ host-image] Aug 27 18:18:05.045 INFO O| Aug 27 18:18:05.045 INFO O| Startup: Refreshing catalog 'helios' ... Done
39812026-08-27T18:18:06.510Z[ host-image] Aug 27 18:18:05.447 INFO O| Aug 27 18:18:05.447 INFO O| Startup: Caching catalogs ... Done
39822026-08-27T18:18:06.524Z[ host-image] Aug 27 18:18:05.461 INFO O| Aug 27 18:18:05.461 INFO O| Planning: Planning completed in 0.00 seconds
39832026-08-27T18:18:06.528Z[ host-image] Aug 27 18:18:05.462 INFO O| Aug 27 18:18:05.462 INFO O| Planning: Consolidating action changes ... Done
39842026-08-27T18:18:06.528Z[ host-image] Aug 27 18:18:05.462 INFO O| Aug 27 18:18:05.462 INFO O| Planning: Evaluating mediators ... Done
39852026-08-27T18:18:06.528Z[ host-image] Aug 27 18:18:05.462 INFO O| Aug 27 18:18:05.462 INFO O| Planning: Planning completed in 0.00 seconds
39862026-08-27T18:18:06.528Z[ host-image] Aug 27 18:18:05.462 INFO O| Aug 27 18:18:05.462 INFO O| Variants/Facets to change: 1
39872026-08-27T18:18:06.533Z[ host-image] Aug 27 18:18:05.470 INFO O| Aug 27 18:18:05.470 INFO O| Finalize: Updating package state database ... Done
39882026-08-27T18:18:06.533Z[ host-image] Aug 27 18:18:05.470 INFO O| Aug 27 18:18:05.470 INFO O| Finalize: Updating package cache ... Done
39892026-08-27T18:18:06.602Z[ host-image] Aug 27 18:18:05.537 INFO O| Aug 27 18:18:05.537 INFO O| Finalize: Updating image state ... Done
39902026-08-27T18:18:06.610Z[ host-image] Aug 27 18:18:05.547 INFO O| Aug 27 18:18:05.547 INFO O| Finalize: Creating fast lookup database ... Done
39912026-08-27T18:18:06.614Z[ host-image] Aug 27 18:18:05.548 INFO O| Aug 27 18:18:05.548 INFO O| Finalize: Reading search index ... Done
39922026-08-27T18:18:06.614Z[ host-image] Aug 27 18:18:05.548 INFO O| Aug 27 18:18:05.548 INFO O| Finalize: Updating search index ... Done
39932026-08-27T18:18:06.614Z[ host-image] Aug 27 18:18:05.548 INFO O| Aug 27 18:18:05.548 INFO O| Finalize: Updating package cache ... Done
39942026-08-27T18:18:06.799Z[ host-image] Aug 27 18:18:05.736 INFO O| Aug 27 18:18:05.736 INFO STEP 6 (pkg_change_variant) COMPLETE
39952026-08-27T18:18:06.800Z[ host-image] Aug 27 18:18:05.736 INFO O| Aug 27 18:18:05.736 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39962026-08-27T18:18:06.800Z[ host-image] Aug 27 18:18:05.736 INFO O| Aug 27 18:18:05.736 INFO skip step because feature "debug_variant" is not enabled
39972026-08-27T18:18:06.803Z[ host-image] Aug 27 18:18:05.736 INFO O| Aug 27 18:18:05.736 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39982026-08-27T18:18:07.040Z[ host-image] Aug 27 18:18:05.977 INFO O| Aug 27 18:18:05.977 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39992026-08-27T18:18:08.427Z[recovery-package] Finished `release` profile [optimized] target(s) in 13.16s
40002026-08-27T18:18:08.719Z[ host-image] Aug 27 18:18:07.655 INFO O| Aug 27 18:18:07.655 INFO O| Startup: Refreshing catalog 'helios' ... Done
40012026-08-27T18:18:09.124Z[ host-image] Aug 27 18:18:08.061 INFO O| Aug 27 18:18:08.061 INFO O| Startup: Caching catalogs ... Done
40022026-08-27T18:18:09.145Z[ host-image] Aug 27 18:18:08.077 INFO O| Aug 27 18:18:08.077 INFO O| Planning: Planning completed in 0.00 seconds
40032026-08-27T18:18:09.157Z[ host-image] Aug 27 18:18:08.077 INFO O| Aug 27 18:18:08.077 INFO O| Planning: Consolidating action changes ... Done
40042026-08-27T18:18:09.157Z[ host-image] Aug 27 18:18:08.077 INFO O| Aug 27 18:18:08.077 INFO O| Planning: Evaluating mediators ... Done
40052026-08-27T18:18:09.157Z[ host-image] Aug 27 18:18:08.078 INFO O| Aug 27 18:18:08.078 INFO O| Planning: Planning completed in 0.00 seconds
40062026-08-27T18:18:09.157Z[ host-image] Aug 27 18:18:08.078 INFO O| Aug 27 18:18:08.078 INFO O| Variants/Facets to change: 1
40072026-08-27T18:18:09.157Z[ host-image] Aug 27 18:18:08.087 INFO O| Aug 27 18:18:08.087 INFO O| Finalize: Updating package state database ... Done
40082026-08-27T18:18:09.157Z[ host-image] Aug 27 18:18:08.087 INFO O| Aug 27 18:18:08.087 INFO O| Finalize: Updating package cache ... Done
40092026-08-27T18:18:09.226Z[ host-image] Aug 27 18:18:08.162 INFO O| Aug 27 18:18:08.161 INFO O| Finalize: Updating image state ... Done
40102026-08-27T18:18:09.238Z[ host-image] Aug 27 18:18:08.172 INFO O| Aug 27 18:18:08.172 INFO O| Finalize: Creating fast lookup database ... Done
40112026-08-27T18:18:09.243Z[ host-image] Aug 27 18:18:08.172 INFO O| Aug 27 18:18:08.172 INFO O| Finalize: Reading search index ... Done
40122026-08-27T18:18:09.243Z[ host-image] Aug 27 18:18:08.172 INFO O| Aug 27 18:18:08.172 INFO O| Finalize: Updating search index ... Done
40132026-08-27T18:18:09.243Z[ host-image] Aug 27 18:18:08.173 INFO O| Aug 27 18:18:08.173 INFO O| Finalize: Updating package cache ... Done
40142026-08-27T18:18:09.427Z[ host-image] Aug 27 18:18:08.364 INFO O| Aug 27 18:18:08.364 INFO STEP 8 (pkg_change_facet) COMPLETE
40152026-08-27T18:18:09.427Z[ host-image] Aug 27 18:18:08.364 INFO O| Aug 27 18:18:08.364 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162026-08-27T18:18:09.431Z[ host-image] Aug 27 18:18:08.364 INFO O| Aug 27 18:18:08.364 INFO skip step because feature "recovery" is not enabled
40172026-08-27T18:18:09.431Z[ host-image] Aug 27 18:18:08.364 INFO O| Aug 27 18:18:08.364 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182026-08-27T18:18:09.431Z[ host-image] Aug 27 18:18:08.364 INFO O| Aug 27 18:18:08.364 INFO skip step because feature "recovery" is not enabled
40192026-08-27T18:18:09.431Z[ host-image] Aug 27 18:18:08.364 INFO O| Aug 27 18:18:08.364 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40202026-08-27T18:18:09.434Z[ host-image] Aug 27 18:18:08.371 INFO O| Aug 27 18:18:08.371 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", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
40212026-08-27T18:18:10.740ZAug 27 18:18:09.676 INFO [recovery-package] process exited with exit status: 0 (15.602141069s)
40222026-08-27T18:18:10.740ZAug 27 18:18:09.677 INFO [recovery-libraries] running task
40232026-08-27T18:18:10.740ZAug 27 18:18:09.677 INFO [recovery-stamp] running task
40242026-08-27T18:18:10.744ZAug 27 18:18:09.677 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+gitd0f50ce34f6
40252026-08-27T18:18:10.744ZAug 27 18:18:09.677 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitd0f50ce34f6
40262026-08-27T18:18:10.748Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40272026-08-27T18:18:10.752Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40282026-08-27T18:18:10.792ZAug 27 18:18:09.728 INFO [recovery-libraries] task succeeded (51.99244ms)
40292026-08-27T18:18:10.796ZAug 27 18:18:09.729 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40302026-08-27T18:18:10.861Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40312026-08-27T18:18:10.864ZAug 27 18:18:09.801 INFO [stamp-installinator] process exited with exit status: 0 (123.582469ms)
40322026-08-27T18:18:10.925Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40332026-08-27T18:18:10.930ZAug 27 18:18:09.866 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (188.867699ms)
40342026-08-27T18:18:10.930ZAug 27 18:18:09.866 INFO [recovery-stamp] task succeeded (189.332789ms)
40352026-08-27T18:18:10.930ZAug 27 18:18:09.866 INFO [recovery-proto] running task
40362026-08-27T18:18:10.930ZAug 27 18:18:09.866 INFO [tuf-stamp] running task
40372026-08-27T18:18:10.930ZAug 27 18:18:09.866 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+gitd0f50ce34f6
40382026-08-27T18:18:10.934ZAug 27 18:18:09.867 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+gitd0f50ce34f6
40392026-08-27T18:18:10.934ZAug 27 18:18:09.867 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+gitd0f50ce34f6
40402026-08-27T18:18:10.934ZAug 27 18:18:09.868 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+gitd0f50ce34f6
40412026-08-27T18:18:10.934ZAug 27 18:18:09.868 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+gitd0f50ce34f6
40422026-08-27T18:18:10.934ZAug 27 18:18:09.869 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+gitd0f50ce34f6
40432026-08-27T18:18:10.934ZAug 27 18:18:09.869 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+gitd0f50ce34f6
40442026-08-27T18:18:10.934ZAug 27 18:18:09.869 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+gitd0f50ce34f6
40452026-08-27T18:18:10.934ZAug 27 18:18:09.869 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+gitd0f50ce34f6
40462026-08-27T18:18:10.934ZAug 27 18:18:09.869 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+gitd0f50ce34f6
40472026-08-27T18:18:10.934ZAug 27 18:18:09.870 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+gitd0f50ce34f6
40482026-08-27T18:18:10.934ZAug 27 18:18:09.870 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+gitd0f50ce34f6
40492026-08-27T18:18:10.938Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-27T18:18:10.938Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-27T18:18:10.942Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-27T18:18:10.942Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-27T18:18:10.942Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-27T18:18:10.942Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-27T18:18:10.942Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-27T18:18:10.942Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-27T18:18:10.942Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-27T18:18:10.942Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-27T18:18:10.942Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-27T18:18:10.942Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-27T18:18:10.988Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40622026-08-27T18:18:10.993ZAug 27 18:18:09.929 INFO [stamp-probe] process exited with exit status: 0 (59.61834ms)
40632026-08-27T18:18:11.051ZAug 27 18:18:09.988 INFO [recovery-proto] task succeeded (121.96369ms)
40642026-08-27T18:18:11.064ZAug 27 18:18:09.988 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmp3ysJTo/proto/recovery/root -N 'recovery d0f50ce/${os_short_commit} 2026-08-27 18:04' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40652026-08-27T18:18:11.068Z[ recovery-image] Aug 27 18:18:09.995 INFO Checking files for board 'cosmo'
40662026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40672026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40682026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO Checking files for board 'cosmo-mbist'
40692026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40702026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO Checking files for board 'gimlet'
40712026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40722026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40732026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO Checking files for board 'cosmo-mbist-noaggr'
40742026-08-27T18:18:11.069Z[ recovery-image] Aug 27 18:18:09.995 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40752026-08-27T18:18:11.073Z[ recovery-image] Aug 27 18:18:10.006 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp3ysJTo/proto/recovery/root"
40762026-08-27T18:18:11.073Z[ recovery-image] Aug 27 18:18:10.006 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40772026-08-27T18:18:11.073Z[ recovery-image] Aug 27 18:18:10.006 INFO image builder template: ramdisk-01-os...
40782026-08-27T18:18:11.073Z[ recovery-image] Aug 27 18:18:10.006 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/.tmp3ysJTo/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40792026-08-27T18:18:11.087Z[ recovery-image] Aug 27 18:18:10.023 INFO O| Aug 27 18:18:10.023 INFO CREATE DATASET: rpool/images/build/recovery/output
40802026-08-27T18:18:11.174Z[ host-image] Aug 27 18:18:10.110 INFO O| Aug 27 18:18:10.110 INFO O| Startup: Refreshing catalog 'helios' ... Done
40812026-08-27T18:18:11.374Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40822026-08-27T18:18:11.400Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40832026-08-27T18:18:11.499Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40842026-08-27T18:18:11.499Z[ recovery-image] Aug 27 18:18:10.436 INFO O| Aug 27 18:18:10.436 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40852026-08-27T18:18:11.504Z[ recovery-image] Aug 27 18:18:10.439 INFO O| Aug 27 18:18:10.439 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40862026-08-27T18:18:11.504ZAug 27 18:18:10.439 INFO [stamp-ntp] process exited with exit status: 0 (572.66961ms)
40872026-08-27T18:18:11.570Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40882026-08-27T18:18:11.574ZAug 27 18:18:10.511 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (644.761399ms)
40892026-08-27T18:18:11.627Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40902026-08-27T18:18:11.632ZAug 27 18:18:10.567 INFO [stamp-external-dns] process exited with exit status: 0 (697.288689ms)
40912026-08-27T18:18:11.659Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40922026-08-27T18:18:11.663ZAug 27 18:18:10.599 INFO [stamp-internal-dns] process exited with exit status: 0 (729.471419ms)
40932026-08-27T18:18:11.806Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40942026-08-27T18:18:11.810ZAug 27 18:18:10.746 INFO [stamp-crucible-zone] process exited with exit status: 0 (878.974089ms)
40952026-08-27T18:18:11.953Z[ host-image] Aug 27 18:18:10.889 INFO O| Aug 27 18:18:10.889 INFO O| Startup: Caching catalogs ... Done
40962026-08-27T18:18:12.092Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40972026-08-27T18:18:12.096ZAug 27 18:18:11.032 INFO [stamp-oximeter] process exited with exit status: 0 (1.163337088s)
40982026-08-27T18:18:12.521Z[ recovery-image] Aug 27 18:18:11.457 INFO O| Aug 27 18:18:11.457 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40992026-08-27T18:18:13.243Z[ recovery-image] Aug 27 18:18:12.179 INFO O| Aug 27 18:18:12.179 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41002026-08-27T18:18:13.243Z[ recovery-image] Aug 27 18:18:12.180 INFO O| Aug 27 18:18:12.180 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41012026-08-27T18:18:13.243Z[ recovery-image] Aug 27 18:18:12.180 INFO O| Aug 27 18:18:12.180 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41022026-08-27T18:18:13.246Z[ recovery-image] Aug 27 18:18:12.180 INFO O| Aug 27 18:18:12.180 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41032026-08-27T18:18:13.250Z[ recovery-image] Aug 27 18:18:12.186 INFO O| Aug 27 18:18:12.186 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41042026-08-27T18:18:13.603Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41052026-08-27T18:18:13.607ZAug 27 18:18:12.544 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.675217995s)
41062026-08-27T18:18:14.339Z[ host-image] Aug 27 18:18:13.276 INFO O| Aug 27 18:18:13.276 INFO O| Planning: Solver setup ... Done
41072026-08-27T18:18:14.581Z[ host-image] Aug 27 18:18:13.518 INFO O| Aug 27 18:18:13.518 INFO O| Planning: Running solver ... Done
41082026-08-27T18:18:14.637Z[ host-image] Aug 27 18:18:13.572 INFO O| Aug 27 18:18:13.572 INFO O| Planning: Finding local manifests ... Done
41092026-08-27T18:18:14.652Z[ host-image] Aug 27 18:18:13.589 INFO O| Aug 27 18:18:13.589 INFO O| Planning: Fetching manifests: 1/130 0% complete
41102026-08-27T18:18:15.705Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41112026-08-27T18:18:15.708ZAug 27 18:18:14.646 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.778651741s)
41122026-08-27T18:18:15.913Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41132026-08-27T18:18:15.917ZAug 27 18:18:14.854 INFO [stamp-clickhouse] process exited with exit status: 0 (4.98661531s)
41142026-08-27T18:18:15.927Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41152026-08-27T18:18:15.931ZAug 27 18:18:14.867 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.99848909s)
41162026-08-27T18:18:16.367Z[ host-image] Aug 27 18:18:15.303 INFO O| Aug 27 18:18:15.303 INFO O| Planning: Fetching manifests: 130/130 100% complete
41172026-08-27T18:18:16.424Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41182026-08-27T18:18:16.428ZAug 27 18:18:15.364 INFO [stamp-nexus] process exited with exit status: 0 (5.4961289s)
41192026-08-27T18:18:16.428ZAug 27 18:18:15.364 INFO [tuf-stamp] task succeeded (5.49840461s)
41202026-08-27T18:18:16.428ZAug 27 18:18:15.364 INFO [tuf-v2-zones] running task
41212026-08-27T18:18:16.466Z[verify-libraries] Compiling match_cfg v0.1.0
41222026-08-27T18:18:16.466Z[verify-libraries] Compiling slog-json v2.6.1
41232026-08-27T18:18:16.470Z[verify-libraries] Compiling debug-ignore v1.0.5
41242026-08-27T18:18:16.576ZAug 27 18:18:15.513 INFO [tuf-v2-zones] task succeeded (148.677539ms)
41252026-08-27T18:18:16.710Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41262026-08-27T18:18:16.710Z[verify-libraries] Compiling sha1 v0.11.0
41272026-08-27T18:18:16.716Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41282026-08-27T18:18:16.716Z[verify-libraries] Compiling multer v3.1.0
41292026-08-27T18:18:16.716Z[verify-libraries] Compiling compression-core v0.4.31
41302026-08-27T18:18:16.716Z[verify-libraries] Compiling progenitor-client v0.14.0
41312026-08-27T18:18:16.716Z[verify-libraries] Compiling async-stream-impl v0.3.6
41322026-08-27T18:18:16.726Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41332026-08-27T18:18:16.729Z[verify-libraries] Compiling serde_spanned v1.1.1
41342026-08-27T18:18:16.729Z[verify-libraries] Compiling dropshot v0.17.1
41352026-08-27T18:18:16.889Z[ host-image] Aug 27 18:18:15.826 INFO O| Aug 27 18:18:15.826 INFO O| Planning: Package planning ... Done
41362026-08-27T18:18:16.925Z[verify-libraries] Compiling hostname v0.3.1
41372026-08-27T18:18:16.947Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41382026-08-27T18:18:16.947Z[verify-libraries] Compiling waitgroup v0.1.2
41392026-08-27T18:18:16.947Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41402026-08-27T18:18:16.951Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41412026-08-27T18:18:17.028Z[verify-libraries] Compiling hostname v0.4.2
41422026-08-27T18:18:17.054Z[verify-libraries] Compiling slog-bunyan v2.5.0
41432026-08-27T18:18:17.054Z[verify-libraries] Compiling compression-codecs v0.4.37
41442026-08-27T18:18:17.117Z[verify-libraries] Compiling atomicwrites v0.4.4
41452026-08-27T18:18:17.120Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41462026-08-27T18:18:17.121Z[verify-libraries] Compiling regress v0.10.5
41472026-08-27T18:18:17.156Z[verify-libraries] Compiling macaddr v1.0.1
41482026-08-27T18:18:17.210Z[ host-image] Aug 27 18:18:16.147 INFO O| Aug 27 18:18:16.147 INFO O| Planning: Merging actions ... Done
41492026-08-27T18:18:17.224Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41502026-08-27T18:18:17.227Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41512026-08-27T18:18:17.227Z[verify-libraries] Compiling instant v0.1.13
41522026-08-27T18:18:17.227Z[verify-libraries] Compiling oxide-generation v0.1.3
41532026-08-27T18:18:17.227Z[verify-libraries] Compiling parse-display-derive v0.10.0
41542026-08-27T18:18:17.227Z[verify-libraries] Compiling itertools v0.14.0
41552026-08-27T18:18:17.227Z[verify-libraries] Compiling backon v1.6.0
41562026-08-27T18:18:17.329Z[ host-image] Aug 27 18:18:16.266 INFO O| Aug 27 18:18:16.266 INFO O| Planning: Checking for conflicting actions ... Done
41572026-08-27T18:18:17.393Z[verify-libraries] Compiling async-compression v0.4.41
41582026-08-27T18:18:17.393Z[verify-libraries] Compiling backoff v0.4.0
41592026-08-27T18:18:17.397Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41602026-08-27T18:18:17.438Z[ host-image] Aug 27 18:18:16.375 INFO O| Aug 27 18:18:16.375 INFO O| Planning: Consolidating action changes ... Done
41612026-08-27T18:18:17.464Z[verify-libraries] Compiling async-stream v0.3.6
41622026-08-27T18:18:17.467Z[verify-libraries] Compiling humantime v2.3.0
41632026-08-27T18:18:17.521Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41642026-08-27T18:18:17.584Z[verify-libraries] Compiling progenitor-extras v0.2.0
41652026-08-27T18:18:17.622Z[ host-image] Aug 27 18:18:16.559 INFO O| Aug 27 18:18:16.559 INFO O| Planning: Evaluating mediators ... Done
41662026-08-27T18:18:17.635Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41672026-08-27T18:18:17.671Z[verify-libraries] Compiling convert_case v0.4.0
41682026-08-27T18:18:17.695Z[verify-libraries] Compiling half v2.7.1
41692026-08-27T18:18:17.718Z[verify-libraries] Compiling ciborium-io v0.2.2
41702026-08-27T18:18:17.741Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41712026-08-27T18:18:17.765Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41722026-08-27T18:18:17.813Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41732026-08-27T18:18:17.817Z[verify-libraries] Compiling indent_write v2.2.0
41742026-08-27T18:18:17.858Z[verify-libraries] Compiling regress v0.11.1
41752026-08-27T18:18:17.885Z[verify-libraries] Compiling secrecy v0.10.3
41762026-08-27T18:18:17.927Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41772026-08-27T18:18:18.015Z[verify-libraries] Compiling ciborium-ll v0.2.2
41782026-08-27T18:18:18.037Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41792026-08-27T18:18:18.062Z[verify-libraries] Compiling inout v0.1.4
41802026-08-27T18:18:18.106Z[verify-libraries] Compiling derive_more v0.99.20
41812026-08-27T18:18:18.106Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41822026-08-27T18:18:18.160Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41832026-08-27T18:18:18.184Z[verify-libraries] Compiling universal-hash v0.5.1
41842026-08-27T18:18:18.283Z[verify-libraries] Compiling ciborium v0.2.2
41852026-08-27T18:18:18.326Z[verify-libraries] Compiling cipher v0.4.4
41862026-08-27T18:18:18.388Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41872026-08-27T18:18:18.425Z[verify-libraries] Compiling opaque-debug v0.3.1
41882026-08-27T18:18:18.451Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41892026-08-27T18:18:18.455Z[verify-libraries] Compiling blake2 v0.10.6
41902026-08-27T18:18:18.542Z[verify-libraries] Compiling poly1305 v0.8.0
41912026-08-27T18:18:18.580Z[verify-libraries] Compiling aead v0.5.2
41922026-08-27T18:18:18.645Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41932026-08-27T18:18:18.674Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41942026-08-27T18:18:18.738Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41952026-08-27T18:18:18.903Z[verify-libraries] Compiling chacha20 v0.9.1
41962026-08-27T18:18:18.962Z[verify-libraries] Compiling password-hash v0.5.0
41972026-08-27T18:18:18.985Z[verify-libraries] Compiling num-derive v0.4.2
41982026-08-27T18:18:18.990Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41992026-08-27T18:18:19.037Z[verify-libraries] Compiling rayon-core v1.13.0
42002026-08-27T18:18:19.090Z[ host-image] Aug 27 18:18:18.027 INFO O| Aug 27 18:18:18.027 INFO O| Planning: Planning completed in 7.12 seconds
42012026-08-27T18:18:19.094Z[ host-image] Aug 27 18:18:18.029 INFO O| Aug 27 18:18:18.029 INFO O| Packages to install: 130
42022026-08-27T18:18:19.094Z[ host-image] Aug 27 18:18:18.029 INFO O| Aug 27 18:18:18.029 INFO O| Mediators to change: 5
42032026-08-27T18:18:19.094Z[ host-image] Aug 27 18:18:18.029 INFO O| Aug 27 18:18:18.029 INFO O| Services to change: 6
42042026-08-27T18:18:19.126Z[ host-image] Aug 27 18:18:18.063 INFO O| Aug 27 18:18:18.062 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42052026-08-27T18:18:19.129Z[verify-libraries] Compiling parse-display v0.10.0
42062026-08-27T18:18:19.149Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42072026-08-27T18:18:19.240Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42082026-08-27T18:18:19.255Z[ recovery-image] Aug 27 18:18:18.192 INFO O| Aug 27 18:18:18.192 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42092026-08-27T18:18:19.267Z[ recovery-image] Aug 27 18:18:18.204 INFO O| Aug 27 18:18:18.204 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42102026-08-27T18:18:19.271Z[verify-libraries] Compiling argon2 v0.5.3
42112026-08-27T18:18:19.390Z[verify-libraries] Compiling glob v0.3.3
42122026-08-27T18:18:19.426Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42132026-08-27T18:18:19.472Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42142026-08-27T18:18:19.543Z[verify-libraries] Compiling usdt-macro v0.5.0
42152026-08-27T18:18:19.604Z[ recovery-image] Aug 27 18:18:18.541 INFO O| Aug 27 18:18:18.539 INFO O| Caching catalogs ... Done
42162026-08-27T18:18:19.639Z[verify-libraries] Compiling typify-impl v0.6.2
42172026-08-27T18:18:19.704Z[ recovery-image] Aug 27 18:18:18.641 INFO O| Aug 27 18:18:18.641 INFO STEP 0 (pkg_image_create) COMPLETE
42182026-08-27T18:18:19.705Z[ recovery-image] Aug 27 18:18:18.641 INFO O| Aug 27 18:18:18.641 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42192026-08-27T18:18:19.715Z[ recovery-image] Aug 27 18:18:18.652 INFO O| Aug 27 18:18:18.652 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"]
42202026-08-27T18:18:19.728Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42212026-08-27T18:18:19.903Z[verify-libraries] Compiling vsss-rs v3.3.4
42222026-08-27T18:18:19.936Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42232026-08-27T18:18:20.076Z[ recovery-image] Aug 27 18:18:19.012 INFO O| Aug 27 18:18:19.012 INFO STEP 1 (pkg_set_publisher) COMPLETE
42242026-08-27T18:18:20.076Z[ recovery-image] Aug 27 18:18:19.012 INFO O| Aug 27 18:18:19.012 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42252026-08-27T18:18:20.076Z[ recovery-image] Aug 27 18:18:19.012 INFO O| Aug 27 18:18:19.012 INFO skip step because feature "publisher_1_name" is not enabled
42262026-08-27T18:18:20.080Z[ recovery-image] Aug 27 18:18:19.012 INFO O| Aug 27 18:18:19.012 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42272026-08-27T18:18:20.080Z[ recovery-image] Aug 27 18:18:19.012 INFO O| Aug 27 18:18:19.012 INFO skip step because feature "publisher_2_name" is not enabled
42282026-08-27T18:18:20.080Z[ recovery-image] Aug 27 18:18:19.012 INFO O| Aug 27 18:18:19.012 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42292026-08-27T18:18:20.080Z[ recovery-image] Aug 27 18:18:19.012 INFO O| Aug 27 18:18:19.012 INFO skip step because feature "publisher_3_name" is not enabled
42302026-08-27T18:18:20.080Z[ recovery-image] Aug 27 18:18:19.012 INFO O| Aug 27 18:18:19.012 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-08-27T18:18:20.086Z[verify-libraries] Compiling memmap v0.7.0
42322026-08-27T18:18:20.143Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42332026-08-27T18:18:20.404Z[verify-libraries] Compiling heapless v0.8.0
42342026-08-27T18:18:20.427Z[ recovery-image] Aug 27 18:18:19.350 INFO O| Aug 27 18:18:19.350 INFO variant opensolaris.zone is already global
42352026-08-27T18:18:20.427Z[ recovery-image] Aug 27 18:18:19.350 INFO O| Aug 27 18:18:19.350 INFO STEP 5 (pkg_change_variant) COMPLETE
42362026-08-27T18:18:20.427Z[ recovery-image] Aug 27 18:18:19.350 INFO O| Aug 27 18:18:19.350 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42372026-08-27T18:18:20.438Z[verify-libraries] Compiling proc-macro-error v1.0.4
42382026-08-27T18:18:20.471Z[verify-libraries] Compiling ingot-macros v0.2.0
42392026-08-27T18:18:20.471Z[verify-libraries] Compiling tabwriter v1.4.1
42402026-08-27T18:18:20.541Z[verify-libraries] Compiling usdt v0.5.0
42412026-08-27T18:18:20.545Z[verify-libraries] Compiling hash32 v0.3.1
42422026-08-27T18:18:20.601Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42432026-08-27T18:18:20.662Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42442026-08-27T18:18:20.736Z[ recovery-image] Aug 27 18:18:19.672 INFO O| Aug 27 18:18:19.671 INFO variant opensolaris.imagetype is full; changing to partial
42452026-08-27T18:18:20.736Z[ recovery-image] Aug 27 18:18:19.672 INFO O| Aug 27 18:18:19.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42462026-08-27T18:18:20.740Z[verify-libraries] Compiling smoltcp v0.11.0
42472026-08-27T18:18:20.812Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42482026-08-27T18:18:20.837Z[verify-libraries] Compiling num_enum_derive v0.7.6
42492026-08-27T18:18:20.841Z[verify-libraries] Compiling cobs v0.3.0
42502026-08-27T18:18:20.858Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42512026-08-27T18:18:20.906Z[verify-libraries] Compiling colored v3.1.1
42522026-08-27T18:18:20.995Z[verify-libraries] Compiling postcard v1.1.3
42532026-08-27T18:18:21.063Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42542026-08-27T18:18:21.112Z[verify-libraries] Compiling rayon v1.11.0
42552026-08-27T18:18:21.117Z[verify-libraries] Compiling rand v0.10.1
42562026-08-27T18:18:21.213Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42572026-08-27T18:18:21.246Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42582026-08-27T18:18:21.277Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42592026-08-27T18:18:21.395Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42602026-08-27T18:18:21.437Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42612026-08-27T18:18:21.459Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42622026-08-27T18:18:21.640Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42632026-08-27T18:18:21.736Z[verify-libraries] Compiling num_enum_derive v0.5.11
42642026-08-27T18:18:21.791Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42652026-08-27T18:18:21.824Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42662026-08-27T18:18:21.944Z[verify-libraries] Compiling foreign-types v0.5.0
42672026-08-27T18:18:22.018Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42682026-08-27T18:18:22.022Z[verify-libraries] Compiling cstr-argument v0.1.2
42692026-08-27T18:18:22.108Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42702026-08-27T18:18:22.131Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42712026-08-27T18:18:22.164Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42722026-08-27T18:18:22.207Z[verify-libraries] Compiling sigpipe v0.1.3
42732026-08-27T18:18:22.242Z[verify-libraries] Compiling num_enum v0.7.6
42742026-08-27T18:18:22.298Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42752026-08-27T18:18:22.391Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42762026-08-27T18:18:22.426Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42772026-08-27T18:18:22.452Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42782026-08-27T18:18:22.457Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42792026-08-27T18:18:22.609Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42802026-08-27T18:18:22.669Z[verify-libraries] Compiling itertools v0.12.1
42812026-08-27T18:18:22.669Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42822026-08-27T18:18:22.724Z[ recovery-image] Aug 27 18:18:21.661 INFO O| Aug 27 18:18:21.661 INFO O| Startup: Refreshing catalog 'helios' ... Done
42832026-08-27T18:18:22.738Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42842026-08-27T18:18:22.741Z[verify-libraries] Compiling toml v0.8.23
42852026-08-27T18:18:22.830Z[verify-libraries] Compiling smf v0.2.3
42862026-08-27T18:18:22.909Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42872026-08-27T18:18:23.008Z[verify-libraries] Compiling num_enum v0.5.11
42882026-08-27T18:18:23.032Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42892026-08-27T18:18:23.164Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42902026-08-27T18:18:23.188Z[ recovery-image] Aug 27 18:18:22.124 INFO O| Aug 27 18:18:22.124 INFO O| Startup: Caching catalogs ... Done
42912026-08-27T18:18:23.192Z[verify-libraries] Compiling whoami v1.6.1
42922026-08-27T18:18:23.204Z[ recovery-image] Aug 27 18:18:22.141 INFO O| Aug 27 18:18:22.141 INFO O| Planning: Planning completed in 0.00 seconds
42932026-08-27T18:18:23.208Z[ recovery-image] Aug 27 18:18:22.142 INFO O| Aug 27 18:18:22.142 INFO O| Planning: Consolidating action changes ... Done
42942026-08-27T18:18:23.208Z[ recovery-image] Aug 27 18:18:22.142 INFO O| Aug 27 18:18:22.142 INFO O| Planning: Evaluating mediators ... Done
42952026-08-27T18:18:23.208Z[ recovery-image] Aug 27 18:18:22.142 INFO O| Aug 27 18:18:22.142 INFO O| Planning: Planning completed in 0.00 seconds
42962026-08-27T18:18:23.208Z[ recovery-image] Aug 27 18:18:22.142 INFO O| Aug 27 18:18:22.142 INFO O| Variants/Facets to change: 1
42972026-08-27T18:18:23.217Z[ recovery-image] Aug 27 18:18:22.152 INFO O| Aug 27 18:18:22.152 INFO O| Finalize: Updating package state database ... Done
42982026-08-27T18:18:23.217Z[ recovery-image] Aug 27 18:18:22.152 INFO O| Aug 27 18:18:22.152 INFO O| Finalize: Updating package cache ... Done
42992026-08-27T18:18:23.246Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43002026-08-27T18:18:23.247Z[verify-libraries] Compiling derive-where v1.6.0
43012026-08-27T18:18:23.296Z[ recovery-image] Aug 27 18:18:22.232 INFO O| Aug 27 18:18:22.232 INFO O| Finalize: Updating image state ... Done
43022026-08-27T18:18:23.312Z[ recovery-image] Aug 27 18:18:22.249 INFO O| Aug 27 18:18:22.249 INFO O| Finalize: Creating fast lookup database ... Done
43032026-08-27T18:18:23.316Z[ recovery-image] Aug 27 18:18:22.250 INFO O| Aug 27 18:18:22.250 INFO O| Finalize: Reading search index ... Done
43042026-08-27T18:18:23.316Z[ recovery-image] Aug 27 18:18:22.250 INFO O| Aug 27 18:18:22.250 INFO O| Finalize: Updating search index ... Done
43052026-08-27T18:18:23.316Z[ recovery-image] Aug 27 18:18:22.251 INFO O| Aug 27 18:18:22.251 INFO O| Finalize: Updating package cache ... Done
43062026-08-27T18:18:23.322Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43072026-08-27T18:18:23.556Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43082026-08-27T18:18:23.612Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43092026-08-27T18:18:23.646Z[verify-libraries] Compiling gethostname v0.5.0
43102026-08-27T18:18:23.650Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43112026-08-27T18:18:23.657Z[ recovery-image] Aug 27 18:18:22.594 INFO O| Aug 27 18:18:22.594 INFO STEP 6 (pkg_change_variant) COMPLETE
43122026-08-27T18:18:23.657Z[ recovery-image] Aug 27 18:18:22.594 INFO O| Aug 27 18:18:22.594 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43132026-08-27T18:18:23.657Z[ recovery-image] Aug 27 18:18:22.594 INFO O| Aug 27 18:18:22.594 INFO skip step because feature "debug_variant" is not enabled
43142026-08-27T18:18:23.660Z[ recovery-image] Aug 27 18:18:22.594 INFO O| Aug 27 18:18:22.594 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43152026-08-27T18:18:23.711Z[verify-libraries] Compiling newline-converter v0.3.0
43162026-08-27T18:18:23.748Z[verify-libraries] Compiling ingot-types v0.2.0
43172026-08-27T18:18:23.822Z[verify-libraries] Compiling console v0.15.11
43182026-08-27T18:18:23.857Z[verify-libraries] Compiling resolv-conf v0.7.6
43192026-08-27T18:18:23.883Z[verify-libraries] Compiling linear-map v1.2.0
43202026-08-27T18:18:23.887Z[verify-libraries] Compiling num-rational v0.4.2
43212026-08-27T18:18:23.992Z[ recovery-image] Aug 27 18:18:22.929 INFO O| Aug 27 18:18:22.929 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43222026-08-27T18:18:23.997Z[verify-libraries] Compiling zone v0.3.1
43232026-08-27T18:18:24.072Z[verify-libraries] Compiling num-complex v0.4.6
43242026-08-27T18:18:24.126Z[ host-image] Aug 27 18:18:23.063 INFO O| Aug 27 18:18:23.062 INFO O| Download: 12141/23888 items 105.1/222.8MB 47% complete (21.1M/s)
43252026-08-27T18:18:24.136Z[verify-libraries] Compiling slog-dtrace v0.3.0
43262026-08-27T18:18:24.157Z[verify-libraries] Compiling prettyplease v0.2.37
43272026-08-27T18:18:24.255Z[verify-libraries] Compiling ingot v0.2.1
43282026-08-27T18:18:24.286Z[verify-libraries] Compiling expectorate v1.2.0
43292026-08-27T18:18:24.334Z[verify-libraries] Compiling float-ord v0.3.2
43302026-08-27T18:18:24.406Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43312026-08-27T18:18:24.521Z[verify-libraries] Compiling num v0.4.3
43322026-08-27T18:18:24.521Z[verify-libraries] Compiling linked-hash-map v0.5.6
43332026-08-27T18:18:24.521Z[verify-libraries] Compiling hickory-proto v0.24.4
43342026-08-27T18:18:24.588Z[verify-libraries] Compiling minimal-lexical v0.2.1
43352026-08-27T18:18:24.613Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43362026-08-27T18:18:24.705Z[verify-libraries] Compiling typify-macro v0.6.2
43372026-08-27T18:18:24.728Z[verify-libraries] Compiling lru-cache v0.1.2
43382026-08-27T18:18:24.767Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43392026-08-27T18:18:24.799Z[verify-libraries] Compiling unicode-xid v0.2.6
43402026-08-27T18:18:24.855Z[verify-libraries] Compiling tabled_derive v0.7.0
43412026-08-27T18:18:24.940Z[verify-libraries] Compiling nom v7.1.3
43422026-08-27T18:18:24.986Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43432026-08-27T18:18:24.990Z[verify-libraries] Compiling fd-lock v4.0.4
43442026-08-27T18:18:25.010Z[verify-libraries] Compiling vte v0.14.1
43452026-08-27T18:18:25.082Z[verify-libraries] Compiling display-error-chain v0.2.2
43462026-08-27T18:18:25.176Z[verify-libraries] Compiling crossterm v0.29.0
43472026-08-27T18:18:25.253Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43482026-08-27T18:18:25.289Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43492026-08-27T18:18:25.289Z[verify-libraries] Compiling stacker v0.1.23
43502026-08-27T18:18:25.500Z[verify-libraries] Compiling cfg_aliases v0.1.1
43512026-08-27T18:18:25.662Z[verify-libraries] Compiling reedline v0.40.0
43522026-08-27T18:18:25.725Z[verify-libraries] Compiling nix v0.28.0
43532026-08-27T18:18:25.779Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43542026-08-27T18:18:25.812Z[verify-libraries] Compiling termtree v0.5.1
43552026-08-27T18:18:25.907Z[verify-libraries] Compiling psm v0.1.30
43562026-08-27T18:18:25.960Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43572026-08-27T18:18:26.015Z[verify-libraries] Compiling tabled v0.15.0
43582026-08-27T18:18:26.078Z[ recovery-image] Aug 27 18:18:25.014 INFO O| Aug 27 18:18:25.014 INFO O| Startup: Refreshing catalog 'helios' ... Done
43592026-08-27T18:18:26.082Z[verify-libraries] Compiling semver v0.1.20
43602026-08-27T18:18:26.123Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43612026-08-27T18:18:26.210Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43622026-08-27T18:18:26.246Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43632026-08-27T18:18:26.329Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43642026-08-27T18:18:26.391Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43652026-08-27T18:18:26.507Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43662026-08-27T18:18:26.533Z[verify-libraries] Compiling rustc_version v0.1.7
43672026-08-27T18:18:26.654Z[ recovery-image] Aug 27 18:18:25.591 INFO O| Aug 27 18:18:25.591 INFO O| Startup: Caching catalogs ... Done
43682026-08-27T18:18:26.658Z[verify-libraries] Compiling phf_shared v0.12.1
43692026-08-27T18:18:26.674Z[ recovery-image] Aug 27 18:18:25.610 INFO O| Aug 27 18:18:25.610 INFO O| Planning: Planning completed in 0.00 seconds
43702026-08-27T18:18:26.678Z[ recovery-image] Aug 27 18:18:25.611 INFO O| Aug 27 18:18:25.611 INFO O| Planning: Consolidating action changes ... Done
43712026-08-27T18:18:26.678Z[ recovery-image] Aug 27 18:18:25.611 INFO O| Aug 27 18:18:25.611 INFO O| Planning: Evaluating mediators ... Done
43722026-08-27T18:18:26.678Z[ recovery-image] Aug 27 18:18:25.612 INFO O| Aug 27 18:18:25.612 INFO O| Planning: Planning completed in 0.00 seconds
43732026-08-27T18:18:26.678Z[ recovery-image] Aug 27 18:18:25.612 INFO O| Aug 27 18:18:25.612 INFO O| Variants/Facets to change: 1
43742026-08-27T18:18:26.697Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43752026-08-27T18:18:26.778Z[verify-libraries] Compiling typify v0.6.2
43762026-08-27T18:18:26.911Z[verify-libraries] Compiling hickory-resolver v0.24.4
43772026-08-27T18:18:26.964Z[verify-libraries] Compiling progenitor-impl v0.14.0
43782026-08-27T18:18:26.969Z[verify-libraries] Compiling nibble_vec v0.1.0
43792026-08-27T18:18:27.112Z[ recovery-image] Aug 27 18:18:26.048 INFO O| Aug 27 18:18:26.048 INFO O| Finalize: Updating package state database ... Done
43802026-08-27T18:18:27.112Z[ recovery-image] Aug 27 18:18:26.048 INFO O| Aug 27 18:18:26.048 INFO O| Finalize: Updating package cache ... Done
43812026-08-27T18:18:27.162Z[verify-libraries] Compiling highway v1.3.0
43822026-08-27T18:18:27.190Z[verify-libraries] Compiling endian-type v0.1.2
43832026-08-27T18:18:27.196Z[ recovery-image] Aug 27 18:18:26.133 INFO O| Aug 27 18:18:26.132 INFO O| Finalize: Updating image state ... Done
43842026-08-27T18:18:27.221Z[ recovery-image] Aug 27 18:18:26.150 INFO O| Aug 27 18:18:26.150 INFO O| Finalize: Creating fast lookup database ... Done
43852026-08-27T18:18:27.221Z[ recovery-image] Aug 27 18:18:26.150 INFO O| Aug 27 18:18:26.150 INFO O| Finalize: Reading search index ... Done
43862026-08-27T18:18:27.221Z[ recovery-image] Aug 27 18:18:26.150 INFO O| Aug 27 18:18:26.150 INFO O| Finalize: Updating search index ... Done
43872026-08-27T18:18:27.221Z[ recovery-image] Aug 27 18:18:26.151 INFO O| Aug 27 18:18:26.151 INFO O| Finalize: Updating package cache ... Done
43882026-08-27T18:18:27.244Z[verify-libraries] Compiling chrono-tz v0.10.4
43892026-08-27T18:18:27.394Z[verify-libraries] Compiling recursive v0.1.1
43902026-08-27T18:18:27.537Z[ recovery-image] Aug 27 18:18:26.473 INFO O| Aug 27 18:18:26.473 INFO STEP 8 (pkg_change_facet) COMPLETE
43912026-08-27T18:18:27.537Z[ recovery-image] Aug 27 18:18:26.473 INFO O| Aug 27 18:18:26.473 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43922026-08-27T18:18:27.602Z[verify-libraries] Compiling radix_trie v0.2.1
43932026-08-27T18:18:27.602Z[verify-libraries] Compiling newtype_derive v0.1.6
43942026-08-27T18:18:27.660Z[verify-libraries] Compiling phf v0.12.1
43952026-08-27T18:18:27.701Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43962026-08-27T18:18:27.869Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43972026-08-27T18:18:27.882Z[ recovery-image] Aug 27 18:18:26.819 INFO O| Aug 27 18:18:26.819 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43982026-08-27T18:18:27.966Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43992026-08-27T18:18:27.969Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44002026-08-27T18:18:28.085Z[verify-libraries] Compiling peg-macros v0.8.5
44012026-08-27T18:18:28.134Z[verify-libraries] Compiling qorb v0.4.1
44022026-08-27T18:18:28.469Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44032026-08-27T18:18:28.504Z[verify-libraries] Compiling winnow v0.6.26
44042026-08-27T18:18:28.730Z[verify-libraries] Compiling csv-core v0.1.13
44052026-08-27T18:18:28.776Z[verify-libraries] Compiling unicode_categories v0.1.1
44062026-08-27T18:18:28.968Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44072026-08-27T18:18:29.014Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44082026-08-27T18:18:29.056Z[verify-libraries] Compiling home v0.5.12
44092026-08-27T18:18:29.277Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44102026-08-27T18:18:29.311Z[ host-image] Aug 27 18:18:28.248 INFO O| Aug 27 18:18:28.248 INFO O| Download: 22754/23888 items 200.8/222.8MB 90% complete (20.5M/s)
44112026-08-27T18:18:29.329Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44122026-08-27T18:18:29.360Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44132026-08-27T18:18:29.365Z[verify-libraries] Compiling sqlparser v0.61.0
44142026-08-27T18:18:29.365Z[verify-libraries] Compiling rustyline v14.0.0
44152026-08-27T18:18:29.365Z[verify-libraries] Compiling const_format v0.2.35
44162026-08-27T18:18:29.462Z[verify-libraries] Compiling csv v1.4.0
44172026-08-27T18:18:29.582Z[verify-libraries] Compiling peg v0.8.5
44182026-08-27T18:18:29.708Z[verify-libraries] Compiling bcs v0.1.6
44192026-08-27T18:18:29.863Z[verify-libraries] Compiling nom v8.0.0
44202026-08-27T18:18:29.897Z[verify-libraries] Compiling progenitor-macro v0.14.0
44212026-08-27T18:18:30.032Z[ host-image] Aug 27 18:18:28.968 INFO O| Aug 27 18:18:28.968 INFO O| Download: Completed 222.83 MB in 10.91 seconds (20.4M/s)
44222026-08-27T18:18:30.091Z[verify-libraries] Compiling sqlformat v0.3.5
44232026-08-27T18:18:30.170Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44242026-08-27T18:18:30.174Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44252026-08-27T18:18:30.315Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44262026-08-27T18:18:30.389Z[ host-image] Aug 27 18:18:29.325 INFO O| Aug 27 18:18:29.325 INFO O| Actions: 1/54182 actions (Installing new actions)
44272026-08-27T18:18:30.403Z[verify-libraries] Compiling steno v0.4.1
44282026-08-27T18:18:30.458Z[ recovery-image] Aug 27 18:18:29.394 INFO O| Aug 27 18:18:29.394 INFO O| Startup: Refreshing catalog 'helios' ... Done
44292026-08-27T18:18:30.464Z[verify-libraries] Compiling sha1 v0.10.6
44302026-08-27T18:18:30.468Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44312026-08-27T18:18:30.550Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44322026-08-27T18:18:30.769Z[verify-libraries] Compiling tagptr v0.2.0
44332026-08-27T18:18:30.938Z[ recovery-image] Aug 27 18:18:29.875 INFO O| Aug 27 18:18:29.875 INFO O| Startup: Caching catalogs ... Done
44342026-08-27T18:18:30.955Z[ recovery-image] Aug 27 18:18:29.891 INFO O| Aug 27 18:18:29.891 INFO O| Planning: Planning completed in 0.00 seconds
44352026-08-27T18:18:30.960Z[ recovery-image] Aug 27 18:18:29.892 INFO O| Aug 27 18:18:29.892 INFO O| Planning: Consolidating action changes ... Done
44362026-08-27T18:18:30.961Z[ recovery-image] Aug 27 18:18:29.892 INFO O| Aug 27 18:18:29.892 INFO O| Planning: Evaluating mediators ... Done
44372026-08-27T18:18:30.961Z[ recovery-image] Aug 27 18:18:29.892 INFO O| Aug 27 18:18:29.892 INFO O| Planning: Planning completed in 0.00 seconds
44382026-08-27T18:18:30.961Z[ recovery-image] Aug 27 18:18:29.892 INFO O| Aug 27 18:18:29.892 INFO O| Variants/Facets to change: 1
44392026-08-27T18:18:30.971Z[ recovery-image] Aug 27 18:18:29.908 INFO O| Aug 27 18:18:29.908 INFO O| Finalize: Updating package state database ... Done
44402026-08-27T18:18:30.972Z[ recovery-image] Aug 27 18:18:29.908 INFO O| Aug 27 18:18:29.908 INFO O| Finalize: Updating package cache ... Done
44412026-08-27T18:18:31.048Z[ recovery-image] Aug 27 18:18:29.985 INFO O| Aug 27 18:18:29.985 INFO O| Finalize: Updating image state ... Done
44422026-08-27T18:18:31.062Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44432026-08-27T18:18:31.077Z[ recovery-image] Aug 27 18:18:30.014 INFO O| Aug 27 18:18:30.011 INFO O| Finalize: Creating fast lookup database ... Done
44442026-08-27T18:18:31.077Z[ recovery-image] Aug 27 18:18:30.014 INFO O| Aug 27 18:18:30.012 INFO O| Finalize: Reading search index ... Done
44452026-08-27T18:18:31.077Z[ recovery-image] Aug 27 18:18:30.014 INFO O| Aug 27 18:18:30.012 INFO O| Finalize: Updating search index ... Done
44462026-08-27T18:18:31.077Z[ recovery-image] Aug 27 18:18:30.014 INFO O| Aug 27 18:18:30.013 INFO O| Finalize: Updating package cache ... Done
44472026-08-27T18:18:31.129Z[verify-libraries] Compiling moka v0.12.13
44482026-08-27T18:18:31.170Z[verify-libraries] Compiling utf-8 v0.7.6
44492026-08-27T18:18:31.237Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44502026-08-27T18:18:31.261Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44512026-08-27T18:18:31.288Z[verify-libraries] Compiling libefi-sys v0.1.0
44522026-08-27T18:18:31.353Z[verify-libraries] Compiling bitfield-struct v0.6.2
44532026-08-27T18:18:31.419Z[ recovery-image] Aug 27 18:18:30.354 INFO O| Aug 27 18:18:30.354 INFO STEP 9 (pkg_change_facet) COMPLETE
44542026-08-27T18:18:31.419Z[ recovery-image] Aug 27 18:18:30.354 INFO O| Aug 27 18:18:30.354 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44552026-08-27T18:18:31.430Z[verify-libraries] Compiling tungstenite v0.21.0
44562026-08-27T18:18:31.472Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44572026-08-27T18:18:31.501Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44582026-08-27T18:18:31.621Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44592026-08-27T18:18:31.712Z[verify-libraries] Compiling xshell-macros v0.2.7
44602026-08-27T18:18:31.811Z[ recovery-image] Aug 27 18:18:30.747 INFO O| Aug 27 18:18:30.747 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44612026-08-27T18:18:32.007Z[verify-libraries] Compiling libscf-sys v1.2.0
44622026-08-27T18:18:32.124Z[verify-libraries] Compiling hickory-resolver v0.25.2
44632026-08-27T18:18:32.144Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44642026-08-27T18:18:32.227Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44652026-08-27T18:18:32.269Z[verify-libraries] Compiling papergrid v0.18.0
44662026-08-27T18:18:32.315Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44672026-08-27T18:18:32.359Z[verify-libraries] Compiling xshell v0.2.7
44682026-08-27T18:18:32.398Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44692026-08-27T18:18:32.530Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44702026-08-27T18:18:32.565Z[verify-libraries] Compiling sha2 v0.11.0
44712026-08-27T18:18:32.603Z[verify-libraries] Compiling subprocess v0.2.15
44722026-08-27T18:18:32.673Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44732026-08-27T18:18:32.864Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44742026-08-27T18:18:32.943Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44752026-08-27T18:18:33.023Z[verify-libraries] Compiling headers-core v0.3.0
44762026-08-27T18:18:33.136Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44772026-08-27T18:18:33.233Z[verify-libraries] Compiling unicase v2.9.0
44782026-08-27T18:18:33.368Z[verify-libraries] Compiling tabled v0.21.0
44792026-08-27T18:18:33.434Z[verify-libraries] Compiling headers v0.4.1
44802026-08-27T18:18:33.542Z[verify-libraries] Compiling darling_core v0.21.3
44812026-08-27T18:18:33.587Z[verify-libraries] Compiling maplit v1.0.2
44822026-08-27T18:18:33.728Z[verify-libraries] Compiling crc8 v0.1.1
44832026-08-27T18:18:33.996Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44842026-08-27T18:18:34.132Z[ recovery-image] Aug 27 18:18:33.069 INFO O| Aug 27 18:18:33.069 INFO O| Startup: Refreshing catalog 'helios' ... Done
44852026-08-27T18:18:34.140Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44862026-08-27T18:18:34.197Z[verify-libraries] Compiling yasna v0.5.2
44872026-08-27T18:18:34.200Z[verify-libraries] Compiling vergen-lib v0.1.6
44882026-08-27T18:18:34.332Z[verify-libraries] Compiling diesel_derives v2.3.7
44892026-08-27T18:18:34.504Z[verify-libraries] Compiling port-file v0.1.0
44902026-08-27T18:18:34.612Z[ recovery-image] Aug 27 18:18:33.548 INFO O| Aug 27 18:18:33.548 INFO O| Startup: Caching catalogs ... Done
44912026-08-27T18:18:34.632Z[ recovery-image] Aug 27 18:18:33.565 INFO O| Aug 27 18:18:33.565 INFO O| Planning: Planning completed in 0.00 seconds
44922026-08-27T18:18:34.632Z[ recovery-image] Aug 27 18:18:33.566 INFO O| Aug 27 18:18:33.566 INFO O| Planning: Consolidating action changes ... Done
44932026-08-27T18:18:34.632Z[ recovery-image] Aug 27 18:18:33.566 INFO O| Aug 27 18:18:33.566 INFO O| Planning: Evaluating mediators ... Done
44942026-08-27T18:18:34.632Z[ recovery-image] Aug 27 18:18:33.566 INFO O| Aug 27 18:18:33.566 INFO O| Planning: Planning completed in 0.00 seconds
44952026-08-27T18:18:34.632Z[ recovery-image] Aug 27 18:18:33.566 INFO O| Aug 27 18:18:33.566 INFO O| Variants/Facets to change: 1
44962026-08-27T18:18:34.641Z[ recovery-image] Aug 27 18:18:33.578 INFO O| Aug 27 18:18:33.578 INFO O| Finalize: Updating package state database ... Done
44972026-08-27T18:18:34.641Z[ recovery-image] Aug 27 18:18:33.578 INFO O| Aug 27 18:18:33.578 INFO O| Finalize: Updating package cache ... Done
44982026-08-27T18:18:34.702Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44992026-08-27T18:18:34.726Z[ recovery-image] Aug 27 18:18:33.663 INFO O| Aug 27 18:18:33.662 INFO O| Finalize: Updating image state ... Done
45002026-08-27T18:18:34.729Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45012026-08-27T18:18:34.744Z[ recovery-image] Aug 27 18:18:33.681 INFO O| Aug 27 18:18:33.681 INFO O| Finalize: Creating fast lookup database ... Done
45022026-08-27T18:18:34.748Z[ recovery-image] Aug 27 18:18:33.681 INFO O| Aug 27 18:18:33.681 INFO O| Finalize: Reading search index ... Done
45032026-08-27T18:18:34.748Z[ recovery-image] Aug 27 18:18:33.681 INFO O| Aug 27 18:18:33.681 INFO O| Finalize: Updating search index ... Done
45042026-08-27T18:18:34.748Z[ recovery-image] Aug 27 18:18:33.682 INFO O| Aug 27 18:18:33.682 INFO O| Finalize: Updating package cache ... Done
45052026-08-27T18:18:34.852Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45062026-08-27T18:18:34.856Z[verify-libraries] Compiling half v1.8.3
45072026-08-27T18:18:34.981Z[verify-libraries] Compiling rcgen v0.12.1
45082026-08-27T18:18:35.055Z[ recovery-image] Aug 27 18:18:33.991 INFO O| Aug 27 18:18:33.991 INFO STEP 10 (pkg_change_facet) COMPLETE
45092026-08-27T18:18:35.055Z[ recovery-image] Aug 27 18:18:33.991 INFO O| Aug 27 18:18:33.991 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45102026-08-27T18:18:35.071Z[ recovery-image] Aug 27 18:18:34.002 INFO O| Aug 27 18:18:34.002 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", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
45112026-08-27T18:18:35.123Z[verify-libraries] Compiling r2d2 v0.8.10
45122026-08-27T18:18:35.197Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45132026-08-27T18:18:35.247Z[verify-libraries] Compiling serde_cbor v0.11.2
45142026-08-27T18:18:35.308Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45152026-08-27T18:18:35.398Z[ host-image] Aug 27 18:18:34.335 INFO O| Aug 27 18:18:34.335 INFO O| Actions: 21813/54182 actions (Installing new actions)
45162026-08-27T18:18:35.744Z[verify-libraries] Compiling crunchy v0.2.4
45172026-08-27T18:18:35.770Z[verify-libraries] Compiling progenitor v0.14.0
45182026-08-27T18:18:35.770Z[verify-libraries] Compiling downcast-rs v2.0.2
45192026-08-27T18:18:35.824Z[verify-libraries] Compiling cpubits v0.1.1
45202026-08-27T18:18:35.951Z[verify-libraries] Compiling dirs-next v2.0.0
45212026-08-27T18:18:35.980Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45222026-08-27T18:18:36.031Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45232026-08-27T18:18:36.057Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45242026-08-27T18:18:36.087Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45252026-08-27T18:18:36.122Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45262026-08-27T18:18:36.216Z[verify-libraries] Compiling clang-sys v1.8.1
45272026-08-27T18:18:36.282Z[verify-libraries] Compiling tiny-keccak v2.0.2
45282026-08-27T18:18:36.365Z[verify-libraries] Compiling darling_macro v0.21.3
45292026-08-27T18:18:36.576Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45302026-08-27T18:18:36.620Z[verify-libraries] Compiling term v0.7.0
45312026-08-27T18:18:36.699Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45322026-08-27T18:18:36.822Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45332026-08-27T18:18:36.876Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45342026-08-27T18:18:36.905Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45352026-08-27T18:18:36.909Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45362026-08-27T18:18:37.088Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45372026-08-27T18:18:37.128Z[verify-libraries] Compiling darling v0.21.3
45382026-08-27T18:18:37.188Z[verify-libraries] Compiling diff v0.1.13
45392026-08-27T18:18:37.188Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45402026-08-27T18:18:37.266Z[verify-libraries] Compiling bit-vec v0.6.3
45412026-08-27T18:18:37.295Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45422026-08-27T18:18:37.423Z[verify-libraries] Compiling ascii-canvas v3.0.0
45432026-08-27T18:18:37.515Z[verify-libraries] Compiling bit-set v0.5.3
45442026-08-27T18:18:37.532Z[ recovery-image] Aug 27 18:18:36.466 INFO O| Aug 27 18:18:36.466 INFO O| Startup: Refreshing catalog 'helios' ... Done
45452026-08-27T18:18:37.659Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45462026-08-27T18:18:37.663Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45472026-08-27T18:18:37.757Z[verify-libraries] Compiling itertools v0.10.5
45482026-08-27T18:18:37.761Z[verify-libraries] Compiling libloading v0.8.9
45492026-08-27T18:18:37.825Z[verify-libraries] Compiling ena v0.14.4
45502026-08-27T18:18:37.893Z[verify-libraries] Compiling bindgen v0.71.1
45512026-08-27T18:18:38.001Z[verify-libraries] Compiling regex-syntax v0.6.29
45522026-08-27T18:18:38.131Z[ recovery-image] Aug 27 18:18:37.067 INFO O| Aug 27 18:18:37.067 INFO O| Startup: Caching catalogs ... Done
45532026-08-27T18:18:38.148Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45542026-08-27T18:18:38.394Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45552026-08-27T18:18:38.423Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45562026-08-27T18:18:38.560Z[ host-image] Aug 27 18:18:37.496 INFO O| Aug 27 18:18:37.483 INFO O| Actions: Completed 54182 actions in 8.15 seconds.
45572026-08-27T18:18:38.564Z[verify-libraries] Compiling cexpr v0.6.0
45582026-08-27T18:18:38.584Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45592026-08-27T18:18:38.631Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45602026-08-27T18:18:38.649Z[ host-image] Aug 27 18:18:37.585 INFO O| Aug 27 18:18:37.585 INFO O| Finalize: Updating package state database ... Done
45612026-08-27T18:18:38.649Z[ host-image] Aug 27 18:18:37.585 INFO O| Aug 27 18:18:37.585 INFO O| Finalize: Updating package cache ... Done
45622026-08-27T18:18:38.675Z[verify-libraries] Compiling rustc-hash v2.1.1
45632026-08-27T18:18:38.817Z[ host-image] Aug 27 18:18:37.754 INFO O| Aug 27 18:18:37.754 INFO O| Finalize: Updating image state ... Done
45642026-08-27T18:18:38.824Z[verify-libraries] Compiling rfc6979 v0.4.0
45652026-08-27T18:18:38.955Z[verify-libraries] Compiling libxml v0.3.3
45662026-08-27T18:18:39.048Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45672026-08-27T18:18:39.108Z[verify-libraries] Compiling ecdsa v0.16.9
45682026-08-27T18:18:39.112Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45692026-08-27T18:18:39.202Z[verify-libraries] Compiling strum_macros v0.24.3
45702026-08-27T18:18:39.313Z[verify-libraries] Compiling primeorder v0.13.6
45712026-08-27T18:18:39.356Z[verify-libraries] Compiling hashbrown v0.14.5
45722026-08-27T18:18:39.414Z[verify-libraries] Compiling lalrpop v0.19.12
45732026-08-27T18:18:39.594Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45742026-08-27T18:18:39.629Z[verify-libraries] Compiling hmac v0.13.0
45752026-08-27T18:18:39.721Z[verify-libraries] Compiling universal-hash v0.6.1
45762026-08-27T18:18:39.799Z[ host-image] Aug 27 18:18:38.735 INFO O| Aug 27 18:18:38.735 INFO O| Finalize: Creating fast lookup database ... Done
45772026-08-27T18:18:39.809Z[verify-libraries] Compiling fxhash v0.2.1
45782026-08-27T18:18:39.828Z[ host-image] Aug 27 18:18:38.765 INFO O| Aug 27 18:18:38.765 INFO O| Finalize: Reading search index ... Done
45792026-08-27T18:18:39.931Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45802026-08-27T18:18:40.016Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45812026-08-27T18:18:40.101Z[verify-libraries] Compiling indoc v1.0.9
45822026-08-27T18:18:40.105Z[verify-libraries] Compiling salty v0.3.0
45832026-08-27T18:18:40.167Z[verify-libraries] Compiling knus-derive v3.4.0
45842026-08-27T18:18:40.292Z[verify-libraries] Compiling chumsky v0.9.3
45852026-08-27T18:18:40.664Z[verify-libraries] Compiling p384 v0.13.1
45862026-08-27T18:18:40.850Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45872026-08-27T18:18:40.915Z[verify-libraries] Compiling progenitor-impl v0.13.0
45882026-08-27T18:18:40.927Z[ recovery-image] Aug 27 18:18:39.863 INFO O| Aug 27 18:18:39.863 INFO O| Planning: Solver setup ... Done
45892026-08-27T18:18:41.236Z[ recovery-image] Aug 27 18:18:40.173 INFO O| Aug 27 18:18:40.173 INFO O| Planning: Running solver ... Done
45902026-08-27T18:18:41.289Z[ recovery-image] Aug 27 18:18:40.226 INFO O| Aug 27 18:18:40.226 INFO O| Planning: Finding local manifests ... Done
45912026-08-27T18:18:41.328Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45922026-08-27T18:18:41.332Z[ recovery-image] Aug 27 18:18:40.268 INFO O| Aug 27 18:18:40.268 INFO O| Planning: Fetching manifests: 0/130 0% complete
45932026-08-27T18:18:41.701Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45942026-08-27T18:18:41.932Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45952026-08-27T18:18:42.096Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45962026-08-27T18:18:42.175Z[verify-libraries] Compiling oso-derive v0.27.3
45972026-08-27T18:18:42.577Z[ host-image] Aug 27 18:18:41.514 INFO O| Aug 27 18:18:41.514 INFO O| Finalize: Building new search index ... Done
45982026-08-27T18:18:42.868Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45992026-08-27T18:18:42.922Z[verify-libraries] Compiling quick-xml v0.37.5
46002026-08-27T18:18:43.098Z[ host-image] Aug 27 18:18:42.032 INFO O| Aug 27 18:18:42.031 INFO O| Finalize: Updating package cache ... Done
46012026-08-27T18:18:43.365Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46022026-08-27T18:18:43.502Z[ host-image] Aug 27 18:18:42.439 INFO O| Aug 27 18:18:42.439 INFO STEP 11 (pkg_install) COMPLETE
46032026-08-27T18:18:43.502Z[ host-image] Aug 27 18:18:42.439 INFO O| Aug 27 18:18:42.439 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46042026-08-27T18:18:43.513Z[ host-image] Aug 27 18:18:42.449 INFO O| Aug 27 18:18:42.449 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"]
46052026-08-27T18:18:43.630Z[verify-libraries] Compiling openssl-probe v0.1.6
46062026-08-27T18:18:43.888Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46072026-08-27T18:18:43.909Z[verify-libraries] Compiling diesel v2.3.7
46082026-08-27T18:18:43.932Z[verify-libraries] Compiling progenitor-macro v0.13.0
46092026-08-27T18:18:44.218Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46102026-08-27T18:18:44.474Z[verify-libraries] Compiling knus v3.4.0
46112026-08-27T18:18:44.770Z[ recovery-image] Aug 27 18:18:43.706 INFO O| Aug 27 18:18:43.706 INFO O| Planning: Fetching manifests: 130/130 100% complete
46122026-08-27T18:18:45.075Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46132026-08-27T18:18:45.189Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46142026-08-27T18:18:45.215Z[ recovery-image] Aug 27 18:18:44.152 INFO O| Aug 27 18:18:44.152 INFO O| Planning: Package planning ... Done
46152026-08-27T18:18:45.371Z[ recovery-image] Aug 27 18:18:44.308 INFO O| Aug 27 18:18:44.307 INFO O| Planning: Merging actions ... Done
46162026-08-27T18:18:45.501Z[verify-libraries] Compiling polyval v0.7.1
46172026-08-27T18:18:45.632Z[ recovery-image] Aug 27 18:18:44.569 INFO O| Aug 27 18:18:44.568 INFO O| Planning: Checking for conflicting actions ... Done
46182026-08-27T18:18:45.689Z[ recovery-image] Aug 27 18:18:44.626 INFO O| Aug 27 18:18:44.626 INFO O| Planning: Consolidating action changes ... Done
46192026-08-27T18:18:45.810Z[verify-libraries] Compiling der v0.8.0
46202026-08-27T18:18:45.828Z[ recovery-image] Aug 27 18:18:44.765 INFO O| Aug 27 18:18:44.765 INFO O| Planning: Evaluating mediators ... Done
46212026-08-27T18:18:45.849Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46222026-08-27T18:18:45.931Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46232026-08-27T18:18:46.203Z[verify-libraries] Compiling progenitor-client v0.13.0
46242026-08-27T18:18:46.646Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46252026-08-27T18:18:46.740Z[verify-libraries] Compiling git-stub v1.0.0
46262026-08-27T18:18:47.095Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46272026-08-27T18:18:47.153Z[verify-libraries] Compiling kstat-rs v0.2.5
46282026-08-27T18:18:47.254Z[ recovery-image] Aug 27 18:18:46.191 INFO O| Aug 27 18:18:46.191 INFO O| Planning: Planning completed in 9.11 seconds
46292026-08-27T18:18:47.258Z[ recovery-image] Aug 27 18:18:46.193 INFO O| Aug 27 18:18:46.193 INFO O| Packages to install: 130
46302026-08-27T18:18:47.258Z[ recovery-image] Aug 27 18:18:46.193 INFO O| Aug 27 18:18:46.193 INFO O| Mediators to change: 5
46312026-08-27T18:18:47.259Z[ recovery-image] Aug 27 18:18:46.193 INFO O| Aug 27 18:18:46.193 INFO O| Services to change: 5
46322026-08-27T18:18:47.268Z[verify-libraries] Compiling trait-variant v0.1.2
46332026-08-27T18:18:47.292Z[ recovery-image] Aug 27 18:18:46.228 INFO O| Aug 27 18:18:46.228 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46342026-08-27T18:18:47.432Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46352026-08-27T18:18:47.512Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46362026-08-27T18:18:47.593Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46372026-08-27T18:18:47.774Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46382026-08-27T18:18:47.935Z[verify-libraries] Compiling ghash v0.6.0
46392026-08-27T18:18:48.029Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46402026-08-27T18:18:48.072Z[verify-libraries] Compiling pbkdf2 v0.13.0
46412026-08-27T18:18:48.128Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46422026-08-27T18:18:48.170Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46432026-08-27T18:18:48.195Z[verify-libraries] Compiling crypto-bigint v0.7.5
46442026-08-27T18:18:48.224Z[verify-libraries] Compiling aes v0.9.1
46452026-08-27T18:18:48.282Z[ host-image] Aug 27 18:18:47.216 INFO O| Aug 27 18:18:47.216 INFO O| Startup: Refreshing catalog 'helios' ... Done
46462026-08-27T18:18:48.370Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46472026-08-27T18:18:48.513Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46482026-08-27T18:18:48.685Z[verify-libraries] Compiling ctr v0.10.1
46492026-08-27T18:18:48.810Z[verify-libraries] Compiling aead v0.6.1
46502026-08-27T18:18:48.882Z[ host-image] Aug 27 18:18:47.819 INFO O| Aug 27 18:18:47.819 INFO O| Startup: Caching catalogs ... Done
46512026-08-27T18:18:48.996Z[verify-libraries] Compiling bb8 v0.8.6
46522026-08-27T18:18:49.120Z[verify-libraries] Compiling parking_lot_core v0.8.6
46532026-08-27T18:18:49.123Z[verify-libraries] Compiling aes-gcm v0.11.0
46542026-08-27T18:18:49.579Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46552026-08-27T18:18:49.634Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46562026-08-27T18:18:49.703Z[verify-libraries] Compiling progenitor v0.13.0
46572026-08-27T18:18:49.706Z[ host-image] Aug 27 18:18:48.642 INFO O| Aug 27 18:18:48.642 INFO O| Planning: Solver setup ... Done
46582026-08-27T18:18:49.711Z[ host-image] Aug 27 18:18:48.648 INFO O| Aug 27 18:18:48.648 INFO O| Planning: Running solver ... Done
46592026-08-27T18:18:49.728Z[ host-image] Aug 27 18:18:48.665 INFO O| Aug 27 18:18:48.665 INFO O| Planning: Finding local manifests ... Done
46602026-08-27T18:18:49.762Z[ host-image] Aug 27 18:18:48.699 INFO O| Aug 27 18:18:48.699 INFO O| Planning: Fetching manifests: 0/6 0% complete
46612026-08-27T18:18:49.879Z[verify-libraries] Compiling spki v0.8.0
46622026-08-27T18:18:49.911Z[ host-image] Aug 27 18:18:48.847 INFO O| Aug 27 18:18:48.847 INFO O| Planning: Fetching manifests: 6/6 100% complete
46632026-08-27T18:18:49.959Z[ host-image] Aug 27 18:18:48.894 INFO O| Aug 27 18:18:48.894 INFO O| Planning: Package planning ... Done
46642026-08-27T18:18:49.969Z[ host-image] Aug 27 18:18:48.896 INFO O| Aug 27 18:18:48.896 INFO O| Planning: Merging actions ... Done
46652026-08-27T18:18:49.996Z[verify-libraries] Compiling mime_guess v2.0.5
46662026-08-27T18:18:50.018Z[ host-image] Aug 27 18:18:48.955 INFO O| Aug 27 18:18:48.955 INFO O| Planning: Checking for conflicting actions ... Done
46672026-08-27T18:18:50.023Z[ host-image] Aug 27 18:18:48.956 INFO O| Aug 27 18:18:48.956 INFO O| Planning: Consolidating action changes ... Done
46682026-08-27T18:18:50.128Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46692026-08-27T18:18:50.159Z[verify-libraries] Compiling salsa20 v0.11.0
46702026-08-27T18:18:50.175Z[ host-image] Aug 27 18:18:49.110 INFO O| Aug 27 18:18:49.110 INFO O| Planning: Evaluating mediators ... Done
46712026-08-27T18:18:50.175Z[ host-image] Aug 27 18:18:49.111 INFO O| Aug 27 18:18:49.111 INFO O| Planning: Planning completed in 1.28 seconds
46722026-08-27T18:18:50.179Z[ host-image] Aug 27 18:18:49.114 INFO O| Aug 27 18:18:49.114 INFO O| Packages to install: 6
46732026-08-27T18:18:50.179Z[ host-image] Aug 27 18:18:49.114 INFO O| Aug 27 18:18:49.114 INFO O| Services to change: 2
46742026-08-27T18:18:50.186Z[ host-image] Aug 27 18:18:49.123 INFO O| Aug 27 18:18:49.123 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46752026-08-27T18:18:50.330Z[verify-libraries] Compiling nanorand v0.7.0
46762026-08-27T18:18:50.358Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46772026-08-27T18:18:50.430Z[ host-image] Aug 27 18:18:49.367 INFO O| Aug 27 18:18:49.367 INFO O| Download: Completed 1.76 MB in 0.24 seconds (7.2M/s)
46782026-08-27T18:18:50.455Z[verify-libraries] Compiling scrypt v0.12.0
46792026-08-27T18:18:50.455Z[ host-image] Aug 27 18:18:49.391 INFO O| Aug 27 18:18:49.391 INFO O| Actions: 1/391 actions (Installing new actions)
46802026-08-27T18:18:50.597Z[ host-image] Aug 27 18:18:49.534 INFO O| Aug 27 18:18:49.534 INFO O| Actions: Completed 391 actions in 0.14 seconds.
46812026-08-27T18:18:50.640Z[ host-image] Aug 27 18:18:49.576 INFO O| Aug 27 18:18:49.576 INFO O| Finalize: Updating package state database ... Done
46822026-08-27T18:18:50.640Z[ host-image] Aug 27 18:18:49.577 INFO O| Aug 27 18:18:49.576 INFO O| Finalize: Updating package cache ... Done
46832026-08-27T18:18:50.739Z[ host-image] Aug 27 18:18:49.675 INFO O| Aug 27 18:18:49.675 INFO O| Finalize: Updating image state ... Done
46842026-08-27T18:18:50.758Z[verify-libraries] Compiling flume v0.11.1
46852026-08-27T18:18:50.802Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46862026-08-27T18:18:50.806Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46872026-08-27T18:18:50.855Z[verify-libraries] Compiling cbc v0.2.1
46882026-08-27T18:18:50.896Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46892026-08-27T18:18:51.112Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46902026-08-27T18:18:51.149Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46912026-08-27T18:18:51.182Z[verify-libraries] Compiling corncobs v0.1.4
46922026-08-27T18:18:51.206Z[verify-libraries] Compiling nonempty v0.12.0
46932026-08-27T18:18:51.294Z[verify-libraries] Compiling http-range v0.1.5
46942026-08-27T18:18:51.439Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46952026-08-27T18:18:51.463Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46962026-08-27T18:18:51.495Z[verify-libraries] Compiling pkcs5 v0.8.1
46972026-08-27T18:18:51.621Z[verify-libraries] Compiling parking_lot v0.11.2
46982026-08-27T18:18:51.678Z[ host-image] Aug 27 18:18:50.614 INFO O| Aug 27 18:18:50.614 INFO O| Finalize: Creating fast lookup database ... Done
46992026-08-27T18:18:51.704Z[ host-image] Aug 27 18:18:50.641 INFO O| Aug 27 18:18:50.641 INFO O| Finalize: Reading search index ... Done
47002026-08-27T18:18:51.705Z[ host-image] Aug 27 18:18:50.641 INFO O| Aug 27 18:18:50.641 INFO O| Finalize: Updating search index ... Done
47012026-08-27T18:18:51.721Z[ host-image] Aug 27 18:18:50.657 INFO O| Aug 27 18:18:50.657 INFO O| Finalize: Updating package cache ... Done
47022026-08-27T18:18:51.968Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47032026-08-27T18:18:52.060Z[ host-image] Aug 27 18:18:50.994 INFO O| Aug 27 18:18:50.994 INFO STEP 12 (pkg_install) COMPLETE
47042026-08-27T18:18:52.060Z[ host-image] Aug 27 18:18:50.994 INFO O| Aug 27 18:18:50.994 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47052026-08-27T18:18:52.068Z[ host-image] Aug 27 18:18:51.004 INFO O| Aug 27 18:18:51.004 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47062026-08-27T18:18:52.088Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47072026-08-27T18:18:52.132Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47082026-08-27T18:18:52.163Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47092026-08-27T18:18:52.216Z[verify-libraries] Compiling digest-io v0.1.0
47102026-08-27T18:18:52.293Z[ recovery-image] Aug 27 18:18:51.229 INFO O| Aug 27 18:18:51.229 INFO O| Download: 8474/16682 items 85.9/200.0MB 42% complete (17.3M/s)
47112026-08-27T18:18:52.388Z[verify-libraries] Compiling prefix-trie v0.7.0
47122026-08-27T18:18:52.448Z[verify-libraries] Compiling secrecy v0.8.0
47132026-08-27T18:18:52.662Z[verify-libraries] Compiling rawzip v0.4.4
47142026-08-27T18:18:52.805Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47152026-08-27T18:18:53.103Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47162026-08-27T18:18:53.174Z[verify-libraries] Compiling hickory-server v0.25.2
47172026-08-27T18:18:53.302Z[verify-libraries] Compiling pkcs8 v0.11.0
47182026-08-27T18:18:53.384Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47192026-08-27T18:18:53.463Z[verify-libraries] Compiling sled v0.34.7
47202026-08-27T18:18:53.525Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47212026-08-27T18:18:53.856Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47222026-08-27T18:18:54.108Z[verify-libraries] Compiling ignore v0.4.25
47232026-08-27T18:18:54.329Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47242026-08-27T18:18:54.362Z[verify-libraries] Compiling anstyle-parse v0.2.7
47252026-08-27T18:18:54.410Z[ host-image] Aug 27 18:18:53.347 INFO O| Aug 27 18:18:53.344 INFO O| Startup: Refreshing catalog 'helios' ... Done
47262026-08-27T18:18:54.558Z[verify-libraries] Compiling ff v0.14.0
47272026-08-27T18:18:54.772Z[verify-libraries] Compiling anstream v0.6.21
47282026-08-27T18:18:54.818Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47292026-08-27T18:18:54.852Z[verify-libraries] Compiling predicates-tree v1.0.13
47302026-08-27T18:18:54.858Z[ host-image] Aug 27 18:18:53.793 INFO O| Aug 27 18:18:53.793 INFO O| Startup: Caching catalogs ... Done
47312026-08-27T18:18:55.148Z[verify-libraries] Compiling globwalk v0.9.1
47322026-08-27T18:18:55.178Z[verify-libraries] Compiling libz-sys v1.1.24
47332026-08-27T18:18:55.457Z[ host-image] Aug 27 18:18:54.393 INFO O| Aug 27 18:18:54.393 INFO O| Planning: Solver setup ... Done
47342026-08-27T18:18:55.464Z[ host-image] Aug 27 18:18:54.401 INFO O| Aug 27 18:18:54.398 INFO O| Planning: Running solver ... Done
47352026-08-27T18:18:55.476Z[ host-image] Aug 27 18:18:54.413 INFO O| Aug 27 18:18:54.413 INFO O| Planning: Finding local manifests ... Done
47362026-08-27T18:18:55.500Z[ host-image] Aug 27 18:18:54.437 INFO O| Aug 27 18:18:54.437 INFO O| Planning: Fetching manifests: 0/6 0% complete
47372026-08-27T18:18:55.505Z[verify-libraries] Compiling rand_seeder v0.4.0
47382026-08-27T18:18:55.668Z[ host-image] Aug 27 18:18:54.604 INFO O| Aug 27 18:18:54.604 INFO O| Planning: Fetching manifests: 6/6 100% complete
47392026-08-27T18:18:55.675Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47402026-08-27T18:18:55.697Z[ host-image] Aug 27 18:18:54.634 INFO O| Aug 27 18:18:54.634 INFO O| Planning: Package planning ... Done
47412026-08-27T18:18:55.706Z[ host-image] Aug 27 18:18:54.643 INFO O| Aug 27 18:18:54.642 INFO O| Planning: Merging actions ... Done
47422026-08-27T18:18:55.754Z[ host-image] Aug 27 18:18:54.691 INFO O| Aug 27 18:18:54.690 INFO O| Planning: Checking for conflicting actions ... Done
47432026-08-27T18:18:55.758Z[ host-image] Aug 27 18:18:54.694 INFO O| Aug 27 18:18:54.694 INFO O| Planning: Consolidating action changes ... Done
47442026-08-27T18:18:55.807Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47452026-08-27T18:18:55.897Z[ host-image] Aug 27 18:18:54.833 INFO O| Aug 27 18:18:54.833 INFO O| Planning: Evaluating mediators ... Done
47462026-08-27T18:18:55.901Z[ host-image] Aug 27 18:18:54.836 INFO O| Aug 27 18:18:54.836 INFO O| Planning: Planning completed in 1.03 seconds
47472026-08-27T18:18:55.901Z[ host-image] Aug 27 18:18:54.837 INFO O| Aug 27 18:18:54.837 INFO O| Packages to install: 6
47482026-08-27T18:18:55.901Z[ host-image] Aug 27 18:18:54.837 INFO O| Aug 27 18:18:54.837 INFO O| Mediators to change: 1
47492026-08-27T18:18:55.901Z[ host-image] Aug 27 18:18:54.837 INFO O| Aug 27 18:18:54.837 INFO O| Services to change: 1
47502026-08-27T18:18:55.936Z[ host-image] Aug 27 18:18:54.872 INFO O| Aug 27 18:18:54.872 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47512026-08-27T18:18:56.103Z[verify-libraries] Compiling group v0.14.0
47522026-08-27T18:18:56.134Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47532026-08-27T18:18:56.139Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47542026-08-27T18:18:56.422Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47552026-08-27T18:18:56.465Z[verify-libraries] Compiling signature v3.0.0
47562026-08-27T18:18:56.511Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47572026-08-27T18:18:56.522Z[verify-libraries] Compiling base16ct v1.0.0
47582026-08-27T18:18:56.730Z[verify-libraries] Compiling instability v0.3.11
47592026-08-27T18:18:56.841Z[verify-libraries] Compiling sec1 v0.8.1
47602026-08-27T18:18:56.900Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47612026-08-27T18:18:56.937Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47622026-08-27T18:18:57.016Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47632026-08-27T18:18:57.043Z[ host-image] Aug 27 18:18:55.979 INFO O| Aug 27 18:18:55.979 INFO O| Download: Completed 7.84 MB in 1.11 seconds (7.1M/s)
47642026-08-27T18:18:57.091Z[ host-image] Aug 27 18:18:56.027 INFO O| Aug 27 18:18:56.027 INFO O| Actions: 1/1366 actions (Installing new actions)
47652026-08-27T18:18:57.174Z[verify-libraries] Compiling hkdf v0.13.0
47662026-08-27T18:18:57.197Z[ recovery-image] Aug 27 18:18:56.133 INFO O| Aug 27 18:18:56.133 INFO O| Download: Completed 200.00 MB in 9.90 seconds (20.1M/s)
47672026-08-27T18:18:57.236Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47682026-08-27T18:18:57.388Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47692026-08-27T18:18:57.479Z[verify-libraries] Compiling scuffle v0.1.0
47702026-08-27T18:18:57.483Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47712026-08-27T18:18:57.496Z[ host-image] Aug 27 18:18:56.432 INFO O| Aug 27 18:18:56.432 INFO O| Actions: Completed 1366 actions in 0.40 seconds.
47722026-08-27T18:18:57.542Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47732026-08-27T18:18:57.552Z[ host-image] Aug 27 18:18:56.489 INFO O| Aug 27 18:18:56.489 INFO O| Finalize: Updating package state database ... Done
47742026-08-27T18:18:57.553Z[ host-image] Aug 27 18:18:56.489 INFO O| Aug 27 18:18:56.489 INFO O| Finalize: Updating package cache ... Done
47752026-08-27T18:18:57.616Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47762026-08-27T18:18:57.625Z[ recovery-image] Aug 27 18:18:56.562 INFO O| Aug 27 18:18:56.562 INFO O| Actions: 1/27580 actions (Installing new actions)
47772026-08-27T18:18:57.673Z[ host-image] Aug 27 18:18:56.608 INFO O| Aug 27 18:18:56.608 INFO O| Finalize: Updating image state ... Done
47782026-08-27T18:18:57.736Z[verify-libraries] Compiling castaway v0.2.4
47792026-08-27T18:18:57.980Z[verify-libraries] Compiling indoc v2.0.7
47802026-08-27T18:18:58.110Z[verify-libraries] Compiling compact_str v0.8.1
47812026-08-27T18:18:58.352Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47822026-08-27T18:18:58.422Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47832026-08-27T18:18:58.456Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47842026-08-27T18:18:58.593Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47852026-08-27T18:18:58.734Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47862026-08-27T18:18:58.763Z[ host-image] Aug 27 18:18:57.699 INFO O| Aug 27 18:18:57.699 INFO O| Finalize: Creating fast lookup database ... Done
47872026-08-27T18:18:58.808Z[ host-image] Aug 27 18:18:57.744 INFO O| Aug 27 18:18:57.744 INFO O| Finalize: Reading search index ... Done
47882026-08-27T18:18:58.808Z[ host-image] Aug 27 18:18:57.744 INFO O| Aug 27 18:18:57.744 INFO O| Finalize: Updating search index ... Done
47892026-08-27T18:18:58.845Z[ host-image] Aug 27 18:18:57.782 INFO O| Aug 27 18:18:57.782 INFO O| Finalize: Updating package cache ... Done
47902026-08-27T18:18:58.970Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47912026-08-27T18:18:59.135Z[ host-image] Aug 27 18:18:58.072 INFO O| Aug 27 18:18:58.072 INFO STEP 13 (pkg_install) COMPLETE
47922026-08-27T18:18:59.135Z[ host-image] Aug 27 18:18:58.072 INFO O| Aug 27 18:18:58.072 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47932026-08-27T18:18:59.146Z[ host-image] Aug 27 18:18:58.083 INFO O| Aug 27 18:18:58.083 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47942026-08-27T18:18:59.418Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47952026-08-27T18:18:59.615Z[verify-libraries] Compiling elliptic-curve v0.14.1
47962026-08-27T18:18:59.813Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47972026-08-27T18:18:59.940Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47982026-08-27T18:19:00.312Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47992026-08-27T18:19:00.479Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48002026-08-27T18:19:00.516Z[verify-libraries] Compiling lru v0.12.5
48012026-08-27T18:19:00.734Z[verify-libraries] Compiling unicode-truncate v1.1.0
48022026-08-27T18:19:00.834Z[verify-libraries] Compiling arc-swap v1.8.2
48032026-08-27T18:19:00.904Z[verify-libraries] Compiling cassowary v0.3.0
48042026-08-27T18:19:01.035Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48052026-08-27T18:19:01.089Z[verify-libraries] Compiling wnaf v0.14.0
48062026-08-27T18:19:01.300Z[verify-libraries] Compiling ratatui v0.29.0
48072026-08-27T18:19:01.453Z[verify-libraries] Compiling slog-scope v4.4.1
48082026-08-27T18:19:01.559Z[verify-libraries] Compiling primefield v0.14.0
48092026-08-27T18:19:01.736Z[ host-image] Aug 27 18:19:00.672 INFO O| Aug 27 18:19:00.672 INFO O| Startup: Refreshing catalog 'helios' ... Done
48102026-08-27T18:19:01.776Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48112026-08-27T18:19:01.932Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48122026-08-27T18:19:01.936Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48132026-08-27T18:19:02.202Z[ host-image] Aug 27 18:19:01.138 INFO O| Aug 27 18:19:01.138 INFO O| Startup: Caching catalogs ... Done
48142026-08-27T18:19:02.223Z[verify-libraries] Compiling rfc6979 v0.6.0
48152026-08-27T18:19:02.430Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48162026-08-27T18:19:02.511Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48172026-08-27T18:19:02.661Z[ recovery-image] Aug 27 18:19:01.597 INFO O| Aug 27 18:19:01.597 INFO O| Actions: 27016/27580 actions (Installing new actions)
48182026-08-27T18:19:02.787Z[ host-image] Aug 27 18:19:01.723 INFO O| Aug 27 18:19:01.723 INFO O| Planning: Solver setup ... Done
48192026-08-27T18:19:02.792Z[ host-image] Aug 27 18:19:01.728 INFO O| Aug 27 18:19:01.728 INFO O| Planning: Running solver ... Done
48202026-08-27T18:19:02.808Z[ host-image] Aug 27 18:19:01.744 INFO O| Aug 27 18:19:01.744 INFO O| Planning: Finding local manifests ... Done
48212026-08-27T18:19:02.818Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48222026-08-27T18:19:02.838Z[ host-image] Aug 27 18:19:01.774 INFO O| Aug 27 18:19:01.774 INFO O| Planning: Fetching manifests: 0/1 0% complete
48232026-08-27T18:19:02.844Z[ host-image] Aug 27 18:19:01.781 INFO O| Aug 27 18:19:01.781 INFO O| Planning: Fetching manifests: 1/1 100% complete
48242026-08-27T18:19:02.857Z[verify-libraries] Compiling vergen-git2 v9.1.0
48252026-08-27T18:19:02.878Z[ host-image] Aug 27 18:19:01.814 INFO O| Aug 27 18:19:01.814 INFO O| Planning: Package planning ... Done
48262026-08-27T18:19:02.878Z[ host-image] Aug 27 18:19:01.814 INFO O| Aug 27 18:19:01.814 INFO O| Planning: Merging actions ... Done
48272026-08-27T18:19:02.917Z[ host-image] Aug 27 18:19:01.852 INFO O| Aug 27 18:19:01.852 INFO O| Planning: Checking for conflicting actions ... Done
48282026-08-27T18:19:02.923Z[ host-image] Aug 27 18:19:01.853 INFO O| Aug 27 18:19:01.853 INFO O| Planning: Consolidating action changes ... Done
48292026-08-27T18:19:03.010Z[verify-libraries] Compiling strsim v0.10.0
48302026-08-27T18:19:03.071Z[ host-image] Aug 27 18:19:02.007 INFO O| Aug 27 18:19:02.007 INFO O| Planning: Evaluating mediators ... Done
48312026-08-27T18:19:03.076Z[ host-image] Aug 27 18:19:02.008 INFO O| Aug 27 18:19:02.008 INFO O| Planning: Planning completed in 0.85 seconds
48322026-08-27T18:19:03.076Z[ host-image] Aug 27 18:19:02.008 INFO O| Aug 27 18:19:02.008 INFO O| Packages to install: 1
48332026-08-27T18:19:03.090Z[ host-image] Aug 27 18:19:02.026 INFO O| Aug 27 18:19:02.026 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48342026-08-27T18:19:03.222Z[verify-libraries] Compiling ecdsa v0.17.0
48352026-08-27T18:19:03.233Z[ recovery-image] Aug 27 18:19:02.169 INFO O| Aug 27 18:19:02.169 INFO O| Actions: Completed 27580 actions in 5.61 seconds.
48362026-08-27T18:19:03.255Z[verify-libraries] Compiling darling_core v0.13.4
48372026-08-27T18:19:03.261Z[ host-image] Aug 27 18:19:02.196 INFO O| Aug 27 18:19:02.196 INFO O| Download: Completed 13.27 MB in 0.17 seconds (77.8M/s)
48382026-08-27T18:19:03.296Z[ host-image] Aug 27 18:19:02.230 INFO O| Aug 27 18:19:02.230 INFO O| Actions: 1/22 actions (Installing new actions)
48392026-08-27T18:19:03.332Z[ recovery-image] Aug 27 18:19:02.268 INFO O| Aug 27 18:19:02.268 INFO O| Finalize: Updating package state database ... Done
48402026-08-27T18:19:03.332Z[ recovery-image] Aug 27 18:19:02.269 INFO O| Aug 27 18:19:02.268 INFO O| Finalize: Updating package cache ... Done
48412026-08-27T18:19:03.526Z[verify-libraries] Compiling primeorder v0.14.0
48422026-08-27T18:19:03.577Z[ recovery-image] Aug 27 18:19:02.513 INFO O| Aug 27 18:19:02.513 INFO O| Finalize: Updating image state ... Done
48432026-08-27T18:19:03.635Z[ host-image] Aug 27 18:19:02.565 INFO O| Aug 27 18:19:02.565 INFO O| Actions: Completed 22 actions in 0.33 seconds.
48442026-08-27T18:19:03.691Z[ host-image] Aug 27 18:19:02.628 INFO O| Aug 27 18:19:02.628 INFO O| Finalize: Updating package state database ... Done
48452026-08-27T18:19:03.691Z[ host-image] Aug 27 18:19:02.628 INFO O| Aug 27 18:19:02.628 INFO O| Finalize: Updating package cache ... Done
48462026-08-27T18:19:03.813Z[ host-image] Aug 27 18:19:02.749 INFO O| Aug 27 18:19:02.749 INFO O| Finalize: Updating image state ... Done
48472026-08-27T18:19:03.900Z[verify-libraries] Compiling slog-stdlog v4.1.1
48482026-08-27T18:19:04.029Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48492026-08-27T18:19:04.074Z[verify-libraries] Compiling tungstenite v0.23.0
48502026-08-27T18:19:04.179Z[verify-libraries] Compiling console v0.16.2
48512026-08-27T18:19:04.200Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48522026-08-27T18:19:04.329Z[verify-libraries] Compiling libsw-core v0.3.2
48532026-08-27T18:19:04.372Z[ recovery-image] Aug 27 18:19:03.291 INFO O| Aug 27 18:19:03.291 INFO O| Finalize: Creating fast lookup database ... Done
48542026-08-27T18:19:04.377Z[ recovery-image] Aug 27 18:19:03.312 INFO O| Aug 27 18:19:03.312 INFO O| Finalize: Reading search index ... Done
48552026-08-27T18:19:04.551Z[verify-libraries] Compiling void v1.0.2
48562026-08-27T18:19:04.597Z[verify-libraries] Compiling unit-prefix v0.5.2
48572026-08-27T18:19:04.818Z[verify-libraries] Compiling assert_matches v1.5.0
48582026-08-27T18:19:04.843Z[ host-image] Aug 27 18:19:03.777 INFO O| Aug 27 18:19:03.777 INFO O| Finalize: Creating fast lookup database ... Done
48592026-08-27T18:19:04.871Z[ host-image] Aug 27 18:19:03.798 INFO O| Aug 27 18:19:03.797 INFO O| Finalize: Reading search index ... Done
48602026-08-27T18:19:04.871Z[ host-image] Aug 27 18:19:03.798 INFO O| Aug 27 18:19:03.798 INFO O| Finalize: Updating search index ... Done
48612026-08-27T18:19:04.884Z[ host-image] Aug 27 18:19:03.808 INFO O| Aug 27 18:19:03.808 INFO O| Finalize: Updating package cache ... Done
48622026-08-27T18:19:04.884Z[verify-libraries] Compiling lzss v0.8.2
48632026-08-27T18:19:04.910Z[verify-libraries] Compiling indicatif v0.18.4
48642026-08-27T18:19:04.955Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48652026-08-27T18:19:04.975Z[verify-libraries] Compiling libsw v3.5.0
48662026-08-27T18:19:05.053Z[verify-libraries] Compiling slog-envlogger v2.2.0
48672026-08-27T18:19:05.122Z[verify-libraries] Compiling ssh-encoding v0.3.0
48682026-08-27T18:19:05.165Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48692026-08-27T18:19:05.183Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO STEP 14 (pkg_install) COMPLETE
48702026-08-27T18:19:05.186Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48712026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO skip step because feature "mbist" is not enabled
48722026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48732026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO skip step because feature "mfg" is not enabled
48742026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48752026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO skip step because feature "compliance" is not enabled
48762026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48772026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO skip step because feature "stress" is not enabled
48782026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48792026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO skip step because feature "compliance" is not enabled
48802026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48812026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO skip step because feature "nfs" is not enabled
48822026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48832026-08-27T18:19:05.187Z[ host-image] Aug 27 18:19:04.119 INFO O| Aug 27 18:19:04.119 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48842026-08-27T18:19:05.242Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48852026-08-27T18:19:05.354Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48862026-08-27T18:19:05.383Z[ host-image] Aug 27 18:19:04.318 INFO O| Aug 27 18:19:04.318 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48872026-08-27T18:19:05.513Z[ host-image] Aug 27 18:19:04.447 INFO O| Aug 27 18:19:04.447 INFO completed processing sled/ramdisk-01-os
48882026-08-27T18:19:05.519Z[ host-image] Aug 27 18:19:04.449 INFO omicron1 baseline generation...
48892026-08-27T18:19:05.519Z[ host-image] Aug 27 18:19:04.449 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48902026-08-27T18:19:05.537Z[verify-libraries] Compiling darling_macro v0.13.4
48912026-08-27T18:19:05.579Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48922026-08-27T18:19:05.629Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48932026-08-27T18:19:05.734Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48942026-08-27T18:19:05.916Z[verify-libraries] Compiling nix v0.27.1
48952026-08-27T18:19:05.920Z[ host-image] Aug 27 18:19:04.833 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
48962026-08-27T18:19:05.976Z[verify-libraries] Compiling colored v2.2.0
48972026-08-27T18:19:06.037Z[verify-libraries] Compiling blake3 v1.8.5
48982026-08-27T18:19:06.091Z[verify-libraries] Compiling serde_bytes v0.11.19
48992026-08-27T18:19:06.158Z[ recovery-image] Aug 27 18:19:05.093 INFO O| Aug 27 18:19:05.093 INFO O| Finalize: Building new search index ... Done
49002026-08-27T18:19:06.187Z[verify-libraries] Compiling keccak v0.2.0
49012026-08-27T18:19:06.420Z[verify-libraries] Compiling shell-words v1.1.1
49022026-08-27T18:19:06.467Z[verify-libraries] Compiling darling v0.13.4
49032026-08-27T18:19:06.507Z[ recovery-image] Aug 27 18:19:05.441 INFO O| Aug 27 18:19:05.441 INFO O| Finalize: Updating package cache ... Done
49042026-08-27T18:19:06.566Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49052026-08-27T18:19:06.662Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49062026-08-27T18:19:06.801Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49072026-08-27T18:19:06.856Z[ recovery-image] Aug 27 18:19:05.790 INFO O| Aug 27 18:19:05.789 INFO STEP 11 (pkg_install) COMPLETE
49082026-08-27T18:19:06.856Z[ recovery-image] Aug 27 18:19:05.790 INFO O| Aug 27 18:19:05.789 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49092026-08-27T18:19:06.856Z[ recovery-image] Aug 27 18:19:05.790 INFO O| Aug 27 18:19:05.789 INFO skip step because feature "recovery" is enabled
49102026-08-27T18:19:06.872Z[ recovery-image] Aug 27 18:19:05.790 INFO O| Aug 27 18:19:05.789 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49112026-08-27T18:19:06.872Z[ recovery-image] Aug 27 18:19:05.790 INFO O| Aug 27 18:19:05.789 INFO skip step because feature "omicron1" is not enabled
49122026-08-27T18:19:06.872Z[ recovery-image] Aug 27 18:19:05.790 INFO O| Aug 27 18:19:05.789 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49132026-08-27T18:19:06.886Z[ recovery-image] Aug 27 18:19:05.800 INFO O| Aug 27 18:19:05.800 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49142026-08-27T18:19:06.980Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49152026-08-27T18:19:07.147Z[verify-libraries] Compiling ed25519 v3.0.0
49162026-08-27T18:19:07.364Z[verify-libraries] Compiling crypto-primes v0.7.2
49172026-08-27T18:19:07.488Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49182026-08-27T18:19:07.704Z[verify-libraries] Compiling poly1305 v0.9.0
49192026-08-27T18:19:08.095Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49202026-08-27T18:19:08.365Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49212026-08-27T18:19:08.461Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49222026-08-27T18:19:08.514Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49232026-08-27T18:19:08.523Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49242026-08-27T18:19:08.636Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49252026-08-27T18:19:08.667Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49262026-08-27T18:19:08.798Z[verify-libraries] Compiling blowfish v0.10.0
49272026-08-27T18:19:08.833Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49282026-08-27T18:19:08.938Z[verify-libraries] Compiling petname v2.0.2
49292026-08-27T18:19:08.992Z[verify-libraries] Compiling arrayvec v0.7.6
49302026-08-27T18:19:09.024Z[verify-libraries] Compiling arrayref v0.3.9
49312026-08-27T18:19:09.141Z[verify-libraries] Compiling constant_time_eq v0.4.2
49322026-08-27T18:19:09.296Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49332026-08-27T18:19:09.313Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49342026-08-27T18:19:09.615Z[ recovery-image] Aug 27 18:19:08.551 INFO O| Aug 27 18:19:08.551 INFO O| Startup: Refreshing catalog 'helios' ... Done
49352026-08-27T18:19:09.712Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49362026-08-27T18:19:09.734Z[verify-libraries] Compiling ssh-cipher v0.3.0
49372026-08-27T18:19:09.767Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49382026-08-27T18:19:09.773Z[verify-libraries] Compiling serde_with_macros v1.5.2
49392026-08-27T18:19:09.990Z[verify-libraries] Compiling sha3 v0.11.0
49402026-08-27T18:19:10.084Z[ recovery-image] Aug 27 18:19:09.020 INFO O| Aug 27 18:19:09.020 INFO O| Startup: Caching catalogs ... Done
49412026-08-27T18:19:10.408Z[verify-libraries] Compiling p256 v0.14.0
49422026-08-27T18:19:10.481Z[verify-libraries] Compiling p521 v0.14.0
49432026-08-27T18:19:10.481Z[verify-libraries] Compiling p384 v0.14.0
49442026-08-27T18:19:10.502Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49452026-08-27T18:19:10.630Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49462026-08-27T18:19:10.744Z[ recovery-image] Aug 27 18:19:09.680 INFO O| Aug 27 18:19:09.680 INFO O| Planning: Solver setup ... Done
49472026-08-27T18:19:10.752Z[ recovery-image] Aug 27 18:19:09.686 INFO O| Aug 27 18:19:09.686 INFO O| Planning: Running solver ... Done
49482026-08-27T18:19:10.789Z[ recovery-image] Aug 27 18:19:09.724 INFO O| Aug 27 18:19:09.724 INFO O| Planning: Finding local manifests ... Done
49492026-08-27T18:19:10.795Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49502026-08-27T18:19:10.822Z[ recovery-image] Aug 27 18:19:09.754 INFO O| Aug 27 18:19:09.754 INFO O| Planning: Fetching manifests: 0/1 0% complete
49512026-08-27T18:19:10.842Z[ recovery-image] Aug 27 18:19:09.777 INFO O| Aug 27 18:19:09.777 INFO O| Planning: Fetching manifests: 1/1 100% complete
49522026-08-27T18:19:10.867Z[ recovery-image] Aug 27 18:19:09.803 INFO O| Aug 27 18:19:09.803 INFO O| Planning: Package planning ... Done
49532026-08-27T18:19:10.867Z[ recovery-image] Aug 27 18:19:09.803 INFO O| Aug 27 18:19:09.803 INFO O| Planning: Merging actions ... Done
49542026-08-27T18:19:10.887Z[ recovery-image] Aug 27 18:19:09.822 INFO O| Aug 27 18:19:09.822 INFO O| Planning: Checking for conflicting actions ... Done
49552026-08-27T18:19:10.890Z[ recovery-image] Aug 27 18:19:09.823 INFO O| Aug 27 18:19:09.823 INFO O| Planning: Consolidating action changes ... Done
49562026-08-27T18:19:10.947Z[verify-libraries] Compiling twox-hash v2.1.2
49572026-08-27T18:19:10.983Z[ recovery-image] Aug 27 18:19:09.918 INFO O| Aug 27 18:19:09.918 INFO O| Planning: Evaluating mediators ... Done
49582026-08-27T18:19:10.989Z[ recovery-image] Aug 27 18:19:09.919 INFO O| Aug 27 18:19:09.919 INFO O| Planning: Planning completed in 0.88 seconds
49592026-08-27T18:19:10.989Z[ recovery-image] Aug 27 18:19:09.919 INFO O| Aug 27 18:19:09.919 INFO O| Packages to install: 1
49602026-08-27T18:19:11.012Z[ recovery-image] Aug 27 18:19:09.946 INFO O| Aug 27 18:19:09.946 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49612026-08-27T18:19:11.045Z[verify-libraries] Compiling kem v0.3.0
49622026-08-27T18:19:11.249Z[verify-libraries] Compiling module-lattice v0.2.3
49632026-08-27T18:19:11.285Z[verify-libraries] Compiling rtoolbox v0.0.3
49642026-08-27T18:19:11.338Z[ recovery-image] Aug 27 18:19:10.274 INFO O| Aug 27 18:19:10.274 INFO O| Download: Completed 13.27 MB in 0.33 seconds (40.5M/s)
49652026-08-27T18:19:11.407Z[verify-libraries] Compiling atty v0.2.14
49662026-08-27T18:19:11.439Z[ recovery-image] Aug 27 18:19:10.375 INFO O| Aug 27 18:19:10.370 INFO O| Actions: 1/22 actions (Installing new actions)
49672026-08-27T18:19:11.550Z[verify-libraries] Compiling topological-sort v0.2.2
49682026-08-27T18:19:11.577Z[verify-libraries] Compiling sponge-cursor v0.1.0
49692026-08-27T18:19:11.603Z[verify-libraries] Compiling ml-kem v0.3.2
49702026-08-27T18:19:11.692Z[ recovery-image] Aug 27 18:19:10.628 INFO O| Aug 27 18:19:10.628 INFO O| Actions: Completed 22 actions in 0.26 seconds.
49712026-08-27T18:19:11.738Z[ recovery-image] Aug 27 18:19:10.672 INFO O| Aug 27 18:19:10.672 INFO O| Finalize: Updating package state database ... Done
49722026-08-27T18:19:11.738Z[ recovery-image] Aug 27 18:19:10.672 INFO O| Aug 27 18:19:10.672 INFO O| Finalize: Updating package cache ... Done
49732026-08-27T18:19:11.751Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49742026-08-27T18:19:11.845Z[verify-libraries] Compiling rpassword v7.5.4
49752026-08-27T18:19:11.851Z[ recovery-image] Aug 27 18:19:10.783 INFO O| Aug 27 18:19:10.783 INFO O| Finalize: Updating image state ... Done
49762026-08-27T18:19:12.185Z[verify-libraries] Compiling sha3 v0.12.0
49772026-08-27T18:19:12.355Z[verify-libraries] Compiling serde_with v1.14.0
49782026-08-27T18:19:12.678Z[ recovery-image] Aug 27 18:19:11.614 INFO O| Aug 27 18:19:11.614 INFO O| Finalize: Creating fast lookup database ... Done
49792026-08-27T18:19:12.704Z[ recovery-image] Aug 27 18:19:11.639 INFO O| Aug 27 18:19:11.639 INFO O| Finalize: Reading search index ... Done
49802026-08-27T18:19:12.704Z[ recovery-image] Aug 27 18:19:11.639 INFO O| Aug 27 18:19:11.639 INFO O| Finalize: Updating search index ... Done
49812026-08-27T18:19:12.715Z[ recovery-image] Aug 27 18:19:11.651 INFO O| Aug 27 18:19:11.651 INFO O| Finalize: Updating package cache ... Done
49822026-08-27T18:19:12.888Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49832026-08-27T18:19:12.958Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49842026-08-27T18:19:13.079Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO STEP 14 (pkg_install) COMPLETE
49852026-08-27T18:19:13.079Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49862026-08-27T18:19:13.079Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO skip step because feature "mbist" is not enabled
49872026-08-27T18:19:13.079Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49882026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO skip step because feature "mfg" is not enabled
49892026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49902026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO skip step because feature "compliance" is not enabled
49912026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49922026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO skip step because feature "stress" is not enabled
49932026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49942026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO skip step because feature "compliance" is not enabled
49952026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49962026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO skip step because feature "nfs" is not enabled
49972026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49982026-08-27T18:19:13.088Z[ recovery-image] Aug 27 18:19:12.015 INFO O| Aug 27 18:19:12.015 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49992026-08-27T18:19:13.162Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50002026-08-27T18:19:13.212Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50012026-08-27T18:19:13.298Z[ recovery-image] Aug 27 18:19:12.235 INFO O| Aug 27 18:19:12.234 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50022026-08-27T18:19:13.309Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
50032026-08-27T18:19:13.442Z[ recovery-image] Aug 27 18:19:12.378 INFO O| Aug 27 18:19:12.377 INFO completed processing sled/ramdisk-01-os
50042026-08-27T18:19:13.448Z[ recovery-image] Aug 27 18:19:12.380 INFO image builder template: ramdisk-02-trim...
50052026-08-27T18:19:13.448Z[ recovery-image] Aug 27 18:19:12.380 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/.tmp3ysJTo/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
50062026-08-27T18:19:13.472Z[ recovery-image] Aug 27 18:19:12.406 INFO O| Aug 27 18:19:12.406 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50072026-08-27T18:19:13.476Z[ recovery-image] Aug 27 18:19:12.410 INFO O| Aug 27 18:19:12.410 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50082026-08-27T18:19:13.567Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50092026-08-27T18:19:13.587Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50102026-08-27T18:19:13.619Z[ recovery-image] Aug 27 18:19:12.552 INFO O| Aug 27 18:19:12.552 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50112026-08-27T18:19:13.697Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
50122026-08-27T18:19:13.720Z[ recovery-image] Aug 27 18:19:12.652 INFO O| Aug 27 18:19:12.652 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50132026-08-27T18:19:13.720Z[ recovery-image] Aug 27 18:19:12.652 INFO O| Aug 27 18:19:12.652 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50142026-08-27T18:19:13.733Z[ recovery-image] Aug 27 18:19:12.657 INFO O| Aug 27 18:19:12.657 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50152026-08-27T18:19:13.733Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50162026-08-27T18:19:13.738Z[ recovery-image] Aug 27 18:19:12.661 INFO O| Aug 27 18:19:12.661 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50172026-08-27T18:19:13.738Z[ recovery-image] Aug 27 18:19:12.665 INFO O| Aug 27 18:19:12.665 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50182026-08-27T18:19:14.039Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50192026-08-27T18:19:14.062Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
50202026-08-27T18:19:14.596Z[ recovery-image] Aug 27 18:19:13.528 INFO O| Aug 27 18:19:13.528 INFO rolled back to input snapshot; work may begin
50212026-08-27T18:19:14.596Z[ recovery-image] Aug 27 18:19:13.528 INFO O| Aug 27 18:19:13.528 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50222026-08-27T18:19:14.600Z[ recovery-image] Aug 27 18:19:13.532 INFO O| Aug 27 18:19:13.532 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-27T18:19:14.616Z[ recovery-image] Aug 27 18:19:13.541 INFO O| Aug 27 18:19:13.540 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50242026-08-27T18:19:14.629Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50252026-08-27T18:19:14.649Z[ recovery-image] Aug 27 18:19:13.583 INFO O| Aug 27 18:19:13.583 INFO STEP 0 (remove_files) COMPLETE
50262026-08-27T18:19:14.649Z[ recovery-image] Aug 27 18:19:13.583 INFO O| Aug 27 18:19:13.583 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-27T18:19:14.658Z[ recovery-image] Aug 27 18:19:13.594 INFO O| Aug 27 18:19:13.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50282026-08-27T18:19:14.664Z[ recovery-image] Aug 27 18:19:13.595 INFO O| Aug 27 18:19:13.595 INFO STEP 1 (remove_files) COMPLETE
50292026-08-27T18:19:14.664Z[ recovery-image] Aug 27 18:19:13.595 INFO O| Aug 27 18:19:13.595 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-27T18:19:14.683Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
50312026-08-27T18:19:14.684Z[ recovery-image] Aug 27 18:19:13.606 INFO O| Aug 27 18:19:13.606 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50322026-08-27T18:19:14.691Z[ recovery-image] Aug 27 18:19:13.620 INFO O| Aug 27 18:19:13.620 INFO STEP 2 (remove_files) COMPLETE
50332026-08-27T18:19:14.691Z[ recovery-image] Aug 27 18:19:13.620 INFO O| Aug 27 18:19:13.620 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-27T18:19:14.702Z[ recovery-image] Aug 27 18:19:13.631 INFO O| Aug 27 18:19:13.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50352026-08-27T18:19:14.702Z[ recovery-image] Aug 27 18:19:13.632 INFO O| Aug 27 18:19:13.632 INFO STEP 3 (remove_files) COMPLETE
50362026-08-27T18:19:14.702Z[ recovery-image] Aug 27 18:19:13.632 INFO O| Aug 27 18:19:13.632 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-27T18:19:14.707Z[ recovery-image] Aug 27 18:19:13.641 INFO O| Aug 27 18:19:13.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50382026-08-27T18:19:14.710Z[ recovery-image] Aug 27 18:19:13.644 INFO O| Aug 27 18:19:13.644 INFO STEP 4 (remove_files) COMPLETE
50392026-08-27T18:19:14.710Z[ recovery-image] Aug 27 18:19:13.644 INFO O| Aug 27 18:19:13.644 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-27T18:19:14.722Z[ recovery-image] Aug 27 18:19:13.655 INFO O| Aug 27 18:19:13.655 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50412026-08-27T18:19:14.723Z[ recovery-image] Aug 27 18:19:13.655 INFO O| Aug 27 18:19:13.655 INFO STEP 5 (remove_files) COMPLETE
50422026-08-27T18:19:14.723Z[ recovery-image] Aug 27 18:19:13.655 INFO O| Aug 27 18:19:13.655 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-27T18:19:14.731Z[ recovery-image] Aug 27 18:19:13.666 INFO O| Aug 27 18:19:13.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50442026-08-27T18:19:14.742Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO STEP 6 (remove_files) COMPLETE
50452026-08-27T18:19:14.742Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-27T18:19:14.742Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO skip step because feature "heliosv2" is not enabled
50472026-08-27T18:19:14.747Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-27T18:19:14.747Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO skip step because feature "recovery" is enabled
50492026-08-27T18:19:14.747Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-27T18:19:14.747Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO skip step because feature "recovery" is enabled
50512026-08-27T18:19:14.747Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-27T18:19:14.747Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO skip step because feature "recovery" is enabled
50532026-08-27T18:19:14.747Z[ recovery-image] Aug 27 18:19:13.678 INFO O| Aug 27 18:19:13.678 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-27T18:19:14.755Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50552026-08-27T18:19:14.767Z[ recovery-image] Aug 27 18:19:13.689 INFO O| Aug 27 18:19:13.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50562026-08-27T18:19:14.767Z[ recovery-image] Aug 27 18:19:13.692 INFO O| Aug 27 18:19:13.692 INFO STEP 11 (remove_files) COMPLETE
50572026-08-27T18:19:14.767Z[ recovery-image] Aug 27 18:19:13.692 INFO O| Aug 27 18:19:13.692 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-27T18:19:14.767Z[ recovery-image] Aug 27 18:19:13.703 INFO O| Aug 27 18:19:13.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50592026-08-27T18:19:14.776Z[ recovery-image] Aug 27 18:19:13.704 INFO O| Aug 27 18:19:13.704 INFO STEP 12 (remove_files) COMPLETE
50602026-08-27T18:19:14.776Z[ recovery-image] Aug 27 18:19:13.704 INFO O| Aug 27 18:19:13.704 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-27T18:19:14.789Z[ recovery-image] Aug 27 18:19:13.713 INFO O| Aug 27 18:19:13.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50622026-08-27T18:19:14.789Z[ recovery-image] Aug 27 18:19:13.715 INFO O| Aug 27 18:19:13.715 INFO STEP 13 (remove_files) COMPLETE
50632026-08-27T18:19:14.789Z[ recovery-image] Aug 27 18:19:13.715 INFO O| Aug 27 18:19:13.715 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-27T18:19:14.895Z[ recovery-image] Aug 27 18:19:13.830 INFO O| Aug 27 18:19:13.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50652026-08-27T18:19:14.903Z[ recovery-image] Aug 27 18:19:13.832 INFO O| Aug 27 18:19:13.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50662026-08-27T18:19:14.959Z[ recovery-image] Aug 27 18:19:13.893 INFO O| Aug 27 18:19:13.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50672026-08-27T18:19:14.959Z[ recovery-image] Aug 27 18:19:13.893 INFO O| Aug 27 18:19:13.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50682026-08-27T18:19:14.959Z[ recovery-image] Aug 27 18:19:13.894 INFO O| Aug 27 18:19:13.894 INFO STEP 14 (remove_files) COMPLETE
50692026-08-27T18:19:14.978Z[ recovery-image] Aug 27 18:19:13.894 INFO O| Aug 27 18:19:13.894 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-27T18:19:14.982Z[ recovery-image] Aug 27 18:19:13.903 INFO O| Aug 27 18:19:13.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50712026-08-27T18:19:14.982Z[ recovery-image] Aug 27 18:19:13.905 INFO O| Aug 27 18:19:13.905 INFO STEP 15 (remove_files) COMPLETE
50722026-08-27T18:19:14.982Z[ recovery-image] Aug 27 18:19:13.905 INFO O| Aug 27 18:19:13.905 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-27T18:19:14.982Z[ recovery-image] Aug 27 18:19:13.914 INFO O| Aug 27 18:19:13.913 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50742026-08-27T18:19:14.987Z[ recovery-image] Aug 27 18:19:13.920 INFO O| Aug 27 18:19:13.920 INFO STEP 16 (remove_files) COMPLETE
50752026-08-27T18:19:14.988Z[ recovery-image] Aug 27 18:19:13.920 INFO O| Aug 27 18:19:13.920 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-27T18:19:14.988Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50772026-08-27T18:19:14.997Z[ recovery-image] Aug 27 18:19:13.930 INFO O| Aug 27 18:19:13.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50782026-08-27T18:19:15.020Z[ recovery-image] Aug 27 18:19:13.930 INFO O| Aug 27 18:19:13.930 INFO STEP 17 (remove_files) COMPLETE
50792026-08-27T18:19:15.020Z[ recovery-image] Aug 27 18:19:13.930 INFO O| Aug 27 18:19:13.930 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-27T18:19:15.020Z[ recovery-image] Aug 27 18:19:13.940 INFO O| Aug 27 18:19:13.940 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50812026-08-27T18:19:15.020Z[ recovery-image] Aug 27 18:19:13.941 INFO O| Aug 27 18:19:13.941 INFO STEP 18 (remove_files) COMPLETE
50822026-08-27T18:19:15.020Z[ recovery-image] Aug 27 18:19:13.941 INFO O| Aug 27 18:19:13.941 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-27T18:19:15.020Z[ recovery-image] Aug 27 18:19:13.950 INFO O| Aug 27 18:19:13.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50842026-08-27T18:19:15.020Z[ recovery-image] Aug 27 18:19:13.950 INFO O| Aug 27 18:19:13.950 INFO STEP 19 (remove_files) COMPLETE
50852026-08-27T18:19:15.020Z[ recovery-image] Aug 27 18:19:13.950 INFO O| Aug 27 18:19:13.950 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-27T18:19:15.042Z[ recovery-image] Aug 27 18:19:13.958 INFO O| Aug 27 18:19:13.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50872026-08-27T18:19:15.042Z[ recovery-image] Aug 27 18:19:13.958 INFO O| Aug 27 18:19:13.958 INFO STEP 20 (remove_files) COMPLETE
50882026-08-27T18:19:15.042Z[ recovery-image] Aug 27 18:19:13.958 INFO O| Aug 27 18:19:13.958 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-27T18:19:15.042Z[ recovery-image] Aug 27 18:19:13.966 INFO O| Aug 27 18:19:13.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50902026-08-27T18:19:15.042Z[ recovery-image] Aug 27 18:19:13.967 INFO O| Aug 27 18:19:13.967 INFO STEP 21 (remove_files) COMPLETE
50912026-08-27T18:19:15.042Z[ recovery-image] Aug 27 18:19:13.967 INFO O| Aug 27 18:19:13.967 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-27T18:19:15.057Z[ recovery-image] Aug 27 18:19:13.974 INFO O| Aug 27 18:19:13.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50932026-08-27T18:19:15.057Z[ recovery-image] Aug 27 18:19:13.975 INFO O| Aug 27 18:19:13.974 INFO STEP 22 (remove_files) COMPLETE
50942026-08-27T18:19:15.057Z[ recovery-image] Aug 27 18:19:13.975 INFO O| Aug 27 18:19:13.974 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-27T18:19:15.058Z[ recovery-image] Aug 27 18:19:13.982 INFO O| Aug 27 18:19:13.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50962026-08-27T18:19:15.058Z[ recovery-image] Aug 27 18:19:13.982 INFO O| Aug 27 18:19:13.982 INFO STEP 23 (remove_files) COMPLETE
50972026-08-27T18:19:15.058Z[ recovery-image] Aug 27 18:19:13.982 INFO O| Aug 27 18:19:13.982 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-27T18:19:15.071Z[ recovery-image] Aug 27 18:19:13.989 INFO O| Aug 27 18:19:13.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50992026-08-27T18:19:15.071Z[ recovery-image] Aug 27 18:19:13.990 INFO O| Aug 27 18:19:13.989 INFO STEP 24 (remove_files) COMPLETE
51002026-08-27T18:19:15.071Z[ recovery-image] Aug 27 18:19:13.990 INFO O| Aug 27 18:19:13.990 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-27T18:19:15.071Z[ recovery-image] Aug 27 18:19:13.997 INFO O| Aug 27 18:19:13.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51022026-08-27T18:19:15.071Z[ recovery-image] Aug 27 18:19:13.997 INFO O| Aug 27 18:19:13.997 INFO STEP 25 (remove_files) COMPLETE
51032026-08-27T18:19:15.071Z[ recovery-image] Aug 27 18:19:13.997 INFO O| Aug 27 18:19:13.997 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-27T18:19:15.076Z[ recovery-image] Aug 27 18:19:14.008 INFO O| Aug 27 18:19:14.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51052026-08-27T18:19:15.077Z[ recovery-image] Aug 27 18:19:14.008 INFO O| Aug 27 18:19:14.008 INFO STEP 26 (remove_files) COMPLETE
51062026-08-27T18:19:15.077Z[ recovery-image] Aug 27 18:19:14.008 INFO O| Aug 27 18:19:14.008 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-27T18:19:15.082Z[ recovery-image] Aug 27 18:19:14.017 INFO O| Aug 27 18:19:14.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51082026-08-27T18:19:15.082Z[ recovery-image] Aug 27 18:19:14.017 INFO O| Aug 27 18:19:14.017 INFO STEP 27 (remove_files) COMPLETE
51092026-08-27T18:19:15.082Z[ recovery-image] Aug 27 18:19:14.017 INFO O| Aug 27 18:19:14.017 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-27T18:19:15.087Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51112026-08-27T18:19:15.090Z[ recovery-image] Aug 27 18:19:14.026 INFO O| Aug 27 18:19:14.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51122026-08-27T18:19:15.091Z[ recovery-image] Aug 27 18:19:14.026 INFO O| Aug 27 18:19:14.026 INFO STEP 28 (remove_files) COMPLETE
51132026-08-27T18:19:15.091Z[ recovery-image] Aug 27 18:19:14.026 INFO O| Aug 27 18:19:14.026 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-27T18:19:15.099Z[ recovery-image] Aug 27 18:19:14.035 INFO O| Aug 27 18:19:14.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51152026-08-27T18:19:15.099Z[ recovery-image] Aug 27 18:19:14.035 INFO O| Aug 27 18:19:14.035 INFO STEP 29 (remove_files) COMPLETE
51162026-08-27T18:19:15.099Z[ recovery-image] Aug 27 18:19:14.035 INFO O| Aug 27 18:19:14.035 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-27T18:19:15.107Z[ recovery-image] Aug 27 18:19:14.044 INFO O| Aug 27 18:19:14.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51182026-08-27T18:19:15.108Z[ recovery-image] Aug 27 18:19:14.044 INFO O| Aug 27 18:19:14.044 INFO STEP 30 (remove_files) COMPLETE
51192026-08-27T18:19:15.112Z[ recovery-image] Aug 27 18:19:14.044 INFO O| Aug 27 18:19:14.044 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-27T18:19:15.119Z[ recovery-image] Aug 27 18:19:14.053 INFO O| Aug 27 18:19:14.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51212026-08-27T18:19:15.119Z[ recovery-image] Aug 27 18:19:14.053 INFO O| Aug 27 18:19:14.053 INFO STEP 31 (remove_files) COMPLETE
51222026-08-27T18:19:15.119Z[ recovery-image] Aug 27 18:19:14.053 INFO O| Aug 27 18:19:14.053 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-27T18:19:15.135Z[ recovery-image] Aug 27 18:19:14.063 INFO O| Aug 27 18:19:14.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51242026-08-27T18:19:15.135Z[ recovery-image] Aug 27 18:19:14.063 INFO O| Aug 27 18:19:14.063 INFO STEP 32 (remove_files) COMPLETE
51252026-08-27T18:19:15.136Z[ recovery-image] Aug 27 18:19:14.063 INFO O| Aug 27 18:19:14.063 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-27T18:19:15.140Z[ recovery-image] Aug 27 18:19:14.071 INFO O| Aug 27 18:19:14.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51272026-08-27T18:19:15.140Z[ recovery-image] Aug 27 18:19:14.071 INFO O| Aug 27 18:19:14.071 INFO STEP 33 (remove_files) COMPLETE
51282026-08-27T18:19:15.140Z[ recovery-image] Aug 27 18:19:14.071 INFO O| Aug 27 18:19:14.071 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-27T18:19:15.144Z[ recovery-image] Aug 27 18:19:14.080 INFO O| Aug 27 18:19:14.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51302026-08-27T18:19:15.144Z[ recovery-image] Aug 27 18:19:14.080 INFO O| Aug 27 18:19:14.080 INFO STEP 34 (remove_files) COMPLETE
51312026-08-27T18:19:15.144Z[ recovery-image] Aug 27 18:19:14.080 INFO O| Aug 27 18:19:14.080 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-27T18:19:15.153Z[ recovery-image] Aug 27 18:19:14.089 INFO O| Aug 27 18:19:14.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51332026-08-27T18:19:15.153Z[ recovery-image] Aug 27 18:19:14.089 INFO O| Aug 27 18:19:14.089 INFO STEP 35 (remove_files) COMPLETE
51342026-08-27T18:19:15.153Z[ recovery-image] Aug 27 18:19:14.089 INFO O| Aug 27 18:19:14.089 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-27T18:19:15.168Z[ recovery-image] Aug 27 18:19:14.099 INFO O| Aug 27 18:19:14.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51362026-08-27T18:19:15.168Z[ recovery-image] Aug 27 18:19:14.099 INFO O| Aug 27 18:19:14.099 INFO STEP 36 (remove_files) COMPLETE
51372026-08-27T18:19:15.172Z[ recovery-image] Aug 27 18:19:14.099 INFO O| Aug 27 18:19:14.099 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-27T18:19:15.172Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
51392026-08-27T18:19:15.176Z[ recovery-image] Aug 27 18:19:14.109 INFO O| Aug 27 18:19:14.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51402026-08-27T18:19:15.176Z[ recovery-image] Aug 27 18:19:14.109 INFO O| Aug 27 18:19:14.109 INFO STEP 37 (remove_files) COMPLETE
51412026-08-27T18:19:15.177Z[ recovery-image] Aug 27 18:19:14.109 INFO O| Aug 27 18:19:14.109 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-27T18:19:15.182Z[ recovery-image] Aug 27 18:19:14.118 INFO O| Aug 27 18:19:14.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51432026-08-27T18:19:15.182Z[ recovery-image] Aug 27 18:19:14.119 INFO O| Aug 27 18:19:14.119 INFO STEP 38 (remove_files) COMPLETE
51442026-08-27T18:19:15.188Z[ recovery-image] Aug 27 18:19:14.119 INFO O| Aug 27 18:19:14.119 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-27T18:19:15.192Z[ recovery-image] Aug 27 18:19:14.128 INFO O| Aug 27 18:19:14.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51462026-08-27T18:19:15.192Z[ recovery-image] Aug 27 18:19:14.128 INFO O| Aug 27 18:19:14.128 INFO STEP 39 (remove_files) COMPLETE
51472026-08-27T18:19:15.192Z[ recovery-image] Aug 27 18:19:14.128 INFO O| Aug 27 18:19:14.128 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-27T18:19:15.200Z[ recovery-image] Aug 27 18:19:14.136 INFO O| Aug 27 18:19:14.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51492026-08-27T18:19:15.200Z[ recovery-image] Aug 27 18:19:14.136 INFO O| Aug 27 18:19:14.136 INFO STEP 40 (remove_files) COMPLETE
51502026-08-27T18:19:15.200Z[ recovery-image] Aug 27 18:19:14.136 INFO O| Aug 27 18:19:14.136 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-27T18:19:15.211Z[ recovery-image] Aug 27 18:19:14.145 INFO O| Aug 27 18:19:14.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51522026-08-27T18:19:15.211Z[ recovery-image] Aug 27 18:19:14.145 INFO O| Aug 27 18:19:14.145 INFO STEP 41 (remove_files) COMPLETE
51532026-08-27T18:19:15.211Z[ recovery-image] Aug 27 18:19:14.145 INFO O| Aug 27 18:19:14.145 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-27T18:19:15.219Z[ recovery-image] Aug 27 18:19:14.154 INFO O| Aug 27 18:19:14.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51552026-08-27T18:19:15.219Z[ recovery-image] Aug 27 18:19:14.154 INFO O| Aug 27 18:19:14.154 INFO STEP 42 (remove_files) COMPLETE
51562026-08-27T18:19:15.219Z[ recovery-image] Aug 27 18:19:14.154 INFO O| Aug 27 18:19:14.154 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-27T18:19:15.226Z[ recovery-image] Aug 27 18:19:14.162 INFO O| Aug 27 18:19:14.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51582026-08-27T18:19:15.226Z[ recovery-image] Aug 27 18:19:14.162 INFO O| Aug 27 18:19:14.162 INFO STEP 43 (remove_files) COMPLETE
51592026-08-27T18:19:15.226Z[ recovery-image] Aug 27 18:19:14.162 INFO O| Aug 27 18:19:14.162 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-27T18:19:15.235Z[ recovery-image] Aug 27 18:19:14.171 INFO O| Aug 27 18:19:14.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51612026-08-27T18:19:15.235Z[ recovery-image] Aug 27 18:19:14.171 INFO O| Aug 27 18:19:14.171 INFO STEP 44 (remove_files) COMPLETE
51622026-08-27T18:19:15.235Z[ recovery-image] Aug 27 18:19:14.171 INFO O| Aug 27 18:19:14.171 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-27T18:19:15.242Z[ recovery-image] Aug 27 18:19:14.179 INFO O| Aug 27 18:19:14.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51642026-08-27T18:19:15.243Z[ recovery-image] Aug 27 18:19:14.179 INFO O| Aug 27 18:19:14.179 INFO STEP 45 (remove_files) COMPLETE
51652026-08-27T18:19:15.253Z[ recovery-image] Aug 27 18:19:14.179 INFO O| Aug 27 18:19:14.179 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-27T18:19:15.257Z[ recovery-image] Aug 27 18:19:14.187 INFO O| Aug 27 18:19:14.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51672026-08-27T18:19:15.257Z[ recovery-image] Aug 27 18:19:14.187 INFO O| Aug 27 18:19:14.187 INFO STEP 46 (remove_files) COMPLETE
51682026-08-27T18:19:15.257Z[ recovery-image] Aug 27 18:19:14.187 INFO O| Aug 27 18:19:14.187 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-27T18:19:15.264Z[ recovery-image] Aug 27 18:19:14.195 INFO O| Aug 27 18:19:14.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51702026-08-27T18:19:15.264Z[ recovery-image] Aug 27 18:19:14.195 INFO O| Aug 27 18:19:14.195 INFO STEP 47 (remove_files) COMPLETE
51712026-08-27T18:19:15.264Z[ recovery-image] Aug 27 18:19:14.195 INFO O| Aug 27 18:19:14.195 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-27T18:19:15.269Z[ recovery-image] Aug 27 18:19:14.203 INFO O| Aug 27 18:19:14.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51732026-08-27T18:19:15.269Z[ recovery-image] Aug 27 18:19:14.203 INFO O| Aug 27 18:19:14.203 INFO STEP 48 (remove_files) COMPLETE
51742026-08-27T18:19:15.269Z[ recovery-image] Aug 27 18:19:14.203 INFO O| Aug 27 18:19:14.203 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-27T18:19:15.275Z[ recovery-image] Aug 27 18:19:14.211 INFO O| Aug 27 18:19:14.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51762026-08-27T18:19:15.275Z[ recovery-image] Aug 27 18:19:14.211 INFO O| Aug 27 18:19:14.211 INFO STEP 49 (remove_files) COMPLETE
51772026-08-27T18:19:15.282Z[ recovery-image] Aug 27 18:19:14.211 INFO O| Aug 27 18:19:14.211 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-27T18:19:15.294Z[ recovery-image] Aug 27 18:19:14.221 INFO O| Aug 27 18:19:14.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51792026-08-27T18:19:15.294Z[ recovery-image] Aug 27 18:19:14.221 INFO O| Aug 27 18:19:14.221 INFO STEP 50 (remove_files) COMPLETE
51802026-08-27T18:19:15.294Z[ recovery-image] Aug 27 18:19:14.221 INFO O| Aug 27 18:19:14.221 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-27T18:19:15.300Z[ recovery-image] Aug 27 18:19:14.231 INFO O| Aug 27 18:19:14.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51822026-08-27T18:19:15.300Z[ recovery-image] Aug 27 18:19:14.231 INFO O| Aug 27 18:19:14.231 INFO STEP 51 (remove_files) COMPLETE
51832026-08-27T18:19:15.300Z[ recovery-image] Aug 27 18:19:14.231 INFO O| Aug 27 18:19:14.231 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-27T18:19:15.305Z[ recovery-image] Aug 27 18:19:14.241 INFO O| Aug 27 18:19:14.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51852026-08-27T18:19:15.305Z[ recovery-image] Aug 27 18:19:14.241 INFO O| Aug 27 18:19:14.241 INFO STEP 52 (remove_files) COMPLETE
51862026-08-27T18:19:15.309Z[ recovery-image] Aug 27 18:19:14.241 INFO O| Aug 27 18:19:14.241 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-08-27T18:19:15.316Z[ recovery-image] Aug 27 18:19:14.253 INFO O| Aug 27 18:19:14.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51882026-08-27T18:19:15.316Z[ recovery-image] Aug 27 18:19:14.253 INFO O| Aug 27 18:19:14.253 INFO STEP 53 (remove_files) COMPLETE
51892026-08-27T18:19:15.316Z[ recovery-image] Aug 27 18:19:14.253 INFO O| Aug 27 18:19:14.253 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-08-27T18:19:15.326Z[ recovery-image] Aug 27 18:19:14.263 INFO O| Aug 27 18:19:14.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51912026-08-27T18:19:15.326Z[ recovery-image] Aug 27 18:19:14.263 INFO O| Aug 27 18:19:14.263 INFO STEP 54 (remove_files) COMPLETE
51922026-08-27T18:19:15.339Z[ recovery-image] Aug 27 18:19:14.263 INFO O| Aug 27 18:19:14.263 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-08-27T18:19:15.345Z[ recovery-image] Aug 27 18:19:14.272 INFO O| Aug 27 18:19:14.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51942026-08-27T18:19:15.345Z[ recovery-image] Aug 27 18:19:14.272 INFO O| Aug 27 18:19:14.272 INFO STEP 55 (remove_files) COMPLETE
51952026-08-27T18:19:15.345Z[ recovery-image] Aug 27 18:19:14.272 INFO O| Aug 27 18:19:14.272 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-08-27T18:19:15.345Z[ recovery-image] Aug 27 18:19:14.280 INFO O| Aug 27 18:19:14.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51972026-08-27T18:19:15.345Z[ recovery-image] Aug 27 18:19:14.281 INFO O| Aug 27 18:19:14.281 INFO STEP 56 (remove_files) COMPLETE
51982026-08-27T18:19:15.345Z[ recovery-image] Aug 27 18:19:14.281 INFO O| Aug 27 18:19:14.281 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-08-27T18:19:15.354Z[ recovery-image] Aug 27 18:19:14.289 INFO O| Aug 27 18:19:14.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52002026-08-27T18:19:15.354Z[ recovery-image] Aug 27 18:19:14.289 INFO O| Aug 27 18:19:14.289 INFO STEP 57 (remove_files) COMPLETE
52012026-08-27T18:19:15.354Z[ recovery-image] Aug 27 18:19:14.289 INFO O| Aug 27 18:19:14.289 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-08-27T18:19:15.363Z[ recovery-image] Aug 27 18:19:14.299 INFO O| Aug 27 18:19:14.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52032026-08-27T18:19:15.363Z[ recovery-image] Aug 27 18:19:14.299 INFO O| Aug 27 18:19:14.299 INFO STEP 58 (remove_files) COMPLETE
52042026-08-27T18:19:15.363Z[ recovery-image] Aug 27 18:19:14.299 INFO O| Aug 27 18:19:14.299 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-27T18:19:15.395Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52062026-08-27T18:19:15.395Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52072026-08-27T18:19:15.401Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52082026-08-27T18:19:15.401Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52092026-08-27T18:19:15.401Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52102026-08-27T18:19:15.401Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52112026-08-27T18:19:15.401Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 INFO ok!
52122026-08-27T18:19:15.401Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 INFO STEP 59 (ensure_file) COMPLETE
52132026-08-27T18:19:15.401Z[ recovery-image] Aug 27 18:19:14.308 INFO O| Aug 27 18:19:14.308 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.318 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52152026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.319 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52162026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.319 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52172026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.319 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52182026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52192026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.319 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52202026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.319 INFO ok!
52212026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.319 INFO STEP 60 (ensure_file) COMPLETE
52222026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.319 INFO O| Aug 27 18:19:14.319 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.329 INFO O| Aug 27 18:19:14.329 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52242026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.329 INFO O| Aug 27 18:19:14.329 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52252026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.329 INFO O| Aug 27 18:19:14.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52262026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.329 INFO O| Aug 27 18:19:14.329 INFO ok!
52272026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.329 INFO O| Aug 27 18:19:14.329 INFO STEP 61 (ensure_file) COMPLETE
52282026-08-27T18:19:15.402Z[ recovery-image] Aug 27 18:19:14.329 INFO O| Aug 27 18:19:14.329 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-08-27T18:19:15.407Z[ recovery-image] Aug 27 18:19:14.340 INFO O| Aug 27 18:19:14.340 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52302026-08-27T18:19:15.407Z[ recovery-image] Aug 27 18:19:14.340 INFO O| Aug 27 18:19:14.340 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52312026-08-27T18:19:15.408Z[ recovery-image] Aug 27 18:19:14.340 INFO O| Aug 27 18:19:14.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52322026-08-27T18:19:15.408Z[ recovery-image] Aug 27 18:19:14.340 INFO O| Aug 27 18:19:14.340 INFO ok!
52332026-08-27T18:19:15.408Z[ recovery-image] Aug 27 18:19:14.340 INFO O| Aug 27 18:19:14.340 INFO STEP 62 (ensure_file) COMPLETE
52342026-08-27T18:19:15.408Z[ recovery-image] Aug 27 18:19:14.340 INFO O| Aug 27 18:19:14.340 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-08-27T18:19:15.414Z[ recovery-image] Aug 27 18:19:14.350 INFO O| Aug 27 18:19:14.350 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52362026-08-27T18:19:15.418Z[ recovery-image] Aug 27 18:19:14.350 INFO O| Aug 27 18:19:14.350 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52372026-08-27T18:19:15.418Z[ recovery-image] Aug 27 18:19:14.350 INFO O| Aug 27 18:19:14.350 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52382026-08-27T18:19:15.418Z[ recovery-image] Aug 27 18:19:14.350 INFO O| Aug 27 18:19:14.350 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52392026-08-27T18:19:15.418Z[ recovery-image] Aug 27 18:19:14.350 INFO O| Aug 27 18:19:14.350 INFO ok!
52402026-08-27T18:19:15.418Z[ recovery-image] Aug 27 18:19:14.350 INFO O| Aug 27 18:19:14.350 INFO STEP 63 (ensure_file) COMPLETE
52412026-08-27T18:19:15.418Z[ recovery-image] Aug 27 18:19:14.350 INFO O| Aug 27 18:19:14.350 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-08-27T18:19:15.425Z[ recovery-image] Aug 27 18:19:14.360 INFO O| Aug 27 18:19:14.360 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52432026-08-27T18:19:15.426Z[ recovery-image] Aug 27 18:19:14.360 INFO O| Aug 27 18:19:14.360 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52442026-08-27T18:19:15.426Z[ recovery-image] Aug 27 18:19:14.360 INFO O| Aug 27 18:19:14.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52452026-08-27T18:19:15.426Z[ recovery-image] Aug 27 18:19:14.360 INFO O| Aug 27 18:19:14.360 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52462026-08-27T18:19:15.426Z[ recovery-image] Aug 27 18:19:14.360 INFO O| Aug 27 18:19:14.360 INFO ok!
52472026-08-27T18:19:15.431Z[ recovery-image] Aug 27 18:19:14.360 INFO O| Aug 27 18:19:14.360 INFO STEP 64 (ensure_file) COMPLETE
52482026-08-27T18:19:15.431Z[ recovery-image] Aug 27 18:19:14.360 INFO O| Aug 27 18:19:14.360 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52492026-08-27T18:19:15.436Z[ recovery-image] Aug 27 18:19:14.371 INFO O| Aug 27 18:19:14.371 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52502026-08-27T18:19:15.436Z[ recovery-image] Aug 27 18:19:14.371 INFO O| Aug 27 18:19:14.371 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52512026-08-27T18:19:15.436Z[ recovery-image] Aug 27 18:19:14.371 INFO O| Aug 27 18:19:14.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52522026-08-27T18:19:15.436Z[ recovery-image] Aug 27 18:19:14.371 INFO O| Aug 27 18:19:14.371 INFO ok!
52532026-08-27T18:19:15.436Z[ recovery-image] Aug 27 18:19:14.371 INFO O| Aug 27 18:19:14.371 INFO STEP 65 (assemble_files) COMPLETE
52542026-08-27T18:19:15.436Z[ recovery-image] Aug 27 18:19:14.371 INFO O| Aug 27 18:19:14.371 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52552026-08-27T18:19:15.445Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.381 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52562026-08-27T18:19:15.445Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.381 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52572026-08-27T18:19:15.446Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52582026-08-27T18:19:15.446Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52592026-08-27T18:19:15.457Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO ok!
52602026-08-27T18:19:15.457Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO STEP 66 (ensure_file) COMPLETE
52612026-08-27T18:19:15.457Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52622026-08-27T18:19:15.457Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO skip step because feature "omicron1" is not enabled
52632026-08-27T18:19:15.457Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52642026-08-27T18:19:15.457Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO skip step because feature "omicron1" is not enabled
52652026-08-27T18:19:15.457Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-08-27T18:19:15.458Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO skip step because feature "omicron1" is not enabled
52672026-08-27T18:19:15.458Z[ recovery-image] Aug 27 18:19:14.382 INFO O| Aug 27 18:19:14.382 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52682026-08-27T18:19:15.462Z[ recovery-image] Aug 27 18:19:14.397 INFO O| Aug 27 18:19:14.397 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52692026-08-27T18:19:15.462Z[ recovery-image] Aug 27 18:19:14.397 INFO O| Aug 27 18:19:14.397 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52702026-08-27T18:19:16.135Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52712026-08-27T18:19:16.175Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52722026-08-27T18:19:16.799Z[ recovery-image] Aug 27 18:19:15.735 INFO O| Aug 27 18:19:15.735 INFO STEP 70 (pack_tar) COMPLETE
52732026-08-27T18:19:16.799Z[ recovery-image] Aug 27 18:19:15.735 INFO O| Aug 27 18:19:15.735 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52742026-08-27T18:19:16.799Z[ recovery-image] Aug 27 18:19:15.735 INFO O| Aug 27 18:19:15.735 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52752026-08-27T18:19:17.295Z[ recovery-image] Aug 27 18:19:16.231 INFO O| Aug 27 18:19:16.231 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52762026-08-27T18:19:17.414Z[ recovery-image] Aug 27 18:19:16.349 INFO O| Aug 27 18:19:16.349 INFO completed processing sled/ramdisk-02-trim
52772026-08-27T18:19:17.425Z[ recovery-image] Aug 27 18:19:16.351 INFO image builder template: ramdisk-03-recovery-trim...
52782026-08-27T18:19:17.425Z[ recovery-image] Aug 27 18:19:16.351 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/.tmp3ysJTo/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52792026-08-27T18:19:17.429Z[ recovery-image] Aug 27 18:19:16.357 INFO O| Aug 27 18:19:16.357 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52802026-08-27T18:19:17.501Z[ recovery-image] Aug 27 18:19:16.434 INFO O| Aug 27 18:19:16.434 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52812026-08-27T18:19:17.530Z[ recovery-image] Aug 27 18:19:16.438 INFO O| Aug 27 18:19:16.438 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52822026-08-27T18:19:17.620Z[ recovery-image] Aug 27 18:19:16.556 INFO O| Aug 27 18:19:16.556 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52832026-08-27T18:19:17.716Z[ recovery-image] Aug 27 18:19:16.649 INFO O| Aug 27 18:19:16.649 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52842026-08-27T18:19:17.716Z[ recovery-image] Aug 27 18:19:16.649 INFO O| Aug 27 18:19:16.649 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52852026-08-27T18:19:17.723Z[ recovery-image] Aug 27 18:19:16.656 INFO O| Aug 27 18:19:16.656 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52862026-08-27T18:19:17.728Z[ recovery-image] Aug 27 18:19:16.660 INFO O| Aug 27 18:19:16.660 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52872026-08-27T18:19:17.732Z[ recovery-image] Aug 27 18:19:16.664 INFO O| Aug 27 18:19:16.664 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52882026-08-27T18:19:17.773Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52892026-08-27T18:19:17.809Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52902026-08-27T18:19:17.842Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52912026-08-27T18:19:18.490Z[ recovery-image] Aug 27 18:19:17.426 INFO O| Aug 27 18:19:17.426 INFO rolled back to input snapshot; work may begin
52922026-08-27T18:19:18.490Z[ recovery-image] Aug 27 18:19:17.426 INFO O| Aug 27 18:19:17.426 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52932026-08-27T18:19:18.497Z[ recovery-image] Aug 27 18:19:17.431 INFO O| Aug 27 18:19:17.431 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-27T18:19:18.505Z[ recovery-image] Aug 27 18:19:17.441 INFO O| Aug 27 18:19:17.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52952026-08-27T18:19:18.511Z[ recovery-image] Aug 27 18:19:17.444 INFO O| Aug 27 18:19:17.444 INFO STEP 0 (remove_files) COMPLETE
52962026-08-27T18:19:18.511Z[ recovery-image] Aug 27 18:19:17.444 INFO O| Aug 27 18:19:17.444 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-27T18:19:18.519Z[ recovery-image] Aug 27 18:19:17.454 INFO O| Aug 27 18:19:17.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52982026-08-27T18:19:18.523Z[ recovery-image] Aug 27 18:19:17.455 INFO O| Aug 27 18:19:17.455 INFO STEP 1 (remove_files) COMPLETE
52992026-08-27T18:19:18.523Z[ recovery-image] Aug 27 18:19:17.455 INFO O| Aug 27 18:19:17.455 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-27T18:19:18.535Z[ recovery-image] Aug 27 18:19:17.466 INFO O| Aug 27 18:19:17.466 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53012026-08-27T18:19:18.546Z[ recovery-image] Aug 27 18:19:17.474 INFO O| Aug 27 18:19:17.474 INFO STEP 2 (remove_files) COMPLETE
53022026-08-27T18:19:18.546Z[ recovery-image] Aug 27 18:19:17.474 INFO O| Aug 27 18:19:17.474 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-27T18:19:18.553Z[ recovery-image] Aug 27 18:19:17.485 INFO O| Aug 27 18:19:17.485 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53042026-08-27T18:19:18.602Z[ recovery-image] Aug 27 18:19:17.538 INFO O| Aug 27 18:19:17.538 INFO STEP 3 (remove_files) COMPLETE
53052026-08-27T18:19:18.602Z[ recovery-image] Aug 27 18:19:17.538 INFO O| Aug 27 18:19:17.538 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-27T18:19:18.625Z[ recovery-image] Aug 27 18:19:17.548 INFO O| Aug 27 18:19:17.548 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53072026-08-27T18:19:18.625Z[ recovery-image] Aug 27 18:19:17.550 INFO O| Aug 27 18:19:17.550 INFO STEP 4 (remove_files) COMPLETE
53082026-08-27T18:19:18.625Z[ recovery-image] Aug 27 18:19:17.550 INFO O| Aug 27 18:19:17.550 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-27T18:19:18.625Z[ recovery-image] Aug 27 18:19:17.560 INFO O| Aug 27 18:19:17.560 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53102026-08-27T18:19:18.660Z[ recovery-image] Aug 27 18:19:17.597 INFO O| Aug 27 18:19:17.596 INFO STEP 5 (remove_files) COMPLETE
53112026-08-27T18:19:18.660Z[ recovery-image] Aug 27 18:19:17.597 INFO O| Aug 27 18:19:17.597 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-27T18:19:18.671Z[ recovery-image] Aug 27 18:19:17.607 INFO O| Aug 27 18:19:17.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53132026-08-27T18:19:18.685Z[ recovery-image] Aug 27 18:19:17.622 INFO O| Aug 27 18:19:17.622 INFO STEP 6 (remove_files) COMPLETE
53142026-08-27T18:19:18.685Z[ recovery-image] Aug 27 18:19:17.622 INFO O| Aug 27 18:19:17.622 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-27T18:19:18.698Z[ recovery-image] Aug 27 18:19:17.633 INFO O| Aug 27 18:19:17.633 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53162026-08-27T18:19:18.703Z[ recovery-image] Aug 27 18:19:17.635 INFO O| Aug 27 18:19:17.635 INFO STEP 7 (remove_files) COMPLETE
53172026-08-27T18:19:18.703Z[ recovery-image] Aug 27 18:19:17.635 INFO O| Aug 27 18:19:17.635 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-27T18:19:18.717Z[ recovery-image] Aug 27 18:19:17.646 INFO O| Aug 27 18:19:17.646 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53192026-08-27T18:19:18.721Z[ recovery-image] Aug 27 18:19:17.648 INFO O| Aug 27 18:19:17.648 INFO STEP 8 (remove_files) COMPLETE
53202026-08-27T18:19:18.721Z[ recovery-image] Aug 27 18:19:17.648 INFO O| Aug 27 18:19:17.648 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-27T18:19:18.725Z[ recovery-image] Aug 27 18:19:17.659 INFO O| Aug 27 18:19:17.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53222026-08-27T18:19:18.727Z[ recovery-image] Aug 27 18:19:17.663 INFO O| Aug 27 18:19:17.663 INFO STEP 9 (remove_files) COMPLETE
53232026-08-27T18:19:18.727Z[ recovery-image] Aug 27 18:19:17.663 INFO O| Aug 27 18:19:17.663 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-27T18:19:18.738Z[ recovery-image] Aug 27 18:19:17.674 INFO O| Aug 27 18:19:17.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53252026-08-27T18:19:18.739Z[ recovery-image] Aug 27 18:19:17.674 INFO O| Aug 27 18:19:17.674 INFO STEP 10 (remove_files) COMPLETE
53262026-08-27T18:19:18.743Z[ recovery-image] Aug 27 18:19:17.674 INFO O| Aug 27 18:19:17.674 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-27T18:19:18.747Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53282026-08-27T18:19:18.751Z[ recovery-image] Aug 27 18:19:17.684 INFO O| Aug 27 18:19:17.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53292026-08-27T18:19:18.751Z[ recovery-image] Aug 27 18:19:17.686 INFO O| Aug 27 18:19:17.686 INFO STEP 11 (remove_files) COMPLETE
53302026-08-27T18:19:18.751Z[ recovery-image] Aug 27 18:19:17.686 INFO O| Aug 27 18:19:17.686 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-27T18:19:18.761Z[ recovery-image] Aug 27 18:19:17.698 INFO O| Aug 27 18:19:17.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53322026-08-27T18:19:18.812Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53332026-08-27T18:19:18.914Z[ recovery-image] Aug 27 18:19:17.850 INFO O| Aug 27 18:19:17.850 INFO STEP 12 (remove_files) COMPLETE
53342026-08-27T18:19:18.914Z[ recovery-image] Aug 27 18:19:17.851 INFO O| Aug 27 18:19:17.850 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-27T18:19:18.934Z[ recovery-image] Aug 27 18:19:17.870 INFO O| Aug 27 18:19:17.870 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53362026-08-27T18:19:18.957Z[ recovery-image] Aug 27 18:19:17.893 INFO O| Aug 27 18:19:17.893 INFO STEP 13 (remove_files) COMPLETE
53372026-08-27T18:19:18.957Z[ recovery-image] Aug 27 18:19:17.893 INFO O| Aug 27 18:19:17.893 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-27T18:19:18.966Z[ recovery-image] Aug 27 18:19:17.903 INFO O| Aug 27 18:19:17.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53392026-08-27T18:19:18.979Z[ recovery-image] Aug 27 18:19:17.915 INFO O| Aug 27 18:19:17.915 INFO STEP 14 (remove_files) COMPLETE
53402026-08-27T18:19:18.979Z[ recovery-image] Aug 27 18:19:17.915 INFO O| Aug 27 18:19:17.915 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-27T18:19:18.990Z[ recovery-image] Aug 27 18:19:17.927 INFO O| Aug 27 18:19:17.927 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53422026-08-27T18:19:18.990Z[ recovery-image] Aug 27 18:19:17.927 INFO O| Aug 27 18:19:17.927 INFO STEP 15 (remove_files) COMPLETE
53432026-08-27T18:19:18.990Z[ recovery-image] Aug 27 18:19:17.927 INFO O| Aug 27 18:19:17.927 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-27T18:19:19.005Z[ recovery-image] Aug 27 18:19:17.938 INFO O| Aug 27 18:19:17.938 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53452026-08-27T18:19:19.014Z[ recovery-image] Aug 27 18:19:17.938 INFO O| Aug 27 18:19:17.938 INFO STEP 16 (remove_files) COMPLETE
53462026-08-27T18:19:19.014Z[ recovery-image] Aug 27 18:19:17.938 INFO O| Aug 27 18:19:17.938 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-27T18:19:19.033Z[ recovery-image] Aug 27 18:19:17.951 INFO O| Aug 27 18:19:17.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53482026-08-27T18:19:19.046Z[ recovery-image] Aug 27 18:19:17.980 INFO O| Aug 27 18:19:17.980 INFO STEP 17 (remove_files) COMPLETE
53492026-08-27T18:19:19.046Z[ recovery-image] Aug 27 18:19:17.980 INFO O| Aug 27 18:19:17.980 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-27T18:19:19.060Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53512026-08-27T18:19:19.066Z[ recovery-image] Aug 27 18:19:17.991 INFO O| Aug 27 18:19:17.991 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53522026-08-27T18:19:19.066Z[ recovery-image] Aug 27 18:19:17.991 INFO O| Aug 27 18:19:17.991 INFO STEP 18 (remove_files) COMPLETE
53532026-08-27T18:19:19.066Z[ recovery-image] Aug 27 18:19:17.991 INFO O| Aug 27 18:19:17.991 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-27T18:19:19.073Z[ recovery-image] Aug 27 18:19:18.002 INFO O| Aug 27 18:19:18.002 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53552026-08-27T18:19:19.073Z[ recovery-image] Aug 27 18:19:18.003 INFO O| Aug 27 18:19:18.003 INFO STEP 19 (remove_files) COMPLETE
53562026-08-27T18:19:19.073Z[ recovery-image] Aug 27 18:19:18.003 INFO O| Aug 27 18:19:18.003 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-27T18:19:19.081Z[ recovery-image] Aug 27 18:19:18.014 INFO O| Aug 27 18:19:18.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53582026-08-27T18:19:19.087Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53592026-08-27T18:19:19.165Z[ recovery-image] Aug 27 18:19:18.099 INFO O| Aug 27 18:19:18.099 INFO STEP 20 (remove_files) COMPLETE
53602026-08-27T18:19:19.165Z[ recovery-image] Aug 27 18:19:18.099 INFO O| Aug 27 18:19:18.099 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-27T18:19:19.207Z[ recovery-image] Aug 27 18:19:18.109 INFO O| Aug 27 18:19:18.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53622026-08-27T18:19:19.207Z[ recovery-image] Aug 27 18:19:18.111 INFO O| Aug 27 18:19:18.111 INFO STEP 21 (remove_files) COMPLETE
53632026-08-27T18:19:19.207Z[ recovery-image] Aug 27 18:19:18.111 INFO O| Aug 27 18:19:18.111 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.126 INFO O| Aug 27 18:19:18.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53652026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.127 INFO O| Aug 27 18:19:18.127 INFO STEP 22 (remove_files) COMPLETE
53662026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.127 INFO O| Aug 27 18:19:18.127 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.139 INFO O| Aug 27 18:19:18.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53682026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.151 INFO O| Aug 27 18:19:18.151 INFO STEP 23 (remove_files) COMPLETE
53692026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.151 INFO O| Aug 27 18:19:18.151 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.161 INFO O| Aug 27 18:19:18.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53712026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.162 INFO O| Aug 27 18:19:18.162 INFO STEP 24 (remove_files) COMPLETE
53722026-08-27T18:19:19.267Z[ recovery-image] Aug 27 18:19:18.162 INFO O| Aug 27 18:19:18.162 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.170 INFO O| Aug 27 18:19:18.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53742026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.171 INFO O| Aug 27 18:19:18.171 INFO STEP 25 (remove_files) COMPLETE
53752026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.171 INFO O| Aug 27 18:19:18.171 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.180 INFO O| Aug 27 18:19:18.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53772026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.180 INFO O| Aug 27 18:19:18.180 INFO STEP 26 (remove_files) COMPLETE
53782026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.180 INFO O| Aug 27 18:19:18.180 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.189 INFO O| Aug 27 18:19:18.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53802026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.190 INFO O| Aug 27 18:19:18.190 INFO STEP 27 (remove_files) COMPLETE
53812026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.190 INFO O| Aug 27 18:19:18.190 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.199 INFO O| Aug 27 18:19:18.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53832026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.199 INFO O| Aug 27 18:19:18.199 INFO STEP 28 (remove_files) COMPLETE
53842026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.199 INFO O| Aug 27 18:19:18.199 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.207 INFO O| Aug 27 18:19:18.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53862026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.207 INFO O| Aug 27 18:19:18.207 INFO STEP 29 (remove_files) COMPLETE
53872026-08-27T18:19:19.271Z[ recovery-image] Aug 27 18:19:18.207 INFO O| Aug 27 18:19:18.207 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-27T18:19:19.282Z[ recovery-image] Aug 27 18:19:18.217 INFO O| Aug 27 18:19:18.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53892026-08-27T18:19:19.282Z[ recovery-image] Aug 27 18:19:18.218 INFO O| Aug 27 18:19:18.218 INFO STEP 30 (remove_files) COMPLETE
53902026-08-27T18:19:19.287Z[ recovery-image] Aug 27 18:19:18.218 INFO O| Aug 27 18:19:18.218 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-27T18:19:19.295Z[ recovery-image] Aug 27 18:19:18.227 INFO O| Aug 27 18:19:18.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53922026-08-27T18:19:19.295Z[ recovery-image] Aug 27 18:19:18.227 INFO O| Aug 27 18:19:18.227 INFO STEP 31 (remove_files) COMPLETE
53932026-08-27T18:19:19.298Z[ recovery-image] Aug 27 18:19:18.227 INFO O| Aug 27 18:19:18.227 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-27T18:19:19.302Z[ recovery-image] Aug 27 18:19:18.237 INFO O| Aug 27 18:19:18.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53952026-08-27T18:19:19.305Z[ recovery-image] Aug 27 18:19:18.238 INFO O| Aug 27 18:19:18.238 INFO STEP 32 (remove_files) COMPLETE
53962026-08-27T18:19:19.305Z[ recovery-image] Aug 27 18:19:18.238 INFO O| Aug 27 18:19:18.238 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-27T18:19:19.314Z[ recovery-image] Aug 27 18:19:18.249 INFO O| Aug 27 18:19:18.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53982026-08-27T18:19:19.318Z[ recovery-image] Aug 27 18:19:18.249 INFO O| Aug 27 18:19:18.249 INFO STEP 33 (remove_files) COMPLETE
53992026-08-27T18:19:19.318Z[ recovery-image] Aug 27 18:19:18.249 INFO O| Aug 27 18:19:18.249 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-27T18:19:19.323Z[ recovery-image] Aug 27 18:19:18.259 INFO O| Aug 27 18:19:18.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54012026-08-27T18:19:19.323Z[ recovery-image] Aug 27 18:19:18.259 INFO O| Aug 27 18:19:18.259 INFO STEP 34 (remove_files) COMPLETE
54022026-08-27T18:19:19.327Z[ recovery-image] Aug 27 18:19:18.259 INFO O| Aug 27 18:19:18.259 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-27T18:19:19.332Z[ recovery-image] Aug 27 18:19:18.268 INFO O| Aug 27 18:19:18.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54042026-08-27T18:19:19.336Z[ recovery-image] Aug 27 18:19:18.269 INFO O| Aug 27 18:19:18.269 INFO STEP 35 (remove_files) COMPLETE
54052026-08-27T18:19:19.336Z[ recovery-image] Aug 27 18:19:18.269 INFO O| Aug 27 18:19:18.269 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-27T18:19:19.343Z[ recovery-image] Aug 27 18:19:18.279 INFO O| Aug 27 18:19:18.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54072026-08-27T18:19:19.343Z[ recovery-image] Aug 27 18:19:18.279 INFO O| Aug 27 18:19:18.279 INFO STEP 36 (remove_files) COMPLETE
54082026-08-27T18:19:19.343Z[ recovery-image] Aug 27 18:19:18.280 INFO O| Aug 27 18:19:18.279 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-27T18:19:19.353Z[ recovery-image] Aug 27 18:19:18.289 INFO O| Aug 27 18:19:18.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54102026-08-27T18:19:19.353Z[ recovery-image] Aug 27 18:19:18.289 INFO O| Aug 27 18:19:18.289 INFO STEP 37 (remove_files) COMPLETE
54112026-08-27T18:19:19.358Z[ recovery-image] Aug 27 18:19:18.289 INFO O| Aug 27 18:19:18.289 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-27T18:19:19.362Z[ recovery-image] Aug 27 18:19:18.298 INFO O| Aug 27 18:19:18.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54132026-08-27T18:19:19.362Z[ recovery-image] Aug 27 18:19:18.298 INFO O| Aug 27 18:19:18.298 INFO STEP 38 (remove_files) COMPLETE
54142026-08-27T18:19:19.362Z[ recovery-image] Aug 27 18:19:18.298 INFO O| Aug 27 18:19:18.298 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-27T18:19:19.372Z[ recovery-image] Aug 27 18:19:18.308 INFO O| Aug 27 18:19:18.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54162026-08-27T18:19:19.372Z[ recovery-image] Aug 27 18:19:18.308 INFO O| Aug 27 18:19:18.308 INFO STEP 39 (remove_files) COMPLETE
54172026-08-27T18:19:19.376Z[ recovery-image] Aug 27 18:19:18.308 INFO O| Aug 27 18:19:18.308 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-27T18:19:19.388Z[ recovery-image] Aug 27 18:19:18.317 INFO O| Aug 27 18:19:18.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54192026-08-27T18:19:19.389Z[ recovery-image] Aug 27 18:19:18.317 INFO O| Aug 27 18:19:18.317 INFO STEP 40 (remove_files) COMPLETE
54202026-08-27T18:19:19.389Z[ recovery-image] Aug 27 18:19:18.317 INFO O| Aug 27 18:19:18.317 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-27T18:19:19.393Z[ recovery-image] Aug 27 18:19:18.327 INFO O| Aug 27 18:19:18.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54222026-08-27T18:19:19.393Z[ recovery-image] Aug 27 18:19:18.327 INFO O| Aug 27 18:19:18.327 INFO STEP 41 (remove_files) COMPLETE
54232026-08-27T18:19:19.393Z[ recovery-image] Aug 27 18:19:18.327 INFO O| Aug 27 18:19:18.327 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-27T18:19:19.400Z[ recovery-image] Aug 27 18:19:18.336 INFO O| Aug 27 18:19:18.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54252026-08-27T18:19:19.401Z[ recovery-image] Aug 27 18:19:18.336 INFO O| Aug 27 18:19:18.336 INFO STEP 42 (remove_files) COMPLETE
54262026-08-27T18:19:19.401Z[ recovery-image] Aug 27 18:19:18.336 INFO O| Aug 27 18:19:18.336 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-27T18:19:19.409Z[ recovery-image] Aug 27 18:19:18.344 INFO O| Aug 27 18:19:18.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54282026-08-27T18:19:19.409Z[ recovery-image] Aug 27 18:19:18.344 INFO O| Aug 27 18:19:18.344 INFO STEP 43 (remove_files) COMPLETE
54292026-08-27T18:19:19.409Z[ recovery-image] Aug 27 18:19:18.344 INFO O| Aug 27 18:19:18.344 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-27T18:19:19.416Z[ recovery-image] Aug 27 18:19:18.352 INFO O| Aug 27 18:19:18.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54312026-08-27T18:19:19.416Z[ recovery-image] Aug 27 18:19:18.352 INFO O| Aug 27 18:19:18.352 INFO STEP 44 (remove_files) COMPLETE
54322026-08-27T18:19:19.420Z[ recovery-image] Aug 27 18:19:18.352 INFO O| Aug 27 18:19:18.352 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-27T18:19:19.424Z[ recovery-image] Aug 27 18:19:18.360 INFO O| Aug 27 18:19:18.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54342026-08-27T18:19:19.424Z[ recovery-image] Aug 27 18:19:18.360 INFO O| Aug 27 18:19:18.360 INFO STEP 45 (remove_files) COMPLETE
54352026-08-27T18:19:19.428Z[ recovery-image] Aug 27 18:19:18.360 INFO O| Aug 27 18:19:18.360 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-27T18:19:19.433Z[ recovery-image] Aug 27 18:19:18.368 INFO O| Aug 27 18:19:18.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54372026-08-27T18:19:19.439Z[ recovery-image] Aug 27 18:19:18.369 INFO O| Aug 27 18:19:18.369 INFO STEP 46 (remove_files) COMPLETE
54382026-08-27T18:19:19.439Z[ recovery-image] Aug 27 18:19:18.369 INFO O| Aug 27 18:19:18.369 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-27T18:19:19.443Z[ recovery-image] Aug 27 18:19:18.378 INFO O| Aug 27 18:19:18.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54402026-08-27T18:19:19.443Z[ recovery-image] Aug 27 18:19:18.378 INFO O| Aug 27 18:19:18.378 INFO STEP 47 (remove_files) COMPLETE
54412026-08-27T18:19:19.443Z[ recovery-image] Aug 27 18:19:18.378 INFO O| Aug 27 18:19:18.378 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-27T18:19:19.452Z[ recovery-image] Aug 27 18:19:18.388 INFO O| Aug 27 18:19:18.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54432026-08-27T18:19:19.452Z[ recovery-image] Aug 27 18:19:18.388 INFO O| Aug 27 18:19:18.388 INFO STEP 48 (remove_files) COMPLETE
54442026-08-27T18:19:19.452Z[ recovery-image] Aug 27 18:19:18.388 INFO O| Aug 27 18:19:18.388 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-27T18:19:19.461Z[ recovery-image] Aug 27 18:19:18.397 INFO O| Aug 27 18:19:18.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54462026-08-27T18:19:19.461Z[ recovery-image] Aug 27 18:19:18.398 INFO O| Aug 27 18:19:18.398 INFO STEP 49 (remove_files) COMPLETE
54472026-08-27T18:19:19.464Z[ recovery-image] Aug 27 18:19:18.398 INFO O| Aug 27 18:19:18.398 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-27T18:19:19.475Z[ recovery-image] Aug 27 18:19:18.407 INFO O| Aug 27 18:19:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54492026-08-27T18:19:19.475Z[ recovery-image] Aug 27 18:19:18.407 INFO O| Aug 27 18:19:18.407 INFO STEP 50 (remove_files) COMPLETE
54502026-08-27T18:19:19.475Z[ recovery-image] Aug 27 18:19:18.407 INFO O| Aug 27 18:19:18.407 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-27T18:19:19.479Z[ recovery-image] Aug 27 18:19:18.415 INFO O| Aug 27 18:19:18.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54522026-08-27T18:19:19.479Z[ recovery-image] Aug 27 18:19:18.416 INFO O| Aug 27 18:19:18.416 INFO STEP 51 (remove_files) COMPLETE
54532026-08-27T18:19:19.479Z[ recovery-image] Aug 27 18:19:18.416 INFO O| Aug 27 18:19:18.416 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-27T18:19:19.487Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
54552026-08-27T18:19:19.491Z[ recovery-image] Aug 27 18:19:18.427 INFO O| Aug 27 18:19:18.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54562026-08-27T18:19:19.495Z[ recovery-image] Aug 27 18:19:18.428 INFO O| Aug 27 18:19:18.428 INFO STEP 52 (remove_files) COMPLETE
54572026-08-27T18:19:19.495Z[ recovery-image] Aug 27 18:19:18.428 INFO O| Aug 27 18:19:18.428 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-27T18:19:19.502Z[ recovery-image] Aug 27 18:19:18.439 INFO O| Aug 27 18:19:18.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54592026-08-27T18:19:19.502Z[ recovery-image] Aug 27 18:19:18.439 INFO O| Aug 27 18:19:18.439 INFO STEP 53 (remove_files) COMPLETE
54602026-08-27T18:19:19.502Z[ recovery-image] Aug 27 18:19:18.439 INFO O| Aug 27 18:19:18.439 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-27T18:19:19.512Z[ recovery-image] Aug 27 18:19:18.448 INFO O| Aug 27 18:19:18.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54622026-08-27T18:19:19.520Z[ recovery-image] Aug 27 18:19:18.450 INFO O| Aug 27 18:19:18.450 INFO STEP 54 (remove_files) COMPLETE
54632026-08-27T18:19:19.520Z[ recovery-image] Aug 27 18:19:18.450 INFO O| Aug 27 18:19:18.450 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-27T18:19:19.524Z[ recovery-image] Aug 27 18:19:18.459 INFO O| Aug 27 18:19:18.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54652026-08-27T18:19:19.524Z[ recovery-image] Aug 27 18:19:18.459 INFO O| Aug 27 18:19:18.459 INFO STEP 55 (remove_files) COMPLETE
54662026-08-27T18:19:19.524Z[ recovery-image] Aug 27 18:19:18.459 INFO O| Aug 27 18:19:18.459 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-27T18:19:19.532Z[ recovery-image] Aug 27 18:19:18.469 INFO O| Aug 27 18:19:18.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54682026-08-27T18:19:19.532Z[ recovery-image] Aug 27 18:19:18.469 INFO O| Aug 27 18:19:18.469 INFO STEP 56 (remove_files) COMPLETE
54692026-08-27T18:19:19.532Z[ recovery-image] Aug 27 18:19:18.469 INFO O| Aug 27 18:19:18.469 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-27T18:19:19.543Z[ recovery-image] Aug 27 18:19:18.478 INFO O| Aug 27 18:19:18.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54712026-08-27T18:19:19.543Z[ recovery-image] Aug 27 18:19:18.478 INFO O| Aug 27 18:19:18.478 INFO STEP 57 (remove_files) COMPLETE
54722026-08-27T18:19:19.560Z[ recovery-image] Aug 27 18:19:18.478 INFO O| Aug 27 18:19:18.478 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-27T18:19:19.561Z[ recovery-image] Aug 27 18:19:18.488 INFO O| Aug 27 18:19:18.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54742026-08-27T18:19:19.561Z[ recovery-image] Aug 27 18:19:18.488 INFO O| Aug 27 18:19:18.488 INFO STEP 58 (remove_files) COMPLETE
54752026-08-27T18:19:19.561Z[ recovery-image] Aug 27 18:19:18.488 INFO O| Aug 27 18:19:18.488 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-27T18:19:19.566Z[ recovery-image] Aug 27 18:19:18.497 INFO O| Aug 27 18:19:18.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54772026-08-27T18:19:19.566Z[ recovery-image] Aug 27 18:19:18.497 INFO O| Aug 27 18:19:18.497 INFO STEP 59 (remove_files) COMPLETE
54782026-08-27T18:19:19.566Z[ recovery-image] Aug 27 18:19:18.497 INFO O| Aug 27 18:19:18.497 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-27T18:19:19.571Z[ recovery-image] Aug 27 18:19:18.506 INFO O| Aug 27 18:19:18.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54802026-08-27T18:19:19.571Z[ recovery-image] Aug 27 18:19:18.506 INFO O| Aug 27 18:19:18.506 INFO STEP 60 (remove_files) COMPLETE
54812026-08-27T18:19:19.583Z[ recovery-image] Aug 27 18:19:18.506 INFO O| Aug 27 18:19:18.506 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-27T18:19:19.584Z[ recovery-image] Aug 27 18:19:18.515 INFO O| Aug 27 18:19:18.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54832026-08-27T18:19:19.584Z[ recovery-image] Aug 27 18:19:18.515 INFO O| Aug 27 18:19:18.515 INFO STEP 61 (remove_files) COMPLETE
54842026-08-27T18:19:19.584Z[ recovery-image] Aug 27 18:19:18.515 INFO O| Aug 27 18:19:18.515 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-27T18:19:19.592Z[ recovery-image] Aug 27 18:19:18.525 INFO O| Aug 27 18:19:18.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54862026-08-27T18:19:19.592Z[ recovery-image] Aug 27 18:19:18.525 INFO O| Aug 27 18:19:18.525 INFO STEP 62 (remove_files) COMPLETE
54872026-08-27T18:19:19.597Z[ recovery-image] Aug 27 18:19:18.525 INFO O| Aug 27 18:19:18.525 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-27T18:19:19.601Z[ recovery-image] Aug 27 18:19:18.535 INFO O| Aug 27 18:19:18.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54892026-08-27T18:19:19.601Z[ recovery-image] Aug 27 18:19:18.535 INFO O| Aug 27 18:19:18.535 INFO STEP 63 (remove_files) COMPLETE
54902026-08-27T18:19:19.601Z[ recovery-image] Aug 27 18:19:18.535 INFO O| Aug 27 18:19:18.535 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-27T18:19:19.608Z[ recovery-image] Aug 27 18:19:18.544 INFO O| Aug 27 18:19:18.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54922026-08-27T18:19:19.613Z[ recovery-image] Aug 27 18:19:18.544 INFO O| Aug 27 18:19:18.544 INFO STEP 64 (remove_files) COMPLETE
54932026-08-27T18:19:19.613Z[ recovery-image] Aug 27 18:19:18.544 INFO O| Aug 27 18:19:18.544 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-27T18:19:19.617Z[ recovery-image] Aug 27 18:19:18.553 INFO O| Aug 27 18:19:18.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54952026-08-27T18:19:19.617Z[ recovery-image] Aug 27 18:19:18.553 INFO O| Aug 27 18:19:18.553 INFO STEP 65 (remove_files) COMPLETE
54962026-08-27T18:19:19.618Z[ recovery-image] Aug 27 18:19:18.553 INFO O| Aug 27 18:19:18.553 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-27T18:19:19.626Z[ recovery-image] Aug 27 18:19:18.561 INFO O| Aug 27 18:19:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54982026-08-27T18:19:19.626Z[ recovery-image] Aug 27 18:19:18.561 INFO O| Aug 27 18:19:18.561 INFO STEP 66 (remove_files) COMPLETE
54992026-08-27T18:19:19.626Z[ recovery-image] Aug 27 18:19:18.561 INFO O| Aug 27 18:19:18.561 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-27T18:19:19.633Z[ recovery-image] Aug 27 18:19:18.569 INFO O| Aug 27 18:19:18.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55012026-08-27T18:19:19.634Z[ recovery-image] Aug 27 18:19:18.569 INFO O| Aug 27 18:19:18.569 INFO STEP 67 (remove_files) COMPLETE
55022026-08-27T18:19:19.634Z[ recovery-image] Aug 27 18:19:18.569 INFO O| Aug 27 18:19:18.569 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-27T18:19:19.643Z[ recovery-image] Aug 27 18:19:18.579 INFO O| Aug 27 18:19:18.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55042026-08-27T18:19:19.643Z[ recovery-image] Aug 27 18:19:18.579 INFO O| Aug 27 18:19:18.579 INFO STEP 68 (remove_files) COMPLETE
55052026-08-27T18:19:19.643Z[ recovery-image] Aug 27 18:19:18.579 INFO O| Aug 27 18:19:18.579 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-27T18:19:19.651Z[ recovery-image] Aug 27 18:19:18.588 INFO O| Aug 27 18:19:18.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55072026-08-27T18:19:19.652Z[ recovery-image] Aug 27 18:19:18.588 INFO O| Aug 27 18:19:18.588 INFO STEP 69 (remove_files) COMPLETE
55082026-08-27T18:19:19.655Z[ recovery-image] Aug 27 18:19:18.588 INFO O| Aug 27 18:19:18.588 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-27T18:19:19.661Z[ recovery-image] Aug 27 18:19:18.596 INFO O| Aug 27 18:19:18.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55102026-08-27T18:19:19.661Z[ recovery-image] Aug 27 18:19:18.597 INFO O| Aug 27 18:19:18.597 INFO STEP 70 (remove_files) COMPLETE
55112026-08-27T18:19:19.661Z[ recovery-image] Aug 27 18:19:18.597 INFO O| Aug 27 18:19:18.597 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-27T18:19:19.671Z[ recovery-image] Aug 27 18:19:18.607 INFO O| Aug 27 18:19:18.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55132026-08-27T18:19:19.671Z[ recovery-image] Aug 27 18:19:18.607 INFO O| Aug 27 18:19:18.607 INFO STEP 71 (remove_files) COMPLETE
55142026-08-27T18:19:19.671Z[ recovery-image] Aug 27 18:19:18.607 INFO O| Aug 27 18:19:18.607 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-27T18:19:19.680Z[ recovery-image] Aug 27 18:19:18.616 INFO O| Aug 27 18:19:18.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55162026-08-27T18:19:19.680Z[ recovery-image] Aug 27 18:19:18.616 INFO O| Aug 27 18:19:18.616 INFO STEP 72 (remove_files) COMPLETE
55172026-08-27T18:19:19.680Z[ recovery-image] Aug 27 18:19:18.616 INFO O| Aug 27 18:19:18.616 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-27T18:19:19.690Z[ recovery-image] Aug 27 18:19:18.625 INFO O| Aug 27 18:19:18.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55192026-08-27T18:19:19.690Z[ recovery-image] Aug 27 18:19:18.625 INFO O| Aug 27 18:19:18.625 INFO STEP 73 (remove_files) COMPLETE
55202026-08-27T18:19:19.690Z[ recovery-image] Aug 27 18:19:18.625 INFO O| Aug 27 18:19:18.625 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-27T18:19:19.697Z[ recovery-image] Aug 27 18:19:18.634 INFO O| Aug 27 18:19:18.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55222026-08-27T18:19:19.698Z[ recovery-image] Aug 27 18:19:18.634 INFO O| Aug 27 18:19:18.634 INFO STEP 74 (remove_files) COMPLETE
55232026-08-27T18:19:19.698Z[ recovery-image] Aug 27 18:19:18.634 INFO O| Aug 27 18:19:18.634 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-27T18:19:19.708Z[ recovery-image] Aug 27 18:19:18.643 INFO O| Aug 27 18:19:18.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55252026-08-27T18:19:19.708Z[ recovery-image] Aug 27 18:19:18.643 INFO O| Aug 27 18:19:18.643 INFO STEP 75 (remove_files) COMPLETE
55262026-08-27T18:19:19.708Z[ recovery-image] Aug 27 18:19:18.643 INFO O| Aug 27 18:19:18.643 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-27T18:19:19.715Z[ recovery-image] Aug 27 18:19:18.652 INFO O| Aug 27 18:19:18.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55282026-08-27T18:19:19.715Z[ recovery-image] Aug 27 18:19:18.652 INFO O| Aug 27 18:19:18.652 INFO STEP 76 (remove_files) COMPLETE
55292026-08-27T18:19:19.715Z[ recovery-image] Aug 27 18:19:18.652 INFO O| Aug 27 18:19:18.652 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-27T18:19:19.726Z[ recovery-image] Aug 27 18:19:18.660 INFO O| Aug 27 18:19:18.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55312026-08-27T18:19:19.727Z[ recovery-image] Aug 27 18:19:18.661 INFO O| Aug 27 18:19:18.661 INFO STEP 77 (remove_files) COMPLETE
55322026-08-27T18:19:19.730Z[ recovery-image] Aug 27 18:19:18.661 INFO O| Aug 27 18:19:18.661 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-27T18:19:19.735Z[ recovery-image] Aug 27 18:19:18.670 INFO O| Aug 27 18:19:18.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55342026-08-27T18:19:19.735Z[ recovery-image] Aug 27 18:19:18.670 INFO O| Aug 27 18:19:18.670 INFO STEP 78 (remove_files) COMPLETE
55352026-08-27T18:19:19.735Z[ recovery-image] Aug 27 18:19:18.670 INFO O| Aug 27 18:19:18.670 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-27T18:19:19.743Z[ recovery-image] Aug 27 18:19:18.679 INFO O| Aug 27 18:19:18.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55372026-08-27T18:19:19.743Z[ recovery-image] Aug 27 18:19:18.679 INFO O| Aug 27 18:19:18.679 INFO STEP 79 (remove_files) COMPLETE
55382026-08-27T18:19:19.748Z[ recovery-image] Aug 27 18:19:18.679 INFO O| Aug 27 18:19:18.679 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-27T18:19:19.754Z[ recovery-image] Aug 27 18:19:18.688 INFO O| Aug 27 18:19:18.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55402026-08-27T18:19:19.754Z[ recovery-image] Aug 27 18:19:18.688 INFO O| Aug 27 18:19:18.688 INFO STEP 80 (remove_files) COMPLETE
55412026-08-27T18:19:19.754Z[ recovery-image] Aug 27 18:19:18.688 INFO O| Aug 27 18:19:18.688 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-27T18:19:19.760Z[ recovery-image] Aug 27 18:19:18.696 INFO O| Aug 27 18:19:18.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55432026-08-27T18:19:19.760Z[ recovery-image] Aug 27 18:19:18.697 INFO O| Aug 27 18:19:18.697 INFO STEP 81 (remove_files) COMPLETE
55442026-08-27T18:19:19.760Z[ recovery-image] Aug 27 18:19:18.697 INFO O| Aug 27 18:19:18.697 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-27T18:19:19.799Z[ recovery-image] Aug 27 18:19:18.735 INFO O| Aug 27 18:19:18.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55462026-08-27T18:19:19.799Z[ recovery-image] Aug 27 18:19:18.735 INFO O| Aug 27 18:19:18.735 INFO STEP 82 (remove_files) COMPLETE
55472026-08-27T18:19:19.799Z[ recovery-image] Aug 27 18:19:18.735 INFO O| Aug 27 18:19:18.735 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-27T18:19:19.807Z[ recovery-image] Aug 27 18:19:18.743 INFO O| Aug 27 18:19:18.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55492026-08-27T18:19:19.807Z[ recovery-image] Aug 27 18:19:18.743 INFO O| Aug 27 18:19:18.743 INFO STEP 83 (remove_files) COMPLETE
55502026-08-27T18:19:19.808Z[ recovery-image] Aug 27 18:19:18.743 INFO O| Aug 27 18:19:18.743 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-27T18:19:19.817Z[ recovery-image] Aug 27 18:19:18.753 INFO O| Aug 27 18:19:18.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55522026-08-27T18:19:19.817Z[ recovery-image] Aug 27 18:19:18.753 INFO O| Aug 27 18:19:18.753 INFO STEP 84 (remove_files) COMPLETE
55532026-08-27T18:19:19.820Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55542026-08-27T18:19:19.820Z[ recovery-image] Aug 27 18:19:18.753 INFO O| Aug 27 18:19:18.753 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-27T18:19:19.826Z[ recovery-image] Aug 27 18:19:18.763 INFO O| Aug 27 18:19:18.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55562026-08-27T18:19:19.831Z[ recovery-image] Aug 27 18:19:18.764 INFO O| Aug 27 18:19:18.764 INFO STEP 85 (remove_files) COMPLETE
55572026-08-27T18:19:19.831Z[ recovery-image] Aug 27 18:19:18.764 INFO O| Aug 27 18:19:18.764 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-27T18:19:19.838Z[ recovery-image] Aug 27 18:19:18.773 INFO O| Aug 27 18:19:18.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55592026-08-27T18:19:19.838Z[ recovery-image] Aug 27 18:19:18.773 INFO O| Aug 27 18:19:18.773 INFO STEP 86 (remove_files) COMPLETE
55602026-08-27T18:19:19.838Z[ recovery-image] Aug 27 18:19:18.773 INFO O| Aug 27 18:19:18.773 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-27T18:19:19.847Z[ recovery-image] Aug 27 18:19:18.782 INFO O| Aug 27 18:19:18.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55622026-08-27T18:19:19.847Z[ recovery-image] Aug 27 18:19:18.782 INFO O| Aug 27 18:19:18.782 INFO STEP 87 (remove_files) COMPLETE
55632026-08-27T18:19:19.851Z[ recovery-image] Aug 27 18:19:18.782 INFO O| Aug 27 18:19:18.782 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-27T18:19:19.856Z[ recovery-image] Aug 27 18:19:18.792 INFO O| Aug 27 18:19:18.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55652026-08-27T18:19:19.856Z[ recovery-image] Aug 27 18:19:18.792 INFO O| Aug 27 18:19:18.792 INFO STEP 88 (remove_files) COMPLETE
55662026-08-27T18:19:19.859Z[ recovery-image] Aug 27 18:19:18.792 INFO O| Aug 27 18:19:18.792 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-27T18:19:19.864Z[ recovery-image] Aug 27 18:19:18.801 INFO O| Aug 27 18:19:18.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55682026-08-27T18:19:19.868Z[ recovery-image] Aug 27 18:19:18.802 INFO O| Aug 27 18:19:18.802 INFO STEP 89 (remove_files) COMPLETE
55692026-08-27T18:19:19.868Z[ recovery-image] Aug 27 18:19:18.802 INFO O| Aug 27 18:19:18.802 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-27T18:19:19.876Z[ recovery-image] Aug 27 18:19:18.812 INFO O| Aug 27 18:19:18.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55712026-08-27T18:19:19.876Z[ recovery-image] Aug 27 18:19:18.812 INFO O| Aug 27 18:19:18.812 INFO STEP 90 (remove_files) COMPLETE
55722026-08-27T18:19:19.876Z[ recovery-image] Aug 27 18:19:18.812 INFO O| Aug 27 18:19:18.812 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-27T18:19:19.890Z[ recovery-image] Aug 27 18:19:18.821 INFO O| Aug 27 18:19:18.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55742026-08-27T18:19:19.890Z[ recovery-image] Aug 27 18:19:18.821 INFO O| Aug 27 18:19:18.821 INFO STEP 91 (remove_files) COMPLETE
55752026-08-27T18:19:19.894Z[ recovery-image] Aug 27 18:19:18.821 INFO O| Aug 27 18:19:18.821 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-27T18:19:19.894Z[ recovery-image] Aug 27 18:19:18.829 INFO O| Aug 27 18:19:18.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55772026-08-27T18:19:19.894Z[ recovery-image] Aug 27 18:19:18.829 INFO O| Aug 27 18:19:18.829 INFO STEP 92 (remove_files) COMPLETE
55782026-08-27T18:19:19.894Z[ recovery-image] Aug 27 18:19:18.829 INFO O| Aug 27 18:19:18.829 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-27T18:19:19.902Z[ recovery-image] Aug 27 18:19:18.838 INFO O| Aug 27 18:19:18.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55802026-08-27T18:19:19.902Z[ recovery-image] Aug 27 18:19:18.838 INFO O| Aug 27 18:19:18.838 INFO STEP 93 (remove_files) COMPLETE
55812026-08-27T18:19:19.902Z[ recovery-image] Aug 27 18:19:18.838 INFO O| Aug 27 18:19:18.838 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-27T18:19:19.912Z[ recovery-image] Aug 27 18:19:18.846 INFO O| Aug 27 18:19:18.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55832026-08-27T18:19:19.912Z[ recovery-image] Aug 27 18:19:18.846 INFO O| Aug 27 18:19:18.846 INFO STEP 94 (remove_files) COMPLETE
55842026-08-27T18:19:19.912Z[ recovery-image] Aug 27 18:19:18.846 INFO O| Aug 27 18:19:18.846 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-27T18:19:19.919Z[ recovery-image] Aug 27 18:19:18.854 INFO O| Aug 27 18:19:18.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55862026-08-27T18:19:19.923Z[ recovery-image] Aug 27 18:19:18.855 INFO O| Aug 27 18:19:18.855 INFO STEP 95 (remove_files) COMPLETE
55872026-08-27T18:19:19.923Z[ recovery-image] Aug 27 18:19:18.855 INFO O| Aug 27 18:19:18.855 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-27T18:19:19.927Z[ recovery-image] Aug 27 18:19:18.862 INFO O| Aug 27 18:19:18.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55892026-08-27T18:19:19.927Z[ recovery-image] Aug 27 18:19:18.862 INFO O| Aug 27 18:19:18.862 INFO STEP 96 (remove_files) COMPLETE
55902026-08-27T18:19:19.927Z[ recovery-image] Aug 27 18:19:18.862 INFO O| Aug 27 18:19:18.862 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-27T18:19:19.933Z[ recovery-image] Aug 27 18:19:18.870 INFO O| Aug 27 18:19:18.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55922026-08-27T18:19:19.933Z[ recovery-image] Aug 27 18:19:18.870 INFO O| Aug 27 18:19:18.870 INFO STEP 97 (remove_files) COMPLETE
55932026-08-27T18:19:19.934Z[ recovery-image] Aug 27 18:19:18.870 INFO O| Aug 27 18:19:18.870 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-27T18:19:19.942Z[ recovery-image] Aug 27 18:19:18.878 INFO O| Aug 27 18:19:18.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55952026-08-27T18:19:19.942Z[ recovery-image] Aug 27 18:19:18.878 INFO O| Aug 27 18:19:18.878 INFO STEP 98 (remove_files) COMPLETE
55962026-08-27T18:19:19.948Z[ recovery-image] Aug 27 18:19:18.878 INFO O| Aug 27 18:19:18.878 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-27T18:19:19.953Z[ recovery-image] Aug 27 18:19:18.885 INFO O| Aug 27 18:19:18.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55982026-08-27T18:19:19.953Z[ recovery-image] Aug 27 18:19:18.886 INFO O| Aug 27 18:19:18.885 INFO STEP 99 (remove_files) COMPLETE
55992026-08-27T18:19:19.953Z[ recovery-image] Aug 27 18:19:18.886 INFO O| Aug 27 18:19:18.886 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-27T18:19:19.991Z[ recovery-image] Aug 27 18:19:18.926 INFO O| Aug 27 18:19:18.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56012026-08-27T18:19:19.991Z[ recovery-image] Aug 27 18:19:18.926 INFO O| Aug 27 18:19:18.926 INFO STEP 100 (remove_files) COMPLETE
56022026-08-27T18:19:19.991Z[ recovery-image] Aug 27 18:19:18.926 INFO O| Aug 27 18:19:18.926 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-27T18:19:20.002Z[ recovery-image] Aug 27 18:19:18.937 INFO O| Aug 27 18:19:18.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56042026-08-27T18:19:20.002Z[ recovery-image] Aug 27 18:19:18.937 INFO O| Aug 27 18:19:18.937 INFO STEP 101 (remove_files) COMPLETE
56052026-08-27T18:19:20.002Z[ recovery-image] Aug 27 18:19:18.937 INFO O| Aug 27 18:19:18.937 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-27T18:19:20.012Z[ recovery-image] Aug 27 18:19:18.948 INFO O| Aug 27 18:19:18.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56072026-08-27T18:19:20.012Z[ recovery-image] Aug 27 18:19:18.948 INFO O| Aug 27 18:19:18.948 INFO STEP 102 (remove_files) COMPLETE
56082026-08-27T18:19:20.012Z[ recovery-image] Aug 27 18:19:18.948 INFO O| Aug 27 18:19:18.948 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-27T18:19:20.022Z[ recovery-image] Aug 27 18:19:18.959 INFO O| Aug 27 18:19:18.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56102026-08-27T18:19:20.022Z[ recovery-image] Aug 27 18:19:18.959 INFO O| Aug 27 18:19:18.959 INFO STEP 103 (remove_files) COMPLETE
56112026-08-27T18:19:20.022Z[ recovery-image] Aug 27 18:19:18.959 INFO O| Aug 27 18:19:18.959 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-27T18:19:20.065Z[ recovery-image] Aug 27 18:19:19.001 INFO O| Aug 27 18:19:19.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56132026-08-27T18:19:20.065Z[ recovery-image] Aug 27 18:19:19.001 INFO O| Aug 27 18:19:19.001 INFO STEP 104 (remove_files) COMPLETE
56142026-08-27T18:19:20.065Z[ recovery-image] Aug 27 18:19:19.001 INFO O| Aug 27 18:19:19.001 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-27T18:19:20.076Z[ recovery-image] Aug 27 18:19:19.012 INFO O| Aug 27 18:19:19.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56162026-08-27T18:19:20.076Z[ recovery-image] Aug 27 18:19:19.012 INFO O| Aug 27 18:19:19.012 INFO STEP 105 (remove_files) COMPLETE
56172026-08-27T18:19:20.081Z[ recovery-image] Aug 27 18:19:19.012 INFO O| Aug 27 18:19:19.012 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-27T18:19:20.086Z[ recovery-image] Aug 27 18:19:19.022 INFO O| Aug 27 18:19:19.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56192026-08-27T18:19:20.086Z[ recovery-image] Aug 27 18:19:19.022 INFO O| Aug 27 18:19:19.022 INFO STEP 106 (remove_files) COMPLETE
56202026-08-27T18:19:20.086Z[ recovery-image] Aug 27 18:19:19.022 INFO O| Aug 27 18:19:19.022 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-27T18:19:20.096Z[ recovery-image] Aug 27 18:19:19.032 INFO O| Aug 27 18:19:19.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56222026-08-27T18:19:20.096Z[ recovery-image] Aug 27 18:19:19.032 INFO O| Aug 27 18:19:19.032 INFO STEP 107 (remove_files) COMPLETE
56232026-08-27T18:19:20.096Z[ recovery-image] Aug 27 18:19:19.032 INFO O| Aug 27 18:19:19.032 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-27T18:19:20.105Z[ recovery-image] Aug 27 18:19:19.042 INFO O| Aug 27 18:19:19.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56252026-08-27T18:19:20.105Z[ recovery-image] Aug 27 18:19:19.042 INFO O| Aug 27 18:19:19.042 INFO STEP 108 (remove_files) COMPLETE
56262026-08-27T18:19:20.105Z[ recovery-image] Aug 27 18:19:19.042 INFO O| Aug 27 18:19:19.042 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-27T18:19:20.116Z[ recovery-image] Aug 27 18:19:19.051 INFO O| Aug 27 18:19:19.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56282026-08-27T18:19:20.116Z[ recovery-image] Aug 27 18:19:19.051 INFO O| Aug 27 18:19:19.051 INFO STEP 109 (remove_files) COMPLETE
56292026-08-27T18:19:20.116Z[ recovery-image] Aug 27 18:19:19.051 INFO O| Aug 27 18:19:19.051 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-27T18:19:20.124Z[ recovery-image] Aug 27 18:19:19.060 INFO O| Aug 27 18:19:19.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56312026-08-27T18:19:20.124Z[ recovery-image] Aug 27 18:19:19.060 INFO O| Aug 27 18:19:19.060 INFO STEP 110 (remove_files) COMPLETE
56322026-08-27T18:19:20.124Z[ recovery-image] Aug 27 18:19:19.060 INFO O| Aug 27 18:19:19.060 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-27T18:19:20.133Z[ recovery-image] Aug 27 18:19:19.070 INFO O| Aug 27 18:19:19.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56342026-08-27T18:19:20.133Z[ recovery-image] Aug 27 18:19:19.070 INFO O| Aug 27 18:19:19.070 INFO STEP 111 (remove_files) COMPLETE
56352026-08-27T18:19:20.137Z[ recovery-image] Aug 27 18:19:19.070 INFO O| Aug 27 18:19:19.070 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-27T18:19:20.142Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
56372026-08-27T18:19:20.145Z[ recovery-image] Aug 27 18:19:19.080 INFO O| Aug 27 18:19:19.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56382026-08-27T18:19:20.145Z[ recovery-image] Aug 27 18:19:19.081 INFO O| Aug 27 18:19:19.081 INFO STEP 112 (remove_files) COMPLETE
56392026-08-27T18:19:20.145Z[ recovery-image] Aug 27 18:19:19.081 INFO O| Aug 27 18:19:19.081 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-27T18:19:20.154Z[ recovery-image] Aug 27 18:19:19.091 INFO O| Aug 27 18:19:19.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56412026-08-27T18:19:20.154Z[ recovery-image] Aug 27 18:19:19.091 INFO O| Aug 27 18:19:19.091 INFO STEP 113 (remove_files) COMPLETE
56422026-08-27T18:19:20.154Z[ recovery-image] Aug 27 18:19:19.091 INFO O| Aug 27 18:19:19.091 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-27T18:19:20.163Z[ recovery-image] Aug 27 18:19:19.100 INFO O| Aug 27 18:19:19.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56442026-08-27T18:19:20.163Z[ recovery-image] Aug 27 18:19:19.100 INFO O| Aug 27 18:19:19.100 INFO STEP 114 (remove_files) COMPLETE
56452026-08-27T18:19:20.166Z[ recovery-image] Aug 27 18:19:19.100 INFO O| Aug 27 18:19:19.100 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-27T18:19:20.173Z[ recovery-image] Aug 27 18:19:19.110 INFO O| Aug 27 18:19:19.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56472026-08-27T18:19:20.173Z[ recovery-image] Aug 27 18:19:19.110 INFO O| Aug 27 18:19:19.110 INFO STEP 115 (remove_files) COMPLETE
56482026-08-27T18:19:20.173Z[ recovery-image] Aug 27 18:19:19.110 INFO O| Aug 27 18:19:19.110 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-27T18:19:20.184Z[ recovery-image] Aug 27 18:19:19.120 INFO O| Aug 27 18:19:19.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56502026-08-27T18:19:20.184Z[ recovery-image] Aug 27 18:19:19.120 INFO O| Aug 27 18:19:19.120 INFO STEP 116 (remove_files) COMPLETE
56512026-08-27T18:19:20.184Z[ recovery-image] Aug 27 18:19:19.120 INFO O| Aug 27 18:19:19.120 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-27T18:19:20.194Z[ recovery-image] Aug 27 18:19:19.131 INFO O| Aug 27 18:19:19.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56532026-08-27T18:19:20.194Z[ recovery-image] Aug 27 18:19:19.131 INFO O| Aug 27 18:19:19.131 INFO STEP 117 (remove_files) COMPLETE
56542026-08-27T18:19:20.194Z[ recovery-image] Aug 27 18:19:19.131 INFO O| Aug 27 18:19:19.131 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-27T18:19:20.203Z[ recovery-image] Aug 27 18:19:19.140 INFO O| Aug 27 18:19:19.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56562026-08-27T18:19:20.203Z[ recovery-image] Aug 27 18:19:19.140 INFO O| Aug 27 18:19:19.140 INFO STEP 118 (remove_files) COMPLETE
56572026-08-27T18:19:20.206Z[ recovery-image] Aug 27 18:19:19.140 INFO O| Aug 27 18:19:19.140 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-27T18:19:20.211Z[ recovery-image] Aug 27 18:19:19.148 INFO O| Aug 27 18:19:19.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56592026-08-27T18:19:20.211Z[ recovery-image] Aug 27 18:19:19.148 INFO O| Aug 27 18:19:19.148 INFO STEP 119 (remove_files) COMPLETE
56602026-08-27T18:19:20.211Z[ recovery-image] Aug 27 18:19:19.148 INFO O| Aug 27 18:19:19.148 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-27T18:19:20.220Z[ recovery-image] Aug 27 18:19:19.157 INFO O| Aug 27 18:19:19.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56622026-08-27T18:19:20.220Z[ recovery-image] Aug 27 18:19:19.157 INFO O| Aug 27 18:19:19.157 INFO STEP 120 (remove_files) COMPLETE
56632026-08-27T18:19:20.223Z[ recovery-image] Aug 27 18:19:19.157 INFO O| Aug 27 18:19:19.157 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-27T18:19:20.230Z[ recovery-image] Aug 27 18:19:19.166 INFO O| Aug 27 18:19:19.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56652026-08-27T18:19:20.230Z[ recovery-image] Aug 27 18:19:19.166 INFO O| Aug 27 18:19:19.166 INFO STEP 121 (remove_files) COMPLETE
56662026-08-27T18:19:20.230Z[ recovery-image] Aug 27 18:19:19.166 INFO O| Aug 27 18:19:19.166 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-27T18:19:20.240Z[ recovery-image] Aug 27 18:19:19.176 INFO O| Aug 27 18:19:19.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56682026-08-27T18:19:20.240Z[ recovery-image] Aug 27 18:19:19.177 INFO O| Aug 27 18:19:19.177 INFO STEP 122 (remove_files) COMPLETE
56692026-08-27T18:19:20.240Z[ recovery-image] Aug 27 18:19:19.177 INFO O| Aug 27 18:19:19.177 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-27T18:19:20.251Z[ recovery-image] Aug 27 18:19:19.187 INFO O| Aug 27 18:19:19.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56712026-08-27T18:19:20.251Z[ recovery-image] Aug 27 18:19:19.187 INFO O| Aug 27 18:19:19.187 INFO STEP 123 (remove_files) COMPLETE
56722026-08-27T18:19:20.251Z[ recovery-image] Aug 27 18:19:19.187 INFO O| Aug 27 18:19:19.187 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-27T18:19:20.261Z[ recovery-image] Aug 27 18:19:19.197 INFO O| Aug 27 18:19:19.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56742026-08-27T18:19:20.261Z[ recovery-image] Aug 27 18:19:19.197 INFO O| Aug 27 18:19:19.197 INFO STEP 124 (remove_files) COMPLETE
56752026-08-27T18:19:20.264Z[ recovery-image] Aug 27 18:19:19.197 INFO O| Aug 27 18:19:19.197 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-27T18:19:20.270Z[ recovery-image] Aug 27 18:19:19.207 INFO O| Aug 27 18:19:19.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56772026-08-27T18:19:20.271Z[ recovery-image] Aug 27 18:19:19.207 INFO O| Aug 27 18:19:19.207 INFO STEP 125 (remove_files) COMPLETE
56782026-08-27T18:19:20.273Z[ recovery-image] Aug 27 18:19:19.207 INFO O| Aug 27 18:19:19.207 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-27T18:19:20.281Z[ recovery-image] Aug 27 18:19:19.218 INFO O| Aug 27 18:19:19.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56802026-08-27T18:19:20.281Z[ recovery-image] Aug 27 18:19:19.218 INFO O| Aug 27 18:19:19.218 INFO STEP 126 (remove_files) COMPLETE
56812026-08-27T18:19:20.281Z[ recovery-image] Aug 27 18:19:19.218 INFO O| Aug 27 18:19:19.218 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-27T18:19:20.291Z[ recovery-image] Aug 27 18:19:19.228 INFO O| Aug 27 18:19:19.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56832026-08-27T18:19:20.291Z[ recovery-image] Aug 27 18:19:19.228 INFO O| Aug 27 18:19:19.228 INFO STEP 127 (remove_files) COMPLETE
56842026-08-27T18:19:20.291Z[ recovery-image] Aug 27 18:19:19.228 INFO O| Aug 27 18:19:19.228 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-27T18:19:20.302Z[ recovery-image] Aug 27 18:19:19.238 INFO O| Aug 27 18:19:19.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56862026-08-27T18:19:20.302Z[ recovery-image] Aug 27 18:19:19.238 INFO O| Aug 27 18:19:19.238 INFO STEP 128 (remove_files) COMPLETE
56872026-08-27T18:19:20.305Z[ recovery-image] Aug 27 18:19:19.238 INFO O| Aug 27 18:19:19.238 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-27T18:19:20.312Z[ recovery-image] Aug 27 18:19:19.249 INFO O| Aug 27 18:19:19.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56892026-08-27T18:19:20.312Z[ recovery-image] Aug 27 18:19:19.249 INFO O| Aug 27 18:19:19.249 INFO STEP 129 (remove_files) COMPLETE
56902026-08-27T18:19:20.312Z[ recovery-image] Aug 27 18:19:19.249 INFO O| Aug 27 18:19:19.249 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-27T18:19:20.322Z[ recovery-image] Aug 27 18:19:19.259 INFO O| Aug 27 18:19:19.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56922026-08-27T18:19:20.322Z[ recovery-image] Aug 27 18:19:19.259 INFO O| Aug 27 18:19:19.259 INFO STEP 130 (remove_files) COMPLETE
56932026-08-27T18:19:20.322Z[ recovery-image] Aug 27 18:19:19.259 INFO O| Aug 27 18:19:19.259 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-27T18:19:20.332Z[ recovery-image] Aug 27 18:19:19.268 INFO O| Aug 27 18:19:19.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56952026-08-27T18:19:20.332Z[ recovery-image] Aug 27 18:19:19.268 INFO O| Aug 27 18:19:19.268 INFO STEP 131 (remove_files) COMPLETE
56962026-08-27T18:19:20.335Z[ recovery-image] Aug 27 18:19:19.268 INFO O| Aug 27 18:19:19.268 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-27T18:19:20.341Z[ recovery-image] Aug 27 18:19:19.278 INFO O| Aug 27 18:19:19.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56982026-08-27T18:19:20.341Z[ recovery-image] Aug 27 18:19:19.278 INFO O| Aug 27 18:19:19.278 INFO STEP 132 (remove_files) COMPLETE
56992026-08-27T18:19:20.344Z[ recovery-image] Aug 27 18:19:19.278 INFO O| Aug 27 18:19:19.278 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-27T18:19:20.351Z[ recovery-image] Aug 27 18:19:19.288 INFO O| Aug 27 18:19:19.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57012026-08-27T18:19:20.351Z[ recovery-image] Aug 27 18:19:19.288 INFO O| Aug 27 18:19:19.288 INFO STEP 133 (remove_files) COMPLETE
57022026-08-27T18:19:20.354Z[ recovery-image] Aug 27 18:19:19.288 INFO O| Aug 27 18:19:19.288 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-27T18:19:20.361Z[ recovery-image] Aug 27 18:19:19.298 INFO O| Aug 27 18:19:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57042026-08-27T18:19:20.361Z[ recovery-image] Aug 27 18:19:19.298 INFO O| Aug 27 18:19:19.298 INFO STEP 134 (remove_files) COMPLETE
57052026-08-27T18:19:20.361Z[ recovery-image] Aug 27 18:19:19.298 INFO O| Aug 27 18:19:19.298 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-27T18:19:20.371Z[ recovery-image] Aug 27 18:19:19.307 INFO O| Aug 27 18:19:19.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57072026-08-27T18:19:20.371Z[ recovery-image] Aug 27 18:19:19.308 INFO O| Aug 27 18:19:19.307 INFO STEP 135 (remove_files) COMPLETE
57082026-08-27T18:19:20.374Z[ recovery-image] Aug 27 18:19:19.308 INFO O| Aug 27 18:19:19.307 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-27T18:19:20.383Z[ recovery-image] Aug 27 18:19:19.319 INFO O| Aug 27 18:19:19.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57102026-08-27T18:19:20.383Z[ recovery-image] Aug 27 18:19:19.319 INFO O| Aug 27 18:19:19.319 INFO STEP 136 (remove_files) COMPLETE
57112026-08-27T18:19:20.386Z[ recovery-image] Aug 27 18:19:19.319 INFO O| Aug 27 18:19:19.319 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-27T18:19:20.393Z[ recovery-image] Aug 27 18:19:19.329 INFO O| Aug 27 18:19:19.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57132026-08-27T18:19:20.393Z[ recovery-image] Aug 27 18:19:19.329 INFO O| Aug 27 18:19:19.329 INFO STEP 137 (remove_files) COMPLETE
57142026-08-27T18:19:20.393Z[ recovery-image] Aug 27 18:19:19.329 INFO O| Aug 27 18:19:19.329 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-27T18:19:20.403Z[ recovery-image] Aug 27 18:19:19.339 INFO O| Aug 27 18:19:19.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57162026-08-27T18:19:20.403Z[ recovery-image] Aug 27 18:19:19.339 INFO O| Aug 27 18:19:19.339 INFO STEP 138 (remove_files) COMPLETE
57172026-08-27T18:19:20.403Z[ recovery-image] Aug 27 18:19:19.339 INFO O| Aug 27 18:19:19.339 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-27T18:19:20.414Z[ recovery-image] Aug 27 18:19:19.351 INFO O| Aug 27 18:19:19.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57192026-08-27T18:19:20.414Z[ recovery-image] Aug 27 18:19:19.351 INFO O| Aug 27 18:19:19.351 INFO STEP 139 (remove_files) COMPLETE
57202026-08-27T18:19:20.414Z[ recovery-image] Aug 27 18:19:19.351 INFO O| Aug 27 18:19:19.351 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-27T18:19:20.425Z[ recovery-image] Aug 27 18:19:19.362 INFO O| Aug 27 18:19:19.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57222026-08-27T18:19:20.425Z[ recovery-image] Aug 27 18:19:19.362 INFO O| Aug 27 18:19:19.362 INFO STEP 140 (remove_files) COMPLETE
57232026-08-27T18:19:20.425Z[ recovery-image] Aug 27 18:19:19.362 INFO O| Aug 27 18:19:19.362 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-27T18:19:20.436Z[ recovery-image] Aug 27 18:19:19.372 INFO O| Aug 27 18:19:19.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57252026-08-27T18:19:20.436Z[ recovery-image] Aug 27 18:19:19.372 INFO O| Aug 27 18:19:19.372 INFO STEP 141 (remove_files) COMPLETE
57262026-08-27T18:19:20.436Z[ recovery-image] Aug 27 18:19:19.372 INFO O| Aug 27 18:19:19.372 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-27T18:19:20.444Z[ recovery-image] Aug 27 18:19:19.381 INFO O| Aug 27 18:19:19.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57282026-08-27T18:19:20.444Z[ recovery-image] Aug 27 18:19:19.381 INFO O| Aug 27 18:19:19.381 INFO STEP 142 (remove_files) COMPLETE
57292026-08-27T18:19:20.447Z[ recovery-image] Aug 27 18:19:19.381 INFO O| Aug 27 18:19:19.381 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-27T18:19:20.453Z[ recovery-image] Aug 27 18:19:19.390 INFO O| Aug 27 18:19:19.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57312026-08-27T18:19:20.453Z[ recovery-image] Aug 27 18:19:19.390 INFO O| Aug 27 18:19:19.390 INFO STEP 143 (remove_files) COMPLETE
57322026-08-27T18:19:20.457Z[ recovery-image] Aug 27 18:19:19.390 INFO O| Aug 27 18:19:19.390 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-27T18:19:20.463Z[ recovery-image] Aug 27 18:19:19.400 INFO O| Aug 27 18:19:19.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57342026-08-27T18:19:20.463Z[ recovery-image] Aug 27 18:19:19.400 INFO O| Aug 27 18:19:19.400 INFO STEP 144 (remove_files) COMPLETE
57352026-08-27T18:19:20.463Z[ recovery-image] Aug 27 18:19:19.400 INFO O| Aug 27 18:19:19.400 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-27T18:19:20.474Z[ recovery-image] Aug 27 18:19:19.411 INFO O| Aug 27 18:19:19.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57372026-08-27T18:19:20.474Z[ recovery-image] Aug 27 18:19:19.411 INFO O| Aug 27 18:19:19.411 INFO STEP 145 (remove_files) COMPLETE
57382026-08-27T18:19:20.474Z[ recovery-image] Aug 27 18:19:19.411 INFO O| Aug 27 18:19:19.411 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-27T18:19:20.485Z[ recovery-image] Aug 27 18:19:19.421 INFO O| Aug 27 18:19:19.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57402026-08-27T18:19:20.485Z[ recovery-image] Aug 27 18:19:19.421 INFO O| Aug 27 18:19:19.421 INFO STEP 146 (remove_files) COMPLETE
57412026-08-27T18:19:20.488Z[ recovery-image] Aug 27 18:19:19.421 INFO O| Aug 27 18:19:19.421 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-27T18:19:20.495Z[ recovery-image] Aug 27 18:19:19.432 INFO O| Aug 27 18:19:19.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57432026-08-27T18:19:20.495Z[ recovery-image] Aug 27 18:19:19.432 INFO O| Aug 27 18:19:19.432 INFO STEP 147 (remove_files) COMPLETE
57442026-08-27T18:19:20.498Z[ recovery-image] Aug 27 18:19:19.432 INFO O| Aug 27 18:19:19.432 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-27T18:19:20.505Z[ recovery-image] Aug 27 18:19:19.442 INFO O| Aug 27 18:19:19.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57462026-08-27T18:19:20.505Z[ recovery-image] Aug 27 18:19:19.442 INFO O| Aug 27 18:19:19.442 INFO STEP 148 (remove_files) COMPLETE
57472026-08-27T18:19:20.505Z[ recovery-image] Aug 27 18:19:19.442 INFO O| Aug 27 18:19:19.442 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-27T18:19:20.517Z[ recovery-image] Aug 27 18:19:19.454 INFO O| Aug 27 18:19:19.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57492026-08-27T18:19:20.517Z[ recovery-image] Aug 27 18:19:19.454 INFO O| Aug 27 18:19:19.454 INFO STEP 149 (remove_files) COMPLETE
57502026-08-27T18:19:20.517Z[ recovery-image] Aug 27 18:19:19.454 INFO O| Aug 27 18:19:19.454 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-27T18:19:20.528Z[ recovery-image] Aug 27 18:19:19.464 INFO O| Aug 27 18:19:19.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57522026-08-27T18:19:20.528Z[ recovery-image] Aug 27 18:19:19.464 INFO O| Aug 27 18:19:19.464 INFO STEP 150 (remove_files) COMPLETE
57532026-08-27T18:19:20.531Z[ recovery-image] Aug 27 18:19:19.464 INFO O| Aug 27 18:19:19.464 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-27T18:19:20.539Z[ recovery-image] Aug 27 18:19:19.475 INFO O| Aug 27 18:19:19.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57552026-08-27T18:19:20.539Z[ recovery-image] Aug 27 18:19:19.475 INFO O| Aug 27 18:19:19.475 INFO STEP 151 (remove_files) COMPLETE
57562026-08-27T18:19:20.539Z[ recovery-image] Aug 27 18:19:19.475 INFO O| Aug 27 18:19:19.475 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-27T18:19:20.548Z[ recovery-image] Aug 27 18:19:19.484 INFO O| Aug 27 18:19:19.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57582026-08-27T18:19:20.548Z[ recovery-image] Aug 27 18:19:19.484 INFO O| Aug 27 18:19:19.484 INFO STEP 152 (remove_files) COMPLETE
57592026-08-27T18:19:20.551Z[ recovery-image] Aug 27 18:19:19.485 INFO O| Aug 27 18:19:19.484 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-27T18:19:20.557Z[ recovery-image] Aug 27 18:19:19.494 INFO O| Aug 27 18:19:19.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57612026-08-27T18:19:20.557Z[ recovery-image] Aug 27 18:19:19.494 INFO O| Aug 27 18:19:19.494 INFO STEP 153 (remove_files) COMPLETE
57622026-08-27T18:19:20.560Z[ recovery-image] Aug 27 18:19:19.494 INFO O| Aug 27 18:19:19.494 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-27T18:19:20.567Z[ recovery-image] Aug 27 18:19:19.503 INFO O| Aug 27 18:19:19.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57642026-08-27T18:19:20.567Z[ recovery-image] Aug 27 18:19:19.504 INFO O| Aug 27 18:19:19.503 INFO STEP 154 (remove_files) COMPLETE
57652026-08-27T18:19:20.567Z[ recovery-image] Aug 27 18:19:19.504 INFO O| Aug 27 18:19:19.503 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-27T18:19:20.579Z[ recovery-image] Aug 27 18:19:19.515 INFO O| Aug 27 18:19:19.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57672026-08-27T18:19:20.579Z[ recovery-image] Aug 27 18:19:19.515 INFO O| Aug 27 18:19:19.515 INFO STEP 155 (remove_files) COMPLETE
57682026-08-27T18:19:20.582Z[ recovery-image] Aug 27 18:19:19.515 INFO O| Aug 27 18:19:19.515 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-27T18:19:20.590Z[ recovery-image] Aug 27 18:19:19.526 INFO O| Aug 27 18:19:19.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57702026-08-27T18:19:20.590Z[ recovery-image] Aug 27 18:19:19.526 INFO O| Aug 27 18:19:19.526 INFO STEP 156 (remove_files) COMPLETE
57712026-08-27T18:19:20.592Z[ recovery-image] Aug 27 18:19:19.526 INFO O| Aug 27 18:19:19.526 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-27T18:19:20.602Z[ recovery-image] Aug 27 18:19:19.538 INFO O| Aug 27 18:19:19.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57732026-08-27T18:19:20.602Z[ recovery-image] Aug 27 18:19:19.538 INFO O| Aug 27 18:19:19.538 INFO STEP 157 (remove_files) COMPLETE
57742026-08-27T18:19:20.605Z[ recovery-image] Aug 27 18:19:19.538 INFO O| Aug 27 18:19:19.538 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-27T18:19:20.614Z[ recovery-image] Aug 27 18:19:19.550 INFO O| Aug 27 18:19:19.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57762026-08-27T18:19:20.614Z[ recovery-image] Aug 27 18:19:19.551 INFO O| Aug 27 18:19:19.550 INFO STEP 158 (remove_files) COMPLETE
57772026-08-27T18:19:20.614Z[ recovery-image] Aug 27 18:19:19.551 INFO O| Aug 27 18:19:19.551 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-27T18:19:20.625Z[ recovery-image] Aug 27 18:19:19.561 INFO O| Aug 27 18:19:19.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57792026-08-27T18:19:20.628Z[ recovery-image] Aug 27 18:19:19.563 INFO O| Aug 27 18:19:19.563 INFO STEP 159 (remove_files) COMPLETE
57802026-08-27T18:19:20.628Z[ recovery-image] Aug 27 18:19:19.563 INFO O| Aug 27 18:19:19.563 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-27T18:19:20.637Z[ recovery-image] Aug 27 18:19:19.573 INFO O| Aug 27 18:19:19.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57822026-08-27T18:19:20.637Z[ recovery-image] Aug 27 18:19:19.573 INFO O| Aug 27 18:19:19.573 INFO STEP 160 (remove_files) COMPLETE
57832026-08-27T18:19:20.642Z[ recovery-image] Aug 27 18:19:19.573 INFO O| Aug 27 18:19:19.573 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-27T18:19:20.645Z[ recovery-image] Aug 27 18:19:19.581 INFO O| Aug 27 18:19:19.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57852026-08-27T18:19:20.645Z[ recovery-image] Aug 27 18:19:19.582 INFO O| Aug 27 18:19:19.582 INFO STEP 161 (remove_files) COMPLETE
57862026-08-27T18:19:20.648Z[ recovery-image] Aug 27 18:19:19.582 INFO O| Aug 27 18:19:19.582 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-27T18:19:20.657Z[ recovery-image] Aug 27 18:19:19.593 INFO O| Aug 27 18:19:19.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57882026-08-27T18:19:20.657Z[ recovery-image] Aug 27 18:19:19.593 INFO O| Aug 27 18:19:19.593 INFO STEP 162 (remove_files) COMPLETE
57892026-08-27T18:19:20.660Z[ recovery-image] Aug 27 18:19:19.593 INFO O| Aug 27 18:19:19.593 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-27T18:19:20.667Z[ recovery-image] Aug 27 18:19:19.604 INFO O| Aug 27 18:19:19.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57912026-08-27T18:19:20.667Z[ recovery-image] Aug 27 18:19:19.604 INFO O| Aug 27 18:19:19.604 INFO STEP 163 (remove_files) COMPLETE
57922026-08-27T18:19:20.667Z[ recovery-image] Aug 27 18:19:19.604 INFO O| Aug 27 18:19:19.604 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-27T18:19:20.676Z[ recovery-image] Aug 27 18:19:19.613 INFO O| Aug 27 18:19:19.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57942026-08-27T18:19:20.676Z[ recovery-image] Aug 27 18:19:19.613 INFO O| Aug 27 18:19:19.613 INFO STEP 164 (remove_files) COMPLETE
57952026-08-27T18:19:20.680Z[ recovery-image] Aug 27 18:19:19.613 INFO O| Aug 27 18:19:19.613 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-27T18:19:20.685Z[ recovery-image] Aug 27 18:19:19.622 INFO O| Aug 27 18:19:19.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57972026-08-27T18:19:20.685Z[ recovery-image] Aug 27 18:19:19.622 INFO O| Aug 27 18:19:19.622 INFO STEP 165 (remove_files) COMPLETE
57982026-08-27T18:19:20.688Z[ recovery-image] Aug 27 18:19:19.622 INFO O| Aug 27 18:19:19.622 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-27T18:19:20.696Z[ recovery-image] Aug 27 18:19:19.632 INFO O| Aug 27 18:19:19.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58002026-08-27T18:19:20.696Z[ recovery-image] Aug 27 18:19:19.632 INFO O| Aug 27 18:19:19.632 INFO STEP 166 (remove_files) COMPLETE
58012026-08-27T18:19:20.696Z[ recovery-image] Aug 27 18:19:19.632 INFO O| Aug 27 18:19:19.632 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-27T18:19:20.705Z[ recovery-image] Aug 27 18:19:19.642 INFO O| Aug 27 18:19:19.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58032026-08-27T18:19:20.705Z[ recovery-image] Aug 27 18:19:19.642 INFO O| Aug 27 18:19:19.642 INFO STEP 167 (remove_files) COMPLETE
58042026-08-27T18:19:20.705Z[ recovery-image] Aug 27 18:19:19.642 INFO O| Aug 27 18:19:19.642 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-27T18:19:20.721Z[ recovery-image] Aug 27 18:19:19.652 INFO O| Aug 27 18:19:19.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58062026-08-27T18:19:20.721Z[ recovery-image] Aug 27 18:19:19.652 INFO O| Aug 27 18:19:19.652 INFO STEP 168 (remove_files) COMPLETE
58072026-08-27T18:19:20.725Z[ recovery-image] Aug 27 18:19:19.652 INFO O| Aug 27 18:19:19.652 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-27T18:19:20.728Z[ recovery-image] Aug 27 18:19:19.662 INFO O| Aug 27 18:19:19.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58092026-08-27T18:19:20.728Z[ recovery-image] Aug 27 18:19:19.662 INFO O| Aug 27 18:19:19.662 INFO STEP 169 (remove_files) COMPLETE
58102026-08-27T18:19:20.729Z[ recovery-image] Aug 27 18:19:19.662 INFO O| Aug 27 18:19:19.662 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-27T18:19:20.736Z[ recovery-image] Aug 27 18:19:19.671 INFO O| Aug 27 18:19:19.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58122026-08-27T18:19:20.736Z[ recovery-image] Aug 27 18:19:19.671 INFO O| Aug 27 18:19:19.671 INFO STEP 170 (remove_files) COMPLETE
58132026-08-27T18:19:20.736Z[ recovery-image] Aug 27 18:19:19.671 INFO O| Aug 27 18:19:19.671 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-27T18:19:20.747Z[ recovery-image] Aug 27 18:19:19.681 INFO O| Aug 27 18:19:19.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58152026-08-27T18:19:20.747Z[ recovery-image] Aug 27 18:19:19.681 INFO O| Aug 27 18:19:19.681 INFO STEP 171 (remove_files) COMPLETE
58162026-08-27T18:19:20.751Z[ recovery-image] Aug 27 18:19:19.681 INFO O| Aug 27 18:19:19.681 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-27T18:19:20.760Z[ recovery-image] Aug 27 18:19:19.696 INFO O| Aug 27 18:19:19.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58182026-08-27T18:19:20.760Z[ recovery-image] Aug 27 18:19:19.696 INFO O| Aug 27 18:19:19.696 INFO STEP 172 (remove_files) COMPLETE
58192026-08-27T18:19:20.764Z[ recovery-image] Aug 27 18:19:19.696 INFO O| Aug 27 18:19:19.696 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-27T18:19:20.776Z[ recovery-image] Aug 27 18:19:19.707 INFO O| Aug 27 18:19:19.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58212026-08-27T18:19:20.777Z[ recovery-image] Aug 27 18:19:19.707 INFO O| Aug 27 18:19:19.707 INFO STEP 173 (remove_files) COMPLETE
58222026-08-27T18:19:20.777Z[ recovery-image] Aug 27 18:19:19.707 INFO O| Aug 27 18:19:19.707 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-27T18:19:20.780Z[ recovery-image] Aug 27 18:19:19.717 INFO O| Aug 27 18:19:19.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58242026-08-27T18:19:20.788Z[ recovery-image] Aug 27 18:19:19.718 INFO O| Aug 27 18:19:19.718 INFO STEP 174 (remove_files) COMPLETE
58252026-08-27T18:19:20.788Z[ recovery-image] Aug 27 18:19:19.718 INFO O| Aug 27 18:19:19.718 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-27T18:19:20.804Z[ recovery-image] Aug 27 18:19:19.740 INFO O| Aug 27 18:19:19.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58272026-08-27T18:19:20.804Z[ recovery-image] Aug 27 18:19:19.740 INFO O| Aug 27 18:19:19.740 INFO STEP 175 (remove_files) COMPLETE
58282026-08-27T18:19:20.805Z[ recovery-image] Aug 27 18:19:19.740 INFO O| Aug 27 18:19:19.740 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-27T18:19:20.821Z[ recovery-image] Aug 27 18:19:19.753 INFO O| Aug 27 18:19:19.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58302026-08-27T18:19:20.821Z[ recovery-image] Aug 27 18:19:19.754 INFO O| Aug 27 18:19:19.754 INFO STEP 176 (remove_files) COMPLETE
58312026-08-27T18:19:20.821Z[ recovery-image] Aug 27 18:19:19.754 INFO O| Aug 27 18:19:19.754 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-27T18:19:20.827Z[ recovery-image] Aug 27 18:19:19.763 INFO O| Aug 27 18:19:19.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58332026-08-27T18:19:20.827Z[ recovery-image] Aug 27 18:19:19.763 INFO O| Aug 27 18:19:19.763 INFO STEP 177 (remove_files) COMPLETE
58342026-08-27T18:19:20.827Z[ recovery-image] Aug 27 18:19:19.763 INFO O| Aug 27 18:19:19.763 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-27T18:19:20.837Z[ recovery-image] Aug 27 18:19:19.773 INFO O| Aug 27 18:19:19.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58362026-08-27T18:19:20.837Z[ recovery-image] Aug 27 18:19:19.773 INFO O| Aug 27 18:19:19.773 INFO STEP 178 (remove_files) COMPLETE
58372026-08-27T18:19:20.838Z[ recovery-image] Aug 27 18:19:19.773 INFO O| Aug 27 18:19:19.773 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-27T18:19:20.874Z[ recovery-image] Aug 27 18:19:19.810 INFO O| Aug 27 18:19:19.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58392026-08-27T18:19:20.874Z[ recovery-image] Aug 27 18:19:19.810 INFO O| Aug 27 18:19:19.810 INFO STEP 179 (remove_files) COMPLETE
58402026-08-27T18:19:20.880Z[ recovery-image] Aug 27 18:19:19.810 INFO O| Aug 27 18:19:19.810 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-27T18:19:20.891Z[ recovery-image] Aug 27 18:19:19.827 INFO O| Aug 27 18:19:19.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58422026-08-27T18:19:20.891Z[ recovery-image] Aug 27 18:19:19.827 INFO O| Aug 27 18:19:19.827 INFO STEP 180 (remove_files) COMPLETE
58432026-08-27T18:19:20.891Z[ recovery-image] Aug 27 18:19:19.827 INFO O| Aug 27 18:19:19.827 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-27T18:19:20.902Z[ recovery-image] Aug 27 18:19:19.837 INFO O| Aug 27 18:19:19.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58452026-08-27T18:19:20.902Z[ recovery-image] Aug 27 18:19:19.837 INFO O| Aug 27 18:19:19.837 INFO STEP 181 (remove_files) COMPLETE
58462026-08-27T18:19:20.902Z[ recovery-image] Aug 27 18:19:19.837 INFO O| Aug 27 18:19:19.837 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-27T18:19:20.911Z[ recovery-image] Aug 27 18:19:19.847 INFO O| Aug 27 18:19:19.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58482026-08-27T18:19:20.911Z[ recovery-image] Aug 27 18:19:19.847 INFO O| Aug 27 18:19:19.847 INFO STEP 182 (remove_files) COMPLETE
58492026-08-27T18:19:20.911Z[ recovery-image] Aug 27 18:19:19.847 INFO O| Aug 27 18:19:19.847 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-27T18:19:20.922Z[ recovery-image] Aug 27 18:19:19.858 INFO O| Aug 27 18:19:19.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58512026-08-27T18:19:20.922Z[ recovery-image] Aug 27 18:19:19.858 INFO O| Aug 27 18:19:19.858 INFO STEP 183 (remove_files) COMPLETE
58522026-08-27T18:19:20.927Z[ recovery-image] Aug 27 18:19:19.858 INFO O| Aug 27 18:19:19.858 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-27T18:19:20.934Z[ recovery-image] Aug 27 18:19:19.870 INFO O| Aug 27 18:19:19.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58542026-08-27T18:19:20.934Z[ recovery-image] Aug 27 18:19:19.870 INFO O| Aug 27 18:19:19.870 INFO STEP 184 (remove_files) COMPLETE
58552026-08-27T18:19:20.934Z[ recovery-image] Aug 27 18:19:19.870 INFO O| Aug 27 18:19:19.870 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-27T18:19:20.945Z[ recovery-image] Aug 27 18:19:19.882 INFO O| Aug 27 18:19:19.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58572026-08-27T18:19:20.945Z[ recovery-image] Aug 27 18:19:19.882 INFO O| Aug 27 18:19:19.882 INFO STEP 185 (remove_files) COMPLETE
58582026-08-27T18:19:20.945Z[ recovery-image] Aug 27 18:19:19.882 INFO O| Aug 27 18:19:19.882 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-27T18:19:20.956Z[ recovery-image] Aug 27 18:19:19.892 INFO O| Aug 27 18:19:19.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58602026-08-27T18:19:20.956Z[ recovery-image] Aug 27 18:19:19.892 INFO O| Aug 27 18:19:19.892 INFO STEP 186 (remove_files) COMPLETE
58612026-08-27T18:19:20.956Z[ recovery-image] Aug 27 18:19:19.892 INFO O| Aug 27 18:19:19.892 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-27T18:19:20.974Z[ recovery-image] Aug 27 18:19:19.908 INFO O| Aug 27 18:19:19.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58632026-08-27T18:19:20.974Z[ recovery-image] Aug 27 18:19:19.908 INFO O| Aug 27 18:19:19.908 INFO STEP 187 (remove_files) COMPLETE
58642026-08-27T18:19:20.977Z[ recovery-image] Aug 27 18:19:19.908 INFO O| Aug 27 18:19:19.908 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-27T18:19:20.987Z[ recovery-image] Aug 27 18:19:19.923 INFO O| Aug 27 18:19:19.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58662026-08-27T18:19:20.987Z[ recovery-image] Aug 27 18:19:19.923 INFO O| Aug 27 18:19:19.923 INFO STEP 188 (remove_files) COMPLETE
58672026-08-27T18:19:20.995Z[ recovery-image] Aug 27 18:19:19.923 INFO O| Aug 27 18:19:19.923 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-27T18:19:20.998Z[ recovery-image] Aug 27 18:19:19.933 INFO O| Aug 27 18:19:19.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58692026-08-27T18:19:20.998Z[ recovery-image] Aug 27 18:19:19.933 INFO O| Aug 27 18:19:19.933 INFO STEP 189 (remove_files) COMPLETE
58702026-08-27T18:19:20.998Z[ recovery-image] Aug 27 18:19:19.933 INFO O| Aug 27 18:19:19.933 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-27T18:19:21.011Z[ recovery-image] Aug 27 18:19:19.946 INFO O| Aug 27 18:19:19.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58722026-08-27T18:19:21.011Z[ recovery-image] Aug 27 18:19:19.946 INFO O| Aug 27 18:19:19.946 INFO STEP 190 (remove_files) COMPLETE
58732026-08-27T18:19:21.020Z[ recovery-image] Aug 27 18:19:19.946 INFO O| Aug 27 18:19:19.946 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-27T18:19:21.026Z[ recovery-image] Aug 27 18:19:19.958 INFO O| Aug 27 18:19:19.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58752026-08-27T18:19:21.026Z[ recovery-image] Aug 27 18:19:19.958 INFO O| Aug 27 18:19:19.958 INFO STEP 191 (remove_files) COMPLETE
58762026-08-27T18:19:21.026Z[ recovery-image] Aug 27 18:19:19.958 INFO O| Aug 27 18:19:19.958 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-27T18:19:21.040Z[ recovery-image] Aug 27 18:19:19.969 INFO O| Aug 27 18:19:19.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58782026-08-27T18:19:21.040Z[ recovery-image] Aug 27 18:19:19.969 INFO O| Aug 27 18:19:19.969 INFO STEP 192 (remove_files) COMPLETE
58792026-08-27T18:19:21.040Z[ recovery-image] Aug 27 18:19:19.969 INFO O| Aug 27 18:19:19.969 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-27T18:19:21.050Z[ recovery-image] Aug 27 18:19:19.978 INFO O| Aug 27 18:19:19.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58812026-08-27T18:19:21.050Z[ recovery-image] Aug 27 18:19:19.978 INFO O| Aug 27 18:19:19.978 INFO STEP 193 (remove_files) COMPLETE
58822026-08-27T18:19:21.050Z[ recovery-image] Aug 27 18:19:19.978 INFO O| Aug 27 18:19:19.978 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-27T18:19:21.057Z[ recovery-image] Aug 27 18:19:19.994 INFO O| Aug 27 18:19:19.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58842026-08-27T18:19:21.057Z[ recovery-image] Aug 27 18:19:19.994 INFO O| Aug 27 18:19:19.994 INFO STEP 194 (remove_files) COMPLETE
58852026-08-27T18:19:21.062Z[ recovery-image] Aug 27 18:19:19.994 INFO O| Aug 27 18:19:19.994 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-27T18:19:21.069Z[ recovery-image] Aug 27 18:19:20.005 INFO O| Aug 27 18:19:20.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58872026-08-27T18:19:21.074Z[ recovery-image] Aug 27 18:19:20.009 INFO O| Aug 27 18:19:20.009 INFO STEP 195 (remove_files) COMPLETE
58882026-08-27T18:19:21.074Z[ recovery-image] Aug 27 18:19:20.009 INFO O| Aug 27 18:19:20.009 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-27T18:19:21.084Z[ recovery-image] Aug 27 18:19:20.021 INFO O| Aug 27 18:19:20.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58902026-08-27T18:19:21.084Z[ recovery-image] Aug 27 18:19:20.021 INFO O| Aug 27 18:19:20.021 INFO STEP 196 (remove_files) COMPLETE
58912026-08-27T18:19:21.084Z[ recovery-image] Aug 27 18:19:20.021 INFO O| Aug 27 18:19:20.021 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-27T18:19:21.096Z[ recovery-image] Aug 27 18:19:20.031 INFO O| Aug 27 18:19:20.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58932026-08-27T18:19:21.097Z[ recovery-image] Aug 27 18:19:20.031 INFO O| Aug 27 18:19:20.031 INFO STEP 197 (remove_files) COMPLETE
58942026-08-27T18:19:21.097Z[ recovery-image] Aug 27 18:19:20.032 INFO O| Aug 27 18:19:20.031 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-27T18:19:21.112Z[ recovery-image] Aug 27 18:19:20.048 INFO O| Aug 27 18:19:20.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58962026-08-27T18:19:21.112Z[ recovery-image] Aug 27 18:19:20.048 INFO O| Aug 27 18:19:20.048 INFO STEP 198 (remove_files) COMPLETE
58972026-08-27T18:19:21.116Z[ recovery-image] Aug 27 18:19:20.048 INFO O| Aug 27 18:19:20.048 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-27T18:19:21.124Z[ recovery-image] Aug 27 18:19:20.059 INFO O| Aug 27 18:19:20.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58992026-08-27T18:19:21.124Z[ recovery-image] Aug 27 18:19:20.059 INFO O| Aug 27 18:19:20.059 INFO STEP 199 (remove_files) COMPLETE
59002026-08-27T18:19:21.127Z[ recovery-image] Aug 27 18:19:20.059 INFO O| Aug 27 18:19:20.059 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-27T18:19:21.135Z[ recovery-image] Aug 27 18:19:20.071 INFO O| Aug 27 18:19:20.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59022026-08-27T18:19:21.135Z[ recovery-image] Aug 27 18:19:20.071 INFO O| Aug 27 18:19:20.071 INFO STEP 200 (remove_files) COMPLETE
59032026-08-27T18:19:21.141Z[ recovery-image] Aug 27 18:19:20.071 INFO O| Aug 27 18:19:20.071 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-27T18:19:21.146Z[ recovery-image] Aug 27 18:19:20.082 INFO O| Aug 27 18:19:20.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59052026-08-27T18:19:21.146Z[ recovery-image] Aug 27 18:19:20.082 INFO O| Aug 27 18:19:20.082 INFO STEP 201 (remove_files) COMPLETE
59062026-08-27T18:19:21.149Z[ recovery-image] Aug 27 18:19:20.082 INFO O| Aug 27 18:19:20.082 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-27T18:19:21.154Z[ recovery-image] Aug 27 18:19:20.090 INFO O| Aug 27 18:19:20.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59082026-08-27T18:19:21.154Z[ recovery-image] Aug 27 18:19:20.090 INFO O| Aug 27 18:19:20.090 INFO STEP 202 (remove_files) COMPLETE
59092026-08-27T18:19:21.154Z[ recovery-image] Aug 27 18:19:20.090 INFO O| Aug 27 18:19:20.090 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-27T18:19:21.165Z[ recovery-image] Aug 27 18:19:20.101 INFO O| Aug 27 18:19:20.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59112026-08-27T18:19:21.165Z[ recovery-image] Aug 27 18:19:20.101 INFO O| Aug 27 18:19:20.101 INFO STEP 203 (remove_files) COMPLETE
59122026-08-27T18:19:21.165Z[ recovery-image] Aug 27 18:19:20.101 INFO O| Aug 27 18:19:20.101 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-27T18:19:21.175Z[ recovery-image] Aug 27 18:19:20.111 INFO O| Aug 27 18:19:20.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59142026-08-27T18:19:21.175Z[ recovery-image] Aug 27 18:19:20.111 INFO O| Aug 27 18:19:20.111 INFO STEP 204 (remove_files) COMPLETE
59152026-08-27T18:19:21.175Z[ recovery-image] Aug 27 18:19:20.111 INFO O| Aug 27 18:19:20.111 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-27T18:19:21.180Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
59172026-08-27T18:19:21.185Z[ recovery-image] Aug 27 18:19:20.122 INFO O| Aug 27 18:19:20.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59182026-08-27T18:19:21.185Z[ recovery-image] Aug 27 18:19:20.122 INFO O| Aug 27 18:19:20.122 INFO STEP 205 (remove_files) COMPLETE
59192026-08-27T18:19:21.185Z[ recovery-image] Aug 27 18:19:20.122 INFO O| Aug 27 18:19:20.122 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-27T18:19:21.195Z[ recovery-image] Aug 27 18:19:20.131 INFO O| Aug 27 18:19:20.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59212026-08-27T18:19:21.195Z[ recovery-image] Aug 27 18:19:20.131 INFO O| Aug 27 18:19:20.131 INFO STEP 206 (remove_files) COMPLETE
59222026-08-27T18:19:21.201Z[ recovery-image] Aug 27 18:19:20.131 INFO O| Aug 27 18:19:20.131 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-27T18:19:21.206Z[ recovery-image] Aug 27 18:19:20.141 INFO O| Aug 27 18:19:20.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59242026-08-27T18:19:21.206Z[ recovery-image] Aug 27 18:19:20.141 INFO O| Aug 27 18:19:20.141 INFO STEP 207 (remove_files) COMPLETE
59252026-08-27T18:19:21.206Z[ recovery-image] Aug 27 18:19:20.141 INFO O| Aug 27 18:19:20.141 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-27T18:19:21.221Z[ recovery-image] Aug 27 18:19:20.152 INFO O| Aug 27 18:19:20.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59272026-08-27T18:19:21.221Z[ recovery-image] Aug 27 18:19:20.152 INFO O| Aug 27 18:19:20.152 INFO STEP 208 (remove_files) COMPLETE
59282026-08-27T18:19:21.222Z[ recovery-image] Aug 27 18:19:20.152 INFO O| Aug 27 18:19:20.152 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-27T18:19:21.238Z[ recovery-image] Aug 27 18:19:20.161 INFO O| Aug 27 18:19:20.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59302026-08-27T18:19:21.238Z[ recovery-image] Aug 27 18:19:20.161 INFO O| Aug 27 18:19:20.161 INFO STEP 209 (remove_files) COMPLETE
59312026-08-27T18:19:21.239Z[ recovery-image] Aug 27 18:19:20.161 INFO O| Aug 27 18:19:20.161 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-27T18:19:21.239Z[ recovery-image] Aug 27 18:19:20.172 INFO O| Aug 27 18:19:20.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59332026-08-27T18:19:21.239Z[ recovery-image] Aug 27 18:19:20.172 INFO O| Aug 27 18:19:20.172 INFO STEP 210 (remove_files) COMPLETE
59342026-08-27T18:19:21.239Z[ recovery-image] Aug 27 18:19:20.172 INFO O| Aug 27 18:19:20.172 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-27T18:19:21.247Z[ recovery-image] Aug 27 18:19:20.182 INFO O| Aug 27 18:19:20.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59362026-08-27T18:19:21.252Z[ recovery-image] Aug 27 18:19:20.183 INFO O| Aug 27 18:19:20.183 INFO STEP 211 (remove_files) COMPLETE
59372026-08-27T18:19:21.252Z[ recovery-image] Aug 27 18:19:20.183 INFO O| Aug 27 18:19:20.183 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-27T18:19:21.257Z[ recovery-image] Aug 27 18:19:20.193 INFO O| Aug 27 18:19:20.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59392026-08-27T18:19:21.257Z[ recovery-image] Aug 27 18:19:20.193 INFO O| Aug 27 18:19:20.193 INFO STEP 212 (remove_files) COMPLETE
59402026-08-27T18:19:21.261Z[ recovery-image] Aug 27 18:19:20.193 INFO O| Aug 27 18:19:20.193 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-27T18:19:21.267Z[ recovery-image] Aug 27 18:19:20.204 INFO O| Aug 27 18:19:20.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59422026-08-27T18:19:21.267Z[ recovery-image] Aug 27 18:19:20.204 INFO O| Aug 27 18:19:20.204 INFO STEP 213 (remove_files) COMPLETE
59432026-08-27T18:19:21.267Z[ recovery-image] Aug 27 18:19:20.204 INFO O| Aug 27 18:19:20.204 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-27T18:19:21.278Z[ recovery-image] Aug 27 18:19:20.213 INFO O| Aug 27 18:19:20.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59452026-08-27T18:19:21.278Z[ recovery-image] Aug 27 18:19:20.213 INFO O| Aug 27 18:19:20.213 INFO STEP 214 (remove_files) COMPLETE
59462026-08-27T18:19:21.278Z[ recovery-image] Aug 27 18:19:20.213 INFO O| Aug 27 18:19:20.213 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-27T18:19:21.288Z[ recovery-image] Aug 27 18:19:20.224 INFO O| Aug 27 18:19:20.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59482026-08-27T18:19:21.288Z[ recovery-image] Aug 27 18:19:20.224 INFO O| Aug 27 18:19:20.224 INFO STEP 215 (remove_files) COMPLETE
59492026-08-27T18:19:21.288Z[ recovery-image] Aug 27 18:19:20.224 INFO O| Aug 27 18:19:20.224 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-27T18:19:21.298Z[ recovery-image] Aug 27 18:19:20.234 INFO O| Aug 27 18:19:20.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59512026-08-27T18:19:21.298Z[ recovery-image] Aug 27 18:19:20.234 INFO O| Aug 27 18:19:20.234 INFO STEP 216 (remove_files) COMPLETE
59522026-08-27T18:19:21.303Z[ recovery-image] Aug 27 18:19:20.234 INFO O| Aug 27 18:19:20.234 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-27T18:19:21.309Z[ recovery-image] Aug 27 18:19:20.245 INFO O| Aug 27 18:19:20.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59542026-08-27T18:19:21.309Z[ recovery-image] Aug 27 18:19:20.245 INFO O| Aug 27 18:19:20.245 INFO STEP 217 (remove_files) COMPLETE
59552026-08-27T18:19:21.309Z[ recovery-image] Aug 27 18:19:20.245 INFO O| Aug 27 18:19:20.245 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-27T18:19:21.320Z[ recovery-image] Aug 27 18:19:20.257 INFO O| Aug 27 18:19:20.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59572026-08-27T18:19:21.321Z[ recovery-image] Aug 27 18:19:20.257 INFO O| Aug 27 18:19:20.257 INFO STEP 218 (remove_files) COMPLETE
59582026-08-27T18:19:21.325Z[ recovery-image] Aug 27 18:19:20.257 INFO O| Aug 27 18:19:20.257 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-27T18:19:21.334Z[ recovery-image] Aug 27 18:19:20.268 INFO O| Aug 27 18:19:20.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59602026-08-27T18:19:21.335Z[ recovery-image] Aug 27 18:19:20.268 INFO O| Aug 27 18:19:20.268 INFO STEP 219 (remove_files) COMPLETE
59612026-08-27T18:19:21.335Z[ recovery-image] Aug 27 18:19:20.268 INFO O| Aug 27 18:19:20.268 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-27T18:19:21.342Z[ recovery-image] Aug 27 18:19:20.279 INFO O| Aug 27 18:19:20.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59632026-08-27T18:19:21.342Z[ recovery-image] Aug 27 18:19:20.279 INFO O| Aug 27 18:19:20.279 INFO STEP 220 (remove_files) COMPLETE
59642026-08-27T18:19:21.342Z[ recovery-image] Aug 27 18:19:20.279 INFO O| Aug 27 18:19:20.279 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-27T18:19:21.353Z[ recovery-image] Aug 27 18:19:20.290 INFO O| Aug 27 18:19:20.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59662026-08-27T18:19:21.354Z[ recovery-image] Aug 27 18:19:20.290 INFO O| Aug 27 18:19:20.290 INFO STEP 221 (remove_files) COMPLETE
59672026-08-27T18:19:21.354Z[ recovery-image] Aug 27 18:19:20.290 INFO O| Aug 27 18:19:20.290 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-27T18:19:21.365Z[ recovery-image] Aug 27 18:19:20.300 INFO O| Aug 27 18:19:20.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59692026-08-27T18:19:21.365Z[ recovery-image] Aug 27 18:19:20.300 INFO O| Aug 27 18:19:20.300 INFO STEP 222 (remove_files) COMPLETE
59702026-08-27T18:19:21.365Z[ recovery-image] Aug 27 18:19:20.300 INFO O| Aug 27 18:19:20.300 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-27T18:19:21.373Z[ recovery-image] Aug 27 18:19:20.310 INFO O| Aug 27 18:19:20.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59722026-08-27T18:19:21.373Z[ recovery-image] Aug 27 18:19:20.310 INFO O| Aug 27 18:19:20.310 INFO STEP 223 (remove_files) COMPLETE
59732026-08-27T18:19:21.373Z[ recovery-image] Aug 27 18:19:20.310 INFO O| Aug 27 18:19:20.310 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-27T18:19:21.384Z[ recovery-image] Aug 27 18:19:20.320 INFO O| Aug 27 18:19:20.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59752026-08-27T18:19:21.384Z[ recovery-image] Aug 27 18:19:20.320 INFO O| Aug 27 18:19:20.320 INFO STEP 224 (remove_files) COMPLETE
59762026-08-27T18:19:21.384Z[ recovery-image] Aug 27 18:19:20.320 INFO O| Aug 27 18:19:20.320 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-27T18:19:21.396Z[ recovery-image] Aug 27 18:19:20.331 INFO O| Aug 27 18:19:20.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59782026-08-27T18:19:21.396Z[ recovery-image] Aug 27 18:19:20.331 INFO O| Aug 27 18:19:20.331 INFO STEP 225 (remove_files) COMPLETE
59792026-08-27T18:19:21.396Z[ recovery-image] Aug 27 18:19:20.331 INFO O| Aug 27 18:19:20.331 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-27T18:19:21.406Z[ recovery-image] Aug 27 18:19:20.341 INFO O| Aug 27 18:19:20.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59812026-08-27T18:19:21.406Z[ recovery-image] Aug 27 18:19:20.341 INFO O| Aug 27 18:19:20.341 INFO STEP 226 (remove_files) COMPLETE
59822026-08-27T18:19:21.406Z[ recovery-image] Aug 27 18:19:20.341 INFO O| Aug 27 18:19:20.341 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-27T18:19:21.416Z[ recovery-image] Aug 27 18:19:20.352 INFO O| Aug 27 18:19:20.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59842026-08-27T18:19:21.416Z[ recovery-image] Aug 27 18:19:20.352 INFO O| Aug 27 18:19:20.352 INFO STEP 227 (remove_files) COMPLETE
59852026-08-27T18:19:21.423Z[ recovery-image] Aug 27 18:19:20.352 INFO O| Aug 27 18:19:20.352 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-27T18:19:21.428Z[ recovery-image] Aug 27 18:19:20.362 INFO O| Aug 27 18:19:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59872026-08-27T18:19:21.428Z[ recovery-image] Aug 27 18:19:20.363 INFO O| Aug 27 18:19:20.363 INFO STEP 228 (remove_files) COMPLETE
59882026-08-27T18:19:21.428Z[ recovery-image] Aug 27 18:19:20.363 INFO O| Aug 27 18:19:20.363 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-27T18:19:21.433Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
59902026-08-27T18:19:21.437Z[ recovery-image] Aug 27 18:19:20.371 INFO O| Aug 27 18:19:20.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59912026-08-27T18:19:21.437Z[ recovery-image] Aug 27 18:19:20.371 INFO O| Aug 27 18:19:20.371 INFO STEP 229 (remove_files) COMPLETE
59922026-08-27T18:19:21.437Z[ recovery-image] Aug 27 18:19:20.371 INFO O| Aug 27 18:19:20.371 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-27T18:19:21.444Z[ recovery-image] Aug 27 18:19:20.381 INFO O| Aug 27 18:19:20.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59942026-08-27T18:19:21.444Z[ recovery-image] Aug 27 18:19:20.381 INFO O| Aug 27 18:19:20.380 INFO STEP 230 (remove_files) COMPLETE
59952026-08-27T18:19:21.444Z[ recovery-image] Aug 27 18:19:20.381 INFO O| Aug 27 18:19:20.380 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-27T18:19:21.452Z[ recovery-image] Aug 27 18:19:20.388 INFO O| Aug 27 18:19:20.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59972026-08-27T18:19:21.452Z[ recovery-image] Aug 27 18:19:20.388 INFO O| Aug 27 18:19:20.388 INFO STEP 231 (remove_files) COMPLETE
59982026-08-27T18:19:21.459Z[ recovery-image] Aug 27 18:19:20.388 INFO O| Aug 27 18:19:20.388 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-27T18:19:21.463Z[ recovery-image] Aug 27 18:19:20.398 INFO O| Aug 27 18:19:20.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60002026-08-27T18:19:21.463Z[ recovery-image] Aug 27 18:19:20.398 INFO O| Aug 27 18:19:20.398 INFO STEP 232 (remove_files) COMPLETE
60012026-08-27T18:19:21.463Z[ recovery-image] Aug 27 18:19:20.398 INFO O| Aug 27 18:19:20.398 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-27T18:19:21.474Z[ recovery-image] Aug 27 18:19:20.408 INFO O| Aug 27 18:19:20.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60032026-08-27T18:19:21.474Z[ recovery-image] Aug 27 18:19:20.408 INFO O| Aug 27 18:19:20.408 INFO STEP 233 (remove_files) COMPLETE
60042026-08-27T18:19:21.474Z[ recovery-image] Aug 27 18:19:20.408 INFO O| Aug 27 18:19:20.408 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-27T18:19:21.488Z[ recovery-image] Aug 27 18:19:20.418 INFO O| Aug 27 18:19:20.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60062026-08-27T18:19:21.488Z[ recovery-image] Aug 27 18:19:20.418 INFO O| Aug 27 18:19:20.418 INFO STEP 234 (remove_files) COMPLETE
60072026-08-27T18:19:21.488Z[ recovery-image] Aug 27 18:19:20.418 INFO O| Aug 27 18:19:20.418 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-27T18:19:21.492Z[ recovery-image] Aug 27 18:19:20.428 INFO O| Aug 27 18:19:20.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60092026-08-27T18:19:21.492Z[ recovery-image] Aug 27 18:19:20.428 INFO O| Aug 27 18:19:20.428 INFO STEP 235 (remove_files) COMPLETE
60102026-08-27T18:19:21.492Z[ recovery-image] Aug 27 18:19:20.428 INFO O| Aug 27 18:19:20.428 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-27T18:19:21.501Z[ recovery-image] Aug 27 18:19:20.437 INFO O| Aug 27 18:19:20.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60122026-08-27T18:19:21.501Z[ recovery-image] Aug 27 18:19:20.437 INFO O| Aug 27 18:19:20.437 INFO STEP 236 (remove_files) COMPLETE
60132026-08-27T18:19:21.501Z[ recovery-image] Aug 27 18:19:20.437 INFO O| Aug 27 18:19:20.437 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-27T18:19:21.509Z[ recovery-image] Aug 27 18:19:20.445 INFO O| Aug 27 18:19:20.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60152026-08-27T18:19:21.509Z[ recovery-image] Aug 27 18:19:20.445 INFO O| Aug 27 18:19:20.445 INFO STEP 237 (remove_files) COMPLETE
60162026-08-27T18:19:21.515Z[ recovery-image] Aug 27 18:19:20.445 INFO O| Aug 27 18:19:20.445 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-27T18:19:21.520Z[ recovery-image] Aug 27 18:19:20.454 INFO O| Aug 27 18:19:20.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60182026-08-27T18:19:21.520Z[ recovery-image] Aug 27 18:19:20.454 INFO O| Aug 27 18:19:20.454 INFO STEP 238 (remove_files) COMPLETE
60192026-08-27T18:19:21.520Z[ recovery-image] Aug 27 18:19:20.454 INFO O| Aug 27 18:19:20.454 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-27T18:19:21.532Z[ recovery-image] Aug 27 18:19:20.466 INFO O| Aug 27 18:19:20.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60212026-08-27T18:19:21.532Z[ recovery-image] Aug 27 18:19:20.466 INFO O| Aug 27 18:19:20.466 INFO STEP 239 (remove_files) COMPLETE
60222026-08-27T18:19:21.535Z[ recovery-image] Aug 27 18:19:20.466 INFO O| Aug 27 18:19:20.466 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-27T18:19:21.543Z[ recovery-image] Aug 27 18:19:20.476 INFO O| Aug 27 18:19:20.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60242026-08-27T18:19:21.543Z[ recovery-image] Aug 27 18:19:20.476 INFO O| Aug 27 18:19:20.476 INFO STEP 240 (remove_files) COMPLETE
60252026-08-27T18:19:21.543Z[ recovery-image] Aug 27 18:19:20.476 INFO O| Aug 27 18:19:20.476 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-27T18:19:21.552Z[ recovery-image] Aug 27 18:19:20.487 INFO O| Aug 27 18:19:20.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60272026-08-27T18:19:21.552Z[ recovery-image] Aug 27 18:19:20.487 INFO O| Aug 27 18:19:20.487 INFO STEP 241 (remove_files) COMPLETE
60282026-08-27T18:19:21.552Z[ recovery-image] Aug 27 18:19:20.487 INFO O| Aug 27 18:19:20.487 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-27T18:19:21.562Z[ recovery-image] Aug 27 18:19:20.498 INFO O| Aug 27 18:19:20.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60302026-08-27T18:19:21.562Z[ recovery-image] Aug 27 18:19:20.498 INFO O| Aug 27 18:19:20.498 INFO STEP 242 (remove_files) COMPLETE
60312026-08-27T18:19:21.568Z[ recovery-image] Aug 27 18:19:20.498 INFO O| Aug 27 18:19:20.498 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-27T18:19:21.577Z[ recovery-image] Aug 27 18:19:20.508 INFO O| Aug 27 18:19:20.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60332026-08-27T18:19:21.577Z[ recovery-image] Aug 27 18:19:20.508 INFO O| Aug 27 18:19:20.508 INFO STEP 243 (remove_files) COMPLETE
60342026-08-27T18:19:21.577Z[ recovery-image] Aug 27 18:19:20.508 INFO O| Aug 27 18:19:20.508 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-27T18:19:21.584Z[ recovery-image] Aug 27 18:19:20.520 INFO O| Aug 27 18:19:20.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60362026-08-27T18:19:21.584Z[ recovery-image] Aug 27 18:19:20.520 INFO O| Aug 27 18:19:20.520 INFO STEP 244 (remove_files) COMPLETE
60372026-08-27T18:19:21.584Z[ recovery-image] Aug 27 18:19:20.520 INFO O| Aug 27 18:19:20.520 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-27T18:19:21.625Z[ recovery-image] Aug 27 18:19:20.560 INFO O| Aug 27 18:19:20.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60392026-08-27T18:19:21.625Z[ recovery-image] Aug 27 18:19:20.560 INFO O| Aug 27 18:19:20.560 INFO STEP 245 (remove_files) COMPLETE
60402026-08-27T18:19:21.630Z[ recovery-image] Aug 27 18:19:20.560 INFO O| Aug 27 18:19:20.560 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-27T18:19:21.635Z[ recovery-image] Aug 27 18:19:20.571 INFO O| Aug 27 18:19:20.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60422026-08-27T18:19:21.635Z[ recovery-image] Aug 27 18:19:20.571 INFO O| Aug 27 18:19:20.571 INFO STEP 246 (remove_files) COMPLETE
60432026-08-27T18:19:21.635Z[ recovery-image] Aug 27 18:19:20.571 INFO O| Aug 27 18:19:20.571 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-27T18:19:21.649Z[ recovery-image] Aug 27 18:19:20.583 INFO O| Aug 27 18:19:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60452026-08-27T18:19:21.649Z[ recovery-image] Aug 27 18:19:20.583 INFO O| Aug 27 18:19:20.583 INFO STEP 247 (remove_files) COMPLETE
60462026-08-27T18:19:21.649Z[ recovery-image] Aug 27 18:19:20.583 INFO O| Aug 27 18:19:20.583 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-27T18:19:21.658Z[ recovery-image] Aug 27 18:19:20.593 INFO O| Aug 27 18:19:20.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60482026-08-27T18:19:21.658Z[ recovery-image] Aug 27 18:19:20.593 INFO O| Aug 27 18:19:20.593 INFO STEP 248 (remove_files) COMPLETE
60492026-08-27T18:19:21.658Z[ recovery-image] Aug 27 18:19:20.593 INFO O| Aug 27 18:19:20.593 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-27T18:19:21.673Z[verify-libraries] Compiling fatfs v0.3.6
60512026-08-27T18:19:21.673Z[ recovery-image] Aug 27 18:19:20.603 INFO O| Aug 27 18:19:20.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60522026-08-27T18:19:21.673Z[ recovery-image] Aug 27 18:19:20.603 INFO O| Aug 27 18:19:20.603 INFO STEP 249 (remove_files) COMPLETE
60532026-08-27T18:19:21.673Z[ recovery-image] Aug 27 18:19:20.603 INFO O| Aug 27 18:19:20.603 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-27T18:19:21.678Z[ recovery-image] Aug 27 18:19:20.613 INFO O| Aug 27 18:19:20.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60552026-08-27T18:19:21.678Z[ recovery-image] Aug 27 18:19:20.613 INFO O| Aug 27 18:19:20.613 INFO STEP 250 (remove_files) COMPLETE
60562026-08-27T18:19:21.678Z[ recovery-image] Aug 27 18:19:20.613 INFO O| Aug 27 18:19:20.613 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-27T18:19:21.693Z[verify-libraries] Compiling num-bigint v0.4.6
60582026-08-27T18:19:21.725Z[ recovery-image] Aug 27 18:19:20.623 INFO O| Aug 27 18:19:20.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60592026-08-27T18:19:21.725Z[ recovery-image] Aug 27 18:19:20.623 INFO O| Aug 27 18:19:20.623 INFO STEP 251 (remove_files) COMPLETE
60602026-08-27T18:19:21.725Z[ recovery-image] Aug 27 18:19:20.623 INFO O| Aug 27 18:19:20.623 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-27T18:19:21.725Z[ recovery-image] Aug 27 18:19:20.633 INFO O| Aug 27 18:19:20.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60622026-08-27T18:19:21.725Z[ recovery-image] Aug 27 18:19:20.633 INFO O| Aug 27 18:19:20.633 INFO STEP 252 (remove_files) COMPLETE
60632026-08-27T18:19:21.725Z[ recovery-image] Aug 27 18:19:20.633 INFO O| Aug 27 18:19:20.633 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-27T18:19:21.729Z[ recovery-image] Aug 27 18:19:20.643 INFO O| Aug 27 18:19:20.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60652026-08-27T18:19:21.729Z[ recovery-image] Aug 27 18:19:20.643 INFO O| Aug 27 18:19:20.643 INFO STEP 253 (remove_files) COMPLETE
60662026-08-27T18:19:21.729Z[ recovery-image] Aug 27 18:19:20.643 INFO O| Aug 27 18:19:20.643 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-27T18:19:21.729Z[verify-libraries] Compiling generic-array v1.4.3
60682026-08-27T18:19:21.729Z[ recovery-image] Aug 27 18:19:20.654 INFO O| Aug 27 18:19:20.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60692026-08-27T18:19:21.729Z[ recovery-image] Aug 27 18:19:20.654 INFO O| Aug 27 18:19:20.654 INFO STEP 254 (remove_files) COMPLETE
60702026-08-27T18:19:21.729Z[ recovery-image] Aug 27 18:19:20.654 INFO O| Aug 27 18:19:20.654 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-27T18:19:21.729Z[ recovery-image] Aug 27 18:19:20.664 INFO O| Aug 27 18:19:20.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60722026-08-27T18:19:21.729Z[ recovery-image] Aug 27 18:19:20.664 INFO O| Aug 27 18:19:20.664 INFO STEP 255 (remove_files) COMPLETE
60732026-08-27T18:19:21.730Z[ recovery-image] Aug 27 18:19:20.664 INFO O| Aug 27 18:19:20.664 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-27T18:19:21.770Z[ recovery-image] Aug 27 18:19:20.676 INFO O| Aug 27 18:19:20.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60752026-08-27T18:19:21.770Z[ recovery-image] Aug 27 18:19:20.676 INFO O| Aug 27 18:19:20.676 INFO STEP 256 (remove_files) COMPLETE
60762026-08-27T18:19:21.770Z[ recovery-image] Aug 27 18:19:20.676 INFO O| Aug 27 18:19:20.676 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-27T18:19:21.785Z[ recovery-image] Aug 27 18:19:20.687 INFO O| Aug 27 18:19:20.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60782026-08-27T18:19:21.785Z[ recovery-image] Aug 27 18:19:20.687 INFO O| Aug 27 18:19:20.687 INFO STEP 257 (remove_files) COMPLETE
60792026-08-27T18:19:21.786Z[ recovery-image] Aug 27 18:19:20.687 INFO O| Aug 27 18:19:20.687 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-27T18:19:21.786Z[ recovery-image] Aug 27 18:19:20.699 INFO O| Aug 27 18:19:20.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60812026-08-27T18:19:21.786Z[ recovery-image] Aug 27 18:19:20.699 INFO O| Aug 27 18:19:20.699 INFO STEP 258 (remove_files) COMPLETE
60822026-08-27T18:19:21.786Z[ recovery-image] Aug 27 18:19:20.699 INFO O| Aug 27 18:19:20.699 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-27T18:19:21.786Z[ recovery-image] Aug 27 18:19:20.709 INFO O| Aug 27 18:19:20.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60842026-08-27T18:19:21.786Z[ recovery-image] Aug 27 18:19:20.710 INFO O| Aug 27 18:19:20.709 INFO STEP 259 (remove_files) COMPLETE
60852026-08-27T18:19:21.786Z[ recovery-image] Aug 27 18:19:20.710 INFO O| Aug 27 18:19:20.709 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-27T18:19:21.808Z[ recovery-image] Aug 27 18:19:20.719 INFO O| Aug 27 18:19:20.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60872026-08-27T18:19:21.808Z[ recovery-image] Aug 27 18:19:20.719 INFO O| Aug 27 18:19:20.719 INFO STEP 260 (remove_files) COMPLETE
60882026-08-27T18:19:21.808Z[ recovery-image] Aug 27 18:19:20.719 INFO O| Aug 27 18:19:20.719 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-27T18:19:21.808Z[ recovery-image] Aug 27 18:19:20.730 INFO O| Aug 27 18:19:20.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60902026-08-27T18:19:21.809Z[ recovery-image] Aug 27 18:19:20.730 INFO O| Aug 27 18:19:20.730 INFO STEP 261 (remove_files) COMPLETE
60912026-08-27T18:19:21.809Z[ recovery-image] Aug 27 18:19:20.730 INFO O| Aug 27 18:19:20.730 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-27T18:19:21.814Z[ recovery-image] Aug 27 18:19:20.740 INFO O| Aug 27 18:19:20.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60932026-08-27T18:19:21.814Z[ recovery-image] Aug 27 18:19:20.740 INFO O| Aug 27 18:19:20.740 INFO STEP 262 (remove_files) COMPLETE
60942026-08-27T18:19:21.814Z[ recovery-image] Aug 27 18:19:20.740 INFO O| Aug 27 18:19:20.740 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-27T18:19:21.814Z[ recovery-image] Aug 27 18:19:20.750 INFO O| Aug 27 18:19:20.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60962026-08-27T18:19:21.814Z[ recovery-image] Aug 27 18:19:20.750 INFO O| Aug 27 18:19:20.750 INFO STEP 263 (remove_files) COMPLETE
60972026-08-27T18:19:21.814Z[ recovery-image] Aug 27 18:19:20.750 INFO O| Aug 27 18:19:20.750 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-27T18:19:21.824Z[ recovery-image] Aug 27 18:19:20.760 INFO O| Aug 27 18:19:20.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60992026-08-27T18:19:21.824Z[ recovery-image] Aug 27 18:19:20.760 INFO O| Aug 27 18:19:20.760 INFO STEP 264 (remove_files) COMPLETE
61002026-08-27T18:19:21.824Z[ recovery-image] Aug 27 18:19:20.760 INFO O| Aug 27 18:19:20.760 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-27T18:19:21.835Z[ recovery-image] Aug 27 18:19:20.771 INFO O| Aug 27 18:19:20.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61022026-08-27T18:19:21.836Z[ recovery-image] Aug 27 18:19:20.771 INFO O| Aug 27 18:19:20.771 INFO STEP 265 (remove_files) COMPLETE
61032026-08-27T18:19:21.836Z[ recovery-image] Aug 27 18:19:20.771 INFO O| Aug 27 18:19:20.771 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-27T18:19:21.845Z[ recovery-image] Aug 27 18:19:20.781 INFO O| Aug 27 18:19:20.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61052026-08-27T18:19:21.845Z[ recovery-image] Aug 27 18:19:20.781 INFO O| Aug 27 18:19:20.781 INFO STEP 266 (remove_files) COMPLETE
61062026-08-27T18:19:21.845Z[ recovery-image] Aug 27 18:19:20.781 INFO O| Aug 27 18:19:20.781 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-27T18:19:21.855Z[ recovery-image] Aug 27 18:19:20.791 INFO O| Aug 27 18:19:20.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61082026-08-27T18:19:21.855Z[ recovery-image] Aug 27 18:19:20.791 INFO O| Aug 27 18:19:20.791 INFO STEP 267 (remove_files) COMPLETE
61092026-08-27T18:19:21.856Z[ recovery-image] Aug 27 18:19:20.791 INFO O| Aug 27 18:19:20.791 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-27T18:19:21.869Z[ recovery-image] Aug 27 18:19:20.801 INFO O| Aug 27 18:19:20.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61112026-08-27T18:19:21.870Z[ recovery-image] Aug 27 18:19:20.801 INFO O| Aug 27 18:19:20.801 INFO STEP 268 (remove_files) COMPLETE
61122026-08-27T18:19:21.873Z[ recovery-image] Aug 27 18:19:20.801 INFO O| Aug 27 18:19:20.801 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-27T18:19:21.881Z[ recovery-image] Aug 27 18:19:20.810 INFO O| Aug 27 18:19:20.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61142026-08-27T18:19:21.881Z[ recovery-image] Aug 27 18:19:20.810 INFO O| Aug 27 18:19:20.810 INFO STEP 269 (remove_files) COMPLETE
61152026-08-27T18:19:21.881Z[ recovery-image] Aug 27 18:19:20.810 INFO O| Aug 27 18:19:20.810 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-27T18:19:21.884Z[ recovery-image] Aug 27 18:19:20.819 INFO O| Aug 27 18:19:20.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61172026-08-27T18:19:21.885Z[ recovery-image] Aug 27 18:19:20.820 INFO O| Aug 27 18:19:20.819 INFO STEP 270 (remove_files) COMPLETE
61182026-08-27T18:19:21.885Z[ recovery-image] Aug 27 18:19:20.820 INFO O| Aug 27 18:19:20.819 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-27T18:19:21.895Z[ recovery-image] Aug 27 18:19:20.831 INFO O| Aug 27 18:19:20.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61202026-08-27T18:19:21.895Z[ recovery-image] Aug 27 18:19:20.831 INFO O| Aug 27 18:19:20.831 INFO STEP 271 (remove_files) COMPLETE
61212026-08-27T18:19:21.895Z[ recovery-image] Aug 27 18:19:20.831 INFO O| Aug 27 18:19:20.831 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-27T18:19:21.906Z[ recovery-image] Aug 27 18:19:20.842 INFO O| Aug 27 18:19:20.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61232026-08-27T18:19:21.906Z[ recovery-image] Aug 27 18:19:20.842 INFO O| Aug 27 18:19:20.842 INFO STEP 272 (remove_files) COMPLETE
61242026-08-27T18:19:21.906Z[ recovery-image] Aug 27 18:19:20.842 INFO O| Aug 27 18:19:20.842 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-27T18:19:21.918Z[ recovery-image] Aug 27 18:19:20.852 INFO O| Aug 27 18:19:20.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61262026-08-27T18:19:21.918Z[ recovery-image] Aug 27 18:19:20.852 INFO O| Aug 27 18:19:20.852 INFO STEP 273 (remove_files) COMPLETE
61272026-08-27T18:19:21.918Z[ recovery-image] Aug 27 18:19:20.852 INFO O| Aug 27 18:19:20.852 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-27T18:19:21.924Z[ recovery-image] Aug 27 18:19:20.860 INFO O| Aug 27 18:19:20.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61292026-08-27T18:19:21.924Z[ recovery-image] Aug 27 18:19:20.860 INFO O| Aug 27 18:19:20.860 INFO STEP 274 (remove_files) COMPLETE
61302026-08-27T18:19:21.924Z[ recovery-image] Aug 27 18:19:20.860 INFO O| Aug 27 18:19:20.860 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-27T18:19:21.936Z[ recovery-image] Aug 27 18:19:20.870 INFO O| Aug 27 18:19:20.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61322026-08-27T18:19:21.936Z[ recovery-image] Aug 27 18:19:20.870 INFO O| Aug 27 18:19:20.870 INFO STEP 275 (remove_files) COMPLETE
61332026-08-27T18:19:21.940Z[ recovery-image] Aug 27 18:19:20.871 INFO O| Aug 27 18:19:20.870 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-27T18:19:21.946Z[ recovery-image] Aug 27 18:19:20.881 INFO O| Aug 27 18:19:20.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61352026-08-27T18:19:21.946Z[ recovery-image] Aug 27 18:19:20.881 INFO O| Aug 27 18:19:20.881 INFO STEP 276 (remove_files) COMPLETE
61362026-08-27T18:19:21.949Z[ recovery-image] Aug 27 18:19:20.881 INFO O| Aug 27 18:19:20.881 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-27T18:19:21.950Z[verify-libraries] Compiling russh-util v0.52.0
61382026-08-27T18:19:21.964Z[ recovery-image] Aug 27 18:19:20.894 INFO O| Aug 27 18:19:20.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61392026-08-27T18:19:21.964Z[ recovery-image] Aug 27 18:19:20.895 INFO O| Aug 27 18:19:20.894 INFO STEP 277 (remove_files) COMPLETE
61402026-08-27T18:19:21.964Z[ recovery-image] Aug 27 18:19:20.895 INFO O| Aug 27 18:19:20.895 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-27T18:19:21.967Z[ recovery-image] Aug 27 18:19:20.904 INFO O| Aug 27 18:19:20.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61422026-08-27T18:19:21.967Z[ recovery-image] Aug 27 18:19:20.904 INFO O| Aug 27 18:19:20.904 INFO STEP 278 (remove_files) COMPLETE
61432026-08-27T18:19:21.967Z[ recovery-image] Aug 27 18:19:20.904 INFO O| Aug 27 18:19:20.904 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-27T18:19:21.977Z[ recovery-image] Aug 27 18:19:20.913 INFO O| Aug 27 18:19:20.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61452026-08-27T18:19:21.977Z[ recovery-image] Aug 27 18:19:20.914 INFO O| Aug 27 18:19:20.913 INFO STEP 279 (remove_files) COMPLETE
61462026-08-27T18:19:21.982Z[ recovery-image] Aug 27 18:19:20.914 INFO O| Aug 27 18:19:20.913 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-27T18:19:22.022Z[ recovery-image] Aug 27 18:19:20.948 INFO O| Aug 27 18:19:20.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61482026-08-27T18:19:22.023Z[ recovery-image] Aug 27 18:19:20.948 INFO O| Aug 27 18:19:20.948 INFO STEP 280 (remove_files) COMPLETE
61492026-08-27T18:19:22.023Z[ recovery-image] Aug 27 18:19:20.948 INFO O| Aug 27 18:19:20.948 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-27T18:19:22.028Z[ recovery-image] Aug 27 18:19:20.959 INFO O| Aug 27 18:19:20.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61512026-08-27T18:19:22.029Z[ recovery-image] Aug 27 18:19:20.959 INFO O| Aug 27 18:19:20.959 INFO STEP 281 (remove_files) COMPLETE
61522026-08-27T18:19:22.029Z[ recovery-image] Aug 27 18:19:20.959 INFO O| Aug 27 18:19:20.959 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-27T18:19:22.033Z[ recovery-image] Aug 27 18:19:20.969 INFO O| Aug 27 18:19:20.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61542026-08-27T18:19:22.033Z[ recovery-image] Aug 27 18:19:20.969 INFO O| Aug 27 18:19:20.969 INFO STEP 282 (remove_files) COMPLETE
61552026-08-27T18:19:22.039Z[ recovery-image] Aug 27 18:19:20.969 INFO O| Aug 27 18:19:20.969 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-27T18:19:22.046Z[ recovery-image] Aug 27 18:19:20.982 INFO O| Aug 27 18:19:20.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61572026-08-27T18:19:22.046Z[ recovery-image] Aug 27 18:19:20.982 INFO O| Aug 27 18:19:20.982 INFO STEP 283 (remove_files) COMPLETE
61582026-08-27T18:19:22.055Z[ recovery-image] Aug 27 18:19:20.982 INFO O| Aug 27 18:19:20.982 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-27T18:19:22.061Z[ recovery-image] Aug 27 18:19:20.996 INFO O| Aug 27 18:19:20.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61602026-08-27T18:19:22.061Z[ recovery-image] Aug 27 18:19:20.996 INFO O| Aug 27 18:19:20.996 INFO STEP 284 (remove_files) COMPLETE
61612026-08-27T18:19:22.061Z[ recovery-image] Aug 27 18:19:20.996 INFO O| Aug 27 18:19:20.996 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-27T18:19:22.072Z[verify-libraries] Compiling enum_dispatch v0.3.13
61632026-08-27T18:19:22.079Z[ recovery-image] Aug 27 18:19:21.011 INFO O| Aug 27 18:19:21.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61642026-08-27T18:19:22.079Z[ recovery-image] Aug 27 18:19:21.011 INFO O| Aug 27 18:19:21.011 INFO STEP 285 (remove_files) COMPLETE
61652026-08-27T18:19:22.084Z[ recovery-image] Aug 27 18:19:21.014 INFO O| Aug 27 18:19:21.011 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-27T18:19:22.088Z[ recovery-image] Aug 27 18:19:21.023 INFO O| Aug 27 18:19:21.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61672026-08-27T18:19:22.088Z[ recovery-image] Aug 27 18:19:21.023 INFO O| Aug 27 18:19:21.023 INFO STEP 286 (remove_files) COMPLETE
61682026-08-27T18:19:22.088Z[ recovery-image] Aug 27 18:19:21.023 INFO O| Aug 27 18:19:21.023 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-27T18:19:22.097Z[ recovery-image] Aug 27 18:19:21.034 INFO O| Aug 27 18:19:21.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61702026-08-27T18:19:22.097Z[ recovery-image] Aug 27 18:19:21.034 INFO O| Aug 27 18:19:21.034 INFO STEP 287 (remove_files) COMPLETE
61712026-08-27T18:19:22.097Z[ recovery-image] Aug 27 18:19:21.034 INFO O| Aug 27 18:19:21.034 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-27T18:19:22.108Z[ recovery-image] Aug 27 18:19:21.045 INFO O| Aug 27 18:19:21.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61732026-08-27T18:19:22.108Z[ recovery-image] Aug 27 18:19:21.045 INFO O| Aug 27 18:19:21.045 INFO STEP 288 (remove_files) COMPLETE
61742026-08-27T18:19:22.108Z[ recovery-image] Aug 27 18:19:21.045 INFO O| Aug 27 18:19:21.045 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-27T18:19:22.125Z[ recovery-image] Aug 27 18:19:21.056 INFO O| Aug 27 18:19:21.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61762026-08-27T18:19:22.125Z[ recovery-image] Aug 27 18:19:21.056 INFO O| Aug 27 18:19:21.056 INFO STEP 289 (remove_files) COMPLETE
61772026-08-27T18:19:22.125Z[ recovery-image] Aug 27 18:19:21.056 INFO O| Aug 27 18:19:21.056 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-27T18:19:22.130Z[ recovery-image] Aug 27 18:19:21.067 INFO O| Aug 27 18:19:21.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61792026-08-27T18:19:22.135Z[ recovery-image] Aug 27 18:19:21.067 INFO O| Aug 27 18:19:21.067 INFO STEP 290 (remove_files) COMPLETE
61802026-08-27T18:19:22.135Z[ recovery-image] Aug 27 18:19:21.067 INFO O| Aug 27 18:19:21.067 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-27T18:19:22.141Z[ recovery-image] Aug 27 18:19:21.077 INFO O| Aug 27 18:19:21.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61822026-08-27T18:19:22.141Z[ recovery-image] Aug 27 18:19:21.077 INFO O| Aug 27 18:19:21.077 INFO STEP 291 (remove_files) COMPLETE
61832026-08-27T18:19:22.145Z[ recovery-image] Aug 27 18:19:21.077 INFO O| Aug 27 18:19:21.077 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-27T18:19:22.151Z[ recovery-image] Aug 27 18:19:21.087 INFO O| Aug 27 18:19:21.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61852026-08-27T18:19:22.151Z[ recovery-image] Aug 27 18:19:21.087 INFO O| Aug 27 18:19:21.087 INFO STEP 292 (remove_files) COMPLETE
61862026-08-27T18:19:22.151Z[ recovery-image] Aug 27 18:19:21.087 INFO O| Aug 27 18:19:21.087 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-27T18:19:22.159Z[verify-libraries] Compiling sapling-renderdag v0.1.0
61882026-08-27T18:19:22.162Z[ recovery-image] Aug 27 18:19:21.097 INFO O| Aug 27 18:19:21.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61892026-08-27T18:19:22.162Z[ recovery-image] Aug 27 18:19:21.097 INFO O| Aug 27 18:19:21.097 INFO STEP 293 (remove_files) COMPLETE
61902026-08-27T18:19:22.163Z[ recovery-image] Aug 27 18:19:21.097 INFO O| Aug 27 18:19:21.097 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-27T18:19:22.175Z[ recovery-image] Aug 27 18:19:21.108 INFO O| Aug 27 18:19:21.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61922026-08-27T18:19:22.175Z[ recovery-image] Aug 27 18:19:21.108 INFO O| Aug 27 18:19:21.108 INFO STEP 294 (remove_files) COMPLETE
61932026-08-27T18:19:22.175Z[ recovery-image] Aug 27 18:19:21.108 INFO O| Aug 27 18:19:21.108 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-27T18:19:22.183Z[ recovery-image] Aug 27 18:19:21.118 INFO O| Aug 27 18:19:21.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61952026-08-27T18:19:22.184Z[ recovery-image] Aug 27 18:19:21.118 INFO O| Aug 27 18:19:21.118 INFO STEP 295 (remove_files) COMPLETE
61962026-08-27T18:19:22.184Z[ recovery-image] Aug 27 18:19:21.118 INFO O| Aug 27 18:19:21.118 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-27T18:19:22.193Z[ recovery-image] Aug 27 18:19:21.129 INFO O| Aug 27 18:19:21.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61982026-08-27T18:19:22.193Z[ recovery-image] Aug 27 18:19:21.129 INFO O| Aug 27 18:19:21.129 INFO STEP 296 (remove_files) COMPLETE
61992026-08-27T18:19:22.197Z[ recovery-image] Aug 27 18:19:21.129 INFO O| Aug 27 18:19:21.129 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-27T18:19:22.204Z[ recovery-image] Aug 27 18:19:21.140 INFO O| Aug 27 18:19:21.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62012026-08-27T18:19:22.204Z[ recovery-image] Aug 27 18:19:21.140 INFO O| Aug 27 18:19:21.140 INFO STEP 297 (remove_files) COMPLETE
62022026-08-27T18:19:22.204Z[ recovery-image] Aug 27 18:19:21.140 INFO O| Aug 27 18:19:21.140 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-27T18:19:22.230Z[ recovery-image] Aug 27 18:19:21.166 INFO O| Aug 27 18:19:21.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62042026-08-27T18:19:22.230Z[ recovery-image] Aug 27 18:19:21.166 INFO O| Aug 27 18:19:21.166 INFO STEP 298 (remove_files) COMPLETE
62052026-08-27T18:19:22.236Z[ recovery-image] Aug 27 18:19:21.166 INFO O| Aug 27 18:19:21.166 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-27T18:19:22.240Z[ recovery-image] Aug 27 18:19:21.176 INFO O| Aug 27 18:19:21.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62072026-08-27T18:19:22.240Z[ recovery-image] Aug 27 18:19:21.176 INFO O| Aug 27 18:19:21.176 INFO STEP 299 (remove_files) COMPLETE
62082026-08-27T18:19:22.240Z[ recovery-image] Aug 27 18:19:21.176 INFO O| Aug 27 18:19:21.176 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-27T18:19:22.251Z[ recovery-image] Aug 27 18:19:21.187 INFO O| Aug 27 18:19:21.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62102026-08-27T18:19:22.251Z[ recovery-image] Aug 27 18:19:21.187 INFO O| Aug 27 18:19:21.187 INFO STEP 300 (remove_files) COMPLETE
62112026-08-27T18:19:22.255Z[ recovery-image] Aug 27 18:19:21.187 INFO O| Aug 27 18:19:21.187 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-27T18:19:22.267Z[ recovery-image] Aug 27 18:19:21.196 INFO O| Aug 27 18:19:21.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62132026-08-27T18:19:22.267Z[ recovery-image] Aug 27 18:19:21.196 INFO O| Aug 27 18:19:21.196 INFO STEP 301 (remove_files) COMPLETE
62142026-08-27T18:19:22.267Z[ recovery-image] Aug 27 18:19:21.196 INFO O| Aug 27 18:19:21.196 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-27T18:19:22.270Z[ recovery-image] Aug 27 18:19:21.205 INFO O| Aug 27 18:19:21.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62162026-08-27T18:19:22.270Z[ recovery-image] Aug 27 18:19:21.205 INFO O| Aug 27 18:19:21.205 INFO STEP 302 (remove_files) COMPLETE
62172026-08-27T18:19:22.270Z[ recovery-image] Aug 27 18:19:21.205 INFO O| Aug 27 18:19:21.205 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-27T18:19:22.280Z[ recovery-image] Aug 27 18:19:21.216 INFO O| Aug 27 18:19:21.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62192026-08-27T18:19:22.281Z[ recovery-image] Aug 27 18:19:21.216 INFO O| Aug 27 18:19:21.216 INFO STEP 303 (remove_files) COMPLETE
62202026-08-27T18:19:22.281Z[ recovery-image] Aug 27 18:19:21.216 INFO O| Aug 27 18:19:21.216 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-27T18:19:22.290Z[ recovery-image] Aug 27 18:19:21.226 INFO O| Aug 27 18:19:21.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62222026-08-27T18:19:22.290Z[ recovery-image] Aug 27 18:19:21.226 INFO O| Aug 27 18:19:21.226 INFO STEP 304 (remove_files) COMPLETE
62232026-08-27T18:19:22.297Z[ recovery-image] Aug 27 18:19:21.226 INFO O| Aug 27 18:19:21.226 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-27T18:19:22.301Z[ recovery-image] Aug 27 18:19:21.237 INFO O| Aug 27 18:19:21.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62252026-08-27T18:19:22.301Z[ recovery-image] Aug 27 18:19:21.237 INFO O| Aug 27 18:19:21.237 INFO STEP 305 (remove_files) COMPLETE
62262026-08-27T18:19:22.301Z[ recovery-image] Aug 27 18:19:21.237 INFO O| Aug 27 18:19:21.237 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-27T18:19:22.312Z[ recovery-image] Aug 27 18:19:21.246 INFO O| Aug 27 18:19:21.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62282026-08-27T18:19:22.312Z[ recovery-image] Aug 27 18:19:21.246 INFO O| Aug 27 18:19:21.246 INFO STEP 306 (remove_files) COMPLETE
62292026-08-27T18:19:22.318Z[ recovery-image] Aug 27 18:19:21.246 INFO O| Aug 27 18:19:21.246 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-27T18:19:22.319Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62312026-08-27T18:19:22.323Z[ recovery-image] Aug 27 18:19:21.256 INFO O| Aug 27 18:19:21.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62322026-08-27T18:19:22.323Z[ recovery-image] Aug 27 18:19:21.256 INFO O| Aug 27 18:19:21.256 INFO STEP 307 (remove_files) COMPLETE
62332026-08-27T18:19:22.323Z[ recovery-image] Aug 27 18:19:21.256 INFO O| Aug 27 18:19:21.256 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-27T18:19:22.328Z[ recovery-image] Aug 27 18:19:21.264 INFO O| Aug 27 18:19:21.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62352026-08-27T18:19:22.328Z[ recovery-image] Aug 27 18:19:21.264 INFO O| Aug 27 18:19:21.264 INFO STEP 308 (remove_files) COMPLETE
62362026-08-27T18:19:22.334Z[ recovery-image] Aug 27 18:19:21.264 INFO O| Aug 27 18:19:21.264 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-27T18:19:22.338Z[ recovery-image] Aug 27 18:19:21.272 INFO O| Aug 27 18:19:21.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62382026-08-27T18:19:22.338Z[ recovery-image] Aug 27 18:19:21.272 INFO O| Aug 27 18:19:21.272 INFO STEP 309 (remove_files) COMPLETE
62392026-08-27T18:19:22.339Z[ recovery-image] Aug 27 18:19:21.272 INFO O| Aug 27 18:19:21.272 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-27T18:19:22.347Z[verify-libraries] Compiling delegate v0.13.5
62412026-08-27T18:19:22.354Z[ recovery-image] Aug 27 18:19:21.280 INFO O| Aug 27 18:19:21.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62422026-08-27T18:19:22.354Z[ recovery-image] Aug 27 18:19:21.280 INFO O| Aug 27 18:19:21.280 INFO STEP 310 (remove_files) COMPLETE
62432026-08-27T18:19:22.354Z[ recovery-image] Aug 27 18:19:21.280 INFO O| Aug 27 18:19:21.280 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-27T18:19:22.358Z[ recovery-image] Aug 27 18:19:21.289 INFO O| Aug 27 18:19:21.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62452026-08-27T18:19:22.358Z[ recovery-image] Aug 27 18:19:21.289 INFO O| Aug 27 18:19:21.289 INFO STEP 311 (remove_files) COMPLETE
62462026-08-27T18:19:22.358Z[ recovery-image] Aug 27 18:19:21.289 INFO O| Aug 27 18:19:21.289 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-27T18:19:22.362Z[ recovery-image] Aug 27 18:19:21.298 INFO O| Aug 27 18:19:21.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62482026-08-27T18:19:22.362Z[ recovery-image] Aug 27 18:19:21.298 INFO O| Aug 27 18:19:21.298 INFO STEP 312 (remove_files) COMPLETE
62492026-08-27T18:19:22.368Z[ recovery-image] Aug 27 18:19:21.298 INFO O| Aug 27 18:19:21.298 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-27T18:19:22.372Z[ recovery-image] Aug 27 18:19:21.307 INFO O| Aug 27 18:19:21.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62512026-08-27T18:19:22.372Z[ recovery-image] Aug 27 18:19:21.307 INFO O| Aug 27 18:19:21.307 INFO STEP 313 (remove_files) COMPLETE
62522026-08-27T18:19:22.372Z[ recovery-image] Aug 27 18:19:21.307 INFO O| Aug 27 18:19:21.307 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-27T18:19:22.381Z[ recovery-image] Aug 27 18:19:21.315 INFO O| Aug 27 18:19:21.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62542026-08-27T18:19:22.382Z[ recovery-image] Aug 27 18:19:21.315 INFO O| Aug 27 18:19:21.315 INFO STEP 314 (remove_files) COMPLETE
62552026-08-27T18:19:22.385Z[ recovery-image] Aug 27 18:19:21.315 INFO O| Aug 27 18:19:21.315 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-27T18:19:22.389Z[ recovery-image] Aug 27 18:19:21.324 INFO O| Aug 27 18:19:21.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62572026-08-27T18:19:22.389Z[ recovery-image] Aug 27 18:19:21.324 INFO O| Aug 27 18:19:21.324 INFO STEP 315 (remove_files) COMPLETE
62582026-08-27T18:19:22.389Z[ recovery-image] Aug 27 18:19:21.324 INFO O| Aug 27 18:19:21.324 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-27T18:19:22.396Z[ recovery-image] Aug 27 18:19:21.332 INFO O| Aug 27 18:19:21.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62602026-08-27T18:19:22.396Z[ recovery-image] Aug 27 18:19:21.332 INFO O| Aug 27 18:19:21.332 INFO STEP 316 (remove_files) COMPLETE
62612026-08-27T18:19:22.400Z[ recovery-image] Aug 27 18:19:21.332 INFO O| Aug 27 18:19:21.332 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-27T18:19:22.405Z[ recovery-image] Aug 27 18:19:21.341 INFO O| Aug 27 18:19:21.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62632026-08-27T18:19:22.405Z[ recovery-image] Aug 27 18:19:21.341 INFO O| Aug 27 18:19:21.341 INFO STEP 317 (remove_files) COMPLETE
62642026-08-27T18:19:22.410Z[ recovery-image] Aug 27 18:19:21.341 INFO O| Aug 27 18:19:21.341 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-27T18:19:22.414Z[ recovery-image] Aug 27 18:19:21.350 INFO O| Aug 27 18:19:21.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62662026-08-27T18:19:22.414Z[ recovery-image] Aug 27 18:19:21.350 INFO O| Aug 27 18:19:21.350 INFO STEP 318 (remove_files) COMPLETE
62672026-08-27T18:19:22.419Z[ recovery-image] Aug 27 18:19:21.350 INFO O| Aug 27 18:19:21.350 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-27T18:19:22.423Z[ recovery-image] Aug 27 18:19:21.359 INFO O| Aug 27 18:19:21.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62692026-08-27T18:19:22.423Z[ recovery-image] Aug 27 18:19:21.359 INFO O| Aug 27 18:19:21.359 INFO STEP 319 (remove_files) COMPLETE
62702026-08-27T18:19:22.423Z[ recovery-image] Aug 27 18:19:21.359 INFO O| Aug 27 18:19:21.359 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-27T18:19:22.432Z[ recovery-image] Aug 27 18:19:21.368 INFO O| Aug 27 18:19:21.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62722026-08-27T18:19:22.432Z[ recovery-image] Aug 27 18:19:21.368 INFO O| Aug 27 18:19:21.368 INFO STEP 320 (remove_files) COMPLETE
62732026-08-27T18:19:22.432Z[ recovery-image] Aug 27 18:19:21.368 INFO O| Aug 27 18:19:21.368 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-27T18:19:22.440Z[ recovery-image] Aug 27 18:19:21.376 INFO O| Aug 27 18:19:21.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62752026-08-27T18:19:22.440Z[ recovery-image] Aug 27 18:19:21.376 INFO O| Aug 27 18:19:21.376 INFO STEP 321 (remove_files) COMPLETE
62762026-08-27T18:19:22.443Z[ recovery-image] Aug 27 18:19:21.376 INFO O| Aug 27 18:19:21.376 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-27T18:19:22.452Z[ recovery-image] Aug 27 18:19:21.386 INFO O| Aug 27 18:19:21.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62782026-08-27T18:19:22.452Z[ recovery-image] Aug 27 18:19:21.386 INFO O| Aug 27 18:19:21.386 INFO STEP 322 (remove_files) COMPLETE
62792026-08-27T18:19:22.455Z[ recovery-image] Aug 27 18:19:21.386 INFO O| Aug 27 18:19:21.386 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-27T18:19:22.460Z[ recovery-image] Aug 27 18:19:21.395 INFO O| Aug 27 18:19:21.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62812026-08-27T18:19:22.460Z[ recovery-image] Aug 27 18:19:21.396 INFO O| Aug 27 18:19:21.396 INFO STEP 323 (remove_files) COMPLETE
62822026-08-27T18:19:22.463Z[ recovery-image] Aug 27 18:19:21.396 INFO O| Aug 27 18:19:21.396 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-27T18:19:22.473Z[ recovery-image] Aug 27 18:19:21.406 INFO O| Aug 27 18:19:21.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62842026-08-27T18:19:22.473Z[ recovery-image] Aug 27 18:19:21.406 INFO O| Aug 27 18:19:21.406 INFO STEP 324 (remove_files) COMPLETE
62852026-08-27T18:19:22.477Z[ recovery-image] Aug 27 18:19:21.406 INFO O| Aug 27 18:19:21.406 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-27T18:19:22.481Z[ recovery-image] Aug 27 18:19:21.415 INFO O| Aug 27 18:19:21.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62872026-08-27T18:19:22.481Z[ recovery-image] Aug 27 18:19:21.415 INFO O| Aug 27 18:19:21.415 INFO STEP 325 (remove_files) COMPLETE
62882026-08-27T18:19:22.481Z[ recovery-image] Aug 27 18:19:21.415 INFO O| Aug 27 18:19:21.415 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-27T18:19:22.487Z[ recovery-image] Aug 27 18:19:21.424 INFO O| Aug 27 18:19:21.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62902026-08-27T18:19:22.488Z[ recovery-image] Aug 27 18:19:21.424 INFO O| Aug 27 18:19:21.424 INFO STEP 326 (remove_files) COMPLETE
62912026-08-27T18:19:22.492Z[ recovery-image] Aug 27 18:19:21.424 INFO O| Aug 27 18:19:21.424 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-27T18:19:22.499Z[ recovery-image] Aug 27 18:19:21.434 INFO O| Aug 27 18:19:21.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62932026-08-27T18:19:22.499Z[ recovery-image] Aug 27 18:19:21.434 INFO O| Aug 27 18:19:21.434 INFO STEP 327 (remove_files) COMPLETE
62942026-08-27T18:19:22.500Z[ recovery-image] Aug 27 18:19:21.434 INFO O| Aug 27 18:19:21.434 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-27T18:19:22.515Z[ recovery-image] Aug 27 18:19:21.444 INFO O| Aug 27 18:19:21.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62962026-08-27T18:19:22.515Z[ recovery-image] Aug 27 18:19:21.444 INFO O| Aug 27 18:19:21.444 INFO STEP 328 (remove_files) COMPLETE
62972026-08-27T18:19:22.519Z[ recovery-image] Aug 27 18:19:21.444 INFO O| Aug 27 18:19:21.444 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-27T18:19:22.519Z[ recovery-image] Aug 27 18:19:21.453 INFO O| Aug 27 18:19:21.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62992026-08-27T18:19:22.519Z[ recovery-image] Aug 27 18:19:21.453 INFO O| Aug 27 18:19:21.453 INFO STEP 329 (remove_files) COMPLETE
63002026-08-27T18:19:22.519Z[ recovery-image] Aug 27 18:19:21.453 INFO O| Aug 27 18:19:21.453 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-27T18:19:22.528Z[ recovery-image] Aug 27 18:19:21.463 INFO O| Aug 27 18:19:21.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63022026-08-27T18:19:22.533Z[ recovery-image] Aug 27 18:19:21.463 INFO O| Aug 27 18:19:21.463 INFO STEP 330 (remove_files) COMPLETE
63032026-08-27T18:19:22.533Z[ recovery-image] Aug 27 18:19:21.463 INFO O| Aug 27 18:19:21.463 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-27T18:19:22.537Z[ recovery-image] Aug 27 18:19:21.473 INFO O| Aug 27 18:19:21.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63052026-08-27T18:19:22.537Z[ recovery-image] Aug 27 18:19:21.473 INFO O| Aug 27 18:19:21.473 INFO STEP 331 (remove_files) COMPLETE
63062026-08-27T18:19:22.537Z[ recovery-image] Aug 27 18:19:21.473 INFO O| Aug 27 18:19:21.473 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-27T18:19:22.541Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63082026-08-27T18:19:22.548Z[ recovery-image] Aug 27 18:19:21.484 INFO O| Aug 27 18:19:21.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63092026-08-27T18:19:22.548Z[ recovery-image] Aug 27 18:19:21.484 INFO O| Aug 27 18:19:21.484 INFO STEP 332 (remove_files) COMPLETE
63102026-08-27T18:19:22.548Z[ recovery-image] Aug 27 18:19:21.484 INFO O| Aug 27 18:19:21.484 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-27T18:19:22.559Z[ recovery-image] Aug 27 18:19:21.493 INFO O| Aug 27 18:19:21.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63122026-08-27T18:19:22.559Z[ recovery-image] Aug 27 18:19:21.493 INFO O| Aug 27 18:19:21.493 INFO STEP 333 (remove_files) COMPLETE
63132026-08-27T18:19:22.563Z[ recovery-image] Aug 27 18:19:21.493 INFO O| Aug 27 18:19:21.493 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-27T18:19:22.567Z[ recovery-image] Aug 27 18:19:21.501 INFO O| Aug 27 18:19:21.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63152026-08-27T18:19:22.567Z[ recovery-image] Aug 27 18:19:21.501 INFO O| Aug 27 18:19:21.501 INFO STEP 334 (remove_files) COMPLETE
63162026-08-27T18:19:22.567Z[ recovery-image] Aug 27 18:19:21.501 INFO O| Aug 27 18:19:21.501 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-27T18:19:22.573Z[ recovery-image] Aug 27 18:19:21.508 INFO O| Aug 27 18:19:21.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63182026-08-27T18:19:22.573Z[ recovery-image] Aug 27 18:19:21.508 INFO O| Aug 27 18:19:21.508 INFO STEP 335 (remove_files) COMPLETE
63192026-08-27T18:19:22.576Z[ recovery-image] Aug 27 18:19:21.508 INFO O| Aug 27 18:19:21.508 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-27T18:19:22.580Z[ recovery-image] Aug 27 18:19:21.515 INFO O| Aug 27 18:19:21.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63212026-08-27T18:19:22.580Z[ recovery-image] Aug 27 18:19:21.515 INFO O| Aug 27 18:19:21.515 INFO STEP 336 (remove_files) COMPLETE
63222026-08-27T18:19:22.580Z[ recovery-image] Aug 27 18:19:21.515 INFO O| Aug 27 18:19:21.515 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-27T18:19:22.586Z[verify-libraries] Compiling hex-literal v1.1.0
63242026-08-27T18:19:22.591Z[ recovery-image] Aug 27 18:19:21.523 INFO O| Aug 27 18:19:21.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63252026-08-27T18:19:22.591Z[ recovery-image] Aug 27 18:19:21.523 INFO O| Aug 27 18:19:21.523 INFO STEP 337 (remove_files) COMPLETE
63262026-08-27T18:19:22.591Z[ recovery-image] Aug 27 18:19:21.523 INFO O| Aug 27 18:19:21.523 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-27T18:19:22.596Z[ recovery-image] Aug 27 18:19:21.531 INFO O| Aug 27 18:19:21.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63282026-08-27T18:19:22.596Z[ recovery-image] Aug 27 18:19:21.531 INFO O| Aug 27 18:19:21.531 INFO STEP 338 (remove_files) COMPLETE
63292026-08-27T18:19:22.596Z[ recovery-image] Aug 27 18:19:21.531 INFO O| Aug 27 18:19:21.531 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-27T18:19:22.607Z[ recovery-image] Aug 27 18:19:21.539 INFO O| Aug 27 18:19:21.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63312026-08-27T18:19:22.607Z[ recovery-image] Aug 27 18:19:21.539 INFO O| Aug 27 18:19:21.539 INFO STEP 339 (remove_files) COMPLETE
63322026-08-27T18:19:22.613Z[ recovery-image] Aug 27 18:19:21.539 INFO O| Aug 27 18:19:21.539 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-27T18:19:22.613Z[ recovery-image] Aug 27 18:19:21.546 INFO O| Aug 27 18:19:21.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63342026-08-27T18:19:22.613Z[ recovery-image] Aug 27 18:19:21.546 INFO O| Aug 27 18:19:21.546 INFO STEP 340 (remove_files) COMPLETE
63352026-08-27T18:19:22.613Z[ recovery-image] Aug 27 18:19:21.546 INFO O| Aug 27 18:19:21.546 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-27T18:19:22.623Z[ recovery-image] Aug 27 18:19:21.554 INFO O| Aug 27 18:19:21.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63372026-08-27T18:19:22.623Z[ recovery-image] Aug 27 18:19:21.554 INFO O| Aug 27 18:19:21.554 INFO STEP 341 (remove_files) COMPLETE
63382026-08-27T18:19:22.623Z[ recovery-image] Aug 27 18:19:21.554 INFO O| Aug 27 18:19:21.554 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-27T18:19:22.629Z[ recovery-image] Aug 27 18:19:21.564 INFO O| Aug 27 18:19:21.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63402026-08-27T18:19:22.629Z[ recovery-image] Aug 27 18:19:21.564 INFO O| Aug 27 18:19:21.564 INFO STEP 342 (remove_files) COMPLETE
63412026-08-27T18:19:22.629Z[ recovery-image] Aug 27 18:19:21.564 INFO O| Aug 27 18:19:21.564 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-27T18:19:22.638Z[ recovery-image] Aug 27 18:19:21.574 INFO O| Aug 27 18:19:21.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63432026-08-27T18:19:22.638Z[ recovery-image] Aug 27 18:19:21.574 INFO O| Aug 27 18:19:21.574 INFO STEP 343 (remove_files) COMPLETE
63442026-08-27T18:19:22.638Z[ recovery-image] Aug 27 18:19:21.574 INFO O| Aug 27 18:19:21.574 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-27T18:19:22.638Z[verify-libraries] Compiling md5 v0.8.0
63462026-08-27T18:19:22.649Z[ recovery-image] Aug 27 18:19:21.585 INFO O| Aug 27 18:19:21.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63472026-08-27T18:19:22.649Z[ recovery-image] Aug 27 18:19:21.585 INFO O| Aug 27 18:19:21.585 INFO STEP 344 (remove_files) COMPLETE
63482026-08-27T18:19:22.649Z[ recovery-image] Aug 27 18:19:21.585 INFO O| Aug 27 18:19:21.585 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-27T18:19:22.659Z[ recovery-image] Aug 27 18:19:21.595 INFO O| Aug 27 18:19:21.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63502026-08-27T18:19:22.659Z[ recovery-image] Aug 27 18:19:21.595 INFO O| Aug 27 18:19:21.595 INFO STEP 345 (remove_files) COMPLETE
63512026-08-27T18:19:22.659Z[ recovery-image] Aug 27 18:19:21.595 INFO O| Aug 27 18:19:21.595 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-27T18:19:22.669Z[ recovery-image] Aug 27 18:19:21.604 INFO O| Aug 27 18:19:21.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63532026-08-27T18:19:22.669Z[ recovery-image] Aug 27 18:19:21.604 INFO O| Aug 27 18:19:21.604 INFO STEP 346 (remove_files) COMPLETE
63542026-08-27T18:19:22.675Z[ recovery-image] Aug 27 18:19:21.604 INFO O| Aug 27 18:19:21.604 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-27T18:19:22.680Z[ recovery-image] Aug 27 18:19:21.613 INFO O| Aug 27 18:19:21.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63562026-08-27T18:19:22.680Z[ recovery-image] Aug 27 18:19:21.613 INFO O| Aug 27 18:19:21.613 INFO STEP 347 (remove_files) COMPLETE
63572026-08-27T18:19:22.680Z[ recovery-image] Aug 27 18:19:21.613 INFO O| Aug 27 18:19:21.613 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-27T18:19:22.686Z[ recovery-image] Aug 27 18:19:21.622 INFO O| Aug 27 18:19:21.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63592026-08-27T18:19:22.686Z[ recovery-image] Aug 27 18:19:21.622 INFO O| Aug 27 18:19:21.622 INFO STEP 348 (remove_files) COMPLETE
63602026-08-27T18:19:22.686Z[ recovery-image] Aug 27 18:19:21.622 INFO O| Aug 27 18:19:21.622 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-27T18:19:22.695Z[ recovery-image] Aug 27 18:19:21.631 INFO O| Aug 27 18:19:21.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63622026-08-27T18:19:22.695Z[ recovery-image] Aug 27 18:19:21.631 INFO O| Aug 27 18:19:21.631 INFO STEP 349 (remove_files) COMPLETE
63632026-08-27T18:19:22.695Z[ recovery-image] Aug 27 18:19:21.631 INFO O| Aug 27 18:19:21.631 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-27T18:19:22.705Z[ recovery-image] Aug 27 18:19:21.640 INFO O| Aug 27 18:19:21.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63652026-08-27T18:19:22.705Z[ recovery-image] Aug 27 18:19:21.641 INFO O| Aug 27 18:19:21.641 INFO STEP 350 (remove_files) COMPLETE
63662026-08-27T18:19:22.705Z[ recovery-image] Aug 27 18:19:21.641 INFO O| Aug 27 18:19:21.641 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-27T18:19:22.714Z[ recovery-image] Aug 27 18:19:21.650 INFO O| Aug 27 18:19:21.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63682026-08-27T18:19:22.714Z[ recovery-image] Aug 27 18:19:21.650 INFO O| Aug 27 18:19:21.650 INFO STEP 351 (remove_files) COMPLETE
63692026-08-27T18:19:22.714Z[ recovery-image] Aug 27 18:19:21.650 INFO O| Aug 27 18:19:21.650 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-27T18:19:22.725Z[ recovery-image] Aug 27 18:19:21.661 INFO O| Aug 27 18:19:21.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63712026-08-27T18:19:22.725Z[ recovery-image] Aug 27 18:19:21.661 INFO O| Aug 27 18:19:21.661 INFO STEP 352 (remove_files) COMPLETE
63722026-08-27T18:19:22.725Z[ recovery-image] Aug 27 18:19:21.661 INFO O| Aug 27 18:19:21.661 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-27T18:19:22.736Z[ recovery-image] Aug 27 18:19:21.672 INFO O| Aug 27 18:19:21.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63742026-08-27T18:19:22.736Z[ recovery-image] Aug 27 18:19:21.672 INFO O| Aug 27 18:19:21.672 INFO STEP 353 (remove_files) COMPLETE
63752026-08-27T18:19:22.737Z[ recovery-image] Aug 27 18:19:21.672 INFO O| Aug 27 18:19:21.672 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-27T18:19:22.747Z[ recovery-image] Aug 27 18:19:21.683 INFO O| Aug 27 18:19:21.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63772026-08-27T18:19:22.747Z[ recovery-image] Aug 27 18:19:21.683 INFO O| Aug 27 18:19:21.683 INFO STEP 354 (remove_files) COMPLETE
63782026-08-27T18:19:22.747Z[ recovery-image] Aug 27 18:19:21.683 INFO O| Aug 27 18:19:21.683 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-27T18:19:22.763Z[ recovery-image] Aug 27 18:19:21.694 INFO O| Aug 27 18:19:21.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63802026-08-27T18:19:22.763Z[ recovery-image] Aug 27 18:19:21.694 INFO O| Aug 27 18:19:21.694 INFO STEP 355 (remove_files) COMPLETE
63812026-08-27T18:19:22.763Z[ recovery-image] Aug 27 18:19:21.694 INFO O| Aug 27 18:19:21.694 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-27T18:19:22.770Z[ recovery-image] Aug 27 18:19:21.705 INFO O| Aug 27 18:19:21.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63832026-08-27T18:19:22.770Z[ recovery-image] Aug 27 18:19:21.705 INFO O| Aug 27 18:19:21.705 INFO STEP 356 (remove_files) COMPLETE
63842026-08-27T18:19:22.770Z[ recovery-image] Aug 27 18:19:21.705 INFO O| Aug 27 18:19:21.705 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-27T18:19:22.779Z[ recovery-image] Aug 27 18:19:21.715 INFO O| Aug 27 18:19:21.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63862026-08-27T18:19:22.779Z[ recovery-image] Aug 27 18:19:21.715 INFO O| Aug 27 18:19:21.715 INFO STEP 357 (remove_files) COMPLETE
63872026-08-27T18:19:22.779Z[ recovery-image] Aug 27 18:19:21.715 INFO O| Aug 27 18:19:21.715 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-27T18:19:22.789Z[ recovery-image] Aug 27 18:19:21.725 INFO O| Aug 27 18:19:21.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63892026-08-27T18:19:22.789Z[ recovery-image] Aug 27 18:19:21.725 INFO O| Aug 27 18:19:21.725 INFO STEP 358 (remove_files) COMPLETE
63902026-08-27T18:19:22.789Z[ recovery-image] Aug 27 18:19:21.725 INFO O| Aug 27 18:19:21.725 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-27T18:19:22.798Z[ recovery-image] Aug 27 18:19:21.734 INFO O| Aug 27 18:19:21.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63922026-08-27T18:19:22.798Z[ recovery-image] Aug 27 18:19:21.734 INFO O| Aug 27 18:19:21.734 INFO STEP 359 (remove_files) COMPLETE
63932026-08-27T18:19:22.798Z[ recovery-image] Aug 27 18:19:21.734 INFO O| Aug 27 18:19:21.734 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-27T18:19:22.807Z[ recovery-image] Aug 27 18:19:21.742 INFO O| Aug 27 18:19:21.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63952026-08-27T18:19:22.807Z[ recovery-image] Aug 27 18:19:21.742 INFO O| Aug 27 18:19:21.742 INFO STEP 360 (remove_files) COMPLETE
63962026-08-27T18:19:22.807Z[ recovery-image] Aug 27 18:19:21.742 INFO O| Aug 27 18:19:21.742 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-27T18:19:22.816Z[ recovery-image] Aug 27 18:19:21.752 INFO O| Aug 27 18:19:21.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63982026-08-27T18:19:22.817Z[ recovery-image] Aug 27 18:19:21.752 INFO O| Aug 27 18:19:21.752 INFO STEP 361 (remove_files) COMPLETE
63992026-08-27T18:19:22.821Z[ recovery-image] Aug 27 18:19:21.752 INFO O| Aug 27 18:19:21.752 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-27T18:19:22.825Z[ recovery-image] Aug 27 18:19:21.762 INFO O| Aug 27 18:19:21.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64012026-08-27T18:19:22.825Z[ recovery-image] Aug 27 18:19:21.762 INFO O| Aug 27 18:19:21.762 INFO STEP 362 (remove_files) COMPLETE
64022026-08-27T18:19:22.825Z[ recovery-image] Aug 27 18:19:21.762 INFO O| Aug 27 18:19:21.762 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-27T18:19:22.836Z[ recovery-image] Aug 27 18:19:21.771 INFO O| Aug 27 18:19:21.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64042026-08-27T18:19:22.837Z[ recovery-image] Aug 27 18:19:21.772 INFO O| Aug 27 18:19:21.771 INFO STEP 363 (remove_files) COMPLETE
64052026-08-27T18:19:22.837Z[ recovery-image] Aug 27 18:19:21.772 INFO O| Aug 27 18:19:21.772 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-27T18:19:22.845Z[ recovery-image] Aug 27 18:19:21.781 INFO O| Aug 27 18:19:21.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64072026-08-27T18:19:22.845Z[ recovery-image] Aug 27 18:19:21.781 INFO O| Aug 27 18:19:21.781 INFO STEP 364 (remove_files) COMPLETE
64082026-08-27T18:19:22.845Z[ recovery-image] Aug 27 18:19:21.781 INFO O| Aug 27 18:19:21.781 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-27T18:19:22.855Z[ recovery-image] Aug 27 18:19:21.791 INFO O| Aug 27 18:19:21.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64102026-08-27T18:19:22.855Z[ recovery-image] Aug 27 18:19:21.791 INFO O| Aug 27 18:19:21.791 INFO STEP 365 (remove_files) COMPLETE
64112026-08-27T18:19:22.859Z[ recovery-image] Aug 27 18:19:21.791 INFO O| Aug 27 18:19:21.791 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-27T18:19:22.865Z[ recovery-image] Aug 27 18:19:21.802 INFO O| Aug 27 18:19:21.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64132026-08-27T18:19:22.865Z[ recovery-image] Aug 27 18:19:21.802 INFO O| Aug 27 18:19:21.802 INFO STEP 366 (remove_files) COMPLETE
64142026-08-27T18:19:22.870Z[ recovery-image] Aug 27 18:19:21.802 INFO O| Aug 27 18:19:21.802 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-27T18:19:22.870Z[verify-libraries] Compiling seq-macro v0.3.6
64162026-08-27T18:19:22.875Z[ recovery-image] Aug 27 18:19:21.811 INFO O| Aug 27 18:19:21.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64172026-08-27T18:19:22.876Z[ recovery-image] Aug 27 18:19:21.811 INFO O| Aug 27 18:19:21.811 INFO STEP 367 (remove_files) COMPLETE
64182026-08-27T18:19:22.879Z[ recovery-image] Aug 27 18:19:21.811 INFO O| Aug 27 18:19:21.811 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-27T18:19:22.885Z[ recovery-image] Aug 27 18:19:21.821 INFO O| Aug 27 18:19:21.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64202026-08-27T18:19:22.885Z[ recovery-image] Aug 27 18:19:21.821 INFO O| Aug 27 18:19:21.821 INFO STEP 368 (remove_files) COMPLETE
64212026-08-27T18:19:22.890Z[ recovery-image] Aug 27 18:19:21.821 INFO O| Aug 27 18:19:21.821 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-27T18:19:22.896Z[ recovery-image] Aug 27 18:19:21.832 INFO O| Aug 27 18:19:21.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64232026-08-27T18:19:22.896Z[ recovery-image] Aug 27 18:19:21.832 INFO O| Aug 27 18:19:21.832 INFO STEP 369 (remove_files) COMPLETE
64242026-08-27T18:19:22.896Z[ recovery-image] Aug 27 18:19:21.832 INFO O| Aug 27 18:19:21.832 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-27T18:19:22.917Z[ recovery-image] Aug 27 18:19:21.842 INFO O| Aug 27 18:19:21.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64262026-08-27T18:19:22.917Z[ recovery-image] Aug 27 18:19:21.842 INFO O| Aug 27 18:19:21.841 INFO STEP 370 (remove_files) COMPLETE
64272026-08-27T18:19:22.917Z[ recovery-image] Aug 27 18:19:21.842 INFO O| Aug 27 18:19:21.841 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-27T18:19:22.917Z[ recovery-image] Aug 27 18:19:21.849 INFO O| Aug 27 18:19:21.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64292026-08-27T18:19:22.917Z[ recovery-image] Aug 27 18:19:21.849 INFO O| Aug 27 18:19:21.849 INFO STEP 371 (remove_files) COMPLETE
64302026-08-27T18:19:22.917Z[ recovery-image] Aug 27 18:19:21.849 INFO O| Aug 27 18:19:21.849 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-27T18:19:22.924Z[ recovery-image] Aug 27 18:19:21.856 INFO O| Aug 27 18:19:21.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64322026-08-27T18:19:22.924Z[ recovery-image] Aug 27 18:19:21.856 INFO O| Aug 27 18:19:21.856 INFO STEP 372 (remove_files) COMPLETE
64332026-08-27T18:19:22.924Z[ recovery-image] Aug 27 18:19:21.856 INFO O| Aug 27 18:19:21.856 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-27T18:19:22.930Z[ recovery-image] Aug 27 18:19:21.864 INFO O| Aug 27 18:19:21.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64352026-08-27T18:19:22.930Z[ recovery-image] Aug 27 18:19:21.864 INFO O| Aug 27 18:19:21.864 INFO STEP 373 (remove_files) COMPLETE
64362026-08-27T18:19:22.930Z[ recovery-image] Aug 27 18:19:21.864 INFO O| Aug 27 18:19:21.864 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-27T18:19:22.935Z[ recovery-image] Aug 27 18:19:21.872 INFO O| Aug 27 18:19:21.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64382026-08-27T18:19:22.935Z[ recovery-image] Aug 27 18:19:21.872 INFO O| Aug 27 18:19:21.872 INFO STEP 374 (remove_files) COMPLETE
64392026-08-27T18:19:22.941Z[ recovery-image] Aug 27 18:19:21.872 INFO O| Aug 27 18:19:21.872 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-27T18:19:22.945Z[ recovery-image] Aug 27 18:19:21.880 INFO O| Aug 27 18:19:21.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64412026-08-27T18:19:22.946Z[ recovery-image] Aug 27 18:19:21.880 INFO O| Aug 27 18:19:21.880 INFO STEP 375 (remove_files) COMPLETE
64422026-08-27T18:19:22.946Z[ recovery-image] Aug 27 18:19:21.880 INFO O| Aug 27 18:19:21.880 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-27T18:19:22.956Z[ recovery-image] Aug 27 18:19:21.891 INFO O| Aug 27 18:19:21.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64442026-08-27T18:19:22.956Z[ recovery-image] Aug 27 18:19:21.891 INFO O| Aug 27 18:19:21.891 INFO STEP 376 (remove_files) COMPLETE
64452026-08-27T18:19:22.956Z[ recovery-image] Aug 27 18:19:21.891 INFO O| Aug 27 18:19:21.891 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-27T18:19:22.966Z[ recovery-image] Aug 27 18:19:21.902 INFO O| Aug 27 18:19:21.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64472026-08-27T18:19:22.966Z[ recovery-image] Aug 27 18:19:21.902 INFO O| Aug 27 18:19:21.902 INFO STEP 377 (remove_files) COMPLETE
64482026-08-27T18:19:22.966Z[ recovery-image] Aug 27 18:19:21.902 INFO O| Aug 27 18:19:21.902 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-27T18:19:22.978Z[verify-libraries] Compiling sync-ptr v0.1.4
64502026-08-27T18:19:22.983Z[ recovery-image] Aug 27 18:19:21.913 INFO O| Aug 27 18:19:21.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64512026-08-27T18:19:22.983Z[ recovery-image] Aug 27 18:19:21.913 INFO O| Aug 27 18:19:21.913 INFO STEP 378 (remove_files) COMPLETE
64522026-08-27T18:19:22.983Z[ recovery-image] Aug 27 18:19:21.913 INFO O| Aug 27 18:19:21.913 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-27T18:19:22.989Z[ recovery-image] Aug 27 18:19:21.922 INFO O| Aug 27 18:19:21.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64542026-08-27T18:19:22.989Z[ recovery-image] Aug 27 18:19:21.922 INFO O| Aug 27 18:19:21.922 INFO STEP 379 (remove_files) COMPLETE
64552026-08-27T18:19:22.989Z[ recovery-image] Aug 27 18:19:21.922 INFO O| Aug 27 18:19:21.922 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-27T18:19:22.995Z[ recovery-image] Aug 27 18:19:21.930 INFO O| Aug 27 18:19:21.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64572026-08-27T18:19:22.996Z[ recovery-image] Aug 27 18:19:21.930 INFO O| Aug 27 18:19:21.930 INFO STEP 380 (remove_files) COMPLETE
64582026-08-27T18:19:22.996Z[ recovery-image] Aug 27 18:19:21.930 INFO O| Aug 27 18:19:21.930 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-27T18:19:23.005Z[ recovery-image] Aug 27 18:19:21.941 INFO O| Aug 27 18:19:21.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64602026-08-27T18:19:23.005Z[ recovery-image] Aug 27 18:19:21.941 INFO O| Aug 27 18:19:21.941 INFO STEP 381 (remove_files) COMPLETE
64612026-08-27T18:19:23.005Z[ recovery-image] Aug 27 18:19:21.941 INFO O| Aug 27 18:19:21.941 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-27T18:19:23.016Z[ recovery-image] Aug 27 18:19:21.952 INFO O| Aug 27 18:19:21.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64632026-08-27T18:19:23.016Z[ recovery-image] Aug 27 18:19:21.952 INFO O| Aug 27 18:19:21.952 INFO STEP 382 (remove_files) COMPLETE
64642026-08-27T18:19:23.021Z[ recovery-image] Aug 27 18:19:21.952 INFO O| Aug 27 18:19:21.952 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-27T18:19:23.028Z[ recovery-image] Aug 27 18:19:21.964 INFO O| Aug 27 18:19:21.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64662026-08-27T18:19:23.028Z[ recovery-image] Aug 27 18:19:21.964 INFO O| Aug 27 18:19:21.964 INFO STEP 383 (remove_files) COMPLETE
64672026-08-27T18:19:23.028Z[ recovery-image] Aug 27 18:19:21.964 INFO O| Aug 27 18:19:21.964 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-27T18:19:23.039Z[ recovery-image] Aug 27 18:19:21.975 INFO O| Aug 27 18:19:21.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64692026-08-27T18:19:23.039Z[ recovery-image] Aug 27 18:19:21.975 INFO O| Aug 27 18:19:21.975 INFO STEP 384 (remove_files) COMPLETE
64702026-08-27T18:19:23.042Z[ recovery-image] Aug 27 18:19:21.975 INFO O| Aug 27 18:19:21.975 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-27T18:19:23.050Z[ recovery-image] Aug 27 18:19:21.986 INFO O| Aug 27 18:19:21.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64722026-08-27T18:19:23.050Z[ recovery-image] Aug 27 18:19:21.986 INFO O| Aug 27 18:19:21.986 INFO STEP 385 (remove_files) COMPLETE
64732026-08-27T18:19:23.050Z[ recovery-image] Aug 27 18:19:21.986 INFO O| Aug 27 18:19:21.986 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-27T18:19:23.062Z[ recovery-image] Aug 27 18:19:21.997 INFO O| Aug 27 18:19:21.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64752026-08-27T18:19:23.062Z[ recovery-image] Aug 27 18:19:21.997 INFO O| Aug 27 18:19:21.997 INFO STEP 386 (remove_files) COMPLETE
64762026-08-27T18:19:23.062Z[ recovery-image] Aug 27 18:19:21.997 INFO O| Aug 27 18:19:21.997 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-27T18:19:23.071Z[ recovery-image] Aug 27 18:19:22.007 INFO O| Aug 27 18:19:22.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64782026-08-27T18:19:23.071Z[ recovery-image] Aug 27 18:19:22.007 INFO O| Aug 27 18:19:22.007 INFO STEP 387 (remove_files) COMPLETE
64792026-08-27T18:19:23.071Z[ recovery-image] Aug 27 18:19:22.007 INFO O| Aug 27 18:19:22.007 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-27T18:19:23.082Z[ recovery-image] Aug 27 18:19:22.019 INFO O| Aug 27 18:19:22.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64812026-08-27T18:19:23.082Z[ recovery-image] Aug 27 18:19:22.019 INFO O| Aug 27 18:19:22.019 INFO STEP 388 (remove_files) COMPLETE
64822026-08-27T18:19:23.082Z[ recovery-image] Aug 27 18:19:22.019 INFO O| Aug 27 18:19:22.019 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-27T18:19:23.094Z[ recovery-image] Aug 27 18:19:22.029 INFO O| Aug 27 18:19:22.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64842026-08-27T18:19:23.094Z[ recovery-image] Aug 27 18:19:22.029 INFO O| Aug 27 18:19:22.029 INFO STEP 389 (remove_files) COMPLETE
64852026-08-27T18:19:23.094Z[ recovery-image] Aug 27 18:19:22.029 INFO O| Aug 27 18:19:22.029 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-27T18:19:23.102Z[ recovery-image] Aug 27 18:19:22.038 INFO O| Aug 27 18:19:22.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64872026-08-27T18:19:23.102Z[ recovery-image] Aug 27 18:19:22.038 INFO O| Aug 27 18:19:22.038 INFO STEP 390 (remove_files) COMPLETE
64882026-08-27T18:19:23.106Z[ recovery-image] Aug 27 18:19:22.038 INFO O| Aug 27 18:19:22.038 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-27T18:19:23.117Z[ recovery-image] Aug 27 18:19:22.053 INFO O| Aug 27 18:19:22.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64902026-08-27T18:19:23.117Z[ recovery-image] Aug 27 18:19:22.053 INFO O| Aug 27 18:19:22.052 INFO STEP 391 (remove_files) COMPLETE
64912026-08-27T18:19:23.117Z[ recovery-image] Aug 27 18:19:22.053 INFO O| Aug 27 18:19:22.053 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-27T18:19:23.127Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64932026-08-27T18:19:23.142Z[ recovery-image] Aug 27 18:19:22.064 INFO O| Aug 27 18:19:22.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64942026-08-27T18:19:23.142Z[ recovery-image] Aug 27 18:19:22.064 INFO O| Aug 27 18:19:22.064 INFO STEP 392 (remove_files) COMPLETE
64952026-08-27T18:19:23.142Z[ recovery-image] Aug 27 18:19:22.064 INFO O| Aug 27 18:19:22.064 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-27T18:19:23.142Z[ recovery-image] Aug 27 18:19:22.075 INFO O| Aug 27 18:19:22.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64972026-08-27T18:19:23.142Z[ recovery-image] Aug 27 18:19:22.075 INFO O| Aug 27 18:19:22.075 INFO STEP 393 (remove_files) COMPLETE
64982026-08-27T18:19:23.142Z[ recovery-image] Aug 27 18:19:22.075 INFO O| Aug 27 18:19:22.075 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-27T18:19:23.153Z[ recovery-image] Aug 27 18:19:22.090 INFO O| Aug 27 18:19:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65002026-08-27T18:19:23.159Z[ recovery-image] Aug 27 18:19:22.090 INFO O| Aug 27 18:19:22.089 INFO STEP 394 (remove_files) COMPLETE
65012026-08-27T18:19:23.159Z[ recovery-image] Aug 27 18:19:22.090 INFO O| Aug 27 18:19:22.089 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-27T18:19:23.159Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65032026-08-27T18:19:23.164Z[ recovery-image] Aug 27 18:19:22.100 INFO O| Aug 27 18:19:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65042026-08-27T18:19:23.164Z[ recovery-image] Aug 27 18:19:22.100 INFO O| Aug 27 18:19:22.100 INFO STEP 395 (remove_files) COMPLETE
65052026-08-27T18:19:23.169Z[ recovery-image] Aug 27 18:19:22.100 INFO O| Aug 27 18:19:22.100 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-27T18:19:23.178Z[ recovery-image] Aug 27 18:19:22.108 INFO O| Aug 27 18:19:22.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65072026-08-27T18:19:23.178Z[ recovery-image] Aug 27 18:19:22.108 INFO O| Aug 27 18:19:22.108 INFO STEP 396 (remove_files) COMPLETE
65082026-08-27T18:19:23.178Z[ recovery-image] Aug 27 18:19:22.108 INFO O| Aug 27 18:19:22.108 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-27T18:19:23.183Z[ recovery-image] Aug 27 18:19:22.119 INFO O| Aug 27 18:19:22.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65102026-08-27T18:19:23.188Z[ recovery-image] Aug 27 18:19:22.120 INFO O| Aug 27 18:19:22.120 INFO STEP 397 (remove_files) COMPLETE
65112026-08-27T18:19:23.188Z[ recovery-image] Aug 27 18:19:22.120 INFO O| Aug 27 18:19:22.120 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-27T18:19:23.194Z[ recovery-image] Aug 27 18:19:22.130 INFO O| Aug 27 18:19:22.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65132026-08-27T18:19:23.194Z[ recovery-image] Aug 27 18:19:22.130 INFO O| Aug 27 18:19:22.130 INFO STEP 398 (remove_files) COMPLETE
65142026-08-27T18:19:23.194Z[ recovery-image] Aug 27 18:19:22.130 INFO O| Aug 27 18:19:22.130 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-27T18:19:23.204Z[ recovery-image] Aug 27 18:19:22.140 INFO O| Aug 27 18:19:22.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65162026-08-27T18:19:23.205Z[ recovery-image] Aug 27 18:19:22.140 INFO O| Aug 27 18:19:22.140 INFO STEP 399 (remove_files) COMPLETE
65172026-08-27T18:19:23.205Z[ recovery-image] Aug 27 18:19:22.140 INFO O| Aug 27 18:19:22.140 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-27T18:19:23.213Z[ recovery-image] Aug 27 18:19:22.150 INFO O| Aug 27 18:19:22.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65192026-08-27T18:19:23.213Z[ recovery-image] Aug 27 18:19:22.150 INFO O| Aug 27 18:19:22.150 INFO STEP 400 (remove_files) COMPLETE
65202026-08-27T18:19:23.213Z[ recovery-image] Aug 27 18:19:22.150 INFO O| Aug 27 18:19:22.150 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-27T18:19:23.224Z[ recovery-image] Aug 27 18:19:22.160 INFO O| Aug 27 18:19:22.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65222026-08-27T18:19:23.224Z[ recovery-image] Aug 27 18:19:22.160 INFO O| Aug 27 18:19:22.160 INFO STEP 401 (remove_files) COMPLETE
65232026-08-27T18:19:23.224Z[ recovery-image] Aug 27 18:19:22.160 INFO O| Aug 27 18:19:22.160 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-27T18:19:23.233Z[ recovery-image] Aug 27 18:19:22.168 INFO O| Aug 27 18:19:22.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65252026-08-27T18:19:23.233Z[ recovery-image] Aug 27 18:19:22.168 INFO O| Aug 27 18:19:22.168 INFO STEP 402 (remove_files) COMPLETE
65262026-08-27T18:19:23.233Z[ recovery-image] Aug 27 18:19:22.168 INFO O| Aug 27 18:19:22.168 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-27T18:19:23.240Z[ recovery-image] Aug 27 18:19:22.176 INFO O| Aug 27 18:19:22.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65282026-08-27T18:19:23.240Z[ recovery-image] Aug 27 18:19:22.176 INFO O| Aug 27 18:19:22.176 INFO STEP 403 (remove_files) COMPLETE
65292026-08-27T18:19:23.240Z[ recovery-image] Aug 27 18:19:22.176 INFO O| Aug 27 18:19:22.176 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-27T18:19:23.250Z[ recovery-image] Aug 27 18:19:22.186 INFO O| Aug 27 18:19:22.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65312026-08-27T18:19:23.250Z[ recovery-image] Aug 27 18:19:22.186 INFO O| Aug 27 18:19:22.186 INFO STEP 404 (remove_files) COMPLETE
65322026-08-27T18:19:23.250Z[ recovery-image] Aug 27 18:19:22.186 INFO O| Aug 27 18:19:22.186 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-27T18:19:23.260Z[ recovery-image] Aug 27 18:19:22.196 INFO O| Aug 27 18:19:22.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65342026-08-27T18:19:23.260Z[ recovery-image] Aug 27 18:19:22.196 INFO O| Aug 27 18:19:22.196 INFO STEP 405 (remove_files) COMPLETE
65352026-08-27T18:19:23.260Z[ recovery-image] Aug 27 18:19:22.196 INFO O| Aug 27 18:19:22.196 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-27T18:19:23.265Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65372026-08-27T18:19:23.279Z[ recovery-image] Aug 27 18:19:22.208 INFO O| Aug 27 18:19:22.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65382026-08-27T18:19:23.279Z[ recovery-image] Aug 27 18:19:22.208 INFO O| Aug 27 18:19:22.208 INFO STEP 406 (remove_files) COMPLETE
65392026-08-27T18:19:23.282Z[ recovery-image] Aug 27 18:19:22.208 INFO O| Aug 27 18:19:22.208 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-27T18:19:23.282Z[ recovery-image] Aug 27 18:19:22.217 INFO O| Aug 27 18:19:22.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65412026-08-27T18:19:23.282Z[ recovery-image] Aug 27 18:19:22.217 INFO O| Aug 27 18:19:22.217 INFO STEP 407 (remove_files) COMPLETE
65422026-08-27T18:19:23.282Z[ recovery-image] Aug 27 18:19:22.217 INFO O| Aug 27 18:19:22.217 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-27T18:19:23.290Z[ recovery-image] Aug 27 18:19:22.226 INFO O| Aug 27 18:19:22.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65442026-08-27T18:19:23.290Z[ recovery-image] Aug 27 18:19:22.226 INFO O| Aug 27 18:19:22.226 INFO STEP 408 (remove_files) COMPLETE
65452026-08-27T18:19:23.290Z[ recovery-image] Aug 27 18:19:22.226 INFO O| Aug 27 18:19:22.226 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-27T18:19:23.299Z[ recovery-image] Aug 27 18:19:22.235 INFO O| Aug 27 18:19:22.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65472026-08-27T18:19:23.299Z[ recovery-image] Aug 27 18:19:22.235 INFO O| Aug 27 18:19:22.235 INFO STEP 409 (remove_files) COMPLETE
65482026-08-27T18:19:23.299Z[ recovery-image] Aug 27 18:19:22.235 INFO O| Aug 27 18:19:22.235 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-27T18:19:23.304Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65502026-08-27T18:19:23.308Z[ recovery-image] Aug 27 18:19:22.243 INFO O| Aug 27 18:19:22.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65512026-08-27T18:19:23.308Z[ recovery-image] Aug 27 18:19:22.243 INFO O| Aug 27 18:19:22.243 INFO STEP 410 (remove_files) COMPLETE
65522026-08-27T18:19:23.308Z[ recovery-image] Aug 27 18:19:22.243 INFO O| Aug 27 18:19:22.243 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-27T18:19:23.318Z[ recovery-image] Aug 27 18:19:22.253 INFO O| Aug 27 18:19:22.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65542026-08-27T18:19:23.318Z[ recovery-image] Aug 27 18:19:22.253 INFO O| Aug 27 18:19:22.253 INFO STEP 411 (remove_files) COMPLETE
65552026-08-27T18:19:23.318Z[ recovery-image] Aug 27 18:19:22.253 INFO O| Aug 27 18:19:22.253 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-27T18:19:23.331Z[ recovery-image] Aug 27 18:19:22.263 INFO O| Aug 27 18:19:22.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65572026-08-27T18:19:23.331Z[ recovery-image] Aug 27 18:19:22.263 INFO O| Aug 27 18:19:22.263 INFO STEP 412 (remove_files) COMPLETE
65582026-08-27T18:19:23.331Z[ recovery-image] Aug 27 18:19:22.263 INFO O| Aug 27 18:19:22.263 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-27T18:19:23.337Z[ recovery-image] Aug 27 18:19:22.273 INFO O| Aug 27 18:19:22.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65602026-08-27T18:19:23.337Z[ recovery-image] Aug 27 18:19:22.273 INFO O| Aug 27 18:19:22.273 INFO STEP 413 (remove_files) COMPLETE
65612026-08-27T18:19:23.338Z[ recovery-image] Aug 27 18:19:22.273 INFO O| Aug 27 18:19:22.273 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-27T18:19:23.349Z[ recovery-image] Aug 27 18:19:22.284 INFO O| Aug 27 18:19:22.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65632026-08-27T18:19:23.349Z[ recovery-image] Aug 27 18:19:22.284 INFO O| Aug 27 18:19:22.284 INFO STEP 414 (remove_files) COMPLETE
65642026-08-27T18:19:23.349Z[ recovery-image] Aug 27 18:19:22.284 INFO O| Aug 27 18:19:22.284 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-27T18:19:23.358Z[ recovery-image] Aug 27 18:19:22.295 INFO O| Aug 27 18:19:22.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65662026-08-27T18:19:23.358Z[ recovery-image] Aug 27 18:19:22.295 INFO O| Aug 27 18:19:22.295 INFO STEP 415 (remove_files) COMPLETE
65672026-08-27T18:19:23.358Z[ recovery-image] Aug 27 18:19:22.295 INFO O| Aug 27 18:19:22.295 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-27T18:19:23.371Z[ recovery-image] Aug 27 18:19:22.307 INFO O| Aug 27 18:19:22.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65692026-08-27T18:19:23.372Z[ recovery-image] Aug 27 18:19:22.307 INFO O| Aug 27 18:19:22.307 INFO STEP 416 (remove_files) COMPLETE
65702026-08-27T18:19:23.375Z[ recovery-image] Aug 27 18:19:22.307 INFO O| Aug 27 18:19:22.307 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-27T18:19:23.381Z[ recovery-image] Aug 27 18:19:22.317 INFO O| Aug 27 18:19:22.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65722026-08-27T18:19:23.381Z[ recovery-image] Aug 27 18:19:22.318 INFO O| Aug 27 18:19:22.318 INFO STEP 417 (remove_files) COMPLETE
65732026-08-27T18:19:23.382Z[ recovery-image] Aug 27 18:19:22.318 INFO O| Aug 27 18:19:22.318 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-27T18:19:23.393Z[ recovery-image] Aug 27 18:19:22.330 INFO O| Aug 27 18:19:22.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65752026-08-27T18:19:23.393Z[ recovery-image] Aug 27 18:19:22.330 INFO O| Aug 27 18:19:22.330 INFO STEP 418 (remove_files) COMPLETE
65762026-08-27T18:19:23.402Z[ recovery-image] Aug 27 18:19:22.330 INFO O| Aug 27 18:19:22.330 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-27T18:19:23.412Z[ recovery-image] Aug 27 18:19:22.343 INFO O| Aug 27 18:19:22.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65782026-08-27T18:19:23.412Z[ recovery-image] Aug 27 18:19:22.343 INFO O| Aug 27 18:19:22.343 INFO STEP 419 (remove_files) COMPLETE
65792026-08-27T18:19:23.419Z[ recovery-image] Aug 27 18:19:22.343 INFO O| Aug 27 18:19:22.343 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-27T18:19:23.426Z[ recovery-image] Aug 27 18:19:22.357 INFO O| Aug 27 18:19:22.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65812026-08-27T18:19:23.426Z[ recovery-image] Aug 27 18:19:22.357 INFO O| Aug 27 18:19:22.357 INFO STEP 420 (remove_files) COMPLETE
65822026-08-27T18:19:23.426Z[ recovery-image] Aug 27 18:19:22.357 INFO O| Aug 27 18:19:22.357 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-27T18:19:23.439Z[ recovery-image] Aug 27 18:19:22.369 INFO O| Aug 27 18:19:22.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65842026-08-27T18:19:23.439Z[ recovery-image] Aug 27 18:19:22.369 INFO O| Aug 27 18:19:22.369 INFO STEP 421 (remove_files) COMPLETE
65852026-08-27T18:19:23.439Z[ recovery-image] Aug 27 18:19:22.369 INFO O| Aug 27 18:19:22.369 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-27T18:19:23.447Z[ recovery-image] Aug 27 18:19:22.380 INFO O| Aug 27 18:19:22.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65872026-08-27T18:19:23.447Z[ recovery-image] Aug 27 18:19:22.380 INFO O| Aug 27 18:19:22.380 INFO STEP 422 (remove_files) COMPLETE
65882026-08-27T18:19:23.447Z[ recovery-image] Aug 27 18:19:22.380 INFO O| Aug 27 18:19:22.380 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-27T18:19:23.454Z[ recovery-image] Aug 27 18:19:22.390 INFO O| Aug 27 18:19:22.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65902026-08-27T18:19:23.457Z[ recovery-image] Aug 27 18:19:22.390 INFO O| Aug 27 18:19:22.390 INFO STEP 423 (remove_files) COMPLETE
65912026-08-27T18:19:23.458Z[ recovery-image] Aug 27 18:19:22.390 INFO O| Aug 27 18:19:22.390 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-27T18:19:23.463Z[ recovery-image] Aug 27 18:19:22.398 INFO O| Aug 27 18:19:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65932026-08-27T18:19:23.463Z[ recovery-image] Aug 27 18:19:22.398 INFO O| Aug 27 18:19:22.398 INFO STEP 424 (remove_files) COMPLETE
65942026-08-27T18:19:23.463Z[ recovery-image] Aug 27 18:19:22.399 INFO O| Aug 27 18:19:22.398 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-27T18:19:23.485Z[ recovery-image] Aug 27 18:19:22.409 INFO O| Aug 27 18:19:22.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65962026-08-27T18:19:23.485Z[ recovery-image] Aug 27 18:19:22.409 INFO O| Aug 27 18:19:22.409 INFO STEP 425 (remove_files) COMPLETE
65972026-08-27T18:19:23.485Z[ recovery-image] Aug 27 18:19:22.409 INFO O| Aug 27 18:19:22.409 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-27T18:19:23.491Z[ recovery-image] Aug 27 18:19:22.420 INFO O| Aug 27 18:19:22.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65992026-08-27T18:19:23.491Z[ recovery-image] Aug 27 18:19:22.421 INFO O| Aug 27 18:19:22.421 INFO STEP 426 (remove_files) COMPLETE
66002026-08-27T18:19:23.491Z[ recovery-image] Aug 27 18:19:22.421 INFO O| Aug 27 18:19:22.421 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-27T18:19:23.497Z[ recovery-image] Aug 27 18:19:22.433 INFO O| Aug 27 18:19:22.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66022026-08-27T18:19:23.497Z[ recovery-image] Aug 27 18:19:22.433 INFO O| Aug 27 18:19:22.433 INFO STEP 427 (remove_files) COMPLETE
66032026-08-27T18:19:23.502Z[ recovery-image] Aug 27 18:19:22.433 INFO O| Aug 27 18:19:22.433 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-27T18:19:23.508Z[ recovery-image] Aug 27 18:19:22.444 INFO O| Aug 27 18:19:22.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66052026-08-27T18:19:23.508Z[ recovery-image] Aug 27 18:19:22.444 INFO O| Aug 27 18:19:22.444 INFO STEP 428 (remove_files) COMPLETE
66062026-08-27T18:19:23.511Z[ recovery-image] Aug 27 18:19:22.444 INFO O| Aug 27 18:19:22.444 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-27T18:19:23.522Z[ recovery-image] Aug 27 18:19:22.458 INFO O| Aug 27 18:19:22.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66082026-08-27T18:19:23.522Z[ recovery-image] Aug 27 18:19:22.458 INFO O| Aug 27 18:19:22.458 INFO STEP 429 (remove_files) COMPLETE
66092026-08-27T18:19:23.525Z[ recovery-image] Aug 27 18:19:22.458 INFO O| Aug 27 18:19:22.458 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-27T18:19:23.532Z[ recovery-image] Aug 27 18:19:22.469 INFO O| Aug 27 18:19:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66112026-08-27T18:19:23.532Z[ recovery-image] Aug 27 18:19:22.469 INFO O| Aug 27 18:19:22.469 INFO STEP 430 (remove_files) COMPLETE
66122026-08-27T18:19:23.532Z[ recovery-image] Aug 27 18:19:22.469 INFO O| Aug 27 18:19:22.469 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-27T18:19:23.543Z[ recovery-image] Aug 27 18:19:22.479 INFO O| Aug 27 18:19:22.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66142026-08-27T18:19:23.543Z[ recovery-image] Aug 27 18:19:22.479 INFO O| Aug 27 18:19:22.479 INFO STEP 431 (remove_files) COMPLETE
66152026-08-27T18:19:23.546Z[ recovery-image] Aug 27 18:19:22.479 INFO O| Aug 27 18:19:22.479 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-27T18:19:23.576Z[ recovery-image] Aug 27 18:19:22.489 INFO O| Aug 27 18:19:22.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66172026-08-27T18:19:23.576Z[ recovery-image] Aug 27 18:19:22.489 INFO O| Aug 27 18:19:22.489 INFO STEP 432 (remove_files) COMPLETE
66182026-08-27T18:19:23.576Z[ recovery-image] Aug 27 18:19:22.489 INFO O| Aug 27 18:19:22.489 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-27T18:19:23.576Z[verify-libraries] Compiling russh v0.62.4
66202026-08-27T18:19:23.576Z[ recovery-image] Aug 27 18:19:22.501 INFO O| Aug 27 18:19:22.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66212026-08-27T18:19:23.576Z[ recovery-image] Aug 27 18:19:22.501 INFO O| Aug 27 18:19:22.501 INFO STEP 433 (remove_files) COMPLETE
66222026-08-27T18:19:23.576Z[ recovery-image] Aug 27 18:19:22.501 INFO O| Aug 27 18:19:22.501 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-27T18:19:23.581Z[ recovery-image] Aug 27 18:19:22.514 INFO O| Aug 27 18:19:22.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66242026-08-27T18:19:23.581Z[ recovery-image] Aug 27 18:19:22.514 INFO O| Aug 27 18:19:22.514 INFO STEP 434 (remove_files) COMPLETE
66252026-08-27T18:19:23.581Z[ recovery-image] Aug 27 18:19:22.514 INFO O| Aug 27 18:19:22.514 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-27T18:19:23.589Z[ recovery-image] Aug 27 18:19:22.525 INFO O| Aug 27 18:19:22.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66272026-08-27T18:19:23.589Z[ recovery-image] Aug 27 18:19:22.525 INFO O| Aug 27 18:19:22.525 INFO STEP 435 (remove_files) COMPLETE
66282026-08-27T18:19:23.592Z[ recovery-image] Aug 27 18:19:22.525 INFO O| Aug 27 18:19:22.525 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-27T18:19:23.599Z[ recovery-image] Aug 27 18:19:22.536 INFO O| Aug 27 18:19:22.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66302026-08-27T18:19:23.600Z[ recovery-image] Aug 27 18:19:22.536 INFO O| Aug 27 18:19:22.536 INFO STEP 436 (remove_files) COMPLETE
66312026-08-27T18:19:23.600Z[ recovery-image] Aug 27 18:19:22.536 INFO O| Aug 27 18:19:22.536 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-27T18:19:23.610Z[ recovery-image] Aug 27 18:19:22.546 INFO O| Aug 27 18:19:22.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66332026-08-27T18:19:23.610Z[ recovery-image] Aug 27 18:19:22.546 INFO O| Aug 27 18:19:22.546 INFO STEP 437 (remove_files) COMPLETE
66342026-08-27T18:19:23.610Z[ recovery-image] Aug 27 18:19:22.546 INFO O| Aug 27 18:19:22.546 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-27T18:19:23.619Z[ recovery-image] Aug 27 18:19:22.555 INFO O| Aug 27 18:19:22.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66362026-08-27T18:19:23.623Z[ recovery-image] Aug 27 18:19:22.555 INFO O| Aug 27 18:19:22.555 INFO STEP 438 (remove_files) COMPLETE
66372026-08-27T18:19:23.623Z[ recovery-image] Aug 27 18:19:22.555 INFO O| Aug 27 18:19:22.555 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-27T18:19:23.628Z[ recovery-image] Aug 27 18:19:22.564 INFO O| Aug 27 18:19:22.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66392026-08-27T18:19:23.628Z[ recovery-image] Aug 27 18:19:22.564 INFO O| Aug 27 18:19:22.564 INFO STEP 439 (remove_files) COMPLETE
66402026-08-27T18:19:23.631Z[ recovery-image] Aug 27 18:19:22.564 INFO O| Aug 27 18:19:22.564 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-27T18:19:23.636Z[ recovery-image] Aug 27 18:19:22.572 INFO O| Aug 27 18:19:22.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66422026-08-27T18:19:23.636Z[ recovery-image] Aug 27 18:19:22.572 INFO O| Aug 27 18:19:22.572 INFO STEP 440 (remove_files) COMPLETE
66432026-08-27T18:19:23.639Z[ recovery-image] Aug 27 18:19:22.572 INFO O| Aug 27 18:19:22.572 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-27T18:19:23.645Z[ recovery-image] Aug 27 18:19:22.581 INFO O| Aug 27 18:19:22.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66452026-08-27T18:19:23.645Z[ recovery-image] Aug 27 18:19:22.581 INFO O| Aug 27 18:19:22.581 INFO STEP 441 (remove_files) COMPLETE
66462026-08-27T18:19:23.665Z[ recovery-image] Aug 27 18:19:22.581 INFO O| Aug 27 18:19:22.581 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-27T18:19:23.665Z[ recovery-image] Aug 27 18:19:22.590 INFO O| Aug 27 18:19:22.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66482026-08-27T18:19:23.665Z[ recovery-image] Aug 27 18:19:22.590 INFO O| Aug 27 18:19:22.590 INFO STEP 442 (remove_files) COMPLETE
66492026-08-27T18:19:23.665Z[ recovery-image] Aug 27 18:19:22.590 INFO O| Aug 27 18:19:22.590 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-27T18:19:23.665Z[ recovery-image] Aug 27 18:19:22.600 INFO O| Aug 27 18:19:22.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66512026-08-27T18:19:23.665Z[ recovery-image] Aug 27 18:19:22.600 INFO O| Aug 27 18:19:22.600 INFO STEP 443 (remove_files) COMPLETE
66522026-08-27T18:19:23.668Z[ recovery-image] Aug 27 18:19:22.600 INFO O| Aug 27 18:19:22.600 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-27T18:19:23.673Z[ recovery-image] Aug 27 18:19:22.609 INFO O| Aug 27 18:19:22.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66542026-08-27T18:19:23.677Z[ recovery-image] Aug 27 18:19:22.609 INFO O| Aug 27 18:19:22.609 INFO STEP 444 (remove_files) COMPLETE
66552026-08-27T18:19:23.677Z[ recovery-image] Aug 27 18:19:22.609 INFO O| Aug 27 18:19:22.609 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-27T18:19:23.682Z[ recovery-image] Aug 27 18:19:22.618 INFO O| Aug 27 18:19:22.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66572026-08-27T18:19:23.682Z[ recovery-image] Aug 27 18:19:22.618 INFO O| Aug 27 18:19:22.618 INFO STEP 445 (remove_files) COMPLETE
66582026-08-27T18:19:23.685Z[ recovery-image] Aug 27 18:19:22.618 INFO O| Aug 27 18:19:22.618 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-27T18:19:23.690Z[ recovery-image] Aug 27 18:19:22.627 INFO O| Aug 27 18:19:22.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66602026-08-27T18:19:23.690Z[ recovery-image] Aug 27 18:19:22.627 INFO O| Aug 27 18:19:22.627 INFO STEP 446 (remove_files) COMPLETE
66612026-08-27T18:19:23.694Z[ recovery-image] Aug 27 18:19:22.627 INFO O| Aug 27 18:19:22.627 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-27T18:19:23.710Z[ recovery-image] Aug 27 18:19:22.637 INFO O| Aug 27 18:19:22.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66632026-08-27T18:19:23.711Z[ recovery-image] Aug 27 18:19:22.637 INFO O| Aug 27 18:19:22.637 INFO STEP 447 (remove_files) COMPLETE
66642026-08-27T18:19:23.711Z[ recovery-image] Aug 27 18:19:22.637 INFO O| Aug 27 18:19:22.637 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-27T18:19:23.776Z[ recovery-image] Aug 27 18:19:22.647 INFO O| Aug 27 18:19:22.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66662026-08-27T18:19:23.776Z[ recovery-image] Aug 27 18:19:22.647 INFO O| Aug 27 18:19:22.647 INFO STEP 448 (remove_files) COMPLETE
66672026-08-27T18:19:23.777Z[ recovery-image] Aug 27 18:19:22.647 INFO O| Aug 27 18:19:22.647 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.657 INFO O| Aug 27 18:19:22.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66692026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.657 INFO O| Aug 27 18:19:22.657 INFO STEP 449 (remove_files) COMPLETE
66702026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.657 INFO O| Aug 27 18:19:22.657 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.666 INFO O| Aug 27 18:19:22.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66722026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.667 INFO O| Aug 27 18:19:22.666 INFO STEP 450 (remove_files) COMPLETE
66732026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.667 INFO O| Aug 27 18:19:22.667 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.677 INFO O| Aug 27 18:19:22.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66752026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.677 INFO O| Aug 27 18:19:22.677 INFO STEP 451 (remove_files) COMPLETE
66762026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.677 INFO O| Aug 27 18:19:22.677 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.688 INFO O| Aug 27 18:19:22.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66782026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.688 INFO O| Aug 27 18:19:22.688 INFO STEP 452 (remove_files) COMPLETE
66792026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.688 INFO O| Aug 27 18:19:22.688 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.699 INFO O| Aug 27 18:19:22.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66812026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.699 INFO O| Aug 27 18:19:22.699 INFO STEP 453 (remove_files) COMPLETE
66822026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.699 INFO O| Aug 27 18:19:22.699 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.709 INFO O| Aug 27 18:19:22.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66842026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.710 INFO O| Aug 27 18:19:22.710 INFO STEP 454 (remove_files) COMPLETE
66852026-08-27T18:19:23.782Z[ recovery-image] Aug 27 18:19:22.710 INFO O| Aug 27 18:19:22.710 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-27T18:19:23.787Z[ recovery-image] Aug 27 18:19:22.720 INFO O| Aug 27 18:19:22.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66872026-08-27T18:19:23.787Z[ recovery-image] Aug 27 18:19:22.720 INFO O| Aug 27 18:19:22.720 INFO STEP 455 (remove_files) COMPLETE
66882026-08-27T18:19:23.787Z[ recovery-image] Aug 27 18:19:22.720 INFO O| Aug 27 18:19:22.720 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-27T18:19:23.795Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
66902026-08-27T18:19:23.807Z[ recovery-image] Aug 27 18:19:22.731 INFO O| Aug 27 18:19:22.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66912026-08-27T18:19:23.807Z[ recovery-image] Aug 27 18:19:22.731 INFO O| Aug 27 18:19:22.731 INFO STEP 456 (remove_files) COMPLETE
66922026-08-27T18:19:23.807Z[ recovery-image] Aug 27 18:19:22.731 INFO O| Aug 27 18:19:22.731 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-27T18:19:23.811Z[ recovery-image] Aug 27 18:19:22.741 INFO O| Aug 27 18:19:22.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66942026-08-27T18:19:23.811Z[ recovery-image] Aug 27 18:19:22.741 INFO O| Aug 27 18:19:22.741 INFO STEP 457 (remove_files) COMPLETE
66952026-08-27T18:19:23.811Z[ recovery-image] Aug 27 18:19:22.741 INFO O| Aug 27 18:19:22.741 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-27T18:19:23.818Z[ recovery-image] Aug 27 18:19:22.752 INFO O| Aug 27 18:19:22.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66972026-08-27T18:19:23.818Z[ recovery-image] Aug 27 18:19:22.752 INFO O| Aug 27 18:19:22.752 INFO STEP 458 (remove_files) COMPLETE
66982026-08-27T18:19:23.818Z[ recovery-image] Aug 27 18:19:22.752 INFO O| Aug 27 18:19:22.752 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-27T18:19:23.904Z[ recovery-image] Aug 27 18:19:22.763 INFO O| Aug 27 18:19:22.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67002026-08-27T18:19:23.904Z[ recovery-image] Aug 27 18:19:22.763 INFO O| Aug 27 18:19:22.763 INFO STEP 459 (remove_files) COMPLETE
67012026-08-27T18:19:23.911Z[ recovery-image] Aug 27 18:19:22.763 INFO O| Aug 27 18:19:22.763 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-27T18:19:23.911Z[ recovery-image] Aug 27 18:19:22.774 INFO O| Aug 27 18:19:22.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67032026-08-27T18:19:23.911Z[ recovery-image] Aug 27 18:19:22.774 INFO O| Aug 27 18:19:22.774 INFO STEP 460 (remove_files) COMPLETE
67042026-08-27T18:19:23.911Z[ recovery-image] Aug 27 18:19:22.774 INFO O| Aug 27 18:19:22.774 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-27T18:19:23.911Z[ recovery-image] Aug 27 18:19:22.784 INFO O| Aug 27 18:19:22.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67062026-08-27T18:19:23.911Z[ recovery-image] Aug 27 18:19:22.784 INFO O| Aug 27 18:19:22.784 INFO STEP 461 (remove_files) COMPLETE
67072026-08-27T18:19:23.911Z[ recovery-image] Aug 27 18:19:22.784 INFO O| Aug 27 18:19:22.784 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-27T18:19:23.911Z[ recovery-image] Aug 27 18:19:22.795 INFO O| Aug 27 18:19:22.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67092026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.795 INFO O| Aug 27 18:19:22.795 INFO STEP 462 (remove_files) COMPLETE
67102026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.795 INFO O| Aug 27 18:19:22.795 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.806 INFO O| Aug 27 18:19:22.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67122026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.806 INFO O| Aug 27 18:19:22.806 INFO STEP 463 (remove_files) COMPLETE
67132026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.806 INFO O| Aug 27 18:19:22.806 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.816 INFO O| Aug 27 18:19:22.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67152026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.816 INFO O| Aug 27 18:19:22.816 INFO STEP 464 (remove_files) COMPLETE
67162026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.816 INFO O| Aug 27 18:19:22.816 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.825 INFO O| Aug 27 18:19:22.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67182026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.825 INFO O| Aug 27 18:19:22.825 INFO STEP 465 (remove_files) COMPLETE
67192026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.825 INFO O| Aug 27 18:19:22.825 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.834 INFO O| Aug 27 18:19:22.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67212026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.834 INFO O| Aug 27 18:19:22.834 INFO STEP 466 (remove_files) COMPLETE
67222026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.834 INFO O| Aug 27 18:19:22.834 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.844 INFO O| Aug 27 18:19:22.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67242026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.844 INFO O| Aug 27 18:19:22.844 INFO STEP 467 (remove_files) COMPLETE
67252026-08-27T18:19:23.912Z[ recovery-image] Aug 27 18:19:22.844 INFO O| Aug 27 18:19:22.844 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-27T18:19:23.937Z[ recovery-image] Aug 27 18:19:22.853 INFO O| Aug 27 18:19:22.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67272026-08-27T18:19:23.938Z[ recovery-image] Aug 27 18:19:22.853 INFO O| Aug 27 18:19:22.853 INFO STEP 468 (remove_files) COMPLETE
67282026-08-27T18:19:23.938Z[ recovery-image] Aug 27 18:19:22.853 INFO O| Aug 27 18:19:22.853 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.863 INFO O| Aug 27 18:19:22.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67302026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.863 INFO O| Aug 27 18:19:22.863 INFO STEP 469 (remove_files) COMPLETE
67312026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.863 INFO O| Aug 27 18:19:22.863 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.873 INFO O| Aug 27 18:19:22.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67332026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.873 INFO O| Aug 27 18:19:22.873 INFO STEP 470 (remove_files) COMPLETE
67342026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.873 INFO O| Aug 27 18:19:22.873 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.882 INFO O| Aug 27 18:19:22.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67362026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.882 INFO O| Aug 27 18:19:22.882 INFO STEP 471 (remove_files) COMPLETE
67372026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.882 INFO O| Aug 27 18:19:22.882 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.892 INFO O| Aug 27 18:19:22.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67392026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.892 INFO O| Aug 27 18:19:22.892 INFO STEP 472 (remove_files) COMPLETE
67402026-08-27T18:19:23.965Z[ recovery-image] Aug 27 18:19:22.892 INFO O| Aug 27 18:19:22.892 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-27T18:19:23.976Z[ recovery-image] Aug 27 18:19:22.901 INFO O| Aug 27 18:19:22.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67422026-08-27T18:19:23.976Z[ recovery-image] Aug 27 18:19:22.901 INFO O| Aug 27 18:19:22.901 INFO STEP 473 (remove_files) COMPLETE
67432026-08-27T18:19:23.976Z[ recovery-image] Aug 27 18:19:22.901 INFO O| Aug 27 18:19:22.901 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-27T18:19:23.976Z[ recovery-image] Aug 27 18:19:22.911 INFO O| Aug 27 18:19:22.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67452026-08-27T18:19:23.976Z[ recovery-image] Aug 27 18:19:22.911 INFO O| Aug 27 18:19:22.911 INFO STEP 474 (remove_files) COMPLETE
67462026-08-27T18:19:23.976Z[ recovery-image] Aug 27 18:19:22.911 INFO O| Aug 27 18:19:22.911 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-27T18:19:23.984Z[ recovery-image] Aug 27 18:19:22.921 INFO O| Aug 27 18:19:22.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67482026-08-27T18:19:23.985Z[ recovery-image] Aug 27 18:19:22.921 INFO O| Aug 27 18:19:22.921 INFO STEP 475 (remove_files) COMPLETE
67492026-08-27T18:19:23.985Z[ recovery-image] Aug 27 18:19:22.921 INFO O| Aug 27 18:19:22.921 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-27T18:19:23.994Z[ recovery-image] Aug 27 18:19:22.930 INFO O| Aug 27 18:19:22.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67512026-08-27T18:19:23.994Z[ recovery-image] Aug 27 18:19:22.930 INFO O| Aug 27 18:19:22.930 INFO STEP 476 (remove_files) COMPLETE
67522026-08-27T18:19:23.994Z[ recovery-image] Aug 27 18:19:22.930 INFO O| Aug 27 18:19:22.930 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-27T18:19:24.004Z[ recovery-image] Aug 27 18:19:22.940 INFO O| Aug 27 18:19:22.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67542026-08-27T18:19:24.004Z[ recovery-image] Aug 27 18:19:22.940 INFO O| Aug 27 18:19:22.940 INFO STEP 477 (remove_files) COMPLETE
67552026-08-27T18:19:24.008Z[ recovery-image] Aug 27 18:19:22.940 INFO O| Aug 27 18:19:22.940 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-27T18:19:24.014Z[ recovery-image] Aug 27 18:19:22.951 INFO O| Aug 27 18:19:22.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67572026-08-27T18:19:24.014Z[ recovery-image] Aug 27 18:19:22.951 INFO O| Aug 27 18:19:22.951 INFO STEP 478 (remove_files) COMPLETE
67582026-08-27T18:19:24.018Z[ recovery-image] Aug 27 18:19:22.951 INFO O| Aug 27 18:19:22.951 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-27T18:19:24.023Z[ recovery-image] Aug 27 18:19:22.960 INFO O| Aug 27 18:19:22.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67602026-08-27T18:19:24.023Z[ recovery-image] Aug 27 18:19:22.960 INFO O| Aug 27 18:19:22.960 INFO STEP 479 (remove_files) COMPLETE
67612026-08-27T18:19:24.026Z[ recovery-image] Aug 27 18:19:22.960 INFO O| Aug 27 18:19:22.960 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-27T18:19:24.032Z[ recovery-image] Aug 27 18:19:22.968 INFO O| Aug 27 18:19:22.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67632026-08-27T18:19:24.032Z[ recovery-image] Aug 27 18:19:22.968 INFO O| Aug 27 18:19:22.968 INFO STEP 480 (remove_files) COMPLETE
67642026-08-27T18:19:24.032Z[ recovery-image] Aug 27 18:19:22.968 INFO O| Aug 27 18:19:22.968 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-27T18:19:24.041Z[ recovery-image] Aug 27 18:19:22.978 INFO O| Aug 27 18:19:22.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67662026-08-27T18:19:24.042Z[ recovery-image] Aug 27 18:19:22.978 INFO O| Aug 27 18:19:22.978 INFO STEP 481 (remove_files) COMPLETE
67672026-08-27T18:19:24.042Z[ recovery-image] Aug 27 18:19:22.978 INFO O| Aug 27 18:19:22.978 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-27T18:19:24.051Z[ recovery-image] Aug 27 18:19:22.987 INFO O| Aug 27 18:19:22.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67692026-08-27T18:19:24.051Z[ recovery-image] Aug 27 18:19:22.987 INFO O| Aug 27 18:19:22.987 INFO STEP 482 (remove_files) COMPLETE
67702026-08-27T18:19:24.051Z[ recovery-image] Aug 27 18:19:22.987 INFO O| Aug 27 18:19:22.987 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-27T18:19:24.060Z[ recovery-image] Aug 27 18:19:22.995 INFO O| Aug 27 18:19:22.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67722026-08-27T18:19:24.060Z[ recovery-image] Aug 27 18:19:22.995 INFO O| Aug 27 18:19:22.995 INFO STEP 483 (remove_files) COMPLETE
67732026-08-27T18:19:24.060Z[ recovery-image] Aug 27 18:19:22.995 INFO O| Aug 27 18:19:22.995 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-27T18:19:24.068Z[ recovery-image] Aug 27 18:19:23.004 INFO O| Aug 27 18:19:23.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67752026-08-27T18:19:24.068Z[ recovery-image] Aug 27 18:19:23.004 INFO O| Aug 27 18:19:23.004 INFO STEP 484 (remove_files) COMPLETE
67762026-08-27T18:19:24.068Z[ recovery-image] Aug 27 18:19:23.004 INFO O| Aug 27 18:19:23.004 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-27T18:19:24.077Z[ recovery-image] Aug 27 18:19:23.013 INFO O| Aug 27 18:19:23.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67782026-08-27T18:19:24.081Z[ recovery-image] Aug 27 18:19:23.014 INFO O| Aug 27 18:19:23.014 INFO STEP 485 (remove_files) COMPLETE
67792026-08-27T18:19:24.081Z[ recovery-image] Aug 27 18:19:23.014 INFO O| Aug 27 18:19:23.014 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-27T18:19:24.087Z[ recovery-image] Aug 27 18:19:23.023 INFO O| Aug 27 18:19:23.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67812026-08-27T18:19:24.087Z[ recovery-image] Aug 27 18:19:23.023 INFO O| Aug 27 18:19:23.023 INFO STEP 486 (remove_files) COMPLETE
67822026-08-27T18:19:24.087Z[ recovery-image] Aug 27 18:19:23.023 INFO O| Aug 27 18:19:23.023 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-27T18:19:24.097Z[ recovery-image] Aug 27 18:19:23.032 INFO O| Aug 27 18:19:23.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67842026-08-27T18:19:24.097Z[ recovery-image] Aug 27 18:19:23.032 INFO O| Aug 27 18:19:23.032 INFO STEP 487 (remove_files) COMPLETE
67852026-08-27T18:19:24.097Z[ recovery-image] Aug 27 18:19:23.032 INFO O| Aug 27 18:19:23.032 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-27T18:19:24.106Z[ recovery-image] Aug 27 18:19:23.042 INFO O| Aug 27 18:19:23.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67872026-08-27T18:19:24.106Z[ recovery-image] Aug 27 18:19:23.042 INFO O| Aug 27 18:19:23.042 INFO STEP 488 (remove_files) COMPLETE
67882026-08-27T18:19:24.106Z[ recovery-image] Aug 27 18:19:23.042 INFO O| Aug 27 18:19:23.042 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-27T18:19:24.115Z[ recovery-image] Aug 27 18:19:23.051 INFO O| Aug 27 18:19:23.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67902026-08-27T18:19:24.115Z[ recovery-image] Aug 27 18:19:23.051 INFO O| Aug 27 18:19:23.051 INFO STEP 489 (remove_files) COMPLETE
67912026-08-27T18:19:24.119Z[ recovery-image] Aug 27 18:19:23.051 INFO O| Aug 27 18:19:23.051 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-27T18:19:24.125Z[ recovery-image] Aug 27 18:19:23.061 INFO O| Aug 27 18:19:23.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67932026-08-27T18:19:24.125Z[ recovery-image] Aug 27 18:19:23.061 INFO O| Aug 27 18:19:23.061 INFO STEP 490 (remove_files) COMPLETE
67942026-08-27T18:19:24.125Z[ recovery-image] Aug 27 18:19:23.061 INFO O| Aug 27 18:19:23.061 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-27T18:19:24.135Z[ recovery-image] Aug 27 18:19:23.071 INFO O| Aug 27 18:19:23.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67962026-08-27T18:19:24.135Z[ recovery-image] Aug 27 18:19:23.071 INFO O| Aug 27 18:19:23.071 INFO STEP 491 (remove_files) COMPLETE
67972026-08-27T18:19:24.135Z[ recovery-image] Aug 27 18:19:23.071 INFO O| Aug 27 18:19:23.071 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-27T18:19:24.149Z[ recovery-image] Aug 27 18:19:23.085 INFO O| Aug 27 18:19:23.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67992026-08-27T18:19:24.149Z[ recovery-image] Aug 27 18:19:23.085 INFO O| Aug 27 18:19:23.082 INFO STEP 492 (remove_files) COMPLETE
68002026-08-27T18:19:24.150Z[ recovery-image] Aug 27 18:19:23.085 INFO O| Aug 27 18:19:23.082 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-27T18:19:24.158Z[ recovery-image] Aug 27 18:19:23.093 INFO O| Aug 27 18:19:23.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68022026-08-27T18:19:24.158Z[ recovery-image] Aug 27 18:19:23.093 INFO O| Aug 27 18:19:23.093 INFO STEP 493 (remove_files) COMPLETE
68032026-08-27T18:19:24.158Z[ recovery-image] Aug 27 18:19:23.093 INFO O| Aug 27 18:19:23.093 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-27T18:19:24.168Z[ recovery-image] Aug 27 18:19:23.104 INFO O| Aug 27 18:19:23.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68052026-08-27T18:19:24.168Z[ recovery-image] Aug 27 18:19:23.104 INFO O| Aug 27 18:19:23.104 INFO STEP 494 (remove_files) COMPLETE
68062026-08-27T18:19:24.168Z[ recovery-image] Aug 27 18:19:23.104 INFO O| Aug 27 18:19:23.104 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-27T18:19:24.178Z[ recovery-image] Aug 27 18:19:23.115 INFO O| Aug 27 18:19:23.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68082026-08-27T18:19:24.178Z[ recovery-image] Aug 27 18:19:23.115 INFO O| Aug 27 18:19:23.115 INFO STEP 495 (remove_files) COMPLETE
68092026-08-27T18:19:24.178Z[ recovery-image] Aug 27 18:19:23.115 INFO O| Aug 27 18:19:23.115 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-27T18:19:24.188Z[ recovery-image] Aug 27 18:19:23.125 INFO O| Aug 27 18:19:23.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68112026-08-27T18:19:24.188Z[ recovery-image] Aug 27 18:19:23.125 INFO O| Aug 27 18:19:23.125 INFO STEP 496 (remove_files) COMPLETE
68122026-08-27T18:19:24.188Z[ recovery-image] Aug 27 18:19:23.125 INFO O| Aug 27 18:19:23.125 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-27T18:19:24.198Z[ recovery-image] Aug 27 18:19:23.134 INFO O| Aug 27 18:19:23.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68142026-08-27T18:19:24.198Z[ recovery-image] Aug 27 18:19:23.134 INFO O| Aug 27 18:19:23.134 INFO STEP 497 (remove_files) COMPLETE
68152026-08-27T18:19:24.202Z[ recovery-image] Aug 27 18:19:23.134 INFO O| Aug 27 18:19:23.134 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-27T18:19:24.208Z[ recovery-image] Aug 27 18:19:23.144 INFO O| Aug 27 18:19:23.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68172026-08-27T18:19:24.208Z[ recovery-image] Aug 27 18:19:23.144 INFO O| Aug 27 18:19:23.144 INFO STEP 498 (remove_files) COMPLETE
68182026-08-27T18:19:24.211Z[ recovery-image] Aug 27 18:19:23.144 INFO O| Aug 27 18:19:23.144 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-27T18:19:24.217Z[ recovery-image] Aug 27 18:19:23.153 INFO O| Aug 27 18:19:23.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68202026-08-27T18:19:24.217Z[ recovery-image] Aug 27 18:19:23.153 INFO O| Aug 27 18:19:23.153 INFO STEP 499 (remove_files) COMPLETE
68212026-08-27T18:19:24.217Z[ recovery-image] Aug 27 18:19:23.153 INFO O| Aug 27 18:19:23.153 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-27T18:19:24.228Z[ recovery-image] Aug 27 18:19:23.164 INFO O| Aug 27 18:19:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68232026-08-27T18:19:24.228Z[ recovery-image] Aug 27 18:19:23.164 INFO O| Aug 27 18:19:23.164 INFO STEP 500 (remove_files) COMPLETE
68242026-08-27T18:19:24.228Z[ recovery-image] Aug 27 18:19:23.164 INFO O| Aug 27 18:19:23.164 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-27T18:19:24.238Z[ recovery-image] Aug 27 18:19:23.174 INFO O| Aug 27 18:19:23.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68262026-08-27T18:19:24.238Z[ recovery-image] Aug 27 18:19:23.174 INFO O| Aug 27 18:19:23.174 INFO STEP 501 (remove_files) COMPLETE
68272026-08-27T18:19:24.238Z[ recovery-image] Aug 27 18:19:23.174 INFO O| Aug 27 18:19:23.174 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-27T18:19:24.249Z[ recovery-image] Aug 27 18:19:23.185 INFO O| Aug 27 18:19:23.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68292026-08-27T18:19:24.249Z[ recovery-image] Aug 27 18:19:23.185 INFO O| Aug 27 18:19:23.185 INFO STEP 502 (remove_files) COMPLETE
68302026-08-27T18:19:24.249Z[ recovery-image] Aug 27 18:19:23.185 INFO O| Aug 27 18:19:23.185 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-27T18:19:24.258Z[ recovery-image] Aug 27 18:19:23.195 INFO O| Aug 27 18:19:23.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68322026-08-27T18:19:24.259Z[ recovery-image] Aug 27 18:19:23.195 INFO O| Aug 27 18:19:23.195 INFO STEP 503 (remove_files) COMPLETE
68332026-08-27T18:19:24.259Z[ recovery-image] Aug 27 18:19:23.195 INFO O| Aug 27 18:19:23.195 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-27T18:19:24.269Z[ recovery-image] Aug 27 18:19:23.205 INFO O| Aug 27 18:19:23.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68352026-08-27T18:19:24.269Z[ recovery-image] Aug 27 18:19:23.205 INFO O| Aug 27 18:19:23.205 INFO STEP 504 (remove_files) COMPLETE
68362026-08-27T18:19:24.269Z[ recovery-image] Aug 27 18:19:23.205 INFO O| Aug 27 18:19:23.205 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-27T18:19:24.282Z[ recovery-image] Aug 27 18:19:23.217 INFO O| Aug 27 18:19:23.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68382026-08-27T18:19:24.282Z[ recovery-image] Aug 27 18:19:23.217 INFO O| Aug 27 18:19:23.217 INFO STEP 505 (remove_files) COMPLETE
68392026-08-27T18:19:24.283Z[ recovery-image] Aug 27 18:19:23.217 INFO O| Aug 27 18:19:23.217 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-27T18:19:24.291Z[ recovery-image] Aug 27 18:19:23.228 INFO O| Aug 27 18:19:23.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68412026-08-27T18:19:24.292Z[ recovery-image] Aug 27 18:19:23.228 INFO O| Aug 27 18:19:23.228 INFO STEP 506 (remove_files) COMPLETE
68422026-08-27T18:19:24.292Z[ recovery-image] Aug 27 18:19:23.228 INFO O| Aug 27 18:19:23.228 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-27T18:19:24.304Z[ recovery-image] Aug 27 18:19:23.239 INFO O| Aug 27 18:19:23.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68442026-08-27T18:19:24.304Z[ recovery-image] Aug 27 18:19:23.239 INFO O| Aug 27 18:19:23.239 INFO STEP 507 (remove_files) COMPLETE
68452026-08-27T18:19:24.304Z[ recovery-image] Aug 27 18:19:23.239 INFO O| Aug 27 18:19:23.239 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-27T18:19:24.313Z[ recovery-image] Aug 27 18:19:23.248 INFO O| Aug 27 18:19:23.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68472026-08-27T18:19:24.313Z[ recovery-image] Aug 27 18:19:23.248 INFO O| Aug 27 18:19:23.248 INFO STEP 508 (remove_files) COMPLETE
68482026-08-27T18:19:24.313Z[ recovery-image] Aug 27 18:19:23.248 INFO O| Aug 27 18:19:23.248 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-27T18:19:24.324Z[ recovery-image] Aug 27 18:19:23.260 INFO O| Aug 27 18:19:23.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68502026-08-27T18:19:24.328Z[ recovery-image] Aug 27 18:19:23.260 INFO O| Aug 27 18:19:23.260 INFO STEP 509 (remove_files) COMPLETE
68512026-08-27T18:19:24.328Z[ recovery-image] Aug 27 18:19:23.260 INFO O| Aug 27 18:19:23.260 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-27T18:19:24.333Z[ recovery-image] Aug 27 18:19:23.270 INFO O| Aug 27 18:19:23.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68532026-08-27T18:19:24.333Z[ recovery-image] Aug 27 18:19:23.270 INFO O| Aug 27 18:19:23.270 INFO STEP 510 (remove_files) COMPLETE
68542026-08-27T18:19:24.337Z[ recovery-image] Aug 27 18:19:23.270 INFO O| Aug 27 18:19:23.270 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-27T18:19:24.343Z[ recovery-image] Aug 27 18:19:23.279 INFO O| Aug 27 18:19:23.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68562026-08-27T18:19:24.343Z[ recovery-image] Aug 27 18:19:23.279 INFO O| Aug 27 18:19:23.279 INFO STEP 511 (remove_files) COMPLETE
68572026-08-27T18:19:24.349Z[ recovery-image] Aug 27 18:19:23.279 INFO O| Aug 27 18:19:23.279 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-27T18:19:24.353Z[ recovery-image] Aug 27 18:19:23.289 INFO O| Aug 27 18:19:23.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68592026-08-27T18:19:24.353Z[ recovery-image] Aug 27 18:19:23.289 INFO O| Aug 27 18:19:23.289 INFO STEP 512 (remove_files) COMPLETE
68602026-08-27T18:19:24.357Z[ recovery-image] Aug 27 18:19:23.289 INFO O| Aug 27 18:19:23.289 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-27T18:19:24.362Z[ recovery-image] Aug 27 18:19:23.299 INFO O| Aug 27 18:19:23.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68622026-08-27T18:19:24.366Z[ recovery-image] Aug 27 18:19:23.299 INFO O| Aug 27 18:19:23.299 INFO STEP 513 (remove_files) COMPLETE
68632026-08-27T18:19:24.366Z[ recovery-image] Aug 27 18:19:23.299 INFO O| Aug 27 18:19:23.299 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-27T18:19:24.373Z[ recovery-image] Aug 27 18:19:23.309 INFO O| Aug 27 18:19:23.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68652026-08-27T18:19:24.373Z[ recovery-image] Aug 27 18:19:23.310 INFO O| Aug 27 18:19:23.309 INFO STEP 514 (remove_files) COMPLETE
68662026-08-27T18:19:24.373Z[ recovery-image] Aug 27 18:19:23.310 INFO O| Aug 27 18:19:23.310 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-27T18:19:24.383Z[ recovery-image] Aug 27 18:19:23.319 INFO O| Aug 27 18:19:23.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68682026-08-27T18:19:24.386Z[ recovery-image] Aug 27 18:19:23.320 INFO O| Aug 27 18:19:23.320 INFO STEP 515 (remove_files) COMPLETE
68692026-08-27T18:19:24.387Z[ recovery-image] Aug 27 18:19:23.320 INFO O| Aug 27 18:19:23.320 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-27T18:19:24.393Z[ recovery-image] Aug 27 18:19:23.330 INFO O| Aug 27 18:19:23.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68712026-08-27T18:19:24.402Z[ recovery-image] Aug 27 18:19:23.331 INFO O| Aug 27 18:19:23.331 INFO STEP 516 (remove_files) COMPLETE
68722026-08-27T18:19:24.402Z[ recovery-image] Aug 27 18:19:23.331 INFO O| Aug 27 18:19:23.331 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-27T18:19:24.405Z[ recovery-image] Aug 27 18:19:23.341 INFO O| Aug 27 18:19:23.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68742026-08-27T18:19:24.405Z[ recovery-image] Aug 27 18:19:23.341 INFO O| Aug 27 18:19:23.341 INFO STEP 517 (remove_files) COMPLETE
68752026-08-27T18:19:24.406Z[ recovery-image] Aug 27 18:19:23.341 INFO O| Aug 27 18:19:23.341 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-27T18:19:24.415Z[ recovery-image] Aug 27 18:19:23.351 INFO O| Aug 27 18:19:23.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68772026-08-27T18:19:24.415Z[ recovery-image] Aug 27 18:19:23.351 INFO O| Aug 27 18:19:23.351 INFO STEP 518 (remove_files) COMPLETE
68782026-08-27T18:19:24.415Z[ recovery-image] Aug 27 18:19:23.351 INFO O| Aug 27 18:19:23.351 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-27T18:19:24.425Z[ recovery-image] Aug 27 18:19:23.361 INFO O| Aug 27 18:19:23.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68802026-08-27T18:19:24.425Z[ recovery-image] Aug 27 18:19:23.362 INFO O| Aug 27 18:19:23.362 INFO STEP 519 (remove_files) COMPLETE
68812026-08-27T18:19:24.425Z[ recovery-image] Aug 27 18:19:23.362 INFO O| Aug 27 18:19:23.362 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-27T18:19:24.435Z[ recovery-image] Aug 27 18:19:23.371 INFO O| Aug 27 18:19:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68832026-08-27T18:19:24.435Z[ recovery-image] Aug 27 18:19:23.371 INFO O| Aug 27 18:19:23.371 INFO STEP 520 (remove_files) COMPLETE
68842026-08-27T18:19:24.439Z[ recovery-image] Aug 27 18:19:23.371 INFO O| Aug 27 18:19:23.371 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-27T18:19:24.451Z[ recovery-image] Aug 27 18:19:23.382 INFO O| Aug 27 18:19:23.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68862026-08-27T18:19:24.451Z[ recovery-image] Aug 27 18:19:23.382 INFO O| Aug 27 18:19:23.382 INFO STEP 521 (remove_files) COMPLETE
68872026-08-27T18:19:24.451Z[ recovery-image] Aug 27 18:19:23.382 INFO O| Aug 27 18:19:23.382 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-27T18:19:24.455Z[ recovery-image] Aug 27 18:19:23.391 INFO O| Aug 27 18:19:23.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68892026-08-27T18:19:24.455Z[ recovery-image] Aug 27 18:19:23.391 INFO O| Aug 27 18:19:23.391 INFO STEP 522 (remove_files) COMPLETE
68902026-08-27T18:19:24.455Z[ recovery-image] Aug 27 18:19:23.391 INFO O| Aug 27 18:19:23.391 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-27T18:19:24.464Z[ recovery-image] Aug 27 18:19:23.401 INFO O| Aug 27 18:19:23.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68922026-08-27T18:19:24.464Z[ recovery-image] Aug 27 18:19:23.401 INFO O| Aug 27 18:19:23.401 INFO STEP 523 (remove_files) COMPLETE
68932026-08-27T18:19:24.465Z[ recovery-image] Aug 27 18:19:23.401 INFO O| Aug 27 18:19:23.401 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-27T18:19:24.475Z[ recovery-image] Aug 27 18:19:23.411 INFO O| Aug 27 18:19:23.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68952026-08-27T18:19:24.475Z[ recovery-image] Aug 27 18:19:23.411 INFO O| Aug 27 18:19:23.411 INFO STEP 524 (remove_files) COMPLETE
68962026-08-27T18:19:24.475Z[ recovery-image] Aug 27 18:19:23.411 INFO O| Aug 27 18:19:23.411 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-27T18:19:24.485Z[ recovery-image] Aug 27 18:19:23.421 INFO O| Aug 27 18:19:23.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68982026-08-27T18:19:24.489Z[ recovery-image] Aug 27 18:19:23.422 INFO O| Aug 27 18:19:23.422 INFO STEP 525 (remove_files) COMPLETE
68992026-08-27T18:19:24.489Z[ recovery-image] Aug 27 18:19:23.422 INFO O| Aug 27 18:19:23.422 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-27T18:19:24.496Z[ recovery-image] Aug 27 18:19:23.433 INFO O| Aug 27 18:19:23.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69012026-08-27T18:19:24.496Z[ recovery-image] Aug 27 18:19:23.433 INFO O| Aug 27 18:19:23.433 INFO STEP 526 (remove_files) COMPLETE
69022026-08-27T18:19:24.496Z[ recovery-image] Aug 27 18:19:23.433 INFO O| Aug 27 18:19:23.433 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-27T18:19:24.506Z[ recovery-image] Aug 27 18:19:23.442 INFO O| Aug 27 18:19:23.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69042026-08-27T18:19:24.506Z[ recovery-image] Aug 27 18:19:23.442 INFO O| Aug 27 18:19:23.442 INFO STEP 527 (remove_files) COMPLETE
69052026-08-27T18:19:24.506Z[ recovery-image] Aug 27 18:19:23.442 INFO O| Aug 27 18:19:23.442 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-27T18:19:24.517Z[ recovery-image] Aug 27 18:19:23.453 INFO O| Aug 27 18:19:23.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69072026-08-27T18:19:24.517Z[ recovery-image] Aug 27 18:19:23.453 INFO O| Aug 27 18:19:23.453 INFO STEP 528 (remove_files) COMPLETE
69082026-08-27T18:19:24.517Z[ recovery-image] Aug 27 18:19:23.453 INFO O| Aug 27 18:19:23.453 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-27T18:19:24.527Z[ recovery-image] Aug 27 18:19:23.463 INFO O| Aug 27 18:19:23.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69102026-08-27T18:19:24.527Z[ recovery-image] Aug 27 18:19:23.463 INFO O| Aug 27 18:19:23.463 INFO STEP 529 (remove_files) COMPLETE
69112026-08-27T18:19:24.532Z[ recovery-image] Aug 27 18:19:23.463 INFO O| Aug 27 18:19:23.463 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-27T18:19:24.537Z[ recovery-image] Aug 27 18:19:23.473 INFO O| Aug 27 18:19:23.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69132026-08-27T18:19:24.537Z[ recovery-image] Aug 27 18:19:23.473 INFO O| Aug 27 18:19:23.473 INFO STEP 530 (remove_files) COMPLETE
69142026-08-27T18:19:24.537Z[ recovery-image] Aug 27 18:19:23.473 INFO O| Aug 27 18:19:23.473 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-27T18:19:24.546Z[ recovery-image] Aug 27 18:19:23.483 INFO O| Aug 27 18:19:23.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69162026-08-27T18:19:24.546Z[ recovery-image] Aug 27 18:19:23.483 INFO O| Aug 27 18:19:23.483 INFO STEP 531 (remove_files) COMPLETE
69172026-08-27T18:19:24.550Z[ recovery-image] Aug 27 18:19:23.483 INFO O| Aug 27 18:19:23.483 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-27T18:19:24.557Z[ recovery-image] Aug 27 18:19:23.493 INFO O| Aug 27 18:19:23.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69192026-08-27T18:19:24.557Z[ recovery-image] Aug 27 18:19:23.493 INFO O| Aug 27 18:19:23.493 INFO STEP 532 (remove_files) COMPLETE
69202026-08-27T18:19:24.557Z[ recovery-image] Aug 27 18:19:23.493 INFO O| Aug 27 18:19:23.493 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-27T18:19:24.567Z[ recovery-image] Aug 27 18:19:23.504 INFO O| Aug 27 18:19:23.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69222026-08-27T18:19:24.568Z[ recovery-image] Aug 27 18:19:23.504 INFO O| Aug 27 18:19:23.504 INFO STEP 533 (remove_files) COMPLETE
69232026-08-27T18:19:24.568Z[ recovery-image] Aug 27 18:19:23.504 INFO O| Aug 27 18:19:23.504 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-27T18:19:24.578Z[ recovery-image] Aug 27 18:19:23.515 INFO O| Aug 27 18:19:23.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69252026-08-27T18:19:24.579Z[ recovery-image] Aug 27 18:19:23.515 INFO O| Aug 27 18:19:23.515 INFO STEP 534 (remove_files) COMPLETE
69262026-08-27T18:19:24.584Z[ recovery-image] Aug 27 18:19:23.515 INFO O| Aug 27 18:19:23.515 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-27T18:19:24.589Z[ recovery-image] Aug 27 18:19:23.525 INFO O| Aug 27 18:19:23.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69282026-08-27T18:19:24.589Z[ recovery-image] Aug 27 18:19:23.525 INFO O| Aug 27 18:19:23.525 INFO STEP 535 (remove_files) COMPLETE
69292026-08-27T18:19:24.589Z[ recovery-image] Aug 27 18:19:23.525 INFO O| Aug 27 18:19:23.525 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-27T18:19:24.601Z[ recovery-image] Aug 27 18:19:23.537 INFO O| Aug 27 18:19:23.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69312026-08-27T18:19:24.601Z[ recovery-image] Aug 27 18:19:23.537 INFO O| Aug 27 18:19:23.537 INFO STEP 536 (remove_files) COMPLETE
69322026-08-27T18:19:24.601Z[ recovery-image] Aug 27 18:19:23.537 INFO O| Aug 27 18:19:23.537 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-27T18:19:24.611Z[ recovery-image] Aug 27 18:19:23.547 INFO O| Aug 27 18:19:23.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69342026-08-27T18:19:24.612Z[ recovery-image] Aug 27 18:19:23.547 INFO O| Aug 27 18:19:23.547 INFO STEP 537 (remove_files) COMPLETE
69352026-08-27T18:19:24.612Z[ recovery-image] Aug 27 18:19:23.547 INFO O| Aug 27 18:19:23.547 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-27T18:19:24.615Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
69372026-08-27T18:19:24.620Z[ recovery-image] Aug 27 18:19:23.557 INFO O| Aug 27 18:19:23.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69382026-08-27T18:19:24.620Z[ recovery-image] Aug 27 18:19:23.557 INFO O| Aug 27 18:19:23.557 INFO STEP 538 (remove_files) COMPLETE
69392026-08-27T18:19:24.639Z[ recovery-image] Aug 27 18:19:23.557 INFO O| Aug 27 18:19:23.557 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-27T18:19:24.639Z[ recovery-image] Aug 27 18:19:23.567 INFO O| Aug 27 18:19:23.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69412026-08-27T18:19:24.639Z[ recovery-image] Aug 27 18:19:23.567 INFO O| Aug 27 18:19:23.567 INFO STEP 539 (remove_files) COMPLETE
69422026-08-27T18:19:24.640Z[ recovery-image] Aug 27 18:19:23.567 INFO O| Aug 27 18:19:23.567 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-27T18:19:24.645Z[ recovery-image] Aug 27 18:19:23.578 INFO O| Aug 27 18:19:23.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69442026-08-27T18:19:24.646Z[ recovery-image] Aug 27 18:19:23.578 INFO O| Aug 27 18:19:23.578 INFO STEP 540 (remove_files) COMPLETE
69452026-08-27T18:19:24.646Z[ recovery-image] Aug 27 18:19:23.578 INFO O| Aug 27 18:19:23.578 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-27T18:19:24.646Z[verify-libraries] Compiling samael v0.0.19
69472026-08-27T18:19:24.653Z[ recovery-image] Aug 27 18:19:23.589 INFO O| Aug 27 18:19:23.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69482026-08-27T18:19:24.653Z[ recovery-image] Aug 27 18:19:23.589 INFO O| Aug 27 18:19:23.589 INFO STEP 541 (remove_files) COMPLETE
69492026-08-27T18:19:24.653Z[ recovery-image] Aug 27 18:19:23.589 INFO O| Aug 27 18:19:23.589 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-27T18:19:24.663Z[ recovery-image] Aug 27 18:19:23.599 INFO O| Aug 27 18:19:23.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69512026-08-27T18:19:24.667Z[ recovery-image] Aug 27 18:19:23.602 INFO O| Aug 27 18:19:23.602 INFO STEP 542 (remove_files) COMPLETE
69522026-08-27T18:19:24.667Z[ recovery-image] Aug 27 18:19:23.602 INFO O| Aug 27 18:19:23.602 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-27T18:19:24.676Z[ recovery-image] Aug 27 18:19:23.612 INFO O| Aug 27 18:19:23.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69542026-08-27T18:19:24.676Z[ recovery-image] Aug 27 18:19:23.612 INFO O| Aug 27 18:19:23.612 INFO STEP 543 (remove_files) COMPLETE
69552026-08-27T18:19:24.680Z[ recovery-image] Aug 27 18:19:23.612 INFO O| Aug 27 18:19:23.612 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-27T18:19:24.686Z[ recovery-image] Aug 27 18:19:23.622 INFO O| Aug 27 18:19:23.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69572026-08-27T18:19:24.686Z[ recovery-image] Aug 27 18:19:23.622 INFO O| Aug 27 18:19:23.622 INFO STEP 544 (remove_files) COMPLETE
69582026-08-27T18:19:24.689Z[ recovery-image] Aug 27 18:19:23.622 INFO O| Aug 27 18:19:23.622 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-27T18:19:24.697Z[ recovery-image] Aug 27 18:19:23.632 INFO O| Aug 27 18:19:23.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69602026-08-27T18:19:24.697Z[ recovery-image] Aug 27 18:19:23.632 INFO O| Aug 27 18:19:23.632 INFO STEP 545 (remove_files) COMPLETE
69612026-08-27T18:19:24.712Z[ recovery-image] Aug 27 18:19:23.632 INFO O| Aug 27 18:19:23.632 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-27T18:19:24.712Z[ recovery-image] Aug 27 18:19:23.641 INFO O| Aug 27 18:19:23.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69632026-08-27T18:19:24.712Z[ recovery-image] Aug 27 18:19:23.641 INFO O| Aug 27 18:19:23.641 INFO STEP 546 (remove_files) COMPLETE
69642026-08-27T18:19:24.712Z[ recovery-image] Aug 27 18:19:23.641 INFO O| Aug 27 18:19:23.641 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-27T18:19:24.766Z[ recovery-image] Aug 27 18:19:23.652 INFO O| Aug 27 18:19:23.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69662026-08-27T18:19:24.767Z[ recovery-image] Aug 27 18:19:23.652 INFO O| Aug 27 18:19:23.652 INFO STEP 547 (remove_files) COMPLETE
69672026-08-27T18:19:24.767Z[ recovery-image] Aug 27 18:19:23.652 INFO O| Aug 27 18:19:23.652 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-27T18:19:24.767Z[ recovery-image] Aug 27 18:19:23.662 INFO O| Aug 27 18:19:23.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69692026-08-27T18:19:24.767Z[ recovery-image] Aug 27 18:19:23.662 INFO O| Aug 27 18:19:23.662 INFO STEP 548 (remove_files) COMPLETE
69702026-08-27T18:19:24.767Z[ recovery-image] Aug 27 18:19:23.662 INFO O| Aug 27 18:19:23.662 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-27T18:19:24.767Z[ recovery-image] Aug 27 18:19:23.672 INFO O| Aug 27 18:19:23.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69722026-08-27T18:19:24.767Z[ recovery-image] Aug 27 18:19:23.672 INFO O| Aug 27 18:19:23.672 INFO STEP 549 (remove_files) COMPLETE
69732026-08-27T18:19:24.767Z[ recovery-image] Aug 27 18:19:23.672 INFO O| Aug 27 18:19:23.672 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-27T18:19:24.768Z[ recovery-image] Aug 27 18:19:23.681 INFO O| Aug 27 18:19:23.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69752026-08-27T18:19:24.768Z[ recovery-image] Aug 27 18:19:23.681 INFO O| Aug 27 18:19:23.681 INFO STEP 550 (remove_files) COMPLETE
69762026-08-27T18:19:24.768Z[ recovery-image] Aug 27 18:19:23.681 INFO O| Aug 27 18:19:23.681 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-27T18:19:24.768Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
69782026-08-27T18:19:24.768Z[ recovery-image] Aug 27 18:19:23.689 INFO O| Aug 27 18:19:23.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69792026-08-27T18:19:24.768Z[ recovery-image] Aug 27 18:19:23.689 INFO O| Aug 27 18:19:23.689 INFO STEP 551 (remove_files) COMPLETE
69802026-08-27T18:19:24.768Z[ recovery-image] Aug 27 18:19:23.689 INFO O| Aug 27 18:19:23.689 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-27T18:19:24.872Z[ recovery-image] Aug 27 18:19:23.698 INFO O| Aug 27 18:19:23.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69822026-08-27T18:19:24.872Z[ recovery-image] Aug 27 18:19:23.698 INFO O| Aug 27 18:19:23.698 INFO STEP 552 (remove_files) COMPLETE
69832026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.698 INFO O| Aug 27 18:19:23.698 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.708 INFO O| Aug 27 18:19:23.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69852026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.708 INFO O| Aug 27 18:19:23.708 INFO STEP 553 (remove_files) COMPLETE
69862026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.708 INFO O| Aug 27 18:19:23.708 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.719 INFO O| Aug 27 18:19:23.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69882026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.719 INFO O| Aug 27 18:19:23.719 INFO STEP 554 (remove_files) COMPLETE
69892026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.719 INFO O| Aug 27 18:19:23.719 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.730 INFO O| Aug 27 18:19:23.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69912026-08-27T18:19:24.893Z[ recovery-image] Aug 27 18:19:23.730 INFO O| Aug 27 18:19:23.730 INFO STEP 555 (remove_files) COMPLETE
69922026-08-27T18:19:24.894Z[ recovery-image] Aug 27 18:19:23.730 INFO O| Aug 27 18:19:23.730 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-27T18:19:24.894Z[ recovery-image] Aug 27 18:19:23.738 INFO O| Aug 27 18:19:23.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69942026-08-27T18:19:24.894Z[ recovery-image] Aug 27 18:19:23.739 INFO O| Aug 27 18:19:23.739 INFO STEP 556 (remove_files) COMPLETE
69952026-08-27T18:19:24.894Z[ recovery-image] Aug 27 18:19:23.739 INFO O| Aug 27 18:19:23.739 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-27T18:19:24.894Z[ recovery-image] Aug 27 18:19:23.749 INFO O| Aug 27 18:19:23.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69972026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.749 INFO O| Aug 27 18:19:23.749 INFO STEP 557 (remove_files) COMPLETE
69982026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.749 INFO O| Aug 27 18:19:23.749 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.759 INFO O| Aug 27 18:19:23.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70002026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.759 INFO O| Aug 27 18:19:23.759 INFO STEP 558 (remove_files) COMPLETE
70012026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.759 INFO O| Aug 27 18:19:23.759 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.769 INFO O| Aug 27 18:19:23.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70032026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.769 INFO O| Aug 27 18:19:23.769 INFO STEP 559 (remove_files) COMPLETE
70042026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.769 INFO O| Aug 27 18:19:23.769 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-27T18:19:24.895Z[ recovery-image] Aug 27 18:19:23.779 INFO O| Aug 27 18:19:23.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70062026-08-27T18:19:24.896Z[ recovery-image] Aug 27 18:19:23.779 INFO O| Aug 27 18:19:23.779 INFO STEP 560 (remove_files) COMPLETE
70072026-08-27T18:19:24.896Z[ recovery-image] Aug 27 18:19:23.780 INFO O| Aug 27 18:19:23.779 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-27T18:19:24.896Z[ recovery-image] Aug 27 18:19:23.789 INFO O| Aug 27 18:19:23.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70092026-08-27T18:19:24.896Z[ recovery-image] Aug 27 18:19:23.789 INFO O| Aug 27 18:19:23.789 INFO STEP 561 (remove_files) COMPLETE
70102026-08-27T18:19:24.896Z[ recovery-image] Aug 27 18:19:23.789 INFO O| Aug 27 18:19:23.789 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.799 INFO O| Aug 27 18:19:23.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70122026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.799 INFO O| Aug 27 18:19:23.799 INFO STEP 562 (remove_files) COMPLETE
70132026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.799 INFO O| Aug 27 18:19:23.799 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.809 INFO O| Aug 27 18:19:23.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70152026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.810 INFO O| Aug 27 18:19:23.810 INFO STEP 563 (remove_files) COMPLETE
70162026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.810 INFO O| Aug 27 18:19:23.810 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.818 INFO O| Aug 27 18:19:23.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70182026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.818 INFO O| Aug 27 18:19:23.818 INFO STEP 564 (remove_files) COMPLETE
70192026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.818 INFO O| Aug 27 18:19:23.818 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.827 INFO O| Aug 27 18:19:23.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70212026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.827 INFO O| Aug 27 18:19:23.827 INFO STEP 565 (remove_files) COMPLETE
70222026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.827 INFO O| Aug 27 18:19:23.827 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.836 INFO O| Aug 27 18:19:23.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70242026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.836 INFO O| Aug 27 18:19:23.836 INFO STEP 566 (remove_files) COMPLETE
70252026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.836 INFO O| Aug 27 18:19:23.836 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.846 INFO O| Aug 27 18:19:23.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70272026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.846 INFO O| Aug 27 18:19:23.846 INFO STEP 567 (remove_files) COMPLETE
70282026-08-27T18:19:24.913Z[ recovery-image] Aug 27 18:19:23.846 INFO O| Aug 27 18:19:23.846 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-27T18:19:24.931Z[ recovery-image] Aug 27 18:19:23.856 INFO O| Aug 27 18:19:23.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70302026-08-27T18:19:24.932Z[ recovery-image] Aug 27 18:19:23.856 INFO O| Aug 27 18:19:23.856 INFO STEP 568 (remove_files) COMPLETE
70312026-08-27T18:19:24.932Z[ recovery-image] Aug 27 18:19:23.856 INFO O| Aug 27 18:19:23.856 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-27T18:19:24.932Z[ recovery-image] Aug 27 18:19:23.866 INFO O| Aug 27 18:19:23.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70332026-08-27T18:19:24.932Z[ recovery-image] Aug 27 18:19:23.867 INFO O| Aug 27 18:19:23.866 INFO STEP 569 (remove_files) COMPLETE
70342026-08-27T18:19:24.932Z[ recovery-image] Aug 27 18:19:23.867 INFO O| Aug 27 18:19:23.867 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-27T18:19:24.942Z[ recovery-image] Aug 27 18:19:23.878 INFO O| Aug 27 18:19:23.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70362026-08-27T18:19:24.946Z[ recovery-image] Aug 27 18:19:23.878 INFO O| Aug 27 18:19:23.878 INFO STEP 570 (remove_files) COMPLETE
70372026-08-27T18:19:24.946Z[ recovery-image] Aug 27 18:19:23.878 INFO O| Aug 27 18:19:23.878 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-27T18:19:24.961Z[ recovery-image] Aug 27 18:19:23.897 INFO O| Aug 27 18:19:23.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70392026-08-27T18:19:24.961Z[ recovery-image] Aug 27 18:19:23.897 INFO O| Aug 27 18:19:23.887 INFO STEP 571 (remove_files) COMPLETE
70402026-08-27T18:19:24.961Z[ recovery-image] Aug 27 18:19:23.897 INFO O| Aug 27 18:19:23.887 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-27T18:19:24.969Z[ recovery-image] Aug 27 18:19:23.897 INFO O| Aug 27 18:19:23.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70422026-08-27T18:19:24.969Z[ recovery-image] Aug 27 18:19:23.897 INFO O| Aug 27 18:19:23.896 INFO STEP 572 (remove_files) COMPLETE
70432026-08-27T18:19:24.969Z[ recovery-image] Aug 27 18:19:23.897 INFO O| Aug 27 18:19:23.896 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-27T18:19:24.977Z[ recovery-image] Aug 27 18:19:23.905 INFO O| Aug 27 18:19:23.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70452026-08-27T18:19:24.977Z[ recovery-image] Aug 27 18:19:23.905 INFO O| Aug 27 18:19:23.905 INFO STEP 573 (remove_files) COMPLETE
70462026-08-27T18:19:24.977Z[ recovery-image] Aug 27 18:19:23.905 INFO O| Aug 27 18:19:23.905 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-27T18:19:24.993Z[ recovery-image] Aug 27 18:19:23.914 INFO O| Aug 27 18:19:23.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70482026-08-27T18:19:24.993Z[ recovery-image] Aug 27 18:19:23.914 INFO O| Aug 27 18:19:23.914 INFO STEP 574 (remove_files) COMPLETE
70492026-08-27T18:19:24.993Z[ recovery-image] Aug 27 18:19:23.914 INFO O| Aug 27 18:19:23.914 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-27T18:19:25.002Z[ recovery-image] Aug 27 18:19:23.923 INFO O| Aug 27 18:19:23.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70512026-08-27T18:19:25.002Z[ recovery-image] Aug 27 18:19:23.924 INFO O| Aug 27 18:19:23.924 INFO STEP 575 (remove_files) COMPLETE
70522026-08-27T18:19:25.002Z[ recovery-image] Aug 27 18:19:23.924 INFO O| Aug 27 18:19:23.924 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-27T18:19:25.002Z[ recovery-image] Aug 27 18:19:23.934 INFO O| Aug 27 18:19:23.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70542026-08-27T18:19:25.002Z[ recovery-image] Aug 27 18:19:23.934 INFO O| Aug 27 18:19:23.934 INFO STEP 576 (remove_files) COMPLETE
70552026-08-27T18:19:25.002Z[ recovery-image] Aug 27 18:19:23.934 INFO O| Aug 27 18:19:23.934 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-27T18:19:25.009Z[ recovery-image] Aug 27 18:19:23.944 INFO O| Aug 27 18:19:23.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70572026-08-27T18:19:25.009Z[ recovery-image] Aug 27 18:19:23.945 INFO O| Aug 27 18:19:23.945 INFO STEP 577 (remove_files) COMPLETE
70582026-08-27T18:19:25.010Z[ recovery-image] Aug 27 18:19:23.945 INFO O| Aug 27 18:19:23.945 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-27T18:19:25.019Z[ recovery-image] Aug 27 18:19:23.955 INFO O| Aug 27 18:19:23.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70602026-08-27T18:19:25.019Z[ recovery-image] Aug 27 18:19:23.956 INFO O| Aug 27 18:19:23.956 INFO STEP 578 (remove_files) COMPLETE
70612026-08-27T18:19:25.019Z[ recovery-image] Aug 27 18:19:23.956 INFO O| Aug 27 18:19:23.956 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-27T18:19:25.031Z[ recovery-image] Aug 27 18:19:23.967 INFO O| Aug 27 18:19:23.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70632026-08-27T18:19:25.031Z[ recovery-image] Aug 27 18:19:23.967 INFO O| Aug 27 18:19:23.967 INFO STEP 579 (remove_files) COMPLETE
70642026-08-27T18:19:25.031Z[ recovery-image] Aug 27 18:19:23.967 INFO O| Aug 27 18:19:23.967 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-27T18:19:25.042Z[ recovery-image] Aug 27 18:19:23.978 INFO O| Aug 27 18:19:23.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70662026-08-27T18:19:25.042Z[ recovery-image] Aug 27 18:19:23.978 INFO O| Aug 27 18:19:23.978 INFO STEP 580 (remove_files) COMPLETE
70672026-08-27T18:19:25.042Z[ recovery-image] Aug 27 18:19:23.978 INFO O| Aug 27 18:19:23.978 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-27T18:19:25.052Z[ recovery-image] Aug 27 18:19:23.988 INFO O| Aug 27 18:19:23.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70692026-08-27T18:19:25.052Z[ recovery-image] Aug 27 18:19:23.988 INFO O| Aug 27 18:19:23.988 INFO STEP 581 (remove_files) COMPLETE
70702026-08-27T18:19:25.052Z[ recovery-image] Aug 27 18:19:23.988 INFO O| Aug 27 18:19:23.988 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-27T18:19:25.063Z[ recovery-image] Aug 27 18:19:23.999 INFO O| Aug 27 18:19:23.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70722026-08-27T18:19:25.063Z[ recovery-image] Aug 27 18:19:23.999 INFO O| Aug 27 18:19:23.999 INFO STEP 582 (remove_files) COMPLETE
70732026-08-27T18:19:25.063Z[ recovery-image] Aug 27 18:19:23.999 INFO O| Aug 27 18:19:23.999 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-27T18:19:25.073Z[ recovery-image] Aug 27 18:19:24.009 INFO O| Aug 27 18:19:24.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70752026-08-27T18:19:25.073Z[ recovery-image] Aug 27 18:19:24.009 INFO O| Aug 27 18:19:24.009 INFO STEP 583 (remove_files) COMPLETE
70762026-08-27T18:19:25.073Z[ recovery-image] Aug 27 18:19:24.009 INFO O| Aug 27 18:19:24.009 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-27T18:19:25.083Z[ recovery-image] Aug 27 18:19:24.020 INFO O| Aug 27 18:19:24.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70782026-08-27T18:19:25.083Z[ recovery-image] Aug 27 18:19:24.020 INFO O| Aug 27 18:19:24.020 INFO STEP 584 (remove_files) COMPLETE
70792026-08-27T18:19:25.084Z[ recovery-image] Aug 27 18:19:24.020 INFO O| Aug 27 18:19:24.020 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-27T18:19:25.096Z[ recovery-image] Aug 27 18:19:24.031 INFO O| Aug 27 18:19:24.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70812026-08-27T18:19:25.096Z[ recovery-image] Aug 27 18:19:24.031 INFO O| Aug 27 18:19:24.031 INFO STEP 585 (remove_files) COMPLETE
70822026-08-27T18:19:25.099Z[ recovery-image] Aug 27 18:19:24.031 INFO O| Aug 27 18:19:24.031 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-27T18:19:25.107Z[ recovery-image] Aug 27 18:19:24.042 INFO O| Aug 27 18:19:24.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70842026-08-27T18:19:25.107Z[ recovery-image] Aug 27 18:19:24.042 INFO O| Aug 27 18:19:24.042 INFO STEP 586 (remove_files) COMPLETE
70852026-08-27T18:19:25.107Z[ recovery-image] Aug 27 18:19:24.042 INFO O| Aug 27 18:19:24.042 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-27T18:19:25.115Z[ recovery-image] Aug 27 18:19:24.051 INFO O| Aug 27 18:19:24.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70872026-08-27T18:19:25.116Z[ recovery-image] Aug 27 18:19:24.051 INFO O| Aug 27 18:19:24.051 INFO STEP 587 (remove_files) COMPLETE
70882026-08-27T18:19:25.116Z[ recovery-image] Aug 27 18:19:24.051 INFO O| Aug 27 18:19:24.051 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-27T18:19:25.126Z[ recovery-image] Aug 27 18:19:24.062 INFO O| Aug 27 18:19:24.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70902026-08-27T18:19:25.126Z[ recovery-image] Aug 27 18:19:24.062 INFO O| Aug 27 18:19:24.062 INFO STEP 588 (remove_files) COMPLETE
70912026-08-27T18:19:25.126Z[ recovery-image] Aug 27 18:19:24.062 INFO O| Aug 27 18:19:24.062 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-27T18:19:25.136Z[ recovery-image] Aug 27 18:19:24.072 INFO O| Aug 27 18:19:24.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70932026-08-27T18:19:25.136Z[ recovery-image] Aug 27 18:19:24.072 INFO O| Aug 27 18:19:24.072 INFO STEP 589 (remove_files) COMPLETE
70942026-08-27T18:19:25.137Z[ recovery-image] Aug 27 18:19:24.072 INFO O| Aug 27 18:19:24.072 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-27T18:19:25.146Z[ recovery-image] Aug 27 18:19:24.082 INFO O| Aug 27 18:19:24.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70962026-08-27T18:19:25.146Z[ recovery-image] Aug 27 18:19:24.082 INFO O| Aug 27 18:19:24.082 INFO STEP 590 (remove_files) COMPLETE
70972026-08-27T18:19:25.146Z[ recovery-image] Aug 27 18:19:24.082 INFO O| Aug 27 18:19:24.082 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-27T18:19:25.157Z[ recovery-image] Aug 27 18:19:24.093 INFO O| Aug 27 18:19:24.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70992026-08-27T18:19:25.157Z[ recovery-image] Aug 27 18:19:24.093 INFO O| Aug 27 18:19:24.093 INFO STEP 591 (remove_files) COMPLETE
71002026-08-27T18:19:25.157Z[ recovery-image] Aug 27 18:19:24.093 INFO O| Aug 27 18:19:24.093 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-27T18:19:25.167Z[ recovery-image] Aug 27 18:19:24.103 INFO O| Aug 27 18:19:24.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71022026-08-27T18:19:25.167Z[ recovery-image] Aug 27 18:19:24.103 INFO O| Aug 27 18:19:24.103 INFO STEP 592 (remove_files) COMPLETE
71032026-08-27T18:19:25.175Z[ recovery-image] Aug 27 18:19:24.103 INFO O| Aug 27 18:19:24.103 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-27T18:19:25.181Z[ recovery-image] Aug 27 18:19:24.115 INFO O| Aug 27 18:19:24.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71052026-08-27T18:19:25.181Z[ recovery-image] Aug 27 18:19:24.115 INFO O| Aug 27 18:19:24.115 INFO STEP 593 (remove_files) COMPLETE
71062026-08-27T18:19:25.181Z[ recovery-image] Aug 27 18:19:24.115 INFO O| Aug 27 18:19:24.115 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-27T18:19:25.189Z[ recovery-image] Aug 27 18:19:24.125 INFO O| Aug 27 18:19:24.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71082026-08-27T18:19:25.189Z[ recovery-image] Aug 27 18:19:24.125 INFO O| Aug 27 18:19:24.125 INFO STEP 594 (remove_files) COMPLETE
71092026-08-27T18:19:25.196Z[ recovery-image] Aug 27 18:19:24.125 INFO O| Aug 27 18:19:24.125 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-27T18:19:25.200Z[ recovery-image] Aug 27 18:19:24.136 INFO O| Aug 27 18:19:24.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71112026-08-27T18:19:25.200Z[ recovery-image] Aug 27 18:19:24.136 INFO O| Aug 27 18:19:24.136 INFO STEP 595 (remove_files) COMPLETE
71122026-08-27T18:19:25.200Z[ recovery-image] Aug 27 18:19:24.136 INFO O| Aug 27 18:19:24.136 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-27T18:19:25.211Z[ recovery-image] Aug 27 18:19:24.147 INFO O| Aug 27 18:19:24.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71142026-08-27T18:19:25.211Z[ recovery-image] Aug 27 18:19:24.147 INFO O| Aug 27 18:19:24.147 INFO STEP 596 (remove_files) COMPLETE
71152026-08-27T18:19:25.216Z[ recovery-image] Aug 27 18:19:24.147 INFO O| Aug 27 18:19:24.147 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-27T18:19:25.220Z[ recovery-image] Aug 27 18:19:24.156 INFO O| Aug 27 18:19:24.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71172026-08-27T18:19:25.220Z[ recovery-image] Aug 27 18:19:24.156 INFO O| Aug 27 18:19:24.156 INFO STEP 597 (remove_files) COMPLETE
71182026-08-27T18:19:25.223Z[ recovery-image] Aug 27 18:19:24.156 INFO O| Aug 27 18:19:24.156 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-27T18:19:25.229Z[ recovery-image] Aug 27 18:19:24.165 INFO O| Aug 27 18:19:24.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71202026-08-27T18:19:25.229Z[ recovery-image] Aug 27 18:19:24.165 INFO O| Aug 27 18:19:24.165 INFO STEP 598 (remove_files) COMPLETE
71212026-08-27T18:19:25.232Z[ recovery-image] Aug 27 18:19:24.165 INFO O| Aug 27 18:19:24.165 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-27T18:19:25.238Z[ recovery-image] Aug 27 18:19:24.174 INFO O| Aug 27 18:19:24.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71232026-08-27T18:19:25.238Z[ recovery-image] Aug 27 18:19:24.174 INFO O| Aug 27 18:19:24.174 INFO STEP 599 (remove_files) COMPLETE
71242026-08-27T18:19:25.241Z[ recovery-image] Aug 27 18:19:24.174 INFO O| Aug 27 18:19:24.174 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-27T18:19:25.246Z[ recovery-image] Aug 27 18:19:24.183 INFO O| Aug 27 18:19:24.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71262026-08-27T18:19:25.247Z[ recovery-image] Aug 27 18:19:24.183 INFO O| Aug 27 18:19:24.183 INFO STEP 600 (remove_files) COMPLETE
71272026-08-27T18:19:25.253Z[ recovery-image] Aug 27 18:19:24.183 INFO O| Aug 27 18:19:24.183 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-27T18:19:25.261Z[ recovery-image] Aug 27 18:19:24.192 INFO O| Aug 27 18:19:24.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71292026-08-27T18:19:25.261Z[ recovery-image] Aug 27 18:19:24.192 INFO O| Aug 27 18:19:24.192 INFO STEP 601 (remove_files) COMPLETE
71302026-08-27T18:19:25.261Z[ recovery-image] Aug 27 18:19:24.192 INFO O| Aug 27 18:19:24.192 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-27T18:19:25.265Z[ recovery-image] Aug 27 18:19:24.201 INFO O| Aug 27 18:19:24.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71322026-08-27T18:19:25.265Z[ recovery-image] Aug 27 18:19:24.201 INFO O| Aug 27 18:19:24.201 INFO STEP 602 (remove_files) COMPLETE
71332026-08-27T18:19:25.271Z[ recovery-image] Aug 27 18:19:24.201 INFO O| Aug 27 18:19:24.201 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-27T18:19:25.278Z[ recovery-image] Aug 27 18:19:24.210 INFO O| Aug 27 18:19:24.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71352026-08-27T18:19:25.278Z[ recovery-image] Aug 27 18:19:24.211 INFO O| Aug 27 18:19:24.211 INFO STEP 603 (remove_files) COMPLETE
71362026-08-27T18:19:25.278Z[ recovery-image] Aug 27 18:19:24.211 INFO O| Aug 27 18:19:24.211 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-27T18:19:25.286Z[ recovery-image] Aug 27 18:19:24.222 INFO O| Aug 27 18:19:24.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71382026-08-27T18:19:25.286Z[ recovery-image] Aug 27 18:19:24.222 INFO O| Aug 27 18:19:24.222 INFO STEP 604 (remove_files) COMPLETE
71392026-08-27T18:19:25.286Z[ recovery-image] Aug 27 18:19:24.222 INFO O| Aug 27 18:19:24.222 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-27T18:19:25.295Z[ recovery-image] Aug 27 18:19:24.231 INFO O| Aug 27 18:19:24.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71412026-08-27T18:19:25.295Z[ recovery-image] Aug 27 18:19:24.231 INFO O| Aug 27 18:19:24.231 INFO STEP 605 (remove_files) COMPLETE
71422026-08-27T18:19:25.295Z[ recovery-image] Aug 27 18:19:24.231 INFO O| Aug 27 18:19:24.231 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-27T18:19:25.305Z[ recovery-image] Aug 27 18:19:24.241 INFO O| Aug 27 18:19:24.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71442026-08-27T18:19:25.305Z[ recovery-image] Aug 27 18:19:24.241 INFO O| Aug 27 18:19:24.241 INFO STEP 606 (remove_files) COMPLETE
71452026-08-27T18:19:25.305Z[ recovery-image] Aug 27 18:19:24.241 INFO O| Aug 27 18:19:24.241 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-27T18:19:25.315Z[ recovery-image] Aug 27 18:19:24.251 INFO O| Aug 27 18:19:24.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71472026-08-27T18:19:25.315Z[ recovery-image] Aug 27 18:19:24.251 INFO O| Aug 27 18:19:24.251 INFO STEP 607 (remove_files) COMPLETE
71482026-08-27T18:19:25.315Z[ recovery-image] Aug 27 18:19:24.251 INFO O| Aug 27 18:19:24.251 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-27T18:19:25.327Z[ recovery-image] Aug 27 18:19:24.263 INFO O| Aug 27 18:19:24.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71502026-08-27T18:19:25.327Z[ recovery-image] Aug 27 18:19:24.263 INFO O| Aug 27 18:19:24.263 INFO STEP 608 (remove_files) COMPLETE
71512026-08-27T18:19:25.327Z[ recovery-image] Aug 27 18:19:24.263 INFO O| Aug 27 18:19:24.263 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-27T18:19:25.338Z[ recovery-image] Aug 27 18:19:24.274 INFO O| Aug 27 18:19:24.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71532026-08-27T18:19:25.338Z[ recovery-image] Aug 27 18:19:24.274 INFO O| Aug 27 18:19:24.274 INFO STEP 609 (remove_files) COMPLETE
71542026-08-27T18:19:25.338Z[ recovery-image] Aug 27 18:19:24.274 INFO O| Aug 27 18:19:24.274 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-27T18:19:25.350Z[ recovery-image] Aug 27 18:19:24.286 INFO O| Aug 27 18:19:24.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71562026-08-27T18:19:25.359Z[ recovery-image] Aug 27 18:19:24.287 INFO O| Aug 27 18:19:24.287 INFO STEP 610 (remove_files) COMPLETE
71572026-08-27T18:19:25.359Z[ recovery-image] Aug 27 18:19:24.287 INFO O| Aug 27 18:19:24.287 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-27T18:19:25.362Z[ recovery-image] Aug 27 18:19:24.299 INFO O| Aug 27 18:19:24.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71592026-08-27T18:19:25.362Z[ recovery-image] Aug 27 18:19:24.299 INFO O| Aug 27 18:19:24.299 INFO STEP 611 (remove_files) COMPLETE
71602026-08-27T18:19:25.363Z[ recovery-image] Aug 27 18:19:24.299 INFO O| Aug 27 18:19:24.299 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-27T18:19:25.373Z[ recovery-image] Aug 27 18:19:24.310 INFO O| Aug 27 18:19:24.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71622026-08-27T18:19:25.373Z[ recovery-image] Aug 27 18:19:24.310 INFO O| Aug 27 18:19:24.310 INFO STEP 612 (remove_files) COMPLETE
71632026-08-27T18:19:25.374Z[ recovery-image] Aug 27 18:19:24.310 INFO O| Aug 27 18:19:24.310 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-27T18:19:25.384Z[ recovery-image] Aug 27 18:19:24.320 INFO O| Aug 27 18:19:24.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71652026-08-27T18:19:25.384Z[ recovery-image] Aug 27 18:19:24.320 INFO O| Aug 27 18:19:24.320 INFO STEP 613 (remove_files) COMPLETE
71662026-08-27T18:19:25.384Z[ recovery-image] Aug 27 18:19:24.320 INFO O| Aug 27 18:19:24.320 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-27T18:19:25.395Z[ recovery-image] Aug 27 18:19:24.331 INFO O| Aug 27 18:19:24.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71682026-08-27T18:19:25.395Z[ recovery-image] Aug 27 18:19:24.331 INFO O| Aug 27 18:19:24.331 INFO STEP 614 (remove_files) COMPLETE
71692026-08-27T18:19:25.398Z[ recovery-image] Aug 27 18:19:24.331 INFO O| Aug 27 18:19:24.331 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-27T18:19:25.405Z[ recovery-image] Aug 27 18:19:24.340 INFO O| Aug 27 18:19:24.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71712026-08-27T18:19:25.405Z[ recovery-image] Aug 27 18:19:24.340 INFO O| Aug 27 18:19:24.340 INFO STEP 615 (remove_files) COMPLETE
71722026-08-27T18:19:25.422Z[ recovery-image] Aug 27 18:19:24.340 INFO O| Aug 27 18:19:24.340 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-27T18:19:25.427Z[ recovery-image] Aug 27 18:19:24.350 INFO O| Aug 27 18:19:24.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71742026-08-27T18:19:25.427Z[ recovery-image] Aug 27 18:19:24.350 INFO O| Aug 27 18:19:24.350 INFO STEP 616 (remove_files) COMPLETE
71752026-08-27T18:19:25.427Z[ recovery-image] Aug 27 18:19:24.350 INFO O| Aug 27 18:19:24.350 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-27T18:19:25.427Z[ recovery-image] Aug 27 18:19:24.361 INFO O| Aug 27 18:19:24.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71772026-08-27T18:19:25.427Z[ recovery-image] Aug 27 18:19:24.362 INFO O| Aug 27 18:19:24.361 INFO STEP 617 (remove_files) COMPLETE
71782026-08-27T18:19:25.427Z[ recovery-image] Aug 27 18:19:24.362 INFO O| Aug 27 18:19:24.362 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-27T18:19:25.450Z[ recovery-image] Aug 27 18:19:24.371 INFO O| Aug 27 18:19:24.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71802026-08-27T18:19:25.450Z[ recovery-image] Aug 27 18:19:24.371 INFO O| Aug 27 18:19:24.371 INFO STEP 618 (remove_files) COMPLETE
71812026-08-27T18:19:25.458Z[ recovery-image] Aug 27 18:19:24.371 INFO O| Aug 27 18:19:24.371 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-27T18:19:25.458Z[ recovery-image] Aug 27 18:19:24.380 INFO O| Aug 27 18:19:24.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71832026-08-27T18:19:25.458Z[ recovery-image] Aug 27 18:19:24.380 INFO O| Aug 27 18:19:24.380 INFO STEP 619 (remove_files) COMPLETE
71842026-08-27T18:19:25.458Z[ recovery-image] Aug 27 18:19:24.380 INFO O| Aug 27 18:19:24.380 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-27T18:19:25.458Z[ recovery-image] Aug 27 18:19:24.390 INFO O| Aug 27 18:19:24.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71862026-08-27T18:19:25.458Z[ recovery-image] Aug 27 18:19:24.390 INFO O| Aug 27 18:19:24.390 INFO STEP 620 (remove_files) COMPLETE
71872026-08-27T18:19:25.458Z[ recovery-image] Aug 27 18:19:24.390 INFO O| Aug 27 18:19:24.390 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-27T18:19:25.462Z[ recovery-image] Aug 27 18:19:24.399 INFO O| Aug 27 18:19:24.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71892026-08-27T18:19:25.463Z[ recovery-image] Aug 27 18:19:24.399 INFO O| Aug 27 18:19:24.399 INFO STEP 621 (remove_files) COMPLETE
71902026-08-27T18:19:25.465Z[ recovery-image] Aug 27 18:19:24.399 INFO O| Aug 27 18:19:24.399 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-27T18:19:25.476Z[ recovery-image] Aug 27 18:19:24.407 INFO O| Aug 27 18:19:24.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71922026-08-27T18:19:25.476Z[ recovery-image] Aug 27 18:19:24.408 INFO O| Aug 27 18:19:24.408 INFO STEP 622 (remove_files) COMPLETE
71932026-08-27T18:19:25.481Z[ recovery-image] Aug 27 18:19:24.408 INFO O| Aug 27 18:19:24.408 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-27T18:19:25.481Z[ recovery-image] Aug 27 18:19:24.416 INFO O| Aug 27 18:19:24.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71952026-08-27T18:19:25.481Z[ recovery-image] Aug 27 18:19:24.416 INFO O| Aug 27 18:19:24.416 INFO STEP 623 (remove_files) COMPLETE
71962026-08-27T18:19:25.481Z[ recovery-image] Aug 27 18:19:24.416 INFO O| Aug 27 18:19:24.416 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-27T18:19:25.490Z[ recovery-image] Aug 27 18:19:24.425 INFO O| Aug 27 18:19:24.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71982026-08-27T18:19:25.490Z[ recovery-image] Aug 27 18:19:24.425 INFO O| Aug 27 18:19:24.425 INFO STEP 624 (remove_files) COMPLETE
71992026-08-27T18:19:25.495Z[ recovery-image] Aug 27 18:19:24.425 INFO O| Aug 27 18:19:24.425 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-27T18:19:25.499Z[ recovery-image] Aug 27 18:19:24.433 INFO O| Aug 27 18:19:24.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72012026-08-27T18:19:25.499Z[ recovery-image] Aug 27 18:19:24.433 INFO O| Aug 27 18:19:24.433 INFO STEP 625 (remove_files) COMPLETE
72022026-08-27T18:19:25.499Z[ recovery-image] Aug 27 18:19:24.433 INFO O| Aug 27 18:19:24.433 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-27T18:19:25.508Z[ recovery-image] Aug 27 18:19:24.444 INFO O| Aug 27 18:19:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72042026-08-27T18:19:25.508Z[ recovery-image] Aug 27 18:19:24.444 INFO O| Aug 27 18:19:24.444 INFO STEP 626 (remove_files) COMPLETE
72052026-08-27T18:19:25.508Z[ recovery-image] Aug 27 18:19:24.444 INFO O| Aug 27 18:19:24.444 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-27T18:19:25.517Z[ recovery-image] Aug 27 18:19:24.453 INFO O| Aug 27 18:19:24.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72072026-08-27T18:19:25.517Z[ recovery-image] Aug 27 18:19:24.453 INFO O| Aug 27 18:19:24.453 INFO STEP 627 (remove_files) COMPLETE
72082026-08-27T18:19:25.517Z[ recovery-image] Aug 27 18:19:24.453 INFO O| Aug 27 18:19:24.453 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-27T18:19:25.526Z[ recovery-image] Aug 27 18:19:24.462 INFO O| Aug 27 18:19:24.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72102026-08-27T18:19:25.526Z[ recovery-image] Aug 27 18:19:24.462 INFO O| Aug 27 18:19:24.462 INFO STEP 628 (remove_files) COMPLETE
72112026-08-27T18:19:25.531Z[ recovery-image] Aug 27 18:19:24.462 INFO O| Aug 27 18:19:24.462 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-27T18:19:25.536Z[ recovery-image] Aug 27 18:19:24.472 INFO O| Aug 27 18:19:24.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72132026-08-27T18:19:25.540Z[ recovery-image] Aug 27 18:19:24.472 INFO O| Aug 27 18:19:24.472 INFO STEP 629 (remove_files) COMPLETE
72142026-08-27T18:19:25.541Z[ recovery-image] Aug 27 18:19:24.472 INFO O| Aug 27 18:19:24.472 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-27T18:19:25.545Z[ recovery-image] Aug 27 18:19:24.482 INFO O| Aug 27 18:19:24.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72162026-08-27T18:19:25.546Z[ recovery-image] Aug 27 18:19:24.482 INFO O| Aug 27 18:19:24.482 INFO STEP 630 (remove_files) COMPLETE
72172026-08-27T18:19:25.558Z[ recovery-image] Aug 27 18:19:24.482 INFO O| Aug 27 18:19:24.482 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-27T18:19:25.565Z[ recovery-image] Aug 27 18:19:24.491 INFO O| Aug 27 18:19:24.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72192026-08-27T18:19:25.566Z[ recovery-image] Aug 27 18:19:24.491 INFO O| Aug 27 18:19:24.491 INFO STEP 631 (remove_files) COMPLETE
72202026-08-27T18:19:25.566Z[ recovery-image] Aug 27 18:19:24.491 INFO O| Aug 27 18:19:24.491 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-27T18:19:25.572Z[ recovery-image] Aug 27 18:19:24.502 INFO O| Aug 27 18:19:24.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72222026-08-27T18:19:25.572Z[ recovery-image] Aug 27 18:19:24.502 INFO O| Aug 27 18:19:24.502 INFO STEP 632 (remove_files) COMPLETE
72232026-08-27T18:19:25.572Z[ recovery-image] Aug 27 18:19:24.502 INFO O| Aug 27 18:19:24.502 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-27T18:19:25.578Z[ recovery-image] Aug 27 18:19:24.513 INFO O| Aug 27 18:19:24.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72252026-08-27T18:19:25.578Z[ recovery-image] Aug 27 18:19:24.513 INFO O| Aug 27 18:19:24.513 INFO STEP 633 (remove_files) COMPLETE
72262026-08-27T18:19:25.578Z[ recovery-image] Aug 27 18:19:24.513 INFO O| Aug 27 18:19:24.513 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-27T18:19:25.586Z[ recovery-image] Aug 27 18:19:24.523 INFO O| Aug 27 18:19:24.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72282026-08-27T18:19:25.586Z[ recovery-image] Aug 27 18:19:24.523 INFO O| Aug 27 18:19:24.523 INFO STEP 634 (remove_files) COMPLETE
72292026-08-27T18:19:25.586Z[ recovery-image] Aug 27 18:19:24.523 INFO O| Aug 27 18:19:24.523 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-27T18:19:25.596Z[ recovery-image] Aug 27 18:19:24.531 INFO O| Aug 27 18:19:24.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72312026-08-27T18:19:25.596Z[ recovery-image] Aug 27 18:19:24.531 INFO O| Aug 27 18:19:24.531 INFO STEP 635 (remove_files) COMPLETE
72322026-08-27T18:19:25.602Z[ recovery-image] Aug 27 18:19:24.531 INFO O| Aug 27 18:19:24.531 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-27T18:19:25.606Z[ recovery-image] Aug 27 18:19:24.540 INFO O| Aug 27 18:19:24.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72342026-08-27T18:19:25.606Z[ recovery-image] Aug 27 18:19:24.540 INFO O| Aug 27 18:19:24.540 INFO STEP 636 (remove_files) COMPLETE
72352026-08-27T18:19:25.606Z[ recovery-image] Aug 27 18:19:24.540 INFO O| Aug 27 18:19:24.540 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-27T18:19:25.637Z[ recovery-image] Aug 27 18:19:24.549 INFO O| Aug 27 18:19:24.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72372026-08-27T18:19:25.637Z[ recovery-image] Aug 27 18:19:24.549 INFO O| Aug 27 18:19:24.549 INFO STEP 637 (remove_files) COMPLETE
72382026-08-27T18:19:25.637Z[ recovery-image] Aug 27 18:19:24.549 INFO O| Aug 27 18:19:24.549 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-27T18:19:25.648Z[ recovery-image] Aug 27 18:19:24.560 INFO O| Aug 27 18:19:24.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72402026-08-27T18:19:25.648Z[ recovery-image] Aug 27 18:19:24.560 INFO O| Aug 27 18:19:24.560 INFO STEP 638 (remove_files) COMPLETE
72412026-08-27T18:19:25.648Z[ recovery-image] Aug 27 18:19:24.560 INFO O| Aug 27 18:19:24.560 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-27T18:19:25.654Z[ recovery-image] Aug 27 18:19:24.579 INFO O| Aug 27 18:19:24.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72432026-08-27T18:19:25.654Z[ recovery-image] Aug 27 18:19:24.580 INFO O| Aug 27 18:19:24.580 INFO STEP 639 (remove_files) COMPLETE
72442026-08-27T18:19:25.654Z[ recovery-image] Aug 27 18:19:24.580 INFO O| Aug 27 18:19:24.580 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-27T18:19:25.660Z[ recovery-image] Aug 27 18:19:24.594 INFO O| Aug 27 18:19:24.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72462026-08-27T18:19:25.661Z[ recovery-image] Aug 27 18:19:24.594 INFO O| Aug 27 18:19:24.594 INFO STEP 640 (remove_files) COMPLETE
72472026-08-27T18:19:25.661Z[ recovery-image] Aug 27 18:19:24.594 INFO O| Aug 27 18:19:24.594 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-27T18:19:25.668Z[ recovery-image] Aug 27 18:19:24.604 INFO O| Aug 27 18:19:24.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72492026-08-27T18:19:25.668Z[ recovery-image] Aug 27 18:19:24.605 INFO O| Aug 27 18:19:24.605 INFO STEP 641 (remove_files) COMPLETE
72502026-08-27T18:19:25.668Z[ recovery-image] Aug 27 18:19:24.605 INFO O| Aug 27 18:19:24.605 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-27T18:19:25.678Z[ recovery-image] Aug 27 18:19:24.615 INFO O| Aug 27 18:19:24.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72522026-08-27T18:19:25.679Z[ recovery-image] Aug 27 18:19:24.615 INFO O| Aug 27 18:19:24.615 INFO STEP 642 (remove_files) COMPLETE
72532026-08-27T18:19:25.686Z[ recovery-image] Aug 27 18:19:24.615 INFO O| Aug 27 18:19:24.615 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-27T18:19:25.694Z[ recovery-image] Aug 27 18:19:24.626 INFO O| Aug 27 18:19:24.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72552026-08-27T18:19:25.694Z[ recovery-image] Aug 27 18:19:24.626 INFO O| Aug 27 18:19:24.626 INFO STEP 643 (remove_files) COMPLETE
72562026-08-27T18:19:25.694Z[ recovery-image] Aug 27 18:19:24.626 INFO O| Aug 27 18:19:24.626 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-27T18:19:25.701Z[ recovery-image] Aug 27 18:19:24.637 INFO O| Aug 27 18:19:24.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72582026-08-27T18:19:25.701Z[ recovery-image] Aug 27 18:19:24.637 INFO O| Aug 27 18:19:24.637 INFO STEP 644 (remove_files) COMPLETE
72592026-08-27T18:19:25.701Z[ recovery-image] Aug 27 18:19:24.637 INFO O| Aug 27 18:19:24.637 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-27T18:19:25.716Z[ recovery-image] Aug 27 18:19:24.648 INFO O| Aug 27 18:19:24.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72612026-08-27T18:19:25.716Z[ recovery-image] Aug 27 18:19:24.648 INFO O| Aug 27 18:19:24.648 INFO STEP 645 (remove_files) COMPLETE
72622026-08-27T18:19:25.716Z[ recovery-image] Aug 27 18:19:24.648 INFO O| Aug 27 18:19:24.648 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-27T18:19:25.728Z[ recovery-image] Aug 27 18:19:24.658 INFO O| Aug 27 18:19:24.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72642026-08-27T18:19:25.728Z[ recovery-image] Aug 27 18:19:24.658 INFO O| Aug 27 18:19:24.658 INFO STEP 646 (remove_files) COMPLETE
72652026-08-27T18:19:25.728Z[ recovery-image] Aug 27 18:19:24.658 INFO O| Aug 27 18:19:24.658 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-27T18:19:25.735Z[ recovery-image] Aug 27 18:19:24.667 INFO O| Aug 27 18:19:24.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72672026-08-27T18:19:25.736Z[ recovery-image] Aug 27 18:19:24.667 INFO O| Aug 27 18:19:24.667 INFO STEP 647 (remove_files) COMPLETE
72682026-08-27T18:19:25.736Z[ recovery-image] Aug 27 18:19:24.667 INFO O| Aug 27 18:19:24.667 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-27T18:19:25.742Z[ recovery-image] Aug 27 18:19:24.677 INFO O| Aug 27 18:19:24.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72702026-08-27T18:19:25.742Z[ recovery-image] Aug 27 18:19:24.677 INFO O| Aug 27 18:19:24.677 INFO STEP 648 (remove_files) COMPLETE
72712026-08-27T18:19:25.742Z[ recovery-image] Aug 27 18:19:24.677 INFO O| Aug 27 18:19:24.677 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-27T18:19:25.750Z[ recovery-image] Aug 27 18:19:24.686 INFO O| Aug 27 18:19:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72732026-08-27T18:19:25.750Z[ recovery-image] Aug 27 18:19:24.686 INFO O| Aug 27 18:19:24.686 INFO STEP 649 (remove_files) COMPLETE
72742026-08-27T18:19:25.750Z[ recovery-image] Aug 27 18:19:24.686 INFO O| Aug 27 18:19:24.686 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-27T18:19:25.757Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
72762026-08-27T18:19:25.764Z[ recovery-image] Aug 27 18:19:24.696 INFO O| Aug 27 18:19:24.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72772026-08-27T18:19:25.764Z[ recovery-image] Aug 27 18:19:24.696 INFO O| Aug 27 18:19:24.696 INFO STEP 650 (remove_files) COMPLETE
72782026-08-27T18:19:25.765Z[ recovery-image] Aug 27 18:19:24.696 INFO O| Aug 27 18:19:24.696 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-27T18:19:25.776Z[ recovery-image] Aug 27 18:19:24.708 INFO O| Aug 27 18:19:24.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72802026-08-27T18:19:25.776Z[ recovery-image] Aug 27 18:19:24.708 INFO O| Aug 27 18:19:24.708 INFO STEP 651 (remove_files) COMPLETE
72812026-08-27T18:19:25.776Z[ recovery-image] Aug 27 18:19:24.708 INFO O| Aug 27 18:19:24.708 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-27T18:19:25.784Z[ recovery-image] Aug 27 18:19:24.718 INFO O| Aug 27 18:19:24.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72832026-08-27T18:19:25.799Z[ recovery-image] Aug 27 18:19:24.734 INFO O| Aug 27 18:19:24.734 INFO STEP 652 (remove_files) COMPLETE
72842026-08-27T18:19:25.799Z[ recovery-image] Aug 27 18:19:24.734 INFO O| Aug 27 18:19:24.734 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-27T18:19:25.808Z[ recovery-image] Aug 27 18:19:24.744 INFO O| Aug 27 18:19:24.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72862026-08-27T18:19:25.808Z[ recovery-image] Aug 27 18:19:24.744 INFO O| Aug 27 18:19:24.744 INFO STEP 653 (remove_files) COMPLETE
72872026-08-27T18:19:25.808Z[ recovery-image] Aug 27 18:19:24.744 INFO O| Aug 27 18:19:24.744 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-27T18:19:25.817Z[ recovery-image] Aug 27 18:19:24.752 INFO O| Aug 27 18:19:24.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72892026-08-27T18:19:25.817Z[ recovery-image] Aug 27 18:19:24.752 INFO O| Aug 27 18:19:24.752 INFO STEP 654 (remove_files) COMPLETE
72902026-08-27T18:19:25.817Z[ recovery-image] Aug 27 18:19:24.752 INFO O| Aug 27 18:19:24.752 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-27T18:19:25.825Z[ recovery-image] Aug 27 18:19:24.759 INFO O| Aug 27 18:19:24.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72922026-08-27T18:19:25.825Z[ recovery-image] Aug 27 18:19:24.759 INFO O| Aug 27 18:19:24.759 INFO STEP 655 (remove_files) COMPLETE
72932026-08-27T18:19:25.826Z[ recovery-image] Aug 27 18:19:24.759 INFO O| Aug 27 18:19:24.759 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-27T18:19:25.832Z[ recovery-image] Aug 27 18:19:24.767 INFO O| Aug 27 18:19:24.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72952026-08-27T18:19:25.832Z[ recovery-image] Aug 27 18:19:24.767 INFO O| Aug 27 18:19:24.767 INFO STEP 656 (remove_files) COMPLETE
72962026-08-27T18:19:25.832Z[ recovery-image] Aug 27 18:19:24.767 INFO O| Aug 27 18:19:24.767 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-27T18:19:25.838Z[ recovery-image] Aug 27 18:19:24.775 INFO O| Aug 27 18:19:24.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72982026-08-27T18:19:25.839Z[ recovery-image] Aug 27 18:19:24.775 INFO O| Aug 27 18:19:24.775 INFO STEP 657 (remove_files) COMPLETE
72992026-08-27T18:19:25.839Z[ recovery-image] Aug 27 18:19:24.775 INFO O| Aug 27 18:19:24.775 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-27T18:19:25.846Z[ recovery-image] Aug 27 18:19:24.782 INFO O| Aug 27 18:19:24.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73012026-08-27T18:19:25.846Z[ recovery-image] Aug 27 18:19:24.782 INFO O| Aug 27 18:19:24.782 INFO STEP 658 (remove_files) COMPLETE
73022026-08-27T18:19:25.846Z[ recovery-image] Aug 27 18:19:24.782 INFO O| Aug 27 18:19:24.782 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-27T18:19:25.854Z[ recovery-image] Aug 27 18:19:24.790 INFO O| Aug 27 18:19:24.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73042026-08-27T18:19:25.854Z[ recovery-image] Aug 27 18:19:24.790 INFO O| Aug 27 18:19:24.790 INFO STEP 659 (remove_files) COMPLETE
73052026-08-27T18:19:25.858Z[ recovery-image] Aug 27 18:19:24.790 INFO O| Aug 27 18:19:24.790 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-27T18:19:25.863Z[ recovery-image] Aug 27 18:19:24.799 INFO O| Aug 27 18:19:24.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73072026-08-27T18:19:25.867Z[ recovery-image] Aug 27 18:19:24.800 INFO O| Aug 27 18:19:24.800 INFO STEP 660 (remove_files) COMPLETE
73082026-08-27T18:19:25.867Z[ recovery-image] Aug 27 18:19:24.800 INFO O| Aug 27 18:19:24.800 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-27T18:19:25.872Z[ recovery-image] Aug 27 18:19:24.808 INFO O| Aug 27 18:19:24.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73102026-08-27T18:19:25.872Z[ recovery-image] Aug 27 18:19:24.808 INFO O| Aug 27 18:19:24.808 INFO STEP 661 (remove_files) COMPLETE
73112026-08-27T18:19:25.875Z[ recovery-image] Aug 27 18:19:24.808 INFO O| Aug 27 18:19:24.808 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-27T18:19:25.879Z[ recovery-image] Aug 27 18:19:24.815 INFO O| Aug 27 18:19:24.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73132026-08-27T18:19:25.976Z[ recovery-image] Aug 27 18:19:24.815 INFO O| Aug 27 18:19:24.815 INFO STEP 662 (remove_files) COMPLETE
73142026-08-27T18:19:25.976Z[ recovery-image] Aug 27 18:19:24.815 INFO O| Aug 27 18:19:24.815 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-27T18:19:25.976Z[ recovery-image] Aug 27 18:19:24.823 INFO O| Aug 27 18:19:24.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73162026-08-27T18:19:25.976Z[ recovery-image] Aug 27 18:19:24.823 INFO O| Aug 27 18:19:24.823 INFO STEP 663 (remove_files) COMPLETE
73172026-08-27T18:19:25.976Z[ recovery-image] Aug 27 18:19:24.823 INFO O| Aug 27 18:19:24.823 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-27T18:19:25.976Z[ recovery-image] Aug 27 18:19:24.831 INFO O| Aug 27 18:19:24.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73192026-08-27T18:19:25.976Z[ recovery-image] Aug 27 18:19:24.831 INFO O| Aug 27 18:19:24.831 INFO STEP 664 (remove_files) COMPLETE
73202026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.831 INFO O| Aug 27 18:19:24.831 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.839 INFO O| Aug 27 18:19:24.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73222026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.839 INFO O| Aug 27 18:19:24.839 INFO STEP 665 (remove_files) COMPLETE
73232026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.839 INFO O| Aug 27 18:19:24.839 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.847 INFO O| Aug 27 18:19:24.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73252026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.847 INFO O| Aug 27 18:19:24.847 INFO STEP 666 (remove_files) COMPLETE
73262026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.847 INFO O| Aug 27 18:19:24.847 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.854 INFO O| Aug 27 18:19:24.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73282026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.854 INFO O| Aug 27 18:19:24.854 INFO STEP 667 (remove_files) COMPLETE
73292026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.854 INFO O| Aug 27 18:19:24.854 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.862 INFO O| Aug 27 18:19:24.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73312026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.862 INFO O| Aug 27 18:19:24.862 INFO STEP 668 (remove_files) COMPLETE
73322026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.862 INFO O| Aug 27 18:19:24.862 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.870 INFO O| Aug 27 18:19:24.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73342026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.870 INFO O| Aug 27 18:19:24.870 INFO STEP 669 (remove_files) COMPLETE
73352026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.870 INFO O| Aug 27 18:19:24.870 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.877 INFO O| Aug 27 18:19:24.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73372026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.877 INFO O| Aug 27 18:19:24.877 INFO STEP 670 (remove_files) COMPLETE
73382026-08-27T18:19:25.977Z[ recovery-image] Aug 27 18:19:24.877 INFO O| Aug 27 18:19:24.877 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.885 INFO O| Aug 27 18:19:24.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73402026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.885 INFO O| Aug 27 18:19:24.885 INFO STEP 671 (remove_files) COMPLETE
73412026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.885 INFO O| Aug 27 18:19:24.885 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.892 INFO O| Aug 27 18:19:24.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73432026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.892 INFO O| Aug 27 18:19:24.892 INFO STEP 672 (remove_files) COMPLETE
73442026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.892 INFO O| Aug 27 18:19:24.892 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.901 INFO O| Aug 27 18:19:24.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73462026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.901 INFO O| Aug 27 18:19:24.901 INFO STEP 673 (remove_files) COMPLETE
73472026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.901 INFO O| Aug 27 18:19:24.901 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.911 INFO O| Aug 27 18:19:24.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73492026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.911 INFO O| Aug 27 18:19:24.911 INFO STEP 674 (remove_files) COMPLETE
73502026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.911 INFO O| Aug 27 18:19:24.911 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.923 INFO O| Aug 27 18:19:24.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73522026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.923 INFO O| Aug 27 18:19:24.923 INFO STEP 675 (remove_files) COMPLETE
73532026-08-27T18:19:25.993Z[ recovery-image] Aug 27 18:19:24.923 INFO O| Aug 27 18:19:24.923 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-27T18:19:26.019Z[ recovery-image] Aug 27 18:19:24.933 INFO O| Aug 27 18:19:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73552026-08-27T18:19:26.019Z[ recovery-image] Aug 27 18:19:24.933 INFO O| Aug 27 18:19:24.933 INFO STEP 676 (remove_files) COMPLETE
73562026-08-27T18:19:26.019Z[ recovery-image] Aug 27 18:19:24.933 INFO O| Aug 27 18:19:24.933 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-27T18:19:26.019Z[ recovery-image] Aug 27 18:19:24.943 INFO O| Aug 27 18:19:24.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73582026-08-27T18:19:26.019Z[ recovery-image] Aug 27 18:19:24.944 INFO O| Aug 27 18:19:24.943 INFO STEP 677 (remove_files) COMPLETE
73592026-08-27T18:19:26.019Z[ recovery-image] Aug 27 18:19:24.944 INFO O| Aug 27 18:19:24.944 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-27T18:19:26.019Z[ recovery-image] Aug 27 18:19:24.954 INFO O| Aug 27 18:19:24.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73612026-08-27T18:19:26.019Z[ recovery-image] Aug 27 18:19:24.954 INFO O| Aug 27 18:19:24.954 INFO STEP 678 (remove_files) COMPLETE
73622026-08-27T18:19:26.020Z[ recovery-image] Aug 27 18:19:24.954 INFO O| Aug 27 18:19:24.954 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-27T18:19:26.038Z[ recovery-image] Aug 27 18:19:24.969 INFO O| Aug 27 18:19:24.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73642026-08-27T18:19:26.038Z[ recovery-image] Aug 27 18:19:24.969 INFO O| Aug 27 18:19:24.969 INFO STEP 679 (remove_files) COMPLETE
73652026-08-27T18:19:26.038Z[ recovery-image] Aug 27 18:19:24.969 INFO O| Aug 27 18:19:24.969 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-27T18:19:26.045Z[ recovery-image] Aug 27 18:19:24.979 INFO O| Aug 27 18:19:24.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73672026-08-27T18:19:26.045Z[ recovery-image] Aug 27 18:19:24.980 INFO O| Aug 27 18:19:24.980 INFO STEP 680 (remove_files) COMPLETE
73682026-08-27T18:19:26.050Z[ recovery-image] Aug 27 18:19:24.980 INFO O| Aug 27 18:19:24.980 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-27T18:19:26.062Z[ recovery-image] Aug 27 18:19:24.990 INFO O| Aug 27 18:19:24.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73702026-08-27T18:19:26.062Z[ recovery-image] Aug 27 18:19:24.990 INFO O| Aug 27 18:19:24.990 INFO STEP 681 (remove_files) COMPLETE
73712026-08-27T18:19:26.062Z[ recovery-image] Aug 27 18:19:24.990 INFO O| Aug 27 18:19:24.990 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-27T18:19:26.082Z[ recovery-image] Aug 27 18:19:25.001 INFO O| Aug 27 18:19:25.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73732026-08-27T18:19:26.082Z[ recovery-image] Aug 27 18:19:25.001 INFO O| Aug 27 18:19:25.001 INFO STEP 682 (remove_files) COMPLETE
73742026-08-27T18:19:26.082Z[ recovery-image] Aug 27 18:19:25.001 INFO O| Aug 27 18:19:25.001 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-27T18:19:26.082Z[ recovery-image] Aug 27 18:19:25.012 INFO O| Aug 27 18:19:25.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73762026-08-27T18:19:26.082Z[ recovery-image] Aug 27 18:19:25.012 INFO O| Aug 27 18:19:25.012 INFO STEP 683 (remove_files) COMPLETE
73772026-08-27T18:19:26.082Z[ recovery-image] Aug 27 18:19:25.012 INFO O| Aug 27 18:19:25.012 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-27T18:19:26.094Z[ recovery-image] Aug 27 18:19:25.021 INFO O| Aug 27 18:19:25.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73792026-08-27T18:19:26.094Z[ recovery-image] Aug 27 18:19:25.021 INFO O| Aug 27 18:19:25.021 INFO STEP 684 (remove_files) COMPLETE
73802026-08-27T18:19:26.094Z[ recovery-image] Aug 27 18:19:25.021 INFO O| Aug 27 18:19:25.021 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-27T18:19:26.103Z[ recovery-image] Aug 27 18:19:25.031 INFO O| Aug 27 18:19:25.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73822026-08-27T18:19:26.103Z[ recovery-image] Aug 27 18:19:25.031 INFO O| Aug 27 18:19:25.031 INFO STEP 685 (remove_files) COMPLETE
73832026-08-27T18:19:26.103Z[ recovery-image] Aug 27 18:19:25.031 INFO O| Aug 27 18:19:25.031 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-27T18:19:26.112Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
73852026-08-27T18:19:26.113Z[ recovery-image] Aug 27 18:19:25.041 INFO O| Aug 27 18:19:25.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73862026-08-27T18:19:26.113Z[ recovery-image] Aug 27 18:19:25.042 INFO O| Aug 27 18:19:25.042 INFO STEP 686 (remove_files) COMPLETE
73872026-08-27T18:19:26.113Z[ recovery-image] Aug 27 18:19:25.042 INFO O| Aug 27 18:19:25.042 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-27T18:19:26.126Z[ recovery-image] Aug 27 18:19:25.055 INFO O| Aug 27 18:19:25.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73892026-08-27T18:19:26.126Z[ recovery-image] Aug 27 18:19:25.055 INFO O| Aug 27 18:19:25.052 INFO STEP 687 (remove_files) COMPLETE
73902026-08-27T18:19:26.126Z[ recovery-image] Aug 27 18:19:25.055 INFO O| Aug 27 18:19:25.052 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-27T18:19:26.135Z[ recovery-image] Aug 27 18:19:25.065 INFO O| Aug 27 18:19:25.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73922026-08-27T18:19:26.135Z[ recovery-image] Aug 27 18:19:25.065 INFO O| Aug 27 18:19:25.065 INFO STEP 688 (remove_files) COMPLETE
73932026-08-27T18:19:26.135Z[ recovery-image] Aug 27 18:19:25.065 INFO O| Aug 27 18:19:25.065 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-27T18:19:26.145Z[ recovery-image] Aug 27 18:19:25.076 INFO O| Aug 27 18:19:25.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73952026-08-27T18:19:26.145Z[ recovery-image] Aug 27 18:19:25.076 INFO O| Aug 27 18:19:25.076 INFO STEP 689 (remove_files) COMPLETE
73962026-08-27T18:19:26.145Z[ recovery-image] Aug 27 18:19:25.076 INFO O| Aug 27 18:19:25.076 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-27T18:19:26.157Z[ recovery-image] Aug 27 18:19:25.086 INFO O| Aug 27 18:19:25.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73982026-08-27T18:19:26.157Z[ recovery-image] Aug 27 18:19:25.086 INFO O| Aug 27 18:19:25.086 INFO STEP 690 (remove_files) COMPLETE
73992026-08-27T18:19:26.157Z[ recovery-image] Aug 27 18:19:25.086 INFO O| Aug 27 18:19:25.086 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-27T18:19:26.167Z[ recovery-image] Aug 27 18:19:25.096 INFO O| Aug 27 18:19:25.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74012026-08-27T18:19:26.167Z[ recovery-image] Aug 27 18:19:25.096 INFO O| Aug 27 18:19:25.096 INFO STEP 691 (remove_files) COMPLETE
74022026-08-27T18:19:26.167Z[ recovery-image] Aug 27 18:19:25.096 INFO O| Aug 27 18:19:25.096 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-27T18:19:26.179Z[ recovery-image] Aug 27 18:19:25.105 INFO O| Aug 27 18:19:25.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74042026-08-27T18:19:26.179Z[ recovery-image] Aug 27 18:19:25.105 INFO O| Aug 27 18:19:25.105 INFO STEP 692 (remove_files) COMPLETE
74052026-08-27T18:19:26.179Z[ recovery-image] Aug 27 18:19:25.105 INFO O| Aug 27 18:19:25.105 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-27T18:19:26.179Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
74072026-08-27T18:19:26.186Z[ recovery-image] Aug 27 18:19:25.116 INFO O| Aug 27 18:19:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74082026-08-27T18:19:26.186Z[ recovery-image] Aug 27 18:19:25.116 INFO O| Aug 27 18:19:25.116 INFO STEP 693 (remove_files) COMPLETE
74092026-08-27T18:19:26.186Z[ recovery-image] Aug 27 18:19:25.116 INFO O| Aug 27 18:19:25.116 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-27T18:19:26.195Z[ recovery-image] Aug 27 18:19:25.127 INFO O| Aug 27 18:19:25.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74112026-08-27T18:19:26.195Z[ recovery-image] Aug 27 18:19:25.127 INFO O| Aug 27 18:19:25.127 INFO STEP 694 (remove_files) COMPLETE
74122026-08-27T18:19:26.195Z[ recovery-image] Aug 27 18:19:25.127 INFO O| Aug 27 18:19:25.127 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-27T18:19:26.203Z[ recovery-image] Aug 27 18:19:25.138 INFO O| Aug 27 18:19:25.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74142026-08-27T18:19:26.203Z[ recovery-image] Aug 27 18:19:25.138 INFO O| Aug 27 18:19:25.138 INFO STEP 695 (remove_files) COMPLETE
74152026-08-27T18:19:26.203Z[ recovery-image] Aug 27 18:19:25.138 INFO O| Aug 27 18:19:25.138 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-27T18:19:26.212Z[ recovery-image] Aug 27 18:19:25.149 INFO O| Aug 27 18:19:25.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74172026-08-27T18:19:26.212Z[ recovery-image] Aug 27 18:19:25.149 INFO O| Aug 27 18:19:25.149 INFO STEP 696 (remove_files) COMPLETE
74182026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.149 INFO O| Aug 27 18:19:25.149 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.158 INFO O| Aug 27 18:19:25.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74202026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.158 INFO O| Aug 27 18:19:25.158 INFO STEP 697 (remove_files) COMPLETE
74212026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.158 INFO O| Aug 27 18:19:25.158 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.169 INFO O| Aug 27 18:19:25.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74232026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.169 INFO O| Aug 27 18:19:25.169 INFO STEP 698 (remove_files) COMPLETE
74242026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.169 INFO O| Aug 27 18:19:25.169 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.180 INFO O| Aug 27 18:19:25.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74262026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.180 INFO O| Aug 27 18:19:25.180 INFO STEP 699 (remove_files) COMPLETE
74272026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.180 INFO O| Aug 27 18:19:25.180 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.190 INFO O| Aug 27 18:19:25.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74292026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.190 INFO O| Aug 27 18:19:25.190 INFO STEP 700 (remove_files) COMPLETE
74302026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.190 INFO O| Aug 27 18:19:25.190 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-27T18:19:26.283Z[ recovery-image] Aug 27 18:19:25.199 INFO O| Aug 27 18:19:25.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74322026-08-27T18:19:26.284Z[ recovery-image] Aug 27 18:19:25.199 INFO O| Aug 27 18:19:25.199 INFO STEP 701 (remove_files) COMPLETE
74332026-08-27T18:19:26.284Z[ recovery-image] Aug 27 18:19:25.199 INFO O| Aug 27 18:19:25.199 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-27T18:19:26.284Z[ recovery-image] Aug 27 18:19:25.210 INFO O| Aug 27 18:19:25.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74352026-08-27T18:19:26.284Z[ recovery-image] Aug 27 18:19:25.210 INFO O| Aug 27 18:19:25.210 INFO STEP 702 (remove_files) COMPLETE
74362026-08-27T18:19:26.284Z[ recovery-image] Aug 27 18:19:25.210 INFO O| Aug 27 18:19:25.210 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.220 INFO O| Aug 27 18:19:25.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74382026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.221 INFO O| Aug 27 18:19:25.221 INFO STEP 703 (remove_files) COMPLETE
74392026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.221 INFO O| Aug 27 18:19:25.221 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.229 INFO O| Aug 27 18:19:25.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74412026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.230 INFO O| Aug 27 18:19:25.229 INFO STEP 704 (remove_files) COMPLETE
74422026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.230 INFO O| Aug 27 18:19:25.230 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.239 INFO O| Aug 27 18:19:25.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74442026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.239 INFO O| Aug 27 18:19:25.239 INFO STEP 705 (remove_files) COMPLETE
74452026-08-27T18:19:26.304Z[ recovery-image] Aug 27 18:19:25.239 INFO O| Aug 27 18:19:25.239 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-27T18:19:26.314Z[ recovery-image] Aug 27 18:19:25.249 INFO O| Aug 27 18:19:25.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74472026-08-27T18:19:26.314Z[ recovery-image] Aug 27 18:19:25.249 INFO O| Aug 27 18:19:25.249 INFO STEP 706 (remove_files) COMPLETE
74482026-08-27T18:19:26.314Z[ recovery-image] Aug 27 18:19:25.249 INFO O| Aug 27 18:19:25.249 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-27T18:19:26.323Z[ recovery-image] Aug 27 18:19:25.258 INFO O| Aug 27 18:19:25.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74502026-08-27T18:19:26.323Z[ recovery-image] Aug 27 18:19:25.258 INFO O| Aug 27 18:19:25.258 INFO STEP 707 (remove_files) COMPLETE
74512026-08-27T18:19:26.323Z[ recovery-image] Aug 27 18:19:25.258 INFO O| Aug 27 18:19:25.258 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-27T18:19:26.332Z[ recovery-image] Aug 27 18:19:25.267 INFO O| Aug 27 18:19:25.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74532026-08-27T18:19:26.332Z[ recovery-image] Aug 27 18:19:25.267 INFO O| Aug 27 18:19:25.267 INFO STEP 708 (remove_files) COMPLETE
74542026-08-27T18:19:26.332Z[ recovery-image] Aug 27 18:19:25.267 INFO O| Aug 27 18:19:25.267 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-27T18:19:26.341Z[ recovery-image] Aug 27 18:19:25.277 INFO O| Aug 27 18:19:25.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74562026-08-27T18:19:26.341Z[ recovery-image] Aug 27 18:19:25.277 INFO O| Aug 27 18:19:25.277 INFO STEP 709 (remove_files) COMPLETE
74572026-08-27T18:19:26.341Z[ recovery-image] Aug 27 18:19:25.277 INFO O| Aug 27 18:19:25.277 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-27T18:19:26.350Z[ recovery-image] Aug 27 18:19:25.286 INFO O| Aug 27 18:19:25.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74592026-08-27T18:19:26.350Z[ recovery-image] Aug 27 18:19:25.286 INFO O| Aug 27 18:19:25.286 INFO STEP 710 (remove_files) COMPLETE
74602026-08-27T18:19:26.350Z[ recovery-image] Aug 27 18:19:25.286 INFO O| Aug 27 18:19:25.286 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-27T18:19:26.364Z[ recovery-image] Aug 27 18:19:25.301 INFO O| Aug 27 18:19:25.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74622026-08-27T18:19:26.365Z[ recovery-image] Aug 27 18:19:25.301 INFO O| Aug 27 18:19:25.301 INFO STEP 711 (remove_files) COMPLETE
74632026-08-27T18:19:26.365Z[ recovery-image] Aug 27 18:19:25.301 INFO O| Aug 27 18:19:25.301 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-27T18:19:26.379Z[ recovery-image] Aug 27 18:19:25.312 INFO O| Aug 27 18:19:25.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74652026-08-27T18:19:26.379Z[ recovery-image] Aug 27 18:19:25.312 INFO O| Aug 27 18:19:25.312 INFO STEP 712 (remove_files) COMPLETE
74662026-08-27T18:19:26.379Z[ recovery-image] Aug 27 18:19:25.312 INFO O| Aug 27 18:19:25.312 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-27T18:19:26.387Z[ recovery-image] Aug 27 18:19:25.321 INFO O| Aug 27 18:19:25.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74682026-08-27T18:19:26.388Z[ recovery-image] Aug 27 18:19:25.321 INFO O| Aug 27 18:19:25.321 INFO STEP 713 (remove_files) COMPLETE
74692026-08-27T18:19:26.388Z[ recovery-image] Aug 27 18:19:25.321 INFO O| Aug 27 18:19:25.321 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-27T18:19:26.396Z[ recovery-image] Aug 27 18:19:25.331 INFO O| Aug 27 18:19:25.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74712026-08-27T18:19:26.396Z[ recovery-image] Aug 27 18:19:25.331 INFO O| Aug 27 18:19:25.331 INFO STEP 714 (remove_files) COMPLETE
74722026-08-27T18:19:26.396Z[ recovery-image] Aug 27 18:19:25.331 INFO O| Aug 27 18:19:25.331 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-27T18:19:26.409Z[ recovery-image] Aug 27 18:19:25.341 INFO O| Aug 27 18:19:25.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74742026-08-27T18:19:26.409Z[ recovery-image] Aug 27 18:19:25.341 INFO O| Aug 27 18:19:25.341 INFO STEP 715 (remove_files) COMPLETE
74752026-08-27T18:19:26.410Z[ recovery-image] Aug 27 18:19:25.341 INFO O| Aug 27 18:19:25.341 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-27T18:19:26.410Z[verify-libraries] Compiling socket2 v0.5.10
74772026-08-27T18:19:26.419Z[ recovery-image] Aug 27 18:19:25.351 INFO O| Aug 27 18:19:25.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74782026-08-27T18:19:26.419Z[ recovery-image] Aug 27 18:19:25.351 INFO O| Aug 27 18:19:25.351 INFO STEP 716 (remove_files) COMPLETE
74792026-08-27T18:19:26.419Z[ recovery-image] Aug 27 18:19:25.351 INFO O| Aug 27 18:19:25.351 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-27T18:19:26.430Z[ recovery-image] Aug 27 18:19:25.360 INFO O| Aug 27 18:19:25.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74812026-08-27T18:19:26.430Z[ recovery-image] Aug 27 18:19:25.360 INFO O| Aug 27 18:19:25.360 INFO STEP 717 (remove_files) COMPLETE
74822026-08-27T18:19:26.430Z[ recovery-image] Aug 27 18:19:25.360 INFO O| Aug 27 18:19:25.360 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-27T18:19:26.441Z[ recovery-image] Aug 27 18:19:25.371 INFO O| Aug 27 18:19:25.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74842026-08-27T18:19:26.441Z[ recovery-image] Aug 27 18:19:25.371 INFO O| Aug 27 18:19:25.371 INFO STEP 718 (remove_files) COMPLETE
74852026-08-27T18:19:26.441Z[ recovery-image] Aug 27 18:19:25.371 INFO O| Aug 27 18:19:25.371 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-27T18:19:26.449Z[ recovery-image] Aug 27 18:19:25.380 INFO O| Aug 27 18:19:25.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74872026-08-27T18:19:26.449Z[ recovery-image] Aug 27 18:19:25.380 INFO O| Aug 27 18:19:25.380 INFO STEP 719 (remove_files) COMPLETE
74882026-08-27T18:19:26.449Z[ recovery-image] Aug 27 18:19:25.380 INFO O| Aug 27 18:19:25.380 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-27T18:19:26.463Z[ recovery-image] Aug 27 18:19:25.389 INFO O| Aug 27 18:19:25.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74902026-08-27T18:19:26.463Z[ recovery-image] Aug 27 18:19:25.389 INFO O| Aug 27 18:19:25.389 INFO STEP 720 (remove_files) COMPLETE
74912026-08-27T18:19:26.463Z[ recovery-image] Aug 27 18:19:25.389 INFO O| Aug 27 18:19:25.389 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-27T18:19:26.470Z[ recovery-image] Aug 27 18:19:25.398 INFO O| Aug 27 18:19:25.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74932026-08-27T18:19:26.470Z[ recovery-image] Aug 27 18:19:25.398 INFO O| Aug 27 18:19:25.398 INFO STEP 721 (remove_files) COMPLETE
74942026-08-27T18:19:26.470Z[ recovery-image] Aug 27 18:19:25.398 INFO O| Aug 27 18:19:25.398 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-27T18:19:26.479Z[ recovery-image] Aug 27 18:19:25.408 INFO O| Aug 27 18:19:25.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74962026-08-27T18:19:26.479Z[ recovery-image] Aug 27 18:19:25.408 INFO O| Aug 27 18:19:25.408 INFO STEP 722 (remove_files) COMPLETE
74972026-08-27T18:19:26.479Z[ recovery-image] Aug 27 18:19:25.408 INFO O| Aug 27 18:19:25.408 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-27T18:19:26.491Z[ recovery-image] Aug 27 18:19:25.420 INFO O| Aug 27 18:19:25.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74992026-08-27T18:19:26.491Z[ recovery-image] Aug 27 18:19:25.421 INFO O| Aug 27 18:19:25.420 INFO STEP 723 (remove_files) COMPLETE
75002026-08-27T18:19:26.491Z[ recovery-image] Aug 27 18:19:25.421 INFO O| Aug 27 18:19:25.421 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-27T18:19:26.499Z[ recovery-image] Aug 27 18:19:25.431 INFO O| Aug 27 18:19:25.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75022026-08-27T18:19:26.499Z[ recovery-image] Aug 27 18:19:25.431 INFO O| Aug 27 18:19:25.431 INFO STEP 724 (remove_files) COMPLETE
75032026-08-27T18:19:26.499Z[ recovery-image] Aug 27 18:19:25.431 INFO O| Aug 27 18:19:25.431 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-27T18:19:26.508Z[ recovery-image] Aug 27 18:19:25.442 INFO O| Aug 27 18:19:25.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75052026-08-27T18:19:26.508Z[ recovery-image] Aug 27 18:19:25.442 INFO O| Aug 27 18:19:25.442 INFO STEP 725 (remove_files) COMPLETE
75062026-08-27T18:19:26.508Z[ recovery-image] Aug 27 18:19:25.442 INFO O| Aug 27 18:19:25.442 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-27T18:19:26.518Z[verify-libraries] Compiling fs-err v2.11.0
75082026-08-27T18:19:26.518Z[ recovery-image] Aug 27 18:19:25.453 INFO O| Aug 27 18:19:25.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75092026-08-27T18:19:26.518Z[ recovery-image] Aug 27 18:19:25.453 INFO O| Aug 27 18:19:25.453 INFO STEP 726 (remove_files) COMPLETE
75102026-08-27T18:19:26.518Z[ recovery-image] Aug 27 18:19:25.453 INFO O| Aug 27 18:19:25.453 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-27T18:19:26.529Z[ recovery-image] Aug 27 18:19:25.462 INFO O| Aug 27 18:19:25.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75122026-08-27T18:19:26.529Z[ recovery-image] Aug 27 18:19:25.463 INFO O| Aug 27 18:19:25.463 INFO STEP 727 (remove_files) COMPLETE
75132026-08-27T18:19:26.529Z[ recovery-image] Aug 27 18:19:25.463 INFO O| Aug 27 18:19:25.463 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-27T18:19:26.537Z[ recovery-image] Aug 27 18:19:25.473 INFO O| Aug 27 18:19:25.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75152026-08-27T18:19:26.537Z[ recovery-image] Aug 27 18:19:25.473 INFO O| Aug 27 18:19:25.473 INFO STEP 728 (remove_files) COMPLETE
75162026-08-27T18:19:26.537Z[ recovery-image] Aug 27 18:19:25.473 INFO O| Aug 27 18:19:25.473 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-27T18:19:26.546Z[ recovery-image] Aug 27 18:19:25.482 INFO O| Aug 27 18:19:25.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75182026-08-27T18:19:26.546Z[ recovery-image] Aug 27 18:19:25.482 INFO O| Aug 27 18:19:25.482 INFO STEP 729 (remove_files) COMPLETE
75192026-08-27T18:19:26.546Z[ recovery-image] Aug 27 18:19:25.482 INFO O| Aug 27 18:19:25.482 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-27T18:19:26.554Z[ recovery-image] Aug 27 18:19:25.491 INFO O| Aug 27 18:19:25.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75212026-08-27T18:19:26.555Z[ recovery-image] Aug 27 18:19:25.491 INFO O| Aug 27 18:19:25.491 INFO STEP 730 (remove_files) COMPLETE
75222026-08-27T18:19:26.555Z[ recovery-image] Aug 27 18:19:25.491 INFO O| Aug 27 18:19:25.491 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-27T18:19:26.565Z[ recovery-image] Aug 27 18:19:25.500 INFO O| Aug 27 18:19:25.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75242026-08-27T18:19:26.566Z[ recovery-image] Aug 27 18:19:25.500 INFO O| Aug 27 18:19:25.500 INFO STEP 731 (remove_files) COMPLETE
75252026-08-27T18:19:26.566Z[ recovery-image] Aug 27 18:19:25.500 INFO O| Aug 27 18:19:25.500 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-27T18:19:26.579Z[ recovery-image] Aug 27 18:19:25.509 INFO O| Aug 27 18:19:25.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75272026-08-27T18:19:26.579Z[ recovery-image] Aug 27 18:19:25.509 INFO O| Aug 27 18:19:25.509 INFO STEP 732 (remove_files) COMPLETE
75282026-08-27T18:19:26.579Z[ recovery-image] Aug 27 18:19:25.509 INFO O| Aug 27 18:19:25.509 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-27T18:19:26.589Z[ recovery-image] Aug 27 18:19:25.519 INFO O| Aug 27 18:19:25.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75302026-08-27T18:19:26.589Z[ recovery-image] Aug 27 18:19:25.519 INFO O| Aug 27 18:19:25.519 INFO STEP 733 (remove_files) COMPLETE
75312026-08-27T18:19:26.589Z[ recovery-image] Aug 27 18:19:25.519 INFO O| Aug 27 18:19:25.519 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-27T18:19:26.597Z[ recovery-image] Aug 27 18:19:25.530 INFO O| Aug 27 18:19:25.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75332026-08-27T18:19:26.597Z[ recovery-image] Aug 27 18:19:25.530 INFO O| Aug 27 18:19:25.530 INFO STEP 734 (remove_files) COMPLETE
75342026-08-27T18:19:26.597Z[ recovery-image] Aug 27 18:19:25.530 INFO O| Aug 27 18:19:25.530 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-27T18:19:26.607Z[ recovery-image] Aug 27 18:19:25.539 INFO O| Aug 27 18:19:25.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75362026-08-27T18:19:26.607Z[ recovery-image] Aug 27 18:19:25.539 INFO O| Aug 27 18:19:25.539 INFO STEP 735 (remove_files) COMPLETE
75372026-08-27T18:19:26.607Z[ recovery-image] Aug 27 18:19:25.539 INFO O| Aug 27 18:19:25.539 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-27T18:19:26.617Z[ recovery-image] Aug 27 18:19:25.550 INFO O| Aug 27 18:19:25.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75392026-08-27T18:19:26.617Z[ recovery-image] Aug 27 18:19:25.550 INFO O| Aug 27 18:19:25.550 INFO STEP 736 (remove_files) COMPLETE
75402026-08-27T18:19:26.617Z[ recovery-image] Aug 27 18:19:25.550 INFO O| Aug 27 18:19:25.550 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-27T18:19:26.626Z[ recovery-image] Aug 27 18:19:25.560 INFO O| Aug 27 18:19:25.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75422026-08-27T18:19:26.626Z[ recovery-image] Aug 27 18:19:25.560 INFO O| Aug 27 18:19:25.560 INFO STEP 737 (remove_files) COMPLETE
75432026-08-27T18:19:26.626Z[ recovery-image] Aug 27 18:19:25.560 INFO O| Aug 27 18:19:25.560 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-27T18:19:26.633Z[ recovery-image] Aug 27 18:19:25.569 INFO O| Aug 27 18:19:25.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75452026-08-27T18:19:26.633Z[ recovery-image] Aug 27 18:19:25.569 INFO O| Aug 27 18:19:25.569 INFO STEP 738 (remove_files) COMPLETE
75462026-08-27T18:19:26.633Z[ recovery-image] Aug 27 18:19:25.569 INFO O| Aug 27 18:19:25.569 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-27T18:19:26.649Z[ recovery-image] Aug 27 18:19:25.578 INFO O| Aug 27 18:19:25.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75482026-08-27T18:19:26.649Z[ recovery-image] Aug 27 18:19:25.578 INFO O| Aug 27 18:19:25.578 INFO STEP 739 (remove_files) COMPLETE
75492026-08-27T18:19:26.649Z[ recovery-image] Aug 27 18:19:25.578 INFO O| Aug 27 18:19:25.578 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-27T18:19:26.659Z[ recovery-image] Aug 27 18:19:25.587 INFO O| Aug 27 18:19:25.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75512026-08-27T18:19:26.659Z[ recovery-image] Aug 27 18:19:25.587 INFO O| Aug 27 18:19:25.587 INFO STEP 740 (remove_files) COMPLETE
75522026-08-27T18:19:26.659Z[ recovery-image] Aug 27 18:19:25.587 INFO O| Aug 27 18:19:25.587 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-27T18:19:26.668Z[ recovery-image] Aug 27 18:19:25.597 INFO O| Aug 27 18:19:25.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75542026-08-27T18:19:26.668Z[ recovery-image] Aug 27 18:19:25.597 INFO O| Aug 27 18:19:25.597 INFO STEP 741 (remove_files) COMPLETE
75552026-08-27T18:19:26.668Z[ recovery-image] Aug 27 18:19:25.597 INFO O| Aug 27 18:19:25.597 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-27T18:19:26.677Z[ recovery-image] Aug 27 18:19:25.606 INFO O| Aug 27 18:19:25.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75572026-08-27T18:19:26.678Z[ recovery-image] Aug 27 18:19:25.606 INFO O| Aug 27 18:19:25.606 INFO STEP 742 (remove_files) COMPLETE
75582026-08-27T18:19:26.678Z[ recovery-image] Aug 27 18:19:25.606 INFO O| Aug 27 18:19:25.606 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-27T18:19:26.688Z[ recovery-image] Aug 27 18:19:25.616 INFO O| Aug 27 18:19:25.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75602026-08-27T18:19:26.688Z[ recovery-image] Aug 27 18:19:25.616 INFO O| Aug 27 18:19:25.616 INFO STEP 743 (remove_files) COMPLETE
75612026-08-27T18:19:26.688Z[ recovery-image] Aug 27 18:19:25.616 INFO O| Aug 27 18:19:25.616 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-27T18:19:26.698Z[ recovery-image] Aug 27 18:19:25.627 INFO O| Aug 27 18:19:25.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75632026-08-27T18:19:26.698Z[ recovery-image] Aug 27 18:19:25.627 INFO O| Aug 27 18:19:25.627 INFO STEP 744 (remove_files) COMPLETE
75642026-08-27T18:19:26.698Z[ recovery-image] Aug 27 18:19:25.627 INFO O| Aug 27 18:19:25.627 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-27T18:19:26.709Z[ recovery-image] Aug 27 18:19:25.638 INFO O| Aug 27 18:19:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75662026-08-27T18:19:26.709Z[ recovery-image] Aug 27 18:19:25.638 INFO O| Aug 27 18:19:25.638 INFO STEP 745 (remove_files) COMPLETE
75672026-08-27T18:19:26.709Z[ recovery-image] Aug 27 18:19:25.638 INFO O| Aug 27 18:19:25.638 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-27T18:19:26.718Z[ recovery-image] Aug 27 18:19:25.650 INFO O| Aug 27 18:19:25.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75692026-08-27T18:19:26.718Z[ recovery-image] Aug 27 18:19:25.650 INFO O| Aug 27 18:19:25.650 INFO STEP 746 (remove_files) COMPLETE
75702026-08-27T18:19:26.718Z[ recovery-image] Aug 27 18:19:25.650 INFO O| Aug 27 18:19:25.650 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-27T18:19:26.728Z[ recovery-image] Aug 27 18:19:25.662 INFO O| Aug 27 18:19:25.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75722026-08-27T18:19:26.728Z[ recovery-image] Aug 27 18:19:25.662 INFO O| Aug 27 18:19:25.662 INFO STEP 747 (remove_files) COMPLETE
75732026-08-27T18:19:26.728Z[ recovery-image] Aug 27 18:19:25.662 INFO O| Aug 27 18:19:25.662 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-27T18:19:26.739Z[ recovery-image] Aug 27 18:19:25.671 INFO O| Aug 27 18:19:25.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75752026-08-27T18:19:26.739Z[ recovery-image] Aug 27 18:19:25.671 INFO O| Aug 27 18:19:25.671 INFO STEP 748 (remove_files) COMPLETE
75762026-08-27T18:19:26.739Z[ recovery-image] Aug 27 18:19:25.671 INFO O| Aug 27 18:19:25.671 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-27T18:19:26.749Z[ recovery-image] Aug 27 18:19:25.680 INFO O| Aug 27 18:19:25.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75782026-08-27T18:19:26.749Z[ recovery-image] Aug 27 18:19:25.680 INFO O| Aug 27 18:19:25.680 INFO STEP 749 (remove_files) COMPLETE
75792026-08-27T18:19:26.749Z[ recovery-image] Aug 27 18:19:25.681 INFO O| Aug 27 18:19:25.680 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-27T18:19:26.757Z[ recovery-image] Aug 27 18:19:25.690 INFO O| Aug 27 18:19:25.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75812026-08-27T18:19:26.757Z[ recovery-image] Aug 27 18:19:25.690 INFO O| Aug 27 18:19:25.690 INFO STEP 750 (remove_files) COMPLETE
75822026-08-27T18:19:26.757Z[ recovery-image] Aug 27 18:19:25.690 INFO O| Aug 27 18:19:25.690 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-27T18:19:26.766Z[ recovery-image] Aug 27 18:19:25.701 INFO O| Aug 27 18:19:25.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75842026-08-27T18:19:26.766Z[ recovery-image] Aug 27 18:19:25.701 INFO O| Aug 27 18:19:25.701 INFO STEP 751 (remove_files) COMPLETE
75852026-08-27T18:19:26.766Z[ recovery-image] Aug 27 18:19:25.701 INFO O| Aug 27 18:19:25.701 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-27T18:19:26.777Z[ recovery-image] Aug 27 18:19:25.711 INFO O| Aug 27 18:19:25.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75872026-08-27T18:19:26.777Z[ recovery-image] Aug 27 18:19:25.711 INFO O| Aug 27 18:19:25.711 INFO STEP 752 (remove_files) COMPLETE
75882026-08-27T18:19:26.777Z[ recovery-image] Aug 27 18:19:25.711 INFO O| Aug 27 18:19:25.711 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-27T18:19:26.786Z[ recovery-image] Aug 27 18:19:25.722 INFO O| Aug 27 18:19:25.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75902026-08-27T18:19:26.786Z[ recovery-image] Aug 27 18:19:25.722 INFO O| Aug 27 18:19:25.722 INFO STEP 753 (remove_files) COMPLETE
75912026-08-27T18:19:26.786Z[ recovery-image] Aug 27 18:19:25.722 INFO O| Aug 27 18:19:25.722 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-27T18:19:26.796Z[ recovery-image] Aug 27 18:19:25.730 INFO O| Aug 27 18:19:25.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75932026-08-27T18:19:26.796Z[ recovery-image] Aug 27 18:19:25.731 INFO O| Aug 27 18:19:25.730 INFO STEP 754 (remove_files) COMPLETE
75942026-08-27T18:19:26.796Z[ recovery-image] Aug 27 18:19:25.731 INFO O| Aug 27 18:19:25.730 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-27T18:19:26.806Z[ recovery-image] Aug 27 18:19:25.741 INFO O| Aug 27 18:19:25.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75962026-08-27T18:19:26.806Z[ recovery-image] Aug 27 18:19:25.741 INFO O| Aug 27 18:19:25.741 INFO STEP 755 (remove_files) COMPLETE
75972026-08-27T18:19:26.806Z[ recovery-image] Aug 27 18:19:25.741 INFO O| Aug 27 18:19:25.741 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-27T18:19:26.815Z[ recovery-image] Aug 27 18:19:25.750 INFO O| Aug 27 18:19:25.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75992026-08-27T18:19:26.815Z[ recovery-image] Aug 27 18:19:25.750 INFO O| Aug 27 18:19:25.750 INFO STEP 756 (remove_files) COMPLETE
76002026-08-27T18:19:26.815Z[ recovery-image] Aug 27 18:19:25.750 INFO O| Aug 27 18:19:25.750 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-27T18:19:26.824Z[ recovery-image] Aug 27 18:19:25.760 INFO O| Aug 27 18:19:25.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76022026-08-27T18:19:26.824Z[ recovery-image] Aug 27 18:19:25.760 INFO O| Aug 27 18:19:25.760 INFO STEP 757 (remove_files) COMPLETE
76032026-08-27T18:19:26.833Z[ recovery-image] Aug 27 18:19:25.760 INFO O| Aug 27 18:19:25.760 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-27T18:19:26.842Z[ recovery-image] Aug 27 18:19:25.774 INFO O| Aug 27 18:19:25.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76052026-08-27T18:19:26.842Z[ recovery-image] Aug 27 18:19:25.774 INFO O| Aug 27 18:19:25.772 INFO STEP 758 (remove_files) COMPLETE
76062026-08-27T18:19:26.842Z[ recovery-image] Aug 27 18:19:25.774 INFO O| Aug 27 18:19:25.772 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-27T18:19:26.850Z[ recovery-image] Aug 27 18:19:25.782 INFO O| Aug 27 18:19:25.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76082026-08-27T18:19:26.850Z[ recovery-image] Aug 27 18:19:25.782 INFO O| Aug 27 18:19:25.781 INFO STEP 759 (remove_files) COMPLETE
76092026-08-27T18:19:26.850Z[ recovery-image] Aug 27 18:19:25.782 INFO O| Aug 27 18:19:25.781 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-27T18:19:26.859Z[ recovery-image] Aug 27 18:19:25.790 INFO O| Aug 27 18:19:25.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76112026-08-27T18:19:26.859Z[ recovery-image] Aug 27 18:19:25.790 INFO O| Aug 27 18:19:25.790 INFO STEP 760 (remove_files) COMPLETE
76122026-08-27T18:19:26.859Z[ recovery-image] Aug 27 18:19:25.790 INFO O| Aug 27 18:19:25.790 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-27T18:19:26.868Z[ recovery-image] Aug 27 18:19:25.801 INFO O| Aug 27 18:19:25.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76142026-08-27T18:19:26.868Z[ recovery-image] Aug 27 18:19:25.801 INFO O| Aug 27 18:19:25.801 INFO STEP 761 (remove_files) COMPLETE
76152026-08-27T18:19:26.868Z[ recovery-image] Aug 27 18:19:25.801 INFO O| Aug 27 18:19:25.801 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-27T18:19:26.880Z[ recovery-image] Aug 27 18:19:25.809 INFO O| Aug 27 18:19:25.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76172026-08-27T18:19:26.880Z[ recovery-image] Aug 27 18:19:25.809 INFO O| Aug 27 18:19:25.809 INFO STEP 762 (remove_files) COMPLETE
76182026-08-27T18:19:26.880Z[ recovery-image] Aug 27 18:19:25.809 INFO O| Aug 27 18:19:25.809 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-27T18:19:26.888Z[ recovery-image] Aug 27 18:19:25.821 INFO O| Aug 27 18:19:25.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76202026-08-27T18:19:26.889Z[ recovery-image] Aug 27 18:19:25.821 INFO O| Aug 27 18:19:25.821 INFO STEP 763 (remove_files) COMPLETE
76212026-08-27T18:19:26.889Z[ recovery-image] Aug 27 18:19:25.821 INFO O| Aug 27 18:19:25.821 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-27T18:19:26.899Z[ recovery-image] Aug 27 18:19:25.833 INFO O| Aug 27 18:19:25.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76232026-08-27T18:19:26.899Z[ recovery-image] Aug 27 18:19:25.833 INFO O| Aug 27 18:19:25.833 INFO STEP 764 (remove_files) COMPLETE
76242026-08-27T18:19:26.899Z[ recovery-image] Aug 27 18:19:25.833 INFO O| Aug 27 18:19:25.833 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-27T18:19:26.908Z[ recovery-image] Aug 27 18:19:25.842 INFO O| Aug 27 18:19:25.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76262026-08-27T18:19:26.908Z[ recovery-image] Aug 27 18:19:25.842 INFO O| Aug 27 18:19:25.842 INFO STEP 765 (remove_files) COMPLETE
76272026-08-27T18:19:26.908Z[ recovery-image] Aug 27 18:19:25.842 INFO O| Aug 27 18:19:25.842 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-27T18:19:26.918Z[ recovery-image] Aug 27 18:19:25.851 INFO O| Aug 27 18:19:25.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76292026-08-27T18:19:26.918Z[ recovery-image] Aug 27 18:19:25.851 INFO O| Aug 27 18:19:25.851 INFO STEP 766 (remove_files) COMPLETE
76302026-08-27T18:19:26.918Z[ recovery-image] Aug 27 18:19:25.851 INFO O| Aug 27 18:19:25.851 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-27T18:19:26.928Z[ recovery-image] Aug 27 18:19:25.860 INFO O| Aug 27 18:19:25.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76322026-08-27T18:19:26.928Z[ recovery-image] Aug 27 18:19:25.860 INFO O| Aug 27 18:19:25.860 INFO STEP 767 (remove_files) COMPLETE
76332026-08-27T18:19:26.928Z[ recovery-image] Aug 27 18:19:25.860 INFO O| Aug 27 18:19:25.860 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-27T18:19:26.936Z[ recovery-image] Aug 27 18:19:25.870 INFO O| Aug 27 18:19:25.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76352026-08-27T18:19:26.936Z[ recovery-image] Aug 27 18:19:25.870 INFO O| Aug 27 18:19:25.870 INFO STEP 768 (remove_files) COMPLETE
76362026-08-27T18:19:26.936Z[ recovery-image] Aug 27 18:19:25.870 INFO O| Aug 27 18:19:25.870 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-27T18:19:26.948Z[ recovery-image] Aug 27 18:19:25.879 INFO O| Aug 27 18:19:25.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76382026-08-27T18:19:26.948Z[ recovery-image] Aug 27 18:19:25.879 INFO O| Aug 27 18:19:25.879 INFO STEP 769 (remove_files) COMPLETE
76392026-08-27T18:19:26.948Z[ recovery-image] Aug 27 18:19:25.879 INFO O| Aug 27 18:19:25.879 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-27T18:19:26.958Z[verify-libraries] Compiling internet-checksum v0.2.1
76412026-08-27T18:19:26.958Z[ recovery-image] Aug 27 18:19:25.889 INFO O| Aug 27 18:19:25.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76422026-08-27T18:19:26.958Z[ recovery-image] Aug 27 18:19:25.889 INFO O| Aug 27 18:19:25.889 INFO STEP 770 (remove_files) COMPLETE
76432026-08-27T18:19:26.958Z[ recovery-image] Aug 27 18:19:25.889 INFO O| Aug 27 18:19:25.889 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-27T18:19:26.967Z[ recovery-image] Aug 27 18:19:25.900 INFO O| Aug 27 18:19:25.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76452026-08-27T18:19:26.967Z[ recovery-image] Aug 27 18:19:25.900 INFO O| Aug 27 18:19:25.900 INFO STEP 771 (remove_files) COMPLETE
76462026-08-27T18:19:26.967Z[ recovery-image] Aug 27 18:19:25.900 INFO O| Aug 27 18:19:25.900 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-27T18:19:26.977Z[ recovery-image] Aug 27 18:19:25.910 INFO O| Aug 27 18:19:25.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76482026-08-27T18:19:26.977Z[ recovery-image] Aug 27 18:19:25.910 INFO O| Aug 27 18:19:25.910 INFO STEP 772 (remove_files) COMPLETE
76492026-08-27T18:19:26.977Z[ recovery-image] Aug 27 18:19:25.910 INFO O| Aug 27 18:19:25.910 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-27T18:19:26.985Z[ recovery-image] Aug 27 18:19:25.921 INFO O| Aug 27 18:19:25.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76512026-08-27T18:19:26.986Z[ recovery-image] Aug 27 18:19:25.922 INFO O| Aug 27 18:19:25.922 INFO STEP 773 (remove_files) COMPLETE
76522026-08-27T18:19:26.986Z[ recovery-image] Aug 27 18:19:25.922 INFO O| Aug 27 18:19:25.922 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-27T18:19:26.997Z[ recovery-image] Aug 27 18:19:25.933 INFO O| Aug 27 18:19:25.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76542026-08-27T18:19:26.997Z[ recovery-image] Aug 27 18:19:25.933 INFO O| Aug 27 18:19:25.933 INFO STEP 774 (remove_files) COMPLETE
76552026-08-27T18:19:26.997Z[ recovery-image] Aug 27 18:19:25.933 INFO O| Aug 27 18:19:25.933 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-27T18:19:27.009Z[ recovery-image] Aug 27 18:19:25.943 INFO O| Aug 27 18:19:25.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76572026-08-27T18:19:27.009Z[ recovery-image] Aug 27 18:19:25.943 INFO O| Aug 27 18:19:25.943 INFO STEP 775 (remove_files) COMPLETE
76582026-08-27T18:19:27.017Z[ recovery-image] Aug 27 18:19:25.943 INFO O| Aug 27 18:19:25.943 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-27T18:19:27.017Z[ recovery-image] Aug 27 18:19:25.952 INFO O| Aug 27 18:19:25.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76602026-08-27T18:19:27.017Z[ recovery-image] Aug 27 18:19:25.952 INFO O| Aug 27 18:19:25.952 INFO STEP 776 (remove_files) COMPLETE
76612026-08-27T18:19:27.017Z[ recovery-image] Aug 27 18:19:25.952 INFO O| Aug 27 18:19:25.952 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-27T18:19:27.028Z[ recovery-image] Aug 27 18:19:25.962 INFO O| Aug 27 18:19:25.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76632026-08-27T18:19:27.028Z[ recovery-image] Aug 27 18:19:25.962 INFO O| Aug 27 18:19:25.962 INFO STEP 777 (remove_files) COMPLETE
76642026-08-27T18:19:27.028Z[ recovery-image] Aug 27 18:19:25.962 INFO O| Aug 27 18:19:25.962 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-27T18:19:27.037Z[ recovery-image] Aug 27 18:19:25.972 INFO O| Aug 27 18:19:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76662026-08-27T18:19:27.037Z[ recovery-image] Aug 27 18:19:25.972 INFO O| Aug 27 18:19:25.972 INFO STEP 778 (remove_files) COMPLETE
76672026-08-27T18:19:27.037Z[ recovery-image] Aug 27 18:19:25.972 INFO O| Aug 27 18:19:25.972 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-27T18:19:27.047Z[ recovery-image] Aug 27 18:19:25.982 INFO O| Aug 27 18:19:25.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76692026-08-27T18:19:27.047Z[ recovery-image] Aug 27 18:19:25.983 INFO O| Aug 27 18:19:25.983 INFO STEP 779 (remove_files) COMPLETE
76702026-08-27T18:19:27.048Z[ recovery-image] Aug 27 18:19:25.983 INFO O| Aug 27 18:19:25.983 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-27T18:19:27.056Z[ recovery-image] Aug 27 18:19:25.993 INFO O| Aug 27 18:19:25.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76722026-08-27T18:19:27.057Z[ recovery-image] Aug 27 18:19:25.993 INFO O| Aug 27 18:19:25.993 INFO STEP 780 (remove_files) COMPLETE
76732026-08-27T18:19:27.057Z[ recovery-image] Aug 27 18:19:25.993 INFO O| Aug 27 18:19:25.993 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-27T18:19:27.072Z[ recovery-image] Aug 27 18:19:26.003 INFO O| Aug 27 18:19:26.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76752026-08-27T18:19:27.082Z[ recovery-image] Aug 27 18:19:26.003 INFO O| Aug 27 18:19:26.003 INFO STEP 781 (remove_files) COMPLETE
76762026-08-27T18:19:27.082Z[ recovery-image] Aug 27 18:19:26.003 INFO O| Aug 27 18:19:26.003 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-27T18:19:27.082Z[ recovery-image] Aug 27 18:19:26.014 INFO O| Aug 27 18:19:26.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76782026-08-27T18:19:27.082Z[ recovery-image] Aug 27 18:19:26.015 INFO O| Aug 27 18:19:26.014 INFO STEP 782 (remove_files) COMPLETE
76792026-08-27T18:19:27.082Z[ recovery-image] Aug 27 18:19:26.015 INFO O| Aug 27 18:19:26.014 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-27T18:19:27.091Z[ recovery-image] Aug 27 18:19:26.024 INFO O| Aug 27 18:19:26.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76812026-08-27T18:19:27.091Z[ recovery-image] Aug 27 18:19:26.024 INFO O| Aug 27 18:19:26.024 INFO STEP 783 (remove_files) COMPLETE
76822026-08-27T18:19:27.091Z[ recovery-image] Aug 27 18:19:26.024 INFO O| Aug 27 18:19:26.024 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-27T18:19:27.101Z[ recovery-image] Aug 27 18:19:26.034 INFO O| Aug 27 18:19:26.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76842026-08-27T18:19:27.101Z[ recovery-image] Aug 27 18:19:26.034 INFO O| Aug 27 18:19:26.034 INFO STEP 784 (remove_files) COMPLETE
76852026-08-27T18:19:27.101Z[ recovery-image] Aug 27 18:19:26.034 INFO O| Aug 27 18:19:26.034 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-27T18:19:27.111Z[ recovery-image] Aug 27 18:19:26.046 INFO O| Aug 27 18:19:26.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76872026-08-27T18:19:27.111Z[ recovery-image] Aug 27 18:19:26.046 INFO O| Aug 27 18:19:26.046 INFO STEP 785 (remove_files) COMPLETE
76882026-08-27T18:19:27.111Z[ recovery-image] Aug 27 18:19:26.046 INFO O| Aug 27 18:19:26.046 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-27T18:19:27.121Z[ recovery-image] Aug 27 18:19:26.057 INFO O| Aug 27 18:19:26.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76902026-08-27T18:19:27.121Z[ recovery-image] Aug 27 18:19:26.057 INFO O| Aug 27 18:19:26.057 INFO STEP 786 (remove_files) COMPLETE
76912026-08-27T18:19:27.121Z[ recovery-image] Aug 27 18:19:26.057 INFO O| Aug 27 18:19:26.057 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-27T18:19:27.132Z[ recovery-image] Aug 27 18:19:26.069 INFO O| Aug 27 18:19:26.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76932026-08-27T18:19:27.133Z[ recovery-image] Aug 27 18:19:26.069 INFO O| Aug 27 18:19:26.069 INFO STEP 787 (remove_files) COMPLETE
76942026-08-27T18:19:27.133Z[ recovery-image] Aug 27 18:19:26.069 INFO O| Aug 27 18:19:26.069 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-27T18:19:27.144Z[ recovery-image] Aug 27 18:19:26.078 INFO O| Aug 27 18:19:26.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76962026-08-27T18:19:27.144Z[ recovery-image] Aug 27 18:19:26.078 INFO O| Aug 27 18:19:26.078 INFO STEP 788 (remove_files) COMPLETE
76972026-08-27T18:19:27.144Z[ recovery-image] Aug 27 18:19:26.078 INFO O| Aug 27 18:19:26.078 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-27T18:19:27.153Z[ recovery-image] Aug 27 18:19:26.089 INFO O| Aug 27 18:19:26.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76992026-08-27T18:19:27.153Z[ recovery-image] Aug 27 18:19:26.089 INFO O| Aug 27 18:19:26.089 INFO STEP 789 (remove_files) COMPLETE
77002026-08-27T18:19:27.153Z[ recovery-image] Aug 27 18:19:26.089 INFO O| Aug 27 18:19:26.089 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-27T18:19:27.171Z[ recovery-image] Aug 27 18:19:26.106 INFO O| Aug 27 18:19:26.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77022026-08-27T18:19:27.171Z[ recovery-image] Aug 27 18:19:26.106 INFO O| Aug 27 18:19:26.106 INFO STEP 790 (remove_files) COMPLETE
77032026-08-27T18:19:27.171Z[ recovery-image] Aug 27 18:19:26.106 INFO O| Aug 27 18:19:26.106 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-27T18:19:27.182Z[ recovery-image] Aug 27 18:19:26.118 INFO O| Aug 27 18:19:26.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77052026-08-27T18:19:27.182Z[ recovery-image] Aug 27 18:19:26.118 INFO O| Aug 27 18:19:26.118 INFO STEP 791 (remove_files) COMPLETE
77062026-08-27T18:19:27.182Z[ recovery-image] Aug 27 18:19:26.118 INFO O| Aug 27 18:19:26.118 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-27T18:19:27.193Z[ recovery-image] Aug 27 18:19:26.128 INFO O| Aug 27 18:19:26.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77082026-08-27T18:19:27.193Z[ recovery-image] Aug 27 18:19:26.128 INFO O| Aug 27 18:19:26.128 INFO STEP 792 (remove_files) COMPLETE
77092026-08-27T18:19:27.193Z[ recovery-image] Aug 27 18:19:26.128 INFO O| Aug 27 18:19:26.128 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-27T18:19:27.202Z[ recovery-image] Aug 27 18:19:26.137 INFO O| Aug 27 18:19:26.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77112026-08-27T18:19:27.202Z[ recovery-image] Aug 27 18:19:26.137 INFO O| Aug 27 18:19:26.137 INFO STEP 793 (remove_files) COMPLETE
77122026-08-27T18:19:27.202Z[ recovery-image] Aug 27 18:19:26.137 INFO O| Aug 27 18:19:26.137 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-27T18:19:27.214Z[ recovery-image] Aug 27 18:19:26.150 INFO O| Aug 27 18:19:26.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77142026-08-27T18:19:27.214Z[ recovery-image] Aug 27 18:19:26.150 INFO O| Aug 27 18:19:26.150 INFO STEP 794 (remove_files) COMPLETE
77152026-08-27T18:19:27.214Z[ recovery-image] Aug 27 18:19:26.150 INFO O| Aug 27 18:19:26.150 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-27T18:19:27.226Z[ recovery-image] Aug 27 18:19:26.162 INFO O| Aug 27 18:19:26.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77172026-08-27T18:19:27.226Z[ recovery-image] Aug 27 18:19:26.162 INFO O| Aug 27 18:19:26.162 INFO STEP 795 (remove_files) COMPLETE
77182026-08-27T18:19:27.236Z[ recovery-image] Aug 27 18:19:26.162 INFO O| Aug 27 18:19:26.162 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-27T18:19:27.247Z[ recovery-image] Aug 27 18:19:26.174 INFO O| Aug 27 18:19:26.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77202026-08-27T18:19:27.247Z[ recovery-image] Aug 27 18:19:26.174 INFO O| Aug 27 18:19:26.174 INFO STEP 796 (remove_files) COMPLETE
77212026-08-27T18:19:27.247Z[ recovery-image] Aug 27 18:19:26.174 INFO O| Aug 27 18:19:26.174 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-27T18:19:27.257Z[ recovery-image] Aug 27 18:19:26.185 INFO O| Aug 27 18:19:26.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77232026-08-27T18:19:27.257Z[ recovery-image] Aug 27 18:19:26.185 INFO O| Aug 27 18:19:26.185 INFO STEP 797 (remove_files) COMPLETE
77242026-08-27T18:19:27.257Z[ recovery-image] Aug 27 18:19:26.185 INFO O| Aug 27 18:19:26.185 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-27T18:19:27.265Z[ recovery-image] Aug 27 18:19:26.195 INFO O| Aug 27 18:19:26.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77262026-08-27T18:19:27.265Z[ recovery-image] Aug 27 18:19:26.195 INFO O| Aug 27 18:19:26.195 INFO STEP 798 (remove_files) COMPLETE
77272026-08-27T18:19:27.265Z[ recovery-image] Aug 27 18:19:26.195 INFO O| Aug 27 18:19:26.195 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-27T18:19:27.275Z[ recovery-image] Aug 27 18:19:26.204 INFO O| Aug 27 18:19:26.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77292026-08-27T18:19:27.275Z[ recovery-image] Aug 27 18:19:26.204 INFO O| Aug 27 18:19:26.204 INFO STEP 799 (remove_files) COMPLETE
77302026-08-27T18:19:27.275Z[ recovery-image] Aug 27 18:19:26.204 INFO O| Aug 27 18:19:26.204 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-27T18:19:27.284Z[ recovery-image] Aug 27 18:19:26.214 INFO O| Aug 27 18:19:26.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77322026-08-27T18:19:27.284Z[ recovery-image] Aug 27 18:19:26.215 INFO O| Aug 27 18:19:26.215 INFO STEP 800 (remove_files) COMPLETE
77332026-08-27T18:19:27.284Z[ recovery-image] Aug 27 18:19:26.215 INFO O| Aug 27 18:19:26.215 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-27T18:19:27.294Z[ recovery-image] Aug 27 18:19:26.226 INFO O| Aug 27 18:19:26.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77352026-08-27T18:19:27.294Z[ recovery-image] Aug 27 18:19:26.226 INFO O| Aug 27 18:19:26.226 INFO STEP 801 (remove_files) COMPLETE
77362026-08-27T18:19:27.294Z[ recovery-image] Aug 27 18:19:26.226 INFO O| Aug 27 18:19:26.226 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-27T18:19:27.307Z[ recovery-image] Aug 27 18:19:26.237 INFO O| Aug 27 18:19:26.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77382026-08-27T18:19:27.307Z[ recovery-image] Aug 27 18:19:26.237 INFO O| Aug 27 18:19:26.237 INFO STEP 802 (remove_files) COMPLETE
77392026-08-27T18:19:27.322Z[ recovery-image] Aug 27 18:19:26.237 INFO O| Aug 27 18:19:26.237 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-27T18:19:27.322Z[ recovery-image] Aug 27 18:19:26.246 INFO O| Aug 27 18:19:26.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77412026-08-27T18:19:27.322Z[ recovery-image] Aug 27 18:19:26.246 INFO O| Aug 27 18:19:26.246 INFO STEP 803 (remove_files) COMPLETE
77422026-08-27T18:19:27.322Z[ recovery-image] Aug 27 18:19:26.246 INFO O| Aug 27 18:19:26.246 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-27T18:19:27.333Z[ recovery-image] Aug 27 18:19:26.255 INFO O| Aug 27 18:19:26.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77442026-08-27T18:19:27.333Z[ recovery-image] Aug 27 18:19:26.255 INFO O| Aug 27 18:19:26.255 INFO STEP 804 (remove_files) COMPLETE
77452026-08-27T18:19:27.333Z[ recovery-image] Aug 27 18:19:26.255 INFO O| Aug 27 18:19:26.255 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-27T18:19:27.333Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
77472026-08-27T18:19:27.333Z[ recovery-image] Aug 27 18:19:26.266 INFO O| Aug 27 18:19:26.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77482026-08-27T18:19:27.333Z[ recovery-image] Aug 27 18:19:26.266 INFO O| Aug 27 18:19:26.266 INFO STEP 805 (remove_files) COMPLETE
77492026-08-27T18:19:27.333Z[ recovery-image] Aug 27 18:19:26.266 INFO O| Aug 27 18:19:26.266 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-27T18:19:27.342Z[ recovery-image] Aug 27 18:19:26.278 INFO O| Aug 27 18:19:26.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77512026-08-27T18:19:27.342Z[ recovery-image] Aug 27 18:19:26.279 INFO O| Aug 27 18:19:26.279 INFO STEP 806 (remove_files) COMPLETE
77522026-08-27T18:19:27.351Z[ recovery-image] Aug 27 18:19:26.279 INFO O| Aug 27 18:19:26.279 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-27T18:19:27.359Z[ recovery-image] Aug 27 18:19:26.290 INFO O| Aug 27 18:19:26.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77542026-08-27T18:19:27.359Z[ recovery-image] Aug 27 18:19:26.290 INFO O| Aug 27 18:19:26.290 INFO STEP 807 (remove_files) COMPLETE
77552026-08-27T18:19:27.359Z[ recovery-image] Aug 27 18:19:26.290 INFO O| Aug 27 18:19:26.290 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-27T18:19:27.368Z[ recovery-image] Aug 27 18:19:26.302 INFO O| Aug 27 18:19:26.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77572026-08-27T18:19:27.368Z[ recovery-image] Aug 27 18:19:26.302 INFO O| Aug 27 18:19:26.302 INFO STEP 808 (remove_files) COMPLETE
77582026-08-27T18:19:27.368Z[ recovery-image] Aug 27 18:19:26.302 INFO O| Aug 27 18:19:26.302 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-27T18:19:27.379Z[ recovery-image] Aug 27 18:19:26.313 INFO O| Aug 27 18:19:26.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77602026-08-27T18:19:27.380Z[ recovery-image] Aug 27 18:19:26.313 INFO O| Aug 27 18:19:26.313 INFO STEP 809 (remove_files) COMPLETE
77612026-08-27T18:19:27.380Z[ recovery-image] Aug 27 18:19:26.313 INFO O| Aug 27 18:19:26.313 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-27T18:19:27.392Z[ recovery-image] Aug 27 18:19:26.323 INFO O| Aug 27 18:19:26.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77632026-08-27T18:19:27.392Z[ recovery-image] Aug 27 18:19:26.323 INFO O| Aug 27 18:19:26.323 INFO STEP 810 (remove_files) COMPLETE
77642026-08-27T18:19:27.392Z[ recovery-image] Aug 27 18:19:26.323 INFO O| Aug 27 18:19:26.323 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-27T18:19:27.400Z[ recovery-image] Aug 27 18:19:26.333 INFO O| Aug 27 18:19:26.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77662026-08-27T18:19:27.400Z[ recovery-image] Aug 27 18:19:26.333 INFO O| Aug 27 18:19:26.333 INFO STEP 811 (remove_files) COMPLETE
77672026-08-27T18:19:27.400Z[ recovery-image] Aug 27 18:19:26.333 INFO O| Aug 27 18:19:26.333 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-27T18:19:27.410Z[ recovery-image] Aug 27 18:19:26.344 INFO O| Aug 27 18:19:26.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77692026-08-27T18:19:27.410Z[ recovery-image] Aug 27 18:19:26.344 INFO O| Aug 27 18:19:26.344 INFO STEP 812 (remove_files) COMPLETE
77702026-08-27T18:19:27.410Z[ recovery-image] Aug 27 18:19:26.344 INFO O| Aug 27 18:19:26.344 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-27T18:19:27.420Z[ recovery-image] Aug 27 18:19:26.353 INFO O| Aug 27 18:19:26.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77722026-08-27T18:19:27.420Z[ recovery-image] Aug 27 18:19:26.353 INFO O| Aug 27 18:19:26.353 INFO STEP 813 (remove_files) COMPLETE
77732026-08-27T18:19:27.420Z[ recovery-image] Aug 27 18:19:26.353 INFO O| Aug 27 18:19:26.353 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-27T18:19:27.430Z[ recovery-image] Aug 27 18:19:26.363 INFO O| Aug 27 18:19:26.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77752026-08-27T18:19:27.430Z[ recovery-image] Aug 27 18:19:26.364 INFO O| Aug 27 18:19:26.364 INFO STEP 814 (remove_files) COMPLETE
77762026-08-27T18:19:27.430Z[ recovery-image] Aug 27 18:19:26.364 INFO O| Aug 27 18:19:26.364 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-27T18:19:27.440Z[ recovery-image] Aug 27 18:19:26.373 INFO O| Aug 27 18:19:26.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77782026-08-27T18:19:27.440Z[ recovery-image] Aug 27 18:19:26.373 INFO O| Aug 27 18:19:26.373 INFO STEP 815 (remove_files) COMPLETE
77792026-08-27T18:19:27.440Z[ recovery-image] Aug 27 18:19:26.373 INFO O| Aug 27 18:19:26.373 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-27T18:19:27.450Z[ recovery-image] Aug 27 18:19:26.384 INFO O| Aug 27 18:19:26.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77812026-08-27T18:19:27.450Z[ recovery-image] Aug 27 18:19:26.384 INFO O| Aug 27 18:19:26.384 INFO STEP 816 (remove_files) COMPLETE
77822026-08-27T18:19:27.450Z[ recovery-image] Aug 27 18:19:26.384 INFO O| Aug 27 18:19:26.384 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-27T18:19:27.459Z[ recovery-image] Aug 27 18:19:26.395 INFO O| Aug 27 18:19:26.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77842026-08-27T18:19:27.459Z[ recovery-image] Aug 27 18:19:26.395 INFO O| Aug 27 18:19:26.395 INFO STEP 817 (remove_files) COMPLETE
77852026-08-27T18:19:27.459Z[ recovery-image] Aug 27 18:19:26.395 INFO O| Aug 27 18:19:26.395 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-27T18:19:27.469Z[ recovery-image] Aug 27 18:19:26.406 INFO O| Aug 27 18:19:26.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77872026-08-27T18:19:27.470Z[ recovery-image] Aug 27 18:19:26.406 INFO O| Aug 27 18:19:26.406 INFO STEP 818 (remove_files) COMPLETE
77882026-08-27T18:19:27.470Z[ recovery-image] Aug 27 18:19:26.406 INFO O| Aug 27 18:19:26.406 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-27T18:19:27.483Z[ recovery-image] Aug 27 18:19:26.417 INFO O| Aug 27 18:19:26.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77902026-08-27T18:19:27.483Z[ recovery-image] Aug 27 18:19:26.417 INFO O| Aug 27 18:19:26.417 INFO STEP 819 (remove_files) COMPLETE
77912026-08-27T18:19:27.492Z[ recovery-image] Aug 27 18:19:26.417 INFO O| Aug 27 18:19:26.417 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-27T18:19:27.492Z[ recovery-image] Aug 27 18:19:26.428 INFO O| Aug 27 18:19:26.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77932026-08-27T18:19:27.492Z[ recovery-image] Aug 27 18:19:26.428 INFO O| Aug 27 18:19:26.428 INFO STEP 820 (remove_files) COMPLETE
77942026-08-27T18:19:27.492Z[ recovery-image] Aug 27 18:19:26.428 INFO O| Aug 27 18:19:26.428 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-27T18:19:27.502Z[ recovery-image] Aug 27 18:19:26.437 INFO O| Aug 27 18:19:26.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77962026-08-27T18:19:27.502Z[ recovery-image] Aug 27 18:19:26.437 INFO O| Aug 27 18:19:26.437 INFO STEP 821 (remove_files) COMPLETE
77972026-08-27T18:19:27.502Z[ recovery-image] Aug 27 18:19:26.437 INFO O| Aug 27 18:19:26.437 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-27T18:19:27.512Z[ recovery-image] Aug 27 18:19:26.449 INFO O| Aug 27 18:19:26.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77992026-08-27T18:19:27.512Z[ recovery-image] Aug 27 18:19:26.449 INFO O| Aug 27 18:19:26.449 INFO STEP 822 (remove_files) COMPLETE
78002026-08-27T18:19:27.512Z[ recovery-image] Aug 27 18:19:26.449 INFO O| Aug 27 18:19:26.449 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-27T18:19:27.524Z[ recovery-image] Aug 27 18:19:26.460 INFO O| Aug 27 18:19:26.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78022026-08-27T18:19:27.533Z[ recovery-image] Aug 27 18:19:26.461 INFO O| Aug 27 18:19:26.460 INFO STEP 823 (remove_files) COMPLETE
78032026-08-27T18:19:27.533Z[ recovery-image] Aug 27 18:19:26.461 INFO O| Aug 27 18:19:26.461 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-27T18:19:27.533Z[ recovery-image] Aug 27 18:19:26.470 INFO O| Aug 27 18:19:26.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78052026-08-27T18:19:27.533Z[ recovery-image] Aug 27 18:19:26.470 INFO O| Aug 27 18:19:26.470 INFO STEP 824 (remove_files) COMPLETE
78062026-08-27T18:19:27.533Z[ recovery-image] Aug 27 18:19:26.470 INFO O| Aug 27 18:19:26.470 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-27T18:19:27.542Z[ recovery-image] Aug 27 18:19:26.478 INFO O| Aug 27 18:19:26.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78082026-08-27T18:19:27.542Z[ recovery-image] Aug 27 18:19:26.478 INFO O| Aug 27 18:19:26.478 INFO STEP 825 (remove_files) COMPLETE
78092026-08-27T18:19:27.542Z[ recovery-image] Aug 27 18:19:26.478 INFO O| Aug 27 18:19:26.478 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-27T18:19:27.552Z[ recovery-image] Aug 27 18:19:26.488 INFO O| Aug 27 18:19:26.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78112026-08-27T18:19:27.552Z[ recovery-image] Aug 27 18:19:26.488 INFO O| Aug 27 18:19:26.488 INFO STEP 826 (remove_files) COMPLETE
78122026-08-27T18:19:27.561Z[ recovery-image] Aug 27 18:19:26.488 INFO O| Aug 27 18:19:26.488 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-27T18:19:27.575Z[ recovery-image] Aug 27 18:19:26.500 INFO O| Aug 27 18:19:26.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78142026-08-27T18:19:27.575Z[ recovery-image] Aug 27 18:19:26.501 INFO O| Aug 27 18:19:26.501 INFO STEP 827 (remove_files) COMPLETE
78152026-08-27T18:19:27.575Z[ recovery-image] Aug 27 18:19:26.501 INFO O| Aug 27 18:19:26.501 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-27T18:19:27.588Z[ recovery-image] Aug 27 18:19:26.512 INFO O| Aug 27 18:19:26.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78172026-08-27T18:19:27.588Z[ recovery-image] Aug 27 18:19:26.512 INFO O| Aug 27 18:19:26.512 INFO STEP 828 (remove_files) COMPLETE
78182026-08-27T18:19:27.588Z[ recovery-image] Aug 27 18:19:26.512 INFO O| Aug 27 18:19:26.512 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-27T18:19:27.589Z[ recovery-image] Aug 27 18:19:26.524 INFO O| Aug 27 18:19:26.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78202026-08-27T18:19:27.589Z[ recovery-image] Aug 27 18:19:26.524 INFO O| Aug 27 18:19:26.524 INFO STEP 829 (remove_files) COMPLETE
78212026-08-27T18:19:27.589Z[ recovery-image] Aug 27 18:19:26.524 INFO O| Aug 27 18:19:26.524 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-27T18:19:27.598Z[ recovery-image] Aug 27 18:19:26.535 INFO O| Aug 27 18:19:26.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78232026-08-27T18:19:27.598Z[ recovery-image] Aug 27 18:19:26.535 INFO O| Aug 27 18:19:26.535 INFO STEP 830 (remove_files) COMPLETE
78242026-08-27T18:19:27.608Z[ recovery-image] Aug 27 18:19:26.535 INFO O| Aug 27 18:19:26.535 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-27T18:19:27.617Z[ recovery-image] Aug 27 18:19:26.545 INFO O| Aug 27 18:19:26.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78262026-08-27T18:19:27.617Z[ recovery-image] Aug 27 18:19:26.545 INFO O| Aug 27 18:19:26.545 INFO STEP 831 (remove_files) COMPLETE
78272026-08-27T18:19:27.617Z[ recovery-image] Aug 27 18:19:26.545 INFO O| Aug 27 18:19:26.545 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-27T18:19:27.628Z[ recovery-image] Aug 27 18:19:26.555 INFO O| Aug 27 18:19:26.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78292026-08-27T18:19:27.628Z[ recovery-image] Aug 27 18:19:26.555 INFO O| Aug 27 18:19:26.555 INFO STEP 832 (remove_files) COMPLETE
78302026-08-27T18:19:27.628Z[ recovery-image] Aug 27 18:19:26.555 INFO O| Aug 27 18:19:26.555 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-27T18:19:27.637Z[ recovery-image] Aug 27 18:19:26.567 INFO O| Aug 27 18:19:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78322026-08-27T18:19:27.637Z[ recovery-image] Aug 27 18:19:26.567 INFO O| Aug 27 18:19:26.567 INFO STEP 833 (remove_files) COMPLETE
78332026-08-27T18:19:27.637Z[ recovery-image] Aug 27 18:19:26.567 INFO O| Aug 27 18:19:26.567 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-27T18:19:27.647Z[ recovery-image] Aug 27 18:19:26.577 INFO O| Aug 27 18:19:26.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78352026-08-27T18:19:27.647Z[ recovery-image] Aug 27 18:19:26.579 INFO O| Aug 27 18:19:26.579 INFO STEP 834 (remove_files) COMPLETE
78362026-08-27T18:19:27.648Z[ recovery-image] Aug 27 18:19:26.579 INFO O| Aug 27 18:19:26.579 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-27T18:19:27.663Z[ recovery-image] Aug 27 18:19:26.590 INFO O| Aug 27 18:19:26.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78382026-08-27T18:19:27.663Z[ recovery-image] Aug 27 18:19:26.590 INFO O| Aug 27 18:19:26.590 INFO STEP 835 (remove_files) COMPLETE
78392026-08-27T18:19:27.663Z[ recovery-image] Aug 27 18:19:26.590 INFO O| Aug 27 18:19:26.590 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-27T18:19:27.676Z[ recovery-image] Aug 27 18:19:26.602 INFO O| Aug 27 18:19:26.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78412026-08-27T18:19:27.676Z[ recovery-image] Aug 27 18:19:26.602 INFO O| Aug 27 18:19:26.602 INFO STEP 836 (remove_files) COMPLETE
78422026-08-27T18:19:27.677Z[ recovery-image] Aug 27 18:19:26.602 INFO O| Aug 27 18:19:26.602 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-27T18:19:27.685Z[ recovery-image] Aug 27 18:19:26.612 INFO O| Aug 27 18:19:26.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78442026-08-27T18:19:27.685Z[ recovery-image] Aug 27 18:19:26.612 INFO O| Aug 27 18:19:26.612 INFO STEP 837 (remove_files) COMPLETE
78452026-08-27T18:19:27.685Z[ recovery-image] Aug 27 18:19:26.612 INFO O| Aug 27 18:19:26.612 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-27T18:19:27.693Z[ recovery-image] Aug 27 18:19:26.623 INFO O| Aug 27 18:19:26.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78472026-08-27T18:19:27.693Z[ recovery-image] Aug 27 18:19:26.623 INFO O| Aug 27 18:19:26.623 INFO STEP 838 (remove_files) COMPLETE
78482026-08-27T18:19:27.693Z[ recovery-image] Aug 27 18:19:26.623 INFO O| Aug 27 18:19:26.623 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-27T18:19:27.701Z[ recovery-image] Aug 27 18:19:26.636 INFO O| Aug 27 18:19:26.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78502026-08-27T18:19:27.701Z[ recovery-image] Aug 27 18:19:26.637 INFO O| Aug 27 18:19:26.636 INFO STEP 839 (remove_files) COMPLETE
78512026-08-27T18:19:27.701Z[ recovery-image] Aug 27 18:19:26.637 INFO O| Aug 27 18:19:26.637 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-27T18:19:27.710Z[ recovery-image] Aug 27 18:19:26.647 INFO O| Aug 27 18:19:26.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78532026-08-27T18:19:27.710Z[ recovery-image] Aug 27 18:19:26.647 INFO O| Aug 27 18:19:26.647 INFO STEP 840 (remove_files) COMPLETE
78542026-08-27T18:19:27.710Z[ recovery-image] Aug 27 18:19:26.647 INFO O| Aug 27 18:19:26.647 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-27T18:19:27.721Z[ recovery-image] Aug 27 18:19:26.657 INFO O| Aug 27 18:19:26.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78562026-08-27T18:19:27.721Z[ recovery-image] Aug 27 18:19:26.657 INFO O| Aug 27 18:19:26.657 INFO STEP 841 (remove_files) COMPLETE
78572026-08-27T18:19:27.721Z[ recovery-image] Aug 27 18:19:26.657 INFO O| Aug 27 18:19:26.657 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-27T18:19:27.732Z[ recovery-image] Aug 27 18:19:26.667 INFO O| Aug 27 18:19:26.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78592026-08-27T18:19:27.732Z[ recovery-image] Aug 27 18:19:26.667 INFO O| Aug 27 18:19:26.667 INFO STEP 842 (remove_files) COMPLETE
78602026-08-27T18:19:27.732Z[ recovery-image] Aug 27 18:19:26.667 INFO O| Aug 27 18:19:26.667 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-27T18:19:27.742Z[ recovery-image] Aug 27 18:19:26.678 INFO O| Aug 27 18:19:26.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78622026-08-27T18:19:27.743Z[ recovery-image] Aug 27 18:19:26.678 INFO O| Aug 27 18:19:26.678 INFO STEP 843 (remove_files) COMPLETE
78632026-08-27T18:19:27.743Z[ recovery-image] Aug 27 18:19:26.678 INFO O| Aug 27 18:19:26.678 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-27T18:19:27.751Z[ recovery-image] Aug 27 18:19:26.687 INFO O| Aug 27 18:19:26.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78652026-08-27T18:19:27.761Z[ recovery-image] Aug 27 18:19:26.687 INFO O| Aug 27 18:19:26.687 INFO STEP 844 (remove_files) COMPLETE
78662026-08-27T18:19:27.761Z[ recovery-image] Aug 27 18:19:26.688 INFO O| Aug 27 18:19:26.687 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-27T18:19:27.772Z[ recovery-image] Aug 27 18:19:26.697 INFO O| Aug 27 18:19:26.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78682026-08-27T18:19:27.772Z[ recovery-image] Aug 27 18:19:26.697 INFO O| Aug 27 18:19:26.697 INFO STEP 845 (remove_files) COMPLETE
78692026-08-27T18:19:27.772Z[ recovery-image] Aug 27 18:19:26.697 INFO O| Aug 27 18:19:26.697 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-27T18:19:27.772Z[ recovery-image] Aug 27 18:19:26.706 INFO O| Aug 27 18:19:26.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78712026-08-27T18:19:27.772Z[ recovery-image] Aug 27 18:19:26.706 INFO O| Aug 27 18:19:26.706 INFO STEP 846 (remove_files) COMPLETE
78722026-08-27T18:19:27.772Z[ recovery-image] Aug 27 18:19:26.706 INFO O| Aug 27 18:19:26.706 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-27T18:19:27.782Z[ recovery-image] Aug 27 18:19:26.716 INFO O| Aug 27 18:19:26.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78742026-08-27T18:19:27.782Z[ recovery-image] Aug 27 18:19:26.716 INFO O| Aug 27 18:19:26.716 INFO STEP 847 (remove_files) COMPLETE
78752026-08-27T18:19:27.782Z[ recovery-image] Aug 27 18:19:26.716 INFO O| Aug 27 18:19:26.716 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-27T18:19:27.789Z[ recovery-image] Aug 27 18:19:26.725 INFO O| Aug 27 18:19:26.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78772026-08-27T18:19:27.789Z[ recovery-image] Aug 27 18:19:26.725 INFO O| Aug 27 18:19:26.725 INFO STEP 848 (remove_files) COMPLETE
78782026-08-27T18:19:27.789Z[ recovery-image] Aug 27 18:19:26.726 INFO O| Aug 27 18:19:26.725 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-27T18:19:27.800Z[ recovery-image] Aug 27 18:19:26.736 INFO O| Aug 27 18:19:26.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78802026-08-27T18:19:27.800Z[ recovery-image] Aug 27 18:19:26.736 INFO O| Aug 27 18:19:26.736 INFO STEP 849 (remove_files) COMPLETE
78812026-08-27T18:19:27.805Z[ recovery-image] Aug 27 18:19:26.736 INFO O| Aug 27 18:19:26.736 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-27T18:19:27.812Z[ recovery-image] Aug 27 18:19:26.747 INFO O| Aug 27 18:19:26.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78832026-08-27T18:19:27.812Z[ recovery-image] Aug 27 18:19:26.747 INFO O| Aug 27 18:19:26.747 INFO STEP 850 (remove_files) COMPLETE
78842026-08-27T18:19:27.816Z[ recovery-image] Aug 27 18:19:26.747 INFO O| Aug 27 18:19:26.747 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-27T18:19:27.821Z[ recovery-image] Aug 27 18:19:26.757 INFO O| Aug 27 18:19:26.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78862026-08-27T18:19:27.821Z[ recovery-image] Aug 27 18:19:26.757 INFO O| Aug 27 18:19:26.757 INFO STEP 851 (remove_files) COMPLETE
78872026-08-27T18:19:27.826Z[ recovery-image] Aug 27 18:19:26.757 INFO O| Aug 27 18:19:26.757 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-27T18:19:27.831Z[ recovery-image] Aug 27 18:19:26.767 INFO O| Aug 27 18:19:26.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78892026-08-27T18:19:27.831Z[ recovery-image] Aug 27 18:19:26.767 INFO O| Aug 27 18:19:26.767 INFO STEP 852 (remove_files) COMPLETE
78902026-08-27T18:19:27.831Z[ recovery-image] Aug 27 18:19:26.767 INFO O| Aug 27 18:19:26.767 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-27T18:19:27.842Z[ recovery-image] Aug 27 18:19:26.778 INFO O| Aug 27 18:19:26.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78922026-08-27T18:19:27.842Z[ recovery-image] Aug 27 18:19:26.778 INFO O| Aug 27 18:19:26.778 INFO STEP 853 (remove_files) COMPLETE
78932026-08-27T18:19:27.842Z[ recovery-image] Aug 27 18:19:26.778 INFO O| Aug 27 18:19:26.778 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-27T18:19:27.858Z[ recovery-image] Aug 27 18:19:26.787 INFO O| Aug 27 18:19:26.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78952026-08-27T18:19:27.858Z[ recovery-image] Aug 27 18:19:26.787 INFO O| Aug 27 18:19:26.787 INFO STEP 854 (remove_files) COMPLETE
78962026-08-27T18:19:27.858Z[ recovery-image] Aug 27 18:19:26.787 INFO O| Aug 27 18:19:26.787 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-27T18:19:27.893Z[ recovery-image] Aug 27 18:19:26.798 INFO O| Aug 27 18:19:26.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78982026-08-27T18:19:27.893Z[ recovery-image] Aug 27 18:19:26.798 INFO O| Aug 27 18:19:26.798 INFO STEP 855 (remove_files) COMPLETE
78992026-08-27T18:19:27.893Z[ recovery-image] Aug 27 18:19:26.798 INFO O| Aug 27 18:19:26.798 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-27T18:19:27.893Z[ recovery-image] Aug 27 18:19:26.808 INFO O| Aug 27 18:19:26.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79012026-08-27T18:19:27.894Z[ recovery-image] Aug 27 18:19:26.808 INFO O| Aug 27 18:19:26.808 INFO STEP 856 (remove_files) COMPLETE
79022026-08-27T18:19:27.894Z[ recovery-image] Aug 27 18:19:26.808 INFO O| Aug 27 18:19:26.808 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-27T18:19:27.894Z[ recovery-image] Aug 27 18:19:26.817 INFO O| Aug 27 18:19:26.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79042026-08-27T18:19:27.894Z[ recovery-image] Aug 27 18:19:26.817 INFO O| Aug 27 18:19:26.817 INFO STEP 857 (remove_files) COMPLETE
79052026-08-27T18:19:27.894Z[ recovery-image] Aug 27 18:19:26.817 INFO O| Aug 27 18:19:26.817 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-27T18:19:28.014Z[ recovery-image] Aug 27 18:19:26.827 INFO O| Aug 27 18:19:26.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79072026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.828 INFO O| Aug 27 18:19:26.828 INFO STEP 858 (remove_files) COMPLETE
79082026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.828 INFO O| Aug 27 18:19:26.828 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.838 INFO O| Aug 27 18:19:26.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79102026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.838 INFO O| Aug 27 18:19:26.838 INFO STEP 859 (remove_files) COMPLETE
79112026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.838 INFO O| Aug 27 18:19:26.838 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.849 INFO O| Aug 27 18:19:26.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79132026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.849 INFO O| Aug 27 18:19:26.849 INFO STEP 860 (remove_files) COMPLETE
79142026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.849 INFO O| Aug 27 18:19:26.849 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.860 INFO O| Aug 27 18:19:26.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79162026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.860 INFO O| Aug 27 18:19:26.860 INFO STEP 861 (remove_files) COMPLETE
79172026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.860 INFO O| Aug 27 18:19:26.860 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.869 INFO O| Aug 27 18:19:26.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79192026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.869 INFO O| Aug 27 18:19:26.869 INFO STEP 862 (remove_files) COMPLETE
79202026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.869 INFO O| Aug 27 18:19:26.869 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.878 INFO O| Aug 27 18:19:26.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79222026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.878 INFO O| Aug 27 18:19:26.878 INFO STEP 863 (remove_files) COMPLETE
79232026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.878 INFO O| Aug 27 18:19:26.878 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.888 INFO O| Aug 27 18:19:26.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79252026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.888 INFO O| Aug 27 18:19:26.888 INFO STEP 864 (remove_files) COMPLETE
79262026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.888 INFO O| Aug 27 18:19:26.888 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-27T18:19:28.044Z[ recovery-image] Aug 27 18:19:26.896 INFO O| Aug 27 18:19:26.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79282026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.896 INFO O| Aug 27 18:19:26.896 INFO STEP 865 (remove_files) COMPLETE
79292026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.896 INFO O| Aug 27 18:19:26.896 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.906 INFO O| Aug 27 18:19:26.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79312026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.907 INFO O| Aug 27 18:19:26.907 INFO STEP 866 (remove_files) COMPLETE
79322026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.907 INFO O| Aug 27 18:19:26.907 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.917 INFO O| Aug 27 18:19:26.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79342026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.917 INFO O| Aug 27 18:19:26.917 INFO STEP 867 (remove_files) COMPLETE
79352026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.917 INFO O| Aug 27 18:19:26.917 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.928 INFO O| Aug 27 18:19:26.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79372026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.928 INFO O| Aug 27 18:19:26.928 INFO STEP 868 (remove_files) COMPLETE
79382026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.928 INFO O| Aug 27 18:19:26.928 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.940 INFO O| Aug 27 18:19:26.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79402026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.940 INFO O| Aug 27 18:19:26.940 INFO STEP 869 (remove_files) COMPLETE
79412026-08-27T18:19:28.045Z[ recovery-image] Aug 27 18:19:26.940 INFO O| Aug 27 18:19:26.940 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-27T18:19:28.097Z[ recovery-image] Aug 27 18:19:26.951 INFO O| Aug 27 18:19:26.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79432026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.952 INFO O| Aug 27 18:19:26.952 INFO STEP 870 (remove_files) COMPLETE
79442026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.952 INFO O| Aug 27 18:19:26.952 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-27T18:19:28.098Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
79462026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.962 INFO O| Aug 27 18:19:26.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79472026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.962 INFO O| Aug 27 18:19:26.962 INFO STEP 871 (remove_files) COMPLETE
79482026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.962 INFO O| Aug 27 18:19:26.962 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.972 INFO O| Aug 27 18:19:26.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79502026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.975 INFO O| Aug 27 18:19:26.973 INFO STEP 872 (remove_files) COMPLETE
79512026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.975 INFO O| Aug 27 18:19:26.973 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.983 INFO O| Aug 27 18:19:26.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79532026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.983 INFO O| Aug 27 18:19:26.983 INFO STEP 873 (remove_files) COMPLETE
79542026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.983 INFO O| Aug 27 18:19:26.983 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.992 INFO O| Aug 27 18:19:26.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79562026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.993 INFO O| Aug 27 18:19:26.993 INFO STEP 874 (remove_files) COMPLETE
79572026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:26.993 INFO O| Aug 27 18:19:26.993 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:27.002 INFO O| Aug 27 18:19:27.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79592026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:27.002 INFO O| Aug 27 18:19:27.002 INFO STEP 875 (remove_files) COMPLETE
79602026-08-27T18:19:28.098Z[ recovery-image] Aug 27 18:19:27.002 INFO O| Aug 27 18:19:27.002 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-27T18:19:28.099Z[ recovery-image] Aug 27 18:19:27.010 INFO O| Aug 27 18:19:27.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79622026-08-27T18:19:28.099Z[ recovery-image] Aug 27 18:19:27.010 INFO O| Aug 27 18:19:27.010 INFO STEP 876 (remove_files) COMPLETE
79632026-08-27T18:19:28.099Z[ recovery-image] Aug 27 18:19:27.010 INFO O| Aug 27 18:19:27.010 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-27T18:19:28.099Z[ recovery-image] Aug 27 18:19:27.021 INFO O| Aug 27 18:19:27.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79652026-08-27T18:19:28.099Z[ recovery-image] Aug 27 18:19:27.022 INFO O| Aug 27 18:19:27.022 INFO STEP 877 (remove_files) COMPLETE
79662026-08-27T18:19:28.099Z[ recovery-image] Aug 27 18:19:27.022 INFO O| Aug 27 18:19:27.022 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-27T18:19:28.110Z[ recovery-image] Aug 27 18:19:27.031 INFO O| Aug 27 18:19:27.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79682026-08-27T18:19:28.110Z[ recovery-image] Aug 27 18:19:27.031 INFO O| Aug 27 18:19:27.031 INFO STEP 878 (remove_files) COMPLETE
79692026-08-27T18:19:28.110Z[ recovery-image] Aug 27 18:19:27.031 INFO O| Aug 27 18:19:27.031 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-27T18:19:28.110Z[ recovery-image] Aug 27 18:19:27.041 INFO O| Aug 27 18:19:27.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79712026-08-27T18:19:28.110Z[ recovery-image] Aug 27 18:19:27.041 INFO O| Aug 27 18:19:27.041 INFO STEP 879 (remove_files) COMPLETE
79722026-08-27T18:19:28.110Z[ recovery-image] Aug 27 18:19:27.041 INFO O| Aug 27 18:19:27.041 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-27T18:19:28.160Z[ recovery-image] Aug 27 18:19:27.051 INFO O| Aug 27 18:19:27.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79742026-08-27T18:19:28.160Z[ recovery-image] Aug 27 18:19:27.051 INFO O| Aug 27 18:19:27.051 INFO STEP 880 (remove_files) COMPLETE
79752026-08-27T18:19:28.160Z[ recovery-image] Aug 27 18:19:27.051 INFO O| Aug 27 18:19:27.051 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.061 INFO O| Aug 27 18:19:27.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79772026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.061 INFO O| Aug 27 18:19:27.061 INFO STEP 881 (remove_files) COMPLETE
79782026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.061 INFO O| Aug 27 18:19:27.061 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.072 INFO O| Aug 27 18:19:27.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79802026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.072 INFO O| Aug 27 18:19:27.072 INFO STEP 882 (remove_files) COMPLETE
79812026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.072 INFO O| Aug 27 18:19:27.072 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.083 INFO O| Aug 27 18:19:27.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79832026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.083 INFO O| Aug 27 18:19:27.083 INFO STEP 883 (remove_files) COMPLETE
79842026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.083 INFO O| Aug 27 18:19:27.083 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.093 INFO O| Aug 27 18:19:27.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79862026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.093 INFO O| Aug 27 18:19:27.093 INFO STEP 884 (remove_files) COMPLETE
79872026-08-27T18:19:28.161Z[ recovery-image] Aug 27 18:19:27.093 INFO O| Aug 27 18:19:27.093 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-27T18:19:28.170Z[ recovery-image] Aug 27 18:19:27.101 INFO O| Aug 27 18:19:27.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79892026-08-27T18:19:28.170Z[ recovery-image] Aug 27 18:19:27.101 INFO O| Aug 27 18:19:27.101 INFO STEP 885 (remove_files) COMPLETE
79902026-08-27T18:19:28.170Z[ recovery-image] Aug 27 18:19:27.101 INFO O| Aug 27 18:19:27.101 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-27T18:19:28.175Z[ recovery-image] Aug 27 18:19:27.110 INFO O| Aug 27 18:19:27.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79922026-08-27T18:19:28.175Z[ recovery-image] Aug 27 18:19:27.110 INFO O| Aug 27 18:19:27.110 INFO STEP 886 (remove_files) COMPLETE
79932026-08-27T18:19:28.175Z[ recovery-image] Aug 27 18:19:27.110 INFO O| Aug 27 18:19:27.110 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-27T18:19:28.191Z[ recovery-image] Aug 27 18:19:27.119 INFO O| Aug 27 18:19:27.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79952026-08-27T18:19:28.191Z[ recovery-image] Aug 27 18:19:27.119 INFO O| Aug 27 18:19:27.119 INFO STEP 887 (remove_files) COMPLETE
79962026-08-27T18:19:28.191Z[ recovery-image] Aug 27 18:19:27.119 INFO O| Aug 27 18:19:27.119 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-27T18:19:28.195Z[ recovery-image] Aug 27 18:19:27.128 INFO O| Aug 27 18:19:27.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79982026-08-27T18:19:28.195Z[ recovery-image] Aug 27 18:19:27.128 INFO O| Aug 27 18:19:27.128 INFO STEP 888 (remove_files) COMPLETE
79992026-08-27T18:19:28.195Z[ recovery-image] Aug 27 18:19:27.128 INFO O| Aug 27 18:19:27.128 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-27T18:19:28.201Z[ recovery-image] Aug 27 18:19:27.137 INFO O| Aug 27 18:19:27.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80012026-08-27T18:19:28.201Z[ recovery-image] Aug 27 18:19:27.137 INFO O| Aug 27 18:19:27.137 INFO STEP 889 (remove_files) COMPLETE
80022026-08-27T18:19:28.201Z[ recovery-image] Aug 27 18:19:27.137 INFO O| Aug 27 18:19:27.137 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-27T18:19:28.211Z[ recovery-image] Aug 27 18:19:27.147 INFO O| Aug 27 18:19:27.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80042026-08-27T18:19:28.211Z[ recovery-image] Aug 27 18:19:27.147 INFO O| Aug 27 18:19:27.147 INFO STEP 890 (remove_files) COMPLETE
80052026-08-27T18:19:28.218Z[ recovery-image] Aug 27 18:19:27.147 INFO O| Aug 27 18:19:27.147 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-27T18:19:28.231Z[ recovery-image] Aug 27 18:19:27.157 INFO O| Aug 27 18:19:27.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80072026-08-27T18:19:28.231Z[ recovery-image] Aug 27 18:19:27.158 INFO O| Aug 27 18:19:27.157 INFO STEP 891 (remove_files) COMPLETE
80082026-08-27T18:19:28.231Z[ recovery-image] Aug 27 18:19:27.158 INFO O| Aug 27 18:19:27.158 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-27T18:19:28.238Z[ recovery-image] Aug 27 18:19:27.168 INFO O| Aug 27 18:19:27.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80102026-08-27T18:19:28.238Z[ recovery-image] Aug 27 18:19:27.168 INFO O| Aug 27 18:19:27.168 INFO STEP 892 (remove_files) COMPLETE
80112026-08-27T18:19:28.238Z[ recovery-image] Aug 27 18:19:27.168 INFO O| Aug 27 18:19:27.168 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-27T18:19:28.247Z[ recovery-image] Aug 27 18:19:27.177 INFO O| Aug 27 18:19:27.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80132026-08-27T18:19:28.247Z[ recovery-image] Aug 27 18:19:27.177 INFO O| Aug 27 18:19:27.177 INFO STEP 893 (remove_files) COMPLETE
80142026-08-27T18:19:28.247Z[ recovery-image] Aug 27 18:19:27.177 INFO O| Aug 27 18:19:27.177 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-27T18:19:28.260Z[ recovery-image] Aug 27 18:19:27.185 INFO O| Aug 27 18:19:27.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80162026-08-27T18:19:28.260Z[ recovery-image] Aug 27 18:19:27.185 INFO O| Aug 27 18:19:27.185 INFO STEP 894 (remove_files) COMPLETE
80172026-08-27T18:19:28.260Z[ recovery-image] Aug 27 18:19:27.185 INFO O| Aug 27 18:19:27.185 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-27T18:19:28.268Z[ recovery-image] Aug 27 18:19:27.194 INFO O| Aug 27 18:19:27.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80192026-08-27T18:19:28.268Z[ recovery-image] Aug 27 18:19:27.194 INFO O| Aug 27 18:19:27.194 INFO STEP 895 (remove_files) COMPLETE
80202026-08-27T18:19:28.269Z[ recovery-image] Aug 27 18:19:27.194 INFO O| Aug 27 18:19:27.194 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-27T18:19:28.269Z[ recovery-image] Aug 27 18:19:27.204 INFO O| Aug 27 18:19:27.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80222026-08-27T18:19:28.269Z[ recovery-image] Aug 27 18:19:27.205 INFO O| Aug 27 18:19:27.204 INFO STEP 896 (remove_files) COMPLETE
80232026-08-27T18:19:28.269Z[ recovery-image] Aug 27 18:19:27.205 INFO O| Aug 27 18:19:27.205 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-27T18:19:28.280Z[ recovery-image] Aug 27 18:19:27.215 INFO O| Aug 27 18:19:27.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80252026-08-27T18:19:28.280Z[ recovery-image] Aug 27 18:19:27.215 INFO O| Aug 27 18:19:27.215 INFO STEP 897 (remove_files) COMPLETE
80262026-08-27T18:19:28.280Z[ recovery-image] Aug 27 18:19:27.215 INFO O| Aug 27 18:19:27.215 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-27T18:19:28.291Z[ recovery-image] Aug 27 18:19:27.224 INFO O| Aug 27 18:19:27.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80282026-08-27T18:19:28.298Z[ recovery-image] Aug 27 18:19:27.224 INFO O| Aug 27 18:19:27.224 INFO STEP 898 (remove_files) COMPLETE
80292026-08-27T18:19:28.298Z[ recovery-image] Aug 27 18:19:27.224 INFO O| Aug 27 18:19:27.224 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-27T18:19:28.298Z[ recovery-image] Aug 27 18:19:27.233 INFO O| Aug 27 18:19:27.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80312026-08-27T18:19:28.298Z[ recovery-image] Aug 27 18:19:27.233 INFO O| Aug 27 18:19:27.233 INFO STEP 899 (remove_files) COMPLETE
80322026-08-27T18:19:28.298Z[ recovery-image] Aug 27 18:19:27.233 INFO O| Aug 27 18:19:27.233 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-27T18:19:28.312Z[ recovery-image] Aug 27 18:19:27.244 INFO O| Aug 27 18:19:27.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80342026-08-27T18:19:28.312Z[ recovery-image] Aug 27 18:19:27.244 INFO O| Aug 27 18:19:27.244 INFO STEP 900 (remove_files) COMPLETE
80352026-08-27T18:19:28.312Z[ recovery-image] Aug 27 18:19:27.244 INFO O| Aug 27 18:19:27.244 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-27T18:19:28.322Z[ recovery-image] Aug 27 18:19:27.254 INFO O| Aug 27 18:19:27.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80372026-08-27T18:19:28.322Z[ recovery-image] Aug 27 18:19:27.254 INFO O| Aug 27 18:19:27.254 INFO STEP 901 (remove_files) COMPLETE
80382026-08-27T18:19:28.322Z[ recovery-image] Aug 27 18:19:27.254 INFO O| Aug 27 18:19:27.254 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-27T18:19:28.332Z[ recovery-image] Aug 27 18:19:27.263 INFO O| Aug 27 18:19:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80402026-08-27T18:19:28.332Z[ recovery-image] Aug 27 18:19:27.263 INFO O| Aug 27 18:19:27.263 INFO STEP 902 (remove_files) COMPLETE
80412026-08-27T18:19:28.332Z[ recovery-image] Aug 27 18:19:27.263 INFO O| Aug 27 18:19:27.263 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-27T18:19:28.342Z[ recovery-image] Aug 27 18:19:27.275 INFO O| Aug 27 18:19:27.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80432026-08-27T18:19:28.342Z[ recovery-image] Aug 27 18:19:27.275 INFO O| Aug 27 18:19:27.275 INFO STEP 903 (remove_files) COMPLETE
80442026-08-27T18:19:28.342Z[ recovery-image] Aug 27 18:19:27.275 INFO O| Aug 27 18:19:27.275 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-27T18:19:28.342Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
80462026-08-27T18:19:28.351Z[ recovery-image] Aug 27 18:19:27.285 INFO O| Aug 27 18:19:27.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80472026-08-27T18:19:28.351Z[ recovery-image] Aug 27 18:19:27.285 INFO O| Aug 27 18:19:27.285 INFO STEP 904 (remove_files) COMPLETE
80482026-08-27T18:19:28.351Z[ recovery-image] Aug 27 18:19:27.285 INFO O| Aug 27 18:19:27.285 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-27T18:19:28.361Z[ recovery-image] Aug 27 18:19:27.296 INFO O| Aug 27 18:19:27.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80502026-08-27T18:19:28.362Z[ recovery-image] Aug 27 18:19:27.296 INFO O| Aug 27 18:19:27.296 INFO STEP 905 (remove_files) COMPLETE
80512026-08-27T18:19:28.362Z[ recovery-image] Aug 27 18:19:27.296 INFO O| Aug 27 18:19:27.296 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-27T18:19:28.374Z[ recovery-image] Aug 27 18:19:27.305 INFO O| Aug 27 18:19:27.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80532026-08-27T18:19:28.374Z[ recovery-image] Aug 27 18:19:27.305 INFO O| Aug 27 18:19:27.305 INFO STEP 906 (remove_files) COMPLETE
80542026-08-27T18:19:28.374Z[ recovery-image] Aug 27 18:19:27.305 INFO O| Aug 27 18:19:27.305 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-27T18:19:28.383Z[ recovery-image] Aug 27 18:19:27.315 INFO O| Aug 27 18:19:27.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80562026-08-27T18:19:28.383Z[ recovery-image] Aug 27 18:19:27.315 INFO O| Aug 27 18:19:27.315 INFO STEP 907 (remove_files) COMPLETE
80572026-08-27T18:19:28.383Z[ recovery-image] Aug 27 18:19:27.315 INFO O| Aug 27 18:19:27.315 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-27T18:19:28.394Z[ recovery-image] Aug 27 18:19:27.330 INFO O| Aug 27 18:19:27.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80592026-08-27T18:19:28.394Z[ recovery-image] Aug 27 18:19:27.330 INFO O| Aug 27 18:19:27.330 INFO STEP 908 (remove_files) COMPLETE
80602026-08-27T18:19:28.394Z[ recovery-image] Aug 27 18:19:27.330 INFO O| Aug 27 18:19:27.330 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-27T18:19:28.403Z[ recovery-image] Aug 27 18:19:27.339 INFO O| Aug 27 18:19:27.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80622026-08-27T18:19:28.403Z[ recovery-image] Aug 27 18:19:27.339 INFO O| Aug 27 18:19:27.339 INFO STEP 909 (remove_files) COMPLETE
80632026-08-27T18:19:28.420Z[ recovery-image] Aug 27 18:19:27.339 INFO O| Aug 27 18:19:27.339 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-27T18:19:28.428Z[ recovery-image] Aug 27 18:19:27.351 INFO O| Aug 27 18:19:27.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80652026-08-27T18:19:28.428Z[ recovery-image] Aug 27 18:19:27.351 INFO O| Aug 27 18:19:27.351 INFO STEP 910 (remove_files) COMPLETE
80662026-08-27T18:19:28.428Z[ recovery-image] Aug 27 18:19:27.351 INFO O| Aug 27 18:19:27.351 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-27T18:19:28.428Z[ recovery-image] Aug 27 18:19:27.362 INFO O| Aug 27 18:19:27.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80682026-08-27T18:19:28.428Z[ recovery-image] Aug 27 18:19:27.362 INFO O| Aug 27 18:19:27.362 INFO STEP 911 (remove_files) COMPLETE
80692026-08-27T18:19:28.428Z[ recovery-image] Aug 27 18:19:27.362 INFO O| Aug 27 18:19:27.362 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-27T18:19:28.437Z[ recovery-image] Aug 27 18:19:27.371 INFO O| Aug 27 18:19:27.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80712026-08-27T18:19:28.437Z[ recovery-image] Aug 27 18:19:27.371 INFO O| Aug 27 18:19:27.371 INFO STEP 912 (remove_files) COMPLETE
80722026-08-27T18:19:28.437Z[ recovery-image] Aug 27 18:19:27.371 INFO O| Aug 27 18:19:27.371 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-27T18:19:28.447Z[ recovery-image] Aug 27 18:19:27.382 INFO O| Aug 27 18:19:27.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80742026-08-27T18:19:28.447Z[ recovery-image] Aug 27 18:19:27.382 INFO O| Aug 27 18:19:27.382 INFO STEP 913 (remove_files) COMPLETE
80752026-08-27T18:19:28.447Z[ recovery-image] Aug 27 18:19:27.382 INFO O| Aug 27 18:19:27.382 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-27T18:19:28.456Z[ recovery-image] Aug 27 18:19:27.392 INFO O| Aug 27 18:19:27.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80772026-08-27T18:19:28.456Z[ recovery-image] Aug 27 18:19:27.392 INFO O| Aug 27 18:19:27.392 INFO STEP 914 (remove_files) COMPLETE
80782026-08-27T18:19:28.456Z[ recovery-image] Aug 27 18:19:27.392 INFO O| Aug 27 18:19:27.392 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-27T18:19:28.467Z[ recovery-image] Aug 27 18:19:27.403 INFO O| Aug 27 18:19:27.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80802026-08-27T18:19:28.467Z[ recovery-image] Aug 27 18:19:27.403 INFO O| Aug 27 18:19:27.403 INFO STEP 915 (remove_files) COMPLETE
80812026-08-27T18:19:28.479Z[ recovery-image] Aug 27 18:19:27.403 INFO O| Aug 27 18:19:27.403 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-27T18:19:28.479Z[ recovery-image] Aug 27 18:19:27.415 INFO O| Aug 27 18:19:27.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80832026-08-27T18:19:28.479Z[ recovery-image] Aug 27 18:19:27.415 INFO O| Aug 27 18:19:27.415 INFO STEP 916 (remove_files) COMPLETE
80842026-08-27T18:19:28.479Z[ recovery-image] Aug 27 18:19:27.415 INFO O| Aug 27 18:19:27.415 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-27T18:19:28.492Z[ recovery-image] Aug 27 18:19:27.428 INFO O| Aug 27 18:19:27.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80862026-08-27T18:19:28.492Z[ recovery-image] Aug 27 18:19:27.428 INFO O| Aug 27 18:19:27.428 INFO STEP 917 (remove_files) COMPLETE
80872026-08-27T18:19:28.503Z[ recovery-image] Aug 27 18:19:27.428 INFO O| Aug 27 18:19:27.428 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-27T18:19:28.503Z[ recovery-image] Aug 27 18:19:27.437 INFO O| Aug 27 18:19:27.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80892026-08-27T18:19:28.503Z[ recovery-image] Aug 27 18:19:27.437 INFO O| Aug 27 18:19:27.437 INFO STEP 918 (remove_files) COMPLETE
80902026-08-27T18:19:28.503Z[ recovery-image] Aug 27 18:19:27.437 INFO O| Aug 27 18:19:27.437 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-27T18:19:28.513Z[ recovery-image] Aug 27 18:19:27.446 INFO O| Aug 27 18:19:27.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80922026-08-27T18:19:28.513Z[ recovery-image] Aug 27 18:19:27.446 INFO O| Aug 27 18:19:27.446 INFO STEP 919 (remove_files) COMPLETE
80932026-08-27T18:19:28.513Z[ recovery-image] Aug 27 18:19:27.446 INFO O| Aug 27 18:19:27.446 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-27T18:19:28.525Z[ recovery-image] Aug 27 18:19:27.454 INFO O| Aug 27 18:19:27.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80952026-08-27T18:19:28.525Z[ recovery-image] Aug 27 18:19:27.454 INFO O| Aug 27 18:19:27.454 INFO STEP 920 (remove_files) COMPLETE
80962026-08-27T18:19:28.525Z[ recovery-image] Aug 27 18:19:27.454 INFO O| Aug 27 18:19:27.454 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-27T18:19:28.535Z[ recovery-image] Aug 27 18:19:27.462 INFO O| Aug 27 18:19:27.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80982026-08-27T18:19:28.535Z[ recovery-image] Aug 27 18:19:27.462 INFO O| Aug 27 18:19:27.462 INFO STEP 921 (remove_files) COMPLETE
80992026-08-27T18:19:28.535Z[ recovery-image] Aug 27 18:19:27.462 INFO O| Aug 27 18:19:27.462 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-27T18:19:28.536Z[ recovery-image] Aug 27 18:19:27.470 INFO O| Aug 27 18:19:27.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81012026-08-27T18:19:28.536Z[ recovery-image] Aug 27 18:19:27.470 INFO O| Aug 27 18:19:27.470 INFO STEP 922 (remove_files) COMPLETE
81022026-08-27T18:19:28.536Z[ recovery-image] Aug 27 18:19:27.470 INFO O| Aug 27 18:19:27.470 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-27T18:19:28.545Z[ recovery-image] Aug 27 18:19:27.478 INFO O| Aug 27 18:19:27.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81042026-08-27T18:19:28.546Z[ recovery-image] Aug 27 18:19:27.478 INFO O| Aug 27 18:19:27.478 INFO STEP 923 (remove_files) COMPLETE
81052026-08-27T18:19:28.546Z[ recovery-image] Aug 27 18:19:27.478 INFO O| Aug 27 18:19:27.478 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-27T18:19:28.556Z[ recovery-image] Aug 27 18:19:27.486 INFO O| Aug 27 18:19:27.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81072026-08-27T18:19:28.556Z[ recovery-image] Aug 27 18:19:27.486 INFO O| Aug 27 18:19:27.486 INFO STEP 924 (remove_files) COMPLETE
81082026-08-27T18:19:28.556Z[ recovery-image] Aug 27 18:19:27.486 INFO O| Aug 27 18:19:27.486 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-27T18:19:28.564Z[ recovery-image] Aug 27 18:19:27.493 INFO O| Aug 27 18:19:27.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81102026-08-27T18:19:28.564Z[ recovery-image] Aug 27 18:19:27.493 INFO O| Aug 27 18:19:27.493 INFO STEP 925 (remove_files) COMPLETE
81112026-08-27T18:19:28.564Z[ recovery-image] Aug 27 18:19:27.493 INFO O| Aug 27 18:19:27.493 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-27T18:19:28.571Z[ recovery-image] Aug 27 18:19:27.501 INFO O| Aug 27 18:19:27.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81132026-08-27T18:19:28.571Z[ recovery-image] Aug 27 18:19:27.501 INFO O| Aug 27 18:19:27.501 INFO STEP 926 (remove_files) COMPLETE
81142026-08-27T18:19:28.571Z[ recovery-image] Aug 27 18:19:27.501 INFO O| Aug 27 18:19:27.501 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-27T18:19:28.582Z[ recovery-image] Aug 27 18:19:27.512 INFO O| Aug 27 18:19:27.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81162026-08-27T18:19:28.582Z[ recovery-image] Aug 27 18:19:27.512 INFO O| Aug 27 18:19:27.512 INFO STEP 927 (remove_files) COMPLETE
81172026-08-27T18:19:28.582Z[ recovery-image] Aug 27 18:19:27.512 INFO O| Aug 27 18:19:27.512 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-27T18:19:28.592Z[ recovery-image] Aug 27 18:19:27.524 INFO O| Aug 27 18:19:27.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81192026-08-27T18:19:28.593Z[ recovery-image] Aug 27 18:19:27.524 INFO O| Aug 27 18:19:27.524 INFO STEP 928 (remove_files) COMPLETE
81202026-08-27T18:19:28.593Z[ recovery-image] Aug 27 18:19:27.524 INFO O| Aug 27 18:19:27.524 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-27T18:19:28.603Z[ recovery-image] Aug 27 18:19:27.533 INFO O| Aug 27 18:19:27.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81222026-08-27T18:19:28.603Z[ recovery-image] Aug 27 18:19:27.533 INFO O| Aug 27 18:19:27.533 INFO STEP 929 (remove_files) COMPLETE
81232026-08-27T18:19:28.603Z[ recovery-image] Aug 27 18:19:27.533 INFO O| Aug 27 18:19:27.533 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-27T18:19:28.611Z[ recovery-image] Aug 27 18:19:27.541 INFO O| Aug 27 18:19:27.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81252026-08-27T18:19:28.612Z[ recovery-image] Aug 27 18:19:27.541 INFO O| Aug 27 18:19:27.541 INFO STEP 930 (remove_files) COMPLETE
81262026-08-27T18:19:28.612Z[ recovery-image] Aug 27 18:19:27.541 INFO O| Aug 27 18:19:27.541 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-27T18:19:28.620Z[ recovery-image] Aug 27 18:19:27.550 INFO O| Aug 27 18:19:27.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81282026-08-27T18:19:28.620Z[ recovery-image] Aug 27 18:19:27.550 INFO O| Aug 27 18:19:27.550 INFO STEP 931 (remove_files) COMPLETE
81292026-08-27T18:19:28.620Z[ recovery-image] Aug 27 18:19:27.550 INFO O| Aug 27 18:19:27.550 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-27T18:19:28.628Z[ recovery-image] Aug 27 18:19:27.557 INFO O| Aug 27 18:19:27.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81312026-08-27T18:19:28.628Z[ recovery-image] Aug 27 18:19:27.558 INFO O| Aug 27 18:19:27.558 INFO STEP 932 (remove_files) COMPLETE
81322026-08-27T18:19:28.628Z[ recovery-image] Aug 27 18:19:27.558 INFO O| Aug 27 18:19:27.558 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-27T18:19:28.637Z[ recovery-image] Aug 27 18:19:27.565 INFO O| Aug 27 18:19:27.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81342026-08-27T18:19:28.637Z[ recovery-image] Aug 27 18:19:27.565 INFO O| Aug 27 18:19:27.565 INFO STEP 933 (remove_files) COMPLETE
81352026-08-27T18:19:28.637Z[ recovery-image] Aug 27 18:19:27.565 INFO O| Aug 27 18:19:27.565 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-27T18:19:28.637Z[ recovery-image] Aug 27 18:19:27.573 INFO O| Aug 27 18:19:27.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81372026-08-27T18:19:28.637Z[ recovery-image] Aug 27 18:19:27.573 INFO O| Aug 27 18:19:27.573 INFO STEP 934 (remove_files) COMPLETE
81382026-08-27T18:19:28.637Z[ recovery-image] Aug 27 18:19:27.573 INFO O| Aug 27 18:19:27.573 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-27T18:19:28.646Z[ recovery-image] Aug 27 18:19:27.581 INFO O| Aug 27 18:19:27.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81402026-08-27T18:19:28.646Z[ recovery-image] Aug 27 18:19:27.581 INFO O| Aug 27 18:19:27.581 INFO STEP 935 (remove_files) COMPLETE
81412026-08-27T18:19:28.647Z[ recovery-image] Aug 27 18:19:27.581 INFO O| Aug 27 18:19:27.581 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-27T18:19:28.656Z[ recovery-image] Aug 27 18:19:27.588 INFO O| Aug 27 18:19:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81432026-08-27T18:19:28.656Z[ recovery-image] Aug 27 18:19:27.589 INFO O| Aug 27 18:19:27.588 INFO STEP 936 (remove_files) COMPLETE
81442026-08-27T18:19:28.656Z[ recovery-image] Aug 27 18:19:27.589 INFO O| Aug 27 18:19:27.589 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-27T18:19:28.664Z[ recovery-image] Aug 27 18:19:27.596 INFO O| Aug 27 18:19:27.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81462026-08-27T18:19:28.664Z[ recovery-image] Aug 27 18:19:27.596 INFO O| Aug 27 18:19:27.596 INFO STEP 937 (remove_files) COMPLETE
81472026-08-27T18:19:28.664Z[ recovery-image] Aug 27 18:19:27.596 INFO O| Aug 27 18:19:27.596 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-27T18:19:28.674Z[ recovery-image] Aug 27 18:19:27.604 INFO O| Aug 27 18:19:27.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81492026-08-27T18:19:28.674Z[ recovery-image] Aug 27 18:19:27.604 INFO O| Aug 27 18:19:27.604 INFO STEP 938 (remove_files) COMPLETE
81502026-08-27T18:19:28.674Z[ recovery-image] Aug 27 18:19:27.604 INFO O| Aug 27 18:19:27.604 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-27T18:19:28.694Z[ recovery-image] Aug 27 18:19:27.611 INFO O| Aug 27 18:19:27.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81522026-08-27T18:19:28.694Z[ recovery-image] Aug 27 18:19:27.611 INFO O| Aug 27 18:19:27.611 INFO STEP 939 (remove_files) COMPLETE
81532026-08-27T18:19:28.694Z[ recovery-image] Aug 27 18:19:27.611 INFO O| Aug 27 18:19:27.611 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-27T18:19:28.694Z[ recovery-image] Aug 27 18:19:27.619 INFO O| Aug 27 18:19:27.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81552026-08-27T18:19:28.694Z[ recovery-image] Aug 27 18:19:27.619 INFO O| Aug 27 18:19:27.619 INFO STEP 940 (remove_files) COMPLETE
81562026-08-27T18:19:28.694Z[ recovery-image] Aug 27 18:19:27.619 INFO O| Aug 27 18:19:27.619 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-27T18:19:28.704Z[ recovery-image] Aug 27 18:19:27.627 INFO O| Aug 27 18:19:27.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81582026-08-27T18:19:28.704Z[ recovery-image] Aug 27 18:19:27.627 INFO O| Aug 27 18:19:27.627 INFO STEP 941 (remove_files) COMPLETE
81592026-08-27T18:19:28.704Z[ recovery-image] Aug 27 18:19:27.627 INFO O| Aug 27 18:19:27.627 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-27T18:19:28.704Z[ recovery-image] Aug 27 18:19:27.636 INFO O| Aug 27 18:19:27.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81612026-08-27T18:19:28.704Z[ recovery-image] Aug 27 18:19:27.636 INFO O| Aug 27 18:19:27.636 INFO STEP 942 (remove_files) COMPLETE
81622026-08-27T18:19:28.704Z[ recovery-image] Aug 27 18:19:27.636 INFO O| Aug 27 18:19:27.636 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-27T18:19:28.715Z[ recovery-image] Aug 27 18:19:27.644 INFO O| Aug 27 18:19:27.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81642026-08-27T18:19:28.716Z[ recovery-image] Aug 27 18:19:27.644 INFO O| Aug 27 18:19:27.644 INFO STEP 943 (remove_files) COMPLETE
81652026-08-27T18:19:28.716Z[ recovery-image] Aug 27 18:19:27.644 INFO O| Aug 27 18:19:27.644 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-27T18:19:28.726Z[ recovery-image] Aug 27 18:19:27.653 INFO O| Aug 27 18:19:27.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81672026-08-27T18:19:28.727Z[ recovery-image] Aug 27 18:19:27.653 INFO O| Aug 27 18:19:27.653 INFO STEP 944 (remove_files) COMPLETE
81682026-08-27T18:19:28.727Z[ recovery-image] Aug 27 18:19:27.653 INFO O| Aug 27 18:19:27.653 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-27T18:19:28.736Z[ recovery-image] Aug 27 18:19:27.663 INFO O| Aug 27 18:19:27.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81702026-08-27T18:19:28.736Z[ recovery-image] Aug 27 18:19:27.663 INFO O| Aug 27 18:19:27.663 INFO STEP 945 (remove_files) COMPLETE
81712026-08-27T18:19:28.736Z[ recovery-image] Aug 27 18:19:27.663 INFO O| Aug 27 18:19:27.663 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-27T18:19:28.746Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
81732026-08-27T18:19:28.746Z[ recovery-image] Aug 27 18:19:27.672 INFO O| Aug 27 18:19:27.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81742026-08-27T18:19:28.746Z[ recovery-image] Aug 27 18:19:27.673 INFO O| Aug 27 18:19:27.672 INFO STEP 946 (remove_files) COMPLETE
81752026-08-27T18:19:28.746Z[ recovery-image] Aug 27 18:19:27.673 INFO O| Aug 27 18:19:27.673 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-27T18:19:28.755Z[ recovery-image] Aug 27 18:19:27.682 INFO O| Aug 27 18:19:27.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81772026-08-27T18:19:28.755Z[ recovery-image] Aug 27 18:19:27.682 INFO O| Aug 27 18:19:27.682 INFO STEP 947 (remove_files) COMPLETE
81782026-08-27T18:19:28.755Z[ recovery-image] Aug 27 18:19:27.682 INFO O| Aug 27 18:19:27.682 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-27T18:19:28.767Z[ recovery-image] Aug 27 18:19:27.692 INFO O| Aug 27 18:19:27.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81802026-08-27T18:19:28.767Z[ recovery-image] Aug 27 18:19:27.692 INFO O| Aug 27 18:19:27.692 INFO STEP 948 (remove_files) COMPLETE
81812026-08-27T18:19:28.767Z[ recovery-image] Aug 27 18:19:27.692 INFO O| Aug 27 18:19:27.692 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-27T18:19:28.767Z[ recovery-image] Aug 27 18:19:27.702 INFO O| Aug 27 18:19:27.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81832026-08-27T18:19:28.777Z[ recovery-image] Aug 27 18:19:27.703 INFO O| Aug 27 18:19:27.703 INFO STEP 949 (remove_files) COMPLETE
81842026-08-27T18:19:28.777Z[ recovery-image] Aug 27 18:19:27.703 INFO O| Aug 27 18:19:27.703 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-27T18:19:28.787Z[ recovery-image] Aug 27 18:19:27.713 INFO O| Aug 27 18:19:27.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81862026-08-27T18:19:28.787Z[ recovery-image] Aug 27 18:19:27.713 INFO O| Aug 27 18:19:27.713 INFO STEP 950 (remove_files) COMPLETE
81872026-08-27T18:19:28.787Z[ recovery-image] Aug 27 18:19:27.713 INFO O| Aug 27 18:19:27.713 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-27T18:19:28.795Z[ recovery-image] Aug 27 18:19:27.724 INFO O| Aug 27 18:19:27.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81892026-08-27T18:19:28.795Z[ recovery-image] Aug 27 18:19:27.725 INFO O| Aug 27 18:19:27.725 INFO STEP 951 (remove_files) COMPLETE
81902026-08-27T18:19:28.795Z[ recovery-image] Aug 27 18:19:27.725 INFO O| Aug 27 18:19:27.725 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-27T18:19:28.804Z[ recovery-image] Aug 27 18:19:27.735 INFO O| Aug 27 18:19:27.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81922026-08-27T18:19:28.804Z[ recovery-image] Aug 27 18:19:27.735 INFO O| Aug 27 18:19:27.735 INFO STEP 952 (remove_files) COMPLETE
81932026-08-27T18:19:28.804Z[ recovery-image] Aug 27 18:19:27.735 INFO O| Aug 27 18:19:27.735 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-27T18:19:28.814Z[ recovery-image] Aug 27 18:19:27.744 INFO O| Aug 27 18:19:27.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81952026-08-27T18:19:28.815Z[ recovery-image] Aug 27 18:19:27.744 INFO O| Aug 27 18:19:27.744 INFO STEP 953 (remove_files) COMPLETE
81962026-08-27T18:19:28.815Z[ recovery-image] Aug 27 18:19:27.744 INFO O| Aug 27 18:19:27.744 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-27T18:19:28.823Z[ recovery-image] Aug 27 18:19:27.754 INFO O| Aug 27 18:19:27.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81982026-08-27T18:19:28.823Z[ recovery-image] Aug 27 18:19:27.754 INFO O| Aug 27 18:19:27.754 INFO STEP 954 (remove_files) COMPLETE
81992026-08-27T18:19:28.824Z[ recovery-image] Aug 27 18:19:27.754 INFO O| Aug 27 18:19:27.754 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-27T18:19:28.834Z[ recovery-image] Aug 27 18:19:27.763 INFO O| Aug 27 18:19:27.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82012026-08-27T18:19:28.834Z[ recovery-image] Aug 27 18:19:27.763 INFO O| Aug 27 18:19:27.763 INFO STEP 955 (remove_files) COMPLETE
82022026-08-27T18:19:28.834Z[ recovery-image] Aug 27 18:19:27.763 INFO O| Aug 27 18:19:27.763 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-27T18:19:28.846Z[ recovery-image] Aug 27 18:19:27.772 INFO O| Aug 27 18:19:27.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82042026-08-27T18:19:28.846Z[ recovery-image] Aug 27 18:19:27.772 INFO O| Aug 27 18:19:27.772 INFO STEP 956 (remove_files) COMPLETE
82052026-08-27T18:19:28.846Z[ recovery-image] Aug 27 18:19:27.772 INFO O| Aug 27 18:19:27.772 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-27T18:19:28.846Z[ recovery-image] Aug 27 18:19:27.781 INFO O| Aug 27 18:19:27.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82072026-08-27T18:19:28.847Z[ recovery-image] Aug 27 18:19:27.781 INFO O| Aug 27 18:19:27.781 INFO STEP 957 (remove_files) COMPLETE
82082026-08-27T18:19:28.847Z[ recovery-image] Aug 27 18:19:27.781 INFO O| Aug 27 18:19:27.781 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-27T18:19:28.857Z[ recovery-image] Aug 27 18:19:27.791 INFO O| Aug 27 18:19:27.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82102026-08-27T18:19:28.857Z[ recovery-image] Aug 27 18:19:27.791 INFO O| Aug 27 18:19:27.791 INFO STEP 958 (remove_files) COMPLETE
82112026-08-27T18:19:28.857Z[ recovery-image] Aug 27 18:19:27.791 INFO O| Aug 27 18:19:27.791 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-27T18:19:28.867Z[ recovery-image] Aug 27 18:19:27.801 INFO O| Aug 27 18:19:27.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82132026-08-27T18:19:28.868Z[ recovery-image] Aug 27 18:19:27.801 INFO O| Aug 27 18:19:27.801 INFO STEP 959 (remove_files) COMPLETE
82142026-08-27T18:19:28.868Z[ recovery-image] Aug 27 18:19:27.801 INFO O| Aug 27 18:19:27.801 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-27T18:19:28.877Z[ recovery-image] Aug 27 18:19:27.809 INFO O| Aug 27 18:19:27.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82162026-08-27T18:19:28.877Z[ recovery-image] Aug 27 18:19:27.809 INFO O| Aug 27 18:19:27.809 INFO STEP 960 (remove_files) COMPLETE
82172026-08-27T18:19:28.877Z[ recovery-image] Aug 27 18:19:27.809 INFO O| Aug 27 18:19:27.809 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-27T18:19:28.884Z[ recovery-image] Aug 27 18:19:27.819 INFO O| Aug 27 18:19:27.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82192026-08-27T18:19:28.884Z[ recovery-image] Aug 27 18:19:27.819 INFO O| Aug 27 18:19:27.819 INFO STEP 961 (remove_files) COMPLETE
82202026-08-27T18:19:28.885Z[ recovery-image] Aug 27 18:19:27.819 INFO O| Aug 27 18:19:27.819 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-27T18:19:28.894Z[ recovery-image] Aug 27 18:19:27.828 INFO O| Aug 27 18:19:27.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82222026-08-27T18:19:28.894Z[ recovery-image] Aug 27 18:19:27.828 INFO O| Aug 27 18:19:27.828 INFO STEP 962 (remove_files) COMPLETE
82232026-08-27T18:19:28.894Z[ recovery-image] Aug 27 18:19:27.828 INFO O| Aug 27 18:19:27.828 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-27T18:19:28.903Z[ recovery-image] Aug 27 18:19:27.837 INFO O| Aug 27 18:19:27.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82252026-08-27T18:19:28.903Z[ recovery-image] Aug 27 18:19:27.837 INFO O| Aug 27 18:19:27.837 INFO STEP 963 (remove_files) COMPLETE
82262026-08-27T18:19:28.903Z[ recovery-image] Aug 27 18:19:27.837 INFO O| Aug 27 18:19:27.837 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-27T18:19:28.912Z[ recovery-image] Aug 27 18:19:27.845 INFO O| Aug 27 18:19:27.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82282026-08-27T18:19:28.912Z[ recovery-image] Aug 27 18:19:27.845 INFO O| Aug 27 18:19:27.845 INFO STEP 964 (remove_files) COMPLETE
82292026-08-27T18:19:28.912Z[ recovery-image] Aug 27 18:19:27.845 INFO O| Aug 27 18:19:27.845 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-27T18:19:28.925Z[ recovery-image] Aug 27 18:19:27.854 INFO O| Aug 27 18:19:27.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82312026-08-27T18:19:28.925Z[ recovery-image] Aug 27 18:19:27.854 INFO O| Aug 27 18:19:27.854 INFO STEP 965 (remove_files) COMPLETE
82322026-08-27T18:19:28.925Z[ recovery-image] Aug 27 18:19:27.854 INFO O| Aug 27 18:19:27.854 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-27T18:19:28.939Z[ recovery-image] Aug 27 18:19:27.863 INFO O| Aug 27 18:19:27.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82342026-08-27T18:19:28.939Z[ recovery-image] Aug 27 18:19:27.863 INFO O| Aug 27 18:19:27.863 INFO STEP 966 (remove_files) COMPLETE
82352026-08-27T18:19:28.939Z[ recovery-image] Aug 27 18:19:27.863 INFO O| Aug 27 18:19:27.863 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-27T18:19:28.939Z[verify-libraries] Compiling git2 v0.20.4
82372026-08-27T18:19:28.963Z[ recovery-image] Aug 27 18:19:27.872 INFO O| Aug 27 18:19:27.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82382026-08-27T18:19:28.963Z[ recovery-image] Aug 27 18:19:27.872 INFO O| Aug 27 18:19:27.872 INFO STEP 967 (remove_files) COMPLETE
82392026-08-27T18:19:28.964Z[ recovery-image] Aug 27 18:19:27.872 INFO O| Aug 27 18:19:27.872 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-27T18:19:28.964Z[ recovery-image] Aug 27 18:19:27.881 INFO O| Aug 27 18:19:27.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82412026-08-27T18:19:28.964Z[ recovery-image] Aug 27 18:19:27.881 INFO O| Aug 27 18:19:27.881 INFO STEP 968 (remove_files) COMPLETE
82422026-08-27T18:19:28.964Z[ recovery-image] Aug 27 18:19:27.881 INFO O| Aug 27 18:19:27.881 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-27T18:19:28.976Z[ recovery-image] Aug 27 18:19:27.890 INFO O| Aug 27 18:19:27.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82442026-08-27T18:19:28.976Z[ recovery-image] Aug 27 18:19:27.890 INFO O| Aug 27 18:19:27.890 INFO STEP 969 (remove_files) COMPLETE
82452026-08-27T18:19:28.976Z[ recovery-image] Aug 27 18:19:27.890 INFO O| Aug 27 18:19:27.890 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-27T18:19:28.976Z[ recovery-image] Aug 27 18:19:27.898 INFO O| Aug 27 18:19:27.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82472026-08-27T18:19:28.976Z[ recovery-image] Aug 27 18:19:27.898 INFO O| Aug 27 18:19:27.898 INFO STEP 970 (remove_files) COMPLETE
82482026-08-27T18:19:28.976Z[ recovery-image] Aug 27 18:19:27.898 INFO O| Aug 27 18:19:27.898 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-27T18:19:28.976Z[ recovery-image] Aug 27 18:19:27.909 INFO O| Aug 27 18:19:27.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82502026-08-27T18:19:28.977Z[ recovery-image] Aug 27 18:19:27.909 INFO O| Aug 27 18:19:27.909 INFO STEP 971 (remove_files) COMPLETE
82512026-08-27T18:19:28.977Z[ recovery-image] Aug 27 18:19:27.909 INFO O| Aug 27 18:19:27.909 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-27T18:19:28.986Z[ recovery-image] Aug 27 18:19:27.918 INFO O| Aug 27 18:19:27.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82532026-08-27T18:19:28.986Z[ recovery-image] Aug 27 18:19:27.918 INFO O| Aug 27 18:19:27.918 INFO STEP 972 (remove_files) COMPLETE
82542026-08-27T18:19:28.987Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
82552026-08-27T18:19:28.987Z[ recovery-image] Aug 27 18:19:27.918 INFO O| Aug 27 18:19:27.918 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-27T18:19:28.995Z[ recovery-image] Aug 27 18:19:27.927 INFO O| Aug 27 18:19:27.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82572026-08-27T18:19:28.995Z[ recovery-image] Aug 27 18:19:27.927 INFO O| Aug 27 18:19:27.927 INFO STEP 973 (remove_files) COMPLETE
82582026-08-27T18:19:28.995Z[ recovery-image] Aug 27 18:19:27.927 INFO O| Aug 27 18:19:27.927 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-27T18:19:29.005Z[ recovery-image] Aug 27 18:19:27.939 INFO O| Aug 27 18:19:27.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82602026-08-27T18:19:29.005Z[ recovery-image] Aug 27 18:19:27.940 INFO O| Aug 27 18:19:27.940 INFO STEP 974 (remove_files) COMPLETE
82612026-08-27T18:19:29.006Z[ recovery-image] Aug 27 18:19:27.940 INFO O| Aug 27 18:19:27.940 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-27T18:19:29.014Z[ recovery-image] Aug 27 18:19:27.950 INFO O| Aug 27 18:19:27.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82632026-08-27T18:19:29.015Z[ recovery-image] Aug 27 18:19:27.950 INFO O| Aug 27 18:19:27.950 INFO STEP 975 (remove_files) COMPLETE
82642026-08-27T18:19:29.015Z[ recovery-image] Aug 27 18:19:27.950 INFO O| Aug 27 18:19:27.950 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-27T18:19:29.025Z[ recovery-image] Aug 27 18:19:27.959 INFO O| Aug 27 18:19:27.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82662026-08-27T18:19:29.025Z[ recovery-image] Aug 27 18:19:27.960 INFO O| Aug 27 18:19:27.960 INFO STEP 976 (remove_files) COMPLETE
82672026-08-27T18:19:29.025Z[ recovery-image] Aug 27 18:19:27.960 INFO O| Aug 27 18:19:27.960 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-27T18:19:29.035Z[ recovery-image] Aug 27 18:19:27.969 INFO O| Aug 27 18:19:27.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82692026-08-27T18:19:29.036Z[ recovery-image] Aug 27 18:19:27.969 INFO O| Aug 27 18:19:27.969 INFO STEP 977 (remove_files) COMPLETE
82702026-08-27T18:19:29.036Z[ recovery-image] Aug 27 18:19:27.969 INFO O| Aug 27 18:19:27.969 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-27T18:19:29.045Z[ recovery-image] Aug 27 18:19:27.979 INFO O| Aug 27 18:19:27.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82722026-08-27T18:19:29.046Z[ recovery-image] Aug 27 18:19:27.979 INFO O| Aug 27 18:19:27.979 INFO STEP 978 (remove_files) COMPLETE
82732026-08-27T18:19:29.046Z[ recovery-image] Aug 27 18:19:27.979 INFO O| Aug 27 18:19:27.979 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-27T18:19:29.056Z[ recovery-image] Aug 27 18:19:27.988 INFO O| Aug 27 18:19:27.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82752026-08-27T18:19:29.056Z[ recovery-image] Aug 27 18:19:27.989 INFO O| Aug 27 18:19:27.989 INFO STEP 979 (remove_files) COMPLETE
82762026-08-27T18:19:29.056Z[ recovery-image] Aug 27 18:19:27.989 INFO O| Aug 27 18:19:27.989 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:27.997 INFO O| Aug 27 18:19:27.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82782026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:27.997 INFO O| Aug 27 18:19:27.997 INFO STEP 980 (remove_files) COMPLETE
82792026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:27.997 INFO O| Aug 27 18:19:27.997 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.008 INFO O| Aug 27 18:19:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82812026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.008 INFO O| Aug 27 18:19:28.008 INFO STEP 981 (remove_files) COMPLETE
82822026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.008 INFO O| Aug 27 18:19:28.008 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.019 INFO O| Aug 27 18:19:28.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82842026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.019 INFO O| Aug 27 18:19:28.019 INFO STEP 982 (remove_files) COMPLETE
82852026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.019 INFO O| Aug 27 18:19:28.019 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.029 INFO O| Aug 27 18:19:28.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82872026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.029 INFO O| Aug 27 18:19:28.029 INFO STEP 983 (remove_files) COMPLETE
82882026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.030 INFO O| Aug 27 18:19:28.029 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.041 INFO O| Aug 27 18:19:28.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82902026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.041 INFO O| Aug 27 18:19:28.041 INFO STEP 984 (remove_files) COMPLETE
82912026-08-27T18:19:29.106Z[ recovery-image] Aug 27 18:19:28.041 INFO O| Aug 27 18:19:28.041 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-27T18:19:29.123Z[ recovery-image] Aug 27 18:19:28.051 INFO O| Aug 27 18:19:28.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82932026-08-27T18:19:29.123Z[ recovery-image] Aug 27 18:19:28.051 INFO O| Aug 27 18:19:28.051 INFO STEP 985 (remove_files) COMPLETE
82942026-08-27T18:19:29.123Z[ recovery-image] Aug 27 18:19:28.051 INFO O| Aug 27 18:19:28.051 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-27T18:19:29.132Z[ recovery-image] Aug 27 18:19:28.061 INFO O| Aug 27 18:19:28.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82962026-08-27T18:19:29.132Z[ recovery-image] Aug 27 18:19:28.061 INFO O| Aug 27 18:19:28.061 INFO STEP 986 (remove_files) COMPLETE
82972026-08-27T18:19:29.132Z[ recovery-image] Aug 27 18:19:28.061 INFO O| Aug 27 18:19:28.061 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-27T18:19:29.140Z[ recovery-image] Aug 27 18:19:28.071 INFO O| Aug 27 18:19:28.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82992026-08-27T18:19:29.140Z[ recovery-image] Aug 27 18:19:28.071 INFO O| Aug 27 18:19:28.071 INFO STEP 987 (remove_files) COMPLETE
83002026-08-27T18:19:29.140Z[ recovery-image] Aug 27 18:19:28.071 INFO O| Aug 27 18:19:28.071 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-27T18:19:29.148Z[ recovery-image] Aug 27 18:19:28.081 INFO O| Aug 27 18:19:28.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83022026-08-27T18:19:29.148Z[ recovery-image] Aug 27 18:19:28.081 INFO O| Aug 27 18:19:28.081 INFO STEP 988 (remove_files) COMPLETE
83032026-08-27T18:19:29.148Z[ recovery-image] Aug 27 18:19:28.081 INFO O| Aug 27 18:19:28.081 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-27T18:19:29.158Z[ recovery-image] Aug 27 18:19:28.093 INFO O| Aug 27 18:19:28.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83052026-08-27T18:19:29.158Z[ recovery-image] Aug 27 18:19:28.093 INFO O| Aug 27 18:19:28.093 INFO STEP 989 (remove_files) COMPLETE
83062026-08-27T18:19:29.158Z[ recovery-image] Aug 27 18:19:28.093 INFO O| Aug 27 18:19:28.093 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-27T18:19:29.170Z[ recovery-image] Aug 27 18:19:28.104 INFO O| Aug 27 18:19:28.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83082026-08-27T18:19:29.170Z[ recovery-image] Aug 27 18:19:28.104 INFO O| Aug 27 18:19:28.104 INFO STEP 990 (remove_files) COMPLETE
83092026-08-27T18:19:29.170Z[ recovery-image] Aug 27 18:19:28.104 INFO O| Aug 27 18:19:28.104 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-27T18:19:29.180Z[ recovery-image] Aug 27 18:19:28.116 INFO O| Aug 27 18:19:28.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83112026-08-27T18:19:29.180Z[ recovery-image] Aug 27 18:19:28.116 INFO O| Aug 27 18:19:28.116 INFO STEP 991 (remove_files) COMPLETE
83122026-08-27T18:19:29.180Z[ recovery-image] Aug 27 18:19:28.116 INFO O| Aug 27 18:19:28.116 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-27T18:19:29.190Z[ recovery-image] Aug 27 18:19:28.126 INFO O| Aug 27 18:19:28.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83142026-08-27T18:19:29.190Z[ recovery-image] Aug 27 18:19:28.126 INFO O| Aug 27 18:19:28.126 INFO STEP 992 (remove_files) COMPLETE
83152026-08-27T18:19:29.190Z[ recovery-image] Aug 27 18:19:28.126 INFO O| Aug 27 18:19:28.126 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-27T18:19:29.203Z[ recovery-image] Aug 27 18:19:28.136 INFO O| Aug 27 18:19:28.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83172026-08-27T18:19:29.203Z[ recovery-image] Aug 27 18:19:28.136 INFO O| Aug 27 18:19:28.136 INFO STEP 993 (remove_files) COMPLETE
83182026-08-27T18:19:29.203Z[ recovery-image] Aug 27 18:19:28.136 INFO O| Aug 27 18:19:28.136 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-27T18:19:29.213Z[ recovery-image] Aug 27 18:19:28.148 INFO O| Aug 27 18:19:28.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83202026-08-27T18:19:29.213Z[ recovery-image] Aug 27 18:19:28.148 INFO O| Aug 27 18:19:28.148 INFO STEP 994 (remove_files) COMPLETE
83212026-08-27T18:19:29.213Z[ recovery-image] Aug 27 18:19:28.148 INFO O| Aug 27 18:19:28.148 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-27T18:19:29.222Z[ recovery-image] Aug 27 18:19:28.158 INFO O| Aug 27 18:19:28.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83232026-08-27T18:19:29.222Z[ recovery-image] Aug 27 18:19:28.158 INFO O| Aug 27 18:19:28.158 INFO STEP 995 (remove_files) COMPLETE
83242026-08-27T18:19:29.222Z[ recovery-image] Aug 27 18:19:28.158 INFO O| Aug 27 18:19:28.158 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-27T18:19:29.233Z[ recovery-image] Aug 27 18:19:28.170 INFO O| Aug 27 18:19:28.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83262026-08-27T18:19:29.234Z[ recovery-image] Aug 27 18:19:28.170 INFO O| Aug 27 18:19:28.170 INFO STEP 996 (remove_files) COMPLETE
83272026-08-27T18:19:29.242Z[ recovery-image] Aug 27 18:19:28.170 INFO O| Aug 27 18:19:28.170 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-27T18:19:29.254Z[ recovery-image] Aug 27 18:19:28.181 INFO O| Aug 27 18:19:28.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83292026-08-27T18:19:29.254Z[ recovery-image] Aug 27 18:19:28.181 INFO O| Aug 27 18:19:28.181 INFO STEP 997 (remove_files) COMPLETE
83302026-08-27T18:19:29.254Z[ recovery-image] Aug 27 18:19:28.181 INFO O| Aug 27 18:19:28.181 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-27T18:19:29.264Z[ recovery-image] Aug 27 18:19:28.191 INFO O| Aug 27 18:19:28.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83322026-08-27T18:19:29.264Z[ recovery-image] Aug 27 18:19:28.191 INFO O| Aug 27 18:19:28.191 INFO STEP 998 (remove_files) COMPLETE
83332026-08-27T18:19:29.264Z[ recovery-image] Aug 27 18:19:28.191 INFO O| Aug 27 18:19:28.191 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-27T18:19:29.273Z[ recovery-image] Aug 27 18:19:28.201 INFO O| Aug 27 18:19:28.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83352026-08-27T18:19:29.273Z[ recovery-image] Aug 27 18:19:28.201 INFO O| Aug 27 18:19:28.201 INFO STEP 999 (remove_files) COMPLETE
83362026-08-27T18:19:29.273Z[ recovery-image] Aug 27 18:19:28.201 INFO O| Aug 27 18:19:28.201 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-27T18:19:29.283Z[ recovery-image] Aug 27 18:19:28.210 INFO O| Aug 27 18:19:28.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83382026-08-27T18:19:29.283Z[ recovery-image] Aug 27 18:19:28.210 INFO O| Aug 27 18:19:28.210 INFO STEP 1000 (remove_files) COMPLETE
83392026-08-27T18:19:29.283Z[ recovery-image] Aug 27 18:19:28.210 INFO O| Aug 27 18:19:28.210 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-27T18:19:29.283Z[ recovery-image] Aug 27 18:19:28.219 INFO O| Aug 27 18:19:28.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83412026-08-27T18:19:29.283Z[ recovery-image] Aug 27 18:19:28.219 INFO O| Aug 27 18:19:28.219 INFO STEP 1001 (remove_files) COMPLETE
83422026-08-27T18:19:29.284Z[ recovery-image] Aug 27 18:19:28.219 INFO O| Aug 27 18:19:28.219 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.229 INFO O| Aug 27 18:19:28.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83442026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.229 INFO O| Aug 27 18:19:28.229 INFO STEP 1002 (remove_files) COMPLETE
83452026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.229 INFO O| Aug 27 18:19:28.229 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.238 INFO O| Aug 27 18:19:28.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83472026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.238 INFO O| Aug 27 18:19:28.238 INFO STEP 1003 (remove_files) COMPLETE
83482026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.238 INFO O| Aug 27 18:19:28.238 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.248 INFO O| Aug 27 18:19:28.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83502026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.248 INFO O| Aug 27 18:19:28.248 INFO STEP 1004 (remove_files) COMPLETE
83512026-08-27T18:19:29.321Z[ recovery-image] Aug 27 18:19:28.248 INFO O| Aug 27 18:19:28.248 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-27T18:19:29.331Z[ recovery-image] Aug 27 18:19:28.258 INFO O| Aug 27 18:19:28.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83532026-08-27T18:19:29.331Z[ recovery-image] Aug 27 18:19:28.258 INFO O| Aug 27 18:19:28.258 INFO STEP 1005 (remove_files) COMPLETE
83542026-08-27T18:19:29.331Z[ recovery-image] Aug 27 18:19:28.259 INFO O| Aug 27 18:19:28.258 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-27T18:19:29.340Z[ recovery-image] Aug 27 18:19:28.268 INFO O| Aug 27 18:19:28.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83562026-08-27T18:19:29.340Z[ recovery-image] Aug 27 18:19:28.268 INFO O| Aug 27 18:19:28.268 INFO STEP 1006 (remove_files) COMPLETE
83572026-08-27T18:19:29.340Z[ recovery-image] Aug 27 18:19:28.268 INFO O| Aug 27 18:19:28.268 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-27T18:19:29.347Z[ recovery-image] Aug 27 18:19:28.279 INFO O| Aug 27 18:19:28.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83592026-08-27T18:19:29.348Z[ recovery-image] Aug 27 18:19:28.279 INFO O| Aug 27 18:19:28.279 INFO STEP 1007 (remove_files) COMPLETE
83602026-08-27T18:19:29.348Z[ recovery-image] Aug 27 18:19:28.279 INFO O| Aug 27 18:19:28.279 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-27T18:19:29.358Z[ recovery-image] Aug 27 18:19:28.289 INFO O| Aug 27 18:19:28.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83622026-08-27T18:19:29.358Z[ recovery-image] Aug 27 18:19:28.289 INFO O| Aug 27 18:19:28.289 INFO STEP 1008 (remove_files) COMPLETE
83632026-08-27T18:19:29.358Z[ recovery-image] Aug 27 18:19:28.289 INFO O| Aug 27 18:19:28.289 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-27T18:19:29.367Z[ recovery-image] Aug 27 18:19:28.299 INFO O| Aug 27 18:19:28.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83652026-08-27T18:19:29.367Z[ recovery-image] Aug 27 18:19:28.299 INFO O| Aug 27 18:19:28.299 INFO STEP 1009 (remove_files) COMPLETE
83662026-08-27T18:19:29.367Z[ recovery-image] Aug 27 18:19:28.299 INFO O| Aug 27 18:19:28.299 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-27T18:19:29.377Z[ recovery-image] Aug 27 18:19:28.310 INFO O| Aug 27 18:19:28.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83682026-08-27T18:19:29.377Z[ recovery-image] Aug 27 18:19:28.310 INFO O| Aug 27 18:19:28.310 INFO STEP 1010 (remove_files) COMPLETE
83692026-08-27T18:19:29.378Z[ recovery-image] Aug 27 18:19:28.310 INFO O| Aug 27 18:19:28.310 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-27T18:19:29.388Z[ recovery-image] Aug 27 18:19:28.318 INFO O| Aug 27 18:19:28.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83712026-08-27T18:19:29.388Z[ recovery-image] Aug 27 18:19:28.318 INFO O| Aug 27 18:19:28.318 INFO STEP 1011 (remove_files) COMPLETE
83722026-08-27T18:19:29.388Z[ recovery-image] Aug 27 18:19:28.319 INFO O| Aug 27 18:19:28.318 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-27T18:19:29.398Z[ recovery-image] Aug 27 18:19:28.328 INFO O| Aug 27 18:19:28.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83742026-08-27T18:19:29.398Z[ recovery-image] Aug 27 18:19:28.328 INFO O| Aug 27 18:19:28.328 INFO STEP 1012 (remove_files) COMPLETE
83752026-08-27T18:19:29.398Z[ recovery-image] Aug 27 18:19:28.328 INFO O| Aug 27 18:19:28.328 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-27T18:19:29.409Z[ recovery-image] Aug 27 18:19:28.337 INFO O| Aug 27 18:19:28.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83772026-08-27T18:19:29.409Z[ recovery-image] Aug 27 18:19:28.337 INFO O| Aug 27 18:19:28.337 INFO STEP 1013 (remove_files) COMPLETE
83782026-08-27T18:19:29.409Z[ recovery-image] Aug 27 18:19:28.337 INFO O| Aug 27 18:19:28.337 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-27T18:19:29.420Z[ recovery-image] Aug 27 18:19:28.347 INFO O| Aug 27 18:19:28.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83802026-08-27T18:19:29.420Z[ recovery-image] Aug 27 18:19:28.347 INFO O| Aug 27 18:19:28.347 INFO STEP 1014 (remove_files) COMPLETE
83812026-08-27T18:19:29.420Z[ recovery-image] Aug 27 18:19:28.347 INFO O| Aug 27 18:19:28.347 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-27T18:19:29.429Z[ recovery-image] Aug 27 18:19:28.358 INFO O| Aug 27 18:19:28.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83832026-08-27T18:19:29.429Z[ recovery-image] Aug 27 18:19:28.358 INFO O| Aug 27 18:19:28.358 INFO STEP 1015 (remove_files) COMPLETE
83842026-08-27T18:19:29.429Z[ recovery-image] Aug 27 18:19:28.358 INFO O| Aug 27 18:19:28.358 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-27T18:19:29.438Z[ recovery-image] Aug 27 18:19:28.369 INFO O| Aug 27 18:19:28.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83862026-08-27T18:19:29.439Z[ recovery-image] Aug 27 18:19:28.369 INFO O| Aug 27 18:19:28.369 INFO STEP 1016 (remove_files) COMPLETE
83872026-08-27T18:19:29.439Z[ recovery-image] Aug 27 18:19:28.369 INFO O| Aug 27 18:19:28.369 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-27T18:19:29.450Z[ recovery-image] Aug 27 18:19:28.378 INFO O| Aug 27 18:19:28.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83892026-08-27T18:19:29.450Z[ recovery-image] Aug 27 18:19:28.378 INFO O| Aug 27 18:19:28.378 INFO STEP 1017 (remove_files) COMPLETE
83902026-08-27T18:19:29.450Z[ recovery-image] Aug 27 18:19:28.378 INFO O| Aug 27 18:19:28.378 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-27T18:19:29.459Z[ recovery-image] Aug 27 18:19:28.389 INFO O| Aug 27 18:19:28.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83922026-08-27T18:19:29.460Z[ recovery-image] Aug 27 18:19:28.389 INFO O| Aug 27 18:19:28.389 INFO STEP 1018 (remove_files) COMPLETE
83932026-08-27T18:19:29.460Z[ recovery-image] Aug 27 18:19:28.389 INFO O| Aug 27 18:19:28.389 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-27T18:19:29.468Z[ recovery-image] Aug 27 18:19:28.398 INFO O| Aug 27 18:19:28.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83952026-08-27T18:19:29.468Z[ recovery-image] Aug 27 18:19:28.399 INFO O| Aug 27 18:19:28.399 INFO STEP 1019 (remove_files) COMPLETE
83962026-08-27T18:19:29.469Z[ recovery-image] Aug 27 18:19:28.399 INFO O| Aug 27 18:19:28.399 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-27T18:19:29.480Z[ recovery-image] Aug 27 18:19:28.414 INFO O| Aug 27 18:19:28.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83982026-08-27T18:19:29.480Z[ recovery-image] Aug 27 18:19:28.414 INFO O| Aug 27 18:19:28.414 INFO STEP 1020 (remove_files) COMPLETE
83992026-08-27T18:19:29.480Z[ recovery-image] Aug 27 18:19:28.414 INFO O| Aug 27 18:19:28.414 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-27T18:19:29.489Z[ recovery-image] Aug 27 18:19:28.426 INFO O| Aug 27 18:19:28.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84012026-08-27T18:19:29.489Z[ recovery-image] Aug 27 18:19:28.426 INFO O| Aug 27 18:19:28.426 INFO STEP 1021 (remove_files) COMPLETE
84022026-08-27T18:19:29.490Z[ recovery-image] Aug 27 18:19:28.426 INFO O| Aug 27 18:19:28.426 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-27T18:19:29.499Z[ recovery-image] Aug 27 18:19:28.435 INFO O| Aug 27 18:19:28.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84042026-08-27T18:19:29.507Z[ recovery-image] Aug 27 18:19:28.436 INFO O| Aug 27 18:19:28.436 INFO STEP 1022 (remove_files) COMPLETE
84052026-08-27T18:19:29.507Z[ recovery-image] Aug 27 18:19:28.436 INFO O| Aug 27 18:19:28.436 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-27T18:19:29.515Z[ recovery-image] Aug 27 18:19:28.445 INFO O| Aug 27 18:19:28.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84072026-08-27T18:19:29.515Z[ recovery-image] Aug 27 18:19:28.445 INFO O| Aug 27 18:19:28.445 INFO STEP 1023 (remove_files) COMPLETE
84082026-08-27T18:19:29.515Z[ recovery-image] Aug 27 18:19:28.445 INFO O| Aug 27 18:19:28.445 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-27T18:19:29.524Z[ recovery-image] Aug 27 18:19:28.455 INFO O| Aug 27 18:19:28.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84102026-08-27T18:19:29.524Z[ recovery-image] Aug 27 18:19:28.455 INFO O| Aug 27 18:19:28.455 INFO STEP 1024 (remove_files) COMPLETE
84112026-08-27T18:19:29.524Z[ recovery-image] Aug 27 18:19:28.455 INFO O| Aug 27 18:19:28.455 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-27T18:19:29.532Z[ recovery-image] Aug 27 18:19:28.464 INFO O| Aug 27 18:19:28.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84132026-08-27T18:19:29.532Z[ recovery-image] Aug 27 18:19:28.464 INFO O| Aug 27 18:19:28.464 INFO STEP 1025 (remove_files) COMPLETE
84142026-08-27T18:19:29.532Z[ recovery-image] Aug 27 18:19:28.464 INFO O| Aug 27 18:19:28.464 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-27T18:19:29.544Z[ recovery-image] Aug 27 18:19:28.475 INFO O| Aug 27 18:19:28.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84162026-08-27T18:19:29.544Z[ recovery-image] Aug 27 18:19:28.475 INFO O| Aug 27 18:19:28.475 INFO STEP 1026 (remove_files) COMPLETE
84172026-08-27T18:19:29.544Z[ recovery-image] Aug 27 18:19:28.475 INFO O| Aug 27 18:19:28.475 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-27T18:19:29.553Z[ recovery-image] Aug 27 18:19:28.486 INFO O| Aug 27 18:19:28.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84192026-08-27T18:19:29.553Z[ recovery-image] Aug 27 18:19:28.486 INFO O| Aug 27 18:19:28.486 INFO STEP 1027 (remove_files) COMPLETE
84202026-08-27T18:19:29.553Z[ recovery-image] Aug 27 18:19:28.486 INFO O| Aug 27 18:19:28.486 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-27T18:19:29.568Z[ recovery-image] Aug 27 18:19:28.500 INFO O| Aug 27 18:19:28.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84222026-08-27T18:19:29.568Z[ recovery-image] Aug 27 18:19:28.500 INFO O| Aug 27 18:19:28.500 INFO STEP 1028 (remove_files) COMPLETE
84232026-08-27T18:19:29.578Z[ recovery-image] Aug 27 18:19:28.500 INFO O| Aug 27 18:19:28.500 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-27T18:19:29.578Z[ recovery-image] Aug 27 18:19:28.510 INFO O| Aug 27 18:19:28.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84252026-08-27T18:19:29.578Z[ recovery-image] Aug 27 18:19:28.510 INFO O| Aug 27 18:19:28.510 INFO STEP 1029 (remove_files) COMPLETE
84262026-08-27T18:19:29.578Z[ recovery-image] Aug 27 18:19:28.510 INFO O| Aug 27 18:19:28.510 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-27T18:19:29.588Z[ recovery-image] Aug 27 18:19:28.519 INFO O| Aug 27 18:19:28.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84282026-08-27T18:19:29.588Z[ recovery-image] Aug 27 18:19:28.519 INFO O| Aug 27 18:19:28.519 INFO STEP 1030 (remove_files) COMPLETE
84292026-08-27T18:19:29.588Z[ recovery-image] Aug 27 18:19:28.519 INFO O| Aug 27 18:19:28.519 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-27T18:19:29.598Z[ recovery-image] Aug 27 18:19:28.530 INFO O| Aug 27 18:19:28.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84312026-08-27T18:19:29.598Z[ recovery-image] Aug 27 18:19:28.530 INFO O| Aug 27 18:19:28.530 INFO STEP 1031 (remove_files) COMPLETE
84322026-08-27T18:19:29.598Z[ recovery-image] Aug 27 18:19:28.530 INFO O| Aug 27 18:19:28.530 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-27T18:19:29.607Z[ recovery-image] Aug 27 18:19:28.539 INFO O| Aug 27 18:19:28.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84342026-08-27T18:19:29.607Z[ recovery-image] Aug 27 18:19:28.539 INFO O| Aug 27 18:19:28.539 INFO STEP 1032 (remove_files) COMPLETE
84352026-08-27T18:19:29.607Z[ recovery-image] Aug 27 18:19:28.539 INFO O| Aug 27 18:19:28.539 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-27T18:19:29.616Z[ recovery-image] Aug 27 18:19:28.548 INFO O| Aug 27 18:19:28.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84372026-08-27T18:19:29.616Z[ recovery-image] Aug 27 18:19:28.548 INFO O| Aug 27 18:19:28.548 INFO STEP 1033 (remove_files) COMPLETE
84382026-08-27T18:19:29.616Z[ recovery-image] Aug 27 18:19:28.548 INFO O| Aug 27 18:19:28.548 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-27T18:19:29.624Z[ recovery-image] Aug 27 18:19:28.557 INFO O| Aug 27 18:19:28.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84402026-08-27T18:19:29.624Z[ recovery-image] Aug 27 18:19:28.557 INFO O| Aug 27 18:19:28.557 INFO STEP 1034 (remove_files) COMPLETE
84412026-08-27T18:19:29.624Z[ recovery-image] Aug 27 18:19:28.557 INFO O| Aug 27 18:19:28.557 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-27T18:19:29.634Z[ recovery-image] Aug 27 18:19:28.566 INFO O| Aug 27 18:19:28.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84432026-08-27T18:19:29.634Z[ recovery-image] Aug 27 18:19:28.566 INFO O| Aug 27 18:19:28.566 INFO STEP 1035 (remove_files) COMPLETE
84442026-08-27T18:19:29.634Z[ recovery-image] Aug 27 18:19:28.566 INFO O| Aug 27 18:19:28.566 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-27T18:19:29.643Z[ recovery-image] Aug 27 18:19:28.577 INFO O| Aug 27 18:19:28.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84462026-08-27T18:19:29.643Z[ recovery-image] Aug 27 18:19:28.577 INFO O| Aug 27 18:19:28.577 INFO STEP 1036 (remove_files) COMPLETE
84472026-08-27T18:19:29.644Z[ recovery-image] Aug 27 18:19:28.577 INFO O| Aug 27 18:19:28.577 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-27T18:19:29.652Z[ recovery-image] Aug 27 18:19:28.586 INFO O| Aug 27 18:19:28.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84492026-08-27T18:19:29.652Z[ recovery-image] Aug 27 18:19:28.586 INFO O| Aug 27 18:19:28.586 INFO STEP 1037 (remove_files) COMPLETE
84502026-08-27T18:19:29.652Z[ recovery-image] Aug 27 18:19:28.586 INFO O| Aug 27 18:19:28.586 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-27T18:19:29.660Z[ recovery-image] Aug 27 18:19:28.595 INFO O| Aug 27 18:19:28.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84522026-08-27T18:19:29.660Z[ recovery-image] Aug 27 18:19:28.595 INFO O| Aug 27 18:19:28.595 INFO STEP 1038 (remove_files) COMPLETE
84532026-08-27T18:19:29.660Z[ recovery-image] Aug 27 18:19:28.595 INFO O| Aug 27 18:19:28.595 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-27T18:19:29.671Z[ recovery-image] Aug 27 18:19:28.606 INFO O| Aug 27 18:19:28.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84552026-08-27T18:19:29.671Z[ recovery-image] Aug 27 18:19:28.606 INFO O| Aug 27 18:19:28.606 INFO STEP 1039 (remove_files) COMPLETE
84562026-08-27T18:19:29.671Z[ recovery-image] Aug 27 18:19:28.606 INFO O| Aug 27 18:19:28.606 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-27T18:19:29.681Z[ recovery-image] Aug 27 18:19:28.616 INFO O| Aug 27 18:19:28.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84582026-08-27T18:19:29.681Z[ recovery-image] Aug 27 18:19:28.616 INFO O| Aug 27 18:19:28.616 INFO STEP 1040 (remove_files) COMPLETE
84592026-08-27T18:19:29.694Z[ recovery-image] Aug 27 18:19:28.616 INFO O| Aug 27 18:19:28.616 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-27T18:19:29.694Z[ recovery-image] Aug 27 18:19:28.625 INFO O| Aug 27 18:19:28.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84612026-08-27T18:19:29.694Z[ recovery-image] Aug 27 18:19:28.625 INFO O| Aug 27 18:19:28.625 INFO STEP 1041 (remove_files) COMPLETE
84622026-08-27T18:19:29.694Z[ recovery-image] Aug 27 18:19:28.625 INFO O| Aug 27 18:19:28.625 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-27T18:19:29.702Z[ recovery-image] Aug 27 18:19:28.635 INFO O| Aug 27 18:19:28.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84642026-08-27T18:19:29.702Z[ recovery-image] Aug 27 18:19:28.635 INFO O| Aug 27 18:19:28.635 INFO STEP 1042 (remove_files) COMPLETE
84652026-08-27T18:19:29.702Z[ recovery-image] Aug 27 18:19:28.635 INFO O| Aug 27 18:19:28.635 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-27T18:19:29.710Z[ recovery-image] Aug 27 18:19:28.645 INFO O| Aug 27 18:19:28.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84672026-08-27T18:19:29.710Z[ recovery-image] Aug 27 18:19:28.645 INFO O| Aug 27 18:19:28.645 INFO STEP 1043 (remove_files) COMPLETE
84682026-08-27T18:19:29.710Z[ recovery-image] Aug 27 18:19:28.645 INFO O| Aug 27 18:19:28.645 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-27T18:19:29.755Z[ recovery-image] Aug 27 18:19:28.689 INFO O| Aug 27 18:19:28.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84702026-08-27T18:19:29.755Z[ recovery-image] Aug 27 18:19:28.689 INFO O| Aug 27 18:19:28.689 INFO STEP 1044 (remove_files) COMPLETE
84712026-08-27T18:19:29.755Z[ recovery-image] Aug 27 18:19:28.689 INFO O| Aug 27 18:19:28.689 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-27T18:19:29.764Z[ recovery-image] Aug 27 18:19:28.699 INFO O| Aug 27 18:19:28.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84732026-08-27T18:19:29.764Z[ recovery-image] Aug 27 18:19:28.699 INFO O| Aug 27 18:19:28.699 INFO STEP 1045 (remove_files) COMPLETE
84742026-08-27T18:19:29.764Z[ recovery-image] Aug 27 18:19:28.699 INFO O| Aug 27 18:19:28.699 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-27T18:19:29.775Z[ recovery-image] Aug 27 18:19:28.711 INFO O| Aug 27 18:19:28.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84762026-08-27T18:19:29.775Z[ recovery-image] Aug 27 18:19:28.711 INFO O| Aug 27 18:19:28.711 INFO STEP 1046 (remove_files) COMPLETE
84772026-08-27T18:19:29.775Z[ recovery-image] Aug 27 18:19:28.711 INFO O| Aug 27 18:19:28.711 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-27T18:19:29.785Z[ recovery-image] Aug 27 18:19:28.721 INFO O| Aug 27 18:19:28.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84792026-08-27T18:19:29.786Z[ recovery-image] Aug 27 18:19:28.721 INFO O| Aug 27 18:19:28.721 INFO STEP 1047 (remove_files) COMPLETE
84802026-08-27T18:19:29.786Z[ recovery-image] Aug 27 18:19:28.722 INFO O| Aug 27 18:19:28.721 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-27T18:19:29.796Z[ recovery-image] Aug 27 18:19:28.733 INFO O| Aug 27 18:19:28.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84822026-08-27T18:19:29.797Z[ recovery-image] Aug 27 18:19:28.733 INFO O| Aug 27 18:19:28.733 INFO STEP 1048 (remove_files) COMPLETE
84832026-08-27T18:19:29.797Z[ recovery-image] Aug 27 18:19:28.733 INFO O| Aug 27 18:19:28.733 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-27T18:19:29.808Z[ recovery-image] Aug 27 18:19:28.744 INFO O| Aug 27 18:19:28.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84852026-08-27T18:19:29.808Z[ recovery-image] Aug 27 18:19:28.744 INFO O| Aug 27 18:19:28.744 INFO STEP 1049 (remove_files) COMPLETE
84862026-08-27T18:19:29.808Z[ recovery-image] Aug 27 18:19:28.744 INFO O| Aug 27 18:19:28.744 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-27T18:19:29.818Z[ recovery-image] Aug 27 18:19:28.754 INFO O| Aug 27 18:19:28.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84882026-08-27T18:19:29.818Z[ recovery-image] Aug 27 18:19:28.754 INFO O| Aug 27 18:19:28.754 INFO STEP 1050 (remove_files) COMPLETE
84892026-08-27T18:19:29.831Z[ recovery-image] Aug 27 18:19:28.754 INFO O| Aug 27 18:19:28.754 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-27T18:19:29.839Z[ recovery-image] Aug 27 18:19:28.765 INFO O| Aug 27 18:19:28.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84912026-08-27T18:19:29.839Z[ recovery-image] Aug 27 18:19:28.765 INFO O| Aug 27 18:19:28.765 INFO STEP 1051 (remove_files) COMPLETE
84922026-08-27T18:19:29.839Z[ recovery-image] Aug 27 18:19:28.765 INFO O| Aug 27 18:19:28.765 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-27T18:19:29.842Z[ recovery-image] Aug 27 18:19:28.776 INFO O| Aug 27 18:19:28.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84942026-08-27T18:19:29.843Z[ recovery-image] Aug 27 18:19:28.776 INFO O| Aug 27 18:19:28.776 INFO STEP 1052 (remove_files) COMPLETE
84952026-08-27T18:19:29.843Z[ recovery-image] Aug 27 18:19:28.776 INFO O| Aug 27 18:19:28.776 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-27T18:19:29.849Z[ recovery-image] Aug 27 18:19:28.785 INFO O| Aug 27 18:19:28.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84972026-08-27T18:19:29.849Z[ recovery-image] Aug 27 18:19:28.785 INFO O| Aug 27 18:19:28.785 INFO STEP 1053 (remove_files) COMPLETE
84982026-08-27T18:19:29.849Z[ recovery-image] Aug 27 18:19:28.785 INFO O| Aug 27 18:19:28.785 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-27T18:19:29.858Z[ recovery-image] Aug 27 18:19:28.794 INFO O| Aug 27 18:19:28.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85002026-08-27T18:19:29.858Z[ recovery-image] Aug 27 18:19:28.794 INFO O| Aug 27 18:19:28.794 INFO STEP 1054 (remove_files) COMPLETE
85012026-08-27T18:19:29.863Z[ recovery-image] Aug 27 18:19:28.794 INFO O| Aug 27 18:19:28.794 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-27T18:19:29.868Z[ recovery-image] Aug 27 18:19:28.803 INFO O| Aug 27 18:19:28.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85032026-08-27T18:19:29.868Z[ recovery-image] Aug 27 18:19:28.803 INFO O| Aug 27 18:19:28.803 INFO STEP 1055 (remove_files) COMPLETE
85042026-08-27T18:19:29.868Z[ recovery-image] Aug 27 18:19:28.803 INFO O| Aug 27 18:19:28.803 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-27T18:19:29.876Z[ recovery-image] Aug 27 18:19:28.812 INFO O| Aug 27 18:19:28.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85062026-08-27T18:19:29.876Z[ recovery-image] Aug 27 18:19:28.812 INFO O| Aug 27 18:19:28.812 INFO STEP 1056 (remove_files) COMPLETE
85072026-08-27T18:19:29.876Z[ recovery-image] Aug 27 18:19:28.812 INFO O| Aug 27 18:19:28.812 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-27T18:19:29.891Z[ recovery-image] Aug 27 18:19:28.821 INFO O| Aug 27 18:19:28.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85092026-08-27T18:19:29.891Z[ recovery-image] Aug 27 18:19:28.821 INFO O| Aug 27 18:19:28.821 INFO STEP 1057 (remove_files) COMPLETE
85102026-08-27T18:19:29.891Z[ recovery-image] Aug 27 18:19:28.821 INFO O| Aug 27 18:19:28.821 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-27T18:19:29.986Z[ recovery-image] Aug 27 18:19:28.829 INFO O| Aug 27 18:19:28.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85122026-08-27T18:19:29.986Z[ recovery-image] Aug 27 18:19:28.829 INFO O| Aug 27 18:19:28.829 INFO STEP 1058 (remove_files) COMPLETE
85132026-08-27T18:19:29.986Z[ recovery-image] Aug 27 18:19:28.829 INFO O| Aug 27 18:19:28.829 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-27T18:19:29.986Z[ recovery-image] Aug 27 18:19:28.839 INFO O| Aug 27 18:19:28.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85152026-08-27T18:19:29.986Z[ recovery-image] Aug 27 18:19:28.839 INFO O| Aug 27 18:19:28.839 INFO STEP 1059 (remove_files) COMPLETE
85162026-08-27T18:19:29.986Z[ recovery-image] Aug 27 18:19:28.839 INFO O| Aug 27 18:19:28.839 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-27T18:19:29.987Z[ recovery-image] Aug 27 18:19:28.848 INFO O| Aug 27 18:19:28.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85182026-08-27T18:19:29.987Z[ recovery-image] Aug 27 18:19:28.848 INFO O| Aug 27 18:19:28.848 INFO STEP 1060 (remove_files) COMPLETE
85192026-08-27T18:19:29.987Z[ recovery-image] Aug 27 18:19:28.848 INFO O| Aug 27 18:19:28.848 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-27T18:19:29.987Z[ recovery-image] Aug 27 18:19:28.858 INFO O| Aug 27 18:19:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85212026-08-27T18:19:29.987Z[ recovery-image] Aug 27 18:19:28.858 INFO O| Aug 27 18:19:28.858 INFO STEP 1061 (remove_files) COMPLETE
85222026-08-27T18:19:29.988Z[ recovery-image] Aug 27 18:19:28.858 INFO O| Aug 27 18:19:28.858 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-27T18:19:30.003Z[ recovery-image] Aug 27 18:19:28.869 INFO O| Aug 27 18:19:28.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85242026-08-27T18:19:30.003Z[ recovery-image] Aug 27 18:19:28.869 INFO O| Aug 27 18:19:28.869 INFO STEP 1062 (remove_files) COMPLETE
85252026-08-27T18:19:30.003Z[ recovery-image] Aug 27 18:19:28.869 INFO O| Aug 27 18:19:28.869 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-27T18:19:30.004Z[ recovery-image] Aug 27 18:19:28.880 INFO O| Aug 27 18:19:28.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85272026-08-27T18:19:30.004Z[ recovery-image] Aug 27 18:19:28.880 INFO O| Aug 27 18:19:28.880 INFO STEP 1063 (remove_files) COMPLETE
85282026-08-27T18:19:30.004Z[ recovery-image] Aug 27 18:19:28.880 INFO O| Aug 27 18:19:28.880 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-27T18:19:30.004Z[ recovery-image] Aug 27 18:19:28.889 INFO O| Aug 27 18:19:28.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85302026-08-27T18:19:30.004Z[ recovery-image] Aug 27 18:19:28.890 INFO O| Aug 27 18:19:28.889 INFO STEP 1064 (remove_files) COMPLETE
85312026-08-27T18:19:30.004Z[ recovery-image] Aug 27 18:19:28.890 INFO O| Aug 27 18:19:28.890 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-27T18:19:30.004Z[ recovery-image] Aug 27 18:19:28.899 INFO O| Aug 27 18:19:28.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85332026-08-27T18:19:30.004Z[ recovery-image] Aug 27 18:19:28.899 INFO O| Aug 27 18:19:28.899 INFO STEP 1065 (remove_files) COMPLETE
85342026-08-27T18:19:30.005Z[ recovery-image] Aug 27 18:19:28.899 INFO O| Aug 27 18:19:28.899 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.908 INFO O| Aug 27 18:19:28.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85362026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.908 INFO O| Aug 27 18:19:28.908 INFO STEP 1066 (remove_files) COMPLETE
85372026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.908 INFO O| Aug 27 18:19:28.908 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.917 INFO O| Aug 27 18:19:28.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85392026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.917 INFO O| Aug 27 18:19:28.917 INFO STEP 1067 (remove_files) COMPLETE
85402026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.917 INFO O| Aug 27 18:19:28.917 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.929 INFO O| Aug 27 18:19:28.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85422026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.929 INFO O| Aug 27 18:19:28.929 INFO STEP 1068 (remove_files) COMPLETE
85432026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.929 INFO O| Aug 27 18:19:28.929 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.939 INFO O| Aug 27 18:19:28.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85452026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.939 INFO O| Aug 27 18:19:28.939 INFO STEP 1069 (remove_files) COMPLETE
85462026-08-27T18:19:30.012Z[ recovery-image] Aug 27 18:19:28.939 INFO O| Aug 27 18:19:28.939 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-27T18:19:30.018Z[ recovery-image] Aug 27 18:19:28.948 INFO O| Aug 27 18:19:28.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85482026-08-27T18:19:30.018Z[ recovery-image] Aug 27 18:19:28.948 INFO O| Aug 27 18:19:28.948 INFO STEP 1070 (remove_files) COMPLETE
85492026-08-27T18:19:30.018Z[ recovery-image] Aug 27 18:19:28.948 INFO O| Aug 27 18:19:28.948 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-27T18:19:30.024Z[ recovery-image] Aug 27 18:19:28.958 INFO O| Aug 27 18:19:28.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85512026-08-27T18:19:30.024Z[ recovery-image] Aug 27 18:19:28.958 INFO O| Aug 27 18:19:28.958 INFO STEP 1071 (remove_files) COMPLETE
85522026-08-27T18:19:30.024Z[ recovery-image] Aug 27 18:19:28.958 INFO O| Aug 27 18:19:28.958 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-27T18:19:30.032Z[ recovery-image] Aug 27 18:19:28.968 INFO O| Aug 27 18:19:28.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85542026-08-27T18:19:30.032Z[ recovery-image] Aug 27 18:19:28.968 INFO O| Aug 27 18:19:28.968 INFO STEP 1072 (remove_files) COMPLETE
85552026-08-27T18:19:30.032Z[ recovery-image] Aug 27 18:19:28.968 INFO O| Aug 27 18:19:28.968 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-27T18:19:30.041Z[ recovery-image] Aug 27 18:19:28.977 INFO O| Aug 27 18:19:28.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85572026-08-27T18:19:30.041Z[ recovery-image] Aug 27 18:19:28.978 INFO O| Aug 27 18:19:28.977 INFO STEP 1073 (remove_files) COMPLETE
85582026-08-27T18:19:30.050Z[ recovery-image] Aug 27 18:19:28.978 INFO O| Aug 27 18:19:28.978 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-27T18:19:30.056Z[ recovery-image] Aug 27 18:19:28.987 INFO O| Aug 27 18:19:28.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85602026-08-27T18:19:30.056Z[ recovery-image] Aug 27 18:19:28.987 INFO O| Aug 27 18:19:28.987 INFO STEP 1074 (remove_files) COMPLETE
85612026-08-27T18:19:30.056Z[ recovery-image] Aug 27 18:19:28.987 INFO O| Aug 27 18:19:28.987 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-27T18:19:30.069Z[ recovery-image] Aug 27 18:19:28.997 INFO O| Aug 27 18:19:28.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85632026-08-27T18:19:30.069Z[ recovery-image] Aug 27 18:19:28.997 INFO O| Aug 27 18:19:28.997 INFO STEP 1075 (remove_files) COMPLETE
85642026-08-27T18:19:30.069Z[ recovery-image] Aug 27 18:19:28.997 INFO O| Aug 27 18:19:28.997 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-27T18:19:30.079Z[ recovery-image] Aug 27 18:19:29.007 INFO O| Aug 27 18:19:29.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85662026-08-27T18:19:30.079Z[ recovery-image] Aug 27 18:19:29.007 INFO O| Aug 27 18:19:29.007 INFO STEP 1076 (remove_files) COMPLETE
85672026-08-27T18:19:30.079Z[ recovery-image] Aug 27 18:19:29.007 INFO O| Aug 27 18:19:29.007 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-27T18:19:30.087Z[ recovery-image] Aug 27 18:19:29.016 INFO O| Aug 27 18:19:29.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85692026-08-27T18:19:30.087Z[ recovery-image] Aug 27 18:19:29.016 INFO O| Aug 27 18:19:29.016 INFO STEP 1077 (remove_files) COMPLETE
85702026-08-27T18:19:30.087Z[ recovery-image] Aug 27 18:19:29.016 INFO O| Aug 27 18:19:29.016 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-27T18:19:30.097Z[ recovery-image] Aug 27 18:19:29.025 INFO O| Aug 27 18:19:29.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85722026-08-27T18:19:30.097Z[ recovery-image] Aug 27 18:19:29.025 INFO O| Aug 27 18:19:29.025 INFO STEP 1078 (remove_files) COMPLETE
85732026-08-27T18:19:30.097Z[ recovery-image] Aug 27 18:19:29.025 INFO O| Aug 27 18:19:29.025 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-27T18:19:30.106Z[ recovery-image] Aug 27 18:19:29.037 INFO O| Aug 27 18:19:29.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85752026-08-27T18:19:30.106Z[ recovery-image] Aug 27 18:19:29.037 INFO O| Aug 27 18:19:29.037 INFO STEP 1079 (remove_files) COMPLETE
85762026-08-27T18:19:30.106Z[ recovery-image] Aug 27 18:19:29.037 INFO O| Aug 27 18:19:29.037 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-27T18:19:30.119Z[ recovery-image] Aug 27 18:19:29.053 INFO O| Aug 27 18:19:29.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85782026-08-27T18:19:30.120Z[ recovery-image] Aug 27 18:19:29.053 INFO O| Aug 27 18:19:29.053 INFO STEP 1080 (remove_files) COMPLETE
85792026-08-27T18:19:30.120Z[ recovery-image] Aug 27 18:19:29.053 INFO O| Aug 27 18:19:29.053 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-27T18:19:30.132Z[ recovery-image] Aug 27 18:19:29.063 INFO O| Aug 27 18:19:29.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85812026-08-27T18:19:30.132Z[ recovery-image] Aug 27 18:19:29.063 INFO O| Aug 27 18:19:29.063 INFO STEP 1081 (remove_files) COMPLETE
85822026-08-27T18:19:30.132Z[ recovery-image] Aug 27 18:19:29.063 INFO O| Aug 27 18:19:29.063 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-27T18:19:30.140Z[ recovery-image] Aug 27 18:19:29.073 INFO O| Aug 27 18:19:29.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85842026-08-27T18:19:30.140Z[ recovery-image] Aug 27 18:19:29.073 INFO O| Aug 27 18:19:29.073 INFO STEP 1082 (remove_files) COMPLETE
85852026-08-27T18:19:30.140Z[ recovery-image] Aug 27 18:19:29.073 INFO O| Aug 27 18:19:29.073 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-27T18:19:30.152Z[ recovery-image] Aug 27 18:19:29.084 INFO O| Aug 27 18:19:29.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85872026-08-27T18:19:30.152Z[ recovery-image] Aug 27 18:19:29.084 INFO O| Aug 27 18:19:29.084 INFO STEP 1083 (remove_files) COMPLETE
85882026-08-27T18:19:30.152Z[ recovery-image] Aug 27 18:19:29.084 INFO O| Aug 27 18:19:29.084 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-27T18:19:30.162Z[ recovery-image] Aug 27 18:19:29.095 INFO O| Aug 27 18:19:29.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85902026-08-27T18:19:30.162Z[ recovery-image] Aug 27 18:19:29.095 INFO O| Aug 27 18:19:29.095 INFO STEP 1084 (remove_files) COMPLETE
85912026-08-27T18:19:30.162Z[ recovery-image] Aug 27 18:19:29.095 INFO O| Aug 27 18:19:29.095 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-27T18:19:30.173Z[ recovery-image] Aug 27 18:19:29.107 INFO O| Aug 27 18:19:29.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85932026-08-27T18:19:30.173Z[ recovery-image] Aug 27 18:19:29.107 INFO O| Aug 27 18:19:29.107 INFO STEP 1085 (remove_files) COMPLETE
85942026-08-27T18:19:30.173Z[ recovery-image] Aug 27 18:19:29.107 INFO O| Aug 27 18:19:29.107 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-27T18:19:30.185Z[ recovery-image] Aug 27 18:19:29.118 INFO O| Aug 27 18:19:29.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85962026-08-27T18:19:30.185Z[ recovery-image] Aug 27 18:19:29.118 INFO O| Aug 27 18:19:29.118 INFO STEP 1086 (remove_files) COMPLETE
85972026-08-27T18:19:30.185Z[ recovery-image] Aug 27 18:19:29.118 INFO O| Aug 27 18:19:29.118 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-27T18:19:30.194Z[ recovery-image] Aug 27 18:19:29.129 INFO O| Aug 27 18:19:29.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85992026-08-27T18:19:30.194Z[ recovery-image] Aug 27 18:19:29.129 INFO O| Aug 27 18:19:29.129 INFO STEP 1087 (remove_files) COMPLETE
86002026-08-27T18:19:30.194Z[ recovery-image] Aug 27 18:19:29.129 INFO O| Aug 27 18:19:29.129 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-27T18:19:30.202Z[ recovery-image] Aug 27 18:19:29.138 INFO O| Aug 27 18:19:29.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86022026-08-27T18:19:30.202Z[ recovery-image] Aug 27 18:19:29.138 INFO O| Aug 27 18:19:29.138 INFO STEP 1088 (remove_files) COMPLETE
86032026-08-27T18:19:30.202Z[ recovery-image] Aug 27 18:19:29.138 INFO O| Aug 27 18:19:29.138 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-27T18:19:30.212Z[ recovery-image] Aug 27 18:19:29.149 INFO O| Aug 27 18:19:29.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86052026-08-27T18:19:30.213Z[ recovery-image] Aug 27 18:19:29.149 INFO O| Aug 27 18:19:29.149 INFO STEP 1089 (remove_files) COMPLETE
86062026-08-27T18:19:30.213Z[ recovery-image] Aug 27 18:19:29.149 INFO O| Aug 27 18:19:29.149 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-27T18:19:30.224Z[ recovery-image] Aug 27 18:19:29.160 INFO O| Aug 27 18:19:29.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86082026-08-27T18:19:30.224Z[ recovery-image] Aug 27 18:19:29.160 INFO O| Aug 27 18:19:29.160 INFO STEP 1090 (remove_files) COMPLETE
86092026-08-27T18:19:30.224Z[ recovery-image] Aug 27 18:19:29.160 INFO O| Aug 27 18:19:29.160 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-27T18:19:30.235Z[ recovery-image] Aug 27 18:19:29.171 INFO O| Aug 27 18:19:29.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86112026-08-27T18:19:30.235Z[ recovery-image] Aug 27 18:19:29.171 INFO O| Aug 27 18:19:29.171 INFO STEP 1091 (remove_files) COMPLETE
86122026-08-27T18:19:30.235Z[ recovery-image] Aug 27 18:19:29.171 INFO O| Aug 27 18:19:29.171 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-27T18:19:30.248Z[ recovery-image] Aug 27 18:19:29.182 INFO O| Aug 27 18:19:29.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86142026-08-27T18:19:30.248Z[ recovery-image] Aug 27 18:19:29.182 INFO O| Aug 27 18:19:29.182 INFO STEP 1092 (remove_files) COMPLETE
86152026-08-27T18:19:30.257Z[ recovery-image] Aug 27 18:19:29.182 INFO O| Aug 27 18:19:29.182 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-27T18:19:30.264Z[ recovery-image] Aug 27 18:19:29.194 INFO O| Aug 27 18:19:29.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86172026-08-27T18:19:30.264Z[ recovery-image] Aug 27 18:19:29.195 INFO O| Aug 27 18:19:29.195 INFO STEP 1093 (remove_files) COMPLETE
86182026-08-27T18:19:30.264Z[ recovery-image] Aug 27 18:19:29.195 INFO O| Aug 27 18:19:29.195 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-27T18:19:30.273Z[ recovery-image] Aug 27 18:19:29.206 INFO O| Aug 27 18:19:29.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86202026-08-27T18:19:30.274Z[ recovery-image] Aug 27 18:19:29.206 INFO O| Aug 27 18:19:29.206 INFO STEP 1094 (remove_files) COMPLETE
86212026-08-27T18:19:30.274Z[ recovery-image] Aug 27 18:19:29.206 INFO O| Aug 27 18:19:29.206 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-27T18:19:30.282Z[ recovery-image] Aug 27 18:19:29.218 INFO O| Aug 27 18:19:29.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86232026-08-27T18:19:30.282Z[ recovery-image] Aug 27 18:19:29.218 INFO O| Aug 27 18:19:29.218 INFO STEP 1095 (remove_files) COMPLETE
86242026-08-27T18:19:30.282Z[ recovery-image] Aug 27 18:19:29.218 INFO O| Aug 27 18:19:29.218 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-27T18:19:30.293Z[ recovery-image] Aug 27 18:19:29.229 INFO O| Aug 27 18:19:29.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86262026-08-27T18:19:30.293Z[ recovery-image] Aug 27 18:19:29.229 INFO O| Aug 27 18:19:29.229 INFO STEP 1096 (remove_files) COMPLETE
86272026-08-27T18:19:30.293Z[ recovery-image] Aug 27 18:19:29.229 INFO O| Aug 27 18:19:29.229 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-27T18:19:30.303Z[ recovery-image] Aug 27 18:19:29.238 INFO O| Aug 27 18:19:29.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86292026-08-27T18:19:30.303Z[ recovery-image] Aug 27 18:19:29.238 INFO O| Aug 27 18:19:29.238 INFO STEP 1097 (remove_files) COMPLETE
86302026-08-27T18:19:30.303Z[ recovery-image] Aug 27 18:19:29.238 INFO O| Aug 27 18:19:29.238 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-27T18:19:30.312Z[ recovery-image] Aug 27 18:19:29.248 INFO O| Aug 27 18:19:29.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86322026-08-27T18:19:30.313Z[ recovery-image] Aug 27 18:19:29.248 INFO O| Aug 27 18:19:29.248 INFO STEP 1098 (remove_files) COMPLETE
86332026-08-27T18:19:30.313Z[ recovery-image] Aug 27 18:19:29.248 INFO O| Aug 27 18:19:29.248 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-27T18:19:30.322Z[ recovery-image] Aug 27 18:19:29.258 INFO O| Aug 27 18:19:29.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86352026-08-27T18:19:30.322Z[ recovery-image] Aug 27 18:19:29.258 INFO O| Aug 27 18:19:29.258 INFO STEP 1099 (remove_files) COMPLETE
86362026-08-27T18:19:30.322Z[ recovery-image] Aug 27 18:19:29.258 INFO O| Aug 27 18:19:29.258 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-27T18:19:30.334Z[ recovery-image] Aug 27 18:19:29.269 INFO O| Aug 27 18:19:29.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86382026-08-27T18:19:30.334Z[ recovery-image] Aug 27 18:19:29.269 INFO O| Aug 27 18:19:29.269 INFO STEP 1100 (remove_files) COMPLETE
86392026-08-27T18:19:30.344Z[ recovery-image] Aug 27 18:19:29.269 INFO O| Aug 27 18:19:29.269 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-27T18:19:30.344Z[ recovery-image] Aug 27 18:19:29.279 INFO O| Aug 27 18:19:29.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86412026-08-27T18:19:30.344Z[ recovery-image] Aug 27 18:19:29.279 INFO O| Aug 27 18:19:29.279 INFO STEP 1101 (remove_files) COMPLETE
86422026-08-27T18:19:30.344Z[ recovery-image] Aug 27 18:19:29.279 INFO O| Aug 27 18:19:29.279 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-27T18:19:30.353Z[ recovery-image] Aug 27 18:19:29.289 INFO O| Aug 27 18:19:29.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86442026-08-27T18:19:30.353Z[ recovery-image] Aug 27 18:19:29.289 INFO O| Aug 27 18:19:29.289 INFO STEP 1102 (remove_files) COMPLETE
86452026-08-27T18:19:30.353Z[ recovery-image] Aug 27 18:19:29.289 INFO O| Aug 27 18:19:29.289 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-27T18:19:30.363Z[ recovery-image] Aug 27 18:19:29.299 INFO O| Aug 27 18:19:29.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86472026-08-27T18:19:30.363Z[ recovery-image] Aug 27 18:19:29.299 INFO O| Aug 27 18:19:29.299 INFO STEP 1103 (remove_files) COMPLETE
86482026-08-27T18:19:30.373Z[ recovery-image] Aug 27 18:19:29.299 INFO O| Aug 27 18:19:29.299 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-27T18:19:30.382Z[ recovery-image] Aug 27 18:19:29.311 INFO O| Aug 27 18:19:29.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86502026-08-27T18:19:30.382Z[ recovery-image] Aug 27 18:19:29.311 INFO O| Aug 27 18:19:29.311 INFO STEP 1104 (remove_files) COMPLETE
86512026-08-27T18:19:30.382Z[ recovery-image] Aug 27 18:19:29.311 INFO O| Aug 27 18:19:29.311 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-27T18:19:30.389Z[ recovery-image] Aug 27 18:19:29.322 INFO O| Aug 27 18:19:29.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86532026-08-27T18:19:30.390Z[ recovery-image] Aug 27 18:19:29.322 INFO O| Aug 27 18:19:29.322 INFO STEP 1105 (remove_files) COMPLETE
86542026-08-27T18:19:30.390Z[ recovery-image] Aug 27 18:19:29.322 INFO O| Aug 27 18:19:29.322 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-27T18:19:30.397Z[ recovery-image] Aug 27 18:19:29.332 INFO O| Aug 27 18:19:29.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86562026-08-27T18:19:30.397Z[ recovery-image] Aug 27 18:19:29.332 INFO O| Aug 27 18:19:29.332 INFO STEP 1106 (remove_files) COMPLETE
86572026-08-27T18:19:30.397Z[ recovery-image] Aug 27 18:19:29.332 INFO O| Aug 27 18:19:29.332 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-27T18:19:30.407Z[ recovery-image] Aug 27 18:19:29.343 INFO O| Aug 27 18:19:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86592026-08-27T18:19:30.407Z[ recovery-image] Aug 27 18:19:29.343 INFO O| Aug 27 18:19:29.343 INFO STEP 1107 (remove_files) COMPLETE
86602026-08-27T18:19:30.407Z[ recovery-image] Aug 27 18:19:29.343 INFO O| Aug 27 18:19:29.343 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-08-27T18:19:30.418Z[ recovery-image] Aug 27 18:19:29.354 INFO O| Aug 27 18:19:29.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86622026-08-27T18:19:30.418Z[ recovery-image] Aug 27 18:19:29.354 INFO O| Aug 27 18:19:29.354 INFO STEP 1108 (remove_files) COMPLETE
86632026-08-27T18:19:30.418Z[ recovery-image] Aug 27 18:19:29.354 INFO O| Aug 27 18:19:29.354 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-27T18:19:30.429Z[ recovery-image] Aug 27 18:19:29.364 INFO O| Aug 27 18:19:29.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86652026-08-27T18:19:30.429Z[ recovery-image] Aug 27 18:19:29.365 INFO O| Aug 27 18:19:29.365 INFO STEP 1109 (remove_files) COMPLETE
86662026-08-27T18:19:30.429Z[ recovery-image] Aug 27 18:19:29.365 INFO O| Aug 27 18:19:29.365 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-08-27T18:19:30.476Z[ recovery-image] Aug 27 18:19:29.376 INFO O| Aug 27 18:19:29.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86682026-08-27T18:19:30.476Z[ recovery-image] Aug 27 18:19:29.376 INFO O| Aug 27 18:19:29.376 INFO STEP 1110 (remove_files) COMPLETE
86692026-08-27T18:19:30.486Z[ recovery-image] Aug 27 18:19:29.376 INFO O| Aug 27 18:19:29.376 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-08-27T18:19:30.486Z[ recovery-image] Aug 27 18:19:29.387 INFO O| Aug 27 18:19:29.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86712026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.387 INFO O| Aug 27 18:19:29.387 INFO STEP 1111 (remove_files) COMPLETE
86722026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.387 INFO O| Aug 27 18:19:29.387 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.398 INFO O| Aug 27 18:19:29.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86742026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.398 INFO O| Aug 27 18:19:29.398 INFO STEP 1112 (remove_files) COMPLETE
86752026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.398 INFO O| Aug 27 18:19:29.398 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.408 INFO O| Aug 27 18:19:29.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86772026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.408 INFO O| Aug 27 18:19:29.408 INFO STEP 1113 (remove_files) COMPLETE
86782026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.408 INFO O| Aug 27 18:19:29.408 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.417 INFO O| Aug 27 18:19:29.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86802026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.417 INFO O| Aug 27 18:19:29.417 INFO STEP 1114 (remove_files) COMPLETE
86812026-08-27T18:19:30.487Z[ recovery-image] Aug 27 18:19:29.417 INFO O| Aug 27 18:19:29.417 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-27T18:19:30.487Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86832026-08-27T18:19:30.496Z[ recovery-image] Aug 27 18:19:29.427 INFO O| Aug 27 18:19:29.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86842026-08-27T18:19:30.497Z[ recovery-image] Aug 27 18:19:29.427 INFO O| Aug 27 18:19:29.427 INFO STEP 1115 (remove_files) COMPLETE
86852026-08-27T18:19:30.497Z[ recovery-image] Aug 27 18:19:29.427 INFO O| Aug 27 18:19:29.427 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-08-27T18:19:30.506Z[ recovery-image] Aug 27 18:19:29.437 INFO O| Aug 27 18:19:29.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86872026-08-27T18:19:30.506Z[ recovery-image] Aug 27 18:19:29.437 INFO O| Aug 27 18:19:29.437 INFO STEP 1116 (remove_files) COMPLETE
86882026-08-27T18:19:30.506Z[ recovery-image] Aug 27 18:19:29.437 INFO O| Aug 27 18:19:29.437 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-08-27T18:19:30.515Z[ recovery-image] Aug 27 18:19:29.447 INFO O| Aug 27 18:19:29.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86902026-08-27T18:19:30.515Z[ recovery-image] Aug 27 18:19:29.447 INFO O| Aug 27 18:19:29.447 INFO STEP 1117 (remove_files) COMPLETE
86912026-08-27T18:19:30.515Z[ recovery-image] Aug 27 18:19:29.448 INFO O| Aug 27 18:19:29.447 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86922026-08-27T18:19:30.527Z[ recovery-image] Aug 27 18:19:29.463 INFO O| Aug 27 18:19:29.463 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86932026-08-27T18:19:30.527Z[ recovery-image] Aug 27 18:19:29.463 INFO O| Aug 27 18:19:29.463 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86942026-08-27T18:19:30.543Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86952026-08-27T18:19:31.355Z[ recovery-image] Aug 27 18:19:30.291 INFO O| Aug 27 18:19:30.291 INFO STEP 1118 (pack_tar) COMPLETE
86962026-08-27T18:19:31.355Z[ recovery-image] Aug 27 18:19:30.292 INFO O| Aug 27 18:19:30.291 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86972026-08-27T18:19:31.366Z[ recovery-image] Aug 27 18:19:30.292 INFO O| Aug 27 18:19:30.291 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86982026-08-27T18:19:31.775Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86992026-08-27T18:19:32.041Z[ recovery-image] Aug 27 18:19:30.976 INFO O| Aug 27 18:19:30.976 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87002026-08-27T18:19:32.116Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87012026-08-27T18:19:32.192Z[ recovery-image] Aug 27 18:19:31.127 INFO O| Aug 27 18:19:31.127 INFO completed processing sled/ramdisk-03-recovery-trim
87022026-08-27T18:19:32.201Z[ recovery-image] Aug 27 18:19:31.131 INFO image builder template: zfs-recovery...
87032026-08-27T18:19:32.202Z[ recovery-image] Aug 27 18:19:31.131 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/.tmp3ysJTo/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@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
87042026-08-27T18:19:32.223Z[ recovery-image] Aug 27 18:19:31.158 INFO O| Aug 27 18:19:31.158 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87052026-08-27T18:19:32.228Z[ recovery-image] Aug 27 18:19:31.163 INFO O| Aug 27 18:19:31.163 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87062026-08-27T18:19:32.325Z[ recovery-image] Aug 27 18:19:31.260 INFO O| Aug 27 18:19:31.260 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87072026-08-27T18:19:32.352Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87082026-08-27T18:19:32.420Z[ recovery-image] Aug 27 18:19:31.352 INFO O| Aug 27 18:19:31.352 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87092026-08-27T18:19:32.421Z[ recovery-image] Aug 27 18:19:31.352 INFO O| Aug 27 18:19:31.352 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87102026-08-27T18:19:32.421Z[ recovery-image] Aug 27 18:19:31.355 INFO O| Aug 27 18:19:31.355 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87112026-08-27T18:19:32.439Z[verify-libraries] Compiling yansi v1.0.1
87122026-08-27T18:19:32.519Z[ recovery-image] Aug 27 18:19:31.455 INFO O| Aug 27 18:19:31.455 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87132026-08-27T18:19:32.605Z[ recovery-image] Aug 27 18:19:31.540 INFO O| Aug 27 18:19:31.540 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87142026-08-27T18:19:32.616Z[ recovery-image] Aug 27 18:19:31.552 INFO O| Aug 27 18:19:31.552 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87152026-08-27T18:19:32.626Z[ recovery-image] Aug 27 18:19:31.559 INFO O| Aug 27 18:19:31.558 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87162026-08-27T18:19:32.626Z[ recovery-image] Aug 27 18:19:31.560 INFO O| Aug 27 18:19:31.560 INFO no lofi found
87172026-08-27T18:19:32.627Z[ recovery-image] Aug 27 18:19:31.560 INFO O| Aug 27 18:19:31.560 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87182026-08-27T18:19:32.627Z[ recovery-image] Aug 27 18:19:31.560 INFO O| Aug 27 18:19:31.560 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87192026-08-27T18:19:32.848Z[verify-libraries] Compiling pretty_assertions v1.4.1
87202026-08-27T18:19:32.976Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87212026-08-27T18:19:33.006Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87222026-08-27T18:19:37.492Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87232026-08-27T18:19:37.585Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87242026-08-27T18:19:37.585Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87252026-08-27T18:19:37.585Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87262026-08-27T18:19:37.585Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87272026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.001 INFO O| Aug 27 18:19:33.001 INFO lofi device = /dev/dsk/c2t1d0p0
87282026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.001 INFO O| Aug 27 18:19:33.001 INFO pool device = /dev/dsk/c2t1d0p0
87292026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.001 INFO O| Aug 27 18:19:33.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"]
87302026-08-27T18:19:37.585Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87312026-08-27T18:19:37.585Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87322026-08-27T18:19:37.585Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87332026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.145 INFO O| Aug 27 18:19:33.145 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87342026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.145 INFO O| Aug 27 18:19:33.145 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87352026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.172 INFO O| Aug 27 18:19:33.172 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87362026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.244 INFO O| Aug 27 18:19:33.244 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87372026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.278 INFO O| Aug 27 18:19:33.278 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87382026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.305 INFO O| Aug 27 18:19:33.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87392026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.329 INFO O| Aug 27 18:19:33.329 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87402026-08-27T18:19:37.585Z[ recovery-image] Aug 27 18:19:33.412 INFO O| Aug 27 18:19:33.412 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87412026-08-27T18:19:37.586Z[ recovery-image] Aug 27 18:19:33.412 INFO O| Aug 27 18:19:33.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87422026-08-27T18:19:37.586Z[ recovery-image] Aug 27 18:19:33.412 INFO O| Aug 27 18:19:33.412 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87432026-08-27T18:19:37.586Z[ recovery-image] Aug 27 18:19:33.423 INFO O| Aug 27 18:19:33.423 INFO boot environment UUID: 9603a1a5-57e6-4f3e-af6f-dec6eaf352aa
87442026-08-27T18:19:37.586Z[ recovery-image] Aug 27 18:19:33.423 INFO O| Aug 27 18:19:33.423 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9603a1a5-57e6-4f3e-af6f-dec6eaf352aa
87452026-08-27T18:19:37.586Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87462026-08-27T18:19:37.586Z[ recovery-image] Aug 27 18:19:33.440 INFO O| Aug 27 18:19:33.440 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87472026-08-27T18:19:37.586Z[ recovery-image] Aug 27 18:19:33.461 INFO O| Aug 27 18:19:33.461 INFO STEP 0 (create_be) COMPLETE
87482026-08-27T18:19:37.586Z[ recovery-image] Aug 27 18:19:33.461 INFO O| Aug 27 18:19:33.461 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87492026-08-27T18:19:37.586Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87502026-08-27T18:19:37.586Z[ recovery-image] Aug 27 18:19:33.478 INFO O| Aug 27 18:19:33.478 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"]
87512026-08-27T18:19:37.586Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87522026-08-27T18:19:37.586Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87532026-08-27T18:19:37.604Z[verify-libraries] Compiling drift v0.2.0
87542026-08-27T18:19:37.604Z[verify-libraries] Compiling uzers v0.12.2
87552026-08-27T18:19:37.604Z[verify-libraries] Compiling parse-size v1.1.0
87562026-08-27T18:19:37.604Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87572026-08-27T18:19:37.604Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87582026-08-27T18:19:37.604Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87592026-08-27T18:19:37.604Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87602026-08-27T18:19:37.604Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87612026-08-27T18:19:37.604Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87622026-08-27T18:19:38.441Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87632026-08-27T18:19:39.660Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87642026-08-27T18:19:40.127Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87652026-08-27T18:19:41.331Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87662026-08-27T18:19:41.862Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87672026-08-27T18:19:42.067Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87682026-08-27T18:19:42.257Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87692026-08-27T18:19:42.350Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87702026-08-27T18:19:42.385Z[verify-libraries] Compiling multimap v0.10.1
87712026-08-27T18:19:42.654Z[verify-libraries] Compiling termios v0.3.3
87722026-08-27T18:19:42.692Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87732026-08-27T18:19:42.930Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87742026-08-27T18:19:42.981Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87752026-08-27T18:19:43.291Z[ recovery-image] Aug 27 18:19:42.226 INFO O| Aug 27 18:19:42.226 INFO STEP 1 (unpack_tar) COMPLETE
87762026-08-27T18:19:43.295Z[ recovery-image] Aug 27 18:19:42.226 INFO O| Aug 27 18:19:42.226 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-08-27T18:19:43.312Z[ recovery-image] Aug 27 18:19:42.248 INFO O| Aug 27 18:19:42.248 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87782026-08-27T18:19:44.613Z[ recovery-image] Aug 27 18:19:43.549 INFO O| Aug 27 18:19:43.549 INFO STEP 2 (devfsadm) COMPLETE
87792026-08-27T18:19:44.614Z[ recovery-image] Aug 27 18:19:43.549 INFO O| Aug 27 18:19:43.549 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802026-08-27T18:19:44.625Z[ recovery-image] Aug 27 18:19:43.561 INFO O| Aug 27 18:19:43.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87812026-08-27T18:19:44.626Z[ recovery-image] Aug 27 18:19:43.561 INFO O| Aug 27 18:19:43.561 INFO STEP 3 (ensure_dir) COMPLETE
87822026-08-27T18:19:44.626Z[ recovery-image] Aug 27 18:19:43.561 INFO O| Aug 27 18:19:43.561 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-08-27T18:19:44.636Z[ recovery-image] Aug 27 18:19:43.572 INFO O| Aug 27 18:19:43.572 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87842026-08-27T18:19:44.636Z[ recovery-image] Aug 27 18:19:43.572 INFO O| Aug 27 18:19:43.572 INFO STEP 4 (ensure_dir) COMPLETE
87852026-08-27T18:19:44.636Z[ recovery-image] Aug 27 18:19:43.572 INFO O| Aug 27 18:19:43.572 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-27T18:19:44.646Z[ recovery-image] Aug 27 18:19:43.582 INFO O| Aug 27 18:19:43.582 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87872026-08-27T18:19:44.646Z[ recovery-image] Aug 27 18:19:43.582 INFO O| Aug 27 18:19:43.582 INFO STEP 5 (ensure_dir) COMPLETE
87882026-08-27T18:19:44.650Z[ recovery-image] Aug 27 18:19:43.582 INFO O| Aug 27 18:19:43.582 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-08-27T18:19:44.657Z[ recovery-image] Aug 27 18:19:43.593 INFO O| Aug 27 18:19:43.593 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87902026-08-27T18:19:44.657Z[ recovery-image] Aug 27 18:19:43.593 INFO O| Aug 27 18:19:43.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87912026-08-27T18:19:44.657Z[ recovery-image] Aug 27 18:19:43.593 INFO O| Aug 27 18:19:43.593 INFO STEP 6 (ensure_dir) COMPLETE
87922026-08-27T18:19:44.661Z[ recovery-image] Aug 27 18:19:43.593 INFO O| Aug 27 18:19:43.593 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932026-08-27T18:19:44.669Z[ recovery-image] Aug 27 18:19:43.603 INFO O| Aug 27 18:19:43.603 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87942026-08-27T18:19:44.669Z[ recovery-image] Aug 27 18:19:43.604 INFO O| Aug 27 18:19:43.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87952026-08-27T18:19:44.673Z[ recovery-image] Aug 27 18:19:43.604 INFO O| Aug 27 18:19:43.604 INFO STEP 7 (ensure_dir) COMPLETE
87962026-08-27T18:19:44.673Z[ recovery-image] Aug 27 18:19:43.604 INFO O| Aug 27 18:19:43.604 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-08-27T18:19:44.678Z[ recovery-image] Aug 27 18:19:43.614 INFO O| Aug 27 18:19:43.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87982026-08-27T18:19:44.681Z[ recovery-image] Aug 27 18:19:43.615 INFO O| Aug 27 18:19:43.614 INFO STEP 8 (remove_files) COMPLETE
87992026-08-27T18:19:44.681Z[ recovery-image] Aug 27 18:19:43.615 INFO O| Aug 27 18:19:43.614 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-27T18:19:44.688Z[ recovery-image] Aug 27 18:19:43.624 INFO O| Aug 27 18:19:43.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88012026-08-27T18:19:44.692Z[ recovery-image] Aug 27 18:19:43.625 INFO O| Aug 27 18:19:43.625 INFO STEP 9 (remove_files) COMPLETE
88022026-08-27T18:19:44.692Z[ recovery-image] Aug 27 18:19:43.625 INFO O| Aug 27 18:19:43.625 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032026-08-27T18:19:44.707Z[ recovery-image] Aug 27 18:19:43.643 INFO O| Aug 27 18:19:43.643 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88042026-08-27T18:19:44.711Z[ recovery-image] Aug 27 18:19:43.644 INFO O| Aug 27 18:19:43.644 INFO STEP 10 (remove_files) COMPLETE
88052026-08-27T18:19:44.711Z[ recovery-image] Aug 27 18:19:43.644 INFO O| Aug 27 18:19:43.644 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062026-08-27T18:19:44.719Z[ recovery-image] Aug 27 18:19:43.655 INFO O| Aug 27 18:19:43.655 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88072026-08-27T18:19:44.719Z[ recovery-image] Aug 27 18:19:43.655 INFO O| Aug 27 18:19:43.655 INFO STEP 11 (remove_files) COMPLETE
88082026-08-27T18:19:44.723Z[ recovery-image] Aug 27 18:19:43.655 INFO O| Aug 27 18:19:43.655 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-27T18:19:44.731Z[ recovery-image] Aug 27 18:19:43.667 INFO O| Aug 27 18:19:43.667 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88102026-08-27T18:19:44.731Z[ recovery-image] Aug 27 18:19:43.667 INFO O| Aug 27 18:19:43.667 INFO STEP 12 (remove_files) COMPLETE
88112026-08-27T18:19:44.731Z[ recovery-image] Aug 27 18:19:43.667 INFO O| Aug 27 18:19:43.667 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-08-27T18:19:44.745Z[ recovery-image] Aug 27 18:19:43.680 INFO O| Aug 27 18:19:43.680 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88132026-08-27T18:19:44.745Z[ recovery-image] Aug 27 18:19:43.680 INFO O| Aug 27 18:19:43.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88142026-08-27T18:19:44.745Z[ recovery-image] Aug 27 18:19:43.680 INFO O| Aug 27 18:19:43.680 INFO STEP 13 (ensure_dir) COMPLETE
88152026-08-27T18:19:44.745Z[ recovery-image] Aug 27 18:19:43.680 INFO O| Aug 27 18:19:43.680 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88162026-08-27T18:19:44.756Z[ recovery-image] Aug 27 18:19:43.692 INFO O| Aug 27 18:19:43.691 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88172026-08-27T18:19:44.756Z[ recovery-image] Aug 27 18:19:43.692 INFO O| Aug 27 18:19:43.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88182026-08-27T18:19:44.761Z[ recovery-image] Aug 27 18:19:43.692 INFO O| Aug 27 18:19:43.692 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88192026-08-27T18:19:44.761Z[ recovery-image] Aug 27 18:19:43.692 INFO O| Aug 27 18:19:43.692 INFO STEP 14 (ensure_dir) COMPLETE
88202026-08-27T18:19:44.762Z[ recovery-image] Aug 27 18:19:43.692 INFO O| Aug 27 18:19:43.692 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-08-27T18:19:44.766Z[ recovery-image] Aug 27 18:19:43.702 INFO O| Aug 27 18:19:43.702 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88222026-08-27T18:19:44.766Z[ recovery-image] Aug 27 18:19:43.702 INFO O| Aug 27 18:19:43.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88232026-08-27T18:19:44.770Z[ recovery-image] Aug 27 18:19:43.702 INFO O| Aug 27 18:19:43.702 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88242026-08-27T18:19:44.770Z[ recovery-image] Aug 27 18:19:43.702 INFO O| Aug 27 18:19:43.702 INFO STEP 15 (ensure_dir) COMPLETE
88252026-08-27T18:19:44.771Z[ recovery-image] Aug 27 18:19:43.702 INFO O| Aug 27 18:19:43.702 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262026-08-27T18:19:44.776Z[ recovery-image] Aug 27 18:19:43.712 INFO O| Aug 27 18:19:43.712 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88272026-08-27T18:19:44.776Z[ recovery-image] Aug 27 18:19:43.712 INFO O| Aug 27 18:19:43.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88282026-08-27T18:19:44.809Z[ recovery-image] Aug 27 18:19:43.712 INFO O| Aug 27 18:19:43.712 INFO STEP 16 (ensure_dir) COMPLETE
88292026-08-27T18:19:44.809Z[ recovery-image] Aug 27 18:19:43.712 INFO O| Aug 27 18:19:43.712 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302026-08-27T18:19:44.809Z[ recovery-image] Aug 27 18:19:43.721 INFO O| Aug 27 18:19:43.721 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88312026-08-27T18:19:44.809Z[ recovery-image] Aug 27 18:19:43.721 INFO O| Aug 27 18:19:43.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88322026-08-27T18:19:44.809Z[ recovery-image] Aug 27 18:19:43.721 INFO O| Aug 27 18:19:43.721 INFO STEP 17 (ensure_dir) COMPLETE
88332026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.721 INFO O| Aug 27 18:19:43.721 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88342026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.731 INFO O| Aug 27 18:19:43.731 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88352026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.731 INFO O| Aug 27 18:19:43.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88362026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.731 INFO O| Aug 27 18:19:43.731 INFO ok!
88372026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.731 INFO O| Aug 27 18:19:43.731 INFO STEP 18 (ensure_symlink) COMPLETE
88382026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.731 INFO O| Aug 27 18:19:43.731 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88392026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.740 INFO O| Aug 27 18:19:43.740 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88402026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.740 INFO O| Aug 27 18:19:43.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88412026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.740 INFO O| Aug 27 18:19:43.740 INFO ok!
88422026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.740 INFO O| Aug 27 18:19:43.740 INFO STEP 19 (ensure_file) COMPLETE
88432026-08-27T18:19:44.810Z[ recovery-image] Aug 27 18:19:43.740 INFO O| Aug 27 18:19:43.740 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-27T18:19:44.816Z[ recovery-image] Aug 27 18:19:43.750 INFO O| Aug 27 18:19:43.750 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88452026-08-27T18:19:44.816Z[ recovery-image] Aug 27 18:19:43.750 INFO O| Aug 27 18:19:43.750 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88462026-08-27T18:19:44.816Z[ recovery-image] Aug 27 18:19:43.750 INFO O| Aug 27 18:19:43.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88472026-08-27T18:19:44.817Z[ recovery-image] Aug 27 18:19:43.750 INFO O| Aug 27 18:19:43.750 INFO ok!
88482026-08-27T18:19:44.817Z[ recovery-image] Aug 27 18:19:43.750 INFO O| Aug 27 18:19:43.750 INFO STEP 20 (ensure_symlink) COMPLETE
88492026-08-27T18:19:44.817Z[ recovery-image] Aug 27 18:19:43.750 INFO O| Aug 27 18:19:43.750 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-08-27T18:19:44.826Z[ recovery-image] Aug 27 18:19:43.762 INFO O| Aug 27 18:19:43.762 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88512026-08-27T18:19:44.826Z[ recovery-image] Aug 27 18:19:43.762 INFO O| Aug 27 18:19:43.762 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88522026-08-27T18:19:44.826Z[ recovery-image] Aug 27 18:19:43.762 INFO O| Aug 27 18:19:43.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88532026-08-27T18:19:44.830Z[ recovery-image] Aug 27 18:19:43.762 INFO O| Aug 27 18:19:43.762 INFO ok!
88542026-08-27T18:19:44.830Z[ recovery-image] Aug 27 18:19:43.762 INFO O| Aug 27 18:19:43.762 INFO STEP 21 (ensure_symlink) COMPLETE
88552026-08-27T18:19:44.830Z[ recovery-image] Aug 27 18:19:43.762 INFO O| Aug 27 18:19:43.762 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-08-27T18:19:44.835Z[ recovery-image] Aug 27 18:19:43.771 INFO O| Aug 27 18:19:43.771 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88572026-08-27T18:19:44.835Z[ recovery-image] Aug 27 18:19:43.772 INFO O| Aug 27 18:19:43.771 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88582026-08-27T18:19:44.836Z[ recovery-image] Aug 27 18:19:43.772 INFO O| Aug 27 18:19:43.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88592026-08-27T18:19:44.839Z[ recovery-image] Aug 27 18:19:43.772 INFO O| Aug 27 18:19:43.771 INFO ok!
88602026-08-27T18:19:44.840Z[ recovery-image] Aug 27 18:19:43.772 INFO O| Aug 27 18:19:43.772 INFO STEP 22 (ensure_symlink) COMPLETE
88612026-08-27T18:19:44.840Z[ recovery-image] Aug 27 18:19:43.772 INFO O| Aug 27 18:19:43.772 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-08-27T18:19:44.846Z[ recovery-image] Aug 27 18:19:43.781 INFO O| Aug 27 18:19:43.781 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88632026-08-27T18:19:44.846Z[ recovery-image] Aug 27 18:19:43.782 INFO O| Aug 27 18:19:43.781 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88642026-08-27T18:19:44.846Z[ recovery-image] Aug 27 18:19:43.782 INFO O| Aug 27 18:19:43.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88652026-08-27T18:19:44.850Z[ recovery-image] Aug 27 18:19:43.782 INFO O| Aug 27 18:19:43.782 INFO ok!
88662026-08-27T18:19:44.850Z[ recovery-image] Aug 27 18:19:43.782 INFO O| Aug 27 18:19:43.782 INFO STEP 23 (ensure_symlink) COMPLETE
88672026-08-27T18:19:44.850Z[ recovery-image] Aug 27 18:19:43.782 INFO O| Aug 27 18:19:43.782 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-08-27T18:19:44.855Z[ recovery-image] Aug 27 18:19:43.791 INFO O| Aug 27 18:19:43.791 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88692026-08-27T18:19:44.855Z[ recovery-image] Aug 27 18:19:43.791 INFO O| Aug 27 18:19:43.791 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 ...
88702026-08-27T18:19:44.855Z[ recovery-image] Aug 27 18:19:43.791 INFO O| Aug 27 18:19:43.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88712026-08-27T18:19:44.859Z[ recovery-image] Aug 27 18:19:43.791 INFO O| Aug 27 18:19:43.791 INFO ok!
88722026-08-27T18:19:44.859Z[ recovery-image] Aug 27 18:19:43.791 INFO O| Aug 27 18:19:43.791 INFO STEP 24 (ensure_file) COMPLETE
88732026-08-27T18:19:44.859Z[ recovery-image] Aug 27 18:19:43.791 INFO O| Aug 27 18:19:43.791 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-08-27T18:19:44.865Z[ recovery-image] Aug 27 18:19:43.801 INFO O| Aug 27 18:19:43.801 INFO updating shadow file
88752026-08-27T18:19:44.865Z[ recovery-image] Aug 27 18:19:43.801 INFO O| Aug 27 18:19:43.801 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88762026-08-27T18:19:44.865Z[ recovery-image] Aug 27 18:19:43.801 INFO O| Aug 27 18:19:43.801 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88772026-08-27T18:19:44.869Z[ recovery-image] Aug 27 18:19:43.801 INFO O| Aug 27 18:19:43.801 INFO STEP 25 (shadow) COMPLETE
88782026-08-27T18:19:44.869Z[ recovery-image] Aug 27 18:19:43.801 INFO O| Aug 27 18:19:43.801 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-08-27T18:19:44.874Z[ recovery-image] Aug 27 18:19:43.810 INFO O| Aug 27 18:19:43.810 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88802026-08-27T18:19:44.874Z[ recovery-image] Aug 27 18:19:43.810 INFO O| Aug 27 18:19:43.810 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88812026-08-27T18:19:44.874Z[ recovery-image] Aug 27 18:19:43.810 INFO O| Aug 27 18:19:43.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88822026-08-27T18:19:44.877Z[ recovery-image] Aug 27 18:19:43.810 INFO O| Aug 27 18:19:43.810 INFO ok!
88832026-08-27T18:19:44.877Z[ recovery-image] Aug 27 18:19:43.810 INFO O| Aug 27 18:19:43.810 INFO STEP 26 (ensure_file) COMPLETE
88842026-08-27T18:19:44.878Z[ recovery-image] Aug 27 18:19:43.810 INFO O| Aug 27 18:19:43.810 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88852026-08-27T18:19:44.883Z[ recovery-image] Aug 27 18:19:43.819 INFO O| Aug 27 18:19:43.819 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88862026-08-27T18:19:44.883Z[ recovery-image] Aug 27 18:19:43.819 INFO O| Aug 27 18:19:43.819 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88872026-08-27T18:19:44.883Z[ recovery-image] Aug 27 18:19:43.819 INFO O| Aug 27 18:19:43.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88882026-08-27T18:19:44.887Z[ recovery-image] Aug 27 18:19:43.819 INFO O| Aug 27 18:19:43.819 INFO ok!
88892026-08-27T18:19:44.887Z[ recovery-image] Aug 27 18:19:43.819 INFO O| Aug 27 18:19:43.819 INFO STEP 27 (ensure_file) COMPLETE
88902026-08-27T18:19:44.887Z[ recovery-image] Aug 27 18:19:43.819 INFO O| Aug 27 18:19:43.819 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88912026-08-27T18:19:44.892Z[ recovery-image] Aug 27 18:19:43.828 INFO O| Aug 27 18:19:43.828 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88922026-08-27T18:19:44.892Z[ recovery-image] Aug 27 18:19:43.828 INFO O| Aug 27 18:19:43.828 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88932026-08-27T18:19:44.892Z[ recovery-image] Aug 27 18:19:43.828 INFO O| Aug 27 18:19:43.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88942026-08-27T18:19:44.896Z[ recovery-image] Aug 27 18:19:43.828 INFO O| Aug 27 18:19:43.828 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88952026-08-27T18:19:44.896Z[ recovery-image] Aug 27 18:19:43.828 INFO O| Aug 27 18:19:43.828 INFO ok!
88962026-08-27T18:19:44.896Z[ recovery-image] Aug 27 18:19:43.828 INFO O| Aug 27 18:19:43.828 INFO STEP 28 (ensure_file) COMPLETE
88972026-08-27T18:19:44.896Z[ recovery-image] Aug 27 18:19:43.828 INFO O| Aug 27 18:19:43.828 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88982026-08-27T18:19:44.901Z[ recovery-image] Aug 27 18:19:43.838 INFO O| Aug 27 18:19:43.838 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88992026-08-27T18:19:44.902Z[ recovery-image] Aug 27 18:19:43.838 INFO O| Aug 27 18:19:43.838 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89002026-08-27T18:19:44.902Z[ recovery-image] Aug 27 18:19:43.838 INFO O| Aug 27 18:19:43.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89012026-08-27T18:19:44.905Z[ recovery-image] Aug 27 18:19:43.838 INFO O| Aug 27 18:19:43.838 INFO ok!
89022026-08-27T18:19:44.905Z[ recovery-image] Aug 27 18:19:43.838 INFO O| Aug 27 18:19:43.838 INFO STEP 29 (ensure_file) COMPLETE
89032026-08-27T18:19:44.906Z[ recovery-image] Aug 27 18:19:43.838 INFO O| Aug 27 18:19:43.838 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89042026-08-27T18:19:44.911Z[ recovery-image] Aug 27 18:19:43.847 INFO O| Aug 27 18:19:43.847 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89052026-08-27T18:19:44.911Z[ recovery-image] Aug 27 18:19:43.847 INFO O| Aug 27 18:19:43.847 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89062026-08-27T18:19:44.911Z[ recovery-image] Aug 27 18:19:43.847 INFO O| Aug 27 18:19:43.847 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89072026-08-27T18:19:44.915Z[ recovery-image] Aug 27 18:19:43.847 INFO O| Aug 27 18:19:43.847 INFO STEP 30 (ensure_dir) COMPLETE
89082026-08-27T18:19:44.915Z[ recovery-image] Aug 27 18:19:43.847 INFO O| Aug 27 18:19:43.847 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-08-27T18:19:44.922Z[ recovery-image] Aug 27 18:19:43.858 INFO O| Aug 27 18:19:43.858 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89102026-08-27T18:19:44.926Z[ recovery-image] Aug 27 18:19:43.858 INFO O| Aug 27 18:19:43.858 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 ...
89112026-08-27T18:19:44.926Z[ recovery-image] Aug 27 18:19:43.858 INFO O| Aug 27 18:19:43.858 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
89122026-08-27T18:19:44.926Z[ recovery-image] Aug 27 18:19:43.858 INFO O| Aug 27 18:19:43.858 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89132026-08-27T18:19:44.926Z[ recovery-image] Aug 27 18:19:43.858 INFO O| Aug 27 18:19:43.858 INFO ok!
89142026-08-27T18:19:44.926Z[ recovery-image] Aug 27 18:19:43.858 INFO O| Aug 27 18:19:43.858 INFO STEP 31 (ensure_file) COMPLETE
89152026-08-27T18:19:44.926Z[ recovery-image] Aug 27 18:19:43.858 INFO O| Aug 27 18:19:43.858 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89162026-08-27T18:19:44.933Z[ recovery-image] Aug 27 18:19:43.870 INFO O| Aug 27 18:19:43.870 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89172026-08-27T18:19:44.934Z[ recovery-image] Aug 27 18:19:43.870 INFO O| Aug 27 18:19:43.870 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89182026-08-27T18:19:44.934Z[ recovery-image] Aug 27 18:19:43.870 INFO O| Aug 27 18:19:43.870 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89192026-08-27T18:19:44.934Z[ recovery-image] Aug 27 18:19:43.870 INFO O| Aug 27 18:19:43.870 INFO STEP 32 (ensure_dir) COMPLETE
89202026-08-27T18:19:44.934Z[ recovery-image] Aug 27 18:19:43.870 INFO O| Aug 27 18:19:43.870 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89212026-08-27T18:19:44.945Z[ recovery-image] Aug 27 18:19:43.881 INFO O| Aug 27 18:19:43.881 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89222026-08-27T18:19:44.946Z[ recovery-image] Aug 27 18:19:43.881 INFO O| Aug 27 18:19:43.881 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 ...
89232026-08-27T18:19:44.946Z[ recovery-image] Aug 27 18:19:43.881 INFO O| Aug 27 18:19:43.881 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
89242026-08-27T18:19:44.946Z[ recovery-image] Aug 27 18:19:43.881 INFO O| Aug 27 18:19:43.881 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89252026-08-27T18:19:44.946Z[ recovery-image] Aug 27 18:19:43.881 INFO O| Aug 27 18:19:43.881 INFO ok!
89262026-08-27T18:19:44.950Z[ recovery-image] Aug 27 18:19:43.881 INFO O| Aug 27 18:19:43.881 INFO STEP 33 (ensure_file) COMPLETE
89272026-08-27T18:19:44.950Z[ recovery-image] Aug 27 18:19:43.881 INFO O| Aug 27 18:19:43.881 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89282026-08-27T18:19:44.957Z[ recovery-image] Aug 27 18:19:43.893 INFO O| Aug 27 18:19:43.893 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89292026-08-27T18:19:44.957Z[ recovery-image] Aug 27 18:19:43.893 INFO O| Aug 27 18:19:43.893 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89302026-08-27T18:19:44.957Z[ recovery-image] Aug 27 18:19:43.893 INFO O| Aug 27 18:19:43.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89312026-08-27T18:19:44.961Z[ recovery-image] Aug 27 18:19:43.893 INFO O| Aug 27 18:19:43.893 INFO ok!
89322026-08-27T18:19:44.961Z[ recovery-image] Aug 27 18:19:43.893 INFO O| Aug 27 18:19:43.893 INFO STEP 34 (ensure_file) COMPLETE
89332026-08-27T18:19:44.961Z[ recovery-image] Aug 27 18:19:43.893 INFO O| Aug 27 18:19:43.893 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89342026-08-27T18:19:44.969Z[ recovery-image] Aug 27 18:19:43.904 INFO O| Aug 27 18:19:43.904 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89352026-08-27T18:19:44.970Z[ recovery-image] Aug 27 18:19:43.905 INFO O| Aug 27 18:19:43.904 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89362026-08-27T18:19:44.974Z[ recovery-image] Aug 27 18:19:43.905 INFO O| Aug 27 18:19:43.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89372026-08-27T18:19:44.974Z[ recovery-image] Aug 27 18:19:43.905 INFO O| Aug 27 18:19:43.905 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89382026-08-27T18:19:44.974Z[ recovery-image] Aug 27 18:19:43.905 INFO O| Aug 27 18:19:43.905 INFO ok!
89392026-08-27T18:19:44.974Z[ recovery-image] Aug 27 18:19:43.905 INFO O| Aug 27 18:19:43.905 INFO STEP 35 (ensure_file) COMPLETE
89402026-08-27T18:19:44.974Z[ recovery-image] Aug 27 18:19:43.905 INFO O| Aug 27 18:19:43.905 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89412026-08-27T18:19:44.978Z[ recovery-image] Aug 27 18:19:43.915 INFO O| Aug 27 18:19:43.914 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89422026-08-27T18:19:44.978Z[ recovery-image] Aug 27 18:19:43.915 INFO O| Aug 27 18:19:43.915 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89432026-08-27T18:19:44.982Z[ recovery-image] Aug 27 18:19:43.915 INFO O| Aug 27 18:19:43.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89442026-08-27T18:19:44.982Z[ recovery-image] Aug 27 18:19:43.915 INFO O| Aug 27 18:19:43.915 INFO ok!
89452026-08-27T18:19:44.982Z[ recovery-image] Aug 27 18:19:43.915 INFO O| Aug 27 18:19:43.915 INFO STEP 36 (ensure_file) COMPLETE
89462026-08-27T18:19:44.982Z[ recovery-image] Aug 27 18:19:43.915 INFO O| Aug 27 18:19:43.915 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89472026-08-27T18:19:44.988Z[ recovery-image] Aug 27 18:19:43.924 INFO O| Aug 27 18:19:43.924 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89482026-08-27T18:19:44.988Z[ recovery-image] Aug 27 18:19:43.924 INFO O| Aug 27 18:19:43.924 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89492026-08-27T18:19:44.988Z[ recovery-image] Aug 27 18:19:43.924 INFO O| Aug 27 18:19:43.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89502026-08-27T18:19:44.988Z[ recovery-image] Aug 27 18:19:43.924 INFO O| Aug 27 18:19:43.924 INFO ok!
89512026-08-27T18:19:44.993Z[ recovery-image] Aug 27 18:19:43.924 INFO O| Aug 27 18:19:43.924 INFO STEP 37 (ensure_file) COMPLETE
89522026-08-27T18:19:44.993Z[ recovery-image] Aug 27 18:19:43.924 INFO O| Aug 27 18:19:43.924 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89532026-08-27T18:19:44.998Z[verify-libraries] Compiling polar-core v0.27.3
89542026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89552026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89562026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89572026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89582026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89592026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89602026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO ok!
89612026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO STEP 38 (ensure_file) COMPLETE
89622026-08-27T18:19:45.004Z[ recovery-image] Aug 27 18:19:43.937 INFO O| Aug 27 18:19:43.937 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89632026-08-27T18:19:45.011Z[ recovery-image] Aug 27 18:19:43.947 INFO O| Aug 27 18:19:43.947 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89642026-08-27T18:19:45.012Z[ recovery-image] Aug 27 18:19:43.948 INFO O| Aug 27 18:19:43.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89652026-08-27T18:19:45.012Z[ recovery-image] Aug 27 18:19:43.948 INFO O| Aug 27 18:19:43.948 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89662026-08-27T18:19:45.015Z[ recovery-image] Aug 27 18:19:43.948 INFO O| Aug 27 18:19:43.948 INFO STEP 39 (ensure_dir) COMPLETE
89672026-08-27T18:19:45.016Z[ recovery-image] Aug 27 18:19:43.948 INFO O| Aug 27 18:19:43.948 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89682026-08-27T18:19:45.022Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 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
89692026-08-27T18:19:45.022Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 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 ...
89702026-08-27T18:19:45.026Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 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
89712026-08-27T18:19:45.026Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 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
89722026-08-27T18:19:45.026Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 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
89732026-08-27T18:19:45.026Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 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
89742026-08-27T18:19:45.027Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 INFO ok!
89752026-08-27T18:19:45.027Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 INFO STEP 40 (ensure_file) COMPLETE
89762026-08-27T18:19:45.027Z[ recovery-image] Aug 27 18:19:43.958 INFO O| Aug 27 18:19:43.958 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89772026-08-27T18:19:45.034Z[ recovery-image] Aug 27 18:19:43.970 INFO O| Aug 27 18:19:43.970 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89782026-08-27T18:19:45.034Z[ recovery-image] Aug 27 18:19:43.970 INFO O| Aug 27 18:19:43.970 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 ...
89792026-08-27T18:19:45.034Z[ recovery-image] Aug 27 18:19:43.970 INFO O| Aug 27 18:19:43.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89802026-08-27T18:19:45.038Z[ recovery-image] Aug 27 18:19:43.970 INFO O| Aug 27 18:19:43.970 INFO ok!
89812026-08-27T18:19:45.038Z[ recovery-image] Aug 27 18:19:43.970 INFO O| Aug 27 18:19:43.970 INFO STEP 41 (ensure_symlink) COMPLETE
89822026-08-27T18:19:45.038Z[ recovery-image] Aug 27 18:19:43.970 INFO O| Aug 27 18:19:43.970 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89832026-08-27T18:19:45.045Z[ recovery-image] Aug 27 18:19:43.981 INFO O| Aug 27 18:19:43.981 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89842026-08-27T18:19:45.045Z[ recovery-image] Aug 27 18:19:43.981 INFO O| Aug 27 18:19:43.981 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89852026-08-27T18:19:45.050Z[ recovery-image] Aug 27 18:19:43.981 INFO O| Aug 27 18:19:43.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89862026-08-27T18:19:45.050Z[ recovery-image] Aug 27 18:19:43.981 INFO O| Aug 27 18:19:43.981 INFO ok!
89872026-08-27T18:19:45.050Z[ recovery-image] Aug 27 18:19:43.981 INFO O| Aug 27 18:19:43.981 INFO STEP 42 (ensure_symlink) COMPLETE
89882026-08-27T18:19:45.050Z[ recovery-image] Aug 27 18:19:43.981 INFO O| Aug 27 18:19:43.981 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89892026-08-27T18:19:45.056Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89902026-08-27T18:19:45.056Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89912026-08-27T18:19:45.060Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89922026-08-27T18:19:45.060Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89932026-08-27T18:19:45.060Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89942026-08-27T18:19:45.060Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89952026-08-27T18:19:45.060Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO ok!
89962026-08-27T18:19:45.060Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO STEP 43 (ensure_file) COMPLETE
89972026-08-27T18:19:45.060Z[ recovery-image] Aug 27 18:19:43.992 INFO O| Aug 27 18:19:43.992 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89982026-08-27T18:19:45.067Z[ recovery-image] Aug 27 18:19:44.003 INFO O| Aug 27 18:19:44.003 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89992026-08-27T18:19:45.070Z[ recovery-image] Aug 27 18:19:44.003 INFO O| Aug 27 18:19:44.003 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 ...
90002026-08-27T18:19:45.071Z[ recovery-image] Aug 27 18:19:44.003 INFO O| Aug 27 18:19:44.003 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
90012026-08-27T18:19:45.071Z[ recovery-image] Aug 27 18:19:44.003 INFO O| Aug 27 18:19:44.003 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90022026-08-27T18:19:45.071Z[ recovery-image] Aug 27 18:19:44.003 INFO O| Aug 27 18:19:44.003 INFO ok!
90032026-08-27T18:19:45.071Z[ recovery-image] Aug 27 18:19:44.003 INFO O| Aug 27 18:19:44.003 INFO STEP 44 (ensure_file) COMPLETE
90042026-08-27T18:19:45.071Z[ recovery-image] Aug 27 18:19:44.003 INFO O| Aug 27 18:19:44.003 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90052026-08-27T18:19:45.077Z[ recovery-image] Aug 27 18:19:44.013 INFO O| Aug 27 18:19:44.013 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90062026-08-27T18:19:45.077Z[ recovery-image] Aug 27 18:19:44.013 INFO O| Aug 27 18:19:44.013 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90072026-08-27T18:19:45.077Z[ recovery-image] Aug 27 18:19:44.014 INFO O| Aug 27 18:19:44.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90082026-08-27T18:19:45.077Z[ recovery-image] Aug 27 18:19:44.014 INFO O| Aug 27 18:19:44.013 INFO ok!
90092026-08-27T18:19:45.077Z[ recovery-image] Aug 27 18:19:44.014 INFO O| Aug 27 18:19:44.013 INFO STEP 45 (ensure_file) COMPLETE
90102026-08-27T18:19:45.081Z[ recovery-image] Aug 27 18:19:44.014 INFO O| Aug 27 18:19:44.013 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90112026-08-27T18:19:45.088Z[ recovery-image] Aug 27 18:19:44.024 INFO O| Aug 27 18:19:44.024 INFO updating shadow file
90122026-08-27T18:19:45.088Z[ recovery-image] Aug 27 18:19:44.024 INFO O| Aug 27 18:19:44.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90132026-08-27T18:19:45.092Z[ recovery-image] Aug 27 18:19:44.024 INFO O| Aug 27 18:19:44.024 INFO STEP 46 (shadow) COMPLETE
90142026-08-27T18:19:45.092Z[ recovery-image] Aug 27 18:19:44.024 INFO O| Aug 27 18:19:44.024 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90152026-08-27T18:19:45.099Z[ recovery-image] Aug 27 18:19:44.035 INFO O| Aug 27 18:19:44.034 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90162026-08-27T18:19:45.099Z[ recovery-image] Aug 27 18:19:44.035 INFO O| Aug 27 18:19:44.035 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90172026-08-27T18:19:45.099Z[ recovery-image] Aug 27 18:19:44.035 INFO O| Aug 27 18:19:44.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90182026-08-27T18:19:45.099Z[ recovery-image] Aug 27 18:19:44.035 INFO O| Aug 27 18:19:44.035 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90192026-08-27T18:19:45.102Z[ recovery-image] Aug 27 18:19:44.035 INFO O| Aug 27 18:19:44.035 INFO ok!
90202026-08-27T18:19:45.102Z[ recovery-image] Aug 27 18:19:44.035 INFO O| Aug 27 18:19:44.035 INFO STEP 47 (ensure_file) COMPLETE
90212026-08-27T18:19:45.102Z[ recovery-image] Aug 27 18:19:44.035 INFO O| Aug 27 18:19:44.035 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-27T18:19:45.108Z[ recovery-image] Aug 27 18:19:44.044 INFO O| Aug 27 18:19:44.044 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90232026-08-27T18:19:45.108Z[ recovery-image] Aug 27 18:19:44.044 INFO O| Aug 27 18:19:44.044 INFO STEP 48 (ensure_dir) COMPLETE
90242026-08-27T18:19:45.112Z[ recovery-image] Aug 27 18:19:44.044 INFO O| Aug 27 18:19:44.044 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-27T18:19:45.117Z[ recovery-image] Aug 27 18:19:44.054 INFO O| Aug 27 18:19:44.053 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90262026-08-27T18:19:45.117Z[ recovery-image] Aug 27 18:19:44.054 INFO O| Aug 27 18:19:44.054 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90272026-08-27T18:19:45.121Z[ recovery-image] Aug 27 18:19:44.054 INFO O| Aug 27 18:19:44.054 INFO STEP 49 (ensure_dir) COMPLETE
90282026-08-27T18:19:45.121Z[ recovery-image] Aug 27 18:19:44.054 INFO O| Aug 27 18:19:44.054 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-08-27T18:19:45.128Z[ recovery-image] Aug 27 18:19:44.065 INFO O| Aug 27 18:19:44.065 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90302026-08-27T18:19:45.129Z[ recovery-image] Aug 27 18:19:44.065 INFO O| Aug 27 18:19:44.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90312026-08-27T18:19:45.132Z[ recovery-image] Aug 27 18:19:44.065 INFO O| Aug 27 18:19:44.065 INFO STEP 50 (ensure_dir) COMPLETE
90322026-08-27T18:19:45.132Z[ recovery-image] Aug 27 18:19:44.065 INFO O| Aug 27 18:19:44.065 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-27T18:19:45.141Z[ recovery-image] Aug 27 18:19:44.077 INFO O| Aug 27 18:19:44.077 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90342026-08-27T18:19:45.141Z[ recovery-image] Aug 27 18:19:44.077 INFO O| Aug 27 18:19:44.077 INFO copying /tmp/.tmp3ysJTo/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90352026-08-27T18:19:45.175Z[ recovery-image] Aug 27 18:19:44.109 INFO O| Aug 27 18:19:44.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90362026-08-27T18:19:45.175Z[ recovery-image] Aug 27 18:19:44.109 INFO O| Aug 27 18:19:44.109 INFO ok!
90372026-08-27T18:19:45.178Z[ recovery-image] Aug 27 18:19:44.109 INFO O| Aug 27 18:19:44.109 INFO STEP 51 (ensure_file) COMPLETE
90382026-08-27T18:19:45.178Z[ recovery-image] Aug 27 18:19:44.109 INFO O| Aug 27 18:19:44.109 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-08-27T18:19:45.187Z[ recovery-image] Aug 27 18:19:44.123 INFO O| Aug 27 18:19:44.123 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90402026-08-27T18:19:45.187Z[ recovery-image] Aug 27 18:19:44.123 INFO O| Aug 27 18:19:44.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90412026-08-27T18:19:45.187Z[ recovery-image] Aug 27 18:19:44.123 INFO O| Aug 27 18:19:44.123 INFO STEP 52 (ensure_dir) COMPLETE
90422026-08-27T18:19:45.191Z[ recovery-image] Aug 27 18:19:44.123 INFO O| Aug 27 18:19:44.123 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-27T18:19:45.197Z[ recovery-image] Aug 27 18:19:44.133 INFO O| Aug 27 18:19:44.133 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90442026-08-27T18:19:45.197Z[ recovery-image] Aug 27 18:19:44.133 INFO O| Aug 27 18:19:44.133 INFO copying /tmp/.tmp3ysJTo/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90452026-08-27T18:19:45.197Z[ recovery-image] Aug 27 18:19:44.133 INFO O| Aug 27 18:19:44.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90462026-08-27T18:19:45.201Z[ recovery-image] Aug 27 18:19:44.133 INFO O| Aug 27 18:19:44.133 INFO ok!
90472026-08-27T18:19:45.201Z[ recovery-image] Aug 27 18:19:44.133 INFO O| Aug 27 18:19:44.133 INFO STEP 53 (ensure_file) COMPLETE
90482026-08-27T18:19:45.201Z[ recovery-image] Aug 27 18:19:44.133 INFO O| Aug 27 18:19:44.133 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-08-27T18:19:45.206Z[ recovery-image] Aug 27 18:19:44.142 INFO O| Aug 27 18:19:44.142 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90502026-08-27T18:19:45.206Z[ recovery-image] Aug 27 18:19:44.142 INFO O| Aug 27 18:19:44.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90512026-08-27T18:19:45.206Z[ recovery-image] Aug 27 18:19:44.142 INFO O| Aug 27 18:19:44.142 INFO STEP 54 (ensure_dir) COMPLETE
90522026-08-27T18:19:45.209Z[ recovery-image] Aug 27 18:19:44.142 INFO O| Aug 27 18:19:44.142 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-27T18:19:45.214Z[ recovery-image] Aug 27 18:19:44.151 INFO O| Aug 27 18:19:44.151 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90542026-08-27T18:19:45.215Z[ recovery-image] Aug 27 18:19:44.151 INFO O| Aug 27 18:19:44.151 INFO copying /tmp/.tmp3ysJTo/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90552026-08-27T18:19:47.234Z[ recovery-image] Aug 27 18:19:46.170 INFO O| Aug 27 18:19:46.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90562026-08-27T18:19:47.234Z[ recovery-image] Aug 27 18:19:46.170 INFO O| Aug 27 18:19:46.170 INFO ok!
90572026-08-27T18:19:47.234Z[ recovery-image] Aug 27 18:19:46.170 INFO O| Aug 27 18:19:46.170 INFO STEP 55 (ensure_file) COMPLETE
90582026-08-27T18:19:47.239Z[ recovery-image] Aug 27 18:19:46.170 INFO O| Aug 27 18:19:46.170 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-08-27T18:19:47.246Z[ recovery-image] Aug 27 18:19:46.181 INFO O| Aug 27 18:19:46.181 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90602026-08-27T18:19:47.246Z[ recovery-image] Aug 27 18:19:46.181 INFO O| Aug 27 18:19:46.181 INFO copying /tmp/.tmp3ysJTo/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90612026-08-27T18:19:49.225Z[ recovery-image] Aug 27 18:19:48.161 INFO O| Aug 27 18:19:48.161 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90622026-08-27T18:19:49.226Z[ recovery-image] Aug 27 18:19:48.161 INFO O| Aug 27 18:19:48.161 INFO ok!
90632026-08-27T18:19:49.226Z[ recovery-image] Aug 27 18:19:48.161 INFO O| Aug 27 18:19:48.161 INFO STEP 56 (ensure_file) COMPLETE
90642026-08-27T18:19:49.230Z[ recovery-image] Aug 27 18:19:48.161 INFO O| Aug 27 18:19:48.161 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90652026-08-27T18:19:49.235Z[ recovery-image] Aug 27 18:19:48.171 INFO O| Aug 27 18:19:48.171 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90662026-08-27T18:19:49.236Z[ recovery-image] Aug 27 18:19:48.171 INFO O| Aug 27 18:19:48.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90672026-08-27T18:19:49.239Z[ recovery-image] Aug 27 18:19:48.171 INFO O| Aug 27 18:19:48.171 INFO STEP 57 (ensure_dir) COMPLETE
90682026-08-27T18:19:49.239Z[ recovery-image] Aug 27 18:19:48.171 INFO O| Aug 27 18:19:48.171 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-27T18:19:49.245Z[ recovery-image] Aug 27 18:19:48.181 INFO O| Aug 27 18:19:48.181 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90702026-08-27T18:19:49.245Z[ recovery-image] Aug 27 18:19:48.181 INFO O| Aug 27 18:19:48.181 INFO copying /tmp/.tmp3ysJTo/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 ...
90712026-08-27T18:19:49.245Z[ recovery-image] Aug 27 18:19:48.181 INFO O| Aug 27 18:19:48.181 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
90722026-08-27T18:19:49.249Z[ recovery-image] Aug 27 18:19:48.181 INFO O| Aug 27 18:19:48.181 INFO ok!
90732026-08-27T18:19:49.249Z[ recovery-image] Aug 27 18:19:48.181 INFO O| Aug 27 18:19:48.181 INFO STEP 58 (ensure_file) COMPLETE
90742026-08-27T18:19:49.249Z[ recovery-image] Aug 27 18:19:48.181 INFO O| Aug 27 18:19:48.181 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-08-27T18:19:49.254Z[ recovery-image] Aug 27 18:19:48.190 INFO O| Aug 27 18:19:48.190 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90762026-08-27T18:19:49.258Z[ recovery-image] Aug 27 18:19:48.190 INFO O| Aug 27 18:19:48.190 INFO copying /tmp/.tmp3ysJTo/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 ...
90772026-08-27T18:19:49.258Z[ recovery-image] Aug 27 18:19:48.190 INFO O| Aug 27 18:19:48.190 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
90782026-08-27T18:19:49.259Z[ recovery-image] Aug 27 18:19:48.190 INFO O| Aug 27 18:19:48.190 INFO ok!
90792026-08-27T18:19:49.259Z[ recovery-image] Aug 27 18:19:48.190 INFO O| Aug 27 18:19:48.190 INFO STEP 59 (ensure_file) COMPLETE
90802026-08-27T18:19:49.259Z[ recovery-image] Aug 27 18:19:48.190 INFO O| Aug 27 18:19:48.190 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90812026-08-27T18:19:49.263Z[ recovery-image] Aug 27 18:19:48.199 INFO O| Aug 27 18:19:48.199 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90822026-08-27T18:19:49.263Z[ recovery-image] Aug 27 18:19:48.199 INFO O| Aug 27 18:19:48.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90832026-08-27T18:19:49.263Z[ recovery-image] Aug 27 18:19:48.199 INFO O| Aug 27 18:19:48.199 INFO STEP 60 (ensure_dir) COMPLETE
90842026-08-27T18:19:49.263Z[ recovery-image] Aug 27 18:19:48.199 INFO O| Aug 27 18:19:48.199 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-08-27T18:19:49.272Z[ recovery-image] Aug 27 18:19:48.208 INFO O| Aug 27 18:19:48.208 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90862026-08-27T18:19:49.272Z[ recovery-image] Aug 27 18:19:48.208 INFO O| Aug 27 18:19:48.208 INFO copying /tmp/.tmp3ysJTo/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 ...
90872026-08-27T18:19:49.272Z[ recovery-image] Aug 27 18:19:48.208 INFO O| Aug 27 18:19:48.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90882026-08-27T18:19:49.276Z[ recovery-image] Aug 27 18:19:48.208 INFO O| Aug 27 18:19:48.208 INFO ok!
90892026-08-27T18:19:49.276Z[ recovery-image] Aug 27 18:19:48.208 INFO O| Aug 27 18:19:48.208 INFO STEP 61 (ensure_file) COMPLETE
90902026-08-27T18:19:49.276Z[ recovery-image] Aug 27 18:19:48.208 INFO O| Aug 27 18:19:48.208 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-08-27T18:19:49.282Z[ recovery-image] Aug 27 18:19:48.218 INFO O| Aug 27 18:19:48.218 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90922026-08-27T18:19:49.282Z[ recovery-image] Aug 27 18:19:48.218 INFO O| Aug 27 18:19:48.218 INFO copying /tmp/.tmp3ysJTo/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 ...
90932026-08-27T18:19:49.282Z[ recovery-image] Aug 27 18:19:48.218 INFO O| Aug 27 18:19:48.218 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
90942026-08-27T18:19:49.286Z[ recovery-image] Aug 27 18:19:48.218 INFO O| Aug 27 18:19:48.218 INFO ok!
90952026-08-27T18:19:49.286Z[ recovery-image] Aug 27 18:19:48.218 INFO O| Aug 27 18:19:48.218 INFO STEP 62 (ensure_file) COMPLETE
90962026-08-27T18:19:49.286Z[ recovery-image] Aug 27 18:19:48.218 INFO O| Aug 27 18:19:48.218 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90972026-08-27T18:19:49.292Z[ recovery-image] Aug 27 18:19:48.228 INFO O| Aug 27 18:19:48.228 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90982026-08-27T18:19:49.292Z[ recovery-image] Aug 27 18:19:48.228 INFO O| Aug 27 18:19:48.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90992026-08-27T18:19:49.295Z[ recovery-image] Aug 27 18:19:48.228 INFO O| Aug 27 18:19:48.228 INFO STEP 63 (ensure_dir) COMPLETE
91002026-08-27T18:19:49.296Z[ recovery-image] Aug 27 18:19:48.228 INFO O| Aug 27 18:19:48.228 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-27T18:19:49.301Z[ recovery-image] Aug 27 18:19:48.238 INFO O| Aug 27 18:19:48.238 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91022026-08-27T18:19:49.301Z[ recovery-image] Aug 27 18:19:48.238 INFO O| Aug 27 18:19:48.238 INFO copying /tmp/.tmp3ysJTo/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 ...
91032026-08-27T18:19:49.301Z[ recovery-image] Aug 27 18:19:48.238 INFO O| Aug 27 18:19:48.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91042026-08-27T18:19:49.305Z[ recovery-image] Aug 27 18:19:48.238 INFO O| Aug 27 18:19:48.238 INFO ok!
91052026-08-27T18:19:49.305Z[ recovery-image] Aug 27 18:19:48.238 INFO O| Aug 27 18:19:48.238 INFO STEP 64 (ensure_file) COMPLETE
91062026-08-27T18:19:49.305Z[ recovery-image] Aug 27 18:19:48.238 INFO O| Aug 27 18:19:48.238 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-08-27T18:19:49.311Z[ recovery-image] Aug 27 18:19:48.247 INFO O| Aug 27 18:19:48.247 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91082026-08-27T18:19:49.311Z[ recovery-image] Aug 27 18:19:48.247 INFO O| Aug 27 18:19:48.247 INFO copying /tmp/.tmp3ysJTo/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91092026-08-27T18:19:49.311Z[ recovery-image] Aug 27 18:19:48.247 INFO O| Aug 27 18:19:48.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91102026-08-27T18:19:49.315Z[ recovery-image] Aug 27 18:19:48.247 INFO O| Aug 27 18:19:48.247 INFO ok!
91112026-08-27T18:19:49.315Z[ recovery-image] Aug 27 18:19:48.247 INFO O| Aug 27 18:19:48.247 INFO STEP 65 (ensure_file) COMPLETE
91122026-08-27T18:19:49.315Z[ recovery-image] Aug 27 18:19:48.247 INFO O| Aug 27 18:19:48.247 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91132026-08-27T18:19:49.321Z[ recovery-image] Aug 27 18:19:48.257 INFO O| Aug 27 18:19:48.257 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91142026-08-27T18:19:49.321Z[ recovery-image] Aug 27 18:19:48.257 INFO O| Aug 27 18:19:48.257 INFO STEP 66 (ensure_dir) COMPLETE
91152026-08-27T18:19:49.324Z[ recovery-image] Aug 27 18:19:48.257 INFO O| Aug 27 18:19:48.257 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91162026-08-27T18:19:49.330Z[ recovery-image] Aug 27 18:19:48.266 INFO O| Aug 27 18:19:48.266 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91172026-08-27T18:19:49.330Z[ recovery-image] Aug 27 18:19:48.266 INFO O| Aug 27 18:19:48.266 INFO STEP 67 (ensure_dir) COMPLETE
91182026-08-27T18:19:49.333Z[ recovery-image] Aug 27 18:19:48.266 INFO O| Aug 27 18:19:48.266 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91192026-08-27T18:19:49.339Z[ recovery-image] Aug 27 18:19:48.275 INFO O| Aug 27 18:19:48.275 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91202026-08-27T18:19:49.339Z[ recovery-image] Aug 27 18:19:48.275 INFO O| Aug 27 18:19:48.275 INFO STEP 68 (ensure_dir) COMPLETE
91212026-08-27T18:19:49.342Z[ recovery-image] Aug 27 18:19:48.275 INFO O| Aug 27 18:19:48.275 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91222026-08-27T18:19:49.348Z[ recovery-image] Aug 27 18:19:48.284 INFO O| Aug 27 18:19:48.284 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91232026-08-27T18:19:49.348Z[ recovery-image] Aug 27 18:19:48.284 INFO O| Aug 27 18:19:48.284 INFO STEP 69 (ensure_dir) COMPLETE
91242026-08-27T18:19:49.352Z[ recovery-image] Aug 27 18:19:48.285 INFO O| Aug 27 18:19:48.284 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91252026-08-27T18:19:49.357Z[ recovery-image] Aug 27 18:19:48.294 INFO O| Aug 27 18:19:48.294 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91262026-08-27T18:19:49.357Z[ recovery-image] Aug 27 18:19:48.294 INFO O| Aug 27 18:19:48.294 INFO copying /tmp/.tmp3ysJTo/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91272026-08-27T18:19:49.358Z[ recovery-image] Aug 27 18:19:48.294 INFO O| Aug 27 18:19:48.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91282026-08-27T18:19:49.361Z[ recovery-image] Aug 27 18:19:48.294 INFO O| Aug 27 18:19:48.294 INFO ok!
91292026-08-27T18:19:49.361Z[ recovery-image] Aug 27 18:19:48.294 INFO O| Aug 27 18:19:48.294 INFO STEP 70 (ensure_file) COMPLETE
91302026-08-27T18:19:49.362Z[ recovery-image] Aug 27 18:19:48.294 INFO O| Aug 27 18:19:48.294 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-27T18:19:49.368Z[ recovery-image] Aug 27 18:19:48.304 INFO O| Aug 27 18:19:48.304 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91322026-08-27T18:19:49.368Z[ recovery-image] Aug 27 18:19:48.304 INFO O| Aug 27 18:19:48.304 INFO STEP 71 (remove_files) COMPLETE
91332026-08-27T18:19:49.371Z[ recovery-image] Aug 27 18:19:48.304 INFO O| Aug 27 18:19:48.304 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-27T18:19:49.377Z[ recovery-image] Aug 27 18:19:48.313 INFO O| Aug 27 18:19:48.313 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91352026-08-27T18:19:49.377Z[ recovery-image] Aug 27 18:19:48.313 INFO O| Aug 27 18:19:48.313 INFO STEP 72 (remove_files) COMPLETE
91362026-08-27T18:19:49.377Z[ recovery-image] Aug 27 18:19:48.313 INFO O| Aug 27 18:19:48.313 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.323 INFO O| Aug 27 18:19:48.323 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91382026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.323 INFO O| Aug 27 18:19:48.323 INFO STEP 73 (remove_files) COMPLETE
91392026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.323 INFO O| Aug 27 18:19:48.323 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.332 INFO O| Aug 27 18:19:48.332 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91412026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.332 INFO O| Aug 27 18:19:48.332 INFO STEP 74 (remove_files) COMPLETE
91422026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.332 INFO O| Aug 27 18:19:48.332 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.340 INFO O| Aug 27 18:19:48.340 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91442026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.340 INFO O| Aug 27 18:19:48.340 INFO STEP 75 (remove_files) COMPLETE
91452026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.340 INFO O| Aug 27 18:19:48.340 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.347 INFO O| Aug 27 18:19:48.347 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91472026-08-27T18:19:49.471Z[ recovery-image] Aug 27 18:19:48.348 INFO O| Aug 27 18:19:48.348 INFO STEP 76 (remove_files) COMPLETE
91482026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.348 INFO O| Aug 27 18:19:48.348 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.355 INFO O| Aug 27 18:19:48.355 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91502026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.355 INFO O| Aug 27 18:19:48.355 INFO STEP 77 (remove_files) COMPLETE
91512026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.355 INFO O| Aug 27 18:19:48.355 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.362 INFO O| Aug 27 18:19:48.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91532026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.362 INFO O| Aug 27 18:19:48.362 INFO STEP 78 (remove_files) COMPLETE
91542026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.362 INFO O| Aug 27 18:19:48.362 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.370 INFO O| Aug 27 18:19:48.370 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91562026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.370 INFO O| Aug 27 18:19:48.370 INFO STEP 79 (remove_files) COMPLETE
91572026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.370 INFO O| Aug 27 18:19:48.370 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.378 INFO O| Aug 27 18:19:48.378 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91592026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.378 INFO O| Aug 27 18:19:48.378 INFO STEP 80 (remove_files) COMPLETE
91602026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.378 INFO O| Aug 27 18:19:48.378 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.385 INFO O| Aug 27 18:19:48.385 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91622026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.385 INFO O| Aug 27 18:19:48.385 INFO STEP 81 (remove_files) COMPLETE
91632026-08-27T18:19:49.472Z[ recovery-image] Aug 27 18:19:48.385 INFO O| Aug 27 18:19:48.385 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-27T18:19:49.473Z[ recovery-image] Aug 27 18:19:48.392 INFO O| Aug 27 18:19:48.392 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91652026-08-27T18:19:49.473Z[ recovery-image] Aug 27 18:19:48.392 INFO O| Aug 27 18:19:48.392 INFO STEP 82 (remove_files) COMPLETE
91662026-08-27T18:19:49.473Z[ recovery-image] Aug 27 18:19:48.392 INFO O| Aug 27 18:19:48.392 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-27T18:19:49.477Z[ recovery-image] Aug 27 18:19:48.407 INFO O| Aug 27 18:19:48.407 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91682026-08-27T18:19:49.477Z[ recovery-image] Aug 27 18:19:48.407 INFO O| Aug 27 18:19:48.407 INFO STEP 83 (remove_files) COMPLETE
91692026-08-27T18:19:49.477Z[ recovery-image] Aug 27 18:19:48.407 INFO O| Aug 27 18:19:48.407 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-27T18:19:49.481Z[ recovery-image] Aug 27 18:19:48.417 INFO O| Aug 27 18:19:48.417 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91712026-08-27T18:19:49.481Z[ recovery-image] Aug 27 18:19:48.417 INFO O| Aug 27 18:19:48.417 INFO STEP 84 (remove_files) COMPLETE
91722026-08-27T18:19:49.481Z[ recovery-image] Aug 27 18:19:48.417 INFO O| Aug 27 18:19:48.417 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-27T18:19:49.490Z[ recovery-image] Aug 27 18:19:48.426 INFO O| Aug 27 18:19:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91742026-08-27T18:19:49.490Z[ recovery-image] Aug 27 18:19:48.426 INFO O| Aug 27 18:19:48.426 INFO STEP 85 (remove_files) COMPLETE
91752026-08-27T18:19:49.490Z[ recovery-image] Aug 27 18:19:48.426 INFO O| Aug 27 18:19:48.426 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-27T18:19:49.499Z[ recovery-image] Aug 27 18:19:48.435 INFO O| Aug 27 18:19:48.435 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91772026-08-27T18:19:49.499Z[ recovery-image] Aug 27 18:19:48.435 INFO O| Aug 27 18:19:48.435 INFO STEP 86 (remove_files) COMPLETE
91782026-08-27T18:19:49.499Z[ recovery-image] Aug 27 18:19:48.435 INFO O| Aug 27 18:19:48.435 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-27T18:19:49.508Z[ recovery-image] Aug 27 18:19:48.444 INFO O| Aug 27 18:19:48.443 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91802026-08-27T18:19:49.508Z[ recovery-image] Aug 27 18:19:48.444 INFO O| Aug 27 18:19:48.444 INFO STEP 87 (remove_files) COMPLETE
91812026-08-27T18:19:49.508Z[ recovery-image] Aug 27 18:19:48.444 INFO O| Aug 27 18:19:48.444 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-27T18:19:49.519Z[ recovery-image] Aug 27 18:19:48.455 INFO O| Aug 27 18:19:48.455 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91832026-08-27T18:19:49.519Z[ recovery-image] Aug 27 18:19:48.455 INFO O| Aug 27 18:19:48.455 INFO STEP 88 (remove_files) COMPLETE
91842026-08-27T18:19:49.523Z[ recovery-image] Aug 27 18:19:48.455 INFO O| Aug 27 18:19:48.455 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-27T18:19:49.531Z[ recovery-image] Aug 27 18:19:48.468 INFO O| Aug 27 18:19:48.468 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91862026-08-27T18:19:49.532Z[ recovery-image] Aug 27 18:19:48.468 INFO O| Aug 27 18:19:48.468 INFO STEP 89 (remove_files) COMPLETE
91872026-08-27T18:19:49.532Z[ recovery-image] Aug 27 18:19:48.468 INFO O| Aug 27 18:19:48.468 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-27T18:19:49.545Z[ recovery-image] Aug 27 18:19:48.481 INFO O| Aug 27 18:19:48.481 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91892026-08-27T18:19:49.545Z[ recovery-image] Aug 27 18:19:48.481 INFO O| Aug 27 18:19:48.481 INFO STEP 90 (remove_files) COMPLETE
91902026-08-27T18:19:49.545Z[ recovery-image] Aug 27 18:19:48.481 INFO O| Aug 27 18:19:48.481 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-27T18:19:49.557Z[ recovery-image] Aug 27 18:19:48.493 INFO O| Aug 27 18:19:48.492 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91922026-08-27T18:19:49.557Z[ recovery-image] Aug 27 18:19:48.493 INFO O| Aug 27 18:19:48.493 INFO STEP 91 (remove_files) COMPLETE
91932026-08-27T18:19:49.557Z[ recovery-image] Aug 27 18:19:48.493 INFO O| Aug 27 18:19:48.493 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-27T18:19:49.574Z[ recovery-image] Aug 27 18:19:48.505 INFO O| Aug 27 18:19:48.504 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91952026-08-27T18:19:49.574Z[ recovery-image] Aug 27 18:19:48.505 INFO O| Aug 27 18:19:48.505 INFO STEP 92 (remove_files) COMPLETE
91962026-08-27T18:19:49.574Z[ recovery-image] Aug 27 18:19:48.505 INFO O| Aug 27 18:19:48.505 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-08-27T18:19:49.581Z[ recovery-image] Aug 27 18:19:48.516 INFO O| Aug 27 18:19:48.516 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91982026-08-27T18:19:49.581Z[ recovery-image] Aug 27 18:19:48.516 INFO O| Aug 27 18:19:48.516 INFO STEP 93 (remove_files) COMPLETE
91992026-08-27T18:19:49.581Z[ recovery-image] Aug 27 18:19:48.516 INFO O| Aug 27 18:19:48.516 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92002026-08-27T18:19:49.590Z[ recovery-image] Aug 27 18:19:48.527 INFO O| Aug 27 18:19:48.526 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92012026-08-27T18:19:49.590Z[ recovery-image] Aug 27 18:19:48.527 INFO O| Aug 27 18:19:48.527 INFO STEP 94 (remove_files) COMPLETE
92022026-08-27T18:19:49.594Z[ recovery-image] Aug 27 18:19:48.527 INFO O| Aug 27 18:19:48.527 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92032026-08-27T18:19:49.601Z[ recovery-image] Aug 27 18:19:48.537 INFO O| Aug 27 18:19:48.537 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92042026-08-27T18:19:49.604Z[ recovery-image] Aug 27 18:19:48.537 INFO O| Aug 27 18:19:48.537 INFO STEP 95 (remove_files) COMPLETE
92052026-08-27T18:19:49.604Z[ recovery-image] Aug 27 18:19:48.537 INFO O| Aug 27 18:19:48.537 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92062026-08-27T18:19:49.611Z[ recovery-image] Aug 27 18:19:48.547 INFO O| Aug 27 18:19:48.547 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92072026-08-27T18:19:49.611Z[ recovery-image] Aug 27 18:19:48.547 INFO O| Aug 27 18:19:48.547 INFO STEP 96 (remove_files) COMPLETE
92082026-08-27T18:19:49.614Z[ recovery-image] Aug 27 18:19:48.547 INFO O| Aug 27 18:19:48.547 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92092026-08-27T18:19:49.619Z[ recovery-image] Aug 27 18:19:48.556 INFO O| Aug 27 18:19:48.556 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92102026-08-27T18:19:49.619Z[ recovery-image] Aug 27 18:19:48.556 INFO O| Aug 27 18:19:48.556 INFO STEP 97 (remove_files) COMPLETE
92112026-08-27T18:19:49.619Z[ recovery-image] Aug 27 18:19:48.556 INFO O| Aug 27 18:19:48.556 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92122026-08-27T18:19:49.631Z[ recovery-image] Aug 27 18:19:48.567 INFO O| Aug 27 18:19:48.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92132026-08-27T18:19:49.631Z[ recovery-image] Aug 27 18:19:48.567 INFO O| Aug 27 18:19:48.567 INFO STEP 98 (remove_files) COMPLETE
92142026-08-27T18:19:49.631Z[ recovery-image] Aug 27 18:19:48.567 INFO O| Aug 27 18:19:48.567 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92152026-08-27T18:19:49.641Z[ recovery-image] Aug 27 18:19:48.577 INFO O| Aug 27 18:19:48.577 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92162026-08-27T18:19:49.641Z[ recovery-image] Aug 27 18:19:48.577 INFO O| Aug 27 18:19:48.577 INFO STEP 99 (remove_files) COMPLETE
92172026-08-27T18:19:49.644Z[ recovery-image] Aug 27 18:19:48.577 INFO O| Aug 27 18:19:48.577 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92182026-08-27T18:19:49.655Z[ recovery-image] Aug 27 18:19:48.591 INFO O| Aug 27 18:19:48.591 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92192026-08-27T18:19:49.655Z[ recovery-image] Aug 27 18:19:48.591 INFO O| Aug 27 18:19:48.591 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92202026-08-27T18:19:54.235Z[verify-libraries] Compiling oso v0.27.3
92212026-08-27T18:19:55.871Z[ recovery-image] Aug 27 18:19:54.806 INFO O| Aug 27 18:19:54.806 INFO O| Loading smf(7) service descriptions: 1/692/693/694/695/696/697/698/699/6910/6911/6912/6913/6914/6915/6916/6917/6918/6919/6920/6921/6922/6923/6924/6925/6926/6927/6928/6929/6930/6931/6932/6933/6934/6935/6936/6937/6938/6939/6940/6941/6942/6943/6944/6945/6946/6947/6948/6949/6950/6951/6952/6953/6954/6955/6956/6957/6958/6959/6960/6961/6962/6963/6964/6965/6966/6967/6968/6969/69
92222026-08-27T18:19:55.871Z[ recovery-image] Aug 27 18:19:54.807 INFO O| Aug 27 18:19:54.806 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92232026-08-27T18:19:55.891Z[ recovery-image] Aug 27 18:19:54.823 INFO O| Aug 27 18:19:54.823 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_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"}
92242026-08-27T18:19:55.986Z[ recovery-image] Aug 27 18:19:54.922 INFO O| Aug 27 18:19:54.921 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92252026-08-27T18:19:56.045Z[ recovery-image] Aug 27 18:19:54.980 INFO O| Aug 27 18:19:54.980 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92262026-08-27T18:19:56.114Z[ recovery-image] Aug 27 18:19:55.050 INFO O| Aug 27 18:19:55.050 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92272026-08-27T18:19:56.114Z[ recovery-image] Aug 27 18:19:55.050 INFO O| Aug 27 18:19:55.050 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 ...
92282026-08-27T18:19:56.118Z[ recovery-image] Aug 27 18:19:55.051 INFO O| Aug 27 18:19:55.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92292026-08-27T18:19:56.119Z[ recovery-image] Aug 27 18:19:55.051 INFO O| Aug 27 18:19:55.051 INFO ok!
92302026-08-27T18:19:56.119Z[ recovery-image] Aug 27 18:19:55.051 INFO O| Aug 27 18:19:55.051 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92312026-08-27T18:19:56.119Z[ recovery-image] Aug 27 18:19:55.051 INFO O| Aug 27 18:19:55.051 INFO STEP 100 (seed_smf) COMPLETE
92322026-08-27T18:19:56.119Z[ recovery-image] Aug 27 18:19:55.051 INFO O| Aug 27 18:19:55.051 INFO steps complete; finalising image!
92332026-08-27T18:19:56.119Z[ recovery-image] Aug 27 18:19:55.051 INFO O| Aug 27 18:19:55.051 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92342026-08-27T18:19:56.181Z[ recovery-image] Aug 27 18:19:55.117 INFO O| Aug 27 18:19:55.117 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 27 18:19:55 2026)
92352026-08-27T18:19:56.388Z[ recovery-image] Aug 27 18:19:55.324 INFO O| Aug 27 18:19:55.324 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92362026-08-27T18:19:56.595Z[ recovery-image] Aug 27 18:19:55.530 INFO O| Aug 27 18:19:55.530 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92372026-08-27T18:19:56.801Z[ recovery-image] Aug 27 18:19:55.737 INFO O| Aug 27 18:19:55.737 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92382026-08-27T18:19:57.007Z[ recovery-image] Aug 27 18:19:55.943 INFO O| Aug 27 18:19:55.943 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92392026-08-27T18:19:57.214Z[ recovery-image] Aug 27 18:19:56.150 INFO O| Aug 27 18:19:56.149 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92402026-08-27T18:19:57.420Z[ recovery-image] Aug 27 18:19:56.356 INFO O| Aug 27 18:19:56.356 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92412026-08-27T18:19:57.627Z[ recovery-image] Aug 27 18:19:56.563 INFO O| Aug 27 18:19:56.563 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92422026-08-27T18:19:57.835Z[ recovery-image] Aug 27 18:19:56.771 INFO O| Aug 27 18:19:56.769 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92432026-08-27T18:19:58.042Z[ recovery-image] Aug 27 18:19:56.978 INFO O| Aug 27 18:19:56.978 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92442026-08-27T18:19:58.249Z[ recovery-image] Aug 27 18:19:57.184 INFO O| Aug 27 18:19:57.184 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92452026-08-27T18:19:58.456Z[ recovery-image] Aug 27 18:19:57.391 INFO O| Aug 27 18:19:57.391 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92462026-08-27T18:19:58.662Z[ recovery-image] Aug 27 18:19:57.598 INFO O| Aug 27 18:19:57.598 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92472026-08-27T18:19:58.868Z[ recovery-image] Aug 27 18:19:57.804 INFO O| Aug 27 18:19:57.804 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92482026-08-27T18:19:59.074Z[ recovery-image] Aug 27 18:19:58.010 INFO O| Aug 27 18:19:58.010 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92492026-08-27T18:19:59.280Z[ recovery-image] Aug 27 18:19:58.216 INFO O| Aug 27 18:19:58.216 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92502026-08-27T18:19:59.486Z[ recovery-image] Aug 27 18:19:58.422 INFO O| Aug 27 18:19:58.422 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92512026-08-27T18:19:59.693Z[ recovery-image] Aug 27 18:19:58.629 INFO O| Aug 27 18:19:58.629 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92522026-08-27T18:19:59.899Z[ recovery-image] Aug 27 18:19:58.835 INFO O| Aug 27 18:19:58.835 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92532026-08-27T18:20:00.106Z[ recovery-image] Aug 27 18:19:59.041 INFO O| Aug 27 18:19:59.041 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92542026-08-27T18:20:00.312Z[ recovery-image] Aug 27 18:19:59.248 INFO O| Aug 27 18:19:59.248 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92552026-08-27T18:20:00.518Z[ recovery-image] Aug 27 18:19:59.454 INFO O| Aug 27 18:19:59.454 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Thu Aug 27 18:19:55 2026)
92562026-08-27T18:20:00.726Z[ recovery-image] Aug 27 18:19:59.660 INFO O| Aug 27 18:19:59.660 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 27 18:19:55 2026)
92572026-08-27T18:20:00.949Z[ recovery-image] Aug 27 18:19:59.884 INFO O| Aug 27 18:19:59.884 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
92582026-08-27T18:20:00.949Z[ recovery-image] Aug 27 18:19:59.884 INFO O| Aug 27 18:19:59.884 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92592026-08-27T18:20:01.513Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92602026-08-27T18:20:01.668Z[ recovery-image] Aug 27 18:20:00.600 INFO O| Aug 27 18:20:00.600 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
92612026-08-27T18:20:01.668Z[ recovery-image] Aug 27 18:20:00.600 INFO O| Aug 27 18:20:00.600 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92622026-08-27T18:20:01.676Z[ host-image] Aug 27 18:20:00.612 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92632026-08-27T18:20:01.676Z[ host-image] Aug 27 18:20:00.612 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92642026-08-27T18:20:01.680Z[ host-image] Aug 27 18:20:00.612 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92652026-08-27T18:20:01.680Z[ host-image] Aug 27 18:20:00.612 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92662026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.612 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92672026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.612 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92682026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.612 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92692026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.612 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92702026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.613 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260827T180455Z
92712026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.613 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92722026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.613 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92732026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.613 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92742026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.613 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92752026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92762026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92772026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92782026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92792026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92802026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92812026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92822026-08-27T18:20:01.681Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92832026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.614 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92842026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92852026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92862026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92872026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92882026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92892026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92902026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92912026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92922026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92932026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92942026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92952026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92962026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92972026-08-27T18:20:01.682Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92982026-08-27T18:20:01.683Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92992026-08-27T18:20:01.683Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
93002026-08-27T18:20:01.683Z[ host-image] Aug 27 18:20:00.615 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
93012026-08-27T18:20:01.687Z[ host-image] Aug 27 18:20:00.618 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93022026-08-27T18:20:01.687Z[ host-image] Aug 27 18:20:00.618 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
93032026-08-27T18:20:01.687Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93042026-08-27T18:20:01.687Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93052026-08-27T18:20:01.687Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93062026-08-27T18:20:01.687Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93072026-08-27T18:20:01.688Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93082026-08-27T18:20:01.688Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93092026-08-27T18:20:01.688Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93102026-08-27T18:20:01.688Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93112026-08-27T18:20:01.688Z[ host-image] Aug 27 18:20:00.619 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93122026-08-27T18:20:01.701Z[ host-image] Aug 27 18:20:00.623 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93132026-08-27T18:20:01.701Z[ host-image] Aug 27 18:20:00.623 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93142026-08-27T18:20:01.701Z[ host-image] Aug 27 18:20:00.623 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93152026-08-27T18:20:01.705Z[ host-image] Aug 27 18:20:00.623 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93162026-08-27T18:20:01.705Z[ host-image] Aug 27 18:20:00.624 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93172026-08-27T18:20:01.705Z[ host-image] Aug 27 18:20:00.624 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93182026-08-27T18:20:01.705Z[ host-image] Aug 27 18:20:00.636 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93192026-08-27T18:20:01.705Z[ host-image] Aug 27 18:20:00.636 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93202026-08-27T18:20:01.705Z[ host-image] Aug 27 18:20:00.636 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93212026-08-27T18:20:01.705Z[ host-image] Aug 27 18:20:00.636 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93222026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.636 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93232026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.637 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93242026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.637 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93252026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.637 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93262026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.637 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93272026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.637 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93282026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.637 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93292026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.637 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93302026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.637 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93312026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.638 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93322026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.638 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93332026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.638 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93342026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.638 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93352026-08-27T18:20:01.706Z[ host-image] Aug 27 18:20:00.638 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93362026-08-27T18:20:01.710Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93372026-08-27T18:20:01.710Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93382026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93392026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93402026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93412026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93422026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93432026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93442026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.643 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93452026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.645 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93462026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.645 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93472026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.645 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93482026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.645 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93492026-08-27T18:20:01.711Z[ host-image] Aug 27 18:20:00.645 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93502026-08-27T18:20:01.712Z[ host-image] Aug 27 18:20:00.645 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93512026-08-27T18:20:01.712Z[ host-image] Aug 27 18:20:00.645 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93522026-08-27T18:20:01.712Z[ host-image] Aug 27 18:20:00.645 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93532026-08-27T18:20:01.716Z[ host-image] Aug 27 18:20:00.647 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93542026-08-27T18:20:01.716Z[ host-image] Aug 27 18:20:00.648 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93552026-08-27T18:20:01.716Z[ host-image] Aug 27 18:20:00.648 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93562026-08-27T18:20:01.716Z[ host-image] Aug 27 18:20:00.648 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93572026-08-27T18:20:01.716Z[ host-image] Aug 27 18:20:00.648 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93582026-08-27T18:20:01.716Z[ host-image] Aug 27 18:20:00.648 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93592026-08-27T18:20:01.716Z[ host-image] Aug 27 18:20:00.648 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93602026-08-27T18:20:01.716Z[ host-image] Aug 27 18:20:00.649 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93612026-08-27T18:20:01.717Z[ host-image] Aug 27 18:20:00.649 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93622026-08-27T18:20:01.717Z[ host-image] Aug 27 18:20:00.649 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93632026-08-27T18:20:01.717Z[ host-image] Aug 27 18:20:00.652 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93642026-08-27T18:20:01.717Z[ host-image] Aug 27 18:20:00.652 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93652026-08-27T18:20:01.717Z[ host-image] Aug 27 18:20:00.652 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93662026-08-27T18:20:01.721Z[ host-image] Aug 27 18:20:00.652 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93672026-08-27T18:20:01.721Z[ host-image] Aug 27 18:20:00.652 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93682026-08-27T18:20:01.725Z[ host-image] Aug 27 18:20:00.658 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93692026-08-27T18:20:01.725Z[ host-image] Aug 27 18:20:00.658 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93702026-08-27T18:20:01.725Z[ host-image] Aug 27 18:20:00.658 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93712026-08-27T18:20:01.725Z[ host-image] Aug 27 18:20:00.659 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93722026-08-27T18:20:01.725Z[ host-image] Aug 27 18:20:00.659 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93732026-08-27T18:20:01.732Z[ host-image] Aug 27 18:20:00.667 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93742026-08-27T18:20:01.732Z[ host-image] Aug 27 18:20:00.667 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93752026-08-27T18:20:01.732Z[ host-image] Aug 27 18:20:00.667 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93762026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.667 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93772026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.668 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93782026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.668 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93792026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.668 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93802026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.668 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93812026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.668 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93822026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.668 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93832026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.669 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93842026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.669 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93852026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.669 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93862026-08-27T18:20:01.736Z[ host-image] Aug 27 18:20:00.669 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93872026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.669 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93882026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93892026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93902026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93912026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93922026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93932026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93942026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93952026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93962026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93972026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93982026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93992026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.670 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94002026-08-27T18:20:01.737Z[ host-image] Aug 27 18:20:00.671 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94012026-08-27T18:20:01.738Z[ host-image] Aug 27 18:20:00.671 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94022026-08-27T18:20:01.738Z[ host-image] Aug 27 18:20:00.671 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94032026-08-27T18:20:01.738Z[ host-image] Aug 27 18:20:00.671 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94042026-08-27T18:20:01.738Z[ host-image] Aug 27 18:20:00.672 INFO O| tempdir @ "/tmp/.tmp9DhfBT/tmp"
94052026-08-27T18:20:01.738Z[ host-image] Aug 27 18:20:00.672 INFO O| image root @ "/tmp/.tmp9DhfBT/tmp/root"
94062026-08-27T18:20:01.738Z[ host-image] Aug 27 18:20:00.672 INFO O| creating image...
94072026-08-27T18:20:01.895Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94082026-08-27T18:20:04.043Z[ host-image] Aug 27 18:20:02.958 INFO O| copying publishers...
94092026-08-27T18:20:04.323Z[ recovery-image] Aug 27 18:20:03.259 INFO O| Aug 27 18:20:03.259 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94102026-08-27T18:20:04.323Z[ recovery-image] Aug 27 18:20:03.259 INFO O| Aug 27 18:20:03.259 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94112026-08-27T18:20:04.323Z[ recovery-image] Aug 27 18:20:03.259 INFO O| Aug 27 18:20:03.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94122026-08-27T18:20:04.327Z[ recovery-image] Aug 27 18:20:03.259 INFO O| Aug 27 18:20:03.259 INFO completed processing sled/zfs-recovery
94132026-08-27T18:20:04.327Z[ recovery-image] Aug 27 18:20:03.259 INFO O| Aug 27 18:20:03.259 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94142026-08-27T18:20:05.311Z[ recovery-image] Aug 27 18:20:04.247 INFO O| Aug 27 18:20:04.247 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94152026-08-27T18:20:05.434Z[ recovery-image] Aug 27 18:20:04.370 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94162026-08-27T18:20:05.434Z[ recovery-image] Aug 27 18:20:04.370 INFO expanded image name: "recovery d0f50ce/${os_short_commit} 2026-08-27 18:04" -> "recovery d0f50ce/bbd33bf 2026-08-27 18:04"
94172026-08-27T18:20:05.438Z[ recovery-image] Aug 27 18:20:04.370 INFO output artefacts stored in: "/work/os-recovery"
94182026-08-27T18:20:05.439Z[ recovery-image] Aug 27 18:20:04.370 INFO collecting git info from project "amd-firmware"...
94192026-08-27T18:20:05.851Z[ recovery-image] Aug 27 18:20:04.786 INFO collecting git info from project "phbl"...
94202026-08-27T18:20:05.858Z[ recovery-image] Aug 27 18:20:04.793 INFO collecting git info from project "dmar-report"...
94212026-08-27T18:20:05.887Z[ recovery-image] Aug 27 18:20:04.803 INFO collecting git info from project "pilot"...
94222026-08-27T18:20:05.887Z[ recovery-image] Aug 27 18:20:04.813 INFO collecting git info from project "amd-host-image-builder"...
94232026-08-27T18:20:05.907Z[ recovery-image] Aug 27 18:20:04.842 INFO collecting git info from project "chelsio-t6-roms"...
94242026-08-27T18:20:05.930Z[ recovery-image] Aug 27 18:20:04.866 INFO collecting git info from project "bootserver"...
94252026-08-27T18:20:05.962Z[ recovery-image] Aug 27 18:20:04.898 INFO collecting git info from project "pinprick"...
94262026-08-27T18:20:05.994Z[ recovery-image] Aug 27 18:20:04.924 INFO collecting git info from project "image-builder"...
94272026-08-27T18:20:06.014Z[ recovery-image] Aug 27 18:20:04.949 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94282026-08-27T18:20:06.857Z[ recovery-image] Aug 27 18:20:05.792 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94292026-08-27T18:20:07.311Z[ recovery-image] Aug 27 18:20:06.247 INFO creating Oxide boot image...
94302026-08-27T18:20:07.311Z[ recovery-image] Aug 27 18:20:06.247 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery d0f50ce/bbd33bf 2026-08-27 18:04", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94312026-08-27T18:20:07.632Z[ host-image] Aug 27 18:20:06.568 INFO O| adding properties...
94322026-08-27T18:20:08.697Z[ host-image] Aug 27 18:20:07.633 INFO O| installing packages...
94332026-08-27T18:20:12.165Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94342026-08-27T18:20:14.630Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94352026-08-27T18:20:15.507Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94362026-08-27T18:20:16.643Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94372026-08-27T18:20:17.135Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94382026-08-27T18:20:17.545Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94392026-08-27T18:20:22.646Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94402026-08-27T18:20:23.455Z[ host-image] Aug 27 18:20:22.390 INFO O| seeding SMF database...
94412026-08-27T18:20:24.343Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94422026-08-27T18:20:24.803Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94432026-08-27T18:20:28.566Z[ host-image] Aug 27 18:20:27.502 INFO O| configuring SMF profile...
94442026-08-27T18:20:28.566Z[ host-image] Aug 27 18:20:27.502 INFO O| modifying shadow(5)...
94452026-08-27T18:20:28.566Z[ host-image] Aug 27 18:20:27.502 INFO O| loading user and group database...
94462026-08-27T18:20:28.569Z[ host-image] Aug 27 18:20:27.502 INFO O| loading facet selections...
94472026-08-27T18:20:29.038Z[ host-image] Aug 27 18:20:27.972 INFO O| devel -> true
94482026-08-27T18:20:29.038Z[ host-image] Aug 27 18:20:27.972 INFO O| doc.man -> true
94492026-08-27T18:20:29.042Z[ host-image] Aug 27 18:20:27.972 INFO O| version-lock.shell/ksh93 -> true
94502026-08-27T18:20:29.042Z[ host-image] Aug 27 18:20:27.972 INFO O| version-lock.system/data/hardware-registry -> true
94512026-08-27T18:20:29.042Z[ host-image] Aug 27 18:20:27.972 INFO O| version-lock.system/data/zoneinfo -> true
94522026-08-27T18:20:29.042Z[ host-image] Aug 27 18:20:27.972 INFO O| version-lock.system/microcode/amd -> true
94532026-08-27T18:20:29.042Z[ host-image] Aug 27 18:20:27.972 INFO O| version-lock.system/microcode/intel -> true
94542026-08-27T18:20:29.042Z[ host-image] Aug 27 18:20:27.972 INFO O| version-lock.system/microcode/oxide -> true
94552026-08-27T18:20:29.042Z[ host-image] Aug 27 18:20:27.972 INFO O| assessing packaged files...
94562026-08-27T18:20:31.003Z[ host-image] Aug 27 18:20:29.939 INFO O| creating archive...
94572026-08-27T18:20:31.025Z[ host-image] Aug 27 18:20:29.960 INFO O| missing from packaging:
94582026-08-27T18:20:31.025Z[ host-image] Aug 27 18:20:29.961 INFO O| "etc/.pwd.lock"
94592026-08-27T18:20:31.028Z[ host-image] Aug 27 18:20:29.961 INFO O| "etc/bash"
94602026-08-27T18:20:31.029Z[ host-image] Aug 27 18:20:29.964 INFO O| "etc/svc/profile/generic.xml"
94612026-08-27T18:20:31.029Z[ host-image] Aug 27 18:20:29.964 INFO O| "etc/svc/profile/inetd_services.xml"
94622026-08-27T18:20:31.029Z[ host-image] Aug 27 18:20:29.964 INFO O| "etc/svc/profile/name_service.xml"
94632026-08-27T18:20:31.029Z[ host-image] Aug 27 18:20:29.964 INFO O| "etc/svc/profile/platform.xml"
94642026-08-27T18:20:31.029Z[ host-image] Aug 27 18:20:29.964 INFO O| "etc/svc/profile/platform_omicron1.xml"
94652026-08-27T18:20:31.029Z[ host-image] Aug 27 18:20:29.964 INFO O| "etc/svc/repository.db"
94662026-08-27T18:20:31.034Z[ host-image] Aug 27 18:20:29.970 INFO O| "opt/ooce/share"
94672026-08-27T18:20:31.034Z[ host-image] Aug 27 18:20:29.970 INFO O| "opt/ooce/share/man"
94682026-08-27T18:20:31.038Z[ host-image] Aug 27 18:20:29.970 INFO O| "opt/ooce/share/man/man1"
94692026-08-27T18:20:31.045Z[ host-image] Aug 27 18:20:29.979 INFO O| finishing archive...
94702026-08-27T18:20:32.153Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94712026-08-27T18:20:33.400Z[ host-image] Aug 27 18:20:32.336 INFO O| creating gzonly manifest...
94722026-08-27T18:20:33.406Z[ host-image] Aug 27 18:20:32.342 INFO O| ok
94732026-08-27T18:20:33.519Z[ host-image] Aug 27 18:20:32.455 INFO image builder template: ramdisk-02-trim...
94742026-08-27T18:20:33.520Z[ host-image] Aug 27 18:20:32.455 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/.tmp3ysJTo/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.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94752026-08-27T18:20:33.540Z[ host-image] Aug 27 18:20:32.475 INFO O| Aug 27 18:20:32.475 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94762026-08-27T18:20:33.543Z[ host-image] Aug 27 18:20:32.479 INFO O| Aug 27 18:20:32.479 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94772026-08-27T18:20:34.245Z[ host-image] Aug 27 18:20:33.181 INFO O| Aug 27 18:20:33.180 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94782026-08-27T18:20:34.367Z[ host-image] Aug 27 18:20:33.303 INFO O| Aug 27 18:20:33.303 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94792026-08-27T18:20:34.368Z[ host-image] Aug 27 18:20:33.303 INFO O| Aug 27 18:20:33.303 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94802026-08-27T18:20:34.373Z[ host-image] Aug 27 18:20:33.309 INFO O| Aug 27 18:20:33.309 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94812026-08-27T18:20:34.377Z[ host-image] Aug 27 18:20:33.314 INFO O| Aug 27 18:20:33.314 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94822026-08-27T18:20:34.383Z[ host-image] Aug 27 18:20:33.319 INFO O| Aug 27 18:20:33.319 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94832026-08-27T18:20:35.163Z[ host-image] Aug 27 18:20:34.099 INFO O| Aug 27 18:20:34.099 INFO rolled back to input snapshot; work may begin
94842026-08-27T18:20:35.163Z[ host-image] Aug 27 18:20:34.099 INFO O| Aug 27 18:20:34.099 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94852026-08-27T18:20:35.167Z[ host-image] Aug 27 18:20:34.103 INFO O| Aug 27 18:20:34.103 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-27T18:20:35.178Z[ host-image] Aug 27 18:20:34.113 INFO O| Aug 27 18:20:34.113 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94872026-08-27T18:20:35.214Z[ host-image] Aug 27 18:20:34.150 INFO O| Aug 27 18:20:34.150 INFO STEP 0 (remove_files) COMPLETE
94882026-08-27T18:20:35.214Z[ host-image] Aug 27 18:20:34.150 INFO O| Aug 27 18:20:34.150 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-27T18:20:35.222Z[ host-image] Aug 27 18:20:34.158 INFO O| Aug 27 18:20:34.158 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94902026-08-27T18:20:35.225Z[ host-image] Aug 27 18:20:34.159 INFO O| Aug 27 18:20:34.159 INFO STEP 1 (remove_files) COMPLETE
94912026-08-27T18:20:35.225Z[ host-image] Aug 27 18:20:34.159 INFO O| Aug 27 18:20:34.159 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-27T18:20:35.231Z[ host-image] Aug 27 18:20:34.168 INFO O| Aug 27 18:20:34.168 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94932026-08-27T18:20:35.244Z[ host-image] Aug 27 18:20:34.180 INFO O| Aug 27 18:20:34.180 INFO STEP 2 (remove_files) COMPLETE
94942026-08-27T18:20:35.244Z[ host-image] Aug 27 18:20:34.180 INFO O| Aug 27 18:20:34.180 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-27T18:20:35.251Z[ host-image] Aug 27 18:20:34.187 INFO O| Aug 27 18:20:34.187 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94962026-08-27T18:20:35.254Z[ host-image] Aug 27 18:20:34.188 INFO O| Aug 27 18:20:34.188 INFO STEP 3 (remove_files) COMPLETE
94972026-08-27T18:20:35.254Z[ host-image] Aug 27 18:20:34.188 INFO O| Aug 27 18:20:34.188 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-27T18:20:35.259Z[ host-image] Aug 27 18:20:34.195 INFO O| Aug 27 18:20:34.195 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94992026-08-27T18:20:35.262Z[ host-image] Aug 27 18:20:34.198 INFO O| Aug 27 18:20:34.198 INFO STEP 4 (remove_files) COMPLETE
95002026-08-27T18:20:35.262Z[ host-image] Aug 27 18:20:34.198 INFO O| Aug 27 18:20:34.198 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-27T18:20:35.268Z[ host-image] Aug 27 18:20:34.204 INFO O| Aug 27 18:20:34.204 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95022026-08-27T18:20:35.271Z[ host-image] Aug 27 18:20:34.206 INFO O| Aug 27 18:20:34.206 INFO STEP 5 (remove_files) COMPLETE
95032026-08-27T18:20:35.271Z[ host-image] Aug 27 18:20:34.206 INFO O| Aug 27 18:20:34.206 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-27T18:20:35.279Z[ host-image] Aug 27 18:20:34.215 INFO O| Aug 27 18:20:34.215 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95052026-08-27T18:20:35.288Z[ host-image] Aug 27 18:20:34.225 INFO O| Aug 27 18:20:34.225 INFO STEP 6 (remove_files) COMPLETE
95062026-08-27T18:20:35.288Z[ host-image] Aug 27 18:20:34.225 INFO O| Aug 27 18:20:34.225 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-27T18:20:35.291Z[ host-image] Aug 27 18:20:34.225 INFO O| Aug 27 18:20:34.225 INFO skip step because feature "heliosv2" is not enabled
95082026-08-27T18:20:35.291Z[ host-image] Aug 27 18:20:34.225 INFO O| Aug 27 18:20:34.225 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-27T18:20:35.295Z[ host-image] Aug 27 18:20:34.232 INFO O| Aug 27 18:20:34.232 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95102026-08-27T18:20:35.307Z[ host-image] Aug 27 18:20:34.243 INFO O| Aug 27 18:20:34.243 INFO STEP 8 (remove_files) COMPLETE
95112026-08-27T18:20:35.307Z[ host-image] Aug 27 18:20:34.244 INFO O| Aug 27 18:20:34.243 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-27T18:20:35.315Z[ host-image] Aug 27 18:20:34.251 INFO O| Aug 27 18:20:34.251 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95132026-08-27T18:20:35.388Z[ host-image] Aug 27 18:20:34.324 INFO O| Aug 27 18:20:34.323 INFO STEP 9 (remove_files) COMPLETE
95142026-08-27T18:20:35.388Z[ host-image] Aug 27 18:20:34.324 INFO O| Aug 27 18:20:34.323 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-27T18:20:35.396Z[ host-image] Aug 27 18:20:34.332 INFO O| Aug 27 18:20:34.332 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95162026-08-27T18:20:35.480Z[ host-image] Aug 27 18:20:34.416 INFO O| Aug 27 18:20:34.416 INFO STEP 10 (remove_files) COMPLETE
95172026-08-27T18:20:35.480Z[ host-image] Aug 27 18:20:34.416 INFO O| Aug 27 18:20:34.416 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-27T18:20:35.488Z[ host-image] Aug 27 18:20:34.424 INFO O| Aug 27 18:20:34.424 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95192026-08-27T18:20:35.491Z[ host-image] Aug 27 18:20:34.427 INFO O| Aug 27 18:20:34.427 INFO STEP 11 (remove_files) COMPLETE
95202026-08-27T18:20:35.491Z[ host-image] Aug 27 18:20:34.427 INFO O| Aug 27 18:20:34.427 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-27T18:20:35.497Z[ host-image] Aug 27 18:20:34.433 INFO O| Aug 27 18:20:34.433 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95222026-08-27T18:20:35.500Z[ host-image] Aug 27 18:20:34.434 INFO O| Aug 27 18:20:34.434 INFO STEP 12 (remove_files) COMPLETE
95232026-08-27T18:20:35.500Z[ host-image] Aug 27 18:20:34.434 INFO O| Aug 27 18:20:34.434 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-27T18:20:35.506Z[ host-image] Aug 27 18:20:34.442 INFO O| Aug 27 18:20:34.442 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95252026-08-27T18:20:35.509Z[ host-image] Aug 27 18:20:34.443 INFO O| Aug 27 18:20:34.443 INFO STEP 13 (remove_files) COMPLETE
95262026-08-27T18:20:35.509Z[ host-image] Aug 27 18:20:34.443 INFO O| Aug 27 18:20:34.443 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-27T18:20:35.556Z[ host-image] Aug 27 18:20:34.492 INFO O| Aug 27 18:20:34.492 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95282026-08-27T18:20:35.583Z[ host-image] Aug 27 18:20:34.519 INFO O| Aug 27 18:20:34.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95292026-08-27T18:20:35.732Z[ host-image] Aug 27 18:20:34.667 INFO O| Aug 27 18:20:34.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95302026-08-27T18:20:35.732Z[ host-image] Aug 27 18:20:34.667 INFO O| Aug 27 18:20:34.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95312026-08-27T18:20:35.732Z[ host-image] Aug 27 18:20:34.667 INFO O| Aug 27 18:20:34.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95322026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.667 INFO O| Aug 27 18:20:34.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95332026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95342026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95352026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95362026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95372026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95382026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95392026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95402026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95412026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95422026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95432026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95442026-08-27T18:20:35.735Z[ host-image] Aug 27 18:20:34.668 INFO O| Aug 27 18:20:34.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95452026-08-27T18:20:35.739Z[ host-image] Aug 27 18:20:34.675 INFO O| Aug 27 18:20:34.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95462026-08-27T18:20:35.739Z[ host-image] Aug 27 18:20:34.675 INFO O| Aug 27 18:20:34.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95472026-08-27T18:20:35.743Z[ host-image] Aug 27 18:20:34.679 INFO O| Aug 27 18:20:34.679 INFO STEP 14 (remove_files) COMPLETE
95482026-08-27T18:20:35.744Z[ host-image] Aug 27 18:20:34.679 INFO O| Aug 27 18:20:34.679 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-27T18:20:35.753Z[ host-image] Aug 27 18:20:34.689 INFO O| Aug 27 18:20:34.689 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95502026-08-27T18:20:35.756Z[ host-image] Aug 27 18:20:34.690 INFO O| Aug 27 18:20:34.690 INFO STEP 15 (remove_files) COMPLETE
95512026-08-27T18:20:35.756Z[ host-image] Aug 27 18:20:34.690 INFO O| Aug 27 18:20:34.690 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-27T18:20:35.761Z[ host-image] Aug 27 18:20:34.698 INFO O| Aug 27 18:20:34.698 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95532026-08-27T18:20:35.767Z[ host-image] Aug 27 18:20:34.703 INFO O| Aug 27 18:20:34.703 INFO STEP 16 (remove_files) COMPLETE
95542026-08-27T18:20:35.767Z[ host-image] Aug 27 18:20:34.703 INFO O| Aug 27 18:20:34.703 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-27T18:20:35.775Z[ host-image] Aug 27 18:20:34.711 INFO O| Aug 27 18:20:34.711 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95562026-08-27T18:20:35.778Z[ host-image] Aug 27 18:20:34.711 INFO O| Aug 27 18:20:34.711 INFO STEP 17 (remove_files) COMPLETE
95572026-08-27T18:20:35.778Z[ host-image] Aug 27 18:20:34.711 INFO O| Aug 27 18:20:34.711 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-27T18:20:35.782Z[ host-image] Aug 27 18:20:34.719 INFO O| Aug 27 18:20:34.719 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95592026-08-27T18:20:35.786Z[ host-image] Aug 27 18:20:34.720 INFO O| Aug 27 18:20:34.720 INFO STEP 18 (remove_files) COMPLETE
95602026-08-27T18:20:35.786Z[ host-image] Aug 27 18:20:34.720 INFO O| Aug 27 18:20:34.720 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-27T18:20:35.791Z[ host-image] Aug 27 18:20:34.727 INFO O| Aug 27 18:20:34.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95622026-08-27T18:20:35.791Z[ host-image] Aug 27 18:20:34.727 INFO O| Aug 27 18:20:34.727 INFO STEP 19 (remove_files) COMPLETE
95632026-08-27T18:20:35.791Z[ host-image] Aug 27 18:20:34.727 INFO O| Aug 27 18:20:34.727 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-27T18:20:35.799Z[ host-image] Aug 27 18:20:34.735 INFO O| Aug 27 18:20:34.735 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95652026-08-27T18:20:35.799Z[ host-image] Aug 27 18:20:34.735 INFO O| Aug 27 18:20:34.735 INFO STEP 20 (remove_files) COMPLETE
95662026-08-27T18:20:35.802Z[ host-image] Aug 27 18:20:34.735 INFO O| Aug 27 18:20:34.735 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-27T18:20:35.807Z[ host-image] Aug 27 18:20:34.743 INFO O| Aug 27 18:20:34.743 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95682026-08-27T18:20:35.807Z[ host-image] Aug 27 18:20:34.743 INFO O| Aug 27 18:20:34.743 INFO STEP 21 (remove_files) COMPLETE
95692026-08-27T18:20:35.810Z[ host-image] Aug 27 18:20:34.743 INFO O| Aug 27 18:20:34.743 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-27T18:20:35.816Z[ host-image] Aug 27 18:20:34.752 INFO O| Aug 27 18:20:34.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95712026-08-27T18:20:35.816Z[ host-image] Aug 27 18:20:34.752 INFO O| Aug 27 18:20:34.752 INFO STEP 22 (remove_files) COMPLETE
95722026-08-27T18:20:35.819Z[ host-image] Aug 27 18:20:34.752 INFO O| Aug 27 18:20:34.752 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-27T18:20:35.823Z[ host-image] Aug 27 18:20:34.760 INFO O| Aug 27 18:20:34.760 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95742026-08-27T18:20:35.823Z[ host-image] Aug 27 18:20:34.760 INFO O| Aug 27 18:20:34.760 INFO STEP 23 (remove_files) COMPLETE
95752026-08-27T18:20:35.826Z[ host-image] Aug 27 18:20:34.760 INFO O| Aug 27 18:20:34.760 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-27T18:20:35.830Z[ host-image] Aug 27 18:20:34.766 INFO O| Aug 27 18:20:34.766 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95772026-08-27T18:20:35.830Z[ host-image] Aug 27 18:20:34.766 INFO O| Aug 27 18:20:34.766 INFO STEP 24 (remove_files) COMPLETE
95782026-08-27T18:20:35.833Z[ host-image] Aug 27 18:20:34.766 INFO O| Aug 27 18:20:34.766 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-27T18:20:35.837Z[ host-image] Aug 27 18:20:34.774 INFO O| Aug 27 18:20:34.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95802026-08-27T18:20:35.838Z[ host-image] Aug 27 18:20:34.774 INFO O| Aug 27 18:20:34.774 INFO STEP 25 (remove_files) COMPLETE
95812026-08-27T18:20:35.841Z[ host-image] Aug 27 18:20:34.774 INFO O| Aug 27 18:20:34.774 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-27T18:20:35.845Z[ host-image] Aug 27 18:20:34.781 INFO O| Aug 27 18:20:34.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95832026-08-27T18:20:35.847Z[ host-image] Aug 27 18:20:34.781 INFO O| Aug 27 18:20:34.781 INFO STEP 26 (remove_files) COMPLETE
95842026-08-27T18:20:35.848Z[ host-image] Aug 27 18:20:34.781 INFO O| Aug 27 18:20:34.781 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-27T18:20:35.852Z[ host-image] Aug 27 18:20:34.788 INFO O| Aug 27 18:20:34.788 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95862026-08-27T18:20:35.852Z[ host-image] Aug 27 18:20:34.788 INFO O| Aug 27 18:20:34.788 INFO STEP 27 (remove_files) COMPLETE
95872026-08-27T18:20:35.855Z[ host-image] Aug 27 18:20:34.788 INFO O| Aug 27 18:20:34.788 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-27T18:20:35.860Z[ host-image] Aug 27 18:20:34.796 INFO O| Aug 27 18:20:34.796 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95892026-08-27T18:20:35.860Z[ host-image] Aug 27 18:20:34.796 INFO O| Aug 27 18:20:34.796 INFO STEP 28 (remove_files) COMPLETE
95902026-08-27T18:20:35.860Z[ host-image] Aug 27 18:20:34.796 INFO O| Aug 27 18:20:34.796 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-27T18:20:35.869Z[ host-image] Aug 27 18:20:34.805 INFO O| Aug 27 18:20:34.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95922026-08-27T18:20:35.869Z[ host-image] Aug 27 18:20:34.805 INFO O| Aug 27 18:20:34.805 INFO STEP 29 (remove_files) COMPLETE
95932026-08-27T18:20:35.869Z[ host-image] Aug 27 18:20:34.805 INFO O| Aug 27 18:20:34.805 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-27T18:20:35.877Z[ host-image] Aug 27 18:20:34.813 INFO O| Aug 27 18:20:34.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95952026-08-27T18:20:35.881Z[ host-image] Aug 27 18:20:34.813 INFO O| Aug 27 18:20:34.813 INFO STEP 30 (remove_files) COMPLETE
95962026-08-27T18:20:35.881Z[ host-image] Aug 27 18:20:34.813 INFO O| Aug 27 18:20:34.813 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-27T18:20:35.884Z[ host-image] Aug 27 18:20:34.821 INFO O| Aug 27 18:20:34.821 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95982026-08-27T18:20:35.884Z[ host-image] Aug 27 18:20:34.821 INFO O| Aug 27 18:20:34.821 INFO STEP 31 (remove_files) COMPLETE
95992026-08-27T18:20:35.887Z[ host-image] Aug 27 18:20:34.821 INFO O| Aug 27 18:20:34.821 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-27T18:20:35.892Z[ host-image] Aug 27 18:20:34.828 INFO O| Aug 27 18:20:34.828 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96012026-08-27T18:20:35.892Z[ host-image] Aug 27 18:20:34.828 INFO O| Aug 27 18:20:34.828 INFO STEP 32 (remove_files) COMPLETE
96022026-08-27T18:20:35.895Z[ host-image] Aug 27 18:20:34.828 INFO O| Aug 27 18:20:34.828 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-27T18:20:35.899Z[ host-image] Aug 27 18:20:34.836 INFO O| Aug 27 18:20:34.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96042026-08-27T18:20:35.903Z[ host-image] Aug 27 18:20:34.836 INFO O| Aug 27 18:20:34.836 INFO STEP 33 (remove_files) COMPLETE
96052026-08-27T18:20:35.903Z[ host-image] Aug 27 18:20:34.836 INFO O| Aug 27 18:20:34.836 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-27T18:20:35.907Z[ host-image] Aug 27 18:20:34.843 INFO O| Aug 27 18:20:34.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96072026-08-27T18:20:35.910Z[ host-image] Aug 27 18:20:34.843 INFO O| Aug 27 18:20:34.843 INFO STEP 34 (remove_files) COMPLETE
96082026-08-27T18:20:35.910Z[ host-image] Aug 27 18:20:34.843 INFO O| Aug 27 18:20:34.843 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-27T18:20:35.916Z[ host-image] Aug 27 18:20:34.852 INFO O| Aug 27 18:20:34.852 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96102026-08-27T18:20:35.916Z[ host-image] Aug 27 18:20:34.852 INFO O| Aug 27 18:20:34.852 INFO STEP 35 (remove_files) COMPLETE
96112026-08-27T18:20:35.916Z[ host-image] Aug 27 18:20:34.852 INFO O| Aug 27 18:20:34.852 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-27T18:20:35.924Z[ host-image] Aug 27 18:20:34.860 INFO O| Aug 27 18:20:34.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96132026-08-27T18:20:35.924Z[ host-image] Aug 27 18:20:34.860 INFO O| Aug 27 18:20:34.860 INFO STEP 36 (remove_files) COMPLETE
96142026-08-27T18:20:35.927Z[ host-image] Aug 27 18:20:34.860 INFO O| Aug 27 18:20:34.860 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-27T18:20:35.933Z[ host-image] Aug 27 18:20:34.869 INFO O| Aug 27 18:20:34.868 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96162026-08-27T18:20:35.933Z[ host-image] Aug 27 18:20:34.869 INFO O| Aug 27 18:20:34.869 INFO STEP 37 (remove_files) COMPLETE
96172026-08-27T18:20:35.936Z[ host-image] Aug 27 18:20:34.869 INFO O| Aug 27 18:20:34.869 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-27T18:20:35.940Z[ host-image] Aug 27 18:20:34.877 INFO O| Aug 27 18:20:34.877 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96192026-08-27T18:20:35.943Z[ host-image] Aug 27 18:20:34.877 INFO O| Aug 27 18:20:34.877 INFO STEP 38 (remove_files) COMPLETE
96202026-08-27T18:20:35.943Z[ host-image] Aug 27 18:20:34.877 INFO O| Aug 27 18:20:34.877 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-27T18:20:35.949Z[ host-image] Aug 27 18:20:34.886 INFO O| Aug 27 18:20:34.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96222026-08-27T18:20:35.950Z[ host-image] Aug 27 18:20:34.886 INFO O| Aug 27 18:20:34.886 INFO STEP 39 (remove_files) COMPLETE
96232026-08-27T18:20:35.953Z[ host-image] Aug 27 18:20:34.886 INFO O| Aug 27 18:20:34.886 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-27T18:20:35.957Z[ host-image] Aug 27 18:20:34.894 INFO O| Aug 27 18:20:34.894 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96252026-08-27T18:20:35.960Z[ host-image] Aug 27 18:20:34.894 INFO O| Aug 27 18:20:34.894 INFO STEP 40 (remove_files) COMPLETE
96262026-08-27T18:20:35.960Z[ host-image] Aug 27 18:20:34.894 INFO O| Aug 27 18:20:34.894 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-27T18:20:35.964Z[ host-image] Aug 27 18:20:34.901 INFO O| Aug 27 18:20:34.901 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96282026-08-27T18:20:35.964Z[ host-image] Aug 27 18:20:34.901 INFO O| Aug 27 18:20:34.901 INFO STEP 41 (remove_files) COMPLETE
96292026-08-27T18:20:35.967Z[ host-image] Aug 27 18:20:34.901 INFO O| Aug 27 18:20:34.901 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-27T18:20:35.971Z[ host-image] Aug 27 18:20:34.908 INFO O| Aug 27 18:20:34.908 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96312026-08-27T18:20:35.972Z[ host-image] Aug 27 18:20:34.908 INFO O| Aug 27 18:20:34.908 INFO STEP 42 (remove_files) COMPLETE
96322026-08-27T18:20:35.975Z[ host-image] Aug 27 18:20:34.908 INFO O| Aug 27 18:20:34.908 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-27T18:20:35.979Z[ host-image] Aug 27 18:20:34.916 INFO O| Aug 27 18:20:34.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96342026-08-27T18:20:35.979Z[ host-image] Aug 27 18:20:34.916 INFO O| Aug 27 18:20:34.916 INFO STEP 43 (remove_files) COMPLETE
96352026-08-27T18:20:35.983Z[ host-image] Aug 27 18:20:34.916 INFO O| Aug 27 18:20:34.916 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-27T18:20:35.987Z[ host-image] Aug 27 18:20:34.923 INFO O| Aug 27 18:20:34.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96372026-08-27T18:20:35.989Z[ host-image] Aug 27 18:20:34.923 INFO O| Aug 27 18:20:34.923 INFO STEP 44 (remove_files) COMPLETE
96382026-08-27T18:20:35.990Z[ host-image] Aug 27 18:20:34.923 INFO O| Aug 27 18:20:34.923 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-27T18:20:35.997Z[ host-image] Aug 27 18:20:34.933 INFO O| Aug 27 18:20:34.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96402026-08-27T18:20:35.997Z[ host-image] Aug 27 18:20:34.933 INFO O| Aug 27 18:20:34.933 INFO STEP 45 (remove_files) COMPLETE
96412026-08-27T18:20:36.000Z[ host-image] Aug 27 18:20:34.933 INFO O| Aug 27 18:20:34.933 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-27T18:20:36.007Z[ host-image] Aug 27 18:20:34.942 INFO O| Aug 27 18:20:34.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96432026-08-27T18:20:36.007Z[ host-image] Aug 27 18:20:34.942 INFO O| Aug 27 18:20:34.942 INFO STEP 46 (remove_files) COMPLETE
96442026-08-27T18:20:36.007Z[ host-image] Aug 27 18:20:34.942 INFO O| Aug 27 18:20:34.942 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-27T18:20:36.014Z[ host-image] Aug 27 18:20:34.951 INFO O| Aug 27 18:20:34.951 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96462026-08-27T18:20:36.017Z[ host-image] Aug 27 18:20:34.951 INFO O| Aug 27 18:20:34.951 INFO STEP 47 (remove_files) COMPLETE
96472026-08-27T18:20:36.017Z[ host-image] Aug 27 18:20:34.951 INFO O| Aug 27 18:20:34.951 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-27T18:20:36.022Z[ host-image] Aug 27 18:20:34.959 INFO O| Aug 27 18:20:34.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96492026-08-27T18:20:36.025Z[ host-image] Aug 27 18:20:34.959 INFO O| Aug 27 18:20:34.959 INFO STEP 48 (remove_files) COMPLETE
96502026-08-27T18:20:36.025Z[ host-image] Aug 27 18:20:34.959 INFO O| Aug 27 18:20:34.959 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-27T18:20:36.031Z[ host-image] Aug 27 18:20:34.968 INFO O| Aug 27 18:20:34.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96522026-08-27T18:20:36.031Z[ host-image] Aug 27 18:20:34.968 INFO O| Aug 27 18:20:34.968 INFO STEP 49 (remove_files) COMPLETE
96532026-08-27T18:20:36.035Z[ host-image] Aug 27 18:20:34.968 INFO O| Aug 27 18:20:34.968 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-27T18:20:36.040Z[ host-image] Aug 27 18:20:34.976 INFO O| Aug 27 18:20:34.976 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96552026-08-27T18:20:36.040Z[ host-image] Aug 27 18:20:34.976 INFO O| Aug 27 18:20:34.976 INFO STEP 50 (remove_files) COMPLETE
96562026-08-27T18:20:36.040Z[ host-image] Aug 27 18:20:34.976 INFO O| Aug 27 18:20:34.976 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-27T18:20:36.049Z[ host-image] Aug 27 18:20:34.985 INFO O| Aug 27 18:20:34.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96582026-08-27T18:20:36.052Z[ host-image] Aug 27 18:20:34.985 INFO O| Aug 27 18:20:34.985 INFO STEP 51 (remove_files) COMPLETE
96592026-08-27T18:20:36.052Z[ host-image] Aug 27 18:20:34.985 INFO O| Aug 27 18:20:34.985 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-27T18:20:36.058Z[ host-image] Aug 27 18:20:34.994 INFO O| Aug 27 18:20:34.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96612026-08-27T18:20:36.058Z[ host-image] Aug 27 18:20:34.994 INFO O| Aug 27 18:20:34.994 INFO STEP 52 (remove_files) COMPLETE
96622026-08-27T18:20:36.061Z[ host-image] Aug 27 18:20:34.994 INFO O| Aug 27 18:20:34.994 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-27T18:20:36.067Z[ host-image] Aug 27 18:20:35.003 INFO O| Aug 27 18:20:35.003 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96642026-08-27T18:20:36.067Z[ host-image] Aug 27 18:20:35.004 INFO O| Aug 27 18:20:35.004 INFO STEP 53 (remove_files) COMPLETE
96652026-08-27T18:20:36.070Z[ host-image] Aug 27 18:20:35.004 INFO O| Aug 27 18:20:35.004 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-27T18:20:36.077Z[ host-image] Aug 27 18:20:35.013 INFO O| Aug 27 18:20:35.013 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96672026-08-27T18:20:36.077Z[ host-image] Aug 27 18:20:35.013 INFO O| Aug 27 18:20:35.013 INFO STEP 54 (remove_files) COMPLETE
96682026-08-27T18:20:36.077Z[ host-image] Aug 27 18:20:35.013 INFO O| Aug 27 18:20:35.013 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-27T18:20:36.087Z[ host-image] Aug 27 18:20:35.023 INFO O| Aug 27 18:20:35.023 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96702026-08-27T18:20:36.087Z[ host-image] Aug 27 18:20:35.023 INFO O| Aug 27 18:20:35.023 INFO STEP 55 (remove_files) COMPLETE
96712026-08-27T18:20:36.090Z[ host-image] Aug 27 18:20:35.023 INFO O| Aug 27 18:20:35.023 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-27T18:20:36.096Z[ host-image] Aug 27 18:20:35.032 INFO O| Aug 27 18:20:35.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96732026-08-27T18:20:36.096Z[ host-image] Aug 27 18:20:35.032 INFO O| Aug 27 18:20:35.032 INFO STEP 56 (remove_files) COMPLETE
96742026-08-27T18:20:36.096Z[ host-image] Aug 27 18:20:35.032 INFO O| Aug 27 18:20:35.032 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-27T18:20:36.106Z[ host-image] Aug 27 18:20:35.042 INFO O| Aug 27 18:20:35.042 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96762026-08-27T18:20:36.106Z[ host-image] Aug 27 18:20:35.042 INFO O| Aug 27 18:20:35.042 INFO STEP 57 (remove_files) COMPLETE
96772026-08-27T18:20:36.109Z[ host-image] Aug 27 18:20:35.042 INFO O| Aug 27 18:20:35.042 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-27T18:20:36.116Z[ host-image] Aug 27 18:20:35.052 INFO O| Aug 27 18:20:35.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96792026-08-27T18:20:36.116Z[ host-image] Aug 27 18:20:35.052 INFO O| Aug 27 18:20:35.052 INFO STEP 58 (remove_files) COMPLETE
96802026-08-27T18:20:36.119Z[ host-image] Aug 27 18:20:35.052 INFO O| Aug 27 18:20:35.052 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-27T18:20:36.124Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96822026-08-27T18:20:36.124Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96832026-08-27T18:20:36.127Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96842026-08-27T18:20:36.127Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96852026-08-27T18:20:36.127Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96862026-08-27T18:20:36.128Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96872026-08-27T18:20:36.128Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 INFO ok!
96882026-08-27T18:20:36.128Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 INFO STEP 59 (ensure_file) COMPLETE
96892026-08-27T18:20:36.128Z[ host-image] Aug 27 18:20:35.061 INFO O| Aug 27 18:20:35.061 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-27T18:20:36.133Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96912026-08-27T18:20:36.133Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96922026-08-27T18:20:36.136Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96932026-08-27T18:20:36.136Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96942026-08-27T18:20:36.137Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96952026-08-27T18:20:36.137Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96962026-08-27T18:20:36.137Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 INFO ok!
96972026-08-27T18:20:36.137Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 INFO STEP 60 (ensure_file) COMPLETE
96982026-08-27T18:20:36.137Z[ host-image] Aug 27 18:20:35.070 INFO O| Aug 27 18:20:35.070 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-08-27T18:20:36.143Z[ host-image] Aug 27 18:20:35.079 INFO O| Aug 27 18:20:35.079 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97002026-08-27T18:20:36.143Z[ host-image] Aug 27 18:20:35.079 INFO O| Aug 27 18:20:35.079 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97012026-08-27T18:20:36.146Z[ host-image] Aug 27 18:20:35.079 INFO O| Aug 27 18:20:35.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97022026-08-27T18:20:36.146Z[ host-image] Aug 27 18:20:35.079 INFO O| Aug 27 18:20:35.079 INFO ok!
97032026-08-27T18:20:36.146Z[ host-image] Aug 27 18:20:35.079 INFO O| Aug 27 18:20:35.079 INFO STEP 61 (ensure_file) COMPLETE
97042026-08-27T18:20:36.146Z[ host-image] Aug 27 18:20:35.079 INFO O| Aug 27 18:20:35.079 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-08-27T18:20:36.152Z[ host-image] Aug 27 18:20:35.088 INFO O| Aug 27 18:20:35.088 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97062026-08-27T18:20:36.152Z[ host-image] Aug 27 18:20:35.088 INFO O| Aug 27 18:20:35.088 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97072026-08-27T18:20:36.155Z[ host-image] Aug 27 18:20:35.088 INFO O| Aug 27 18:20:35.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97082026-08-27T18:20:36.155Z[ host-image] Aug 27 18:20:35.088 INFO O| Aug 27 18:20:35.088 INFO ok!
97092026-08-27T18:20:36.155Z[ host-image] Aug 27 18:20:35.088 INFO O| Aug 27 18:20:35.088 INFO STEP 62 (ensure_file) COMPLETE
97102026-08-27T18:20:36.155Z[ host-image] Aug 27 18:20:35.088 INFO O| Aug 27 18:20:35.088 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-27T18:20:36.161Z[ host-image] Aug 27 18:20:35.097 INFO O| Aug 27 18:20:35.097 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97122026-08-27T18:20:36.161Z[ host-image] Aug 27 18:20:35.097 INFO O| Aug 27 18:20:35.097 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97132026-08-27T18:20:36.164Z[ host-image] Aug 27 18:20:35.097 INFO O| Aug 27 18:20:35.097 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97142026-08-27T18:20:36.164Z[ host-image] Aug 27 18:20:35.097 INFO O| Aug 27 18:20:35.097 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97152026-08-27T18:20:36.164Z[ host-image] Aug 27 18:20:35.097 INFO O| Aug 27 18:20:35.097 INFO ok!
97162026-08-27T18:20:36.164Z[ host-image] Aug 27 18:20:35.097 INFO O| Aug 27 18:20:35.097 INFO STEP 63 (ensure_file) COMPLETE
97172026-08-27T18:20:36.164Z[ host-image] Aug 27 18:20:35.097 INFO O| Aug 27 18:20:35.097 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-27T18:20:36.169Z[ host-image] Aug 27 18:20:35.106 INFO O| Aug 27 18:20:35.106 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97192026-08-27T18:20:36.170Z[ host-image] Aug 27 18:20:35.106 INFO O| Aug 27 18:20:35.106 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97202026-08-27T18:20:36.170Z[ host-image] Aug 27 18:20:35.106 INFO O| Aug 27 18:20:35.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97212026-08-27T18:20:36.173Z[ host-image] Aug 27 18:20:35.106 INFO O| Aug 27 18:20:35.106 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97222026-08-27T18:20:36.173Z[ host-image] Aug 27 18:20:35.106 INFO O| Aug 27 18:20:35.106 INFO ok!
97232026-08-27T18:20:36.173Z[ host-image] Aug 27 18:20:35.106 INFO O| Aug 27 18:20:35.106 INFO STEP 64 (ensure_file) COMPLETE
97242026-08-27T18:20:36.173Z[ host-image] Aug 27 18:20:35.106 INFO O| Aug 27 18:20:35.106 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-08-27T18:20:36.179Z[ host-image] Aug 27 18:20:35.115 INFO O| Aug 27 18:20:35.115 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97262026-08-27T18:20:36.183Z[ host-image] Aug 27 18:20:35.115 INFO O| Aug 27 18:20:35.115 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97272026-08-27T18:20:36.183Z[ host-image] Aug 27 18:20:35.115 INFO O| Aug 27 18:20:35.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97282026-08-27T18:20:36.183Z[ host-image] Aug 27 18:20:35.115 INFO O| Aug 27 18:20:35.115 INFO ok!
97292026-08-27T18:20:36.183Z[ host-image] Aug 27 18:20:35.115 INFO O| Aug 27 18:20:35.115 INFO STEP 65 (assemble_files) COMPLETE
97302026-08-27T18:20:36.183Z[ host-image] Aug 27 18:20:35.115 INFO O| Aug 27 18:20:35.115 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-08-27T18:20:36.189Z[ host-image] Aug 27 18:20:35.125 INFO O| Aug 27 18:20:35.125 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97322026-08-27T18:20:36.189Z[ host-image] Aug 27 18:20:35.125 INFO O| Aug 27 18:20:35.125 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97332026-08-27T18:20:36.189Z[ host-image] Aug 27 18:20:35.125 INFO O| Aug 27 18:20:35.125 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97342026-08-27T18:20:36.193Z[ host-image] Aug 27 18:20:35.125 INFO O| Aug 27 18:20:35.125 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97352026-08-27T18:20:36.193Z[ host-image] Aug 27 18:20:35.125 INFO O| Aug 27 18:20:35.125 INFO ok!
97362026-08-27T18:20:36.193Z[ host-image] Aug 27 18:20:35.125 INFO O| Aug 27 18:20:35.125 INFO STEP 66 (ensure_file) COMPLETE
97372026-08-27T18:20:36.193Z[ host-image] Aug 27 18:20:35.125 INFO O| Aug 27 18:20:35.125 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97382026-08-27T18:20:36.198Z[ host-image] Aug 27 18:20:35.134 INFO O| Aug 27 18:20:35.134 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97392026-08-27T18:20:36.218Z[ host-image] Aug 27 18:20:35.134 INFO O| Aug 27 18:20:35.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97402026-08-27T18:20:36.218Z[ host-image] Aug 27 18:20:35.134 INFO O| Aug 27 18:20:35.134 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97412026-08-27T18:20:36.218Z[ host-image] Aug 27 18:20:35.134 INFO O| Aug 27 18:20:35.134 INFO STEP 67 (ensure_dir) COMPLETE
97422026-08-27T18:20:36.218Z[ host-image] Aug 27 18:20:35.134 INFO O| Aug 27 18:20:35.134 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97432026-08-27T18:20:36.219Z[ host-image] Aug 27 18:20:35.143 INFO O| Aug 27 18:20:35.143 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97442026-08-27T18:20:36.219Z[ host-image] Aug 27 18:20:35.143 INFO O| Aug 27 18:20:35.143 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 ...
97452026-08-27T18:20:36.219Z[ host-image] Aug 27 18:20:35.149 INFO O| Aug 27 18:20:35.149 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
97462026-08-27T18:20:36.219Z[ host-image] Aug 27 18:20:35.149 INFO O| Aug 27 18:20:35.149 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97472026-08-27T18:20:36.219Z[ host-image] Aug 27 18:20:35.149 INFO O| Aug 27 18:20:35.149 INFO ok!
97482026-08-27T18:20:36.219Z[ host-image] Aug 27 18:20:35.149 INFO O| Aug 27 18:20:35.149 INFO STEP 68 (ensure_file) COMPLETE
97492026-08-27T18:20:36.219Z[ host-image] Aug 27 18:20:35.149 INFO O| Aug 27 18:20:35.149 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97502026-08-27T18:20:36.224Z[ host-image] Aug 27 18:20:35.158 INFO O| Aug 27 18:20:35.158 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97512026-08-27T18:20:36.224Z[ host-image] Aug 27 18:20:35.158 INFO O| Aug 27 18:20:35.158 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 ...
97522026-08-27T18:20:36.224Z[ host-image] Aug 27 18:20:35.158 INFO O| Aug 27 18:20:35.158 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
97532026-08-27T18:20:36.224Z[ host-image] Aug 27 18:20:35.158 INFO O| Aug 27 18:20:35.158 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97542026-08-27T18:20:36.224Z[ host-image] Aug 27 18:20:35.158 INFO O| Aug 27 18:20:35.158 INFO ok!
97552026-08-27T18:20:36.224Z[ host-image] Aug 27 18:20:35.158 INFO O| Aug 27 18:20:35.158 INFO STEP 69 (ensure_file) COMPLETE
97562026-08-27T18:20:36.224Z[ host-image] Aug 27 18:20:35.158 INFO O| Aug 27 18:20:35.158 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97572026-08-27T18:20:36.236Z[ host-image] Aug 27 18:20:35.172 INFO O| Aug 27 18:20:35.172 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97582026-08-27T18:20:36.236Z[ host-image] Aug 27 18:20:35.172 INFO O| Aug 27 18:20:35.172 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97592026-08-27T18:20:36.974Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97602026-08-27T18:20:37.798Z[ host-image] Aug 27 18:20:36.734 INFO O| Aug 27 18:20:36.734 INFO STEP 70 (pack_tar) COMPLETE
97612026-08-27T18:20:37.798Z[ host-image] Aug 27 18:20:36.734 INFO O| Aug 27 18:20:36.734 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97622026-08-27T18:20:37.798Z[ host-image] Aug 27 18:20:36.734 INFO O| Aug 27 18:20:36.734 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97632026-08-27T18:20:38.204Z[ host-image] Aug 27 18:20:37.140 INFO O| Aug 27 18:20:37.140 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97642026-08-27T18:20:38.324Z[ host-image] Aug 27 18:20:37.260 INFO O| Aug 27 18:20:37.260 INFO completed processing sled/ramdisk-02-trim
97652026-08-27T18:20:38.327Z[ host-image] Aug 27 18:20:37.262 INFO image builder template: zfs...
97662026-08-27T18:20:38.327Z[ host-image] Aug 27 18:20:37.262 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/.tmp3ysJTo/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.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97672026-08-27T18:20:38.339Z[ host-image] Aug 27 18:20:37.275 INFO O| Aug 27 18:20:37.275 INFO skip include "stress" because feature "stress" is not enabled
97682026-08-27T18:20:38.339Z[ host-image] Aug 27 18:20:37.275 INFO O| Aug 27 18:20:37.275 INFO skip include "stress" because feature "compliance" is not enabled
97692026-08-27T18:20:38.367Z[ host-image] Aug 27 18:20:37.303 INFO O| Aug 27 18:20:37.303 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97702026-08-27T18:20:38.373Z[ host-image] Aug 27 18:20:37.309 INFO O| Aug 27 18:20:37.309 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97712026-08-27T18:20:38.464Z[ host-image] Aug 27 18:20:37.400 INFO O| Aug 27 18:20:37.400 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97722026-08-27T18:20:38.521Z[ host-image] Aug 27 18:20:37.457 INFO O| Aug 27 18:20:37.457 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97732026-08-27T18:20:38.521Z[ host-image] Aug 27 18:20:37.457 INFO O| Aug 27 18:20:37.457 INFO work dataset: rpool/images/build/host/work/sled/zfs
97742026-08-27T18:20:38.525Z[ host-image] Aug 27 18:20:37.461 INFO O| Aug 27 18:20:37.461 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97752026-08-27T18:20:38.614Z[ host-image] Aug 27 18:20:37.550 INFO O| Aug 27 18:20:37.550 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97762026-08-27T18:20:38.690Z[ host-image] Aug 27 18:20:37.626 INFO O| Aug 27 18:20:37.626 INFO DESTROY POOL: TEMPORARY-sled-zfs
97772026-08-27T18:20:38.700Z[ host-image] Aug 27 18:20:37.636 INFO O| Aug 27 18:20:37.636 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97782026-08-27T18:20:38.705Z[ host-image] Aug 27 18:20:37.642 INFO O| Aug 27 18:20:37.642 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97792026-08-27T18:20:38.705Z[ host-image] Aug 27 18:20:37.642 INFO O| Aug 27 18:20:37.642 INFO no lofi found
97802026-08-27T18:20:38.709Z[ host-image] Aug 27 18:20:37.642 INFO O| Aug 27 18:20:37.642 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97812026-08-27T18:20:38.709Z[ host-image] Aug 27 18:20:37.642 INFO O| Aug 27 18:20:37.642 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97822026-08-27T18:20:40.066Z[ host-image] Aug 27 18:20:39.001 INFO O| Aug 27 18:20:39.001 INFO lofi device = /dev/dsk/c2t1d0p0
97832026-08-27T18:20:40.066Z[ host-image] Aug 27 18:20:39.001 INFO O| Aug 27 18:20:39.001 INFO pool device = /dev/dsk/c2t1d0p0
97842026-08-27T18:20:40.069Z[ host-image] Aug 27 18:20:39.001 INFO O| Aug 27 18:20:39.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97852026-08-27T18:20:40.168Z[ host-image] Aug 27 18:20:39.104 INFO O| Aug 27 18:20:39.103 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97862026-08-27T18:20:40.168Z[ host-image] Aug 27 18:20:39.104 INFO O| Aug 27 18:20:39.104 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97872026-08-27T18:20:40.193Z[ host-image] Aug 27 18:20:39.129 INFO O| Aug 27 18:20:39.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97882026-08-27T18:20:40.249Z[ host-image] Aug 27 18:20:39.185 INFO O| Aug 27 18:20:39.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97892026-08-27T18:20:40.281Z[ host-image] Aug 27 18:20:39.217 INFO O| Aug 27 18:20:39.217 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97902026-08-27T18:20:40.298Z[ host-image] Aug 27 18:20:39.234 INFO O| Aug 27 18:20:39.234 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97912026-08-27T18:20:40.311Z[ host-image] Aug 27 18:20:39.247 INFO O| Aug 27 18:20:39.247 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97922026-08-27T18:20:40.352Z[ host-image] Aug 27 18:20:39.288 INFO O| Aug 27 18:20:39.288 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97932026-08-27T18:20:40.352Z[ host-image] Aug 27 18:20:39.288 INFO O| Aug 27 18:20:39.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97942026-08-27T18:20:40.355Z[ host-image] Aug 27 18:20:39.288 INFO O| Aug 27 18:20:39.288 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97952026-08-27T18:20:40.365Z[ host-image] Aug 27 18:20:39.300 INFO O| Aug 27 18:20:39.300 INFO boot environment UUID: 1e3bb6fc-0a7e-4b9c-9192-d6662ed5e403
97962026-08-27T18:20:40.365Z[ host-image] Aug 27 18:20:39.300 INFO O| Aug 27 18:20:39.300 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1e3bb6fc-0a7e-4b9c-9192-d6662ed5e403
97972026-08-27T18:20:40.379Z[ host-image] Aug 27 18:20:39.315 INFO O| Aug 27 18:20:39.314 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97982026-08-27T18:20:40.392Z[ host-image] Aug 27 18:20:39.328 INFO O| Aug 27 18:20:39.328 INFO STEP 0 (create_be) COMPLETE
97992026-08-27T18:20:40.395Z[ host-image] Aug 27 18:20:39.328 INFO O| Aug 27 18:20:39.328 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98002026-08-27T18:20:40.411Z[ host-image] Aug 27 18:20:39.347 INFO O| Aug 27 18:20:39.347 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98012026-08-27T18:20:50.347Z[ host-image] Aug 27 18:20:49.283 INFO O| Aug 27 18:20:49.283 INFO STEP 1 (unpack_tar) COMPLETE
98022026-08-27T18:20:50.347Z[ host-image] Aug 27 18:20:49.283 INFO O| Aug 27 18:20:49.283 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-08-27T18:20:50.358Z[ host-image] Aug 27 18:20:49.294 INFO O| Aug 27 18:20:49.294 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98042026-08-27T18:20:50.651Z[ host-image] Aug 27 18:20:49.587 INFO O| Aug 27 18:20:49.587 INFO STEP 2 (devfsadm) COMPLETE
98052026-08-27T18:20:50.651Z[ host-image] Aug 27 18:20:49.587 INFO O| Aug 27 18:20:49.587 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-08-27T18:20:50.662Z[ host-image] Aug 27 18:20:49.598 INFO O| Aug 27 18:20:49.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98072026-08-27T18:20:50.662Z[ host-image] Aug 27 18:20:49.598 INFO O| Aug 27 18:20:49.598 INFO STEP 3 (ensure_dir) COMPLETE
98082026-08-27T18:20:50.665Z[ host-image] Aug 27 18:20:49.598 INFO O| Aug 27 18:20:49.598 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-08-27T18:20:50.670Z[ host-image] Aug 27 18:20:49.606 INFO O| Aug 27 18:20:49.606 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98102026-08-27T18:20:50.670Z[ host-image] Aug 27 18:20:49.606 INFO O| Aug 27 18:20:49.606 INFO STEP 4 (ensure_dir) COMPLETE
98112026-08-27T18:20:50.673Z[ host-image] Aug 27 18:20:49.606 INFO O| Aug 27 18:20:49.606 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-08-27T18:20:50.678Z[ host-image] Aug 27 18:20:49.614 INFO O| Aug 27 18:20:49.614 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98132026-08-27T18:20:50.678Z[ host-image] Aug 27 18:20:49.614 INFO O| Aug 27 18:20:49.614 INFO STEP 5 (ensure_dir) COMPLETE
98142026-08-27T18:20:50.681Z[ host-image] Aug 27 18:20:49.614 INFO O| Aug 27 18:20:49.614 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-27T18:20:50.687Z[ host-image] Aug 27 18:20:49.623 INFO O| Aug 27 18:20:49.623 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98162026-08-27T18:20:50.687Z[ host-image] Aug 27 18:20:49.623 INFO O| Aug 27 18:20:49.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98172026-08-27T18:20:50.690Z[ host-image] Aug 27 18:20:49.623 INFO O| Aug 27 18:20:49.623 INFO STEP 6 (ensure_dir) COMPLETE
98182026-08-27T18:20:50.690Z[ host-image] Aug 27 18:20:49.623 INFO O| Aug 27 18:20:49.623 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-27T18:20:50.695Z[ host-image] Aug 27 18:20:49.631 INFO O| Aug 27 18:20:49.631 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98202026-08-27T18:20:50.698Z[ host-image] Aug 27 18:20:49.631 INFO O| Aug 27 18:20:49.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98212026-08-27T18:20:50.698Z[ host-image] Aug 27 18:20:49.631 INFO O| Aug 27 18:20:49.631 INFO STEP 7 (ensure_dir) COMPLETE
98222026-08-27T18:20:50.698Z[ host-image] Aug 27 18:20:49.631 INFO O| Aug 27 18:20:49.631 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-27T18:20:50.704Z[ host-image] Aug 27 18:20:49.640 INFO O| Aug 27 18:20:49.640 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98242026-08-27T18:20:50.707Z[ host-image] Aug 27 18:20:49.641 INFO O| Aug 27 18:20:49.641 INFO STEP 8 (remove_files) COMPLETE
98252026-08-27T18:20:50.707Z[ host-image] Aug 27 18:20:49.641 INFO O| Aug 27 18:20:49.641 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-27T18:20:50.713Z[ host-image] Aug 27 18:20:49.649 INFO O| Aug 27 18:20:49.649 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98272026-08-27T18:20:50.716Z[ host-image] Aug 27 18:20:49.650 INFO O| Aug 27 18:20:49.650 INFO STEP 9 (remove_files) COMPLETE
98282026-08-27T18:20:50.716Z[ host-image] Aug 27 18:20:49.650 INFO O| Aug 27 18:20:49.650 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-08-27T18:20:50.721Z[ host-image] Aug 27 18:20:49.658 INFO O| Aug 27 18:20:49.658 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98302026-08-27T18:20:50.725Z[ host-image] Aug 27 18:20:49.658 INFO O| Aug 27 18:20:49.658 INFO STEP 10 (remove_files) COMPLETE
98312026-08-27T18:20:50.725Z[ host-image] Aug 27 18:20:49.658 INFO O| Aug 27 18:20:49.658 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-27T18:20:50.730Z[ host-image] Aug 27 18:20:49.666 INFO O| Aug 27 18:20:49.666 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98332026-08-27T18:20:50.734Z[ host-image] Aug 27 18:20:49.666 INFO O| Aug 27 18:20:49.666 INFO STEP 11 (remove_files) COMPLETE
98342026-08-27T18:20:50.734Z[ host-image] Aug 27 18:20:49.666 INFO O| Aug 27 18:20:49.666 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-27T18:20:50.737Z[ host-image] Aug 27 18:20:49.674 INFO O| Aug 27 18:20:49.674 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98362026-08-27T18:20:50.737Z[ host-image] Aug 27 18:20:49.674 INFO O| Aug 27 18:20:49.674 INFO STEP 12 (remove_files) COMPLETE
98372026-08-27T18:20:50.737Z[ host-image] Aug 27 18:20:49.674 INFO O| Aug 27 18:20:49.674 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-08-27T18:20:50.744Z[ host-image] Aug 27 18:20:49.681 INFO O| Aug 27 18:20:49.681 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98392026-08-27T18:20:50.748Z[ host-image] Aug 27 18:20:49.681 INFO O| Aug 27 18:20:49.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98402026-08-27T18:20:50.748Z[ host-image] Aug 27 18:20:49.681 INFO O| Aug 27 18:20:49.681 INFO STEP 13 (ensure_dir) COMPLETE
98412026-08-27T18:20:50.748Z[ host-image] Aug 27 18:20:49.681 INFO O| Aug 27 18:20:49.681 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-08-27T18:20:50.752Z[ host-image] Aug 27 18:20:49.688 INFO O| Aug 27 18:20:49.688 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98432026-08-27T18:20:50.752Z[ host-image] Aug 27 18:20:49.688 INFO O| Aug 27 18:20:49.688 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98442026-08-27T18:20:50.755Z[ host-image] Aug 27 18:20:49.688 INFO O| Aug 27 18:20:49.688 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98452026-08-27T18:20:50.755Z[ host-image] Aug 27 18:20:49.688 INFO O| Aug 27 18:20:49.688 INFO STEP 14 (ensure_dir) COMPLETE
98462026-08-27T18:20:50.755Z[ host-image] Aug 27 18:20:49.688 INFO O| Aug 27 18:20:49.688 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-08-27T18:20:50.759Z[ host-image] Aug 27 18:20:49.695 INFO O| Aug 27 18:20:49.695 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98482026-08-27T18:20:50.762Z[ host-image] Aug 27 18:20:49.695 INFO O| Aug 27 18:20:49.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98492026-08-27T18:20:50.762Z[ host-image] Aug 27 18:20:49.695 INFO O| Aug 27 18:20:49.695 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98502026-08-27T18:20:50.762Z[ host-image] Aug 27 18:20:49.695 INFO O| Aug 27 18:20:49.695 INFO STEP 15 (ensure_dir) COMPLETE
98512026-08-27T18:20:50.762Z[ host-image] Aug 27 18:20:49.695 INFO O| Aug 27 18:20:49.695 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-08-27T18:20:50.766Z[ host-image] Aug 27 18:20:49.703 INFO O| Aug 27 18:20:49.703 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98532026-08-27T18:20:50.766Z[ host-image] Aug 27 18:20:49.703 INFO O| Aug 27 18:20:49.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98542026-08-27T18:20:50.769Z[ host-image] Aug 27 18:20:49.703 INFO O| Aug 27 18:20:49.703 INFO STEP 16 (ensure_dir) COMPLETE
98552026-08-27T18:20:50.769Z[ host-image] Aug 27 18:20:49.703 INFO O| Aug 27 18:20:49.703 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-08-27T18:20:50.774Z[ host-image] Aug 27 18:20:49.710 INFO O| Aug 27 18:20:49.710 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98572026-08-27T18:20:50.774Z[ host-image] Aug 27 18:20:49.710 INFO O| Aug 27 18:20:49.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98582026-08-27T18:20:50.774Z[ host-image] Aug 27 18:20:49.710 INFO O| Aug 27 18:20:49.710 INFO STEP 17 (ensure_dir) COMPLETE
98592026-08-27T18:20:50.777Z[ host-image] Aug 27 18:20:49.710 INFO O| Aug 27 18:20:49.710 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-08-27T18:20:50.781Z[ host-image] Aug 27 18:20:49.717 INFO O| Aug 27 18:20:49.717 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98612026-08-27T18:20:50.781Z[ host-image] Aug 27 18:20:49.717 INFO O| Aug 27 18:20:49.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98622026-08-27T18:20:50.784Z[ host-image] Aug 27 18:20:49.717 INFO O| Aug 27 18:20:49.717 INFO ok!
98632026-08-27T18:20:50.784Z[ host-image] Aug 27 18:20:49.717 INFO O| Aug 27 18:20:49.717 INFO STEP 18 (ensure_symlink) COMPLETE
98642026-08-27T18:20:50.784Z[ host-image] Aug 27 18:20:49.717 INFO O| Aug 27 18:20:49.717 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98652026-08-27T18:20:50.788Z[ host-image] Aug 27 18:20:49.724 INFO O| Aug 27 18:20:49.724 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98662026-08-27T18:20:50.788Z[ host-image] Aug 27 18:20:49.724 INFO O| Aug 27 18:20:49.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98672026-08-27T18:20:50.791Z[ host-image] Aug 27 18:20:49.724 INFO O| Aug 27 18:20:49.724 INFO ok!
98682026-08-27T18:20:50.791Z[ host-image] Aug 27 18:20:49.724 INFO O| Aug 27 18:20:49.724 INFO STEP 19 (ensure_file) COMPLETE
98692026-08-27T18:20:50.791Z[ host-image] Aug 27 18:20:49.724 INFO O| Aug 27 18:20:49.724 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98702026-08-27T18:20:50.795Z[ host-image] Aug 27 18:20:49.731 INFO O| Aug 27 18:20:49.731 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98712026-08-27T18:20:50.795Z[ host-image] Aug 27 18:20:49.731 INFO O| Aug 27 18:20:49.731 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98722026-08-27T18:20:50.798Z[ host-image] Aug 27 18:20:49.731 INFO O| Aug 27 18:20:49.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98732026-08-27T18:20:50.798Z[ host-image] Aug 27 18:20:49.731 INFO O| Aug 27 18:20:49.731 INFO ok!
98742026-08-27T18:20:50.798Z[ host-image] Aug 27 18:20:49.731 INFO O| Aug 27 18:20:49.731 INFO STEP 20 (ensure_symlink) COMPLETE
98752026-08-27T18:20:50.798Z[ host-image] Aug 27 18:20:49.731 INFO O| Aug 27 18:20:49.731 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98762026-08-27T18:20:50.802Z[ host-image] Aug 27 18:20:49.739 INFO O| Aug 27 18:20:49.739 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98772026-08-27T18:20:50.805Z[ host-image] Aug 27 18:20:49.739 INFO O| Aug 27 18:20:49.739 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98782026-08-27T18:20:50.806Z[ host-image] Aug 27 18:20:49.739 INFO O| Aug 27 18:20:49.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98792026-08-27T18:20:50.806Z[ host-image] Aug 27 18:20:49.739 INFO O| Aug 27 18:20:49.739 INFO ok!
98802026-08-27T18:20:50.806Z[ host-image] Aug 27 18:20:49.739 INFO O| Aug 27 18:20:49.739 INFO STEP 21 (ensure_symlink) COMPLETE
98812026-08-27T18:20:50.806Z[ host-image] Aug 27 18:20:49.739 INFO O| Aug 27 18:20:49.739 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98822026-08-27T18:20:50.813Z[ host-image] Aug 27 18:20:49.749 INFO O| Aug 27 18:20:49.749 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98832026-08-27T18:20:50.813Z[ host-image] Aug 27 18:20:49.749 INFO O| Aug 27 18:20:49.749 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98842026-08-27T18:20:50.813Z[ host-image] Aug 27 18:20:49.749 INFO O| Aug 27 18:20:49.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98852026-08-27T18:20:50.816Z[ host-image] Aug 27 18:20:49.749 INFO O| Aug 27 18:20:49.749 INFO ok!
98862026-08-27T18:20:50.816Z[ host-image] Aug 27 18:20:49.749 INFO O| Aug 27 18:20:49.749 INFO STEP 22 (ensure_symlink) COMPLETE
98872026-08-27T18:20:50.816Z[ host-image] Aug 27 18:20:49.749 INFO O| Aug 27 18:20:49.749 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98882026-08-27T18:20:50.820Z[ host-image] Aug 27 18:20:49.757 INFO O| Aug 27 18:20:49.757 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98892026-08-27T18:20:50.824Z[ host-image] Aug 27 18:20:49.757 INFO O| Aug 27 18:20:49.757 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98902026-08-27T18:20:50.824Z[ host-image] Aug 27 18:20:49.757 INFO O| Aug 27 18:20:49.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98912026-08-27T18:20:50.824Z[ host-image] Aug 27 18:20:49.757 INFO O| Aug 27 18:20:49.757 INFO ok!
98922026-08-27T18:20:50.824Z[ host-image] Aug 27 18:20:49.757 INFO O| Aug 27 18:20:49.757 INFO STEP 23 (ensure_symlink) COMPLETE
98932026-08-27T18:20:50.824Z[ host-image] Aug 27 18:20:49.757 INFO O| Aug 27 18:20:49.757 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98942026-08-27T18:20:50.828Z[ host-image] Aug 27 18:20:49.765 INFO O| Aug 27 18:20:49.764 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98952026-08-27T18:20:50.828Z[ host-image] Aug 27 18:20:49.765 INFO O| Aug 27 18:20:49.765 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98962026-08-27T18:20:50.832Z[ host-image] Aug 27 18:20:49.765 INFO O| Aug 27 18:20:49.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98972026-08-27T18:20:50.832Z[ host-image] Aug 27 18:20:49.765 INFO O| Aug 27 18:20:49.765 INFO ok!
98982026-08-27T18:20:50.832Z[ host-image] Aug 27 18:20:49.765 INFO O| Aug 27 18:20:49.765 INFO STEP 24 (ensure_file) COMPLETE
98992026-08-27T18:20:50.832Z[ host-image] Aug 27 18:20:49.765 INFO O| Aug 27 18:20:49.765 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-08-27T18:20:50.835Z[ host-image] Aug 27 18:20:49.772 INFO O| Aug 27 18:20:49.772 INFO updating shadow file
99012026-08-27T18:20:50.839Z[ host-image] Aug 27 18:20:49.772 INFO O| Aug 27 18:20:49.772 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99022026-08-27T18:20:50.839Z[ host-image] Aug 27 18:20:49.772 INFO O| Aug 27 18:20:49.772 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99032026-08-27T18:20:50.839Z[ host-image] Aug 27 18:20:49.772 INFO O| Aug 27 18:20:49.772 INFO STEP 25 (shadow) COMPLETE
99042026-08-27T18:20:50.839Z[ host-image] Aug 27 18:20:49.772 INFO O| Aug 27 18:20:49.772 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99052026-08-27T18:20:50.844Z[ host-image] Aug 27 18:20:49.780 INFO O| Aug 27 18:20:49.780 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99062026-08-27T18:20:50.844Z[ host-image] Aug 27 18:20:49.780 INFO O| Aug 27 18:20:49.780 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99072026-08-27T18:20:50.847Z[ host-image] Aug 27 18:20:49.780 INFO O| Aug 27 18:20:49.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99082026-08-27T18:20:50.847Z[ host-image] Aug 27 18:20:49.780 INFO O| Aug 27 18:20:49.780 INFO ok!
99092026-08-27T18:20:50.847Z[ host-image] Aug 27 18:20:49.780 INFO O| Aug 27 18:20:49.780 INFO STEP 26 (ensure_file) COMPLETE
99102026-08-27T18:20:50.847Z[ host-image] Aug 27 18:20:49.780 INFO O| Aug 27 18:20:49.780 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99112026-08-27T18:20:50.851Z[ host-image] Aug 27 18:20:49.788 INFO O| Aug 27 18:20:49.787 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99122026-08-27T18:20:50.851Z[ host-image] Aug 27 18:20:49.788 INFO O| Aug 27 18:20:49.787 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99132026-08-27T18:20:50.855Z[ host-image] Aug 27 18:20:49.788 INFO O| Aug 27 18:20:49.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99142026-08-27T18:20:50.855Z[ host-image] Aug 27 18:20:49.788 INFO O| Aug 27 18:20:49.788 INFO ok!
99152026-08-27T18:20:50.855Z[ host-image] Aug 27 18:20:49.788 INFO O| Aug 27 18:20:49.788 INFO STEP 27 (ensure_file) COMPLETE
99162026-08-27T18:20:50.855Z[ host-image] Aug 27 18:20:49.788 INFO O| Aug 27 18:20:49.788 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99172026-08-27T18:20:50.859Z[ host-image] Aug 27 18:20:49.795 INFO O| Aug 27 18:20:49.795 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99182026-08-27T18:20:50.859Z[ host-image] Aug 27 18:20:49.795 INFO O| Aug 27 18:20:49.795 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99192026-08-27T18:20:50.862Z[ host-image] Aug 27 18:20:49.795 INFO O| Aug 27 18:20:49.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99202026-08-27T18:20:50.863Z[ host-image] Aug 27 18:20:49.795 INFO O| Aug 27 18:20:49.795 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99212026-08-27T18:20:50.863Z[ host-image] Aug 27 18:20:49.795 INFO O| Aug 27 18:20:49.795 INFO ok!
99222026-08-27T18:20:50.863Z[ host-image] Aug 27 18:20:49.795 INFO O| Aug 27 18:20:49.795 INFO STEP 28 (ensure_file) COMPLETE
99232026-08-27T18:20:50.863Z[ host-image] Aug 27 18:20:49.795 INFO O| Aug 27 18:20:49.795 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-08-27T18:20:50.867Z[ host-image] Aug 27 18:20:49.803 INFO O| Aug 27 18:20:49.803 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99252026-08-27T18:20:50.867Z[ host-image] Aug 27 18:20:49.803 INFO O| Aug 27 18:20:49.803 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99262026-08-27T18:20:50.870Z[ host-image] Aug 27 18:20:49.803 INFO O| Aug 27 18:20:49.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99272026-08-27T18:20:50.870Z[ host-image] Aug 27 18:20:49.803 INFO O| Aug 27 18:20:49.803 INFO ok!
99282026-08-27T18:20:50.870Z[ host-image] Aug 27 18:20:49.803 INFO O| Aug 27 18:20:49.803 INFO STEP 29 (ensure_file) COMPLETE
99292026-08-27T18:20:50.870Z[ host-image] Aug 27 18:20:49.803 INFO O| Aug 27 18:20:49.803 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-08-27T18:20:50.874Z[ host-image] Aug 27 18:20:49.810 INFO O| Aug 27 18:20:49.810 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99312026-08-27T18:20:50.874Z[ host-image] Aug 27 18:20:49.810 INFO O| Aug 27 18:20:49.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99322026-08-27T18:20:50.877Z[ host-image] Aug 27 18:20:49.810 INFO O| Aug 27 18:20:49.810 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99332026-08-27T18:20:50.877Z[ host-image] Aug 27 18:20:49.810 INFO O| Aug 27 18:20:49.810 INFO STEP 30 (ensure_dir) COMPLETE
99342026-08-27T18:20:50.877Z[ host-image] Aug 27 18:20:49.811 INFO O| Aug 27 18:20:49.810 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99352026-08-27T18:20:50.883Z[ host-image] Aug 27 18:20:49.819 INFO O| Aug 27 18:20:49.819 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99362026-08-27T18:20:50.886Z[ host-image] Aug 27 18:20:49.819 INFO O| Aug 27 18:20:49.819 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99372026-08-27T18:20:50.886Z[ host-image] Aug 27 18:20:49.819 INFO O| Aug 27 18:20:49.819 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99382026-08-27T18:20:50.886Z[ host-image] Aug 27 18:20:49.819 INFO O| Aug 27 18:20:49.819 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99392026-08-27T18:20:50.886Z[ host-image] Aug 27 18:20:49.819 INFO O| Aug 27 18:20:49.819 INFO ok!
99402026-08-27T18:20:50.886Z[ host-image] Aug 27 18:20:49.819 INFO O| Aug 27 18:20:49.819 INFO STEP 31 (ensure_file) COMPLETE
99412026-08-27T18:20:50.886Z[ host-image] Aug 27 18:20:49.819 INFO O| Aug 27 18:20:49.819 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-08-27T18:20:50.891Z[ host-image] Aug 27 18:20:49.827 INFO O| Aug 27 18:20:49.827 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99432026-08-27T18:20:50.891Z[ host-image] Aug 27 18:20:49.827 INFO O| Aug 27 18:20:49.827 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99442026-08-27T18:20:50.894Z[ host-image] Aug 27 18:20:49.827 INFO O| Aug 27 18:20:49.827 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99452026-08-27T18:20:50.894Z[ host-image] Aug 27 18:20:49.827 INFO O| Aug 27 18:20:49.827 INFO STEP 32 (ensure_dir) COMPLETE
99462026-08-27T18:20:50.894Z[ host-image] Aug 27 18:20:49.827 INFO O| Aug 27 18:20:49.827 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99472026-08-27T18:20:50.899Z[ host-image] Aug 27 18:20:49.835 INFO O| Aug 27 18:20:49.835 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99482026-08-27T18:20:50.902Z[ host-image] Aug 27 18:20:49.835 INFO O| Aug 27 18:20:49.835 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 ...
99492026-08-27T18:20:50.902Z[ host-image] Aug 27 18:20:49.835 INFO O| Aug 27 18:20:49.835 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
99502026-08-27T18:20:50.902Z[ host-image] Aug 27 18:20:49.835 INFO O| Aug 27 18:20:49.835 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99512026-08-27T18:20:50.902Z[ host-image] Aug 27 18:20:49.835 INFO O| Aug 27 18:20:49.835 INFO ok!
99522026-08-27T18:20:50.902Z[ host-image] Aug 27 18:20:49.835 INFO O| Aug 27 18:20:49.835 INFO STEP 33 (ensure_file) COMPLETE
99532026-08-27T18:20:50.902Z[ host-image] Aug 27 18:20:49.835 INFO O| Aug 27 18:20:49.835 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99542026-08-27T18:20:50.906Z[ host-image] Aug 27 18:20:49.843 INFO O| Aug 27 18:20:49.843 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99552026-08-27T18:20:50.907Z[ host-image] Aug 27 18:20:49.843 INFO O| Aug 27 18:20:49.843 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99562026-08-27T18:20:50.909Z[ host-image] Aug 27 18:20:49.843 INFO O| Aug 27 18:20:49.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99572026-08-27T18:20:50.909Z[ host-image] Aug 27 18:20:49.843 INFO O| Aug 27 18:20:49.843 INFO ok!
99582026-08-27T18:20:50.910Z[ host-image] Aug 27 18:20:49.843 INFO O| Aug 27 18:20:49.843 INFO STEP 34 (ensure_file) COMPLETE
99592026-08-27T18:20:50.910Z[ host-image] Aug 27 18:20:49.843 INFO O| Aug 27 18:20:49.843 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99602026-08-27T18:20:50.915Z[ host-image] Aug 27 18:20:49.852 INFO O| Aug 27 18:20:49.851 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99612026-08-27T18:20:50.915Z[ host-image] Aug 27 18:20:49.852 INFO O| Aug 27 18:20:49.852 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99622026-08-27T18:20:50.918Z[ host-image] Aug 27 18:20:49.852 INFO O| Aug 27 18:20:49.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99632026-08-27T18:20:50.918Z[ host-image] Aug 27 18:20:49.852 INFO O| Aug 27 18:20:49.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99642026-08-27T18:20:50.918Z[ host-image] Aug 27 18:20:49.852 INFO O| Aug 27 18:20:49.852 INFO ok!
99652026-08-27T18:20:50.918Z[ host-image] Aug 27 18:20:49.852 INFO O| Aug 27 18:20:49.852 INFO STEP 35 (ensure_file) COMPLETE
99662026-08-27T18:20:50.918Z[ host-image] Aug 27 18:20:49.852 INFO O| Aug 27 18:20:49.852 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-08-27T18:20:50.923Z[ host-image] Aug 27 18:20:49.859 INFO O| Aug 27 18:20:49.859 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99682026-08-27T18:20:50.923Z[ host-image] Aug 27 18:20:49.859 INFO O| Aug 27 18:20:49.859 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99692026-08-27T18:20:50.926Z[ host-image] Aug 27 18:20:49.859 INFO O| Aug 27 18:20:49.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99702026-08-27T18:20:50.926Z[ host-image] Aug 27 18:20:49.859 INFO O| Aug 27 18:20:49.859 INFO ok!
99712026-08-27T18:20:50.926Z[ host-image] Aug 27 18:20:49.859 INFO O| Aug 27 18:20:49.859 INFO STEP 36 (ensure_file) COMPLETE
99722026-08-27T18:20:50.926Z[ host-image] Aug 27 18:20:49.859 INFO O| Aug 27 18:20:49.859 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-08-27T18:20:50.931Z[ host-image] Aug 27 18:20:49.867 INFO O| Aug 27 18:20:49.867 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99742026-08-27T18:20:50.931Z[ host-image] Aug 27 18:20:49.867 INFO O| Aug 27 18:20:49.867 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99752026-08-27T18:20:50.934Z[ host-image] Aug 27 18:20:49.867 INFO O| Aug 27 18:20:49.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99762026-08-27T18:20:50.934Z[ host-image] Aug 27 18:20:49.867 INFO O| Aug 27 18:20:49.867 INFO ok!
99772026-08-27T18:20:50.934Z[ host-image] Aug 27 18:20:49.867 INFO O| Aug 27 18:20:49.867 INFO STEP 37 (ensure_file) COMPLETE
99782026-08-27T18:20:50.934Z[ host-image] Aug 27 18:20:49.867 INFO O| Aug 27 18:20:49.867 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-08-27T18:20:50.938Z[ host-image] Aug 27 18:20:49.874 INFO O| Aug 27 18:20:49.874 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99802026-08-27T18:20:50.938Z[ host-image] Aug 27 18:20:49.874 INFO O| Aug 27 18:20:49.874 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99812026-08-27T18:20:50.941Z[ host-image] Aug 27 18:20:49.875 INFO O| Aug 27 18:20:49.875 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99822026-08-27T18:20:50.941Z[ host-image] Aug 27 18:20:49.875 INFO O| Aug 27 18:20:49.875 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99832026-08-27T18:20:50.941Z[ host-image] Aug 27 18:20:49.875 INFO O| Aug 27 18:20:49.875 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99842026-08-27T18:20:50.941Z[ host-image] Aug 27 18:20:49.875 INFO O| Aug 27 18:20:49.875 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99852026-08-27T18:20:50.941Z[ host-image] Aug 27 18:20:49.875 INFO O| Aug 27 18:20:49.875 INFO ok!
99862026-08-27T18:20:50.941Z[ host-image] Aug 27 18:20:49.875 INFO O| Aug 27 18:20:49.875 INFO STEP 38 (ensure_file) COMPLETE
99872026-08-27T18:20:50.941Z[ host-image] Aug 27 18:20:49.875 INFO O| Aug 27 18:20:49.875 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99882026-08-27T18:20:50.945Z[ host-image] Aug 27 18:20:49.882 INFO O| Aug 27 18:20:49.882 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99892026-08-27T18:20:50.948Z[ host-image] Aug 27 18:20:49.882 INFO O| Aug 27 18:20:49.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99902026-08-27T18:20:50.948Z[ host-image] Aug 27 18:20:49.882 INFO O| Aug 27 18:20:49.882 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99912026-08-27T18:20:50.948Z[ host-image] Aug 27 18:20:49.882 INFO O| Aug 27 18:20:49.882 INFO STEP 39 (ensure_dir) COMPLETE
99922026-08-27T18:20:50.948Z[ host-image] Aug 27 18:20:49.882 INFO O| Aug 27 18:20:49.882 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99932026-08-27T18:20:50.954Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 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
99942026-08-27T18:20:50.954Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 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 ...
99952026-08-27T18:20:50.957Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 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
99962026-08-27T18:20:50.957Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 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
99972026-08-27T18:20:50.957Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 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
99982026-08-27T18:20:50.957Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 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
99992026-08-27T18:20:50.957Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 INFO ok!
100002026-08-27T18:20:50.957Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 INFO STEP 40 (ensure_file) COMPLETE
100012026-08-27T18:20:50.957Z[ host-image] Aug 27 18:20:49.890 INFO O| Aug 27 18:20:49.890 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100022026-08-27T18:20:50.963Z[ host-image] Aug 27 18:20:49.899 INFO O| Aug 27 18:20:49.899 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100032026-08-27T18:20:50.963Z[ host-image] Aug 27 18:20:49.899 INFO O| Aug 27 18:20:49.899 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 ...
100042026-08-27T18:20:50.963Z[ host-image] Aug 27 18:20:49.899 INFO O| Aug 27 18:20:49.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100052026-08-27T18:20:50.966Z[ host-image] Aug 27 18:20:49.899 INFO O| Aug 27 18:20:49.899 INFO ok!
100062026-08-27T18:20:50.966Z[ host-image] Aug 27 18:20:49.899 INFO O| Aug 27 18:20:49.899 INFO STEP 41 (ensure_symlink) COMPLETE
100072026-08-27T18:20:50.966Z[ host-image] Aug 27 18:20:49.899 INFO O| Aug 27 18:20:49.899 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100082026-08-27T18:20:50.970Z[ host-image] Aug 27 18:20:49.907 INFO O| Aug 27 18:20:49.907 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100092026-08-27T18:20:50.970Z[ host-image] Aug 27 18:20:49.907 INFO O| Aug 27 18:20:49.907 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100102026-08-27T18:20:50.974Z[ host-image] Aug 27 18:20:49.907 INFO O| Aug 27 18:20:49.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100112026-08-27T18:20:50.974Z[ host-image] Aug 27 18:20:49.907 INFO O| Aug 27 18:20:49.907 INFO ok!
100122026-08-27T18:20:50.974Z[ host-image] Aug 27 18:20:49.907 INFO O| Aug 27 18:20:49.907 INFO STEP 42 (ensure_symlink) COMPLETE
100132026-08-27T18:20:50.974Z[ host-image] Aug 27 18:20:49.907 INFO O| Aug 27 18:20:49.907 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-08-27T18:20:50.978Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100152026-08-27T18:20:50.978Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100162026-08-27T18:20:50.981Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100172026-08-27T18:20:50.981Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100182026-08-27T18:20:50.981Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100192026-08-27T18:20:50.981Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100202026-08-27T18:20:50.981Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO ok!
100212026-08-27T18:20:50.981Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO STEP 43 (ensure_file) COMPLETE
100222026-08-27T18:20:50.981Z[ host-image] Aug 27 18:20:49.914 INFO O| Aug 27 18:20:49.914 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100232026-08-27T18:20:50.986Z[ host-image] Aug 27 18:20:49.922 INFO O| Aug 27 18:20:49.922 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100242026-08-27T18:20:50.986Z[ host-image] Aug 27 18:20:49.922 INFO O| Aug 27 18:20:49.922 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 ...
100252026-08-27T18:20:50.990Z[ host-image] Aug 27 18:20:49.922 INFO O| Aug 27 18:20:49.922 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
100262026-08-27T18:20:50.990Z[ host-image] Aug 27 18:20:49.922 INFO O| Aug 27 18:20:49.922 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100272026-08-27T18:20:50.990Z[ host-image] Aug 27 18:20:49.922 INFO O| Aug 27 18:20:49.922 INFO ok!
100282026-08-27T18:20:50.990Z[ host-image] Aug 27 18:20:49.922 INFO O| Aug 27 18:20:49.922 INFO STEP 44 (ensure_file) COMPLETE
100292026-08-27T18:20:50.990Z[ host-image] Aug 27 18:20:49.922 INFO O| Aug 27 18:20:49.922 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100302026-08-27T18:20:50.993Z[ host-image] Aug 27 18:20:49.929 INFO O| Aug 27 18:20:49.929 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100312026-08-27T18:20:50.993Z[ host-image] Aug 27 18:20:49.929 INFO O| Aug 27 18:20:49.929 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100322026-08-27T18:20:50.993Z[ host-image] Aug 27 18:20:49.929 INFO O| Aug 27 18:20:49.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100332026-08-27T18:20:50.993Z[ host-image] Aug 27 18:20:49.929 INFO O| Aug 27 18:20:49.929 INFO ok!
100342026-08-27T18:20:50.993Z[ host-image] Aug 27 18:20:49.929 INFO O| Aug 27 18:20:49.929 INFO STEP 45 (ensure_file) COMPLETE
100352026-08-27T18:20:50.993Z[ host-image] Aug 27 18:20:49.929 INFO O| Aug 27 18:20:49.929 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100362026-08-27T18:20:51.002Z[ host-image] Aug 27 18:20:49.938 INFO O| Aug 27 18:20:49.938 INFO updating shadow file
100372026-08-27T18:20:51.002Z[ host-image] Aug 27 18:20:49.938 INFO O| Aug 27 18:20:49.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100382026-08-27T18:20:51.005Z[ host-image] Aug 27 18:20:49.938 INFO O| Aug 27 18:20:49.938 INFO STEP 46 (shadow) COMPLETE
100392026-08-27T18:20:51.006Z[ host-image] Aug 27 18:20:49.938 INFO O| Aug 27 18:20:49.938 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100402026-08-27T18:20:51.010Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100412026-08-27T18:20:51.010Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100422026-08-27T18:20:51.010Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100432026-08-27T18:20:51.013Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100442026-08-27T18:20:51.014Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO ok!
100452026-08-27T18:20:51.014Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO STEP 47 (ensure_file) COMPLETE
100462026-08-27T18:20:51.014Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-08-27T18:20:51.014Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO skip step because feature "mfg" is not enabled
100482026-08-27T18:20:51.014Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100492026-08-27T18:20:51.014Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO skip step because feature "mfg" is not enabled
100502026-08-27T18:20:51.014Z[ host-image] Aug 27 18:20:49.946 INFO O| Aug 27 18:20:49.946 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100512026-08-27T18:20:51.019Z[ host-image] Aug 27 18:20:49.955 INFO O| Aug 27 18:20:49.955 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100522026-08-27T18:20:51.019Z[ host-image] Aug 27 18:20:49.955 INFO O| Aug 27 18:20:49.955 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100532026-08-27T18:20:51.042Z[ host-image] Aug 27 18:20:49.978 INFO O| Aug 27 18:20:49.978 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100542026-08-27T18:20:51.042Z[ host-image] Aug 27 18:20:49.978 INFO O| Aug 27 18:20:49.978 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100552026-08-27T18:20:51.046Z[ host-image] Aug 27 18:20:49.978 INFO O| Aug 27 18:20:49.978 INFO ok!
100562026-08-27T18:20:51.046Z[ host-image] Aug 27 18:20:49.978 INFO O| Aug 27 18:20:49.978 INFO STEP 50 (ensure_file) COMPLETE
100572026-08-27T18:20:51.046Z[ host-image] Aug 27 18:20:49.978 INFO O| Aug 27 18:20:49.978 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-27T18:20:51.046Z[ host-image] Aug 27 18:20:49.978 INFO O| Aug 27 18:20:49.978 INFO skip step because feature "compliance" is not enabled
100592026-08-27T18:20:51.046Z[ host-image] Aug 27 18:20:49.978 INFO O| Aug 27 18:20:49.978 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-27T18:20:51.052Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100612026-08-27T18:20:51.052Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100622026-08-27T18:20:51.055Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100632026-08-27T18:20:51.055Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100642026-08-27T18:20:51.055Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100652026-08-27T18:20:51.055Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100662026-08-27T18:20:51.055Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO ok!
100672026-08-27T18:20:51.055Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO STEP 52 (ensure_file) COMPLETE
100682026-08-27T18:20:51.055Z[ host-image] Aug 27 18:20:49.988 INFO O| Aug 27 18:20:49.988 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-08-27T18:20:51.060Z[ host-image] Aug 27 18:20:49.996 INFO O| Aug 27 18:20:49.996 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100702026-08-27T18:20:51.060Z[ host-image] Aug 27 18:20:49.996 INFO O| Aug 27 18:20:49.996 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 ...
100712026-08-27T18:20:51.063Z[ host-image] Aug 27 18:20:49.996 INFO O| Aug 27 18:20:49.996 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
100722026-08-27T18:20:51.063Z[ host-image] Aug 27 18:20:49.996 INFO O| Aug 27 18:20:49.996 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100732026-08-27T18:20:51.063Z[ host-image] Aug 27 18:20:49.996 INFO O| Aug 27 18:20:49.996 INFO ok!
100742026-08-27T18:20:51.063Z[ host-image] Aug 27 18:20:49.996 INFO O| Aug 27 18:20:49.996 INFO STEP 53 (ensure_file) COMPLETE
100752026-08-27T18:20:51.063Z[ host-image] Aug 27 18:20:49.996 INFO O| Aug 27 18:20:49.996 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-08-27T18:20:51.066Z[ host-image] Aug 27 18:20:50.002 INFO O| Aug 27 18:20:50.002 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100772026-08-27T18:20:51.066Z[ host-image] Aug 27 18:20:50.002 INFO O| Aug 27 18:20:50.002 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 ...
100782026-08-27T18:20:51.066Z[ host-image] Aug 27 18:20:50.002 INFO O| Aug 27 18:20:50.002 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100792026-08-27T18:20:51.066Z[ host-image] Aug 27 18:20:50.002 INFO O| Aug 27 18:20:50.002 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100802026-08-27T18:20:51.069Z[ host-image] Aug 27 18:20:50.002 INFO O| Aug 27 18:20:50.002 INFO ok!
100812026-08-27T18:20:51.069Z[ host-image] Aug 27 18:20:50.002 INFO O| Aug 27 18:20:50.002 INFO STEP 54 (ensure_file) COMPLETE
100822026-08-27T18:20:51.069Z[ host-image] Aug 27 18:20:50.002 INFO O| Aug 27 18:20:50.002 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-27T18:20:51.074Z[ host-image] Aug 27 18:20:50.011 INFO O| Aug 27 18:20:50.011 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100842026-08-27T18:20:51.074Z[ host-image] Aug 27 18:20:50.011 INFO O| Aug 27 18:20:50.011 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 ...
100852026-08-27T18:20:51.080Z[ host-image] Aug 27 18:20:50.011 INFO O| Aug 27 18:20:50.011 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
100862026-08-27T18:20:51.080Z[ host-image] Aug 27 18:20:50.011 INFO O| Aug 27 18:20:50.011 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100872026-08-27T18:20:51.080Z[ host-image] Aug 27 18:20:50.011 INFO O| Aug 27 18:20:50.011 INFO ok!
100882026-08-27T18:20:51.080Z[ host-image] Aug 27 18:20:50.011 INFO O| Aug 27 18:20:50.011 INFO STEP 55 (ensure_file) COMPLETE
100892026-08-27T18:20:51.080Z[ host-image] Aug 27 18:20:50.011 INFO O| Aug 27 18:20:50.011 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-08-27T18:20:51.083Z[ host-image] Aug 27 18:20:50.018 INFO O| Aug 27 18:20:50.018 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100912026-08-27T18:20:51.083Z[ host-image] Aug 27 18:20:50.018 INFO O| Aug 27 18:20:50.018 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 ...
100922026-08-27T18:20:51.083Z[ host-image] Aug 27 18:20:50.018 INFO O| Aug 27 18:20:50.018 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100932026-08-27T18:20:51.083Z[ host-image] Aug 27 18:20:50.018 INFO O| Aug 27 18:20:50.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100942026-08-27T18:20:51.083Z[ host-image] Aug 27 18:20:50.018 INFO O| Aug 27 18:20:50.018 INFO ok!
100952026-08-27T18:20:51.083Z[ host-image] Aug 27 18:20:50.018 INFO O| Aug 27 18:20:50.018 INFO STEP 56 (ensure_file) COMPLETE
100962026-08-27T18:20:51.083Z[ host-image] Aug 27 18:20:50.018 INFO O| Aug 27 18:20:50.018 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-08-27T18:20:51.091Z[ host-image] Aug 27 18:20:50.028 INFO O| Aug 27 18:20:50.028 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100982026-08-27T18:20:51.091Z[ host-image] Aug 27 18:20:50.028 INFO O| Aug 27 18:20:50.028 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 ...
100992026-08-27T18:20:51.091Z[ host-image] Aug 27 18:20:50.028 INFO O| Aug 27 18:20:50.028 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
101002026-08-27T18:20:51.095Z[ host-image] Aug 27 18:20:50.028 INFO O| Aug 27 18:20:50.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101012026-08-27T18:20:51.095Z[ host-image] Aug 27 18:20:50.028 INFO O| Aug 27 18:20:50.028 INFO ok!
101022026-08-27T18:20:51.095Z[ host-image] Aug 27 18:20:50.028 INFO O| Aug 27 18:20:50.028 INFO STEP 57 (ensure_file) COMPLETE
101032026-08-27T18:20:51.095Z[ host-image] Aug 27 18:20:50.028 INFO O| Aug 27 18:20:50.028 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101042026-08-27T18:20:51.099Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101052026-08-27T18:20:51.099Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 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 ...
101062026-08-27T18:20:51.102Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101072026-08-27T18:20:51.103Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101082026-08-27T18:20:51.103Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101092026-08-27T18:20:51.103Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101102026-08-27T18:20:51.103Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 INFO ok!
101112026-08-27T18:20:51.103Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 INFO STEP 58 (ensure_file) COMPLETE
101122026-08-27T18:20:51.103Z[ host-image] Aug 27 18:20:50.036 INFO O| Aug 27 18:20:50.036 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-08-27T18:20:51.107Z[ host-image] Aug 27 18:20:50.044 INFO O| Aug 27 18:20:50.044 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101142026-08-27T18:20:51.107Z[ host-image] Aug 27 18:20:50.044 INFO O| Aug 27 18:20:50.044 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 ...
101152026-08-27T18:20:51.110Z[ host-image] Aug 27 18:20:50.044 INFO O| Aug 27 18:20:50.044 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
101162026-08-27T18:20:51.111Z[ host-image] Aug 27 18:20:50.044 INFO O| Aug 27 18:20:50.044 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101172026-08-27T18:20:51.111Z[ host-image] Aug 27 18:20:50.044 INFO O| Aug 27 18:20:50.044 INFO ok!
101182026-08-27T18:20:51.111Z[ host-image] Aug 27 18:20:50.044 INFO O| Aug 27 18:20:50.044 INFO STEP 59 (ensure_file) COMPLETE
101192026-08-27T18:20:51.111Z[ host-image] Aug 27 18:20:50.044 INFO O| Aug 27 18:20:50.044 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101202026-08-27T18:20:51.116Z[ host-image] Aug 27 18:20:50.052 INFO O| Aug 27 18:20:50.052 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101212026-08-27T18:20:51.116Z[ host-image] Aug 27 18:20:50.052 INFO O| Aug 27 18:20:50.052 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101222026-08-27T18:20:51.120Z[ host-image] Aug 27 18:20:50.052 INFO O| Aug 27 18:20:50.052 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101232026-08-27T18:20:51.120Z[ host-image] Aug 27 18:20:50.052 INFO O| Aug 27 18:20:50.052 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101242026-08-27T18:20:51.120Z[ host-image] Aug 27 18:20:50.052 INFO O| Aug 27 18:20:50.052 INFO ok!
101252026-08-27T18:20:51.120Z[ host-image] Aug 27 18:20:50.052 INFO O| Aug 27 18:20:50.052 INFO STEP 60 (ensure_file) COMPLETE
101262026-08-27T18:20:51.120Z[ host-image] Aug 27 18:20:50.052 INFO O| Aug 27 18:20:50.052 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101272026-08-27T18:20:51.125Z[ host-image] Aug 27 18:20:50.061 INFO O| Aug 27 18:20:50.061 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101282026-08-27T18:20:51.125Z[ host-image] Aug 27 18:20:50.061 INFO O| Aug 27 18:20:50.061 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 ...
101292026-08-27T18:20:51.128Z[ host-image] Aug 27 18:20:50.061 INFO O| Aug 27 18:20:50.061 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
101302026-08-27T18:20:51.128Z[ host-image] Aug 27 18:20:50.061 INFO O| Aug 27 18:20:50.061 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101312026-08-27T18:20:51.128Z[ host-image] Aug 27 18:20:50.061 INFO O| Aug 27 18:20:50.061 INFO ok!
101322026-08-27T18:20:51.128Z[ host-image] Aug 27 18:20:50.061 INFO O| Aug 27 18:20:50.061 INFO STEP 61 (ensure_file) COMPLETE
101332026-08-27T18:20:51.128Z[ host-image] Aug 27 18:20:50.061 INFO O| Aug 27 18:20:50.061 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101342026-08-27T18:20:51.132Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101352026-08-27T18:20:51.135Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101362026-08-27T18:20:51.135Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101372026-08-27T18:20:51.135Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101382026-08-27T18:20:51.135Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101392026-08-27T18:20:51.135Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101402026-08-27T18:20:51.135Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO ok!
101412026-08-27T18:20:51.135Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO STEP 62 (ensure_file) COMPLETE
101422026-08-27T18:20:51.135Z[ host-image] Aug 27 18:20:50.068 INFO O| Aug 27 18:20:50.068 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101432026-08-27T18:20:51.140Z[ host-image] Aug 27 18:20:50.076 INFO O| Aug 27 18:20:50.076 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101442026-08-27T18:20:51.143Z[ host-image] Aug 27 18:20:50.076 INFO O| Aug 27 18:20:50.076 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 ...
101452026-08-27T18:20:51.143Z[ host-image] Aug 27 18:20:50.076 INFO O| Aug 27 18:20:50.076 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
101462026-08-27T18:20:51.143Z[ host-image] Aug 27 18:20:50.076 INFO O| Aug 27 18:20:50.076 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101472026-08-27T18:20:51.143Z[ host-image] Aug 27 18:20:50.076 INFO O| Aug 27 18:20:50.076 INFO ok!
101482026-08-27T18:20:51.143Z[ host-image] Aug 27 18:20:50.076 INFO O| Aug 27 18:20:50.076 INFO STEP 63 (ensure_file) COMPLETE
101492026-08-27T18:20:51.143Z[ host-image] Aug 27 18:20:50.076 INFO O| Aug 27 18:20:50.076 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101502026-08-27T18:20:51.147Z[ host-image] Aug 27 18:20:50.083 INFO O| Aug 27 18:20:50.083 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101512026-08-27T18:20:51.147Z[ host-image] Aug 27 18:20:50.083 INFO O| Aug 27 18:20:50.083 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 ...
101522026-08-27T18:20:51.150Z[ host-image] Aug 27 18:20:50.083 INFO O| Aug 27 18:20:50.083 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
101532026-08-27T18:20:51.150Z[ host-image] Aug 27 18:20:50.083 INFO O| Aug 27 18:20:50.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101542026-08-27T18:20:51.150Z[ host-image] Aug 27 18:20:50.083 INFO O| Aug 27 18:20:50.083 INFO ok!
101552026-08-27T18:20:51.150Z[ host-image] Aug 27 18:20:50.083 INFO O| Aug 27 18:20:50.083 INFO STEP 64 (ensure_file) COMPLETE
101562026-08-27T18:20:51.150Z[ host-image] Aug 27 18:20:50.083 INFO O| Aug 27 18:20:50.083 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101572026-08-27T18:20:51.154Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101582026-08-27T18:20:51.154Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 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 ...
101592026-08-27T18:20:51.154Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 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
101602026-08-27T18:20:51.157Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101612026-08-27T18:20:51.157Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 INFO ok!
101622026-08-27T18:20:51.157Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 INFO STEP 65 (ensure_file) COMPLETE
101632026-08-27T18:20:51.157Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101642026-08-27T18:20:51.157Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 INFO skip step because feature "mbist" is not enabled
101652026-08-27T18:20:51.157Z[ host-image] Aug 27 18:20:50.090 INFO O| Aug 27 18:20:50.090 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-08-27T18:20:51.161Z[ host-image] Aug 27 18:20:50.096 INFO O| Aug 27 18:20:50.096 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101672026-08-27T18:20:51.161Z[ host-image] Aug 27 18:20:50.096 INFO O| Aug 27 18:20:50.096 INFO STEP 67 (ensure_dir) COMPLETE
101682026-08-27T18:20:51.161Z[ host-image] Aug 27 18:20:50.096 INFO O| Aug 27 18:20:50.096 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-27T18:20:51.169Z[ host-image] Aug 27 18:20:50.105 INFO O| Aug 27 18:20:50.105 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101702026-08-27T18:20:51.169Z[ host-image] Aug 27 18:20:50.105 INFO O| Aug 27 18:20:50.105 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101712026-08-27T18:20:51.169Z[ host-image] Aug 27 18:20:50.105 INFO O| Aug 27 18:20:50.105 INFO STEP 68 (ensure_dir) COMPLETE
101722026-08-27T18:20:51.173Z[ host-image] Aug 27 18:20:50.105 INFO O| Aug 27 18:20:50.105 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-27T18:20:51.177Z[ host-image] Aug 27 18:20:50.112 INFO O| Aug 27 18:20:50.112 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101742026-08-27T18:20:51.177Z[ host-image] Aug 27 18:20:50.112 INFO O| Aug 27 18:20:50.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101752026-08-27T18:20:51.177Z[ host-image] Aug 27 18:20:50.112 INFO O| Aug 27 18:20:50.112 INFO STEP 69 (ensure_dir) COMPLETE
101762026-08-27T18:20:51.177Z[ host-image] Aug 27 18:20:50.112 INFO O| Aug 27 18:20:50.112 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-27T18:20:51.184Z[ host-image] Aug 27 18:20:50.120 INFO O| Aug 27 18:20:50.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101782026-08-27T18:20:51.184Z[ host-image] Aug 27 18:20:50.120 INFO O| Aug 27 18:20:50.120 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101792026-08-27T18:20:51.519Z[ host-image] Aug 27 18:20:50.455 INFO O| Aug 27 18:20:50.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101802026-08-27T18:20:51.520Z[ host-image] Aug 27 18:20:50.455 INFO O| Aug 27 18:20:50.455 INFO ok!
101812026-08-27T18:20:51.520Z[ host-image] Aug 27 18:20:50.455 INFO O| Aug 27 18:20:50.455 INFO STEP 70 (ensure_file) COMPLETE
101822026-08-27T18:20:51.523Z[ host-image] Aug 27 18:20:50.455 INFO O| Aug 27 18:20:50.455 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-27T18:20:51.529Z[ host-image] Aug 27 18:20:50.465 INFO O| Aug 27 18:20:50.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101842026-08-27T18:20:51.529Z[ host-image] Aug 27 18:20:50.465 INFO O| Aug 27 18:20:50.465 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101852026-08-27T18:20:52.146Z[ host-image] Aug 27 18:20:51.081 INFO O| Aug 27 18:20:51.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101862026-08-27T18:20:52.146Z[ host-image] Aug 27 18:20:51.081 INFO O| Aug 27 18:20:51.081 INFO ok!
101872026-08-27T18:20:52.146Z[ host-image] Aug 27 18:20:51.081 INFO O| Aug 27 18:20:51.081 INFO STEP 71 (ensure_file) COMPLETE
101882026-08-27T18:20:52.150Z[ host-image] Aug 27 18:20:51.081 INFO O| Aug 27 18:20:51.081 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-27T18:20:52.155Z[ host-image] Aug 27 18:20:51.091 INFO O| Aug 27 18:20:51.091 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101902026-08-27T18:20:52.159Z[ host-image] Aug 27 18:20:51.091 INFO O| Aug 27 18:20:51.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101912026-08-27T18:20:52.159Z[ host-image] Aug 27 18:20:51.091 INFO O| Aug 27 18:20:51.091 INFO STEP 72 (ensure_dir) COMPLETE
101922026-08-27T18:20:52.159Z[ host-image] Aug 27 18:20:51.091 INFO O| Aug 27 18:20:51.091 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-27T18:20:52.163Z[ host-image] Aug 27 18:20:51.098 INFO O| Aug 27 18:20:51.098 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101942026-08-27T18:20:52.163Z[ host-image] Aug 27 18:20:51.098 INFO O| Aug 27 18:20:51.098 INFO copying /tmp/.tmp3ysJTo/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 ...
101952026-08-27T18:20:52.163Z[ host-image] Aug 27 18:20:51.098 INFO O| Aug 27 18:20:51.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101962026-08-27T18:20:52.163Z[ host-image] Aug 27 18:20:51.098 INFO O| Aug 27 18:20:51.098 INFO ok!
101972026-08-27T18:20:52.163Z[ host-image] Aug 27 18:20:51.098 INFO O| Aug 27 18:20:51.098 INFO STEP 73 (ensure_file) COMPLETE
101982026-08-27T18:20:52.163Z[ host-image] Aug 27 18:20:51.098 INFO O| Aug 27 18:20:51.098 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-08-27T18:20:52.171Z[ host-image] Aug 27 18:20:51.107 INFO O| Aug 27 18:20:51.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102002026-08-27T18:20:52.174Z[ host-image] Aug 27 18:20:51.107 INFO O| Aug 27 18:20:51.107 INFO copying /tmp/.tmp3ysJTo/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 ...
102012026-08-27T18:20:52.174Z[ host-image] Aug 27 18:20:51.107 INFO O| Aug 27 18:20:51.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102022026-08-27T18:20:52.175Z[ host-image] Aug 27 18:20:51.107 INFO O| Aug 27 18:20:51.107 INFO ok!
102032026-08-27T18:20:52.175Z[ host-image] Aug 27 18:20:51.107 INFO O| Aug 27 18:20:51.107 INFO STEP 74 (ensure_file) COMPLETE
102042026-08-27T18:20:52.175Z[ host-image] Aug 27 18:20:51.107 INFO O| Aug 27 18:20:51.107 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-27T18:20:52.180Z[ host-image] Aug 27 18:20:51.116 INFO O| Aug 27 18:20:51.116 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102062026-08-27T18:20:52.180Z[ host-image] Aug 27 18:20:51.116 INFO O| Aug 27 18:20:51.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102072026-08-27T18:20:52.183Z[ host-image] Aug 27 18:20:51.116 INFO O| Aug 27 18:20:51.116 INFO STEP 75 (ensure_dir) COMPLETE
102082026-08-27T18:20:52.183Z[ host-image] Aug 27 18:20:51.116 INFO O| Aug 27 18:20:51.116 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-27T18:20:52.189Z[ host-image] Aug 27 18:20:51.125 INFO O| Aug 27 18:20:51.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102102026-08-27T18:20:52.189Z[ host-image] Aug 27 18:20:51.125 INFO O| Aug 27 18:20:51.125 INFO copying /tmp/.tmp3ysJTo/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 ...
102112026-08-27T18:20:52.189Z[ host-image] Aug 27 18:20:51.125 INFO O| Aug 27 18:20:51.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102122026-08-27T18:20:52.193Z[ host-image] Aug 27 18:20:51.125 INFO O| Aug 27 18:20:51.125 INFO ok!
102132026-08-27T18:20:52.193Z[ host-image] Aug 27 18:20:51.125 INFO O| Aug 27 18:20:51.125 INFO STEP 76 (ensure_file) COMPLETE
102142026-08-27T18:20:52.193Z[ host-image] Aug 27 18:20:51.125 INFO O| Aug 27 18:20:51.125 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-27T18:20:52.198Z[ host-image] Aug 27 18:20:51.134 INFO O| Aug 27 18:20:51.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102162026-08-27T18:20:52.198Z[ host-image] Aug 27 18:20:51.134 INFO O| Aug 27 18:20:51.134 INFO copying /tmp/.tmp3ysJTo/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 ...
102172026-08-27T18:20:52.198Z[ host-image] Aug 27 18:20:51.134 INFO O| Aug 27 18:20:51.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102182026-08-27T18:20:52.202Z[ host-image] Aug 27 18:20:51.134 INFO O| Aug 27 18:20:51.134 INFO ok!
102192026-08-27T18:20:52.202Z[ host-image] Aug 27 18:20:51.134 INFO O| Aug 27 18:20:51.134 INFO STEP 77 (ensure_file) COMPLETE
102202026-08-27T18:20:52.202Z[ host-image] Aug 27 18:20:51.134 INFO O| Aug 27 18:20:51.134 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-27T18:20:52.206Z[ host-image] Aug 27 18:20:51.142 INFO O| Aug 27 18:20:51.142 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102222026-08-27T18:20:52.206Z[ host-image] Aug 27 18:20:51.142 INFO O| Aug 27 18:20:51.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102232026-08-27T18:20:52.209Z[ host-image] Aug 27 18:20:51.142 INFO O| Aug 27 18:20:51.142 INFO STEP 78 (ensure_dir) COMPLETE
102242026-08-27T18:20:52.210Z[ host-image] Aug 27 18:20:51.142 INFO O| Aug 27 18:20:51.142 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-27T18:20:52.213Z[ host-image] Aug 27 18:20:51.149 INFO O| Aug 27 18:20:51.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102262026-08-27T18:20:52.213Z[ host-image] Aug 27 18:20:51.149 INFO O| Aug 27 18:20:51.149 INFO copying /tmp/.tmp3ysJTo/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 ...
102272026-08-27T18:20:52.213Z[ host-image] Aug 27 18:20:51.149 INFO O| Aug 27 18:20:51.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102282026-08-27T18:20:52.213Z[ host-image] Aug 27 18:20:51.149 INFO O| Aug 27 18:20:51.149 INFO ok!
102292026-08-27T18:20:52.216Z[ host-image] Aug 27 18:20:51.149 INFO O| Aug 27 18:20:51.149 INFO STEP 79 (ensure_file) COMPLETE
102302026-08-27T18:20:52.217Z[ host-image] Aug 27 18:20:51.149 INFO O| Aug 27 18:20:51.149 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-27T18:20:52.222Z[ host-image] Aug 27 18:20:51.158 INFO O| Aug 27 18:20:51.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102322026-08-27T18:20:52.223Z[ host-image] Aug 27 18:20:51.158 INFO O| Aug 27 18:20:51.158 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102332026-08-27T18:20:52.223Z[ host-image] Aug 27 18:20:51.158 INFO O| Aug 27 18:20:51.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102342026-08-27T18:20:52.223Z[ host-image] Aug 27 18:20:51.158 INFO O| Aug 27 18:20:51.158 INFO ok!
102352026-08-27T18:20:52.223Z[ host-image] Aug 27 18:20:51.159 INFO O| Aug 27 18:20:51.158 INFO STEP 80 (ensure_file) COMPLETE
102362026-08-27T18:20:52.226Z[ host-image] Aug 27 18:20:51.159 INFO O| Aug 27 18:20:51.159 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-27T18:20:52.231Z[ host-image] Aug 27 18:20:51.167 INFO O| Aug 27 18:20:51.167 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102382026-08-27T18:20:52.234Z[ host-image] Aug 27 18:20:51.167 INFO O| Aug 27 18:20:51.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102392026-08-27T18:20:52.234Z[ host-image] Aug 27 18:20:51.167 INFO O| Aug 27 18:20:51.167 INFO STEP 81 (ensure_dir) COMPLETE
102402026-08-27T18:20:52.234Z[ host-image] Aug 27 18:20:51.167 INFO O| Aug 27 18:20:51.167 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-27T18:20:52.241Z[ host-image] Aug 27 18:20:51.176 INFO O| Aug 27 18:20:51.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102422026-08-27T18:20:52.241Z[ host-image] Aug 27 18:20:51.176 INFO O| Aug 27 18:20:51.176 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102432026-08-27T18:20:52.282Z[ recovery-image] Aug 27 18:20:51.210 INFO O| ok, image written!
102442026-08-27T18:20:52.288Z[ recovery-image] Aug 27 18:20:51.210 INFO O| ok, boot_image_csum file written!
102452026-08-27T18:20:52.295Z[ recovery-image] Aug 27 18:20:51.211 INFO creating boot archive (CPIO)...
102462026-08-27T18:20:52.305Z[ recovery-image] Aug 27 18:20:51.211 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
102472026-08-27T18:20:52.314Z[ recovery-image] Aug 27 18:20:51.221 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102482026-08-27T18:20:52.318Z[ recovery-image] Aug 27 18:20:51.221 INFO E| + outfile=/work/os-recovery/cpio
102492026-08-27T18:20:52.318Z[ recovery-image] Aug 27 18:20:51.221 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102502026-08-27T18:20:52.318Z[ recovery-image] Aug 27 18:20:51.225 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102512026-08-27T18:20:52.318Z[ recovery-image] Aug 27 18:20:51.226 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102522026-08-27T18:20:52.325Z[ recovery-image] Aug 27 18:20:51.256 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102532026-08-27T18:20:52.325Z[ recovery-image] Aug 27 18:20:51.256 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102542026-08-27T18:20:52.329Z[ recovery-image] Aug 27 18:20:51.263 INFO creating compressed cpio/unix for dev loaders...
102552026-08-27T18:20:52.329Z[ recovery-image] Aug 27 18:20:51.263 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
102562026-08-27T18:20:52.583Z[ recovery-image] Aug 27 18:20:51.514 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102572026-08-27T18:20:52.836Z[ host-image] Aug 27 18:20:51.771 INFO O| Aug 27 18:20:51.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102582026-08-27T18:20:52.836Z[ host-image] Aug 27 18:20:51.771 INFO O| Aug 27 18:20:51.771 INFO ok!
102592026-08-27T18:20:52.836Z[ host-image] Aug 27 18:20:51.771 INFO O| Aug 27 18:20:51.771 INFO STEP 82 (ensure_file) COMPLETE
102602026-08-27T18:20:52.836Z[ host-image] Aug 27 18:20:51.771 INFO O| Aug 27 18:20:51.771 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-27T18:20:52.844Z[ host-image] Aug 27 18:20:51.780 INFO O| Aug 27 18:20:51.780 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102622026-08-27T18:20:52.845Z[ host-image] Aug 27 18:20:51.780 INFO O| Aug 27 18:20:51.780 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102632026-08-27T18:20:53.130Z[ host-image] Aug 27 18:20:52.066 INFO O| Aug 27 18:20:52.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102642026-08-27T18:20:53.131Z[ host-image] Aug 27 18:20:52.066 INFO O| Aug 27 18:20:52.066 INFO ok!
102652026-08-27T18:20:53.131Z[ host-image] Aug 27 18:20:52.066 INFO O| Aug 27 18:20:52.066 INFO STEP 83 (ensure_file) COMPLETE
102662026-08-27T18:20:53.131Z[ host-image] Aug 27 18:20:52.066 INFO O| Aug 27 18:20:52.066 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-08-27T18:20:53.140Z[ host-image] Aug 27 18:20:52.076 INFO O| Aug 27 18:20:52.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102682026-08-27T18:20:53.141Z[ host-image] Aug 27 18:20:52.076 INFO O| Aug 27 18:20:52.076 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102692026-08-27T18:20:54.622Z[ host-image] Aug 27 18:20:53.558 INFO O| Aug 27 18:20:53.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102702026-08-27T18:20:54.622Z[ host-image] Aug 27 18:20:53.558 INFO O| Aug 27 18:20:53.558 INFO ok!
102712026-08-27T18:20:54.622Z[ host-image] Aug 27 18:20:53.558 INFO O| Aug 27 18:20:53.558 INFO STEP 84 (ensure_file) COMPLETE
102722026-08-27T18:20:54.626Z[ host-image] Aug 27 18:20:53.558 INFO O| Aug 27 18:20:53.558 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-27T18:20:54.631Z[ host-image] Aug 27 18:20:53.567 INFO O| Aug 27 18:20:53.567 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102742026-08-27T18:20:54.634Z[ host-image] Aug 27 18:20:53.567 INFO O| Aug 27 18:20:53.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102752026-08-27T18:20:54.634Z[ host-image] Aug 27 18:20:53.567 INFO O| Aug 27 18:20:53.567 INFO STEP 85 (ensure_dir) COMPLETE
102762026-08-27T18:20:54.634Z[ host-image] Aug 27 18:20:53.567 INFO O| Aug 27 18:20:53.567 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-27T18:20:54.641Z[ host-image] Aug 27 18:20:53.577 INFO O| Aug 27 18:20:53.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102782026-08-27T18:20:54.641Z[ host-image] Aug 27 18:20:53.577 INFO O| Aug 27 18:20:53.577 INFO copying /tmp/.tmp3ysJTo/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 ...
102792026-08-27T18:20:54.644Z[ host-image] Aug 27 18:20:53.577 INFO O| Aug 27 18:20:53.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102802026-08-27T18:20:54.644Z[ host-image] Aug 27 18:20:53.577 INFO O| Aug 27 18:20:53.577 INFO ok!
102812026-08-27T18:20:54.644Z[ host-image] Aug 27 18:20:53.577 INFO O| Aug 27 18:20:53.577 INFO STEP 86 (ensure_file) COMPLETE
102822026-08-27T18:20:54.644Z[ host-image] Aug 27 18:20:53.577 INFO O| Aug 27 18:20:53.577 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-27T18:20:54.650Z[ host-image] Aug 27 18:20:53.587 INFO O| Aug 27 18:20:53.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102842026-08-27T18:20:54.653Z[ host-image] Aug 27 18:20:53.587 INFO O| Aug 27 18:20:53.587 INFO copying /tmp/.tmp3ysJTo/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 ...
102852026-08-27T18:20:54.653Z[ host-image] Aug 27 18:20:53.587 INFO O| Aug 27 18:20:53.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102862026-08-27T18:20:54.654Z[ host-image] Aug 27 18:20:53.587 INFO O| Aug 27 18:20:53.587 INFO ok!
102872026-08-27T18:20:54.654Z[ host-image] Aug 27 18:20:53.587 INFO O| Aug 27 18:20:53.587 INFO STEP 87 (ensure_file) COMPLETE
102882026-08-27T18:20:54.654Z[ host-image] Aug 27 18:20:53.587 INFO O| Aug 27 18:20:53.587 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-08-27T18:20:54.659Z[ host-image] Aug 27 18:20:53.595 INFO O| Aug 27 18:20:53.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102902026-08-27T18:20:54.659Z[ host-image] Aug 27 18:20:53.595 INFO O| Aug 27 18:20:53.595 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102912026-08-27T18:20:54.662Z[ host-image] Aug 27 18:20:53.595 INFO O| Aug 27 18:20:53.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102922026-08-27T18:20:54.662Z[ host-image] Aug 27 18:20:53.595 INFO O| Aug 27 18:20:53.595 INFO ok!
102932026-08-27T18:20:54.662Z[ host-image] Aug 27 18:20:53.595 INFO O| Aug 27 18:20:53.595 INFO STEP 88 (ensure_file) COMPLETE
102942026-08-27T18:20:54.662Z[ host-image] Aug 27 18:20:53.595 INFO O| Aug 27 18:20:53.595 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-08-27T18:20:54.666Z[ host-image] Aug 27 18:20:53.603 INFO O| Aug 27 18:20:53.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102962026-08-27T18:20:54.666Z[ host-image] Aug 27 18:20:53.603 INFO O| Aug 27 18:20:53.603 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102972026-08-27T18:20:54.669Z[ host-image] Aug 27 18:20:53.603 INFO O| Aug 27 18:20:53.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102982026-08-27T18:20:54.669Z[ host-image] Aug 27 18:20:53.603 INFO O| Aug 27 18:20:53.603 INFO ok!
102992026-08-27T18:20:54.669Z[ host-image] Aug 27 18:20:53.603 INFO O| Aug 27 18:20:53.603 INFO STEP 89 (ensure_file) COMPLETE
103002026-08-27T18:20:54.669Z[ host-image] Aug 27 18:20:53.603 INFO O| Aug 27 18:20:53.603 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-27T18:20:54.673Z[ host-image] Aug 27 18:20:53.610 INFO O| Aug 27 18:20:53.610 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103022026-08-27T18:20:54.677Z[ host-image] Aug 27 18:20:53.610 INFO O| Aug 27 18:20:53.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103032026-08-27T18:20:54.677Z[ host-image] Aug 27 18:20:53.610 INFO O| Aug 27 18:20:53.610 INFO STEP 90 (ensure_dir) COMPLETE
103042026-08-27T18:20:54.677Z[ host-image] Aug 27 18:20:53.610 INFO O| Aug 27 18:20:53.610 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-27T18:20:54.684Z[ host-image] Aug 27 18:20:53.620 INFO O| Aug 27 18:20:53.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103062026-08-27T18:20:54.684Z[ host-image] Aug 27 18:20:53.620 INFO O| Aug 27 18:20:53.620 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103072026-08-27T18:20:54.850Z[ host-image] Aug 27 18:20:53.786 INFO O| Aug 27 18:20:53.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103082026-08-27T18:20:54.850Z[ host-image] Aug 27 18:20:53.786 INFO O| Aug 27 18:20:53.786 INFO ok!
103092026-08-27T18:20:54.853Z[ host-image] Aug 27 18:20:53.786 INFO O| Aug 27 18:20:53.786 INFO STEP 91 (ensure_file) COMPLETE
103102026-08-27T18:20:54.853Z[ host-image] Aug 27 18:20:53.786 INFO O| Aug 27 18:20:53.786 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-27T18:20:54.860Z[ host-image] Aug 27 18:20:53.796 INFO O| Aug 27 18:20:53.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103122026-08-27T18:20:54.860Z[ host-image] Aug 27 18:20:53.796 INFO O| Aug 27 18:20:53.796 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103132026-08-27T18:20:54.863Z[ host-image] Aug 27 18:20:53.796 INFO O| Aug 27 18:20:53.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103142026-08-27T18:20:54.863Z[ host-image] Aug 27 18:20:53.796 INFO O| Aug 27 18:20:53.796 INFO ok!
103152026-08-27T18:20:54.863Z[ host-image] Aug 27 18:20:53.796 INFO O| Aug 27 18:20:53.796 INFO STEP 92 (ensure_file) COMPLETE
103162026-08-27T18:20:54.863Z[ host-image] Aug 27 18:20:53.796 INFO O| Aug 27 18:20:53.796 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-08-27T18:20:54.869Z[ host-image] Aug 27 18:20:53.806 INFO O| Aug 27 18:20:53.805 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103182026-08-27T18:20:54.869Z[ host-image] Aug 27 18:20:53.806 INFO O| Aug 27 18:20:53.805 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103192026-08-27T18:20:55.305Z[ host-image] Aug 27 18:20:54.241 INFO O| Aug 27 18:20:54.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103202026-08-27T18:20:55.305Z[ host-image] Aug 27 18:20:54.241 INFO O| Aug 27 18:20:54.241 INFO ok!
103212026-08-27T18:20:55.306Z[ host-image] Aug 27 18:20:54.241 INFO O| Aug 27 18:20:54.241 INFO STEP 93 (ensure_file) COMPLETE
103222026-08-27T18:20:55.309Z[ host-image] Aug 27 18:20:54.241 INFO O| Aug 27 18:20:54.241 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-08-27T18:20:55.313Z[ host-image] Aug 27 18:20:54.250 INFO O| Aug 27 18:20:54.250 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103242026-08-27T18:20:55.313Z[ host-image] Aug 27 18:20:54.250 INFO O| Aug 27 18:20:54.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103252026-08-27T18:20:55.313Z[ host-image] Aug 27 18:20:54.250 INFO O| Aug 27 18:20:54.250 INFO STEP 94 (ensure_dir) COMPLETE
103262026-08-27T18:20:55.316Z[ host-image] Aug 27 18:20:54.250 INFO O| Aug 27 18:20:54.250 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-08-27T18:20:55.320Z[ host-image] Aug 27 18:20:54.256 INFO O| Aug 27 18:20:54.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103282026-08-27T18:20:55.323Z[ host-image] Aug 27 18:20:54.257 INFO O| Aug 27 18:20:54.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103292026-08-27T18:20:55.323Z[ host-image] Aug 27 18:20:54.257 INFO O| Aug 27 18:20:54.257 INFO STEP 95 (ensure_dir) COMPLETE
103302026-08-27T18:20:55.323Z[ host-image] Aug 27 18:20:54.257 INFO O| Aug 27 18:20:54.257 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-27T18:20:55.328Z[ host-image] Aug 27 18:20:54.264 INFO O| Aug 27 18:20:54.264 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103322026-08-27T18:20:55.328Z[ host-image] Aug 27 18:20:54.264 INFO O| Aug 27 18:20:54.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103332026-08-27T18:20:55.331Z[ host-image] Aug 27 18:20:54.264 INFO O| Aug 27 18:20:54.264 INFO STEP 96 (ensure_dir) COMPLETE
103342026-08-27T18:20:55.331Z[ host-image] Aug 27 18:20:54.264 INFO O| Aug 27 18:20:54.264 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-08-27T18:20:55.339Z[ host-image] Aug 27 18:20:54.275 INFO O| Aug 27 18:20:54.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103362026-08-27T18:20:55.342Z[ host-image] Aug 27 18:20:54.275 INFO O| Aug 27 18:20:54.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103372026-08-27T18:20:55.342Z[ host-image] Aug 27 18:20:54.275 INFO O| Aug 27 18:20:54.275 INFO STEP 97 (ensure_dir) COMPLETE
103382026-08-27T18:20:55.342Z[ host-image] Aug 27 18:20:54.275 INFO O| Aug 27 18:20:54.275 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-08-27T18:20:55.348Z[ host-image] Aug 27 18:20:54.284 INFO O| Aug 27 18:20:54.284 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103402026-08-27T18:20:55.348Z[ host-image] Aug 27 18:20:54.284 INFO O| Aug 27 18:20:54.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103412026-08-27T18:20:55.351Z[ host-image] Aug 27 18:20:54.284 INFO O| Aug 27 18:20:54.284 INFO STEP 98 (ensure_dir) COMPLETE
103422026-08-27T18:20:55.351Z[ host-image] Aug 27 18:20:54.284 INFO O| Aug 27 18:20:54.284 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-27T18:20:55.356Z[ host-image] Aug 27 18:20:54.292 INFO O| Aug 27 18:20:54.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103442026-08-27T18:20:55.356Z[ host-image] Aug 27 18:20:54.292 INFO O| Aug 27 18:20:54.292 INFO copying /tmp/.tmp3ysJTo/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 ...
103452026-08-27T18:20:55.359Z[ host-image] Aug 27 18:20:54.292 INFO O| Aug 27 18:20:54.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103462026-08-27T18:20:55.359Z[ host-image] Aug 27 18:20:54.292 INFO O| Aug 27 18:20:54.292 INFO ok!
103472026-08-27T18:20:55.359Z[ host-image] Aug 27 18:20:54.292 INFO O| Aug 27 18:20:54.292 INFO STEP 99 (ensure_file) COMPLETE
103482026-08-27T18:20:55.359Z[ host-image] Aug 27 18:20:54.292 INFO O| Aug 27 18:20:54.292 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-27T18:20:55.363Z[ host-image] Aug 27 18:20:54.299 INFO O| Aug 27 18:20:54.299 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103502026-08-27T18:20:55.363Z[ host-image] Aug 27 18:20:54.299 INFO O| Aug 27 18:20:54.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103512026-08-27T18:20:55.363Z[ host-image] Aug 27 18:20:54.299 INFO O| Aug 27 18:20:54.299 INFO STEP 100 (ensure_dir) COMPLETE
103522026-08-27T18:20:55.366Z[ host-image] Aug 27 18:20:54.299 INFO O| Aug 27 18:20:54.299 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-27T18:20:55.372Z[ host-image] Aug 27 18:20:54.308 INFO O| Aug 27 18:20:54.308 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103542026-08-27T18:20:55.372Z[ host-image] Aug 27 18:20:54.308 INFO O| Aug 27 18:20:54.308 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103552026-08-27T18:20:55.843Z[ host-image] Aug 27 18:20:54.779 INFO O| Aug 27 18:20:54.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103562026-08-27T18:20:55.843Z[ host-image] Aug 27 18:20:54.779 INFO O| Aug 27 18:20:54.779 INFO ok!
103572026-08-27T18:20:55.843Z[ host-image] Aug 27 18:20:54.779 INFO O| Aug 27 18:20:54.779 INFO STEP 101 (ensure_file) COMPLETE
103582026-08-27T18:20:55.847Z[ host-image] Aug 27 18:20:54.779 INFO O| Aug 27 18:20:54.779 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-08-27T18:20:55.853Z[ host-image] Aug 27 18:20:54.789 INFO O| Aug 27 18:20:54.789 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103602026-08-27T18:20:55.853Z[ host-image] Aug 27 18:20:54.789 INFO O| Aug 27 18:20:54.789 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103612026-08-27T18:20:55.856Z[ host-image] Aug 27 18:20:54.789 INFO O| Aug 27 18:20:54.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103622026-08-27T18:20:55.856Z[ host-image] Aug 27 18:20:54.789 INFO O| Aug 27 18:20:54.789 INFO ok!
103632026-08-27T18:20:55.856Z[ host-image] Aug 27 18:20:54.789 INFO O| Aug 27 18:20:54.789 INFO STEP 102 (ensure_file) COMPLETE
103642026-08-27T18:20:55.856Z[ host-image] Aug 27 18:20:54.789 INFO O| Aug 27 18:20:54.789 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-27T18:20:55.861Z[ host-image] Aug 27 18:20:54.797 INFO O| Aug 27 18:20:54.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103662026-08-27T18:20:55.861Z[ host-image] Aug 27 18:20:54.797 INFO O| Aug 27 18:20:54.797 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103672026-08-27T18:20:55.867Z[ host-image] Aug 27 18:20:54.804 INFO O| Aug 27 18:20:54.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103682026-08-27T18:20:55.867Z[ host-image] Aug 27 18:20:54.804 INFO O| Aug 27 18:20:54.804 INFO ok!
103692026-08-27T18:20:55.871Z[ host-image] Aug 27 18:20:54.804 INFO O| Aug 27 18:20:54.804 INFO STEP 103 (ensure_file) COMPLETE
103702026-08-27T18:20:55.871Z[ host-image] Aug 27 18:20:54.804 INFO O| Aug 27 18:20:54.804 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-27T18:20:55.878Z[ host-image] Aug 27 18:20:54.814 INFO O| Aug 27 18:20:54.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103722026-08-27T18:20:55.878Z[ host-image] Aug 27 18:20:54.814 INFO O| Aug 27 18:20:54.814 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103732026-08-27T18:20:55.881Z[ host-image] Aug 27 18:20:54.814 INFO O| Aug 27 18:20:54.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103742026-08-27T18:20:55.881Z[ host-image] Aug 27 18:20:54.814 INFO O| Aug 27 18:20:54.814 INFO ok!
103752026-08-27T18:20:55.881Z[ host-image] Aug 27 18:20:54.814 INFO O| Aug 27 18:20:54.814 INFO STEP 104 (ensure_file) COMPLETE
103762026-08-27T18:20:55.881Z[ host-image] Aug 27 18:20:54.814 INFO O| Aug 27 18:20:54.814 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-27T18:20:55.886Z[ host-image] Aug 27 18:20:54.822 INFO O| Aug 27 18:20:54.822 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103782026-08-27T18:20:55.886Z[ host-image] Aug 27 18:20:54.822 INFO O| Aug 27 18:20:54.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103792026-08-27T18:20:55.886Z[ host-image] Aug 27 18:20:54.823 INFO O| Aug 27 18:20:54.822 INFO STEP 105 (ensure_dir) COMPLETE
103802026-08-27T18:20:55.889Z[ host-image] Aug 27 18:20:54.823 INFO O| Aug 27 18:20:54.822 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-08-27T18:20:55.894Z[ host-image] Aug 27 18:20:54.830 INFO O| Aug 27 18:20:54.830 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103822026-08-27T18:20:55.894Z[ host-image] Aug 27 18:20:54.830 INFO O| Aug 27 18:20:54.830 INFO copying /tmp/.tmp3ysJTo/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 ...
103832026-08-27T18:20:56.202Z[ host-image] Aug 27 18:20:55.138 INFO O| Aug 27 18:20:55.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103842026-08-27T18:20:56.202Z[ host-image] Aug 27 18:20:55.138 INFO O| Aug 27 18:20:55.138 INFO ok!
103852026-08-27T18:20:56.202Z[ host-image] Aug 27 18:20:55.138 INFO O| Aug 27 18:20:55.138 INFO STEP 106 (ensure_file) COMPLETE
103862026-08-27T18:20:56.206Z[ host-image] Aug 27 18:20:55.138 INFO O| Aug 27 18:20:55.138 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-08-27T18:20:56.213Z[ host-image] Aug 27 18:20:55.149 INFO O| Aug 27 18:20:55.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103882026-08-27T18:20:56.213Z[ host-image] Aug 27 18:20:55.149 INFO O| Aug 27 18:20:55.149 INFO copying /tmp/.tmp3ysJTo/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 ...
103892026-08-27T18:20:56.216Z[ host-image] Aug 27 18:20:55.149 INFO O| Aug 27 18:20:55.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103902026-08-27T18:20:56.216Z[ host-image] Aug 27 18:20:55.149 INFO O| Aug 27 18:20:55.149 INFO ok!
103912026-08-27T18:20:56.216Z[ host-image] Aug 27 18:20:55.149 INFO O| Aug 27 18:20:55.149 INFO STEP 107 (ensure_file) COMPLETE
103922026-08-27T18:20:56.216Z[ host-image] Aug 27 18:20:55.149 INFO O| Aug 27 18:20:55.149 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-08-27T18:20:56.222Z[ host-image] Aug 27 18:20:55.158 INFO O| Aug 27 18:20:55.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103942026-08-27T18:20:56.222Z[ host-image] Aug 27 18:20:55.158 INFO O| Aug 27 18:20:55.158 INFO copying /tmp/.tmp3ysJTo/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 ...
103952026-08-27T18:20:56.222Z[ host-image] Aug 27 18:20:55.158 INFO O| Aug 27 18:20:55.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103962026-08-27T18:20:56.225Z[ host-image] Aug 27 18:20:55.158 INFO O| Aug 27 18:20:55.158 INFO ok!
103972026-08-27T18:20:56.225Z[ host-image] Aug 27 18:20:55.158 INFO O| Aug 27 18:20:55.158 INFO STEP 108 (ensure_file) COMPLETE
103982026-08-27T18:20:56.225Z[ host-image] Aug 27 18:20:55.158 INFO O| Aug 27 18:20:55.158 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-08-27T18:20:56.231Z[ host-image] Aug 27 18:20:55.167 INFO O| Aug 27 18:20:55.167 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104002026-08-27T18:20:56.231Z[ host-image] Aug 27 18:20:55.167 INFO O| Aug 27 18:20:55.167 INFO copying /tmp/.tmp3ysJTo/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 ...
104012026-08-27T18:20:56.235Z[ host-image] Aug 27 18:20:55.167 INFO O| Aug 27 18:20:55.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104022026-08-27T18:20:56.235Z[ host-image] Aug 27 18:20:55.168 INFO O| Aug 27 18:20:55.167 INFO ok!
104032026-08-27T18:20:56.235Z[ host-image] Aug 27 18:20:55.168 INFO O| Aug 27 18:20:55.167 INFO STEP 109 (ensure_file) COMPLETE
104042026-08-27T18:20:56.235Z[ host-image] Aug 27 18:20:55.168 INFO O| Aug 27 18:20:55.167 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-08-27T18:20:56.239Z[ host-image] Aug 27 18:20:55.176 INFO O| Aug 27 18:20:55.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104062026-08-27T18:20:56.239Z[ host-image] Aug 27 18:20:55.176 INFO O| Aug 27 18:20:55.176 INFO copying /tmp/.tmp3ysJTo/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 ...
104072026-08-27T18:20:56.242Z[ host-image] Aug 27 18:20:55.176 INFO O| Aug 27 18:20:55.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104082026-08-27T18:20:56.243Z[ host-image] Aug 27 18:20:55.176 INFO O| Aug 27 18:20:55.176 INFO ok!
104092026-08-27T18:20:56.243Z[ host-image] Aug 27 18:20:55.176 INFO O| Aug 27 18:20:55.176 INFO STEP 110 (ensure_file) COMPLETE
104102026-08-27T18:20:56.243Z[ host-image] Aug 27 18:20:55.176 INFO O| Aug 27 18:20:55.176 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-08-27T18:20:56.247Z[ host-image] Aug 27 18:20:55.183 INFO O| Aug 27 18:20:55.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104122026-08-27T18:20:56.250Z[ host-image] Aug 27 18:20:55.183 INFO O| Aug 27 18:20:55.183 INFO copying /tmp/.tmp3ysJTo/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 ...
104132026-08-27T18:20:56.250Z[ host-image] Aug 27 18:20:55.183 INFO O| Aug 27 18:20:55.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104142026-08-27T18:20:56.250Z[ host-image] Aug 27 18:20:55.183 INFO O| Aug 27 18:20:55.183 INFO ok!
104152026-08-27T18:20:56.250Z[ host-image] Aug 27 18:20:55.183 INFO O| Aug 27 18:20:55.183 INFO STEP 111 (ensure_file) COMPLETE
104162026-08-27T18:20:56.250Z[ host-image] Aug 27 18:20:55.183 INFO O| Aug 27 18:20:55.183 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-08-27T18:20:56.257Z[ host-image] Aug 27 18:20:55.193 INFO O| Aug 27 18:20:55.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104182026-08-27T18:20:56.257Z[ host-image] Aug 27 18:20:55.193 INFO O| Aug 27 18:20:55.193 INFO copying /tmp/.tmp3ysJTo/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 ...
104192026-08-27T18:20:56.260Z[ host-image] Aug 27 18:20:55.193 INFO O| Aug 27 18:20:55.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104202026-08-27T18:20:56.260Z[ host-image] Aug 27 18:20:55.193 INFO O| Aug 27 18:20:55.193 INFO ok!
104212026-08-27T18:20:56.260Z[ host-image] Aug 27 18:20:55.193 INFO O| Aug 27 18:20:55.193 INFO STEP 112 (ensure_file) COMPLETE
104222026-08-27T18:20:56.260Z[ host-image] Aug 27 18:20:55.193 INFO O| Aug 27 18:20:55.193 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-08-27T18:20:56.264Z[ host-image] Aug 27 18:20:55.201 INFO O| Aug 27 18:20:55.201 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104242026-08-27T18:20:56.265Z[ host-image] Aug 27 18:20:55.201 INFO O| Aug 27 18:20:55.201 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104252026-08-27T18:20:56.265Z[ host-image] Aug 27 18:20:55.201 INFO O| Aug 27 18:20:55.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104262026-08-27T18:20:56.268Z[ host-image] Aug 27 18:20:55.201 INFO O| Aug 27 18:20:55.201 INFO ok!
104272026-08-27T18:20:56.268Z[ host-image] Aug 27 18:20:55.201 INFO O| Aug 27 18:20:55.201 INFO STEP 113 (ensure_file) COMPLETE
104282026-08-27T18:20:56.268Z[ host-image] Aug 27 18:20:55.201 INFO O| Aug 27 18:20:55.201 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-08-27T18:20:56.273Z[ host-image] Aug 27 18:20:55.209 INFO O| Aug 27 18:20:55.209 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104302026-08-27T18:20:56.273Z[ host-image] Aug 27 18:20:55.209 INFO O| Aug 27 18:20:55.209 INFO copying /tmp/.tmp3ysJTo/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 ...
104312026-08-27T18:20:56.273Z[ host-image] Aug 27 18:20:55.209 INFO O| Aug 27 18:20:55.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104322026-08-27T18:20:56.273Z[ host-image] Aug 27 18:20:55.209 INFO O| Aug 27 18:20:55.209 INFO ok!
104332026-08-27T18:20:56.273Z[ host-image] Aug 27 18:20:55.209 INFO O| Aug 27 18:20:55.209 INFO STEP 114 (ensure_file) COMPLETE
104342026-08-27T18:20:56.276Z[ host-image] Aug 27 18:20:55.209 INFO O| Aug 27 18:20:55.209 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-08-27T18:20:56.281Z[ host-image] Aug 27 18:20:55.217 INFO O| Aug 27 18:20:55.217 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104362026-08-27T18:20:56.281Z[ host-image] Aug 27 18:20:55.217 INFO O| Aug 27 18:20:55.217 INFO copying /tmp/.tmp3ysJTo/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 ...
104372026-08-27T18:20:56.284Z[ host-image] Aug 27 18:20:55.217 INFO O| Aug 27 18:20:55.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104382026-08-27T18:20:56.284Z[ host-image] Aug 27 18:20:55.217 INFO O| Aug 27 18:20:55.217 INFO ok!
104392026-08-27T18:20:56.284Z[ host-image] Aug 27 18:20:55.217 INFO O| Aug 27 18:20:55.217 INFO STEP 115 (ensure_file) COMPLETE
104402026-08-27T18:20:56.284Z[ host-image] Aug 27 18:20:55.217 INFO O| Aug 27 18:20:55.217 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-08-27T18:20:56.289Z[ host-image] Aug 27 18:20:55.226 INFO O| Aug 27 18:20:55.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104422026-08-27T18:20:56.292Z[ host-image] Aug 27 18:20:55.226 INFO O| Aug 27 18:20:55.226 INFO copying /tmp/.tmp3ysJTo/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 ...
104432026-08-27T18:20:56.292Z[ host-image] Aug 27 18:20:55.226 INFO O| Aug 27 18:20:55.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104442026-08-27T18:20:56.293Z[ host-image] Aug 27 18:20:55.226 INFO O| Aug 27 18:20:55.226 INFO ok!
104452026-08-27T18:20:56.293Z[ host-image] Aug 27 18:20:55.226 INFO O| Aug 27 18:20:55.226 INFO STEP 116 (ensure_file) COMPLETE
104462026-08-27T18:20:56.293Z[ host-image] Aug 27 18:20:55.226 INFO O| Aug 27 18:20:55.226 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-08-27T18:20:56.297Z[ host-image] Aug 27 18:20:55.234 INFO O| Aug 27 18:20:55.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104482026-08-27T18:20:56.301Z[ host-image] Aug 27 18:20:55.234 INFO O| Aug 27 18:20:55.234 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104492026-08-27T18:20:56.301Z[ host-image] Aug 27 18:20:55.234 INFO O| Aug 27 18:20:55.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104502026-08-27T18:20:56.301Z[ host-image] Aug 27 18:20:55.234 INFO O| Aug 27 18:20:55.234 INFO ok!
104512026-08-27T18:20:56.301Z[ host-image] Aug 27 18:20:55.234 INFO O| Aug 27 18:20:55.234 INFO STEP 117 (ensure_file) COMPLETE
104522026-08-27T18:20:56.301Z[ host-image] Aug 27 18:20:55.234 INFO O| Aug 27 18:20:55.234 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-08-27T18:20:56.306Z[ host-image] Aug 27 18:20:55.242 INFO O| Aug 27 18:20:55.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104542026-08-27T18:20:56.306Z[ host-image] Aug 27 18:20:55.242 INFO O| Aug 27 18:20:55.242 INFO copying /tmp/.tmp3ysJTo/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 ...
104552026-08-27T18:20:56.309Z[ host-image] Aug 27 18:20:55.242 INFO O| Aug 27 18:20:55.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104562026-08-27T18:20:56.309Z[ host-image] Aug 27 18:20:55.242 INFO O| Aug 27 18:20:55.242 INFO ok!
104572026-08-27T18:20:56.309Z[ host-image] Aug 27 18:20:55.242 INFO O| Aug 27 18:20:55.242 INFO STEP 118 (ensure_file) COMPLETE
104582026-08-27T18:20:56.309Z[ host-image] Aug 27 18:20:55.242 INFO O| Aug 27 18:20:55.242 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-08-27T18:20:56.314Z[ host-image] Aug 27 18:20:55.250 INFO O| Aug 27 18:20:55.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104602026-08-27T18:20:56.314Z[ host-image] Aug 27 18:20:55.250 INFO O| Aug 27 18:20:55.250 INFO copying /tmp/.tmp3ysJTo/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 ...
104612026-08-27T18:20:56.317Z[ host-image] Aug 27 18:20:55.250 INFO O| Aug 27 18:20:55.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104622026-08-27T18:20:56.317Z[ host-image] Aug 27 18:20:55.250 INFO O| Aug 27 18:20:55.250 INFO ok!
104632026-08-27T18:20:56.317Z[ host-image] Aug 27 18:20:55.250 INFO O| Aug 27 18:20:55.250 INFO STEP 119 (ensure_file) COMPLETE
104642026-08-27T18:20:56.317Z[ host-image] Aug 27 18:20:55.250 INFO O| Aug 27 18:20:55.250 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-08-27T18:20:56.322Z[ host-image] Aug 27 18:20:55.258 INFO O| Aug 27 18:20:55.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104662026-08-27T18:20:56.322Z[ host-image] Aug 27 18:20:55.258 INFO O| Aug 27 18:20:55.258 INFO copying /tmp/.tmp3ysJTo/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 ...
104672026-08-27T18:20:56.325Z[ host-image] Aug 27 18:20:55.259 INFO O| Aug 27 18:20:55.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104682026-08-27T18:20:56.325Z[ host-image] Aug 27 18:20:55.259 INFO O| Aug 27 18:20:55.259 INFO ok!
104692026-08-27T18:20:56.325Z[ host-image] Aug 27 18:20:55.259 INFO O| Aug 27 18:20:55.259 INFO STEP 120 (ensure_file) COMPLETE
104702026-08-27T18:20:56.325Z[ host-image] Aug 27 18:20:55.259 INFO O| Aug 27 18:20:55.259 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-08-27T18:20:56.329Z[ host-image] Aug 27 18:20:55.266 INFO O| Aug 27 18:20:55.266 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104722026-08-27T18:20:56.330Z[ host-image] Aug 27 18:20:55.266 INFO O| Aug 27 18:20:55.266 INFO copying /tmp/.tmp3ysJTo/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 ...
104732026-08-27T18:20:56.333Z[ host-image] Aug 27 18:20:55.266 INFO O| Aug 27 18:20:55.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104742026-08-27T18:20:56.333Z[ host-image] Aug 27 18:20:55.266 INFO O| Aug 27 18:20:55.266 INFO ok!
104752026-08-27T18:20:56.333Z[ host-image] Aug 27 18:20:55.266 INFO O| Aug 27 18:20:55.266 INFO STEP 121 (ensure_file) COMPLETE
104762026-08-27T18:20:56.333Z[ host-image] Aug 27 18:20:55.266 INFO O| Aug 27 18:20:55.266 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-08-27T18:20:56.336Z[ host-image] Aug 27 18:20:55.273 INFO O| Aug 27 18:20:55.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104782026-08-27T18:20:56.336Z[ host-image] Aug 27 18:20:55.273 INFO O| Aug 27 18:20:55.273 INFO copying /tmp/.tmp3ysJTo/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 ...
104792026-08-27T18:20:56.339Z[ host-image] Aug 27 18:20:55.273 INFO O| Aug 27 18:20:55.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104802026-08-27T18:20:56.339Z[ host-image] Aug 27 18:20:55.273 INFO O| Aug 27 18:20:55.273 INFO ok!
104812026-08-27T18:20:56.339Z[ host-image] Aug 27 18:20:55.273 INFO O| Aug 27 18:20:55.273 INFO STEP 122 (ensure_file) COMPLETE
104822026-08-27T18:20:56.339Z[ host-image] Aug 27 18:20:55.273 INFO O| Aug 27 18:20:55.273 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-08-27T18:20:56.343Z[ host-image] Aug 27 18:20:55.279 INFO O| Aug 27 18:20:55.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104842026-08-27T18:20:56.343Z[ host-image] Aug 27 18:20:55.279 INFO O| Aug 27 18:20:55.279 INFO copying /tmp/.tmp3ysJTo/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 ...
104852026-08-27T18:20:56.346Z[ host-image] Aug 27 18:20:55.279 INFO O| Aug 27 18:20:55.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104862026-08-27T18:20:56.346Z[ host-image] Aug 27 18:20:55.279 INFO O| Aug 27 18:20:55.279 INFO ok!
104872026-08-27T18:20:56.346Z[ host-image] Aug 27 18:20:55.279 INFO O| Aug 27 18:20:55.279 INFO STEP 123 (ensure_file) COMPLETE
104882026-08-27T18:20:56.346Z[ host-image] Aug 27 18:20:55.279 INFO O| Aug 27 18:20:55.279 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-08-27T18:20:56.350Z[ host-image] Aug 27 18:20:55.286 INFO O| Aug 27 18:20:55.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104902026-08-27T18:20:56.350Z[ host-image] Aug 27 18:20:55.286 INFO O| Aug 27 18:20:55.286 INFO copying /tmp/.tmp3ysJTo/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 ...
104912026-08-27T18:20:56.353Z[ host-image] Aug 27 18:20:55.286 INFO O| Aug 27 18:20:55.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104922026-08-27T18:20:56.353Z[ host-image] Aug 27 18:20:55.286 INFO O| Aug 27 18:20:55.286 INFO ok!
104932026-08-27T18:20:56.353Z[ host-image] Aug 27 18:20:55.286 INFO O| Aug 27 18:20:55.286 INFO STEP 124 (ensure_file) COMPLETE
104942026-08-27T18:20:56.353Z[ host-image] Aug 27 18:20:55.286 INFO O| Aug 27 18:20:55.286 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-08-27T18:20:56.359Z[ host-image] Aug 27 18:20:55.295 INFO O| Aug 27 18:20:55.295 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104962026-08-27T18:20:56.362Z[ host-image] Aug 27 18:20:55.296 INFO O| Aug 27 18:20:55.295 INFO copying /tmp/.tmp3ysJTo/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 ...
104972026-08-27T18:20:56.362Z[ host-image] Aug 27 18:20:55.296 INFO O| Aug 27 18:20:55.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104982026-08-27T18:20:56.362Z[ host-image] Aug 27 18:20:55.296 INFO O| Aug 27 18:20:55.296 INFO ok!
104992026-08-27T18:20:56.362Z[ host-image] Aug 27 18:20:55.296 INFO O| Aug 27 18:20:55.296 INFO STEP 125 (ensure_file) COMPLETE
105002026-08-27T18:20:56.362Z[ host-image] Aug 27 18:20:55.296 INFO O| Aug 27 18:20:55.296 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-08-27T18:20:56.366Z[ host-image] Aug 27 18:20:55.302 INFO O| Aug 27 18:20:55.302 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105022026-08-27T18:20:56.369Z[ host-image] Aug 27 18:20:55.302 INFO O| Aug 27 18:20:55.302 INFO copying /tmp/.tmp3ysJTo/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 ...
105032026-08-27T18:20:56.369Z[ host-image] Aug 27 18:20:55.302 INFO O| Aug 27 18:20:55.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105042026-08-27T18:20:56.369Z[ host-image] Aug 27 18:20:55.302 INFO O| Aug 27 18:20:55.302 INFO ok!
105052026-08-27T18:20:56.369Z[ host-image] Aug 27 18:20:55.302 INFO O| Aug 27 18:20:55.302 INFO STEP 126 (ensure_file) COMPLETE
105062026-08-27T18:20:56.369Z[ host-image] Aug 27 18:20:55.302 INFO O| Aug 27 18:20:55.302 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-08-27T18:20:56.373Z[ host-image] Aug 27 18:20:55.310 INFO O| Aug 27 18:20:55.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105082026-08-27T18:20:56.373Z[ host-image] Aug 27 18:20:55.310 INFO O| Aug 27 18:20:55.310 INFO copying /tmp/.tmp3ysJTo/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 ...
105092026-08-27T18:20:56.377Z[ host-image] Aug 27 18:20:55.310 INFO O| Aug 27 18:20:55.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105102026-08-27T18:20:56.377Z[ host-image] Aug 27 18:20:55.310 INFO O| Aug 27 18:20:55.310 INFO ok!
105112026-08-27T18:20:56.377Z[ host-image] Aug 27 18:20:55.310 INFO O| Aug 27 18:20:55.310 INFO STEP 127 (ensure_file) COMPLETE
105122026-08-27T18:20:56.377Z[ host-image] Aug 27 18:20:55.310 INFO O| Aug 27 18:20:55.310 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-08-27T18:20:56.382Z[ host-image] Aug 27 18:20:55.318 INFO O| Aug 27 18:20:55.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105142026-08-27T18:20:56.382Z[ host-image] Aug 27 18:20:55.318 INFO O| Aug 27 18:20:55.318 INFO copying /tmp/.tmp3ysJTo/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 ...
105152026-08-27T18:20:56.385Z[ host-image] Aug 27 18:20:55.318 INFO O| Aug 27 18:20:55.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105162026-08-27T18:20:56.385Z[ host-image] Aug 27 18:20:55.318 INFO O| Aug 27 18:20:55.318 INFO ok!
105172026-08-27T18:20:56.385Z[ host-image] Aug 27 18:20:55.318 INFO O| Aug 27 18:20:55.318 INFO STEP 128 (ensure_file) COMPLETE
105182026-08-27T18:20:56.385Z[ host-image] Aug 27 18:20:55.318 INFO O| Aug 27 18:20:55.318 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-08-27T18:20:56.390Z[ host-image] Aug 27 18:20:55.326 INFO O| Aug 27 18:20:55.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105202026-08-27T18:20:56.390Z[ host-image] Aug 27 18:20:55.326 INFO O| Aug 27 18:20:55.326 INFO copying /tmp/.tmp3ysJTo/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 ...
105212026-08-27T18:20:56.393Z[ host-image] Aug 27 18:20:55.326 INFO O| Aug 27 18:20:55.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105222026-08-27T18:20:56.393Z[ host-image] Aug 27 18:20:55.326 INFO O| Aug 27 18:20:55.326 INFO ok!
105232026-08-27T18:20:56.393Z[ host-image] Aug 27 18:20:55.326 INFO O| Aug 27 18:20:55.326 INFO STEP 129 (ensure_file) COMPLETE
105242026-08-27T18:20:56.393Z[ host-image] Aug 27 18:20:55.326 INFO O| Aug 27 18:20:55.326 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-08-27T18:20:56.398Z[ host-image] Aug 27 18:20:55.334 INFO O| Aug 27 18:20:55.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105262026-08-27T18:20:56.398Z[ host-image] Aug 27 18:20:55.334 INFO O| Aug 27 18:20:55.334 INFO copying /tmp/.tmp3ysJTo/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 ...
105272026-08-27T18:20:56.401Z[ host-image] Aug 27 18:20:55.334 INFO O| Aug 27 18:20:55.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105282026-08-27T18:20:56.401Z[ host-image] Aug 27 18:20:55.334 INFO O| Aug 27 18:20:55.334 INFO ok!
105292026-08-27T18:20:56.401Z[ host-image] Aug 27 18:20:55.334 INFO O| Aug 27 18:20:55.334 INFO STEP 130 (ensure_file) COMPLETE
105302026-08-27T18:20:56.401Z[ host-image] Aug 27 18:20:55.334 INFO O| Aug 27 18:20:55.334 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-08-27T18:20:56.406Z[ host-image] Aug 27 18:20:55.342 INFO O| Aug 27 18:20:55.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105322026-08-27T18:20:56.406Z[ host-image] Aug 27 18:20:55.342 INFO O| Aug 27 18:20:55.342 INFO copying /tmp/.tmp3ysJTo/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 ...
105332026-08-27T18:20:56.409Z[ host-image] Aug 27 18:20:55.342 INFO O| Aug 27 18:20:55.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105342026-08-27T18:20:56.409Z[ host-image] Aug 27 18:20:55.342 INFO O| Aug 27 18:20:55.342 INFO ok!
105352026-08-27T18:20:56.409Z[ host-image] Aug 27 18:20:55.342 INFO O| Aug 27 18:20:55.342 INFO STEP 131 (ensure_file) COMPLETE
105362026-08-27T18:20:56.409Z[ host-image] Aug 27 18:20:55.342 INFO O| Aug 27 18:20:55.342 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-08-27T18:20:56.414Z[ host-image] Aug 27 18:20:55.351 INFO O| Aug 27 18:20:55.351 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105382026-08-27T18:20:56.414Z[ host-image] Aug 27 18:20:55.351 INFO O| Aug 27 18:20:55.351 INFO copying /tmp/.tmp3ysJTo/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 ...
105392026-08-27T18:20:56.418Z[ host-image] Aug 27 18:20:55.351 INFO O| Aug 27 18:20:55.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105402026-08-27T18:20:56.418Z[ host-image] Aug 27 18:20:55.351 INFO O| Aug 27 18:20:55.351 INFO ok!
105412026-08-27T18:20:56.418Z[ host-image] Aug 27 18:20:55.351 INFO O| Aug 27 18:20:55.351 INFO STEP 132 (ensure_file) COMPLETE
105422026-08-27T18:20:56.418Z[ host-image] Aug 27 18:20:55.351 INFO O| Aug 27 18:20:55.351 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-08-27T18:20:56.423Z[ host-image] Aug 27 18:20:55.359 INFO O| Aug 27 18:20:55.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105442026-08-27T18:20:56.423Z[ host-image] Aug 27 18:20:55.359 INFO O| Aug 27 18:20:55.359 INFO copying /tmp/.tmp3ysJTo/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 ...
105452026-08-27T18:20:56.427Z[ host-image] Aug 27 18:20:55.359 INFO O| Aug 27 18:20:55.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105462026-08-27T18:20:56.427Z[ host-image] Aug 27 18:20:55.359 INFO O| Aug 27 18:20:55.359 INFO ok!
105472026-08-27T18:20:56.427Z[ host-image] Aug 27 18:20:55.359 INFO O| Aug 27 18:20:55.359 INFO STEP 133 (ensure_file) COMPLETE
105482026-08-27T18:20:56.427Z[ host-image] Aug 27 18:20:55.359 INFO O| Aug 27 18:20:55.359 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-27T18:20:56.431Z[ host-image] Aug 27 18:20:55.367 INFO O| Aug 27 18:20:55.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105502026-08-27T18:20:56.431Z[ host-image] Aug 27 18:20:55.367 INFO O| Aug 27 18:20:55.367 INFO copying /tmp/.tmp3ysJTo/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 ...
105512026-08-27T18:20:56.434Z[ host-image] Aug 27 18:20:55.368 INFO O| Aug 27 18:20:55.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105522026-08-27T18:20:56.434Z[ host-image] Aug 27 18:20:55.368 INFO O| Aug 27 18:20:55.367 INFO ok!
105532026-08-27T18:20:56.434Z[ host-image] Aug 27 18:20:55.368 INFO O| Aug 27 18:20:55.367 INFO STEP 134 (ensure_file) COMPLETE
105542026-08-27T18:20:56.435Z[ host-image] Aug 27 18:20:55.368 INFO O| Aug 27 18:20:55.367 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-08-27T18:20:56.440Z[ host-image] Aug 27 18:20:55.376 INFO O| Aug 27 18:20:55.376 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105562026-08-27T18:20:56.440Z[ host-image] Aug 27 18:20:55.376 INFO O| Aug 27 18:20:55.376 INFO copying /tmp/.tmp3ysJTo/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 ...
105572026-08-27T18:20:56.443Z[ host-image] Aug 27 18:20:55.376 INFO O| Aug 27 18:20:55.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105582026-08-27T18:20:56.443Z[ host-image] Aug 27 18:20:55.376 INFO O| Aug 27 18:20:55.376 INFO ok!
105592026-08-27T18:20:56.443Z[ host-image] Aug 27 18:20:55.376 INFO O| Aug 27 18:20:55.376 INFO STEP 135 (ensure_file) COMPLETE
105602026-08-27T18:20:56.443Z[ host-image] Aug 27 18:20:55.376 INFO O| Aug 27 18:20:55.376 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-27T18:20:56.447Z[ recovery-image] Aug 27 18:20:55.383 INFO creating reset image...
105622026-08-27T18:20:56.450Z[ recovery-image] Aug 27 18:20:55.384 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")
105632026-08-27T18:20:56.450Z[ host-image] Aug 27 18:20:55.385 INFO O| Aug 27 18:20:55.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105642026-08-27T18:20:56.450Z[ host-image] Aug 27 18:20:55.385 INFO O| Aug 27 18:20:55.385 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105652026-08-27T18:20:56.450Z[ host-image] Aug 27 18:20:55.385 INFO O| Aug 27 18:20:55.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105662026-08-27T18:20:56.451Z[ host-image] Aug 27 18:20:55.385 INFO O| Aug 27 18:20:55.385 INFO ok!
105672026-08-27T18:20:56.451Z[ host-image] Aug 27 18:20:55.385 INFO O| Aug 27 18:20:55.385 INFO STEP 136 (ensure_file) COMPLETE
105682026-08-27T18:20:56.451Z[ host-image] Aug 27 18:20:55.385 INFO O| Aug 27 18:20:55.385 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105692026-08-27T18:20:56.457Z[ host-image] Aug 27 18:20:55.393 INFO O| Aug 27 18:20:55.393 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105702026-08-27T18:20:56.457Z[ host-image] Aug 27 18:20:55.393 INFO O| Aug 27 18:20:55.393 INFO copying /tmp/.tmp3ysJTo/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 ...
105712026-08-27T18:20:56.460Z[ host-image] Aug 27 18:20:55.393 INFO O| Aug 27 18:20:55.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105722026-08-27T18:20:56.460Z[ host-image] Aug 27 18:20:55.393 INFO O| Aug 27 18:20:55.393 INFO ok!
105732026-08-27T18:20:56.460Z[ host-image] Aug 27 18:20:55.393 INFO O| Aug 27 18:20:55.393 INFO STEP 137 (ensure_file) COMPLETE
105742026-08-27T18:20:56.460Z[ host-image] Aug 27 18:20:55.393 INFO O| Aug 27 18:20:55.393 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-08-27T18:20:56.465Z[ host-image] Aug 27 18:20:55.401 INFO O| Aug 27 18:20:55.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105762026-08-27T18:20:56.465Z[ host-image] Aug 27 18:20:55.401 INFO O| Aug 27 18:20:55.401 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105772026-08-27T18:20:56.468Z[ host-image] Aug 27 18:20:55.401 INFO O| Aug 27 18:20:55.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105782026-08-27T18:20:56.468Z[ host-image] Aug 27 18:20:55.401 INFO O| Aug 27 18:20:55.401 INFO ok!
105792026-08-27T18:20:56.468Z[ host-image] Aug 27 18:20:55.401 INFO O| Aug 27 18:20:55.401 INFO STEP 138 (ensure_file) COMPLETE
105802026-08-27T18:20:56.468Z[ host-image] Aug 27 18:20:55.401 INFO O| Aug 27 18:20:55.401 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-08-27T18:20:56.474Z[ host-image] Aug 27 18:20:55.411 INFO O| Aug 27 18:20:55.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105822026-08-27T18:20:56.474Z[ host-image] Aug 27 18:20:55.411 INFO O| Aug 27 18:20:55.411 INFO copying /tmp/.tmp3ysJTo/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105832026-08-27T18:20:56.744Z[ recovery-image] Aug 27 18:20:55.680 INFO E| Updating crates.io index
105842026-08-27T18:20:57.054Z[ recovery-image] Aug 27 18:20:55.990 INFO E| Downloading crates ...
105852026-08-27T18:20:57.101Z[ recovery-image] Aug 27 18:20:56.037 INFO E| Downloaded clap_lex v1.1.0
105862026-08-27T18:20:57.104Z[ recovery-image] Aug 27 18:20:56.039 INFO E| Downloaded shared_child v1.1.1
105872026-08-27T18:20:57.104Z[ recovery-image] Aug 27 18:20:56.040 INFO E| Downloaded colorchoice v1.0.5
105882026-08-27T18:20:57.108Z[ recovery-image] Aug 27 18:20:56.044 INFO E| Downloaded os_pipe v1.2.3
105892026-08-27T18:20:57.111Z[ recovery-image] Aug 27 18:20:56.045 INFO E| Downloaded shared_thread v0.2.0
105902026-08-27T18:20:57.111Z[ recovery-image] Aug 27 18:20:56.047 INFO E| Downloaded duct v1.1.1
105912026-08-27T18:20:57.114Z[ recovery-image] Aug 27 18:20:56.048 INFO E| Downloaded sigchld v0.2.4
105922026-08-27T18:20:57.155Z[ recovery-image] Aug 27 18:20:56.091 INFO E| Compiling libc v0.2.186
105932026-08-27T18:20:57.155Z[ recovery-image] Aug 27 18:20:56.091 INFO E| Compiling proc-macro2 v1.0.106
105942026-08-27T18:20:57.159Z[ recovery-image] Aug 27 18:20:56.091 INFO E| Compiling unicode-ident v1.0.24
105952026-08-27T18:20:57.159Z[ recovery-image] Aug 27 18:20:56.091 INFO E| Compiling quote v1.0.45
105962026-08-27T18:20:57.159Z[ recovery-image] Aug 27 18:20:56.091 INFO E| Compiling signal-hook v0.3.18
105972026-08-27T18:20:57.159Z[ recovery-image] Aug 27 18:20:56.091 INFO E| Compiling utf8parse v0.2.2
105982026-08-27T18:20:57.159Z[ recovery-image] Aug 27 18:20:56.092 INFO E| Compiling is_terminal_polyfill v1.70.2
105992026-08-27T18:20:57.159Z[ recovery-image] Aug 27 18:20:56.092 INFO E| Compiling anstyle v1.0.14
106002026-08-27T18:20:57.159Z[ recovery-image] Aug 27 18:20:56.092 INFO E| Compiling anstyle-query v1.1.5
106012026-08-27T18:20:57.168Z[ recovery-image] Aug 27 18:20:56.105 INFO E| Compiling colorchoice v1.0.5
106022026-08-27T18:20:57.172Z[ recovery-image] Aug 27 18:20:56.105 INFO E| Compiling heck v0.5.0
106032026-08-27T18:20:57.172Z[ recovery-image] Aug 27 18:20:56.107 INFO E| Compiling strsim v0.11.1
106042026-08-27T18:20:57.172Z[ recovery-image] Aug 27 18:20:56.107 INFO E| Compiling clap_lex v1.1.0
106052026-08-27T18:20:57.172Z[ recovery-image] Aug 27 18:20:56.107 INFO E| Compiling shared_thread v0.2.0
106062026-08-27T18:20:57.347Z[ recovery-image] Aug 27 18:20:56.281 INFO E| Compiling anstyle-parse v1.0.0
106072026-08-27T18:20:57.517Z[ recovery-image] Aug 27 18:20:56.453 INFO E| Compiling anstream v1.0.0
106082026-08-27T18:20:57.769Z[ recovery-image] Aug 27 18:20:56.705 INFO E| Compiling clap_builder v4.6.0
106092026-08-27T18:20:58.085Z[ recovery-image] Aug 27 18:20:57.021 INFO E| Compiling errno v0.3.14
106102026-08-27T18:20:58.085Z[ recovery-image] Aug 27 18:20:57.021 INFO E| Compiling os_pipe v1.2.3
106112026-08-27T18:20:58.196Z[ recovery-image] Aug 27 18:20:57.132 INFO E| Compiling signal-hook-registry v1.4.8
106122026-08-27T18:20:58.457Z[ recovery-image] Aug 27 18:20:57.393 INFO E| Compiling syn v2.0.117
106132026-08-27T18:20:58.523Z[ recovery-image] Aug 27 18:20:57.459 INFO E| Compiling sigchld v0.2.4
106142026-08-27T18:20:58.636Z[ recovery-image] Aug 27 18:20:57.570 INFO E| Compiling shared_child v1.1.1
106152026-08-27T18:20:58.762Z[ recovery-image] Aug 27 18:20:57.698 INFO E| Compiling duct v1.1.1
106162026-08-27T18:21:00.977Z[ recovery-image] Aug 27 18:20:59.913 INFO E| Compiling clap_derive v4.6.1
106172026-08-27T18:21:02.576Z[ recovery-image] Aug 27 18:21:01.511 INFO E| Compiling clap v4.6.1
106182026-08-27T18:21:02.652Z[ recovery-image] Aug 27 18:21:01.588 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106192026-08-27T18:21:03.742Z[ recovery-image] Aug 27 18:21:02.678 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.24s
106202026-08-27T18:21:03.750Z[ recovery-image] Aug 27 18:21:02.686 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106212026-08-27T18:21:03.761Z[ host-image] Aug 27 18:21:02.697 INFO O| Aug 27 18:21:02.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106222026-08-27T18:21:03.761Z[ host-image] Aug 27 18:21:02.697 INFO O| Aug 27 18:21:02.697 INFO ok!
106232026-08-27T18:21:03.761Z[ host-image] Aug 27 18:21:02.697 INFO O| Aug 27 18:21:02.697 INFO STEP 139 (ensure_file) COMPLETE
106242026-08-27T18:21:03.764Z[ host-image] Aug 27 18:21:02.697 INFO O| Aug 27 18:21:02.697 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106252026-08-27T18:21:03.769Z[ host-image] Aug 27 18:21:02.705 INFO O| Aug 27 18:21:02.705 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106262026-08-27T18:21:03.769Z[ host-image] Aug 27 18:21:02.705 INFO O| Aug 27 18:21:02.705 INFO STEP 140 (ensure_dir) COMPLETE
106272026-08-27T18:21:03.772Z[ host-image] Aug 27 18:21:02.705 INFO O| Aug 27 18:21:02.705 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106282026-08-27T18:21:03.778Z[ host-image] Aug 27 18:21:02.714 INFO O| Aug 27 18:21:02.714 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106292026-08-27T18:21:03.781Z[ host-image] Aug 27 18:21:02.714 INFO O| Aug 27 18:21:02.714 INFO STEP 141 (ensure_dir) COMPLETE
106302026-08-27T18:21:03.781Z[ host-image] Aug 27 18:21:02.714 INFO O| Aug 27 18:21:02.714 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106312026-08-27T18:21:03.786Z[ host-image] Aug 27 18:21:02.722 INFO O| Aug 27 18:21:02.722 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106322026-08-27T18:21:03.786Z[ host-image] Aug 27 18:21:02.722 INFO O| Aug 27 18:21:02.722 INFO STEP 142 (ensure_dir) COMPLETE
106332026-08-27T18:21:03.789Z[ host-image] Aug 27 18:21:02.722 INFO O| Aug 27 18:21:02.722 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106342026-08-27T18:21:03.793Z[ host-image] Aug 27 18:21:02.729 INFO O| Aug 27 18:21:02.729 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106352026-08-27T18:21:03.793Z[ host-image] Aug 27 18:21:02.729 INFO O| Aug 27 18:21:02.729 INFO STEP 143 (ensure_dir) COMPLETE
106362026-08-27T18:21:03.793Z[ host-image] Aug 27 18:21:02.729 INFO O| Aug 27 18:21:02.729 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106372026-08-27T18:21:03.801Z[ host-image] Aug 27 18:21:02.737 INFO O| Aug 27 18:21:02.737 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106382026-08-27T18:21:03.801Z[ host-image] Aug 27 18:21:02.737 INFO O| Aug 27 18:21:02.737 INFO copying /tmp/.tmp3ysJTo/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 ...
106392026-08-27T18:21:03.804Z[ host-image] Aug 27 18:21:02.737 INFO O| Aug 27 18:21:02.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106402026-08-27T18:21:03.804Z[ host-image] Aug 27 18:21:02.737 INFO O| Aug 27 18:21:02.737 INFO ok!
106412026-08-27T18:21:03.804Z[ host-image] Aug 27 18:21:02.737 INFO O| Aug 27 18:21:02.737 INFO STEP 144 (ensure_file) COMPLETE
106422026-08-27T18:21:03.804Z[ host-image] Aug 27 18:21:02.737 INFO O| Aug 27 18:21:02.737 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106432026-08-27T18:21:03.808Z[ host-image] Aug 27 18:21:02.744 INFO O| Aug 27 18:21:02.744 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106442026-08-27T18:21:03.815Z[ host-image] Aug 27 18:21:02.744 INFO O| Aug 27 18:21:02.744 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106452026-08-27T18:21:03.815Z[ host-image] Aug 27 18:21:02.744 INFO O| Aug 27 18:21:02.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106462026-08-27T18:21:03.815Z[ host-image] Aug 27 18:21:02.744 INFO O| Aug 27 18:21:02.744 INFO STEP 145 (ensure_dir) COMPLETE
106472026-08-27T18:21:03.815Z[ host-image] Aug 27 18:21:02.744 INFO O| Aug 27 18:21:02.744 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106482026-08-27T18:21:03.819Z[ host-image] Aug 27 18:21:02.751 INFO O| Aug 27 18:21:02.751 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106492026-08-27T18:21:03.819Z[ host-image] Aug 27 18:21:02.751 INFO O| Aug 27 18:21:02.751 INFO copying /tmp/.tmp3ysJTo/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106502026-08-27T18:21:03.819Z[ host-image] Aug 27 18:21:02.751 INFO O| Aug 27 18:21:02.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106512026-08-27T18:21:03.819Z[ host-image] Aug 27 18:21:02.751 INFO O| Aug 27 18:21:02.751 INFO ok!
106522026-08-27T18:21:03.819Z[ host-image] Aug 27 18:21:02.751 INFO O| Aug 27 18:21:02.751 INFO STEP 146 (ensure_file) COMPLETE
106532026-08-27T18:21:03.819Z[ host-image] Aug 27 18:21:02.751 INFO O| Aug 27 18:21:02.751 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-27T18:21:03.822Z[ host-image] Aug 27 18:21:02.757 INFO O| Aug 27 18:21:02.757 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106552026-08-27T18:21:03.823Z[ host-image] Aug 27 18:21:02.757 INFO O| Aug 27 18:21:02.757 INFO STEP 147 (remove_files) COMPLETE
106562026-08-27T18:21:03.823Z[ host-image] Aug 27 18:21:02.757 INFO O| Aug 27 18:21:02.757 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-27T18:21:03.830Z[ host-image] Aug 27 18:21:02.765 INFO O| Aug 27 18:21:02.765 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106582026-08-27T18:21:03.834Z[ host-image] Aug 27 18:21:02.765 INFO O| Aug 27 18:21:02.765 INFO STEP 148 (remove_files) COMPLETE
106592026-08-27T18:21:03.834Z[ host-image] Aug 27 18:21:02.765 INFO O| Aug 27 18:21:02.765 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-27T18:21:03.837Z[ host-image] Aug 27 18:21:02.772 INFO O| Aug 27 18:21:02.772 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106612026-08-27T18:21:03.837Z[ host-image] Aug 27 18:21:02.772 INFO O| Aug 27 18:21:02.772 INFO STEP 149 (remove_files) COMPLETE
106622026-08-27T18:21:03.837Z[ host-image] Aug 27 18:21:02.772 INFO O| Aug 27 18:21:02.772 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-27T18:21:03.843Z[ host-image] Aug 27 18:21:02.779 INFO O| Aug 27 18:21:02.779 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106642026-08-27T18:21:03.846Z[ host-image] Aug 27 18:21:02.779 INFO O| Aug 27 18:21:02.779 INFO STEP 150 (remove_files) COMPLETE
106652026-08-27T18:21:03.846Z[ host-image] Aug 27 18:21:02.779 INFO O| Aug 27 18:21:02.779 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-08-27T18:21:03.850Z[ host-image] Aug 27 18:21:02.786 INFO O| Aug 27 18:21:02.786 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106672026-08-27T18:21:03.853Z[ host-image] Aug 27 18:21:02.786 INFO O| Aug 27 18:21:02.786 INFO STEP 151 (remove_files) COMPLETE
106682026-08-27T18:21:03.853Z[ host-image] Aug 27 18:21:02.786 INFO O| Aug 27 18:21:02.786 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-08-27T18:21:03.857Z[ host-image] Aug 27 18:21:02.793 INFO O| Aug 27 18:21:02.793 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106702026-08-27T18:21:03.857Z[ host-image] Aug 27 18:21:02.793 INFO O| Aug 27 18:21:02.793 INFO STEP 152 (remove_files) COMPLETE
106712026-08-27T18:21:03.857Z[ host-image] Aug 27 18:21:02.793 INFO O| Aug 27 18:21:02.793 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-08-27T18:21:03.864Z[ host-image] Aug 27 18:21:02.800 INFO O| Aug 27 18:21:02.800 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106732026-08-27T18:21:03.867Z[ host-image] Aug 27 18:21:02.800 INFO O| Aug 27 18:21:02.800 INFO STEP 153 (remove_files) COMPLETE
106742026-08-27T18:21:03.867Z[ host-image] Aug 27 18:21:02.800 INFO O| Aug 27 18:21:02.800 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-08-27T18:21:03.870Z[ host-image] Aug 27 18:21:02.806 INFO O| Aug 27 18:21:02.806 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106762026-08-27T18:21:03.870Z[ host-image] Aug 27 18:21:02.806 INFO O| Aug 27 18:21:02.806 INFO STEP 154 (remove_files) COMPLETE
106772026-08-27T18:21:03.870Z[ host-image] Aug 27 18:21:02.806 INFO O| Aug 27 18:21:02.806 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-08-27T18:21:03.878Z[ host-image] Aug 27 18:21:02.814 INFO O| Aug 27 18:21:02.814 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106792026-08-27T18:21:03.881Z[ host-image] Aug 27 18:21:02.814 INFO O| Aug 27 18:21:02.814 INFO STEP 155 (remove_files) COMPLETE
106802026-08-27T18:21:03.881Z[ host-image] Aug 27 18:21:02.814 INFO O| Aug 27 18:21:02.814 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-27T18:21:03.885Z[ host-image] Aug 27 18:21:02.821 INFO O| Aug 27 18:21:02.821 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106822026-08-27T18:21:03.885Z[ host-image] Aug 27 18:21:02.821 INFO O| Aug 27 18:21:02.821 INFO STEP 156 (remove_files) COMPLETE
106832026-08-27T18:21:03.888Z[ host-image] Aug 27 18:21:02.821 INFO O| Aug 27 18:21:02.821 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-08-27T18:21:03.892Z[ host-image] Aug 27 18:21:02.828 INFO O| Aug 27 18:21:02.828 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106852026-08-27T18:21:03.895Z[ host-image] Aug 27 18:21:02.828 INFO O| Aug 27 18:21:02.828 INFO STEP 157 (remove_files) COMPLETE
106862026-08-27T18:21:03.895Z[ host-image] Aug 27 18:21:02.828 INFO O| Aug 27 18:21:02.828 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-08-27T18:21:03.898Z[ host-image] Aug 27 18:21:02.835 INFO O| Aug 27 18:21:02.835 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106882026-08-27T18:21:03.901Z[ host-image] Aug 27 18:21:02.835 INFO O| Aug 27 18:21:02.835 INFO STEP 158 (remove_files) COMPLETE
106892026-08-27T18:21:03.901Z[ host-image] Aug 27 18:21:02.835 INFO O| Aug 27 18:21:02.835 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-08-27T18:21:03.905Z[ host-image] Aug 27 18:21:02.841 INFO O| Aug 27 18:21:02.841 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106912026-08-27T18:21:03.905Z[ host-image] Aug 27 18:21:02.841 INFO O| Aug 27 18:21:02.841 INFO STEP 159 (remove_files) COMPLETE
106922026-08-27T18:21:03.905Z[ host-image] Aug 27 18:21:02.841 INFO O| Aug 27 18:21:02.841 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-08-27T18:21:03.912Z[ host-image] Aug 27 18:21:02.849 INFO O| Aug 27 18:21:02.848 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106942026-08-27T18:21:03.912Z[ host-image] Aug 27 18:21:02.849 INFO O| Aug 27 18:21:02.849 INFO STEP 160 (remove_files) COMPLETE
106952026-08-27T18:21:03.912Z[ host-image] Aug 27 18:21:02.849 INFO O| Aug 27 18:21:02.849 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-08-27T18:21:03.919Z[ host-image] Aug 27 18:21:02.855 INFO O| Aug 27 18:21:02.855 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106972026-08-27T18:21:03.919Z[ host-image] Aug 27 18:21:02.855 INFO O| Aug 27 18:21:02.855 INFO STEP 161 (remove_files) COMPLETE
106982026-08-27T18:21:03.919Z[ host-image] Aug 27 18:21:02.855 INFO O| Aug 27 18:21:02.855 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-08-27T18:21:03.927Z[ host-image] Aug 27 18:21:02.863 INFO O| Aug 27 18:21:02.863 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107002026-08-27T18:21:03.927Z[ host-image] Aug 27 18:21:02.863 INFO O| Aug 27 18:21:02.863 INFO STEP 162 (remove_files) COMPLETE
107012026-08-27T18:21:03.930Z[ host-image] Aug 27 18:21:02.863 INFO O| Aug 27 18:21:02.863 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-08-27T18:21:03.933Z[ host-image] Aug 27 18:21:02.869 INFO O| Aug 27 18:21:02.869 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107032026-08-27T18:21:03.933Z[ host-image] Aug 27 18:21:02.869 INFO O| Aug 27 18:21:02.869 INFO STEP 163 (remove_files) COMPLETE
107042026-08-27T18:21:03.936Z[ host-image] Aug 27 18:21:02.869 INFO O| Aug 27 18:21:02.869 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-08-27T18:21:03.939Z[ host-image] Aug 27 18:21:02.876 INFO O| Aug 27 18:21:02.876 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107062026-08-27T18:21:03.940Z[ host-image] Aug 27 18:21:02.876 INFO O| Aug 27 18:21:02.876 INFO STEP 164 (remove_files) COMPLETE
107072026-08-27T18:21:03.942Z[ host-image] Aug 27 18:21:02.876 INFO O| Aug 27 18:21:02.876 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-08-27T18:21:03.947Z[ host-image] Aug 27 18:21:02.883 INFO O| Aug 27 18:21:02.883 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107092026-08-27T18:21:03.947Z[ host-image] Aug 27 18:21:02.883 INFO O| Aug 27 18:21:02.883 INFO STEP 165 (remove_files) COMPLETE
107102026-08-27T18:21:03.947Z[ host-image] Aug 27 18:21:02.883 INFO O| Aug 27 18:21:02.883 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-08-27T18:21:03.955Z[ host-image] Aug 27 18:21:02.891 INFO O| Aug 27 18:21:02.891 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107122026-08-27T18:21:03.955Z[ host-image] Aug 27 18:21:02.891 INFO O| Aug 27 18:21:02.891 INFO STEP 166 (remove_files) COMPLETE
107132026-08-27T18:21:03.955Z[ host-image] Aug 27 18:21:02.891 INFO O| Aug 27 18:21:02.891 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-08-27T18:21:03.962Z[ host-image] Aug 27 18:21:02.898 INFO O| Aug 27 18:21:02.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107152026-08-27T18:21:03.965Z[ host-image] Aug 27 18:21:02.898 INFO O| Aug 27 18:21:02.898 INFO STEP 167 (remove_files) COMPLETE
107162026-08-27T18:21:03.965Z[ host-image] Aug 27 18:21:02.898 INFO O| Aug 27 18:21:02.898 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-08-27T18:21:03.969Z[ host-image] Aug 27 18:21:02.905 INFO O| Aug 27 18:21:02.905 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107182026-08-27T18:21:03.972Z[ host-image] Aug 27 18:21:02.905 INFO O| Aug 27 18:21:02.905 INFO STEP 168 (remove_files) COMPLETE
107192026-08-27T18:21:03.972Z[ host-image] Aug 27 18:21:02.905 INFO O| Aug 27 18:21:02.905 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-08-27T18:21:03.975Z[ host-image] Aug 27 18:21:02.910 INFO O| Aug 27 18:21:02.910 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107212026-08-27T18:21:03.975Z[ host-image] Aug 27 18:21:02.910 INFO O| Aug 27 18:21:02.910 INFO STEP 169 (remove_files) COMPLETE
107222026-08-27T18:21:03.975Z[ host-image] Aug 27 18:21:02.910 INFO O| Aug 27 18:21:02.910 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-08-27T18:21:03.980Z[ host-image] Aug 27 18:21:02.917 INFO O| Aug 27 18:21:02.917 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107242026-08-27T18:21:03.980Z[ host-image] Aug 27 18:21:02.917 INFO O| Aug 27 18:21:02.917 INFO STEP 170 (remove_files) COMPLETE
107252026-08-27T18:21:03.980Z[ host-image] Aug 27 18:21:02.917 INFO O| Aug 27 18:21:02.917 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-08-27T18:21:03.987Z[ host-image] Aug 27 18:21:02.924 INFO O| Aug 27 18:21:02.923 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107272026-08-27T18:21:03.990Z[ host-image] Aug 27 18:21:02.924 INFO O| Aug 27 18:21:02.924 INFO STEP 171 (remove_files) COMPLETE
107282026-08-27T18:21:03.990Z[ recovery-image] Aug 27 18:21:02.924 INFO E| Downloading crates ...
107292026-08-27T18:21:03.990Z[ host-image] Aug 27 18:21:02.924 INFO O| Aug 27 18:21:02.924 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-08-27T18:21:03.995Z[ host-image] Aug 27 18:21:02.931 INFO O| Aug 27 18:21:02.931 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107312026-08-27T18:21:03.998Z[ host-image] Aug 27 18:21:02.931 INFO O| Aug 27 18:21:02.931 INFO STEP 172 (remove_files) COMPLETE
107322026-08-27T18:21:03.998Z[ host-image] Aug 27 18:21:02.931 INFO O| Aug 27 18:21:02.931 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107332026-08-27T18:21:04.001Z[ host-image] Aug 27 18:21:02.937 INFO O| Aug 27 18:21:02.937 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107342026-08-27T18:21:04.001Z[ host-image] Aug 27 18:21:02.937 INFO O| Aug 27 18:21:02.937 INFO STEP 173 (remove_files) COMPLETE
107352026-08-27T18:21:04.001Z[ host-image] Aug 27 18:21:02.937 INFO O| Aug 27 18:21:02.937 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107362026-08-27T18:21:04.008Z[ host-image] Aug 27 18:21:02.944 INFO O| Aug 27 18:21:02.944 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107372026-08-27T18:21:04.008Z[ host-image] Aug 27 18:21:02.944 INFO O| Aug 27 18:21:02.944 INFO STEP 174 (remove_files) COMPLETE
107382026-08-27T18:21:04.008Z[ host-image] Aug 27 18:21:02.944 INFO O| Aug 27 18:21:02.944 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107392026-08-27T18:21:04.013Z[ host-image] Aug 27 18:21:02.949 INFO O| Aug 27 18:21:02.949 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107402026-08-27T18:21:04.013Z[ host-image] Aug 27 18:21:02.949 INFO O| Aug 27 18:21:02.949 INFO STEP 175 (remove_files) COMPLETE
107412026-08-27T18:21:04.016Z[ host-image] Aug 27 18:21:02.949 INFO O| Aug 27 18:21:02.949 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107422026-08-27T18:21:04.021Z[ host-image] Aug 27 18:21:02.957 INFO O| Aug 27 18:21:02.957 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107432026-08-27T18:21:04.024Z[ host-image] Aug 27 18:21:02.957 INFO O| Aug 27 18:21:02.957 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107442026-08-27T18:21:04.054Z[ recovery-image] Aug 27 18:21:02.990 INFO E| Downloaded raw-cpuid v10.7.0
107452026-08-27T18:21:04.060Z[ recovery-image] Aug 27 18:21:02.996 INFO E| Downloaded bitflags v2.13.0
107462026-08-27T18:21:04.063Z[ recovery-image] Aug 27 18:21:02.999 INFO E| Downloaded bit_field v0.10.3
107472026-08-27T18:21:04.066Z[ recovery-image] Aug 27 18:21:03.000 INFO E| Downloaded bitstruct v0.1.1
107482026-08-27T18:21:04.066Z[ recovery-image] Aug 27 18:21:03.001 INFO E| Downloaded bitstruct_derive v0.1.0
107492026-08-27T18:21:04.070Z[ recovery-image] Aug 27 18:21:03.006 INFO E| Downloaded log v0.4.32
107502026-08-27T18:21:04.108Z[ recovery-image] Aug 27 18:21:03.044 INFO E| Downloaded goblin v0.10.7
107512026-08-27T18:21:04.113Z[ recovery-image] Aug 27 18:21:03.049 INFO E| Downloaded cpio_reader v0.1.2
107522026-08-27T18:21:04.137Z[ recovery-image] Aug 27 18:21:03.072 INFO E| Downloaded miniz_oxide v0.9.1
107532026-08-27T18:21:04.244Z[ recovery-image] Aug 27 18:21:03.180 INFO E| Downloaded x86 v0.52.0
107542026-08-27T18:21:04.286Z[ recovery-image] Aug 27 18:21:03.222 INFO E| Updating crates.io index
107552026-08-27T18:21:04.329Z[ recovery-image] Aug 27 18:21:03.265 INFO E| Downloading crates ...
107562026-08-27T18:21:04.357Z[ recovery-image] Aug 27 18:21:03.293 INFO E| Downloaded hashbrown v0.17.1
107572026-08-27T18:21:04.361Z[ recovery-image] Aug 27 18:21:03.297 INFO E| Downloaded rustc-literal-escaper v0.0.7
107582026-08-27T18:21:04.401Z[ recovery-image] Aug 27 18:21:03.337 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
107592026-08-27T18:21:04.401Z[ recovery-image] Aug 27 18:21:03.337 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
107602026-08-27T18:21:04.401Z[ recovery-image] Aug 27 18:21:03.337 INFO E| Compiling proc-macro2 v1.0.106
107612026-08-27T18:21:04.405Z[ recovery-image] Aug 27 18:21:03.337 INFO E| Compiling unicode-ident v1.0.24
107622026-08-27T18:21:04.405Z[ recovery-image] Aug 27 18:21:03.337 INFO E| Compiling quote v1.0.45
107632026-08-27T18:21:04.405Z[ recovery-image] Aug 27 18:21:03.337 INFO E| Compiling syn v1.0.109
107642026-08-27T18:21:04.405Z[ recovery-image] Aug 27 18:21:03.337 INFO E| Compiling x86 v0.52.0
107652026-08-27T18:21:04.405Z[ recovery-image] Aug 27 18:21:03.337 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107662026-08-27T18:21:04.412Z[ recovery-image] Aug 27 18:21:03.348 INFO E| Compiling seq-macro v0.3.6
107672026-08-27T18:21:05.325Z[ recovery-image] Aug 27 18:21:04.261 INFO E| Compiling syn v2.0.117
107682026-08-27T18:21:06.581Z[ recovery-image] Aug 27 18:21:05.516 INFO E| Compiling scroll_derive v0.13.1
107692026-08-27T18:21:07.599Z[ recovery-image] Aug 27 18:21:06.535 INFO E| Compiling bitstruct_derive v0.1.0
107702026-08-27T18:21:08.944Z[ host-image] Aug 27 18:21:07.880 INFO O| Aug 27 18:21:07.879 INFO O| Loading smf(7) service descriptions: 1/802/803/804/805/806/807/808/809/8010/8011/8012/8013/8014/8015/8016/8017/8018/8019/8020/8021/8022/8023/8024/8025/8026/8027/8028/8029/8030/8031/8032/8033/8034/8035/8036/8037/8038/8039/8040/8041/8042/8043/8044/8045/8046/8047/8048/8049/8050/8051/8052/8053/8054/8055/8056/8057/8058/8059/8060/8061/8062/8063/8064/8065/8066/8067/8068/8069/8070/8071/8072/8073/8074/8075/8076/8077/8078/8079/8080/80
107712026-08-27T18:21:08.944Z[ host-image] Aug 27 18:21:07.880 INFO O| Aug 27 18:21:07.880 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107722026-08-27T18:21:08.956Z[ host-image] Aug 27 18:21:07.892 INFO O| Aug 27 18:21:07.892 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107732026-08-27T18:21:09.052Z[ host-image] Aug 27 18:21:07.988 INFO O| Aug 27 18:21:07.988 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107742026-08-27T18:21:09.108Z[ host-image] Aug 27 18:21:08.043 INFO O| Aug 27 18:21:08.043 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107752026-08-27T18:21:09.171Z[ host-image] Aug 27 18:21:08.107 INFO O| Aug 27 18:21:08.107 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107762026-08-27T18:21:09.171Z[ host-image] Aug 27 18:21:08.107 INFO O| Aug 27 18:21:08.107 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107772026-08-27T18:21:09.174Z[ host-image] Aug 27 18:21:08.108 INFO O| Aug 27 18:21:08.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107782026-08-27T18:21:09.174Z[ host-image] Aug 27 18:21:08.108 INFO O| Aug 27 18:21:08.108 INFO ok!
107792026-08-27T18:21:09.174Z[ host-image] Aug 27 18:21:08.108 INFO O| Aug 27 18:21:08.108 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107802026-08-27T18:21:09.174Z[ host-image] Aug 27 18:21:08.108 INFO O| Aug 27 18:21:08.108 INFO STEP 176 (seed_smf) COMPLETE
107812026-08-27T18:21:09.174Z[ host-image] Aug 27 18:21:08.108 INFO O| Aug 27 18:21:08.108 INFO steps complete; finalising image!
107822026-08-27T18:21:09.174Z[ host-image] Aug 27 18:21:08.108 INFO O| Aug 27 18:21:08.108 INFO TRIM POOL: TEMPORARY-sled-zfs
107832026-08-27T18:21:09.263Z[ host-image] Aug 27 18:21:08.198 INFO O| Aug 27 18:21:08.198 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu Aug 27 18:21:08 2026)
107842026-08-27T18:21:09.476Z[ host-image] Aug 27 18:21:08.412 INFO O| Aug 27 18:21:08.412 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107852026-08-27T18:21:09.476Z[ host-image] Aug 27 18:21:08.412 INFO O| Aug 27 18:21:08.412 INFO EXPORT POOL: TEMPORARY-sled-zfs
107862026-08-27T18:21:09.800Z[ host-image] Aug 27 18:21:08.736 INFO O| Aug 27 18:21:08.736 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107872026-08-27T18:21:09.800Z[ host-image] Aug 27 18:21:08.736 INFO O| Aug 27 18:21:08.736 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107882026-08-27T18:21:10.613Z[ host-image] Aug 27 18:21:09.549 INFO O| Aug 27 18:21:09.549 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107892026-08-27T18:21:10.613Z[ host-image] Aug 27 18:21:09.549 INFO O| Aug 27 18:21:09.549 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107902026-08-27T18:21:10.613Z[ host-image] Aug 27 18:21:09.549 INFO O| Aug 27 18:21:09.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107912026-08-27T18:21:10.617Z[ host-image] Aug 27 18:21:09.549 INFO O| Aug 27 18:21:09.549 INFO completed processing sled/zfs
107922026-08-27T18:21:10.617Z[ host-image] Aug 27 18:21:09.549 INFO O| Aug 27 18:21:09.549 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107932026-08-27T18:21:16.763Z[ recovery-image] Aug 27 18:21:15.699 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
107942026-08-27T18:21:18.813Z[ recovery-image] Aug 27 18:21:17.748 INFO E| Compiling bitflags v1.3.2
107952026-08-27T18:21:18.813Z[ recovery-image] Aug 27 18:21:17.748 INFO E| Compiling adler2 v2.0.1
107962026-08-27T18:21:18.816Z[ recovery-image] Aug 27 18:21:17.748 INFO E| Compiling bit_field v0.10.3
107972026-08-27T18:21:18.817Z[ recovery-image] Aug 27 18:21:17.748 INFO E| Compiling log v0.4.32
107982026-08-27T18:21:18.817Z[ recovery-image] Aug 27 18:21:17.748 INFO E| Compiling scroll v0.13.0
107992026-08-27T18:21:18.817Z[ recovery-image] Aug 27 18:21:17.748 INFO E| Compiling plain v0.2.3
108002026-08-27T18:21:18.817Z[ recovery-image] Aug 27 18:21:17.749 INFO E| Compiling bitflags v2.13.0
108012026-08-27T18:21:18.817Z[ recovery-image] Aug 27 18:21:17.749 INFO E| Compiling bitstruct v0.1.1
108022026-08-27T18:21:18.817Z[ recovery-image] Aug 27 18:21:17.749 INFO E| Compiling static_assertions v1.1.0
108032026-08-27T18:21:18.864Z[ recovery-image] Aug 27 18:21:17.800 INFO E| Compiling raw-cpuid v10.7.0
108042026-08-27T18:21:18.922Z[ recovery-image] Aug 27 18:21:17.857 INFO E| Compiling miniz_oxide v0.9.1
108052026-08-27T18:21:18.970Z[ recovery-image] Aug 27 18:21:17.905 INFO E| Compiling cpio_reader v0.1.2
108062026-08-27T18:21:19.034Z[ recovery-image] Aug 27 18:21:17.970 INFO E| Compiling goblin v0.10.7
108072026-08-27T18:21:21.840Z[ recovery-image] Aug 27 18:21:20.776 INFO E| Finished `release` profile [optimized] target(s) in 18.07s
108082026-08-27T18:21:21.857Z[ recovery-image] Aug 27 18:21:20.793 INFO building ROM for cosmo
108092026-08-27T18:21:21.857Z[ recovery-image] Aug 27 18:21:20.793 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")
108102026-08-27T18:21:21.934Z[ recovery-image] Aug 27 18:21:20.869 INFO E| Downloading crates ...
108112026-08-27T18:21:21.993Z[ recovery-image] Aug 27 18:21:20.929 INFO E| Downloaded serde_spanned v0.6.8
108122026-08-27T18:21:21.997Z[ recovery-image] Aug 27 18:21:20.932 INFO E| Downloaded toml_edit v0.22.26
108132026-08-27T18:21:22.016Z[ recovery-image] Aug 27 18:21:20.952 INFO E| Downloaded anstyle v1.0.10
108142026-08-27T18:21:22.020Z[ recovery-image] Aug 27 18:21:20.952 INFO E| Downloaded os_pipe v1.2.1
108152026-08-27T18:21:22.020Z[ recovery-image] Aug 27 18:21:20.953 INFO E| Downloaded colorchoice v1.0.3
108162026-08-27T18:21:22.020Z[ recovery-image] Aug 27 18:21:20.954 INFO E| Downloaded clap_lex v0.7.4
108172026-08-27T18:21:22.020Z[ recovery-image] Aug 27 18:21:20.954 INFO E| Downloaded anstyle-query v1.1.2
108182026-08-27T18:21:22.020Z[ recovery-image] Aug 27 18:21:20.955 INFO E| Downloaded is_terminal_polyfill v1.70.1
108192026-08-27T18:21:22.020Z[ recovery-image] Aug 27 18:21:20.955 INFO E| Downloaded shared_child v1.0.1
108202026-08-27T18:21:22.024Z[ recovery-image] Aug 27 18:21:20.956 INFO E| Downloaded toml_datetime v0.6.9
108212026-08-27T18:21:22.024Z[ recovery-image] Aug 27 18:21:20.957 INFO E| Downloaded duct v0.13.7
108222026-08-27T18:21:22.024Z[ recovery-image] Aug 27 18:21:20.958 INFO E| Downloaded anstream v0.6.18
108232026-08-27T18:21:22.024Z[ recovery-image] Aug 27 18:21:20.959 INFO E| Downloaded toml_write v0.1.1
108242026-08-27T18:21:22.028Z[ recovery-image] Aug 27 18:21:20.963 INFO E| Downloaded anstyle-parse v0.2.6
108252026-08-27T18:21:22.031Z[ recovery-image] Aug 27 18:21:20.964 INFO E| Downloaded clap_derive v4.5.32
108262026-08-27T18:21:22.031Z[ recovery-image] Aug 27 18:21:20.965 INFO E| Downloaded clap v4.5.37
108272026-08-27T18:21:22.040Z[ recovery-image] Aug 27 18:21:20.976 INFO E| Downloaded toml v0.8.22
108282026-08-27T18:21:22.060Z[ recovery-image] Aug 27 18:21:20.995 INFO E| Downloaded cc v1.2.20
108292026-08-27T18:21:22.063Z[ recovery-image] Aug 27 18:21:20.997 INFO E| Downloaded clap_builder v4.5.37
108302026-08-27T18:21:22.067Z[ recovery-image] Aug 27 18:21:21.001 INFO E| Downloaded winnow v0.7.7
108312026-08-27T18:21:22.080Z[ recovery-image] Aug 27 18:21:21.015 INFO E| Compiling libc v0.2.172
108322026-08-27T18:21:22.080Z[ recovery-image] Aug 27 18:21:21.015 INFO E| Compiling utf8parse v0.2.2
108332026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling equivalent v1.0.2
108342026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling colorchoice v1.0.3
108352026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling shlex v1.3.0
108362026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling anstyle-query v1.1.2
108372026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling hashbrown v0.15.2
108382026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling once_cell v1.21.3
108392026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling anstyle v1.0.10
108402026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling is_terminal_polyfill v1.70.1
108412026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling anyhow v1.0.98
108422026-08-27T18:21:22.084Z[ recovery-image] Aug 27 18:21:21.016 INFO E| Compiling strsim v0.11.1
108432026-08-27T18:21:22.109Z[ recovery-image] Aug 27 18:21:21.045 INFO E| Compiling toml_write v0.1.1
108442026-08-27T18:21:22.113Z[ recovery-image] Aug 27 18:21:21.045 INFO E| Compiling clap_lex v0.7.4
108452026-08-27T18:21:22.117Z[ recovery-image] Aug 27 18:21:21.052 INFO E| Compiling winnow v0.7.7
108462026-08-27T18:21:22.121Z[ recovery-image] Aug 27 18:21:21.056 INFO E| Compiling syn v2.0.101
108472026-08-27T18:21:22.219Z[ recovery-image] Aug 27 18:21:21.154 INFO E| Compiling anstyle-parse v0.2.6
108482026-08-27T18:21:22.240Z[ recovery-image] Aug 27 18:21:21.175 INFO E| Compiling cc v1.2.20
108492026-08-27T18:21:22.354Z[ recovery-image] Aug 27 18:21:21.289 INFO E| Compiling anstream v0.6.18
108502026-08-27T18:21:22.546Z[ recovery-image] Aug 27 18:21:21.482 INFO E| Compiling clap_builder v4.5.37
108512026-08-27T18:21:22.564Z[ recovery-image] Aug 27 18:21:21.499 INFO E| Compiling indexmap v2.9.0
108522026-08-27T18:21:22.712Z[ recovery-image] Aug 27 18:21:21.647 INFO E| Compiling os_pipe v1.2.1
108532026-08-27T18:21:22.712Z[ recovery-image] Aug 27 18:21:21.647 INFO E| Compiling shared_child v1.0.1
108542026-08-27T18:21:22.831Z[ recovery-image] Aug 27 18:21:21.766 INFO E| Compiling duct v0.13.7
108552026-08-27T18:21:23.309Z[ recovery-image] Aug 27 18:21:22.244 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108562026-08-27T18:21:24.128Z[ recovery-image] Aug 27 18:21:23.063 INFO E| Compiling serde_derive v1.0.219
108572026-08-27T18:21:24.128Z[ recovery-image] Aug 27 18:21:23.063 INFO E| Compiling clap_derive v4.5.32
108582026-08-27T18:21:25.372Z[ recovery-image] Aug 27 18:21:24.307 INFO E| Compiling clap v4.5.37
108592026-08-27T18:21:25.768Z[ host-image] Aug 27 18:21:24.704 INFO O| Aug 27 18:21:24.703 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108602026-08-27T18:21:25.858Z[ host-image] Aug 27 18:21:24.794 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
108612026-08-27T18:21:25.859Z[ host-image] Aug 27 18:21:24.794 INFO expanded image name: "ci d0f50ce/${os_short_commit} 2026-08-27 18:04" -> "ci d0f50ce/bbd33bf 2026-08-27 18:04"
108622026-08-27T18:21:25.862Z[ host-image] Aug 27 18:21:24.794 INFO output artefacts stored in: "/work/os-host"
108632026-08-27T18:21:25.862Z[ host-image] Aug 27 18:21:24.794 INFO collecting git info from project "amd-firmware"...
108642026-08-27T18:21:25.871Z[ host-image] Aug 27 18:21:24.807 INFO collecting git info from project "phbl"...
108652026-08-27T18:21:25.875Z[ host-image] Aug 27 18:21:24.811 INFO collecting git info from project "dmar-report"...
108662026-08-27T18:21:25.879Z[ host-image] Aug 27 18:21:24.815 INFO collecting git info from project "pilot"...
108672026-08-27T18:21:25.883Z[ host-image] Aug 27 18:21:24.819 INFO collecting git info from project "amd-host-image-builder"...
108682026-08-27T18:21:25.888Z[ host-image] Aug 27 18:21:24.824 INFO collecting git info from project "chelsio-t6-roms"...
108692026-08-27T18:21:25.892Z[ host-image] Aug 27 18:21:24.828 INFO collecting git info from project "bootserver"...
108702026-08-27T18:21:25.896Z[ host-image] Aug 27 18:21:24.832 INFO collecting git info from project "pinprick"...
108712026-08-27T18:21:25.900Z[ host-image] Aug 27 18:21:24.836 INFO collecting git info from project "image-builder"...
108722026-08-27T18:21:25.903Z[ host-image] Aug 27 18:21:24.839 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108732026-08-27T18:21:25.978Z[ recovery-image] Aug 27 18:21:24.914 INFO E| Compiling serde v1.0.219
108742026-08-27T18:21:26.204Z[ host-image] Aug 27 18:21:25.140 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108752026-08-27T18:21:26.486Z[ host-image] Aug 27 18:21:25.421 INFO creating Oxide boot image...
108762026-08-27T18:21:26.486Z[ host-image] Aug 27 18:21:25.421 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci d0f50ce/bbd33bf 2026-08-27 18:04", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108772026-08-27T18:21:27.270Z[ host-image] Aug 27 18:21:26.205 INFO O| ok, image written!
108782026-08-27T18:21:27.270Z[ host-image] Aug 27 18:21:26.205 INFO O| ok, boot_image_csum file written!
108792026-08-27T18:21:27.274Z[ host-image] Aug 27 18:21:26.208 INFO creating boot archive (CPIO)...
108802026-08-27T18:21:27.274Z[ host-image] Aug 27 18:21:26.208 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
108812026-08-27T18:21:27.277Z[ host-image] Aug 27 18:21:26.212 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108822026-08-27T18:21:27.277Z[ host-image] Aug 27 18:21:26.212 INFO E| + outfile=/work/os-host/cpio
108832026-08-27T18:21:27.277Z[ host-image] Aug 27 18:21:26.212 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108842026-08-27T18:21:27.281Z[ host-image] Aug 27 18:21:26.214 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108852026-08-27T18:21:27.281Z[ host-image] Aug 27 18:21:26.214 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108862026-08-27T18:21:27.307Z[ host-image] Aug 27 18:21:26.242 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108872026-08-27T18:21:27.307Z[ host-image] Aug 27 18:21:26.242 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108882026-08-27T18:21:27.314Z[ host-image] Aug 27 18:21:26.250 INFO creating compressed cpio/unix for dev loaders...
108892026-08-27T18:21:27.314Z[ host-image] Aug 27 18:21:26.250 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
108902026-08-27T18:21:27.547Z[ host-image] Aug 27 18:21:26.482 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108912026-08-27T18:21:27.787Z[ recovery-image] Aug 27 18:21:26.723 INFO E| Compiling toml_datetime v0.6.9
108922026-08-27T18:21:27.787Z[ recovery-image] Aug 27 18:21:26.723 INFO E| Compiling serde_spanned v0.6.8
108932026-08-27T18:21:27.950Z[ recovery-image] Aug 27 18:21:26.886 INFO E| Compiling toml_edit v0.22.26
108942026-08-27T18:21:29.435Z[ recovery-image] Aug 27 18:21:28.370 INFO E| Compiling toml v0.8.22
108952026-08-27T18:21:31.059Z[ host-image] Aug 27 18:21:29.994 INFO creating reset image...
108962026-08-27T18:21:31.059Z[ host-image] Aug 27 18:21:29.994 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
108972026-08-27T18:21:31.128Z[ host-image] Aug 27 18:21:30.064 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108982026-08-27T18:21:31.132Z[ host-image] Aug 27 18:21:30.065 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108992026-08-27T18:21:31.419Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
109002026-08-27T18:21:31.419Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
109012026-08-27T18:21:31.419Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling proc-macro2 v1.0.106
109022026-08-27T18:21:31.423Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling quote v1.0.45
109032026-08-27T18:21:31.423Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling unicode-ident v1.0.24
109042026-08-27T18:21:31.423Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling syn v1.0.109
109052026-08-27T18:21:31.423Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling x86 v0.52.0
109062026-08-27T18:21:31.423Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109072026-08-27T18:21:31.423Z[ host-image] Aug 27 18:21:30.355 INFO E| Compiling seq-macro v0.3.6
109082026-08-27T18:21:32.083Z[ recovery-image] Aug 27 18:21:31.018 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.19s
109092026-08-27T18:21:32.093Z[ recovery-image] Aug 27 18:21:31.028 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`
109102026-08-27T18:21:32.116Z[ recovery-image] Aug 27 18:21:31.051 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109112026-08-27T18:21:32.204Z[ recovery-image] Aug 27 18:21:31.139 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
109122026-08-27T18:21:32.208Z[ recovery-image] Aug 27 18:21:31.143 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`
109132026-08-27T18:21:32.439Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109142026-08-27T18:21:32.439Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109152026-08-27T18:21:32.439Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109162026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109172026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109182026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109192026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109202026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109212026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109222026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109232026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.374 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109242026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109252026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109262026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109272026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109282026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109292026-08-27T18:21:32.444Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109302026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109312026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109322026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109332026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109342026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109352026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109362026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109372026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109382026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109392026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109402026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109412026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.375 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109422026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109432026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109442026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109452026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109462026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109472026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109482026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109492026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109502026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109512026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109522026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109532026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109542026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109552026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109562026-08-27T18:21:32.445Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109572026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109582026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109592026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109602026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109612026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109622026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109632026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109642026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109652026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109662026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO O| Info: ABL version: 0x100af010
109672026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109682026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109692026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.376 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109702026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109712026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109722026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109732026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109742026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109752026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109762026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109772026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109782026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109792026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109802026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109812026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109822026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109832026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109842026-08-27T18:21:32.446Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109852026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109862026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109872026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109882026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109892026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109902026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109912026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109922026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109932026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109942026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109952026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109962026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109972026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109982026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109992026-08-27T18:21:32.447Z[ recovery-image] Aug 27 18:21:31.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110002026-08-27T18:21:32.455Z[ host-image] Aug 27 18:21:31.390 INFO E| Compiling syn v2.0.117
110012026-08-27T18:21:32.482Z[ recovery-image] Aug 27 18:21:31.417 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110022026-08-27T18:21:32.482Z[ recovery-image] Aug 27 18:21:31.417 INFO building ROM for gimlet
110032026-08-27T18:21:32.482Z[ recovery-image] Aug 27 18:21:31.417 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.f.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")
110042026-08-27T18:21:32.588Z[ recovery-image] Aug 27 18:21:31.523 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110052026-08-27T18:21:32.594Z[ recovery-image] Aug 27 18:21:31.527 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.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
110062026-08-27T18:21:32.613Z[ recovery-image] Aug 27 18:21:31.548 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110072026-08-27T18:21:32.693Z[ recovery-image] Aug 27 18:21:31.628 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110082026-08-27T18:21:32.697Z[ recovery-image] Aug 27 18:21:31.632 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.f -o /work/os-recovery/gimlet.rom`
110092026-08-27T18:21:32.833Z[ recovery-image] Aug 27 18:21:31.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110102026-08-27T18:21:32.833Z[ recovery-image] Aug 27 18:21:31.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110112026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110122026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110132026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110142026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110152026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110162026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110172026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110182026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110192026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110202026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110212026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110222026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110232026-08-27T18:21:32.838Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110242026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO O| Info: ABL version: 0x100f5010
110252026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110262026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110272026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110282026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110292026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110302026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110312026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110322026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110332026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110342026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110352026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110362026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110372026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110382026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110392026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110402026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110412026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110422026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110432026-08-27T18:21:32.839Z[ recovery-image] Aug 27 18:21:31.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110442026-08-27T18:21:32.876Z[ recovery-image] Aug 27 18:21:31.812 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110452026-08-27T18:21:32.876Z[ recovery-image] Aug 27 18:21:31.812 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110462026-08-27T18:21:33.942Z[ host-image] Aug 27 18:21:32.878 INFO E| Compiling scroll_derive v0.13.1
110472026-08-27T18:21:34.217Z[ recovery-image] Aug 27 18:21:33.153 INFO image complete! materials are in "/work/os-recovery"
110482026-08-27T18:21:34.221Z[ recovery-image]
110492026-08-27T18:21:34.221Z[ recovery-image] real 3:23.163571124
110502026-08-27T18:21:34.224Z[ recovery-image] user 2:39.751051938
110512026-08-27T18:21:34.224Z[ recovery-image] sys 39.757410549
110522026-08-27T18:21:34.224Z[ recovery-image] trap 0.144702436
110532026-08-27T18:21:34.224Z[ recovery-image] tflt 0.671344849
110542026-08-27T18:21:34.224Z[ recovery-image] dflt 0.800027106
110552026-08-27T18:21:34.224Z[ recovery-image] kflt 0.000097191
110562026-08-27T18:21:34.224Z[ recovery-image] lock 8:05.403299775
110572026-08-27T18:21:34.224Z[ recovery-image] slp 17:55.337889686
110582026-08-27T18:21:34.224Z[ recovery-image] lat 29.797457364
110592026-08-27T18:21:34.224Z[ recovery-image] stop 6.914789675
110602026-08-27T18:21:34.224ZAug 27 18:21:33.157 INFO [recovery-image] process exited with exit status: 0 (203.169271944s)
110612026-08-27T18:21:34.224ZAug 27 18:21:33.157 INFO [tuf-v2-recovery] running task
110622026-08-27T18:21:34.224ZAug 27 18:21:33.158 INFO [tuf-v2-recovery] task succeeded (738.81µs)
110632026-08-27T18:21:35.132Z[ host-image] Aug 27 18:21:34.067 INFO E| Compiling bitstruct_derive v0.1.0
110642026-08-27T18:21:44.401Z[ host-image] Aug 27 18:21:43.337 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
110652026-08-27T18:21:46.523Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling bitflags v1.3.2
110662026-08-27T18:21:46.523Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling adler2 v2.0.1
110672026-08-27T18:21:46.523Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling log v0.4.32
110682026-08-27T18:21:46.527Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling plain v0.2.3
110692026-08-27T18:21:46.527Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling scroll v0.13.0
110702026-08-27T18:21:46.527Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling bit_field v0.10.3
110712026-08-27T18:21:46.527Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling bitflags v2.13.0
110722026-08-27T18:21:46.527Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling static_assertions v1.1.0
110732026-08-27T18:21:46.527Z[ host-image] Aug 27 18:21:45.459 INFO E| Compiling bitstruct v0.1.1
110742026-08-27T18:21:46.578Z[ host-image] Aug 27 18:21:45.514 INFO E| Compiling raw-cpuid v10.7.0
110752026-08-27T18:21:46.625Z[ host-image] Aug 27 18:21:45.560 INFO E| Compiling miniz_oxide v0.9.1
110762026-08-27T18:21:46.681Z[ host-image] Aug 27 18:21:45.616 INFO E| Compiling cpio_reader v0.1.2
110772026-08-27T18:21:46.749Z[ host-image] Aug 27 18:21:45.684 INFO E| Compiling goblin v0.10.7
110782026-08-27T18:21:49.627Z[ host-image] Aug 27 18:21:48.563 INFO E| Finished `release` profile [optimized] target(s) in 18.48s
110792026-08-27T18:21:49.641Z[ host-image] Aug 27 18:21:48.576 INFO building ROM for cosmo
110802026-08-27T18:21:49.641Z[ host-image] Aug 27 18:21:48.576 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")
110812026-08-27T18:21:49.734Z[ host-image] Aug 27 18:21:48.669 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110822026-08-27T18:21:49.737Z[ host-image] Aug 27 18:21:48.672 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`
110832026-08-27T18:21:49.749Z[ host-image] Aug 27 18:21:48.685 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110842026-08-27T18:21:49.820Z[ host-image] Aug 27 18:21:48.756 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110852026-08-27T18:21:49.824Z[ host-image] Aug 27 18:21:48.759 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`
110862026-08-27T18:21:50.034Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110872026-08-27T18:21:50.034Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110882026-08-27T18:21:50.038Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110892026-08-27T18:21:50.038Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110902026-08-27T18:21:50.038Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110912026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110922026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110932026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110942026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110952026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110962026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110972026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110982026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110992026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.969 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111002026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111012026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111022026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111032026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111042026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111052026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111062026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111072026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111082026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111092026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111102026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111112026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111122026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111132026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111142026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111152026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111162026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111172026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111182026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111192026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111202026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111212026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111222026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111232026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111242026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111252026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111262026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111272026-08-27T18:21:50.039Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111282026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111292026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111302026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111312026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111322026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111332026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111342026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111352026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111362026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111372026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111382026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.970 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111392026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO O| Info: ABL version: 0x100af010
111402026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111412026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111422026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111432026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111442026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111452026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111462026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111472026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111482026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111492026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111502026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111512026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111522026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111532026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111542026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111552026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111562026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111572026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111582026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111592026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111602026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111612026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111622026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111632026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111642026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111652026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.971 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111662026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111672026-08-27T18:21:50.040Z[ host-image] Aug 27 18:21:48.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111682026-08-27T18:21:50.041Z[ host-image] Aug 27 18:21:48.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111692026-08-27T18:21:50.041Z[ host-image] Aug 27 18:21:48.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111702026-08-27T18:21:50.041Z[ host-image] Aug 27 18:21:48.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111712026-08-27T18:21:50.041Z[ host-image] Aug 27 18:21:48.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111722026-08-27T18:21:50.041Z[ host-image] Aug 27 18:21:48.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111732026-08-27T18:21:50.076Z[ host-image] Aug 27 18:21:49.011 INFO building ROM for gimlet
111742026-08-27T18:21:50.076Z[ host-image] Aug 27 18:21:49.011 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.f.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")
111752026-08-27T18:21:50.172Z[ host-image] Aug 27 18:21:49.107 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111762026-08-27T18:21:50.176Z[ host-image] Aug 27 18:21:49.112 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.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
111772026-08-27T18:21:50.189Z[ host-image] Aug 27 18:21:49.124 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111782026-08-27T18:21:50.254Z[ host-image] Aug 27 18:21:49.190 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111792026-08-27T18:21:50.260Z[ host-image] Aug 27 18:21:49.196 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.f -o /work/os-host/gimlet.rom`
111802026-08-27T18:21:50.376Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111812026-08-27T18:21:50.376Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111822026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111832026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111842026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111852026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111862026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111872026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111882026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111892026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111902026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111912026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111922026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111932026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111942026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111952026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO O| Info: ABL version: 0x100f5010
111962026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111972026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111982026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111992026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
112002026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
112012026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112022026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
112032026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
112042026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
112052026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
112062026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
112072026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
112082026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
112092026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
112102026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112112026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112122026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112132026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112142026-08-27T18:21:50.380Z[ host-image] Aug 27 18:21:49.313 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112152026-08-27T18:21:50.415Z[ host-image] Aug 27 18:21:49.351 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112162026-08-27T18:21:50.418Z[ host-image] Aug 27 18:21:49.351 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112172026-08-27T18:21:50.418Z[ host-image] Aug 27 18:21:49.351 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112182026-08-27T18:22:02.130Z[ host-image] Aug 27 18:22:01.065 INFO image complete! materials are in "/work/os-host"
112192026-08-27T18:22:02.134Z[ host-image]
112202026-08-27T18:22:02.135Z[ host-image] real 4:01.049425938
112212026-08-27T18:22:02.135Z[ host-image] user 2:51.944912910
112222026-08-27T18:22:02.135Z[ host-image] sys 37.138675580
112232026-08-27T18:22:02.135Z[ host-image] trap 0.143791778
112242026-08-27T18:22:02.135Z[ host-image] tflt 0.348848662
112252026-08-27T18:22:02.135Z[ host-image] dflt 0.254738187
112262026-08-27T18:22:02.135Z[ host-image] kflt 0.000118199
112272026-08-27T18:22:02.135Z[ host-image] lock 4:53.145118359
112282026-08-27T18:22:02.135Z[ host-image] slp 20:38.976515093
112292026-08-27T18:22:02.135Z[ host-image] lat 24.601336753
112302026-08-27T18:22:02.135Z[ host-image] stop 1.566885561
112312026-08-27T18:22:02.135ZAug 27 18:22:01.069 INFO [host-image] process exited with exit status: 0 (241.054578878s)
112322026-08-27T18:22:02.135ZAug 27 18:22:01.069 INFO [tuf-v2-host] running task
112332026-08-27T18:22:02.135ZAug 27 18:22:01.069 INFO [tuf-repo] running task
112342026-08-27T18:22:02.135ZAug 27 18:22:01.070 INFO [tuf-v2-host] task succeeded (528.27µs)
112352026-08-27T18:22:02.135ZAug 27 18:22:01.070 INFO [tuf-v2-repo] running task
112362026-08-27T18:22:24.065ZAug 27 18:22:23.000 INFO [tuf-v2-repo] task succeeded (21.930250536s)
112372026-08-27T18:22:24.195ZAug 27 18:22:23.130 INFO assembling repository in `/tmp/tufaceousT2dygc`, component: OmicronRepoAssembler
112382026-08-27T18:22:33.002ZAug 27 18:22:31.937 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112392026-08-27T18:22:33.251ZAug 27 18:22:32.187 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112402026-08-27T18:22:35.551ZAug 27 18:22:34.486 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112412026-08-27T18:22:35.607ZAug 27 18:22:34.543 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112422026-08-27T18:22:35.656ZAug 27 18:22:34.591 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112432026-08-27T18:22:35.704ZAug 27 18:22:34.639 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112442026-08-27T18:22:35.753ZAug 27 18:22:34.688 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112452026-08-27T18:22:35.811ZAug 27 18:22:34.746 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112462026-08-27T18:22:35.859ZAug 27 18:22:34.794 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112472026-08-27T18:22:46.303ZAug 27 18:22:45.238 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112482026-08-27T18:22:46.308ZAug 27 18:22:45.244 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112492026-08-27T18:22:46.332ZAug 27 18:22:45.267 INFO skipping duplicate RoT bootloader image, skipped: psc_rot_bootloader-psc_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112502026-08-27T18:22:46.396ZAug 27 18:22:45.331 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112512026-08-27T18:22:46.450ZAug 27 18:22:45.385 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112522026-08-27T18:22:46.512ZAug 27 18:22:45.447 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112532026-08-27T18:22:46.577ZAug 27 18:22:45.512 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112542026-08-27T18:22:46.583ZAug 27 18:22:45.518 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz
112552026-08-27T18:22:46.606ZAug 27 18:22:45.541 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz
112562026-08-27T18:22:48.330ZAug 27 18:22:47.265 INFO [tuf-repo] task succeeded (46.196228408s)
112572026-08-27T18:25:24.851Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 09s
112582026-08-27T18:25:24.855Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112592026-08-27T18:25:24.855Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112602026-08-27T18:25:27.523ZAug 27 18:25:26.456 INFO [verify-libraries] process exited with exit status: 0 (436.727060767s)
112612026-08-27T18:25:27.523ZAug 27 18:25:26.456 INFO all jobs completed in 1236.261463088s
112622026-08-27T18:25:28.698Zprocess exited: duration 1475007 ms, exit code 0
 
112632026-08-27T18:25:28.711Zfound 41 output files
112642026-08-27T18:25:28.712Zuploading: /work/manifest.toml (17334 bytes)
112652026-08-27T18:25:29.726Zuploaded: /work/manifest.toml
112662026-08-27T18:25:29.726Zuploading: /work/repo.zip (3295842300 bytes)
112672026-08-27T18:26:10.521Zuploaded: /work/repo.zip
112682026-08-27T18:26:10.521Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112692026-08-27T18:26:11.529Zuploaded: /work/repo.zip.sha256.txt
112702026-08-27T18:26:11.529Zuploading: /work/helios.json (647 bytes)
112712026-08-27T18:26:12.539Zuploaded: /work/helios.json
112722026-08-27T18:26:12.539Zuploading: /work/incorporation.p5m (113590 bytes)
112732026-08-27T18:26:13.556Zuploaded: /work/incorporation.p5m
112742026-08-27T18:26:13.556Zuploading: /work/incorporation.p5p (133120 bytes)
112752026-08-27T18:26:14.572Zuploaded: /work/incorporation.p5p
112762026-08-27T18:26:14.572Zuploading: /work/helios-incorp.log (522 bytes)
112772026-08-27T18:26:15.583Zuploaded: /work/helios-incorp.log
112782026-08-27T18:26:15.583Zuploading: /work/helios-setup.log (57113 bytes)
112792026-08-27T18:26:16.600Zuploaded: /work/helios-setup.log
112802026-08-27T18:26:16.600Zuploading: /work/host-image.log (233348 bytes)
112812026-08-27T18:26:17.617Zuploaded: /work/host-image.log
112822026-08-27T18:26:17.617Zuploading: /work/host-package.log (33790 bytes)
112832026-08-27T18:26:18.630Zuploaded: /work/host-package.log
112842026-08-27T18:26:18.630Zuploading: /work/host-target.log (101 bytes)
112852026-08-27T18:26:19.642Zuploaded: /work/host-target.log
112862026-08-27T18:26:19.642Zuploading: /work/incorp-create.log (0 bytes)
112872026-08-27T18:26:20.652Zuploaded: /work/incorp-create.log
112882026-08-27T18:26:20.652Zuploading: /work/incorp-fmt.log (0 bytes)
112892026-08-27T18:26:21.661Zuploaded: /work/incorp-fmt.log
112902026-08-27T18:26:21.661Zuploading: /work/incorp-pkgsend.log (108 bytes)
112912026-08-27T18:26:22.672Zuploaded: /work/incorp-pkgsend.log
112922026-08-27T18:26:22.672Zuploading: /work/incorp-publisher.log (0 bytes)
112932026-08-27T18:26:23.681Zuploaded: /work/incorp-publisher.log
112942026-08-27T18:26:23.681Zuploading: /work/omicron-package.log (10430 bytes)
112952026-08-27T18:26:24.691Zuploaded: /work/omicron-package.log
112962026-08-27T18:26:24.691Zuploading: /work/recovery-image.log (591661 bytes)
112972026-08-27T18:26:25.711Zuploaded: /work/recovery-image.log
112982026-08-27T18:26:25.711Zuploading: /work/recovery-package.log (321 bytes)
112992026-08-27T18:26:26.722Zuploaded: /work/recovery-package.log
113002026-08-27T18:26:26.722Zuploading: /work/recovery-target.log (98 bytes)
113012026-08-27T18:26:27.733Zuploaded: /work/recovery-target.log
113022026-08-27T18:26:27.733Zuploading: /work/stamp-clickhouse.log (117 bytes)
113032026-08-27T18:26:28.744Zuploaded: /work/stamp-clickhouse.log
113042026-08-27T18:26:28.744Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113052026-08-27T18:26:29.753Zuploaded: /work/stamp-clickhouse_keeper.log
113062026-08-27T18:26:29.753Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113072026-08-27T18:26:30.763Zuploaded: /work/stamp-clickhouse_server.log
113082026-08-27T18:26:30.763Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113092026-08-27T18:26:31.775Zuploaded: /work/stamp-cockroachdb.log
113102026-08-27T18:26:31.775Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113112026-08-27T18:26:32.786Zuploaded: /work/stamp-crucible-pantry-zone.log
113122026-08-27T18:26:32.786Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113132026-08-27T18:26:33.799Zuploaded: /work/stamp-crucible-utils.log
113142026-08-27T18:26:33.799Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113152026-08-27T18:26:34.809Zuploaded: /work/stamp-crucible-zone.log
113162026-08-27T18:26:34.809Zuploading: /work/stamp-external-dns.log (119 bytes)
113172026-08-27T18:26:35.822Zuploaded: /work/stamp-external-dns.log
113182026-08-27T18:26:35.822Zuploading: /work/stamp-installinator.log (103 bytes)
113192026-08-27T18:26:36.832Zuploaded: /work/stamp-installinator.log
113202026-08-27T18:26:36.833Zuploading: /work/stamp-internal-dns.log (119 bytes)
113212026-08-27T18:26:37.843Zuploaded: /work/stamp-internal-dns.log
113222026-08-27T18:26:37.843Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113232026-08-27T18:26:38.854Zuploaded: /work/stamp-mg-ddm-gz.log
113242026-08-27T18:26:38.854Zuploading: /work/stamp-nexus.log (112 bytes)
113252026-08-27T18:26:39.865Zuploaded: /work/stamp-nexus.log
113262026-08-27T18:26:39.865Zuploading: /work/stamp-ntp.log (110 bytes)
113272026-08-27T18:26:40.877Zuploaded: /work/stamp-ntp.log
113282026-08-27T18:26:40.877Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113292026-08-27T18:26:41.887Zuploaded: /work/stamp-omicron-sled-agent.log
113302026-08-27T18:26:41.887Zuploading: /work/stamp-overlay.log (114 bytes)
113312026-08-27T18:26:42.897Zuploaded: /work/stamp-overlay.log
113322026-08-27T18:26:42.897Zuploading: /work/stamp-oximeter.log (115 bytes)
113332026-08-27T18:26:43.922Zuploaded: /work/stamp-oximeter.log
113342026-08-27T18:26:43.922Zuploading: /work/stamp-oxlog.log (109 bytes)
113352026-08-27T18:26:44.932Zuploaded: /work/stamp-oxlog.log
113362026-08-27T18:26:44.932Zuploading: /work/stamp-probe.log (112 bytes)
113372026-08-27T18:26:45.943Zuploaded: /work/stamp-probe.log
113382026-08-27T18:26:45.943Zuploading: /work/stamp-propolis-server.log (122 bytes)
113392026-08-27T18:26:46.953Zuploaded: /work/stamp-propolis-server.log
113402026-08-27T18:26:46.953Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113412026-08-27T18:26:47.980Zuploaded: /work/stamp-pumpkind-gz.log
113422026-08-27T18:26:47.980Zuploading: /work/stamp-switch-asic.log (118 bytes)
113432026-08-27T18:26:48.991Zuploaded: /work/stamp-switch-asic.log
113442026-08-27T18:26:48.991Zuploading: /work/verify-libraries.log (50737 bytes)
113452026-08-27T18:26:50.005Zuploaded: /work/verify-libraries.log