01M17NC0WRHKWAY7ZKHKZX2472: 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: 01M17NCE9F9SXBJGMNPJEFCY3G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T21:05:03.159Zjob assigned to worker 01M17NCHFAAKA69PZZK9VXS17R [factory aws, i-040149bfca86ce033] (queued for 57 s)
 
22026-08-29T21:05:10.073Zstarting task 0: "setup"
32026-08-29T21:05:10.079Z++ uname -s
42026-08-29T21:05:10.085Z+ kern=SunOS
52026-08-29T21:05:10.085Z+ build_user=build
62026-08-29T21:05:10.085Z+ build_uid=12345
72026-08-29T21:05:10.085Z+ work_dir=/work
82026-08-29T21:05:10.085Z+ input_dir=/input
92026-08-29T21:05:10.086Z+ [[ 0 == 12345 ]]
102026-08-29T21:05:10.086Z+ case "$kern" in
112026-08-29T21:05:10.086Z+ groupadd -g 12345 build
122026-08-29T21:05:10.086Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T21:05:12.089Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T21:05:12.149Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T21:05:12.153Z+ home_fs=zfs
162026-08-29T21:05:12.153Z+ [[ zfs == autofs ]]
172026-08-29T21:05:12.153Z+ mkdir -p /home/build
182026-08-29T21:05:12.153Z+ chown build:build /home/build /work
192026-08-29T21:05:14.155Z+ chmod 0700 /home/build /work
202026-08-29T21:05:14.162Zprocess exited: duration 4087 ms, exit code 0
 
212026-08-29T21:05:14.169Zstarting task 1: "rust-toolchain"
222026-08-29T21:05:14.174Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T21:05:14.174Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-29T21:05:14.174Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-29T21:05:14.174Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-29T21:05:14.174Z * rust toolchain channel = "1.97.1"
272026-08-29T21:05:14.174Z * rust toolchain profile = "default"
282026-08-29T21:05:14.179Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T21:05:14.179Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T21:05:14.307Zinfo: downloading installer
312026-08-29T21:05:15.800Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T21:05:15.801Zwarn: /home/build/.rustup/settings.toml
332026-08-29T21:05:15.801Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T21:05:15.801Zwarn: instead of the one inferred from the default host triple.
352026-08-29T21:05:15.813Zinfo: profile set to default
362026-08-29T21:05:15.813Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T21:05:15.821Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T21:05:15.949Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T21:05:15.952Zinfo: downloading 6 components
402026-08-29T21:05:31.155Z
412026-08-29T21:05:31.155Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-29T21:05:31.182Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T21:05:31.182Z
442026-08-29T21:05:31.182Z
452026-08-29T21:05:31.182ZRust is installed now. Great!
462026-08-29T21:05:31.182Z
472026-08-29T21:05:31.182ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T21:05:31.182Zenvironment variable. This has not been done automatically.
492026-08-29T21:05:31.182Z
502026-08-29T21:05:31.182ZTo configure your current shell, you need to source
512026-08-29T21:05:31.182Zthe corresponding env file under $HOME/.cargo.
522026-08-29T21:05:31.182Z
532026-08-29T21:05:31.182ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T21:05:31.182Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T21:05:31.182Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T21:05:31.182Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T21:05:31.182Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T21:05:31.183Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T21:05:31.183Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T21:05:31.186Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T21:05:31.186Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T21:05:31.286Z+ rustup --version
632026-08-29T21:05:31.293Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T21:05:31.293Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T21:05:31.312Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T21:05:31.315Z+ cargo --version
672026-08-29T21:05:31.323Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T21:05:31.326Z+ rustc --version
692026-08-29T21:05:31.347Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T21:05:31.351Zprocess exited: duration 17181 ms, exit code 0
 
712026-08-29T21:05:31.358Zstarting task 2: "authentication"
722026-08-29T21:05:31.377Zprocess exited: duration 18 ms, exit code 0
 
732026-08-29T21:05:31.386Zstarting task 3: "clone repository"
742026-08-29T21:05:31.390Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T21:05:31.394Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T21:05:31.425ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T21:05:50.701Z+ cd /work/oxidecomputer/omicron
782026-08-29T21:05:50.701Z+ git fetch origin 1cb7ef2815f22fdc98e64c4762eee266ca31f829
792026-08-29T21:05:51.042ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T21:05:51.042Z * branch 1cb7ef2815f22fdc98e64c4762eee266ca31f829 -> FETCH_HEAD
812026-08-29T21:05:51.058Z+ [[ -n nexus-tunnel ]]
822026-08-29T21:05:51.062Z++ git branch --show-current
832026-08-29T21:05:51.062Z+ current=main
842026-08-29T21:05:51.062Z+ [[ main != nexus-tunnel ]]
852026-08-29T21:05:51.062Z+ git branch -f nexus-tunnel 1cb7ef2815f22fdc98e64c4762eee266ca31f829
862026-08-29T21:05:51.076Z+ git checkout -f nexus-tunnel
872026-08-29T21:05:51.138ZSwitched to branch 'nexus-tunnel'
882026-08-29T21:05:51.142Z+ git reset --hard 1cb7ef2815f22fdc98e64c4762eee266ca31f829
892026-08-29T21:05:51.220ZHEAD is now at 1cb7ef281 Advance sush to sled health
902026-08-29T21:05:51.224Zprocess exited: duration 19832 ms, exit code 0
 
912026-08-29T21:05:51.231Zstarting task 4: "build"
922026-08-29T21:05:51.236Z+ source .github/buildomat/ci-env.sh
932026-08-29T21:05:51.239Z++ export CARGO_TERM_COLOR=always
942026-08-29T21:05:51.239Z++ CARGO_TERM_COLOR=always
952026-08-29T21:05:51.239Z+++ uname -s
962026-08-29T21:05:51.239Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T21:05:51.240Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T21:05:51.243Z+ cargo --version
992026-08-29T21:05:51.250Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T21:05:51.254Z+ rustc --version
1012026-08-29T21:05:51.273Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T21:05:51.276Z+ cargo tree --locked
1032026-08-29T21:05:51.443Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-29T21:05:51.771Z Updating crates.io index
1052026-08-29T21:05:51.775Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-29T21:05:52.028Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-29T21:05:52.409Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1082026-08-29T21:05:52.732Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-29T21:05:54.043Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-29T21:05:54.697Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-29T21:05:56.805Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-29T21:05:57.925Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-29T21:05:58.239Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-29T21:05:58.625Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-29T21:05:59.984Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-29T21:06:00.331Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-29T21:06:00.754Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-29T21:06:01.044Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-29T21:06:01.313Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-29T21:06:01.601Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-29T21:06:01.940Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-29T21:06:02.251Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-29T21:06:02.624Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-29T21:06:03.002Z Updating git repository `https://github.com/oxidecomputer/sush`
1252026-08-29T21:06:03.595Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-29T21:06:04.232Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-29T21:06:04.530Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-29T21:06:05.160Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-29T21:06:05.523Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-29T21:06:05.812Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-29T21:06:06.312Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-29T21:06:06.612Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-29T21:06:06.997Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-29T21:06:07.525Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-29T21:06:07.848Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-29T21:06:08.196Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-29T21:06:08.653Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-29T21:06:09.420Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-29T21:06:09.718Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-29T21:06:10.011Z Updating git repository `https://github.com/oxidecomputer/rumors`
1412026-08-29T21:06:20.477Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-29T21:06:20.813Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-08-29T21:06:21.532Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-08-29T21:06:21.791Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1452026-08-29T21:06:22.194Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1462026-08-29T21:06:22.513Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1472026-08-29T21:06:22.822Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1482026-08-29T21:06:23.105Z Updating git repository `https://github.com/illumos/smf-rs`
1492026-08-29T21:06:26.033Z Downloading crates ...
1502026-08-29T21:06:26.076Z Downloaded dtrace-parser v0.3.0
1512026-08-29T21:06:26.083Z Downloaded embedded-io v0.6.1
1522026-08-29T21:06:26.092Z Downloaded float-cmp v0.10.0
1532026-08-29T21:06:26.096Z Downloaded dyn-clone v1.0.20
1542026-08-29T21:06:26.096Z Downloaded dropshot-api-manager-types v0.8.0
1552026-08-29T21:06:26.099Z Downloaded embedded-io v0.4.0
1562026-08-29T21:06:26.099Z Downloaded endian-type v0.1.2
1572026-08-29T21:06:26.099Z Downloaded lazy_static v1.5.0
1582026-08-29T21:06:26.099Z Downloaded enum-as-inner v0.6.1
1592026-08-29T21:06:26.099Z Downloaded event-listener-strategy v0.5.4
1602026-08-29T21:06:26.104Z Downloaded env_filter v2.0.0
1612026-08-29T21:06:26.104Z Downloaded equivalent v1.0.2
1622026-08-29T21:06:26.104Z Downloaded escape8259 v0.5.3
1632026-08-29T21:06:26.106Z Downloaded fd-lock v4.0.4
1642026-08-29T21:06:26.107Z Downloaded lock_api v0.4.14
1652026-08-29T21:06:26.107Z Downloaded dtrace-parser v0.2.0
1662026-08-29T21:06:26.109Z Downloaded either v1.15.0
1672026-08-29T21:06:26.109Z Downloaded errno v0.3.14
1682026-08-29T21:06:26.112Z Downloaded flagset v0.4.7
1692026-08-29T21:06:26.116Z Downloaded linear-map v1.2.0
1702026-08-29T21:06:26.119Z Downloaded form_urlencoded v1.2.2
1712026-08-29T21:06:26.119Z Downloaded futures-sink v0.3.32
1722026-08-29T21:06:26.119Z Downloaded fnv v1.0.7
1732026-08-29T21:06:26.119Z Downloaded mime_guess v2.0.5
1742026-08-29T21:06:26.122Z Downloaded fastrand v2.3.0
1752026-08-29T21:06:26.122Z Downloaded libxml v0.3.3
1762026-08-29T21:06:26.126Z Downloaded dsl_auto_type v0.2.0
1772026-08-29T21:06:26.126Z Downloaded fixedbitset v0.4.2
1782026-08-29T21:06:26.126Z Downloaded float-ord v0.3.2
1792026-08-29T21:06:26.126Z Downloaded dunce v1.0.5
1802026-08-29T21:06:26.126Z Downloaded ed25519 v2.2.3
1812026-08-29T21:06:26.129Z Downloaded fixedbitset v0.5.7
1822026-08-29T21:06:26.130Z Downloaded libscf-sys v1.2.0
1832026-08-29T21:06:26.130Z Downloaded md-5 v0.10.6
1842026-08-29T21:06:26.130Z Downloaded num-conv v0.2.0
1852026-08-29T21:06:26.130Z Downloaded libefi-sys v0.1.0
1862026-08-29T21:06:26.130Z Downloaded libsw v3.5.0
1872026-08-29T21:06:26.133Z Downloaded memoffset v0.9.1
1882026-08-29T21:06:26.133Z Downloaded ena v0.14.4
1892026-08-29T21:06:26.133Z Downloaded ecdsa v0.16.9
1902026-08-29T21:06:26.133Z Downloaded env_logger v0.11.11
1912026-08-29T21:06:26.136Z Downloaded libtest-mimic v0.8.1
1922026-08-29T21:06:26.136Z Downloaded enum_dispatch v0.3.13
1932026-08-29T21:06:26.139Z Downloaded erased-serde v0.3.31
1942026-08-29T21:06:26.139Z Downloaded foreign-types v0.3.2
1952026-08-29T21:06:26.139Z Downloaded foreign-types v0.5.0
1962026-08-29T21:06:26.143Z Downloaded memmap2 v0.9.10
1972026-08-29T21:06:26.143Z Downloaded ghash v0.6.0
1982026-08-29T21:06:26.143Z Downloaded foreign-types-macros v0.2.3
1992026-08-29T21:06:26.143Z Downloaded nodrop v0.1.14
2002026-08-29T21:06:26.146Z Downloaded num_threads v0.1.7
2012026-08-29T21:06:26.146Z Downloaded fallible-iterator v0.2.0
2022026-08-29T21:06:26.146Z Downloaded ed25519 v3.0.0
2032026-08-29T21:06:26.146Z Downloaded filetime v0.2.27
2042026-08-29T21:06:26.149Z Downloaded libbz2-rs-sys v0.2.2
2052026-08-29T21:06:26.149Z Downloaded lru v0.18.3
2062026-08-29T21:06:26.150Z Downloaded new_debug_unreachable v1.0.6
2072026-08-29T21:06:26.153Z Downloaded find-msvc-tools v0.1.9
2082026-08-29T21:06:26.153Z Downloaded fs-err v3.3.0
2092026-08-29T21:06:26.153Z Downloaded md5 v0.8.0
2102026-08-29T21:06:26.156Z Downloaded num v0.4.3
2112026-08-29T21:06:26.156Z Downloaded memmap v0.7.0
2122026-08-29T21:06:26.156Z Downloaded foreign-types-shared v0.1.1
2132026-08-29T21:06:26.156Z Downloaded hash32 v0.2.1
2142026-08-29T21:06:26.163Z Downloaded miette-derive v5.10.0
2152026-08-29T21:06:26.163Z Downloaded maybe-uninit v2.0.0
2162026-08-29T21:06:26.163Z Downloaded futures-macro v0.3.32
2172026-08-29T21:06:26.163Z Downloaded miniz_oxide v0.8.9
2182026-08-29T21:06:26.163Z Downloaded git-stub v1.0.0
2192026-08-29T21:06:26.163Z Downloaded libsw-core v0.3.2
2202026-08-29T21:06:26.170Z Downloaded foreign-types-shared v0.3.1
2212026-08-29T21:06:26.170Z Downloaded addr2line v0.25.1
2222026-08-29T21:06:26.170Z Downloaded ff v0.14.0
2232026-08-29T21:06:26.170Z Downloaded guppy-workspace-hack v0.1.0
2242026-08-29T21:06:26.170Z Downloaded foldhash v0.1.5
2252026-08-29T21:06:26.171Z Downloaded lru-cache v0.1.2
2262026-08-29T21:06:26.171Z Downloaded lzss v0.8.2
2272026-08-29T21:06:26.176Z Downloaded globwalk v0.9.1
2282026-08-29T21:06:26.177Z Downloaded hash32 v0.3.1
2292026-08-29T21:06:26.177Z Downloaded fxhash v0.2.1
2302026-08-29T21:06:26.177Z Downloaded linkme-impl v0.3.35
2312026-08-29T21:06:26.177Z Downloaded managed v0.8.0
2322026-08-29T21:06:26.177Z Downloaded gethostname v0.5.0
2332026-08-29T21:06:26.177Z Downloaded futures-io v0.3.32
2342026-08-29T21:06:26.177Z Downloaded futures-task v0.3.32
2352026-08-29T21:06:26.177Z Downloaded match_cfg v0.1.0
2362026-08-29T21:06:26.177Z Downloaded generic-array v0.14.7
2372026-08-29T21:06:26.193Z Downloaded linked-hash-map v0.5.6
2382026-08-29T21:06:26.194Z Downloaded lru-slab v0.1.2
2392026-08-29T21:06:26.194Z Downloaded macaddr v1.0.1
2402026-08-29T21:06:26.194Z Downloaded futures-core v0.3.32
2412026-08-29T21:06:26.194Z Downloaded num-iter v0.1.45
2422026-08-29T21:06:26.194Z Downloaded maplit v1.0.2
2432026-08-29T21:06:26.194Z Downloaded newtype_derive v0.1.6
2442026-08-29T21:06:26.194Z Downloaded num-integer v0.1.46
2452026-08-29T21:06:26.207Z Downloaded num-primitive v0.2.1
2462026-08-29T21:06:26.207Z Downloaded funty v2.0.0
2472026-08-29T21:06:26.207Z Downloaded nested v0.1.1
2482026-08-29T21:06:26.207Z Downloaded group v0.13.0
2492026-08-29T21:06:26.207Z Downloaded group v0.14.0
2502026-08-29T21:06:26.207Z Downloaded nonempty v0.12.0
2512026-08-29T21:06:26.207Z Downloaded num-derive v0.4.2
2522026-08-29T21:06:26.207Z Downloaded block-buffer v0.10.4
2532026-08-29T21:06:26.207Z Downloaded cfg_aliases v0.1.1
2542026-08-29T21:06:26.207Z Downloaded openssl-macros v0.1.1
2552026-08-29T21:06:26.207Z Downloaded mime v0.3.17
2562026-08-29T21:06:26.208Z Downloaded normalize-line-endings v0.3.0
2572026-08-29T21:06:26.208Z Downloaded lru v0.12.5
2582026-08-29T21:06:26.208Z Downloaded cfg-if v1.0.4
2592026-08-29T21:06:26.208Z Downloaded cobs v0.3.0
2602026-08-29T21:06:26.208Z Downloaded olpc-cjson v0.1.4
2612026-08-29T21:06:26.208Z Downloaded openssl-probe v0.1.6
2622026-08-29T21:06:26.208Z Downloaded openssl-probe v0.2.1
2632026-08-29T21:06:26.208Z Downloaded num_enum_derive v0.5.11
2642026-08-29T21:06:26.208Z Downloaded multimap v0.10.1
2652026-08-29T21:06:26.208Z Downloaded libloading v0.8.9
2662026-08-29T21:06:26.208Z Downloaded minimal-lexical v0.2.1
2672026-08-29T21:06:26.208Z Downloaded ecdsa v0.17.0
2682026-08-29T21:06:26.208Z Downloaded event-listener v5.4.1
2692026-08-29T21:06:26.209Z Downloaded ff v0.13.1
2702026-08-29T21:06:26.220Z Downloaded foldhash v0.2.0
2712026-08-29T21:06:26.220Z Downloaded git-stub-vcs v0.1.0
2722026-08-29T21:06:26.220Z Downloaded half v1.8.3
2732026-08-29T21:06:26.221Z Downloaded newtype-uuid-macros v0.1.0
2742026-08-29T21:06:26.221Z Downloaded cpufeatures v0.3.0
2752026-08-29T21:06:26.221Z Downloaded newline-converter v0.3.0
2762026-08-29T21:06:26.221Z Downloaded nibble_vec v0.1.0
2772026-08-29T21:06:26.221Z Downloaded crunchy v0.2.4
2782026-08-29T21:06:26.221Z Downloaded crypto-common v0.2.2
2792026-08-29T21:06:26.221Z Downloaded cstr-argument v0.1.2
2802026-08-29T21:06:26.221Z Downloaded dirs-next v2.0.0
2812026-08-29T21:06:26.221Z Downloaded opaque-debug v0.3.1
2822026-08-29T21:06:26.221Z Downloaded multer v3.1.0
2832026-08-29T21:06:26.227Z Downloaded nu-ansi-term v0.50.3
2842026-08-29T21:06:26.227Z Downloaded globset v0.4.18
2852026-08-29T21:06:26.227Z Downloaded bit-vec v0.8.0
2862026-08-29T21:06:26.227Z Downloaded elliptic-curve v0.14.1
2872026-08-29T21:06:26.227Z Downloaded elliptic-curve v0.13.8
2882026-08-29T21:06:26.227Z Downloaded miette-derive v7.6.0
2892026-08-29T21:06:26.227Z Downloaded newtype-uuid v1.3.2
2902026-08-29T21:06:26.232Z Downloaded fs-err v2.11.0
2912026-08-29T21:06:26.232Z Downloaded fs_extra v1.3.0
2922026-08-29T21:06:26.232Z Downloaded futures-executor v0.3.32
2932026-08-29T21:06:26.232Z Downloaded futures-timer v3.0.3
2942026-08-29T21:06:26.232Z Downloaded defmt-parser v1.0.0
2952026-08-29T21:06:26.232Z Downloaded difflib v0.4.0
2962026-08-29T21:06:26.232Z Downloaded plotters-svg v0.3.7
2972026-08-29T21:06:26.236Z Downloaded progenitor-client v0.14.0
2982026-08-29T21:06:26.241Z Downloaded nanorand v0.7.0
2992026-08-29T21:06:26.241Z Downloaded num_enum v0.7.6
3002026-08-29T21:06:26.241Z Downloaded predicates-core v1.0.10
3012026-08-29T21:06:26.247Z Downloaded litemap v0.8.1
3022026-08-29T21:06:26.247Z Downloaded buf-list v1.1.2
3032026-08-29T21:06:26.247Z Downloaded oorandom v11.1.5
3042026-08-29T21:06:26.247Z Downloaded cassowary v0.3.0
3052026-08-29T21:06:26.247Z Downloaded module-lattice v0.2.3
3062026-08-29T21:06:26.270Z Downloaded num-rational v0.4.2
3072026-08-29T21:06:26.271Z Downloaded cmov v0.5.4
3082026-08-29T21:06:26.271Z Downloaded mio v1.2.0
3092026-08-29T21:06:26.271Z Downloaded pwd v1.4.0
3102026-08-29T21:06:26.271Z Downloaded rand_pcg v0.10.2
3112026-08-29T21:06:26.271Z Downloaded rustc_version v0.4.1
3122026-08-29T21:06:26.271Z Downloaded serde_plain v1.0.2
3132026-08-29T21:06:26.271Z Downloaded secrecy v0.8.0
3142026-08-29T21:06:26.271Z Downloaded serde_spanned v1.1.1
3152026-08-29T21:06:26.271Z Downloaded sha1 v0.11.0
3162026-08-29T21:06:26.271Z Downloaded linkme v0.3.35
3172026-08-29T21:06:26.271Z Downloaded dropshot_endpoint v0.17.1
3182026-08-29T21:06:26.277Z Downloaded cargo_metadata v0.23.1
3192026-08-29T21:06:26.277Z Downloaded num_enum v0.5.11
3202026-08-29T21:06:26.277Z Downloaded crc8 v0.1.1
3212026-08-29T21:06:26.277Z Downloaded num-complex v0.4.6
3222026-08-29T21:06:26.277Z Downloaded getrandom v0.2.17
3232026-08-29T21:06:26.277Z Downloaded concurrent-queue v2.5.0
3242026-08-29T21:06:26.277Z Downloaded glob v0.3.3
3252026-08-29T21:06:26.278Z Downloaded camino-tempfile v1.4.1
3262026-08-29T21:06:26.278Z Downloaded dirs-sys-next v0.1.2
3272026-08-29T21:06:26.278Z Downloaded crossbeam-deque v0.8.6
3282026-08-29T21:06:26.278Z Downloaded signature v3.0.0
3292026-08-29T21:06:26.278Z Downloaded darling v0.13.4
3302026-08-29T21:06:26.278Z Downloaded russh-util v0.52.0
3312026-08-29T21:06:26.278Z Downloaded signal-hook-mio v0.2.5
3322026-08-29T21:06:26.278Z Downloaded sigpipe v0.1.3
3332026-08-29T21:06:26.278Z Downloaded scroll_derive v0.13.1
3342026-08-29T21:06:26.283Z Downloaded num_enum_derive v0.7.6
3352026-08-29T21:06:26.283Z Downloaded once_cell v1.21.3
3362026-08-29T21:06:26.283Z Downloaded constant_time_eq v0.4.2
3372026-08-29T21:06:26.283Z Downloaded deranged v0.5.8
3382026-08-29T21:06:26.284Z Downloaded primefield v0.14.0
3392026-08-29T21:06:26.284Z Downloaded primeorder v0.13.6
3402026-08-29T21:06:26.288Z Downloaded stable_deref_trait v1.2.1
3412026-08-29T21:06:26.288Z Downloaded swrite v0.1.0
3422026-08-29T21:06:26.288Z Downloaded diesel-dtrace v0.5.0
3432026-08-29T21:06:26.288Z Downloaded bitflags v1.3.2
3442026-08-29T21:06:26.288Z Downloaded tabwriter v1.4.1
3452026-08-29T21:06:26.288Z Downloaded supports-color v2.1.0
3462026-08-29T21:06:26.288Z Downloaded sqlparser_derive v0.5.0
3472026-08-29T21:06:26.288Z Downloaded supports-unicode v2.1.0
3482026-08-29T21:06:26.292Z Downloaded supports-unicode v3.0.0
3492026-08-29T21:06:26.292Z Downloaded fatfs v0.3.6
3502026-08-29T21:06:26.292Z Downloaded futures-channel v0.3.32
3512026-08-29T21:06:26.292Z Downloaded litrs v1.0.0
3522026-08-29T21:06:26.292Z Downloaded rand_core v0.6.4
3532026-08-29T21:06:26.296Z Downloaded ml-kem v0.3.2
3542026-08-29T21:06:26.296Z Downloaded phf v0.13.1
3552026-08-29T21:06:26.296Z Downloaded ppv-lite86 v0.2.21
3562026-08-29T21:06:26.296Z Downloaded native-tls v0.2.18
3572026-08-29T21:06:26.300Z Downloaded num-modular v0.6.5
3582026-08-29T21:06:26.300Z Downloaded postgres-protocol v0.6.10
3592026-08-29T21:06:26.303Z Downloaded rustc_version v0.1.7
3602026-08-29T21:06:26.303Z Downloaded hashbrown v0.13.2
3612026-08-29T21:06:26.303Z Downloaded testing_table v0.3.0
3622026-08-29T21:06:26.306Z Downloaded trait-variant v0.1.2
3632026-08-29T21:06:26.312Z Downloaded universal-hash v0.5.1
3642026-08-29T21:06:26.312Z Downloaded untrusted v0.9.0
3652026-08-29T21:06:26.312Z Downloaded version_check v0.9.5
3662026-08-29T21:06:26.312Z Downloaded want v0.3.1
3672026-08-29T21:06:26.312Z Downloaded progenitor v0.14.0
3682026-08-29T21:06:26.312Z Downloaded progenitor-client v0.13.0
3692026-08-29T21:06:26.312Z Downloaded quote v1.0.45
3702026-08-29T21:06:26.316Z Downloaded r2d2 v0.8.10
3712026-08-29T21:06:26.319Z Downloaded darling v0.23.0
3722026-08-29T21:06:26.322Z Downloaded typify-macro v0.6.2
3732026-08-29T21:06:26.322Z Downloaded slog-dtrace v0.3.0
3742026-08-29T21:06:26.322Z Downloaded structmeta v0.3.0
3752026-08-29T21:06:26.322Z Downloaded usdt-attr-macro v0.5.0
3762026-08-29T21:06:26.322Z Downloaded flume v0.11.1
3772026-08-29T21:06:26.325Z Downloaded snafu-derive v0.8.9
3782026-08-29T21:06:26.326Z Downloaded cookie_store v0.22.1
3792026-08-29T21:06:26.328Z Downloaded crc32fast v1.5.0
3802026-08-29T21:06:26.328Z Downloaded sec1 v0.7.3
3812026-08-29T21:06:26.328Z Downloaded getrandom v0.3.4
3822026-08-29T21:06:26.332Z Downloaded getrandom v0.4.3
3832026-08-29T21:06:26.332Z Downloaded zone v0.3.1
3842026-08-29T21:06:26.332Z Downloaded zone_cfg_derive v0.3.1
3852026-08-29T21:06:26.335Z Downloaded darling v0.21.3
3862026-08-29T21:06:26.335Z Downloaded stringmetrics v2.2.2
3872026-08-29T21:06:26.338Z Downloaded log v0.4.33
3882026-08-29T21:06:26.338Z Downloaded der_derive v0.7.3
3892026-08-29T21:06:26.338Z Downloaded usdt-attr-macro v0.6.0
3902026-08-29T21:06:26.338Z Downloaded rlimit v0.10.2
3912026-08-29T21:06:26.341Z Downloaded slog-term v2.9.2
3922026-08-29T21:06:26.341Z Downloaded string_cache v0.8.9
3932026-08-29T21:06:26.341Z Downloaded target-triple v1.0.0
3942026-08-29T21:06:26.345Z Downloaded hex-literal v0.4.1
3952026-08-29T21:06:26.345Z Downloaded hex-literal v1.1.0
3962026-08-29T21:06:26.345Z Downloaded pest_derive v2.8.6
3972026-08-29T21:06:26.345Z Downloaded generic-array v1.4.3
3982026-08-29T21:06:26.349Z Downloaded smallvec v0.6.14
3992026-08-29T21:06:26.349Z Downloaded pkcs1 v0.8.0-rc.4
4002026-08-29T21:06:26.352Z Downloaded strum_macros v0.27.2
4012026-08-29T21:06:26.353Z Downloaded tokio-dtrace v0.1.1
4022026-08-29T21:06:26.353Z Downloaded ed25519-dalek v2.2.0
4032026-08-29T21:06:26.353Z Downloaded ed25519-dalek v3.0.0
4042026-08-29T21:06:26.356Z Downloaded futures v0.3.32
4052026-08-29T21:06:26.360Z Downloaded http-range-header v0.4.2
4062026-08-29T21:06:26.360Z Downloaded pkcs8 v0.11.0
4072026-08-29T21:06:26.360Z Downloaded thiserror v2.0.18
4082026-08-29T21:06:26.363Z Downloaded internet-checksum v0.2.1
4092026-08-29T21:06:26.364Z Downloaded illumos-nvpair-sys v0.2.0
4102026-08-29T21:06:26.364Z Downloaded tokio-tungstenite v0.28.0
4112026-08-29T21:06:26.364Z Downloaded tokio-tungstenite v0.23.1
4122026-08-29T21:06:26.367Z Downloaded blake2 v0.11.0-rc.6
4132026-08-29T21:06:26.367Z Downloaded ciborium v0.2.2
4142026-08-29T21:06:26.367Z Downloaded kstat-rs v0.2.5
4152026-08-29T21:06:26.371Z Downloaded parking v2.2.1
4162026-08-29T21:06:26.371Z Downloaded sec1 v0.8.1
4172026-08-29T21:06:26.374Z Downloaded darling_core v0.13.4
4182026-08-29T21:06:26.378Z Downloaded keccak v0.1.6
4192026-08-29T21:06:26.378Z Downloaded writeable v0.6.2
4202026-08-29T21:06:26.378Z Downloaded wyz v0.5.1
4212026-08-29T21:06:26.378Z Downloaded fancy-regex v0.14.0
4222026-08-29T21:06:26.382Z Downloaded oxide-generation-macros v0.2.0
4232026-08-29T21:06:26.382Z Downloaded usdt-impl v0.5.0
4242026-08-29T21:06:26.382Z Downloaded parse-display v0.10.0
4252026-08-29T21:06:26.386Z Downloaded darling v0.20.11
4262026-08-29T21:06:26.386Z Downloaded path-slash v0.1.5
4272026-08-29T21:06:26.386Z Downloaded async-stream v0.3.6
4282026-08-29T21:06:26.386Z Downloaded atomicwrites v0.4.4
4292026-08-29T21:06:26.386Z Downloaded vergen-lib v9.1.0
4302026-08-29T21:06:26.389Z Downloaded yoke v0.8.1
4312026-08-29T21:06:26.390Z Downloaded libm v0.2.16
4322026-08-29T21:06:26.393Z Downloaded aead v0.5.2
4332026-08-29T21:06:26.396Z Downloaded omicron-zone-package v0.12.3
4342026-08-29T21:06:26.396Z Downloaded pin-project v1.1.11
4352026-08-29T21:06:26.401Z Downloaded drift v0.2.0
4362026-08-29T21:06:26.407Z Downloaded flate2 v1.1.9
4372026-08-29T21:06:26.410Z Downloaded spin v0.9.8
4382026-08-29T21:06:26.413Z Downloaded atty v0.2.14
4392026-08-29T21:06:26.413Z Downloaded zmij v1.0.21
4402026-08-29T21:06:26.413Z Downloaded cargo-platform v0.3.2
4412026-08-29T21:06:26.413Z Downloaded base16ct v0.2.0
4422026-08-29T21:06:26.414Z Downloaded assert-json-diff v2.0.2
4432026-08-29T21:06:26.417Z Downloaded backtrace-ext v0.2.1
4442026-08-29T21:06:26.417Z Downloaded expectorate v1.2.0
4452026-08-29T21:06:26.417Z Downloaded thiserror v1.0.69
4462026-08-29T21:06:26.420Z Downloaded tempfile v3.27.0
4472026-08-29T21:06:26.420Z Downloaded num-traits v0.2.19
4482026-08-29T21:06:26.423Z Downloaded impl-trait-for-tuples v0.2.3
4492026-08-29T21:06:26.423Z Downloaded itoa v1.0.17
4502026-08-29T21:06:26.424Z Downloaded ipnet v2.12.0
4512026-08-29T21:06:26.427Z Downloaded tokio-rustls v0.26.4
4522026-08-29T21:06:26.427Z Downloaded toml_parser v1.1.2+spec-1.1.0
4532026-08-29T21:06:26.427Z Downloaded bytes v1.11.1
4542026-08-29T21:06:26.430Z Downloaded schemars v0.8.22
4552026-08-29T21:06:26.435Z Downloaded ron v0.8.1
4562026-08-29T21:06:26.459Z Downloaded salsa20 v0.11.0
4572026-08-29T21:06:26.459Z Downloaded ucd-trie v0.1.7
4582026-08-29T21:06:26.459Z Downloaded jobserver v0.1.34
4592026-08-29T21:06:26.459Z Downloaded diesel_table_macro_syntax v0.3.0
4602026-08-29T21:06:26.459Z Downloaded chumsky v0.9.3
4612026-08-29T21:06:26.459Z Downloaded const-oid v0.10.2
4622026-08-29T21:06:26.459Z Downloaded usdt-impl v0.6.0
4632026-08-29T21:06:26.459Z Downloaded rustls-platform-verifier v0.6.2
4642026-08-29T21:06:26.459Z Downloaded serde_derive v1.0.228
4652026-08-29T21:06:26.459Z Downloaded darling_macro v0.13.4
4662026-08-29T21:06:26.459Z Downloaded darling_macro v0.21.3
4672026-08-29T21:06:26.459Z Downloaded powerfmt v0.2.0
4682026-08-29T21:06:26.459Z Downloaded phf_shared v0.11.3
4692026-08-29T21:06:26.459Z Downloaded predicates-tree v1.0.13
4702026-08-29T21:06:26.459Z Downloaded oxnet v0.1.6
4712026-08-29T21:06:26.459Z Downloaded peg v0.8.5
4722026-08-29T21:06:26.459Z Downloaded serde_yaml v0.9.34+deprecated
4732026-08-29T21:06:26.459Z Downloaded slog v2.8.2
4742026-08-29T21:06:26.463Z Downloaded rfc6979 v0.4.0
4752026-08-29T21:06:26.463Z Downloaded pem-rfc7468 v0.7.0
4762026-08-29T21:06:26.463Z Downloaded anstream v0.6.21
4772026-08-29T21:06:26.463Z Downloaded anstyle-parse v1.0.0
4782026-08-29T21:06:26.463Z Downloaded assert_cmd v2.1.2
4792026-08-29T21:06:26.463Z Downloaded proc-macro-crate v1.3.1
4802026-08-29T21:06:26.463Z Downloaded proc-macro-error-attr2 v2.0.0
4812026-08-29T21:06:26.463Z Downloaded bcs v0.1.6
4822026-08-29T21:06:26.467Z Downloaded half v2.7.1
4832026-08-29T21:06:26.467Z Downloaded block-buffer v0.12.1
4842026-08-29T21:06:26.467Z Downloaded bit-vec v0.6.3
4852026-08-29T21:06:26.467Z Downloaded test-strategy v0.4.5
4862026-08-29T21:06:26.471Z Downloaded textwrap v0.15.2
4872026-08-29T21:06:26.471Z Downloaded cexpr v0.6.0
4882026-08-29T21:06:26.471Z Downloaded hybrid-array v0.4.13
4892026-08-29T21:06:26.474Z Downloaded ref-cast-impl v1.0.25
4902026-08-29T21:06:26.474Z Downloaded byteorder v1.5.0
4912026-08-29T21:06:26.474Z Downloaded cipher v0.5.2
4922026-08-29T21:06:26.474Z Downloaded scheduled-thread-pool v0.2.7
4932026-08-29T21:06:26.478Z Downloaded prettyplease v0.2.37
4942026-08-29T21:06:26.478Z Downloaded httptest v0.16.4
4952026-08-29T21:06:26.478Z Downloaded openssl-sys v0.9.117
4962026-08-29T21:06:26.481Z Downloaded rtoolbox v0.0.3
4972026-08-29T21:06:26.481Z Downloaded highway v1.3.0
4982026-08-29T21:06:26.484Z Downloaded secrecy v0.10.3
4992026-08-29T21:06:26.484Z Downloaded hmac v0.13.0
5002026-08-29T21:06:26.484Z Downloaded textwrap v0.16.2
5012026-08-29T21:06:26.488Z Downloaded semver v0.1.20
5022026-08-29T21:06:26.488Z Downloaded shell-words v1.1.1
5032026-08-29T21:06:26.488Z Downloaded ingot-macros v0.2.0
5042026-08-29T21:06:26.488Z Downloaded darling_macro v0.20.11
5052026-08-29T21:06:26.488Z Downloaded unicode-properties v0.1.4
5062026-08-29T21:06:26.488Z Downloaded const_format_proc_macros v0.2.34
5072026-08-29T21:06:26.491Z Downloaded ctr v0.10.1
5082026-08-29T21:06:26.491Z Downloaded ingot v0.2.1
5092026-08-29T21:06:26.491Z Downloaded serde_spanned v0.6.9
5102026-08-29T21:06:26.491Z Downloaded sha1 v0.10.6
5112026-08-29T21:06:26.495Z Downloaded crc v3.4.0
5122026-08-29T21:06:26.495Z Downloaded digest v0.10.7
5132026-08-29T21:06:26.495Z Downloaded pkcs8 v0.10.2
5142026-08-29T21:06:26.498Z Downloaded derive-ex v0.1.8
5152026-08-29T21:06:26.498Z Downloaded csv-core v0.1.13
5162026-08-29T21:06:26.498Z Downloaded pin-project-lite v0.2.17
5172026-08-29T21:06:26.501Z Downloaded sponge-cursor v0.1.0
5182026-08-29T21:06:26.501Z Downloaded structmeta-derive v0.3.0
5192026-08-29T21:06:26.501Z Downloaded thread-id v4.2.2
5202026-08-29T21:06:26.501Z Downloaded schemars v0.9.0
5212026-08-29T21:06:26.507Z Downloaded supports-color v3.0.2
5222026-08-29T21:06:26.510Z Downloaded tagptr v0.2.0
5232026-08-29T21:06:26.510Z Downloaded take_mut v0.2.2
5242026-08-29T21:06:26.510Z Downloaded terminal_size v0.1.17
5252026-08-29T21:06:26.510Z Downloaded parking_lot_core v0.9.12
5262026-08-29T21:06:26.513Z Downloaded ahash v0.8.12
5272026-08-29T21:06:26.514Z Downloaded rand_chacha v0.9.0
5282026-08-29T21:06:26.514Z Downloaded clap_derive v4.6.1
5292026-08-29T21:06:26.517Z Downloaded progenitor v0.13.0
5302026-08-29T21:06:26.517Z Downloaded rand_seeder v0.4.0
5312026-08-29T21:06:26.517Z Downloaded progenitor-extras v0.2.0
5322026-08-29T21:06:26.517Z Downloaded tokio-macros v2.7.0
5332026-08-29T21:06:26.517Z Downloaded toml_datetime v0.6.11
5342026-08-29T21:06:26.520Z Downloaded clang-sys v1.8.1
5352026-08-29T21:06:26.520Z Downloaded num-bigint v0.4.6
5362026-08-29T21:06:26.523Z Downloaded cfg-expr v0.20.6
5372026-08-29T21:06:26.526Z Downloaded rustversion v1.0.22
5382026-08-29T21:06:26.526Z Downloaded scroll v0.12.0
5392026-08-29T21:06:26.529Z Downloaded tar v0.4.46
5402026-08-29T21:06:26.532Z Downloaded usdt v0.6.0
5412026-08-29T21:06:26.533Z Downloaded utf8_iter v1.0.4
5422026-08-29T21:06:26.536Z Downloaded wait-timeout v0.2.1
5432026-08-29T21:06:26.536Z Downloaded shlex v1.3.0
5442026-08-29T21:06:26.539Z Downloaded slog-stdlog v4.1.1
5452026-08-29T21:06:26.539Z Downloaded crossbeam-utils v0.8.21
5462026-08-29T21:06:26.539Z Downloaded slog-json v2.6.1
5472026-08-29T21:06:26.542Z Downloaded slog-scope v4.4.1
5482026-08-29T21:06:26.542Z Downloaded wnaf v0.14.0
5492026-08-29T21:06:26.545Z Downloaded zeroize_derive v1.5.0
5502026-08-29T21:06:26.545Z Downloaded strum_macros v0.24.3
5512026-08-29T21:06:26.545Z Downloaded tungstenite v0.23.0
5522026-08-29T21:06:26.548Z Downloaded diff v0.1.13
5532026-08-29T21:06:26.551Z Downloaded hashbrown v0.12.3
5542026-08-29T21:06:26.551Z Downloaded hubpack v0.1.2
5552026-08-29T21:06:26.554Z Downloaded is-terminal v0.4.17
5562026-08-29T21:06:26.555Z Downloaded lalrpop-util v0.19.12
5572026-08-29T21:06:26.555Z Downloaded heck v0.5.0
5582026-08-29T21:06:26.558Z Downloaded thiserror-impl v1.0.69
5592026-08-29T21:06:26.561Z Downloaded quinn-udp v0.5.14
5602026-08-29T21:06:26.561Z Downloaded clap v4.6.1
5612026-08-29T21:06:26.564Z Downloaded memchr v2.8.0
5622026-08-29T21:06:26.567Z Downloaded hostname v0.4.2
5632026-08-29T21:06:26.570Z Downloaded hostname v0.3.1
5642026-08-29T21:06:26.570Z Downloaded instant v0.1.13
5652026-08-29T21:06:26.570Z Downloaded oxide-update-engine-types v0.1.2
5662026-08-29T21:06:26.573Z Downloaded illumos-nvpair v0.3.0
5672026-08-29T21:06:26.573Z Downloaded pathdiff v0.2.3
5682026-08-29T21:06:26.573Z Downloaded cookie v0.18.1
5692026-08-29T21:06:26.576Z Downloaded ascii-canvas v3.0.0
5702026-08-29T21:06:26.576Z Downloaded assert_matches v1.5.0
5712026-08-29T21:06:26.576Z Downloaded block-padding v0.4.2
5722026-08-29T21:06:26.576Z Downloaded bcrypt-pbkdf v0.11.0
5732026-08-29T21:06:26.580Z Downloaded miette v7.6.0
5742026-08-29T21:06:26.583Z Downloaded rustls-webpki v0.103.13
5752026-08-29T21:06:26.583Z Downloaded heapless v0.8.0
5762026-08-29T21:06:26.586Z Downloaded miette v5.10.0
5772026-08-29T21:06:26.589Z Downloaded tui-tree-widget v0.23.1
5782026-08-29T21:06:26.589Z Downloaded unicode-xid v0.2.6
5792026-08-29T21:06:26.589Z Downloaded unicase v2.9.0
5802026-08-29T21:06:26.592Z Downloaded unicode-linebreak v0.1.5
5812026-08-29T21:06:26.592Z Downloaded bb8 v0.8.6
5822026-08-29T21:06:26.595Z Downloaded synstructure v0.13.2
5832026-08-29T21:06:26.595Z Downloaded vergen-lib v0.1.6
5842026-08-29T21:06:26.595Z Downloaded icu_provider v2.1.1
5852026-08-29T21:06:26.598Z Downloaded semver v1.0.28
5862026-08-29T21:06:26.598Z Downloaded zerotrie v0.2.3
5872026-08-29T21:06:26.601Z Downloaded zerovec-derive v0.11.2
5882026-08-29T21:06:26.604Z Downloaded clap_lex v1.0.0
5892026-08-29T21:06:26.604Z Downloaded crypto-common v0.1.7
5902026-08-29T21:06:26.607Z Downloaded whoami v2.1.0
5912026-08-29T21:06:26.607Z Downloaded xshell v0.2.7
5922026-08-29T21:06:26.607Z Downloaded spki v0.8.0
5932026-08-29T21:06:26.611Z Downloaded tungstenite v0.21.0
5942026-08-29T21:06:26.611Z Downloaded convert_case v0.4.0
5952026-08-29T21:06:26.611Z Downloaded constant_time_eq v0.3.1
5962026-08-29T21:06:26.611Z Downloaded crc-any v2.5.0
5972026-08-29T21:06:26.614Z Downloaded pkcs1 v0.7.5
5982026-08-29T21:06:26.614Z Downloaded defmt v0.3.100
5992026-08-29T21:06:26.614Z Downloaded bitflags v2.11.0
6002026-08-29T21:06:26.617Z Downloaded icu_collections v2.1.1
6012026-08-29T21:06:26.620Z Downloaded owo-colors v4.3.0
6022026-08-29T21:06:26.620Z Downloaded oxide-update-engine-display v0.1.2
6032026-08-29T21:06:26.620Z Downloaded downcast-rs v2.0.2
6042026-08-29T21:06:26.620Z Downloaded plain v0.2.3
6052026-08-29T21:06:26.624Z Downloaded proc-macro-crate v3.4.0
6062026-08-29T21:06:26.624Z Downloaded pem v3.0.6
6072026-08-29T21:06:26.624Z Downloaded aead v0.6.1
6082026-08-29T21:06:26.624Z Downloaded hyper-staticfile v0.10.1
6092026-08-29T21:06:26.627Z Downloaded nom v7.1.3
6102026-08-29T21:06:26.627Z Downloaded phf_shared v0.12.1
6112026-08-29T21:06:26.630Z Downloaded tracing-attributes v0.1.31
6122026-08-29T21:06:26.630Z Downloaded parking_lot_core v0.8.6
6132026-08-29T21:06:26.633Z Downloaded anstyle v1.0.14
6142026-08-29T21:06:26.633Z Downloaded tinytemplate v1.2.1
6152026-08-29T21:06:26.633Z Downloaded parse-display-derive v0.10.0
6162026-08-29T21:06:26.633Z Downloaded recursive v0.1.1
6172026-08-29T21:06:26.633Z Downloaded recursive-proc-macro-impl v0.1.1
6182026-08-29T21:06:26.636Z Downloaded der v0.8.0
6192026-08-29T21:06:26.639Z Downloaded progenitor-impl v0.13.0
6202026-08-29T21:06:26.652Z Downloaded uzers v0.12.2
6212026-08-29T21:06:26.655Z Downloaded zerocopy v0.6.6
6222026-08-29T21:06:26.655Z Downloaded zerocopy-derive v0.7.35
6232026-08-29T21:06:26.658Z Downloaded same-file v1.0.6
6242026-08-29T21:06:26.662Z Downloaded darling_core v0.20.11
6252026-08-29T21:06:26.665Z Downloaded seq-macro v0.3.6
6262026-08-29T21:06:26.666Z Downloaded serde_bytes v0.11.19
6272026-08-29T21:06:26.666Z Downloaded signature v2.2.0
6282026-08-29T21:06:26.666Z Downloaded strip-ansi-escapes v0.2.1
6292026-08-29T21:06:26.666Z Downloaded guppy v0.17.25
6302026-08-29T21:06:26.669Z Downloaded byte-wrapper v0.1.0
6312026-08-29T21:06:26.669Z Downloaded pkcs5 v0.8.1
6322026-08-29T21:06:26.672Z Downloaded scopeguard v1.2.0
6332026-08-29T21:06:26.672Z Downloaded ingot-types v0.2.0
6342026-08-29T21:06:26.675Z Downloaded rayon-core v1.13.0
6352026-08-29T21:06:26.678Z Downloaded sync-ptr v0.1.4
6362026-08-29T21:06:26.678Z Downloaded sync_wrapper v1.0.2
6372026-08-29T21:06:26.681Z Downloaded toml v0.7.8
6382026-08-29T21:06:26.684Z Downloaded daft-derive v0.1.8
6392026-08-29T21:06:26.688Z Downloaded ar_archive_writer v0.5.1
6402026-08-29T21:06:26.688Z Downloaded tinyvec v1.11.0
6412026-08-29T21:06:26.692Z Downloaded base64ct v1.8.3
6422026-08-29T21:06:26.692Z Downloaded siphasher v1.0.2
6432026-08-29T21:06:26.692Z Downloaded supports-hyperlinks v2.1.0
6442026-08-29T21:06:26.692Z Downloaded topological-sort v0.2.2
6452026-08-29T21:06:26.696Z Downloaded nom v8.0.0
6462026-08-29T21:06:26.696Z Downloaded tower v0.5.3
6472026-08-29T21:06:26.700Z Downloaded proc-macro-error v1.0.4
6482026-08-29T21:06:26.704Z Downloaded bzip2 v0.6.1
6492026-08-29T21:06:26.704Z Downloaded resolv-conf v0.7.6
6502026-08-29T21:06:26.704Z Downloaded rust-argon2 v2.1.0
6512026-08-29T21:06:26.708Z Downloaded chacha20 v0.9.1
6522026-08-29T21:06:26.708Z Downloaded rustls-native-certs v0.8.3
6532026-08-29T21:06:26.708Z Downloaded unarray v0.1.4
6542026-08-29T21:06:26.708Z Downloaded scuffle v0.1.0
6552026-08-29T21:06:26.712Z Downloaded utf8parse v0.2.2
6562026-08-29T21:06:26.712Z Downloaded unsafe-libyaml v0.2.11
6572026-08-29T21:06:26.716Z Downloaded predicates v3.1.4
6582026-08-29T21:06:26.716Z Downloaded yoke-derive v0.8.1
6592026-08-29T21:06:26.716Z Downloaded headers-core v0.3.0
6602026-08-29T21:06:26.716Z Downloaded http v1.4.2
6612026-08-29T21:06:26.719Z Downloaded num-bigint-dig v0.8.6
6622026-08-29T21:06:26.719Z Downloaded camino v1.2.5
6632026-08-29T21:06:26.723Z Downloaded chacha20 v0.10.0
6642026-08-29T21:06:26.723Z Downloaded criterion-plot v0.6.0
6652026-08-29T21:06:26.723Z Downloaded anstyle-parse v0.2.7
6662026-08-29T21:06:26.723Z Downloaded http-body v1.0.1
6672026-08-29T21:06:26.723Z Downloaded arrayvec v0.7.6
6682026-08-29T21:06:26.727Z Downloaded primeorder v0.14.0
6692026-08-29T21:06:26.727Z Downloaded der v0.7.10
6702026-08-29T21:06:26.732Z Downloaded universal-hash v0.6.1
6712026-08-29T21:06:26.732Z Downloaded unit-prefix v0.5.2
6722026-08-29T21:06:26.732Z Downloaded zerofrom v0.1.6
6732026-08-29T21:06:26.732Z Downloaded stacker v0.1.23
6742026-08-29T21:06:26.732Z Downloaded rpassword v7.5.4
6752026-08-29T21:06:26.735Z Downloaded zerocopy-derive v0.8.55
6762026-08-29T21:06:26.738Z Downloaded colored v3.1.1
6772026-08-29T21:06:26.738Z Downloaded console v0.15.11
6782026-08-29T21:06:26.743Z Downloaded spki v0.7.3
6792026-08-29T21:06:26.743Z Downloaded strum_macros v0.26.4
6802026-08-29T21:06:26.743Z Downloaded parse-size v1.1.0
6812026-08-29T21:06:26.746Z Downloaded inout v0.1.4
6822026-08-29T21:06:26.746Z Downloaded serde_tokenstream v0.2.3
6832026-08-29T21:06:26.746Z Downloaded displaydoc v0.2.5
6842026-08-29T21:06:26.746Z Downloaded tiny-keccak v2.0.2
6852026-08-29T21:06:26.746Z Downloaded ignore v0.4.25
6862026-08-29T21:06:26.750Z Downloaded time-macros v0.2.27
6872026-08-29T21:06:26.750Z Downloaded adler2 v2.0.1
6882026-08-29T21:06:26.750Z Downloaded serdect v0.4.3
6892026-08-29T21:06:26.750Z Downloaded slog-envlogger v2.2.0
6902026-08-29T21:06:26.754Z Downloaded cfg_aliases v0.2.1
6912026-08-29T21:06:26.754Z Downloaded arc-swap v1.8.2
6922026-08-29T21:06:26.758Z Downloaded rsa v0.9.10
6932026-08-29T21:06:26.763Z Downloaded reedline v0.40.0
6942026-08-29T21:06:26.768Z Downloaded cc v1.2.56
6952026-08-29T21:06:26.768Z Downloaded colorchoice v1.0.4
6962026-08-29T21:06:26.772Z Downloaded toml_edit v0.23.10+spec-1.0.0
6972026-08-29T21:06:26.772Z Downloaded allocator-api2 v0.2.21
6982026-08-29T21:06:26.772Z Downloaded poly1305 v0.9.0
6992026-08-29T21:06:26.778Z Downloaded thiserror-no-std v2.0.2
7002026-08-29T21:06:26.778Z Downloaded tokio-tungstenite v0.21.0
7012026-08-29T21:06:26.778Z Downloaded arrayref v0.3.9
7022026-08-29T21:06:26.778Z Downloaded bitfield-macros v0.19.4
7032026-08-29T21:06:26.781Z Downloaded http-body-util v0.1.3
7042026-08-29T21:06:26.781Z Downloaded hyper-tls v0.6.0
7052026-08-29T21:06:26.781Z Downloaded owo-colors v3.5.0
7062026-08-29T21:06:26.784Z Downloaded icu_locale_core v2.1.1
7072026-08-29T21:06:26.787Z Downloaded knuffel v3.2.0
7082026-08-29T21:06:26.787Z Downloaded ciborium-io v0.2.2
7092026-08-29T21:06:26.787Z Downloaded p384 v0.14.0
7102026-08-29T21:06:26.790Z Downloaded derive-where v1.6.0
7112026-08-29T21:06:26.794Z Downloaded steno v0.4.1
7122026-08-29T21:06:26.794Z Downloaded precomputed-hash v0.1.1
7132026-08-29T21:06:26.794Z Downloaded proc-macro-error-attr v1.0.4
7142026-08-29T21:06:26.797Z Downloaded crc-catalog v2.4.0
7152026-08-29T21:06:26.800Z Downloaded document-features v0.2.12
7162026-08-29T21:06:26.803Z Downloaded serde_with_macros v3.21.0
7172026-08-29T21:06:26.803Z Downloaded futures-util v0.3.32
7182026-08-29T21:06:26.808Z Downloaded serde_with v1.14.0
7192026-08-29T21:06:26.812Z Downloaded bytecount v0.6.9
7202026-08-29T21:06:26.815Z Downloaded russh-cryptovec v0.62.0
7212026-08-29T21:06:26.815Z Downloaded term v0.7.0
7222026-08-29T21:06:26.818Z Downloaded ipnetwork v0.21.1
7232026-08-29T21:06:26.818Z Downloaded serde_repr v0.1.20
7242026-08-29T21:06:26.818Z Downloaded zerovec v0.11.5
7252026-08-29T21:06:26.821Z Downloaded reqwest v0.12.28
7262026-08-29T21:06:26.824Z Downloaded term v1.2.1
7272026-08-29T21:06:26.827Z Downloaded reqwest v0.13.2
7282026-08-29T21:06:26.831Z Downloaded termtree v0.5.1
7292026-08-29T21:06:26.831Z Downloaded postcard v1.1.3
7302026-08-29T21:06:26.834Z Downloaded peg-macros v0.8.5
7312026-08-29T21:06:26.834Z Downloaded approx v0.5.1
7322026-08-29T21:06:26.834Z Downloaded strsim v0.11.1
7332026-08-29T21:06:26.834Z Downloaded derive_more-impl v2.1.1
7342026-08-29T21:06:26.837Z Downloaded hyper-rustls v0.27.7
7352026-08-29T21:06:26.840Z Downloaded tinyvec_macros v0.1.1
7362026-08-29T21:06:26.840Z Downloaded toml_write v0.1.2
7372026-08-29T21:06:26.840Z Downloaded twox-hash v2.1.2
7382026-08-29T21:06:26.843Z Downloaded slog-bunyan v2.5.0
7392026-08-29T21:06:26.844Z Downloaded socket2 v0.6.3
7402026-08-29T21:06:26.847Z Downloaded tokio-util v0.7.18
7412026-08-29T21:06:26.850Z Downloaded derive_builder_core v0.20.2
7422026-08-29T21:06:26.853Z Downloaded pest_meta v2.8.6
7432026-08-29T21:06:26.853Z Downloaded headers v0.4.1
7442026-08-29T21:06:26.856Z Downloaded daft v0.1.8
7452026-08-29T21:06:26.856Z Downloaded zstd-safe v7.2.4
7462026-08-29T21:06:26.856Z Downloaded defmt v1.0.1
7472026-08-29T21:06:26.859Z Downloaded phf v0.12.1
7482026-08-29T21:06:26.859Z Downloaded pkg-config v0.3.32
7492026-08-29T21:06:26.859Z Downloaded usdt-macro v0.5.0
7502026-08-29T21:06:26.862Z Downloaded zerofrom-derive v0.1.6
7512026-08-29T21:06:26.862Z Downloaded convert_case v0.10.0
7522026-08-29T21:06:26.866Z Downloaded derive_more v0.99.20
7532026-08-29T21:06:26.870Z Downloaded clap_builder v4.6.0
7542026-08-29T21:06:26.873Z Downloaded async-lock v3.4.2
7552026-08-29T21:06:26.873Z Downloaded rand_core v0.9.5
7562026-08-29T21:06:26.873Z Downloaded hex v0.4.3
7572026-08-29T21:06:26.877Z Downloaded rustls-pemfile v2.2.0
7582026-08-29T21:06:26.877Z Downloaded similar-asserts v1.7.0
7592026-08-29T21:06:26.880Z Downloaded indent_write v2.2.0
7602026-08-29T21:06:26.880Z Downloaded peg-runtime v0.8.5
7612026-08-29T21:06:26.880Z Downloaded tough v0.22.0
7622026-08-29T21:06:26.884Z Downloaded h2 v0.4.15
7632026-08-29T21:06:26.888Z Downloaded crossterm v0.28.1
7642026-08-29T21:06:26.892Z Downloaded unicode-bidi v0.3.18
7652026-08-29T21:06:26.895Z Downloaded uuid v1.23.4
7662026-08-29T21:06:26.895Z Downloaded static_assertions v1.1.0
7672026-08-29T21:06:26.895Z Downloaded hickory-client v0.25.2
7682026-08-29T21:06:26.899Z Downloaded sha2 v0.10.9
7692026-08-29T21:06:26.899Z Downloaded serde_with_macros v1.5.2
7702026-08-29T21:06:26.899Z Downloaded colored v2.2.0
7712026-08-29T21:06:26.903Z Downloaded crypto-primes v0.7.2
7722026-08-29T21:06:26.903Z Downloaded blake2 v0.10.6
7732026-08-29T21:06:26.906Z Downloaded tracing-core v0.1.36
7742026-08-29T21:06:26.907Z Downloaded async-bb8-diesel v0.2.1
7752026-08-29T21:06:26.907Z Downloaded termios v0.3.3
7762026-08-29T21:06:26.907Z Downloaded castaway v0.2.4
7772026-08-29T21:06:26.910Z Downloaded base16ct v1.0.0
7782026-08-29T21:06:26.910Z Downloaded cpufeatures v0.2.17
7792026-08-29T21:06:26.910Z Downloaded crucible-workspace-hack v0.1.0
7802026-08-29T21:06:26.910Z Downloaded toml_writer v1.1.1+spec-1.1.0
7812026-08-29T21:06:26.910Z Downloaded goblin v0.8.2
7822026-08-29T21:06:26.913Z Downloaded whoami v1.6.1
7832026-08-29T21:06:26.916Z Downloaded support-bundle-viewer v0.1.2
7842026-08-29T21:06:26.916Z Downloaded tokio-native-tls v0.3.1
7852026-08-29T21:06:26.916Z Downloaded vte v0.14.1
7862026-08-29T21:06:26.916Z Downloaded rawzip v0.4.4
7872026-08-29T21:06:26.920Z Downloaded p256 v0.13.2
7882026-08-29T21:06:26.923Z Downloaded dashu-base v0.5.1
7892026-08-29T21:06:26.923Z Downloaded parking_lot v0.12.5
7902026-08-29T21:06:26.926Z Downloaded hickory-resolver v0.24.4
7912026-08-29T21:06:26.926Z Downloaded darling_core v0.21.3
7922026-08-29T21:06:26.929Z Downloaded zstd v0.13.3
7932026-08-29T21:06:26.932Z Downloaded winnow v0.6.26
7942026-08-29T21:06:26.935Z Downloaded curve25519-dalek-derive v0.1.1
7952026-08-29T21:06:26.938Z Downloaded display-error-chain v0.2.2
7962026-08-29T21:06:26.938Z Downloaded psm v0.1.30
7972026-08-29T21:06:26.938Z Downloaded psl-types v2.0.11
7982026-08-29T21:06:26.942Z Downloaded typenum v1.20.1
7992026-08-29T21:06:26.942Z Downloaded publicsuffix v2.3.0
8002026-08-29T21:06:26.945Z Downloaded rand_distr v0.5.1
8012026-08-29T21:06:26.945Z Downloaded humantime v2.3.0
8022026-08-29T21:06:26.948Z Downloaded oxide-generation v0.1.3
8032026-08-29T21:06:26.949Z Downloaded knuffel-derive v3.2.0
8042026-08-29T21:06:26.949Z Downloaded oxide-tokio-rt v0.1.4
8052026-08-29T21:06:26.949Z Downloaded serde_regex v1.1.0
8062026-08-29T21:06:26.952Z Downloaded smawk v0.3.2
8072026-08-29T21:06:26.952Z Downloaded itertools v0.12.1
8082026-08-29T21:06:26.955Z Downloaded paste v1.0.15
8092026-08-29T21:06:26.958Z Downloaded icu_properties_data v2.1.2
8102026-08-29T21:06:26.963Z Downloaded anes v0.1.6
8112026-08-29T21:06:26.966Z Downloaded autocfg v1.5.0
8122026-08-29T21:06:26.966Z Downloaded bit-set v0.8.0
8132026-08-29T21:06:26.966Z Downloaded serde-big-array v0.5.1
8142026-08-29T21:06:26.966Z Downloaded crossbeam-epoch v0.9.18
8152026-08-29T21:06:26.981Z Downloaded dropshot-api-manager v0.8.0
8162026-08-29T21:06:26.985Z Downloaded cancel-safe-futures v0.1.5
8172026-08-29T21:06:26.988Z Downloaded argon2 v0.5.3
8182026-08-29T21:06:26.988Z Downloaded bytesize v2.7.0
8192026-08-29T21:06:26.991Z Downloaded vergen v9.1.0
8202026-08-29T21:06:26.991Z Downloaded supports-hyperlinks v3.2.0
8212026-08-29T21:06:26.991Z Downloaded tap v1.0.1
8222026-08-29T21:06:26.991Z Downloaded tower-layer v0.3.3
8232026-08-29T21:06:26.991Z Downloaded tower-service v0.3.3
8242026-08-29T21:06:26.995Z Downloaded untrusted v0.7.1
8252026-08-29T21:06:26.995Z Downloaded vsss-rs v3.3.4
8262026-08-29T21:06:26.995Z Downloaded knus v3.4.0
8272026-08-29T21:06:26.998Z Downloaded bitfield v0.19.4
8282026-08-29T21:06:26.998Z Downloaded xshell-macros v0.2.7
8292026-08-29T21:06:26.998Z Downloaded idna_adapter v1.2.1
8302026-08-29T21:06:26.998Z Downloaded sha3 v0.12.0
8312026-08-29T21:06:27.003Z Downloaded p521 v0.13.3
8322026-08-29T21:06:27.003Z Downloaded defmt-macros v1.0.1
8332026-08-29T21:06:27.006Z Downloaded rcgen v0.12.1
8342026-08-29T21:06:27.006Z Downloaded utf-8 v0.7.6
8352026-08-29T21:06:27.006Z Downloaded hmac v0.12.1
8362026-08-29T21:06:27.006Z Downloaded serde_core v1.0.228
8372026-08-29T21:06:27.009Z Downloaded ryu v1.0.23
8382026-08-29T21:06:27.009Z Downloaded packed_struct_codegen v0.10.1
8392026-08-29T21:06:27.009Z Downloaded qorb v0.4.1
8402026-08-29T21:06:27.012Z Downloaded port-file v0.1.0
8412026-08-29T21:06:27.012Z Downloaded rand_xorshift v0.4.0
8422026-08-29T21:06:27.015Z Downloaded ident_case v1.0.1
8432026-08-29T21:06:27.015Z Downloaded is_ci v1.2.0
8442026-08-29T21:06:27.015Z Downloaded parking_lot v0.11.2
8452026-08-29T21:06:27.015Z Downloaded rand v0.10.1
8462026-08-29T21:06:27.018Z Downloaded socket2 v0.5.10
8472026-08-29T21:06:27.018Z Downloaded git2 v0.20.4
8482026-08-29T21:06:27.023Z Downloaded percent-encoding v2.3.2
8492026-08-29T21:06:27.026Z Downloaded oso-derive v0.27.3
8502026-08-29T21:06:27.026Z Downloaded dof v0.4.0
8512026-08-29T21:06:27.026Z Downloaded scroll v0.13.0
8522026-08-29T21:06:27.026Z Downloaded hyper v1.10.1
8532026-08-29T21:06:27.029Z Downloaded ssh-key v0.7.0-rc.11
8542026-08-29T21:06:27.033Z Downloaded toml v1.1.2+spec-1.1.0
8552026-08-29T21:06:27.036Z Downloaded simd-adler32 v0.3.8
8562026-08-29T21:06:27.036Z Downloaded tls_codec_derive v0.4.2
8572026-08-29T21:06:27.041Z Downloaded quick-error v1.2.3
8582026-08-29T21:06:27.041Z Downloaded argon2 v0.6.0-rc.8
8592026-08-29T21:06:27.041Z Downloaded plotters-backend v0.3.7
8602026-08-29T21:06:27.041Z Downloaded terminal_size v0.4.3
8612026-08-29T21:06:27.044Z Downloaded thread_local v1.1.9
8622026-08-29T21:06:27.044Z Downloaded quick-xml v0.37.5
8632026-08-29T21:06:27.047Z Downloaded p256 v0.14.0
8642026-08-29T21:06:27.047Z Downloaded const-oid v0.9.6
8652026-08-29T21:06:27.051Z Downloaded ssh-encoding v0.3.0
8662026-08-29T21:06:27.051Z Downloaded pretty_assertions v1.4.1
8672026-08-29T21:06:27.051Z Downloaded xattr v1.6.1
8682026-08-29T21:06:27.055Z Downloaded zopfli v0.8.3
8692026-08-29T21:06:27.055Z Downloaded rand_chacha v0.3.1
8702026-08-29T21:06:27.055Z Downloaded diesel_derives v2.3.7
8712026-08-29T21:06:27.058Z Downloaded pest_generator v2.8.6
8722026-08-29T21:06:27.058Z Downloaded pin-project-internal v1.1.11
8732026-08-29T21:06:27.058Z Downloaded serde_urlencoded v0.7.1
8742026-08-29T21:06:27.061Z Downloaded indexmap v1.9.3
8752026-08-29T21:06:27.064Z Downloaded keccak v0.2.0
8762026-08-29T21:06:27.067Z Downloaded time-core v0.1.8
8772026-08-29T21:06:27.067Z Downloaded strsim v0.10.0
8782026-08-29T21:06:27.070Z Downloaded tokio-postgres v0.7.16
8792026-08-29T21:06:27.074Z Downloaded x509-cert v0.2.5
8802026-08-29T21:06:27.077Z Downloaded pem-rfc7468 v1.0.0
8812026-08-29T21:06:27.080Z Downloaded tower-http v0.6.8
8822026-08-29T21:06:27.083Z Downloaded password-hash v0.5.0
8832026-08-29T21:06:27.083Z Downloaded smallvec v1.15.1
8842026-08-29T21:06:27.086Z Downloaded thread-id v5.1.0
8852026-08-29T21:06:27.086Z Downloaded void v1.0.2
8862026-08-29T21:06:27.086Z Downloaded cipher v0.4.4
8872026-08-29T21:06:27.086Z Downloaded toml v0.8.23
8882026-08-29T21:06:27.089Z Downloaded httpdate v1.0.3
8892026-08-29T21:06:27.089Z Downloaded http-range v0.1.5
8902026-08-29T21:06:27.089Z Downloaded async-stream-impl v0.3.6
8912026-08-29T21:06:27.089Z Downloaded hubpack_derive v0.1.1
8922026-08-29T21:06:27.089Z Downloaded delegate v0.13.5
8932026-08-29T21:06:27.089Z Downloaded home v0.5.12
8942026-08-29T21:06:27.089Z Downloaded cast v0.3.0
8952026-08-29T21:06:27.092Z Downloaded digest v0.11.3
8962026-08-29T21:06:27.097Z Downloaded jiff-core v0.1.0
8972026-08-29T21:06:27.100Z Downloaded hashbrown v0.14.5
8982026-08-29T21:06:27.104Z Downloaded yansi v1.0.1
8992026-08-29T21:06:27.107Z Downloaded digest-io v0.1.0
9002026-08-29T21:06:27.107Z Downloaded vergen-gitcl v1.0.8
9012026-08-29T21:06:27.107Z Downloaded relative-path v1.9.3
9022026-08-29T21:06:27.107Z Downloaded compression-core v0.4.31
9032026-08-29T21:06:27.111Z Downloaded radium v0.7.0
9042026-08-29T21:06:27.114Z Downloaded signal-hook-registry v1.4.8
9052026-08-29T21:06:27.114Z Downloaded schemars_derive v0.8.22
9062026-08-29T21:06:27.114Z Downloaded strum v0.27.2
9072026-08-29T21:06:27.114Z Downloaded tabled_derive v0.7.0
9082026-08-29T21:06:27.117Z Downloaded icu_normalizer_data v2.1.1
9092026-08-29T21:06:27.117Z Downloaded progenitor-impl v0.14.0
9102026-08-29T21:06:27.117Z Downloaded salty v0.3.0
9112026-08-29T21:06:27.120Z Downloaded async-compression v0.4.41
9122026-08-29T21:06:27.124Z Downloaded prefix-trie v0.7.0
9132026-08-29T21:06:27.127Z Downloaded toml_edit v0.19.15
9142026-08-29T21:06:27.134Z Downloaded ssh-cipher v0.2.0
9152026-08-29T21:06:27.137Z Downloaded samael v0.0.19
9162026-08-29T21:06:27.140Z Downloaded serde v1.0.228
9172026-08-29T21:06:27.140Z Downloaded ssh-cipher v0.3.0
9182026-08-29T21:06:27.143Z Downloaded target-spec v3.5.7
9192026-08-29T21:06:27.143Z Downloaded zeroize v1.9.0
9202026-08-29T21:06:27.143Z Downloaded thiserror-impl-no-std v2.0.2
9212026-08-29T21:06:27.143Z Downloaded is_terminal_polyfill v1.70.2
9222026-08-29T21:06:27.146Z Downloaded async-object-pool v0.2.0
9232026-08-29T21:06:27.146Z Downloaded goblin v0.10.5
9242026-08-29T21:06:27.149Z Downloaded tls_codec v0.4.2
9252026-08-29T21:06:27.149Z Downloaded console v0.16.2
9262026-08-29T21:06:27.154Z Downloaded usdt-macro v0.6.0
9272026-08-29T21:06:27.154Z Downloaded compact_str v0.8.1
9282026-08-29T21:06:27.154Z Downloaded password-hash v0.6.1
9292026-08-29T21:06:27.157Z Downloaded rstest v0.25.0
9302026-08-29T21:06:27.157Z Downloaded knus-derive v3.4.0
9312026-08-29T21:06:27.157Z Downloaded backoff v0.4.0
9322026-08-29T21:06:27.160Z Downloaded camino-tempfile-ext v0.3.3
9332026-08-29T21:06:27.160Z Downloaded crossterm v0.29.0
9342026-08-29T21:06:27.163Z Downloaded unicode-ident v1.0.24
9352026-08-29T21:06:27.166Z Downloaded indexmap v2.14.0
9362026-08-29T21:06:27.169Z Downloaded itertools v0.10.5
9372026-08-29T21:06:27.172Z Downloaded httparse v1.10.1
9382026-08-29T21:06:27.172Z Downloaded postgres-types v0.2.12
9392026-08-29T21:06:27.176Z Downloaded critical-section v1.2.0
9402026-08-29T21:06:27.176Z Downloaded phc v0.6.1
9412026-08-29T21:06:27.176Z Downloaded rustls-pki-types v1.14.0
9422026-08-29T21:06:27.179Z Downloaded pretty-hex v0.4.1
9432026-08-29T21:06:27.179Z Downloaded phf_shared v0.13.1
9442026-08-29T21:06:27.179Z Downloaded debug-ignore v1.0.5
9452026-08-29T21:06:27.179Z Downloaded smf v0.2.3
9462026-08-29T21:06:27.179Z Downloaded strum v0.26.3
9472026-08-29T21:06:27.182Z Downloaded itertools v0.13.0
9482026-08-29T21:06:27.185Z Downloaded tinystr v0.8.2
9492026-08-29T21:06:27.185Z Downloaded proc-macro-error2 v2.0.1
9502026-08-29T21:06:27.188Z Downloaded scrypt v0.12.0
9512026-08-29T21:06:27.188Z Downloaded indoc v1.0.9
9522026-08-29T21:06:27.188Z Downloaded rfc6979 v0.6.0
9532026-08-29T21:06:27.191Z Downloaded snafu v0.8.9
9542026-08-29T21:06:27.194Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9552026-08-29T21:06:27.194Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9562026-08-29T21:06:27.194Z Downloaded slab v0.4.12
9572026-08-29T21:06:27.194Z Downloaded bzip2 v0.4.4
9582026-08-29T21:06:27.197Z Downloaded ciborium-ll v0.2.2
9592026-08-29T21:06:27.197Z Downloaded ssh-encoding v0.2.0
9602026-08-29T21:06:27.200Z Downloaded array-init v0.0.4
9612026-08-29T21:06:27.200Z Downloaded unicode-truncate v1.1.0
9622026-08-29T21:06:27.200Z Downloaded bit-set v0.5.3
9632026-08-29T21:06:27.203Z Downloaded yasna v0.5.2
9642026-08-29T21:06:27.206Z Downloaded walkdir v2.5.0
9652026-08-29T21:06:27.209Z Downloaded compression-codecs v0.4.37
9662026-08-29T21:06:27.212Z Downloaded data-encoding v2.10.0
9672026-08-29T21:06:27.217Z Downloaded waitgroup v0.1.2
9682026-08-29T21:06:27.217Z Downloaded heck v0.4.1
9692026-08-29T21:06:27.217Z Downloaded proc-macro2 v1.0.106
9702026-08-29T21:06:27.233Z Downloaded backon v1.6.0
9712026-08-29T21:06:27.233Z Downloaded typed-path v0.9.3
9722026-08-29T21:06:27.237Z Downloaded anyhow v1.0.104
9732026-08-29T21:06:27.237Z Downloaded anstyle-query v1.1.5
9742026-08-29T21:06:27.237Z Downloaded async-recursion v1.1.1
9752026-08-29T21:06:27.237Z Downloaded moka v0.12.13
9762026-08-29T21:06:27.240Z Downloaded sha2 v0.11.0
9772026-08-29T21:06:27.243Z Downloaded signal-hook-tokio v0.3.1
9782026-08-29T21:06:27.243Z Downloaded derive_builder_macro v0.20.2
9792026-08-29T21:06:27.243Z Downloaded subtle v2.6.1
9802026-08-29T21:06:27.243Z Downloaded object v0.30.4
9812026-08-29T21:06:27.249Z Downloaded sapling-renderdag v0.1.0
9822026-08-29T21:06:27.252Z Downloaded instability v0.3.11
9832026-08-29T21:06:27.252Z Downloaded derive_more v2.1.1
9842026-08-29T21:06:27.257Z Downloaded rand v0.8.6
9852026-08-29T21:06:27.260Z Downloaded cpubits v0.1.1
9862026-08-29T21:06:27.263Z Downloaded atomic-waker v1.1.2
9872026-08-29T21:06:27.263Z Downloaded idna v1.1.0
9882026-08-29T21:06:27.266Z Downloaded darling_macro v0.23.0
9892026-08-29T21:06:27.266Z Downloaded dof v0.3.0
9902026-08-29T21:06:27.269Z Downloaded progenitor-macro v0.13.0
9912026-08-29T21:06:27.269Z Downloaded blake3 v1.8.5
9922026-08-29T21:06:27.274Z Downloaded des v0.9.0
9932026-08-29T21:06:27.277Z Downloaded serde_derive_internals v0.29.1
9942026-08-29T21:06:27.277Z Downloaded serde_path_to_error v0.1.20
9952026-08-29T21:06:27.277Z Downloaded stringprep v0.1.5
9962026-08-29T21:06:27.281Z Downloaded rustc-hash v2.1.1
9972026-08-29T21:06:27.281Z Downloaded indoc v2.0.7
9982026-08-29T21:06:27.284Z Downloaded serde_with v3.21.0
9992026-08-29T21:06:27.291Z Downloaded jiff-static v0.2.34
10002026-08-29T21:06:27.294Z Downloaded try-lock v0.2.5
10012026-08-29T21:06:27.294Z Downloaded kem v0.3.0
10022026-08-29T21:06:27.294Z Downloaded usdt v0.5.0
10032026-08-29T21:06:27.294Z Downloaded bitfield-struct v0.6.2
10042026-08-29T21:06:27.294Z Downloaded serde_json v1.0.151
10052026-08-29T21:06:27.298Z Downloaded polyval v0.7.1
10062026-08-29T21:06:27.301Z Downloaded serde_cbor v0.11.2
10072026-08-29T21:06:27.304Z Downloaded thiserror-impl v2.0.18
10082026-08-29T21:06:27.304Z Downloaded potential_utf v0.1.4
10092026-08-29T21:06:27.304Z Downloaded progenitor-macro v0.14.0
10102026-08-29T21:06:27.307Z Downloaded rand_core v0.10.0
10112026-08-29T21:06:27.307Z Downloaded pest v2.8.6
10122026-08-29T21:06:27.310Z Downloaded base64 v0.21.7
10132026-08-29T21:06:27.313Z Downloaded iana-time-zone v0.1.65
10142026-08-29T21:06:27.313Z Downloaded inout v0.2.2
10152026-08-29T21:06:27.316Z Downloaded tokio-test v0.4.5
10162026-08-29T21:06:27.316Z Downloaded bumpalo v3.20.2
10172026-08-29T21:06:27.325Z Downloaded oso v0.27.3
10182026-08-29T21:06:27.328Z Downloaded packed_struct v0.10.1
10192026-08-29T21:06:27.328Z Downloaded derive_builder v0.20.2
10202026-08-29T21:06:27.331Z Downloaded oxide-update-engine v0.1.2
10212026-08-29T21:06:27.331Z Downloaded cbc v0.2.1
10222026-08-29T21:06:27.334Z Downloaded ref-cast v1.0.25
10232026-08-29T21:06:27.334Z Downloaded papergrid v0.11.0
10242026-08-29T21:06:27.337Z Downloaded papergrid v0.18.0
10252026-08-29T21:06:27.340Z Downloaded bs58 v0.5.1
10262026-08-29T21:06:27.340Z Downloaded zip v0.6.6
10272026-08-29T21:06:27.343Z Downloaded const_format v0.2.35
10282026-08-29T21:06:27.346Z Downloaded nix v0.27.1
10292026-08-29T21:06:27.350Z Downloaded serde_tokenstream v0.3.0
10302026-08-29T21:06:27.353Z Downloaded itertools v0.14.0
10312026-08-29T21:06:27.356Z Downloaded unicode-width v0.2.0
10322026-08-29T21:06:27.359Z Downloaded unicode-normalization v0.1.25
10332026-08-29T21:06:27.362Z Downloaded cmake v0.1.57
10342026-08-29T21:06:27.362Z Downloaded async-trait v0.1.89
10352026-08-29T21:06:27.366Z Downloaded target-lexicon v0.13.3
10362026-08-29T21:06:27.366Z Downloaded scroll_derive v0.12.1
10372026-08-29T21:06:27.366Z Downloaded p384 v0.13.1
10382026-08-29T21:06:27.369Z Downloaded path-tree v0.8.3
10392026-08-29T21:06:27.369Z Downloaded rusty-fork v0.3.1
10402026-08-29T21:06:27.372Z Downloaded lalrpop v0.19.12
10412026-08-29T21:06:27.375Z Downloaded rstest_macros v0.25.0
10422026-08-29T21:06:27.378Z Downloaded iddqd v0.4.2
10432026-08-29T21:06:27.382Z Downloaded partial-io v0.5.4
10442026-08-29T21:06:27.385Z Downloaded signal-hook v0.3.18
10452026-08-29T21:06:27.385Z Downloaded subprocess v0.2.15
10462026-08-29T21:06:27.388Z Downloaded slog-async v2.8.0
10472026-08-29T21:06:27.388Z Downloaded url v2.5.8
10482026-08-29T21:06:27.391Z Downloaded aes v0.9.1
10492026-08-29T21:06:27.391Z Downloaded blowfish v0.10.0
10502026-08-29T21:06:27.394Z Downloaded gimli v0.32.3
10512026-08-29T21:06:27.400Z Downloaded trybuild v1.0.116
10522026-08-29T21:06:27.403Z Downloaded serde-hex v0.1.0
10532026-08-29T21:06:27.403Z Downloaded rsa v0.10.0-rc.18
10542026-08-29T21:06:27.406Z Downloaded ctutils v0.4.2
10552026-08-29T21:06:27.406Z Downloaded hkdf v0.12.4
10562026-08-29T21:06:27.406Z Downloaded rustc-demangle v0.1.27
10572026-08-29T21:06:27.409Z Downloaded rustyline v14.0.0
10582026-08-29T21:06:27.412Z Downloaded anstream v1.0.0
10592026-08-29T21:06:27.412Z Downloaded chacha20poly1305 v0.10.1
10602026-08-29T21:06:27.412Z Downloaded sqlformat v0.3.5
10612026-08-29T21:06:27.415Z Downloaded base64 v0.22.1
10622026-08-29T21:06:27.415Z Downloaded corncobs v0.1.4
10632026-08-29T21:06:27.415Z Downloaded datatest-stable v0.3.3
10642026-08-29T21:06:27.418Z Downloaded vergen-git2 v9.1.0
10652026-08-29T21:06:27.418Z Downloaded russh v0.62.4
10662026-08-29T21:06:27.423Z Downloaded typify v0.6.2
10672026-08-29T21:06:27.426Z Downloaded darling_core v0.23.0
10682026-08-29T21:06:27.429Z Downloaded plotters v0.3.7
10692026-08-29T21:06:27.433Z Downloaded blake2b_simd v1.0.4
10702026-08-29T21:06:27.436Z Downloaded termcolor v1.4.1
10712026-08-29T21:06:27.436Z Downloaded schemars v1.2.1
10722026-08-29T21:06:27.442Z Downloaded tokio-stream v0.1.18
10732026-08-29T21:06:27.445Z Downloaded poly1305 v0.8.0
10742026-08-29T21:06:27.448Z Downloaded hyper-util v0.1.20
10752026-08-29T21:06:27.451Z Downloaded backtrace v0.3.76
10762026-08-29T21:06:27.454Z Downloaded ssh-key v0.6.7
10772026-08-29T21:06:27.457Z Downloaded similar v2.7.0
10782026-08-29T21:06:27.462Z Downloaded pbkdf2 v0.13.0
10792026-08-29T21:06:27.462Z Downloaded crossbeam-channel v0.5.15
10802026-08-29T21:06:27.465Z Downloaded nix v0.28.0
10812026-08-29T21:06:27.469Z Downloaded time v0.3.47
10822026-08-29T21:06:27.476Z Downloaded zerocopy v0.8.55
10832026-08-29T21:06:27.488Z Downloaded indicatif v0.18.4
10842026-08-29T21:06:27.491Z Downloaded itertools v0.15.0
10852026-08-29T21:06:27.496Z Downloaded quinn v0.11.11
10862026-08-29T21:06:27.499Z Downloaded crypto-bigint v0.5.5
10872026-08-29T21:06:27.499Z Downloaded unicode-segmentation v1.12.0
10882026-08-29T21:06:27.502Z Downloaded aws-lc-rs v1.16.3
10892026-08-29T21:06:27.507Z Downloaded winnow v0.5.40
10902026-08-29T21:06:27.512Z Downloaded polar-core v0.27.3
10912026-08-29T21:06:27.516Z Downloaded unicode_categories v0.1.1
10922026-08-29T21:06:27.520Z Downloaded tungstenite v0.28.0
10932026-08-29T21:06:27.520Z Downloaded quinn-proto v0.11.16
10942026-08-29T21:06:27.523Z Downloaded toml_edit v0.22.27
10952026-08-29T21:06:27.526Z Downloaded hashbrown v0.17.0
10962026-08-29T21:06:27.529Z Downloaded iri-string v0.7.10
10972026-08-29T21:06:27.533Z Downloaded icu_normalizer v2.1.1
10982026-08-29T21:06:27.536Z Downloaded icu_properties v2.1.2
10992026-08-29T21:06:27.540Z Downloaded openssl v0.10.80
11002026-08-29T21:06:27.543Z Downloaded rand v0.9.2
11012026-08-29T21:06:27.546Z Downloaded heapless v0.7.17
11022026-08-29T21:06:27.546Z Downloaded zip v4.6.1
11032026-08-29T21:06:27.549Z Downloaded zlib-rs v0.6.2
11042026-08-29T21:06:27.553Z Downloaded hickory-server v0.25.2
11052026-08-29T21:06:27.556Z Downloaded bstr v1.12.1
11062026-08-29T21:06:27.559Z Downloaded hkdf v0.13.0
11072026-08-29T21:06:27.562Z Downloaded aes-gcm v0.11.0
11082026-08-29T21:06:27.566Z Downloaded hickory-resolver v0.25.2
11092026-08-29T21:06:27.566Z Downloaded object v0.37.3
11102026-08-29T21:06:27.572Z Downloaded p521 v0.14.0
11112026-08-29T21:06:27.577Z Downloaded nix v0.31.2
11122026-08-29T21:06:27.581Z Downloaded hashbrown v0.16.1
11132026-08-29T21:06:27.584Z Downloaded aho-corasick v1.1.4
11142026-08-29T21:06:27.587Z Downloaded tabled v0.21.0
11152026-08-29T21:06:27.597Z Downloaded tabled v0.15.0
11162026-08-29T21:06:27.606Z Downloaded regex-syntax v0.8.10
11172026-08-29T21:06:27.610Z Downloaded internal-russh-num-bigint v0.5.0
11182026-08-29T21:06:27.614Z Downloaded criterion v0.7.0
11192026-08-29T21:06:27.617Z Downloaded regex v1.12.3
11202026-08-29T21:06:27.620Z Downloaded hashbrown v0.15.5
11212026-08-29T21:06:27.623Z Downloaded winnow v1.0.3
11222026-08-29T21:06:27.629Z Downloaded smoltcp v0.9.1
11232026-08-29T21:06:27.635Z Downloaded dashu-int v0.5.1
11242026-08-29T21:06:27.641Z Downloaded syn v2.0.117
11252026-08-29T21:06:27.648Z Downloaded bindgen v0.71.1
11262026-08-29T21:06:27.652Z Downloaded openapiv3 v2.2.0
11272026-08-29T21:06:27.659Z Downloaded radix_trie v0.2.1
11282026-08-29T21:06:27.662Z Downloaded unicode-width v0.1.14
11292026-08-29T21:06:27.665Z Downloaded bitvec v1.0.1
11302026-08-29T21:06:27.673Z Downloaded rayon v1.11.0
11312026-08-29T21:06:27.678Z Downloaded regress v0.10.5
11322026-08-29T21:06:27.683Z Downloaded portable-atomic v1.13.1
11332026-08-29T21:06:27.687Z Downloaded regex-syntax v0.6.29
11342026-08-29T21:06:27.691Z Downloaded winnow v0.7.14
11352026-08-29T21:06:27.697Z Downloaded zerocopy v0.7.35
11362026-08-29T21:06:27.706Z Downloaded rustls v0.23.41
11372026-08-29T21:06:27.713Z Downloaded syn v1.0.109
11382026-08-29T21:06:27.719Z Downloaded crypto-bigint v0.7.5
11392026-08-29T21:06:27.728Z Downloaded curve25519-dalek v5.0.0
11402026-08-29T21:06:27.735Z Downloaded sqlparser v0.61.0
11412026-08-29T21:06:27.739Z Downloaded curve25519-dalek v4.1.3
11422026-08-29T21:06:27.744Z Downloaded regress v0.11.1
11432026-08-29T21:06:27.749Z Downloaded petname v2.0.2
11442026-08-29T21:06:27.752Z Downloaded proptest v1.11.0
11452026-08-29T21:06:27.757Z Downloaded vcpkg v0.2.15
11462026-08-29T21:06:27.780Z Downloaded rustix v1.1.4
11472026-08-29T21:06:27.793Z Downloaded smoltcp v0.11.0
11482026-08-29T21:06:27.800Z Downloaded hickory-proto v0.25.2
11492026-08-29T21:06:27.809Z Downloaded hickory-proto v0.24.4
11502026-08-29T21:06:27.817Z Downloaded sha3 v0.11.0
11512026-08-29T21:06:27.820Z Downloaded chrono v0.4.45
11522026-08-29T21:06:27.823Z Downloaded diesel v2.3.7
11532026-08-29T21:06:27.835Z Downloaded sled v0.34.7
11542026-08-29T21:06:27.841Z Downloaded dropshot v0.17.1
11552026-08-29T21:06:27.854Z Downloaded ratatui v0.29.0
11562026-08-29T21:06:27.865Z Downloaded bzip2-sys v0.1.13+1.0.8
11572026-08-29T21:06:27.872Z Downloaded rustix v0.38.44
11582026-08-29T21:06:27.884Z Downloaded syn v3.0.3
11592026-08-29T21:06:27.891Z Downloaded libc v0.2.185
11602026-08-29T21:06:27.910Z Downloaded libz-sys v1.1.24
11612026-08-29T21:06:27.924Z Downloaded jiff v0.2.34
11622026-08-29T21:06:27.932Z Downloaded typify-impl v0.6.2
11632026-08-29T21:06:27.941Z Downloaded chrono-tz v0.10.4
11642026-08-29T21:06:27.952Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11652026-08-29T21:06:27.962Z Downloaded tracing v0.1.44
11662026-08-29T21:06:27.975Z Downloaded petgraph v0.6.5
11672026-08-29T21:06:27.987Z Downloaded petgraph v0.8.3
11682026-08-29T21:06:28.000Z Downloaded regex-automata v0.4.14
11692026-08-29T21:06:28.008Z Downloaded zerocopy-derive v0.6.6
11702026-08-29T21:06:28.014Z Downloaded libgit2-sys v0.18.3+1.9.2
11712026-08-29T21:06:28.046Z Downloaded httpmock v0.8.3
11722026-08-29T21:06:28.059Z Downloaded csv v1.4.0
11732026-08-29T21:06:28.071Z Downloaded sha3 v0.10.8
11742026-08-29T21:06:28.074Z Downloaded tokio v1.52.1
11752026-08-29T21:06:28.100Z Downloaded encoding_rs v0.8.35
11762026-08-29T21:06:28.167Z Downloaded ring v0.17.14
11772026-08-29T21:06:28.610Z Downloaded dsi-bitstream v0.10.1
11782026-08-29T21:06:28.803Z Downloaded aws-lc-sys v0.40.0
11792026-08-29T21:06:29.238Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11802026-08-29T21:06:34.996Z Startup: Refreshing catalog 'helios' ... Done
11812026-08-29T21:06:35.404Z Startup: Caching catalogs ... Done
11822026-08-29T21:06:37.707ZPlanning: Solver setup ... Done (2.180s)
11832026-08-29T21:06:37.771ZPlanning: Running solver ... Done (0.064s)
11842026-08-29T21:06:37.822ZPlanning: Finding local manifests ... Done (0.003s)
11852026-08-29T21:06:37.834ZPlanning: Fetching manifests: 0/2 0% complete
11862026-08-29T21:06:37.851ZPlanning: Fetching manifests: 2/2 100% complete
11872026-08-29T21:06:37.865ZPlanning: Package planning ... Done (0.014s)
11882026-08-29T21:06:37.869ZPlanning: Merging actions ... Done (0.002s)
11892026-08-29T21:06:38.090ZPlanning: Checking for conflicting actions ... Done (0.222s)
11902026-08-29T21:06:38.093ZPlanning: Consolidating action changes ... Done (0.001s)
11912026-08-29T21:06:38.964ZPlanning: Evaluating mediators ... Done (0.874s)
11922026-08-29T21:06:38.968ZPlanning: Planning completed in 3.53 seconds
11932026-08-29T21:06:38.974Z Packages to install: 2
11942026-08-29T21:06:38.974Z Estimated space available: 155.59 GB
11952026-08-29T21:06:38.974ZEstimated space to be consumed: 83.65 MB
11962026-08-29T21:06:38.974Z Create boot environment: No
11972026-08-29T21:06:38.974ZCreate backup boot environment: No
11982026-08-29T21:06:38.974Z Rebuild boot archive: No
11992026-08-29T21:06:38.978Z
12002026-08-29T21:06:38.978ZChanged packages:
12012026-08-29T21:06:38.978Zhelios
12022026-08-29T21:06:38.978Z developer/build-essential
12032026-08-29T21:06:38.978Z None -> 11-3.0
12042026-08-29T21:06:38.978Z library/libxmlsec1
12052026-08-29T21:06:38.978Z None -> 1.2.35-3.0
12062026-08-29T21:06:39.000Z
12072026-08-29T21:06:39.001ZDownload: 0/214 items 0.0/1.3MB 0% complete
12082026-08-29T21:06:39.079ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
12092026-08-29T21:06:39.156Z Actions: 1/268 actions (Installing new actions)
12102026-08-29T21:06:39.195Z Actions: Completed 268 actions in 0.04 seconds.
12112026-08-29T21:06:39.233ZFinalize: Updating package state database ... Done (0.037s)
12122026-08-29T21:06:39.233ZFinalize: Updating package cache ... Done (0.000s)
12132026-08-29T21:06:39.326ZFinalize: Updating image state ... Done (0.093s)
12142026-08-29T21:06:41.951ZFinalize: Creating fast lookup database ... Done (2.571s)
12152026-08-29T21:06:42.017ZFinalize: Reading search index ... Done (0.012s)
12162026-08-29T21:06:42.020ZFinalize: Updating search index ... Done (0.000s)
12172026-08-29T21:06:42.127ZFinalize: Updating package cache ... Done (0.000s)
12182026-08-29T21:06:42.501ZPlanning: Evaluating mediator changes ... Done
12192026-08-29T21:06:42.606ZPlanning: Checking for conflicting actions ... Done
12202026-08-29T21:06:42.609ZPlanning: Consolidating action changes ... Done
12212026-08-29T21:06:42.762ZPlanning: Evaluating mediators ... Done
12222026-08-29T21:06:42.765ZPlanning: Planning completed in 0.26 seconds
12232026-08-29T21:06:42.787Z Mediators to change: 2
12242026-08-29T21:06:42.787Z Create boot environment: No
12252026-08-29T21:06:42.787ZCreate backup boot environment: No
12262026-08-29T21:06:42.829ZFinalize: Updating package state database ... Done
12272026-08-29T21:06:42.832ZFinalize: Updating package cache ... Done
12282026-08-29T21:06:42.882ZFinalize: Updating image state ... Done
12292026-08-29T21:06:44.808ZFinalize: Creating fast lookup database ... Done
12302026-08-29T21:06:44.868ZFinalize: Reading search index ... Done
12312026-08-29T21:06:44.871ZFinalize: Updating search index ... Done
12322026-08-29T21:06:44.956ZFinalize: Updating package cache ... Done
12332026-08-29T21:06:45.236ZPlanning: Evaluating mediator changes ... Done
12342026-08-29T21:06:45.340ZPlanning: Checking for conflicting actions ... Done
12352026-08-29T21:06:45.344ZPlanning: Consolidating action changes ... Done
12362026-08-29T21:06:45.499ZPlanning: Evaluating mediators ... Done
12372026-08-29T21:06:45.503ZPlanning: Planning completed in 0.26 seconds
12382026-08-29T21:06:45.551Z Mediators to change: 1
12392026-08-29T21:06:45.551Z Create boot environment: No
12402026-08-29T21:06:45.551ZCreate backup boot environment: No
12412026-08-29T21:06:45.565ZFinalize: Updating package state database ... Done
12422026-08-29T21:06:45.566ZFinalize: Updating package cache ... Done
12432026-08-29T21:06:45.626ZFinalize: Updating image state ... Done
12442026-08-29T21:06:47.563ZFinalize: Creating fast lookup database ... Done
12452026-08-29T21:06:47.626ZFinalize: Reading search index ... Done
12462026-08-29T21:06:47.629ZFinalize: Updating search index ... Done
12472026-08-29T21:06:47.691ZFinalize: Updating package cache ... Done
12482026-08-29T21:06:48.002ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12492026-08-29T21:06:48.002Zapache system 2.4 system
12502026-08-29T21:06:48.002Zclang system 15 system
12512026-08-29T21:06:48.002Zcsh system system illumos
12522026-08-29T21:06:48.002Zctags system system illumos
12532026-08-29T21:06:48.002Zfile vendor vendor darwinsys
12542026-08-29T21:06:48.002Zfile system system illumos
12552026-08-29T21:06:48.002Zgcc vendor 14 vendor
12562026-08-29T21:06:48.002Zgcc system 13 system
12572026-08-29T21:06:48.002Zgcc system 10 system
12582026-08-29T21:06:48.002Zgo system 1.25 system
12592026-08-29T21:06:48.002Zllvm system 15 system
12602026-08-29T21:06:48.002Zmariadb system 11.4 system
12612026-08-29T21:06:48.002Zmta vendor vendor dma
12622026-08-29T21:06:48.002Zopenjdk system 17 system
12632026-08-29T21:06:48.002Zopenjdk system 11 system
12642026-08-29T21:06:48.002Zopenssl vendor 3 vendor
12652026-08-29T21:06:48.002Zperl system 5.40 system
12662026-08-29T21:06:48.002Zpostgresql system 18 system
12672026-08-29T21:06:48.002Zpostgresql system 17 system
12682026-08-29T21:06:48.002Zpython vendor 3 vendor
12692026-08-29T21:06:48.002Zpython system 2 system
12702026-08-29T21:06:48.002Zpython3 vendor 3.13 vendor
12712026-08-29T21:06:48.003Zruby system 3.4 system
12722026-08-29T21:06:48.003Zruby system 3.0 system
12732026-08-29T21:06:48.003Zwords vendor vendor american-english
12742026-08-29T21:06:48.003Zwords system system australian-english
12752026-08-29T21:06:48.003Zwords system system british-english
12762026-08-29T21:06:48.003Zwords system system canadian-english
12772026-08-29T21:06:48.003Zwords system system french
12782026-08-29T21:06:48.003Zwords system system italian
12792026-08-29T21:06:48.003Zwords system system ngerman
12802026-08-29T21:06:48.003Zwords system system ogerman
12812026-08-29T21:06:48.003Zwords system system spanish
12822026-08-29T21:06:48.250ZPUBLISHER TYPE STATUS P LOCATION
12832026-08-29T21:06:48.250Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12842026-08-29T21:06:48.747ZFMRI IFO
12852026-08-29T21:06:48.747Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12862026-08-29T21:06:48.747Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12872026-08-29T21:06:48.747Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12882026-08-29T21:06:48.747Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12892026-08-29T21:06:48.747Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12902026-08-29T21:06:48.747Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12912026-08-29T21:06:48.747Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12922026-08-29T21:06:48.747Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12932026-08-29T21:06:48.747Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12942026-08-29T21:06:49.402Z Downloading crates ...
12952026-08-29T21:06:49.450Z Downloaded cargo_toml v0.21.0
12962026-08-29T21:06:49.491Z Compiling proc-macro2 v1.0.106
12972026-08-29T21:06:49.491Z Compiling unicode-ident v1.0.24
12982026-08-29T21:06:49.491Z Compiling quote v1.0.45
12992026-08-29T21:06:49.495Z Compiling serde_core v1.0.228
13002026-08-29T21:06:49.495Z Compiling libc v0.2.185
13012026-08-29T21:06:49.495Z Compiling version_check v0.9.5
13022026-08-29T21:06:49.495Z Compiling memchr v2.8.0
13032026-08-29T21:06:49.495Z Compiling serde v1.0.228
13042026-08-29T21:06:49.495Z Compiling zmij v1.0.21
13052026-08-29T21:06:49.495Z Compiling thiserror v1.0.69
13062026-08-29T21:06:49.571Z Compiling itoa v1.0.17
13072026-08-29T21:06:49.578Z Compiling ucd-trie v0.1.7
13082026-08-29T21:06:49.581Z Compiling rustix v1.1.4
13092026-08-29T21:06:49.581Z Compiling byteorder v1.5.0
13102026-08-29T21:06:49.817Z Compiling bitflags v2.11.0
13112026-08-29T21:06:49.944Z Compiling serde_json v1.0.151
13122026-08-29T21:06:50.001Z Compiling proc-macro-error-attr v1.0.4
13132026-08-29T21:06:50.011Z Compiling usdt-impl v0.5.0
13142026-08-29T21:06:50.112Z Compiling pest v2.8.6
13152026-08-29T21:06:50.141Z Compiling syn v1.0.109
13162026-08-29T21:06:50.144Z Compiling camino v1.2.5
13172026-08-29T21:06:50.271Z Compiling proc-macro-error v1.0.4
13182026-08-29T21:06:50.275Z Compiling log v0.4.33
13192026-08-29T21:06:50.301Z Compiling utf8parse v0.2.2
13202026-08-29T21:06:50.305Z Compiling hashbrown v0.17.0
13212026-08-29T21:06:50.313Z Compiling equivalent v1.0.2
13222026-08-29T21:06:50.337Z Compiling getrandom v0.4.3
13232026-08-29T21:06:50.370Z Compiling plain v0.2.3
13242026-08-29T21:06:50.388Z Compiling anstyle-parse v1.0.0
13252026-08-29T21:06:50.438Z Compiling toml_write v0.1.2
13262026-08-29T21:06:50.488Z Compiling anstyle v1.0.14
13272026-08-29T21:06:50.492Z Compiling cfg-if v1.0.4
13282026-08-29T21:06:50.522Z Compiling pretty-hex v0.4.1
13292026-08-29T21:06:50.584Z Compiling errno v0.3.14
13302026-08-29T21:06:50.595Z Compiling thread-id v4.2.2
13312026-08-29T21:06:50.599Z Compiling winnow v0.7.14
13322026-08-29T21:06:50.605Z Compiling colorchoice v1.0.4
13332026-08-29T21:06:50.616Z Compiling autocfg v1.5.0
13342026-08-29T21:06:50.653Z Compiling thiserror v2.0.18
13352026-08-29T21:06:50.664Z Compiling anstyle-query v1.1.5
13362026-08-29T21:06:50.676Z Compiling is_terminal_polyfill v1.70.2
13372026-08-29T21:06:50.734Z Compiling fastrand v2.3.0
13382026-08-29T21:06:50.745Z Compiling heck v0.4.1
13392026-08-29T21:06:50.765Z Compiling anstream v1.0.0
13402026-08-29T21:06:50.778Z Compiling clap_lex v1.0.0
13412026-08-29T21:06:50.790Z Compiling bytecount v0.6.9
13422026-08-29T21:06:50.801Z Compiling strsim v0.11.1
13432026-08-29T21:06:50.931Z Compiling indexmap v2.14.0
13442026-08-29T21:06:50.942Z Compiling fnv v1.0.7
13452026-08-29T21:06:50.985Z Compiling anyhow v1.0.104
13462026-08-29T21:06:51.008Z Compiling unicode-width v0.1.14
13472026-08-29T21:06:51.022Z Compiling heck v0.5.0
13482026-08-29T21:06:51.075Z Compiling once_cell v1.21.3
13492026-08-29T21:06:51.088Z Compiling fs-err v3.3.0
13502026-08-29T21:06:51.106Z Compiling syn v2.0.117
13512026-08-29T21:06:51.182Z Compiling memmap v0.7.0
13522026-08-29T21:06:51.210Z Compiling pest_meta v2.8.6
13532026-08-29T21:06:51.308Z Compiling papergrid v0.11.0
13542026-08-29T21:06:51.319Z Compiling smawk v0.3.2
13552026-08-29T21:06:51.329Z Compiling unicode-linebreak v0.1.5
13562026-08-29T21:06:51.374Z Compiling unicode-width v0.2.0
13572026-08-29T21:06:51.430Z Compiling swrite v0.1.0
13582026-08-29T21:06:51.561Z Compiling terminal_size v0.4.3
13592026-08-29T21:06:51.561Z Compiling tempfile v3.27.0
13602026-08-29T21:06:51.657Z Compiling clap_builder v4.6.0
13612026-08-29T21:06:51.657Z Compiling textwrap v0.16.2
13622026-08-29T21:06:51.980Z Compiling cargo-platform v0.3.2
13632026-08-29T21:06:51.990Z Compiling semver v1.0.28
13642026-08-29T21:06:52.201Z Compiling camino-tempfile v1.4.1
13652026-08-29T21:06:52.568Z Compiling tabled_derive v0.7.0
13662026-08-29T21:06:53.231Z Compiling pest_generator v2.8.6
13672026-08-29T21:06:53.245Z Compiling tabled v0.15.0
13682026-08-29T21:06:53.726Z Compiling serde_derive v1.0.228
13692026-08-29T21:06:53.726Z Compiling thiserror-impl v1.0.69
13702026-08-29T21:06:53.726Z Compiling zerocopy-derive v0.7.35
13712026-08-29T21:06:53.730Z Compiling scroll_derive v0.12.1
13722026-08-29T21:06:53.730Z Compiling thiserror-impl v2.0.18
13732026-08-29T21:06:53.730Z Compiling clap_derive v4.6.1
13742026-08-29T21:06:53.753Z Compiling pest_derive v2.8.6
13752026-08-29T21:06:54.352Z Compiling scroll v0.12.0
13762026-08-29T21:06:54.396Z Compiling zerocopy v0.7.35
13772026-08-29T21:06:54.551Z Compiling goblin v0.8.2
13782026-08-29T21:06:54.717Z Compiling dtrace-parser v0.2.0
13792026-08-29T21:06:55.050Z Compiling clap v4.6.1
13802026-08-29T21:06:56.040Z Compiling dof v0.3.0
13812026-08-29T21:06:56.040Z Compiling serde_tokenstream v0.2.3
13822026-08-29T21:06:56.050Z Compiling serde_spanned v0.6.9
13832026-08-29T21:06:56.053Z Compiling toml_datetime v0.6.11
13842026-08-29T21:06:56.059Z Compiling macaddr v1.0.1
13852026-08-29T21:06:56.062Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13862026-08-29T21:06:56.062Z Compiling cargo_metadata v0.23.1
13872026-08-29T21:06:56.220Z Compiling toml_edit v0.22.27
13882026-08-29T21:06:56.687Z Compiling usdt-macro v0.5.0
13892026-08-29T21:06:56.687Z Compiling usdt-attr-macro v0.5.0
13902026-08-29T21:06:57.301Z Compiling usdt v0.5.0
13912026-08-29T21:06:57.460Z Compiling toml v0.8.23
13922026-08-29T21:06:57.773Z Compiling cargo_toml v0.21.0
13932026-08-29T21:06:59.048Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13942026-08-29T21:07:01.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s
13952026-08-29T21:07:01.144Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13962026-08-29T21:07:01.945Z Compiling serde_core v1.0.228
13972026-08-29T21:07:01.945Z Compiling libc v0.2.185
13982026-08-29T21:07:01.945Z Compiling serde v1.0.228
13992026-08-29T21:07:01.949Z Compiling log v0.4.33
14002026-08-29T21:07:01.949Z Compiling smallvec v1.15.1
14012026-08-29T21:07:01.949Z Compiling subtle v2.6.1
14022026-08-29T21:07:01.949Z Compiling zerocopy v0.8.55
14032026-08-29T21:07:01.949Z Compiling typenum v1.20.1
14042026-08-29T21:07:02.106Z Compiling shlex v1.3.0
14052026-08-29T21:07:02.109Z Compiling find-msvc-tools v0.1.9
14062026-08-29T21:07:02.109Z Compiling scopeguard v1.2.0
14072026-08-29T21:07:02.109Z Compiling portable-atomic v1.13.1
14082026-08-29T21:07:02.116Z Compiling critical-section v1.2.0
14092026-08-29T21:07:02.119Z Compiling stable_deref_trait v1.2.1
14102026-08-29T21:07:02.130Z Compiling generic-array v0.14.7
14112026-08-29T21:07:02.156Z Compiling syn v2.0.117
14122026-08-29T21:07:02.270Z Compiling const-oid v0.9.6
14132026-08-29T21:07:02.295Z Compiling serde_json v1.0.151
14142026-08-29T21:07:02.311Z Compiling libm v0.2.16
14152026-08-29T21:07:02.325Z Compiling num-traits v0.2.19
14162026-08-29T21:07:02.373Z Compiling lock_api v0.4.14
14172026-08-29T21:07:02.388Z Compiling allocator-api2 v0.2.21
14182026-08-29T21:07:02.392Z Compiling percent-encoding v2.3.2
14192026-08-29T21:07:02.418Z Compiling writeable v0.6.2
14202026-08-29T21:07:02.422Z Compiling parking_lot_core v0.9.12
14212026-08-29T21:07:02.515Z Compiling litemap v0.8.1
14222026-08-29T21:07:02.554Z Compiling pin-project-lite v0.2.17
14232026-08-29T21:07:02.567Z Compiling getrandom v0.3.4
14242026-08-29T21:07:02.595Z Compiling getrandom v0.4.3
14252026-08-29T21:07:02.613Z Compiling icu_normalizer_data v2.1.1
14262026-08-29T21:07:02.640Z Compiling icu_properties_data v2.1.2
14272026-08-29T21:07:02.693Z Compiling rustix v1.1.4
14282026-08-29T21:07:02.739Z Compiling rand_core v0.10.0
14292026-08-29T21:07:02.743Z Compiling pkg-config v0.3.32
14302026-08-29T21:07:02.743Z Compiling futures-core v0.3.32
14312026-08-29T21:07:02.754Z Compiling utf8_iter v1.0.4
14322026-08-29T21:07:02.961Z Compiling base64ct v1.8.3
14332026-08-29T21:07:02.978Z Compiling form_urlencoded v1.2.2
14342026-08-29T21:07:02.981Z Compiling flagset v0.4.7
14352026-08-29T21:07:02.981Z Compiling foldhash v0.2.0
14362026-08-29T21:07:02.981Z Compiling futures-sink v0.3.32
14372026-08-29T21:07:03.007Z Compiling errno v0.3.14
14382026-08-29T21:07:03.053Z Compiling jobserver v0.1.34
14392026-08-29T21:07:03.070Z Compiling getrandom v0.2.17
14402026-08-29T21:07:03.167Z Compiling mio v1.2.0
14412026-08-29T21:07:03.181Z Compiling signal-hook-registry v1.4.8
14422026-08-29T21:07:03.210Z Compiling socket2 v0.6.3
14432026-08-29T21:07:03.242Z Compiling rand_core v0.6.4
14442026-08-29T21:07:03.280Z Compiling once_cell v1.21.3
14452026-08-29T21:07:03.294Z Compiling cc v1.2.56
14462026-08-29T21:07:03.328Z Compiling parking_lot v0.12.5
14472026-08-29T21:07:03.391Z Compiling pem-rfc7468 v0.7.0
14482026-08-29T21:07:03.406Z Compiling hashbrown v0.17.0
14492026-08-29T21:07:03.424Z Compiling futures-channel v0.3.32
14502026-08-29T21:07:03.428Z Compiling slab v0.4.12
14512026-08-29T21:07:03.477Z Compiling rustversion v1.0.22
14522026-08-29T21:07:03.511Z Compiling futures-task v0.3.32
14532026-08-29T21:07:03.542Z Compiling futures-io v0.3.32
14542026-08-29T21:07:03.613Z Compiling base64 v0.22.1
14552026-08-29T21:07:03.632Z Compiling iana-time-zone v0.1.65
14562026-08-29T21:07:03.647Z Compiling ident_case v1.0.1
14572026-08-29T21:07:03.662Z Compiling cpufeatures v0.2.17
14582026-08-29T21:07:03.681Z Compiling simd-adler32 v0.3.8
14592026-08-29T21:07:03.699Z Compiling adler2 v2.0.1
14602026-08-29T21:07:03.717Z Compiling syn v1.0.109
14612026-08-29T21:07:03.733Z Compiling spin v0.9.8
14622026-08-29T21:07:03.736Z Compiling ahash v0.8.12
14632026-08-29T21:07:03.765Z Compiling schemars v0.8.22
14642026-08-29T21:07:03.781Z Compiling fs_extra v1.3.0
14652026-08-29T21:07:03.803Z Compiling dunce v1.0.5
14662026-08-29T21:07:03.850Z Compiling miniz_oxide v0.8.9
14672026-08-29T21:07:03.854Z Compiling dyn-clone v1.0.20
14682026-08-29T21:07:03.914Z Compiling rand_core v0.9.5
14692026-08-29T21:07:03.942Z Compiling tracing-core v0.1.36
14702026-08-29T21:07:03.945Z Compiling regex-syntax v0.8.10
14712026-08-29T21:07:03.974Z Compiling tinyvec_macros v0.1.1
14722026-08-29T21:07:04.004Z Compiling cmake v0.1.57
14732026-08-29T21:07:04.036Z Compiling num-integer v0.1.46
14742026-08-29T21:07:04.039Z Compiling object v0.37.3
14752026-08-29T21:07:04.064Z Compiling tinyvec v1.11.0
14762026-08-29T21:07:04.067Z Compiling num-bigint-dig v0.8.6
14772026-08-29T21:07:04.106Z Compiling aws-lc-rs v1.16.3
14782026-08-29T21:07:04.109Z Compiling anyhow v1.0.104
14792026-08-29T21:07:04.207Z Compiling vcpkg v0.2.15
14802026-08-29T21:07:04.277Z Compiling bitflags v2.11.0
14812026-08-29T21:07:04.365Z Compiling semver v1.0.28
14822026-08-29T21:07:04.400Z Compiling indexmap v2.14.0
14832026-08-29T21:07:04.415Z Compiling uuid v1.23.4
14842026-08-29T21:07:04.490Z Compiling num-iter v0.1.45
14852026-08-29T21:07:04.504Z Compiling lazy_static v1.5.0
14862026-08-29T21:07:04.507Z Compiling ff v0.13.1
14872026-08-29T21:07:04.534Z Compiling base16ct v0.2.0
14882026-08-29T21:07:04.550Z Compiling gimli v0.32.3
14892026-08-29T21:07:04.609Z Compiling rustc_version v0.4.1
14902026-08-29T21:07:04.675Z Compiling group v0.13.0
14912026-08-29T21:07:04.695Z Compiling crc32fast v1.5.0
14922026-08-29T21:07:04.726Z Compiling rustc-demangle v0.1.27
14932026-08-29T21:07:04.868Z Compiling aws-lc-sys v0.40.0
14942026-08-29T21:07:04.889Z Compiling openssl-probe v0.2.1
14952026-08-29T21:07:04.963Z Compiling openssl-sys v0.9.117
14962026-08-29T21:07:04.977Z Compiling cmov v0.5.4
14972026-08-29T21:07:05.008Z Compiling httparse v1.10.1
14982026-08-29T21:07:05.084Z Compiling synstructure v0.13.2
14992026-08-29T21:07:05.101Z Compiling serde_derive_internals v0.29.1
15002026-08-29T21:07:05.105Z Compiling pest_generator v2.8.6
15012026-08-29T21:07:05.158Z Compiling owo-colors v4.3.0
15022026-08-29T21:07:05.162Z Compiling crossbeam-utils v0.8.21
15032026-08-29T21:07:05.195Z Compiling untrusted v0.7.1
15042026-08-29T21:07:05.330Z Compiling ctutils v0.4.2
15052026-08-29T21:07:05.416Z Compiling darling_core v0.23.0
15062026-08-29T21:07:05.535Z Compiling curve25519-dalek v4.1.3
15072026-08-29T21:07:05.563Z Compiling terminal_size v0.4.3
15082026-08-29T21:07:05.577Z Compiling tempfile v3.27.0
15092026-08-29T21:07:05.581Z Compiling camino v1.2.5
15102026-08-29T21:07:05.687Z Compiling clap_builder v4.6.0
15112026-08-29T21:07:05.716Z Compiling proc-macro-error-attr2 v2.0.0
15122026-08-29T21:07:05.787Z Compiling aho-corasick v1.1.4
15132026-08-29T21:07:05.831Z Compiling tower-service v0.3.3
15142026-08-29T21:07:05.876Z Compiling untrusted v0.9.0
15152026-08-29T21:07:05.890Z Compiling try-lock v0.2.5
15162026-08-29T21:07:05.943Z Compiling radium v0.7.0
15172026-08-29T21:07:05.976Z Compiling tower-layer v0.3.3
15182026-08-29T21:07:05.999Z Compiling rustls v0.23.41
15192026-08-29T21:07:06.014Z Compiling is_ci v1.2.0
15202026-08-29T21:07:06.018Z Compiling atomic-waker v1.1.2
15212026-08-29T21:07:06.018Z Compiling textwrap v0.16.2
15222026-08-29T21:07:06.125Z Compiling proc-macro-error2 v2.0.1
15232026-08-29T21:07:06.156Z Compiling supports-color v3.0.2
15242026-08-29T21:07:06.170Z Compiling want v0.3.1
15252026-08-29T21:07:06.242Z Compiling addr2line v0.25.1
15262026-08-29T21:07:06.355Z Compiling darling_core v0.20.11
15272026-08-29T21:07:06.400Z Compiling slog v2.8.2
15282026-08-29T21:07:06.443Z Compiling keccak v0.1.6
15292026-08-29T21:07:06.515Z Compiling time-core v0.1.8
15302026-08-29T21:07:06.530Z Compiling httpdate v1.0.3
15312026-08-29T21:07:06.592Z Compiling num-conv v0.2.0
15322026-08-29T21:07:06.608Z Compiling regex-automata v0.4.14
15332026-08-29T21:07:06.650Z Compiling tap v1.0.1
15342026-08-29T21:07:06.676Z Compiling supports-unicode v3.0.0
15352026-08-29T21:07:06.734Z Compiling openssl v0.10.80
15362026-08-29T21:07:06.751Z Compiling serde_derive v1.0.228
15372026-08-29T21:07:06.771Z Compiling zeroize_derive v1.5.0
15382026-08-29T21:07:06.785Z Compiling zerocopy-derive v0.8.55
15392026-08-29T21:07:06.837Z Compiling zerofrom-derive v0.1.6
15402026-08-29T21:07:06.853Z Compiling yoke-derive v0.8.1
15412026-08-29T21:07:06.988Z Compiling zerovec-derive v0.11.2
15422026-08-29T21:07:07.008Z Compiling displaydoc v0.2.5
15432026-08-29T21:07:07.202Z Compiling thiserror-impl v2.0.18
15442026-08-29T21:07:07.443Z Compiling tokio-macros v2.7.0
15452026-08-29T21:07:07.495Z Compiling der_derive v0.7.3
15462026-08-29T21:07:07.526Z Compiling futures-macro v0.3.32
15472026-08-29T21:07:07.835Z Compiling thiserror-impl v1.0.69
15482026-08-29T21:07:07.959Z Compiling schemars_derive v0.8.22
15492026-08-29T21:07:08.105Z Compiling tracing-attributes v0.1.31
15502026-08-29T21:07:08.126Z Compiling clap_derive v4.6.1
15512026-08-29T21:07:08.181Z Compiling pest_derive v2.8.6
15522026-08-29T21:07:08.264Z Compiling backtrace v0.3.76
15532026-08-29T21:07:08.319Z Compiling zerofrom v0.1.6
15542026-08-29T21:07:08.453Z Compiling yoke v0.8.1
15552026-08-29T21:07:08.467Z Compiling futures-util v0.3.32
15562026-08-29T21:07:08.572Z Compiling scroll_derive v0.12.1
15572026-08-29T21:07:08.661Z Compiling zerovec v0.11.5
15582026-08-29T21:07:08.676Z Compiling zerotrie v0.2.3
15592026-08-29T21:07:08.692Z Compiling thiserror v2.0.18
15602026-08-29T21:07:08.718Z Compiling async-trait v0.1.89
15612026-08-29T21:07:08.802Z Compiling backtrace-ext v0.2.1
15622026-08-29T21:07:08.817Z Compiling darling_macro v0.23.0
15632026-08-29T21:07:08.989Z Compiling miette-derive v7.6.0
15642026-08-29T21:07:09.017Z Compiling scroll_derive v0.13.1
15652026-08-29T21:07:09.148Z Compiling tinystr v0.8.2
15662026-08-29T21:07:09.220Z Compiling potential_utf v0.1.4
15672026-08-29T21:07:09.282Z Compiling thiserror v1.0.69
15682026-08-29T21:07:09.301Z Compiling scroll v0.12.0
15692026-08-29T21:07:09.337Z Compiling icu_locale_core v2.1.1
15702026-08-29T21:07:09.383Z Compiling icu_collections v2.1.1
15712026-08-29T21:07:09.406Z Compiling zerocopy-derive v0.7.35
15722026-08-29T21:07:09.421Z Compiling curve25519-dalek-derive v0.1.1
15732026-08-29T21:07:09.470Z Compiling tracing v0.1.44
15742026-08-29T21:07:09.485Z Compiling powerfmt v0.2.0
15752026-08-29T21:07:09.590Z Compiling foreign-types-shared v0.1.1
15762026-08-29T21:07:09.695Z Compiling maybe-uninit v2.0.0
15772026-08-29T21:07:09.712Z Compiling supports-hyperlinks v3.2.0
15782026-08-29T21:07:09.770Z Compiling foreign-types v0.3.2
15792026-08-29T21:07:09.799Z Compiling deranged v0.5.8
15802026-08-29T21:07:09.860Z Compiling goblin v0.8.2
15812026-08-29T21:07:09.886Z Compiling darling v0.23.0
15822026-08-29T21:07:09.901Z Compiling scroll v0.13.0
15832026-08-29T21:07:09.904Z Compiling darling_macro v0.20.11
15842026-08-29T21:07:09.988Z Compiling icu_provider v2.1.1
15852026-08-29T21:07:10.022Z Compiling clap v4.6.1
15862026-08-29T21:07:10.062Z Compiling hubpack_derive v0.1.1
15872026-08-29T21:07:10.126Z Compiling openssl-macros v0.1.1
15882026-08-29T21:07:10.147Z Compiling knus-derive v3.4.0
15892026-08-29T21:07:10.202Z Compiling wyz v0.5.1
15902026-08-29T21:07:10.217Z Compiling miette v7.6.0
15912026-08-29T21:07:10.258Z Compiling icu_properties v2.1.2
15922026-08-29T21:07:10.318Z Compiling zeroize v1.9.0
15932026-08-29T21:07:10.343Z Compiling bytes v1.11.1
15942026-08-29T21:07:10.384Z Compiling icu_normalizer v2.1.1
15952026-08-29T21:07:10.416Z Compiling chrono v0.4.45
15962026-08-29T21:07:10.436Z Compiling ipnet v2.12.0
15972026-08-29T21:07:10.568Z Compiling der v0.7.10
15982026-08-29T21:07:10.571Z Compiling hex v0.4.3
15992026-08-29T21:07:10.846Z Compiling tokio v1.52.1
16002026-08-29T21:07:10.863Z Compiling http v1.4.2
16012026-08-29T21:07:10.883Z Compiling rustls-pki-types v1.14.0
16022026-08-29T21:07:10.903Z Compiling hybrid-array v0.4.13
16032026-08-29T21:07:10.931Z Compiling serde_tokenstream v0.2.3
16042026-08-29T21:07:10.951Z Compiling serde_spanned v0.6.9
16052026-08-29T21:07:10.984Z Compiling toml_datetime v0.6.11
16062026-08-29T21:07:11.114Z Compiling crypto-common v0.1.7
16072026-08-29T21:07:11.147Z Compiling block-buffer v0.10.4
16082026-08-29T21:07:11.257Z Compiling idna_adapter v1.2.1
16092026-08-29T21:07:11.260Z Compiling crypto-bigint v0.5.5
16102026-08-29T21:07:11.288Z Compiling zerocopy v0.7.35
16112026-08-29T21:07:11.337Z Compiling digest v0.10.7
16122026-08-29T21:07:11.366Z Compiling ppv-lite86 v0.2.21
16132026-08-29T21:07:11.386Z Compiling idna v1.1.0
16142026-08-29T21:07:11.400Z Compiling spki v0.7.3
16152026-08-29T21:07:11.554Z Compiling sha2 v0.10.9
16162026-08-29T21:07:11.613Z Compiling pkcs8 v0.10.2
16172026-08-29T21:07:11.627Z Compiling hmac v0.12.1
16182026-08-29T21:07:11.643Z Compiling signature v2.2.0
16192026-08-29T21:07:11.660Z Compiling rand_chacha v0.3.1
16202026-08-29T21:07:11.690Z Compiling url v2.5.8
16212026-08-29T21:07:11.705Z Compiling rand_chacha v0.9.0
16222026-08-29T21:07:11.773Z Compiling sec1 v0.7.3
16232026-08-29T21:07:11.789Z Compiling pkcs1 v0.7.5
16242026-08-29T21:07:11.806Z Compiling hkdf v0.12.4
16252026-08-29T21:07:11.822Z Compiling x509-cert v0.2.5
16262026-08-29T21:07:11.843Z Compiling http-body v1.0.1
16272026-08-29T21:07:11.858Z Compiling rfc6979 v0.4.0
16282026-08-29T21:07:11.894Z Compiling rand v0.8.6
16292026-08-29T21:07:11.984Z Compiling rand v0.9.2
16302026-08-29T21:07:12.002Z Compiling hashbrown v0.14.5
16312026-08-29T21:07:12.017Z Compiling ed25519 v2.2.3
16322026-08-29T21:07:12.065Z Compiling sha3 v0.10.8
16332026-08-29T21:07:12.404Z Compiling elliptic-curve v0.13.8
16342026-08-29T21:07:12.447Z Compiling half v2.7.1
16352026-08-29T21:07:12.544Z Compiling chumsky v0.9.3
16362026-08-29T21:07:12.562Z Compiling erased-serde v0.3.31
16372026-08-29T21:07:12.787Z Compiling time-macros v0.2.27
16382026-08-29T21:07:12.819Z Compiling ecdsa v0.16.9
16392026-08-29T21:07:12.833Z Compiling primeorder v0.13.6
16402026-08-29T21:07:12.950Z Compiling bzip2-sys v0.1.13+1.0.8
16412026-08-29T21:07:13.104Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16422026-08-29T21:07:13.124Z Compiling unicode-normalization v0.1.25
16432026-08-29T21:07:13.140Z Compiling wait-timeout v0.2.1
16442026-08-29T21:07:13.238Z Compiling env_filter v2.0.0
16452026-08-29T21:07:13.256Z Compiling num_threads v0.1.7
16462026-08-29T21:07:13.369Z Compiling funty v2.0.0
16472026-08-29T21:07:13.383Z Compiling bit-vec v0.8.0
16482026-08-29T21:07:13.426Z Compiling ciborium-io v0.2.2
16492026-08-29T21:07:13.491Z Compiling packed_struct v0.10.1
16502026-08-29T21:07:13.495Z Compiling quick-error v1.2.3
16512026-08-29T21:07:13.507Z Compiling native-tls v0.2.18
16522026-08-29T21:07:13.536Z Compiling ciborium-ll v0.2.2
16532026-08-29T21:07:13.564Z Compiling env_logger v0.11.11
16542026-08-29T21:07:13.597Z Compiling rusty-fork v0.3.1
16552026-08-29T21:07:13.622Z Compiling rsa v0.9.10
16562026-08-29T21:07:13.636Z Compiling bit-set v0.8.0
16572026-08-29T21:07:13.778Z Compiling knus v3.4.0
16582026-08-29T21:07:13.792Z Compiling bitvec v1.0.1
16592026-08-29T21:07:13.819Z Compiling p384 v0.13.1
16602026-08-29T21:07:13.903Z Compiling time v0.3.47
16612026-08-29T21:07:13.931Z Compiling ed25519-dalek v2.2.0
16622026-08-29T21:07:13.946Z Compiling dof v0.3.0
16632026-08-29T21:07:13.975Z Compiling sha1 v0.10.6
16642026-08-29T21:07:14.218Z Compiling hubpack v0.1.2
16652026-08-29T21:07:14.274Z Compiling darling v0.20.11
16662026-08-29T21:07:14.371Z Compiling goblin v0.10.5
16672026-08-29T21:07:14.451Z Compiling serde_with_macros v3.21.0
16682026-08-29T21:07:14.472Z Compiling dtrace-parser v0.2.0
16692026-08-29T21:07:14.486Z Compiling packed_struct_codegen v0.10.1
16702026-08-29T21:07:14.567Z Compiling strum_macros v0.26.4
16712026-08-29T21:07:14.683Z Compiling bitfield-macros v0.19.4
16722026-08-29T21:07:14.708Z Compiling tokio-util v0.7.18
16732026-08-29T21:07:15.151Z Compiling zerocopy-derive v0.6.6
16742026-08-29T21:07:15.234Z Compiling rand_xorshift v0.4.0
16752026-08-29T21:07:15.281Z Compiling thread-id v4.2.2
16762026-08-29T21:07:15.380Z Compiling sync_wrapper v1.0.2
16772026-08-29T21:07:15.465Z Compiling h2 v0.4.15
16782026-08-29T21:07:15.468Z Compiling indexmap v1.9.3
16792026-08-29T21:07:15.504Z Compiling salty v0.3.0
16802026-08-29T21:07:15.532Z Compiling nodrop v0.1.14
16812026-08-29T21:07:15.609Z Compiling unicode-segmentation v1.12.0
16822026-08-29T21:07:15.624Z Compiling paste v1.0.15
16832026-08-29T21:07:15.640Z Compiling zlib-rs v0.6.2
16842026-08-29T21:07:15.643Z Compiling crc-catalog v2.4.0
16852026-08-29T21:07:15.756Z Compiling unarray v0.1.4
16862026-08-29T21:07:15.772Z Compiling usdt-impl v0.6.0
16872026-08-29T21:07:15.788Z Compiling siphasher v1.0.2
16882026-08-29T21:07:15.886Z Compiling proptest v1.11.0
16892026-08-29T21:07:16.029Z Compiling crc v3.4.0
16902026-08-29T21:07:16.032Z Compiling zerocopy v0.6.6
16912026-08-29T21:07:16.070Z Compiling serde_with v3.21.0
16922026-08-29T21:07:16.270Z Compiling array-init v0.0.4
16932026-08-29T21:07:16.330Z Compiling tower v0.5.3
16942026-08-29T21:07:16.375Z Compiling strum v0.26.3
16952026-08-29T21:07:16.389Z Compiling bitfield v0.19.4
16962026-08-29T21:07:16.518Z Compiling usdt-impl v0.5.0
16972026-08-29T21:07:16.713Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16982026-08-29T21:07:16.730Z Compiling smallvec v0.6.14
16992026-08-29T21:07:16.733Z Compiling derive_builder_core v0.20.2
17002026-08-29T21:07:16.760Z Compiling ciborium v0.2.2
17012026-08-29T21:07:16.764Z Compiling ipnetwork v0.21.1
17022026-08-29T21:07:16.825Z Compiling http-body-util v0.1.3
17032026-08-29T21:07:16.947Z Compiling dtrace-parser v0.3.0
17042026-08-29T21:07:17.081Z Compiling enum-as-inner v0.6.1
17052026-08-29T21:07:17.105Z Compiling structmeta-derive v0.3.0
17062026-08-29T21:07:17.189Z Compiling dof v0.4.0
17072026-08-29T21:07:17.335Z Compiling heapless v0.7.17
17082026-08-29T21:07:17.421Z Compiling thread-id v5.1.0
17092026-08-29T21:07:17.517Z Compiling syn v3.0.3
17102026-08-29T21:07:17.595Z Compiling cookie v0.18.1
17112026-08-29T21:07:17.609Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
17122026-08-29T21:07:17.623Z Compiling rayon-core v1.13.0
17132026-08-29T21:07:17.704Z Compiling hashbrown v0.12.3
17142026-08-29T21:07:17.824Z Compiling signal-hook v0.3.18
17152026-08-29T21:07:17.840Z Compiling zstd-safe v7.2.4
17162026-08-29T21:07:17.843Z Compiling ryu v1.0.23
17172026-08-29T21:07:17.872Z Compiling unicode-properties v0.1.4
17182026-08-29T21:07:17.942Z Compiling iri-string v0.7.10
17192026-08-29T21:07:18.010Z Compiling base64 v0.21.7
17202026-08-29T21:07:18.047Z Compiling static_assertions v1.1.0
17212026-08-29T21:07:18.062Z Compiling data-encoding v2.10.0
17222026-08-29T21:07:18.089Z Compiling unicode-bidi v0.3.18
17232026-08-29T21:07:18.133Z Compiling winnow v0.5.40
17242026-08-29T21:07:18.228Z Compiling structmeta v0.3.0
17252026-08-29T21:07:18.340Z Compiling newtype-uuid v1.3.2
17262026-08-29T21:07:18.422Z Compiling stringprep v0.1.5
17272026-08-29T21:07:18.458Z Compiling ron v0.8.1
17282026-08-29T21:07:18.587Z Compiling hyper v1.10.1
17292026-08-29T21:07:18.640Z Compiling flate2 v1.1.9
17302026-08-29T21:07:18.724Z Compiling serde_urlencoded v0.7.1
17312026-08-29T21:07:18.885Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17322026-08-29T21:07:18.897Z Compiling derive_builder_macro v0.20.2
17332026-08-29T21:07:18.988Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17342026-08-29T21:07:19.009Z Compiling oxnet v0.1.6
17352026-08-29T21:07:19.082Z Compiling serde-hex v0.1.0
17362026-08-29T21:07:19.387Z Compiling tower-http v0.6.8
17372026-08-29T21:07:19.414Z Compiling bzip2 v0.4.4
17382026-08-29T21:07:19.435Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17392026-08-29T21:07:19.463Z Compiling toml_edit v0.19.15
17402026-08-29T21:07:19.494Z Compiling tokio-native-tls v0.3.1
17412026-08-29T21:07:19.657Z Compiling block-buffer v0.12.1
17422026-08-29T21:07:19.681Z Compiling crypto-common v0.2.2
17432026-08-29T21:07:19.697Z Compiling block-padding v0.4.2
17442026-08-29T21:07:19.804Z Compiling hyper-util v0.1.20
17452026-08-29T21:07:19.877Z Compiling hashbrown v0.13.2
17462026-08-29T21:07:19.897Z Compiling md-5 v0.10.6
17472026-08-29T21:07:20.052Z Compiling rustls-native-certs v0.8.3
17482026-08-29T21:07:20.087Z Compiling futures-executor v0.3.32
17492026-08-29T21:07:20.169Z Compiling serde-big-array v0.5.1
17502026-08-29T21:07:20.232Z Compiling bstr v1.12.1
17512026-08-29T21:07:20.321Z Compiling pin-project-internal v1.1.11
17522026-08-29T21:07:20.361Z Compiling crossbeam-epoch v0.9.18
17532026-08-29T21:07:20.361Z Compiling vergen-lib v9.1.0
17542026-08-29T21:07:20.427Z Compiling hash32 v0.2.1
17552026-08-29T21:07:20.545Z Compiling encoding_rs v0.8.35
17562026-08-29T21:07:20.577Z Compiling memoffset v0.9.1
17572026-08-29T21:07:20.637Z Compiling thread_local v1.1.9
17582026-08-29T21:07:20.677Z Compiling psl-types v2.0.11
17592026-08-29T21:07:20.715Z Compiling smoltcp v0.9.1
17602026-08-29T21:07:20.795Z Compiling mime v0.3.17
17612026-08-29T21:07:20.819Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17622026-08-29T21:07:20.838Z Compiling ref-cast v1.0.25
17632026-08-29T21:07:20.878Z Compiling rustix v0.38.44
17642026-08-29T21:07:20.908Z Compiling litrs v1.0.0
17652026-08-29T21:07:21.027Z Compiling slog-async v2.8.0
17662026-08-29T21:07:21.051Z Compiling daft-derive v0.1.8
17672026-08-29T21:07:21.075Z Compiling cfg_aliases v0.2.1
17682026-08-29T21:07:21.078Z Compiling linked-hash-map v0.5.6
17692026-08-29T21:07:21.165Z Compiling fallible-iterator v0.2.0
17702026-08-29T21:07:21.179Z Compiling crc-any v2.5.0
17712026-08-29T21:07:21.248Z Compiling toml_edit v0.22.27
17722026-08-29T21:07:21.294Z Compiling lru-cache v0.1.2
17732026-08-29T21:07:21.433Z Compiling hyper-tls v0.6.0
17742026-08-29T21:07:21.446Z Compiling nix v0.31.2
17752026-08-29T21:07:21.449Z Compiling document-features v0.2.12
17762026-08-29T21:07:21.474Z Compiling postgres-protocol v0.6.10
17772026-08-29T21:07:21.477Z Compiling pin-project v1.1.11
17782026-08-29T21:07:21.535Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17792026-08-29T21:07:21.549Z Compiling toml v0.7.8
17802026-08-29T21:07:21.565Z Compiling publicsuffix v2.3.0
17812026-08-29T21:07:21.605Z Compiling crossbeam-deque v0.8.6
17822026-08-29T21:07:21.768Z Compiling object v0.30.4
17832026-08-29T21:07:21.794Z Compiling daft v0.1.8
17842026-08-29T21:07:21.816Z Compiling futures v0.3.32
17852026-08-29T21:07:21.845Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17862026-08-29T21:07:21.923Z Compiling inout v0.2.2
17872026-08-29T21:07:21.946Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17882026-08-29T21:07:22.056Z Compiling zip v0.6.6
17892026-08-29T21:07:22.076Z Compiling derive_builder v0.20.2
17902026-08-29T21:07:22.127Z Compiling derive-ex v0.1.8
17912026-08-29T21:07:22.170Z Compiling hickory-proto v0.24.4
17922026-08-29T21:07:22.184Z Compiling usdt-attr-macro v0.5.0
17932026-08-29T21:07:22.218Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17942026-08-29T21:07:22.249Z Compiling usdt-macro v0.5.0
17952026-08-29T21:07:22.308Z Compiling phf_shared v0.13.1
17962026-08-29T21:07:22.391Z Compiling convert_case v0.10.0
17972026-08-29T21:07:22.446Z Compiling regex v1.12.3
17982026-08-29T21:07:22.570Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17992026-08-29T21:07:22.654Z Compiling strum_macros v0.27.2
18002026-08-29T21:07:22.707Z Compiling ref-cast-impl v1.0.25
18012026-08-29T21:07:22.707Z Compiling snafu-derive v0.8.9
18022026-08-29T21:07:22.756Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032026-08-29T21:07:22.913Z Compiling crossbeam-channel v0.5.15
18042026-08-29T21:07:22.936Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
18052026-08-29T21:07:23.057Z Compiling blake3 v1.8.5
18062026-08-29T21:07:23.075Z Compiling vergen v9.1.0
18072026-08-29T21:07:23.160Z Compiling cargo-platform v0.3.2
18082026-08-29T21:07:23.191Z Compiling memmap v0.7.0
18092026-08-29T21:07:23.290Z Compiling memmap2 v0.9.10
18102026-08-29T21:07:23.304Z Compiling is-terminal v0.4.17
18112026-08-29T21:07:23.389Z Compiling fs-err v3.3.0
18122026-08-29T21:07:23.408Z Compiling resolv-conf v0.7.6
18132026-08-29T21:07:23.422Z Compiling corncobs v0.1.4
18142026-08-29T21:07:23.445Z Compiling term v1.2.1
18152026-08-29T21:07:23.459Z Compiling path-slash v0.1.5
18162026-08-29T21:07:23.528Z Compiling managed v0.8.0
18172026-08-29T21:07:23.603Z Compiling either v1.15.0
18182026-08-29T21:07:23.603Z Compiling foldhash v0.1.5
18192026-08-29T21:07:23.632Z Compiling take_mut v0.2.2
18202026-08-29T21:07:23.676Z Compiling same-file v1.0.6
18212026-08-29T21:07:23.754Z Compiling bumpalo v3.20.2
18222026-08-29T21:07:23.769Z Compiling cpufeatures v0.3.0
18232026-08-29T21:07:23.784Z Compiling jiff-core v0.1.0
18242026-08-29T21:07:23.805Z Compiling libbz2-rs-sys v0.2.2
18252026-08-29T21:07:23.841Z Compiling bitflags v1.3.2
18262026-08-29T21:07:23.862Z Compiling walkdir v2.5.0
18272026-08-29T21:07:23.877Z Compiling hashbrown v0.15.5
18282026-08-29T21:07:23.905Z Compiling test-strategy v0.4.5
18292026-08-29T21:07:24.036Z Compiling zopfli v0.8.3
18302026-08-29T21:07:24.065Z Compiling slog-term v2.9.2
18312026-08-29T21:07:24.196Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18322026-08-29T21:07:24.459Z Compiling hickory-resolver v0.24.4
18332026-08-29T21:07:24.512Z Compiling bzip2 v0.6.1
18342026-08-29T21:07:24.599Z Compiling jiff v0.2.34
18352026-08-29T21:07:24.709Z Compiling snafu v0.8.9
18362026-08-29T21:07:24.728Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
18372026-08-29T21:07:24.743Z Compiling strum v0.27.2
18382026-08-29T21:07:24.772Z Compiling cargo_metadata v0.23.1
18392026-08-29T21:07:24.785Z Compiling usdt v0.5.0
18402026-08-29T21:07:24.886Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18412026-08-29T21:07:24.919Z Compiling derive_more-impl v2.1.1
18422026-08-29T21:07:24.938Z Compiling toml v0.8.23
18432026-08-29T21:07:25.062Z Compiling phf v0.13.1
18442026-08-29T21:07:25.080Z Compiling cookie_store v0.22.1
18452026-08-29T21:07:25.139Z Compiling signal-hook-mio v0.2.5
18462026-08-29T21:07:25.247Z Compiling cipher v0.5.2
18472026-08-29T21:07:25.272Z Compiling zstd v0.13.3
18482026-08-29T21:07:25.455Z Compiling postgres-types v0.2.12
18492026-08-29T21:07:25.573Z Compiling reqwest v0.12.28
18502026-08-29T21:07:25.638Z Compiling globset v0.4.18
18512026-08-29T21:07:25.654Z Compiling usdt-macro v0.6.0
18522026-08-29T21:07:25.746Z Compiling usdt-attr-macro v0.6.0
18532026-08-29T21:07:25.796Z Compiling phf_shared v0.11.3
18542026-08-29T21:07:26.004Z Compiling tokio-stream v0.1.18
18552026-08-29T21:07:26.029Z Compiling olpc-cjson v0.1.4
18562026-08-29T21:07:26.091Z Compiling byte-wrapper v0.1.0
18572026-08-29T21:07:26.135Z Compiling inout v0.1.4
18582026-08-29T21:07:26.149Z Compiling secrecy v0.8.0
18592026-08-29T21:07:26.209Z Compiling serde_plain v1.0.2
18602026-08-29T21:07:26.313Z Compiling serde_repr v0.1.20
18612026-08-29T21:07:26.328Z Compiling derive-where v1.6.0
18622026-08-29T21:07:26.331Z Compiling async-recursion v1.1.1
18632026-08-29T21:07:26.354Z Compiling float-cmp v0.10.0
18642026-08-29T21:07:26.427Z Compiling pem v3.0.6
18652026-08-29T21:07:26.446Z Compiling hashbrown v0.16.1
18662026-08-29T21:07:26.465Z Compiling constant_time_eq v0.4.2
18672026-08-29T21:07:26.485Z Compiling typed-path v0.9.3
18682026-08-29T21:07:26.521Z Compiling debug-ignore v1.0.5
18692026-08-29T21:07:26.614Z Compiling normalize-line-endings v0.3.0
18702026-08-29T21:07:26.642Z Compiling precomputed-hash v0.1.1
18712026-08-29T21:07:26.711Z Compiling whoami v2.1.0
18722026-08-29T21:07:26.727Z Compiling difflib v0.4.0
18732026-08-29T21:07:26.740Z Compiling arrayvec v0.7.6
18742026-08-29T21:07:26.743Z Compiling fixedbitset v0.5.7
18752026-08-29T21:07:26.755Z Compiling arrayref v0.3.9
18762026-08-29T21:07:26.777Z Compiling new_debug_unreachable v1.0.6
18772026-08-29T21:07:26.876Z Compiling const-oid v0.10.2
18782026-08-29T21:07:26.908Z Compiling fixedbitset v0.4.2
18792026-08-29T21:07:26.911Z Compiling predicates-core v1.0.10
18802026-08-29T21:07:26.984Z Compiling winnow v1.0.3
18812026-08-29T21:07:27.058Z Compiling digest v0.11.3
18822026-08-29T21:07:27.073Z Compiling petgraph v0.6.5
18832026-08-29T21:07:27.086Z Compiling predicates v3.1.4
18842026-08-29T21:07:27.101Z Compiling iddqd v0.4.2
18852026-08-29T21:07:27.104Z Compiling petgraph v0.8.3
18862026-08-29T21:07:27.132Z Compiling tokio-postgres v0.7.16
18872026-08-29T21:07:27.162Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18882026-08-29T21:07:27.299Z Compiling string_cache v0.8.9
18892026-08-29T21:07:27.313Z Compiling zip v4.6.1
18902026-08-29T21:07:27.546Z Compiling usdt v0.6.0
18912026-08-29T21:07:27.663Z Compiling qorb v0.4.1
18922026-08-29T21:07:27.715Z Compiling crossterm v0.28.1
18932026-08-29T21:07:27.746Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18942026-08-29T21:07:27.777Z Compiling cipher v0.4.4
18952026-08-29T21:07:27.878Z Compiling derive_more v2.1.1
18962026-08-29T21:07:27.999Z Compiling toml_parser v1.1.2+spec-1.1.0
18972026-08-29T21:07:28.196Z Compiling chacha20 v0.10.0
18982026-08-29T21:07:28.450Z Compiling itertools v0.15.0
18992026-08-29T21:07:28.477Z Compiling itertools v0.13.0
19002026-08-29T21:07:28.585Z Compiling similar v2.7.0
19012026-08-29T21:07:28.641Z Compiling hickory-proto v0.25.2
19022026-08-29T21:07:28.656Z Compiling heck v0.4.1
19032026-08-29T21:07:28.783Z Compiling buf-list v1.1.2
19042026-08-29T21:07:28.946Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19052026-08-29T21:07:29.035Z Compiling openapiv3 v2.2.0
19062026-08-29T21:07:29.106Z Compiling lalrpop-util v0.19.12
19072026-08-29T21:07:29.184Z Compiling peg-runtime v0.8.5
19082026-08-29T21:07:29.274Z Compiling filetime v0.2.27
19092026-08-29T21:07:29.316Z Compiling xattr v1.6.1
19102026-08-29T21:07:29.330Z Compiling camino-tempfile v1.4.1
19112026-08-29T21:07:29.440Z Compiling tar v0.4.46
19122026-08-29T21:07:46.944Z Compiling rustls-webpki v0.103.13
19132026-08-29T21:07:49.625Z Compiling tokio-rustls v0.26.4
19142026-08-29T21:07:49.626Z Compiling rustls-platform-verifier v0.6.2
19152026-08-29T21:07:49.629Z Compiling tough v0.22.0
19162026-08-29T21:07:49.827Z Compiling hyper-rustls v0.27.7
19172026-08-29T21:07:50.030Z Compiling reqwest v0.13.2
19182026-08-29T21:07:52.163Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19192026-08-29T21:07:52.397Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19202026-08-29T21:07:55.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.08s
19212026-08-29T21:07:55.292Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19222026-08-29T21:07:55.292Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19232026-08-29T21:07:55.405Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19242026-08-29T21:07:55.461ZAug 29 21:07:54.838 INFO Starting download, target: Cockroach
19252026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Starting download, target: Console
19262026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Starting download, target: Clickhouse
19272026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Starting download, target: MaghemiteMgd
19282026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Starting download, target: DendriteStub
19292026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Starting download, target: MaghemiteDdmd
19302026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Starting download, target: TransceiverControl
19312026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19322026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19332026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19342026-08-29T21:07:55.466ZAug 29 21:07:54.839 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19352026-08-29T21:07:55.467ZAug 29 21:07:54.839 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19362026-08-29T21:07:55.467ZAug 29 21:07:54.839 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19372026-08-29T21:07:55.467ZAug 29 21:07:54.839 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19382026-08-29T21:07:57.268ZAug 29 21:07:56.645 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19392026-08-29T21:07:57.525ZAug 29 21:07:56.892 INFO Download complete, target: Console
19402026-08-29T21:07:57.804ZAug 29 21:07:57.150 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19412026-08-29T21:07:57.836ZAug 29 21:07:57.191 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19422026-08-29T21:07:58.036ZAug 29 21:07:57.401 INFO Download complete, target: TransceiverControl
19432026-08-29T21:07:59.954ZAug 29 21:07:59.325 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19442026-08-29T21:07:59.960ZAug 29 21:07:59.336 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19452026-08-29T21:08:00.079ZAug 29 21:07:59.443 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19462026-08-29T21:08:00.481ZAug 29 21:07:59.859 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19472026-08-29T21:08:00.481ZAug 29 21:07:59.859 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19482026-08-29T21:08:01.856ZAug 29 21:08:01.233 INFO Download complete, target: MaghemiteDdmd
19492026-08-29T21:08:02.722ZAug 29 21:08:02.099 INFO Download complete, target: MaghemiteMgd
19502026-08-29T21:08:02.805ZAug 29 21:08:02.182 INFO Download complete, target: DendriteStub
19512026-08-29T21:08:04.667ZAug 29 21:08:04.045 INFO Checking that binary works, target: Clickhouse
19522026-08-29T21:08:04.755ZAug 29 21:08:04.133 INFO Download complete, target: Clickhouse
19532026-08-29T21:08:05.192ZAug 29 21:08:04.568 INFO Checking that binary works, target: Cockroach
19542026-08-29T21:08:05.313ZAug 29 21:08:04.690 INFO Download complete, target: Cockroach
19552026-08-29T21:08:05.318ZAll prerequisites installed successfully
19562026-08-29T21:08:05.321Z
19572026-08-29T21:08:05.321Zreal 1:36.076310087
19582026-08-29T21:08:05.321Zuser 7:45.729866487
19592026-08-29T21:08:05.321Zsys 1:52.136121837
19602026-08-29T21:08:05.322Ztrap 0.279628244
19612026-08-29T21:08:05.322Ztflt 0.967620386
19622026-08-29T21:08:05.322Zdflt 1.779062767
19632026-08-29T21:08:05.322Zkflt 0.027063054
19642026-08-29T21:08:05.322Zlock 28:21.480902796
19652026-08-29T21:08:05.322Zslp 21:04.680376949
19662026-08-29T21:08:05.322Zlat 29.637263270
19672026-08-29T21:08:05.322Zstop 3:20.016102229
19682026-08-29T21:08:05.322Z+ source ./tools/include/force-git-over-https.sh
19692026-08-29T21:08:05.322Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19702026-08-29T21:08:05.322Z++ (( i = 0 ))
19712026-08-29T21:08:05.322Z++ (( i < 5 ))
19722026-08-29T21:08:05.322Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19732026-08-29T21:08:05.326Z++ (( i++ ))
19742026-08-29T21:08:05.326Z++ (( i < 5 ))
19752026-08-29T21:08:05.326Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19762026-08-29T21:08:05.326Z++ (( i++ ))
19772026-08-29T21:08:05.326Z++ (( i < 5 ))
19782026-08-29T21:08:05.326Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19792026-08-29T21:08:05.369Z++ (( i++ ))
19802026-08-29T21:08:05.369Z++ (( i < 5 ))
19812026-08-29T21:08:05.369Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19822026-08-29T21:08:05.369Z++ (( i++ ))
19832026-08-29T21:08:05.369Z++ (( i < 5 ))
19842026-08-29T21:08:05.369Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19852026-08-29T21:08:05.369Z++ (( i++ ))
19862026-08-29T21:08:05.369Z++ (( i < 5 ))
19872026-08-29T21:08:05.369Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19882026-08-29T21:08:05.369Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19892026-08-29T21:08:05.370Z+ rc=0
19902026-08-29T21:08:05.370Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19912026-08-29T21:08:15.045Z+ case $rc in
19922026-08-29T21:08:15.045Z+ pfexec zfs create -p rpool/images/build/host
19932026-08-29T21:08:15.279Z+ pfexec zfs create -p rpool/images/build/recovery
19942026-08-29T21:08:15.348Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19952026-08-29T21:08:15.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19962026-08-29T21:08:15.839Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19972026-08-29T21:08:16.733Z Compiling proc-macro2 v1.0.106
19982026-08-29T21:08:16.733Z Compiling quote v1.0.45
19992026-08-29T21:08:16.737Z Compiling unicode-ident v1.0.24
20002026-08-29T21:08:16.737Z Compiling serde_core v1.0.228
20012026-08-29T21:08:16.737Z Compiling libc v0.2.185
20022026-08-29T21:08:16.737Z Compiling serde v1.0.228
20032026-08-29T21:08:16.737Z Compiling cfg-if v1.0.4
20042026-08-29T21:08:16.737Z Compiling version_check v0.9.5
20052026-08-29T21:08:16.737Z Compiling zerocopy v0.8.55
20062026-08-29T21:08:16.737Z Compiling autocfg v1.5.0
20072026-08-29T21:08:16.737Z Compiling find-msvc-tools v0.1.9
20082026-08-29T21:08:16.737Z Compiling shlex v1.3.0
20092026-08-29T21:08:16.737Z Compiling memchr v2.8.0
20102026-08-29T21:08:16.737Z Compiling portable-atomic v1.13.1
20112026-08-29T21:08:16.737Z Compiling zmij v1.0.21
20122026-08-29T21:08:17.083Z Compiling serde_json v1.0.151
20132026-08-29T21:08:17.087Z Compiling libm v0.2.16
20142026-08-29T21:08:17.244Z Compiling generic-array v0.14.7
20152026-08-29T21:08:17.302Z Compiling getrandom v0.4.3
20162026-08-29T21:08:17.333Z Compiling icu_properties_data v2.1.2
20172026-08-29T21:08:17.351Z Compiling icu_normalizer_data v2.1.1
20182026-08-29T21:08:17.401Z Compiling num-traits v0.2.19
20192026-08-29T21:08:17.432Z Compiling parking_lot_core v0.9.12
20202026-08-29T21:08:17.448Z Compiling rustix v1.1.4
20212026-08-29T21:08:17.466Z Compiling getrandom v0.3.4
20222026-08-29T21:08:17.499Z Compiling smallvec v1.15.1
20232026-08-29T21:08:17.528Z Compiling log v0.4.33
20242026-08-29T21:08:17.577Z Compiling heck v0.5.0
20252026-08-29T21:08:17.591Z Compiling subtle v2.6.1
20262026-08-29T21:08:17.701Z Compiling thiserror v2.0.18
20272026-08-29T21:08:17.764Z Compiling pkg-config v0.3.32
20282026-08-29T21:08:17.764Z Compiling itoa v1.0.17
20292026-08-29T21:08:17.795Z Compiling typenum v1.20.1
20302026-08-29T21:08:17.841Z Compiling scopeguard v1.2.0
20312026-08-29T21:08:17.874Z Compiling errno v0.3.14
20322026-08-29T21:08:17.889Z Compiling jobserver v0.1.34
20332026-08-29T21:08:17.987Z Compiling getrandom v0.2.17
20342026-08-29T21:08:17.990Z Compiling stable_deref_trait v1.2.1
20352026-08-29T21:08:18.004Z Compiling lock_api v0.4.14
20362026-08-29T21:08:18.101Z Compiling cc v1.2.56
20372026-08-29T21:08:18.131Z Compiling rand_core v0.6.4
20382026-08-29T21:08:18.171Z Compiling syn v2.0.117
20392026-08-29T21:08:18.200Z Compiling critical-section v1.2.0
20402026-08-29T21:08:18.306Z Compiling const-oid v0.9.6
20412026-08-29T21:08:18.453Z Compiling thiserror v1.0.69
20422026-08-29T21:08:18.484Z Compiling rustversion v1.0.22
20432026-08-29T21:08:18.512Z Compiling rand_core v0.10.0
20442026-08-29T21:08:18.592Z Compiling once_cell v1.21.3
20452026-08-29T21:08:18.633Z Compiling litemap v0.8.1
20462026-08-29T21:08:18.685Z Compiling percent-encoding v2.3.2
20472026-08-29T21:08:18.765Z Compiling writeable v0.6.2
20482026-08-29T21:08:18.889Z Compiling allocator-api2 v0.2.21
20492026-08-29T21:08:18.991Z Compiling strsim v0.11.1
20502026-08-29T21:08:19.024Z Compiling bitflags v2.11.0
20512026-08-29T21:08:19.041Z Compiling semver v1.0.28
20522026-08-29T21:08:19.060Z Compiling schemars v0.8.22
20532026-08-29T21:08:19.276Z Compiling cmake v0.1.57
20542026-08-29T21:08:19.279Z Compiling pin-project-lite v0.2.17
20552026-08-29T21:08:19.307Z Compiling dunce v1.0.5
20562026-08-29T21:08:19.307Z Compiling fs_extra v1.3.0
20572026-08-29T21:08:19.407Z Compiling syn v1.0.109
20582026-08-29T21:08:19.410Z Compiling utf8_iter v1.0.4
20592026-08-29T21:08:19.456Z Compiling form_urlencoded v1.2.2
20602026-08-29T21:08:19.485Z Compiling signal-hook-registry v1.4.8
20612026-08-29T21:08:19.651Z Compiling aws-lc-sys v0.40.0
20622026-08-29T21:08:19.757Z Compiling parking_lot v0.12.5
20632026-08-29T21:08:19.874Z Compiling mio v1.2.0
20642026-08-29T21:08:19.930Z Compiling byteorder v1.5.0
20652026-08-29T21:08:20.124Z Compiling ahash v0.8.12
20662026-08-29T21:08:20.124Z Compiling futures-core v0.3.32
20672026-08-29T21:08:20.236Z Compiling equivalent v1.0.2
20682026-08-29T21:08:20.249Z Compiling base64ct v1.8.3
20692026-08-29T21:08:20.453Z Compiling socket2 v0.6.3
20702026-08-29T21:08:20.497Z Compiling aws-lc-rs v1.16.3
20712026-08-29T21:08:20.515Z Compiling flagset v0.4.7
20722026-08-29T21:08:20.531Z Compiling foldhash v0.2.0
20732026-08-29T21:08:20.577Z Compiling pem-rfc7468 v0.7.0
20742026-08-29T21:08:20.631Z Compiling rustc_version v0.4.1
20752026-08-29T21:08:20.699Z Compiling ident_case v1.0.1
20762026-08-29T21:08:20.702Z Compiling num-bigint-dig v0.8.6
20772026-08-29T21:08:20.866Z Compiling hashbrown v0.17.0
20782026-08-29T21:08:20.940Z Compiling crc32fast v1.5.0
20792026-08-29T21:08:20.957Z Compiling futures-sink v0.3.32
20802026-08-29T21:08:20.993Z Compiling iana-time-zone v0.1.65
20812026-08-29T21:08:21.093Z Compiling synstructure v0.13.2
20822026-08-29T21:08:21.093Z Compiling serde_derive_internals v0.29.1
20832026-08-29T21:08:21.123Z Compiling futures-channel v0.3.32
20842026-08-29T21:08:21.225Z Compiling futures-task v0.3.32
20852026-08-29T21:08:21.301Z Compiling slab v0.4.12
20862026-08-29T21:08:21.319Z Compiling futures-io v0.3.32
20872026-08-29T21:08:21.336Z Compiling vcpkg v0.2.15
20882026-08-29T21:08:21.425Z Compiling fnv v1.0.7
20892026-08-29T21:08:21.451Z Compiling ucd-trie v0.1.7
20902026-08-29T21:08:21.455Z Compiling base64 v0.22.1
20912026-08-29T21:08:21.548Z Compiling uuid v1.23.4
20922026-08-29T21:08:21.548Z Compiling camino v1.2.5
20932026-08-29T21:08:21.562Z Compiling indexmap v2.14.0
20942026-08-29T21:08:21.604Z Compiling pest v2.8.6
20952026-08-29T21:08:21.673Z Compiling rustls v0.23.41
20962026-08-29T21:08:21.697Z Compiling httparse v1.10.1
20972026-08-29T21:08:21.849Z Compiling radium v0.7.0
20982026-08-29T21:08:21.868Z Compiling cpufeatures v0.2.17
20992026-08-29T21:08:21.899Z Compiling anyhow v1.0.104
21002026-08-29T21:08:21.915Z Compiling openssl-sys v0.9.117
21012026-08-29T21:08:21.983Z Compiling terminal_size v0.4.3
21022026-08-29T21:08:22.022Z Compiling dyn-clone v1.0.20
21032026-08-29T21:08:22.084Z Compiling utf8parse v0.2.2
21042026-08-29T21:08:22.084Z Compiling anstyle v1.0.14
21052026-08-29T21:08:22.153Z Compiling simd-adler32 v0.3.8
21062026-08-29T21:08:22.168Z Compiling object v0.37.3
21072026-08-29T21:08:22.187Z Compiling crossbeam-utils v0.8.21
21082026-08-29T21:08:22.187Z Compiling anstyle-parse v1.0.0
21092026-08-29T21:08:22.238Z Compiling adler2 v2.0.1
21102026-08-29T21:08:22.255Z Compiling maybe-uninit v2.0.0
21112026-08-29T21:08:22.310Z Compiling serde_derive v1.0.228
21122026-08-29T21:08:22.361Z Compiling zeroize_derive v1.5.0
21132026-08-29T21:08:22.419Z Compiling zerocopy-derive v0.8.55
21142026-08-29T21:08:22.440Z Compiling zerofrom-derive v0.1.6
21152026-08-29T21:08:22.443Z Compiling yoke-derive v0.8.1
21162026-08-29T21:08:22.477Z Compiling zerovec-derive v0.11.2
21172026-08-29T21:08:22.480Z Compiling displaydoc v0.2.5
21182026-08-29T21:08:22.480Z Compiling tokio-macros v2.7.0
21192026-08-29T21:08:22.523Z Compiling thiserror-impl v2.0.18
21202026-08-29T21:08:22.540Z Compiling der_derive v0.7.3
21212026-08-29T21:08:22.543Z Compiling futures-macro v0.3.32
21222026-08-29T21:08:22.688Z Compiling thiserror-impl v1.0.69
21232026-08-29T21:08:22.768Z Compiling schemars_derive v0.8.22
21242026-08-29T21:08:22.810Z Compiling tracing-attributes v0.1.31
21252026-08-29T21:08:22.874Z Compiling clap_derive v4.6.1
21262026-08-29T21:08:23.016Z Compiling pest_meta v2.8.6
21272026-08-29T21:08:23.196Z Compiling async-trait v0.1.89
21282026-08-29T21:08:23.338Z Compiling colorchoice v1.0.4
21292026-08-29T21:08:23.478Z Compiling futures-util v0.3.32
21302026-08-29T21:08:23.533Z Compiling is_terminal_polyfill v1.70.2
21312026-08-29T21:08:23.537Z Compiling anstyle-query v1.1.5
21322026-08-29T21:08:23.564Z Compiling miniz_oxide v0.8.9
21332026-08-29T21:08:23.619Z Compiling zerofrom v0.1.6
21342026-08-29T21:08:23.674Z Compiling pest_generator v2.8.6
21352026-08-29T21:08:23.716Z Compiling anstream v1.0.0
21362026-08-29T21:08:23.760Z Compiling yoke v0.8.1
21372026-08-29T21:08:24.004Z Compiling zerovec v0.11.5
21382026-08-29T21:08:24.033Z Compiling zerotrie v0.2.3
21392026-08-29T21:08:24.063Z Compiling slog v2.8.2
21402026-08-29T21:08:24.164Z Compiling spin v0.9.8
21412026-08-29T21:08:24.214Z Compiling fastrand v2.3.0
21422026-08-29T21:08:24.278Z Compiling rand_core v0.9.5
21432026-08-29T21:08:24.360Z Compiling pest_derive v2.8.6
21442026-08-29T21:08:24.462Z Compiling bzip2-sys v0.1.13+1.0.8
21452026-08-29T21:08:24.502Z Compiling tempfile v3.27.0
21462026-08-29T21:08:24.573Z Compiling tinystr v0.8.2
21472026-08-29T21:08:24.602Z Compiling potential_utf v0.1.4
21482026-08-29T21:08:24.658Z Compiling plain v0.2.3
21492026-08-29T21:08:24.662Z Compiling clap_lex v1.0.0
21502026-08-29T21:08:24.753Z Compiling icu_collections v2.1.1
21512026-08-29T21:08:24.775Z Compiling icu_locale_core v2.1.1
21522026-08-29T21:08:24.827Z Compiling regex-syntax v0.8.10
21532026-08-29T21:08:24.830Z Compiling packed_struct v0.10.1
21542026-08-29T21:08:24.859Z Compiling clap_builder v4.6.0
21552026-08-29T21:08:24.940Z Compiling strum_macros v0.26.4
21562026-08-29T21:08:25.111Z Compiling darling_core v0.23.0
21572026-08-29T21:08:25.484Z Compiling icu_provider v2.1.1
21582026-08-29T21:08:25.544Z Compiling zeroize v1.9.0
21592026-08-29T21:08:25.562Z Compiling bytes v1.11.1
21602026-08-29T21:08:25.862Z Compiling icu_normalizer v2.1.1
21612026-08-29T21:08:25.973Z Compiling icu_properties v2.1.2
21622026-08-29T21:08:26.193Z Compiling der v0.7.10
21632026-08-29T21:08:26.342Z Compiling crypto-common v0.1.7
21642026-08-29T21:08:26.345Z Compiling block-buffer v0.10.4
21652026-08-29T21:08:26.503Z Compiling digest v0.10.7
21662026-08-29T21:08:26.572Z Compiling tokio v1.52.1
21672026-08-29T21:08:26.738Z Compiling chrono v0.4.45
21682026-08-29T21:08:26.982Z Compiling idna_adapter v1.2.1
21692026-08-29T21:08:27.019Z Compiling ppv-lite86 v0.2.21
21702026-08-29T21:08:27.161Z Compiling idna v1.1.0
21712026-08-29T21:08:27.258Z Compiling spki v0.7.3
21722026-08-29T21:08:27.258Z Compiling hex v0.4.3
21732026-08-29T21:08:27.301Z Compiling ipnet v2.12.0
21742026-08-29T21:08:27.326Z Compiling rand_chacha v0.3.1
21752026-08-29T21:08:27.361Z Compiling hmac v0.12.1
21762026-08-29T21:08:27.399Z Compiling sha2 v0.10.9
21772026-08-29T21:08:27.495Z Compiling pkcs8 v0.10.2
21782026-08-29T21:08:27.522Z Compiling url v2.5.8
21792026-08-29T21:08:27.575Z Compiling rand v0.8.6
21802026-08-29T21:08:27.598Z Compiling signature v2.2.0
21812026-08-29T21:08:27.803Z Compiling owo-colors v4.3.0
21822026-08-29T21:08:28.066Z Compiling openssl v0.10.80
21832026-08-29T21:08:28.115Z Compiling rand_chacha v0.9.0
21842026-08-29T21:08:28.118Z Compiling darling_macro v0.23.0
21852026-08-29T21:08:28.434Z Compiling clap v4.6.1
21862026-08-29T21:08:28.529Z Compiling packed_struct_codegen v0.10.1
21872026-08-29T21:08:28.629Z Compiling scroll_derive v0.12.1
21882026-08-29T21:08:28.693Z Compiling zerocopy-derive v0.6.6
21892026-08-29T21:08:28.768Z Compiling bitfield-macros v0.19.4
21902026-08-29T21:08:28.842Z Compiling curve25519-dalek v4.1.3
21912026-08-29T21:08:29.067Z Compiling num-integer v0.1.46
21922026-08-29T21:08:29.114Z Compiling indexmap v1.9.3
21932026-08-29T21:08:29.231Z Compiling num-conv v0.2.0
21942026-08-29T21:08:29.333Z Compiling pretty-hex v0.4.1
21952026-08-29T21:08:29.381Z Compiling tinyvec_macros v0.1.1
21962026-08-29T21:08:29.381Z Compiling time-core v0.1.8
21972026-08-29T21:08:29.459Z Compiling tinyvec v1.11.0
21982026-08-29T21:08:29.477Z Compiling num-iter v0.1.45
21992026-08-29T21:08:29.496Z Compiling darling v0.23.0
22002026-08-29T21:08:29.531Z Compiling rand v0.9.2
22012026-08-29T21:08:29.551Z Compiling lazy_static v1.5.0
22022026-08-29T21:08:29.579Z Compiling time-macros v0.2.27
22032026-08-29T21:08:29.610Z Compiling openssl-macros v0.1.1
22042026-08-29T21:08:29.668Z Compiling zstd-sys v2.0.16+zstd.1.5.7
22052026-08-29T21:08:29.698Z Compiling tracing-core v0.1.36
22062026-08-29T21:08:29.831Z Compiling ff v0.13.1
22072026-08-29T21:08:29.900Z Compiling base16ct v0.2.0
22082026-08-29T21:08:29.916Z Compiling native-tls v0.2.18
22092026-08-29T21:08:30.043Z Compiling gimli v0.32.3
22102026-08-29T21:08:30.137Z Compiling paste v1.0.15
22112026-08-29T21:08:30.158Z Compiling tracing v0.1.44
22122026-08-29T21:08:30.482Z Compiling sec1 v0.7.3
22132026-08-29T21:08:30.520Z Compiling group v0.13.0
22142026-08-29T21:08:30.709Z Compiling serde_with_macros v3.21.0
22152026-08-29T21:08:30.734Z Compiling pkcs1 v0.7.5
22162026-08-29T21:08:30.770Z Compiling hkdf v0.12.4
22172026-08-29T21:08:30.815Z Compiling x509-cert v0.2.5
22182026-08-29T21:08:30.939Z Compiling crypto-bigint v0.5.5
22192026-08-29T21:08:31.104Z Compiling tokio-util v0.7.18
22202026-08-29T21:08:31.148Z Compiling rustls-pki-types v1.14.0
22212026-08-29T21:08:31.713Z Compiling hubpack_derive v0.1.1
22222026-08-29T21:08:31.755Z Compiling addr2line v0.25.1
22232026-08-29T21:08:31.798Z Compiling zerocopy-derive v0.7.35
22242026-08-29T21:08:31.819Z Compiling curve25519-dalek-derive v0.1.1
22252026-08-29T21:08:31.835Z Compiling scroll_derive v0.13.1
22262026-08-29T21:08:32.033Z Compiling syn v3.0.3
22272026-08-29T21:08:32.056Z Compiling rustc-demangle v0.1.27
22282026-08-29T21:08:32.184Z Compiling elliptic-curve v0.13.8
22292026-08-29T21:08:32.388Z Compiling rsa v0.9.10
22302026-08-29T21:08:32.604Z Compiling http v1.4.2
22312026-08-29T21:08:32.640Z Compiling miette-derive v7.6.0
22322026-08-29T21:08:32.948Z Compiling proc-macro-error-attr2 v2.0.0
22332026-08-29T21:08:33.022Z Compiling untrusted v0.7.1
22342026-08-29T21:08:33.168Z Compiling unicode-width v0.2.0
22352026-08-29T21:08:33.185Z Compiling smawk v0.3.2
22362026-08-29T21:08:33.188Z Compiling unicode-linebreak v0.1.5
22372026-08-29T21:08:33.228Z Compiling is_ci v1.2.0
22382026-08-29T21:08:33.353Z Compiling backtrace v0.3.76
22392026-08-29T21:08:33.370Z Compiling proc-macro-error2 v2.0.1
22402026-08-29T21:08:33.387Z Compiling supports-color v3.0.2
22412026-08-29T21:08:33.417Z Compiling textwrap v0.16.2
22422026-08-29T21:08:33.684Z Compiling hashbrown v0.14.5
22432026-08-29T21:08:33.686Z Compiling rfc6979 v0.4.0
22442026-08-29T21:08:33.759Z Compiling serde_spanned v0.6.9
22452026-08-29T21:08:33.825Z Compiling backtrace-ext v0.2.1
22462026-08-29T21:08:33.842Z Compiling toml_datetime v0.6.11
22472026-08-29T21:08:33.948Z Compiling serde_tokenstream v0.2.3
22482026-08-29T21:08:33.998Z Compiling structmeta-derive v0.3.0
22492026-08-29T21:08:34.132Z Compiling usdt-impl v0.5.0
22502026-08-29T21:08:34.147Z Compiling unicode-width v0.1.14
22512026-08-29T21:08:34.274Z Compiling salty v0.3.0
22522026-08-29T21:08:34.291Z Compiling cmov v0.5.4
22532026-08-29T21:08:34.305Z Compiling untrusted v0.9.0
22542026-08-29T21:08:34.323Z Compiling keccak v0.1.6
22552026-08-29T21:08:34.337Z Compiling supports-hyperlinks v3.2.0
22562026-08-29T21:08:34.375Z Compiling supports-unicode v3.0.0
22572026-08-29T21:08:34.471Z Compiling sha3 v0.10.8
22582026-08-29T21:08:34.474Z Compiling chumsky v0.9.3
22592026-08-29T21:08:34.502Z Compiling ctutils v0.4.2
22602026-08-29T21:08:34.520Z Compiling miette v7.6.0
22612026-08-29T21:08:34.536Z Compiling ecdsa v0.16.9
22622026-08-29T21:08:34.539Z Compiling knus-derive v3.4.0
22632026-08-29T21:08:34.581Z Compiling http-body v1.0.1
22642026-08-29T21:08:34.767Z Compiling primeorder v0.13.6
22652026-08-29T21:08:34.787Z Compiling scroll v0.12.0
22662026-08-29T21:08:34.821Z Compiling ed25519 v2.2.3
22672026-08-29T21:08:35.005Z Compiling pin-project-internal v1.1.11
22682026-08-29T21:08:35.021Z Compiling structmeta v0.3.0
22692026-08-29T21:08:35.060Z Compiling daft-derive v0.1.8
22702026-08-29T21:08:35.076Z Compiling wait-timeout v0.2.1
22712026-08-29T21:08:35.076Z Compiling cookie v0.18.1
22722026-08-29T21:08:35.091Z Compiling tap v1.0.1
22732026-08-29T21:08:35.106Z Compiling bit-vec v0.8.0
22742026-08-29T21:08:35.122Z Compiling quick-error v1.2.3
22752026-08-29T21:08:35.258Z Compiling zstd-safe v7.2.4
22762026-08-29T21:08:35.273Z Compiling openssl-probe v0.2.1
22772026-08-29T21:08:35.315Z Compiling rayon-core v1.13.0
22782026-08-29T21:08:35.495Z Compiling bit-set v0.8.0
22792026-08-29T21:08:35.522Z Compiling ed25519-dalek v2.2.0
22802026-08-29T21:08:35.540Z Compiling derive-ex v0.1.8
22812026-08-29T21:08:35.556Z Compiling rusty-fork v0.3.1
22822026-08-29T21:08:35.588Z Compiling wyz v0.5.1
22832026-08-29T21:08:35.604Z Compiling goblin v0.8.2
22842026-08-29T21:08:35.710Z Compiling p384 v0.13.1
22852026-08-29T21:08:35.774Z Compiling hybrid-array v0.4.13
22862026-08-29T21:08:35.789Z Compiling zerocopy v0.7.35
22872026-08-29T21:08:35.822Z Compiling unicode-normalization v0.1.25
22882026-08-29T21:08:35.870Z Compiling sha1 v0.10.6
22892026-08-29T21:08:35.943Z Compiling knus v3.4.0
22902026-08-29T21:08:35.970Z Compiling rand_xorshift v0.4.0
22912026-08-29T21:08:36.131Z Compiling enum-as-inner v0.6.1
22922026-08-29T21:08:36.235Z Compiling heapless v0.7.17
22932026-08-29T21:08:36.281Z Compiling env_filter v2.0.0
22942026-08-29T21:08:36.361Z Compiling aho-corasick v1.1.4
22952026-08-29T21:08:36.434Z Compiling funty v2.0.0
22962026-08-29T21:08:36.499Z Compiling tower-layer v0.3.3
22972026-08-29T21:08:36.621Z Compiling tower-service v0.3.3
22982026-08-29T21:08:36.652Z Compiling zlib-rs v0.6.2
22992026-08-29T21:08:36.719Z Compiling try-lock v0.2.5
23002026-08-29T21:08:36.777Z Compiling atomic-waker v1.1.2
23012026-08-29T21:08:36.856Z Compiling unarray v0.1.4
23022026-08-29T21:08:36.871Z Compiling usdt-impl v0.6.0
23032026-08-29T21:08:36.888Z Compiling signal-hook v0.3.18
23042026-08-29T21:08:36.966Z Compiling rustix v0.38.44
23052026-08-29T21:08:37.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
23062026-08-29T21:08:37.129Z Compiling h2 v0.4.15
23072026-08-29T21:08:37.159Z Compiling test-strategy v0.4.5
23082026-08-29T21:08:37.221Z Compiling regex-automata v0.4.14
23092026-08-29T21:08:37.249Z Compiling want v0.3.1
23102026-08-29T21:08:37.300Z Compiling proptest v1.11.0
23112026-08-29T21:08:37.627Z Compiling bitvec v1.0.1
23122026-08-29T21:08:37.765Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
23132026-08-29T21:08:38.432Z Compiling dof v0.3.0
23142026-08-29T21:08:38.862Z Compiling flate2 v1.1.9
23152026-08-29T21:08:39.040Z Compiling env_logger v0.11.11
23162026-08-29T21:08:39.994Z Compiling scroll v0.13.0
23172026-08-29T21:08:40.078Z Compiling ipnetwork v0.21.1
23182026-08-29T21:08:40.093Z Compiling strum v0.26.3
23192026-08-29T21:08:40.225Z Compiling erased-serde v0.3.31
23202026-08-29T21:08:40.461Z Compiling dtrace-parser v0.2.0
23212026-08-29T21:08:40.614Z Compiling snafu-derive v0.8.9
23222026-08-29T21:08:40.692Z Compiling darling_core v0.20.11
23232026-08-29T21:08:40.793Z Compiling thread-id v4.2.2
23242026-08-29T21:08:40.818Z Compiling foreign-types-shared v0.1.1
23252026-08-29T21:08:40.859Z Compiling httpdate v1.0.3
23262026-08-29T21:08:40.920Z Compiling nodrop v0.1.14
23272026-08-29T21:08:41.042Z Compiling powerfmt v0.2.0
23282026-08-29T21:08:41.068Z Compiling winnow v0.5.40
23292026-08-29T21:08:41.083Z Compiling crc-catalog v2.4.0
23302026-08-29T21:08:41.225Z Compiling deranged v0.5.8
23312026-08-29T21:08:41.254Z Compiling hyper v1.10.1
23322026-08-29T21:08:41.405Z Compiling crc v3.4.0
23332026-08-29T21:08:41.513Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23342026-08-29T21:08:41.578Z Compiling array-init v0.0.4
23352026-08-29T21:08:41.621Z Compiling foreign-types v0.3.2
23362026-08-29T21:08:42.364Z Compiling oxnet v0.1.6
23372026-08-29T21:08:42.462Z Compiling goblin v0.10.5
23382026-08-29T21:08:42.643Z Compiling darling_macro v0.20.11
23392026-08-29T21:08:42.661Z Compiling toml_edit v0.19.15
23402026-08-29T21:08:42.798Z Compiling newtype-uuid v1.3.2
23412026-08-29T21:08:42.865Z Compiling smallvec v0.6.14
23422026-08-29T21:08:43.158Z Compiling zerocopy v0.6.6
23432026-08-29T21:08:43.364Z Compiling bitfield v0.19.4
23442026-08-29T21:08:43.552Z Compiling half v2.7.1
23452026-08-29T21:08:43.918Z Compiling memoffset v0.9.1
23462026-08-29T21:08:43.950Z Compiling unicode-segmentation v1.12.0
23472026-08-29T21:08:44.139Z Compiling base64 v0.21.7
23482026-08-29T21:08:44.202Z Compiling num_threads v0.1.7
23492026-08-29T21:08:44.298Z Compiling ciborium-io v0.2.2
23502026-08-29T21:08:44.302Z Compiling smoltcp v0.9.1
23512026-08-29T21:08:44.330Z Compiling ref-cast v1.0.25
23522026-08-29T21:08:44.363Z Compiling litrs v1.0.0
23532026-08-29T21:08:44.631Z Compiling hashbrown v0.12.3
23542026-08-29T21:08:44.759Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23552026-08-29T21:08:44.784Z Compiling slog-async v2.8.0
23562026-08-29T21:08:44.838Z Compiling document-features v0.2.12
23572026-08-29T21:08:44.967Z Compiling ciborium-ll v0.2.2
23582026-08-29T21:08:45.171Z Compiling dof v0.4.0
23592026-08-29T21:08:45.225Z Compiling ron v0.8.1
23602026-08-29T21:08:45.401Z Compiling time v0.3.47
23612026-08-29T21:08:45.607Z Compiling toml v0.7.8
23622026-08-29T21:08:46.192Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23632026-08-29T21:08:46.226Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23642026-08-29T21:08:46.242Z Compiling bzip2 v0.4.4
23652026-08-29T21:08:46.449Z Compiling darling v0.20.11
23662026-08-29T21:08:46.509Z Compiling serde-hex v0.1.0
23672026-08-29T21:08:46.534Z Compiling daft v0.1.8
23682026-08-29T21:08:46.551Z Compiling hyper-util v0.1.20
23692026-08-29T21:08:46.865Z Compiling hashbrown v0.13.2
23702026-08-29T21:08:46.968Z Compiling hubpack v0.1.2
23712026-08-29T21:08:47.384Z Compiling futures-executor v0.3.32
23722026-08-29T21:08:47.464Z Compiling dtrace-parser v0.3.0
23732026-08-29T21:08:47.560Z Compiling async-recursion v1.1.1
23742026-08-29T21:08:47.575Z Compiling sync_wrapper v1.0.2
23752026-08-29T21:08:47.829Z Compiling blake3 v1.8.5
23762026-08-29T21:08:48.043Z Compiling thread-id v5.1.0
23772026-08-29T21:08:48.145Z Compiling crc-any v2.5.0
23782026-08-29T21:08:48.212Z Compiling cfg_aliases v0.2.1
23792026-08-29T21:08:48.229Z Compiling siphasher v1.0.2
23802026-08-29T21:08:48.568Z Compiling nix v0.31.2
23812026-08-29T21:08:48.961Z Compiling tower v0.5.3
23822026-08-29T21:08:49.153Z Compiling futures v0.3.32
23832026-08-29T21:08:49.276Z Compiling object v0.30.4
23842026-08-29T21:08:49.526Z Compiling derive_builder_core v0.20.2
23852026-08-29T21:08:49.548Z Compiling zip v0.6.6
23862026-08-29T21:08:49.573Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23872026-08-29T21:08:49.985Z Compiling ciborium v0.2.2
23882026-08-29T21:08:50.447Z Compiling usdt-attr-macro v0.5.0
23892026-08-29T21:08:50.547Z Compiling usdt-macro v0.5.0
23902026-08-29T21:08:50.636Z Compiling bstr v1.12.1
23912026-08-29T21:08:50.734Z Compiling block-buffer v0.12.1
23922026-08-29T21:08:50.908Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23932026-08-29T21:08:50.924Z Compiling crypto-common v0.2.2
23942026-08-29T21:08:51.200Z Compiling http-body-util v0.1.3
23952026-08-29T21:08:51.295Z Compiling serde_with v3.21.0
23962026-08-29T21:08:51.495Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
23972026-08-29T21:08:51.878Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23982026-08-29T21:08:51.894Z Compiling strum_macros v0.27.2
23992026-08-29T21:08:52.003Z Compiling ref-cast-impl v1.0.25
24002026-08-29T21:08:52.081Z Compiling fs-err v3.3.0
24012026-08-29T21:08:52.296Z Compiling iri-string v0.7.10
24022026-08-29T21:08:52.546Z Compiling ryu v1.0.23
24032026-08-29T21:08:52.759Z Compiling data-encoding v2.10.0
24042026-08-29T21:08:52.853Z Compiling static_assertions v1.1.0
24052026-08-29T21:08:53.147Z Compiling unicode-bidi v0.3.18
24062026-08-29T21:08:53.245Z Compiling unicode-properties v0.1.4
24072026-08-29T21:08:53.475Z Compiling same-file v1.0.6
24082026-08-29T21:08:53.613Z Compiling path-slash v0.1.5
24092026-08-29T21:08:53.629Z Compiling walkdir v2.5.0
24102026-08-29T21:08:53.693Z Compiling tower-http v0.6.8
24112026-08-29T21:08:53.724Z Compiling stringprep v0.1.5
24122026-08-29T21:08:53.759Z Compiling serde_urlencoded v0.7.1
24132026-08-29T21:08:53.878Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
24142026-08-29T21:08:54.640Z Compiling derive_builder_macro v0.20.2
24152026-08-29T21:08:54.851Z Compiling tokio-native-tls v0.3.1
24162026-08-29T21:08:54.921Z Compiling convert_case v0.10.0
24172026-08-29T21:08:55.109Z Compiling block-padding v0.4.2
24182026-08-29T21:08:55.137Z Compiling crossbeam-epoch v0.9.18
24192026-08-29T21:08:55.301Z Compiling pin-project v1.1.11
24202026-08-29T21:08:55.360Z Compiling rustls-native-certs v0.8.3
24212026-08-29T21:08:55.620Z Compiling md-5 v0.10.6
24222026-08-29T21:08:55.792Z Compiling serde-big-array v0.5.1
24232026-08-29T21:08:55.808Z Compiling hash32 v0.2.1
24242026-08-29T21:08:55.823Z Compiling vergen-lib v9.1.0
24252026-08-29T21:08:55.826Z Compiling encoding_rs v0.8.35
24262026-08-29T21:08:55.969Z Compiling thread_local v1.1.9
24272026-08-29T21:08:55.988Z Compiling mime v0.3.17
24282026-08-29T21:08:56.006Z Compiling jiff-core v0.1.0
24292026-08-29T21:08:56.035Z Compiling winnow v0.7.14
24302026-08-29T21:08:56.215Z Compiling cpufeatures v0.3.0
24312026-08-29T21:08:56.305Z Compiling toml_write v0.1.2
24322026-08-29T21:08:56.471Z Compiling linked-hash-map v0.5.6
24332026-08-29T21:08:56.487Z Compiling psl-types v2.0.11
24342026-08-29T21:08:56.524Z Compiling fallible-iterator v0.2.0
24352026-08-29T21:08:56.631Z Compiling lru-cache v0.1.2
24362026-08-29T21:08:56.669Z Compiling publicsuffix v2.3.0
24372026-08-29T21:08:56.858Z Compiling jiff v0.2.34
24382026-08-29T21:08:56.873Z Compiling postgres-protocol v0.6.10
24392026-08-29T21:08:57.170Z Compiling snafu v0.8.9
24402026-08-29T21:08:57.251Z Compiling crossbeam-deque v0.8.6
24412026-08-29T21:08:57.379Z Compiling toml_edit v0.22.27
24422026-08-29T21:08:57.565Z Compiling inout v0.2.2
24432026-08-29T21:08:57.583Z Compiling derive_more-impl v2.1.1
24442026-08-29T21:08:57.703Z Compiling derive_builder v0.20.2
24452026-08-29T21:08:57.747Z Compiling hyper-tls v0.6.0
24462026-08-29T21:08:57.853Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24472026-08-29T21:08:58.247Z Compiling hickory-proto v0.24.4
24482026-08-29T21:08:58.332Z Compiling globset v0.4.18
24492026-08-29T21:08:58.357Z Compiling usdt-attr-macro v0.6.0
24502026-08-29T21:08:58.415Z Compiling usdt-macro v0.6.0
24512026-08-29T21:08:58.467Z Compiling phf_shared v0.13.1
24522026-08-29T21:08:58.864Z Compiling crossbeam-channel v0.5.15
24532026-08-29T21:08:58.885Z Compiling regex v1.12.3
24542026-08-29T21:08:59.467Z Compiling serde_plain v1.0.2
24552026-08-29T21:08:59.488Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24562026-08-29T21:08:59.515Z Compiling pem v3.0.6
24572026-08-29T21:08:59.683Z Compiling derive-where v1.6.0
24582026-08-29T21:08:59.733Z Compiling serde_repr v0.1.20
24592026-08-29T21:08:59.773Z Compiling vergen v9.1.0
24602026-08-29T21:08:59.982Z Compiling cargo-platform v0.3.2
24612026-08-29T21:08:59.999Z Compiling memmap2 v0.9.10
24622026-08-29T21:08:59.999Z Compiling memmap v0.7.0
24632026-08-29T21:09:00.038Z Compiling is-terminal v0.4.17
24642026-08-29T21:09:00.152Z Compiling filetime v0.2.27
24652026-08-29T21:09:00.210Z Compiling corncobs v0.1.4
24662026-08-29T21:09:00.227Z Compiling take_mut v0.2.2
24672026-08-29T21:09:00.314Z Compiling const-oid v0.10.2
24682026-08-29T21:09:00.403Z Compiling foldhash v0.1.5
24692026-08-29T21:09:00.440Z Compiling libbz2-rs-sys v0.2.2
24702026-08-29T21:09:00.535Z Compiling either v1.15.0
24712026-08-29T21:09:00.642Z Compiling resolv-conf v0.7.6
24722026-08-29T21:09:00.862Z Compiling term v1.2.1
24732026-08-29T21:09:00.952Z Compiling bitflags v1.3.2
24742026-08-29T21:09:01.013Z Compiling bumpalo v3.20.2
24752026-08-29T21:09:01.029Z Compiling managed v0.8.0
24762026-08-29T21:09:01.119Z Compiling typed-path v0.9.3
24772026-08-29T21:09:01.277Z Compiling xattr v1.6.1
24782026-08-29T21:09:01.367Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24792026-08-29T21:09:01.425Z Compiling zopfli v0.8.3
24802026-08-29T21:09:01.890Z Compiling tar v0.4.46
24812026-08-29T21:09:02.214Z Compiling slog-term v2.9.2
24822026-08-29T21:09:02.720Z Compiling bzip2 v0.6.1
24832026-08-29T21:09:02.771Z Compiling hickory-resolver v0.24.4
24842026-08-29T21:09:03.018Z Compiling hashbrown v0.15.5
24852026-08-29T21:09:03.137Z Compiling digest v0.11.3
24862026-08-29T21:09:03.379Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24872026-08-29T21:09:03.455Z Compiling cargo_metadata v0.23.1
24882026-08-29T21:09:03.571Z Compiling usdt v0.5.0
24892026-08-29T21:09:05.629Z Compiling toml v0.8.23
24902026-08-29T21:09:06.005Z Compiling phf v0.13.1
24912026-08-29T21:09:06.021Z Compiling zstd v0.13.3
24922026-08-29T21:09:06.166Z Compiling reqwest v0.12.28
24932026-08-29T21:09:06.200Z Compiling cipher v0.5.2
24942026-08-29T21:09:06.256Z Compiling signal-hook-mio v0.2.5
24952026-08-29T21:09:06.381Z Compiling cookie_store v0.22.1
24962026-08-29T21:09:06.397Z Compiling postgres-types v0.2.12
24972026-08-29T21:09:06.673Z Compiling strum v0.27.2
24982026-08-29T21:09:06.817Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24992026-08-29T21:09:06.954Z Compiling phf_shared v0.11.3
25002026-08-29T21:09:06.970Z Compiling olpc-cjson v0.1.4
25012026-08-29T21:09:07.105Z Compiling tokio-stream v0.1.18
25022026-08-29T21:09:07.151Z Compiling byte-wrapper v0.1.0
25032026-08-29T21:09:07.258Z Compiling inout v0.1.4
25042026-08-29T21:09:07.395Z Compiling secrecy v0.8.0
25052026-08-29T21:09:07.602Z Compiling hashbrown v0.16.1
25062026-08-29T21:09:07.671Z Compiling float-cmp v0.10.0
25072026-08-29T21:09:08.021Z Compiling normalize-line-endings v0.3.0
25082026-08-29T21:09:08.094Z Compiling precomputed-hash v0.1.1
25092026-08-29T21:09:08.131Z Compiling new_debug_unreachable v1.0.6
25102026-08-29T21:09:08.223Z Compiling arrayref v0.3.9
25112026-08-29T21:09:08.306Z Compiling whoami v2.1.0
25122026-08-29T21:09:08.321Z Compiling debug-ignore v1.0.5
25132026-08-29T21:09:08.414Z Compiling predicates-core v1.0.10
25142026-08-29T21:09:08.441Z Compiling fixedbitset v0.4.2
25152026-08-29T21:09:08.599Z Compiling difflib v0.4.0
25162026-08-29T21:09:08.641Z Compiling constant_time_eq v0.4.2
25172026-08-29T21:09:08.659Z Compiling arrayvec v0.7.6
25182026-08-29T21:09:08.878Z Compiling fixedbitset v0.5.7
25192026-08-29T21:09:09.022Z Compiling winnow v1.0.3
25202026-08-29T21:09:09.123Z Compiling petgraph v0.8.3
25212026-08-29T21:09:09.283Z Compiling predicates v3.1.4
25222026-08-29T21:09:09.351Z Compiling petgraph v0.6.5
25232026-08-29T21:09:09.691Z Compiling tokio-postgres v0.7.16
25242026-08-29T21:09:09.844Z Compiling qorb v0.4.1
25252026-08-29T21:09:10.069Z Compiling toml_parser v1.1.2+spec-1.1.0
25262026-08-29T21:09:10.600Z Compiling string_cache v0.8.9
25272026-08-29T21:09:10.636Z Compiling iddqd v0.4.2
25282026-08-29T21:09:11.063Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25292026-08-29T21:09:11.406Z Compiling cipher v0.4.4
25302026-08-29T21:09:12.121Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25312026-08-29T21:09:12.273Z Compiling chacha20 v0.10.0
25322026-08-29T21:09:12.776Z Compiling crossterm v0.28.1
25332026-08-29T21:09:12.951Z Compiling zip v4.6.1
25342026-08-29T21:09:14.118Z Compiling itertools v0.13.0
25352026-08-29T21:09:14.395Z Compiling itertools v0.15.0
25362026-08-29T21:09:14.718Z Compiling usdt v0.6.0
25372026-08-29T21:09:14.905Z Compiling derive_more v2.1.1
25382026-08-29T21:09:14.996Z Compiling similar v2.7.0
25392026-08-29T21:09:15.030Z Compiling hickory-proto v0.25.2
25402026-08-29T21:09:15.387Z Compiling heck v0.4.1
25412026-08-29T21:09:15.655Z Compiling buf-list v1.1.2
25422026-08-29T21:09:15.733Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25432026-08-29T21:09:15.755Z Compiling openapiv3 v2.2.0
25442026-08-29T21:09:16.144Z Compiling lalrpop-util v0.19.12
25452026-08-29T21:09:16.317Z Compiling peg-runtime v0.8.5
25462026-08-29T21:09:17.195Z Compiling rustls-webpki v0.103.13
25472026-08-29T21:09:18.384Z Compiling camino-tempfile v1.4.1
25482026-08-29T21:09:18.477Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25492026-08-29T21:09:18.970Z Compiling fs-err v2.11.0
25502026-08-29T21:09:20.760Z Compiling tokio-rustls v0.26.4
25512026-08-29T21:09:20.975Z Compiling rustls-platform-verifier v0.6.2
25522026-08-29T21:09:21.049Z Compiling hyper-rustls v0.27.7
25532026-08-29T21:09:21.373Z Compiling reqwest v0.13.2
25542026-08-29T21:09:21.520Z Compiling tough v0.22.0
25552026-08-29T21:09:22.228Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25562026-08-29T21:09:23.538Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25572026-08-29T21:09:24.424Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25582026-08-29T21:09:24.670Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25592026-08-29T21:09:24.726Z Compiling atomicwrites v0.4.4
25602026-08-29T21:09:24.749Z Compiling sha2 v0.11.0
25612026-08-29T21:09:24.752Z Compiling digest-io v0.1.0
25622026-08-29T21:09:24.876Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
25632026-08-29T21:09:24.928Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
25642026-08-29T21:09:25.036Z Compiling serde_path_to_error v0.1.20
25652026-08-29T21:09:25.049Z Compiling indent_write v2.2.0
25662026-08-29T21:09:25.080Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25672026-08-29T21:09:25.216Z Compiling parse-size v1.1.0
25682026-08-29T21:09:25.219Z Compiling topological-sort v0.2.2
25692026-08-29T21:09:25.291Z Compiling rawzip v0.4.4
25702026-08-29T21:09:25.417Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25712026-08-29T21:09:25.447Z Compiling shell-words v1.1.1
25722026-08-29T21:09:33.011Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
25732026-08-29T21:09:35.145Z Compiling omicron-zone-package v0.12.3
25742026-08-29T21:09:35.417Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
25752026-08-29T21:09:35.894Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
25762026-08-29T21:09:35.925Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25772026-08-29T21:09:40.277Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
25782026-08-29T21:09:52.536Z Finished `release` profile [optimized] target(s) in 1m 36s
25792026-08-29T21:09:52.540Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
25802026-08-29T21:09:52.540Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
25812026-08-29T21:09:52.682Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
25822026-08-29T21:09:52.739ZAug 29 21:09:52.116 DEBG changing working directory to /work/oxidecomputer/omicron
25832026-08-29T21:09:52.836ZAug 29 21:09:52.213 DEBG running: git rev-parse HEAD
25842026-08-29T21:09:52.840ZAug 29 21:09:52.216 DEBG process exited with exit status: 0 (2.395509ms)
25852026-08-29T21:09:52.840ZAug 29 21:09:52.216 INFO version: 23.0.0-0.ci+git1cb7ef2815f
25862026-08-29T21:09:52.847ZAug 29 21:09:52.224 INFO cloning helios to /work/oxidecomputer/helios
25872026-08-29T21:09:52.847ZAug 29 21:09:52.224 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
25882026-08-29T21:09:52.850ZCloning into '/work/oxidecomputer/helios'...
25892026-08-29T21:09:53.442ZAug 29 21:09:52.819 DEBG process exited with exit status: 0 (595.314778ms)
25902026-08-29T21:09:53.442ZAug 29 21:09:52.819 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
25912026-08-29T21:09:53.446ZAug 29 21:09:52.822 DEBG process exited with exit status: 0 (2.374499ms)
25922026-08-29T21:09:53.446ZAug 29 21:09:52.822 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
25932026-08-29T21:09:53.820ZAug 29 21:09:53.197 DEBG process exited with exit status: 0 (374.881005ms)
25942026-08-29T21:09:53.820ZAug 29 21:09:53.197 DEBG running: zfs list rpool/images/build/host
25952026-08-29T21:09:53.824ZNAME USED AVAIL REFER MOUNTPOINT
25962026-08-29T21:09:53.824Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
25972026-08-29T21:09:53.826ZAug 29 21:09:53.201 DEBG process exited with exit status: 0 (4.599838ms)
25982026-08-29T21:09:53.826ZAug 29 21:09:53.201 DEBG running: zfs list rpool/images/build/recovery
25992026-08-29T21:09:53.829ZNAME USED AVAIL REFER MOUNTPOINT
26002026-08-29T21:09:53.830Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
26012026-08-29T21:09:53.830ZAug 29 21:09:53.205 DEBG process exited with exit status: 0 (3.329699ms)
26022026-08-29T21:09:53.830ZAug 29 21:09:53.205 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
26032026-08-29T21:09:53.840ZAug 29 21:09:53.218 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
26042026-08-29T21:09:53.843ZAug 29 21:09:53.218 INFO [incorp-manifest] running task
26052026-08-29T21:09:53.843ZAug 29 21:09:53.218 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
26062026-08-29T21:09:53.843ZAug 29 21:09:53.218 INFO [hubris-staging] running task
26072026-08-29T21:09:53.843ZAug 29 21:09:53.218 INFO [hubris-production] running task
26082026-08-29T21:09:53.843ZAug 29 21:09:53.219 INFO [incorp-create] running: pkgrepo create /work/incorporation
26092026-08-29T21:09:53.843ZAug 29 21:09:53.220 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
26102026-08-29T21:09:53.843ZAug 29 21:09:53.220 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
26112026-08-29T21:09:53.882Z[ helios-setup] cd tools/helios-build && cargo build --quiet
26122026-08-29T21:09:53.948Z[ omicron-package] Blocking waiting for file lock on package cache
26132026-08-29T21:09:54.090ZAug 29 21:09:53.467 INFO [incorp-create] process exited with exit status: 0 (248.490473ms)
26142026-08-29T21:09:54.095ZAug 29 21:09:53.467 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
26152026-08-29T21:09:54.459ZAug 29 21:09:53.836 INFO [incorp-publisher] process exited with exit status: 0 (368.496007ms)
26162026-08-29T21:09:54.659Z[ omicron-package] Blocking waiting for file lock on package cache
26172026-08-29T21:09:54.957ZAug 29 21:09:54.334 INFO [hubris-production] task succeeded (1.115839546s)
26182026-08-29T21:09:55.826Z[ omicron-package] Compiling macaddr v1.0.1
26192026-08-29T21:09:55.826Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
26202026-08-29T21:09:55.829Z[ omicron-package] Compiling secrecy v0.10.3
26212026-08-29T21:09:55.829Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
26222026-08-29T21:09:55.829Z[ omicron-package] Compiling heapless v0.8.0
26232026-08-29T21:09:55.829Z[ omicron-package] Compiling ingot-macros v0.2.0
26242026-08-29T21:09:55.829Z[ omicron-package] Compiling hash32 v0.3.1
26252026-08-29T21:09:55.830Z[ omicron-package] Compiling multer v3.1.0
26262026-08-29T21:09:55.830Z[ omicron-package] Compiling compression-core v0.4.31
26272026-08-29T21:09:55.830Z[ omicron-package] Compiling match_cfg v0.1.0
26282026-08-29T21:09:55.830Z[ omicron-package] Compiling smoltcp v0.11.0
26292026-08-29T21:09:55.830Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-08-29T21:09:55.830Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26312026-08-29T21:09:55.830Z[ omicron-package] Compiling slog-json v2.6.1
26322026-08-29T21:09:55.830Z[ omicron-package] Compiling serde_tokenstream v0.3.0
26332026-08-29T21:09:55.830Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
26342026-08-29T21:09:56.125ZAug 29 21:09:55.502 DEBG process exited with exit status: 0 (2.283479902s)
26352026-08-29T21:09:56.128ZAug 29 21:09:55.502 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
26362026-08-29T21:09:56.679Z[ omicron-package] Compiling hostname v0.3.1
26372026-08-29T21:09:56.679Z[ omicron-package] Compiling cobs v0.3.0
26382026-08-29T21:09:56.683Z[ omicron-package] Compiling universal-hash v0.5.1
26392026-08-29T21:09:56.686Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
26402026-08-29T21:09:56.800Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
26412026-08-29T21:09:56.992Z[ omicron-package] Compiling dropshot v0.17.1
26422026-08-29T21:09:57.136Z[ omicron-package] Compiling compression-codecs v0.4.37
26432026-08-29T21:09:57.178Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
26442026-08-29T21:09:57.182Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
26452026-08-29T21:09:57.199Z[ omicron-package] Compiling serde_spanned v1.1.1
26462026-08-29T21:09:57.199Z[ omicron-package] Compiling async-stream-impl v0.3.6
26472026-08-29T21:09:57.390Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
26482026-08-29T21:09:57.393Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26492026-08-29T21:09:57.393Z[ omicron-package] Compiling convert_case v0.4.0
26502026-08-29T21:09:57.393Z[ omicron-package] Compiling opaque-debug v0.3.1
26512026-08-29T21:09:57.556Z[ omicron-package] Compiling proc-macro-crate v3.4.0
26522026-08-29T21:09:57.709Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
26532026-08-29T21:09:57.766Z[ omicron-package] Compiling poly1305 v0.8.0
26542026-08-29T21:09:57.769Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26552026-08-29T21:09:57.806Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26562026-08-29T21:09:57.827Z[ omicron-package] Compiling async-compression v0.4.41
26572026-08-29T21:09:57.830Z[ omicron-package] Compiling postcard v1.1.3
26582026-08-29T21:09:57.830Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
26592026-08-29T21:09:57.830Z[ omicron-package] Compiling slog-bunyan v2.5.0
26602026-08-29T21:09:57.878Z[ omicron-package] Compiling derive_more v0.99.20
26612026-08-29T21:09:57.878Z[ omicron-package] Compiling async-stream v0.3.6
26622026-08-29T21:09:58.170Z[ omicron-package] Compiling thiserror-no-std v2.0.2
26632026-08-29T21:09:58.170Z[ omicron-package] Compiling num_enum_derive v0.7.6
26642026-08-29T21:09:58.382Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26652026-08-29T21:09:58.382Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26662026-08-29T21:09:58.435Z[ omicron-package] Compiling sha1 v0.11.0
26672026-08-29T21:09:58.439Z[ omicron-package] Compiling chacha20 v0.9.1
26682026-08-29T21:09:58.439Z[ omicron-package] Compiling progenitor-client v0.14.0
26692026-08-29T21:09:58.534Z[ omicron-package] Compiling oxide-generation v0.1.3
26702026-08-29T21:09:58.759ZAug 29 21:09:58.135 DEBG process exited with exit status: 0 (2.633321016s)
26712026-08-29T21:09:58.762ZAug 29 21:09:58.136 INFO [incorp-manifest] task succeeded (4.918116047s)
26722026-08-29T21:09:58.762ZAug 29 21:09:58.136 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26732026-08-29T21:09:58.787Z[ omicron-package] Compiling parse-display-derive v0.10.0
26742026-08-29T21:09:58.810Z[ omicron-package] Compiling waitgroup v0.1.2
26752026-08-29T21:09:58.845Z[ omicron-package] Compiling proc-macro-crate v1.3.1
26762026-08-29T21:09:58.895Z[ omicron-package] Compiling rustls-pemfile v2.2.0
26772026-08-29T21:09:58.974ZAug 29 21:09:58.350 INFO [incorp-fmt] process exited with exit status: 0 (213.445707ms)
26782026-08-29T21:09:58.977ZAug 29 21:09:58.350 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26792026-08-29T21:09:58.977Z[ omicron-package] Compiling backon v1.6.0
26802026-08-29T21:09:59.026Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
26812026-08-29T21:09:59.115Z[ omicron-package] Compiling password-hash v0.5.0
26822026-08-29T21:09:59.170Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26832026-08-29T21:09:59.311Z[ omicron-package] Compiling blake2 v0.10.6
26842026-08-29T21:09:59.351Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260829T210958Z
26852026-08-29T21:09:59.351Z[ incorp-pkgsend] PUBLISHED
26862026-08-29T21:09:59.378Z[ omicron-package] Compiling aead v0.5.2
26872026-08-29T21:09:59.403Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26882026-08-29T21:09:59.406ZAug 29 21:09:58.782 INFO [incorp-pkgsend] process exited with exit status: 0 (431.708342ms)
26892026-08-29T21:09:59.406ZAug 29 21:09:58.782 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26902026-08-29T21:09:59.464Z[ omicron-package] Compiling proc-macro-error v1.0.4
26912026-08-29T21:09:59.589Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26922026-08-29T21:09:59.667Z[ omicron-package] Compiling hostname v0.4.2
26932026-08-29T21:09:59.667Z[ omicron-package] Compiling instant v0.1.13
26942026-08-29T21:09:59.689Z[ helios-incorp] Retrieving packages for publisher helios ...
26952026-08-29T21:09:59.692Z[ helios-incorp] Retrieving catalog 'helios' ... Done
26962026-08-29T21:09:59.716Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26972026-08-29T21:09:59.716Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26982026-08-29T21:09:59.716Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26992026-08-29T21:09:59.720Z[ helios-incorp]
27002026-08-29T21:09:59.720Z[ helios-incorp] Archiving packages ...
27012026-08-29T21:09:59.720Z[ helios-incorp] Packages to add: 1
27022026-08-29T21:09:59.724Z[ helios-incorp] Files to retrieve: 0
27032026-08-29T21:09:59.724Z[ helios-incorp] Estimated transfer size: 0.00 B
27042026-08-29T21:09:59.724Z[ helios-incorp]
27052026-08-29T21:09:59.724Z[ helios-incorp] Packages to archive:
27062026-08-29T21:09:59.724Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260829T210958Z
27072026-08-29T21:09:59.724Z[ helios-incorp]
27082026-08-29T21:09:59.724Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
27092026-08-29T21:09:59.724Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
27102026-08-29T21:09:59.793Z[ omicron-package] Compiling foreign-types-macros v0.2.3
27112026-08-29T21:09:59.863ZAug 29 21:09:59.239 INFO [helios-incorp] process exited with exit status: 0 (457.166592ms)
27122026-08-29T21:09:59.866Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
27132026-08-29T21:09:59.908Z[ omicron-package] Compiling foreign-types-shared v0.3.1
27142026-08-29T21:09:59.908Z[ omicron-package] Compiling backoff v0.4.0
27152026-08-29T21:09:59.968Z[ omicron-package] Compiling ingot-types v0.2.0
27162026-08-29T21:10:00.028Z[ omicron-package] Compiling argon2 v0.5.3
27172026-08-29T21:10:00.114Z[ omicron-package] Compiling num_enum v0.7.6
27182026-08-29T21:10:00.118Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27192026-08-29T21:10:00.187Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
27202026-08-29T21:10:00.256Z[ omicron-package] Compiling num_enum_derive v0.5.11
27212026-08-29T21:10:00.260Z[ omicron-package] Compiling progenitor-extras v0.2.0
27222026-08-29T21:10:00.333Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
27232026-08-29T21:10:00.386Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27242026-08-29T21:10:00.424Z[ omicron-package] Compiling vsss-rs v3.3.4
27252026-08-29T21:10:00.473Z[ omicron-package] Compiling parse-display v0.10.0
27262026-08-29T21:10:00.500Z[ omicron-package] Compiling ingot v0.2.1
27272026-08-29T21:10:00.622Z[ omicron-package] Compiling foreign-types v0.5.0
27282026-08-29T21:10:00.734Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27292026-08-29T21:10:00.737Z[ omicron-package] Compiling regress v0.10.5
27302026-08-29T21:10:00.738Z[ omicron-package] Compiling itertools v0.14.0
27312026-08-29T21:10:00.875Z[ omicron-package] Compiling tabwriter v1.4.1
27322026-08-29T21:10:00.909Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27332026-08-29T21:10:01.049Z[ omicron-package] Compiling cstr-argument v0.1.2
27342026-08-29T21:10:01.195Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27352026-08-29T21:10:01.195Z[ omicron-package] Compiling humantime v2.3.0
27362026-08-29T21:10:01.343Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
27372026-08-29T21:10:01.392Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27382026-08-29T21:10:01.469Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27392026-08-29T21:10:01.587Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27402026-08-29T21:10:01.613Z[ omicron-package] Compiling num_enum v0.5.11
27412026-08-29T21:10:01.696Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
27422026-08-29T21:10:01.751Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27432026-08-29T21:10:01.818Z[ omicron-package] Compiling rand v0.10.1
27442026-08-29T21:10:01.825Z[ omicron-package] Compiling rayon v1.11.0
27452026-08-29T21:10:01.899Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
27462026-08-29T21:10:01.948Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27472026-08-29T21:10:01.992Z[ omicron-package] Compiling libefi-sys v0.1.0
27482026-08-29T21:10:02.119Z[ omicron-package] Compiling colored v3.1.1
27492026-08-29T21:10:02.219Z[ omicron-package] Compiling illumos-nvpair v0.3.0
27502026-08-29T21:10:02.295Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
27512026-08-29T21:10:02.352Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27522026-08-29T21:10:02.500Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27532026-08-29T21:10:02.504Z[ omicron-package] Compiling itertools v0.12.1
27542026-08-29T21:10:02.563Z[ omicron-package] Compiling sigpipe v0.1.3
27552026-08-29T21:10:02.678Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27562026-08-29T21:10:02.757Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27572026-08-29T21:10:02.792Z[ omicron-package] Compiling num-derive v0.4.2
27582026-08-29T21:10:02.867Z[ omicron-package] Compiling bitfield-struct v0.6.2
27592026-08-29T21:10:02.907Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27602026-08-29T21:10:02.911Z[ omicron-package] Compiling glob v0.3.3
27612026-08-29T21:10:03.029Z[ omicron-package] Compiling swrite v0.1.0
27622026-08-29T21:10:03.074Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27632026-08-29T21:10:03.364Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27642026-08-29T21:10:03.497Z[ omicron-package] Compiling smf v0.2.3
27652026-08-29T21:10:03.605Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27662026-08-29T21:10:03.655Z[ omicron-package] Compiling whoami v1.6.1
27672026-08-29T21:10:03.703Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27682026-08-29T21:10:03.756Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27692026-08-29T21:10:03.823Z[ omicron-package] Compiling tokio-dtrace v0.1.1
27702026-08-29T21:10:04.172Z[ omicron-package] Compiling zone v0.3.1
27712026-08-29T21:10:04.213Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27722026-08-29T21:10:04.246Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27732026-08-29T21:10:04.308Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27742026-08-29T21:10:04.314Z[ omicron-package] Compiling gethostname v0.5.0
27752026-08-29T21:10:04.405Z[ omicron-package] Compiling console v0.16.2
27762026-08-29T21:10:04.487Z[ omicron-package] Compiling unit-prefix v0.5.2
27772026-08-29T21:10:04.597Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27782026-08-29T21:10:04.841Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
27792026-08-29T21:10:04.976Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27802026-08-29T21:10:05.052Z[ omicron-package] Compiling indicatif v0.18.4
27812026-08-29T21:10:06.318Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
27822026-08-29T21:10:08.934Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27832026-08-29T21:10:09.683Z[ helios-setup] Aug 29 21:10:09.059 INFO helios repository root is: /work/oxidecomputer/helios
27842026-08-29T21:10:09.686Z[ helios-setup] Aug 29 21:10:09.060 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27852026-08-29T21:10:09.686Z[ helios-setup] Aug 29 21:10:09.060 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
27862026-08-29T21:10:09.686Z[ helios-setup] Aug 29 21:10:09.060 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
27872026-08-29T21:10:09.686Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27882026-08-29T21:10:10.570Z[ helios-setup] Aug 29 21:10:09.946 INFO clone ok!, project: amd-host-image-builder
27892026-08-29T21:10:10.573Z[ helios-setup] Aug 29 21:10:09.947 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
27902026-08-29T21:10:10.574Z[ helios-setup] Aug 29 21:10:09.947 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27912026-08-29T21:10:10.574Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27922026-08-29T21:10:11.191Z[ helios-setup] Aug 29 21:10:10.567 INFO clone ok!, project: phbl
27932026-08-29T21:10:11.191Z[ helios-setup] Aug 29 21:10:10.567 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
27942026-08-29T21:10:11.194Z[ helios-setup] Aug 29 21:10:10.567 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
27952026-08-29T21:10:11.194Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
27962026-08-29T21:10:11.971ZAug 29 21:10:11.348 INFO [hubris-staging] task succeeded (18.129449868s)
27972026-08-29T21:10:18.138Z[ helios-setup] Aug 29 21:10:17.514 INFO clone ok!, project: amd-firmware
27982026-08-29T21:10:18.138Z[ helios-setup] Aug 29 21:10:17.514 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
27992026-08-29T21:10:18.141Z[ helios-setup] Aug 29 21:10:17.514 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
28002026-08-29T21:10:18.141Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
28012026-08-29T21:10:18.273Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28022026-08-29T21:10:19.323Z[ helios-setup] Aug 29 21:10:18.700 INFO clone ok!, project: pilot
28032026-08-29T21:10:19.327Z[ helios-setup] Aug 29 21:10:18.700 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
28042026-08-29T21:10:19.327Z[ helios-setup] Aug 29 21:10:18.700 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
28052026-08-29T21:10:19.327Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
28062026-08-29T21:10:20.260Z[ helios-setup] Aug 29 21:10:19.636 INFO clone ok!, project: dmar-report
28072026-08-29T21:10:20.263Z[ helios-setup] Aug 29 21:10:19.636 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
28082026-08-29T21:10:20.263Z[ helios-setup] Aug 29 21:10:19.637 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
28092026-08-29T21:10:20.263Z[ helios-setup] Aug 29 21:10:19.637 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
28102026-08-29T21:10:20.263Z[ helios-setup] Aug 29 21:10:19.637 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
28112026-08-29T21:10:20.264Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
28122026-08-29T21:10:20.865Z[ helios-setup] Aug 29 21:10:20.242 INFO clone ok!, project: pinprick
28132026-08-29T21:10:20.869Z[ helios-setup] Aug 29 21:10:20.242 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
28142026-08-29T21:10:20.869Z[ helios-setup] Aug 29 21:10:20.242 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
28152026-08-29T21:10:20.869Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
28162026-08-29T21:10:21.492Z[ helios-setup] Aug 29 21:10:20.868 INFO clone ok!, project: image-builder
28172026-08-29T21:10:21.492Z[ helios-setup] Aug 29 21:10:20.868 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
28182026-08-29T21:10:21.495Z[ helios-setup] Aug 29 21:10:20.868 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
28192026-08-29T21:10:21.495Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
28202026-08-29T21:10:21.608Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28212026-08-29T21:10:22.116Z[ helios-setup] Aug 29 21:10:21.493 INFO clone ok!, project: bootserver
28222026-08-29T21:10:22.119Z[ helios-setup] Aug 29 21:10:21.493 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
28232026-08-29T21:10:22.119Z[ helios-setup] Aug 29 21:10:21.493 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
28242026-08-29T21:10:22.119Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
28252026-08-29T21:10:22.722Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28262026-08-29T21:10:23.041Z[ helios-setup] Aug 29 21:10:22.418 INFO clone ok!, project: chelsio-t6-roms
28272026-08-29T21:10:23.044Z[ helios-setup] Aug 29 21:10:22.418 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
28282026-08-29T21:10:23.274Z[ helios-setup] Aug 29 21:10:22.651 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
28292026-08-29T21:10:23.502Z[ helios-setup] Aug 29 21:10:22.879 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
28302026-08-29T21:10:23.502Z[ helios-setup] Aug 29 21:10:22.879 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
28312026-08-29T21:10:23.741Z[ helios-setup] Aug 29 21:10:23.118 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
28322026-08-29T21:10:23.967Z[ helios-setup] Aug 29 21:10:23.344 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
28332026-08-29T21:10:23.967Z[ helios-setup] Aug 29 21:10:23.344 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
28342026-08-29T21:10:24.209Z[ helios-setup] Aug 29 21:10:23.586 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
28352026-08-29T21:10:24.461Z[ helios-setup] Aug 29 21:10:23.837 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
28362026-08-29T21:10:24.461Z[ helios-setup] Aug 29 21:10:23.838 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
28372026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
28382026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO ok!
28392026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
28402026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
28412026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO ok!
28422026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
28432026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
28442026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO ok!
28452026-08-29T21:10:24.464Z[ helios-setup] Aug 29 21:10:23.838 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28462026-08-29T21:10:24.492Z[ helios-setup] Aug 29 21:10:23.869 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')"
28472026-08-29T21:10:24.492Z[ helios-setup] Aug 29 21:10:23.869 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28482026-08-29T21:10:24.495Z[ helios-setup] Aug 29 21:10:23.869 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28492026-08-29T21:10:24.626Z[ helios-setup] Aug 29 21:10:24.002 INFO E| Updating crates.io index
28502026-08-29T21:10:24.629Z[ helios-setup] Aug 29 21:10:24.003 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28512026-08-29T21:10:25.070Z[ helios-setup] Aug 29 21:10:24.446 INFO E| From https://github.com/oxidecomputer/amd-apcb
28522026-08-29T21:10:25.071Z[ helios-setup] Aug 29 21:10:24.446 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28532026-08-29T21:10:25.082Z[ helios-setup] Aug 29 21:10:24.459 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28542026-08-29T21:10:25.497Z[ helios-setup] Aug 29 21:10:24.873 INFO E| From https://github.com/oxidecomputer/amd-efs
28552026-08-29T21:10:25.497Z[ helios-setup] Aug 29 21:10:24.873 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28562026-08-29T21:10:25.720Z[ helios-setup] Aug 29 21:10:25.097 INFO E| Downloading crates ...
28572026-08-29T21:10:25.771Z[ helios-setup] Aug 29 21:10:25.148 INFO E| Downloaded dyn-clone v1.0.19
28582026-08-29T21:10:25.786Z[ helios-setup] Aug 29 21:10:25.163 INFO E| Downloaded unic-char-property v0.9.0
28592026-08-29T21:10:25.789Z[ helios-setup] Aug 29 21:10:25.164 INFO E| Downloaded pest v2.8.0
28602026-08-29T21:10:25.792Z[ helios-setup] Aug 29 21:10:25.169 INFO E| Downloaded four-cc v0.4.0
28612026-08-29T21:10:25.795Z[ helios-setup] Aug 29 21:10:25.170 INFO E| Downloaded textwrap v0.11.0
28622026-08-29T21:10:25.795Z[ helios-setup] Aug 29 21:10:25.171 INFO E| Downloaded thiserror v2.0.12
28632026-08-29T21:10:25.801Z[ helios-setup] Aug 29 21:10:25.178 INFO E| Downloaded strsim v0.8.0
28642026-08-29T21:10:25.807Z[ helios-setup] Aug 29 21:10:25.184 INFO E| Downloaded itoa v1.0.15
28652026-08-29T21:10:25.816Z[ helios-setup] Aug 29 21:10:25.193 INFO E| Downloaded unic-ucd-ident v0.9.0
28662026-08-29T21:10:25.821Z[ helios-setup] Aug 29 21:10:25.198 INFO E| Downloaded quote v1.0.40
28672026-08-29T21:10:25.824Z[ helios-setup] Aug 29 21:10:25.199 INFO E| Downloaded ryu v1.0.20
28682026-08-29T21:10:25.824Z[ helios-setup] Aug 29 21:10:25.201 INFO E| Downloaded parse_int v0.9.0
28692026-08-29T21:10:25.827Z[ helios-setup] Aug 29 21:10:25.201 INFO E| Downloaded unic-ucd-version v0.9.0
28702026-08-29T21:10:25.827Z[ helios-setup] Aug 29 21:10:25.202 INFO E| Downloaded unic-char-range v0.9.0
28712026-08-29T21:10:25.827Z[ helios-setup] Aug 29 21:10:25.203 INFO E| Downloaded unic-common v0.9.0
28722026-08-29T21:10:25.827Z[ helios-setup] Aug 29 21:10:25.203 INFO E| Downloaded heck v0.3.3
28732026-08-29T21:10:25.832Z[ helios-setup] Aug 29 21:10:25.209 INFO E| Downloaded strum v0.27.1
28742026-08-29T21:10:25.835Z[ helios-setup] Aug 29 21:10:25.210 INFO E| Downloaded fletcher v1.0.0
28752026-08-29T21:10:25.838Z[ helios-setup] Aug 29 21:10:25.212 INFO E| Downloaded ansi_term v0.12.1
28762026-08-29T21:10:25.838Z[ helios-setup] Aug 29 21:10:25.213 INFO E| Downloaded autocfg v1.4.0
28772026-08-29T21:10:25.838Z[ helios-setup] Aug 29 21:10:25.214 INFO E| Downloaded bytesize v2.0.1
28782026-08-29T21:10:25.841Z[ helios-setup] Aug 29 21:10:25.215 INFO E| Downloaded modular-bitfield-impl v0.13.1
28792026-08-29T21:10:25.841Z[ helios-setup] Aug 29 21:10:25.216 INFO E| Downloaded pest_generator v2.8.0
28802026-08-29T21:10:25.850Z[ helios-setup] Aug 29 21:10:25.227 INFO E| Downloaded structopt-derive v0.4.18
28812026-08-29T21:10:25.853Z[ helios-setup] Aug 29 21:10:25.227 INFO E| Downloaded vec_map v0.8.2
28822026-08-29T21:10:25.855Z[ helios-setup] Aug 29 21:10:25.231 INFO E| Downloaded thiserror-impl v2.0.12
28832026-08-29T21:10:25.858Z[ helios-setup] Aug 29 21:10:25.234 INFO E| Downloaded pest_meta v2.8.0
28842026-08-29T21:10:25.864Z[ helios-setup] Aug 29 21:10:25.241 INFO E| Downloaded log v0.4.27
28852026-08-29T21:10:25.871Z[ helios-setup] Aug 29 21:10:25.248 INFO E| Downloaded pest_derive v2.8.0
28862026-08-29T21:10:25.874Z[ helios-setup] Aug 29 21:10:25.250 INFO E| Downloaded rustversion v1.0.20
28872026-08-29T21:10:25.874Z[ helios-setup] Aug 29 21:10:25.251 INFO E| Downloaded modular-bitfield v0.11.2
28882026-08-29T21:10:25.879Z[ helios-setup] Aug 29 21:10:25.256 INFO E| Downloaded unicode-ident v1.0.18
28892026-08-29T21:10:25.882Z[ helios-setup] Aug 29 21:10:25.258 INFO E| Downloaded strum_macros v0.27.1
28902026-08-29T21:10:25.886Z[ helios-setup] Aug 29 21:10:25.260 INFO E| Downloaded modular-bitfield-impl v0.11.2
28912026-08-29T21:10:25.886Z[ helios-setup] Aug 29 21:10:25.263 INFO E| Downloaded structopt v0.3.26
28922026-08-29T21:10:25.893Z[ helios-setup] Aug 29 21:10:25.270 INFO E| Downloaded modular-bitfield v0.13.1
28932026-08-29T21:10:25.897Z[ helios-setup] Aug 29 21:10:25.274 INFO E| Downloaded proc-macro2 v1.0.95
28942026-08-29T21:10:25.900Z[ helios-setup] Aug 29 21:10:25.277 INFO E| Downloaded serde v1.0.219
28952026-08-29T21:10:25.903Z[ helios-setup] Aug 29 21:10:25.280 INFO E| Downloaded serde_derive v1.0.219
28962026-08-29T21:10:25.906Z[ helios-setup] Aug 29 21:10:25.282 INFO E| Downloaded typenum v1.18.0
28972026-08-29T21:10:25.915Z[ helios-setup] Aug 29 21:10:25.292 INFO E| Downloaded memchr v2.7.4
28982026-08-29T21:10:25.922Z[ helios-setup] Aug 29 21:10:25.299 INFO E| Downloaded zerocopy-derive v0.8.25
28992026-08-29T21:10:25.954Z[ helios-setup] Aug 29 21:10:25.331 INFO E| Downloaded serde_json v1.0.140
29002026-08-29T21:10:25.957Z[ helios-setup] Aug 29 21:10:25.334 INFO E| Downloaded clap v2.34.0
29012026-08-29T21:10:25.965Z[ helios-setup] Aug 29 21:10:25.342 INFO E| Downloaded goblin v0.9.3
29022026-08-29T21:10:25.968Z[ helios-setup] Aug 29 21:10:25.345 INFO E| Downloaded syn v2.0.101
29032026-08-29T21:10:25.974Z[ helios-setup] Aug 29 21:10:25.351 INFO E| Downloaded zerocopy v0.8.25
29042026-08-29T21:10:26.015Z[ helios-setup] Aug 29 21:10:25.391 INFO E| Downloaded libc v0.2.172
29052026-08-29T21:10:26.063Z[ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling proc-macro2 v1.0.95
29062026-08-29T21:10:26.063Z[ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling unicode-ident v1.0.18
29072026-08-29T21:10:26.063Z[ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling memchr v2.7.4
29082026-08-29T21:10:26.066Z[ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling thiserror v2.0.12
29092026-08-29T21:10:26.066Z[ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling autocfg v1.4.0
29102026-08-29T21:10:26.066Z[ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling syn v1.0.109
29112026-08-29T21:10:26.066Z[ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling serde v1.0.219
29122026-08-29T21:10:26.084Z[ helios-setup] Aug 29 21:10:25.461 INFO E| Compiling version_check v0.9.5
29132026-08-29T21:10:26.087Z[ helios-setup] Aug 29 21:10:25.462 INFO E| Compiling serde_json v1.0.140
29142026-08-29T21:10:26.087Z[ helios-setup] Aug 29 21:10:25.462 INFO E| Compiling ryu v1.0.20
29152026-08-29T21:10:26.087Z[ helios-setup] Aug 29 21:10:25.462 INFO E| Compiling itoa v1.0.15
29162026-08-29T21:10:26.087Z[ helios-setup] Aug 29 21:10:25.462 INFO E| Compiling schemars v0.8.22
29172026-08-29T21:10:26.090Z[ helios-setup] Aug 29 21:10:25.466 INFO E| Compiling static_assertions v1.1.0
29182026-08-29T21:10:26.091Z[ helios-setup] Aug 29 21:10:25.466 INFO E| Compiling zerocopy v0.8.25
29192026-08-29T21:10:26.091Z[ helios-setup] Aug 29 21:10:25.467 INFO E| Compiling libc v0.2.172
29202026-08-29T21:10:26.091Z[ helios-setup] Aug 29 21:10:25.467 INFO E| Compiling paste v1.0.15
29212026-08-29T21:10:26.185Z[ helios-setup] Aug 29 21:10:25.561 INFO E| Compiling dyn-clone v1.0.19
29222026-08-29T21:10:26.261Z[ helios-setup] Aug 29 21:10:25.637 INFO E| Compiling rustversion v1.0.20
29232026-08-29T21:10:26.286Z[ helios-setup] Aug 29 21:10:25.663 INFO E| Compiling ucd-trie v0.1.7
29242026-08-29T21:10:26.321Z[ helios-setup] Aug 29 21:10:25.697 INFO E| Compiling once_cell v1.21.3
29252026-08-29T21:10:26.350Z[ helios-setup] Aug 29 21:10:25.727 INFO E| Compiling unicode-width v0.1.14
29262026-08-29T21:10:26.363Z[ helios-setup] Aug 29 21:10:25.740 INFO E| Compiling unicode-segmentation v1.12.0
29272026-08-29T21:10:26.407Z[ helios-setup] Aug 29 21:10:25.784 INFO E| Compiling heck v0.5.0
29282026-08-29T21:10:26.407Z[ helios-setup] Aug 29 21:10:25.784 INFO E| Compiling proc-macro-error-attr v1.0.4
29292026-08-29T21:10:26.440Z[ helios-setup] Aug 29 21:10:25.817 INFO E| Compiling num-traits v0.2.19
29302026-08-29T21:10:26.462Z[ helios-setup] Aug 29 21:10:25.839 INFO E| Compiling memoffset v0.9.1
29312026-08-29T21:10:26.474Z[ helios-setup] Aug 29 21:10:25.850 INFO E| Compiling proc-macro-error v1.0.4
29322026-08-29T21:10:26.571Z[ helios-setup] Aug 29 21:10:25.948 INFO E| Compiling strsim v0.8.0
29332026-08-29T21:10:26.571Z[ helios-setup] Aug 29 21:10:25.948 INFO E| Compiling unic-char-range v0.9.0
29342026-08-29T21:10:26.607Z[ helios-setup] Aug 29 21:10:25.983 INFO E| Compiling textwrap v0.11.0
29352026-08-29T21:10:26.634Z[ helios-setup] Aug 29 21:10:26.010 INFO E| Compiling bitflags v1.3.2
29362026-08-29T21:10:26.666Z[ helios-setup] Aug 29 21:10:26.043 INFO E| Compiling unic-common v0.9.0
29372026-08-29T21:10:26.711Z[ helios-setup] Aug 29 21:10:26.088 INFO E| Compiling heck v0.3.3
29382026-08-29T21:10:26.717Z[ helios-setup] Aug 29 21:10:26.094 INFO E| Compiling fletcher v1.0.0
29392026-08-29T21:10:26.717Z[ helios-setup] Aug 29 21:10:26.094 INFO E| Compiling byteorder v1.5.0
29402026-08-29T21:10:26.733Z[ helios-setup] Aug 29 21:10:26.110 INFO E| Compiling ansi_term v0.12.1
29412026-08-29T21:10:26.746Z[ helios-setup] Aug 29 21:10:26.123 INFO E| Compiling vec_map v0.8.2
29422026-08-29T21:10:26.780Z[ helios-setup] Aug 29 21:10:26.157 INFO E| Compiling strum v0.27.1
29432026-08-29T21:10:26.798Z[ helios-setup] Aug 29 21:10:26.174 INFO E| Compiling atty v0.2.14
29442026-08-29T21:10:26.839Z[ helios-setup] Aug 29 21:10:26.216 INFO E| Compiling unic-ucd-version v0.9.0
29452026-08-29T21:10:26.858Z[ helios-setup] Aug 29 21:10:26.235 INFO E| Compiling unic-char-property v0.9.0
29462026-08-29T21:10:26.869Z[ helios-setup] Aug 29 21:10:26.246 INFO E| Compiling log v0.4.27
29472026-08-29T21:10:26.891Z[ helios-setup] Aug 29 21:10:26.267 INFO E| Compiling lazy_static v1.5.0
29482026-08-29T21:10:26.891Z[ helios-setup] Aug 29 21:10:26.267 INFO E| Compiling plain v0.2.3
29492026-08-29T21:10:26.900Z[ helios-setup] Aug 29 21:10:26.277 INFO E| Compiling bytesize v2.0.1
29502026-08-29T21:10:26.915Z[ helios-setup] Aug 29 21:10:26.292 INFO E| Compiling clap v2.34.0
29512026-08-29T21:10:26.945Z[ helios-setup] Aug 29 21:10:26.322 INFO E| Compiling unic-ucd-ident v0.9.0
29522026-08-29T21:10:27.050Z[ helios-setup] Aug 29 21:10:26.427 INFO E| Compiling quote v1.0.40
29532026-08-29T21:10:27.205Z[ helios-setup] Aug 29 21:10:26.582 INFO E| Compiling syn v2.0.101
29542026-08-29T21:10:27.384Z[ helios-setup] Aug 29 21:10:26.761 INFO E| Compiling parse_int v0.9.0
29552026-08-29T21:10:28.988Z[ helios-setup] Aug 29 21:10:28.364 INFO E| Compiling modular-bitfield-impl v0.11.2
29562026-08-29T21:10:28.988Z[ helios-setup] Aug 29 21:10:28.364 INFO E| Compiling structopt-derive v0.4.18
29572026-08-29T21:10:29.206Z[ helios-setup] Aug 29 21:10:28.582 INFO E| Compiling serde_derive_internals v0.29.1
29582026-08-29T21:10:29.587Z[ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling thiserror-impl v2.0.12
29592026-08-29T21:10:29.587Z[ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling serde_derive v1.0.219
29602026-08-29T21:10:29.587Z[ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling zerocopy-derive v0.8.25
29612026-08-29T21:10:29.590Z[ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling num-derive v0.4.2
29622026-08-29T21:10:29.590Z[ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling modular-bitfield-impl v0.13.1
29632026-08-29T21:10:29.590Z[ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling scroll_derive v0.12.1
29642026-08-29T21:10:29.591Z[ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling strum_macros v0.27.1
29652026-08-29T21:10:29.685Z[ helios-setup] Aug 29 21:10:29.062 INFO E| Compiling schemars_derive v0.8.22
29662026-08-29T21:10:29.846Z[ helios-setup] Aug 29 21:10:29.222 INFO E| Compiling structopt v0.3.26
29672026-08-29T21:10:29.869Z[ helios-setup] Aug 29 21:10:29.245 INFO E| Compiling modular-bitfield v0.11.2
29682026-08-29T21:10:30.247Z[ helios-setup] Aug 29 21:10:29.624 INFO E| Compiling scroll v0.12.0
29692026-08-29T21:10:30.456Z[ helios-setup] Aug 29 21:10:29.832 INFO E| Compiling goblin v0.9.3
29702026-08-29T21:10:30.570Z[ helios-setup] Aug 29 21:10:29.947 INFO E| Compiling modular-bitfield v0.13.1
29712026-08-29T21:10:30.690Z[ helios-setup] Aug 29 21:10:30.066 INFO E| Compiling pest v2.8.0
29722026-08-29T21:10:31.718Z[ helios-setup] Aug 29 21:10:31.095 INFO E| Compiling pest_meta v2.8.0
29732026-08-29T21:10:32.389Z[ helios-setup] Aug 29 21:10:31.766 INFO E| Compiling pest_generator v2.8.0
29742026-08-29T21:10:32.873Z[ helios-setup] Aug 29 21:10:32.249 INFO E| Compiling pest_derive v2.8.0
29752026-08-29T21:10:33.635Z[ helios-setup] Aug 29 21:10:33.012 INFO E| Compiling json5 v0.4.1
29762026-08-29T21:10:34.235Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.38s
29772026-08-29T21:10:34.238Z[ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29782026-08-29T21:10:34.238Z[ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29792026-08-29T21:10:34.474Z[ omicron-package]
29802026-08-29T21:10:34.474Z[ omicron-package] real 40.568067119
29812026-08-29T21:10:34.474Z[ omicron-package] user 3:52.973592113
29822026-08-29T21:10:34.478Z[ omicron-package] sys 27.057605188
29832026-08-29T21:10:34.478Z[ omicron-package] trap 0.389384518
29842026-08-29T21:10:34.478Z[ omicron-package] tflt 0.645879568
29852026-08-29T21:10:34.478Z[ omicron-package] dflt 2.438810378
29862026-08-29T21:10:34.478Z[ omicron-package] kflt 0.004992365
29872026-08-29T21:10:34.478Z[ omicron-package] lock 11:27.532056281
29882026-08-29T21:10:34.478Z[ omicron-package] slp 6:01.008923656
29892026-08-29T21:10:34.478Z[ omicron-package] lat 45.411229034
29902026-08-29T21:10:34.478Z[ omicron-package] stop 1:47.221902455
29912026-08-29T21:10:34.478ZAug 29 21:10:33.852 INFO [omicron-package] process exited with exit status: 0 (40.631266964s)
29922026-08-29T21:10:34.478ZAug 29 21:10:33.852 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29932026-08-29T21:10:34.478ZAug 29 21:10:33.852 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29942026-08-29T21:10:34.485Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29952026-08-29T21:10:34.485Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29962026-08-29T21:10:34.488Z[ host-target] Created new build target 'host' and set it as active
29972026-08-29T21:10:34.488Z[ recovery-target] Created new build target 'recovery' and set it as active
29982026-08-29T21:10:34.491ZAug 29 21:10:33.865 INFO [host-target] process exited with exit status: 0 (13.680495ms)
29992026-08-29T21:10:34.491ZAug 29 21:10:33.866 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30002026-08-29T21:10:34.491ZAug 29 21:10:33.866 INFO [recovery-target] process exited with exit status: 0 (13.835424ms)
30012026-08-29T21:10:34.494Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30022026-08-29T21:10:34.851Z[ helios-setup] Aug 29 21:10:34.228 INFO E| Compiling four-cc v0.4.0
30032026-08-29T21:10:34.851Z[ helios-setup] Aug 29 21:10:34.228 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30042026-08-29T21:10:34.950Z[ helios-setup] Aug 29 21:10:34.326 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30052026-08-29T21:10:36.167Z[ host-package] Compiling heck v0.5.0
30062026-08-29T21:10:36.167Z[ host-package] Compiling regress v0.11.1
30072026-08-29T21:10:36.170Z[ host-package] Compiling unsafe-libyaml v0.2.11
30082026-08-29T21:10:36.452Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30092026-08-29T21:10:36.484Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30102026-08-29T21:10:36.487Z[ host-package] Compiling bytecount v0.6.9
30112026-08-29T21:10:36.487Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30122026-08-29T21:10:36.487Z[ host-package] Compiling atomicwrites v0.4.4
30132026-08-29T21:10:36.487Z[ host-package] Compiling slog-dtrace v0.3.0
30142026-08-29T21:10:36.598Z[ host-package] Compiling prettyplease v0.2.37
30152026-08-29T21:10:36.601Z[ host-package] Compiling newline-converter v0.3.0
30162026-08-29T21:10:36.601Z[ host-package] Compiling console v0.15.11
30172026-08-29T21:10:36.619Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30182026-08-29T21:10:36.644Z[ host-package] Compiling cancel-safe-futures v0.1.5
30192026-08-29T21:10:36.667Z[ host-package] Compiling num-rational v0.4.2
30202026-08-29T21:10:36.714Z[ host-package] Compiling num-complex v0.4.6
30212026-08-29T21:10:36.776Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30222026-08-29T21:10:36.803Z[ host-package] Compiling match_cfg v0.1.0
30232026-08-29T21:10:36.824Z[ host-package] Compiling compression-core v0.4.31
30242026-08-29T21:10:36.906Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30252026-08-29T21:10:36.956Z[ host-package] Compiling compression-codecs v0.4.37
30262026-08-29T21:10:37.054Z[ host-package] Compiling expectorate v1.2.0
30272026-08-29T21:10:37.057Z[ host-package] Compiling hostname v0.3.1
30282026-08-29T21:10:37.225Z[ host-package] Compiling num v0.4.3
30292026-08-29T21:10:37.259Z[ host-package] Compiling multer v3.1.0
30302026-08-29T21:10:37.262Z[ host-package] Compiling slog-json v2.6.1
30312026-08-29T21:10:37.323Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30322026-08-29T21:10:37.355Z[ host-package] Compiling serde_spanned v1.1.1
30332026-08-29T21:10:37.378Z[ host-package] Compiling linear-map v1.2.0
30342026-08-29T21:10:37.406Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30352026-08-29T21:10:37.429Z[ host-package] Compiling float-ord v0.3.2
30362026-08-29T21:10:37.515Z[ host-package] Compiling slog-bunyan v2.5.0
30372026-08-29T21:10:37.623Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30382026-08-29T21:10:37.646Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30392026-08-29T21:10:37.649Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30402026-08-29T21:10:37.649Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
30412026-08-29T21:10:37.722Z[ host-package] Compiling async-compression v0.4.41
30422026-08-29T21:10:37.750Z[ host-package] Compiling dropshot v0.17.1
30432026-08-29T21:10:37.813Z[ host-package] Compiling async-stream v0.3.6
30442026-08-29T21:10:37.857Z[ host-package] Compiling progenitor-client v0.14.0
30452026-08-29T21:10:37.887Z[ host-package] Compiling oxide-update-engine v0.1.2
30462026-08-29T21:10:37.987Z[ host-package] Compiling typify-impl v0.6.2
30472026-08-29T21:10:38.034Z[ host-package] Compiling sha1 v0.11.0
30482026-08-29T21:10:38.058Z[ host-package] Compiling oxide-generation v0.1.3
30492026-08-29T21:10:38.120Z[ host-package] Compiling waitgroup v0.1.2
30502026-08-29T21:10:38.273Z[ host-package] Compiling rustls-pemfile v2.2.0
30512026-08-29T21:10:38.316Z[ host-package] Compiling backon v1.6.0
30522026-08-29T21:10:38.345Z[ host-package] Compiling serde_path_to_error v0.1.20
30532026-08-29T21:10:38.422Z[ host-package] Compiling hostname v0.4.2
30542026-08-29T21:10:38.489Z[ host-package] Compiling instant v0.1.13
30552026-08-29T21:10:38.556Z[ host-package] Compiling minimal-lexical v0.2.1
30562026-08-29T21:10:38.578Z[ host-package] Compiling progenitor-extras v0.2.0
30572026-08-29T21:10:38.608Z[ host-package] Compiling backoff v0.4.0
30582026-08-29T21:10:38.611Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
30592026-08-29T21:10:38.675Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30602026-08-29T21:10:38.793Z[ host-package] Compiling nom v7.1.3
30612026-08-29T21:10:38.837Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30622026-08-29T21:10:38.861Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30632026-08-29T21:10:38.891Z[ host-package] Compiling parse-display v0.10.0
30642026-08-29T21:10:38.924Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-08-29T21:10:39.158Z[ host-package] Compiling itertools v0.14.0
30662026-08-29T21:10:39.256Z[ host-package] Compiling regress v0.10.5
30672026-08-29T21:10:39.633Z[ host-package] Compiling macaddr v1.0.1
30682026-08-29T21:10:39.712Z[ host-package] Compiling humantime v2.3.0
30692026-08-29T21:10:39.881Z[ host-package] Compiling unicode-xid v0.2.6
30702026-08-29T21:10:40.032Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30712026-08-29T21:10:40.090Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30722026-08-29T21:10:40.239Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30732026-08-29T21:10:40.373Z[ host-package] Compiling papergrid v0.11.0
30742026-08-29T21:10:40.518Z[ host-package] Compiling tabled_derive v0.7.0
30752026-08-29T21:10:40.639Z[ host-package] Compiling termtree v0.5.1
30762026-08-29T21:10:40.837Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30772026-08-29T21:10:40.868Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30782026-08-29T21:10:41.156Z[ host-package] Compiling crossterm v0.29.0
30792026-08-29T21:10:41.211Z[ host-package] Compiling phf_shared v0.12.1
30802026-08-29T21:10:41.422Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30812026-08-29T21:10:41.460Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30822026-08-29T21:10:41.538Z[ host-package] Compiling tabled v0.15.0
30832026-08-29T21:10:41.630Z[ host-package] Compiling typify-macro v0.6.2
30842026-08-29T21:10:41.658Z[ host-package] Compiling vte v0.14.1
30852026-08-29T21:10:41.988Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30862026-08-29T21:10:42.046Z[ host-package] Compiling csv-core v0.1.13
30872026-08-29T21:10:42.567Z[ host-package] Compiling highway v1.3.0
30882026-08-29T21:10:42.624Z[ host-package] Compiling chrono-tz v0.10.4
30892026-08-29T21:10:42.673Z[ host-package] Compiling csv v1.4.0
30902026-08-29T21:10:42.971Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30912026-08-29T21:10:43.278Z[ host-package] Compiling typify v0.6.2
30922026-08-29T21:10:43.496Z[ host-package] Compiling progenitor-impl v0.14.0
30932026-08-29T21:10:43.688Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30942026-08-29T21:10:43.731Z[ host-package] Compiling phf v0.12.1
30952026-08-29T21:10:43.949Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30962026-08-29T21:10:44.012Z[ host-package] Compiling const_format_proc_macros v0.2.34
30972026-08-29T21:10:44.062Z[ host-package] Compiling fd-lock v4.0.4
30982026-08-29T21:10:44.321Z[ host-package] Compiling peg-macros v0.8.5
30992026-08-29T21:10:44.378Z[ host-package] Compiling nu-ansi-term v0.50.3
31002026-08-29T21:10:44.835Z[ host-package] Compiling const_format v0.2.35
31012026-08-29T21:10:44.999Z[ host-package] Compiling reedline v0.40.0
31022026-08-29T21:10:45.713Z[ host-package] Compiling peg v0.8.5
31032026-08-29T21:10:45.915Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31042026-08-29T21:10:45.939Z[ host-package] Compiling progenitor-macro v0.14.0
31052026-08-29T21:10:46.418Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31062026-08-29T21:10:46.790Z[ host-package] Compiling bcs v0.1.6
31072026-08-29T21:10:47.134Z[ host-package] Compiling nom v8.0.0
31082026-08-29T21:10:47.214Z[ host-package] Compiling semver v0.1.20
31092026-08-29T21:10:47.334Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31102026-08-29T21:10:47.549Z[ host-package] Compiling rustc_version v0.1.7
31112026-08-29T21:10:47.758Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31122026-08-29T21:10:47.793Z[ host-package] Compiling newtype_derive v0.1.6
31132026-08-29T21:10:48.118Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31142026-08-29T21:10:48.335Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31152026-08-29T21:10:48.527Z[ host-package] Compiling steno v0.4.1
31162026-08-29T21:10:48.569Z[ helios-setup] Aug 29 21:10:47.939 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31172026-08-29T21:10:49.049Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31182026-08-29T21:10:49.130Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
31192026-08-29T21:10:49.239Z[ host-package] Compiling sha1 v0.10.6
31202026-08-29T21:10:49.367Z[ host-package] Compiling utf-8 v0.7.6
31212026-08-29T21:10:49.674Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31222026-08-29T21:10:49.842Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31232026-08-29T21:10:49.873Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31242026-08-29T21:10:49.876Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31252026-08-29T21:10:49.936Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31262026-08-29T21:10:49.981Z[ host-package] Compiling tagptr v0.2.0
31272026-08-29T21:10:50.127Z[ host-package] Compiling tungstenite v0.21.0
31282026-08-29T21:10:50.359Z[ host-package] Compiling moka v0.12.13
31292026-08-29T21:10:50.662Z[ host-package] Compiling progenitor v0.14.0
31302026-08-29T21:10:50.712Z[ host-package] Compiling darling_core v0.21.3
31312026-08-29T21:10:50.880Z[ host-package] Compiling display-error-chain v0.2.2
31322026-08-29T21:10:51.023Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31332026-08-29T21:10:51.212Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-08-29T21:10:51.286Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31352026-08-29T21:10:51.313Z[ host-package] Compiling tokio-tungstenite v0.21.0
31362026-08-29T21:10:51.778Z[ host-package] Compiling hickory-resolver v0.25.2
31372026-08-29T21:10:51.806Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-29T21:10:51.860Z[ helios-setup] Aug 29 21:10:51.237 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31392026-08-29T21:10:52.595Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31402026-08-29T21:10:53.119Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31412026-08-29T21:10:53.148Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31422026-08-29T21:10:53.469Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31432026-08-29T21:10:55.575Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31442026-08-29T21:10:56.098Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31452026-08-29T21:10:57.002Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31462026-08-29T21:10:57.085Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31472026-08-29T21:10:57.177Z[ host-package] Compiling darling_macro v0.21.3
31482026-08-29T21:10:57.780Z[ host-package] Compiling vergen-lib v0.1.6
31492026-08-29T21:10:57.817Z[ host-package] Compiling darling v0.21.3
31502026-08-29T21:10:57.966Z[ host-package] Compiling diesel_derives v2.3.7
31512026-08-29T21:10:58.217Z[ host-package] Compiling dsl_auto_type v0.2.0
31522026-08-29T21:10:58.519Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31532026-08-29T21:10:58.829Z[ host-package] Compiling vergen-gitcl v1.0.8
31542026-08-29T21:10:58.939Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31552026-08-29T21:10:59.196Z[ host-package] Compiling dirs-sys-next v0.1.2
31562026-08-29T21:10:59.256Z[ host-package] Compiling maplit v1.0.2
31572026-08-29T21:10:59.504Z[ host-package] Compiling glob v0.3.3
31582026-08-29T21:10:59.603Z[ host-package] Compiling crunchy v0.2.4
31592026-08-29T21:10:59.811Z[ host-package] Compiling dirs-next v2.0.0
31602026-08-29T21:11:00.085Z[ host-package] Compiling clang-sys v1.8.1
31612026-08-29T21:11:00.308Z[ host-package] Compiling r2d2 v0.8.10
31622026-08-29T21:11:00.499Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31632026-08-29T21:11:00.603Z[ host-package] Compiling libscf-sys v1.2.0
31642026-08-29T21:11:00.673Z[ host-package] Compiling tiny-keccak v2.0.2
31652026-08-29T21:11:00.785Z[ host-package] Compiling downcast-rs v2.0.2
31662026-08-29T21:11:00.809Z[ host-package] Compiling xshell-macros v0.2.7
31672026-08-29T21:11:01.241Z[ host-package] Compiling xshell v0.2.7
31682026-08-29T21:11:01.267Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31692026-08-29T21:11:01.515Z[ host-package] Compiling term v0.7.0
31702026-08-29T21:11:02.187Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31712026-08-29T21:11:02.528Z[ host-package] Compiling papergrid v0.18.0
31722026-08-29T21:11:02.728Z[ host-package] Compiling bit-vec v0.6.3
31732026-08-29T21:11:02.764Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31742026-08-29T21:11:02.985Z[ host-package] Compiling bit-set v0.5.3
31752026-08-29T21:11:03.189Z[ host-package] Compiling ascii-canvas v3.0.0
31762026-08-29T21:11:03.290Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31772026-08-29T21:11:03.525Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31782026-08-29T21:11:03.669Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31792026-08-29T21:11:03.717Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31802026-08-29T21:11:03.874Z[ host-package] Compiling tabled v0.21.0
31812026-08-29T21:11:04.005Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31822026-08-29T21:11:04.335Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31832026-08-29T21:11:04.380Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31842026-08-29T21:11:04.447Z[ host-package] Compiling itertools v0.10.5
31852026-08-29T21:11:04.515Z[ host-package] Compiling ena v0.14.4
31862026-08-29T21:11:04.752Z[ helios-setup] Aug 29 21:11:04.129 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.22s
31872026-08-29T21:11:04.781Z[ host-package] Compiling diesel v2.3.7
31882026-08-29T21:11:04.789Z[ helios-setup] Aug 29 21:11:04.165 INFO building project "amd-host-image-builder" ok (40 seconds)
31892026-08-29T21:11:04.789Z[ helios-setup] Aug 29 21:11:04.165 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
31902026-08-29T21:11:04.816Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31912026-08-29T21:11:04.851Z[ host-package] Compiling libloading v0.8.9
31922026-08-29T21:11:05.048Z[ host-package] Compiling diff v0.1.13
31932026-08-29T21:11:05.077Z[ host-package] Compiling unicase v2.9.0
31942026-08-29T21:11:05.100Z[ host-package] Compiling bindgen v0.71.1
31952026-08-29T21:11:05.322Z[ host-package] Compiling regex-syntax v0.6.29
31962026-08-29T21:11:05.526Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31972026-08-29T21:11:05.766Z[ host-package] Compiling cexpr v0.6.0
31982026-08-29T21:11:05.863Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992026-08-29T21:11:05.885Z[ host-package] Compiling rustc-hash v2.1.1
32002026-08-29T21:11:06.102Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32012026-08-29T21:11:06.207Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32022026-08-29T21:11:06.393Z[ host-package] Compiling headers-core v0.3.0
32032026-08-29T21:11:06.456Z[ host-package] Compiling libxml v0.3.3
32042026-08-29T21:11:06.515Z[ host-package] Compiling crc8 v0.1.1
32052026-08-29T21:11:06.612Z[ host-package] Compiling headers v0.4.1
32062026-08-29T21:11:06.729Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32072026-08-29T21:11:06.775Z[ host-package] Compiling lalrpop v0.19.12
32082026-08-29T21:11:06.979Z[ host-package] Compiling strum_macros v0.24.3
32092026-08-29T21:11:07.451Z[ host-package] Compiling indoc v1.0.9
32102026-08-29T21:11:08.250Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32112026-08-29T21:11:08.346Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32122026-08-29T21:11:08.488Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
32132026-08-29T21:11:08.514Z[ host-package] Compiling derive_builder v0.20.2
32142026-08-29T21:11:08.538Z[ host-package] Compiling quick-xml v0.37.5
32152026-08-29T21:11:08.690Z[ host-package] Compiling oso-derive v0.27.3
32162026-08-29T21:11:08.904Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32172026-08-29T21:11:09.311Z[ host-package] Compiling openssl-probe v0.1.6
32182026-08-29T21:11:09.646Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32192026-08-29T21:11:09.778Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32202026-08-29T21:11:09.991Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32212026-08-29T21:11:10.167Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32222026-08-29T21:11:10.371Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32232026-08-29T21:11:10.417Z[ host-package] Compiling bb8 v0.8.6
32242026-08-29T21:11:10.629Z[ host-package] Compiling trait-variant v0.1.2
32252026-08-29T21:11:10.704Z[ host-package] Compiling half v1.8.3
32262026-08-29T21:11:11.002Z[ host-package] Compiling serde_cbor v0.11.2
32272026-08-29T21:11:11.259Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32282026-08-29T21:11:11.341Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32292026-08-29T21:11:11.365Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
32302026-08-29T21:11:11.580Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32312026-08-29T21:11:11.735Z[ host-package] Compiling nonempty v0.12.0
32322026-08-29T21:11:12.007Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32332026-08-29T21:11:12.031Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32342026-08-29T21:11:12.321Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32352026-08-29T21:11:12.510Z[ host-package] Compiling samael v0.0.19
32362026-08-29T21:11:12.643Z[ host-package] Compiling fxhash v0.2.1
32372026-08-29T21:11:12.957Z[ host-package] Compiling libz-sys v1.1.24
32382026-08-29T21:11:13.300Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32392026-08-29T21:11:13.642Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32402026-08-29T21:11:14.153Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32412026-08-29T21:11:14.178Z[ host-package] Compiling kstat-rs v0.2.5
32422026-08-29T21:11:14.812Z[ host-package] Compiling seq-macro v0.3.6
32432026-08-29T21:11:14.969Z[ host-package] Compiling dashu-int v0.5.1
32442026-08-29T21:11:15.151Z[ host-package] Compiling mime_guess v2.0.5
32452026-08-29T21:11:15.213Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32462026-08-29T21:11:15.239Z[ host-package] Compiling polar-core v0.27.3
32472026-08-29T21:11:15.385Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32482026-08-29T21:11:15.747Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32492026-08-29T21:11:16.438Z[ host-package] Compiling ssh-encoding v0.2.0
32502026-08-29T21:11:16.539Z[ host-package] Compiling nanorand v0.7.0
32512026-08-29T21:11:16.730Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32522026-08-29T21:11:17.108Z[ host-package] Compiling rlimit v0.10.2
32532026-08-29T21:11:17.202Z[ host-package] Compiling num-modular v0.6.5
32542026-08-29T21:11:17.306Z[ host-package] Compiling dashu-base v0.5.1
32552026-08-29T21:11:17.412Z[ host-package] Compiling parking_lot_core v0.8.6
32562026-08-29T21:11:17.838Z[ host-package] Compiling flume v0.11.1
32572026-08-29T21:11:17.860Z[ host-package] Compiling ssh-cipher v0.2.0
32582026-08-29T21:11:18.165Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32592026-08-29T21:11:18.455Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32602026-08-29T21:11:18.658Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32612026-08-29T21:11:18.890Z[ host-package] Compiling tungstenite v0.28.0
32622026-08-29T21:11:19.875Z[ host-package] Compiling p256 v0.13.2
32632026-08-29T21:11:19.964Z[ host-package] Compiling git-stub v1.0.0
32642026-08-29T21:11:20.279Z[ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
32652026-08-29T21:11:20.788Z[ host-package] Compiling http-range v0.1.5
32662026-08-29T21:11:20.924Z[ host-package] Compiling num-primitive v0.2.1
32672026-08-29T21:11:21.179Z[ host-package] Compiling strsim v0.10.0
32682026-08-29T21:11:21.455Z[ host-package] Compiling instability v0.3.11
32692026-08-29T21:11:21.556Z[ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
32702026-08-29T21:11:21.693Z[ host-package] Compiling dsi-bitstream v0.10.1
32712026-08-29T21:11:21.778Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32722026-08-29T21:11:22.080Z[ host-package] Compiling darling_core v0.13.4
32732026-08-29T21:11:24.019Z[ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
32742026-08-29T21:11:24.959Z[ host-package] Compiling async-bb8-diesel v0.2.1
32752026-08-29T21:11:25.118Z[ host-package] Compiling diesel-dtrace v0.5.0
32762026-08-29T21:11:25.282Z[ host-package] Compiling oso v0.27.3
32772026-08-29T21:11:25.519Z[ host-package] Compiling ssh-key v0.6.7
32782026-08-29T21:11:25.549Z[ host-package] Compiling git-stub-vcs v0.1.0
32792026-08-29T21:11:26.048Z[ host-package] Compiling tokio-tungstenite v0.28.0
32802026-08-29T21:11:27.065Z[ helios-setup] Aug 29 21:11:26.441 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')"
32812026-08-29T21:11:27.065Z[ helios-setup] Aug 29 21:11:26.441 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32822026-08-29T21:11:27.074Z[ helios-setup] Aug 29 21:11:26.451 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
32832026-08-29T21:11:27.074Z[ helios-setup] Aug 29 21:11:26.451 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32842026-08-29T21:11:27.078Z[ helios-setup] Aug 29 21:11:26.451 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32852026-08-29T21:11:27.187Z[ helios-setup] Aug 29 21:11:26.563 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32862026-08-29T21:11:27.287Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32872026-08-29T21:11:27.355Z[ host-package] Compiling progenitor-impl v0.13.0
32882026-08-29T21:11:27.549Z[ host-package] Compiling ignore v0.4.25
32892026-08-29T21:11:27.552Z[ helios-setup] Aug 29 21:11:26.927 INFO E| From https://github.com/jclulow/hiercmd
32902026-08-29T21:11:27.552Z[ helios-setup] Aug 29 21:11:26.927 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32912026-08-29T21:11:27.564Z[ helios-setup] Aug 29 21:11:26.940 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32922026-08-29T21:11:27.882Z[ helios-setup] Aug 29 21:11:27.258 INFO E| From https://github.com/oxidecomputer/network-interface
32932026-08-29T21:11:27.882Z[ helios-setup] Aug 29 21:11:27.258 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32942026-08-29T21:11:27.895Z[ helios-setup] Aug 29 21:11:27.272 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32952026-08-29T21:11:27.970Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32962026-08-29T21:11:28.232Z[ helios-setup] Aug 29 21:11:27.609 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32972026-08-29T21:11:28.232Z[ helios-setup] Aug 29 21:11:27.609 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32982026-08-29T21:11:28.251Z[ helios-setup] Aug 29 21:11:27.627 INFO E| Updating crates.io index
32992026-08-29T21:11:28.584Z[ helios-setup] Aug 29 21:11:27.960 INFO E| Downloading crates ...
33002026-08-29T21:11:28.641Z[ helios-setup] Aug 29 21:11:28.018 INFO E| Downloaded bitfield-macros v0.19.3
33012026-08-29T21:11:28.650Z[ helios-setup] Aug 29 21:11:28.026 INFO E| Downloaded pin-project-lite v0.2.16
33022026-08-29T21:11:28.654Z[ helios-setup] Aug 29 21:11:28.030 INFO E| Downloaded iddqd v0.3.14
33032026-08-29T21:11:28.659Z[ helios-setup] Aug 29 21:11:28.035 INFO E| Downloaded term v1.2.0
33042026-08-29T21:11:28.671Z[ helios-setup] Aug 29 21:11:28.047 INFO E| Downloaded winnow v0.7.13
33052026-08-29T21:11:28.700Z[ helios-setup] Aug 29 21:11:28.076 INFO E| Downloaded futures-sink v0.3.31
33062026-08-29T21:11:28.706Z[ helios-setup] Aug 29 21:11:28.083 INFO E| Downloaded iana-time-zone v0.1.64
33072026-08-29T21:11:28.714Z[ helios-setup] Aug 29 21:11:28.091 INFO E| Downloaded crc v3.3.0
33082026-08-29T21:11:28.718Z[ helios-setup] Aug 29 21:11:28.095 INFO E| Downloaded anyhow v1.0.100
33092026-08-29T21:11:28.721Z[ helios-setup] Aug 29 21:11:28.097 INFO E| Downloaded devinfo v0.1.0
33102026-08-29T21:11:28.726Z[ helios-setup] Aug 29 21:11:28.102 INFO E| Downloaded base64ct v1.8.0
33112026-08-29T21:11:28.729Z[ helios-setup] Aug 29 21:11:28.104 INFO E| Downloaded quote v1.0.41
33122026-08-29T21:11:28.729Z[ helios-setup] Aug 29 21:11:28.105 INFO E| Downloaded futures-executor v0.3.31
33132026-08-29T21:11:28.745Z[ helios-setup] Aug 29 21:11:28.106 INFO E| Downloaded find-msvc-tools v0.1.4
33142026-08-29T21:11:28.745Z[ helios-setup] Aug 29 21:11:28.107 INFO E| Downloaded clap v4.5.51
33152026-08-29T21:11:28.746Z[ helios-setup] Aug 29 21:11:28.113 INFO E| Downloaded time-core v0.1.6
33162026-08-29T21:11:28.746Z[ helios-setup] Aug 29 21:11:28.113 INFO E| Downloaded zeroize_derive v1.4.2
33172026-08-29T21:11:28.746Z[ helios-setup] Aug 29 21:11:28.114 INFO E| Downloaded anstyle-query v1.1.4
33182026-08-29T21:11:28.746Z[ helios-setup] Aug 29 21:11:28.116 INFO E| Downloaded futures-io v0.3.31
33192026-08-29T21:11:28.749Z[ helios-setup] Aug 29 21:11:28.123 INFO E| Downloaded simd-adler32 v0.3.7
33202026-08-29T21:11:28.749Z[ helios-setup] Aug 29 21:11:28.124 INFO E| Downloaded serde_spanned v1.0.3
33212026-08-29T21:11:28.754Z[ helios-setup] Aug 29 21:11:28.131 INFO E| Downloaded typenum v1.19.0
33222026-08-29T21:11:28.757Z[ helios-setup] Aug 29 21:11:28.133 INFO E| Downloaded generic-array v0.14.9
33232026-08-29T21:11:28.761Z[ helios-setup] Aug 29 21:11:28.134 INFO E| Downloaded futures-channel v0.3.31
33242026-08-29T21:11:28.764Z[ helios-setup] Aug 29 21:11:28.136 INFO E| Downloaded getrandom v0.2.16
33252026-08-29T21:11:28.764Z[ helios-setup] Aug 29 21:11:28.140 INFO E| Downloaded clap_lex v0.7.6
33262026-08-29T21:11:28.770Z[ helios-setup] Aug 29 21:11:28.147 INFO E| Downloaded futures-core v0.3.31
33272026-08-29T21:11:28.773Z[ helios-setup] Aug 29 21:11:28.149 INFO E| Downloaded futures-task v0.3.31
33282026-08-29T21:11:28.773Z[ helios-setup] Aug 29 21:11:28.150 INFO E| Downloaded pin-utils v0.1.0
33292026-08-29T21:11:28.776Z[ helios-setup] Aug 29 21:11:28.151 INFO E| Downloaded libdevinfo-sys v1.1.0
33302026-08-29T21:11:28.776Z[ helios-setup] Aug 29 21:11:28.151 INFO E| Downloaded futures-macro v0.3.31
33312026-08-29T21:11:28.795Z[ helios-setup] Aug 29 21:11:28.171 INFO E| Downloaded bitfield v0.19.3
33322026-08-29T21:11:28.797Z[ helios-setup] Aug 29 21:11:28.172 INFO E| Downloaded env_filter v0.1.4
33332026-08-29T21:11:28.798Z[ helios-setup] Aug 29 21:11:28.173 INFO E| Downloaded num_enum v0.7.5
33342026-08-29T21:11:28.801Z[ helios-setup] Aug 29 21:11:28.177 INFO E| Downloaded deranged v0.5.5
33352026-08-29T21:11:28.803Z[ helios-setup] Aug 29 21:11:28.178 INFO E| Downloaded zeroize v1.8.2
33362026-08-29T21:11:28.803Z[ helios-setup] Aug 29 21:11:28.179 INFO E| Downloaded signal-hook-registry v1.4.6
33372026-08-29T21:11:28.803Z[ helios-setup] Aug 29 21:11:28.180 INFO E| Downloaded time-macros v0.2.24
33382026-08-29T21:11:28.806Z[ helios-setup] Aug 29 21:11:28.183 INFO E| Downloaded socket2 v0.6.1
33392026-08-29T21:11:28.811Z[ helios-setup] Aug 29 21:11:28.187 INFO E| Downloaded tokio-macros v2.6.0
33402026-08-29T21:11:28.815Z[ helios-setup] Aug 29 21:11:28.192 INFO E| Downloaded toml_datetime v0.7.3
33412026-08-29T21:11:28.818Z[ helios-setup] Aug 29 21:11:28.193 INFO E| Downloaded toml_writer v1.0.4
33422026-08-29T21:11:28.821Z[ helios-setup] Aug 29 21:11:28.198 INFO E| Downloaded anstyle v1.0.13
33432026-08-29T21:11:28.824Z[ helios-setup] Aug 29 21:11:28.199 INFO E| Downloaded num_enum_derive v0.7.5
33442026-08-29T21:11:28.825Z[ helios-setup] Aug 29 21:11:28.200 INFO E| Downloaded thiserror v2.0.17
33452026-08-29T21:11:28.827Z[ helios-setup] Aug 29 21:11:28.203 INFO E| Downloaded clap_derive v4.5.49
33462026-08-29T21:11:28.830Z[ helios-setup] Aug 29 21:11:28.205 INFO E| Downloaded getopts v0.2.24
33472026-08-29T21:11:28.830Z[ helios-setup] Aug 29 21:11:28.206 INFO E| Downloaded slab v0.4.11
33482026-08-29T21:11:28.842Z[ helios-setup] Aug 29 21:11:28.218 INFO E| Downloaded thiserror-impl v2.0.17
33492026-08-29T21:11:28.845Z[ helios-setup] Aug 29 21:11:28.219 INFO E| Downloaded unicode-ident v1.0.22
33502026-08-29T21:11:28.848Z[ helios-setup] Aug 29 21:11:28.224 INFO E| Downloaded env_logger v0.11.8
33512026-08-29T21:11:28.851Z[ helios-setup] Aug 29 21:11:28.227 INFO E| Downloaded futures v0.3.31
33522026-08-29T21:11:28.857Z[ helios-setup] Aug 29 21:11:28.233 INFO E| Downloaded proc-macro2 v1.0.103
33532026-08-29T21:11:28.867Z[ helios-setup] Aug 29 21:11:28.244 INFO E| Downloaded log v0.4.28
33542026-08-29T21:11:28.870Z[ helios-setup] Aug 29 21:11:28.246 INFO E| Downloaded toml_parser v1.0.4
33552026-08-29T21:11:28.880Z[ helios-setup] Aug 29 21:11:28.257 INFO E| Downloaded uuid v1.18.1
33562026-08-29T21:11:28.883Z[ helios-setup] Aug 29 21:11:28.260 INFO E| Downloaded bitflags v2.10.0
33572026-08-29T21:11:28.886Z[ helios-setup] Aug 29 21:11:28.262 INFO E| Downloaded flate2 v1.1.5
33582026-08-29T21:11:28.889Z[ helios-setup] Aug 29 21:11:28.266 INFO E| Downloaded toml v0.9.8
33592026-08-29T21:11:28.900Z[ helios-setup] Aug 29 21:11:28.277 INFO E| Downloaded toml_edit v0.23.7
33602026-08-29T21:11:28.903Z[ helios-setup] Aug 29 21:11:28.279 INFO E| Downloaded rand v0.8.5
33612026-08-29T21:11:28.911Z[ helios-setup] Aug 29 21:11:28.287 INFO E| Downloaded indexmap v2.12.0
33622026-08-29T21:11:28.914Z[ helios-setup] Aug 29 21:11:28.290 INFO E| Downloaded bytes v1.10.1
33632026-08-29T21:11:28.925Z[ helios-setup] Aug 29 21:11:28.301 INFO E| Downloaded mio v1.1.0
33642026-08-29T21:11:28.929Z[ helios-setup] Aug 29 21:11:28.305 INFO E| Downloaded zerocopy-derive v0.8.27
33652026-08-29T21:11:28.934Z[ helios-setup] Aug 29 21:11:28.310 INFO E| Downloaded cc v1.2.44
33662026-08-29T21:11:28.937Z[ helios-setup] Aug 29 21:11:28.312 INFO E| Downloaded memchr v2.7.6
33672026-08-29T21:11:28.939Z[ helios-setup] Aug 29 21:11:28.315 INFO E| Downloaded rsa v0.9.8
33682026-08-29T21:11:28.962Z[ helios-setup] Aug 29 21:11:28.339 INFO E| Downloaded num-bigint-dig v0.8.4
33692026-08-29T21:11:28.965Z[ helios-setup] Aug 29 21:11:28.342 INFO E| Downloaded hashbrown v0.16.0
33702026-08-29T21:11:28.968Z[ helios-setup] Aug 29 21:11:28.345 INFO E| Downloaded futures-util v0.3.31
33712026-08-29T21:11:28.975Z[ helios-setup] Aug 29 21:11:28.351 INFO E| Downloaded time v0.3.44
33722026-08-29T21:11:28.993Z[ helios-setup] Aug 29 21:11:28.370 INFO E| Downloaded serde_json v1.0.145
33732026-08-29T21:11:28.997Z[ helios-setup] Aug 29 21:11:28.374 INFO E| Downloaded libc v0.2.177
33742026-08-29T21:11:29.012Z[ helios-setup] Aug 29 21:11:28.388 INFO E| Downloaded clap_builder v4.5.51
33752026-08-29T21:11:29.016Z[ helios-setup] Aug 29 21:11:28.392 INFO E| Downloaded libm v0.2.15
33762026-08-29T21:11:29.022Z[ helios-setup] Aug 29 21:11:28.399 INFO E| Downloaded zerocopy v0.8.27
33772026-08-29T21:11:29.035Z[ helios-setup] Aug 29 21:11:28.412 INFO E| Downloaded chrono v0.4.42
33782026-08-29T21:11:29.039Z[ helios-setup] Aug 29 21:11:28.416 INFO E| Downloaded unicode-width v0.2.2
33792026-08-29T21:11:29.042Z[ helios-setup] Aug 29 21:11:28.419 INFO E| Downloaded syn v2.0.108
33802026-08-29T21:11:29.051Z[ helios-setup] Aug 29 21:11:28.427 INFO E| Downloaded rustix v1.1.2
33812026-08-29T21:11:29.071Z[ helios-setup] Aug 29 21:11:28.447 INFO E| Downloaded tokio v1.48.0
33822026-08-29T21:11:29.171Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling proc-macro2 v1.0.103
33832026-08-29T21:11:29.171Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling unicode-ident v1.0.22
33842026-08-29T21:11:29.171Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling quote v1.0.41
33852026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling libc v0.2.177
33862026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling serde_core v1.0.228
33872026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling cfg-if v1.0.4
33882026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling serde v1.0.228
33892026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling version_check v0.9.5
33902026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling autocfg v1.5.0
33912026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling const-oid v0.9.6
33922026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling typenum v1.19.0
33932026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling libm v0.2.15
33942026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling zerocopy v0.8.27
33952026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling rustversion v1.0.22
33962026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.548 INFO E| Compiling smallvec v1.15.1
33972026-08-29T21:11:29.175Z[ helios-setup] Aug 29 21:11:28.548 INFO E| Compiling base64ct v1.8.0
33982026-08-29T21:11:29.680Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33992026-08-29T21:11:29.689Z[ helios-setup] Aug 29 21:11:29.065 INFO E| Compiling zeroize v1.8.2
34002026-08-29T21:11:29.818Z[ helios-setup] Aug 29 21:11:29.195 INFO E| Compiling utf8parse v0.2.2
34012026-08-29T21:11:29.838Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34022026-08-29T21:11:29.853Z[ helios-setup] Aug 29 21:11:29.229 INFO E| Compiling memchr v2.7.6
34032026-08-29T21:11:30.080Z[ helios-setup] Aug 29 21:11:29.456 INFO E| Compiling num-traits v0.2.19
34042026-08-29T21:11:30.101Z[ helios-setup] Aug 29 21:11:29.477 INFO E| Compiling hashbrown v0.16.0
34052026-08-29T21:11:30.153Z[ helios-setup] Aug 29 21:11:29.529 INFO E| Compiling byteorder v1.5.0
34062026-08-29T21:11:30.282Z[ helios-setup] Aug 29 21:11:29.658 INFO E| Compiling generic-array v0.14.9
34072026-08-29T21:11:30.418Z[ helios-setup] Aug 29 21:11:29.795 INFO E| Compiling pem-rfc7468 v0.7.0
34082026-08-29T21:11:30.554Z[ helios-setup] Aug 29 21:11:29.930 INFO E| Compiling rustix v1.1.2
34092026-08-29T21:11:30.735Z[ helios-setup] Aug 29 21:11:30.110 INFO E| Compiling winnow v0.7.13
34102026-08-29T21:11:30.739Z[ helios-setup] Aug 29 21:11:30.116 INFO E| Compiling crc32fast v1.5.0
34112026-08-29T21:11:30.780Z[ helios-setup] Aug 29 21:11:30.156 INFO E| Compiling flagset v0.4.7
34122026-08-29T21:11:30.974Z[ helios-setup] Aug 29 21:11:30.351 INFO E| Compiling getrandom v0.2.16
34132026-08-29T21:11:31.056Z[ helios-setup] Aug 29 21:11:30.432 INFO E| Compiling anyhow v1.0.100
34142026-08-29T21:11:31.079Z[ helios-setup] Aug 29 21:11:30.455 INFO E| Compiling equivalent v1.0.2
34152026-08-29T21:11:31.185Z[ helios-setup] Aug 29 21:11:30.561 INFO E| Compiling rand_core v0.6.4
34162026-08-29T21:11:31.322Z[ helios-setup] Aug 29 21:11:30.698 INFO E| Compiling indexmap v2.12.0
34172026-08-29T21:11:31.329Z[ helios-setup] Aug 29 21:11:30.706 INFO E| Compiling errno v0.3.14
34182026-08-29T21:11:31.381Z[ helios-setup] Aug 29 21:11:30.757 INFO E| Compiling anstyle-parse v0.2.7
34192026-08-29T21:11:31.516Z[ helios-setup] Aug 29 21:11:30.892 INFO E| Compiling is_terminal_polyfill v1.70.2
34202026-08-29T21:11:31.650Z[ helios-setup] Aug 29 21:11:31.026 INFO E| Compiling toml_datetime v0.7.3
34212026-08-29T21:11:31.701Z[ helios-setup] Aug 29 21:11:31.078 INFO E| Compiling allocator-api2 v0.2.21
34222026-08-29T21:11:31.712Z[ helios-setup] Aug 29 21:11:31.088 INFO E| Compiling anstyle v1.0.13
34232026-08-29T21:11:31.769Z[ helios-setup] Aug 29 21:11:31.145 INFO E| Compiling find-msvc-tools v0.1.4
34242026-08-29T21:11:31.784Z[ helios-setup] Aug 29 21:11:31.160 INFO E| Compiling radium v0.7.0
34252026-08-29T21:11:31.823Z[ helios-setup] Aug 29 21:11:31.199 INFO E| Compiling anstyle-query v1.1.4
34262026-08-29T21:11:32.012Z[ helios-setup] Aug 29 21:11:31.388 INFO E| Compiling cpufeatures v0.2.17
34272026-08-29T21:11:32.027Z[ helios-setup] Aug 29 21:11:31.403 INFO E| Compiling syn v1.0.109
34282026-08-29T21:11:32.049Z[ helios-setup] Aug 29 21:11:31.425 INFO E| Compiling shlex v1.3.0
34292026-08-29T21:11:32.108Z[ helios-setup] Aug 29 21:11:31.484 INFO E| Compiling colorchoice v1.0.4
34302026-08-29T21:11:32.127Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34312026-08-29T21:11:32.205Z[ helios-setup] Aug 29 21:11:31.582 INFO E| Compiling anstream v0.6.21
34322026-08-29T21:11:32.269Z[ helios-setup] Aug 29 21:11:31.645 INFO E| Compiling syn v2.0.108
34332026-08-29T21:11:32.444Z[ helios-setup] Aug 29 21:11:31.820 INFO E| Compiling crypto-common v0.1.6
34342026-08-29T21:11:32.487Z[ helios-setup] Aug 29 21:11:31.864 INFO E| Compiling block-buffer v0.10.4
34352026-08-29T21:11:32.528Z[ helios-setup] Aug 29 21:11:31.905 INFO E| Compiling slog v2.8.2
34362026-08-29T21:11:32.568Z[ helios-setup] Aug 29 21:11:31.945 INFO E| Compiling cc v1.2.44
34372026-08-29T21:11:32.708Z[ helios-setup] Aug 29 21:11:32.085 INFO E| Compiling digest v0.10.7
34382026-08-29T21:11:32.708Z[ helios-setup] Aug 29 21:11:32.085 INFO E| Compiling futures-core v0.3.31
34392026-08-29T21:11:32.789Z[ helios-setup] Aug 29 21:11:32.165 INFO E| Compiling maybe-uninit v2.0.0
34402026-08-29T21:11:32.852Z[ helios-setup] Aug 29 21:11:32.229 INFO E| Compiling futures-sink v0.3.31
34412026-08-29T21:11:32.907Z[ helios-setup] Aug 29 21:11:32.284 INFO E| Compiling pin-project-lite v0.2.16
34422026-08-29T21:11:32.938Z[ helios-setup] Aug 29 21:11:32.315 INFO E| Compiling parking_lot_core v0.9.12
34432026-08-29T21:11:32.969Z[ helios-setup] Aug 29 21:11:32.345 INFO E| Compiling pkg-config v0.3.32
34442026-08-29T21:11:32.974Z[ helios-setup] Aug 29 21:11:32.351 INFO E| Compiling unicode-width v0.2.2
34452026-08-29T21:11:32.982Z[ helios-setup] Aug 29 21:11:32.359 INFO E| Compiling tap v1.0.1
34462026-08-29T21:11:33.193Z[ helios-setup] Aug 29 21:11:32.569 INFO E| Compiling sha2 v0.10.9
34472026-08-29T21:11:33.297Z[ helios-setup] Aug 29 21:11:32.673 INFO E| Compiling wyz v0.5.1
34482026-08-29T21:11:33.482Z[ helios-setup] Aug 29 21:11:32.858 INFO E| Compiling futures-channel v0.3.31
34492026-08-29T21:11:33.565Z[ host-package] Compiling anstyle-parse v0.2.7
34502026-08-29T21:11:33.708Z[ helios-setup] Aug 29 21:11:33.084 INFO E| Compiling bitflags v2.10.0
34512026-08-29T21:11:33.882Z[ helios-setup] Aug 29 21:11:33.258 INFO E| Compiling toml_parser v1.0.4
34522026-08-29T21:11:33.900Z[ helios-setup] Aug 29 21:11:33.276 INFO E| Compiling getopts v0.2.24
34532026-08-29T21:11:33.959Z[ helios-setup] Aug 29 21:11:33.334 INFO E| Compiling ahash v0.8.12
34542026-08-29T21:11:33.990Z[ helios-setup] Aug 29 21:11:33.366 INFO E| Compiling strsim v0.11.1
34552026-08-29T21:11:34.037Z[ helios-setup] Aug 29 21:11:33.412 INFO E| Compiling num-conv v0.1.0
34562026-08-29T21:11:34.079Z[ host-package] Compiling castaway v0.2.4
34572026-08-29T21:11:34.320Z[ helios-setup] Aug 29 21:11:33.696 INFO E| Compiling heck v0.5.0
34582026-08-29T21:11:34.324Z[ host-package] Compiling vergen-git2 v9.1.0
34592026-08-29T21:11:34.369Z[ helios-setup] Aug 29 21:11:33.746 INFO E| Compiling spin v0.9.8
34602026-08-29T21:11:34.398Z[ helios-setup] Aug 29 21:11:33.773 INFO E| Compiling bytes v1.10.1
34612026-08-29T21:11:34.598Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34622026-08-29T21:11:34.656Z[ helios-setup] Aug 29 21:11:34.032 INFO E| Compiling num-integer v0.1.46
34632026-08-29T21:11:34.671Z[ helios-setup] Aug 29 21:11:34.047 INFO E| Compiling powerfmt v0.2.0
34642026-08-29T21:11:34.706Z[ helios-setup] Aug 29 21:11:34.081 INFO E| Compiling futures-task v0.3.31
34652026-08-29T21:11:34.720Z[ helios-setup] Aug 29 21:11:34.096 INFO E| Compiling scopeguard v1.2.0
34662026-08-29T21:11:34.743Z[ helios-setup] Aug 29 21:11:34.119 INFO E| Compiling toml_edit v0.23.7
34672026-08-29T21:11:34.836Z[ host-package] Compiling http-range-header v0.4.2
34682026-08-29T21:11:34.858Z[ helios-setup] Aug 29 21:11:34.234 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34692026-08-29T21:11:34.858Z[ helios-setup] Aug 29 21:11:34.234 INFO E| Compiling clap_lex v0.7.6
34702026-08-29T21:11:34.878Z[ helios-setup] Aug 29 21:11:34.254 INFO E| Compiling funty v2.0.0
34712026-08-29T21:11:34.921Z[ host-package] Compiling bytesize v2.7.0
34722026-08-29T21:11:34.946Z[ helios-setup] Aug 29 21:11:34.322 INFO E| Compiling packed_struct v0.10.1
34732026-08-29T21:11:35.026Z[ host-package] Compiling indoc v2.0.7
34742026-08-29T21:11:35.033Z[ helios-setup] Aug 29 21:11:34.409 INFO E| Compiling futures-io v0.3.31
34752026-08-29T21:11:35.128Z[ helios-setup] Aug 29 21:11:34.504 INFO E| Compiling thiserror v1.0.69
34762026-08-29T21:11:35.157Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34772026-08-29T21:11:35.206Z[ helios-setup] Aug 29 21:11:34.578 INFO E| Compiling time-core v0.1.6
34782026-08-29T21:11:35.377Z[ helios-setup] Aug 29 21:11:34.753 INFO E| Compiling itoa v1.0.15
34792026-08-29T21:11:35.384Z[ helios-setup] Aug 29 21:11:34.760 INFO E| Compiling getrandom v0.3.4
34802026-08-29T21:11:35.589Z[ helios-setup] Aug 29 21:11:34.964 INFO E| Compiling terminal_size v0.4.3
34812026-08-29T21:11:35.594Z[ helios-setup] Aug 29 21:11:34.965 INFO E| Compiling num-bigint-dig v0.8.4
34822026-08-29T21:11:35.651Z[ helios-setup] Aug 29 21:11:35.027 INFO E| Compiling pin-utils v0.1.0
34832026-08-29T21:11:35.718Z[ helios-setup] Aug 29 21:11:35.094 INFO E| Compiling slab v0.4.11
34842026-08-29T21:11:35.777Z[ helios-setup] Aug 29 21:11:35.153 INFO E| Compiling proc-macro-crate v3.4.0
34852026-08-29T21:11:35.848Z[ helios-setup] Aug 29 21:11:35.224 INFO E| Compiling clap_builder v4.5.51
34862026-08-29T21:11:35.910Z[ helios-setup] Aug 29 21:11:35.286 INFO E| Compiling time-macros v0.2.24
34872026-08-29T21:11:36.013Z[ helios-setup] Aug 29 21:11:35.384 INFO E| Compiling bitvec v1.0.1
34882026-08-29T21:11:36.018Z[ helios-setup] Aug 29 21:11:35.391 INFO E| Compiling num-iter v0.1.45
34892026-08-29T21:11:36.032Z[ host-package] Compiling compact_str v0.8.1
34902026-08-29T21:11:36.120Z[ helios-setup] Aug 29 21:11:35.497 INFO E| Compiling deranged v0.5.5
34912026-08-29T21:11:36.123Z[ host-package] Compiling anstream v0.6.21
34922026-08-29T21:11:36.181Z[ helios-setup] Aug 29 21:11:35.557 INFO E| Compiling lock_api v0.4.14
34932026-08-29T21:11:36.258Z[ helios-setup] Aug 29 21:11:35.634 INFO E| Compiling lazy_static v1.5.0
34942026-08-29T21:11:36.371Z[ helios-setup] Aug 29 21:11:35.747 INFO E| Compiling indexmap v1.9.3
34952026-08-29T21:11:36.394Z[ helios-setup] Aug 29 21:11:35.770 INFO E| Compiling nodrop v0.1.14
34962026-08-29T21:11:36.439Z[ helios-setup] Aug 29 21:11:35.816 INFO E| Compiling log v0.4.28
34972026-08-29T21:11:36.536Z[ helios-setup] Aug 29 21:11:35.912 INFO E| Compiling iana-time-zone v0.1.64
34982026-08-29T21:11:36.744Z[ helios-setup] Aug 29 21:11:36.121 INFO E| Compiling thiserror v2.0.17
34992026-08-29T21:11:36.781Z[ helios-setup] Aug 29 21:11:36.157 INFO E| Compiling once_cell v1.21.3
35002026-08-29T21:11:36.898Z[ helios-setup] Aug 29 21:11:36.274 INFO E| Compiling simd-adler32 v0.3.7
35012026-08-29T21:11:36.923Z[ helios-setup] Aug 29 21:11:36.299 INFO E| Compiling crc-catalog v2.4.0
35022026-08-29T21:11:36.923Z[ helios-setup] Aug 29 21:11:36.299 INFO E| Compiling adler2 v2.0.1
35032026-08-29T21:11:37.042Z[ helios-setup] Aug 29 21:11:36.418 INFO E| Compiling serde_json v1.0.145
35042026-08-29T21:11:37.116Z[ helios-setup] Aug 29 21:11:36.492 INFO E| Compiling crc v3.3.0
35052026-08-29T21:11:37.213Z[ helios-setup] Aug 29 21:11:36.590 INFO E| Compiling miniz_oxide v0.8.9
35062026-08-29T21:11:37.347Z[ helios-setup] Aug 29 21:11:36.723 INFO E| Compiling parking_lot v0.12.5
35072026-08-29T21:11:37.415Z[ helios-setup] Aug 29 21:11:36.792 INFO E| Compiling chrono v0.4.42
35082026-08-29T21:11:37.424Z[ host-package] Compiling progenitor-macro v0.13.0
35092026-08-29T21:11:37.501Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35102026-08-29T21:11:37.511Z[ helios-setup] Aug 29 21:11:36.887 INFO E| Compiling env_filter v0.1.4
35112026-08-29T21:11:37.536Z[ host-package] Compiling globwalk v0.9.1
35122026-08-29T21:11:37.719Z[ helios-setup] Aug 29 21:11:37.095 INFO E| Compiling array-init v0.0.4
35132026-08-29T21:11:37.805Z[ helios-setup] Aug 29 21:11:37.181 INFO E| Compiling smallvec v0.6.14
35142026-08-29T21:11:38.151Z[ helios-setup] Aug 29 21:11:37.526 INFO E| Compiling packed_struct_codegen v0.10.1
35152026-08-29T21:11:38.171Z[ host-package] Compiling parking_lot v0.11.2
35162026-08-29T21:11:38.241Z[ helios-setup] Aug 29 21:11:37.617 INFO E| Compiling serde_spanned v1.0.3
35172026-08-29T21:11:38.417Z[ helios-setup] Aug 29 21:11:37.794 INFO E| Compiling time v0.3.44
35182026-08-29T21:11:38.611Z[ helios-setup] Aug 29 21:11:37.987 INFO E| Compiling signature v2.2.0
35192026-08-29T21:11:38.714Z[ helios-setup] Aug 29 21:11:38.090 INFO E| Compiling is-terminal v0.4.17
35202026-08-29T21:11:38.714Z[ helios-setup] Aug 29 21:11:38.091 INFO E| Compiling socket2 v0.6.1
35212026-08-29T21:11:38.885Z[ helios-setup] Aug 29 21:11:38.261 INFO E| Compiling signal-hook-registry v1.4.6
35222026-08-29T21:11:38.913Z[ helios-setup] Aug 29 21:11:38.289 INFO E| Compiling mio v1.1.0
35232026-08-29T21:11:38.928Z[ helios-setup] Aug 29 21:11:38.304 INFO E| Compiling thread_local v1.1.9
35242026-08-29T21:11:39.116Z[ host-package] Compiling hyper-staticfile v0.10.1
35252026-08-29T21:11:39.300Z[ helios-setup] Aug 29 21:11:38.676 INFO E| Compiling serde_derive v1.0.228
35262026-08-29T21:11:39.314Z[ helios-setup] Aug 29 21:11:38.690 INFO E| Compiling zerocopy-derive v0.8.27
35272026-08-29T21:11:39.487Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35282026-08-29T21:11:39.537Z[ helios-setup] Aug 29 21:11:38.912 INFO E| Compiling der_derive v0.7.3
35292026-08-29T21:11:39.555Z[ helios-setup] Aug 29 21:11:38.931 INFO E| Compiling futures-macro v0.3.31
35302026-08-29T21:11:39.861Z[ helios-setup] Aug 29 21:11:39.237 INFO E| Compiling thiserror-impl v1.0.69
35312026-08-29T21:11:40.091Z[ helios-setup] Aug 29 21:11:39.467 INFO E| Compiling num_enum_derive v0.7.5
35322026-08-29T21:11:40.175Z[ helios-setup] Aug 29 21:11:39.551 INFO E| Compiling clap_derive v4.5.49
35332026-08-29T21:11:40.203Z[ helios-setup] Aug 29 21:11:39.579 INFO E| Compiling bitfield-macros v0.19.3
35342026-08-29T21:11:40.304Z[ helios-setup] Aug 29 21:11:39.680 INFO E| Compiling zerocopy-derive v0.6.6
35352026-08-29T21:11:40.432Z[ helios-setup] Aug 29 21:11:39.808 INFO E| Compiling thiserror-impl v2.0.17
35362026-08-29T21:11:40.697Z[ helios-setup] Aug 29 21:11:40.073 INFO E| Compiling tokio-macros v2.6.0
35372026-08-29T21:11:40.704Z[ helios-setup] Aug 29 21:11:40.080 INFO E| Compiling winnow v0.5.40
35382026-08-29T21:11:40.832Z[ host-package] Compiling darling_macro v0.13.4
35392026-08-29T21:11:41.564Z[ helios-setup] Aug 29 21:11:40.940 INFO E| Compiling der v0.7.10
35402026-08-29T21:11:41.580Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35412026-08-29T21:11:41.756Z[ helios-setup] Aug 29 21:11:41.132 INFO E| Compiling futures-util v0.3.31
35422026-08-29T21:11:41.771Z[ helios-setup] Aug 29 21:11:41.147 INFO E| Compiling bitfield v0.19.3
35432026-08-29T21:11:41.983Z[ helios-setup] Aug 29 21:11:41.359 INFO E| Compiling libdevinfo-sys v1.1.0
35442026-08-29T21:11:42.178Z[ helios-setup] Aug 29 21:11:41.554 INFO E| Compiling num_enum v0.7.5
35452026-08-29T21:11:42.205Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35462026-08-29T21:11:42.346Z[ helios-setup] Aug 29 21:11:41.722 INFO E| Compiling hashbrown v0.12.3
35472026-08-29T21:11:42.423Z[ helios-setup] Aug 29 21:11:41.799 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35482026-08-29T21:11:42.474Z[ helios-setup] Aug 29 21:11:41.850 INFO E| Compiling ryu v1.0.20
35492026-08-29T21:11:42.513Z[ helios-setup] Aug 29 21:11:41.889 INFO E| Compiling base64 v0.21.7
35502026-08-29T21:11:42.789Z[ helios-setup] Aug 29 21:11:42.164 INFO E| Compiling zerocopy v0.6.6
35512026-08-29T21:11:42.890Z[ helios-setup] Aug 29 21:11:42.247 INFO E| Compiling toml_writer v1.0.4
35522026-08-29T21:11:42.947Z[ helios-setup] Aug 29 21:11:42.323 INFO E| Compiling term v1.2.0
35532026-08-29T21:11:42.971Z[ helios-setup] Aug 29 21:11:42.347 INFO E| Compiling subtle v2.6.1
35542026-08-29T21:11:43.441Z[ helios-setup] Aug 29 21:11:42.817 INFO E| Compiling toml v0.9.8
35552026-08-29T21:11:43.532Z[ helios-setup] Aug 29 21:11:42.908 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35562026-08-29T21:11:43.706Z[ helios-setup] Aug 29 21:11:43.082 INFO E| Compiling tokio v1.48.0
35572026-08-29T21:11:43.736Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35582026-08-29T21:11:43.787Z[ helios-setup] Aug 29 21:11:43.162 INFO E| Compiling devinfo v0.1.0
35592026-08-29T21:11:43.838Z[ helios-setup] Aug 29 21:11:43.214 INFO E| Compiling spki v0.7.3
35602026-08-29T21:11:43.869Z[ helios-setup] Aug 29 21:11:43.245 INFO E| Compiling bzip2 v0.4.4
35612026-08-29T21:11:43.943Z[ helios-setup] Aug 29 21:11:43.319 INFO E| Compiling flate2 v1.1.5
35622026-08-29T21:11:44.379Z[ helios-setup] Aug 29 21:11:43.734 INFO E| Compiling pkcs8 v0.10.2
35632026-08-29T21:11:44.380Z[ helios-setup] Aug 29 21:11:43.742 INFO E| Compiling clap v4.5.51
35642026-08-29T21:11:44.467Z[ helios-setup] Aug 29 21:11:43.844 INFO E| Compiling x509-cert v0.2.5
35652026-08-29T21:11:44.629Z[ helios-setup] Aug 29 21:11:44.005 INFO E| Compiling uuid v1.18.1
35662026-08-29T21:11:44.757Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35672026-08-29T21:11:44.843Z[ helios-setup] Aug 29 21:11:44.219 INFO E| Compiling pkcs1 v0.7.5
35682026-08-29T21:11:45.009Z[ helios-setup] Aug 29 21:11:44.384 INFO E| Compiling ppv-lite86 v0.2.21
35692026-08-29T21:11:45.196Z[ host-package] Compiling tungstenite v0.23.0
35702026-08-29T21:11:45.339Z[ host-package] Compiling predicates-tree v1.0.13
35712026-08-29T21:11:45.487Z[ helios-setup] Aug 29 21:11:44.863 INFO E| Compiling hashbrown v0.13.2
35722026-08-29T21:11:45.504Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35732026-08-29T21:11:45.507Z[ helios-setup] Aug 29 21:11:44.882 INFO E| Compiling env_logger v0.11.8
35742026-08-29T21:11:45.622Z[ helios-setup] Aug 29 21:11:44.998 INFO E| Compiling hex v0.4.3
35752026-08-29T21:11:45.706Z[ helios-setup] Aug 29 21:11:45.082 INFO E| Compiling crc-any v2.5.0
35762026-08-29T21:11:45.765Z[ host-package] Compiling unicode-truncate v1.1.0
35772026-08-29T21:11:45.798Z[ helios-setup] Aug 29 21:11:45.174 INFO E| Compiling rand_chacha v0.3.1
35782026-08-29T21:11:45.982Z[ helios-setup] Aug 29 21:11:45.358 INFO E| Compiling foldhash v0.2.0
35792026-08-29T21:11:46.086Z[ host-package] Compiling lru v0.12.5
35802026-08-29T21:11:46.154Z[ helios-setup] Aug 29 21:11:45.530 INFO E| Compiling bitflags v1.3.2
35812026-08-29T21:11:46.243Z[ helios-setup] Aug 29 21:11:45.619 INFO E| Compiling rand v0.8.5
35822026-08-29T21:11:46.312Z[ host-package] Compiling git2 v0.20.4
35832026-08-29T21:11:46.313Z[ helios-setup] Aug 29 21:11:45.689 INFO E| Compiling rustc-hash v2.1.1
35842026-08-29T21:11:46.486Z[ host-package] Compiling progenitor-client v0.13.0
35852026-08-29T21:11:46.544Z[ helios-setup] Aug 29 21:11:45.920 INFO E| Compiling erased-serde v0.3.31
35862026-08-29T21:11:46.616Z[ helios-setup] Aug 29 21:11:45.992 INFO E| Compiling toml_datetime v0.6.11
35872026-08-29T21:11:46.690Z[ host-package] Compiling prefix-trie v0.7.0
35882026-08-29T21:11:46.705Z[ helios-setup] Aug 29 21:11:46.081 INFO E| Compiling serde_spanned v0.6.9
35892026-08-29T21:11:46.787Z[ host-package] Compiling rand_seeder v0.4.0
35902026-08-29T21:11:46.843Z[ helios-setup] Aug 29 21:11:46.219 INFO E| Compiling serde-hex v0.1.0
35912026-08-29T21:11:46.863Z[ helios-setup] Aug 29 21:11:46.239 INFO E| Compiling futures-executor v0.3.31
35922026-08-29T21:11:46.987Z[ helios-setup] Aug 29 21:11:46.363 INFO E| Compiling ron v0.8.1
35932026-08-29T21:11:47.040Z[ host-package] Compiling cassowary v0.3.0
35942026-08-29T21:11:47.201Z[ helios-setup] Aug 29 21:11:46.577 INFO E| Compiling futures v0.3.31
35952026-08-29T21:11:47.284Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35962026-08-29T21:11:47.350Z[ helios-setup] Aug 29 21:11:46.726 INFO E| Compiling toml_edit v0.19.15
35972026-08-29T21:11:47.718Z[ helios-setup] Aug 29 21:11:47.094 INFO E| Compiling object v0.30.4
35982026-08-29T21:11:47.762Z[ helios-setup] Aug 29 21:11:47.138 INFO E| Compiling iddqd v0.3.14
35992026-08-29T21:11:47.791Z[ host-package] Compiling ratatui v0.29.0
36002026-08-29T21:11:47.884Z[ helios-setup] Aug 29 21:11:47.260 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36012026-08-29T21:11:47.890Z[ helios-setup] Aug 29 21:11:47.267 INFO E| Compiling zip v0.6.6
36022026-08-29T21:11:47.932Z[ host-package] Compiling hickory-server v0.25.2
36032026-08-29T21:11:48.098Z[ host-package] Compiling tokio-tungstenite v0.23.1
36042026-08-29T21:11:48.261Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36052026-08-29T21:11:48.675Z[ host-package] Compiling progenitor v0.13.0
36062026-08-29T21:11:48.780Z[ helios-setup] Aug 29 21:11:48.156 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36072026-08-29T21:11:49.140Z[ helios-setup] Aug 29 21:11:48.516 INFO E| Compiling slog-term v2.9.2
36082026-08-29T21:11:49.150Z[ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
36092026-08-29T21:11:49.237Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36102026-08-29T21:11:49.333Z[ host-package] Compiling darling v0.13.4
36112026-08-29T21:11:49.336Z[ helios-setup] Aug 29 21:11:48.711 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36122026-08-29T21:11:49.348Z[ helios-setup] Aug 29 21:11:48.725 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36132026-08-29T21:11:49.661Z[ helios-setup] Aug 29 21:11:49.035 INFO E| Compiling rsa v0.9.8
36142026-08-29T21:11:50.139Z[ host-package] Compiling sled v0.34.7
36152026-08-29T21:11:50.244Z[ helios-setup] Aug 29 21:11:49.620 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36162026-08-29T21:11:50.387Z[ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
36172026-08-29T21:11:50.583Z[ helios-setup] Aug 29 21:11:49.959 INFO E| Compiling path-slash v0.1.5
36182026-08-29T21:11:50.809Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36192026-08-29T21:11:51.157Z[ helios-setup] Aug 29 21:11:50.532 INFO E| Compiling toml v0.7.8
36202026-08-29T21:11:52.279Z[ helios-setup] Aug 29 21:11:51.655 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36212026-08-29T21:11:52.343Z[ helios-setup] Aug 29 21:11:51.718 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36222026-08-29T21:11:54.495Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36232026-08-29T21:11:54.560Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36242026-08-29T21:11:55.476Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36252026-08-29T21:11:56.052Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36262026-08-29T21:11:56.384Z[ host-package] Compiling pwd v1.4.0
36272026-08-29T21:11:56.822Z[ host-package] Compiling lru v0.18.3
36282026-08-29T21:11:57.155Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36292026-08-29T21:11:58.137Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36302026-08-29T21:11:58.145Z[ helios-setup] Aug 29 21:11:57.521 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36312026-08-29T21:11:58.474Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36322026-08-29T21:11:59.424Z[ helios-setup] Aug 29 21:11:58.800 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36332026-08-29T21:11:59.558Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
36342026-08-29T21:11:59.902Z[ host-package] Compiling serde_with_macros v1.5.2
36352026-08-29T21:12:00.589Z[ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
36362026-08-29T21:12:01.308Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36372026-08-29T21:12:01.497Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36382026-08-29T21:12:01.826Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36392026-08-29T21:12:02.177Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36402026-08-29T21:12:02.402Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36412026-08-29T21:12:02.745Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36422026-08-29T21:12:03.145Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36432026-08-29T21:12:03.446Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36442026-08-29T21:12:03.613Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36452026-08-29T21:12:03.724Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36462026-08-29T21:12:03.889Z[ host-package] Compiling arc-swap v1.8.2
36472026-08-29T21:12:03.940Z[ helios-setup] Aug 29 21:12:03.316 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36482026-08-29T21:12:03.961Z[ host-package] Compiling void v1.0.2
36492026-08-29T21:12:04.163Z[ host-package] Compiling lzss v0.8.2
36502026-08-29T21:12:04.207Z[ host-package] Compiling slog-scope v4.4.1
36512026-08-29T21:12:04.573Z[ host-package] Compiling serde_with v1.14.0
36522026-08-29T21:12:05.807Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36532026-08-29T21:12:06.743Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36542026-08-29T21:12:06.939Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36552026-08-29T21:12:07.014Z[ host-package] Compiling scuffle v0.1.0
36562026-08-29T21:12:07.881Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36572026-08-29T21:12:08.011Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36582026-08-29T21:12:09.977Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36592026-08-29T21:12:09.977Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36602026-08-29T21:12:10.244Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36612026-08-29T21:12:10.820Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36622026-08-29T21:12:10.942Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36632026-08-29T21:12:11.261Z[ host-package] Compiling nix v0.27.1
36642026-08-29T21:12:11.750Z[ host-package] Compiling twox-hash v2.1.2
36652026-08-29T21:12:12.174Z[ host-package] Compiling libsw-core v0.3.2
36662026-08-29T21:12:12.439Z[ host-package] Compiling atty v0.2.14
36672026-08-29T21:12:12.493Z[ host-package] Compiling serde_bytes v0.11.19
36682026-08-29T21:12:12.595Z[ host-package] Compiling libsw v3.5.0
36692026-08-29T21:12:12.666Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36702026-08-29T21:12:12.856Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36712026-08-29T21:12:12.880Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36722026-08-29T21:12:13.006Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36732026-08-29T21:12:13.183Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36742026-08-29T21:12:14.492Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36752026-08-29T21:12:15.470Z[ helios-setup] Aug 29 21:12:14.845 INFO E| Finished `release` profile [optimized] target(s) in 48.38s
36762026-08-29T21:12:15.473Z[ helios-setup] Aug 29 21:12:14.846 INFO E| Blocking waiting for file lock on package cache
36772026-08-29T21:12:17.241Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36782026-08-29T21:12:17.554Z[ host-package] Compiling slog-stdlog v4.1.1
36792026-08-29T21:12:18.009Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36802026-08-29T21:12:18.157Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36812026-08-29T21:12:18.676Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36822026-08-29T21:12:18.719Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36832026-08-29T21:12:19.170Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36842026-08-29T21:12:19.778Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36852026-08-29T21:12:20.593Z[ helios-setup] Aug 29 21:12:19.967 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36862026-08-29T21:12:20.593Z[ helios-setup] Aug 29 21:12:19.967 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36872026-08-29T21:12:20.648Z[ helios-setup] Aug 29 21:12:20.024 INFO building project "pilot" ok (53 seconds)
36882026-08-29T21:12:20.648Z[ helios-setup] Aug 29 21:12:20.024 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36892026-08-29T21:12:20.657Z[ helios-setup] Aug 29 21:12:20.033 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
36902026-08-29T21:12:20.657Z[ helios-setup] Aug 29 21:12:20.033 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36912026-08-29T21:12:20.657Z[ helios-setup] Aug 29 21:12:20.033 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36922026-08-29T21:12:20.770Z[ helios-setup] Aug 29 21:12:20.146 INFO E| Blocking waiting for file lock on package cache
36932026-08-29T21:12:22.616Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36942026-08-29T21:12:24.237Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36952026-08-29T21:12:24.439Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36962026-08-29T21:12:24.923Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36972026-08-29T21:12:25.174Z[ helios-setup] Aug 29 21:12:24.550 INFO E| Downloading crates ...
36982026-08-29T21:12:25.215Z[ helios-setup] Aug 29 21:12:24.591 INFO E| Downloaded serde_with_macros v3.12.0
36992026-08-29T21:12:25.220Z[ helios-setup] Aug 29 21:12:24.596 INFO E| Downloaded anyhow v1.0.98
37002026-08-29T21:12:25.228Z[ helios-setup] Aug 29 21:12:24.603 INFO E| Downloaded errno v0.3.12
37012026-08-29T21:12:25.230Z[ helios-setup] Aug 29 21:12:24.605 INFO E| Downloaded time-core v0.1.4
37022026-08-29T21:12:25.237Z[ helios-setup] Aug 29 21:12:24.613 INFO E| Downloaded deranged v0.4.0
37032026-08-29T21:12:25.240Z[ helios-setup] Aug 29 21:12:24.615 INFO E| Downloaded tempfile v3.20.0
37042026-08-29T21:12:25.243Z[ helios-setup] Aug 29 21:12:24.617 INFO E| Downloaded time-macros v0.2.22
37052026-08-29T21:12:25.251Z[ helios-setup] Aug 29 21:12:24.627 INFO E| Downloaded iana-time-zone v0.1.63
37062026-08-29T21:12:25.254Z[ helios-setup] Aug 29 21:12:24.629 INFO E| Downloaded bitflags v2.9.1
37072026-08-29T21:12:25.257Z[ helios-setup] Aug 29 21:12:24.632 INFO E| Downloaded getrandom v0.3.3
37082026-08-29T21:12:25.264Z[ helios-setup] Aug 29 21:12:24.640 INFO E| Downloaded indexmap v2.9.0
37092026-08-29T21:12:25.273Z[ helios-setup] Aug 29 21:12:24.649 INFO E| Downloaded hashbrown v0.15.3
37102026-08-29T21:12:25.276Z[ helios-setup] Aug 29 21:12:24.653 INFO E| Downloaded time v0.3.41
37112026-08-29T21:12:25.281Z[ helios-setup] Aug 29 21:12:24.657 INFO E| Downloaded serde_with v3.12.0
37122026-08-29T21:12:25.286Z[ helios-setup] Aug 29 21:12:24.662 INFO E| Downloaded chrono v0.4.41
37132026-08-29T21:12:25.292Z[ helios-setup] Aug 29 21:12:24.669 INFO E| Downloaded rustix v1.0.7
37142026-08-29T21:12:25.362Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling proc-macro2 v1.0.95
37152026-08-29T21:12:25.362Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling unicode-ident v1.0.18
37162026-08-29T21:12:25.362Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling libc v0.2.172
37172026-08-29T21:12:25.365Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling ident_case v1.0.1
37182026-08-29T21:12:25.365Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling strsim v0.11.1
37192026-08-29T21:12:25.365Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling fnv v1.0.7
37202026-08-29T21:12:25.365Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling serde v1.0.219
37212026-08-29T21:12:25.365Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling rustix v1.0.7
37222026-08-29T21:12:25.365Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling getrandom v0.3.3
37232026-08-29T21:12:25.365Z[ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling anyhow v1.0.98
37242026-08-29T21:12:25.416Z[ helios-setup] Aug 29 21:12:24.792 INFO E| Compiling bitflags v2.9.1
37252026-08-29T21:12:25.416Z[ helios-setup] Aug 29 21:12:24.792 INFO E| Compiling serde_json v1.0.140
37262026-08-29T21:12:25.444Z[ helios-setup] Aug 29 21:12:24.820 INFO E| Compiling thiserror v2.0.12
37272026-08-29T21:12:25.447Z[ helios-setup] Aug 29 21:12:24.821 INFO E| Compiling cfg-if v1.0.0
37282026-08-29T21:12:25.447Z[ helios-setup] Aug 29 21:12:24.821 INFO E| Compiling memchr v2.7.4
37292026-08-29T21:12:25.447Z[ helios-setup] Aug 29 21:12:24.821 INFO E| Compiling once_cell v1.21.3
37302026-08-29T21:12:25.776Z[ helios-setup] Aug 29 21:12:25.152 INFO E| Compiling ryu v1.0.20
37312026-08-29T21:12:25.832Z[ helios-setup] Aug 29 21:12:25.208 INFO E| Compiling itoa v1.0.15
37322026-08-29T21:12:26.051Z[ helios-setup] Aug 29 21:12:25.427 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37332026-08-29T21:12:26.100Z[ helios-setup] Aug 29 21:12:25.476 INFO E| Compiling fastrand v2.3.0
37342026-08-29T21:12:26.767Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37352026-08-29T21:12:26.917Z[ helios-setup] Aug 29 21:12:26.292 INFO E| Compiling quote v1.0.40
37362026-08-29T21:12:26.972Z[ helios-setup] Aug 29 21:12:26.347 INFO E| Compiling errno v0.3.12
37372026-08-29T21:12:27.003Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37382026-08-29T21:12:27.258Z[ helios-setup] Aug 29 21:12:26.634 INFO E| Compiling syn v2.0.101
37392026-08-29T21:12:28.082Z[ helios-setup] Aug 29 21:12:27.458 INFO E| Compiling tempfile v3.20.0
37402026-08-29T21:12:29.239Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37412026-08-29T21:12:29.935Z[ helios-setup] Aug 29 21:12:29.311 INFO E| Compiling darling_core v0.20.11
37422026-08-29T21:12:30.950Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37432026-08-29T21:12:31.185Z[ helios-setup] Aug 29 21:12:30.561 INFO E| Compiling serde_derive v1.0.219
37442026-08-29T21:12:31.185Z[ helios-setup] Aug 29 21:12:30.561 INFO E| Compiling thiserror-impl v2.0.12
37452026-08-29T21:12:31.597Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37462026-08-29T21:12:31.961Z[ helios-setup] Aug 29 21:12:31.337 INFO E| Compiling darling_macro v0.20.11
37472026-08-29T21:12:32.612Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37482026-08-29T21:12:32.733Z[ helios-setup] Aug 29 21:12:32.109 INFO E| Compiling darling v0.20.11
37492026-08-29T21:12:32.827Z[ helios-setup] Aug 29 21:12:32.202 INFO E| Compiling serde_with_macros v3.12.0
37502026-08-29T21:12:32.938Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37512026-08-29T21:12:32.981Z[ host-package] Compiling signal-hook-tokio v0.3.1
37522026-08-29T21:12:33.172Z[ host-package] Compiling fatfs v0.3.6
37532026-08-29T21:12:33.519Z[ host-package] Compiling yasna v0.5.2
37542026-08-29T21:12:34.036Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37552026-08-29T21:12:34.575Z[ host-package] Compiling assert_matches v1.5.0
37562026-08-29T21:12:34.746Z[ host-package] Compiling rcgen v0.12.1
37572026-08-29T21:12:34.749Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37582026-08-29T21:12:35.206Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37592026-08-29T21:12:36.801Z[ helios-setup] Aug 29 21:12:36.176 INFO E| Compiling serde_with v3.12.0
37602026-08-29T21:12:38.045Z[ host-package] Compiling slog-envlogger v2.2.0
37612026-08-29T21:12:38.117Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37622026-08-29T21:12:39.184Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37632026-08-29T21:12:39.428Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37642026-08-29T21:12:39.475Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37652026-08-29T21:12:39.568Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37662026-08-29T21:12:39.792Z[ host-package] Compiling port-file v0.1.0
37672026-08-29T21:12:39.923Z[ host-package] Compiling subprocess v0.2.15
37682026-08-29T21:12:40.101Z[ host-package] Compiling rtoolbox v0.0.3
37692026-08-29T21:12:40.145Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37702026-08-29T21:12:40.513Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37712026-08-29T21:12:41.586Z[ helios-setup] Aug 29 21:12:40.962 INFO E| Finished `release` profile [optimized] target(s) in 20.91s
37722026-08-29T21:12:41.610Z[ helios-setup] Aug 29 21:12:40.986 INFO building project "dmar-report" ok (20 seconds)
37732026-08-29T21:12:41.610Z[ helios-setup] Aug 29 21:12:40.986 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37742026-08-29T21:12:41.620Z[ helios-setup] Aug 29 21:12:40.996 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37752026-08-29T21:12:41.620Z[ helios-setup] Aug 29 21:12:40.996 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37762026-08-29T21:12:41.620Z[ helios-setup] Aug 29 21:12:40.996 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37772026-08-29T21:12:41.812Z[ helios-setup] Aug 29 21:12:41.187 INFO E| Downloading crates ...
37782026-08-29T21:12:41.855Z[ helios-setup] Aug 29 21:12:41.230 INFO E| Downloaded adler2 v2.0.0
37792026-08-29T21:12:41.860Z[ helios-setup] Aug 29 21:12:41.236 INFO E| Downloaded miniz_oxide v0.8.8
37802026-08-29T21:12:41.902Z[ helios-setup] Aug 29 21:12:41.278 INFO E| Compiling adler2 v2.0.0
37812026-08-29T21:12:42.011Z[ helios-setup] Aug 29 21:12:41.387 INFO E| Compiling miniz_oxide v0.8.8
37822026-08-29T21:12:42.311Z[ host-package] Compiling rpassword v7.5.4
37832026-08-29T21:12:43.114Z[ helios-setup] Aug 29 21:12:42.490 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37842026-08-29T21:12:43.665Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37852026-08-29T21:12:43.698Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37862026-08-29T21:12:43.763Z[ helios-setup] Aug 29 21:12:43.138 INFO E| Finished `release` profile [optimized] target(s) in 2.13s
37872026-08-29T21:12:43.775Z[ helios-setup] Aug 29 21:12:43.150 INFO building project "pinprick" ok (2 seconds)
37882026-08-29T21:12:43.775Z[ helios-setup] Aug 29 21:12:43.150 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
37892026-08-29T21:12:43.784Z[ helios-setup] Aug 29 21:12:43.160 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
37902026-08-29T21:12:43.784Z[ helios-setup] Aug 29 21:12:43.160 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
37912026-08-29T21:12:43.784Z[ helios-setup] Aug 29 21:12:43.160 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
37922026-08-29T21:12:43.894Z[ helios-setup] Aug 29 21:12:43.269 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
37932026-08-29T21:12:43.944Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37942026-08-29T21:12:44.271Z[ helios-setup] Aug 29 21:12:43.646 INFO E| From https://github.com/jclulow/rust-jmclib
37952026-08-29T21:12:44.271Z[ helios-setup] Aug 29 21:12:43.646 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
37962026-08-29T21:12:44.324Z[ helios-setup] Aug 29 21:12:43.699 INFO E| Updating crates.io index
37972026-08-29T21:12:44.374Z[ helios-setup] Aug 29 21:12:43.749 INFO E| Downloading crates ...
37982026-08-29T21:12:44.412Z[ helios-setup] Aug 29 21:12:43.787 INFO E| Downloaded block-buffer v0.9.0
37992026-08-29T21:12:44.415Z[ helios-setup] Aug 29 21:12:43.791 INFO E| Downloaded md-5 v0.9.1
38002026-08-29T21:12:44.422Z[ helios-setup] Aug 29 21:12:43.798 INFO E| Downloaded toml v0.5.11
38012026-08-29T21:12:44.427Z[ helios-setup] Aug 29 21:12:43.803 INFO E| Downloaded uuid v0.8.2
38022026-08-29T21:12:44.430Z[ helios-setup] Aug 29 21:12:43.805 INFO E| Downloaded walkdir v2.3.3
38032026-08-29T21:12:44.434Z[ helios-setup] Aug 29 21:12:43.808 INFO E| Downloaded glob v0.3.1
38042026-08-29T21:12:44.437Z[ helios-setup] Aug 29 21:12:43.811 INFO E| Downloaded cpufeatures v0.2.9
38052026-08-29T21:12:44.440Z[ helios-setup] Aug 29 21:12:43.816 INFO E| Downloaded digest v0.9.0
38062026-08-29T21:12:44.443Z[ helios-setup] Aug 29 21:12:43.817 INFO E| Downloaded fastrand v2.0.0
38072026-08-29T21:12:44.443Z[ helios-setup] Aug 29 21:12:43.818 INFO E| Downloaded errno v0.3.1
38082026-08-29T21:12:44.443Z[ helios-setup] Aug 29 21:12:43.819 INFO E| Downloaded sha-1 v0.9.8
38092026-08-29T21:12:44.455Z[ helios-setup] Aug 29 21:12:43.830 INFO E| Downloaded once_cell v1.18.0
38102026-08-29T21:12:44.459Z[ helios-setup] Aug 29 21:12:43.832 INFO E| Downloaded libdevinfo-sys v1.0.0
38112026-08-29T21:12:44.462Z[ helios-setup] Aug 29 21:12:43.838 INFO E| Downloaded quote v1.0.31
38122026-08-29T21:12:44.466Z[ helios-setup] Aug 29 21:12:43.841 INFO E| Downloaded unicode-ident v1.0.11
38132026-08-29T21:12:44.472Z[ helios-setup] Aug 29 21:12:43.842 INFO E| Downloaded anyhow v1.0.72
38142026-08-29T21:12:44.472Z[ helios-setup] Aug 29 21:12:43.845 INFO E| Downloaded unicode-width v0.1.10
38152026-08-29T21:12:44.472Z[ helios-setup] Aug 29 21:12:43.845 INFO E| Downloaded tempfile v3.7.0
38162026-08-29T21:12:44.476Z[ helios-setup] Aug 29 21:12:43.852 INFO E| Downloaded getrandom v0.2.10
38172026-08-29T21:12:44.480Z[ helios-setup] Aug 29 21:12:43.854 INFO E| Downloaded typenum v1.16.0
38182026-08-29T21:12:44.483Z[ helios-setup] Aug 29 21:12:43.856 INFO E| Downloaded bitflags v2.3.3
38192026-08-29T21:12:44.483Z[ helios-setup] Aug 29 21:12:43.857 INFO E| Downloaded proc-macro2 v1.0.66
38202026-08-29T21:12:44.486Z[ helios-setup] Aug 29 21:12:43.859 INFO E| Downloaded serde v1.0.193
38212026-08-29T21:12:44.486Z[ helios-setup] Aug 29 21:12:43.861 INFO E| Downloaded serde_derive v1.0.193
38222026-08-29T21:12:44.502Z[ helios-setup] Aug 29 21:12:43.878 INFO E| Downloaded serde_json v1.0.103
38232026-08-29T21:12:44.536Z[ helios-setup] Aug 29 21:12:43.912 INFO E| Downloaded syn v2.0.32
38242026-08-29T21:12:44.542Z[ helios-setup] Aug 29 21:12:43.918 INFO E| Downloaded rustix v0.38.4
38252026-08-29T21:12:44.555Z[ helios-setup] Aug 29 21:12:43.930 INFO E| Downloaded libc v0.2.147
38262026-08-29T21:12:44.677Z[ helios-setup] Aug 29 21:12:44.052 INFO E| Compiling libc v0.2.147
38272026-08-29T21:12:44.680Z[ helios-setup] Aug 29 21:12:44.055 INFO E| Compiling proc-macro2 v1.0.66
38282026-08-29T21:12:44.680Z[ helios-setup] Aug 29 21:12:44.055 INFO E| Compiling unicode-ident v1.0.11
38292026-08-29T21:12:44.680Z[ helios-setup] Aug 29 21:12:44.055 INFO E| Compiling cfg-if v1.0.0
38302026-08-29T21:12:44.681Z[ helios-setup] Aug 29 21:12:44.055 INFO E| Compiling version_check v0.9.4
38312026-08-29T21:12:44.772Z[ helios-setup] Aug 29 21:12:44.147 INFO E| Compiling typenum v1.16.0
38322026-08-29T21:12:44.772Z[ helios-setup] Aug 29 21:12:44.147 INFO E| Compiling serde v1.0.193
38332026-08-29T21:12:44.772Z[ helios-setup] Aug 29 21:12:44.147 INFO E| Compiling powerfmt v0.2.0
38342026-08-29T21:12:44.794Z[ helios-setup] Aug 29 21:12:44.169 INFO E| Compiling num-conv v0.1.0
38352026-08-29T21:12:44.811Z[ helios-setup] Aug 29 21:12:44.187 INFO E| Compiling rustix v0.38.4
38362026-08-29T21:12:44.831Z[ helios-setup] Aug 29 21:12:44.207 INFO E| Compiling time-core v0.1.2
38372026-08-29T21:12:44.851Z[ helios-setup] Aug 29 21:12:44.227 INFO E| Compiling itoa v1.0.9
38382026-08-29T21:12:44.855Z[ helios-setup] Aug 29 21:12:44.229 INFO E| Compiling slog v2.7.0
38392026-08-29T21:12:44.855Z[ helios-setup] Aug 29 21:12:44.229 INFO E| Compiling num_threads v0.1.6
38402026-08-29T21:12:44.855Z[ helios-setup] Aug 29 21:12:44.229 INFO E| Compiling once_cell v1.18.0
38412026-08-29T21:12:44.855Z[ helios-setup] Aug 29 21:12:44.229 INFO E| Compiling bitflags v2.3.3
38422026-08-29T21:12:45.111Z[ helios-setup] Aug 29 21:12:44.486 INFO E| Compiling fastrand v2.0.0
38432026-08-29T21:12:45.282Z[ helios-setup] Aug 29 21:12:44.658 INFO E| Compiling serde_json v1.0.103
38442026-08-29T21:12:45.374Z[ helios-setup] Aug 29 21:12:44.749 INFO E| Compiling opaque-debug v0.3.0
38452026-08-29T21:12:45.377Z[ helios-setup] Aug 29 21:12:44.750 INFO E| Compiling anyhow v1.0.72
38462026-08-29T21:12:45.479Z[ helios-setup] Aug 29 21:12:44.855 INFO E| Compiling ryu v1.0.15
38472026-08-29T21:12:45.726Z[ helios-setup] Aug 29 21:12:45.102 INFO E| Compiling time-macros v0.2.18
38482026-08-29T21:12:45.745Z[ helios-setup] Aug 29 21:12:45.120 INFO E| Compiling thread_local v1.1.7
38492026-08-29T21:12:45.860Z[ helios-setup] Aug 29 21:12:45.236 INFO E| Compiling deranged v0.3.11
38502026-08-29T21:12:45.868Z[ helios-setup] Aug 29 21:12:45.244 INFO E| Compiling same-file v1.0.6
38512026-08-29T21:12:45.872Z[ helios-setup] Aug 29 21:12:45.244 INFO E| Compiling unicode-width v0.1.10
38522026-08-29T21:12:45.913Z[ helios-setup] Aug 29 21:12:45.274 INFO E| Compiling cpufeatures v0.2.9
38532026-08-29T21:12:45.982Z[ helios-setup] Aug 29 21:12:45.358 INFO E| Compiling getopts v0.2.21
38542026-08-29T21:12:45.987Z[ helios-setup] Aug 29 21:12:45.363 INFO E| Compiling generic-array v0.14.7
38552026-08-29T21:12:45.994Z[ helios-setup] Aug 29 21:12:45.370 INFO E| Compiling libdevinfo-sys v1.0.0
38562026-08-29T21:12:46.037Z[ helios-setup] Aug 29 21:12:45.411 INFO E| Compiling glob v0.3.1
38572026-08-29T21:12:46.156Z[ helios-setup] Aug 29 21:12:45.532 INFO E| Compiling walkdir v2.3.3
38582026-08-29T21:12:46.552Z[ helios-setup] Aug 29 21:12:45.927 INFO E| Compiling quote v1.0.31
38592026-08-29T21:12:46.620Z[ host-package] Compiling tui-tree-widget v0.23.1
38602026-08-29T21:12:46.679Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38612026-08-29T21:12:46.772Z[ helios-setup] Aug 29 21:12:46.148 INFO E| Compiling dirs-sys-next v0.1.2
38622026-08-29T21:12:46.772Z[ helios-setup] Aug 29 21:12:46.148 INFO E| Compiling errno v0.3.1
38632026-08-29T21:12:46.775Z[ helios-setup] Aug 29 21:12:46.148 INFO E| Compiling atty v0.2.14
38642026-08-29T21:12:46.775Z[ helios-setup] Aug 29 21:12:46.148 INFO E| Compiling getrandom v0.2.10
38652026-08-29T21:12:46.869Z[ helios-setup] Aug 29 21:12:46.244 INFO E| Compiling syn v2.0.32
38662026-08-29T21:12:46.891Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38672026-08-29T21:12:46.978Z[ helios-setup] Aug 29 21:12:46.354 INFO E| Compiling dirs-next v2.0.0
38682026-08-29T21:12:47.060Z[ helios-setup] Aug 29 21:12:46.435 INFO E| Compiling term v0.7.0
38692026-08-29T21:12:47.227Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38702026-08-29T21:12:47.615Z[ helios-setup] Aug 29 21:12:46.991 INFO E| Compiling tempfile v3.7.0
38712026-08-29T21:12:47.792Z[ helios-setup] Aug 29 21:12:47.167 INFO E| Compiling digest v0.9.0
38722026-08-29T21:12:47.792Z[ helios-setup] Aug 29 21:12:47.168 INFO E| Compiling block-buffer v0.9.0
38732026-08-29T21:12:47.820Z[ helios-setup] Aug 29 21:12:47.196 INFO E| Compiling time v0.3.36
38742026-08-29T21:12:47.901Z[ helios-setup] Aug 29 21:12:47.277 INFO E| Compiling sha-1 v0.9.8
38752026-08-29T21:12:47.901Z[ helios-setup] Aug 29 21:12:47.277 INFO E| Compiling md-5 v0.9.1
38762026-08-29T21:12:48.894Z[ helios-setup] Aug 29 21:12:48.270 INFO E| Compiling slog-term v2.9.0
38772026-08-29T21:12:48.977Z[ helios-setup] Aug 29 21:12:48.353 INFO E| Compiling serde_derive v1.0.193
38782026-08-29T21:12:50.918Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38792026-08-29T21:12:51.663Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38802026-08-29T21:12:51.737Z[ host-package] Compiling uzers v0.12.2
38812026-08-29T21:12:51.927Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38822026-08-29T21:12:52.227Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38832026-08-29T21:12:53.444Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38842026-08-29T21:12:53.521Z[ helios-setup] Aug 29 21:12:52.896 INFO E| Compiling toml v0.5.11
38852026-08-29T21:12:53.521Z[ helios-setup] Aug 29 21:12:52.896 INFO E| Compiling uuid v0.8.2
38862026-08-29T21:12:53.822Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38872026-08-29T21:12:53.877Z[ host-package] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
38882026-08-29T21:12:54.302Z[ helios-setup] Aug 29 21:12:53.677 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
38892026-08-29T21:12:55.057Z[ helios-setup] Aug 29 21:12:54.433 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
38902026-08-29T21:12:55.869Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38912026-08-29T21:12:59.654Z[ helios-setup] Aug 29 21:12:59.029 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s
38922026-08-29T21:12:59.679Z[ helios-setup] Aug 29 21:12:59.054 INFO building project "image-builder" ok (15 seconds)
38932026-08-29T21:12:59.679Z[ helios-setup] Aug 29 21:12:59.054 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38942026-08-29T21:12:59.688Z[ helios-setup] Aug 29 21:12:59.064 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38952026-08-29T21:12:59.688Z[ helios-setup] Aug 29 21:12:59.064 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38962026-08-29T21:12:59.688Z[ helios-setup] Aug 29 21:12:59.064 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38972026-08-29T21:12:59.807Z[ helios-setup] Aug 29 21:12:59.183 INFO E| Downloading crates ...
38982026-08-29T21:12:59.857Z[ helios-setup] Aug 29 21:12:59.232 INFO E| Downloaded block-buffer v0.10.3
38992026-08-29T21:12:59.860Z[ helios-setup] Aug 29 21:12:59.236 INFO E| Downloaded typenum v1.15.0
39002026-08-29T21:12:59.865Z[ helios-setup] Aug 29 21:12:59.241 INFO E| Downloaded cpufeatures v0.2.5
39012026-08-29T21:12:59.868Z[ helios-setup] Aug 29 21:12:59.241 INFO E| Downloaded generic-array v0.14.6
39022026-08-29T21:12:59.871Z[ helios-setup] Aug 29 21:12:59.245 INFO E| Downloaded flate2 v1.0.25
39032026-08-29T21:12:59.873Z[ helios-setup] Aug 29 21:12:59.248 INFO E| Downloaded miniz_oxide v0.6.2
39042026-08-29T21:12:59.873Z[ helios-setup] Aug 29 21:12:59.249 INFO E| Downloaded digest v0.10.3
39052026-08-29T21:12:59.876Z[ helios-setup] Aug 29 21:12:59.250 INFO E| Downloaded sha2 v0.10.5
39062026-08-29T21:12:59.876Z[ helios-setup] Aug 29 21:12:59.251 INFO E| Downloaded anyhow v1.0.62
39072026-08-29T21:12:59.879Z[ helios-setup] Aug 29 21:12:59.254 INFO E| Downloaded bytes v1.2.1
39082026-08-29T21:12:59.925Z[ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling typenum v1.15.0
39092026-08-29T21:12:59.925Z[ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling version_check v0.9.4
39102026-08-29T21:12:59.925Z[ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling cfg-if v1.0.0
39112026-08-29T21:12:59.925Z[ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling crc32fast v1.3.2
39122026-08-29T21:12:59.928Z[ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling adler v1.0.2
39132026-08-29T21:12:59.929Z[ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling anyhow v1.0.62
39142026-08-29T21:12:59.929Z[ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling unicode-width v0.1.10
39152026-08-29T21:13:00.003Z[ helios-setup] Aug 29 21:12:59.379 INFO E| Compiling cpufeatures v0.2.5
39162026-08-29T21:13:00.003Z[ helios-setup] Aug 29 21:12:59.379 INFO E| Compiling bytes v1.2.1
39172026-08-29T21:13:00.003Z[ helios-setup] Aug 29 21:12:59.379 INFO E| Compiling bitflags v1.3.2
39182026-08-29T21:13:00.679Z[ helios-setup] Aug 29 21:13:00.054 INFO E| Compiling getopts v0.2.21
39192026-08-29T21:13:00.682Z[ helios-setup] Aug 29 21:13:00.055 INFO E| Compiling miniz_oxide v0.6.2
39202026-08-29T21:13:00.692Z[ helios-setup] Aug 29 21:13:00.067 INFO E| Compiling generic-array v0.14.6
39212026-08-29T21:13:01.321Z[ helios-setup] Aug 29 21:13:00.696 INFO E| Compiling flate2 v1.0.25
39222026-08-29T21:13:02.456Z[ helios-setup] Aug 29 21:13:01.830 INFO E| Compiling block-buffer v0.10.3
39232026-08-29T21:13:02.456Z[ helios-setup] Aug 29 21:13:01.830 INFO E| Compiling crypto-common v0.1.6
39242026-08-29T21:13:02.576Z[ helios-setup] Aug 29 21:13:01.952 INFO E| Compiling digest v0.10.3
39252026-08-29T21:13:02.662Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
39262026-08-29T21:13:02.752Z[ helios-setup] Aug 29 21:13:02.127 INFO E| Compiling sha2 v0.10.5
39272026-08-29T21:13:03.007Z[ helios-setup] Aug 29 21:13:02.376 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
39282026-08-29T21:13:03.943Z[ host-package] Compiling support-bundle-viewer v0.1.2
39292026-08-29T21:13:05.391Z[ helios-setup] Aug 29 21:13:04.767 INFO E| Finished `release` profile [optimized] target(s) in 5.69s
39302026-08-29T21:13:05.405Z[ helios-setup] Aug 29 21:13:04.781 INFO building project "bootserver" ok (5 seconds)
39312026-08-29T21:13:05.440Z[ helios-setup] rm -f helios-build
39322026-08-29T21:13:05.440Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
39332026-08-29T21:13:05.443Z[ helios-setup]
39342026-08-29T21:13:05.443Z[ helios-setup] Setup complete! ./helios-build is now available.
39352026-08-29T21:13:05.443Z[ helios-setup]
39362026-08-29T21:13:05.443Z[ helios-setup]
39372026-08-29T21:13:05.443Z[ helios-setup] real 3:11.569704730
39382026-08-29T21:13:05.443Z[ helios-setup] user 7:03.413114644
39392026-08-29T21:13:05.443Z[ helios-setup] sys 1:19.116248807
39402026-08-29T21:13:05.443Z[ helios-setup] trap 0.511078865
39412026-08-29T21:13:05.443Z[ helios-setup] tflt 2.641523278
39422026-08-29T21:13:05.443ZAug 29 21:13:04.793 INFO [helios-setup] process exited with exit status: 0 (191.573089718s)
39432026-08-29T21:13:05.443Z[ helios-setup] dflt 7.559374709
39442026-08-29T21:13:05.444Z[ helios-setup] kflt 0.002631613
39452026-08-29T21:13:05.444Z[ helios-setup] lock 57:22.288992206
39462026-08-29T21:13:05.444Z[ helios-setup] slp 37:58.006522405
39472026-08-29T21:13:05.444Z[ helios-setup] lat 6:56.889945453
39482026-08-29T21:13:05.444Z[ helios-setup] stop 1:42.872598144
39492026-08-29T21:13:05.444ZAug 29 21:13:04.795 INFO [helios-record] running task
39502026-08-29T21:13:05.444ZAug 29 21:13:04.795 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39512026-08-29T21:13:05.444ZAug 29 21:13:04.803 DEBG process exited with exit status: 0 (7.889457ms)
39522026-08-29T21:13:05.444ZAug 29 21:13:04.803 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39532026-08-29T21:13:05.444ZAug 29 21:13:04.807 DEBG process exited with exit status: 0 (4.124508ms)
39542026-08-29T21:13:05.444ZAug 29 21:13:04.807 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39552026-08-29T21:13:05.444ZAug 29 21:13:04.810 DEBG process exited with exit status: 0 (3.490669ms)
39562026-08-29T21:13:05.444ZAug 29 21:13:04.810 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39572026-08-29T21:13:05.444ZAug 29 21:13:04.815 DEBG process exited with exit status: 0 (4.772158ms)
39582026-08-29T21:13:05.444ZAug 29 21:13:04.815 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39592026-08-29T21:13:05.444ZAug 29 21:13:04.819 DEBG process exited with exit status: 0 (3.822409ms)
39602026-08-29T21:13:05.444ZAug 29 21:13:04.819 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39612026-08-29T21:13:05.448ZAug 29 21:13:04.822 DEBG process exited with exit status: 0 (3.375728ms)
39622026-08-29T21:13:05.448ZAug 29 21:13:04.822 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39632026-08-29T21:13:05.453ZAug 29 21:13:04.826 DEBG process exited with exit status: 0 (3.195409ms)
39642026-08-29T21:13:05.453ZAug 29 21:13:04.826 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39652026-08-29T21:13:05.456ZAug 29 21:13:04.829 DEBG process exited with exit status: 0 (3.227459ms)
39662026-08-29T21:13:05.456ZAug 29 21:13:04.829 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39672026-08-29T21:13:05.459ZAug 29 21:13:04.832 DEBG process exited with exit status: 0 (3.498278ms)
39682026-08-29T21:13:05.459ZAug 29 21:13:04.833 INFO [helios-record] task succeeded (38.100865ms)
39692026-08-29T21:13:05.799Z[ host-package] Compiling multimap v0.10.1
39702026-08-29T21:13:13.742Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
39712026-08-29T21:13:17.263Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
39722026-08-29T21:13:20.276Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39732026-08-29T21:13:24.598Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39742026-08-29T21:20:41.120Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 06s
39752026-08-29T21:20:41.123Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39762026-08-29T21:20:41.123Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39772026-08-29T21:21:32.569ZAug 29 21:21:31.941 INFO [host-package] process exited with exit status: 0 (658.075634209s)
39782026-08-29T21:21:32.569ZAug 29 21:21:31.941 INFO [host-libraries] running task
39792026-08-29T21:21:32.569ZAug 29 21:21:31.941 INFO [host-stamp] running task
39802026-08-29T21:21:32.572ZAug 29 21:21:31.944 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+git1cb7ef2815f
39812026-08-29T21:21:32.572ZAug 29 21:21:31.945 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+git1cb7ef2815f
39822026-08-29T21:21:32.572ZAug 29 21:21:31.945 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+git1cb7ef2815f
39832026-08-29T21:21:32.575ZAug 29 21:21:31.945 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+git1cb7ef2815f
39842026-08-29T21:21:32.575ZAug 29 21:21:31.945 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+git1cb7ef2815f
39852026-08-29T21:21:32.575ZAug 29 21:21:31.946 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+git1cb7ef2815f
39862026-08-29T21:21:32.575ZAug 29 21:21:31.946 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+git1cb7ef2815f
39872026-08-29T21:21:32.575ZAug 29 21:21:31.946 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+git1cb7ef2815f
39882026-08-29T21:21:32.582Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-08-29T21:21:32.582Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-08-29T21:21:32.585Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-08-29T21:21:32.585Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-08-29T21:21:32.585Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-08-29T21:21:32.585Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-08-29T21:21:32.585Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-29T21:21:32.585Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-29T21:21:32.585Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39972026-08-29T21:21:32.588ZAug 29 21:21:31.958 INFO [stamp-overlay] process exited with exit status: 0 (13.239914ms)
39982026-08-29T21:21:32.595Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39992026-08-29T21:21:32.598ZAug 29 21:21:31.970 INFO [stamp-oxlog] process exited with exit status: 0 (23.650831ms)
40002026-08-29T21:21:32.632Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40012026-08-29T21:21:32.635ZAug 29 21:21:32.008 INFO [stamp-crucible-utils] process exited with exit status: 0 (62.137316ms)
40022026-08-29T21:21:32.640Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
40032026-08-29T21:21:32.643ZAug 29 21:21:32.015 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (71.008732ms)
40042026-08-29T21:21:32.788Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
40052026-08-29T21:21:32.792ZAug 29 21:21:32.164 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (219.369284ms)
40062026-08-29T21:21:33.119Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
40072026-08-29T21:21:33.123ZAug 29 21:21:32.495 INFO [stamp-propolis-server] process exited with exit status: 0 (548.625237ms)
40082026-08-29T21:21:33.232Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
40092026-08-29T21:21:33.235ZAug 29 21:21:32.607 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (662.788222ms)
40102026-08-29T21:21:34.426ZAug 29 21:21:33.798 INFO [host-libraries] task succeeded (1.856552308s)
40112026-08-29T21:21:34.429ZAug 29 21:21:33.798 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
40122026-08-29T21:21:34.433Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
40132026-08-29T21:21:35.440Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
40142026-08-29T21:21:36.299Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40152026-08-29T21:21:40.161Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
40162026-08-29T21:21:40.165ZAug 29 21:21:39.537 INFO [stamp-switch-asic] process exited with exit status: 0 (7.591167397s)
40172026-08-29T21:21:40.165ZAug 29 21:21:39.537 INFO [host-stamp] task succeeded (7.595697935s)
40182026-08-29T21:21:40.165ZAug 29 21:21:39.537 INFO [host-proto] running task
40192026-08-29T21:21:40.709ZAug 29 21:21:40.082 INFO [host-proto] task succeeded (544.582978ms)
40202026-08-29T21:21:40.709ZAug 29 21:21:40.082 INFO [host-profile] running task
40212026-08-29T21:21:40.713ZAug 29 21:21:40.082 INFO [host-profile] task succeeded (302µs)
40222026-08-29T21:21:40.713ZAug 29 21:21:40.082 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/.tmpdiOogb/proto/host/root -N 'ci 1cb7ef2/${os_short_commit} 2026-08-29 21:09' -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/'
40232026-08-29T21:21:40.716Z[ host-image] Aug 29 21:21:40.088 INFO Checking files for board 'gimlet'
40242026-08-29T21:21:40.716Z[ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40252026-08-29T21:21:40.719Z[ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40262026-08-29T21:21:40.719Z[ host-image] Aug 29 21:21:40.088 INFO Checking files for board 'cosmo'
40272026-08-29T21:21:40.719Z[ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40282026-08-29T21:21:40.719Z[ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40292026-08-29T21:21:40.719Z[ host-image] Aug 29 21:21:40.088 INFO Checking files for board 'cosmo-mbist'
40302026-08-29T21:21:40.719Z[ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40312026-08-29T21:21:40.719Z[ host-image] Aug 29 21:21:40.088 INFO Checking files for board 'cosmo-mbist-noaggr'
40322026-08-29T21:21:40.719Z[ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40332026-08-29T21:21:40.724Z[ host-image] Aug 29 21:21:40.096 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpdiOogb/proto/host/root"
40342026-08-29T21:21:40.727Z[ host-image] Aug 29 21:21:40.096 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40352026-08-29T21:21:40.727Z[ host-image] Aug 29 21:21:40.096 INFO image builder template: ramdisk-01-os...
40362026-08-29T21:21:40.727Z[ host-image] Aug 29 21:21:40.097 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/.tmpdiOogb/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40372026-08-29T21:21:40.736Z[ host-image] Aug 29 21:21:40.109 INFO O| Aug 29 21:21:40.109 INFO CREATE DATASET: rpool/images/build/host/output
40382026-08-29T21:21:42.477Z[ host-image] Aug 29 21:21:41.849 INFO O| Aug 29 21:21:41.849 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
40392026-08-29T21:21:42.480Z[ host-image] Aug 29 21:21:41.852 INFO O| Aug 29 21:21:41.852 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
40402026-08-29T21:21:42.618Z[ host-image] Aug 29 21:21:41.990 INFO O| Aug 29 21:21:41.990 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
40412026-08-29T21:21:42.654Z[ host-image] Aug 29 21:21:42.027 INFO O| Aug 29 21:21:42.026 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
40422026-08-29T21:21:42.654Z[ host-image] Aug 29 21:21:42.027 INFO O| Aug 29 21:21:42.027 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
40432026-08-29T21:21:42.657Z[ host-image] Aug 29 21:21:42.027 INFO O| Aug 29 21:21:42.027 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
40442026-08-29T21:21:42.657Z[ host-image] Aug 29 21:21:42.027 INFO O| Aug 29 21:21:42.027 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
40452026-08-29T21:21:42.660Z[ host-image] Aug 29 21:21:42.031 INFO O| Aug 29 21:21:42.031 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
40462026-08-29T21:21:42.843Z[ host-image] Aug 29 21:21:42.215 INFO O| Aug 29 21:21:42.215 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40472026-08-29T21:21:42.851Z[ host-image] Aug 29 21:21:42.224 INFO O| Aug 29 21:21:42.224 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
40482026-08-29T21:21:43.116Z[ host-image] Aug 29 21:21:42.488 INFO O| Aug 29 21:21:42.488 INFO O| Caching catalogs ... Done
40492026-08-29T21:21:43.175Z[ host-image] Aug 29 21:21:42.547 INFO O| Aug 29 21:21:42.547 INFO STEP 0 (pkg_image_create) COMPLETE
40502026-08-29T21:21:43.175Z[ host-image] Aug 29 21:21:42.547 INFO O| Aug 29 21:21:42.547 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40512026-08-29T21:21:43.181Z[ host-image] Aug 29 21:21:42.553 INFO O| Aug 29 21:21:42.553 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"]
40522026-08-29T21:21:43.419Z[ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 1 (pkg_set_publisher) COMPLETE
40532026-08-29T21:21:43.419Z[ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40542026-08-29T21:21:43.422Z[ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO skip step because feature "publisher_1_name" is not enabled
40552026-08-29T21:21:43.422Z[ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40562026-08-29T21:21:43.422Z[ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO skip step because feature "publisher_2_name" is not enabled
40572026-08-29T21:21:43.422Z[ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40582026-08-29T21:21:43.422Z[ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO skip step because feature "publisher_3_name" is not enabled
40592026-08-29T21:21:43.422Z[ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40602026-08-29T21:21:43.730Z[ host-image] Aug 29 21:21:43.102 INFO O| Aug 29 21:21:43.102 INFO variant opensolaris.zone is already global
40612026-08-29T21:21:43.730Z[ host-image] Aug 29 21:21:43.102 INFO O| Aug 29 21:21:43.102 INFO STEP 5 (pkg_change_variant) COMPLETE
40622026-08-29T21:21:43.730Z[ host-image] Aug 29 21:21:43.102 INFO O| Aug 29 21:21:43.102 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40632026-08-29T21:21:44.023Z[ host-image] Aug 29 21:21:43.396 INFO O| Aug 29 21:21:43.395 INFO variant opensolaris.imagetype is full; changing to partial
40642026-08-29T21:21:44.024Z[ host-image] Aug 29 21:21:43.396 INFO O| Aug 29 21:21:43.396 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40652026-08-29T21:21:45.841Z[ host-image] Aug 29 21:21:45.213 INFO O| Aug 29 21:21:45.213 INFO O| Startup: Refreshing catalog 'helios' ... Done
40662026-08-29T21:21:46.255Z[ host-image] Aug 29 21:21:45.626 INFO O| Aug 29 21:21:45.626 INFO O| Startup: Caching catalogs ... Done
40672026-08-29T21:21:46.271Z[ host-image] Aug 29 21:21:45.641 INFO O| Aug 29 21:21:45.641 INFO O| Planning: Planning completed in 0.00 seconds
40682026-08-29T21:21:46.274Z[ host-image] Aug 29 21:21:45.642 INFO O| Aug 29 21:21:45.642 INFO O| Planning: Consolidating action changes ... Done
40692026-08-29T21:21:46.274Z[ host-image] Aug 29 21:21:45.642 INFO O| Aug 29 21:21:45.642 INFO O| Planning: Evaluating mediators ... Done
40702026-08-29T21:21:46.274Z[ host-image] Aug 29 21:21:45.642 INFO O| Aug 29 21:21:45.642 INFO O| Planning: Planning completed in 0.00 seconds
40712026-08-29T21:21:46.274Z[ host-image] Aug 29 21:21:45.642 INFO O| Aug 29 21:21:45.642 INFO O| Variants/Facets to change: 1
40722026-08-29T21:21:46.278Z[ host-image] Aug 29 21:21:45.651 INFO O| Aug 29 21:21:45.651 INFO O| Finalize: Updating package state database ... Done
40732026-08-29T21:21:46.278Z[ host-image] Aug 29 21:21:45.651 INFO O| Aug 29 21:21:45.651 INFO O| Finalize: Updating package cache ... Done
40742026-08-29T21:21:46.348Z[ host-image] Aug 29 21:21:45.720 INFO O| Aug 29 21:21:45.720 INFO O| Finalize: Updating image state ... Done
40752026-08-29T21:21:46.368Z[ host-image] Aug 29 21:21:45.740 INFO O| Aug 29 21:21:45.740 INFO O| Finalize: Creating fast lookup database ... Done
40762026-08-29T21:21:46.371Z[ host-image] Aug 29 21:21:45.740 INFO O| Aug 29 21:21:45.740 INFO O| Finalize: Reading search index ... Done
40772026-08-29T21:21:46.371Z[ host-image] Aug 29 21:21:45.740 INFO O| Aug 29 21:21:45.740 INFO O| Finalize: Updating search index ... Done
40782026-08-29T21:21:46.371Z[ host-image] Aug 29 21:21:45.741 INFO O| Aug 29 21:21:45.741 INFO O| Finalize: Updating package cache ... Done
40792026-08-29T21:21:46.561Z[ host-image] Aug 29 21:21:45.933 INFO O| Aug 29 21:21:45.933 INFO STEP 6 (pkg_change_variant) COMPLETE
40802026-08-29T21:21:46.561Z[ host-image] Aug 29 21:21:45.933 INFO O| Aug 29 21:21:45.933 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40812026-08-29T21:21:46.565Z[ host-image] Aug 29 21:21:45.933 INFO O| Aug 29 21:21:45.933 INFO skip step because feature "debug_variant" is not enabled
40822026-08-29T21:21:46.565Z[ host-image] Aug 29 21:21:45.933 INFO O| Aug 29 21:21:45.933 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40832026-08-29T21:21:46.809Z[ host-image] Aug 29 21:21:46.180 INFO O| Aug 29 21:21:46.180 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40842026-08-29T21:21:47.468Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.91s
40852026-08-29T21:21:47.472Z[recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40862026-08-29T21:21:47.472Z[recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40872026-08-29T21:21:48.611Z[ host-image] Aug 29 21:21:47.983 INFO O| Aug 29 21:21:47.983 INFO O| Startup: Refreshing catalog 'helios' ... Done
40882026-08-29T21:21:48.946ZAug 29 21:21:48.319 INFO [recovery-package] process exited with exit status: 0 (14.520544861s)
40892026-08-29T21:21:48.946ZAug 29 21:21:48.319 INFO [recovery-libraries] running task
40902026-08-29T21:21:48.946ZAug 29 21:21:48.319 INFO [recovery-stamp] running task
40912026-08-29T21:21:48.950ZAug 29 21:21:48.319 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+git1cb7ef2815f
40922026-08-29T21:21:48.950ZAug 29 21:21:48.319 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git1cb7ef2815f
40932026-08-29T21:21:48.954Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40942026-08-29T21:21:48.957Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40952026-08-29T21:21:48.999ZAug 29 21:21:48.371 INFO [recovery-libraries] task succeeded (52.72078ms)
40962026-08-29T21:21:49.002ZAug 29 21:21:48.371 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40972026-08-29T21:21:49.045Z[ host-image] Aug 29 21:21:48.417 INFO O| Aug 29 21:21:48.417 INFO O| Startup: Caching catalogs ... Done
40982026-08-29T21:21:49.062Z[ host-image] Aug 29 21:21:48.434 INFO O| Aug 29 21:21:48.434 INFO O| Planning: Planning completed in 0.00 seconds
40992026-08-29T21:21:49.065Z[ host-image] Aug 29 21:21:48.435 INFO O| Aug 29 21:21:48.435 INFO O| Planning: Consolidating action changes ... Done
41002026-08-29T21:21:49.065Z[ host-image] Aug 29 21:21:48.435 INFO O| Aug 29 21:21:48.435 INFO O| Planning: Evaluating mediators ... Done
41012026-08-29T21:21:49.065Z[ host-image] Aug 29 21:21:48.435 INFO O| Aug 29 21:21:48.435 INFO O| Planning: Planning completed in 0.00 seconds
41022026-08-29T21:21:49.065Z[ host-image] Aug 29 21:21:48.435 INFO O| Aug 29 21:21:48.435 INFO O| Variants/Facets to change: 1
41032026-08-29T21:21:49.072Z[ host-image] Aug 29 21:21:48.444 INFO O| Aug 29 21:21:48.444 INFO O| Finalize: Updating package state database ... Done
41042026-08-29T21:21:49.072Z[ host-image] Aug 29 21:21:48.444 INFO O| Aug 29 21:21:48.444 INFO O| Finalize: Updating package cache ... Done
41052026-08-29T21:21:49.075Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
41062026-08-29T21:21:49.077ZAug 29 21:21:48.449 INFO [stamp-installinator] process exited with exit status: 0 (129.33011ms)
41072026-08-29T21:21:49.138Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
41082026-08-29T21:21:49.142ZAug 29 21:21:48.514 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (195.113534ms)
41092026-08-29T21:21:49.142ZAug 29 21:21:48.514 INFO [recovery-stamp] task succeeded (195.292844ms)
41102026-08-29T21:21:49.142ZAug 29 21:21:48.514 INFO [recovery-proto] running task
41112026-08-29T21:21:49.142ZAug 29 21:21:48.514 INFO [tuf-stamp] running task
41122026-08-29T21:21:49.154ZAug 29 21:21:48.515 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+git1cb7ef2815f
41132026-08-29T21:21:49.155ZAug 29 21:21:48.515 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+git1cb7ef2815f
41142026-08-29T21:21:49.155ZAug 29 21:21:48.516 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+git1cb7ef2815f
41152026-08-29T21:21:49.155ZAug 29 21:21:48.516 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+git1cb7ef2815f
41162026-08-29T21:21:49.155ZAug 29 21:21:48.516 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+git1cb7ef2815f
41172026-08-29T21:21:49.155ZAug 29 21:21:48.517 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+git1cb7ef2815f
41182026-08-29T21:21:49.155ZAug 29 21:21:48.517 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+git1cb7ef2815f
41192026-08-29T21:21:49.155ZAug 29 21:21:48.517 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+git1cb7ef2815f
41202026-08-29T21:21:49.155ZAug 29 21:21:48.518 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+git1cb7ef2815f
41212026-08-29T21:21:49.155ZAug 29 21:21:48.518 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+git1cb7ef2815f
41222026-08-29T21:21:49.155ZAug 29 21:21:48.519 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+git1cb7ef2815f
41232026-08-29T21:21:49.155ZAug 29 21:21:48.519 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+git1cb7ef2815f
41242026-08-29T21:21:49.155Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41252026-08-29T21:21:49.155Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41262026-08-29T21:21:49.155Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41272026-08-29T21:21:49.155Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41282026-08-29T21:21:49.155Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41292026-08-29T21:21:49.155Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41302026-08-29T21:21:49.155Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41312026-08-29T21:21:49.155Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41322026-08-29T21:21:49.160Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41332026-08-29T21:21:49.160Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41342026-08-29T21:21:49.160Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41352026-08-29T21:21:49.160Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41362026-08-29T21:21:49.160Z[ host-image] Aug 29 21:21:48.530 INFO O| Aug 29 21:21:48.530 INFO O| Finalize: Updating image state ... Done
41372026-08-29T21:21:49.176Z[ host-image] Aug 29 21:21:48.548 INFO O| Aug 29 21:21:48.547 INFO O| Finalize: Creating fast lookup database ... Done
41382026-08-29T21:21:49.178Z[ host-image] Aug 29 21:21:48.548 INFO O| Aug 29 21:21:48.548 INFO O| Finalize: Reading search index ... Done
41392026-08-29T21:21:49.179Z[ host-image] Aug 29 21:21:48.548 INFO O| Aug 29 21:21:48.548 INFO O| Finalize: Updating search index ... Done
41402026-08-29T21:21:49.179Z[ host-image] Aug 29 21:21:48.549 INFO O| Aug 29 21:21:48.549 INFO O| Finalize: Updating package cache ... Done
41412026-08-29T21:21:49.204Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41422026-08-29T21:21:49.208ZAug 29 21:21:48.580 INFO [stamp-probe] process exited with exit status: 0 (63.184636ms)
41432026-08-29T21:21:49.276ZAug 29 21:21:48.648 INFO [recovery-proto] task succeeded (134.442098ms)
41442026-08-29T21:21:49.279ZAug 29 21:21:48.648 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/.tmpdiOogb/proto/recovery/root -N 'recovery 1cb7ef2/${os_short_commit} 2026-08-29 21:09' -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/'
41452026-08-29T21:21:49.283Z[ recovery-image] Aug 29 21:21:48.655 INFO Checking files for board 'cosmo-mbist-noaggr'
41462026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
41472026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO Checking files for board 'gimlet'
41482026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41492026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
41502026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO Checking files for board 'cosmo'
41512026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41522026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
41532026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO Checking files for board 'cosmo-mbist'
41542026-08-29T21:21:49.286Z[ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
41552026-08-29T21:21:49.292Z[ recovery-image] Aug 29 21:21:48.665 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpdiOogb/proto/recovery/root"
41562026-08-29T21:21:49.292Z[ recovery-image] Aug 29 21:21:48.665 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41572026-08-29T21:21:49.296Z[ recovery-image] Aug 29 21:21:48.665 INFO image builder template: ramdisk-01-os...
41582026-08-29T21:21:49.296Z[ recovery-image] Aug 29 21:21:48.665 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/.tmpdiOogb/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41592026-08-29T21:21:49.308Z[ recovery-image] Aug 29 21:21:48.680 INFO O| Aug 29 21:21:48.680 INFO CREATE DATASET: rpool/images/build/recovery/output
41602026-08-29T21:21:49.454Z[ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO STEP 8 (pkg_change_facet) COMPLETE
41612026-08-29T21:21:49.454Z[ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-08-29T21:21:49.457Z[ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO skip step because feature "recovery" is not enabled
41632026-08-29T21:21:49.457Z[ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-08-29T21:21:49.457Z[ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO skip step because feature "recovery" is not enabled
41652026-08-29T21:21:49.457Z[ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-08-29T21:21:49.463Z[ host-image] Aug 29 21:21:48.835 INFO O| Aug 29 21:21:48.835 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"]
41672026-08-29T21:21:49.567Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41682026-08-29T21:21:49.595Z[verify-libraries] Running `target/debug/xtask verify-libraries`
41692026-08-29T21:21:49.598Z[ recovery-image] Aug 29 21:21:48.968 INFO O| Aug 29 21:21:48.968 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41702026-08-29T21:21:49.601Z[ recovery-image] Aug 29 21:21:48.971 INFO O| Aug 29 21:21:48.971 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41712026-08-29T21:21:49.722Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41722026-08-29T21:21:49.726ZAug 29 21:21:49.098 INFO [stamp-ntp] process exited with exit status: 0 (580.089704ms)
41732026-08-29T21:21:49.828Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41742026-08-29T21:21:49.831ZAug 29 21:21:49.204 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (687.091483ms)
41752026-08-29T21:21:49.903Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41762026-08-29T21:21:49.907ZAug 29 21:21:49.280 INFO [stamp-external-dns] process exited with exit status: 0 (764.069992ms)
41772026-08-29T21:21:49.925Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41782026-08-29T21:21:49.928ZAug 29 21:21:49.301 INFO [stamp-internal-dns] process exited with exit status: 0 (781.464126ms)
41792026-08-29T21:21:50.004Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41802026-08-29T21:21:50.007ZAug 29 21:21:49.379 INFO [stamp-crucible-zone] process exited with exit status: 0 (863.964144ms)
41812026-08-29T21:21:50.121Z[ recovery-image] Aug 29 21:21:49.493 INFO O| Aug 29 21:21:49.493 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41822026-08-29T21:21:50.224Z[ recovery-image] Aug 29 21:21:49.596 INFO O| Aug 29 21:21:49.596 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41832026-08-29T21:21:50.224Z[ recovery-image] Aug 29 21:21:49.596 INFO O| Aug 29 21:21:49.596 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41842026-08-29T21:21:50.224Z[ recovery-image] Aug 29 21:21:49.596 INFO O| Aug 29 21:21:49.596 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41852026-08-29T21:21:50.224Z[ recovery-image] Aug 29 21:21:49.596 INFO O| Aug 29 21:21:49.596 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41862026-08-29T21:21:50.231Z[ recovery-image] Aug 29 21:21:49.603 INFO O| Aug 29 21:21:49.603 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41872026-08-29T21:21:50.281Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41882026-08-29T21:21:50.284ZAug 29 21:21:49.656 INFO [stamp-oximeter] process exited with exit status: 0 (1.139206737s)
41892026-08-29T21:21:50.768Z[ recovery-image] Aug 29 21:21:50.140 INFO O| Aug 29 21:21:50.140 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41902026-08-29T21:21:50.793Z[ recovery-image] Aug 29 21:21:50.165 INFO O| Aug 29 21:21:50.165 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41912026-08-29T21:21:51.055Z[ recovery-image] Aug 29 21:21:50.427 INFO O| Aug 29 21:21:50.427 INFO O| Caching catalogs ... Done
41922026-08-29T21:21:51.120Z[ recovery-image] Aug 29 21:21:50.492 INFO O| Aug 29 21:21:50.492 INFO STEP 0 (pkg_image_create) COMPLETE
41932026-08-29T21:21:51.120Z[ recovery-image] Aug 29 21:21:50.492 INFO O| Aug 29 21:21:50.492 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-08-29T21:21:51.127Z[ recovery-image] Aug 29 21:21:50.499 INFO O| Aug 29 21:21:50.499 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"]
41952026-08-29T21:21:51.380Z[ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 1 (pkg_set_publisher) COMPLETE
41962026-08-29T21:21:51.380Z[ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-08-29T21:21:51.384Z[ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO skip step because feature "publisher_1_name" is not enabled
41982026-08-29T21:21:51.384Z[ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-08-29T21:21:51.384Z[ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO skip step because feature "publisher_2_name" is not enabled
42002026-08-29T21:21:51.384Z[ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42012026-08-29T21:21:51.384Z[ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO skip step because feature "publisher_3_name" is not enabled
42022026-08-29T21:21:51.384Z[ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-08-29T21:21:51.563Z[ host-image] Aug 29 21:21:50.935 INFO O| Aug 29 21:21:50.935 INFO O| Startup: Refreshing catalog 'helios' ... Done
42042026-08-29T21:21:51.660Z[ recovery-image] Aug 29 21:21:51.032 INFO O| Aug 29 21:21:51.032 INFO variant opensolaris.zone is already global
42052026-08-29T21:21:51.660Z[ recovery-image] Aug 29 21:21:51.032 INFO O| Aug 29 21:21:51.032 INFO STEP 5 (pkg_change_variant) COMPLETE
42062026-08-29T21:21:51.663Z[ recovery-image] Aug 29 21:21:51.032 INFO O| Aug 29 21:21:51.032 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42072026-08-29T21:21:51.788Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
42082026-08-29T21:21:51.791ZAug 29 21:21:51.163 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.645525041s)
42092026-08-29T21:21:51.952Z[ recovery-image] Aug 29 21:21:51.324 INFO O| Aug 29 21:21:51.324 INFO variant opensolaris.imagetype is full; changing to partial
42102026-08-29T21:21:51.952Z[ recovery-image] Aug 29 21:21:51.324 INFO O| Aug 29 21:21:51.324 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42112026-08-29T21:21:51.999Z[ host-image] Aug 29 21:21:51.371 INFO O| Aug 29 21:21:51.371 INFO O| Startup: Caching catalogs ... Done
42122026-08-29T21:21:53.879Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
42132026-08-29T21:21:53.882ZAug 29 21:21:53.254 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.736831947s)
42142026-08-29T21:21:54.023Z[verify-libraries] Compiling match_cfg v0.1.0
42152026-08-29T21:21:54.023Z[verify-libraries] Compiling slog-json v2.6.1
42162026-08-29T21:21:54.096Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
42172026-08-29T21:21:54.100ZAug 29 21:21:53.472 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.955917932s)
42182026-08-29T21:21:54.157Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
42192026-08-29T21:21:54.160ZAug 29 21:21:53.532 INFO [stamp-clickhouse] process exited with exit status: 0 (5.017771818s)
42202026-08-29T21:21:54.251Z[verify-libraries] Compiling sha1 v0.11.0
42212026-08-29T21:21:54.251Z[verify-libraries] Compiling async-stream-impl v0.3.6
42222026-08-29T21:21:54.254Z[verify-libraries] Compiling serde_path_to_error v0.1.20
42232026-08-29T21:21:54.254Z[verify-libraries] Compiling multer v3.1.0
42242026-08-29T21:21:54.254Z[verify-libraries] Compiling compression-core v0.4.31
42252026-08-29T21:21:54.254Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
42262026-08-29T21:21:54.254Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
42272026-08-29T21:21:54.254Z[verify-libraries] Compiling serde_spanned v1.1.1
42282026-08-29T21:21:54.269Z[verify-libraries] Compiling dropshot v0.17.1
42292026-08-29T21:21:54.272Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
42302026-08-29T21:21:54.272Z[verify-libraries] Compiling waitgroup v0.1.2
42312026-08-29T21:21:54.485Z[verify-libraries] Compiling rustls-pemfile v2.2.0
42322026-08-29T21:21:54.485Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
42332026-08-29T21:21:54.530Z[verify-libraries] Compiling hostname v0.3.1
42342026-08-29T21:21:54.533Z[verify-libraries] Compiling hostname v0.4.2
42352026-08-29T21:21:54.584Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
42362026-08-29T21:21:54.584Z[verify-libraries] Compiling progenitor-client v0.14.0
42372026-08-29T21:21:54.588Z[verify-libraries] Compiling atomicwrites v0.4.4
42382026-08-29T21:21:54.668Z[ host-image] Aug 29 21:21:54.039 INFO O| Aug 29 21:21:54.039 INFO O| Planning: Solver setup ... Done
42392026-08-29T21:21:54.694Z[verify-libraries] Compiling compression-codecs v0.4.37
42402026-08-29T21:21:54.721Z[verify-libraries] Compiling slog-bunyan v2.5.0
42412026-08-29T21:21:54.745Z[verify-libraries] Compiling macaddr v1.0.1
42422026-08-29T21:21:54.745Z[verify-libraries] Compiling serde_tokenstream v0.3.0
42432026-08-29T21:21:54.749Z[verify-libraries] Compiling regress v0.10.5
42442026-08-29T21:21:54.749Z[verify-libraries] Compiling instant v0.1.13
42452026-08-29T21:21:54.749Z[verify-libraries] Compiling oxide-generation v0.1.3
42462026-08-29T21:21:54.749Z[verify-libraries] Compiling itertools v0.14.0
42472026-08-29T21:21:54.749Z[verify-libraries] Compiling parse-display-derive v0.10.0
42482026-08-29T21:21:54.830Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42492026-08-29T21:21:54.834ZAug 29 21:21:54.206 INFO [stamp-nexus] process exited with exit status: 0 (5.687036368s)
42502026-08-29T21:21:54.837ZAug 29 21:21:54.206 INFO [tuf-stamp] task succeeded (5.691945096s)
42512026-08-29T21:21:54.837ZAug 29 21:21:54.206 INFO [tuf-v2-zones] running task
42522026-08-29T21:21:54.936Z[verify-libraries] Compiling async-compression v0.4.41
42532026-08-29T21:21:54.936Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
42542026-08-29T21:21:54.947ZAug 29 21:21:54.319 INFO [tuf-v2-zones] task succeeded (112.739256ms)
42552026-08-29T21:21:54.954Z[ host-image] Aug 29 21:21:54.326 INFO O| Aug 29 21:21:54.326 INFO O| Planning: Running solver ... Done
42562026-08-29T21:21:55.016Z[ host-image] Aug 29 21:21:54.385 INFO O| Aug 29 21:21:54.384 INFO O| Planning: Finding local manifests ... Done
42572026-08-29T21:21:55.040Z[ host-image] Aug 29 21:21:54.411 INFO O| Aug 29 21:21:54.411 INFO O| Planning: Fetching manifests: 0/130 0% complete
42582026-08-29T21:21:55.044Z[verify-libraries] Compiling backoff v0.4.0
42592026-08-29T21:21:55.075Z[verify-libraries] Compiling async-stream v0.3.6
42602026-08-29T21:21:55.078Z[verify-libraries] Compiling backon v1.6.0
42612026-08-29T21:21:55.120Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42622026-08-29T21:21:55.123Z[verify-libraries] Compiling humantime v2.3.0
42632026-08-29T21:21:55.123Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
42642026-08-29T21:21:55.123Z[verify-libraries] Compiling convert_case v0.4.0
42652026-08-29T21:21:55.151Z[ recovery-image] Aug 29 21:21:54.523 INFO O| Aug 29 21:21:54.523 INFO O| Startup: Refreshing catalog 'helios' ... Done
42662026-08-29T21:21:55.247Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
42672026-08-29T21:21:55.273Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
42682026-08-29T21:21:55.314Z[verify-libraries] Compiling progenitor-extras v0.2.0
42692026-08-29T21:21:55.338Z[verify-libraries] Compiling indent_write v2.2.0
42702026-08-29T21:21:55.342Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42712026-08-29T21:21:55.383Z[verify-libraries] Compiling regress v0.11.1
42722026-08-29T21:21:55.410Z[verify-libraries] Compiling secrecy v0.10.3
42732026-08-29T21:21:55.434Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
42742026-08-29T21:21:55.573Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42752026-08-29T21:21:55.609Z[verify-libraries] Compiling universal-hash v0.5.1
42762026-08-29T21:21:55.643Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
42772026-08-29T21:21:55.667Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42782026-08-29T21:21:55.670Z[verify-libraries] Compiling derive_more v0.99.20
42792026-08-29T21:21:55.764Z[verify-libraries] Compiling opaque-debug v0.3.1
42802026-08-29T21:21:55.801Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42812026-08-29T21:21:55.870Z[verify-libraries] Compiling poly1305 v0.8.0
42822026-08-29T21:21:55.893Z[verify-libraries] Compiling chacha20 v0.9.1
42832026-08-29T21:21:55.969Z[verify-libraries] Compiling blake2 v0.10.6
42842026-08-29T21:21:56.048Z[verify-libraries] Compiling aead v0.5.2
42852026-08-29T21:21:56.118Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
42862026-08-29T21:21:56.145Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42872026-08-29T21:21:56.215Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42882026-08-29T21:21:56.299Z[verify-libraries] Compiling password-hash v0.5.0
42892026-08-29T21:21:56.346Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42902026-08-29T21:21:56.392Z[verify-libraries] Compiling num-derive v0.4.2
42912026-08-29T21:21:56.485Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42922026-08-29T21:21:56.531Z[ recovery-image] Aug 29 21:21:55.895 INFO O| Aug 29 21:21:55.895 INFO O| Startup: Caching catalogs ... Done
42932026-08-29T21:21:56.541Z[ recovery-image] Aug 29 21:21:55.913 INFO O| Aug 29 21:21:55.913 INFO O| Planning: Planning completed in 0.00 seconds
42942026-08-29T21:21:56.544Z[ recovery-image] Aug 29 21:21:55.913 INFO O| Aug 29 21:21:55.913 INFO O| Planning: Consolidating action changes ... Done
42952026-08-29T21:21:56.545Z[ recovery-image] Aug 29 21:21:55.913 INFO O| Aug 29 21:21:55.913 INFO O| Planning: Evaluating mediators ... Done
42962026-08-29T21:21:56.545Z[ recovery-image] Aug 29 21:21:55.913 INFO O| Aug 29 21:21:55.913 INFO O| Planning: Planning completed in 0.00 seconds
42972026-08-29T21:21:56.545Z[ recovery-image] Aug 29 21:21:55.914 INFO O| Aug 29 21:21:55.914 INFO O| Variants/Facets to change: 1
42982026-08-29T21:21:56.548Z[verify-libraries] Compiling glob v0.3.3
42992026-08-29T21:21:56.558Z[ recovery-image] Aug 29 21:21:55.930 INFO O| Aug 29 21:21:55.929 INFO O| Finalize: Updating package state database ... Done
43002026-08-29T21:21:56.558Z[ recovery-image] Aug 29 21:21:55.930 INFO O| Aug 29 21:21:55.930 INFO O| Finalize: Updating package cache ... Done
43012026-08-29T21:21:56.579Z[verify-libraries] Compiling heapless v0.8.0
43022026-08-29T21:21:56.636Z[verify-libraries] Compiling argon2 v0.5.3
43032026-08-29T21:21:56.653Z[ recovery-image] Aug 29 21:21:56.025 INFO O| Aug 29 21:21:56.025 INFO O| Finalize: Updating image state ... Done
43042026-08-29T21:21:56.671Z[ recovery-image] Aug 29 21:21:56.042 INFO O| Aug 29 21:21:56.042 INFO O| Finalize: Creating fast lookup database ... Done
43052026-08-29T21:21:56.674Z[ recovery-image] Aug 29 21:21:56.043 INFO O| Aug 29 21:21:56.043 INFO O| Finalize: Reading search index ... Done
43062026-08-29T21:21:56.674Z[ recovery-image] Aug 29 21:21:56.043 INFO O| Aug 29 21:21:56.043 INFO O| Finalize: Updating search index ... Done
43072026-08-29T21:21:56.674Z[ recovery-image] Aug 29 21:21:56.045 INFO O| Aug 29 21:21:56.045 INFO O| Finalize: Updating package cache ... Done
43082026-08-29T21:21:56.704Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
43092026-08-29T21:21:56.733Z[verify-libraries] Compiling parse-display v0.10.0
43102026-08-29T21:21:56.767Z[verify-libraries] Compiling proc-macro-error v1.0.4
43112026-08-29T21:21:56.796Z[verify-libraries] Compiling ingot-macros v0.2.0
43122026-08-29T21:21:56.990Z[verify-libraries] Compiling tabwriter v1.4.1
43132026-08-29T21:21:57.014Z[ recovery-image] Aug 29 21:21:56.386 INFO O| Aug 29 21:21:56.386 INFO STEP 6 (pkg_change_variant) COMPLETE
43142026-08-29T21:21:57.014Z[ recovery-image] Aug 29 21:21:56.386 INFO O| Aug 29 21:21:56.386 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43152026-08-29T21:21:57.017Z[ recovery-image] Aug 29 21:21:56.386 INFO O| Aug 29 21:21:56.386 INFO skip step because feature "debug_variant" is not enabled
43162026-08-29T21:21:57.017Z[ recovery-image] Aug 29 21:21:56.386 INFO O| Aug 29 21:21:56.386 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43172026-08-29T21:21:57.051Z[verify-libraries] Compiling typify-impl v0.6.2
43182026-08-29T21:21:57.051Z[verify-libraries] Compiling thiserror-no-std v2.0.2
43192026-08-29T21:21:57.097Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
43202026-08-29T21:21:57.185Z[verify-libraries] Compiling vsss-rs v3.3.4
43212026-08-29T21:21:57.299Z[verify-libraries] Compiling hash32 v0.3.1
43222026-08-29T21:21:57.330Z[ recovery-image] Aug 29 21:21:56.702 INFO O| Aug 29 21:21:56.702 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43232026-08-29T21:21:57.478Z[verify-libraries] Compiling proc-macro-crate v3.4.0
43242026-08-29T21:21:57.512Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43252026-08-29T21:21:57.549Z[verify-libraries] Compiling smoltcp v0.11.0
43262026-08-29T21:21:57.617Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
43272026-08-29T21:21:57.890Z[verify-libraries] Compiling cobs v0.3.0
43282026-08-29T21:21:57.894Z[ host-image] Aug 29 21:21:57.263 INFO O| Aug 29 21:21:57.263 INFO O| Planning: Fetching manifests: 130/130 100% complete
43292026-08-29T21:21:57.932Z[verify-libraries] Compiling colored v3.1.1
43302026-08-29T21:21:57.932Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43312026-08-29T21:21:58.094Z[verify-libraries] Compiling postcard v1.1.3
43322026-08-29T21:21:58.098Z[verify-libraries] Compiling rayon v1.11.0
43332026-08-29T21:21:58.164Z[verify-libraries] Compiling num_enum_derive v0.7.6
43342026-08-29T21:21:58.164Z[verify-libraries] Compiling rand v0.10.1
43352026-08-29T21:21:58.173Z[verify-libraries] Compiling proc-macro-crate v1.3.1
43362026-08-29T21:21:58.412Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43372026-08-29T21:21:58.469Z[verify-libraries] Compiling foreign-types-macros v0.2.3
43382026-08-29T21:21:58.520Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43392026-08-29T21:21:58.544Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43402026-08-29T21:21:58.548Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43412026-08-29T21:21:58.551Z[ host-image] Aug 29 21:21:57.923 INFO O| Aug 29 21:21:57.923 INFO O| Planning: Package planning ... Done
43422026-08-29T21:21:58.647Z[verify-libraries] Compiling foreign-types-shared v0.3.1
43432026-08-29T21:21:58.755Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
43442026-08-29T21:21:58.848Z[verify-libraries] Compiling num_enum_derive v0.5.11
43452026-08-29T21:21:58.937Z[ host-image] Aug 29 21:21:58.308 INFO O| Aug 29 21:21:58.308 INFO O| Planning: Merging actions ... Done
43462026-08-29T21:21:58.940Z[verify-libraries] Compiling illumos-nvpair v0.3.0
43472026-08-29T21:21:58.940Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
43482026-08-29T21:21:59.076Z[ host-image] Aug 29 21:21:58.445 INFO O| Aug 29 21:21:58.445 INFO O| Planning: Checking for conflicting actions ... Done
43492026-08-29T21:21:59.156Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43502026-08-29T21:21:59.198Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43512026-08-29T21:21:59.210Z[ host-image] Aug 29 21:21:58.582 INFO O| Aug 29 21:21:58.581 INFO O| Planning: Consolidating action changes ... Done
43522026-08-29T21:21:59.253Z[verify-libraries] Compiling cstr-argument v0.1.2
43532026-08-29T21:21:59.282Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
43542026-08-29T21:21:59.282Z[verify-libraries] Compiling foreign-types v0.5.0
43552026-08-29T21:21:59.396Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
43562026-08-29T21:21:59.396Z[ host-image] Aug 29 21:21:58.766 INFO O| Aug 29 21:21:58.766 INFO O| Planning: Evaluating mediators ... Done
43572026-08-29T21:21:59.455Z[ recovery-image] Aug 29 21:21:58.827 INFO O| Aug 29 21:21:58.827 INFO O| Startup: Refreshing catalog 'helios' ... Done
43582026-08-29T21:21:59.458Z[verify-libraries] Compiling num_enum v0.7.6
43592026-08-29T21:21:59.461Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
43602026-08-29T21:21:59.545Z[verify-libraries] Compiling sigpipe v0.1.3
43612026-08-29T21:21:59.624Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43622026-08-29T21:21:59.659Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
43632026-08-29T21:21:59.698Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
43642026-08-29T21:21:59.701Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
43652026-08-29T21:21:59.702Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
43662026-08-29T21:21:59.761Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43672026-08-29T21:21:59.764Z[verify-libraries] Compiling itertools v0.12.1
43682026-08-29T21:21:59.884Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43692026-08-29T21:21:59.917Z[ recovery-image] Aug 29 21:21:59.289 INFO O| Aug 29 21:21:59.289 INFO O| Startup: Caching catalogs ... Done
43702026-08-29T21:21:59.939Z[ recovery-image] Aug 29 21:21:59.307 INFO O| Aug 29 21:21:59.307 INFO O| Planning: Planning completed in 0.00 seconds
43712026-08-29T21:21:59.939Z[ recovery-image] Aug 29 21:21:59.308 INFO O| Aug 29 21:21:59.308 INFO O| Planning: Consolidating action changes ... Done
43722026-08-29T21:21:59.939Z[ recovery-image] Aug 29 21:21:59.308 INFO O| Aug 29 21:21:59.308 INFO O| Planning: Evaluating mediators ... Done
43732026-08-29T21:21:59.939Z[ recovery-image] Aug 29 21:21:59.308 INFO O| Aug 29 21:21:59.308 INFO O| Planning: Planning completed in 0.00 seconds
43742026-08-29T21:21:59.939Z[ recovery-image] Aug 29 21:21:59.308 INFO O| Aug 29 21:21:59.308 INFO O| Variants/Facets to change: 1
43752026-08-29T21:21:59.944Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
43762026-08-29T21:21:59.947Z[ recovery-image] Aug 29 21:21:59.319 INFO O| Aug 29 21:21:59.319 INFO O| Finalize: Updating package state database ... Done
43772026-08-29T21:21:59.947Z[ recovery-image] Aug 29 21:21:59.319 INFO O| Aug 29 21:21:59.319 INFO O| Finalize: Updating package cache ... Done
43782026-08-29T21:21:59.979Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
43792026-08-29T21:22:00.035Z[ recovery-image] Aug 29 21:21:59.406 INFO O| Aug 29 21:21:59.406 INFO O| Finalize: Updating image state ... Done
43802026-08-29T21:22:00.048Z[verify-libraries] Compiling num_enum v0.5.11
43812026-08-29T21:22:00.048Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43822026-08-29T21:22:00.052Z[ recovery-image] Aug 29 21:21:59.423 INFO O| Aug 29 21:21:59.423 INFO O| Finalize: Creating fast lookup database ... Done
43832026-08-29T21:22:00.052Z[ recovery-image] Aug 29 21:21:59.424 INFO O| Aug 29 21:21:59.424 INFO O| Finalize: Reading search index ... Done
43842026-08-29T21:22:00.052Z[ recovery-image] Aug 29 21:21:59.424 INFO O| Aug 29 21:21:59.424 INFO O| Finalize: Updating search index ... Done
43852026-08-29T21:22:00.055Z[ recovery-image] Aug 29 21:21:59.425 INFO O| Aug 29 21:21:59.425 INFO O| Finalize: Updating package cache ... Done
43862026-08-29T21:22:00.114Z[verify-libraries] Compiling ingot-types v0.2.0
43872026-08-29T21:22:00.215Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43882026-08-29T21:22:00.215Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43892026-08-29T21:22:00.279Z[verify-libraries] Compiling smf v0.2.3
43902026-08-29T21:22:00.279Z[verify-libraries] Compiling whoami v1.6.1
43912026-08-29T21:22:00.332Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43922026-08-29T21:22:00.332Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43932026-08-29T21:22:00.354Z[ recovery-image] Aug 29 21:21:59.726 INFO O| Aug 29 21:21:59.726 INFO STEP 8 (pkg_change_facet) COMPLETE
43942026-08-29T21:22:00.354Z[ recovery-image] Aug 29 21:21:59.726 INFO O| Aug 29 21:21:59.726 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43952026-08-29T21:22:00.396Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43962026-08-29T21:22:00.594Z[verify-libraries] Compiling ingot v0.2.1
43972026-08-29T21:22:00.628Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43982026-08-29T21:22:00.650Z[verify-libraries] Compiling gethostname v0.5.0
43992026-08-29T21:22:00.653Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
44002026-08-29T21:22:00.672Z[ recovery-image] Aug 29 21:22:00.043 INFO O| Aug 29 21:22:00.043 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44012026-08-29T21:22:00.705Z[verify-libraries] Compiling slog-dtrace v0.3.0
44022026-08-29T21:22:00.811Z[ host-image] Aug 29 21:22:00.183 INFO O| Aug 29 21:22:00.183 INFO O| Planning: Planning completed in 8.79 seconds
44032026-08-29T21:22:00.814Z[ host-image] Aug 29 21:22:00.185 INFO O| Aug 29 21:22:00.185 INFO O| Packages to install: 130
44042026-08-29T21:22:00.814Z[ host-image] Aug 29 21:22:00.185 INFO O| Aug 29 21:22:00.185 INFO O| Mediators to change: 5
44052026-08-29T21:22:00.814Z[ host-image] Aug 29 21:22:00.185 INFO O| Aug 29 21:22:00.185 INFO O| Services to change: 6
44062026-08-29T21:22:00.846Z[verify-libraries] Compiling newline-converter v0.3.0
44072026-08-29T21:22:00.850Z[ host-image] Aug 29 21:22:00.223 INFO O| Aug 29 21:22:00.223 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
44082026-08-29T21:22:00.887Z[verify-libraries] Compiling console v0.15.11
44092026-08-29T21:22:00.972Z[verify-libraries] Compiling linear-map v1.2.0
44102026-08-29T21:22:01.025Z[verify-libraries] Compiling num-rational v0.4.2
44112026-08-29T21:22:01.049Z[verify-libraries] Compiling zone v0.3.1
44122026-08-29T21:22:01.049Z[verify-libraries] Compiling num-complex v0.4.6
44132026-08-29T21:22:01.129Z[verify-libraries] Compiling prettyplease v0.2.37
44142026-08-29T21:22:01.227Z[verify-libraries] Compiling float-ord v0.3.2
44152026-08-29T21:22:01.420Z[verify-libraries] Compiling expectorate v1.2.0
44162026-08-29T21:22:01.532Z[verify-libraries] Compiling num v0.4.3
44172026-08-29T21:22:01.563Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44182026-08-29T21:22:01.566Z[verify-libraries] Compiling minimal-lexical v0.2.1
44192026-08-29T21:22:01.650Z[verify-libraries] Compiling oxide-update-engine v0.1.2
44202026-08-29T21:22:01.678Z[verify-libraries] Compiling unicode-xid v0.2.6
44212026-08-29T21:22:01.699Z[verify-libraries] Compiling tabled_derive v0.7.0
44222026-08-29T21:22:01.703Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
44232026-08-29T21:22:01.815Z[verify-libraries] Compiling ar_archive_writer v0.5.1
44242026-08-29T21:22:01.853Z[verify-libraries] Compiling nom v7.1.3
44252026-08-29T21:22:01.908Z[verify-libraries] Compiling fd-lock v4.0.4
44262026-08-29T21:22:01.911Z[verify-libraries] Compiling vte v0.14.1
44272026-08-29T21:22:01.972Z[verify-libraries] Compiling display-error-chain v0.2.2
44282026-08-29T21:22:02.136Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
44292026-08-29T21:22:02.191Z[verify-libraries] Compiling crossterm v0.29.0
44302026-08-29T21:22:02.216Z[verify-libraries] Compiling nu-ansi-term v0.50.3
44312026-08-29T21:22:02.216Z[verify-libraries] Compiling typify-macro v0.6.2
44322026-08-29T21:22:02.267Z[verify-libraries] Compiling stacker v0.1.23
44332026-08-29T21:22:02.397Z[verify-libraries] Compiling cfg_aliases v0.1.1
44342026-08-29T21:22:02.464Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44352026-08-29T21:22:02.509Z[verify-libraries] Compiling reedline v0.40.0
44362026-08-29T21:22:02.537Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44372026-08-29T21:22:02.589Z[verify-libraries] Compiling nix v0.28.0
44382026-08-29T21:22:02.643Z[verify-libraries] Compiling termtree v0.5.1
44392026-08-29T21:22:02.736Z[verify-libraries] Compiling semver v0.1.20
44402026-08-29T21:22:02.761Z[ recovery-image] Aug 29 21:22:02.133 INFO O| Aug 29 21:22:02.133 INFO O| Startup: Refreshing catalog 'helios' ... Done
44412026-08-29T21:22:02.777Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44422026-08-29T21:22:02.817Z[verify-libraries] Compiling psm v0.1.30
44432026-08-29T21:22:02.852Z[verify-libraries] Compiling phf_shared v0.12.1
44442026-08-29T21:22:02.855Z[verify-libraries] Compiling tabled v0.15.0
44452026-08-29T21:22:02.855Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
44462026-08-29T21:22:02.928Z[verify-libraries] Compiling nibble_vec v0.1.0
44472026-08-29T21:22:03.090Z[verify-libraries] Compiling rustc_version v0.1.7
44482026-08-29T21:22:03.125Z[verify-libraries] Compiling endian-type v0.1.2
44492026-08-29T21:22:03.160Z[verify-libraries] Compiling highway v1.3.0
44502026-08-29T21:22:03.160Z[verify-libraries] Compiling chrono-tz v0.10.4
44512026-08-29T21:22:03.259Z[ recovery-image] Aug 29 21:22:02.630 INFO O| Aug 29 21:22:02.630 INFO O| Startup: Caching catalogs ... Done
44522026-08-29T21:22:03.276Z[ recovery-image] Aug 29 21:22:02.648 INFO O| Aug 29 21:22:02.648 INFO O| Planning: Planning completed in 0.00 seconds
44532026-08-29T21:22:03.280Z[ recovery-image] Aug 29 21:22:02.649 INFO O| Aug 29 21:22:02.649 INFO O| Planning: Consolidating action changes ... Done
44542026-08-29T21:22:03.280Z[ recovery-image] Aug 29 21:22:02.649 INFO O| Aug 29 21:22:02.649 INFO O| Planning: Evaluating mediators ... Done
44552026-08-29T21:22:03.280Z[ recovery-image] Aug 29 21:22:02.649 INFO O| Aug 29 21:22:02.649 INFO O| Planning: Planning completed in 0.00 seconds
44562026-08-29T21:22:03.280Z[ recovery-image] Aug 29 21:22:02.649 INFO O| Aug 29 21:22:02.649 INFO O| Variants/Facets to change: 1
44572026-08-29T21:22:03.288Z[ recovery-image] Aug 29 21:22:02.660 INFO O| Aug 29 21:22:02.660 INFO O| Finalize: Updating package state database ... Done
44582026-08-29T21:22:03.288Z[ recovery-image] Aug 29 21:22:02.660 INFO O| Aug 29 21:22:02.660 INFO O| Finalize: Updating package cache ... Done
44592026-08-29T21:22:03.339Z[verify-libraries] Compiling radix_trie v0.2.1
44602026-08-29T21:22:03.367Z[ recovery-image] Aug 29 21:22:02.739 INFO O| Aug 29 21:22:02.738 INFO O| Finalize: Updating image state ... Done
44612026-08-29T21:22:03.407Z[ recovery-image] Aug 29 21:22:02.773 INFO O| Aug 29 21:22:02.773 INFO O| Finalize: Creating fast lookup database ... Done
44622026-08-29T21:22:03.407Z[ recovery-image] Aug 29 21:22:02.773 INFO O| Aug 29 21:22:02.773 INFO O| Finalize: Reading search index ... Done
44632026-08-29T21:22:03.407Z[ recovery-image] Aug 29 21:22:02.773 INFO O| Aug 29 21:22:02.773 INFO O| Finalize: Updating search index ... Done
44642026-08-29T21:22:03.411Z[ recovery-image] Aug 29 21:22:02.774 INFO O| Aug 29 21:22:02.774 INFO O| Finalize: Updating package cache ... Done
44652026-08-29T21:22:03.492Z[verify-libraries] Compiling newtype_derive v0.1.6
44662026-08-29T21:22:03.545Z[verify-libraries] Compiling phf v0.12.1
44672026-08-29T21:22:03.548Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44682026-08-29T21:22:03.627Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44692026-08-29T21:22:03.689Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44702026-08-29T21:22:03.760Z[verify-libraries] Compiling peg-macros v0.8.5
44712026-08-29T21:22:03.791Z[ recovery-image] Aug 29 21:22:03.162 INFO O| Aug 29 21:22:03.162 INFO STEP 9 (pkg_change_facet) COMPLETE
44722026-08-29T21:22:03.791Z[ recovery-image] Aug 29 21:22:03.162 INFO O| Aug 29 21:22:03.162 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44732026-08-29T21:22:03.805Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44742026-08-29T21:22:03.808Z[verify-libraries] Compiling csv-core v0.1.13
44752026-08-29T21:22:03.808Z[verify-libraries] Compiling winnow v0.6.26
44762026-08-29T21:22:03.921Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44772026-08-29T21:22:03.953Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44782026-08-29T21:22:04.154Z[ recovery-image] Aug 29 21:22:03.526 INFO O| Aug 29 21:22:03.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44792026-08-29T21:22:04.167Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
44802026-08-29T21:22:04.218Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
44812026-08-29T21:22:04.288Z[verify-libraries] Compiling typify v0.6.2
44822026-08-29T21:22:04.389Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44832026-08-29T21:22:04.511Z[verify-libraries] Compiling progenitor-impl v0.14.0
44842026-08-29T21:22:04.834Z[verify-libraries] Compiling home v0.5.12
44852026-08-29T21:22:05.022Z[verify-libraries] Compiling recursive v0.1.1
44862026-08-29T21:22:05.023Z[verify-libraries] Compiling unicode_categories v0.1.1
44872026-08-29T21:22:05.070Z[verify-libraries] Compiling rustyline v14.0.0
44882026-08-29T21:22:05.095Z[verify-libraries] Compiling const_format v0.2.35
44892026-08-29T21:22:05.188Z[verify-libraries] Compiling sqlparser v0.61.0
44902026-08-29T21:22:05.316Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44912026-08-29T21:22:05.352Z[verify-libraries] Compiling peg v0.8.5
44922026-08-29T21:22:05.423Z[verify-libraries] Compiling sqlformat v0.3.5
44932026-08-29T21:22:05.503Z[verify-libraries] Compiling csv v1.4.0
44942026-08-29T21:22:05.541Z[verify-libraries] Compiling bcs v0.1.6
44952026-08-29T21:22:05.609Z[verify-libraries] Compiling nom v8.0.0
44962026-08-29T21:22:05.758Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44972026-08-29T21:22:05.863Z[ host-image] Aug 29 21:22:05.235 INFO O| Aug 29 21:22:05.235 INFO O| Download: 10952/23888 items 96.5/222.8MB 43% complete (19.4M/s)
44982026-08-29T21:22:05.958Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44992026-08-29T21:22:06.058Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45002026-08-29T21:22:06.086Z[verify-libraries] Compiling steno v0.4.1
45012026-08-29T21:22:06.177Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
45022026-08-29T21:22:06.302Z[verify-libraries] Compiling utf-8 v0.7.6
45032026-08-29T21:22:06.460Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
45042026-08-29T21:22:06.464Z[ recovery-image] Aug 29 21:22:05.836 INFO O| Aug 29 21:22:05.836 INFO O| Startup: Refreshing catalog 'helios' ... Done
45052026-08-29T21:22:06.506Z[verify-libraries] Compiling tagptr v0.2.0
45062026-08-29T21:22:06.555Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
45072026-08-29T21:22:06.711Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
45082026-08-29T21:22:06.734Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
45092026-08-29T21:22:06.769Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45102026-08-29T21:22:06.832Z[verify-libraries] Compiling moka v0.12.13
45112026-08-29T21:22:06.902Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45122026-08-29T21:22:06.909Z[verify-libraries] Compiling tungstenite v0.21.0
45132026-08-29T21:22:06.977Z[ recovery-image] Aug 29 21:22:06.349 INFO O| Aug 29 21:22:06.349 INFO O| Startup: Caching catalogs ... Done
45142026-08-29T21:22:06.995Z[ recovery-image] Aug 29 21:22:06.367 INFO O| Aug 29 21:22:06.367 INFO O| Planning: Planning completed in 0.00 seconds
45152026-08-29T21:22:06.998Z[ recovery-image] Aug 29 21:22:06.368 INFO O| Aug 29 21:22:06.368 INFO O| Planning: Consolidating action changes ... Done
45162026-08-29T21:22:06.998Z[ recovery-image] Aug 29 21:22:06.368 INFO O| Aug 29 21:22:06.368 INFO O| Planning: Evaluating mediators ... Done
45172026-08-29T21:22:06.998Z[ recovery-image] Aug 29 21:22:06.368 INFO O| Aug 29 21:22:06.368 INFO O| Planning: Planning completed in 0.00 seconds
45182026-08-29T21:22:06.998Z[ recovery-image] Aug 29 21:22:06.368 INFO O| Aug 29 21:22:06.368 INFO O| Variants/Facets to change: 1
45192026-08-29T21:22:07.008Z[ recovery-image] Aug 29 21:22:06.380 INFO O| Aug 29 21:22:06.380 INFO O| Finalize: Updating package state database ... Done
45202026-08-29T21:22:07.008Z[ recovery-image] Aug 29 21:22:06.380 INFO O| Aug 29 21:22:06.380 INFO O| Finalize: Updating package cache ... Done
45212026-08-29T21:22:07.077Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45222026-08-29T21:22:07.094Z[ recovery-image] Aug 29 21:22:06.466 INFO O| Aug 29 21:22:06.466 INFO O| Finalize: Updating image state ... Done
45232026-08-29T21:22:07.108Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45242026-08-29T21:22:07.112Z[ recovery-image] Aug 29 21:22:06.484 INFO O| Aug 29 21:22:06.484 INFO O| Finalize: Creating fast lookup database ... Done
45252026-08-29T21:22:07.116Z[ recovery-image] Aug 29 21:22:06.485 INFO O| Aug 29 21:22:06.485 INFO O| Finalize: Reading search index ... Done
45262026-08-29T21:22:07.116Z[ recovery-image] Aug 29 21:22:06.485 INFO O| Aug 29 21:22:06.485 INFO O| Finalize: Updating search index ... Done
45272026-08-29T21:22:07.124Z[ recovery-image] Aug 29 21:22:06.495 INFO O| Aug 29 21:22:06.495 INFO O| Finalize: Updating package cache ... Done
45282026-08-29T21:22:07.144Z[verify-libraries] Compiling libefi-sys v0.1.0
45292026-08-29T21:22:07.174Z[verify-libraries] Compiling bitfield-struct v0.6.2
45302026-08-29T21:22:07.238Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45312026-08-29T21:22:07.374Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
45322026-08-29T21:22:07.424Z[verify-libraries] Compiling progenitor-macro v0.14.0
45332026-08-29T21:22:07.432Z[ recovery-image] Aug 29 21:22:06.804 INFO O| Aug 29 21:22:06.804 INFO STEP 10 (pkg_change_facet) COMPLETE
45342026-08-29T21:22:07.432Z[ recovery-image] Aug 29 21:22:06.804 INFO O| Aug 29 21:22:06.804 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-08-29T21:22:07.442Z[ recovery-image] Aug 29 21:22:06.814 INFO O| Aug 29 21:22:06.814 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"]
45362026-08-29T21:22:07.753Z[verify-libraries] Compiling hickory-resolver v0.25.2
45372026-08-29T21:22:07.756Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
45382026-08-29T21:22:07.803Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
45392026-08-29T21:22:07.897Z[verify-libraries] Compiling xshell-macros v0.2.7
45402026-08-29T21:22:08.018Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45412026-08-29T21:22:08.049Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45422026-08-29T21:22:08.248Z[verify-libraries] Compiling libscf-sys v1.2.0
45432026-08-29T21:22:08.289Z[verify-libraries] Compiling sha2 v0.11.0
45442026-08-29T21:22:08.332Z[verify-libraries] Compiling subprocess v0.2.15
45452026-08-29T21:22:08.429Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
45462026-08-29T21:22:08.512Z[verify-libraries] Compiling xshell v0.2.7
45472026-08-29T21:22:08.513Z[verify-libraries] Compiling papergrid v0.18.0
45482026-08-29T21:22:08.605Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
45492026-08-29T21:22:09.093Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45502026-08-29T21:22:09.165Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45512026-08-29T21:22:09.201Z[verify-libraries] Compiling headers-core v0.3.0
45522026-08-29T21:22:09.302Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45532026-08-29T21:22:09.353Z[verify-libraries] Compiling unicase v2.9.0
45542026-08-29T21:22:09.393Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45552026-08-29T21:22:09.429Z[verify-libraries] Compiling headers v0.4.1
45562026-08-29T21:22:09.643Z[verify-libraries] Compiling tabled v0.21.0
45572026-08-29T21:22:09.908Z[verify-libraries] Compiling darling_core v0.21.3
45582026-08-29T21:22:09.924Z[ recovery-image] Aug 29 21:22:09.296 INFO O| Aug 29 21:22:09.296 INFO O| Startup: Refreshing catalog 'helios' ... Done
45592026-08-29T21:22:09.948Z[verify-libraries] Compiling maplit v1.0.2
45602026-08-29T21:22:10.137Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45612026-08-29T21:22:10.167Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
45622026-08-29T21:22:10.288Z[verify-libraries] Compiling yasna v0.5.2
45632026-08-29T21:22:10.386Z[verify-libraries] Compiling crc8 v0.1.1
45642026-08-29T21:22:10.415Z[ recovery-image] Aug 29 21:22:09.786 INFO O| Aug 29 21:22:09.786 INFO O| Startup: Caching catalogs ... Done
45652026-08-29T21:22:10.471Z[verify-libraries] Compiling vergen-lib v0.1.6
45662026-08-29T21:22:10.530Z[verify-libraries] Compiling diesel_derives v2.3.7
45672026-08-29T21:22:10.605Z[verify-libraries] Compiling port-file v0.1.0
45682026-08-29T21:22:10.679Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45692026-08-29T21:22:10.784Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45702026-08-29T21:22:10.836Z[verify-libraries] Compiling rcgen v0.12.1
45712026-08-29T21:22:10.864Z[ host-image] Aug 29 21:22:10.235 INFO O| Aug 29 21:22:10.235 INFO O| Download: 22871/23888 items 205.8/222.8MB 92% complete (20.5M/s)
45722026-08-29T21:22:10.927Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45732026-08-29T21:22:10.961Z[verify-libraries] Compiling half v1.8.3
45742026-08-29T21:22:11.107Z[verify-libraries] Compiling r2d2 v0.8.10
45752026-08-29T21:22:11.185Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45762026-08-29T21:22:11.224Z[verify-libraries] Compiling serde_cbor v0.11.2
45772026-08-29T21:22:11.289Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45782026-08-29T21:22:11.610Z[verify-libraries] Compiling crunchy v0.2.4
45792026-08-29T21:22:11.681Z[ host-image] Aug 29 21:22:11.053 INFO O| Aug 29 21:22:11.053 INFO O| Download: Completed 222.83 MB in 10.83 seconds (20.5M/s)
45802026-08-29T21:22:11.681Z[verify-libraries] Compiling cpubits v0.1.1
45812026-08-29T21:22:11.782Z[verify-libraries] Compiling downcast-rs v2.0.2
45822026-08-29T21:22:11.821Z[verify-libraries] Compiling dirs-next v2.0.0
45832026-08-29T21:22:11.924Z[verify-libraries] Compiling clang-sys v1.8.1
45842026-08-29T21:22:11.953Z[verify-libraries] Compiling tiny-keccak v2.0.2
45852026-08-29T21:22:12.037Z[verify-libraries] Compiling term v0.7.0
45862026-08-29T21:22:12.127Z[ host-image] Aug 29 21:22:11.499 INFO O| Aug 29 21:22:11.499 INFO O| Actions: 1/54182 actions (Installing new actions)
45872026-08-29T21:22:12.186Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45882026-08-29T21:22:12.357Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45892026-08-29T21:22:12.418Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45902026-08-29T21:22:12.491Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45912026-08-29T21:22:12.560Z[verify-libraries] Compiling darling_macro v0.21.3
45922026-08-29T21:22:12.563Z[verify-libraries] Compiling bit-vec v0.6.3
45932026-08-29T21:22:12.647Z[verify-libraries] Compiling diff v0.1.13
45942026-08-29T21:22:12.681Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45952026-08-29T21:22:12.681Z[verify-libraries] Compiling ascii-canvas v3.0.0
45962026-08-29T21:22:12.788Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45972026-08-29T21:22:12.863Z[verify-libraries] Compiling bit-set v0.5.3
45982026-08-29T21:22:12.895Z[verify-libraries] Compiling itertools v0.10.5
45992026-08-29T21:22:12.987Z[verify-libraries] Compiling ena v0.14.4
46002026-08-29T21:22:13.046Z[verify-libraries] Compiling progenitor v0.14.0
46012026-08-29T21:22:13.078Z[verify-libraries] Compiling libloading v0.8.9
46022026-08-29T21:22:13.082Z[verify-libraries] Compiling regex-syntax v0.6.29
46032026-08-29T21:22:13.150Z[verify-libraries] Compiling darling v0.21.3
46042026-08-29T21:22:13.189Z[verify-libraries] Compiling bindgen v0.71.1
46052026-08-29T21:22:13.314Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46062026-08-29T21:22:13.314Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46072026-08-29T21:22:13.314Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46082026-08-29T21:22:13.414Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
46092026-08-29T21:22:13.433Z[ recovery-image] Aug 29 21:22:12.805 INFO O| Aug 29 21:22:12.805 INFO O| Planning: Solver setup ... Done
46102026-08-29T21:22:13.437Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
46112026-08-29T21:22:13.440Z[verify-libraries] Compiling dsl_auto_type v0.2.0
46122026-08-29T21:22:13.447Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46132026-08-29T21:22:13.518Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
46142026-08-29T21:22:13.791Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46152026-08-29T21:22:13.821Z[ recovery-image] Aug 29 21:22:13.193 INFO O| Aug 29 21:22:13.193 INFO O| Planning: Running solver ... Done
46162026-08-29T21:22:13.880Z[ recovery-image] Aug 29 21:22:13.251 INFO O| Aug 29 21:22:13.251 INFO O| Planning: Finding local manifests ... Done
46172026-08-29T21:22:13.934Z[ recovery-image] Aug 29 21:22:13.306 INFO O| Aug 29 21:22:13.306 INFO O| Planning: Fetching manifests: 0/130 0% complete
46182026-08-29T21:22:13.941Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46192026-08-29T21:22:14.336Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46202026-08-29T21:22:14.342Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46212026-08-29T21:22:14.342Z[verify-libraries] Compiling cexpr v0.6.0
46222026-08-29T21:22:14.446Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46232026-08-29T21:22:14.616Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
46242026-08-29T21:22:14.746Z[verify-libraries] Compiling lalrpop v0.19.12
46252026-08-29T21:22:15.064Z[verify-libraries] Compiling rustc-hash v2.1.1
46262026-08-29T21:22:15.137Z[verify-libraries] Compiling libxml v0.3.3
46272026-08-29T21:22:15.206Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46282026-08-29T21:22:15.317Z[verify-libraries] Compiling strum_macros v0.24.3
46292026-08-29T21:22:15.503Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46302026-08-29T21:22:15.559Z[verify-libraries] Compiling hmac v0.13.0
46312026-08-29T21:22:15.621Z[verify-libraries] Compiling universal-hash v0.6.1
46322026-08-29T21:22:15.621Z[verify-libraries] Compiling fxhash v0.2.1
46332026-08-29T21:22:15.810Z[verify-libraries] Compiling indoc v1.0.9
46342026-08-29T21:22:16.086Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46352026-08-29T21:22:16.139Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46362026-08-29T21:22:16.210Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46372026-08-29T21:22:16.352Z[verify-libraries] Compiling oso-derive v0.27.3
46382026-08-29T21:22:16.450Z[verify-libraries] Compiling quick-xml v0.37.5
46392026-08-29T21:22:16.532Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46402026-08-29T21:22:16.601Z[verify-libraries] Compiling openssl-probe v0.1.6
46412026-08-29T21:22:16.999Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46422026-08-29T21:22:17.027Z[verify-libraries] Compiling polyval v0.7.1
46432026-08-29T21:22:17.050Z[verify-libraries] Compiling der v0.8.0
46442026-08-29T21:22:17.095Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46452026-08-29T21:22:17.127Z[ host-image] Aug 29 21:22:16.499 INFO O| Aug 29 21:22:16.499 INFO O| Actions: 22034/54182 actions (Installing new actions)
46462026-08-29T21:22:17.174Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46472026-08-29T21:22:17.353Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
46482026-08-29T21:22:17.388Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46492026-08-29T21:22:17.845Z[ recovery-image] Aug 29 21:22:17.217 INFO O| Aug 29 21:22:17.216 INFO O| Planning: Fetching manifests: 130/130 100% complete
46502026-08-29T21:22:18.193Z[verify-libraries] Compiling git-stub v1.0.0
46512026-08-29T21:22:18.269Z[ recovery-image] Aug 29 21:22:17.640 INFO O| Aug 29 21:22:17.640 INFO O| Planning: Package planning ... Done
46522026-08-29T21:22:18.286Z[verify-libraries] Compiling kstat-rs v0.2.5
46532026-08-29T21:22:18.289Z[verify-libraries] Compiling trait-variant v0.1.2
46542026-08-29T21:22:18.289Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46552026-08-29T21:22:18.506Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46562026-08-29T21:22:18.553Z[verify-libraries] Compiling ghash v0.6.0
46572026-08-29T21:22:18.584Z[ recovery-image] Aug 29 21:22:17.956 INFO O| Aug 29 21:22:17.956 INFO O| Planning: Merging actions ... Done
46582026-08-29T21:22:18.660Z[ recovery-image] Aug 29 21:22:18.031 INFO O| Aug 29 21:22:18.031 INFO O| Planning: Checking for conflicting actions ... Done
46592026-08-29T21:22:18.711Z[verify-libraries] Compiling pbkdf2 v0.13.0
46602026-08-29T21:22:18.716Z[ recovery-image] Aug 29 21:22:18.088 INFO O| Aug 29 21:22:18.088 INFO O| Planning: Consolidating action changes ... Done
46612026-08-29T21:22:18.839Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46622026-08-29T21:22:18.855Z[ recovery-image] Aug 29 21:22:18.227 INFO O| Aug 29 21:22:18.227 INFO O| Planning: Evaluating mediators ... Done
46632026-08-29T21:22:18.907Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46642026-08-29T21:22:18.990Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-08-29T21:22:19.140Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46662026-08-29T21:22:19.170Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46672026-08-29T21:22:19.859Z[verify-libraries] Compiling crypto-bigint v0.7.5
46682026-08-29T21:22:19.894Z[verify-libraries] Compiling aes v0.9.1
46692026-08-29T21:22:20.237Z[verify-libraries] Compiling diesel v2.3.7
46702026-08-29T21:22:20.391Z[ recovery-image] Aug 29 21:22:19.762 INFO O| Aug 29 21:22:19.762 INFO O| Planning: Planning completed in 9.96 seconds
46712026-08-29T21:22:20.394Z[ recovery-image] Aug 29 21:22:19.765 INFO O| Aug 29 21:22:19.765 INFO O| Packages to install: 130
46722026-08-29T21:22:20.394Z[ recovery-image] Aug 29 21:22:19.765 INFO O| Aug 29 21:22:19.765 INFO O| Mediators to change: 5
46732026-08-29T21:22:20.394Z[ recovery-image] Aug 29 21:22:19.765 INFO O| Aug 29 21:22:19.765 INFO O| Services to change: 5
46742026-08-29T21:22:20.422Z[ recovery-image] Aug 29 21:22:19.794 INFO O| Aug 29 21:22:19.794 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46752026-08-29T21:22:20.678Z[ host-image] Aug 29 21:22:20.050 INFO O| Aug 29 21:22:20.050 INFO O| Actions: Completed 54182 actions in 8.55 seconds.
46762026-08-29T21:22:20.791Z[ host-image] Aug 29 21:22:20.163 INFO O| Aug 29 21:22:20.163 INFO O| Finalize: Updating package state database ... Done
46772026-08-29T21:22:20.791Z[ host-image] Aug 29 21:22:20.163 INFO O| Aug 29 21:22:20.163 INFO O| Finalize: Updating package cache ... Done
46782026-08-29T21:22:20.900Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46792026-08-29T21:22:20.958Z[ host-image] Aug 29 21:22:20.330 INFO O| Aug 29 21:22:20.329 INFO O| Finalize: Updating image state ... Done
46802026-08-29T21:22:21.255Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46812026-08-29T21:22:21.288Z[verify-libraries] Compiling ctr v0.10.1
46822026-08-29T21:22:21.339Z[verify-libraries] Compiling aead v0.6.1
46832026-08-29T21:22:21.573Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46842026-08-29T21:22:21.632Z[verify-libraries] Compiling bb8 v0.8.6
46852026-08-29T21:22:21.671Z[verify-libraries] Compiling dashu-int v0.5.1
46862026-08-29T21:22:22.054Z[verify-libraries] Compiling seq-macro v0.3.6
46872026-08-29T21:22:22.078Z[verify-libraries] Compiling parking_lot_core v0.8.6
46882026-08-29T21:22:22.135Z[ host-image] Aug 29 21:22:21.507 INFO O| Aug 29 21:22:21.507 INFO O| Finalize: Creating fast lookup database ... Done
46892026-08-29T21:22:22.165Z[ host-image] Aug 29 21:22:21.536 INFO O| Aug 29 21:22:21.536 INFO O| Finalize: Reading search index ... Done
46902026-08-29T21:22:22.435Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46912026-08-29T21:22:22.718Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46922026-08-29T21:22:22.739Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46932026-08-29T21:22:23.023Z[verify-libraries] Compiling aes-gcm v0.11.0
46942026-08-29T21:22:23.280Z[verify-libraries] Compiling spki v0.8.0
46952026-08-29T21:22:23.441Z[verify-libraries] Compiling mime_guess v2.0.5
46962026-08-29T21:22:23.444Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46972026-08-29T21:22:23.510Z[verify-libraries] Compiling salsa20 v0.11.0
46982026-08-29T21:22:23.677Z[verify-libraries] Compiling ssh-encoding v0.2.0
46992026-08-29T21:22:23.750Z[verify-libraries] Compiling nanorand v0.7.0
47002026-08-29T21:22:23.791Z[verify-libraries] Compiling num-modular v0.6.5
47012026-08-29T21:22:24.119Z[verify-libraries] Compiling dashu-base v0.5.1
47022026-08-29T21:22:24.148Z[verify-libraries] Compiling rlimit v0.10.2
47032026-08-29T21:22:24.243Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47042026-08-29T21:22:24.513Z[verify-libraries] Compiling ssh-cipher v0.2.0
47052026-08-29T21:22:24.539Z[verify-libraries] Compiling flume v0.11.1
47062026-08-29T21:22:24.716Z[verify-libraries] Compiling scrypt v0.12.0
47072026-08-29T21:22:24.925Z[verify-libraries] Compiling tungstenite v0.28.0
47082026-08-29T21:22:24.943Z[ host-image] Aug 29 21:22:24.315 INFO O| Aug 29 21:22:24.315 INFO O| Finalize: Building new search index ... Done
47092026-08-29T21:22:25.156Z[verify-libraries] Compiling p256 v0.13.2
47102026-08-29T21:22:25.187Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47112026-08-29T21:22:25.330Z[verify-libraries] Compiling cbc v0.2.1
47122026-08-29T21:22:25.411Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
47132026-08-29T21:22:25.422Z[ recovery-image] Aug 29 21:22:24.794 INFO O| Aug 29 21:22:24.794 INFO O| Download: 9928/16682 items 103.5/200.0MB 51% complete (20.8M/s)
47142026-08-29T21:22:25.428Z[ host-image] Aug 29 21:22:24.800 INFO O| Aug 29 21:22:24.800 INFO O| Finalize: Updating package cache ... Done
47152026-08-29T21:22:25.537Z[verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
47162026-08-29T21:22:25.587Z[verify-libraries] Compiling nonempty v0.12.0
47172026-08-29T21:22:25.623Z[verify-libraries] Compiling http-range v0.1.5
47182026-08-29T21:22:25.720Z[verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
47192026-08-29T21:22:25.783Z[ host-image] Aug 29 21:22:25.154 INFO O| Aug 29 21:22:25.154 INFO STEP 11 (pkg_install) COMPLETE
47202026-08-29T21:22:25.783Z[ host-image] Aug 29 21:22:25.155 INFO O| Aug 29 21:22:25.154 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47212026-08-29T21:22:25.794Z[ host-image] Aug 29 21:22:25.166 INFO O| Aug 29 21:22:25.166 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"]
47222026-08-29T21:22:25.840Z[verify-libraries] Compiling num-primitive v0.2.1
47232026-08-29T21:22:25.909Z[verify-libraries] Compiling tokio-tungstenite v0.28.0
47242026-08-29T21:22:25.961Z[verify-libraries] Compiling pkcs5 v0.8.1
47252026-08-29T21:22:25.999Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47262026-08-29T21:22:26.299Z[verify-libraries] Compiling ssh-key v0.6.7
47272026-08-29T21:22:26.326Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
47282026-08-29T21:22:26.362Z[verify-libraries] Compiling parking_lot v0.11.2
47292026-08-29T21:22:26.725Z[verify-libraries] Compiling dsi-bitstream v0.10.1
47302026-08-29T21:22:26.787Z[verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
47312026-08-29T21:22:27.444Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47322026-08-29T21:22:27.480Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47332026-08-29T21:22:27.580Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47342026-08-29T21:22:27.941Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47352026-08-29T21:22:28.155Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47362026-08-29T21:22:28.531Z[verify-libraries] Compiling digest-io v0.1.0
47372026-08-29T21:22:28.739Z[verify-libraries] Compiling prefix-trie v0.7.0
47382026-08-29T21:22:28.882Z[verify-libraries] Compiling bytesize v2.7.0
47392026-08-29T21:22:28.917Z[verify-libraries] Compiling http-range-header v0.4.2
47402026-08-29T21:22:29.199Z[verify-libraries] Compiling rawzip v0.4.4
47412026-08-29T21:22:29.202Z[ host-image] Aug 29 21:22:28.573 INFO O| Aug 29 21:22:28.573 INFO O| Startup: Refreshing catalog 'helios' ... Done
47422026-08-29T21:22:29.229Z[verify-libraries] Compiling hickory-server v0.25.2
47432026-08-29T21:22:29.299Z[ recovery-image] Aug 29 21:22:28.670 INFO O| Aug 29 21:22:28.670 INFO O| Download: Completed 200.00 MB in 8.88 seconds (22.5M/s)
47442026-08-29T21:22:29.541Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47452026-08-29T21:22:29.559Z[ recovery-image] Aug 29 21:22:28.931 INFO O| Aug 29 21:22:28.930 INFO O| Actions: 1/27580 actions (Installing new actions)
47462026-08-29T21:22:29.771Z[ host-image] Aug 29 21:22:29.143 INFO O| Aug 29 21:22:29.143 INFO O| Startup: Caching catalogs ... Done
47472026-08-29T21:22:29.967Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47482026-08-29T21:22:30.142Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47492026-08-29T21:22:30.205Z[verify-libraries] Compiling sled v0.34.7
47502026-08-29T21:22:30.255Z[verify-libraries] Compiling pkcs8 v0.11.0
47512026-08-29T21:22:30.474Z[ host-image] Aug 29 21:22:29.845 INFO O| Aug 29 21:22:29.845 INFO O| Planning: Solver setup ... Done
47522026-08-29T21:22:30.478Z[ host-image] Aug 29 21:22:29.850 INFO O| Aug 29 21:22:29.850 INFO O| Planning: Running solver ... Done
47532026-08-29T21:22:30.496Z[ host-image] Aug 29 21:22:29.867 INFO O| Aug 29 21:22:29.867 INFO O| Planning: Finding local manifests ... Done
47542026-08-29T21:22:30.528Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47552026-08-29T21:22:30.532Z[ host-image] Aug 29 21:22:29.901 INFO O| Aug 29 21:22:29.901 INFO O| Planning: Fetching manifests: 0/6 0% complete
47562026-08-29T21:22:30.619Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47572026-08-29T21:22:30.631Z[ host-image] Aug 29 21:22:30.003 INFO O| Aug 29 21:22:30.002 INFO O| Planning: Fetching manifests: 6/6 100% complete
47582026-08-29T21:22:30.659Z[ host-image] Aug 29 21:22:30.023 INFO O| Aug 29 21:22:30.022 INFO O| Planning: Package planning ... Done
47592026-08-29T21:22:30.662Z[ host-image] Aug 29 21:22:30.031 INFO O| Aug 29 21:22:30.024 INFO O| Planning: Merging actions ... Done
47602026-08-29T21:22:30.715Z[ host-image] Aug 29 21:22:30.087 INFO O| Aug 29 21:22:30.087 INFO O| Planning: Checking for conflicting actions ... Done
47612026-08-29T21:22:30.718Z[ host-image] Aug 29 21:22:30.088 INFO O| Aug 29 21:22:30.088 INFO O| Planning: Consolidating action changes ... Done
47622026-08-29T21:22:30.728Z[verify-libraries] Compiling ignore v0.4.25
47632026-08-29T21:22:30.787Z[verify-libraries] Compiling anstyle-parse v0.2.7
47642026-08-29T21:22:30.863Z[ host-image] Aug 29 21:22:30.234 INFO O| Aug 29 21:22:30.234 INFO O| Planning: Evaluating mediators ... Done
47652026-08-29T21:22:30.866Z[ host-image] Aug 29 21:22:30.235 INFO O| Aug 29 21:22:30.235 INFO O| Planning: Planning completed in 1.08 seconds
47662026-08-29T21:22:30.866Z[ host-image] Aug 29 21:22:30.236 INFO O| Aug 29 21:22:30.236 INFO O| Packages to install: 6
47672026-08-29T21:22:30.866Z[ host-image] Aug 29 21:22:30.236 INFO O| Aug 29 21:22:30.236 INFO O| Services to change: 2
47682026-08-29T21:22:30.875Z[ host-image] Aug 29 21:22:30.247 INFO O| Aug 29 21:22:30.246 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47692026-08-29T21:22:31.076Z[verify-libraries] Compiling ff v0.14.0
47702026-08-29T21:22:31.104Z[ host-image] Aug 29 21:22:30.475 INFO O| Aug 29 21:22:30.475 INFO O| Download: Completed 1.76 MB in 0.23 seconds (7.7M/s)
47712026-08-29T21:22:31.125Z[ host-image] Aug 29 21:22:30.497 INFO O| Aug 29 21:22:30.497 INFO O| Actions: 1/391 actions (Installing new actions)
47722026-08-29T21:22:31.134Z[verify-libraries] Compiling anstream v0.6.21
47732026-08-29T21:22:31.212Z[verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
47742026-08-29T21:22:31.273Z[ host-image] Aug 29 21:22:30.644 INFO O| Aug 29 21:22:30.644 INFO O| Actions: Completed 391 actions in 0.15 seconds.
47752026-08-29T21:22:31.341Z[verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694)
47762026-08-29T21:22:31.380Z[ host-image] Aug 29 21:22:30.751 INFO O| Aug 29 21:22:30.751 INFO O| Finalize: Updating package state database ... Done
47772026-08-29T21:22:31.381Z[ host-image] Aug 29 21:22:30.752 INFO O| Aug 29 21:22:30.751 INFO O| Finalize: Updating package cache ... Done
47782026-08-29T21:22:31.506Z[ host-image] Aug 29 21:22:30.878 INFO O| Aug 29 21:22:30.878 INFO O| Finalize: Updating image state ... Done
47792026-08-29T21:22:31.600Z[verify-libraries] Compiling globwalk v0.9.1
47802026-08-29T21:22:31.652Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47812026-08-29T21:22:31.657Z[verify-libraries] Compiling predicates-tree v1.0.13
47822026-08-29T21:22:31.709Z[verify-libraries] Compiling libz-sys v1.1.24
47832026-08-29T21:22:31.954Z[verify-libraries] Compiling pwd v1.4.0
47842026-08-29T21:22:31.989Z[verify-libraries] Compiling rand_seeder v0.4.0
47852026-08-29T21:22:32.298Z[verify-libraries] Compiling lru v0.18.3
47862026-08-29T21:22:32.335Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47872026-08-29T21:22:32.496Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47882026-08-29T21:22:32.508Z[ host-image] Aug 29 21:22:31.880 INFO O| Aug 29 21:22:31.880 INFO O| Finalize: Creating fast lookup database ... Done
47892026-08-29T21:22:32.536Z[ host-image] Aug 29 21:22:31.908 INFO O| Aug 29 21:22:31.908 INFO O| Finalize: Reading search index ... Done
47902026-08-29T21:22:32.536Z[ host-image] Aug 29 21:22:31.908 INFO O| Aug 29 21:22:31.908 INFO O| Finalize: Updating search index ... Done
47912026-08-29T21:22:32.561Z[ host-image] Aug 29 21:22:31.929 INFO O| Aug 29 21:22:31.929 INFO O| Finalize: Updating package cache ... Done
47922026-08-29T21:22:32.587Z[verify-libraries] Compiling group v0.14.0
47932026-08-29T21:22:32.656Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47942026-08-29T21:22:32.697Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47952026-08-29T21:22:32.871Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47962026-08-29T21:22:32.923Z[ host-image] Aug 29 21:22:32.294 INFO O| Aug 29 21:22:32.294 INFO STEP 12 (pkg_install) COMPLETE
47972026-08-29T21:22:32.923Z[ host-image] Aug 29 21:22:32.294 INFO O| Aug 29 21:22:32.294 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47982026-08-29T21:22:32.936Z[ host-image] Aug 29 21:22:32.304 INFO O| Aug 29 21:22:32.304 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47992026-08-29T21:22:32.942Z[verify-libraries] Compiling signature v3.0.0
48002026-08-29T21:22:32.945Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48012026-08-29T21:22:33.040Z[verify-libraries] Compiling base16ct v1.0.0
48022026-08-29T21:22:33.104Z[verify-libraries] Compiling instability v0.3.11
48032026-08-29T21:22:33.270Z[verify-libraries] Compiling sec1 v0.8.1
48042026-08-29T21:22:33.317Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48052026-08-29T21:22:33.341Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
48062026-08-29T21:22:33.442Z[verify-libraries] Compiling hkdf v0.13.0
48072026-08-29T21:22:33.547Z[verify-libraries] Compiling scuffle v0.1.0
48082026-08-29T21:22:33.640Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
48092026-08-29T21:22:33.693Z[verify-libraries] Compiling tungstenite v0.23.0
48102026-08-29T21:22:33.756Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48112026-08-29T21:22:33.815Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
48122026-08-29T21:22:34.007Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48132026-08-29T21:22:34.239Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48142026-08-29T21:22:34.456Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
48152026-08-29T21:22:34.559Z[ recovery-image] Aug 29 21:22:33.931 INFO O| Aug 29 21:22:33.931 INFO O| Actions: 20993/27580 actions (Installing new actions)
48162026-08-29T21:22:34.598Z[verify-libraries] Compiling castaway v0.2.4
48172026-08-29T21:22:34.816Z[verify-libraries] Compiling indoc v2.0.7
48182026-08-29T21:22:34.858Z[verify-libraries] Compiling compact_str v0.8.1
48192026-08-29T21:22:34.933Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
48202026-08-29T21:22:34.999Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48212026-08-29T21:22:35.551Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48222026-08-29T21:22:35.666Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48232026-08-29T21:22:35.670Z[ recovery-image] Aug 29 21:22:35.040 INFO O| Aug 29 21:22:35.040 INFO O| Actions: Completed 27580 actions in 6.11 seconds.
48242026-08-29T21:22:35.694Z[ host-image] Aug 29 21:22:35.066 INFO O| Aug 29 21:22:35.065 INFO O| Startup: Refreshing catalog 'helios' ... Done
48252026-08-29T21:22:35.761Z[ recovery-image] Aug 29 21:22:35.132 INFO O| Aug 29 21:22:35.132 INFO O| Finalize: Updating package state database ... Done
48262026-08-29T21:22:35.761Z[ recovery-image] Aug 29 21:22:35.132 INFO O| Aug 29 21:22:35.132 INFO O| Finalize: Updating package cache ... Done
48272026-08-29T21:22:35.908Z[ recovery-image] Aug 29 21:22:35.280 INFO O| Aug 29 21:22:35.280 INFO O| Finalize: Updating image state ... Done
48282026-08-29T21:22:36.002Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48292026-08-29T21:22:36.138Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48302026-08-29T21:22:36.250Z[ host-image] Aug 29 21:22:35.621 INFO O| Aug 29 21:22:35.621 INFO O| Startup: Caching catalogs ... Done
48312026-08-29T21:22:36.299Z[verify-libraries] Compiling elliptic-curve v0.14.1
48322026-08-29T21:22:36.390Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48332026-08-29T21:22:36.508Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48342026-08-29T21:22:36.548Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48352026-08-29T21:22:36.578Z[verify-libraries] Compiling lru v0.12.5
48362026-08-29T21:22:36.683Z[ recovery-image] Aug 29 21:22:36.055 INFO O| Aug 29 21:22:36.055 INFO O| Finalize: Creating fast lookup database ... Done
48372026-08-29T21:22:36.701Z[ recovery-image] Aug 29 21:22:36.073 INFO O| Aug 29 21:22:36.073 INFO O| Finalize: Reading search index ... Done
48382026-08-29T21:22:36.818Z[verify-libraries] Compiling unicode-truncate v1.1.0
48392026-08-29T21:22:36.853Z[ host-image] Aug 29 21:22:36.225 INFO O| Aug 29 21:22:36.225 INFO O| Planning: Solver setup ... Done
48402026-08-29T21:22:36.858Z[ host-image] Aug 29 21:22:36.230 INFO O| Aug 29 21:22:36.230 INFO O| Planning: Running solver ... Done
48412026-08-29T21:22:36.875Z[ host-image] Aug 29 21:22:36.247 INFO O| Aug 29 21:22:36.247 INFO O| Planning: Finding local manifests ... Done
48422026-08-29T21:22:36.905Z[ host-image] Aug 29 21:22:36.277 INFO O| Aug 29 21:22:36.277 INFO O| Planning: Fetching manifests: 0/6 0% complete
48432026-08-29T21:22:36.999Z[verify-libraries] Compiling arc-swap v1.8.2
48442026-08-29T21:22:37.002Z[ host-image] Aug 29 21:22:36.373 INFO O| Aug 29 21:22:36.373 INFO O| Planning: Fetching manifests: 6/6 100% complete
48452026-08-29T21:22:37.029Z[verify-libraries] Compiling cassowary v0.3.0
48462026-08-29T21:22:37.049Z[ host-image] Aug 29 21:22:36.421 INFO O| Aug 29 21:22:36.421 INFO O| Planning: Package planning ... Done
48472026-08-29T21:22:37.058Z[ host-image] Aug 29 21:22:36.430 INFO O| Aug 29 21:22:36.430 INFO O| Planning: Merging actions ... Done
48482026-08-29T21:22:37.063Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48492026-08-29T21:22:37.116Z[ host-image] Aug 29 21:22:36.488 INFO O| Aug 29 21:22:36.488 INFO O| Planning: Checking for conflicting actions ... Done
48502026-08-29T21:22:37.119Z[ host-image] Aug 29 21:22:36.491 INFO O| Aug 29 21:22:36.491 INFO O| Planning: Consolidating action changes ... Done
48512026-08-29T21:22:37.263Z[ host-image] Aug 29 21:22:36.635 INFO O| Aug 29 21:22:36.635 INFO O| Planning: Evaluating mediators ... Done
48522026-08-29T21:22:37.269Z[ host-image] Aug 29 21:22:36.640 INFO O| Aug 29 21:22:36.640 INFO O| Planning: Planning completed in 1.00 seconds
48532026-08-29T21:22:37.269Z[ host-image] Aug 29 21:22:36.640 INFO O| Aug 29 21:22:36.640 INFO O| Packages to install: 6
48542026-08-29T21:22:37.269Z[ host-image] Aug 29 21:22:36.640 INFO O| Aug 29 21:22:36.640 INFO O| Mediators to change: 1
48552026-08-29T21:22:37.272Z[ host-image] Aug 29 21:22:36.640 INFO O| Aug 29 21:22:36.640 INFO O| Services to change: 1
48562026-08-29T21:22:37.279Z[ host-image] Aug 29 21:22:36.651 INFO O| Aug 29 21:22:36.651 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48572026-08-29T21:22:37.386Z[verify-libraries] Compiling ratatui v0.29.0
48582026-08-29T21:22:37.473Z[verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965)
48592026-08-29T21:22:37.669Z[verify-libraries] Compiling slog-scope v4.4.1
48602026-08-29T21:22:37.730Z[ host-image] Aug 29 21:22:37.102 INFO O| Aug 29 21:22:37.102 INFO O| Download: Completed 7.84 MB in 0.45 seconds (17.4M/s)
48612026-08-29T21:22:37.770Z[ host-image] Aug 29 21:22:37.138 INFO O| Aug 29 21:22:37.137 INFO O| Actions: 1/1366 actions (Installing new actions)
48622026-08-29T21:22:38.079Z[ host-image] Aug 29 21:22:37.451 INFO O| Aug 29 21:22:37.450 INFO O| Actions: Completed 1366 actions in 0.31 seconds.
48632026-08-29T21:22:38.123Z[ host-image] Aug 29 21:22:37.495 INFO O| Aug 29 21:22:37.494 INFO O| Finalize: Updating package state database ... Done
48642026-08-29T21:22:38.123Z[ host-image] Aug 29 21:22:37.495 INFO O| Aug 29 21:22:37.495 INFO O| Finalize: Updating package cache ... Done
48652026-08-29T21:22:38.237Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48662026-08-29T21:22:38.274Z[ host-image] Aug 29 21:22:37.646 INFO O| Aug 29 21:22:37.645 INFO O| Finalize: Updating image state ... Done
48672026-08-29T21:22:38.286Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48682026-08-29T21:22:38.578Z[ recovery-image] Aug 29 21:22:37.949 INFO O| Aug 29 21:22:37.949 INFO O| Finalize: Building new search index ... Done
48692026-08-29T21:22:38.719Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48702026-08-29T21:22:38.749Z[verify-libraries] Compiling wnaf v0.14.0
48712026-08-29T21:22:38.826Z[verify-libraries] Compiling primefield v0.14.0
48722026-08-29T21:22:38.961Z[ recovery-image] Aug 29 21:22:38.332 INFO O| Aug 29 21:22:38.332 INFO O| Finalize: Updating package cache ... Done
48732026-08-29T21:22:39.093Z[verify-libraries] Compiling rfc6979 v0.6.0
48742026-08-29T21:22:39.133Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48752026-08-29T21:22:39.137Z[verify-libraries] Compiling progenitor-impl v0.13.0
48762026-08-29T21:22:39.249Z[ host-image] Aug 29 21:22:38.620 INFO O| Aug 29 21:22:38.620 INFO O| Finalize: Creating fast lookup database ... Done
48772026-08-29T21:22:39.281Z[ host-image] Aug 29 21:22:38.650 INFO O| Aug 29 21:22:38.650 INFO O| Finalize: Reading search index ... Done
48782026-08-29T21:22:39.281Z[ host-image] Aug 29 21:22:38.650 INFO O| Aug 29 21:22:38.650 INFO O| Finalize: Updating search index ... Done
48792026-08-29T21:22:39.307Z[ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO STEP 11 (pkg_install) COMPLETE
48802026-08-29T21:22:39.307Z[ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48812026-08-29T21:22:39.310Z[ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO skip step because feature "recovery" is enabled
48822026-08-29T21:22:39.310Z[ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48832026-08-29T21:22:39.310Z[ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO skip step because feature "omicron1" is not enabled
48842026-08-29T21:22:39.310Z[ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48852026-08-29T21:22:39.314Z[ host-image] Aug 29 21:22:38.684 INFO O| Aug 29 21:22:38.684 INFO O| Finalize: Updating package cache ... Done
48862026-08-29T21:22:39.321Z[ recovery-image] Aug 29 21:22:38.693 INFO O| Aug 29 21:22:38.693 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48872026-08-29T21:22:39.415Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48882026-08-29T21:22:39.612Z[ host-image] Aug 29 21:22:38.983 INFO O| Aug 29 21:22:38.983 INFO STEP 13 (pkg_install) COMPLETE
48892026-08-29T21:22:39.612Z[ host-image] Aug 29 21:22:38.983 INFO O| Aug 29 21:22:38.983 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48902026-08-29T21:22:39.622Z[ host-image] Aug 29 21:22:38.994 INFO O| Aug 29 21:22:38.994 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48912026-08-29T21:22:39.717Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48922026-08-29T21:22:39.935Z[verify-libraries] Compiling vergen-git2 v9.1.0
48932026-08-29T21:22:40.018Z[verify-libraries] Compiling strsim v0.10.0
48942026-08-29T21:22:40.262Z[verify-libraries] Compiling darling_core v0.13.4
48952026-08-29T21:22:40.445Z[verify-libraries] Compiling ecdsa v0.17.0
48962026-08-29T21:22:40.468Z[verify-libraries] Compiling primeorder v0.14.0
48972026-08-29T21:22:40.503Z[verify-libraries] Compiling slog-stdlog v4.1.1
48982026-08-29T21:22:40.668Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48992026-08-29T21:22:40.773Z[verify-libraries] Compiling progenitor-client v0.13.0
49002026-08-29T21:22:41.014Z[verify-libraries] Compiling console v0.16.2
49012026-08-29T21:22:41.059Z[verify-libraries] Compiling curve25519-dalek v5.0.0
49022026-08-29T21:22:41.179Z[verify-libraries] Compiling libsw-core v0.3.2
49032026-08-29T21:22:41.462Z[verify-libraries] Compiling void v1.0.2
49042026-08-29T21:22:41.505Z[verify-libraries] Compiling unit-prefix v0.5.2
49052026-08-29T21:22:41.515Z[ recovery-image] Aug 29 21:22:40.886 INFO O| Aug 29 21:22:40.886 INFO O| Startup: Refreshing catalog 'helios' ... Done
49062026-08-29T21:22:41.642Z[verify-libraries] Compiling assert_matches v1.5.0
49072026-08-29T21:22:41.678Z[verify-libraries] Compiling lzss v0.8.2
49082026-08-29T21:22:41.757Z[verify-libraries] Compiling indicatif v0.18.4
49092026-08-29T21:22:41.820Z[verify-libraries] Compiling libsw v3.5.0
49102026-08-29T21:22:41.855Z[verify-libraries] Compiling slog-envlogger v2.2.0
49112026-08-29T21:22:42.004Z[verify-libraries] Compiling ssh-encoding v0.3.0
49122026-08-29T21:22:42.008Z[ recovery-image] Aug 29 21:22:41.377 INFO O| Aug 29 21:22:41.377 INFO O| Startup: Caching catalogs ... Done
49132026-08-29T21:22:42.117Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49142026-08-29T21:22:42.156Z[ host-image] Aug 29 21:22:41.527 INFO O| Aug 29 21:22:41.527 INFO O| Startup: Refreshing catalog 'helios' ... Done
49152026-08-29T21:22:42.174Z[verify-libraries] Compiling progenitor-macro v0.13.0
49162026-08-29T21:22:42.332Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49172026-08-29T21:22:42.516Z[verify-libraries] Compiling darling_macro v0.13.4
49182026-08-29T21:22:42.601Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49192026-08-29T21:22:42.681Z[ host-image] Aug 29 21:22:42.053 INFO O| Aug 29 21:22:42.053 INFO O| Startup: Caching catalogs ... Done
49202026-08-29T21:22:42.691Z[ recovery-image] Aug 29 21:22:42.062 INFO O| Aug 29 21:22:42.062 INFO O| Planning: Solver setup ... Done
49212026-08-29T21:22:42.695Z[ recovery-image] Aug 29 21:22:42.067 INFO O| Aug 29 21:22:42.067 INFO O| Planning: Running solver ... Done
49222026-08-29T21:22:42.713Z[ recovery-image] Aug 29 21:22:42.084 INFO O| Aug 29 21:22:42.084 INFO O| Planning: Finding local manifests ... Done
49232026-08-29T21:22:42.734Z[ recovery-image] Aug 29 21:22:42.106 INFO O| Aug 29 21:22:42.106 INFO O| Planning: Fetching manifests: 0/1 0% complete
49242026-08-29T21:22:42.739Z[ recovery-image] Aug 29 21:22:42.111 INFO O| Aug 29 21:22:42.111 INFO O| Planning: Fetching manifests: 1/1 100% complete
49252026-08-29T21:22:42.768Z[ recovery-image] Aug 29 21:22:42.139 INFO O| Aug 29 21:22:42.139 INFO O| Planning: Package planning ... Done
49262026-08-29T21:22:42.771Z[ recovery-image] Aug 29 21:22:42.139 INFO O| Aug 29 21:22:42.139 INFO O| Planning: Merging actions ... Done
49272026-08-29T21:22:42.815Z[ recovery-image] Aug 29 21:22:42.186 INFO O| Aug 29 21:22:42.186 INFO O| Planning: Checking for conflicting actions ... Done
49282026-08-29T21:22:42.819Z[ recovery-image] Aug 29 21:22:42.187 INFO O| Aug 29 21:22:42.187 INFO O| Planning: Consolidating action changes ... Done
49292026-08-29T21:22:42.888Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49302026-08-29T21:22:42.912Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49312026-08-29T21:22:42.916Z[ recovery-image] Aug 29 21:22:42.284 INFO O| Aug 29 21:22:42.284 INFO O| Planning: Evaluating mediators ... Done
49322026-08-29T21:22:42.916Z[ recovery-image] Aug 29 21:22:42.284 INFO O| Aug 29 21:22:42.284 INFO O| Planning: Planning completed in 0.89 seconds
49332026-08-29T21:22:42.916Z[ recovery-image] Aug 29 21:22:42.285 INFO O| Aug 29 21:22:42.285 INFO O| Packages to install: 1
49342026-08-29T21:22:42.927Z[ recovery-image] Aug 29 21:22:42.298 INFO O| Aug 29 21:22:42.297 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49352026-08-29T21:22:43.254Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
49362026-08-29T21:22:43.277Z[verify-libraries] Compiling nix v0.27.1
49372026-08-29T21:22:43.300Z[verify-libraries] Compiling colored v2.2.0
49382026-08-29T21:22:43.310Z[ recovery-image] Aug 29 21:22:42.681 INFO O| Aug 29 21:22:42.681 INFO O| Download: Completed 13.27 MB in 0.38 seconds (34.5M/s)
49392026-08-29T21:22:43.462Z[ recovery-image] Aug 29 21:22:42.834 INFO O| Aug 29 21:22:42.834 INFO O| Actions: 1/22 actions (Installing new actions)
49402026-08-29T21:22:43.466Z[ host-image] Aug 29 21:22:42.837 INFO O| Aug 29 21:22:42.837 INFO O| Planning: Solver setup ... Done
49412026-08-29T21:22:43.472Z[ host-image] Aug 29 21:22:42.844 INFO O| Aug 29 21:22:42.842 INFO O| Planning: Running solver ... Done
49422026-08-29T21:22:43.487Z[ host-image] Aug 29 21:22:42.858 INFO O| Aug 29 21:22:42.858 INFO O| Planning: Finding local manifests ... Done
49432026-08-29T21:22:43.530Z[ host-image] Aug 29 21:22:42.902 INFO O| Aug 29 21:22:42.902 INFO O| Planning: Fetching manifests: 0/1 0% complete
49442026-08-29T21:22:43.538Z[ host-image] Aug 29 21:22:42.910 INFO O| Aug 29 21:22:42.910 INFO O| Planning: Fetching manifests: 1/1 100% complete
49452026-08-29T21:22:43.541Z[verify-libraries] Compiling serde_bytes v0.11.19
49462026-08-29T21:22:43.556Z[ host-image] Aug 29 21:22:42.928 INFO O| Aug 29 21:22:42.928 INFO O| Planning: Package planning ... Done
49472026-08-29T21:22:43.557Z[ host-image] Aug 29 21:22:42.928 INFO O| Aug 29 21:22:42.928 INFO O| Planning: Merging actions ... Done
49482026-08-29T21:22:43.597Z[ host-image] Aug 29 21:22:42.969 INFO O| Aug 29 21:22:42.969 INFO O| Planning: Checking for conflicting actions ... Done
49492026-08-29T21:22:43.600Z[ host-image] Aug 29 21:22:42.969 INFO O| Aug 29 21:22:42.969 INFO O| Planning: Consolidating action changes ... Done
49502026-08-29T21:22:43.688Z[ recovery-image] Aug 29 21:22:43.060 INFO O| Aug 29 21:22:43.060 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49512026-08-29T21:22:43.733Z[ host-image] Aug 29 21:22:43.104 INFO O| Aug 29 21:22:43.104 INFO O| Planning: Evaluating mediators ... Done
49522026-08-29T21:22:43.736Z[ host-image] Aug 29 21:22:43.106 INFO O| Aug 29 21:22:43.106 INFO O| Planning: Planning completed in 1.03 seconds
49532026-08-29T21:22:43.736Z[ host-image] Aug 29 21:22:43.106 INFO O| Aug 29 21:22:43.106 INFO O| Packages to install: 1
49542026-08-29T21:22:43.744Z[ recovery-image] Aug 29 21:22:43.116 INFO O| Aug 29 21:22:43.116 INFO O| Finalize: Updating package state database ... Done
49552026-08-29T21:22:43.744Z[ recovery-image] Aug 29 21:22:43.116 INFO O| Aug 29 21:22:43.116 INFO O| Finalize: Updating package cache ... Done
49562026-08-29T21:22:43.747Z[ host-image] Aug 29 21:22:43.116 INFO O| Aug 29 21:22:43.116 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49572026-08-29T21:22:43.764Z[verify-libraries] Compiling keccak v0.2.0
49582026-08-29T21:22:43.847Z[ recovery-image] Aug 29 21:22:43.218 INFO O| Aug 29 21:22:43.218 INFO O| Finalize: Updating image state ... Done
49592026-08-29T21:22:43.863Z[verify-libraries] Compiling shell-words v1.1.1
49602026-08-29T21:22:44.017Z[ host-image] Aug 29 21:22:43.388 INFO O| Aug 29 21:22:43.388 INFO O| Download: Completed 13.27 MB in 0.27 seconds (48.8M/s)
49612026-08-29T21:22:44.042Z[ host-image] Aug 29 21:22:43.414 INFO O| Aug 29 21:22:43.414 INFO O| Actions: 1/22 actions (Installing new actions)
49622026-08-29T21:22:44.047Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49632026-08-29T21:22:44.169Z[verify-libraries] Compiling darling v0.13.4
49642026-08-29T21:22:44.324Z[ host-image] Aug 29 21:22:43.693 INFO O| Aug 29 21:22:43.693 INFO O| Actions: Completed 22 actions in 0.28 seconds.
49652026-08-29T21:22:44.345Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49662026-08-29T21:22:44.364Z[ host-image] Aug 29 21:22:43.735 INFO O| Aug 29 21:22:43.735 INFO O| Finalize: Updating package state database ... Done
49672026-08-29T21:22:44.364Z[ host-image] Aug 29 21:22:43.735 INFO O| Aug 29 21:22:43.735 INFO O| Finalize: Updating package cache ... Done
49682026-08-29T21:22:44.404Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49692026-08-29T21:22:44.465Z[ host-image] Aug 29 21:22:43.836 INFO O| Aug 29 21:22:43.836 INFO O| Finalize: Updating image state ... Done
49702026-08-29T21:22:44.523Z[verify-libraries] Compiling ed25519 v3.0.0
49712026-08-29T21:22:44.586Z[ recovery-image] Aug 29 21:22:43.957 INFO O| Aug 29 21:22:43.957 INFO O| Finalize: Creating fast lookup database ... Done
49722026-08-29T21:22:44.602Z[ recovery-image] Aug 29 21:22:43.974 INFO O| Aug 29 21:22:43.974 INFO O| Finalize: Reading search index ... Done
49732026-08-29T21:22:44.602Z[ recovery-image] Aug 29 21:22:43.974 INFO O| Aug 29 21:22:43.974 INFO O| Finalize: Updating search index ... Done
49742026-08-29T21:22:44.612Z[ recovery-image] Aug 29 21:22:43.984 INFO O| Aug 29 21:22:43.984 INFO O| Finalize: Updating package cache ... Done
49752026-08-29T21:22:44.633Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49762026-08-29T21:22:44.849Z[verify-libraries] Compiling crypto-primes v0.7.2
49772026-08-29T21:22:44.994Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 14 (pkg_install) COMPLETE
49782026-08-29T21:22:44.994Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49792026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "mbist" is not enabled
49802026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49812026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "mfg" is not enabled
49822026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49832026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "compliance" is not enabled
49842026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "stress" is not enabled
49862026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49872026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "compliance" is not enabled
49882026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49892026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "nfs" is not enabled
49902026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49912026-08-29T21:22:44.998Z[ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49922026-08-29T21:22:45.218Z[verify-libraries] Compiling poly1305 v0.9.0
49932026-08-29T21:22:45.267Z[ recovery-image] Aug 29 21:22:44.636 INFO O| Aug 29 21:22:44.636 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49942026-08-29T21:22:45.272Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49952026-08-29T21:22:45.390Z[ recovery-image] Aug 29 21:22:44.762 INFO O| Aug 29 21:22:44.762 INFO completed processing sled/ramdisk-01-os
49962026-08-29T21:22:45.394Z[ recovery-image] Aug 29 21:22:44.764 INFO image builder template: ramdisk-02-trim...
49972026-08-29T21:22:45.394Z[ recovery-image] Aug 29 21:22:44.764 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/.tmpdiOogb/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49982026-08-29T21:22:45.414Z[ recovery-image] Aug 29 21:22:44.786 INFO O| Aug 29 21:22:44.786 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49992026-08-29T21:22:45.418Z[ recovery-image] Aug 29 21:22:44.790 INFO O| Aug 29 21:22:44.790 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50002026-08-29T21:22:45.515Z[ recovery-image] Aug 29 21:22:44.886 INFO O| Aug 29 21:22:44.886 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50012026-08-29T21:22:45.531Z[ host-image] Aug 29 21:22:44.902 INFO O| Aug 29 21:22:44.902 INFO O| Finalize: Creating fast lookup database ... Done
50022026-08-29T21:22:45.567Z[ host-image] Aug 29 21:22:44.938 INFO O| Aug 29 21:22:44.938 INFO O| Finalize: Reading search index ... Done
50032026-08-29T21:22:45.567Z[ host-image] Aug 29 21:22:44.938 INFO O| Aug 29 21:22:44.938 INFO O| Finalize: Updating search index ... Done
50042026-08-29T21:22:45.578Z[ host-image] Aug 29 21:22:44.950 INFO O| Aug 29 21:22:44.950 INFO O| Finalize: Updating package cache ... Done
50052026-08-29T21:22:45.660Z[ recovery-image] Aug 29 21:22:45.031 INFO O| Aug 29 21:22:45.031 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50062026-08-29T21:22:45.660Z[ recovery-image] Aug 29 21:22:45.031 INFO O| Aug 29 21:22:45.031 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50072026-08-29T21:22:45.666Z[ recovery-image] Aug 29 21:22:45.036 INFO O| Aug 29 21:22:45.036 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50082026-08-29T21:22:45.669Z[ recovery-image] Aug 29 21:22:45.039 INFO O| Aug 29 21:22:45.039 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50092026-08-29T21:22:45.672Z[ recovery-image] Aug 29 21:22:45.043 INFO O| Aug 29 21:22:45.043 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50102026-08-29T21:22:45.828Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50112026-08-29T21:22:45.950Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 14 (pkg_install) COMPLETE
50122026-08-29T21:22:45.950Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50132026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "mbist" is not enabled
50142026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50152026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "mfg" is not enabled
50162026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50172026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "compliance" is not enabled
50182026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50192026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "stress" is not enabled
50202026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50212026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "compliance" is not enabled
50222026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50232026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "nfs" is not enabled
50242026-08-29T21:22:45.953Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50252026-08-29T21:22:45.954Z[ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50262026-08-29T21:22:46.019Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50272026-08-29T21:22:46.042Z[ host-image] Aug 29 21:22:45.413 INFO O| Aug 29 21:22:45.413 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50282026-08-29T21:22:46.089Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50292026-08-29T21:22:46.102Z[ recovery-image] Aug 29 21:22:45.474 INFO O| Aug 29 21:22:45.474 INFO rolled back to input snapshot; work may begin
50302026-08-29T21:22:46.102Z[ recovery-image] Aug 29 21:22:45.474 INFO O| Aug 29 21:22:45.474 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50312026-08-29T21:22:46.107Z[ recovery-image] Aug 29 21:22:45.479 INFO O| Aug 29 21:22:45.479 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-08-29T21:22:46.118Z[ recovery-image] Aug 29 21:22:45.489 INFO O| Aug 29 21:22:45.489 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50332026-08-29T21:22:46.121Z[ host-image] Aug 29 21:22:45.491 INFO O| Aug 29 21:22:45.491 INFO completed processing sled/ramdisk-01-os
50342026-08-29T21:22:46.124Z[ host-image] Aug 29 21:22:45.493 INFO omicron1 baseline generation...
50352026-08-29T21:22:46.124Z[ host-image] Aug 29 21:22:45.493 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50362026-08-29T21:22:46.127Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
50372026-08-29T21:22:46.161Z[ recovery-image] Aug 29 21:22:45.533 INFO O| Aug 29 21:22:45.533 INFO STEP 0 (remove_files) COMPLETE
50382026-08-29T21:22:46.162Z[ recovery-image] Aug 29 21:22:45.533 INFO O| Aug 29 21:22:45.533 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-29T21:22:46.172Z[ recovery-image] Aug 29 21:22:45.543 INFO O| Aug 29 21:22:45.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50402026-08-29T21:22:46.175Z[ recovery-image] Aug 29 21:22:45.545 INFO O| Aug 29 21:22:45.545 INFO STEP 1 (remove_files) COMPLETE
50412026-08-29T21:22:46.175Z[ recovery-image] Aug 29 21:22:45.545 INFO O| Aug 29 21:22:45.545 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-29T21:22:46.183Z[ recovery-image] Aug 29 21:22:45.555 INFO O| Aug 29 21:22:45.555 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50432026-08-29T21:22:46.195Z[ recovery-image] Aug 29 21:22:45.567 INFO O| Aug 29 21:22:45.567 INFO STEP 2 (remove_files) COMPLETE
50442026-08-29T21:22:46.195Z[ recovery-image] Aug 29 21:22:45.567 INFO O| Aug 29 21:22:45.567 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-29T21:22:46.205Z[ recovery-image] Aug 29 21:22:45.577 INFO O| Aug 29 21:22:45.577 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50462026-08-29T21:22:46.208Z[ recovery-image] Aug 29 21:22:45.578 INFO O| Aug 29 21:22:45.578 INFO STEP 3 (remove_files) COMPLETE
50472026-08-29T21:22:46.208Z[ recovery-image] Aug 29 21:22:45.578 INFO O| Aug 29 21:22:45.578 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-29T21:22:46.217Z[ recovery-image] Aug 29 21:22:45.589 INFO O| Aug 29 21:22:45.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50492026-08-29T21:22:46.220Z[ recovery-image] Aug 29 21:22:45.592 INFO O| Aug 29 21:22:45.592 INFO STEP 4 (remove_files) COMPLETE
50502026-08-29T21:22:46.220Z[ recovery-image] Aug 29 21:22:45.592 INFO O| Aug 29 21:22:45.592 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-29T21:22:46.229Z[ recovery-image] Aug 29 21:22:45.601 INFO O| Aug 29 21:22:45.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50522026-08-29T21:22:46.229Z[ recovery-image] Aug 29 21:22:45.601 INFO O| Aug 29 21:22:45.601 INFO STEP 5 (remove_files) COMPLETE
50532026-08-29T21:22:46.233Z[ recovery-image] Aug 29 21:22:45.601 INFO O| Aug 29 21:22:45.601 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-29T21:22:46.239Z[ recovery-image] Aug 29 21:22:45.610 INFO O| Aug 29 21:22:45.610 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50552026-08-29T21:22:46.249Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 6 (remove_files) COMPLETE
50562026-08-29T21:22:46.249Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-29T21:22:46.249Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO skip step because feature "heliosv2" is not enabled
50582026-08-29T21:22:46.249Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-29T21:22:46.253Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO skip step because feature "recovery" is enabled
50602026-08-29T21:22:46.253Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-29T21:22:46.253Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO skip step because feature "recovery" is enabled
50622026-08-29T21:22:46.253Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-29T21:22:46.253Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO skip step because feature "recovery" is enabled
50642026-08-29T21:22:46.253Z[ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-29T21:22:46.258Z[ recovery-image] Aug 29 21:22:45.630 INFO O| Aug 29 21:22:45.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50662026-08-29T21:22:46.261Z[ recovery-image] Aug 29 21:22:45.633 INFO O| Aug 29 21:22:45.633 INFO STEP 11 (remove_files) COMPLETE
50672026-08-29T21:22:46.261Z[ recovery-image] Aug 29 21:22:45.633 INFO O| Aug 29 21:22:45.633 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-29T21:22:46.271Z[ recovery-image] Aug 29 21:22:45.642 INFO O| Aug 29 21:22:45.642 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50692026-08-29T21:22:46.274Z[ recovery-image] Aug 29 21:22:45.643 INFO O| Aug 29 21:22:45.643 INFO STEP 12 (remove_files) COMPLETE
50702026-08-29T21:22:46.274Z[ recovery-image] Aug 29 21:22:45.643 INFO O| Aug 29 21:22:45.643 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-29T21:22:46.281Z[ recovery-image] Aug 29 21:22:45.653 INFO O| Aug 29 21:22:45.653 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50722026-08-29T21:22:46.284Z[ recovery-image] Aug 29 21:22:45.654 INFO O| Aug 29 21:22:45.654 INFO STEP 13 (remove_files) COMPLETE
50732026-08-29T21:22:46.284Z[ recovery-image] Aug 29 21:22:45.654 INFO O| Aug 29 21:22:45.654 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-29T21:22:46.284Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50752026-08-29T21:22:46.368Z[ recovery-image] Aug 29 21:22:45.740 INFO O| Aug 29 21:22:45.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50762026-08-29T21:22:46.373Z[ recovery-image] Aug 29 21:22:45.745 INFO O| Aug 29 21:22:45.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50772026-08-29T21:22:46.417Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50782026-08-29T21:22:46.454Z[ recovery-image] Aug 29 21:22:45.825 INFO O| Aug 29 21:22:45.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50792026-08-29T21:22:46.454Z[ recovery-image] Aug 29 21:22:45.826 INFO O| Aug 29 21:22:45.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50802026-08-29T21:22:46.458Z[ recovery-image] Aug 29 21:22:45.830 INFO O| Aug 29 21:22:45.830 INFO STEP 14 (remove_files) COMPLETE
50812026-08-29T21:22:46.461Z[ recovery-image] Aug 29 21:22:45.830 INFO O| Aug 29 21:22:45.830 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-29T21:22:46.468Z[ recovery-image] Aug 29 21:22:45.840 INFO O| Aug 29 21:22:45.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50832026-08-29T21:22:46.472Z[ recovery-image] Aug 29 21:22:45.841 INFO O| Aug 29 21:22:45.841 INFO STEP 15 (remove_files) COMPLETE
50842026-08-29T21:22:46.472Z[ recovery-image] Aug 29 21:22:45.841 INFO O| Aug 29 21:22:45.841 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-29T21:22:46.478Z[ recovery-image] Aug 29 21:22:45.850 INFO O| Aug 29 21:22:45.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50862026-08-29T21:22:46.484Z[verify-libraries] Compiling blowfish v0.10.0
50872026-08-29T21:22:46.487Z[ recovery-image] Aug 29 21:22:45.856 INFO O| Aug 29 21:22:45.856 INFO STEP 16 (remove_files) COMPLETE
50882026-08-29T21:22:46.487Z[ recovery-image] Aug 29 21:22:45.856 INFO O| Aug 29 21:22:45.856 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-29T21:22:46.491Z[ host-image] Aug 29 21:22:45.862 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24217:20260827T182750Z
50902026-08-29T21:22:46.494Z[ recovery-image] Aug 29 21:22:45.866 INFO O| Aug 29 21:22:45.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50912026-08-29T21:22:46.497Z[ recovery-image] Aug 29 21:22:45.867 INFO O| Aug 29 21:22:45.867 INFO STEP 17 (remove_files) COMPLETE
50922026-08-29T21:22:46.497Z[ recovery-image] Aug 29 21:22:45.867 INFO O| Aug 29 21:22:45.867 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-29T21:22:46.504Z[ recovery-image] Aug 29 21:22:45.875 INFO O| Aug 29 21:22:45.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50942026-08-29T21:22:46.507Z[ recovery-image] Aug 29 21:22:45.877 INFO O| Aug 29 21:22:45.877 INFO STEP 18 (remove_files) COMPLETE
50952026-08-29T21:22:46.507Z[ recovery-image] Aug 29 21:22:45.877 INFO O| Aug 29 21:22:45.877 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-29T21:22:46.514Z[ recovery-image] Aug 29 21:22:45.886 INFO O| Aug 29 21:22:45.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50972026-08-29T21:22:46.514Z[ recovery-image] Aug 29 21:22:45.886 INFO O| Aug 29 21:22:45.886 INFO STEP 19 (remove_files) COMPLETE
50982026-08-29T21:22:46.514Z[ recovery-image] Aug 29 21:22:45.886 INFO O| Aug 29 21:22:45.886 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-29T21:22:46.523Z[ recovery-image] Aug 29 21:22:45.895 INFO O| Aug 29 21:22:45.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51002026-08-29T21:22:46.523Z[ recovery-image] Aug 29 21:22:45.895 INFO O| Aug 29 21:22:45.895 INFO STEP 20 (remove_files) COMPLETE
51012026-08-29T21:22:46.526Z[ recovery-image] Aug 29 21:22:45.895 INFO O| Aug 29 21:22:45.895 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-29T21:22:46.531Z[ recovery-image] Aug 29 21:22:45.903 INFO O| Aug 29 21:22:45.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51032026-08-29T21:22:46.531Z[ recovery-image] Aug 29 21:22:45.903 INFO O| Aug 29 21:22:45.903 INFO STEP 21 (remove_files) COMPLETE
51042026-08-29T21:22:46.534Z[ recovery-image] Aug 29 21:22:45.903 INFO O| Aug 29 21:22:45.903 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-29T21:22:46.541Z[ recovery-image] Aug 29 21:22:45.912 INFO O| Aug 29 21:22:45.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51062026-08-29T21:22:46.541Z[ recovery-image] Aug 29 21:22:45.912 INFO O| Aug 29 21:22:45.912 INFO STEP 22 (remove_files) COMPLETE
51072026-08-29T21:22:46.541Z[ recovery-image] Aug 29 21:22:45.912 INFO O| Aug 29 21:22:45.912 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-29T21:22:46.556Z[ recovery-image] Aug 29 21:22:45.920 INFO O| Aug 29 21:22:45.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51092026-08-29T21:22:46.556Z[ recovery-image] Aug 29 21:22:45.920 INFO O| Aug 29 21:22:45.920 INFO STEP 23 (remove_files) COMPLETE
51102026-08-29T21:22:46.557Z[ recovery-image] Aug 29 21:22:45.920 INFO O| Aug 29 21:22:45.920 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-29T21:22:46.560Z[ recovery-image] Aug 29 21:22:45.929 INFO O| Aug 29 21:22:45.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51122026-08-29T21:22:46.560Z[ recovery-image] Aug 29 21:22:45.929 INFO O| Aug 29 21:22:45.929 INFO STEP 24 (remove_files) COMPLETE
51132026-08-29T21:22:46.560Z[ recovery-image] Aug 29 21:22:45.929 INFO O| Aug 29 21:22:45.929 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-29T21:22:46.563Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
51152026-08-29T21:22:46.567Z[ recovery-image] Aug 29 21:22:45.939 INFO O| Aug 29 21:22:45.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51162026-08-29T21:22:46.567Z[ recovery-image] Aug 29 21:22:45.939 INFO O| Aug 29 21:22:45.939 INFO STEP 25 (remove_files) COMPLETE
51172026-08-29T21:22:46.567Z[ recovery-image] Aug 29 21:22:45.939 INFO O| Aug 29 21:22:45.939 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-29T21:22:46.584Z[ recovery-image] Aug 29 21:22:45.956 INFO O| Aug 29 21:22:45.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51192026-08-29T21:22:46.584Z[ recovery-image] Aug 29 21:22:45.956 INFO O| Aug 29 21:22:45.956 INFO STEP 26 (remove_files) COMPLETE
51202026-08-29T21:22:46.584Z[ recovery-image] Aug 29 21:22:45.956 INFO O| Aug 29 21:22:45.956 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-29T21:22:46.597Z[verify-libraries] Compiling petname v2.0.2
51222026-08-29T21:22:46.600Z[ recovery-image] Aug 29 21:22:45.969 INFO O| Aug 29 21:22:45.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51232026-08-29T21:22:46.600Z[ recovery-image] Aug 29 21:22:45.969 INFO O| Aug 29 21:22:45.969 INFO STEP 27 (remove_files) COMPLETE
51242026-08-29T21:22:46.600Z[ recovery-image] Aug 29 21:22:45.969 INFO O| Aug 29 21:22:45.969 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-29T21:22:46.607Z[ recovery-image] Aug 29 21:22:45.978 INFO O| Aug 29 21:22:45.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51262026-08-29T21:22:46.607Z[ recovery-image] Aug 29 21:22:45.978 INFO O| Aug 29 21:22:45.978 INFO STEP 28 (remove_files) COMPLETE
51272026-08-29T21:22:46.610Z[ recovery-image] Aug 29 21:22:45.979 INFO O| Aug 29 21:22:45.978 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-29T21:22:46.615Z[ recovery-image] Aug 29 21:22:45.987 INFO O| Aug 29 21:22:45.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51292026-08-29T21:22:46.615Z[ recovery-image] Aug 29 21:22:45.987 INFO O| Aug 29 21:22:45.987 INFO STEP 29 (remove_files) COMPLETE
51302026-08-29T21:22:46.615Z[ recovery-image] Aug 29 21:22:45.987 INFO O| Aug 29 21:22:45.987 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-29T21:22:46.623Z[ recovery-image] Aug 29 21:22:45.994 INFO O| Aug 29 21:22:45.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51322026-08-29T21:22:46.623Z[ recovery-image] Aug 29 21:22:45.995 INFO O| Aug 29 21:22:45.995 INFO STEP 30 (remove_files) COMPLETE
51332026-08-29T21:22:46.623Z[ recovery-image] Aug 29 21:22:45.995 INFO O| Aug 29 21:22:45.995 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-29T21:22:46.631Z[ recovery-image] Aug 29 21:22:46.003 INFO O| Aug 29 21:22:46.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51352026-08-29T21:22:46.631Z[ recovery-image] Aug 29 21:22:46.003 INFO O| Aug 29 21:22:46.003 INFO STEP 31 (remove_files) COMPLETE
51362026-08-29T21:22:46.631Z[ recovery-image] Aug 29 21:22:46.003 INFO O| Aug 29 21:22:46.003 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-29T21:22:46.641Z[ recovery-image] Aug 29 21:22:46.013 INFO O| Aug 29 21:22:46.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51382026-08-29T21:22:46.642Z[ recovery-image] Aug 29 21:22:46.013 INFO O| Aug 29 21:22:46.013 INFO STEP 32 (remove_files) COMPLETE
51392026-08-29T21:22:46.642Z[ recovery-image] Aug 29 21:22:46.013 INFO O| Aug 29 21:22:46.013 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-29T21:22:46.649Z[ recovery-image] Aug 29 21:22:46.021 INFO O| Aug 29 21:22:46.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51412026-08-29T21:22:46.649Z[ recovery-image] Aug 29 21:22:46.021 INFO O| Aug 29 21:22:46.021 INFO STEP 33 (remove_files) COMPLETE
51422026-08-29T21:22:46.649Z[ recovery-image] Aug 29 21:22:46.021 INFO O| Aug 29 21:22:46.021 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-29T21:22:46.658Z[ recovery-image] Aug 29 21:22:46.030 INFO O| Aug 29 21:22:46.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51442026-08-29T21:22:46.658Z[ recovery-image] Aug 29 21:22:46.030 INFO O| Aug 29 21:22:46.030 INFO STEP 34 (remove_files) COMPLETE
51452026-08-29T21:22:46.658Z[ recovery-image] Aug 29 21:22:46.030 INFO O| Aug 29 21:22:46.030 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-29T21:22:46.667Z[ recovery-image] Aug 29 21:22:46.038 INFO O| Aug 29 21:22:46.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51472026-08-29T21:22:46.667Z[ recovery-image] Aug 29 21:22:46.039 INFO O| Aug 29 21:22:46.039 INFO STEP 35 (remove_files) COMPLETE
51482026-08-29T21:22:46.667Z[ recovery-image] Aug 29 21:22:46.039 INFO O| Aug 29 21:22:46.039 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-29T21:22:46.679Z[ recovery-image] Aug 29 21:22:46.047 INFO O| Aug 29 21:22:46.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51502026-08-29T21:22:46.679Z[ recovery-image] Aug 29 21:22:46.047 INFO O| Aug 29 21:22:46.047 INFO STEP 36 (remove_files) COMPLETE
51512026-08-29T21:22:46.679Z[ recovery-image] Aug 29 21:22:46.047 INFO O| Aug 29 21:22:46.047 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-29T21:22:46.683Z[ recovery-image] Aug 29 21:22:46.055 INFO O| Aug 29 21:22:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51532026-08-29T21:22:46.683Z[ recovery-image] Aug 29 21:22:46.055 INFO O| Aug 29 21:22:46.055 INFO STEP 37 (remove_files) COMPLETE
51542026-08-29T21:22:46.683Z[ recovery-image] Aug 29 21:22:46.055 INFO O| Aug 29 21:22:46.055 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-29T21:22:46.692Z[ recovery-image] Aug 29 21:22:46.063 INFO O| Aug 29 21:22:46.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51562026-08-29T21:22:46.692Z[ recovery-image] Aug 29 21:22:46.063 INFO O| Aug 29 21:22:46.063 INFO STEP 38 (remove_files) COMPLETE
51572026-08-29T21:22:46.695Z[ recovery-image] Aug 29 21:22:46.063 INFO O| Aug 29 21:22:46.063 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-29T21:22:46.701Z[ recovery-image] Aug 29 21:22:46.073 INFO O| Aug 29 21:22:46.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51592026-08-29T21:22:46.702Z[ recovery-image] Aug 29 21:22:46.073 INFO O| Aug 29 21:22:46.073 INFO STEP 39 (remove_files) COMPLETE
51602026-08-29T21:22:46.702Z[ recovery-image] Aug 29 21:22:46.073 INFO O| Aug 29 21:22:46.073 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-29T21:22:46.710Z[ recovery-image] Aug 29 21:22:46.081 INFO O| Aug 29 21:22:46.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51622026-08-29T21:22:46.710Z[ recovery-image] Aug 29 21:22:46.081 INFO O| Aug 29 21:22:46.081 INFO STEP 40 (remove_files) COMPLETE
51632026-08-29T21:22:46.710Z[ recovery-image] Aug 29 21:22:46.081 INFO O| Aug 29 21:22:46.081 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-29T21:22:46.718Z[ recovery-image] Aug 29 21:22:46.090 INFO O| Aug 29 21:22:46.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51652026-08-29T21:22:46.718Z[ recovery-image] Aug 29 21:22:46.090 INFO O| Aug 29 21:22:46.090 INFO STEP 41 (remove_files) COMPLETE
51662026-08-29T21:22:46.718Z[ recovery-image] Aug 29 21:22:46.090 INFO O| Aug 29 21:22:46.090 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-29T21:22:46.728Z[ recovery-image] Aug 29 21:22:46.099 INFO O| Aug 29 21:22:46.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51682026-08-29T21:22:46.728Z[ recovery-image] Aug 29 21:22:46.100 INFO O| Aug 29 21:22:46.099 INFO STEP 42 (remove_files) COMPLETE
51692026-08-29T21:22:46.728Z[ recovery-image] Aug 29 21:22:46.100 INFO O| Aug 29 21:22:46.099 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-29T21:22:46.737Z[ recovery-image] Aug 29 21:22:46.108 INFO O| Aug 29 21:22:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51712026-08-29T21:22:46.737Z[ recovery-image] Aug 29 21:22:46.108 INFO O| Aug 29 21:22:46.108 INFO STEP 43 (remove_files) COMPLETE
51722026-08-29T21:22:46.737Z[ recovery-image] Aug 29 21:22:46.108 INFO O| Aug 29 21:22:46.108 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-29T21:22:46.746Z[ recovery-image] Aug 29 21:22:46.117 INFO O| Aug 29 21:22:46.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51742026-08-29T21:22:46.746Z[ recovery-image] Aug 29 21:22:46.117 INFO O| Aug 29 21:22:46.117 INFO STEP 44 (remove_files) COMPLETE
51752026-08-29T21:22:46.750Z[ recovery-image] Aug 29 21:22:46.117 INFO O| Aug 29 21:22:46.117 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-29T21:22:46.754Z[ recovery-image] Aug 29 21:22:46.126 INFO O| Aug 29 21:22:46.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51772026-08-29T21:22:46.757Z[ recovery-image] Aug 29 21:22:46.126 INFO O| Aug 29 21:22:46.126 INFO STEP 45 (remove_files) COMPLETE
51782026-08-29T21:22:46.757Z[ recovery-image] Aug 29 21:22:46.126 INFO O| Aug 29 21:22:46.126 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-29T21:22:46.765Z[ recovery-image] Aug 29 21:22:46.136 INFO O| Aug 29 21:22:46.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51802026-08-29T21:22:46.765Z[ recovery-image] Aug 29 21:22:46.136 INFO O| Aug 29 21:22:46.136 INFO STEP 46 (remove_files) COMPLETE
51812026-08-29T21:22:46.768Z[ recovery-image] Aug 29 21:22:46.136 INFO O| Aug 29 21:22:46.136 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-29T21:22:46.773Z[ recovery-image] Aug 29 21:22:46.145 INFO O| Aug 29 21:22:46.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51832026-08-29T21:22:46.773Z[ recovery-image] Aug 29 21:22:46.145 INFO O| Aug 29 21:22:46.145 INFO STEP 47 (remove_files) COMPLETE
51842026-08-29T21:22:46.776Z[ recovery-image] Aug 29 21:22:46.145 INFO O| Aug 29 21:22:46.145 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-29T21:22:46.782Z[ recovery-image] Aug 29 21:22:46.154 INFO O| Aug 29 21:22:46.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51862026-08-29T21:22:46.782Z[ recovery-image] Aug 29 21:22:46.154 INFO O| Aug 29 21:22:46.154 INFO STEP 48 (remove_files) COMPLETE
51872026-08-29T21:22:46.782Z[ recovery-image] Aug 29 21:22:46.154 INFO O| Aug 29 21:22:46.154 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-29T21:22:46.791Z[ recovery-image] Aug 29 21:22:46.162 INFO O| Aug 29 21:22:46.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51892026-08-29T21:22:46.791Z[ recovery-image] Aug 29 21:22:46.162 INFO O| Aug 29 21:22:46.162 INFO STEP 49 (remove_files) COMPLETE
51902026-08-29T21:22:46.791Z[ recovery-image] Aug 29 21:22:46.162 INFO O| Aug 29 21:22:46.162 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-29T21:22:46.794Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
51922026-08-29T21:22:46.800Z[ recovery-image] Aug 29 21:22:46.172 INFO O| Aug 29 21:22:46.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51932026-08-29T21:22:46.804Z[ recovery-image] Aug 29 21:22:46.172 INFO O| Aug 29 21:22:46.172 INFO STEP 50 (remove_files) COMPLETE
51942026-08-29T21:22:46.804Z[ recovery-image] Aug 29 21:22:46.172 INFO O| Aug 29 21:22:46.172 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-29T21:22:46.811Z[ recovery-image] Aug 29 21:22:46.183 INFO O| Aug 29 21:22:46.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51962026-08-29T21:22:46.811Z[ recovery-image] Aug 29 21:22:46.183 INFO O| Aug 29 21:22:46.183 INFO STEP 51 (remove_files) COMPLETE
51972026-08-29T21:22:46.811Z[ recovery-image] Aug 29 21:22:46.183 INFO O| Aug 29 21:22:46.183 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51982026-08-29T21:22:46.820Z[ recovery-image] Aug 29 21:22:46.192 INFO O| Aug 29 21:22:46.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51992026-08-29T21:22:46.820Z[ recovery-image] Aug 29 21:22:46.192 INFO O| Aug 29 21:22:46.192 INFO STEP 52 (remove_files) COMPLETE
52002026-08-29T21:22:46.823Z[ recovery-image] Aug 29 21:22:46.192 INFO O| Aug 29 21:22:46.192 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-08-29T21:22:46.829Z[ recovery-image] Aug 29 21:22:46.201 INFO O| Aug 29 21:22:46.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52022026-08-29T21:22:46.829Z[ recovery-image] Aug 29 21:22:46.201 INFO O| Aug 29 21:22:46.201 INFO STEP 53 (remove_files) COMPLETE
52032026-08-29T21:22:46.832Z[ recovery-image] Aug 29 21:22:46.201 INFO O| Aug 29 21:22:46.201 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-29T21:22:46.838Z[ recovery-image] Aug 29 21:22:46.210 INFO O| Aug 29 21:22:46.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52052026-08-29T21:22:46.841Z[ recovery-image] Aug 29 21:22:46.210 INFO O| Aug 29 21:22:46.210 INFO STEP 54 (remove_files) COMPLETE
52062026-08-29T21:22:46.841Z[ recovery-image] Aug 29 21:22:46.210 INFO O| Aug 29 21:22:46.210 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-08-29T21:22:46.847Z[ recovery-image] Aug 29 21:22:46.219 INFO O| Aug 29 21:22:46.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52082026-08-29T21:22:46.850Z[ recovery-image] Aug 29 21:22:46.219 INFO O| Aug 29 21:22:46.219 INFO STEP 55 (remove_files) COMPLETE
52092026-08-29T21:22:46.850Z[ recovery-image] Aug 29 21:22:46.219 INFO O| Aug 29 21:22:46.219 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-29T21:22:46.856Z[ recovery-image] Aug 29 21:22:46.228 INFO O| Aug 29 21:22:46.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52112026-08-29T21:22:46.856Z[ recovery-image] Aug 29 21:22:46.228 INFO O| Aug 29 21:22:46.227 INFO STEP 56 (remove_files) COMPLETE
52122026-08-29T21:22:46.859Z[ recovery-image] Aug 29 21:22:46.228 INFO O| Aug 29 21:22:46.227 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-08-29T21:22:46.865Z[ recovery-image] Aug 29 21:22:46.236 INFO O| Aug 29 21:22:46.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52142026-08-29T21:22:46.865Z[ recovery-image] Aug 29 21:22:46.236 INFO O| Aug 29 21:22:46.236 INFO STEP 57 (remove_files) COMPLETE
52152026-08-29T21:22:46.865Z[ recovery-image] Aug 29 21:22:46.236 INFO O| Aug 29 21:22:46.236 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-29T21:22:46.875Z[ recovery-image] Aug 29 21:22:46.245 INFO O| Aug 29 21:22:46.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52172026-08-29T21:22:46.875Z[ recovery-image] Aug 29 21:22:46.245 INFO O| Aug 29 21:22:46.245 INFO STEP 58 (remove_files) COMPLETE
52182026-08-29T21:22:46.875Z[ recovery-image] Aug 29 21:22:46.245 INFO O| Aug 29 21:22:46.245 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-08-29T21:22:46.880Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52202026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.254 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52212026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52222026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52232026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52242026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52252026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52262026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO ok!
52272026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO STEP 59 (ensure_file) COMPLETE
52282026-08-29T21:22:46.887Z[ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-08-29T21:22:46.893Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52302026-08-29T21:22:46.893Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52312026-08-29T21:22:46.893Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52322026-08-29T21:22:46.896Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52332026-08-29T21:22:46.896Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52342026-08-29T21:22:46.896Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52352026-08-29T21:22:46.896Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO ok!
52362026-08-29T21:22:46.896Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO STEP 60 (ensure_file) COMPLETE
52372026-08-29T21:22:46.896Z[ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-08-29T21:22:46.902Z[ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.273 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52392026-08-29T21:22:46.902Z[ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52402026-08-29T21:22:46.902Z[ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52412026-08-29T21:22:46.902Z[ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO ok!
52422026-08-29T21:22:46.902Z[ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO STEP 61 (ensure_file) COMPLETE
52432026-08-29T21:22:46.902Z[ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-29T21:22:46.913Z[ recovery-image] Aug 29 21:22:46.284 INFO O| Aug 29 21:22:46.284 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52452026-08-29T21:22:46.913Z[ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.284 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52462026-08-29T21:22:46.913Z[ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52472026-08-29T21:22:46.916Z[ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.285 INFO ok!
52482026-08-29T21:22:46.916Z[ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.285 INFO STEP 62 (ensure_file) COMPLETE
52492026-08-29T21:22:46.916Z[ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.285 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-08-29T21:22:46.923Z[ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52512026-08-29T21:22:46.924Z[ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52522026-08-29T21:22:46.924Z[ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52532026-08-29T21:22:46.927Z[ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52542026-08-29T21:22:46.927Z[ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO ok!
52552026-08-29T21:22:46.927Z[ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO STEP 63 (ensure_file) COMPLETE
52562026-08-29T21:22:46.927Z[ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-08-29T21:22:46.932Z[ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52582026-08-29T21:22:46.932Z[ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52592026-08-29T21:22:46.935Z[ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52602026-08-29T21:22:46.935Z[ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52612026-08-29T21:22:46.935Z[ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO ok!
52622026-08-29T21:22:46.935Z[ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO STEP 64 (ensure_file) COMPLETE
52632026-08-29T21:22:46.936Z[ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52642026-08-29T21:22:46.942Z[ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52652026-08-29T21:22:46.942Z[ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52662026-08-29T21:22:46.946Z[ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52672026-08-29T21:22:46.946Z[ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO ok!
52682026-08-29T21:22:46.946Z[ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO STEP 65 (assemble_files) COMPLETE
52692026-08-29T21:22:46.946Z[ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52702026-08-29T21:22:46.952Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52712026-08-29T21:22:46.952Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52722026-08-29T21:22:46.952Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52732026-08-29T21:22:46.952Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52742026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO ok!
52752026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO STEP 66 (ensure_file) COMPLETE
52762026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52772026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO skip step because feature "omicron1" is not enabled
52782026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52792026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO skip step because feature "omicron1" is not enabled
52802026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52812026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.324 INFO O| Aug 29 21:22:46.323 INFO skip step because feature "omicron1" is not enabled
52822026-08-29T21:22:46.955Z[ recovery-image] Aug 29 21:22:46.324 INFO O| Aug 29 21:22:46.323 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52832026-08-29T21:22:46.966Z[ recovery-image] Aug 29 21:22:46.338 INFO O| Aug 29 21:22:46.338 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52842026-08-29T21:22:46.966Z[ recovery-image] Aug 29 21:22:46.338 INFO O| Aug 29 21:22:46.338 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52852026-08-29T21:22:47.253Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52862026-08-29T21:22:47.278Z[verify-libraries] Compiling ssh-cipher v0.3.0
52872026-08-29T21:22:47.299Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52882026-08-29T21:22:47.553Z[verify-libraries] Compiling serde_with_macros v1.5.2
52892026-08-29T21:22:47.868Z[verify-libraries] Compiling progenitor v0.13.0
52902026-08-29T21:22:47.907Z[verify-libraries] Compiling sha3 v0.11.0
52912026-08-29T21:22:48.038Z[verify-libraries] Compiling p256 v0.14.0
52922026-08-29T21:22:48.144Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
52932026-08-29T21:22:48.181Z[verify-libraries] Compiling p384 v0.14.0
52942026-08-29T21:22:48.208Z[verify-libraries] Compiling p521 v0.14.0
52952026-08-29T21:22:48.223Z[ recovery-image] Aug 29 21:22:47.595 INFO O| Aug 29 21:22:47.595 INFO STEP 70 (pack_tar) COMPLETE
52962026-08-29T21:22:48.223Z[ recovery-image] Aug 29 21:22:47.595 INFO O| Aug 29 21:22:47.595 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52972026-08-29T21:22:48.227Z[ recovery-image] Aug 29 21:22:47.595 INFO O| Aug 29 21:22:47.595 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52982026-08-29T21:22:48.245Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52992026-08-29T21:22:48.267Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53002026-08-29T21:22:48.629Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
53012026-08-29T21:22:48.650Z[ recovery-image] Aug 29 21:22:48.022 INFO O| Aug 29 21:22:48.022 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53022026-08-29T21:22:48.738Z[verify-libraries] Compiling twox-hash v2.1.2
53032026-08-29T21:22:48.777Z[ recovery-image] Aug 29 21:22:48.149 INFO O| Aug 29 21:22:48.149 INFO completed processing sled/ramdisk-02-trim
53042026-08-29T21:22:48.781Z[ recovery-image] Aug 29 21:22:48.151 INFO image builder template: ramdisk-03-recovery-trim...
53052026-08-29T21:22:48.781Z[ recovery-image] Aug 29 21:22:48.151 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/.tmpdiOogb/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
53062026-08-29T21:22:48.784Z[ recovery-image] Aug 29 21:22:48.156 INFO O| Aug 29 21:22:48.156 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53072026-08-29T21:22:48.859Z[ recovery-image] Aug 29 21:22:48.230 INFO O| Aug 29 21:22:48.230 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53082026-08-29T21:22:48.862Z[ recovery-image] Aug 29 21:22:48.233 INFO O| Aug 29 21:22:48.233 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53092026-08-29T21:22:48.922Z[verify-libraries] Compiling kem v0.3.0
53102026-08-29T21:22:48.951Z[verify-libraries] Compiling module-lattice v0.2.3
53112026-08-29T21:22:48.951Z[ recovery-image] Aug 29 21:22:48.322 INFO O| Aug 29 21:22:48.322 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53122026-08-29T21:22:49.033Z[ recovery-image] Aug 29 21:22:48.405 INFO O| Aug 29 21:22:48.405 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53132026-08-29T21:22:49.033Z[ recovery-image] Aug 29 21:22:48.405 INFO O| Aug 29 21:22:48.405 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53142026-08-29T21:22:49.040Z[ recovery-image] Aug 29 21:22:48.412 INFO O| Aug 29 21:22:48.411 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53152026-08-29T21:22:49.044Z[ recovery-image] Aug 29 21:22:48.416 INFO O| Aug 29 21:22:48.416 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53162026-08-29T21:22:49.054Z[ recovery-image] Aug 29 21:22:48.425 INFO O| Aug 29 21:22:48.425 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53172026-08-29T21:22:49.091Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53182026-08-29T21:22:49.235Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
53192026-08-29T21:22:49.294Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53202026-08-29T21:22:49.425Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
53212026-08-29T21:22:49.648Z[ recovery-image] Aug 29 21:22:49.019 INFO O| Aug 29 21:22:49.019 INFO rolled back to input snapshot; work may begin
53222026-08-29T21:22:49.648Z[ recovery-image] Aug 29 21:22:49.019 INFO O| Aug 29 21:22:49.019 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53232026-08-29T21:22:49.652Z[ recovery-image] Aug 29 21:22:49.024 INFO O| Aug 29 21:22:49.023 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-29T21:22:49.660Z[ recovery-image] Aug 29 21:22:49.032 INFO O| Aug 29 21:22:49.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53252026-08-29T21:22:49.664Z[ recovery-image] Aug 29 21:22:49.034 INFO O| Aug 29 21:22:49.034 INFO STEP 0 (remove_files) COMPLETE
53262026-08-29T21:22:49.664Z[ recovery-image] Aug 29 21:22:49.034 INFO O| Aug 29 21:22:49.034 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-29T21:22:49.671Z[ recovery-image] Aug 29 21:22:49.042 INFO O| Aug 29 21:22:49.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53282026-08-29T21:22:49.671Z[ recovery-image] Aug 29 21:22:49.042 INFO O| Aug 29 21:22:49.042 INFO STEP 1 (remove_files) COMPLETE
53292026-08-29T21:22:49.674Z[ recovery-image] Aug 29 21:22:49.042 INFO O| Aug 29 21:22:49.042 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-29T21:22:49.685Z[ recovery-image] Aug 29 21:22:49.056 INFO O| Aug 29 21:22:49.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53312026-08-29T21:22:49.689Z[ recovery-image] Aug 29 21:22:49.061 INFO O| Aug 29 21:22:49.060 INFO STEP 2 (remove_files) COMPLETE
53322026-08-29T21:22:49.689Z[ recovery-image] Aug 29 21:22:49.061 INFO O| Aug 29 21:22:49.061 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-29T21:22:49.700Z[ recovery-image] Aug 29 21:22:49.072 INFO O| Aug 29 21:22:49.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53342026-08-29T21:22:49.754Z[ recovery-image] Aug 29 21:22:49.125 INFO O| Aug 29 21:22:49.125 INFO STEP 3 (remove_files) COMPLETE
53352026-08-29T21:22:49.754Z[ recovery-image] Aug 29 21:22:49.126 INFO O| Aug 29 21:22:49.125 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-29T21:22:49.765Z[ recovery-image] Aug 29 21:22:49.136 INFO O| Aug 29 21:22:49.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53372026-08-29T21:22:49.768Z[ recovery-image] Aug 29 21:22:49.138 INFO O| Aug 29 21:22:49.138 INFO STEP 4 (remove_files) COMPLETE
53382026-08-29T21:22:49.769Z[ recovery-image] Aug 29 21:22:49.138 INFO O| Aug 29 21:22:49.138 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-29T21:22:49.776Z[ recovery-image] Aug 29 21:22:49.147 INFO O| Aug 29 21:22:49.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53402026-08-29T21:22:49.815Z[ recovery-image] Aug 29 21:22:49.186 INFO O| Aug 29 21:22:49.186 INFO STEP 5 (remove_files) COMPLETE
53412026-08-29T21:22:49.815Z[ recovery-image] Aug 29 21:22:49.186 INFO O| Aug 29 21:22:49.186 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-29T21:22:49.824Z[ recovery-image] Aug 29 21:22:49.196 INFO O| Aug 29 21:22:49.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53432026-08-29T21:22:50.099Z[ recovery-image] Aug 29 21:22:49.470 INFO O| Aug 29 21:22:49.470 INFO STEP 6 (remove_files) COMPLETE
53442026-08-29T21:22:50.099Z[ recovery-image] Aug 29 21:22:49.470 INFO O| Aug 29 21:22:49.470 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-29T21:22:50.109Z[ recovery-image] Aug 29 21:22:49.480 INFO O| Aug 29 21:22:49.480 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53462026-08-29T21:22:50.162Z[ recovery-image] Aug 29 21:22:49.533 INFO O| Aug 29 21:22:49.533 INFO STEP 7 (remove_files) COMPLETE
53472026-08-29T21:22:50.162Z[ recovery-image] Aug 29 21:22:49.533 INFO O| Aug 29 21:22:49.533 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-29T21:22:50.172Z[ recovery-image] Aug 29 21:22:49.543 INFO O| Aug 29 21:22:49.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53492026-08-29T21:22:50.197Z[ recovery-image] Aug 29 21:22:49.568 INFO O| Aug 29 21:22:49.568 INFO STEP 8 (remove_files) COMPLETE
53502026-08-29T21:22:50.197Z[ recovery-image] Aug 29 21:22:49.568 INFO O| Aug 29 21:22:49.568 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-29T21:22:50.267Z[ recovery-image] Aug 29 21:22:49.638 INFO O| Aug 29 21:22:49.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53522026-08-29T21:22:50.318Z[ recovery-image] Aug 29 21:22:49.689 INFO O| Aug 29 21:22:49.689 INFO STEP 9 (remove_files) COMPLETE
53532026-08-29T21:22:50.318Z[ recovery-image] Aug 29 21:22:49.689 INFO O| Aug 29 21:22:49.689 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-29T21:22:50.328Z[ recovery-image] Aug 29 21:22:49.699 INFO O| Aug 29 21:22:49.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53552026-08-29T21:22:50.328Z[ recovery-image] Aug 29 21:22:49.699 INFO O| Aug 29 21:22:49.699 INFO STEP 10 (remove_files) COMPLETE
53562026-08-29T21:22:50.332Z[ recovery-image] Aug 29 21:22:49.699 INFO O| Aug 29 21:22:49.699 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-29T21:22:50.338Z[ recovery-image] Aug 29 21:22:49.709 INFO O| Aug 29 21:22:49.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53582026-08-29T21:22:50.385Z[ recovery-image] Aug 29 21:22:49.755 INFO O| Aug 29 21:22:49.755 INFO STEP 11 (remove_files) COMPLETE
53592026-08-29T21:22:50.385Z[ recovery-image] Aug 29 21:22:49.755 INFO O| Aug 29 21:22:49.755 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-29T21:22:50.394Z[ recovery-image] Aug 29 21:22:49.765 INFO O| Aug 29 21:22:49.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53612026-08-29T21:22:50.729Z[ recovery-image] Aug 29 21:22:50.100 INFO O| Aug 29 21:22:50.100 INFO STEP 12 (remove_files) COMPLETE
53622026-08-29T21:22:50.729Z[ recovery-image] Aug 29 21:22:50.100 INFO O| Aug 29 21:22:50.100 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-29T21:22:50.740Z[ recovery-image] Aug 29 21:22:50.111 INFO O| Aug 29 21:22:50.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53642026-08-29T21:22:50.743Z[ recovery-image] Aug 29 21:22:50.114 INFO O| Aug 29 21:22:50.114 INFO STEP 13 (remove_files) COMPLETE
53652026-08-29T21:22:50.744Z[ recovery-image] Aug 29 21:22:50.114 INFO O| Aug 29 21:22:50.114 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-29T21:22:50.753Z[ recovery-image] Aug 29 21:22:50.125 INFO O| Aug 29 21:22:50.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53672026-08-29T21:22:50.757Z[ recovery-image] Aug 29 21:22:50.127 INFO O| Aug 29 21:22:50.127 INFO STEP 14 (remove_files) COMPLETE
53682026-08-29T21:22:50.757Z[ recovery-image] Aug 29 21:22:50.127 INFO O| Aug 29 21:22:50.127 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-29T21:22:50.766Z[ recovery-image] Aug 29 21:22:50.137 INFO O| Aug 29 21:22:50.137 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53702026-08-29T21:22:50.771Z[ recovery-image] Aug 29 21:22:50.138 INFO O| Aug 29 21:22:50.138 INFO STEP 15 (remove_files) COMPLETE
53712026-08-29T21:22:50.771Z[ recovery-image] Aug 29 21:22:50.138 INFO O| Aug 29 21:22:50.138 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-29T21:22:50.776Z[ recovery-image] Aug 29 21:22:50.148 INFO O| Aug 29 21:22:50.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53732026-08-29T21:22:50.780Z[ recovery-image] Aug 29 21:22:50.149 INFO O| Aug 29 21:22:50.149 INFO STEP 16 (remove_files) COMPLETE
53742026-08-29T21:22:50.780Z[ recovery-image] Aug 29 21:22:50.149 INFO O| Aug 29 21:22:50.149 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-29T21:22:50.788Z[ recovery-image] Aug 29 21:22:50.159 INFO O| Aug 29 21:22:50.159 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53762026-08-29T21:22:50.800Z[ recovery-image] Aug 29 21:22:50.171 INFO O| Aug 29 21:22:50.171 INFO STEP 17 (remove_files) COMPLETE
53772026-08-29T21:22:50.800Z[ recovery-image] Aug 29 21:22:50.171 INFO O| Aug 29 21:22:50.171 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-29T21:22:50.811Z[ recovery-image] Aug 29 21:22:50.182 INFO O| Aug 29 21:22:50.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53792026-08-29T21:22:50.814Z[ recovery-image] Aug 29 21:22:50.183 INFO O| Aug 29 21:22:50.183 INFO STEP 18 (remove_files) COMPLETE
53802026-08-29T21:22:50.814Z[ recovery-image] Aug 29 21:22:50.183 INFO O| Aug 29 21:22:50.183 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-29T21:22:50.822Z[ recovery-image] Aug 29 21:22:50.193 INFO O| Aug 29 21:22:50.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53822026-08-29T21:22:50.825Z[ recovery-image] Aug 29 21:22:50.194 INFO O| Aug 29 21:22:50.194 INFO STEP 19 (remove_files) COMPLETE
53832026-08-29T21:22:50.825Z[ recovery-image] Aug 29 21:22:50.194 INFO O| Aug 29 21:22:50.194 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-29T21:22:50.832Z[ recovery-image] Aug 29 21:22:50.204 INFO O| Aug 29 21:22:50.204 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53852026-08-29T21:22:50.845Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
53862026-08-29T21:22:50.874Z[ recovery-image] Aug 29 21:22:50.245 INFO O| Aug 29 21:22:50.245 INFO STEP 20 (remove_files) COMPLETE
53872026-08-29T21:22:50.877Z[ recovery-image] Aug 29 21:22:50.245 INFO O| Aug 29 21:22:50.245 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-29T21:22:50.892Z[ recovery-image] Aug 29 21:22:50.264 INFO O| Aug 29 21:22:50.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53892026-08-29T21:22:50.925Z[ recovery-image] Aug 29 21:22:50.296 INFO O| Aug 29 21:22:50.295 INFO STEP 21 (remove_files) COMPLETE
53902026-08-29T21:22:50.925Z[ recovery-image] Aug 29 21:22:50.296 INFO O| Aug 29 21:22:50.296 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-29T21:22:50.941Z[ recovery-image] Aug 29 21:22:50.313 INFO O| Aug 29 21:22:50.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53922026-08-29T21:22:50.942Z[ recovery-image] Aug 29 21:22:50.313 INFO O| Aug 29 21:22:50.313 INFO STEP 22 (remove_files) COMPLETE
53932026-08-29T21:22:50.942Z[ recovery-image] Aug 29 21:22:50.313 INFO O| Aug 29 21:22:50.313 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-29T21:22:50.951Z[ recovery-image] Aug 29 21:22:50.322 INFO O| Aug 29 21:22:50.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53952026-08-29T21:22:50.979Z[ recovery-image] Aug 29 21:22:50.350 INFO O| Aug 29 21:22:50.350 INFO STEP 23 (remove_files) COMPLETE
53962026-08-29T21:22:50.979Z[ recovery-image] Aug 29 21:22:50.350 INFO O| Aug 29 21:22:50.350 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-29T21:22:50.988Z[ recovery-image] Aug 29 21:22:50.359 INFO O| Aug 29 21:22:50.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53982026-08-29T21:22:51.010Z[ recovery-image] Aug 29 21:22:50.382 INFO O| Aug 29 21:22:50.382 INFO STEP 24 (remove_files) COMPLETE
53992026-08-29T21:22:51.011Z[ recovery-image] Aug 29 21:22:50.382 INFO O| Aug 29 21:22:50.382 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-29T21:22:51.023Z[ recovery-image] Aug 29 21:22:50.394 INFO O| Aug 29 21:22:50.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54012026-08-29T21:22:51.023Z[ recovery-image] Aug 29 21:22:50.394 INFO O| Aug 29 21:22:50.394 INFO STEP 25 (remove_files) COMPLETE
54022026-08-29T21:22:51.028Z[ recovery-image] Aug 29 21:22:50.394 INFO O| Aug 29 21:22:50.394 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-29T21:22:51.033Z[ recovery-image] Aug 29 21:22:50.405 INFO O| Aug 29 21:22:50.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54042026-08-29T21:22:51.033Z[ recovery-image] Aug 29 21:22:50.405 INFO O| Aug 29 21:22:50.405 INFO STEP 26 (remove_files) COMPLETE
54052026-08-29T21:22:51.033Z[ recovery-image] Aug 29 21:22:50.405 INFO O| Aug 29 21:22:50.405 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-29T21:22:51.043Z[ recovery-image] Aug 29 21:22:50.414 INFO O| Aug 29 21:22:50.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54072026-08-29T21:22:51.043Z[ recovery-image] Aug 29 21:22:50.414 INFO O| Aug 29 21:22:50.414 INFO STEP 27 (remove_files) COMPLETE
54082026-08-29T21:22:51.046Z[ recovery-image] Aug 29 21:22:50.414 INFO O| Aug 29 21:22:50.414 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-29T21:22:51.061Z[ recovery-image] Aug 29 21:22:50.432 INFO O| Aug 29 21:22:50.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54102026-08-29T21:22:51.073Z[ recovery-image] Aug 29 21:22:50.444 INFO O| Aug 29 21:22:50.444 INFO STEP 28 (remove_files) COMPLETE
54112026-08-29T21:22:51.073Z[ recovery-image] Aug 29 21:22:50.444 INFO O| Aug 29 21:22:50.444 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-29T21:22:51.104Z[ recovery-image] Aug 29 21:22:50.475 INFO O| Aug 29 21:22:50.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54132026-08-29T21:22:51.104Z[ recovery-image] Aug 29 21:22:50.475 INFO O| Aug 29 21:22:50.475 INFO STEP 29 (remove_files) COMPLETE
54142026-08-29T21:22:51.104Z[ recovery-image] Aug 29 21:22:50.475 INFO O| Aug 29 21:22:50.475 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-29T21:22:51.114Z[ recovery-image] Aug 29 21:22:50.485 INFO O| Aug 29 21:22:50.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54162026-08-29T21:22:51.114Z[ recovery-image] Aug 29 21:22:50.486 INFO O| Aug 29 21:22:50.486 INFO STEP 30 (remove_files) COMPLETE
54172026-08-29T21:22:51.114Z[ recovery-image] Aug 29 21:22:50.486 INFO O| Aug 29 21:22:50.486 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-29T21:22:51.125Z[ recovery-image] Aug 29 21:22:50.497 INFO O| Aug 29 21:22:50.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54192026-08-29T21:22:51.125Z[ recovery-image] Aug 29 21:22:50.497 INFO O| Aug 29 21:22:50.497 INFO STEP 31 (remove_files) COMPLETE
54202026-08-29T21:22:51.126Z[ recovery-image] Aug 29 21:22:50.497 INFO O| Aug 29 21:22:50.497 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-29T21:22:51.162Z[ recovery-image] Aug 29 21:22:50.533 INFO O| Aug 29 21:22:50.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54222026-08-29T21:22:51.162Z[ recovery-image] Aug 29 21:22:50.533 INFO O| Aug 29 21:22:50.533 INFO STEP 32 (remove_files) COMPLETE
54232026-08-29T21:22:51.163Z[ recovery-image] Aug 29 21:22:50.533 INFO O| Aug 29 21:22:50.533 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-29T21:22:51.171Z[ recovery-image] Aug 29 21:22:50.542 INFO O| Aug 29 21:22:50.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54252026-08-29T21:22:51.171Z[ recovery-image] Aug 29 21:22:50.542 INFO O| Aug 29 21:22:50.542 INFO STEP 33 (remove_files) COMPLETE
54262026-08-29T21:22:51.171Z[ recovery-image] Aug 29 21:22:50.542 INFO O| Aug 29 21:22:50.542 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-29T21:22:51.178Z[ recovery-image] Aug 29 21:22:50.549 INFO O| Aug 29 21:22:50.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54282026-08-29T21:22:51.178Z[ recovery-image] Aug 29 21:22:50.549 INFO O| Aug 29 21:22:50.549 INFO STEP 34 (remove_files) COMPLETE
54292026-08-29T21:22:51.181Z[ recovery-image] Aug 29 21:22:50.549 INFO O| Aug 29 21:22:50.549 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-29T21:22:51.185Z[ recovery-image] Aug 29 21:22:50.556 INFO O| Aug 29 21:22:50.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54312026-08-29T21:22:51.185Z[ recovery-image] Aug 29 21:22:50.557 INFO O| Aug 29 21:22:50.556 INFO STEP 35 (remove_files) COMPLETE
54322026-08-29T21:22:51.185Z[ recovery-image] Aug 29 21:22:50.557 INFO O| Aug 29 21:22:50.556 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-29T21:22:51.193Z[ recovery-image] Aug 29 21:22:50.565 INFO O| Aug 29 21:22:50.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54342026-08-29T21:22:51.193Z[ recovery-image] Aug 29 21:22:50.565 INFO O| Aug 29 21:22:50.565 INFO STEP 36 (remove_files) COMPLETE
54352026-08-29T21:22:51.193Z[ recovery-image] Aug 29 21:22:50.565 INFO O| Aug 29 21:22:50.565 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-29T21:22:51.202Z[ recovery-image] Aug 29 21:22:50.573 INFO O| Aug 29 21:22:50.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54372026-08-29T21:22:51.202Z[ recovery-image] Aug 29 21:22:50.573 INFO O| Aug 29 21:22:50.573 INFO STEP 37 (remove_files) COMPLETE
54382026-08-29T21:22:51.202Z[ recovery-image] Aug 29 21:22:50.573 INFO O| Aug 29 21:22:50.573 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-29T21:22:51.211Z[ recovery-image] Aug 29 21:22:50.582 INFO O| Aug 29 21:22:50.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54402026-08-29T21:22:51.211Z[ recovery-image] Aug 29 21:22:50.582 INFO O| Aug 29 21:22:50.582 INFO STEP 38 (remove_files) COMPLETE
54412026-08-29T21:22:51.214Z[ recovery-image] Aug 29 21:22:50.582 INFO O| Aug 29 21:22:50.582 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-29T21:22:51.219Z[ recovery-image] Aug 29 21:22:50.591 INFO O| Aug 29 21:22:50.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54432026-08-29T21:22:51.219Z[ recovery-image] Aug 29 21:22:50.591 INFO O| Aug 29 21:22:50.591 INFO STEP 39 (remove_files) COMPLETE
54442026-08-29T21:22:51.219Z[ recovery-image] Aug 29 21:22:50.591 INFO O| Aug 29 21:22:50.591 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-29T21:22:51.228Z[ recovery-image] Aug 29 21:22:50.599 INFO O| Aug 29 21:22:50.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54462026-08-29T21:22:51.228Z[ recovery-image] Aug 29 21:22:50.599 INFO O| Aug 29 21:22:50.599 INFO STEP 40 (remove_files) COMPLETE
54472026-08-29T21:22:51.228Z[ recovery-image] Aug 29 21:22:50.599 INFO O| Aug 29 21:22:50.599 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-29T21:22:51.236Z[ recovery-image] Aug 29 21:22:50.607 INFO O| Aug 29 21:22:50.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54492026-08-29T21:22:51.236Z[ recovery-image] Aug 29 21:22:50.607 INFO O| Aug 29 21:22:50.607 INFO STEP 41 (remove_files) COMPLETE
54502026-08-29T21:22:51.236Z[ recovery-image] Aug 29 21:22:50.607 INFO O| Aug 29 21:22:50.607 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-29T21:22:51.244Z[ recovery-image] Aug 29 21:22:50.615 INFO O| Aug 29 21:22:50.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54522026-08-29T21:22:51.244Z[ recovery-image] Aug 29 21:22:50.615 INFO O| Aug 29 21:22:50.615 INFO STEP 42 (remove_files) COMPLETE
54532026-08-29T21:22:51.244Z[ recovery-image] Aug 29 21:22:50.615 INFO O| Aug 29 21:22:50.615 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-29T21:22:51.251Z[ recovery-image] Aug 29 21:22:50.623 INFO O| Aug 29 21:22:50.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54552026-08-29T21:22:51.251Z[ recovery-image] Aug 29 21:22:50.623 INFO O| Aug 29 21:22:50.623 INFO STEP 43 (remove_files) COMPLETE
54562026-08-29T21:22:51.251Z[ recovery-image] Aug 29 21:22:50.623 INFO O| Aug 29 21:22:50.623 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-29T21:22:51.259Z[ recovery-image] Aug 29 21:22:50.631 INFO O| Aug 29 21:22:50.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54582026-08-29T21:22:51.285Z[ recovery-image] Aug 29 21:22:50.656 INFO O| Aug 29 21:22:50.656 INFO STEP 44 (remove_files) COMPLETE
54592026-08-29T21:22:51.285Z[ recovery-image] Aug 29 21:22:50.656 INFO O| Aug 29 21:22:50.656 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-29T21:22:51.294Z[ recovery-image] Aug 29 21:22:50.665 INFO O| Aug 29 21:22:50.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54612026-08-29T21:22:51.294Z[ recovery-image] Aug 29 21:22:50.665 INFO O| Aug 29 21:22:50.665 INFO STEP 45 (remove_files) COMPLETE
54622026-08-29T21:22:51.294Z[ recovery-image] Aug 29 21:22:50.665 INFO O| Aug 29 21:22:50.665 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-29T21:22:51.302Z[ recovery-image] Aug 29 21:22:50.673 INFO O| Aug 29 21:22:50.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54642026-08-29T21:22:51.302Z[ recovery-image] Aug 29 21:22:50.673 INFO O| Aug 29 21:22:50.673 INFO STEP 46 (remove_files) COMPLETE
54652026-08-29T21:22:51.302Z[ recovery-image] Aug 29 21:22:50.673 INFO O| Aug 29 21:22:50.673 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-29T21:22:51.309Z[ recovery-image] Aug 29 21:22:50.680 INFO O| Aug 29 21:22:50.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54672026-08-29T21:22:51.309Z[ recovery-image] Aug 29 21:22:50.680 INFO O| Aug 29 21:22:50.680 INFO STEP 47 (remove_files) COMPLETE
54682026-08-29T21:22:51.309Z[ recovery-image] Aug 29 21:22:50.680 INFO O| Aug 29 21:22:50.680 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-29T21:22:51.316Z[ recovery-image] Aug 29 21:22:50.688 INFO O| Aug 29 21:22:50.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54702026-08-29T21:22:51.317Z[ recovery-image] Aug 29 21:22:50.688 INFO O| Aug 29 21:22:50.688 INFO STEP 48 (remove_files) COMPLETE
54712026-08-29T21:22:51.317Z[ recovery-image] Aug 29 21:22:50.688 INFO O| Aug 29 21:22:50.688 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-29T21:22:51.324Z[ recovery-image] Aug 29 21:22:50.695 INFO O| Aug 29 21:22:50.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54732026-08-29T21:22:51.324Z[ recovery-image] Aug 29 21:22:50.695 INFO O| Aug 29 21:22:50.695 INFO STEP 49 (remove_files) COMPLETE
54742026-08-29T21:22:51.327Z[ recovery-image] Aug 29 21:22:50.695 INFO O| Aug 29 21:22:50.695 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-29T21:22:51.331Z[ recovery-image] Aug 29 21:22:50.703 INFO O| Aug 29 21:22:50.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54762026-08-29T21:22:51.332Z[ recovery-image] Aug 29 21:22:50.703 INFO O| Aug 29 21:22:50.703 INFO STEP 50 (remove_files) COMPLETE
54772026-08-29T21:22:51.332Z[ recovery-image] Aug 29 21:22:50.703 INFO O| Aug 29 21:22:50.703 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-29T21:22:51.370Z[ recovery-image] Aug 29 21:22:50.741 INFO O| Aug 29 21:22:50.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54792026-08-29T21:22:51.396Z[ recovery-image] Aug 29 21:22:50.767 INFO O| Aug 29 21:22:50.767 INFO STEP 51 (remove_files) COMPLETE
54802026-08-29T21:22:51.396Z[ recovery-image] Aug 29 21:22:50.767 INFO O| Aug 29 21:22:50.767 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-29T21:22:51.405Z[ recovery-image] Aug 29 21:22:50.776 INFO O| Aug 29 21:22:50.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54822026-08-29T21:22:51.405Z[ recovery-image] Aug 29 21:22:50.776 INFO O| Aug 29 21:22:50.776 INFO STEP 52 (remove_files) COMPLETE
54832026-08-29T21:22:51.405Z[ recovery-image] Aug 29 21:22:50.776 INFO O| Aug 29 21:22:50.776 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-29T21:22:51.413Z[ recovery-image] Aug 29 21:22:50.784 INFO O| Aug 29 21:22:50.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54852026-08-29T21:22:51.413Z[ recovery-image] Aug 29 21:22:50.784 INFO O| Aug 29 21:22:50.784 INFO STEP 53 (remove_files) COMPLETE
54862026-08-29T21:22:51.417Z[ recovery-image] Aug 29 21:22:50.784 INFO O| Aug 29 21:22:50.784 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-29T21:22:51.420Z[ recovery-image] Aug 29 21:22:50.792 INFO O| Aug 29 21:22:50.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54882026-08-29T21:22:51.420Z[ recovery-image] Aug 29 21:22:50.792 INFO O| Aug 29 21:22:50.792 INFO STEP 54 (remove_files) COMPLETE
54892026-08-29T21:22:51.421Z[ recovery-image] Aug 29 21:22:50.792 INFO O| Aug 29 21:22:50.792 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-29T21:22:51.428Z[ recovery-image] Aug 29 21:22:50.800 INFO O| Aug 29 21:22:50.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54912026-08-29T21:22:51.428Z[ recovery-image] Aug 29 21:22:50.800 INFO O| Aug 29 21:22:50.800 INFO STEP 55 (remove_files) COMPLETE
54922026-08-29T21:22:51.428Z[ recovery-image] Aug 29 21:22:50.800 INFO O| Aug 29 21:22:50.800 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-29T21:22:51.436Z[ recovery-image] Aug 29 21:22:50.807 INFO O| Aug 29 21:22:50.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54942026-08-29T21:22:51.436Z[ recovery-image] Aug 29 21:22:50.808 INFO O| Aug 29 21:22:50.807 INFO STEP 56 (remove_files) COMPLETE
54952026-08-29T21:22:51.436Z[ recovery-image] Aug 29 21:22:50.808 INFO O| Aug 29 21:22:50.807 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-29T21:22:51.444Z[ recovery-image] Aug 29 21:22:50.815 INFO O| Aug 29 21:22:50.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54972026-08-29T21:22:51.444Z[ recovery-image] Aug 29 21:22:50.816 INFO O| Aug 29 21:22:50.815 INFO STEP 57 (remove_files) COMPLETE
54982026-08-29T21:22:51.444Z[ recovery-image] Aug 29 21:22:50.816 INFO O| Aug 29 21:22:50.815 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-29T21:22:51.451Z[ recovery-image] Aug 29 21:22:50.823 INFO O| Aug 29 21:22:50.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55002026-08-29T21:22:51.451Z[ recovery-image] Aug 29 21:22:50.823 INFO O| Aug 29 21:22:50.823 INFO STEP 58 (remove_files) COMPLETE
55012026-08-29T21:22:51.451Z[ recovery-image] Aug 29 21:22:50.823 INFO O| Aug 29 21:22:50.823 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-29T21:22:51.459Z[ recovery-image] Aug 29 21:22:50.830 INFO O| Aug 29 21:22:50.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55032026-08-29T21:22:51.459Z[ recovery-image] Aug 29 21:22:50.830 INFO O| Aug 29 21:22:50.830 INFO STEP 59 (remove_files) COMPLETE
55042026-08-29T21:22:51.462Z[ recovery-image] Aug 29 21:22:50.830 INFO O| Aug 29 21:22:50.830 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-29T21:22:51.466Z[ recovery-image] Aug 29 21:22:50.837 INFO O| Aug 29 21:22:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55062026-08-29T21:22:51.466Z[ recovery-image] Aug 29 21:22:50.837 INFO O| Aug 29 21:22:50.837 INFO STEP 60 (remove_files) COMPLETE
55072026-08-29T21:22:51.466Z[ recovery-image] Aug 29 21:22:50.837 INFO O| Aug 29 21:22:50.837 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-29T21:22:51.497Z[ recovery-image] Aug 29 21:22:50.868 INFO O| Aug 29 21:22:50.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55092026-08-29T21:22:51.497Z[ recovery-image] Aug 29 21:22:50.868 INFO O| Aug 29 21:22:50.868 INFO STEP 61 (remove_files) COMPLETE
55102026-08-29T21:22:51.497Z[ recovery-image] Aug 29 21:22:50.868 INFO O| Aug 29 21:22:50.868 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-29T21:22:51.502Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
55122026-08-29T21:22:51.507Z[ recovery-image] Aug 29 21:22:50.878 INFO O| Aug 29 21:22:50.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55132026-08-29T21:22:51.507Z[ recovery-image] Aug 29 21:22:50.878 INFO O| Aug 29 21:22:50.878 INFO STEP 62 (remove_files) COMPLETE
55142026-08-29T21:22:51.510Z[ recovery-image] Aug 29 21:22:50.878 INFO O| Aug 29 21:22:50.878 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-29T21:22:51.516Z[ recovery-image] Aug 29 21:22:50.888 INFO O| Aug 29 21:22:50.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55162026-08-29T21:22:51.516Z[ recovery-image] Aug 29 21:22:50.888 INFO O| Aug 29 21:22:50.888 INFO STEP 63 (remove_files) COMPLETE
55172026-08-29T21:22:51.517Z[ recovery-image] Aug 29 21:22:50.888 INFO O| Aug 29 21:22:50.888 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-29T21:22:51.525Z[ recovery-image] Aug 29 21:22:50.896 INFO O| Aug 29 21:22:50.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55192026-08-29T21:22:51.525Z[ recovery-image] Aug 29 21:22:50.896 INFO O| Aug 29 21:22:50.896 INFO STEP 64 (remove_files) COMPLETE
55202026-08-29T21:22:51.529Z[ recovery-image] Aug 29 21:22:50.896 INFO O| Aug 29 21:22:50.896 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-29T21:22:51.533Z[ recovery-image] Aug 29 21:22:50.905 INFO O| Aug 29 21:22:50.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55222026-08-29T21:22:51.534Z[ recovery-image] Aug 29 21:22:50.905 INFO O| Aug 29 21:22:50.905 INFO STEP 65 (remove_files) COMPLETE
55232026-08-29T21:22:51.537Z[ recovery-image] Aug 29 21:22:50.905 INFO O| Aug 29 21:22:50.905 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-29T21:22:51.542Z[ recovery-image] Aug 29 21:22:50.914 INFO O| Aug 29 21:22:50.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55252026-08-29T21:22:51.542Z[ recovery-image] Aug 29 21:22:50.914 INFO O| Aug 29 21:22:50.914 INFO STEP 66 (remove_files) COMPLETE
55262026-08-29T21:22:51.546Z[ recovery-image] Aug 29 21:22:50.914 INFO O| Aug 29 21:22:50.914 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-29T21:22:51.551Z[ recovery-image] Aug 29 21:22:50.922 INFO O| Aug 29 21:22:50.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55282026-08-29T21:22:51.551Z[ recovery-image] Aug 29 21:22:50.922 INFO O| Aug 29 21:22:50.922 INFO STEP 67 (remove_files) COMPLETE
55292026-08-29T21:22:51.555Z[ recovery-image] Aug 29 21:22:50.922 INFO O| Aug 29 21:22:50.922 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-29T21:22:51.567Z[ recovery-image] Aug 29 21:22:50.939 INFO O| Aug 29 21:22:50.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55312026-08-29T21:22:51.567Z[ recovery-image] Aug 29 21:22:50.939 INFO O| Aug 29 21:22:50.939 INFO STEP 68 (remove_files) COMPLETE
55322026-08-29T21:22:51.568Z[ recovery-image] Aug 29 21:22:50.939 INFO O| Aug 29 21:22:50.939 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-29T21:22:51.577Z[ recovery-image] Aug 29 21:22:50.949 INFO O| Aug 29 21:22:50.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55342026-08-29T21:22:51.578Z[ recovery-image] Aug 29 21:22:50.949 INFO O| Aug 29 21:22:50.949 INFO STEP 69 (remove_files) COMPLETE
55352026-08-29T21:22:51.578Z[ recovery-image] Aug 29 21:22:50.949 INFO O| Aug 29 21:22:50.949 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-29T21:22:51.596Z[ recovery-image] Aug 29 21:22:50.958 INFO O| Aug 29 21:22:50.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55372026-08-29T21:22:51.596Z[ recovery-image] Aug 29 21:22:50.958 INFO O| Aug 29 21:22:50.958 INFO STEP 70 (remove_files) COMPLETE
55382026-08-29T21:22:51.596Z[ recovery-image] Aug 29 21:22:50.958 INFO O| Aug 29 21:22:50.958 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-29T21:22:51.596Z[ recovery-image] Aug 29 21:22:50.966 INFO O| Aug 29 21:22:50.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55402026-08-29T21:22:51.596Z[ recovery-image] Aug 29 21:22:50.966 INFO O| Aug 29 21:22:50.966 INFO STEP 71 (remove_files) COMPLETE
55412026-08-29T21:22:51.596Z[ recovery-image] Aug 29 21:22:50.966 INFO O| Aug 29 21:22:50.966 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-29T21:22:51.603Z[ recovery-image] Aug 29 21:22:50.975 INFO O| Aug 29 21:22:50.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55432026-08-29T21:22:51.603Z[ recovery-image] Aug 29 21:22:50.975 INFO O| Aug 29 21:22:50.975 INFO STEP 72 (remove_files) COMPLETE
55442026-08-29T21:22:51.607Z[ recovery-image] Aug 29 21:22:50.975 INFO O| Aug 29 21:22:50.975 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-29T21:22:51.612Z[ recovery-image] Aug 29 21:22:50.984 INFO O| Aug 29 21:22:50.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55462026-08-29T21:22:51.612Z[ recovery-image] Aug 29 21:22:50.984 INFO O| Aug 29 21:22:50.984 INFO STEP 73 (remove_files) COMPLETE
55472026-08-29T21:22:51.612Z[ recovery-image] Aug 29 21:22:50.984 INFO O| Aug 29 21:22:50.984 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-29T21:22:51.621Z[ recovery-image] Aug 29 21:22:50.992 INFO O| Aug 29 21:22:50.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55492026-08-29T21:22:51.621Z[ recovery-image] Aug 29 21:22:50.992 INFO O| Aug 29 21:22:50.992 INFO STEP 74 (remove_files) COMPLETE
55502026-08-29T21:22:51.624Z[ recovery-image] Aug 29 21:22:50.992 INFO O| Aug 29 21:22:50.992 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-29T21:22:51.630Z[ recovery-image] Aug 29 21:22:51.002 INFO O| Aug 29 21:22:51.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55522026-08-29T21:22:51.630Z[ recovery-image] Aug 29 21:22:51.002 INFO O| Aug 29 21:22:51.002 INFO STEP 75 (remove_files) COMPLETE
55532026-08-29T21:22:51.630Z[ recovery-image] Aug 29 21:22:51.002 INFO O| Aug 29 21:22:51.002 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-29T21:22:51.661Z[ recovery-image] Aug 29 21:22:51.032 INFO O| Aug 29 21:22:51.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55552026-08-29T21:22:51.661Z[ recovery-image] Aug 29 21:22:51.032 INFO O| Aug 29 21:22:51.032 INFO STEP 76 (remove_files) COMPLETE
55562026-08-29T21:22:51.665Z[ recovery-image] Aug 29 21:22:51.032 INFO O| Aug 29 21:22:51.032 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-29T21:22:51.670Z[ recovery-image] Aug 29 21:22:51.041 INFO O| Aug 29 21:22:51.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55582026-08-29T21:22:51.670Z[ recovery-image] Aug 29 21:22:51.041 INFO O| Aug 29 21:22:51.041 INFO STEP 77 (remove_files) COMPLETE
55592026-08-29T21:22:51.670Z[ recovery-image] Aug 29 21:22:51.041 INFO O| Aug 29 21:22:51.041 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-29T21:22:51.692Z[ recovery-image] Aug 29 21:22:51.063 INFO O| Aug 29 21:22:51.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55612026-08-29T21:22:51.692Z[ recovery-image] Aug 29 21:22:51.063 INFO O| Aug 29 21:22:51.063 INFO STEP 78 (remove_files) COMPLETE
55622026-08-29T21:22:51.696Z[ recovery-image] Aug 29 21:22:51.063 INFO O| Aug 29 21:22:51.063 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-29T21:22:51.702Z[ recovery-image] Aug 29 21:22:51.073 INFO O| Aug 29 21:22:51.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55642026-08-29T21:22:51.702Z[ recovery-image] Aug 29 21:22:51.073 INFO O| Aug 29 21:22:51.073 INFO STEP 79 (remove_files) COMPLETE
55652026-08-29T21:22:51.705Z[ recovery-image] Aug 29 21:22:51.073 INFO O| Aug 29 21:22:51.073 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-29T21:22:51.712Z[ recovery-image] Aug 29 21:22:51.083 INFO O| Aug 29 21:22:51.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55672026-08-29T21:22:51.712Z[ recovery-image] Aug 29 21:22:51.083 INFO O| Aug 29 21:22:51.083 INFO STEP 80 (remove_files) COMPLETE
55682026-08-29T21:22:51.715Z[ recovery-image] Aug 29 21:22:51.083 INFO O| Aug 29 21:22:51.083 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-29T21:22:51.722Z[ recovery-image] Aug 29 21:22:51.094 INFO O| Aug 29 21:22:51.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55702026-08-29T21:22:51.722Z[ recovery-image] Aug 29 21:22:51.094 INFO O| Aug 29 21:22:51.094 INFO STEP 81 (remove_files) COMPLETE
55712026-08-29T21:22:51.726Z[ recovery-image] Aug 29 21:22:51.094 INFO O| Aug 29 21:22:51.094 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-29T21:22:51.735Z[ recovery-image] Aug 29 21:22:51.106 INFO O| Aug 29 21:22:51.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55732026-08-29T21:22:51.735Z[ recovery-image] Aug 29 21:22:51.106 INFO O| Aug 29 21:22:51.106 INFO STEP 82 (remove_files) COMPLETE
55742026-08-29T21:22:51.738Z[ recovery-image] Aug 29 21:22:51.106 INFO O| Aug 29 21:22:51.106 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-29T21:22:51.744Z[ recovery-image] Aug 29 21:22:51.116 INFO O| Aug 29 21:22:51.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55762026-08-29T21:22:51.744Z[ recovery-image] Aug 29 21:22:51.116 INFO O| Aug 29 21:22:51.116 INFO STEP 83 (remove_files) COMPLETE
55772026-08-29T21:22:51.748Z[ recovery-image] Aug 29 21:22:51.116 INFO O| Aug 29 21:22:51.116 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-29T21:22:51.754Z[ recovery-image] Aug 29 21:22:51.125 INFO O| Aug 29 21:22:51.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55792026-08-29T21:22:51.754Z[ recovery-image] Aug 29 21:22:51.125 INFO O| Aug 29 21:22:51.125 INFO STEP 84 (remove_files) COMPLETE
55802026-08-29T21:22:51.754Z[ recovery-image] Aug 29 21:22:51.125 INFO O| Aug 29 21:22:51.125 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-29T21:22:51.763Z[ recovery-image] Aug 29 21:22:51.135 INFO O| Aug 29 21:22:51.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55822026-08-29T21:22:51.763Z[ recovery-image] Aug 29 21:22:51.135 INFO O| Aug 29 21:22:51.135 INFO STEP 85 (remove_files) COMPLETE
55832026-08-29T21:22:51.763Z[ recovery-image] Aug 29 21:22:51.135 INFO O| Aug 29 21:22:51.135 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-29T21:22:51.774Z[ recovery-image] Aug 29 21:22:51.145 INFO O| Aug 29 21:22:51.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55852026-08-29T21:22:51.774Z[ recovery-image] Aug 29 21:22:51.145 INFO O| Aug 29 21:22:51.145 INFO STEP 86 (remove_files) COMPLETE
55862026-08-29T21:22:51.774Z[ recovery-image] Aug 29 21:22:51.145 INFO O| Aug 29 21:22:51.145 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-29T21:22:51.781Z[ recovery-image] Aug 29 21:22:51.153 INFO O| Aug 29 21:22:51.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55882026-08-29T21:22:51.781Z[ recovery-image] Aug 29 21:22:51.153 INFO O| Aug 29 21:22:51.153 INFO STEP 87 (remove_files) COMPLETE
55892026-08-29T21:22:51.785Z[ recovery-image] Aug 29 21:22:51.153 INFO O| Aug 29 21:22:51.153 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-29T21:22:51.790Z[ recovery-image] Aug 29 21:22:51.162 INFO O| Aug 29 21:22:51.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55912026-08-29T21:22:51.791Z[ recovery-image] Aug 29 21:22:51.162 INFO O| Aug 29 21:22:51.162 INFO STEP 88 (remove_files) COMPLETE
55922026-08-29T21:22:51.791Z[ recovery-image] Aug 29 21:22:51.162 INFO O| Aug 29 21:22:51.162 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-29T21:22:51.800Z[ recovery-image] Aug 29 21:22:51.171 INFO O| Aug 29 21:22:51.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55942026-08-29T21:22:51.800Z[ recovery-image] Aug 29 21:22:51.171 INFO O| Aug 29 21:22:51.171 INFO STEP 89 (remove_files) COMPLETE
55952026-08-29T21:22:51.800Z[ recovery-image] Aug 29 21:22:51.171 INFO O| Aug 29 21:22:51.171 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-29T21:22:51.808Z[ recovery-image] Aug 29 21:22:51.179 INFO O| Aug 29 21:22:51.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55972026-08-29T21:22:51.808Z[ recovery-image] Aug 29 21:22:51.179 INFO O| Aug 29 21:22:51.179 INFO STEP 90 (remove_files) COMPLETE
55982026-08-29T21:22:51.808Z[ recovery-image] Aug 29 21:22:51.179 INFO O| Aug 29 21:22:51.179 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-29T21:22:51.816Z[ recovery-image] Aug 29 21:22:51.188 INFO O| Aug 29 21:22:51.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56002026-08-29T21:22:51.817Z[ recovery-image] Aug 29 21:22:51.188 INFO O| Aug 29 21:22:51.188 INFO STEP 91 (remove_files) COMPLETE
56012026-08-29T21:22:51.820Z[ recovery-image] Aug 29 21:22:51.188 INFO O| Aug 29 21:22:51.188 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-29T21:22:51.825Z[ recovery-image] Aug 29 21:22:51.197 INFO O| Aug 29 21:22:51.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56032026-08-29T21:22:51.826Z[ recovery-image] Aug 29 21:22:51.197 INFO O| Aug 29 21:22:51.197 INFO STEP 92 (remove_files) COMPLETE
56042026-08-29T21:22:51.826Z[ recovery-image] Aug 29 21:22:51.197 INFO O| Aug 29 21:22:51.197 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-29T21:22:51.836Z[ recovery-image] Aug 29 21:22:51.208 INFO O| Aug 29 21:22:51.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56062026-08-29T21:22:51.837Z[ recovery-image] Aug 29 21:22:51.208 INFO O| Aug 29 21:22:51.208 INFO STEP 93 (remove_files) COMPLETE
56072026-08-29T21:22:51.837Z[ recovery-image] Aug 29 21:22:51.208 INFO O| Aug 29 21:22:51.208 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-29T21:22:51.847Z[ recovery-image] Aug 29 21:22:51.218 INFO O| Aug 29 21:22:51.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56092026-08-29T21:22:51.847Z[ recovery-image] Aug 29 21:22:51.218 INFO O| Aug 29 21:22:51.218 INFO STEP 94 (remove_files) COMPLETE
56102026-08-29T21:22:51.850Z[ recovery-image] Aug 29 21:22:51.218 INFO O| Aug 29 21:22:51.218 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-29T21:22:51.856Z[ recovery-image] Aug 29 21:22:51.227 INFO O| Aug 29 21:22:51.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56122026-08-29T21:22:51.856Z[ recovery-image] Aug 29 21:22:51.227 INFO O| Aug 29 21:22:51.227 INFO STEP 95 (remove_files) COMPLETE
56132026-08-29T21:22:51.860Z[ recovery-image] Aug 29 21:22:51.227 INFO O| Aug 29 21:22:51.227 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-29T21:22:51.867Z[ recovery-image] Aug 29 21:22:51.238 INFO O| Aug 29 21:22:51.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56152026-08-29T21:22:51.870Z[ recovery-image] Aug 29 21:22:51.239 INFO O| Aug 29 21:22:51.239 INFO STEP 96 (remove_files) COMPLETE
56162026-08-29T21:22:51.870Z[ recovery-image] Aug 29 21:22:51.239 INFO O| Aug 29 21:22:51.239 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-29T21:22:51.878Z[ recovery-image] Aug 29 21:22:51.249 INFO O| Aug 29 21:22:51.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56182026-08-29T21:22:51.878Z[ recovery-image] Aug 29 21:22:51.249 INFO O| Aug 29 21:22:51.249 INFO STEP 97 (remove_files) COMPLETE
56192026-08-29T21:22:51.882Z[ recovery-image] Aug 29 21:22:51.249 INFO O| Aug 29 21:22:51.249 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-29T21:22:51.887Z[ recovery-image] Aug 29 21:22:51.258 INFO O| Aug 29 21:22:51.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56212026-08-29T21:22:51.887Z[ recovery-image] Aug 29 21:22:51.259 INFO O| Aug 29 21:22:51.258 INFO STEP 98 (remove_files) COMPLETE
56222026-08-29T21:22:51.891Z[ recovery-image] Aug 29 21:22:51.259 INFO O| Aug 29 21:22:51.259 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-29T21:22:51.897Z[ recovery-image] Aug 29 21:22:51.268 INFO O| Aug 29 21:22:51.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56242026-08-29T21:22:51.897Z[ recovery-image] Aug 29 21:22:51.268 INFO O| Aug 29 21:22:51.268 INFO STEP 99 (remove_files) COMPLETE
56252026-08-29T21:22:51.897Z[ recovery-image] Aug 29 21:22:51.268 INFO O| Aug 29 21:22:51.268 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-29T21:22:51.907Z[ recovery-image] Aug 29 21:22:51.278 INFO O| Aug 29 21:22:51.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56272026-08-29T21:22:51.910Z[ recovery-image] Aug 29 21:22:51.279 INFO O| Aug 29 21:22:51.279 INFO STEP 100 (remove_files) COMPLETE
56282026-08-29T21:22:51.910Z[ recovery-image] Aug 29 21:22:51.279 INFO O| Aug 29 21:22:51.279 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-29T21:22:51.917Z[ recovery-image] Aug 29 21:22:51.288 INFO O| Aug 29 21:22:51.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56302026-08-29T21:22:51.917Z[ recovery-image] Aug 29 21:22:51.288 INFO O| Aug 29 21:22:51.288 INFO STEP 101 (remove_files) COMPLETE
56312026-08-29T21:22:51.920Z[ recovery-image] Aug 29 21:22:51.288 INFO O| Aug 29 21:22:51.288 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-29T21:22:51.926Z[ recovery-image] Aug 29 21:22:51.297 INFO O| Aug 29 21:22:51.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56332026-08-29T21:22:51.926Z[ recovery-image] Aug 29 21:22:51.297 INFO O| Aug 29 21:22:51.297 INFO STEP 102 (remove_files) COMPLETE
56342026-08-29T21:22:51.926Z[ recovery-image] Aug 29 21:22:51.297 INFO O| Aug 29 21:22:51.297 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-29T21:22:51.936Z[ recovery-image] Aug 29 21:22:51.307 INFO O| Aug 29 21:22:51.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56362026-08-29T21:22:51.936Z[ recovery-image] Aug 29 21:22:51.307 INFO O| Aug 29 21:22:51.307 INFO STEP 103 (remove_files) COMPLETE
56372026-08-29T21:22:51.936Z[ recovery-image] Aug 29 21:22:51.307 INFO O| Aug 29 21:22:51.307 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-29T21:22:51.946Z[ recovery-image] Aug 29 21:22:51.317 INFO O| Aug 29 21:22:51.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56392026-08-29T21:22:51.946Z[ recovery-image] Aug 29 21:22:51.317 INFO O| Aug 29 21:22:51.317 INFO STEP 104 (remove_files) COMPLETE
56402026-08-29T21:22:51.946Z[ recovery-image] Aug 29 21:22:51.317 INFO O| Aug 29 21:22:51.317 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-29T21:22:51.956Z[ recovery-image] Aug 29 21:22:51.327 INFO O| Aug 29 21:22:51.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56422026-08-29T21:22:51.956Z[ recovery-image] Aug 29 21:22:51.327 INFO O| Aug 29 21:22:51.327 INFO STEP 105 (remove_files) COMPLETE
56432026-08-29T21:22:51.956Z[ recovery-image] Aug 29 21:22:51.327 INFO O| Aug 29 21:22:51.327 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-29T21:22:51.966Z[ recovery-image] Aug 29 21:22:51.337 INFO O| Aug 29 21:22:51.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56452026-08-29T21:22:51.966Z[ recovery-image] Aug 29 21:22:51.337 INFO O| Aug 29 21:22:51.337 INFO STEP 106 (remove_files) COMPLETE
56462026-08-29T21:22:51.966Z[ recovery-image] Aug 29 21:22:51.337 INFO O| Aug 29 21:22:51.337 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-29T21:22:51.977Z[ recovery-image] Aug 29 21:22:51.349 INFO O| Aug 29 21:22:51.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56482026-08-29T21:22:51.978Z[ recovery-image] Aug 29 21:22:51.349 INFO O| Aug 29 21:22:51.349 INFO STEP 107 (remove_files) COMPLETE
56492026-08-29T21:22:51.978Z[ recovery-image] Aug 29 21:22:51.349 INFO O| Aug 29 21:22:51.349 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-29T21:22:51.988Z[ recovery-image] Aug 29 21:22:51.360 INFO O| Aug 29 21:22:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56512026-08-29T21:22:51.988Z[ recovery-image] Aug 29 21:22:51.360 INFO O| Aug 29 21:22:51.360 INFO STEP 108 (remove_files) COMPLETE
56522026-08-29T21:22:51.988Z[ recovery-image] Aug 29 21:22:51.360 INFO O| Aug 29 21:22:51.360 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-29T21:22:51.998Z[ recovery-image] Aug 29 21:22:51.370 INFO O| Aug 29 21:22:51.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56542026-08-29T21:22:51.998Z[ recovery-image] Aug 29 21:22:51.370 INFO O| Aug 29 21:22:51.370 INFO STEP 109 (remove_files) COMPLETE
56552026-08-29T21:22:51.998Z[ recovery-image] Aug 29 21:22:51.370 INFO O| Aug 29 21:22:51.370 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-29T21:22:52.008Z[ recovery-image] Aug 29 21:22:51.379 INFO O| Aug 29 21:22:51.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56572026-08-29T21:22:52.008Z[ recovery-image] Aug 29 21:22:51.379 INFO O| Aug 29 21:22:51.379 INFO STEP 110 (remove_files) COMPLETE
56582026-08-29T21:22:52.012Z[ recovery-image] Aug 29 21:22:51.379 INFO O| Aug 29 21:22:51.379 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-29T21:22:52.017Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
56602026-08-29T21:22:52.020Z[ recovery-image] Aug 29 21:22:51.389 INFO O| Aug 29 21:22:51.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56612026-08-29T21:22:52.020Z[ recovery-image] Aug 29 21:22:51.389 INFO O| Aug 29 21:22:51.389 INFO STEP 111 (remove_files) COMPLETE
56622026-08-29T21:22:52.020Z[ recovery-image] Aug 29 21:22:51.389 INFO O| Aug 29 21:22:51.389 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-29T21:22:52.027Z[ recovery-image] Aug 29 21:22:51.398 INFO O| Aug 29 21:22:51.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56642026-08-29T21:22:52.027Z[ recovery-image] Aug 29 21:22:51.398 INFO O| Aug 29 21:22:51.398 INFO STEP 112 (remove_files) COMPLETE
56652026-08-29T21:22:52.027Z[ recovery-image] Aug 29 21:22:51.398 INFO O| Aug 29 21:22:51.398 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-29T21:22:52.035Z[ recovery-image] Aug 29 21:22:51.407 INFO O| Aug 29 21:22:51.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56672026-08-29T21:22:52.035Z[ recovery-image] Aug 29 21:22:51.407 INFO O| Aug 29 21:22:51.407 INFO STEP 113 (remove_files) COMPLETE
56682026-08-29T21:22:52.035Z[ recovery-image] Aug 29 21:22:51.407 INFO O| Aug 29 21:22:51.407 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-29T21:22:52.043Z[ recovery-image] Aug 29 21:22:51.415 INFO O| Aug 29 21:22:51.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56702026-08-29T21:22:52.044Z[ recovery-image] Aug 29 21:22:51.415 INFO O| Aug 29 21:22:51.415 INFO STEP 114 (remove_files) COMPLETE
56712026-08-29T21:22:52.044Z[ recovery-image] Aug 29 21:22:51.415 INFO O| Aug 29 21:22:51.415 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-29T21:22:52.052Z[ recovery-image] Aug 29 21:22:51.423 INFO O| Aug 29 21:22:51.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56732026-08-29T21:22:52.052Z[ recovery-image] Aug 29 21:22:51.423 INFO O| Aug 29 21:22:51.423 INFO STEP 115 (remove_files) COMPLETE
56742026-08-29T21:22:52.052Z[ recovery-image] Aug 29 21:22:51.423 INFO O| Aug 29 21:22:51.423 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-29T21:22:52.062Z[ recovery-image] Aug 29 21:22:51.434 INFO O| Aug 29 21:22:51.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56762026-08-29T21:22:52.062Z[ recovery-image] Aug 29 21:22:51.434 INFO O| Aug 29 21:22:51.434 INFO STEP 116 (remove_files) COMPLETE
56772026-08-29T21:22:52.062Z[ recovery-image] Aug 29 21:22:51.434 INFO O| Aug 29 21:22:51.434 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-29T21:22:52.070Z[ recovery-image] Aug 29 21:22:51.442 INFO O| Aug 29 21:22:51.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56792026-08-29T21:22:52.070Z[ recovery-image] Aug 29 21:22:51.442 INFO O| Aug 29 21:22:51.442 INFO STEP 117 (remove_files) COMPLETE
56802026-08-29T21:22:52.070Z[ recovery-image] Aug 29 21:22:51.442 INFO O| Aug 29 21:22:51.442 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-29T21:22:52.081Z[ recovery-image] Aug 29 21:22:51.452 INFO O| Aug 29 21:22:51.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56822026-08-29T21:22:52.081Z[ recovery-image] Aug 29 21:22:51.453 INFO O| Aug 29 21:22:51.453 INFO STEP 118 (remove_files) COMPLETE
56832026-08-29T21:22:52.085Z[ recovery-image] Aug 29 21:22:51.453 INFO O| Aug 29 21:22:51.453 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-29T21:22:52.090Z[ recovery-image] Aug 29 21:22:51.462 INFO O| Aug 29 21:22:51.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56852026-08-29T21:22:52.090Z[ recovery-image] Aug 29 21:22:51.462 INFO O| Aug 29 21:22:51.462 INFO STEP 119 (remove_files) COMPLETE
56862026-08-29T21:22:52.090Z[ recovery-image] Aug 29 21:22:51.462 INFO O| Aug 29 21:22:51.462 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-29T21:22:52.099Z[ recovery-image] Aug 29 21:22:51.471 INFO O| Aug 29 21:22:51.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56882026-08-29T21:22:52.103Z[ recovery-image] Aug 29 21:22:51.471 INFO O| Aug 29 21:22:51.471 INFO STEP 120 (remove_files) COMPLETE
56892026-08-29T21:22:52.103Z[ recovery-image] Aug 29 21:22:51.471 INFO O| Aug 29 21:22:51.471 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-29T21:22:52.108Z[ recovery-image] Aug 29 21:22:51.480 INFO O| Aug 29 21:22:51.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56912026-08-29T21:22:52.108Z[ recovery-image] Aug 29 21:22:51.480 INFO O| Aug 29 21:22:51.480 INFO STEP 121 (remove_files) COMPLETE
56922026-08-29T21:22:52.108Z[ recovery-image] Aug 29 21:22:51.480 INFO O| Aug 29 21:22:51.480 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-29T21:22:52.118Z[ recovery-image] Aug 29 21:22:51.489 INFO O| Aug 29 21:22:51.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56942026-08-29T21:22:52.118Z[ recovery-image] Aug 29 21:22:51.489 INFO O| Aug 29 21:22:51.489 INFO STEP 122 (remove_files) COMPLETE
56952026-08-29T21:22:52.118Z[ recovery-image] Aug 29 21:22:51.489 INFO O| Aug 29 21:22:51.489 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-29T21:22:52.127Z[ recovery-image] Aug 29 21:22:51.498 INFO O| Aug 29 21:22:51.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56972026-08-29T21:22:52.127Z[ recovery-image] Aug 29 21:22:51.498 INFO O| Aug 29 21:22:51.498 INFO STEP 123 (remove_files) COMPLETE
56982026-08-29T21:22:52.127Z[ recovery-image] Aug 29 21:22:51.498 INFO O| Aug 29 21:22:51.498 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-29T21:22:52.140Z[ recovery-image] Aug 29 21:22:51.512 INFO O| Aug 29 21:22:51.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57002026-08-29T21:22:52.140Z[ recovery-image] Aug 29 21:22:51.512 INFO O| Aug 29 21:22:51.512 INFO STEP 124 (remove_files) COMPLETE
57012026-08-29T21:22:52.140Z[ recovery-image] Aug 29 21:22:51.512 INFO O| Aug 29 21:22:51.512 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-29T21:22:52.151Z[ recovery-image] Aug 29 21:22:51.522 INFO O| Aug 29 21:22:51.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57032026-08-29T21:22:52.151Z[ recovery-image] Aug 29 21:22:51.523 INFO O| Aug 29 21:22:51.522 INFO STEP 125 (remove_files) COMPLETE
57042026-08-29T21:22:52.151Z[ recovery-image] Aug 29 21:22:51.523 INFO O| Aug 29 21:22:51.522 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-29T21:22:52.160Z[ recovery-image] Aug 29 21:22:51.532 INFO O| Aug 29 21:22:51.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57062026-08-29T21:22:52.160Z[ recovery-image] Aug 29 21:22:51.532 INFO O| Aug 29 21:22:51.532 INFO STEP 126 (remove_files) COMPLETE
57072026-08-29T21:22:52.164Z[ recovery-image] Aug 29 21:22:51.532 INFO O| Aug 29 21:22:51.532 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-29T21:22:52.169Z[ recovery-image] Aug 29 21:22:51.541 INFO O| Aug 29 21:22:51.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57092026-08-29T21:22:52.169Z[ recovery-image] Aug 29 21:22:51.541 INFO O| Aug 29 21:22:51.541 INFO STEP 127 (remove_files) COMPLETE
57102026-08-29T21:22:52.172Z[ recovery-image] Aug 29 21:22:51.541 INFO O| Aug 29 21:22:51.541 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-29T21:22:52.180Z[ recovery-image] Aug 29 21:22:51.552 INFO O| Aug 29 21:22:51.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57122026-08-29T21:22:52.180Z[ recovery-image] Aug 29 21:22:51.552 INFO O| Aug 29 21:22:51.552 INFO STEP 128 (remove_files) COMPLETE
57132026-08-29T21:22:52.180Z[ recovery-image] Aug 29 21:22:51.552 INFO O| Aug 29 21:22:51.552 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-29T21:22:52.190Z[ recovery-image] Aug 29 21:22:51.562 INFO O| Aug 29 21:22:51.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57152026-08-29T21:22:52.190Z[ recovery-image] Aug 29 21:22:51.562 INFO O| Aug 29 21:22:51.562 INFO STEP 129 (remove_files) COMPLETE
57162026-08-29T21:22:52.190Z[ recovery-image] Aug 29 21:22:51.562 INFO O| Aug 29 21:22:51.562 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-29T21:22:52.199Z[ recovery-image] Aug 29 21:22:51.571 INFO O| Aug 29 21:22:51.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57182026-08-29T21:22:52.202Z[ recovery-image] Aug 29 21:22:51.572 INFO O| Aug 29 21:22:51.572 INFO STEP 130 (remove_files) COMPLETE
57192026-08-29T21:22:52.202Z[ recovery-image] Aug 29 21:22:51.572 INFO O| Aug 29 21:22:51.572 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-29T21:22:52.209Z[ recovery-image] Aug 29 21:22:51.580 INFO O| Aug 29 21:22:51.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57212026-08-29T21:22:52.209Z[ recovery-image] Aug 29 21:22:51.580 INFO O| Aug 29 21:22:51.580 INFO STEP 131 (remove_files) COMPLETE
57222026-08-29T21:22:52.209Z[ recovery-image] Aug 29 21:22:51.580 INFO O| Aug 29 21:22:51.580 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-29T21:22:52.218Z[ recovery-image] Aug 29 21:22:51.589 INFO O| Aug 29 21:22:51.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57242026-08-29T21:22:52.218Z[ recovery-image] Aug 29 21:22:51.589 INFO O| Aug 29 21:22:51.589 INFO STEP 132 (remove_files) COMPLETE
57252026-08-29T21:22:52.218Z[ recovery-image] Aug 29 21:22:51.589 INFO O| Aug 29 21:22:51.589 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-29T21:22:52.227Z[ recovery-image] Aug 29 21:22:51.598 INFO O| Aug 29 21:22:51.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57272026-08-29T21:22:52.227Z[ recovery-image] Aug 29 21:22:51.598 INFO O| Aug 29 21:22:51.598 INFO STEP 133 (remove_files) COMPLETE
57282026-08-29T21:22:52.227Z[ recovery-image] Aug 29 21:22:51.598 INFO O| Aug 29 21:22:51.598 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-29T21:22:52.235Z[ recovery-image] Aug 29 21:22:51.607 INFO O| Aug 29 21:22:51.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57302026-08-29T21:22:52.235Z[ recovery-image] Aug 29 21:22:51.607 INFO O| Aug 29 21:22:51.607 INFO STEP 134 (remove_files) COMPLETE
57312026-08-29T21:22:52.235Z[ recovery-image] Aug 29 21:22:51.607 INFO O| Aug 29 21:22:51.607 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-29T21:22:52.244Z[ recovery-image] Aug 29 21:22:51.615 INFO O| Aug 29 21:22:51.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57332026-08-29T21:22:52.244Z[ recovery-image] Aug 29 21:22:51.616 INFO O| Aug 29 21:22:51.616 INFO STEP 135 (remove_files) COMPLETE
57342026-08-29T21:22:52.244Z[ recovery-image] Aug 29 21:22:51.616 INFO O| Aug 29 21:22:51.616 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-29T21:22:52.253Z[ recovery-image] Aug 29 21:22:51.625 INFO O| Aug 29 21:22:51.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57362026-08-29T21:22:52.253Z[ recovery-image] Aug 29 21:22:51.625 INFO O| Aug 29 21:22:51.625 INFO STEP 136 (remove_files) COMPLETE
57372026-08-29T21:22:52.253Z[ recovery-image] Aug 29 21:22:51.625 INFO O| Aug 29 21:22:51.625 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-29T21:22:52.261Z[ recovery-image] Aug 29 21:22:51.633 INFO O| Aug 29 21:22:51.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57392026-08-29T21:22:52.262Z[ recovery-image] Aug 29 21:22:51.633 INFO O| Aug 29 21:22:51.633 INFO STEP 137 (remove_files) COMPLETE
57402026-08-29T21:22:52.262Z[ recovery-image] Aug 29 21:22:51.633 INFO O| Aug 29 21:22:51.633 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-29T21:22:52.270Z[ recovery-image] Aug 29 21:22:51.642 INFO O| Aug 29 21:22:51.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57422026-08-29T21:22:52.273Z[ recovery-image] Aug 29 21:22:51.643 INFO O| Aug 29 21:22:51.643 INFO STEP 138 (remove_files) COMPLETE
57432026-08-29T21:22:52.273Z[ recovery-image] Aug 29 21:22:51.643 INFO O| Aug 29 21:22:51.643 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-29T21:22:52.281Z[ recovery-image] Aug 29 21:22:51.652 INFO O| Aug 29 21:22:51.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57452026-08-29T21:22:52.281Z[ recovery-image] Aug 29 21:22:51.653 INFO O| Aug 29 21:22:51.653 INFO STEP 139 (remove_files) COMPLETE
57462026-08-29T21:22:52.284Z[ recovery-image] Aug 29 21:22:51.653 INFO O| Aug 29 21:22:51.653 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-29T21:22:52.291Z[ recovery-image] Aug 29 21:22:51.662 INFO O| Aug 29 21:22:51.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57482026-08-29T21:22:52.291Z[ recovery-image] Aug 29 21:22:51.662 INFO O| Aug 29 21:22:51.662 INFO STEP 140 (remove_files) COMPLETE
57492026-08-29T21:22:52.291Z[ recovery-image] Aug 29 21:22:51.662 INFO O| Aug 29 21:22:51.662 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-29T21:22:52.300Z[ recovery-image] Aug 29 21:22:51.672 INFO O| Aug 29 21:22:51.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57512026-08-29T21:22:52.300Z[ recovery-image] Aug 29 21:22:51.672 INFO O| Aug 29 21:22:51.672 INFO STEP 141 (remove_files) COMPLETE
57522026-08-29T21:22:52.300Z[ recovery-image] Aug 29 21:22:51.672 INFO O| Aug 29 21:22:51.672 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-29T21:22:52.310Z[ recovery-image] Aug 29 21:22:51.681 INFO O| Aug 29 21:22:51.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57542026-08-29T21:22:52.310Z[ recovery-image] Aug 29 21:22:51.681 INFO O| Aug 29 21:22:51.681 INFO STEP 142 (remove_files) COMPLETE
57552026-08-29T21:22:52.313Z[ recovery-image] Aug 29 21:22:51.681 INFO O| Aug 29 21:22:51.681 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-29T21:22:52.319Z[ recovery-image] Aug 29 21:22:51.691 INFO O| Aug 29 21:22:51.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57572026-08-29T21:22:52.319Z[ recovery-image] Aug 29 21:22:51.691 INFO O| Aug 29 21:22:51.691 INFO STEP 143 (remove_files) COMPLETE
57582026-08-29T21:22:52.319Z[ recovery-image] Aug 29 21:22:51.691 INFO O| Aug 29 21:22:51.691 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-29T21:22:52.329Z[ recovery-image] Aug 29 21:22:51.700 INFO O| Aug 29 21:22:51.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57602026-08-29T21:22:52.332Z[ recovery-image] Aug 29 21:22:51.701 INFO O| Aug 29 21:22:51.701 INFO STEP 144 (remove_files) COMPLETE
57612026-08-29T21:22:52.332Z[ recovery-image] Aug 29 21:22:51.701 INFO O| Aug 29 21:22:51.701 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-29T21:22:52.340Z[ recovery-image] Aug 29 21:22:51.711 INFO O| Aug 29 21:22:51.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57632026-08-29T21:22:52.340Z[ recovery-image] Aug 29 21:22:51.711 INFO O| Aug 29 21:22:51.711 INFO STEP 145 (remove_files) COMPLETE
57642026-08-29T21:22:52.343Z[ recovery-image] Aug 29 21:22:51.711 INFO O| Aug 29 21:22:51.711 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-29T21:22:52.349Z[ recovery-image] Aug 29 21:22:51.721 INFO O| Aug 29 21:22:51.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57662026-08-29T21:22:52.350Z[ recovery-image] Aug 29 21:22:51.721 INFO O| Aug 29 21:22:51.721 INFO STEP 146 (remove_files) COMPLETE
57672026-08-29T21:22:52.353Z[ recovery-image] Aug 29 21:22:51.721 INFO O| Aug 29 21:22:51.721 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-29T21:22:52.359Z[ recovery-image] Aug 29 21:22:51.730 INFO O| Aug 29 21:22:51.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57692026-08-29T21:22:52.359Z[ recovery-image] Aug 29 21:22:51.730 INFO O| Aug 29 21:22:51.730 INFO STEP 147 (remove_files) COMPLETE
57702026-08-29T21:22:52.359Z[ recovery-image] Aug 29 21:22:51.730 INFO O| Aug 29 21:22:51.730 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-29T21:22:52.367Z[ recovery-image] Aug 29 21:22:51.739 INFO O| Aug 29 21:22:51.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57722026-08-29T21:22:52.367Z[ recovery-image] Aug 29 21:22:51.739 INFO O| Aug 29 21:22:51.739 INFO STEP 148 (remove_files) COMPLETE
57732026-08-29T21:22:52.371Z[ recovery-image] Aug 29 21:22:51.739 INFO O| Aug 29 21:22:51.739 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-29T21:22:52.376Z[ recovery-image] Aug 29 21:22:51.747 INFO O| Aug 29 21:22:51.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57752026-08-29T21:22:52.376Z[ recovery-image] Aug 29 21:22:51.747 INFO O| Aug 29 21:22:51.747 INFO STEP 149 (remove_files) COMPLETE
57762026-08-29T21:22:52.379Z[ recovery-image] Aug 29 21:22:51.747 INFO O| Aug 29 21:22:51.747 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-29T21:22:52.384Z[ recovery-image] Aug 29 21:22:51.756 INFO O| Aug 29 21:22:51.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57782026-08-29T21:22:52.384Z[ recovery-image] Aug 29 21:22:51.756 INFO O| Aug 29 21:22:51.756 INFO STEP 150 (remove_files) COMPLETE
57792026-08-29T21:22:52.384Z[ recovery-image] Aug 29 21:22:51.756 INFO O| Aug 29 21:22:51.756 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-29T21:22:52.393Z[ recovery-image] Aug 29 21:22:51.764 INFO O| Aug 29 21:22:51.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57812026-08-29T21:22:52.393Z[ recovery-image] Aug 29 21:22:51.764 INFO O| Aug 29 21:22:51.764 INFO STEP 151 (remove_files) COMPLETE
57822026-08-29T21:22:52.393Z[ recovery-image] Aug 29 21:22:51.764 INFO O| Aug 29 21:22:51.764 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-29T21:22:52.402Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
57842026-08-29T21:22:52.405Z[ recovery-image] Aug 29 21:22:51.775 INFO O| Aug 29 21:22:51.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57852026-08-29T21:22:52.406Z[ recovery-image] Aug 29 21:22:51.775 INFO O| Aug 29 21:22:51.775 INFO STEP 152 (remove_files) COMPLETE
57862026-08-29T21:22:52.406Z[ recovery-image] Aug 29 21:22:51.775 INFO O| Aug 29 21:22:51.775 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-29T21:22:52.414Z[ recovery-image] Aug 29 21:22:51.784 INFO O| Aug 29 21:22:51.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57882026-08-29T21:22:52.414Z[ recovery-image] Aug 29 21:22:51.785 INFO O| Aug 29 21:22:51.784 INFO STEP 153 (remove_files) COMPLETE
57892026-08-29T21:22:52.414Z[ recovery-image] Aug 29 21:22:51.785 INFO O| Aug 29 21:22:51.784 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-29T21:22:52.422Z[ recovery-image] Aug 29 21:22:51.793 INFO O| Aug 29 21:22:51.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57912026-08-29T21:22:52.422Z[ recovery-image] Aug 29 21:22:51.794 INFO O| Aug 29 21:22:51.793 INFO STEP 154 (remove_files) COMPLETE
57922026-08-29T21:22:52.422Z[ recovery-image] Aug 29 21:22:51.794 INFO O| Aug 29 21:22:51.793 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-29T21:22:52.431Z[ recovery-image] Aug 29 21:22:51.803 INFO O| Aug 29 21:22:51.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57942026-08-29T21:22:52.431Z[ recovery-image] Aug 29 21:22:51.803 INFO O| Aug 29 21:22:51.803 INFO STEP 155 (remove_files) COMPLETE
57952026-08-29T21:22:52.431Z[ recovery-image] Aug 29 21:22:51.803 INFO O| Aug 29 21:22:51.803 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-29T21:22:52.441Z[ recovery-image] Aug 29 21:22:51.813 INFO O| Aug 29 21:22:51.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57972026-08-29T21:22:52.441Z[ recovery-image] Aug 29 21:22:51.813 INFO O| Aug 29 21:22:51.813 INFO STEP 156 (remove_files) COMPLETE
57982026-08-29T21:22:52.441Z[ recovery-image] Aug 29 21:22:51.813 INFO O| Aug 29 21:22:51.813 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-29T21:22:52.450Z[ recovery-image] Aug 29 21:22:51.821 INFO O| Aug 29 21:22:51.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58002026-08-29T21:22:52.450Z[ recovery-image] Aug 29 21:22:51.822 INFO O| Aug 29 21:22:51.822 INFO STEP 157 (remove_files) COMPLETE
58012026-08-29T21:22:52.450Z[ recovery-image] Aug 29 21:22:51.822 INFO O| Aug 29 21:22:51.822 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-29T21:22:52.461Z[ recovery-image] Aug 29 21:22:51.833 INFO O| Aug 29 21:22:51.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58032026-08-29T21:22:52.461Z[ recovery-image] Aug 29 21:22:51.833 INFO O| Aug 29 21:22:51.833 INFO STEP 158 (remove_files) COMPLETE
58042026-08-29T21:22:52.461Z[ recovery-image] Aug 29 21:22:51.833 INFO O| Aug 29 21:22:51.833 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-29T21:22:52.469Z[ recovery-image] Aug 29 21:22:51.841 INFO O| Aug 29 21:22:51.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58062026-08-29T21:22:52.473Z[ recovery-image] Aug 29 21:22:51.843 INFO O| Aug 29 21:22:51.843 INFO STEP 159 (remove_files) COMPLETE
58072026-08-29T21:22:52.473Z[ recovery-image] Aug 29 21:22:51.843 INFO O| Aug 29 21:22:51.843 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-29T21:22:52.480Z[ recovery-image] Aug 29 21:22:51.852 INFO O| Aug 29 21:22:51.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58092026-08-29T21:22:52.480Z[ recovery-image] Aug 29 21:22:51.852 INFO O| Aug 29 21:22:51.852 INFO STEP 160 (remove_files) COMPLETE
58102026-08-29T21:22:52.483Z[ recovery-image] Aug 29 21:22:51.852 INFO O| Aug 29 21:22:51.852 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-29T21:22:52.488Z[ recovery-image] Aug 29 21:22:51.860 INFO O| Aug 29 21:22:51.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58122026-08-29T21:22:52.491Z[ recovery-image] Aug 29 21:22:51.861 INFO O| Aug 29 21:22:51.861 INFO STEP 161 (remove_files) COMPLETE
58132026-08-29T21:22:52.491Z[ recovery-image] Aug 29 21:22:51.861 INFO O| Aug 29 21:22:51.861 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-29T21:22:52.499Z[ recovery-image] Aug 29 21:22:51.870 INFO O| Aug 29 21:22:51.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58152026-08-29T21:22:52.499Z[ recovery-image] Aug 29 21:22:51.870 INFO O| Aug 29 21:22:51.870 INFO STEP 162 (remove_files) COMPLETE
58162026-08-29T21:22:52.499Z[ recovery-image] Aug 29 21:22:51.870 INFO O| Aug 29 21:22:51.870 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-29T21:22:52.508Z[ recovery-image] Aug 29 21:22:51.879 INFO O| Aug 29 21:22:51.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58182026-08-29T21:22:52.511Z[ recovery-image] Aug 29 21:22:51.879 INFO O| Aug 29 21:22:51.879 INFO STEP 163 (remove_files) COMPLETE
58192026-08-29T21:22:52.511Z[ recovery-image] Aug 29 21:22:51.879 INFO O| Aug 29 21:22:51.879 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-29T21:22:52.519Z[ recovery-image] Aug 29 21:22:51.888 INFO O| Aug 29 21:22:51.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58212026-08-29T21:22:52.519Z[ recovery-image] Aug 29 21:22:51.888 INFO O| Aug 29 21:22:51.888 INFO STEP 164 (remove_files) COMPLETE
58222026-08-29T21:22:52.522Z[ recovery-image] Aug 29 21:22:51.889 INFO O| Aug 29 21:22:51.888 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-29T21:22:52.526Z[ recovery-image] Aug 29 21:22:51.898 INFO O| Aug 29 21:22:51.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58242026-08-29T21:22:52.526Z[ recovery-image] Aug 29 21:22:51.898 INFO O| Aug 29 21:22:51.898 INFO STEP 165 (remove_files) COMPLETE
58252026-08-29T21:22:52.526Z[ recovery-image] Aug 29 21:22:51.898 INFO O| Aug 29 21:22:51.898 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-29T21:22:52.536Z[ recovery-image] Aug 29 21:22:51.908 INFO O| Aug 29 21:22:51.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58272026-08-29T21:22:52.536Z[ recovery-image] Aug 29 21:22:51.908 INFO O| Aug 29 21:22:51.908 INFO STEP 166 (remove_files) COMPLETE
58282026-08-29T21:22:52.536Z[ recovery-image] Aug 29 21:22:51.908 INFO O| Aug 29 21:22:51.908 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-29T21:22:52.546Z[ recovery-image] Aug 29 21:22:51.917 INFO O| Aug 29 21:22:51.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58302026-08-29T21:22:52.546Z[ recovery-image] Aug 29 21:22:51.917 INFO O| Aug 29 21:22:51.917 INFO STEP 167 (remove_files) COMPLETE
58312026-08-29T21:22:52.546Z[ recovery-image] Aug 29 21:22:51.917 INFO O| Aug 29 21:22:51.917 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-29T21:22:52.555Z[ recovery-image] Aug 29 21:22:51.926 INFO O| Aug 29 21:22:51.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58332026-08-29T21:22:52.555Z[ recovery-image] Aug 29 21:22:51.926 INFO O| Aug 29 21:22:51.926 INFO STEP 168 (remove_files) COMPLETE
58342026-08-29T21:22:52.558Z[ recovery-image] Aug 29 21:22:51.926 INFO O| Aug 29 21:22:51.926 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-29T21:22:52.564Z[ recovery-image] Aug 29 21:22:51.935 INFO O| Aug 29 21:22:51.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58362026-08-29T21:22:52.564Z[ recovery-image] Aug 29 21:22:51.935 INFO O| Aug 29 21:22:51.935 INFO STEP 169 (remove_files) COMPLETE
58372026-08-29T21:22:52.564Z[ recovery-image] Aug 29 21:22:51.935 INFO O| Aug 29 21:22:51.935 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-29T21:22:52.573Z[ recovery-image] Aug 29 21:22:51.945 INFO O| Aug 29 21:22:51.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58392026-08-29T21:22:52.573Z[ recovery-image] Aug 29 21:22:51.945 INFO O| Aug 29 21:22:51.945 INFO STEP 170 (remove_files) COMPLETE
58402026-08-29T21:22:52.573Z[ recovery-image] Aug 29 21:22:51.945 INFO O| Aug 29 21:22:51.945 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-29T21:22:52.582Z[ recovery-image] Aug 29 21:22:51.954 INFO O| Aug 29 21:22:51.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58422026-08-29T21:22:52.582Z[ recovery-image] Aug 29 21:22:51.954 INFO O| Aug 29 21:22:51.954 INFO STEP 171 (remove_files) COMPLETE
58432026-08-29T21:22:52.582Z[ recovery-image] Aug 29 21:22:51.954 INFO O| Aug 29 21:22:51.954 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-29T21:22:52.591Z[ recovery-image] Aug 29 21:22:51.962 INFO O| Aug 29 21:22:51.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58452026-08-29T21:22:52.591Z[ recovery-image] Aug 29 21:22:51.962 INFO O| Aug 29 21:22:51.962 INFO STEP 172 (remove_files) COMPLETE
58462026-08-29T21:22:52.594Z[ recovery-image] Aug 29 21:22:51.962 INFO O| Aug 29 21:22:51.962 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-29T21:22:52.601Z[ recovery-image] Aug 29 21:22:51.972 INFO O| Aug 29 21:22:51.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58482026-08-29T21:22:52.601Z[ recovery-image] Aug 29 21:22:51.973 INFO O| Aug 29 21:22:51.973 INFO STEP 173 (remove_files) COMPLETE
58492026-08-29T21:22:52.601Z[ recovery-image] Aug 29 21:22:51.973 INFO O| Aug 29 21:22:51.973 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-29T21:22:52.611Z[ recovery-image] Aug 29 21:22:51.982 INFO O| Aug 29 21:22:51.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58512026-08-29T21:22:52.611Z[ recovery-image] Aug 29 21:22:51.982 INFO O| Aug 29 21:22:51.982 INFO STEP 174 (remove_files) COMPLETE
58522026-08-29T21:22:52.614Z[ recovery-image] Aug 29 21:22:51.982 INFO O| Aug 29 21:22:51.982 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-29T21:22:52.634Z[ recovery-image] Aug 29 21:22:51.992 INFO O| Aug 29 21:22:51.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58542026-08-29T21:22:52.634Z[ recovery-image] Aug 29 21:22:51.992 INFO O| Aug 29 21:22:51.992 INFO STEP 175 (remove_files) COMPLETE
58552026-08-29T21:22:52.634Z[ recovery-image] Aug 29 21:22:51.992 INFO O| Aug 29 21:22:51.992 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-29T21:22:52.634Z[ recovery-image] Aug 29 21:22:52.001 INFO O| Aug 29 21:22:52.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58572026-08-29T21:22:52.634Z[ recovery-image] Aug 29 21:22:52.001 INFO O| Aug 29 21:22:52.001 INFO STEP 176 (remove_files) COMPLETE
58582026-08-29T21:22:52.634Z[ recovery-image] Aug 29 21:22:52.001 INFO O| Aug 29 21:22:52.001 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-29T21:22:52.639Z[ recovery-image] Aug 29 21:22:52.011 INFO O| Aug 29 21:22:52.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58602026-08-29T21:22:52.639Z[ recovery-image] Aug 29 21:22:52.011 INFO O| Aug 29 21:22:52.011 INFO STEP 177 (remove_files) COMPLETE
58612026-08-29T21:22:52.639Z[ recovery-image] Aug 29 21:22:52.011 INFO O| Aug 29 21:22:52.011 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-29T21:22:52.667Z[ recovery-image] Aug 29 21:22:52.039 INFO O| Aug 29 21:22:52.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58632026-08-29T21:22:52.671Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
58642026-08-29T21:22:52.691Z[ recovery-image] Aug 29 21:22:52.053 INFO O| Aug 29 21:22:52.049 INFO STEP 178 (remove_files) COMPLETE
58652026-08-29T21:22:52.691Z[ recovery-image] Aug 29 21:22:52.053 INFO O| Aug 29 21:22:52.049 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-29T21:22:52.695Z[ recovery-image] Aug 29 21:22:52.060 INFO O| Aug 29 21:22:52.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58672026-08-29T21:22:52.695Z[ recovery-image] Aug 29 21:22:52.060 INFO O| Aug 29 21:22:52.060 INFO STEP 179 (remove_files) COMPLETE
58682026-08-29T21:22:52.695Z[ recovery-image] Aug 29 21:22:52.060 INFO O| Aug 29 21:22:52.060 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-29T21:22:52.700Z[ recovery-image] Aug 29 21:22:52.068 INFO O| Aug 29 21:22:52.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58702026-08-29T21:22:52.700Z[ recovery-image] Aug 29 21:22:52.068 INFO O| Aug 29 21:22:52.068 INFO STEP 180 (remove_files) COMPLETE
58712026-08-29T21:22:52.700Z[ recovery-image] Aug 29 21:22:52.068 INFO O| Aug 29 21:22:52.068 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-29T21:22:52.705Z[ recovery-image] Aug 29 21:22:52.077 INFO O| Aug 29 21:22:52.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58732026-08-29T21:22:52.705Z[ recovery-image] Aug 29 21:22:52.077 INFO O| Aug 29 21:22:52.077 INFO STEP 181 (remove_files) COMPLETE
58742026-08-29T21:22:52.705Z[ recovery-image] Aug 29 21:22:52.077 INFO O| Aug 29 21:22:52.077 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-29T21:22:52.710Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
58762026-08-29T21:22:52.714Z[ recovery-image] Aug 29 21:22:52.086 INFO O| Aug 29 21:22:52.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58772026-08-29T21:22:52.714Z[ recovery-image] Aug 29 21:22:52.086 INFO O| Aug 29 21:22:52.086 INFO STEP 182 (remove_files) COMPLETE
58782026-08-29T21:22:52.718Z[ recovery-image] Aug 29 21:22:52.086 INFO O| Aug 29 21:22:52.086 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-29T21:22:52.724Z[ recovery-image] Aug 29 21:22:52.095 INFO O| Aug 29 21:22:52.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58802026-08-29T21:22:52.727Z[ recovery-image] Aug 29 21:22:52.095 INFO O| Aug 29 21:22:52.095 INFO STEP 183 (remove_files) COMPLETE
58812026-08-29T21:22:52.727Z[ recovery-image] Aug 29 21:22:52.095 INFO O| Aug 29 21:22:52.095 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-29T21:22:52.736Z[ recovery-image] Aug 29 21:22:52.106 INFO O| Aug 29 21:22:52.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58832026-08-29T21:22:52.736Z[ recovery-image] Aug 29 21:22:52.106 INFO O| Aug 29 21:22:52.106 INFO STEP 184 (remove_files) COMPLETE
58842026-08-29T21:22:52.736Z[ recovery-image] Aug 29 21:22:52.106 INFO O| Aug 29 21:22:52.106 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-29T21:22:52.745Z[ recovery-image] Aug 29 21:22:52.116 INFO O| Aug 29 21:22:52.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58862026-08-29T21:22:52.746Z[ recovery-image] Aug 29 21:22:52.116 INFO O| Aug 29 21:22:52.116 INFO STEP 185 (remove_files) COMPLETE
58872026-08-29T21:22:52.746Z[ recovery-image] Aug 29 21:22:52.116 INFO O| Aug 29 21:22:52.116 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-29T21:22:52.754Z[ recovery-image] Aug 29 21:22:52.125 INFO O| Aug 29 21:22:52.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58892026-08-29T21:22:52.754Z[ recovery-image] Aug 29 21:22:52.125 INFO O| Aug 29 21:22:52.125 INFO STEP 186 (remove_files) COMPLETE
58902026-08-29T21:22:52.757Z[ recovery-image] Aug 29 21:22:52.125 INFO O| Aug 29 21:22:52.125 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-29T21:22:52.765Z[ recovery-image] Aug 29 21:22:52.135 INFO O| Aug 29 21:22:52.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58922026-08-29T21:22:52.765Z[ recovery-image] Aug 29 21:22:52.135 INFO O| Aug 29 21:22:52.135 INFO STEP 187 (remove_files) COMPLETE
58932026-08-29T21:22:52.768Z[ recovery-image] Aug 29 21:22:52.135 INFO O| Aug 29 21:22:52.135 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-29T21:22:52.775Z[ recovery-image] Aug 29 21:22:52.146 INFO O| Aug 29 21:22:52.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58952026-08-29T21:22:52.775Z[ recovery-image] Aug 29 21:22:52.146 INFO O| Aug 29 21:22:52.146 INFO STEP 188 (remove_files) COMPLETE
58962026-08-29T21:22:52.775Z[ recovery-image] Aug 29 21:22:52.146 INFO O| Aug 29 21:22:52.146 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-29T21:22:52.785Z[ recovery-image] Aug 29 21:22:52.156 INFO O| Aug 29 21:22:52.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58982026-08-29T21:22:52.785Z[ recovery-image] Aug 29 21:22:52.156 INFO O| Aug 29 21:22:52.156 INFO STEP 189 (remove_files) COMPLETE
58992026-08-29T21:22:52.785Z[ recovery-image] Aug 29 21:22:52.156 INFO O| Aug 29 21:22:52.156 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-29T21:22:52.794Z[ recovery-image] Aug 29 21:22:52.165 INFO O| Aug 29 21:22:52.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59012026-08-29T21:22:52.797Z[ recovery-image] Aug 29 21:22:52.165 INFO O| Aug 29 21:22:52.165 INFO STEP 190 (remove_files) COMPLETE
59022026-08-29T21:22:52.797Z[ recovery-image] Aug 29 21:22:52.165 INFO O| Aug 29 21:22:52.165 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-29T21:22:52.803Z[ recovery-image] Aug 29 21:22:52.174 INFO O| Aug 29 21:22:52.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59042026-08-29T21:22:52.803Z[ recovery-image] Aug 29 21:22:52.174 INFO O| Aug 29 21:22:52.174 INFO STEP 191 (remove_files) COMPLETE
59052026-08-29T21:22:52.807Z[ recovery-image] Aug 29 21:22:52.174 INFO O| Aug 29 21:22:52.174 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-29T21:22:52.812Z[ recovery-image] Aug 29 21:22:52.183 INFO O| Aug 29 21:22:52.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59072026-08-29T21:22:52.812Z[ recovery-image] Aug 29 21:22:52.183 INFO O| Aug 29 21:22:52.183 INFO STEP 192 (remove_files) COMPLETE
59082026-08-29T21:22:52.815Z[ recovery-image] Aug 29 21:22:52.183 INFO O| Aug 29 21:22:52.183 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-29T21:22:52.821Z[ recovery-image] Aug 29 21:22:52.193 INFO O| Aug 29 21:22:52.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59102026-08-29T21:22:52.822Z[ recovery-image] Aug 29 21:22:52.193 INFO O| Aug 29 21:22:52.193 INFO STEP 193 (remove_files) COMPLETE
59112026-08-29T21:22:52.822Z[ recovery-image] Aug 29 21:22:52.193 INFO O| Aug 29 21:22:52.193 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-29T21:22:52.831Z[ recovery-image] Aug 29 21:22:52.202 INFO O| Aug 29 21:22:52.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59132026-08-29T21:22:52.831Z[ recovery-image] Aug 29 21:22:52.202 INFO O| Aug 29 21:22:52.202 INFO STEP 194 (remove_files) COMPLETE
59142026-08-29T21:22:52.835Z[ recovery-image] Aug 29 21:22:52.202 INFO O| Aug 29 21:22:52.202 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-29T21:22:52.840Z[ recovery-image] Aug 29 21:22:52.212 INFO O| Aug 29 21:22:52.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59162026-08-29T21:22:52.840Z[ recovery-image] Aug 29 21:22:52.212 INFO O| Aug 29 21:22:52.212 INFO STEP 195 (remove_files) COMPLETE
59172026-08-29T21:22:52.844Z[ recovery-image] Aug 29 21:22:52.212 INFO O| Aug 29 21:22:52.212 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-29T21:22:52.850Z[ recovery-image] Aug 29 21:22:52.221 INFO O| Aug 29 21:22:52.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59192026-08-29T21:22:52.850Z[ recovery-image] Aug 29 21:22:52.221 INFO O| Aug 29 21:22:52.221 INFO STEP 196 (remove_files) COMPLETE
59202026-08-29T21:22:52.850Z[ recovery-image] Aug 29 21:22:52.221 INFO O| Aug 29 21:22:52.221 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-29T21:22:52.860Z[ recovery-image] Aug 29 21:22:52.231 INFO O| Aug 29 21:22:52.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59222026-08-29T21:22:52.860Z[ recovery-image] Aug 29 21:22:52.231 INFO O| Aug 29 21:22:52.231 INFO STEP 197 (remove_files) COMPLETE
59232026-08-29T21:22:52.863Z[ recovery-image] Aug 29 21:22:52.231 INFO O| Aug 29 21:22:52.231 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-29T21:22:52.869Z[ recovery-image] Aug 29 21:22:52.241 INFO O| Aug 29 21:22:52.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59252026-08-29T21:22:52.872Z[ recovery-image] Aug 29 21:22:52.242 INFO O| Aug 29 21:22:52.242 INFO STEP 198 (remove_files) COMPLETE
59262026-08-29T21:22:52.872Z[ recovery-image] Aug 29 21:22:52.242 INFO O| Aug 29 21:22:52.242 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-29T21:22:52.881Z[ recovery-image] Aug 29 21:22:52.253 INFO O| Aug 29 21:22:52.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59282026-08-29T21:22:52.881Z[ recovery-image] Aug 29 21:22:52.253 INFO O| Aug 29 21:22:52.253 INFO STEP 199 (remove_files) COMPLETE
59292026-08-29T21:22:52.885Z[ recovery-image] Aug 29 21:22:52.253 INFO O| Aug 29 21:22:52.253 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-29T21:22:52.892Z[ recovery-image] Aug 29 21:22:52.263 INFO O| Aug 29 21:22:52.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59312026-08-29T21:22:52.892Z[ recovery-image] Aug 29 21:22:52.263 INFO O| Aug 29 21:22:52.263 INFO STEP 200 (remove_files) COMPLETE
59322026-08-29T21:22:52.895Z[ recovery-image] Aug 29 21:22:52.263 INFO O| Aug 29 21:22:52.263 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-29T21:22:52.900Z[ recovery-image] Aug 29 21:22:52.272 INFO O| Aug 29 21:22:52.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59342026-08-29T21:22:52.900Z[ recovery-image] Aug 29 21:22:52.272 INFO O| Aug 29 21:22:52.272 INFO STEP 201 (remove_files) COMPLETE
59352026-08-29T21:22:52.903Z[ recovery-image] Aug 29 21:22:52.272 INFO O| Aug 29 21:22:52.272 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-29T21:22:52.910Z[ recovery-image] Aug 29 21:22:52.282 INFO O| Aug 29 21:22:52.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59372026-08-29T21:22:52.910Z[ recovery-image] Aug 29 21:22:52.282 INFO O| Aug 29 21:22:52.282 INFO STEP 202 (remove_files) COMPLETE
59382026-08-29T21:22:52.914Z[ recovery-image] Aug 29 21:22:52.282 INFO O| Aug 29 21:22:52.282 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-29T21:22:52.919Z[ recovery-image] Aug 29 21:22:52.290 INFO O| Aug 29 21:22:52.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59402026-08-29T21:22:52.919Z[ recovery-image] Aug 29 21:22:52.290 INFO O| Aug 29 21:22:52.290 INFO STEP 203 (remove_files) COMPLETE
59412026-08-29T21:22:52.919Z[ recovery-image] Aug 29 21:22:52.290 INFO O| Aug 29 21:22:52.290 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-29T21:22:52.927Z[ recovery-image] Aug 29 21:22:52.299 INFO O| Aug 29 21:22:52.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59432026-08-29T21:22:52.927Z[ recovery-image] Aug 29 21:22:52.299 INFO O| Aug 29 21:22:52.299 INFO STEP 204 (remove_files) COMPLETE
59442026-08-29T21:22:52.927Z[ recovery-image] Aug 29 21:22:52.299 INFO O| Aug 29 21:22:52.299 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-29T21:22:52.936Z[ recovery-image] Aug 29 21:22:52.307 INFO O| Aug 29 21:22:52.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59462026-08-29T21:22:52.936Z[ recovery-image] Aug 29 21:22:52.307 INFO O| Aug 29 21:22:52.307 INFO STEP 205 (remove_files) COMPLETE
59472026-08-29T21:22:52.939Z[ recovery-image] Aug 29 21:22:52.307 INFO O| Aug 29 21:22:52.307 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-29T21:22:52.944Z[ recovery-image] Aug 29 21:22:52.316 INFO O| Aug 29 21:22:52.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59492026-08-29T21:22:52.944Z[ recovery-image] Aug 29 21:22:52.316 INFO O| Aug 29 21:22:52.316 INFO STEP 206 (remove_files) COMPLETE
59502026-08-29T21:22:52.944Z[ recovery-image] Aug 29 21:22:52.316 INFO O| Aug 29 21:22:52.316 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-29T21:22:52.954Z[ recovery-image] Aug 29 21:22:52.326 INFO O| Aug 29 21:22:52.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59522026-08-29T21:22:52.954Z[ recovery-image] Aug 29 21:22:52.326 INFO O| Aug 29 21:22:52.326 INFO STEP 207 (remove_files) COMPLETE
59532026-08-29T21:22:52.954Z[ recovery-image] Aug 29 21:22:52.326 INFO O| Aug 29 21:22:52.326 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-29T21:22:52.965Z[ recovery-image] Aug 29 21:22:52.337 INFO O| Aug 29 21:22:52.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59552026-08-29T21:22:52.965Z[ recovery-image] Aug 29 21:22:52.337 INFO O| Aug 29 21:22:52.337 INFO STEP 208 (remove_files) COMPLETE
59562026-08-29T21:22:52.965Z[ recovery-image] Aug 29 21:22:52.337 INFO O| Aug 29 21:22:52.337 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-29T21:22:52.974Z[ recovery-image] Aug 29 21:22:52.345 INFO O| Aug 29 21:22:52.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59582026-08-29T21:22:52.977Z[ recovery-image] Aug 29 21:22:52.346 INFO O| Aug 29 21:22:52.346 INFO STEP 209 (remove_files) COMPLETE
59592026-08-29T21:22:52.977Z[ recovery-image] Aug 29 21:22:52.346 INFO O| Aug 29 21:22:52.346 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-29T21:22:52.983Z[ recovery-image] Aug 29 21:22:52.355 INFO O| Aug 29 21:22:52.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59612026-08-29T21:22:52.983Z[ recovery-image] Aug 29 21:22:52.355 INFO O| Aug 29 21:22:52.355 INFO STEP 210 (remove_files) COMPLETE
59622026-08-29T21:22:52.983Z[ recovery-image] Aug 29 21:22:52.355 INFO O| Aug 29 21:22:52.355 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-29T21:22:52.992Z[ recovery-image] Aug 29 21:22:52.363 INFO O| Aug 29 21:22:52.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59642026-08-29T21:22:52.992Z[ recovery-image] Aug 29 21:22:52.364 INFO O| Aug 29 21:22:52.363 INFO STEP 211 (remove_files) COMPLETE
59652026-08-29T21:22:52.992Z[ recovery-image] Aug 29 21:22:52.364 INFO O| Aug 29 21:22:52.363 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-29T21:22:53.001Z[ recovery-image] Aug 29 21:22:52.372 INFO O| Aug 29 21:22:52.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59672026-08-29T21:22:53.001Z[ recovery-image] Aug 29 21:22:52.372 INFO O| Aug 29 21:22:52.372 INFO STEP 212 (remove_files) COMPLETE
59682026-08-29T21:22:53.001Z[ recovery-image] Aug 29 21:22:52.372 INFO O| Aug 29 21:22:52.372 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-29T21:22:53.009Z[ recovery-image] Aug 29 21:22:52.381 INFO O| Aug 29 21:22:52.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59702026-08-29T21:22:53.009Z[ recovery-image] Aug 29 21:22:52.381 INFO O| Aug 29 21:22:52.381 INFO STEP 213 (remove_files) COMPLETE
59712026-08-29T21:22:53.009Z[ recovery-image] Aug 29 21:22:52.381 INFO O| Aug 29 21:22:52.381 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-29T21:22:53.018Z[ recovery-image] Aug 29 21:22:52.389 INFO O| Aug 29 21:22:52.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59732026-08-29T21:22:53.018Z[ recovery-image] Aug 29 21:22:52.389 INFO O| Aug 29 21:22:52.389 INFO STEP 214 (remove_files) COMPLETE
59742026-08-29T21:22:53.018Z[ recovery-image] Aug 29 21:22:52.389 INFO O| Aug 29 21:22:52.389 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-29T21:22:53.029Z[ recovery-image] Aug 29 21:22:52.401 INFO O| Aug 29 21:22:52.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59762026-08-29T21:22:53.029Z[ recovery-image] Aug 29 21:22:52.401 INFO O| Aug 29 21:22:52.401 INFO STEP 215 (remove_files) COMPLETE
59772026-08-29T21:22:53.029Z[ recovery-image] Aug 29 21:22:52.401 INFO O| Aug 29 21:22:52.401 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-29T21:22:53.039Z[ recovery-image] Aug 29 21:22:52.411 INFO O| Aug 29 21:22:52.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59792026-08-29T21:22:53.042Z[ recovery-image] Aug 29 21:22:52.412 INFO O| Aug 29 21:22:52.412 INFO STEP 216 (remove_files) COMPLETE
59802026-08-29T21:22:53.042Z[ recovery-image] Aug 29 21:22:52.412 INFO O| Aug 29 21:22:52.412 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-29T21:22:53.050Z[ recovery-image] Aug 29 21:22:52.422 INFO O| Aug 29 21:22:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59822026-08-29T21:22:53.051Z[ recovery-image] Aug 29 21:22:52.422 INFO O| Aug 29 21:22:52.422 INFO STEP 217 (remove_files) COMPLETE
59832026-08-29T21:22:53.051Z[ recovery-image] Aug 29 21:22:52.422 INFO O| Aug 29 21:22:52.422 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-29T21:22:53.061Z[ recovery-image] Aug 29 21:22:52.433 INFO O| Aug 29 21:22:52.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59852026-08-29T21:22:53.061Z[ recovery-image] Aug 29 21:22:52.433 INFO O| Aug 29 21:22:52.433 INFO STEP 218 (remove_files) COMPLETE
59862026-08-29T21:22:53.061Z[ recovery-image] Aug 29 21:22:52.433 INFO O| Aug 29 21:22:52.433 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-29T21:22:53.071Z[ recovery-image] Aug 29 21:22:52.443 INFO O| Aug 29 21:22:52.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59882026-08-29T21:22:53.071Z[ recovery-image] Aug 29 21:22:52.443 INFO O| Aug 29 21:22:52.443 INFO STEP 219 (remove_files) COMPLETE
59892026-08-29T21:22:53.071Z[ recovery-image] Aug 29 21:22:52.443 INFO O| Aug 29 21:22:52.443 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-29T21:22:53.081Z[ recovery-image] Aug 29 21:22:52.452 INFO O| Aug 29 21:22:52.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59912026-08-29T21:22:53.081Z[ recovery-image] Aug 29 21:22:52.452 INFO O| Aug 29 21:22:52.452 INFO STEP 220 (remove_files) COMPLETE
59922026-08-29T21:22:53.081Z[ recovery-image] Aug 29 21:22:52.452 INFO O| Aug 29 21:22:52.452 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-29T21:22:53.094Z[ recovery-image] Aug 29 21:22:52.465 INFO O| Aug 29 21:22:52.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59942026-08-29T21:22:53.094Z[ recovery-image] Aug 29 21:22:52.465 INFO O| Aug 29 21:22:52.463 INFO STEP 221 (remove_files) COMPLETE
59952026-08-29T21:22:53.094Z[ recovery-image] Aug 29 21:22:52.465 INFO O| Aug 29 21:22:52.463 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-29T21:22:53.104Z[ recovery-image] Aug 29 21:22:52.476 INFO O| Aug 29 21:22:52.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59972026-08-29T21:22:53.108Z[ recovery-image] Aug 29 21:22:52.476 INFO O| Aug 29 21:22:52.476 INFO STEP 222 (remove_files) COMPLETE
59982026-08-29T21:22:53.108Z[ recovery-image] Aug 29 21:22:52.476 INFO O| Aug 29 21:22:52.476 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-29T21:22:53.114Z[ recovery-image] Aug 29 21:22:52.486 INFO O| Aug 29 21:22:52.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60002026-08-29T21:22:53.114Z[ recovery-image] Aug 29 21:22:52.486 INFO O| Aug 29 21:22:52.486 INFO STEP 223 (remove_files) COMPLETE
60012026-08-29T21:22:53.117Z[ recovery-image] Aug 29 21:22:52.486 INFO O| Aug 29 21:22:52.486 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-29T21:22:53.123Z[ recovery-image] Aug 29 21:22:52.495 INFO O| Aug 29 21:22:52.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60032026-08-29T21:22:53.123Z[ recovery-image] Aug 29 21:22:52.495 INFO O| Aug 29 21:22:52.495 INFO STEP 224 (remove_files) COMPLETE
60042026-08-29T21:22:53.126Z[ recovery-image] Aug 29 21:22:52.495 INFO O| Aug 29 21:22:52.495 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-29T21:22:53.133Z[ recovery-image] Aug 29 21:22:52.504 INFO O| Aug 29 21:22:52.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60062026-08-29T21:22:53.134Z[ recovery-image] Aug 29 21:22:52.504 INFO O| Aug 29 21:22:52.504 INFO STEP 225 (remove_files) COMPLETE
60072026-08-29T21:22:53.134Z[ recovery-image] Aug 29 21:22:52.504 INFO O| Aug 29 21:22:52.504 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-29T21:22:53.142Z[ recovery-image] Aug 29 21:22:52.513 INFO O| Aug 29 21:22:52.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60092026-08-29T21:22:53.145Z[ recovery-image] Aug 29 21:22:52.516 INFO O| Aug 29 21:22:52.515 INFO STEP 226 (remove_files) COMPLETE
60102026-08-29T21:22:53.145Z[ recovery-image] Aug 29 21:22:52.516 INFO O| Aug 29 21:22:52.515 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-29T21:22:53.168Z[ recovery-image] Aug 29 21:22:52.540 INFO O| Aug 29 21:22:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60122026-08-29T21:22:53.168Z[ recovery-image] Aug 29 21:22:52.540 INFO O| Aug 29 21:22:52.540 INFO STEP 227 (remove_files) COMPLETE
60132026-08-29T21:22:53.168Z[ recovery-image] Aug 29 21:22:52.540 INFO O| Aug 29 21:22:52.540 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-29T21:22:53.178Z[ recovery-image] Aug 29 21:22:52.549 INFO O| Aug 29 21:22:52.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60152026-08-29T21:22:53.178Z[ recovery-image] Aug 29 21:22:52.549 INFO O| Aug 29 21:22:52.549 INFO STEP 228 (remove_files) COMPLETE
60162026-08-29T21:22:53.178Z[ recovery-image] Aug 29 21:22:52.549 INFO O| Aug 29 21:22:52.549 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-29T21:22:53.189Z[ recovery-image] Aug 29 21:22:52.561 INFO O| Aug 29 21:22:52.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60182026-08-29T21:22:53.189Z[ recovery-image] Aug 29 21:22:52.561 INFO O| Aug 29 21:22:52.561 INFO STEP 229 (remove_files) COMPLETE
60192026-08-29T21:22:53.189Z[ recovery-image] Aug 29 21:22:52.561 INFO O| Aug 29 21:22:52.561 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-29T21:22:53.199Z[ recovery-image] Aug 29 21:22:52.571 INFO O| Aug 29 21:22:52.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60212026-08-29T21:22:53.199Z[ recovery-image] Aug 29 21:22:52.571 INFO O| Aug 29 21:22:52.571 INFO STEP 230 (remove_files) COMPLETE
60222026-08-29T21:22:53.199Z[ recovery-image] Aug 29 21:22:52.571 INFO O| Aug 29 21:22:52.571 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-29T21:22:53.210Z[ recovery-image] Aug 29 21:22:52.581 INFO O| Aug 29 21:22:52.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60242026-08-29T21:22:53.210Z[ recovery-image] Aug 29 21:22:52.581 INFO O| Aug 29 21:22:52.581 INFO STEP 231 (remove_files) COMPLETE
60252026-08-29T21:22:53.213Z[ recovery-image] Aug 29 21:22:52.581 INFO O| Aug 29 21:22:52.581 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-29T21:22:53.223Z[ recovery-image] Aug 29 21:22:52.594 INFO O| Aug 29 21:22:52.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60272026-08-29T21:22:53.223Z[ recovery-image] Aug 29 21:22:52.594 INFO O| Aug 29 21:22:52.593 INFO STEP 232 (remove_files) COMPLETE
60282026-08-29T21:22:53.223Z[ recovery-image] Aug 29 21:22:52.594 INFO O| Aug 29 21:22:52.593 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-29T21:22:53.233Z[ recovery-image] Aug 29 21:22:52.604 INFO O| Aug 29 21:22:52.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60302026-08-29T21:22:53.233Z[ recovery-image] Aug 29 21:22:52.604 INFO O| Aug 29 21:22:52.604 INFO STEP 233 (remove_files) COMPLETE
60312026-08-29T21:22:53.233Z[ recovery-image] Aug 29 21:22:52.604 INFO O| Aug 29 21:22:52.604 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-29T21:22:53.246Z[ recovery-image] Aug 29 21:22:52.618 INFO O| Aug 29 21:22:52.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60332026-08-29T21:22:53.246Z[ recovery-image] Aug 29 21:22:52.618 INFO O| Aug 29 21:22:52.618 INFO STEP 234 (remove_files) COMPLETE
60342026-08-29T21:22:53.249Z[ recovery-image] Aug 29 21:22:52.618 INFO O| Aug 29 21:22:52.618 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-29T21:22:53.255Z[ recovery-image] Aug 29 21:22:52.626 INFO O| Aug 29 21:22:52.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60362026-08-29T21:22:53.260Z[ recovery-image] Aug 29 21:22:52.632 INFO O| Aug 29 21:22:52.632 INFO STEP 235 (remove_files) COMPLETE
60372026-08-29T21:22:53.260Z[ recovery-image] Aug 29 21:22:52.632 INFO O| Aug 29 21:22:52.632 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-29T21:22:53.272Z[ recovery-image] Aug 29 21:22:52.644 INFO O| Aug 29 21:22:52.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60392026-08-29T21:22:53.272Z[ recovery-image] Aug 29 21:22:52.644 INFO O| Aug 29 21:22:52.644 INFO STEP 236 (remove_files) COMPLETE
60402026-08-29T21:22:53.272Z[ recovery-image] Aug 29 21:22:52.644 INFO O| Aug 29 21:22:52.644 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-29T21:22:53.280Z[ recovery-image] Aug 29 21:22:52.652 INFO O| Aug 29 21:22:52.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60422026-08-29T21:22:53.280Z[ recovery-image] Aug 29 21:22:52.652 INFO O| Aug 29 21:22:52.652 INFO STEP 237 (remove_files) COMPLETE
60432026-08-29T21:22:53.280Z[ recovery-image] Aug 29 21:22:52.652 INFO O| Aug 29 21:22:52.652 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-29T21:22:53.289Z[ recovery-image] Aug 29 21:22:52.660 INFO O| Aug 29 21:22:52.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60452026-08-29T21:22:53.289Z[ recovery-image] Aug 29 21:22:52.660 INFO O| Aug 29 21:22:52.660 INFO STEP 238 (remove_files) COMPLETE
60462026-08-29T21:22:53.292Z[ recovery-image] Aug 29 21:22:52.660 INFO O| Aug 29 21:22:52.660 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-29T21:22:53.298Z[ recovery-image] Aug 29 21:22:52.670 INFO O| Aug 29 21:22:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60482026-08-29T21:22:53.298Z[ recovery-image] Aug 29 21:22:52.670 INFO O| Aug 29 21:22:52.670 INFO STEP 239 (remove_files) COMPLETE
60492026-08-29T21:22:53.298Z[ recovery-image] Aug 29 21:22:52.670 INFO O| Aug 29 21:22:52.670 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-29T21:22:53.306Z[ recovery-image] Aug 29 21:22:52.678 INFO O| Aug 29 21:22:52.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60512026-08-29T21:22:53.306Z[ recovery-image] Aug 29 21:22:52.678 INFO O| Aug 29 21:22:52.678 INFO STEP 240 (remove_files) COMPLETE
60522026-08-29T21:22:53.306Z[ recovery-image] Aug 29 21:22:52.678 INFO O| Aug 29 21:22:52.678 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-29T21:22:53.314Z[ recovery-image] Aug 29 21:22:52.686 INFO O| Aug 29 21:22:52.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60542026-08-29T21:22:53.314Z[ recovery-image] Aug 29 21:22:52.686 INFO O| Aug 29 21:22:52.686 INFO STEP 241 (remove_files) COMPLETE
60552026-08-29T21:22:53.314Z[ recovery-image] Aug 29 21:22:52.686 INFO O| Aug 29 21:22:52.686 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-29T21:22:53.327Z[ recovery-image] Aug 29 21:22:52.699 INFO O| Aug 29 21:22:52.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60572026-08-29T21:22:53.331Z[ recovery-image] Aug 29 21:22:52.700 INFO O| Aug 29 21:22:52.700 INFO STEP 242 (remove_files) COMPLETE
60582026-08-29T21:22:53.331Z[ recovery-image] Aug 29 21:22:52.700 INFO O| Aug 29 21:22:52.700 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-29T21:22:53.339Z[ recovery-image] Aug 29 21:22:52.710 INFO O| Aug 29 21:22:52.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60602026-08-29T21:22:53.339Z[ recovery-image] Aug 29 21:22:52.710 INFO O| Aug 29 21:22:52.710 INFO STEP 243 (remove_files) COMPLETE
60612026-08-29T21:22:53.342Z[ recovery-image] Aug 29 21:22:52.710 INFO O| Aug 29 21:22:52.710 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-29T21:22:53.347Z[ recovery-image] Aug 29 21:22:52.719 INFO O| Aug 29 21:22:52.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60632026-08-29T21:22:53.347Z[ recovery-image] Aug 29 21:22:52.719 INFO O| Aug 29 21:22:52.719 INFO STEP 244 (remove_files) COMPLETE
60642026-08-29T21:22:53.347Z[ recovery-image] Aug 29 21:22:52.719 INFO O| Aug 29 21:22:52.719 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-29T21:22:53.356Z[ recovery-image] Aug 29 21:22:52.728 INFO O| Aug 29 21:22:52.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60662026-08-29T21:22:53.356Z[ recovery-image] Aug 29 21:22:52.728 INFO O| Aug 29 21:22:52.728 INFO STEP 245 (remove_files) COMPLETE
60672026-08-29T21:22:53.359Z[ recovery-image] Aug 29 21:22:52.728 INFO O| Aug 29 21:22:52.728 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-29T21:22:53.373Z[ recovery-image] Aug 29 21:22:52.737 INFO O| Aug 29 21:22:52.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60692026-08-29T21:22:53.373Z[ recovery-image] Aug 29 21:22:52.737 INFO O| Aug 29 21:22:52.737 INFO STEP 246 (remove_files) COMPLETE
60702026-08-29T21:22:53.373Z[ recovery-image] Aug 29 21:22:52.737 INFO O| Aug 29 21:22:52.737 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-29T21:22:53.376Z[ recovery-image] Aug 29 21:22:52.746 INFO O| Aug 29 21:22:52.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60722026-08-29T21:22:53.376Z[ recovery-image] Aug 29 21:22:52.746 INFO O| Aug 29 21:22:52.746 INFO STEP 247 (remove_files) COMPLETE
60732026-08-29T21:22:53.376Z[ recovery-image] Aug 29 21:22:52.746 INFO O| Aug 29 21:22:52.746 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-29T21:22:53.381Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
60752026-08-29T21:22:53.384Z[ recovery-image] Aug 29 21:22:52.755 INFO O| Aug 29 21:22:52.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60762026-08-29T21:22:53.384Z[ recovery-image] Aug 29 21:22:52.755 INFO O| Aug 29 21:22:52.755 INFO STEP 248 (remove_files) COMPLETE
60772026-08-29T21:22:53.384Z[ recovery-image] Aug 29 21:22:52.755 INFO O| Aug 29 21:22:52.755 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-29T21:22:53.394Z[ recovery-image] Aug 29 21:22:52.764 INFO O| Aug 29 21:22:52.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60792026-08-29T21:22:53.394Z[ recovery-image] Aug 29 21:22:52.764 INFO O| Aug 29 21:22:52.764 INFO STEP 249 (remove_files) COMPLETE
60802026-08-29T21:22:53.397Z[ recovery-image] Aug 29 21:22:52.764 INFO O| Aug 29 21:22:52.764 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-29T21:22:53.406Z[ recovery-image] Aug 29 21:22:52.777 INFO O| Aug 29 21:22:52.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60822026-08-29T21:22:53.406Z[ recovery-image] Aug 29 21:22:52.777 INFO O| Aug 29 21:22:52.777 INFO STEP 250 (remove_files) COMPLETE
60832026-08-29T21:22:53.406Z[ recovery-image] Aug 29 21:22:52.777 INFO O| Aug 29 21:22:52.777 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-29T21:22:53.423Z[ recovery-image] Aug 29 21:22:52.794 INFO O| Aug 29 21:22:52.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60852026-08-29T21:22:53.423Z[ recovery-image] Aug 29 21:22:52.794 INFO O| Aug 29 21:22:52.794 INFO STEP 251 (remove_files) COMPLETE
60862026-08-29T21:22:53.423Z[ recovery-image] Aug 29 21:22:52.794 INFO O| Aug 29 21:22:52.794 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-29T21:22:53.433Z[ recovery-image] Aug 29 21:22:52.805 INFO O| Aug 29 21:22:52.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60882026-08-29T21:22:53.433Z[ recovery-image] Aug 29 21:22:52.805 INFO O| Aug 29 21:22:52.805 INFO STEP 252 (remove_files) COMPLETE
60892026-08-29T21:22:53.433Z[ recovery-image] Aug 29 21:22:52.805 INFO O| Aug 29 21:22:52.805 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-29T21:22:53.442Z[ recovery-image] Aug 29 21:22:52.814 INFO O| Aug 29 21:22:52.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60912026-08-29T21:22:53.442Z[ recovery-image] Aug 29 21:22:52.814 INFO O| Aug 29 21:22:52.814 INFO STEP 253 (remove_files) COMPLETE
60922026-08-29T21:22:53.443Z[ recovery-image] Aug 29 21:22:52.814 INFO O| Aug 29 21:22:52.814 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-29T21:22:53.454Z[ recovery-image] Aug 29 21:22:52.826 INFO O| Aug 29 21:22:52.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60942026-08-29T21:22:53.457Z[ recovery-image] Aug 29 21:22:52.826 INFO O| Aug 29 21:22:52.826 INFO STEP 254 (remove_files) COMPLETE
60952026-08-29T21:22:53.457Z[ recovery-image] Aug 29 21:22:52.826 INFO O| Aug 29 21:22:52.826 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-29T21:22:53.477Z[ recovery-image] Aug 29 21:22:52.849 INFO O| Aug 29 21:22:52.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60972026-08-29T21:22:53.477Z[ recovery-image] Aug 29 21:22:52.849 INFO O| Aug 29 21:22:52.849 INFO STEP 255 (remove_files) COMPLETE
60982026-08-29T21:22:53.477Z[ recovery-image] Aug 29 21:22:52.849 INFO O| Aug 29 21:22:52.849 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-29T21:22:53.493Z[ recovery-image] Aug 29 21:22:52.864 INFO O| Aug 29 21:22:52.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61002026-08-29T21:22:53.493Z[ recovery-image] Aug 29 21:22:52.864 INFO O| Aug 29 21:22:52.864 INFO STEP 256 (remove_files) COMPLETE
61012026-08-29T21:22:53.493Z[ recovery-image] Aug 29 21:22:52.864 INFO O| Aug 29 21:22:52.864 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-29T21:22:53.503Z[ recovery-image] Aug 29 21:22:52.875 INFO O| Aug 29 21:22:52.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61032026-08-29T21:22:53.503Z[ recovery-image] Aug 29 21:22:52.875 INFO O| Aug 29 21:22:52.875 INFO STEP 257 (remove_files) COMPLETE
61042026-08-29T21:22:53.504Z[ recovery-image] Aug 29 21:22:52.875 INFO O| Aug 29 21:22:52.875 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-29T21:22:53.517Z[ recovery-image] Aug 29 21:22:52.889 INFO O| Aug 29 21:22:52.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61062026-08-29T21:22:53.517Z[ recovery-image] Aug 29 21:22:52.889 INFO O| Aug 29 21:22:52.889 INFO STEP 258 (remove_files) COMPLETE
61072026-08-29T21:22:53.517Z[ recovery-image] Aug 29 21:22:52.889 INFO O| Aug 29 21:22:52.889 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-29T21:22:53.528Z[ recovery-image] Aug 29 21:22:52.900 INFO O| Aug 29 21:22:52.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61092026-08-29T21:22:53.528Z[ recovery-image] Aug 29 21:22:52.900 INFO O| Aug 29 21:22:52.900 INFO STEP 259 (remove_files) COMPLETE
61102026-08-29T21:22:53.528Z[ recovery-image] Aug 29 21:22:52.900 INFO O| Aug 29 21:22:52.900 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-29T21:22:53.549Z[ recovery-image] Aug 29 21:22:52.920 INFO O| Aug 29 21:22:52.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61122026-08-29T21:22:53.549Z[ recovery-image] Aug 29 21:22:52.920 INFO O| Aug 29 21:22:52.920 INFO STEP 260 (remove_files) COMPLETE
61132026-08-29T21:22:53.549Z[ recovery-image] Aug 29 21:22:52.920 INFO O| Aug 29 21:22:52.920 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-29T21:22:53.574Z[ recovery-image] Aug 29 21:22:52.946 INFO O| Aug 29 21:22:52.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61152026-08-29T21:22:53.574Z[ recovery-image] Aug 29 21:22:52.946 INFO O| Aug 29 21:22:52.946 INFO STEP 261 (remove_files) COMPLETE
61162026-08-29T21:22:53.574Z[ recovery-image] Aug 29 21:22:52.946 INFO O| Aug 29 21:22:52.946 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-29T21:22:53.585Z[ recovery-image] Aug 29 21:22:52.957 INFO O| Aug 29 21:22:52.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61182026-08-29T21:22:53.585Z[ recovery-image] Aug 29 21:22:52.957 INFO O| Aug 29 21:22:52.957 INFO STEP 262 (remove_files) COMPLETE
61192026-08-29T21:22:53.589Z[ recovery-image] Aug 29 21:22:52.957 INFO O| Aug 29 21:22:52.957 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-29T21:22:53.595Z[ recovery-image] Aug 29 21:22:52.967 INFO O| Aug 29 21:22:52.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61212026-08-29T21:22:53.595Z[ recovery-image] Aug 29 21:22:52.967 INFO O| Aug 29 21:22:52.967 INFO STEP 263 (remove_files) COMPLETE
61222026-08-29T21:22:53.595Z[ recovery-image] Aug 29 21:22:52.967 INFO O| Aug 29 21:22:52.967 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-29T21:22:53.606Z[ recovery-image] Aug 29 21:22:52.977 INFO O| Aug 29 21:22:52.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61242026-08-29T21:22:53.606Z[ recovery-image] Aug 29 21:22:52.977 INFO O| Aug 29 21:22:52.977 INFO STEP 264 (remove_files) COMPLETE
61252026-08-29T21:22:53.609Z[ recovery-image] Aug 29 21:22:52.977 INFO O| Aug 29 21:22:52.977 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-29T21:22:53.618Z[ recovery-image] Aug 29 21:22:52.989 INFO O| Aug 29 21:22:52.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61272026-08-29T21:22:53.618Z[ recovery-image] Aug 29 21:22:52.990 INFO O| Aug 29 21:22:52.990 INFO STEP 265 (remove_files) COMPLETE
61282026-08-29T21:22:53.618Z[ recovery-image] Aug 29 21:22:52.990 INFO O| Aug 29 21:22:52.990 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-29T21:22:53.629Z[ recovery-image] Aug 29 21:22:53.001 INFO O| Aug 29 21:22:53.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61302026-08-29T21:22:53.629Z[ recovery-image] Aug 29 21:22:53.001 INFO O| Aug 29 21:22:53.001 INFO STEP 266 (remove_files) COMPLETE
61312026-08-29T21:22:53.629Z[ recovery-image] Aug 29 21:22:53.001 INFO O| Aug 29 21:22:53.001 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-29T21:22:53.642Z[ recovery-image] Aug 29 21:22:53.014 INFO O| Aug 29 21:22:53.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61332026-08-29T21:22:53.642Z[ recovery-image] Aug 29 21:22:53.014 INFO O| Aug 29 21:22:53.014 INFO STEP 267 (remove_files) COMPLETE
61342026-08-29T21:22:53.642Z[ recovery-image] Aug 29 21:22:53.014 INFO O| Aug 29 21:22:53.014 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-29T21:22:53.652Z[ recovery-image] Aug 29 21:22:53.024 INFO O| Aug 29 21:22:53.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61362026-08-29T21:22:53.653Z[ recovery-image] Aug 29 21:22:53.024 INFO O| Aug 29 21:22:53.024 INFO STEP 268 (remove_files) COMPLETE
61372026-08-29T21:22:53.653Z[ recovery-image] Aug 29 21:22:53.024 INFO O| Aug 29 21:22:53.024 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-29T21:22:53.663Z[ recovery-image] Aug 29 21:22:53.034 INFO O| Aug 29 21:22:53.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61392026-08-29T21:22:53.663Z[ recovery-image] Aug 29 21:22:53.034 INFO O| Aug 29 21:22:53.034 INFO STEP 269 (remove_files) COMPLETE
61402026-08-29T21:22:53.663Z[ recovery-image] Aug 29 21:22:53.034 INFO O| Aug 29 21:22:53.034 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-29T21:22:53.682Z[ recovery-image] Aug 29 21:22:53.053 INFO O| Aug 29 21:22:53.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61422026-08-29T21:22:53.682Z[ recovery-image] Aug 29 21:22:53.053 INFO O| Aug 29 21:22:53.053 INFO STEP 270 (remove_files) COMPLETE
61432026-08-29T21:22:53.682Z[ recovery-image] Aug 29 21:22:53.053 INFO O| Aug 29 21:22:53.053 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-29T21:22:53.692Z[ recovery-image] Aug 29 21:22:53.064 INFO O| Aug 29 21:22:53.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61452026-08-29T21:22:53.692Z[ recovery-image] Aug 29 21:22:53.064 INFO O| Aug 29 21:22:53.064 INFO STEP 271 (remove_files) COMPLETE
61462026-08-29T21:22:53.692Z[ recovery-image] Aug 29 21:22:53.064 INFO O| Aug 29 21:22:53.064 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-29T21:22:53.702Z[ recovery-image] Aug 29 21:22:53.074 INFO O| Aug 29 21:22:53.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61482026-08-29T21:22:53.702Z[ recovery-image] Aug 29 21:22:53.074 INFO O| Aug 29 21:22:53.074 INFO STEP 272 (remove_files) COMPLETE
61492026-08-29T21:22:53.702Z[ recovery-image] Aug 29 21:22:53.074 INFO O| Aug 29 21:22:53.074 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-29T21:22:53.713Z[ recovery-image] Aug 29 21:22:53.085 INFO O| Aug 29 21:22:53.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61512026-08-29T21:22:53.713Z[ recovery-image] Aug 29 21:22:53.085 INFO O| Aug 29 21:22:53.085 INFO STEP 273 (remove_files) COMPLETE
61522026-08-29T21:22:53.713Z[ recovery-image] Aug 29 21:22:53.085 INFO O| Aug 29 21:22:53.085 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-29T21:22:53.724Z[ recovery-image] Aug 29 21:22:53.095 INFO O| Aug 29 21:22:53.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61542026-08-29T21:22:53.724Z[ recovery-image] Aug 29 21:22:53.095 INFO O| Aug 29 21:22:53.095 INFO STEP 274 (remove_files) COMPLETE
61552026-08-29T21:22:53.724Z[ recovery-image] Aug 29 21:22:53.095 INFO O| Aug 29 21:22:53.095 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-29T21:22:53.734Z[ recovery-image] Aug 29 21:22:53.106 INFO O| Aug 29 21:22:53.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61572026-08-29T21:22:53.735Z[ recovery-image] Aug 29 21:22:53.106 INFO O| Aug 29 21:22:53.106 INFO STEP 275 (remove_files) COMPLETE
61582026-08-29T21:22:53.738Z[ recovery-image] Aug 29 21:22:53.106 INFO O| Aug 29 21:22:53.106 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-29T21:22:53.744Z[ recovery-image] Aug 29 21:22:53.116 INFO O| Aug 29 21:22:53.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61602026-08-29T21:22:53.744Z[ recovery-image] Aug 29 21:22:53.116 INFO O| Aug 29 21:22:53.116 INFO STEP 276 (remove_files) COMPLETE
61612026-08-29T21:22:53.744Z[ recovery-image] Aug 29 21:22:53.116 INFO O| Aug 29 21:22:53.116 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-29T21:22:53.755Z[ recovery-image] Aug 29 21:22:53.127 INFO O| Aug 29 21:22:53.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61632026-08-29T21:22:53.756Z[ recovery-image] Aug 29 21:22:53.127 INFO O| Aug 29 21:22:53.127 INFO STEP 277 (remove_files) COMPLETE
61642026-08-29T21:22:53.756Z[ recovery-image] Aug 29 21:22:53.127 INFO O| Aug 29 21:22:53.127 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-29T21:22:53.769Z[ recovery-image] Aug 29 21:22:53.137 INFO O| Aug 29 21:22:53.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61662026-08-29T21:22:53.769Z[ recovery-image] Aug 29 21:22:53.137 INFO O| Aug 29 21:22:53.137 INFO STEP 278 (remove_files) COMPLETE
61672026-08-29T21:22:53.769Z[ recovery-image] Aug 29 21:22:53.137 INFO O| Aug 29 21:22:53.137 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-29T21:22:53.775Z[ recovery-image] Aug 29 21:22:53.147 INFO O| Aug 29 21:22:53.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61692026-08-29T21:22:53.775Z[ recovery-image] Aug 29 21:22:53.147 INFO O| Aug 29 21:22:53.147 INFO STEP 279 (remove_files) COMPLETE
61702026-08-29T21:22:53.778Z[ recovery-image] Aug 29 21:22:53.147 INFO O| Aug 29 21:22:53.147 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-29T21:22:53.784Z[ recovery-image] Aug 29 21:22:53.156 INFO O| Aug 29 21:22:53.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61722026-08-29T21:22:53.784Z[ recovery-image] Aug 29 21:22:53.156 INFO O| Aug 29 21:22:53.156 INFO STEP 280 (remove_files) COMPLETE
61732026-08-29T21:22:53.787Z[ recovery-image] Aug 29 21:22:53.156 INFO O| Aug 29 21:22:53.156 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-29T21:22:53.795Z[ recovery-image] Aug 29 21:22:53.167 INFO O| Aug 29 21:22:53.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61752026-08-29T21:22:53.795Z[ recovery-image] Aug 29 21:22:53.167 INFO O| Aug 29 21:22:53.167 INFO STEP 281 (remove_files) COMPLETE
61762026-08-29T21:22:53.795Z[ recovery-image] Aug 29 21:22:53.167 INFO O| Aug 29 21:22:53.167 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-29T21:22:53.806Z[ recovery-image] Aug 29 21:22:53.178 INFO O| Aug 29 21:22:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61782026-08-29T21:22:53.806Z[ recovery-image] Aug 29 21:22:53.178 INFO O| Aug 29 21:22:53.178 INFO STEP 282 (remove_files) COMPLETE
61792026-08-29T21:22:53.806Z[ recovery-image] Aug 29 21:22:53.178 INFO O| Aug 29 21:22:53.178 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-29T21:22:53.818Z[ recovery-image] Aug 29 21:22:53.190 INFO O| Aug 29 21:22:53.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61812026-08-29T21:22:53.818Z[ recovery-image] Aug 29 21:22:53.190 INFO O| Aug 29 21:22:53.190 INFO STEP 283 (remove_files) COMPLETE
61822026-08-29T21:22:53.821Z[ recovery-image] Aug 29 21:22:53.190 INFO O| Aug 29 21:22:53.190 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-29T21:22:53.828Z[ recovery-image] Aug 29 21:22:53.199 INFO O| Aug 29 21:22:53.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61842026-08-29T21:22:53.828Z[ recovery-image] Aug 29 21:22:53.199 INFO O| Aug 29 21:22:53.199 INFO STEP 284 (remove_files) COMPLETE
61852026-08-29T21:22:53.828Z[ recovery-image] Aug 29 21:22:53.199 INFO O| Aug 29 21:22:53.199 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-29T21:22:53.838Z[ recovery-image] Aug 29 21:22:53.210 INFO O| Aug 29 21:22:53.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61872026-08-29T21:22:53.838Z[ recovery-image] Aug 29 21:22:53.210 INFO O| Aug 29 21:22:53.210 INFO STEP 285 (remove_files) COMPLETE
61882026-08-29T21:22:53.838Z[ recovery-image] Aug 29 21:22:53.210 INFO O| Aug 29 21:22:53.210 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-29T21:22:53.848Z[ recovery-image] Aug 29 21:22:53.220 INFO O| Aug 29 21:22:53.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61902026-08-29T21:22:53.848Z[ recovery-image] Aug 29 21:22:53.220 INFO O| Aug 29 21:22:53.220 INFO STEP 286 (remove_files) COMPLETE
61912026-08-29T21:22:53.851Z[ recovery-image] Aug 29 21:22:53.220 INFO O| Aug 29 21:22:53.220 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-29T21:22:53.858Z[ recovery-image] Aug 29 21:22:53.230 INFO O| Aug 29 21:22:53.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61932026-08-29T21:22:53.858Z[ recovery-image] Aug 29 21:22:53.230 INFO O| Aug 29 21:22:53.230 INFO STEP 287 (remove_files) COMPLETE
61942026-08-29T21:22:53.861Z[ recovery-image] Aug 29 21:22:53.230 INFO O| Aug 29 21:22:53.230 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-29T21:22:53.869Z[ recovery-image] Aug 29 21:22:53.241 INFO O| Aug 29 21:22:53.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61962026-08-29T21:22:53.869Z[ recovery-image] Aug 29 21:22:53.241 INFO O| Aug 29 21:22:53.241 INFO STEP 288 (remove_files) COMPLETE
61972026-08-29T21:22:53.869Z[ recovery-image] Aug 29 21:22:53.241 INFO O| Aug 29 21:22:53.241 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-29T21:22:53.879Z[ recovery-image] Aug 29 21:22:53.251 INFO O| Aug 29 21:22:53.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61992026-08-29T21:22:53.879Z[ recovery-image] Aug 29 21:22:53.251 INFO O| Aug 29 21:22:53.251 INFO STEP 289 (remove_files) COMPLETE
62002026-08-29T21:22:53.879Z[ recovery-image] Aug 29 21:22:53.251 INFO O| Aug 29 21:22:53.251 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-29T21:22:53.890Z[ recovery-image] Aug 29 21:22:53.261 INFO O| Aug 29 21:22:53.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62022026-08-29T21:22:53.890Z[ recovery-image] Aug 29 21:22:53.261 INFO O| Aug 29 21:22:53.261 INFO STEP 290 (remove_files) COMPLETE
62032026-08-29T21:22:53.893Z[ recovery-image] Aug 29 21:22:53.261 INFO O| Aug 29 21:22:53.261 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-29T21:22:53.900Z[ recovery-image] Aug 29 21:22:53.272 INFO O| Aug 29 21:22:53.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62052026-08-29T21:22:53.900Z[ recovery-image] Aug 29 21:22:53.272 INFO O| Aug 29 21:22:53.272 INFO STEP 291 (remove_files) COMPLETE
62062026-08-29T21:22:53.903Z[ recovery-image] Aug 29 21:22:53.272 INFO O| Aug 29 21:22:53.272 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-29T21:22:53.912Z[ recovery-image] Aug 29 21:22:53.283 INFO O| Aug 29 21:22:53.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62082026-08-29T21:22:53.912Z[ recovery-image] Aug 29 21:22:53.283 INFO O| Aug 29 21:22:53.283 INFO STEP 292 (remove_files) COMPLETE
62092026-08-29T21:22:53.912Z[ recovery-image] Aug 29 21:22:53.283 INFO O| Aug 29 21:22:53.283 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-29T21:22:53.923Z[ recovery-image] Aug 29 21:22:53.295 INFO O| Aug 29 21:22:53.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62112026-08-29T21:22:53.923Z[ recovery-image] Aug 29 21:22:53.295 INFO O| Aug 29 21:22:53.295 INFO STEP 293 (remove_files) COMPLETE
62122026-08-29T21:22:53.923Z[ recovery-image] Aug 29 21:22:53.295 INFO O| Aug 29 21:22:53.295 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-29T21:22:53.934Z[ recovery-image] Aug 29 21:22:53.305 INFO O| Aug 29 21:22:53.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62142026-08-29T21:22:53.934Z[ recovery-image] Aug 29 21:22:53.305 INFO O| Aug 29 21:22:53.305 INFO STEP 294 (remove_files) COMPLETE
62152026-08-29T21:22:53.937Z[ recovery-image] Aug 29 21:22:53.305 INFO O| Aug 29 21:22:53.305 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-29T21:22:53.945Z[ recovery-image] Aug 29 21:22:53.316 INFO O| Aug 29 21:22:53.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62172026-08-29T21:22:53.945Z[ recovery-image] Aug 29 21:22:53.316 INFO O| Aug 29 21:22:53.316 INFO STEP 295 (remove_files) COMPLETE
62182026-08-29T21:22:53.945Z[ recovery-image] Aug 29 21:22:53.316 INFO O| Aug 29 21:22:53.316 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-29T21:22:53.958Z[ recovery-image] Aug 29 21:22:53.328 INFO O| Aug 29 21:22:53.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62202026-08-29T21:22:53.958Z[ recovery-image] Aug 29 21:22:53.328 INFO O| Aug 29 21:22:53.328 INFO STEP 296 (remove_files) COMPLETE
62212026-08-29T21:22:53.958Z[ recovery-image] Aug 29 21:22:53.328 INFO O| Aug 29 21:22:53.328 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-29T21:22:53.969Z[ recovery-image] Aug 29 21:22:53.340 INFO O| Aug 29 21:22:53.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62232026-08-29T21:22:53.969Z[ recovery-image] Aug 29 21:22:53.340 INFO O| Aug 29 21:22:53.340 INFO STEP 297 (remove_files) COMPLETE
62242026-08-29T21:22:53.969Z[ recovery-image] Aug 29 21:22:53.340 INFO O| Aug 29 21:22:53.340 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-29T21:22:53.980Z[ recovery-image] Aug 29 21:22:53.352 INFO O| Aug 29 21:22:53.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62262026-08-29T21:22:53.980Z[ recovery-image] Aug 29 21:22:53.352 INFO O| Aug 29 21:22:53.352 INFO STEP 298 (remove_files) COMPLETE
62272026-08-29T21:22:53.980Z[ recovery-image] Aug 29 21:22:53.352 INFO O| Aug 29 21:22:53.352 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-29T21:22:53.991Z[ recovery-image] Aug 29 21:22:53.362 INFO O| Aug 29 21:22:53.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62292026-08-29T21:22:53.991Z[ recovery-image] Aug 29 21:22:53.362 INFO O| Aug 29 21:22:53.362 INFO STEP 299 (remove_files) COMPLETE
62302026-08-29T21:22:53.991Z[ recovery-image] Aug 29 21:22:53.362 INFO O| Aug 29 21:22:53.362 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-29T21:22:54.001Z[ recovery-image] Aug 29 21:22:53.372 INFO O| Aug 29 21:22:53.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62322026-08-29T21:22:54.001Z[ recovery-image] Aug 29 21:22:53.372 INFO O| Aug 29 21:22:53.372 INFO STEP 300 (remove_files) COMPLETE
62332026-08-29T21:22:54.001Z[ recovery-image] Aug 29 21:22:53.372 INFO O| Aug 29 21:22:53.372 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-29T21:22:54.010Z[ recovery-image] Aug 29 21:22:53.382 INFO O| Aug 29 21:22:53.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62352026-08-29T21:22:54.010Z[ recovery-image] Aug 29 21:22:53.382 INFO O| Aug 29 21:22:53.382 INFO STEP 301 (remove_files) COMPLETE
62362026-08-29T21:22:54.010Z[ recovery-image] Aug 29 21:22:53.382 INFO O| Aug 29 21:22:53.382 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-29T21:22:54.020Z[ recovery-image] Aug 29 21:22:53.392 INFO O| Aug 29 21:22:53.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62382026-08-29T21:22:54.020Z[ recovery-image] Aug 29 21:22:53.392 INFO O| Aug 29 21:22:53.392 INFO STEP 302 (remove_files) COMPLETE
62392026-08-29T21:22:54.020Z[ recovery-image] Aug 29 21:22:53.392 INFO O| Aug 29 21:22:53.392 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-29T21:22:54.030Z[ recovery-image] Aug 29 21:22:53.402 INFO O| Aug 29 21:22:53.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62412026-08-29T21:22:54.030Z[ recovery-image] Aug 29 21:22:53.402 INFO O| Aug 29 21:22:53.402 INFO STEP 303 (remove_files) COMPLETE
62422026-08-29T21:22:54.030Z[ recovery-image] Aug 29 21:22:53.402 INFO O| Aug 29 21:22:53.402 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-29T21:22:54.039Z[ recovery-image] Aug 29 21:22:53.411 INFO O| Aug 29 21:22:53.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62442026-08-29T21:22:54.039Z[ recovery-image] Aug 29 21:22:53.411 INFO O| Aug 29 21:22:53.411 INFO STEP 304 (remove_files) COMPLETE
62452026-08-29T21:22:54.039Z[ recovery-image] Aug 29 21:22:53.411 INFO O| Aug 29 21:22:53.411 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-29T21:22:54.048Z[ recovery-image] Aug 29 21:22:53.420 INFO O| Aug 29 21:22:53.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62472026-08-29T21:22:54.048Z[ recovery-image] Aug 29 21:22:53.420 INFO O| Aug 29 21:22:53.420 INFO STEP 305 (remove_files) COMPLETE
62482026-08-29T21:22:54.051Z[ recovery-image] Aug 29 21:22:53.420 INFO O| Aug 29 21:22:53.420 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-29T21:22:54.056Z[ recovery-image] Aug 29 21:22:53.427 INFO O| Aug 29 21:22:53.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62502026-08-29T21:22:54.056Z[ recovery-image] Aug 29 21:22:53.427 INFO O| Aug 29 21:22:53.427 INFO STEP 306 (remove_files) COMPLETE
62512026-08-29T21:22:54.056Z[ recovery-image] Aug 29 21:22:53.427 INFO O| Aug 29 21:22:53.427 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-29T21:22:54.064Z[ recovery-image] Aug 29 21:22:53.435 INFO O| Aug 29 21:22:53.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62532026-08-29T21:22:54.064Z[ recovery-image] Aug 29 21:22:53.435 INFO O| Aug 29 21:22:53.435 INFO STEP 307 (remove_files) COMPLETE
62542026-08-29T21:22:54.067Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
62552026-08-29T21:22:54.067Z[ recovery-image] Aug 29 21:22:53.435 INFO O| Aug 29 21:22:53.435 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-29T21:22:54.072Z[ recovery-image] Aug 29 21:22:53.444 INFO O| Aug 29 21:22:53.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62572026-08-29T21:22:54.072Z[ recovery-image] Aug 29 21:22:53.444 INFO O| Aug 29 21:22:53.444 INFO STEP 308 (remove_files) COMPLETE
62582026-08-29T21:22:54.072Z[ recovery-image] Aug 29 21:22:53.444 INFO O| Aug 29 21:22:53.444 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-29T21:22:54.081Z[ recovery-image] Aug 29 21:22:53.453 INFO O| Aug 29 21:22:53.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62602026-08-29T21:22:54.081Z[ recovery-image] Aug 29 21:22:53.453 INFO O| Aug 29 21:22:53.453 INFO STEP 309 (remove_files) COMPLETE
62612026-08-29T21:22:54.081Z[ recovery-image] Aug 29 21:22:53.453 INFO O| Aug 29 21:22:53.453 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-29T21:22:54.090Z[ recovery-image] Aug 29 21:22:53.461 INFO O| Aug 29 21:22:53.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62632026-08-29T21:22:54.090Z[ recovery-image] Aug 29 21:22:53.461 INFO O| Aug 29 21:22:53.461 INFO STEP 310 (remove_files) COMPLETE
62642026-08-29T21:22:54.093Z[ recovery-image] Aug 29 21:22:53.461 INFO O| Aug 29 21:22:53.461 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-29T21:22:54.099Z[ recovery-image] Aug 29 21:22:53.471 INFO O| Aug 29 21:22:53.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62662026-08-29T21:22:54.099Z[ recovery-image] Aug 29 21:22:53.471 INFO O| Aug 29 21:22:53.471 INFO STEP 311 (remove_files) COMPLETE
62672026-08-29T21:22:54.099Z[ recovery-image] Aug 29 21:22:53.471 INFO O| Aug 29 21:22:53.471 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-29T21:22:54.108Z[ recovery-image] Aug 29 21:22:53.480 INFO O| Aug 29 21:22:53.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62692026-08-29T21:22:54.109Z[ recovery-image] Aug 29 21:22:53.480 INFO O| Aug 29 21:22:53.480 INFO STEP 312 (remove_files) COMPLETE
62702026-08-29T21:22:54.109Z[ recovery-image] Aug 29 21:22:53.480 INFO O| Aug 29 21:22:53.480 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-29T21:22:54.118Z[ recovery-image] Aug 29 21:22:53.490 INFO O| Aug 29 21:22:53.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62722026-08-29T21:22:54.121Z[ recovery-image] Aug 29 21:22:53.492 INFO O| Aug 29 21:22:53.491 INFO STEP 313 (remove_files) COMPLETE
62732026-08-29T21:22:54.121Z[ recovery-image] Aug 29 21:22:53.492 INFO O| Aug 29 21:22:53.491 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-29T21:22:54.129Z[ recovery-image] Aug 29 21:22:53.501 INFO O| Aug 29 21:22:53.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62752026-08-29T21:22:54.129Z[ recovery-image] Aug 29 21:22:53.501 INFO O| Aug 29 21:22:53.501 INFO STEP 314 (remove_files) COMPLETE
62762026-08-29T21:22:54.132Z[ recovery-image] Aug 29 21:22:53.501 INFO O| Aug 29 21:22:53.501 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-29T21:22:54.138Z[ recovery-image] Aug 29 21:22:53.510 INFO O| Aug 29 21:22:53.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62782026-08-29T21:22:54.138Z[ recovery-image] Aug 29 21:22:53.510 INFO O| Aug 29 21:22:53.510 INFO STEP 315 (remove_files) COMPLETE
62792026-08-29T21:22:54.138Z[ recovery-image] Aug 29 21:22:53.510 INFO O| Aug 29 21:22:53.510 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-29T21:22:54.148Z[ recovery-image] Aug 29 21:22:53.519 INFO O| Aug 29 21:22:53.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62812026-08-29T21:22:54.148Z[ recovery-image] Aug 29 21:22:53.519 INFO O| Aug 29 21:22:53.519 INFO STEP 316 (remove_files) COMPLETE
62822026-08-29T21:22:54.148Z[ recovery-image] Aug 29 21:22:53.519 INFO O| Aug 29 21:22:53.519 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-29T21:22:54.160Z[ recovery-image] Aug 29 21:22:53.532 INFO O| Aug 29 21:22:53.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62842026-08-29T21:22:54.160Z[ recovery-image] Aug 29 21:22:53.532 INFO O| Aug 29 21:22:53.532 INFO STEP 317 (remove_files) COMPLETE
62852026-08-29T21:22:54.160Z[ recovery-image] Aug 29 21:22:53.532 INFO O| Aug 29 21:22:53.532 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-29T21:22:54.171Z[ recovery-image] Aug 29 21:22:53.543 INFO O| Aug 29 21:22:53.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62872026-08-29T21:22:54.171Z[ recovery-image] Aug 29 21:22:53.543 INFO O| Aug 29 21:22:53.543 INFO STEP 318 (remove_files) COMPLETE
62882026-08-29T21:22:54.174Z[ recovery-image] Aug 29 21:22:53.543 INFO O| Aug 29 21:22:53.543 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-29T21:22:54.181Z[ recovery-image] Aug 29 21:22:53.553 INFO O| Aug 29 21:22:53.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62902026-08-29T21:22:54.182Z[ recovery-image] Aug 29 21:22:53.553 INFO O| Aug 29 21:22:53.553 INFO STEP 319 (remove_files) COMPLETE
62912026-08-29T21:22:54.182Z[ recovery-image] Aug 29 21:22:53.553 INFO O| Aug 29 21:22:53.553 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-29T21:22:54.191Z[ recovery-image] Aug 29 21:22:53.562 INFO O| Aug 29 21:22:53.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62932026-08-29T21:22:54.191Z[ recovery-image] Aug 29 21:22:53.562 INFO O| Aug 29 21:22:53.562 INFO STEP 320 (remove_files) COMPLETE
62942026-08-29T21:22:54.191Z[ recovery-image] Aug 29 21:22:53.562 INFO O| Aug 29 21:22:53.562 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-29T21:22:54.199Z[ recovery-image] Aug 29 21:22:53.571 INFO O| Aug 29 21:22:53.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62962026-08-29T21:22:54.199Z[ recovery-image] Aug 29 21:22:53.571 INFO O| Aug 29 21:22:53.571 INFO STEP 321 (remove_files) COMPLETE
62972026-08-29T21:22:54.199Z[ recovery-image] Aug 29 21:22:53.571 INFO O| Aug 29 21:22:53.571 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-29T21:22:54.209Z[ recovery-image] Aug 29 21:22:53.581 INFO O| Aug 29 21:22:53.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62992026-08-29T21:22:54.209Z[ recovery-image] Aug 29 21:22:53.581 INFO O| Aug 29 21:22:53.581 INFO STEP 322 (remove_files) COMPLETE
63002026-08-29T21:22:54.209Z[ recovery-image] Aug 29 21:22:53.581 INFO O| Aug 29 21:22:53.581 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-29T21:22:54.219Z[ recovery-image] Aug 29 21:22:53.590 INFO O| Aug 29 21:22:53.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63022026-08-29T21:22:54.222Z[ recovery-image] Aug 29 21:22:53.591 INFO O| Aug 29 21:22:53.591 INFO STEP 323 (remove_files) COMPLETE
63032026-08-29T21:22:54.222Z[ recovery-image] Aug 29 21:22:53.591 INFO O| Aug 29 21:22:53.591 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-29T21:22:54.231Z[ recovery-image] Aug 29 21:22:53.602 INFO O| Aug 29 21:22:53.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63052026-08-29T21:22:54.231Z[ recovery-image] Aug 29 21:22:53.602 INFO O| Aug 29 21:22:53.602 INFO STEP 324 (remove_files) COMPLETE
63062026-08-29T21:22:54.234Z[ recovery-image] Aug 29 21:22:53.602 INFO O| Aug 29 21:22:53.602 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-29T21:22:54.241Z[ recovery-image] Aug 29 21:22:53.613 INFO O| Aug 29 21:22:53.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63082026-08-29T21:22:54.241Z[ recovery-image] Aug 29 21:22:53.613 INFO O| Aug 29 21:22:53.613 INFO STEP 325 (remove_files) COMPLETE
63092026-08-29T21:22:54.241Z[ recovery-image] Aug 29 21:22:53.613 INFO O| Aug 29 21:22:53.613 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-29T21:22:54.252Z[ recovery-image] Aug 29 21:22:53.623 INFO O| Aug 29 21:22:53.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63112026-08-29T21:22:54.252Z[ recovery-image] Aug 29 21:22:53.623 INFO O| Aug 29 21:22:53.623 INFO STEP 326 (remove_files) COMPLETE
63122026-08-29T21:22:54.255Z[ recovery-image] Aug 29 21:22:53.623 INFO O| Aug 29 21:22:53.623 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-29T21:22:54.262Z[ recovery-image] Aug 29 21:22:53.634 INFO O| Aug 29 21:22:53.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63142026-08-29T21:22:54.262Z[ recovery-image] Aug 29 21:22:53.634 INFO O| Aug 29 21:22:53.634 INFO STEP 327 (remove_files) COMPLETE
63152026-08-29T21:22:54.262Z[ recovery-image] Aug 29 21:22:53.634 INFO O| Aug 29 21:22:53.634 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-29T21:22:54.271Z[ recovery-image] Aug 29 21:22:53.643 INFO O| Aug 29 21:22:53.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63172026-08-29T21:22:54.271Z[ recovery-image] Aug 29 21:22:53.643 INFO O| Aug 29 21:22:53.643 INFO STEP 328 (remove_files) COMPLETE
63182026-08-29T21:22:54.271Z[ recovery-image] Aug 29 21:22:53.643 INFO O| Aug 29 21:22:53.643 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-29T21:22:54.281Z[ recovery-image] Aug 29 21:22:53.653 INFO O| Aug 29 21:22:53.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63202026-08-29T21:22:54.281Z[ recovery-image] Aug 29 21:22:53.653 INFO O| Aug 29 21:22:53.653 INFO STEP 329 (remove_files) COMPLETE
63212026-08-29T21:22:54.281Z[ recovery-image] Aug 29 21:22:53.653 INFO O| Aug 29 21:22:53.653 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-29T21:22:54.291Z[ recovery-image] Aug 29 21:22:53.662 INFO O| Aug 29 21:22:53.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63232026-08-29T21:22:54.291Z[ recovery-image] Aug 29 21:22:53.663 INFO O| Aug 29 21:22:53.663 INFO STEP 330 (remove_files) COMPLETE
63242026-08-29T21:22:54.291Z[ recovery-image] Aug 29 21:22:53.663 INFO O| Aug 29 21:22:53.663 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-29T21:22:54.300Z[ recovery-image] Aug 29 21:22:53.672 INFO O| Aug 29 21:22:53.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63262026-08-29T21:22:54.300Z[ recovery-image] Aug 29 21:22:53.672 INFO O| Aug 29 21:22:53.672 INFO STEP 331 (remove_files) COMPLETE
63272026-08-29T21:22:54.300Z[ recovery-image] Aug 29 21:22:53.672 INFO O| Aug 29 21:22:53.672 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-29T21:22:54.309Z[ recovery-image] Aug 29 21:22:53.681 INFO O| Aug 29 21:22:53.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63292026-08-29T21:22:54.312Z[ recovery-image] Aug 29 21:22:53.682 INFO O| Aug 29 21:22:53.681 INFO STEP 332 (remove_files) COMPLETE
63302026-08-29T21:22:54.312Z[ recovery-image] Aug 29 21:22:53.682 INFO O| Aug 29 21:22:53.682 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-29T21:22:54.319Z[ recovery-image] Aug 29 21:22:53.691 INFO O| Aug 29 21:22:53.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63322026-08-29T21:22:54.319Z[ recovery-image] Aug 29 21:22:53.691 INFO O| Aug 29 21:22:53.691 INFO STEP 333 (remove_files) COMPLETE
63332026-08-29T21:22:54.319Z[ recovery-image] Aug 29 21:22:53.691 INFO O| Aug 29 21:22:53.691 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-29T21:22:54.330Z[ recovery-image] Aug 29 21:22:53.702 INFO O| Aug 29 21:22:53.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63352026-08-29T21:22:54.330Z[ recovery-image] Aug 29 21:22:53.702 INFO O| Aug 29 21:22:53.702 INFO STEP 334 (remove_files) COMPLETE
63362026-08-29T21:22:54.330Z[ recovery-image] Aug 29 21:22:53.702 INFO O| Aug 29 21:22:53.702 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-29T21:22:54.339Z[ recovery-image] Aug 29 21:22:53.711 INFO O| Aug 29 21:22:53.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63382026-08-29T21:22:54.339Z[ recovery-image] Aug 29 21:22:53.711 INFO O| Aug 29 21:22:53.711 INFO STEP 335 (remove_files) COMPLETE
63392026-08-29T21:22:54.342Z[ recovery-image] Aug 29 21:22:53.711 INFO O| Aug 29 21:22:53.711 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-29T21:22:54.347Z[ recovery-image] Aug 29 21:22:53.719 INFO O| Aug 29 21:22:53.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63412026-08-29T21:22:54.348Z[ recovery-image] Aug 29 21:22:53.719 INFO O| Aug 29 21:22:53.719 INFO STEP 336 (remove_files) COMPLETE
63422026-08-29T21:22:54.348Z[ recovery-image] Aug 29 21:22:53.719 INFO O| Aug 29 21:22:53.719 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-29T21:22:54.358Z[ recovery-image] Aug 29 21:22:53.729 INFO O| Aug 29 21:22:53.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63442026-08-29T21:22:54.358Z[ recovery-image] Aug 29 21:22:53.729 INFO O| Aug 29 21:22:53.729 INFO STEP 337 (remove_files) COMPLETE
63452026-08-29T21:22:54.361Z[ recovery-image] Aug 29 21:22:53.729 INFO O| Aug 29 21:22:53.729 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-29T21:22:54.373Z[ recovery-image] Aug 29 21:22:53.745 INFO O| Aug 29 21:22:53.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63472026-08-29T21:22:54.373Z[ recovery-image] Aug 29 21:22:53.745 INFO O| Aug 29 21:22:53.745 INFO STEP 338 (remove_files) COMPLETE
63482026-08-29T21:22:54.373Z[ recovery-image] Aug 29 21:22:53.745 INFO O| Aug 29 21:22:53.745 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-29T21:22:54.383Z[ recovery-image] Aug 29 21:22:53.755 INFO O| Aug 29 21:22:53.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63502026-08-29T21:22:54.383Z[ recovery-image] Aug 29 21:22:53.755 INFO O| Aug 29 21:22:53.755 INFO STEP 339 (remove_files) COMPLETE
63512026-08-29T21:22:54.383Z[ recovery-image] Aug 29 21:22:53.755 INFO O| Aug 29 21:22:53.755 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-29T21:22:54.409Z[ recovery-image] Aug 29 21:22:53.781 INFO O| Aug 29 21:22:53.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63532026-08-29T21:22:54.410Z[ recovery-image] Aug 29 21:22:53.781 INFO O| Aug 29 21:22:53.781 INFO STEP 340 (remove_files) COMPLETE
63542026-08-29T21:22:54.413Z[ recovery-image] Aug 29 21:22:53.781 INFO O| Aug 29 21:22:53.781 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-29T21:22:54.424Z[ recovery-image] Aug 29 21:22:53.796 INFO O| Aug 29 21:22:53.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63562026-08-29T21:22:54.424Z[ recovery-image] Aug 29 21:22:53.796 INFO O| Aug 29 21:22:53.796 INFO STEP 341 (remove_files) COMPLETE
63572026-08-29T21:22:54.424Z[ recovery-image] Aug 29 21:22:53.796 INFO O| Aug 29 21:22:53.796 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-29T21:22:54.451Z[ recovery-image] Aug 29 21:22:53.823 INFO O| Aug 29 21:22:53.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63592026-08-29T21:22:54.451Z[ recovery-image] Aug 29 21:22:53.823 INFO O| Aug 29 21:22:53.823 INFO STEP 342 (remove_files) COMPLETE
63602026-08-29T21:22:54.451Z[ recovery-image] Aug 29 21:22:53.823 INFO O| Aug 29 21:22:53.823 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-29T21:22:54.462Z[ recovery-image] Aug 29 21:22:53.833 INFO O| Aug 29 21:22:53.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63622026-08-29T21:22:54.462Z[ recovery-image] Aug 29 21:22:53.834 INFO O| Aug 29 21:22:53.833 INFO STEP 343 (remove_files) COMPLETE
63632026-08-29T21:22:54.462Z[ recovery-image] Aug 29 21:22:53.834 INFO O| Aug 29 21:22:53.833 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-29T21:22:54.472Z[ recovery-image] Aug 29 21:22:53.843 INFO O| Aug 29 21:22:53.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63652026-08-29T21:22:54.472Z[ recovery-image] Aug 29 21:22:53.843 INFO O| Aug 29 21:22:53.843 INFO STEP 344 (remove_files) COMPLETE
63662026-08-29T21:22:54.472Z[ recovery-image] Aug 29 21:22:53.843 INFO O| Aug 29 21:22:53.843 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-29T21:22:54.484Z[ recovery-image] Aug 29 21:22:53.856 INFO O| Aug 29 21:22:53.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63682026-08-29T21:22:54.484Z[ recovery-image] Aug 29 21:22:53.856 INFO O| Aug 29 21:22:53.856 INFO STEP 345 (remove_files) COMPLETE
63692026-08-29T21:22:54.484Z[ recovery-image] Aug 29 21:22:53.856 INFO O| Aug 29 21:22:53.856 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-29T21:22:54.496Z[ recovery-image] Aug 29 21:22:53.868 INFO O| Aug 29 21:22:53.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63712026-08-29T21:22:54.496Z[ recovery-image] Aug 29 21:22:53.868 INFO O| Aug 29 21:22:53.868 INFO STEP 346 (remove_files) COMPLETE
63722026-08-29T21:22:54.496Z[ recovery-image] Aug 29 21:22:53.868 INFO O| Aug 29 21:22:53.868 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-29T21:22:54.548Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
63742026-08-29T21:22:54.548Z[ recovery-image] Aug 29 21:22:53.919 INFO O| Aug 29 21:22:53.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63752026-08-29T21:22:54.559Z[ recovery-image] Aug 29 21:22:53.930 INFO O| Aug 29 21:22:53.930 INFO STEP 347 (remove_files) COMPLETE
63762026-08-29T21:22:54.559Z[ recovery-image] Aug 29 21:22:53.930 INFO O| Aug 29 21:22:53.930 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-29T21:22:54.611Z[ recovery-image] Aug 29 21:22:53.982 INFO O| Aug 29 21:22:53.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63782026-08-29T21:22:54.611Z[ recovery-image] Aug 29 21:22:53.982 INFO O| Aug 29 21:22:53.982 INFO STEP 348 (remove_files) COMPLETE
63792026-08-29T21:22:54.611Z[ recovery-image] Aug 29 21:22:53.982 INFO O| Aug 29 21:22:53.982 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-29T21:22:54.623Z[ recovery-image] Aug 29 21:22:53.995 INFO O| Aug 29 21:22:53.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63812026-08-29T21:22:54.623Z[ recovery-image] Aug 29 21:22:53.995 INFO O| Aug 29 21:22:53.995 INFO STEP 349 (remove_files) COMPLETE
63822026-08-29T21:22:54.623Z[ recovery-image] Aug 29 21:22:53.995 INFO O| Aug 29 21:22:53.995 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-29T21:22:54.640Z[ recovery-image] Aug 29 21:22:54.012 INFO O| Aug 29 21:22:54.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63842026-08-29T21:22:54.640Z[ recovery-image] Aug 29 21:22:54.012 INFO O| Aug 29 21:22:54.012 INFO STEP 350 (remove_files) COMPLETE
63852026-08-29T21:22:54.640Z[ recovery-image] Aug 29 21:22:54.012 INFO O| Aug 29 21:22:54.012 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-29T21:22:54.650Z[ recovery-image] Aug 29 21:22:54.022 INFO O| Aug 29 21:22:54.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63872026-08-29T21:22:54.650Z[ recovery-image] Aug 29 21:22:54.022 INFO O| Aug 29 21:22:54.022 INFO STEP 351 (remove_files) COMPLETE
63882026-08-29T21:22:54.654Z[ recovery-image] Aug 29 21:22:54.022 INFO O| Aug 29 21:22:54.022 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-29T21:22:54.660Z[ recovery-image] Aug 29 21:22:54.032 INFO O| Aug 29 21:22:54.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63902026-08-29T21:22:54.660Z[ recovery-image] Aug 29 21:22:54.032 INFO O| Aug 29 21:22:54.032 INFO STEP 352 (remove_files) COMPLETE
63912026-08-29T21:22:54.664Z[ recovery-image] Aug 29 21:22:54.032 INFO O| Aug 29 21:22:54.032 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-29T21:22:54.670Z[ recovery-image] Aug 29 21:22:54.042 INFO O| Aug 29 21:22:54.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63932026-08-29T21:22:54.670Z[ recovery-image] Aug 29 21:22:54.042 INFO O| Aug 29 21:22:54.042 INFO STEP 353 (remove_files) COMPLETE
63942026-08-29T21:22:54.674Z[ recovery-image] Aug 29 21:22:54.042 INFO O| Aug 29 21:22:54.042 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-29T21:22:54.681Z[ recovery-image] Aug 29 21:22:54.053 INFO O| Aug 29 21:22:54.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63962026-08-29T21:22:54.681Z[ recovery-image] Aug 29 21:22:54.053 INFO O| Aug 29 21:22:54.053 INFO STEP 354 (remove_files) COMPLETE
63972026-08-29T21:22:54.682Z[ recovery-image] Aug 29 21:22:54.053 INFO O| Aug 29 21:22:54.053 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-29T21:22:54.692Z[ recovery-image] Aug 29 21:22:54.064 INFO O| Aug 29 21:22:54.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63992026-08-29T21:22:54.692Z[ recovery-image] Aug 29 21:22:54.064 INFO O| Aug 29 21:22:54.064 INFO STEP 355 (remove_files) COMPLETE
64002026-08-29T21:22:54.692Z[ recovery-image] Aug 29 21:22:54.064 INFO O| Aug 29 21:22:54.064 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-29T21:22:54.704Z[ recovery-image] Aug 29 21:22:54.075 INFO O| Aug 29 21:22:54.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64022026-08-29T21:22:54.704Z[ recovery-image] Aug 29 21:22:54.075 INFO O| Aug 29 21:22:54.075 INFO STEP 356 (remove_files) COMPLETE
64032026-08-29T21:22:54.704Z[ recovery-image] Aug 29 21:22:54.075 INFO O| Aug 29 21:22:54.075 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-29T21:22:54.715Z[ recovery-image] Aug 29 21:22:54.087 INFO O| Aug 29 21:22:54.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64052026-08-29T21:22:54.715Z[ recovery-image] Aug 29 21:22:54.087 INFO O| Aug 29 21:22:54.087 INFO STEP 357 (remove_files) COMPLETE
64062026-08-29T21:22:54.715Z[ recovery-image] Aug 29 21:22:54.087 INFO O| Aug 29 21:22:54.087 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-29T21:22:54.726Z[ recovery-image] Aug 29 21:22:54.097 INFO O| Aug 29 21:22:54.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64082026-08-29T21:22:54.726Z[ recovery-image] Aug 29 21:22:54.098 INFO O| Aug 29 21:22:54.097 INFO STEP 358 (remove_files) COMPLETE
64092026-08-29T21:22:54.729Z[ recovery-image] Aug 29 21:22:54.098 INFO O| Aug 29 21:22:54.097 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-29T21:22:54.738Z[ recovery-image] Aug 29 21:22:54.109 INFO O| Aug 29 21:22:54.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64112026-08-29T21:22:54.738Z[ recovery-image] Aug 29 21:22:54.110 INFO O| Aug 29 21:22:54.109 INFO STEP 359 (remove_files) COMPLETE
64122026-08-29T21:22:54.741Z[ recovery-image] Aug 29 21:22:54.110 INFO O| Aug 29 21:22:54.109 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-29T21:22:54.750Z[ recovery-image] Aug 29 21:22:54.122 INFO O| Aug 29 21:22:54.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64142026-08-29T21:22:54.750Z[ recovery-image] Aug 29 21:22:54.122 INFO O| Aug 29 21:22:54.122 INFO STEP 360 (remove_files) COMPLETE
64152026-08-29T21:22:54.750Z[ recovery-image] Aug 29 21:22:54.122 INFO O| Aug 29 21:22:54.122 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-29T21:22:54.762Z[ recovery-image] Aug 29 21:22:54.133 INFO O| Aug 29 21:22:54.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64172026-08-29T21:22:54.765Z[ recovery-image] Aug 29 21:22:54.133 INFO O| Aug 29 21:22:54.133 INFO STEP 361 (remove_files) COMPLETE
64182026-08-29T21:22:54.765Z[ recovery-image] Aug 29 21:22:54.133 INFO O| Aug 29 21:22:54.133 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-29T21:22:54.774Z[ recovery-image] Aug 29 21:22:54.146 INFO O| Aug 29 21:22:54.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64202026-08-29T21:22:54.774Z[ recovery-image] Aug 29 21:22:54.146 INFO O| Aug 29 21:22:54.146 INFO STEP 362 (remove_files) COMPLETE
64212026-08-29T21:22:54.778Z[ recovery-image] Aug 29 21:22:54.146 INFO O| Aug 29 21:22:54.146 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-29T21:22:54.787Z[ recovery-image] Aug 29 21:22:54.159 INFO O| Aug 29 21:22:54.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64232026-08-29T21:22:54.787Z[ recovery-image] Aug 29 21:22:54.159 INFO O| Aug 29 21:22:54.159 INFO STEP 363 (remove_files) COMPLETE
64242026-08-29T21:22:54.787Z[ recovery-image] Aug 29 21:22:54.159 INFO O| Aug 29 21:22:54.159 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-29T21:22:54.799Z[ recovery-image] Aug 29 21:22:54.170 INFO O| Aug 29 21:22:54.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64262026-08-29T21:22:54.799Z[ recovery-image] Aug 29 21:22:54.170 INFO O| Aug 29 21:22:54.170 INFO STEP 364 (remove_files) COMPLETE
64272026-08-29T21:22:54.799Z[ recovery-image] Aug 29 21:22:54.170 INFO O| Aug 29 21:22:54.170 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-29T21:22:54.810Z[ recovery-image] Aug 29 21:22:54.182 INFO O| Aug 29 21:22:54.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64292026-08-29T21:22:54.810Z[ recovery-image] Aug 29 21:22:54.182 INFO O| Aug 29 21:22:54.182 INFO STEP 365 (remove_files) COMPLETE
64302026-08-29T21:22:54.813Z[ recovery-image] Aug 29 21:22:54.182 INFO O| Aug 29 21:22:54.182 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-29T21:22:54.820Z[ recovery-image] Aug 29 21:22:54.192 INFO O| Aug 29 21:22:54.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64322026-08-29T21:22:54.824Z[ recovery-image] Aug 29 21:22:54.193 INFO O| Aug 29 21:22:54.193 INFO STEP 366 (remove_files) COMPLETE
64332026-08-29T21:22:54.824Z[ recovery-image] Aug 29 21:22:54.193 INFO O| Aug 29 21:22:54.193 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-29T21:22:54.833Z[ recovery-image] Aug 29 21:22:54.204 INFO O| Aug 29 21:22:54.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64352026-08-29T21:22:54.836Z[ recovery-image] Aug 29 21:22:54.205 INFO O| Aug 29 21:22:54.205 INFO STEP 367 (remove_files) COMPLETE
64362026-08-29T21:22:54.836Z[ recovery-image] Aug 29 21:22:54.205 INFO O| Aug 29 21:22:54.205 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-29T21:22:54.845Z[ recovery-image] Aug 29 21:22:54.216 INFO O| Aug 29 21:22:54.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64382026-08-29T21:22:54.848Z[ recovery-image] Aug 29 21:22:54.217 INFO O| Aug 29 21:22:54.217 INFO STEP 368 (remove_files) COMPLETE
64392026-08-29T21:22:54.848Z[ recovery-image] Aug 29 21:22:54.217 INFO O| Aug 29 21:22:54.217 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-29T21:22:54.857Z[ recovery-image] Aug 29 21:22:54.229 INFO O| Aug 29 21:22:54.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64412026-08-29T21:22:54.857Z[ recovery-image] Aug 29 21:22:54.229 INFO O| Aug 29 21:22:54.229 INFO STEP 369 (remove_files) COMPLETE
64422026-08-29T21:22:54.857Z[ recovery-image] Aug 29 21:22:54.229 INFO O| Aug 29 21:22:54.229 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-29T21:22:54.869Z[ recovery-image] Aug 29 21:22:54.241 INFO O| Aug 29 21:22:54.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64442026-08-29T21:22:54.869Z[ recovery-image] Aug 29 21:22:54.241 INFO O| Aug 29 21:22:54.241 INFO STEP 370 (remove_files) COMPLETE
64452026-08-29T21:22:54.872Z[ recovery-image] Aug 29 21:22:54.241 INFO O| Aug 29 21:22:54.241 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-29T21:22:54.880Z[ recovery-image] Aug 29 21:22:54.252 INFO O| Aug 29 21:22:54.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64472026-08-29T21:22:54.881Z[ recovery-image] Aug 29 21:22:54.252 INFO O| Aug 29 21:22:54.252 INFO STEP 371 (remove_files) COMPLETE
64482026-08-29T21:22:54.881Z[ recovery-image] Aug 29 21:22:54.252 INFO O| Aug 29 21:22:54.252 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-29T21:22:54.892Z[ recovery-image] Aug 29 21:22:54.264 INFO O| Aug 29 21:22:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64502026-08-29T21:22:54.892Z[ recovery-image] Aug 29 21:22:54.264 INFO O| Aug 29 21:22:54.264 INFO STEP 372 (remove_files) COMPLETE
64512026-08-29T21:22:54.892Z[ recovery-image] Aug 29 21:22:54.264 INFO O| Aug 29 21:22:54.264 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-29T21:22:54.901Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
64532026-08-29T21:22:54.904Z[ recovery-image] Aug 29 21:22:54.275 INFO O| Aug 29 21:22:54.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64542026-08-29T21:22:54.904Z[ recovery-image] Aug 29 21:22:54.276 INFO O| Aug 29 21:22:54.275 INFO STEP 373 (remove_files) COMPLETE
64552026-08-29T21:22:54.904Z[ recovery-image] Aug 29 21:22:54.276 INFO O| Aug 29 21:22:54.275 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-29T21:22:54.914Z[ recovery-image] Aug 29 21:22:54.286 INFO O| Aug 29 21:22:54.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64572026-08-29T21:22:54.914Z[ recovery-image] Aug 29 21:22:54.286 INFO O| Aug 29 21:22:54.286 INFO STEP 374 (remove_files) COMPLETE
64582026-08-29T21:22:54.917Z[ recovery-image] Aug 29 21:22:54.286 INFO O| Aug 29 21:22:54.286 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-29T21:22:54.924Z[ recovery-image] Aug 29 21:22:54.296 INFO O| Aug 29 21:22:54.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64602026-08-29T21:22:54.924Z[ recovery-image] Aug 29 21:22:54.296 INFO O| Aug 29 21:22:54.296 INFO STEP 375 (remove_files) COMPLETE
64612026-08-29T21:22:54.928Z[ recovery-image] Aug 29 21:22:54.296 INFO O| Aug 29 21:22:54.296 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64622026-08-29T21:22:54.935Z[ recovery-image] Aug 29 21:22:54.306 INFO O| Aug 29 21:22:54.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64632026-08-29T21:22:54.935Z[ recovery-image] Aug 29 21:22:54.306 INFO O| Aug 29 21:22:54.306 INFO STEP 376 (remove_files) COMPLETE
64642026-08-29T21:22:54.938Z[ recovery-image] Aug 29 21:22:54.306 INFO O| Aug 29 21:22:54.306 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64652026-08-29T21:22:54.945Z[ recovery-image] Aug 29 21:22:54.316 INFO O| Aug 29 21:22:54.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64662026-08-29T21:22:54.945Z[ recovery-image] Aug 29 21:22:54.316 INFO O| Aug 29 21:22:54.316 INFO STEP 377 (remove_files) COMPLETE
64672026-08-29T21:22:54.945Z[ recovery-image] Aug 29 21:22:54.316 INFO O| Aug 29 21:22:54.316 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64682026-08-29T21:22:54.954Z[ recovery-image] Aug 29 21:22:54.326 INFO O| Aug 29 21:22:54.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64692026-08-29T21:22:54.955Z[ recovery-image] Aug 29 21:22:54.326 INFO O| Aug 29 21:22:54.326 INFO STEP 378 (remove_files) COMPLETE
64702026-08-29T21:22:54.955Z[ recovery-image] Aug 29 21:22:54.326 INFO O| Aug 29 21:22:54.326 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-29T21:22:54.966Z[ recovery-image] Aug 29 21:22:54.336 INFO O| Aug 29 21:22:54.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64722026-08-29T21:22:54.966Z[ recovery-image] Aug 29 21:22:54.336 INFO O| Aug 29 21:22:54.336 INFO STEP 379 (remove_files) COMPLETE
64732026-08-29T21:22:54.966Z[ recovery-image] Aug 29 21:22:54.336 INFO O| Aug 29 21:22:54.336 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-29T21:22:54.975Z[ recovery-image] Aug 29 21:22:54.347 INFO O| Aug 29 21:22:54.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64752026-08-29T21:22:54.975Z[ recovery-image] Aug 29 21:22:54.347 INFO O| Aug 29 21:22:54.347 INFO STEP 380 (remove_files) COMPLETE
64762026-08-29T21:22:54.980Z[ recovery-image] Aug 29 21:22:54.347 INFO O| Aug 29 21:22:54.347 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-29T21:22:54.986Z[ recovery-image] Aug 29 21:22:54.357 INFO O| Aug 29 21:22:54.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64782026-08-29T21:22:54.986Z[ recovery-image] Aug 29 21:22:54.358 INFO O| Aug 29 21:22:54.357 INFO STEP 381 (remove_files) COMPLETE
64792026-08-29T21:22:54.986Z[ recovery-image] Aug 29 21:22:54.358 INFO O| Aug 29 21:22:54.357 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-29T21:22:54.996Z[ recovery-image] Aug 29 21:22:54.367 INFO O| Aug 29 21:22:54.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64812026-08-29T21:22:54.996Z[ recovery-image] Aug 29 21:22:54.367 INFO O| Aug 29 21:22:54.367 INFO STEP 382 (remove_files) COMPLETE
64822026-08-29T21:22:54.999Z[ recovery-image] Aug 29 21:22:54.367 INFO O| Aug 29 21:22:54.367 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-29T21:22:55.004Z[ recovery-image] Aug 29 21:22:54.375 INFO O| Aug 29 21:22:54.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64842026-08-29T21:22:55.004Z[ recovery-image] Aug 29 21:22:54.375 INFO O| Aug 29 21:22:54.375 INFO STEP 383 (remove_files) COMPLETE
64852026-08-29T21:22:55.007Z[ recovery-image] Aug 29 21:22:54.375 INFO O| Aug 29 21:22:54.375 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-29T21:22:55.011Z[ recovery-image] Aug 29 21:22:54.383 INFO O| Aug 29 21:22:54.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64872026-08-29T21:22:55.011Z[ recovery-image] Aug 29 21:22:54.383 INFO O| Aug 29 21:22:54.383 INFO STEP 384 (remove_files) COMPLETE
64882026-08-29T21:22:55.016Z[ recovery-image] Aug 29 21:22:54.383 INFO O| Aug 29 21:22:54.383 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-29T21:22:55.020Z[ recovery-image] Aug 29 21:22:54.391 INFO O| Aug 29 21:22:54.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64902026-08-29T21:22:55.020Z[ recovery-image] Aug 29 21:22:54.392 INFO O| Aug 29 21:22:54.392 INFO STEP 385 (remove_files) COMPLETE
64912026-08-29T21:22:55.020Z[ recovery-image] Aug 29 21:22:54.392 INFO O| Aug 29 21:22:54.392 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-29T21:22:55.029Z[ recovery-image] Aug 29 21:22:54.400 INFO O| Aug 29 21:22:54.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64932026-08-29T21:22:55.029Z[ recovery-image] Aug 29 21:22:54.401 INFO O| Aug 29 21:22:54.401 INFO STEP 386 (remove_files) COMPLETE
64942026-08-29T21:22:55.029Z[ recovery-image] Aug 29 21:22:54.401 INFO O| Aug 29 21:22:54.401 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-29T21:22:55.040Z[ recovery-image] Aug 29 21:22:54.412 INFO O| Aug 29 21:22:54.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64962026-08-29T21:22:55.040Z[ recovery-image] Aug 29 21:22:54.412 INFO O| Aug 29 21:22:54.412 INFO STEP 387 (remove_files) COMPLETE
64972026-08-29T21:22:55.040Z[ recovery-image] Aug 29 21:22:54.412 INFO O| Aug 29 21:22:54.412 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-29T21:22:55.051Z[ recovery-image] Aug 29 21:22:54.422 INFO O| Aug 29 21:22:54.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64992026-08-29T21:22:55.051Z[ recovery-image] Aug 29 21:22:54.423 INFO O| Aug 29 21:22:54.423 INFO STEP 388 (remove_files) COMPLETE
65002026-08-29T21:22:55.051Z[ recovery-image] Aug 29 21:22:54.423 INFO O| Aug 29 21:22:54.423 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-29T21:22:55.060Z[ recovery-image] Aug 29 21:22:54.432 INFO O| Aug 29 21:22:54.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65022026-08-29T21:22:55.060Z[ recovery-image] Aug 29 21:22:54.432 INFO O| Aug 29 21:22:54.432 INFO STEP 389 (remove_files) COMPLETE
65032026-08-29T21:22:55.060Z[ recovery-image] Aug 29 21:22:54.432 INFO O| Aug 29 21:22:54.432 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-29T21:22:55.069Z[ recovery-image] Aug 29 21:22:54.441 INFO O| Aug 29 21:22:54.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65052026-08-29T21:22:55.069Z[ recovery-image] Aug 29 21:22:54.441 INFO O| Aug 29 21:22:54.441 INFO STEP 390 (remove_files) COMPLETE
65062026-08-29T21:22:55.069Z[ recovery-image] Aug 29 21:22:54.441 INFO O| Aug 29 21:22:54.441 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-29T21:22:55.082Z[ recovery-image] Aug 29 21:22:54.452 INFO O| Aug 29 21:22:54.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65082026-08-29T21:22:55.082Z[ recovery-image] Aug 29 21:22:54.452 INFO O| Aug 29 21:22:54.452 INFO STEP 391 (remove_files) COMPLETE
65092026-08-29T21:22:55.082Z[ recovery-image] Aug 29 21:22:54.452 INFO O| Aug 29 21:22:54.452 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-29T21:22:55.090Z[ recovery-image] Aug 29 21:22:54.461 INFO O| Aug 29 21:22:54.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65112026-08-29T21:22:55.090Z[ recovery-image] Aug 29 21:22:54.462 INFO O| Aug 29 21:22:54.462 INFO STEP 392 (remove_files) COMPLETE
65122026-08-29T21:22:55.090Z[ recovery-image] Aug 29 21:22:54.462 INFO O| Aug 29 21:22:54.462 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-29T21:22:55.099Z[ recovery-image] Aug 29 21:22:54.470 INFO O| Aug 29 21:22:54.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65142026-08-29T21:22:55.099Z[ recovery-image] Aug 29 21:22:54.471 INFO O| Aug 29 21:22:54.471 INFO STEP 393 (remove_files) COMPLETE
65152026-08-29T21:22:55.099Z[ recovery-image] Aug 29 21:22:54.471 INFO O| Aug 29 21:22:54.471 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-29T21:22:55.111Z[ recovery-image] Aug 29 21:22:54.482 INFO O| Aug 29 21:22:54.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65172026-08-29T21:22:55.111Z[ recovery-image] Aug 29 21:22:54.482 INFO O| Aug 29 21:22:54.482 INFO STEP 394 (remove_files) COMPLETE
65182026-08-29T21:22:55.111Z[ recovery-image] Aug 29 21:22:54.482 INFO O| Aug 29 21:22:54.482 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-29T21:22:55.123Z[ recovery-image] Aug 29 21:22:54.494 INFO O| Aug 29 21:22:54.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65202026-08-29T21:22:55.123Z[ recovery-image] Aug 29 21:22:54.494 INFO O| Aug 29 21:22:54.494 INFO STEP 395 (remove_files) COMPLETE
65212026-08-29T21:22:55.126Z[ recovery-image] Aug 29 21:22:54.494 INFO O| Aug 29 21:22:54.494 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-29T21:22:55.134Z[ recovery-image] Aug 29 21:22:54.505 INFO O| Aug 29 21:22:54.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65232026-08-29T21:22:55.137Z[ recovery-image] Aug 29 21:22:54.506 INFO O| Aug 29 21:22:54.506 INFO STEP 396 (remove_files) COMPLETE
65242026-08-29T21:22:55.137Z[ recovery-image] Aug 29 21:22:54.506 INFO O| Aug 29 21:22:54.506 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-29T21:22:55.146Z[ recovery-image] Aug 29 21:22:54.518 INFO O| Aug 29 21:22:54.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65262026-08-29T21:22:55.149Z[ recovery-image] Aug 29 21:22:54.519 INFO O| Aug 29 21:22:54.519 INFO STEP 397 (remove_files) COMPLETE
65272026-08-29T21:22:55.149Z[ recovery-image] Aug 29 21:22:54.519 INFO O| Aug 29 21:22:54.519 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-29T21:22:55.158Z[ recovery-image] Aug 29 21:22:54.530 INFO O| Aug 29 21:22:54.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65292026-08-29T21:22:55.158Z[ recovery-image] Aug 29 21:22:54.530 INFO O| Aug 29 21:22:54.530 INFO STEP 398 (remove_files) COMPLETE
65302026-08-29T21:22:55.158Z[ recovery-image] Aug 29 21:22:54.530 INFO O| Aug 29 21:22:54.530 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-29T21:22:55.168Z[ recovery-image] Aug 29 21:22:54.539 INFO O| Aug 29 21:22:54.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65322026-08-29T21:22:55.168Z[ recovery-image] Aug 29 21:22:54.539 INFO O| Aug 29 21:22:54.539 INFO STEP 399 (remove_files) COMPLETE
65332026-08-29T21:22:55.168Z[ recovery-image] Aug 29 21:22:54.539 INFO O| Aug 29 21:22:54.539 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-29T21:22:55.178Z[ recovery-image] Aug 29 21:22:54.549 INFO O| Aug 29 21:22:54.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65352026-08-29T21:22:55.178Z[ recovery-image] Aug 29 21:22:54.550 INFO O| Aug 29 21:22:54.550 INFO STEP 400 (remove_files) COMPLETE
65362026-08-29T21:22:55.178Z[ recovery-image] Aug 29 21:22:54.550 INFO O| Aug 29 21:22:54.550 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-29T21:22:55.188Z[ recovery-image] Aug 29 21:22:54.559 INFO O| Aug 29 21:22:54.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65382026-08-29T21:22:55.188Z[ recovery-image] Aug 29 21:22:54.559 INFO O| Aug 29 21:22:54.559 INFO STEP 401 (remove_files) COMPLETE
65392026-08-29T21:22:55.188Z[ recovery-image] Aug 29 21:22:54.559 INFO O| Aug 29 21:22:54.559 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-29T21:22:55.198Z[ recovery-image] Aug 29 21:22:54.569 INFO O| Aug 29 21:22:54.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65412026-08-29T21:22:55.198Z[ recovery-image] Aug 29 21:22:54.569 INFO O| Aug 29 21:22:54.569 INFO STEP 402 (remove_files) COMPLETE
65422026-08-29T21:22:55.201Z[ recovery-image] Aug 29 21:22:54.569 INFO O| Aug 29 21:22:54.569 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-29T21:22:55.208Z[ recovery-image] Aug 29 21:22:54.579 INFO O| Aug 29 21:22:54.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65442026-08-29T21:22:55.208Z[ recovery-image] Aug 29 21:22:54.579 INFO O| Aug 29 21:22:54.579 INFO STEP 403 (remove_files) COMPLETE
65452026-08-29T21:22:55.208Z[ recovery-image] Aug 29 21:22:54.580 INFO O| Aug 29 21:22:54.579 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-29T21:22:55.218Z[ recovery-image] Aug 29 21:22:54.589 INFO O| Aug 29 21:22:54.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65472026-08-29T21:22:55.218Z[ recovery-image] Aug 29 21:22:54.589 INFO O| Aug 29 21:22:54.589 INFO STEP 404 (remove_files) COMPLETE
65482026-08-29T21:22:55.218Z[ recovery-image] Aug 29 21:22:54.589 INFO O| Aug 29 21:22:54.589 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-29T21:22:55.228Z[ recovery-image] Aug 29 21:22:54.599 INFO O| Aug 29 21:22:54.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65502026-08-29T21:22:55.228Z[ recovery-image] Aug 29 21:22:54.599 INFO O| Aug 29 21:22:54.599 INFO STEP 405 (remove_files) COMPLETE
65512026-08-29T21:22:55.231Z[ recovery-image] Aug 29 21:22:54.599 INFO O| Aug 29 21:22:54.599 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-29T21:22:55.237Z[ recovery-image] Aug 29 21:22:54.609 INFO O| Aug 29 21:22:54.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65532026-08-29T21:22:55.238Z[ recovery-image] Aug 29 21:22:54.609 INFO O| Aug 29 21:22:54.609 INFO STEP 406 (remove_files) COMPLETE
65542026-08-29T21:22:55.238Z[ recovery-image] Aug 29 21:22:54.609 INFO O| Aug 29 21:22:54.609 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-29T21:22:55.248Z[ recovery-image] Aug 29 21:22:54.619 INFO O| Aug 29 21:22:54.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65562026-08-29T21:22:55.248Z[ recovery-image] Aug 29 21:22:54.619 INFO O| Aug 29 21:22:54.619 INFO STEP 407 (remove_files) COMPLETE
65572026-08-29T21:22:55.248Z[ recovery-image] Aug 29 21:22:54.619 INFO O| Aug 29 21:22:54.619 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-29T21:22:55.258Z[ recovery-image] Aug 29 21:22:54.629 INFO O| Aug 29 21:22:54.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65592026-08-29T21:22:55.258Z[ recovery-image] Aug 29 21:22:54.629 INFO O| Aug 29 21:22:54.629 INFO STEP 408 (remove_files) COMPLETE
65602026-08-29T21:22:55.258Z[ recovery-image] Aug 29 21:22:54.629 INFO O| Aug 29 21:22:54.629 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-29T21:22:55.268Z[ recovery-image] Aug 29 21:22:54.640 INFO O| Aug 29 21:22:54.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65622026-08-29T21:22:55.268Z[ recovery-image] Aug 29 21:22:54.640 INFO O| Aug 29 21:22:54.640 INFO STEP 409 (remove_files) COMPLETE
65632026-08-29T21:22:55.271Z[ recovery-image] Aug 29 21:22:54.640 INFO O| Aug 29 21:22:54.640 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-29T21:22:55.278Z[ recovery-image] Aug 29 21:22:54.649 INFO O| Aug 29 21:22:54.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65652026-08-29T21:22:55.278Z[ recovery-image] Aug 29 21:22:54.649 INFO O| Aug 29 21:22:54.649 INFO STEP 410 (remove_files) COMPLETE
65662026-08-29T21:22:55.281Z[ recovery-image] Aug 29 21:22:54.649 INFO O| Aug 29 21:22:54.649 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-29T21:22:55.288Z[ recovery-image] Aug 29 21:22:54.660 INFO O| Aug 29 21:22:54.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65682026-08-29T21:22:55.288Z[ recovery-image] Aug 29 21:22:54.660 INFO O| Aug 29 21:22:54.660 INFO STEP 411 (remove_files) COMPLETE
65692026-08-29T21:22:55.292Z[ recovery-image] Aug 29 21:22:54.660 INFO O| Aug 29 21:22:54.660 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-29T21:22:55.299Z[ recovery-image] Aug 29 21:22:54.670 INFO O| Aug 29 21:22:54.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65712026-08-29T21:22:55.300Z[ recovery-image] Aug 29 21:22:54.670 INFO O| Aug 29 21:22:54.670 INFO STEP 412 (remove_files) COMPLETE
65722026-08-29T21:22:55.300Z[ recovery-image] Aug 29 21:22:54.670 INFO O| Aug 29 21:22:54.670 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-29T21:22:55.308Z[ recovery-image] Aug 29 21:22:54.679 INFO O| Aug 29 21:22:54.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65742026-08-29T21:22:55.308Z[ recovery-image] Aug 29 21:22:54.679 INFO O| Aug 29 21:22:54.679 INFO STEP 413 (remove_files) COMPLETE
65752026-08-29T21:22:55.308Z[ recovery-image] Aug 29 21:22:54.679 INFO O| Aug 29 21:22:54.679 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-29T21:22:55.318Z[ recovery-image] Aug 29 21:22:54.690 INFO O| Aug 29 21:22:54.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65772026-08-29T21:22:55.318Z[ recovery-image] Aug 29 21:22:54.690 INFO O| Aug 29 21:22:54.690 INFO STEP 414 (remove_files) COMPLETE
65782026-08-29T21:22:55.318Z[ recovery-image] Aug 29 21:22:54.690 INFO O| Aug 29 21:22:54.690 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-29T21:22:55.328Z[ recovery-image] Aug 29 21:22:54.699 INFO O| Aug 29 21:22:54.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65802026-08-29T21:22:55.328Z[ recovery-image] Aug 29 21:22:54.699 INFO O| Aug 29 21:22:54.699 INFO STEP 415 (remove_files) COMPLETE
65812026-08-29T21:22:55.331Z[ recovery-image] Aug 29 21:22:54.699 INFO O| Aug 29 21:22:54.699 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-29T21:22:55.337Z[ recovery-image] Aug 29 21:22:54.709 INFO O| Aug 29 21:22:54.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65832026-08-29T21:22:55.337Z[ recovery-image] Aug 29 21:22:54.709 INFO O| Aug 29 21:22:54.709 INFO STEP 416 (remove_files) COMPLETE
65842026-08-29T21:22:55.341Z[ recovery-image] Aug 29 21:22:54.709 INFO O| Aug 29 21:22:54.709 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-29T21:22:55.344Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65862026-08-29T21:22:55.347Z[ recovery-image] Aug 29 21:22:54.717 INFO O| Aug 29 21:22:54.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65872026-08-29T21:22:55.347Z[ recovery-image] Aug 29 21:22:54.718 INFO O| Aug 29 21:22:54.718 INFO STEP 417 (remove_files) COMPLETE
65882026-08-29T21:22:55.347Z[ recovery-image] Aug 29 21:22:54.718 INFO O| Aug 29 21:22:54.718 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-29T21:22:55.357Z[ recovery-image] Aug 29 21:22:54.728 INFO O| Aug 29 21:22:54.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65902026-08-29T21:22:55.360Z[ recovery-image] Aug 29 21:22:54.729 INFO O| Aug 29 21:22:54.729 INFO STEP 418 (remove_files) COMPLETE
65912026-08-29T21:22:55.360Z[ recovery-image] Aug 29 21:22:54.729 INFO O| Aug 29 21:22:54.729 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-29T21:22:55.368Z[ recovery-image] Aug 29 21:22:54.739 INFO O| Aug 29 21:22:54.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65932026-08-29T21:22:55.368Z[ recovery-image] Aug 29 21:22:54.739 INFO O| Aug 29 21:22:54.739 INFO STEP 419 (remove_files) COMPLETE
65942026-08-29T21:22:55.368Z[ recovery-image] Aug 29 21:22:54.739 INFO O| Aug 29 21:22:54.739 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-29T21:22:55.378Z[ recovery-image] Aug 29 21:22:54.749 INFO O| Aug 29 21:22:54.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65962026-08-29T21:22:55.378Z[ recovery-image] Aug 29 21:22:54.749 INFO O| Aug 29 21:22:54.749 INFO STEP 420 (remove_files) COMPLETE
65972026-08-29T21:22:55.378Z[ recovery-image] Aug 29 21:22:54.749 INFO O| Aug 29 21:22:54.749 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-29T21:22:55.387Z[ recovery-image] Aug 29 21:22:54.758 INFO O| Aug 29 21:22:54.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65992026-08-29T21:22:55.387Z[ recovery-image] Aug 29 21:22:54.758 INFO O| Aug 29 21:22:54.758 INFO STEP 421 (remove_files) COMPLETE
66002026-08-29T21:22:55.387Z[ recovery-image] Aug 29 21:22:54.758 INFO O| Aug 29 21:22:54.758 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-29T21:22:55.396Z[ recovery-image] Aug 29 21:22:54.767 INFO O| Aug 29 21:22:54.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66022026-08-29T21:22:55.396Z[ recovery-image] Aug 29 21:22:54.767 INFO O| Aug 29 21:22:54.767 INFO STEP 422 (remove_files) COMPLETE
66032026-08-29T21:22:55.396Z[ recovery-image] Aug 29 21:22:54.767 INFO O| Aug 29 21:22:54.767 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-29T21:22:55.404Z[ recovery-image] Aug 29 21:22:54.776 INFO O| Aug 29 21:22:54.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66052026-08-29T21:22:55.404Z[ recovery-image] Aug 29 21:22:54.776 INFO O| Aug 29 21:22:54.776 INFO STEP 423 (remove_files) COMPLETE
66062026-08-29T21:22:55.404Z[ recovery-image] Aug 29 21:22:54.776 INFO O| Aug 29 21:22:54.776 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-29T21:22:55.413Z[ recovery-image] Aug 29 21:22:54.785 INFO O| Aug 29 21:22:54.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66082026-08-29T21:22:55.413Z[ recovery-image] Aug 29 21:22:54.785 INFO O| Aug 29 21:22:54.785 INFO STEP 424 (remove_files) COMPLETE
66092026-08-29T21:22:55.416Z[ recovery-image] Aug 29 21:22:54.785 INFO O| Aug 29 21:22:54.785 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-29T21:22:55.421Z[ recovery-image] Aug 29 21:22:54.793 INFO O| Aug 29 21:22:54.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66112026-08-29T21:22:55.421Z[ recovery-image] Aug 29 21:22:54.793 INFO O| Aug 29 21:22:54.793 INFO STEP 425 (remove_files) COMPLETE
66122026-08-29T21:22:55.421Z[ recovery-image] Aug 29 21:22:54.793 INFO O| Aug 29 21:22:54.793 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-29T21:22:55.430Z[ recovery-image] Aug 29 21:22:54.802 INFO O| Aug 29 21:22:54.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66142026-08-29T21:22:55.430Z[ recovery-image] Aug 29 21:22:54.802 INFO O| Aug 29 21:22:54.802 INFO STEP 426 (remove_files) COMPLETE
66152026-08-29T21:22:55.430Z[ recovery-image] Aug 29 21:22:54.802 INFO O| Aug 29 21:22:54.802 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-29T21:22:55.439Z[ recovery-image] Aug 29 21:22:54.811 INFO O| Aug 29 21:22:54.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66172026-08-29T21:22:55.440Z[ recovery-image] Aug 29 21:22:54.811 INFO O| Aug 29 21:22:54.811 INFO STEP 427 (remove_files) COMPLETE
66182026-08-29T21:22:55.440Z[ recovery-image] Aug 29 21:22:54.811 INFO O| Aug 29 21:22:54.811 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-29T21:22:55.450Z[ recovery-image] Aug 29 21:22:54.821 INFO O| Aug 29 21:22:54.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66202026-08-29T21:22:55.450Z[ recovery-image] Aug 29 21:22:54.821 INFO O| Aug 29 21:22:54.821 INFO STEP 428 (remove_files) COMPLETE
66212026-08-29T21:22:55.450Z[ recovery-image] Aug 29 21:22:54.821 INFO O| Aug 29 21:22:54.821 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-29T21:22:55.459Z[ recovery-image] Aug 29 21:22:54.831 INFO O| Aug 29 21:22:54.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66232026-08-29T21:22:55.459Z[ recovery-image] Aug 29 21:22:54.831 INFO O| Aug 29 21:22:54.831 INFO STEP 429 (remove_files) COMPLETE
66242026-08-29T21:22:55.459Z[ recovery-image] Aug 29 21:22:54.831 INFO O| Aug 29 21:22:54.831 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-29T21:22:55.468Z[ recovery-image] Aug 29 21:22:54.839 INFO O| Aug 29 21:22:54.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66262026-08-29T21:22:55.468Z[ recovery-image] Aug 29 21:22:54.839 INFO O| Aug 29 21:22:54.839 INFO STEP 430 (remove_files) COMPLETE
66272026-08-29T21:22:55.468Z[ recovery-image] Aug 29 21:22:54.839 INFO O| Aug 29 21:22:54.839 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-29T21:22:55.476Z[ recovery-image] Aug 29 21:22:54.848 INFO O| Aug 29 21:22:54.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66292026-08-29T21:22:55.476Z[ recovery-image] Aug 29 21:22:54.848 INFO O| Aug 29 21:22:54.848 INFO STEP 431 (remove_files) COMPLETE
66302026-08-29T21:22:55.476Z[ recovery-image] Aug 29 21:22:54.848 INFO O| Aug 29 21:22:54.848 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-29T21:22:55.484Z[ recovery-image] Aug 29 21:22:54.856 INFO O| Aug 29 21:22:54.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66322026-08-29T21:22:55.485Z[ recovery-image] Aug 29 21:22:54.856 INFO O| Aug 29 21:22:54.856 INFO STEP 432 (remove_files) COMPLETE
66332026-08-29T21:22:55.485Z[ recovery-image] Aug 29 21:22:54.856 INFO O| Aug 29 21:22:54.856 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-29T21:22:55.493Z[ recovery-image] Aug 29 21:22:54.864 INFO O| Aug 29 21:22:54.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66352026-08-29T21:22:55.493Z[ recovery-image] Aug 29 21:22:54.864 INFO O| Aug 29 21:22:54.864 INFO STEP 433 (remove_files) COMPLETE
66362026-08-29T21:22:55.493Z[ recovery-image] Aug 29 21:22:54.864 INFO O| Aug 29 21:22:54.864 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-29T21:22:55.502Z[ recovery-image] Aug 29 21:22:54.873 INFO O| Aug 29 21:22:54.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66382026-08-29T21:22:55.502Z[ recovery-image] Aug 29 21:22:54.873 INFO O| Aug 29 21:22:54.873 INFO STEP 434 (remove_files) COMPLETE
66392026-08-29T21:22:55.502Z[ recovery-image] Aug 29 21:22:54.873 INFO O| Aug 29 21:22:54.873 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-29T21:22:55.511Z[ recovery-image] Aug 29 21:22:54.882 INFO O| Aug 29 21:22:54.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66412026-08-29T21:22:55.511Z[ recovery-image] Aug 29 21:22:54.882 INFO O| Aug 29 21:22:54.882 INFO STEP 435 (remove_files) COMPLETE
66422026-08-29T21:22:55.511Z[ recovery-image] Aug 29 21:22:54.882 INFO O| Aug 29 21:22:54.882 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-29T21:22:55.520Z[ recovery-image] Aug 29 21:22:54.891 INFO O| Aug 29 21:22:54.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66442026-08-29T21:22:55.520Z[ recovery-image] Aug 29 21:22:54.891 INFO O| Aug 29 21:22:54.891 INFO STEP 436 (remove_files) COMPLETE
66452026-08-29T21:22:55.520Z[ recovery-image] Aug 29 21:22:54.891 INFO O| Aug 29 21:22:54.891 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-29T21:22:55.528Z[ recovery-image] Aug 29 21:22:54.899 INFO O| Aug 29 21:22:54.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66472026-08-29T21:22:55.528Z[ recovery-image] Aug 29 21:22:54.899 INFO O| Aug 29 21:22:54.899 INFO STEP 437 (remove_files) COMPLETE
66482026-08-29T21:22:55.528Z[ recovery-image] Aug 29 21:22:54.899 INFO O| Aug 29 21:22:54.899 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-29T21:22:55.538Z[ recovery-image] Aug 29 21:22:54.909 INFO O| Aug 29 21:22:54.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66502026-08-29T21:22:55.538Z[ recovery-image] Aug 29 21:22:54.909 INFO O| Aug 29 21:22:54.909 INFO STEP 438 (remove_files) COMPLETE
66512026-08-29T21:22:55.538Z[ recovery-image] Aug 29 21:22:54.909 INFO O| Aug 29 21:22:54.909 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-29T21:22:55.548Z[ recovery-image] Aug 29 21:22:54.919 INFO O| Aug 29 21:22:54.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66532026-08-29T21:22:55.548Z[ recovery-image] Aug 29 21:22:54.919 INFO O| Aug 29 21:22:54.919 INFO STEP 439 (remove_files) COMPLETE
66542026-08-29T21:22:55.551Z[ recovery-image] Aug 29 21:22:54.919 INFO O| Aug 29 21:22:54.919 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-29T21:22:55.558Z[ recovery-image] Aug 29 21:22:54.929 INFO O| Aug 29 21:22:54.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66562026-08-29T21:22:55.558Z[ recovery-image] Aug 29 21:22:54.929 INFO O| Aug 29 21:22:54.929 INFO STEP 440 (remove_files) COMPLETE
66572026-08-29T21:22:55.558Z[ recovery-image] Aug 29 21:22:54.929 INFO O| Aug 29 21:22:54.929 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-29T21:22:55.568Z[ recovery-image] Aug 29 21:22:54.940 INFO O| Aug 29 21:22:54.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66592026-08-29T21:22:55.572Z[ recovery-image] Aug 29 21:22:54.940 INFO O| Aug 29 21:22:54.940 INFO STEP 441 (remove_files) COMPLETE
66602026-08-29T21:22:55.572Z[ recovery-image] Aug 29 21:22:54.940 INFO O| Aug 29 21:22:54.940 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-29T21:22:55.572Z[verify-libraries] Compiling atty v0.2.14
66622026-08-29T21:22:55.578Z[ recovery-image] Aug 29 21:22:54.949 INFO O| Aug 29 21:22:54.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66632026-08-29T21:22:55.578Z[ recovery-image] Aug 29 21:22:54.949 INFO O| Aug 29 21:22:54.949 INFO STEP 442 (remove_files) COMPLETE
66642026-08-29T21:22:55.578Z[ recovery-image] Aug 29 21:22:54.949 INFO O| Aug 29 21:22:54.949 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-29T21:22:55.588Z[ recovery-image] Aug 29 21:22:54.959 INFO O| Aug 29 21:22:54.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66662026-08-29T21:22:55.588Z[ recovery-image] Aug 29 21:22:54.959 INFO O| Aug 29 21:22:54.959 INFO STEP 443 (remove_files) COMPLETE
66672026-08-29T21:22:55.588Z[ recovery-image] Aug 29 21:22:54.959 INFO O| Aug 29 21:22:54.959 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-29T21:22:55.600Z[verify-libraries] Compiling rtoolbox v0.0.3
66692026-08-29T21:22:55.604Z[ recovery-image] Aug 29 21:22:54.972 INFO O| Aug 29 21:22:54.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66702026-08-29T21:22:55.604Z[ recovery-image] Aug 29 21:22:54.972 INFO O| Aug 29 21:22:54.972 INFO STEP 444 (remove_files) COMPLETE
66712026-08-29T21:22:55.604Z[ recovery-image] Aug 29 21:22:54.972 INFO O| Aug 29 21:22:54.972 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-29T21:22:55.610Z[ recovery-image] Aug 29 21:22:54.982 INFO O| Aug 29 21:22:54.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66732026-08-29T21:22:55.610Z[ recovery-image] Aug 29 21:22:54.982 INFO O| Aug 29 21:22:54.982 INFO STEP 445 (remove_files) COMPLETE
66742026-08-29T21:22:55.610Z[ recovery-image] Aug 29 21:22:54.982 INFO O| Aug 29 21:22:54.982 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-29T21:22:55.620Z[ recovery-image] Aug 29 21:22:54.992 INFO O| Aug 29 21:22:54.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66762026-08-29T21:22:55.620Z[ recovery-image] Aug 29 21:22:54.992 INFO O| Aug 29 21:22:54.992 INFO STEP 446 (remove_files) COMPLETE
66772026-08-29T21:22:55.624Z[ recovery-image] Aug 29 21:22:54.992 INFO O| Aug 29 21:22:54.992 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-29T21:22:55.629Z[ recovery-image] Aug 29 21:22:55.001 INFO O| Aug 29 21:22:55.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66792026-08-29T21:22:55.630Z[ recovery-image] Aug 29 21:22:55.001 INFO O| Aug 29 21:22:55.001 INFO STEP 447 (remove_files) COMPLETE
66802026-08-29T21:22:55.630Z[ recovery-image] Aug 29 21:22:55.001 INFO O| Aug 29 21:22:55.001 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-29T21:22:55.639Z[ recovery-image] Aug 29 21:22:55.011 INFO O| Aug 29 21:22:55.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66822026-08-29T21:22:55.640Z[ recovery-image] Aug 29 21:22:55.011 INFO O| Aug 29 21:22:55.011 INFO STEP 448 (remove_files) COMPLETE
66832026-08-29T21:22:55.640Z[ recovery-image] Aug 29 21:22:55.011 INFO O| Aug 29 21:22:55.011 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-29T21:22:55.649Z[ recovery-image] Aug 29 21:22:55.021 INFO O| Aug 29 21:22:55.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66852026-08-29T21:22:55.649Z[ recovery-image] Aug 29 21:22:55.021 INFO O| Aug 29 21:22:55.021 INFO STEP 449 (remove_files) COMPLETE
66862026-08-29T21:22:55.652Z[ recovery-image] Aug 29 21:22:55.021 INFO O| Aug 29 21:22:55.021 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-29T21:22:55.663Z[ recovery-image] Aug 29 21:22:55.035 INFO O| Aug 29 21:22:55.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66882026-08-29T21:22:55.663Z[ recovery-image] Aug 29 21:22:55.035 INFO O| Aug 29 21:22:55.035 INFO STEP 450 (remove_files) COMPLETE
66892026-08-29T21:22:55.667Z[ recovery-image] Aug 29 21:22:55.035 INFO O| Aug 29 21:22:55.035 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-29T21:22:55.674Z[ recovery-image] Aug 29 21:22:55.045 INFO O| Aug 29 21:22:55.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66912026-08-29T21:22:55.674Z[ recovery-image] Aug 29 21:22:55.045 INFO O| Aug 29 21:22:55.045 INFO STEP 451 (remove_files) COMPLETE
66922026-08-29T21:22:55.674Z[ recovery-image] Aug 29 21:22:55.045 INFO O| Aug 29 21:22:55.045 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-29T21:22:55.683Z[ recovery-image] Aug 29 21:22:55.055 INFO O| Aug 29 21:22:55.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66942026-08-29T21:22:55.683Z[ recovery-image] Aug 29 21:22:55.055 INFO O| Aug 29 21:22:55.055 INFO STEP 452 (remove_files) COMPLETE
66952026-08-29T21:22:55.683Z[ recovery-image] Aug 29 21:22:55.055 INFO O| Aug 29 21:22:55.055 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-29T21:22:55.694Z[ recovery-image] Aug 29 21:22:55.066 INFO O| Aug 29 21:22:55.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66972026-08-29T21:22:55.694Z[ recovery-image] Aug 29 21:22:55.066 INFO O| Aug 29 21:22:55.066 INFO STEP 453 (remove_files) COMPLETE
66982026-08-29T21:22:55.697Z[ recovery-image] Aug 29 21:22:55.066 INFO O| Aug 29 21:22:55.066 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-29T21:22:55.704Z[ recovery-image] Aug 29 21:22:55.075 INFO O| Aug 29 21:22:55.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67002026-08-29T21:22:55.704Z[ recovery-image] Aug 29 21:22:55.075 INFO O| Aug 29 21:22:55.075 INFO STEP 454 (remove_files) COMPLETE
67012026-08-29T21:22:55.704Z[ recovery-image] Aug 29 21:22:55.075 INFO O| Aug 29 21:22:55.075 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-29T21:22:55.715Z[ recovery-image] Aug 29 21:22:55.086 INFO O| Aug 29 21:22:55.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67032026-08-29T21:22:55.715Z[ recovery-image] Aug 29 21:22:55.086 INFO O| Aug 29 21:22:55.086 INFO STEP 455 (remove_files) COMPLETE
67042026-08-29T21:22:55.715Z[ recovery-image] Aug 29 21:22:55.086 INFO O| Aug 29 21:22:55.086 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-29T21:22:55.724Z[ recovery-image] Aug 29 21:22:55.096 INFO O| Aug 29 21:22:55.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67062026-08-29T21:22:55.724Z[ recovery-image] Aug 29 21:22:55.096 INFO O| Aug 29 21:22:55.096 INFO STEP 456 (remove_files) COMPLETE
67072026-08-29T21:22:55.724Z[ recovery-image] Aug 29 21:22:55.096 INFO O| Aug 29 21:22:55.096 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-29T21:22:55.736Z[ recovery-image] Aug 29 21:22:55.107 INFO O| Aug 29 21:22:55.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67092026-08-29T21:22:55.736Z[ recovery-image] Aug 29 21:22:55.107 INFO O| Aug 29 21:22:55.107 INFO STEP 457 (remove_files) COMPLETE
67102026-08-29T21:22:55.736Z[ recovery-image] Aug 29 21:22:55.107 INFO O| Aug 29 21:22:55.107 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-29T21:22:55.746Z[ recovery-image] Aug 29 21:22:55.118 INFO O| Aug 29 21:22:55.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67122026-08-29T21:22:55.746Z[ recovery-image] Aug 29 21:22:55.118 INFO O| Aug 29 21:22:55.118 INFO STEP 458 (remove_files) COMPLETE
67132026-08-29T21:22:55.746Z[ recovery-image] Aug 29 21:22:55.118 INFO O| Aug 29 21:22:55.118 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-29T21:22:55.752Z[verify-libraries] Compiling sponge-cursor v0.1.0
67152026-08-29T21:22:55.757Z[ recovery-image] Aug 29 21:22:55.129 INFO O| Aug 29 21:22:55.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67162026-08-29T21:22:55.758Z[ recovery-image] Aug 29 21:22:55.129 INFO O| Aug 29 21:22:55.129 INFO STEP 459 (remove_files) COMPLETE
67172026-08-29T21:22:55.758Z[ recovery-image] Aug 29 21:22:55.129 INFO O| Aug 29 21:22:55.129 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-29T21:22:55.769Z[ recovery-image] Aug 29 21:22:55.140 INFO O| Aug 29 21:22:55.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67192026-08-29T21:22:55.769Z[ recovery-image] Aug 29 21:22:55.140 INFO O| Aug 29 21:22:55.140 INFO STEP 460 (remove_files) COMPLETE
67202026-08-29T21:22:55.769Z[ recovery-image] Aug 29 21:22:55.140 INFO O| Aug 29 21:22:55.140 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-29T21:22:55.779Z[ recovery-image] Aug 29 21:22:55.150 INFO O| Aug 29 21:22:55.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67222026-08-29T21:22:55.779Z[ recovery-image] Aug 29 21:22:55.150 INFO O| Aug 29 21:22:55.150 INFO STEP 461 (remove_files) COMPLETE
67232026-08-29T21:22:55.779Z[ recovery-image] Aug 29 21:22:55.150 INFO O| Aug 29 21:22:55.150 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-29T21:22:55.790Z[ recovery-image] Aug 29 21:22:55.161 INFO O| Aug 29 21:22:55.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67252026-08-29T21:22:55.790Z[ recovery-image] Aug 29 21:22:55.161 INFO O| Aug 29 21:22:55.161 INFO STEP 462 (remove_files) COMPLETE
67262026-08-29T21:22:55.790Z[ recovery-image] Aug 29 21:22:55.161 INFO O| Aug 29 21:22:55.161 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-29T21:22:55.800Z[ recovery-image] Aug 29 21:22:55.171 INFO O| Aug 29 21:22:55.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67282026-08-29T21:22:55.800Z[ recovery-image] Aug 29 21:22:55.171 INFO O| Aug 29 21:22:55.171 INFO STEP 463 (remove_files) COMPLETE
67292026-08-29T21:22:55.800Z[ recovery-image] Aug 29 21:22:55.171 INFO O| Aug 29 21:22:55.171 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-29T21:22:55.810Z[ recovery-image] Aug 29 21:22:55.182 INFO O| Aug 29 21:22:55.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67312026-08-29T21:22:55.810Z[ recovery-image] Aug 29 21:22:55.182 INFO O| Aug 29 21:22:55.182 INFO STEP 464 (remove_files) COMPLETE
67322026-08-29T21:22:55.810Z[ recovery-image] Aug 29 21:22:55.182 INFO O| Aug 29 21:22:55.182 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-29T21:22:55.820Z[ recovery-image] Aug 29 21:22:55.191 INFO O| Aug 29 21:22:55.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67342026-08-29T21:22:55.820Z[ recovery-image] Aug 29 21:22:55.192 INFO O| Aug 29 21:22:55.192 INFO STEP 465 (remove_files) COMPLETE
67352026-08-29T21:22:55.820Z[ recovery-image] Aug 29 21:22:55.192 INFO O| Aug 29 21:22:55.192 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-29T21:22:55.830Z[ recovery-image] Aug 29 21:22:55.201 INFO O| Aug 29 21:22:55.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67372026-08-29T21:22:55.830Z[ recovery-image] Aug 29 21:22:55.201 INFO O| Aug 29 21:22:55.201 INFO STEP 466 (remove_files) COMPLETE
67382026-08-29T21:22:55.830Z[ recovery-image] Aug 29 21:22:55.201 INFO O| Aug 29 21:22:55.201 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-29T21:22:55.840Z[ recovery-image] Aug 29 21:22:55.211 INFO O| Aug 29 21:22:55.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67402026-08-29T21:22:55.840Z[ recovery-image] Aug 29 21:22:55.211 INFO O| Aug 29 21:22:55.211 INFO STEP 467 (remove_files) COMPLETE
67412026-08-29T21:22:55.840Z[ recovery-image] Aug 29 21:22:55.211 INFO O| Aug 29 21:22:55.211 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-29T21:22:55.850Z[ recovery-image] Aug 29 21:22:55.221 INFO O| Aug 29 21:22:55.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67432026-08-29T21:22:55.850Z[ recovery-image] Aug 29 21:22:55.221 INFO O| Aug 29 21:22:55.221 INFO STEP 468 (remove_files) COMPLETE
67442026-08-29T21:22:55.850Z[ recovery-image] Aug 29 21:22:55.221 INFO O| Aug 29 21:22:55.221 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-29T21:22:55.860Z[ recovery-image] Aug 29 21:22:55.232 INFO O| Aug 29 21:22:55.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67462026-08-29T21:22:55.860Z[ recovery-image] Aug 29 21:22:55.232 INFO O| Aug 29 21:22:55.232 INFO STEP 469 (remove_files) COMPLETE
67472026-08-29T21:22:55.860Z[ recovery-image] Aug 29 21:22:55.232 INFO O| Aug 29 21:22:55.232 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-29T21:22:55.871Z[ recovery-image] Aug 29 21:22:55.243 INFO O| Aug 29 21:22:55.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67492026-08-29T21:22:55.871Z[ recovery-image] Aug 29 21:22:55.243 INFO O| Aug 29 21:22:55.243 INFO STEP 470 (remove_files) COMPLETE
67502026-08-29T21:22:55.875Z[ recovery-image] Aug 29 21:22:55.243 INFO O| Aug 29 21:22:55.243 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-29T21:22:55.881Z[ recovery-image] Aug 29 21:22:55.253 INFO O| Aug 29 21:22:55.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67522026-08-29T21:22:55.884Z[ recovery-image] Aug 29 21:22:55.253 INFO O| Aug 29 21:22:55.253 INFO STEP 471 (remove_files) COMPLETE
67532026-08-29T21:22:55.885Z[ recovery-image] Aug 29 21:22:55.253 INFO O| Aug 29 21:22:55.253 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-29T21:22:55.891Z[ recovery-image] Aug 29 21:22:55.263 INFO O| Aug 29 21:22:55.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67552026-08-29T21:22:55.891Z[ recovery-image] Aug 29 21:22:55.263 INFO O| Aug 29 21:22:55.263 INFO STEP 472 (remove_files) COMPLETE
67562026-08-29T21:22:55.894Z[ recovery-image] Aug 29 21:22:55.263 INFO O| Aug 29 21:22:55.263 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-29T21:22:55.902Z[ recovery-image] Aug 29 21:22:55.274 INFO O| Aug 29 21:22:55.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67582026-08-29T21:22:55.902Z[ recovery-image] Aug 29 21:22:55.274 INFO O| Aug 29 21:22:55.274 INFO STEP 473 (remove_files) COMPLETE
67592026-08-29T21:22:55.902Z[ recovery-image] Aug 29 21:22:55.274 INFO O| Aug 29 21:22:55.274 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-29T21:22:55.912Z[ recovery-image] Aug 29 21:22:55.283 INFO O| Aug 29 21:22:55.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67612026-08-29T21:22:55.912Z[ recovery-image] Aug 29 21:22:55.283 INFO O| Aug 29 21:22:55.283 INFO STEP 474 (remove_files) COMPLETE
67622026-08-29T21:22:55.912Z[ recovery-image] Aug 29 21:22:55.283 INFO O| Aug 29 21:22:55.283 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-29T21:22:55.916Z[verify-libraries] Compiling topological-sort v0.2.2
67642026-08-29T21:22:55.921Z[ recovery-image] Aug 29 21:22:55.293 INFO O| Aug 29 21:22:55.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67652026-08-29T21:22:55.922Z[ recovery-image] Aug 29 21:22:55.293 INFO O| Aug 29 21:22:55.293 INFO STEP 475 (remove_files) COMPLETE
67662026-08-29T21:22:55.922Z[ recovery-image] Aug 29 21:22:55.293 INFO O| Aug 29 21:22:55.293 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-29T21:22:55.932Z[ recovery-image] Aug 29 21:22:55.302 INFO O| Aug 29 21:22:55.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67682026-08-29T21:22:55.932Z[ recovery-image] Aug 29 21:22:55.302 INFO O| Aug 29 21:22:55.302 INFO STEP 476 (remove_files) COMPLETE
67692026-08-29T21:22:55.935Z[ recovery-image] Aug 29 21:22:55.302 INFO O| Aug 29 21:22:55.302 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-29T21:22:55.942Z[ recovery-image] Aug 29 21:22:55.313 INFO O| Aug 29 21:22:55.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67712026-08-29T21:22:55.942Z[ recovery-image] Aug 29 21:22:55.313 INFO O| Aug 29 21:22:55.311 INFO STEP 477 (remove_files) COMPLETE
67722026-08-29T21:22:55.945Z[ recovery-image] Aug 29 21:22:55.313 INFO O| Aug 29 21:22:55.311 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-29T21:22:55.950Z[ recovery-image] Aug 29 21:22:55.321 INFO O| Aug 29 21:22:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67742026-08-29T21:22:55.950Z[ recovery-image] Aug 29 21:22:55.321 INFO O| Aug 29 21:22:55.321 INFO STEP 478 (remove_files) COMPLETE
67752026-08-29T21:22:55.950Z[ recovery-image] Aug 29 21:22:55.321 INFO O| Aug 29 21:22:55.321 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-29T21:22:55.959Z[verify-libraries] Compiling sha3 v0.12.0
67772026-08-29T21:22:55.962Z[ recovery-image] Aug 29 21:22:55.332 INFO O| Aug 29 21:22:55.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67782026-08-29T21:22:55.962Z[ recovery-image] Aug 29 21:22:55.332 INFO O| Aug 29 21:22:55.332 INFO STEP 479 (remove_files) COMPLETE
67792026-08-29T21:22:55.962Z[ recovery-image] Aug 29 21:22:55.332 INFO O| Aug 29 21:22:55.332 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-29T21:22:55.970Z[ recovery-image] Aug 29 21:22:55.342 INFO O| Aug 29 21:22:55.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67812026-08-29T21:22:55.970Z[ recovery-image] Aug 29 21:22:55.342 INFO O| Aug 29 21:22:55.342 INFO STEP 480 (remove_files) COMPLETE
67822026-08-29T21:22:55.970Z[ recovery-image] Aug 29 21:22:55.342 INFO O| Aug 29 21:22:55.342 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-29T21:22:55.981Z[ recovery-image] Aug 29 21:22:55.352 INFO O| Aug 29 21:22:55.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67842026-08-29T21:22:55.984Z[ recovery-image] Aug 29 21:22:55.353 INFO O| Aug 29 21:22:55.353 INFO STEP 481 (remove_files) COMPLETE
67852026-08-29T21:22:55.984Z[ recovery-image] Aug 29 21:22:55.353 INFO O| Aug 29 21:22:55.353 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-29T21:22:55.991Z[ recovery-image] Aug 29 21:22:55.362 INFO O| Aug 29 21:22:55.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67872026-08-29T21:22:55.991Z[ recovery-image] Aug 29 21:22:55.363 INFO O| Aug 29 21:22:55.363 INFO STEP 482 (remove_files) COMPLETE
67882026-08-29T21:22:55.991Z[ recovery-image] Aug 29 21:22:55.363 INFO O| Aug 29 21:22:55.363 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-29T21:22:56.000Z[ recovery-image] Aug 29 21:22:55.372 INFO O| Aug 29 21:22:55.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67902026-08-29T21:22:56.000Z[ recovery-image] Aug 29 21:22:55.372 INFO O| Aug 29 21:22:55.372 INFO STEP 483 (remove_files) COMPLETE
67912026-08-29T21:22:56.000Z[ recovery-image] Aug 29 21:22:55.372 INFO O| Aug 29 21:22:55.372 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-29T21:22:56.009Z[ recovery-image] Aug 29 21:22:55.380 INFO O| Aug 29 21:22:55.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67932026-08-29T21:22:56.009Z[ recovery-image] Aug 29 21:22:55.381 INFO O| Aug 29 21:22:55.381 INFO STEP 484 (remove_files) COMPLETE
67942026-08-29T21:22:56.012Z[ recovery-image] Aug 29 21:22:55.381 INFO O| Aug 29 21:22:55.381 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-29T21:22:56.017Z[ recovery-image] Aug 29 21:22:55.389 INFO O| Aug 29 21:22:55.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67962026-08-29T21:22:56.017Z[ recovery-image] Aug 29 21:22:55.389 INFO O| Aug 29 21:22:55.389 INFO STEP 485 (remove_files) COMPLETE
67972026-08-29T21:22:56.017Z[ recovery-image] Aug 29 21:22:55.389 INFO O| Aug 29 21:22:55.389 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-29T21:22:56.027Z[ recovery-image] Aug 29 21:22:55.399 INFO O| Aug 29 21:22:55.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67992026-08-29T21:22:56.027Z[ recovery-image] Aug 29 21:22:55.399 INFO O| Aug 29 21:22:55.399 INFO STEP 486 (remove_files) COMPLETE
68002026-08-29T21:22:56.028Z[ recovery-image] Aug 29 21:22:55.399 INFO O| Aug 29 21:22:55.399 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-29T21:22:56.037Z[ recovery-image] Aug 29 21:22:55.408 INFO O| Aug 29 21:22:55.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68022026-08-29T21:22:56.040Z[ recovery-image] Aug 29 21:22:55.409 INFO O| Aug 29 21:22:55.409 INFO STEP 487 (remove_files) COMPLETE
68032026-08-29T21:22:56.040Z[ recovery-image] Aug 29 21:22:55.409 INFO O| Aug 29 21:22:55.409 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-29T21:22:56.047Z[ recovery-image] Aug 29 21:22:55.418 INFO O| Aug 29 21:22:55.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68052026-08-29T21:22:56.047Z[ recovery-image] Aug 29 21:22:55.419 INFO O| Aug 29 21:22:55.418 INFO STEP 488 (remove_files) COMPLETE
68062026-08-29T21:22:56.047Z[ recovery-image] Aug 29 21:22:55.419 INFO O| Aug 29 21:22:55.418 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-29T21:22:56.063Z[ recovery-image] Aug 29 21:22:55.430 INFO O| Aug 29 21:22:55.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68082026-08-29T21:22:56.064Z[ recovery-image] Aug 29 21:22:55.430 INFO O| Aug 29 21:22:55.430 INFO STEP 489 (remove_files) COMPLETE
68092026-08-29T21:22:56.064Z[ recovery-image] Aug 29 21:22:55.430 INFO O| Aug 29 21:22:55.430 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-29T21:22:56.070Z[ recovery-image] Aug 29 21:22:55.441 INFO O| Aug 29 21:22:55.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68112026-08-29T21:22:56.070Z[ recovery-image] Aug 29 21:22:55.441 INFO O| Aug 29 21:22:55.441 INFO STEP 490 (remove_files) COMPLETE
68122026-08-29T21:22:56.073Z[ recovery-image] Aug 29 21:22:55.441 INFO O| Aug 29 21:22:55.441 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-29T21:22:56.080Z[ recovery-image] Aug 29 21:22:55.452 INFO O| Aug 29 21:22:55.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68142026-08-29T21:22:56.080Z[ recovery-image] Aug 29 21:22:55.452 INFO O| Aug 29 21:22:55.452 INFO STEP 491 (remove_files) COMPLETE
68152026-08-29T21:22:56.080Z[ recovery-image] Aug 29 21:22:55.452 INFO O| Aug 29 21:22:55.452 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-29T21:22:56.090Z[ recovery-image] Aug 29 21:22:55.462 INFO O| Aug 29 21:22:55.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68172026-08-29T21:22:56.094Z[ recovery-image] Aug 29 21:22:55.462 INFO O| Aug 29 21:22:55.462 INFO STEP 492 (remove_files) COMPLETE
68182026-08-29T21:22:56.094Z[ recovery-image] Aug 29 21:22:55.462 INFO O| Aug 29 21:22:55.462 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-29T21:22:56.105Z[ recovery-image] Aug 29 21:22:55.472 INFO O| Aug 29 21:22:55.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68202026-08-29T21:22:56.105Z[ recovery-image] Aug 29 21:22:55.472 INFO O| Aug 29 21:22:55.472 INFO STEP 493 (remove_files) COMPLETE
68212026-08-29T21:22:56.105Z[ recovery-image] Aug 29 21:22:55.472 INFO O| Aug 29 21:22:55.472 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-29T21:22:56.110Z[ recovery-image] Aug 29 21:22:55.482 INFO O| Aug 29 21:22:55.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68232026-08-29T21:22:56.110Z[ recovery-image] Aug 29 21:22:55.482 INFO O| Aug 29 21:22:55.482 INFO STEP 494 (remove_files) COMPLETE
68242026-08-29T21:22:56.110Z[ recovery-image] Aug 29 21:22:55.482 INFO O| Aug 29 21:22:55.482 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-29T21:22:56.120Z[ recovery-image] Aug 29 21:22:55.491 INFO O| Aug 29 21:22:55.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68262026-08-29T21:22:56.120Z[ recovery-image] Aug 29 21:22:55.491 INFO O| Aug 29 21:22:55.491 INFO STEP 495 (remove_files) COMPLETE
68272026-08-29T21:22:56.120Z[ recovery-image] Aug 29 21:22:55.491 INFO O| Aug 29 21:22:55.491 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-29T21:22:56.128Z[verify-libraries] Compiling omicron-zone-package v0.12.3
68292026-08-29T21:22:56.131Z[ recovery-image] Aug 29 21:22:55.501 INFO O| Aug 29 21:22:55.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68302026-08-29T21:22:56.131Z[ recovery-image] Aug 29 21:22:55.501 INFO O| Aug 29 21:22:55.501 INFO STEP 496 (remove_files) COMPLETE
68312026-08-29T21:22:56.131Z[ recovery-image] Aug 29 21:22:55.501 INFO O| Aug 29 21:22:55.501 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-29T21:22:56.140Z[ recovery-image] Aug 29 21:22:55.512 INFO O| Aug 29 21:22:55.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68332026-08-29T21:22:56.140Z[ recovery-image] Aug 29 21:22:55.512 INFO O| Aug 29 21:22:55.512 INFO STEP 497 (remove_files) COMPLETE
68342026-08-29T21:22:56.143Z[ recovery-image] Aug 29 21:22:55.512 INFO O| Aug 29 21:22:55.512 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-29T21:22:56.151Z[ recovery-image] Aug 29 21:22:55.522 INFO O| Aug 29 21:22:55.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68362026-08-29T21:22:56.151Z[ recovery-image] Aug 29 21:22:55.522 INFO O| Aug 29 21:22:55.522 INFO STEP 498 (remove_files) COMPLETE
68372026-08-29T21:22:56.151Z[ recovery-image] Aug 29 21:22:55.522 INFO O| Aug 29 21:22:55.522 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-29T21:22:56.161Z[ recovery-image] Aug 29 21:22:55.532 INFO O| Aug 29 21:22:55.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68392026-08-29T21:22:56.161Z[ recovery-image] Aug 29 21:22:55.532 INFO O| Aug 29 21:22:55.532 INFO STEP 499 (remove_files) COMPLETE
68402026-08-29T21:22:56.161Z[ recovery-image] Aug 29 21:22:55.532 INFO O| Aug 29 21:22:55.532 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-29T21:22:56.172Z[ recovery-image] Aug 29 21:22:55.543 INFO O| Aug 29 21:22:55.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68422026-08-29T21:22:56.172Z[ recovery-image] Aug 29 21:22:55.544 INFO O| Aug 29 21:22:55.544 INFO STEP 500 (remove_files) COMPLETE
68432026-08-29T21:22:56.172Z[ recovery-image] Aug 29 21:22:55.544 INFO O| Aug 29 21:22:55.544 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-29T21:22:56.183Z[ recovery-image] Aug 29 21:22:55.555 INFO O| Aug 29 21:22:55.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68452026-08-29T21:22:56.183Z[ recovery-image] Aug 29 21:22:55.555 INFO O| Aug 29 21:22:55.555 INFO STEP 501 (remove_files) COMPLETE
68462026-08-29T21:22:56.183Z[ recovery-image] Aug 29 21:22:55.555 INFO O| Aug 29 21:22:55.555 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-29T21:22:56.195Z[ recovery-image] Aug 29 21:22:55.566 INFO O| Aug 29 21:22:55.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68482026-08-29T21:22:56.195Z[ recovery-image] Aug 29 21:22:55.566 INFO O| Aug 29 21:22:55.566 INFO STEP 502 (remove_files) COMPLETE
68492026-08-29T21:22:56.198Z[ recovery-image] Aug 29 21:22:55.566 INFO O| Aug 29 21:22:55.566 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-29T21:22:56.204Z[ recovery-image] Aug 29 21:22:55.576 INFO O| Aug 29 21:22:55.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68512026-08-29T21:22:56.204Z[ recovery-image] Aug 29 21:22:55.576 INFO O| Aug 29 21:22:55.576 INFO STEP 503 (remove_files) COMPLETE
68522026-08-29T21:22:56.204Z[ recovery-image] Aug 29 21:22:55.576 INFO O| Aug 29 21:22:55.576 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-29T21:22:56.220Z[ recovery-image] Aug 29 21:22:55.591 INFO O| Aug 29 21:22:55.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68542026-08-29T21:22:56.220Z[ recovery-image] Aug 29 21:22:55.591 INFO O| Aug 29 21:22:55.588 INFO STEP 504 (remove_files) COMPLETE
68552026-08-29T21:22:56.220Z[ recovery-image] Aug 29 21:22:55.591 INFO O| Aug 29 21:22:55.588 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-29T21:22:56.225Z[ recovery-image] Aug 29 21:22:55.597 INFO O| Aug 29 21:22:55.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68572026-08-29T21:22:56.225Z[ recovery-image] Aug 29 21:22:55.597 INFO O| Aug 29 21:22:55.597 INFO STEP 505 (remove_files) COMPLETE
68582026-08-29T21:22:56.225Z[ recovery-image] Aug 29 21:22:55.597 INFO O| Aug 29 21:22:55.597 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-29T21:22:56.234Z[ recovery-image] Aug 29 21:22:55.606 INFO O| Aug 29 21:22:55.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68602026-08-29T21:22:56.234Z[ recovery-image] Aug 29 21:22:55.606 INFO O| Aug 29 21:22:55.606 INFO STEP 506 (remove_files) COMPLETE
68612026-08-29T21:22:56.234Z[ recovery-image] Aug 29 21:22:55.606 INFO O| Aug 29 21:22:55.606 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-29T21:22:56.243Z[ recovery-image] Aug 29 21:22:55.615 INFO O| Aug 29 21:22:55.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68632026-08-29T21:22:56.243Z[ recovery-image] Aug 29 21:22:55.615 INFO O| Aug 29 21:22:55.615 INFO STEP 507 (remove_files) COMPLETE
68642026-08-29T21:22:56.247Z[ recovery-image] Aug 29 21:22:55.615 INFO O| Aug 29 21:22:55.615 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-29T21:22:56.253Z[ recovery-image] Aug 29 21:22:55.625 INFO O| Aug 29 21:22:55.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68662026-08-29T21:22:56.253Z[ recovery-image] Aug 29 21:22:55.625 INFO O| Aug 29 21:22:55.625 INFO STEP 508 (remove_files) COMPLETE
68672026-08-29T21:22:56.253Z[ recovery-image] Aug 29 21:22:55.625 INFO O| Aug 29 21:22:55.625 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-29T21:22:56.263Z[ recovery-image] Aug 29 21:22:55.635 INFO O| Aug 29 21:22:55.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68692026-08-29T21:22:56.263Z[ recovery-image] Aug 29 21:22:55.635 INFO O| Aug 29 21:22:55.635 INFO STEP 509 (remove_files) COMPLETE
68702026-08-29T21:22:56.263Z[ recovery-image] Aug 29 21:22:55.635 INFO O| Aug 29 21:22:55.635 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-29T21:22:56.272Z[ recovery-image] Aug 29 21:22:55.644 INFO O| Aug 29 21:22:55.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68722026-08-29T21:22:56.272Z[ recovery-image] Aug 29 21:22:55.644 INFO O| Aug 29 21:22:55.644 INFO STEP 510 (remove_files) COMPLETE
68732026-08-29T21:22:56.272Z[ recovery-image] Aug 29 21:22:55.644 INFO O| Aug 29 21:22:55.644 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-29T21:22:56.281Z[ recovery-image] Aug 29 21:22:55.652 INFO O| Aug 29 21:22:55.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68752026-08-29T21:22:56.281Z[ recovery-image] Aug 29 21:22:55.652 INFO O| Aug 29 21:22:55.652 INFO STEP 511 (remove_files) COMPLETE
68762026-08-29T21:22:56.281Z[ recovery-image] Aug 29 21:22:55.652 INFO O| Aug 29 21:22:55.652 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-29T21:22:56.291Z[ recovery-image] Aug 29 21:22:55.662 INFO O| Aug 29 21:22:55.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68782026-08-29T21:22:56.291Z[ recovery-image] Aug 29 21:22:55.662 INFO O| Aug 29 21:22:55.662 INFO STEP 512 (remove_files) COMPLETE
68792026-08-29T21:22:56.291Z[ recovery-image] Aug 29 21:22:55.662 INFO O| Aug 29 21:22:55.662 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-29T21:22:56.300Z[ recovery-image] Aug 29 21:22:55.672 INFO O| Aug 29 21:22:55.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68812026-08-29T21:22:56.303Z[ recovery-image] Aug 29 21:22:55.673 INFO O| Aug 29 21:22:55.673 INFO STEP 513 (remove_files) COMPLETE
68822026-08-29T21:22:56.303Z[ recovery-image] Aug 29 21:22:55.673 INFO O| Aug 29 21:22:55.673 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-29T21:22:56.310Z[ recovery-image] Aug 29 21:22:55.682 INFO O| Aug 29 21:22:55.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68842026-08-29T21:22:56.310Z[ recovery-image] Aug 29 21:22:55.682 INFO O| Aug 29 21:22:55.682 INFO STEP 514 (remove_files) COMPLETE
68852026-08-29T21:22:56.310Z[ recovery-image] Aug 29 21:22:55.682 INFO O| Aug 29 21:22:55.682 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-08-29T21:22:56.319Z[ recovery-image] Aug 29 21:22:55.690 INFO O| Aug 29 21:22:55.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68872026-08-29T21:22:56.319Z[ recovery-image] Aug 29 21:22:55.691 INFO O| Aug 29 21:22:55.691 INFO STEP 515 (remove_files) COMPLETE
68882026-08-29T21:22:56.319Z[ recovery-image] Aug 29 21:22:55.691 INFO O| Aug 29 21:22:55.691 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-29T21:22:56.328Z[ recovery-image] Aug 29 21:22:55.700 INFO O| Aug 29 21:22:55.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68902026-08-29T21:22:56.328Z[ recovery-image] Aug 29 21:22:55.700 INFO O| Aug 29 21:22:55.700 INFO STEP 516 (remove_files) COMPLETE
68912026-08-29T21:22:56.332Z[ recovery-image] Aug 29 21:22:55.700 INFO O| Aug 29 21:22:55.700 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-29T21:22:56.337Z[ recovery-image] Aug 29 21:22:55.709 INFO O| Aug 29 21:22:55.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68932026-08-29T21:22:56.340Z[ recovery-image] Aug 29 21:22:55.709 INFO O| Aug 29 21:22:55.709 INFO STEP 517 (remove_files) COMPLETE
68942026-08-29T21:22:56.340Z[ recovery-image] Aug 29 21:22:55.709 INFO O| Aug 29 21:22:55.709 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-29T21:22:56.346Z[ recovery-image] Aug 29 21:22:55.718 INFO O| Aug 29 21:22:55.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68962026-08-29T21:22:56.346Z[ recovery-image] Aug 29 21:22:55.718 INFO O| Aug 29 21:22:55.718 INFO STEP 518 (remove_files) COMPLETE
68972026-08-29T21:22:56.347Z[ recovery-image] Aug 29 21:22:55.718 INFO O| Aug 29 21:22:55.718 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-29T21:22:56.355Z[ recovery-image] Aug 29 21:22:55.727 INFO O| Aug 29 21:22:55.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68992026-08-29T21:22:56.355Z[ recovery-image] Aug 29 21:22:55.727 INFO O| Aug 29 21:22:55.727 INFO STEP 519 (remove_files) COMPLETE
69002026-08-29T21:22:56.355Z[ recovery-image] Aug 29 21:22:55.727 INFO O| Aug 29 21:22:55.727 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-29T21:22:56.364Z[ recovery-image] Aug 29 21:22:55.736 INFO O| Aug 29 21:22:55.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69022026-08-29T21:22:56.364Z[ recovery-image] Aug 29 21:22:55.736 INFO O| Aug 29 21:22:55.736 INFO STEP 520 (remove_files) COMPLETE
69032026-08-29T21:22:56.364Z[ recovery-image] Aug 29 21:22:55.736 INFO O| Aug 29 21:22:55.736 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-29T21:22:56.375Z[ recovery-image] Aug 29 21:22:55.747 INFO O| Aug 29 21:22:55.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69052026-08-29T21:22:56.375Z[ recovery-image] Aug 29 21:22:55.747 INFO O| Aug 29 21:22:55.747 INFO STEP 521 (remove_files) COMPLETE
69062026-08-29T21:22:56.379Z[ recovery-image] Aug 29 21:22:55.747 INFO O| Aug 29 21:22:55.747 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-29T21:22:56.386Z[ recovery-image] Aug 29 21:22:55.757 INFO O| Aug 29 21:22:55.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69082026-08-29T21:22:56.386Z[ recovery-image] Aug 29 21:22:55.757 INFO O| Aug 29 21:22:55.757 INFO STEP 522 (remove_files) COMPLETE
69092026-08-29T21:22:56.386Z[ recovery-image] Aug 29 21:22:55.757 INFO O| Aug 29 21:22:55.757 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-29T21:22:56.395Z[ recovery-image] Aug 29 21:22:55.766 INFO O| Aug 29 21:22:55.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69112026-08-29T21:22:56.395Z[ recovery-image] Aug 29 21:22:55.766 INFO O| Aug 29 21:22:55.766 INFO STEP 523 (remove_files) COMPLETE
69122026-08-29T21:22:56.395Z[ recovery-image] Aug 29 21:22:55.766 INFO O| Aug 29 21:22:55.766 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-29T21:22:56.405Z[ recovery-image] Aug 29 21:22:55.776 INFO O| Aug 29 21:22:55.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69142026-08-29T21:22:56.405Z[ recovery-image] Aug 29 21:22:55.777 INFO O| Aug 29 21:22:55.776 INFO STEP 524 (remove_files) COMPLETE
69152026-08-29T21:22:56.405Z[ recovery-image] Aug 29 21:22:55.777 INFO O| Aug 29 21:22:55.776 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-29T21:22:56.414Z[ recovery-image] Aug 29 21:22:55.786 INFO O| Aug 29 21:22:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69172026-08-29T21:22:56.415Z[ recovery-image] Aug 29 21:22:55.786 INFO O| Aug 29 21:22:55.786 INFO STEP 525 (remove_files) COMPLETE
69182026-08-29T21:22:56.415Z[ recovery-image] Aug 29 21:22:55.786 INFO O| Aug 29 21:22:55.786 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-29T21:22:56.425Z[ recovery-image] Aug 29 21:22:55.797 INFO O| Aug 29 21:22:55.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69202026-08-29T21:22:56.425Z[ recovery-image] Aug 29 21:22:55.797 INFO O| Aug 29 21:22:55.797 INFO STEP 526 (remove_files) COMPLETE
69212026-08-29T21:22:56.425Z[ recovery-image] Aug 29 21:22:55.797 INFO O| Aug 29 21:22:55.797 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-29T21:22:56.436Z[ recovery-image] Aug 29 21:22:55.807 INFO O| Aug 29 21:22:55.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69232026-08-29T21:22:56.436Z[ recovery-image] Aug 29 21:22:55.807 INFO O| Aug 29 21:22:55.807 INFO STEP 527 (remove_files) COMPLETE
69242026-08-29T21:22:56.436Z[ recovery-image] Aug 29 21:22:55.807 INFO O| Aug 29 21:22:55.807 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-29T21:22:56.446Z[ recovery-image] Aug 29 21:22:55.818 INFO O| Aug 29 21:22:55.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69262026-08-29T21:22:56.446Z[ recovery-image] Aug 29 21:22:55.818 INFO O| Aug 29 21:22:55.818 INFO STEP 528 (remove_files) COMPLETE
69272026-08-29T21:22:56.446Z[ recovery-image] Aug 29 21:22:55.818 INFO O| Aug 29 21:22:55.818 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-29T21:22:56.457Z[ recovery-image] Aug 29 21:22:55.828 INFO O| Aug 29 21:22:55.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69292026-08-29T21:22:56.457Z[ recovery-image] Aug 29 21:22:55.828 INFO O| Aug 29 21:22:55.828 INFO STEP 529 (remove_files) COMPLETE
69302026-08-29T21:22:56.460Z[ recovery-image] Aug 29 21:22:55.828 INFO O| Aug 29 21:22:55.828 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-29T21:22:56.468Z[ recovery-image] Aug 29 21:22:55.839 INFO O| Aug 29 21:22:55.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69322026-08-29T21:22:56.468Z[ recovery-image] Aug 29 21:22:55.839 INFO O| Aug 29 21:22:55.839 INFO STEP 530 (remove_files) COMPLETE
69332026-08-29T21:22:56.471Z[ recovery-image] Aug 29 21:22:55.839 INFO O| Aug 29 21:22:55.839 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-29T21:22:56.478Z[ recovery-image] Aug 29 21:22:55.850 INFO O| Aug 29 21:22:55.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69352026-08-29T21:22:56.478Z[ recovery-image] Aug 29 21:22:55.850 INFO O| Aug 29 21:22:55.850 INFO STEP 531 (remove_files) COMPLETE
69362026-08-29T21:22:56.481Z[ recovery-image] Aug 29 21:22:55.850 INFO O| Aug 29 21:22:55.850 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-29T21:22:56.489Z[ recovery-image] Aug 29 21:22:55.860 INFO O| Aug 29 21:22:55.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69382026-08-29T21:22:56.489Z[ recovery-image] Aug 29 21:22:55.860 INFO O| Aug 29 21:22:55.860 INFO STEP 532 (remove_files) COMPLETE
69392026-08-29T21:22:56.489Z[ recovery-image] Aug 29 21:22:55.860 INFO O| Aug 29 21:22:55.860 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-29T21:22:56.498Z[ recovery-image] Aug 29 21:22:55.870 INFO O| Aug 29 21:22:55.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69412026-08-29T21:22:56.498Z[ recovery-image] Aug 29 21:22:55.870 INFO O| Aug 29 21:22:55.870 INFO STEP 533 (remove_files) COMPLETE
69422026-08-29T21:22:56.498Z[ recovery-image] Aug 29 21:22:55.870 INFO O| Aug 29 21:22:55.870 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-29T21:22:56.508Z[ recovery-image] Aug 29 21:22:55.879 INFO O| Aug 29 21:22:55.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69442026-08-29T21:22:56.508Z[ recovery-image] Aug 29 21:22:55.880 INFO O| Aug 29 21:22:55.880 INFO STEP 534 (remove_files) COMPLETE
69452026-08-29T21:22:56.508Z[ recovery-image] Aug 29 21:22:55.880 INFO O| Aug 29 21:22:55.880 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-29T21:22:56.519Z[ recovery-image] Aug 29 21:22:55.890 INFO O| Aug 29 21:22:55.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69472026-08-29T21:22:56.519Z[ recovery-image] Aug 29 21:22:55.891 INFO O| Aug 29 21:22:55.891 INFO STEP 535 (remove_files) COMPLETE
69482026-08-29T21:22:56.519Z[ recovery-image] Aug 29 21:22:55.891 INFO O| Aug 29 21:22:55.891 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-29T21:22:56.531Z[ recovery-image] Aug 29 21:22:55.902 INFO O| Aug 29 21:22:55.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69502026-08-29T21:22:56.531Z[ recovery-image] Aug 29 21:22:55.902 INFO O| Aug 29 21:22:55.902 INFO STEP 536 (remove_files) COMPLETE
69512026-08-29T21:22:56.534Z[ recovery-image] Aug 29 21:22:55.902 INFO O| Aug 29 21:22:55.902 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-29T21:22:56.541Z[ recovery-image] Aug 29 21:22:55.911 INFO O| Aug 29 21:22:55.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69532026-08-29T21:22:56.541Z[ recovery-image] Aug 29 21:22:55.911 INFO O| Aug 29 21:22:55.911 INFO STEP 537 (remove_files) COMPLETE
69542026-08-29T21:22:56.541Z[ recovery-image] Aug 29 21:22:55.911 INFO O| Aug 29 21:22:55.911 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-29T21:22:56.550Z[ recovery-image] Aug 29 21:22:55.922 INFO O| Aug 29 21:22:55.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69562026-08-29T21:22:56.551Z[ recovery-image] Aug 29 21:22:55.922 INFO O| Aug 29 21:22:55.922 INFO STEP 538 (remove_files) COMPLETE
69572026-08-29T21:22:56.551Z[ recovery-image] Aug 29 21:22:55.922 INFO O| Aug 29 21:22:55.922 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-29T21:22:56.562Z[ recovery-image] Aug 29 21:22:55.934 INFO O| Aug 29 21:22:55.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69592026-08-29T21:22:56.562Z[ recovery-image] Aug 29 21:22:55.934 INFO O| Aug 29 21:22:55.934 INFO STEP 539 (remove_files) COMPLETE
69602026-08-29T21:22:56.563Z[ recovery-image] Aug 29 21:22:55.934 INFO O| Aug 29 21:22:55.934 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-29T21:22:56.573Z[ recovery-image] Aug 29 21:22:55.944 INFO O| Aug 29 21:22:55.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69622026-08-29T21:22:56.573Z[ recovery-image] Aug 29 21:22:55.944 INFO O| Aug 29 21:22:55.944 INFO STEP 540 (remove_files) COMPLETE
69632026-08-29T21:22:56.573Z[ recovery-image] Aug 29 21:22:55.944 INFO O| Aug 29 21:22:55.944 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-29T21:22:56.581Z[ recovery-image] Aug 29 21:22:55.953 INFO O| Aug 29 21:22:55.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69652026-08-29T21:22:56.582Z[ recovery-image] Aug 29 21:22:55.953 INFO O| Aug 29 21:22:55.953 INFO STEP 541 (remove_files) COMPLETE
69662026-08-29T21:22:56.582Z[ recovery-image] Aug 29 21:22:55.953 INFO O| Aug 29 21:22:55.953 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-29T21:22:56.592Z[ recovery-image] Aug 29 21:22:55.963 INFO O| Aug 29 21:22:55.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69682026-08-29T21:22:56.592Z[ recovery-image] Aug 29 21:22:55.964 INFO O| Aug 29 21:22:55.964 INFO STEP 542 (remove_files) COMPLETE
69692026-08-29T21:22:56.592Z[ recovery-image] Aug 29 21:22:55.964 INFO O| Aug 29 21:22:55.964 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-29T21:22:56.602Z[ recovery-image] Aug 29 21:22:55.973 INFO O| Aug 29 21:22:55.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69712026-08-29T21:22:56.602Z[ recovery-image] Aug 29 21:22:55.973 INFO O| Aug 29 21:22:55.973 INFO STEP 543 (remove_files) COMPLETE
69722026-08-29T21:22:56.602Z[ recovery-image] Aug 29 21:22:55.973 INFO O| Aug 29 21:22:55.973 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-29T21:22:56.605Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
69742026-08-29T21:22:56.611Z[ recovery-image] Aug 29 21:22:55.982 INFO O| Aug 29 21:22:55.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69752026-08-29T21:22:56.611Z[ recovery-image] Aug 29 21:22:55.982 INFO O| Aug 29 21:22:55.982 INFO STEP 544 (remove_files) COMPLETE
69762026-08-29T21:22:56.615Z[ recovery-image] Aug 29 21:22:55.982 INFO O| Aug 29 21:22:55.982 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-29T21:22:56.621Z[ recovery-image] Aug 29 21:22:55.992 INFO O| Aug 29 21:22:55.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69782026-08-29T21:22:56.621Z[ recovery-image] Aug 29 21:22:55.993 INFO O| Aug 29 21:22:55.993 INFO STEP 545 (remove_files) COMPLETE
69792026-08-29T21:22:56.621Z[ recovery-image] Aug 29 21:22:55.993 INFO O| Aug 29 21:22:55.993 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-29T21:22:56.632Z[ recovery-image] Aug 29 21:22:56.003 INFO O| Aug 29 21:22:56.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69812026-08-29T21:22:56.632Z[ recovery-image] Aug 29 21:22:56.003 INFO O| Aug 29 21:22:56.003 INFO STEP 546 (remove_files) COMPLETE
69822026-08-29T21:22:56.632Z[ recovery-image] Aug 29 21:22:56.003 INFO O| Aug 29 21:22:56.003 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-29T21:22:56.643Z[ recovery-image] Aug 29 21:22:56.014 INFO O| Aug 29 21:22:56.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69842026-08-29T21:22:56.643Z[ recovery-image] Aug 29 21:22:56.014 INFO O| Aug 29 21:22:56.014 INFO STEP 547 (remove_files) COMPLETE
69852026-08-29T21:22:56.643Z[ recovery-image] Aug 29 21:22:56.014 INFO O| Aug 29 21:22:56.014 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-29T21:22:56.652Z[ recovery-image] Aug 29 21:22:56.023 INFO O| Aug 29 21:22:56.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69872026-08-29T21:22:56.652Z[ recovery-image] Aug 29 21:22:56.023 INFO O| Aug 29 21:22:56.023 INFO STEP 548 (remove_files) COMPLETE
69882026-08-29T21:22:56.652Z[ recovery-image] Aug 29 21:22:56.023 INFO O| Aug 29 21:22:56.023 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-29T21:22:56.661Z[ recovery-image] Aug 29 21:22:56.033 INFO O| Aug 29 21:22:56.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69902026-08-29T21:22:56.661Z[ recovery-image] Aug 29 21:22:56.033 INFO O| Aug 29 21:22:56.033 INFO STEP 549 (remove_files) COMPLETE
69912026-08-29T21:22:56.661Z[ recovery-image] Aug 29 21:22:56.033 INFO O| Aug 29 21:22:56.033 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-29T21:22:56.672Z[ recovery-image] Aug 29 21:22:56.044 INFO O| Aug 29 21:22:56.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69932026-08-29T21:22:56.672Z[ recovery-image] Aug 29 21:22:56.044 INFO O| Aug 29 21:22:56.044 INFO STEP 550 (remove_files) COMPLETE
69942026-08-29T21:22:56.672Z[ recovery-image] Aug 29 21:22:56.044 INFO O| Aug 29 21:22:56.044 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-29T21:22:56.682Z[ recovery-image] Aug 29 21:22:56.053 INFO O| Aug 29 21:22:56.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69962026-08-29T21:22:56.682Z[ recovery-image] Aug 29 21:22:56.053 INFO O| Aug 29 21:22:56.053 INFO STEP 551 (remove_files) COMPLETE
69972026-08-29T21:22:56.682Z[ recovery-image] Aug 29 21:22:56.053 INFO O| Aug 29 21:22:56.053 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-29T21:22:56.692Z[ recovery-image] Aug 29 21:22:56.063 INFO O| Aug 29 21:22:56.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69992026-08-29T21:22:56.692Z[ recovery-image] Aug 29 21:22:56.063 INFO O| Aug 29 21:22:56.063 INFO STEP 552 (remove_files) COMPLETE
70002026-08-29T21:22:56.692Z[ recovery-image] Aug 29 21:22:56.063 INFO O| Aug 29 21:22:56.063 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-29T21:22:56.702Z[ recovery-image] Aug 29 21:22:56.073 INFO O| Aug 29 21:22:56.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70022026-08-29T21:22:56.702Z[ recovery-image] Aug 29 21:22:56.073 INFO O| Aug 29 21:22:56.073 INFO STEP 553 (remove_files) COMPLETE
70032026-08-29T21:22:56.702Z[ recovery-image] Aug 29 21:22:56.073 INFO O| Aug 29 21:22:56.073 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-29T21:22:56.712Z[ recovery-image] Aug 29 21:22:56.084 INFO O| Aug 29 21:22:56.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70052026-08-29T21:22:56.712Z[ recovery-image] Aug 29 21:22:56.084 INFO O| Aug 29 21:22:56.084 INFO STEP 554 (remove_files) COMPLETE
70062026-08-29T21:22:56.712Z[ recovery-image] Aug 29 21:22:56.084 INFO O| Aug 29 21:22:56.084 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-29T21:22:56.724Z[ recovery-image] Aug 29 21:22:56.095 INFO O| Aug 29 21:22:56.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70082026-08-29T21:22:56.724Z[ recovery-image] Aug 29 21:22:56.095 INFO O| Aug 29 21:22:56.095 INFO STEP 555 (remove_files) COMPLETE
70092026-08-29T21:22:56.727Z[ recovery-image] Aug 29 21:22:56.095 INFO O| Aug 29 21:22:56.095 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-29T21:22:56.727Z[verify-libraries] Compiling rpassword v7.5.4
70112026-08-29T21:22:56.733Z[ recovery-image] Aug 29 21:22:56.104 INFO O| Aug 29 21:22:56.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70122026-08-29T21:22:56.733Z[ recovery-image] Aug 29 21:22:56.104 INFO O| Aug 29 21:22:56.104 INFO STEP 556 (remove_files) COMPLETE
70132026-08-29T21:22:56.733Z[ recovery-image] Aug 29 21:22:56.104 INFO O| Aug 29 21:22:56.104 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-29T21:22:56.745Z[ recovery-image] Aug 29 21:22:56.115 INFO O| Aug 29 21:22:56.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70152026-08-29T21:22:56.745Z[ recovery-image] Aug 29 21:22:56.116 INFO O| Aug 29 21:22:56.115 INFO STEP 557 (remove_files) COMPLETE
70162026-08-29T21:22:56.745Z[ recovery-image] Aug 29 21:22:56.116 INFO O| Aug 29 21:22:56.115 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-29T21:22:56.755Z[ recovery-image] Aug 29 21:22:56.126 INFO O| Aug 29 21:22:56.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70182026-08-29T21:22:56.755Z[ recovery-image] Aug 29 21:22:56.126 INFO O| Aug 29 21:22:56.126 INFO STEP 558 (remove_files) COMPLETE
70192026-08-29T21:22:56.755Z[ recovery-image] Aug 29 21:22:56.126 INFO O| Aug 29 21:22:56.126 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-29T21:22:56.765Z[ recovery-image] Aug 29 21:22:56.136 INFO O| Aug 29 21:22:56.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70212026-08-29T21:22:56.765Z[ recovery-image] Aug 29 21:22:56.136 INFO O| Aug 29 21:22:56.136 INFO STEP 559 (remove_files) COMPLETE
70222026-08-29T21:22:56.765Z[ recovery-image] Aug 29 21:22:56.136 INFO O| Aug 29 21:22:56.136 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-29T21:22:56.773Z[ recovery-image] Aug 29 21:22:56.145 INFO O| Aug 29 21:22:56.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70242026-08-29T21:22:56.774Z[ recovery-image] Aug 29 21:22:56.145 INFO O| Aug 29 21:22:56.145 INFO STEP 560 (remove_files) COMPLETE
70252026-08-29T21:22:56.774Z[ recovery-image] Aug 29 21:22:56.145 INFO O| Aug 29 21:22:56.145 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-29T21:22:56.784Z[ recovery-image] Aug 29 21:22:56.155 INFO O| Aug 29 21:22:56.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70272026-08-29T21:22:56.784Z[ recovery-image] Aug 29 21:22:56.156 INFO O| Aug 29 21:22:56.155 INFO STEP 561 (remove_files) COMPLETE
70282026-08-29T21:22:56.787Z[ recovery-image] Aug 29 21:22:56.156 INFO O| Aug 29 21:22:56.155 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-29T21:22:56.793Z[ recovery-image] Aug 29 21:22:56.164 INFO O| Aug 29 21:22:56.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70302026-08-29T21:22:56.796Z[ recovery-image] Aug 29 21:22:56.164 INFO O| Aug 29 21:22:56.164 INFO STEP 562 (remove_files) COMPLETE
70312026-08-29T21:22:56.796Z[ recovery-image] Aug 29 21:22:56.164 INFO O| Aug 29 21:22:56.164 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-29T21:22:56.802Z[ recovery-image] Aug 29 21:22:56.173 INFO O| Aug 29 21:22:56.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70332026-08-29T21:22:56.802Z[ recovery-image] Aug 29 21:22:56.173 INFO O| Aug 29 21:22:56.173 INFO STEP 563 (remove_files) COMPLETE
70342026-08-29T21:22:56.802Z[ recovery-image] Aug 29 21:22:56.173 INFO O| Aug 29 21:22:56.173 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-29T21:22:56.811Z[ recovery-image] Aug 29 21:22:56.183 INFO O| Aug 29 21:22:56.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70362026-08-29T21:22:56.811Z[ recovery-image] Aug 29 21:22:56.183 INFO O| Aug 29 21:22:56.183 INFO STEP 564 (remove_files) COMPLETE
70372026-08-29T21:22:56.814Z[ recovery-image] Aug 29 21:22:56.183 INFO O| Aug 29 21:22:56.183 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-29T21:22:56.820Z[ recovery-image] Aug 29 21:22:56.191 INFO O| Aug 29 21:22:56.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70392026-08-29T21:22:56.820Z[ recovery-image] Aug 29 21:22:56.191 INFO O| Aug 29 21:22:56.191 INFO STEP 565 (remove_files) COMPLETE
70402026-08-29T21:22:56.820Z[ recovery-image] Aug 29 21:22:56.191 INFO O| Aug 29 21:22:56.191 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-29T21:22:56.830Z[ recovery-image] Aug 29 21:22:56.201 INFO O| Aug 29 21:22:56.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70422026-08-29T21:22:56.830Z[ recovery-image] Aug 29 21:22:56.202 INFO O| Aug 29 21:22:56.202 INFO STEP 566 (remove_files) COMPLETE
70432026-08-29T21:22:56.830Z[ recovery-image] Aug 29 21:22:56.202 INFO O| Aug 29 21:22:56.202 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-29T21:22:56.839Z[ recovery-image] Aug 29 21:22:56.211 INFO O| Aug 29 21:22:56.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70452026-08-29T21:22:56.839Z[ recovery-image] Aug 29 21:22:56.211 INFO O| Aug 29 21:22:56.211 INFO STEP 567 (remove_files) COMPLETE
70462026-08-29T21:22:56.840Z[ recovery-image] Aug 29 21:22:56.211 INFO O| Aug 29 21:22:56.211 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-29T21:22:56.849Z[ recovery-image] Aug 29 21:22:56.221 INFO O| Aug 29 21:22:56.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70482026-08-29T21:22:56.853Z[ recovery-image] Aug 29 21:22:56.222 INFO O| Aug 29 21:22:56.222 INFO STEP 568 (remove_files) COMPLETE
70492026-08-29T21:22:56.853Z[ recovery-image] Aug 29 21:22:56.222 INFO O| Aug 29 21:22:56.222 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-29T21:22:56.860Z[ recovery-image] Aug 29 21:22:56.231 INFO O| Aug 29 21:22:56.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70512026-08-29T21:22:56.860Z[ recovery-image] Aug 29 21:22:56.231 INFO O| Aug 29 21:22:56.231 INFO STEP 569 (remove_files) COMPLETE
70522026-08-29T21:22:56.860Z[ recovery-image] Aug 29 21:22:56.231 INFO O| Aug 29 21:22:56.231 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-29T21:22:56.869Z[ recovery-image] Aug 29 21:22:56.241 INFO O| Aug 29 21:22:56.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70542026-08-29T21:22:56.869Z[ recovery-image] Aug 29 21:22:56.241 INFO O| Aug 29 21:22:56.241 INFO STEP 570 (remove_files) COMPLETE
70552026-08-29T21:22:56.869Z[ recovery-image] Aug 29 21:22:56.241 INFO O| Aug 29 21:22:56.241 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-29T21:22:56.879Z[ recovery-image] Aug 29 21:22:56.250 INFO O| Aug 29 21:22:56.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70572026-08-29T21:22:56.879Z[ recovery-image] Aug 29 21:22:56.250 INFO O| Aug 29 21:22:56.250 INFO STEP 571 (remove_files) COMPLETE
70582026-08-29T21:22:56.882Z[ recovery-image] Aug 29 21:22:56.250 INFO O| Aug 29 21:22:56.250 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-29T21:22:56.889Z[ recovery-image] Aug 29 21:22:56.260 INFO O| Aug 29 21:22:56.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70602026-08-29T21:22:56.889Z[ recovery-image] Aug 29 21:22:56.260 INFO O| Aug 29 21:22:56.260 INFO STEP 572 (remove_files) COMPLETE
70612026-08-29T21:22:56.889Z[ recovery-image] Aug 29 21:22:56.260 INFO O| Aug 29 21:22:56.260 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-29T21:22:56.899Z[ recovery-image] Aug 29 21:22:56.270 INFO O| Aug 29 21:22:56.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70632026-08-29T21:22:56.899Z[ recovery-image] Aug 29 21:22:56.270 INFO O| Aug 29 21:22:56.270 INFO STEP 573 (remove_files) COMPLETE
70642026-08-29T21:22:56.899Z[ recovery-image] Aug 29 21:22:56.270 INFO O| Aug 29 21:22:56.270 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-29T21:22:56.909Z[ recovery-image] Aug 29 21:22:56.280 INFO O| Aug 29 21:22:56.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70662026-08-29T21:22:56.909Z[ recovery-image] Aug 29 21:22:56.281 INFO O| Aug 29 21:22:56.281 INFO STEP 574 (remove_files) COMPLETE
70672026-08-29T21:22:56.909Z[ recovery-image] Aug 29 21:22:56.281 INFO O| Aug 29 21:22:56.281 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-29T21:22:56.919Z[ recovery-image] Aug 29 21:22:56.291 INFO O| Aug 29 21:22:56.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70692026-08-29T21:22:56.919Z[ recovery-image] Aug 29 21:22:56.291 INFO O| Aug 29 21:22:56.291 INFO STEP 575 (remove_files) COMPLETE
70702026-08-29T21:22:56.923Z[ recovery-image] Aug 29 21:22:56.291 INFO O| Aug 29 21:22:56.291 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-29T21:22:56.929Z[ recovery-image] Aug 29 21:22:56.301 INFO O| Aug 29 21:22:56.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70722026-08-29T21:22:56.929Z[ recovery-image] Aug 29 21:22:56.301 INFO O| Aug 29 21:22:56.301 INFO STEP 576 (remove_files) COMPLETE
70732026-08-29T21:22:56.929Z[ recovery-image] Aug 29 21:22:56.301 INFO O| Aug 29 21:22:56.301 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-29T21:22:56.939Z[ recovery-image] Aug 29 21:22:56.310 INFO O| Aug 29 21:22:56.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70752026-08-29T21:22:56.939Z[ recovery-image] Aug 29 21:22:56.310 INFO O| Aug 29 21:22:56.310 INFO STEP 577 (remove_files) COMPLETE
70762026-08-29T21:22:56.939Z[ recovery-image] Aug 29 21:22:56.310 INFO O| Aug 29 21:22:56.310 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-29T21:22:56.948Z[ recovery-image] Aug 29 21:22:56.320 INFO O| Aug 29 21:22:56.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70782026-08-29T21:22:56.949Z[ recovery-image] Aug 29 21:22:56.320 INFO O| Aug 29 21:22:56.320 INFO STEP 578 (remove_files) COMPLETE
70792026-08-29T21:22:56.949Z[ recovery-image] Aug 29 21:22:56.320 INFO O| Aug 29 21:22:56.320 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-29T21:22:56.958Z[ recovery-image] Aug 29 21:22:56.330 INFO O| Aug 29 21:22:56.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70812026-08-29T21:22:56.958Z[ recovery-image] Aug 29 21:22:56.330 INFO O| Aug 29 21:22:56.330 INFO STEP 579 (remove_files) COMPLETE
70822026-08-29T21:22:56.962Z[ recovery-image] Aug 29 21:22:56.330 INFO O| Aug 29 21:22:56.330 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-29T21:22:56.967Z[ recovery-image] Aug 29 21:22:56.339 INFO O| Aug 29 21:22:56.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70842026-08-29T21:22:56.967Z[ recovery-image] Aug 29 21:22:56.339 INFO O| Aug 29 21:22:56.339 INFO STEP 580 (remove_files) COMPLETE
70852026-08-29T21:22:56.967Z[ recovery-image] Aug 29 21:22:56.339 INFO O| Aug 29 21:22:56.339 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-29T21:22:56.976Z[ recovery-image] Aug 29 21:22:56.347 INFO O| Aug 29 21:22:56.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70872026-08-29T21:22:56.976Z[ recovery-image] Aug 29 21:22:56.348 INFO O| Aug 29 21:22:56.348 INFO STEP 581 (remove_files) COMPLETE
70882026-08-29T21:22:56.976Z[ recovery-image] Aug 29 21:22:56.348 INFO O| Aug 29 21:22:56.348 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-29T21:22:56.985Z[ recovery-image] Aug 29 21:22:56.357 INFO O| Aug 29 21:22:56.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70902026-08-29T21:22:56.985Z[ recovery-image] Aug 29 21:22:56.357 INFO O| Aug 29 21:22:56.357 INFO STEP 582 (remove_files) COMPLETE
70912026-08-29T21:22:56.985Z[ recovery-image] Aug 29 21:22:56.357 INFO O| Aug 29 21:22:56.357 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-29T21:22:56.995Z[ recovery-image] Aug 29 21:22:56.367 INFO O| Aug 29 21:22:56.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70932026-08-29T21:22:56.995Z[ recovery-image] Aug 29 21:22:56.367 INFO O| Aug 29 21:22:56.367 INFO STEP 583 (remove_files) COMPLETE
70942026-08-29T21:22:56.995Z[ recovery-image] Aug 29 21:22:56.367 INFO O| Aug 29 21:22:56.367 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-29T21:22:57.004Z[ recovery-image] Aug 29 21:22:56.375 INFO O| Aug 29 21:22:56.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70962026-08-29T21:22:57.004Z[ recovery-image] Aug 29 21:22:56.375 INFO O| Aug 29 21:22:56.375 INFO STEP 584 (remove_files) COMPLETE
70972026-08-29T21:22:57.004Z[ recovery-image] Aug 29 21:22:56.375 INFO O| Aug 29 21:22:56.375 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-29T21:22:57.012Z[ recovery-image] Aug 29 21:22:56.383 INFO O| Aug 29 21:22:56.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70992026-08-29T21:22:57.012Z[ recovery-image] Aug 29 21:22:56.383 INFO O| Aug 29 21:22:56.383 INFO STEP 585 (remove_files) COMPLETE
71002026-08-29T21:22:57.012Z[ recovery-image] Aug 29 21:22:56.383 INFO O| Aug 29 21:22:56.383 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-29T21:22:57.020Z[ recovery-image] Aug 29 21:22:56.392 INFO O| Aug 29 21:22:56.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71022026-08-29T21:22:57.020Z[ recovery-image] Aug 29 21:22:56.392 INFO O| Aug 29 21:22:56.392 INFO STEP 586 (remove_files) COMPLETE
71032026-08-29T21:22:57.023Z[ recovery-image] Aug 29 21:22:56.392 INFO O| Aug 29 21:22:56.392 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-29T21:22:57.029Z[ recovery-image] Aug 29 21:22:56.400 INFO O| Aug 29 21:22:56.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71052026-08-29T21:22:57.029Z[ recovery-image] Aug 29 21:22:56.400 INFO O| Aug 29 21:22:56.400 INFO STEP 587 (remove_files) COMPLETE
71062026-08-29T21:22:57.029Z[ recovery-image] Aug 29 21:22:56.400 INFO O| Aug 29 21:22:56.400 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-29T21:22:57.038Z[ recovery-image] Aug 29 21:22:56.410 INFO O| Aug 29 21:22:56.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71082026-08-29T21:22:57.038Z[ recovery-image] Aug 29 21:22:56.410 INFO O| Aug 29 21:22:56.410 INFO STEP 588 (remove_files) COMPLETE
71092026-08-29T21:22:57.041Z[ recovery-image] Aug 29 21:22:56.410 INFO O| Aug 29 21:22:56.410 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-29T21:22:57.046Z[ recovery-image] Aug 29 21:22:56.418 INFO O| Aug 29 21:22:56.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71112026-08-29T21:22:57.046Z[ recovery-image] Aug 29 21:22:56.418 INFO O| Aug 29 21:22:56.418 INFO STEP 589 (remove_files) COMPLETE
71122026-08-29T21:22:57.046Z[ recovery-image] Aug 29 21:22:56.418 INFO O| Aug 29 21:22:56.418 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-29T21:22:57.057Z[ recovery-image] Aug 29 21:22:56.429 INFO O| Aug 29 21:22:56.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71142026-08-29T21:22:57.058Z[ recovery-image] Aug 29 21:22:56.429 INFO O| Aug 29 21:22:56.429 INFO STEP 590 (remove_files) COMPLETE
71152026-08-29T21:22:57.058Z[ recovery-image] Aug 29 21:22:56.429 INFO O| Aug 29 21:22:56.429 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-29T21:22:57.068Z[ recovery-image] Aug 29 21:22:56.440 INFO O| Aug 29 21:22:56.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71172026-08-29T21:22:57.068Z[ recovery-image] Aug 29 21:22:56.440 INFO O| Aug 29 21:22:56.440 INFO STEP 591 (remove_files) COMPLETE
71182026-08-29T21:22:57.068Z[ recovery-image] Aug 29 21:22:56.440 INFO O| Aug 29 21:22:56.440 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-29T21:22:57.077Z[ recovery-image] Aug 29 21:22:56.448 INFO O| Aug 29 21:22:56.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71202026-08-29T21:22:57.077Z[ recovery-image] Aug 29 21:22:56.448 INFO O| Aug 29 21:22:56.448 INFO STEP 592 (remove_files) COMPLETE
71212026-08-29T21:22:57.077Z[ recovery-image] Aug 29 21:22:56.448 INFO O| Aug 29 21:22:56.448 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-29T21:22:57.086Z[ recovery-image] Aug 29 21:22:56.457 INFO O| Aug 29 21:22:56.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71232026-08-29T21:22:57.086Z[ recovery-image] Aug 29 21:22:56.458 INFO O| Aug 29 21:22:56.458 INFO STEP 593 (remove_files) COMPLETE
71242026-08-29T21:22:57.086Z[ recovery-image] Aug 29 21:22:56.458 INFO O| Aug 29 21:22:56.458 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-29T21:22:57.095Z[ recovery-image] Aug 29 21:22:56.467 INFO O| Aug 29 21:22:56.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71262026-08-29T21:22:57.095Z[ recovery-image] Aug 29 21:22:56.467 INFO O| Aug 29 21:22:56.467 INFO STEP 594 (remove_files) COMPLETE
71272026-08-29T21:22:57.095Z[ recovery-image] Aug 29 21:22:56.467 INFO O| Aug 29 21:22:56.467 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-29T21:22:57.104Z[ recovery-image] Aug 29 21:22:56.476 INFO O| Aug 29 21:22:56.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71292026-08-29T21:22:57.104Z[ recovery-image] Aug 29 21:22:56.476 INFO O| Aug 29 21:22:56.476 INFO STEP 595 (remove_files) COMPLETE
71302026-08-29T21:22:57.107Z[ recovery-image] Aug 29 21:22:56.476 INFO O| Aug 29 21:22:56.476 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-29T21:22:57.113Z[ recovery-image] Aug 29 21:22:56.485 INFO O| Aug 29 21:22:56.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71322026-08-29T21:22:57.113Z[ recovery-image] Aug 29 21:22:56.485 INFO O| Aug 29 21:22:56.485 INFO STEP 596 (remove_files) COMPLETE
71332026-08-29T21:22:57.117Z[ recovery-image] Aug 29 21:22:56.485 INFO O| Aug 29 21:22:56.485 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-29T21:22:57.143Z[ recovery-image] Aug 29 21:22:56.514 INFO O| Aug 29 21:22:56.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71352026-08-29T21:22:57.143Z[ recovery-image] Aug 29 21:22:56.514 INFO O| Aug 29 21:22:56.514 INFO STEP 597 (remove_files) COMPLETE
71362026-08-29T21:22:57.146Z[ recovery-image] Aug 29 21:22:56.514 INFO O| Aug 29 21:22:56.514 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-29T21:22:57.153Z[ recovery-image] Aug 29 21:22:56.525 INFO O| Aug 29 21:22:56.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71382026-08-29T21:22:57.153Z[ recovery-image] Aug 29 21:22:56.525 INFO O| Aug 29 21:22:56.525 INFO STEP 598 (remove_files) COMPLETE
71392026-08-29T21:22:57.153Z[ recovery-image] Aug 29 21:22:56.525 INFO O| Aug 29 21:22:56.525 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-29T21:22:57.164Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
71412026-08-29T21:22:57.164Z[ recovery-image] Aug 29 21:22:56.535 INFO O| Aug 29 21:22:56.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71422026-08-29T21:22:57.167Z[ recovery-image] Aug 29 21:22:56.535 INFO O| Aug 29 21:22:56.535 INFO STEP 599 (remove_files) COMPLETE
71432026-08-29T21:22:57.167Z[ recovery-image] Aug 29 21:22:56.535 INFO O| Aug 29 21:22:56.535 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-29T21:22:57.174Z[ recovery-image] Aug 29 21:22:56.545 INFO O| Aug 29 21:22:56.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71452026-08-29T21:22:57.174Z[ recovery-image] Aug 29 21:22:56.546 INFO O| Aug 29 21:22:56.546 INFO STEP 600 (remove_files) COMPLETE
71462026-08-29T21:22:57.174Z[ recovery-image] Aug 29 21:22:56.546 INFO O| Aug 29 21:22:56.546 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-29T21:22:57.184Z[ recovery-image] Aug 29 21:22:56.556 INFO O| Aug 29 21:22:56.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71482026-08-29T21:22:57.184Z[ recovery-image] Aug 29 21:22:56.556 INFO O| Aug 29 21:22:56.556 INFO STEP 601 (remove_files) COMPLETE
71492026-08-29T21:22:57.187Z[ recovery-image] Aug 29 21:22:56.556 INFO O| Aug 29 21:22:56.556 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-29T21:22:57.196Z[ recovery-image] Aug 29 21:22:56.568 INFO O| Aug 29 21:22:56.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71512026-08-29T21:22:57.196Z[ recovery-image] Aug 29 21:22:56.568 INFO O| Aug 29 21:22:56.566 INFO STEP 602 (remove_files) COMPLETE
71522026-08-29T21:22:57.196Z[ recovery-image] Aug 29 21:22:56.568 INFO O| Aug 29 21:22:56.566 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-29T21:22:57.209Z[ recovery-image] Aug 29 21:22:56.579 INFO O| Aug 29 21:22:56.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71542026-08-29T21:22:57.209Z[ recovery-image] Aug 29 21:22:56.579 INFO O| Aug 29 21:22:56.576 INFO STEP 603 (remove_files) COMPLETE
71552026-08-29T21:22:57.209Z[ recovery-image] Aug 29 21:22:56.579 INFO O| Aug 29 21:22:56.576 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-29T21:22:57.215Z[ recovery-image] Aug 29 21:22:56.586 INFO O| Aug 29 21:22:56.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71572026-08-29T21:22:57.215Z[ recovery-image] Aug 29 21:22:56.586 INFO O| Aug 29 21:22:56.586 INFO STEP 604 (remove_files) COMPLETE
71582026-08-29T21:22:57.215Z[ recovery-image] Aug 29 21:22:56.586 INFO O| Aug 29 21:22:56.586 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-29T21:22:57.225Z[ recovery-image] Aug 29 21:22:56.596 INFO O| Aug 29 21:22:56.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71602026-08-29T21:22:57.225Z[ recovery-image] Aug 29 21:22:56.596 INFO O| Aug 29 21:22:56.596 INFO STEP 605 (remove_files) COMPLETE
71612026-08-29T21:22:57.228Z[ recovery-image] Aug 29 21:22:56.596 INFO O| Aug 29 21:22:56.596 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-29T21:22:57.236Z[ recovery-image] Aug 29 21:22:56.607 INFO O| Aug 29 21:22:56.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71632026-08-29T21:22:57.236Z[ recovery-image] Aug 29 21:22:56.607 INFO O| Aug 29 21:22:56.607 INFO STEP 606 (remove_files) COMPLETE
71642026-08-29T21:22:57.236Z[ recovery-image] Aug 29 21:22:56.607 INFO O| Aug 29 21:22:56.607 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-29T21:22:57.239Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
71662026-08-29T21:22:57.247Z[ recovery-image] Aug 29 21:22:56.617 INFO O| Aug 29 21:22:56.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71672026-08-29T21:22:57.247Z[ recovery-image] Aug 29 21:22:56.617 INFO O| Aug 29 21:22:56.617 INFO STEP 607 (remove_files) COMPLETE
71682026-08-29T21:22:57.247Z[ recovery-image] Aug 29 21:22:56.617 INFO O| Aug 29 21:22:56.617 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-29T21:22:57.256Z[ recovery-image] Aug 29 21:22:56.628 INFO O| Aug 29 21:22:56.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71702026-08-29T21:22:57.257Z[ recovery-image] Aug 29 21:22:56.628 INFO O| Aug 29 21:22:56.628 INFO STEP 608 (remove_files) COMPLETE
71712026-08-29T21:22:57.257Z[ recovery-image] Aug 29 21:22:56.628 INFO O| Aug 29 21:22:56.628 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-29T21:22:57.266Z[ recovery-image] Aug 29 21:22:56.638 INFO O| Aug 29 21:22:56.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71732026-08-29T21:22:57.267Z[ recovery-image] Aug 29 21:22:56.638 INFO O| Aug 29 21:22:56.638 INFO STEP 609 (remove_files) COMPLETE
71742026-08-29T21:22:57.267Z[ recovery-image] Aug 29 21:22:56.638 INFO O| Aug 29 21:22:56.638 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-29T21:22:57.277Z[ recovery-image] Aug 29 21:22:56.649 INFO O| Aug 29 21:22:56.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71762026-08-29T21:22:57.280Z[ recovery-image] Aug 29 21:22:56.649 INFO O| Aug 29 21:22:56.649 INFO STEP 610 (remove_files) COMPLETE
71772026-08-29T21:22:57.280Z[ recovery-image] Aug 29 21:22:56.649 INFO O| Aug 29 21:22:56.649 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-29T21:22:57.288Z[ recovery-image] Aug 29 21:22:56.660 INFO O| Aug 29 21:22:56.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71792026-08-29T21:22:57.288Z[ recovery-image] Aug 29 21:22:56.660 INFO O| Aug 29 21:22:56.660 INFO STEP 611 (remove_files) COMPLETE
71802026-08-29T21:22:57.288Z[ recovery-image] Aug 29 21:22:56.660 INFO O| Aug 29 21:22:56.660 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-29T21:22:57.298Z[ recovery-image] Aug 29 21:22:56.670 INFO O| Aug 29 21:22:56.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71822026-08-29T21:22:57.298Z[ recovery-image] Aug 29 21:22:56.670 INFO O| Aug 29 21:22:56.670 INFO STEP 612 (remove_files) COMPLETE
71832026-08-29T21:22:57.302Z[ recovery-image] Aug 29 21:22:56.670 INFO O| Aug 29 21:22:56.670 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-29T21:22:57.312Z[ recovery-image] Aug 29 21:22:56.680 INFO O| Aug 29 21:22:56.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71852026-08-29T21:22:57.313Z[ recovery-image] Aug 29 21:22:56.680 INFO O| Aug 29 21:22:56.680 INFO STEP 613 (remove_files) COMPLETE
71862026-08-29T21:22:57.313Z[ recovery-image] Aug 29 21:22:56.680 INFO O| Aug 29 21:22:56.680 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-29T21:22:57.317Z[ recovery-image] Aug 29 21:22:56.689 INFO O| Aug 29 21:22:56.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71882026-08-29T21:22:57.317Z[ recovery-image] Aug 29 21:22:56.689 INFO O| Aug 29 21:22:56.689 INFO STEP 614 (remove_files) COMPLETE
71892026-08-29T21:22:57.320Z[ recovery-image] Aug 29 21:22:56.689 INFO O| Aug 29 21:22:56.689 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-29T21:22:57.326Z[ recovery-image] Aug 29 21:22:56.698 INFO O| Aug 29 21:22:56.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71912026-08-29T21:22:57.326Z[ recovery-image] Aug 29 21:22:56.698 INFO O| Aug 29 21:22:56.698 INFO STEP 615 (remove_files) COMPLETE
71922026-08-29T21:22:57.326Z[ recovery-image] Aug 29 21:22:56.698 INFO O| Aug 29 21:22:56.698 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-29T21:22:57.335Z[ recovery-image] Aug 29 21:22:56.707 INFO O| Aug 29 21:22:56.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71942026-08-29T21:22:57.335Z[ recovery-image] Aug 29 21:22:56.707 INFO O| Aug 29 21:22:56.707 INFO STEP 616 (remove_files) COMPLETE
71952026-08-29T21:22:57.339Z[ recovery-image] Aug 29 21:22:56.707 INFO O| Aug 29 21:22:56.707 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-29T21:22:57.345Z[ recovery-image] Aug 29 21:22:56.717 INFO O| Aug 29 21:22:56.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71972026-08-29T21:22:57.345Z[ recovery-image] Aug 29 21:22:56.717 INFO O| Aug 29 21:22:56.717 INFO STEP 617 (remove_files) COMPLETE
71982026-08-29T21:22:57.345Z[ recovery-image] Aug 29 21:22:56.717 INFO O| Aug 29 21:22:56.717 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-29T21:22:57.354Z[ recovery-image] Aug 29 21:22:56.726 INFO O| Aug 29 21:22:56.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72002026-08-29T21:22:57.354Z[ recovery-image] Aug 29 21:22:56.726 INFO O| Aug 29 21:22:56.726 INFO STEP 618 (remove_files) COMPLETE
72012026-08-29T21:22:57.354Z[ recovery-image] Aug 29 21:22:56.726 INFO O| Aug 29 21:22:56.726 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-29T21:22:57.363Z[ recovery-image] Aug 29 21:22:56.735 INFO O| Aug 29 21:22:56.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72032026-08-29T21:22:57.363Z[ recovery-image] Aug 29 21:22:56.735 INFO O| Aug 29 21:22:56.735 INFO STEP 619 (remove_files) COMPLETE
72042026-08-29T21:22:57.363Z[ recovery-image] Aug 29 21:22:56.735 INFO O| Aug 29 21:22:56.735 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-29T21:22:57.373Z[ recovery-image] Aug 29 21:22:56.745 INFO O| Aug 29 21:22:56.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72062026-08-29T21:22:57.373Z[ recovery-image] Aug 29 21:22:56.745 INFO O| Aug 29 21:22:56.745 INFO STEP 620 (remove_files) COMPLETE
72072026-08-29T21:22:57.373Z[ recovery-image] Aug 29 21:22:56.745 INFO O| Aug 29 21:22:56.745 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-29T21:22:57.381Z[ recovery-image] Aug 29 21:22:56.753 INFO O| Aug 29 21:22:56.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72092026-08-29T21:22:57.381Z[ recovery-image] Aug 29 21:22:56.753 INFO O| Aug 29 21:22:56.753 INFO STEP 621 (remove_files) COMPLETE
72102026-08-29T21:22:57.381Z[ recovery-image] Aug 29 21:22:56.753 INFO O| Aug 29 21:22:56.753 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-29T21:22:57.393Z[ recovery-image] Aug 29 21:22:56.764 INFO O| Aug 29 21:22:56.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72122026-08-29T21:22:57.393Z[ recovery-image] Aug 29 21:22:56.764 INFO O| Aug 29 21:22:56.764 INFO STEP 622 (remove_files) COMPLETE
72132026-08-29T21:22:57.393Z[ recovery-image] Aug 29 21:22:56.764 INFO O| Aug 29 21:22:56.764 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-29T21:22:57.401Z[ recovery-image] Aug 29 21:22:56.773 INFO O| Aug 29 21:22:56.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72152026-08-29T21:22:57.401Z[ recovery-image] Aug 29 21:22:56.773 INFO O| Aug 29 21:22:56.773 INFO STEP 623 (remove_files) COMPLETE
72162026-08-29T21:22:57.405Z[ recovery-image] Aug 29 21:22:56.773 INFO O| Aug 29 21:22:56.773 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-29T21:22:57.411Z[ recovery-image] Aug 29 21:22:56.783 INFO O| Aug 29 21:22:56.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72182026-08-29T21:22:57.411Z[ recovery-image] Aug 29 21:22:56.783 INFO O| Aug 29 21:22:56.783 INFO STEP 624 (remove_files) COMPLETE
72192026-08-29T21:22:57.411Z[ recovery-image] Aug 29 21:22:56.783 INFO O| Aug 29 21:22:56.783 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-29T21:22:57.421Z[ recovery-image] Aug 29 21:22:56.792 INFO O| Aug 29 21:22:56.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72212026-08-29T21:22:57.421Z[ recovery-image] Aug 29 21:22:56.792 INFO O| Aug 29 21:22:56.792 INFO STEP 625 (remove_files) COMPLETE
72222026-08-29T21:22:57.421Z[ recovery-image] Aug 29 21:22:56.792 INFO O| Aug 29 21:22:56.792 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-29T21:22:57.430Z[ recovery-image] Aug 29 21:22:56.801 INFO O| Aug 29 21:22:56.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72242026-08-29T21:22:57.430Z[ recovery-image] Aug 29 21:22:56.801 INFO O| Aug 29 21:22:56.801 INFO STEP 626 (remove_files) COMPLETE
72252026-08-29T21:22:57.430Z[ recovery-image] Aug 29 21:22:56.801 INFO O| Aug 29 21:22:56.801 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-29T21:22:57.441Z[ recovery-image] Aug 29 21:22:56.813 INFO O| Aug 29 21:22:56.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72272026-08-29T21:22:57.441Z[ recovery-image] Aug 29 21:22:56.813 INFO O| Aug 29 21:22:56.813 INFO STEP 627 (remove_files) COMPLETE
72282026-08-29T21:22:57.441Z[ recovery-image] Aug 29 21:22:56.813 INFO O| Aug 29 21:22:56.813 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-29T21:22:57.451Z[ recovery-image] Aug 29 21:22:56.823 INFO O| Aug 29 21:22:56.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72302026-08-29T21:22:57.451Z[ recovery-image] Aug 29 21:22:56.823 INFO O| Aug 29 21:22:56.823 INFO STEP 628 (remove_files) COMPLETE
72312026-08-29T21:22:57.451Z[ recovery-image] Aug 29 21:22:56.823 INFO O| Aug 29 21:22:56.823 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-29T21:22:57.459Z[verify-libraries] Compiling ml-kem v0.3.2
72332026-08-29T21:22:57.462Z[ recovery-image] Aug 29 21:22:56.833 INFO O| Aug 29 21:22:56.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72342026-08-29T21:22:57.462Z[ recovery-image] Aug 29 21:22:56.833 INFO O| Aug 29 21:22:56.833 INFO STEP 629 (remove_files) COMPLETE
72352026-08-29T21:22:57.462Z[ recovery-image] Aug 29 21:22:56.833 INFO O| Aug 29 21:22:56.833 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-29T21:22:57.470Z[ recovery-image] Aug 29 21:22:56.842 INFO O| Aug 29 21:22:56.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72372026-08-29T21:22:57.470Z[ recovery-image] Aug 29 21:22:56.842 INFO O| Aug 29 21:22:56.842 INFO STEP 630 (remove_files) COMPLETE
72382026-08-29T21:22:57.470Z[ recovery-image] Aug 29 21:22:56.842 INFO O| Aug 29 21:22:56.842 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-29T21:22:57.482Z[ recovery-image] Aug 29 21:22:56.852 INFO O| Aug 29 21:22:56.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72402026-08-29T21:22:57.482Z[ recovery-image] Aug 29 21:22:56.852 INFO O| Aug 29 21:22:56.852 INFO STEP 631 (remove_files) COMPLETE
72412026-08-29T21:22:57.482Z[ recovery-image] Aug 29 21:22:56.852 INFO O| Aug 29 21:22:56.852 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-29T21:22:57.491Z[ recovery-image] Aug 29 21:22:56.862 INFO O| Aug 29 21:22:56.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72432026-08-29T21:22:57.491Z[ recovery-image] Aug 29 21:22:56.862 INFO O| Aug 29 21:22:56.862 INFO STEP 632 (remove_files) COMPLETE
72442026-08-29T21:22:57.491Z[ recovery-image] Aug 29 21:22:56.862 INFO O| Aug 29 21:22:56.862 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-29T21:22:57.501Z[ recovery-image] Aug 29 21:22:56.873 INFO O| Aug 29 21:22:56.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72462026-08-29T21:22:57.501Z[ recovery-image] Aug 29 21:22:56.873 INFO O| Aug 29 21:22:56.873 INFO STEP 633 (remove_files) COMPLETE
72472026-08-29T21:22:57.504Z[ recovery-image] Aug 29 21:22:56.873 INFO O| Aug 29 21:22:56.873 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-29T21:22:57.511Z[ recovery-image] Aug 29 21:22:56.883 INFO O| Aug 29 21:22:56.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72492026-08-29T21:22:57.511Z[ recovery-image] Aug 29 21:22:56.883 INFO O| Aug 29 21:22:56.883 INFO STEP 634 (remove_files) COMPLETE
72502026-08-29T21:22:57.511Z[ recovery-image] Aug 29 21:22:56.883 INFO O| Aug 29 21:22:56.883 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-29T21:22:57.521Z[ recovery-image] Aug 29 21:22:56.893 INFO O| Aug 29 21:22:56.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72522026-08-29T21:22:57.521Z[ recovery-image] Aug 29 21:22:56.893 INFO O| Aug 29 21:22:56.893 INFO STEP 635 (remove_files) COMPLETE
72532026-08-29T21:22:57.521Z[ recovery-image] Aug 29 21:22:56.893 INFO O| Aug 29 21:22:56.893 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-29T21:22:57.532Z[ recovery-image] Aug 29 21:22:56.903 INFO O| Aug 29 21:22:56.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72552026-08-29T21:22:57.532Z[ recovery-image] Aug 29 21:22:56.903 INFO O| Aug 29 21:22:56.903 INFO STEP 636 (remove_files) COMPLETE
72562026-08-29T21:22:57.532Z[ recovery-image] Aug 29 21:22:56.903 INFO O| Aug 29 21:22:56.903 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-29T21:22:57.541Z[ recovery-image] Aug 29 21:22:56.913 INFO O| Aug 29 21:22:56.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72582026-08-29T21:22:57.541Z[ recovery-image] Aug 29 21:22:56.913 INFO O| Aug 29 21:22:56.913 INFO STEP 637 (remove_files) COMPLETE
72592026-08-29T21:22:57.541Z[ recovery-image] Aug 29 21:22:56.913 INFO O| Aug 29 21:22:56.913 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-29T21:22:57.551Z[ recovery-image] Aug 29 21:22:56.922 INFO O| Aug 29 21:22:56.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72612026-08-29T21:22:57.551Z[ recovery-image] Aug 29 21:22:56.922 INFO O| Aug 29 21:22:56.922 INFO STEP 638 (remove_files) COMPLETE
72622026-08-29T21:22:57.551Z[ recovery-image] Aug 29 21:22:56.922 INFO O| Aug 29 21:22:56.922 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-29T21:22:57.560Z[ recovery-image] Aug 29 21:22:56.931 INFO O| Aug 29 21:22:56.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72642026-08-29T21:22:57.560Z[ recovery-image] Aug 29 21:22:56.931 INFO O| Aug 29 21:22:56.931 INFO STEP 639 (remove_files) COMPLETE
72652026-08-29T21:22:57.560Z[ recovery-image] Aug 29 21:22:56.931 INFO O| Aug 29 21:22:56.931 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-29T21:22:57.569Z[ recovery-image] Aug 29 21:22:56.941 INFO O| Aug 29 21:22:56.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72672026-08-29T21:22:57.569Z[ recovery-image] Aug 29 21:22:56.941 INFO O| Aug 29 21:22:56.941 INFO STEP 640 (remove_files) COMPLETE
72682026-08-29T21:22:57.569Z[ recovery-image] Aug 29 21:22:56.941 INFO O| Aug 29 21:22:56.941 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-29T21:22:57.578Z[ recovery-image] Aug 29 21:22:56.950 INFO O| Aug 29 21:22:56.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72702026-08-29T21:22:57.578Z[ recovery-image] Aug 29 21:22:56.950 INFO O| Aug 29 21:22:56.950 INFO STEP 641 (remove_files) COMPLETE
72712026-08-29T21:22:57.578Z[ recovery-image] Aug 29 21:22:56.950 INFO O| Aug 29 21:22:56.950 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-29T21:22:57.589Z[ recovery-image] Aug 29 21:22:56.960 INFO O| Aug 29 21:22:56.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72732026-08-29T21:22:57.589Z[ recovery-image] Aug 29 21:22:56.960 INFO O| Aug 29 21:22:56.960 INFO STEP 642 (remove_files) COMPLETE
72742026-08-29T21:22:57.589Z[ recovery-image] Aug 29 21:22:56.960 INFO O| Aug 29 21:22:56.960 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-29T21:22:57.598Z[ recovery-image] Aug 29 21:22:56.970 INFO O| Aug 29 21:22:56.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72762026-08-29T21:22:57.598Z[ recovery-image] Aug 29 21:22:56.970 INFO O| Aug 29 21:22:56.970 INFO STEP 643 (remove_files) COMPLETE
72772026-08-29T21:22:57.601Z[ recovery-image] Aug 29 21:22:56.970 INFO O| Aug 29 21:22:56.970 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-29T21:22:57.608Z[ recovery-image] Aug 29 21:22:56.980 INFO O| Aug 29 21:22:56.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72792026-08-29T21:22:57.608Z[ recovery-image] Aug 29 21:22:56.980 INFO O| Aug 29 21:22:56.980 INFO STEP 644 (remove_files) COMPLETE
72802026-08-29T21:22:57.611Z[ recovery-image] Aug 29 21:22:56.980 INFO O| Aug 29 21:22:56.980 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-29T21:22:57.619Z[ recovery-image] Aug 29 21:22:56.991 INFO O| Aug 29 21:22:56.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72822026-08-29T21:22:57.619Z[ recovery-image] Aug 29 21:22:56.991 INFO O| Aug 29 21:22:56.991 INFO STEP 645 (remove_files) COMPLETE
72832026-08-29T21:22:57.619Z[ recovery-image] Aug 29 21:22:56.991 INFO O| Aug 29 21:22:56.991 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-29T21:22:57.631Z[ recovery-image] Aug 29 21:22:57.002 INFO O| Aug 29 21:22:57.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72852026-08-29T21:22:57.631Z[ recovery-image] Aug 29 21:22:57.002 INFO O| Aug 29 21:22:57.002 INFO STEP 646 (remove_files) COMPLETE
72862026-08-29T21:22:57.631Z[ recovery-image] Aug 29 21:22:57.002 INFO O| Aug 29 21:22:57.002 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-29T21:22:57.642Z[ recovery-image] Aug 29 21:22:57.013 INFO O| Aug 29 21:22:57.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72882026-08-29T21:22:57.642Z[ recovery-image] Aug 29 21:22:57.013 INFO O| Aug 29 21:22:57.013 INFO STEP 647 (remove_files) COMPLETE
72892026-08-29T21:22:57.642Z[ recovery-image] Aug 29 21:22:57.013 INFO O| Aug 29 21:22:57.013 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-29T21:22:57.651Z[ recovery-image] Aug 29 21:22:57.023 INFO O| Aug 29 21:22:57.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72912026-08-29T21:22:57.652Z[ recovery-image] Aug 29 21:22:57.023 INFO O| Aug 29 21:22:57.023 INFO STEP 648 (remove_files) COMPLETE
72922026-08-29T21:22:57.655Z[ recovery-image] Aug 29 21:22:57.023 INFO O| Aug 29 21:22:57.023 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-29T21:22:57.661Z[ recovery-image] Aug 29 21:22:57.032 INFO O| Aug 29 21:22:57.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72942026-08-29T21:22:57.661Z[ recovery-image] Aug 29 21:22:57.033 INFO O| Aug 29 21:22:57.033 INFO STEP 649 (remove_files) COMPLETE
72952026-08-29T21:22:57.672Z[ recovery-image] Aug 29 21:22:57.033 INFO O| Aug 29 21:22:57.033 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-29T21:22:57.672Z[ recovery-image] Aug 29 21:22:57.042 INFO O| Aug 29 21:22:57.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72972026-08-29T21:22:57.672Z[ recovery-image] Aug 29 21:22:57.043 INFO O| Aug 29 21:22:57.042 INFO STEP 650 (remove_files) COMPLETE
72982026-08-29T21:22:57.672Z[ recovery-image] Aug 29 21:22:57.043 INFO O| Aug 29 21:22:57.042 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-29T21:22:57.684Z[ recovery-image] Aug 29 21:22:57.055 INFO O| Aug 29 21:22:57.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73002026-08-29T21:22:57.684Z[ recovery-image] Aug 29 21:22:57.055 INFO O| Aug 29 21:22:57.052 INFO STEP 651 (remove_files) COMPLETE
73012026-08-29T21:22:57.684Z[ recovery-image] Aug 29 21:22:57.055 INFO O| Aug 29 21:22:57.052 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-29T21:22:57.694Z[ recovery-image] Aug 29 21:22:57.065 INFO O| Aug 29 21:22:57.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73032026-08-29T21:22:57.694Z[ recovery-image] Aug 29 21:22:57.065 INFO O| Aug 29 21:22:57.065 INFO STEP 652 (remove_files) COMPLETE
73042026-08-29T21:22:57.694Z[ recovery-image] Aug 29 21:22:57.065 INFO O| Aug 29 21:22:57.065 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-29T21:22:57.703Z[ recovery-image] Aug 29 21:22:57.075 INFO O| Aug 29 21:22:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73062026-08-29T21:22:57.703Z[ recovery-image] Aug 29 21:22:57.075 INFO O| Aug 29 21:22:57.075 INFO STEP 653 (remove_files) COMPLETE
73072026-08-29T21:22:57.703Z[ recovery-image] Aug 29 21:22:57.075 INFO O| Aug 29 21:22:57.075 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-29T21:22:57.716Z[ recovery-image] Aug 29 21:22:57.087 INFO O| Aug 29 21:22:57.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73092026-08-29T21:22:57.716Z[ recovery-image] Aug 29 21:22:57.087 INFO O| Aug 29 21:22:57.086 INFO STEP 654 (remove_files) COMPLETE
73102026-08-29T21:22:57.719Z[ recovery-image] Aug 29 21:22:57.087 INFO O| Aug 29 21:22:57.086 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-29T21:22:57.725Z[ recovery-image] Aug 29 21:22:57.096 INFO O| Aug 29 21:22:57.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73122026-08-29T21:22:57.728Z[ recovery-image] Aug 29 21:22:57.096 INFO O| Aug 29 21:22:57.096 INFO STEP 655 (remove_files) COMPLETE
73132026-08-29T21:22:57.728Z[ recovery-image] Aug 29 21:22:57.096 INFO O| Aug 29 21:22:57.096 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-29T21:22:57.734Z[ recovery-image] Aug 29 21:22:57.106 INFO O| Aug 29 21:22:57.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73152026-08-29T21:22:57.734Z[ recovery-image] Aug 29 21:22:57.106 INFO O| Aug 29 21:22:57.106 INFO STEP 656 (remove_files) COMPLETE
73162026-08-29T21:22:57.734Z[ recovery-image] Aug 29 21:22:57.106 INFO O| Aug 29 21:22:57.106 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-29T21:22:57.742Z[ recovery-image] Aug 29 21:22:57.114 INFO O| Aug 29 21:22:57.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73182026-08-29T21:22:57.743Z[ recovery-image] Aug 29 21:22:57.114 INFO O| Aug 29 21:22:57.114 INFO STEP 657 (remove_files) COMPLETE
73192026-08-29T21:22:57.745Z[ recovery-image] Aug 29 21:22:57.114 INFO O| Aug 29 21:22:57.114 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-29T21:22:57.753Z[ recovery-image] Aug 29 21:22:57.124 INFO O| Aug 29 21:22:57.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73212026-08-29T21:22:57.753Z[ recovery-image] Aug 29 21:22:57.124 INFO O| Aug 29 21:22:57.124 INFO STEP 658 (remove_files) COMPLETE
73222026-08-29T21:22:57.753Z[ recovery-image] Aug 29 21:22:57.124 INFO O| Aug 29 21:22:57.124 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-29T21:22:57.767Z[ recovery-image] Aug 29 21:22:57.135 INFO O| Aug 29 21:22:57.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73242026-08-29T21:22:57.770Z[ recovery-image] Aug 29 21:22:57.135 INFO O| Aug 29 21:22:57.134 INFO STEP 659 (remove_files) COMPLETE
73252026-08-29T21:22:57.770Z[ recovery-image] Aug 29 21:22:57.135 INFO O| Aug 29 21:22:57.134 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-29T21:22:57.773Z[ recovery-image] Aug 29 21:22:57.144 INFO O| Aug 29 21:22:57.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73272026-08-29T21:22:57.773Z[ recovery-image] Aug 29 21:22:57.144 INFO O| Aug 29 21:22:57.144 INFO STEP 660 (remove_files) COMPLETE
73282026-08-29T21:22:57.773Z[ recovery-image] Aug 29 21:22:57.144 INFO O| Aug 29 21:22:57.144 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-29T21:22:57.782Z[ recovery-image] Aug 29 21:22:57.154 INFO O| Aug 29 21:22:57.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73302026-08-29T21:22:57.782Z[ recovery-image] Aug 29 21:22:57.154 INFO O| Aug 29 21:22:57.154 INFO STEP 661 (remove_files) COMPLETE
73312026-08-29T21:22:57.786Z[ recovery-image] Aug 29 21:22:57.154 INFO O| Aug 29 21:22:57.154 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-29T21:22:57.792Z[ recovery-image] Aug 29 21:22:57.164 INFO O| Aug 29 21:22:57.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73332026-08-29T21:22:57.795Z[ recovery-image] Aug 29 21:22:57.165 INFO O| Aug 29 21:22:57.165 INFO STEP 662 (remove_files) COMPLETE
73342026-08-29T21:22:57.795Z[ recovery-image] Aug 29 21:22:57.165 INFO O| Aug 29 21:22:57.165 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-29T21:22:57.803Z[ recovery-image] Aug 29 21:22:57.174 INFO O| Aug 29 21:22:57.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73362026-08-29T21:22:57.803Z[ recovery-image] Aug 29 21:22:57.174 INFO O| Aug 29 21:22:57.174 INFO STEP 663 (remove_files) COMPLETE
73372026-08-29T21:22:57.803Z[ recovery-image] Aug 29 21:22:57.174 INFO O| Aug 29 21:22:57.174 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-29T21:22:57.818Z[ recovery-image] Aug 29 21:22:57.189 INFO O| Aug 29 21:22:57.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73392026-08-29T21:22:57.818Z[ recovery-image] Aug 29 21:22:57.190 INFO O| Aug 29 21:22:57.189 INFO STEP 664 (remove_files) COMPLETE
73402026-08-29T21:22:57.818Z[ recovery-image] Aug 29 21:22:57.190 INFO O| Aug 29 21:22:57.190 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-29T21:22:57.829Z[ recovery-image] Aug 29 21:22:57.200 INFO O| Aug 29 21:22:57.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73422026-08-29T21:22:57.829Z[ recovery-image] Aug 29 21:22:57.200 INFO O| Aug 29 21:22:57.200 INFO STEP 665 (remove_files) COMPLETE
73432026-08-29T21:22:57.832Z[ recovery-image] Aug 29 21:22:57.200 INFO O| Aug 29 21:22:57.200 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-29T21:22:57.858Z[ recovery-image] Aug 29 21:22:57.209 INFO O| Aug 29 21:22:57.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73452026-08-29T21:22:57.858Z[ recovery-image] Aug 29 21:22:57.209 INFO O| Aug 29 21:22:57.209 INFO STEP 666 (remove_files) COMPLETE
73462026-08-29T21:22:57.858Z[ recovery-image] Aug 29 21:22:57.209 INFO O| Aug 29 21:22:57.209 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-29T21:22:57.862Z[ recovery-image] Aug 29 21:22:57.218 INFO O| Aug 29 21:22:57.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73482026-08-29T21:22:57.862Z[ recovery-image] Aug 29 21:22:57.218 INFO O| Aug 29 21:22:57.218 INFO STEP 667 (remove_files) COMPLETE
73492026-08-29T21:22:57.862Z[ recovery-image] Aug 29 21:22:57.218 INFO O| Aug 29 21:22:57.218 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-29T21:22:57.862Z[ recovery-image] Aug 29 21:22:57.226 INFO O| Aug 29 21:22:57.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73512026-08-29T21:22:57.862Z[ recovery-image] Aug 29 21:22:57.226 INFO O| Aug 29 21:22:57.226 INFO STEP 668 (remove_files) COMPLETE
73522026-08-29T21:22:57.862Z[ recovery-image] Aug 29 21:22:57.226 INFO O| Aug 29 21:22:57.226 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-29T21:22:57.865Z[ recovery-image] Aug 29 21:22:57.235 INFO O| Aug 29 21:22:57.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73542026-08-29T21:22:57.865Z[ recovery-image] Aug 29 21:22:57.235 INFO O| Aug 29 21:22:57.235 INFO STEP 669 (remove_files) COMPLETE
73552026-08-29T21:22:57.865Z[ recovery-image] Aug 29 21:22:57.235 INFO O| Aug 29 21:22:57.235 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-29T21:22:57.872Z[ recovery-image] Aug 29 21:22:57.244 INFO O| Aug 29 21:22:57.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73572026-08-29T21:22:57.872Z[ recovery-image] Aug 29 21:22:57.244 INFO O| Aug 29 21:22:57.243 INFO STEP 670 (remove_files) COMPLETE
73582026-08-29T21:22:57.875Z[ recovery-image] Aug 29 21:22:57.244 INFO O| Aug 29 21:22:57.243 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-29T21:22:57.880Z[ recovery-image] Aug 29 21:22:57.252 INFO O| Aug 29 21:22:57.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73602026-08-29T21:22:57.880Z[ recovery-image] Aug 29 21:22:57.252 INFO O| Aug 29 21:22:57.252 INFO STEP 671 (remove_files) COMPLETE
73612026-08-29T21:22:57.883Z[ recovery-image] Aug 29 21:22:57.252 INFO O| Aug 29 21:22:57.252 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-29T21:22:57.891Z[ recovery-image] Aug 29 21:22:57.262 INFO O| Aug 29 21:22:57.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73632026-08-29T21:22:57.891Z[ recovery-image] Aug 29 21:22:57.262 INFO O| Aug 29 21:22:57.262 INFO STEP 672 (remove_files) COMPLETE
73642026-08-29T21:22:57.891Z[ recovery-image] Aug 29 21:22:57.262 INFO O| Aug 29 21:22:57.262 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-29T21:22:57.901Z[ recovery-image] Aug 29 21:22:57.272 INFO O| Aug 29 21:22:57.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73662026-08-29T21:22:57.901Z[ recovery-image] Aug 29 21:22:57.272 INFO O| Aug 29 21:22:57.272 INFO STEP 673 (remove_files) COMPLETE
73672026-08-29T21:22:57.904Z[ recovery-image] Aug 29 21:22:57.272 INFO O| Aug 29 21:22:57.272 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-29T21:22:57.910Z[ recovery-image] Aug 29 21:22:57.282 INFO O| Aug 29 21:22:57.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73692026-08-29T21:22:57.910Z[ recovery-image] Aug 29 21:22:57.282 INFO O| Aug 29 21:22:57.282 INFO STEP 674 (remove_files) COMPLETE
73702026-08-29T21:22:57.910Z[ recovery-image] Aug 29 21:22:57.282 INFO O| Aug 29 21:22:57.282 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-29T21:22:57.919Z[ recovery-image] Aug 29 21:22:57.291 INFO O| Aug 29 21:22:57.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73722026-08-29T21:22:57.919Z[ recovery-image] Aug 29 21:22:57.291 INFO O| Aug 29 21:22:57.291 INFO STEP 675 (remove_files) COMPLETE
73732026-08-29T21:22:57.919Z[ recovery-image] Aug 29 21:22:57.291 INFO O| Aug 29 21:22:57.291 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-29T21:22:57.928Z[ recovery-image] Aug 29 21:22:57.300 INFO O| Aug 29 21:22:57.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73752026-08-29T21:22:57.928Z[ recovery-image] Aug 29 21:22:57.300 INFO O| Aug 29 21:22:57.300 INFO STEP 676 (remove_files) COMPLETE
73762026-08-29T21:22:57.928Z[ recovery-image] Aug 29 21:22:57.300 INFO O| Aug 29 21:22:57.300 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-29T21:22:57.937Z[ recovery-image] Aug 29 21:22:57.309 INFO O| Aug 29 21:22:57.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73782026-08-29T21:22:57.937Z[ recovery-image] Aug 29 21:22:57.309 INFO O| Aug 29 21:22:57.309 INFO STEP 677 (remove_files) COMPLETE
73792026-08-29T21:22:57.937Z[ recovery-image] Aug 29 21:22:57.309 INFO O| Aug 29 21:22:57.309 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-29T21:22:57.946Z[ recovery-image] Aug 29 21:22:57.318 INFO O| Aug 29 21:22:57.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73812026-08-29T21:22:57.946Z[ recovery-image] Aug 29 21:22:57.318 INFO O| Aug 29 21:22:57.318 INFO STEP 678 (remove_files) COMPLETE
73822026-08-29T21:22:57.946Z[ recovery-image] Aug 29 21:22:57.318 INFO O| Aug 29 21:22:57.318 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-29T21:22:57.954Z[ recovery-image] Aug 29 21:22:57.326 INFO O| Aug 29 21:22:57.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73842026-08-29T21:22:57.954Z[ recovery-image] Aug 29 21:22:57.326 INFO O| Aug 29 21:22:57.326 INFO STEP 679 (remove_files) COMPLETE
73852026-08-29T21:22:57.954Z[ recovery-image] Aug 29 21:22:57.326 INFO O| Aug 29 21:22:57.326 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-29T21:22:57.960Z[verify-libraries] Compiling serde_with v1.14.0
73872026-08-29T21:22:57.965Z[ recovery-image] Aug 29 21:22:57.336 INFO O| Aug 29 21:22:57.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73882026-08-29T21:22:57.965Z[ recovery-image] Aug 29 21:22:57.336 INFO O| Aug 29 21:22:57.336 INFO STEP 680 (remove_files) COMPLETE
73892026-08-29T21:22:57.968Z[ recovery-image] Aug 29 21:22:57.336 INFO O| Aug 29 21:22:57.336 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-29T21:22:57.975Z[ recovery-image] Aug 29 21:22:57.347 INFO O| Aug 29 21:22:57.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73912026-08-29T21:22:57.975Z[ recovery-image] Aug 29 21:22:57.347 INFO O| Aug 29 21:22:57.347 INFO STEP 681 (remove_files) COMPLETE
73922026-08-29T21:22:57.975Z[ recovery-image] Aug 29 21:22:57.347 INFO O| Aug 29 21:22:57.347 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-29T21:22:57.985Z[ recovery-image] Aug 29 21:22:57.357 INFO O| Aug 29 21:22:57.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73942026-08-29T21:22:57.985Z[ recovery-image] Aug 29 21:22:57.357 INFO O| Aug 29 21:22:57.357 INFO STEP 682 (remove_files) COMPLETE
73952026-08-29T21:22:57.988Z[ recovery-image] Aug 29 21:22:57.357 INFO O| Aug 29 21:22:57.357 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-29T21:22:57.996Z[ recovery-image] Aug 29 21:22:57.368 INFO O| Aug 29 21:22:57.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73972026-08-29T21:22:57.996Z[ recovery-image] Aug 29 21:22:57.368 INFO O| Aug 29 21:22:57.368 INFO STEP 683 (remove_files) COMPLETE
73982026-08-29T21:22:57.996Z[ recovery-image] Aug 29 21:22:57.368 INFO O| Aug 29 21:22:57.368 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-29T21:22:58.008Z[ recovery-image] Aug 29 21:22:57.379 INFO O| Aug 29 21:22:57.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74002026-08-29T21:22:58.008Z[ recovery-image] Aug 29 21:22:57.379 INFO O| Aug 29 21:22:57.379 INFO STEP 684 (remove_files) COMPLETE
74012026-08-29T21:22:58.008Z[ recovery-image] Aug 29 21:22:57.379 INFO O| Aug 29 21:22:57.379 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-29T21:22:58.018Z[ recovery-image] Aug 29 21:22:57.389 INFO O| Aug 29 21:22:57.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74032026-08-29T21:22:58.018Z[ recovery-image] Aug 29 21:22:57.389 INFO O| Aug 29 21:22:57.389 INFO STEP 685 (remove_files) COMPLETE
74042026-08-29T21:22:58.018Z[ recovery-image] Aug 29 21:22:57.389 INFO O| Aug 29 21:22:57.389 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-29T21:22:58.028Z[ recovery-image] Aug 29 21:22:57.400 INFO O| Aug 29 21:22:57.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74062026-08-29T21:22:58.028Z[ recovery-image] Aug 29 21:22:57.400 INFO O| Aug 29 21:22:57.400 INFO STEP 686 (remove_files) COMPLETE
74072026-08-29T21:22:58.028Z[ recovery-image] Aug 29 21:22:57.400 INFO O| Aug 29 21:22:57.400 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-29T21:22:58.037Z[ recovery-image] Aug 29 21:22:57.409 INFO O| Aug 29 21:22:57.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74092026-08-29T21:22:58.037Z[ recovery-image] Aug 29 21:22:57.409 INFO O| Aug 29 21:22:57.409 INFO STEP 687 (remove_files) COMPLETE
74102026-08-29T21:22:58.037Z[ recovery-image] Aug 29 21:22:57.409 INFO O| Aug 29 21:22:57.409 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-29T21:22:58.047Z[ recovery-image] Aug 29 21:22:57.419 INFO O| Aug 29 21:22:57.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74122026-08-29T21:22:58.047Z[ recovery-image] Aug 29 21:22:57.419 INFO O| Aug 29 21:22:57.419 INFO STEP 688 (remove_files) COMPLETE
74132026-08-29T21:22:58.050Z[ recovery-image] Aug 29 21:22:57.419 INFO O| Aug 29 21:22:57.419 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-29T21:22:58.056Z[ recovery-image] Aug 29 21:22:57.428 INFO O| Aug 29 21:22:57.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74152026-08-29T21:22:58.056Z[ recovery-image] Aug 29 21:22:57.428 INFO O| Aug 29 21:22:57.428 INFO STEP 689 (remove_files) COMPLETE
74162026-08-29T21:22:58.056Z[ recovery-image] Aug 29 21:22:57.428 INFO O| Aug 29 21:22:57.428 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-29T21:22:58.064Z[ recovery-image] Aug 29 21:22:57.436 INFO O| Aug 29 21:22:57.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74182026-08-29T21:22:58.064Z[ recovery-image] Aug 29 21:22:57.436 INFO O| Aug 29 21:22:57.436 INFO STEP 690 (remove_files) COMPLETE
74192026-08-29T21:22:58.064Z[ recovery-image] Aug 29 21:22:57.436 INFO O| Aug 29 21:22:57.436 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-29T21:22:58.076Z[ recovery-image] Aug 29 21:22:57.447 INFO O| Aug 29 21:22:57.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74212026-08-29T21:22:58.076Z[ recovery-image] Aug 29 21:22:57.447 INFO O| Aug 29 21:22:57.447 INFO STEP 691 (remove_files) COMPLETE
74222026-08-29T21:22:58.079Z[ recovery-image] Aug 29 21:22:57.447 INFO O| Aug 29 21:22:57.447 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-29T21:22:58.084Z[ recovery-image] Aug 29 21:22:57.456 INFO O| Aug 29 21:22:57.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74242026-08-29T21:22:58.084Z[ recovery-image] Aug 29 21:22:57.456 INFO O| Aug 29 21:22:57.456 INFO STEP 692 (remove_files) COMPLETE
74252026-08-29T21:22:58.087Z[ recovery-image] Aug 29 21:22:57.456 INFO O| Aug 29 21:22:57.456 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-29T21:22:58.093Z[ recovery-image] Aug 29 21:22:57.465 INFO O| Aug 29 21:22:57.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74272026-08-29T21:22:58.093Z[ recovery-image] Aug 29 21:22:57.465 INFO O| Aug 29 21:22:57.465 INFO STEP 693 (remove_files) COMPLETE
74282026-08-29T21:22:58.096Z[ recovery-image] Aug 29 21:22:57.465 INFO O| Aug 29 21:22:57.465 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-29T21:22:58.102Z[ recovery-image] Aug 29 21:22:57.474 INFO O| Aug 29 21:22:57.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74302026-08-29T21:22:58.102Z[ recovery-image] Aug 29 21:22:57.474 INFO O| Aug 29 21:22:57.474 INFO STEP 694 (remove_files) COMPLETE
74312026-08-29T21:22:58.105Z[ recovery-image] Aug 29 21:22:57.474 INFO O| Aug 29 21:22:57.474 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-29T21:22:58.112Z[ recovery-image] Aug 29 21:22:57.484 INFO O| Aug 29 21:22:57.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74332026-08-29T21:22:58.112Z[ recovery-image] Aug 29 21:22:57.484 INFO O| Aug 29 21:22:57.484 INFO STEP 695 (remove_files) COMPLETE
74342026-08-29T21:22:58.115Z[ recovery-image] Aug 29 21:22:57.484 INFO O| Aug 29 21:22:57.484 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-29T21:22:58.122Z[ recovery-image] Aug 29 21:22:57.493 INFO O| Aug 29 21:22:57.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74362026-08-29T21:22:58.122Z[ recovery-image] Aug 29 21:22:57.493 INFO O| Aug 29 21:22:57.493 INFO STEP 696 (remove_files) COMPLETE
74372026-08-29T21:22:58.125Z[ recovery-image] Aug 29 21:22:57.493 INFO O| Aug 29 21:22:57.493 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-29T21:22:58.131Z[ recovery-image] Aug 29 21:22:57.503 INFO O| Aug 29 21:22:57.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74392026-08-29T21:22:58.131Z[ recovery-image] Aug 29 21:22:57.503 INFO O| Aug 29 21:22:57.503 INFO STEP 697 (remove_files) COMPLETE
74402026-08-29T21:22:58.134Z[ recovery-image] Aug 29 21:22:57.503 INFO O| Aug 29 21:22:57.503 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-29T21:22:58.141Z[ recovery-image] Aug 29 21:22:57.513 INFO O| Aug 29 21:22:57.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74422026-08-29T21:22:58.142Z[ recovery-image] Aug 29 21:22:57.513 INFO O| Aug 29 21:22:57.513 INFO STEP 698 (remove_files) COMPLETE
74432026-08-29T21:22:58.145Z[ recovery-image] Aug 29 21:22:57.513 INFO O| Aug 29 21:22:57.513 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-29T21:22:58.157Z[ recovery-image] Aug 29 21:22:57.523 INFO O| Aug 29 21:22:57.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74452026-08-29T21:22:58.157Z[ recovery-image] Aug 29 21:22:57.523 INFO O| Aug 29 21:22:57.523 INFO STEP 699 (remove_files) COMPLETE
74462026-08-29T21:22:58.157Z[ recovery-image] Aug 29 21:22:57.523 INFO O| Aug 29 21:22:57.523 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-29T21:22:58.162Z[ recovery-image] Aug 29 21:22:57.534 INFO O| Aug 29 21:22:57.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74482026-08-29T21:22:58.162Z[ recovery-image] Aug 29 21:22:57.534 INFO O| Aug 29 21:22:57.534 INFO STEP 700 (remove_files) COMPLETE
74492026-08-29T21:22:58.165Z[ recovery-image] Aug 29 21:22:57.534 INFO O| Aug 29 21:22:57.534 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-29T21:22:58.172Z[ recovery-image] Aug 29 21:22:57.544 INFO O| Aug 29 21:22:57.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74512026-08-29T21:22:58.172Z[ recovery-image] Aug 29 21:22:57.544 INFO O| Aug 29 21:22:57.544 INFO STEP 701 (remove_files) COMPLETE
74522026-08-29T21:22:58.175Z[ recovery-image] Aug 29 21:22:57.544 INFO O| Aug 29 21:22:57.544 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-08-29T21:22:58.182Z[ recovery-image] Aug 29 21:22:57.554 INFO O| Aug 29 21:22:57.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74542026-08-29T21:22:58.182Z[ recovery-image] Aug 29 21:22:57.554 INFO O| Aug 29 21:22:57.554 INFO STEP 702 (remove_files) COMPLETE
74552026-08-29T21:22:58.182Z[ recovery-image] Aug 29 21:22:57.554 INFO O| Aug 29 21:22:57.554 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-08-29T21:22:58.192Z[ recovery-image] Aug 29 21:22:57.564 INFO O| Aug 29 21:22:57.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74572026-08-29T21:22:58.193Z[ recovery-image] Aug 29 21:22:57.564 INFO O| Aug 29 21:22:57.564 INFO STEP 703 (remove_files) COMPLETE
74582026-08-29T21:22:58.196Z[ recovery-image] Aug 29 21:22:57.564 INFO O| Aug 29 21:22:57.564 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-29T21:22:58.202Z[ recovery-image] Aug 29 21:22:57.574 INFO O| Aug 29 21:22:57.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74602026-08-29T21:22:58.202Z[ recovery-image] Aug 29 21:22:57.574 INFO O| Aug 29 21:22:57.574 INFO STEP 704 (remove_files) COMPLETE
74612026-08-29T21:22:58.205Z[ recovery-image] Aug 29 21:22:57.574 INFO O| Aug 29 21:22:57.574 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-29T21:22:58.213Z[ recovery-image] Aug 29 21:22:57.584 INFO O| Aug 29 21:22:57.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74632026-08-29T21:22:58.213Z[ recovery-image] Aug 29 21:22:57.584 INFO O| Aug 29 21:22:57.584 INFO STEP 705 (remove_files) COMPLETE
74642026-08-29T21:22:58.213Z[ recovery-image] Aug 29 21:22:57.584 INFO O| Aug 29 21:22:57.584 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-29T21:22:58.222Z[ recovery-image] Aug 29 21:22:57.593 INFO O| Aug 29 21:22:57.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74662026-08-29T21:22:58.222Z[ recovery-image] Aug 29 21:22:57.593 INFO O| Aug 29 21:22:57.593 INFO STEP 706 (remove_files) COMPLETE
74672026-08-29T21:22:58.225Z[ recovery-image] Aug 29 21:22:57.593 INFO O| Aug 29 21:22:57.593 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-29T21:22:58.231Z[ recovery-image] Aug 29 21:22:57.603 INFO O| Aug 29 21:22:57.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74692026-08-29T21:22:58.231Z[ recovery-image] Aug 29 21:22:57.603 INFO O| Aug 29 21:22:57.603 INFO STEP 707 (remove_files) COMPLETE
74702026-08-29T21:22:58.231Z[ recovery-image] Aug 29 21:22:57.603 INFO O| Aug 29 21:22:57.603 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-29T21:22:58.239Z[ recovery-image] Aug 29 21:22:57.611 INFO O| Aug 29 21:22:57.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74722026-08-29T21:22:58.239Z[ recovery-image] Aug 29 21:22:57.611 INFO O| Aug 29 21:22:57.611 INFO STEP 708 (remove_files) COMPLETE
74732026-08-29T21:22:58.243Z[ recovery-image] Aug 29 21:22:57.611 INFO O| Aug 29 21:22:57.611 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-29T21:22:58.248Z[ recovery-image] Aug 29 21:22:57.620 INFO O| Aug 29 21:22:57.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74752026-08-29T21:22:58.248Z[ recovery-image] Aug 29 21:22:57.620 INFO O| Aug 29 21:22:57.620 INFO STEP 709 (remove_files) COMPLETE
74762026-08-29T21:22:58.251Z[ recovery-image] Aug 29 21:22:57.620 INFO O| Aug 29 21:22:57.620 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-29T21:22:58.257Z[ recovery-image] Aug 29 21:22:57.628 INFO O| Aug 29 21:22:57.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74782026-08-29T21:22:58.257Z[ recovery-image] Aug 29 21:22:57.628 INFO O| Aug 29 21:22:57.628 INFO STEP 710 (remove_files) COMPLETE
74792026-08-29T21:22:58.260Z[ recovery-image] Aug 29 21:22:57.628 INFO O| Aug 29 21:22:57.628 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-29T21:22:58.265Z[ recovery-image] Aug 29 21:22:57.637 INFO O| Aug 29 21:22:57.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74812026-08-29T21:22:58.265Z[ recovery-image] Aug 29 21:22:57.637 INFO O| Aug 29 21:22:57.637 INFO STEP 711 (remove_files) COMPLETE
74822026-08-29T21:22:58.265Z[ recovery-image] Aug 29 21:22:57.637 INFO O| Aug 29 21:22:57.637 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-29T21:22:58.274Z[ recovery-image] Aug 29 21:22:57.646 INFO O| Aug 29 21:22:57.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74842026-08-29T21:22:58.274Z[ recovery-image] Aug 29 21:22:57.646 INFO O| Aug 29 21:22:57.646 INFO STEP 712 (remove_files) COMPLETE
74852026-08-29T21:22:58.278Z[ recovery-image] Aug 29 21:22:57.646 INFO O| Aug 29 21:22:57.646 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-29T21:22:58.283Z[ recovery-image] Aug 29 21:22:57.655 INFO O| Aug 29 21:22:57.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74872026-08-29T21:22:58.283Z[ recovery-image] Aug 29 21:22:57.655 INFO O| Aug 29 21:22:57.655 INFO STEP 713 (remove_files) COMPLETE
74882026-08-29T21:22:58.286Z[ recovery-image] Aug 29 21:22:57.655 INFO O| Aug 29 21:22:57.655 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-29T21:22:58.292Z[ recovery-image] Aug 29 21:22:57.664 INFO O| Aug 29 21:22:57.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74902026-08-29T21:22:58.292Z[ recovery-image] Aug 29 21:22:57.664 INFO O| Aug 29 21:22:57.664 INFO STEP 714 (remove_files) COMPLETE
74912026-08-29T21:22:58.295Z[ recovery-image] Aug 29 21:22:57.664 INFO O| Aug 29 21:22:57.664 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-29T21:22:58.301Z[ recovery-image] Aug 29 21:22:57.672 INFO O| Aug 29 21:22:57.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74932026-08-29T21:22:58.301Z[ recovery-image] Aug 29 21:22:57.673 INFO O| Aug 29 21:22:57.673 INFO STEP 715 (remove_files) COMPLETE
74942026-08-29T21:22:58.301Z[ recovery-image] Aug 29 21:22:57.673 INFO O| Aug 29 21:22:57.673 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-29T21:22:58.312Z[ recovery-image] Aug 29 21:22:57.684 INFO O| Aug 29 21:22:57.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74962026-08-29T21:22:58.312Z[ recovery-image] Aug 29 21:22:57.684 INFO O| Aug 29 21:22:57.684 INFO STEP 716 (remove_files) COMPLETE
74972026-08-29T21:22:58.315Z[ recovery-image] Aug 29 21:22:57.684 INFO O| Aug 29 21:22:57.684 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-29T21:22:58.322Z[ recovery-image] Aug 29 21:22:57.694 INFO O| Aug 29 21:22:57.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74992026-08-29T21:22:58.325Z[ recovery-image] Aug 29 21:22:57.695 INFO O| Aug 29 21:22:57.695 INFO STEP 717 (remove_files) COMPLETE
75002026-08-29T21:22:58.325Z[ recovery-image] Aug 29 21:22:57.695 INFO O| Aug 29 21:22:57.695 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-29T21:22:58.334Z[ recovery-image] Aug 29 21:22:57.705 INFO O| Aug 29 21:22:57.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75022026-08-29T21:22:58.337Z[ recovery-image] Aug 29 21:22:57.706 INFO O| Aug 29 21:22:57.706 INFO STEP 718 (remove_files) COMPLETE
75032026-08-29T21:22:58.337Z[ recovery-image] Aug 29 21:22:57.706 INFO O| Aug 29 21:22:57.706 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-29T21:22:58.345Z[ recovery-image] Aug 29 21:22:57.716 INFO O| Aug 29 21:22:57.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75052026-08-29T21:22:58.345Z[ recovery-image] Aug 29 21:22:57.716 INFO O| Aug 29 21:22:57.716 INFO STEP 719 (remove_files) COMPLETE
75062026-08-29T21:22:58.345Z[ recovery-image] Aug 29 21:22:57.716 INFO O| Aug 29 21:22:57.716 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-29T21:22:58.355Z[ recovery-image] Aug 29 21:22:57.726 INFO O| Aug 29 21:22:57.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75082026-08-29T21:22:58.358Z[ recovery-image] Aug 29 21:22:57.727 INFO O| Aug 29 21:22:57.727 INFO STEP 720 (remove_files) COMPLETE
75092026-08-29T21:22:58.358Z[ recovery-image] Aug 29 21:22:57.727 INFO O| Aug 29 21:22:57.727 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-29T21:22:58.366Z[ recovery-image] Aug 29 21:22:57.736 INFO O| Aug 29 21:22:57.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75112026-08-29T21:22:58.366Z[ recovery-image] Aug 29 21:22:57.736 INFO O| Aug 29 21:22:57.736 INFO STEP 721 (remove_files) COMPLETE
75122026-08-29T21:22:58.366Z[ recovery-image] Aug 29 21:22:57.736 INFO O| Aug 29 21:22:57.736 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-29T21:22:58.378Z[ recovery-image] Aug 29 21:22:57.745 INFO O| Aug 29 21:22:57.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75142026-08-29T21:22:58.378Z[ recovery-image] Aug 29 21:22:57.745 INFO O| Aug 29 21:22:57.745 INFO STEP 722 (remove_files) COMPLETE
75152026-08-29T21:22:58.378Z[ recovery-image] Aug 29 21:22:57.745 INFO O| Aug 29 21:22:57.745 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-29T21:22:58.385Z[ recovery-image] Aug 29 21:22:57.754 INFO O| Aug 29 21:22:57.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75172026-08-29T21:22:58.385Z[ recovery-image] Aug 29 21:22:57.754 INFO O| Aug 29 21:22:57.754 INFO STEP 723 (remove_files) COMPLETE
75182026-08-29T21:22:58.385Z[ recovery-image] Aug 29 21:22:57.754 INFO O| Aug 29 21:22:57.754 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-29T21:22:58.391Z[ recovery-image] Aug 29 21:22:57.763 INFO O| Aug 29 21:22:57.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75202026-08-29T21:22:58.391Z[ recovery-image] Aug 29 21:22:57.763 INFO O| Aug 29 21:22:57.763 INFO STEP 724 (remove_files) COMPLETE
75212026-08-29T21:22:58.391Z[ recovery-image] Aug 29 21:22:57.763 INFO O| Aug 29 21:22:57.763 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-29T21:22:58.402Z[ recovery-image] Aug 29 21:22:57.773 INFO O| Aug 29 21:22:57.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75232026-08-29T21:22:58.402Z[ recovery-image] Aug 29 21:22:57.773 INFO O| Aug 29 21:22:57.773 INFO STEP 725 (remove_files) COMPLETE
75242026-08-29T21:22:58.402Z[ recovery-image] Aug 29 21:22:57.773 INFO O| Aug 29 21:22:57.773 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-29T21:22:58.410Z[verify-libraries] Compiling russh-cryptovec v0.62.0
75262026-08-29T21:22:58.414Z[ recovery-image] Aug 29 21:22:57.783 INFO O| Aug 29 21:22:57.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75272026-08-29T21:22:58.414Z[ recovery-image] Aug 29 21:22:57.783 INFO O| Aug 29 21:22:57.783 INFO STEP 726 (remove_files) COMPLETE
75282026-08-29T21:22:58.414Z[ recovery-image] Aug 29 21:22:57.783 INFO O| Aug 29 21:22:57.783 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-29T21:22:58.421Z[ recovery-image] Aug 29 21:22:57.793 INFO O| Aug 29 21:22:57.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75302026-08-29T21:22:58.421Z[ recovery-image] Aug 29 21:22:57.793 INFO O| Aug 29 21:22:57.793 INFO STEP 727 (remove_files) COMPLETE
75312026-08-29T21:22:58.421Z[ recovery-image] Aug 29 21:22:57.793 INFO O| Aug 29 21:22:57.793 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-29T21:22:58.431Z[ recovery-image] Aug 29 21:22:57.802 INFO O| Aug 29 21:22:57.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75332026-08-29T21:22:58.431Z[ recovery-image] Aug 29 21:22:57.802 INFO O| Aug 29 21:22:57.802 INFO STEP 728 (remove_files) COMPLETE
75342026-08-29T21:22:58.431Z[ recovery-image] Aug 29 21:22:57.802 INFO O| Aug 29 21:22:57.802 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-29T21:22:58.440Z[ recovery-image] Aug 29 21:22:57.811 INFO O| Aug 29 21:22:57.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75362026-08-29T21:22:58.440Z[ recovery-image] Aug 29 21:22:57.811 INFO O| Aug 29 21:22:57.811 INFO STEP 729 (remove_files) COMPLETE
75372026-08-29T21:22:58.443Z[ recovery-image] Aug 29 21:22:57.811 INFO O| Aug 29 21:22:57.811 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-29T21:22:58.448Z[ recovery-image] Aug 29 21:22:57.820 INFO O| Aug 29 21:22:57.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75392026-08-29T21:22:58.448Z[ recovery-image] Aug 29 21:22:57.820 INFO O| Aug 29 21:22:57.820 INFO STEP 730 (remove_files) COMPLETE
75402026-08-29T21:22:58.451Z[ recovery-image] Aug 29 21:22:57.820 INFO O| Aug 29 21:22:57.820 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-29T21:22:58.458Z[ recovery-image] Aug 29 21:22:57.829 INFO O| Aug 29 21:22:57.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75422026-08-29T21:22:58.458Z[ recovery-image] Aug 29 21:22:57.829 INFO O| Aug 29 21:22:57.829 INFO STEP 731 (remove_files) COMPLETE
75432026-08-29T21:22:58.461Z[ recovery-image] Aug 29 21:22:57.829 INFO O| Aug 29 21:22:57.829 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-29T21:22:58.467Z[ recovery-image] Aug 29 21:22:57.838 INFO O| Aug 29 21:22:57.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75452026-08-29T21:22:58.467Z[ recovery-image] Aug 29 21:22:57.839 INFO O| Aug 29 21:22:57.839 INFO STEP 732 (remove_files) COMPLETE
75462026-08-29T21:22:58.471Z[ recovery-image] Aug 29 21:22:57.839 INFO O| Aug 29 21:22:57.839 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-29T21:22:58.478Z[ recovery-image] Aug 29 21:22:57.850 INFO O| Aug 29 21:22:57.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75482026-08-29T21:22:58.478Z[ recovery-image] Aug 29 21:22:57.850 INFO O| Aug 29 21:22:57.850 INFO STEP 733 (remove_files) COMPLETE
75492026-08-29T21:22:58.481Z[ recovery-image] Aug 29 21:22:57.850 INFO O| Aug 29 21:22:57.850 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-29T21:22:58.488Z[ recovery-image] Aug 29 21:22:57.860 INFO O| Aug 29 21:22:57.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75512026-08-29T21:22:58.488Z[ recovery-image] Aug 29 21:22:57.860 INFO O| Aug 29 21:22:57.860 INFO STEP 734 (remove_files) COMPLETE
75522026-08-29T21:22:58.491Z[ recovery-image] Aug 29 21:22:57.860 INFO O| Aug 29 21:22:57.860 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-29T21:22:58.498Z[ recovery-image] Aug 29 21:22:57.869 INFO O| Aug 29 21:22:57.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75542026-08-29T21:22:58.498Z[ recovery-image] Aug 29 21:22:57.869 INFO O| Aug 29 21:22:57.869 INFO STEP 735 (remove_files) COMPLETE
75552026-08-29T21:22:58.498Z[ recovery-image] Aug 29 21:22:57.869 INFO O| Aug 29 21:22:57.869 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-29T21:22:58.508Z[ recovery-image] Aug 29 21:22:57.879 INFO O| Aug 29 21:22:57.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75572026-08-29T21:22:58.508Z[ recovery-image] Aug 29 21:22:57.880 INFO O| Aug 29 21:22:57.879 INFO STEP 736 (remove_files) COMPLETE
75582026-08-29T21:22:58.508Z[ recovery-image] Aug 29 21:22:57.880 INFO O| Aug 29 21:22:57.879 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-29T21:22:58.518Z[ recovery-image] Aug 29 21:22:57.890 INFO O| Aug 29 21:22:57.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75602026-08-29T21:22:58.518Z[ recovery-image] Aug 29 21:22:57.890 INFO O| Aug 29 21:22:57.890 INFO STEP 737 (remove_files) COMPLETE
75612026-08-29T21:22:58.521Z[ recovery-image] Aug 29 21:22:57.890 INFO O| Aug 29 21:22:57.890 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-29T21:22:58.528Z[ recovery-image] Aug 29 21:22:57.899 INFO O| Aug 29 21:22:57.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75632026-08-29T21:22:58.528Z[ recovery-image] Aug 29 21:22:57.899 INFO O| Aug 29 21:22:57.899 INFO STEP 738 (remove_files) COMPLETE
75642026-08-29T21:22:58.531Z[ recovery-image] Aug 29 21:22:57.899 INFO O| Aug 29 21:22:57.899 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-29T21:22:58.538Z[ recovery-image] Aug 29 21:22:57.909 INFO O| Aug 29 21:22:57.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75662026-08-29T21:22:58.538Z[ recovery-image] Aug 29 21:22:57.909 INFO O| Aug 29 21:22:57.909 INFO STEP 739 (remove_files) COMPLETE
75672026-08-29T21:22:58.541Z[ recovery-image] Aug 29 21:22:57.909 INFO O| Aug 29 21:22:57.909 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-29T21:22:58.546Z[ recovery-image] Aug 29 21:22:57.917 INFO O| Aug 29 21:22:57.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75692026-08-29T21:22:58.546Z[ recovery-image] Aug 29 21:22:57.917 INFO O| Aug 29 21:22:57.917 INFO STEP 740 (remove_files) COMPLETE
75702026-08-29T21:22:58.549Z[ recovery-image] Aug 29 21:22:57.917 INFO O| Aug 29 21:22:57.917 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-29T21:22:58.554Z[ recovery-image] Aug 29 21:22:57.925 INFO O| Aug 29 21:22:57.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75722026-08-29T21:22:58.554Z[ recovery-image] Aug 29 21:22:57.925 INFO O| Aug 29 21:22:57.925 INFO STEP 741 (remove_files) COMPLETE
75732026-08-29T21:22:58.554Z[ recovery-image] Aug 29 21:22:57.925 INFO O| Aug 29 21:22:57.925 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-29T21:22:58.562Z[ recovery-image] Aug 29 21:22:57.933 INFO O| Aug 29 21:22:57.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75752026-08-29T21:22:58.562Z[ recovery-image] Aug 29 21:22:57.933 INFO O| Aug 29 21:22:57.933 INFO STEP 742 (remove_files) COMPLETE
75762026-08-29T21:22:58.565Z[ recovery-image] Aug 29 21:22:57.933 INFO O| Aug 29 21:22:57.933 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-29T21:22:58.568Z[verify-libraries] Compiling tui-tree-widget v0.23.1
75782026-08-29T21:22:58.572Z[ recovery-image] Aug 29 21:22:57.942 INFO O| Aug 29 21:22:57.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75792026-08-29T21:22:58.572Z[ recovery-image] Aug 29 21:22:57.942 INFO O| Aug 29 21:22:57.942 INFO STEP 743 (remove_files) COMPLETE
75802026-08-29T21:22:58.572Z[ recovery-image] Aug 29 21:22:57.942 INFO O| Aug 29 21:22:57.942 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-29T21:22:58.580Z[ recovery-image] Aug 29 21:22:57.952 INFO O| Aug 29 21:22:57.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75822026-08-29T21:22:58.580Z[ recovery-image] Aug 29 21:22:57.952 INFO O| Aug 29 21:22:57.952 INFO STEP 744 (remove_files) COMPLETE
75832026-08-29T21:22:58.580Z[ recovery-image] Aug 29 21:22:57.952 INFO O| Aug 29 21:22:57.952 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-29T21:22:58.589Z[ recovery-image] Aug 29 21:22:57.961 INFO O| Aug 29 21:22:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75852026-08-29T21:22:58.589Z[ recovery-image] Aug 29 21:22:57.961 INFO O| Aug 29 21:22:57.961 INFO STEP 745 (remove_files) COMPLETE
75862026-08-29T21:22:58.589Z[ recovery-image] Aug 29 21:22:57.961 INFO O| Aug 29 21:22:57.961 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-29T21:22:58.599Z[ recovery-image] Aug 29 21:22:57.970 INFO O| Aug 29 21:22:57.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75882026-08-29T21:22:58.599Z[ recovery-image] Aug 29 21:22:57.970 INFO O| Aug 29 21:22:57.970 INFO STEP 746 (remove_files) COMPLETE
75892026-08-29T21:22:58.599Z[ recovery-image] Aug 29 21:22:57.970 INFO O| Aug 29 21:22:57.970 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-29T21:22:58.609Z[ recovery-image] Aug 29 21:22:57.980 INFO O| Aug 29 21:22:57.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75912026-08-29T21:22:58.609Z[ recovery-image] Aug 29 21:22:57.980 INFO O| Aug 29 21:22:57.980 INFO STEP 747 (remove_files) COMPLETE
75922026-08-29T21:22:58.609Z[ recovery-image] Aug 29 21:22:57.980 INFO O| Aug 29 21:22:57.980 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-29T21:22:58.617Z[ recovery-image] Aug 29 21:22:57.989 INFO O| Aug 29 21:22:57.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75942026-08-29T21:22:58.617Z[ recovery-image] Aug 29 21:22:57.989 INFO O| Aug 29 21:22:57.989 INFO STEP 748 (remove_files) COMPLETE
75952026-08-29T21:22:58.617Z[ recovery-image] Aug 29 21:22:57.989 INFO O| Aug 29 21:22:57.989 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-29T21:22:58.631Z[ recovery-image] Aug 29 21:22:57.998 INFO O| Aug 29 21:22:57.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75972026-08-29T21:22:58.631Z[ recovery-image] Aug 29 21:22:57.998 INFO O| Aug 29 21:22:57.998 INFO STEP 749 (remove_files) COMPLETE
75982026-08-29T21:22:58.631Z[ recovery-image] Aug 29 21:22:57.998 INFO O| Aug 29 21:22:57.998 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-29T21:22:58.637Z[ recovery-image] Aug 29 21:22:58.008 INFO O| Aug 29 21:22:58.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76002026-08-29T21:22:58.637Z[ recovery-image] Aug 29 21:22:58.008 INFO O| Aug 29 21:22:58.008 INFO STEP 750 (remove_files) COMPLETE
76012026-08-29T21:22:58.640Z[ recovery-image] Aug 29 21:22:58.008 INFO O| Aug 29 21:22:58.008 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-29T21:22:58.649Z[ recovery-image] Aug 29 21:22:58.019 INFO O| Aug 29 21:22:58.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76032026-08-29T21:22:58.649Z[ recovery-image] Aug 29 21:22:58.019 INFO O| Aug 29 21:22:58.019 INFO STEP 751 (remove_files) COMPLETE
76042026-08-29T21:22:58.649Z[ recovery-image] Aug 29 21:22:58.019 INFO O| Aug 29 21:22:58.019 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-29T21:22:58.657Z[ recovery-image] Aug 29 21:22:58.028 INFO O| Aug 29 21:22:58.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76062026-08-29T21:22:58.657Z[ recovery-image] Aug 29 21:22:58.029 INFO O| Aug 29 21:22:58.028 INFO STEP 752 (remove_files) COMPLETE
76072026-08-29T21:22:58.657Z[ recovery-image] Aug 29 21:22:58.029 INFO O| Aug 29 21:22:58.029 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-29T21:22:58.668Z[ recovery-image] Aug 29 21:22:58.038 INFO O| Aug 29 21:22:58.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76092026-08-29T21:22:58.668Z[ recovery-image] Aug 29 21:22:58.038 INFO O| Aug 29 21:22:58.038 INFO STEP 753 (remove_files) COMPLETE
76102026-08-29T21:22:58.668Z[ recovery-image] Aug 29 21:22:58.038 INFO O| Aug 29 21:22:58.038 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-29T21:22:58.681Z[ recovery-image] Aug 29 21:22:58.047 INFO O| Aug 29 21:22:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76122026-08-29T21:22:58.681Z[ recovery-image] Aug 29 21:22:58.047 INFO O| Aug 29 21:22:58.047 INFO STEP 754 (remove_files) COMPLETE
76132026-08-29T21:22:58.681Z[ recovery-image] Aug 29 21:22:58.047 INFO O| Aug 29 21:22:58.047 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-29T21:22:58.685Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
76152026-08-29T21:22:58.688Z[ recovery-image] Aug 29 21:22:58.058 INFO O| Aug 29 21:22:58.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76162026-08-29T21:22:58.688Z[ recovery-image] Aug 29 21:22:58.058 INFO O| Aug 29 21:22:58.058 INFO STEP 755 (remove_files) COMPLETE
76172026-08-29T21:22:58.688Z[ recovery-image] Aug 29 21:22:58.058 INFO O| Aug 29 21:22:58.058 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-29T21:22:58.697Z[ recovery-image] Aug 29 21:22:58.067 INFO O| Aug 29 21:22:58.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76192026-08-29T21:22:58.697Z[ recovery-image] Aug 29 21:22:58.067 INFO O| Aug 29 21:22:58.067 INFO STEP 756 (remove_files) COMPLETE
76202026-08-29T21:22:58.697Z[ recovery-image] Aug 29 21:22:58.067 INFO O| Aug 29 21:22:58.067 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-29T21:22:58.706Z[ recovery-image] Aug 29 21:22:58.077 INFO O| Aug 29 21:22:58.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76222026-08-29T21:22:58.706Z[ recovery-image] Aug 29 21:22:58.077 INFO O| Aug 29 21:22:58.077 INFO STEP 757 (remove_files) COMPLETE
76232026-08-29T21:22:58.709Z[ recovery-image] Aug 29 21:22:58.077 INFO O| Aug 29 21:22:58.077 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-29T21:22:58.716Z[ recovery-image] Aug 29 21:22:58.088 INFO O| Aug 29 21:22:58.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76252026-08-29T21:22:58.716Z[ recovery-image] Aug 29 21:22:58.088 INFO O| Aug 29 21:22:58.087 INFO STEP 758 (remove_files) COMPLETE
76262026-08-29T21:22:58.716Z[ recovery-image] Aug 29 21:22:58.088 INFO O| Aug 29 21:22:58.087 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-29T21:22:58.725Z[ recovery-image] Aug 29 21:22:58.097 INFO O| Aug 29 21:22:58.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76282026-08-29T21:22:58.726Z[ recovery-image] Aug 29 21:22:58.097 INFO O| Aug 29 21:22:58.097 INFO STEP 759 (remove_files) COMPLETE
76292026-08-29T21:22:58.726Z[ recovery-image] Aug 29 21:22:58.097 INFO O| Aug 29 21:22:58.097 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-29T21:22:58.736Z[ recovery-image] Aug 29 21:22:58.108 INFO O| Aug 29 21:22:58.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76312026-08-29T21:22:58.736Z[ recovery-image] Aug 29 21:22:58.108 INFO O| Aug 29 21:22:58.108 INFO STEP 760 (remove_files) COMPLETE
76322026-08-29T21:22:58.736Z[ recovery-image] Aug 29 21:22:58.108 INFO O| Aug 29 21:22:58.108 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-29T21:22:58.745Z[ recovery-image] Aug 29 21:22:58.117 INFO O| Aug 29 21:22:58.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76342026-08-29T21:22:58.745Z[ recovery-image] Aug 29 21:22:58.117 INFO O| Aug 29 21:22:58.117 INFO STEP 761 (remove_files) COMPLETE
76352026-08-29T21:22:58.745Z[ recovery-image] Aug 29 21:22:58.117 INFO O| Aug 29 21:22:58.117 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-29T21:22:58.754Z[ recovery-image] Aug 29 21:22:58.125 INFO O| Aug 29 21:22:58.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76372026-08-29T21:22:58.757Z[ recovery-image] Aug 29 21:22:58.126 INFO O| Aug 29 21:22:58.126 INFO STEP 762 (remove_files) COMPLETE
76382026-08-29T21:22:58.757Z[ recovery-image] Aug 29 21:22:58.126 INFO O| Aug 29 21:22:58.126 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-29T21:22:58.766Z[ recovery-image] Aug 29 21:22:58.138 INFO O| Aug 29 21:22:58.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76402026-08-29T21:22:58.766Z[ recovery-image] Aug 29 21:22:58.138 INFO O| Aug 29 21:22:58.138 INFO STEP 763 (remove_files) COMPLETE
76412026-08-29T21:22:58.770Z[ recovery-image] Aug 29 21:22:58.138 INFO O| Aug 29 21:22:58.138 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-29T21:22:58.778Z[ recovery-image] Aug 29 21:22:58.148 INFO O| Aug 29 21:22:58.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76432026-08-29T21:22:58.778Z[ recovery-image] Aug 29 21:22:58.148 INFO O| Aug 29 21:22:58.148 INFO STEP 764 (remove_files) COMPLETE
76442026-08-29T21:22:58.781Z[ recovery-image] Aug 29 21:22:58.148 INFO O| Aug 29 21:22:58.148 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-29T21:22:58.786Z[ recovery-image] Aug 29 21:22:58.157 INFO O| Aug 29 21:22:58.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76462026-08-29T21:22:58.786Z[ recovery-image] Aug 29 21:22:58.157 INFO O| Aug 29 21:22:58.157 INFO STEP 765 (remove_files) COMPLETE
76472026-08-29T21:22:58.786Z[ recovery-image] Aug 29 21:22:58.157 INFO O| Aug 29 21:22:58.157 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-29T21:22:58.796Z[ recovery-image] Aug 29 21:22:58.167 INFO O| Aug 29 21:22:58.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76492026-08-29T21:22:58.796Z[ recovery-image] Aug 29 21:22:58.167 INFO O| Aug 29 21:22:58.167 INFO STEP 766 (remove_files) COMPLETE
76502026-08-29T21:22:58.796Z[ recovery-image] Aug 29 21:22:58.167 INFO O| Aug 29 21:22:58.167 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-29T21:22:58.805Z[ recovery-image] Aug 29 21:22:58.176 INFO O| Aug 29 21:22:58.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76522026-08-29T21:22:58.805Z[ recovery-image] Aug 29 21:22:58.176 INFO O| Aug 29 21:22:58.176 INFO STEP 767 (remove_files) COMPLETE
76532026-08-29T21:22:58.808Z[ recovery-image] Aug 29 21:22:58.176 INFO O| Aug 29 21:22:58.176 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-29T21:22:58.815Z[ recovery-image] Aug 29 21:22:58.187 INFO O| Aug 29 21:22:58.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76552026-08-29T21:22:58.815Z[ recovery-image] Aug 29 21:22:58.187 INFO O| Aug 29 21:22:58.187 INFO STEP 768 (remove_files) COMPLETE
76562026-08-29T21:22:58.815Z[ recovery-image] Aug 29 21:22:58.187 INFO O| Aug 29 21:22:58.187 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-29T21:22:58.824Z[ recovery-image] Aug 29 21:22:58.196 INFO O| Aug 29 21:22:58.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76582026-08-29T21:22:58.824Z[ recovery-image] Aug 29 21:22:58.196 INFO O| Aug 29 21:22:58.196 INFO STEP 769 (remove_files) COMPLETE
76592026-08-29T21:22:58.828Z[ recovery-image] Aug 29 21:22:58.196 INFO O| Aug 29 21:22:58.196 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-29T21:22:58.835Z[ recovery-image] Aug 29 21:22:58.206 INFO O| Aug 29 21:22:58.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76612026-08-29T21:22:58.839Z[ recovery-image] Aug 29 21:22:58.207 INFO O| Aug 29 21:22:58.207 INFO STEP 770 (remove_files) COMPLETE
76622026-08-29T21:22:58.839Z[ recovery-image] Aug 29 21:22:58.207 INFO O| Aug 29 21:22:58.207 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-29T21:22:58.839Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
76642026-08-29T21:22:58.846Z[ recovery-image] Aug 29 21:22:58.217 INFO O| Aug 29 21:22:58.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76652026-08-29T21:22:58.846Z[ recovery-image] Aug 29 21:22:58.217 INFO O| Aug 29 21:22:58.217 INFO STEP 771 (remove_files) COMPLETE
76662026-08-29T21:22:58.846Z[ recovery-image] Aug 29 21:22:58.217 INFO O| Aug 29 21:22:58.217 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-29T21:22:58.856Z[ recovery-image] Aug 29 21:22:58.228 INFO O| Aug 29 21:22:58.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76682026-08-29T21:22:58.856Z[ recovery-image] Aug 29 21:22:58.228 INFO O| Aug 29 21:22:58.228 INFO STEP 772 (remove_files) COMPLETE
76692026-08-29T21:22:58.856Z[ recovery-image] Aug 29 21:22:58.228 INFO O| Aug 29 21:22:58.228 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-29T21:22:58.866Z[ recovery-image] Aug 29 21:22:58.238 INFO O| Aug 29 21:22:58.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76712026-08-29T21:22:58.867Z[ recovery-image] Aug 29 21:22:58.238 INFO O| Aug 29 21:22:58.238 INFO STEP 773 (remove_files) COMPLETE
76722026-08-29T21:22:58.867Z[ recovery-image] Aug 29 21:22:58.238 INFO O| Aug 29 21:22:58.238 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-29T21:22:58.876Z[ recovery-image] Aug 29 21:22:58.247 INFO O| Aug 29 21:22:58.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76742026-08-29T21:22:58.876Z[ recovery-image] Aug 29 21:22:58.247 INFO O| Aug 29 21:22:58.247 INFO STEP 774 (remove_files) COMPLETE
76752026-08-29T21:22:58.876Z[ recovery-image] Aug 29 21:22:58.247 INFO O| Aug 29 21:22:58.247 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-29T21:22:58.886Z[ recovery-image] Aug 29 21:22:58.257 INFO O| Aug 29 21:22:58.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76772026-08-29T21:22:58.886Z[ recovery-image] Aug 29 21:22:58.257 INFO O| Aug 29 21:22:58.257 INFO STEP 775 (remove_files) COMPLETE
76782026-08-29T21:22:58.886Z[ recovery-image] Aug 29 21:22:58.257 INFO O| Aug 29 21:22:58.257 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-29T21:22:58.894Z[ recovery-image] Aug 29 21:22:58.266 INFO O| Aug 29 21:22:58.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76802026-08-29T21:22:58.894Z[ recovery-image] Aug 29 21:22:58.266 INFO O| Aug 29 21:22:58.266 INFO STEP 776 (remove_files) COMPLETE
76812026-08-29T21:22:58.894Z[ recovery-image] Aug 29 21:22:58.266 INFO O| Aug 29 21:22:58.266 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-29T21:22:58.906Z[ recovery-image] Aug 29 21:22:58.276 INFO O| Aug 29 21:22:58.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76832026-08-29T21:22:58.906Z[ recovery-image] Aug 29 21:22:58.277 INFO O| Aug 29 21:22:58.277 INFO STEP 777 (remove_files) COMPLETE
76842026-08-29T21:22:58.906Z[ recovery-image] Aug 29 21:22:58.277 INFO O| Aug 29 21:22:58.277 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-29T21:22:58.915Z[ recovery-image] Aug 29 21:22:58.286 INFO O| Aug 29 21:22:58.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76862026-08-29T21:22:58.916Z[ recovery-image] Aug 29 21:22:58.287 INFO O| Aug 29 21:22:58.286 INFO STEP 778 (remove_files) COMPLETE
76872026-08-29T21:22:58.916Z[ recovery-image] Aug 29 21:22:58.287 INFO O| Aug 29 21:22:58.287 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-29T21:22:58.926Z[ recovery-image] Aug 29 21:22:58.297 INFO O| Aug 29 21:22:58.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76892026-08-29T21:22:58.926Z[ recovery-image] Aug 29 21:22:58.297 INFO O| Aug 29 21:22:58.297 INFO STEP 779 (remove_files) COMPLETE
76902026-08-29T21:22:58.926Z[ recovery-image] Aug 29 21:22:58.297 INFO O| Aug 29 21:22:58.297 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-29T21:22:58.935Z[ recovery-image] Aug 29 21:22:58.306 INFO O| Aug 29 21:22:58.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76922026-08-29T21:22:58.935Z[ recovery-image] Aug 29 21:22:58.306 INFO O| Aug 29 21:22:58.306 INFO STEP 780 (remove_files) COMPLETE
76932026-08-29T21:22:58.935Z[ recovery-image] Aug 29 21:22:58.306 INFO O| Aug 29 21:22:58.306 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-29T21:22:58.945Z[ recovery-image] Aug 29 21:22:58.317 INFO O| Aug 29 21:22:58.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76952026-08-29T21:22:58.946Z[ recovery-image] Aug 29 21:22:58.317 INFO O| Aug 29 21:22:58.317 INFO STEP 781 (remove_files) COMPLETE
76962026-08-29T21:22:58.946Z[ recovery-image] Aug 29 21:22:58.317 INFO O| Aug 29 21:22:58.317 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-29T21:22:58.956Z[ recovery-image] Aug 29 21:22:58.327 INFO O| Aug 29 21:22:58.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76982026-08-29T21:22:58.956Z[ recovery-image] Aug 29 21:22:58.327 INFO O| Aug 29 21:22:58.327 INFO STEP 782 (remove_files) COMPLETE
76992026-08-29T21:22:58.960Z[ recovery-image] Aug 29 21:22:58.327 INFO O| Aug 29 21:22:58.327 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-29T21:22:58.966Z[ recovery-image] Aug 29 21:22:58.337 INFO O| Aug 29 21:22:58.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77012026-08-29T21:22:58.966Z[ recovery-image] Aug 29 21:22:58.337 INFO O| Aug 29 21:22:58.337 INFO STEP 783 (remove_files) COMPLETE
77022026-08-29T21:22:58.969Z[ recovery-image] Aug 29 21:22:58.337 INFO O| Aug 29 21:22:58.337 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-29T21:22:58.977Z[ recovery-image] Aug 29 21:22:58.347 INFO O| Aug 29 21:22:58.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77042026-08-29T21:22:58.977Z[ recovery-image] Aug 29 21:22:58.347 INFO O| Aug 29 21:22:58.347 INFO STEP 784 (remove_files) COMPLETE
77052026-08-29T21:22:58.977Z[ recovery-image] Aug 29 21:22:58.347 INFO O| Aug 29 21:22:58.347 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-29T21:22:58.985Z[ recovery-image] Aug 29 21:22:58.356 INFO O| Aug 29 21:22:58.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77072026-08-29T21:22:58.985Z[ recovery-image] Aug 29 21:22:58.357 INFO O| Aug 29 21:22:58.357 INFO STEP 785 (remove_files) COMPLETE
77082026-08-29T21:22:58.985Z[ recovery-image] Aug 29 21:22:58.357 INFO O| Aug 29 21:22:58.357 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-29T21:22:58.994Z[ recovery-image] Aug 29 21:22:58.365 INFO O| Aug 29 21:22:58.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77102026-08-29T21:22:58.994Z[ recovery-image] Aug 29 21:22:58.366 INFO O| Aug 29 21:22:58.365 INFO STEP 786 (remove_files) COMPLETE
77112026-08-29T21:22:58.994Z[ recovery-image] Aug 29 21:22:58.366 INFO O| Aug 29 21:22:58.366 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-29T21:22:59.002Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
77132026-08-29T21:22:59.006Z[ recovery-image] Aug 29 21:22:58.375 INFO O| Aug 29 21:22:58.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77142026-08-29T21:22:59.006Z[ recovery-image] Aug 29 21:22:58.375 INFO O| Aug 29 21:22:58.375 INFO STEP 787 (remove_files) COMPLETE
77152026-08-29T21:22:59.006Z[ recovery-image] Aug 29 21:22:58.375 INFO O| Aug 29 21:22:58.375 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-29T21:22:59.012Z[ recovery-image] Aug 29 21:22:58.384 INFO O| Aug 29 21:22:58.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77172026-08-29T21:22:59.012Z[ recovery-image] Aug 29 21:22:58.384 INFO O| Aug 29 21:22:58.384 INFO STEP 788 (remove_files) COMPLETE
77182026-08-29T21:22:59.012Z[ recovery-image] Aug 29 21:22:58.384 INFO O| Aug 29 21:22:58.384 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-29T21:22:59.022Z[ recovery-image] Aug 29 21:22:58.394 INFO O| Aug 29 21:22:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77202026-08-29T21:22:59.022Z[ recovery-image] Aug 29 21:22:58.394 INFO O| Aug 29 21:22:58.394 INFO STEP 789 (remove_files) COMPLETE
77212026-08-29T21:22:59.022Z[ recovery-image] Aug 29 21:22:58.394 INFO O| Aug 29 21:22:58.394 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-29T21:22:59.031Z[ recovery-image] Aug 29 21:22:58.403 INFO O| Aug 29 21:22:58.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77232026-08-29T21:22:59.031Z[ recovery-image] Aug 29 21:22:58.403 INFO O| Aug 29 21:22:58.403 INFO STEP 790 (remove_files) COMPLETE
77242026-08-29T21:22:59.031Z[ recovery-image] Aug 29 21:22:58.403 INFO O| Aug 29 21:22:58.403 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-29T21:22:59.041Z[ recovery-image] Aug 29 21:22:58.413 INFO O| Aug 29 21:22:58.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77262026-08-29T21:22:59.041Z[ recovery-image] Aug 29 21:22:58.413 INFO O| Aug 29 21:22:58.413 INFO STEP 791 (remove_files) COMPLETE
77272026-08-29T21:22:59.041Z[ recovery-image] Aug 29 21:22:58.413 INFO O| Aug 29 21:22:58.413 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-29T21:22:59.052Z[ recovery-image] Aug 29 21:22:58.423 INFO O| Aug 29 21:22:58.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77292026-08-29T21:22:59.052Z[ recovery-image] Aug 29 21:22:58.423 INFO O| Aug 29 21:22:58.423 INFO STEP 792 (remove_files) COMPLETE
77302026-08-29T21:22:59.052Z[ recovery-image] Aug 29 21:22:58.423 INFO O| Aug 29 21:22:58.423 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-29T21:22:59.061Z[ recovery-image] Aug 29 21:22:58.432 INFO O| Aug 29 21:22:58.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77322026-08-29T21:22:59.061Z[ recovery-image] Aug 29 21:22:58.432 INFO O| Aug 29 21:22:58.432 INFO STEP 793 (remove_files) COMPLETE
77332026-08-29T21:22:59.064Z[ recovery-image] Aug 29 21:22:58.432 INFO O| Aug 29 21:22:58.432 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-29T21:22:59.072Z[ recovery-image] Aug 29 21:22:58.443 INFO O| Aug 29 21:22:58.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77352026-08-29T21:22:59.072Z[ recovery-image] Aug 29 21:22:58.443 INFO O| Aug 29 21:22:58.443 INFO STEP 794 (remove_files) COMPLETE
77362026-08-29T21:22:59.072Z[ recovery-image] Aug 29 21:22:58.443 INFO O| Aug 29 21:22:58.443 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-29T21:22:59.082Z[ recovery-image] Aug 29 21:22:58.454 INFO O| Aug 29 21:22:58.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77382026-08-29T21:22:59.083Z[ recovery-image] Aug 29 21:22:58.454 INFO O| Aug 29 21:22:58.454 INFO STEP 795 (remove_files) COMPLETE
77392026-08-29T21:22:59.083Z[ recovery-image] Aug 29 21:22:58.454 INFO O| Aug 29 21:22:58.454 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-29T21:22:59.093Z[ recovery-image] Aug 29 21:22:58.464 INFO O| Aug 29 21:22:58.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77412026-08-29T21:22:59.093Z[ recovery-image] Aug 29 21:22:58.464 INFO O| Aug 29 21:22:58.464 INFO STEP 796 (remove_files) COMPLETE
77422026-08-29T21:22:59.093Z[ recovery-image] Aug 29 21:22:58.464 INFO O| Aug 29 21:22:58.464 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-29T21:22:59.103Z[ recovery-image] Aug 29 21:22:58.475 INFO O| Aug 29 21:22:58.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77442026-08-29T21:22:59.103Z[ recovery-image] Aug 29 21:22:58.475 INFO O| Aug 29 21:22:58.475 INFO STEP 797 (remove_files) COMPLETE
77452026-08-29T21:22:59.104Z[ recovery-image] Aug 29 21:22:58.475 INFO O| Aug 29 21:22:58.475 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-29T21:22:59.114Z[ recovery-image] Aug 29 21:22:58.485 INFO O| Aug 29 21:22:58.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77472026-08-29T21:22:59.114Z[ recovery-image] Aug 29 21:22:58.485 INFO O| Aug 29 21:22:58.485 INFO STEP 798 (remove_files) COMPLETE
77482026-08-29T21:22:59.114Z[ recovery-image] Aug 29 21:22:58.485 INFO O| Aug 29 21:22:58.485 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-29T21:22:59.124Z[ recovery-image] Aug 29 21:22:58.495 INFO O| Aug 29 21:22:58.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77502026-08-29T21:22:59.124Z[ recovery-image] Aug 29 21:22:58.495 INFO O| Aug 29 21:22:58.495 INFO STEP 799 (remove_files) COMPLETE
77512026-08-29T21:22:59.124Z[ recovery-image] Aug 29 21:22:58.495 INFO O| Aug 29 21:22:58.495 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-29T21:22:59.134Z[ recovery-image] Aug 29 21:22:58.506 INFO O| Aug 29 21:22:58.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77532026-08-29T21:22:59.134Z[ recovery-image] Aug 29 21:22:58.506 INFO O| Aug 29 21:22:58.506 INFO STEP 800 (remove_files) COMPLETE
77542026-08-29T21:22:59.134Z[ recovery-image] Aug 29 21:22:58.506 INFO O| Aug 29 21:22:58.506 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-29T21:22:59.144Z[ recovery-image] Aug 29 21:22:58.515 INFO O| Aug 29 21:22:58.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77562026-08-29T21:22:59.147Z[ recovery-image] Aug 29 21:22:58.516 INFO O| Aug 29 21:22:58.516 INFO STEP 801 (remove_files) COMPLETE
77572026-08-29T21:22:59.147Z[ recovery-image] Aug 29 21:22:58.516 INFO O| Aug 29 21:22:58.516 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-29T21:22:59.147Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
77592026-08-29T21:22:59.154Z[ recovery-image] Aug 29 21:22:58.525 INFO O| Aug 29 21:22:58.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77602026-08-29T21:22:59.154Z[ recovery-image] Aug 29 21:22:58.525 INFO O| Aug 29 21:22:58.525 INFO STEP 802 (remove_files) COMPLETE
77612026-08-29T21:22:59.154Z[ recovery-image] Aug 29 21:22:58.525 INFO O| Aug 29 21:22:58.525 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-29T21:22:59.164Z[ recovery-image] Aug 29 21:22:58.535 INFO O| Aug 29 21:22:58.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77632026-08-29T21:22:59.164Z[ recovery-image] Aug 29 21:22:58.535 INFO O| Aug 29 21:22:58.535 INFO STEP 803 (remove_files) COMPLETE
77642026-08-29T21:22:59.167Z[ recovery-image] Aug 29 21:22:58.535 INFO O| Aug 29 21:22:58.535 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-29T21:22:59.177Z[ recovery-image] Aug 29 21:22:58.545 INFO O| Aug 29 21:22:58.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77662026-08-29T21:22:59.177Z[ recovery-image] Aug 29 21:22:58.545 INFO O| Aug 29 21:22:58.545 INFO STEP 804 (remove_files) COMPLETE
77672026-08-29T21:22:59.177Z[ recovery-image] Aug 29 21:22:58.545 INFO O| Aug 29 21:22:58.545 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-29T21:22:59.184Z[ recovery-image] Aug 29 21:22:58.555 INFO O| Aug 29 21:22:58.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77692026-08-29T21:22:59.184Z[ recovery-image] Aug 29 21:22:58.555 INFO O| Aug 29 21:22:58.555 INFO STEP 805 (remove_files) COMPLETE
77702026-08-29T21:22:59.184Z[ recovery-image] Aug 29 21:22:58.555 INFO O| Aug 29 21:22:58.555 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-29T21:22:59.192Z[ recovery-image] Aug 29 21:22:58.564 INFO O| Aug 29 21:22:58.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77722026-08-29T21:22:59.192Z[ recovery-image] Aug 29 21:22:58.564 INFO O| Aug 29 21:22:58.564 INFO STEP 806 (remove_files) COMPLETE
77732026-08-29T21:22:59.192Z[ recovery-image] Aug 29 21:22:58.564 INFO O| Aug 29 21:22:58.564 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-29T21:22:59.203Z[ recovery-image] Aug 29 21:22:58.574 INFO O| Aug 29 21:22:58.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77752026-08-29T21:22:59.203Z[ recovery-image] Aug 29 21:22:58.574 INFO O| Aug 29 21:22:58.574 INFO STEP 807 (remove_files) COMPLETE
77762026-08-29T21:22:59.203Z[ recovery-image] Aug 29 21:22:58.574 INFO O| Aug 29 21:22:58.574 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-29T21:22:59.213Z[ recovery-image] Aug 29 21:22:58.584 INFO O| Aug 29 21:22:58.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77782026-08-29T21:22:59.213Z[ recovery-image] Aug 29 21:22:58.584 INFO O| Aug 29 21:22:58.584 INFO STEP 808 (remove_files) COMPLETE
77792026-08-29T21:22:59.213Z[ recovery-image] Aug 29 21:22:58.584 INFO O| Aug 29 21:22:58.584 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-29T21:22:59.221Z[ recovery-image] Aug 29 21:22:58.592 INFO O| Aug 29 21:22:58.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77812026-08-29T21:22:59.221Z[ recovery-image] Aug 29 21:22:58.593 INFO O| Aug 29 21:22:58.593 INFO STEP 809 (remove_files) COMPLETE
77822026-08-29T21:22:59.221Z[ recovery-image] Aug 29 21:22:58.593 INFO O| Aug 29 21:22:58.593 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-29T21:22:59.236Z[ recovery-image] Aug 29 21:22:58.601 INFO O| Aug 29 21:22:58.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77842026-08-29T21:22:59.236Z[ recovery-image] Aug 29 21:22:58.601 INFO O| Aug 29 21:22:58.601 INFO STEP 810 (remove_files) COMPLETE
77852026-08-29T21:22:59.236Z[ recovery-image] Aug 29 21:22:58.601 INFO O| Aug 29 21:22:58.601 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-29T21:22:59.239Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
77872026-08-29T21:22:59.239Z[ recovery-image] Aug 29 21:22:58.610 INFO O| Aug 29 21:22:58.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77882026-08-29T21:22:59.239Z[ recovery-image] Aug 29 21:22:58.610 INFO O| Aug 29 21:22:58.610 INFO STEP 811 (remove_files) COMPLETE
77892026-08-29T21:22:59.239Z[ recovery-image] Aug 29 21:22:58.610 INFO O| Aug 29 21:22:58.610 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-29T21:22:59.247Z[ recovery-image] Aug 29 21:22:58.619 INFO O| Aug 29 21:22:58.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77912026-08-29T21:22:59.247Z[ recovery-image] Aug 29 21:22:58.619 INFO O| Aug 29 21:22:58.619 INFO STEP 812 (remove_files) COMPLETE
77922026-08-29T21:22:59.248Z[ recovery-image] Aug 29 21:22:58.619 INFO O| Aug 29 21:22:58.619 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-29T21:22:59.256Z[ recovery-image] Aug 29 21:22:58.627 INFO O| Aug 29 21:22:58.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77942026-08-29T21:22:59.256Z[ recovery-image] Aug 29 21:22:58.627 INFO O| Aug 29 21:22:58.627 INFO STEP 813 (remove_files) COMPLETE
77952026-08-29T21:22:59.259Z[ recovery-image] Aug 29 21:22:58.627 INFO O| Aug 29 21:22:58.627 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-29T21:22:59.263Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
77972026-08-29T21:22:59.267Z[ recovery-image] Aug 29 21:22:58.637 INFO O| Aug 29 21:22:58.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77982026-08-29T21:22:59.267Z[ recovery-image] Aug 29 21:22:58.637 INFO O| Aug 29 21:22:58.637 INFO STEP 814 (remove_files) COMPLETE
77992026-08-29T21:22:59.267Z[ recovery-image] Aug 29 21:22:58.637 INFO O| Aug 29 21:22:58.637 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-29T21:22:59.274Z[ recovery-image] Aug 29 21:22:58.646 INFO O| Aug 29 21:22:58.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78012026-08-29T21:22:59.275Z[ recovery-image] Aug 29 21:22:58.646 INFO O| Aug 29 21:22:58.646 INFO STEP 815 (remove_files) COMPLETE
78022026-08-29T21:22:59.275Z[ recovery-image] Aug 29 21:22:58.646 INFO O| Aug 29 21:22:58.646 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-29T21:22:59.285Z[ recovery-image] Aug 29 21:22:58.656 INFO O| Aug 29 21:22:58.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78042026-08-29T21:22:59.285Z[ recovery-image] Aug 29 21:22:58.656 INFO O| Aug 29 21:22:58.656 INFO STEP 816 (remove_files) COMPLETE
78052026-08-29T21:22:59.285Z[ recovery-image] Aug 29 21:22:58.656 INFO O| Aug 29 21:22:58.656 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-29T21:22:59.298Z[ recovery-image] Aug 29 21:22:58.666 INFO O| Aug 29 21:22:58.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78072026-08-29T21:22:59.302Z[ recovery-image] Aug 29 21:22:58.666 INFO O| Aug 29 21:22:58.666 INFO STEP 817 (remove_files) COMPLETE
78082026-08-29T21:22:59.302Z[ recovery-image] Aug 29 21:22:58.666 INFO O| Aug 29 21:22:58.666 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-29T21:22:59.305Z[ recovery-image] Aug 29 21:22:58.676 INFO O| Aug 29 21:22:58.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78102026-08-29T21:22:59.305Z[ recovery-image] Aug 29 21:22:58.676 INFO O| Aug 29 21:22:58.676 INFO STEP 818 (remove_files) COMPLETE
78112026-08-29T21:22:59.305Z[ recovery-image] Aug 29 21:22:58.676 INFO O| Aug 29 21:22:58.676 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-29T21:22:59.314Z[ recovery-image] Aug 29 21:22:58.686 INFO O| Aug 29 21:22:58.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78132026-08-29T21:22:59.314Z[ recovery-image] Aug 29 21:22:58.686 INFO O| Aug 29 21:22:58.686 INFO STEP 819 (remove_files) COMPLETE
78142026-08-29T21:22:59.314Z[ recovery-image] Aug 29 21:22:58.686 INFO O| Aug 29 21:22:58.686 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-29T21:22:59.324Z[ recovery-image] Aug 29 21:22:58.695 INFO O| Aug 29 21:22:58.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78162026-08-29T21:22:59.324Z[ recovery-image] Aug 29 21:22:58.696 INFO O| Aug 29 21:22:58.696 INFO STEP 820 (remove_files) COMPLETE
78172026-08-29T21:22:59.324Z[ recovery-image] Aug 29 21:22:58.696 INFO O| Aug 29 21:22:58.696 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-29T21:22:59.334Z[ recovery-image] Aug 29 21:22:58.705 INFO O| Aug 29 21:22:58.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78192026-08-29T21:22:59.334Z[ recovery-image] Aug 29 21:22:58.705 INFO O| Aug 29 21:22:58.705 INFO STEP 821 (remove_files) COMPLETE
78202026-08-29T21:22:59.334Z[ recovery-image] Aug 29 21:22:58.705 INFO O| Aug 29 21:22:58.705 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-29T21:22:59.345Z[ recovery-image] Aug 29 21:22:58.717 INFO O| Aug 29 21:22:58.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78222026-08-29T21:22:59.345Z[ recovery-image] Aug 29 21:22:58.717 INFO O| Aug 29 21:22:58.717 INFO STEP 822 (remove_files) COMPLETE
78232026-08-29T21:22:59.345Z[ recovery-image] Aug 29 21:22:58.717 INFO O| Aug 29 21:22:58.717 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-29T21:22:59.353Z[ recovery-image] Aug 29 21:22:58.725 INFO O| Aug 29 21:22:58.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78252026-08-29T21:22:59.354Z[ recovery-image] Aug 29 21:22:58.725 INFO O| Aug 29 21:22:58.725 INFO STEP 823 (remove_files) COMPLETE
78262026-08-29T21:22:59.354Z[ recovery-image] Aug 29 21:22:58.725 INFO O| Aug 29 21:22:58.725 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-29T21:22:59.362Z[ recovery-image] Aug 29 21:22:58.733 INFO O| Aug 29 21:22:58.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78282026-08-29T21:22:59.362Z[ recovery-image] Aug 29 21:22:58.733 INFO O| Aug 29 21:22:58.733 INFO STEP 824 (remove_files) COMPLETE
78292026-08-29T21:22:59.365Z[ recovery-image] Aug 29 21:22:58.733 INFO O| Aug 29 21:22:58.733 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-29T21:22:59.372Z[ recovery-image] Aug 29 21:22:58.743 INFO O| Aug 29 21:22:58.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78312026-08-29T21:22:59.372Z[ recovery-image] Aug 29 21:22:58.743 INFO O| Aug 29 21:22:58.743 INFO STEP 825 (remove_files) COMPLETE
78322026-08-29T21:22:59.372Z[ recovery-image] Aug 29 21:22:58.743 INFO O| Aug 29 21:22:58.743 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-29T21:22:59.380Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
78342026-08-29T21:22:59.383Z[ recovery-image] Aug 29 21:22:58.753 INFO O| Aug 29 21:22:58.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78352026-08-29T21:22:59.383Z[ recovery-image] Aug 29 21:22:58.753 INFO O| Aug 29 21:22:58.753 INFO STEP 826 (remove_files) COMPLETE
78362026-08-29T21:22:59.383Z[ recovery-image] Aug 29 21:22:58.753 INFO O| Aug 29 21:22:58.753 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-29T21:22:59.390Z[ recovery-image] Aug 29 21:22:58.762 INFO O| Aug 29 21:22:58.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78382026-08-29T21:22:59.390Z[ recovery-image] Aug 29 21:22:58.762 INFO O| Aug 29 21:22:58.762 INFO STEP 827 (remove_files) COMPLETE
78392026-08-29T21:22:59.394Z[ recovery-image] Aug 29 21:22:58.762 INFO O| Aug 29 21:22:58.762 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-29T21:22:59.400Z[ recovery-image] Aug 29 21:22:58.771 INFO O| Aug 29 21:22:58.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78412026-08-29T21:22:59.400Z[ recovery-image] Aug 29 21:22:58.771 INFO O| Aug 29 21:22:58.771 INFO STEP 828 (remove_files) COMPLETE
78422026-08-29T21:22:59.400Z[ recovery-image] Aug 29 21:22:58.771 INFO O| Aug 29 21:22:58.771 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-29T21:22:59.410Z[ recovery-image] Aug 29 21:22:58.781 INFO O| Aug 29 21:22:58.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78442026-08-29T21:22:59.413Z[ recovery-image] Aug 29 21:22:58.782 INFO O| Aug 29 21:22:58.782 INFO STEP 829 (remove_files) COMPLETE
78452026-08-29T21:22:59.413Z[ recovery-image] Aug 29 21:22:58.782 INFO O| Aug 29 21:22:58.782 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-29T21:22:59.422Z[ recovery-image] Aug 29 21:22:58.793 INFO O| Aug 29 21:22:58.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78472026-08-29T21:22:59.422Z[ recovery-image] Aug 29 21:22:58.793 INFO O| Aug 29 21:22:58.793 INFO STEP 830 (remove_files) COMPLETE
78482026-08-29T21:22:59.422Z[ recovery-image] Aug 29 21:22:58.793 INFO O| Aug 29 21:22:58.793 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-29T21:22:59.432Z[ recovery-image] Aug 29 21:22:58.803 INFO O| Aug 29 21:22:58.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78502026-08-29T21:22:59.432Z[ recovery-image] Aug 29 21:22:58.803 INFO O| Aug 29 21:22:58.803 INFO STEP 831 (remove_files) COMPLETE
78512026-08-29T21:22:59.432Z[ recovery-image] Aug 29 21:22:58.804 INFO O| Aug 29 21:22:58.803 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-29T21:22:59.442Z[ recovery-image] Aug 29 21:22:58.814 INFO O| Aug 29 21:22:58.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78532026-08-29T21:22:59.442Z[ recovery-image] Aug 29 21:22:58.814 INFO O| Aug 29 21:22:58.814 INFO STEP 832 (remove_files) COMPLETE
78542026-08-29T21:22:59.442Z[ recovery-image] Aug 29 21:22:58.814 INFO O| Aug 29 21:22:58.814 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-29T21:22:59.452Z[ recovery-image] Aug 29 21:22:58.824 INFO O| Aug 29 21:22:58.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78562026-08-29T21:22:59.452Z[ recovery-image] Aug 29 21:22:58.824 INFO O| Aug 29 21:22:58.824 INFO STEP 833 (remove_files) COMPLETE
78572026-08-29T21:22:59.452Z[ recovery-image] Aug 29 21:22:58.824 INFO O| Aug 29 21:22:58.824 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-29T21:22:59.461Z[ recovery-image] Aug 29 21:22:58.833 INFO O| Aug 29 21:22:58.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78592026-08-29T21:22:59.461Z[ recovery-image] Aug 29 21:22:58.833 INFO O| Aug 29 21:22:58.833 INFO STEP 834 (remove_files) COMPLETE
78602026-08-29T21:22:59.465Z[ recovery-image] Aug 29 21:22:58.833 INFO O| Aug 29 21:22:58.833 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-29T21:22:59.470Z[ recovery-image] Aug 29 21:22:58.842 INFO O| Aug 29 21:22:58.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78622026-08-29T21:22:59.470Z[ recovery-image] Aug 29 21:22:58.842 INFO O| Aug 29 21:22:58.842 INFO STEP 835 (remove_files) COMPLETE
78632026-08-29T21:22:59.470Z[ recovery-image] Aug 29 21:22:58.842 INFO O| Aug 29 21:22:58.842 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-29T21:22:59.481Z[ recovery-image] Aug 29 21:22:58.852 INFO O| Aug 29 21:22:58.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78652026-08-29T21:22:59.481Z[ recovery-image] Aug 29 21:22:58.852 INFO O| Aug 29 21:22:58.852 INFO STEP 836 (remove_files) COMPLETE
78662026-08-29T21:22:59.481Z[ recovery-image] Aug 29 21:22:58.852 INFO O| Aug 29 21:22:58.852 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-29T21:22:59.490Z[ recovery-image] Aug 29 21:22:58.862 INFO O| Aug 29 21:22:58.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78682026-08-29T21:22:59.490Z[ recovery-image] Aug 29 21:22:58.862 INFO O| Aug 29 21:22:58.862 INFO STEP 837 (remove_files) COMPLETE
78692026-08-29T21:22:59.490Z[ recovery-image] Aug 29 21:22:58.862 INFO O| Aug 29 21:22:58.862 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-29T21:22:59.502Z[ recovery-image] Aug 29 21:22:58.873 INFO O| Aug 29 21:22:58.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78712026-08-29T21:22:59.502Z[ recovery-image] Aug 29 21:22:58.873 INFO O| Aug 29 21:22:58.873 INFO STEP 838 (remove_files) COMPLETE
78722026-08-29T21:22:59.543Z[ recovery-image] Aug 29 21:22:58.873 INFO O| Aug 29 21:22:58.873 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-29T21:22:59.552Z[ recovery-image] Aug 29 21:22:58.921 INFO O| Aug 29 21:22:58.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78742026-08-29T21:22:59.552Z[ recovery-image] Aug 29 21:22:58.921 INFO O| Aug 29 21:22:58.920 INFO STEP 839 (remove_files) COMPLETE
78752026-08-29T21:22:59.552Z[ recovery-image] Aug 29 21:22:58.921 INFO O| Aug 29 21:22:58.920 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-29T21:22:59.576Z[ recovery-image] Aug 29 21:22:58.947 INFO O| Aug 29 21:22:58.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78772026-08-29T21:22:59.576Z[ recovery-image] Aug 29 21:22:58.947 INFO O| Aug 29 21:22:58.947 INFO STEP 840 (remove_files) COMPLETE
78782026-08-29T21:22:59.576Z[ recovery-image] Aug 29 21:22:58.947 INFO O| Aug 29 21:22:58.947 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-29T21:22:59.586Z[ recovery-image] Aug 29 21:22:58.957 INFO O| Aug 29 21:22:58.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78802026-08-29T21:22:59.586Z[ recovery-image] Aug 29 21:22:58.957 INFO O| Aug 29 21:22:58.957 INFO STEP 841 (remove_files) COMPLETE
78812026-08-29T21:22:59.586Z[ recovery-image] Aug 29 21:22:58.957 INFO O| Aug 29 21:22:58.957 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-29T21:22:59.597Z[ recovery-image] Aug 29 21:22:58.968 INFO O| Aug 29 21:22:58.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78832026-08-29T21:22:59.597Z[ recovery-image] Aug 29 21:22:58.968 INFO O| Aug 29 21:22:58.968 INFO STEP 842 (remove_files) COMPLETE
78842026-08-29T21:22:59.597Z[ recovery-image] Aug 29 21:22:58.968 INFO O| Aug 29 21:22:58.968 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-29T21:22:59.607Z[ recovery-image] Aug 29 21:22:58.979 INFO O| Aug 29 21:22:58.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78862026-08-29T21:22:59.607Z[ recovery-image] Aug 29 21:22:58.979 INFO O| Aug 29 21:22:58.979 INFO STEP 843 (remove_files) COMPLETE
78872026-08-29T21:22:59.611Z[ recovery-image] Aug 29 21:22:58.979 INFO O| Aug 29 21:22:58.979 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-29T21:22:59.623Z[ recovery-image] Aug 29 21:22:58.990 INFO O| Aug 29 21:22:58.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78892026-08-29T21:22:59.623Z[ recovery-image] Aug 29 21:22:58.990 INFO O| Aug 29 21:22:58.990 INFO STEP 844 (remove_files) COMPLETE
78902026-08-29T21:22:59.623Z[ recovery-image] Aug 29 21:22:58.990 INFO O| Aug 29 21:22:58.990 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-29T21:22:59.629Z[ recovery-image] Aug 29 21:22:59.000 INFO O| Aug 29 21:22:59.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78922026-08-29T21:22:59.629Z[ recovery-image] Aug 29 21:22:59.001 INFO O| Aug 29 21:22:59.000 INFO STEP 845 (remove_files) COMPLETE
78932026-08-29T21:22:59.629Z[ recovery-image] Aug 29 21:22:59.001 INFO O| Aug 29 21:22:59.001 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-29T21:22:59.635Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
78952026-08-29T21:22:59.640Z[ recovery-image] Aug 29 21:22:59.012 INFO O| Aug 29 21:22:59.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78962026-08-29T21:22:59.640Z[ recovery-image] Aug 29 21:22:59.012 INFO O| Aug 29 21:22:59.012 INFO STEP 846 (remove_files) COMPLETE
78972026-08-29T21:22:59.640Z[ recovery-image] Aug 29 21:22:59.012 INFO O| Aug 29 21:22:59.012 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-29T21:22:59.651Z[ recovery-image] Aug 29 21:22:59.022 INFO O| Aug 29 21:22:59.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78992026-08-29T21:22:59.651Z[ recovery-image] Aug 29 21:22:59.022 INFO O| Aug 29 21:22:59.022 INFO STEP 847 (remove_files) COMPLETE
79002026-08-29T21:22:59.651Z[ recovery-image] Aug 29 21:22:59.022 INFO O| Aug 29 21:22:59.022 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-29T21:22:59.661Z[ recovery-image] Aug 29 21:22:59.032 INFO O| Aug 29 21:22:59.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79022026-08-29T21:22:59.661Z[ recovery-image] Aug 29 21:22:59.032 INFO O| Aug 29 21:22:59.032 INFO STEP 848 (remove_files) COMPLETE
79032026-08-29T21:22:59.661Z[ recovery-image] Aug 29 21:22:59.032 INFO O| Aug 29 21:22:59.032 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-29T21:22:59.670Z[ recovery-image] Aug 29 21:22:59.042 INFO O| Aug 29 21:22:59.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79052026-08-29T21:22:59.670Z[ recovery-image] Aug 29 21:22:59.042 INFO O| Aug 29 21:22:59.042 INFO STEP 849 (remove_files) COMPLETE
79062026-08-29T21:22:59.674Z[ recovery-image] Aug 29 21:22:59.042 INFO O| Aug 29 21:22:59.042 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-29T21:22:59.684Z[ recovery-image] Aug 29 21:22:59.056 INFO O| Aug 29 21:22:59.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79082026-08-29T21:22:59.684Z[ recovery-image] Aug 29 21:22:59.056 INFO O| Aug 29 21:22:59.056 INFO STEP 850 (remove_files) COMPLETE
79092026-08-29T21:22:59.688Z[ recovery-image] Aug 29 21:22:59.056 INFO O| Aug 29 21:22:59.056 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-29T21:22:59.695Z[ recovery-image] Aug 29 21:22:59.066 INFO O| Aug 29 21:22:59.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79112026-08-29T21:22:59.695Z[ recovery-image] Aug 29 21:22:59.067 INFO O| Aug 29 21:22:59.067 INFO STEP 851 (remove_files) COMPLETE
79122026-08-29T21:22:59.698Z[ recovery-image] Aug 29 21:22:59.067 INFO O| Aug 29 21:22:59.067 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-29T21:22:59.705Z[ recovery-image] Aug 29 21:22:59.077 INFO O| Aug 29 21:22:59.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79142026-08-29T21:22:59.705Z[ recovery-image] Aug 29 21:22:59.077 INFO O| Aug 29 21:22:59.077 INFO STEP 852 (remove_files) COMPLETE
79152026-08-29T21:22:59.709Z[ recovery-image] Aug 29 21:22:59.077 INFO O| Aug 29 21:22:59.077 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-29T21:22:59.714Z[ recovery-image] Aug 29 21:22:59.086 INFO O| Aug 29 21:22:59.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79172026-08-29T21:22:59.715Z[ recovery-image] Aug 29 21:22:59.086 INFO O| Aug 29 21:22:59.086 INFO STEP 853 (remove_files) COMPLETE
79182026-08-29T21:22:59.715Z[ recovery-image] Aug 29 21:22:59.086 INFO O| Aug 29 21:22:59.086 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-29T21:22:59.724Z[ recovery-image] Aug 29 21:22:59.096 INFO O| Aug 29 21:22:59.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79202026-08-29T21:22:59.725Z[ recovery-image] Aug 29 21:22:59.096 INFO O| Aug 29 21:22:59.096 INFO STEP 854 (remove_files) COMPLETE
79212026-08-29T21:22:59.725Z[ recovery-image] Aug 29 21:22:59.096 INFO O| Aug 29 21:22:59.096 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-29T21:22:59.735Z[ recovery-image] Aug 29 21:22:59.106 INFO O| Aug 29 21:22:59.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79232026-08-29T21:22:59.735Z[ recovery-image] Aug 29 21:22:59.106 INFO O| Aug 29 21:22:59.106 INFO STEP 855 (remove_files) COMPLETE
79242026-08-29T21:22:59.735Z[ recovery-image] Aug 29 21:22:59.106 INFO O| Aug 29 21:22:59.106 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-29T21:22:59.745Z[ recovery-image] Aug 29 21:22:59.117 INFO O| Aug 29 21:22:59.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79262026-08-29T21:22:59.745Z[ recovery-image] Aug 29 21:22:59.117 INFO O| Aug 29 21:22:59.117 INFO STEP 856 (remove_files) COMPLETE
79272026-08-29T21:22:59.749Z[ recovery-image] Aug 29 21:22:59.117 INFO O| Aug 29 21:22:59.117 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-29T21:22:59.756Z[ recovery-image] Aug 29 21:22:59.126 INFO O| Aug 29 21:22:59.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79292026-08-29T21:22:59.756Z[ recovery-image] Aug 29 21:22:59.126 INFO O| Aug 29 21:22:59.126 INFO STEP 857 (remove_files) COMPLETE
79302026-08-29T21:22:59.760Z[ recovery-image] Aug 29 21:22:59.126 INFO O| Aug 29 21:22:59.126 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-29T21:22:59.763Z[ recovery-image] Aug 29 21:22:59.135 INFO O| Aug 29 21:22:59.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79322026-08-29T21:22:59.763Z[ recovery-image] Aug 29 21:22:59.135 INFO O| Aug 29 21:22:59.135 INFO STEP 858 (remove_files) COMPLETE
79332026-08-29T21:22:59.763Z[ recovery-image] Aug 29 21:22:59.135 INFO O| Aug 29 21:22:59.135 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-29T21:22:59.773Z[ recovery-image] Aug 29 21:22:59.145 INFO O| Aug 29 21:22:59.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79352026-08-29T21:22:59.773Z[ recovery-image] Aug 29 21:22:59.145 INFO O| Aug 29 21:22:59.145 INFO STEP 859 (remove_files) COMPLETE
79362026-08-29T21:22:59.773Z[ recovery-image] Aug 29 21:22:59.145 INFO O| Aug 29 21:22:59.145 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-29T21:22:59.783Z[ recovery-image] Aug 29 21:22:59.155 INFO O| Aug 29 21:22:59.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79382026-08-29T21:22:59.783Z[ recovery-image] Aug 29 21:22:59.155 INFO O| Aug 29 21:22:59.155 INFO STEP 860 (remove_files) COMPLETE
79392026-08-29T21:22:59.783Z[ recovery-image] Aug 29 21:22:59.155 INFO O| Aug 29 21:22:59.155 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-29T21:22:59.792Z[ recovery-image] Aug 29 21:22:59.163 INFO O| Aug 29 21:22:59.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79412026-08-29T21:22:59.792Z[ recovery-image] Aug 29 21:22:59.163 INFO O| Aug 29 21:22:59.163 INFO STEP 861 (remove_files) COMPLETE
79422026-08-29T21:22:59.792Z[ recovery-image] Aug 29 21:22:59.163 INFO O| Aug 29 21:22:59.163 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-29T21:22:59.802Z[ recovery-image] Aug 29 21:22:59.174 INFO O| Aug 29 21:22:59.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79442026-08-29T21:22:59.802Z[ recovery-image] Aug 29 21:22:59.174 INFO O| Aug 29 21:22:59.174 INFO STEP 862 (remove_files) COMPLETE
79452026-08-29T21:22:59.806Z[ recovery-image] Aug 29 21:22:59.174 INFO O| Aug 29 21:22:59.174 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-29T21:22:59.813Z[ recovery-image] Aug 29 21:22:59.184 INFO O| Aug 29 21:22:59.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79472026-08-29T21:22:59.813Z[ recovery-image] Aug 29 21:22:59.184 INFO O| Aug 29 21:22:59.184 INFO STEP 863 (remove_files) COMPLETE
79482026-08-29T21:22:59.813Z[ recovery-image] Aug 29 21:22:59.185 INFO O| Aug 29 21:22:59.184 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-29T21:22:59.825Z[ recovery-image] Aug 29 21:22:59.195 INFO O| Aug 29 21:22:59.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79502026-08-29T21:22:59.825Z[ recovery-image] Aug 29 21:22:59.195 INFO O| Aug 29 21:22:59.195 INFO STEP 864 (remove_files) COMPLETE
79512026-08-29T21:22:59.828Z[ recovery-image] Aug 29 21:22:59.195 INFO O| Aug 29 21:22:59.195 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-29T21:22:59.833Z[ recovery-image] Aug 29 21:22:59.205 INFO O| Aug 29 21:22:59.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79532026-08-29T21:22:59.834Z[ recovery-image] Aug 29 21:22:59.205 INFO O| Aug 29 21:22:59.205 INFO STEP 865 (remove_files) COMPLETE
79542026-08-29T21:22:59.837Z[ recovery-image] Aug 29 21:22:59.205 INFO O| Aug 29 21:22:59.205 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-29T21:22:59.843Z[ recovery-image] Aug 29 21:22:59.215 INFO O| Aug 29 21:22:59.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79562026-08-29T21:22:59.843Z[ recovery-image] Aug 29 21:22:59.215 INFO O| Aug 29 21:22:59.215 INFO STEP 866 (remove_files) COMPLETE
79572026-08-29T21:22:59.843Z[ recovery-image] Aug 29 21:22:59.215 INFO O| Aug 29 21:22:59.215 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-29T21:22:59.854Z[ recovery-image] Aug 29 21:22:59.225 INFO O| Aug 29 21:22:59.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79592026-08-29T21:22:59.854Z[ recovery-image] Aug 29 21:22:59.225 INFO O| Aug 29 21:22:59.225 INFO STEP 867 (remove_files) COMPLETE
79602026-08-29T21:22:59.854Z[ recovery-image] Aug 29 21:22:59.225 INFO O| Aug 29 21:22:59.225 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-29T21:22:59.866Z[ recovery-image] Aug 29 21:22:59.238 INFO O| Aug 29 21:22:59.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79622026-08-29T21:22:59.867Z[ recovery-image] Aug 29 21:22:59.238 INFO O| Aug 29 21:22:59.238 INFO STEP 868 (remove_files) COMPLETE
79632026-08-29T21:22:59.867Z[ recovery-image] Aug 29 21:22:59.238 INFO O| Aug 29 21:22:59.238 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-29T21:22:59.878Z[ recovery-image] Aug 29 21:22:59.249 INFO O| Aug 29 21:22:59.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79652026-08-29T21:22:59.878Z[ recovery-image] Aug 29 21:22:59.249 INFO O| Aug 29 21:22:59.249 INFO STEP 869 (remove_files) COMPLETE
79662026-08-29T21:22:59.881Z[ recovery-image] Aug 29 21:22:59.249 INFO O| Aug 29 21:22:59.249 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-29T21:22:59.887Z[ recovery-image] Aug 29 21:22:59.259 INFO O| Aug 29 21:22:59.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79682026-08-29T21:22:59.891Z[ recovery-image] Aug 29 21:22:59.259 INFO O| Aug 29 21:22:59.259 INFO STEP 870 (remove_files) COMPLETE
79692026-08-29T21:22:59.891Z[ recovery-image] Aug 29 21:22:59.259 INFO O| Aug 29 21:22:59.259 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-29T21:22:59.897Z[ recovery-image] Aug 29 21:22:59.269 INFO O| Aug 29 21:22:59.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79712026-08-29T21:22:59.897Z[ recovery-image] Aug 29 21:22:59.269 INFO O| Aug 29 21:22:59.269 INFO STEP 871 (remove_files) COMPLETE
79722026-08-29T21:22:59.897Z[ recovery-image] Aug 29 21:22:59.269 INFO O| Aug 29 21:22:59.269 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-29T21:22:59.907Z[ recovery-image] Aug 29 21:22:59.279 INFO O| Aug 29 21:22:59.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79742026-08-29T21:22:59.908Z[ recovery-image] Aug 29 21:22:59.279 INFO O| Aug 29 21:22:59.279 INFO STEP 872 (remove_files) COMPLETE
79752026-08-29T21:22:59.911Z[ recovery-image] Aug 29 21:22:59.279 INFO O| Aug 29 21:22:59.279 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-29T21:22:59.916Z[ recovery-image] Aug 29 21:22:59.288 INFO O| Aug 29 21:22:59.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79772026-08-29T21:22:59.916Z[ recovery-image] Aug 29 21:22:59.288 INFO O| Aug 29 21:22:59.288 INFO STEP 873 (remove_files) COMPLETE
79782026-08-29T21:22:59.920Z[ recovery-image] Aug 29 21:22:59.288 INFO O| Aug 29 21:22:59.288 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-29T21:22:59.925Z[ recovery-image] Aug 29 21:22:59.297 INFO O| Aug 29 21:22:59.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79802026-08-29T21:22:59.925Z[ recovery-image] Aug 29 21:22:59.297 INFO O| Aug 29 21:22:59.297 INFO STEP 874 (remove_files) COMPLETE
79812026-08-29T21:22:59.925Z[ recovery-image] Aug 29 21:22:59.297 INFO O| Aug 29 21:22:59.297 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-29T21:22:59.935Z[ recovery-image] Aug 29 21:22:59.307 INFO O| Aug 29 21:22:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79832026-08-29T21:22:59.935Z[ recovery-image] Aug 29 21:22:59.307 INFO O| Aug 29 21:22:59.307 INFO STEP 875 (remove_files) COMPLETE
79842026-08-29T21:22:59.939Z[ recovery-image] Aug 29 21:22:59.307 INFO O| Aug 29 21:22:59.307 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-29T21:22:59.945Z[ recovery-image] Aug 29 21:22:59.316 INFO O| Aug 29 21:22:59.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79862026-08-29T21:22:59.946Z[ recovery-image] Aug 29 21:22:59.316 INFO O| Aug 29 21:22:59.316 INFO STEP 876 (remove_files) COMPLETE
79872026-08-29T21:22:59.949Z[ recovery-image] Aug 29 21:22:59.316 INFO O| Aug 29 21:22:59.316 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-29T21:22:59.955Z[ recovery-image] Aug 29 21:22:59.327 INFO O| Aug 29 21:22:59.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79892026-08-29T21:22:59.955Z[ recovery-image] Aug 29 21:22:59.327 INFO O| Aug 29 21:22:59.327 INFO STEP 877 (remove_files) COMPLETE
79902026-08-29T21:22:59.955Z[ recovery-image] Aug 29 21:22:59.327 INFO O| Aug 29 21:22:59.327 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-29T21:22:59.967Z[ recovery-image] Aug 29 21:22:59.338 INFO O| Aug 29 21:22:59.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79922026-08-29T21:22:59.967Z[ recovery-image] Aug 29 21:22:59.338 INFO O| Aug 29 21:22:59.338 INFO STEP 878 (remove_files) COMPLETE
79932026-08-29T21:22:59.967Z[ recovery-image] Aug 29 21:22:59.338 INFO O| Aug 29 21:22:59.338 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-29T21:22:59.977Z[ recovery-image] Aug 29 21:22:59.349 INFO O| Aug 29 21:22:59.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79952026-08-29T21:22:59.977Z[ recovery-image] Aug 29 21:22:59.349 INFO O| Aug 29 21:22:59.349 INFO STEP 879 (remove_files) COMPLETE
79962026-08-29T21:22:59.981Z[ recovery-image] Aug 29 21:22:59.349 INFO O| Aug 29 21:22:59.349 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-29T21:22:59.990Z[ recovery-image] Aug 29 21:22:59.361 INFO O| Aug 29 21:22:59.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79982026-08-29T21:22:59.990Z[ recovery-image] Aug 29 21:22:59.361 INFO O| Aug 29 21:22:59.361 INFO STEP 880 (remove_files) COMPLETE
79992026-08-29T21:22:59.990Z[ recovery-image] Aug 29 21:22:59.361 INFO O| Aug 29 21:22:59.361 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-29T21:23:00.001Z[ recovery-image] Aug 29 21:22:59.372 INFO O| Aug 29 21:22:59.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80012026-08-29T21:23:00.001Z[ recovery-image] Aug 29 21:22:59.372 INFO O| Aug 29 21:22:59.372 INFO STEP 881 (remove_files) COMPLETE
80022026-08-29T21:23:00.001Z[ recovery-image] Aug 29 21:22:59.372 INFO O| Aug 29 21:22:59.372 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-29T21:23:00.012Z[ recovery-image] Aug 29 21:22:59.383 INFO O| Aug 29 21:22:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80042026-08-29T21:23:00.012Z[ recovery-image] Aug 29 21:22:59.383 INFO O| Aug 29 21:22:59.383 INFO STEP 882 (remove_files) COMPLETE
80052026-08-29T21:23:00.012Z[ recovery-image] Aug 29 21:22:59.383 INFO O| Aug 29 21:22:59.383 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-29T21:23:00.023Z[ recovery-image] Aug 29 21:22:59.395 INFO O| Aug 29 21:22:59.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80072026-08-29T21:23:00.023Z[ recovery-image] Aug 29 21:22:59.395 INFO O| Aug 29 21:22:59.395 INFO STEP 883 (remove_files) COMPLETE
80082026-08-29T21:23:00.023Z[ recovery-image] Aug 29 21:22:59.395 INFO O| Aug 29 21:22:59.395 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-29T21:23:00.033Z[ recovery-image] Aug 29 21:22:59.405 INFO O| Aug 29 21:22:59.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80102026-08-29T21:23:00.033Z[ recovery-image] Aug 29 21:22:59.405 INFO O| Aug 29 21:22:59.405 INFO STEP 884 (remove_files) COMPLETE
80112026-08-29T21:23:00.033Z[ recovery-image] Aug 29 21:22:59.405 INFO O| Aug 29 21:22:59.405 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-29T21:23:00.043Z[ recovery-image] Aug 29 21:22:59.414 INFO O| Aug 29 21:22:59.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80132026-08-29T21:23:00.046Z[ recovery-image] Aug 29 21:22:59.414 INFO O| Aug 29 21:22:59.414 INFO STEP 885 (remove_files) COMPLETE
80142026-08-29T21:23:00.047Z[ recovery-image] Aug 29 21:22:59.414 INFO O| Aug 29 21:22:59.414 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-29T21:23:00.050Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
80162026-08-29T21:23:00.053Z[ recovery-image] Aug 29 21:22:59.425 INFO O| Aug 29 21:22:59.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80172026-08-29T21:23:00.053Z[ recovery-image] Aug 29 21:22:59.425 INFO O| Aug 29 21:22:59.425 INFO STEP 886 (remove_files) COMPLETE
80182026-08-29T21:23:00.053Z[ recovery-image] Aug 29 21:22:59.425 INFO O| Aug 29 21:22:59.425 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-29T21:23:00.064Z[ recovery-image] Aug 29 21:22:59.435 INFO O| Aug 29 21:22:59.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80202026-08-29T21:23:00.064Z[ recovery-image] Aug 29 21:22:59.435 INFO O| Aug 29 21:22:59.435 INFO STEP 887 (remove_files) COMPLETE
80212026-08-29T21:23:00.064Z[ recovery-image] Aug 29 21:22:59.435 INFO O| Aug 29 21:22:59.435 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-29T21:23:00.072Z[ recovery-image] Aug 29 21:22:59.443 INFO O| Aug 29 21:22:59.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80232026-08-29T21:23:00.072Z[ recovery-image] Aug 29 21:22:59.444 INFO O| Aug 29 21:22:59.443 INFO STEP 888 (remove_files) COMPLETE
80242026-08-29T21:23:00.072Z[ recovery-image] Aug 29 21:22:59.444 INFO O| Aug 29 21:22:59.443 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-29T21:23:00.078Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
80262026-08-29T21:23:00.087Z[ recovery-image] Aug 29 21:22:59.452 INFO O| Aug 29 21:22:59.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80272026-08-29T21:23:00.087Z[ recovery-image] Aug 29 21:22:59.452 INFO O| Aug 29 21:22:59.452 INFO STEP 889 (remove_files) COMPLETE
80282026-08-29T21:23:00.087Z[ recovery-image] Aug 29 21:22:59.452 INFO O| Aug 29 21:22:59.452 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-29T21:23:00.090Z[ recovery-image] Aug 29 21:22:59.462 INFO O| Aug 29 21:22:59.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80302026-08-29T21:23:00.090Z[ recovery-image] Aug 29 21:22:59.462 INFO O| Aug 29 21:22:59.462 INFO STEP 890 (remove_files) COMPLETE
80312026-08-29T21:23:00.090Z[ recovery-image] Aug 29 21:22:59.462 INFO O| Aug 29 21:22:59.462 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-29T21:23:00.099Z[ recovery-image] Aug 29 21:22:59.471 INFO O| Aug 29 21:22:59.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80332026-08-29T21:23:00.099Z[ recovery-image] Aug 29 21:22:59.471 INFO O| Aug 29 21:22:59.471 INFO STEP 891 (remove_files) COMPLETE
80342026-08-29T21:23:00.100Z[ recovery-image] Aug 29 21:22:59.471 INFO O| Aug 29 21:22:59.471 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-29T21:23:00.109Z[ recovery-image] Aug 29 21:22:59.481 INFO O| Aug 29 21:22:59.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80362026-08-29T21:23:00.109Z[ recovery-image] Aug 29 21:22:59.481 INFO O| Aug 29 21:22:59.481 INFO STEP 892 (remove_files) COMPLETE
80372026-08-29T21:23:00.109Z[ recovery-image] Aug 29 21:22:59.481 INFO O| Aug 29 21:22:59.481 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-29T21:23:00.119Z[ recovery-image] Aug 29 21:22:59.490 INFO O| Aug 29 21:22:59.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80392026-08-29T21:23:00.119Z[ recovery-image] Aug 29 21:22:59.490 INFO O| Aug 29 21:22:59.490 INFO STEP 893 (remove_files) COMPLETE
80402026-08-29T21:23:00.123Z[ recovery-image] Aug 29 21:22:59.490 INFO O| Aug 29 21:22:59.490 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-29T21:23:00.130Z[ recovery-image] Aug 29 21:22:59.502 INFO O| Aug 29 21:22:59.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80422026-08-29T21:23:00.131Z[ recovery-image] Aug 29 21:22:59.502 INFO O| Aug 29 21:22:59.502 INFO STEP 894 (remove_files) COMPLETE
80432026-08-29T21:23:00.131Z[ recovery-image] Aug 29 21:22:59.502 INFO O| Aug 29 21:22:59.502 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-29T21:23:00.142Z[ recovery-image] Aug 29 21:22:59.513 INFO O| Aug 29 21:22:59.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80452026-08-29T21:23:00.142Z[ recovery-image] Aug 29 21:22:59.513 INFO O| Aug 29 21:22:59.513 INFO STEP 895 (remove_files) COMPLETE
80462026-08-29T21:23:00.145Z[ recovery-image] Aug 29 21:22:59.513 INFO O| Aug 29 21:22:59.513 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-29T21:23:00.151Z[ recovery-image] Aug 29 21:22:59.522 INFO O| Aug 29 21:22:59.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80482026-08-29T21:23:00.151Z[ recovery-image] Aug 29 21:22:59.522 INFO O| Aug 29 21:22:59.522 INFO STEP 896 (remove_files) COMPLETE
80492026-08-29T21:23:00.151Z[ recovery-image] Aug 29 21:22:59.522 INFO O| Aug 29 21:22:59.522 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-29T21:23:00.161Z[ recovery-image] Aug 29 21:22:59.532 INFO O| Aug 29 21:22:59.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80512026-08-29T21:23:00.161Z[ recovery-image] Aug 29 21:22:59.532 INFO O| Aug 29 21:22:59.532 INFO STEP 897 (remove_files) COMPLETE
80522026-08-29T21:23:00.164Z[ recovery-image] Aug 29 21:22:59.532 INFO O| Aug 29 21:22:59.532 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-29T21:23:00.171Z[ recovery-image] Aug 29 21:22:59.542 INFO O| Aug 29 21:22:59.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80542026-08-29T21:23:00.171Z[ recovery-image] Aug 29 21:22:59.542 INFO O| Aug 29 21:22:59.542 INFO STEP 898 (remove_files) COMPLETE
80552026-08-29T21:23:00.171Z[ recovery-image] Aug 29 21:22:59.542 INFO O| Aug 29 21:22:59.542 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-29T21:23:00.181Z[ recovery-image] Aug 29 21:22:59.552 INFO O| Aug 29 21:22:59.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80572026-08-29T21:23:00.181Z[ recovery-image] Aug 29 21:22:59.552 INFO O| Aug 29 21:22:59.552 INFO STEP 899 (remove_files) COMPLETE
80582026-08-29T21:23:00.181Z[ recovery-image] Aug 29 21:22:59.552 INFO O| Aug 29 21:22:59.552 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-29T21:23:00.190Z[ recovery-image] Aug 29 21:22:59.562 INFO O| Aug 29 21:22:59.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80602026-08-29T21:23:00.193Z[ recovery-image] Aug 29 21:22:59.562 INFO O| Aug 29 21:22:59.562 INFO STEP 900 (remove_files) COMPLETE
80612026-08-29T21:23:00.193Z[ recovery-image] Aug 29 21:22:59.562 INFO O| Aug 29 21:22:59.562 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-29T21:23:00.200Z[ recovery-image] Aug 29 21:22:59.571 INFO O| Aug 29 21:22:59.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80632026-08-29T21:23:00.203Z[ recovery-image] Aug 29 21:22:59.571 INFO O| Aug 29 21:22:59.571 INFO STEP 901 (remove_files) COMPLETE
80642026-08-29T21:23:00.203Z[ recovery-image] Aug 29 21:22:59.571 INFO O| Aug 29 21:22:59.571 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-29T21:23:00.211Z[ recovery-image] Aug 29 21:22:59.583 INFO O| Aug 29 21:22:59.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80662026-08-29T21:23:00.211Z[ recovery-image] Aug 29 21:22:59.583 INFO O| Aug 29 21:22:59.583 INFO STEP 902 (remove_files) COMPLETE
80672026-08-29T21:23:00.211Z[ recovery-image] Aug 29 21:22:59.583 INFO O| Aug 29 21:22:59.583 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-29T21:23:00.222Z[ recovery-image] Aug 29 21:22:59.594 INFO O| Aug 29 21:22:59.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80692026-08-29T21:23:00.222Z[ recovery-image] Aug 29 21:22:59.594 INFO O| Aug 29 21:22:59.594 INFO STEP 903 (remove_files) COMPLETE
80702026-08-29T21:23:00.223Z[ recovery-image] Aug 29 21:22:59.594 INFO O| Aug 29 21:22:59.594 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-29T21:23:00.233Z[ recovery-image] Aug 29 21:22:59.604 INFO O| Aug 29 21:22:59.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80722026-08-29T21:23:00.233Z[ recovery-image] Aug 29 21:22:59.604 INFO O| Aug 29 21:22:59.604 INFO STEP 904 (remove_files) COMPLETE
80732026-08-29T21:23:00.236Z[ recovery-image] Aug 29 21:22:59.604 INFO O| Aug 29 21:22:59.604 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-29T21:23:00.244Z[ recovery-image] Aug 29 21:22:59.616 INFO O| Aug 29 21:22:59.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80752026-08-29T21:23:00.244Z[ recovery-image] Aug 29 21:22:59.616 INFO O| Aug 29 21:22:59.616 INFO STEP 905 (remove_files) COMPLETE
80762026-08-29T21:23:00.244Z[ recovery-image] Aug 29 21:22:59.616 INFO O| Aug 29 21:22:59.616 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-29T21:23:00.256Z[ recovery-image] Aug 29 21:22:59.626 INFO O| Aug 29 21:22:59.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80782026-08-29T21:23:00.256Z[ recovery-image] Aug 29 21:22:59.627 INFO O| Aug 29 21:22:59.627 INFO STEP 906 (remove_files) COMPLETE
80792026-08-29T21:23:00.256Z[ recovery-image] Aug 29 21:22:59.627 INFO O| Aug 29 21:22:59.627 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-29T21:23:00.266Z[ recovery-image] Aug 29 21:22:59.637 INFO O| Aug 29 21:22:59.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80812026-08-29T21:23:00.266Z[ recovery-image] Aug 29 21:22:59.637 INFO O| Aug 29 21:22:59.637 INFO STEP 907 (remove_files) COMPLETE
80822026-08-29T21:23:00.266Z[ recovery-image] Aug 29 21:22:59.637 INFO O| Aug 29 21:22:59.637 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-29T21:23:00.275Z[ recovery-image] Aug 29 21:22:59.646 INFO O| Aug 29 21:22:59.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80842026-08-29T21:23:00.275Z[ recovery-image] Aug 29 21:22:59.646 INFO O| Aug 29 21:22:59.646 INFO STEP 908 (remove_files) COMPLETE
80852026-08-29T21:23:00.275Z[ recovery-image] Aug 29 21:22:59.646 INFO O| Aug 29 21:22:59.646 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-29T21:23:00.285Z[ recovery-image] Aug 29 21:22:59.656 INFO O| Aug 29 21:22:59.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80872026-08-29T21:23:00.285Z[ recovery-image] Aug 29 21:22:59.656 INFO O| Aug 29 21:22:59.656 INFO STEP 909 (remove_files) COMPLETE
80882026-08-29T21:23:00.285Z[ recovery-image] Aug 29 21:22:59.656 INFO O| Aug 29 21:22:59.656 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-29T21:23:00.294Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
80902026-08-29T21:23:00.298Z[ recovery-image] Aug 29 21:22:59.666 INFO O| Aug 29 21:22:59.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80912026-08-29T21:23:00.298Z[ recovery-image] Aug 29 21:22:59.666 INFO O| Aug 29 21:22:59.666 INFO STEP 910 (remove_files) COMPLETE
80922026-08-29T21:23:00.298Z[ recovery-image] Aug 29 21:22:59.666 INFO O| Aug 29 21:22:59.666 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-29T21:23:00.303Z[ recovery-image] Aug 29 21:22:59.674 INFO O| Aug 29 21:22:59.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80942026-08-29T21:23:00.323Z[ recovery-image] Aug 29 21:22:59.674 INFO O| Aug 29 21:22:59.674 INFO STEP 911 (remove_files) COMPLETE
80952026-08-29T21:23:00.323Z[ recovery-image] Aug 29 21:22:59.674 INFO O| Aug 29 21:22:59.674 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-29T21:23:00.323Z[ recovery-image] Aug 29 21:22:59.683 INFO O| Aug 29 21:22:59.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80972026-08-29T21:23:00.323Z[ recovery-image] Aug 29 21:22:59.683 INFO O| Aug 29 21:22:59.683 INFO STEP 912 (remove_files) COMPLETE
80982026-08-29T21:23:00.323Z[ recovery-image] Aug 29 21:22:59.683 INFO O| Aug 29 21:22:59.683 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-29T21:23:00.323Z[ recovery-image] Aug 29 21:22:59.692 INFO O| Aug 29 21:22:59.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81002026-08-29T21:23:00.323Z[ recovery-image] Aug 29 21:22:59.692 INFO O| Aug 29 21:22:59.692 INFO STEP 913 (remove_files) COMPLETE
81012026-08-29T21:23:00.323Z[ recovery-image] Aug 29 21:22:59.692 INFO O| Aug 29 21:22:59.692 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-29T21:23:00.323Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
81032026-08-29T21:23:00.330Z[ recovery-image] Aug 29 21:22:59.701 INFO O| Aug 29 21:22:59.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81042026-08-29T21:23:00.330Z[ recovery-image] Aug 29 21:22:59.701 INFO O| Aug 29 21:22:59.701 INFO STEP 914 (remove_files) COMPLETE
81052026-08-29T21:23:00.333Z[ recovery-image] Aug 29 21:22:59.701 INFO O| Aug 29 21:22:59.701 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-29T21:23:00.340Z[ recovery-image] Aug 29 21:22:59.712 INFO O| Aug 29 21:22:59.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81072026-08-29T21:23:00.343Z[ recovery-image] Aug 29 21:22:59.712 INFO O| Aug 29 21:22:59.711 INFO STEP 915 (remove_files) COMPLETE
81082026-08-29T21:23:00.343Z[ recovery-image] Aug 29 21:22:59.712 INFO O| Aug 29 21:22:59.711 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-29T21:23:00.349Z[ recovery-image] Aug 29 21:22:59.721 INFO O| Aug 29 21:22:59.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81102026-08-29T21:23:00.349Z[ recovery-image] Aug 29 21:22:59.721 INFO O| Aug 29 21:22:59.721 INFO STEP 916 (remove_files) COMPLETE
81112026-08-29T21:23:00.349Z[ recovery-image] Aug 29 21:22:59.721 INFO O| Aug 29 21:22:59.721 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-29T21:23:00.358Z[ recovery-image] Aug 29 21:22:59.730 INFO O| Aug 29 21:22:59.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81132026-08-29T21:23:00.359Z[ recovery-image] Aug 29 21:22:59.730 INFO O| Aug 29 21:22:59.730 INFO STEP 917 (remove_files) COMPLETE
81142026-08-29T21:23:00.359Z[ recovery-image] Aug 29 21:22:59.730 INFO O| Aug 29 21:22:59.730 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-29T21:23:00.365Z[verify-libraries] Compiling fatfs v0.3.6
81162026-08-29T21:23:00.369Z[ recovery-image] Aug 29 21:22:59.741 INFO O| Aug 29 21:22:59.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81172026-08-29T21:23:00.369Z[ recovery-image] Aug 29 21:22:59.741 INFO O| Aug 29 21:22:59.741 INFO STEP 918 (remove_files) COMPLETE
81182026-08-29T21:23:00.373Z[ recovery-image] Aug 29 21:22:59.741 INFO O| Aug 29 21:22:59.741 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-29T21:23:00.379Z[ recovery-image] Aug 29 21:22:59.751 INFO O| Aug 29 21:22:59.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81202026-08-29T21:23:00.379Z[ recovery-image] Aug 29 21:22:59.751 INFO O| Aug 29 21:22:59.751 INFO STEP 919 (remove_files) COMPLETE
81212026-08-29T21:23:00.383Z[ recovery-image] Aug 29 21:22:59.751 INFO O| Aug 29 21:22:59.751 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-29T21:23:00.389Z[ recovery-image] Aug 29 21:22:59.760 INFO O| Aug 29 21:22:59.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81232026-08-29T21:23:00.392Z[ recovery-image] Aug 29 21:22:59.760 INFO O| Aug 29 21:22:59.760 INFO STEP 920 (remove_files) COMPLETE
81242026-08-29T21:23:00.392Z[ recovery-image] Aug 29 21:22:59.760 INFO O| Aug 29 21:22:59.760 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-29T21:23:00.398Z[ recovery-image] Aug 29 21:22:59.769 INFO O| Aug 29 21:22:59.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81262026-08-29T21:23:00.398Z[ recovery-image] Aug 29 21:22:59.769 INFO O| Aug 29 21:22:59.769 INFO STEP 921 (remove_files) COMPLETE
81272026-08-29T21:23:00.401Z[ recovery-image] Aug 29 21:22:59.769 INFO O| Aug 29 21:22:59.769 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-29T21:23:00.407Z[ recovery-image] Aug 29 21:22:59.778 INFO O| Aug 29 21:22:59.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81292026-08-29T21:23:00.407Z[ recovery-image] Aug 29 21:22:59.778 INFO O| Aug 29 21:22:59.778 INFO STEP 922 (remove_files) COMPLETE
81302026-08-29T21:23:00.407Z[ recovery-image] Aug 29 21:22:59.778 INFO O| Aug 29 21:22:59.778 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-29T21:23:00.416Z[ recovery-image] Aug 29 21:22:59.788 INFO O| Aug 29 21:22:59.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81322026-08-29T21:23:00.416Z[ recovery-image] Aug 29 21:22:59.788 INFO O| Aug 29 21:22:59.788 INFO STEP 923 (remove_files) COMPLETE
81332026-08-29T21:23:00.417Z[ recovery-image] Aug 29 21:22:59.788 INFO O| Aug 29 21:22:59.788 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-29T21:23:00.427Z[ recovery-image] Aug 29 21:22:59.798 INFO O| Aug 29 21:22:59.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81352026-08-29T21:23:00.427Z[ recovery-image] Aug 29 21:22:59.798 INFO O| Aug 29 21:22:59.798 INFO STEP 924 (remove_files) COMPLETE
81362026-08-29T21:23:00.427Z[ recovery-image] Aug 29 21:22:59.798 INFO O| Aug 29 21:22:59.798 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-29T21:23:00.431Z[verify-libraries] Compiling num-bigint v0.4.6
81382026-08-29T21:23:00.437Z[ recovery-image] Aug 29 21:22:59.808 INFO O| Aug 29 21:22:59.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81392026-08-29T21:23:00.437Z[ recovery-image] Aug 29 21:22:59.808 INFO O| Aug 29 21:22:59.808 INFO STEP 925 (remove_files) COMPLETE
81402026-08-29T21:23:00.437Z[ recovery-image] Aug 29 21:22:59.808 INFO O| Aug 29 21:22:59.808 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-29T21:23:00.446Z[ recovery-image] Aug 29 21:22:59.818 INFO O| Aug 29 21:22:59.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81422026-08-29T21:23:00.446Z[ recovery-image] Aug 29 21:22:59.818 INFO O| Aug 29 21:22:59.818 INFO STEP 926 (remove_files) COMPLETE
81432026-08-29T21:23:00.450Z[ recovery-image] Aug 29 21:22:59.818 INFO O| Aug 29 21:22:59.818 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-29T21:23:00.457Z[ recovery-image] Aug 29 21:22:59.829 INFO O| Aug 29 21:22:59.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81452026-08-29T21:23:00.457Z[ recovery-image] Aug 29 21:22:59.829 INFO O| Aug 29 21:22:59.829 INFO STEP 927 (remove_files) COMPLETE
81462026-08-29T21:23:00.460Z[ recovery-image] Aug 29 21:22:59.829 INFO O| Aug 29 21:22:59.829 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-29T21:23:00.466Z[ recovery-image] Aug 29 21:22:59.838 INFO O| Aug 29 21:22:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81482026-08-29T21:23:00.466Z[ recovery-image] Aug 29 21:22:59.838 INFO O| Aug 29 21:22:59.838 INFO STEP 928 (remove_files) COMPLETE
81492026-08-29T21:23:00.466Z[ recovery-image] Aug 29 21:22:59.838 INFO O| Aug 29 21:22:59.838 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-29T21:23:00.475Z[ recovery-image] Aug 29 21:22:59.846 INFO O| Aug 29 21:22:59.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81512026-08-29T21:23:00.475Z[ recovery-image] Aug 29 21:22:59.847 INFO O| Aug 29 21:22:59.846 INFO STEP 929 (remove_files) COMPLETE
81522026-08-29T21:23:00.475Z[ recovery-image] Aug 29 21:22:59.847 INFO O| Aug 29 21:22:59.847 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-29T21:23:00.486Z[ recovery-image] Aug 29 21:22:59.857 INFO O| Aug 29 21:22:59.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81542026-08-29T21:23:00.486Z[ recovery-image] Aug 29 21:22:59.857 INFO O| Aug 29 21:22:59.857 INFO STEP 930 (remove_files) COMPLETE
81552026-08-29T21:23:00.486Z[ recovery-image] Aug 29 21:22:59.857 INFO O| Aug 29 21:22:59.857 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-29T21:23:00.495Z[ recovery-image] Aug 29 21:22:59.867 INFO O| Aug 29 21:22:59.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81572026-08-29T21:23:00.499Z[ recovery-image] Aug 29 21:22:59.867 INFO O| Aug 29 21:22:59.867 INFO STEP 931 (remove_files) COMPLETE
81582026-08-29T21:23:00.499Z[ recovery-image] Aug 29 21:22:59.867 INFO O| Aug 29 21:22:59.867 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-29T21:23:00.511Z[ recovery-image] Aug 29 21:22:59.882 INFO O| Aug 29 21:22:59.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81602026-08-29T21:23:00.511Z[ recovery-image] Aug 29 21:22:59.882 INFO O| Aug 29 21:22:59.882 INFO STEP 932 (remove_files) COMPLETE
81612026-08-29T21:23:00.511Z[ recovery-image] Aug 29 21:22:59.882 INFO O| Aug 29 21:22:59.882 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-29T21:23:00.521Z[ recovery-image] Aug 29 21:22:59.892 INFO O| Aug 29 21:22:59.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81632026-08-29T21:23:00.521Z[ recovery-image] Aug 29 21:22:59.892 INFO O| Aug 29 21:22:59.892 INFO STEP 933 (remove_files) COMPLETE
81642026-08-29T21:23:00.524Z[ recovery-image] Aug 29 21:22:59.892 INFO O| Aug 29 21:22:59.892 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-29T21:23:00.532Z[ recovery-image] Aug 29 21:22:59.902 INFO O| Aug 29 21:22:59.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81662026-08-29T21:23:00.532Z[ recovery-image] Aug 29 21:22:59.903 INFO O| Aug 29 21:22:59.903 INFO STEP 934 (remove_files) COMPLETE
81672026-08-29T21:23:00.532Z[ recovery-image] Aug 29 21:22:59.903 INFO O| Aug 29 21:22:59.903 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-29T21:23:00.541Z[ recovery-image] Aug 29 21:22:59.912 INFO O| Aug 29 21:22:59.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81692026-08-29T21:23:00.550Z[ recovery-image] Aug 29 21:22:59.912 INFO O| Aug 29 21:22:59.912 INFO STEP 935 (remove_files) COMPLETE
81702026-08-29T21:23:00.550Z[ recovery-image] Aug 29 21:22:59.912 INFO O| Aug 29 21:22:59.912 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-29T21:23:00.557Z[ recovery-image] Aug 29 21:22:59.921 INFO O| Aug 29 21:22:59.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81722026-08-29T21:23:00.563Z[ recovery-image] Aug 29 21:22:59.929 INFO O| Aug 29 21:22:59.921 INFO STEP 936 (remove_files) COMPLETE
81732026-08-29T21:23:00.563Z[ recovery-image] Aug 29 21:22:59.929 INFO O| Aug 29 21:22:59.921 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-29T21:23:00.563Z[ recovery-image] Aug 29 21:22:59.931 INFO O| Aug 29 21:22:59.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81752026-08-29T21:23:00.563Z[ recovery-image] Aug 29 21:22:59.931 INFO O| Aug 29 21:22:59.931 INFO STEP 937 (remove_files) COMPLETE
81762026-08-29T21:23:00.564Z[ recovery-image] Aug 29 21:22:59.931 INFO O| Aug 29 21:22:59.931 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-29T21:23:00.583Z[ recovery-image] Aug 29 21:22:59.955 INFO O| Aug 29 21:22:59.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81782026-08-29T21:23:00.583Z[ recovery-image] Aug 29 21:22:59.955 INFO O| Aug 29 21:22:59.955 INFO STEP 938 (remove_files) COMPLETE
81792026-08-29T21:23:00.583Z[ recovery-image] Aug 29 21:22:59.955 INFO O| Aug 29 21:22:59.955 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-29T21:23:00.593Z[ recovery-image] Aug 29 21:22:59.964 INFO O| Aug 29 21:22:59.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81812026-08-29T21:23:00.593Z[ recovery-image] Aug 29 21:22:59.964 INFO O| Aug 29 21:22:59.964 INFO STEP 939 (remove_files) COMPLETE
81822026-08-29T21:23:00.597Z[ recovery-image] Aug 29 21:22:59.964 INFO O| Aug 29 21:22:59.964 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-29T21:23:00.603Z[ recovery-image] Aug 29 21:22:59.974 INFO O| Aug 29 21:22:59.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81842026-08-29T21:23:00.603Z[ recovery-image] Aug 29 21:22:59.974 INFO O| Aug 29 21:22:59.974 INFO STEP 940 (remove_files) COMPLETE
81852026-08-29T21:23:00.603Z[ recovery-image] Aug 29 21:22:59.974 INFO O| Aug 29 21:22:59.974 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-29T21:23:00.606Z[verify-libraries] Compiling generic-array v1.4.3
81872026-08-29T21:23:00.613Z[ recovery-image] Aug 29 21:22:59.985 INFO O| Aug 29 21:22:59.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81882026-08-29T21:23:00.613Z[ recovery-image] Aug 29 21:22:59.985 INFO O| Aug 29 21:22:59.985 INFO STEP 941 (remove_files) COMPLETE
81892026-08-29T21:23:00.617Z[ recovery-image] Aug 29 21:22:59.985 INFO O| Aug 29 21:22:59.985 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-29T21:23:00.624Z[ recovery-image] Aug 29 21:22:59.995 INFO O| Aug 29 21:22:59.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81912026-08-29T21:23:00.624Z[ recovery-image] Aug 29 21:22:59.995 INFO O| Aug 29 21:22:59.995 INFO STEP 942 (remove_files) COMPLETE
81922026-08-29T21:23:00.624Z[ recovery-image] Aug 29 21:22:59.995 INFO O| Aug 29 21:22:59.995 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-29T21:23:00.635Z[ recovery-image] Aug 29 21:23:00.006 INFO O| Aug 29 21:23:00.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81942026-08-29T21:23:00.635Z[ recovery-image] Aug 29 21:23:00.006 INFO O| Aug 29 21:23:00.006 INFO STEP 943 (remove_files) COMPLETE
81952026-08-29T21:23:00.635Z[ recovery-image] Aug 29 21:23:00.006 INFO O| Aug 29 21:23:00.006 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-29T21:23:00.646Z[ recovery-image] Aug 29 21:23:00.018 INFO O| Aug 29 21:23:00.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81972026-08-29T21:23:00.647Z[ recovery-image] Aug 29 21:23:00.018 INFO O| Aug 29 21:23:00.018 INFO STEP 944 (remove_files) COMPLETE
81982026-08-29T21:23:00.647Z[ recovery-image] Aug 29 21:23:00.018 INFO O| Aug 29 21:23:00.018 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-29T21:23:00.657Z[ recovery-image] Aug 29 21:23:00.029 INFO O| Aug 29 21:23:00.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82002026-08-29T21:23:00.657Z[ recovery-image] Aug 29 21:23:00.029 INFO O| Aug 29 21:23:00.029 INFO STEP 945 (remove_files) COMPLETE
82012026-08-29T21:23:00.661Z[ recovery-image] Aug 29 21:23:00.029 INFO O| Aug 29 21:23:00.029 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-29T21:23:00.661Z[verify-libraries] Compiling russh-util v0.52.0
82032026-08-29T21:23:00.668Z[ recovery-image] Aug 29 21:23:00.039 INFO O| Aug 29 21:23:00.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82042026-08-29T21:23:00.668Z[ recovery-image] Aug 29 21:23:00.039 INFO O| Aug 29 21:23:00.039 INFO STEP 946 (remove_files) COMPLETE
82052026-08-29T21:23:00.673Z[ recovery-image] Aug 29 21:23:00.039 INFO O| Aug 29 21:23:00.039 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-29T21:23:00.679Z[ recovery-image] Aug 29 21:23:00.051 INFO O| Aug 29 21:23:00.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82072026-08-29T21:23:00.679Z[ recovery-image] Aug 29 21:23:00.051 INFO O| Aug 29 21:23:00.050 INFO STEP 947 (remove_files) COMPLETE
82082026-08-29T21:23:00.679Z[ recovery-image] Aug 29 21:23:00.051 INFO O| Aug 29 21:23:00.050 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-29T21:23:00.689Z[ recovery-image] Aug 29 21:23:00.061 INFO O| Aug 29 21:23:00.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82102026-08-29T21:23:00.689Z[ recovery-image] Aug 29 21:23:00.061 INFO O| Aug 29 21:23:00.061 INFO STEP 948 (remove_files) COMPLETE
82112026-08-29T21:23:00.690Z[ recovery-image] Aug 29 21:23:00.061 INFO O| Aug 29 21:23:00.061 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-29T21:23:00.699Z[ recovery-image] Aug 29 21:23:00.071 INFO O| Aug 29 21:23:00.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82132026-08-29T21:23:00.700Z[ recovery-image] Aug 29 21:23:00.071 INFO O| Aug 29 21:23:00.071 INFO STEP 949 (remove_files) COMPLETE
82142026-08-29T21:23:00.703Z[ recovery-image] Aug 29 21:23:00.071 INFO O| Aug 29 21:23:00.071 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-29T21:23:00.709Z[ recovery-image] Aug 29 21:23:00.080 INFO O| Aug 29 21:23:00.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82162026-08-29T21:23:00.709Z[ recovery-image] Aug 29 21:23:00.080 INFO O| Aug 29 21:23:00.080 INFO STEP 950 (remove_files) COMPLETE
82172026-08-29T21:23:00.709Z[ recovery-image] Aug 29 21:23:00.080 INFO O| Aug 29 21:23:00.080 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-29T21:23:00.718Z[ recovery-image] Aug 29 21:23:00.090 INFO O| Aug 29 21:23:00.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82192026-08-29T21:23:00.719Z[ recovery-image] Aug 29 21:23:00.090 INFO O| Aug 29 21:23:00.090 INFO STEP 951 (remove_files) COMPLETE
82202026-08-29T21:23:00.719Z[ recovery-image] Aug 29 21:23:00.090 INFO O| Aug 29 21:23:00.090 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-29T21:23:00.730Z[ recovery-image] Aug 29 21:23:00.101 INFO O| Aug 29 21:23:00.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82222026-08-29T21:23:00.733Z[ recovery-image] Aug 29 21:23:00.101 INFO O| Aug 29 21:23:00.101 INFO STEP 952 (remove_files) COMPLETE
82232026-08-29T21:23:00.733Z[ recovery-image] Aug 29 21:23:00.101 INFO O| Aug 29 21:23:00.101 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-29T21:23:00.739Z[ recovery-image] Aug 29 21:23:00.111 INFO O| Aug 29 21:23:00.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82252026-08-29T21:23:00.740Z[ recovery-image] Aug 29 21:23:00.111 INFO O| Aug 29 21:23:00.111 INFO STEP 953 (remove_files) COMPLETE
82262026-08-29T21:23:00.740Z[ recovery-image] Aug 29 21:23:00.111 INFO O| Aug 29 21:23:00.111 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-29T21:23:00.749Z[ recovery-image] Aug 29 21:23:00.121 INFO O| Aug 29 21:23:00.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82282026-08-29T21:23:00.749Z[ recovery-image] Aug 29 21:23:00.121 INFO O| Aug 29 21:23:00.121 INFO STEP 954 (remove_files) COMPLETE
82292026-08-29T21:23:00.753Z[ recovery-image] Aug 29 21:23:00.121 INFO O| Aug 29 21:23:00.121 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-29T21:23:00.760Z[ recovery-image] Aug 29 21:23:00.131 INFO O| Aug 29 21:23:00.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82312026-08-29T21:23:00.760Z[ recovery-image] Aug 29 21:23:00.131 INFO O| Aug 29 21:23:00.131 INFO STEP 955 (remove_files) COMPLETE
82322026-08-29T21:23:00.760Z[ recovery-image] Aug 29 21:23:00.131 INFO O| Aug 29 21:23:00.131 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-29T21:23:00.770Z[ recovery-image] Aug 29 21:23:00.141 INFO O| Aug 29 21:23:00.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82342026-08-29T21:23:00.770Z[ recovery-image] Aug 29 21:23:00.141 INFO O| Aug 29 21:23:00.141 INFO STEP 956 (remove_files) COMPLETE
82352026-08-29T21:23:00.770Z[ recovery-image] Aug 29 21:23:00.141 INFO O| Aug 29 21:23:00.141 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-29T21:23:00.780Z[ recovery-image] Aug 29 21:23:00.151 INFO O| Aug 29 21:23:00.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82372026-08-29T21:23:00.780Z[ recovery-image] Aug 29 21:23:00.151 INFO O| Aug 29 21:23:00.151 INFO STEP 957 (remove_files) COMPLETE
82382026-08-29T21:23:00.780Z[ recovery-image] Aug 29 21:23:00.151 INFO O| Aug 29 21:23:00.151 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-29T21:23:00.789Z[ recovery-image] Aug 29 21:23:00.161 INFO O| Aug 29 21:23:00.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82402026-08-29T21:23:00.789Z[ recovery-image] Aug 29 21:23:00.161 INFO O| Aug 29 21:23:00.161 INFO STEP 958 (remove_files) COMPLETE
82412026-08-29T21:23:00.793Z[ recovery-image] Aug 29 21:23:00.161 INFO O| Aug 29 21:23:00.161 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-29T21:23:00.800Z[ recovery-image] Aug 29 21:23:00.171 INFO O| Aug 29 21:23:00.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82432026-08-29T21:23:00.800Z[ recovery-image] Aug 29 21:23:00.171 INFO O| Aug 29 21:23:00.171 INFO STEP 959 (remove_files) COMPLETE
82442026-08-29T21:23:00.800Z[ recovery-image] Aug 29 21:23:00.171 INFO O| Aug 29 21:23:00.171 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-29T21:23:00.805Z[verify-libraries] Compiling enum_dispatch v0.3.13
82462026-08-29T21:23:00.809Z[ recovery-image] Aug 29 21:23:00.181 INFO O| Aug 29 21:23:00.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82472026-08-29T21:23:00.809Z[ recovery-image] Aug 29 21:23:00.181 INFO O| Aug 29 21:23:00.181 INFO STEP 960 (remove_files) COMPLETE
82482026-08-29T21:23:00.813Z[ recovery-image] Aug 29 21:23:00.181 INFO O| Aug 29 21:23:00.181 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-29T21:23:00.818Z[ recovery-image] Aug 29 21:23:00.190 INFO O| Aug 29 21:23:00.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82502026-08-29T21:23:00.818Z[ recovery-image] Aug 29 21:23:00.190 INFO O| Aug 29 21:23:00.190 INFO STEP 961 (remove_files) COMPLETE
82512026-08-29T21:23:00.822Z[ recovery-image] Aug 29 21:23:00.190 INFO O| Aug 29 21:23:00.190 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-29T21:23:00.826Z[ recovery-image] Aug 29 21:23:00.198 INFO O| Aug 29 21:23:00.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82532026-08-29T21:23:00.826Z[ recovery-image] Aug 29 21:23:00.198 INFO O| Aug 29 21:23:00.198 INFO STEP 962 (remove_files) COMPLETE
82542026-08-29T21:23:00.826Z[ recovery-image] Aug 29 21:23:00.198 INFO O| Aug 29 21:23:00.198 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-29T21:23:00.835Z[ recovery-image] Aug 29 21:23:00.206 INFO O| Aug 29 21:23:00.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82562026-08-29T21:23:00.835Z[ recovery-image] Aug 29 21:23:00.206 INFO O| Aug 29 21:23:00.206 INFO STEP 963 (remove_files) COMPLETE
82572026-08-29T21:23:00.835Z[ recovery-image] Aug 29 21:23:00.206 INFO O| Aug 29 21:23:00.206 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-29T21:23:00.843Z[ recovery-image] Aug 29 21:23:00.215 INFO O| Aug 29 21:23:00.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82592026-08-29T21:23:00.843Z[ recovery-image] Aug 29 21:23:00.215 INFO O| Aug 29 21:23:00.215 INFO STEP 964 (remove_files) COMPLETE
82602026-08-29T21:23:00.844Z[ recovery-image] Aug 29 21:23:00.215 INFO O| Aug 29 21:23:00.215 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-29T21:23:00.852Z[ recovery-image] Aug 29 21:23:00.224 INFO O| Aug 29 21:23:00.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82622026-08-29T21:23:00.852Z[ recovery-image] Aug 29 21:23:00.224 INFO O| Aug 29 21:23:00.224 INFO STEP 965 (remove_files) COMPLETE
82632026-08-29T21:23:00.856Z[ recovery-image] Aug 29 21:23:00.224 INFO O| Aug 29 21:23:00.224 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-29T21:23:00.862Z[ recovery-image] Aug 29 21:23:00.233 INFO O| Aug 29 21:23:00.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82652026-08-29T21:23:00.862Z[ recovery-image] Aug 29 21:23:00.233 INFO O| Aug 29 21:23:00.233 INFO STEP 966 (remove_files) COMPLETE
82662026-08-29T21:23:00.865Z[ recovery-image] Aug 29 21:23:00.233 INFO O| Aug 29 21:23:00.233 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-29T21:23:00.865Z[verify-libraries] Compiling delegate v0.13.5
82682026-08-29T21:23:00.870Z[ recovery-image] Aug 29 21:23:00.242 INFO O| Aug 29 21:23:00.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82692026-08-29T21:23:00.871Z[ recovery-image] Aug 29 21:23:00.242 INFO O| Aug 29 21:23:00.242 INFO STEP 967 (remove_files) COMPLETE
82702026-08-29T21:23:00.874Z[ recovery-image] Aug 29 21:23:00.242 INFO O| Aug 29 21:23:00.242 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-29T21:23:00.882Z[ recovery-image] Aug 29 21:23:00.253 INFO O| Aug 29 21:23:00.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82722026-08-29T21:23:00.882Z[ recovery-image] Aug 29 21:23:00.253 INFO O| Aug 29 21:23:00.253 INFO STEP 968 (remove_files) COMPLETE
82732026-08-29T21:23:00.882Z[ recovery-image] Aug 29 21:23:00.253 INFO O| Aug 29 21:23:00.253 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-29T21:23:00.892Z[ recovery-image] Aug 29 21:23:00.263 INFO O| Aug 29 21:23:00.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82752026-08-29T21:23:00.892Z[ recovery-image] Aug 29 21:23:00.263 INFO O| Aug 29 21:23:00.263 INFO STEP 969 (remove_files) COMPLETE
82762026-08-29T21:23:00.892Z[ recovery-image] Aug 29 21:23:00.263 INFO O| Aug 29 21:23:00.263 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-29T21:23:00.905Z[ recovery-image] Aug 29 21:23:00.275 INFO O| Aug 29 21:23:00.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82782026-08-29T21:23:00.908Z[ recovery-image] Aug 29 21:23:00.275 INFO O| Aug 29 21:23:00.275 INFO STEP 970 (remove_files) COMPLETE
82792026-08-29T21:23:00.908Z[ recovery-image] Aug 29 21:23:00.275 INFO O| Aug 29 21:23:00.275 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-29T21:23:00.915Z[ recovery-image] Aug 29 21:23:00.285 INFO O| Aug 29 21:23:00.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82812026-08-29T21:23:00.918Z[ recovery-image] Aug 29 21:23:00.285 INFO O| Aug 29 21:23:00.285 INFO STEP 971 (remove_files) COMPLETE
82822026-08-29T21:23:00.918Z[ recovery-image] Aug 29 21:23:00.285 INFO O| Aug 29 21:23:00.285 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-29T21:23:00.922Z[ recovery-image] Aug 29 21:23:00.293 INFO O| Aug 29 21:23:00.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82842026-08-29T21:23:00.922Z[ recovery-image] Aug 29 21:23:00.293 INFO O| Aug 29 21:23:00.293 INFO STEP 972 (remove_files) COMPLETE
82852026-08-29T21:23:00.922Z[ recovery-image] Aug 29 21:23:00.293 INFO O| Aug 29 21:23:00.293 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-29T21:23:00.933Z[ recovery-image] Aug 29 21:23:00.302 INFO O| Aug 29 21:23:00.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82872026-08-29T21:23:00.933Z[ recovery-image] Aug 29 21:23:00.302 INFO O| Aug 29 21:23:00.302 INFO STEP 973 (remove_files) COMPLETE
82882026-08-29T21:23:00.937Z[ recovery-image] Aug 29 21:23:00.302 INFO O| Aug 29 21:23:00.302 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-29T21:23:00.951Z[ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82902026-08-29T21:23:00.951Z[ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.311 INFO STEP 974 (remove_files) COMPLETE
82912026-08-29T21:23:00.951Z[ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.311 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-29T21:23:00.955Z[ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82932026-08-29T21:23:00.955Z[ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.322 INFO STEP 975 (remove_files) COMPLETE
82942026-08-29T21:23:00.955Z[ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.322 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-29T21:23:00.960Z[ recovery-image] Aug 29 21:23:00.332 INFO O| Aug 29 21:23:00.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82962026-08-29T21:23:00.963Z[ recovery-image] Aug 29 21:23:00.332 INFO O| Aug 29 21:23:00.332 INFO STEP 976 (remove_files) COMPLETE
82972026-08-29T21:23:00.963Z[ recovery-image] Aug 29 21:23:00.332 INFO O| Aug 29 21:23:00.332 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-29T21:23:00.970Z[ recovery-image] Aug 29 21:23:00.342 INFO O| Aug 29 21:23:00.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82992026-08-29T21:23:00.970Z[ recovery-image] Aug 29 21:23:00.342 INFO O| Aug 29 21:23:00.342 INFO STEP 977 (remove_files) COMPLETE
83002026-08-29T21:23:00.970Z[ recovery-image] Aug 29 21:23:00.342 INFO O| Aug 29 21:23:00.342 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-29T21:23:00.975Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
83022026-08-29T21:23:00.979Z[ recovery-image] Aug 29 21:23:00.351 INFO O| Aug 29 21:23:00.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83032026-08-29T21:23:00.979Z[ recovery-image] Aug 29 21:23:00.351 INFO O| Aug 29 21:23:00.351 INFO STEP 978 (remove_files) COMPLETE
83042026-08-29T21:23:00.983Z[ recovery-image] Aug 29 21:23:00.351 INFO O| Aug 29 21:23:00.351 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-29T21:23:00.988Z[ recovery-image] Aug 29 21:23:00.360 INFO O| Aug 29 21:23:00.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83062026-08-29T21:23:00.988Z[ recovery-image] Aug 29 21:23:00.360 INFO O| Aug 29 21:23:00.360 INFO STEP 979 (remove_files) COMPLETE
83072026-08-29T21:23:00.988Z[ recovery-image] Aug 29 21:23:00.360 INFO O| Aug 29 21:23:00.360 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-29T21:23:00.997Z[ recovery-image] Aug 29 21:23:00.369 INFO O| Aug 29 21:23:00.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83092026-08-29T21:23:00.997Z[ recovery-image] Aug 29 21:23:00.369 INFO O| Aug 29 21:23:00.369 INFO STEP 980 (remove_files) COMPLETE
83102026-08-29T21:23:00.997Z[ recovery-image] Aug 29 21:23:00.369 INFO O| Aug 29 21:23:00.369 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-29T21:23:01.007Z[ recovery-image] Aug 29 21:23:00.379 INFO O| Aug 29 21:23:00.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83122026-08-29T21:23:01.007Z[ recovery-image] Aug 29 21:23:00.379 INFO O| Aug 29 21:23:00.379 INFO STEP 981 (remove_files) COMPLETE
83132026-08-29T21:23:01.011Z[ recovery-image] Aug 29 21:23:00.379 INFO O| Aug 29 21:23:00.379 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-29T21:23:01.016Z[ recovery-image] Aug 29 21:23:00.387 INFO O| Aug 29 21:23:00.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83152026-08-29T21:23:01.016Z[ recovery-image] Aug 29 21:23:00.388 INFO O| Aug 29 21:23:00.388 INFO STEP 982 (remove_files) COMPLETE
83162026-08-29T21:23:01.018Z[ recovery-image] Aug 29 21:23:00.388 INFO O| Aug 29 21:23:00.388 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-29T21:23:01.025Z[ recovery-image] Aug 29 21:23:00.397 INFO O| Aug 29 21:23:00.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83182026-08-29T21:23:01.025Z[ recovery-image] Aug 29 21:23:00.397 INFO O| Aug 29 21:23:00.397 INFO STEP 983 (remove_files) COMPLETE
83192026-08-29T21:23:01.028Z[ recovery-image] Aug 29 21:23:00.397 INFO O| Aug 29 21:23:00.397 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-29T21:23:01.035Z[ recovery-image] Aug 29 21:23:00.406 INFO O| Aug 29 21:23:00.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83212026-08-29T21:23:01.038Z[ recovery-image] Aug 29 21:23:00.406 INFO O| Aug 29 21:23:00.406 INFO STEP 984 (remove_files) COMPLETE
83222026-08-29T21:23:01.038Z[ recovery-image] Aug 29 21:23:00.406 INFO O| Aug 29 21:23:00.406 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-29T21:23:01.048Z[ recovery-image] Aug 29 21:23:00.419 INFO O| Aug 29 21:23:00.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83242026-08-29T21:23:01.048Z[ recovery-image] Aug 29 21:23:00.419 INFO O| Aug 29 21:23:00.419 INFO STEP 985 (remove_files) COMPLETE
83252026-08-29T21:23:01.048Z[ recovery-image] Aug 29 21:23:00.419 INFO O| Aug 29 21:23:00.419 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-29T21:23:01.056Z[ recovery-image] Aug 29 21:23:00.427 INFO O| Aug 29 21:23:00.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83272026-08-29T21:23:01.056Z[ recovery-image] Aug 29 21:23:00.427 INFO O| Aug 29 21:23:00.427 INFO STEP 986 (remove_files) COMPLETE
83282026-08-29T21:23:01.059Z[ recovery-image] Aug 29 21:23:00.427 INFO O| Aug 29 21:23:00.427 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-29T21:23:01.063Z[ recovery-image] Aug 29 21:23:00.435 INFO O| Aug 29 21:23:00.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83302026-08-29T21:23:01.063Z[ recovery-image] Aug 29 21:23:00.435 INFO O| Aug 29 21:23:00.435 INFO STEP 987 (remove_files) COMPLETE
83312026-08-29T21:23:01.065Z[ recovery-image] Aug 29 21:23:00.435 INFO O| Aug 29 21:23:00.435 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-29T21:23:01.070Z[ recovery-image] Aug 29 21:23:00.442 INFO O| Aug 29 21:23:00.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83332026-08-29T21:23:01.070Z[ recovery-image] Aug 29 21:23:00.442 INFO O| Aug 29 21:23:00.442 INFO STEP 988 (remove_files) COMPLETE
83342026-08-29T21:23:01.073Z[ recovery-image] Aug 29 21:23:00.442 INFO O| Aug 29 21:23:00.442 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-29T21:23:01.077Z[ recovery-image] Aug 29 21:23:00.449 INFO O| Aug 29 21:23:00.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83362026-08-29T21:23:01.078Z[ recovery-image] Aug 29 21:23:00.449 INFO O| Aug 29 21:23:00.449 INFO STEP 989 (remove_files) COMPLETE
83372026-08-29T21:23:01.080Z[ recovery-image] Aug 29 21:23:00.449 INFO O| Aug 29 21:23:00.449 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-29T21:23:01.086Z[ recovery-image] Aug 29 21:23:00.458 INFO O| Aug 29 21:23:00.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83392026-08-29T21:23:01.086Z[ recovery-image] Aug 29 21:23:00.458 INFO O| Aug 29 21:23:00.458 INFO STEP 990 (remove_files) COMPLETE
83402026-08-29T21:23:01.086Z[ recovery-image] Aug 29 21:23:00.458 INFO O| Aug 29 21:23:00.458 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-29T21:23:01.094Z[ recovery-image] Aug 29 21:23:00.466 INFO O| Aug 29 21:23:00.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83422026-08-29T21:23:01.094Z[ recovery-image] Aug 29 21:23:00.466 INFO O| Aug 29 21:23:00.466 INFO STEP 991 (remove_files) COMPLETE
83432026-08-29T21:23:01.094Z[ recovery-image] Aug 29 21:23:00.466 INFO O| Aug 29 21:23:00.466 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-29T21:23:01.104Z[ recovery-image] Aug 29 21:23:00.475 INFO O| Aug 29 21:23:00.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83452026-08-29T21:23:01.104Z[ recovery-image] Aug 29 21:23:00.475 INFO O| Aug 29 21:23:00.475 INFO STEP 992 (remove_files) COMPLETE
83462026-08-29T21:23:01.104Z[ recovery-image] Aug 29 21:23:00.475 INFO O| Aug 29 21:23:00.475 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-29T21:23:01.114Z[ recovery-image] Aug 29 21:23:00.485 INFO O| Aug 29 21:23:00.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83482026-08-29T21:23:01.114Z[ recovery-image] Aug 29 21:23:00.486 INFO O| Aug 29 21:23:00.486 INFO STEP 993 (remove_files) COMPLETE
83492026-08-29T21:23:01.116Z[ recovery-image] Aug 29 21:23:00.486 INFO O| Aug 29 21:23:00.486 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-29T21:23:01.125Z[ recovery-image] Aug 29 21:23:00.495 INFO O| Aug 29 21:23:00.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83512026-08-29T21:23:01.125Z[ recovery-image] Aug 29 21:23:00.496 INFO O| Aug 29 21:23:00.496 INFO STEP 994 (remove_files) COMPLETE
83522026-08-29T21:23:01.125Z[ recovery-image] Aug 29 21:23:00.496 INFO O| Aug 29 21:23:00.496 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-29T21:23:01.133Z[ recovery-image] Aug 29 21:23:00.505 INFO O| Aug 29 21:23:00.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83542026-08-29T21:23:01.133Z[ recovery-image] Aug 29 21:23:00.505 INFO O| Aug 29 21:23:00.505 INFO STEP 995 (remove_files) COMPLETE
83552026-08-29T21:23:01.137Z[ recovery-image] Aug 29 21:23:00.505 INFO O| Aug 29 21:23:00.505 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-29T21:23:01.144Z[ recovery-image] Aug 29 21:23:00.515 INFO O| Aug 29 21:23:00.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83572026-08-29T21:23:01.144Z[ recovery-image] Aug 29 21:23:00.515 INFO O| Aug 29 21:23:00.515 INFO STEP 996 (remove_files) COMPLETE
83582026-08-29T21:23:01.144Z[ recovery-image] Aug 29 21:23:00.515 INFO O| Aug 29 21:23:00.515 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-29T21:23:01.153Z[ recovery-image] Aug 29 21:23:00.524 INFO O| Aug 29 21:23:00.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83602026-08-29T21:23:01.153Z[ recovery-image] Aug 29 21:23:00.524 INFO O| Aug 29 21:23:00.524 INFO STEP 997 (remove_files) COMPLETE
83612026-08-29T21:23:01.153Z[ recovery-image] Aug 29 21:23:00.524 INFO O| Aug 29 21:23:00.524 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-29T21:23:01.162Z[ recovery-image] Aug 29 21:23:00.534 INFO O| Aug 29 21:23:00.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83632026-08-29T21:23:01.162Z[ recovery-image] Aug 29 21:23:00.534 INFO O| Aug 29 21:23:00.534 INFO STEP 998 (remove_files) COMPLETE
83642026-08-29T21:23:01.162Z[ recovery-image] Aug 29 21:23:00.534 INFO O| Aug 29 21:23:00.534 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-29T21:23:01.171Z[ recovery-image] Aug 29 21:23:00.543 INFO O| Aug 29 21:23:00.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83662026-08-29T21:23:01.171Z[ recovery-image] Aug 29 21:23:00.543 INFO O| Aug 29 21:23:00.543 INFO STEP 999 (remove_files) COMPLETE
83672026-08-29T21:23:01.171Z[ recovery-image] Aug 29 21:23:00.543 INFO O| Aug 29 21:23:00.543 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-29T21:23:01.180Z[ recovery-image] Aug 29 21:23:00.552 INFO O| Aug 29 21:23:00.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83692026-08-29T21:23:01.180Z[ recovery-image] Aug 29 21:23:00.552 INFO O| Aug 29 21:23:00.552 INFO STEP 1000 (remove_files) COMPLETE
83702026-08-29T21:23:01.180Z[ recovery-image] Aug 29 21:23:00.552 INFO O| Aug 29 21:23:00.552 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-29T21:23:01.189Z[ recovery-image] Aug 29 21:23:00.561 INFO O| Aug 29 21:23:00.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83722026-08-29T21:23:01.189Z[ recovery-image] Aug 29 21:23:00.561 INFO O| Aug 29 21:23:00.561 INFO STEP 1001 (remove_files) COMPLETE
83732026-08-29T21:23:01.189Z[ recovery-image] Aug 29 21:23:00.561 INFO O| Aug 29 21:23:00.561 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-29T21:23:01.198Z[ recovery-image] Aug 29 21:23:00.569 INFO O| Aug 29 21:23:00.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83752026-08-29T21:23:01.198Z[ recovery-image] Aug 29 21:23:00.569 INFO O| Aug 29 21:23:00.569 INFO STEP 1002 (remove_files) COMPLETE
83762026-08-29T21:23:01.201Z[ recovery-image] Aug 29 21:23:00.569 INFO O| Aug 29 21:23:00.569 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-29T21:23:01.204Z[verify-libraries] Compiling sapling-renderdag v0.1.0
83782026-08-29T21:23:01.207Z[ recovery-image] Aug 29 21:23:00.578 INFO O| Aug 29 21:23:00.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83792026-08-29T21:23:01.207Z[ recovery-image] Aug 29 21:23:00.578 INFO O| Aug 29 21:23:00.578 INFO STEP 1003 (remove_files) COMPLETE
83802026-08-29T21:23:01.207Z[ recovery-image] Aug 29 21:23:00.578 INFO O| Aug 29 21:23:00.578 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-29T21:23:01.216Z[ recovery-image] Aug 29 21:23:00.588 INFO O| Aug 29 21:23:00.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83822026-08-29T21:23:01.216Z[ recovery-image] Aug 29 21:23:00.588 INFO O| Aug 29 21:23:00.588 INFO STEP 1004 (remove_files) COMPLETE
83832026-08-29T21:23:01.216Z[ recovery-image] Aug 29 21:23:00.588 INFO O| Aug 29 21:23:00.588 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-29T21:23:01.235Z[ recovery-image] Aug 29 21:23:00.606 INFO O| Aug 29 21:23:00.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83852026-08-29T21:23:01.235Z[ recovery-image] Aug 29 21:23:00.606 INFO O| Aug 29 21:23:00.606 INFO STEP 1005 (remove_files) COMPLETE
83862026-08-29T21:23:01.238Z[ recovery-image] Aug 29 21:23:00.606 INFO O| Aug 29 21:23:00.606 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-29T21:23:01.243Z[ recovery-image] Aug 29 21:23:00.614 INFO O| Aug 29 21:23:00.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83882026-08-29T21:23:01.243Z[ recovery-image] Aug 29 21:23:00.614 INFO O| Aug 29 21:23:00.614 INFO STEP 1006 (remove_files) COMPLETE
83892026-08-29T21:23:01.243Z[ recovery-image] Aug 29 21:23:00.614 INFO O| Aug 29 21:23:00.614 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-29T21:23:01.251Z[ recovery-image] Aug 29 21:23:00.622 INFO O| Aug 29 21:23:00.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83912026-08-29T21:23:01.251Z[ recovery-image] Aug 29 21:23:00.622 INFO O| Aug 29 21:23:00.622 INFO STEP 1007 (remove_files) COMPLETE
83922026-08-29T21:23:01.251Z[ recovery-image] Aug 29 21:23:00.622 INFO O| Aug 29 21:23:00.622 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-29T21:23:01.256Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
83942026-08-29T21:23:01.259Z[ recovery-image] Aug 29 21:23:00.630 INFO O| Aug 29 21:23:00.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83952026-08-29T21:23:01.259Z[ recovery-image] Aug 29 21:23:00.631 INFO O| Aug 29 21:23:00.631 INFO STEP 1008 (remove_files) COMPLETE
83962026-08-29T21:23:01.259Z[ recovery-image] Aug 29 21:23:00.631 INFO O| Aug 29 21:23:00.631 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-29T21:23:01.267Z[ recovery-image] Aug 29 21:23:00.639 INFO O| Aug 29 21:23:00.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83982026-08-29T21:23:01.267Z[ recovery-image] Aug 29 21:23:00.639 INFO O| Aug 29 21:23:00.639 INFO STEP 1009 (remove_files) COMPLETE
83992026-08-29T21:23:01.267Z[ recovery-image] Aug 29 21:23:00.639 INFO O| Aug 29 21:23:00.639 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-29T21:23:01.276Z[ recovery-image] Aug 29 21:23:00.647 INFO O| Aug 29 21:23:00.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84012026-08-29T21:23:01.276Z[ recovery-image] Aug 29 21:23:00.647 INFO O| Aug 29 21:23:00.647 INFO STEP 1010 (remove_files) COMPLETE
84022026-08-29T21:23:01.276Z[ recovery-image] Aug 29 21:23:00.647 INFO O| Aug 29 21:23:00.647 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-29T21:23:01.284Z[ recovery-image] Aug 29 21:23:00.655 INFO O| Aug 29 21:23:00.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84042026-08-29T21:23:01.284Z[ recovery-image] Aug 29 21:23:00.656 INFO O| Aug 29 21:23:00.655 INFO STEP 1011 (remove_files) COMPLETE
84052026-08-29T21:23:01.284Z[ recovery-image] Aug 29 21:23:00.656 INFO O| Aug 29 21:23:00.656 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-29T21:23:01.294Z[ recovery-image] Aug 29 21:23:00.666 INFO O| Aug 29 21:23:00.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84072026-08-29T21:23:01.294Z[ recovery-image] Aug 29 21:23:00.666 INFO O| Aug 29 21:23:00.666 INFO STEP 1012 (remove_files) COMPLETE
84082026-08-29T21:23:01.298Z[ recovery-image] Aug 29 21:23:00.666 INFO O| Aug 29 21:23:00.666 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-29T21:23:01.303Z[ recovery-image] Aug 29 21:23:00.675 INFO O| Aug 29 21:23:00.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84102026-08-29T21:23:01.307Z[ recovery-image] Aug 29 21:23:00.679 INFO O| Aug 29 21:23:00.679 INFO STEP 1013 (remove_files) COMPLETE
84112026-08-29T21:23:01.307Z[ recovery-image] Aug 29 21:23:00.679 INFO O| Aug 29 21:23:00.679 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-29T21:23:01.311Z[verify-libraries] Compiling sync-ptr v0.1.4
84132026-08-29T21:23:01.316Z[ recovery-image] Aug 29 21:23:00.688 INFO O| Aug 29 21:23:00.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84142026-08-29T21:23:01.316Z[ recovery-image] Aug 29 21:23:00.688 INFO O| Aug 29 21:23:00.688 INFO STEP 1014 (remove_files) COMPLETE
84152026-08-29T21:23:01.316Z[ recovery-image] Aug 29 21:23:00.688 INFO O| Aug 29 21:23:00.688 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-29T21:23:01.327Z[ recovery-image] Aug 29 21:23:00.699 INFO O| Aug 29 21:23:00.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84172026-08-29T21:23:01.327Z[ recovery-image] Aug 29 21:23:00.699 INFO O| Aug 29 21:23:00.699 INFO STEP 1015 (remove_files) COMPLETE
84182026-08-29T21:23:01.328Z[ recovery-image] Aug 29 21:23:00.699 INFO O| Aug 29 21:23:00.699 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-29T21:23:01.338Z[ recovery-image] Aug 29 21:23:00.710 INFO O| Aug 29 21:23:00.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84202026-08-29T21:23:01.338Z[ recovery-image] Aug 29 21:23:00.710 INFO O| Aug 29 21:23:00.710 INFO STEP 1016 (remove_files) COMPLETE
84212026-08-29T21:23:01.338Z[ recovery-image] Aug 29 21:23:00.710 INFO O| Aug 29 21:23:00.710 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-29T21:23:01.349Z[ recovery-image] Aug 29 21:23:00.720 INFO O| Aug 29 21:23:00.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84232026-08-29T21:23:01.349Z[ recovery-image] Aug 29 21:23:00.720 INFO O| Aug 29 21:23:00.720 INFO STEP 1017 (remove_files) COMPLETE
84242026-08-29T21:23:01.349Z[ recovery-image] Aug 29 21:23:00.720 INFO O| Aug 29 21:23:00.720 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-29T21:23:01.358Z[ recovery-image] Aug 29 21:23:00.730 INFO O| Aug 29 21:23:00.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84262026-08-29T21:23:01.358Z[ recovery-image] Aug 29 21:23:00.730 INFO O| Aug 29 21:23:00.730 INFO STEP 1018 (remove_files) COMPLETE
84272026-08-29T21:23:01.361Z[ recovery-image] Aug 29 21:23:00.730 INFO O| Aug 29 21:23:00.730 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-29T21:23:01.368Z[ recovery-image] Aug 29 21:23:00.740 INFO O| Aug 29 21:23:00.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84292026-08-29T21:23:01.368Z[ recovery-image] Aug 29 21:23:00.740 INFO O| Aug 29 21:23:00.740 INFO STEP 1019 (remove_files) COMPLETE
84302026-08-29T21:23:01.372Z[ recovery-image] Aug 29 21:23:00.740 INFO O| Aug 29 21:23:00.740 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-29T21:23:01.377Z[ recovery-image] Aug 29 21:23:00.749 INFO O| Aug 29 21:23:00.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84322026-08-29T21:23:01.377Z[ recovery-image] Aug 29 21:23:00.749 INFO O| Aug 29 21:23:00.749 INFO STEP 1020 (remove_files) COMPLETE
84332026-08-29T21:23:01.380Z[ recovery-image] Aug 29 21:23:00.749 INFO O| Aug 29 21:23:00.749 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-29T21:23:01.381Z[verify-libraries] Compiling samael v0.0.19
84352026-08-29T21:23:01.386Z[ recovery-image] Aug 29 21:23:00.758 INFO O| Aug 29 21:23:00.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84362026-08-29T21:23:01.386Z[ recovery-image] Aug 29 21:23:00.758 INFO O| Aug 29 21:23:00.758 INFO STEP 1021 (remove_files) COMPLETE
84372026-08-29T21:23:01.386Z[ recovery-image] Aug 29 21:23:00.758 INFO O| Aug 29 21:23:00.758 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-29T21:23:01.395Z[ recovery-image] Aug 29 21:23:00.767 INFO O| Aug 29 21:23:00.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84392026-08-29T21:23:01.395Z[ recovery-image] Aug 29 21:23:00.767 INFO O| Aug 29 21:23:00.767 INFO STEP 1022 (remove_files) COMPLETE
84402026-08-29T21:23:01.398Z[ recovery-image] Aug 29 21:23:00.767 INFO O| Aug 29 21:23:00.767 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-29T21:23:01.405Z[ recovery-image] Aug 29 21:23:00.777 INFO O| Aug 29 21:23:00.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84422026-08-29T21:23:01.405Z[ recovery-image] Aug 29 21:23:00.777 INFO O| Aug 29 21:23:00.777 INFO STEP 1023 (remove_files) COMPLETE
84432026-08-29T21:23:01.405Z[ recovery-image] Aug 29 21:23:00.777 INFO O| Aug 29 21:23:00.777 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-29T21:23:01.415Z[ recovery-image] Aug 29 21:23:00.786 INFO O| Aug 29 21:23:00.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84452026-08-29T21:23:01.415Z[ recovery-image] Aug 29 21:23:00.786 INFO O| Aug 29 21:23:00.786 INFO STEP 1024 (remove_files) COMPLETE
84462026-08-29T21:23:01.415Z[ recovery-image] Aug 29 21:23:00.786 INFO O| Aug 29 21:23:00.786 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-29T21:23:01.424Z[ recovery-image] Aug 29 21:23:00.796 INFO O| Aug 29 21:23:00.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84482026-08-29T21:23:01.425Z[ recovery-image] Aug 29 21:23:00.796 INFO O| Aug 29 21:23:00.796 INFO STEP 1025 (remove_files) COMPLETE
84492026-08-29T21:23:01.425Z[ recovery-image] Aug 29 21:23:00.796 INFO O| Aug 29 21:23:00.796 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-29T21:23:01.434Z[ recovery-image] Aug 29 21:23:00.806 INFO O| Aug 29 21:23:00.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84512026-08-29T21:23:01.434Z[ recovery-image] Aug 29 21:23:00.806 INFO O| Aug 29 21:23:00.806 INFO STEP 1026 (remove_files) COMPLETE
84522026-08-29T21:23:01.434Z[ recovery-image] Aug 29 21:23:00.806 INFO O| Aug 29 21:23:00.806 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-29T21:23:01.444Z[ recovery-image] Aug 29 21:23:00.816 INFO O| Aug 29 21:23:00.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84542026-08-29T21:23:01.444Z[ recovery-image] Aug 29 21:23:00.816 INFO O| Aug 29 21:23:00.816 INFO STEP 1027 (remove_files) COMPLETE
84552026-08-29T21:23:01.444Z[ recovery-image] Aug 29 21:23:00.816 INFO O| Aug 29 21:23:00.816 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-29T21:23:01.456Z[ recovery-image] Aug 29 21:23:00.826 INFO O| Aug 29 21:23:00.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84572026-08-29T21:23:01.456Z[ recovery-image] Aug 29 21:23:00.826 INFO O| Aug 29 21:23:00.826 INFO STEP 1028 (remove_files) COMPLETE
84582026-08-29T21:23:01.456Z[ recovery-image] Aug 29 21:23:00.826 INFO O| Aug 29 21:23:00.826 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-29T21:23:01.467Z[ recovery-image] Aug 29 21:23:00.836 INFO O| Aug 29 21:23:00.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84602026-08-29T21:23:01.467Z[ recovery-image] Aug 29 21:23:00.836 INFO O| Aug 29 21:23:00.836 INFO STEP 1029 (remove_files) COMPLETE
84612026-08-29T21:23:01.470Z[ recovery-image] Aug 29 21:23:00.836 INFO O| Aug 29 21:23:00.836 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-29T21:23:01.482Z[ recovery-image] Aug 29 21:23:00.849 INFO O| Aug 29 21:23:00.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84632026-08-29T21:23:01.482Z[ recovery-image] Aug 29 21:23:00.849 INFO O| Aug 29 21:23:00.849 INFO STEP 1030 (remove_files) COMPLETE
84642026-08-29T21:23:01.482Z[ recovery-image] Aug 29 21:23:00.849 INFO O| Aug 29 21:23:00.849 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-29T21:23:01.487Z[ recovery-image] Aug 29 21:23:00.859 INFO O| Aug 29 21:23:00.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84662026-08-29T21:23:01.487Z[ recovery-image] Aug 29 21:23:00.859 INFO O| Aug 29 21:23:00.859 INFO STEP 1031 (remove_files) COMPLETE
84672026-08-29T21:23:01.487Z[ recovery-image] Aug 29 21:23:00.859 INFO O| Aug 29 21:23:00.859 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-29T21:23:01.494Z[verify-libraries] Compiling hex-literal v1.1.0
84692026-08-29T21:23:01.501Z[ recovery-image] Aug 29 21:23:00.868 INFO O| Aug 29 21:23:00.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84702026-08-29T21:23:01.501Z[ recovery-image] Aug 29 21:23:00.868 INFO O| Aug 29 21:23:00.868 INFO STEP 1032 (remove_files) COMPLETE
84712026-08-29T21:23:01.501Z[ recovery-image] Aug 29 21:23:00.868 INFO O| Aug 29 21:23:00.868 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-29T21:23:01.506Z[ recovery-image] Aug 29 21:23:00.878 INFO O| Aug 29 21:23:00.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84732026-08-29T21:23:01.506Z[ recovery-image] Aug 29 21:23:00.878 INFO O| Aug 29 21:23:00.878 INFO STEP 1033 (remove_files) COMPLETE
84742026-08-29T21:23:01.514Z[ recovery-image] Aug 29 21:23:00.878 INFO O| Aug 29 21:23:00.878 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-29T21:23:01.517Z[ recovery-image] Aug 29 21:23:00.887 INFO O| Aug 29 21:23:00.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84762026-08-29T21:23:01.517Z[ recovery-image] Aug 29 21:23:00.887 INFO O| Aug 29 21:23:00.887 INFO STEP 1034 (remove_files) COMPLETE
84772026-08-29T21:23:01.517Z[ recovery-image] Aug 29 21:23:00.887 INFO O| Aug 29 21:23:00.887 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-29T21:23:01.525Z[ recovery-image] Aug 29 21:23:00.897 INFO O| Aug 29 21:23:00.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84792026-08-29T21:23:01.525Z[ recovery-image] Aug 29 21:23:00.897 INFO O| Aug 29 21:23:00.897 INFO STEP 1035 (remove_files) COMPLETE
84802026-08-29T21:23:01.525Z[ recovery-image] Aug 29 21:23:00.897 INFO O| Aug 29 21:23:00.897 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-29T21:23:01.535Z[ recovery-image] Aug 29 21:23:00.907 INFO O| Aug 29 21:23:00.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84822026-08-29T21:23:01.535Z[ recovery-image] Aug 29 21:23:00.907 INFO O| Aug 29 21:23:00.907 INFO STEP 1036 (remove_files) COMPLETE
84832026-08-29T21:23:01.538Z[ recovery-image] Aug 29 21:23:00.907 INFO O| Aug 29 21:23:00.907 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-29T21:23:01.544Z[ recovery-image] Aug 29 21:23:00.916 INFO O| Aug 29 21:23:00.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84852026-08-29T21:23:01.544Z[ recovery-image] Aug 29 21:23:00.916 INFO O| Aug 29 21:23:00.916 INFO STEP 1037 (remove_files) COMPLETE
84862026-08-29T21:23:01.544Z[ recovery-image] Aug 29 21:23:00.916 INFO O| Aug 29 21:23:00.916 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-29T21:23:01.554Z[ recovery-image] Aug 29 21:23:00.926 INFO O| Aug 29 21:23:00.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84882026-08-29T21:23:01.554Z[ recovery-image] Aug 29 21:23:00.926 INFO O| Aug 29 21:23:00.926 INFO STEP 1038 (remove_files) COMPLETE
84892026-08-29T21:23:01.554Z[ recovery-image] Aug 29 21:23:00.926 INFO O| Aug 29 21:23:00.926 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-29T21:23:01.564Z[ recovery-image] Aug 29 21:23:00.935 INFO O| Aug 29 21:23:00.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84912026-08-29T21:23:01.564Z[ recovery-image] Aug 29 21:23:00.935 INFO O| Aug 29 21:23:00.935 INFO STEP 1039 (remove_files) COMPLETE
84922026-08-29T21:23:01.564Z[ recovery-image] Aug 29 21:23:00.935 INFO O| Aug 29 21:23:00.935 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-29T21:23:01.575Z[ recovery-image] Aug 29 21:23:00.947 INFO O| Aug 29 21:23:00.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84942026-08-29T21:23:01.575Z[ recovery-image] Aug 29 21:23:00.947 INFO O| Aug 29 21:23:00.945 INFO STEP 1040 (remove_files) COMPLETE
84952026-08-29T21:23:01.575Z[ recovery-image] Aug 29 21:23:00.947 INFO O| Aug 29 21:23:00.945 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-29T21:23:01.585Z[ recovery-image] Aug 29 21:23:00.957 INFO O| Aug 29 21:23:00.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84972026-08-29T21:23:01.585Z[ recovery-image] Aug 29 21:23:00.957 INFO O| Aug 29 21:23:00.955 INFO STEP 1041 (remove_files) COMPLETE
84982026-08-29T21:23:01.589Z[ recovery-image] Aug 29 21:23:00.957 INFO O| Aug 29 21:23:00.955 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-29T21:23:01.592Z[ recovery-image] Aug 29 21:23:00.964 INFO O| Aug 29 21:23:00.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85002026-08-29T21:23:01.592Z[ recovery-image] Aug 29 21:23:00.964 INFO O| Aug 29 21:23:00.964 INFO STEP 1042 (remove_files) COMPLETE
85012026-08-29T21:23:01.592Z[ recovery-image] Aug 29 21:23:00.964 INFO O| Aug 29 21:23:00.964 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-29T21:23:01.602Z[ recovery-image] Aug 29 21:23:00.974 INFO O| Aug 29 21:23:00.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85032026-08-29T21:23:01.602Z[ recovery-image] Aug 29 21:23:00.974 INFO O| Aug 29 21:23:00.974 INFO STEP 1043 (remove_files) COMPLETE
85042026-08-29T21:23:01.605Z[ recovery-image] Aug 29 21:23:00.974 INFO O| Aug 29 21:23:00.974 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-29T21:23:01.611Z[ recovery-image] Aug 29 21:23:00.983 INFO O| Aug 29 21:23:00.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85062026-08-29T21:23:01.611Z[ recovery-image] Aug 29 21:23:00.983 INFO O| Aug 29 21:23:00.983 INFO STEP 1044 (remove_files) COMPLETE
85072026-08-29T21:23:01.611Z[ recovery-image] Aug 29 21:23:00.983 INFO O| Aug 29 21:23:00.983 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-29T21:23:01.628Z[ recovery-image] Aug 29 21:23:01.000 INFO O| Aug 29 21:23:01.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85092026-08-29T21:23:01.628Z[ recovery-image] Aug 29 21:23:01.000 INFO O| Aug 29 21:23:01.000 INFO STEP 1045 (remove_files) COMPLETE
85102026-08-29T21:23:01.628Z[ recovery-image] Aug 29 21:23:01.000 INFO O| Aug 29 21:23:01.000 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-29T21:23:01.638Z[ recovery-image] Aug 29 21:23:01.010 INFO O| Aug 29 21:23:01.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85122026-08-29T21:23:01.638Z[ recovery-image] Aug 29 21:23:01.010 INFO O| Aug 29 21:23:01.010 INFO STEP 1046 (remove_files) COMPLETE
85132026-08-29T21:23:01.638Z[ recovery-image] Aug 29 21:23:01.010 INFO O| Aug 29 21:23:01.010 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-29T21:23:01.650Z[ recovery-image] Aug 29 21:23:01.021 INFO O| Aug 29 21:23:01.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85152026-08-29T21:23:01.650Z[ recovery-image] Aug 29 21:23:01.021 INFO O| Aug 29 21:23:01.021 INFO STEP 1047 (remove_files) COMPLETE
85162026-08-29T21:23:01.650Z[ recovery-image] Aug 29 21:23:01.021 INFO O| Aug 29 21:23:01.021 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-29T21:23:01.659Z[ recovery-image] Aug 29 21:23:01.031 INFO O| Aug 29 21:23:01.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85182026-08-29T21:23:01.659Z[ recovery-image] Aug 29 21:23:01.031 INFO O| Aug 29 21:23:01.031 INFO STEP 1048 (remove_files) COMPLETE
85192026-08-29T21:23:01.659Z[ recovery-image] Aug 29 21:23:01.031 INFO O| Aug 29 21:23:01.031 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-29T21:23:01.667Z[verify-libraries] Compiling md5 v0.8.0
85212026-08-29T21:23:01.670Z[ recovery-image] Aug 29 21:23:01.039 INFO O| Aug 29 21:23:01.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85222026-08-29T21:23:01.670Z[ recovery-image] Aug 29 21:23:01.039 INFO O| Aug 29 21:23:01.039 INFO STEP 1049 (remove_files) COMPLETE
85232026-08-29T21:23:01.670Z[ recovery-image] Aug 29 21:23:01.039 INFO O| Aug 29 21:23:01.039 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-29T21:23:01.683Z[ recovery-image] Aug 29 21:23:01.055 INFO O| Aug 29 21:23:01.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85252026-08-29T21:23:01.683Z[ recovery-image] Aug 29 21:23:01.055 INFO O| Aug 29 21:23:01.055 INFO STEP 1050 (remove_files) COMPLETE
85262026-08-29T21:23:01.683Z[ recovery-image] Aug 29 21:23:01.055 INFO O| Aug 29 21:23:01.055 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-29T21:23:01.692Z[ recovery-image] Aug 29 21:23:01.064 INFO O| Aug 29 21:23:01.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85282026-08-29T21:23:01.693Z[ recovery-image] Aug 29 21:23:01.064 INFO O| Aug 29 21:23:01.064 INFO STEP 1051 (remove_files) COMPLETE
85292026-08-29T21:23:01.693Z[ recovery-image] Aug 29 21:23:01.064 INFO O| Aug 29 21:23:01.064 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-29T21:23:01.700Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
85312026-08-29T21:23:01.703Z[ recovery-image] Aug 29 21:23:01.073 INFO O| Aug 29 21:23:01.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85322026-08-29T21:23:01.703Z[ recovery-image] Aug 29 21:23:01.073 INFO O| Aug 29 21:23:01.073 INFO STEP 1052 (remove_files) COMPLETE
85332026-08-29T21:23:01.703Z[ recovery-image] Aug 29 21:23:01.073 INFO O| Aug 29 21:23:01.073 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-29T21:23:01.719Z[ recovery-image] Aug 29 21:23:01.083 INFO O| Aug 29 21:23:01.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85352026-08-29T21:23:01.719Z[ recovery-image] Aug 29 21:23:01.083 INFO O| Aug 29 21:23:01.083 INFO STEP 1053 (remove_files) COMPLETE
85362026-08-29T21:23:01.719Z[ recovery-image] Aug 29 21:23:01.083 INFO O| Aug 29 21:23:01.083 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-29T21:23:01.719Z[ recovery-image] Aug 29 21:23:01.090 INFO O| Aug 29 21:23:01.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85382026-08-29T21:23:01.719Z[ recovery-image] Aug 29 21:23:01.090 INFO O| Aug 29 21:23:01.090 INFO STEP 1054 (remove_files) COMPLETE
85392026-08-29T21:23:01.719Z[ recovery-image] Aug 29 21:23:01.090 INFO O| Aug 29 21:23:01.090 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-29T21:23:01.728Z[ recovery-image] Aug 29 21:23:01.099 INFO O| Aug 29 21:23:01.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85412026-08-29T21:23:01.728Z[ recovery-image] Aug 29 21:23:01.099 INFO O| Aug 29 21:23:01.099 INFO STEP 1055 (remove_files) COMPLETE
85422026-08-29T21:23:01.728Z[ recovery-image] Aug 29 21:23:01.099 INFO O| Aug 29 21:23:01.099 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-29T21:23:01.737Z[ recovery-image] Aug 29 21:23:01.108 INFO O| Aug 29 21:23:01.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85442026-08-29T21:23:01.737Z[ recovery-image] Aug 29 21:23:01.108 INFO O| Aug 29 21:23:01.108 INFO STEP 1056 (remove_files) COMPLETE
85452026-08-29T21:23:01.740Z[ recovery-image] Aug 29 21:23:01.108 INFO O| Aug 29 21:23:01.108 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-29T21:23:01.747Z[ recovery-image] Aug 29 21:23:01.118 INFO O| Aug 29 21:23:01.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85472026-08-29T21:23:01.747Z[ recovery-image] Aug 29 21:23:01.118 INFO O| Aug 29 21:23:01.118 INFO STEP 1057 (remove_files) COMPLETE
85482026-08-29T21:23:01.750Z[ recovery-image] Aug 29 21:23:01.118 INFO O| Aug 29 21:23:01.118 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-29T21:23:01.756Z[ recovery-image] Aug 29 21:23:01.127 INFO O| Aug 29 21:23:01.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85502026-08-29T21:23:01.756Z[ recovery-image] Aug 29 21:23:01.128 INFO O| Aug 29 21:23:01.128 INFO STEP 1058 (remove_files) COMPLETE
85512026-08-29T21:23:01.759Z[ recovery-image] Aug 29 21:23:01.128 INFO O| Aug 29 21:23:01.128 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-29T21:23:01.765Z[ recovery-image] Aug 29 21:23:01.137 INFO O| Aug 29 21:23:01.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85532026-08-29T21:23:01.765Z[ recovery-image] Aug 29 21:23:01.137 INFO O| Aug 29 21:23:01.137 INFO STEP 1059 (remove_files) COMPLETE
85542026-08-29T21:23:01.768Z[ recovery-image] Aug 29 21:23:01.137 INFO O| Aug 29 21:23:01.137 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-29T21:23:01.776Z[ recovery-image] Aug 29 21:23:01.148 INFO O| Aug 29 21:23:01.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85562026-08-29T21:23:01.776Z[ recovery-image] Aug 29 21:23:01.148 INFO O| Aug 29 21:23:01.148 INFO STEP 1060 (remove_files) COMPLETE
85572026-08-29T21:23:01.776Z[ recovery-image] Aug 29 21:23:01.148 INFO O| Aug 29 21:23:01.148 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-29T21:23:01.787Z[ recovery-image] Aug 29 21:23:01.158 INFO O| Aug 29 21:23:01.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85592026-08-29T21:23:01.787Z[ recovery-image] Aug 29 21:23:01.158 INFO O| Aug 29 21:23:01.158 INFO STEP 1061 (remove_files) COMPLETE
85602026-08-29T21:23:01.787Z[ recovery-image] Aug 29 21:23:01.158 INFO O| Aug 29 21:23:01.158 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-29T21:23:01.796Z[ recovery-image] Aug 29 21:23:01.167 INFO O| Aug 29 21:23:01.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85622026-08-29T21:23:01.796Z[ recovery-image] Aug 29 21:23:01.167 INFO O| Aug 29 21:23:01.167 INFO STEP 1062 (remove_files) COMPLETE
85632026-08-29T21:23:01.796Z[ recovery-image] Aug 29 21:23:01.167 INFO O| Aug 29 21:23:01.167 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-29T21:23:01.805Z[ recovery-image] Aug 29 21:23:01.176 INFO O| Aug 29 21:23:01.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85652026-08-29T21:23:01.805Z[ recovery-image] Aug 29 21:23:01.176 INFO O| Aug 29 21:23:01.176 INFO STEP 1063 (remove_files) COMPLETE
85662026-08-29T21:23:01.805Z[ recovery-image] Aug 29 21:23:01.176 INFO O| Aug 29 21:23:01.176 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-29T21:23:01.814Z[ recovery-image] Aug 29 21:23:01.186 INFO O| Aug 29 21:23:01.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85682026-08-29T21:23:01.814Z[ recovery-image] Aug 29 21:23:01.186 INFO O| Aug 29 21:23:01.186 INFO STEP 1064 (remove_files) COMPLETE
85692026-08-29T21:23:01.814Z[ recovery-image] Aug 29 21:23:01.186 INFO O| Aug 29 21:23:01.186 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-29T21:23:01.823Z[ recovery-image] Aug 29 21:23:01.195 INFO O| Aug 29 21:23:01.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85712026-08-29T21:23:01.827Z[ recovery-image] Aug 29 21:23:01.196 INFO O| Aug 29 21:23:01.196 INFO STEP 1065 (remove_files) COMPLETE
85722026-08-29T21:23:01.827Z[ recovery-image] Aug 29 21:23:01.196 INFO O| Aug 29 21:23:01.196 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-29T21:23:01.834Z[ recovery-image] Aug 29 21:23:01.206 INFO O| Aug 29 21:23:01.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85742026-08-29T21:23:01.834Z[ recovery-image] Aug 29 21:23:01.206 INFO O| Aug 29 21:23:01.206 INFO STEP 1066 (remove_files) COMPLETE
85752026-08-29T21:23:01.837Z[ recovery-image] Aug 29 21:23:01.206 INFO O| Aug 29 21:23:01.206 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-29T21:23:01.844Z[ recovery-image] Aug 29 21:23:01.215 INFO O| Aug 29 21:23:01.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85772026-08-29T21:23:01.844Z[ recovery-image] Aug 29 21:23:01.216 INFO O| Aug 29 21:23:01.216 INFO STEP 1067 (remove_files) COMPLETE
85782026-08-29T21:23:01.849Z[ recovery-image] Aug 29 21:23:01.216 INFO O| Aug 29 21:23:01.216 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-29T21:23:01.855Z[ recovery-image] Aug 29 21:23:01.226 INFO O| Aug 29 21:23:01.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85802026-08-29T21:23:01.858Z[ recovery-image] Aug 29 21:23:01.226 INFO O| Aug 29 21:23:01.226 INFO STEP 1068 (remove_files) COMPLETE
85812026-08-29T21:23:01.858Z[ recovery-image] Aug 29 21:23:01.226 INFO O| Aug 29 21:23:01.226 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-29T21:23:01.865Z[ recovery-image] Aug 29 21:23:01.237 INFO O| Aug 29 21:23:01.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85832026-08-29T21:23:01.865Z[ recovery-image] Aug 29 21:23:01.237 INFO O| Aug 29 21:23:01.237 INFO STEP 1069 (remove_files) COMPLETE
85842026-08-29T21:23:01.865Z[ recovery-image] Aug 29 21:23:01.237 INFO O| Aug 29 21:23:01.237 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-29T21:23:01.875Z[ recovery-image] Aug 29 21:23:01.247 INFO O| Aug 29 21:23:01.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85862026-08-29T21:23:01.875Z[ recovery-image] Aug 29 21:23:01.247 INFO O| Aug 29 21:23:01.247 INFO STEP 1070 (remove_files) COMPLETE
85872026-08-29T21:23:01.875Z[ recovery-image] Aug 29 21:23:01.247 INFO O| Aug 29 21:23:01.247 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-29T21:23:01.878Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
85892026-08-29T21:23:01.885Z[ recovery-image] Aug 29 21:23:01.257 INFO O| Aug 29 21:23:01.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85902026-08-29T21:23:01.885Z[ recovery-image] Aug 29 21:23:01.257 INFO O| Aug 29 21:23:01.257 INFO STEP 1071 (remove_files) COMPLETE
85912026-08-29T21:23:01.885Z[ recovery-image] Aug 29 21:23:01.257 INFO O| Aug 29 21:23:01.257 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-29T21:23:01.896Z[ recovery-image] Aug 29 21:23:01.267 INFO O| Aug 29 21:23:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85932026-08-29T21:23:01.896Z[ recovery-image] Aug 29 21:23:01.267 INFO O| Aug 29 21:23:01.267 INFO STEP 1072 (remove_files) COMPLETE
85942026-08-29T21:23:01.901Z[ recovery-image] Aug 29 21:23:01.267 INFO O| Aug 29 21:23:01.267 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-29T21:23:01.905Z[ recovery-image] Aug 29 21:23:01.277 INFO O| Aug 29 21:23:01.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85962026-08-29T21:23:01.905Z[ recovery-image] Aug 29 21:23:01.277 INFO O| Aug 29 21:23:01.277 INFO STEP 1073 (remove_files) COMPLETE
85972026-08-29T21:23:01.905Z[ recovery-image] Aug 29 21:23:01.277 INFO O| Aug 29 21:23:01.277 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-29T21:23:01.915Z[ recovery-image] Aug 29 21:23:01.286 INFO O| Aug 29 21:23:01.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85992026-08-29T21:23:01.915Z[ recovery-image] Aug 29 21:23:01.286 INFO O| Aug 29 21:23:01.286 INFO STEP 1074 (remove_files) COMPLETE
86002026-08-29T21:23:01.918Z[ recovery-image] Aug 29 21:23:01.286 INFO O| Aug 29 21:23:01.286 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-29T21:23:01.925Z[ recovery-image] Aug 29 21:23:01.296 INFO O| Aug 29 21:23:01.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86022026-08-29T21:23:01.925Z[ recovery-image] Aug 29 21:23:01.296 INFO O| Aug 29 21:23:01.296 INFO STEP 1075 (remove_files) COMPLETE
86032026-08-29T21:23:01.925Z[ recovery-image] Aug 29 21:23:01.296 INFO O| Aug 29 21:23:01.296 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-29T21:23:01.935Z[ recovery-image] Aug 29 21:23:01.306 INFO O| Aug 29 21:23:01.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86052026-08-29T21:23:01.935Z[ recovery-image] Aug 29 21:23:01.306 INFO O| Aug 29 21:23:01.306 INFO STEP 1076 (remove_files) COMPLETE
86062026-08-29T21:23:01.935Z[ recovery-image] Aug 29 21:23:01.306 INFO O| Aug 29 21:23:01.306 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-29T21:23:01.943Z[ recovery-image] Aug 29 21:23:01.315 INFO O| Aug 29 21:23:01.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86082026-08-29T21:23:01.943Z[ recovery-image] Aug 29 21:23:01.315 INFO O| Aug 29 21:23:01.315 INFO STEP 1077 (remove_files) COMPLETE
86092026-08-29T21:23:01.943Z[ recovery-image] Aug 29 21:23:01.315 INFO O| Aug 29 21:23:01.315 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-29T21:23:01.952Z[ recovery-image] Aug 29 21:23:01.324 INFO O| Aug 29 21:23:01.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86112026-08-29T21:23:01.952Z[ recovery-image] Aug 29 21:23:01.324 INFO O| Aug 29 21:23:01.324 INFO STEP 1078 (remove_files) COMPLETE
86122026-08-29T21:23:01.955Z[ recovery-image] Aug 29 21:23:01.324 INFO O| Aug 29 21:23:01.324 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-29T21:23:01.963Z[ recovery-image] Aug 29 21:23:01.335 INFO O| Aug 29 21:23:01.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86142026-08-29T21:23:01.963Z[ recovery-image] Aug 29 21:23:01.335 INFO O| Aug 29 21:23:01.335 INFO STEP 1079 (remove_files) COMPLETE
86152026-08-29T21:23:01.966Z[ recovery-image] Aug 29 21:23:01.335 INFO O| Aug 29 21:23:01.335 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-29T21:23:01.975Z[ recovery-image] Aug 29 21:23:01.346 INFO O| Aug 29 21:23:01.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86172026-08-29T21:23:01.975Z[ recovery-image] Aug 29 21:23:01.346 INFO O| Aug 29 21:23:01.346 INFO STEP 1080 (remove_files) COMPLETE
86182026-08-29T21:23:01.978Z[ recovery-image] Aug 29 21:23:01.346 INFO O| Aug 29 21:23:01.346 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-29T21:23:01.985Z[ recovery-image] Aug 29 21:23:01.357 INFO O| Aug 29 21:23:01.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86202026-08-29T21:23:01.985Z[ recovery-image] Aug 29 21:23:01.357 INFO O| Aug 29 21:23:01.357 INFO STEP 1081 (remove_files) COMPLETE
86212026-08-29T21:23:01.985Z[ recovery-image] Aug 29 21:23:01.357 INFO O| Aug 29 21:23:01.357 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-29T21:23:01.996Z[ recovery-image] Aug 29 21:23:01.367 INFO O| Aug 29 21:23:01.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86232026-08-29T21:23:01.996Z[ recovery-image] Aug 29 21:23:01.367 INFO O| Aug 29 21:23:01.367 INFO STEP 1082 (remove_files) COMPLETE
86242026-08-29T21:23:01.998Z[ recovery-image] Aug 29 21:23:01.367 INFO O| Aug 29 21:23:01.367 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-29T21:23:02.006Z[ recovery-image] Aug 29 21:23:01.377 INFO O| Aug 29 21:23:01.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86262026-08-29T21:23:02.006Z[ recovery-image] Aug 29 21:23:01.377 INFO O| Aug 29 21:23:01.377 INFO STEP 1083 (remove_files) COMPLETE
86272026-08-29T21:23:02.009Z[ recovery-image] Aug 29 21:23:01.377 INFO O| Aug 29 21:23:01.377 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-29T21:23:02.016Z[ recovery-image] Aug 29 21:23:01.387 INFO O| Aug 29 21:23:01.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86292026-08-29T21:23:02.016Z[ recovery-image] Aug 29 21:23:01.388 INFO O| Aug 29 21:23:01.388 INFO STEP 1084 (remove_files) COMPLETE
86302026-08-29T21:23:02.016Z[ recovery-image] Aug 29 21:23:01.388 INFO O| Aug 29 21:23:01.388 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-29T21:23:02.026Z[ recovery-image] Aug 29 21:23:01.398 INFO O| Aug 29 21:23:01.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86322026-08-29T21:23:02.026Z[ recovery-image] Aug 29 21:23:01.398 INFO O| Aug 29 21:23:01.398 INFO STEP 1085 (remove_files) COMPLETE
86332026-08-29T21:23:02.029Z[ recovery-image] Aug 29 21:23:01.398 INFO O| Aug 29 21:23:01.398 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-29T21:23:02.035Z[ recovery-image] Aug 29 21:23:01.407 INFO O| Aug 29 21:23:01.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86352026-08-29T21:23:02.036Z[ recovery-image] Aug 29 21:23:01.407 INFO O| Aug 29 21:23:01.407 INFO STEP 1086 (remove_files) COMPLETE
86362026-08-29T21:23:02.036Z[ recovery-image] Aug 29 21:23:01.407 INFO O| Aug 29 21:23:01.407 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-29T21:23:02.046Z[ recovery-image] Aug 29 21:23:01.417 INFO O| Aug 29 21:23:01.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86382026-08-29T21:23:02.046Z[ recovery-image] Aug 29 21:23:01.417 INFO O| Aug 29 21:23:01.417 INFO STEP 1087 (remove_files) COMPLETE
86392026-08-29T21:23:02.049Z[ recovery-image] Aug 29 21:23:01.417 INFO O| Aug 29 21:23:01.417 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-29T21:23:02.058Z[ recovery-image] Aug 29 21:23:01.428 INFO O| Aug 29 21:23:01.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86412026-08-29T21:23:02.058Z[ recovery-image] Aug 29 21:23:01.428 INFO O| Aug 29 21:23:01.428 INFO STEP 1088 (remove_files) COMPLETE
86422026-08-29T21:23:02.058Z[ recovery-image] Aug 29 21:23:01.428 INFO O| Aug 29 21:23:01.428 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-29T21:23:02.066Z[ recovery-image] Aug 29 21:23:01.438 INFO O| Aug 29 21:23:01.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86442026-08-29T21:23:02.066Z[ recovery-image] Aug 29 21:23:01.438 INFO O| Aug 29 21:23:01.438 INFO STEP 1089 (remove_files) COMPLETE
86452026-08-29T21:23:02.066Z[ recovery-image] Aug 29 21:23:01.438 INFO O| Aug 29 21:23:01.438 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-29T21:23:02.074Z[ recovery-image] Aug 29 21:23:01.446 INFO O| Aug 29 21:23:01.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86472026-08-29T21:23:02.078Z[ recovery-image] Aug 29 21:23:01.446 INFO O| Aug 29 21:23:01.446 INFO STEP 1090 (remove_files) COMPLETE
86482026-08-29T21:23:02.078Z[ recovery-image] Aug 29 21:23:01.446 INFO O| Aug 29 21:23:01.446 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-29T21:23:02.084Z[ recovery-image] Aug 29 21:23:01.456 INFO O| Aug 29 21:23:01.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86502026-08-29T21:23:02.084Z[ recovery-image] Aug 29 21:23:01.456 INFO O| Aug 29 21:23:01.456 INFO STEP 1091 (remove_files) COMPLETE
86512026-08-29T21:23:02.084Z[ recovery-image] Aug 29 21:23:01.456 INFO O| Aug 29 21:23:01.456 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-29T21:23:02.093Z[ recovery-image] Aug 29 21:23:01.464 INFO O| Aug 29 21:23:01.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86532026-08-29T21:23:02.096Z[ recovery-image] Aug 29 21:23:01.465 INFO O| Aug 29 21:23:01.465 INFO STEP 1092 (remove_files) COMPLETE
86542026-08-29T21:23:02.096Z[ recovery-image] Aug 29 21:23:01.465 INFO O| Aug 29 21:23:01.465 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-29T21:23:02.103Z[ recovery-image] Aug 29 21:23:01.475 INFO O| Aug 29 21:23:01.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86562026-08-29T21:23:02.103Z[ recovery-image] Aug 29 21:23:01.475 INFO O| Aug 29 21:23:01.475 INFO STEP 1093 (remove_files) COMPLETE
86572026-08-29T21:23:02.103Z[ recovery-image] Aug 29 21:23:01.475 INFO O| Aug 29 21:23:01.475 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-29T21:23:02.106Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
86592026-08-29T21:23:02.109Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
86602026-08-29T21:23:02.114Z[ recovery-image] Aug 29 21:23:01.486 INFO O| Aug 29 21:23:01.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86612026-08-29T21:23:02.114Z[ recovery-image] Aug 29 21:23:01.486 INFO O| Aug 29 21:23:01.486 INFO STEP 1094 (remove_files) COMPLETE
86622026-08-29T21:23:02.114Z[ recovery-image] Aug 29 21:23:01.486 INFO O| Aug 29 21:23:01.486 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-29T21:23:02.125Z[ recovery-image] Aug 29 21:23:01.497 INFO O| Aug 29 21:23:01.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86642026-08-29T21:23:02.125Z[ recovery-image] Aug 29 21:23:01.497 INFO O| Aug 29 21:23:01.497 INFO STEP 1095 (remove_files) COMPLETE
86652026-08-29T21:23:02.125Z[ recovery-image] Aug 29 21:23:01.497 INFO O| Aug 29 21:23:01.497 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-29T21:23:02.136Z[ recovery-image] Aug 29 21:23:01.507 INFO O| Aug 29 21:23:01.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86672026-08-29T21:23:02.136Z[ recovery-image] Aug 29 21:23:01.507 INFO O| Aug 29 21:23:01.507 INFO STEP 1096 (remove_files) COMPLETE
86682026-08-29T21:23:02.139Z[ recovery-image] Aug 29 21:23:01.508 INFO O| Aug 29 21:23:01.507 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-29T21:23:02.147Z[ recovery-image] Aug 29 21:23:01.519 INFO O| Aug 29 21:23:01.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86702026-08-29T21:23:02.148Z[ recovery-image] Aug 29 21:23:01.519 INFO O| Aug 29 21:23:01.519 INFO STEP 1097 (remove_files) COMPLETE
86712026-08-29T21:23:02.148Z[ recovery-image] Aug 29 21:23:01.519 INFO O| Aug 29 21:23:01.519 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-29T21:23:02.152Z[verify-libraries] Compiling russh v0.62.4
86732026-08-29T21:23:02.157Z[ recovery-image] Aug 29 21:23:01.528 INFO O| Aug 29 21:23:01.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86742026-08-29T21:23:02.157Z[ recovery-image] Aug 29 21:23:01.529 INFO O| Aug 29 21:23:01.528 INFO STEP 1098 (remove_files) COMPLETE
86752026-08-29T21:23:02.157Z[ recovery-image] Aug 29 21:23:01.529 INFO O| Aug 29 21:23:01.529 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-08-29T21:23:02.166Z[ recovery-image] Aug 29 21:23:01.538 INFO O| Aug 29 21:23:01.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86772026-08-29T21:23:02.166Z[ recovery-image] Aug 29 21:23:01.538 INFO O| Aug 29 21:23:01.538 INFO STEP 1099 (remove_files) COMPLETE
86782026-08-29T21:23:02.169Z[ recovery-image] Aug 29 21:23:01.538 INFO O| Aug 29 21:23:01.538 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-08-29T21:23:02.176Z[ recovery-image] Aug 29 21:23:01.548 INFO O| Aug 29 21:23:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86802026-08-29T21:23:02.179Z[ recovery-image] Aug 29 21:23:01.550 INFO O| Aug 29 21:23:01.550 INFO STEP 1100 (remove_files) COMPLETE
86812026-08-29T21:23:02.179Z[ recovery-image] Aug 29 21:23:01.550 INFO O| Aug 29 21:23:01.550 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-29T21:23:02.188Z[ recovery-image] Aug 29 21:23:01.560 INFO O| Aug 29 21:23:01.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86832026-08-29T21:23:02.188Z[ recovery-image] Aug 29 21:23:01.560 INFO O| Aug 29 21:23:01.560 INFO STEP 1101 (remove_files) COMPLETE
86842026-08-29T21:23:02.188Z[ recovery-image] Aug 29 21:23:01.560 INFO O| Aug 29 21:23:01.560 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-08-29T21:23:02.197Z[ recovery-image] Aug 29 21:23:01.569 INFO O| Aug 29 21:23:01.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86862026-08-29T21:23:02.197Z[ recovery-image] Aug 29 21:23:01.569 INFO O| Aug 29 21:23:01.569 INFO STEP 1102 (remove_files) COMPLETE
86872026-08-29T21:23:02.200Z[ recovery-image] Aug 29 21:23:01.569 INFO O| Aug 29 21:23:01.569 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-08-29T21:23:02.206Z[ recovery-image] Aug 29 21:23:01.578 INFO O| Aug 29 21:23:01.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86892026-08-29T21:23:02.206Z[ recovery-image] Aug 29 21:23:01.578 INFO O| Aug 29 21:23:01.578 INFO STEP 1103 (remove_files) COMPLETE
86902026-08-29T21:23:02.210Z[ recovery-image] Aug 29 21:23:01.578 INFO O| Aug 29 21:23:01.578 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-08-29T21:23:02.216Z[ recovery-image] Aug 29 21:23:01.588 INFO O| Aug 29 21:23:01.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86922026-08-29T21:23:02.216Z[ recovery-image] Aug 29 21:23:01.588 INFO O| Aug 29 21:23:01.588 INFO STEP 1104 (remove_files) COMPLETE
86932026-08-29T21:23:02.216Z[ recovery-image] Aug 29 21:23:01.588 INFO O| Aug 29 21:23:01.588 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-08-29T21:23:02.225Z[ recovery-image] Aug 29 21:23:01.597 INFO O| Aug 29 21:23:01.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86952026-08-29T21:23:02.225Z[ recovery-image] Aug 29 21:23:01.597 INFO O| Aug 29 21:23:01.597 INFO STEP 1105 (remove_files) COMPLETE
86962026-08-29T21:23:02.225Z[ recovery-image] Aug 29 21:23:01.597 INFO O| Aug 29 21:23:01.597 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-08-29T21:23:02.234Z[ recovery-image] Aug 29 21:23:01.606 INFO O| Aug 29 21:23:01.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86982026-08-29T21:23:02.234Z[ recovery-image] Aug 29 21:23:01.606 INFO O| Aug 29 21:23:01.606 INFO STEP 1106 (remove_files) COMPLETE
86992026-08-29T21:23:02.234Z[ recovery-image] Aug 29 21:23:01.606 INFO O| Aug 29 21:23:01.606 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-08-29T21:23:02.242Z[ recovery-image] Aug 29 21:23:01.614 INFO O| Aug 29 21:23:01.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87012026-08-29T21:23:02.242Z[ recovery-image] Aug 29 21:23:01.614 INFO O| Aug 29 21:23:01.614 INFO STEP 1107 (remove_files) COMPLETE
87022026-08-29T21:23:02.242Z[ recovery-image] Aug 29 21:23:01.614 INFO O| Aug 29 21:23:01.614 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-08-29T21:23:02.253Z[ recovery-image] Aug 29 21:23:01.625 INFO O| Aug 29 21:23:01.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87042026-08-29T21:23:02.253Z[ recovery-image] Aug 29 21:23:01.625 INFO O| Aug 29 21:23:01.625 INFO STEP 1108 (remove_files) COMPLETE
87052026-08-29T21:23:02.254Z[ recovery-image] Aug 29 21:23:01.625 INFO O| Aug 29 21:23:01.625 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-08-29T21:23:02.265Z[ recovery-image] Aug 29 21:23:01.636 INFO O| Aug 29 21:23:01.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87072026-08-29T21:23:02.265Z[ recovery-image] Aug 29 21:23:01.636 INFO O| Aug 29 21:23:01.636 INFO STEP 1109 (remove_files) COMPLETE
87082026-08-29T21:23:02.265Z[ recovery-image] Aug 29 21:23:01.636 INFO O| Aug 29 21:23:01.636 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-08-29T21:23:02.274Z[ recovery-image] Aug 29 21:23:01.646 INFO O| Aug 29 21:23:01.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87102026-08-29T21:23:02.274Z[ recovery-image] Aug 29 21:23:01.646 INFO O| Aug 29 21:23:01.646 INFO STEP 1110 (remove_files) COMPLETE
87112026-08-29T21:23:02.274Z[ recovery-image] Aug 29 21:23:01.646 INFO O| Aug 29 21:23:01.646 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-08-29T21:23:02.283Z[ recovery-image] Aug 29 21:23:01.655 INFO O| Aug 29 21:23:01.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87132026-08-29T21:23:02.283Z[ recovery-image] Aug 29 21:23:01.655 INFO O| Aug 29 21:23:01.655 INFO STEP 1111 (remove_files) COMPLETE
87142026-08-29T21:23:02.283Z[ recovery-image] Aug 29 21:23:01.655 INFO O| Aug 29 21:23:01.655 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-08-29T21:23:02.292Z[ recovery-image] Aug 29 21:23:01.664 INFO O| Aug 29 21:23:01.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87162026-08-29T21:23:02.292Z[ recovery-image] Aug 29 21:23:01.664 INFO O| Aug 29 21:23:01.664 INFO STEP 1112 (remove_files) COMPLETE
87172026-08-29T21:23:02.292Z[ recovery-image] Aug 29 21:23:01.664 INFO O| Aug 29 21:23:01.664 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-08-29T21:23:02.302Z[ recovery-image] Aug 29 21:23:01.674 INFO O| Aug 29 21:23:01.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87192026-08-29T21:23:02.302Z[ recovery-image] Aug 29 21:23:01.674 INFO O| Aug 29 21:23:01.674 INFO STEP 1113 (remove_files) COMPLETE
87202026-08-29T21:23:02.305Z[ recovery-image] Aug 29 21:23:01.674 INFO O| Aug 29 21:23:01.674 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-08-29T21:23:02.311Z[ recovery-image] Aug 29 21:23:01.683 INFO O| Aug 29 21:23:01.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87222026-08-29T21:23:02.311Z[ recovery-image] Aug 29 21:23:01.683 INFO O| Aug 29 21:23:01.683 INFO STEP 1114 (remove_files) COMPLETE
87232026-08-29T21:23:02.311Z[ recovery-image] Aug 29 21:23:01.683 INFO O| Aug 29 21:23:01.683 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-08-29T21:23:02.332Z[ recovery-image] Aug 29 21:23:01.694 INFO O| Aug 29 21:23:01.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87252026-08-29T21:23:02.332Z[ recovery-image] Aug 29 21:23:01.694 INFO O| Aug 29 21:23:01.694 INFO STEP 1115 (remove_files) COMPLETE
87262026-08-29T21:23:02.332Z[ recovery-image] Aug 29 21:23:01.694 INFO O| Aug 29 21:23:01.694 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-08-29T21:23:02.336Z[ recovery-image] Aug 29 21:23:01.705 INFO O| Aug 29 21:23:01.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87282026-08-29T21:23:02.336Z[ recovery-image] Aug 29 21:23:01.705 INFO O| Aug 29 21:23:01.705 INFO STEP 1116 (remove_files) COMPLETE
87292026-08-29T21:23:02.336Z[ recovery-image] Aug 29 21:23:01.705 INFO O| Aug 29 21:23:01.705 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-08-29T21:23:02.344Z[ recovery-image] Aug 29 21:23:01.715 INFO O| Aug 29 21:23:01.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87312026-08-29T21:23:02.344Z[ recovery-image] Aug 29 21:23:01.715 INFO O| Aug 29 21:23:01.715 INFO STEP 1117 (remove_files) COMPLETE
87322026-08-29T21:23:02.344Z[ recovery-image] Aug 29 21:23:01.715 INFO O| Aug 29 21:23:01.715 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87332026-08-29T21:23:02.357Z[ recovery-image] Aug 29 21:23:01.728 INFO O| Aug 29 21:23:01.728 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87342026-08-29T21:23:02.357Z[ recovery-image] Aug 29 21:23:01.728 INFO O| Aug 29 21:23:01.728 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87352026-08-29T21:23:03.237Z[ recovery-image] Aug 29 21:23:02.608 INFO O| Aug 29 21:23:02.608 INFO STEP 1118 (pack_tar) COMPLETE
87362026-08-29T21:23:03.237Z[ recovery-image] Aug 29 21:23:02.608 INFO O| Aug 29 21:23:02.608 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87372026-08-29T21:23:03.237Z[ recovery-image] Aug 29 21:23:02.608 INFO O| Aug 29 21:23:02.608 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87382026-08-29T21:23:03.249Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
87392026-08-29T21:23:03.280Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
87402026-08-29T21:23:03.391Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
87412026-08-29T21:23:03.623Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
87422026-08-29T21:23:03.864Z[ recovery-image] Aug 29 21:23:03.236 INFO O| Aug 29 21:23:03.235 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87432026-08-29T21:23:03.897Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
87442026-08-29T21:23:03.967Z[ recovery-image] Aug 29 21:23:03.339 INFO O| Aug 29 21:23:03.339 INFO completed processing sled/ramdisk-03-recovery-trim
87452026-08-29T21:23:03.970Z[ recovery-image] Aug 29 21:23:03.342 INFO image builder template: zfs-recovery...
87462026-08-29T21:23:03.970Z[ recovery-image] Aug 29 21:23:03.342 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/.tmpdiOogb/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
87472026-08-29T21:23:03.998Z[ recovery-image] Aug 29 21:23:03.369 INFO O| Aug 29 21:23:03.369 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87482026-08-29T21:23:04.001Z[ recovery-image] Aug 29 21:23:03.373 INFO O| Aug 29 21:23:03.373 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87492026-08-29T21:23:04.091Z[ recovery-image] Aug 29 21:23:03.462 INFO O| Aug 29 21:23:03.462 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87502026-08-29T21:23:04.155Z[ recovery-image] Aug 29 21:23:03.527 INFO O| Aug 29 21:23:03.527 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87512026-08-29T21:23:04.155Z[ recovery-image] Aug 29 21:23:03.527 INFO O| Aug 29 21:23:03.527 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87522026-08-29T21:23:04.159Z[ recovery-image] Aug 29 21:23:03.531 INFO O| Aug 29 21:23:03.531 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87532026-08-29T21:23:04.250Z[ recovery-image] Aug 29 21:23:03.621 INFO O| Aug 29 21:23:03.621 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87542026-08-29T21:23:04.257Z[verify-libraries] Compiling socket2 v0.5.10
87552026-08-29T21:23:04.307Z[ recovery-image] Aug 29 21:23:03.678 INFO O| Aug 29 21:23:03.678 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87562026-08-29T21:23:04.316Z[ recovery-image] Aug 29 21:23:03.687 INFO O| Aug 29 21:23:03.687 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87572026-08-29T21:23:04.320Z[ recovery-image] Aug 29 21:23:03.692 INFO O| Aug 29 21:23:03.692 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87582026-08-29T21:23:04.323Z[ recovery-image] Aug 29 21:23:03.693 INFO O| Aug 29 21:23:03.693 INFO no lofi found
87592026-08-29T21:23:04.323Z[ recovery-image] Aug 29 21:23:03.693 INFO O| Aug 29 21:23:03.693 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87602026-08-29T21:23:04.323Z[ recovery-image] Aug 29 21:23:03.693 INFO O| Aug 29 21:23:03.693 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87612026-08-29T21:23:04.865Z[verify-libraries] Compiling fs-err v2.11.0
87622026-08-29T21:23:05.090Z[verify-libraries] Compiling git2 v0.20.4
87632026-08-29T21:23:05.124Z[verify-libraries] Compiling internet-checksum v0.2.1
87642026-08-29T21:23:05.282Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87652026-08-29T21:23:05.999Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
87662026-08-29T21:23:06.028Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
87672026-08-29T21:23:06.144Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87682026-08-29T21:23:06.365Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
87692026-08-29T21:23:06.630Z[ recovery-image] Aug 29 21:23:06.001 INFO O| Aug 29 21:23:06.001 INFO lofi device = /dev/dsk/c2t1d0p0
87702026-08-29T21:23:06.630Z[ recovery-image] Aug 29 21:23:06.001 INFO O| Aug 29 21:23:06.001 INFO pool device = /dev/dsk/c2t1d0p0
87712026-08-29T21:23:06.634Z[ recovery-image] Aug 29 21:23:06.001 INFO O| Aug 29 21:23:06.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"]
87722026-08-29T21:23:06.797Z[ recovery-image] Aug 29 21:23:06.169 INFO O| Aug 29 21:23:06.169 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87732026-08-29T21:23:06.797Z[ recovery-image] Aug 29 21:23:06.169 INFO O| Aug 29 21:23:06.169 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87742026-08-29T21:23:06.820Z[ recovery-image] Aug 29 21:23:06.192 INFO O| Aug 29 21:23:06.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87752026-08-29T21:23:06.924Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87762026-08-29T21:23:06.980Z[ recovery-image] Aug 29 21:23:06.352 INFO O| Aug 29 21:23:06.352 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87772026-08-29T21:23:07.015Z[ recovery-image] Aug 29 21:23:06.387 INFO O| Aug 29 21:23:06.386 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87782026-08-29T21:23:07.036Z[ recovery-image] Aug 29 21:23:06.407 INFO O| Aug 29 21:23:06.407 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87792026-08-29T21:23:07.052Z[ recovery-image] Aug 29 21:23:06.423 INFO O| Aug 29 21:23:06.423 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87802026-08-29T21:23:07.093Z[ recovery-image] Aug 29 21:23:06.465 INFO O| Aug 29 21:23:06.465 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87812026-08-29T21:23:07.093Z[ recovery-image] Aug 29 21:23:06.465 INFO O| Aug 29 21:23:06.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87822026-08-29T21:23:07.093Z[ recovery-image] Aug 29 21:23:06.465 INFO O| Aug 29 21:23:06.465 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87832026-08-29T21:23:07.102Z[ recovery-image] Aug 29 21:23:06.474 INFO O| Aug 29 21:23:06.474 INFO boot environment UUID: 559f96d8-3c29-4404-8189-a236cef60f99
87842026-08-29T21:23:07.102Z[ recovery-image] Aug 29 21:23:06.474 INFO O| Aug 29 21:23:06.474 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 559f96d8-3c29-4404-8189-a236cef60f99
87852026-08-29T21:23:07.118Z[ recovery-image] Aug 29 21:23:06.490 INFO O| Aug 29 21:23:06.490 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87862026-08-29T21:23:07.134Z[ recovery-image] Aug 29 21:23:06.506 INFO O| Aug 29 21:23:06.506 INFO STEP 0 (create_be) COMPLETE
87872026-08-29T21:23:07.134Z[ recovery-image] Aug 29 21:23:06.506 INFO O| Aug 29 21:23:06.506 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87882026-08-29T21:23:07.148Z[ recovery-image] Aug 29 21:23:06.520 INFO O| Aug 29 21:23:06.520 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"]
87892026-08-29T21:23:09.016Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87902026-08-29T21:23:09.069Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87912026-08-29T21:23:09.455Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87922026-08-29T21:23:09.680Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87932026-08-29T21:23:09.739Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87942026-08-29T21:23:09.771Z[verify-libraries] Compiling yansi v1.0.1
87952026-08-29T21:23:10.240Z[verify-libraries] Compiling pretty_assertions v1.4.1
87962026-08-29T21:23:10.465Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87972026-08-29T21:23:10.658Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87982026-08-29T21:23:11.159Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87992026-08-29T21:23:11.358Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
88002026-08-29T21:23:11.420Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
88012026-08-29T21:23:11.708Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
88022026-08-29T21:23:11.744Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
88032026-08-29T21:23:12.084Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
88042026-08-29T21:23:12.118Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
88052026-08-29T21:23:12.146Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88062026-08-29T21:23:12.149Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
88072026-08-29T21:23:12.485Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
88082026-08-29T21:23:12.524Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
88092026-08-29T21:23:12.582Z[verify-libraries] Compiling drift v0.2.0
88102026-08-29T21:23:12.635Z[verify-libraries] Compiling uzers v0.12.2
88112026-08-29T21:23:12.843Z[verify-libraries] Compiling parse-size v1.1.0
88122026-08-29T21:23:13.158Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88132026-08-29T21:23:13.401Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
88142026-08-29T21:23:13.741Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
88152026-08-29T21:23:14.002Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
88162026-08-29T21:23:14.632Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88172026-08-29T21:23:16.106Z[ recovery-image] Aug 29 21:23:15.477 INFO O| Aug 29 21:23:15.477 INFO STEP 1 (unpack_tar) COMPLETE
88182026-08-29T21:23:16.106Z[ recovery-image] Aug 29 21:23:15.477 INFO O| Aug 29 21:23:15.477 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88192026-08-29T21:23:16.118Z[ recovery-image] Aug 29 21:23:15.490 INFO O| Aug 29 21:23:15.489 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
88202026-08-29T21:23:16.127Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88212026-08-29T21:23:16.664Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88222026-08-29T21:23:17.199Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88232026-08-29T21:23:17.407Z[ recovery-image] Aug 29 21:23:16.778 INFO O| Aug 29 21:23:16.778 INFO STEP 2 (devfsadm) COMPLETE
88242026-08-29T21:23:17.407Z[ recovery-image] Aug 29 21:23:16.778 INFO O| Aug 29 21:23:16.778 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-08-29T21:23:17.417Z[ recovery-image] Aug 29 21:23:16.788 INFO O| Aug 29 21:23:16.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88262026-08-29T21:23:17.417Z[ recovery-image] Aug 29 21:23:16.789 INFO O| Aug 29 21:23:16.788 INFO STEP 3 (ensure_dir) COMPLETE
88272026-08-29T21:23:17.417Z[ recovery-image] Aug 29 21:23:16.789 INFO O| Aug 29 21:23:16.788 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282026-08-29T21:23:17.427Z[ recovery-image] Aug 29 21:23:16.798 INFO O| Aug 29 21:23:16.798 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88292026-08-29T21:23:17.427Z[ recovery-image] Aug 29 21:23:16.798 INFO O| Aug 29 21:23:16.798 INFO STEP 4 (ensure_dir) COMPLETE
88302026-08-29T21:23:17.431Z[ recovery-image] Aug 29 21:23:16.798 INFO O| Aug 29 21:23:16.798 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312026-08-29T21:23:17.437Z[ recovery-image] Aug 29 21:23:16.809 INFO O| Aug 29 21:23:16.808 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88322026-08-29T21:23:17.437Z[ recovery-image] Aug 29 21:23:16.809 INFO O| Aug 29 21:23:16.809 INFO STEP 5 (ensure_dir) COMPLETE
88332026-08-29T21:23:17.440Z[ recovery-image] Aug 29 21:23:16.809 INFO O| Aug 29 21:23:16.809 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88342026-08-29T21:23:17.447Z[ recovery-image] Aug 29 21:23:16.819 INFO O| Aug 29 21:23:16.819 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88352026-08-29T21:23:17.447Z[ recovery-image] Aug 29 21:23:16.819 INFO O| Aug 29 21:23:16.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88362026-08-29T21:23:17.447Z[ recovery-image] Aug 29 21:23:16.819 INFO O| Aug 29 21:23:16.819 INFO STEP 6 (ensure_dir) COMPLETE
88372026-08-29T21:23:17.451Z[ recovery-image] Aug 29 21:23:16.819 INFO O| Aug 29 21:23:16.819 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88382026-08-29T21:23:17.457Z[ recovery-image] Aug 29 21:23:16.829 INFO O| Aug 29 21:23:16.829 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88392026-08-29T21:23:17.457Z[ recovery-image] Aug 29 21:23:16.829 INFO O| Aug 29 21:23:16.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88402026-08-29T21:23:17.458Z[ recovery-image] Aug 29 21:23:16.829 INFO O| Aug 29 21:23:16.829 INFO STEP 7 (ensure_dir) COMPLETE
88412026-08-29T21:23:17.461Z[ recovery-image] Aug 29 21:23:16.829 INFO O| Aug 29 21:23:16.829 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88422026-08-29T21:23:17.467Z[ recovery-image] Aug 29 21:23:16.839 INFO O| Aug 29 21:23:16.839 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88432026-08-29T21:23:17.471Z[ recovery-image] Aug 29 21:23:16.839 INFO O| Aug 29 21:23:16.839 INFO STEP 8 (remove_files) COMPLETE
88442026-08-29T21:23:17.471Z[ recovery-image] Aug 29 21:23:16.839 INFO O| Aug 29 21:23:16.839 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88452026-08-29T21:23:17.479Z[ recovery-image] Aug 29 21:23:16.850 INFO O| Aug 29 21:23:16.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88462026-08-29T21:23:17.484Z[ recovery-image] Aug 29 21:23:16.851 INFO O| Aug 29 21:23:16.851 INFO STEP 9 (remove_files) COMPLETE
88472026-08-29T21:23:17.484Z[ recovery-image] Aug 29 21:23:16.851 INFO O| Aug 29 21:23:16.851 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88482026-08-29T21:23:17.490Z[ recovery-image] Aug 29 21:23:16.861 INFO O| Aug 29 21:23:16.861 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88492026-08-29T21:23:17.493Z[ recovery-image] Aug 29 21:23:16.862 INFO O| Aug 29 21:23:16.862 INFO STEP 10 (remove_files) COMPLETE
88502026-08-29T21:23:17.493Z[ recovery-image] Aug 29 21:23:16.862 INFO O| Aug 29 21:23:16.862 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88512026-08-29T21:23:17.500Z[ recovery-image] Aug 29 21:23:16.871 INFO O| Aug 29 21:23:16.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88522026-08-29T21:23:17.500Z[ recovery-image] Aug 29 21:23:16.871 INFO O| Aug 29 21:23:16.871 INFO STEP 11 (remove_files) COMPLETE
88532026-08-29T21:23:17.500Z[ recovery-image] Aug 29 21:23:16.871 INFO O| Aug 29 21:23:16.871 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88542026-08-29T21:23:17.509Z[ recovery-image] Aug 29 21:23:16.880 INFO O| Aug 29 21:23:16.880 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88552026-08-29T21:23:17.509Z[ recovery-image] Aug 29 21:23:16.880 INFO O| Aug 29 21:23:16.880 INFO STEP 12 (remove_files) COMPLETE
88562026-08-29T21:23:17.509Z[ recovery-image] Aug 29 21:23:16.880 INFO O| Aug 29 21:23:16.880 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88572026-08-29T21:23:17.519Z[ recovery-image] Aug 29 21:23:16.891 INFO O| Aug 29 21:23:16.891 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88582026-08-29T21:23:17.520Z[ recovery-image] Aug 29 21:23:16.891 INFO O| Aug 29 21:23:16.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88592026-08-29T21:23:17.523Z[ recovery-image] Aug 29 21:23:16.891 INFO O| Aug 29 21:23:16.891 INFO STEP 13 (ensure_dir) COMPLETE
88602026-08-29T21:23:17.523Z[ recovery-image] Aug 29 21:23:16.891 INFO O| Aug 29 21:23:16.891 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88612026-08-29T21:23:17.530Z[ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88622026-08-29T21:23:17.530Z[ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88632026-08-29T21:23:17.531Z[ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88642026-08-29T21:23:17.534Z[ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO STEP 14 (ensure_dir) COMPLETE
88652026-08-29T21:23:17.534Z[ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88662026-08-29T21:23:17.542Z[ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88672026-08-29T21:23:17.542Z[ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88682026-08-29T21:23:17.542Z[ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88692026-08-29T21:23:17.542Z[ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO STEP 15 (ensure_dir) COMPLETE
88702026-08-29T21:23:17.546Z[ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88712026-08-29T21:23:17.550Z[ recovery-image] Aug 29 21:23:16.921 INFO O| Aug 29 21:23:16.921 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88722026-08-29T21:23:17.550Z[ recovery-image] Aug 29 21:23:16.921 INFO O| Aug 29 21:23:16.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88732026-08-29T21:23:17.550Z[ recovery-image] Aug 29 21:23:16.921 INFO O| Aug 29 21:23:16.921 INFO STEP 16 (ensure_dir) COMPLETE
88742026-08-29T21:23:17.550Z[ recovery-image] Aug 29 21:23:16.921 INFO O| Aug 29 21:23:16.921 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88752026-08-29T21:23:17.558Z[ recovery-image] Aug 29 21:23:16.930 INFO O| Aug 29 21:23:16.930 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88762026-08-29T21:23:17.558Z[ recovery-image] Aug 29 21:23:16.930 INFO O| Aug 29 21:23:16.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88772026-08-29T21:23:17.558Z[ recovery-image] Aug 29 21:23:16.930 INFO O| Aug 29 21:23:16.930 INFO STEP 17 (ensure_dir) COMPLETE
88782026-08-29T21:23:17.562Z[ recovery-image] Aug 29 21:23:16.930 INFO O| Aug 29 21:23:16.930 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88792026-08-29T21:23:17.568Z[ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88802026-08-29T21:23:17.568Z[ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88812026-08-29T21:23:17.568Z[ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO ok!
88822026-08-29T21:23:17.571Z[ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO STEP 18 (ensure_symlink) COMPLETE
88832026-08-29T21:23:17.571Z[ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88842026-08-29T21:23:17.577Z[ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88852026-08-29T21:23:17.577Z[ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88862026-08-29T21:23:17.577Z[ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO ok!
88872026-08-29T21:23:17.580Z[ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO STEP 19 (ensure_file) COMPLETE
88882026-08-29T21:23:17.580Z[ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88892026-08-29T21:23:17.585Z[ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88902026-08-29T21:23:17.585Z[ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88912026-08-29T21:23:17.585Z[ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88922026-08-29T21:23:17.588Z[ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO ok!
88932026-08-29T21:23:17.589Z[ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO STEP 20 (ensure_symlink) COMPLETE
88942026-08-29T21:23:17.589Z[ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952026-08-29T21:23:17.594Z[ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.965 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88962026-08-29T21:23:17.594Z[ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88972026-08-29T21:23:17.597Z[ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88982026-08-29T21:23:17.597Z[ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO ok!
88992026-08-29T21:23:17.597Z[ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO STEP 21 (ensure_symlink) COMPLETE
89002026-08-29T21:23:17.598Z[ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89012026-08-29T21:23:17.604Z[ recovery-image] Aug 29 21:23:16.975 INFO O| Aug 29 21:23:16.975 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
89022026-08-29T21:23:17.604Z[ recovery-image] Aug 29 21:23:16.975 INFO O| Aug 29 21:23:16.975 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89032026-08-29T21:23:17.607Z[ recovery-image] Aug 29 21:23:16.976 INFO O| Aug 29 21:23:16.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
89042026-08-29T21:23:17.608Z[ recovery-image] Aug 29 21:23:16.976 INFO O| Aug 29 21:23:16.976 INFO ok!
89052026-08-29T21:23:17.608Z[ recovery-image] Aug 29 21:23:16.976 INFO O| Aug 29 21:23:16.976 INFO STEP 22 (ensure_symlink) COMPLETE
89062026-08-29T21:23:17.608Z[ recovery-image] Aug 29 21:23:16.976 INFO O| Aug 29 21:23:16.976 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89072026-08-29T21:23:17.614Z[ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
89082026-08-29T21:23:17.614Z[ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89092026-08-29T21:23:17.614Z[ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
89102026-08-29T21:23:17.617Z[ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO ok!
89112026-08-29T21:23:17.618Z[ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO STEP 23 (ensure_symlink) COMPLETE
89122026-08-29T21:23:17.618Z[ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89132026-08-29T21:23:17.623Z[ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.994 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89142026-08-29T21:23:17.623Z[ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 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 ...
89152026-08-29T21:23:17.627Z[ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
89162026-08-29T21:23:17.627Z[ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 INFO ok!
89172026-08-29T21:23:17.627Z[ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 INFO STEP 24 (ensure_file) COMPLETE
89182026-08-29T21:23:17.627Z[ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89192026-08-29T21:23:17.641Z[ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO updating shadow file
89202026-08-29T21:23:17.641Z[ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89212026-08-29T21:23:17.644Z[ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89222026-08-29T21:23:17.644Z[ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO STEP 25 (shadow) COMPLETE
89232026-08-29T21:23:17.644Z[ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89242026-08-29T21:23:17.650Z[ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
89252026-08-29T21:23:17.651Z[ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
89262026-08-29T21:23:17.651Z[ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
89272026-08-29T21:23:17.654Z[ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO ok!
89282026-08-29T21:23:17.654Z[ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO STEP 26 (ensure_file) COMPLETE
89292026-08-29T21:23:17.654Z[ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89302026-08-29T21:23:17.660Z[ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
89312026-08-29T21:23:17.660Z[ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
89322026-08-29T21:23:17.660Z[ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
89332026-08-29T21:23:17.664Z[ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO ok!
89342026-08-29T21:23:17.664Z[ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO STEP 27 (ensure_file) COMPLETE
89352026-08-29T21:23:17.664Z[ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89362026-08-29T21:23:17.670Z[ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89372026-08-29T21:23:17.670Z[ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
89382026-08-29T21:23:17.670Z[ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89392026-08-29T21:23:17.673Z[ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89402026-08-29T21:23:17.673Z[ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO ok!
89412026-08-29T21:23:17.674Z[ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO STEP 28 (ensure_file) COMPLETE
89422026-08-29T21:23:17.674Z[ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89432026-08-29T21:23:17.679Z[ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89442026-08-29T21:23:17.680Z[ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89452026-08-29T21:23:17.683Z[ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89462026-08-29T21:23:17.683Z[ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO ok!
89472026-08-29T21:23:17.683Z[ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO STEP 29 (ensure_file) COMPLETE
89482026-08-29T21:23:17.683Z[ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89492026-08-29T21:23:17.706Z[ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89502026-08-29T21:23:17.706Z[ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89512026-08-29T21:23:17.706Z[ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89522026-08-29T21:23:17.710Z[ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO STEP 30 (ensure_dir) COMPLETE
89532026-08-29T21:23:17.710Z[ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89542026-08-29T21:23:17.715Z[ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89552026-08-29T21:23:17.715Z[ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 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 ...
89562026-08-29T21:23:17.715Z[ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 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
89572026-08-29T21:23:17.715Z[ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89582026-08-29T21:23:17.718Z[ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO ok!
89592026-08-29T21:23:17.718Z[ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO STEP 31 (ensure_file) COMPLETE
89602026-08-29T21:23:17.718Z[ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89612026-08-29T21:23:17.725Z[ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89622026-08-29T21:23:17.725Z[ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89632026-08-29T21:23:17.725Z[ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89642026-08-29T21:23:17.725Z[ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO STEP 32 (ensure_dir) COMPLETE
89652026-08-29T21:23:17.728Z[ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89662026-08-29T21:23:17.735Z[ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.106 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89672026-08-29T21:23:17.739Z[ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.106 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 ...
89682026-08-29T21:23:17.739Z[ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 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
89692026-08-29T21:23:17.739Z[ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89702026-08-29T21:23:17.739Z[ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 INFO ok!
89712026-08-29T21:23:17.739Z[ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 INFO STEP 33 (ensure_file) COMPLETE
89722026-08-29T21:23:17.739Z[ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89732026-08-29T21:23:17.744Z[ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89742026-08-29T21:23:17.744Z[ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89752026-08-29T21:23:17.748Z[ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89762026-08-29T21:23:17.748Z[ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO ok!
89772026-08-29T21:23:17.748Z[ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO STEP 34 (ensure_file) COMPLETE
89782026-08-29T21:23:17.748Z[ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89792026-08-29T21:23:17.753Z[ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89802026-08-29T21:23:17.753Z[ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89812026-08-29T21:23:17.757Z[ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89822026-08-29T21:23:17.757Z[ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89832026-08-29T21:23:17.757Z[ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO ok!
89842026-08-29T21:23:17.757Z[ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO STEP 35 (ensure_file) COMPLETE
89852026-08-29T21:23:17.757Z[ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89862026-08-29T21:23:17.768Z[ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89872026-08-29T21:23:17.768Z[ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89882026-08-29T21:23:17.768Z[ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89892026-08-29T21:23:17.768Z[ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 INFO ok!
89902026-08-29T21:23:17.768Z[ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 INFO STEP 36 (ensure_file) COMPLETE
89912026-08-29T21:23:17.768Z[ recovery-image] Aug 29 21:23:17.135 INFO O| Aug 29 21:23:17.134 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89922026-08-29T21:23:17.774Z[ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89932026-08-29T21:23:17.774Z[ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89942026-08-29T21:23:17.777Z[ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89952026-08-29T21:23:17.778Z[ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO ok!
89962026-08-29T21:23:17.778Z[ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO STEP 37 (ensure_file) COMPLETE
89972026-08-29T21:23:17.778Z[ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89982026-08-29T21:23:17.785Z[ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89992026-08-29T21:23:17.785Z[ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
90002026-08-29T21:23:17.788Z[ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90012026-08-29T21:23:17.788Z[ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90022026-08-29T21:23:17.789Z[ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90032026-08-29T21:23:17.789Z[ recovery-image] Aug 29 21:23:17.157 INFO O| Aug 29 21:23:17.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
90042026-08-29T21:23:17.789Z[ recovery-image] Aug 29 21:23:17.157 INFO O| Aug 29 21:23:17.157 INFO ok!
90052026-08-29T21:23:17.789Z[ recovery-image] Aug 29 21:23:17.157 INFO O| Aug 29 21:23:17.157 INFO STEP 38 (ensure_file) COMPLETE
90062026-08-29T21:23:17.789Z[ recovery-image] Aug 29 21:23:17.157 INFO O| Aug 29 21:23:17.157 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90072026-08-29T21:23:17.796Z[ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90082026-08-29T21:23:17.796Z[ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90092026-08-29T21:23:17.796Z[ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
90102026-08-29T21:23:17.800Z[ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO STEP 39 (ensure_dir) COMPLETE
90112026-08-29T21:23:17.800Z[ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90122026-08-29T21:23:17.806Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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
90132026-08-29T21:23:17.806Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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 ...
90142026-08-29T21:23:17.806Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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
90152026-08-29T21:23:17.810Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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
90162026-08-29T21:23:17.810Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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
90172026-08-29T21:23:17.810Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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
90182026-08-29T21:23:17.810Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 INFO ok!
90192026-08-29T21:23:17.810Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 INFO STEP 40 (ensure_file) COMPLETE
90202026-08-29T21:23:17.810Z[ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90212026-08-29T21:23:17.816Z[ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90222026-08-29T21:23:17.816Z[ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 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 ...
90232026-08-29T21:23:17.821Z[ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90242026-08-29T21:23:17.821Z[ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO ok!
90252026-08-29T21:23:17.821Z[ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO STEP 41 (ensure_symlink) COMPLETE
90262026-08-29T21:23:17.821Z[ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90272026-08-29T21:23:17.826Z[ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
90282026-08-29T21:23:17.826Z[ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90292026-08-29T21:23:17.830Z[ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
90302026-08-29T21:23:17.830Z[ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO ok!
90312026-08-29T21:23:17.830Z[ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO STEP 42 (ensure_symlink) COMPLETE
90322026-08-29T21:23:17.830Z[ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90332026-08-29T21:23:17.835Z[ recovery-image] Aug 29 21:23:17.206 INFO O| Aug 29 21:23:17.206 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
90342026-08-29T21:23:17.835Z[ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.206 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
90352026-08-29T21:23:17.838Z[ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90362026-08-29T21:23:17.838Z[ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90372026-08-29T21:23:17.838Z[ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90382026-08-29T21:23:17.838Z[ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
90392026-08-29T21:23:17.838Z[ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO ok!
90402026-08-29T21:23:17.838Z[ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO STEP 43 (ensure_file) COMPLETE
90412026-08-29T21:23:17.838Z[ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90422026-08-29T21:23:17.846Z[ recovery-image] Aug 29 21:23:17.217 INFO O| Aug 29 21:23:17.217 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90432026-08-29T21:23:17.846Z[ recovery-image] Aug 29 21:23:17.217 INFO O| Aug 29 21:23:17.217 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 ...
90442026-08-29T21:23:17.846Z[ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 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
90452026-08-29T21:23:17.850Z[ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90462026-08-29T21:23:17.850Z[ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 INFO ok!
90472026-08-29T21:23:17.850Z[ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 INFO STEP 44 (ensure_file) COMPLETE
90482026-08-29T21:23:17.850Z[ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90492026-08-29T21:23:17.856Z[ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90502026-08-29T21:23:17.856Z[ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90512026-08-29T21:23:17.856Z[ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90522026-08-29T21:23:17.860Z[ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO ok!
90532026-08-29T21:23:17.860Z[ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO STEP 45 (ensure_file) COMPLETE
90542026-08-29T21:23:17.860Z[ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90552026-08-29T21:23:17.868Z[ recovery-image] Aug 29 21:23:17.240 INFO O| Aug 29 21:23:17.240 INFO updating shadow file
90562026-08-29T21:23:17.868Z[ recovery-image] Aug 29 21:23:17.240 INFO O| Aug 29 21:23:17.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90572026-08-29T21:23:17.868Z[ recovery-image] Aug 29 21:23:17.240 INFO O| Aug 29 21:23:17.240 INFO STEP 46 (shadow) COMPLETE
90582026-08-29T21:23:17.872Z[ recovery-image] Aug 29 21:23:17.240 INFO O| Aug 29 21:23:17.240 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90592026-08-29T21:23:17.878Z[ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90602026-08-29T21:23:17.878Z[ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90612026-08-29T21:23:17.878Z[ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90622026-08-29T21:23:17.882Z[ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90632026-08-29T21:23:17.882Z[ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO ok!
90642026-08-29T21:23:17.882Z[ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO STEP 47 (ensure_file) COMPLETE
90652026-08-29T21:23:17.882Z[ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-29T21:23:17.890Z[ recovery-image] Aug 29 21:23:17.261 INFO O| Aug 29 21:23:17.261 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90672026-08-29T21:23:17.890Z[ recovery-image] Aug 29 21:23:17.261 INFO O| Aug 29 21:23:17.261 INFO STEP 48 (ensure_dir) COMPLETE
90682026-08-29T21:23:17.893Z[ recovery-image] Aug 29 21:23:17.261 INFO O| Aug 29 21:23:17.261 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-29T21:23:17.900Z[ recovery-image] Aug 29 21:23:17.271 INFO O| Aug 29 21:23:17.271 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90702026-08-29T21:23:17.900Z[ recovery-image] Aug 29 21:23:17.271 INFO O| Aug 29 21:23:17.271 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90712026-08-29T21:23:17.903Z[ recovery-image] Aug 29 21:23:17.271 INFO O| Aug 29 21:23:17.271 INFO STEP 49 (ensure_dir) COMPLETE
90722026-08-29T21:23:17.903Z[ recovery-image] Aug 29 21:23:17.271 INFO O| Aug 29 21:23:17.271 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-08-29T21:23:17.910Z[ recovery-image] Aug 29 21:23:17.281 INFO O| Aug 29 21:23:17.281 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90742026-08-29T21:23:17.910Z[ recovery-image] Aug 29 21:23:17.281 INFO O| Aug 29 21:23:17.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90752026-08-29T21:23:17.913Z[ recovery-image] Aug 29 21:23:17.281 INFO O| Aug 29 21:23:17.281 INFO STEP 50 (ensure_dir) COMPLETE
90762026-08-29T21:23:17.913Z[ recovery-image] Aug 29 21:23:17.281 INFO O| Aug 29 21:23:17.281 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90772026-08-29T21:23:17.920Z[ recovery-image] Aug 29 21:23:17.292 INFO O| Aug 29 21:23:17.292 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90782026-08-29T21:23:17.920Z[ recovery-image] Aug 29 21:23:17.292 INFO O| Aug 29 21:23:17.292 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90792026-08-29T21:23:17.951Z[ recovery-image] Aug 29 21:23:17.323 INFO O| Aug 29 21:23:17.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90802026-08-29T21:23:17.952Z[ recovery-image] Aug 29 21:23:17.323 INFO O| Aug 29 21:23:17.323 INFO ok!
90812026-08-29T21:23:17.955Z[ recovery-image] Aug 29 21:23:17.323 INFO O| Aug 29 21:23:17.323 INFO STEP 51 (ensure_file) COMPLETE
90822026-08-29T21:23:17.955Z[ recovery-image] Aug 29 21:23:17.323 INFO O| Aug 29 21:23:17.323 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-08-29T21:23:17.962Z[ recovery-image] Aug 29 21:23:17.333 INFO O| Aug 29 21:23:17.333 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90842026-08-29T21:23:17.965Z[ recovery-image] Aug 29 21:23:17.333 INFO O| Aug 29 21:23:17.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90852026-08-29T21:23:17.966Z[ recovery-image] Aug 29 21:23:17.333 INFO O| Aug 29 21:23:17.333 INFO STEP 52 (ensure_dir) COMPLETE
90862026-08-29T21:23:17.966Z[ recovery-image] Aug 29 21:23:17.333 INFO O| Aug 29 21:23:17.333 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90872026-08-29T21:23:17.966Z[verify-libraries] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
90882026-08-29T21:23:17.972Z[ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90892026-08-29T21:23:17.975Z[ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90902026-08-29T21:23:17.975Z[ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90912026-08-29T21:23:17.976Z[ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO ok!
90922026-08-29T21:23:17.976Z[ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO STEP 53 (ensure_file) COMPLETE
90932026-08-29T21:23:17.976Z[ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-08-29T21:23:17.982Z[ recovery-image] Aug 29 21:23:17.354 INFO O| Aug 29 21:23:17.353 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90952026-08-29T21:23:17.983Z[ recovery-image] Aug 29 21:23:17.354 INFO O| Aug 29 21:23:17.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90962026-08-29T21:23:17.983Z[ recovery-image] Aug 29 21:23:17.354 INFO O| Aug 29 21:23:17.354 INFO STEP 54 (ensure_dir) COMPLETE
90972026-08-29T21:23:17.986Z[ recovery-image] Aug 29 21:23:17.354 INFO O| Aug 29 21:23:17.354 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-29T21:23:17.991Z[ recovery-image] Aug 29 21:23:17.363 INFO O| Aug 29 21:23:17.363 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90992026-08-29T21:23:17.991Z[ recovery-image] Aug 29 21:23:17.363 INFO O| Aug 29 21:23:17.363 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
91002026-08-29T21:23:19.735Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
91012026-08-29T21:23:20.002Z[ recovery-image] Aug 29 21:23:19.373 INFO O| Aug 29 21:23:19.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
91022026-08-29T21:23:20.002Z[ recovery-image] Aug 29 21:23:19.373 INFO O| Aug 29 21:23:19.373 INFO ok!
91032026-08-29T21:23:20.002Z[ recovery-image] Aug 29 21:23:19.373 INFO O| Aug 29 21:23:19.373 INFO STEP 55 (ensure_file) COMPLETE
91042026-08-29T21:23:20.006Z[ recovery-image] Aug 29 21:23:19.373 INFO O| Aug 29 21:23:19.373 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91052026-08-29T21:23:20.015Z[ recovery-image] Aug 29 21:23:19.385 INFO O| Aug 29 21:23:19.385 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
91062026-08-29T21:23:20.015Z[ recovery-image] Aug 29 21:23:19.385 INFO O| Aug 29 21:23:19.385 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
91072026-08-29T21:23:20.075Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91082026-08-29T21:23:20.340Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
91092026-08-29T21:23:20.688Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
91102026-08-29T21:23:21.063Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
91112026-08-29T21:23:21.341Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
91122026-08-29T21:23:21.392Z[verify-libraries] Compiling multimap v0.10.1
91132026-08-29T21:23:21.724Z[verify-libraries] Compiling termios v0.3.3
91142026-08-29T21:23:21.831Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
91152026-08-29T21:23:21.870Z[verify-libraries] Compiling polar-core v0.27.3
91162026-08-29T21:23:21.952Z[ recovery-image] Aug 29 21:23:21.323 INFO O| Aug 29 21:23:21.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
91172026-08-29T21:23:21.952Z[ recovery-image] Aug 29 21:23:21.323 INFO O| Aug 29 21:23:21.323 INFO ok!
91182026-08-29T21:23:21.955Z[ recovery-image] Aug 29 21:23:21.323 INFO O| Aug 29 21:23:21.323 INFO STEP 56 (ensure_file) COMPLETE
91192026-08-29T21:23:21.955Z[ recovery-image] Aug 29 21:23:21.323 INFO O| Aug 29 21:23:21.323 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-08-29T21:23:21.962Z[ recovery-image] Aug 29 21:23:21.334 INFO O| Aug 29 21:23:21.334 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91212026-08-29T21:23:21.962Z[ recovery-image] Aug 29 21:23:21.334 INFO O| Aug 29 21:23:21.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
91222026-08-29T21:23:21.962Z[ recovery-image] Aug 29 21:23:21.334 INFO O| Aug 29 21:23:21.334 INFO STEP 57 (ensure_dir) COMPLETE
91232026-08-29T21:23:21.966Z[ recovery-image] Aug 29 21:23:21.334 INFO O| Aug 29 21:23:21.334 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91242026-08-29T21:23:21.972Z[ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.343 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91252026-08-29T21:23:21.972Z[ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.343 INFO copying /tmp/.tmpdiOogb/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 ...
91262026-08-29T21:23:21.976Z[ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.344 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
91272026-08-29T21:23:21.976Z[ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.344 INFO ok!
91282026-08-29T21:23:21.976Z[ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.344 INFO STEP 58 (ensure_file) COMPLETE
91292026-08-29T21:23:21.976Z[ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.344 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91302026-08-29T21:23:21.983Z[ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91312026-08-29T21:23:21.983Z[ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO copying /tmp/.tmpdiOogb/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 ...
91322026-08-29T21:23:21.983Z[ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 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
91332026-08-29T21:23:21.986Z[ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO ok!
91342026-08-29T21:23:21.986Z[ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO STEP 59 (ensure_file) COMPLETE
91352026-08-29T21:23:21.986Z[ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91362026-08-29T21:23:21.993Z[ recovery-image] Aug 29 21:23:21.365 INFO O| Aug 29 21:23:21.365 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91372026-08-29T21:23:21.993Z[ recovery-image] Aug 29 21:23:21.365 INFO O| Aug 29 21:23:21.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
91382026-08-29T21:23:21.993Z[ recovery-image] Aug 29 21:23:21.365 INFO O| Aug 29 21:23:21.365 INFO STEP 60 (ensure_dir) COMPLETE
91392026-08-29T21:23:21.996Z[ recovery-image] Aug 29 21:23:21.365 INFO O| Aug 29 21:23:21.365 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91402026-08-29T21:23:22.006Z[ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91412026-08-29T21:23:22.006Z[ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO copying /tmp/.tmpdiOogb/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 ...
91422026-08-29T21:23:22.010Z[ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91432026-08-29T21:23:22.010Z[ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO ok!
91442026-08-29T21:23:22.010Z[ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO STEP 61 (ensure_file) COMPLETE
91452026-08-29T21:23:22.010Z[ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91462026-08-29T21:23:22.014Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
91472026-08-29T21:23:22.018Z[ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.388 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91482026-08-29T21:23:22.018Z[ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 INFO copying /tmp/.tmpdiOogb/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 ...
91492026-08-29T21:23:22.018Z[ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 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
91502026-08-29T21:23:22.018Z[ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 INFO ok!
91512026-08-29T21:23:22.018Z[ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 INFO STEP 62 (ensure_file) COMPLETE
91522026-08-29T21:23:22.018Z[ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91532026-08-29T21:23:22.028Z[ recovery-image] Aug 29 21:23:21.399 INFO O| Aug 29 21:23:21.399 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91542026-08-29T21:23:22.028Z[ recovery-image] Aug 29 21:23:21.399 INFO O| Aug 29 21:23:21.399 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91552026-08-29T21:23:22.028Z[ recovery-image] Aug 29 21:23:21.399 INFO O| Aug 29 21:23:21.399 INFO STEP 63 (ensure_dir) COMPLETE
91562026-08-29T21:23:22.031Z[ recovery-image] Aug 29 21:23:21.399 INFO O| Aug 29 21:23:21.399 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91572026-08-29T21:23:22.039Z[ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91582026-08-29T21:23:22.039Z[ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO copying /tmp/.tmpdiOogb/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 ...
91592026-08-29T21:23:22.039Z[ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91602026-08-29T21:23:22.042Z[ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO ok!
91612026-08-29T21:23:22.042Z[ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO STEP 64 (ensure_file) COMPLETE
91622026-08-29T21:23:22.042Z[ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91632026-08-29T21:23:22.049Z[ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91642026-08-29T21:23:22.049Z[ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91652026-08-29T21:23:22.049Z[ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91662026-08-29T21:23:22.052Z[ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO ok!
91672026-08-29T21:23:22.052Z[ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO STEP 65 (ensure_file) COMPLETE
91682026-08-29T21:23:22.052Z[ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91692026-08-29T21:23:22.059Z[ recovery-image] Aug 29 21:23:21.430 INFO O| Aug 29 21:23:21.430 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91702026-08-29T21:23:22.059Z[ recovery-image] Aug 29 21:23:21.431 INFO O| Aug 29 21:23:21.430 INFO STEP 66 (ensure_dir) COMPLETE
91712026-08-29T21:23:22.062Z[ recovery-image] Aug 29 21:23:21.431 INFO O| Aug 29 21:23:21.430 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91722026-08-29T21:23:22.069Z[ recovery-image] Aug 29 21:23:21.440 INFO O| Aug 29 21:23:21.440 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91732026-08-29T21:23:22.069Z[ recovery-image] Aug 29 21:23:21.440 INFO O| Aug 29 21:23:21.440 INFO STEP 67 (ensure_dir) COMPLETE
91742026-08-29T21:23:22.069Z[ recovery-image] Aug 29 21:23:21.440 INFO O| Aug 29 21:23:21.440 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91752026-08-29T21:23:22.078Z[ recovery-image] Aug 29 21:23:21.450 INFO O| Aug 29 21:23:21.450 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91762026-08-29T21:23:22.078Z[ recovery-image] Aug 29 21:23:21.450 INFO O| Aug 29 21:23:21.450 INFO STEP 68 (ensure_dir) COMPLETE
91772026-08-29T21:23:22.078Z[ recovery-image] Aug 29 21:23:21.450 INFO O| Aug 29 21:23:21.450 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91782026-08-29T21:23:22.088Z[ recovery-image] Aug 29 21:23:21.459 INFO O| Aug 29 21:23:21.459 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91792026-08-29T21:23:22.088Z[ recovery-image] Aug 29 21:23:21.459 INFO O| Aug 29 21:23:21.459 INFO STEP 69 (ensure_dir) COMPLETE
91802026-08-29T21:23:22.088Z[ recovery-image] Aug 29 21:23:21.459 INFO O| Aug 29 21:23:21.459 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91812026-08-29T21:23:22.097Z[ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91822026-08-29T21:23:22.098Z[ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91832026-08-29T21:23:22.101Z[ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91842026-08-29T21:23:22.101Z[ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO ok!
91852026-08-29T21:23:22.101Z[ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO STEP 70 (ensure_file) COMPLETE
91862026-08-29T21:23:22.101Z[ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-08-29T21:23:22.107Z[ recovery-image] Aug 29 21:23:21.479 INFO O| Aug 29 21:23:21.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91882026-08-29T21:23:22.107Z[ recovery-image] Aug 29 21:23:21.479 INFO O| Aug 29 21:23:21.479 INFO STEP 71 (remove_files) COMPLETE
91892026-08-29T21:23:22.111Z[ recovery-image] Aug 29 21:23:21.479 INFO O| Aug 29 21:23:21.479 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-08-29T21:23:22.116Z[ recovery-image] Aug 29 21:23:21.488 INFO O| Aug 29 21:23:21.488 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91912026-08-29T21:23:22.116Z[ recovery-image] Aug 29 21:23:21.488 INFO O| Aug 29 21:23:21.488 INFO STEP 72 (remove_files) COMPLETE
91922026-08-29T21:23:22.118Z[ recovery-image] Aug 29 21:23:21.488 INFO O| Aug 29 21:23:21.488 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-08-29T21:23:22.126Z[ recovery-image] Aug 29 21:23:21.497 INFO O| Aug 29 21:23:21.497 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91942026-08-29T21:23:22.126Z[ recovery-image] Aug 29 21:23:21.497 INFO O| Aug 29 21:23:21.497 INFO STEP 73 (remove_files) COMPLETE
91952026-08-29T21:23:22.126Z[ recovery-image] Aug 29 21:23:21.497 INFO O| Aug 29 21:23:21.497 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-08-29T21:23:22.141Z[ recovery-image] Aug 29 21:23:21.512 INFO O| Aug 29 21:23:21.512 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91972026-08-29T21:23:22.141Z[ recovery-image] Aug 29 21:23:21.512 INFO O| Aug 29 21:23:21.512 INFO STEP 74 (remove_files) COMPLETE
91982026-08-29T21:23:22.144Z[ recovery-image] Aug 29 21:23:21.512 INFO O| Aug 29 21:23:21.512 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-08-29T21:23:22.150Z[ recovery-image] Aug 29 21:23:21.521 INFO O| Aug 29 21:23:21.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
92002026-08-29T21:23:22.150Z[ recovery-image] Aug 29 21:23:21.521 INFO O| Aug 29 21:23:21.521 INFO STEP 75 (remove_files) COMPLETE
92012026-08-29T21:23:22.150Z[ recovery-image] Aug 29 21:23:21.521 INFO O| Aug 29 21:23:21.521 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-08-29T21:23:22.159Z[ recovery-image] Aug 29 21:23:21.530 INFO O| Aug 29 21:23:21.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
92032026-08-29T21:23:22.159Z[ recovery-image] Aug 29 21:23:21.530 INFO O| Aug 29 21:23:21.530 INFO STEP 76 (remove_files) COMPLETE
92042026-08-29T21:23:22.162Z[ recovery-image] Aug 29 21:23:21.530 INFO O| Aug 29 21:23:21.530 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-08-29T21:23:22.168Z[ recovery-image] Aug 29 21:23:21.540 INFO O| Aug 29 21:23:21.539 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
92062026-08-29T21:23:22.168Z[ recovery-image] Aug 29 21:23:21.540 INFO O| Aug 29 21:23:21.539 INFO STEP 77 (remove_files) COMPLETE
92072026-08-29T21:23:22.168Z[ recovery-image] Aug 29 21:23:21.540 INFO O| Aug 29 21:23:21.539 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-08-29T21:23:22.178Z[ recovery-image] Aug 29 21:23:21.550 INFO O| Aug 29 21:23:21.550 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
92092026-08-29T21:23:22.178Z[ recovery-image] Aug 29 21:23:21.550 INFO O| Aug 29 21:23:21.550 INFO STEP 78 (remove_files) COMPLETE
92102026-08-29T21:23:22.178Z[ recovery-image] Aug 29 21:23:21.550 INFO O| Aug 29 21:23:21.550 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112026-08-29T21:23:22.188Z[ recovery-image] Aug 29 21:23:21.559 INFO O| Aug 29 21:23:21.559 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
92122026-08-29T21:23:22.188Z[ recovery-image] Aug 29 21:23:21.559 INFO O| Aug 29 21:23:21.559 INFO STEP 79 (remove_files) COMPLETE
92132026-08-29T21:23:22.188Z[ recovery-image] Aug 29 21:23:21.559 INFO O| Aug 29 21:23:21.559 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92142026-08-29T21:23:22.196Z[ recovery-image] Aug 29 21:23:21.567 INFO O| Aug 29 21:23:21.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
92152026-08-29T21:23:22.196Z[ recovery-image] Aug 29 21:23:21.567 INFO O| Aug 29 21:23:21.567 INFO STEP 80 (remove_files) COMPLETE
92162026-08-29T21:23:22.200Z[ recovery-image] Aug 29 21:23:21.567 INFO O| Aug 29 21:23:21.567 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92172026-08-29T21:23:22.204Z[ recovery-image] Aug 29 21:23:21.576 INFO O| Aug 29 21:23:21.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
92182026-08-29T21:23:22.204Z[ recovery-image] Aug 29 21:23:21.576 INFO O| Aug 29 21:23:21.576 INFO STEP 81 (remove_files) COMPLETE
92192026-08-29T21:23:22.204Z[ recovery-image] Aug 29 21:23:21.576 INFO O| Aug 29 21:23:21.576 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92202026-08-29T21:23:22.224Z[ recovery-image] Aug 29 21:23:21.584 INFO O| Aug 29 21:23:21.584 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
92212026-08-29T21:23:22.224Z[ recovery-image] Aug 29 21:23:21.584 INFO O| Aug 29 21:23:21.584 INFO STEP 82 (remove_files) COMPLETE
92222026-08-29T21:23:22.224Z[ recovery-image] Aug 29 21:23:21.584 INFO O| Aug 29 21:23:21.584 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92232026-08-29T21:23:22.224Z[ recovery-image] Aug 29 21:23:21.592 INFO O| Aug 29 21:23:21.592 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
92242026-08-29T21:23:22.224Z[ recovery-image] Aug 29 21:23:21.592 INFO O| Aug 29 21:23:21.592 INFO STEP 83 (remove_files) COMPLETE
92252026-08-29T21:23:22.224Z[ recovery-image] Aug 29 21:23:21.592 INFO O| Aug 29 21:23:21.592 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92262026-08-29T21:23:22.229Z[ recovery-image] Aug 29 21:23:21.600 INFO O| Aug 29 21:23:21.600 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
92272026-08-29T21:23:22.229Z[ recovery-image] Aug 29 21:23:21.600 INFO O| Aug 29 21:23:21.600 INFO STEP 84 (remove_files) COMPLETE
92282026-08-29T21:23:22.232Z[ recovery-image] Aug 29 21:23:21.600 INFO O| Aug 29 21:23:21.600 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92292026-08-29T21:23:22.237Z[ recovery-image] Aug 29 21:23:21.609 INFO O| Aug 29 21:23:21.609 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
92302026-08-29T21:23:22.237Z[ recovery-image] Aug 29 21:23:21.609 INFO O| Aug 29 21:23:21.609 INFO STEP 85 (remove_files) COMPLETE
92312026-08-29T21:23:22.241Z[ recovery-image] Aug 29 21:23:21.609 INFO O| Aug 29 21:23:21.609 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92322026-08-29T21:23:22.246Z[ recovery-image] Aug 29 21:23:21.617 INFO O| Aug 29 21:23:21.617 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
92332026-08-29T21:23:22.246Z[ recovery-image] Aug 29 21:23:21.618 INFO O| Aug 29 21:23:21.618 INFO STEP 86 (remove_files) COMPLETE
92342026-08-29T21:23:22.246Z[ recovery-image] Aug 29 21:23:21.618 INFO O| Aug 29 21:23:21.618 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92352026-08-29T21:23:22.258Z[ recovery-image] Aug 29 21:23:21.629 INFO O| Aug 29 21:23:21.629 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
92362026-08-29T21:23:22.258Z[ recovery-image] Aug 29 21:23:21.629 INFO O| Aug 29 21:23:21.629 INFO STEP 87 (remove_files) COMPLETE
92372026-08-29T21:23:22.261Z[ recovery-image] Aug 29 21:23:21.629 INFO O| Aug 29 21:23:21.629 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92382026-08-29T21:23:22.267Z[ recovery-image] Aug 29 21:23:21.639 INFO O| Aug 29 21:23:21.639 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
92392026-08-29T21:23:22.267Z[ recovery-image] Aug 29 21:23:21.639 INFO O| Aug 29 21:23:21.639 INFO STEP 88 (remove_files) COMPLETE
92402026-08-29T21:23:22.267Z[ recovery-image] Aug 29 21:23:21.639 INFO O| Aug 29 21:23:21.639 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92412026-08-29T21:23:22.277Z[ recovery-image] Aug 29 21:23:21.648 INFO O| Aug 29 21:23:21.648 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92422026-08-29T21:23:22.278Z[ recovery-image] Aug 29 21:23:21.648 INFO O| Aug 29 21:23:21.648 INFO STEP 89 (remove_files) COMPLETE
92432026-08-29T21:23:22.278Z[ recovery-image] Aug 29 21:23:21.648 INFO O| Aug 29 21:23:21.648 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92442026-08-29T21:23:22.287Z[ recovery-image] Aug 29 21:23:21.658 INFO O| Aug 29 21:23:21.658 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92452026-08-29T21:23:22.287Z[ recovery-image] Aug 29 21:23:21.658 INFO O| Aug 29 21:23:21.658 INFO STEP 90 (remove_files) COMPLETE
92462026-08-29T21:23:22.287Z[ recovery-image] Aug 29 21:23:21.658 INFO O| Aug 29 21:23:21.658 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92472026-08-29T21:23:22.296Z[ recovery-image] Aug 29 21:23:21.668 INFO O| Aug 29 21:23:21.668 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92482026-08-29T21:23:22.296Z[ recovery-image] Aug 29 21:23:21.668 INFO O| Aug 29 21:23:21.668 INFO STEP 91 (remove_files) COMPLETE
92492026-08-29T21:23:22.296Z[ recovery-image] Aug 29 21:23:21.668 INFO O| Aug 29 21:23:21.668 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92502026-08-29T21:23:22.306Z[ recovery-image] Aug 29 21:23:21.677 INFO O| Aug 29 21:23:21.677 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92512026-08-29T21:23:22.306Z[ recovery-image] Aug 29 21:23:21.677 INFO O| Aug 29 21:23:21.677 INFO STEP 92 (remove_files) COMPLETE
92522026-08-29T21:23:22.306Z[ recovery-image] Aug 29 21:23:21.677 INFO O| Aug 29 21:23:21.677 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92532026-08-29T21:23:22.315Z[ recovery-image] Aug 29 21:23:21.687 INFO O| Aug 29 21:23:21.687 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92542026-08-29T21:23:22.315Z[ recovery-image] Aug 29 21:23:21.687 INFO O| Aug 29 21:23:21.687 INFO STEP 93 (remove_files) COMPLETE
92552026-08-29T21:23:22.319Z[ recovery-image] Aug 29 21:23:21.687 INFO O| Aug 29 21:23:21.687 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92562026-08-29T21:23:22.325Z[ recovery-image] Aug 29 21:23:21.697 INFO O| Aug 29 21:23:21.697 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92572026-08-29T21:23:22.325Z[ recovery-image] Aug 29 21:23:21.697 INFO O| Aug 29 21:23:21.697 INFO STEP 94 (remove_files) COMPLETE
92582026-08-29T21:23:22.329Z[ recovery-image] Aug 29 21:23:21.697 INFO O| Aug 29 21:23:21.697 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92592026-08-29T21:23:22.337Z[ recovery-image] Aug 29 21:23:21.708 INFO O| Aug 29 21:23:21.708 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92602026-08-29T21:23:22.337Z[ recovery-image] Aug 29 21:23:21.709 INFO O| Aug 29 21:23:21.709 INFO STEP 95 (remove_files) COMPLETE
92612026-08-29T21:23:22.337Z[ recovery-image] Aug 29 21:23:21.709 INFO O| Aug 29 21:23:21.709 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92622026-08-29T21:23:22.348Z[ recovery-image] Aug 29 21:23:21.720 INFO O| Aug 29 21:23:21.720 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92632026-08-29T21:23:22.349Z[ recovery-image] Aug 29 21:23:21.720 INFO O| Aug 29 21:23:21.720 INFO STEP 96 (remove_files) COMPLETE
92642026-08-29T21:23:22.349Z[ recovery-image] Aug 29 21:23:21.720 INFO O| Aug 29 21:23:21.720 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92652026-08-29T21:23:22.359Z[ recovery-image] Aug 29 21:23:21.731 INFO O| Aug 29 21:23:21.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92662026-08-29T21:23:22.359Z[ recovery-image] Aug 29 21:23:21.731 INFO O| Aug 29 21:23:21.731 INFO STEP 97 (remove_files) COMPLETE
92672026-08-29T21:23:22.363Z[ recovery-image] Aug 29 21:23:21.731 INFO O| Aug 29 21:23:21.731 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92682026-08-29T21:23:22.369Z[ recovery-image] Aug 29 21:23:21.740 INFO O| Aug 29 21:23:21.740 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92692026-08-29T21:23:22.369Z[ recovery-image] Aug 29 21:23:21.740 INFO O| Aug 29 21:23:21.740 INFO STEP 98 (remove_files) COMPLETE
92702026-08-29T21:23:22.369Z[ recovery-image] Aug 29 21:23:21.740 INFO O| Aug 29 21:23:21.740 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92712026-08-29T21:23:22.378Z[ recovery-image] Aug 29 21:23:21.749 INFO O| Aug 29 21:23:21.749 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92722026-08-29T21:23:22.378Z[ recovery-image] Aug 29 21:23:21.749 INFO O| Aug 29 21:23:21.749 INFO STEP 99 (remove_files) COMPLETE
92732026-08-29T21:23:22.382Z[ recovery-image] Aug 29 21:23:21.749 INFO O| Aug 29 21:23:21.749 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92742026-08-29T21:23:22.392Z[ recovery-image] Aug 29 21:23:21.763 INFO O| Aug 29 21:23:21.763 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92752026-08-29T21:23:22.392Z[ recovery-image] Aug 29 21:23:21.763 INFO O| Aug 29 21:23:21.763 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92762026-08-29T21:23:27.529Z[ recovery-image] Aug 29 21:23:26.889 INFO O| Aug 29 21:23:26.889 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
92772026-08-29T21:23:27.529Z[ recovery-image] Aug 29 21:23:26.889 INFO O| Aug 29 21:23:26.889 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92782026-08-29T21:23:27.533Z[ recovery-image] Aug 29 21:23:26.904 INFO O| Aug 29 21:23:26.904 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92792026-08-29T21:23:27.633Z[ recovery-image] Aug 29 21:23:27.004 INFO O| Aug 29 21:23:27.004 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92802026-08-29T21:23:27.697Z[ recovery-image] Aug 29 21:23:27.068 INFO O| Aug 29 21:23:27.068 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92812026-08-29T21:23:27.773Z[ recovery-image] Aug 29 21:23:27.144 INFO O| Aug 29 21:23:27.144 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92822026-08-29T21:23:27.773Z[ recovery-image] Aug 29 21:23:27.144 INFO O| Aug 29 21:23:27.144 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 ...
92832026-08-29T21:23:27.777Z[ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92842026-08-29T21:23:27.777Z[ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO ok!
92852026-08-29T21:23:27.777Z[ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92862026-08-29T21:23:27.777Z[ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO STEP 100 (seed_smf) COMPLETE
92872026-08-29T21:23:27.777Z[ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO steps complete; finalising image!
92882026-08-29T21:23:27.777Z[ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92892026-08-29T21:23:27.835Z[ recovery-image] Aug 29 21:23:27.206 INFO O| Aug 29 21:23:27.206 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Sat Aug 29 21:23:27 2026)
92902026-08-29T21:23:28.042Z[ recovery-image] Aug 29 21:23:27.413 INFO O| Aug 29 21:23:27.413 INFO trim TEMPORARY-sled-zfs-recovery: (13% trimmed, started at Sat Aug 29 21:23:27 2026)
92912026-08-29T21:23:28.249Z[ recovery-image] Aug 29 21:23:27.620 INFO O| Aug 29 21:23:27.620 INFO trim TEMPORARY-sled-zfs-recovery: (26% trimmed, started at Sat Aug 29 21:23:27 2026)
92922026-08-29T21:23:28.456Z[ recovery-image] Aug 29 21:23:27.827 INFO O| Aug 29 21:23:27.827 INFO trim TEMPORARY-sled-zfs-recovery: (31% trimmed, started at Sat Aug 29 21:23:27 2026)
92932026-08-29T21:23:28.663Z[ recovery-image] Aug 29 21:23:28.034 INFO O| Aug 29 21:23:28.034 INFO trim TEMPORARY-sled-zfs-recovery: (59% trimmed, started at Sat Aug 29 21:23:27 2026)
92942026-08-29T21:23:28.872Z[ recovery-image] Aug 29 21:23:28.242 INFO O| Aug 29 21:23:28.242 INFO trim TEMPORARY-sled-zfs-recovery: (64% trimmed, started at Sat Aug 29 21:23:27 2026)
92952026-08-29T21:23:29.077Z[ recovery-image] Aug 29 21:23:28.448 INFO O| Aug 29 21:23:28.448 INFO trim TEMPORARY-sled-zfs-recovery: (79% trimmed, started at Sat Aug 29 21:23:27 2026)
92962026-08-29T21:23:29.296Z[ recovery-image] Aug 29 21:23:28.654 INFO O| Aug 29 21:23:28.654 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
92972026-08-29T21:23:29.489Z[ recovery-image] Aug 29 21:23:28.860 INFO O| Aug 29 21:23:28.860 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
92982026-08-29T21:23:29.695Z[ recovery-image] Aug 29 21:23:29.066 INFO O| Aug 29 21:23:29.066 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
92992026-08-29T21:23:29.902Z[ recovery-image] Aug 29 21:23:29.273 INFO O| Aug 29 21:23:29.273 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93002026-08-29T21:23:30.108Z[ recovery-image] Aug 29 21:23:29.479 INFO O| Aug 29 21:23:29.479 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93012026-08-29T21:23:30.313Z[ recovery-image] Aug 29 21:23:29.684 INFO O| Aug 29 21:23:29.684 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93022026-08-29T21:23:30.520Z[ recovery-image] Aug 29 21:23:29.891 INFO O| Aug 29 21:23:29.891 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93032026-08-29T21:23:30.727Z[ recovery-image] Aug 29 21:23:30.098 INFO O| Aug 29 21:23:30.098 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93042026-08-29T21:23:30.933Z[ recovery-image] Aug 29 21:23:30.305 INFO O| Aug 29 21:23:30.304 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93052026-08-29T21:23:31.140Z[ recovery-image] Aug 29 21:23:30.511 INFO O| Aug 29 21:23:30.511 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93062026-08-29T21:23:31.346Z[ recovery-image] Aug 29 21:23:30.717 INFO O| Aug 29 21:23:30.717 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93072026-08-29T21:23:31.552Z[ recovery-image] Aug 29 21:23:30.923 INFO O| Aug 29 21:23:30.923 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93082026-08-29T21:23:31.758Z[ recovery-image] Aug 29 21:23:31.129 INFO O| Aug 29 21:23:31.129 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026)
93092026-08-29T21:23:31.860Z[verify-libraries] Compiling oso v0.27.3
93102026-08-29T21:23:31.976Z[ recovery-image] Aug 29 21:23:31.347 INFO O| Aug 29 21:23:31.347 INFO temporary pool has 500M used, 1.26G avail, 1.00x compressratio
93112026-08-29T21:23:31.976Z[ recovery-image] Aug 29 21:23:31.347 INFO O| Aug 29 21:23:31.347 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93122026-08-29T21:23:32.946Z[ recovery-image] Aug 29 21:23:32.317 INFO O| Aug 29 21:23:32.317 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
93132026-08-29T21:23:32.946Z[ recovery-image] Aug 29 21:23:32.317 INFO O| Aug 29 21:23:32.317 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93142026-08-29T21:23:33.841Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
93152026-08-29T21:23:35.692Z[ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93162026-08-29T21:23:35.692Z[ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93172026-08-29T21:23:35.692Z[ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93182026-08-29T21:23:35.696Z[ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO completed processing sled/zfs-recovery
93192026-08-29T21:23:35.696Z[ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93202026-08-29T21:23:38.747Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93212026-08-29T21:23:39.414Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93222026-08-29T21:23:41.711Z[ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24217:20260827T182804Z
93232026-08-29T21:23:41.711Z[ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24217:20260827T182804Z
93242026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
93252026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
93262026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
93272026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
93282026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
93292026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
93302026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.083 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260829T210958Z
93312026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.083 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
93322026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.083 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
93332026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.083 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24217:20260827T182804Z
93342026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24217:20260827T182804Z
93352026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24217:20260827T182805Z
93362026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24217:20260827T182805Z
93372026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
93382026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24217:20260827T182805Z
93392026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24217:20260827T182805Z
93402026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24217:20260827T182805Z
93412026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24217:20260827T182805Z
93422026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24217:20260827T182805Z
93432026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24217:20260827T182805Z
93442026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24217:20260827T182805Z
93452026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24217:20260827T182805Z
93462026-08-29T21:23:41.716Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24217:20260827T182806Z
93472026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24217:20260827T182806Z
93482026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24217:20260827T182806Z
93492026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24217:20260827T182806Z
93502026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24217:20260827T182807Z
93512026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24217:20260827T182807Z
93522026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24217:20260827T182807Z
93532026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
93542026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24217:20260827T182808Z
93552026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24217:20260827T182809Z
93562026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24217:20260827T182809Z
93572026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24217:20260827T182809Z
93582026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24217:20260827T182810Z
93592026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24217:20260827T182810Z
93602026-08-29T21:23:41.717Z[ host-image] Aug 29 21:23:41.086 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24217:20260827T182810Z
93612026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.088 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93622026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24217:20260827T182810Z
93632026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93642026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93652026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93662026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93672026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24217:20260827T182810Z
93682026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93692026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93702026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93712026-08-29T21:23:41.721Z[ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93722026-08-29T21:23:41.724Z[ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93732026-08-29T21:23:41.725Z[ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93742026-08-29T21:23:41.725Z[ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93752026-08-29T21:23:41.725Z[ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93762026-08-29T21:23:41.725Z[ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93772026-08-29T21:23:41.725Z[ host-image] Aug 29 21:23:41.094 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93782026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93792026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93802026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93812026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24217:20260827T182811Z
93822026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24217:20260827T182814Z
93832026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93842026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24217:20260827T182814Z
93852026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93862026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93872026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93882026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93892026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24217:20260827T182814Z
93902026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.107 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93912026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93922026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93932026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93942026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24217:20260827T182814Z
93952026-08-29T21:23:41.738Z[ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93962026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.112 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93972026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.112 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24217:20260827T182814Z
93982026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.112 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24217:20260827T182815Z
93992026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24217:20260827T182815Z
94002026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
94012026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24217:20260827T182815Z
94022026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24217:20260827T182815Z
94032026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24217:20260827T182815Z
94042026-08-29T21:23:41.742Z[ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24217:20260827T182815Z
94052026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.114 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
94062026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.114 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24217:20260827T182816Z
94072026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.114 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24217:20260827T182816Z
94082026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.114 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
94092026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.115 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24217:20260827T182816Z
94102026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.115 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24217:20260827T182816Z
94112026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.115 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24217:20260827T182816Z
94122026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.115 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24217:20260827T182816Z
94132026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.117 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24217:20260827T182816Z
94142026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.117 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
94152026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.117 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24217:20260827T182816Z
94162026-08-29T21:23:41.746Z[ host-image] Aug 29 21:23:41.117 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24217:20260827T182816Z
94172026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24217:20260827T182817Z
94182026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24217:20260827T182817Z
94192026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24217:20260827T182817Z
94202026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24217:20260827T182817Z
94212026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24217:20260827T182817Z
94222026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24217:20260827T182817Z
94232026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.121 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24217:20260827T182818Z
94242026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.121 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24217:20260827T182817Z
94252026-08-29T21:23:41.750Z[ host-image] Aug 29 21:23:41.121 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24217:20260827T182817Z
94262026-08-29T21:23:41.754Z[ host-image] Aug 29 21:23:41.122 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24217:20260827T182817Z
94272026-08-29T21:23:41.754Z[ host-image] Aug 29 21:23:41.122 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24217:20260827T182818Z
94282026-08-29T21:23:41.757Z[ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24217:20260827T182819Z
94292026-08-29T21:23:41.757Z[ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24217:20260827T182818Z
94302026-08-29T21:23:41.757Z[ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24217:20260827T182818Z
94312026-08-29T21:23:41.757Z[ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
94322026-08-29T21:23:41.757Z[ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
94332026-08-29T21:23:41.765Z[ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24217:20260827T182818Z
94342026-08-29T21:23:41.766Z[ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
94352026-08-29T21:23:41.766Z[ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24217:20260827T182818Z
94362026-08-29T21:23:41.766Z[ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24217:20260827T182818Z
94372026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24217:20260827T182818Z
94382026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
94392026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
94402026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24217:20260827T182819Z
94412026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24217:20260827T182819Z
94422026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24217:20260827T182819Z
94432026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24217:20260827T182819Z
94442026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24217:20260827T182819Z
94452026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24217:20260827T182819Z
94462026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
94472026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24217:20260827T182819Z
94482026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24217:20260827T182819Z
94492026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24217:20260827T182819Z
94502026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24217:20260827T182820Z
94512026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24217:20260827T182820Z
94522026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24217:20260827T182820Z
94532026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94542026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94552026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24217:20260827T182821Z
94562026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24217:20260827T182821Z
94572026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94582026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94592026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94602026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94612026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94622026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94632026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.141 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94642026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.141 INFO O| tempdir @ "/tmp/.tmpAgFO9H/tmp"
94652026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.141 INFO O| image root @ "/tmp/.tmpAgFO9H/tmp/root"
94662026-08-29T21:23:41.770Z[ host-image] Aug 29 21:23:41.141 INFO O| creating image...
94672026-08-29T21:23:47.790Z[ recovery-image] Aug 29 21:23:47.161 INFO O| Aug 29 21:23:47.161 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94682026-08-29T21:23:47.898Z[ host-image] Aug 29 21:23:47.264 INFO O| copying publishers...
94692026-08-29T21:23:47.951Z[ recovery-image] Aug 29 21:23:47.322 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
94702026-08-29T21:23:47.951Z[ recovery-image] Aug 29 21:23:47.322 INFO expanded image name: "recovery 1cb7ef2/${os_short_commit} 2026-08-29 21:09" -> "recovery 1cb7ef2/e73f257 2026-08-29 21:09"
94712026-08-29T21:23:47.955Z[ recovery-image] Aug 29 21:23:47.323 INFO output artefacts stored in: "/work/os-recovery"
94722026-08-29T21:23:47.955Z[ recovery-image] Aug 29 21:23:47.323 INFO collecting git info from project "pilot"...
94732026-08-29T21:23:47.963Z[ recovery-image] Aug 29 21:23:47.334 INFO collecting git info from project "amd-host-image-builder"...
94742026-08-29T21:23:48.004Z[ recovery-image] Aug 29 21:23:47.375 INFO collecting git info from project "bootserver"...
94752026-08-29T21:23:48.011Z[ recovery-image] Aug 29 21:23:47.383 INFO collecting git info from project "amd-firmware"...
94762026-08-29T21:23:48.472Z[ recovery-image] Aug 29 21:23:47.843 INFO collecting git info from project "image-builder"...
94772026-08-29T21:23:48.482Z[ recovery-image] Aug 29 21:23:47.853 INFO collecting git info from project "dmar-report"...
94782026-08-29T21:23:48.500Z[ recovery-image] Aug 29 21:23:47.871 INFO collecting git info from project "chelsio-t6-roms"...
94792026-08-29T21:23:48.523Z[ recovery-image] Aug 29 21:23:47.894 INFO collecting git info from project "pinprick"...
94802026-08-29T21:23:48.534Z[ recovery-image] Aug 29 21:23:47.905 INFO collecting git info from project "phbl"...
94812026-08-29T21:23:48.545Z[ recovery-image] Aug 29 21:23:47.916 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94822026-08-29T21:23:49.042Z[ recovery-image] Aug 29 21:23:48.413 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94832026-08-29T21:23:49.413Z[ recovery-image] Aug 29 21:23:48.784 INFO creating Oxide boot image...
94842026-08-29T21:23:49.414Z[ recovery-image] Aug 29 21:23:48.785 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1cb7ef2/e73f257 2026-08-29 21:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94852026-08-29T21:23:51.273Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94862026-08-29T21:23:51.606Z[ host-image] Aug 29 21:23:50.976 INFO O| adding properties...
94872026-08-29T21:23:52.375Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94882026-08-29T21:23:53.299Z[ host-image] Aug 29 21:23:52.667 INFO O| installing packages...
94892026-08-29T21:23:53.362Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94902026-08-29T21:23:53.410Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94912026-08-29T21:23:54.389Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94922026-08-29T21:23:54.537Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94932026-08-29T21:23:58.793Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94942026-08-29T21:23:59.565Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94952026-08-29T21:24:01.699Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94962026-08-29T21:24:04.646Z[ host-image] Aug 29 21:24:04.015 INFO O| seeding SMF database...
94972026-08-29T21:24:09.670Z[ host-image] Aug 29 21:24:09.041 INFO O| configuring SMF profile...
94982026-08-29T21:24:09.670Z[ host-image] Aug 29 21:24:09.041 INFO O| modifying shadow(5)...
94992026-08-29T21:24:09.670Z[ host-image] Aug 29 21:24:09.041 INFO O| loading user and group database...
95002026-08-29T21:24:09.675Z[ host-image] Aug 29 21:24:09.041 INFO O| loading facet selections...
95012026-08-29T21:24:10.041Z[ host-image] Aug 29 21:24:09.411 INFO O| devel -> true
95022026-08-29T21:24:10.041Z[ host-image] Aug 29 21:24:09.411 INFO O| doc.man -> true
95032026-08-29T21:24:10.046Z[ host-image] Aug 29 21:24:09.411 INFO O| version-lock.shell/ksh93 -> true
95042026-08-29T21:24:10.046Z[ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/data/hardware-registry -> true
95052026-08-29T21:24:10.046Z[ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/data/zoneinfo -> true
95062026-08-29T21:24:10.046Z[ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/microcode/amd -> true
95072026-08-29T21:24:10.046Z[ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/microcode/intel -> true
95082026-08-29T21:24:10.047Z[ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/microcode/oxide -> true
95092026-08-29T21:24:10.047Z[ host-image] Aug 29 21:24:09.411 INFO O| assessing packaged files...
95102026-08-29T21:24:10.377Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
95112026-08-29T21:24:11.782Z[ host-image] Aug 29 21:24:11.144 INFO O| creating archive...
95122026-08-29T21:24:11.845Z[ host-image] Aug 29 21:24:11.165 INFO O| missing from packaging:
95132026-08-29T21:24:11.845Z[ host-image] Aug 29 21:24:11.165 INFO O| "etc/.pwd.lock"
95142026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.165 INFO O| "etc/bash"
95152026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/generic.xml"
95162026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/inetd_services.xml"
95172026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/name_service.xml"
95182026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/platform.xml"
95192026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/platform_omicron1.xml"
95202026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/repository.db"
95212026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.175 INFO O| "opt/ooce/share"
95222026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.175 INFO O| "opt/ooce/share/man"
95232026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.175 INFO O| "opt/ooce/share/man/man1"
95242026-08-29T21:24:11.861Z[ host-image] Aug 29 21:24:11.183 INFO O| finishing archive...
95252026-08-29T21:24:11.997Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
95262026-08-29T21:24:14.159Z[ host-image] Aug 29 21:24:13.529 INFO O| creating gzonly manifest...
95272026-08-29T21:24:14.165Z[ host-image] Aug 29 21:24:13.536 INFO O| ok
95282026-08-29T21:24:14.278Z[ host-image] Aug 29 21:24:13.647 INFO image builder template: ramdisk-02-trim...
95292026-08-29T21:24:14.278Z[ host-image] Aug 29 21:24:13.647 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/.tmpdiOogb/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
95302026-08-29T21:24:14.295Z[ host-image] Aug 29 21:24:13.666 INFO O| Aug 29 21:24:13.666 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95312026-08-29T21:24:14.299Z[ host-image] Aug 29 21:24:13.670 INFO O| Aug 29 21:24:13.670 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95322026-08-29T21:24:15.112Z[ host-image] Aug 29 21:24:14.482 INFO O| Aug 29 21:24:14.482 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
95332026-08-29T21:24:15.251Z[ host-image] Aug 29 21:24:14.622 INFO O| Aug 29 21:24:14.622 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
95342026-08-29T21:24:15.252Z[ host-image] Aug 29 21:24:14.622 INFO O| Aug 29 21:24:14.622 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
95352026-08-29T21:24:15.264Z[ host-image] Aug 29 21:24:14.627 INFO O| Aug 29 21:24:14.626 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95362026-08-29T21:24:15.264Z[ host-image] Aug 29 21:24:14.630 INFO O| Aug 29 21:24:14.630 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
95372026-08-29T21:24:15.274Z[ host-image] Aug 29 21:24:14.636 INFO O| Aug 29 21:24:14.636 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
95382026-08-29T21:24:15.908Z[ host-image] Aug 29 21:24:15.279 INFO O| Aug 29 21:24:15.278 INFO rolled back to input snapshot; work may begin
95392026-08-29T21:24:15.908Z[ host-image] Aug 29 21:24:15.279 INFO O| Aug 29 21:24:15.279 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
95402026-08-29T21:24:15.916Z[ host-image] Aug 29 21:24:15.283 INFO O| Aug 29 21:24:15.283 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-29T21:24:15.926Z[ host-image] Aug 29 21:24:15.291 INFO O| Aug 29 21:24:15.291 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
95422026-08-29T21:24:15.960Z[ host-image] Aug 29 21:24:15.331 INFO O| Aug 29 21:24:15.330 INFO STEP 0 (remove_files) COMPLETE
95432026-08-29T21:24:15.961Z[ host-image] Aug 29 21:24:15.331 INFO O| Aug 29 21:24:15.331 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-29T21:24:15.974Z[ host-image] Aug 29 21:24:15.340 INFO O| Aug 29 21:24:15.340 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95452026-08-29T21:24:15.974Z[ host-image] Aug 29 21:24:15.341 INFO O| Aug 29 21:24:15.341 INFO STEP 1 (remove_files) COMPLETE
95462026-08-29T21:24:15.974Z[ host-image] Aug 29 21:24:15.341 INFO O| Aug 29 21:24:15.341 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-29T21:24:15.988Z[ host-image] Aug 29 21:24:15.349 INFO O| Aug 29 21:24:15.349 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95482026-08-29T21:24:15.999Z[ host-image] Aug 29 21:24:15.362 INFO O| Aug 29 21:24:15.362 INFO STEP 2 (remove_files) COMPLETE
95492026-08-29T21:24:15.999Z[ host-image] Aug 29 21:24:15.362 INFO O| Aug 29 21:24:15.362 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-29T21:24:16.008Z[ host-image] Aug 29 21:24:15.371 INFO O| Aug 29 21:24:15.371 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95512026-08-29T21:24:16.008Z[ host-image] Aug 29 21:24:15.372 INFO O| Aug 29 21:24:15.372 INFO STEP 3 (remove_files) COMPLETE
95522026-08-29T21:24:16.008Z[ host-image] Aug 29 21:24:15.372 INFO O| Aug 29 21:24:15.372 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-29T21:24:16.024Z[ host-image] Aug 29 21:24:15.380 INFO O| Aug 29 21:24:15.380 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95542026-08-29T21:24:16.024Z[ host-image] Aug 29 21:24:15.383 INFO O| Aug 29 21:24:15.383 INFO STEP 4 (remove_files) COMPLETE
95552026-08-29T21:24:16.024Z[ host-image] Aug 29 21:24:15.383 INFO O| Aug 29 21:24:15.383 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-29T21:24:16.024Z[ host-image] Aug 29 21:24:15.391 INFO O| Aug 29 21:24:15.391 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95572026-08-29T21:24:16.024Z[ host-image] Aug 29 21:24:15.393 INFO O| Aug 29 21:24:15.393 INFO STEP 5 (remove_files) COMPLETE
95582026-08-29T21:24:16.024Z[ host-image] Aug 29 21:24:15.393 INFO O| Aug 29 21:24:15.393 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-29T21:24:16.036Z[ host-image] Aug 29 21:24:15.401 INFO O| Aug 29 21:24:15.401 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95602026-08-29T21:24:16.046Z[ host-image] Aug 29 21:24:15.410 INFO O| Aug 29 21:24:15.410 INFO STEP 6 (remove_files) COMPLETE
95612026-08-29T21:24:16.046Z[ host-image] Aug 29 21:24:15.410 INFO O| Aug 29 21:24:15.410 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-29T21:24:16.046Z[ host-image] Aug 29 21:24:15.410 INFO O| Aug 29 21:24:15.410 INFO skip step because feature "heliosv2" is not enabled
95632026-08-29T21:24:16.046Z[ host-image] Aug 29 21:24:15.410 INFO O| Aug 29 21:24:15.410 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-29T21:24:16.065Z[ host-image] Aug 29 21:24:15.419 INFO O| Aug 29 21:24:15.419 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95652026-08-29T21:24:16.076Z[ host-image] Aug 29 21:24:15.430 INFO O| Aug 29 21:24:15.430 INFO STEP 8 (remove_files) COMPLETE
95662026-08-29T21:24:16.076Z[ host-image] Aug 29 21:24:15.430 INFO O| Aug 29 21:24:15.430 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-29T21:24:16.076Z[ host-image] Aug 29 21:24:15.441 INFO O| Aug 29 21:24:15.441 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95682026-08-29T21:24:16.141Z[ host-image] Aug 29 21:24:15.508 INFO O| Aug 29 21:24:15.508 INFO STEP 9 (remove_files) COMPLETE
95692026-08-29T21:24:16.141Z[ host-image] Aug 29 21:24:15.508 INFO O| Aug 29 21:24:15.508 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-29T21:24:16.149Z[ host-image] Aug 29 21:24:15.520 INFO O| Aug 29 21:24:15.520 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95712026-08-29T21:24:16.222Z[ host-image] Aug 29 21:24:15.592 INFO O| Aug 29 21:24:15.592 INFO STEP 10 (remove_files) COMPLETE
95722026-08-29T21:24:16.222Z[ host-image] Aug 29 21:24:15.592 INFO O| Aug 29 21:24:15.592 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-29T21:24:16.235Z[ host-image] Aug 29 21:24:15.605 INFO O| Aug 29 21:24:15.605 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95742026-08-29T21:24:16.242Z[ host-image] Aug 29 21:24:15.608 INFO O| Aug 29 21:24:15.608 INFO STEP 11 (remove_files) COMPLETE
95752026-08-29T21:24:16.242Z[ host-image] Aug 29 21:24:15.608 INFO O| Aug 29 21:24:15.608 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-29T21:24:16.250Z[ host-image] Aug 29 21:24:15.620 INFO O| Aug 29 21:24:15.620 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95772026-08-29T21:24:16.261Z[ host-image] Aug 29 21:24:15.621 INFO O| Aug 29 21:24:15.621 INFO STEP 12 (remove_files) COMPLETE
95782026-08-29T21:24:16.261Z[ host-image] Aug 29 21:24:15.621 INFO O| Aug 29 21:24:15.621 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-29T21:24:16.269Z[ host-image] Aug 29 21:24:15.634 INFO O| Aug 29 21:24:15.634 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95802026-08-29T21:24:16.270Z[ host-image] Aug 29 21:24:15.635 INFO O| Aug 29 21:24:15.635 INFO STEP 13 (remove_files) COMPLETE
95812026-08-29T21:24:16.270Z[ host-image] Aug 29 21:24:15.635 INFO O| Aug 29 21:24:15.635 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-29T21:24:16.284Z[ host-image] Aug 29 21:24:15.654 INFO O| Aug 29 21:24:15.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95832026-08-29T21:24:16.284Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95842026-08-29T21:24:16.284Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95852026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95862026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95872026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95882026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95892026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95902026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95912026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95922026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95932026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95942026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95952026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.656 INFO O| Aug 29 21:24:15.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95962026-08-29T21:24:16.311Z[ host-image] Aug 29 21:24:15.656 INFO O| Aug 29 21:24:15.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95972026-08-29T21:24:16.312Z[ host-image] Aug 29 21:24:15.656 INFO O| Aug 29 21:24:15.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95982026-08-29T21:24:16.312Z[ host-image] Aug 29 21:24:15.663 INFO O| Aug 29 21:24:15.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95992026-08-29T21:24:16.312Z[ host-image] Aug 29 21:24:15.663 INFO O| Aug 29 21:24:15.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
96002026-08-29T21:24:16.483Z[ host-image] Aug 29 21:24:15.854 INFO O| Aug 29 21:24:15.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
96012026-08-29T21:24:16.494Z[ host-image] Aug 29 21:24:15.864 INFO O| Aug 29 21:24:15.864 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
96022026-08-29T21:24:16.543Z[ host-image] Aug 29 21:24:15.902 INFO O| Aug 29 21:24:15.902 INFO STEP 14 (remove_files) COMPLETE
96032026-08-29T21:24:16.543Z[ host-image] Aug 29 21:24:15.902 INFO O| Aug 29 21:24:15.902 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-29T21:24:16.565Z[ host-image] Aug 29 21:24:15.911 INFO O| Aug 29 21:24:15.911 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
96052026-08-29T21:24:16.566Z[ host-image] Aug 29 21:24:15.912 INFO O| Aug 29 21:24:15.912 INFO STEP 15 (remove_files) COMPLETE
96062026-08-29T21:24:16.566Z[ host-image] Aug 29 21:24:15.912 INFO O| Aug 29 21:24:15.912 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-29T21:24:16.571Z[ host-image] Aug 29 21:24:15.919 INFO O| Aug 29 21:24:15.919 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
96082026-08-29T21:24:16.579Z[ host-image] Aug 29 21:24:15.925 INFO O| Aug 29 21:24:15.925 INFO STEP 16 (remove_files) COMPLETE
96092026-08-29T21:24:16.579Z[ host-image] Aug 29 21:24:15.925 INFO O| Aug 29 21:24:15.925 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-29T21:24:16.579Z[ host-image] Aug 29 21:24:15.932 INFO O| Aug 29 21:24:15.932 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
96112026-08-29T21:24:16.579Z[ host-image] Aug 29 21:24:15.932 INFO O| Aug 29 21:24:15.932 INFO STEP 17 (remove_files) COMPLETE
96122026-08-29T21:24:16.579Z[ host-image] Aug 29 21:24:15.932 INFO O| Aug 29 21:24:15.932 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-29T21:24:16.579Z[ host-image] Aug 29 21:24:15.939 INFO O| Aug 29 21:24:15.939 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
96142026-08-29T21:24:16.579Z[ host-image] Aug 29 21:24:15.941 INFO O| Aug 29 21:24:15.941 INFO STEP 18 (remove_files) COMPLETE
96152026-08-29T21:24:16.580Z[ host-image] Aug 29 21:24:15.941 INFO O| Aug 29 21:24:15.941 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-29T21:24:16.580Z[ host-image] Aug 29 21:24:15.948 INFO O| Aug 29 21:24:15.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
96172026-08-29T21:24:16.580Z[ host-image] Aug 29 21:24:15.948 INFO O| Aug 29 21:24:15.948 INFO STEP 19 (remove_files) COMPLETE
96182026-08-29T21:24:16.580Z[ host-image] Aug 29 21:24:15.948 INFO O| Aug 29 21:24:15.948 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-29T21:24:16.588Z[ host-image] Aug 29 21:24:15.956 INFO O| Aug 29 21:24:15.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
96202026-08-29T21:24:16.588Z[ host-image] Aug 29 21:24:15.956 INFO O| Aug 29 21:24:15.956 INFO STEP 20 (remove_files) COMPLETE
96212026-08-29T21:24:16.588Z[ host-image] Aug 29 21:24:15.956 INFO O| Aug 29 21:24:15.956 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-29T21:24:16.595Z[ host-image] Aug 29 21:24:15.965 INFO O| Aug 29 21:24:15.965 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
96232026-08-29T21:24:16.595Z[ host-image] Aug 29 21:24:15.965 INFO O| Aug 29 21:24:15.965 INFO STEP 21 (remove_files) COMPLETE
96242026-08-29T21:24:16.595Z[ host-image] Aug 29 21:24:15.965 INFO O| Aug 29 21:24:15.965 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-29T21:24:16.609Z[ host-image] Aug 29 21:24:15.972 INFO O| Aug 29 21:24:15.972 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
96262026-08-29T21:24:16.609Z[ host-image] Aug 29 21:24:15.972 INFO O| Aug 29 21:24:15.972 INFO STEP 22 (remove_files) COMPLETE
96272026-08-29T21:24:16.609Z[ host-image] Aug 29 21:24:15.972 INFO O| Aug 29 21:24:15.972 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-29T21:24:16.627Z[ host-image] Aug 29 21:24:15.982 INFO O| Aug 29 21:24:15.982 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
96292026-08-29T21:24:16.627Z[ host-image] Aug 29 21:24:15.982 INFO O| Aug 29 21:24:15.982 INFO STEP 23 (remove_files) COMPLETE
96302026-08-29T21:24:16.627Z[ host-image] Aug 29 21:24:15.982 INFO O| Aug 29 21:24:15.982 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-29T21:24:16.627Z[ host-image] Aug 29 21:24:15.991 INFO O| Aug 29 21:24:15.991 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
96322026-08-29T21:24:16.627Z[ host-image] Aug 29 21:24:15.991 INFO O| Aug 29 21:24:15.991 INFO STEP 24 (remove_files) COMPLETE
96332026-08-29T21:24:16.627Z[ host-image] Aug 29 21:24:15.991 INFO O| Aug 29 21:24:15.991 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-29T21:24:16.637Z[ host-image] Aug 29 21:24:16.001 INFO O| Aug 29 21:24:16.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
96352026-08-29T21:24:16.638Z[ host-image] Aug 29 21:24:16.001 INFO O| Aug 29 21:24:16.001 INFO STEP 25 (remove_files) COMPLETE
96362026-08-29T21:24:16.638Z[ host-image] Aug 29 21:24:16.001 INFO O| Aug 29 21:24:16.001 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-29T21:24:16.655Z[ host-image] Aug 29 21:24:16.011 INFO O| Aug 29 21:24:16.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
96382026-08-29T21:24:16.656Z[ host-image] Aug 29 21:24:16.011 INFO O| Aug 29 21:24:16.011 INFO STEP 26 (remove_files) COMPLETE
96392026-08-29T21:24:16.656Z[ host-image] Aug 29 21:24:16.011 INFO O| Aug 29 21:24:16.011 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-29T21:24:16.667Z[ host-image] Aug 29 21:24:16.019 INFO O| Aug 29 21:24:16.019 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
96412026-08-29T21:24:16.667Z[ host-image] Aug 29 21:24:16.019 INFO O| Aug 29 21:24:16.019 INFO STEP 27 (remove_files) COMPLETE
96422026-08-29T21:24:16.667Z[ host-image] Aug 29 21:24:16.019 INFO O| Aug 29 21:24:16.019 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-29T21:24:16.667Z[ host-image] Aug 29 21:24:16.028 INFO O| Aug 29 21:24:16.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96442026-08-29T21:24:16.667Z[ host-image] Aug 29 21:24:16.028 INFO O| Aug 29 21:24:16.028 INFO STEP 28 (remove_files) COMPLETE
96452026-08-29T21:24:16.667Z[ host-image] Aug 29 21:24:16.028 INFO O| Aug 29 21:24:16.028 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-29T21:24:16.679Z[ host-image] Aug 29 21:24:16.038 INFO O| Aug 29 21:24:16.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96472026-08-29T21:24:16.680Z[ host-image] Aug 29 21:24:16.038 INFO O| Aug 29 21:24:16.038 INFO STEP 29 (remove_files) COMPLETE
96482026-08-29T21:24:16.680Z[ host-image] Aug 29 21:24:16.038 INFO O| Aug 29 21:24:16.038 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-29T21:24:16.680Z[ host-image] Aug 29 21:24:16.047 INFO O| Aug 29 21:24:16.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96502026-08-29T21:24:16.680Z[ host-image] Aug 29 21:24:16.047 INFO O| Aug 29 21:24:16.047 INFO STEP 30 (remove_files) COMPLETE
96512026-08-29T21:24:16.680Z[ host-image] Aug 29 21:24:16.047 INFO O| Aug 29 21:24:16.047 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-29T21:24:16.687Z[ host-image] Aug 29 21:24:16.055 INFO O| Aug 29 21:24:16.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96532026-08-29T21:24:16.687Z[ host-image] Aug 29 21:24:16.055 INFO O| Aug 29 21:24:16.055 INFO STEP 31 (remove_files) COMPLETE
96542026-08-29T21:24:16.687Z[ host-image] Aug 29 21:24:16.055 INFO O| Aug 29 21:24:16.055 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-29T21:24:16.702Z[ host-image] Aug 29 21:24:16.063 INFO O| Aug 29 21:24:16.063 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96562026-08-29T21:24:16.703Z[ host-image] Aug 29 21:24:16.063 INFO O| Aug 29 21:24:16.063 INFO STEP 32 (remove_files) COMPLETE
96572026-08-29T21:24:16.703Z[ host-image] Aug 29 21:24:16.063 INFO O| Aug 29 21:24:16.063 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-29T21:24:16.711Z[ host-image] Aug 29 21:24:16.073 INFO O| Aug 29 21:24:16.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96592026-08-29T21:24:16.711Z[ host-image] Aug 29 21:24:16.073 INFO O| Aug 29 21:24:16.073 INFO STEP 33 (remove_files) COMPLETE
96602026-08-29T21:24:16.711Z[ host-image] Aug 29 21:24:16.073 INFO O| Aug 29 21:24:16.073 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-29T21:24:16.711Z[ host-image] Aug 29 21:24:16.080 INFO O| Aug 29 21:24:16.080 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96622026-08-29T21:24:16.712Z[ host-image] Aug 29 21:24:16.080 INFO O| Aug 29 21:24:16.080 INFO STEP 34 (remove_files) COMPLETE
96632026-08-29T21:24:16.712Z[ host-image] Aug 29 21:24:16.080 INFO O| Aug 29 21:24:16.080 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-29T21:24:16.729Z[ host-image] Aug 29 21:24:16.090 INFO O| Aug 29 21:24:16.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96652026-08-29T21:24:16.729Z[ host-image] Aug 29 21:24:16.090 INFO O| Aug 29 21:24:16.090 INFO STEP 35 (remove_files) COMPLETE
96662026-08-29T21:24:16.729Z[ host-image] Aug 29 21:24:16.090 INFO O| Aug 29 21:24:16.090 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-29T21:24:16.729Z[ host-image] Aug 29 21:24:16.098 INFO O| Aug 29 21:24:16.098 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96682026-08-29T21:24:16.729Z[ host-image] Aug 29 21:24:16.098 INFO O| Aug 29 21:24:16.098 INFO STEP 36 (remove_files) COMPLETE
96692026-08-29T21:24:16.729Z[ host-image] Aug 29 21:24:16.098 INFO O| Aug 29 21:24:16.098 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-29T21:24:16.737Z[ host-image] Aug 29 21:24:16.106 INFO O| Aug 29 21:24:16.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96712026-08-29T21:24:16.737Z[ host-image] Aug 29 21:24:16.106 INFO O| Aug 29 21:24:16.106 INFO STEP 37 (remove_files) COMPLETE
96722026-08-29T21:24:16.737Z[ host-image] Aug 29 21:24:16.106 INFO O| Aug 29 21:24:16.106 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-08-29T21:24:16.745Z[ host-image] Aug 29 21:24:16.115 INFO O| Aug 29 21:24:16.115 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96742026-08-29T21:24:16.745Z[ host-image] Aug 29 21:24:16.115 INFO O| Aug 29 21:24:16.115 INFO STEP 38 (remove_files) COMPLETE
96752026-08-29T21:24:16.745Z[ host-image] Aug 29 21:24:16.115 INFO O| Aug 29 21:24:16.115 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-08-29T21:24:16.754Z[ host-image] Aug 29 21:24:16.125 INFO O| Aug 29 21:24:16.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96772026-08-29T21:24:16.754Z[ host-image] Aug 29 21:24:16.125 INFO O| Aug 29 21:24:16.125 INFO STEP 39 (remove_files) COMPLETE
96782026-08-29T21:24:16.762Z[ host-image] Aug 29 21:24:16.125 INFO O| Aug 29 21:24:16.125 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-29T21:24:16.770Z[ host-image] Aug 29 21:24:16.135 INFO O| Aug 29 21:24:16.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96802026-08-29T21:24:16.770Z[ host-image] Aug 29 21:24:16.135 INFO O| Aug 29 21:24:16.135 INFO STEP 40 (remove_files) COMPLETE
96812026-08-29T21:24:16.770Z[ host-image] Aug 29 21:24:16.135 INFO O| Aug 29 21:24:16.135 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-08-29T21:24:16.782Z[ host-image] Aug 29 21:24:16.143 INFO O| Aug 29 21:24:16.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96832026-08-29T21:24:16.782Z[ host-image] Aug 29 21:24:16.144 INFO O| Aug 29 21:24:16.143 INFO STEP 41 (remove_files) COMPLETE
96842026-08-29T21:24:16.782Z[ host-image] Aug 29 21:24:16.144 INFO O| Aug 29 21:24:16.143 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-08-29T21:24:16.791Z[ host-image] Aug 29 21:24:16.154 INFO O| Aug 29 21:24:16.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96862026-08-29T21:24:16.791Z[ host-image] Aug 29 21:24:16.154 INFO O| Aug 29 21:24:16.154 INFO STEP 42 (remove_files) COMPLETE
96872026-08-29T21:24:16.791Z[ host-image] Aug 29 21:24:16.154 INFO O| Aug 29 21:24:16.154 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-08-29T21:24:16.799Z[ host-image] Aug 29 21:24:16.164 INFO O| Aug 29 21:24:16.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96892026-08-29T21:24:16.800Z[ host-image] Aug 29 21:24:16.164 INFO O| Aug 29 21:24:16.164 INFO STEP 43 (remove_files) COMPLETE
96902026-08-29T21:24:16.800Z[ host-image] Aug 29 21:24:16.164 INFO O| Aug 29 21:24:16.164 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-29T21:24:16.814Z[ host-image] Aug 29 21:24:16.174 INFO O| Aug 29 21:24:16.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96922026-08-29T21:24:16.814Z[ host-image] Aug 29 21:24:16.174 INFO O| Aug 29 21:24:16.174 INFO STEP 44 (remove_files) COMPLETE
96932026-08-29T21:24:16.814Z[ host-image] Aug 29 21:24:16.174 INFO O| Aug 29 21:24:16.174 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-08-29T21:24:16.815Z[ host-image] Aug 29 21:24:16.183 INFO O| Aug 29 21:24:16.183 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96952026-08-29T21:24:16.815Z[ host-image] Aug 29 21:24:16.183 INFO O| Aug 29 21:24:16.183 INFO STEP 45 (remove_files) COMPLETE
96962026-08-29T21:24:16.815Z[ host-image] Aug 29 21:24:16.183 INFO O| Aug 29 21:24:16.183 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-08-29T21:24:16.825Z[ host-image] Aug 29 21:24:16.191 INFO O| Aug 29 21:24:16.191 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96982026-08-29T21:24:16.825Z[ host-image] Aug 29 21:24:16.191 INFO O| Aug 29 21:24:16.191 INFO STEP 46 (remove_files) COMPLETE
96992026-08-29T21:24:16.825Z[ host-image] Aug 29 21:24:16.191 INFO O| Aug 29 21:24:16.191 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97002026-08-29T21:24:16.833Z[ host-image] Aug 29 21:24:16.199 INFO O| Aug 29 21:24:16.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
97012026-08-29T21:24:16.833Z[ host-image] Aug 29 21:24:16.200 INFO O| Aug 29 21:24:16.200 INFO STEP 47 (remove_files) COMPLETE
97022026-08-29T21:24:16.833Z[ host-image] Aug 29 21:24:16.200 INFO O| Aug 29 21:24:16.200 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97032026-08-29T21:24:16.843Z[ host-image] Aug 29 21:24:16.208 INFO O| Aug 29 21:24:16.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
97042026-08-29T21:24:16.843Z[ host-image] Aug 29 21:24:16.208 INFO O| Aug 29 21:24:16.208 INFO STEP 48 (remove_files) COMPLETE
97052026-08-29T21:24:16.843Z[ host-image] Aug 29 21:24:16.208 INFO O| Aug 29 21:24:16.208 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-08-29T21:24:16.854Z[ host-image] Aug 29 21:24:16.216 INFO O| Aug 29 21:24:16.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
97072026-08-29T21:24:16.854Z[ host-image] Aug 29 21:24:16.216 INFO O| Aug 29 21:24:16.216 INFO STEP 49 (remove_files) COMPLETE
97082026-08-29T21:24:16.854Z[ host-image] Aug 29 21:24:16.216 INFO O| Aug 29 21:24:16.216 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97092026-08-29T21:24:16.854Z[ host-image] Aug 29 21:24:16.225 INFO O| Aug 29 21:24:16.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
97102026-08-29T21:24:16.854Z[ host-image] Aug 29 21:24:16.225 INFO O| Aug 29 21:24:16.225 INFO STEP 50 (remove_files) COMPLETE
97112026-08-29T21:24:16.854Z[ host-image] Aug 29 21:24:16.225 INFO O| Aug 29 21:24:16.225 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97122026-08-29T21:24:16.864Z[ host-image] Aug 29 21:24:16.235 INFO O| Aug 29 21:24:16.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
97132026-08-29T21:24:16.864Z[ host-image] Aug 29 21:24:16.235 INFO O| Aug 29 21:24:16.235 INFO STEP 51 (remove_files) COMPLETE
97142026-08-29T21:24:16.872Z[ host-image] Aug 29 21:24:16.235 INFO O| Aug 29 21:24:16.235 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97152026-08-29T21:24:16.880Z[ host-image] Aug 29 21:24:16.246 INFO O| Aug 29 21:24:16.245 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
97162026-08-29T21:24:16.880Z[ host-image] Aug 29 21:24:16.246 INFO O| Aug 29 21:24:16.246 INFO STEP 52 (remove_files) COMPLETE
97172026-08-29T21:24:16.880Z[ host-image] Aug 29 21:24:16.246 INFO O| Aug 29 21:24:16.246 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-29T21:24:16.889Z[ host-image] Aug 29 21:24:16.255 INFO O| Aug 29 21:24:16.255 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
97192026-08-29T21:24:16.889Z[ host-image] Aug 29 21:24:16.255 INFO O| Aug 29 21:24:16.255 INFO STEP 53 (remove_files) COMPLETE
97202026-08-29T21:24:16.889Z[ host-image] Aug 29 21:24:16.255 INFO O| Aug 29 21:24:16.255 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97212026-08-29T21:24:16.899Z[ host-image] Aug 29 21:24:16.264 INFO O| Aug 29 21:24:16.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
97222026-08-29T21:24:16.899Z[ host-image] Aug 29 21:24:16.264 INFO O| Aug 29 21:24:16.264 INFO STEP 54 (remove_files) COMPLETE
97232026-08-29T21:24:16.899Z[ host-image] Aug 29 21:24:16.264 INFO O| Aug 29 21:24:16.264 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97242026-08-29T21:24:16.907Z[ host-image] Aug 29 21:24:16.272 INFO O| Aug 29 21:24:16.272 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
97252026-08-29T21:24:16.907Z[ host-image] Aug 29 21:24:16.272 INFO O| Aug 29 21:24:16.272 INFO STEP 55 (remove_files) COMPLETE
97262026-08-29T21:24:16.907Z[ host-image] Aug 29 21:24:16.272 INFO O| Aug 29 21:24:16.272 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97272026-08-29T21:24:16.914Z[ host-image] Aug 29 21:24:16.279 INFO O| Aug 29 21:24:16.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
97282026-08-29T21:24:16.914Z[ host-image] Aug 29 21:24:16.280 INFO O| Aug 29 21:24:16.279 INFO STEP 56 (remove_files) COMPLETE
97292026-08-29T21:24:16.914Z[ host-image] Aug 29 21:24:16.280 INFO O| Aug 29 21:24:16.280 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-08-29T21:24:16.926Z[ host-image] Aug 29 21:24:16.288 INFO O| Aug 29 21:24:16.288 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
97312026-08-29T21:24:16.926Z[ host-image] Aug 29 21:24:16.288 INFO O| Aug 29 21:24:16.288 INFO STEP 57 (remove_files) COMPLETE
97322026-08-29T21:24:16.926Z[ host-image] Aug 29 21:24:16.288 INFO O| Aug 29 21:24:16.288 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97332026-08-29T21:24:16.934Z[ host-image] Aug 29 21:24:16.299 INFO O| Aug 29 21:24:16.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
97342026-08-29T21:24:16.934Z[ host-image] Aug 29 21:24:16.299 INFO O| Aug 29 21:24:16.299 INFO STEP 58 (remove_files) COMPLETE
97352026-08-29T21:24:16.934Z[ host-image] Aug 29 21:24:16.299 INFO O| Aug 29 21:24:16.299 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97362026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
97372026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
97382026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97392026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97402026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97412026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97422026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO ok!
97432026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO STEP 59 (ensure_file) COMPLETE
97442026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97452026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97462026-08-29T21:24:16.949Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97472026-08-29T21:24:16.950Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97482026-08-29T21:24:16.950Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97492026-08-29T21:24:16.950Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97502026-08-29T21:24:16.950Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97512026-08-29T21:24:16.950Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO ok!
97522026-08-29T21:24:16.950Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO STEP 60 (ensure_file) COMPLETE
97532026-08-29T21:24:16.950Z[ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97542026-08-29T21:24:16.959Z[ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97552026-08-29T21:24:16.959Z[ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97562026-08-29T21:24:16.959Z[ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97572026-08-29T21:24:16.959Z[ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO ok!
97582026-08-29T21:24:16.959Z[ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO STEP 61 (ensure_file) COMPLETE
97592026-08-29T21:24:16.959Z[ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97602026-08-29T21:24:16.968Z[ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97612026-08-29T21:24:16.968Z[ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97622026-08-29T21:24:16.968Z[ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97632026-08-29T21:24:16.969Z[ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO ok!
97642026-08-29T21:24:16.969Z[ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO STEP 62 (ensure_file) COMPLETE
97652026-08-29T21:24:16.969Z[ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97662026-08-29T21:24:16.979Z[ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.347 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97672026-08-29T21:24:16.979Z[ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97682026-08-29T21:24:16.979Z[ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97692026-08-29T21:24:16.979Z[ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97702026-08-29T21:24:16.979Z[ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO ok!
97712026-08-29T21:24:16.979Z[ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO STEP 63 (ensure_file) COMPLETE
97722026-08-29T21:24:16.979Z[ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97732026-08-29T21:24:16.988Z[ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.358 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97742026-08-29T21:24:16.988Z[ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.358 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97752026-08-29T21:24:16.988Z[ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97762026-08-29T21:24:16.988Z[ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97772026-08-29T21:24:16.988Z[ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO ok!
97782026-08-29T21:24:16.988Z[ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO STEP 64 (ensure_file) COMPLETE
97792026-08-29T21:24:16.988Z[ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97802026-08-29T21:24:17.006Z[ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97812026-08-29T21:24:17.006Z[ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97822026-08-29T21:24:17.006Z[ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97832026-08-29T21:24:17.006Z[ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO ok!
97842026-08-29T21:24:17.007Z[ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO STEP 65 (assemble_files) COMPLETE
97852026-08-29T21:24:17.007Z[ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97862026-08-29T21:24:17.014Z[ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97872026-08-29T21:24:17.015Z[ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97882026-08-29T21:24:17.015Z[ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97892026-08-29T21:24:17.015Z[ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97902026-08-29T21:24:17.015Z[ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO ok!
97912026-08-29T21:24:17.015Z[ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO STEP 66 (ensure_file) COMPLETE
97922026-08-29T21:24:17.015Z[ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97932026-08-29T21:24:17.023Z[ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97942026-08-29T21:24:17.024Z[ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97952026-08-29T21:24:17.024Z[ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97962026-08-29T21:24:17.024Z[ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO STEP 67 (ensure_dir) COMPLETE
97972026-08-29T21:24:17.024Z[ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97982026-08-29T21:24:17.032Z[ host-image] Aug 29 21:24:16.400 INFO O| Aug 29 21:24:16.400 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97992026-08-29T21:24:17.032Z[ host-image] Aug 29 21:24:16.400 INFO O| Aug 29 21:24:16.400 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 ...
98002026-08-29T21:24:17.042Z[ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 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
98012026-08-29T21:24:17.043Z[ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
98022026-08-29T21:24:17.043Z[ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 INFO ok!
98032026-08-29T21:24:17.043Z[ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 INFO STEP 68 (ensure_file) COMPLETE
98042026-08-29T21:24:17.043Z[ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98052026-08-29T21:24:17.053Z[ host-image] Aug 29 21:24:16.417 INFO O| Aug 29 21:24:16.417 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
98062026-08-29T21:24:17.053Z[ host-image] Aug 29 21:24:16.417 INFO O| Aug 29 21:24:16.417 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 ...
98072026-08-29T21:24:17.053Z[ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 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
98082026-08-29T21:24:17.053Z[ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
98092026-08-29T21:24:17.053Z[ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 INFO ok!
98102026-08-29T21:24:17.053Z[ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 INFO STEP 69 (ensure_file) COMPLETE
98112026-08-29T21:24:17.053Z[ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98122026-08-29T21:24:17.069Z[ host-image] Aug 29 21:24:16.432 INFO O| Aug 29 21:24:16.432 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
98132026-08-29T21:24:17.069Z[ host-image] Aug 29 21:24:16.432 INFO O| Aug 29 21:24:16.432 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
98142026-08-29T21:24:18.658Z[ host-image] Aug 29 21:24:18.029 INFO O| Aug 29 21:24:18.029 INFO STEP 70 (pack_tar) COMPLETE
98152026-08-29T21:24:18.659Z[ host-image] Aug 29 21:24:18.029 INFO O| Aug 29 21:24:18.029 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98162026-08-29T21:24:18.659Z[ host-image] Aug 29 21:24:18.029 INFO O| Aug 29 21:24:18.029 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
98172026-08-29T21:24:19.164Z[ host-image] Aug 29 21:24:18.534 INFO O| Aug 29 21:24:18.534 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98182026-08-29T21:24:19.726Z[ host-image] Aug 29 21:24:19.096 INFO O| Aug 29 21:24:19.096 INFO completed processing sled/ramdisk-02-trim
98192026-08-29T21:24:19.737Z[ host-image] Aug 29 21:24:19.098 INFO image builder template: zfs...
98202026-08-29T21:24:19.737Z[ host-image] Aug 29 21:24:19.099 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/.tmpdiOogb/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
98212026-08-29T21:24:19.745Z[ host-image] Aug 29 21:24:19.112 INFO O| Aug 29 21:24:19.112 INFO skip include "stress" because feature "stress" is not enabled
98222026-08-29T21:24:19.745Z[ host-image] Aug 29 21:24:19.112 INFO O| Aug 29 21:24:19.112 INFO skip include "stress" because feature "compliance" is not enabled
98232026-08-29T21:24:19.771Z[ host-image] Aug 29 21:24:19.142 INFO O| Aug 29 21:24:19.142 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
98242026-08-29T21:24:19.782Z[ host-image] Aug 29 21:24:19.147 INFO O| Aug 29 21:24:19.147 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
98252026-08-29T21:24:20.257Z[ host-image] Aug 29 21:24:19.627 INFO O| Aug 29 21:24:19.627 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98262026-08-29T21:24:20.334Z[ host-image] Aug 29 21:24:19.705 INFO O| Aug 29 21:24:19.705 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98272026-08-29T21:24:20.335Z[ host-image] Aug 29 21:24:19.705 INFO O| Aug 29 21:24:19.705 INFO work dataset: rpool/images/build/host/work/sled/zfs
98282026-08-29T21:24:20.344Z[ host-image] Aug 29 21:24:19.709 INFO O| Aug 29 21:24:19.709 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98292026-08-29T21:24:20.436Z[ host-image] Aug 29 21:24:19.807 INFO O| Aug 29 21:24:19.807 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98302026-08-29T21:24:20.568Z[ host-image] Aug 29 21:24:19.938 INFO O| Aug 29 21:24:19.938 INFO DESTROY POOL: TEMPORARY-sled-zfs
98312026-08-29T21:24:20.599Z[ host-image] Aug 29 21:24:19.948 INFO O| Aug 29 21:24:19.948 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98322026-08-29T21:24:20.626Z[ host-image] Aug 29 21:24:19.953 INFO O| Aug 29 21:24:19.953 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98332026-08-29T21:24:20.627Z[ host-image] Aug 29 21:24:19.953 INFO O| Aug 29 21:24:19.953 INFO no lofi found
98342026-08-29T21:24:20.627Z[ host-image] Aug 29 21:24:19.953 INFO O| Aug 29 21:24:19.953 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98352026-08-29T21:24:20.627Z[ host-image] Aug 29 21:24:19.953 INFO O| Aug 29 21:24:19.953 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98362026-08-29T21:24:22.641Z[ host-image] Aug 29 21:24:22.001 INFO O| Aug 29 21:24:22.001 INFO lofi device = /dev/dsk/c2t1d0p0
98372026-08-29T21:24:22.641Z[ host-image] Aug 29 21:24:22.001 INFO O| Aug 29 21:24:22.001 INFO pool device = /dev/dsk/c2t1d0p0
98382026-08-29T21:24:22.676Z[ host-image] Aug 29 21:24:22.001 INFO O| Aug 29 21:24:22.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"]
98392026-08-29T21:24:22.696Z[ host-image] Aug 29 21:24:22.066 INFO O| Aug 29 21:24:22.066 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98402026-08-29T21:24:22.696Z[ host-image] Aug 29 21:24:22.066 INFO O| Aug 29 21:24:22.066 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98412026-08-29T21:24:22.713Z[ host-image] Aug 29 21:24:22.084 INFO O| Aug 29 21:24:22.084 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98422026-08-29T21:24:22.762Z[ host-image] Aug 29 21:24:22.133 INFO O| Aug 29 21:24:22.133 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98432026-08-29T21:24:22.825Z[ host-image] Aug 29 21:24:22.195 INFO O| Aug 29 21:24:22.195 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98442026-08-29T21:24:22.836Z[ host-image] Aug 29 21:24:22.207 INFO O| Aug 29 21:24:22.207 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98452026-08-29T21:24:22.847Z[ host-image] Aug 29 21:24:22.217 INFO O| Aug 29 21:24:22.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98462026-08-29T21:24:22.880Z[ host-image] Aug 29 21:24:22.251 INFO O| Aug 29 21:24:22.251 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98472026-08-29T21:24:22.881Z[ host-image] Aug 29 21:24:22.251 INFO O| Aug 29 21:24:22.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98482026-08-29T21:24:22.881Z[ host-image] Aug 29 21:24:22.251 INFO O| Aug 29 21:24:22.251 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98492026-08-29T21:24:22.891Z[ host-image] Aug 29 21:24:22.262 INFO O| Aug 29 21:24:22.262 INFO boot environment UUID: 3f70451a-82cd-44e3-a232-78e805d0db4c
98502026-08-29T21:24:22.891Z[ host-image] Aug 29 21:24:22.262 INFO O| Aug 29 21:24:22.262 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3f70451a-82cd-44e3-a232-78e805d0db4c
98512026-08-29T21:24:22.901Z[ host-image] Aug 29 21:24:22.272 INFO O| Aug 29 21:24:22.272 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98522026-08-29T21:24:22.910Z[ host-image] Aug 29 21:24:22.281 INFO O| Aug 29 21:24:22.281 INFO STEP 0 (create_be) COMPLETE
98532026-08-29T21:24:22.910Z[ host-image] Aug 29 21:24:22.281 INFO O| Aug 29 21:24:22.281 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98542026-08-29T21:24:22.922Z[ host-image] Aug 29 21:24:22.292 INFO O| Aug 29 21:24:22.292 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98552026-08-29T21:24:31.542Z[ recovery-image] Aug 29 21:24:30.912 INFO O| ok, image written!
98562026-08-29T21:24:31.542Z[ recovery-image] Aug 29 21:24:30.912 INFO O| ok, boot_image_csum file written!
98572026-08-29T21:24:31.546Z[ recovery-image] Aug 29 21:24:30.914 INFO creating boot archive (CPIO)...
98582026-08-29T21:24:31.546Z[ recovery-image] Aug 29 21:24:30.914 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
98592026-08-29T21:24:31.558Z[ recovery-image] Aug 29 21:24:30.923 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98602026-08-29T21:24:31.564Z[ recovery-image] Aug 29 21:24:30.923 INFO E| + outfile=/work/os-recovery/cpio
98612026-08-29T21:24:31.564Z[ recovery-image] Aug 29 21:24:30.923 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98622026-08-29T21:24:31.570Z[ recovery-image] Aug 29 21:24:30.924 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98632026-08-29T21:24:31.574Z[ recovery-image] Aug 29 21:24:30.924 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98642026-08-29T21:24:31.591Z[ recovery-image] Aug 29 21:24:30.958 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98652026-08-29T21:24:31.591Z[ recovery-image] Aug 29 21:24:30.958 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98662026-08-29T21:24:31.594Z[ recovery-image] Aug 29 21:24:30.964 INFO creating compressed cpio/unix for dev loaders...
98672026-08-29T21:24:31.594Z[ recovery-image] Aug 29 21:24:30.964 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
98682026-08-29T21:24:31.868Z[ host-image] Aug 29 21:24:31.239 INFO O| Aug 29 21:24:31.239 INFO STEP 1 (unpack_tar) COMPLETE
98692026-08-29T21:24:31.869Z[ host-image] Aug 29 21:24:31.239 INFO O| Aug 29 21:24:31.239 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98702026-08-29T21:24:31.878Z[ host-image] Aug 29 21:24:31.248 INFO O| Aug 29 21:24:31.248 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98712026-08-29T21:24:31.952Z[ recovery-image] Aug 29 21:24:31.322 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98722026-08-29T21:24:32.152Z[ host-image] Aug 29 21:24:31.522 INFO O| Aug 29 21:24:31.522 INFO STEP 2 (devfsadm) COMPLETE
98732026-08-29T21:24:32.152Z[ host-image] Aug 29 21:24:31.522 INFO O| Aug 29 21:24:31.522 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-08-29T21:24:32.162Z[ host-image] Aug 29 21:24:31.533 INFO O| Aug 29 21:24:31.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98752026-08-29T21:24:32.162Z[ host-image] Aug 29 21:24:31.533 INFO O| Aug 29 21:24:31.533 INFO STEP 3 (ensure_dir) COMPLETE
98762026-08-29T21:24:32.162Z[ host-image] Aug 29 21:24:31.533 INFO O| Aug 29 21:24:31.533 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98772026-08-29T21:24:32.170Z[ host-image] Aug 29 21:24:31.541 INFO O| Aug 29 21:24:31.541 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98782026-08-29T21:24:32.170Z[ host-image] Aug 29 21:24:31.541 INFO O| Aug 29 21:24:31.541 INFO STEP 4 (ensure_dir) COMPLETE
98792026-08-29T21:24:32.173Z[ host-image] Aug 29 21:24:31.541 INFO O| Aug 29 21:24:31.541 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98802026-08-29T21:24:32.177Z[ host-image] Aug 29 21:24:31.548 INFO O| Aug 29 21:24:31.548 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98812026-08-29T21:24:32.177Z[ host-image] Aug 29 21:24:31.548 INFO O| Aug 29 21:24:31.548 INFO STEP 5 (ensure_dir) COMPLETE
98822026-08-29T21:24:32.177Z[ host-image] Aug 29 21:24:31.548 INFO O| Aug 29 21:24:31.548 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98832026-08-29T21:24:32.186Z[ host-image] Aug 29 21:24:31.557 INFO O| Aug 29 21:24:31.557 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98842026-08-29T21:24:32.190Z[ host-image] Aug 29 21:24:31.557 INFO O| Aug 29 21:24:31.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98852026-08-29T21:24:32.190Z[ host-image] Aug 29 21:24:31.557 INFO O| Aug 29 21:24:31.557 INFO STEP 6 (ensure_dir) COMPLETE
98862026-08-29T21:24:32.190Z[ host-image] Aug 29 21:24:31.557 INFO O| Aug 29 21:24:31.557 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98872026-08-29T21:24:32.194Z[ host-image] Aug 29 21:24:31.565 INFO O| Aug 29 21:24:31.565 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98882026-08-29T21:24:32.194Z[ host-image] Aug 29 21:24:31.565 INFO O| Aug 29 21:24:31.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98892026-08-29T21:24:32.198Z[ host-image] Aug 29 21:24:31.565 INFO O| Aug 29 21:24:31.565 INFO STEP 7 (ensure_dir) COMPLETE
98902026-08-29T21:24:32.198Z[ host-image] Aug 29 21:24:31.566 INFO O| Aug 29 21:24:31.565 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98912026-08-29T21:24:32.204Z[ host-image] Aug 29 21:24:31.575 INFO O| Aug 29 21:24:31.575 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98922026-08-29T21:24:32.207Z[ host-image] Aug 29 21:24:31.575 INFO O| Aug 29 21:24:31.575 INFO STEP 8 (remove_files) COMPLETE
98932026-08-29T21:24:32.207Z[ host-image] Aug 29 21:24:31.575 INFO O| Aug 29 21:24:31.575 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98942026-08-29T21:24:32.214Z[ host-image] Aug 29 21:24:31.585 INFO O| Aug 29 21:24:31.585 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98952026-08-29T21:24:32.217Z[ host-image] Aug 29 21:24:31.585 INFO O| Aug 29 21:24:31.585 INFO STEP 9 (remove_files) COMPLETE
98962026-08-29T21:24:32.217Z[ host-image] Aug 29 21:24:31.585 INFO O| Aug 29 21:24:31.585 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98972026-08-29T21:24:32.223Z[ host-image] Aug 29 21:24:31.594 INFO O| Aug 29 21:24:31.594 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98982026-08-29T21:24:32.226Z[ host-image] Aug 29 21:24:31.595 INFO O| Aug 29 21:24:31.595 INFO STEP 10 (remove_files) COMPLETE
98992026-08-29T21:24:32.226Z[ host-image] Aug 29 21:24:31.595 INFO O| Aug 29 21:24:31.595 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99002026-08-29T21:24:32.232Z[ host-image] Aug 29 21:24:31.603 INFO O| Aug 29 21:24:31.603 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
99012026-08-29T21:24:32.232Z[ host-image] Aug 29 21:24:31.603 INFO O| Aug 29 21:24:31.603 INFO STEP 11 (remove_files) COMPLETE
99022026-08-29T21:24:32.235Z[ host-image] Aug 29 21:24:31.603 INFO O| Aug 29 21:24:31.603 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99032026-08-29T21:24:32.239Z[ host-image] Aug 29 21:24:31.610 INFO O| Aug 29 21:24:31.610 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
99042026-08-29T21:24:32.243Z[ host-image] Aug 29 21:24:31.611 INFO O| Aug 29 21:24:31.611 INFO STEP 12 (remove_files) COMPLETE
99052026-08-29T21:24:32.243Z[ host-image] Aug 29 21:24:31.611 INFO O| Aug 29 21:24:31.611 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99062026-08-29T21:24:32.246Z[ host-image] Aug 29 21:24:31.617 INFO O| Aug 29 21:24:31.617 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99072026-08-29T21:24:32.250Z[ host-image] Aug 29 21:24:31.618 INFO O| Aug 29 21:24:31.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99082026-08-29T21:24:32.250Z[ host-image] Aug 29 21:24:31.618 INFO O| Aug 29 21:24:31.618 INFO STEP 13 (ensure_dir) COMPLETE
99092026-08-29T21:24:32.250Z[ host-image] Aug 29 21:24:31.618 INFO O| Aug 29 21:24:31.618 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99102026-08-29T21:24:32.255Z[ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99112026-08-29T21:24:32.258Z[ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99122026-08-29T21:24:32.258Z[ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99132026-08-29T21:24:32.258Z[ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO STEP 14 (ensure_dir) COMPLETE
99142026-08-29T21:24:32.258Z[ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99152026-08-29T21:24:32.262Z[ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99162026-08-29T21:24:32.266Z[ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99172026-08-29T21:24:32.266Z[ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99182026-08-29T21:24:32.266Z[ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO STEP 15 (ensure_dir) COMPLETE
99192026-08-29T21:24:32.266Z[ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99202026-08-29T21:24:32.271Z[ host-image] Aug 29 21:24:31.642 INFO O| Aug 29 21:24:31.642 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99212026-08-29T21:24:32.274Z[ host-image] Aug 29 21:24:31.642 INFO O| Aug 29 21:24:31.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99222026-08-29T21:24:32.274Z[ host-image] Aug 29 21:24:31.642 INFO O| Aug 29 21:24:31.642 INFO STEP 16 (ensure_dir) COMPLETE
99232026-08-29T21:24:32.274Z[ host-image] Aug 29 21:24:31.642 INFO O| Aug 29 21:24:31.642 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99242026-08-29T21:24:32.279Z[ host-image] Aug 29 21:24:31.650 INFO O| Aug 29 21:24:31.650 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99252026-08-29T21:24:32.282Z[ host-image] Aug 29 21:24:31.650 INFO O| Aug 29 21:24:31.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99262026-08-29T21:24:32.282Z[ host-image] Aug 29 21:24:31.650 INFO O| Aug 29 21:24:31.650 INFO STEP 17 (ensure_dir) COMPLETE
99272026-08-29T21:24:32.282Z[ host-image] Aug 29 21:24:31.650 INFO O| Aug 29 21:24:31.650 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99282026-08-29T21:24:32.287Z[ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99292026-08-29T21:24:32.287Z[ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99302026-08-29T21:24:32.287Z[ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO ok!
99312026-08-29T21:24:32.290Z[ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO STEP 18 (ensure_symlink) COMPLETE
99322026-08-29T21:24:32.291Z[ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99332026-08-29T21:24:32.295Z[ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99342026-08-29T21:24:32.295Z[ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99352026-08-29T21:24:32.298Z[ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO ok!
99362026-08-29T21:24:32.298Z[ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO STEP 19 (ensure_file) COMPLETE
99372026-08-29T21:24:32.298Z[ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99382026-08-29T21:24:32.302Z[ host-image] Aug 29 21:24:31.673 INFO O| Aug 29 21:24:31.673 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99392026-08-29T21:24:32.302Z[ host-image] Aug 29 21:24:31.673 INFO O| Aug 29 21:24:31.673 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99402026-08-29T21:24:32.306Z[ host-image] Aug 29 21:24:31.674 INFO O| Aug 29 21:24:31.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99412026-08-29T21:24:32.306Z[ host-image] Aug 29 21:24:31.674 INFO O| Aug 29 21:24:31.674 INFO ok!
99422026-08-29T21:24:32.306Z[ host-image] Aug 29 21:24:31.674 INFO O| Aug 29 21:24:31.674 INFO STEP 20 (ensure_symlink) COMPLETE
99432026-08-29T21:24:32.306Z[ host-image] Aug 29 21:24:31.674 INFO O| Aug 29 21:24:31.674 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99442026-08-29T21:24:32.310Z[ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99452026-08-29T21:24:32.314Z[ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99462026-08-29T21:24:32.314Z[ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99472026-08-29T21:24:32.314Z[ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO ok!
99482026-08-29T21:24:32.314Z[ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO STEP 21 (ensure_symlink) COMPLETE
99492026-08-29T21:24:32.314Z[ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99502026-08-29T21:24:32.319Z[ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99512026-08-29T21:24:32.319Z[ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99522026-08-29T21:24:32.319Z[ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99532026-08-29T21:24:32.322Z[ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO ok!
99542026-08-29T21:24:32.322Z[ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO STEP 22 (ensure_symlink) COMPLETE
99552026-08-29T21:24:32.322Z[ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99562026-08-29T21:24:32.327Z[ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99572026-08-29T21:24:32.330Z[ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99582026-08-29T21:24:32.331Z[ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99592026-08-29T21:24:32.331Z[ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO ok!
99602026-08-29T21:24:32.331Z[ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO STEP 23 (ensure_symlink) COMPLETE
99612026-08-29T21:24:32.331Z[ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99622026-08-29T21:24:32.335Z[ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99632026-08-29T21:24:32.339Z[ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99642026-08-29T21:24:32.339Z[ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99652026-08-29T21:24:32.339Z[ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO ok!
99662026-08-29T21:24:32.339Z[ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO STEP 24 (ensure_file) COMPLETE
99672026-08-29T21:24:32.339Z[ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99682026-08-29T21:24:32.342Z[ host-image] Aug 29 21:24:31.712 INFO O| Aug 29 21:24:31.712 INFO updating shadow file
99692026-08-29T21:24:32.342Z[ host-image] Aug 29 21:24:31.712 INFO O| Aug 29 21:24:31.712 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99702026-08-29T21:24:32.342Z[ host-image] Aug 29 21:24:31.713 INFO O| Aug 29 21:24:31.712 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99712026-08-29T21:24:32.342Z[ host-image] Aug 29 21:24:31.713 INFO O| Aug 29 21:24:31.713 INFO STEP 25 (shadow) COMPLETE
99722026-08-29T21:24:32.342Z[ host-image] Aug 29 21:24:31.713 INFO O| Aug 29 21:24:31.713 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99732026-08-29T21:24:32.347Z[ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99742026-08-29T21:24:32.347Z[ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99752026-08-29T21:24:32.351Z[ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99762026-08-29T21:24:32.351Z[ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO ok!
99772026-08-29T21:24:32.351Z[ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO STEP 26 (ensure_file) COMPLETE
99782026-08-29T21:24:32.351Z[ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99792026-08-29T21:24:32.357Z[ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99802026-08-29T21:24:32.357Z[ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99812026-08-29T21:24:32.357Z[ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99822026-08-29T21:24:32.357Z[ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO ok!
99832026-08-29T21:24:32.357Z[ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO STEP 27 (ensure_file) COMPLETE
99842026-08-29T21:24:32.360Z[ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99852026-08-29T21:24:32.367Z[ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99862026-08-29T21:24:32.367Z[ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99872026-08-29T21:24:32.370Z[ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99882026-08-29T21:24:32.370Z[ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99892026-08-29T21:24:32.370Z[ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO ok!
99902026-08-29T21:24:32.370Z[ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO STEP 28 (ensure_file) COMPLETE
99912026-08-29T21:24:32.370Z[ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99922026-08-29T21:24:32.374Z[ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99932026-08-29T21:24:32.375Z[ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99942026-08-29T21:24:32.375Z[ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99952026-08-29T21:24:32.375Z[ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO ok!
99962026-08-29T21:24:32.375Z[ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO STEP 29 (ensure_file) COMPLETE
99972026-08-29T21:24:32.375Z[ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99982026-08-29T21:24:32.382Z[ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99992026-08-29T21:24:32.385Z[ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100002026-08-29T21:24:32.385Z[ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100012026-08-29T21:24:32.385Z[ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO STEP 30 (ensure_dir) COMPLETE
100022026-08-29T21:24:32.385Z[ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100032026-08-29T21:24:32.390Z[ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
100042026-08-29T21:24:32.390Z[ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
100052026-08-29T21:24:32.390Z[ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
100062026-08-29T21:24:32.393Z[ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
100072026-08-29T21:24:32.393Z[ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO ok!
100082026-08-29T21:24:32.393Z[ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO STEP 31 (ensure_file) COMPLETE
100092026-08-29T21:24:32.393Z[ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
100102026-08-29T21:24:32.398Z[ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.768 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100112026-08-29T21:24:32.401Z[ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100122026-08-29T21:24:32.401Z[ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.769 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100132026-08-29T21:24:32.401Z[ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.769 INFO STEP 32 (ensure_dir) COMPLETE
100142026-08-29T21:24:32.401Z[ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.769 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100152026-08-29T21:24:32.406Z[ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
100162026-08-29T21:24:32.406Z[ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 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 ...
100172026-08-29T21:24:32.410Z[ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 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
100182026-08-29T21:24:32.410Z[ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
100192026-08-29T21:24:32.410Z[ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO ok!
100202026-08-29T21:24:32.410Z[ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO STEP 33 (ensure_file) COMPLETE
100212026-08-29T21:24:32.410Z[ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100222026-08-29T21:24:32.414Z[ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100232026-08-29T21:24:32.414Z[ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100242026-08-29T21:24:32.417Z[ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100252026-08-29T21:24:32.417Z[ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO ok!
100262026-08-29T21:24:32.417Z[ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO STEP 34 (ensure_file) COMPLETE
100272026-08-29T21:24:32.418Z[ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100282026-08-29T21:24:32.421Z[ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100292026-08-29T21:24:32.421Z[ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100302026-08-29T21:24:32.424Z[ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100312026-08-29T21:24:32.424Z[ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100322026-08-29T21:24:32.425Z[ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO ok!
100332026-08-29T21:24:32.425Z[ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO STEP 35 (ensure_file) COMPLETE
100342026-08-29T21:24:32.425Z[ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100352026-08-29T21:24:32.428Z[ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100362026-08-29T21:24:32.428Z[ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100372026-08-29T21:24:32.428Z[ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100382026-08-29T21:24:32.428Z[ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO ok!
100392026-08-29T21:24:32.428Z[ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO STEP 36 (ensure_file) COMPLETE
100402026-08-29T21:24:32.428Z[ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100412026-08-29T21:24:32.434Z[ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100422026-08-29T21:24:32.434Z[ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100432026-08-29T21:24:32.437Z[ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100442026-08-29T21:24:32.437Z[ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO ok!
100452026-08-29T21:24:32.437Z[ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO STEP 37 (ensure_file) COMPLETE
100462026-08-29T21:24:32.437Z[ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-08-29T21:24:32.460Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.811 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100482026-08-29T21:24:32.460Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100492026-08-29T21:24:32.460Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100502026-08-29T21:24:32.460Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100512026-08-29T21:24:32.460Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100522026-08-29T21:24:32.460Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100532026-08-29T21:24:32.460Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO ok!
100542026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO STEP 38 (ensure_file) COMPLETE
100552026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100562026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100572026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100582026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100592026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO STEP 39 (ensure_dir) COMPLETE
100602026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100612026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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
100622026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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 ...
100632026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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
100642026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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
100652026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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
100662026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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
100672026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 INFO ok!
100682026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 INFO STEP 40 (ensure_file) COMPLETE
100692026-08-29T21:24:32.461Z[ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100702026-08-29T21:24:32.465Z[ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100712026-08-29T21:24:32.465Z[ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 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 ...
100722026-08-29T21:24:32.465Z[ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100732026-08-29T21:24:32.465Z[ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO ok!
100742026-08-29T21:24:32.465Z[ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO STEP 41 (ensure_symlink) COMPLETE
100752026-08-29T21:24:32.465Z[ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100762026-08-29T21:24:32.469Z[ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100772026-08-29T21:24:32.469Z[ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100782026-08-29T21:24:32.472Z[ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100792026-08-29T21:24:32.473Z[ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO ok!
100802026-08-29T21:24:32.473Z[ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO STEP 42 (ensure_symlink) COMPLETE
100812026-08-29T21:24:32.473Z[ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100822026-08-29T21:24:32.478Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100832026-08-29T21:24:32.478Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100842026-08-29T21:24:32.482Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100852026-08-29T21:24:32.482Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100862026-08-29T21:24:32.482Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100872026-08-29T21:24:32.482Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100882026-08-29T21:24:32.482Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO ok!
100892026-08-29T21:24:32.482Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO STEP 43 (ensure_file) COMPLETE
100902026-08-29T21:24:32.482Z[ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100912026-08-29T21:24:32.486Z[ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100922026-08-29T21:24:32.486Z[ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 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 ...
100932026-08-29T21:24:32.489Z[ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 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
100942026-08-29T21:24:32.489Z[ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100952026-08-29T21:24:32.489Z[ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO ok!
100962026-08-29T21:24:32.489Z[ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO STEP 44 (ensure_file) COMPLETE
100972026-08-29T21:24:32.490Z[ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100982026-08-29T21:24:32.494Z[ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100992026-08-29T21:24:32.494Z[ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
101002026-08-29T21:24:32.497Z[ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
101012026-08-29T21:24:32.497Z[ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO ok!
101022026-08-29T21:24:32.497Z[ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO STEP 45 (ensure_file) COMPLETE
101032026-08-29T21:24:32.497Z[ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
101042026-08-29T21:24:32.503Z[ host-image] Aug 29 21:24:31.874 INFO O| Aug 29 21:24:31.874 INFO updating shadow file
101052026-08-29T21:24:32.506Z[ host-image] Aug 29 21:24:31.874 INFO O| Aug 29 21:24:31.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
101062026-08-29T21:24:32.506Z[ host-image] Aug 29 21:24:31.874 INFO O| Aug 29 21:24:31.874 INFO STEP 46 (shadow) COMPLETE
101072026-08-29T21:24:32.506Z[ host-image] Aug 29 21:24:31.874 INFO O| Aug 29 21:24:31.874 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
101082026-08-29T21:24:32.510Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
101092026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
101102026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
101112026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
101122026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO ok!
101132026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO STEP 47 (ensure_file) COMPLETE
101142026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101152026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO skip step because feature "mfg" is not enabled
101162026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101172026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO skip step because feature "mfg" is not enabled
101182026-08-29T21:24:32.514Z[ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101192026-08-29T21:24:32.518Z[ host-image] Aug 29 21:24:31.889 INFO O| Aug 29 21:24:31.889 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
101202026-08-29T21:24:32.518Z[ host-image] Aug 29 21:24:31.889 INFO O| Aug 29 21:24:31.889 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
101212026-08-29T21:24:32.542Z[ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101222026-08-29T21:24:32.542Z[ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101232026-08-29T21:24:32.546Z[ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO ok!
101242026-08-29T21:24:32.546Z[ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO STEP 50 (ensure_file) COMPLETE
101252026-08-29T21:24:32.546Z[ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101262026-08-29T21:24:32.546Z[ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO skip step because feature "compliance" is not enabled
101272026-08-29T21:24:32.546Z[ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101282026-08-29T21:24:32.549Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101292026-08-29T21:24:32.549Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101302026-08-29T21:24:32.549Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101312026-08-29T21:24:32.549Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101322026-08-29T21:24:32.549Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101332026-08-29T21:24:32.549Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101342026-08-29T21:24:32.549Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO ok!
101352026-08-29T21:24:32.549Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO STEP 52 (ensure_file) COMPLETE
101362026-08-29T21:24:32.553Z[ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-08-29T21:24:32.558Z[ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101382026-08-29T21:24:32.558Z[ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 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 ...
101392026-08-29T21:24:32.561Z[ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 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
101402026-08-29T21:24:32.561Z[ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101412026-08-29T21:24:32.561Z[ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO ok!
101422026-08-29T21:24:32.561Z[ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO STEP 53 (ensure_file) COMPLETE
101432026-08-29T21:24:32.561Z[ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101442026-08-29T21:24:32.565Z[ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101452026-08-29T21:24:32.568Z[ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 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 ...
101462026-08-29T21:24:32.568Z[ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101472026-08-29T21:24:32.568Z[ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101482026-08-29T21:24:32.568Z[ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO ok!
101492026-08-29T21:24:32.568Z[ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO STEP 54 (ensure_file) COMPLETE
101502026-08-29T21:24:32.568Z[ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101512026-08-29T21:24:32.572Z[ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101522026-08-29T21:24:32.572Z[ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 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 ...
101532026-08-29T21:24:32.572Z[ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 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
101542026-08-29T21:24:32.572Z[ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101552026-08-29T21:24:32.572Z[ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO ok!
101562026-08-29T21:24:32.572Z[ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO STEP 55 (ensure_file) COMPLETE
101572026-08-29T21:24:32.572Z[ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101582026-08-29T21:24:32.580Z[ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101592026-08-29T21:24:32.580Z[ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 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 ...
101602026-08-29T21:24:32.584Z[ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101612026-08-29T21:24:32.584Z[ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101622026-08-29T21:24:32.584Z[ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO ok!
101632026-08-29T21:24:32.584Z[ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO STEP 56 (ensure_file) COMPLETE
101642026-08-29T21:24:32.584Z[ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101652026-08-29T21:24:32.587Z[ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101662026-08-29T21:24:32.587Z[ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 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 ...
101672026-08-29T21:24:32.587Z[ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 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
101682026-08-29T21:24:32.588Z[ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101692026-08-29T21:24:32.588Z[ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO ok!
101702026-08-29T21:24:32.588Z[ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO STEP 57 (ensure_file) COMPLETE
101712026-08-29T21:24:32.588Z[ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101722026-08-29T21:24:32.595Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101732026-08-29T21:24:32.595Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 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 ...
101742026-08-29T21:24:32.599Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101752026-08-29T21:24:32.599Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101762026-08-29T21:24:32.599Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101772026-08-29T21:24:32.599Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101782026-08-29T21:24:32.599Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO ok!
101792026-08-29T21:24:32.599Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO STEP 58 (ensure_file) COMPLETE
101802026-08-29T21:24:32.599Z[ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101812026-08-29T21:24:32.603Z[ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101822026-08-29T21:24:32.606Z[ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 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 ...
101832026-08-29T21:24:32.606Z[ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 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
101842026-08-29T21:24:32.606Z[ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101852026-08-29T21:24:32.606Z[ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO ok!
101862026-08-29T21:24:32.606Z[ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO STEP 59 (ensure_file) COMPLETE
101872026-08-29T21:24:32.607Z[ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101882026-08-29T21:24:32.611Z[ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101892026-08-29T21:24:32.614Z[ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101902026-08-29T21:24:32.614Z[ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101912026-08-29T21:24:32.614Z[ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101922026-08-29T21:24:32.614Z[ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO ok!
101932026-08-29T21:24:32.614Z[ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO STEP 60 (ensure_file) COMPLETE
101942026-08-29T21:24:32.614Z[ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101952026-08-29T21:24:32.618Z[ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101962026-08-29T21:24:32.618Z[ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 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 ...
101972026-08-29T21:24:32.618Z[ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 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
101982026-08-29T21:24:32.618Z[ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101992026-08-29T21:24:32.618Z[ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO ok!
102002026-08-29T21:24:32.618Z[ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO STEP 61 (ensure_file) COMPLETE
102012026-08-29T21:24:32.618Z[ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102022026-08-29T21:24:32.626Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
102032026-08-29T21:24:32.626Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
102042026-08-29T21:24:32.629Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102052026-08-29T21:24:32.629Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102062026-08-29T21:24:32.629Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102072026-08-29T21:24:32.629Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102082026-08-29T21:24:32.629Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO ok!
102092026-08-29T21:24:32.629Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO STEP 62 (ensure_file) COMPLETE
102102026-08-29T21:24:32.629Z[ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102112026-08-29T21:24:32.633Z[ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
102122026-08-29T21:24:32.636Z[ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 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 ...
102132026-08-29T21:24:32.637Z[ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 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
102142026-08-29T21:24:32.637Z[ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
102152026-08-29T21:24:32.637Z[ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO ok!
102162026-08-29T21:24:32.637Z[ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO STEP 63 (ensure_file) COMPLETE
102172026-08-29T21:24:32.637Z[ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102182026-08-29T21:24:32.641Z[ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
102192026-08-29T21:24:32.641Z[ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 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 ...
102202026-08-29T21:24:32.644Z[ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 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
102212026-08-29T21:24:32.644Z[ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102222026-08-29T21:24:32.644Z[ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO ok!
102232026-08-29T21:24:32.645Z[ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO STEP 64 (ensure_file) COMPLETE
102242026-08-29T21:24:32.645Z[ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102252026-08-29T21:24:32.649Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102262026-08-29T21:24:32.649Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 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 ...
102272026-08-29T21:24:32.652Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 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
102282026-08-29T21:24:32.652Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102292026-08-29T21:24:32.652Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO ok!
102302026-08-29T21:24:32.652Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO STEP 65 (ensure_file) COMPLETE
102312026-08-29T21:24:32.652Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102322026-08-29T21:24:32.652Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO skip step because feature "mbist" is not enabled
102332026-08-29T21:24:32.652Z[ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-08-29T21:24:32.656Z[ host-image] Aug 29 21:24:32.027 INFO O| Aug 29 21:24:32.027 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102352026-08-29T21:24:32.656Z[ host-image] Aug 29 21:24:32.027 INFO O| Aug 29 21:24:32.027 INFO STEP 67 (ensure_dir) COMPLETE
102362026-08-29T21:24:32.656Z[ host-image] Aug 29 21:24:32.027 INFO O| Aug 29 21:24:32.027 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-29T21:24:32.663Z[ host-image] Aug 29 21:24:32.034 INFO O| Aug 29 21:24:32.034 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102382026-08-29T21:24:32.663Z[ host-image] Aug 29 21:24:32.034 INFO O| Aug 29 21:24:32.034 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102392026-08-29T21:24:32.666Z[ host-image] Aug 29 21:24:32.034 INFO O| Aug 29 21:24:32.034 INFO STEP 68 (ensure_dir) COMPLETE
102402026-08-29T21:24:32.666Z[ host-image] Aug 29 21:24:32.034 INFO O| Aug 29 21:24:32.034 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-29T21:24:32.669Z[ host-image] Aug 29 21:24:32.040 INFO O| Aug 29 21:24:32.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102422026-08-29T21:24:32.670Z[ host-image] Aug 29 21:24:32.040 INFO O| Aug 29 21:24:32.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102432026-08-29T21:24:32.670Z[ host-image] Aug 29 21:24:32.040 INFO O| Aug 29 21:24:32.040 INFO STEP 69 (ensure_dir) COMPLETE
102442026-08-29T21:24:32.670Z[ host-image] Aug 29 21:24:32.040 INFO O| Aug 29 21:24:32.040 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-08-29T21:24:32.677Z[ host-image] Aug 29 21:24:32.048 INFO O| Aug 29 21:24:32.048 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102462026-08-29T21:24:32.680Z[ host-image] Aug 29 21:24:32.048 INFO O| Aug 29 21:24:32.048 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102472026-08-29T21:24:33.035Z[ host-image] Aug 29 21:24:32.405 INFO O| Aug 29 21:24:32.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102482026-08-29T21:24:33.035Z[ host-image] Aug 29 21:24:32.405 INFO O| Aug 29 21:24:32.405 INFO ok!
102492026-08-29T21:24:33.035Z[ host-image] Aug 29 21:24:32.405 INFO O| Aug 29 21:24:32.405 INFO STEP 70 (ensure_file) COMPLETE
102502026-08-29T21:24:33.038Z[ host-image] Aug 29 21:24:32.405 INFO O| Aug 29 21:24:32.405 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-08-29T21:24:33.044Z[ host-image] Aug 29 21:24:32.415 INFO O| Aug 29 21:24:32.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102522026-08-29T21:24:33.044Z[ host-image] Aug 29 21:24:32.415 INFO O| Aug 29 21:24:32.415 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102532026-08-29T21:24:33.710Z[ host-image] Aug 29 21:24:33.081 INFO O| Aug 29 21:24:33.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102542026-08-29T21:24:33.710Z[ host-image] Aug 29 21:24:33.081 INFO O| Aug 29 21:24:33.081 INFO ok!
102552026-08-29T21:24:33.710Z[ host-image] Aug 29 21:24:33.081 INFO O| Aug 29 21:24:33.081 INFO STEP 71 (ensure_file) COMPLETE
102562026-08-29T21:24:33.714Z[ host-image] Aug 29 21:24:33.081 INFO O| Aug 29 21:24:33.081 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-08-29T21:24:33.720Z[ host-image] Aug 29 21:24:33.091 INFO O| Aug 29 21:24:33.091 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102582026-08-29T21:24:33.721Z[ host-image] Aug 29 21:24:33.091 INFO O| Aug 29 21:24:33.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102592026-08-29T21:24:33.724Z[ host-image] Aug 29 21:24:33.091 INFO O| Aug 29 21:24:33.091 INFO STEP 72 (ensure_dir) COMPLETE
102602026-08-29T21:24:33.724Z[ host-image] Aug 29 21:24:33.091 INFO O| Aug 29 21:24:33.091 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-29T21:24:33.730Z[ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102622026-08-29T21:24:33.730Z[ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO copying /tmp/.tmpdiOogb/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 ...
102632026-08-29T21:24:33.733Z[ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102642026-08-29T21:24:33.733Z[ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO ok!
102652026-08-29T21:24:33.733Z[ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO STEP 73 (ensure_file) COMPLETE
102662026-08-29T21:24:33.733Z[ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-08-29T21:24:33.738Z[ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102682026-08-29T21:24:33.738Z[ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO copying /tmp/.tmpdiOogb/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 ...
102692026-08-29T21:24:33.742Z[ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102702026-08-29T21:24:33.742Z[ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO ok!
102712026-08-29T21:24:33.742Z[ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO STEP 74 (ensure_file) COMPLETE
102722026-08-29T21:24:33.742Z[ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-29T21:24:33.745Z[ host-image] Aug 29 21:24:33.117 INFO O| Aug 29 21:24:33.117 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102742026-08-29T21:24:33.746Z[ host-image] Aug 29 21:24:33.117 INFO O| Aug 29 21:24:33.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102752026-08-29T21:24:33.749Z[ host-image] Aug 29 21:24:33.117 INFO O| Aug 29 21:24:33.117 INFO STEP 75 (ensure_dir) COMPLETE
102762026-08-29T21:24:33.749Z[ host-image] Aug 29 21:24:33.117 INFO O| Aug 29 21:24:33.117 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-29T21:24:33.754Z[ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102782026-08-29T21:24:33.754Z[ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO copying /tmp/.tmpdiOogb/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 ...
102792026-08-29T21:24:33.757Z[ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102802026-08-29T21:24:33.758Z[ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO ok!
102812026-08-29T21:24:33.758Z[ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO STEP 76 (ensure_file) COMPLETE
102822026-08-29T21:24:33.758Z[ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-29T21:24:33.762Z[ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102842026-08-29T21:24:33.766Z[ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO copying /tmp/.tmpdiOogb/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 ...
102852026-08-29T21:24:33.766Z[ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102862026-08-29T21:24:33.766Z[ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO ok!
102872026-08-29T21:24:33.766Z[ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO STEP 77 (ensure_file) COMPLETE
102882026-08-29T21:24:33.766Z[ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-08-29T21:24:33.771Z[ host-image] Aug 29 21:24:33.142 INFO O| Aug 29 21:24:33.142 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102902026-08-29T21:24:33.774Z[ host-image] Aug 29 21:24:33.142 INFO O| Aug 29 21:24:33.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102912026-08-29T21:24:33.775Z[ host-image] Aug 29 21:24:33.142 INFO O| Aug 29 21:24:33.142 INFO STEP 78 (ensure_dir) COMPLETE
102922026-08-29T21:24:33.775Z[ host-image] Aug 29 21:24:33.142 INFO O| Aug 29 21:24:33.142 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-08-29T21:24:33.781Z[ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102942026-08-29T21:24:33.781Z[ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO copying /tmp/.tmpdiOogb/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 ...
102952026-08-29T21:24:33.784Z[ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102962026-08-29T21:24:33.784Z[ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO ok!
102972026-08-29T21:24:33.784Z[ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO STEP 79 (ensure_file) COMPLETE
102982026-08-29T21:24:33.784Z[ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-29T21:24:33.789Z[ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
103002026-08-29T21:24:33.793Z[ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
103012026-08-29T21:24:33.793Z[ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
103022026-08-29T21:24:33.793Z[ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO ok!
103032026-08-29T21:24:33.793Z[ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO STEP 80 (ensure_file) COMPLETE
103042026-08-29T21:24:33.793Z[ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-29T21:24:33.797Z[ host-image] Aug 29 21:24:33.168 INFO O| Aug 29 21:24:33.168 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103062026-08-29T21:24:33.800Z[ host-image] Aug 29 21:24:33.168 INFO O| Aug 29 21:24:33.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103072026-08-29T21:24:33.800Z[ host-image] Aug 29 21:24:33.168 INFO O| Aug 29 21:24:33.168 INFO STEP 81 (ensure_dir) COMPLETE
103082026-08-29T21:24:33.801Z[ host-image] Aug 29 21:24:33.168 INFO O| Aug 29 21:24:33.168 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-08-29T21:24:33.804Z[ host-image] Aug 29 21:24:33.176 INFO O| Aug 29 21:24:33.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
103102026-08-29T21:24:33.808Z[ host-image] Aug 29 21:24:33.176 INFO O| Aug 29 21:24:33.176 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
103112026-08-29T21:24:34.410Z[ host-image] Aug 29 21:24:33.780 INFO O| Aug 29 21:24:33.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
103122026-08-29T21:24:34.410Z[ host-image] Aug 29 21:24:33.780 INFO O| Aug 29 21:24:33.780 INFO ok!
103132026-08-29T21:24:34.410Z[ host-image] Aug 29 21:24:33.780 INFO O| Aug 29 21:24:33.780 INFO STEP 82 (ensure_file) COMPLETE
103142026-08-29T21:24:34.410Z[ host-image] Aug 29 21:24:33.780 INFO O| Aug 29 21:24:33.780 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-29T21:24:34.418Z[ host-image] Aug 29 21:24:33.789 INFO O| Aug 29 21:24:33.789 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103162026-08-29T21:24:34.418Z[ host-image] Aug 29 21:24:33.789 INFO O| Aug 29 21:24:33.789 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103172026-08-29T21:24:34.705Z[ host-image] Aug 29 21:24:34.075 INFO O| Aug 29 21:24:34.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103182026-08-29T21:24:34.705Z[ host-image] Aug 29 21:24:34.075 INFO O| Aug 29 21:24:34.075 INFO ok!
103192026-08-29T21:24:34.708Z[ host-image] Aug 29 21:24:34.075 INFO O| Aug 29 21:24:34.075 INFO STEP 83 (ensure_file) COMPLETE
103202026-08-29T21:24:34.708Z[ host-image] Aug 29 21:24:34.075 INFO O| Aug 29 21:24:34.075 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-08-29T21:24:34.714Z[ host-image] Aug 29 21:24:34.085 INFO O| Aug 29 21:24:34.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103222026-08-29T21:24:34.714Z[ host-image] Aug 29 21:24:34.085 INFO O| Aug 29 21:24:34.085 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103232026-08-29T21:24:35.857Z[ recovery-image] Aug 29 21:24:35.226 INFO creating reset image...
103242026-08-29T21:24:35.857Z[ recovery-image] Aug 29 21:24:35.226 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")
103252026-08-29T21:24:36.139Z[ recovery-image] Aug 29 21:24:35.510 INFO E| Updating crates.io index
103262026-08-29T21:24:36.282Z[ host-image] Aug 29 21:24:35.653 INFO O| Aug 29 21:24:35.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103272026-08-29T21:24:36.282Z[ host-image] Aug 29 21:24:35.653 INFO O| Aug 29 21:24:35.653 INFO ok!
103282026-08-29T21:24:36.282Z[ host-image] Aug 29 21:24:35.653 INFO O| Aug 29 21:24:35.653 INFO STEP 84 (ensure_file) COMPLETE
103292026-08-29T21:24:36.287Z[ host-image] Aug 29 21:24:35.653 INFO O| Aug 29 21:24:35.653 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-29T21:24:36.291Z[ host-image] Aug 29 21:24:35.662 INFO O| Aug 29 21:24:35.662 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103312026-08-29T21:24:36.295Z[ host-image] Aug 29 21:24:35.662 INFO O| Aug 29 21:24:35.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103322026-08-29T21:24:36.295Z[ host-image] Aug 29 21:24:35.662 INFO O| Aug 29 21:24:35.662 INFO STEP 85 (ensure_dir) COMPLETE
103332026-08-29T21:24:36.295Z[ host-image] Aug 29 21:24:35.662 INFO O| Aug 29 21:24:35.662 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-29T21:24:36.299Z[ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-weekend.pem does not exist
103352026-08-29T21:24:36.299Z[ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/pkg/sush-weekend.pem -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-weekend.pem ...
103362026-08-29T21:24:36.299Z[ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-weekend.pem
103372026-08-29T21:24:36.303Z[ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO ok!
103382026-08-29T21:24:36.303Z[ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO STEP 86 (ensure_file) COMPLETE
103392026-08-29T21:24:36.303Z[ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-29T21:24:36.307Z[ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist
103412026-08-29T21:24:36.307Z[ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/pkg/sush-sandbox.pem -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem ...
103422026-08-29T21:24:36.307Z[ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem
103432026-08-29T21:24:36.307Z[ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO ok!
103442026-08-29T21:24:36.307Z[ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO STEP 87 (ensure_file) COMPLETE
103452026-08-29T21:24:36.308Z[ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-29T21:24:36.314Z[ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103472026-08-29T21:24:36.314Z[ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO copying /tmp/.tmpdiOogb/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 ...
103482026-08-29T21:24:36.318Z[ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103492026-08-29T21:24:36.318Z[ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO ok!
103502026-08-29T21:24:36.318Z[ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO STEP 88 (ensure_file) COMPLETE
103512026-08-29T21:24:36.318Z[ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-29T21:24:36.322Z[ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103532026-08-29T21:24:36.322Z[ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO copying /tmp/.tmpdiOogb/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 ...
103542026-08-29T21:24:36.322Z[ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103552026-08-29T21:24:36.322Z[ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO ok!
103562026-08-29T21:24:36.322Z[ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO STEP 89 (ensure_file) COMPLETE
103572026-08-29T21:24:36.322Z[ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-29T21:24:36.329Z[ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103592026-08-29T21:24:36.333Z[ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103602026-08-29T21:24:36.333Z[ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103612026-08-29T21:24:36.333Z[ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO ok!
103622026-08-29T21:24:36.333Z[ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO STEP 90 (ensure_file) COMPLETE
103632026-08-29T21:24:36.333Z[ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-29T21:24:36.338Z[ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103652026-08-29T21:24:36.338Z[ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103662026-08-29T21:24:36.338Z[ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103672026-08-29T21:24:36.338Z[ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO ok!
103682026-08-29T21:24:36.338Z[ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO STEP 91 (ensure_file) COMPLETE
103692026-08-29T21:24:36.338Z[ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-29T21:24:36.344Z[ host-image] Aug 29 21:24:35.715 INFO O| Aug 29 21:24:35.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103712026-08-29T21:24:36.349Z[ host-image] Aug 29 21:24:35.715 INFO O| Aug 29 21:24:35.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103722026-08-29T21:24:36.349Z[ host-image] Aug 29 21:24:35.715 INFO O| Aug 29 21:24:35.715 INFO STEP 92 (ensure_dir) COMPLETE
103732026-08-29T21:24:36.349Z[ host-image] Aug 29 21:24:35.715 INFO O| Aug 29 21:24:35.715 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-08-29T21:24:36.353Z[ host-image] Aug 29 21:24:35.723 INFO O| Aug 29 21:24:35.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103752026-08-29T21:24:36.353Z[ host-image] Aug 29 21:24:35.723 INFO O| Aug 29 21:24:35.723 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103762026-08-29T21:24:36.357Z[ host-image] Aug 29 21:24:35.727 INFO O| Aug 29 21:24:35.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103772026-08-29T21:24:36.357Z[ host-image] Aug 29 21:24:35.727 INFO O| Aug 29 21:24:35.727 INFO ok!
103782026-08-29T21:24:36.357Z[ host-image] Aug 29 21:24:35.727 INFO O| Aug 29 21:24:35.727 INFO STEP 93 (ensure_file) COMPLETE
103792026-08-29T21:24:36.357Z[ host-image] Aug 29 21:24:35.727 INFO O| Aug 29 21:24:35.727 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-29T21:24:36.363Z[ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103812026-08-29T21:24:36.364Z[ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103822026-08-29T21:24:36.367Z[ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103832026-08-29T21:24:36.367Z[ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO ok!
103842026-08-29T21:24:36.367Z[ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO STEP 94 (ensure_file) COMPLETE
103852026-08-29T21:24:36.367Z[ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-08-29T21:24:36.371Z[ host-image] Aug 29 21:24:35.741 INFO O| Aug 29 21:24:35.741 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103872026-08-29T21:24:36.371Z[ host-image] Aug 29 21:24:35.741 INFO O| Aug 29 21:24:35.741 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103882026-08-29T21:24:36.503Z[ recovery-image] Aug 29 21:24:35.870 INFO E| Downloading crates ...
103892026-08-29T21:24:36.587Z[ recovery-image] Aug 29 21:24:35.957 INFO E| Downloaded clap_lex v1.1.0
103902026-08-29T21:24:36.591Z[ recovery-image] Aug 29 21:24:35.959 INFO E| Downloaded os_pipe v1.2.3
103912026-08-29T21:24:36.591Z[ recovery-image] Aug 29 21:24:35.960 INFO E| Downloaded colorchoice v1.0.5
103922026-08-29T21:24:36.595Z[ recovery-image] Aug 29 21:24:35.962 INFO E| Downloaded sigchld v0.2.4
103932026-08-29T21:24:36.595Z[ recovery-image] Aug 29 21:24:35.963 INFO E| Downloaded duct v1.1.1
103942026-08-29T21:24:36.595Z[ recovery-image] Aug 29 21:24:35.965 INFO E| Downloaded shared_child v1.1.1
103952026-08-29T21:24:36.595Z[ recovery-image] Aug 29 21:24:35.966 INFO E| Downloaded shared_thread v0.2.0
103962026-08-29T21:24:36.646Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling libc v0.2.186
103972026-08-29T21:24:36.646Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling proc-macro2 v1.0.106
103982026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling unicode-ident v1.0.24
103992026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling quote v1.0.45
104002026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling signal-hook v0.3.18
104012026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling utf8parse v0.2.2
104022026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling is_terminal_polyfill v1.70.2
104032026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling anstyle-query v1.1.5
104042026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling anstyle v1.0.14
104052026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.017 INFO E| Compiling colorchoice v1.0.5
104062026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.017 INFO E| Compiling clap_lex v1.1.0
104072026-08-29T21:24:36.650Z[ recovery-image] Aug 29 21:24:36.017 INFO E| Compiling strsim v0.11.1
104082026-08-29T21:24:36.651Z[ recovery-image] Aug 29 21:24:36.017 INFO E| Compiling heck v0.5.0
104092026-08-29T21:24:36.659Z[ recovery-image] Aug 29 21:24:36.030 INFO E| Compiling shared_thread v0.2.0
104102026-08-29T21:24:36.818Z[ recovery-image] Aug 29 21:24:36.188 INFO E| Compiling anstyle-parse v1.0.0
104112026-08-29T21:24:36.974Z[ recovery-image] Aug 29 21:24:36.345 INFO E| Compiling anstream v1.0.0
104122026-08-29T21:24:37.207Z[ recovery-image] Aug 29 21:24:36.576 INFO E| Compiling clap_builder v4.6.0
104132026-08-29T21:24:37.313Z[ host-image] Aug 29 21:24:36.683 INFO O| Aug 29 21:24:36.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
104142026-08-29T21:24:37.313Z[ host-image] Aug 29 21:24:36.683 INFO O| Aug 29 21:24:36.683 INFO ok!
104152026-08-29T21:24:37.317Z[ host-image] Aug 29 21:24:36.683 INFO O| Aug 29 21:24:36.683 INFO STEP 95 (ensure_file) COMPLETE
104162026-08-29T21:24:37.317Z[ host-image] Aug 29 21:24:36.683 INFO O| Aug 29 21:24:36.683 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-08-29T21:24:37.321Z[ host-image] Aug 29 21:24:36.692 INFO O| Aug 29 21:24:36.692 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104182026-08-29T21:24:37.321Z[ host-image] Aug 29 21:24:36.692 INFO O| Aug 29 21:24:36.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
104192026-08-29T21:24:37.321Z[ host-image] Aug 29 21:24:36.692 INFO O| Aug 29 21:24:36.692 INFO STEP 96 (ensure_dir) COMPLETE
104202026-08-29T21:24:37.325Z[ host-image] Aug 29 21:24:36.692 INFO O| Aug 29 21:24:36.692 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-29T21:24:37.329Z[ host-image] Aug 29 21:24:36.700 INFO O| Aug 29 21:24:36.700 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104222026-08-29T21:24:37.329Z[ host-image] Aug 29 21:24:36.700 INFO O| Aug 29 21:24:36.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
104232026-08-29T21:24:37.333Z[ host-image] Aug 29 21:24:36.700 INFO O| Aug 29 21:24:36.700 INFO STEP 97 (ensure_dir) COMPLETE
104242026-08-29T21:24:37.333Z[ host-image] Aug 29 21:24:36.700 INFO O| Aug 29 21:24:36.700 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-29T21:24:37.337Z[ host-image] Aug 29 21:24:36.708 INFO O| Aug 29 21:24:36.708 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104262026-08-29T21:24:37.337Z[ host-image] Aug 29 21:24:36.708 INFO O| Aug 29 21:24:36.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
104272026-08-29T21:24:37.341Z[ host-image] Aug 29 21:24:36.708 INFO O| Aug 29 21:24:36.708 INFO STEP 98 (ensure_dir) COMPLETE
104282026-08-29T21:24:37.341Z[ host-image] Aug 29 21:24:36.708 INFO O| Aug 29 21:24:36.708 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-08-29T21:24:37.345Z[ host-image] Aug 29 21:24:36.715 INFO O| Aug 29 21:24:36.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104302026-08-29T21:24:37.345Z[ host-image] Aug 29 21:24:36.715 INFO O| Aug 29 21:24:36.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104312026-08-29T21:24:37.345Z[ host-image] Aug 29 21:24:36.715 INFO O| Aug 29 21:24:36.715 INFO STEP 99 (ensure_dir) COMPLETE
104322026-08-29T21:24:37.345Z[ host-image] Aug 29 21:24:36.715 INFO O| Aug 29 21:24:36.715 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-29T21:24:37.352Z[ host-image] Aug 29 21:24:36.722 INFO O| Aug 29 21:24:36.722 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104342026-08-29T21:24:37.352Z[ host-image] Aug 29 21:24:36.722 INFO O| Aug 29 21:24:36.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104352026-08-29T21:24:37.356Z[ host-image] Aug 29 21:24:36.722 INFO O| Aug 29 21:24:36.722 INFO STEP 100 (ensure_dir) COMPLETE
104362026-08-29T21:24:37.356Z[ host-image] Aug 29 21:24:36.722 INFO O| Aug 29 21:24:36.722 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-29T21:24:37.360Z[ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
104382026-08-29T21:24:37.360Z[ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO copying /tmp/.tmpdiOogb/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 ...
104392026-08-29T21:24:37.364Z[ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
104402026-08-29T21:24:37.364Z[ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO ok!
104412026-08-29T21:24:37.365Z[ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO STEP 101 (ensure_file) COMPLETE
104422026-08-29T21:24:37.365Z[ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO STEP 102: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-29T21:24:37.368Z[ host-image] Aug 29 21:24:36.739 INFO O| Aug 29 21:24:36.739 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104442026-08-29T21:24:37.368Z[ host-image] Aug 29 21:24:36.739 INFO O| Aug 29 21:24:36.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104452026-08-29T21:24:37.368Z[ host-image] Aug 29 21:24:36.739 INFO O| Aug 29 21:24:36.739 INFO STEP 102 (ensure_dir) COMPLETE
104462026-08-29T21:24:37.368Z[ host-image] Aug 29 21:24:36.739 INFO O| Aug 29 21:24:36.739 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-08-29T21:24:37.375Z[ host-image] Aug 29 21:24:36.745 INFO O| Aug 29 21:24:36.745 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
104482026-08-29T21:24:37.375Z[ host-image] Aug 29 21:24:36.745 INFO O| Aug 29 21:24:36.745 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
104492026-08-29T21:24:37.385Z[ host-image] Aug 29 21:24:36.755 INFO O| Aug 29 21:24:36.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
104502026-08-29T21:24:37.385Z[ host-image] Aug 29 21:24:36.755 INFO O| Aug 29 21:24:36.755 INFO ok!
104512026-08-29T21:24:37.389Z[ host-image] Aug 29 21:24:36.755 INFO O| Aug 29 21:24:36.755 INFO STEP 103 (ensure_file) COMPLETE
104522026-08-29T21:24:37.389Z[ host-image] Aug 29 21:24:36.755 INFO O| Aug 29 21:24:36.755 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-08-29T21:24:37.394Z[ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104542026-08-29T21:24:37.394Z[ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104552026-08-29T21:24:37.398Z[ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104562026-08-29T21:24:37.398Z[ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO ok!
104572026-08-29T21:24:37.398Z[ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO STEP 104 (ensure_file) COMPLETE
104582026-08-29T21:24:37.398Z[ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-08-29T21:24:37.402Z[ host-image] Aug 29 21:24:36.772 INFO O| Aug 29 21:24:36.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104602026-08-29T21:24:37.402Z[ host-image] Aug 29 21:24:36.772 INFO O| Aug 29 21:24:36.772 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104612026-08-29T21:24:37.517Z[ recovery-image] Aug 29 21:24:36.887 INFO E| Compiling errno v0.3.14
104622026-08-29T21:24:37.517Z[ recovery-image] Aug 29 21:24:36.887 INFO E| Compiling os_pipe v1.2.3
104632026-08-29T21:24:37.619Z[ recovery-image] Aug 29 21:24:36.990 INFO E| Compiling signal-hook-registry v1.4.8
104642026-08-29T21:24:37.727Z[ host-image] Aug 29 21:24:37.097 INFO O| Aug 29 21:24:37.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104652026-08-29T21:24:37.727Z[ host-image] Aug 29 21:24:37.097 INFO O| Aug 29 21:24:37.097 INFO ok!
104662026-08-29T21:24:37.727Z[ host-image] Aug 29 21:24:37.097 INFO O| Aug 29 21:24:37.097 INFO STEP 105 (ensure_file) COMPLETE
104672026-08-29T21:24:37.731Z[ host-image] Aug 29 21:24:37.097 INFO O| Aug 29 21:24:37.097 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-29T21:24:37.735Z[ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104692026-08-29T21:24:37.735Z[ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104702026-08-29T21:24:37.739Z[ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104712026-08-29T21:24:37.739Z[ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO ok!
104722026-08-29T21:24:37.739Z[ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO STEP 106 (ensure_file) COMPLETE
104732026-08-29T21:24:37.739Z[ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO STEP 107: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-29T21:24:37.743Z[ host-image] Aug 29 21:24:37.114 INFO O| Aug 29 21:24:37.114 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104752026-08-29T21:24:37.743Z[ host-image] Aug 29 21:24:37.114 INFO O| Aug 29 21:24:37.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104762026-08-29T21:24:37.743Z[ host-image] Aug 29 21:24:37.114 INFO O| Aug 29 21:24:37.114 INFO STEP 107 (ensure_dir) COMPLETE
104772026-08-29T21:24:37.747Z[ host-image] Aug 29 21:24:37.114 INFO O| Aug 29 21:24:37.114 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-08-29T21:24:37.753Z[ host-image] Aug 29 21:24:37.123 INFO O| Aug 29 21:24:37.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104792026-08-29T21:24:37.753Z[ host-image] Aug 29 21:24:37.123 INFO O| Aug 29 21:24:37.123 INFO copying /tmp/.tmpdiOogb/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 ...
104802026-08-29T21:24:37.764Z[ host-image] Aug 29 21:24:37.134 INFO O| Aug 29 21:24:37.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104812026-08-29T21:24:37.764Z[ host-image] Aug 29 21:24:37.134 INFO O| Aug 29 21:24:37.134 INFO ok!
104822026-08-29T21:24:37.768Z[ host-image] Aug 29 21:24:37.134 INFO O| Aug 29 21:24:37.134 INFO STEP 108 (ensure_file) COMPLETE
104832026-08-29T21:24:37.768Z[ host-image] Aug 29 21:24:37.134 INFO O| Aug 29 21:24:37.134 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-08-29T21:24:37.772Z[ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104852026-08-29T21:24:37.772Z[ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO copying /tmp/.tmpdiOogb/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 ...
104862026-08-29T21:24:37.775Z[ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104872026-08-29T21:24:37.775Z[ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO ok!
104882026-08-29T21:24:37.775Z[ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO STEP 109 (ensure_file) COMPLETE
104892026-08-29T21:24:37.776Z[ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-08-29T21:24:37.779Z[ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104912026-08-29T21:24:37.779Z[ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO copying /tmp/.tmpdiOogb/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 ...
104922026-08-29T21:24:37.783Z[ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104932026-08-29T21:24:37.783Z[ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO ok!
104942026-08-29T21:24:37.784Z[ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO STEP 110 (ensure_file) COMPLETE
104952026-08-29T21:24:37.784Z[ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-08-29T21:24:37.788Z[ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104972026-08-29T21:24:37.788Z[ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO copying /tmp/.tmpdiOogb/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 ...
104982026-08-29T21:24:37.792Z[ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104992026-08-29T21:24:37.792Z[ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO ok!
105002026-08-29T21:24:37.792Z[ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO STEP 111 (ensure_file) COMPLETE
105012026-08-29T21:24:37.793Z[ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-08-29T21:24:37.796Z[ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
105032026-08-29T21:24:37.796Z[ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO copying /tmp/.tmpdiOogb/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 ...
105042026-08-29T21:24:37.796Z[ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
105052026-08-29T21:24:37.796Z[ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO ok!
105062026-08-29T21:24:37.797Z[ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO STEP 112 (ensure_file) COMPLETE
105072026-08-29T21:24:37.797Z[ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-08-29T21:24:37.805Z[ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
105092026-08-29T21:24:37.805Z[ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO copying /tmp/.tmpdiOogb/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 ...
105102026-08-29T21:24:37.809Z[ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
105112026-08-29T21:24:37.809Z[ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO ok!
105122026-08-29T21:24:37.809Z[ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO STEP 113 (ensure_file) COMPLETE
105132026-08-29T21:24:37.809Z[ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-08-29T21:24:37.813Z[ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
105152026-08-29T21:24:37.813Z[ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO copying /tmp/.tmpdiOogb/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 ...
105162026-08-29T21:24:37.817Z[ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
105172026-08-29T21:24:37.817Z[ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO ok!
105182026-08-29T21:24:37.817Z[ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO STEP 114 (ensure_file) COMPLETE
105192026-08-29T21:24:37.817Z[ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-08-29T21:24:37.821Z[ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
105212026-08-29T21:24:37.821Z[ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
105222026-08-29T21:24:37.822Z[ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
105232026-08-29T21:24:37.822Z[ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO ok!
105242026-08-29T21:24:37.822Z[ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO STEP 115 (ensure_file) COMPLETE
105252026-08-29T21:24:37.825Z[ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-08-29T21:24:37.831Z[ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
105272026-08-29T21:24:37.831Z[ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO copying /tmp/.tmpdiOogb/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 ...
105282026-08-29T21:24:37.835Z[ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
105292026-08-29T21:24:37.835Z[ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO ok!
105302026-08-29T21:24:37.835Z[ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO STEP 116 (ensure_file) COMPLETE
105312026-08-29T21:24:37.835Z[ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-08-29T21:24:37.840Z[ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
105332026-08-29T21:24:37.840Z[ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO copying /tmp/.tmpdiOogb/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 ...
105342026-08-29T21:24:37.844Z[ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
105352026-08-29T21:24:37.844Z[ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO ok!
105362026-08-29T21:24:37.844Z[ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO STEP 117 (ensure_file) COMPLETE
105372026-08-29T21:24:37.844Z[ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-08-29T21:24:37.849Z[ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
105392026-08-29T21:24:37.849Z[ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO copying /tmp/.tmpdiOogb/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 ...
105402026-08-29T21:24:37.849Z[ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
105412026-08-29T21:24:37.853Z[ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO ok!
105422026-08-29T21:24:37.853Z[ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO STEP 118 (ensure_file) COMPLETE
105432026-08-29T21:24:37.853Z[ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-08-29T21:24:37.859Z[ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
105452026-08-29T21:24:37.859Z[ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
105462026-08-29T21:24:37.862Z[ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
105472026-08-29T21:24:37.863Z[ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO ok!
105482026-08-29T21:24:37.863Z[ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO STEP 119 (ensure_file) COMPLETE
105492026-08-29T21:24:37.863Z[ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105502026-08-29T21:24:37.867Z[ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
105512026-08-29T21:24:37.867Z[ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO copying /tmp/.tmpdiOogb/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 ...
105522026-08-29T21:24:37.867Z[ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
105532026-08-29T21:24:37.867Z[ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO ok!
105542026-08-29T21:24:37.867Z[ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO STEP 120 (ensure_file) COMPLETE
105552026-08-29T21:24:37.867Z[ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105562026-08-29T21:24:37.875Z[ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105572026-08-29T21:24:37.875Z[ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO copying /tmp/.tmpdiOogb/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 ...
105582026-08-29T21:24:37.879Z[ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105592026-08-29T21:24:37.879Z[ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO ok!
105602026-08-29T21:24:37.879Z[ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO STEP 121 (ensure_file) COMPLETE
105612026-08-29T21:24:37.879Z[ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105622026-08-29T21:24:37.885Z[ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105632026-08-29T21:24:37.885Z[ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO copying /tmp/.tmpdiOogb/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 ...
105642026-08-29T21:24:37.889Z[ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105652026-08-29T21:24:37.889Z[ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO ok!
105662026-08-29T21:24:37.889Z[ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO STEP 122 (ensure_file) COMPLETE
105672026-08-29T21:24:37.889Z[ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105682026-08-29T21:24:37.894Z[ recovery-image] Aug 29 21:24:37.265 INFO E| Compiling sigchld v0.2.4
105692026-08-29T21:24:37.897Z[ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105702026-08-29T21:24:37.897Z[ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO copying /tmp/.tmpdiOogb/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 ...
105712026-08-29T21:24:37.898Z[ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105722026-08-29T21:24:37.898Z[ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO ok!
105732026-08-29T21:24:37.898Z[ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO STEP 123 (ensure_file) COMPLETE
105742026-08-29T21:24:37.898Z[ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-08-29T21:24:37.902Z[ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105762026-08-29T21:24:37.902Z[ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO copying /tmp/.tmpdiOogb/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 ...
105772026-08-29T21:24:37.902Z[ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105782026-08-29T21:24:37.902Z[ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO ok!
105792026-08-29T21:24:37.906Z[ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO STEP 124 (ensure_file) COMPLETE
105802026-08-29T21:24:37.906Z[ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-08-29T21:24:37.911Z[ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105822026-08-29T21:24:37.911Z[ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO copying /tmp/.tmpdiOogb/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 ...
105832026-08-29T21:24:37.911Z[ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105842026-08-29T21:24:37.915Z[ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO ok!
105852026-08-29T21:24:37.915Z[ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO STEP 125 (ensure_file) COMPLETE
105862026-08-29T21:24:37.915Z[ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-08-29T21:24:37.919Z[ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105882026-08-29T21:24:37.919Z[ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO copying /tmp/.tmpdiOogb/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 ...
105892026-08-29T21:24:37.923Z[ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105902026-08-29T21:24:37.923Z[ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO ok!
105912026-08-29T21:24:37.923Z[ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO STEP 126 (ensure_file) COMPLETE
105922026-08-29T21:24:37.923Z[ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-08-29T21:24:37.928Z[ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105942026-08-29T21:24:37.929Z[ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO copying /tmp/.tmpdiOogb/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 ...
105952026-08-29T21:24:37.932Z[ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105962026-08-29T21:24:37.932Z[ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO ok!
105972026-08-29T21:24:37.932Z[ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO STEP 127 (ensure_file) COMPLETE
105982026-08-29T21:24:37.932Z[ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105992026-08-29T21:24:37.936Z[ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
106002026-08-29T21:24:37.936Z[ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO copying /tmp/.tmpdiOogb/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 ...
106012026-08-29T21:24:37.936Z[ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
106022026-08-29T21:24:37.936Z[ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO ok!
106032026-08-29T21:24:37.937Z[ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO STEP 128 (ensure_file) COMPLETE
106042026-08-29T21:24:37.937Z[ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106052026-08-29T21:24:37.945Z[ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
106062026-08-29T21:24:37.945Z[ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO copying /tmp/.tmpdiOogb/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 ...
106072026-08-29T21:24:37.949Z[ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
106082026-08-29T21:24:37.950Z[ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO ok!
106092026-08-29T21:24:37.950Z[ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO STEP 129 (ensure_file) COMPLETE
106102026-08-29T21:24:37.950Z[ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-08-29T21:24:37.954Z[ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
106122026-08-29T21:24:37.954Z[ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO copying /tmp/.tmpdiOogb/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 ...
106132026-08-29T21:24:37.954Z[ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
106142026-08-29T21:24:37.954Z[ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO ok!
106152026-08-29T21:24:37.954Z[ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO STEP 130 (ensure_file) COMPLETE
106162026-08-29T21:24:37.954Z[ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-08-29T21:24:37.954Z[ recovery-image] Aug 29 21:24:37.323 INFO E| Compiling syn v2.0.117
106182026-08-29T21:24:37.960Z[ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
106192026-08-29T21:24:37.961Z[ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO copying /tmp/.tmpdiOogb/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 ...
106202026-08-29T21:24:37.965Z[ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
106212026-08-29T21:24:37.965Z[ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO ok!
106222026-08-29T21:24:37.965Z[ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO STEP 131 (ensure_file) COMPLETE
106232026-08-29T21:24:37.965Z[ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-08-29T21:24:37.969Z[ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
106252026-08-29T21:24:37.969Z[ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO copying /tmp/.tmpdiOogb/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 ...
106262026-08-29T21:24:37.969Z[ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
106272026-08-29T21:24:37.969Z[ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO ok!
106282026-08-29T21:24:37.969Z[ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO STEP 132 (ensure_file) COMPLETE
106292026-08-29T21:24:37.969Z[ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-08-29T21:24:37.976Z[ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
106312026-08-29T21:24:37.977Z[ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO copying /tmp/.tmpdiOogb/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 ...
106322026-08-29T21:24:37.981Z[ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
106332026-08-29T21:24:37.981Z[ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO ok!
106342026-08-29T21:24:37.981Z[ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO STEP 133 (ensure_file) COMPLETE
106352026-08-29T21:24:37.981Z[ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-08-29T21:24:37.985Z[ host-image] Aug 29 21:24:37.355 INFO O| Aug 29 21:24:37.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
106372026-08-29T21:24:37.985Z[ host-image] Aug 29 21:24:37.355 INFO O| Aug 29 21:24:37.355 INFO copying /tmp/.tmpdiOogb/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 ...
106382026-08-29T21:24:37.985Z[ host-image] Aug 29 21:24:37.355 INFO O| Aug 29 21:24:37.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
106392026-08-29T21:24:37.985Z[ host-image] Aug 29 21:24:37.356 INFO O| Aug 29 21:24:37.355 INFO ok!
106402026-08-29T21:24:37.989Z[ host-image] Aug 29 21:24:37.356 INFO O| Aug 29 21:24:37.355 INFO STEP 134 (ensure_file) COMPLETE
106412026-08-29T21:24:37.989Z[ host-image] Aug 29 21:24:37.356 INFO O| Aug 29 21:24:37.356 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-08-29T21:24:37.989Z[ recovery-image] Aug 29 21:24:37.356 INFO E| Compiling shared_child v1.1.1
106432026-08-29T21:24:37.993Z[ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
106442026-08-29T21:24:37.996Z[ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO copying /tmp/.tmpdiOogb/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 ...
106452026-08-29T21:24:37.996Z[ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
106462026-08-29T21:24:37.997Z[ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO ok!
106472026-08-29T21:24:37.997Z[ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO STEP 135 (ensure_file) COMPLETE
106482026-08-29T21:24:37.997Z[ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106492026-08-29T21:24:38.001Z[ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
106502026-08-29T21:24:38.001Z[ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO copying /tmp/.tmpdiOogb/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 ...
106512026-08-29T21:24:38.005Z[ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
106522026-08-29T21:24:38.005Z[ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO ok!
106532026-08-29T21:24:38.005Z[ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO STEP 136 (ensure_file) COMPLETE
106542026-08-29T21:24:38.005Z[ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106552026-08-29T21:24:38.010Z[ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
106562026-08-29T21:24:38.010Z[ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO copying /tmp/.tmpdiOogb/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 ...
106572026-08-29T21:24:38.010Z[ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
106582026-08-29T21:24:38.010Z[ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO ok!
106592026-08-29T21:24:38.010Z[ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO STEP 137 (ensure_file) COMPLETE
106602026-08-29T21:24:38.010Z[ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106612026-08-29T21:24:38.015Z[ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106622026-08-29T21:24:38.015Z[ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106632026-08-29T21:24:38.019Z[ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106642026-08-29T21:24:38.019Z[ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO ok!
106652026-08-29T21:24:38.019Z[ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO STEP 138 (ensure_file) COMPLETE
106662026-08-29T21:24:38.019Z[ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106672026-08-29T21:24:38.023Z[ host-image] Aug 29 21:24:37.392 INFO O| Aug 29 21:24:37.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106682026-08-29T21:24:38.023Z[ host-image] Aug 29 21:24:37.392 INFO O| Aug 29 21:24:37.392 INFO copying /tmp/.tmpdiOogb/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 ...
106692026-08-29T21:24:38.023Z[ host-image] Aug 29 21:24:37.392 INFO O| Aug 29 21:24:37.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106702026-08-29T21:24:38.023Z[ host-image] Aug 29 21:24:37.393 INFO O| Aug 29 21:24:37.392 INFO ok!
106712026-08-29T21:24:38.023Z[ host-image] Aug 29 21:24:37.393 INFO O| Aug 29 21:24:37.392 INFO STEP 139 (ensure_file) COMPLETE
106722026-08-29T21:24:38.024Z[ host-image] Aug 29 21:24:37.393 INFO O| Aug 29 21:24:37.392 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106732026-08-29T21:24:38.032Z[ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106742026-08-29T21:24:38.032Z[ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106752026-08-29T21:24:38.036Z[ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106762026-08-29T21:24:38.036Z[ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO ok!
106772026-08-29T21:24:38.036Z[ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO STEP 140 (ensure_file) COMPLETE
106782026-08-29T21:24:38.036Z[ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106792026-08-29T21:24:38.039Z[ host-image] Aug 29 21:24:37.410 INFO O| Aug 29 21:24:37.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106802026-08-29T21:24:38.040Z[ host-image] Aug 29 21:24:37.410 INFO O| Aug 29 21:24:37.410 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106812026-08-29T21:24:38.190Z[ recovery-image] Aug 29 21:24:37.558 INFO E| Compiling duct v1.1.1
106822026-08-29T21:24:40.296Z[ recovery-image] Aug 29 21:24:39.666 INFO E| Compiling clap_derive v4.6.1
106832026-08-29T21:24:41.869Z[ recovery-image] Aug 29 21:24:41.239 INFO E| Compiling clap v4.6.1
106842026-08-29T21:24:41.947Z[ recovery-image] Aug 29 21:24:41.318 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106852026-08-29T21:24:42.959Z[ recovery-image] Aug 29 21:24:42.329 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s
106862026-08-29T21:24:42.966Z[ recovery-image] Aug 29 21:24:42.337 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106872026-08-29T21:24:43.236Z[ recovery-image] Aug 29 21:24:42.606 INFO E| Downloading crates ...
106882026-08-29T21:24:43.292Z[ recovery-image] Aug 29 21:24:42.662 INFO E| Downloaded bit_field v0.10.3
106892026-08-29T21:24:43.296Z[ recovery-image] Aug 29 21:24:42.664 INFO E| Downloaded miniz_oxide v0.9.1
106902026-08-29T21:24:43.296Z[ recovery-image] Aug 29 21:24:42.666 INFO E| Downloaded cpio_reader v0.1.2
106912026-08-29T21:24:43.301Z[ recovery-image] Aug 29 21:24:42.668 INFO E| Downloaded bitstruct_derive v0.1.0
106922026-08-29T21:24:43.301Z[ recovery-image] Aug 29 21:24:42.670 INFO E| Downloaded bitflags v2.13.0
106932026-08-29T21:24:43.304Z[ recovery-image] Aug 29 21:24:42.674 INFO E| Downloaded bitstruct v0.1.1
106942026-08-29T21:24:43.308Z[ recovery-image] Aug 29 21:24:42.679 INFO E| Downloaded log v0.4.32
106952026-08-29T21:24:43.326Z[ recovery-image] Aug 29 21:24:42.696 INFO E| Downloaded raw-cpuid v10.7.0
106962026-08-29T21:24:43.348Z[ recovery-image] Aug 29 21:24:42.719 INFO E| Downloaded goblin v0.10.7
106972026-08-29T21:24:43.460Z[ recovery-image] Aug 29 21:24:42.830 INFO E| Downloaded x86 v0.52.0
106982026-08-29T21:24:43.515Z[ recovery-image] Aug 29 21:24:42.886 INFO E| Updating crates.io index
106992026-08-29T21:24:43.563Z[ recovery-image] Aug 29 21:24:42.932 INFO E| Downloading crates ...
107002026-08-29T21:24:43.585Z[ recovery-image] Aug 29 21:24:42.955 INFO E| Downloaded rustc-literal-escaper v0.0.7
107012026-08-29T21:24:43.589Z[ recovery-image] Aug 29 21:24:42.956 INFO E| Downloaded hashbrown v0.17.1
107022026-08-29T21:24:43.647Z[ recovery-image] Aug 29 21:24:43.017 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)
107032026-08-29T21:24:43.647Z[ recovery-image] Aug 29 21:24:43.017 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)
107042026-08-29T21:24:43.647Z[ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling proc-macro2 v1.0.106
107052026-08-29T21:24:43.647Z[ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling quote v1.0.45
107062026-08-29T21:24:43.651Z[ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling unicode-ident v1.0.24
107072026-08-29T21:24:43.652Z[ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling syn v1.0.109
107082026-08-29T21:24:43.652Z[ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling x86 v0.52.0
107092026-08-29T21:24:43.652Z[ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107102026-08-29T21:24:43.652Z[ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling seq-macro v0.3.6
107112026-08-29T21:24:44.757Z[ recovery-image] Aug 29 21:24:44.128 INFO E| Compiling syn v2.0.117
107122026-08-29T21:24:45.104Z[ host-image] Aug 29 21:24:44.474 INFO O| Aug 29 21:24:44.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
107132026-08-29T21:24:45.108Z[ host-image] Aug 29 21:24:44.474 INFO O| Aug 29 21:24:44.474 INFO ok!
107142026-08-29T21:24:45.108Z[ host-image] Aug 29 21:24:44.474 INFO O| Aug 29 21:24:44.474 INFO STEP 141 (ensure_file) COMPLETE
107152026-08-29T21:24:45.108Z[ host-image] Aug 29 21:24:44.474 INFO O| Aug 29 21:24:44.474 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107162026-08-29T21:24:45.113Z[ host-image] Aug 29 21:24:44.483 INFO O| Aug 29 21:24:44.483 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
107172026-08-29T21:24:45.117Z[ host-image] Aug 29 21:24:44.483 INFO O| Aug 29 21:24:44.483 INFO STEP 142 (ensure_dir) COMPLETE
107182026-08-29T21:24:45.117Z[ host-image] Aug 29 21:24:44.483 INFO O| Aug 29 21:24:44.483 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107192026-08-29T21:24:45.121Z[ host-image] Aug 29 21:24:44.492 INFO O| Aug 29 21:24:44.491 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
107202026-08-29T21:24:45.121Z[ host-image] Aug 29 21:24:44.492 INFO O| Aug 29 21:24:44.491 INFO STEP 143 (ensure_dir) COMPLETE
107212026-08-29T21:24:45.121Z[ host-image] Aug 29 21:24:44.492 INFO O| Aug 29 21:24:44.491 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107222026-08-29T21:24:45.128Z[ host-image] Aug 29 21:24:44.499 INFO O| Aug 29 21:24:44.499 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
107232026-08-29T21:24:45.128Z[ host-image] Aug 29 21:24:44.499 INFO O| Aug 29 21:24:44.499 INFO STEP 144 (ensure_dir) COMPLETE
107242026-08-29T21:24:45.129Z[ host-image] Aug 29 21:24:44.499 INFO O| Aug 29 21:24:44.499 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107252026-08-29T21:24:45.134Z[ host-image] Aug 29 21:24:44.505 INFO O| Aug 29 21:24:44.505 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
107262026-08-29T21:24:45.134Z[ host-image] Aug 29 21:24:44.505 INFO O| Aug 29 21:24:44.505 INFO STEP 145 (ensure_dir) COMPLETE
107272026-08-29T21:24:45.139Z[ host-image] Aug 29 21:24:44.505 INFO O| Aug 29 21:24:44.505 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107282026-08-29T21:24:45.143Z[ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
107292026-08-29T21:24:45.143Z[ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO copying /tmp/.tmpdiOogb/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 ...
107302026-08-29T21:24:45.143Z[ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
107312026-08-29T21:24:45.143Z[ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO ok!
107322026-08-29T21:24:45.143Z[ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO STEP 146 (ensure_file) COMPLETE
107332026-08-29T21:24:45.143Z[ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO STEP 147: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107342026-08-29T21:24:45.148Z[ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
107352026-08-29T21:24:45.148Z[ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
107362026-08-29T21:24:45.153Z[ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
107372026-08-29T21:24:45.153Z[ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO STEP 147 (ensure_dir) COMPLETE
107382026-08-29T21:24:45.153Z[ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO STEP 148: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
107392026-08-29T21:24:45.157Z[ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
107402026-08-29T21:24:45.157Z[ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO copying /tmp/.tmpdiOogb/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
107412026-08-29T21:24:45.157Z[ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
107422026-08-29T21:24:45.157Z[ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO ok!
107432026-08-29T21:24:45.157Z[ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO STEP 148 (ensure_file) COMPLETE
107442026-08-29T21:24:45.157Z[ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107452026-08-29T21:24:45.163Z[ host-image] Aug 29 21:24:44.533 INFO O| Aug 29 21:24:44.533 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
107462026-08-29T21:24:45.166Z[ host-image] Aug 29 21:24:44.533 INFO O| Aug 29 21:24:44.533 INFO STEP 149 (remove_files) COMPLETE
107472026-08-29T21:24:45.166Z[ host-image] Aug 29 21:24:44.533 INFO O| Aug 29 21:24:44.533 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107482026-08-29T21:24:45.170Z[ host-image] Aug 29 21:24:44.540 INFO O| Aug 29 21:24:44.540 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
107492026-08-29T21:24:45.170Z[ host-image] Aug 29 21:24:44.541 INFO O| Aug 29 21:24:44.541 INFO STEP 150 (remove_files) COMPLETE
107502026-08-29T21:24:45.170Z[ host-image] Aug 29 21:24:44.541 INFO O| Aug 29 21:24:44.541 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107512026-08-29T21:24:45.176Z[ host-image] Aug 29 21:24:44.547 INFO O| Aug 29 21:24:44.547 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
107522026-08-29T21:24:45.180Z[ host-image] Aug 29 21:24:44.547 INFO O| Aug 29 21:24:44.547 INFO STEP 151 (remove_files) COMPLETE
107532026-08-29T21:24:45.180Z[ host-image] Aug 29 21:24:44.547 INFO O| Aug 29 21:24:44.547 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107542026-08-29T21:24:45.184Z[ host-image] Aug 29 21:24:44.555 INFO O| Aug 29 21:24:44.554 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
107552026-08-29T21:24:45.184Z[ host-image] Aug 29 21:24:44.555 INFO O| Aug 29 21:24:44.555 INFO STEP 152 (remove_files) COMPLETE
107562026-08-29T21:24:45.184Z[ host-image] Aug 29 21:24:44.555 INFO O| Aug 29 21:24:44.555 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107572026-08-29T21:24:45.191Z[ host-image] Aug 29 21:24:44.561 INFO O| Aug 29 21:24:44.561 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
107582026-08-29T21:24:45.195Z[ host-image] Aug 29 21:24:44.561 INFO O| Aug 29 21:24:44.561 INFO STEP 153 (remove_files) COMPLETE
107592026-08-29T21:24:45.195Z[ host-image] Aug 29 21:24:44.561 INFO O| Aug 29 21:24:44.561 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107602026-08-29T21:24:45.198Z[ host-image] Aug 29 21:24:44.568 INFO O| Aug 29 21:24:44.568 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
107612026-08-29T21:24:45.198Z[ host-image] Aug 29 21:24:44.568 INFO O| Aug 29 21:24:44.568 INFO STEP 154 (remove_files) COMPLETE
107622026-08-29T21:24:45.199Z[ host-image] Aug 29 21:24:44.568 INFO O| Aug 29 21:24:44.568 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107632026-08-29T21:24:45.204Z[ host-image] Aug 29 21:24:44.575 INFO O| Aug 29 21:24:44.575 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
107642026-08-29T21:24:45.204Z[ host-image] Aug 29 21:24:44.575 INFO O| Aug 29 21:24:44.575 INFO STEP 155 (remove_files) COMPLETE
107652026-08-29T21:24:45.209Z[ host-image] Aug 29 21:24:44.575 INFO O| Aug 29 21:24:44.575 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107662026-08-29T21:24:45.213Z[ host-image] Aug 29 21:24:44.581 INFO O| Aug 29 21:24:44.581 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107672026-08-29T21:24:45.213Z[ host-image] Aug 29 21:24:44.581 INFO O| Aug 29 21:24:44.581 INFO STEP 156 (remove_files) COMPLETE
107682026-08-29T21:24:45.214Z[ host-image] Aug 29 21:24:44.581 INFO O| Aug 29 21:24:44.581 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107692026-08-29T21:24:45.218Z[ host-image] Aug 29 21:24:44.588 INFO O| Aug 29 21:24:44.588 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107702026-08-29T21:24:45.222Z[ host-image] Aug 29 21:24:44.588 INFO O| Aug 29 21:24:44.588 INFO STEP 157 (remove_files) COMPLETE
107712026-08-29T21:24:45.222Z[ host-image] Aug 29 21:24:44.588 INFO O| Aug 29 21:24:44.588 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107722026-08-29T21:24:45.226Z[ host-image] Aug 29 21:24:44.595 INFO O| Aug 29 21:24:44.595 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107732026-08-29T21:24:45.226Z[ host-image] Aug 29 21:24:44.595 INFO O| Aug 29 21:24:44.595 INFO STEP 158 (remove_files) COMPLETE
107742026-08-29T21:24:45.226Z[ host-image] Aug 29 21:24:44.595 INFO O| Aug 29 21:24:44.595 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107752026-08-29T21:24:45.231Z[ host-image] Aug 29 21:24:44.602 INFO O| Aug 29 21:24:44.602 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107762026-08-29T21:24:45.231Z[ host-image] Aug 29 21:24:44.602 INFO O| Aug 29 21:24:44.602 INFO STEP 159 (remove_files) COMPLETE
107772026-08-29T21:24:45.235Z[ host-image] Aug 29 21:24:44.602 INFO O| Aug 29 21:24:44.602 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107782026-08-29T21:24:45.240Z[ host-image] Aug 29 21:24:44.610 INFO O| Aug 29 21:24:44.610 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107792026-08-29T21:24:45.240Z[ host-image] Aug 29 21:24:44.610 INFO O| Aug 29 21:24:44.610 INFO STEP 160 (remove_files) COMPLETE
107802026-08-29T21:24:45.240Z[ host-image] Aug 29 21:24:44.610 INFO O| Aug 29 21:24:44.610 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107812026-08-29T21:24:45.247Z[ host-image] Aug 29 21:24:44.617 INFO O| Aug 29 21:24:44.617 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107822026-08-29T21:24:45.247Z[ host-image] Aug 29 21:24:44.617 INFO O| Aug 29 21:24:44.617 INFO STEP 161 (remove_files) COMPLETE
107832026-08-29T21:24:45.251Z[ host-image] Aug 29 21:24:44.617 INFO O| Aug 29 21:24:44.617 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107842026-08-29T21:24:45.256Z[ host-image] Aug 29 21:24:44.625 INFO O| Aug 29 21:24:44.625 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107852026-08-29T21:24:45.256Z[ host-image] Aug 29 21:24:44.625 INFO O| Aug 29 21:24:44.625 INFO STEP 162 (remove_files) COMPLETE
107862026-08-29T21:24:45.256Z[ host-image] Aug 29 21:24:44.625 INFO O| Aug 29 21:24:44.625 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107872026-08-29T21:24:45.261Z[ host-image] Aug 29 21:24:44.632 INFO O| Aug 29 21:24:44.632 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107882026-08-29T21:24:45.261Z[ host-image] Aug 29 21:24:44.632 INFO O| Aug 29 21:24:44.632 INFO STEP 163 (remove_files) COMPLETE
107892026-08-29T21:24:45.266Z[ host-image] Aug 29 21:24:44.632 INFO O| Aug 29 21:24:44.632 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107902026-08-29T21:24:45.269Z[ host-image] Aug 29 21:24:44.639 INFO O| Aug 29 21:24:44.639 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107912026-08-29T21:24:45.269Z[ host-image] Aug 29 21:24:44.639 INFO O| Aug 29 21:24:44.639 INFO STEP 164 (remove_files) COMPLETE
107922026-08-29T21:24:45.269Z[ host-image] Aug 29 21:24:44.639 INFO O| Aug 29 21:24:44.639 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107932026-08-29T21:24:45.275Z[ host-image] Aug 29 21:24:44.645 INFO O| Aug 29 21:24:44.645 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107942026-08-29T21:24:45.279Z[ host-image] Aug 29 21:24:44.645 INFO O| Aug 29 21:24:44.645 INFO STEP 165 (remove_files) COMPLETE
107952026-08-29T21:24:45.279Z[ host-image] Aug 29 21:24:44.645 INFO O| Aug 29 21:24:44.645 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107962026-08-29T21:24:45.283Z[ host-image] Aug 29 21:24:44.652 INFO O| Aug 29 21:24:44.652 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107972026-08-29T21:24:45.283Z[ host-image] Aug 29 21:24:44.653 INFO O| Aug 29 21:24:44.653 INFO STEP 166 (remove_files) COMPLETE
107982026-08-29T21:24:45.283Z[ host-image] Aug 29 21:24:44.653 INFO O| Aug 29 21:24:44.653 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107992026-08-29T21:24:45.289Z[ host-image] Aug 29 21:24:44.660 INFO O| Aug 29 21:24:44.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
108002026-08-29T21:24:45.289Z[ host-image] Aug 29 21:24:44.660 INFO O| Aug 29 21:24:44.660 INFO STEP 167 (remove_files) COMPLETE
108012026-08-29T21:24:45.289Z[ host-image] Aug 29 21:24:44.660 INFO O| Aug 29 21:24:44.660 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108022026-08-29T21:24:45.296Z[ host-image] Aug 29 21:24:44.667 INFO O| Aug 29 21:24:44.667 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
108032026-08-29T21:24:45.296Z[ host-image] Aug 29 21:24:44.667 INFO O| Aug 29 21:24:44.667 INFO STEP 168 (remove_files) COMPLETE
108042026-08-29T21:24:45.301Z[ host-image] Aug 29 21:24:44.667 INFO O| Aug 29 21:24:44.667 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108052026-08-29T21:24:45.305Z[ host-image] Aug 29 21:24:44.673 INFO O| Aug 29 21:24:44.673 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
108062026-08-29T21:24:45.305Z[ host-image] Aug 29 21:24:44.673 INFO O| Aug 29 21:24:44.673 INFO STEP 169 (remove_files) COMPLETE
108072026-08-29T21:24:45.305Z[ host-image] Aug 29 21:24:44.673 INFO O| Aug 29 21:24:44.673 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108082026-08-29T21:24:45.310Z[ host-image] Aug 29 21:24:44.680 INFO O| Aug 29 21:24:44.680 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
108092026-08-29T21:24:45.310Z[ host-image] Aug 29 21:24:44.680 INFO O| Aug 29 21:24:44.680 INFO STEP 170 (remove_files) COMPLETE
108102026-08-29T21:24:45.314Z[ host-image] Aug 29 21:24:44.680 INFO O| Aug 29 21:24:44.680 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108112026-08-29T21:24:45.318Z[ host-image] Aug 29 21:24:44.687 INFO O| Aug 29 21:24:44.687 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
108122026-08-29T21:24:45.319Z[ host-image] Aug 29 21:24:44.687 INFO O| Aug 29 21:24:44.687 INFO STEP 171 (remove_files) COMPLETE
108132026-08-29T21:24:45.319Z[ host-image] Aug 29 21:24:44.687 INFO O| Aug 29 21:24:44.687 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108142026-08-29T21:24:45.323Z[ host-image] Aug 29 21:24:44.693 INFO O| Aug 29 21:24:44.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
108152026-08-29T21:24:45.323Z[ host-image] Aug 29 21:24:44.693 INFO O| Aug 29 21:24:44.693 INFO STEP 172 (remove_files) COMPLETE
108162026-08-29T21:24:45.323Z[ host-image] Aug 29 21:24:44.693 INFO O| Aug 29 21:24:44.693 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108172026-08-29T21:24:45.328Z[ host-image] Aug 29 21:24:44.699 INFO O| Aug 29 21:24:44.699 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
108182026-08-29T21:24:45.328Z[ host-image] Aug 29 21:24:44.699 INFO O| Aug 29 21:24:44.699 INFO STEP 173 (remove_files) COMPLETE
108192026-08-29T21:24:45.332Z[ host-image] Aug 29 21:24:44.699 INFO O| Aug 29 21:24:44.699 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108202026-08-29T21:24:45.336Z[ host-image] Aug 29 21:24:44.705 INFO O| Aug 29 21:24:44.705 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
108212026-08-29T21:24:45.336Z[ host-image] Aug 29 21:24:44.705 INFO O| Aug 29 21:24:44.705 INFO STEP 174 (remove_files) COMPLETE
108222026-08-29T21:24:45.336Z[ host-image] Aug 29 21:24:44.705 INFO O| Aug 29 21:24:44.705 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108232026-08-29T21:24:45.340Z[ host-image] Aug 29 21:24:44.711 INFO O| Aug 29 21:24:44.711 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
108242026-08-29T21:24:45.341Z[ host-image] Aug 29 21:24:44.711 INFO O| Aug 29 21:24:44.711 INFO STEP 175 (remove_files) COMPLETE
108252026-08-29T21:24:45.341Z[ host-image] Aug 29 21:24:44.711 INFO O| Aug 29 21:24:44.711 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108262026-08-29T21:24:45.349Z[ host-image] Aug 29 21:24:44.719 INFO O| Aug 29 21:24:44.719 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
108272026-08-29T21:24:45.352Z[ host-image] Aug 29 21:24:44.719 INFO O| Aug 29 21:24:44.719 INFO STEP 176 (remove_files) COMPLETE
108282026-08-29T21:24:45.353Z[ host-image] Aug 29 21:24:44.719 INFO O| Aug 29 21:24:44.719 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
108292026-08-29T21:24:45.356Z[ host-image] Aug 29 21:24:44.726 INFO O| Aug 29 21:24:44.726 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
108302026-08-29T21:24:45.356Z[ host-image] Aug 29 21:24:44.726 INFO O| Aug 29 21:24:44.726 INFO STEP 177 (remove_files) COMPLETE
108312026-08-29T21:24:45.356Z[ host-image] Aug 29 21:24:44.726 INFO O| Aug 29 21:24:44.726 INFO STEP 178: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
108322026-08-29T21:24:45.366Z[ host-image] Aug 29 21:24:44.736 INFO O| Aug 29 21:24:44.736 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
108332026-08-29T21:24:45.366Z[ host-image] Aug 29 21:24:44.736 INFO O| Aug 29 21:24:44.736 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
108342026-08-29T21:24:46.079Z[ recovery-image] Aug 29 21:24:45.449 INFO E| Compiling scroll_derive v0.13.1
108352026-08-29T21:24:47.111Z[ recovery-image] Aug 29 21:24:46.481 INFO E| Compiling bitstruct_derive v0.1.0
108362026-08-29T21:24:52.369Z[ host-image] Aug 29 21:24:51.738 INFO O| Aug 29 21:24:51.738 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
108372026-08-29T21:24:52.369Z[ host-image] Aug 29 21:24:51.738 INFO O| Aug 29 21:24:51.738 INFO E| svccfg: Loaded 80 smf(7) service descriptions
108382026-08-29T21:24:52.383Z[ host-image] Aug 29 21:24:51.752 INFO O| Aug 29 21:24:51.752 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"}
108392026-08-29T21:24:52.478Z[ host-image] Aug 29 21:24:51.849 INFO O| Aug 29 21:24:51.849 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
108402026-08-29T21:24:52.544Z[ host-image] Aug 29 21:24:51.905 INFO O| Aug 29 21:24:51.905 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
108412026-08-29T21:24:52.598Z[ host-image] Aug 29 21:24:51.968 INFO O| Aug 29 21:24:51.968 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
108422026-08-29T21:24:52.598Z[ host-image] Aug 29 21:24:51.968 INFO O| Aug 29 21:24:51.968 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
108432026-08-29T21:24:52.602Z[ host-image] Aug 29 21:24:51.970 INFO O| Aug 29 21:24:51.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
108442026-08-29T21:24:52.602Z[ host-image] Aug 29 21:24:51.970 INFO O| Aug 29 21:24:51.970 INFO ok!
108452026-08-29T21:24:52.602Z[ host-image] Aug 29 21:24:51.970 INFO O| Aug 29 21:24:51.970 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
108462026-08-29T21:24:52.602Z[ host-image] Aug 29 21:24:51.971 INFO O| Aug 29 21:24:51.971 INFO STEP 178 (seed_smf) COMPLETE
108472026-08-29T21:24:52.603Z[ host-image] Aug 29 21:24:51.971 INFO O| Aug 29 21:24:51.971 INFO steps complete; finalising image!
108482026-08-29T21:24:52.603Z[ host-image] Aug 29 21:24:51.971 INFO O| Aug 29 21:24:51.971 INFO TRIM POOL: TEMPORARY-sled-zfs
108492026-08-29T21:24:52.680Z[ host-image] Aug 29 21:24:52.050 INFO O| Aug 29 21:24:52.050 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Sat Aug 29 21:24:51 2026)
108502026-08-29T21:24:52.894Z[ host-image] Aug 29 21:24:52.264 INFO O| Aug 29 21:24:52.264 INFO temporary pool has 946M used, 78.0M avail, 1.79x compressratio
108512026-08-29T21:24:52.894Z[ host-image] Aug 29 21:24:52.264 INFO O| Aug 29 21:24:52.264 INFO EXPORT POOL: TEMPORARY-sled-zfs
108522026-08-29T21:24:53.242Z[ host-image] Aug 29 21:24:52.613 INFO O| Aug 29 21:24:52.613 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
108532026-08-29T21:24:53.243Z[ host-image] Aug 29 21:24:52.613 INFO O| Aug 29 21:24:52.613 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
108542026-08-29T21:24:54.056Z[ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
108552026-08-29T21:24:54.056Z[ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
108562026-08-29T21:24:54.056Z[ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
108572026-08-29T21:24:54.060Z[ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO completed processing sled/zfs
108582026-08-29T21:24:54.060Z[ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
108592026-08-29T21:24:56.118Z[ recovery-image] Aug 29 21:24:55.488 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)
108602026-08-29T21:24:58.161Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling bitflags v1.3.2
108612026-08-29T21:24:58.161Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling bit_field v0.10.3
108622026-08-29T21:24:58.165Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling scroll v0.13.0
108632026-08-29T21:24:58.165Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling log v0.4.32
108642026-08-29T21:24:58.165Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling bitflags v2.13.0
108652026-08-29T21:24:58.165Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling adler2 v2.0.1
108662026-08-29T21:24:58.165Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling plain v0.2.3
108672026-08-29T21:24:58.165Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling static_assertions v1.1.0
108682026-08-29T21:24:58.166Z[ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling bitstruct v0.1.1
108692026-08-29T21:24:58.211Z[ recovery-image] Aug 29 21:24:57.582 INFO E| Compiling raw-cpuid v10.7.0
108702026-08-29T21:24:58.252Z[ recovery-image] Aug 29 21:24:57.621 INFO E| Compiling miniz_oxide v0.9.1
108712026-08-29T21:24:58.321Z[ recovery-image] Aug 29 21:24:57.691 INFO E| Compiling cpio_reader v0.1.2
108722026-08-29T21:24:58.365Z[ recovery-image] Aug 29 21:24:57.735 INFO E| Compiling goblin v0.10.7
108732026-08-29T21:25:01.397Z[ recovery-image] Aug 29 21:25:00.766 INFO E| Finished `release` profile [optimized] target(s) in 18.41s
108742026-08-29T21:25:01.418Z[ recovery-image] Aug 29 21:25:00.788 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108752026-08-29T21:25:01.418Z[ recovery-image] Aug 29 21:25:00.788 INFO building ROM for gimlet
108762026-08-29T21:25:01.423Z[ recovery-image] Aug 29 21:25:00.788 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")
108772026-08-29T21:25:01.509Z[ recovery-image] Aug 29 21:25:00.879 INFO E| Downloading crates ...
108782026-08-29T21:25:01.570Z[ recovery-image] Aug 29 21:25:00.939 INFO E| Downloaded toml_datetime v0.6.9
108792026-08-29T21:25:01.575Z[ recovery-image] Aug 29 21:25:00.945 INFO E| Downloaded anstream v0.6.18
108802026-08-29T21:25:01.579Z[ recovery-image] Aug 29 21:25:00.947 INFO E| Downloaded anstyle v1.0.10
108812026-08-29T21:25:01.584Z[ recovery-image] Aug 29 21:25:00.955 INFO E| Downloaded serde_spanned v0.6.8
108822026-08-29T21:25:01.588Z[ recovery-image] Aug 29 21:25:00.956 INFO E| Downloaded clap_lex v0.7.4
108832026-08-29T21:25:01.588Z[ recovery-image] Aug 29 21:25:00.956 INFO E| Downloaded anstyle-query v1.1.2
108842026-08-29T21:25:01.592Z[ recovery-image] Aug 29 21:25:00.961 INFO E| Downloaded colorchoice v1.0.3
108852026-08-29T21:25:01.592Z[ recovery-image] Aug 29 21:25:00.962 INFO E| Downloaded is_terminal_polyfill v1.70.1
108862026-08-29T21:25:01.596Z[ recovery-image] Aug 29 21:25:00.963 INFO E| Downloaded os_pipe v1.2.1
108872026-08-29T21:25:01.596Z[ recovery-image] Aug 29 21:25:00.964 INFO E| Downloaded toml_write v0.1.1
108882026-08-29T21:25:01.596Z[ recovery-image] Aug 29 21:25:00.965 INFO E| Downloaded anstyle-parse v0.2.6
108892026-08-29T21:25:01.600Z[ recovery-image] Aug 29 21:25:00.967 INFO E| Downloaded shared_child v1.0.1
108902026-08-29T21:25:01.607Z[ recovery-image] Aug 29 21:25:00.977 INFO E| Downloaded clap_derive v4.5.32
108912026-08-29T21:25:01.611Z[ recovery-image] Aug 29 21:25:00.979 INFO E| Downloaded duct v0.13.7
108922026-08-29T21:25:01.615Z[ recovery-image] Aug 29 21:25:00.985 INFO E| Downloaded clap v4.5.37
108932026-08-29T21:25:01.626Z[ recovery-image] Aug 29 21:25:00.996 INFO E| Downloaded toml v0.8.22
108942026-08-29T21:25:01.647Z[ recovery-image] Aug 29 21:25:01.017 INFO E| Downloaded cc v1.2.20
108952026-08-29T21:25:01.651Z[ recovery-image] Aug 29 21:25:01.019 INFO E| Downloaded toml_edit v0.22.26
108962026-08-29T21:25:01.671Z[ recovery-image] Aug 29 21:25:01.041 INFO E| Downloaded clap_builder v4.5.37
108972026-08-29T21:25:01.675Z[ recovery-image] Aug 29 21:25:01.046 INFO E| Downloaded winnow v0.7.7
108982026-08-29T21:25:01.697Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling syn v2.0.101
108992026-08-29T21:25:01.697Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling libc v0.2.172
109002026-08-29T21:25:01.697Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling utf8parse v0.2.2
109012026-08-29T21:25:01.697Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling anstyle-query v1.1.2
109022026-08-29T21:25:01.701Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling equivalent v1.0.2
109032026-08-29T21:25:01.701Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling once_cell v1.21.3
109042026-08-29T21:25:01.701Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling is_terminal_polyfill v1.70.1
109052026-08-29T21:25:01.701Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling hashbrown v0.15.2
109062026-08-29T21:25:01.701Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling shlex v1.3.0
109072026-08-29T21:25:01.701Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling anstyle v1.0.10
109082026-08-29T21:25:01.701Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling colorchoice v1.0.3
109092026-08-29T21:25:01.701Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling anyhow v1.0.98
109102026-08-29T21:25:01.702Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling toml_write v0.1.1
109112026-08-29T21:25:01.702Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling winnow v0.7.7
109122026-08-29T21:25:01.702Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling clap_lex v0.7.4
109132026-08-29T21:25:01.702Z[ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling strsim v0.11.1
109142026-08-29T21:25:01.960Z[ recovery-image] Aug 29 21:25:01.331 INFO E| Compiling anstyle-parse v0.2.6
109152026-08-29T21:25:02.010Z[ recovery-image] Aug 29 21:25:01.379 INFO E| Compiling cc v1.2.20
109162026-08-29T21:25:02.175Z[ recovery-image] Aug 29 21:25:01.545 INFO E| Compiling anstream v0.6.18
109172026-08-29T21:25:02.437Z[ recovery-image] Aug 29 21:25:01.807 INFO E| Compiling clap_builder v4.5.37
109182026-08-29T21:25:02.458Z[ recovery-image] Aug 29 21:25:01.828 INFO E| Compiling indexmap v2.9.0
109192026-08-29T21:25:02.643Z[ recovery-image] Aug 29 21:25:02.008 INFO E| Compiling os_pipe v1.2.1
109202026-08-29T21:25:02.643Z[ recovery-image] Aug 29 21:25:02.008 INFO E| Compiling shared_child v1.0.1
109212026-08-29T21:25:02.767Z[ recovery-image] Aug 29 21:25:02.137 INFO E| Compiling duct v0.13.7
109222026-08-29T21:25:03.324Z[ recovery-image] Aug 29 21:25:02.694 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
109232026-08-29T21:25:04.228Z[ recovery-image] Aug 29 21:25:03.598 INFO E| Compiling serde_derive v1.0.219
109242026-08-29T21:25:04.228Z[ recovery-image] Aug 29 21:25:03.598 INFO E| Compiling clap_derive v4.5.32
109252026-08-29T21:25:05.598Z[ recovery-image] Aug 29 21:25:04.968 INFO E| Compiling clap v4.5.37
109262026-08-29T21:25:06.249Z[ recovery-image] Aug 29 21:25:05.619 INFO E| Compiling serde v1.0.219
109272026-08-29T21:25:08.261Z[ recovery-image] Aug 29 21:25:07.502 INFO E| Compiling toml_datetime v0.6.9
109282026-08-29T21:25:08.261Z[ recovery-image] Aug 29 21:25:07.502 INFO E| Compiling serde_spanned v0.6.8
109292026-08-29T21:25:08.295Z[ recovery-image] Aug 29 21:25:07.666 INFO E| Compiling toml_edit v0.22.26
109302026-08-29T21:25:09.570Z[ recovery-image] Aug 29 21:25:08.940 INFO E| Compiling toml v0.8.22
109312026-08-29T21:25:11.747Z[ recovery-image] Aug 29 21:25:11.117 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s
109322026-08-29T21:25:11.756Z[ recovery-image] Aug 29 21:25:11.126 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`
109332026-08-29T21:25:11.771Z[ recovery-image] Aug 29 21:25:11.142 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109342026-08-29T21:25:11.846Z[ recovery-image] Aug 29 21:25:11.217 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109352026-08-29T21:25:11.852Z[ recovery-image] Aug 29 21:25:11.223 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`
109362026-08-29T21:25:11.971Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109372026-08-29T21:25:11.971Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109382026-08-29T21:25:11.971Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109392026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109402026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109412026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109422026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109432026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109442026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109452026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109462026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109472026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109482026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109492026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109502026-08-29T21:25:11.975Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109512026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO O| Info: ABL version: 0x100f5010
109522026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109532026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109542026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109552026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109562026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109572026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109582026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109592026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109602026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109612026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109622026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109632026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109642026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109652026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109662026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109672026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109682026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109692026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109702026-08-29T21:25:11.976Z[ recovery-image] Aug 29 21:25:11.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109712026-08-29T21:25:12.012Z[ recovery-image] Aug 29 21:25:11.382 INFO building ROM for cosmo
109722026-08-29T21:25:12.012Z[ recovery-image] Aug 29 21:25:11.382 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")
109732026-08-29T21:25:12.108Z[ recovery-image] Aug 29 21:25:11.478 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109742026-08-29T21:25:12.112Z[ recovery-image] Aug 29 21:25:11.481 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`
109752026-08-29T21:25:12.125Z[ recovery-image] Aug 29 21:25:11.495 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109762026-08-29T21:25:12.197Z[ recovery-image] Aug 29 21:25:11.567 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109772026-08-29T21:25:12.201Z[ recovery-image] Aug 29 21:25:11.571 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`
109782026-08-29T21:25:12.413Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109792026-08-29T21:25:12.413Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109802026-08-29T21:25:12.413Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109812026-08-29T21:25:12.417Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109822026-08-29T21:25:12.417Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109832026-08-29T21:25:12.417Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109842026-08-29T21:25:12.417Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109852026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109862026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109872026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109882026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109892026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109902026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109912026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109922026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109932026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109942026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109952026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109962026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109972026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109982026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109992026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110002026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110012026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110022026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110032026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110042026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110052026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110062026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110072026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110082026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110092026-08-29T21:25:12.418Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110102026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110112026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110122026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110132026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110142026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110152026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110162026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110172026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110182026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110192026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110202026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110212026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110222026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110232026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110242026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110252026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110262026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110272026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110282026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110292026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110302026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110312026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.785 INFO O| Info: ABL version: 0x100af010
110322026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.785 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110332026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.785 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110342026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110352026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110362026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110372026-08-29T21:25:12.419Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110382026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110392026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110402026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110412026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110422026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110432026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110442026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110452026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110462026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110472026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110482026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110492026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110502026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110512026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110522026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110532026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110542026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110552026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110562026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110572026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110582026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110592026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110602026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110612026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110622026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110632026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110642026-08-29T21:25:12.420Z[ recovery-image] Aug 29 21:25:11.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110652026-08-29T21:25:12.451Z[ recovery-image] Aug 29 21:25:11.821 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110662026-08-29T21:25:12.451Z[ recovery-image] Aug 29 21:25:11.821 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110672026-08-29T21:25:13.632Z[ recovery-image] Aug 29 21:25:13.002 INFO image complete! materials are in "/work/os-recovery"
110682026-08-29T21:25:13.636Z[ recovery-image]
110692026-08-29T21:25:13.636Z[ recovery-image] real 3:24.352656597
110702026-08-29T21:25:13.636Z[ recovery-image] user 2:40.184656667
110712026-08-29T21:25:13.636Z[ recovery-image] sys 39.813424202
110722026-08-29T21:25:13.636Z[ recovery-image] trap 0.153117840
110732026-08-29T21:25:13.636Z[ recovery-image] tflt 0.683312330
110742026-08-29T21:25:13.636Z[ recovery-image] dflt 0.891349549
110752026-08-29T21:25:13.636Z[ recovery-image] kflt 0.000146645
110762026-08-29T21:25:13.636Z[ recovery-image] lock 8:15.135203786
110772026-08-29T21:25:13.636Z[ recovery-image] slp 18:14.249450860
110782026-08-29T21:25:13.636Z[ recovery-image] lat 31.117173518
110792026-08-29T21:25:13.636Z[ recovery-image] stop 7.956604464
110802026-08-29T21:25:13.636ZAug 29 21:25:13.006 INFO [recovery-image] process exited with exit status: 0 (204.357640595s)
110812026-08-29T21:25:13.636ZAug 29 21:25:13.006 INFO [tuf-v2-recovery] running task
110822026-08-29T21:25:13.640ZAug 29 21:25:13.007 INFO [tuf-v2-recovery] task succeeded (784.91µs)
110832026-08-29T21:25:14.264Z[ host-image] Aug 29 21:25:13.635 INFO O| Aug 29 21:25:13.635 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
110842026-08-29T21:25:14.360Z[ host-image] Aug 29 21:25:13.731 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
110852026-08-29T21:25:14.360Z[ host-image] Aug 29 21:25:13.731 INFO expanded image name: "ci 1cb7ef2/${os_short_commit} 2026-08-29 21:09" -> "ci 1cb7ef2/e73f257 2026-08-29 21:09"
110862026-08-29T21:25:14.364Z[ host-image] Aug 29 21:25:13.731 INFO output artefacts stored in: "/work/os-host"
110872026-08-29T21:25:14.364Z[ host-image] Aug 29 21:25:13.731 INFO collecting git info from project "pilot"...
110882026-08-29T21:25:14.367Z[ host-image] Aug 29 21:25:13.737 INFO collecting git info from project "amd-host-image-builder"...
110892026-08-29T21:25:14.371Z[ host-image] Aug 29 21:25:13.742 INFO collecting git info from project "bootserver"...
110902026-08-29T21:25:14.376Z[ host-image] Aug 29 21:25:13.747 INFO collecting git info from project "amd-firmware"...
110912026-08-29T21:25:14.387Z[ host-image] Aug 29 21:25:13.758 INFO collecting git info from project "image-builder"...
110922026-08-29T21:25:14.391Z[ host-image] Aug 29 21:25:13.762 INFO collecting git info from project "dmar-report"...
110932026-08-29T21:25:14.395Z[ host-image] Aug 29 21:25:13.766 INFO collecting git info from project "chelsio-t6-roms"...
110942026-08-29T21:25:14.399Z[ host-image] Aug 29 21:25:13.770 INFO collecting git info from project "pinprick"...
110952026-08-29T21:25:14.403Z[ host-image] Aug 29 21:25:13.774 INFO collecting git info from project "phbl"...
110962026-08-29T21:25:14.408Z[ host-image] Aug 29 21:25:13.779 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110972026-08-29T21:25:14.715Z[ host-image] Aug 29 21:25:14.085 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110982026-08-29T21:25:15.005Z[ host-image] Aug 29 21:25:14.375 INFO creating Oxide boot image...
110992026-08-29T21:25:15.005Z[ host-image] Aug 29 21:25:14.375 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1cb7ef2/e73f257 2026-08-29 21:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
111002026-08-29T21:25:15.771Z[ host-image] Aug 29 21:25:15.142 INFO O| ok, image written!
111012026-08-29T21:25:15.771Z[ host-image] Aug 29 21:25:15.142 INFO O| ok, boot_image_csum file written!
111022026-08-29T21:25:15.775Z[ host-image] Aug 29 21:25:15.144 INFO creating boot archive (CPIO)...
111032026-08-29T21:25:15.775Z[ host-image] Aug 29 21:25:15.144 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
111042026-08-29T21:25:15.778Z[ host-image] Aug 29 21:25:15.148 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
111052026-08-29T21:25:15.778Z[ host-image] Aug 29 21:25:15.148 INFO E| + outfile=/work/os-host/cpio
111062026-08-29T21:25:15.778Z[ host-image] Aug 29 21:25:15.148 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
111072026-08-29T21:25:15.782Z[ host-image] Aug 29 21:25:15.150 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
111082026-08-29T21:25:15.782Z[ host-image] Aug 29 21:25:15.150 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
111092026-08-29T21:25:15.805Z[ host-image] Aug 29 21:25:15.176 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
111102026-08-29T21:25:15.808Z[ host-image] Aug 29 21:25:15.176 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
111112026-08-29T21:25:15.811Z[ host-image] Aug 29 21:25:15.181 INFO creating compressed cpio/unix for dev loaders...
111122026-08-29T21:25:15.811Z[ host-image] Aug 29 21:25:15.182 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
111132026-08-29T21:25:16.033Z[ host-image] Aug 29 21:25:15.404 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
111142026-08-29T21:25:19.271Z[ host-image] Aug 29 21:25:18.642 INFO creating reset image...
111152026-08-29T21:25:19.271Z[ host-image] Aug 29 21:25:18.642 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")
111162026-08-29T21:25:19.334Z[ host-image] Aug 29 21:25:18.705 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
111172026-08-29T21:25:19.338Z[ host-image] Aug 29 21:25:18.706 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
111182026-08-29T21:25:19.589Z[ host-image] Aug 29 21:25:18.959 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)
111192026-08-29T21:25:19.589Z[ host-image] Aug 29 21:25:18.960 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)
111202026-08-29T21:25:19.593Z[ host-image] Aug 29 21:25:18.960 INFO E| Compiling proc-macro2 v1.0.106
111212026-08-29T21:25:19.593Z[ host-image] Aug 29 21:25:18.960 INFO E| Compiling unicode-ident v1.0.24
111222026-08-29T21:25:19.593Z[ host-image] Aug 29 21:25:18.960 INFO E| Compiling quote v1.0.45
111232026-08-29T21:25:19.593Z[ host-image] Aug 29 21:25:18.960 INFO E| Compiling syn v1.0.109
111242026-08-29T21:25:19.593Z[ host-image] Aug 29 21:25:18.960 INFO E| Compiling x86 v0.52.0
111252026-08-29T21:25:19.593Z[ host-image] Aug 29 21:25:18.960 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
111262026-08-29T21:25:19.598Z[ host-image] Aug 29 21:25:18.969 INFO E| Compiling seq-macro v0.3.6
111272026-08-29T21:25:20.549Z[ host-image] Aug 29 21:25:19.920 INFO E| Compiling syn v2.0.117
111282026-08-29T21:25:21.858Z[ host-image] Aug 29 21:25:21.228 INFO E| Compiling scroll_derive v0.13.1
111292026-08-29T21:25:22.864Z[ host-image] Aug 29 21:25:22.234 INFO E| Compiling bitstruct_derive v0.1.0
111302026-08-29T21:25:31.800Z[ host-image] Aug 29 21:25:31.170 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)
111312026-08-29T21:25:33.866Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling bitflags v1.3.2
111322026-08-29T21:25:33.866Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling plain v0.2.3
111332026-08-29T21:25:33.866Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling adler2 v2.0.1
111342026-08-29T21:25:33.870Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling scroll v0.13.0
111352026-08-29T21:25:33.870Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling log v0.4.32
111362026-08-29T21:25:33.870Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling bitflags v2.13.0
111372026-08-29T21:25:33.870Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling bit_field v0.10.3
111382026-08-29T21:25:33.870Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling static_assertions v1.1.0
111392026-08-29T21:25:33.870Z[ host-image] Aug 29 21:25:33.236 INFO E| Compiling bitstruct v0.1.1
111402026-08-29T21:25:33.917Z[ host-image] Aug 29 21:25:33.288 INFO E| Compiling raw-cpuid v10.7.0
111412026-08-29T21:25:33.955Z[ host-image] Aug 29 21:25:33.325 INFO E| Compiling miniz_oxide v0.9.1
111422026-08-29T21:25:34.015Z[ host-image] Aug 29 21:25:33.385 INFO E| Compiling cpio_reader v0.1.2
111432026-08-29T21:25:34.091Z[ host-image] Aug 29 21:25:33.461 INFO E| Compiling goblin v0.10.7
111442026-08-29T21:25:36.859Z[ host-image] Aug 29 21:25:36.230 INFO E| Finished `release` profile [optimized] target(s) in 17.51s
111452026-08-29T21:25:36.871Z[ host-image] Aug 29 21:25:36.242 INFO building ROM for gimlet
111462026-08-29T21:25:36.871Z[ host-image] Aug 29 21:25:36.242 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")
111472026-08-29T21:25:36.961Z[ host-image] Aug 29 21:25:36.332 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111482026-08-29T21:25:36.964Z[ host-image] Aug 29 21:25:36.334 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`
111492026-08-29T21:25:36.976Z[ host-image] Aug 29 21:25:36.346 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111502026-08-29T21:25:37.045Z[ host-image] Aug 29 21:25:36.415 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111512026-08-29T21:25:37.050Z[ host-image] Aug 29 21:25:36.421 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`
111522026-08-29T21:25:37.164Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111532026-08-29T21:25:37.164Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111542026-08-29T21:25:37.164Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111552026-08-29T21:25:37.164Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111562026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111572026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111582026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111592026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111602026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111612026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111622026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111632026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111642026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111652026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111662026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111672026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO O| Info: ABL version: 0x100f5010
111682026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111692026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111702026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111712026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111722026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111732026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111742026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111752026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111762026-08-29T21:25:37.168Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111772026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111782026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111792026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111802026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111812026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111822026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111832026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111842026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111852026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111862026-08-29T21:25:37.169Z[ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111872026-08-29T21:25:37.197Z[ host-image] Aug 29 21:25:36.567 INFO building ROM for cosmo
111882026-08-29T21:25:37.201Z[ host-image] Aug 29 21:25:36.567 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")
111892026-08-29T21:25:37.280Z[ host-image] Aug 29 21:25:36.650 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111902026-08-29T21:25:37.283Z[ host-image] Aug 29 21:25:36.652 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`
111912026-08-29T21:25:37.292Z[ host-image] Aug 29 21:25:36.663 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111922026-08-29T21:25:37.358Z[ host-image] Aug 29 21:25:36.728 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111932026-08-29T21:25:37.361Z[ host-image] Aug 29 21:25:36.730 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`
111942026-08-29T21:25:37.564Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111952026-08-29T21:25:37.564Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111962026-08-29T21:25:37.564Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111972026-08-29T21:25:37.564Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111982026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111992026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
112002026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
112012026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
112022026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
112032026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
112042026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
112052026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
112062026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
112072026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
112082026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
112092026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
112102026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
112112026-08-29T21:25:37.568Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
112122026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
112132026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
112142026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
112152026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
112162026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
112172026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
112182026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
112192026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
112202026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
112212026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
112222026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
112232026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
112242026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
112252026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
112262026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
112272026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
112282026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
112292026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
112302026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
112312026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
112322026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
112332026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
112342026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
112352026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
112362026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
112372026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
112382026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
112392026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
112402026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
112412026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
112422026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
112432026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
112442026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
112452026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
112462026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
112472026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.936 INFO O| Info: ABL version: 0x100af010
112482026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.936 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
112492026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.936 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
112502026-08-29T21:25:37.569Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
112512026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
112522026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
112532026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
112542026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
112552026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
112562026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
112572026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
112582026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
112592026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
112602026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
112612026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
112622026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
112632026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
112642026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
112652026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
112662026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112672026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112682026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112692026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112702026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112712026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112722026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112732026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112742026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112752026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112762026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112772026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112782026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112792026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112802026-08-29T21:25:37.570Z[ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112812026-08-29T21:25:37.597Z[ host-image] Aug 29 21:25:36.967 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112822026-08-29T21:25:37.597Z[ host-image] Aug 29 21:25:36.967 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
112832026-08-29T21:25:37.597Z[ host-image] Aug 29 21:25:36.967 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112842026-08-29T21:25:50.554Z[ host-image] Aug 29 21:25:49.925 INFO image complete! materials are in "/work/os-host"
112852026-08-29T21:25:50.557Z[ host-image]
112862026-08-29T21:25:50.558Z[ host-image] real 4:09.841227661
112872026-08-29T21:25:50.558Z[ host-image] user 2:52.024896594
112882026-08-29T21:25:50.558Z[ host-image] sys 38.613552176
112892026-08-29T21:25:50.558Z[ host-image] trap 0.133051209
112902026-08-29T21:25:50.558Z[ host-image] tflt 0.353704994
112912026-08-29T21:25:50.558Z[ host-image] dflt 0.194372494
112922026-08-29T21:25:50.558Z[ host-image] kflt 0.000354650
112932026-08-29T21:25:50.558Z[ host-image] lock 4:53.368941635
112942026-08-29T21:25:50.558Z[ host-image] slp 21:15.955289717
112952026-08-29T21:25:50.558Z[ host-image] lat 24.811769269
112962026-08-29T21:25:50.561Z[ host-image] stop 1.520736026
112972026-08-29T21:25:50.561ZAug 29 21:25:49.929 INFO [host-image] process exited with exit status: 0 (249.84646281s)
112982026-08-29T21:25:50.561ZAug 29 21:25:49.929 INFO [tuf-v2-host] running task
112992026-08-29T21:25:50.561ZAug 29 21:25:49.929 INFO [tuf-repo] running task
113002026-08-29T21:25:50.561ZAug 29 21:25:49.929 INFO [tuf-v2-host] task succeeded (430.67µs)
113012026-08-29T21:25:50.561ZAug 29 21:25:49.929 INFO [tuf-v2-repo] running task
113022026-08-29T21:26:12.486ZAug 29 21:26:11.856 INFO assembling repository in `/tmp/tufaceous6AiPOR`, component: OmicronRepoAssembler
113032026-08-29T21:26:12.690ZAug 29 21:26:12.060 INFO [tuf-v2-repo] task succeeded (22.130949461s)
113042026-08-29T21:26:21.507ZAug 29 21:26:20.877 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
113052026-08-29T21:26:21.742ZAug 29 21:26:21.112 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
113062026-08-29T21:26:23.771ZAug 29 21:26:23.141 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
113072026-08-29T21:26:23.821ZAug 29 21:26:23.191 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
113082026-08-29T21:26:23.869ZAug 29 21:26:23.239 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
113092026-08-29T21:26:23.917ZAug 29 21:26:23.287 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
113102026-08-29T21:26:23.966ZAug 29 21:26:23.336 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
113112026-08-29T21:26:24.017ZAug 29 21:26:23.387 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
113122026-08-29T21:26:24.071ZAug 29 21:26:23.441 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
113132026-08-29T21:26:34.558ZAug 29 21:26:33.928 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
113142026-08-29T21:26:34.564ZAug 29 21:26:33.934 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
113152026-08-29T21:26:34.587ZAug 29 21:26:33.957 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
113162026-08-29T21:26:34.641ZAug 29 21:26:34.011 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
113172026-08-29T21:26:34.709ZAug 29 21:26:34.079 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
113182026-08-29T21:26:34.766ZAug 29 21:26:34.137 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
113192026-08-29T21:26:34.831ZAug 29 21:26:34.201 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
113202026-08-29T21:26:34.837ZAug 29 21:26:34.207 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
113212026-08-29T21:26:34.860ZAug 29 21:26:34.230 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
113222026-08-29T21:26:36.537ZAug 29 21:26:35.907 INFO [tuf-repo] task succeeded (45.978539044s)
113232026-08-29T21:28:57.926Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
113242026-08-29T21:28:57.930Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113252026-08-29T21:28:57.930Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113262026-08-29T21:29:00.612ZAug 29 21:28:59.980 INFO [verify-libraries] process exited with exit status: 0 (431.609000734s)
113272026-08-29T21:29:00.612ZAug 29 21:28:59.980 INFO all jobs completed in 1146.76238766s
113282026-08-29T21:29:01.752Zprocess exited: duration 1390511 ms, exit code 0
 
113292026-08-29T21:29:01.765Zfound 41 output files
113302026-08-29T21:29:01.765Zuploading: /work/manifest.toml (17334 bytes)
113312026-08-29T21:29:02.782Zuploaded: /work/manifest.toml
113322026-08-29T21:29:02.782Zuploading: /work/repo.zip (3327421119 bytes)
113332026-08-29T21:29:42.929Zuploaded: /work/repo.zip
113342026-08-29T21:29:42.929Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113352026-08-29T21:29:43.944Zuploaded: /work/repo.zip.sha256.txt
113362026-08-29T21:29:43.944Zuploading: /work/helios.json (647 bytes)
113372026-08-29T21:29:44.955Zuploaded: /work/helios.json
113382026-08-29T21:29:44.955Zuploading: /work/incorporation.p5m (113590 bytes)
113392026-08-29T21:29:45.970Zuploaded: /work/incorporation.p5m
113402026-08-29T21:29:45.970Zuploading: /work/incorporation.p5p (133120 bytes)
113412026-08-29T21:29:46.988Zuploaded: /work/incorporation.p5p
113422026-08-29T21:29:46.988Zuploading: /work/helios-incorp.log (522 bytes)
113432026-08-29T21:29:47.999Zuploaded: /work/helios-incorp.log
113442026-08-29T21:29:48.000Zuploading: /work/helios-setup.log (57093 bytes)
113452026-08-29T21:29:49.011Zuploaded: /work/helios-setup.log
113462026-08-29T21:29:49.011Zuploading: /work/host-image.log (235012 bytes)
113472026-08-29T21:29:50.028Zuploaded: /work/host-image.log
113482026-08-29T21:29:50.028Zuploading: /work/host-package.log (32334 bytes)
113492026-08-29T21:29:51.041Zuploaded: /work/host-package.log
113502026-08-29T21:29:51.044Zuploading: /work/host-target.log (101 bytes)
113512026-08-29T21:29:52.056Zuploaded: /work/host-target.log
113522026-08-29T21:29:52.056Zuploading: /work/incorp-create.log (0 bytes)
113532026-08-29T21:29:53.067Zuploaded: /work/incorp-create.log
113542026-08-29T21:29:53.067Zuploading: /work/incorp-fmt.log (0 bytes)
113552026-08-29T21:29:54.078Zuploaded: /work/incorp-fmt.log
113562026-08-29T21:29:54.078Zuploading: /work/incorp-pkgsend.log (108 bytes)
113572026-08-29T21:29:55.088Zuploaded: /work/incorp-pkgsend.log
113582026-08-29T21:29:55.091Zuploading: /work/incorp-publisher.log (0 bytes)
113592026-08-29T21:29:56.099Zuploaded: /work/incorp-publisher.log
113602026-08-29T21:29:56.099Zuploading: /work/omicron-package.log (10208 bytes)
113612026-08-29T21:29:57.113Zuploaded: /work/omicron-package.log
113622026-08-29T21:29:57.113Zuploading: /work/recovery-image.log (591247 bytes)
113632026-08-29T21:29:58.135Zuploaded: /work/recovery-image.log
113642026-08-29T21:29:58.136Zuploading: /work/recovery-package.log (602 bytes)
113652026-08-29T21:29:59.149Zuploaded: /work/recovery-package.log
113662026-08-29T21:29:59.149Zuploading: /work/recovery-target.log (98 bytes)
113672026-08-29T21:30:00.160Zuploaded: /work/recovery-target.log
113682026-08-29T21:30:00.166Zuploading: /work/stamp-clickhouse.log (117 bytes)
113692026-08-29T21:30:01.173Zuploaded: /work/stamp-clickhouse.log
113702026-08-29T21:30:01.173Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113712026-08-29T21:30:02.185Zuploaded: /work/stamp-clickhouse_keeper.log
113722026-08-29T21:30:02.188Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113732026-08-29T21:30:03.197Zuploaded: /work/stamp-clickhouse_server.log
113742026-08-29T21:30:03.201Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113752026-08-29T21:30:04.209Zuploaded: /work/stamp-cockroachdb.log
113762026-08-29T21:30:04.209Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113772026-08-29T21:30:05.222Zuploaded: /work/stamp-crucible-pantry-zone.log
113782026-08-29T21:30:05.222Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113792026-08-29T21:30:06.233Zuploaded: /work/stamp-crucible-utils.log
113802026-08-29T21:30:06.233Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113812026-08-29T21:30:07.246Zuploaded: /work/stamp-crucible-zone.log
113822026-08-29T21:30:07.246Zuploading: /work/stamp-external-dns.log (119 bytes)
113832026-08-29T21:30:08.257Zuploaded: /work/stamp-external-dns.log
113842026-08-29T21:30:08.257Zuploading: /work/stamp-installinator.log (103 bytes)
113852026-08-29T21:30:09.268Zuploaded: /work/stamp-installinator.log
113862026-08-29T21:30:09.268Zuploading: /work/stamp-internal-dns.log (119 bytes)
113872026-08-29T21:30:10.279Zuploaded: /work/stamp-internal-dns.log
113882026-08-29T21:30:10.279Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113892026-08-29T21:30:11.289Zuploaded: /work/stamp-mg-ddm-gz.log
113902026-08-29T21:30:11.290Zuploading: /work/stamp-nexus.log (112 bytes)
113912026-08-29T21:30:12.299Zuploaded: /work/stamp-nexus.log
113922026-08-29T21:30:12.299Zuploading: /work/stamp-ntp.log (110 bytes)
113932026-08-29T21:30:13.310Zuploaded: /work/stamp-ntp.log
113942026-08-29T21:30:13.310Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113952026-08-29T21:30:14.323Zuploaded: /work/stamp-omicron-sled-agent.log
113962026-08-29T21:30:14.323Zuploading: /work/stamp-overlay.log (114 bytes)
113972026-08-29T21:30:15.335Zuploaded: /work/stamp-overlay.log
113982026-08-29T21:30:15.335Zuploading: /work/stamp-oximeter.log (115 bytes)
113992026-08-29T21:30:16.347Zuploaded: /work/stamp-oximeter.log
114002026-08-29T21:30:16.347Zuploading: /work/stamp-oxlog.log (109 bytes)
114012026-08-29T21:30:17.358Zuploaded: /work/stamp-oxlog.log
114022026-08-29T21:30:17.358Zuploading: /work/stamp-probe.log (112 bytes)
114032026-08-29T21:30:18.369Zuploaded: /work/stamp-probe.log
114042026-08-29T21:30:18.369Zuploading: /work/stamp-propolis-server.log (122 bytes)
114052026-08-29T21:30:19.378Zuploaded: /work/stamp-propolis-server.log
114062026-08-29T21:30:19.379Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114072026-08-29T21:30:20.390Zuploaded: /work/stamp-pumpkind-gz.log
114082026-08-29T21:30:20.390Zuploading: /work/stamp-switch-asic.log (118 bytes)
114092026-08-29T21:30:21.403Zuploaded: /work/stamp-switch-asic.log
114102026-08-29T21:30:21.403Zuploading: /work/verify-libraries.log (48735 bytes)
114112026-08-29T21:30:22.416Zuploaded: /work/verify-libraries.log