01M0MPK18EFXRNYXCAWJJQ56ZT: 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: 01M0MPKDV5B0VMEZRBGZ41ATGY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-22T12:20:39.757Zjob assigned to worker 01M0MPKM1BS23ZNV89EZD9GVTT [factory aws, i-02d5d2115a75f20ff] (queued for 50 s)
 
22026-08-22T12:20:46.941Zstarting task 0: "setup"
32026-08-22T12:20:46.945Z++ uname -s
42026-08-22T12:20:46.949Z+ kern=SunOS
52026-08-22T12:20:46.949Z+ build_user=build
62026-08-22T12:20:46.949Z+ build_uid=12345
72026-08-22T12:20:46.949Z+ work_dir=/work
82026-08-22T12:20:46.949Z+ input_dir=/input
92026-08-22T12:20:46.949Z+ [[ 0 == 12345 ]]
102026-08-22T12:20:46.949Z+ case "$kern" in
112026-08-22T12:20:46.949Z+ groupadd -g 12345 build
122026-08-22T12:20:46.952Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-22T12:20:48.956Z+ zfs create -o mountpoint=/work rpool/work
142026-08-22T12:20:49.074Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-22T12:20:49.077Z+ home_fs=zfs
162026-08-22T12:20:49.077Z+ [[ zfs == autofs ]]
172026-08-22T12:20:49.077Z+ mkdir -p /home/build
182026-08-22T12:20:49.077Z+ chown build:build /home/build /work
192026-08-22T12:20:50.079Z+ chmod 0700 /home/build /work
202026-08-22T12:20:50.082Zprocess exited: duration 3142 ms, exit code 0
 
212026-08-22T12:20:50.089Zstarting task 1: "rust-toolchain"
222026-08-22T12:20:50.094Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-22T12:20:50.094Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-22T12:20:50.095Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-22T12:20:50.095Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-22T12:20:50.095Z * rust toolchain channel = "1.97.1"
272026-08-22T12:20:50.095Z * rust toolchain profile = "default"
282026-08-22T12:20:50.098Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-22T12:20:50.098Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-22T12:20:50.212Zinfo: downloading installer
312026-08-22T12:20:51.590Zwarn: It looks like you have an existing rustup settings file at:
322026-08-22T12:20:51.590Zwarn: /home/build/.rustup/settings.toml
332026-08-22T12:20:51.590Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-22T12:20:51.590Zwarn: instead of the one inferred from the default host triple.
352026-08-22T12:20:51.599Zinfo: profile set to default
362026-08-22T12:20:51.599Zinfo: default host triple is x86_64-unknown-illumos
372026-08-22T12:20:51.603Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-22T12:20:51.729Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-22T12:20:51.733Zinfo: downloading 6 components
402026-08-22T12:21:06.722Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-22T12:21:06.722Z
422026-08-22T12:21:06.749Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-22T12:21:06.749Z
442026-08-22T12:21:06.749Z
452026-08-22T12:21:06.749ZRust is installed now. Great!
462026-08-22T12:21:06.749Z
472026-08-22T12:21:06.749ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-22T12:21:06.749Zenvironment variable. This has not been done automatically.
492026-08-22T12:21:06.749Z
502026-08-22T12:21:06.749ZTo configure your current shell, you need to source
512026-08-22T12:21:06.749Zthe corresponding env file under $HOME/.cargo.
522026-08-22T12:21:06.750Z
532026-08-22T12:21:06.750ZThis is usually done by running one of the following (note the leading DOT):
542026-08-22T12:21:06.750Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-22T12:21:06.750Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-22T12:21:06.750Zsource "~/.cargo/env.nu" # For nushell
572026-08-22T12:21:06.750Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-22T12:21:06.750Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-22T12:21:06.750Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-22T12:21:06.753Zwarn: no default linker (`cc`) was found in your PATH
612026-08-22T12:21:06.753Zwarn: many Rust crates require a system C toolchain to build
622026-08-22T12:21:06.851Z+ rustup --version
632026-08-22T12:21:06.857Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-22T12:21:06.860Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-22T12:21:06.876Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-22T12:21:06.879Z+ cargo --version
672026-08-22T12:21:06.887Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-22T12:21:06.890Z+ rustc --version
692026-08-22T12:21:06.910Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-22T12:21:06.913Zprocess exited: duration 16823 ms, exit code 0
 
712026-08-22T12:21:06.920Zstarting task 2: "authentication"
722026-08-22T12:21:06.938Zprocess exited: duration 17 ms, exit code 0
 
732026-08-22T12:21:06.945Zstarting task 3: "clone repository"
742026-08-22T12:21:06.952Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-22T12:21:06.953Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-22T12:21:06.987ZCloning into '/work/oxidecomputer/omicron'...
772026-08-22T12:21:19.086Z+ cd /work/oxidecomputer/omicron
782026-08-22T12:21:19.086Z+ git fetch origin 8ef0b30131a4fe9e1dee836b36492f0695c69b93
792026-08-22T12:21:19.427ZFrom https://github.com/oxidecomputer/omicron
802026-08-22T12:21:19.427Z * branch 8ef0b30131a4fe9e1dee836b36492f0695c69b93 -> FETCH_HEAD
812026-08-22T12:21:19.440Z+ [[ -n skaram/publish-sled-agent-softnpu ]]
822026-08-22T12:21:19.443Z++ git branch --show-current
832026-08-22T12:21:19.443Z+ current=main
842026-08-22T12:21:19.444Z+ [[ main != skaram/publish-sled-agent-softnpu ]]
852026-08-22T12:21:19.444Z+ git branch -f skaram/publish-sled-agent-softnpu 8ef0b30131a4fe9e1dee836b36492f0695c69b93
862026-08-22T12:21:19.447Z+ git checkout -f skaram/publish-sled-agent-softnpu
872026-08-22T12:21:19.493ZSwitched to branch 'skaram/publish-sled-agent-softnpu'
882026-08-22T12:21:19.497Z+ git reset --hard 8ef0b30131a4fe9e1dee836b36492f0695c69b93
892026-08-22T12:21:19.542ZHEAD is now at 8ef0b3013 Publish the omicron-sled-agent package as a separate, small artifact for virtual (softnpu) labs
902026-08-22T12:21:19.546Zprocess exited: duration 12598 ms, exit code 0
 
912026-08-22T12:21:19.553Zstarting task 4: "build"
922026-08-22T12:21:19.558Z+ source .github/buildomat/ci-env.sh
932026-08-22T12:21:19.558Z++ export CARGO_TERM_COLOR=always
942026-08-22T12:21:19.558Z++ CARGO_TERM_COLOR=always
952026-08-22T12:21:19.561Z+++ uname -s
962026-08-22T12:21:19.561Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-22T12:21:19.561Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-22T12:21:19.564Z+ cargo --version
992026-08-22T12:21:19.572Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-22T12:21:19.575Z+ rustc --version
1012026-08-22T12:21:19.595Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-22T12:21:19.598Z+ cargo tree --locked
1032026-08-22T12:21:19.762Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-22T12:21:20.068Z Updating crates.io index
1052026-08-22T12:21:20.072Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-22T12:21:20.376Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-22T12:21:20.726Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-22T12:21:21.817Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-22T12:21:22.379Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-22T12:21:24.331Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-22T12:21:25.218Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-22T12:21:25.542Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-22T12:21:25.958Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-22T12:21:27.722Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-22T12:21:28.047Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-22T12:21:28.495Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-22T12:21:28.804Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-22T12:21:29.124Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-22T12:21:29.404Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-22T12:21:29.720Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-22T12:21:30.031Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-22T12:21:30.343Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-22T12:21:30.833Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-22T12:21:31.235Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-22T12:21:31.743Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-22T12:21:32.134Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-22T12:21:32.680Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-22T12:21:33.013Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-22T12:21:33.319Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-22T12:21:33.768Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-22T12:21:34.085Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-22T12:21:34.490Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-22T12:21:34.892Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-22T12:21:35.165Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-22T12:21:35.493Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-22T12:21:35.918Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-22T12:21:36.538Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-22T12:21:36.841Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-22T12:21:37.135Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-22T12:21:37.455Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-22T12:21:38.136Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-22T12:21:38.442Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-22T12:21:38.732Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-22T12:21:39.076Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-22T12:21:39.342Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-22T12:21:39.663Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-22T12:21:42.315Z Downloading crates ...
1482026-08-22T12:21:42.372Z Downloaded addr2line v0.25.1
1492026-08-22T12:21:42.375Z Downloaded crossbeam-deque v0.8.6
1502026-08-22T12:21:42.378Z Downloaded constant_time_eq v0.3.1
1512026-08-22T12:21:42.381Z Downloaded crc v3.4.0
1522026-08-22T12:21:42.381Z Downloaded concurrent-queue v2.5.0
1532026-08-22T12:21:42.384Z Downloaded crc-catalog v2.4.0
1542026-08-22T12:21:42.388Z Downloaded compact_str v0.8.1
1552026-08-22T12:21:42.391Z Downloaded difflib v0.4.0
1562026-08-22T12:21:42.396Z Downloaded crucible-workspace-hack v0.1.0
1572026-08-22T12:21:42.399Z Downloaded crc8 v0.1.1
1582026-08-22T12:21:42.399Z Downloaded cpufeatures v0.3.0
1592026-08-22T12:21:42.402Z Downloaded heapless v0.7.17
1602026-08-22T12:21:42.405Z Downloaded cobs v0.3.0
1612026-08-22T12:21:42.405Z Downloaded convert_case v0.4.0
1622026-08-22T12:21:42.405Z Downloaded cpubits v0.1.1
1632026-08-22T12:21:42.405Z Downloaded hash32 v0.2.1
1642026-08-22T12:21:42.405Z Downloaded heck v0.5.0
1652026-08-22T12:21:42.409Z Downloaded half v2.7.1
1662026-08-22T12:21:42.409Z Downloaded crunchy v0.2.4
1672026-08-22T12:21:42.409Z Downloaded crypto-common v0.2.2
1682026-08-22T12:21:42.412Z Downloaded darling_macro v0.23.0
1692026-08-22T12:21:42.412Z Downloaded debug-ignore v1.0.5
1702026-08-22T12:21:42.415Z Downloaded hex v0.4.3
1712026-08-22T12:21:42.419Z Downloaded cookie_store v0.22.1
1722026-08-22T12:21:42.419Z Downloaded hubpack v0.1.2
1732026-08-22T12:21:42.419Z Downloaded clap v4.6.1
1742026-08-22T12:21:42.422Z Downloaded guppy-workspace-hack v0.1.0
1752026-08-22T12:21:42.425Z Downloaded http-body v1.0.1
1762026-08-22T12:21:42.425Z Downloaded httpdate v1.0.3
1772026-08-22T12:21:42.428Z Downloaded hex-literal v1.1.0
1782026-08-22T12:21:42.431Z Downloaded hex-literal v0.4.1
1792026-08-22T12:21:42.434Z Downloaded cstr-argument v0.1.2
1802026-08-22T12:21:42.437Z Downloaded darling_macro v0.20.11
1812026-08-22T12:21:42.440Z Downloaded clap_lex v1.0.0
1822026-08-22T12:21:42.443Z Downloaded hash32 v0.3.1
1832026-08-22T12:21:42.443Z Downloaded home v0.5.12
1842026-08-22T12:21:42.443Z Downloaded hostname v0.3.1
1852026-08-22T12:21:42.443Z Downloaded compression-core v0.4.31
1862026-08-22T12:21:42.443Z Downloaded defmt v0.3.100
1872026-08-22T12:21:42.446Z Downloaded headers-core v0.3.0
1882026-08-22T12:21:42.446Z Downloaded heck v0.4.1
1892026-08-22T12:21:42.446Z Downloaded hostname v0.4.2
1902026-08-22T12:21:42.446Z Downloaded hubpack_derive v0.1.1
1912026-08-22T12:21:42.446Z Downloaded colorchoice v1.0.4
1922026-08-22T12:21:42.446Z Downloaded cpufeatures v0.2.17
1932026-08-22T12:21:42.449Z Downloaded http-range v0.1.5
1942026-08-22T12:21:42.453Z Downloaded curve25519-dalek-derive v0.1.1
1952026-08-22T12:21:42.453Z Downloaded diesel_table_macro_syntax v0.3.0
1962026-08-22T12:21:42.456Z Downloaded inout v0.1.4
1972026-08-22T12:21:42.456Z Downloaded darling_macro v0.13.4
1982026-08-22T12:21:42.459Z Downloaded defmt-parser v1.0.0
1992026-08-22T12:21:42.459Z Downloaded derive_builder_macro v0.20.2
2002026-08-22T12:21:42.462Z Downloaded darling_macro v0.21.3
2012026-08-22T12:21:42.465Z Downloaded crypto-common v0.1.7
2022026-08-22T12:21:42.468Z Downloaded critical-section v1.2.0
2032026-08-22T12:21:42.468Z Downloaded cmake v0.1.57
2042026-08-22T12:21:42.468Z Downloaded cmov v0.5.4
2052026-08-22T12:21:42.470Z Downloaded convert_case v0.10.0
2062026-08-22T12:21:42.471Z Downloaded illumos-nvpair v0.3.0
2072026-08-22T12:21:42.471Z Downloaded is-terminal v0.4.17
2082026-08-22T12:21:42.474Z Downloaded is_terminal_polyfill v1.70.2
2092026-08-22T12:21:42.474Z Downloaded ctutils v0.4.2
2102026-08-22T12:21:42.475Z Downloaded der_derive v0.7.3
2112026-08-22T12:21:42.475Z Downloaded indent_write v2.2.0
2122026-08-22T12:21:42.478Z Downloaded illumos-nvpair-sys v0.2.0
2132026-08-22T12:21:42.481Z Downloaded array-init v0.0.4
2142026-08-22T12:21:42.481Z Downloaded assert-json-diff v2.0.2
2152026-08-22T12:21:42.481Z Downloaded atomicwrites v0.4.4
2162026-08-22T12:21:42.481Z Downloaded instant v0.1.13
2172026-08-22T12:21:42.484Z Downloaded is_ci v1.2.0
2182026-08-22T12:21:42.484Z Downloaded backtrace-ext v0.2.1
2192026-08-22T12:21:42.488Z Downloaded constant_time_eq v0.4.2
2202026-08-22T12:21:42.491Z Downloaded indoc v1.0.9
2212026-08-22T12:21:42.494Z Downloaded derive_builder_core v0.20.2
2222026-08-22T12:21:42.494Z Downloaded const_format_proc_macros v0.2.34
2232026-08-22T12:21:42.497Z Downloaded hyper-tls v0.6.0
2242026-08-22T12:21:42.497Z Downloaded corncobs v0.1.4
2252026-08-22T12:21:42.497Z Downloaded ident_case v1.0.1
2262026-08-22T12:21:42.497Z Downloaded idna_adapter v1.2.1
2272026-08-22T12:21:42.500Z Downloaded compression-codecs v0.4.37
2282026-08-22T12:21:42.504Z Downloaded data-encoding v2.10.0
2292026-08-22T12:21:42.504Z Downloaded group v0.14.0
2302026-08-22T12:21:42.504Z Downloaded instability v0.3.11
2312026-08-22T12:21:42.507Z Downloaded defmt v1.0.1
2322026-08-22T12:21:42.507Z Downloaded deranged v0.5.8
2332026-08-22T12:21:42.510Z Downloaded daft v0.1.7
2342026-08-22T12:21:42.510Z Downloaded ctr v0.10.1
2352026-08-22T12:21:42.514Z Downloaded darling v0.13.4
2362026-08-22T12:21:42.514Z Downloaded highway v1.3.0
2372026-08-22T12:21:42.514Z Downloaded diesel-dtrace v0.5.0
2382026-08-22T12:21:42.517Z Downloaded daft-derive v0.1.7
2392026-08-22T12:21:42.517Z Downloaded defmt-macros v1.0.1
2402026-08-22T12:21:42.520Z Downloaded delegate v0.13.5
2412026-08-22T12:21:42.523Z Downloaded crc32fast v1.5.0
2422026-08-22T12:21:42.523Z Downloaded crossbeam-utils v0.8.21
2432026-08-22T12:21:42.523Z Downloaded const-oid v0.9.6
2442026-08-22T12:21:42.526Z Downloaded internet-checksum v0.2.1
2452026-08-22T12:21:42.526Z Downloaded clap_derive v4.6.1
2462026-08-22T12:21:42.526Z Downloaded cookie v0.18.1
2472026-08-22T12:21:42.534Z Downloaded path-slash v0.1.5
2482026-08-22T12:21:42.537Z Downloaded anstream v0.6.21
2492026-08-22T12:21:42.537Z Downloaded anstyle-parse v1.0.0
2502026-08-22T12:21:42.537Z Downloaded olpc-cjson v0.1.4
2512026-08-22T12:21:42.541Z Downloaded openssl-probe v0.1.6
2522026-08-22T12:21:42.541Z Downloaded oso-derive v0.27.3
2532026-08-22T12:21:42.544Z Downloaded bcs v0.1.6
2542026-08-22T12:21:42.544Z Downloaded bit-vec v0.8.0
2552026-08-22T12:21:42.544Z Downloaded byte-wrapper v0.1.0
2562026-08-22T12:21:42.547Z Downloaded bytecount v0.6.9
2572026-08-22T12:21:42.547Z Downloaded cargo_metadata v0.23.1
2582026-08-22T12:21:42.547Z Downloaded byteorder v1.5.0
2592026-08-22T12:21:42.550Z Downloaded cfg-if v1.0.4
2602026-08-22T12:21:42.550Z Downloaded plotters-svg v0.3.7
2612026-08-22T12:21:42.550Z Downloaded predicates-tree v1.0.13
2622026-08-22T12:21:42.550Z Downloaded group v0.13.0
2632026-08-22T12:21:42.550Z Downloaded humantime v2.3.0
2642026-08-22T12:21:42.553Z Downloaded proc-macro-crate v1.3.1
2652026-08-22T12:21:42.553Z Downloaded proc-macro-error-attr2 v2.0.0
2662026-08-22T12:21:42.553Z Downloaded rand_chacha v0.3.1
2672026-08-22T12:21:42.553Z Downloaded console v0.16.2
2682026-08-22T12:21:42.558Z Downloaded http-body-util v0.1.3
2692026-08-22T12:21:42.558Z Downloaded console v0.15.11
2702026-08-22T12:21:42.561Z Downloaded crossbeam-epoch v0.9.18
2712026-08-22T12:21:42.561Z Downloaded derive-ex v0.1.8
2722026-08-22T12:21:42.564Z Downloaded colored v2.2.0
2732026-08-22T12:21:42.564Z Downloaded darling v0.21.3
2742026-08-22T12:21:42.567Z Downloaded criterion-plot v0.6.0
2752026-08-22T12:21:42.570Z Downloaded datatest-stable v0.3.3
2762026-08-22T12:21:42.573Z Downloaded des v0.9.0
2772026-08-22T12:21:42.573Z Downloaded darling v0.23.0
2782026-08-22T12:21:42.575Z Downloaded inout v0.2.2
2792026-08-22T12:21:42.576Z Downloaded csv-core v0.1.13
2802026-08-22T12:21:42.579Z Downloaded darling v0.20.11
2812026-08-22T12:21:42.579Z Downloaded derive_builder v0.20.2
2822026-08-22T12:21:42.582Z Downloaded colored v3.1.1
2832026-08-22T12:21:42.585Z Downloaded derive_more v0.99.20
2842026-08-22T12:21:42.588Z Downloaded ipnetwork v0.21.1
2852026-08-22T12:21:42.588Z Downloaded itoa v1.0.17
2862026-08-22T12:21:42.588Z Downloaded crossbeam-channel v0.5.15
2872026-08-22T12:21:42.591Z Downloaded packed_struct v0.10.1
2882026-08-22T12:21:42.591Z Downloaded peg v0.8.5
2892026-08-22T12:21:42.595Z Downloaded indoc v2.0.7
2902026-08-22T12:21:42.598Z Downloaded parking v2.2.1
2912026-08-22T12:21:42.598Z Downloaded sapling-renderdag v0.1.0
2922026-08-22T12:21:42.598Z Downloaded serde_repr v0.1.20
2932026-08-22T12:21:42.598Z Downloaded serde_urlencoded v0.7.1
2942026-08-22T12:21:42.598Z Downloaded bit-vec v0.6.3
2952026-08-22T12:21:42.601Z Downloaded impl-trait-for-tuples v0.2.3
2962026-08-22T12:21:42.601Z Downloaded progenitor v0.14.0
2972026-08-22T12:21:42.601Z Downloaded progenitor-extras v0.2.0
2982026-08-22T12:21:42.604Z Downloaded rand_seeder v0.4.0
2992026-08-22T12:21:42.604Z Downloaded hickory-client v0.25.2
3002026-08-22T12:21:42.604Z Downloaded half v1.8.3
3012026-08-22T12:21:42.607Z Downloaded percent-encoding v2.3.2
3022026-08-22T12:21:42.607Z Downloaded signature v2.2.0
3032026-08-22T12:21:42.607Z Downloaded similar-asserts v1.7.0
3042026-08-22T12:21:42.610Z Downloaded smawk v0.3.2
3052026-08-22T12:21:42.610Z Downloaded slog-envlogger v2.2.0
3062026-08-22T12:21:42.613Z Downloaded const-oid v0.10.2
3072026-08-22T12:21:42.616Z Downloaded derive-where v1.6.0
3082026-08-22T12:21:42.621Z Downloaded hyper-staticfile v0.10.1
3092026-08-22T12:21:42.625Z Downloaded ingot-types v0.2.0
3102026-08-22T12:21:42.627Z Downloaded diff v0.1.13
3112026-08-22T12:21:42.628Z Downloaded cbc v0.2.1
3122026-08-22T12:21:42.631Z Downloaded ahash v0.8.12
3132026-08-22T12:21:42.631Z Downloaded darling_core v0.13.4
3142026-08-22T12:21:42.634Z Downloaded ingot v0.2.1
3152026-08-22T12:21:42.634Z Downloaded bs58 v0.5.1
3162026-08-22T12:21:42.637Z Downloaded cipher v0.4.4
3172026-08-22T12:21:42.637Z Downloaded recursive-proc-macro-impl v0.1.1
3182026-08-22T12:21:42.637Z Downloaded supports-unicode v3.0.0
3192026-08-22T12:21:42.637Z Downloaded swrite v0.1.0
3202026-08-22T12:21:42.641Z Downloaded take_mut v0.2.2
3212026-08-22T12:21:42.641Z Downloaded tap v1.0.1
3222026-08-22T12:21:42.641Z Downloaded termtree v0.5.1
3232026-08-22T12:21:42.641Z Downloaded supports-hyperlinks v2.1.0
3242026-08-22T12:21:42.641Z Downloaded supports-hyperlinks v3.2.0
3252026-08-22T12:21:42.641Z Downloaded rustc_version v0.4.1
3262026-08-22T12:21:42.645Z Downloaded const_format v0.2.35
3272026-08-22T12:21:42.645Z Downloaded oxide-update-engine v0.1.2
3282026-08-22T12:21:42.645Z Downloaded secrecy v0.8.0
3292026-08-22T12:21:42.645Z Downloaded pkcs1 v0.8.0-rc.4
3302026-08-22T12:21:42.648Z Downloaded rustc-demangle v0.1.27
3312026-08-22T12:21:42.648Z Downloaded rustls-pemfile v2.2.0
3322026-08-22T12:21:42.648Z Downloaded sec1 v0.7.3
3332026-08-22T12:21:42.651Z Downloaded supports-unicode v2.1.0
3342026-08-22T12:21:42.654Z Downloaded httptest v0.16.4
3352026-08-22T12:21:42.657Z Downloaded unicode-xid v0.2.6
3362026-08-22T12:21:42.657Z Downloaded shlex v1.3.0
3372026-08-22T12:21:42.660Z Downloaded ipnet v2.12.0
3382026-08-22T12:21:42.660Z Downloaded poly1305 v0.9.0
3392026-08-22T12:21:42.663Z Downloaded ingot-macros v0.2.0
3402026-08-22T12:21:42.663Z Downloaded ppv-lite86 v0.2.21
3412026-08-22T12:21:42.666Z Downloaded slog-dtrace v0.3.0
3422026-08-22T12:21:42.666Z Downloaded spki v0.7.3
3432026-08-22T12:21:42.671Z Downloaded usdt v0.5.0
3442026-08-22T12:21:42.674Z Downloaded void v1.0.2
3452026-08-22T12:21:42.674Z Downloaded hybrid-array v0.4.13
3462026-08-22T12:21:42.674Z Downloaded hyper-rustls v0.27.7
3472026-08-22T12:21:42.677Z Downloaded crc-any v2.5.0
3482026-08-22T12:21:42.677Z Downloaded darling_core v0.20.11
3492026-08-22T12:21:42.681Z Downloaded darling_core v0.23.0
3502026-08-22T12:21:42.684Z Downloaded iana-time-zone v0.1.65
3512026-08-22T12:21:42.687Z Downloaded strip-ansi-escapes v0.2.1
3522026-08-22T12:21:42.687Z Downloaded xshell-macros v0.2.7
3532026-08-22T12:21:42.687Z Downloaded yoke-derive v0.8.1
3542026-08-22T12:21:42.690Z Downloaded stacker v0.1.23
3552026-08-22T12:21:42.693Z Downloaded ssh-encoding v0.3.0
3562026-08-22T12:21:42.693Z Downloaded stringprep v0.1.5
3572026-08-22T12:21:42.696Z Downloaded dropshot-api-manager-types v0.8.0
3582026-08-22T12:21:42.699Z Downloaded pem-rfc7468 v1.0.0
3592026-08-22T12:21:42.702Z Downloaded time-macros v0.2.27
3602026-08-22T12:21:42.702Z Downloaded pkg-config v0.3.32
3612026-08-22T12:21:42.705Z Downloaded postgres-protocol v0.6.10
3622026-08-22T12:21:42.708Z Downloaded hmac v0.12.1
3632026-08-22T12:21:42.711Z Downloaded quote v1.0.45
3642026-08-22T12:21:42.714Z Downloaded event-listener-strategy v0.5.4
3652026-08-22T12:21:42.720Z Downloaded prefix-trie v0.7.0
3662026-08-22T12:21:42.723Z Downloaded serde_with_macros v3.21.0
3672026-08-22T12:21:42.726Z Downloaded blake2 v0.10.6
3682026-08-22T12:21:42.726Z Downloaded chacha20 v0.10.0
3692026-08-22T12:21:42.730Z Downloaded spin v0.9.8
3702026-08-22T12:21:42.730Z Downloaded futures-macro v0.3.32
3712026-08-22T12:21:42.733Z Downloaded futures-core v0.3.32
3722026-08-22T12:21:42.736Z Downloaded futures-io v0.3.32
3732026-08-22T12:21:42.736Z Downloaded schemars_derive v0.8.22
3742026-08-22T12:21:42.736Z Downloaded usdt v0.6.0
3752026-08-22T12:21:42.739Z Downloaded usdt-attr-macro v0.5.0
3762026-08-22T12:21:42.742Z Downloaded libscf-sys v1.2.0
3772026-08-22T12:21:42.742Z Downloaded zerofrom-derive v0.1.6
3782026-08-22T12:21:42.742Z Downloaded dirs-sys-next v0.1.2
3792026-08-22T12:21:42.747Z Downloaded dof v0.3.0
3802026-08-22T12:21:42.750Z Downloaded parking_lot v0.11.2
3812026-08-22T12:21:42.750Z Downloaded darling_core v0.21.3
3822026-08-22T12:21:42.753Z Downloaded derive_more v2.1.1
3832026-08-22T12:21:42.757Z Downloaded hmac v0.13.0
3842026-08-22T12:21:42.760Z Downloaded httparse v1.10.1
3852026-08-22T12:21:42.760Z Downloaded vergen-git2 v9.1.0
3862026-08-22T12:21:42.763Z Downloaded version_check v0.9.5
3872026-08-22T12:21:42.763Z Downloaded wyz v0.5.1
3882026-08-22T12:21:42.763Z Downloaded lru v0.12.5
3892026-08-22T12:21:42.763Z Downloaded der v0.7.10
3902026-08-22T12:21:42.767Z Downloaded icu_properties v2.1.2
3912026-08-22T12:21:42.770Z Downloaded ignore v0.4.25
3922026-08-22T12:21:42.770Z Downloaded tiny-keccak v2.0.2
3932026-08-22T12:21:42.773Z Downloaded zmij v1.0.21
3942026-08-22T12:21:42.773Z Downloaded maybe-uninit v2.0.0
3952026-08-22T12:21:42.773Z Downloaded memmap v0.7.0
3962026-08-22T12:21:42.773Z Downloaded multimap v0.10.1
3972026-08-22T12:21:42.773Z Downloaded newline-converter v0.3.0
3982026-08-22T12:21:42.776Z Downloaded p256 v0.14.0
3992026-08-22T12:21:42.777Z Downloaded crypto-bigint v0.5.5
4002026-08-22T12:21:42.780Z Downloaded crossterm v0.28.1
4012026-08-22T12:21:42.783Z Downloaded toml v0.8.23
4022026-08-22T12:21:42.786Z Downloaded toml_parser v1.1.2+spec-1.1.0
4032026-08-22T12:21:42.786Z Downloaded tracing-attributes v0.1.31
4042026-08-22T12:21:42.789Z Downloaded ed25519 v3.0.0
4052026-08-22T12:21:42.789Z Downloaded ena v0.14.4
4062026-08-22T12:21:42.792Z Downloaded nodrop v0.1.14
4072026-08-22T12:21:42.792Z Downloaded aead v0.5.2
4082026-08-22T12:21:42.792Z Downloaded approx v0.5.1
4092026-08-22T12:21:42.792Z Downloaded async-stream-impl v0.3.6
4102026-08-22T12:21:42.792Z Downloaded assert_matches v1.5.0
4112026-08-22T12:21:42.795Z Downloaded env_filter v2.0.0
4122026-08-22T12:21:42.795Z Downloaded fastrand v2.3.0
4132026-08-22T12:21:42.795Z Downloaded ar_archive_writer v0.5.1
4142026-08-22T12:21:42.798Z Downloaded async-stream v0.3.6
4152026-08-22T12:21:42.798Z Downloaded pin-project v1.1.11
4162026-08-22T12:21:42.803Z Downloaded ucd-trie v0.1.7
4172026-08-22T12:21:42.806Z Downloaded pem-rfc7468 v0.7.0
4182026-08-22T12:21:42.806Z Downloaded serde_yaml v0.9.34+deprecated
4192026-08-22T12:21:42.810Z Downloaded strum_macros v0.26.4
4202026-08-22T12:21:42.810Z Downloaded thiserror-impl v2.0.18
4212026-08-22T12:21:42.810Z Downloaded headers v0.4.1
4222026-08-22T12:21:42.813Z Downloaded strum_macros v0.24.3
4232026-08-22T12:21:42.816Z Downloaded thiserror-impl-no-std v2.0.2
4242026-08-22T12:21:42.816Z Downloaded filetime v0.2.27
4252026-08-22T12:21:42.816Z Downloaded fnv v1.0.7
4262026-08-22T12:21:42.816Z Downloaded futures-executor v0.3.32
4272026-08-22T12:21:42.819Z Downloaded glob v0.3.3
4282026-08-22T12:21:42.819Z Downloaded knus-derive v3.4.0
4292026-08-22T12:21:42.819Z Downloaded float-ord v0.3.2
4302026-08-22T12:21:42.819Z Downloaded libloading v0.8.9
4312026-08-22T12:21:42.822Z Downloaded quinn-udp v0.5.14
4322026-08-22T12:21:42.822Z Downloaded tokio-tungstenite v0.21.0
4332026-08-22T12:21:42.825Z Downloaded macaddr v1.0.1
4342026-08-22T12:21:42.825Z Downloaded cast v0.3.0
4352026-08-22T12:21:42.825Z Downloaded indexmap v1.9.3
4362026-08-22T12:21:42.828Z Downloaded async-lock v3.4.2
4372026-08-22T12:21:42.828Z Downloaded mime_guess v2.0.5
4382026-08-22T12:21:42.828Z Downloaded new_debug_unreachable v1.0.6
4392026-08-22T12:21:42.831Z Downloaded ciborium-io v0.2.2
4402026-08-22T12:21:42.831Z Downloaded omicron-zone-package v0.12.3
4412026-08-22T12:21:42.831Z Downloaded salsa20 v0.11.0
4422026-08-22T12:21:42.834Z Downloaded test-strategy v0.4.5
4432026-08-22T12:21:42.834Z Downloaded sec1 v0.8.1
4442026-08-22T12:21:42.837Z Downloaded walkdir v2.5.0
4452026-08-22T12:21:42.837Z Downloaded toml v1.1.2+spec-1.1.0
4462026-08-22T12:21:42.840Z Downloaded digest v0.10.7
4472026-08-22T12:21:42.840Z Downloaded num_enum v0.5.11
4482026-08-22T12:21:42.843Z Downloaded phf_shared v0.13.1
4492026-08-22T12:21:42.843Z Downloaded psl-types v2.0.11
4502026-08-22T12:21:42.843Z Downloaded block-buffer v0.12.1
4512026-08-22T12:21:42.846Z Downloaded async-compression v0.4.41
4522026-08-22T12:21:42.849Z Downloaded scuffle v0.1.0
4532026-08-22T12:21:42.852Z Downloaded papergrid v0.18.0
4542026-08-22T12:21:42.855Z Downloaded qorb v0.4.1
4552026-08-22T12:21:42.858Z Downloaded similar v2.7.0
4562026-08-22T12:21:42.861Z Downloaded ff v0.14.0
4572026-08-22T12:21:42.861Z Downloaded futures-channel v0.3.32
4582026-08-22T12:21:42.861Z Downloaded icu_locale_core v2.1.1
4592026-08-22T12:21:42.893Z Downloaded litemap v0.8.1
4602026-08-22T12:21:42.893Z Downloaded icu_provider v2.1.1
4612026-08-22T12:21:42.893Z Downloaded ref-cast-impl v1.0.25
4622026-08-22T12:21:42.893Z Downloaded heapless v0.8.0
4632026-08-22T12:21:42.893Z Downloaded diesel_derives v2.3.7
4642026-08-22T12:21:42.893Z Downloaded icu_normalizer v2.1.1
4652026-08-22T12:21:42.893Z Downloaded indicatif v0.18.4
4662026-08-22T12:21:42.893Z Downloaded derive_more-impl v2.1.1
4672026-08-22T12:21:42.893Z Downloaded camino-tempfile-ext v0.3.3
4682026-08-22T12:21:42.893Z Downloaded enum_dispatch v0.3.13
4692026-08-22T12:21:42.893Z Downloaded bitfield-macros v0.19.4
4702026-08-22T12:21:42.893Z Downloaded scheduled-thread-pool v0.2.7
4712026-08-22T12:21:42.893Z Downloaded semver v0.1.20
4722026-08-22T12:21:42.893Z Downloaded hickory-resolver v0.24.4
4732026-08-22T12:21:42.893Z Downloaded serde_regex v1.1.0
4742026-08-22T12:21:42.893Z Downloaded sha1 v0.11.0
4752026-08-22T12:21:42.893Z Downloaded serde_plain v1.0.2
4762026-08-22T12:21:42.893Z Downloaded fs-err v3.3.0
4772026-08-22T12:21:42.896Z Downloaded rustls-webpki v0.103.13
4782026-08-22T12:21:42.897Z Downloaded elliptic-curve v0.13.8
4792026-08-22T12:21:42.897Z Downloaded tracing-core v0.1.36
4802026-08-22T12:21:42.899Z Downloaded jobserver v0.1.34
4812026-08-22T12:21:42.899Z Downloaded backon v1.6.0
4822026-08-22T12:21:42.899Z Downloaded parse-display v0.10.0
4832026-08-22T12:21:42.902Z Downloaded phf v0.12.1
4842026-08-22T12:21:42.902Z Downloaded polyval v0.7.1
4852026-08-22T12:21:42.902Z Downloaded primeorder v0.14.0
4862026-08-22T12:21:42.905Z Downloaded port-file v0.1.0
4872026-08-22T12:21:42.905Z Downloaded password-hash v0.6.1
4882026-08-22T12:21:42.908Z Downloaded rand_chacha v0.9.0
4892026-08-22T12:21:42.908Z Downloaded rand_core v0.10.0
4902026-08-22T12:21:42.913Z Downloaded blake2 v0.11.0-rc.6
4912026-08-22T12:21:42.916Z Downloaded ron v0.8.1
4922026-08-22T12:21:42.922Z Downloaded der v0.8.0
4932026-08-22T12:21:42.925Z Downloaded rpassword v7.5.4
4942026-08-22T12:21:42.928Z Downloaded anstyle v1.0.14
4952026-08-22T12:21:42.928Z Downloaded bzip2 v0.6.1
4962026-08-22T12:21:42.931Z Downloaded serde_bytes v0.11.19
4972026-08-22T12:21:42.934Z Downloaded rustls-native-certs v0.8.3
4982026-08-22T12:21:42.937Z Downloaded unarray v0.1.4
4992026-08-22T12:21:42.937Z Downloaded unit-prefix v0.5.2
5002026-08-22T12:21:42.937Z Downloaded usdt-macro v0.5.0
5012026-08-22T12:21:42.940Z Downloaded hickory-resolver v0.25.2
5022026-08-22T12:21:42.943Z Downloaded zerotrie v0.2.3
5032026-08-22T12:21:42.943Z Downloaded scroll v0.13.0
5042026-08-22T12:21:42.946Z Downloaded icu_normalizer_data v2.1.1
5052026-08-22T12:21:42.946Z Downloaded stringmetrics v2.2.2
5062026-08-22T12:21:42.949Z Downloaded waitgroup v0.1.2
5072026-08-22T12:21:42.952Z Downloaded dtrace-parser v0.2.0
5082026-08-22T12:21:42.955Z Downloaded simd-adler32 v0.3.8
5092026-08-22T12:21:42.955Z Downloaded clap_builder v4.6.0
5102026-08-22T12:21:42.958Z Downloaded icu_collections v2.1.1
5112026-08-22T12:21:42.961Z Downloaded tokio-postgres v0.7.16
5122026-08-22T12:21:42.964Z Downloaded string_cache v0.8.9
5132026-08-22T12:21:42.967Z Downloaded psm v0.1.30
5142026-08-22T12:21:42.967Z Downloaded equivalent v1.0.2
5152026-08-22T12:21:42.967Z Downloaded fixedbitset v0.4.2
5162026-08-22T12:21:42.975Z Downloaded strsim v0.10.0
5172026-08-22T12:21:42.975Z Downloaded url v2.5.8
5182026-08-22T12:21:42.978Z Downloaded knuffel v3.2.0
5192026-08-22T12:21:42.978Z Downloaded termios v0.3.3
5202026-08-22T12:21:42.981Z Downloaded foreign-types v0.3.2
5212026-08-22T12:21:42.981Z Downloaded funty v2.0.0
5222026-08-22T12:21:42.981Z Downloaded chacha20 v0.9.1
5232026-08-22T12:21:42.981Z Downloaded target-triple v1.0.0
5242026-08-22T12:21:42.984Z Downloaded tinystr v0.8.2
5252026-08-22T12:21:42.987Z Downloaded tinytemplate v1.2.1
5262026-08-22T12:21:42.987Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5272026-08-22T12:21:42.990Z Downloaded crossterm v0.29.0
5282026-08-22T12:21:42.993Z Downloaded password-hash v0.5.0
5292026-08-22T12:21:42.993Z Downloaded criterion v0.7.0
5302026-08-22T12:21:42.996Z Downloaded oxide-tokio-rt v0.1.4
5312026-08-22T12:21:42.999Z Downloaded kstat-rs v0.2.5
5322026-08-22T12:21:43.002Z Downloaded pem v3.0.6
5332026-08-22T12:21:43.002Z Downloaded untrusted v0.7.1
5342026-08-22T12:21:43.005Z Downloaded scroll v0.12.0
5352026-08-22T12:21:43.008Z Downloaded ssh-cipher v0.3.0
5362026-08-22T12:21:43.011Z Downloaded usdt-impl v0.6.0
5372026-08-22T12:21:43.011Z Downloaded vergen-lib v9.1.0
5382026-08-22T12:21:43.011Z Downloaded base64 v0.22.1
5392026-08-22T12:21:43.015Z Downloaded zerovec-derive v0.11.2
5402026-08-22T12:21:43.018Z Downloaded arc-swap v1.8.2
5412026-08-22T12:21:43.021Z Downloaded ml-kem v0.3.2
5422026-08-22T12:21:43.021Z Downloaded num-traits v0.2.19
5432026-08-22T12:21:43.024Z Downloaded ecdsa v0.16.9
5442026-08-22T12:21:43.024Z Downloaded find-msvc-tools v0.1.9
5452026-08-22T12:21:43.027Z Downloaded progenitor v0.13.0
5462026-08-22T12:21:43.027Z Downloaded signal-hook-registry v1.4.8
5472026-08-22T12:21:43.027Z Downloaded newtype-uuid-macros v0.1.0
5482026-08-22T12:21:43.032Z Downloaded zerofrom v0.1.6
5492026-08-22T12:21:43.035Z Downloaded zone v0.3.1
5502026-08-22T12:21:43.038Z Downloaded futures-timer v3.0.3
5512026-08-22T12:21:43.038Z Downloaded normalize-line-endings v0.3.0
5522026-08-22T12:21:43.041Z Downloaded async-recursion v1.1.1
5532026-08-22T12:21:43.044Z Downloaded snafu v0.8.9
5542026-08-22T12:21:43.047Z Downloaded http v1.4.2
5552026-08-22T12:21:43.050Z Downloaded indexmap v2.14.0
5562026-08-22T12:21:43.055Z Downloaded globset v0.4.18
5572026-08-22T12:21:43.059Z Downloaded hyper-util v0.1.20
5582026-08-22T12:21:43.061Z Downloaded git-stub-vcs v0.1.0
5592026-08-22T12:21:43.061Z Downloaded keccak v0.2.0
5602026-08-22T12:21:43.064Z Downloaded libsw-core v0.3.2
5612026-08-22T12:21:43.064Z Downloaded buf-list v1.1.2
5622026-08-22T12:21:43.067Z Downloaded bb8 v0.8.6
5632026-08-22T12:21:43.067Z Downloaded bitfield-struct v0.6.2
5642026-08-22T12:21:43.067Z Downloaded snafu-derive v0.8.9
5652026-08-22T12:21:43.067Z Downloaded cfg_aliases v0.1.1
5662026-08-22T12:21:43.071Z Downloaded cargo-platform v0.3.2
5672026-08-22T12:21:43.071Z Downloaded unicode-properties v0.1.4
5682026-08-22T12:21:43.071Z Downloaded support-bundle-viewer v0.1.2
5692026-08-22T12:21:43.071Z Downloaded termcolor v1.4.1
5702026-08-22T12:21:43.074Z Downloaded foreign-types-shared v0.3.1
5712026-08-22T12:21:43.074Z Downloaded cfg-expr v0.20.6
5722026-08-22T12:21:43.077Z Downloaded tagptr v0.2.0
5732026-08-22T12:21:43.077Z Downloaded thiserror-impl v1.0.69
5742026-08-22T12:21:43.077Z Downloaded tokio-tungstenite v0.23.1
5752026-08-22T12:21:43.077Z Downloaded lock_api v0.4.14
5762026-08-22T12:21:43.080Z Downloaded match_cfg v0.1.0
5772026-08-22T12:21:43.080Z Downloaded opaque-debug v0.3.1
5782026-08-22T12:21:43.083Z Downloaded plotters-backend v0.3.7
5792026-08-22T12:21:43.083Z Downloaded thiserror v2.0.18
5802026-08-22T12:21:43.086Z Downloaded tower v0.5.3
5812026-08-22T12:21:43.090Z Downloaded libbz2-rs-sys v0.2.2
5822026-08-22T12:21:43.093Z Downloaded pin-project-lite v0.2.17
5832026-08-22T12:21:43.096Z Downloaded env_logger v0.11.11
5842026-08-22T12:21:43.098Z Downloaded miette-derive v7.6.0
5852026-08-22T12:21:43.098Z Downloaded phf_shared v0.11.3
5862026-08-22T12:21:43.099Z Downloaded pin-project-internal v1.1.11
5872026-08-22T12:21:43.099Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5882026-08-22T12:21:43.102Z Downloaded typenum v1.20.1
5892026-08-22T12:21:43.102Z Downloaded ascii-canvas v3.0.0
5902026-08-22T12:21:43.105Z Downloaded rayon-core v1.13.0
5912026-08-22T12:21:43.105Z Downloaded unicode-segmentation v1.12.0
5922026-08-22T12:21:43.108Z Downloaded nu-ansi-term v0.50.3
5932026-08-22T12:21:43.108Z Downloaded num_enum v0.7.6
5942026-08-22T12:21:43.111Z Downloaded anes v0.1.6
5952026-08-22T12:21:43.114Z Downloaded argon2 v0.5.3
5962026-08-22T12:21:43.114Z Downloaded autocfg v1.5.0
5972026-08-22T12:21:43.117Z Downloaded proc-macro-error-attr v1.0.4
5982026-08-22T12:21:43.117Z Downloaded radium v0.7.0
5992026-08-22T12:21:43.117Z Downloaded same-file v1.0.6
6002026-08-22T12:21:43.122Z Downloaded tinyvec v1.10.0
6012026-08-22T12:21:43.122Z Downloaded serde_cbor v0.11.2
6022026-08-22T12:21:43.125Z Downloaded display-error-chain v0.2.2
6032026-08-22T12:21:43.125Z Downloaded displaydoc v0.2.5
6042026-08-22T12:21:43.125Z Downloaded either v1.15.0
6052026-08-22T12:21:43.125Z Downloaded tungstenite v0.21.0
6062026-08-22T12:21:43.128Z Downloaded base16ct v0.2.0
6072026-08-22T12:21:43.128Z Downloaded hashbrown v0.12.3
6082026-08-22T12:21:43.131Z Downloaded sha1 v0.10.6
6092026-08-22T12:21:43.131Z Downloaded cexpr v0.6.0
6102026-08-22T12:21:43.136Z Downloaded smallvec v1.15.1
6112026-08-22T12:21:43.139Z Downloaded litrs v1.0.0
6122026-08-22T12:21:43.142Z Downloaded oxnet v0.1.6
6132026-08-22T12:21:43.142Z Downloaded phf_shared v0.12.1
6142026-08-22T12:21:43.142Z Downloaded signature v3.0.0
6152026-08-22T12:21:43.145Z Downloaded flume v0.11.1
6162026-08-22T12:21:43.149Z Downloaded hickory-server v0.25.2
6172026-08-22T12:21:43.149Z Downloaded prettyplease v0.2.37
6182026-08-22T12:21:43.152Z Downloaded linear-map v1.2.0
6192026-08-22T12:21:43.152Z Downloaded predicates v3.1.4
6202026-08-22T12:21:43.155Z Downloaded structmeta v0.3.0
6212026-08-22T12:21:43.155Z Downloaded structmeta-derive v0.3.0
6222026-08-22T12:21:43.155Z Downloaded strum v0.26.3
6232026-08-22T12:21:43.155Z Downloaded tabwriter v1.4.1
6242026-08-22T12:21:43.161Z Downloaded quick-error v1.2.3
6252026-08-22T12:21:43.161Z Downloaded hashbrown v0.13.2
6262026-08-22T12:21:43.164Z Downloaded tinyvec_macros v0.1.1
6272026-08-22T12:21:43.164Z Downloaded nanorand v0.7.0
6282026-08-22T12:21:43.164Z Downloaded publicsuffix v2.3.0
6292026-08-22T12:21:43.164Z Downloaded unicode-bidi v0.3.18
6302026-08-22T12:21:43.164Z Downloaded papergrid v0.11.0
6312026-08-22T12:21:43.167Z Downloaded rand_core v0.6.4
6322026-08-22T12:21:43.170Z Downloaded resolv-conf v0.7.6
6332026-08-22T12:21:43.170Z Downloaded rustc-hash v2.1.1
6342026-08-22T12:21:43.170Z Downloaded rand_core v0.9.5
6352026-08-22T12:21:43.170Z Downloaded unicode-truncate v1.1.0
6362026-08-22T12:21:43.173Z Downloaded utf8parse v0.2.2
6372026-08-22T12:21:43.173Z Downloaded scroll_derive v0.12.1
6382026-08-22T12:21:43.173Z Downloaded secrecy v0.10.3
6392026-08-22T12:21:43.173Z Downloaded serde_spanned v0.6.9
6402026-08-22T12:21:43.177Z Downloaded internal-russh-num-bigint v0.5.0
6412026-08-22T12:21:43.180Z Downloaded crypto-primes v0.7.2
6422026-08-22T12:21:43.180Z Downloaded regex v1.12.3
6432026-08-22T12:21:43.183Z Downloaded schemars v1.2.1
6442026-08-22T12:21:43.192Z Downloaded rust-argon2 v2.1.0
6452026-08-22T12:21:43.195Z Downloaded serde-hex v0.1.0
6462026-08-22T12:21:43.195Z Downloaded proc-macro2 v1.0.106
6472026-08-22T12:21:43.198Z Downloaded slog v2.8.2
6482026-08-22T12:21:43.198Z Downloaded sha2 v0.10.9
6492026-08-22T12:21:43.201Z Downloaded dropshot-api-manager v0.8.0
6502026-08-22T12:21:43.204Z Downloaded cipher v0.5.2
6512026-08-22T12:21:43.204Z Downloaded partial-io v0.5.4
6522026-08-22T12:21:43.207Z Downloaded endian-type v0.1.2
6532026-08-22T12:21:43.207Z Downloaded escape8259 v0.5.3
6542026-08-22T12:21:43.207Z Downloaded foreign-types v0.5.0
6552026-08-22T12:21:43.207Z Downloaded foreign-types-shared v0.1.1
6562026-08-22T12:21:43.207Z Downloaded foreign-types-macros v0.2.3
6572026-08-22T12:21:43.210Z Downloaded ghash v0.6.0
6582026-08-22T12:21:43.210Z Downloaded socket2 v0.5.10
6592026-08-22T12:21:43.210Z Downloaded itertools v0.10.5
6602026-08-22T12:21:43.214Z Downloaded sponge-cursor v0.1.0
6612026-08-22T12:21:43.217Z Downloaded thiserror v1.0.69
6622026-08-22T12:21:43.217Z Downloaded thread_local v1.1.9
6632026-08-22T12:21:43.220Z Downloaded managed v0.8.0
6642026-08-22T12:21:43.220Z Downloaded mime v0.3.17
6652026-08-22T12:21:43.220Z Downloaded primefield v0.14.0
6662026-08-22T12:21:43.220Z Downloaded terminal_size v0.4.3
6672026-08-22T12:21:43.223Z Downloaded tower-service v0.3.3
6682026-08-22T12:21:43.223Z Downloaded trait-variant v0.1.2
6692026-08-22T12:21:43.223Z Downloaded tower-layer v0.3.3
6702026-08-22T12:21:43.223Z Downloaded topological-sort v0.2.2
6712026-08-22T12:21:43.226Z Downloaded num-conv v0.2.0
6722026-08-22T12:21:43.226Z Downloaded usdt-impl v0.5.0
6732026-08-22T12:21:43.229Z Downloaded hashbrown v0.14.5
6742026-08-22T12:21:43.232Z Downloaded memmap2 v0.9.10
6752026-08-22T12:21:43.232Z Downloaded base16ct v1.0.0
6762026-08-22T12:21:43.237Z Downloaded rsa v0.9.10
6772026-08-22T12:21:43.240Z Downloaded generic-array v1.4.3
6782026-08-22T12:21:43.240Z Downloaded typify v0.6.2
6792026-08-22T12:21:43.240Z Downloaded document-features v0.2.12
6802026-08-22T12:21:43.243Z Downloaded dyn-clone v1.0.20
6812026-08-22T12:21:43.246Z Downloaded pest_meta v2.8.6
6822026-08-22T12:21:43.250Z Downloaded keccak v0.1.6
6832026-08-22T12:21:43.253Z Downloaded serde_path_to_error v0.1.20
6842026-08-22T12:21:43.253Z Downloaded slog-async v2.8.0
6852026-08-22T12:21:43.253Z Downloaded slog-stdlog v4.1.1
6862026-08-22T12:21:43.256Z Downloaded lalrpop-util v0.19.12
6872026-08-22T12:21:43.256Z Downloaded lazy_static v1.5.0
6882026-08-22T12:21:43.256Z Downloaded oso v0.27.3
6892026-08-22T12:21:43.259Z Downloaded oxide-update-engine-types v0.1.2
6902026-08-22T12:21:43.260Z Downloaded foldhash v0.2.0
6912026-08-22T12:21:43.260Z Downloaded peg-runtime v0.8.5
6922026-08-22T12:21:43.262Z Downloaded pretty-hex v0.4.1
6932026-08-22T12:21:43.262Z Downloaded serde_json v1.0.151
6942026-08-22T12:21:43.266Z Downloaded steno v0.4.1
6952026-08-22T12:21:43.269Z Downloaded ref-cast v1.0.25
6962026-08-22T12:21:43.271Z Downloaded peg-macros v0.8.5
6972026-08-22T12:21:43.271Z Downloaded rtoolbox v0.0.3
6982026-08-22T12:21:43.276Z Downloaded russh-cryptovec v0.62.0
6992026-08-22T12:21:43.276Z Downloaded tough v0.22.0
7002026-08-22T12:21:43.279Z Downloaded num-rational v0.4.2
7012026-08-22T12:21:43.279Z Downloaded tls_codec v0.4.2
7022026-08-22T12:21:43.282Z Downloaded toml_datetime v0.6.11
7032026-08-22T12:21:43.282Z Downloaded atomic-waker v1.1.2
7042026-08-22T12:21:43.282Z Downloaded castaway v0.2.4
7052026-08-22T12:21:43.282Z Downloaded openssl-probe v0.2.1
7062026-08-22T12:21:43.285Z Downloaded postgres-types v0.2.12
7072026-08-22T12:21:43.285Z Downloaded base64 v0.21.7
7082026-08-22T12:21:43.288Z Downloaded num-complex v0.4.6
7092026-08-22T12:21:43.288Z Downloaded shell-words v1.1.1
7102026-08-22T12:21:43.288Z Downloaded guppy v0.17.25
7112026-08-22T12:21:43.292Z Downloaded hashbrown v0.15.5
7122026-08-22T12:21:43.295Z Downloaded getrandom v0.4.3
7132026-08-22T12:21:43.298Z Downloaded idna v1.1.0
7142026-08-22T12:21:43.301Z Downloaded itertools v0.13.0
7152026-08-22T12:21:43.304Z Downloaded hashbrown v0.17.0
7162026-08-22T12:21:43.308Z Downloaded zerocopy v0.6.6
7172026-08-22T12:21:43.311Z Downloaded pest v2.8.6
7182026-08-22T12:21:43.314Z Downloaded vergen-gitcl v1.0.8
7192026-08-22T12:21:43.314Z Downloaded oxide-update-engine-display v0.1.2
7202026-08-22T12:21:43.317Z Downloaded signal-hook-mio v0.2.5
7212026-08-22T12:21:43.317Z Downloaded zstd-safe v7.2.4
7222026-08-22T12:21:43.317Z Downloaded hkdf v0.12.4
7232026-08-22T12:21:43.320Z Downloaded usdt-macro v0.6.0
7242026-08-22T12:21:43.323Z Downloaded p384 v0.14.0
7252026-08-22T12:21:43.326Z Downloaded event-listener v5.4.1
7262026-08-22T12:21:43.326Z Downloaded rand_xorshift v0.4.0
7272026-08-22T12:21:43.329Z Downloaded serde_spanned v1.1.1
7282026-08-22T12:21:43.332Z Downloaded supports-color v3.0.2
7292026-08-22T12:21:43.332Z Downloaded itertools v0.12.1
7302026-08-22T12:21:43.339Z Downloaded zeroize_derive v1.5.0
7312026-08-22T12:21:43.342Z Downloaded yansi v1.0.1
7322026-08-22T12:21:43.348Z Downloaded assert_cmd v2.1.2
7332026-08-22T12:21:43.351Z Downloaded anstream v1.0.0
7342026-08-22T12:21:43.351Z Downloaded toml_write v0.1.2
7352026-08-22T12:21:43.354Z Downloaded typify-macro v0.6.2
7362026-08-22T12:21:43.354Z Downloaded unicode-linebreak v0.1.5
7372026-08-22T12:21:43.354Z Downloaded scrypt v0.12.0
7382026-08-22T12:21:43.357Z Downloaded linked-hash-map v0.5.6
7392026-08-22T12:21:43.357Z Downloaded md5 v0.8.0
7402026-08-22T12:21:43.360Z Downloaded tls_codec_derive v0.4.2
7412026-08-22T12:21:43.360Z Downloaded icu_properties_data v2.1.2
7422026-08-22T12:21:43.364Z Downloaded spki v0.8.0
7432026-08-22T12:21:43.367Z Downloaded static_assertions v1.1.0
7442026-08-22T12:21:43.367Z Downloaded tokio-test v0.4.5
7452026-08-22T12:21:43.367Z Downloaded want v0.3.1
7462026-08-22T12:21:43.370Z Downloaded vte v0.14.1
7472026-08-22T12:21:43.373Z Downloaded itertools v0.14.0
7482026-08-22T12:21:43.377Z Downloaded parking_lot_core v0.8.6
7492026-08-22T12:21:43.380Z Downloaded paste v1.0.15
7502026-08-22T12:21:43.380Z Downloaded blake2b_simd v1.0.4
7512026-08-22T12:21:43.383Z Downloaded clang-sys v1.8.1
7522026-08-22T12:21:43.383Z Downloaded smf v0.2.3
7532026-08-22T12:21:43.384Z Downloaded proc-macro-error v1.0.4
7542026-08-22T12:21:43.386Z Downloaded proc-macro-error2 v2.0.1
7552026-08-22T12:21:43.389Z Downloaded progenitor-client v0.13.0
7562026-08-22T12:21:43.390Z Downloaded num-derive v0.4.2
7572026-08-22T12:21:43.390Z Downloaded openssl-macros v0.1.1
7582026-08-22T12:21:43.390Z Downloaded dirs-next v2.0.0
7592026-08-22T12:21:43.395Z Downloaded dof v0.4.0
7602026-08-22T12:21:43.395Z Downloaded enum-as-inner v0.6.1
7612026-08-22T12:21:43.395Z Downloaded bitflags v2.11.0
7622026-08-22T12:21:43.400Z Downloaded elliptic-curve v0.14.1
7632026-08-22T12:21:43.400Z Downloaded tokio-dtrace v0.1.1
7642026-08-22T12:21:43.400Z Downloaded pest_derive v2.8.6
7652026-08-22T12:21:43.400Z Downloaded fxhash v0.2.1
7662026-08-22T12:21:43.400Z Downloaded writeable v0.6.2
7672026-08-22T12:21:43.403Z Downloaded rusty-fork v0.3.1
7682026-08-22T12:21:43.403Z Downloaded serde_tokenstream v0.2.3
7692026-08-22T12:21:43.405Z Downloaded yoke v0.8.1
7702026-08-22T12:21:43.405Z Downloaded recursive v0.1.1
7712026-08-22T12:21:43.405Z Downloaded arrayref v0.3.9
7722026-08-22T12:21:43.408Z Downloaded bit-set v0.8.0
7732026-08-22T12:21:43.408Z Downloaded tar v0.4.46
7742026-08-22T12:21:43.411Z Downloaded aws-lc-rs v1.16.3
7752026-08-22T12:21:43.416Z Downloaded semver v1.0.28
7762026-08-22T12:21:43.419Z Downloaded bit-set v0.5.3
7772026-08-22T12:21:43.419Z Downloaded libm v0.2.16
7782026-08-22T12:21:43.424Z Downloaded rstest_macros v0.25.0
7792026-08-22T12:21:43.426Z Downloaded hyper v1.10.1
7802026-08-22T12:21:43.430Z Downloaded libsw v3.5.0
7812026-08-22T12:21:43.433Z Downloaded linkme v0.3.35
7822026-08-22T12:21:43.433Z Downloaded fancy-regex v0.14.0
7832026-08-22T12:21:43.436Z Downloaded knuffel-derive v3.2.0
7842026-08-22T12:21:43.436Z Downloaded num_enum_derive v0.7.6
7852026-08-22T12:21:43.439Z Downloaded seq-macro v0.3.6
7862026-08-22T12:21:43.439Z Downloaded rsa v0.10.0-rc.18
7872026-08-22T12:21:43.442Z Downloaded newtype-uuid v1.3.2
7882026-08-22T12:21:43.442Z Downloaded camino v1.2.5
7892026-08-22T12:21:43.446Z Downloaded term v1.2.1
7902026-08-22T12:21:43.446Z Downloaded hkdf v0.13.0
7912026-08-22T12:21:43.449Z Downloaded potential_utf v0.1.4
7922026-08-22T12:21:43.449Z Downloaded tempfile v3.27.0
7932026-08-22T12:21:43.449Z Downloaded term v0.7.0
7942026-08-22T12:21:43.452Z Downloaded hashbrown v0.16.1
7952026-08-22T12:21:43.455Z Downloaded itertools v0.15.0
7962026-08-22T12:21:43.458Z Downloaded dropshot_endpoint v0.17.1
7972026-08-22T12:21:43.461Z Downloaded strum v0.27.2
7982026-08-22T12:21:43.461Z Downloaded rfc6979 v0.4.0
7992026-08-22T12:21:43.461Z Downloaded tokio-macros v2.7.0
8002026-08-22T12:21:43.464Z Downloaded try-lock v0.2.5
8012026-08-22T12:21:43.464Z Downloaded untrusted v0.9.0
8022026-08-22T12:21:43.465Z Downloaded h2 v0.4.15
8032026-08-22T12:21:43.469Z Downloaded universal-hash v0.6.1
8042026-08-22T12:21:43.472Z Downloaded iri-string v0.7.10
8052026-08-22T12:21:43.475Z Downloaded ed25519 v2.2.3
8062026-08-22T12:21:43.478Z Downloaded log v0.4.33
8072026-08-22T12:21:43.478Z Downloaded mio v1.2.0
8082026-08-22T12:21:43.481Z Downloaded erased-serde v0.3.31
8092026-08-22T12:21:43.484Z Downloaded errno v0.3.14
8102026-08-22T12:21:43.484Z Downloaded embedded-io v0.6.1
8112026-08-22T12:21:43.484Z Downloaded signal-hook-tokio v0.3.1
8122026-08-22T12:21:43.484Z Downloaded sigpipe v0.1.3
8132026-08-22T12:21:43.487Z Downloaded embedded-io v0.4.0
8142026-08-22T12:21:43.487Z Downloaded proptest v1.11.0
8152026-08-22T12:21:43.491Z Downloaded jiff-static v0.2.34
8162026-08-22T12:21:43.493Z Downloaded kem v0.3.0
8172026-08-22T12:21:43.493Z Downloaded reqwest v0.13.2
8182026-08-22T12:21:43.497Z Downloaded native-tls v0.2.18
8192026-08-22T12:21:43.497Z Downloaded num-iter v0.1.45
8202026-08-22T12:21:43.501Z Downloaded nonempty v0.12.0
8212026-08-22T12:21:43.501Z Downloaded backoff v0.4.0
8222026-08-22T12:21:43.501Z Downloaded bitfield v0.19.4
8232026-08-22T12:21:43.501Z Downloaded bitflags v1.3.2
8242026-08-22T12:21:43.504Z Downloaded tabled_derive v0.7.0
8252026-08-22T12:21:43.504Z Downloaded signal-hook v0.3.18
8262026-08-22T12:21:43.504Z Downloaded smallvec v0.6.14
8272026-08-22T12:21:43.504Z Downloaded num-bigint v0.4.6
8282026-08-22T12:21:43.507Z Downloaded ciborium-ll v0.2.2
8292026-08-22T12:21:43.511Z Downloaded num-bigint-dig v0.8.6
8302026-08-22T12:21:43.514Z Downloaded allocator-api2 v0.2.21
8312026-08-22T12:21:43.517Z Downloaded packed_struct_codegen v0.10.1
8322026-08-22T12:21:43.517Z Downloaded pbkdf2 v0.13.0
8332026-08-22T12:21:43.517Z Downloaded ciborium v0.2.2
8342026-08-22T12:21:43.520Z Downloaded unsafe-libyaml v0.2.11
8352026-08-22T12:21:43.520Z Downloaded phc v0.6.1
8362026-08-22T12:21:43.523Z Downloaded phf v0.13.1
8372026-08-22T12:21:43.523Z Downloaded progenitor-macro v0.14.0
8382026-08-22T12:21:43.523Z Downloaded russh-util v0.52.0
8392026-08-22T12:21:43.523Z Downloaded zone_cfg_derive v0.3.1
8402026-08-22T12:21:43.523Z Downloaded dtrace-parser v0.3.0
8412026-08-22T12:21:43.526Z Downloaded futures-sink v0.3.32
8422026-08-22T12:21:43.526Z Downloaded linkme-impl v0.3.35
8432026-08-22T12:21:43.526Z Downloaded lru-slab v0.1.2
8442026-08-22T12:21:43.526Z Downloaded iddqd v0.4.2
8452026-08-22T12:21:43.530Z Downloaded lru-cache v0.1.2
8462026-08-22T12:21:43.533Z Downloaded vergen v9.1.0
8472026-08-22T12:21:43.536Z Downloaded serde-big-array v0.5.1
8482026-08-22T12:21:43.536Z Downloaded sync_wrapper v1.0.2
8492026-08-22T12:21:43.539Z Downloaded progenitor-impl v0.13.0
8502026-08-22T12:21:43.542Z Downloaded pkcs5 v0.8.1
8512026-08-22T12:21:43.546Z Downloaded rand v0.10.1
8522026-08-22T12:21:43.549Z Downloaded serde_with_macros v1.5.2
8532026-08-22T12:21:43.552Z Downloaded nested v0.1.1
8542026-08-22T12:21:43.555Z Downloaded anstyle-parse v0.2.7
8552026-08-22T12:21:43.555Z Downloaded utf8_iter v1.0.4
8562026-08-22T12:21:43.558Z Downloaded wait-timeout v0.2.1
8572026-08-22T12:21:43.558Z Downloaded float-cmp v0.10.0
8582026-08-22T12:21:43.563Z Downloaded rustyline v14.0.0
8592026-08-22T12:21:43.566Z Downloaded backtrace v0.3.76
8602026-08-22T12:21:43.570Z Downloaded schemars v0.8.22
8612026-08-22T12:21:43.576Z Downloaded pkcs8 v0.10.2
8622026-08-22T12:21:43.579Z Downloaded russh v0.62.4
8632026-08-22T12:21:43.582Z Downloaded target-lexicon v0.13.3
8642026-08-22T12:21:43.586Z Downloaded unicase v2.9.0
8652026-08-22T12:21:43.586Z Downloaded bcrypt-pbkdf v0.11.0
8662026-08-22T12:21:43.586Z Downloaded block-buffer v0.10.4
8672026-08-22T12:21:43.586Z Downloaded argon2 v0.6.0-rc.8
8682026-08-22T12:21:43.589Z Downloaded winnow v0.6.26
8692026-08-22T12:21:43.592Z Downloaded zerocopy v0.7.35
8702026-08-22T12:21:43.600Z Downloaded zlib-rs v0.6.2
8712026-08-22T12:21:43.603Z Downloaded miette v7.6.0
8722026-08-22T12:21:43.606Z Downloaded ed25519-dalek v3.0.0
8732026-08-22T12:21:43.609Z Downloaded expectorate v1.2.0
8742026-08-22T12:21:43.609Z Downloaded vsss-rs v3.3.4
8752026-08-22T12:21:43.612Z Downloaded wnaf v0.14.0
8762026-08-22T12:21:43.612Z Downloaded rustls-platform-verifier v0.6.2
8772026-08-22T12:21:43.615Z Downloaded zerocopy-derive v0.7.35
8782026-08-22T12:21:43.618Z Downloaded serde_derive_internals v0.29.1
8792026-08-22T12:21:43.618Z Downloaded tokio-stream v0.1.18
8802026-08-22T12:21:43.621Z Downloaded slog-scope v4.4.1
8812026-08-22T12:21:43.621Z Downloaded rawzip v0.4.4
8822026-08-22T12:21:43.624Z Downloaded slog-bunyan v2.5.0
8832026-08-22T12:21:43.624Z Downloaded fs-err v2.11.0
8842026-08-22T12:21:43.624Z Downloaded fs_extra v1.3.0
8852026-08-22T12:21:43.627Z Downloaded xattr v1.6.1
8862026-08-22T12:21:43.627Z Downloaded fd-lock v4.0.4
8872026-08-22T12:21:43.627Z Downloaded generic-array v0.14.7
8882026-08-22T12:21:43.630Z Downloaded crypto-bigint v0.7.5
8892026-08-22T12:21:43.636Z Downloaded getrandom v0.3.4
8902026-08-22T12:21:43.639Z Downloaded num_enum_derive v0.5.11
8912026-08-22T12:21:43.639Z Downloaded md-5 v0.10.6
8922026-08-22T12:21:43.642Z Downloaded memoffset v0.9.1
8932026-08-22T12:21:43.642Z Downloaded num_threads v0.1.7
8942026-08-22T12:21:43.642Z Downloaded relative-path v1.9.3
8952026-08-22T12:21:43.642Z Downloaded zopfli v0.8.3
8962026-08-22T12:21:43.646Z Downloaded zstd v0.13.3
8972026-08-22T12:21:43.646Z Downloaded universal-hash v0.5.1
8982026-08-22T12:21:43.646Z Downloaded futures v0.3.32
8992026-08-22T12:21:43.649Z Downloaded block-padding v0.4.2
9002026-08-22T12:21:43.649Z Downloaded blowfish v0.10.0
9012026-08-22T12:21:43.649Z Downloaded digest v0.11.3
9022026-08-22T12:21:43.652Z Downloaded owo-colors v3.5.0
9032026-08-22T12:21:43.652Z Downloaded parse-display-derive v0.10.0
9042026-08-22T12:21:43.652Z Downloaded parse-size v1.1.0
9052026-08-22T12:21:43.652Z Downloaded primeorder v0.13.6
9062026-08-22T12:21:43.656Z Downloaded proc-macro-crate v3.4.0
9072026-08-22T12:21:43.656Z Downloaded progenitor-macro v0.13.0
9082026-08-22T12:21:43.656Z Downloaded rustc_version v0.1.7
9092026-08-22T12:21:43.656Z Downloaded zip v4.6.1
9102026-08-22T12:21:43.659Z Downloaded rayon v1.11.0
9112026-08-22T12:21:43.662Z Downloaded pest_generator v2.8.6
9122026-08-22T12:21:43.665Z Downloaded poly1305 v0.8.0
9132026-08-22T12:21:43.665Z Downloaded multer v3.1.0
9142026-08-22T12:21:43.665Z Downloaded async-trait v0.1.89
9152026-08-22T12:21:43.668Z Downloaded sha3 v0.12.0
9162026-08-22T12:21:43.671Z Downloaded target-spec v3.5.7
9172026-08-22T12:21:43.671Z Downloaded winnow v0.5.40
9182026-08-22T12:21:43.674Z Downloaded strum_macros v0.27.2
9192026-08-22T12:21:43.677Z Downloaded sqlformat v0.3.5
9202026-08-22T12:21:43.677Z Downloaded powerfmt v0.2.0
9212026-08-22T12:21:43.678Z Downloaded usdt-attr-macro v0.6.0
9222026-08-22T12:21:43.678Z Downloaded digest-io v0.1.0
9232026-08-22T12:21:43.681Z Downloaded portable-atomic v1.13.1
9242026-08-22T12:21:43.683Z Downloaded toml v0.7.8
9252026-08-22T12:21:43.683Z Downloaded pretty_assertions v1.4.1
9262026-08-22T12:21:43.687Z Downloaded tokio-rustls v0.26.4
9272026-08-22T12:21:43.687Z Downloaded scopeguard v1.2.0
9282026-08-22T12:21:43.687Z Downloaded stable_deref_trait v1.2.1
9292026-08-22T12:21:43.687Z Downloaded terminal_size v0.1.17
9302026-08-22T12:21:43.690Z Downloaded dunce v1.0.5
9312026-08-22T12:21:43.690Z Downloaded git2 v0.20.4
9322026-08-22T12:21:43.693Z Downloaded nom v7.1.3
9332026-08-22T12:21:43.696Z Downloaded serde_derive v1.0.228
9342026-08-22T12:21:43.699Z Downloaded subtle v2.6.1
9352026-08-22T12:21:43.699Z Downloaded curve25519-dalek v4.1.3
9362026-08-22T12:21:43.702Z Downloaded sync-ptr v0.1.4
9372026-08-22T12:21:43.705Z Downloaded utf-8 v0.7.6
9382026-08-22T12:21:43.705Z Downloaded lzss v0.8.2
9392026-08-22T12:21:43.705Z Downloaded newtype_derive v0.1.6
9402026-08-22T12:21:43.705Z Downloaded dsl_auto_type v0.2.0
9412026-08-22T12:21:43.705Z Downloaded form_urlencoded v1.2.2
9422026-08-22T12:21:43.708Z Downloaded toml_edit v0.23.10+spec-1.0.0
9432026-08-22T12:21:43.708Z Downloaded progenitor-impl v0.14.0
9442026-08-22T12:21:43.711Z Downloaded async-bb8-diesel v0.2.1
9452026-08-22T12:21:43.711Z Downloaded x509-cert v0.2.5
9462026-08-22T12:21:43.714Z Downloaded progenitor-client v0.14.0
9472026-08-22T12:21:43.714Z Downloaded once_cell v1.21.3
9482026-08-22T12:21:43.717Z Downloaded rstest v0.25.0
9492026-08-22T12:21:43.721Z Downloaded postcard v1.1.3
9502026-08-22T12:21:43.721Z Downloaded memchr v2.8.0
9512026-08-22T12:21:43.724Z Downloaded tower-http v0.6.8
9522026-08-22T12:21:43.727Z Downloaded downcast-rs v2.0.2
9532026-08-22T12:21:43.730Z Downloaded twox-hash v2.1.2
9542026-08-22T12:21:43.730Z Downloaded rand_distr v0.5.1
9552026-08-22T12:21:43.733Z Downloaded fallible-iterator v0.2.0
9562026-08-22T12:21:43.733Z Downloaded fixedbitset v0.5.7
9572026-08-22T12:21:43.733Z Downloaded gethostname v0.5.0
9582026-08-22T12:21:43.733Z Downloaded globwalk v0.9.1
9592026-08-22T12:21:43.736Z Downloaded serde_core v1.0.228
9602026-08-22T12:21:43.736Z Downloaded subprocess v0.2.15
9612026-08-22T12:21:43.739Z Downloaded num v0.4.3
9622026-08-22T12:21:43.739Z Downloaded serdect v0.4.3
9632026-08-22T12:21:43.739Z Downloaded adler2 v2.0.1
9642026-08-22T12:21:43.739Z Downloaded pathdiff v0.2.3
9652026-08-22T12:21:43.739Z Downloaded testing_table v0.3.0
9662026-08-22T12:21:43.739Z Downloaded strsim v0.11.1
9672026-08-22T12:21:43.742Z Downloaded minimal-lexical v0.2.1
9682026-08-22T12:21:43.742Z Downloaded winnow v0.7.14
9692026-08-22T12:21:43.747Z Downloaded samael v0.0.19
9702026-08-22T12:21:43.751Z Downloaded aho-corasick v1.1.4
9712026-08-22T12:21:43.754Z Downloaded miette-derive v5.10.0
9722026-08-22T12:21:43.757Z Downloaded predicates-core v1.0.10
9732026-08-22T12:21:43.757Z Downloaded supports-color v2.1.0
9742026-08-22T12:21:43.761Z Downloaded flagset v0.4.7
9752026-08-22T12:21:43.764Z Downloaded git-stub v1.0.0
9762026-08-22T12:21:43.764Z Downloaded num-integer v0.1.46
9772026-08-22T12:21:43.764Z Downloaded anyhow v1.0.104
9782026-08-22T12:21:43.767Z Downloaded r2d2 v0.8.10
9792026-08-22T12:21:43.767Z Downloaded sqlparser_derive v0.5.0
9802026-08-22T12:21:43.770Z Downloaded atty v0.2.14
9812026-08-22T12:21:43.770Z Downloaded thread-id v4.2.2
9822026-08-22T12:21:43.774Z Downloaded base64ct v1.8.3
9832026-08-22T12:21:43.777Z Downloaded plain v0.2.3
9842026-08-22T12:21:43.780Z Downloaded precomputed-hash v0.1.1
9852026-08-22T12:21:43.783Z Downloaded siphasher v1.0.2
9862026-08-22T12:21:43.787Z Downloaded vergen-lib v0.1.6
9872026-08-22T12:21:43.787Z Downloaded rand v0.9.2
9882026-08-22T12:21:43.790Z Downloaded camino-tempfile v1.4.1
9892026-08-22T12:21:43.790Z Downloaded maplit v1.0.2
9902026-08-22T12:21:43.793Z Downloaded nibble_vec v0.1.0
9912026-08-22T12:21:43.796Z Downloaded tabled v0.15.0
9922026-08-22T12:21:43.802Z Downloaded flate2 v1.1.9
9932026-08-22T12:21:43.805Z Downloaded unicode-width v0.2.0
9942026-08-22T12:21:43.808Z Downloaded futures-task v0.3.32
9952026-08-22T12:21:43.811Z Downloaded path-tree v0.8.3
9962026-08-22T12:21:43.811Z Downloaded bindgen v0.71.1
9972026-08-22T12:21:43.814Z Downloaded anstyle-query v1.1.5
9982026-08-22T12:21:43.814Z Downloaded trybuild v1.0.116
9992026-08-22T12:21:43.817Z Downloaded cfg_aliases v0.2.1
10002026-08-22T12:21:43.817Z Downloaded scroll_derive v0.13.1
10012026-08-22T12:21:43.817Z Downloaded aes v0.9.1
10022026-08-22T12:21:43.820Z Downloaded sha2 v0.11.0
10032026-08-22T12:21:43.823Z Downloaded cc v1.2.56
10042026-08-22T12:21:43.823Z Downloaded knus v3.4.0
10052026-08-22T12:21:43.826Z Downloaded bzip2 v0.4.4
10062026-08-22T12:21:43.826Z Downloaded textwrap v0.15.2
10072026-08-22T12:21:43.826Z Downloaded textwrap v0.16.2
10082026-08-22T12:21:43.829Z Downloaded rustls-pki-types v1.14.0
10092026-08-22T12:21:43.829Z Downloaded toml_writer v1.1.1+spec-1.1.0
10102026-08-22T12:21:43.832Z Downloaded foldhash v0.1.5
10112026-08-22T12:21:43.832Z Downloaded owo-colors v4.3.0
10122026-08-22T12:21:43.832Z Downloaded parking_lot_core v0.9.12
10132026-08-22T12:21:43.835Z Downloaded zip v0.6.6
10142026-08-22T12:21:43.839Z Downloaded rcgen v0.12.1
10152026-08-22T12:21:43.842Z Downloaded slog-json v2.6.1
10162026-08-22T12:21:43.842Z Downloaded synstructure v0.13.2
10172026-08-22T12:21:43.842Z Downloaded thiserror-no-std v2.0.2
10182026-08-22T12:21:43.846Z Downloaded async-object-pool v0.2.0
10192026-08-22T12:21:43.849Z Downloaded time-core v0.1.8
10202026-08-22T12:21:43.849Z Downloaded ff v0.13.1
10212026-08-22T12:21:43.849Z Downloaded ryu v1.0.23
10222026-08-22T12:21:43.879Z Downloaded libtest-mimic v0.8.1
10232026-08-22T12:21:43.879Z Downloaded cassowary v0.3.0
10242026-08-22T12:21:43.879Z Downloaded module-lattice v0.2.3
10252026-08-22T12:21:43.879Z Downloaded cancel-safe-futures v0.1.5
10262026-08-22T12:21:43.879Z Downloaded parking_lot v0.12.5
10272026-08-22T12:21:43.879Z Downloaded libefi-sys v0.1.0
10282026-08-22T12:21:43.879Z Downloaded thread-id v5.1.0
10292026-08-22T12:21:43.879Z Downloaded slab v0.4.12
10302026-08-22T12:21:43.879Z Downloaded arrayvec v0.7.6
10312026-08-22T12:21:43.879Z Downloaded rustversion v1.0.22
10322026-08-22T12:21:43.883Z Downloaded whoami v1.6.1
10332026-08-22T12:21:43.883Z Downloaded slog-term v2.9.2
10342026-08-22T12:21:43.883Z Downloaded bumpalo v3.20.2
10352026-08-22T12:21:43.886Z Downloaded tokio-native-tls v0.3.1
10362026-08-22T12:21:43.886Z Downloaded xshell v0.2.7
10372026-08-22T12:21:43.886Z Downloaded chumsky v0.9.3
10382026-08-22T12:21:43.889Z Downloaded rfc6979 v0.6.0
10392026-08-22T12:21:43.889Z Downloaded plotters v0.3.7
10402026-08-22T12:21:43.893Z Downloaded yasna v0.5.2
10412026-08-22T12:21:43.897Z Downloaded serde v1.0.228
10422026-08-22T12:21:43.902Z Downloaded socket2 v0.6.3
10432026-08-22T12:21:43.905Z Downloaded aead v0.6.1
10442026-08-22T12:21:43.905Z Downloaded unicode_categories v0.1.1
10452026-08-22T12:21:43.907Z Downloaded toml_edit v0.19.15
10462026-08-22T12:21:43.916Z Downloaded unicode-ident v1.0.24
10472026-08-22T12:21:43.919Z Downloaded lalrpop v0.19.12
10482026-08-22T12:21:43.923Z Downloaded miniz_oxide v0.8.9
10492026-08-22T12:21:43.926Z Downloaded chacha20poly1305 v0.10.1
10502026-08-22T12:21:43.926Z Downloaded uzers v0.12.2
10512026-08-22T12:21:43.929Z Downloaded rand_pcg v0.10.2
10522026-08-22T12:21:43.929Z Downloaded tui-tree-widget v0.23.1
10532026-08-22T12:21:43.929Z Downloaded zeroize v1.9.0
10542026-08-22T12:21:43.932Z Downloaded getrandom v0.2.17
10552026-08-22T12:21:43.935Z Downloaded ecdsa v0.17.0
10562026-08-22T12:21:43.938Z Downloaded oorandom v11.1.5
10572026-08-22T12:21:43.938Z Downloaded goblin v0.8.2
10582026-08-22T12:21:43.942Z Downloaded uuid v1.23.4
10592026-08-22T12:21:43.942Z Downloaded pkcs1 v0.7.5
10602026-08-22T12:21:43.945Z Downloaded zerovec v0.11.5
10612026-08-22T12:21:43.948Z Downloaded curve25519-dalek v5.0.0
10622026-08-22T12:21:43.952Z Downloaded regress v0.10.5
10632026-08-22T12:21:43.957Z Downloaded whoami v2.1.0
10642026-08-22T12:21:43.960Z Downloaded p384 v0.13.1
10652026-08-22T12:21:43.965Z Downloaded quinn v0.11.11
10662026-08-22T12:21:43.968Z Downloaded schemars v0.9.0
10672026-08-22T12:21:43.973Z Downloaded openssl-sys v0.9.117
10682026-08-22T12:21:43.976Z Downloaded pkcs8 v0.11.0
10692026-08-22T12:21:43.979Z Downloaded ssh-key v0.7.0-rc.11
10702026-08-22T12:21:43.983Z Downloaded bytes v1.11.1
10712026-08-22T12:21:43.986Z Downloaded regex-syntax v0.8.10
10722026-08-22T12:21:43.990Z Downloaded p521 v0.14.0
10732026-08-22T12:21:43.993Z Downloaded libxml v0.3.3
10742026-08-22T12:21:43.996Z Downloaded aes-gcm v0.11.0
10752026-08-22T12:21:44.006Z Downloaded miette v5.10.0
10762026-08-22T12:21:44.009Z Downloaded drift v0.2.0
10772026-08-22T12:21:44.014Z Downloaded fatfs v0.3.6
10782026-08-22T12:21:44.021Z Downloaded serde_with v1.14.0
10792026-08-22T12:21:44.027Z Downloaded tokio-util v0.7.18
10802026-08-22T12:21:44.033Z Downloaded bitvec v1.0.1
10812026-08-22T12:21:44.041Z Downloaded tungstenite v0.23.0
10822026-08-22T12:21:44.044Z Downloaded openssl v0.10.80
10832026-08-22T12:21:44.049Z Downloaded moka v0.12.13
10842026-08-22T12:21:44.054Z Downloaded quinn-proto v0.11.16
10852026-08-22T12:21:44.058Z Downloaded unicode-normalization v0.1.25
10862026-08-22T12:21:44.061Z Downloaded diesel v2.3.7
10872026-08-22T12:21:44.072Z Downloaded nix v0.31.2
10882026-08-22T12:21:44.078Z Downloaded typed-path v0.9.3
10892026-08-22T12:21:44.082Z Downloaded toml_edit v0.22.27
10902026-08-22T12:21:44.085Z Downloaded reqwest v0.12.28
10912026-08-22T12:21:44.088Z Downloaded vcpkg v0.2.15
10922026-08-22T12:21:44.111Z Downloaded tabled v0.21.0
10932026-08-22T12:21:44.120Z Downloaded dropshot v0.17.1
10942026-08-22T12:21:44.133Z Downloaded object v0.30.4
10952026-08-22T12:21:44.138Z Downloaded blake3 v1.8.5
10962026-08-22T12:21:44.142Z Downloaded polar-core v0.27.3
10972026-08-22T12:21:44.148Z Downloaded object v0.37.3
10982026-08-22T12:21:44.160Z Downloaded rand v0.8.6
10992026-08-22T12:21:44.164Z Downloaded reedline v0.40.0
11002026-08-22T12:21:44.167Z Downloaded zerocopy-derive v0.8.55
11012026-08-22T12:21:44.171Z Downloaded openapiv3 v2.2.0
11022026-08-22T12:21:44.178Z Downloaded jiff-core v0.1.0
11032026-08-22T12:21:44.181Z Downloaded goblin v0.10.5
11042026-08-22T12:21:44.184Z Downloaded rustls v0.23.41
11052026-08-22T12:21:44.191Z Downloaded nix v0.27.1
11062026-08-22T12:21:44.196Z Downloaded radix_trie v0.2.1
11072026-08-22T12:21:44.200Z Downloaded ed25519-dalek v2.2.0
11082026-08-22T12:21:44.202Z Downloaded petname v2.0.2
11092026-08-22T12:21:44.206Z Downloaded quick-xml v0.37.5
11102026-08-22T12:21:44.209Z Downloaded zerocopy v0.8.55
11112026-08-22T12:21:44.219Z Downloaded bstr v1.12.1
11122026-08-22T12:21:44.224Z Downloaded syn v1.0.109
11132026-08-22T12:21:44.230Z Downloaded rustix v1.1.4
11142026-08-22T12:21:44.244Z Downloaded winnow v1.0.3
11152026-08-22T12:21:44.248Z Downloaded smoltcp v0.9.1
11162026-08-22T12:21:44.254Z Downloaded chrono v0.4.45
11172026-08-22T12:21:44.258Z Downloaded nom v8.0.0
11182026-08-22T12:21:44.261Z Downloaded futures-util v0.3.32
11192026-08-22T12:21:44.267Z Downloaded hickory-proto v0.24.4
11202026-08-22T12:21:44.276Z Downloaded zerocopy-derive v0.6.6
11212026-08-22T12:21:44.282Z Downloaded gimli v0.32.3
11222026-08-22T12:21:44.287Z Downloaded unicode-width v0.1.14
11232026-08-22T12:21:44.290Z Downloaded regress v0.11.1
11242026-08-22T12:21:44.298Z Downloaded nix v0.28.0
11252026-08-22T12:21:44.302Z Downloaded rustix v0.38.44
11262026-08-22T12:21:44.314Z Downloaded salty v0.3.0
11272026-08-22T12:21:44.318Z Downloaded hickory-proto v0.25.2
11282026-08-22T12:21:44.326Z Downloaded serde_with v3.21.0
11292026-08-22T12:21:44.334Z Downloaded regex-syntax v0.6.29
11302026-08-22T12:21:44.338Z Downloaded time v0.3.47
11312026-08-22T12:21:44.344Z Downloaded bzip2-sys v0.1.13+1.0.8
11322026-08-22T12:21:44.351Z Downloaded syn v2.0.117
11332026-08-22T12:21:44.358Z Downloaded chrono-tz v0.10.4
11342026-08-22T12:21:44.369Z Downloaded ratatui v0.29.0
11352026-08-22T12:21:44.380Z Downloaded csv v1.4.0
11362026-08-22T12:21:44.392Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11372026-08-22T12:21:44.403Z Downloaded regex-automata v0.4.14
11382026-08-22T12:21:44.411Z Downloaded tokio v1.52.1
11392026-08-22T12:21:44.437Z Downloaded petgraph v0.6.5
11402026-08-22T12:21:44.450Z Downloaded petgraph v0.8.3
11412026-08-22T12:21:44.465Z Downloaded smoltcp v0.11.0
11422026-08-22T12:21:44.472Z Downloaded sha3 v0.11.0
11432026-08-22T12:21:44.475Z Downloaded tracing v0.1.44
11442026-08-22T12:21:44.490Z Downloaded sled v0.34.7
11452026-08-22T12:21:44.497Z Downloaded sqlparser v0.61.0
11462026-08-22T12:21:44.503Z Downloaded typify-impl v0.6.2
11472026-08-22T12:21:44.513Z Downloaded jiff v0.2.34
11482026-08-22T12:21:44.660Z Downloaded libc v0.2.185
11492026-08-22T12:21:44.704Z Downloaded sha3 v0.10.8
11502026-08-22T12:21:44.727Z Downloaded libz-sys v1.1.24
11512026-08-22T12:21:44.872Z Downloaded aws-lc-sys v0.40.0
11522026-08-22T12:21:45.026Z Downloaded encoding_rs v0.8.35
11532026-08-22T12:21:45.039Z Downloaded ring v0.17.14
11542026-08-22T12:21:45.064Z Downloaded httpmock v0.8.3
11552026-08-22T12:21:45.076Z Downloaded libgit2-sys v0.18.3+1.9.2
11562026-08-22T12:21:45.406Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11572026-08-22T12:21:50.265Z Startup: Refreshing catalog 'helios' ... Done
11582026-08-22T12:21:50.619Z Startup: Caching catalogs ... Done
11592026-08-22T12:21:52.585ZPlanning: Solver setup ... Done (1.857s)
11602026-08-22T12:21:52.644ZPlanning: Running solver ... Done (0.059s)
11612026-08-22T12:21:52.689ZPlanning: Finding local manifests ... Done (0.003s)
11622026-08-22T12:21:52.700ZPlanning: Fetching manifests: 0/2 0% complete
11632026-08-22T12:21:52.724ZPlanning: Fetching manifests: 2/2 100% complete
11642026-08-22T12:21:52.737ZPlanning: Package planning ... Done (0.014s)
11652026-08-22T12:21:52.740ZPlanning: Merging actions ... Done (0.002s)
11662026-08-22T12:21:52.898ZPlanning: Checking for conflicting actions ... Done (0.159s)
11672026-08-22T12:21:52.901ZPlanning: Consolidating action changes ... Done (0.001s)
11682026-08-22T12:21:53.836ZPlanning: Evaluating mediators ... Done (0.937s)
11692026-08-22T12:21:53.839ZPlanning: Planning completed in 3.18 seconds
11702026-08-22T12:21:53.845Z Packages to install: 2
11712026-08-22T12:21:53.845Z Estimated space available: 155.73 GB
11722026-08-22T12:21:53.845ZEstimated space to be consumed: 74.96 MB
11732026-08-22T12:21:53.845Z Create boot environment: No
11742026-08-22T12:21:53.845ZCreate backup boot environment: No
11752026-08-22T12:21:53.849Z Rebuild boot archive: No
11762026-08-22T12:21:53.849Z
11772026-08-22T12:21:53.849ZChanged packages:
11782026-08-22T12:21:53.849Zhelios
11792026-08-22T12:21:53.849Z developer/build-essential
11802026-08-22T12:21:53.849Z None -> 11-3.0
11812026-08-22T12:21:53.849Z library/libxmlsec1
11822026-08-22T12:21:53.849Z None -> 1.2.35-3.0
11832026-08-22T12:21:53.872Z
11842026-08-22T12:21:53.872ZDownload: 0/214 items 0.0/1.3MB 0% complete
11852026-08-22T12:21:53.942ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
11862026-08-22T12:21:54.056Z Actions: 1/268 actions (Installing new actions)
11872026-08-22T12:21:54.095Z Actions: Completed 268 actions in 0.04 seconds.
11882026-08-22T12:21:54.140ZFinalize: Updating package state database ... Done (0.031s)
11892026-08-22T12:21:54.145ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-22T12:21:54.210ZFinalize: Updating image state ... Done (0.082s)
11912026-08-22T12:21:56.898ZFinalize: Creating fast lookup database ... Done (2.638s)
11922026-08-22T12:21:56.972ZFinalize: Reading search index ... Done (0.013s)
11932026-08-22T12:21:56.975ZFinalize: Updating search index ... Done (0.000s)
11942026-08-22T12:21:57.067ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-22T12:21:57.435ZPlanning: Evaluating mediator changes ... Done
11962026-08-22T12:21:57.540ZPlanning: Checking for conflicting actions ... Done
11972026-08-22T12:21:57.543ZPlanning: Consolidating action changes ... Done
11982026-08-22T12:21:57.700ZPlanning: Evaluating mediators ... Done
11992026-08-22T12:21:57.703ZPlanning: Planning completed in 0.27 seconds
12002026-08-22T12:21:57.723Z Mediators to change: 2
12012026-08-22T12:21:57.723Z Create boot environment: No
12022026-08-22T12:21:57.723ZCreate backup boot environment: No
12032026-08-22T12:21:57.770ZFinalize: Updating package state database ... Done
12042026-08-22T12:21:57.770ZFinalize: Updating package cache ... Done
12052026-08-22T12:21:57.822ZFinalize: Updating image state ... Done
12062026-08-22T12:21:59.769ZFinalize: Creating fast lookup database ... Done
12072026-08-22T12:21:59.831ZFinalize: Reading search index ... Done
12082026-08-22T12:21:59.834ZFinalize: Updating search index ... Done
12092026-08-22T12:21:59.895ZFinalize: Updating package cache ... Done
12102026-08-22T12:22:00.185ZPlanning: Evaluating mediator changes ... Done
12112026-08-22T12:22:00.285ZPlanning: Checking for conflicting actions ... Done
12122026-08-22T12:22:00.289ZPlanning: Consolidating action changes ... Done
12132026-08-22T12:22:00.442ZPlanning: Evaluating mediators ... Done
12142026-08-22T12:22:00.446ZPlanning: Planning completed in 0.26 seconds
12152026-08-22T12:22:00.487Z Mediators to change: 1
12162026-08-22T12:22:00.487Z Create boot environment: No
12172026-08-22T12:22:00.488ZCreate backup boot environment: No
12182026-08-22T12:22:00.517ZFinalize: Updating package state database ... Done
12192026-08-22T12:22:00.517ZFinalize: Updating package cache ... Done
12202026-08-22T12:22:00.564ZFinalize: Updating image state ... Done
12212026-08-22T12:22:02.490ZFinalize: Creating fast lookup database ... Done
12222026-08-22T12:22:02.551ZFinalize: Reading search index ... Done
12232026-08-22T12:22:02.554ZFinalize: Updating search index ... Done
12242026-08-22T12:22:02.668ZFinalize: Updating package cache ... Done
12252026-08-22T12:22:02.976ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12262026-08-22T12:22:02.976Zapache system 2.4 system
12272026-08-22T12:22:02.976Zclang system 15 system
12282026-08-22T12:22:02.976Zcsh system system illumos
12292026-08-22T12:22:02.976Zctags system system illumos
12302026-08-22T12:22:02.976Zfile vendor vendor darwinsys
12312026-08-22T12:22:02.976Zfile system system illumos
12322026-08-22T12:22:02.976Zgcc vendor 14 vendor
12332026-08-22T12:22:02.976Zgcc system 13 system
12342026-08-22T12:22:02.976Zgcc system 10 system
12352026-08-22T12:22:02.976Zgo system 1.25 system
12362026-08-22T12:22:02.976Zllvm system 15 system
12372026-08-22T12:22:02.976Zmariadb system 11.4 system
12382026-08-22T12:22:02.976Zmta vendor vendor dma
12392026-08-22T12:22:02.976Zopenjdk system 17 system
12402026-08-22T12:22:02.976Zopenjdk system 11 system
12412026-08-22T12:22:02.976Zopenssl vendor 3 vendor
12422026-08-22T12:22:02.976Zperl system 5.40 system
12432026-08-22T12:22:02.976Zpostgresql system 18 system
12442026-08-22T12:22:02.976Zpostgresql system 17 system
12452026-08-22T12:22:02.976Zpython vendor 3 vendor
12462026-08-22T12:22:02.976Zpython system 2 system
12472026-08-22T12:22:02.976Zpython3 vendor 3.13 vendor
12482026-08-22T12:22:02.977Zruby system 3.4 system
12492026-08-22T12:22:02.977Zruby system 3.0 system
12502026-08-22T12:22:02.977Zwords vendor vendor american-english
12512026-08-22T12:22:02.977Zwords system system australian-english
12522026-08-22T12:22:02.977Zwords system system british-english
12532026-08-22T12:22:02.977Zwords system system canadian-english
12542026-08-22T12:22:02.977Zwords system system french
12552026-08-22T12:22:02.977Zwords system system italian
12562026-08-22T12:22:02.977Zwords system system ngerman
12572026-08-22T12:22:02.977Zwords system system ogerman
12582026-08-22T12:22:02.977Zwords system system spanish
12592026-08-22T12:22:03.223ZPUBLISHER TYPE STATUS P LOCATION
12602026-08-22T12:22:03.223Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12612026-08-22T12:22:03.683ZFMRI IFO
12622026-08-22T12:22:03.683Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12632026-08-22T12:22:03.683Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12642026-08-22T12:22:03.683Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12652026-08-22T12:22:03.683Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12662026-08-22T12:22:03.683Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12672026-08-22T12:22:03.683Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12682026-08-22T12:22:03.683Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12692026-08-22T12:22:03.683Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12702026-08-22T12:22:03.683Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12712026-08-22T12:22:04.306Z Downloading crates ...
12722026-08-22T12:22:04.349Z Downloaded cargo_toml v0.21.0
12732026-08-22T12:22:04.389Z Compiling proc-macro2 v1.0.106
12742026-08-22T12:22:04.389Z Compiling quote v1.0.45
12752026-08-22T12:22:04.392Z Compiling unicode-ident v1.0.24
12762026-08-22T12:22:04.392Z Compiling serde_core v1.0.228
12772026-08-22T12:22:04.392Z Compiling libc v0.2.185
12782026-08-22T12:22:04.392Z Compiling version_check v0.9.5
12792026-08-22T12:22:04.392Z Compiling memchr v2.8.0
12802026-08-22T12:22:04.468Z Compiling serde v1.0.228
12812026-08-22T12:22:04.472Z Compiling zmij v1.0.21
12822026-08-22T12:22:04.472Z Compiling itoa v1.0.17
12832026-08-22T12:22:04.472Z Compiling ucd-trie v0.1.7
12842026-08-22T12:22:04.472Z Compiling thiserror v1.0.69
12852026-08-22T12:22:04.475Z Compiling byteorder v1.5.0
12862026-08-22T12:22:04.498Z Compiling rustix v1.1.4
12872026-08-22T12:22:04.636Z Compiling bitflags v2.11.0
12882026-08-22T12:22:04.761Z Compiling serde_json v1.0.151
12892026-08-22T12:22:04.896Z Compiling syn v1.0.109
12902026-08-22T12:22:04.916Z Compiling camino v1.2.5
12912026-08-22T12:22:04.919Z Compiling hashbrown v0.17.0
12922026-08-22T12:22:04.967Z Compiling pest v2.8.6
12932026-08-22T12:22:04.970Z Compiling usdt-impl v0.5.0
12942026-08-22T12:22:05.013Z Compiling proc-macro-error-attr v1.0.4
12952026-08-22T12:22:05.075Z Compiling proc-macro-error v1.0.4
12962026-08-22T12:22:05.085Z Compiling utf8parse v0.2.2
12972026-08-22T12:22:05.115Z Compiling log v0.4.33
12982026-08-22T12:22:05.206Z Compiling plain v0.2.3
12992026-08-22T12:22:05.235Z Compiling equivalent v1.0.2
13002026-08-22T12:22:05.262Z Compiling getrandom v0.3.4
13012026-08-22T12:22:05.273Z Compiling anstyle-parse v1.0.0
13022026-08-22T12:22:05.312Z Compiling autocfg v1.5.0
13032026-08-22T12:22:05.335Z Compiling anstyle v1.0.14
13042026-08-22T12:22:05.338Z Compiling is_terminal_polyfill v1.70.2
13052026-08-22T12:22:05.338Z Compiling toml_write v0.1.2
13062026-08-22T12:22:05.338Z Compiling anstyle-query v1.1.5
13072026-08-22T12:22:05.372Z Compiling cfg-if v1.0.4
13082026-08-22T12:22:05.421Z Compiling errno v0.3.14
13092026-08-22T12:22:05.436Z Compiling thread-id v4.2.2
13102026-08-22T12:22:05.450Z Compiling indexmap v2.14.0
13112026-08-22T12:22:05.453Z Compiling thiserror v2.0.18
13122026-08-22T12:22:05.471Z Compiling winnow v0.7.14
13132026-08-22T12:22:05.488Z Compiling colorchoice v1.0.4
13142026-08-22T12:22:05.523Z Compiling pretty-hex v0.4.1
13152026-08-22T12:22:05.565Z Compiling strsim v0.11.1
13162026-08-22T12:22:05.575Z Compiling anstream v1.0.0
13172026-08-22T12:22:05.586Z Compiling anyhow v1.0.104
13182026-08-22T12:22:05.608Z Compiling unicode-width v0.1.14
13192026-08-22T12:22:05.671Z Compiling heck v0.5.0
13202026-08-22T12:22:05.787Z Compiling fs-err v3.3.0
13212026-08-22T12:22:05.917Z Compiling syn v2.0.117
13222026-08-22T12:22:05.941Z Compiling heck v0.4.1
13232026-08-22T12:22:05.944Z Compiling once_cell v1.21.3
13242026-08-22T12:22:05.953Z Compiling bytecount v0.6.9
13252026-08-22T12:22:05.962Z Compiling fnv v1.0.7
13262026-08-22T12:22:06.002Z Compiling clap_lex v1.0.0
13272026-08-22T12:22:06.046Z Compiling pest_meta v2.8.6
13282026-08-22T12:22:06.091Z Compiling fastrand v2.3.0
13292026-08-22T12:22:06.107Z Compiling papergrid v0.11.0
13302026-08-22T12:22:06.188Z Compiling memmap v0.7.0
13312026-08-22T12:22:06.227Z Compiling unicode-width v0.2.0
13322026-08-22T12:22:06.231Z Compiling unicode-linebreak v0.1.5
13332026-08-22T12:22:06.278Z Compiling smawk v0.3.2
13342026-08-22T12:22:06.370Z Compiling swrite v0.1.0
13352026-08-22T12:22:06.415Z Compiling terminal_size v0.4.3
13362026-08-22T12:22:06.419Z Compiling tempfile v3.27.0
13372026-08-22T12:22:06.516Z Compiling clap_builder v4.6.0
13382026-08-22T12:22:06.516Z Compiling textwrap v0.16.2
13392026-08-22T12:22:06.676Z Compiling semver v1.0.28
13402026-08-22T12:22:06.686Z Compiling cargo-platform v0.3.2
13412026-08-22T12:22:06.968Z Compiling camino-tempfile v1.4.1
13422026-08-22T12:22:07.324Z Compiling tabled_derive v0.7.0
13432026-08-22T12:22:07.996Z Compiling tabled v0.15.0
13442026-08-22T12:22:08.036Z Compiling pest_generator v2.8.6
13452026-08-22T12:22:08.523Z Compiling serde_derive v1.0.228
13462026-08-22T12:22:08.523Z Compiling thiserror-impl v1.0.69
13472026-08-22T12:22:08.526Z Compiling zerocopy-derive v0.7.35
13482026-08-22T12:22:08.527Z Compiling scroll_derive v0.12.1
13492026-08-22T12:22:08.527Z Compiling thiserror-impl v2.0.18
13502026-08-22T12:22:08.527Z Compiling clap_derive v4.6.1
13512026-08-22T12:22:08.563Z Compiling pest_derive v2.8.6
13522026-08-22T12:22:09.139Z Compiling scroll v0.12.0
13532026-08-22T12:22:09.200Z Compiling zerocopy v0.7.35
13542026-08-22T12:22:09.366Z Compiling goblin v0.8.2
13552026-08-22T12:22:09.507Z Compiling dtrace-parser v0.2.0
13562026-08-22T12:22:09.837Z Compiling clap v4.6.1
13572026-08-22T12:22:10.831Z Compiling dof v0.3.0
13582026-08-22T12:22:10.831Z Compiling serde_tokenstream v0.2.3
13592026-08-22T12:22:10.840Z Compiling serde_spanned v0.6.9
13602026-08-22T12:22:10.843Z Compiling toml_datetime v0.6.11
13612026-08-22T12:22:10.844Z Compiling macaddr v1.0.1
13622026-08-22T12:22:10.844Z Compiling cargo_metadata v0.23.1
13632026-08-22T12:22:10.844Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13642026-08-22T12:22:11.023Z Compiling toml_edit v0.22.27
13652026-08-22T12:22:11.478Z Compiling usdt-macro v0.5.0
13662026-08-22T12:22:11.481Z Compiling usdt-attr-macro v0.5.0
13672026-08-22T12:22:12.079Z Compiling usdt v0.5.0
13682026-08-22T12:22:12.273Z Compiling toml v0.8.23
13692026-08-22T12:22:12.580Z Compiling cargo_toml v0.21.0
13702026-08-22T12:22:13.857Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712026-08-22T12:22:15.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
13722026-08-22T12:22:15.913Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13732026-08-22T12:22:16.673Z Compiling serde_core v1.0.228
13742026-08-22T12:22:16.673Z Compiling libc v0.2.185
13752026-08-22T12:22:16.673Z Compiling serde v1.0.228
13762026-08-22T12:22:16.676Z Compiling log v0.4.33
13772026-08-22T12:22:16.676Z Compiling smallvec v1.15.1
13782026-08-22T12:22:16.676Z Compiling shlex v1.3.0
13792026-08-22T12:22:16.676Z Compiling find-msvc-tools v0.1.9
13802026-08-22T12:22:16.676Z Compiling subtle v2.6.1
13812026-08-22T12:22:16.821Z Compiling scopeguard v1.2.0
13822026-08-22T12:22:16.824Z Compiling stable_deref_trait v1.2.1
13832026-08-22T12:22:16.832Z Compiling typenum v1.20.1
13842026-08-22T12:22:16.835Z Compiling zerocopy v0.8.55
13852026-08-22T12:22:16.835Z Compiling portable-atomic v1.13.1
13862026-08-22T12:22:16.865Z Compiling serde_json v1.0.151
13872026-08-22T12:22:16.901Z Compiling syn v2.0.117
13882026-08-22T12:22:16.915Z Compiling critical-section v1.2.0
13892026-08-22T12:22:16.978Z Compiling lock_api v0.4.14
13902026-08-22T12:22:16.994Z Compiling libm v0.2.16
13912026-08-22T12:22:17.008Z Compiling num-traits v0.2.19
13922026-08-22T12:22:17.024Z Compiling pkg-config v0.3.32
13932026-08-22T12:22:17.040Z Compiling generic-array v0.14.7
13942026-08-22T12:22:17.073Z Compiling const-oid v0.9.6
13952026-08-22T12:22:17.074Z Compiling parking_lot_core v0.9.12
13962026-08-22T12:22:17.146Z Compiling pin-project-lite v0.2.17
13972026-08-22T12:22:17.193Z Compiling getrandom v0.3.4
13982026-08-22T12:22:17.226Z Compiling litemap v0.8.1
13992026-08-22T12:22:17.229Z Compiling percent-encoding v2.3.2
14002026-08-22T12:22:17.296Z Compiling writeable v0.6.2
14012026-08-22T12:22:17.337Z Compiling futures-core v0.3.32
14022026-08-22T12:22:17.395Z Compiling icu_properties_data v2.1.2
14032026-08-22T12:22:17.407Z Compiling icu_normalizer_data v2.1.1
14042026-08-22T12:22:17.423Z Compiling getrandom v0.4.3
14052026-08-22T12:22:17.452Z Compiling rustix v1.1.4
14062026-08-22T12:22:17.452Z Compiling futures-sink v0.3.32
14072026-08-22T12:22:17.496Z Compiling rand_core v0.10.0
14082026-08-22T12:22:17.499Z Compiling utf8_iter v1.0.4
14092026-08-22T12:22:17.582Z Compiling futures-channel v0.3.32
14102026-08-22T12:22:17.632Z Compiling slab v0.4.12
14112026-08-22T12:22:17.692Z Compiling futures-io v0.3.32
14122026-08-22T12:22:17.698Z Compiling errno v0.3.14
14132026-08-22T12:22:17.714Z Compiling jobserver v0.1.34
14142026-08-22T12:22:17.777Z Compiling getrandom v0.2.17
14152026-08-22T12:22:17.806Z Compiling mio v1.2.0
14162026-08-22T12:22:17.823Z Compiling signal-hook-registry v1.4.8
14172026-08-22T12:22:17.837Z Compiling socket2 v0.6.3
14182026-08-22T12:22:17.852Z Compiling futures-task v0.3.32
14192026-08-22T12:22:17.896Z Compiling once_cell v1.21.3
14202026-08-22T12:22:17.899Z Compiling form_urlencoded v1.2.2
14212026-08-22T12:22:17.933Z Compiling cc v1.2.56
14222026-08-22T12:22:17.954Z Compiling rand_core v0.6.4
14232026-08-22T12:22:18.017Z Compiling parking_lot v0.12.5
14242026-08-22T12:22:18.075Z Compiling rustversion v1.0.22
14252026-08-22T12:22:18.088Z Compiling iana-time-zone v0.1.65
14262026-08-22T12:22:18.102Z Compiling base64ct v1.8.3
14272026-08-22T12:22:18.131Z Compiling regex-syntax v0.8.10
14282026-08-22T12:22:18.134Z Compiling flagset v0.4.7
14292026-08-22T12:22:18.202Z Compiling dunce v1.0.5
14302026-08-22T12:22:18.249Z Compiling fs_extra v1.3.0
14312026-08-22T12:22:18.262Z Compiling ident_case v1.0.1
14322026-08-22T12:22:18.281Z Compiling rand_core v0.9.5
14332026-08-22T12:22:18.296Z Compiling base64 v0.22.1
14342026-08-22T12:22:18.299Z Compiling vcpkg v0.2.15
14352026-08-22T12:22:18.299Z Compiling syn v1.0.109
14362026-08-22T12:22:18.340Z Compiling pem-rfc7468 v0.7.0
14372026-08-22T12:22:18.396Z Compiling tracing-core v0.1.36
14382026-08-22T12:22:18.411Z Compiling schemars v0.8.22
14392026-08-22T12:22:18.422Z Compiling simd-adler32 v0.3.8
14402026-08-22T12:22:18.473Z Compiling dyn-clone v1.0.20
14412026-08-22T12:22:18.537Z Compiling aws-lc-rs v1.16.3
14422026-08-22T12:22:18.572Z Compiling cpufeatures v0.2.17
14432026-08-22T12:22:18.622Z Compiling spin v0.9.8
14442026-08-22T12:22:18.653Z Compiling openssl-probe v0.2.1
14452026-08-22T12:22:18.669Z Compiling cmake v0.1.57
14462026-08-22T12:22:18.684Z Compiling httparse v1.10.1
14472026-08-22T12:22:18.685Z Compiling tinyvec_macros v0.1.1
14482026-08-22T12:22:18.688Z Compiling cmov v0.5.4
14492026-08-22T12:22:18.767Z Compiling adler2 v2.0.1
14502026-08-22T12:22:18.780Z Compiling crc32fast v1.5.0
14512026-08-22T12:22:18.840Z Compiling tinyvec v1.10.0
14522026-08-22T12:22:18.844Z Compiling aho-corasick v1.1.4
14532026-08-22T12:22:18.867Z Compiling miniz_oxide v0.8.9
14542026-08-22T12:22:18.907Z Compiling ctutils v0.4.2
14552026-08-22T12:22:18.942Z Compiling bitflags v2.11.0
14562026-08-22T12:22:19.052Z Compiling semver v1.0.28
14572026-08-22T12:22:19.067Z Compiling indexmap v2.14.0
14582026-08-22T12:22:19.070Z Compiling uuid v1.23.4
14592026-08-22T12:22:19.149Z Compiling atomic-waker v1.1.2
14602026-08-22T12:22:19.164Z Compiling untrusted v0.7.1
14612026-08-22T12:22:19.164Z Compiling tower-service v0.3.3
14622026-08-22T12:22:19.192Z Compiling try-lock v0.2.5
14632026-08-22T12:22:19.207Z Compiling radium v0.7.0
14642026-08-22T12:22:19.285Z Compiling rustc_version v0.4.1
14652026-08-22T12:22:19.289Z Compiling tower-layer v0.3.3
14662026-08-22T12:22:19.311Z Compiling want v0.3.1
14672026-08-22T12:22:19.470Z Compiling rustls v0.23.41
14682026-08-22T12:22:19.498Z Compiling foreign-types-shared v0.1.1
14692026-08-22T12:22:19.501Z Compiling untrusted v0.9.0
14702026-08-22T12:22:19.528Z Compiling httpdate v1.0.3
14712026-08-22T12:22:19.532Z Compiling aws-lc-sys v0.40.0
14722026-08-22T12:22:19.532Z Compiling openssl-sys v0.9.117
14732026-08-22T12:22:19.595Z Compiling tap v1.0.1
14742026-08-22T12:22:19.616Z Compiling maybe-uninit v2.0.0
14752026-08-22T12:22:19.645Z Compiling openssl v0.10.80
14762026-08-22T12:22:19.660Z Compiling foreign-types v0.3.2
14772026-08-22T12:22:19.679Z Compiling regex-automata v0.4.14
14782026-08-22T12:22:19.719Z Compiling synstructure v0.13.2
14792026-08-22T12:22:19.736Z Compiling serde_derive_internals v0.29.1
14802026-08-22T12:22:19.740Z Compiling pest_generator v2.8.6
14812026-08-22T12:22:19.775Z Compiling darling_core v0.20.11
14822026-08-22T12:22:19.778Z Compiling wyz v0.5.1
14832026-08-22T12:22:19.890Z Compiling bzip2-sys v0.1.13+1.0.8
14842026-08-22T12:22:19.958Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14852026-08-22T12:22:20.128Z Compiling tempfile v3.27.0
14862026-08-22T12:22:20.189Z Compiling terminal_size v0.4.3
14872026-08-22T12:22:20.205Z Compiling unicode-normalization v0.1.25
14882026-08-22T12:22:20.273Z Compiling num-integer v0.1.46
14892026-08-22T12:22:20.322Z Compiling wait-timeout v0.2.1
14902026-08-22T12:22:20.341Z Compiling ahash v0.8.12
14912026-08-22T12:22:20.400Z Compiling quick-error v1.2.3
14922026-08-22T12:22:20.453Z Compiling num-bigint-dig v0.8.6
14932026-08-22T12:22:20.467Z Compiling bit-vec v0.8.0
14942026-08-22T12:22:20.485Z Compiling native-tls v0.2.18
14952026-08-22T12:22:20.521Z Compiling time-core v0.1.8
14962026-08-22T12:22:20.560Z Compiling powerfmt v0.2.0
14972026-08-22T12:22:20.575Z Compiling funty v2.0.0
14982026-08-22T12:22:20.610Z Compiling num-conv v0.2.0
14992026-08-22T12:22:20.625Z Compiling packed_struct v0.10.1
15002026-08-22T12:22:20.655Z Compiling clap_builder v4.6.0
15012026-08-22T12:22:20.684Z Compiling bit-set v0.8.0
15022026-08-22T12:22:20.714Z Compiling deranged v0.5.8
15032026-08-22T12:22:20.728Z Compiling num-iter v0.1.45
15042026-08-22T12:22:20.758Z Compiling time-macros v0.2.27
15052026-08-22T12:22:20.758Z Compiling rusty-fork v0.3.1
15062026-08-22T12:22:20.860Z Compiling lazy_static v1.5.0
15072026-08-22T12:22:20.875Z Compiling rand_xorshift v0.4.0
15082026-08-22T12:22:20.905Z Compiling bitvec v1.0.1
15092026-08-22T12:22:20.921Z Compiling sync_wrapper v1.0.2
15102026-08-22T12:22:20.963Z Compiling indexmap v1.9.3
15112026-08-22T12:22:21.040Z Compiling zlib-rs v0.6.2
15122026-08-22T12:22:21.053Z Compiling siphasher v1.0.2
15132026-08-22T12:22:21.093Z Compiling num_threads v0.1.7
15142026-08-22T12:22:21.151Z Compiling usdt-impl v0.6.0
15152026-08-22T12:22:21.166Z Compiling paste v1.0.15
15162026-08-22T12:22:21.200Z Compiling unarray v0.1.4
15172026-08-22T12:22:21.251Z Compiling nodrop v0.1.14
15182026-08-22T12:22:21.323Z Compiling crc-catalog v2.4.0
15192026-08-22T12:22:21.355Z Compiling object v0.37.3
15202026-08-22T12:22:21.369Z Compiling crossbeam-utils v0.8.21
15212026-08-22T12:22:21.401Z Compiling serde_derive v1.0.228
15222026-08-22T12:22:21.430Z Compiling zeroize_derive v1.5.0
15232026-08-22T12:22:21.448Z Compiling zerocopy-derive v0.8.55
15242026-08-22T12:22:21.634Z Compiling zerofrom-derive v0.1.6
15252026-08-22T12:22:21.664Z Compiling yoke-derive v0.8.1
15262026-08-22T12:22:21.693Z Compiling zerovec-derive v0.11.2
15272026-08-22T12:22:21.768Z Compiling displaydoc v0.2.5
15282026-08-22T12:22:21.836Z Compiling tokio-macros v2.7.0
15292026-08-22T12:22:22.085Z Compiling futures-macro v0.3.32
15302026-08-22T12:22:22.109Z Compiling der_derive v0.7.3
15312026-08-22T12:22:22.338Z Compiling thiserror-impl v2.0.18
15322026-08-22T12:22:22.540Z Compiling tracing-attributes v0.1.31
15332026-08-22T12:22:22.586Z Compiling schemars_derive v0.8.22
15342026-08-22T12:22:22.646Z Compiling scroll_derive v0.13.1
15352026-08-22T12:22:22.872Z Compiling pest_derive v2.8.6
15362026-08-22T12:22:22.893Z Compiling darling_macro v0.20.11
15372026-08-22T12:22:22.974Z Compiling futures-util v0.3.32
15382026-08-22T12:22:23.078Z Compiling zerofrom v0.1.6
15392026-08-22T12:22:23.137Z Compiling thiserror-impl v1.0.69
15402026-08-22T12:22:23.216Z Compiling yoke v0.8.1
15412026-08-22T12:22:23.346Z Compiling openssl-macros v0.1.1
15422026-08-22T12:22:23.412Z Compiling zerovec v0.11.5
15432026-08-22T12:22:23.425Z Compiling zerotrie v0.2.3
15442026-08-22T12:22:23.482Z Compiling scroll v0.13.0
15452026-08-22T12:22:23.725Z Compiling goblin v0.10.5
15462026-08-22T12:22:23.753Z Compiling darling v0.20.11
15472026-08-22T12:22:23.785Z Compiling thiserror v2.0.18
15482026-08-22T12:22:23.785Z Compiling packed_struct_codegen v0.10.1
15492026-08-22T12:22:23.826Z Compiling clap_derive v4.6.1
15502026-08-22T12:22:23.853Z Compiling bitfield-macros v0.19.4
15512026-08-22T12:22:23.914Z Compiling tinystr v0.8.2
15522026-08-22T12:22:23.934Z Compiling potential_utf v0.1.4
15532026-08-22T12:22:23.949Z Compiling tracing v0.1.44
15542026-08-22T12:22:23.953Z Compiling zerocopy-derive v0.6.6
15552026-08-22T12:22:24.107Z Compiling icu_locale_core v2.1.1
15562026-08-22T12:22:24.144Z Compiling icu_collections v2.1.1
15572026-08-22T12:22:24.245Z Compiling flate2 v1.1.9
15582026-08-22T12:22:24.306Z Compiling dtrace-parser v0.3.0
15592026-08-22T12:22:24.427Z Compiling thiserror v1.0.69
15602026-08-22T12:22:24.543Z Compiling derive_builder_core v0.20.2
15612026-08-22T12:22:24.598Z Compiling bitfield v0.19.4
15622026-08-22T12:22:24.639Z Compiling time v0.3.47
15632026-08-22T12:22:24.770Z Compiling icu_provider v2.1.1
15642026-08-22T12:22:24.840Z Compiling zerocopy v0.6.6
15652026-08-22T12:22:24.883Z Compiling zeroize v1.9.0
15662026-08-22T12:22:24.916Z Compiling bytes v1.11.1
15672026-08-22T12:22:24.952Z Compiling chrono v0.4.45
15682026-08-22T12:22:25.005Z Compiling ipnet v2.12.0
15692026-08-22T12:22:25.060Z Compiling icu_properties v2.1.2
15702026-08-22T12:22:25.121Z Compiling icu_normalizer v2.1.1
15712026-08-22T12:22:25.191Z Compiling der v0.7.10
15722026-08-22T12:22:25.359Z Compiling rustls-pki-types v1.14.0
15732026-08-22T12:22:25.413Z Compiling tokio v1.52.1
15742026-08-22T12:22:25.512Z Compiling http v1.4.2
15752026-08-22T12:22:25.546Z Compiling hybrid-array v0.4.13
15762026-08-22T12:22:25.631Z Compiling crypto-common v0.1.7
15772026-08-22T12:22:25.662Z Compiling block-buffer v0.10.4
15782026-08-22T12:22:25.676Z Compiling hex v0.4.3
15792026-08-22T12:22:25.795Z Compiling toml_datetime v0.6.11
15802026-08-22T12:22:25.830Z Compiling digest v0.10.7
15812026-08-22T12:22:25.849Z Compiling serde_spanned v0.6.9
15822026-08-22T12:22:25.954Z Compiling ppv-lite86 v0.2.21
15832026-08-22T12:22:26.009Z Compiling idna_adapter v1.2.1
15842026-08-22T12:22:26.082Z Compiling spki v0.7.3
15852026-08-22T12:22:26.100Z Compiling sha2 v0.10.9
15862026-08-22T12:22:26.145Z Compiling idna v1.1.0
15872026-08-22T12:22:26.161Z Compiling http-body v1.0.1
15882026-08-22T12:22:26.165Z Compiling signature v2.2.0
15892026-08-22T12:22:26.226Z Compiling hmac v0.12.1
15902026-08-22T12:22:26.295Z Compiling rand_chacha v0.9.0
15912026-08-22T12:22:26.310Z Compiling pkcs8 v0.10.2
15922026-08-22T12:22:26.333Z Compiling rand_chacha v0.3.1
15932026-08-22T12:22:26.336Z Compiling http-body-util v0.1.3
15942026-08-22T12:22:26.391Z Compiling clap v4.6.1
15952026-08-22T12:22:26.448Z Compiling url v2.5.8
15962026-08-22T12:22:26.482Z Compiling pkcs1 v0.7.5
15972026-08-22T12:22:26.578Z Compiling rand v0.9.2
15982026-08-22T12:22:26.603Z Compiling rand v0.8.6
15992026-08-22T12:22:26.618Z Compiling dof v0.4.0
16002026-08-22T12:22:26.790Z Compiling crc v3.4.0
16012026-08-22T12:22:26.804Z Compiling scroll_derive v0.12.1
16022026-08-22T12:22:26.807Z Compiling structmeta-derive v0.3.0
16032026-08-22T12:22:26.905Z Compiling array-init v0.0.4
16042026-08-22T12:22:27.031Z Compiling smallvec v0.6.14
16052026-08-22T12:22:27.112Z Compiling darling_core v0.23.0
16062026-08-22T12:22:27.267Z Compiling proptest v1.11.0
16072026-08-22T12:22:27.270Z Compiling heapless v0.7.17
16082026-08-22T12:22:27.350Z Compiling slog v2.8.2
16092026-08-22T12:22:27.411Z Compiling thread-id v5.1.0
16102026-08-22T12:22:27.425Z Compiling env_filter v2.0.0
16112026-08-22T12:22:27.485Z Compiling cookie v0.18.1
16122026-08-22T12:22:27.505Z Compiling unicode-bidi v0.3.18
16132026-08-22T12:22:27.527Z Compiling anyhow v1.0.104
16142026-08-22T12:22:27.558Z Compiling gimli v0.32.3
16152026-08-22T12:22:27.717Z Compiling hashbrown v0.12.3
16162026-08-22T12:22:27.768Z Compiling allocator-api2 v0.2.21
16172026-08-22T12:22:27.798Z Compiling ipnetwork v0.21.1
16182026-08-22T12:22:27.854Z Compiling winnow v0.5.40
16192026-08-22T12:22:27.868Z Compiling unicode-properties v0.1.4
16202026-08-22T12:22:27.904Z Compiling ryu v1.0.23
16212026-08-22T12:22:27.963Z Compiling signal-hook v0.3.18
16222026-08-22T12:22:28.019Z Compiling base64 v0.21.7
16232026-08-22T12:22:28.097Z Compiling iri-string v0.7.10
16242026-08-22T12:22:28.112Z Compiling zstd-safe v7.2.4
16252026-08-22T12:22:28.112Z Compiling stringprep v0.1.5
16262026-08-22T12:22:28.115Z Compiling oxnet v0.1.6
16272026-08-22T12:22:28.197Z Compiling serde_urlencoded v0.7.1
16282026-08-22T12:22:28.212Z Compiling structmeta v0.3.0
16292026-08-22T12:22:28.344Z Compiling rsa v0.9.10
16302026-08-22T12:22:28.348Z Compiling ron v0.8.1
16312026-08-22T12:22:28.515Z Compiling env_logger v0.11.11
16322026-08-22T12:22:28.591Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-22T12:22:28.606Z Compiling scroll v0.12.0
16342026-08-22T12:22:28.609Z Compiling serde-hex v0.1.0
16352026-08-22T12:22:28.635Z Compiling camino v1.2.5
16362026-08-22T12:22:28.902Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16372026-08-22T12:22:29.100Z Compiling hashbrown v0.13.2
16382026-08-22T12:22:29.254Z Compiling tokio-util v0.7.18
16392026-08-22T12:22:29.329Z Compiling tower v0.5.3
16402026-08-22T12:22:29.342Z Compiling addr2line v0.25.1
16412026-08-22T12:22:29.434Z Compiling tokio-native-tls v0.3.1
16422026-08-22T12:22:29.546Z Compiling toml_edit v0.19.15
16432026-08-22T12:22:29.629Z Compiling block-buffer v0.12.1
16442026-08-22T12:22:29.671Z Compiling crypto-common v0.2.2
16452026-08-22T12:22:29.686Z Compiling darling_macro v0.23.0
16462026-08-22T12:22:29.705Z Compiling block-padding v0.4.2
16472026-08-22T12:22:29.835Z Compiling tower-http v0.6.8
16482026-08-22T12:22:29.850Z Compiling newtype-uuid v1.3.2
16492026-08-22T12:22:29.886Z Compiling x509-cert v0.2.5
16502026-08-22T12:22:30.115Z Compiling h2 v0.4.15
16512026-08-22T12:22:30.199Z Compiling md-5 v0.10.6
16522026-08-22T12:22:30.218Z Compiling rustls-native-certs v0.8.3
16532026-08-22T12:22:30.263Z Compiling derive_builder_macro v0.20.2
16542026-08-22T12:22:30.319Z Compiling serde_tokenstream v0.2.3
16552026-08-22T12:22:30.388Z Compiling erased-serde v0.3.31
16562026-08-22T12:22:30.404Z Compiling bzip2 v0.4.4
16572026-08-22T12:22:30.526Z Compiling bstr v1.12.1
16582026-08-22T12:22:30.627Z Compiling daft-derive v0.1.7
16592026-08-22T12:22:30.645Z Compiling pin-project-internal v1.1.11
16602026-08-22T12:22:30.757Z Compiling async-trait v0.1.89
16612026-08-22T12:22:30.892Z Compiling zerocopy-derive v0.7.35
16622026-08-22T12:22:31.190Z Compiling curve25519-dalek v4.1.3
16632026-08-22T12:22:31.232Z Compiling vergen-lib v9.1.0
16642026-08-22T12:22:31.364Z Compiling hash32 v0.2.1
16652026-08-22T12:22:31.413Z Compiling encoding_rs v0.8.35
16662026-08-22T12:22:31.428Z Compiling memoffset v0.9.1
16672026-08-22T12:22:31.440Z Compiling litrs v1.0.0
16682026-08-22T12:22:31.514Z Compiling psl-types v2.0.11
16692026-08-22T12:22:31.548Z Compiling ref-cast v1.0.25
16702026-08-22T12:22:31.594Z Compiling smoltcp v0.9.1
16712026-08-22T12:22:31.639Z Compiling mime v0.3.17
16722026-08-22T12:22:31.653Z Compiling rustc-demangle v0.1.27
16732026-08-22T12:22:31.773Z Compiling crc-any v2.5.0
16742026-08-22T12:22:31.805Z Compiling cfg_aliases v0.2.1
16752026-08-22T12:22:31.826Z Compiling owo-colors v4.3.0
16762026-08-22T12:22:31.870Z Compiling fallible-iterator v0.2.0
16772026-08-22T12:22:31.873Z Compiling rustix v0.38.44
16782026-08-22T12:22:31.898Z Compiling nix v0.31.2
16792026-08-22T12:22:31.913Z Compiling backtrace v0.3.76
16802026-08-22T12:22:31.972Z Compiling document-features v0.2.12
16812026-08-22T12:22:31.986Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16822026-08-22T12:22:32.057Z Compiling zerocopy v0.7.35
16832026-08-22T12:22:32.074Z Compiling pin-project v1.1.11
16842026-08-22T12:22:32.194Z Compiling postgres-protocol v0.6.10
16852026-08-22T12:22:32.209Z Compiling publicsuffix v2.3.0
16862026-08-22T12:22:32.333Z Compiling daft v0.1.7
16872026-08-22T12:22:32.345Z Compiling toml v0.7.8
16882026-08-22T12:22:32.411Z Compiling derive_builder v0.20.2
16892026-08-22T12:22:32.557Z Compiling zip v0.6.6
16902026-08-22T12:22:32.589Z Compiling darling v0.23.0
16912026-08-22T12:22:32.671Z Compiling inout v0.2.2
16922026-08-22T12:22:32.686Z Compiling object v0.30.4
16932026-08-22T12:22:32.699Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-22T12:22:32.801Z Compiling goblin v0.8.2
16952026-08-22T12:22:32.874Z Compiling derive-ex v0.1.8
16962026-08-22T12:22:33.002Z Compiling futures-executor v0.3.32
16972026-08-22T12:22:33.015Z Compiling hubpack_derive v0.1.1
16982026-08-22T12:22:33.055Z Compiling regex v1.12.3
16992026-08-22T12:22:33.135Z Compiling strum_macros v0.27.2
17002026-08-22T12:22:33.156Z Compiling curve25519-dalek-derive v0.1.1
17012026-08-22T12:22:33.189Z Compiling ref-cast-impl v1.0.25
17022026-08-22T12:22:33.256Z Compiling snafu-derive v0.8.9
17032026-08-22T12:22:33.286Z Compiling hyper v1.10.1
17042026-08-22T12:22:33.309Z Compiling phf_shared v0.13.1
17052026-08-22T12:22:33.391Z Compiling vergen v9.1.0
17062026-08-22T12:22:33.499Z Compiling cargo-platform v0.3.2
17072026-08-22T12:22:33.502Z Compiling ff v0.13.1
17082026-08-22T12:22:33.567Z Compiling fs-err v3.3.0
17092026-08-22T12:22:33.591Z Compiling is_ci v1.2.0
17102026-08-22T12:22:33.668Z Compiling same-file v1.0.6
17112026-08-22T12:22:33.744Z Compiling bitflags v1.3.2
17122026-08-22T12:22:33.778Z Compiling managed v0.8.0
17132026-08-22T12:22:33.778Z Compiling unicode-segmentation v1.12.0
17142026-08-22T12:22:33.805Z Compiling bumpalo v3.20.2
17152026-08-22T12:22:33.830Z Compiling foldhash v0.2.0
17162026-08-22T12:22:33.854Z Compiling foldhash v0.1.5
17172026-08-22T12:22:33.868Z Compiling libbz2-rs-sys v0.2.2
17182026-08-22T12:22:34.017Z Compiling base16ct v0.2.0
17192026-08-22T12:22:34.039Z Compiling path-slash v0.1.5
17202026-08-22T12:22:34.073Z Compiling jiff-core v0.1.0
17212026-08-22T12:22:34.082Z Compiling either v1.15.0
17222026-08-22T12:22:34.183Z Compiling sec1 v0.7.3
17232026-08-22T12:22:34.200Z Compiling textwrap v0.16.2
17242026-08-22T12:22:34.213Z Compiling zopfli v0.8.3
17252026-08-22T12:22:34.319Z Compiling bzip2 v0.6.1
17262026-08-22T12:22:34.334Z Compiling hashbrown v0.16.1
17272026-08-22T12:22:34.481Z Compiling hyper-util v0.1.20
17282026-08-22T12:22:34.546Z Compiling hashbrown v0.15.5
17292026-08-22T12:22:34.592Z Compiling test-strategy v0.4.5
17302026-08-22T12:22:34.896Z Compiling jiff v0.2.34
17312026-08-22T12:22:34.928Z Compiling walkdir v2.5.0
17322026-08-22T12:22:35.071Z Compiling dof v0.3.0
17332026-08-22T12:22:35.133Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17342026-08-22T12:22:35.144Z Compiling strum v0.27.2
17352026-08-22T12:22:35.212Z Compiling snafu v0.8.9
17362026-08-22T12:22:35.272Z Compiling supports-color v3.0.2
17372026-08-22T12:22:35.287Z Compiling cargo_metadata v0.23.1
17382026-08-22T12:22:35.299Z Compiling group v0.13.0
17392026-08-22T12:22:35.403Z Compiling phf v0.13.1
17402026-08-22T12:22:35.461Z Compiling hubpack v0.1.2
17412026-08-22T12:22:35.489Z Compiling signal-hook-mio v0.2.5
17422026-08-22T12:22:35.582Z Compiling futures v0.3.32
17432026-08-22T12:22:35.596Z Compiling cookie_store v0.22.1
17442026-08-22T12:22:35.627Z Compiling zstd v0.13.3
17452026-08-22T12:22:35.672Z Compiling cipher v0.5.2
17462026-08-22T12:22:35.691Z Compiling serde_with_macros v3.21.0
17472026-08-22T12:22:35.807Z Compiling postgres-types v0.2.12
17482026-08-22T12:22:35.905Z Compiling hyper-tls v0.6.0
17492026-08-22T12:22:36.017Z Compiling backtrace-ext v0.2.1
17502026-08-22T12:22:36.092Z Compiling reqwest v0.12.28
17512026-08-22T12:22:36.252Z Compiling globset v0.4.18
17522026-08-22T12:22:36.267Z Compiling usdt-attr-macro v0.6.0
17532026-08-22T12:22:36.270Z Compiling usdt-macro v0.6.0
17542026-08-22T12:22:36.343Z Compiling byte-wrapper v0.1.0
17552026-08-22T12:22:36.379Z Compiling ed25519 v2.2.3
17562026-08-22T12:22:36.556Z Compiling hkdf v0.12.4
17572026-08-22T12:22:36.656Z Compiling crypto-bigint v0.5.5
17582026-08-22T12:22:36.693Z Compiling serde-big-array v0.5.1
17592026-08-22T12:22:36.747Z Compiling serde_plain v1.0.2
17602026-08-22T12:22:36.853Z Compiling olpc-cjson v0.1.4
17612026-08-22T12:22:36.856Z Compiling dtrace-parser v0.2.0
17622026-08-22T12:22:36.954Z Compiling enum-as-inner v0.6.1
17632026-08-22T12:22:36.969Z Compiling serde_repr v0.1.20
17642026-08-22T12:22:36.972Z Compiling miette-derive v7.6.0
17652026-08-22T12:22:37.031Z Compiling strum_macros v0.26.4
17662026-08-22T12:22:37.085Z Compiling async-recursion v1.1.1
17672026-08-22T12:22:37.120Z Compiling phf_shared v0.11.3
17682026-08-22T12:22:37.135Z Compiling float-cmp v0.10.0
17692026-08-22T12:22:37.289Z Compiling pem v3.0.6
17702026-08-22T12:22:37.303Z Compiling memmap2 v0.9.10
17712026-08-22T12:22:37.318Z Compiling thread-id v4.2.2
17722026-08-22T12:22:37.414Z Compiling supports-unicode v3.0.0
17732026-08-22T12:22:37.492Z Compiling cpufeatures v0.3.0
17742026-08-22T12:22:37.539Z Compiling fixedbitset v0.5.7
17752026-08-22T12:22:37.553Z Compiling static_assertions v1.1.0
17762026-08-22T12:22:37.579Z Compiling whoami v2.1.0
17772026-08-22T12:22:37.638Z Compiling winnow v1.0.3
17782026-08-22T12:22:37.638Z Compiling typed-path v0.9.3
17792026-08-22T12:22:37.665Z Compiling precomputed-hash v0.1.1
17802026-08-22T12:22:37.677Z Compiling predicates-core v1.0.10
17812026-08-22T12:22:37.681Z Compiling keccak v0.1.6
17822026-08-22T12:22:37.768Z Compiling new_debug_unreachable v1.0.6
17832026-08-22T12:22:37.810Z Compiling data-encoding v2.10.0
17842026-08-22T12:22:37.849Z Compiling difflib v0.4.0
17852026-08-22T12:22:37.872Z Compiling const-oid v0.10.2
17862026-08-22T12:22:37.914Z Compiling supports-hyperlinks v3.2.0
17872026-08-22T12:22:38.020Z Compiling fixedbitset v0.4.2
17882026-08-22T12:22:38.086Z Compiling normalize-line-endings v0.3.0
17892026-08-22T12:22:38.101Z Compiling toml_edit v0.22.27
17902026-08-22T12:22:38.199Z Compiling petgraph v0.6.5
17912026-08-22T12:22:38.213Z Compiling miette v7.6.0
17922026-08-22T12:22:38.253Z Compiling predicates v3.1.4
17932026-08-22T12:22:38.369Z Compiling hickory-proto v0.25.2
17942026-08-22T12:22:38.419Z Compiling digest v0.11.3
17952026-08-22T12:22:38.461Z Compiling sha3 v0.10.8
17962026-08-22T12:22:38.488Z Compiling tokio-postgres v0.7.16
17972026-08-22T12:22:38.525Z Compiling string_cache v0.8.9
17982026-08-22T12:22:38.669Z Compiling toml_parser v1.1.2+spec-1.1.0
17992026-08-22T12:22:38.767Z Compiling petgraph v0.8.3
18002026-08-22T12:22:38.783Z Compiling elliptic-curve v0.13.8
18012026-08-22T12:22:38.851Z Compiling strum v0.26.3
18022026-08-22T12:22:38.881Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-22T12:22:38.907Z Compiling chacha20 v0.10.0
18042026-08-22T12:22:38.921Z Compiling usdt v0.6.0
18052026-08-22T12:22:38.936Z Compiling usdt-impl v0.5.0
18062026-08-22T12:22:39.002Z Compiling zip v4.6.1
18072026-08-22T12:22:39.208Z Compiling serde_with v3.21.0
18082026-08-22T12:22:39.222Z Compiling crossterm v0.28.1
18092026-08-22T12:22:39.307Z Compiling ed25519-dalek v2.2.0
18102026-08-22T12:22:39.327Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18112026-08-22T12:22:39.861Z Compiling iddqd v0.4.2
18122026-08-22T12:22:39.900Z Compiling itertools v0.13.0
18132026-08-22T12:22:39.976Z Compiling itertools v0.15.0
18142026-08-22T12:22:39.991Z Compiling similar v2.7.0
18152026-08-22T12:22:40.164Z Compiling heck v0.4.1
18162026-08-22T12:22:40.435Z Compiling crossbeam-epoch v0.9.18
18172026-08-22T12:22:40.513Z Compiling tokio-stream v0.1.18
18182026-08-22T12:22:40.792Z Compiling buf-list v1.1.2
18192026-08-22T12:22:40.816Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18202026-08-22T12:22:40.831Z Compiling openapiv3 v2.2.0
18212026-08-22T12:22:40.894Z Compiling lalrpop-util v0.19.12
18222026-08-22T12:22:40.909Z Compiling peg-runtime v0.8.5
18232026-08-22T12:22:40.912Z Compiling thread_local v1.1.9
18242026-08-22T12:22:40.982Z Compiling slog-async v2.8.0
18252026-08-22T12:22:41.046Z Compiling crossbeam-channel v0.5.15
18262026-08-22T12:22:41.083Z Compiling is-terminal v0.4.17
18272026-08-22T12:22:41.105Z Compiling filetime v0.2.27
18282026-08-22T12:22:41.136Z Compiling term v1.2.1
18292026-08-22T12:22:41.140Z Compiling xattr v1.6.1
18302026-08-22T12:22:41.168Z Compiling take_mut v0.2.2
18312026-08-22T12:22:41.188Z Compiling camino-tempfile v1.4.1
18322026-08-22T12:22:41.291Z Compiling tar v0.4.46
18332026-08-22T12:22:41.419Z Compiling slog-term v2.9.2
18342026-08-22T12:22:58.536Z Compiling rustls-webpki v0.103.13
18352026-08-22T12:23:01.180Z Compiling tokio-rustls v0.26.4
18362026-08-22T12:23:01.180Z Compiling rustls-platform-verifier v0.6.2
18372026-08-22T12:23:01.180Z Compiling tough v0.22.0
18382026-08-22T12:23:01.379Z Compiling hyper-rustls v0.27.7
18392026-08-22T12:23:01.567Z Compiling reqwest v0.13.2
18402026-08-22T12:23:03.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18412026-08-22T12:23:03.932Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18422026-08-22T12:23:06.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.82s
18432026-08-22T12:23:06.918Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18442026-08-22T12:23:06.973ZAug 22 12:23:05.935 INFO Starting download, target: Cockroach
18452026-08-22T12:23:06.973ZAug 22 12:23:05.935 INFO Starting download, target: DendriteStub
18462026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Starting download, target: Console
18472026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Starting download, target: Clickhouse
18482026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Starting download, target: MaghemiteMgd
18492026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Starting download, target: MaghemiteDdmd
18502026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Starting download, target: TransceiverControl
18512026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18522026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18532026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18542026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18552026-08-22T12:23:06.974ZAug 22 12:23:05.935 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18562026-08-22T12:23:06.974ZAug 22 12:23:05.936 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18572026-08-22T12:23:06.974ZAug 22 12:23:05.936 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18582026-08-22T12:23:07.564ZAug 22 12:23:06.522 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18592026-08-22T12:23:07.765ZAug 22 12:23:06.737 INFO Download complete, target: TransceiverControl
18602026-08-22T12:23:08.761ZAug 22 12:23:07.733 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18612026-08-22T12:23:08.796ZAug 22 12:23:07.768 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18622026-08-22T12:23:09.044ZAug 22 12:23:08.016 INFO Download complete, target: Console
18632026-08-22T12:23:12.350ZAug 22 12:23:11.320 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18642026-08-22T12:23:12.498ZAug 22 12:23:11.467 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18652026-08-22T12:23:12.588ZAug 22 12:23:11.559 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18662026-08-22T12:23:13.026ZAug 22 12:23:11.998 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18672026-08-22T12:23:13.026ZAug 22 12:23:11.998 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18682026-08-22T12:23:14.375ZAug 22 12:23:13.347 INFO Download complete, target: MaghemiteDdmd
18692026-08-22T12:23:15.250ZAug 22 12:23:14.222 INFO Download complete, target: DendriteStub
18702026-08-22T12:23:15.330ZAug 22 12:23:14.302 INFO Download complete, target: MaghemiteMgd
18712026-08-22T12:23:15.839ZAug 22 12:23:14.812 INFO Checking that binary works, target: Clickhouse
18722026-08-22T12:23:15.932ZAug 22 12:23:14.904 INFO Download complete, target: Clickhouse
18732026-08-22T12:23:17.753ZAug 22 12:23:16.724 INFO Checking that binary works, target: Cockroach
18742026-08-22T12:23:17.871ZAug 22 12:23:16.843 INFO Download complete, target: Cockroach
18752026-08-22T12:23:17.876ZAll prerequisites installed successfully
18762026-08-22T12:23:17.880Z
18772026-08-22T12:23:17.880Zreal 1:32.467939825
18782026-08-22T12:23:17.880Zuser 7:11.393194261
18792026-08-22T12:23:17.880Zsys 1:40.502702035
18802026-08-22T12:23:17.880Ztrap 0.249224948
18812026-08-22T12:23:17.880Ztflt 0.911106361
18822026-08-22T12:23:17.880Zdflt 1.653316269
18832026-08-22T12:23:17.880Zkflt 0.023820764
18842026-08-22T12:23:17.880Zlock 27:00.905595079
18852026-08-22T12:23:17.880Zslp 19:29.614964749
18862026-08-22T12:23:17.880Zlat 23.576430202
18872026-08-22T12:23:17.880Zstop 2:49.418035343
18882026-08-22T12:23:17.880Z+ source ./tools/include/force-git-over-https.sh
18892026-08-22T12:23:17.880Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18902026-08-22T12:23:17.880Z++ (( i = 0 ))
18912026-08-22T12:23:17.880Z++ (( i < 5 ))
18922026-08-22T12:23:17.880Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18932026-08-22T12:23:17.883Z++ (( i++ ))
18942026-08-22T12:23:17.883Z++ (( i < 5 ))
18952026-08-22T12:23:17.883Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18962026-08-22T12:23:17.886Z++ (( i++ ))
18972026-08-22T12:23:17.887Z++ (( i < 5 ))
18982026-08-22T12:23:17.887Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18992026-08-22T12:23:17.887Z++ (( i++ ))
19002026-08-22T12:23:17.887Z++ (( i < 5 ))
19012026-08-22T12:23:17.887Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19022026-08-22T12:23:17.890Z++ (( i++ ))
19032026-08-22T12:23:17.890Z++ (( i < 5 ))
19042026-08-22T12:23:17.890Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19052026-08-22T12:23:17.893Z++ (( i++ ))
19062026-08-22T12:23:17.893Z++ (( i < 5 ))
19072026-08-22T12:23:17.894Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19082026-08-22T12:23:17.894Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19092026-08-22T12:23:17.894Z+ rc=0
19102026-08-22T12:23:17.894Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19112026-08-22T12:23:27.238Z+ case $rc in
19122026-08-22T12:23:27.239Z+ pfexec zfs create -p rpool/images/build/host
19132026-08-22T12:23:27.430Z+ pfexec zfs create -p rpool/images/build/recovery
19142026-08-22T12:23:27.507Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19152026-08-22T12:23:27.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19162026-08-22T12:23:27.974Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19172026-08-22T12:23:28.811Z Compiling proc-macro2 v1.0.106
19182026-08-22T12:23:28.811Z Compiling quote v1.0.45
19192026-08-22T12:23:28.811Z Compiling unicode-ident v1.0.24
19202026-08-22T12:23:28.814Z Compiling serde_core v1.0.228
19212026-08-22T12:23:28.814Z Compiling libc v0.2.185
19222026-08-22T12:23:28.814Z Compiling serde v1.0.228
19232026-08-22T12:23:28.815Z Compiling cfg-if v1.0.4
19242026-08-22T12:23:28.815Z Compiling find-msvc-tools v0.1.9
19252026-08-22T12:23:28.815Z Compiling shlex v1.3.0
19262026-08-22T12:23:28.815Z Compiling autocfg v1.5.0
19272026-08-22T12:23:28.815Z Compiling version_check v0.9.5
19282026-08-22T12:23:28.815Z Compiling zerocopy v0.8.55
19292026-08-22T12:23:28.944Z Compiling portable-atomic v1.13.1
19302026-08-22T12:23:28.947Z Compiling memchr v2.8.0
19312026-08-22T12:23:28.947Z Compiling zmij v1.0.21
19322026-08-22T12:23:29.106Z Compiling serde_json v1.0.151
19332026-08-22T12:23:29.110Z Compiling libm v0.2.16
19342026-08-22T12:23:29.204Z Compiling getrandom v0.3.4
19352026-08-22T12:23:29.322Z Compiling parking_lot_core v0.9.12
19362026-08-22T12:23:29.378Z Compiling pkg-config v0.3.32
19372026-08-22T12:23:29.409Z Compiling icu_properties_data v2.1.2
19382026-08-22T12:23:29.457Z Compiling num-traits v0.2.19
19392026-08-22T12:23:29.475Z Compiling icu_normalizer_data v2.1.1
19402026-08-22T12:23:29.478Z Compiling generic-array v0.14.7
19412026-08-22T12:23:29.478Z Compiling smallvec v1.15.1
19422026-08-22T12:23:29.491Z Compiling rustix v1.1.4
19432026-08-22T12:23:29.531Z Compiling log v0.4.33
19442026-08-22T12:23:29.587Z Compiling getrandom v0.4.3
19452026-08-22T12:23:29.622Z Compiling itoa v1.0.17
19462026-08-22T12:23:29.687Z Compiling subtle v2.6.1
19472026-08-22T12:23:29.777Z Compiling stable_deref_trait v1.2.1
19482026-08-22T12:23:29.867Z Compiling scopeguard v1.2.0
19492026-08-22T12:23:29.871Z Compiling typenum v1.20.1
19502026-08-22T12:23:29.875Z Compiling jobserver v0.1.34
19512026-08-22T12:23:29.875Z Compiling errno v0.3.14
19522026-08-22T12:23:29.919Z Compiling lock_api v0.4.14
19532026-08-22T12:23:29.949Z Compiling heck v0.5.0
19542026-08-22T12:23:29.964Z Compiling critical-section v1.2.0
19552026-08-22T12:23:30.052Z Compiling thiserror v2.0.18
19562026-08-22T12:23:30.087Z Compiling cc v1.2.56
19572026-08-22T12:23:30.194Z Compiling syn v2.0.117
19582026-08-22T12:23:30.254Z Compiling getrandom v0.2.17
19592026-08-22T12:23:30.306Z Compiling dunce v1.0.5
19602026-08-22T12:23:30.341Z Compiling fs_extra v1.3.0
19612026-08-22T12:23:30.398Z Compiling percent-encoding v2.3.2
19622026-08-22T12:23:30.412Z Compiling rand_core v0.6.4
19632026-08-22T12:23:30.428Z Compiling writeable v0.6.2
19642026-08-22T12:23:30.463Z Compiling litemap v0.8.1
19652026-08-22T12:23:30.492Z Compiling once_cell v1.21.3
19662026-08-22T12:23:30.626Z Compiling const-oid v0.9.6
19672026-08-22T12:23:30.763Z Compiling schemars v0.8.22
19682026-08-22T12:23:30.776Z Compiling pin-project-lite v0.2.17
19692026-08-22T12:23:30.844Z Compiling cmake v0.1.57
19702026-08-22T12:23:30.885Z Compiling equivalent v1.0.2
19712026-08-22T12:23:30.899Z Compiling signal-hook-registry v1.4.8
19722026-08-22T12:23:30.988Z Compiling futures-core v0.3.32
19732026-08-22T12:23:31.014Z Compiling rand_core v0.10.0
19742026-08-22T12:23:31.096Z Compiling bitflags v2.11.0
19752026-08-22T12:23:31.171Z Compiling semver v1.0.28
19762026-08-22T12:23:31.260Z Compiling rustversion v1.0.22
19772026-08-22T12:23:31.303Z Compiling aws-lc-rs v1.16.3
19782026-08-22T12:23:31.347Z Compiling parking_lot v0.12.5
19792026-08-22T12:23:31.406Z Compiling aws-lc-sys v0.40.0
19802026-08-22T12:23:31.481Z Compiling mio v1.2.0
19812026-08-22T12:23:31.609Z Compiling utf8_iter v1.0.4
19822026-08-22T12:23:31.636Z Compiling crc32fast v1.5.0
19832026-08-22T12:23:31.712Z Compiling form_urlencoded v1.2.2
19842026-08-22T12:23:31.764Z Compiling byteorder v1.5.0
19852026-08-22T12:23:31.789Z Compiling hashbrown v0.17.0
19862026-08-22T12:23:31.904Z Compiling vcpkg v0.2.15
19872026-08-22T12:23:31.995Z Compiling fnv v1.0.7
19882026-08-22T12:23:32.012Z Compiling syn v1.0.109
19892026-08-22T12:23:32.087Z Compiling strsim v0.11.1
19902026-08-22T12:23:32.146Z Compiling socket2 v0.6.3
19912026-08-22T12:23:32.371Z Compiling radium v0.7.0
19922026-08-22T12:23:32.390Z Compiling futures-sink v0.3.32
19932026-08-22T12:23:32.413Z Compiling indexmap v2.14.0
19942026-08-22T12:23:32.468Z Compiling openssl-sys v0.9.117
19952026-08-22T12:23:32.484Z Compiling httparse v1.10.1
19962026-08-22T12:23:32.499Z Compiling futures-channel v0.3.32
19972026-08-22T12:23:32.599Z Compiling futures-io v0.3.32
19982026-08-22T12:23:32.650Z Compiling slab v0.4.12
19992026-08-22T12:23:32.670Z Compiling iana-time-zone v0.1.65
20002026-08-22T12:23:32.670Z Compiling thiserror v1.0.69
20012026-08-22T12:23:32.742Z Compiling futures-task v0.3.32
20022026-08-22T12:23:32.859Z Compiling base64 v0.22.1
20032026-08-22T12:23:32.915Z Compiling maybe-uninit v2.0.0
20042026-08-22T12:23:32.956Z Compiling rustls v0.23.41
20052026-08-22T12:23:32.996Z Compiling rustc_version v0.4.1
20062026-08-22T12:23:33.010Z Compiling synstructure v0.13.2
20072026-08-22T12:23:33.018Z Compiling serde_derive_internals v0.29.1
20082026-08-22T12:23:33.293Z Compiling uuid v1.23.4
20092026-08-22T12:23:33.328Z Compiling bzip2-sys v0.1.13+1.0.8
20102026-08-22T12:23:33.359Z Compiling ahash v0.8.12
20112026-08-22T12:23:33.372Z Compiling ident_case v1.0.1
20122026-08-22T12:23:33.395Z Compiling regex-syntax v0.8.10
20132026-08-22T12:23:33.413Z Compiling packed_struct v0.10.1
20142026-08-22T12:23:33.413Z Compiling base64ct v1.8.3
20152026-08-22T12:23:33.477Z Compiling ucd-trie v0.1.7
20162026-08-22T12:23:33.528Z Compiling num-bigint-dig v0.8.6
20172026-08-22T12:23:33.637Z Compiling rand_core v0.9.5
20182026-08-22T12:23:33.685Z Compiling pest v2.8.6
20192026-08-22T12:23:33.710Z Compiling pem-rfc7468 v0.7.0
20202026-08-22T12:23:33.751Z Compiling dyn-clone v1.0.20
20212026-08-22T12:23:33.772Z Compiling fastrand v2.3.0
20222026-08-22T12:23:33.782Z Compiling flagset v0.4.7
20232026-08-22T12:23:33.801Z Compiling openssl v0.10.80
20242026-08-22T12:23:33.930Z Compiling indexmap v1.9.3
20252026-08-22T12:23:33.950Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20262026-08-22T12:23:34.027Z Compiling tempfile v3.27.0
20272026-08-22T12:23:34.114Z Compiling native-tls v0.2.18
20282026-08-22T12:23:34.141Z Compiling paste v1.0.15
20292026-08-22T12:23:34.157Z Compiling cpufeatures v0.2.17
20302026-08-22T12:23:34.211Z Compiling simd-adler32 v0.3.8
20312026-08-22T12:23:34.227Z Compiling serde_derive v1.0.228
20322026-08-22T12:23:34.245Z Compiling zeroize_derive v1.5.0
20332026-08-22T12:23:34.288Z Compiling zerofrom-derive v0.1.6
20342026-08-22T12:23:34.312Z Compiling zerocopy-derive v0.8.55
20352026-08-22T12:23:34.352Z Compiling yoke-derive v0.8.1
20362026-08-22T12:23:34.369Z Compiling zerovec-derive v0.11.2
20372026-08-22T12:23:34.389Z Compiling displaydoc v0.2.5
20382026-08-22T12:23:34.416Z Compiling tokio-macros v2.7.0
20392026-08-22T12:23:34.430Z Compiling futures-macro v0.3.32
20402026-08-22T12:23:34.800Z Compiling der_derive v0.7.3
20412026-08-22T12:23:34.845Z Compiling thiserror-impl v2.0.18
20422026-08-22T12:23:34.884Z Compiling schemars_derive v0.8.22
20432026-08-22T12:23:34.946Z Compiling tracing-attributes v0.1.31
20442026-08-22T12:23:35.121Z Compiling thiserror-impl v1.0.69
20452026-08-22T12:23:35.137Z Compiling clap_derive v4.6.1
20462026-08-22T12:23:35.231Z Compiling futures-util v0.3.32
20472026-08-22T12:23:35.435Z Compiling pest_meta v2.8.6
20482026-08-22T12:23:35.513Z Compiling zerofrom v0.1.6
20492026-08-22T12:23:35.661Z Compiling yoke v0.8.1
20502026-08-22T12:23:35.878Z Compiling zerovec v0.11.5
20512026-08-22T12:23:36.062Z Compiling zerotrie v0.2.3
20522026-08-22T12:23:36.206Z Compiling packed_struct_codegen v0.10.1
20532026-08-22T12:23:36.221Z Compiling bitfield-macros v0.19.4
20542026-08-22T12:23:36.293Z Compiling zerocopy-derive v0.6.6
20552026-08-22T12:23:36.429Z Compiling tinystr v0.8.2
20562026-08-22T12:23:36.489Z Compiling potential_utf v0.1.4
20572026-08-22T12:23:36.636Z Compiling icu_locale_core v2.1.1
20582026-08-22T12:23:36.662Z Compiling icu_collections v2.1.1
20592026-08-22T12:23:36.719Z Compiling pest_generator v2.8.6
20602026-08-22T12:23:36.753Z Compiling openssl-macros v0.1.1
20612026-08-22T12:23:37.278Z Compiling scroll_derive v0.13.1
20622026-08-22T12:23:37.339Z Compiling pest_derive v2.8.6
20632026-08-22T12:23:37.359Z Compiling icu_provider v2.1.1
20642026-08-22T12:23:37.417Z Compiling zeroize v1.9.0
20652026-08-22T12:23:37.579Z Compiling bytes v1.11.1
20662026-08-22T12:23:37.668Z Compiling icu_properties v2.1.2
20672026-08-22T12:23:37.770Z Compiling icu_normalizer v2.1.1
20682026-08-22T12:23:37.871Z Compiling chrono v0.4.45
20692026-08-22T12:23:37.875Z Compiling der v0.7.10
20702026-08-22T12:23:37.991Z Compiling hex v0.4.3
20712026-08-22T12:23:38.131Z Compiling tokio v1.52.1
20722026-08-22T12:23:38.225Z Compiling crypto-common v0.1.7
20732026-08-22T12:23:38.260Z Compiling block-buffer v0.10.4
20742026-08-22T12:23:38.447Z Compiling digest v0.10.7
20752026-08-22T12:23:38.730Z Compiling idna_adapter v1.2.1
20762026-08-22T12:23:38.899Z Compiling idna v1.1.0
20772026-08-22T12:23:38.957Z Compiling ppv-lite86 v0.2.21
20782026-08-22T12:23:39.010Z Compiling spki v0.7.3
20792026-08-22T12:23:39.085Z Compiling anstyle v1.0.14
20802026-08-22T12:23:39.164Z Compiling camino v1.2.5
20812026-08-22T12:23:39.292Z Compiling url v2.5.8
20822026-08-22T12:23:39.324Z Compiling rand_chacha v0.9.0
20832026-08-22T12:23:39.360Z Compiling adler2 v2.0.1
20842026-08-22T12:23:39.377Z Compiling crossbeam-utils v0.8.21
20852026-08-22T12:23:39.483Z Compiling utf8parse v0.2.2
20862026-08-22T12:23:39.548Z Compiling rand v0.9.2
20872026-08-22T12:23:39.607Z Compiling anstyle-parse v1.0.0
20882026-08-22T12:23:39.748Z Compiling miniz_oxide v0.8.9
20892026-08-22T12:23:39.861Z Compiling pkcs8 v0.10.2
20902026-08-22T12:23:39.918Z Compiling sha2 v0.10.9
20912026-08-22T12:23:40.017Z Compiling http v1.4.2
20922026-08-22T12:23:40.286Z Compiling rustls-pki-types v1.14.0
20932026-08-22T12:23:40.597Z Compiling daft-derive v0.1.7
20942026-08-22T12:23:40.664Z Compiling terminal_size v0.4.3
20952026-08-22T12:23:40.848Z Compiling spin v0.9.8
20962026-08-22T12:23:40.919Z Compiling time-core v0.1.8
20972026-08-22T12:23:40.935Z Compiling num-conv v0.2.0
20982026-08-22T12:23:40.950Z Compiling is_terminal_polyfill v1.70.2
20992026-08-22T12:23:41.060Z Compiling anstyle-query v1.1.5
21002026-08-22T12:23:41.076Z Compiling tinyvec_macros v0.1.1
21012026-08-22T12:23:41.089Z Compiling colorchoice v1.0.4
21022026-08-22T12:23:41.093Z Compiling time-macros v0.2.27
21032026-08-22T12:23:41.158Z Compiling tinyvec v1.10.0
21042026-08-22T12:23:41.184Z Compiling anstream v1.0.0
21052026-08-22T12:23:41.221Z Compiling structmeta-derive v0.3.0
21062026-08-22T12:23:41.270Z Compiling async-trait v0.1.89
21072026-08-22T12:23:41.286Z Compiling tracing-core v0.1.36
21082026-08-22T12:23:41.574Z Compiling plain v0.2.3
21092026-08-22T12:23:41.636Z Compiling object v0.37.3
21102026-08-22T12:23:41.720Z Compiling untrusted v0.7.1
21112026-08-22T12:23:41.759Z Compiling cmov v0.5.4
21122026-08-22T12:23:41.773Z Compiling tracing v0.1.44
21132026-08-22T12:23:41.870Z Compiling http-body v1.0.1
21142026-08-22T12:23:41.968Z Compiling tokio-util v0.7.18
21152026-08-22T12:23:42.012Z Compiling ctutils v0.4.2
21162026-08-22T12:23:42.086Z Compiling toml_datetime v0.6.11
21172026-08-22T12:23:42.089Z Compiling serde_spanned v0.6.9
21182026-08-22T12:23:42.156Z Compiling pin-project-internal v1.1.11
21192026-08-22T12:23:42.209Z Compiling structmeta v0.3.0
21202026-08-22T12:23:42.324Z Compiling slog v2.8.2
21212026-08-22T12:23:42.368Z Compiling wait-timeout v0.2.1
21222026-08-22T12:23:42.384Z Compiling cookie v0.18.1
21232026-08-22T12:23:42.424Z Compiling quick-error v1.2.3
21242026-08-22T12:23:42.524Z Compiling untrusted v0.9.0
21252026-08-22T12:23:42.541Z Compiling openssl-probe v0.2.1
21262026-08-22T12:23:42.557Z Compiling clap_lex v1.0.0
21272026-08-22T12:23:42.620Z Compiling tap v1.0.1
21282026-08-22T12:23:42.749Z Compiling bit-vec v0.8.0
21292026-08-22T12:23:42.812Z Compiling zstd-safe v7.2.4
21302026-08-22T12:23:42.866Z Compiling wyz v0.5.1
21312026-08-22T12:23:42.955Z Compiling clap_builder v4.6.0
21322026-08-22T12:23:42.971Z Compiling bit-set v0.8.0
21332026-08-22T12:23:43.033Z Compiling rusty-fork v0.3.1
21342026-08-22T12:23:43.065Z Compiling derive-ex v0.1.8
21352026-08-22T12:23:43.238Z Compiling hybrid-array v0.4.13
21362026-08-22T12:23:43.320Z Compiling unicode-normalization v0.1.25
21372026-08-22T12:23:43.417Z Compiling rand_chacha v0.3.1
21382026-08-22T12:23:43.437Z Compiling signature v2.2.0
21392026-08-22T12:23:43.475Z Compiling scroll_derive v0.12.1
21402026-08-22T12:23:43.628Z Compiling rand_xorshift v0.4.0
21412026-08-22T12:23:43.675Z Compiling heapless v0.7.17
21422026-08-22T12:23:43.831Z Compiling num-integer v0.1.46
21432026-08-22T12:23:43.857Z Compiling aho-corasick v1.1.4
21442026-08-22T12:23:43.936Z Compiling try-lock v0.2.5
21452026-08-22T12:23:44.050Z Compiling zlib-rs v0.6.2
21462026-08-22T12:23:44.065Z Compiling anyhow v1.0.104
21472026-08-22T12:23:44.068Z Compiling tower-layer v0.3.3
21482026-08-22T12:23:44.080Z Compiling tower-service v0.3.3
21492026-08-22T12:23:44.154Z Compiling unarray v0.1.4
21502026-08-22T12:23:44.255Z Compiling rustix v0.38.44
21512026-08-22T12:23:44.270Z Compiling pretty-hex v0.4.1
21522026-08-22T12:23:44.287Z Compiling atomic-waker v1.1.2
21532026-08-22T12:23:44.378Z Compiling signal-hook v0.3.18
21542026-08-22T12:23:44.412Z Compiling funty v2.0.0
21552026-08-22T12:23:44.565Z Compiling usdt-impl v0.6.0
21562026-08-22T12:23:44.568Z Compiling test-strategy v0.4.5
21572026-08-22T12:23:44.595Z Compiling h2 v0.4.15
21582026-08-22T12:23:44.599Z Compiling want v0.3.1
21592026-08-22T12:23:44.599Z Compiling proptest v1.11.0
21602026-08-22T12:23:44.793Z Compiling bitvec v1.0.1
21612026-08-22T12:23:44.842Z Compiling regex-automata v0.4.14
21622026-08-22T12:23:44.919Z Compiling clap v4.6.1
21632026-08-22T12:23:45.017Z Compiling num-iter v0.1.45
21642026-08-22T12:23:45.550Z Compiling rand v0.8.6
21652026-08-22T12:23:45.855Z Compiling lazy_static v1.5.0
21662026-08-22T12:23:45.869Z Compiling ipnetwork v0.21.1
21672026-08-22T12:23:45.961Z Compiling scroll v0.13.0
21682026-08-22T12:23:46.259Z Compiling flate2 v1.1.9
21692026-08-22T12:23:46.294Z Compiling ipnet v2.12.0
21702026-08-22T12:23:46.713Z Compiling strum_macros v0.26.4
21712026-08-22T12:23:46.841Z Compiling snafu-derive v0.8.9
21722026-08-22T12:23:47.390Z Compiling darling_core v0.20.11
21732026-08-22T12:23:47.544Z Compiling darling_core v0.23.0
21742026-08-22T12:23:48.300Z Compiling crc-catalog v2.4.0
21752026-08-22T12:23:48.319Z Compiling nodrop v0.1.14
21762026-08-22T12:23:48.420Z Compiling httpdate v1.0.3
21772026-08-22T12:23:48.442Z Compiling foreign-types-shared v0.1.1
21782026-08-22T12:23:48.576Z Compiling winnow v0.5.40
21792026-08-22T12:23:48.617Z Compiling hyper v1.10.1
21802026-08-22T12:23:48.854Z Compiling foreign-types v0.3.2
21812026-08-22T12:23:48.893Z Compiling array-init v0.0.4
21822026-08-22T12:23:48.936Z Compiling crc v3.4.0
21832026-08-22T12:23:49.264Z Compiling newtype-uuid v1.3.2
21842026-08-22T12:23:49.417Z Compiling darling_macro v0.20.11
21852026-08-22T12:23:49.724Z Compiling darling_macro v0.23.0
21862026-08-22T12:23:49.935Z Compiling goblin v0.10.5
21872026-08-22T12:23:49.948Z Compiling oxnet v0.1.6
21882026-08-22T12:23:50.151Z Compiling toml_edit v0.19.15
21892026-08-22T12:23:50.186Z Compiling smallvec v0.6.14
21902026-08-22T12:23:50.435Z Compiling pkcs1 v0.7.5
21912026-08-22T12:23:50.841Z Compiling zerocopy v0.6.6
21922026-08-22T12:23:50.918Z Compiling bitfield v0.19.4
21932026-08-22T12:23:51.049Z Compiling zerocopy-derive v0.7.35
21942026-08-22T12:23:51.127Z Compiling curve25519-dalek v4.1.3
21952026-08-22T12:23:51.419Z Compiling env_filter v2.0.0
21962026-08-22T12:23:51.522Z Compiling memoffset v0.9.1
21972026-08-22T12:23:51.648Z Compiling owo-colors v4.3.0
21982026-08-22T12:23:51.741Z Compiling litrs v1.0.0
21992026-08-22T12:23:51.812Z Compiling base64 v0.21.7
22002026-08-22T12:23:52.049Z Compiling hashbrown v0.12.3
22012026-08-22T12:23:52.098Z Compiling ref-cast v1.0.25
22022026-08-22T12:23:52.134Z Compiling smoltcp v0.9.1
22032026-08-22T12:23:52.319Z Compiling document-features v0.2.12
22042026-08-22T12:23:52.480Z Compiling ron v0.8.1
22052026-08-22T12:23:52.658Z Compiling dof v0.4.0
22062026-08-22T12:23:52.768Z Compiling toml v0.7.8
22072026-08-22T12:23:52.783Z Compiling env_logger v0.11.11
22082026-08-22T12:23:52.965Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22092026-08-22T12:23:52.984Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22102026-08-22T12:23:53.248Z Compiling rsa v0.9.10
22112026-08-22T12:23:53.646Z Compiling serde-hex v0.1.0
22122026-08-22T12:23:53.665Z Compiling daft v0.1.7
22132026-08-22T12:23:53.717Z Compiling darling v0.23.0
22142026-08-22T12:23:53.731Z Compiling hyper-util v0.1.20
22152026-08-22T12:23:53.811Z Compiling darling v0.20.11
22162026-08-22T12:23:53.906Z Compiling bzip2 v0.4.4
22172026-08-22T12:23:53.935Z Compiling hashbrown v0.13.2
22182026-08-22T12:23:54.340Z Compiling x509-cert v0.2.5
22192026-08-22T12:23:54.481Z Compiling hmac v0.12.1
22202026-08-22T12:23:54.522Z Compiling dtrace-parser v0.3.0
22212026-08-22T12:23:54.806Z Compiling async-recursion v1.1.1
22222026-08-22T12:23:55.039Z Compiling sync_wrapper v1.0.2
22232026-08-22T12:23:55.161Z Compiling thread-id v5.1.0
22242026-08-22T12:23:55.228Z Compiling crc-any v2.5.0
22252026-08-22T12:23:55.255Z Compiling powerfmt v0.2.0
22262026-08-22T12:23:55.569Z Compiling cfg_aliases v0.2.1
22272026-08-22T12:23:55.583Z Compiling siphasher v1.0.2
22282026-08-22T12:23:55.652Z Compiling nix v0.31.2
22292026-08-22T12:23:55.732Z Compiling deranged v0.5.8
22302026-08-22T12:23:56.085Z Compiling tower v0.5.3
22312026-08-22T12:23:56.659Z Compiling object v0.30.4
22322026-08-22T12:23:56.853Z Compiling zip v0.6.6
22332026-08-22T12:23:56.985Z Compiling derive_builder_core v0.20.2
22342026-08-22T12:23:57.393Z Compiling serde_with_macros v3.21.0
22352026-08-22T12:23:57.771Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22362026-08-22T12:23:57.800Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22372026-08-22T12:23:58.039Z Compiling bstr v1.12.1
22382026-08-22T12:23:58.068Z Compiling crypto-common v0.2.2
22392026-08-22T12:23:58.101Z Compiling block-buffer v0.12.1
22402026-08-22T12:23:58.492Z Compiling http-body-util v0.1.3
22412026-08-22T12:23:58.739Z Compiling futures-executor v0.3.32
22422026-08-22T12:23:58.754Z Compiling erased-serde v0.3.31
22432026-08-22T12:23:58.808Z Compiling serde_tokenstream v0.2.3
22442026-08-22T12:23:59.048Z Compiling hubpack_derive v0.1.1
22452026-08-22T12:23:59.111Z Compiling strum_macros v0.27.2
22462026-08-22T12:23:59.185Z Compiling curve25519-dalek-derive v0.1.1
22472026-08-22T12:23:59.222Z Compiling ref-cast-impl v1.0.25
22482026-08-22T12:23:59.362Z Compiling usdt-impl v0.5.0
22492026-08-22T12:23:59.386Z Compiling fs-err v3.3.0
22502026-08-22T12:23:59.537Z Compiling unicode-properties v0.1.4
22512026-08-22T12:23:59.617Z Compiling iri-string v0.7.10
22522026-08-22T12:23:59.763Z Compiling num_threads v0.1.7
22532026-08-22T12:23:59.777Z Compiling same-file v1.0.6
22542026-08-22T12:23:59.797Z Compiling allocator-api2 v0.2.21
22552026-08-22T12:23:59.872Z Compiling path-slash v0.1.5
22562026-08-22T12:23:59.961Z Compiling unicode-bidi v0.3.18
22572026-08-22T12:24:00.126Z Compiling ryu v1.0.23
22582026-08-22T12:24:00.309Z Compiling gimli v0.32.3
22592026-08-22T12:24:00.446Z Compiling stringprep v0.1.5
22602026-08-22T12:24:00.529Z Compiling time v0.3.47
22612026-08-22T12:24:00.813Z Compiling tower-http v0.6.8
22622026-08-22T12:24:00.843Z Compiling serde_urlencoded v0.7.1
22632026-08-22T12:24:01.388Z Compiling walkdir v2.5.0
22642026-08-22T12:24:01.984Z Compiling addr2line v0.25.1
22652026-08-22T12:24:02.609Z Compiling futures v0.3.32
22662026-08-22T12:24:03.017Z Compiling derive_builder_macro v0.20.2
22672026-08-22T12:24:03.147Z Compiling tokio-native-tls v0.3.1
22682026-08-22T12:24:03.343Z Compiling strum v0.26.3
22692026-08-22T12:24:03.398Z Compiling block-padding v0.4.2
22702026-08-22T12:24:03.501Z Compiling scroll v0.12.0
22712026-08-22T12:24:03.533Z Compiling pin-project v1.1.11
22722026-08-22T12:24:03.536Z Compiling rustls-native-certs v0.8.3
22732026-08-22T12:24:03.610Z Compiling md-5 v0.10.6
22742026-08-22T12:24:03.647Z Compiling vergen-lib v9.1.0
22752026-08-22T12:24:03.662Z Compiling hash32 v0.2.1
22762026-08-22T12:24:03.763Z Compiling encoding_rs v0.8.35
22772026-08-22T12:24:03.778Z Compiling cpufeatures v0.3.0
22782026-08-22T12:24:03.810Z Compiling psl-types v2.0.11
22792026-08-22T12:24:03.813Z Compiling jiff-core v0.1.0
22802026-08-22T12:24:03.850Z Compiling rustc-demangle v0.1.27
22812026-08-22T12:24:03.868Z Compiling mime v0.3.17
22822026-08-22T12:24:04.171Z Compiling fallible-iterator v0.2.0
22832026-08-22T12:24:04.209Z Compiling publicsuffix v2.3.0
22842026-08-22T12:24:04.270Z Compiling goblin v0.8.2
22852026-08-22T12:24:04.494Z Compiling postgres-protocol v0.6.10
22862026-08-22T12:24:04.510Z Compiling snafu v0.8.9
22872026-08-22T12:24:04.669Z Compiling jiff v0.2.34
22882026-08-22T12:24:04.754Z Compiling derive_builder v0.20.2
22892026-08-22T12:24:04.897Z Compiling inout v0.2.2
22902026-08-22T12:24:05.073Z Compiling hyper-tls v0.6.0
22912026-08-22T12:24:05.162Z Compiling backtrace v0.3.76
22922026-08-22T12:24:05.403Z Compiling usdt-macro v0.6.0
22932026-08-22T12:24:05.570Z Compiling usdt-attr-macro v0.6.0
22942026-08-22T12:24:05.595Z Compiling globset v0.4.18
22952026-08-22T12:24:05.609Z Compiling phf_shared v0.13.1
22962026-08-22T12:24:05.625Z Compiling crossbeam-epoch v0.9.18
22972026-08-22T12:24:05.801Z Compiling zerocopy v0.7.35
22982026-08-22T12:24:06.069Z Compiling regex v1.12.3
22992026-08-22T12:24:06.295Z Compiling serde_plain v1.0.2
23002026-08-22T12:24:06.375Z Compiling serde_repr v0.1.20
23012026-08-22T12:24:06.444Z Compiling enum-as-inner v0.6.1
23022026-08-22T12:24:06.492Z Compiling miette-derive v7.6.0
23032026-08-22T12:24:06.577Z Compiling pem v3.0.6
23042026-08-22T12:24:06.592Z Compiling vergen v9.1.0
23052026-08-22T12:24:06.595Z Compiling cargo-platform v0.3.2
23062026-08-22T12:24:06.795Z Compiling ff v0.13.1
23072026-08-22T12:24:06.827Z Compiling filetime v0.2.27
23082026-08-22T12:24:06.955Z Compiling xattr v1.6.1
23092026-08-22T12:24:07.051Z Compiling smawk v0.3.2
23102026-08-22T12:24:07.168Z Compiling is_ci v1.2.0
23112026-08-22T12:24:07.189Z Compiling bumpalo v3.20.2
23122026-08-22T12:24:07.262Z Compiling base16ct v0.2.0
23132026-08-22T12:24:07.299Z Compiling unicode-width v0.2.0
23142026-08-22T12:24:07.314Z Compiling typed-path v0.9.3
23152026-08-22T12:24:07.373Z Compiling libbz2-rs-sys v0.2.2
23162026-08-22T12:24:07.436Z Compiling const-oid v0.10.2
23172026-08-22T12:24:07.436Z Compiling managed v0.8.0
23182026-08-22T12:24:07.549Z Compiling bitflags v1.3.2
23192026-08-22T12:24:07.601Z Compiling unicode-linebreak v0.1.5
23202026-08-22T12:24:07.707Z Compiling unicode-segmentation v1.12.0
23212026-08-22T12:24:07.752Z Compiling either v1.15.0
23222026-08-22T12:24:07.767Z Compiling foldhash v0.1.5
23232026-08-22T12:24:07.791Z Compiling foldhash v0.2.0
23242026-08-22T12:24:07.858Z Compiling textwrap v0.16.2
23252026-08-22T12:24:07.950Z Compiling hashbrown v0.16.1
23262026-08-22T12:24:07.974Z Compiling hashbrown v0.15.5
23272026-08-22T12:24:08.015Z Compiling bzip2 v0.6.1
23282026-08-22T12:24:08.152Z Compiling digest v0.11.3
23292026-08-22T12:24:08.173Z Compiling sec1 v0.7.3
23302026-08-22T12:24:08.228Z Compiling zopfli v0.8.3
23312026-08-22T12:24:08.288Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23322026-08-22T12:24:08.333Z Compiling supports-color v3.0.2
23332026-08-22T12:24:08.457Z Compiling tar v0.4.46
23342026-08-22T12:24:08.509Z Compiling group v0.13.0
23352026-08-22T12:24:08.559Z Compiling cargo_metadata v0.23.1
23362026-08-22T12:24:08.699Z Compiling dof v0.3.0
23372026-08-22T12:24:09.869Z Compiling phf v0.13.1
23382026-08-22T12:24:10.129Z Compiling backtrace-ext v0.2.1
23392026-08-22T12:24:10.166Z Compiling zstd v0.13.3
23402026-08-22T12:24:10.275Z Compiling reqwest v0.12.28
23412026-08-22T12:24:10.301Z Compiling signal-hook-mio v0.2.5
23422026-08-22T12:24:10.435Z Compiling cipher v0.5.2
23432026-08-22T12:24:10.449Z Compiling cookie_store v0.22.1
23442026-08-22T12:24:10.691Z Compiling postgres-types v0.2.12
23452026-08-22T12:24:10.737Z Compiling strum v0.27.2
23462026-08-22T12:24:10.979Z Compiling hubpack v0.1.2
23472026-08-22T12:24:11.025Z Compiling phf_shared v0.11.3
23482026-08-22T12:24:11.039Z Compiling hkdf v0.12.4
23492026-08-22T12:24:11.137Z Compiling dtrace-parser v0.2.0
23502026-08-22T12:24:11.154Z Compiling byte-wrapper v0.1.0
23512026-08-22T12:24:11.189Z Compiling ed25519 v2.2.3
23522026-08-22T12:24:11.203Z Compiling olpc-cjson v0.1.4
23532026-08-22T12:24:11.476Z Compiling crypto-bigint v0.5.5
23542026-08-22T12:24:11.572Z Compiling serde-big-array v0.5.1
23552026-08-22T12:24:11.703Z Compiling float-cmp v0.10.0
23562026-08-22T12:24:11.732Z Compiling memmap2 v0.9.10
23572026-08-22T12:24:11.751Z Compiling thread-id v4.2.2
23582026-08-22T12:24:12.030Z Compiling fixedbitset v0.5.7
23592026-08-22T12:24:12.156Z Compiling whoami v2.1.0
23602026-08-22T12:24:12.274Z Compiling data-encoding v2.10.0
23612026-08-22T12:24:12.294Z Compiling toml_write v0.1.2
23622026-08-22T12:24:12.321Z Compiling keccak v0.1.6
23632026-08-22T12:24:12.518Z Compiling unicode-width v0.1.14
23642026-08-22T12:24:12.557Z Compiling normalize-line-endings v0.3.0
23652026-08-22T12:24:12.573Z Compiling fixedbitset v0.4.2
23662026-08-22T12:24:12.600Z Compiling winnow v1.0.3
23672026-08-22T12:24:12.669Z Compiling difflib v0.4.0
23682026-08-22T12:24:12.794Z Compiling precomputed-hash v0.1.1
23692026-08-22T12:24:12.811Z Compiling winnow v0.7.14
23702026-08-22T12:24:12.825Z Compiling rayon-core v1.13.0
23712026-08-22T12:24:13.094Z Compiling supports-hyperlinks v3.2.0
23722026-08-22T12:24:13.110Z Compiling static_assertions v1.1.0
23732026-08-22T12:24:13.125Z Compiling predicates-core v1.0.10
23742026-08-22T12:24:13.238Z Compiling supports-unicode v3.0.0
23752026-08-22T12:24:13.254Z Compiling new_debug_unreachable v1.0.6
23762026-08-22T12:24:13.269Z Compiling predicates v3.1.4
23772026-08-22T12:24:13.305Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23782026-08-22T12:24:13.341Z Compiling string_cache v0.8.9
23792026-08-22T12:24:13.398Z Compiling miette v7.6.0
23802026-08-22T12:24:13.570Z Compiling toml_parser v1.1.2+spec-1.1.0
23812026-08-22T12:24:13.722Z Compiling petgraph v0.6.5
23822026-08-22T12:24:13.844Z Compiling hickory-proto v0.25.2
23832026-08-22T12:24:13.877Z Compiling sha3 v0.10.8
23842026-08-22T12:24:14.135Z Compiling elliptic-curve v0.13.8
23852026-08-22T12:24:14.161Z Compiling toml_edit v0.22.27
23862026-08-22T12:24:14.258Z Compiling tokio-postgres v0.7.16
23872026-08-22T12:24:14.492Z Compiling petgraph v0.8.3
23882026-08-22T12:24:15.193Z Compiling chacha20 v0.10.0
23892026-08-22T12:24:15.598Z Compiling usdt v0.6.0
23902026-08-22T12:24:15.878Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23912026-08-22T12:24:16.441Z Compiling ed25519-dalek v2.2.0
23922026-08-22T12:24:16.993Z Compiling crossterm v0.28.1
23932026-08-22T12:24:17.364Z Compiling zip v4.6.1
23942026-08-22T12:24:17.691Z Compiling iddqd v0.4.2
23952026-08-22T12:24:18.268Z Compiling heck v0.4.1
23962026-08-22T12:24:18.382Z Compiling similar v2.7.0
23972026-08-22T12:24:18.486Z Compiling itertools v0.15.0
23982026-08-22T12:24:18.504Z Compiling itertools v0.13.0
23992026-08-22T12:24:18.947Z Compiling serde_with v3.21.0
24002026-08-22T12:24:19.782Z Compiling tokio-stream v0.1.18
24012026-08-22T12:24:19.844Z Compiling buf-list v1.1.2
24022026-08-22T12:24:19.859Z Compiling half v2.7.1
24032026-08-22T12:24:19.872Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24042026-08-22T12:24:19.985Z Compiling openapiv3 v2.2.0
24052026-08-22T12:24:20.480Z Compiling lalrpop-util v0.19.12
24062026-08-22T12:24:20.686Z Compiling peg-runtime v0.8.5
24072026-08-22T12:24:20.733Z Compiling ciborium-io v0.2.2
24082026-08-22T12:24:20.956Z Compiling ciborium-ll v0.2.2
24092026-08-22T12:24:22.115Z Compiling crossbeam-deque v0.8.6
24102026-08-22T12:24:22.708Z Compiling camino-tempfile v1.4.1
24112026-08-22T12:24:23.556Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24122026-08-22T12:24:23.760Z Compiling blake3 v1.8.5
24132026-08-22T12:24:23.798Z Compiling fs-err v2.11.0
24142026-08-22T12:24:25.984Z Compiling rustls-webpki v0.103.13
24152026-08-22T12:24:26.617Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24162026-08-22T12:24:27.996Z Compiling ciborium v0.2.2
24172026-08-22T12:24:28.263Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24182026-08-22T12:24:28.874Z Compiling thread_local v1.1.9
24192026-08-22T12:24:29.028Z Compiling arrayvec v0.7.6
24202026-08-22T12:24:29.209Z Compiling constant_time_eq v0.4.2
24212026-08-22T12:24:29.286Z Compiling slog-async v2.8.0
24222026-08-22T12:24:29.359Z Compiling arrayref v0.3.9
24232026-08-22T12:24:29.556Z Compiling tokio-rustls v0.26.4
24242026-08-22T12:24:29.638Z Compiling rustls-platform-verifier v0.6.2
24252026-08-22T12:24:29.641Z Compiling tough v0.22.0
24262026-08-22T12:24:29.695Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24272026-08-22T12:24:29.728Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24282026-08-22T12:24:29.839Z Compiling hyper-rustls v0.27.7
24292026-08-22T12:24:29.897Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24302026-08-22T12:24:30.036Z Compiling toml v0.8.23
24312026-08-22T12:24:30.153Z Compiling reqwest v0.13.2
24322026-08-22T12:24:30.249Z Compiling atomicwrites v0.4.4
24332026-08-22T12:24:30.252Z Compiling sha2 v0.11.0
24342026-08-22T12:24:30.380Z Compiling digest-io v0.1.0
24352026-08-22T12:24:30.541Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24362026-08-22T12:24:30.557Z Compiling crossbeam-channel v0.5.15
24372026-08-22T12:24:30.572Z Compiling serde_path_to_error v0.1.20
24382026-08-22T12:24:30.661Z Compiling is-terminal v0.4.17
24392026-08-22T12:24:30.676Z Compiling rawzip v0.4.4
24402026-08-22T12:24:30.780Z Compiling topological-sort v0.2.2
24412026-08-22T12:24:30.964Z Compiling take_mut v0.2.2
24422026-08-22T12:24:31.030Z Compiling debug-ignore v1.0.5
24432026-08-22T12:24:31.081Z Compiling indent_write v2.2.0
24442026-08-22T12:24:31.096Z Compiling parse-size v1.1.0
24452026-08-22T12:24:31.158Z Compiling term v1.2.1
24462026-08-22T12:24:31.258Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24472026-08-22T12:24:31.295Z Compiling shell-words v1.1.1
24482026-08-22T12:24:31.551Z Compiling slog-term v2.9.2
24492026-08-22T12:24:33.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24502026-08-22T12:24:39.071Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24512026-08-22T12:24:41.118Z Compiling omicron-zone-package v0.12.3
24522026-08-22T12:24:41.756Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24532026-08-22T12:24:41.786Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24542026-08-22T12:24:41.855Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24552026-08-22T12:24:46.340Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24562026-08-22T12:24:58.490Z Finished `release` profile [optimized] target(s) in 1m 30s
24572026-08-22T12:24:58.634Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24582026-08-22T12:24:58.690ZAug 22 12:24:57.662 DEBG changing working directory to /work/oxidecomputer/omicron
24592026-08-22T12:24:58.785ZAug 22 12:24:57.757 DEBG running: git rev-parse HEAD
24602026-08-22T12:24:58.789ZAug 22 12:24:57.760 DEBG process exited with exit status: 0 (2.483612ms)
24612026-08-22T12:24:58.789ZAug 22 12:24:57.760 INFO version: 23.0.0-0.ci+git8ef0b30131a
24622026-08-22T12:24:58.796ZAug 22 12:24:57.768 INFO cloning helios to /work/oxidecomputer/helios
24632026-08-22T12:24:58.796ZAug 22 12:24:57.768 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24642026-08-22T12:24:58.799ZCloning into '/work/oxidecomputer/helios'...
24652026-08-22T12:24:59.548ZAug 22 12:24:58.520 DEBG process exited with exit status: 0 (751.851806ms)
24662026-08-22T12:24:59.548ZAug 22 12:24:58.520 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24672026-08-22T12:24:59.551ZAug 22 12:24:58.522 DEBG process exited with exit status: 0 (2.320032ms)
24682026-08-22T12:24:59.551ZAug 22 12:24:58.522 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24692026-08-22T12:24:59.908ZAug 22 12:24:58.880 DEBG process exited with exit status: 0 (357.988489ms)
24702026-08-22T12:24:59.909ZAug 22 12:24:58.880 DEBG running: zfs list rpool/images/build/host
24712026-08-22T12:24:59.912ZNAME USED AVAIL REFER MOUNTPOINT
24722026-08-22T12:24:59.912Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24732026-08-22T12:24:59.915ZAug 22 12:24:58.885 DEBG process exited with exit status: 0 (4.325373ms)
24742026-08-22T12:24:59.915ZAug 22 12:24:58.885 DEBG running: zfs list rpool/images/build/recovery
24752026-08-22T12:24:59.918ZNAME USED AVAIL REFER MOUNTPOINT
24762026-08-22T12:24:59.918Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24772026-08-22T12:24:59.918ZAug 22 12:24:58.888 DEBG process exited with exit status: 0 (3.379033ms)
24782026-08-22T12:24:59.919ZAug 22 12:24:58.888 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24792026-08-22T12:24:59.929ZAug 22 12:24:58.901 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
24802026-08-22T12:24:59.932ZAug 22 12:24:58.902 INFO [hubris-staging] running task
24812026-08-22T12:24:59.932ZAug 22 12:24:58.902 INFO [hubris-production] running task
24822026-08-22T12:24:59.932ZAug 22 12:24:58.902 INFO [incorp-manifest] running task
24832026-08-22T12:24:59.932ZAug 22 12:24:58.902 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24842026-08-22T12:24:59.932ZAug 22 12:24:58.902 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
24852026-08-22T12:24:59.932ZAug 22 12:24:58.904 INFO [incorp-create] running: pkgrepo create /work/incorporation
24862026-08-22T12:24:59.932ZAug 22 12:24:58.904 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24872026-08-22T12:24:59.971Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24882026-08-22T12:25:00.037Z[ omicron-package] Blocking waiting for file lock on package cache
24892026-08-22T12:25:00.160ZAug 22 12:24:59.131 INFO [incorp-create] process exited with exit status: 0 (227.966912ms)
24902026-08-22T12:25:00.164ZAug 22 12:24:59.131 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24912026-08-22T12:25:00.451ZAug 22 12:24:59.423 INFO [incorp-publisher] process exited with exit status: 0 (292.22562ms)
24922026-08-22T12:25:00.761Z[ omicron-package] Blocking waiting for file lock on package cache
24932026-08-22T12:25:01.729ZAug 22 12:25:00.598 INFO [hubris-production] task succeeded (1.696430148s)
24942026-08-22T12:25:01.871ZAug 22 12:25:00.843 DEBG process exited with exit status: 0 (1.941142242s)
24952026-08-22T12:25:01.871ZAug 22 12:25:00.843 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24962026-08-22T12:25:02.002Z[ omicron-package] Compiling macaddr v1.0.1
24972026-08-22T12:25:02.002Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24982026-08-22T12:25:02.002Z[ omicron-package] Compiling secrecy v0.10.3
24992026-08-22T12:25:02.002Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25002026-08-22T12:25:02.002Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25012026-08-22T12:25:02.002Z[ omicron-package] Compiling heapless v0.8.0
25022026-08-22T12:25:02.002Z[ omicron-package] Compiling ingot-macros v0.2.0
25032026-08-22T12:25:02.002Z[ omicron-package] Compiling hash32 v0.3.1
25042026-08-22T12:25:02.159Z[ omicron-package] Compiling inout v0.1.4
25052026-08-22T12:25:02.175Z[ omicron-package] Compiling multer v3.1.0
25062026-08-22T12:25:02.179Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25072026-08-22T12:25:02.179Z[ omicron-package] Compiling smoltcp v0.11.0
25082026-08-22T12:25:02.179Z[ omicron-package] Compiling match_cfg v0.1.0
25092026-08-22T12:25:02.179Z[ omicron-package] Compiling compression-core v0.4.31
25102026-08-22T12:25:02.179Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-08-22T12:25:02.179Z[ omicron-package] Compiling slog-json v2.6.1
25122026-08-22T12:25:02.531Z[ omicron-package] Compiling hostname v0.3.1
25132026-08-22T12:25:02.652Z[ omicron-package] Compiling compression-codecs v0.4.37
25142026-08-22T12:25:02.890Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25152026-08-22T12:25:02.904Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25162026-08-22T12:25:02.908Z[ omicron-package] Compiling cipher v0.4.4
25172026-08-22T12:25:02.913Z[ omicron-package] Compiling cobs v0.3.0
25182026-08-22T12:25:03.113Z[ omicron-package] Compiling universal-hash v0.5.1
25192026-08-22T12:25:03.135Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25202026-08-22T12:25:03.241Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25212026-08-22T12:25:03.244Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25222026-08-22T12:25:03.244Z[ omicron-package] Compiling dropshot v0.17.1
25232026-08-22T12:25:03.407Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25242026-08-22T12:25:03.431Z[ omicron-package] Compiling serde_spanned v1.1.1
25252026-08-22T12:25:03.520Z[ omicron-package] Compiling async-stream-impl v0.3.6
25262026-08-22T12:25:03.524Z[ omicron-package] Compiling opaque-debug v0.3.1
25272026-08-22T12:25:03.524Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25282026-08-22T12:25:03.676Z[ omicron-package] Compiling convert_case v0.4.0
25292026-08-22T12:25:03.676Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25302026-08-22T12:25:03.723Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25312026-08-22T12:25:03.884Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25322026-08-22T12:25:03.887Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25332026-08-22T12:25:03.938Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25342026-08-22T12:25:03.971Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25352026-08-22T12:25:04.101Z[ omicron-package] Compiling poly1305 v0.8.0
25362026-08-22T12:25:04.107Z[ omicron-package] Compiling chacha20 v0.9.1
25372026-08-22T12:25:04.108Z[ omicron-package] Compiling derive_more v0.99.20
25382026-08-22T12:25:04.108Z[ omicron-package] Compiling async-compression v0.4.41
25392026-08-22T12:25:04.128Z[ omicron-package] Compiling postcard v1.1.3
25402026-08-22T12:25:04.239Z[ omicron-package] Compiling async-stream v0.3.6
25412026-08-22T12:25:04.266Z[ omicron-package] Compiling slog-bunyan v2.5.0
25422026-08-22T12:25:04.382Z[ omicron-package] Compiling num_enum_derive v0.7.6
25432026-08-22T12:25:04.548Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25442026-08-22T12:25:04.620Z[ omicron-package] Compiling sha1 v0.11.0
25452026-08-22T12:25:04.624Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25462026-08-22T12:25:04.720ZAug 22 12:25:03.669 DEBG process exited with exit status: 0 (2.825749359s)
25472026-08-22T12:25:04.727ZAug 22 12:25:03.670 INFO [incorp-manifest] task succeeded (4.768719962s)
25482026-08-22T12:25:04.727ZAug 22 12:25:03.671 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25492026-08-22T12:25:04.764Z[ omicron-package] Compiling progenitor-client v0.14.0
25502026-08-22T12:25:04.768Z[ omicron-package] Compiling parse-display-derive v0.10.0
25512026-08-22T12:25:04.768Z[ omicron-package] Compiling waitgroup v0.1.2
25522026-08-22T12:25:04.906ZAug 22 12:25:03.878 INFO [incorp-fmt] process exited with exit status: 0 (207.604916ms)
25532026-08-22T12:25:04.910ZAug 22 12:25:03.878 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25542026-08-22T12:25:05.021Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25552026-08-22T12:25:05.073Z[ omicron-package] Compiling backon v1.6.0
25562026-08-22T12:25:05.086Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25572026-08-22T12:25:05.125Z[ omicron-package] Compiling password-hash v0.5.0
25582026-08-22T12:25:05.190Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260822T122504Z
25592026-08-22T12:25:05.190Z[ incorp-pkgsend] PUBLISHED
25602026-08-22T12:25:05.255ZAug 22 12:25:04.227 INFO [incorp-pkgsend] process exited with exit status: 0 (348.664602ms)
25612026-08-22T12:25:05.258ZAug 22 12:25:04.227 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25622026-08-22T12:25:05.325Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25632026-08-22T12:25:05.325Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25642026-08-22T12:25:05.451Z[ omicron-package] Compiling blake2 v0.10.6
25652026-08-22T12:25:05.526Z[ omicron-package] Compiling aead v0.5.2
25662026-08-22T12:25:05.548Z[ helios-incorp] Retrieving packages for publisher helios ...
25672026-08-22T12:25:05.553Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25682026-08-22T12:25:05.580Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25692026-08-22T12:25:05.606Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25702026-08-22T12:25:05.648Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25712026-08-22T12:25:05.651Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25722026-08-22T12:25:05.651Z[ helios-incorp]
25732026-08-22T12:25:05.651Z[ helios-incorp] Archiving packages ...
25742026-08-22T12:25:05.651Z[ helios-incorp] Packages to add: 1
25752026-08-22T12:25:05.651Z[ helios-incorp] Files to retrieve: 0
25762026-08-22T12:25:05.651Z[ helios-incorp] Estimated transfer size: 0.00 B
25772026-08-22T12:25:05.651Z[ helios-incorp]
25782026-08-22T12:25:05.651Z[ helios-incorp] Packages to archive:
25792026-08-22T12:25:05.651Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260822T122504Z
25802026-08-22T12:25:05.651Z[ helios-incorp]
25812026-08-22T12:25:05.651Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25822026-08-22T12:25:05.651Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25832026-08-22T12:25:05.669ZAug 22 12:25:04.642 INFO [helios-incorp] process exited with exit status: 0 (414.141152ms)
25842026-08-22T12:25:05.693Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25852026-08-22T12:25:05.742Z[ omicron-package] Compiling proc-macro-error v1.0.4
25862026-08-22T12:25:05.778Z[ omicron-package] Compiling instant v0.1.13
25872026-08-22T12:25:05.779Z[ omicron-package] Compiling hostname v0.4.2
25882026-08-22T12:25:05.923Z[ omicron-package] Compiling ingot-types v0.2.0
25892026-08-22T12:25:06.008Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25902026-08-22T12:25:06.040Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25912026-08-22T12:25:06.107Z[ omicron-package] Compiling backoff v0.4.0
25922026-08-22T12:25:06.141Z[ omicron-package] Compiling argon2 v0.5.3
25932026-08-22T12:25:06.141Z[ omicron-package] Compiling num_enum v0.7.6
25942026-08-22T12:25:06.311Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-22T12:25:06.311Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25962026-08-22T12:25:06.375Z[ omicron-package] Compiling num_enum_derive v0.5.11
25972026-08-22T12:25:06.403Z[ omicron-package] Compiling ingot v0.2.1
25982026-08-22T12:25:06.431Z[ omicron-package] Compiling progenitor-extras v0.2.0
25992026-08-22T12:25:06.473Z[ omicron-package] Compiling vsss-rs v3.3.4
26002026-08-22T12:25:06.496Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26012026-08-22T12:25:06.703Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26022026-08-22T12:25:06.747Z[ omicron-package] Compiling regress v0.10.5
26032026-08-22T12:25:06.747Z[ omicron-package] Compiling foreign-types v0.5.0
26042026-08-22T12:25:06.802Z[ omicron-package] Compiling parse-display v0.10.0
26052026-08-22T12:25:06.847Z[ omicron-package] Compiling itertools v0.14.0
26062026-08-22T12:25:06.949Z[ omicron-package] Compiling tabwriter v1.4.1
26072026-08-22T12:25:07.038Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26082026-08-22T12:25:07.130Z[ omicron-package] Compiling cstr-argument v0.1.2
26092026-08-22T12:25:07.214Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26102026-08-22T12:25:07.280Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26112026-08-22T12:25:07.461Z[ omicron-package] Compiling humantime v2.3.0
26122026-08-22T12:25:07.610Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26132026-08-22T12:25:07.657Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26142026-08-22T12:25:07.750Z[ omicron-package] Compiling num_enum v0.5.11
26152026-08-22T12:25:07.755Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26162026-08-22T12:25:07.950Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26172026-08-22T12:25:08.006Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26182026-08-22T12:25:08.053Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26192026-08-22T12:25:08.088Z[ omicron-package] Compiling rayon v1.11.0
26202026-08-22T12:25:08.091Z[ omicron-package] Compiling rand v0.10.1
26212026-08-22T12:25:08.110Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26222026-08-22T12:25:08.242Z[ omicron-package] Compiling libefi-sys v0.1.0
26232026-08-22T12:25:08.287Z[ omicron-package] Compiling colored v3.1.1
26242026-08-22T12:25:08.287Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26252026-08-22T12:25:08.376Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26262026-08-22T12:25:08.441Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26272026-08-22T12:25:08.594Z[ omicron-package] Compiling itertools v0.12.1
26282026-08-22T12:25:08.632Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26292026-08-22T12:25:08.671Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26302026-08-22T12:25:08.719Z[ omicron-package] Compiling usdt-macro v0.5.0
26312026-08-22T12:25:08.801Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26322026-08-22T12:25:09.009Z[ omicron-package] Compiling sigpipe v0.1.3
26332026-08-22T12:25:09.043Z[ omicron-package] Compiling memmap v0.7.0
26342026-08-22T12:25:09.058Z[ omicron-package] Compiling num-derive v0.4.2
26352026-08-22T12:25:09.058Z[ omicron-package] Compiling bitfield-struct v0.6.2
26362026-08-22T12:25:09.076Z[ omicron-package] Compiling swrite v0.1.0
26372026-08-22T12:25:09.139Z[ omicron-package] Compiling glob v0.3.3
26382026-08-22T12:25:09.241Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26392026-08-22T12:25:09.583Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26402026-08-22T12:25:10.056Z[ omicron-package] Compiling usdt v0.5.0
26412026-08-22T12:25:10.155Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26422026-08-22T12:25:10.158Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26432026-08-22T12:25:10.158Z[ omicron-package] Compiling smf v0.2.3
26442026-08-22T12:25:10.227Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26452026-08-22T12:25:10.463Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26462026-08-22T12:25:10.502Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26472026-08-22T12:25:10.521Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26482026-08-22T12:25:10.572Z[ omicron-package] Compiling zone v0.3.1
26492026-08-22T12:25:10.593Z[ omicron-package] Compiling whoami v1.6.1
26502026-08-22T12:25:10.675Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-22T12:25:10.695Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26522026-08-22T12:25:10.886Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26532026-08-22T12:25:10.973Z[ omicron-package] Compiling gethostname v0.5.0
26542026-08-22T12:25:11.188Z[ omicron-package] Compiling console v0.16.2
26552026-08-22T12:25:11.198Z[ omicron-package] Compiling unit-prefix v0.5.2
26562026-08-22T12:25:11.223Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26572026-08-22T12:25:11.503Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26582026-08-22T12:25:11.775Z[ omicron-package] Compiling indicatif v0.18.4
26592026-08-22T12:25:12.254Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26602026-08-22T12:25:15.438Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26612026-08-22T12:25:15.529Z[ helios-setup] Aug 22 12:25:14.501 INFO helios repository root is: /work/oxidecomputer/helios
26622026-08-22T12:25:15.533Z[ helios-setup] Aug 22 12:25:14.502 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26632026-08-22T12:25:15.533Z[ helios-setup] Aug 22 12:25:14.503 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
26642026-08-22T12:25:15.533Z[ helios-setup] Aug 22 12:25:14.503 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26652026-08-22T12:25:15.533Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26662026-08-22T12:25:16.090Z[ helios-setup] Aug 22 12:25:15.062 INFO clone ok!, project: pinprick
26672026-08-22T12:25:16.094Z[ helios-setup] Aug 22 12:25:15.062 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
26682026-08-22T12:25:16.094Z[ helios-setup] Aug 22 12:25:15.062 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26692026-08-22T12:25:16.094Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26702026-08-22T12:25:17.115Z[ helios-setup] Aug 22 12:25:16.087 INFO clone ok!, project: bootserver
26712026-08-22T12:25:17.118Z[ helios-setup] Aug 22 12:25:16.087 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26722026-08-22T12:25:17.118Z[ helios-setup] Aug 22 12:25:16.087 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
26732026-08-22T12:25:17.118Z[ helios-setup] Aug 22 12:25:16.087 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26742026-08-22T12:25:17.118Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26752026-08-22T12:25:17.320ZAug 22 12:25:16.293 INFO [hubris-staging] task succeeded (17.39083257s)
26762026-08-22T12:25:17.697Z[ helios-setup] Aug 22 12:25:16.669 INFO clone ok!, project: phbl
26772026-08-22T12:25:17.697Z[ helios-setup] Aug 22 12:25:16.669 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26782026-08-22T12:25:17.700Z[ helios-setup] Aug 22 12:25:16.669 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
26792026-08-22T12:25:17.700Z[ helios-setup] Aug 22 12:25:16.669 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
26802026-08-22T12:25:17.700Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26812026-08-22T12:25:18.714Z[ helios-setup] Aug 22 12:25:17.686 INFO clone ok!, project: amd-host-image-builder
26822026-08-22T12:25:18.714Z[ helios-setup] Aug 22 12:25:17.686 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
26832026-08-22T12:25:18.718Z[ helios-setup] Aug 22 12:25:17.686 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26842026-08-22T12:25:18.718Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26852026-08-22T12:25:24.433Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26862026-08-22T12:25:24.945Z[ helios-setup] Aug 22 12:25:23.917 INFO clone ok!, project: amd-firmware
26872026-08-22T12:25:24.946Z[ helios-setup] Aug 22 12:25:23.918 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
26882026-08-22T12:25:24.949Z[ helios-setup] Aug 22 12:25:23.918 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26892026-08-22T12:25:24.949Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26902026-08-22T12:25:25.997Z[ helios-setup] Aug 22 12:25:24.968 INFO clone ok!, project: image-builder
26912026-08-22T12:25:26.001Z[ helios-setup] Aug 22 12:25:24.968 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
26922026-08-22T12:25:26.001Z[ helios-setup] Aug 22 12:25:24.968 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26932026-08-22T12:25:26.001Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26942026-08-22T12:25:26.948Z[ helios-setup] Aug 22 12:25:25.920 INFO clone ok!, project: chelsio-t6-roms
26952026-08-22T12:25:26.951Z[ helios-setup] Aug 22 12:25:25.920 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
26962026-08-22T12:25:26.951Z[ helios-setup] Aug 22 12:25:25.920 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26972026-08-22T12:25:26.951Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26982026-08-22T12:25:27.769Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26992026-08-22T12:25:28.202Z[ helios-setup] Aug 22 12:25:27.174 INFO clone ok!, project: pilot
27002026-08-22T12:25:28.202Z[ helios-setup] Aug 22 12:25:27.175 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
27012026-08-22T12:25:28.206Z[ helios-setup] Aug 22 12:25:27.175 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27022026-08-22T12:25:28.206Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27032026-08-22T12:25:28.900Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27042026-08-22T12:25:29.121Z[ helios-setup] Aug 22 12:25:28.093 INFO clone ok!, project: dmar-report
27052026-08-22T12:25:29.124Z[ helios-setup] Aug 22 12:25:28.093 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27062026-08-22T12:25:29.380Z[ helios-setup] Aug 22 12:25:28.353 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27072026-08-22T12:25:29.606Z[ helios-setup] Aug 22 12:25:28.578 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27082026-08-22T12:25:29.606Z[ helios-setup] Aug 22 12:25:28.578 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27092026-08-22T12:25:29.842Z[ helios-setup] Aug 22 12:25:28.814 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27102026-08-22T12:25:30.078Z[ helios-setup] Aug 22 12:25:29.050 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27112026-08-22T12:25:30.079Z[ helios-setup] Aug 22 12:25:29.050 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27122026-08-22T12:25:30.310Z[ helios-setup] Aug 22 12:25:29.282 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27132026-08-22T12:25:30.569Z[ helios-setup] Aug 22 12:25:29.540 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27142026-08-22T12:25:30.569Z[ helios-setup] Aug 22 12:25:29.541 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27152026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27162026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO ok!
27172026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27182026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27192026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO ok!
27202026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27212026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27222026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO ok!
27232026-08-22T12:25:30.573Z[ helios-setup] Aug 22 12:25:29.541 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27242026-08-22T12:25:30.577Z[ helios-setup] Aug 22 12:25:29.549 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
27252026-08-22T12:25:30.577Z[ helios-setup] Aug 22 12:25:29.549 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27262026-08-22T12:25:30.581Z[ helios-setup] Aug 22 12:25:29.549 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27272026-08-22T12:25:30.714Z[ helios-setup] Aug 22 12:25:29.686 INFO E| Downloading crates ...
27282026-08-22T12:25:30.781Z[ helios-setup] Aug 22 12:25:29.753 INFO E| Downloaded adler2 v2.0.0
27292026-08-22T12:25:30.788Z[ helios-setup] Aug 22 12:25:29.760 INFO E| Downloaded miniz_oxide v0.8.8
27302026-08-22T12:25:30.817Z[ helios-setup] Aug 22 12:25:29.789 INFO E| Compiling adler2 v2.0.0
27312026-08-22T12:25:30.886Z[ helios-setup] Aug 22 12:25:29.858 INFO E| Compiling miniz_oxide v0.8.8
27322026-08-22T12:25:31.654Z[ helios-setup] Aug 22 12:25:30.626 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27332026-08-22T12:25:32.011Z[ helios-setup] Aug 22 12:25:30.981 INFO E| Finished `release` profile [optimized] target(s) in 1.42s
27342026-08-22T12:25:32.018Z[ helios-setup] Aug 22 12:25:30.990 INFO building project "pinprick" ok (1 seconds)
27352026-08-22T12:25:32.018Z[ helios-setup] Aug 22 12:25:30.990 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27362026-08-22T12:25:32.025Z[ helios-setup] Aug 22 12:25:30.997 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
27372026-08-22T12:25:32.025Z[ helios-setup] Aug 22 12:25:30.997 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27382026-08-22T12:25:32.029Z[ helios-setup] Aug 22 12:25:30.997 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27392026-08-22T12:25:32.090Z[ helios-setup] Aug 22 12:25:31.062 INFO E| Downloading crates ...
27402026-08-22T12:25:32.132Z[ helios-setup] Aug 22 12:25:31.104 INFO E| Downloaded generic-array v0.14.6
27412026-08-22T12:25:32.135Z[ helios-setup] Aug 22 12:25:31.106 INFO E| Downloaded digest v0.10.3
27422026-08-22T12:25:32.138Z[ helios-setup] Aug 22 12:25:31.110 INFO E| Downloaded unicode-width v0.1.10
27432026-08-22T12:25:32.142Z[ helios-setup] Aug 22 12:25:31.112 INFO E| Downloaded typenum v1.15.0
27442026-08-22T12:25:32.142Z[ helios-setup] Aug 22 12:25:31.114 INFO E| Downloaded block-buffer v0.10.3
27452026-08-22T12:25:32.145Z[ helios-setup] Aug 22 12:25:31.117 INFO E| Downloaded cpufeatures v0.2.5
27462026-08-22T12:25:32.149Z[ helios-setup] Aug 22 12:25:31.120 INFO E| Downloaded bytes v1.2.1
27472026-08-22T12:25:32.153Z[ helios-setup] Aug 22 12:25:31.125 INFO E| Downloaded sha2 v0.10.5
27482026-08-22T12:25:32.157Z[ helios-setup] Aug 22 12:25:31.130 INFO E| Downloaded anyhow v1.0.62
27492026-08-22T12:25:32.160Z[ helios-setup] Aug 22 12:25:31.132 INFO E| Downloaded miniz_oxide v0.6.2
27502026-08-22T12:25:32.164Z[ helios-setup] Aug 22 12:25:31.133 INFO E| Downloaded flate2 v1.0.25
27512026-08-22T12:25:32.188Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling typenum v1.15.0
27522026-08-22T12:25:32.188Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling version_check v0.9.4
27532026-08-22T12:25:32.188Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling cfg-if v1.0.0
27542026-08-22T12:25:32.188Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling crc32fast v1.3.2
27552026-08-22T12:25:32.191Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling anyhow v1.0.62
27562026-08-22T12:25:32.192Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling adler v1.0.2
27572026-08-22T12:25:32.192Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling cpufeatures v0.2.5
27582026-08-22T12:25:32.192Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling unicode-width v0.1.10
27592026-08-22T12:25:32.192Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling bytes v1.2.1
27602026-08-22T12:25:32.192Z[ helios-setup] Aug 22 12:25:31.160 INFO E| Compiling bitflags v1.3.2
27612026-08-22T12:25:32.277Z[ helios-setup] Aug 22 12:25:31.249 INFO E| Compiling getopts v0.2.21
27622026-08-22T12:25:32.284Z[ helios-setup] Aug 22 12:25:31.256 INFO E| Compiling miniz_oxide v0.6.2
27632026-08-22T12:25:32.416Z[ helios-setup] Aug 22 12:25:31.387 INFO E| Compiling generic-array v0.14.6
27642026-08-22T12:25:32.629Z[ helios-setup] Aug 22 12:25:31.601 INFO E| Compiling flate2 v1.0.25
27652026-08-22T12:25:33.465Z[ helios-setup] Aug 22 12:25:32.438 INFO E| Compiling block-buffer v0.10.3
27662026-08-22T12:25:33.466Z[ helios-setup] Aug 22 12:25:32.438 INFO E| Compiling crypto-common v0.1.6
27672026-08-22T12:25:33.554Z[ helios-setup] Aug 22 12:25:32.526 INFO E| Compiling digest v0.10.3
27682026-08-22T12:25:33.689Z[ helios-setup] Aug 22 12:25:32.661 INFO E| Compiling sha2 v0.10.5
27692026-08-22T12:25:33.867Z[ helios-setup] Aug 22 12:25:32.839 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27702026-08-22T12:25:35.510Z[ helios-setup] Aug 22 12:25:34.481 INFO E| Finished `release` profile [optimized] target(s) in 3.47s
27712026-08-22T12:25:35.519Z[ helios-setup] Aug 22 12:25:34.491 INFO building project "bootserver" ok (3 seconds)
27722026-08-22T12:25:35.519Z[ helios-setup] Aug 22 12:25:34.491 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27732026-08-22T12:25:39.153Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.21s
27742026-08-22T12:25:39.376Z[ omicron-package]
27752026-08-22T12:25:39.377Z[ omicron-package] real 39.386635746
27762026-08-22T12:25:39.377Z[ omicron-package] user 3:49.632613790
27772026-08-22T12:25:39.380Z[ omicron-package] sys 26.978416099
27782026-08-22T12:25:39.380Z[ omicron-package] trap 0.445442434
27792026-08-22T12:25:39.380Z[ omicron-package] tflt 0.525884092
27802026-08-22T12:25:39.380Z[ omicron-package] dflt 2.636093904
27812026-08-22T12:25:39.380Z[ omicron-package] kflt 0.000382250
27822026-08-22T12:25:39.380Z[ omicron-package] lock 11:11.480174594
27832026-08-22T12:25:39.380Z[ omicron-package] slp 6:02.802722930
27842026-08-22T12:25:39.380Z[ omicron-package] lat 47.251544920
27852026-08-22T12:25:39.380Z[ omicron-package] stop 1:44.241305260
27862026-08-22T12:25:39.380ZAug 22 12:25:38.349 INFO [omicron-package] process exited with exit status: 0 (39.4465609s)
27872026-08-22T12:25:39.380ZAug 22 12:25:38.349 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27882026-08-22T12:25:39.380ZAug 22 12:25:38.350 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27892026-08-22T12:25:39.387Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27902026-08-22T12:25:39.387Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27912026-08-22T12:25:39.390Z[ host-target] Created new build target 'host' and set it as active
27922026-08-22T12:25:39.390Z[ recovery-target] Created new build target 'recovery' and set it as active
27932026-08-22T12:25:39.393ZAug 22 12:25:38.363 INFO [host-target] process exited with exit status: 0 (13.628791ms)
27942026-08-22T12:25:39.393ZAug 22 12:25:38.363 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27952026-08-22T12:25:39.393ZAug 22 12:25:38.363 INFO [recovery-target] process exited with exit status: 0 (13.59185ms)
27962026-08-22T12:25:39.396Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27972026-08-22T12:25:41.074Z[ host-package] Compiling heck v0.5.0
27982026-08-22T12:25:41.078Z[ host-package] Compiling regress v0.11.1
27992026-08-22T12:25:41.339Z[ host-package] Compiling unsafe-libyaml v0.2.11
28002026-08-22T12:25:41.361Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28012026-08-22T12:25:41.391Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28022026-08-22T12:25:41.392Z[ host-package] Compiling derive-where v1.6.0
28032026-08-22T12:25:41.395Z[ host-package] Compiling bytecount v0.6.9
28042026-08-22T12:25:41.455Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28052026-08-22T12:25:41.458Z[ host-package] Compiling atomicwrites v0.4.4
28062026-08-22T12:25:41.458Z[ host-package] Compiling is-terminal v0.4.17
28072026-08-22T12:25:41.459Z[ host-package] Compiling prettyplease v0.2.37
28082026-08-22T12:25:41.459Z[ host-package] Compiling newline-converter v0.3.0
28092026-08-22T12:25:41.477Z[ host-package] Compiling console v0.15.11
28102026-08-22T12:25:41.539Z[ host-package] Compiling slog-dtrace v0.3.0
28112026-08-22T12:25:41.560Z[ host-package] Compiling cancel-safe-futures v0.1.5
28122026-08-22T12:25:41.629Z[ host-package] Compiling resolv-conf v0.7.6
28132026-08-22T12:25:41.669Z[ host-package] Compiling num-rational v0.4.2
28142026-08-22T12:25:41.673Z[ host-package] Compiling num-complex v0.4.6
28152026-08-22T12:25:41.712Z[ host-package] Compiling thread_local v1.1.9
28162026-08-22T12:25:41.736Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28172026-08-22T12:25:41.884Z[ host-package] Compiling compression-core v0.4.31
28182026-08-22T12:25:41.909Z[ host-package] Compiling match_cfg v0.1.0
28192026-08-22T12:25:41.953Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28202026-08-22T12:25:42.005Z[ host-package] Compiling expectorate v1.2.0
28212026-08-22T12:25:42.077Z[ host-package] Compiling compression-codecs v0.4.37
28222026-08-22T12:25:42.132Z[ host-package] Compiling num v0.4.3
28232026-08-22T12:25:42.179Z[ host-package] Compiling hostname v0.3.1
28242026-08-22T12:25:42.290Z[ host-package] Compiling multer v3.1.0
28252026-08-22T12:25:42.324Z[ host-package] Compiling slog-async v2.8.0
28262026-08-22T12:25:42.327Z[ host-package] Compiling crossbeam-channel v0.5.15
28272026-08-22T12:25:42.395Z[ host-package] Compiling slog-json v2.6.1
28282026-08-22T12:25:42.418Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28292026-08-22T12:25:42.418Z[ host-package] Compiling serde_spanned v1.1.1
28302026-08-22T12:25:42.421Z[ host-package] Compiling linked-hash-map v0.5.6
28312026-08-22T12:25:42.641Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28322026-08-22T12:25:42.679Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28332026-08-22T12:25:42.703Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28342026-08-22T12:25:42.726Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28352026-08-22T12:25:42.753Z[ host-package] Compiling take_mut v0.2.2
28362026-08-22T12:25:42.756Z[ host-package] Compiling float-ord v0.3.2
28372026-08-22T12:25:42.797Z[ host-package] Compiling term v1.2.1
28382026-08-22T12:25:42.828Z[ host-package] Compiling linear-map v1.2.0
28392026-08-22T12:25:42.893Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28402026-08-22T12:25:42.896Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28412026-08-22T12:25:42.936Z[ host-package] Compiling lru-cache v0.1.2
28422026-08-22T12:25:42.936Z[ host-package] Compiling slog-bunyan v2.5.0
28432026-08-22T12:25:43.008Z[ host-package] Compiling typify-impl v0.6.2
28442026-08-22T12:25:43.103Z[ host-package] Compiling async-compression v0.4.41
28452026-08-22T12:25:43.125Z[ host-package] Compiling slog-term v2.9.2
28462026-08-22T12:25:43.351Z[ host-package] Compiling async-stream v0.3.6
28472026-08-22T12:25:43.419Z[ host-package] Compiling dropshot v0.17.1
28482026-08-22T12:25:43.498Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28492026-08-22T12:25:43.523Z[ host-package] Compiling sha1 v0.11.0
28502026-08-22T12:25:43.526Z[ host-package] Compiling progenitor-client v0.14.0
28512026-08-22T12:25:43.567Z[ host-package] Compiling waitgroup v0.1.2
28522026-08-22T12:25:43.600Z[ host-package] Compiling rustls-pemfile v2.2.0
28532026-08-22T12:25:43.689Z[ host-package] Compiling backon v1.6.0
28542026-08-22T12:25:43.740Z[ host-package] Compiling hostname v0.4.2
28552026-08-22T12:25:43.796Z[ host-package] Compiling serde_path_to_error v0.1.20
28562026-08-22T12:25:43.843Z[ host-package] Compiling instant v0.1.13
28572026-08-22T12:25:43.898Z[ host-package] Compiling debug-ignore v1.0.5
28582026-08-22T12:25:43.935Z[ host-package] Compiling minimal-lexical v0.2.1
28592026-08-22T12:25:43.935Z[ host-package] Compiling progenitor-extras v0.2.0
28602026-08-22T12:25:44.038Z[ host-package] Compiling backoff v0.4.0
28612026-08-22T12:25:44.059Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28622026-08-22T12:25:44.097Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28632026-08-22T12:25:44.124Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28642026-08-22T12:25:44.204Z[ host-package] Compiling oxide-update-engine v0.1.2
28652026-08-22T12:25:44.327Z[ host-package] Compiling nom v7.1.3
28662026-08-22T12:25:44.360Z[ host-package] Compiling parse-display v0.10.0
28672026-08-22T12:25:44.401Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28682026-08-22T12:25:44.467Z[ host-package] Compiling hickory-proto v0.24.4
28692026-08-22T12:25:44.950Z[ host-package] Compiling regress v0.10.5
28702026-08-22T12:25:45.193Z[ host-package] Compiling itertools v0.14.0
28712026-08-22T12:25:45.511Z[ host-package] Compiling macaddr v1.0.1
28722026-08-22T12:25:45.779Z[ host-package] Compiling unicode-xid v0.2.6
28732026-08-22T12:25:45.800Z[ host-package] Compiling humantime v2.3.0
28742026-08-22T12:25:45.997Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28752026-08-22T12:25:46.062Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-08-22T12:25:46.101Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28772026-08-22T12:25:46.183Z[ host-package] Compiling convert_case v0.10.0
28782026-08-22T12:25:46.397Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28792026-08-22T12:25:46.455Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28802026-08-22T12:25:46.693Z[ host-package] Compiling derive_more-impl v2.1.1
28812026-08-22T12:25:46.731Z[ host-package] Compiling toml v0.8.23
28822026-08-22T12:25:46.839Z[ host-package] Compiling papergrid v0.11.0
28832026-08-22T12:25:46.861Z[ host-package] Compiling typify-macro v0.6.2
28842026-08-22T12:25:47.115Z[ host-package] Compiling tabled_derive v0.7.0
28852026-08-22T12:25:47.278Z[ host-package] Compiling termtree v0.5.1
28862026-08-22T12:25:47.462Z[ host-package] Compiling hickory-resolver v0.24.4
28872026-08-22T12:25:47.487Z[ host-package] Compiling phf_shared v0.12.1
28882026-08-22T12:25:47.581Z[ host-package] Compiling derive_more v2.1.1
28892026-08-22T12:25:47.695Z[ host-package] Compiling crossterm v0.29.0
28902026-08-22T12:25:47.743Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912026-08-22T12:25:47.864Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-08-22T12:25:48.134Z[ host-package] Compiling tabled v0.15.0
28932026-08-22T12:25:48.519Z[ host-package] Compiling typify v0.6.2
28942026-08-22T12:25:48.744Z[ host-package] Compiling progenitor-impl v0.14.0
28952026-08-22T12:25:49.654Z[ host-package] Compiling qorb v0.4.1
28962026-08-22T12:25:49.914Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28972026-08-22T12:25:50.620Z[ host-package] Compiling csv-core v0.1.13
28982026-08-22T12:25:50.812Z[ host-package] Compiling vte v0.14.1
28992026-08-22T12:25:51.077Z[ host-package] Compiling progenitor-macro v0.14.0
29002026-08-22T12:25:51.102Z[ host-package] Compiling highway v1.3.0
29012026-08-22T12:25:51.975Z[ host-package] Compiling chrono-tz v0.10.4
29022026-08-22T12:25:52.323Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29032026-08-22T12:25:52.326Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29042026-08-22T12:25:52.546Z[ host-package] Compiling csv v1.4.0
29052026-08-22T12:25:52.915Z[ host-package] Compiling phf v0.12.1
29062026-08-22T12:25:53.040Z[ host-package] Compiling const_format_proc_macros v0.2.34
29072026-08-22T12:25:53.149Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29082026-08-22T12:25:53.646Z[ host-package] Compiling fd-lock v4.0.4
29092026-08-22T12:25:53.674Z[ host-package] Compiling peg-macros v0.8.5
29102026-08-22T12:25:53.735Z[ host-package] Compiling nu-ansi-term v0.50.3
29112026-08-22T12:25:54.074Z[ host-package] Compiling const_format v0.2.35
29122026-08-22T12:25:54.187Z[ host-package] Compiling reedline v0.40.0
29132026-08-22T12:25:54.381Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29142026-08-22T12:25:54.549Z[ helios-setup] Aug 22 12:25:53.521 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')"
29152026-08-22T12:25:54.549Z[ helios-setup] Aug 22 12:25:53.521 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
29162026-08-22T12:25:54.586Z[ helios-setup] Aug 22 12:25:53.558 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')"
29172026-08-22T12:25:54.586Z[ helios-setup] Aug 22 12:25:53.558 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29182026-08-22T12:25:54.589Z[ helios-setup] Aug 22 12:25:53.558 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29192026-08-22T12:25:54.627Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29202026-08-22T12:25:54.776Z[ helios-setup] Aug 22 12:25:53.748 INFO E| Updating crates.io index
29212026-08-22T12:25:54.779Z[ helios-setup] Aug 22 12:25:53.748 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29222026-08-22T12:25:55.052Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29232026-08-22T12:25:55.075Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29242026-08-22T12:25:55.293Z[ helios-setup] Aug 22 12:25:54.265 INFO E| From https://github.com/oxidecomputer/amd-apcb
29252026-08-22T12:25:55.294Z[ helios-setup] Aug 22 12:25:54.266 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
29262026-08-22T12:25:55.308Z[ helios-setup] Aug 22 12:25:54.280 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
29272026-08-22T12:25:55.397Z[ host-package] Compiling progenitor v0.14.0
29282026-08-22T12:25:55.599Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29292026-08-22T12:25:55.703Z[ helios-setup] Aug 22 12:25:54.675 INFO E| From https://github.com/oxidecomputer/amd-efs
29302026-08-22T12:25:55.704Z[ helios-setup] Aug 22 12:25:54.675 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
29312026-08-22T12:25:55.961Z[ helios-setup] Aug 22 12:25:54.933 INFO E| Downloading crates ...
29322026-08-22T12:25:56.006Z[ helios-setup] Aug 22 12:25:54.977 INFO E| Downloaded modular-bitfield v0.11.2
29332026-08-22T12:25:56.012Z[ helios-setup] Aug 22 12:25:54.984 INFO E| Downloaded ansi_term v0.12.1
29342026-08-22T12:25:56.015Z[ helios-setup] Aug 22 12:25:54.985 INFO E| Downloaded four-cc v0.4.0
29352026-08-22T12:25:56.015Z[ helios-setup] Aug 22 12:25:54.986 INFO E| Downloaded fletcher v1.0.0
29362026-08-22T12:25:56.015Z[ helios-setup] Aug 22 12:25:54.986 INFO E| Downloaded quote v1.0.40
29372026-08-22T12:25:56.018Z[ helios-setup] Aug 22 12:25:54.988 INFO E| Downloaded itoa v1.0.15
29382026-08-22T12:25:56.018Z[ helios-setup] Aug 22 12:25:54.988 INFO E| Downloaded unic-ucd-version v0.9.0
29392026-08-22T12:25:56.018Z[ helios-setup] Aug 22 12:25:54.989 INFO E| Downloaded heck v0.3.3
29402026-08-22T12:25:56.018Z[ helios-setup] Aug 22 12:25:54.990 INFO E| Downloaded pest_generator v2.8.0
29412026-08-22T12:25:56.022Z[ helios-setup] Aug 22 12:25:54.992 INFO E| Downloaded dyn-clone v1.0.19
29422026-08-22T12:25:56.025Z[ helios-setup] Aug 22 12:25:54.995 INFO E| Downloaded unic-common v0.9.0
29432026-08-22T12:25:56.028Z[ helios-setup] Aug 22 12:25:55.000 INFO E| Downloaded strum v0.27.1
29442026-08-22T12:25:56.045Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29452026-08-22T12:25:56.049Z[ helios-setup] Aug 22 12:25:55.018 INFO E| Downloaded thiserror-impl v2.0.12
29462026-08-22T12:25:56.049Z[ helios-setup] Aug 22 12:25:55.019 INFO E| Downloaded strsim v0.8.0
29472026-08-22T12:25:56.049Z[ helios-setup] Aug 22 12:25:55.020 INFO E| Downloaded unic-char-property v0.9.0
29482026-08-22T12:25:56.049Z[ helios-setup] Aug 22 12:25:55.020 INFO E| Downloaded unic-char-range v0.9.0
29492026-08-22T12:25:56.049Z[ helios-setup] Aug 22 12:25:55.021 INFO E| Downloaded unic-ucd-ident v0.9.0
29502026-08-22T12:25:56.053Z[ helios-setup] Aug 22 12:25:55.022 INFO E| Downloaded vec_map v0.8.2
29512026-08-22T12:25:56.053Z[ helios-setup] Aug 22 12:25:55.023 INFO E| Downloaded parse_int v0.9.0
29522026-08-22T12:25:56.053Z[ helios-setup] Aug 22 12:25:55.023 INFO E| Downloaded modular-bitfield-impl v0.11.2
29532026-08-22T12:25:56.053Z[ helios-setup] Aug 22 12:25:55.024 INFO E| Downloaded rustversion v1.0.20
29542026-08-22T12:25:56.056Z[ helios-setup] Aug 22 12:25:55.026 INFO E| Downloaded bytesize v2.0.1
29552026-08-22T12:25:56.065Z[ helios-setup] Aug 22 12:25:55.036 INFO E| Downloaded thiserror v2.0.12
29562026-08-22T12:25:56.068Z[ helios-setup] Aug 22 12:25:55.039 INFO E| Downloaded autocfg v1.4.0
29572026-08-22T12:25:56.072Z[ helios-setup] Aug 22 12:25:55.044 INFO E| Downloaded structopt-derive v0.4.18
29582026-08-22T12:25:56.076Z[ helios-setup] Aug 22 12:25:55.045 INFO E| Downloaded strum_macros v0.27.1
29592026-08-22T12:25:56.076Z[ helios-setup] Aug 22 12:25:55.047 INFO E| Downloaded textwrap v0.11.0
29602026-08-22T12:25:56.076Z[ helios-setup] Aug 22 12:25:55.047 INFO E| Downloaded modular-bitfield-impl v0.13.1
29612026-08-22T12:25:56.085Z[ helios-setup] Aug 22 12:25:55.057 INFO E| Downloaded modular-bitfield v0.13.1
29622026-08-22T12:25:56.090Z[ helios-setup] Aug 22 12:25:55.062 INFO E| Downloaded pest_derive v2.8.0
29632026-08-22T12:25:56.093Z[ helios-setup] Aug 22 12:25:55.063 INFO E| Downloaded pest_meta v2.8.0
29642026-08-22T12:25:56.093Z[ helios-setup] Aug 22 12:25:55.065 INFO E| Downloaded ryu v1.0.20
29652026-08-22T12:25:56.098Z[ helios-setup] Aug 22 12:25:55.071 INFO E| Downloaded log v0.4.27
29662026-08-22T12:25:56.101Z[ helios-setup] Aug 22 12:25:55.072 INFO E| Downloaded proc-macro2 v1.0.95
29672026-08-22T12:25:56.102Z[ helios-setup] Aug 22 12:25:55.073 INFO E| Downloaded structopt v0.3.26
29682026-08-22T12:25:56.105Z[ helios-setup] Aug 22 12:25:55.078 INFO E| Downloaded unicode-ident v1.0.18
29692026-08-22T12:25:56.113Z[ helios-setup] Aug 22 12:25:55.085 INFO E| Downloaded serde_derive v1.0.219
29702026-08-22T12:25:56.116Z[ helios-setup] Aug 22 12:25:55.087 INFO E| Downloaded typenum v1.18.0
29712026-08-22T12:25:56.119Z[ helios-setup] Aug 22 12:25:55.088 INFO E| Downloaded zerocopy-derive v0.8.25
29722026-08-22T12:25:56.122Z[ helios-setup] Aug 22 12:25:55.092 INFO E| Downloaded serde v1.0.219
29732026-08-22T12:25:56.122Z[ helios-setup] Aug 22 12:25:55.094 INFO E| Downloaded memchr v2.7.4
29742026-08-22T12:25:56.140Z[ helios-setup] Aug 22 12:25:55.112 INFO E| Downloaded pest v2.8.0
29752026-08-22T12:25:56.166Z[ helios-setup] Aug 22 12:25:55.138 INFO E| Downloaded serde_json v1.0.140
29762026-08-22T12:25:56.172Z[ helios-setup] Aug 22 12:25:55.144 INFO E| Downloaded goblin v0.9.3
29772026-08-22T12:25:56.176Z[ helios-setup] Aug 22 12:25:55.148 INFO E| Downloaded clap v2.34.0
29782026-08-22T12:25:56.188Z[ helios-setup] Aug 22 12:25:55.160 INFO E| Downloaded zerocopy v0.8.25
29792026-08-22T12:25:56.204Z[ helios-setup] Aug 22 12:25:55.176 INFO E| Downloaded syn v2.0.101
29802026-08-22T12:25:56.240Z[ helios-setup] Aug 22 12:25:55.212 INFO E| Downloaded libc v0.2.172
29812026-08-22T12:25:56.243Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29822026-08-22T12:25:56.311Z[ helios-setup] Aug 22 12:25:55.283 INFO E| Compiling proc-macro2 v1.0.95
29832026-08-22T12:25:56.311Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling unicode-ident v1.0.18
29842026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling memchr v2.7.4
29852026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling autocfg v1.4.0
29862026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling thiserror v2.0.12
29872026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling serde v1.0.219
29882026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling syn v1.0.109
29892026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling version_check v0.9.5
29902026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling serde_json v1.0.140
29912026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling itoa v1.0.15
29922026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling ryu v1.0.20
29932026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling schemars v0.8.22
29942026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling zerocopy v0.8.25
29952026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling ucd-trie v0.1.7
29962026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling libc v0.2.172
29972026-08-22T12:25:56.315Z[ helios-setup] Aug 22 12:25:55.284 INFO E| Compiling paste v1.0.15
29982026-08-22T12:25:56.385Z[ host-package] Compiling peg v0.8.5
29992026-08-22T12:25:56.524Z[ host-package] Compiling bcs v0.1.6
30002026-08-22T12:25:56.652Z[ helios-setup] Aug 22 12:25:55.624 INFO E| Compiling dyn-clone v1.0.19
30012026-08-22T12:25:56.723Z[ host-package] Compiling nom v8.0.0
30022026-08-22T12:25:57.130Z[ helios-setup] Aug 22 12:25:56.102 INFO E| Compiling proc-macro-error-attr v1.0.4
30032026-08-22T12:25:57.138Z[ host-package] Compiling semver v0.1.20
30042026-08-22T12:25:57.163Z[ helios-setup] Aug 22 12:25:56.135 INFO E| Compiling static_assertions v1.1.0
30052026-08-22T12:25:57.516Z[ helios-setup] Aug 22 12:25:56.488 INFO E| Compiling rustversion v1.0.20
30062026-08-22T12:25:57.534Z[ helios-setup] Aug 22 12:25:56.506 INFO E| Compiling proc-macro-error v1.0.4
30072026-08-22T12:25:57.608Z[ helios-setup] Aug 22 12:25:56.580 INFO E| Compiling once_cell v1.21.3
30082026-08-22T12:25:57.627Z[ host-package] Compiling rustc_version v0.1.7
30092026-08-22T12:25:57.648Z[ helios-setup] Aug 22 12:25:56.620 INFO E| Compiling unicode-width v0.1.14
30102026-08-22T12:25:57.932Z[ helios-setup] Aug 22 12:25:56.904 INFO E| Compiling unicode-segmentation v1.12.0
30112026-08-22T12:25:57.939Z[ helios-setup] Aug 22 12:25:56.911 INFO E| Compiling heck v0.5.0
30122026-08-22T12:25:57.991Z[ helios-setup] Aug 22 12:25:56.954 INFO E| Compiling textwrap v0.11.0
30132026-08-22T12:25:58.003Z[ helios-setup] Aug 22 12:25:56.975 INFO E| Compiling quote v1.0.40
30142026-08-22T12:25:58.084Z[ helios-setup] Aug 22 12:25:57.056 INFO E| Compiling atty v0.2.14
30152026-08-22T12:25:58.091Z[ helios-setup] Aug 22 12:25:57.063 INFO E| Compiling strum v0.27.1
30162026-08-22T12:25:58.094Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30172026-08-22T12:25:58.124Z[ helios-setup] Aug 22 12:25:57.096 INFO E| Compiling fletcher v1.0.0
30182026-08-22T12:25:58.132Z[ helios-setup] Aug 22 12:25:57.104 INFO E| Compiling num-traits v0.2.19
30192026-08-22T12:25:58.151Z[ helios-setup] Aug 22 12:25:57.124 INFO E| Compiling memoffset v0.9.1
30202026-08-22T12:25:58.183Z[ helios-setup] Aug 22 12:25:57.155 INFO E| Compiling ansi_term v0.12.1
30212026-08-22T12:25:58.264Z[ helios-setup] Aug 22 12:25:57.236 INFO E| Compiling bitflags v1.3.2
30222026-08-22T12:25:58.271Z[ helios-setup] Aug 22 12:25:57.243 INFO E| Compiling strsim v0.8.0
30232026-08-22T12:25:58.284Z[ helios-setup] Aug 22 12:25:57.256 INFO E| Compiling vec_map v0.8.2
30242026-08-22T12:25:58.312Z[ helios-setup] Aug 22 12:25:57.284 INFO E| Compiling unic-char-range v0.9.0
30252026-08-22T12:25:58.317Z[ helios-setup] Aug 22 12:25:57.289 INFO E| Compiling byteorder v1.5.0
30262026-08-22T12:25:58.344Z[ helios-setup] Aug 22 12:25:57.316 INFO E| Compiling unic-common v0.9.0
30272026-08-22T12:25:58.349Z[ helios-setup] Aug 22 12:25:57.321 INFO E| Compiling plain v0.2.3
30282026-08-22T12:25:58.449Z[ host-package] Compiling newtype_derive v0.1.6
30292026-08-22T12:25:58.476Z[ helios-setup] Aug 22 12:25:57.448 INFO E| Compiling unic-ucd-version v0.9.0
30302026-08-22T12:25:58.509Z[ helios-setup] Aug 22 12:25:57.480 INFO E| Compiling clap v2.34.0
30312026-08-22T12:25:58.568Z[ helios-setup] Aug 22 12:25:57.540 INFO E| Compiling syn v2.0.101
30322026-08-22T12:25:58.696Z[ helios-setup] Aug 22 12:25:57.667 INFO E| Compiling heck v0.3.3
30332026-08-22T12:25:58.700Z[ helios-setup] Aug 22 12:25:57.668 INFO E| Compiling unic-char-property v0.9.0
30342026-08-22T12:25:58.747Z[ helios-setup] Aug 22 12:25:57.719 INFO E| Compiling log v0.4.27
30352026-08-22T12:25:58.763Z[ helios-setup] Aug 22 12:25:57.735 INFO E| Compiling lazy_static v1.5.0
30362026-08-22T12:25:58.811Z[ helios-setup] Aug 22 12:25:57.781 INFO E| Compiling bytesize v2.0.1
30372026-08-22T12:25:58.840Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30382026-08-22T12:25:58.851Z[ helios-setup] Aug 22 12:25:57.822 INFO E| Compiling unic-ucd-ident v0.9.0
30392026-08-22T12:25:59.384Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30402026-08-22T12:25:59.601Z[ helios-setup] Aug 22 12:25:58.573 INFO E| Compiling parse_int v0.9.0
30412026-08-22T12:25:59.615Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30422026-08-22T12:25:59.800Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30432026-08-22T12:25:59.864Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30442026-08-22T12:26:00.043Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30452026-08-22T12:26:00.601Z[ host-package] Compiling steno v0.4.1
30462026-08-22T12:26:00.629Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30472026-08-22T12:26:00.685Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30482026-08-22T12:26:00.837Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30492026-08-22T12:26:01.457Z[ host-package] Compiling sha1 v0.10.6
30502026-08-22T12:26:01.757Z[ helios-setup] Aug 22 12:26:00.729 INFO E| Compiling serde_derive_internals v0.29.1
30512026-08-22T12:26:01.811Z[ host-package] Compiling tagptr v0.2.0
30522026-08-22T12:26:01.962Z[ helios-setup] Aug 22 12:26:00.934 INFO E| Compiling modular-bitfield-impl v0.11.2
30532026-08-22T12:26:01.962Z[ helios-setup] Aug 22 12:26:00.934 INFO E| Compiling structopt-derive v0.4.18
30542026-08-22T12:26:02.092Z[ host-package] Compiling utf-8 v0.7.6
30552026-08-22T12:26:02.174Z[ host-package] Compiling moka v0.12.13
30562026-08-22T12:26:02.571Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30572026-08-22T12:26:02.611Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30582026-08-22T12:26:02.732Z[ helios-setup] Aug 22 12:26:01.704 INFO E| Compiling thiserror-impl v2.0.12
30592026-08-22T12:26:02.732Z[ helios-setup] Aug 22 12:26:01.704 INFO E| Compiling serde_derive v1.0.219
30602026-08-22T12:26:02.732Z[ helios-setup] Aug 22 12:26:01.704 INFO E| Compiling schemars_derive v0.8.22
30612026-08-22T12:26:02.735Z[ helios-setup] Aug 22 12:26:01.704 INFO E| Compiling zerocopy-derive v0.8.25
30622026-08-22T12:26:02.735Z[ helios-setup] Aug 22 12:26:01.704 INFO E| Compiling num-derive v0.4.2
30632026-08-22T12:26:02.735Z[ helios-setup] Aug 22 12:26:01.704 INFO E| Compiling modular-bitfield-impl v0.13.1
30642026-08-22T12:26:02.735Z[ helios-setup] Aug 22 12:26:01.704 INFO E| Compiling strum_macros v0.27.1
30652026-08-22T12:26:02.735Z[ helios-setup] Aug 22 12:26:01.704 INFO E| Compiling scroll_derive v0.12.1
30662026-08-22T12:26:02.783Z[ host-package] Compiling tungstenite v0.21.0
30672026-08-22T12:26:03.373Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-08-22T12:26:03.772Z[ helios-setup] Aug 22 12:26:02.744 INFO E| Compiling modular-bitfield v0.11.2
30692026-08-22T12:26:03.801Z[ helios-setup] Aug 22 12:26:02.773 INFO E| Compiling structopt v0.3.26
30702026-08-22T12:26:03.815Z[ host-package] Compiling darling_core v0.21.3
30712026-08-22T12:26:04.116Z[ helios-setup] Aug 22 12:26:03.088 INFO E| Compiling scroll v0.12.0
30722026-08-22T12:26:04.161Z[ host-package] Compiling hickory-resolver v0.25.2
30732026-08-22T12:26:04.377Z[ helios-setup] Aug 22 12:26:03.348 INFO E| Compiling goblin v0.9.3
30742026-08-22T12:26:04.509Z[ helios-setup] Aug 22 12:26:03.481 INFO E| Compiling pest v2.8.0
30752026-08-22T12:26:05.146Z[ helios-setup] Aug 22 12:26:04.117 INFO E| Compiling modular-bitfield v0.13.1
30762026-08-22T12:26:05.859Z[ host-package] Compiling tokio-tungstenite v0.21.0
30772026-08-22T12:26:05.965Z[ helios-setup] Aug 22 12:26:04.937 INFO E| Compiling pest_meta v2.8.0
30782026-08-22T12:26:06.350Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30792026-08-22T12:26:06.683Z[ helios-setup] Aug 22 12:26:05.655 INFO E| Compiling pest_generator v2.8.0
30802026-08-22T12:26:06.922Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30812026-08-22T12:26:07.068Z[ host-package] Compiling darling_macro v0.21.3
30822026-08-22T12:26:07.596Z[ host-package] Compiling display-error-chain v0.2.2
30832026-08-22T12:26:07.701Z[ helios-setup] Aug 22 12:26:06.673 INFO E| Compiling pest_derive v2.8.0
30842026-08-22T12:26:07.913Z[ host-package] Compiling libscf-sys v1.2.0
30852026-08-22T12:26:07.953Z[ host-package] Compiling darling v0.21.3
30862026-08-22T12:26:08.001Z[ host-package] Compiling vergen-lib v0.1.6
30872026-08-22T12:26:08.121Z[ host-package] Compiling diesel_derives v2.3.7
30882026-08-22T12:26:08.203Z[ host-package] Compiling dsl_auto_type v0.2.0
30892026-08-22T12:26:08.633Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30902026-08-22T12:26:08.711Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30912026-08-22T12:26:08.751Z[ helios-setup] Aug 22 12:26:07.723 INFO E| Compiling json5 v0.4.1
30922026-08-22T12:26:08.912Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30932026-08-22T12:26:08.995Z[ host-package] Compiling vergen-gitcl v1.0.8
30942026-08-22T12:26:09.263Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30952026-08-22T12:26:09.558Z[ host-package] Compiling dirs-sys-next v0.1.2
30962026-08-22T12:26:09.626Z[ host-package] Compiling glob v0.3.3
30972026-08-22T12:26:10.072Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30982026-08-22T12:26:10.108Z[ host-package] Compiling maplit v1.0.2
30992026-08-22T12:26:10.283Z[ host-package] Compiling crunchy v0.2.4
31002026-08-22T12:26:10.491Z[ helios-setup] Aug 22 12:26:09.463 INFO E| Compiling four-cc v0.4.0
31012026-08-22T12:26:10.491Z[ helios-setup] Aug 22 12:26:09.463 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
31022026-08-22T12:26:10.569Z[ host-package] Compiling clang-sys v1.8.1
31032026-08-22T12:26:10.612Z[ helios-setup] Aug 22 12:26:09.584 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
31042026-08-22T12:26:10.857Z[ host-package] Compiling dirs-next v2.0.0
31052026-08-22T12:26:11.149Z[ host-package] Compiling r2d2 v0.8.10
31062026-08-22T12:26:11.242Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31072026-08-22T12:26:11.262Z[ host-package] Compiling papergrid v0.18.0
31082026-08-22T12:26:11.591Z[ host-package] Compiling xshell-macros v0.2.7
31092026-08-22T12:26:11.671Z[ host-package] Compiling downcast-rs v2.0.2
31102026-08-22T12:26:11.772Z[ host-package] Compiling tiny-keccak v2.0.2
31112026-08-22T12:26:12.060Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31122026-08-22T12:26:12.160Z[ host-package] Compiling xshell v0.2.7
31132026-08-22T12:26:12.240Z[ host-package] Compiling term v0.7.0
31142026-08-22T12:26:12.477Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152026-08-22T12:26:12.549Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31162026-08-22T12:26:12.552Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31172026-08-22T12:26:12.637Z[ host-package] Compiling tabled v0.21.0
31182026-08-22T12:26:12.826Z[ host-package] Compiling bit-vec v0.6.3
31192026-08-22T12:26:12.972Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31202026-08-22T12:26:13.082Z[ host-package] Compiling bit-set v0.5.3
31212026-08-22T12:26:13.222Z[ host-package] Compiling ascii-canvas v3.0.0
31222026-08-22T12:26:13.563Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31232026-08-22T12:26:13.597Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31242026-08-22T12:26:13.636Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31252026-08-22T12:26:14.148Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31262026-08-22T12:26:14.278Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31272026-08-22T12:26:14.464Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31282026-08-22T12:26:14.800Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31292026-08-22T12:26:14.891Z[ host-package] Compiling itertools v0.10.5
31302026-08-22T12:26:15.029Z[ host-package] Compiling ena v0.14.4
31312026-08-22T12:26:15.102Z[ host-package] Compiling libloading v0.8.9
31322026-08-22T12:26:15.126Z[ host-package] Compiling regex-syntax v0.6.29
31332026-08-22T12:26:15.286Z[ host-package] Compiling bindgen v0.71.1
31342026-08-22T12:26:15.349Z[ host-package] Compiling unicase v2.9.0
31352026-08-22T12:26:15.625Z[ host-package] Compiling diff v0.1.13
31362026-08-22T12:26:15.993Z[ host-package] Compiling diesel v2.3.7
31372026-08-22T12:26:16.046Z[ host-package] Compiling cexpr v0.6.0
31382026-08-22T12:26:16.141Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31392026-08-22T12:26:16.452Z[ host-package] Compiling rustc-hash v2.1.1
31402026-08-22T12:26:16.543Z[ host-package] Compiling crc8 v0.1.1
31412026-08-22T12:26:16.640Z[ host-package] Compiling lalrpop v0.19.12
31422026-08-22T12:26:16.803Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31432026-08-22T12:26:17.078Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31442026-08-22T12:26:17.119Z[ host-package] Compiling headers-core v0.3.0
31452026-08-22T12:26:17.369Z[ host-package] Compiling libxml v0.3.3
31462026-08-22T12:26:17.649Z[ host-package] Compiling headers v0.4.1
31472026-08-22T12:26:17.863Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31482026-08-22T12:26:17.977Z[ host-package] Compiling strum_macros v0.24.3
31492026-08-22T12:26:18.095Z[ host-package] Compiling indoc v1.0.9
31502026-08-22T12:26:18.397Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31512026-08-22T12:26:18.689Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31522026-08-22T12:26:18.720Z[ host-package] Compiling derive_builder v0.20.2
31532026-08-22T12:26:18.720Z[ host-package] Compiling oso-derive v0.27.3
31542026-08-22T12:26:18.931Z[ host-package] Compiling quick-xml v0.37.5
31552026-08-22T12:26:18.982Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31562026-08-22T12:26:19.272Z[ host-package] Compiling openssl-probe v0.1.6
31572026-08-22T12:26:19.363Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31582026-08-22T12:26:19.411Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31592026-08-22T12:26:19.598Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31602026-08-22T12:26:20.055Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31612026-08-22T12:26:20.170Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31622026-08-22T12:26:20.336Z[ host-package] Compiling bb8 v0.8.6
31632026-08-22T12:26:20.488Z[ host-package] Compiling trait-variant v0.1.2
31642026-08-22T12:26:20.563Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31652026-08-22T12:26:20.887Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31662026-08-22T12:26:20.932Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31672026-08-22T12:26:20.960Z[ host-package] Compiling half v1.8.3
31682026-08-22T12:26:21.043Z[ host-package] Compiling proc-macro-error2 v2.0.1
31692026-08-22T12:26:21.130Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31702026-08-22T12:26:21.277Z[ host-package] Compiling serde_cbor v0.11.2
31712026-08-22T12:26:21.457Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31722026-08-22T12:26:21.528Z[ host-package] Compiling hashbrown v0.14.5
31732026-08-22T12:26:21.701Z[ host-package] Compiling rfc6979 v0.4.0
31742026-08-22T12:26:21.791Z[ host-package] Compiling salty v0.3.0
31752026-08-22T12:26:21.946Z[ host-package] Compiling ecdsa v0.16.9
31762026-08-22T12:26:22.028Z[ host-package] Compiling samael v0.0.19
31772026-08-22T12:26:22.243Z[ host-package] Compiling chumsky v0.9.3
31782026-08-22T12:26:22.315Z[ host-package] Compiling knus-derive v3.4.0
31792026-08-22T12:26:22.375Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31802026-08-22T12:26:22.433Z[ host-package] Compiling progenitor-impl v0.13.0
31812026-08-22T12:26:22.652Z[ host-package] Compiling primeorder v0.13.6
31822026-08-22T12:26:22.988Z[ host-package] Compiling nonempty v0.12.0
31832026-08-22T12:26:23.224Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31842026-08-22T12:26:23.593Z[ host-package] Compiling p384 v0.13.1
31852026-08-22T12:26:23.741Z[ host-package] Compiling knus v3.4.0
31862026-08-22T12:26:24.248Z[ host-package] Compiling polar-core v0.27.3
31872026-08-22T12:26:24.586Z[ host-package] Compiling progenitor-macro v0.13.0
31882026-08-22T12:26:24.645Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31892026-08-22T12:26:24.981Z[ helios-setup] Aug 22 12:26:23.951 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31902026-08-22T12:26:25.175Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31912026-08-22T12:26:25.656Z[ host-package] Compiling progenitor-client v0.13.0
31922026-08-22T12:26:25.994Z[ host-package] Compiling fxhash v0.2.1
31932026-08-22T12:26:26.249Z[ host-package] Compiling libz-sys v1.1.24
31942026-08-22T12:26:26.252Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31952026-08-22T12:26:26.580Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31962026-08-22T12:26:26.903Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31972026-08-22T12:26:27.073Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31982026-08-22T12:26:27.613Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31992026-08-22T12:26:28.130Z[ helios-setup] Aug 22 12:26:27.101 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32002026-08-22T12:26:28.422Z[ host-package] Compiling kstat-rs v0.2.5
32012026-08-22T12:26:29.040Z[ host-package] Compiling progenitor v0.13.0
32022026-08-22T12:26:29.254Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32032026-08-22T12:26:29.301Z[ host-package] Compiling mime_guess v2.0.5
32042026-08-22T12:26:30.427Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32052026-08-22T12:26:30.568Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32062026-08-22T12:26:31.033Z[ host-package] Compiling nanorand v0.7.0
32072026-08-22T12:26:31.460Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32082026-08-22T12:26:31.518Z[ host-package] Compiling parking_lot_core v0.8.6
32092026-08-22T12:26:31.804Z[ host-package] Compiling flume v0.11.1
32102026-08-22T12:26:31.953Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32112026-08-22T12:26:32.271Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32122026-08-22T12:26:32.501Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32132026-08-22T12:26:33.323Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32142026-08-22T12:26:33.355Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32152026-08-22T12:26:33.459Z[ host-package] Compiling git-stub v1.0.0
32162026-08-22T12:26:33.834Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
32172026-08-22T12:26:33.929Z[ host-package] Compiling oso v0.27.3
32182026-08-22T12:26:34.113Z[ host-package] Compiling instability v0.3.11
32192026-08-22T12:26:34.384Z[ host-package] Compiling corncobs v0.1.4
32202026-08-22T12:26:34.688Z[ host-package] Compiling async-bb8-diesel v0.2.1
32212026-08-22T12:26:35.210Z[ host-package] Compiling diesel-dtrace v0.5.0
32222026-08-22T12:26:35.605Z[ host-package] Compiling strsim v0.10.0
32232026-08-22T12:26:35.640Z[ host-package] Compiling http-range v0.1.5
32242026-08-22T12:26:36.059Z[ host-package] Compiling darling_core v0.13.4
32252026-08-22T12:26:36.139Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32262026-08-22T12:26:37.919Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32272026-08-22T12:26:38.296Z[ host-package] Compiling git-stub-vcs v0.1.0
32282026-08-22T12:26:38.648Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32292026-08-22T12:26:39.585Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32302026-08-22T12:26:39.990Z[ host-package] Compiling ignore v0.4.25
32312026-08-22T12:26:40.523Z[ helios-setup] Aug 22 12:26:39.495 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.89s
32322026-08-22T12:26:40.559Z[ helios-setup] Aug 22 12:26:39.531 INFO building project "amd-host-image-builder" ok (45 seconds)
32332026-08-22T12:26:40.559Z[ helios-setup] Aug 22 12:26:39.531 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32342026-08-22T12:26:40.568Z[ helios-setup] Aug 22 12:26:39.540 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
32352026-08-22T12:26:40.568Z[ helios-setup] Aug 22 12:26:39.540 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32362026-08-22T12:26:40.572Z[ helios-setup] Aug 22 12:26:39.540 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32372026-08-22T12:26:40.677Z[ helios-setup] Aug 22 12:26:39.649 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32382026-08-22T12:26:40.843Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392026-08-22T12:26:40.895Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32402026-08-22T12:26:41.003Z[ helios-setup] Aug 22 12:26:39.974 INFO E| From https://github.com/jclulow/rust-jmclib
32412026-08-22T12:26:41.003Z[ helios-setup] Aug 22 12:26:39.975 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32422026-08-22T12:26:41.027Z[ helios-setup] Aug 22 12:26:39.999 INFO E| Updating crates.io index
32432026-08-22T12:26:41.032Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-08-22T12:26:41.117Z[ helios-setup] Aug 22 12:26:40.088 INFO E| Downloading crates ...
32452026-08-22T12:26:41.143Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32462026-08-22T12:26:41.166Z[ helios-setup] Aug 22 12:26:40.137 INFO E| Downloaded bitflags v2.3.3
32472026-08-22T12:26:41.171Z[ helios-setup] Aug 22 12:26:40.142 INFO E| Downloaded walkdir v2.3.3
32482026-08-22T12:26:41.175Z[ helios-setup] Aug 22 12:26:40.145 INFO E| Downloaded uuid v0.8.2
32492026-08-22T12:26:41.178Z[ helios-setup] Aug 22 12:26:40.147 INFO E| Downloaded itoa v1.0.9
32502026-08-22T12:26:41.182Z[ helios-setup] Aug 22 12:26:40.153 INFO E| Downloaded block-buffer v0.9.0
32512026-08-22T12:26:41.185Z[ helios-setup] Aug 22 12:26:40.154 INFO E| Downloaded fastrand v2.0.0
32522026-08-22T12:26:41.185Z[ helios-setup] Aug 22 12:26:40.155 INFO E| Downloaded sha-1 v0.9.8
32532026-08-22T12:26:41.185Z[ helios-setup] Aug 22 12:26:40.156 INFO E| Downloaded cpufeatures v0.2.9
32542026-08-22T12:26:41.185Z[ helios-setup] Aug 22 12:26:40.157 INFO E| Downloaded opaque-debug v0.3.0
32552026-08-22T12:26:41.189Z[ helios-setup] Aug 22 12:26:40.162 INFO E| Downloaded md-5 v0.9.1
32562026-08-22T12:26:41.192Z[ helios-setup] Aug 22 12:26:40.164 INFO E| Downloaded anyhow v1.0.72
32572026-08-22T12:26:41.195Z[ helios-setup] Aug 22 12:26:40.167 INFO E| Downloaded digest v0.9.0
32582026-08-22T12:26:41.203Z[ helios-setup] Aug 22 12:26:40.175 INFO E| Downloaded glob v0.3.1
32592026-08-22T12:26:41.206Z[ helios-setup] Aug 22 12:26:40.176 INFO E| Downloaded libdevinfo-sys v1.0.0
32602026-08-22T12:26:41.206Z[ helios-setup] Aug 22 12:26:40.178 INFO E| Downloaded getrandom v0.2.10
32612026-08-22T12:26:41.210Z[ helios-setup] Aug 22 12:26:40.179 INFO E| Downloaded errno v0.3.1
32622026-08-22T12:26:41.210Z[ helios-setup] Aug 22 12:26:40.180 INFO E| Downloaded tempfile v3.7.0
32632026-08-22T12:26:41.210Z[ helios-setup] Aug 22 12:26:40.182 INFO E| Downloaded quote v1.0.31
32642026-08-22T12:26:41.216Z[ helios-setup] Aug 22 12:26:40.188 INFO E| Downloaded ryu v1.0.15
32652026-08-22T12:26:41.219Z[ helios-setup] Aug 22 12:26:40.191 INFO E| Downloaded typenum v1.16.0
32662026-08-22T12:26:41.223Z[ helios-setup] Aug 22 12:26:40.193 INFO E| Downloaded unicode-ident v1.0.11
32672026-08-22T12:26:41.223Z[ helios-setup] Aug 22 12:26:40.194 INFO E| Downloaded once_cell v1.18.0
32682026-08-22T12:26:41.226Z[ helios-setup] Aug 22 12:26:40.198 INFO E| Downloaded proc-macro2 v1.0.66
32692026-08-22T12:26:41.229Z[ helios-setup] Aug 22 12:26:40.200 INFO E| Downloaded serde_derive v1.0.193
32702026-08-22T12:26:41.230Z[ helios-setup] Aug 22 12:26:40.201 INFO E| Downloaded toml v0.5.11
32712026-08-22T12:26:41.235Z[ helios-setup] Aug 22 12:26:40.207 INFO E| Downloaded serde v1.0.193
32722026-08-22T12:26:41.251Z[ helios-setup] Aug 22 12:26:40.223 INFO E| Downloaded serde_json v1.0.103
32732026-08-22T12:26:41.270Z[ helios-setup] Aug 22 12:26:40.242 INFO E| Downloaded syn v2.0.32
32742026-08-22T12:26:41.280Z[ helios-setup] Aug 22 12:26:40.252 INFO E| Downloaded rustix v0.38.4
32752026-08-22T12:26:41.301Z[ helios-setup] Aug 22 12:26:40.273 INFO E| Downloaded libc v0.2.147
32762026-08-22T12:26:41.366Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling libc v0.2.147
32772026-08-22T12:26:41.366Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling proc-macro2 v1.0.66
32782026-08-22T12:26:41.366Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling unicode-ident v1.0.11
32792026-08-22T12:26:41.366Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling cfg-if v1.0.0
32802026-08-22T12:26:41.370Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling version_check v0.9.4
32812026-08-22T12:26:41.370Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling typenum v1.16.0
32822026-08-22T12:26:41.370Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling serde v1.0.193
32832026-08-22T12:26:41.370Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling num-conv v0.1.0
32842026-08-22T12:26:41.370Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling rustix v0.38.4
32852026-08-22T12:26:41.370Z[ helios-setup] Aug 22 12:26:40.338 INFO E| Compiling powerfmt v0.2.0
32862026-08-22T12:26:41.409Z[ helios-setup] Aug 22 12:26:40.381 INFO E| Compiling itoa v1.0.9
32872026-08-22T12:26:41.413Z[ helios-setup] Aug 22 12:26:40.381 INFO E| Compiling time-core v0.1.2
32882026-08-22T12:26:41.416Z[ helios-setup] Aug 22 12:26:40.387 INFO E| Compiling slog v2.7.0
32892026-08-22T12:26:41.433Z[ helios-setup] Aug 22 12:26:40.405 INFO E| Compiling once_cell v1.18.0
32902026-08-22T12:26:41.437Z[ helios-setup] Aug 22 12:26:40.405 INFO E| Compiling num_threads v0.1.6
32912026-08-22T12:26:41.437Z[ helios-setup] Aug 22 12:26:40.405 INFO E| Compiling bitflags v2.3.3
32922026-08-22T12:26:41.835Z[ helios-setup] Aug 22 12:26:40.807 INFO E| Compiling opaque-debug v0.3.0
32932026-08-22T12:26:41.838Z[ helios-setup] Aug 22 12:26:40.809 INFO E| Compiling fastrand v2.0.0
32942026-08-22T12:26:42.014Z[ host-package] Compiling anstyle-parse v0.2.7
32952026-08-22T12:26:42.035Z[ helios-setup] Aug 22 12:26:41.007 INFO E| Compiling thread_local v1.1.7
32962026-08-22T12:26:42.039Z[ helios-setup] Aug 22 12:26:41.008 INFO E| Compiling serde_json v1.0.103
32972026-08-22T12:26:42.197Z[ helios-setup] Aug 22 12:26:41.169 INFO E| Compiling anyhow v1.0.72
32982026-08-22T12:26:42.352Z[ helios-setup] Aug 22 12:26:41.323 INFO E| Compiling deranged v0.3.11
32992026-08-22T12:26:42.390Z[ helios-setup] Aug 22 12:26:41.362 INFO E| Compiling ryu v1.0.15
33002026-08-22T12:26:42.423Z[ helios-setup] Aug 22 12:26:41.395 INFO E| Compiling cpufeatures v0.2.9
33012026-08-22T12:26:42.506Z[ helios-setup] Aug 22 12:26:41.478 INFO E| Compiling unicode-width v0.1.10
33022026-08-22T12:26:42.549Z[ helios-setup] Aug 22 12:26:41.520 INFO E| Compiling time-macros v0.2.18
33032026-08-22T12:26:42.549Z[ helios-setup] Aug 22 12:26:41.520 INFO E| Compiling same-file v1.0.6
33042026-08-22T12:26:42.566Z[ helios-setup] Aug 22 12:26:41.538 INFO E| Compiling libdevinfo-sys v1.0.0
33052026-08-22T12:26:42.575Z[ host-package] Compiling secrecy v0.8.0
33062026-08-22T12:26:42.575Z[ helios-setup] Aug 22 12:26:41.547 INFO E| Compiling generic-array v0.14.7
33072026-08-22T12:26:42.713Z[ helios-setup] Aug 22 12:26:41.685 INFO E| Compiling walkdir v2.3.3
33082026-08-22T12:26:42.752Z[ helios-setup] Aug 22 12:26:41.724 INFO E| Compiling getopts v0.2.21
33092026-08-22T12:26:42.772Z[ helios-setup] Aug 22 12:26:41.744 INFO E| Compiling glob v0.3.1
33102026-08-22T12:26:42.792Z[ helios-setup] Aug 22 12:26:41.764 INFO E| Compiling dirs-sys-next v0.1.2
33112026-08-22T12:26:42.797Z[ helios-setup] Aug 22 12:26:41.769 INFO E| Compiling errno v0.3.1
33122026-08-22T12:26:42.938Z[ helios-setup] Aug 22 12:26:41.910 INFO E| Compiling quote v1.0.31
33132026-08-22T12:26:42.938Z[ helios-setup] Aug 22 12:26:41.910 INFO E| Compiling atty v0.2.14
33142026-08-22T12:26:42.973Z[ host-package] Compiling castaway v0.2.4
33152026-08-22T12:26:43.126Z[ helios-setup] Aug 22 12:26:42.098 INFO E| Compiling getrandom v0.2.10
33162026-08-22T12:26:43.203Z[ helios-setup] Aug 22 12:26:42.175 INFO E| Compiling dirs-next v2.0.0
33172026-08-22T12:26:43.294Z[ helios-setup] Aug 22 12:26:42.266 INFO E| Compiling term v0.7.0
33182026-08-22T12:26:43.349Z[ helios-setup] Aug 22 12:26:42.321 INFO E| Compiling syn v2.0.32
33192026-08-22T12:26:43.484Z[ host-package] Compiling vergen-git2 v9.1.0
33202026-08-22T12:26:43.557Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33212026-08-22T12:26:43.877Z[ host-package] Compiling indoc v2.0.7
33222026-08-22T12:26:43.982Z[ helios-setup] Aug 22 12:26:42.954 INFO E| Compiling tempfile v3.7.0
33232026-08-22T12:26:44.002Z[ host-package] Compiling compact_str v0.8.1
33242026-08-22T12:26:44.200Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-08-22T12:26:44.296Z[ helios-setup] Aug 22 12:26:43.268 INFO E| Compiling time v0.3.36
33262026-08-22T12:26:44.454Z[ helios-setup] Aug 22 12:26:43.425 INFO E| Compiling digest v0.9.0
33272026-08-22T12:26:44.454Z[ helios-setup] Aug 22 12:26:43.426 INFO E| Compiling block-buffer v0.9.0
33282026-08-22T12:26:44.553Z[ helios-setup] Aug 22 12:26:43.525 INFO E| Compiling md-5 v0.9.1
33292026-08-22T12:26:44.553Z[ helios-setup] Aug 22 12:26:43.525 INFO E| Compiling sha-1 v0.9.8
33302026-08-22T12:26:45.268Z[ helios-setup] Aug 22 12:26:44.239 INFO E| Compiling serde_derive v1.0.193
33312026-08-22T12:26:45.313Z[ helios-setup] Aug 22 12:26:44.284 INFO E| Compiling slog-term v2.9.0
33322026-08-22T12:26:45.535Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33332026-08-22T12:26:45.652Z[ host-package] Compiling anstream v0.6.21
33342026-08-22T12:26:45.771Z[ host-package] Compiling globwalk v0.9.1
33352026-08-22T12:26:46.320Z[ host-package] Compiling parking_lot v0.11.2
33362026-08-22T12:26:46.470Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33372026-08-22T12:26:46.804Z[ host-package] Compiling hyper-staticfile v0.10.1
33382026-08-22T12:26:47.160Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-08-22T12:26:47.230Z[ host-package] Compiling darling_macro v0.13.4
33402026-08-22T12:26:47.448Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33412026-08-22T12:26:47.780Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33422026-08-22T12:26:47.811Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33432026-08-22T12:26:48.006Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33442026-08-22T12:26:48.451Z[ host-package] Compiling predicates-tree v1.0.13
33452026-08-22T12:26:48.708Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33462026-08-22T12:26:48.934Z[ host-package] Compiling unicode-truncate v1.1.0
33472026-08-22T12:26:48.973Z[ host-package] Compiling lru v0.12.5
33482026-08-22T12:26:49.119Z[ host-package] Compiling prefix-trie v0.7.0
33492026-08-22T12:26:49.155Z[ host-package] Compiling rand_seeder v0.4.0
33502026-08-22T12:26:49.212Z[ host-package] Compiling cassowary v0.3.0
33512026-08-22T12:26:49.416Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33522026-08-22T12:26:49.636Z[ host-package] Compiling hickory-server v0.25.2
33532026-08-22T12:26:49.654Z[ helios-setup] Aug 22 12:26:48.626 INFO E| Compiling toml v0.5.11
33542026-08-22T12:26:49.654Z[ helios-setup] Aug 22 12:26:48.626 INFO E| Compiling uuid v0.8.2
33552026-08-22T12:26:49.690Z[ host-package] Compiling ratatui v0.29.0
33562026-08-22T12:26:49.887Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33572026-08-22T12:26:50.081Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33582026-08-22T12:26:50.084Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33592026-08-22T12:26:50.276Z[ host-package] Compiling darling v0.13.4
33602026-08-22T12:26:50.403Z[ helios-setup] Aug 22 12:26:49.374 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33612026-08-22T12:26:50.660Z[ host-package] Compiling sled v0.34.7
33622026-08-22T12:26:50.803Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33632026-08-22T12:26:50.902Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33642026-08-22T12:26:50.960Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33652026-08-22T12:26:51.004Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33662026-08-22T12:26:51.156Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33672026-08-22T12:26:51.159Z[ helios-setup] Aug 22 12:26:50.131 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33682026-08-22T12:26:51.292Z[ host-package] Compiling serde_with_macros v1.5.2
33692026-08-22T12:26:51.419Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33702026-08-22T12:26:52.158Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33712026-08-22T12:26:53.488Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33722026-08-22T12:26:53.583Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33732026-08-22T12:26:54.282Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33742026-08-22T12:26:54.303Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33752026-08-22T12:26:54.552Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33762026-08-22T12:26:54.835Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33772026-08-22T12:26:54.890Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33782026-08-22T12:26:55.093Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33792026-08-22T12:26:55.150Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33802026-08-22T12:26:55.313Z[ helios-setup] Aug 22 12:26:54.285 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.73s
33812026-08-22T12:26:55.338Z[ helios-setup] Aug 22 12:26:54.310 INFO building project "image-builder" ok (14 seconds)
33822026-08-22T12:26:55.338Z[ helios-setup] Aug 22 12:26:54.310 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
33832026-08-22T12:26:55.342Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33842026-08-22T12:26:55.348Z[ helios-setup] Aug 22 12:26:54.320 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
33852026-08-22T12:26:55.348Z[ helios-setup] Aug 22 12:26:54.320 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
33862026-08-22T12:26:55.352Z[ helios-setup] Aug 22 12:26:54.320 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
33872026-08-22T12:26:55.409Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33882026-08-22T12:26:55.461Z[ helios-setup] Aug 22 12:26:54.432 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
33892026-08-22T12:26:55.574Z[ host-package] Compiling arc-swap v1.8.2
33902026-08-22T12:26:55.657Z[ host-package] Compiling void v1.0.2
33912026-08-22T12:26:55.786Z[ helios-setup] Aug 22 12:26:54.758 INFO E| From https://github.com/jclulow/hiercmd
33922026-08-22T12:26:55.787Z[ helios-setup] Aug 22 12:26:54.758 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
33932026-08-22T12:26:55.799Z[ helios-setup] Aug 22 12:26:54.771 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
33942026-08-22T12:26:55.809Z[ host-package] Compiling lzss v0.8.2
33952026-08-22T12:26:55.970Z[ host-package] Compiling slog-scope v4.4.1
33962026-08-22T12:26:56.133Z[ helios-setup] Aug 22 12:26:55.104 INFO E| From https://github.com/oxidecomputer/network-interface
33972026-08-22T12:26:56.133Z[ helios-setup] Aug 22 12:26:55.104 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
33982026-08-22T12:26:56.145Z[ helios-setup] Aug 22 12:26:55.116 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
33992026-08-22T12:26:56.360Z[ host-package] Compiling illumos-nvpair v0.3.0
34002026-08-22T12:26:56.498Z[ helios-setup] Aug 22 12:26:55.469 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34012026-08-22T12:26:56.498Z[ helios-setup] Aug 22 12:26:55.469 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34022026-08-22T12:26:56.515Z[ helios-setup] Aug 22 12:26:55.487 INFO E| Updating crates.io index
34032026-08-22T12:26:56.689Z[ helios-setup] Aug 22 12:26:55.661 INFO E| Downloading crates ...
34042026-08-22T12:26:56.763Z[ helios-setup] Aug 22 12:26:55.735 INFO E| Downloaded env_filter v0.1.4
34052026-08-22T12:26:56.767Z[ helios-setup] Aug 22 12:26:55.736 INFO E| Downloaded futures-task v0.3.31
34062026-08-22T12:26:56.767Z[ helios-setup] Aug 22 12:26:55.737 INFO E| Downloaded bitfield-macros v0.19.3
34072026-08-22T12:26:56.767Z[ helios-setup] Aug 22 12:26:55.737 INFO E| Downloaded futures-io v0.3.31
34082026-08-22T12:26:56.773Z[ helios-setup] Aug 22 12:26:55.745 INFO E| Downloaded futures-core v0.3.31
34092026-08-22T12:26:56.781Z[ helios-setup] Aug 22 12:26:55.753 INFO E| Downloaded clap_builder v4.5.51
34102026-08-22T12:26:56.787Z[ helios-setup] Aug 22 12:26:55.758 INFO E| Downloaded serde_spanned v1.0.3
34112026-08-22T12:26:56.791Z[ helios-setup] Aug 22 12:26:55.759 INFO E| Downloaded futures-macro v0.3.31
34122026-08-22T12:26:56.794Z[ helios-setup] Aug 22 12:26:55.764 INFO E| Downloaded time-core v0.1.6
34132026-08-22T12:26:56.800Z[ helios-setup] Aug 22 12:26:55.772 INFO E| Downloaded futures-sink v0.3.31
34142026-08-22T12:26:56.803Z[ helios-setup] Aug 22 12:26:55.773 INFO E| Downloaded simd-adler32 v0.3.7
34152026-08-22T12:26:56.804Z[ helios-setup] Aug 22 12:26:55.774 INFO E| Downloaded devinfo v0.1.0
34162026-08-22T12:26:56.823Z[ helios-setup] Aug 22 12:26:55.795 INFO E| Downloaded zeroize_derive v1.4.2
34172026-08-22T12:26:56.827Z[ helios-setup] Aug 22 12:26:55.796 INFO E| Downloaded anstyle-query v1.1.4
34182026-08-22T12:26:56.827Z[ helios-setup] Aug 22 12:26:55.796 INFO E| Downloaded crc v3.3.0
34192026-08-22T12:26:56.827Z[ helios-setup] Aug 22 12:26:55.797 INFO E| Downloaded libdevinfo-sys v1.1.0
34202026-08-22T12:26:56.827Z[ helios-setup] Aug 22 12:26:55.798 INFO E| Downloaded pin-utils v0.1.0
34212026-08-22T12:26:56.827Z[ helios-setup] Aug 22 12:26:55.798 INFO E| Downloaded anstyle v1.0.13
34222026-08-22T12:26:56.831Z[ helios-setup] Aug 22 12:26:55.799 INFO E| Downloaded futures-channel v0.3.31
34232026-08-22T12:26:56.831Z[ helios-setup] Aug 22 12:26:55.802 INFO E| Downloaded bitfield v0.19.3
34242026-08-22T12:26:56.834Z[ helios-setup] Aug 22 12:26:55.803 INFO E| Downloaded thiserror-impl v2.0.17
34252026-08-22T12:26:56.843Z[ helios-setup] Aug 22 12:26:55.815 INFO E| Downloaded clap_lex v0.7.6
34262026-08-22T12:26:56.846Z[ helios-setup] Aug 22 12:26:55.816 INFO E| Downloaded env_logger v0.11.8
34272026-08-22T12:26:56.846Z[ helios-setup] Aug 22 12:26:55.818 INFO E| Downloaded find-msvc-tools v0.1.4
34282026-08-22T12:26:56.892Z[ helios-setup] Aug 22 12:26:55.864 INFO E| Downloaded getopts v0.2.24
34292026-08-22T12:26:56.895Z[ helios-setup] Aug 22 12:26:55.865 INFO E| Downloaded time-macros v0.2.24
34302026-08-22T12:26:56.896Z[ helios-setup] Aug 22 12:26:55.867 INFO E| Downloaded deranged v0.5.5
34312026-08-22T12:26:56.899Z[ helios-setup] Aug 22 12:26:55.868 INFO E| Downloaded num_enum_derive v0.7.5
34322026-08-22T12:26:56.899Z[ helios-setup] Aug 22 12:26:55.869 INFO E| Downloaded tokio-macros v2.6.0
34332026-08-22T12:26:56.899Z[ helios-setup] Aug 22 12:26:55.870 INFO E| Downloaded futures-executor v0.3.31
34342026-08-22T12:26:56.899Z[ helios-setup] Aug 22 12:26:55.871 INFO E| Downloaded quote v1.0.41
34352026-08-22T12:26:56.902Z[ helios-setup] Aug 22 12:26:55.872 INFO E| Downloaded pin-project-lite v0.2.16
34362026-08-22T12:26:56.907Z[ helios-setup] Aug 22 12:26:55.876 INFO E| Downloaded thiserror v2.0.17
34372026-08-22T12:26:56.910Z[ helios-setup] Aug 22 12:26:55.880 INFO E| Downloaded slab v0.4.11
34382026-08-22T12:26:56.910Z[ helios-setup] Aug 22 12:26:55.880 INFO E| Downloaded clap_derive v4.5.49
34392026-08-22T12:26:56.910Z[ helios-setup] Aug 22 12:26:55.882 INFO E| Downloaded bitflags v2.10.0
34402026-08-22T12:26:56.914Z[ helios-setup] Aug 22 12:26:55.885 INFO E| Downloaded num_enum v0.7.5
34412026-08-22T12:26:56.918Z[ helios-setup] Aug 22 12:26:55.888 INFO E| Downloaded toml_writer v1.0.4
34422026-08-22T12:26:56.918Z[ helios-setup] Aug 22 12:26:55.889 INFO E| Downloaded toml_datetime v0.7.3
34432026-08-22T12:26:56.921Z[ helios-setup] Aug 22 12:26:55.890 INFO E| Downloaded generic-array v0.14.9
34442026-08-22T12:26:56.921Z[ helios-setup] Aug 22 12:26:55.891 INFO E| Downloaded signal-hook-registry v1.4.6
34452026-08-22T12:26:56.921Z[ helios-setup] Aug 22 12:26:55.892 INFO E| Downloaded iana-time-zone v0.1.64
34462026-08-22T12:26:56.921Z[ helios-setup] Aug 22 12:26:55.894 INFO E| Downloaded unicode-ident v1.0.22
34472026-08-22T12:26:56.925Z[ helios-setup] Aug 22 12:26:55.895 INFO E| Downloaded getrandom v0.2.16
34482026-08-22T12:26:56.929Z[ helios-setup] Aug 22 12:26:55.897 INFO E| Downloaded term v1.2.0
34492026-08-22T12:26:56.929Z[ helios-setup] Aug 22 12:26:55.900 INFO E| Downloaded zeroize v1.8.2
34502026-08-22T12:26:56.933Z[ helios-setup] Aug 22 12:26:55.900 INFO E| Downloaded futures v0.3.31
34512026-08-22T12:26:56.933Z[ helios-setup] Aug 22 12:26:55.904 INFO E| Downloaded anyhow v1.0.100
34522026-08-22T12:26:56.937Z[ helios-setup] Aug 22 12:26:55.906 INFO E| Downloaded base64ct v1.8.0
34532026-08-22T12:26:56.937Z[ helios-setup] Aug 22 12:26:55.908 INFO E| Downloaded log v0.4.28
34542026-08-22T12:26:56.945Z[ helios-setup] Aug 22 12:26:55.909 INFO E| Downloaded toml_parser v1.0.4
34552026-08-22T12:26:56.946Z[ helios-setup] Aug 22 12:26:55.911 INFO E| Downloaded socket2 v0.6.1
34562026-08-22T12:26:56.949Z[ helios-setup] Aug 22 12:26:55.912 INFO E| Downloaded toml v0.9.8
34572026-08-22T12:26:56.949Z[ helios-setup] Aug 22 12:26:55.915 INFO E| Downloaded clap v4.5.51
34582026-08-22T12:26:56.949Z[ host-package] Compiling serde_with v1.14.0
34592026-08-22T12:26:56.949Z[ helios-setup] Aug 22 12:26:55.921 INFO E| Downloaded bytes v1.10.1
34602026-08-22T12:26:56.953Z[ helios-setup] Aug 22 12:26:55.924 INFO E| Downloaded proc-macro2 v1.0.103
34612026-08-22T12:26:56.956Z[ helios-setup] Aug 22 12:26:55.928 INFO E| Downloaded flate2 v1.1.5
34622026-08-22T12:26:56.977Z[ helios-setup] Aug 22 12:26:55.949 INFO E| Downloaded rand v0.8.5
34632026-08-22T12:26:56.981Z[ helios-setup] Aug 22 12:26:55.951 INFO E| Downloaded cc v1.2.44
34642026-08-22T12:26:56.984Z[ helios-setup] Aug 22 12:26:55.954 INFO E| Downloaded typenum v1.19.0
34652026-08-22T12:26:56.984Z[ helios-setup] Aug 22 12:26:55.956 INFO E| Downloaded toml_edit v0.23.7
34662026-08-22T12:26:56.988Z[ helios-setup] Aug 22 12:26:55.959 INFO E| Downloaded uuid v1.18.1
34672026-08-22T12:26:56.991Z[ helios-setup] Aug 22 12:26:55.962 INFO E| Downloaded zerocopy-derive v0.8.27
34682026-08-22T12:26:56.995Z[ helios-setup] Aug 22 12:26:55.967 INFO E| Downloaded indexmap v2.12.0
34692026-08-22T12:26:56.998Z[ helios-setup] Aug 22 12:26:55.970 INFO E| Downloaded rsa v0.9.8
34702026-08-22T12:26:57.007Z[ helios-setup] Aug 22 12:26:55.973 INFO E| Downloaded mio v1.1.0
34712026-08-22T12:26:57.010Z[ helios-setup] Aug 22 12:26:55.981 INFO E| Downloaded memchr v2.7.6
34722026-08-22T12:26:57.047Z[ helios-setup] Aug 22 12:26:56.019 INFO E| Downloaded iddqd v0.3.14
34732026-08-22T12:26:57.070Z[ helios-setup] Aug 22 12:26:56.042 INFO E| Downloaded num-bigint-dig v0.8.4
34742026-08-22T12:26:57.074Z[ helios-setup] Aug 22 12:26:56.045 INFO E| Downloaded time v0.3.44
34752026-08-22T12:26:57.083Z[ helios-setup] Aug 22 12:26:56.055 INFO E| Downloaded hashbrown v0.16.0
34762026-08-22T12:26:57.086Z[ helios-setup] Aug 22 12:26:56.058 INFO E| Downloaded serde_json v1.0.145
34772026-08-22T12:26:57.090Z[ helios-setup] Aug 22 12:26:56.062 INFO E| Downloaded libm v0.2.15
34782026-08-22T12:26:57.096Z[ helios-setup] Aug 22 12:26:56.068 INFO E| Downloaded futures-util v0.3.31
34792026-08-22T12:26:57.103Z[ helios-setup] Aug 22 12:26:56.075 INFO E| Downloaded winnow v0.7.13
34802026-08-22T12:26:57.108Z[ helios-setup] Aug 22 12:26:56.080 INFO E| Downloaded chrono v0.4.42
34812026-08-22T12:26:57.112Z[ helios-setup] Aug 22 12:26:56.084 INFO E| Downloaded zerocopy v0.8.27
34822026-08-22T12:26:57.129Z[ helios-setup] Aug 22 12:26:56.101 INFO E| Downloaded unicode-width v0.2.2
34832026-08-22T12:26:57.132Z[ helios-setup] Aug 22 12:26:56.104 INFO E| Downloaded syn v2.0.108
34842026-08-22T12:26:57.139Z[ helios-setup] Aug 22 12:26:56.111 INFO E| Downloaded rustix v1.1.2
34852026-08-22T12:26:57.185Z[ helios-setup] Aug 22 12:26:56.156 INFO E| Downloaded libc v0.2.177
34862026-08-22T12:26:57.190Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34872026-08-22T12:26:57.201Z[ helios-setup] Aug 22 12:26:56.173 INFO E| Downloaded tokio v1.48.0
34882026-08-22T12:26:57.323Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling proc-macro2 v1.0.103
34892026-08-22T12:26:57.324Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling quote v1.0.41
34902026-08-22T12:26:57.324Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling unicode-ident v1.0.22
34912026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling libc v0.2.177
34922026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling serde_core v1.0.228
34932026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling cfg-if v1.0.4
34942026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling serde v1.0.228
34952026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling version_check v0.9.5
34962026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling autocfg v1.5.0
34972026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling const-oid v0.9.6
34982026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling typenum v1.19.0
34992026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling libm v0.2.15
35002026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling zerocopy v0.8.27
35012026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling rustversion v1.0.22
35022026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.295 INFO E| Compiling zeroize v1.8.2
35032026-08-22T12:26:57.328Z[ helios-setup] Aug 22 12:26:56.296 INFO E| Compiling base64ct v1.8.0
35042026-08-22T12:26:58.187Z[ helios-setup] Aug 22 12:26:57.158 INFO E| Compiling smallvec v1.15.1
35052026-08-22T12:26:58.210Z[ helios-setup] Aug 22 12:26:57.182 INFO E| Compiling utf8parse v0.2.2
35062026-08-22T12:26:58.258Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35072026-08-22T12:26:58.459Z[ helios-setup] Aug 22 12:26:57.431 INFO E| Compiling pem-rfc7468 v0.7.0
35082026-08-22T12:26:58.609Z[ helios-setup] Aug 22 12:26:57.581 INFO E| Compiling hashbrown v0.16.0
35092026-08-22T12:26:58.615Z[ helios-setup] Aug 22 12:26:57.587 INFO E| Compiling anyhow v1.0.100
35102026-08-22T12:26:58.663Z[ helios-setup] Aug 22 12:26:57.635 INFO E| Compiling flagset v0.4.7
35112026-08-22T12:26:58.751Z[ helios-setup] Aug 22 12:26:57.722 INFO E| Compiling memchr v2.7.6
35122026-08-22T12:26:58.853Z[ helios-setup] Aug 22 12:26:57.825 INFO E| Compiling crc32fast v1.5.0
35132026-08-22T12:26:58.891Z[ helios-setup] Aug 22 12:26:57.863 INFO E| Compiling num-traits v0.2.19
35142026-08-22T12:26:58.927Z[ helios-setup] Aug 22 12:26:57.890 INFO E| Compiling generic-array v0.14.9
35152026-08-22T12:26:58.993Z[ helios-setup] Aug 22 12:26:57.965 INFO E| Compiling winnow v0.7.13
35162026-08-22T12:26:59.280Z[ helios-setup] Aug 22 12:26:58.252 INFO E| Compiling equivalent v1.0.2
35172026-08-22T12:26:59.387Z[ helios-setup] Aug 22 12:26:58.359 INFO E| Compiling rustix v1.1.2
35182026-08-22T12:26:59.413Z[ host-package] Compiling git2 v0.20.4
35192026-08-22T12:26:59.420Z[ helios-setup] Aug 22 12:26:58.392 INFO E| Compiling byteorder v1.5.0
35202026-08-22T12:26:59.588Z[ helios-setup] Aug 22 12:26:58.559 INFO E| Compiling getrandom v0.2.16
35212026-08-22T12:26:59.686Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35222026-08-22T12:26:59.758Z[ helios-setup] Aug 22 12:26:58.730 INFO E| Compiling errno v0.3.14
35232026-08-22T12:26:59.839Z[ helios-setup] Aug 22 12:26:58.811 INFO E| Compiling indexmap v2.12.0
35242026-08-22T12:26:59.985Z[ helios-setup] Aug 22 12:26:58.957 INFO E| Compiling rand_core v0.6.4
35252026-08-22T12:27:00.043Z[ helios-setup] Aug 22 12:26:59.015 INFO E| Compiling syn v2.0.108
35262026-08-22T12:27:00.062Z[ helios-setup] Aug 22 12:26:59.034 INFO E| Compiling anstyle-parse v0.2.7
35272026-08-22T12:27:00.069Z[ helios-setup] Aug 22 12:26:59.041 INFO E| Compiling colorchoice v1.0.4
35282026-08-22T12:27:00.078Z[ helios-setup] Aug 22 12:26:59.050 INFO E| Compiling find-msvc-tools v0.1.4
35292026-08-22T12:27:00.131Z[ helios-setup] Aug 22 12:26:59.103 INFO E| Compiling syn v1.0.109
35302026-08-22T12:27:00.165Z[ helios-setup] Aug 22 12:26:59.137 INFO E| Compiling shlex v1.3.0
35312026-08-22T12:27:00.212Z[ helios-setup] Aug 22 12:26:59.184 INFO E| Compiling radium v0.7.0
35322026-08-22T12:27:00.232Z[ helios-setup] Aug 22 12:26:59.203 INFO E| Compiling allocator-api2 v0.2.21
35332026-08-22T12:27:00.298Z[ helios-setup] Aug 22 12:26:59.270 INFO E| Compiling toml_datetime v0.7.3
35342026-08-22T12:27:00.599Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35352026-08-22T12:27:00.651Z[ helios-setup] Aug 22 12:26:59.623 INFO E| Compiling is_terminal_polyfill v1.70.2
35362026-08-22T12:27:00.716Z[ helios-setup] Aug 22 12:26:59.688 INFO E| Compiling cpufeatures v0.2.17
35372026-08-22T12:27:00.757Z[ helios-setup] Aug 22 12:26:59.725 INFO E| Compiling anstyle-query v1.1.4
35382026-08-22T12:27:00.773Z[ helios-setup] Aug 22 12:26:59.745 INFO E| Compiling anstyle v1.0.13
35392026-08-22T12:27:00.910Z[ helios-setup] Aug 22 12:26:59.882 INFO E| Compiling cc v1.2.44
35402026-08-22T12:27:01.050Z[ helios-setup] Aug 22 12:27:00.021 INFO E| Compiling slog v2.8.2
35412026-08-22T12:27:01.125Z[ helios-setup] Aug 22 12:27:00.097 INFO E| Compiling tap v1.0.1
35422026-08-22T12:27:01.172Z[ helios-setup] Aug 22 12:27:00.145 INFO E| Compiling anstream v0.6.21
35432026-08-22T12:27:01.255Z[ helios-setup] Aug 22 12:27:00.227 INFO E| Compiling futures-core v0.3.31
35442026-08-22T12:27:01.310Z[ helios-setup] Aug 22 12:27:00.282 INFO E| Compiling unicode-width v0.2.2
35452026-08-22T12:27:01.339Z[ helios-setup] Aug 22 12:27:00.311 INFO E| Compiling pin-project-lite v0.2.16
35462026-08-22T12:27:01.368Z[ helios-setup] Aug 22 12:27:00.340 INFO E| Compiling parking_lot_core v0.9.12
35472026-08-22T12:27:01.419Z[ helios-setup] Aug 22 12:27:00.391 INFO E| Compiling crypto-common v0.1.6
35482026-08-22T12:27:01.460Z[ helios-setup] Aug 22 12:27:00.432 INFO E| Compiling block-buffer v0.10.4
35492026-08-22T12:27:01.487Z[ helios-setup] Aug 22 12:27:00.459 INFO E| Compiling maybe-uninit v2.0.0
35502026-08-22T12:27:01.610Z[ helios-setup] Aug 22 12:27:00.582 INFO E| Compiling pkg-config v0.3.32
35512026-08-22T12:27:01.665Z[ helios-setup] Aug 22 12:27:00.637 INFO E| Compiling futures-sink v0.3.31
35522026-08-22T12:27:01.782Z[ helios-setup] Aug 22 12:27:00.754 INFO E| Compiling digest v0.10.7
35532026-08-22T12:27:01.842Z[ helios-setup] Aug 22 12:27:00.814 INFO E| Compiling toml_parser v1.0.4
35542026-08-22T12:27:01.908Z[ helios-setup] Aug 22 12:27:00.880 INFO E| Compiling num-integer v0.1.46
35552026-08-22T12:27:02.068Z[ helios-setup] Aug 22 12:27:01.040 INFO E| Compiling getopts v0.2.24
35562026-08-22T12:27:02.113Z[ helios-setup] Aug 22 12:27:01.085 INFO E| Compiling sha2 v0.10.9
35572026-08-22T12:27:02.174Z[ helios-setup] Aug 22 12:27:01.145 INFO E| Compiling futures-channel v0.3.31
35582026-08-22T12:27:02.194Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35592026-08-22T12:27:02.197Z[ helios-setup] Aug 22 12:27:01.169 INFO E| Compiling wyz v0.5.1
35602026-08-22T12:27:02.226Z[ helios-setup] Aug 22 12:27:01.198 INFO E| Compiling ahash v0.8.12
35612026-08-22T12:27:02.318Z[ helios-setup] Aug 22 12:27:01.290 INFO E| Compiling slab v0.4.11
35622026-08-22T12:27:02.359Z[ helios-setup] Aug 22 12:27:01.331 INFO E| Compiling clap_lex v0.7.6
35632026-08-22T12:27:02.439Z[ helios-setup] Aug 22 12:27:01.411 INFO E| Compiling scopeguard v1.2.0
35642026-08-22T12:27:02.881Z[ helios-setup] Aug 22 12:27:01.852 INFO E| Compiling toml_edit v0.23.7
35652026-08-22T12:27:02.919Z[ host-package] Compiling scuffle v0.1.0
35662026-08-22T12:27:03.111Z[ helios-setup] Aug 22 12:27:02.083 INFO E| Compiling bytes v1.10.1
35672026-08-22T12:27:03.118Z[ helios-setup] Aug 22 12:27:02.090 INFO E| Compiling thiserror v1.0.69
35682026-08-22T12:27:03.126Z[ helios-setup] Aug 22 12:27:02.096 INFO E| Compiling heck v0.5.0
35692026-08-22T12:27:03.126Z[ helios-setup] Aug 22 12:27:02.096 INFO E| Compiling powerfmt v0.2.0
35702026-08-22T12:27:03.147Z[ helios-setup] Aug 22 12:27:02.119 INFO E| Compiling num-conv v0.1.0
35712026-08-22T12:27:03.147Z[ helios-setup] Aug 22 12:27:02.119 INFO E| Compiling funty v2.0.0
35722026-08-22T12:27:03.203Z[ helios-setup] Aug 22 12:27:02.175 INFO E| Compiling num-bigint-dig v0.8.4
35732026-08-22T12:27:03.259Z[ helios-setup] Aug 22 12:27:02.231 INFO E| Compiling futures-task v0.3.31
35742026-08-22T12:27:03.296Z[ helios-setup] Aug 22 12:27:02.268 INFO E| Compiling spin v0.9.8
35752026-08-22T12:27:03.465Z[ helios-setup] Aug 22 12:27:02.436 INFO E| Compiling bitflags v2.10.0
35762026-08-22T12:27:03.486Z[ helios-setup] Aug 22 12:27:02.458 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35772026-08-22T12:27:03.621Z[ helios-setup] Aug 22 12:27:02.593 INFO E| Compiling getrandom v0.3.4
35782026-08-22T12:27:03.633Z[ helios-setup] Aug 22 12:27:02.604 INFO E| Compiling futures-io v0.3.31
35792026-08-22T12:27:03.764Z[ helios-setup] Aug 22 12:27:02.735 INFO E| Compiling time-core v0.1.6
35802026-08-22T12:27:03.796Z[ helios-setup] Aug 22 12:27:02.767 INFO E| Compiling strsim v0.11.1
35812026-08-22T12:27:04.089Z[ helios-setup] Aug 22 12:27:03.060 INFO E| Compiling packed_struct v0.10.1
35822026-08-22T12:27:04.130Z[ helios-setup] Aug 22 12:27:03.101 INFO E| Compiling pin-utils v0.1.0
35832026-08-22T12:27:04.138Z[ helios-setup] Aug 22 12:27:03.110 INFO E| Compiling itoa v1.0.15
35842026-08-22T12:27:04.209Z[ helios-setup] Aug 22 12:27:03.180 INFO E| Compiling time-macros v0.2.24
35852026-08-22T12:27:04.220Z[ helios-setup] Aug 22 12:27:03.192 INFO E| Compiling bitvec v1.0.1
35862026-08-22T12:27:04.369Z[ helios-setup] Aug 22 12:27:03.341 INFO E| Compiling lazy_static v1.5.0
35872026-08-22T12:27:04.477Z[ helios-setup] Aug 22 12:27:03.449 INFO E| Compiling deranged v0.5.5
35882026-08-22T12:27:04.512Z[ helios-setup] Aug 22 12:27:03.483 INFO E| Compiling lock_api v0.4.14
35892026-08-22T12:27:04.537Z[ helios-setup] Aug 22 12:27:03.509 INFO E| Compiling proc-macro-crate v3.4.0
35902026-08-22T12:27:04.607Z[ helios-setup] Aug 22 12:27:03.579 INFO E| Compiling num-iter v0.1.45
35912026-08-22T12:27:04.818Z[ helios-setup] Aug 22 12:27:03.790 INFO E| Compiling indexmap v1.9.3
35922026-08-22T12:27:04.960Z[ helios-setup] Aug 22 12:27:03.932 INFO E| Compiling nodrop v0.1.14
35932026-08-22T12:27:05.019Z[ helios-setup] Aug 22 12:27:03.991 INFO E| Compiling simd-adler32 v0.3.7
35942026-08-22T12:27:05.034Z[ host-package] Compiling tungstenite v0.23.0
35952026-08-22T12:27:05.040Z[ helios-setup] Aug 22 12:27:04.012 INFO E| Compiling crc-catalog v2.4.0
35962026-08-22T12:27:05.081Z[ helios-setup] Aug 22 12:27:04.053 INFO E| Compiling adler2 v2.0.1
35972026-08-22T12:27:05.204Z[ helios-setup] Aug 22 12:27:04.176 INFO E| Compiling log v0.4.28
35982026-08-22T12:27:05.244Z[ helios-setup] Aug 22 12:27:04.216 INFO E| Compiling once_cell v1.21.3
35992026-08-22T12:27:05.361Z[ helios-setup] Aug 22 12:27:04.330 INFO E| Compiling terminal_size v0.4.3
36002026-08-22T12:27:05.596Z[ helios-setup] Aug 22 12:27:04.567 INFO E| Compiling clap_builder v4.5.51
36012026-08-22T12:27:05.601Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36022026-08-22T12:27:05.656Z[ helios-setup] Aug 22 12:27:04.627 INFO E| Compiling iana-time-zone v0.1.64
36032026-08-22T12:27:05.698Z[ helios-setup] Aug 22 12:27:04.669 INFO E| Compiling thiserror v2.0.17
36042026-08-22T12:27:05.707Z[ helios-setup] Aug 22 12:27:04.678 INFO E| Compiling serde_json v1.0.145
36052026-08-22T12:27:05.875Z[ helios-setup] Aug 22 12:27:04.847 INFO E| Compiling chrono v0.4.42
36062026-08-22T12:27:06.030Z[ helios-setup] Aug 22 12:27:05.002 INFO E| Compiling env_filter v0.1.4
36072026-08-22T12:27:06.182Z[ helios-setup] Aug 22 12:27:05.154 INFO E| Compiling parking_lot v0.12.5
36082026-08-22T12:27:06.218Z[ helios-setup] Aug 22 12:27:05.190 INFO E| Compiling miniz_oxide v0.8.9
36092026-08-22T12:27:06.226Z[ helios-setup] Aug 22 12:27:05.198 INFO E| Compiling crc v3.3.0
36102026-08-22T12:27:06.379Z[ helios-setup] Aug 22 12:27:05.351 INFO E| Compiling array-init v0.0.4
36112026-08-22T12:27:06.583Z[ helios-setup] Aug 22 12:27:05.555 INFO E| Compiling smallvec v0.6.14
36122026-08-22T12:27:06.760Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36132026-08-22T12:27:06.798Z[ helios-setup] Aug 22 12:27:05.770 INFO E| Compiling serde_spanned v1.0.3
36142026-08-22T12:27:06.887Z[ helios-setup] Aug 22 12:27:05.859 INFO E| Compiling time v0.3.44
36152026-08-22T12:27:06.949Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36162026-08-22T12:27:07.064Z[ helios-setup] Aug 22 12:27:06.036 INFO E| Compiling signature v2.2.0
36172026-08-22T12:27:07.150Z[ helios-setup] Aug 22 12:27:06.122 INFO E| Compiling signal-hook-registry v1.4.6
36182026-08-22T12:27:07.208Z[ helios-setup] Aug 22 12:27:06.180 INFO E| Compiling socket2 v0.6.1
36192026-08-22T12:27:07.455Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36202026-08-22T12:27:07.518Z[ helios-setup] Aug 22 12:27:06.490 INFO E| Compiling packed_struct_codegen v0.10.1
36212026-08-22T12:27:07.546Z[ helios-setup] Aug 22 12:27:06.518 INFO E| Compiling is-terminal v0.4.17
36222026-08-22T12:27:07.555Z[ helios-setup] Aug 22 12:27:06.527 INFO E| Compiling mio v1.1.0
36232026-08-22T12:27:07.564Z[ helios-setup] Aug 22 12:27:06.536 INFO E| Compiling thread_local v1.1.9
36242026-08-22T12:27:07.667Z[ helios-setup] Aug 22 12:27:06.639 INFO E| Compiling ryu v1.0.20
36252026-08-22T12:27:07.747Z[ helios-setup] Aug 22 12:27:06.719 INFO E| Compiling serde_derive v1.0.228
36262026-08-22T12:27:07.887Z[ helios-setup] Aug 22 12:27:06.859 INFO E| Compiling zerocopy-derive v0.8.27
36272026-08-22T12:27:08.066Z[ helios-setup] Aug 22 12:27:07.038 INFO E| Compiling der_derive v0.7.3
36282026-08-22T12:27:08.130Z[ helios-setup] Aug 22 12:27:07.102 INFO E| Compiling futures-macro v0.3.31
36292026-08-22T12:27:08.235Z[ helios-setup] Aug 22 12:27:07.207 INFO E| Compiling bitfield-macros v0.19.3
36302026-08-22T12:27:08.525Z[ helios-setup] Aug 22 12:27:07.497 INFO E| Compiling num_enum_derive v0.7.5
36312026-08-22T12:27:08.546Z[ helios-setup] Aug 22 12:27:07.518 INFO E| Compiling clap_derive v4.5.49
36322026-08-22T12:27:08.646Z[ helios-setup] Aug 22 12:27:07.618 INFO E| Compiling thiserror-impl v1.0.69
36332026-08-22T12:27:08.688Z[ helios-setup] Aug 22 12:27:07.660 INFO E| Compiling zerocopy-derive v0.6.6
36342026-08-22T12:27:08.878Z[ helios-setup] Aug 22 12:27:07.850 INFO E| Compiling tokio-macros v2.6.0
36352026-08-22T12:27:08.934Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36362026-08-22T12:27:09.170Z[ helios-setup] Aug 22 12:27:08.142 INFO E| Compiling thiserror-impl v2.0.17
36372026-08-22T12:27:09.582Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36382026-08-22T12:27:09.610Z[ helios-setup] Aug 22 12:27:08.582 INFO E| Compiling futures-util v0.3.31
36392026-08-22T12:27:09.647Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36402026-08-22T12:27:09.879Z[ helios-setup] Aug 22 12:27:08.851 INFO E| Compiling bitfield v0.19.3
36412026-08-22T12:27:09.910Z[ helios-setup] Aug 22 12:27:08.882 INFO E| Compiling subtle v2.6.1
36422026-08-22T12:27:10.100Z[ helios-setup] Aug 22 12:27:09.072 INFO E| Compiling winnow v0.5.40
36432026-08-22T12:27:10.124Z[ helios-setup] Aug 22 12:27:09.096 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36442026-08-22T12:27:10.152Z[ host-package] Compiling nix v0.27.1
36452026-08-22T12:27:10.486Z[ helios-setup] Aug 22 12:27:09.457 INFO E| Compiling term v1.2.0
36462026-08-22T12:27:10.598Z[ host-package] Compiling twox-hash v2.1.2
36472026-08-22T12:27:10.697Z[ host-package] Compiling libsw-core v0.3.2
36482026-08-22T12:27:10.737Z[ helios-setup] Aug 22 12:27:09.709 INFO E| Compiling toml_writer v1.0.4
36492026-08-22T12:27:11.144Z[ host-package] Compiling serde_bytes v0.11.19
36502026-08-22T12:27:11.186Z[ helios-setup] Aug 22 12:27:10.158 INFO E| Compiling zerocopy v0.6.6
36512026-08-22T12:27:11.186Z[ helios-setup] Aug 22 12:27:10.158 INFO E| Compiling libdevinfo-sys v1.1.0
36522026-08-22T12:27:11.219Z[ helios-setup] Aug 22 12:27:10.191 INFO E| Compiling der v0.7.10
36532026-08-22T12:27:11.317Z[ helios-setup] Aug 22 12:27:10.289 INFO E| Compiling hashbrown v0.12.3
36542026-08-22T12:27:11.326Z[ helios-setup] Aug 22 12:27:10.298 INFO E| Compiling base64 v0.21.7
36552026-08-22T12:27:11.332Z[ helios-setup] Aug 22 12:27:10.304 INFO E| Compiling tokio v1.48.0
36562026-08-22T12:27:11.624Z[ helios-setup] Aug 22 12:27:10.596 INFO E| Compiling toml v0.9.8
36572026-08-22T12:27:11.685Z[ host-package] Compiling atty v0.2.14
36582026-08-22T12:27:11.722Z[ helios-setup] Aug 22 12:27:10.693 INFO E| Compiling clap v4.5.51
36592026-08-22T12:27:11.810Z[ helios-setup] Aug 22 12:27:10.782 INFO E| Compiling num_enum v0.7.5
36602026-08-22T12:27:11.821Z[ host-package] Compiling libsw v3.5.0
36612026-08-22T12:27:11.910Z[ helios-setup] Aug 22 12:27:10.882 INFO E| Compiling devinfo v0.1.0
36622026-08-22T12:27:11.945Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36632026-08-22T12:27:12.113Z[ helios-setup] Aug 22 12:27:11.084 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36642026-08-22T12:27:12.141Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36652026-08-22T12:27:12.145Z[ helios-setup] Aug 22 12:27:11.116 INFO E| Compiling bzip2 v0.4.4
36662026-08-22T12:27:12.174Z[ helios-setup] Aug 22 12:27:11.146 INFO E| Compiling flate2 v1.1.5
36672026-08-22T12:27:12.291Z[ host-package] Compiling tokio-tungstenite v0.23.1
36682026-08-22T12:27:12.294Z[ helios-setup] Aug 22 12:27:11.264 INFO E| Compiling uuid v1.18.1
36692026-08-22T12:27:12.408Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36702026-08-22T12:27:12.640Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36712026-08-22T12:27:12.731Z[ helios-setup] Aug 22 12:27:11.703 INFO E| Compiling env_logger v0.11.8
36722026-08-22T12:27:12.811Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36732026-08-22T12:27:12.815Z[ helios-setup] Aug 22 12:27:11.786 INFO E| Compiling hex v0.4.3
36742026-08-22T12:27:13.104Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36752026-08-22T12:27:13.139Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36762026-08-22T12:27:13.360Z[ helios-setup] Aug 22 12:27:12.332 INFO E| Compiling spki v0.7.3
36772026-08-22T12:27:13.369Z[ helios-setup] Aug 22 12:27:12.339 INFO E| Compiling bitflags v1.3.2
36782026-08-22T12:27:13.453Z[ helios-setup] Aug 22 12:27:12.425 INFO E| Compiling crc-any v2.5.0
36792026-08-22T12:27:13.460Z[ helios-setup] Aug 22 12:27:12.432 INFO E| Compiling foldhash v0.2.0
36802026-08-22T12:27:13.701Z[ helios-setup] Aug 22 12:27:12.672 INFO E| Compiling pkcs8 v0.10.2
36812026-08-22T12:27:13.790Z[ helios-setup] Aug 22 12:27:12.761 INFO E| Compiling x509-cert v0.2.5
36822026-08-22T12:27:14.130Z[ helios-setup] Aug 22 12:27:13.102 INFO E| Compiling ppv-lite86 v0.2.21
36832026-08-22T12:27:14.180Z[ helios-setup] Aug 22 12:27:13.151 INFO E| Compiling pkcs1 v0.7.5
36842026-08-22T12:27:14.232Z[ helios-setup] Aug 22 12:27:13.204 INFO E| Compiling rustc-hash v2.1.1
36852026-08-22T12:27:14.418Z[ helios-setup] Aug 22 12:27:13.389 INFO E| Compiling hashbrown v0.13.2
36862026-08-22T12:27:14.424Z[ helios-setup] Aug 22 12:27:13.396 INFO E| Compiling iddqd v0.3.14
36872026-08-22T12:27:14.485Z[ helios-setup] Aug 22 12:27:13.456 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36882026-08-22T12:27:14.502Z[ helios-setup] Aug 22 12:27:13.474 INFO E| Compiling zip v0.6.6
36892026-08-22T12:27:14.881Z[ helios-setup] Aug 22 12:27:13.853 INFO E| Compiling rand_chacha v0.3.1
36902026-08-22T12:27:15.156Z[ helios-setup] Aug 22 12:27:14.128 INFO E| Compiling futures-executor v0.3.31
36912026-08-22T12:27:15.227Z[ helios-setup] Aug 22 12:27:14.199 INFO E| Compiling rand v0.8.5
36922026-08-22T12:27:15.484Z[ helios-setup] Aug 22 12:27:14.456 INFO E| Compiling erased-serde v0.3.31
36932026-08-22T12:27:15.520Z[ helios-setup] Aug 22 12:27:14.492 INFO E| Compiling toml_datetime v0.6.11
36942026-08-22T12:27:15.852Z[ helios-setup] Aug 22 12:27:14.823 INFO E| Compiling serde_spanned v0.6.9
36952026-08-22T12:27:15.922Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36962026-08-22T12:27:16.128Z[ helios-setup] Aug 22 12:27:15.099 INFO E| Compiling toml_edit v0.19.15
36972026-08-22T12:27:16.164Z[ helios-setup] Aug 22 12:27:15.136 INFO E| Compiling futures v0.3.31
36982026-08-22T12:27:16.266Z[ helios-setup] Aug 22 12:27:15.238 INFO E| Compiling serde-hex v0.1.0
36992026-08-22T12:27:16.511Z[ helios-setup] Aug 22 12:27:15.483 INFO E| Compiling ron v0.8.1
37002026-08-22T12:27:16.520Z[ helios-setup] Aug 22 12:27:15.492 INFO E| Compiling object v0.30.4
37012026-08-22T12:27:17.102Z[ helios-setup] Aug 22 12:27:16.074 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37022026-08-22T12:27:17.206Z[ helios-setup] Aug 22 12:27:16.178 INFO E| Compiling path-slash v0.1.5
37032026-08-22T12:27:17.423Z[ helios-setup] Aug 22 12:27:16.395 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37042026-08-22T12:27:17.889Z[ helios-setup] Aug 22 12:27:16.861 INFO E| Compiling slog-term v2.9.2
37052026-08-22T12:27:18.274Z[ helios-setup] Aug 22 12:27:17.246 INFO E| Compiling rsa v0.9.8
37062026-08-22T12:27:18.631Z[ helios-setup] Aug 22 12:27:17.603 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37072026-08-22T12:27:18.711Z[ helios-setup] Aug 22 12:27:17.683 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37082026-08-22T12:27:18.801Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37092026-08-22T12:27:19.196Z[ host-package] Compiling slog-stdlog v4.1.1
37102026-08-22T12:27:19.296Z[ helios-setup] Aug 22 12:27:18.267 INFO E| Compiling toml v0.7.8
37112026-08-22T12:27:19.754Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37122026-08-22T12:27:20.412Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37132026-08-22T12:27:20.599Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
37142026-08-22T12:27:20.985Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37152026-08-22T12:27:21.217Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37162026-08-22T12:27:21.304Z[ helios-setup] Aug 22 12:27:20.275 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37172026-08-22T12:27:21.428Z[ helios-setup] Aug 22 12:27:20.400 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37182026-08-22T12:27:22.039Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37192026-08-22T12:27:26.473Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37202026-08-22T12:27:27.288Z[ helios-setup] Aug 22 12:27:26.260 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37212026-08-22T12:27:28.417Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37222026-08-22T12:27:28.474Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37232026-08-22T12:27:28.516Z[ helios-setup] Aug 22 12:27:27.488 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37242026-08-22T12:27:29.153Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37252026-08-22T12:27:29.663Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37262026-08-22T12:27:30.082Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37272026-08-22T12:27:30.919Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37282026-08-22T12:27:32.631Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37292026-08-22T12:27:33.193Z[ helios-setup] Aug 22 12:27:32.165 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37302026-08-22T12:27:34.622Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37312026-08-22T12:27:35.777Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37322026-08-22T12:27:35.972Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37332026-08-22T12:27:36.135Z[ host-package] Compiling signal-hook-tokio v0.3.1
37342026-08-22T12:27:36.251Z[ host-package] Compiling fatfs v0.3.6
37352026-08-22T12:27:36.453Z[ host-package] Compiling yasna v0.5.2
37362026-08-22T12:27:36.943Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37372026-08-22T12:27:37.655Z[ host-package] Compiling assert_matches v1.5.0
37382026-08-22T12:27:37.818Z[ host-package] Compiling seq-macro v0.3.6
37392026-08-22T12:27:38.229Z[ host-package] Compiling rcgen v0.12.1
37402026-08-22T12:27:38.272Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37412026-08-22T12:27:38.638Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37422026-08-22T12:27:40.774Z[ host-package] Compiling slog-envlogger v2.2.0
37432026-08-22T12:27:41.489Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37442026-08-22T12:27:42.202Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37452026-08-22T12:27:42.503Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37462026-08-22T12:27:42.806Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37472026-08-22T12:27:43.122Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37482026-08-22T12:27:43.478Z[ host-package] Compiling port-file v0.1.0
37492026-08-22T12:27:43.920Z[ host-package] Compiling rtoolbox v0.0.3
37502026-08-22T12:27:43.990Z[ host-package] Compiling subprocess v0.2.15
37512026-08-22T12:27:44.376Z[ host-package] Compiling rpassword v7.5.4
37522026-08-22T12:27:44.523Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37532026-08-22T12:27:45.066Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37542026-08-22T12:27:45.472Z[ helios-setup] Aug 22 12:27:44.444 INFO E| Finished `release` profile [optimized] target(s) in 50.11s
37552026-08-22T12:27:45.475Z[ helios-setup] Aug 22 12:27:44.446 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37562026-08-22T12:27:45.475Z[ helios-setup] Aug 22 12:27:44.446 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37572026-08-22T12:27:45.534Z[ helios-setup] Aug 22 12:27:44.505 INFO building project "pilot" ok (50 seconds)
37582026-08-22T12:27:45.534Z[ helios-setup] Aug 22 12:27:44.505 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37592026-08-22T12:27:45.543Z[ helios-setup] Aug 22 12:27:44.515 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37602026-08-22T12:27:45.543Z[ helios-setup] Aug 22 12:27:44.515 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37612026-08-22T12:27:45.543Z[ helios-setup] Aug 22 12:27:44.515 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37622026-08-22T12:27:45.747Z[ helios-setup] Aug 22 12:27:44.719 INFO E| Downloading crates ...
37632026-08-22T12:27:45.791Z[ helios-setup] Aug 22 12:27:44.763 INFO E| Downloaded iana-time-zone v0.1.63
37642026-08-22T12:27:45.794Z[ helios-setup] Aug 22 12:27:44.766 INFO E| Downloaded errno v0.3.12
37652026-08-22T12:27:45.802Z[ helios-setup] Aug 22 12:27:44.774 INFO E| Downloaded time-core v0.1.4
37662026-08-22T12:27:45.819Z[ helios-setup] Aug 22 12:27:44.791 INFO E| Downloaded time-macros v0.2.22
37672026-08-22T12:27:45.822Z[ helios-setup] Aug 22 12:27:44.792 INFO E| Downloaded deranged v0.4.0
37682026-08-22T12:27:45.825Z[ helios-setup] Aug 22 12:27:44.797 INFO E| Downloaded serde_with_macros v3.12.0
37692026-08-22T12:27:45.829Z[ helios-setup] Aug 22 12:27:44.801 INFO E| Downloaded tempfile v3.20.0
37702026-08-22T12:27:45.835Z[ helios-setup] Aug 22 12:27:44.807 INFO E| Downloaded bitflags v2.9.1
37712026-08-22T12:27:45.839Z[ helios-setup] Aug 22 12:27:44.811 INFO E| Downloaded anyhow v1.0.98
37722026-08-22T12:27:45.842Z[ helios-setup] Aug 22 12:27:44.813 INFO E| Downloaded getrandom v0.3.3
37732026-08-22T12:27:45.850Z[ helios-setup] Aug 22 12:27:44.822 INFO E| Downloaded indexmap v2.9.0
37742026-08-22T12:27:45.855Z[ helios-setup] Aug 22 12:27:44.827 INFO E| Downloaded serde_with v3.12.0
37752026-08-22T12:27:45.866Z[ helios-setup] Aug 22 12:27:44.838 INFO E| Downloaded time v0.3.41
37762026-08-22T12:27:45.870Z[ helios-setup] Aug 22 12:27:44.842 INFO E| Downloaded hashbrown v0.15.3
37772026-08-22T12:27:45.884Z[ helios-setup] Aug 22 12:27:44.856 INFO E| Downloaded chrono v0.4.41
37782026-08-22T12:27:45.892Z[ helios-setup] Aug 22 12:27:44.864 INFO E| Downloaded rustix v1.0.7
37792026-08-22T12:27:45.954Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling proc-macro2 v1.0.95
37802026-08-22T12:27:45.954Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling unicode-ident v1.0.18
37812026-08-22T12:27:45.954Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling libc v0.2.172
37822026-08-22T12:27:45.954Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling ident_case v1.0.1
37832026-08-22T12:27:45.957Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling strsim v0.11.1
37842026-08-22T12:27:45.957Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling fnv v1.0.7
37852026-08-22T12:27:45.957Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling serde v1.0.219
37862026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling rustix v1.0.7
37872026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling getrandom v0.3.3
37882026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling thiserror v2.0.12
37892026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling serde_json v1.0.140
37902026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling cfg-if v1.0.0
37912026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling anyhow v1.0.98
37922026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling bitflags v2.9.1
37932026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling memchr v2.7.4
37942026-08-22T12:27:45.958Z[ helios-setup] Aug 22 12:27:44.926 INFO E| Compiling itoa v1.0.15
37952026-08-22T12:27:46.117Z[ helios-setup] Aug 22 12:27:45.089 INFO E| Compiling ryu v1.0.20
37962026-08-22T12:27:46.251Z[ helios-setup] Aug 22 12:27:45.223 INFO E| Compiling fastrand v2.3.0
37972026-08-22T12:27:46.371Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37982026-08-22T12:27:46.480Z[ helios-setup] Aug 22 12:27:45.452 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37992026-08-22T12:27:46.498Z[ helios-setup] Aug 22 12:27:45.470 INFO E| Compiling once_cell v1.21.3
38002026-08-22T12:27:46.612Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38012026-08-22T12:27:47.046Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38022026-08-22T12:27:47.229Z[ helios-setup] Aug 22 12:27:46.200 INFO E| Compiling errno v0.3.12
38032026-08-22T12:27:47.812Z[ helios-setup] Aug 22 12:27:46.784 INFO E| Compiling quote v1.0.40
38042026-08-22T12:27:48.044Z[ helios-setup] Aug 22 12:27:47.016 INFO E| Compiling syn v2.0.101
38052026-08-22T12:27:48.272Z[ helios-setup] Aug 22 12:27:47.243 INFO E| Compiling tempfile v3.20.0
38062026-08-22T12:27:49.465Z[ host-package] Compiling tui-tree-widget v0.23.1
38072026-08-22T12:27:49.564Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38082026-08-22T12:27:49.789Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38092026-08-22T12:27:50.387Z[ helios-setup] Aug 22 12:27:49.359 INFO E| Compiling darling_core v0.20.11
38102026-08-22T12:27:51.265Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38112026-08-22T12:27:51.651Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38122026-08-22T12:27:51.741Z[ helios-setup] Aug 22 12:27:50.713 INFO E| Compiling serde_derive v1.0.219
38132026-08-22T12:27:51.741Z[ helios-setup] Aug 22 12:27:50.713 INFO E| Compiling thiserror-impl v2.0.12
38142026-08-22T12:27:52.282Z[ helios-setup] Aug 22 12:27:51.254 INFO E| Compiling darling_macro v0.20.11
38152026-08-22T12:27:53.046Z[ helios-setup] Aug 22 12:27:52.017 INFO E| Compiling darling v0.20.11
38162026-08-22T12:27:53.168Z[ helios-setup] Aug 22 12:27:52.140 INFO E| Compiling serde_with_macros v3.12.0
38172026-08-22T12:27:54.098Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38182026-08-22T12:27:54.205Z[ host-package] Compiling uzers v0.12.2
38192026-08-22T12:27:54.577Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38202026-08-22T12:27:54.658Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38212026-08-22T12:27:55.857Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38222026-08-22T12:27:55.976Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38232026-08-22T12:27:56.189Z[ host-package] Compiling support-bundle-viewer v0.1.2
38242026-08-22T12:27:56.363Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38252026-08-22T12:27:57.289Z[ helios-setup] Aug 22 12:27:56.260 INFO E| Compiling serde_with v3.12.0
38262026-08-22T12:27:58.271Z[ host-package] Compiling multimap v0.10.1
38272026-08-22T12:28:02.225Z[ helios-setup] Aug 22 12:28:01.197 INFO E| Finished `release` profile [optimized] target(s) in 16.67s
38282026-08-22T12:28:02.251Z[ helios-setup] Aug 22 12:28:01.223 INFO building project "dmar-report" ok (16 seconds)
38292026-08-22T12:28:02.256Z[ helios-setup] rm -f helios-build
38302026-08-22T12:28:02.256Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38312026-08-22T12:28:02.293Z[ helios-setup]
38322026-08-22T12:28:02.293Z[ helios-setup] Setup complete! ./helios-build is now available.
38332026-08-22T12:28:02.293Z[ helios-setup]
38342026-08-22T12:28:02.297Z[ helios-setup]
38352026-08-22T12:28:02.297Z[ helios-setup] real 3:02.326031916
38362026-08-22T12:28:02.297Z[ helios-setup] user 7:02.993471093
38372026-08-22T12:28:02.297Z[ helios-setup] sys 1:20.441962690
38382026-08-22T12:28:02.297Z[ helios-setup] trap 0.584949576
38392026-08-22T12:28:02.297Z[ helios-setup] tflt 3.685269832
38402026-08-22T12:28:02.297Z[ helios-setup] dflt 9.528418182
38412026-08-22T12:28:02.297Z[ helios-setup] kflt 0.000553670
38422026-08-22T12:28:02.297Z[ helios-setup] lock 55:53.749770751
38432026-08-22T12:28:02.297Z[ helios-setup] slp 38:30.385717206
38442026-08-22T12:28:02.297Z[ helios-setup] lat 7:18.189816613
38452026-08-22T12:28:02.297Z[ helios-setup] stop 1:49.137717407
38462026-08-22T12:28:02.297ZAug 22 12:28:01.233 INFO [helios-setup] process exited with exit status: 0 (182.329071228s)
38472026-08-22T12:28:02.297ZAug 22 12:28:01.233 INFO [helios-record] running task
38482026-08-22T12:28:02.297ZAug 22 12:28:01.234 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38492026-08-22T12:28:02.297ZAug 22 12:28:01.238 DEBG process exited with exit status: 0 (4.341043ms)
38502026-08-22T12:28:02.297ZAug 22 12:28:01.238 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38512026-08-22T12:28:02.297ZAug 22 12:28:01.241 DEBG process exited with exit status: 0 (3.677113ms)
38522026-08-22T12:28:02.297ZAug 22 12:28:01.241 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38532026-08-22T12:28:02.297ZAug 22 12:28:01.245 DEBG process exited with exit status: 0 (3.269453ms)
38542026-08-22T12:28:02.297ZAug 22 12:28:01.245 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38552026-08-22T12:28:02.297ZAug 22 12:28:01.250 DEBG process exited with exit status: 0 (3.149692ms)
38562026-08-22T12:28:02.297ZAug 22 12:28:01.250 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38572026-08-22T12:28:02.297ZAug 22 12:28:01.253 DEBG process exited with exit status: 0 (5.119294ms)
38582026-08-22T12:28:02.297ZAug 22 12:28:01.253 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38592026-08-22T12:28:02.297ZAug 22 12:28:01.256 DEBG process exited with exit status: 0 (3.152212ms)
38602026-08-22T12:28:02.297ZAug 22 12:28:01.256 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38612026-08-22T12:28:02.298ZAug 22 12:28:01.259 DEBG process exited with exit status: 0 (3.036333ms)
38622026-08-22T12:28:02.298ZAug 22 12:28:01.259 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38632026-08-22T12:28:02.298ZAug 22 12:28:01.262 DEBG process exited with exit status: 0 (3.116002ms)
38642026-08-22T12:28:02.298ZAug 22 12:28:01.262 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38652026-08-22T12:28:02.298ZAug 22 12:28:01.265 DEBG process exited with exit status: 0 (3.093692ms)
38662026-08-22T12:28:02.298ZAug 22 12:28:01.265 INFO [helios-record] task succeeded (32.435594ms)
38672026-08-22T12:28:05.372Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38682026-08-22T12:28:12.337Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38692026-08-22T12:28:12.834Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38702026-08-22T12:28:19.810Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38712026-08-22T12:28:20.056Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38722026-08-22T12:35:19.579Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 40s
38732026-08-22T12:35:19.583Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38742026-08-22T12:35:19.583Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38752026-08-22T12:36:10.460ZAug 22 12:36:09.429 INFO [host-package] process exited with exit status: 0 (631.066381471s)
38762026-08-22T12:36:10.460ZAug 22 12:36:09.429 INFO [host-libraries] running task
38772026-08-22T12:36:10.460ZAug 22 12:36:09.429 INFO [host-stamp] running task
38782026-08-22T12:36:10.464ZAug 22 12:36:09.431 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+git8ef0b30131a
38792026-08-22T12:36:10.464ZAug 22 12:36:09.432 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+git8ef0b30131a
38802026-08-22T12:36:10.464ZAug 22 12:36:09.432 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+git8ef0b30131a
38812026-08-22T12:36:10.464ZAug 22 12:36:09.432 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+git8ef0b30131a
38822026-08-22T12:36:10.464ZAug 22 12:36:09.432 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+git8ef0b30131a
38832026-08-22T12:36:10.464ZAug 22 12:36:09.433 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+git8ef0b30131a
38842026-08-22T12:36:10.464ZAug 22 12:36:09.433 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+git8ef0b30131a
38852026-08-22T12:36:10.464ZAug 22 12:36:09.433 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+git8ef0b30131a
38862026-08-22T12:36:10.470Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-08-22T12:36:10.470Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-22T12:36:10.470Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-08-22T12:36:10.470Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-08-22T12:36:10.473Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-08-22T12:36:10.473Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-08-22T12:36:10.474Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38932026-08-22T12:36:10.474Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38942026-08-22T12:36:10.474Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38952026-08-22T12:36:10.477ZAug 22 12:36:09.445 INFO [stamp-overlay] process exited with exit status: 0 (12.81123ms)
38962026-08-22T12:36:10.481Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38972026-08-22T12:36:10.485ZAug 22 12:36:09.455 INFO [stamp-oxlog] process exited with exit status: 0 (23.204897ms)
38982026-08-22T12:36:10.507Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38992026-08-22T12:36:10.511ZAug 22 12:36:09.481 INFO [stamp-crucible-utils] process exited with exit status: 0 (49.464767ms)
39002026-08-22T12:36:10.520Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39012026-08-22T12:36:10.523ZAug 22 12:36:09.494 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (63.116028ms)
39022026-08-22T12:36:10.625Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39032026-08-22T12:36:10.629ZAug 22 12:36:09.599 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (166.201035ms)
39042026-08-22T12:36:10.998Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39052026-08-22T12:36:11.003ZAug 22 12:36:09.972 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (539.197055ms)
39062026-08-22T12:36:11.003Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39072026-08-22T12:36:11.006ZAug 22 12:36:09.975 INFO [stamp-propolis-server] process exited with exit status: 0 (542.421338ms)
39082026-08-22T12:36:12.184ZAug 22 12:36:11.155 INFO [host-libraries] task succeeded (1.726075189s)
39092026-08-22T12:36:12.188ZAug 22 12:36:11.156 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39102026-08-22T12:36:12.191Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39112026-08-22T12:36:13.128Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39122026-08-22T12:36:13.977Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39132026-08-22T12:36:17.726Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39142026-08-22T12:36:17.729ZAug 22 12:36:16.700 INFO [stamp-switch-asic] process exited with exit status: 0 (7.267942824s)
39152026-08-22T12:36:17.730ZAug 22 12:36:16.700 INFO [host-stamp] task succeeded (7.271065476s)
39162026-08-22T12:36:17.730ZAug 22 12:36:16.700 INFO [host-proto] running task
39172026-08-22T12:36:18.183ZAug 22 12:36:17.154 INFO [host-proto] task succeeded (453.696401ms)
39182026-08-22T12:36:18.183ZAug 22 12:36:17.154 INFO [host-profile] running task
39192026-08-22T12:36:18.187ZAug 22 12:36:17.154 INFO [host-profile] task succeeded (181.721µs)
39202026-08-22T12:36:18.187ZAug 22 12:36:17.154 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/.tmpL7TO3H/proto/host/root -N 'ci 8ef0b30/${os_short_commit} 2026-08-22 12:24' -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/'
39212026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO Checking files for board 'cosmo-mbist-noaggr'
39222026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39232026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO Checking files for board 'gimlet'
39242026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39252026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39262026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO Checking files for board 'cosmo-mbist'
39272026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39282026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO Checking files for board 'cosmo'
39292026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39302026-08-22T12:36:18.192Z[ host-image] Aug 22 12:36:17.161 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39312026-08-22T12:36:18.199Z[ host-image] Aug 22 12:36:17.170 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpL7TO3H/proto/host/root"
39322026-08-22T12:36:18.203Z[ host-image] Aug 22 12:36:17.170 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39332026-08-22T12:36:18.203Z[ host-image] Aug 22 12:36:17.170 INFO image builder template: ramdisk-01-os...
39342026-08-22T12:36:18.203Z[ host-image] Aug 22 12:36:17.170 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/.tmpL7TO3H/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
39352026-08-22T12:36:18.212Z[ host-image] Aug 22 12:36:17.183 INFO O| Aug 22 12:36:17.183 INFO CREATE DATASET: rpool/images/build/host/output
39362026-08-22T12:36:20.073Z[ host-image] Aug 22 12:36:19.044 INFO O| Aug 22 12:36:19.044 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39372026-08-22T12:36:20.077Z[ host-image] Aug 22 12:36:19.047 INFO O| Aug 22 12:36:19.047 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39382026-08-22T12:36:20.281Z[ host-image] Aug 22 12:36:19.252 INFO O| Aug 22 12:36:19.252 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39392026-08-22T12:36:20.345Z[ host-image] Aug 22 12:36:19.316 INFO O| Aug 22 12:36:19.316 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39402026-08-22T12:36:20.345Z[ host-image] Aug 22 12:36:19.316 INFO O| Aug 22 12:36:19.316 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39412026-08-22T12:36:20.348Z[ host-image] Aug 22 12:36:19.316 INFO O| Aug 22 12:36:19.316 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39422026-08-22T12:36:20.348Z[ host-image] Aug 22 12:36:19.316 INFO O| Aug 22 12:36:19.316 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39432026-08-22T12:36:20.351Z[ host-image] Aug 22 12:36:19.320 INFO O| Aug 22 12:36:19.320 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39442026-08-22T12:36:20.573Z[ host-image] Aug 22 12:36:19.544 INFO O| Aug 22 12:36:19.544 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452026-08-22T12:36:20.579Z[ host-image] Aug 22 12:36:19.551 INFO O| Aug 22 12:36:19.551 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39462026-08-22T12:36:20.830Z[ host-image] Aug 22 12:36:19.802 INFO O| Aug 22 12:36:19.802 INFO O| Caching catalogs ... Done
39472026-08-22T12:36:20.887Z[ host-image] Aug 22 12:36:19.858 INFO O| Aug 22 12:36:19.858 INFO STEP 0 (pkg_image_create) COMPLETE
39482026-08-22T12:36:20.887Z[ host-image] Aug 22 12:36:19.858 INFO O| Aug 22 12:36:19.858 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-08-22T12:36:20.894Z[ host-image] Aug 22 12:36:19.865 INFO O| Aug 22 12:36:19.865 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"]
39502026-08-22T12:36:21.242Z[ host-image] Aug 22 12:36:20.213 INFO O| Aug 22 12:36:20.213 INFO STEP 1 (pkg_set_publisher) COMPLETE
39512026-08-22T12:36:21.243Z[ host-image] Aug 22 12:36:20.214 INFO O| Aug 22 12:36:20.213 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-08-22T12:36:21.243Z[ host-image] Aug 22 12:36:20.214 INFO O| Aug 22 12:36:20.213 INFO skip step because feature "publisher_1_name" is not enabled
39532026-08-22T12:36:21.246Z[ host-image] Aug 22 12:36:20.214 INFO O| Aug 22 12:36:20.213 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-08-22T12:36:21.246Z[ host-image] Aug 22 12:36:20.214 INFO O| Aug 22 12:36:20.213 INFO skip step because feature "publisher_2_name" is not enabled
39552026-08-22T12:36:21.246Z[ host-image] Aug 22 12:36:20.214 INFO O| Aug 22 12:36:20.213 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-22T12:36:21.246Z[ host-image] Aug 22 12:36:20.214 INFO O| Aug 22 12:36:20.213 INFO skip step because feature "publisher_3_name" is not enabled
39572026-08-22T12:36:21.246Z[ host-image] Aug 22 12:36:20.214 INFO O| Aug 22 12:36:20.213 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-08-22T12:36:21.529Z[ host-image] Aug 22 12:36:20.500 INFO O| Aug 22 12:36:20.500 INFO variant opensolaris.zone is already global
39592026-08-22T12:36:21.529Z[ host-image] Aug 22 12:36:20.500 INFO O| Aug 22 12:36:20.500 INFO STEP 5 (pkg_change_variant) COMPLETE
39602026-08-22T12:36:21.533Z[ host-image] Aug 22 12:36:20.500 INFO O| Aug 22 12:36:20.500 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-22T12:36:21.806Z[ host-image] Aug 22 12:36:20.778 INFO O| Aug 22 12:36:20.778 INFO variant opensolaris.imagetype is full; changing to partial
39622026-08-22T12:36:21.807Z[ host-image] Aug 22 12:36:20.778 INFO O| Aug 22 12:36:20.778 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39632026-08-22T12:36:23.333Z[ host-image] Aug 22 12:36:22.304 INFO O| Aug 22 12:36:22.304 INFO O| Startup: Refreshing catalog 'helios' ... Done
39642026-08-22T12:36:23.720Z[ host-image] Aug 22 12:36:22.691 INFO O| Aug 22 12:36:22.691 INFO O| Startup: Caching catalogs ... Done
39652026-08-22T12:36:23.732Z[ host-image] Aug 22 12:36:22.704 INFO O| Aug 22 12:36:22.704 INFO O| Planning: Planning completed in 0.00 seconds
39662026-08-22T12:36:23.736Z[ host-image] Aug 22 12:36:22.704 INFO O| Aug 22 12:36:22.704 INFO O| Planning: Consolidating action changes ... Done
39672026-08-22T12:36:23.736Z[ host-image] Aug 22 12:36:22.704 INFO O| Aug 22 12:36:22.704 INFO O| Planning: Evaluating mediators ... Done
39682026-08-22T12:36:23.736Z[ host-image] Aug 22 12:36:22.705 INFO O| Aug 22 12:36:22.704 INFO O| Planning: Planning completed in 0.00 seconds
39692026-08-22T12:36:23.736Z[ host-image] Aug 22 12:36:22.705 INFO O| Aug 22 12:36:22.705 INFO O| Variants/Facets to change: 1
39702026-08-22T12:36:23.741Z[ host-image] Aug 22 12:36:22.713 INFO O| Aug 22 12:36:22.713 INFO O| Finalize: Updating package state database ... Done
39712026-08-22T12:36:23.741Z[ host-image] Aug 22 12:36:22.713 INFO O| Aug 22 12:36:22.713 INFO O| Finalize: Updating package cache ... Done
39722026-08-22T12:36:23.800Z[ host-image] Aug 22 12:36:22.771 INFO O| Aug 22 12:36:22.771 INFO O| Finalize: Updating image state ... Done
39732026-08-22T12:36:23.810Z[ host-image] Aug 22 12:36:22.781 INFO O| Aug 22 12:36:22.781 INFO O| Finalize: Creating fast lookup database ... Done
39742026-08-22T12:36:23.814Z[ host-image] Aug 22 12:36:22.781 INFO O| Aug 22 12:36:22.781 INFO O| Finalize: Reading search index ... Done
39752026-08-22T12:36:23.814Z[ host-image] Aug 22 12:36:22.781 INFO O| Aug 22 12:36:22.781 INFO O| Finalize: Updating search index ... Done
39762026-08-22T12:36:23.814Z[ host-image] Aug 22 12:36:22.782 INFO O| Aug 22 12:36:22.782 INFO O| Finalize: Updating package cache ... Done
39772026-08-22T12:36:23.996Z[ host-image] Aug 22 12:36:22.967 INFO O| Aug 22 12:36:22.967 INFO STEP 6 (pkg_change_variant) COMPLETE
39782026-08-22T12:36:23.996Z[ host-image] Aug 22 12:36:22.967 INFO O| Aug 22 12:36:22.967 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792026-08-22T12:36:23.999Z[ host-image] Aug 22 12:36:22.967 INFO O| Aug 22 12:36:22.967 INFO skip step because feature "debug_variant" is not enabled
39802026-08-22T12:36:24.000Z[ host-image] Aug 22 12:36:22.967 INFO O| Aug 22 12:36:22.967 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39812026-08-22T12:36:24.246Z[ host-image] Aug 22 12:36:23.218 INFO O| Aug 22 12:36:23.218 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39822026-08-22T12:36:24.959Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.65s
39832026-08-22T12:36:25.786Z[ host-image] Aug 22 12:36:24.752 INFO O| Aug 22 12:36:24.752 INFO O| Startup: Refreshing catalog 'helios' ... Done
39842026-08-22T12:36:26.183Z[ host-image] Aug 22 12:36:25.152 INFO O| Aug 22 12:36:25.152 INFO O| Startup: Caching catalogs ... Done
39852026-08-22T12:36:26.194Z[ host-image] Aug 22 12:36:25.165 INFO O| Aug 22 12:36:25.165 INFO O| Planning: Planning completed in 0.00 seconds
39862026-08-22T12:36:26.210Z[ host-image] Aug 22 12:36:25.165 INFO O| Aug 22 12:36:25.165 INFO O| Planning: Consolidating action changes ... Done
39872026-08-22T12:36:26.210Z[ host-image] Aug 22 12:36:25.165 INFO O| Aug 22 12:36:25.165 INFO O| Planning: Evaluating mediators ... Done
39882026-08-22T12:36:26.210Z[ host-image] Aug 22 12:36:25.166 INFO O| Aug 22 12:36:25.166 INFO O| Planning: Planning completed in 0.00 seconds
39892026-08-22T12:36:26.210Z[ host-image] Aug 22 12:36:25.166 INFO O| Aug 22 12:36:25.166 INFO O| Variants/Facets to change: 1
39902026-08-22T12:36:26.214Z[ host-image] Aug 22 12:36:25.175 INFO O| Aug 22 12:36:25.175 INFO O| Finalize: Updating package state database ... Done
39912026-08-22T12:36:26.214Z[ host-image] Aug 22 12:36:25.175 INFO O| Aug 22 12:36:25.175 INFO O| Finalize: Updating package cache ... Done
39922026-08-22T12:36:26.270Z[ host-image] Aug 22 12:36:25.241 INFO O| Aug 22 12:36:25.241 INFO O| Finalize: Updating image state ... Done
39932026-08-22T12:36:26.280Z[ host-image] Aug 22 12:36:25.251 INFO O| Aug 22 12:36:25.251 INFO O| Finalize: Creating fast lookup database ... Done
39942026-08-22T12:36:26.283Z[ host-image] Aug 22 12:36:25.252 INFO O| Aug 22 12:36:25.252 INFO O| Finalize: Reading search index ... Done
39952026-08-22T12:36:26.283Z[ host-image] Aug 22 12:36:25.252 INFO O| Aug 22 12:36:25.252 INFO O| Finalize: Updating search index ... Done
39962026-08-22T12:36:26.283Z[ host-image] Aug 22 12:36:25.252 INFO O| Aug 22 12:36:25.252 INFO O| Finalize: Updating package cache ... Done
39972026-08-22T12:36:26.454Z[ host-image] Aug 22 12:36:25.423 INFO O| Aug 22 12:36:25.422 INFO STEP 8 (pkg_change_facet) COMPLETE
39982026-08-22T12:36:26.454Z[ host-image] Aug 22 12:36:25.423 INFO O| Aug 22 12:36:25.423 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-08-22T12:36:26.454Z[ host-image] Aug 22 12:36:25.423 INFO O| Aug 22 12:36:25.423 INFO skip step because feature "recovery" is not enabled
40002026-08-22T12:36:26.460Z[ host-image] Aug 22 12:36:25.423 INFO O| Aug 22 12:36:25.423 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-08-22T12:36:26.460Z[ host-image] Aug 22 12:36:25.423 INFO O| Aug 22 12:36:25.423 INFO skip step because feature "recovery" is not enabled
40022026-08-22T12:36:26.460Z[ host-image] Aug 22 12:36:25.423 INFO O| Aug 22 12:36:25.423 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40032026-08-22T12:36:26.463Z[ host-image] Aug 22 12:36:25.432 INFO O| Aug 22 12:36:25.432 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"]
40042026-08-22T12:36:27.915Z[ host-image] Aug 22 12:36:26.885 INFO O| Aug 22 12:36:26.885 INFO O| Startup: Refreshing catalog 'helios' ... Done
40052026-08-22T12:36:28.306Z[ host-image] Aug 22 12:36:27.277 INFO O| Aug 22 12:36:27.277 INFO O| Startup: Caching catalogs ... Done
40062026-08-22T12:36:29.547ZAug 22 12:36:28.518 INFO [recovery-package] process exited with exit status: 0 (17.362514028s)
40072026-08-22T12:36:29.547ZAug 22 12:36:28.518 INFO [recovery-libraries] running task
40082026-08-22T12:36:29.547ZAug 22 12:36:28.518 INFO [recovery-stamp] running task
40092026-08-22T12:36:29.550ZAug 22 12:36:28.519 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git8ef0b30131a
40102026-08-22T12:36:29.551ZAug 22 12:36:28.519 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+git8ef0b30131a
40112026-08-22T12:36:29.555Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40122026-08-22T12:36:29.558Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40132026-08-22T12:36:29.599ZAug 22 12:36:28.570 INFO [recovery-libraries] task succeeded (51.627479ms)
40142026-08-22T12:36:29.602ZAug 22 12:36:28.570 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40152026-08-22T12:36:29.643Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40162026-08-22T12:36:29.646ZAug 22 12:36:28.617 INFO [stamp-installinator] process exited with exit status: 0 (98.519134ms)
40172026-08-22T12:36:29.705Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40182026-08-22T12:36:29.708ZAug 22 12:36:28.679 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (160.115871ms)
40192026-08-22T12:36:29.708ZAug 22 12:36:28.679 INFO [recovery-stamp] task succeeded (160.856341ms)
40202026-08-22T12:36:29.708ZAug 22 12:36:28.679 INFO [recovery-proto] running task
40212026-08-22T12:36:29.708ZAug 22 12:36:28.679 INFO [tuf-stamp] running task
40222026-08-22T12:36:29.708ZAug 22 12:36:28.679 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+git8ef0b30131a
40232026-08-22T12:36:29.708ZAug 22 12:36:28.680 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+git8ef0b30131a
40242026-08-22T12:36:29.712ZAug 22 12:36:28.680 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+git8ef0b30131a
40252026-08-22T12:36:29.712ZAug 22 12:36:28.680 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+git8ef0b30131a
40262026-08-22T12:36:29.712ZAug 22 12:36:28.681 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+git8ef0b30131a
40272026-08-22T12:36:29.712ZAug 22 12:36:28.681 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+git8ef0b30131a
40282026-08-22T12:36:29.712ZAug 22 12:36:28.681 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+git8ef0b30131a
40292026-08-22T12:36:29.712ZAug 22 12:36:28.682 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+git8ef0b30131a
40302026-08-22T12:36:29.712ZAug 22 12:36:28.682 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+git8ef0b30131a
40312026-08-22T12:36:29.712ZAug 22 12:36:28.682 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+git8ef0b30131a
40322026-08-22T12:36:29.712ZAug 22 12:36:28.682 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+git8ef0b30131a
40332026-08-22T12:36:29.712ZAug 22 12:36:28.683 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+git8ef0b30131a
40342026-08-22T12:36:29.715Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40352026-08-22T12:36:29.719Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40362026-08-22T12:36:29.719Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-08-22T12:36:29.719Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-08-22T12:36:29.719Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-08-22T12:36:29.719Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40402026-08-22T12:36:29.719Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-22T12:36:29.719Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-22T12:36:29.719Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-22T12:36:29.719Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-08-22T12:36:29.719Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-22T12:36:29.722Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-22T12:36:29.762Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40472026-08-22T12:36:29.766ZAug 22 12:36:28.738 INFO [stamp-probe] process exited with exit status: 0 (57.657203ms)
40482026-08-22T12:36:29.822ZAug 22 12:36:28.793 INFO [recovery-proto] task succeeded (114.063566ms)
40492026-08-22T12:36:29.825ZAug 22 12:36:28.794 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/.tmpL7TO3H/proto/recovery/root -N 'recovery 8ef0b30/${os_short_commit} 2026-08-22 12:24' -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/'
40502026-08-22T12:36:29.828Z[ recovery-image] Aug 22 12:36:28.800 INFO Checking files for board 'gimlet'
40512026-08-22T12:36:29.828Z[ recovery-image] Aug 22 12:36:28.800 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40522026-08-22T12:36:29.828Z[ recovery-image] Aug 22 12:36:28.800 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40532026-08-22T12:36:29.831Z[ recovery-image] Aug 22 12:36:28.800 INFO Checking files for board 'cosmo-mbist'
40542026-08-22T12:36:29.831Z[ recovery-image] Aug 22 12:36:28.800 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40552026-08-22T12:36:29.831Z[ recovery-image] Aug 22 12:36:28.800 INFO Checking files for board 'cosmo'
40562026-08-22T12:36:29.831Z[ recovery-image] Aug 22 12:36:28.800 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40572026-08-22T12:36:29.831Z[ recovery-image] Aug 22 12:36:28.800 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40582026-08-22T12:36:29.831Z[ recovery-image] Aug 22 12:36:28.800 INFO Checking files for board 'cosmo-mbist-noaggr'
40592026-08-22T12:36:29.832Z[ recovery-image] Aug 22 12:36:28.800 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40602026-08-22T12:36:29.837Z[ recovery-image] Aug 22 12:36:28.809 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpL7TO3H/proto/recovery/root"
40612026-08-22T12:36:29.838Z[ recovery-image] Aug 22 12:36:28.809 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40622026-08-22T12:36:29.841Z[ recovery-image] Aug 22 12:36:28.809 INFO image builder template: ramdisk-01-os...
40632026-08-22T12:36:29.841Z[ recovery-image] Aug 22 12:36:28.809 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/.tmpL7TO3H/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
40642026-08-22T12:36:29.854Z[ recovery-image] Aug 22 12:36:28.826 INFO O| Aug 22 12:36:28.826 INFO CREATE DATASET: rpool/images/build/recovery/output
40652026-08-22T12:36:30.178Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40662026-08-22T12:36:30.183Z[ recovery-image] Aug 22 12:36:29.154 INFO O| Aug 22 12:36:29.154 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40672026-08-22T12:36:30.186Z[ recovery-image] Aug 22 12:36:29.158 INFO O| Aug 22 12:36:29.158 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40682026-08-22T12:36:30.203Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40692026-08-22T12:36:30.241Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40702026-08-22T12:36:30.244ZAug 22 12:36:29.216 INFO [stamp-ntp] process exited with exit status: 0 (536.000993ms)
40712026-08-22T12:36:30.313Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40722026-08-22T12:36:30.316ZAug 22 12:36:29.288 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (606.767736ms)
40732026-08-22T12:36:30.335Z[ host-image] Aug 22 12:36:29.307 INFO O| Aug 22 12:36:29.307 INFO O| Planning: Solver setup ... Done
40742026-08-22T12:36:30.544Z[ host-image] Aug 22 12:36:29.515 INFO O| Aug 22 12:36:29.515 INFO O| Planning: Running solver ... Done
40752026-08-22T12:36:30.565Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40762026-08-22T12:36:30.569ZAug 22 12:36:29.540 INFO [stamp-external-dns] process exited with exit status: 0 (858.412507ms)
40772026-08-22T12:36:30.572Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40782026-08-22T12:36:30.575ZAug 22 12:36:29.544 INFO [stamp-internal-dns] process exited with exit status: 0 (863.2841ms)
40792026-08-22T12:36:30.578Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40802026-08-22T12:36:30.581ZAug 22 12:36:29.552 INFO [stamp-crucible-zone] process exited with exit status: 0 (870.765945ms)
40812026-08-22T12:36:30.591Z[ host-image] Aug 22 12:36:29.563 INFO O| Aug 22 12:36:29.563 INFO O| Planning: Finding local manifests ... Done
40822026-08-22T12:36:30.611Z[ host-image] Aug 22 12:36:29.582 INFO O| Aug 22 12:36:29.582 INFO O| Planning: Fetching manifests: 0/130 0% complete
40832026-08-22T12:36:30.773Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40842026-08-22T12:36:30.776ZAug 22 12:36:29.748 INFO [stamp-oximeter] process exited with exit status: 0 (1.065238522s)
40852026-08-22T12:36:30.958Z[ recovery-image] Aug 22 12:36:29.930 INFO O| Aug 22 12:36:29.930 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40862026-08-22T12:36:31.232Z[ recovery-image] Aug 22 12:36:30.203 INFO O| Aug 22 12:36:30.203 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40872026-08-22T12:36:31.232Z[ recovery-image] Aug 22 12:36:30.203 INFO O| Aug 22 12:36:30.203 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40882026-08-22T12:36:31.235Z[ recovery-image] Aug 22 12:36:30.203 INFO O| Aug 22 12:36:30.203 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40892026-08-22T12:36:31.235Z[ recovery-image] Aug 22 12:36:30.203 INFO O| Aug 22 12:36:30.203 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40902026-08-22T12:36:31.239Z[ recovery-image] Aug 22 12:36:30.208 INFO O| Aug 22 12:36:30.208 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40912026-08-22T12:36:32.278Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40922026-08-22T12:36:32.281ZAug 22 12:36:31.253 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.570538705s)
40932026-08-22T12:36:32.393Z[ host-image] Aug 22 12:36:31.364 INFO O| Aug 22 12:36:31.364 INFO O| Planning: Fetching manifests: 130/130 100% complete
40942026-08-22T12:36:32.884Z[ host-image] Aug 22 12:36:31.855 INFO O| Aug 22 12:36:31.855 INFO O| Planning: Package planning ... Done
40952026-08-22T12:36:33.199Z[ host-image] Aug 22 12:36:32.168 INFO O| Aug 22 12:36:32.167 INFO O| Planning: Merging actions ... Done
40962026-08-22T12:36:33.312Z[ host-image] Aug 22 12:36:32.283 INFO O| Aug 22 12:36:32.283 INFO O| Planning: Checking for conflicting actions ... Done
40972026-08-22T12:36:33.415Z[ host-image] Aug 22 12:36:32.386 INFO O| Aug 22 12:36:32.386 INFO O| Planning: Consolidating action changes ... Done
40982026-08-22T12:36:33.586Z[ host-image] Aug 22 12:36:32.557 INFO O| Aug 22 12:36:32.557 INFO O| Planning: Evaluating mediators ... Done
40992026-08-22T12:36:34.276Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41002026-08-22T12:36:34.279ZAug 22 12:36:33.250 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.56865982s)
41012026-08-22T12:36:34.624Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41022026-08-22T12:36:34.628ZAug 22 12:36:33.599 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.919798025s)
41032026-08-22T12:36:34.631Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41042026-08-22T12:36:34.634ZAug 22 12:36:33.604 INFO [stamp-clickhouse] process exited with exit status: 0 (4.921701736s)
41052026-08-22T12:36:34.735Z[verify-libraries] Compiling match_cfg v0.1.0
41062026-08-22T12:36:34.735Z[verify-libraries] Compiling slog-json v2.6.1
41072026-08-22T12:36:34.735Z[verify-libraries] Compiling debug-ignore v1.0.5
41082026-08-22T12:36:34.738Z[verify-libraries] Compiling progenitor-client v0.14.0
41092026-08-22T12:36:34.738Z[verify-libraries] Compiling sha1 v0.11.0
41102026-08-22T12:36:34.738Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41112026-08-22T12:36:34.738Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41122026-08-22T12:36:34.966Z[ host-image] Aug 22 12:36:33.937 INFO O| Aug 22 12:36:33.937 INFO O| Planning: Planning completed in 6.65 seconds
41132026-08-22T12:36:34.969Z[ host-image] Aug 22 12:36:33.939 INFO O| Aug 22 12:36:33.939 INFO O| Packages to install: 130
41142026-08-22T12:36:34.969Z[ host-image] Aug 22 12:36:33.939 INFO O| Aug 22 12:36:33.939 INFO O| Mediators to change: 5
41152026-08-22T12:36:34.969Z[ host-image] Aug 22 12:36:33.939 INFO O| Aug 22 12:36:33.939 INFO O| Services to change: 6
41162026-08-22T12:36:34.999Z[ host-image] Aug 22 12:36:33.970 INFO O| Aug 22 12:36:33.970 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
41172026-08-22T12:36:35.003Z[verify-libraries] Compiling multer v3.1.0
41182026-08-22T12:36:35.020Z[verify-libraries] Compiling compression-core v0.4.31
41192026-08-22T12:36:35.023Z[verify-libraries] Compiling async-stream-impl v0.3.6
41202026-08-22T12:36:35.023Z[verify-libraries] Compiling serde_spanned v1.1.1
41212026-08-22T12:36:35.023Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41222026-08-22T12:36:35.039Z[verify-libraries] Compiling dropshot v0.17.1
41232026-08-22T12:36:35.112Z[ recovery-image] Aug 22 12:36:34.083 INFO O| Aug 22 12:36:34.083 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41242026-08-22T12:36:35.123Z[ recovery-image] Aug 22 12:36:34.094 INFO O| Aug 22 12:36:34.094 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41252026-08-22T12:36:35.153Z[verify-libraries] Compiling hostname v0.3.1
41262026-08-22T12:36:35.153Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41272026-08-22T12:36:35.199Z[verify-libraries] Compiling waitgroup v0.1.2
41282026-08-22T12:36:35.199Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41292026-08-22T12:36:35.244Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41302026-08-22T12:36:35.248Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41312026-08-22T12:36:35.251ZAug 22 12:36:34.223 INFO [stamp-nexus] process exited with exit status: 0 (5.541757352s)
41322026-08-22T12:36:35.251ZAug 22 12:36:34.223 INFO [tuf-stamp] task succeeded (5.543891644s)
41332026-08-22T12:36:35.251ZAug 22 12:36:34.223 INFO [tuf-v2-zones] running task
41342026-08-22T12:36:35.278Z[verify-libraries] Compiling hostname v0.4.2
41352026-08-22T12:36:35.281Z[verify-libraries] Compiling atomicwrites v0.4.4
41362026-08-22T12:36:35.328Z[verify-libraries] Compiling slog-bunyan v2.5.0
41372026-08-22T12:36:35.346Z[verify-libraries] Compiling compression-codecs v0.4.37
41382026-08-22T12:36:35.387Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41392026-08-22T12:36:35.391Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41402026-08-22T12:36:35.405Z[verify-libraries] Compiling macaddr v1.0.1
41412026-08-22T12:36:35.431Z[ recovery-image] Aug 22 12:36:34.403 INFO O| Aug 22 12:36:34.403 INFO O| Caching catalogs ... Done
41422026-08-22T12:36:35.441ZAug 22 12:36:34.413 INFO [tuf-v2-zones] task succeeded (189.841203ms)
41432026-08-22T12:36:35.464Z[verify-libraries] Compiling regress v0.10.5
41442026-08-22T12:36:35.487Z[verify-libraries] Compiling instant v0.1.13
41452026-08-22T12:36:35.512Z[ recovery-image] Aug 22 12:36:34.484 INFO O| Aug 22 12:36:34.484 INFO STEP 0 (pkg_image_create) COMPLETE
41462026-08-22T12:36:35.512Z[ recovery-image] Aug 22 12:36:34.484 INFO O| Aug 22 12:36:34.484 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41472026-08-22T12:36:35.522Z[ recovery-image] Aug 22 12:36:34.493 INFO O| Aug 22 12:36:34.493 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"]
41482026-08-22T12:36:35.527Z[verify-libraries] Compiling parse-display-derive v0.10.0
41492026-08-22T12:36:35.531Z[verify-libraries] Compiling itertools v0.14.0
41502026-08-22T12:36:35.531Z[verify-libraries] Compiling backon v1.6.0
41512026-08-22T12:36:35.549Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41522026-08-22T12:36:35.549Z[verify-libraries] Compiling humantime v2.3.0
41532026-08-22T12:36:35.566Z[verify-libraries] Compiling async-compression v0.4.41
41542026-08-22T12:36:35.654Z[verify-libraries] Compiling backoff v0.4.0
41552026-08-22T12:36:35.694Z[verify-libraries] Compiling convert_case v0.4.0
41562026-08-22T12:36:35.698Z[verify-libraries] Compiling half v2.7.1
41572026-08-22T12:36:35.781Z[verify-libraries] Compiling progenitor-extras v0.2.0
41582026-08-22T12:36:35.805Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41592026-08-22T12:36:35.830Z[verify-libraries] Compiling async-stream v0.3.6
41602026-08-22T12:36:35.873Z[ recovery-image] Aug 22 12:36:34.844 INFO O| Aug 22 12:36:34.844 INFO STEP 1 (pkg_set_publisher) COMPLETE
41612026-08-22T12:36:35.873Z[ recovery-image] Aug 22 12:36:34.844 INFO O| Aug 22 12:36:34.844 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-08-22T12:36:35.873Z[ recovery-image] Aug 22 12:36:34.844 INFO O| Aug 22 12:36:34.844 INFO skip step because feature "publisher_1_name" is not enabled
41632026-08-22T12:36:35.877Z[ recovery-image] Aug 22 12:36:34.844 INFO O| Aug 22 12:36:34.844 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-08-22T12:36:35.877Z[ recovery-image] Aug 22 12:36:34.844 INFO O| Aug 22 12:36:34.844 INFO skip step because feature "publisher_2_name" is not enabled
41652026-08-22T12:36:35.877Z[ recovery-image] Aug 22 12:36:34.844 INFO O| Aug 22 12:36:34.844 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-08-22T12:36:35.877Z[ recovery-image] Aug 22 12:36:34.844 INFO O| Aug 22 12:36:34.844 INFO skip step because feature "publisher_3_name" is not enabled
41672026-08-22T12:36:35.877Z[ recovery-image] Aug 22 12:36:34.844 INFO O| Aug 22 12:36:34.844 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41682026-08-22T12:36:35.885Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41692026-08-22T12:36:35.953Z[verify-libraries] Compiling ciborium-io v0.2.2
41702026-08-22T12:36:35.956Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41712026-08-22T12:36:36.000Z[verify-libraries] Compiling indent_write v2.2.0
41722026-08-22T12:36:36.005Z[verify-libraries] Compiling regress v0.11.1
41732026-08-22T12:36:36.104Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41742026-08-22T12:36:36.127Z[verify-libraries] Compiling ciborium-ll v0.2.2
41752026-08-22T12:36:36.151Z[verify-libraries] Compiling secrecy v0.10.3
41762026-08-22T12:36:36.155Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41772026-08-22T12:36:36.155Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41782026-08-22T12:36:36.220Z[verify-libraries] Compiling derive_more v0.99.20
41792026-08-22T12:36:36.220Z[verify-libraries] Compiling inout v0.1.4
41802026-08-22T12:36:36.260Z[ recovery-image] Aug 22 12:36:35.231 INFO O| Aug 22 12:36:35.231 INFO variant opensolaris.zone is already global
41812026-08-22T12:36:36.260Z[ recovery-image] Aug 22 12:36:35.231 INFO O| Aug 22 12:36:35.231 INFO STEP 5 (pkg_change_variant) COMPLETE
41822026-08-22T12:36:36.264Z[ recovery-image] Aug 22 12:36:35.231 INFO O| Aug 22 12:36:35.231 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41832026-08-22T12:36:36.323Z[verify-libraries] Compiling ciborium v0.2.2
41842026-08-22T12:36:36.391Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41852026-08-22T12:36:36.416Z[verify-libraries] Compiling cipher v0.4.4
41862026-08-22T12:36:36.466Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41872026-08-22T12:36:36.527Z[verify-libraries] Compiling universal-hash v0.5.1
41882026-08-22T12:36:36.587Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41892026-08-22T12:36:36.629Z[ recovery-image] Aug 22 12:36:35.600 INFO O| Aug 22 12:36:35.600 INFO variant opensolaris.imagetype is full; changing to partial
41902026-08-22T12:36:36.629Z[ recovery-image] Aug 22 12:36:35.600 INFO O| Aug 22 12:36:35.600 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41912026-08-22T12:36:36.726Z[verify-libraries] Compiling opaque-debug v0.3.1
41922026-08-22T12:36:36.729Z[verify-libraries] Compiling chacha20 v0.9.1
41932026-08-22T12:36:36.770Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41942026-08-22T12:36:36.796Z[verify-libraries] Compiling blake2 v0.10.6
41952026-08-22T12:36:36.829Z[verify-libraries] Compiling poly1305 v0.8.0
41962026-08-22T12:36:36.832Z[verify-libraries] Compiling aead v0.5.2
41972026-08-22T12:36:36.832Z[verify-libraries] Compiling password-hash v0.5.0
41982026-08-22T12:36:36.985Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41992026-08-22T12:36:37.024Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42002026-08-22T12:36:37.096Z[verify-libraries] Compiling num-derive v0.4.2
42012026-08-22T12:36:37.137Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42022026-08-22T12:36:37.217Z[verify-libraries] Compiling argon2 v0.5.3
42032026-08-22T12:36:37.286Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42042026-08-22T12:36:37.307Z[verify-libraries] Compiling rayon-core v1.13.0
42052026-08-22T12:36:37.372Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42062026-08-22T12:36:37.403Z[verify-libraries] Compiling parse-display v0.10.0
42072026-08-22T12:36:37.428Z[verify-libraries] Compiling glob v0.3.3
42082026-08-22T12:36:37.519Z[verify-libraries] Compiling usdt-macro v0.5.0
42092026-08-22T12:36:37.618Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42102026-08-22T12:36:37.656Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42112026-08-22T12:36:37.772Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42122026-08-22T12:36:37.908Z[verify-libraries] Compiling typify-impl v0.6.2
42132026-08-22T12:36:37.943Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42142026-08-22T12:36:38.087Z[verify-libraries] Compiling vsss-rs v3.3.4
42152026-08-22T12:36:38.111Z[verify-libraries] Compiling memmap v0.7.0
42162026-08-22T12:36:38.178Z[verify-libraries] Compiling heapless v0.8.0
42172026-08-22T12:36:38.379Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42182026-08-22T12:36:38.422Z[verify-libraries] Compiling proc-macro-error v1.0.4
42192026-08-22T12:36:38.451Z[verify-libraries] Compiling ingot-macros v0.2.0
42202026-08-22T12:36:38.556Z[verify-libraries] Compiling tabwriter v1.4.1
42212026-08-22T12:36:38.622Z[verify-libraries] Compiling hash32 v0.3.1
42222026-08-22T12:36:38.748Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42232026-08-22T12:36:38.822Z[verify-libraries] Compiling smoltcp v0.11.0
42242026-08-22T12:36:38.861Z[verify-libraries] Compiling usdt v0.5.0
42252026-08-22T12:36:38.919Z[verify-libraries] Compiling cobs v0.3.0
42262026-08-22T12:36:38.956Z[verify-libraries] Compiling colored v3.1.1
42272026-08-22T12:36:38.957Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42282026-08-22T12:36:39.029Z[verify-libraries] Compiling rayon v1.11.0
42292026-08-22T12:36:39.051Z[verify-libraries] Compiling num_enum_derive v0.7.6
42302026-08-22T12:36:39.117Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42312026-08-22T12:36:39.173Z[verify-libraries] Compiling postcard v1.1.3
42322026-08-22T12:36:39.177Z[verify-libraries] Compiling rand v0.10.1
42332026-08-22T12:36:39.231Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42342026-08-22T12:36:39.257Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42352026-08-22T12:36:39.342Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42362026-08-22T12:36:39.397Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42372026-08-22T12:36:39.426Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42382026-08-22T12:36:39.572Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42392026-08-22T12:36:39.625Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42402026-08-22T12:36:39.747Z[ recovery-image] Aug 22 12:36:38.719 INFO O| Aug 22 12:36:38.718 INFO O| Startup: Refreshing catalog 'helios' ... Done
42412026-08-22T12:36:39.817Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42422026-08-22T12:36:39.821Z[verify-libraries] Compiling num_enum_derive v0.5.11
42432026-08-22T12:36:39.838Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42442026-08-22T12:36:39.917Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42452026-08-22T12:36:39.959Z[verify-libraries] Compiling cstr-argument v0.1.2
42462026-08-22T12:36:40.002Z[ host-image] Aug 22 12:36:38.973 INFO O| Aug 22 12:36:38.972 INFO O| Download: 12869/23888 items 107.9/222.8MB 48% complete (21.6M/s)
42472026-08-22T12:36:40.104Z[verify-libraries] Compiling foreign-types v0.5.0
42482026-08-22T12:36:40.130Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42492026-08-22T12:36:40.178Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42502026-08-22T12:36:40.178Z[verify-libraries] Compiling sigpipe v0.1.3
42512026-08-22T12:36:40.191Z[ recovery-image] Aug 22 12:36:39.162 INFO O| Aug 22 12:36:39.162 INFO O| Startup: Caching catalogs ... Done
42522026-08-22T12:36:40.206Z[ recovery-image] Aug 22 12:36:39.177 INFO O| Aug 22 12:36:39.177 INFO O| Planning: Planning completed in 0.00 seconds
42532026-08-22T12:36:40.210Z[ recovery-image] Aug 22 12:36:39.178 INFO O| Aug 22 12:36:39.178 INFO O| Planning: Consolidating action changes ... Done
42542026-08-22T12:36:40.210Z[ recovery-image] Aug 22 12:36:39.178 INFO O| Aug 22 12:36:39.178 INFO O| Planning: Evaluating mediators ... Done
42552026-08-22T12:36:40.210Z[ recovery-image] Aug 22 12:36:39.178 INFO O| Aug 22 12:36:39.178 INFO O| Planning: Planning completed in 0.00 seconds
42562026-08-22T12:36:40.210Z[ recovery-image] Aug 22 12:36:39.178 INFO O| Aug 22 12:36:39.178 INFO O| Variants/Facets to change: 1
42572026-08-22T12:36:40.221Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42582026-08-22T12:36:40.225Z[ recovery-image] Aug 22 12:36:39.196 INFO O| Aug 22 12:36:39.196 INFO O| Finalize: Updating package state database ... Done
42592026-08-22T12:36:40.225Z[ recovery-image] Aug 22 12:36:39.196 INFO O| Aug 22 12:36:39.196 INFO O| Finalize: Updating package cache ... Done
42602026-08-22T12:36:40.242Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42612026-08-22T12:36:40.318Z[ recovery-image] Aug 22 12:36:39.290 INFO O| Aug 22 12:36:39.284 INFO O| Finalize: Updating image state ... Done
42622026-08-22T12:36:40.329Z[ recovery-image] Aug 22 12:36:39.300 INFO O| Aug 22 12:36:39.300 INFO O| Finalize: Creating fast lookup database ... Done
42632026-08-22T12:36:40.332Z[ recovery-image] Aug 22 12:36:39.301 INFO O| Aug 22 12:36:39.301 INFO O| Finalize: Reading search index ... Done
42642026-08-22T12:36:40.332Z[ recovery-image] Aug 22 12:36:39.301 INFO O| Aug 22 12:36:39.301 INFO O| Finalize: Updating search index ... Done
42652026-08-22T12:36:40.332Z[ recovery-image] Aug 22 12:36:39.302 INFO O| Aug 22 12:36:39.302 INFO O| Finalize: Updating package cache ... Done
42662026-08-22T12:36:40.365Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42672026-08-22T12:36:40.412Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42682026-08-22T12:36:40.469Z[verify-libraries] Compiling num_enum v0.7.6
42692026-08-22T12:36:40.505Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42702026-08-22T12:36:40.561Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42712026-08-22T12:36:40.588Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42722026-08-22T12:36:40.595Z[ recovery-image] Aug 22 12:36:39.566 INFO O| Aug 22 12:36:39.566 INFO STEP 6 (pkg_change_variant) COMPLETE
42732026-08-22T12:36:40.595Z[ recovery-image] Aug 22 12:36:39.566 INFO O| Aug 22 12:36:39.566 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42742026-08-22T12:36:40.598Z[ recovery-image] Aug 22 12:36:39.566 INFO O| Aug 22 12:36:39.566 INFO skip step because feature "debug_variant" is not enabled
42752026-08-22T12:36:40.598Z[ recovery-image] Aug 22 12:36:39.566 INFO O| Aug 22 12:36:39.566 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42762026-08-22T12:36:40.639Z[verify-libraries] Compiling itertools v0.12.1
42772026-08-22T12:36:40.665Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42782026-08-22T12:36:40.692Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42792026-08-22T12:36:40.735Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42802026-08-22T12:36:40.892Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42812026-08-22T12:36:40.917Z[ recovery-image] Aug 22 12:36:39.888 INFO O| Aug 22 12:36:39.888 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42822026-08-22T12:36:40.928Z[verify-libraries] Compiling toml v0.8.23
42832026-08-22T12:36:40.980Z[verify-libraries] Compiling smf v0.2.3
42842026-08-22T12:36:41.060Z[verify-libraries] Compiling whoami v1.6.1
42852026-08-22T12:36:41.063Z[verify-libraries] Compiling num_enum v0.5.11
42862026-08-22T12:36:41.063Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42872026-08-22T12:36:41.259Z[verify-libraries] Compiling derive-where v1.6.0
42882026-08-22T12:36:41.292Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42892026-08-22T12:36:41.393Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42902026-08-22T12:36:41.562Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42912026-08-22T12:36:41.584Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42922026-08-22T12:36:41.587Z[verify-libraries] Compiling gethostname v0.5.0
42932026-08-22T12:36:41.644Z[verify-libraries] Compiling ingot-types v0.2.0
42942026-08-22T12:36:41.758Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42952026-08-22T12:36:41.802Z[verify-libraries] Compiling newline-converter v0.3.0
42962026-08-22T12:36:41.831Z[verify-libraries] Compiling console v0.15.11
42972026-08-22T12:36:41.860Z[verify-libraries] Compiling resolv-conf v0.7.6
42982026-08-22T12:36:41.909Z[verify-libraries] Compiling linear-map v1.2.0
42992026-08-22T12:36:41.951Z[verify-libraries] Compiling num-rational v0.4.2
43002026-08-22T12:36:42.008Z[verify-libraries] Compiling num-complex v0.4.6
43012026-08-22T12:36:42.043Z[verify-libraries] Compiling zone v0.3.1
43022026-08-22T12:36:42.070Z[verify-libraries] Compiling ingot v0.2.1
43032026-08-22T12:36:42.187Z[verify-libraries] Compiling expectorate v1.2.0
43042026-08-22T12:36:42.191Z[verify-libraries] Compiling slog-dtrace v0.3.0
43052026-08-22T12:36:42.259Z[verify-libraries] Compiling prettyplease v0.2.37
43062026-08-22T12:36:42.468Z[verify-libraries] Compiling num v0.4.3
43072026-08-22T12:36:42.513Z[verify-libraries] Compiling float-ord v0.3.2
43082026-08-22T12:36:42.561Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43092026-08-22T12:36:42.655Z[verify-libraries] Compiling linked-hash-map v0.5.6
43102026-08-22T12:36:42.658Z[verify-libraries] Compiling hickory-proto v0.24.4
43112026-08-22T12:36:42.658Z[verify-libraries] Compiling convert_case v0.10.0
43122026-08-22T12:36:42.658Z[verify-libraries] Compiling minimal-lexical v0.2.1
43132026-08-22T12:36:42.766Z[verify-libraries] Compiling unicode-xid v0.2.6
43142026-08-22T12:36:42.770Z[verify-libraries] Compiling typify-macro v0.6.2
43152026-08-22T12:36:42.770Z[verify-libraries] Compiling tabled_derive v0.7.0
43162026-08-22T12:36:42.813Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43172026-08-22T12:36:42.953Z[verify-libraries] Compiling lru-cache v0.1.2
43182026-08-22T12:36:43.027Z[verify-libraries] Compiling nom v7.1.3
43192026-08-22T12:36:43.048Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43202026-08-22T12:36:43.081Z[verify-libraries] Compiling derive_more-impl v2.1.1
43212026-08-22T12:36:43.085Z[verify-libraries] Compiling fd-lock v4.0.4
43222026-08-22T12:36:43.145Z[ recovery-image] Aug 22 12:36:42.115 INFO O| Aug 22 12:36:42.115 INFO O| Startup: Refreshing catalog 'helios' ... Done
43232026-08-22T12:36:43.149Z[verify-libraries] Compiling vte v0.14.1
43242026-08-22T12:36:43.300Z[verify-libraries] Compiling display-error-chain v0.2.2
43252026-08-22T12:36:43.351Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43262026-08-22T12:36:43.414Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43272026-08-22T12:36:43.463Z[verify-libraries] Compiling stacker v0.1.23
43282026-08-22T12:36:43.551Z[verify-libraries] Compiling cfg_aliases v0.1.1
43292026-08-22T12:36:43.603Z[ recovery-image] Aug 22 12:36:42.574 INFO O| Aug 22 12:36:42.574 INFO O| Startup: Caching catalogs ... Done
43302026-08-22T12:36:43.617Z[ recovery-image] Aug 22 12:36:42.589 INFO O| Aug 22 12:36:42.589 INFO O| Planning: Planning completed in 0.00 seconds
43312026-08-22T12:36:43.621Z[ recovery-image] Aug 22 12:36:42.589 INFO O| Aug 22 12:36:42.589 INFO O| Planning: Consolidating action changes ... Done
43322026-08-22T12:36:43.621Z[ recovery-image] Aug 22 12:36:42.589 INFO O| Aug 22 12:36:42.589 INFO O| Planning: Evaluating mediators ... Done
43332026-08-22T12:36:43.621Z[ recovery-image] Aug 22 12:36:42.589 INFO O| Aug 22 12:36:42.589 INFO O| Planning: Planning completed in 0.00 seconds
43342026-08-22T12:36:43.621Z[ recovery-image] Aug 22 12:36:42.590 INFO O| Aug 22 12:36:42.590 INFO O| Variants/Facets to change: 1
43352026-08-22T12:36:43.628Z[ recovery-image] Aug 22 12:36:42.600 INFO O| Aug 22 12:36:42.600 INFO O| Finalize: Updating package state database ... Done
43362026-08-22T12:36:43.628Z[ recovery-image] Aug 22 12:36:42.600 INFO O| Aug 22 12:36:42.600 INFO O| Finalize: Updating package cache ... Done
43372026-08-22T12:36:43.632Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43382026-08-22T12:36:43.703Z[ recovery-image] Aug 22 12:36:42.675 INFO O| Aug 22 12:36:42.675 INFO O| Finalize: Updating image state ... Done
43392026-08-22T12:36:43.719Z[ recovery-image] Aug 22 12:36:42.690 INFO O| Aug 22 12:36:42.690 INFO O| Finalize: Creating fast lookup database ... Done
43402026-08-22T12:36:43.722Z[ recovery-image] Aug 22 12:36:42.690 INFO O| Aug 22 12:36:42.690 INFO O| Finalize: Reading search index ... Done
43412026-08-22T12:36:43.722Z[ recovery-image] Aug 22 12:36:42.691 INFO O| Aug 22 12:36:42.690 INFO O| Finalize: Updating search index ... Done
43422026-08-22T12:36:43.722Z[ recovery-image] Aug 22 12:36:42.691 INFO O| Aug 22 12:36:42.691 INFO O| Finalize: Updating package cache ... Done
43432026-08-22T12:36:43.742Z[verify-libraries] Compiling reedline v0.40.0
43442026-08-22T12:36:43.819Z[verify-libraries] Compiling nix v0.28.0
43452026-08-22T12:36:43.916Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43462026-08-22T12:36:43.963Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43472026-08-22T12:36:44.001Z[verify-libraries] Compiling tabled v0.15.0
43482026-08-22T12:36:44.027Z[ recovery-image] Aug 22 12:36:42.998 INFO O| Aug 22 12:36:42.998 INFO STEP 8 (pkg_change_facet) COMPLETE
43492026-08-22T12:36:44.027Z[ recovery-image] Aug 22 12:36:42.998 INFO O| Aug 22 12:36:42.998 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43502026-08-22T12:36:44.087Z[verify-libraries] Compiling semver v0.1.20
43512026-08-22T12:36:44.117Z[verify-libraries] Compiling psm v0.1.30
43522026-08-22T12:36:44.120Z[verify-libraries] Compiling derive_more v2.1.1
43532026-08-22T12:36:44.139Z[verify-libraries] Compiling termtree v0.5.1
43542026-08-22T12:36:44.198Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43552026-08-22T12:36:44.254Z[verify-libraries] Compiling crossterm v0.29.0
43562026-08-22T12:36:44.327Z[verify-libraries] Compiling phf_shared v0.12.1
43572026-08-22T12:36:44.385Z[verify-libraries] Compiling rustc_version v0.1.7
43582026-08-22T12:36:44.388Z[ recovery-image] Aug 22 12:36:43.356 INFO O| Aug 22 12:36:43.356 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43592026-08-22T12:36:44.445Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43602026-08-22T12:36:44.492Z[verify-libraries] Compiling nibble_vec v0.1.0
43612026-08-22T12:36:44.555Z[verify-libraries] Compiling chrono-tz v0.10.4
43622026-08-22T12:36:44.555Z[verify-libraries] Compiling highway v1.3.0
43632026-08-22T12:36:44.639Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43642026-08-22T12:36:44.692Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43652026-08-22T12:36:44.715Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43662026-08-22T12:36:44.819Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43672026-08-22T12:36:44.940Z[verify-libraries] Compiling typify v0.6.2
43682026-08-22T12:36:44.993Z[ host-image] Aug 22 12:36:43.964 INFO O| Aug 22 12:36:43.964 INFO O| Download: Completed 222.83 MB in 9.99 seconds (22.2M/s)
43692026-08-22T12:36:45.002Z[verify-libraries] Compiling hickory-resolver v0.24.4
43702026-08-22T12:36:45.059Z[verify-libraries] Compiling progenitor-impl v0.14.0
43712026-08-22T12:36:45.149Z[verify-libraries] Compiling endian-type v0.1.2
43722026-08-22T12:36:45.272Z[verify-libraries] Compiling newtype_derive v0.1.6
43732026-08-22T12:36:45.357Z[ host-image] Aug 22 12:36:44.324 INFO O| Aug 22 12:36:44.323 INFO O| Actions: 1/54182 actions (Installing new actions)
43742026-08-22T12:36:45.385Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43752026-08-22T12:36:45.449Z[verify-libraries] Compiling recursive v0.1.1
43762026-08-22T12:36:45.500Z[verify-libraries] Compiling radix_trie v0.2.1
43772026-08-22T12:36:45.590Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43782026-08-22T12:36:45.662Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43792026-08-22T12:36:45.701Z[verify-libraries] Compiling phf v0.12.1
43802026-08-22T12:36:45.953Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43812026-08-22T12:36:46.198Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43822026-08-22T12:36:46.222Z[verify-libraries] Compiling peg-macros v0.8.5
43832026-08-22T12:36:46.468Z[ recovery-image] Aug 22 12:36:45.438 INFO O| Aug 22 12:36:45.438 INFO O| Startup: Refreshing catalog 'helios' ... Done
43842026-08-22T12:36:46.494Z[verify-libraries] Compiling qorb v0.4.1
43852026-08-22T12:36:46.565Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43862026-08-22T12:36:46.788Z[verify-libraries] Compiling winnow v0.6.26
43872026-08-22T12:36:47.039Z[ recovery-image] Aug 22 12:36:46.010 INFO O| Aug 22 12:36:46.010 INFO O| Startup: Caching catalogs ... Done
43882026-08-22T12:36:47.044Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43892026-08-22T12:36:47.054Z[ recovery-image] Aug 22 12:36:46.025 INFO O| Aug 22 12:36:46.024 INFO O| Planning: Planning completed in 0.00 seconds
43902026-08-22T12:36:47.058Z[ recovery-image] Aug 22 12:36:46.025 INFO O| Aug 22 12:36:46.025 INFO O| Planning: Consolidating action changes ... Done
43912026-08-22T12:36:47.058Z[ recovery-image] Aug 22 12:36:46.025 INFO O| Aug 22 12:36:46.025 INFO O| Planning: Evaluating mediators ... Done
43922026-08-22T12:36:47.058Z[ recovery-image] Aug 22 12:36:46.025 INFO O| Aug 22 12:36:46.025 INFO O| Planning: Planning completed in 0.00 seconds
43932026-08-22T12:36:47.058Z[ recovery-image] Aug 22 12:36:46.026 INFO O| Aug 22 12:36:46.026 INFO O| Variants/Facets to change: 1
43942026-08-22T12:36:47.076Z[ recovery-image] Aug 22 12:36:46.047 INFO O| Aug 22 12:36:46.046 INFO O| Finalize: Updating package state database ... Done
43952026-08-22T12:36:47.076Z[ recovery-image] Aug 22 12:36:46.047 INFO O| Aug 22 12:36:46.046 INFO O| Finalize: Updating package cache ... Done
43962026-08-22T12:36:47.146Z[ recovery-image] Aug 22 12:36:46.115 INFO O| Aug 22 12:36:46.114 INFO O| Finalize: Updating image state ... Done
43972026-08-22T12:36:47.158Z[ recovery-image] Aug 22 12:36:46.129 INFO O| Aug 22 12:36:46.129 INFO O| Finalize: Creating fast lookup database ... Done
43982026-08-22T12:36:47.162Z[ recovery-image] Aug 22 12:36:46.130 INFO O| Aug 22 12:36:46.130 INFO O| Finalize: Reading search index ... Done
43992026-08-22T12:36:47.162Z[ recovery-image] Aug 22 12:36:46.130 INFO O| Aug 22 12:36:46.130 INFO O| Finalize: Updating search index ... Done
44002026-08-22T12:36:47.162Z[ recovery-image] Aug 22 12:36:46.131 INFO O| Aug 22 12:36:46.131 INFO O| Finalize: Updating package cache ... Done
44012026-08-22T12:36:47.181Z[verify-libraries] Compiling csv-core v0.1.13
44022026-08-22T12:36:47.326Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44032026-08-22T12:36:47.426Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44042026-08-22T12:36:47.442Z[ recovery-image] Aug 22 12:36:46.412 INFO O| Aug 22 12:36:46.412 INFO STEP 9 (pkg_change_facet) COMPLETE
44052026-08-22T12:36:47.442Z[ recovery-image] Aug 22 12:36:46.412 INFO O| Aug 22 12:36:46.412 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44062026-08-22T12:36:47.532Z[verify-libraries] Compiling home v0.5.12
44072026-08-22T12:36:47.579Z[verify-libraries] Compiling unicode_categories v0.1.1
44082026-08-22T12:36:47.603Z[verify-libraries] Compiling sqlparser v0.61.0
44092026-08-22T12:36:47.622Z[verify-libraries] Compiling csv v1.4.0
44102026-08-22T12:36:47.677Z[verify-libraries] Compiling const_format v0.2.35
44112026-08-22T12:36:47.727Z[verify-libraries] Compiling rustyline v14.0.0
44122026-08-22T12:36:47.766Z[ recovery-image] Aug 22 12:36:46.737 INFO O| Aug 22 12:36:46.736 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44132026-08-22T12:36:47.812Z[verify-libraries] Compiling peg v0.8.5
44142026-08-22T12:36:47.894Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44152026-08-22T12:36:47.924Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44162026-08-22T12:36:48.064Z[verify-libraries] Compiling progenitor-macro v0.14.0
44172026-08-22T12:36:48.090Z[verify-libraries] Compiling bcs v0.1.6
44182026-08-22T12:36:48.203Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44192026-08-22T12:36:48.236Z[verify-libraries] Compiling nom v8.0.0
44202026-08-22T12:36:48.357Z[verify-libraries] Compiling sqlformat v0.3.5
44212026-08-22T12:36:48.488Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44222026-08-22T12:36:48.568Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44232026-08-22T12:36:48.668Z[verify-libraries] Compiling steno v0.4.1
44242026-08-22T12:36:48.672Z[verify-libraries] Compiling sha1 v0.10.6
44252026-08-22T12:36:48.727Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44262026-08-22T12:36:49.033Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44272026-08-22T12:36:49.113Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44282026-08-22T12:36:49.355Z[verify-libraries] Compiling tagptr v0.2.0
44292026-08-22T12:36:49.451Z[verify-libraries] Compiling utf-8 v0.7.6
44302026-08-22T12:36:49.508Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44312026-08-22T12:36:49.508Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44322026-08-22T12:36:49.568Z[verify-libraries] Compiling libefi-sys v0.1.0
44332026-08-22T12:36:49.584Z[ recovery-image] Aug 22 12:36:48.555 INFO O| Aug 22 12:36:48.555 INFO O| Startup: Refreshing catalog 'helios' ... Done
44342026-08-22T12:36:49.608Z[verify-libraries] Compiling bitfield-struct v0.6.2
44352026-08-22T12:36:49.693Z[verify-libraries] Compiling moka v0.12.13
44362026-08-22T12:36:49.722Z[verify-libraries] Compiling tungstenite v0.21.0
44372026-08-22T12:36:49.749Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44382026-08-22T12:36:49.775Z[verify-libraries] Compiling xshell-macros v0.2.7
44392026-08-22T12:36:50.103Z[verify-libraries] Compiling libscf-sys v1.2.0
44402026-08-22T12:36:50.124Z[verify-libraries] Compiling papergrid v0.18.0
44412026-08-22T12:36:50.171Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44422026-08-22T12:36:50.282Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44432026-08-22T12:36:50.331Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44442026-08-22T12:36:50.343Z[ recovery-image] Aug 22 12:36:49.314 INFO O| Aug 22 12:36:49.314 INFO O| Startup: Caching catalogs ... Done
44452026-08-22T12:36:50.359Z[ recovery-image] Aug 22 12:36:49.329 INFO O| Aug 22 12:36:49.329 INFO O| Planning: Planning completed in 0.00 seconds
44462026-08-22T12:36:50.359Z[ recovery-image] Aug 22 12:36:49.329 INFO O| Aug 22 12:36:49.329 INFO O| Planning: Consolidating action changes ... Done
44472026-08-22T12:36:50.359Z[ recovery-image] Aug 22 12:36:49.329 INFO O| Aug 22 12:36:49.329 INFO O| Planning: Evaluating mediators ... Done
44482026-08-22T12:36:50.362Z[ recovery-image] Aug 22 12:36:49.330 INFO O| Aug 22 12:36:49.329 INFO O| Planning: Planning completed in 0.00 seconds
44492026-08-22T12:36:50.362Z[ recovery-image] Aug 22 12:36:49.330 INFO O| Aug 22 12:36:49.330 INFO O| Variants/Facets to change: 1
44502026-08-22T12:36:50.362Z[ host-image] Aug 22 12:36:49.331 INFO O| Aug 22 12:36:49.331 INFO O| Actions: 21613/54182 actions (Installing new actions)
44512026-08-22T12:36:50.371Z[verify-libraries] Compiling xshell v0.2.7
44522026-08-22T12:36:50.371Z[ recovery-image] Aug 22 12:36:49.342 INFO O| Aug 22 12:36:49.342 INFO O| Finalize: Updating package state database ... Done
44532026-08-22T12:36:50.371Z[ recovery-image] Aug 22 12:36:49.343 INFO O| Aug 22 12:36:49.342 INFO O| Finalize: Updating package cache ... Done
44542026-08-22T12:36:50.447Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44552026-08-22T12:36:50.453Z[ recovery-image] Aug 22 12:36:49.425 INFO O| Aug 22 12:36:49.425 INFO O| Finalize: Updating image state ... Done
44562026-08-22T12:36:50.470Z[ recovery-image] Aug 22 12:36:49.441 INFO O| Aug 22 12:36:49.441 INFO O| Finalize: Creating fast lookup database ... Done
44572026-08-22T12:36:50.473Z[ recovery-image] Aug 22 12:36:49.442 INFO O| Aug 22 12:36:49.442 INFO O| Finalize: Reading search index ... Done
44582026-08-22T12:36:50.473Z[ recovery-image] Aug 22 12:36:49.442 INFO O| Aug 22 12:36:49.442 INFO O| Finalize: Updating search index ... Done
44592026-08-22T12:36:50.473Z[ recovery-image] Aug 22 12:36:49.443 INFO O| Aug 22 12:36:49.443 INFO O| Finalize: Updating package cache ... Done
44602026-08-22T12:36:50.590Z[verify-libraries] Compiling hickory-resolver v0.25.2
44612026-08-22T12:36:50.658Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44622026-08-22T12:36:50.658Z[verify-libraries] Compiling sha2 v0.11.0
44632026-08-22T12:36:50.761Z[ recovery-image] Aug 22 12:36:49.730 INFO O| Aug 22 12:36:49.730 INFO STEP 10 (pkg_change_facet) COMPLETE
44642026-08-22T12:36:50.762Z[ recovery-image] Aug 22 12:36:49.731 INFO O| Aug 22 12:36:49.730 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44652026-08-22T12:36:50.765Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44662026-08-22T12:36:50.772Z[ recovery-image] Aug 22 12:36:49.740 INFO O| Aug 22 12:36:49.740 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"]
44672026-08-22T12:36:50.855Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44682026-08-22T12:36:50.884Z[verify-libraries] Compiling subprocess v0.2.15
44692026-08-22T12:36:50.932Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44702026-08-22T12:36:51.064Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44712026-08-22T12:36:51.142Z[verify-libraries] Compiling tabled v0.21.0
44722026-08-22T12:36:51.348Z[verify-libraries] Compiling headers-core v0.3.0
44732026-08-22T12:36:51.596Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44742026-08-22T12:36:51.644Z[verify-libraries] Compiling unicase v2.9.0
44752026-08-22T12:36:51.759Z[verify-libraries] Compiling headers v0.4.1
44762026-08-22T12:36:51.807Z[verify-libraries] Compiling darling_core v0.21.3
44772026-08-22T12:36:52.016Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44782026-08-22T12:36:52.059Z[verify-libraries] Compiling crc8 v0.1.1
44792026-08-22T12:36:52.146Z[verify-libraries] Compiling maplit v1.0.2
44802026-08-22T12:36:52.361Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44812026-08-22T12:36:52.428Z[verify-libraries] Compiling yasna v0.5.2
44822026-08-22T12:36:52.535Z[ recovery-image] Aug 22 12:36:51.506 INFO O| Aug 22 12:36:51.506 INFO O| Startup: Refreshing catalog 'helios' ... Done
44832026-08-22T12:36:52.631Z[verify-libraries] Compiling vergen-lib v0.1.6
44842026-08-22T12:36:52.741Z[verify-libraries] Compiling diesel_derives v2.3.7
44852026-08-22T12:36:52.772Z[verify-libraries] Compiling port-file v0.1.0
44862026-08-22T12:36:53.069Z[verify-libraries] Compiling rcgen v0.12.1
44872026-08-22T12:36:53.109Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44882026-08-22T12:36:53.127Z[ recovery-image] Aug 22 12:36:52.098 INFO O| Aug 22 12:36:52.098 INFO O| Startup: Caching catalogs ... Done
44892026-08-22T12:36:53.182Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44902026-08-22T12:36:53.302Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44912026-08-22T12:36:53.334Z[verify-libraries] Compiling half v1.8.3
44922026-08-22T12:36:53.546Z[verify-libraries] Compiling r2d2 v0.8.10
44932026-08-22T12:36:53.648Z[verify-libraries] Compiling serde_cbor v0.11.2
44942026-08-22T12:36:53.781Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44952026-08-22T12:36:53.835Z[verify-libraries] Compiling progenitor v0.14.0
44962026-08-22T12:36:53.929Z[ host-image] Aug 22 12:36:52.900 INFO O| Aug 22 12:36:52.900 INFO O| Actions: Completed 54182 actions in 8.57 seconds.
44972026-08-22T12:36:53.932Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44982026-08-22T12:36:54.008Z[verify-libraries] Compiling cpubits v0.1.1
44992026-08-22T12:36:54.026Z[ host-image] Aug 22 12:36:52.997 INFO O| Aug 22 12:36:52.996 INFO O| Finalize: Updating package state database ... Done
45002026-08-22T12:36:54.026Z[ host-image] Aug 22 12:36:52.997 INFO O| Aug 22 12:36:52.996 INFO O| Finalize: Updating package cache ... Done
45012026-08-22T12:36:54.103Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45022026-08-22T12:36:54.136Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45032026-08-22T12:36:54.178Z[ host-image] Aug 22 12:36:53.149 INFO O| Aug 22 12:36:53.149 INFO O| Finalize: Updating image state ... Done
45042026-08-22T12:36:54.190Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45052026-08-22T12:36:54.256Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45062026-08-22T12:36:54.297Z[verify-libraries] Compiling crunchy v0.2.4
45072026-08-22T12:36:54.337Z[verify-libraries] Compiling downcast-rs v2.0.2
45082026-08-22T12:36:54.399Z[verify-libraries] Compiling dirs-next v2.0.0
45092026-08-22T12:36:54.648Z[verify-libraries] Compiling clang-sys v1.8.1
45102026-08-22T12:36:54.652Z[verify-libraries] Compiling tiny-keccak v2.0.2
45112026-08-22T12:36:54.828Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45122026-08-22T12:36:54.886Z[verify-libraries] Compiling darling_macro v0.21.3
45132026-08-22T12:36:54.929Z[verify-libraries] Compiling term v0.7.0
45142026-08-22T12:36:54.978Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45152026-08-22T12:36:55.080Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45162026-08-22T12:36:55.115Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45172026-08-22T12:36:55.169Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45182026-08-22T12:36:55.199Z[ host-image] Aug 22 12:36:54.170 INFO O| Aug 22 12:36:54.170 INFO O| Finalize: Creating fast lookup database ... Done
45192026-08-22T12:36:55.203Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45202026-08-22T12:36:55.229Z[ host-image] Aug 22 12:36:54.200 INFO O| Aug 22 12:36:54.200 INFO O| Finalize: Reading search index ... Done
45212026-08-22T12:36:55.271Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45222026-08-22T12:36:55.321Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45232026-08-22T12:36:55.370Z[verify-libraries] Compiling bit-vec v0.6.3
45242026-08-22T12:36:55.404Z[verify-libraries] Compiling diff v0.1.13
45252026-08-22T12:36:55.444Z[ recovery-image] Aug 22 12:36:54.414 INFO O| Aug 22 12:36:54.414 INFO O| Planning: Solver setup ... Done
45262026-08-22T12:36:55.522Z[verify-libraries] Compiling darling v0.21.3
45272026-08-22T12:36:55.576Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45282026-08-22T12:36:55.580Z[verify-libraries] Compiling bit-set v0.5.3
45292026-08-22T12:36:55.664Z[ recovery-image] Aug 22 12:36:54.627 INFO O| Aug 22 12:36:54.627 INFO O| Planning: Running solver ... Done
45302026-08-22T12:36:55.699Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45312026-08-22T12:36:55.703Z[verify-libraries] Compiling ascii-canvas v3.0.0
45322026-08-22T12:36:55.703Z[ recovery-image] Aug 22 12:36:54.673 INFO O| Aug 22 12:36:54.673 INFO O| Planning: Finding local manifests ... Done
45332026-08-22T12:36:55.722Z[ recovery-image] Aug 22 12:36:54.693 INFO O| Aug 22 12:36:54.693 INFO O| Planning: Fetching manifests: 0/130 0% complete
45342026-08-22T12:36:55.787Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45352026-08-22T12:36:55.860Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45362026-08-22T12:36:55.922Z[verify-libraries] Compiling itertools v0.10.5
45372026-08-22T12:36:55.944Z[verify-libraries] Compiling libloading v0.8.9
45382026-08-22T12:36:56.000Z[verify-libraries] Compiling ena v0.14.4
45392026-08-22T12:36:56.043Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45402026-08-22T12:36:56.047Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45412026-08-22T12:36:56.161Z[verify-libraries] Compiling regex-syntax v0.6.29
45422026-08-22T12:36:56.212Z[verify-libraries] Compiling bindgen v0.71.1
45432026-08-22T12:36:56.325Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45442026-08-22T12:36:56.544Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45452026-08-22T12:36:56.676Z[verify-libraries] Compiling cexpr v0.6.0
45462026-08-22T12:36:56.713Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45472026-08-22T12:36:56.831Z[verify-libraries] Compiling rustc-hash v2.1.1
45482026-08-22T12:36:56.892Z[verify-libraries] Compiling rfc6979 v0.4.0
45492026-08-22T12:36:57.024Z[verify-libraries] Compiling libxml v0.3.3
45502026-08-22T12:36:57.107Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45512026-08-22T12:36:57.173Z[verify-libraries] Compiling ecdsa v0.16.9
45522026-08-22T12:36:57.177Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45532026-08-22T12:36:57.220Z[verify-libraries] Compiling strum_macros v0.24.3
45542026-08-22T12:36:57.385Z[verify-libraries] Compiling primeorder v0.13.6
45552026-08-22T12:36:57.490Z[verify-libraries] Compiling hashbrown v0.14.5
45562026-08-22T12:36:57.539Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45572026-08-22T12:36:57.680Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45582026-08-22T12:36:57.708Z[verify-libraries] Compiling lalrpop v0.19.12
45592026-08-22T12:36:57.742Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45602026-08-22T12:36:57.796Z[verify-libraries] Compiling hmac v0.13.0
45612026-08-22T12:36:57.968Z[ host-image] Aug 22 12:36:56.938 INFO O| Aug 22 12:36:56.938 INFO O| Finalize: Building new search index ... Done
45622026-08-22T12:36:58.174Z[verify-libraries] Compiling universal-hash v0.6.1
45632026-08-22T12:36:58.222Z[verify-libraries] Compiling fxhash v0.2.1
45642026-08-22T12:36:58.425Z[verify-libraries] Compiling salty v0.3.0
45652026-08-22T12:36:58.462Z[verify-libraries] Compiling indoc v1.0.9
45662026-08-22T12:36:58.472Z[ host-image] Aug 22 12:36:57.443 INFO O| Aug 22 12:36:57.443 INFO O| Finalize: Updating package cache ... Done
45672026-08-22T12:36:58.493Z[verify-libraries] Compiling knus-derive v3.4.0
45682026-08-22T12:36:58.555Z[verify-libraries] Compiling chumsky v0.9.3
45692026-08-22T12:36:58.801Z[verify-libraries] Compiling p384 v0.13.1
45702026-08-22T12:36:58.810Z[ host-image] Aug 22 12:36:57.782 INFO O| Aug 22 12:36:57.782 INFO STEP 11 (pkg_install) COMPLETE
45712026-08-22T12:36:58.811Z[ host-image] Aug 22 12:36:57.782 INFO O| Aug 22 12:36:57.782 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45722026-08-22T12:36:58.820Z[ host-image] Aug 22 12:36:57.791 INFO O| Aug 22 12:36:57.791 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"]
45732026-08-22T12:36:58.957Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45742026-08-22T12:36:59.306Z[ recovery-image] Aug 22 12:36:58.277 INFO O| Aug 22 12:36:58.277 INFO O| Planning: Fetching manifests: 130/130 100% complete
45752026-08-22T12:36:59.427Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45762026-08-22T12:36:59.713Z[ recovery-image] Aug 22 12:36:58.684 INFO O| Aug 22 12:36:58.684 INFO O| Planning: Package planning ... Done
45772026-08-22T12:36:59.940Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-08-22T12:37:00.011Z[ recovery-image] Aug 22 12:36:58.982 INFO O| Aug 22 12:36:58.982 INFO O| Planning: Merging actions ... Done
45792026-08-22T12:37:00.078Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45802026-08-22T12:37:00.082Z[ recovery-image] Aug 22 12:36:59.053 INFO O| Aug 22 12:36:59.053 INFO O| Planning: Checking for conflicting actions ... Done
45812026-08-22T12:37:00.107Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45822026-08-22T12:37:00.143Z[ recovery-image] Aug 22 12:36:59.114 INFO O| Aug 22 12:36:59.114 INFO O| Planning: Consolidating action changes ... Done
45832026-08-22T12:37:00.252Z[verify-libraries] Compiling progenitor-impl v0.13.0
45842026-08-22T12:37:00.278Z[ recovery-image] Aug 22 12:36:59.250 INFO O| Aug 22 12:36:59.250 INFO O| Planning: Evaluating mediators ... Done
45852026-08-22T12:37:00.644Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45862026-08-22T12:37:00.871Z[verify-libraries] Compiling oso-derive v0.27.3
45872026-08-22T12:37:00.929Z[verify-libraries] Compiling quick-xml v0.37.5
45882026-08-22T12:37:01.349Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45892026-08-22T12:37:01.528Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45902026-08-22T12:37:01.702Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45912026-08-22T12:37:01.721Z[ recovery-image] Aug 22 12:37:00.692 INFO O| Aug 22 12:37:00.690 INFO O| Planning: Planning completed in 8.58 seconds
45922026-08-22T12:37:01.721Z[ recovery-image] Aug 22 12:37:00.692 INFO O| Aug 22 12:37:00.692 INFO O| Packages to install: 130
45932026-08-22T12:37:01.721Z[ recovery-image] Aug 22 12:37:00.692 INFO O| Aug 22 12:37:00.692 INFO O| Mediators to change: 5
45942026-08-22T12:37:01.721Z[ recovery-image] Aug 22 12:37:00.692 INFO O| Aug 22 12:37:00.692 INFO O| Services to change: 5
45952026-08-22T12:37:01.751Z[ recovery-image] Aug 22 12:37:00.722 INFO O| Aug 22 12:37:00.722 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45962026-08-22T12:37:02.322Z[verify-libraries] Compiling diesel v2.3.7
45972026-08-22T12:37:02.430Z[verify-libraries] Compiling openssl-probe v0.1.6
45982026-08-22T12:37:02.564Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45992026-08-22T12:37:02.742Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46002026-08-22T12:37:03.171Z[verify-libraries] Compiling progenitor-macro v0.13.0
46012026-08-22T12:37:03.358Z[verify-libraries] Compiling knus v3.4.0
46022026-08-22T12:37:03.427Z[verify-libraries] Compiling polyval v0.7.1
46032026-08-22T12:37:03.755Z[ host-image] Aug 22 12:37:02.726 INFO O| Aug 22 12:37:02.726 INFO O| Startup: Refreshing catalog 'helios' ... Done
46042026-08-22T12:37:03.922Z[verify-libraries] Compiling der v0.8.0
46052026-08-22T12:37:03.975Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46062026-08-22T12:37:04.272Z[ host-image] Aug 22 12:37:03.243 INFO O| Aug 22 12:37:03.243 INFO O| Startup: Caching catalogs ... Done
46072026-08-22T12:37:04.450Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46082026-08-22T12:37:04.485Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46092026-08-22T12:37:04.540Z[verify-libraries] Compiling progenitor-client v0.13.0
46102026-08-22T12:37:04.865Z[ host-image] Aug 22 12:37:03.837 INFO O| Aug 22 12:37:03.837 INFO O| Planning: Solver setup ... Done
46112026-08-22T12:37:04.870Z[ host-image] Aug 22 12:37:03.842 INFO O| Aug 22 12:37:03.842 INFO O| Planning: Running solver ... Done
46122026-08-22T12:37:04.885Z[ host-image] Aug 22 12:37:03.857 INFO O| Aug 22 12:37:03.857 INFO O| Planning: Finding local manifests ... Done
46132026-08-22T12:37:04.919Z[ host-image] Aug 22 12:37:03.890 INFO O| Aug 22 12:37:03.890 INFO O| Planning: Fetching manifests: 0/6 0% complete
46142026-08-22T12:37:04.994Z[ host-image] Aug 22 12:37:03.965 INFO O| Aug 22 12:37:03.965 INFO O| Planning: Fetching manifests: 6/6 100% complete
46152026-08-22T12:37:05.007Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46162026-08-22T12:37:05.136Z[ host-image] Aug 22 12:37:04.107 INFO O| Aug 22 12:37:04.107 INFO O| Planning: Package planning ... Done
46172026-08-22T12:37:05.140Z[ host-image] Aug 22 12:37:04.109 INFO O| Aug 22 12:37:04.109 INFO O| Planning: Merging actions ... Done
46182026-08-22T12:37:05.145Z[verify-libraries] Compiling git-stub v1.0.0
46192026-08-22T12:37:05.195Z[ host-image] Aug 22 12:37:04.167 INFO O| Aug 22 12:37:04.166 INFO O| Planning: Checking for conflicting actions ... Done
46202026-08-22T12:37:05.199Z[ host-image] Aug 22 12:37:04.168 INFO O| Aug 22 12:37:04.168 INFO O| Planning: Consolidating action changes ... Done
46212026-08-22T12:37:05.379Z[ host-image] Aug 22 12:37:04.350 INFO O| Aug 22 12:37:04.350 INFO O| Planning: Evaluating mediators ... Done
46222026-08-22T12:37:05.382Z[ host-image] Aug 22 12:37:04.352 INFO O| Aug 22 12:37:04.352 INFO O| Planning: Planning completed in 1.09 seconds
46232026-08-22T12:37:05.382Z[ host-image] Aug 22 12:37:04.352 INFO O| Aug 22 12:37:04.352 INFO O| Packages to install: 6
46242026-08-22T12:37:05.383Z[ host-image] Aug 22 12:37:04.352 INFO O| Aug 22 12:37:04.352 INFO O| Services to change: 2
46252026-08-22T12:37:05.392Z[ host-image] Aug 22 12:37:04.363 INFO O| Aug 22 12:37:04.363 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46262026-08-22T12:37:05.429Z[verify-libraries] Compiling kstat-rs v0.2.5
46272026-08-22T12:37:05.452Z[verify-libraries] Compiling trait-variant v0.1.2
46282026-08-22T12:37:05.500Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46292026-08-22T12:37:05.597Z[ host-image] Aug 22 12:37:04.568 INFO O| Aug 22 12:37:04.568 INFO O| Download: Completed 1.76 MB in 0.20 seconds (8.6M/s)
46302026-08-22T12:37:05.620Z[ host-image] Aug 22 12:37:04.591 INFO O| Aug 22 12:37:04.591 INFO O| Actions: 1/391 actions (Installing new actions)
46312026-08-22T12:37:05.705Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46322026-08-22T12:37:05.753Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46332026-08-22T12:37:05.770Z[ host-image] Aug 22 12:37:04.741 INFO O| Aug 22 12:37:04.741 INFO O| Actions: Completed 391 actions in 0.15 seconds.
46342026-08-22T12:37:05.815Z[ host-image] Aug 22 12:37:04.786 INFO O| Aug 22 12:37:04.785 INFO O| Finalize: Updating package state database ... Done
46352026-08-22T12:37:05.815Z[ host-image] Aug 22 12:37:04.786 INFO O| Aug 22 12:37:04.785 INFO O| Finalize: Updating package cache ... Done
46362026-08-22T12:37:05.859Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46372026-08-22T12:37:05.924Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46382026-08-22T12:37:05.936Z[ host-image] Aug 22 12:37:04.908 INFO O| Aug 22 12:37:04.907 INFO O| Finalize: Updating image state ... Done
46392026-08-22T12:37:05.973Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46402026-08-22T12:37:05.977Z[verify-libraries] Compiling ghash v0.6.0
46412026-08-22T12:37:06.029Z[verify-libraries] Compiling pbkdf2 v0.13.0
46422026-08-22T12:37:06.111Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46432026-08-22T12:37:06.244Z[verify-libraries] Compiling crypto-bigint v0.7.5
46442026-08-22T12:37:06.269Z[verify-libraries] Compiling aes v0.9.1
46452026-08-22T12:37:06.327Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46462026-08-22T12:37:06.420Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46472026-08-22T12:37:06.456Z[verify-libraries] Compiling ctr v0.10.1
46482026-08-22T12:37:06.698Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46492026-08-22T12:37:06.763Z[ recovery-image] Aug 22 12:37:05.734 INFO O| Aug 22 12:37:05.734 INFO O| Download: 8739/16682 items 89.9/200.0MB 44% complete (18.1M/s)
46502026-08-22T12:37:06.874Z[ host-image] Aug 22 12:37:05.845 INFO O| Aug 22 12:37:05.845 INFO O| Finalize: Creating fast lookup database ... Done
46512026-08-22T12:37:06.903Z[ host-image] Aug 22 12:37:05.874 INFO O| Aug 22 12:37:05.874 INFO O| Finalize: Reading search index ... Done
46522026-08-22T12:37:06.903Z[ host-image] Aug 22 12:37:05.874 INFO O| Aug 22 12:37:05.874 INFO O| Finalize: Updating search index ... Done
46532026-08-22T12:37:06.918Z[verify-libraries] Compiling aead v0.6.1
46542026-08-22T12:37:06.921Z[ host-image] Aug 22 12:37:05.890 INFO O| Aug 22 12:37:05.889 INFO O| Finalize: Updating package cache ... Done
46552026-08-22T12:37:07.066Z[verify-libraries] Compiling bb8 v0.8.6
46562026-08-22T12:37:07.141Z[verify-libraries] Compiling parking_lot_core v0.8.6
46572026-08-22T12:37:07.190Z[ host-image] Aug 22 12:37:06.160 INFO O| Aug 22 12:37:06.160 INFO STEP 12 (pkg_install) COMPLETE
46582026-08-22T12:37:07.190Z[ host-image] Aug 22 12:37:06.160 INFO O| Aug 22 12:37:06.160 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46592026-08-22T12:37:07.199Z[ host-image] Aug 22 12:37:06.171 INFO O| Aug 22 12:37:06.170 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46602026-08-22T12:37:07.208Z[verify-libraries] Compiling aes-gcm v0.11.0
46612026-08-22T12:37:07.577Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46622026-08-22T12:37:07.580Z[verify-libraries] Compiling spki v0.8.0
46632026-08-22T12:37:07.675Z[verify-libraries] Compiling mime_guess v2.0.5
46642026-08-22T12:37:07.929Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46652026-08-22T12:37:07.952Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46662026-08-22T12:37:08.026Z[verify-libraries] Compiling salsa20 v0.11.0
46672026-08-22T12:37:08.226Z[verify-libraries] Compiling nanorand v0.7.0
46682026-08-22T12:37:08.316Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46692026-08-22T12:37:08.403Z[verify-libraries] Compiling scrypt v0.12.0
46702026-08-22T12:37:08.586Z[verify-libraries] Compiling flume v0.11.1
46712026-08-22T12:37:08.754Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46722026-08-22T12:37:08.798Z[verify-libraries] Compiling progenitor v0.13.0
46732026-08-22T12:37:08.911Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46742026-08-22T12:37:09.026Z[verify-libraries] Compiling cbc v0.2.1
46752026-08-22T12:37:09.050Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46762026-08-22T12:37:09.087Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46772026-08-22T12:37:09.200Z[verify-libraries] Compiling nonempty v0.12.0
46782026-08-22T12:37:09.271Z[verify-libraries] Compiling http-range v0.1.5
46792026-08-22T12:37:09.383Z[verify-libraries] Compiling corncobs v0.1.4
46802026-08-22T12:37:09.415Z[verify-libraries] Compiling pkcs5 v0.8.1
46812026-08-22T12:37:09.452Z[ host-image] Aug 22 12:37:08.422 INFO O| Aug 22 12:37:08.422 INFO O| Startup: Refreshing catalog 'helios' ... Done
46822026-08-22T12:37:09.475Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46832026-08-22T12:37:09.513Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46842026-08-22T12:37:09.548Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46852026-08-22T12:37:09.571Z[verify-libraries] Compiling parking_lot v0.11.2
46862026-08-22T12:37:09.890Z[ host-image] Aug 22 12:37:08.861 INFO O| Aug 22 12:37:08.861 INFO O| Startup: Caching catalogs ... Done
46872026-08-22T12:37:09.987Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46882026-08-22T12:37:10.033Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46892026-08-22T12:37:10.081Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46902026-08-22T12:37:10.132Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46912026-08-22T12:37:10.349Z[ host-image] Aug 22 12:37:09.320 INFO O| Aug 22 12:37:09.320 INFO O| Planning: Solver setup ... Done
46922026-08-22T12:37:10.354Z[ host-image] Aug 22 12:37:09.325 INFO O| Aug 22 12:37:09.325 INFO O| Planning: Running solver ... Done
46932026-08-22T12:37:10.391Z[ host-image] Aug 22 12:37:09.340 INFO O| Aug 22 12:37:09.340 INFO O| Planning: Finding local manifests ... Done
46942026-08-22T12:37:10.396Z[ host-image] Aug 22 12:37:09.360 INFO O| Aug 22 12:37:09.360 INFO O| Planning: Fetching manifests: 0/6 0% complete
46952026-08-22T12:37:10.508Z[ host-image] Aug 22 12:37:09.479 INFO O| Aug 22 12:37:09.479 INFO O| Planning: Fetching manifests: 6/6 100% complete
46962026-08-22T12:37:10.537Z[verify-libraries] Compiling digest-io v0.1.0
46972026-08-22T12:37:10.543Z[ host-image] Aug 22 12:37:09.515 INFO O| Aug 22 12:37:09.515 INFO O| Planning: Package planning ... Done
46982026-08-22T12:37:10.553Z[ host-image] Aug 22 12:37:09.524 INFO O| Aug 22 12:37:09.524 INFO O| Planning: Merging actions ... Done
46992026-08-22T12:37:10.698Z[verify-libraries] Compiling prefix-trie v0.7.0
47002026-08-22T12:37:10.707Z[ host-image] Aug 22 12:37:09.678 INFO O| Aug 22 12:37:09.678 INFO O| Planning: Checking for conflicting actions ... Done
47012026-08-22T12:37:10.710Z[ host-image] Aug 22 12:37:09.681 INFO O| Aug 22 12:37:09.681 INFO O| Planning: Consolidating action changes ... Done
47022026-08-22T12:37:10.748Z[verify-libraries] Compiling secrecy v0.8.0
47032026-08-22T12:37:10.851Z[ host-image] Aug 22 12:37:09.822 INFO O| Aug 22 12:37:09.822 INFO O| Planning: Evaluating mediators ... Done
47042026-08-22T12:37:10.855Z[ host-image] Aug 22 12:37:09.825 INFO O| Aug 22 12:37:09.825 INFO O| Planning: Planning completed in 0.95 seconds
47052026-08-22T12:37:10.855Z[ host-image] Aug 22 12:37:09.825 INFO O| Aug 22 12:37:09.825 INFO O| Packages to install: 6
47062026-08-22T12:37:10.855Z[ host-image] Aug 22 12:37:09.825 INFO O| Aug 22 12:37:09.825 INFO O| Mediators to change: 1
47072026-08-22T12:37:10.855Z[ host-image] Aug 22 12:37:09.825 INFO O| Aug 22 12:37:09.825 INFO O| Services to change: 1
47082026-08-22T12:37:10.865Z[ host-image] Aug 22 12:37:09.836 INFO O| Aug 22 12:37:09.836 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47092026-08-22T12:37:10.948Z[verify-libraries] Compiling rawzip v0.4.4
47102026-08-22T12:37:11.104Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47112026-08-22T12:37:11.214Z[verify-libraries] Compiling hickory-server v0.25.2
47122026-08-22T12:37:11.303Z[ recovery-image] Aug 22 12:37:10.275 INFO O| Aug 22 12:37:10.274 INFO O| Download: Completed 200.00 MB in 9.55 seconds (20.9M/s)
47132026-08-22T12:37:11.342Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47142026-08-22T12:37:11.386Z[verify-libraries] Compiling pkcs8 v0.11.0
47152026-08-22T12:37:11.414Z[verify-libraries] Compiling sled v0.34.7
47162026-08-22T12:37:11.434Z[ host-image] Aug 22 12:37:10.405 INFO O| Aug 22 12:37:10.405 INFO O| Download: Completed 7.84 MB in 0.57 seconds (13.8M/s)
47172026-08-22T12:37:11.478Z[ host-image] Aug 22 12:37:10.449 INFO O| Aug 22 12:37:10.449 INFO O| Actions: 1/1366 actions (Installing new actions)
47182026-08-22T12:37:11.568Z[ recovery-image] Aug 22 12:37:10.539 INFO O| Aug 22 12:37:10.539 INFO O| Actions: 1/27580 actions (Installing new actions)
47192026-08-22T12:37:11.685Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47202026-08-22T12:37:11.836Z[ host-image] Aug 22 12:37:10.806 INFO O| Aug 22 12:37:10.806 INFO O| Actions: Completed 1366 actions in 0.36 seconds.
47212026-08-22T12:37:11.876Z[ host-image] Aug 22 12:37:10.847 INFO O| Aug 22 12:37:10.847 INFO O| Finalize: Updating package state database ... Done
47222026-08-22T12:37:11.876Z[ host-image] Aug 22 12:37:10.847 INFO O| Aug 22 12:37:10.847 INFO O| Finalize: Updating package cache ... Done
47232026-08-22T12:37:11.925Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47242026-08-22T12:37:11.972Z[ host-image] Aug 22 12:37:10.943 INFO O| Aug 22 12:37:10.943 INFO O| Finalize: Updating image state ... Done
47252026-08-22T12:37:11.979Z[verify-libraries] Compiling ignore v0.4.25
47262026-08-22T12:37:12.219Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47272026-08-22T12:37:12.307Z[verify-libraries] Compiling anstyle-parse v0.2.7
47282026-08-22T12:37:12.394Z[verify-libraries] Compiling ff v0.14.0
47292026-08-22T12:37:12.629Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47302026-08-22T12:37:12.711Z[verify-libraries] Compiling anstream v0.6.21
47312026-08-22T12:37:12.957Z[verify-libraries] Compiling globwalk v0.9.1
47322026-08-22T12:37:13.071Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47332026-08-22T12:37:13.146Z[verify-libraries] Compiling predicates-tree v1.0.13
47342026-08-22T12:37:13.150Z[ host-image] Aug 22 12:37:12.122 INFO O| Aug 22 12:37:12.122 INFO O| Finalize: Creating fast lookup database ... Done
47352026-08-22T12:37:13.180Z[ host-image] Aug 22 12:37:12.151 INFO O| Aug 22 12:37:12.150 INFO O| Finalize: Reading search index ... Done
47362026-08-22T12:37:13.180Z[ host-image] Aug 22 12:37:12.151 INFO O| Aug 22 12:37:12.150 INFO O| Finalize: Updating search index ... Done
47372026-08-22T12:37:13.226Z[ host-image] Aug 22 12:37:12.197 INFO O| Aug 22 12:37:12.196 INFO O| Finalize: Updating package cache ... Done
47382026-08-22T12:37:13.496Z[ host-image] Aug 22 12:37:12.466 INFO O| Aug 22 12:37:12.466 INFO STEP 13 (pkg_install) COMPLETE
47392026-08-22T12:37:13.496Z[ host-image] Aug 22 12:37:12.466 INFO O| Aug 22 12:37:12.466 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47402026-08-22T12:37:13.500Z[verify-libraries] Compiling libz-sys v1.1.24
47412026-08-22T12:37:13.505Z[ host-image] Aug 22 12:37:12.476 INFO O| Aug 22 12:37:12.476 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47422026-08-22T12:37:13.634Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47432026-08-22T12:37:13.847Z[verify-libraries] Compiling rand_seeder v0.4.0
47442026-08-22T12:37:14.089Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47452026-08-22T12:37:14.163Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47462026-08-22T12:37:14.419Z[verify-libraries] Compiling group v0.14.0
47472026-08-22T12:37:14.498Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47482026-08-22T12:37:14.600Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47492026-08-22T12:37:14.675Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47502026-08-22T12:37:14.716Z[verify-libraries] Compiling signature v3.0.0
47512026-08-22T12:37:14.744Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47522026-08-22T12:37:14.866Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47532026-08-22T12:37:14.999Z[verify-libraries] Compiling base16ct v1.0.0
47542026-08-22T12:37:15.058Z[verify-libraries] Compiling instability v0.3.11
47552026-08-22T12:37:15.365Z[verify-libraries] Compiling sec1 v0.8.1
47562026-08-22T12:37:15.440Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47572026-08-22T12:37:15.496Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47582026-08-22T12:37:15.519Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47592026-08-22T12:37:15.781Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47602026-08-22T12:37:15.796Z[ host-image] Aug 22 12:37:14.766 INFO O| Aug 22 12:37:14.766 INFO O| Startup: Refreshing catalog 'helios' ... Done
47612026-08-22T12:37:15.808Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47622026-08-22T12:37:15.873Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47632026-08-22T12:37:15.994Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47642026-08-22T12:37:16.055Z[verify-libraries] Compiling hkdf v0.13.0
47652026-08-22T12:37:16.164Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47662026-08-22T12:37:16.168Z[verify-libraries] Compiling scuffle v0.1.0
47672026-08-22T12:37:16.215Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47682026-08-22T12:37:16.248Z[ host-image] Aug 22 12:37:15.220 INFO O| Aug 22 12:37:15.219 INFO O| Startup: Caching catalogs ... Done
47692026-08-22T12:37:16.373Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47702026-08-22T12:37:16.552Z[verify-libraries] Compiling castaway v0.2.4
47712026-08-22T12:37:16.578Z[ recovery-image] Aug 22 12:37:15.542 INFO O| Aug 22 12:37:15.542 INFO O| Actions: 20587/27580 actions (Installing new actions)
47722026-08-22T12:37:16.673Z[verify-libraries] Compiling indoc v2.0.7
47732026-08-22T12:37:16.725Z[ host-image] Aug 22 12:37:15.696 INFO O| Aug 22 12:37:15.696 INFO O| Planning: Solver setup ... Done
47742026-08-22T12:37:16.725Z[ host-image] Aug 22 12:37:15.696 INFO O| Aug 22 12:37:15.696 INFO O| Planning: Running solver ... Done
47752026-08-22T12:37:16.733Z[ host-image] Aug 22 12:37:15.704 INFO O| Aug 22 12:37:15.704 INFO O| Planning: Finding local manifests ... Done
47762026-08-22T12:37:16.736Z[verify-libraries] Compiling compact_str v0.8.1
47772026-08-22T12:37:16.756Z[ host-image] Aug 22 12:37:15.728 INFO O| Aug 22 12:37:15.728 INFO O| Planning: Fetching manifests: 0/1 0% complete
47782026-08-22T12:37:16.763Z[ host-image] Aug 22 12:37:15.734 INFO O| Aug 22 12:37:15.734 INFO O| Planning: Fetching manifests: 1/1 100% complete
47792026-08-22T12:37:16.780Z[ host-image] Aug 22 12:37:15.752 INFO O| Aug 22 12:37:15.752 INFO O| Planning: Package planning ... Done
47802026-08-22T12:37:16.780Z[ host-image] Aug 22 12:37:15.752 INFO O| Aug 22 12:37:15.752 INFO O| Planning: Merging actions ... Done
47812026-08-22T12:37:16.803Z[verify-libraries] Compiling elliptic-curve v0.14.1
47822026-08-22T12:37:16.921Z[ host-image] Aug 22 12:37:15.892 INFO O| Aug 22 12:37:15.892 INFO O| Planning: Checking for conflicting actions ... Done
47832026-08-22T12:37:16.924Z[ host-image] Aug 22 12:37:15.892 INFO O| Aug 22 12:37:15.892 INFO O| Planning: Consolidating action changes ... Done
47842026-08-22T12:37:17.057Z[ host-image] Aug 22 12:37:16.028 INFO O| Aug 22 12:37:16.028 INFO O| Planning: Evaluating mediators ... Done
47852026-08-22T12:37:17.060Z[ host-image] Aug 22 12:37:16.028 INFO O| Aug 22 12:37:16.028 INFO O| Planning: Planning completed in 0.79 seconds
47862026-08-22T12:37:17.060Z[ host-image] Aug 22 12:37:16.029 INFO O| Aug 22 12:37:16.029 INFO O| Packages to install: 1
47872026-08-22T12:37:17.069Z[ host-image] Aug 22 12:37:16.040 INFO O| Aug 22 12:37:16.039 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47882026-08-22T12:37:17.180Z[ host-image] Aug 22 12:37:16.151 INFO O| Aug 22 12:37:16.151 INFO O| Download: Completed 13.27 MB in 0.11 seconds (118M/s)
47892026-08-22T12:37:17.192Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47902026-08-22T12:37:17.221Z[ host-image] Aug 22 12:37:16.192 INFO O| Aug 22 12:37:16.192 INFO O| Actions: 1/22 actions (Installing new actions)
47912026-08-22T12:37:17.436Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47922026-08-22T12:37:17.466Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47932026-08-22T12:37:17.492Z[ host-image] Aug 22 12:37:16.463 INFO O| Aug 22 12:37:16.463 INFO O| Actions: Completed 22 actions in 0.27 seconds.
47942026-08-22T12:37:17.530Z[ host-image] Aug 22 12:37:16.501 INFO O| Aug 22 12:37:16.501 INFO O| Finalize: Updating package state database ... Done
47952026-08-22T12:37:17.530Z[ host-image] Aug 22 12:37:16.501 INFO O| Aug 22 12:37:16.501 INFO O| Finalize: Updating package cache ... Done
47962026-08-22T12:37:17.555Z[ recovery-image] Aug 22 12:37:16.526 INFO O| Aug 22 12:37:16.526 INFO O| Actions: Completed 27580 actions in 5.98 seconds.
47972026-08-22T12:37:17.625Z[ host-image] Aug 22 12:37:16.596 INFO O| Aug 22 12:37:16.596 INFO O| Finalize: Updating image state ... Done
47982026-08-22T12:37:17.629Z[ recovery-image] Aug 22 12:37:16.600 INFO O| Aug 22 12:37:16.600 INFO O| Finalize: Updating package state database ... Done
47992026-08-22T12:37:17.629Z[ recovery-image] Aug 22 12:37:16.600 INFO O| Aug 22 12:37:16.600 INFO O| Finalize: Updating package cache ... Done
48002026-08-22T12:37:17.700Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48012026-08-22T12:37:17.750Z[ recovery-image] Aug 22 12:37:16.721 INFO O| Aug 22 12:37:16.721 INFO O| Finalize: Updating image state ... Done
48022026-08-22T12:37:18.093Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48032026-08-22T12:37:18.119Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48042026-08-22T12:37:18.341Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48052026-08-22T12:37:18.451Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48062026-08-22T12:37:18.474Z[ recovery-image] Aug 22 12:37:17.445 INFO O| Aug 22 12:37:17.445 INFO O| Finalize: Creating fast lookup database ... Done
48072026-08-22T12:37:18.489Z[ recovery-image] Aug 22 12:37:17.460 INFO O| Aug 22 12:37:17.460 INFO O| Finalize: Reading search index ... Done
48082026-08-22T12:37:18.614Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48092026-08-22T12:37:18.662Z[verify-libraries] Compiling lru v0.12.5
48102026-08-22T12:37:18.711Z[ host-image] Aug 22 12:37:17.681 INFO O| Aug 22 12:37:17.680 INFO O| Finalize: Creating fast lookup database ... Done
48112026-08-22T12:37:18.739Z[verify-libraries] Compiling unicode-truncate v1.1.0
48122026-08-22T12:37:18.744Z[ host-image] Aug 22 12:37:17.716 INFO O| Aug 22 12:37:17.716 INFO O| Finalize: Reading search index ... Done
48132026-08-22T12:37:18.744Z[ host-image] Aug 22 12:37:17.716 INFO O| Aug 22 12:37:17.716 INFO O| Finalize: Updating search index ... Done
48142026-08-22T12:37:18.754Z[ host-image] Aug 22 12:37:17.725 INFO O| Aug 22 12:37:17.725 INFO O| Finalize: Updating package cache ... Done
48152026-08-22T12:37:18.964Z[verify-libraries] Compiling arc-swap v1.8.2
48162026-08-22T12:37:19.007Z[verify-libraries] Compiling cassowary v0.3.0
48172026-08-22T12:37:19.083Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.054 INFO STEP 14 (pkg_install) COMPLETE
48182026-08-22T12:37:19.083Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48192026-08-22T12:37:19.084Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO skip step because feature "mbist" is not enabled
48202026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48212026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO skip step because feature "mfg" is not enabled
48222026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48232026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO skip step because feature "compliance" is not enabled
48242026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO skip step because feature "stress" is not enabled
48262026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48272026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO skip step because feature "compliance" is not enabled
48282026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48292026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO skip step because feature "nfs" is not enabled
48302026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48312026-08-22T12:37:19.087Z[ host-image] Aug 22 12:37:18.055 INFO O| Aug 22 12:37:18.055 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48322026-08-22T12:37:19.246Z[ host-image] Aug 22 12:37:18.217 INFO O| Aug 22 12:37:18.217 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48332026-08-22T12:37:19.379Z[verify-libraries] Compiling slog-scope v4.4.1
48342026-08-22T12:37:19.383Z[ host-image] Aug 22 12:37:18.354 INFO O| Aug 22 12:37:18.354 INFO completed processing sled/ramdisk-01-os
48352026-08-22T12:37:19.386Z[ host-image] Aug 22 12:37:18.357 INFO omicron1 baseline generation...
48362026-08-22T12:37:19.386Z[ host-image] Aug 22 12:37:18.357 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48372026-08-22T12:37:19.437Z[verify-libraries] Compiling ratatui v0.29.0
48382026-08-22T12:37:19.482Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48392026-08-22T12:37:19.526Z[verify-libraries] Compiling wnaf v0.14.0
48402026-08-22T12:37:19.586Z[verify-libraries] Compiling primefield v0.14.0
48412026-08-22T12:37:19.686Z[verify-libraries] Compiling rfc6979 v0.6.0
48422026-08-22T12:37:19.734Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48432026-08-22T12:37:19.764Z[ host-image] Aug 22 12:37:18.735 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24212:20260821T231952Z
48442026-08-22T12:37:19.979Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48452026-08-22T12:37:20.040Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48462026-08-22T12:37:20.286Z[ recovery-image] Aug 22 12:37:19.257 INFO O| Aug 22 12:37:19.257 INFO O| Finalize: Building new search index ... Done
48472026-08-22T12:37:20.477Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48482026-08-22T12:37:20.516Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48492026-08-22T12:37:20.588Z[ recovery-image] Aug 22 12:37:19.558 INFO O| Aug 22 12:37:19.558 INFO O| Finalize: Updating package cache ... Done
48502026-08-22T12:37:20.625Z[verify-libraries] Compiling vergen-git2 v9.1.0
48512026-08-22T12:37:20.775Z[verify-libraries] Compiling strsim v0.10.0
48522026-08-22T12:37:20.895Z[verify-libraries] Compiling primeorder v0.14.0
48532026-08-22T12:37:20.966Z[ recovery-image] Aug 22 12:37:19.937 INFO O| Aug 22 12:37:19.937 INFO STEP 11 (pkg_install) COMPLETE
48542026-08-22T12:37:20.966Z[ recovery-image] Aug 22 12:37:19.937 INFO O| Aug 22 12:37:19.937 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48552026-08-22T12:37:20.966Z[ recovery-image] Aug 22 12:37:19.937 INFO O| Aug 22 12:37:19.937 INFO skip step because feature "recovery" is enabled
48562026-08-22T12:37:20.970Z[ recovery-image] Aug 22 12:37:19.937 INFO O| Aug 22 12:37:19.937 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48572026-08-22T12:37:20.970Z[ recovery-image] Aug 22 12:37:19.937 INFO O| Aug 22 12:37:19.937 INFO skip step because feature "omicron1" is not enabled
48582026-08-22T12:37:20.970Z[ recovery-image] Aug 22 12:37:19.937 INFO O| Aug 22 12:37:19.937 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48592026-08-22T12:37:20.975Z[ recovery-image] Aug 22 12:37:19.947 INFO O| Aug 22 12:37:19.946 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48602026-08-22T12:37:20.986Z[verify-libraries] Compiling ecdsa v0.17.0
48612026-08-22T12:37:21.040Z[verify-libraries] Compiling darling_core v0.13.4
48622026-08-22T12:37:21.164Z[verify-libraries] Compiling slog-stdlog v4.1.1
48632026-08-22T12:37:21.413Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48642026-08-22T12:37:21.450Z[verify-libraries] Compiling tungstenite v0.23.0
48652026-08-22T12:37:21.494Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48662026-08-22T12:37:21.516Z[verify-libraries] Compiling console v0.16.2
48672026-08-22T12:37:21.968Z[verify-libraries] Compiling libsw-core v0.3.2
48682026-08-22T12:37:22.127Z[verify-libraries] Compiling assert_matches v1.5.0
48692026-08-22T12:37:22.155Z[verify-libraries] Compiling unit-prefix v0.5.2
48702026-08-22T12:37:22.195Z[verify-libraries] Compiling void v1.0.2
48712026-08-22T12:37:22.231Z[verify-libraries] Compiling libsw v3.5.0
48722026-08-22T12:37:22.270Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48732026-08-22T12:37:22.374Z[verify-libraries] Compiling indicatif v0.18.4
48742026-08-22T12:37:22.398Z[verify-libraries] Compiling lzss v0.8.2
48752026-08-22T12:37:22.538Z[verify-libraries] Compiling slog-envlogger v2.2.0
48762026-08-22T12:37:22.604Z[verify-libraries] Compiling ssh-encoding v0.3.0
48772026-08-22T12:37:22.637Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48782026-08-22T12:37:22.685Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48792026-08-22T12:37:22.989Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48802026-08-22T12:37:23.087Z[verify-libraries] Compiling darling_macro v0.13.4
48812026-08-22T12:37:23.181Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48822026-08-22T12:37:23.234Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48832026-08-22T12:37:23.332Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48842026-08-22T12:37:23.384Z[verify-libraries] Compiling nix v0.27.1
48852026-08-22T12:37:23.444Z[ recovery-image] Aug 22 12:37:22.415 INFO O| Aug 22 12:37:22.415 INFO O| Startup: Refreshing catalog 'helios' ... Done
48862026-08-22T12:37:23.480Z[verify-libraries] Compiling colored v2.2.0
48872026-08-22T12:37:23.580Z[verify-libraries] Compiling blake3 v1.8.5
48882026-08-22T12:37:23.602Z[verify-libraries] Compiling serde_bytes v0.11.19
48892026-08-22T12:37:23.823Z[verify-libraries] Compiling keccak v0.2.0
48902026-08-22T12:37:23.892Z[ recovery-image] Aug 22 12:37:22.864 INFO O| Aug 22 12:37:22.864 INFO O| Startup: Caching catalogs ... Done
48912026-08-22T12:37:23.944Z[verify-libraries] Compiling shell-words v1.1.1
48922026-08-22T12:37:23.984Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48932026-08-22T12:37:24.093Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48942026-08-22T12:37:24.182Z[verify-libraries] Compiling darling v0.13.4
48952026-08-22T12:37:24.354Z[ recovery-image] Aug 22 12:37:23.325 INFO O| Aug 22 12:37:23.325 INFO O| Planning: Solver setup ... Done
48962026-08-22T12:37:24.360Z[ recovery-image] Aug 22 12:37:23.331 INFO O| Aug 22 12:37:23.331 INFO O| Planning: Running solver ... Done
48972026-08-22T12:37:24.377Z[ recovery-image] Aug 22 12:37:23.348 INFO O| Aug 22 12:37:23.348 INFO O| Planning: Finding local manifests ... Done
48982026-08-22T12:37:24.416Z[ recovery-image] Aug 22 12:37:23.387 INFO O| Aug 22 12:37:23.387 INFO O| Planning: Fetching manifests: 0/1 0% complete
48992026-08-22T12:37:24.423Z[ recovery-image] Aug 22 12:37:23.394 INFO O| Aug 22 12:37:23.394 INFO O| Planning: Fetching manifests: 1/1 100% complete
49002026-08-22T12:37:24.435Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49012026-08-22T12:37:24.440Z[ recovery-image] Aug 22 12:37:23.411 INFO O| Aug 22 12:37:23.411 INFO O| Planning: Package planning ... Done
49022026-08-22T12:37:24.440Z[ recovery-image] Aug 22 12:37:23.411 INFO O| Aug 22 12:37:23.411 INFO O| Planning: Merging actions ... Done
49032026-08-22T12:37:24.494Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49042026-08-22T12:37:24.593Z[ recovery-image] Aug 22 12:37:23.564 INFO O| Aug 22 12:37:23.564 INFO O| Planning: Checking for conflicting actions ... Done
49052026-08-22T12:37:24.596Z[ recovery-image] Aug 22 12:37:23.564 INFO O| Aug 22 12:37:23.564 INFO O| Planning: Consolidating action changes ... Done
49062026-08-22T12:37:24.704Z[ recovery-image] Aug 22 12:37:23.675 INFO O| Aug 22 12:37:23.675 INFO O| Planning: Evaluating mediators ... Done
49072026-08-22T12:37:24.707Z[ recovery-image] Aug 22 12:37:23.675 INFO O| Aug 22 12:37:23.675 INFO O| Planning: Planning completed in 0.80 seconds
49082026-08-22T12:37:24.707Z[ recovery-image] Aug 22 12:37:23.676 INFO O| Aug 22 12:37:23.676 INFO O| Packages to install: 1
49092026-08-22T12:37:24.717Z[ recovery-image] Aug 22 12:37:23.688 INFO O| Aug 22 12:37:23.688 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49102026-08-22T12:37:24.938Z[verify-libraries] Compiling ed25519 v3.0.0
49112026-08-22T12:37:25.047Z[verify-libraries] Compiling crypto-primes v0.7.2
49122026-08-22T12:37:25.099Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49132026-08-22T12:37:25.130Z[ recovery-image] Aug 22 12:37:24.101 INFO O| Aug 22 12:37:24.101 INFO O| Download: Completed 13.27 MB in 0.41 seconds (32.3M/s)
49142026-08-22T12:37:25.149Z[ recovery-image] Aug 22 12:37:24.120 INFO O| Aug 22 12:37:24.120 INFO O| Actions: 1/22 actions (Installing new actions)
49152026-08-22T12:37:25.491Z[ recovery-image] Aug 22 12:37:24.462 INFO O| Aug 22 12:37:24.462 INFO O| Actions: Completed 22 actions in 0.34 seconds.
49162026-08-22T12:37:25.546Z[ recovery-image] Aug 22 12:37:24.517 INFO O| Aug 22 12:37:24.517 INFO O| Finalize: Updating package state database ... Done
49172026-08-22T12:37:25.546Z[ recovery-image] Aug 22 12:37:24.517 INFO O| Aug 22 12:37:24.517 INFO O| Finalize: Updating package cache ... Done
49182026-08-22T12:37:25.716Z[ recovery-image] Aug 22 12:37:24.687 INFO O| Aug 22 12:37:24.687 INFO O| Finalize: Updating image state ... Done
49192026-08-22T12:37:25.740Z[verify-libraries] Compiling poly1305 v0.9.0
49202026-08-22T12:37:26.299Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49212026-08-22T12:37:26.343Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49222026-08-22T12:37:26.375Z[ recovery-image] Aug 22 12:37:25.330 INFO O| Aug 22 12:37:25.329 INFO O| Finalize: Creating fast lookup database ... Done
49232026-08-22T12:37:26.375Z[ recovery-image] Aug 22 12:37:25.344 INFO O| Aug 22 12:37:25.344 INFO O| Finalize: Reading search index ... Done
49242026-08-22T12:37:26.375Z[ recovery-image] Aug 22 12:37:25.344 INFO O| Aug 22 12:37:25.344 INFO O| Finalize: Updating search index ... Done
49252026-08-22T12:37:26.384Z[ recovery-image] Aug 22 12:37:25.355 INFO O| Aug 22 12:37:25.355 INFO O| Finalize: Updating package cache ... Done
49262026-08-22T12:37:26.394Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49272026-08-22T12:37:26.654Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49282026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.625 INFO STEP 14 (pkg_install) COMPLETE
49292026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49302026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO skip step because feature "mbist" is not enabled
49312026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49322026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO skip step because feature "mfg" is not enabled
49332026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49342026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO skip step because feature "compliance" is not enabled
49352026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO skip step because feature "stress" is not enabled
49372026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49382026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO skip step because feature "compliance" is not enabled
49392026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49402026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO skip step because feature "nfs" is not enabled
49412026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49422026-08-22T12:37:26.658Z[ recovery-image] Aug 22 12:37:25.626 INFO O| Aug 22 12:37:25.626 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49432026-08-22T12:37:26.755Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49442026-08-22T12:37:26.777Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49452026-08-22T12:37:26.782Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49462026-08-22T12:37:26.857Z[ recovery-image] Aug 22 12:37:25.824 INFO O| Aug 22 12:37:25.824 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49472026-08-22T12:37:26.947Z[verify-libraries] Compiling blowfish v0.10.0
49482026-08-22T12:37:26.995Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49492026-08-22T12:37:27.016Z[ recovery-image] Aug 22 12:37:25.988 INFO O| Aug 22 12:37:25.987 INFO completed processing sled/ramdisk-01-os
49502026-08-22T12:37:27.020Z[verify-libraries] Compiling petname v2.0.2
49512026-08-22T12:37:27.020Z[ recovery-image] Aug 22 12:37:25.990 INFO image builder template: ramdisk-02-trim...
49522026-08-22T12:37:27.020Z[ recovery-image] Aug 22 12:37:25.990 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/.tmpL7TO3H/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
49532026-08-22T12:37:27.038Z[ recovery-image] Aug 22 12:37:26.009 INFO O| Aug 22 12:37:26.009 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49542026-08-22T12:37:27.041Z[ recovery-image] Aug 22 12:37:26.012 INFO O| Aug 22 12:37:26.012 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49552026-08-22T12:37:27.052Z[verify-libraries] Compiling constant_time_eq v0.4.2
49562026-08-22T12:37:27.129Z[verify-libraries] Compiling arrayvec v0.7.6
49572026-08-22T12:37:27.162Z[ recovery-image] Aug 22 12:37:26.133 INFO O| Aug 22 12:37:26.133 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49582026-08-22T12:37:27.246Z[ recovery-image] Aug 22 12:37:26.217 INFO O| Aug 22 12:37:26.217 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49592026-08-22T12:37:27.246Z[ recovery-image] Aug 22 12:37:26.217 INFO O| Aug 22 12:37:26.217 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49602026-08-22T12:37:27.251Z[ recovery-image] Aug 22 12:37:26.222 INFO O| Aug 22 12:37:26.222 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49612026-08-22T12:37:27.254Z[ recovery-image] Aug 22 12:37:26.226 INFO O| Aug 22 12:37:26.226 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49622026-08-22T12:37:27.259Z[ recovery-image] Aug 22 12:37:26.230 INFO O| Aug 22 12:37:26.230 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49632026-08-22T12:37:27.279Z[verify-libraries] Compiling arrayref v0.3.9
49642026-08-22T12:37:27.360Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49652026-08-22T12:37:27.430Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49662026-08-22T12:37:27.780Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49672026-08-22T12:37:27.801Z[verify-libraries] Compiling ssh-cipher v0.3.0
49682026-08-22T12:37:27.804Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49692026-08-22T12:37:27.804Z[verify-libraries] Compiling serde_with_macros v1.5.2
49702026-08-22T12:37:28.016Z[ recovery-image] Aug 22 12:37:26.987 INFO O| Aug 22 12:37:26.987 INFO rolled back to input snapshot; work may begin
49712026-08-22T12:37:28.016Z[ recovery-image] Aug 22 12:37:26.987 INFO O| Aug 22 12:37:26.987 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49722026-08-22T12:37:28.020Z[ recovery-image] Aug 22 12:37:26.992 INFO O| Aug 22 12:37:26.991 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49732026-08-22T12:37:28.029Z[ recovery-image] Aug 22 12:37:27.000 INFO O| Aug 22 12:37:27.000 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49742026-08-22T12:37:28.076Z[ recovery-image] Aug 22 12:37:27.041 INFO O| Aug 22 12:37:27.041 INFO STEP 0 (remove_files) COMPLETE
49752026-08-22T12:37:28.076Z[ recovery-image] Aug 22 12:37:27.041 INFO O| Aug 22 12:37:27.041 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-08-22T12:37:28.079Z[verify-libraries] Compiling sha3 v0.11.0
49772026-08-22T12:37:28.083Z[ recovery-image] Aug 22 12:37:27.052 INFO O| Aug 22 12:37:27.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49782026-08-22T12:37:28.083Z[ recovery-image] Aug 22 12:37:27.053 INFO O| Aug 22 12:37:27.053 INFO STEP 1 (remove_files) COMPLETE
49792026-08-22T12:37:28.083Z[ recovery-image] Aug 22 12:37:27.054 INFO O| Aug 22 12:37:27.053 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-08-22T12:37:28.102Z[ recovery-image] Aug 22 12:37:27.073 INFO O| Aug 22 12:37:27.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49812026-08-22T12:37:28.117Z[ recovery-image] Aug 22 12:37:27.088 INFO O| Aug 22 12:37:27.088 INFO STEP 2 (remove_files) COMPLETE
49822026-08-22T12:37:28.117Z[ recovery-image] Aug 22 12:37:27.089 INFO O| Aug 22 12:37:27.088 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-08-22T12:37:28.131Z[ recovery-image] Aug 22 12:37:27.102 INFO O| Aug 22 12:37:27.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49842026-08-22T12:37:28.135Z[ recovery-image] Aug 22 12:37:27.104 INFO O| Aug 22 12:37:27.104 INFO STEP 3 (remove_files) COMPLETE
49852026-08-22T12:37:28.135Z[ recovery-image] Aug 22 12:37:27.104 INFO O| Aug 22 12:37:27.104 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-08-22T12:37:28.144Z[ recovery-image] Aug 22 12:37:27.115 INFO O| Aug 22 12:37:27.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49872026-08-22T12:37:28.147Z[ recovery-image] Aug 22 12:37:27.118 INFO O| Aug 22 12:37:27.118 INFO STEP 4 (remove_files) COMPLETE
49882026-08-22T12:37:28.147Z[ recovery-image] Aug 22 12:37:27.118 INFO O| Aug 22 12:37:27.118 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-08-22T12:37:28.158Z[ recovery-image] Aug 22 12:37:27.129 INFO O| Aug 22 12:37:27.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49902026-08-22T12:37:28.158Z[ recovery-image] Aug 22 12:37:27.130 INFO O| Aug 22 12:37:27.130 INFO STEP 5 (remove_files) COMPLETE
49912026-08-22T12:37:28.158Z[ recovery-image] Aug 22 12:37:27.130 INFO O| Aug 22 12:37:27.130 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-22T12:37:28.200Z[ recovery-image] Aug 22 12:37:27.139 INFO O| Aug 22 12:37:27.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49932026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO STEP 6 (remove_files) COMPLETE
49942026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO skip step because feature "heliosv2" is not enabled
49962026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO skip step because feature "recovery" is enabled
49982026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO skip step because feature "recovery" is enabled
50002026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO skip step because feature "recovery" is enabled
50022026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.152 INFO O| Aug 22 12:37:27.152 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.162 INFO O| Aug 22 12:37:27.162 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50042026-08-22T12:37:28.203Z[verify-libraries] Compiling p521 v0.14.0
50052026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.165 INFO O| Aug 22 12:37:27.165 INFO STEP 11 (remove_files) COMPLETE
50062026-08-22T12:37:28.203Z[ recovery-image] Aug 22 12:37:27.165 INFO O| Aug 22 12:37:27.165 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-22T12:37:28.208Z[ recovery-image] Aug 22 12:37:27.175 INFO O| Aug 22 12:37:27.175 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50082026-08-22T12:37:28.208Z[ recovery-image] Aug 22 12:37:27.176 INFO O| Aug 22 12:37:27.176 INFO STEP 12 (remove_files) COMPLETE
50092026-08-22T12:37:28.208Z[ recovery-image] Aug 22 12:37:27.176 INFO O| Aug 22 12:37:27.176 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-22T12:37:28.213Z[ recovery-image] Aug 22 12:37:27.185 INFO O| Aug 22 12:37:27.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50112026-08-22T12:37:28.216Z[ recovery-image] Aug 22 12:37:27.186 INFO O| Aug 22 12:37:27.186 INFO STEP 13 (remove_files) COMPLETE
50122026-08-22T12:37:28.216Z[ recovery-image] Aug 22 12:37:27.186 INFO O| Aug 22 12:37:27.186 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-22T12:37:28.229Z[ recovery-image] Aug 22 12:37:27.200 INFO O| Aug 22 12:37:27.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50142026-08-22T12:37:28.229Z[ recovery-image] Aug 22 12:37:27.200 INFO O| Aug 22 12:37:27.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50152026-08-22T12:37:28.232Z[verify-libraries] Compiling p256 v0.14.0
50162026-08-22T12:37:28.317Z[ recovery-image] Aug 22 12:37:27.288 INFO O| Aug 22 12:37:27.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50172026-08-22T12:37:28.320Z[ recovery-image] Aug 22 12:37:27.292 INFO O| Aug 22 12:37:27.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50182026-08-22T12:37:28.378Z[ recovery-image] Aug 22 12:37:27.350 INFO O| Aug 22 12:37:27.350 INFO STEP 14 (remove_files) COMPLETE
50192026-08-22T12:37:28.378Z[ recovery-image] Aug 22 12:37:27.350 INFO O| Aug 22 12:37:27.350 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-22T12:37:28.389Z[ recovery-image] Aug 22 12:37:27.361 INFO O| Aug 22 12:37:27.361 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50212026-08-22T12:37:28.392Z[ recovery-image] Aug 22 12:37:27.362 INFO O| Aug 22 12:37:27.362 INFO STEP 15 (remove_files) COMPLETE
50222026-08-22T12:37:28.393Z[ recovery-image] Aug 22 12:37:27.362 INFO O| Aug 22 12:37:27.362 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-22T12:37:28.393Z[verify-libraries] Compiling p384 v0.14.0
50242026-08-22T12:37:28.429Z[ recovery-image] Aug 22 12:37:27.400 INFO O| Aug 22 12:37:27.400 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50252026-08-22T12:37:28.434Z[ recovery-image] Aug 22 12:37:27.406 INFO O| Aug 22 12:37:27.406 INFO STEP 16 (remove_files) COMPLETE
50262026-08-22T12:37:28.435Z[ recovery-image] Aug 22 12:37:27.406 INFO O| Aug 22 12:37:27.406 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-22T12:37:28.455Z[ recovery-image] Aug 22 12:37:27.425 INFO O| Aug 22 12:37:27.425 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50282026-08-22T12:37:28.455Z[ recovery-image] Aug 22 12:37:27.425 INFO O| Aug 22 12:37:27.425 INFO STEP 17 (remove_files) COMPLETE
50292026-08-22T12:37:28.455Z[ recovery-image] Aug 22 12:37:27.425 INFO O| Aug 22 12:37:27.425 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-22T12:37:28.461Z[ recovery-image] Aug 22 12:37:27.433 INFO O| Aug 22 12:37:27.433 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50312026-08-22T12:37:28.464Z[ recovery-image] Aug 22 12:37:27.434 INFO O| Aug 22 12:37:27.434 INFO STEP 18 (remove_files) COMPLETE
50322026-08-22T12:37:28.464Z[ recovery-image] Aug 22 12:37:27.434 INFO O| Aug 22 12:37:27.434 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-22T12:37:28.464Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
50342026-08-22T12:37:28.471Z[ recovery-image] Aug 22 12:37:27.442 INFO O| Aug 22 12:37:27.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50352026-08-22T12:37:28.471Z[ recovery-image] Aug 22 12:37:27.442 INFO O| Aug 22 12:37:27.442 INFO STEP 19 (remove_files) COMPLETE
50362026-08-22T12:37:28.471Z[ recovery-image] Aug 22 12:37:27.442 INFO O| Aug 22 12:37:27.442 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-22T12:37:28.478Z[ recovery-image] Aug 22 12:37:27.450 INFO O| Aug 22 12:37:27.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50382026-08-22T12:37:28.478Z[ recovery-image] Aug 22 12:37:27.450 INFO O| Aug 22 12:37:27.450 INFO STEP 20 (remove_files) COMPLETE
50392026-08-22T12:37:28.481Z[ recovery-image] Aug 22 12:37:27.450 INFO O| Aug 22 12:37:27.450 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-22T12:37:28.486Z[ recovery-image] Aug 22 12:37:27.458 INFO O| Aug 22 12:37:27.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50412026-08-22T12:37:28.486Z[ recovery-image] Aug 22 12:37:27.458 INFO O| Aug 22 12:37:27.458 INFO STEP 21 (remove_files) COMPLETE
50422026-08-22T12:37:28.486Z[ recovery-image] Aug 22 12:37:27.458 INFO O| Aug 22 12:37:27.458 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-22T12:37:28.499Z[ recovery-image] Aug 22 12:37:27.466 INFO O| Aug 22 12:37:27.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50442026-08-22T12:37:28.500Z[ recovery-image] Aug 22 12:37:27.466 INFO O| Aug 22 12:37:27.466 INFO STEP 22 (remove_files) COMPLETE
50452026-08-22T12:37:28.500Z[ recovery-image] Aug 22 12:37:27.466 INFO O| Aug 22 12:37:27.466 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-22T12:37:28.508Z[ recovery-image] Aug 22 12:37:27.480 INFO O| Aug 22 12:37:27.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50472026-08-22T12:37:28.508Z[ recovery-image] Aug 22 12:37:27.480 INFO O| Aug 22 12:37:27.480 INFO STEP 23 (remove_files) COMPLETE
50482026-08-22T12:37:28.508Z[ recovery-image] Aug 22 12:37:27.480 INFO O| Aug 22 12:37:27.480 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-22T12:37:28.518Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50502026-08-22T12:37:28.528Z[ recovery-image] Aug 22 12:37:27.499 INFO O| Aug 22 12:37:27.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50512026-08-22T12:37:28.528Z[ recovery-image] Aug 22 12:37:27.499 INFO O| Aug 22 12:37:27.499 INFO STEP 24 (remove_files) COMPLETE
50522026-08-22T12:37:28.528Z[ recovery-image] Aug 22 12:37:27.499 INFO O| Aug 22 12:37:27.499 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-22T12:37:28.535Z[ recovery-image] Aug 22 12:37:27.507 INFO O| Aug 22 12:37:27.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50542026-08-22T12:37:28.535Z[ recovery-image] Aug 22 12:37:27.507 INFO O| Aug 22 12:37:27.507 INFO STEP 25 (remove_files) COMPLETE
50552026-08-22T12:37:28.539Z[ recovery-image] Aug 22 12:37:27.507 INFO O| Aug 22 12:37:27.507 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-22T12:37:28.543Z[ recovery-image] Aug 22 12:37:27.515 INFO O| Aug 22 12:37:27.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50572026-08-22T12:37:28.543Z[ recovery-image] Aug 22 12:37:27.515 INFO O| Aug 22 12:37:27.515 INFO STEP 26 (remove_files) COMPLETE
50582026-08-22T12:37:28.543Z[ recovery-image] Aug 22 12:37:27.515 INFO O| Aug 22 12:37:27.515 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-22T12:37:28.551Z[ recovery-image] Aug 22 12:37:27.523 INFO O| Aug 22 12:37:27.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50602026-08-22T12:37:28.551Z[ recovery-image] Aug 22 12:37:27.523 INFO O| Aug 22 12:37:27.523 INFO STEP 27 (remove_files) COMPLETE
50612026-08-22T12:37:28.554Z[ recovery-image] Aug 22 12:37:27.523 INFO O| Aug 22 12:37:27.523 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-22T12:37:28.559Z[ recovery-image] Aug 22 12:37:27.530 INFO O| Aug 22 12:37:27.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50632026-08-22T12:37:28.559Z[ recovery-image] Aug 22 12:37:27.530 INFO O| Aug 22 12:37:27.530 INFO STEP 28 (remove_files) COMPLETE
50642026-08-22T12:37:28.562Z[ recovery-image] Aug 22 12:37:27.530 INFO O| Aug 22 12:37:27.530 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-22T12:37:28.566Z[ recovery-image] Aug 22 12:37:27.538 INFO O| Aug 22 12:37:27.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50662026-08-22T12:37:28.566Z[ recovery-image] Aug 22 12:37:27.538 INFO O| Aug 22 12:37:27.538 INFO STEP 29 (remove_files) COMPLETE
50672026-08-22T12:37:28.569Z[ recovery-image] Aug 22 12:37:27.538 INFO O| Aug 22 12:37:27.538 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-22T12:37:28.574Z[ recovery-image] Aug 22 12:37:27.545 INFO O| Aug 22 12:37:27.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50692026-08-22T12:37:28.574Z[ recovery-image] Aug 22 12:37:27.545 INFO O| Aug 22 12:37:27.545 INFO STEP 30 (remove_files) COMPLETE
50702026-08-22T12:37:28.576Z[ recovery-image] Aug 22 12:37:27.545 INFO O| Aug 22 12:37:27.545 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-22T12:37:28.580Z[ recovery-image] Aug 22 12:37:27.552 INFO O| Aug 22 12:37:27.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50722026-08-22T12:37:28.580Z[ recovery-image] Aug 22 12:37:27.552 INFO O| Aug 22 12:37:27.552 INFO STEP 31 (remove_files) COMPLETE
50732026-08-22T12:37:28.583Z[ recovery-image] Aug 22 12:37:27.552 INFO O| Aug 22 12:37:27.552 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-22T12:37:28.587Z[ recovery-image] Aug 22 12:37:27.559 INFO O| Aug 22 12:37:27.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50752026-08-22T12:37:28.587Z[ recovery-image] Aug 22 12:37:27.559 INFO O| Aug 22 12:37:27.559 INFO STEP 32 (remove_files) COMPLETE
50762026-08-22T12:37:28.588Z[ recovery-image] Aug 22 12:37:27.559 INFO O| Aug 22 12:37:27.559 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-22T12:37:28.595Z[ recovery-image] Aug 22 12:37:27.566 INFO O| Aug 22 12:37:27.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50782026-08-22T12:37:28.595Z[ recovery-image] Aug 22 12:37:27.566 INFO O| Aug 22 12:37:27.566 INFO STEP 33 (remove_files) COMPLETE
50792026-08-22T12:37:28.598Z[ recovery-image] Aug 22 12:37:27.566 INFO O| Aug 22 12:37:27.566 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-22T12:37:28.602Z[ recovery-image] Aug 22 12:37:27.574 INFO O| Aug 22 12:37:27.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50812026-08-22T12:37:28.602Z[ recovery-image] Aug 22 12:37:27.574 INFO O| Aug 22 12:37:27.574 INFO STEP 34 (remove_files) COMPLETE
50822026-08-22T12:37:28.605Z[ recovery-image] Aug 22 12:37:27.574 INFO O| Aug 22 12:37:27.574 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-22T12:37:28.613Z[ recovery-image] Aug 22 12:37:27.581 INFO O| Aug 22 12:37:27.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50842026-08-22T12:37:28.613Z[ recovery-image] Aug 22 12:37:27.581 INFO O| Aug 22 12:37:27.581 INFO STEP 35 (remove_files) COMPLETE
50852026-08-22T12:37:28.616Z[ recovery-image] Aug 22 12:37:27.581 INFO O| Aug 22 12:37:27.581 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-22T12:37:28.619Z[ recovery-image] Aug 22 12:37:27.588 INFO O| Aug 22 12:37:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50872026-08-22T12:37:28.619Z[ recovery-image] Aug 22 12:37:27.588 INFO O| Aug 22 12:37:27.588 INFO STEP 36 (remove_files) COMPLETE
50882026-08-22T12:37:28.619Z[ recovery-image] Aug 22 12:37:27.588 INFO O| Aug 22 12:37:27.588 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-22T12:37:28.624Z[ recovery-image] Aug 22 12:37:27.595 INFO O| Aug 22 12:37:27.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50902026-08-22T12:37:28.624Z[ recovery-image] Aug 22 12:37:27.595 INFO O| Aug 22 12:37:27.595 INFO STEP 37 (remove_files) COMPLETE
50912026-08-22T12:37:28.624Z[ recovery-image] Aug 22 12:37:27.595 INFO O| Aug 22 12:37:27.595 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-22T12:37:28.632Z[ recovery-image] Aug 22 12:37:27.604 INFO O| Aug 22 12:37:27.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50932026-08-22T12:37:28.632Z[ recovery-image] Aug 22 12:37:27.604 INFO O| Aug 22 12:37:27.604 INFO STEP 38 (remove_files) COMPLETE
50942026-08-22T12:37:28.635Z[ recovery-image] Aug 22 12:37:27.604 INFO O| Aug 22 12:37:27.604 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-22T12:37:28.684Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50962026-08-22T12:37:28.702Z[ recovery-image] Aug 22 12:37:27.673 INFO O| Aug 22 12:37:27.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50972026-08-22T12:37:28.702Z[ recovery-image] Aug 22 12:37:27.673 INFO O| Aug 22 12:37:27.673 INFO STEP 39 (remove_files) COMPLETE
50982026-08-22T12:37:28.702Z[ recovery-image] Aug 22 12:37:27.673 INFO O| Aug 22 12:37:27.673 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-22T12:37:28.710Z[ recovery-image] Aug 22 12:37:27.682 INFO O| Aug 22 12:37:27.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51002026-08-22T12:37:28.710Z[ recovery-image] Aug 22 12:37:27.682 INFO O| Aug 22 12:37:27.682 INFO STEP 40 (remove_files) COMPLETE
51012026-08-22T12:37:28.710Z[ recovery-image] Aug 22 12:37:27.682 INFO O| Aug 22 12:37:27.682 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-22T12:37:28.718Z[ recovery-image] Aug 22 12:37:27.690 INFO O| Aug 22 12:37:27.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51032026-08-22T12:37:28.718Z[ recovery-image] Aug 22 12:37:27.690 INFO O| Aug 22 12:37:27.690 INFO STEP 41 (remove_files) COMPLETE
51042026-08-22T12:37:28.721Z[ recovery-image] Aug 22 12:37:27.690 INFO O| Aug 22 12:37:27.690 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-22T12:37:28.726Z[ recovery-image] Aug 22 12:37:27.698 INFO O| Aug 22 12:37:27.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51062026-08-22T12:37:28.726Z[ recovery-image] Aug 22 12:37:27.698 INFO O| Aug 22 12:37:27.698 INFO STEP 42 (remove_files) COMPLETE
51072026-08-22T12:37:28.729Z[ recovery-image] Aug 22 12:37:27.698 INFO O| Aug 22 12:37:27.698 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-22T12:37:28.735Z[ recovery-image] Aug 22 12:37:27.707 INFO O| Aug 22 12:37:27.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51092026-08-22T12:37:28.738Z[ recovery-image] Aug 22 12:37:27.707 INFO O| Aug 22 12:37:27.707 INFO STEP 43 (remove_files) COMPLETE
51102026-08-22T12:37:28.738Z[ recovery-image] Aug 22 12:37:27.707 INFO O| Aug 22 12:37:27.707 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-22T12:37:28.759Z[ recovery-image] Aug 22 12:37:27.716 INFO O| Aug 22 12:37:27.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51122026-08-22T12:37:28.759Z[ recovery-image] Aug 22 12:37:27.716 INFO O| Aug 22 12:37:27.716 INFO STEP 44 (remove_files) COMPLETE
51132026-08-22T12:37:28.762Z[ recovery-image] Aug 22 12:37:27.716 INFO O| Aug 22 12:37:27.716 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-22T12:37:28.762Z[ recovery-image] Aug 22 12:37:27.725 INFO O| Aug 22 12:37:27.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51152026-08-22T12:37:28.762Z[ recovery-image] Aug 22 12:37:27.725 INFO O| Aug 22 12:37:27.725 INFO STEP 45 (remove_files) COMPLETE
51162026-08-22T12:37:28.762Z[ recovery-image] Aug 22 12:37:27.725 INFO O| Aug 22 12:37:27.725 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-22T12:37:28.762Z[ recovery-image] Aug 22 12:37:27.733 INFO O| Aug 22 12:37:27.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51182026-08-22T12:37:28.762Z[ recovery-image] Aug 22 12:37:27.733 INFO O| Aug 22 12:37:27.733 INFO STEP 46 (remove_files) COMPLETE
51192026-08-22T12:37:28.762Z[ recovery-image] Aug 22 12:37:27.733 INFO O| Aug 22 12:37:27.733 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-22T12:37:28.770Z[ recovery-image] Aug 22 12:37:27.741 INFO O| Aug 22 12:37:27.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51212026-08-22T12:37:28.773Z[ recovery-image] Aug 22 12:37:27.741 INFO O| Aug 22 12:37:27.741 INFO STEP 47 (remove_files) COMPLETE
51222026-08-22T12:37:28.773Z[ recovery-image] Aug 22 12:37:27.741 INFO O| Aug 22 12:37:27.741 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-22T12:37:28.778Z[ recovery-image] Aug 22 12:37:27.749 INFO O| Aug 22 12:37:27.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51242026-08-22T12:37:28.778Z[ recovery-image] Aug 22 12:37:27.749 INFO O| Aug 22 12:37:27.749 INFO STEP 48 (remove_files) COMPLETE
51252026-08-22T12:37:28.781Z[ recovery-image] Aug 22 12:37:27.749 INFO O| Aug 22 12:37:27.749 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-22T12:37:28.786Z[ recovery-image] Aug 22 12:37:27.757 INFO O| Aug 22 12:37:27.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51272026-08-22T12:37:28.786Z[ recovery-image] Aug 22 12:37:27.758 INFO O| Aug 22 12:37:27.757 INFO STEP 49 (remove_files) COMPLETE
51282026-08-22T12:37:28.789Z[ recovery-image] Aug 22 12:37:27.758 INFO O| Aug 22 12:37:27.758 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-22T12:37:28.794Z[ recovery-image] Aug 22 12:37:27.765 INFO O| Aug 22 12:37:27.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51302026-08-22T12:37:28.796Z[ recovery-image] Aug 22 12:37:27.765 INFO O| Aug 22 12:37:27.765 INFO STEP 50 (remove_files) COMPLETE
51312026-08-22T12:37:28.797Z[ recovery-image] Aug 22 12:37:27.765 INFO O| Aug 22 12:37:27.765 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-22T12:37:28.802Z[ recovery-image] Aug 22 12:37:27.774 INFO O| Aug 22 12:37:27.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51332026-08-22T12:37:28.805Z[ recovery-image] Aug 22 12:37:27.774 INFO O| Aug 22 12:37:27.774 INFO STEP 51 (remove_files) COMPLETE
51342026-08-22T12:37:28.805Z[ recovery-image] Aug 22 12:37:27.774 INFO O| Aug 22 12:37:27.774 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-22T12:37:28.811Z[ recovery-image] Aug 22 12:37:27.782 INFO O| Aug 22 12:37:27.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51362026-08-22T12:37:28.811Z[ recovery-image] Aug 22 12:37:27.782 INFO O| Aug 22 12:37:27.782 INFO STEP 52 (remove_files) COMPLETE
51372026-08-22T12:37:28.814Z[ recovery-image] Aug 22 12:37:27.782 INFO O| Aug 22 12:37:27.782 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-22T12:37:28.819Z[ recovery-image] Aug 22 12:37:27.790 INFO O| Aug 22 12:37:27.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51392026-08-22T12:37:28.821Z[ recovery-image] Aug 22 12:37:27.790 INFO O| Aug 22 12:37:27.790 INFO STEP 53 (remove_files) COMPLETE
51402026-08-22T12:37:28.821Z[ recovery-image] Aug 22 12:37:27.790 INFO O| Aug 22 12:37:27.790 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-22T12:37:28.827Z[ recovery-image] Aug 22 12:37:27.799 INFO O| Aug 22 12:37:27.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51422026-08-22T12:37:28.827Z[ recovery-image] Aug 22 12:37:27.799 INFO O| Aug 22 12:37:27.799 INFO STEP 54 (remove_files) COMPLETE
51432026-08-22T12:37:28.827Z[ recovery-image] Aug 22 12:37:27.799 INFO O| Aug 22 12:37:27.799 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-22T12:37:28.835Z[ recovery-image] Aug 22 12:37:27.807 INFO O| Aug 22 12:37:27.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51452026-08-22T12:37:28.835Z[ recovery-image] Aug 22 12:37:27.807 INFO O| Aug 22 12:37:27.807 INFO STEP 55 (remove_files) COMPLETE
51462026-08-22T12:37:28.838Z[ recovery-image] Aug 22 12:37:27.807 INFO O| Aug 22 12:37:27.807 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-22T12:37:28.843Z[ recovery-image] Aug 22 12:37:27.814 INFO O| Aug 22 12:37:27.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51482026-08-22T12:37:28.843Z[ recovery-image] Aug 22 12:37:27.814 INFO O| Aug 22 12:37:27.814 INFO STEP 56 (remove_files) COMPLETE
51492026-08-22T12:37:28.846Z[ recovery-image] Aug 22 12:37:27.814 INFO O| Aug 22 12:37:27.814 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-22T12:37:28.851Z[ recovery-image] Aug 22 12:37:27.822 INFO O| Aug 22 12:37:27.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51512026-08-22T12:37:28.854Z[ recovery-image] Aug 22 12:37:27.822 INFO O| Aug 22 12:37:27.822 INFO STEP 57 (remove_files) COMPLETE
51522026-08-22T12:37:28.854Z[ recovery-image] Aug 22 12:37:27.822 INFO O| Aug 22 12:37:27.822 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-22T12:37:28.858Z[verify-libraries] Compiling twox-hash v2.1.2
51542026-08-22T12:37:28.861Z[ recovery-image] Aug 22 12:37:27.830 INFO O| Aug 22 12:37:27.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51552026-08-22T12:37:28.861Z[ recovery-image] Aug 22 12:37:27.831 INFO O| Aug 22 12:37:27.830 INFO STEP 58 (remove_files) COMPLETE
51562026-08-22T12:37:28.861Z[ recovery-image] Aug 22 12:37:27.831 INFO O| Aug 22 12:37:27.831 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-22T12:37:28.867Z[ recovery-image] Aug 22 12:37:27.838 INFO O| Aug 22 12:37:27.838 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51582026-08-22T12:37:28.867Z[ recovery-image] Aug 22 12:37:27.838 INFO O| Aug 22 12:37:27.838 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51592026-08-22T12:37:28.867Z[ recovery-image] Aug 22 12:37:27.838 INFO O| Aug 22 12:37:27.838 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51602026-08-22T12:37:28.870Z[ recovery-image] Aug 22 12:37:27.839 INFO O| Aug 22 12:37:27.838 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51612026-08-22T12:37:28.870Z[ recovery-image] Aug 22 12:37:27.839 INFO O| Aug 22 12:37:27.839 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51622026-08-22T12:37:28.870Z[ recovery-image] Aug 22 12:37:27.839 INFO O| Aug 22 12:37:27.839 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51632026-08-22T12:37:28.870Z[ recovery-image] Aug 22 12:37:27.839 INFO O| Aug 22 12:37:27.839 INFO ok!
51642026-08-22T12:37:28.870Z[ recovery-image] Aug 22 12:37:27.839 INFO O| Aug 22 12:37:27.839 INFO STEP 59 (ensure_file) COMPLETE
51652026-08-22T12:37:28.870Z[ recovery-image] Aug 22 12:37:27.839 INFO O| Aug 22 12:37:27.839 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-22T12:37:28.878Z[ recovery-image] Aug 22 12:37:27.846 INFO O| Aug 22 12:37:27.846 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51672026-08-22T12:37:28.878Z[ recovery-image] Aug 22 12:37:27.846 INFO O| Aug 22 12:37:27.846 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51682026-08-22T12:37:28.878Z[ recovery-image] Aug 22 12:37:27.846 INFO O| Aug 22 12:37:27.846 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51692026-08-22T12:37:28.881Z[ recovery-image] Aug 22 12:37:27.846 INFO O| Aug 22 12:37:27.846 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51702026-08-22T12:37:28.881Z[ recovery-image] Aug 22 12:37:27.847 INFO O| Aug 22 12:37:27.846 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51712026-08-22T12:37:28.881Z[ recovery-image] Aug 22 12:37:27.847 INFO O| Aug 22 12:37:27.847 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51722026-08-22T12:37:28.881Z[ recovery-image] Aug 22 12:37:27.847 INFO O| Aug 22 12:37:27.847 INFO ok!
51732026-08-22T12:37:28.881Z[ recovery-image] Aug 22 12:37:27.847 INFO O| Aug 22 12:37:27.847 INFO STEP 60 (ensure_file) COMPLETE
51742026-08-22T12:37:28.881Z[ recovery-image] Aug 22 12:37:27.847 INFO O| Aug 22 12:37:27.847 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-22T12:37:28.884Z[ recovery-image] Aug 22 12:37:27.854 INFO O| Aug 22 12:37:27.854 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51762026-08-22T12:37:28.884Z[ recovery-image] Aug 22 12:37:27.854 INFO O| Aug 22 12:37:27.854 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51772026-08-22T12:37:28.884Z[ recovery-image] Aug 22 12:37:27.854 INFO O| Aug 22 12:37:27.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51782026-08-22T12:37:28.884Z[ recovery-image] Aug 22 12:37:27.854 INFO O| Aug 22 12:37:27.854 INFO ok!
51792026-08-22T12:37:28.884Z[ recovery-image] Aug 22 12:37:27.854 INFO O| Aug 22 12:37:27.854 INFO STEP 61 (ensure_file) COMPLETE
51802026-08-22T12:37:28.884Z[ recovery-image] Aug 22 12:37:27.854 INFO O| Aug 22 12:37:27.854 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-22T12:37:28.890Z[ recovery-image] Aug 22 12:37:27.861 INFO O| Aug 22 12:37:27.861 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51822026-08-22T12:37:28.890Z[ recovery-image] Aug 22 12:37:27.862 INFO O| Aug 22 12:37:27.862 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51832026-08-22T12:37:28.893Z[ recovery-image] Aug 22 12:37:27.862 INFO O| Aug 22 12:37:27.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51842026-08-22T12:37:28.893Z[ recovery-image] Aug 22 12:37:27.862 INFO O| Aug 22 12:37:27.862 INFO ok!
51852026-08-22T12:37:28.893Z[ recovery-image] Aug 22 12:37:27.862 INFO O| Aug 22 12:37:27.862 INFO STEP 62 (ensure_file) COMPLETE
51862026-08-22T12:37:28.893Z[ recovery-image] Aug 22 12:37:27.862 INFO O| Aug 22 12:37:27.862 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-08-22T12:37:28.898Z[ recovery-image] Aug 22 12:37:27.870 INFO O| Aug 22 12:37:27.870 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51882026-08-22T12:37:28.898Z[ recovery-image] Aug 22 12:37:27.870 INFO O| Aug 22 12:37:27.870 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51892026-08-22T12:37:28.901Z[ recovery-image] Aug 22 12:37:27.870 INFO O| Aug 22 12:37:27.870 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51902026-08-22T12:37:28.901Z[ recovery-image] Aug 22 12:37:27.870 INFO O| Aug 22 12:37:27.870 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51912026-08-22T12:37:28.901Z[ recovery-image] Aug 22 12:37:27.870 INFO O| Aug 22 12:37:27.870 INFO ok!
51922026-08-22T12:37:28.902Z[ recovery-image] Aug 22 12:37:27.870 INFO O| Aug 22 12:37:27.870 INFO STEP 63 (ensure_file) COMPLETE
51932026-08-22T12:37:28.902Z[ recovery-image] Aug 22 12:37:27.870 INFO O| Aug 22 12:37:27.870 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-22T12:37:28.911Z[ recovery-image] Aug 22 12:37:27.882 INFO O| Aug 22 12:37:27.882 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51952026-08-22T12:37:28.911Z[ recovery-image] Aug 22 12:37:27.882 INFO O| Aug 22 12:37:27.882 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51962026-08-22T12:37:28.911Z[ recovery-image] Aug 22 12:37:27.882 INFO O| Aug 22 12:37:27.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51972026-08-22T12:37:28.914Z[ recovery-image] Aug 22 12:37:27.882 INFO O| Aug 22 12:37:27.882 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51982026-08-22T12:37:28.914Z[ recovery-image] Aug 22 12:37:27.882 INFO O| Aug 22 12:37:27.882 INFO ok!
51992026-08-22T12:37:28.914Z[ recovery-image] Aug 22 12:37:27.882 INFO O| Aug 22 12:37:27.882 INFO STEP 64 (ensure_file) COMPLETE
52002026-08-22T12:37:28.914Z[ recovery-image] Aug 22 12:37:27.882 INFO O| Aug 22 12:37:27.882 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-08-22T12:37:28.921Z[ recovery-image] Aug 22 12:37:27.892 INFO O| Aug 22 12:37:27.892 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52022026-08-22T12:37:28.921Z[ recovery-image] Aug 22 12:37:27.892 INFO O| Aug 22 12:37:27.892 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52032026-08-22T12:37:28.921Z[ recovery-image] Aug 22 12:37:27.892 INFO O| Aug 22 12:37:27.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52042026-08-22T12:37:28.924Z[ recovery-image] Aug 22 12:37:27.892 INFO O| Aug 22 12:37:27.892 INFO ok!
52052026-08-22T12:37:28.924Z[ recovery-image] Aug 22 12:37:27.892 INFO O| Aug 22 12:37:27.892 INFO STEP 65 (assemble_files) COMPLETE
52062026-08-22T12:37:28.924Z[ recovery-image] Aug 22 12:37:27.892 INFO O| Aug 22 12:37:27.892 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-08-22T12:37:28.931Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52082026-08-22T12:37:28.931Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52092026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52102026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52112026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO ok!
52122026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO STEP 66 (ensure_file) COMPLETE
52132026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO skip step because feature "omicron1" is not enabled
52152026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO skip step because feature "omicron1" is not enabled
52172026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO skip step because feature "omicron1" is not enabled
52192026-08-22T12:37:28.934Z[ recovery-image] Aug 22 12:37:27.902 INFO O| Aug 22 12:37:27.902 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-08-22T12:37:28.969Z[ recovery-image] Aug 22 12:37:27.940 INFO O| Aug 22 12:37:27.940 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52212026-08-22T12:37:28.969Z[ recovery-image] Aug 22 12:37:27.940 INFO O| Aug 22 12:37:27.940 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52222026-08-22T12:37:29.069Z[verify-libraries] Compiling kem v0.3.0
52232026-08-22T12:37:29.237Z[verify-libraries] Compiling module-lattice v0.2.3
52242026-08-22T12:37:29.326Z[verify-libraries] Compiling rtoolbox v0.0.3
52252026-08-22T12:37:29.386Z[verify-libraries] Compiling atty v0.2.14
52262026-08-22T12:37:29.524Z[verify-libraries] Compiling topological-sort v0.2.2
52272026-08-22T12:37:29.566Z[verify-libraries] Compiling sponge-cursor v0.1.0
52282026-08-22T12:37:29.587Z[verify-libraries] Compiling ml-kem v0.3.2
52292026-08-22T12:37:29.609Z[verify-libraries] Compiling rpassword v7.5.4
52302026-08-22T12:37:29.729Z[verify-libraries] Compiling sha3 v0.12.0
52312026-08-22T12:37:29.777Z[verify-libraries] Compiling omicron-zone-package v0.12.3
52322026-08-22T12:37:29.954Z[verify-libraries] Compiling serde_with v1.14.0
52332026-08-22T12:37:30.261Z[ recovery-image] Aug 22 12:37:29.232 INFO O| Aug 22 12:37:29.232 INFO STEP 70 (pack_tar) COMPLETE
52342026-08-22T12:37:30.261Z[ recovery-image] Aug 22 12:37:29.232 INFO O| Aug 22 12:37:29.232 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52352026-08-22T12:37:30.265Z[ recovery-image] Aug 22 12:37:29.232 INFO O| Aug 22 12:37:29.232 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52362026-08-22T12:37:30.439Z[verify-libraries] Compiling russh-cryptovec v0.62.0
52372026-08-22T12:37:30.720Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52382026-08-22T12:37:30.740Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52392026-08-22T12:37:30.768Z[ recovery-image] Aug 22 12:37:29.739 INFO O| Aug 22 12:37:29.739 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52402026-08-22T12:37:30.966Z[ recovery-image] Aug 22 12:37:29.937 INFO O| Aug 22 12:37:29.937 INFO completed processing sled/ramdisk-02-trim
52412026-08-22T12:37:30.970Z[ recovery-image] Aug 22 12:37:29.940 INFO image builder template: ramdisk-03-recovery-trim...
52422026-08-22T12:37:30.970Z[ recovery-image] Aug 22 12:37:29.940 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/.tmpL7TO3H/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
52432026-08-22T12:37:30.974Z[ recovery-image] Aug 22 12:37:29.945 INFO O| Aug 22 12:37:29.945 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52442026-08-22T12:37:30.980Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52452026-08-22T12:37:31.053Z[ recovery-image] Aug 22 12:37:30.024 INFO O| Aug 22 12:37:30.024 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52462026-08-22T12:37:31.057Z[ recovery-image] Aug 22 12:37:30.028 INFO O| Aug 22 12:37:30.028 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52472026-08-22T12:37:31.145Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52482026-08-22T12:37:31.163Z[ recovery-image] Aug 22 12:37:30.134 INFO O| Aug 22 12:37:30.130 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52492026-08-22T12:37:31.253Z[ recovery-image] Aug 22 12:37:30.224 INFO O| Aug 22 12:37:30.224 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52502026-08-22T12:37:31.253Z[ recovery-image] Aug 22 12:37:30.224 INFO O| Aug 22 12:37:30.224 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52512026-08-22T12:37:31.260Z[ recovery-image] Aug 22 12:37:30.231 INFO O| Aug 22 12:37:30.231 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52522026-08-22T12:37:31.264Z[ recovery-image] Aug 22 12:37:30.236 INFO O| Aug 22 12:37:30.235 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52532026-08-22T12:37:31.269Z[ recovery-image] Aug 22 12:37:30.240 INFO O| Aug 22 12:37:30.240 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52542026-08-22T12:37:31.311Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52552026-08-22T12:37:31.415Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52562026-08-22T12:37:31.419Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52572026-08-22T12:37:32.079Z[ recovery-image] Aug 22 12:37:31.050 INFO O| Aug 22 12:37:31.050 INFO rolled back to input snapshot; work may begin
52582026-08-22T12:37:32.079Z[ recovery-image] Aug 22 12:37:31.050 INFO O| Aug 22 12:37:31.050 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52592026-08-22T12:37:32.084Z[ recovery-image] Aug 22 12:37:31.055 INFO O| Aug 22 12:37:31.055 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-22T12:37:32.093Z[ recovery-image] Aug 22 12:37:31.065 INFO O| Aug 22 12:37:31.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52612026-08-22T12:37:32.096Z[ recovery-image] Aug 22 12:37:31.068 INFO O| Aug 22 12:37:31.068 INFO STEP 0 (remove_files) COMPLETE
52622026-08-22T12:37:32.096Z[ recovery-image] Aug 22 12:37:31.068 INFO O| Aug 22 12:37:31.068 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-08-22T12:37:32.107Z[ recovery-image] Aug 22 12:37:31.078 INFO O| Aug 22 12:37:31.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52642026-08-22T12:37:32.110Z[ recovery-image] Aug 22 12:37:31.079 INFO O| Aug 22 12:37:31.079 INFO STEP 1 (remove_files) COMPLETE
52652026-08-22T12:37:32.110Z[ recovery-image] Aug 22 12:37:31.079 INFO O| Aug 22 12:37:31.079 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-08-22T12:37:32.117Z[ recovery-image] Aug 22 12:37:31.088 INFO O| Aug 22 12:37:31.088 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52672026-08-22T12:37:32.122Z[ recovery-image] Aug 22 12:37:31.091 INFO O| Aug 22 12:37:31.091 INFO STEP 2 (remove_files) COMPLETE
52682026-08-22T12:37:32.122Z[ recovery-image] Aug 22 12:37:31.091 INFO O| Aug 22 12:37:31.091 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-08-22T12:37:32.130Z[ recovery-image] Aug 22 12:37:31.102 INFO O| Aug 22 12:37:31.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52702026-08-22T12:37:32.182Z[ recovery-image] Aug 22 12:37:31.153 INFO O| Aug 22 12:37:31.153 INFO STEP 3 (remove_files) COMPLETE
52712026-08-22T12:37:32.182Z[ recovery-image] Aug 22 12:37:31.153 INFO O| Aug 22 12:37:31.153 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-08-22T12:37:32.192Z[ recovery-image] Aug 22 12:37:31.164 INFO O| Aug 22 12:37:31.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52732026-08-22T12:37:32.196Z[ recovery-image] Aug 22 12:37:31.165 INFO O| Aug 22 12:37:31.165 INFO STEP 4 (remove_files) COMPLETE
52742026-08-22T12:37:32.196Z[ recovery-image] Aug 22 12:37:31.165 INFO O| Aug 22 12:37:31.165 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-08-22T12:37:32.204Z[ recovery-image] Aug 22 12:37:31.175 INFO O| Aug 22 12:37:31.175 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52762026-08-22T12:37:32.241Z[ recovery-image] Aug 22 12:37:31.212 INFO O| Aug 22 12:37:31.212 INFO STEP 5 (remove_files) COMPLETE
52772026-08-22T12:37:32.241Z[ recovery-image] Aug 22 12:37:31.212 INFO O| Aug 22 12:37:31.212 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-08-22T12:37:32.251Z[ recovery-image] Aug 22 12:37:31.223 INFO O| Aug 22 12:37:31.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52792026-08-22T12:37:32.269Z[ recovery-image] Aug 22 12:37:31.240 INFO O| Aug 22 12:37:31.240 INFO STEP 6 (remove_files) COMPLETE
52802026-08-22T12:37:32.269Z[ recovery-image] Aug 22 12:37:31.240 INFO O| Aug 22 12:37:31.240 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-08-22T12:37:32.279Z[ recovery-image] Aug 22 12:37:31.251 INFO O| Aug 22 12:37:31.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52822026-08-22T12:37:32.282Z[ recovery-image] Aug 22 12:37:31.253 INFO O| Aug 22 12:37:31.253 INFO STEP 7 (remove_files) COMPLETE
52832026-08-22T12:37:32.282Z[ recovery-image] Aug 22 12:37:31.253 INFO O| Aug 22 12:37:31.253 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-08-22T12:37:32.292Z[ recovery-image] Aug 22 12:37:31.263 INFO O| Aug 22 12:37:31.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52852026-08-22T12:37:32.295Z[ recovery-image] Aug 22 12:37:31.265 INFO O| Aug 22 12:37:31.265 INFO STEP 8 (remove_files) COMPLETE
52862026-08-22T12:37:32.295Z[ recovery-image] Aug 22 12:37:31.265 INFO O| Aug 22 12:37:31.265 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-08-22T12:37:32.304Z[ recovery-image] Aug 22 12:37:31.275 INFO O| Aug 22 12:37:31.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52882026-08-22T12:37:32.307Z[ recovery-image] Aug 22 12:37:31.278 INFO O| Aug 22 12:37:31.278 INFO STEP 9 (remove_files) COMPLETE
52892026-08-22T12:37:32.307Z[ recovery-image] Aug 22 12:37:31.278 INFO O| Aug 22 12:37:31.278 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-08-22T12:37:32.317Z[ recovery-image] Aug 22 12:37:31.288 INFO O| Aug 22 12:37:31.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52912026-08-22T12:37:32.320Z[ recovery-image] Aug 22 12:37:31.289 INFO O| Aug 22 12:37:31.289 INFO STEP 10 (remove_files) COMPLETE
52922026-08-22T12:37:32.320Z[ recovery-image] Aug 22 12:37:31.289 INFO O| Aug 22 12:37:31.289 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-08-22T12:37:32.329Z[ recovery-image] Aug 22 12:37:31.300 INFO O| Aug 22 12:37:31.300 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52942026-08-22T12:37:32.332Z[ recovery-image] Aug 22 12:37:31.301 INFO O| Aug 22 12:37:31.301 INFO STEP 11 (remove_files) COMPLETE
52952026-08-22T12:37:32.332Z[ recovery-image] Aug 22 12:37:31.301 INFO O| Aug 22 12:37:31.301 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-22T12:37:32.340Z[ recovery-image] Aug 22 12:37:31.311 INFO O| Aug 22 12:37:31.311 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52972026-08-22T12:37:32.440Z[ recovery-image] Aug 22 12:37:31.411 INFO O| Aug 22 12:37:31.411 INFO STEP 12 (remove_files) COMPLETE
52982026-08-22T12:37:32.440Z[ recovery-image] Aug 22 12:37:31.411 INFO O| Aug 22 12:37:31.411 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-08-22T12:37:32.444Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53002026-08-22T12:37:32.454Z[ recovery-image] Aug 22 12:37:31.424 INFO O| Aug 22 12:37:31.424 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53012026-08-22T12:37:32.497Z[ recovery-image] Aug 22 12:37:31.469 INFO O| Aug 22 12:37:31.469 INFO STEP 13 (remove_files) COMPLETE
53022026-08-22T12:37:32.497Z[ recovery-image] Aug 22 12:37:31.469 INFO O| Aug 22 12:37:31.469 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-22T12:37:32.510Z[ recovery-image] Aug 22 12:37:31.481 INFO O| Aug 22 12:37:31.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53042026-08-22T12:37:32.523Z[ recovery-image] Aug 22 12:37:31.495 INFO O| Aug 22 12:37:31.495 INFO STEP 14 (remove_files) COMPLETE
53052026-08-22T12:37:32.523Z[ recovery-image] Aug 22 12:37:31.495 INFO O| Aug 22 12:37:31.495 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-22T12:37:32.537Z[ recovery-image] Aug 22 12:37:31.509 INFO O| Aug 22 12:37:31.509 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53072026-08-22T12:37:32.616Z[ recovery-image] Aug 22 12:37:31.588 INFO O| Aug 22 12:37:31.588 INFO STEP 15 (remove_files) COMPLETE
53082026-08-22T12:37:32.616Z[ recovery-image] Aug 22 12:37:31.588 INFO O| Aug 22 12:37:31.588 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-22T12:37:32.627Z[ recovery-image] Aug 22 12:37:31.599 INFO O| Aug 22 12:37:31.599 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53102026-08-22T12:37:32.638Z[ recovery-image] Aug 22 12:37:31.609 INFO O| Aug 22 12:37:31.609 INFO STEP 16 (remove_files) COMPLETE
53112026-08-22T12:37:32.638Z[ recovery-image] Aug 22 12:37:31.609 INFO O| Aug 22 12:37:31.609 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-22T12:37:32.665Z[ recovery-image] Aug 22 12:37:31.636 INFO O| Aug 22 12:37:31.636 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53132026-08-22T12:37:32.743Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
53142026-08-22T12:37:32.891Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53152026-08-22T12:37:32.983Z[ recovery-image] Aug 22 12:37:31.955 INFO O| Aug 22 12:37:31.954 INFO STEP 17 (remove_files) COMPLETE
53162026-08-22T12:37:32.983Z[ recovery-image] Aug 22 12:37:31.955 INFO O| Aug 22 12:37:31.954 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-22T12:37:32.995Z[ recovery-image] Aug 22 12:37:31.966 INFO O| Aug 22 12:37:31.966 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53182026-08-22T12:37:32.995Z[ recovery-image] Aug 22 12:37:31.966 INFO O| Aug 22 12:37:31.966 INFO STEP 18 (remove_files) COMPLETE
53192026-08-22T12:37:32.995Z[ recovery-image] Aug 22 12:37:31.966 INFO O| Aug 22 12:37:31.966 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-22T12:37:33.005Z[ recovery-image] Aug 22 12:37:31.976 INFO O| Aug 22 12:37:31.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53212026-08-22T12:37:33.005Z[ recovery-image] Aug 22 12:37:31.976 INFO O| Aug 22 12:37:31.976 INFO STEP 19 (remove_files) COMPLETE
53222026-08-22T12:37:33.005Z[ recovery-image] Aug 22 12:37:31.976 INFO O| Aug 22 12:37:31.976 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-22T12:37:33.016Z[ recovery-image] Aug 22 12:37:31.987 INFO O| Aug 22 12:37:31.987 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53242026-08-22T12:37:33.112Z[ recovery-image] Aug 22 12:37:32.084 INFO O| Aug 22 12:37:32.083 INFO STEP 20 (remove_files) COMPLETE
53252026-08-22T12:37:33.112Z[ recovery-image] Aug 22 12:37:32.084 INFO O| Aug 22 12:37:32.084 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-22T12:37:33.130Z[ recovery-image] Aug 22 12:37:32.102 INFO O| Aug 22 12:37:32.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53272026-08-22T12:37:33.134Z[ recovery-image] Aug 22 12:37:32.103 INFO O| Aug 22 12:37:32.103 INFO STEP 21 (remove_files) COMPLETE
53282026-08-22T12:37:33.134Z[ recovery-image] Aug 22 12:37:32.103 INFO O| Aug 22 12:37:32.103 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-22T12:37:33.143Z[ recovery-image] Aug 22 12:37:32.114 INFO O| Aug 22 12:37:32.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53302026-08-22T12:37:33.143Z[ recovery-image] Aug 22 12:37:32.115 INFO O| Aug 22 12:37:32.115 INFO STEP 22 (remove_files) COMPLETE
53312026-08-22T12:37:33.143Z[ recovery-image] Aug 22 12:37:32.115 INFO O| Aug 22 12:37:32.115 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-22T12:37:33.152Z[ recovery-image] Aug 22 12:37:32.123 INFO O| Aug 22 12:37:32.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53332026-08-22T12:37:33.155Z[ recovery-image] Aug 22 12:37:32.124 INFO O| Aug 22 12:37:32.124 INFO STEP 23 (remove_files) COMPLETE
53342026-08-22T12:37:33.155Z[ recovery-image] Aug 22 12:37:32.124 INFO O| Aug 22 12:37:32.124 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-22T12:37:33.162Z[ recovery-image] Aug 22 12:37:32.134 INFO O| Aug 22 12:37:32.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53362026-08-22T12:37:33.165Z[ recovery-image] Aug 22 12:37:32.134 INFO O| Aug 22 12:37:32.134 INFO STEP 24 (remove_files) COMPLETE
53372026-08-22T12:37:33.165Z[ recovery-image] Aug 22 12:37:32.134 INFO O| Aug 22 12:37:32.134 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-22T12:37:33.173Z[ recovery-image] Aug 22 12:37:32.143 INFO O| Aug 22 12:37:32.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53392026-08-22T12:37:33.175Z[ recovery-image] Aug 22 12:37:32.144 INFO O| Aug 22 12:37:32.144 INFO STEP 25 (remove_files) COMPLETE
53402026-08-22T12:37:33.176Z[ recovery-image] Aug 22 12:37:32.144 INFO O| Aug 22 12:37:32.144 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-22T12:37:33.182Z[ recovery-image] Aug 22 12:37:32.154 INFO O| Aug 22 12:37:32.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53422026-08-22T12:37:33.185Z[ recovery-image] Aug 22 12:37:32.155 INFO O| Aug 22 12:37:32.155 INFO STEP 26 (remove_files) COMPLETE
53432026-08-22T12:37:33.185Z[ recovery-image] Aug 22 12:37:32.155 INFO O| Aug 22 12:37:32.155 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-22T12:37:33.193Z[ recovery-image] Aug 22 12:37:32.164 INFO O| Aug 22 12:37:32.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53452026-08-22T12:37:33.196Z[ recovery-image] Aug 22 12:37:32.165 INFO O| Aug 22 12:37:32.165 INFO STEP 27 (remove_files) COMPLETE
53462026-08-22T12:37:33.196Z[ recovery-image] Aug 22 12:37:32.165 INFO O| Aug 22 12:37:32.165 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-22T12:37:33.203Z[ recovery-image] Aug 22 12:37:32.175 INFO O| Aug 22 12:37:32.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53482026-08-22T12:37:33.206Z[ recovery-image] Aug 22 12:37:32.175 INFO O| Aug 22 12:37:32.175 INFO STEP 28 (remove_files) COMPLETE
53492026-08-22T12:37:33.206Z[ recovery-image] Aug 22 12:37:32.175 INFO O| Aug 22 12:37:32.175 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-22T12:37:33.214Z[ recovery-image] Aug 22 12:37:32.185 INFO O| Aug 22 12:37:32.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53512026-08-22T12:37:33.214Z[ recovery-image] Aug 22 12:37:32.185 INFO O| Aug 22 12:37:32.185 INFO STEP 29 (remove_files) COMPLETE
53522026-08-22T12:37:33.217Z[ recovery-image] Aug 22 12:37:32.185 INFO O| Aug 22 12:37:32.185 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-22T12:37:33.222Z[ recovery-image] Aug 22 12:37:32.194 INFO O| Aug 22 12:37:32.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53542026-08-22T12:37:33.222Z[ recovery-image] Aug 22 12:37:32.194 INFO O| Aug 22 12:37:32.194 INFO STEP 30 (remove_files) COMPLETE
53552026-08-22T12:37:33.225Z[ recovery-image] Aug 22 12:37:32.194 INFO O| Aug 22 12:37:32.194 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-22T12:37:33.231Z[ recovery-image] Aug 22 12:37:32.202 INFO O| Aug 22 12:37:32.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53572026-08-22T12:37:33.231Z[ recovery-image] Aug 22 12:37:32.202 INFO O| Aug 22 12:37:32.202 INFO STEP 31 (remove_files) COMPLETE
53582026-08-22T12:37:33.231Z[ recovery-image] Aug 22 12:37:32.202 INFO O| Aug 22 12:37:32.202 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-22T12:37:33.240Z[ recovery-image] Aug 22 12:37:32.211 INFO O| Aug 22 12:37:32.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53602026-08-22T12:37:33.240Z[ recovery-image] Aug 22 12:37:32.211 INFO O| Aug 22 12:37:32.211 INFO STEP 32 (remove_files) COMPLETE
53612026-08-22T12:37:33.240Z[ recovery-image] Aug 22 12:37:32.211 INFO O| Aug 22 12:37:32.211 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-22T12:37:33.249Z[ recovery-image] Aug 22 12:37:32.220 INFO O| Aug 22 12:37:32.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53632026-08-22T12:37:33.249Z[ recovery-image] Aug 22 12:37:32.220 INFO O| Aug 22 12:37:32.220 INFO STEP 33 (remove_files) COMPLETE
53642026-08-22T12:37:33.253Z[ recovery-image] Aug 22 12:37:32.220 INFO O| Aug 22 12:37:32.220 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-22T12:37:33.259Z[ recovery-image] Aug 22 12:37:32.229 INFO O| Aug 22 12:37:32.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53662026-08-22T12:37:33.264Z[ recovery-image] Aug 22 12:37:32.230 INFO O| Aug 22 12:37:32.230 INFO STEP 34 (remove_files) COMPLETE
53672026-08-22T12:37:33.264Z[ recovery-image] Aug 22 12:37:32.230 INFO O| Aug 22 12:37:32.230 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-22T12:37:33.270Z[ recovery-image] Aug 22 12:37:32.242 INFO O| Aug 22 12:37:32.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53692026-08-22T12:37:33.270Z[ recovery-image] Aug 22 12:37:32.242 INFO O| Aug 22 12:37:32.242 INFO STEP 35 (remove_files) COMPLETE
53702026-08-22T12:37:33.273Z[ recovery-image] Aug 22 12:37:32.242 INFO O| Aug 22 12:37:32.242 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-22T12:37:33.281Z[ recovery-image] Aug 22 12:37:32.252 INFO O| Aug 22 12:37:32.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53722026-08-22T12:37:33.281Z[ recovery-image] Aug 22 12:37:32.252 INFO O| Aug 22 12:37:32.252 INFO STEP 36 (remove_files) COMPLETE
53732026-08-22T12:37:33.281Z[ recovery-image] Aug 22 12:37:32.252 INFO O| Aug 22 12:37:32.252 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-22T12:37:33.291Z[ recovery-image] Aug 22 12:37:32.263 INFO O| Aug 22 12:37:32.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53752026-08-22T12:37:33.291Z[ recovery-image] Aug 22 12:37:32.263 INFO O| Aug 22 12:37:32.263 INFO STEP 37 (remove_files) COMPLETE
53762026-08-22T12:37:33.291Z[ recovery-image] Aug 22 12:37:32.263 INFO O| Aug 22 12:37:32.263 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-22T12:37:33.301Z[ recovery-image] Aug 22 12:37:32.272 INFO O| Aug 22 12:37:32.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53782026-08-22T12:37:33.301Z[ recovery-image] Aug 22 12:37:32.272 INFO O| Aug 22 12:37:32.272 INFO STEP 38 (remove_files) COMPLETE
53792026-08-22T12:37:33.301Z[ recovery-image] Aug 22 12:37:32.272 INFO O| Aug 22 12:37:32.272 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-22T12:37:33.310Z[ recovery-image] Aug 22 12:37:32.281 INFO O| Aug 22 12:37:32.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53812026-08-22T12:37:33.310Z[ recovery-image] Aug 22 12:37:32.282 INFO O| Aug 22 12:37:32.282 INFO STEP 39 (remove_files) COMPLETE
53822026-08-22T12:37:33.310Z[ recovery-image] Aug 22 12:37:32.282 INFO O| Aug 22 12:37:32.282 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-22T12:37:33.320Z[ recovery-image] Aug 22 12:37:32.291 INFO O| Aug 22 12:37:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53842026-08-22T12:37:33.320Z[ recovery-image] Aug 22 12:37:32.291 INFO O| Aug 22 12:37:32.291 INFO STEP 40 (remove_files) COMPLETE
53852026-08-22T12:37:33.320Z[ recovery-image] Aug 22 12:37:32.291 INFO O| Aug 22 12:37:32.291 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-22T12:37:33.330Z[ recovery-image] Aug 22 12:37:32.301 INFO O| Aug 22 12:37:32.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53872026-08-22T12:37:33.330Z[ recovery-image] Aug 22 12:37:32.301 INFO O| Aug 22 12:37:32.301 INFO STEP 41 (remove_files) COMPLETE
53882026-08-22T12:37:33.333Z[ recovery-image] Aug 22 12:37:32.301 INFO O| Aug 22 12:37:32.301 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-22T12:37:33.339Z[ recovery-image] Aug 22 12:37:32.311 INFO O| Aug 22 12:37:32.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53902026-08-22T12:37:33.339Z[ recovery-image] Aug 22 12:37:32.311 INFO O| Aug 22 12:37:32.311 INFO STEP 42 (remove_files) COMPLETE
53912026-08-22T12:37:33.339Z[ recovery-image] Aug 22 12:37:32.311 INFO O| Aug 22 12:37:32.311 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-22T12:37:33.347Z[ recovery-image] Aug 22 12:37:32.319 INFO O| Aug 22 12:37:32.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53932026-08-22T12:37:33.350Z[ recovery-image] Aug 22 12:37:32.320 INFO O| Aug 22 12:37:32.320 INFO STEP 43 (remove_files) COMPLETE
53942026-08-22T12:37:33.350Z[ recovery-image] Aug 22 12:37:32.320 INFO O| Aug 22 12:37:32.320 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-22T12:37:33.364Z[ recovery-image] Aug 22 12:37:32.330 INFO O| Aug 22 12:37:32.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53962026-08-22T12:37:33.365Z[ recovery-image] Aug 22 12:37:32.331 INFO O| Aug 22 12:37:32.331 INFO STEP 44 (remove_files) COMPLETE
53972026-08-22T12:37:33.365Z[ recovery-image] Aug 22 12:37:32.331 INFO O| Aug 22 12:37:32.331 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-22T12:37:33.371Z[ recovery-image] Aug 22 12:37:32.342 INFO O| Aug 22 12:37:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53992026-08-22T12:37:33.371Z[ recovery-image] Aug 22 12:37:32.342 INFO O| Aug 22 12:37:32.342 INFO STEP 45 (remove_files) COMPLETE
54002026-08-22T12:37:33.371Z[ recovery-image] Aug 22 12:37:32.342 INFO O| Aug 22 12:37:32.342 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-22T12:37:33.380Z[ recovery-image] Aug 22 12:37:32.352 INFO O| Aug 22 12:37:32.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54022026-08-22T12:37:33.380Z[ recovery-image] Aug 22 12:37:32.352 INFO O| Aug 22 12:37:32.352 INFO STEP 46 (remove_files) COMPLETE
54032026-08-22T12:37:33.384Z[ recovery-image] Aug 22 12:37:32.352 INFO O| Aug 22 12:37:32.352 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-22T12:37:33.389Z[ recovery-image] Aug 22 12:37:32.360 INFO O| Aug 22 12:37:32.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54052026-08-22T12:37:33.391Z[ recovery-image] Aug 22 12:37:32.361 INFO O| Aug 22 12:37:32.361 INFO STEP 47 (remove_files) COMPLETE
54062026-08-22T12:37:33.392Z[ recovery-image] Aug 22 12:37:32.361 INFO O| Aug 22 12:37:32.361 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-22T12:37:33.414Z[ recovery-image] Aug 22 12:37:32.385 INFO O| Aug 22 12:37:32.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54082026-08-22T12:37:33.414Z[ recovery-image] Aug 22 12:37:32.385 INFO O| Aug 22 12:37:32.385 INFO STEP 48 (remove_files) COMPLETE
54092026-08-22T12:37:33.414Z[ recovery-image] Aug 22 12:37:32.385 INFO O| Aug 22 12:37:32.385 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-22T12:37:33.423Z[ recovery-image] Aug 22 12:37:32.394 INFO O| Aug 22 12:37:32.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54112026-08-22T12:37:33.423Z[ recovery-image] Aug 22 12:37:32.394 INFO O| Aug 22 12:37:32.394 INFO STEP 49 (remove_files) COMPLETE
54122026-08-22T12:37:33.426Z[ recovery-image] Aug 22 12:37:32.394 INFO O| Aug 22 12:37:32.394 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-22T12:37:33.432Z[ recovery-image] Aug 22 12:37:32.404 INFO O| Aug 22 12:37:32.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54142026-08-22T12:37:33.432Z[ recovery-image] Aug 22 12:37:32.404 INFO O| Aug 22 12:37:32.404 INFO STEP 50 (remove_files) COMPLETE
54152026-08-22T12:37:33.432Z[ recovery-image] Aug 22 12:37:32.404 INFO O| Aug 22 12:37:32.404 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-22T12:37:33.442Z[ recovery-image] Aug 22 12:37:32.413 INFO O| Aug 22 12:37:32.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54172026-08-22T12:37:33.442Z[ recovery-image] Aug 22 12:37:32.413 INFO O| Aug 22 12:37:32.413 INFO STEP 51 (remove_files) COMPLETE
54182026-08-22T12:37:33.442Z[ recovery-image] Aug 22 12:37:32.413 INFO O| Aug 22 12:37:32.413 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-22T12:37:33.451Z[ recovery-image] Aug 22 12:37:32.423 INFO O| Aug 22 12:37:32.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54202026-08-22T12:37:33.451Z[ recovery-image] Aug 22 12:37:32.423 INFO O| Aug 22 12:37:32.423 INFO STEP 52 (remove_files) COMPLETE
54212026-08-22T12:37:33.451Z[ recovery-image] Aug 22 12:37:32.423 INFO O| Aug 22 12:37:32.423 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-22T12:37:33.462Z[ recovery-image] Aug 22 12:37:32.433 INFO O| Aug 22 12:37:32.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54232026-08-22T12:37:33.462Z[ recovery-image] Aug 22 12:37:32.433 INFO O| Aug 22 12:37:32.433 INFO STEP 53 (remove_files) COMPLETE
54242026-08-22T12:37:33.462Z[ recovery-image] Aug 22 12:37:32.433 INFO O| Aug 22 12:37:32.433 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-22T12:37:33.472Z[ recovery-image] Aug 22 12:37:32.443 INFO O| Aug 22 12:37:32.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54262026-08-22T12:37:33.472Z[ recovery-image] Aug 22 12:37:32.443 INFO O| Aug 22 12:37:32.443 INFO STEP 54 (remove_files) COMPLETE
54272026-08-22T12:37:33.472Z[ recovery-image] Aug 22 12:37:32.443 INFO O| Aug 22 12:37:32.443 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-22T12:37:33.481Z[ recovery-image] Aug 22 12:37:32.452 INFO O| Aug 22 12:37:32.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54292026-08-22T12:37:33.488Z[ recovery-image] Aug 22 12:37:32.453 INFO O| Aug 22 12:37:32.453 INFO STEP 55 (remove_files) COMPLETE
54302026-08-22T12:37:33.488Z[ recovery-image] Aug 22 12:37:32.453 INFO O| Aug 22 12:37:32.453 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-22T12:37:33.492Z[ recovery-image] Aug 22 12:37:32.463 INFO O| Aug 22 12:37:32.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54322026-08-22T12:37:33.492Z[ recovery-image] Aug 22 12:37:32.463 INFO O| Aug 22 12:37:32.463 INFO STEP 56 (remove_files) COMPLETE
54332026-08-22T12:37:33.492Z[ recovery-image] Aug 22 12:37:32.463 INFO O| Aug 22 12:37:32.463 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-22T12:37:33.502Z[ recovery-image] Aug 22 12:37:32.474 INFO O| Aug 22 12:37:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54352026-08-22T12:37:33.502Z[ recovery-image] Aug 22 12:37:32.474 INFO O| Aug 22 12:37:32.474 INFO STEP 57 (remove_files) COMPLETE
54362026-08-22T12:37:33.502Z[ recovery-image] Aug 22 12:37:32.474 INFO O| Aug 22 12:37:32.474 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-22T12:37:33.513Z[ recovery-image] Aug 22 12:37:32.485 INFO O| Aug 22 12:37:32.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54382026-08-22T12:37:33.513Z[ recovery-image] Aug 22 12:37:32.485 INFO O| Aug 22 12:37:32.485 INFO STEP 58 (remove_files) COMPLETE
54392026-08-22T12:37:33.516Z[ recovery-image] Aug 22 12:37:32.485 INFO O| Aug 22 12:37:32.485 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-22T12:37:33.526Z[ recovery-image] Aug 22 12:37:32.497 INFO O| Aug 22 12:37:32.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54412026-08-22T12:37:33.529Z[ recovery-image] Aug 22 12:37:32.498 INFO O| Aug 22 12:37:32.498 INFO STEP 59 (remove_files) COMPLETE
54422026-08-22T12:37:33.529Z[ recovery-image] Aug 22 12:37:32.498 INFO O| Aug 22 12:37:32.498 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-22T12:37:33.537Z[ recovery-image] Aug 22 12:37:32.509 INFO O| Aug 22 12:37:32.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54442026-08-22T12:37:33.537Z[ recovery-image] Aug 22 12:37:32.509 INFO O| Aug 22 12:37:32.509 INFO STEP 60 (remove_files) COMPLETE
54452026-08-22T12:37:33.537Z[ recovery-image] Aug 22 12:37:32.509 INFO O| Aug 22 12:37:32.509 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-22T12:37:33.590Z[ recovery-image] Aug 22 12:37:32.518 INFO O| Aug 22 12:37:32.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54472026-08-22T12:37:33.590Z[ recovery-image] Aug 22 12:37:32.518 INFO O| Aug 22 12:37:32.518 INFO STEP 61 (remove_files) COMPLETE
54482026-08-22T12:37:33.590Z[ recovery-image] Aug 22 12:37:32.518 INFO O| Aug 22 12:37:32.518 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.529 INFO O| Aug 22 12:37:32.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54502026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.529 INFO O| Aug 22 12:37:32.529 INFO STEP 62 (remove_files) COMPLETE
54512026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.529 INFO O| Aug 22 12:37:32.529 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.539 INFO O| Aug 22 12:37:32.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54532026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.539 INFO O| Aug 22 12:37:32.539 INFO STEP 63 (remove_files) COMPLETE
54542026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.539 INFO O| Aug 22 12:37:32.539 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.549 INFO O| Aug 22 12:37:32.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54562026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.549 INFO O| Aug 22 12:37:32.549 INFO STEP 64 (remove_files) COMPLETE
54572026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.549 INFO O| Aug 22 12:37:32.549 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-22T12:37:33.594Z[ recovery-image] Aug 22 12:37:32.559 INFO O| Aug 22 12:37:32.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54592026-08-22T12:37:33.595Z[ recovery-image] Aug 22 12:37:32.559 INFO O| Aug 22 12:37:32.559 INFO STEP 65 (remove_files) COMPLETE
54602026-08-22T12:37:33.595Z[ recovery-image] Aug 22 12:37:32.559 INFO O| Aug 22 12:37:32.559 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-22T12:37:33.598Z[ recovery-image] Aug 22 12:37:32.568 INFO O| Aug 22 12:37:32.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54622026-08-22T12:37:33.598Z[ recovery-image] Aug 22 12:37:32.568 INFO O| Aug 22 12:37:32.568 INFO STEP 66 (remove_files) COMPLETE
54632026-08-22T12:37:33.598Z[ recovery-image] Aug 22 12:37:32.568 INFO O| Aug 22 12:37:32.568 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-22T12:37:33.608Z[ recovery-image] Aug 22 12:37:32.578 INFO O| Aug 22 12:37:32.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54652026-08-22T12:37:33.608Z[ recovery-image] Aug 22 12:37:32.578 INFO O| Aug 22 12:37:32.578 INFO STEP 67 (remove_files) COMPLETE
54662026-08-22T12:37:33.608Z[ recovery-image] Aug 22 12:37:32.578 INFO O| Aug 22 12:37:32.578 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-22T12:37:33.615Z[ recovery-image] Aug 22 12:37:32.586 INFO O| Aug 22 12:37:32.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54682026-08-22T12:37:33.615Z[ recovery-image] Aug 22 12:37:32.586 INFO O| Aug 22 12:37:32.586 INFO STEP 68 (remove_files) COMPLETE
54692026-08-22T12:37:33.617Z[ recovery-image] Aug 22 12:37:32.586 INFO O| Aug 22 12:37:32.586 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-22T12:37:33.623Z[ recovery-image] Aug 22 12:37:32.595 INFO O| Aug 22 12:37:32.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54712026-08-22T12:37:33.626Z[ recovery-image] Aug 22 12:37:32.596 INFO O| Aug 22 12:37:32.596 INFO STEP 69 (remove_files) COMPLETE
54722026-08-22T12:37:33.626Z[ recovery-image] Aug 22 12:37:32.596 INFO O| Aug 22 12:37:32.596 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-22T12:37:33.633Z[ recovery-image] Aug 22 12:37:32.605 INFO O| Aug 22 12:37:32.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54742026-08-22T12:37:33.634Z[ recovery-image] Aug 22 12:37:32.605 INFO O| Aug 22 12:37:32.605 INFO STEP 70 (remove_files) COMPLETE
54752026-08-22T12:37:33.637Z[ recovery-image] Aug 22 12:37:32.605 INFO O| Aug 22 12:37:32.605 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-22T12:37:33.643Z[ recovery-image] Aug 22 12:37:32.614 INFO O| Aug 22 12:37:32.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54772026-08-22T12:37:33.643Z[ recovery-image] Aug 22 12:37:32.614 INFO O| Aug 22 12:37:32.614 INFO STEP 71 (remove_files) COMPLETE
54782026-08-22T12:37:33.645Z[ recovery-image] Aug 22 12:37:32.614 INFO O| Aug 22 12:37:32.614 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-22T12:37:33.652Z[ recovery-image] Aug 22 12:37:32.623 INFO O| Aug 22 12:37:32.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54802026-08-22T12:37:33.652Z[ recovery-image] Aug 22 12:37:32.624 INFO O| Aug 22 12:37:32.623 INFO STEP 72 (remove_files) COMPLETE
54812026-08-22T12:37:33.655Z[ recovery-image] Aug 22 12:37:32.624 INFO O| Aug 22 12:37:32.623 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-22T12:37:33.663Z[ recovery-image] Aug 22 12:37:32.635 INFO O| Aug 22 12:37:32.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54832026-08-22T12:37:33.663Z[ recovery-image] Aug 22 12:37:32.635 INFO O| Aug 22 12:37:32.635 INFO STEP 73 (remove_files) COMPLETE
54842026-08-22T12:37:33.663Z[ recovery-image] Aug 22 12:37:32.635 INFO O| Aug 22 12:37:32.635 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-22T12:37:33.673Z[ recovery-image] Aug 22 12:37:32.644 INFO O| Aug 22 12:37:32.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54862026-08-22T12:37:33.673Z[ recovery-image] Aug 22 12:37:32.644 INFO O| Aug 22 12:37:32.644 INFO STEP 74 (remove_files) COMPLETE
54872026-08-22T12:37:33.673Z[ recovery-image] Aug 22 12:37:32.644 INFO O| Aug 22 12:37:32.644 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-22T12:37:33.681Z[ recovery-image] Aug 22 12:37:32.653 INFO O| Aug 22 12:37:32.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54892026-08-22T12:37:33.682Z[ recovery-image] Aug 22 12:37:32.653 INFO O| Aug 22 12:37:32.653 INFO STEP 75 (remove_files) COMPLETE
54902026-08-22T12:37:33.682Z[ recovery-image] Aug 22 12:37:32.653 INFO O| Aug 22 12:37:32.653 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-22T12:37:33.691Z[ recovery-image] Aug 22 12:37:32.662 INFO O| Aug 22 12:37:32.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54922026-08-22T12:37:33.691Z[ recovery-image] Aug 22 12:37:32.662 INFO O| Aug 22 12:37:32.662 INFO STEP 76 (remove_files) COMPLETE
54932026-08-22T12:37:33.691Z[ recovery-image] Aug 22 12:37:32.662 INFO O| Aug 22 12:37:32.662 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-22T12:37:33.700Z[ recovery-image] Aug 22 12:37:32.672 INFO O| Aug 22 12:37:32.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54952026-08-22T12:37:33.700Z[ recovery-image] Aug 22 12:37:32.672 INFO O| Aug 22 12:37:32.672 INFO STEP 77 (remove_files) COMPLETE
54962026-08-22T12:37:33.700Z[ recovery-image] Aug 22 12:37:32.672 INFO O| Aug 22 12:37:32.672 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-22T12:37:33.711Z[ recovery-image] Aug 22 12:37:32.682 INFO O| Aug 22 12:37:32.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54982026-08-22T12:37:33.711Z[ recovery-image] Aug 22 12:37:32.682 INFO O| Aug 22 12:37:32.682 INFO STEP 78 (remove_files) COMPLETE
54992026-08-22T12:37:33.711Z[ recovery-image] Aug 22 12:37:32.682 INFO O| Aug 22 12:37:32.682 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-22T12:37:33.720Z[ recovery-image] Aug 22 12:37:32.692 INFO O| Aug 22 12:37:32.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55012026-08-22T12:37:33.720Z[ recovery-image] Aug 22 12:37:32.692 INFO O| Aug 22 12:37:32.692 INFO STEP 79 (remove_files) COMPLETE
55022026-08-22T12:37:33.723Z[ recovery-image] Aug 22 12:37:32.692 INFO O| Aug 22 12:37:32.692 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-22T12:37:33.730Z[ recovery-image] Aug 22 12:37:32.702 INFO O| Aug 22 12:37:32.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55042026-08-22T12:37:33.730Z[ recovery-image] Aug 22 12:37:32.702 INFO O| Aug 22 12:37:32.702 INFO STEP 80 (remove_files) COMPLETE
55052026-08-22T12:37:33.733Z[ recovery-image] Aug 22 12:37:32.702 INFO O| Aug 22 12:37:32.702 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-22T12:37:33.741Z[ recovery-image] Aug 22 12:37:32.712 INFO O| Aug 22 12:37:32.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55072026-08-22T12:37:33.741Z[ recovery-image] Aug 22 12:37:32.712 INFO O| Aug 22 12:37:32.712 INFO STEP 81 (remove_files) COMPLETE
55082026-08-22T12:37:33.744Z[ recovery-image] Aug 22 12:37:32.712 INFO O| Aug 22 12:37:32.712 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-22T12:37:33.752Z[ recovery-image] Aug 22 12:37:32.723 INFO O| Aug 22 12:37:32.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55102026-08-22T12:37:33.752Z[ recovery-image] Aug 22 12:37:32.723 INFO O| Aug 22 12:37:32.723 INFO STEP 82 (remove_files) COMPLETE
55112026-08-22T12:37:33.752Z[ recovery-image] Aug 22 12:37:32.723 INFO O| Aug 22 12:37:32.723 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-22T12:37:33.762Z[ recovery-image] Aug 22 12:37:32.733 INFO O| Aug 22 12:37:32.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55132026-08-22T12:37:33.762Z[ recovery-image] Aug 22 12:37:32.733 INFO O| Aug 22 12:37:32.733 INFO STEP 83 (remove_files) COMPLETE
55142026-08-22T12:37:33.765Z[ recovery-image] Aug 22 12:37:32.733 INFO O| Aug 22 12:37:32.733 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-22T12:37:33.772Z[ recovery-image] Aug 22 12:37:32.743 INFO O| Aug 22 12:37:32.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55162026-08-22T12:37:33.775Z[ recovery-image] Aug 22 12:37:32.744 INFO O| Aug 22 12:37:32.744 INFO STEP 84 (remove_files) COMPLETE
55172026-08-22T12:37:33.775Z[ recovery-image] Aug 22 12:37:32.744 INFO O| Aug 22 12:37:32.744 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-22T12:37:33.782Z[ recovery-image] Aug 22 12:37:32.754 INFO O| Aug 22 12:37:32.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55192026-08-22T12:37:33.783Z[ recovery-image] Aug 22 12:37:32.754 INFO O| Aug 22 12:37:32.754 INFO STEP 85 (remove_files) COMPLETE
55202026-08-22T12:37:33.783Z[ recovery-image] Aug 22 12:37:32.754 INFO O| Aug 22 12:37:32.754 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-22T12:37:33.793Z[ recovery-image] Aug 22 12:37:32.765 INFO O| Aug 22 12:37:32.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55222026-08-22T12:37:33.796Z[ recovery-image] Aug 22 12:37:32.767 INFO O| Aug 22 12:37:32.767 INFO STEP 86 (remove_files) COMPLETE
55232026-08-22T12:37:33.796Z[ recovery-image] Aug 22 12:37:32.767 INFO O| Aug 22 12:37:32.767 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-22T12:37:33.805Z[ recovery-image] Aug 22 12:37:32.777 INFO O| Aug 22 12:37:32.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55252026-08-22T12:37:33.805Z[ recovery-image] Aug 22 12:37:32.777 INFO O| Aug 22 12:37:32.777 INFO STEP 87 (remove_files) COMPLETE
55262026-08-22T12:37:33.805Z[ recovery-image] Aug 22 12:37:32.777 INFO O| Aug 22 12:37:32.777 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-22T12:37:33.815Z[ recovery-image] Aug 22 12:37:32.786 INFO O| Aug 22 12:37:32.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55282026-08-22T12:37:33.829Z[ recovery-image] Aug 22 12:37:32.800 INFO O| Aug 22 12:37:32.800 INFO STEP 88 (remove_files) COMPLETE
55292026-08-22T12:37:33.829Z[ recovery-image] Aug 22 12:37:32.800 INFO O| Aug 22 12:37:32.800 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-22T12:37:33.832Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55312026-08-22T12:37:33.839Z[ recovery-image] Aug 22 12:37:32.810 INFO O| Aug 22 12:37:32.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55322026-08-22T12:37:33.847Z[ recovery-image] Aug 22 12:37:32.819 INFO O| Aug 22 12:37:32.819 INFO STEP 89 (remove_files) COMPLETE
55332026-08-22T12:37:33.847Z[ recovery-image] Aug 22 12:37:32.819 INFO O| Aug 22 12:37:32.819 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-22T12:37:33.856Z[ recovery-image] Aug 22 12:37:32.828 INFO O| Aug 22 12:37:32.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55352026-08-22T12:37:33.856Z[ recovery-image] Aug 22 12:37:32.828 INFO O| Aug 22 12:37:32.828 INFO STEP 90 (remove_files) COMPLETE
55362026-08-22T12:37:33.856Z[ recovery-image] Aug 22 12:37:32.828 INFO O| Aug 22 12:37:32.828 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-22T12:37:33.860Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
55382026-08-22T12:37:33.897Z[ recovery-image] Aug 22 12:37:32.868 INFO O| Aug 22 12:37:32.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55392026-08-22T12:37:33.897Z[ recovery-image] Aug 22 12:37:32.868 INFO O| Aug 22 12:37:32.865 INFO STEP 91 (remove_files) COMPLETE
55402026-08-22T12:37:33.900Z[ recovery-image] Aug 22 12:37:32.868 INFO O| Aug 22 12:37:32.865 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-22T12:37:33.903Z[ recovery-image] Aug 22 12:37:32.874 INFO O| Aug 22 12:37:32.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55422026-08-22T12:37:33.903Z[ recovery-image] Aug 22 12:37:32.874 INFO O| Aug 22 12:37:32.874 INFO STEP 92 (remove_files) COMPLETE
55432026-08-22T12:37:33.903Z[ recovery-image] Aug 22 12:37:32.874 INFO O| Aug 22 12:37:32.874 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-22T12:37:33.912Z[ recovery-image] Aug 22 12:37:32.883 INFO O| Aug 22 12:37:32.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55452026-08-22T12:37:33.912Z[ recovery-image] Aug 22 12:37:32.883 INFO O| Aug 22 12:37:32.883 INFO STEP 93 (remove_files) COMPLETE
55462026-08-22T12:37:33.912Z[ recovery-image] Aug 22 12:37:32.883 INFO O| Aug 22 12:37:32.883 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-22T12:37:33.920Z[ recovery-image] Aug 22 12:37:32.892 INFO O| Aug 22 12:37:32.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55482026-08-22T12:37:33.920Z[ recovery-image] Aug 22 12:37:32.892 INFO O| Aug 22 12:37:32.892 INFO STEP 94 (remove_files) COMPLETE
55492026-08-22T12:37:33.923Z[ recovery-image] Aug 22 12:37:32.892 INFO O| Aug 22 12:37:32.892 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-22T12:37:33.945Z[ recovery-image] Aug 22 12:37:32.916 INFO O| Aug 22 12:37:32.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55512026-08-22T12:37:33.964Z[ recovery-image] Aug 22 12:37:32.935 INFO O| Aug 22 12:37:32.935 INFO STEP 95 (remove_files) COMPLETE
55522026-08-22T12:37:33.964Z[ recovery-image] Aug 22 12:37:32.935 INFO O| Aug 22 12:37:32.935 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-22T12:37:33.974Z[ recovery-image] Aug 22 12:37:32.945 INFO O| Aug 22 12:37:32.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55542026-08-22T12:37:33.974Z[ recovery-image] Aug 22 12:37:32.945 INFO O| Aug 22 12:37:32.945 INFO STEP 96 (remove_files) COMPLETE
55552026-08-22T12:37:33.974Z[ recovery-image] Aug 22 12:37:32.945 INFO O| Aug 22 12:37:32.945 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-22T12:37:33.984Z[ recovery-image] Aug 22 12:37:32.956 INFO O| Aug 22 12:37:32.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55572026-08-22T12:37:33.984Z[ recovery-image] Aug 22 12:37:32.956 INFO O| Aug 22 12:37:32.956 INFO STEP 97 (remove_files) COMPLETE
55582026-08-22T12:37:33.984Z[ recovery-image] Aug 22 12:37:32.956 INFO O| Aug 22 12:37:32.956 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-22T12:37:33.993Z[ recovery-image] Aug 22 12:37:32.965 INFO O| Aug 22 12:37:32.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55602026-08-22T12:37:33.993Z[ recovery-image] Aug 22 12:37:32.965 INFO O| Aug 22 12:37:32.965 INFO STEP 98 (remove_files) COMPLETE
55612026-08-22T12:37:33.996Z[ recovery-image] Aug 22 12:37:32.965 INFO O| Aug 22 12:37:32.965 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-22T12:37:34.024Z[ recovery-image] Aug 22 12:37:32.995 INFO O| Aug 22 12:37:32.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55632026-08-22T12:37:34.024Z[ recovery-image] Aug 22 12:37:32.995 INFO O| Aug 22 12:37:32.995 INFO STEP 99 (remove_files) COMPLETE
55642026-08-22T12:37:34.024Z[ recovery-image] Aug 22 12:37:32.995 INFO O| Aug 22 12:37:32.995 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-22T12:37:34.036Z[ recovery-image] Aug 22 12:37:33.006 INFO O| Aug 22 12:37:33.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55662026-08-22T12:37:34.037Z[ recovery-image] Aug 22 12:37:33.006 INFO O| Aug 22 12:37:33.006 INFO STEP 100 (remove_files) COMPLETE
55672026-08-22T12:37:34.037Z[ recovery-image] Aug 22 12:37:33.006 INFO O| Aug 22 12:37:33.006 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-22T12:37:34.046Z[ recovery-image] Aug 22 12:37:33.018 INFO O| Aug 22 12:37:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55692026-08-22T12:37:34.046Z[ recovery-image] Aug 22 12:37:33.018 INFO O| Aug 22 12:37:33.018 INFO STEP 101 (remove_files) COMPLETE
55702026-08-22T12:37:34.046Z[ recovery-image] Aug 22 12:37:33.018 INFO O| Aug 22 12:37:33.018 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-22T12:37:34.070Z[ recovery-image] Aug 22 12:37:33.042 INFO O| Aug 22 12:37:33.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55722026-08-22T12:37:34.074Z[ recovery-image] Aug 22 12:37:33.043 INFO O| Aug 22 12:37:33.043 INFO STEP 102 (remove_files) COMPLETE
55732026-08-22T12:37:34.074Z[ recovery-image] Aug 22 12:37:33.043 INFO O| Aug 22 12:37:33.043 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-22T12:37:34.085Z[ recovery-image] Aug 22 12:37:33.056 INFO O| Aug 22 12:37:33.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55752026-08-22T12:37:34.085Z[ recovery-image] Aug 22 12:37:33.056 INFO O| Aug 22 12:37:33.056 INFO STEP 103 (remove_files) COMPLETE
55762026-08-22T12:37:34.088Z[ recovery-image] Aug 22 12:37:33.056 INFO O| Aug 22 12:37:33.056 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-22T12:37:34.095Z[ recovery-image] Aug 22 12:37:33.066 INFO O| Aug 22 12:37:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55782026-08-22T12:37:34.095Z[ recovery-image] Aug 22 12:37:33.066 INFO O| Aug 22 12:37:33.066 INFO STEP 104 (remove_files) COMPLETE
55792026-08-22T12:37:34.095Z[ recovery-image] Aug 22 12:37:33.066 INFO O| Aug 22 12:37:33.066 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-22T12:37:34.105Z[ recovery-image] Aug 22 12:37:33.076 INFO O| Aug 22 12:37:33.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55812026-08-22T12:37:34.105Z[ recovery-image] Aug 22 12:37:33.076 INFO O| Aug 22 12:37:33.076 INFO STEP 105 (remove_files) COMPLETE
55822026-08-22T12:37:34.108Z[ recovery-image] Aug 22 12:37:33.076 INFO O| Aug 22 12:37:33.076 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-22T12:37:34.115Z[ recovery-image] Aug 22 12:37:33.086 INFO O| Aug 22 12:37:33.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55842026-08-22T12:37:34.115Z[ recovery-image] Aug 22 12:37:33.086 INFO O| Aug 22 12:37:33.086 INFO STEP 106 (remove_files) COMPLETE
55852026-08-22T12:37:34.118Z[ recovery-image] Aug 22 12:37:33.086 INFO O| Aug 22 12:37:33.086 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-22T12:37:34.125Z[ recovery-image] Aug 22 12:37:33.096 INFO O| Aug 22 12:37:33.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55872026-08-22T12:37:34.125Z[ recovery-image] Aug 22 12:37:33.096 INFO O| Aug 22 12:37:33.096 INFO STEP 107 (remove_files) COMPLETE
55882026-08-22T12:37:34.125Z[ recovery-image] Aug 22 12:37:33.096 INFO O| Aug 22 12:37:33.096 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-22T12:37:34.135Z[ recovery-image] Aug 22 12:37:33.107 INFO O| Aug 22 12:37:33.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55902026-08-22T12:37:34.135Z[ recovery-image] Aug 22 12:37:33.107 INFO O| Aug 22 12:37:33.107 INFO STEP 108 (remove_files) COMPLETE
55912026-08-22T12:37:34.135Z[ recovery-image] Aug 22 12:37:33.107 INFO O| Aug 22 12:37:33.107 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-22T12:37:34.151Z[ recovery-image] Aug 22 12:37:33.117 INFO O| Aug 22 12:37:33.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55932026-08-22T12:37:34.151Z[ recovery-image] Aug 22 12:37:33.117 INFO O| Aug 22 12:37:33.117 INFO STEP 109 (remove_files) COMPLETE
55942026-08-22T12:37:34.151Z[ recovery-image] Aug 22 12:37:33.117 INFO O| Aug 22 12:37:33.117 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-22T12:37:34.156Z[ recovery-image] Aug 22 12:37:33.128 INFO O| Aug 22 12:37:33.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55962026-08-22T12:37:34.156Z[ recovery-image] Aug 22 12:37:33.128 INFO O| Aug 22 12:37:33.128 INFO STEP 110 (remove_files) COMPLETE
55972026-08-22T12:37:34.156Z[ recovery-image] Aug 22 12:37:33.128 INFO O| Aug 22 12:37:33.128 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-22T12:37:34.166Z[ recovery-image] Aug 22 12:37:33.137 INFO O| Aug 22 12:37:33.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55992026-08-22T12:37:34.166Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
56002026-08-22T12:37:34.166Z[ recovery-image] Aug 22 12:37:33.137 INFO O| Aug 22 12:37:33.137 INFO STEP 111 (remove_files) COMPLETE
56012026-08-22T12:37:34.169Z[ recovery-image] Aug 22 12:37:33.137 INFO O| Aug 22 12:37:33.137 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-22T12:37:34.175Z[ recovery-image] Aug 22 12:37:33.146 INFO O| Aug 22 12:37:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56032026-08-22T12:37:34.178Z[ recovery-image] Aug 22 12:37:33.147 INFO O| Aug 22 12:37:33.147 INFO STEP 112 (remove_files) COMPLETE
56042026-08-22T12:37:34.178Z[ recovery-image] Aug 22 12:37:33.147 INFO O| Aug 22 12:37:33.147 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-22T12:37:34.184Z[ recovery-image] Aug 22 12:37:33.156 INFO O| Aug 22 12:37:33.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56062026-08-22T12:37:34.184Z[ recovery-image] Aug 22 12:37:33.156 INFO O| Aug 22 12:37:33.156 INFO STEP 113 (remove_files) COMPLETE
56072026-08-22T12:37:34.184Z[ recovery-image] Aug 22 12:37:33.156 INFO O| Aug 22 12:37:33.156 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-22T12:37:34.193Z[ recovery-image] Aug 22 12:37:33.164 INFO O| Aug 22 12:37:33.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56092026-08-22T12:37:34.193Z[ recovery-image] Aug 22 12:37:33.164 INFO O| Aug 22 12:37:33.164 INFO STEP 114 (remove_files) COMPLETE
56102026-08-22T12:37:34.193Z[ recovery-image] Aug 22 12:37:33.164 INFO O| Aug 22 12:37:33.164 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-22T12:37:34.201Z[ recovery-image] Aug 22 12:37:33.173 INFO O| Aug 22 12:37:33.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56122026-08-22T12:37:34.201Z[ recovery-image] Aug 22 12:37:33.173 INFO O| Aug 22 12:37:33.173 INFO STEP 115 (remove_files) COMPLETE
56132026-08-22T12:37:34.201Z[ recovery-image] Aug 22 12:37:33.173 INFO O| Aug 22 12:37:33.173 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-22T12:37:34.210Z[ recovery-image] Aug 22 12:37:33.182 INFO O| Aug 22 12:37:33.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56152026-08-22T12:37:34.210Z[ recovery-image] Aug 22 12:37:33.182 INFO O| Aug 22 12:37:33.182 INFO STEP 116 (remove_files) COMPLETE
56162026-08-22T12:37:34.210Z[ recovery-image] Aug 22 12:37:33.182 INFO O| Aug 22 12:37:33.182 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-22T12:37:34.221Z[ recovery-image] Aug 22 12:37:33.192 INFO O| Aug 22 12:37:33.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56182026-08-22T12:37:34.221Z[ recovery-image] Aug 22 12:37:33.192 INFO O| Aug 22 12:37:33.192 INFO STEP 117 (remove_files) COMPLETE
56192026-08-22T12:37:34.224Z[ recovery-image] Aug 22 12:37:33.192 INFO O| Aug 22 12:37:33.192 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-22T12:37:34.229Z[ recovery-image] Aug 22 12:37:33.201 INFO O| Aug 22 12:37:33.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56212026-08-22T12:37:34.229Z[ recovery-image] Aug 22 12:37:33.201 INFO O| Aug 22 12:37:33.201 INFO STEP 118 (remove_files) COMPLETE
56222026-08-22T12:37:34.229Z[ recovery-image] Aug 22 12:37:33.201 INFO O| Aug 22 12:37:33.201 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-22T12:37:34.239Z[ recovery-image] Aug 22 12:37:33.210 INFO O| Aug 22 12:37:33.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56242026-08-22T12:37:34.239Z[ recovery-image] Aug 22 12:37:33.210 INFO O| Aug 22 12:37:33.210 INFO STEP 119 (remove_files) COMPLETE
56252026-08-22T12:37:34.242Z[ recovery-image] Aug 22 12:37:33.210 INFO O| Aug 22 12:37:33.210 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-22T12:37:34.247Z[ recovery-image] Aug 22 12:37:33.218 INFO O| Aug 22 12:37:33.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56272026-08-22T12:37:34.247Z[ recovery-image] Aug 22 12:37:33.218 INFO O| Aug 22 12:37:33.218 INFO STEP 120 (remove_files) COMPLETE
56282026-08-22T12:37:34.250Z[ recovery-image] Aug 22 12:37:33.218 INFO O| Aug 22 12:37:33.218 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-22T12:37:34.255Z[ recovery-image] Aug 22 12:37:33.226 INFO O| Aug 22 12:37:33.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56302026-08-22T12:37:34.255Z[ recovery-image] Aug 22 12:37:33.226 INFO O| Aug 22 12:37:33.226 INFO STEP 121 (remove_files) COMPLETE
56312026-08-22T12:37:34.255Z[ recovery-image] Aug 22 12:37:33.226 INFO O| Aug 22 12:37:33.226 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-22T12:37:34.264Z[ recovery-image] Aug 22 12:37:33.235 INFO O| Aug 22 12:37:33.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56332026-08-22T12:37:34.264Z[ recovery-image] Aug 22 12:37:33.235 INFO O| Aug 22 12:37:33.235 INFO STEP 122 (remove_files) COMPLETE
56342026-08-22T12:37:34.264Z[ recovery-image] Aug 22 12:37:33.235 INFO O| Aug 22 12:37:33.235 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-22T12:37:34.272Z[ recovery-image] Aug 22 12:37:33.243 INFO O| Aug 22 12:37:33.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56362026-08-22T12:37:34.272Z[ recovery-image] Aug 22 12:37:33.243 INFO O| Aug 22 12:37:33.243 INFO STEP 123 (remove_files) COMPLETE
56372026-08-22T12:37:34.272Z[ recovery-image] Aug 22 12:37:33.243 INFO O| Aug 22 12:37:33.243 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-22T12:37:34.280Z[ recovery-image] Aug 22 12:37:33.251 INFO O| Aug 22 12:37:33.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56392026-08-22T12:37:34.280Z[ recovery-image] Aug 22 12:37:33.251 INFO O| Aug 22 12:37:33.251 INFO STEP 124 (remove_files) COMPLETE
56402026-08-22T12:37:34.283Z[ recovery-image] Aug 22 12:37:33.251 INFO O| Aug 22 12:37:33.251 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-22T12:37:34.290Z[ recovery-image] Aug 22 12:37:33.262 INFO O| Aug 22 12:37:33.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56422026-08-22T12:37:34.290Z[ recovery-image] Aug 22 12:37:33.262 INFO O| Aug 22 12:37:33.262 INFO STEP 125 (remove_files) COMPLETE
56432026-08-22T12:37:34.290Z[ recovery-image] Aug 22 12:37:33.262 INFO O| Aug 22 12:37:33.262 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-22T12:37:34.300Z[ recovery-image] Aug 22 12:37:33.271 INFO O| Aug 22 12:37:33.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56452026-08-22T12:37:34.300Z[ recovery-image] Aug 22 12:37:33.272 INFO O| Aug 22 12:37:33.271 INFO STEP 126 (remove_files) COMPLETE
56462026-08-22T12:37:34.303Z[ recovery-image] Aug 22 12:37:33.272 INFO O| Aug 22 12:37:33.271 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-22T12:37:34.308Z[ recovery-image] Aug 22 12:37:33.280 INFO O| Aug 22 12:37:33.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56482026-08-22T12:37:34.308Z[ recovery-image] Aug 22 12:37:33.280 INFO O| Aug 22 12:37:33.280 INFO STEP 127 (remove_files) COMPLETE
56492026-08-22T12:37:34.308Z[ recovery-image] Aug 22 12:37:33.280 INFO O| Aug 22 12:37:33.280 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-22T12:37:34.317Z[ recovery-image] Aug 22 12:37:33.289 INFO O| Aug 22 12:37:33.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56512026-08-22T12:37:34.317Z[ recovery-image] Aug 22 12:37:33.289 INFO O| Aug 22 12:37:33.289 INFO STEP 128 (remove_files) COMPLETE
56522026-08-22T12:37:34.317Z[ recovery-image] Aug 22 12:37:33.289 INFO O| Aug 22 12:37:33.289 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-22T12:37:34.327Z[ recovery-image] Aug 22 12:37:33.298 INFO O| Aug 22 12:37:33.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56542026-08-22T12:37:34.327Z[ recovery-image] Aug 22 12:37:33.298 INFO O| Aug 22 12:37:33.298 INFO STEP 129 (remove_files) COMPLETE
56552026-08-22T12:37:34.327Z[ recovery-image] Aug 22 12:37:33.298 INFO O| Aug 22 12:37:33.298 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-22T12:37:34.337Z[ recovery-image] Aug 22 12:37:33.309 INFO O| Aug 22 12:37:33.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56572026-08-22T12:37:34.337Z[ recovery-image] Aug 22 12:37:33.309 INFO O| Aug 22 12:37:33.309 INFO STEP 130 (remove_files) COMPLETE
56582026-08-22T12:37:34.340Z[ recovery-image] Aug 22 12:37:33.309 INFO O| Aug 22 12:37:33.309 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-22T12:37:34.347Z[ recovery-image] Aug 22 12:37:33.319 INFO O| Aug 22 12:37:33.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56602026-08-22T12:37:34.347Z[ recovery-image] Aug 22 12:37:33.319 INFO O| Aug 22 12:37:33.319 INFO STEP 131 (remove_files) COMPLETE
56612026-08-22T12:37:34.350Z[ recovery-image] Aug 22 12:37:33.319 INFO O| Aug 22 12:37:33.319 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-22T12:37:34.358Z[ recovery-image] Aug 22 12:37:33.330 INFO O| Aug 22 12:37:33.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56632026-08-22T12:37:34.358Z[ recovery-image] Aug 22 12:37:33.330 INFO O| Aug 22 12:37:33.330 INFO STEP 132 (remove_files) COMPLETE
56642026-08-22T12:37:34.358Z[ recovery-image] Aug 22 12:37:33.330 INFO O| Aug 22 12:37:33.330 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-22T12:37:34.368Z[ recovery-image] Aug 22 12:37:33.340 INFO O| Aug 22 12:37:33.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56662026-08-22T12:37:34.368Z[ recovery-image] Aug 22 12:37:33.340 INFO O| Aug 22 12:37:33.340 INFO STEP 133 (remove_files) COMPLETE
56672026-08-22T12:37:34.368Z[ recovery-image] Aug 22 12:37:33.340 INFO O| Aug 22 12:37:33.340 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-22T12:37:34.377Z[ recovery-image] Aug 22 12:37:33.349 INFO O| Aug 22 12:37:33.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56692026-08-22T12:37:34.378Z[ recovery-image] Aug 22 12:37:33.349 INFO O| Aug 22 12:37:33.349 INFO STEP 134 (remove_files) COMPLETE
56702026-08-22T12:37:34.378Z[ recovery-image] Aug 22 12:37:33.349 INFO O| Aug 22 12:37:33.349 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-22T12:37:34.386Z[ recovery-image] Aug 22 12:37:33.358 INFO O| Aug 22 12:37:33.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56722026-08-22T12:37:34.386Z[ recovery-image] Aug 22 12:37:33.358 INFO O| Aug 22 12:37:33.358 INFO STEP 135 (remove_files) COMPLETE
56732026-08-22T12:37:34.389Z[ recovery-image] Aug 22 12:37:33.358 INFO O| Aug 22 12:37:33.358 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-22T12:37:34.398Z[ recovery-image] Aug 22 12:37:33.369 INFO O| Aug 22 12:37:33.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56752026-08-22T12:37:34.398Z[ recovery-image] Aug 22 12:37:33.369 INFO O| Aug 22 12:37:33.369 INFO STEP 136 (remove_files) COMPLETE
56762026-08-22T12:37:34.398Z[ recovery-image] Aug 22 12:37:33.369 INFO O| Aug 22 12:37:33.369 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-22T12:37:34.409Z[ recovery-image] Aug 22 12:37:33.380 INFO O| Aug 22 12:37:33.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56782026-08-22T12:37:34.409Z[ recovery-image] Aug 22 12:37:33.380 INFO O| Aug 22 12:37:33.380 INFO STEP 137 (remove_files) COMPLETE
56792026-08-22T12:37:34.409Z[ recovery-image] Aug 22 12:37:33.380 INFO O| Aug 22 12:37:33.380 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-22T12:37:34.418Z[ recovery-image] Aug 22 12:37:33.389 INFO O| Aug 22 12:37:33.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56812026-08-22T12:37:34.418Z[ recovery-image] Aug 22 12:37:33.389 INFO O| Aug 22 12:37:33.389 INFO STEP 138 (remove_files) COMPLETE
56822026-08-22T12:37:34.420Z[ recovery-image] Aug 22 12:37:33.389 INFO O| Aug 22 12:37:33.389 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-22T12:37:34.426Z[ recovery-image] Aug 22 12:37:33.398 INFO O| Aug 22 12:37:33.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56842026-08-22T12:37:34.426Z[ recovery-image] Aug 22 12:37:33.398 INFO O| Aug 22 12:37:33.398 INFO STEP 139 (remove_files) COMPLETE
56852026-08-22T12:37:34.429Z[ recovery-image] Aug 22 12:37:33.398 INFO O| Aug 22 12:37:33.398 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-22T12:37:34.436Z[ recovery-image] Aug 22 12:37:33.408 INFO O| Aug 22 12:37:33.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56872026-08-22T12:37:34.436Z[ recovery-image] Aug 22 12:37:33.408 INFO O| Aug 22 12:37:33.408 INFO STEP 140 (remove_files) COMPLETE
56882026-08-22T12:37:34.436Z[ recovery-image] Aug 22 12:37:33.408 INFO O| Aug 22 12:37:33.408 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-22T12:37:34.446Z[ recovery-image] Aug 22 12:37:33.417 INFO O| Aug 22 12:37:33.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56902026-08-22T12:37:34.446Z[ recovery-image] Aug 22 12:37:33.417 INFO O| Aug 22 12:37:33.417 INFO STEP 141 (remove_files) COMPLETE
56912026-08-22T12:37:34.446Z[ recovery-image] Aug 22 12:37:33.417 INFO O| Aug 22 12:37:33.417 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-22T12:37:34.455Z[ recovery-image] Aug 22 12:37:33.427 INFO O| Aug 22 12:37:33.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56932026-08-22T12:37:34.455Z[ recovery-image] Aug 22 12:37:33.427 INFO O| Aug 22 12:37:33.427 INFO STEP 142 (remove_files) COMPLETE
56942026-08-22T12:37:34.456Z[ recovery-image] Aug 22 12:37:33.427 INFO O| Aug 22 12:37:33.427 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-22T12:37:34.466Z[ recovery-image] Aug 22 12:37:33.437 INFO O| Aug 22 12:37:33.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56962026-08-22T12:37:34.466Z[ recovery-image] Aug 22 12:37:33.437 INFO O| Aug 22 12:37:33.437 INFO STEP 143 (remove_files) COMPLETE
56972026-08-22T12:37:34.466Z[ recovery-image] Aug 22 12:37:33.437 INFO O| Aug 22 12:37:33.437 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-22T12:37:34.476Z[ recovery-image] Aug 22 12:37:33.447 INFO O| Aug 22 12:37:33.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56992026-08-22T12:37:34.476Z[ recovery-image] Aug 22 12:37:33.447 INFO O| Aug 22 12:37:33.447 INFO STEP 144 (remove_files) COMPLETE
57002026-08-22T12:37:34.476Z[ recovery-image] Aug 22 12:37:33.447 INFO O| Aug 22 12:37:33.447 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-22T12:37:34.486Z[ recovery-image] Aug 22 12:37:33.458 INFO O| Aug 22 12:37:33.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57022026-08-22T12:37:34.486Z[ recovery-image] Aug 22 12:37:33.458 INFO O| Aug 22 12:37:33.458 INFO STEP 145 (remove_files) COMPLETE
57032026-08-22T12:37:34.486Z[ recovery-image] Aug 22 12:37:33.458 INFO O| Aug 22 12:37:33.458 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-22T12:37:34.498Z[ recovery-image] Aug 22 12:37:33.470 INFO O| Aug 22 12:37:33.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57052026-08-22T12:37:34.498Z[ recovery-image] Aug 22 12:37:33.470 INFO O| Aug 22 12:37:33.470 INFO STEP 146 (remove_files) COMPLETE
57062026-08-22T12:37:34.498Z[ recovery-image] Aug 22 12:37:33.470 INFO O| Aug 22 12:37:33.470 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-22T12:37:34.509Z[ recovery-image] Aug 22 12:37:33.481 INFO O| Aug 22 12:37:33.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57082026-08-22T12:37:34.509Z[ recovery-image] Aug 22 12:37:33.481 INFO O| Aug 22 12:37:33.481 INFO STEP 147 (remove_files) COMPLETE
57092026-08-22T12:37:34.512Z[ recovery-image] Aug 22 12:37:33.481 INFO O| Aug 22 12:37:33.481 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-22T12:37:34.519Z[ recovery-image] Aug 22 12:37:33.490 INFO O| Aug 22 12:37:33.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57112026-08-22T12:37:34.519Z[ recovery-image] Aug 22 12:37:33.490 INFO O| Aug 22 12:37:33.490 INFO STEP 148 (remove_files) COMPLETE
57122026-08-22T12:37:34.519Z[ recovery-image] Aug 22 12:37:33.490 INFO O| Aug 22 12:37:33.490 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-22T12:37:34.528Z[ recovery-image] Aug 22 12:37:33.500 INFO O| Aug 22 12:37:33.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57142026-08-22T12:37:34.528Z[ recovery-image] Aug 22 12:37:33.500 INFO O| Aug 22 12:37:33.500 INFO STEP 149 (remove_files) COMPLETE
57152026-08-22T12:37:34.528Z[ recovery-image] Aug 22 12:37:33.500 INFO O| Aug 22 12:37:33.500 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-22T12:37:34.538Z[ recovery-image] Aug 22 12:37:33.509 INFO O| Aug 22 12:37:33.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57172026-08-22T12:37:34.538Z[ recovery-image] Aug 22 12:37:33.509 INFO O| Aug 22 12:37:33.509 INFO STEP 150 (remove_files) COMPLETE
57182026-08-22T12:37:34.541Z[ recovery-image] Aug 22 12:37:33.509 INFO O| Aug 22 12:37:33.509 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-22T12:37:34.551Z[ recovery-image] Aug 22 12:37:33.523 INFO O| Aug 22 12:37:33.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57202026-08-22T12:37:34.551Z[ recovery-image] Aug 22 12:37:33.523 INFO O| Aug 22 12:37:33.523 INFO STEP 151 (remove_files) COMPLETE
57212026-08-22T12:37:34.551Z[ recovery-image] Aug 22 12:37:33.523 INFO O| Aug 22 12:37:33.523 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-22T12:37:34.562Z[ recovery-image] Aug 22 12:37:33.533 INFO O| Aug 22 12:37:33.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57232026-08-22T12:37:34.562Z[ recovery-image] Aug 22 12:37:33.533 INFO O| Aug 22 12:37:33.533 INFO STEP 152 (remove_files) COMPLETE
57242026-08-22T12:37:34.562Z[ recovery-image] Aug 22 12:37:33.533 INFO O| Aug 22 12:37:33.533 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-22T12:37:34.572Z[ recovery-image] Aug 22 12:37:33.544 INFO O| Aug 22 12:37:33.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57262026-08-22T12:37:34.572Z[ recovery-image] Aug 22 12:37:33.544 INFO O| Aug 22 12:37:33.544 INFO STEP 153 (remove_files) COMPLETE
57272026-08-22T12:37:34.572Z[ recovery-image] Aug 22 12:37:33.544 INFO O| Aug 22 12:37:33.544 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-22T12:37:34.581Z[ recovery-image] Aug 22 12:37:33.552 INFO O| Aug 22 12:37:33.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57292026-08-22T12:37:34.581Z[ recovery-image] Aug 22 12:37:33.552 INFO O| Aug 22 12:37:33.552 INFO STEP 154 (remove_files) COMPLETE
57302026-08-22T12:37:34.584Z[ recovery-image] Aug 22 12:37:33.552 INFO O| Aug 22 12:37:33.552 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-22T12:37:34.591Z[ recovery-image] Aug 22 12:37:33.563 INFO O| Aug 22 12:37:33.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57322026-08-22T12:37:34.591Z[ recovery-image] Aug 22 12:37:33.563 INFO O| Aug 22 12:37:33.563 INFO STEP 155 (remove_files) COMPLETE
57332026-08-22T12:37:34.591Z[ recovery-image] Aug 22 12:37:33.563 INFO O| Aug 22 12:37:33.563 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-22T12:37:34.603Z[ recovery-image] Aug 22 12:37:33.574 INFO O| Aug 22 12:37:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57352026-08-22T12:37:34.603Z[ recovery-image] Aug 22 12:37:33.574 INFO O| Aug 22 12:37:33.574 INFO STEP 156 (remove_files) COMPLETE
57362026-08-22T12:37:34.603Z[ recovery-image] Aug 22 12:37:33.574 INFO O| Aug 22 12:37:33.574 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-22T12:37:34.612Z[ recovery-image] Aug 22 12:37:33.584 INFO O| Aug 22 12:37:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57382026-08-22T12:37:34.612Z[ recovery-image] Aug 22 12:37:33.584 INFO O| Aug 22 12:37:33.584 INFO STEP 157 (remove_files) COMPLETE
57392026-08-22T12:37:34.615Z[ recovery-image] Aug 22 12:37:33.584 INFO O| Aug 22 12:37:33.584 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-22T12:37:34.622Z[ recovery-image] Aug 22 12:37:33.594 INFO O| Aug 22 12:37:33.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57412026-08-22T12:37:34.622Z[ recovery-image] Aug 22 12:37:33.594 INFO O| Aug 22 12:37:33.594 INFO STEP 158 (remove_files) COMPLETE
57422026-08-22T12:37:34.622Z[ recovery-image] Aug 22 12:37:33.594 INFO O| Aug 22 12:37:33.594 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-22T12:37:34.632Z[ recovery-image] Aug 22 12:37:33.603 INFO O| Aug 22 12:37:33.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57442026-08-22T12:37:34.632Z[ recovery-image] Aug 22 12:37:33.603 INFO O| Aug 22 12:37:33.603 INFO STEP 159 (remove_files) COMPLETE
57452026-08-22T12:37:34.632Z[ recovery-image] Aug 22 12:37:33.603 INFO O| Aug 22 12:37:33.603 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-22T12:37:34.643Z[ recovery-image] Aug 22 12:37:33.614 INFO O| Aug 22 12:37:33.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57472026-08-22T12:37:34.646Z[ recovery-image] Aug 22 12:37:33.615 INFO O| Aug 22 12:37:33.615 INFO STEP 160 (remove_files) COMPLETE
57482026-08-22T12:37:34.646Z[ recovery-image] Aug 22 12:37:33.615 INFO O| Aug 22 12:37:33.615 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-22T12:37:34.652Z[ recovery-image] Aug 22 12:37:33.624 INFO O| Aug 22 12:37:33.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57502026-08-22T12:37:34.656Z[ recovery-image] Aug 22 12:37:33.625 INFO O| Aug 22 12:37:33.625 INFO STEP 161 (remove_files) COMPLETE
57512026-08-22T12:37:34.656Z[ recovery-image] Aug 22 12:37:33.625 INFO O| Aug 22 12:37:33.625 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-22T12:37:34.664Z[ recovery-image] Aug 22 12:37:33.635 INFO O| Aug 22 12:37:33.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57532026-08-22T12:37:34.664Z[ recovery-image] Aug 22 12:37:33.635 INFO O| Aug 22 12:37:33.635 INFO STEP 162 (remove_files) COMPLETE
57542026-08-22T12:37:34.664Z[ recovery-image] Aug 22 12:37:33.635 INFO O| Aug 22 12:37:33.635 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-22T12:37:34.674Z[ recovery-image] Aug 22 12:37:33.645 INFO O| Aug 22 12:37:33.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57562026-08-22T12:37:34.674Z[ recovery-image] Aug 22 12:37:33.645 INFO O| Aug 22 12:37:33.645 INFO STEP 163 (remove_files) COMPLETE
57572026-08-22T12:37:34.674Z[ recovery-image] Aug 22 12:37:33.645 INFO O| Aug 22 12:37:33.645 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-22T12:37:34.684Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
57592026-08-22T12:37:34.687Z[ recovery-image] Aug 22 12:37:33.655 INFO O| Aug 22 12:37:33.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57602026-08-22T12:37:34.687Z[ recovery-image] Aug 22 12:37:33.655 INFO O| Aug 22 12:37:33.655 INFO STEP 164 (remove_files) COMPLETE
57612026-08-22T12:37:34.687Z[ recovery-image] Aug 22 12:37:33.655 INFO O| Aug 22 12:37:33.655 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-22T12:37:34.694Z[ recovery-image] Aug 22 12:37:33.666 INFO O| Aug 22 12:37:33.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57632026-08-22T12:37:34.698Z[ recovery-image] Aug 22 12:37:33.667 INFO O| Aug 22 12:37:33.667 INFO STEP 165 (remove_files) COMPLETE
57642026-08-22T12:37:34.698Z[ recovery-image] Aug 22 12:37:33.667 INFO O| Aug 22 12:37:33.667 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-22T12:37:34.707Z[ recovery-image] Aug 22 12:37:33.678 INFO O| Aug 22 12:37:33.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57662026-08-22T12:37:34.707Z[ recovery-image] Aug 22 12:37:33.678 INFO O| Aug 22 12:37:33.678 INFO STEP 166 (remove_files) COMPLETE
57672026-08-22T12:37:34.709Z[ recovery-image] Aug 22 12:37:33.678 INFO O| Aug 22 12:37:33.678 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-22T12:37:34.719Z[ recovery-image] Aug 22 12:37:33.690 INFO O| Aug 22 12:37:33.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57692026-08-22T12:37:34.719Z[ recovery-image] Aug 22 12:37:33.690 INFO O| Aug 22 12:37:33.690 INFO STEP 167 (remove_files) COMPLETE
57702026-08-22T12:37:34.719Z[ recovery-image] Aug 22 12:37:33.690 INFO O| Aug 22 12:37:33.690 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-22T12:37:34.729Z[ recovery-image] Aug 22 12:37:33.701 INFO O| Aug 22 12:37:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57722026-08-22T12:37:34.729Z[ recovery-image] Aug 22 12:37:33.701 INFO O| Aug 22 12:37:33.701 INFO STEP 168 (remove_files) COMPLETE
57732026-08-22T12:37:34.732Z[ recovery-image] Aug 22 12:37:33.701 INFO O| Aug 22 12:37:33.701 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-22T12:37:34.741Z[ recovery-image] Aug 22 12:37:33.712 INFO O| Aug 22 12:37:33.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57752026-08-22T12:37:34.741Z[ recovery-image] Aug 22 12:37:33.712 INFO O| Aug 22 12:37:33.712 INFO STEP 169 (remove_files) COMPLETE
57762026-08-22T12:37:34.741Z[ recovery-image] Aug 22 12:37:33.712 INFO O| Aug 22 12:37:33.712 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-22T12:37:34.752Z[ recovery-image] Aug 22 12:37:33.723 INFO O| Aug 22 12:37:33.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57782026-08-22T12:37:34.752Z[ recovery-image] Aug 22 12:37:33.723 INFO O| Aug 22 12:37:33.723 INFO STEP 170 (remove_files) COMPLETE
57792026-08-22T12:37:34.752Z[ recovery-image] Aug 22 12:37:33.723 INFO O| Aug 22 12:37:33.723 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-22T12:37:34.763Z[ recovery-image] Aug 22 12:37:33.734 INFO O| Aug 22 12:37:33.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57812026-08-22T12:37:34.763Z[ recovery-image] Aug 22 12:37:33.734 INFO O| Aug 22 12:37:33.734 INFO STEP 171 (remove_files) COMPLETE
57822026-08-22T12:37:34.765Z[ recovery-image] Aug 22 12:37:33.734 INFO O| Aug 22 12:37:33.734 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-22T12:37:34.773Z[ recovery-image] Aug 22 12:37:33.744 INFO O| Aug 22 12:37:33.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57842026-08-22T12:37:34.773Z[ recovery-image] Aug 22 12:37:33.744 INFO O| Aug 22 12:37:33.744 INFO STEP 172 (remove_files) COMPLETE
57852026-08-22T12:37:34.776Z[ recovery-image] Aug 22 12:37:33.744 INFO O| Aug 22 12:37:33.744 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-22T12:37:34.782Z[ recovery-image] Aug 22 12:37:33.754 INFO O| Aug 22 12:37:33.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57872026-08-22T12:37:34.782Z[ recovery-image] Aug 22 12:37:33.754 INFO O| Aug 22 12:37:33.754 INFO STEP 173 (remove_files) COMPLETE
57882026-08-22T12:37:34.782Z[ recovery-image] Aug 22 12:37:33.754 INFO O| Aug 22 12:37:33.754 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-22T12:37:34.792Z[ recovery-image] Aug 22 12:37:33.764 INFO O| Aug 22 12:37:33.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57902026-08-22T12:37:34.795Z[ recovery-image] Aug 22 12:37:33.764 INFO O| Aug 22 12:37:33.764 INFO STEP 174 (remove_files) COMPLETE
57912026-08-22T12:37:34.795Z[ recovery-image] Aug 22 12:37:33.764 INFO O| Aug 22 12:37:33.764 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-22T12:37:34.803Z[ recovery-image] Aug 22 12:37:33.774 INFO O| Aug 22 12:37:33.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57932026-08-22T12:37:34.803Z[ recovery-image] Aug 22 12:37:33.774 INFO O| Aug 22 12:37:33.774 INFO STEP 175 (remove_files) COMPLETE
57942026-08-22T12:37:34.806Z[ recovery-image] Aug 22 12:37:33.774 INFO O| Aug 22 12:37:33.774 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-22T12:37:34.815Z[ recovery-image] Aug 22 12:37:33.786 INFO O| Aug 22 12:37:33.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57962026-08-22T12:37:34.815Z[ recovery-image] Aug 22 12:37:33.786 INFO O| Aug 22 12:37:33.786 INFO STEP 176 (remove_files) COMPLETE
57972026-08-22T12:37:34.815Z[ recovery-image] Aug 22 12:37:33.786 INFO O| Aug 22 12:37:33.786 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-22T12:37:34.825Z[ recovery-image] Aug 22 12:37:33.797 INFO O| Aug 22 12:37:33.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57992026-08-22T12:37:34.825Z[ recovery-image] Aug 22 12:37:33.797 INFO O| Aug 22 12:37:33.797 INFO STEP 177 (remove_files) COMPLETE
58002026-08-22T12:37:34.828Z[ recovery-image] Aug 22 12:37:33.797 INFO O| Aug 22 12:37:33.797 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-22T12:37:34.836Z[ recovery-image] Aug 22 12:37:33.808 INFO O| Aug 22 12:37:33.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58022026-08-22T12:37:34.840Z[ recovery-image] Aug 22 12:37:33.809 INFO O| Aug 22 12:37:33.809 INFO STEP 178 (remove_files) COMPLETE
58032026-08-22T12:37:34.840Z[ recovery-image] Aug 22 12:37:33.809 INFO O| Aug 22 12:37:33.809 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-22T12:37:34.849Z[ recovery-image] Aug 22 12:37:33.820 INFO O| Aug 22 12:37:33.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58052026-08-22T12:37:34.849Z[ recovery-image] Aug 22 12:37:33.820 INFO O| Aug 22 12:37:33.820 INFO STEP 179 (remove_files) COMPLETE
58062026-08-22T12:37:34.853Z[ recovery-image] Aug 22 12:37:33.820 INFO O| Aug 22 12:37:33.820 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-22T12:37:34.859Z[ recovery-image] Aug 22 12:37:33.831 INFO O| Aug 22 12:37:33.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58082026-08-22T12:37:34.859Z[ recovery-image] Aug 22 12:37:33.831 INFO O| Aug 22 12:37:33.831 INFO STEP 180 (remove_files) COMPLETE
58092026-08-22T12:37:34.860Z[ recovery-image] Aug 22 12:37:33.831 INFO O| Aug 22 12:37:33.831 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-22T12:37:34.868Z[ recovery-image] Aug 22 12:37:33.840 INFO O| Aug 22 12:37:33.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58112026-08-22T12:37:34.868Z[ recovery-image] Aug 22 12:37:33.840 INFO O| Aug 22 12:37:33.840 INFO STEP 181 (remove_files) COMPLETE
58122026-08-22T12:37:34.871Z[ recovery-image] Aug 22 12:37:33.840 INFO O| Aug 22 12:37:33.840 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-22T12:37:34.878Z[ recovery-image] Aug 22 12:37:33.850 INFO O| Aug 22 12:37:33.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58142026-08-22T12:37:34.878Z[ recovery-image] Aug 22 12:37:33.850 INFO O| Aug 22 12:37:33.850 INFO STEP 182 (remove_files) COMPLETE
58152026-08-22T12:37:34.881Z[ recovery-image] Aug 22 12:37:33.850 INFO O| Aug 22 12:37:33.850 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-22T12:37:34.889Z[ recovery-image] Aug 22 12:37:33.861 INFO O| Aug 22 12:37:33.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58172026-08-22T12:37:34.889Z[ recovery-image] Aug 22 12:37:33.861 INFO O| Aug 22 12:37:33.861 INFO STEP 183 (remove_files) COMPLETE
58182026-08-22T12:37:34.892Z[ recovery-image] Aug 22 12:37:33.861 INFO O| Aug 22 12:37:33.861 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-22T12:37:34.901Z[ recovery-image] Aug 22 12:37:33.871 INFO O| Aug 22 12:37:33.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58202026-08-22T12:37:34.901Z[ recovery-image] Aug 22 12:37:33.871 INFO O| Aug 22 12:37:33.871 INFO STEP 184 (remove_files) COMPLETE
58212026-08-22T12:37:34.901Z[ recovery-image] Aug 22 12:37:33.871 INFO O| Aug 22 12:37:33.871 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-22T12:37:34.910Z[ recovery-image] Aug 22 12:37:33.882 INFO O| Aug 22 12:37:33.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58232026-08-22T12:37:34.910Z[ recovery-image] Aug 22 12:37:33.882 INFO O| Aug 22 12:37:33.882 INFO STEP 185 (remove_files) COMPLETE
58242026-08-22T12:37:34.910Z[ recovery-image] Aug 22 12:37:33.882 INFO O| Aug 22 12:37:33.882 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-22T12:37:34.920Z[ recovery-image] Aug 22 12:37:33.892 INFO O| Aug 22 12:37:33.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58262026-08-22T12:37:34.921Z[ recovery-image] Aug 22 12:37:33.892 INFO O| Aug 22 12:37:33.892 INFO STEP 186 (remove_files) COMPLETE
58272026-08-22T12:37:34.921Z[ recovery-image] Aug 22 12:37:33.892 INFO O| Aug 22 12:37:33.892 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-22T12:37:34.931Z[ recovery-image] Aug 22 12:37:33.902 INFO O| Aug 22 12:37:33.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58292026-08-22T12:37:34.931Z[ recovery-image] Aug 22 12:37:33.902 INFO O| Aug 22 12:37:33.902 INFO STEP 187 (remove_files) COMPLETE
58302026-08-22T12:37:34.931Z[ recovery-image] Aug 22 12:37:33.902 INFO O| Aug 22 12:37:33.902 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-22T12:37:34.942Z[ recovery-image] Aug 22 12:37:33.914 INFO O| Aug 22 12:37:33.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58322026-08-22T12:37:34.942Z[ recovery-image] Aug 22 12:37:33.914 INFO O| Aug 22 12:37:33.914 INFO STEP 188 (remove_files) COMPLETE
58332026-08-22T12:37:34.942Z[ recovery-image] Aug 22 12:37:33.914 INFO O| Aug 22 12:37:33.914 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-22T12:37:34.952Z[ recovery-image] Aug 22 12:37:33.923 INFO O| Aug 22 12:37:33.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58352026-08-22T12:37:34.952Z[ recovery-image] Aug 22 12:37:33.923 INFO O| Aug 22 12:37:33.923 INFO STEP 189 (remove_files) COMPLETE
58362026-08-22T12:37:34.952Z[ recovery-image] Aug 22 12:37:33.923 INFO O| Aug 22 12:37:33.923 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-22T12:37:34.962Z[ recovery-image] Aug 22 12:37:33.933 INFO O| Aug 22 12:37:33.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58382026-08-22T12:37:34.962Z[ recovery-image] Aug 22 12:37:33.933 INFO O| Aug 22 12:37:33.933 INFO STEP 190 (remove_files) COMPLETE
58392026-08-22T12:37:34.962Z[ recovery-image] Aug 22 12:37:33.933 INFO O| Aug 22 12:37:33.933 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-22T12:37:34.973Z[ recovery-image] Aug 22 12:37:33.945 INFO O| Aug 22 12:37:33.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58412026-08-22T12:37:34.973Z[ recovery-image] Aug 22 12:37:33.945 INFO O| Aug 22 12:37:33.945 INFO STEP 191 (remove_files) COMPLETE
58422026-08-22T12:37:34.973Z[ recovery-image] Aug 22 12:37:33.945 INFO O| Aug 22 12:37:33.945 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-22T12:37:34.989Z[ recovery-image] Aug 22 12:37:33.960 INFO O| Aug 22 12:37:33.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58442026-08-22T12:37:34.989Z[ recovery-image] Aug 22 12:37:33.960 INFO O| Aug 22 12:37:33.960 INFO STEP 192 (remove_files) COMPLETE
58452026-08-22T12:37:34.989Z[ recovery-image] Aug 22 12:37:33.960 INFO O| Aug 22 12:37:33.960 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-22T12:37:35.001Z[ recovery-image] Aug 22 12:37:33.972 INFO O| Aug 22 12:37:33.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58472026-08-22T12:37:35.001Z[ recovery-image] Aug 22 12:37:33.972 INFO O| Aug 22 12:37:33.972 INFO STEP 193 (remove_files) COMPLETE
58482026-08-22T12:37:35.002Z[ recovery-image] Aug 22 12:37:33.972 INFO O| Aug 22 12:37:33.972 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-22T12:37:35.013Z[ recovery-image] Aug 22 12:37:33.984 INFO O| Aug 22 12:37:33.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58502026-08-22T12:37:35.013Z[ recovery-image] Aug 22 12:37:33.985 INFO O| Aug 22 12:37:33.984 INFO STEP 194 (remove_files) COMPLETE
58512026-08-22T12:37:35.016Z[ recovery-image] Aug 22 12:37:33.985 INFO O| Aug 22 12:37:33.985 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-22T12:37:35.034Z[ recovery-image] Aug 22 12:37:34.005 INFO O| Aug 22 12:37:34.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58532026-08-22T12:37:35.034Z[ recovery-image] Aug 22 12:37:34.005 INFO O| Aug 22 12:37:34.005 INFO STEP 195 (remove_files) COMPLETE
58542026-08-22T12:37:35.034Z[ recovery-image] Aug 22 12:37:34.005 INFO O| Aug 22 12:37:34.005 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-22T12:37:35.047Z[ recovery-image] Aug 22 12:37:34.019 INFO O| Aug 22 12:37:34.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58562026-08-22T12:37:35.047Z[ recovery-image] Aug 22 12:37:34.019 INFO O| Aug 22 12:37:34.019 INFO STEP 196 (remove_files) COMPLETE
58572026-08-22T12:37:35.051Z[ recovery-image] Aug 22 12:37:34.019 INFO O| Aug 22 12:37:34.019 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-22T12:37:35.056Z[ recovery-image] Aug 22 12:37:34.028 INFO O| Aug 22 12:37:34.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58592026-08-22T12:37:35.056Z[ recovery-image] Aug 22 12:37:34.028 INFO O| Aug 22 12:37:34.028 INFO STEP 197 (remove_files) COMPLETE
58602026-08-22T12:37:35.056Z[ recovery-image] Aug 22 12:37:34.028 INFO O| Aug 22 12:37:34.028 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-22T12:37:35.064Z[ recovery-image] Aug 22 12:37:34.036 INFO O| Aug 22 12:37:34.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58622026-08-22T12:37:35.064Z[ recovery-image] Aug 22 12:37:34.036 INFO O| Aug 22 12:37:34.036 INFO STEP 198 (remove_files) COMPLETE
58632026-08-22T12:37:35.064Z[ recovery-image] Aug 22 12:37:34.036 INFO O| Aug 22 12:37:34.036 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-22T12:37:35.072Z[ recovery-image] Aug 22 12:37:34.044 INFO O| Aug 22 12:37:34.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58652026-08-22T12:37:35.072Z[ recovery-image] Aug 22 12:37:34.044 INFO O| Aug 22 12:37:34.044 INFO STEP 199 (remove_files) COMPLETE
58662026-08-22T12:37:35.075Z[ recovery-image] Aug 22 12:37:34.044 INFO O| Aug 22 12:37:34.044 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-22T12:37:35.080Z[ recovery-image] Aug 22 12:37:34.052 INFO O| Aug 22 12:37:34.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58682026-08-22T12:37:35.080Z[ recovery-image] Aug 22 12:37:34.052 INFO O| Aug 22 12:37:34.052 INFO STEP 200 (remove_files) COMPLETE
58692026-08-22T12:37:35.081Z[ recovery-image] Aug 22 12:37:34.052 INFO O| Aug 22 12:37:34.052 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-22T12:37:35.089Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
58712026-08-22T12:37:35.093Z[ recovery-image] Aug 22 12:37:34.062 INFO O| Aug 22 12:37:34.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58722026-08-22T12:37:35.093Z[ recovery-image] Aug 22 12:37:34.063 INFO O| Aug 22 12:37:34.062 INFO STEP 201 (remove_files) COMPLETE
58732026-08-22T12:37:35.093Z[ recovery-image] Aug 22 12:37:34.063 INFO O| Aug 22 12:37:34.063 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-22T12:37:35.103Z[ recovery-image] Aug 22 12:37:34.072 INFO O| Aug 22 12:37:34.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58752026-08-22T12:37:35.103Z[ recovery-image] Aug 22 12:37:34.072 INFO O| Aug 22 12:37:34.072 INFO STEP 202 (remove_files) COMPLETE
58762026-08-22T12:37:35.103Z[ recovery-image] Aug 22 12:37:34.072 INFO O| Aug 22 12:37:34.072 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-22T12:37:35.112Z[ recovery-image] Aug 22 12:37:34.083 INFO O| Aug 22 12:37:34.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58782026-08-22T12:37:35.112Z[ recovery-image] Aug 22 12:37:34.083 INFO O| Aug 22 12:37:34.083 INFO STEP 203 (remove_files) COMPLETE
58792026-08-22T12:37:35.112Z[ recovery-image] Aug 22 12:37:34.083 INFO O| Aug 22 12:37:34.083 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-22T12:37:35.122Z[ recovery-image] Aug 22 12:37:34.093 INFO O| Aug 22 12:37:34.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58812026-08-22T12:37:35.122Z[ recovery-image] Aug 22 12:37:34.093 INFO O| Aug 22 12:37:34.093 INFO STEP 204 (remove_files) COMPLETE
58822026-08-22T12:37:35.125Z[ recovery-image] Aug 22 12:37:34.093 INFO O| Aug 22 12:37:34.093 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-22T12:37:35.134Z[ recovery-image] Aug 22 12:37:34.103 INFO O| Aug 22 12:37:34.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58842026-08-22T12:37:35.134Z[ recovery-image] Aug 22 12:37:34.103 INFO O| Aug 22 12:37:34.103 INFO STEP 205 (remove_files) COMPLETE
58852026-08-22T12:37:35.134Z[ recovery-image] Aug 22 12:37:34.103 INFO O| Aug 22 12:37:34.103 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-22T12:37:35.140Z[ recovery-image] Aug 22 12:37:34.112 INFO O| Aug 22 12:37:34.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58872026-08-22T12:37:35.140Z[ recovery-image] Aug 22 12:37:34.112 INFO O| Aug 22 12:37:34.112 INFO STEP 206 (remove_files) COMPLETE
58882026-08-22T12:37:35.140Z[ recovery-image] Aug 22 12:37:34.112 INFO O| Aug 22 12:37:34.112 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-22T12:37:35.151Z[ recovery-image] Aug 22 12:37:34.122 INFO O| Aug 22 12:37:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58902026-08-22T12:37:35.151Z[ recovery-image] Aug 22 12:37:34.122 INFO O| Aug 22 12:37:34.122 INFO STEP 207 (remove_files) COMPLETE
58912026-08-22T12:37:35.151Z[ recovery-image] Aug 22 12:37:34.122 INFO O| Aug 22 12:37:34.122 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-22T12:37:35.162Z[ recovery-image] Aug 22 12:37:34.133 INFO O| Aug 22 12:37:34.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58932026-08-22T12:37:35.162Z[ recovery-image] Aug 22 12:37:34.133 INFO O| Aug 22 12:37:34.133 INFO STEP 208 (remove_files) COMPLETE
58942026-08-22T12:37:35.162Z[ recovery-image] Aug 22 12:37:34.133 INFO O| Aug 22 12:37:34.133 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-22T12:37:35.172Z[ recovery-image] Aug 22 12:37:34.144 INFO O| Aug 22 12:37:34.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58962026-08-22T12:37:35.172Z[ recovery-image] Aug 22 12:37:34.144 INFO O| Aug 22 12:37:34.144 INFO STEP 209 (remove_files) COMPLETE
58972026-08-22T12:37:35.175Z[ recovery-image] Aug 22 12:37:34.144 INFO O| Aug 22 12:37:34.144 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-22T12:37:35.183Z[ recovery-image] Aug 22 12:37:34.154 INFO O| Aug 22 12:37:34.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58992026-08-22T12:37:35.183Z[ recovery-image] Aug 22 12:37:34.154 INFO O| Aug 22 12:37:34.154 INFO STEP 210 (remove_files) COMPLETE
59002026-08-22T12:37:35.183Z[ recovery-image] Aug 22 12:37:34.154 INFO O| Aug 22 12:37:34.154 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-22T12:37:35.194Z[ recovery-image] Aug 22 12:37:34.166 INFO O| Aug 22 12:37:34.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59022026-08-22T12:37:35.195Z[ recovery-image] Aug 22 12:37:34.166 INFO O| Aug 22 12:37:34.166 INFO STEP 211 (remove_files) COMPLETE
59032026-08-22T12:37:35.195Z[ recovery-image] Aug 22 12:37:34.166 INFO O| Aug 22 12:37:34.166 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-22T12:37:35.205Z[ recovery-image] Aug 22 12:37:34.176 INFO O| Aug 22 12:37:34.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59052026-08-22T12:37:35.205Z[ recovery-image] Aug 22 12:37:34.176 INFO O| Aug 22 12:37:34.176 INFO STEP 212 (remove_files) COMPLETE
59062026-08-22T12:37:35.205Z[ recovery-image] Aug 22 12:37:34.176 INFO O| Aug 22 12:37:34.176 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-22T12:37:35.216Z[ recovery-image] Aug 22 12:37:34.187 INFO O| Aug 22 12:37:34.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59082026-08-22T12:37:35.216Z[ recovery-image] Aug 22 12:37:34.187 INFO O| Aug 22 12:37:34.187 INFO STEP 213 (remove_files) COMPLETE
59092026-08-22T12:37:35.216Z[ recovery-image] Aug 22 12:37:34.187 INFO O| Aug 22 12:37:34.187 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-22T12:37:35.227Z[ recovery-image] Aug 22 12:37:34.198 INFO O| Aug 22 12:37:34.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59112026-08-22T12:37:35.227Z[ recovery-image] Aug 22 12:37:34.198 INFO O| Aug 22 12:37:34.198 INFO STEP 214 (remove_files) COMPLETE
59122026-08-22T12:37:35.227Z[ recovery-image] Aug 22 12:37:34.198 INFO O| Aug 22 12:37:34.198 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-22T12:37:35.237Z[ recovery-image] Aug 22 12:37:34.209 INFO O| Aug 22 12:37:34.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59142026-08-22T12:37:35.238Z[ recovery-image] Aug 22 12:37:34.209 INFO O| Aug 22 12:37:34.209 INFO STEP 215 (remove_files) COMPLETE
59152026-08-22T12:37:35.238Z[ recovery-image] Aug 22 12:37:34.209 INFO O| Aug 22 12:37:34.209 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-22T12:37:35.246Z[ recovery-image] Aug 22 12:37:34.218 INFO O| Aug 22 12:37:34.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59172026-08-22T12:37:35.246Z[ recovery-image] Aug 22 12:37:34.218 INFO O| Aug 22 12:37:34.218 INFO STEP 216 (remove_files) COMPLETE
59182026-08-22T12:37:35.246Z[ recovery-image] Aug 22 12:37:34.218 INFO O| Aug 22 12:37:34.218 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-22T12:37:35.256Z[ recovery-image] Aug 22 12:37:34.227 INFO O| Aug 22 12:37:34.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59202026-08-22T12:37:35.256Z[ recovery-image] Aug 22 12:37:34.227 INFO O| Aug 22 12:37:34.227 INFO STEP 217 (remove_files) COMPLETE
59212026-08-22T12:37:35.256Z[ recovery-image] Aug 22 12:37:34.227 INFO O| Aug 22 12:37:34.227 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-22T12:37:35.266Z[ recovery-image] Aug 22 12:37:34.238 INFO O| Aug 22 12:37:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59232026-08-22T12:37:35.266Z[ recovery-image] Aug 22 12:37:34.238 INFO O| Aug 22 12:37:34.238 INFO STEP 218 (remove_files) COMPLETE
59242026-08-22T12:37:35.267Z[ recovery-image] Aug 22 12:37:34.238 INFO O| Aug 22 12:37:34.238 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-22T12:37:35.278Z[ recovery-image] Aug 22 12:37:34.248 INFO O| Aug 22 12:37:34.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59262026-08-22T12:37:35.278Z[ recovery-image] Aug 22 12:37:34.248 INFO O| Aug 22 12:37:34.248 INFO STEP 219 (remove_files) COMPLETE
59272026-08-22T12:37:35.278Z[ recovery-image] Aug 22 12:37:34.248 INFO O| Aug 22 12:37:34.248 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-22T12:37:35.284Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
59292026-08-22T12:37:35.287Z[ recovery-image] Aug 22 12:37:34.258 INFO O| Aug 22 12:37:34.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59302026-08-22T12:37:35.287Z[ recovery-image] Aug 22 12:37:34.258 INFO O| Aug 22 12:37:34.258 INFO STEP 220 (remove_files) COMPLETE
59312026-08-22T12:37:35.287Z[ recovery-image] Aug 22 12:37:34.258 INFO O| Aug 22 12:37:34.258 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-22T12:37:35.296Z[ recovery-image] Aug 22 12:37:34.268 INFO O| Aug 22 12:37:34.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59332026-08-22T12:37:35.296Z[ recovery-image] Aug 22 12:37:34.268 INFO O| Aug 22 12:37:34.268 INFO STEP 221 (remove_files) COMPLETE
59342026-08-22T12:37:35.296Z[ recovery-image] Aug 22 12:37:34.268 INFO O| Aug 22 12:37:34.268 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-22T12:37:35.305Z[ recovery-image] Aug 22 12:37:34.277 INFO O| Aug 22 12:37:34.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59362026-08-22T12:37:35.305Z[ recovery-image] Aug 22 12:37:34.277 INFO O| Aug 22 12:37:34.277 INFO STEP 222 (remove_files) COMPLETE
59372026-08-22T12:37:35.308Z[ recovery-image] Aug 22 12:37:34.277 INFO O| Aug 22 12:37:34.277 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-22T12:37:35.313Z[ recovery-image] Aug 22 12:37:34.284 INFO O| Aug 22 12:37:34.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59392026-08-22T12:37:35.313Z[ recovery-image] Aug 22 12:37:34.284 INFO O| Aug 22 12:37:34.284 INFO STEP 223 (remove_files) COMPLETE
59402026-08-22T12:37:35.313Z[ recovery-image] Aug 22 12:37:34.284 INFO O| Aug 22 12:37:34.284 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-22T12:37:35.321Z[ recovery-image] Aug 22 12:37:34.292 INFO O| Aug 22 12:37:34.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59422026-08-22T12:37:35.321Z[ recovery-image] Aug 22 12:37:34.292 INFO O| Aug 22 12:37:34.292 INFO STEP 224 (remove_files) COMPLETE
59432026-08-22T12:37:35.321Z[ recovery-image] Aug 22 12:37:34.292 INFO O| Aug 22 12:37:34.292 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-22T12:37:35.324Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
59452026-08-22T12:37:35.330Z[ recovery-image] Aug 22 12:37:34.301 INFO O| Aug 22 12:37:34.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59462026-08-22T12:37:35.330Z[ recovery-image] Aug 22 12:37:34.301 INFO O| Aug 22 12:37:34.301 INFO STEP 225 (remove_files) COMPLETE
59472026-08-22T12:37:35.333Z[ recovery-image] Aug 22 12:37:34.301 INFO O| Aug 22 12:37:34.301 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-22T12:37:35.339Z[ recovery-image] Aug 22 12:37:34.310 INFO O| Aug 22 12:37:34.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59492026-08-22T12:37:35.339Z[ recovery-image] Aug 22 12:37:34.310 INFO O| Aug 22 12:37:34.310 INFO STEP 226 (remove_files) COMPLETE
59502026-08-22T12:37:35.339Z[ recovery-image] Aug 22 12:37:34.310 INFO O| Aug 22 12:37:34.310 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-22T12:37:35.348Z[ recovery-image] Aug 22 12:37:34.320 INFO O| Aug 22 12:37:34.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59522026-08-22T12:37:35.348Z[ recovery-image] Aug 22 12:37:34.320 INFO O| Aug 22 12:37:34.320 INFO STEP 227 (remove_files) COMPLETE
59532026-08-22T12:37:35.348Z[ recovery-image] Aug 22 12:37:34.320 INFO O| Aug 22 12:37:34.320 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-22T12:37:35.359Z[ recovery-image] Aug 22 12:37:34.329 INFO O| Aug 22 12:37:34.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59552026-08-22T12:37:35.359Z[ recovery-image] Aug 22 12:37:34.330 INFO O| Aug 22 12:37:34.330 INFO STEP 228 (remove_files) COMPLETE
59562026-08-22T12:37:35.359Z[ recovery-image] Aug 22 12:37:34.330 INFO O| Aug 22 12:37:34.330 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-22T12:37:35.368Z[ recovery-image] Aug 22 12:37:34.340 INFO O| Aug 22 12:37:34.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59582026-08-22T12:37:35.368Z[ recovery-image] Aug 22 12:37:34.340 INFO O| Aug 22 12:37:34.340 INFO STEP 229 (remove_files) COMPLETE
59592026-08-22T12:37:35.368Z[ recovery-image] Aug 22 12:37:34.340 INFO O| Aug 22 12:37:34.340 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-22T12:37:35.377Z[ recovery-image] Aug 22 12:37:34.349 INFO O| Aug 22 12:37:34.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59612026-08-22T12:37:35.377Z[ recovery-image] Aug 22 12:37:34.349 INFO O| Aug 22 12:37:34.349 INFO STEP 230 (remove_files) COMPLETE
59622026-08-22T12:37:35.377Z[ recovery-image] Aug 22 12:37:34.349 INFO O| Aug 22 12:37:34.349 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-22T12:37:35.387Z[ recovery-image] Aug 22 12:37:34.358 INFO O| Aug 22 12:37:34.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59642026-08-22T12:37:35.387Z[ recovery-image] Aug 22 12:37:34.358 INFO O| Aug 22 12:37:34.358 INFO STEP 231 (remove_files) COMPLETE
59652026-08-22T12:37:35.387Z[ recovery-image] Aug 22 12:37:34.358 INFO O| Aug 22 12:37:34.358 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-22T12:37:35.397Z[ recovery-image] Aug 22 12:37:34.368 INFO O| Aug 22 12:37:34.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59672026-08-22T12:37:35.397Z[ recovery-image] Aug 22 12:37:34.368 INFO O| Aug 22 12:37:34.368 INFO STEP 232 (remove_files) COMPLETE
59682026-08-22T12:37:35.397Z[ recovery-image] Aug 22 12:37:34.368 INFO O| Aug 22 12:37:34.368 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-22T12:37:35.407Z[ recovery-image] Aug 22 12:37:34.379 INFO O| Aug 22 12:37:34.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59702026-08-22T12:37:35.407Z[ recovery-image] Aug 22 12:37:34.379 INFO O| Aug 22 12:37:34.379 INFO STEP 233 (remove_files) COMPLETE
59712026-08-22T12:37:35.407Z[ recovery-image] Aug 22 12:37:34.379 INFO O| Aug 22 12:37:34.379 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-22T12:37:35.417Z[ recovery-image] Aug 22 12:37:34.388 INFO O| Aug 22 12:37:34.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59732026-08-22T12:37:35.417Z[ recovery-image] Aug 22 12:37:34.388 INFO O| Aug 22 12:37:34.388 INFO STEP 234 (remove_files) COMPLETE
59742026-08-22T12:37:35.420Z[ recovery-image] Aug 22 12:37:34.388 INFO O| Aug 22 12:37:34.388 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-22T12:37:35.427Z[ recovery-image] Aug 22 12:37:34.399 INFO O| Aug 22 12:37:34.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59762026-08-22T12:37:35.427Z[ recovery-image] Aug 22 12:37:34.399 INFO O| Aug 22 12:37:34.399 INFO STEP 235 (remove_files) COMPLETE
59772026-08-22T12:37:35.427Z[ recovery-image] Aug 22 12:37:34.399 INFO O| Aug 22 12:37:34.399 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-22T12:37:35.437Z[ recovery-image] Aug 22 12:37:34.409 INFO O| Aug 22 12:37:34.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59792026-08-22T12:37:35.438Z[ recovery-image] Aug 22 12:37:34.409 INFO O| Aug 22 12:37:34.409 INFO STEP 236 (remove_files) COMPLETE
59802026-08-22T12:37:35.438Z[ recovery-image] Aug 22 12:37:34.409 INFO O| Aug 22 12:37:34.409 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-22T12:37:35.448Z[ recovery-image] Aug 22 12:37:34.420 INFO O| Aug 22 12:37:34.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59822026-08-22T12:37:35.449Z[ recovery-image] Aug 22 12:37:34.420 INFO O| Aug 22 12:37:34.420 INFO STEP 237 (remove_files) COMPLETE
59832026-08-22T12:37:35.449Z[ recovery-image] Aug 22 12:37:34.420 INFO O| Aug 22 12:37:34.420 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-22T12:37:35.459Z[ recovery-image] Aug 22 12:37:34.431 INFO O| Aug 22 12:37:34.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59852026-08-22T12:37:35.462Z[ recovery-image] Aug 22 12:37:34.433 INFO O| Aug 22 12:37:34.433 INFO STEP 238 (remove_files) COMPLETE
59862026-08-22T12:37:35.462Z[ recovery-image] Aug 22 12:37:34.433 INFO O| Aug 22 12:37:34.433 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-22T12:37:35.472Z[ recovery-image] Aug 22 12:37:34.443 INFO O| Aug 22 12:37:34.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59882026-08-22T12:37:35.472Z[ recovery-image] Aug 22 12:37:34.443 INFO O| Aug 22 12:37:34.443 INFO STEP 239 (remove_files) COMPLETE
59892026-08-22T12:37:35.472Z[ recovery-image] Aug 22 12:37:34.443 INFO O| Aug 22 12:37:34.443 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-22T12:37:35.481Z[ recovery-image] Aug 22 12:37:34.453 INFO O| Aug 22 12:37:34.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59912026-08-22T12:37:35.481Z[ recovery-image] Aug 22 12:37:34.453 INFO O| Aug 22 12:37:34.453 INFO STEP 240 (remove_files) COMPLETE
59922026-08-22T12:37:35.481Z[ recovery-image] Aug 22 12:37:34.453 INFO O| Aug 22 12:37:34.453 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-22T12:37:35.491Z[ recovery-image] Aug 22 12:37:34.463 INFO O| Aug 22 12:37:34.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59942026-08-22T12:37:35.491Z[ recovery-image] Aug 22 12:37:34.463 INFO O| Aug 22 12:37:34.463 INFO STEP 241 (remove_files) COMPLETE
59952026-08-22T12:37:35.491Z[ recovery-image] Aug 22 12:37:34.463 INFO O| Aug 22 12:37:34.463 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-22T12:37:35.501Z[ recovery-image] Aug 22 12:37:34.472 INFO O| Aug 22 12:37:34.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59972026-08-22T12:37:35.501Z[ recovery-image] Aug 22 12:37:34.472 INFO O| Aug 22 12:37:34.472 INFO STEP 242 (remove_files) COMPLETE
59982026-08-22T12:37:35.504Z[ recovery-image] Aug 22 12:37:34.472 INFO O| Aug 22 12:37:34.472 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-22T12:37:35.510Z[ recovery-image] Aug 22 12:37:34.482 INFO O| Aug 22 12:37:34.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60002026-08-22T12:37:35.513Z[ recovery-image] Aug 22 12:37:34.482 INFO O| Aug 22 12:37:34.482 INFO STEP 243 (remove_files) COMPLETE
60012026-08-22T12:37:35.513Z[ recovery-image] Aug 22 12:37:34.482 INFO O| Aug 22 12:37:34.482 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-22T12:37:35.521Z[ recovery-image] Aug 22 12:37:34.493 INFO O| Aug 22 12:37:34.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60032026-08-22T12:37:35.521Z[ recovery-image] Aug 22 12:37:34.493 INFO O| Aug 22 12:37:34.493 INFO STEP 244 (remove_files) COMPLETE
60042026-08-22T12:37:35.524Z[ recovery-image] Aug 22 12:37:34.493 INFO O| Aug 22 12:37:34.493 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-22T12:37:35.531Z[ recovery-image] Aug 22 12:37:34.503 INFO O| Aug 22 12:37:34.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60062026-08-22T12:37:35.531Z[ recovery-image] Aug 22 12:37:34.503 INFO O| Aug 22 12:37:34.503 INFO STEP 245 (remove_files) COMPLETE
60072026-08-22T12:37:35.534Z[ recovery-image] Aug 22 12:37:34.503 INFO O| Aug 22 12:37:34.503 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-22T12:37:35.541Z[ recovery-image] Aug 22 12:37:34.512 INFO O| Aug 22 12:37:34.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60092026-08-22T12:37:35.541Z[ recovery-image] Aug 22 12:37:34.512 INFO O| Aug 22 12:37:34.512 INFO STEP 246 (remove_files) COMPLETE
60102026-08-22T12:37:35.544Z[ recovery-image] Aug 22 12:37:34.512 INFO O| Aug 22 12:37:34.512 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-22T12:37:35.548Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
60122026-08-22T12:37:35.551Z[ recovery-image] Aug 22 12:37:34.522 INFO O| Aug 22 12:37:34.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60132026-08-22T12:37:35.551Z[ recovery-image] Aug 22 12:37:34.522 INFO O| Aug 22 12:37:34.522 INFO STEP 247 (remove_files) COMPLETE
60142026-08-22T12:37:35.551Z[ recovery-image] Aug 22 12:37:34.522 INFO O| Aug 22 12:37:34.522 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-22T12:37:35.563Z[ recovery-image] Aug 22 12:37:34.535 INFO O| Aug 22 12:37:34.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60162026-08-22T12:37:35.563Z[ recovery-image] Aug 22 12:37:34.535 INFO O| Aug 22 12:37:34.535 INFO STEP 248 (remove_files) COMPLETE
60172026-08-22T12:37:35.563Z[ recovery-image] Aug 22 12:37:34.535 INFO O| Aug 22 12:37:34.535 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-22T12:37:35.574Z[ recovery-image] Aug 22 12:37:34.545 INFO O| Aug 22 12:37:34.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60192026-08-22T12:37:35.574Z[ recovery-image] Aug 22 12:37:34.545 INFO O| Aug 22 12:37:34.545 INFO STEP 249 (remove_files) COMPLETE
60202026-08-22T12:37:35.574Z[ recovery-image] Aug 22 12:37:34.545 INFO O| Aug 22 12:37:34.545 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-22T12:37:35.584Z[ recovery-image] Aug 22 12:37:34.555 INFO O| Aug 22 12:37:34.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60222026-08-22T12:37:35.584Z[ recovery-image] Aug 22 12:37:34.555 INFO O| Aug 22 12:37:34.555 INFO STEP 250 (remove_files) COMPLETE
60232026-08-22T12:37:35.584Z[ recovery-image] Aug 22 12:37:34.555 INFO O| Aug 22 12:37:34.555 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-22T12:37:35.595Z[ recovery-image] Aug 22 12:37:34.566 INFO O| Aug 22 12:37:34.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60252026-08-22T12:37:35.595Z[ recovery-image] Aug 22 12:37:34.566 INFO O| Aug 22 12:37:34.566 INFO STEP 251 (remove_files) COMPLETE
60262026-08-22T12:37:35.595Z[ recovery-image] Aug 22 12:37:34.566 INFO O| Aug 22 12:37:34.566 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-22T12:37:35.604Z[ recovery-image] Aug 22 12:37:34.576 INFO O| Aug 22 12:37:34.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60282026-08-22T12:37:35.604Z[ recovery-image] Aug 22 12:37:34.576 INFO O| Aug 22 12:37:34.576 INFO STEP 252 (remove_files) COMPLETE
60292026-08-22T12:37:35.605Z[ recovery-image] Aug 22 12:37:34.576 INFO O| Aug 22 12:37:34.576 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-22T12:37:35.613Z[ recovery-image] Aug 22 12:37:34.585 INFO O| Aug 22 12:37:34.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60312026-08-22T12:37:35.613Z[ recovery-image] Aug 22 12:37:34.585 INFO O| Aug 22 12:37:34.585 INFO STEP 253 (remove_files) COMPLETE
60322026-08-22T12:37:35.613Z[ recovery-image] Aug 22 12:37:34.585 INFO O| Aug 22 12:37:34.585 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-22T12:37:35.622Z[ recovery-image] Aug 22 12:37:34.594 INFO O| Aug 22 12:37:34.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60342026-08-22T12:37:35.622Z[ recovery-image] Aug 22 12:37:34.594 INFO O| Aug 22 12:37:34.594 INFO STEP 254 (remove_files) COMPLETE
60352026-08-22T12:37:35.623Z[ recovery-image] Aug 22 12:37:34.594 INFO O| Aug 22 12:37:34.594 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-22T12:37:35.631Z[ recovery-image] Aug 22 12:37:34.603 INFO O| Aug 22 12:37:34.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60372026-08-22T12:37:35.631Z[ recovery-image] Aug 22 12:37:34.603 INFO O| Aug 22 12:37:34.603 INFO STEP 255 (remove_files) COMPLETE
60382026-08-22T12:37:35.631Z[ recovery-image] Aug 22 12:37:34.603 INFO O| Aug 22 12:37:34.603 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-22T12:37:35.641Z[ recovery-image] Aug 22 12:37:34.612 INFO O| Aug 22 12:37:34.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60402026-08-22T12:37:35.641Z[ recovery-image] Aug 22 12:37:34.612 INFO O| Aug 22 12:37:34.612 INFO STEP 256 (remove_files) COMPLETE
60412026-08-22T12:37:35.641Z[ recovery-image] Aug 22 12:37:34.612 INFO O| Aug 22 12:37:34.612 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-22T12:37:35.650Z[ recovery-image] Aug 22 12:37:34.621 INFO O| Aug 22 12:37:34.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60432026-08-22T12:37:35.653Z[ recovery-image] Aug 22 12:37:34.622 INFO O| Aug 22 12:37:34.622 INFO STEP 257 (remove_files) COMPLETE
60442026-08-22T12:37:35.653Z[ recovery-image] Aug 22 12:37:34.622 INFO O| Aug 22 12:37:34.622 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-22T12:37:35.659Z[ recovery-image] Aug 22 12:37:34.631 INFO O| Aug 22 12:37:34.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60462026-08-22T12:37:35.659Z[ recovery-image] Aug 22 12:37:34.631 INFO O| Aug 22 12:37:34.631 INFO STEP 258 (remove_files) COMPLETE
60472026-08-22T12:37:35.659Z[ recovery-image] Aug 22 12:37:34.631 INFO O| Aug 22 12:37:34.631 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-22T12:37:35.669Z[ recovery-image] Aug 22 12:37:34.640 INFO O| Aug 22 12:37:34.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60492026-08-22T12:37:35.669Z[ recovery-image] Aug 22 12:37:34.640 INFO O| Aug 22 12:37:34.640 INFO STEP 259 (remove_files) COMPLETE
60502026-08-22T12:37:35.669Z[ recovery-image] Aug 22 12:37:34.640 INFO O| Aug 22 12:37:34.640 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-22T12:37:35.677Z[ recovery-image] Aug 22 12:37:34.649 INFO O| Aug 22 12:37:34.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60522026-08-22T12:37:35.677Z[ recovery-image] Aug 22 12:37:34.649 INFO O| Aug 22 12:37:34.649 INFO STEP 260 (remove_files) COMPLETE
60532026-08-22T12:37:35.677Z[ recovery-image] Aug 22 12:37:34.649 INFO O| Aug 22 12:37:34.649 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-22T12:37:35.686Z[ recovery-image] Aug 22 12:37:34.657 INFO O| Aug 22 12:37:34.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60552026-08-22T12:37:35.686Z[ recovery-image] Aug 22 12:37:34.657 INFO O| Aug 22 12:37:34.657 INFO STEP 261 (remove_files) COMPLETE
60562026-08-22T12:37:35.686Z[ recovery-image] Aug 22 12:37:34.657 INFO O| Aug 22 12:37:34.657 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-22T12:37:35.695Z[ recovery-image] Aug 22 12:37:34.666 INFO O| Aug 22 12:37:34.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60582026-08-22T12:37:35.695Z[ recovery-image] Aug 22 12:37:34.666 INFO O| Aug 22 12:37:34.666 INFO STEP 262 (remove_files) COMPLETE
60592026-08-22T12:37:35.695Z[ recovery-image] Aug 22 12:37:34.666 INFO O| Aug 22 12:37:34.666 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-22T12:37:35.704Z[ recovery-image] Aug 22 12:37:34.676 INFO O| Aug 22 12:37:34.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60612026-08-22T12:37:35.707Z[ recovery-image] Aug 22 12:37:34.676 INFO O| Aug 22 12:37:34.676 INFO STEP 263 (remove_files) COMPLETE
60622026-08-22T12:37:35.707Z[ recovery-image] Aug 22 12:37:34.676 INFO O| Aug 22 12:37:34.676 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-22T12:37:35.714Z[ recovery-image] Aug 22 12:37:34.686 INFO O| Aug 22 12:37:34.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60642026-08-22T12:37:35.714Z[ recovery-image] Aug 22 12:37:34.686 INFO O| Aug 22 12:37:34.686 INFO STEP 264 (remove_files) COMPLETE
60652026-08-22T12:37:35.714Z[ recovery-image] Aug 22 12:37:34.686 INFO O| Aug 22 12:37:34.686 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-22T12:37:35.725Z[ recovery-image] Aug 22 12:37:34.696 INFO O| Aug 22 12:37:34.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60672026-08-22T12:37:35.725Z[ recovery-image] Aug 22 12:37:34.696 INFO O| Aug 22 12:37:34.696 INFO STEP 265 (remove_files) COMPLETE
60682026-08-22T12:37:35.728Z[ recovery-image] Aug 22 12:37:34.696 INFO O| Aug 22 12:37:34.696 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-22T12:37:35.734Z[ recovery-image] Aug 22 12:37:34.705 INFO O| Aug 22 12:37:34.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60702026-08-22T12:37:35.734Z[ recovery-image] Aug 22 12:37:34.705 INFO O| Aug 22 12:37:34.705 INFO STEP 266 (remove_files) COMPLETE
60712026-08-22T12:37:35.737Z[ recovery-image] Aug 22 12:37:34.705 INFO O| Aug 22 12:37:34.705 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-22T12:37:35.745Z[ recovery-image] Aug 22 12:37:34.716 INFO O| Aug 22 12:37:34.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60732026-08-22T12:37:35.745Z[ recovery-image] Aug 22 12:37:34.716 INFO O| Aug 22 12:37:34.716 INFO STEP 267 (remove_files) COMPLETE
60742026-08-22T12:37:35.745Z[ recovery-image] Aug 22 12:37:34.716 INFO O| Aug 22 12:37:34.716 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-22T12:37:35.756Z[ recovery-image] Aug 22 12:37:34.727 INFO O| Aug 22 12:37:34.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60762026-08-22T12:37:35.756Z[ recovery-image] Aug 22 12:37:34.727 INFO O| Aug 22 12:37:34.727 INFO STEP 268 (remove_files) COMPLETE
60772026-08-22T12:37:35.756Z[ recovery-image] Aug 22 12:37:34.727 INFO O| Aug 22 12:37:34.727 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-22T12:37:35.766Z[ recovery-image] Aug 22 12:37:34.738 INFO O| Aug 22 12:37:34.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60792026-08-22T12:37:35.766Z[ recovery-image] Aug 22 12:37:34.738 INFO O| Aug 22 12:37:34.738 INFO STEP 269 (remove_files) COMPLETE
60802026-08-22T12:37:35.766Z[ recovery-image] Aug 22 12:37:34.738 INFO O| Aug 22 12:37:34.738 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-22T12:37:35.775Z[ recovery-image] Aug 22 12:37:34.747 INFO O| Aug 22 12:37:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60822026-08-22T12:37:35.775Z[ recovery-image] Aug 22 12:37:34.747 INFO O| Aug 22 12:37:34.747 INFO STEP 270 (remove_files) COMPLETE
60832026-08-22T12:37:35.778Z[ recovery-image] Aug 22 12:37:34.747 INFO O| Aug 22 12:37:34.747 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-22T12:37:35.785Z[ recovery-image] Aug 22 12:37:34.756 INFO O| Aug 22 12:37:34.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60852026-08-22T12:37:35.785Z[ recovery-image] Aug 22 12:37:34.756 INFO O| Aug 22 12:37:34.756 INFO STEP 271 (remove_files) COMPLETE
60862026-08-22T12:37:35.785Z[ recovery-image] Aug 22 12:37:34.756 INFO O| Aug 22 12:37:34.756 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-22T12:37:35.793Z[ recovery-image] Aug 22 12:37:34.765 INFO O| Aug 22 12:37:34.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60882026-08-22T12:37:35.793Z[ recovery-image] Aug 22 12:37:34.765 INFO O| Aug 22 12:37:34.765 INFO STEP 272 (remove_files) COMPLETE
60892026-08-22T12:37:35.796Z[ recovery-image] Aug 22 12:37:34.765 INFO O| Aug 22 12:37:34.765 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-22T12:37:35.803Z[ recovery-image] Aug 22 12:37:34.774 INFO O| Aug 22 12:37:34.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60912026-08-22T12:37:35.803Z[ recovery-image] Aug 22 12:37:34.774 INFO O| Aug 22 12:37:34.774 INFO STEP 273 (remove_files) COMPLETE
60922026-08-22T12:37:35.803Z[ recovery-image] Aug 22 12:37:34.774 INFO O| Aug 22 12:37:34.774 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-22T12:37:35.813Z[ recovery-image] Aug 22 12:37:34.784 INFO O| Aug 22 12:37:34.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60942026-08-22T12:37:35.813Z[ recovery-image] Aug 22 12:37:34.784 INFO O| Aug 22 12:37:34.784 INFO STEP 274 (remove_files) COMPLETE
60952026-08-22T12:37:35.816Z[ recovery-image] Aug 22 12:37:34.784 INFO O| Aug 22 12:37:34.784 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-22T12:37:35.823Z[ recovery-image] Aug 22 12:37:34.794 INFO O| Aug 22 12:37:34.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60972026-08-22T12:37:35.823Z[ recovery-image] Aug 22 12:37:34.794 INFO O| Aug 22 12:37:34.794 INFO STEP 275 (remove_files) COMPLETE
60982026-08-22T12:37:35.826Z[ recovery-image] Aug 22 12:37:34.794 INFO O| Aug 22 12:37:34.794 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-22T12:37:35.834Z[ recovery-image] Aug 22 12:37:34.804 INFO O| Aug 22 12:37:34.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61002026-08-22T12:37:35.834Z[ recovery-image] Aug 22 12:37:34.804 INFO O| Aug 22 12:37:34.804 INFO STEP 276 (remove_files) COMPLETE
61012026-08-22T12:37:35.834Z[ recovery-image] Aug 22 12:37:34.804 INFO O| Aug 22 12:37:34.804 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-22T12:37:35.842Z[ recovery-image] Aug 22 12:37:34.814 INFO O| Aug 22 12:37:34.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61032026-08-22T12:37:35.842Z[ recovery-image] Aug 22 12:37:34.814 INFO O| Aug 22 12:37:34.814 INFO STEP 277 (remove_files) COMPLETE
61042026-08-22T12:37:35.843Z[ recovery-image] Aug 22 12:37:34.814 INFO O| Aug 22 12:37:34.814 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-22T12:37:35.852Z[ recovery-image] Aug 22 12:37:34.823 INFO O| Aug 22 12:37:34.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61062026-08-22T12:37:35.852Z[ recovery-image] Aug 22 12:37:34.824 INFO O| Aug 22 12:37:34.823 INFO STEP 278 (remove_files) COMPLETE
61072026-08-22T12:37:35.852Z[ recovery-image] Aug 22 12:37:34.824 INFO O| Aug 22 12:37:34.824 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.833 INFO O| Aug 22 12:37:34.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61092026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.833 INFO O| Aug 22 12:37:34.833 INFO STEP 279 (remove_files) COMPLETE
61102026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.833 INFO O| Aug 22 12:37:34.833 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.844 INFO O| Aug 22 12:37:34.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61122026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.844 INFO O| Aug 22 12:37:34.844 INFO STEP 280 (remove_files) COMPLETE
61132026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.844 INFO O| Aug 22 12:37:34.844 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.853 INFO O| Aug 22 12:37:34.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61152026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.853 INFO O| Aug 22 12:37:34.853 INFO STEP 281 (remove_files) COMPLETE
61162026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.853 INFO O| Aug 22 12:37:34.853 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.862 INFO O| Aug 22 12:37:34.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61182026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.862 INFO O| Aug 22 12:37:34.862 INFO STEP 282 (remove_files) COMPLETE
61192026-08-22T12:37:35.900Z[ recovery-image] Aug 22 12:37:34.862 INFO O| Aug 22 12:37:34.862 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-22T12:37:35.904Z[ recovery-image] Aug 22 12:37:34.875 INFO O| Aug 22 12:37:34.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61212026-08-22T12:37:35.905Z[ recovery-image] Aug 22 12:37:34.875 INFO O| Aug 22 12:37:34.875 INFO STEP 283 (remove_files) COMPLETE
61222026-08-22T12:37:35.905Z[ recovery-image] Aug 22 12:37:34.875 INFO O| Aug 22 12:37:34.875 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-22T12:37:35.913Z[ recovery-image] Aug 22 12:37:34.884 INFO O| Aug 22 12:37:34.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61242026-08-22T12:37:35.913Z[ recovery-image] Aug 22 12:37:34.884 INFO O| Aug 22 12:37:34.884 INFO STEP 284 (remove_files) COMPLETE
61252026-08-22T12:37:35.913Z[ recovery-image] Aug 22 12:37:34.884 INFO O| Aug 22 12:37:34.884 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-22T12:37:35.922Z[ recovery-image] Aug 22 12:37:34.893 INFO O| Aug 22 12:37:34.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61272026-08-22T12:37:35.922Z[ recovery-image] Aug 22 12:37:34.893 INFO O| Aug 22 12:37:34.893 INFO STEP 285 (remove_files) COMPLETE
61282026-08-22T12:37:35.925Z[ recovery-image] Aug 22 12:37:34.893 INFO O| Aug 22 12:37:34.893 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-22T12:37:35.935Z[ recovery-image] Aug 22 12:37:34.904 INFO O| Aug 22 12:37:34.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61302026-08-22T12:37:35.935Z[ recovery-image] Aug 22 12:37:34.904 INFO O| Aug 22 12:37:34.904 INFO STEP 286 (remove_files) COMPLETE
61312026-08-22T12:37:35.935Z[ recovery-image] Aug 22 12:37:34.904 INFO O| Aug 22 12:37:34.904 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-22T12:37:35.943Z[ recovery-image] Aug 22 12:37:34.915 INFO O| Aug 22 12:37:34.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61332026-08-22T12:37:35.943Z[ recovery-image] Aug 22 12:37:34.915 INFO O| Aug 22 12:37:34.915 INFO STEP 287 (remove_files) COMPLETE
61342026-08-22T12:37:35.943Z[ recovery-image] Aug 22 12:37:34.915 INFO O| Aug 22 12:37:34.915 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-22T12:37:35.952Z[ recovery-image] Aug 22 12:37:34.924 INFO O| Aug 22 12:37:34.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61362026-08-22T12:37:35.952Z[ recovery-image] Aug 22 12:37:34.924 INFO O| Aug 22 12:37:34.924 INFO STEP 288 (remove_files) COMPLETE
61372026-08-22T12:37:35.955Z[ recovery-image] Aug 22 12:37:34.924 INFO O| Aug 22 12:37:34.924 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-22T12:37:35.961Z[ recovery-image] Aug 22 12:37:34.933 INFO O| Aug 22 12:37:34.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61392026-08-22T12:37:35.961Z[ recovery-image] Aug 22 12:37:34.933 INFO O| Aug 22 12:37:34.933 INFO STEP 289 (remove_files) COMPLETE
61402026-08-22T12:37:35.964Z[ recovery-image] Aug 22 12:37:34.933 INFO O| Aug 22 12:37:34.933 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-22T12:37:36.011Z[ recovery-image] Aug 22 12:37:34.982 INFO O| Aug 22 12:37:34.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61422026-08-22T12:37:36.011Z[ recovery-image] Aug 22 12:37:34.982 INFO O| Aug 22 12:37:34.982 INFO STEP 290 (remove_files) COMPLETE
61432026-08-22T12:37:36.011Z[ recovery-image] Aug 22 12:37:34.982 INFO O| Aug 22 12:37:34.982 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-22T12:37:36.020Z[ recovery-image] Aug 22 12:37:34.991 INFO O| Aug 22 12:37:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61452026-08-22T12:37:36.020Z[ recovery-image] Aug 22 12:37:34.991 INFO O| Aug 22 12:37:34.991 INFO STEP 291 (remove_files) COMPLETE
61462026-08-22T12:37:36.023Z[ recovery-image] Aug 22 12:37:34.991 INFO O| Aug 22 12:37:34.991 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-22T12:37:36.028Z[ recovery-image] Aug 22 12:37:34.999 INFO O| Aug 22 12:37:34.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61482026-08-22T12:37:36.028Z[ recovery-image] Aug 22 12:37:34.999 INFO O| Aug 22 12:37:34.999 INFO STEP 292 (remove_files) COMPLETE
61492026-08-22T12:37:36.028Z[ recovery-image] Aug 22 12:37:34.999 INFO O| Aug 22 12:37:34.999 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-22T12:37:36.043Z[ recovery-image] Aug 22 12:37:35.014 INFO O| Aug 22 12:37:35.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61512026-08-22T12:37:36.043Z[ recovery-image] Aug 22 12:37:35.014 INFO O| Aug 22 12:37:35.014 INFO STEP 293 (remove_files) COMPLETE
61522026-08-22T12:37:36.043Z[ recovery-image] Aug 22 12:37:35.014 INFO O| Aug 22 12:37:35.014 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-22T12:37:36.052Z[ recovery-image] Aug 22 12:37:35.024 INFO O| Aug 22 12:37:35.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61542026-08-22T12:37:36.052Z[ recovery-image] Aug 22 12:37:35.024 INFO O| Aug 22 12:37:35.024 INFO STEP 294 (remove_files) COMPLETE
61552026-08-22T12:37:36.052Z[ recovery-image] Aug 22 12:37:35.024 INFO O| Aug 22 12:37:35.024 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-22T12:37:36.061Z[ recovery-image] Aug 22 12:37:35.032 INFO O| Aug 22 12:37:35.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61572026-08-22T12:37:36.061Z[ recovery-image] Aug 22 12:37:35.032 INFO O| Aug 22 12:37:35.032 INFO STEP 295 (remove_files) COMPLETE
61582026-08-22T12:37:36.061Z[ recovery-image] Aug 22 12:37:35.032 INFO O| Aug 22 12:37:35.032 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-22T12:37:36.069Z[ recovery-image] Aug 22 12:37:35.041 INFO O| Aug 22 12:37:35.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61602026-08-22T12:37:36.069Z[ recovery-image] Aug 22 12:37:35.041 INFO O| Aug 22 12:37:35.041 INFO STEP 296 (remove_files) COMPLETE
61612026-08-22T12:37:36.069Z[ recovery-image] Aug 22 12:37:35.041 INFO O| Aug 22 12:37:35.041 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-22T12:37:36.078Z[ recovery-image] Aug 22 12:37:35.049 INFO O| Aug 22 12:37:35.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61632026-08-22T12:37:36.078Z[ recovery-image] Aug 22 12:37:35.049 INFO O| Aug 22 12:37:35.049 INFO STEP 297 (remove_files) COMPLETE
61642026-08-22T12:37:36.078Z[ recovery-image] Aug 22 12:37:35.049 INFO O| Aug 22 12:37:35.049 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-22T12:37:36.086Z[ recovery-image] Aug 22 12:37:35.057 INFO O| Aug 22 12:37:35.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61662026-08-22T12:37:36.086Z[ recovery-image] Aug 22 12:37:35.057 INFO O| Aug 22 12:37:35.057 INFO STEP 298 (remove_files) COMPLETE
61672026-08-22T12:37:36.089Z[ recovery-image] Aug 22 12:37:35.057 INFO O| Aug 22 12:37:35.057 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-22T12:37:36.095Z[ recovery-image] Aug 22 12:37:35.066 INFO O| Aug 22 12:37:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61692026-08-22T12:37:36.095Z[ recovery-image] Aug 22 12:37:35.066 INFO O| Aug 22 12:37:35.066 INFO STEP 299 (remove_files) COMPLETE
61702026-08-22T12:37:36.095Z[ recovery-image] Aug 22 12:37:35.066 INFO O| Aug 22 12:37:35.066 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-22T12:37:36.107Z[ recovery-image] Aug 22 12:37:35.078 INFO O| Aug 22 12:37:35.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61722026-08-22T12:37:36.107Z[ recovery-image] Aug 22 12:37:35.078 INFO O| Aug 22 12:37:35.078 INFO STEP 300 (remove_files) COMPLETE
61732026-08-22T12:37:36.107Z[ recovery-image] Aug 22 12:37:35.078 INFO O| Aug 22 12:37:35.078 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-22T12:37:36.117Z[ recovery-image] Aug 22 12:37:35.088 INFO O| Aug 22 12:37:35.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61752026-08-22T12:37:36.117Z[ recovery-image] Aug 22 12:37:35.088 INFO O| Aug 22 12:37:35.088 INFO STEP 301 (remove_files) COMPLETE
61762026-08-22T12:37:36.117Z[ recovery-image] Aug 22 12:37:35.088 INFO O| Aug 22 12:37:35.088 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-22T12:37:36.127Z[ recovery-image] Aug 22 12:37:35.099 INFO O| Aug 22 12:37:35.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61782026-08-22T12:37:36.127Z[ recovery-image] Aug 22 12:37:35.099 INFO O| Aug 22 12:37:35.099 INFO STEP 302 (remove_files) COMPLETE
61792026-08-22T12:37:36.127Z[ recovery-image] Aug 22 12:37:35.099 INFO O| Aug 22 12:37:35.099 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-22T12:37:36.138Z[ recovery-image] Aug 22 12:37:35.109 INFO O| Aug 22 12:37:35.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61812026-08-22T12:37:36.138Z[ recovery-image] Aug 22 12:37:35.109 INFO O| Aug 22 12:37:35.109 INFO STEP 303 (remove_files) COMPLETE
61822026-08-22T12:37:36.138Z[ recovery-image] Aug 22 12:37:35.109 INFO O| Aug 22 12:37:35.109 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-22T12:37:36.149Z[ recovery-image] Aug 22 12:37:35.120 INFO O| Aug 22 12:37:35.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61842026-08-22T12:37:36.149Z[ recovery-image] Aug 22 12:37:35.120 INFO O| Aug 22 12:37:35.120 INFO STEP 304 (remove_files) COMPLETE
61852026-08-22T12:37:36.149Z[ recovery-image] Aug 22 12:37:35.120 INFO O| Aug 22 12:37:35.120 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-22T12:37:36.159Z[ recovery-image] Aug 22 12:37:35.130 INFO O| Aug 22 12:37:35.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61872026-08-22T12:37:36.159Z[ recovery-image] Aug 22 12:37:35.130 INFO O| Aug 22 12:37:35.130 INFO STEP 305 (remove_files) COMPLETE
61882026-08-22T12:37:36.159Z[ recovery-image] Aug 22 12:37:35.130 INFO O| Aug 22 12:37:35.130 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-22T12:37:36.169Z[ recovery-image] Aug 22 12:37:35.140 INFO O| Aug 22 12:37:35.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61902026-08-22T12:37:36.169Z[ recovery-image] Aug 22 12:37:35.140 INFO O| Aug 22 12:37:35.140 INFO STEP 306 (remove_files) COMPLETE
61912026-08-22T12:37:36.169Z[ recovery-image] Aug 22 12:37:35.140 INFO O| Aug 22 12:37:35.140 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-22T12:37:36.179Z[ recovery-image] Aug 22 12:37:35.150 INFO O| Aug 22 12:37:35.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61932026-08-22T12:37:36.179Z[ recovery-image] Aug 22 12:37:35.150 INFO O| Aug 22 12:37:35.150 INFO STEP 307 (remove_files) COMPLETE
61942026-08-22T12:37:36.182Z[ recovery-image] Aug 22 12:37:35.150 INFO O| Aug 22 12:37:35.150 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-22T12:37:36.190Z[ recovery-image] Aug 22 12:37:35.161 INFO O| Aug 22 12:37:35.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61962026-08-22T12:37:36.190Z[ recovery-image] Aug 22 12:37:35.161 INFO O| Aug 22 12:37:35.161 INFO STEP 308 (remove_files) COMPLETE
61972026-08-22T12:37:36.190Z[ recovery-image] Aug 22 12:37:35.161 INFO O| Aug 22 12:37:35.161 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-22T12:37:36.200Z[ recovery-image] Aug 22 12:37:35.171 INFO O| Aug 22 12:37:35.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61992026-08-22T12:37:36.200Z[ recovery-image] Aug 22 12:37:35.171 INFO O| Aug 22 12:37:35.171 INFO STEP 309 (remove_files) COMPLETE
62002026-08-22T12:37:36.200Z[ recovery-image] Aug 22 12:37:35.171 INFO O| Aug 22 12:37:35.171 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-22T12:37:36.209Z[ recovery-image] Aug 22 12:37:35.181 INFO O| Aug 22 12:37:35.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62022026-08-22T12:37:36.209Z[ recovery-image] Aug 22 12:37:35.181 INFO O| Aug 22 12:37:35.181 INFO STEP 310 (remove_files) COMPLETE
62032026-08-22T12:37:36.209Z[ recovery-image] Aug 22 12:37:35.181 INFO O| Aug 22 12:37:35.181 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-22T12:37:36.218Z[ recovery-image] Aug 22 12:37:35.190 INFO O| Aug 22 12:37:35.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62052026-08-22T12:37:36.218Z[ recovery-image] Aug 22 12:37:35.190 INFO O| Aug 22 12:37:35.190 INFO STEP 311 (remove_files) COMPLETE
62062026-08-22T12:37:36.218Z[ recovery-image] Aug 22 12:37:35.190 INFO O| Aug 22 12:37:35.190 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-22T12:37:36.227Z[ recovery-image] Aug 22 12:37:35.198 INFO O| Aug 22 12:37:35.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62082026-08-22T12:37:36.227Z[ recovery-image] Aug 22 12:37:35.198 INFO O| Aug 22 12:37:35.198 INFO STEP 312 (remove_files) COMPLETE
62092026-08-22T12:37:36.227Z[ recovery-image] Aug 22 12:37:35.198 INFO O| Aug 22 12:37:35.198 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-22T12:37:36.237Z[ recovery-image] Aug 22 12:37:35.209 INFO O| Aug 22 12:37:35.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62112026-08-22T12:37:36.237Z[ recovery-image] Aug 22 12:37:35.209 INFO O| Aug 22 12:37:35.209 INFO STEP 313 (remove_files) COMPLETE
62122026-08-22T12:37:36.237Z[ recovery-image] Aug 22 12:37:35.209 INFO O| Aug 22 12:37:35.209 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-22T12:37:36.248Z[ recovery-image] Aug 22 12:37:35.220 INFO O| Aug 22 12:37:35.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62142026-08-22T12:37:36.248Z[ recovery-image] Aug 22 12:37:35.220 INFO O| Aug 22 12:37:35.220 INFO STEP 314 (remove_files) COMPLETE
62152026-08-22T12:37:36.248Z[ recovery-image] Aug 22 12:37:35.220 INFO O| Aug 22 12:37:35.220 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-22T12:37:36.258Z[ recovery-image] Aug 22 12:37:35.230 INFO O| Aug 22 12:37:35.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62172026-08-22T12:37:36.258Z[ recovery-image] Aug 22 12:37:35.230 INFO O| Aug 22 12:37:35.230 INFO STEP 315 (remove_files) COMPLETE
62182026-08-22T12:37:36.258Z[ recovery-image] Aug 22 12:37:35.230 INFO O| Aug 22 12:37:35.230 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-22T12:37:36.268Z[ recovery-image] Aug 22 12:37:35.240 INFO O| Aug 22 12:37:35.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62202026-08-22T12:37:36.268Z[ recovery-image] Aug 22 12:37:35.240 INFO O| Aug 22 12:37:35.240 INFO STEP 316 (remove_files) COMPLETE
62212026-08-22T12:37:36.268Z[ recovery-image] Aug 22 12:37:35.240 INFO O| Aug 22 12:37:35.240 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-22T12:37:36.277Z[ recovery-image] Aug 22 12:37:35.249 INFO O| Aug 22 12:37:35.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62232026-08-22T12:37:36.277Z[ recovery-image] Aug 22 12:37:35.249 INFO O| Aug 22 12:37:35.249 INFO STEP 317 (remove_files) COMPLETE
62242026-08-22T12:37:36.277Z[ recovery-image] Aug 22 12:37:35.249 INFO O| Aug 22 12:37:35.249 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-22T12:37:36.286Z[ recovery-image] Aug 22 12:37:35.257 INFO O| Aug 22 12:37:35.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62262026-08-22T12:37:36.289Z[ recovery-image] Aug 22 12:37:35.258 INFO O| Aug 22 12:37:35.258 INFO STEP 318 (remove_files) COMPLETE
62272026-08-22T12:37:36.289Z[ recovery-image] Aug 22 12:37:35.258 INFO O| Aug 22 12:37:35.258 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-22T12:37:36.297Z[ recovery-image] Aug 22 12:37:35.268 INFO O| Aug 22 12:37:35.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62292026-08-22T12:37:36.297Z[ recovery-image] Aug 22 12:37:35.268 INFO O| Aug 22 12:37:35.268 INFO STEP 319 (remove_files) COMPLETE
62302026-08-22T12:37:36.297Z[ recovery-image] Aug 22 12:37:35.268 INFO O| Aug 22 12:37:35.268 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-22T12:37:36.307Z[ recovery-image] Aug 22 12:37:35.279 INFO O| Aug 22 12:37:35.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62322026-08-22T12:37:36.307Z[ recovery-image] Aug 22 12:37:35.279 INFO O| Aug 22 12:37:35.279 INFO STEP 320 (remove_files) COMPLETE
62332026-08-22T12:37:36.307Z[ recovery-image] Aug 22 12:37:35.279 INFO O| Aug 22 12:37:35.279 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-22T12:37:36.317Z[ recovery-image] Aug 22 12:37:35.289 INFO O| Aug 22 12:37:35.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62352026-08-22T12:37:36.320Z[ recovery-image] Aug 22 12:37:35.290 INFO O| Aug 22 12:37:35.290 INFO STEP 321 (remove_files) COMPLETE
62362026-08-22T12:37:36.320Z[ recovery-image] Aug 22 12:37:35.290 INFO O| Aug 22 12:37:35.290 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-22T12:37:36.329Z[ recovery-image] Aug 22 12:37:35.300 INFO O| Aug 22 12:37:35.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62382026-08-22T12:37:36.332Z[ recovery-image] Aug 22 12:37:35.300 INFO O| Aug 22 12:37:35.300 INFO STEP 322 (remove_files) COMPLETE
62392026-08-22T12:37:36.332Z[ recovery-image] Aug 22 12:37:35.300 INFO O| Aug 22 12:37:35.300 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-22T12:37:36.341Z[ recovery-image] Aug 22 12:37:35.311 INFO O| Aug 22 12:37:35.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62412026-08-22T12:37:36.341Z[ recovery-image] Aug 22 12:37:35.311 INFO O| Aug 22 12:37:35.311 INFO STEP 323 (remove_files) COMPLETE
62422026-08-22T12:37:36.341Z[ recovery-image] Aug 22 12:37:35.311 INFO O| Aug 22 12:37:35.311 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-22T12:37:36.350Z[ recovery-image] Aug 22 12:37:35.322 INFO O| Aug 22 12:37:35.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62442026-08-22T12:37:36.350Z[ recovery-image] Aug 22 12:37:35.322 INFO O| Aug 22 12:37:35.322 INFO STEP 324 (remove_files) COMPLETE
62452026-08-22T12:37:36.350Z[ recovery-image] Aug 22 12:37:35.322 INFO O| Aug 22 12:37:35.322 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-22T12:37:36.360Z[ recovery-image] Aug 22 12:37:35.332 INFO O| Aug 22 12:37:35.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62472026-08-22T12:37:36.361Z[ recovery-image] Aug 22 12:37:35.332 INFO O| Aug 22 12:37:35.332 INFO STEP 325 (remove_files) COMPLETE
62482026-08-22T12:37:36.363Z[ recovery-image] Aug 22 12:37:35.332 INFO O| Aug 22 12:37:35.332 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-22T12:37:36.370Z[ recovery-image] Aug 22 12:37:35.341 INFO O| Aug 22 12:37:35.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62502026-08-22T12:37:36.370Z[ recovery-image] Aug 22 12:37:35.341 INFO O| Aug 22 12:37:35.341 INFO STEP 326 (remove_files) COMPLETE
62512026-08-22T12:37:36.370Z[ recovery-image] Aug 22 12:37:35.341 INFO O| Aug 22 12:37:35.341 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-22T12:37:36.379Z[ recovery-image] Aug 22 12:37:35.350 INFO O| Aug 22 12:37:35.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62532026-08-22T12:37:36.379Z[ recovery-image] Aug 22 12:37:35.350 INFO O| Aug 22 12:37:35.350 INFO STEP 327 (remove_files) COMPLETE
62542026-08-22T12:37:36.379Z[ recovery-image] Aug 22 12:37:35.350 INFO O| Aug 22 12:37:35.350 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-22T12:37:36.388Z[ recovery-image] Aug 22 12:37:35.359 INFO O| Aug 22 12:37:35.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62562026-08-22T12:37:36.388Z[ recovery-image] Aug 22 12:37:35.359 INFO O| Aug 22 12:37:35.359 INFO STEP 328 (remove_files) COMPLETE
62572026-08-22T12:37:36.388Z[ recovery-image] Aug 22 12:37:35.359 INFO O| Aug 22 12:37:35.359 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-22T12:37:36.396Z[ recovery-image] Aug 22 12:37:35.368 INFO O| Aug 22 12:37:35.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62592026-08-22T12:37:36.396Z[ recovery-image] Aug 22 12:37:35.368 INFO O| Aug 22 12:37:35.368 INFO STEP 329 (remove_files) COMPLETE
62602026-08-22T12:37:36.396Z[ recovery-image] Aug 22 12:37:35.368 INFO O| Aug 22 12:37:35.368 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-22T12:37:36.404Z[ recovery-image] Aug 22 12:37:35.376 INFO O| Aug 22 12:37:35.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62622026-08-22T12:37:36.404Z[ recovery-image] Aug 22 12:37:35.376 INFO O| Aug 22 12:37:35.376 INFO STEP 330 (remove_files) COMPLETE
62632026-08-22T12:37:36.404Z[ recovery-image] Aug 22 12:37:35.376 INFO O| Aug 22 12:37:35.376 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-22T12:37:36.412Z[ recovery-image] Aug 22 12:37:35.384 INFO O| Aug 22 12:37:35.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62652026-08-22T12:37:36.413Z[ recovery-image] Aug 22 12:37:35.384 INFO O| Aug 22 12:37:35.384 INFO STEP 331 (remove_files) COMPLETE
62662026-08-22T12:37:36.413Z[ recovery-image] Aug 22 12:37:35.384 INFO O| Aug 22 12:37:35.384 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-22T12:37:36.421Z[ recovery-image] Aug 22 12:37:35.393 INFO O| Aug 22 12:37:35.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62682026-08-22T12:37:36.421Z[ recovery-image] Aug 22 12:37:35.393 INFO O| Aug 22 12:37:35.393 INFO STEP 332 (remove_files) COMPLETE
62692026-08-22T12:37:36.424Z[ recovery-image] Aug 22 12:37:35.393 INFO O| Aug 22 12:37:35.393 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-22T12:37:36.429Z[ recovery-image] Aug 22 12:37:35.401 INFO O| Aug 22 12:37:35.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62712026-08-22T12:37:36.429Z[ recovery-image] Aug 22 12:37:35.401 INFO O| Aug 22 12:37:35.401 INFO STEP 333 (remove_files) COMPLETE
62722026-08-22T12:37:36.429Z[ recovery-image] Aug 22 12:37:35.401 INFO O| Aug 22 12:37:35.401 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-22T12:37:36.439Z[ recovery-image] Aug 22 12:37:35.411 INFO O| Aug 22 12:37:35.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62742026-08-22T12:37:36.439Z[ recovery-image] Aug 22 12:37:35.411 INFO O| Aug 22 12:37:35.411 INFO STEP 334 (remove_files) COMPLETE
62752026-08-22T12:37:36.439Z[ recovery-image] Aug 22 12:37:35.411 INFO O| Aug 22 12:37:35.411 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-22T12:37:36.449Z[ recovery-image] Aug 22 12:37:35.420 INFO O| Aug 22 12:37:35.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62772026-08-22T12:37:36.449Z[ recovery-image] Aug 22 12:37:35.420 INFO O| Aug 22 12:37:35.420 INFO STEP 335 (remove_files) COMPLETE
62782026-08-22T12:37:36.449Z[ recovery-image] Aug 22 12:37:35.420 INFO O| Aug 22 12:37:35.420 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-22T12:37:36.458Z[ recovery-image] Aug 22 12:37:35.429 INFO O| Aug 22 12:37:35.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62802026-08-22T12:37:36.458Z[ recovery-image] Aug 22 12:37:35.430 INFO O| Aug 22 12:37:35.429 INFO STEP 336 (remove_files) COMPLETE
62812026-08-22T12:37:36.461Z[ recovery-image] Aug 22 12:37:35.430 INFO O| Aug 22 12:37:35.430 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-22T12:37:36.466Z[ recovery-image] Aug 22 12:37:35.438 INFO O| Aug 22 12:37:35.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62832026-08-22T12:37:36.466Z[ recovery-image] Aug 22 12:37:35.438 INFO O| Aug 22 12:37:35.438 INFO STEP 337 (remove_files) COMPLETE
62842026-08-22T12:37:36.466Z[ recovery-image] Aug 22 12:37:35.438 INFO O| Aug 22 12:37:35.438 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-22T12:37:36.477Z[ recovery-image] Aug 22 12:37:35.448 INFO O| Aug 22 12:37:35.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62862026-08-22T12:37:36.480Z[ recovery-image] Aug 22 12:37:35.449 INFO O| Aug 22 12:37:35.449 INFO STEP 338 (remove_files) COMPLETE
62872026-08-22T12:37:36.480Z[ recovery-image] Aug 22 12:37:35.449 INFO O| Aug 22 12:37:35.449 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-22T12:37:36.487Z[ recovery-image] Aug 22 12:37:35.459 INFO O| Aug 22 12:37:35.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62892026-08-22T12:37:36.487Z[ recovery-image] Aug 22 12:37:35.459 INFO O| Aug 22 12:37:35.459 INFO STEP 339 (remove_files) COMPLETE
62902026-08-22T12:37:36.487Z[ recovery-image] Aug 22 12:37:35.459 INFO O| Aug 22 12:37:35.459 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-22T12:37:36.496Z[ recovery-image] Aug 22 12:37:35.468 INFO O| Aug 22 12:37:35.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62922026-08-22T12:37:36.496Z[ recovery-image] Aug 22 12:37:35.468 INFO O| Aug 22 12:37:35.468 INFO STEP 340 (remove_files) COMPLETE
62932026-08-22T12:37:36.499Z[ recovery-image] Aug 22 12:37:35.468 INFO O| Aug 22 12:37:35.468 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-22T12:37:36.505Z[ recovery-image] Aug 22 12:37:35.476 INFO O| Aug 22 12:37:35.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62952026-08-22T12:37:36.505Z[ recovery-image] Aug 22 12:37:35.476 INFO O| Aug 22 12:37:35.476 INFO STEP 341 (remove_files) COMPLETE
62962026-08-22T12:37:36.505Z[ recovery-image] Aug 22 12:37:35.476 INFO O| Aug 22 12:37:35.476 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-22T12:37:36.513Z[ recovery-image] Aug 22 12:37:35.484 INFO O| Aug 22 12:37:35.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62982026-08-22T12:37:36.513Z[ recovery-image] Aug 22 12:37:35.484 INFO O| Aug 22 12:37:35.484 INFO STEP 342 (remove_files) COMPLETE
62992026-08-22T12:37:36.513Z[ recovery-image] Aug 22 12:37:35.485 INFO O| Aug 22 12:37:35.484 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-22T12:37:36.521Z[ recovery-image] Aug 22 12:37:35.493 INFO O| Aug 22 12:37:35.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63012026-08-22T12:37:36.524Z[ recovery-image] Aug 22 12:37:35.493 INFO O| Aug 22 12:37:35.493 INFO STEP 343 (remove_files) COMPLETE
63022026-08-22T12:37:36.524Z[ recovery-image] Aug 22 12:37:35.493 INFO O| Aug 22 12:37:35.493 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-22T12:37:36.531Z[ recovery-image] Aug 22 12:37:35.502 INFO O| Aug 22 12:37:35.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63042026-08-22T12:37:36.531Z[ recovery-image] Aug 22 12:37:35.502 INFO O| Aug 22 12:37:35.502 INFO STEP 344 (remove_files) COMPLETE
63052026-08-22T12:37:36.534Z[ recovery-image] Aug 22 12:37:35.502 INFO O| Aug 22 12:37:35.502 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-22T12:37:36.542Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
63072026-08-22T12:37:36.545Z[ recovery-image] Aug 22 12:37:35.514 INFO O| Aug 22 12:37:35.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63082026-08-22T12:37:36.545Z[ recovery-image] Aug 22 12:37:35.514 INFO O| Aug 22 12:37:35.514 INFO STEP 345 (remove_files) COMPLETE
63092026-08-22T12:37:36.545Z[ recovery-image] Aug 22 12:37:35.514 INFO O| Aug 22 12:37:35.514 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-22T12:37:36.551Z[ recovery-image] Aug 22 12:37:35.523 INFO O| Aug 22 12:37:35.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63112026-08-22T12:37:36.551Z[ recovery-image] Aug 22 12:37:35.523 INFO O| Aug 22 12:37:35.523 INFO STEP 346 (remove_files) COMPLETE
63122026-08-22T12:37:36.551Z[ recovery-image] Aug 22 12:37:35.523 INFO O| Aug 22 12:37:35.523 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-22T12:37:36.560Z[ recovery-image] Aug 22 12:37:35.532 INFO O| Aug 22 12:37:35.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63142026-08-22T12:37:36.560Z[ recovery-image] Aug 22 12:37:35.532 INFO O| Aug 22 12:37:35.532 INFO STEP 347 (remove_files) COMPLETE
63152026-08-22T12:37:36.560Z[ recovery-image] Aug 22 12:37:35.532 INFO O| Aug 22 12:37:35.532 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-22T12:37:36.570Z[ recovery-image] Aug 22 12:37:35.542 INFO O| Aug 22 12:37:35.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63172026-08-22T12:37:36.573Z[ recovery-image] Aug 22 12:37:35.543 INFO O| Aug 22 12:37:35.543 INFO STEP 348 (remove_files) COMPLETE
63182026-08-22T12:37:36.573Z[ recovery-image] Aug 22 12:37:35.543 INFO O| Aug 22 12:37:35.543 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-22T12:37:36.582Z[ recovery-image] Aug 22 12:37:35.554 INFO O| Aug 22 12:37:35.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63202026-08-22T12:37:36.582Z[ recovery-image] Aug 22 12:37:35.554 INFO O| Aug 22 12:37:35.553 INFO STEP 349 (remove_files) COMPLETE
63212026-08-22T12:37:36.582Z[ recovery-image] Aug 22 12:37:35.554 INFO O| Aug 22 12:37:35.553 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-22T12:37:36.588Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
63232026-08-22T12:37:36.591Z[ recovery-image] Aug 22 12:37:35.563 INFO O| Aug 22 12:37:35.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63242026-08-22T12:37:36.591Z[ recovery-image] Aug 22 12:37:35.563 INFO O| Aug 22 12:37:35.563 INFO STEP 350 (remove_files) COMPLETE
63252026-08-22T12:37:36.591Z[ recovery-image] Aug 22 12:37:35.563 INFO O| Aug 22 12:37:35.563 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-22T12:37:36.601Z[ recovery-image] Aug 22 12:37:35.572 INFO O| Aug 22 12:37:35.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63272026-08-22T12:37:36.601Z[ recovery-image] Aug 22 12:37:35.572 INFO O| Aug 22 12:37:35.572 INFO STEP 351 (remove_files) COMPLETE
63282026-08-22T12:37:36.601Z[ recovery-image] Aug 22 12:37:35.572 INFO O| Aug 22 12:37:35.572 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-22T12:37:36.611Z[ recovery-image] Aug 22 12:37:35.582 INFO O| Aug 22 12:37:35.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63302026-08-22T12:37:36.611Z[ recovery-image] Aug 22 12:37:35.582 INFO O| Aug 22 12:37:35.582 INFO STEP 352 (remove_files) COMPLETE
63312026-08-22T12:37:36.611Z[ recovery-image] Aug 22 12:37:35.582 INFO O| Aug 22 12:37:35.582 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-22T12:37:36.620Z[ recovery-image] Aug 22 12:37:35.591 INFO O| Aug 22 12:37:35.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63332026-08-22T12:37:36.620Z[ recovery-image] Aug 22 12:37:35.591 INFO O| Aug 22 12:37:35.591 INFO STEP 353 (remove_files) COMPLETE
63342026-08-22T12:37:36.623Z[ recovery-image] Aug 22 12:37:35.591 INFO O| Aug 22 12:37:35.591 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-22T12:37:36.629Z[ recovery-image] Aug 22 12:37:35.600 INFO O| Aug 22 12:37:35.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63362026-08-22T12:37:36.629Z[ recovery-image] Aug 22 12:37:35.600 INFO O| Aug 22 12:37:35.600 INFO STEP 354 (remove_files) COMPLETE
63372026-08-22T12:37:36.632Z[ recovery-image] Aug 22 12:37:35.600 INFO O| Aug 22 12:37:35.600 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-22T12:37:36.637Z[ recovery-image] Aug 22 12:37:35.608 INFO O| Aug 22 12:37:35.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63392026-08-22T12:37:36.637Z[ recovery-image] Aug 22 12:37:35.609 INFO O| Aug 22 12:37:35.608 INFO STEP 355 (remove_files) COMPLETE
63402026-08-22T12:37:36.637Z[ recovery-image] Aug 22 12:37:35.609 INFO O| Aug 22 12:37:35.609 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-22T12:37:36.645Z[ recovery-image] Aug 22 12:37:35.617 INFO O| Aug 22 12:37:35.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63422026-08-22T12:37:36.645Z[ recovery-image] Aug 22 12:37:35.617 INFO O| Aug 22 12:37:35.617 INFO STEP 356 (remove_files) COMPLETE
63432026-08-22T12:37:36.649Z[ recovery-image] Aug 22 12:37:35.617 INFO O| Aug 22 12:37:35.617 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-22T12:37:36.653Z[ recovery-image] Aug 22 12:37:35.625 INFO O| Aug 22 12:37:35.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63452026-08-22T12:37:36.653Z[ recovery-image] Aug 22 12:37:35.625 INFO O| Aug 22 12:37:35.625 INFO STEP 357 (remove_files) COMPLETE
63462026-08-22T12:37:36.653Z[ recovery-image] Aug 22 12:37:35.625 INFO O| Aug 22 12:37:35.625 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-22T12:37:36.670Z[ recovery-image] Aug 22 12:37:35.642 INFO O| Aug 22 12:37:35.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63482026-08-22T12:37:36.670Z[ recovery-image] Aug 22 12:37:35.642 INFO O| Aug 22 12:37:35.642 INFO STEP 358 (remove_files) COMPLETE
63492026-08-22T12:37:36.670Z[ recovery-image] Aug 22 12:37:35.642 INFO O| Aug 22 12:37:35.642 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-22T12:37:36.681Z[ recovery-image] Aug 22 12:37:35.652 INFO O| Aug 22 12:37:35.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63512026-08-22T12:37:36.681Z[ recovery-image] Aug 22 12:37:35.652 INFO O| Aug 22 12:37:35.652 INFO STEP 359 (remove_files) COMPLETE
63522026-08-22T12:37:36.681Z[ recovery-image] Aug 22 12:37:35.652 INFO O| Aug 22 12:37:35.652 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-22T12:37:36.691Z[ recovery-image] Aug 22 12:37:35.661 INFO O| Aug 22 12:37:35.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63542026-08-22T12:37:36.692Z[ recovery-image] Aug 22 12:37:35.662 INFO O| Aug 22 12:37:35.661 INFO STEP 360 (remove_files) COMPLETE
63552026-08-22T12:37:36.695Z[ recovery-image] Aug 22 12:37:35.662 INFO O| Aug 22 12:37:35.662 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-22T12:37:36.699Z[ recovery-image] Aug 22 12:37:35.670 INFO O| Aug 22 12:37:35.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63572026-08-22T12:37:36.699Z[ recovery-image] Aug 22 12:37:35.670 INFO O| Aug 22 12:37:35.670 INFO STEP 361 (remove_files) COMPLETE
63582026-08-22T12:37:36.699Z[ recovery-image] Aug 22 12:37:35.670 INFO O| Aug 22 12:37:35.670 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-22T12:37:36.708Z[ recovery-image] Aug 22 12:37:35.679 INFO O| Aug 22 12:37:35.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63602026-08-22T12:37:36.708Z[ recovery-image] Aug 22 12:37:35.679 INFO O| Aug 22 12:37:35.679 INFO STEP 362 (remove_files) COMPLETE
63612026-08-22T12:37:36.708Z[ recovery-image] Aug 22 12:37:35.679 INFO O| Aug 22 12:37:35.679 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-22T12:37:36.717Z[ recovery-image] Aug 22 12:37:35.689 INFO O| Aug 22 12:37:35.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63632026-08-22T12:37:36.717Z[ recovery-image] Aug 22 12:37:35.689 INFO O| Aug 22 12:37:35.689 INFO STEP 363 (remove_files) COMPLETE
63642026-08-22T12:37:36.720Z[ recovery-image] Aug 22 12:37:35.689 INFO O| Aug 22 12:37:35.689 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-22T12:37:36.726Z[ recovery-image] Aug 22 12:37:35.697 INFO O| Aug 22 12:37:35.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63662026-08-22T12:37:36.726Z[ recovery-image] Aug 22 12:37:35.698 INFO O| Aug 22 12:37:35.697 INFO STEP 364 (remove_files) COMPLETE
63672026-08-22T12:37:36.726Z[ recovery-image] Aug 22 12:37:35.698 INFO O| Aug 22 12:37:35.697 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-22T12:37:36.735Z[ recovery-image] Aug 22 12:37:35.706 INFO O| Aug 22 12:37:35.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63692026-08-22T12:37:36.735Z[ recovery-image] Aug 22 12:37:35.706 INFO O| Aug 22 12:37:35.706 INFO STEP 365 (remove_files) COMPLETE
63702026-08-22T12:37:36.738Z[ recovery-image] Aug 22 12:37:35.706 INFO O| Aug 22 12:37:35.706 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-22T12:37:36.743Z[ recovery-image] Aug 22 12:37:35.714 INFO O| Aug 22 12:37:35.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63722026-08-22T12:37:36.743Z[ recovery-image] Aug 22 12:37:35.714 INFO O| Aug 22 12:37:35.714 INFO STEP 366 (remove_files) COMPLETE
63732026-08-22T12:37:36.743Z[ recovery-image] Aug 22 12:37:35.714 INFO O| Aug 22 12:37:35.714 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-22T12:37:36.751Z[ recovery-image] Aug 22 12:37:35.722 INFO O| Aug 22 12:37:35.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63752026-08-22T12:37:36.751Z[ recovery-image] Aug 22 12:37:35.722 INFO O| Aug 22 12:37:35.722 INFO STEP 367 (remove_files) COMPLETE
63762026-08-22T12:37:36.751Z[ recovery-image] Aug 22 12:37:35.722 INFO O| Aug 22 12:37:35.722 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-22T12:37:36.759Z[ recovery-image] Aug 22 12:37:35.730 INFO O| Aug 22 12:37:35.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63782026-08-22T12:37:36.759Z[ recovery-image] Aug 22 12:37:35.730 INFO O| Aug 22 12:37:35.730 INFO STEP 368 (remove_files) COMPLETE
63792026-08-22T12:37:36.759Z[ recovery-image] Aug 22 12:37:35.730 INFO O| Aug 22 12:37:35.730 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-22T12:37:36.767Z[ recovery-image] Aug 22 12:37:35.738 INFO O| Aug 22 12:37:35.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63812026-08-22T12:37:36.770Z[ recovery-image] Aug 22 12:37:35.738 INFO O| Aug 22 12:37:35.738 INFO STEP 369 (remove_files) COMPLETE
63822026-08-22T12:37:36.770Z[ recovery-image] Aug 22 12:37:35.738 INFO O| Aug 22 12:37:35.738 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-22T12:37:36.775Z[ recovery-image] Aug 22 12:37:35.746 INFO O| Aug 22 12:37:35.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63842026-08-22T12:37:36.775Z[ recovery-image] Aug 22 12:37:35.746 INFO O| Aug 22 12:37:35.746 INFO STEP 370 (remove_files) COMPLETE
63852026-08-22T12:37:36.775Z[ recovery-image] Aug 22 12:37:35.746 INFO O| Aug 22 12:37:35.746 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-22T12:37:36.783Z[ recovery-image] Aug 22 12:37:35.755 INFO O| Aug 22 12:37:35.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63872026-08-22T12:37:36.783Z[ recovery-image] Aug 22 12:37:35.755 INFO O| Aug 22 12:37:35.755 INFO STEP 371 (remove_files) COMPLETE
63882026-08-22T12:37:36.783Z[ recovery-image] Aug 22 12:37:35.755 INFO O| Aug 22 12:37:35.755 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-22T12:37:36.791Z[ recovery-image] Aug 22 12:37:35.763 INFO O| Aug 22 12:37:35.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63902026-08-22T12:37:36.792Z[ recovery-image] Aug 22 12:37:35.763 INFO O| Aug 22 12:37:35.763 INFO STEP 372 (remove_files) COMPLETE
63912026-08-22T12:37:36.792Z[ recovery-image] Aug 22 12:37:35.763 INFO O| Aug 22 12:37:35.763 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-22T12:37:36.799Z[ recovery-image] Aug 22 12:37:35.771 INFO O| Aug 22 12:37:35.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63932026-08-22T12:37:36.800Z[ recovery-image] Aug 22 12:37:35.771 INFO O| Aug 22 12:37:35.771 INFO STEP 373 (remove_files) COMPLETE
63942026-08-22T12:37:36.803Z[ recovery-image] Aug 22 12:37:35.771 INFO O| Aug 22 12:37:35.771 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-22T12:37:36.810Z[ recovery-image] Aug 22 12:37:35.781 INFO O| Aug 22 12:37:35.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63962026-08-22T12:37:36.810Z[ recovery-image] Aug 22 12:37:35.781 INFO O| Aug 22 12:37:35.781 INFO STEP 374 (remove_files) COMPLETE
63972026-08-22T12:37:36.810Z[ recovery-image] Aug 22 12:37:35.781 INFO O| Aug 22 12:37:35.781 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-22T12:37:36.820Z[ recovery-image] Aug 22 12:37:35.791 INFO O| Aug 22 12:37:35.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63992026-08-22T12:37:36.820Z[ recovery-image] Aug 22 12:37:35.791 INFO O| Aug 22 12:37:35.791 INFO STEP 375 (remove_files) COMPLETE
64002026-08-22T12:37:36.820Z[ recovery-image] Aug 22 12:37:35.791 INFO O| Aug 22 12:37:35.791 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-22T12:37:36.829Z[ recovery-image] Aug 22 12:37:35.800 INFO O| Aug 22 12:37:35.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64022026-08-22T12:37:36.829Z[ recovery-image] Aug 22 12:37:35.800 INFO O| Aug 22 12:37:35.800 INFO STEP 376 (remove_files) COMPLETE
64032026-08-22T12:37:36.829Z[ recovery-image] Aug 22 12:37:35.800 INFO O| Aug 22 12:37:35.800 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-22T12:37:36.850Z[ recovery-image] Aug 22 12:37:35.821 INFO O| Aug 22 12:37:35.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64052026-08-22T12:37:36.854Z[ recovery-image] Aug 22 12:37:35.826 INFO O| Aug 22 12:37:35.826 INFO STEP 377 (remove_files) COMPLETE
64062026-08-22T12:37:36.854Z[ recovery-image] Aug 22 12:37:35.826 INFO O| Aug 22 12:37:35.826 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-22T12:37:36.868Z[ recovery-image] Aug 22 12:37:35.839 INFO O| Aug 22 12:37:35.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64082026-08-22T12:37:36.868Z[ recovery-image] Aug 22 12:37:35.839 INFO O| Aug 22 12:37:35.839 INFO STEP 378 (remove_files) COMPLETE
64092026-08-22T12:37:36.868Z[ recovery-image] Aug 22 12:37:35.839 INFO O| Aug 22 12:37:35.839 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-22T12:37:36.880Z[ recovery-image] Aug 22 12:37:35.851 INFO O| Aug 22 12:37:35.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64112026-08-22T12:37:36.880Z[ recovery-image] Aug 22 12:37:35.851 INFO O| Aug 22 12:37:35.851 INFO STEP 379 (remove_files) COMPLETE
64122026-08-22T12:37:36.880Z[ recovery-image] Aug 22 12:37:35.851 INFO O| Aug 22 12:37:35.851 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-22T12:37:36.892Z[ recovery-image] Aug 22 12:37:35.863 INFO O| Aug 22 12:37:35.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64142026-08-22T12:37:36.896Z[ recovery-image] Aug 22 12:37:35.863 INFO O| Aug 22 12:37:35.863 INFO STEP 380 (remove_files) COMPLETE
64152026-08-22T12:37:36.901Z[ recovery-image] Aug 22 12:37:35.863 INFO O| Aug 22 12:37:35.863 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-22T12:37:36.904Z[ recovery-image] Aug 22 12:37:35.874 INFO O| Aug 22 12:37:35.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64172026-08-22T12:37:36.907Z[ recovery-image] Aug 22 12:37:35.874 INFO O| Aug 22 12:37:35.874 INFO STEP 381 (remove_files) COMPLETE
64182026-08-22T12:37:36.910Z[ recovery-image] Aug 22 12:37:35.874 INFO O| Aug 22 12:37:35.874 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-22T12:37:36.926Z[ recovery-image] Aug 22 12:37:35.897 INFO O| Aug 22 12:37:35.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64202026-08-22T12:37:36.926Z[ recovery-image] Aug 22 12:37:35.897 INFO O| Aug 22 12:37:35.897 INFO STEP 382 (remove_files) COMPLETE
64212026-08-22T12:37:36.926Z[ recovery-image] Aug 22 12:37:35.897 INFO O| Aug 22 12:37:35.897 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-22T12:37:36.936Z[ recovery-image] Aug 22 12:37:35.907 INFO O| Aug 22 12:37:35.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64232026-08-22T12:37:36.936Z[ recovery-image] Aug 22 12:37:35.907 INFO O| Aug 22 12:37:35.907 INFO STEP 383 (remove_files) COMPLETE
64242026-08-22T12:37:36.936Z[ recovery-image] Aug 22 12:37:35.907 INFO O| Aug 22 12:37:35.907 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-22T12:37:36.956Z[ recovery-image] Aug 22 12:37:35.917 INFO O| Aug 22 12:37:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64262026-08-22T12:37:36.956Z[ recovery-image] Aug 22 12:37:35.917 INFO O| Aug 22 12:37:35.917 INFO STEP 384 (remove_files) COMPLETE
64272026-08-22T12:37:36.956Z[ recovery-image] Aug 22 12:37:35.917 INFO O| Aug 22 12:37:35.917 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-22T12:37:36.959Z[ recovery-image] Aug 22 12:37:35.928 INFO O| Aug 22 12:37:35.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64292026-08-22T12:37:36.959Z[ recovery-image] Aug 22 12:37:35.928 INFO O| Aug 22 12:37:35.928 INFO STEP 385 (remove_files) COMPLETE
64302026-08-22T12:37:36.959Z[ recovery-image] Aug 22 12:37:35.928 INFO O| Aug 22 12:37:35.928 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-22T12:37:36.968Z[ recovery-image] Aug 22 12:37:35.940 INFO O| Aug 22 12:37:35.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64322026-08-22T12:37:36.968Z[ recovery-image] Aug 22 12:37:35.940 INFO O| Aug 22 12:37:35.940 INFO STEP 386 (remove_files) COMPLETE
64332026-08-22T12:37:36.968Z[ recovery-image] Aug 22 12:37:35.940 INFO O| Aug 22 12:37:35.940 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-22T12:37:36.978Z[ recovery-image] Aug 22 12:37:35.950 INFO O| Aug 22 12:37:35.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64352026-08-22T12:37:36.978Z[ recovery-image] Aug 22 12:37:35.950 INFO O| Aug 22 12:37:35.950 INFO STEP 387 (remove_files) COMPLETE
64362026-08-22T12:37:36.981Z[ recovery-image] Aug 22 12:37:35.950 INFO O| Aug 22 12:37:35.950 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-22T12:37:36.988Z[ recovery-image] Aug 22 12:37:35.960 INFO O| Aug 22 12:37:35.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64382026-08-22T12:37:36.988Z[ recovery-image] Aug 22 12:37:35.960 INFO O| Aug 22 12:37:35.960 INFO STEP 388 (remove_files) COMPLETE
64392026-08-22T12:37:36.988Z[ recovery-image] Aug 22 12:37:35.960 INFO O| Aug 22 12:37:35.960 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-22T12:37:36.998Z[ recovery-image] Aug 22 12:37:35.969 INFO O| Aug 22 12:37:35.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64412026-08-22T12:37:36.998Z[ recovery-image] Aug 22 12:37:35.969 INFO O| Aug 22 12:37:35.969 INFO STEP 389 (remove_files) COMPLETE
64422026-08-22T12:37:36.998Z[ recovery-image] Aug 22 12:37:35.969 INFO O| Aug 22 12:37:35.969 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-22T12:37:37.008Z[ recovery-image] Aug 22 12:37:35.979 INFO O| Aug 22 12:37:35.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64442026-08-22T12:37:37.008Z[ recovery-image] Aug 22 12:37:35.979 INFO O| Aug 22 12:37:35.979 INFO STEP 390 (remove_files) COMPLETE
64452026-08-22T12:37:37.011Z[ recovery-image] Aug 22 12:37:35.979 INFO O| Aug 22 12:37:35.979 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-22T12:37:37.018Z[ recovery-image] Aug 22 12:37:35.990 INFO O| Aug 22 12:37:35.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64472026-08-22T12:37:37.018Z[ recovery-image] Aug 22 12:37:35.990 INFO O| Aug 22 12:37:35.990 INFO STEP 391 (remove_files) COMPLETE
64482026-08-22T12:37:37.018Z[ recovery-image] Aug 22 12:37:35.990 INFO O| Aug 22 12:37:35.990 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-22T12:37:37.028Z[ recovery-image] Aug 22 12:37:35.999 INFO O| Aug 22 12:37:35.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64502026-08-22T12:37:37.028Z[ recovery-image] Aug 22 12:37:35.999 INFO O| Aug 22 12:37:35.999 INFO STEP 392 (remove_files) COMPLETE
64512026-08-22T12:37:37.028Z[ recovery-image] Aug 22 12:37:35.999 INFO O| Aug 22 12:37:35.999 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-22T12:37:37.038Z[ recovery-image] Aug 22 12:37:36.010 INFO O| Aug 22 12:37:36.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64532026-08-22T12:37:37.039Z[ recovery-image] Aug 22 12:37:36.010 INFO O| Aug 22 12:37:36.010 INFO STEP 393 (remove_files) COMPLETE
64542026-08-22T12:37:37.039Z[ recovery-image] Aug 22 12:37:36.010 INFO O| Aug 22 12:37:36.010 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-22T12:37:37.049Z[ recovery-image] Aug 22 12:37:36.019 INFO O| Aug 22 12:37:36.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64562026-08-22T12:37:37.049Z[ recovery-image] Aug 22 12:37:36.019 INFO O| Aug 22 12:37:36.019 INFO STEP 394 (remove_files) COMPLETE
64572026-08-22T12:37:37.049Z[ recovery-image] Aug 22 12:37:36.019 INFO O| Aug 22 12:37:36.019 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-22T12:37:37.059Z[ recovery-image] Aug 22 12:37:36.031 INFO O| Aug 22 12:37:36.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64592026-08-22T12:37:37.059Z[ recovery-image] Aug 22 12:37:36.031 INFO O| Aug 22 12:37:36.031 INFO STEP 395 (remove_files) COMPLETE
64602026-08-22T12:37:37.059Z[ recovery-image] Aug 22 12:37:36.031 INFO O| Aug 22 12:37:36.031 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-22T12:37:37.069Z[ recovery-image] Aug 22 12:37:36.041 INFO O| Aug 22 12:37:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64622026-08-22T12:37:37.069Z[ recovery-image] Aug 22 12:37:36.041 INFO O| Aug 22 12:37:36.041 INFO STEP 396 (remove_files) COMPLETE
64632026-08-22T12:37:37.069Z[ recovery-image] Aug 22 12:37:36.041 INFO O| Aug 22 12:37:36.041 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-22T12:37:37.081Z[ recovery-image] Aug 22 12:37:36.053 INFO O| Aug 22 12:37:36.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64652026-08-22T12:37:37.081Z[ recovery-image] Aug 22 12:37:36.053 INFO O| Aug 22 12:37:36.053 INFO STEP 397 (remove_files) COMPLETE
64662026-08-22T12:37:37.081Z[ recovery-image] Aug 22 12:37:36.053 INFO O| Aug 22 12:37:36.053 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-22T12:37:37.091Z[ recovery-image] Aug 22 12:37:36.063 INFO O| Aug 22 12:37:36.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64682026-08-22T12:37:37.091Z[ recovery-image] Aug 22 12:37:36.063 INFO O| Aug 22 12:37:36.063 INFO STEP 398 (remove_files) COMPLETE
64692026-08-22T12:37:37.094Z[ recovery-image] Aug 22 12:37:36.063 INFO O| Aug 22 12:37:36.063 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-22T12:37:37.102Z[ recovery-image] Aug 22 12:37:36.074 INFO O| Aug 22 12:37:36.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64712026-08-22T12:37:37.102Z[ recovery-image] Aug 22 12:37:36.074 INFO O| Aug 22 12:37:36.074 INFO STEP 399 (remove_files) COMPLETE
64722026-08-22T12:37:37.105Z[ recovery-image] Aug 22 12:37:36.074 INFO O| Aug 22 12:37:36.074 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-22T12:37:37.114Z[ recovery-image] Aug 22 12:37:36.085 INFO O| Aug 22 12:37:36.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64742026-08-22T12:37:37.114Z[ recovery-image] Aug 22 12:37:36.086 INFO O| Aug 22 12:37:36.085 INFO STEP 400 (remove_files) COMPLETE
64752026-08-22T12:37:37.114Z[ recovery-image] Aug 22 12:37:36.086 INFO O| Aug 22 12:37:36.086 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-22T12:37:37.124Z[ recovery-image] Aug 22 12:37:36.096 INFO O| Aug 22 12:37:36.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64772026-08-22T12:37:37.125Z[ recovery-image] Aug 22 12:37:36.096 INFO O| Aug 22 12:37:36.096 INFO STEP 401 (remove_files) COMPLETE
64782026-08-22T12:37:37.127Z[ recovery-image] Aug 22 12:37:36.096 INFO O| Aug 22 12:37:36.096 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-22T12:37:37.136Z[ recovery-image] Aug 22 12:37:36.108 INFO O| Aug 22 12:37:36.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64802026-08-22T12:37:37.136Z[ recovery-image] Aug 22 12:37:36.108 INFO O| Aug 22 12:37:36.108 INFO STEP 402 (remove_files) COMPLETE
64812026-08-22T12:37:37.136Z[ recovery-image] Aug 22 12:37:36.108 INFO O| Aug 22 12:37:36.108 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-22T12:37:37.149Z[ recovery-image] Aug 22 12:37:36.120 INFO O| Aug 22 12:37:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64832026-08-22T12:37:37.149Z[ recovery-image] Aug 22 12:37:36.120 INFO O| Aug 22 12:37:36.120 INFO STEP 403 (remove_files) COMPLETE
64842026-08-22T12:37:37.149Z[ recovery-image] Aug 22 12:37:36.120 INFO O| Aug 22 12:37:36.120 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-22T12:37:37.160Z[ recovery-image] Aug 22 12:37:36.132 INFO O| Aug 22 12:37:36.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64862026-08-22T12:37:37.161Z[ recovery-image] Aug 22 12:37:36.132 INFO O| Aug 22 12:37:36.132 INFO STEP 404 (remove_files) COMPLETE
64872026-08-22T12:37:37.161Z[ recovery-image] Aug 22 12:37:36.132 INFO O| Aug 22 12:37:36.132 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-22T12:37:37.170Z[ recovery-image] Aug 22 12:37:36.142 INFO O| Aug 22 12:37:36.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64892026-08-22T12:37:37.170Z[ recovery-image] Aug 22 12:37:36.142 INFO O| Aug 22 12:37:36.142 INFO STEP 405 (remove_files) COMPLETE
64902026-08-22T12:37:37.170Z[ recovery-image] Aug 22 12:37:36.142 INFO O| Aug 22 12:37:36.142 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-22T12:37:37.182Z[ recovery-image] Aug 22 12:37:36.154 INFO O| Aug 22 12:37:36.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64922026-08-22T12:37:37.182Z[ recovery-image] Aug 22 12:37:36.154 INFO O| Aug 22 12:37:36.154 INFO STEP 406 (remove_files) COMPLETE
64932026-08-22T12:37:37.182Z[ recovery-image] Aug 22 12:37:36.154 INFO O| Aug 22 12:37:36.154 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-22T12:37:37.192Z[ recovery-image] Aug 22 12:37:36.164 INFO O| Aug 22 12:37:36.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64952026-08-22T12:37:37.192Z[ recovery-image] Aug 22 12:37:36.164 INFO O| Aug 22 12:37:36.164 INFO STEP 407 (remove_files) COMPLETE
64962026-08-22T12:37:37.193Z[ recovery-image] Aug 22 12:37:36.164 INFO O| Aug 22 12:37:36.164 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-22T12:37:37.203Z[ recovery-image] Aug 22 12:37:36.174 INFO O| Aug 22 12:37:36.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64982026-08-22T12:37:37.203Z[ recovery-image] Aug 22 12:37:36.174 INFO O| Aug 22 12:37:36.174 INFO STEP 408 (remove_files) COMPLETE
64992026-08-22T12:37:37.203Z[ recovery-image] Aug 22 12:37:36.174 INFO O| Aug 22 12:37:36.174 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-22T12:37:37.214Z[ recovery-image] Aug 22 12:37:36.185 INFO O| Aug 22 12:37:36.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65012026-08-22T12:37:37.214Z[ recovery-image] Aug 22 12:37:36.185 INFO O| Aug 22 12:37:36.185 INFO STEP 409 (remove_files) COMPLETE
65022026-08-22T12:37:37.217Z[ recovery-image] Aug 22 12:37:36.185 INFO O| Aug 22 12:37:36.185 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-22T12:37:37.224Z[ recovery-image] Aug 22 12:37:36.196 INFO O| Aug 22 12:37:36.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65042026-08-22T12:37:37.224Z[ recovery-image] Aug 22 12:37:36.196 INFO O| Aug 22 12:37:36.195 INFO STEP 410 (remove_files) COMPLETE
65052026-08-22T12:37:37.227Z[ recovery-image] Aug 22 12:37:36.196 INFO O| Aug 22 12:37:36.195 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-22T12:37:37.234Z[ recovery-image] Aug 22 12:37:36.206 INFO O| Aug 22 12:37:36.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65072026-08-22T12:37:37.234Z[ recovery-image] Aug 22 12:37:36.206 INFO O| Aug 22 12:37:36.206 INFO STEP 411 (remove_files) COMPLETE
65082026-08-22T12:37:37.237Z[ recovery-image] Aug 22 12:37:36.206 INFO O| Aug 22 12:37:36.206 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-22T12:37:37.245Z[ recovery-image] Aug 22 12:37:36.216 INFO O| Aug 22 12:37:36.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65102026-08-22T12:37:37.245Z[ recovery-image] Aug 22 12:37:36.217 INFO O| Aug 22 12:37:36.217 INFO STEP 412 (remove_files) COMPLETE
65112026-08-22T12:37:37.248Z[ recovery-image] Aug 22 12:37:36.217 INFO O| Aug 22 12:37:36.217 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-22T12:37:37.256Z[ recovery-image] Aug 22 12:37:36.227 INFO O| Aug 22 12:37:36.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65132026-08-22T12:37:37.259Z[ recovery-image] Aug 22 12:37:36.227 INFO O| Aug 22 12:37:36.227 INFO STEP 413 (remove_files) COMPLETE
65142026-08-22T12:37:37.259Z[ recovery-image] Aug 22 12:37:36.227 INFO O| Aug 22 12:37:36.227 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-22T12:37:37.267Z[ recovery-image] Aug 22 12:37:36.238 INFO O| Aug 22 12:37:36.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65162026-08-22T12:37:37.267Z[ recovery-image] Aug 22 12:37:36.238 INFO O| Aug 22 12:37:36.238 INFO STEP 414 (remove_files) COMPLETE
65172026-08-22T12:37:37.269Z[ recovery-image] Aug 22 12:37:36.238 INFO O| Aug 22 12:37:36.238 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-22T12:37:37.276Z[ recovery-image] Aug 22 12:37:36.248 INFO O| Aug 22 12:37:36.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65192026-08-22T12:37:37.276Z[ recovery-image] Aug 22 12:37:36.248 INFO O| Aug 22 12:37:36.248 INFO STEP 415 (remove_files) COMPLETE
65202026-08-22T12:37:37.276Z[ recovery-image] Aug 22 12:37:36.248 INFO O| Aug 22 12:37:36.248 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-22T12:37:37.288Z[ recovery-image] Aug 22 12:37:36.259 INFO O| Aug 22 12:37:36.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65222026-08-22T12:37:37.288Z[ recovery-image] Aug 22 12:37:36.259 INFO O| Aug 22 12:37:36.259 INFO STEP 416 (remove_files) COMPLETE
65232026-08-22T12:37:37.291Z[ recovery-image] Aug 22 12:37:36.259 INFO O| Aug 22 12:37:36.259 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-22T12:37:37.299Z[ recovery-image] Aug 22 12:37:36.270 INFO O| Aug 22 12:37:36.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65252026-08-22T12:37:37.299Z[ recovery-image] Aug 22 12:37:36.270 INFO O| Aug 22 12:37:36.270 INFO STEP 417 (remove_files) COMPLETE
65262026-08-22T12:37:37.299Z[ recovery-image] Aug 22 12:37:36.270 INFO O| Aug 22 12:37:36.270 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-22T12:37:37.309Z[ recovery-image] Aug 22 12:37:36.280 INFO O| Aug 22 12:37:36.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65282026-08-22T12:37:37.309Z[ recovery-image] Aug 22 12:37:36.281 INFO O| Aug 22 12:37:36.281 INFO STEP 418 (remove_files) COMPLETE
65292026-08-22T12:37:37.309Z[ recovery-image] Aug 22 12:37:36.281 INFO O| Aug 22 12:37:36.281 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-22T12:37:37.318Z[ recovery-image] Aug 22 12:37:36.290 INFO O| Aug 22 12:37:36.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65312026-08-22T12:37:37.318Z[ recovery-image] Aug 22 12:37:36.290 INFO O| Aug 22 12:37:36.290 INFO STEP 419 (remove_files) COMPLETE
65322026-08-22T12:37:37.318Z[ recovery-image] Aug 22 12:37:36.290 INFO O| Aug 22 12:37:36.290 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-22T12:37:37.329Z[ recovery-image] Aug 22 12:37:36.301 INFO O| Aug 22 12:37:36.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65342026-08-22T12:37:37.329Z[ recovery-image] Aug 22 12:37:36.301 INFO O| Aug 22 12:37:36.301 INFO STEP 420 (remove_files) COMPLETE
65352026-08-22T12:37:37.329Z[ recovery-image] Aug 22 12:37:36.301 INFO O| Aug 22 12:37:36.301 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-22T12:37:37.340Z[ recovery-image] Aug 22 12:37:36.311 INFO O| Aug 22 12:37:36.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65372026-08-22T12:37:37.340Z[ recovery-image] Aug 22 12:37:36.311 INFO O| Aug 22 12:37:36.311 INFO STEP 421 (remove_files) COMPLETE
65382026-08-22T12:37:37.340Z[ recovery-image] Aug 22 12:37:36.311 INFO O| Aug 22 12:37:36.311 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-22T12:37:37.349Z[ recovery-image] Aug 22 12:37:36.321 INFO O| Aug 22 12:37:36.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65402026-08-22T12:37:37.349Z[ recovery-image] Aug 22 12:37:36.321 INFO O| Aug 22 12:37:36.321 INFO STEP 422 (remove_files) COMPLETE
65412026-08-22T12:37:37.350Z[ recovery-image] Aug 22 12:37:36.321 INFO O| Aug 22 12:37:36.321 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-22T12:37:37.358Z[ recovery-image] Aug 22 12:37:36.330 INFO O| Aug 22 12:37:36.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65432026-08-22T12:37:37.358Z[ recovery-image] Aug 22 12:37:36.330 INFO O| Aug 22 12:37:36.330 INFO STEP 423 (remove_files) COMPLETE
65442026-08-22T12:37:37.358Z[ recovery-image] Aug 22 12:37:36.330 INFO O| Aug 22 12:37:36.330 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-22T12:37:37.368Z[ recovery-image] Aug 22 12:37:36.339 INFO O| Aug 22 12:37:36.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65462026-08-22T12:37:37.371Z[ recovery-image] Aug 22 12:37:36.341 INFO O| Aug 22 12:37:36.341 INFO STEP 424 (remove_files) COMPLETE
65472026-08-22T12:37:37.371Z[ recovery-image] Aug 22 12:37:36.341 INFO O| Aug 22 12:37:36.341 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-22T12:37:37.379Z[ recovery-image] Aug 22 12:37:36.351 INFO O| Aug 22 12:37:36.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65492026-08-22T12:37:37.379Z[ recovery-image] Aug 22 12:37:36.351 INFO O| Aug 22 12:37:36.351 INFO STEP 425 (remove_files) COMPLETE
65502026-08-22T12:37:37.379Z[ recovery-image] Aug 22 12:37:36.351 INFO O| Aug 22 12:37:36.351 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-22T12:37:37.388Z[ recovery-image] Aug 22 12:37:36.360 INFO O| Aug 22 12:37:36.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65522026-08-22T12:37:37.388Z[ recovery-image] Aug 22 12:37:36.360 INFO O| Aug 22 12:37:36.360 INFO STEP 426 (remove_files) COMPLETE
65532026-08-22T12:37:37.388Z[ recovery-image] Aug 22 12:37:36.360 INFO O| Aug 22 12:37:36.360 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-22T12:37:37.398Z[ recovery-image] Aug 22 12:37:36.369 INFO O| Aug 22 12:37:36.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65552026-08-22T12:37:37.398Z[ recovery-image] Aug 22 12:37:36.369 INFO O| Aug 22 12:37:36.369 INFO STEP 427 (remove_files) COMPLETE
65562026-08-22T12:37:37.398Z[ recovery-image] Aug 22 12:37:36.369 INFO O| Aug 22 12:37:36.369 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-22T12:37:37.407Z[ recovery-image] Aug 22 12:37:36.379 INFO O| Aug 22 12:37:36.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65582026-08-22T12:37:37.407Z[ recovery-image] Aug 22 12:37:36.379 INFO O| Aug 22 12:37:36.379 INFO STEP 428 (remove_files) COMPLETE
65592026-08-22T12:37:37.410Z[ recovery-image] Aug 22 12:37:36.379 INFO O| Aug 22 12:37:36.379 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-22T12:37:37.415Z[ recovery-image] Aug 22 12:37:36.387 INFO O| Aug 22 12:37:36.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65612026-08-22T12:37:37.415Z[ recovery-image] Aug 22 12:37:36.387 INFO O| Aug 22 12:37:36.387 INFO STEP 429 (remove_files) COMPLETE
65622026-08-22T12:37:37.415Z[ recovery-image] Aug 22 12:37:36.387 INFO O| Aug 22 12:37:36.387 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-22T12:37:37.424Z[ recovery-image] Aug 22 12:37:36.395 INFO O| Aug 22 12:37:36.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65642026-08-22T12:37:37.424Z[ recovery-image] Aug 22 12:37:36.395 INFO O| Aug 22 12:37:36.395 INFO STEP 430 (remove_files) COMPLETE
65652026-08-22T12:37:37.427Z[ recovery-image] Aug 22 12:37:36.395 INFO O| Aug 22 12:37:36.395 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-22T12:37:37.432Z[ recovery-image] Aug 22 12:37:36.404 INFO O| Aug 22 12:37:36.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65672026-08-22T12:37:37.435Z[ recovery-image] Aug 22 12:37:36.404 INFO O| Aug 22 12:37:36.404 INFO STEP 431 (remove_files) COMPLETE
65682026-08-22T12:37:37.435Z[ recovery-image] Aug 22 12:37:36.404 INFO O| Aug 22 12:37:36.404 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-22T12:37:37.441Z[ recovery-image] Aug 22 12:37:36.413 INFO O| Aug 22 12:37:36.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65702026-08-22T12:37:37.444Z[ recovery-image] Aug 22 12:37:36.413 INFO O| Aug 22 12:37:36.413 INFO STEP 432 (remove_files) COMPLETE
65712026-08-22T12:37:37.444Z[ recovery-image] Aug 22 12:37:36.413 INFO O| Aug 22 12:37:36.413 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-22T12:37:37.453Z[ recovery-image] Aug 22 12:37:36.424 INFO O| Aug 22 12:37:36.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65732026-08-22T12:37:37.453Z[ recovery-image] Aug 22 12:37:36.425 INFO O| Aug 22 12:37:36.424 INFO STEP 433 (remove_files) COMPLETE
65742026-08-22T12:37:37.453Z[ recovery-image] Aug 22 12:37:36.425 INFO O| Aug 22 12:37:36.425 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-22T12:37:37.464Z[ recovery-image] Aug 22 12:37:36.436 INFO O| Aug 22 12:37:36.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65762026-08-22T12:37:37.464Z[ recovery-image] Aug 22 12:37:36.436 INFO O| Aug 22 12:37:36.436 INFO STEP 434 (remove_files) COMPLETE
65772026-08-22T12:37:37.464Z[ recovery-image] Aug 22 12:37:36.436 INFO O| Aug 22 12:37:36.436 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-22T12:37:37.476Z[ recovery-image] Aug 22 12:37:36.447 INFO O| Aug 22 12:37:36.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65792026-08-22T12:37:37.476Z[ recovery-image] Aug 22 12:37:36.447 INFO O| Aug 22 12:37:36.447 INFO STEP 435 (remove_files) COMPLETE
65802026-08-22T12:37:37.476Z[ recovery-image] Aug 22 12:37:36.447 INFO O| Aug 22 12:37:36.447 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-22T12:37:37.486Z[ recovery-image] Aug 22 12:37:36.458 INFO O| Aug 22 12:37:36.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65822026-08-22T12:37:37.486Z[ recovery-image] Aug 22 12:37:36.458 INFO O| Aug 22 12:37:36.458 INFO STEP 436 (remove_files) COMPLETE
65832026-08-22T12:37:37.489Z[ recovery-image] Aug 22 12:37:36.458 INFO O| Aug 22 12:37:36.458 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-22T12:37:37.496Z[ recovery-image] Aug 22 12:37:36.468 INFO O| Aug 22 12:37:36.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65852026-08-22T12:37:37.496Z[ recovery-image] Aug 22 12:37:36.468 INFO O| Aug 22 12:37:36.468 INFO STEP 437 (remove_files) COMPLETE
65862026-08-22T12:37:37.496Z[ recovery-image] Aug 22 12:37:36.468 INFO O| Aug 22 12:37:36.468 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-22T12:37:37.506Z[ recovery-image] Aug 22 12:37:36.478 INFO O| Aug 22 12:37:36.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65882026-08-22T12:37:37.506Z[ recovery-image] Aug 22 12:37:36.478 INFO O| Aug 22 12:37:36.478 INFO STEP 438 (remove_files) COMPLETE
65892026-08-22T12:37:37.506Z[ recovery-image] Aug 22 12:37:36.478 INFO O| Aug 22 12:37:36.478 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-22T12:37:37.515Z[ recovery-image] Aug 22 12:37:36.486 INFO O| Aug 22 12:37:36.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65912026-08-22T12:37:37.515Z[ recovery-image] Aug 22 12:37:36.487 INFO O| Aug 22 12:37:36.487 INFO STEP 439 (remove_files) COMPLETE
65922026-08-22T12:37:37.515Z[ recovery-image] Aug 22 12:37:36.487 INFO O| Aug 22 12:37:36.487 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-22T12:37:37.523Z[ recovery-image] Aug 22 12:37:36.494 INFO O| Aug 22 12:37:36.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65942026-08-22T12:37:37.526Z[ recovery-image] Aug 22 12:37:36.494 INFO O| Aug 22 12:37:36.494 INFO STEP 440 (remove_files) COMPLETE
65952026-08-22T12:37:37.526Z[ recovery-image] Aug 22 12:37:36.494 INFO O| Aug 22 12:37:36.494 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-22T12:37:37.534Z[ recovery-image] Aug 22 12:37:36.505 INFO O| Aug 22 12:37:36.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65972026-08-22T12:37:37.534Z[ recovery-image] Aug 22 12:37:36.506 INFO O| Aug 22 12:37:36.505 INFO STEP 441 (remove_files) COMPLETE
65982026-08-22T12:37:37.534Z[ recovery-image] Aug 22 12:37:36.506 INFO O| Aug 22 12:37:36.506 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-22T12:37:37.543Z[ recovery-image] Aug 22 12:37:36.514 INFO O| Aug 22 12:37:36.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66002026-08-22T12:37:37.543Z[ recovery-image] Aug 22 12:37:36.514 INFO O| Aug 22 12:37:36.514 INFO STEP 442 (remove_files) COMPLETE
66012026-08-22T12:37:37.543Z[ recovery-image] Aug 22 12:37:36.514 INFO O| Aug 22 12:37:36.514 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-22T12:37:37.554Z[ recovery-image] Aug 22 12:37:36.525 INFO O| Aug 22 12:37:36.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66032026-08-22T12:37:37.554Z[ recovery-image] Aug 22 12:37:36.525 INFO O| Aug 22 12:37:36.525 INFO STEP 443 (remove_files) COMPLETE
66042026-08-22T12:37:37.554Z[ recovery-image] Aug 22 12:37:36.525 INFO O| Aug 22 12:37:36.525 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-22T12:37:37.563Z[ recovery-image] Aug 22 12:37:36.534 INFO O| Aug 22 12:37:36.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66062026-08-22T12:37:37.563Z[ recovery-image] Aug 22 12:37:36.534 INFO O| Aug 22 12:37:36.534 INFO STEP 444 (remove_files) COMPLETE
66072026-08-22T12:37:37.563Z[ recovery-image] Aug 22 12:37:36.534 INFO O| Aug 22 12:37:36.534 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-22T12:37:37.573Z[ recovery-image] Aug 22 12:37:36.544 INFO O| Aug 22 12:37:36.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66092026-08-22T12:37:37.573Z[ recovery-image] Aug 22 12:37:36.545 INFO O| Aug 22 12:37:36.544 INFO STEP 445 (remove_files) COMPLETE
66102026-08-22T12:37:37.576Z[ recovery-image] Aug 22 12:37:36.545 INFO O| Aug 22 12:37:36.545 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-22T12:37:37.584Z[ recovery-image] Aug 22 12:37:36.555 INFO O| Aug 22 12:37:36.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66122026-08-22T12:37:37.584Z[ recovery-image] Aug 22 12:37:36.555 INFO O| Aug 22 12:37:36.555 INFO STEP 446 (remove_files) COMPLETE
66132026-08-22T12:37:37.584Z[ recovery-image] Aug 22 12:37:36.555 INFO O| Aug 22 12:37:36.555 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-22T12:37:37.594Z[ recovery-image] Aug 22 12:37:36.565 INFO O| Aug 22 12:37:36.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66152026-08-22T12:37:37.597Z[ recovery-image] Aug 22 12:37:36.566 INFO O| Aug 22 12:37:36.566 INFO STEP 447 (remove_files) COMPLETE
66162026-08-22T12:37:37.597Z[ recovery-image] Aug 22 12:37:36.566 INFO O| Aug 22 12:37:36.566 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-22T12:37:37.600Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
66182026-08-22T12:37:37.604Z[ recovery-image] Aug 22 12:37:36.576 INFO O| Aug 22 12:37:36.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66192026-08-22T12:37:37.604Z[ recovery-image] Aug 22 12:37:36.576 INFO O| Aug 22 12:37:36.576 INFO STEP 448 (remove_files) COMPLETE
66202026-08-22T12:37:37.608Z[ recovery-image] Aug 22 12:37:36.576 INFO O| Aug 22 12:37:36.576 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-22T12:37:37.613Z[ recovery-image] Aug 22 12:37:36.585 INFO O| Aug 22 12:37:36.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66222026-08-22T12:37:37.613Z[ recovery-image] Aug 22 12:37:36.585 INFO O| Aug 22 12:37:36.585 INFO STEP 449 (remove_files) COMPLETE
66232026-08-22T12:37:37.613Z[ recovery-image] Aug 22 12:37:36.585 INFO O| Aug 22 12:37:36.585 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-22T12:37:37.624Z[ recovery-image] Aug 22 12:37:36.595 INFO O| Aug 22 12:37:36.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66252026-08-22T12:37:37.624Z[ recovery-image] Aug 22 12:37:36.595 INFO O| Aug 22 12:37:36.595 INFO STEP 450 (remove_files) COMPLETE
66262026-08-22T12:37:37.624Z[ recovery-image] Aug 22 12:37:36.595 INFO O| Aug 22 12:37:36.595 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-22T12:37:37.633Z[ recovery-image] Aug 22 12:37:36.604 INFO O| Aug 22 12:37:36.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66282026-08-22T12:37:37.633Z[ recovery-image] Aug 22 12:37:36.605 INFO O| Aug 22 12:37:36.605 INFO STEP 451 (remove_files) COMPLETE
66292026-08-22T12:37:37.636Z[ recovery-image] Aug 22 12:37:36.605 INFO O| Aug 22 12:37:36.605 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-22T12:37:37.642Z[ recovery-image] Aug 22 12:37:36.614 INFO O| Aug 22 12:37:36.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66312026-08-22T12:37:37.642Z[ recovery-image] Aug 22 12:37:36.614 INFO O| Aug 22 12:37:36.614 INFO STEP 452 (remove_files) COMPLETE
66322026-08-22T12:37:37.642Z[ recovery-image] Aug 22 12:37:36.614 INFO O| Aug 22 12:37:36.614 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-22T12:37:37.652Z[ recovery-image] Aug 22 12:37:36.624 INFO O| Aug 22 12:37:36.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66342026-08-22T12:37:37.652Z[ recovery-image] Aug 22 12:37:36.624 INFO O| Aug 22 12:37:36.624 INFO STEP 453 (remove_files) COMPLETE
66352026-08-22T12:37:37.655Z[ recovery-image] Aug 22 12:37:36.624 INFO O| Aug 22 12:37:36.624 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-22T12:37:37.662Z[ recovery-image] Aug 22 12:37:36.633 INFO O| Aug 22 12:37:36.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66372026-08-22T12:37:37.662Z[ recovery-image] Aug 22 12:37:36.634 INFO O| Aug 22 12:37:36.633 INFO STEP 454 (remove_files) COMPLETE
66382026-08-22T12:37:37.662Z[ recovery-image] Aug 22 12:37:36.634 INFO O| Aug 22 12:37:36.634 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-22T12:37:37.671Z[ recovery-image] Aug 22 12:37:36.643 INFO O| Aug 22 12:37:36.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66402026-08-22T12:37:37.671Z[ recovery-image] Aug 22 12:37:36.643 INFO O| Aug 22 12:37:36.643 INFO STEP 455 (remove_files) COMPLETE
66412026-08-22T12:37:37.674Z[ recovery-image] Aug 22 12:37:36.643 INFO O| Aug 22 12:37:36.643 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-22T12:37:37.681Z[ recovery-image] Aug 22 12:37:36.653 INFO O| Aug 22 12:37:36.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66432026-08-22T12:37:37.681Z[ recovery-image] Aug 22 12:37:36.653 INFO O| Aug 22 12:37:36.653 INFO STEP 456 (remove_files) COMPLETE
66442026-08-22T12:37:37.681Z[ recovery-image] Aug 22 12:37:36.653 INFO O| Aug 22 12:37:36.653 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-22T12:37:37.692Z[ recovery-image] Aug 22 12:37:36.664 INFO O| Aug 22 12:37:36.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66462026-08-22T12:37:37.692Z[ recovery-image] Aug 22 12:37:36.664 INFO O| Aug 22 12:37:36.664 INFO STEP 457 (remove_files) COMPLETE
66472026-08-22T12:37:37.692Z[ recovery-image] Aug 22 12:37:36.664 INFO O| Aug 22 12:37:36.664 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-22T12:37:37.702Z[ recovery-image] Aug 22 12:37:36.673 INFO O| Aug 22 12:37:36.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66492026-08-22T12:37:37.702Z[ recovery-image] Aug 22 12:37:36.674 INFO O| Aug 22 12:37:36.674 INFO STEP 458 (remove_files) COMPLETE
66502026-08-22T12:37:37.702Z[ recovery-image] Aug 22 12:37:36.674 INFO O| Aug 22 12:37:36.674 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-22T12:37:37.712Z[ recovery-image] Aug 22 12:37:36.684 INFO O| Aug 22 12:37:36.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66522026-08-22T12:37:37.712Z[ recovery-image] Aug 22 12:37:36.684 INFO O| Aug 22 12:37:36.684 INFO STEP 459 (remove_files) COMPLETE
66532026-08-22T12:37:37.712Z[ recovery-image] Aug 22 12:37:36.684 INFO O| Aug 22 12:37:36.684 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-22T12:37:37.723Z[ recovery-image] Aug 22 12:37:36.693 INFO O| Aug 22 12:37:36.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66552026-08-22T12:37:37.723Z[ recovery-image] Aug 22 12:37:36.694 INFO O| Aug 22 12:37:36.693 INFO STEP 460 (remove_files) COMPLETE
66562026-08-22T12:37:37.723Z[ recovery-image] Aug 22 12:37:36.694 INFO O| Aug 22 12:37:36.694 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66572026-08-22T12:37:37.731Z[ recovery-image] Aug 22 12:37:36.702 INFO O| Aug 22 12:37:36.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66582026-08-22T12:37:37.731Z[ recovery-image] Aug 22 12:37:36.702 INFO O| Aug 22 12:37:36.702 INFO STEP 461 (remove_files) COMPLETE
66592026-08-22T12:37:37.731Z[ recovery-image] Aug 22 12:37:36.702 INFO O| Aug 22 12:37:36.702 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66602026-08-22T12:37:37.742Z[ recovery-image] Aug 22 12:37:36.714 INFO O| Aug 22 12:37:36.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66612026-08-22T12:37:37.742Z[ recovery-image] Aug 22 12:37:36.714 INFO O| Aug 22 12:37:36.714 INFO STEP 462 (remove_files) COMPLETE
66622026-08-22T12:37:37.742Z[ recovery-image] Aug 22 12:37:36.714 INFO O| Aug 22 12:37:36.714 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66632026-08-22T12:37:37.752Z[ recovery-image] Aug 22 12:37:36.723 INFO O| Aug 22 12:37:36.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66642026-08-22T12:37:37.752Z[ recovery-image] Aug 22 12:37:36.723 INFO O| Aug 22 12:37:36.723 INFO STEP 463 (remove_files) COMPLETE
66652026-08-22T12:37:37.752Z[ recovery-image] Aug 22 12:37:36.723 INFO O| Aug 22 12:37:36.723 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-22T12:37:37.761Z[ recovery-image] Aug 22 12:37:36.732 INFO O| Aug 22 12:37:36.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66672026-08-22T12:37:37.761Z[ recovery-image] Aug 22 12:37:36.733 INFO O| Aug 22 12:37:36.733 INFO STEP 464 (remove_files) COMPLETE
66682026-08-22T12:37:37.764Z[ recovery-image] Aug 22 12:37:36.733 INFO O| Aug 22 12:37:36.733 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-22T12:37:37.773Z[ recovery-image] Aug 22 12:37:36.745 INFO O| Aug 22 12:37:36.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66702026-08-22T12:37:37.773Z[ recovery-image] Aug 22 12:37:36.745 INFO O| Aug 22 12:37:36.745 INFO STEP 465 (remove_files) COMPLETE
66712026-08-22T12:37:37.776Z[ recovery-image] Aug 22 12:37:36.745 INFO O| Aug 22 12:37:36.745 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-22T12:37:37.782Z[ recovery-image] Aug 22 12:37:36.754 INFO O| Aug 22 12:37:36.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66732026-08-22T12:37:37.782Z[ recovery-image] Aug 22 12:37:36.754 INFO O| Aug 22 12:37:36.754 INFO STEP 466 (remove_files) COMPLETE
66742026-08-22T12:37:37.782Z[ recovery-image] Aug 22 12:37:36.754 INFO O| Aug 22 12:37:36.754 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-22T12:37:37.792Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66762026-08-22T12:37:37.795Z[ recovery-image] Aug 22 12:37:36.764 INFO O| Aug 22 12:37:36.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66772026-08-22T12:37:37.795Z[ recovery-image] Aug 22 12:37:36.764 INFO O| Aug 22 12:37:36.764 INFO STEP 467 (remove_files) COMPLETE
66782026-08-22T12:37:37.795Z[ recovery-image] Aug 22 12:37:36.764 INFO O| Aug 22 12:37:36.764 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-22T12:37:37.804Z[ recovery-image] Aug 22 12:37:36.775 INFO O| Aug 22 12:37:36.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66802026-08-22T12:37:37.804Z[ recovery-image] Aug 22 12:37:36.775 INFO O| Aug 22 12:37:36.775 INFO STEP 468 (remove_files) COMPLETE
66812026-08-22T12:37:37.804Z[ recovery-image] Aug 22 12:37:36.775 INFO O| Aug 22 12:37:36.775 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-22T12:37:37.813Z[ recovery-image] Aug 22 12:37:36.785 INFO O| Aug 22 12:37:36.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66832026-08-22T12:37:37.813Z[ recovery-image] Aug 22 12:37:36.785 INFO O| Aug 22 12:37:36.785 INFO STEP 469 (remove_files) COMPLETE
66842026-08-22T12:37:37.813Z[ recovery-image] Aug 22 12:37:36.785 INFO O| Aug 22 12:37:36.785 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-22T12:37:37.823Z[ recovery-image] Aug 22 12:37:36.794 INFO O| Aug 22 12:37:36.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66862026-08-22T12:37:37.823Z[ recovery-image] Aug 22 12:37:36.794 INFO O| Aug 22 12:37:36.794 INFO STEP 470 (remove_files) COMPLETE
66872026-08-22T12:37:37.823Z[ recovery-image] Aug 22 12:37:36.794 INFO O| Aug 22 12:37:36.794 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-22T12:37:37.831Z[ recovery-image] Aug 22 12:37:36.803 INFO O| Aug 22 12:37:36.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66892026-08-22T12:37:37.832Z[ recovery-image] Aug 22 12:37:36.803 INFO O| Aug 22 12:37:36.803 INFO STEP 471 (remove_files) COMPLETE
66902026-08-22T12:37:37.832Z[ recovery-image] Aug 22 12:37:36.803 INFO O| Aug 22 12:37:36.803 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-22T12:37:37.842Z[ recovery-image] Aug 22 12:37:36.814 INFO O| Aug 22 12:37:36.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66922026-08-22T12:37:37.842Z[ recovery-image] Aug 22 12:37:36.814 INFO O| Aug 22 12:37:36.813 INFO STEP 472 (remove_files) COMPLETE
66932026-08-22T12:37:37.842Z[ recovery-image] Aug 22 12:37:36.814 INFO O| Aug 22 12:37:36.813 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-22T12:37:37.851Z[ recovery-image] Aug 22 12:37:36.822 INFO O| Aug 22 12:37:36.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66952026-08-22T12:37:37.851Z[ recovery-image] Aug 22 12:37:36.823 INFO O| Aug 22 12:37:36.822 INFO STEP 473 (remove_files) COMPLETE
66962026-08-22T12:37:37.851Z[ recovery-image] Aug 22 12:37:36.823 INFO O| Aug 22 12:37:36.823 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-22T12:37:37.861Z[ recovery-image] Aug 22 12:37:36.832 INFO O| Aug 22 12:37:36.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66982026-08-22T12:37:37.861Z[ recovery-image] Aug 22 12:37:36.832 INFO O| Aug 22 12:37:36.832 INFO STEP 474 (remove_files) COMPLETE
66992026-08-22T12:37:37.864Z[ recovery-image] Aug 22 12:37:36.832 INFO O| Aug 22 12:37:36.832 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-22T12:37:37.869Z[ recovery-image] Aug 22 12:37:36.841 INFO O| Aug 22 12:37:36.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67012026-08-22T12:37:37.869Z[ recovery-image] Aug 22 12:37:36.841 INFO O| Aug 22 12:37:36.841 INFO STEP 475 (remove_files) COMPLETE
67022026-08-22T12:37:37.870Z[ recovery-image] Aug 22 12:37:36.841 INFO O| Aug 22 12:37:36.841 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-22T12:37:37.879Z[ recovery-image] Aug 22 12:37:36.850 INFO O| Aug 22 12:37:36.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67042026-08-22T12:37:37.879Z[ recovery-image] Aug 22 12:37:36.850 INFO O| Aug 22 12:37:36.850 INFO STEP 476 (remove_files) COMPLETE
67052026-08-22T12:37:37.879Z[ recovery-image] Aug 22 12:37:36.850 INFO O| Aug 22 12:37:36.850 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-22T12:37:37.888Z[ recovery-image] Aug 22 12:37:36.858 INFO O| Aug 22 12:37:36.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67072026-08-22T12:37:37.888Z[ recovery-image] Aug 22 12:37:36.858 INFO O| Aug 22 12:37:36.858 INFO STEP 477 (remove_files) COMPLETE
67082026-08-22T12:37:37.888Z[ recovery-image] Aug 22 12:37:36.858 INFO O| Aug 22 12:37:36.858 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-22T12:37:37.895Z[ recovery-image] Aug 22 12:37:36.867 INFO O| Aug 22 12:37:36.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67102026-08-22T12:37:37.895Z[ recovery-image] Aug 22 12:37:36.867 INFO O| Aug 22 12:37:36.867 INFO STEP 478 (remove_files) COMPLETE
67112026-08-22T12:37:37.898Z[ recovery-image] Aug 22 12:37:36.867 INFO O| Aug 22 12:37:36.867 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-22T12:37:37.904Z[ recovery-image] Aug 22 12:37:36.876 INFO O| Aug 22 12:37:36.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67132026-08-22T12:37:37.904Z[ recovery-image] Aug 22 12:37:36.876 INFO O| Aug 22 12:37:36.876 INFO STEP 479 (remove_files) COMPLETE
67142026-08-22T12:37:37.904Z[ recovery-image] Aug 22 12:37:36.876 INFO O| Aug 22 12:37:36.876 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-22T12:37:37.913Z[ recovery-image] Aug 22 12:37:36.885 INFO O| Aug 22 12:37:36.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67162026-08-22T12:37:37.913Z[ recovery-image] Aug 22 12:37:36.885 INFO O| Aug 22 12:37:36.885 INFO STEP 480 (remove_files) COMPLETE
67172026-08-22T12:37:37.916Z[ recovery-image] Aug 22 12:37:36.885 INFO O| Aug 22 12:37:36.885 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-22T12:37:37.924Z[ recovery-image] Aug 22 12:37:36.895 INFO O| Aug 22 12:37:36.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67192026-08-22T12:37:37.924Z[ recovery-image] Aug 22 12:37:36.895 INFO O| Aug 22 12:37:36.895 INFO STEP 481 (remove_files) COMPLETE
67202026-08-22T12:37:37.927Z[ recovery-image] Aug 22 12:37:36.895 INFO O| Aug 22 12:37:36.895 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-22T12:37:37.935Z[ recovery-image] Aug 22 12:37:36.906 INFO O| Aug 22 12:37:36.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67222026-08-22T12:37:37.935Z[ recovery-image] Aug 22 12:37:36.906 INFO O| Aug 22 12:37:36.906 INFO STEP 482 (remove_files) COMPLETE
67232026-08-22T12:37:37.935Z[ recovery-image] Aug 22 12:37:36.906 INFO O| Aug 22 12:37:36.906 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-22T12:37:37.945Z[ recovery-image] Aug 22 12:37:36.916 INFO O| Aug 22 12:37:36.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67252026-08-22T12:37:37.945Z[ recovery-image] Aug 22 12:37:36.916 INFO O| Aug 22 12:37:36.916 INFO STEP 483 (remove_files) COMPLETE
67262026-08-22T12:37:37.945Z[ recovery-image] Aug 22 12:37:36.916 INFO O| Aug 22 12:37:36.916 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-22T12:37:37.954Z[ recovery-image] Aug 22 12:37:36.926 INFO O| Aug 22 12:37:36.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67282026-08-22T12:37:37.954Z[ recovery-image] Aug 22 12:37:36.926 INFO O| Aug 22 12:37:36.926 INFO STEP 484 (remove_files) COMPLETE
67292026-08-22T12:37:37.957Z[ recovery-image] Aug 22 12:37:36.926 INFO O| Aug 22 12:37:36.926 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-22T12:37:37.965Z[ recovery-image] Aug 22 12:37:36.937 INFO O| Aug 22 12:37:36.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67312026-08-22T12:37:37.965Z[ recovery-image] Aug 22 12:37:36.937 INFO O| Aug 22 12:37:36.937 INFO STEP 485 (remove_files) COMPLETE
67322026-08-22T12:37:37.965Z[ recovery-image] Aug 22 12:37:36.937 INFO O| Aug 22 12:37:36.937 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-22T12:37:37.975Z[ recovery-image] Aug 22 12:37:36.946 INFO O| Aug 22 12:37:36.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67342026-08-22T12:37:37.975Z[ recovery-image] Aug 22 12:37:36.946 INFO O| Aug 22 12:37:36.946 INFO STEP 486 (remove_files) COMPLETE
67352026-08-22T12:37:37.975Z[ recovery-image] Aug 22 12:37:36.946 INFO O| Aug 22 12:37:36.946 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-22T12:37:37.986Z[ recovery-image] Aug 22 12:37:36.958 INFO O| Aug 22 12:37:36.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67372026-08-22T12:37:37.986Z[ recovery-image] Aug 22 12:37:36.958 INFO O| Aug 22 12:37:36.957 INFO STEP 487 (remove_files) COMPLETE
67382026-08-22T12:37:37.989Z[ recovery-image] Aug 22 12:37:36.958 INFO O| Aug 22 12:37:36.957 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-22T12:37:37.996Z[ recovery-image] Aug 22 12:37:36.968 INFO O| Aug 22 12:37:36.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67402026-08-22T12:37:37.996Z[ recovery-image] Aug 22 12:37:36.968 INFO O| Aug 22 12:37:36.968 INFO STEP 488 (remove_files) COMPLETE
67412026-08-22T12:37:37.996Z[ recovery-image] Aug 22 12:37:36.968 INFO O| Aug 22 12:37:36.968 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-22T12:37:38.007Z[ recovery-image] Aug 22 12:37:36.978 INFO O| Aug 22 12:37:36.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67432026-08-22T12:37:38.007Z[ recovery-image] Aug 22 12:37:36.978 INFO O| Aug 22 12:37:36.978 INFO STEP 489 (remove_files) COMPLETE
67442026-08-22T12:37:38.007Z[ recovery-image] Aug 22 12:37:36.978 INFO O| Aug 22 12:37:36.978 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-22T12:37:38.017Z[ recovery-image] Aug 22 12:37:36.988 INFO O| Aug 22 12:37:36.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67462026-08-22T12:37:38.017Z[ recovery-image] Aug 22 12:37:36.988 INFO O| Aug 22 12:37:36.988 INFO STEP 490 (remove_files) COMPLETE
67472026-08-22T12:37:38.020Z[ recovery-image] Aug 22 12:37:36.988 INFO O| Aug 22 12:37:36.988 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-22T12:37:38.025Z[ recovery-image] Aug 22 12:37:36.997 INFO O| Aug 22 12:37:36.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67492026-08-22T12:37:38.025Z[ recovery-image] Aug 22 12:37:36.997 INFO O| Aug 22 12:37:36.997 INFO STEP 491 (remove_files) COMPLETE
67502026-08-22T12:37:38.026Z[ recovery-image] Aug 22 12:37:36.997 INFO O| Aug 22 12:37:36.997 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-22T12:37:38.034Z[ recovery-image] Aug 22 12:37:37.006 INFO O| Aug 22 12:37:37.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67522026-08-22T12:37:38.034Z[ recovery-image] Aug 22 12:37:37.006 INFO O| Aug 22 12:37:37.006 INFO STEP 492 (remove_files) COMPLETE
67532026-08-22T12:37:38.034Z[ recovery-image] Aug 22 12:37:37.006 INFO O| Aug 22 12:37:37.006 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-22T12:37:38.044Z[ recovery-image] Aug 22 12:37:37.016 INFO O| Aug 22 12:37:37.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67552026-08-22T12:37:38.044Z[ recovery-image] Aug 22 12:37:37.016 INFO O| Aug 22 12:37:37.016 INFO STEP 493 (remove_files) COMPLETE
67562026-08-22T12:37:38.044Z[ recovery-image] Aug 22 12:37:37.016 INFO O| Aug 22 12:37:37.016 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-22T12:37:38.054Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
67582026-08-22T12:37:38.057Z[ recovery-image] Aug 22 12:37:37.026 INFO O| Aug 22 12:37:37.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67592026-08-22T12:37:38.057Z[ recovery-image] Aug 22 12:37:37.026 INFO O| Aug 22 12:37:37.026 INFO STEP 494 (remove_files) COMPLETE
67602026-08-22T12:37:38.057Z[ recovery-image] Aug 22 12:37:37.026 INFO O| Aug 22 12:37:37.026 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-22T12:37:38.066Z[ recovery-image] Aug 22 12:37:37.037 INFO O| Aug 22 12:37:37.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67622026-08-22T12:37:38.066Z[ recovery-image] Aug 22 12:37:37.037 INFO O| Aug 22 12:37:37.037 INFO STEP 495 (remove_files) COMPLETE
67632026-08-22T12:37:38.069Z[ recovery-image] Aug 22 12:37:37.037 INFO O| Aug 22 12:37:37.037 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-22T12:37:38.077Z[ recovery-image] Aug 22 12:37:37.048 INFO O| Aug 22 12:37:37.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67652026-08-22T12:37:38.077Z[ recovery-image] Aug 22 12:37:37.048 INFO O| Aug 22 12:37:37.048 INFO STEP 496 (remove_files) COMPLETE
67662026-08-22T12:37:38.077Z[ recovery-image] Aug 22 12:37:37.048 INFO O| Aug 22 12:37:37.048 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-22T12:37:38.083Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
67682026-08-22T12:37:38.087Z[ recovery-image] Aug 22 12:37:37.058 INFO O| Aug 22 12:37:37.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67692026-08-22T12:37:38.087Z[ recovery-image] Aug 22 12:37:37.058 INFO O| Aug 22 12:37:37.058 INFO STEP 497 (remove_files) COMPLETE
67702026-08-22T12:37:38.087Z[ recovery-image] Aug 22 12:37:37.058 INFO O| Aug 22 12:37:37.058 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-22T12:37:38.097Z[ recovery-image] Aug 22 12:37:37.068 INFO O| Aug 22 12:37:37.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67722026-08-22T12:37:38.097Z[ recovery-image] Aug 22 12:37:37.068 INFO O| Aug 22 12:37:37.068 INFO STEP 498 (remove_files) COMPLETE
67732026-08-22T12:37:38.097Z[ recovery-image] Aug 22 12:37:37.068 INFO O| Aug 22 12:37:37.068 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.077 INFO O| Aug 22 12:37:37.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67752026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.077 INFO O| Aug 22 12:37:37.077 INFO STEP 499 (remove_files) COMPLETE
67762026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.077 INFO O| Aug 22 12:37:37.077 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.088 INFO O| Aug 22 12:37:37.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67782026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.088 INFO O| Aug 22 12:37:37.088 INFO STEP 500 (remove_files) COMPLETE
67792026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.088 INFO O| Aug 22 12:37:37.088 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.097 INFO O| Aug 22 12:37:37.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67812026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.097 INFO O| Aug 22 12:37:37.097 INFO STEP 501 (remove_files) COMPLETE
67822026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.097 INFO O| Aug 22 12:37:37.097 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.109 INFO O| Aug 22 12:37:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67842026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.109 INFO O| Aug 22 12:37:37.109 INFO STEP 502 (remove_files) COMPLETE
67852026-08-22T12:37:38.148Z[ recovery-image] Aug 22 12:37:37.109 INFO O| Aug 22 12:37:37.109 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-22T12:37:38.151Z[ recovery-image] Aug 22 12:37:37.119 INFO O| Aug 22 12:37:37.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67872026-08-22T12:37:38.151Z[ recovery-image] Aug 22 12:37:37.119 INFO O| Aug 22 12:37:37.119 INFO STEP 503 (remove_files) COMPLETE
67882026-08-22T12:37:38.151Z[ recovery-image] Aug 22 12:37:37.119 INFO O| Aug 22 12:37:37.119 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-22T12:37:38.159Z[ recovery-image] Aug 22 12:37:37.131 INFO O| Aug 22 12:37:37.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67902026-08-22T12:37:38.159Z[ recovery-image] Aug 22 12:37:37.131 INFO O| Aug 22 12:37:37.131 INFO STEP 504 (remove_files) COMPLETE
67912026-08-22T12:37:38.159Z[ recovery-image] Aug 22 12:37:37.131 INFO O| Aug 22 12:37:37.131 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-22T12:37:38.170Z[ recovery-image] Aug 22 12:37:37.141 INFO O| Aug 22 12:37:37.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67932026-08-22T12:37:38.170Z[ recovery-image] Aug 22 12:37:37.141 INFO O| Aug 22 12:37:37.141 INFO STEP 505 (remove_files) COMPLETE
67942026-08-22T12:37:38.173Z[ recovery-image] Aug 22 12:37:37.141 INFO O| Aug 22 12:37:37.141 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-22T12:37:38.179Z[ recovery-image] Aug 22 12:37:37.151 INFO O| Aug 22 12:37:37.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67962026-08-22T12:37:38.179Z[ recovery-image] Aug 22 12:37:37.151 INFO O| Aug 22 12:37:37.151 INFO STEP 506 (remove_files) COMPLETE
67972026-08-22T12:37:38.179Z[ recovery-image] Aug 22 12:37:37.151 INFO O| Aug 22 12:37:37.151 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-22T12:37:38.190Z[ recovery-image] Aug 22 12:37:37.161 INFO O| Aug 22 12:37:37.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67992026-08-22T12:37:38.190Z[ recovery-image] Aug 22 12:37:37.162 INFO O| Aug 22 12:37:37.162 INFO STEP 507 (remove_files) COMPLETE
68002026-08-22T12:37:38.190Z[ recovery-image] Aug 22 12:37:37.162 INFO O| Aug 22 12:37:37.162 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-22T12:37:38.200Z[ recovery-image] Aug 22 12:37:37.171 INFO O| Aug 22 12:37:37.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68022026-08-22T12:37:38.200Z[ recovery-image] Aug 22 12:37:37.171 INFO O| Aug 22 12:37:37.171 INFO STEP 508 (remove_files) COMPLETE
68032026-08-22T12:37:38.200Z[ recovery-image] Aug 22 12:37:37.172 INFO O| Aug 22 12:37:37.171 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-22T12:37:38.209Z[ recovery-image] Aug 22 12:37:37.181 INFO O| Aug 22 12:37:37.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68052026-08-22T12:37:38.209Z[ recovery-image] Aug 22 12:37:37.181 INFO O| Aug 22 12:37:37.181 INFO STEP 509 (remove_files) COMPLETE
68062026-08-22T12:37:38.209Z[ recovery-image] Aug 22 12:37:37.181 INFO O| Aug 22 12:37:37.181 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-22T12:37:38.219Z[ recovery-image] Aug 22 12:37:37.189 INFO O| Aug 22 12:37:37.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68082026-08-22T12:37:38.219Z[ recovery-image] Aug 22 12:37:37.189 INFO O| Aug 22 12:37:37.189 INFO STEP 510 (remove_files) COMPLETE
68092026-08-22T12:37:38.219Z[ recovery-image] Aug 22 12:37:37.189 INFO O| Aug 22 12:37:37.189 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-22T12:37:38.226Z[ recovery-image] Aug 22 12:37:37.198 INFO O| Aug 22 12:37:37.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68112026-08-22T12:37:38.226Z[ recovery-image] Aug 22 12:37:37.198 INFO O| Aug 22 12:37:37.198 INFO STEP 511 (remove_files) COMPLETE
68122026-08-22T12:37:38.226Z[ recovery-image] Aug 22 12:37:37.198 INFO O| Aug 22 12:37:37.198 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-22T12:37:38.237Z[ recovery-image] Aug 22 12:37:37.208 INFO O| Aug 22 12:37:37.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68142026-08-22T12:37:38.237Z[ recovery-image] Aug 22 12:37:37.208 INFO O| Aug 22 12:37:37.208 INFO STEP 512 (remove_files) COMPLETE
68152026-08-22T12:37:38.237Z[ recovery-image] Aug 22 12:37:37.208 INFO O| Aug 22 12:37:37.208 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-22T12:37:38.246Z[ recovery-image] Aug 22 12:37:37.218 INFO O| Aug 22 12:37:37.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68172026-08-22T12:37:38.249Z[ recovery-image] Aug 22 12:37:37.219 INFO O| Aug 22 12:37:37.219 INFO STEP 513 (remove_files) COMPLETE
68182026-08-22T12:37:38.249Z[ recovery-image] Aug 22 12:37:37.219 INFO O| Aug 22 12:37:37.219 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-22T12:37:38.258Z[ recovery-image] Aug 22 12:37:37.229 INFO O| Aug 22 12:37:37.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68202026-08-22T12:37:38.258Z[ recovery-image] Aug 22 12:37:37.229 INFO O| Aug 22 12:37:37.229 INFO STEP 514 (remove_files) COMPLETE
68212026-08-22T12:37:38.258Z[ recovery-image] Aug 22 12:37:37.229 INFO O| Aug 22 12:37:37.229 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-22T12:37:38.268Z[ recovery-image] Aug 22 12:37:37.239 INFO O| Aug 22 12:37:37.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68232026-08-22T12:37:38.268Z[ recovery-image] Aug 22 12:37:37.239 INFO O| Aug 22 12:37:37.239 INFO STEP 515 (remove_files) COMPLETE
68242026-08-22T12:37:38.268Z[ recovery-image] Aug 22 12:37:37.239 INFO O| Aug 22 12:37:37.239 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-22T12:37:38.278Z[ recovery-image] Aug 22 12:37:37.249 INFO O| Aug 22 12:37:37.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68262026-08-22T12:37:38.278Z[ recovery-image] Aug 22 12:37:37.249 INFO O| Aug 22 12:37:37.249 INFO STEP 516 (remove_files) COMPLETE
68272026-08-22T12:37:38.278Z[ recovery-image] Aug 22 12:37:37.249 INFO O| Aug 22 12:37:37.249 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-22T12:37:38.288Z[ recovery-image] Aug 22 12:37:37.259 INFO O| Aug 22 12:37:37.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68292026-08-22T12:37:38.288Z[ recovery-image] Aug 22 12:37:37.259 INFO O| Aug 22 12:37:37.259 INFO STEP 517 (remove_files) COMPLETE
68302026-08-22T12:37:38.288Z[ recovery-image] Aug 22 12:37:37.259 INFO O| Aug 22 12:37:37.259 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-22T12:37:38.298Z[ recovery-image] Aug 22 12:37:37.269 INFO O| Aug 22 12:37:37.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68322026-08-22T12:37:38.298Z[ recovery-image] Aug 22 12:37:37.269 INFO O| Aug 22 12:37:37.269 INFO STEP 518 (remove_files) COMPLETE
68332026-08-22T12:37:38.298Z[ recovery-image] Aug 22 12:37:37.269 INFO O| Aug 22 12:37:37.269 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-22T12:37:38.307Z[ recovery-image] Aug 22 12:37:37.279 INFO O| Aug 22 12:37:37.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68352026-08-22T12:37:38.307Z[ recovery-image] Aug 22 12:37:37.279 INFO O| Aug 22 12:37:37.279 INFO STEP 519 (remove_files) COMPLETE
68362026-08-22T12:37:38.307Z[ recovery-image] Aug 22 12:37:37.279 INFO O| Aug 22 12:37:37.279 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-22T12:37:38.317Z[ recovery-image] Aug 22 12:37:37.288 INFO O| Aug 22 12:37:37.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68382026-08-22T12:37:38.317Z[ recovery-image] Aug 22 12:37:37.288 INFO O| Aug 22 12:37:37.288 INFO STEP 520 (remove_files) COMPLETE
68392026-08-22T12:37:38.320Z[ recovery-image] Aug 22 12:37:37.288 INFO O| Aug 22 12:37:37.288 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-22T12:37:38.327Z[ recovery-image] Aug 22 12:37:37.298 INFO O| Aug 22 12:37:37.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68412026-08-22T12:37:38.327Z[ recovery-image] Aug 22 12:37:37.298 INFO O| Aug 22 12:37:37.298 INFO STEP 521 (remove_files) COMPLETE
68422026-08-22T12:37:38.330Z[ recovery-image] Aug 22 12:37:37.298 INFO O| Aug 22 12:37:37.298 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-22T12:37:38.337Z[ recovery-image] Aug 22 12:37:37.308 INFO O| Aug 22 12:37:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68442026-08-22T12:37:38.340Z[ recovery-image] Aug 22 12:37:37.309 INFO O| Aug 22 12:37:37.309 INFO STEP 522 (remove_files) COMPLETE
68452026-08-22T12:37:38.340Z[ recovery-image] Aug 22 12:37:37.309 INFO O| Aug 22 12:37:37.309 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-22T12:37:38.347Z[ recovery-image] Aug 22 12:37:37.319 INFO O| Aug 22 12:37:37.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68472026-08-22T12:37:38.350Z[ recovery-image] Aug 22 12:37:37.320 INFO O| Aug 22 12:37:37.320 INFO STEP 523 (remove_files) COMPLETE
68482026-08-22T12:37:38.351Z[ recovery-image] Aug 22 12:37:37.320 INFO O| Aug 22 12:37:37.320 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-22T12:37:38.358Z[ recovery-image] Aug 22 12:37:37.330 INFO O| Aug 22 12:37:37.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68502026-08-22T12:37:38.358Z[ recovery-image] Aug 22 12:37:37.330 INFO O| Aug 22 12:37:37.330 INFO STEP 524 (remove_files) COMPLETE
68512026-08-22T12:37:38.361Z[ recovery-image] Aug 22 12:37:37.330 INFO O| Aug 22 12:37:37.330 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-22T12:37:38.370Z[ recovery-image] Aug 22 12:37:37.341 INFO O| Aug 22 12:37:37.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68532026-08-22T12:37:38.374Z[ recovery-image] Aug 22 12:37:37.342 INFO O| Aug 22 12:37:37.342 INFO STEP 525 (remove_files) COMPLETE
68542026-08-22T12:37:38.374Z[ recovery-image] Aug 22 12:37:37.342 INFO O| Aug 22 12:37:37.342 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-22T12:37:38.381Z[ recovery-image] Aug 22 12:37:37.352 INFO O| Aug 22 12:37:37.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68562026-08-22T12:37:38.381Z[ recovery-image] Aug 22 12:37:37.352 INFO O| Aug 22 12:37:37.352 INFO STEP 526 (remove_files) COMPLETE
68572026-08-22T12:37:38.384Z[ recovery-image] Aug 22 12:37:37.352 INFO O| Aug 22 12:37:37.352 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-22T12:37:38.391Z[ recovery-image] Aug 22 12:37:37.363 INFO O| Aug 22 12:37:37.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68592026-08-22T12:37:38.391Z[ recovery-image] Aug 22 12:37:37.363 INFO O| Aug 22 12:37:37.363 INFO STEP 527 (remove_files) COMPLETE
68602026-08-22T12:37:38.395Z[ recovery-image] Aug 22 12:37:37.363 INFO O| Aug 22 12:37:37.363 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-22T12:37:38.402Z[ recovery-image] Aug 22 12:37:37.374 INFO O| Aug 22 12:37:37.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68622026-08-22T12:37:38.406Z[ recovery-image] Aug 22 12:37:37.375 INFO O| Aug 22 12:37:37.375 INFO STEP 528 (remove_files) COMPLETE
68632026-08-22T12:37:38.406Z[ recovery-image] Aug 22 12:37:37.375 INFO O| Aug 22 12:37:37.375 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-22T12:37:38.415Z[ recovery-image] Aug 22 12:37:37.386 INFO O| Aug 22 12:37:37.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68652026-08-22T12:37:38.415Z[ recovery-image] Aug 22 12:37:37.386 INFO O| Aug 22 12:37:37.386 INFO STEP 529 (remove_files) COMPLETE
68662026-08-22T12:37:38.415Z[ recovery-image] Aug 22 12:37:37.386 INFO O| Aug 22 12:37:37.386 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-22T12:37:38.425Z[ recovery-image] Aug 22 12:37:37.396 INFO O| Aug 22 12:37:37.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68682026-08-22T12:37:38.425Z[ recovery-image] Aug 22 12:37:37.396 INFO O| Aug 22 12:37:37.396 INFO STEP 530 (remove_files) COMPLETE
68692026-08-22T12:37:38.425Z[ recovery-image] Aug 22 12:37:37.396 INFO O| Aug 22 12:37:37.396 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-22T12:37:38.436Z[ recovery-image] Aug 22 12:37:37.407 INFO O| Aug 22 12:37:37.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68712026-08-22T12:37:38.436Z[ recovery-image] Aug 22 12:37:37.407 INFO O| Aug 22 12:37:37.407 INFO STEP 531 (remove_files) COMPLETE
68722026-08-22T12:37:38.436Z[ recovery-image] Aug 22 12:37:37.407 INFO O| Aug 22 12:37:37.407 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-22T12:37:38.448Z[ recovery-image] Aug 22 12:37:37.419 INFO O| Aug 22 12:37:37.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68742026-08-22T12:37:38.448Z[ recovery-image] Aug 22 12:37:37.419 INFO O| Aug 22 12:37:37.419 INFO STEP 532 (remove_files) COMPLETE
68752026-08-22T12:37:38.448Z[ recovery-image] Aug 22 12:37:37.419 INFO O| Aug 22 12:37:37.419 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-22T12:37:38.459Z[ recovery-image] Aug 22 12:37:37.430 INFO O| Aug 22 12:37:37.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68772026-08-22T12:37:38.459Z[ recovery-image] Aug 22 12:37:37.430 INFO O| Aug 22 12:37:37.430 INFO STEP 533 (remove_files) COMPLETE
68782026-08-22T12:37:38.459Z[ recovery-image] Aug 22 12:37:37.430 INFO O| Aug 22 12:37:37.430 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-22T12:37:38.469Z[ recovery-image] Aug 22 12:37:37.441 INFO O| Aug 22 12:37:37.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68802026-08-22T12:37:38.470Z[ recovery-image] Aug 22 12:37:37.441 INFO O| Aug 22 12:37:37.441 INFO STEP 534 (remove_files) COMPLETE
68812026-08-22T12:37:38.470Z[ recovery-image] Aug 22 12:37:37.441 INFO O| Aug 22 12:37:37.441 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-22T12:37:38.480Z[ recovery-image] Aug 22 12:37:37.451 INFO O| Aug 22 12:37:37.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68832026-08-22T12:37:38.480Z[ recovery-image] Aug 22 12:37:37.451 INFO O| Aug 22 12:37:37.451 INFO STEP 535 (remove_files) COMPLETE
68842026-08-22T12:37:38.480Z[ recovery-image] Aug 22 12:37:37.451 INFO O| Aug 22 12:37:37.451 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-22T12:37:38.489Z[ recovery-image] Aug 22 12:37:37.461 INFO O| Aug 22 12:37:37.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68862026-08-22T12:37:38.489Z[ recovery-image] Aug 22 12:37:37.461 INFO O| Aug 22 12:37:37.461 INFO STEP 536 (remove_files) COMPLETE
68872026-08-22T12:37:38.489Z[ recovery-image] Aug 22 12:37:37.461 INFO O| Aug 22 12:37:37.461 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-22T12:37:38.499Z[ recovery-image] Aug 22 12:37:37.471 INFO O| Aug 22 12:37:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68892026-08-22T12:37:38.503Z[ recovery-image] Aug 22 12:37:37.471 INFO O| Aug 22 12:37:37.471 INFO STEP 537 (remove_files) COMPLETE
68902026-08-22T12:37:38.503Z[ recovery-image] Aug 22 12:37:37.471 INFO O| Aug 22 12:37:37.471 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-22T12:37:38.510Z[ recovery-image] Aug 22 12:37:37.481 INFO O| Aug 22 12:37:37.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68922026-08-22T12:37:38.514Z[ recovery-image] Aug 22 12:37:37.483 INFO O| Aug 22 12:37:37.482 INFO STEP 538 (remove_files) COMPLETE
68932026-08-22T12:37:38.514Z[ recovery-image] Aug 22 12:37:37.483 INFO O| Aug 22 12:37:37.482 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-22T12:37:38.521Z[ recovery-image] Aug 22 12:37:37.492 INFO O| Aug 22 12:37:37.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68952026-08-22T12:37:38.521Z[ recovery-image] Aug 22 12:37:37.492 INFO O| Aug 22 12:37:37.492 INFO STEP 539 (remove_files) COMPLETE
68962026-08-22T12:37:38.524Z[ recovery-image] Aug 22 12:37:37.492 INFO O| Aug 22 12:37:37.492 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-22T12:37:38.531Z[ recovery-image] Aug 22 12:37:37.502 INFO O| Aug 22 12:37:37.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68982026-08-22T12:37:38.531Z[ recovery-image] Aug 22 12:37:37.502 INFO O| Aug 22 12:37:37.502 INFO STEP 540 (remove_files) COMPLETE
68992026-08-22T12:37:38.531Z[ recovery-image] Aug 22 12:37:37.502 INFO O| Aug 22 12:37:37.502 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-22T12:37:38.541Z[ recovery-image] Aug 22 12:37:37.512 INFO O| Aug 22 12:37:37.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69012026-08-22T12:37:38.541Z[ recovery-image] Aug 22 12:37:37.512 INFO O| Aug 22 12:37:37.512 INFO STEP 541 (remove_files) COMPLETE
69022026-08-22T12:37:38.541Z[ recovery-image] Aug 22 12:37:37.512 INFO O| Aug 22 12:37:37.512 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-22T12:37:38.553Z[ recovery-image] Aug 22 12:37:37.524 INFO O| Aug 22 12:37:37.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69042026-08-22T12:37:38.553Z[ recovery-image] Aug 22 12:37:37.524 INFO O| Aug 22 12:37:37.524 INFO STEP 542 (remove_files) COMPLETE
69052026-08-22T12:37:38.556Z[ recovery-image] Aug 22 12:37:37.524 INFO O| Aug 22 12:37:37.524 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-22T12:37:38.556Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
69072026-08-22T12:37:38.563Z[ recovery-image] Aug 22 12:37:37.535 INFO O| Aug 22 12:37:37.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69082026-08-22T12:37:38.563Z[ recovery-image] Aug 22 12:37:37.535 INFO O| Aug 22 12:37:37.535 INFO STEP 543 (remove_files) COMPLETE
69092026-08-22T12:37:38.563Z[ recovery-image] Aug 22 12:37:37.535 INFO O| Aug 22 12:37:37.535 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-22T12:37:38.574Z[ recovery-image] Aug 22 12:37:37.546 INFO O| Aug 22 12:37:37.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69112026-08-22T12:37:38.574Z[ recovery-image] Aug 22 12:37:37.546 INFO O| Aug 22 12:37:37.546 INFO STEP 544 (remove_files) COMPLETE
69122026-08-22T12:37:38.575Z[ recovery-image] Aug 22 12:37:37.546 INFO O| Aug 22 12:37:37.546 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-22T12:37:38.585Z[ recovery-image] Aug 22 12:37:37.556 INFO O| Aug 22 12:37:37.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69142026-08-22T12:37:38.585Z[ recovery-image] Aug 22 12:37:37.556 INFO O| Aug 22 12:37:37.556 INFO STEP 545 (remove_files) COMPLETE
69152026-08-22T12:37:38.585Z[ recovery-image] Aug 22 12:37:37.556 INFO O| Aug 22 12:37:37.556 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-22T12:37:38.594Z[ recovery-image] Aug 22 12:37:37.565 INFO O| Aug 22 12:37:37.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69172026-08-22T12:37:38.594Z[ recovery-image] Aug 22 12:37:37.565 INFO O| Aug 22 12:37:37.565 INFO STEP 546 (remove_files) COMPLETE
69182026-08-22T12:37:38.594Z[ recovery-image] Aug 22 12:37:37.565 INFO O| Aug 22 12:37:37.565 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-22T12:37:38.604Z[ recovery-image] Aug 22 12:37:37.576 INFO O| Aug 22 12:37:37.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69202026-08-22T12:37:38.604Z[ recovery-image] Aug 22 12:37:37.576 INFO O| Aug 22 12:37:37.576 INFO STEP 547 (remove_files) COMPLETE
69212026-08-22T12:37:38.604Z[ recovery-image] Aug 22 12:37:37.576 INFO O| Aug 22 12:37:37.576 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-22T12:37:38.616Z[ recovery-image] Aug 22 12:37:37.587 INFO O| Aug 22 12:37:37.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69232026-08-22T12:37:38.616Z[ recovery-image] Aug 22 12:37:37.587 INFO O| Aug 22 12:37:37.587 INFO STEP 548 (remove_files) COMPLETE
69242026-08-22T12:37:38.616Z[ recovery-image] Aug 22 12:37:37.587 INFO O| Aug 22 12:37:37.587 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-22T12:37:38.627Z[ recovery-image] Aug 22 12:37:37.598 INFO O| Aug 22 12:37:37.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69262026-08-22T12:37:38.627Z[ recovery-image] Aug 22 12:37:37.598 INFO O| Aug 22 12:37:37.598 INFO STEP 549 (remove_files) COMPLETE
69272026-08-22T12:37:38.630Z[ recovery-image] Aug 22 12:37:37.598 INFO O| Aug 22 12:37:37.598 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-22T12:37:38.636Z[ recovery-image] Aug 22 12:37:37.607 INFO O| Aug 22 12:37:37.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69292026-08-22T12:37:38.636Z[ recovery-image] Aug 22 12:37:37.607 INFO O| Aug 22 12:37:37.607 INFO STEP 550 (remove_files) COMPLETE
69302026-08-22T12:37:38.636Z[ recovery-image] Aug 22 12:37:37.607 INFO O| Aug 22 12:37:37.607 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-22T12:37:38.645Z[ recovery-image] Aug 22 12:37:37.616 INFO O| Aug 22 12:37:37.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69322026-08-22T12:37:38.645Z[ recovery-image] Aug 22 12:37:37.616 INFO O| Aug 22 12:37:37.616 INFO STEP 551 (remove_files) COMPLETE
69332026-08-22T12:37:38.645Z[ recovery-image] Aug 22 12:37:37.616 INFO O| Aug 22 12:37:37.616 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-22T12:37:38.655Z[ recovery-image] Aug 22 12:37:37.626 INFO O| Aug 22 12:37:37.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69352026-08-22T12:37:38.655Z[ recovery-image] Aug 22 12:37:37.626 INFO O| Aug 22 12:37:37.626 INFO STEP 552 (remove_files) COMPLETE
69362026-08-22T12:37:38.655Z[ recovery-image] Aug 22 12:37:37.626 INFO O| Aug 22 12:37:37.626 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-22T12:37:38.663Z[ recovery-image] Aug 22 12:37:37.635 INFO O| Aug 22 12:37:37.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69382026-08-22T12:37:38.663Z[ recovery-image] Aug 22 12:37:37.635 INFO O| Aug 22 12:37:37.635 INFO STEP 553 (remove_files) COMPLETE
69392026-08-22T12:37:38.667Z[ recovery-image] Aug 22 12:37:37.635 INFO O| Aug 22 12:37:37.635 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-22T12:37:38.673Z[ recovery-image] Aug 22 12:37:37.645 INFO O| Aug 22 12:37:37.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69412026-08-22T12:37:38.673Z[ recovery-image] Aug 22 12:37:37.645 INFO O| Aug 22 12:37:37.645 INFO STEP 554 (remove_files) COMPLETE
69422026-08-22T12:37:38.673Z[ recovery-image] Aug 22 12:37:37.645 INFO O| Aug 22 12:37:37.645 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-22T12:37:38.682Z[ recovery-image] Aug 22 12:37:37.653 INFO O| Aug 22 12:37:37.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69442026-08-22T12:37:38.685Z[ recovery-image] Aug 22 12:37:37.654 INFO O| Aug 22 12:37:37.654 INFO STEP 555 (remove_files) COMPLETE
69452026-08-22T12:37:38.685Z[ recovery-image] Aug 22 12:37:37.654 INFO O| Aug 22 12:37:37.654 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-22T12:37:38.693Z[ recovery-image] Aug 22 12:37:37.664 INFO O| Aug 22 12:37:37.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69472026-08-22T12:37:38.693Z[ recovery-image] Aug 22 12:37:37.664 INFO O| Aug 22 12:37:37.664 INFO STEP 556 (remove_files) COMPLETE
69482026-08-22T12:37:38.693Z[ recovery-image] Aug 22 12:37:37.664 INFO O| Aug 22 12:37:37.664 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-22T12:37:38.702Z[ recovery-image] Aug 22 12:37:37.674 INFO O| Aug 22 12:37:37.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69502026-08-22T12:37:38.702Z[ recovery-image] Aug 22 12:37:37.674 INFO O| Aug 22 12:37:37.674 INFO STEP 557 (remove_files) COMPLETE
69512026-08-22T12:37:38.706Z[ recovery-image] Aug 22 12:37:37.674 INFO O| Aug 22 12:37:37.674 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-22T12:37:38.714Z[ recovery-image] Aug 22 12:37:37.684 INFO O| Aug 22 12:37:37.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69532026-08-22T12:37:38.717Z[ recovery-image] Aug 22 12:37:37.684 INFO O| Aug 22 12:37:37.684 INFO STEP 558 (remove_files) COMPLETE
69542026-08-22T12:37:38.717Z[ recovery-image] Aug 22 12:37:37.684 INFO O| Aug 22 12:37:37.684 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-22T12:37:38.723Z[ recovery-image] Aug 22 12:37:37.694 INFO O| Aug 22 12:37:37.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69562026-08-22T12:37:38.723Z[ recovery-image] Aug 22 12:37:37.694 INFO O| Aug 22 12:37:37.694 INFO STEP 559 (remove_files) COMPLETE
69572026-08-22T12:37:38.726Z[ recovery-image] Aug 22 12:37:37.694 INFO O| Aug 22 12:37:37.694 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-22T12:37:38.734Z[ recovery-image] Aug 22 12:37:37.705 INFO O| Aug 22 12:37:37.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69592026-08-22T12:37:38.734Z[ recovery-image] Aug 22 12:37:37.705 INFO O| Aug 22 12:37:37.705 INFO STEP 560 (remove_files) COMPLETE
69602026-08-22T12:37:38.734Z[ recovery-image] Aug 22 12:37:37.705 INFO O| Aug 22 12:37:37.705 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-22T12:37:38.745Z[ recovery-image] Aug 22 12:37:37.717 INFO O| Aug 22 12:37:37.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69622026-08-22T12:37:38.745Z[ recovery-image] Aug 22 12:37:37.717 INFO O| Aug 22 12:37:37.717 INFO STEP 561 (remove_files) COMPLETE
69632026-08-22T12:37:38.746Z[ recovery-image] Aug 22 12:37:37.717 INFO O| Aug 22 12:37:37.717 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-22T12:37:38.755Z[ recovery-image] Aug 22 12:37:37.727 INFO O| Aug 22 12:37:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69652026-08-22T12:37:38.755Z[ recovery-image] Aug 22 12:37:37.727 INFO O| Aug 22 12:37:37.727 INFO STEP 562 (remove_files) COMPLETE
69662026-08-22T12:37:38.756Z[ recovery-image] Aug 22 12:37:37.727 INFO O| Aug 22 12:37:37.727 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-22T12:37:38.766Z[ recovery-image] Aug 22 12:37:37.737 INFO O| Aug 22 12:37:37.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69682026-08-22T12:37:38.766Z[ recovery-image] Aug 22 12:37:37.737 INFO O| Aug 22 12:37:37.737 INFO STEP 563 (remove_files) COMPLETE
69692026-08-22T12:37:38.766Z[ recovery-image] Aug 22 12:37:37.737 INFO O| Aug 22 12:37:37.737 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-22T12:37:38.775Z[ recovery-image] Aug 22 12:37:37.747 INFO O| Aug 22 12:37:37.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69712026-08-22T12:37:38.775Z[ recovery-image] Aug 22 12:37:37.747 INFO O| Aug 22 12:37:37.747 INFO STEP 564 (remove_files) COMPLETE
69722026-08-22T12:37:38.779Z[ recovery-image] Aug 22 12:37:37.747 INFO O| Aug 22 12:37:37.747 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-22T12:37:38.785Z[ recovery-image] Aug 22 12:37:37.757 INFO O| Aug 22 12:37:37.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69742026-08-22T12:37:38.785Z[ recovery-image] Aug 22 12:37:37.757 INFO O| Aug 22 12:37:37.757 INFO STEP 565 (remove_files) COMPLETE
69752026-08-22T12:37:38.785Z[ recovery-image] Aug 22 12:37:37.757 INFO O| Aug 22 12:37:37.757 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-22T12:37:38.796Z[ recovery-image] Aug 22 12:37:37.767 INFO O| Aug 22 12:37:37.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69772026-08-22T12:37:38.799Z[ recovery-image] Aug 22 12:37:37.768 INFO O| Aug 22 12:37:37.768 INFO STEP 566 (remove_files) COMPLETE
69782026-08-22T12:37:38.799Z[ recovery-image] Aug 22 12:37:37.768 INFO O| Aug 22 12:37:37.768 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-22T12:37:38.808Z[ recovery-image] Aug 22 12:37:37.779 INFO O| Aug 22 12:37:37.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69802026-08-22T12:37:38.812Z[ recovery-image] Aug 22 12:37:37.780 INFO O| Aug 22 12:37:37.780 INFO STEP 567 (remove_files) COMPLETE
69812026-08-22T12:37:38.812Z[ recovery-image] Aug 22 12:37:37.780 INFO O| Aug 22 12:37:37.780 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-22T12:37:38.818Z[ recovery-image] Aug 22 12:37:37.790 INFO O| Aug 22 12:37:37.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69832026-08-22T12:37:38.818Z[ recovery-image] Aug 22 12:37:37.790 INFO O| Aug 22 12:37:37.790 INFO STEP 568 (remove_files) COMPLETE
69842026-08-22T12:37:38.818Z[ recovery-image] Aug 22 12:37:37.790 INFO O| Aug 22 12:37:37.790 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-22T12:37:38.828Z[ recovery-image] Aug 22 12:37:37.799 INFO O| Aug 22 12:37:37.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69862026-08-22T12:37:38.831Z[ recovery-image] Aug 22 12:37:37.800 INFO O| Aug 22 12:37:37.800 INFO STEP 569 (remove_files) COMPLETE
69872026-08-22T12:37:38.831Z[ recovery-image] Aug 22 12:37:37.800 INFO O| Aug 22 12:37:37.800 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-22T12:37:38.838Z[ recovery-image] Aug 22 12:37:37.809 INFO O| Aug 22 12:37:37.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69892026-08-22T12:37:38.841Z[ recovery-image] Aug 22 12:37:37.810 INFO O| Aug 22 12:37:37.810 INFO STEP 570 (remove_files) COMPLETE
69902026-08-22T12:37:38.841Z[ recovery-image] Aug 22 12:37:37.810 INFO O| Aug 22 12:37:37.810 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-22T12:37:38.844Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
69922026-08-22T12:37:38.847Z[ recovery-image] Aug 22 12:37:37.819 INFO O| Aug 22 12:37:37.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69932026-08-22T12:37:38.847Z[ recovery-image] Aug 22 12:37:37.819 INFO O| Aug 22 12:37:37.819 INFO STEP 571 (remove_files) COMPLETE
69942026-08-22T12:37:38.847Z[ recovery-image] Aug 22 12:37:37.819 INFO O| Aug 22 12:37:37.819 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-22T12:37:38.857Z[ recovery-image] Aug 22 12:37:37.828 INFO O| Aug 22 12:37:37.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69962026-08-22T12:37:38.857Z[ recovery-image] Aug 22 12:37:37.828 INFO O| Aug 22 12:37:37.828 INFO STEP 572 (remove_files) COMPLETE
69972026-08-22T12:37:38.857Z[ recovery-image] Aug 22 12:37:37.828 INFO O| Aug 22 12:37:37.828 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-22T12:37:38.869Z[ recovery-image] Aug 22 12:37:37.839 INFO O| Aug 22 12:37:37.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69992026-08-22T12:37:38.869Z[ recovery-image] Aug 22 12:37:37.839 INFO O| Aug 22 12:37:37.839 INFO STEP 573 (remove_files) COMPLETE
70002026-08-22T12:37:38.869Z[ recovery-image] Aug 22 12:37:37.839 INFO O| Aug 22 12:37:37.839 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-22T12:37:38.873Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
70022026-08-22T12:37:38.877Z[ recovery-image] Aug 22 12:37:37.849 INFO O| Aug 22 12:37:37.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70032026-08-22T12:37:38.877Z[ recovery-image] Aug 22 12:37:37.849 INFO O| Aug 22 12:37:37.849 INFO STEP 574 (remove_files) COMPLETE
70042026-08-22T12:37:38.877Z[ recovery-image] Aug 22 12:37:37.849 INFO O| Aug 22 12:37:37.849 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-22T12:37:38.887Z[ recovery-image] Aug 22 12:37:37.859 INFO O| Aug 22 12:37:37.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70062026-08-22T12:37:38.891Z[ recovery-image] Aug 22 12:37:37.859 INFO O| Aug 22 12:37:37.859 INFO STEP 575 (remove_files) COMPLETE
70072026-08-22T12:37:38.891Z[ recovery-image] Aug 22 12:37:37.859 INFO O| Aug 22 12:37:37.859 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-22T12:37:38.896Z[ recovery-image] Aug 22 12:37:37.868 INFO O| Aug 22 12:37:37.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70092026-08-22T12:37:38.896Z[ recovery-image] Aug 22 12:37:37.868 INFO O| Aug 22 12:37:37.868 INFO STEP 576 (remove_files) COMPLETE
70102026-08-22T12:37:38.896Z[ recovery-image] Aug 22 12:37:37.868 INFO O| Aug 22 12:37:37.868 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-22T12:37:38.906Z[ recovery-image] Aug 22 12:37:37.877 INFO O| Aug 22 12:37:37.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70122026-08-22T12:37:38.906Z[ recovery-image] Aug 22 12:37:37.877 INFO O| Aug 22 12:37:37.877 INFO STEP 577 (remove_files) COMPLETE
70132026-08-22T12:37:38.906Z[ recovery-image] Aug 22 12:37:37.877 INFO O| Aug 22 12:37:37.877 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-22T12:37:38.915Z[ recovery-image] Aug 22 12:37:37.886 INFO O| Aug 22 12:37:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70152026-08-22T12:37:38.915Z[ recovery-image] Aug 22 12:37:37.887 INFO O| Aug 22 12:37:37.887 INFO STEP 578 (remove_files) COMPLETE
70162026-08-22T12:37:38.915Z[ recovery-image] Aug 22 12:37:37.887 INFO O| Aug 22 12:37:37.887 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-22T12:37:38.926Z[ recovery-image] Aug 22 12:37:37.897 INFO O| Aug 22 12:37:37.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70182026-08-22T12:37:38.926Z[ recovery-image] Aug 22 12:37:37.897 INFO O| Aug 22 12:37:37.897 INFO STEP 579 (remove_files) COMPLETE
70192026-08-22T12:37:38.926Z[ recovery-image] Aug 22 12:37:37.897 INFO O| Aug 22 12:37:37.897 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-22T12:37:38.937Z[ recovery-image] Aug 22 12:37:37.908 INFO O| Aug 22 12:37:37.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70212026-08-22T12:37:38.940Z[ recovery-image] Aug 22 12:37:37.909 INFO O| Aug 22 12:37:37.909 INFO STEP 580 (remove_files) COMPLETE
70222026-08-22T12:37:38.941Z[ recovery-image] Aug 22 12:37:37.909 INFO O| Aug 22 12:37:37.909 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-22T12:37:38.949Z[ recovery-image] Aug 22 12:37:37.919 INFO O| Aug 22 12:37:37.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70242026-08-22T12:37:38.949Z[ recovery-image] Aug 22 12:37:37.919 INFO O| Aug 22 12:37:37.919 INFO STEP 581 (remove_files) COMPLETE
70252026-08-22T12:37:38.949Z[ recovery-image] Aug 22 12:37:37.919 INFO O| Aug 22 12:37:37.919 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-22T12:37:38.957Z[ recovery-image] Aug 22 12:37:37.929 INFO O| Aug 22 12:37:37.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70272026-08-22T12:37:38.957Z[ recovery-image] Aug 22 12:37:37.929 INFO O| Aug 22 12:37:37.929 INFO STEP 582 (remove_files) COMPLETE
70282026-08-22T12:37:38.961Z[ recovery-image] Aug 22 12:37:37.929 INFO O| Aug 22 12:37:37.929 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-22T12:37:38.967Z[ recovery-image] Aug 22 12:37:37.938 INFO O| Aug 22 12:37:37.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70302026-08-22T12:37:38.967Z[ recovery-image] Aug 22 12:37:37.938 INFO O| Aug 22 12:37:37.938 INFO STEP 583 (remove_files) COMPLETE
70312026-08-22T12:37:38.967Z[ recovery-image] Aug 22 12:37:37.938 INFO O| Aug 22 12:37:37.938 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-22T12:37:38.977Z[ recovery-image] Aug 22 12:37:37.948 INFO O| Aug 22 12:37:37.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70332026-08-22T12:37:38.977Z[ recovery-image] Aug 22 12:37:37.948 INFO O| Aug 22 12:37:37.948 INFO STEP 584 (remove_files) COMPLETE
70342026-08-22T12:37:38.977Z[ recovery-image] Aug 22 12:37:37.948 INFO O| Aug 22 12:37:37.948 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-22T12:37:38.986Z[ recovery-image] Aug 22 12:37:37.957 INFO O| Aug 22 12:37:37.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70362026-08-22T12:37:38.986Z[ recovery-image] Aug 22 12:37:37.957 INFO O| Aug 22 12:37:37.957 INFO STEP 585 (remove_files) COMPLETE
70372026-08-22T12:37:38.986Z[ recovery-image] Aug 22 12:37:37.957 INFO O| Aug 22 12:37:37.957 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-22T12:37:38.996Z[ recovery-image] Aug 22 12:37:37.967 INFO O| Aug 22 12:37:37.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70392026-08-22T12:37:38.996Z[ recovery-image] Aug 22 12:37:37.967 INFO O| Aug 22 12:37:37.967 INFO STEP 586 (remove_files) COMPLETE
70402026-08-22T12:37:38.999Z[ recovery-image] Aug 22 12:37:37.967 INFO O| Aug 22 12:37:37.967 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-22T12:37:39.005Z[ recovery-image] Aug 22 12:37:37.976 INFO O| Aug 22 12:37:37.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70422026-08-22T12:37:39.005Z[ recovery-image] Aug 22 12:37:37.976 INFO O| Aug 22 12:37:37.976 INFO STEP 587 (remove_files) COMPLETE
70432026-08-22T12:37:39.005Z[ recovery-image] Aug 22 12:37:37.976 INFO O| Aug 22 12:37:37.976 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-22T12:37:39.015Z[ recovery-image] Aug 22 12:37:37.986 INFO O| Aug 22 12:37:37.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70452026-08-22T12:37:39.015Z[ recovery-image] Aug 22 12:37:37.986 INFO O| Aug 22 12:37:37.986 INFO STEP 588 (remove_files) COMPLETE
70462026-08-22T12:37:39.019Z[ recovery-image] Aug 22 12:37:37.986 INFO O| Aug 22 12:37:37.986 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-22T12:37:39.024Z[ recovery-image] Aug 22 12:37:37.995 INFO O| Aug 22 12:37:37.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70482026-08-22T12:37:39.024Z[ recovery-image] Aug 22 12:37:37.995 INFO O| Aug 22 12:37:37.995 INFO STEP 589 (remove_files) COMPLETE
70492026-08-22T12:37:39.024Z[ recovery-image] Aug 22 12:37:37.995 INFO O| Aug 22 12:37:37.995 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-22T12:37:39.039Z[ recovery-image] Aug 22 12:37:38.005 INFO O| Aug 22 12:37:38.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70512026-08-22T12:37:39.039Z[ recovery-image] Aug 22 12:37:38.006 INFO O| Aug 22 12:37:38.006 INFO STEP 590 (remove_files) COMPLETE
70522026-08-22T12:37:39.039Z[ recovery-image] Aug 22 12:37:38.006 INFO O| Aug 22 12:37:38.006 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-22T12:37:39.044Z[ recovery-image] Aug 22 12:37:38.015 INFO O| Aug 22 12:37:38.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70542026-08-22T12:37:39.044Z[ recovery-image] Aug 22 12:37:38.015 INFO O| Aug 22 12:37:38.015 INFO STEP 591 (remove_files) COMPLETE
70552026-08-22T12:37:39.044Z[ recovery-image] Aug 22 12:37:38.015 INFO O| Aug 22 12:37:38.015 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-22T12:37:39.053Z[ recovery-image] Aug 22 12:37:38.025 INFO O| Aug 22 12:37:38.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70572026-08-22T12:37:39.053Z[ recovery-image] Aug 22 12:37:38.025 INFO O| Aug 22 12:37:38.025 INFO STEP 592 (remove_files) COMPLETE
70582026-08-22T12:37:39.053Z[ recovery-image] Aug 22 12:37:38.025 INFO O| Aug 22 12:37:38.025 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-22T12:37:39.065Z[ recovery-image] Aug 22 12:37:38.036 INFO O| Aug 22 12:37:38.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70602026-08-22T12:37:39.065Z[ recovery-image] Aug 22 12:37:38.036 INFO O| Aug 22 12:37:38.036 INFO STEP 593 (remove_files) COMPLETE
70612026-08-22T12:37:39.068Z[ recovery-image] Aug 22 12:37:38.036 INFO O| Aug 22 12:37:38.036 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-22T12:37:39.075Z[ recovery-image] Aug 22 12:37:38.047 INFO O| Aug 22 12:37:38.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70632026-08-22T12:37:39.075Z[ recovery-image] Aug 22 12:37:38.047 INFO O| Aug 22 12:37:38.047 INFO STEP 594 (remove_files) COMPLETE
70642026-08-22T12:37:39.075Z[ recovery-image] Aug 22 12:37:38.047 INFO O| Aug 22 12:37:38.047 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-22T12:37:39.089Z[ recovery-image] Aug 22 12:37:38.060 INFO O| Aug 22 12:37:38.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70662026-08-22T12:37:39.089Z[ recovery-image] Aug 22 12:37:38.060 INFO O| Aug 22 12:37:38.060 INFO STEP 595 (remove_files) COMPLETE
70672026-08-22T12:37:39.092Z[ recovery-image] Aug 22 12:37:38.060 INFO O| Aug 22 12:37:38.060 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-22T12:37:39.099Z[ recovery-image] Aug 22 12:37:38.070 INFO O| Aug 22 12:37:38.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70692026-08-22T12:37:39.099Z[ recovery-image] Aug 22 12:37:38.070 INFO O| Aug 22 12:37:38.070 INFO STEP 596 (remove_files) COMPLETE
70702026-08-22T12:37:39.099Z[ recovery-image] Aug 22 12:37:38.070 INFO O| Aug 22 12:37:38.070 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-22T12:37:39.112Z[ recovery-image] Aug 22 12:37:38.083 INFO O| Aug 22 12:37:38.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70722026-08-22T12:37:39.112Z[ recovery-image] Aug 22 12:37:38.083 INFO O| Aug 22 12:37:38.083 INFO STEP 597 (remove_files) COMPLETE
70732026-08-22T12:37:39.116Z[ recovery-image] Aug 22 12:37:38.083 INFO O| Aug 22 12:37:38.083 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-22T12:37:39.123Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
70752026-08-22T12:37:39.126Z[ recovery-image] Aug 22 12:37:38.096 INFO O| Aug 22 12:37:38.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70762026-08-22T12:37:39.126Z[ recovery-image] Aug 22 12:37:38.096 INFO O| Aug 22 12:37:38.096 INFO STEP 598 (remove_files) COMPLETE
70772026-08-22T12:37:39.126Z[ recovery-image] Aug 22 12:37:38.096 INFO O| Aug 22 12:37:38.096 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-22T12:37:39.135Z[ recovery-image] Aug 22 12:37:38.106 INFO O| Aug 22 12:37:38.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70792026-08-22T12:37:39.135Z[ recovery-image] Aug 22 12:37:38.106 INFO O| Aug 22 12:37:38.106 INFO STEP 599 (remove_files) COMPLETE
70802026-08-22T12:37:39.135Z[ recovery-image] Aug 22 12:37:38.106 INFO O| Aug 22 12:37:38.106 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-22T12:37:39.147Z[ recovery-image] Aug 22 12:37:38.119 INFO O| Aug 22 12:37:38.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70822026-08-22T12:37:39.147Z[ recovery-image] Aug 22 12:37:38.119 INFO O| Aug 22 12:37:38.119 INFO STEP 600 (remove_files) COMPLETE
70832026-08-22T12:37:39.148Z[ recovery-image] Aug 22 12:37:38.119 INFO O| Aug 22 12:37:38.119 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-22T12:37:39.154Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
70852026-08-22T12:37:39.159Z[ recovery-image] Aug 22 12:37:38.130 INFO O| Aug 22 12:37:38.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70862026-08-22T12:37:39.159Z[ recovery-image] Aug 22 12:37:38.131 INFO O| Aug 22 12:37:38.130 INFO STEP 601 (remove_files) COMPLETE
70872026-08-22T12:37:39.159Z[ recovery-image] Aug 22 12:37:38.131 INFO O| Aug 22 12:37:38.130 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-22T12:37:39.169Z[ recovery-image] Aug 22 12:37:38.141 INFO O| Aug 22 12:37:38.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70892026-08-22T12:37:39.170Z[ recovery-image] Aug 22 12:37:38.141 INFO O| Aug 22 12:37:38.141 INFO STEP 602 (remove_files) COMPLETE
70902026-08-22T12:37:39.173Z[ recovery-image] Aug 22 12:37:38.141 INFO O| Aug 22 12:37:38.141 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-22T12:37:39.180Z[ recovery-image] Aug 22 12:37:38.151 INFO O| Aug 22 12:37:38.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70922026-08-22T12:37:39.180Z[ recovery-image] Aug 22 12:37:38.151 INFO O| Aug 22 12:37:38.151 INFO STEP 603 (remove_files) COMPLETE
70932026-08-22T12:37:39.180Z[ recovery-image] Aug 22 12:37:38.151 INFO O| Aug 22 12:37:38.151 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-22T12:37:39.189Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
70952026-08-22T12:37:39.192Z[ recovery-image] Aug 22 12:37:38.160 INFO O| Aug 22 12:37:38.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70962026-08-22T12:37:39.192Z[ recovery-image] Aug 22 12:37:38.160 INFO O| Aug 22 12:37:38.160 INFO STEP 604 (remove_files) COMPLETE
70972026-08-22T12:37:39.192Z[ recovery-image] Aug 22 12:37:38.160 INFO O| Aug 22 12:37:38.160 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-22T12:37:39.200Z[ recovery-image] Aug 22 12:37:38.171 INFO O| Aug 22 12:37:38.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70992026-08-22T12:37:39.200Z[ recovery-image] Aug 22 12:37:38.171 INFO O| Aug 22 12:37:38.171 INFO STEP 605 (remove_files) COMPLETE
71002026-08-22T12:37:39.200Z[ recovery-image] Aug 22 12:37:38.171 INFO O| Aug 22 12:37:38.171 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-22T12:37:39.210Z[ recovery-image] Aug 22 12:37:38.181 INFO O| Aug 22 12:37:38.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71022026-08-22T12:37:39.210Z[ recovery-image] Aug 22 12:37:38.181 INFO O| Aug 22 12:37:38.181 INFO STEP 606 (remove_files) COMPLETE
71032026-08-22T12:37:39.210Z[ recovery-image] Aug 22 12:37:38.181 INFO O| Aug 22 12:37:38.181 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-22T12:37:39.220Z[ recovery-image] Aug 22 12:37:38.191 INFO O| Aug 22 12:37:38.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71052026-08-22T12:37:39.223Z[ recovery-image] Aug 22 12:37:38.192 INFO O| Aug 22 12:37:38.192 INFO STEP 607 (remove_files) COMPLETE
71062026-08-22T12:37:39.223Z[ recovery-image] Aug 22 12:37:38.192 INFO O| Aug 22 12:37:38.192 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-22T12:37:39.226Z[verify-libraries] Compiling fatfs v0.3.6
71082026-08-22T12:37:39.230Z[ recovery-image] Aug 22 12:37:38.202 INFO O| Aug 22 12:37:38.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71092026-08-22T12:37:39.230Z[ recovery-image] Aug 22 12:37:38.202 INFO O| Aug 22 12:37:38.202 INFO STEP 608 (remove_files) COMPLETE
71102026-08-22T12:37:39.230Z[ recovery-image] Aug 22 12:37:38.202 INFO O| Aug 22 12:37:38.202 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-22T12:37:39.239Z[ recovery-image] Aug 22 12:37:38.210 INFO O| Aug 22 12:37:38.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71122026-08-22T12:37:39.239Z[ recovery-image] Aug 22 12:37:38.210 INFO O| Aug 22 12:37:38.210 INFO STEP 609 (remove_files) COMPLETE
71132026-08-22T12:37:39.239Z[ recovery-image] Aug 22 12:37:38.210 INFO O| Aug 22 12:37:38.210 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-22T12:37:39.249Z[ recovery-image] Aug 22 12:37:38.220 INFO O| Aug 22 12:37:38.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71152026-08-22T12:37:39.249Z[ recovery-image] Aug 22 12:37:38.220 INFO O| Aug 22 12:37:38.220 INFO STEP 610 (remove_files) COMPLETE
71162026-08-22T12:37:39.249Z[ recovery-image] Aug 22 12:37:38.220 INFO O| Aug 22 12:37:38.220 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-22T12:37:39.258Z[ recovery-image] Aug 22 12:37:38.229 INFO O| Aug 22 12:37:38.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71182026-08-22T12:37:39.258Z[ recovery-image] Aug 22 12:37:38.229 INFO O| Aug 22 12:37:38.229 INFO STEP 611 (remove_files) COMPLETE
71192026-08-22T12:37:39.258Z[ recovery-image] Aug 22 12:37:38.229 INFO O| Aug 22 12:37:38.229 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-22T12:37:39.269Z[ recovery-image] Aug 22 12:37:38.238 INFO O| Aug 22 12:37:38.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71212026-08-22T12:37:39.269Z[ recovery-image] Aug 22 12:37:38.238 INFO O| Aug 22 12:37:38.238 INFO STEP 612 (remove_files) COMPLETE
71222026-08-22T12:37:39.269Z[ recovery-image] Aug 22 12:37:38.238 INFO O| Aug 22 12:37:38.238 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-22T12:37:39.276Z[ recovery-image] Aug 22 12:37:38.247 INFO O| Aug 22 12:37:38.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71242026-08-22T12:37:39.276Z[ recovery-image] Aug 22 12:37:38.247 INFO O| Aug 22 12:37:38.247 INFO STEP 613 (remove_files) COMPLETE
71252026-08-22T12:37:39.276Z[ recovery-image] Aug 22 12:37:38.247 INFO O| Aug 22 12:37:38.247 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-22T12:37:39.285Z[ recovery-image] Aug 22 12:37:38.257 INFO O| Aug 22 12:37:38.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71272026-08-22T12:37:39.286Z[ recovery-image] Aug 22 12:37:38.257 INFO O| Aug 22 12:37:38.257 INFO STEP 614 (remove_files) COMPLETE
71282026-08-22T12:37:39.286Z[ recovery-image] Aug 22 12:37:38.257 INFO O| Aug 22 12:37:38.257 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-22T12:37:39.294Z[ recovery-image] Aug 22 12:37:38.265 INFO O| Aug 22 12:37:38.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71302026-08-22T12:37:39.294Z[ recovery-image] Aug 22 12:37:38.265 INFO O| Aug 22 12:37:38.265 INFO STEP 615 (remove_files) COMPLETE
71312026-08-22T12:37:39.297Z[ recovery-image] Aug 22 12:37:38.265 INFO O| Aug 22 12:37:38.265 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-22T12:37:39.302Z[ recovery-image] Aug 22 12:37:38.273 INFO O| Aug 22 12:37:38.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71332026-08-22T12:37:39.302Z[ recovery-image] Aug 22 12:37:38.273 INFO O| Aug 22 12:37:38.273 INFO STEP 616 (remove_files) COMPLETE
71342026-08-22T12:37:39.302Z[ recovery-image] Aug 22 12:37:38.273 INFO O| Aug 22 12:37:38.273 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-22T12:37:39.311Z[ recovery-image] Aug 22 12:37:38.282 INFO O| Aug 22 12:37:38.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71362026-08-22T12:37:39.311Z[ recovery-image] Aug 22 12:37:38.282 INFO O| Aug 22 12:37:38.282 INFO STEP 617 (remove_files) COMPLETE
71372026-08-22T12:37:39.314Z[ recovery-image] Aug 22 12:37:38.282 INFO O| Aug 22 12:37:38.282 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-22T12:37:39.320Z[ recovery-image] Aug 22 12:37:38.291 INFO O| Aug 22 12:37:38.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71392026-08-22T12:37:39.320Z[ recovery-image] Aug 22 12:37:38.291 INFO O| Aug 22 12:37:38.291 INFO STEP 618 (remove_files) COMPLETE
71402026-08-22T12:37:39.320Z[ recovery-image] Aug 22 12:37:38.291 INFO O| Aug 22 12:37:38.291 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-22T12:37:39.328Z[ recovery-image] Aug 22 12:37:38.299 INFO O| Aug 22 12:37:38.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71422026-08-22T12:37:39.328Z[ recovery-image] Aug 22 12:37:38.299 INFO O| Aug 22 12:37:38.299 INFO STEP 619 (remove_files) COMPLETE
71432026-08-22T12:37:39.328Z[ recovery-image] Aug 22 12:37:38.299 INFO O| Aug 22 12:37:38.299 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-22T12:37:39.337Z[ recovery-image] Aug 22 12:37:38.309 INFO O| Aug 22 12:37:38.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71452026-08-22T12:37:39.338Z[ recovery-image] Aug 22 12:37:38.309 INFO O| Aug 22 12:37:38.309 INFO STEP 620 (remove_files) COMPLETE
71462026-08-22T12:37:39.341Z[ recovery-image] Aug 22 12:37:38.309 INFO O| Aug 22 12:37:38.309 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-22T12:37:39.348Z[ recovery-image] Aug 22 12:37:38.320 INFO O| Aug 22 12:37:38.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71482026-08-22T12:37:39.348Z[ recovery-image] Aug 22 12:37:38.320 INFO O| Aug 22 12:37:38.320 INFO STEP 621 (remove_files) COMPLETE
71492026-08-22T12:37:39.348Z[ recovery-image] Aug 22 12:37:38.320 INFO O| Aug 22 12:37:38.320 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-22T12:37:39.359Z[ recovery-image] Aug 22 12:37:38.330 INFO O| Aug 22 12:37:38.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71512026-08-22T12:37:39.362Z[ recovery-image] Aug 22 12:37:38.331 INFO O| Aug 22 12:37:38.331 INFO STEP 622 (remove_files) COMPLETE
71522026-08-22T12:37:39.362Z[ recovery-image] Aug 22 12:37:38.331 INFO O| Aug 22 12:37:38.331 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-22T12:37:39.370Z[ recovery-image] Aug 22 12:37:38.341 INFO O| Aug 22 12:37:38.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71542026-08-22T12:37:39.370Z[ recovery-image] Aug 22 12:37:38.341 INFO O| Aug 22 12:37:38.341 INFO STEP 623 (remove_files) COMPLETE
71552026-08-22T12:37:39.370Z[ recovery-image] Aug 22 12:37:38.341 INFO O| Aug 22 12:37:38.341 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-22T12:37:39.380Z[ recovery-image] Aug 22 12:37:38.352 INFO O| Aug 22 12:37:38.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71572026-08-22T12:37:39.381Z[ recovery-image] Aug 22 12:37:38.352 INFO O| Aug 22 12:37:38.352 INFO STEP 624 (remove_files) COMPLETE
71582026-08-22T12:37:39.381Z[ recovery-image] Aug 22 12:37:38.352 INFO O| Aug 22 12:37:38.352 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-22T12:37:39.390Z[ recovery-image] Aug 22 12:37:38.361 INFO O| Aug 22 12:37:38.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71602026-08-22T12:37:39.390Z[ recovery-image] Aug 22 12:37:38.361 INFO O| Aug 22 12:37:38.361 INFO STEP 625 (remove_files) COMPLETE
71612026-08-22T12:37:39.390Z[ recovery-image] Aug 22 12:37:38.361 INFO O| Aug 22 12:37:38.361 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-22T12:37:39.401Z[ recovery-image] Aug 22 12:37:38.372 INFO O| Aug 22 12:37:38.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71632026-08-22T12:37:39.401Z[ recovery-image] Aug 22 12:37:38.372 INFO O| Aug 22 12:37:38.372 INFO STEP 626 (remove_files) COMPLETE
71642026-08-22T12:37:39.401Z[ recovery-image] Aug 22 12:37:38.372 INFO O| Aug 22 12:37:38.372 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-22T12:37:39.411Z[ recovery-image] Aug 22 12:37:38.382 INFO O| Aug 22 12:37:38.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71662026-08-22T12:37:39.411Z[ recovery-image] Aug 22 12:37:38.382 INFO O| Aug 22 12:37:38.382 INFO STEP 627 (remove_files) COMPLETE
71672026-08-22T12:37:39.415Z[ recovery-image] Aug 22 12:37:38.382 INFO O| Aug 22 12:37:38.382 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-22T12:37:39.421Z[ recovery-image] Aug 22 12:37:38.390 INFO O| Aug 22 12:37:38.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71692026-08-22T12:37:39.421Z[ recovery-image] Aug 22 12:37:38.390 INFO O| Aug 22 12:37:38.390 INFO STEP 628 (remove_files) COMPLETE
71702026-08-22T12:37:39.422Z[ recovery-image] Aug 22 12:37:38.390 INFO O| Aug 22 12:37:38.390 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-22T12:37:39.427Z[ recovery-image] Aug 22 12:37:38.398 INFO O| Aug 22 12:37:38.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71722026-08-22T12:37:39.427Z[ recovery-image] Aug 22 12:37:38.398 INFO O| Aug 22 12:37:38.398 INFO STEP 629 (remove_files) COMPLETE
71732026-08-22T12:37:39.430Z[ recovery-image] Aug 22 12:37:38.398 INFO O| Aug 22 12:37:38.398 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-22T12:37:39.439Z[ recovery-image] Aug 22 12:37:38.409 INFO O| Aug 22 12:37:38.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71752026-08-22T12:37:39.439Z[ recovery-image] Aug 22 12:37:38.409 INFO O| Aug 22 12:37:38.409 INFO STEP 630 (remove_files) COMPLETE
71762026-08-22T12:37:39.442Z[ recovery-image] Aug 22 12:37:38.409 INFO O| Aug 22 12:37:38.409 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-22T12:37:39.449Z[ recovery-image] Aug 22 12:37:38.418 INFO O| Aug 22 12:37:38.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71782026-08-22T12:37:39.449Z[ recovery-image] Aug 22 12:37:38.418 INFO O| Aug 22 12:37:38.418 INFO STEP 631 (remove_files) COMPLETE
71792026-08-22T12:37:39.452Z[ recovery-image] Aug 22 12:37:38.418 INFO O| Aug 22 12:37:38.418 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-22T12:37:39.456Z[ recovery-image] Aug 22 12:37:38.427 INFO O| Aug 22 12:37:38.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71812026-08-22T12:37:39.456Z[ recovery-image] Aug 22 12:37:38.427 INFO O| Aug 22 12:37:38.427 INFO STEP 632 (remove_files) COMPLETE
71822026-08-22T12:37:39.459Z[ recovery-image] Aug 22 12:37:38.427 INFO O| Aug 22 12:37:38.427 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-22T12:37:39.465Z[ recovery-image] Aug 22 12:37:38.436 INFO O| Aug 22 12:37:38.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71842026-08-22T12:37:39.465Z[ recovery-image] Aug 22 12:37:38.436 INFO O| Aug 22 12:37:38.436 INFO STEP 633 (remove_files) COMPLETE
71852026-08-22T12:37:39.468Z[ recovery-image] Aug 22 12:37:38.436 INFO O| Aug 22 12:37:38.436 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-22T12:37:39.475Z[ recovery-image] Aug 22 12:37:38.445 INFO O| Aug 22 12:37:38.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71872026-08-22T12:37:39.476Z[ recovery-image] Aug 22 12:37:38.445 INFO O| Aug 22 12:37:38.445 INFO STEP 634 (remove_files) COMPLETE
71882026-08-22T12:37:39.479Z[ recovery-image] Aug 22 12:37:38.445 INFO O| Aug 22 12:37:38.445 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-22T12:37:39.484Z[ recovery-image] Aug 22 12:37:38.456 INFO O| Aug 22 12:37:38.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71902026-08-22T12:37:39.484Z[ recovery-image] Aug 22 12:37:38.456 INFO O| Aug 22 12:37:38.456 INFO STEP 635 (remove_files) COMPLETE
71912026-08-22T12:37:39.484Z[ recovery-image] Aug 22 12:37:38.456 INFO O| Aug 22 12:37:38.456 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-22T12:37:39.494Z[ recovery-image] Aug 22 12:37:38.465 INFO O| Aug 22 12:37:38.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71932026-08-22T12:37:39.494Z[ recovery-image] Aug 22 12:37:38.465 INFO O| Aug 22 12:37:38.465 INFO STEP 636 (remove_files) COMPLETE
71942026-08-22T12:37:39.497Z[ recovery-image] Aug 22 12:37:38.465 INFO O| Aug 22 12:37:38.465 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-22T12:37:39.503Z[ recovery-image] Aug 22 12:37:38.474 INFO O| Aug 22 12:37:38.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71962026-08-22T12:37:39.503Z[ recovery-image] Aug 22 12:37:38.474 INFO O| Aug 22 12:37:38.474 INFO STEP 637 (remove_files) COMPLETE
71972026-08-22T12:37:39.503Z[ recovery-image] Aug 22 12:37:38.474 INFO O| Aug 22 12:37:38.474 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-22T12:37:39.513Z[ recovery-image] Aug 22 12:37:38.484 INFO O| Aug 22 12:37:38.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71992026-08-22T12:37:39.513Z[ recovery-image] Aug 22 12:37:38.484 INFO O| Aug 22 12:37:38.484 INFO STEP 638 (remove_files) COMPLETE
72002026-08-22T12:37:39.513Z[ recovery-image] Aug 22 12:37:38.484 INFO O| Aug 22 12:37:38.484 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-22T12:37:39.521Z[verify-libraries] Compiling num-bigint v0.4.6
72022026-08-22T12:37:39.525Z[ recovery-image] Aug 22 12:37:38.496 INFO O| Aug 22 12:37:38.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72032026-08-22T12:37:39.525Z[ recovery-image] Aug 22 12:37:38.496 INFO O| Aug 22 12:37:38.496 INFO STEP 639 (remove_files) COMPLETE
72042026-08-22T12:37:39.525Z[ recovery-image] Aug 22 12:37:38.496 INFO O| Aug 22 12:37:38.496 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-22T12:37:39.536Z[ recovery-image] Aug 22 12:37:38.506 INFO O| Aug 22 12:37:38.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72062026-08-22T12:37:39.536Z[ recovery-image] Aug 22 12:37:38.506 INFO O| Aug 22 12:37:38.506 INFO STEP 640 (remove_files) COMPLETE
72072026-08-22T12:37:39.537Z[ recovery-image] Aug 22 12:37:38.506 INFO O| Aug 22 12:37:38.506 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-22T12:37:39.545Z[ recovery-image] Aug 22 12:37:38.516 INFO O| Aug 22 12:37:38.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72092026-08-22T12:37:39.545Z[ recovery-image] Aug 22 12:37:38.517 INFO O| Aug 22 12:37:38.516 INFO STEP 641 (remove_files) COMPLETE
72102026-08-22T12:37:39.549Z[ recovery-image] Aug 22 12:37:38.517 INFO O| Aug 22 12:37:38.517 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-22T12:37:39.557Z[verify-libraries] Compiling generic-array v1.4.3
72122026-08-22T12:37:39.557Z[ recovery-image] Aug 22 12:37:38.528 INFO O| Aug 22 12:37:38.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72132026-08-22T12:37:39.560Z[ recovery-image] Aug 22 12:37:38.528 INFO O| Aug 22 12:37:38.528 INFO STEP 642 (remove_files) COMPLETE
72142026-08-22T12:37:39.560Z[ recovery-image] Aug 22 12:37:38.528 INFO O| Aug 22 12:37:38.528 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-22T12:37:39.570Z[ recovery-image] Aug 22 12:37:38.539 INFO O| Aug 22 12:37:38.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72162026-08-22T12:37:39.570Z[ recovery-image] Aug 22 12:37:38.539 INFO O| Aug 22 12:37:38.539 INFO STEP 643 (remove_files) COMPLETE
72172026-08-22T12:37:39.570Z[ recovery-image] Aug 22 12:37:38.539 INFO O| Aug 22 12:37:38.539 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-22T12:37:39.580Z[ recovery-image] Aug 22 12:37:38.552 INFO O| Aug 22 12:37:38.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72192026-08-22T12:37:39.581Z[ recovery-image] Aug 22 12:37:38.552 INFO O| Aug 22 12:37:38.552 INFO STEP 644 (remove_files) COMPLETE
72202026-08-22T12:37:39.586Z[ recovery-image] Aug 22 12:37:38.552 INFO O| Aug 22 12:37:38.552 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-22T12:37:39.589Z[verify-libraries] Compiling russh-util v0.52.0
72222026-08-22T12:37:39.594Z[ recovery-image] Aug 22 12:37:38.565 INFO O| Aug 22 12:37:38.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72232026-08-22T12:37:39.594Z[ recovery-image] Aug 22 12:37:38.565 INFO O| Aug 22 12:37:38.563 INFO STEP 645 (remove_files) COMPLETE
72242026-08-22T12:37:39.597Z[ recovery-image] Aug 22 12:37:38.565 INFO O| Aug 22 12:37:38.563 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-22T12:37:39.602Z[ recovery-image] Aug 22 12:37:38.574 INFO O| Aug 22 12:37:38.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72262026-08-22T12:37:39.602Z[ recovery-image] Aug 22 12:37:38.574 INFO O| Aug 22 12:37:38.574 INFO STEP 646 (remove_files) COMPLETE
72272026-08-22T12:37:39.606Z[ recovery-image] Aug 22 12:37:38.574 INFO O| Aug 22 12:37:38.574 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-22T12:37:39.613Z[ recovery-image] Aug 22 12:37:38.584 INFO O| Aug 22 12:37:38.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72292026-08-22T12:37:39.613Z[ recovery-image] Aug 22 12:37:38.584 INFO O| Aug 22 12:37:38.584 INFO STEP 647 (remove_files) COMPLETE
72302026-08-22T12:37:39.613Z[ recovery-image] Aug 22 12:37:38.584 INFO O| Aug 22 12:37:38.584 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-22T12:37:39.622Z[ recovery-image] Aug 22 12:37:38.594 INFO O| Aug 22 12:37:38.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72322026-08-22T12:37:39.622Z[ recovery-image] Aug 22 12:37:38.594 INFO O| Aug 22 12:37:38.594 INFO STEP 648 (remove_files) COMPLETE
72332026-08-22T12:37:39.622Z[ recovery-image] Aug 22 12:37:38.594 INFO O| Aug 22 12:37:38.594 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-22T12:37:39.633Z[ recovery-image] Aug 22 12:37:38.604 INFO O| Aug 22 12:37:38.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72352026-08-22T12:37:39.633Z[ recovery-image] Aug 22 12:37:38.604 INFO O| Aug 22 12:37:38.604 INFO STEP 649 (remove_files) COMPLETE
72362026-08-22T12:37:39.633Z[ recovery-image] Aug 22 12:37:38.604 INFO O| Aug 22 12:37:38.604 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-22T12:37:39.643Z[ recovery-image] Aug 22 12:37:38.614 INFO O| Aug 22 12:37:38.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72382026-08-22T12:37:39.643Z[ recovery-image] Aug 22 12:37:38.614 INFO O| Aug 22 12:37:38.614 INFO STEP 650 (remove_files) COMPLETE
72392026-08-22T12:37:39.643Z[ recovery-image] Aug 22 12:37:38.614 INFO O| Aug 22 12:37:38.614 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-22T12:37:39.655Z[ recovery-image] Aug 22 12:37:38.626 INFO O| Aug 22 12:37:38.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72412026-08-22T12:37:39.658Z[ recovery-image] Aug 22 12:37:38.627 INFO O| Aug 22 12:37:38.627 INFO STEP 651 (remove_files) COMPLETE
72422026-08-22T12:37:39.658Z[ recovery-image] Aug 22 12:37:38.627 INFO O| Aug 22 12:37:38.627 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-22T12:37:39.666Z[ recovery-image] Aug 22 12:37:38.637 INFO O| Aug 22 12:37:38.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72442026-08-22T12:37:39.669Z[ recovery-image] Aug 22 12:37:38.641 INFO O| Aug 22 12:37:38.641 INFO STEP 652 (remove_files) COMPLETE
72452026-08-22T12:37:39.669Z[ recovery-image] Aug 22 12:37:38.641 INFO O| Aug 22 12:37:38.641 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-22T12:37:39.681Z[ recovery-image] Aug 22 12:37:38.652 INFO O| Aug 22 12:37:38.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72472026-08-22T12:37:39.681Z[ recovery-image] Aug 22 12:37:38.652 INFO O| Aug 22 12:37:38.652 INFO STEP 653 (remove_files) COMPLETE
72482026-08-22T12:37:39.681Z[ recovery-image] Aug 22 12:37:38.652 INFO O| Aug 22 12:37:38.652 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-22T12:37:39.691Z[ recovery-image] Aug 22 12:37:38.662 INFO O| Aug 22 12:37:38.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72502026-08-22T12:37:39.691Z[ recovery-image] Aug 22 12:37:38.662 INFO O| Aug 22 12:37:38.662 INFO STEP 654 (remove_files) COMPLETE
72512026-08-22T12:37:39.691Z[ recovery-image] Aug 22 12:37:38.662 INFO O| Aug 22 12:37:38.662 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-22T12:37:39.695Z[verify-libraries] Compiling enum_dispatch v0.3.13
72532026-08-22T12:37:39.701Z[ recovery-image] Aug 22 12:37:38.672 INFO O| Aug 22 12:37:38.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72542026-08-22T12:37:39.701Z[ recovery-image] Aug 22 12:37:38.672 INFO O| Aug 22 12:37:38.672 INFO STEP 655 (remove_files) COMPLETE
72552026-08-22T12:37:39.701Z[ recovery-image] Aug 22 12:37:38.672 INFO O| Aug 22 12:37:38.672 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-22T12:37:39.710Z[ recovery-image] Aug 22 12:37:38.682 INFO O| Aug 22 12:37:38.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72572026-08-22T12:37:39.711Z[ recovery-image] Aug 22 12:37:38.682 INFO O| Aug 22 12:37:38.682 INFO STEP 656 (remove_files) COMPLETE
72582026-08-22T12:37:39.711Z[ recovery-image] Aug 22 12:37:38.682 INFO O| Aug 22 12:37:38.682 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-22T12:37:39.720Z[ recovery-image] Aug 22 12:37:38.691 INFO O| Aug 22 12:37:38.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72602026-08-22T12:37:39.720Z[ recovery-image] Aug 22 12:37:38.691 INFO O| Aug 22 12:37:38.691 INFO STEP 657 (remove_files) COMPLETE
72612026-08-22T12:37:39.720Z[ recovery-image] Aug 22 12:37:38.691 INFO O| Aug 22 12:37:38.691 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-22T12:37:39.729Z[ recovery-image] Aug 22 12:37:38.701 INFO O| Aug 22 12:37:38.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72632026-08-22T12:37:39.729Z[ recovery-image] Aug 22 12:37:38.701 INFO O| Aug 22 12:37:38.701 INFO STEP 658 (remove_files) COMPLETE
72642026-08-22T12:37:39.729Z[ recovery-image] Aug 22 12:37:38.701 INFO O| Aug 22 12:37:38.701 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-22T12:37:39.739Z[ recovery-image] Aug 22 12:37:38.710 INFO O| Aug 22 12:37:38.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72662026-08-22T12:37:39.739Z[ recovery-image] Aug 22 12:37:38.710 INFO O| Aug 22 12:37:38.710 INFO STEP 659 (remove_files) COMPLETE
72672026-08-22T12:37:39.739Z[ recovery-image] Aug 22 12:37:38.710 INFO O| Aug 22 12:37:38.710 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-22T12:37:39.743Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
72692026-08-22T12:37:39.749Z[ recovery-image] Aug 22 12:37:38.720 INFO O| Aug 22 12:37:38.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72702026-08-22T12:37:39.749Z[ recovery-image] Aug 22 12:37:38.720 INFO O| Aug 22 12:37:38.720 INFO STEP 660 (remove_files) COMPLETE
72712026-08-22T12:37:39.749Z[ recovery-image] Aug 22 12:37:38.720 INFO O| Aug 22 12:37:38.720 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-22T12:37:39.759Z[ recovery-image] Aug 22 12:37:38.730 INFO O| Aug 22 12:37:38.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72732026-08-22T12:37:39.759Z[ recovery-image] Aug 22 12:37:38.730 INFO O| Aug 22 12:37:38.730 INFO STEP 661 (remove_files) COMPLETE
72742026-08-22T12:37:39.759Z[ recovery-image] Aug 22 12:37:38.730 INFO O| Aug 22 12:37:38.730 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-22T12:37:39.769Z[ recovery-image] Aug 22 12:37:38.740 INFO O| Aug 22 12:37:38.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72762026-08-22T12:37:39.769Z[ recovery-image] Aug 22 12:37:38.740 INFO O| Aug 22 12:37:38.740 INFO STEP 662 (remove_files) COMPLETE
72772026-08-22T12:37:39.772Z[ recovery-image] Aug 22 12:37:38.740 INFO O| Aug 22 12:37:38.740 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-22T12:37:39.779Z[ recovery-image] Aug 22 12:37:38.751 INFO O| Aug 22 12:37:38.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72792026-08-22T12:37:39.779Z[ recovery-image] Aug 22 12:37:38.751 INFO O| Aug 22 12:37:38.751 INFO STEP 663 (remove_files) COMPLETE
72802026-08-22T12:37:39.779Z[ recovery-image] Aug 22 12:37:38.751 INFO O| Aug 22 12:37:38.751 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-22T12:37:39.789Z[verify-libraries] Compiling delegate v0.13.5
72822026-08-22T12:37:39.792Z[ recovery-image] Aug 22 12:37:38.760 INFO O| Aug 22 12:37:38.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72832026-08-22T12:37:39.796Z[ recovery-image] Aug 22 12:37:38.761 INFO O| Aug 22 12:37:38.761 INFO STEP 664 (remove_files) COMPLETE
72842026-08-22T12:37:39.796Z[ recovery-image] Aug 22 12:37:38.761 INFO O| Aug 22 12:37:38.761 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-22T12:37:39.799Z[ recovery-image] Aug 22 12:37:38.770 INFO O| Aug 22 12:37:38.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72862026-08-22T12:37:39.799Z[ recovery-image] Aug 22 12:37:38.770 INFO O| Aug 22 12:37:38.770 INFO STEP 665 (remove_files) COMPLETE
72872026-08-22T12:37:39.799Z[ recovery-image] Aug 22 12:37:38.770 INFO O| Aug 22 12:37:38.770 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-22T12:37:39.808Z[ recovery-image] Aug 22 12:37:38.779 INFO O| Aug 22 12:37:38.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72892026-08-22T12:37:39.808Z[ recovery-image] Aug 22 12:37:38.779 INFO O| Aug 22 12:37:38.779 INFO STEP 666 (remove_files) COMPLETE
72902026-08-22T12:37:39.808Z[ recovery-image] Aug 22 12:37:38.779 INFO O| Aug 22 12:37:38.779 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-22T12:37:39.817Z[ recovery-image] Aug 22 12:37:38.788 INFO O| Aug 22 12:37:38.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72922026-08-22T12:37:39.817Z[ recovery-image] Aug 22 12:37:38.788 INFO O| Aug 22 12:37:38.788 INFO STEP 667 (remove_files) COMPLETE
72932026-08-22T12:37:39.817Z[ recovery-image] Aug 22 12:37:38.788 INFO O| Aug 22 12:37:38.788 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-22T12:37:39.827Z[ recovery-image] Aug 22 12:37:38.798 INFO O| Aug 22 12:37:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72952026-08-22T12:37:39.827Z[ recovery-image] Aug 22 12:37:38.798 INFO O| Aug 22 12:37:38.798 INFO STEP 668 (remove_files) COMPLETE
72962026-08-22T12:37:39.831Z[ recovery-image] Aug 22 12:37:38.798 INFO O| Aug 22 12:37:38.798 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-22T12:37:39.837Z[ recovery-image] Aug 22 12:37:38.808 INFO O| Aug 22 12:37:38.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72982026-08-22T12:37:39.837Z[ recovery-image] Aug 22 12:37:38.808 INFO O| Aug 22 12:37:38.808 INFO STEP 669 (remove_files) COMPLETE
72992026-08-22T12:37:39.840Z[ recovery-image] Aug 22 12:37:38.808 INFO O| Aug 22 12:37:38.808 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-22T12:37:39.847Z[ recovery-image] Aug 22 12:37:38.818 INFO O| Aug 22 12:37:38.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73012026-08-22T12:37:39.847Z[ recovery-image] Aug 22 12:37:38.818 INFO O| Aug 22 12:37:38.818 INFO STEP 670 (remove_files) COMPLETE
73022026-08-22T12:37:39.847Z[ recovery-image] Aug 22 12:37:38.818 INFO O| Aug 22 12:37:38.818 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-22T12:37:39.856Z[ recovery-image] Aug 22 12:37:38.827 INFO O| Aug 22 12:37:38.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73042026-08-22T12:37:39.856Z[ recovery-image] Aug 22 12:37:38.827 INFO O| Aug 22 12:37:38.827 INFO STEP 671 (remove_files) COMPLETE
73052026-08-22T12:37:39.856Z[ recovery-image] Aug 22 12:37:38.827 INFO O| Aug 22 12:37:38.827 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-22T12:37:39.865Z[ recovery-image] Aug 22 12:37:38.836 INFO O| Aug 22 12:37:38.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73072026-08-22T12:37:39.865Z[ recovery-image] Aug 22 12:37:38.836 INFO O| Aug 22 12:37:38.836 INFO STEP 672 (remove_files) COMPLETE
73082026-08-22T12:37:39.865Z[ recovery-image] Aug 22 12:37:38.836 INFO O| Aug 22 12:37:38.836 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-22T12:37:39.874Z[ recovery-image] Aug 22 12:37:38.845 INFO O| Aug 22 12:37:38.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73102026-08-22T12:37:39.874Z[ recovery-image] Aug 22 12:37:38.845 INFO O| Aug 22 12:37:38.845 INFO STEP 673 (remove_files) COMPLETE
73112026-08-22T12:37:39.874Z[ recovery-image] Aug 22 12:37:38.845 INFO O| Aug 22 12:37:38.845 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-22T12:37:39.884Z[ recovery-image] Aug 22 12:37:38.855 INFO O| Aug 22 12:37:38.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73132026-08-22T12:37:39.884Z[ recovery-image] Aug 22 12:37:38.855 INFO O| Aug 22 12:37:38.855 INFO STEP 674 (remove_files) COMPLETE
73142026-08-22T12:37:39.884Z[ recovery-image] Aug 22 12:37:38.855 INFO O| Aug 22 12:37:38.855 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-22T12:37:39.887Z[verify-libraries] Compiling sapling-renderdag v0.1.0
73162026-08-22T12:37:39.893Z[ recovery-image] Aug 22 12:37:38.865 INFO O| Aug 22 12:37:38.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73172026-08-22T12:37:39.893Z[ recovery-image] Aug 22 12:37:38.865 INFO O| Aug 22 12:37:38.865 INFO STEP 675 (remove_files) COMPLETE
73182026-08-22T12:37:39.897Z[ recovery-image] Aug 22 12:37:38.865 INFO O| Aug 22 12:37:38.865 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-22T12:37:39.903Z[ recovery-image] Aug 22 12:37:38.874 INFO O| Aug 22 12:37:38.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73202026-08-22T12:37:39.903Z[ recovery-image] Aug 22 12:37:38.874 INFO O| Aug 22 12:37:38.874 INFO STEP 676 (remove_files) COMPLETE
73212026-08-22T12:37:39.903Z[ recovery-image] Aug 22 12:37:38.874 INFO O| Aug 22 12:37:38.874 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-22T12:37:39.913Z[ recovery-image] Aug 22 12:37:38.884 INFO O| Aug 22 12:37:38.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73232026-08-22T12:37:39.913Z[ recovery-image] Aug 22 12:37:38.884 INFO O| Aug 22 12:37:38.884 INFO STEP 677 (remove_files) COMPLETE
73242026-08-22T12:37:39.913Z[ recovery-image] Aug 22 12:37:38.884 INFO O| Aug 22 12:37:38.884 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-22T12:37:39.922Z[ recovery-image] Aug 22 12:37:38.893 INFO O| Aug 22 12:37:38.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73262026-08-22T12:37:39.922Z[ recovery-image] Aug 22 12:37:38.893 INFO O| Aug 22 12:37:38.893 INFO STEP 678 (remove_files) COMPLETE
73272026-08-22T12:37:39.922Z[ recovery-image] Aug 22 12:37:38.894 INFO O| Aug 22 12:37:38.893 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-22T12:37:39.932Z[ recovery-image] Aug 22 12:37:38.903 INFO O| Aug 22 12:37:38.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73292026-08-22T12:37:39.935Z[ recovery-image] Aug 22 12:37:38.904 INFO O| Aug 22 12:37:38.904 INFO STEP 679 (remove_files) COMPLETE
73302026-08-22T12:37:39.936Z[ recovery-image] Aug 22 12:37:38.904 INFO O| Aug 22 12:37:38.904 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-22T12:37:39.945Z[ recovery-image] Aug 22 12:37:38.916 INFO O| Aug 22 12:37:38.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73322026-08-22T12:37:39.945Z[ recovery-image] Aug 22 12:37:38.916 INFO O| Aug 22 12:37:38.916 INFO STEP 680 (remove_files) COMPLETE
73332026-08-22T12:37:39.945Z[ recovery-image] Aug 22 12:37:38.916 INFO O| Aug 22 12:37:38.916 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-22T12:37:39.954Z[ recovery-image] Aug 22 12:37:38.925 INFO O| Aug 22 12:37:38.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73352026-08-22T12:37:39.954Z[ recovery-image] Aug 22 12:37:38.925 INFO O| Aug 22 12:37:38.925 INFO STEP 681 (remove_files) COMPLETE
73362026-08-22T12:37:39.957Z[ recovery-image] Aug 22 12:37:38.925 INFO O| Aug 22 12:37:38.925 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-22T12:37:39.964Z[ recovery-image] Aug 22 12:37:38.935 INFO O| Aug 22 12:37:38.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73382026-08-22T12:37:39.964Z[ recovery-image] Aug 22 12:37:38.935 INFO O| Aug 22 12:37:38.935 INFO STEP 682 (remove_files) COMPLETE
73392026-08-22T12:37:39.964Z[ recovery-image] Aug 22 12:37:38.935 INFO O| Aug 22 12:37:38.935 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-22T12:37:39.973Z[ recovery-image] Aug 22 12:37:38.945 INFO O| Aug 22 12:37:38.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73412026-08-22T12:37:39.973Z[ recovery-image] Aug 22 12:37:38.945 INFO O| Aug 22 12:37:38.945 INFO STEP 683 (remove_files) COMPLETE
73422026-08-22T12:37:39.973Z[ recovery-image] Aug 22 12:37:38.945 INFO O| Aug 22 12:37:38.945 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-22T12:37:39.983Z[ recovery-image] Aug 22 12:37:38.954 INFO O| Aug 22 12:37:38.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73442026-08-22T12:37:39.983Z[ recovery-image] Aug 22 12:37:38.954 INFO O| Aug 22 12:37:38.954 INFO STEP 684 (remove_files) COMPLETE
73452026-08-22T12:37:39.983Z[ recovery-image] Aug 22 12:37:38.954 INFO O| Aug 22 12:37:38.954 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-22T12:37:39.992Z[ recovery-image] Aug 22 12:37:38.964 INFO O| Aug 22 12:37:38.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73472026-08-22T12:37:39.992Z[ recovery-image] Aug 22 12:37:38.964 INFO O| Aug 22 12:37:38.964 INFO STEP 685 (remove_files) COMPLETE
73482026-08-22T12:37:39.992Z[ recovery-image] Aug 22 12:37:38.964 INFO O| Aug 22 12:37:38.964 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-22T12:37:40.002Z[ recovery-image] Aug 22 12:37:38.972 INFO O| Aug 22 12:37:38.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73502026-08-22T12:37:40.002Z[ recovery-image] Aug 22 12:37:38.972 INFO O| Aug 22 12:37:38.972 INFO STEP 686 (remove_files) COMPLETE
73512026-08-22T12:37:40.005Z[ recovery-image] Aug 22 12:37:38.972 INFO O| Aug 22 12:37:38.972 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-22T12:37:40.009Z[ recovery-image] Aug 22 12:37:38.981 INFO O| Aug 22 12:37:38.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73532026-08-22T12:37:40.009Z[ recovery-image] Aug 22 12:37:38.981 INFO O| Aug 22 12:37:38.981 INFO STEP 687 (remove_files) COMPLETE
73542026-08-22T12:37:40.012Z[ recovery-image] Aug 22 12:37:38.981 INFO O| Aug 22 12:37:38.981 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-22T12:37:40.017Z[ recovery-image] Aug 22 12:37:38.988 INFO O| Aug 22 12:37:38.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73562026-08-22T12:37:40.017Z[ recovery-image] Aug 22 12:37:38.988 INFO O| Aug 22 12:37:38.988 INFO STEP 688 (remove_files) COMPLETE
73572026-08-22T12:37:40.020Z[ recovery-image] Aug 22 12:37:38.988 INFO O| Aug 22 12:37:38.988 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-22T12:37:40.024Z[ recovery-image] Aug 22 12:37:38.996 INFO O| Aug 22 12:37:38.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73592026-08-22T12:37:40.024Z[ recovery-image] Aug 22 12:37:38.996 INFO O| Aug 22 12:37:38.996 INFO STEP 689 (remove_files) COMPLETE
73602026-08-22T12:37:40.025Z[ recovery-image] Aug 22 12:37:38.996 INFO O| Aug 22 12:37:38.996 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-22T12:37:40.042Z[ recovery-image] Aug 22 12:37:39.013 INFO O| Aug 22 12:37:39.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73622026-08-22T12:37:40.042Z[ recovery-image] Aug 22 12:37:39.013 INFO O| Aug 22 12:37:39.013 INFO STEP 690 (remove_files) COMPLETE
73632026-08-22T12:37:40.042Z[ recovery-image] Aug 22 12:37:39.013 INFO O| Aug 22 12:37:39.013 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-22T12:37:40.052Z[ recovery-image] Aug 22 12:37:39.023 INFO O| Aug 22 12:37:39.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73652026-08-22T12:37:40.052Z[ recovery-image] Aug 22 12:37:39.023 INFO O| Aug 22 12:37:39.023 INFO STEP 691 (remove_files) COMPLETE
73662026-08-22T12:37:40.052Z[ recovery-image] Aug 22 12:37:39.023 INFO O| Aug 22 12:37:39.023 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-22T12:37:40.062Z[ recovery-image] Aug 22 12:37:39.033 INFO O| Aug 22 12:37:39.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73682026-08-22T12:37:40.062Z[ recovery-image] Aug 22 12:37:39.033 INFO O| Aug 22 12:37:39.033 INFO STEP 692 (remove_files) COMPLETE
73692026-08-22T12:37:40.065Z[ recovery-image] Aug 22 12:37:39.033 INFO O| Aug 22 12:37:39.033 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-22T12:37:40.069Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
73712026-08-22T12:37:40.072Z[ recovery-image] Aug 22 12:37:39.043 INFO O| Aug 22 12:37:39.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73722026-08-22T12:37:40.072Z[ recovery-image] Aug 22 12:37:39.043 INFO O| Aug 22 12:37:39.043 INFO STEP 693 (remove_files) COMPLETE
73732026-08-22T12:37:40.072Z[ recovery-image] Aug 22 12:37:39.043 INFO O| Aug 22 12:37:39.043 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-22T12:37:40.081Z[ recovery-image] Aug 22 12:37:39.053 INFO O| Aug 22 12:37:39.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73752026-08-22T12:37:40.082Z[ recovery-image] Aug 22 12:37:39.053 INFO O| Aug 22 12:37:39.053 INFO STEP 694 (remove_files) COMPLETE
73762026-08-22T12:37:40.082Z[ recovery-image] Aug 22 12:37:39.053 INFO O| Aug 22 12:37:39.053 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-22T12:37:40.091Z[ recovery-image] Aug 22 12:37:39.062 INFO O| Aug 22 12:37:39.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73782026-08-22T12:37:40.092Z[ recovery-image] Aug 22 12:37:39.062 INFO O| Aug 22 12:37:39.062 INFO STEP 695 (remove_files) COMPLETE
73792026-08-22T12:37:40.092Z[ recovery-image] Aug 22 12:37:39.062 INFO O| Aug 22 12:37:39.062 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-22T12:37:40.111Z[ recovery-image] Aug 22 12:37:39.071 INFO O| Aug 22 12:37:39.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73812026-08-22T12:37:40.111Z[ recovery-image] Aug 22 12:37:39.071 INFO O| Aug 22 12:37:39.071 INFO STEP 696 (remove_files) COMPLETE
73822026-08-22T12:37:40.111Z[ recovery-image] Aug 22 12:37:39.071 INFO O| Aug 22 12:37:39.071 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-22T12:37:40.111Z[ recovery-image] Aug 22 12:37:39.081 INFO O| Aug 22 12:37:39.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73842026-08-22T12:37:40.111Z[ recovery-image] Aug 22 12:37:39.081 INFO O| Aug 22 12:37:39.081 INFO STEP 697 (remove_files) COMPLETE
73852026-08-22T12:37:40.111Z[ recovery-image] Aug 22 12:37:39.081 INFO O| Aug 22 12:37:39.081 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-22T12:37:40.119Z[ recovery-image] Aug 22 12:37:39.090 INFO O| Aug 22 12:37:39.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73872026-08-22T12:37:40.119Z[ recovery-image] Aug 22 12:37:39.090 INFO O| Aug 22 12:37:39.090 INFO STEP 698 (remove_files) COMPLETE
73882026-08-22T12:37:40.119Z[ recovery-image] Aug 22 12:37:39.090 INFO O| Aug 22 12:37:39.090 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-22T12:37:40.128Z[ recovery-image] Aug 22 12:37:39.099 INFO O| Aug 22 12:37:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73902026-08-22T12:37:40.128Z[ recovery-image] Aug 22 12:37:39.099 INFO O| Aug 22 12:37:39.099 INFO STEP 699 (remove_files) COMPLETE
73912026-08-22T12:37:40.132Z[ recovery-image] Aug 22 12:37:39.099 INFO O| Aug 22 12:37:39.099 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-22T12:37:40.136Z[ recovery-image] Aug 22 12:37:39.107 INFO O| Aug 22 12:37:39.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73932026-08-22T12:37:40.136Z[ recovery-image] Aug 22 12:37:39.107 INFO O| Aug 22 12:37:39.107 INFO STEP 700 (remove_files) COMPLETE
73942026-08-22T12:37:40.136Z[ recovery-image] Aug 22 12:37:39.107 INFO O| Aug 22 12:37:39.107 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-22T12:37:40.143Z[verify-libraries] Compiling hex-literal v1.1.0
73962026-08-22T12:37:40.148Z[ recovery-image] Aug 22 12:37:39.116 INFO O| Aug 22 12:37:39.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73972026-08-22T12:37:40.148Z[ recovery-image] Aug 22 12:37:39.116 INFO O| Aug 22 12:37:39.116 INFO STEP 701 (remove_files) COMPLETE
73982026-08-22T12:37:40.148Z[ recovery-image] Aug 22 12:37:39.116 INFO O| Aug 22 12:37:39.116 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-22T12:37:40.161Z[ recovery-image] Aug 22 12:37:39.127 INFO O| Aug 22 12:37:39.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74002026-08-22T12:37:40.161Z[ recovery-image] Aug 22 12:37:39.127 INFO O| Aug 22 12:37:39.127 INFO STEP 702 (remove_files) COMPLETE
74012026-08-22T12:37:40.162Z[ recovery-image] Aug 22 12:37:39.127 INFO O| Aug 22 12:37:39.127 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-22T12:37:40.166Z[ recovery-image] Aug 22 12:37:39.137 INFO O| Aug 22 12:37:39.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74032026-08-22T12:37:40.166Z[ recovery-image] Aug 22 12:37:39.137 INFO O| Aug 22 12:37:39.137 INFO STEP 703 (remove_files) COMPLETE
74042026-08-22T12:37:40.166Z[ recovery-image] Aug 22 12:37:39.137 INFO O| Aug 22 12:37:39.137 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-22T12:37:40.174Z[ recovery-image] Aug 22 12:37:39.145 INFO O| Aug 22 12:37:39.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74062026-08-22T12:37:40.174Z[ recovery-image] Aug 22 12:37:39.146 INFO O| Aug 22 12:37:39.145 INFO STEP 704 (remove_files) COMPLETE
74072026-08-22T12:37:40.177Z[ recovery-image] Aug 22 12:37:39.146 INFO O| Aug 22 12:37:39.145 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-22T12:37:40.182Z[ recovery-image] Aug 22 12:37:39.153 INFO O| Aug 22 12:37:39.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74092026-08-22T12:37:40.182Z[ recovery-image] Aug 22 12:37:39.153 INFO O| Aug 22 12:37:39.153 INFO STEP 705 (remove_files) COMPLETE
74102026-08-22T12:37:40.182Z[ recovery-image] Aug 22 12:37:39.153 INFO O| Aug 22 12:37:39.153 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-22T12:37:40.193Z[ recovery-image] Aug 22 12:37:39.164 INFO O| Aug 22 12:37:39.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74122026-08-22T12:37:40.193Z[ recovery-image] Aug 22 12:37:39.164 INFO O| Aug 22 12:37:39.164 INFO STEP 706 (remove_files) COMPLETE
74132026-08-22T12:37:40.193Z[ recovery-image] Aug 22 12:37:39.164 INFO O| Aug 22 12:37:39.164 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-22T12:37:40.204Z[ recovery-image] Aug 22 12:37:39.175 INFO O| Aug 22 12:37:39.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74152026-08-22T12:37:40.204Z[ recovery-image] Aug 22 12:37:39.175 INFO O| Aug 22 12:37:39.175 INFO STEP 707 (remove_files) COMPLETE
74162026-08-22T12:37:40.207Z[ recovery-image] Aug 22 12:37:39.175 INFO O| Aug 22 12:37:39.175 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-22T12:37:40.214Z[ recovery-image] Aug 22 12:37:39.185 INFO O| Aug 22 12:37:39.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74182026-08-22T12:37:40.214Z[ recovery-image] Aug 22 12:37:39.185 INFO O| Aug 22 12:37:39.185 INFO STEP 708 (remove_files) COMPLETE
74192026-08-22T12:37:40.218Z[ recovery-image] Aug 22 12:37:39.185 INFO O| Aug 22 12:37:39.185 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-22T12:37:40.224Z[ recovery-image] Aug 22 12:37:39.195 INFO O| Aug 22 12:37:39.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74212026-08-22T12:37:40.224Z[ recovery-image] Aug 22 12:37:39.195 INFO O| Aug 22 12:37:39.195 INFO STEP 709 (remove_files) COMPLETE
74222026-08-22T12:37:40.228Z[ recovery-image] Aug 22 12:37:39.195 INFO O| Aug 22 12:37:39.195 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-22T12:37:40.234Z[ recovery-image] Aug 22 12:37:39.206 INFO O| Aug 22 12:37:39.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74242026-08-22T12:37:40.235Z[ recovery-image] Aug 22 12:37:39.206 INFO O| Aug 22 12:37:39.206 INFO STEP 710 (remove_files) COMPLETE
74252026-08-22T12:37:40.238Z[ recovery-image] Aug 22 12:37:39.206 INFO O| Aug 22 12:37:39.206 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.215 INFO O| Aug 22 12:37:39.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74272026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.215 INFO O| Aug 22 12:37:39.215 INFO STEP 711 (remove_files) COMPLETE
74282026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.215 INFO O| Aug 22 12:37:39.215 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.224 INFO O| Aug 22 12:37:39.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74302026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.224 INFO O| Aug 22 12:37:39.224 INFO STEP 712 (remove_files) COMPLETE
74312026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.224 INFO O| Aug 22 12:37:39.224 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.234 INFO O| Aug 22 12:37:39.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74332026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.234 INFO O| Aug 22 12:37:39.234 INFO STEP 713 (remove_files) COMPLETE
74342026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.234 INFO O| Aug 22 12:37:39.234 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.243 INFO O| Aug 22 12:37:39.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74362026-08-22T12:37:40.290Z[ recovery-image] Aug 22 12:37:39.243 INFO O| Aug 22 12:37:39.243 INFO STEP 714 (remove_files) COMPLETE
74372026-08-22T12:37:40.291Z[ recovery-image] Aug 22 12:37:39.243 INFO O| Aug 22 12:37:39.243 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-22T12:37:40.291Z[ recovery-image] Aug 22 12:37:39.254 INFO O| Aug 22 12:37:39.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74392026-08-22T12:37:40.291Z[ recovery-image] Aug 22 12:37:39.254 INFO O| Aug 22 12:37:39.254 INFO STEP 715 (remove_files) COMPLETE
74402026-08-22T12:37:40.291Z[ recovery-image] Aug 22 12:37:39.254 INFO O| Aug 22 12:37:39.254 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-22T12:37:40.295Z[ recovery-image] Aug 22 12:37:39.263 INFO O| Aug 22 12:37:39.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74422026-08-22T12:37:40.295Z[ recovery-image] Aug 22 12:37:39.263 INFO O| Aug 22 12:37:39.263 INFO STEP 716 (remove_files) COMPLETE
74432026-08-22T12:37:40.295Z[ recovery-image] Aug 22 12:37:39.263 INFO O| Aug 22 12:37:39.263 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-22T12:37:40.305Z[ recovery-image] Aug 22 12:37:39.274 INFO O| Aug 22 12:37:39.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74452026-08-22T12:37:40.305Z[ recovery-image] Aug 22 12:37:39.275 INFO O| Aug 22 12:37:39.275 INFO STEP 717 (remove_files) COMPLETE
74462026-08-22T12:37:40.308Z[ recovery-image] Aug 22 12:37:39.275 INFO O| Aug 22 12:37:39.275 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-22T12:37:40.316Z[ recovery-image] Aug 22 12:37:39.284 INFO O| Aug 22 12:37:39.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74482026-08-22T12:37:40.316Z[ recovery-image] Aug 22 12:37:39.284 INFO O| Aug 22 12:37:39.284 INFO STEP 718 (remove_files) COMPLETE
74492026-08-22T12:37:40.316Z[ recovery-image] Aug 22 12:37:39.284 INFO O| Aug 22 12:37:39.284 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-08-22T12:37:40.319Z[verify-libraries] Compiling md5 v0.8.0
74512026-08-22T12:37:40.323Z[ recovery-image] Aug 22 12:37:39.294 INFO O| Aug 22 12:37:39.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74522026-08-22T12:37:40.323Z[ recovery-image] Aug 22 12:37:39.294 INFO O| Aug 22 12:37:39.294 INFO STEP 719 (remove_files) COMPLETE
74532026-08-22T12:37:40.323Z[ recovery-image] Aug 22 12:37:39.294 INFO O| Aug 22 12:37:39.294 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-22T12:37:40.332Z[ recovery-image] Aug 22 12:37:39.303 INFO O| Aug 22 12:37:39.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74552026-08-22T12:37:40.332Z[ recovery-image] Aug 22 12:37:39.303 INFO O| Aug 22 12:37:39.303 INFO STEP 720 (remove_files) COMPLETE
74562026-08-22T12:37:40.332Z[ recovery-image] Aug 22 12:37:39.303 INFO O| Aug 22 12:37:39.303 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-22T12:37:40.342Z[ recovery-image] Aug 22 12:37:39.313 INFO O| Aug 22 12:37:39.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74582026-08-22T12:37:40.342Z[ recovery-image] Aug 22 12:37:39.313 INFO O| Aug 22 12:37:39.313 INFO STEP 721 (remove_files) COMPLETE
74592026-08-22T12:37:40.342Z[ recovery-image] Aug 22 12:37:39.313 INFO O| Aug 22 12:37:39.313 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-22T12:37:40.352Z[ recovery-image] Aug 22 12:37:39.323 INFO O| Aug 22 12:37:39.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74612026-08-22T12:37:40.352Z[ recovery-image] Aug 22 12:37:39.323 INFO O| Aug 22 12:37:39.323 INFO STEP 722 (remove_files) COMPLETE
74622026-08-22T12:37:40.352Z[ recovery-image] Aug 22 12:37:39.323 INFO O| Aug 22 12:37:39.323 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-22T12:37:40.362Z[ recovery-image] Aug 22 12:37:39.333 INFO O| Aug 22 12:37:39.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74642026-08-22T12:37:40.362Z[ recovery-image] Aug 22 12:37:39.333 INFO O| Aug 22 12:37:39.333 INFO STEP 723 (remove_files) COMPLETE
74652026-08-22T12:37:40.362Z[ recovery-image] Aug 22 12:37:39.333 INFO O| Aug 22 12:37:39.333 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-22T12:37:40.365Z[verify-libraries] Compiling sync-ptr v0.1.4
74672026-08-22T12:37:40.370Z[ recovery-image] Aug 22 12:37:39.341 INFO O| Aug 22 12:37:39.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74682026-08-22T12:37:40.370Z[ recovery-image] Aug 22 12:37:39.342 INFO O| Aug 22 12:37:39.341 INFO STEP 724 (remove_files) COMPLETE
74692026-08-22T12:37:40.373Z[ recovery-image] Aug 22 12:37:39.342 INFO O| Aug 22 12:37:39.342 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-22T12:37:40.379Z[ recovery-image] Aug 22 12:37:39.350 INFO O| Aug 22 12:37:39.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74712026-08-22T12:37:40.383Z[ recovery-image] Aug 22 12:37:39.351 INFO O| Aug 22 12:37:39.351 INFO STEP 725 (remove_files) COMPLETE
74722026-08-22T12:37:40.383Z[ recovery-image] Aug 22 12:37:39.351 INFO O| Aug 22 12:37:39.351 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-22T12:37:40.388Z[ recovery-image] Aug 22 12:37:39.360 INFO O| Aug 22 12:37:39.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74742026-08-22T12:37:40.388Z[ recovery-image] Aug 22 12:37:39.360 INFO O| Aug 22 12:37:39.360 INFO STEP 726 (remove_files) COMPLETE
74752026-08-22T12:37:40.391Z[ recovery-image] Aug 22 12:37:39.360 INFO O| Aug 22 12:37:39.360 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-22T12:37:40.397Z[ recovery-image] Aug 22 12:37:39.369 INFO O| Aug 22 12:37:39.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74772026-08-22T12:37:40.397Z[ recovery-image] Aug 22 12:37:39.369 INFO O| Aug 22 12:37:39.369 INFO STEP 727 (remove_files) COMPLETE
74782026-08-22T12:37:40.400Z[ recovery-image] Aug 22 12:37:39.369 INFO O| Aug 22 12:37:39.369 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-22T12:37:40.406Z[ recovery-image] Aug 22 12:37:39.378 INFO O| Aug 22 12:37:39.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74802026-08-22T12:37:40.406Z[ recovery-image] Aug 22 12:37:39.378 INFO O| Aug 22 12:37:39.378 INFO STEP 728 (remove_files) COMPLETE
74812026-08-22T12:37:40.406Z[ recovery-image] Aug 22 12:37:39.378 INFO O| Aug 22 12:37:39.378 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-22T12:37:40.416Z[ recovery-image] Aug 22 12:37:39.387 INFO O| Aug 22 12:37:39.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74832026-08-22T12:37:40.419Z[ recovery-image] Aug 22 12:37:39.388 INFO O| Aug 22 12:37:39.388 INFO STEP 729 (remove_files) COMPLETE
74842026-08-22T12:37:40.419Z[ recovery-image] Aug 22 12:37:39.388 INFO O| Aug 22 12:37:39.388 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-22T12:37:40.426Z[ recovery-image] Aug 22 12:37:39.397 INFO O| Aug 22 12:37:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74862026-08-22T12:37:40.426Z[ recovery-image] Aug 22 12:37:39.397 INFO O| Aug 22 12:37:39.397 INFO STEP 730 (remove_files) COMPLETE
74872026-08-22T12:37:40.426Z[ recovery-image] Aug 22 12:37:39.397 INFO O| Aug 22 12:37:39.397 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-22T12:37:40.436Z[ recovery-image] Aug 22 12:37:39.407 INFO O| Aug 22 12:37:39.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74892026-08-22T12:37:40.436Z[ recovery-image] Aug 22 12:37:39.407 INFO O| Aug 22 12:37:39.407 INFO STEP 731 (remove_files) COMPLETE
74902026-08-22T12:37:40.436Z[ recovery-image] Aug 22 12:37:39.407 INFO O| Aug 22 12:37:39.407 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-22T12:37:40.447Z[ recovery-image] Aug 22 12:37:39.417 INFO O| Aug 22 12:37:39.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74922026-08-22T12:37:40.447Z[ recovery-image] Aug 22 12:37:39.417 INFO O| Aug 22 12:37:39.417 INFO STEP 732 (remove_files) COMPLETE
74932026-08-22T12:37:40.447Z[ recovery-image] Aug 22 12:37:39.417 INFO O| Aug 22 12:37:39.417 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-22T12:37:40.455Z[ recovery-image] Aug 22 12:37:39.426 INFO O| Aug 22 12:37:39.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74952026-08-22T12:37:40.455Z[ recovery-image] Aug 22 12:37:39.426 INFO O| Aug 22 12:37:39.426 INFO STEP 733 (remove_files) COMPLETE
74962026-08-22T12:37:40.455Z[ recovery-image] Aug 22 12:37:39.426 INFO O| Aug 22 12:37:39.426 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-22T12:37:40.464Z[ recovery-image] Aug 22 12:37:39.435 INFO O| Aug 22 12:37:39.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74982026-08-22T12:37:40.464Z[ recovery-image] Aug 22 12:37:39.435 INFO O| Aug 22 12:37:39.435 INFO STEP 734 (remove_files) COMPLETE
74992026-08-22T12:37:40.464Z[ recovery-image] Aug 22 12:37:39.435 INFO O| Aug 22 12:37:39.435 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-22T12:37:40.476Z[ recovery-image] Aug 22 12:37:39.445 INFO O| Aug 22 12:37:39.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75012026-08-22T12:37:40.477Z[ recovery-image] Aug 22 12:37:39.445 INFO O| Aug 22 12:37:39.445 INFO STEP 735 (remove_files) COMPLETE
75022026-08-22T12:37:40.480Z[ recovery-image] Aug 22 12:37:39.445 INFO O| Aug 22 12:37:39.445 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-22T12:37:40.489Z[ recovery-image] Aug 22 12:37:39.455 INFO O| Aug 22 12:37:39.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75042026-08-22T12:37:40.489Z[ recovery-image] Aug 22 12:37:39.455 INFO O| Aug 22 12:37:39.455 INFO STEP 736 (remove_files) COMPLETE
75052026-08-22T12:37:40.489Z[ recovery-image] Aug 22 12:37:39.455 INFO O| Aug 22 12:37:39.455 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-22T12:37:40.499Z[ recovery-image] Aug 22 12:37:39.465 INFO O| Aug 22 12:37:39.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75072026-08-22T12:37:40.499Z[ recovery-image] Aug 22 12:37:39.465 INFO O| Aug 22 12:37:39.465 INFO STEP 737 (remove_files) COMPLETE
75082026-08-22T12:37:40.499Z[ recovery-image] Aug 22 12:37:39.465 INFO O| Aug 22 12:37:39.465 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-22T12:37:40.512Z[ recovery-image] Aug 22 12:37:39.474 INFO O| Aug 22 12:37:39.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75102026-08-22T12:37:40.512Z[ recovery-image] Aug 22 12:37:39.475 INFO O| Aug 22 12:37:39.474 INFO STEP 738 (remove_files) COMPLETE
75112026-08-22T12:37:40.512Z[ recovery-image] Aug 22 12:37:39.475 INFO O| Aug 22 12:37:39.475 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-22T12:37:40.517Z[ recovery-image] Aug 22 12:37:39.484 INFO O| Aug 22 12:37:39.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75132026-08-22T12:37:40.517Z[ recovery-image] Aug 22 12:37:39.484 INFO O| Aug 22 12:37:39.484 INFO STEP 739 (remove_files) COMPLETE
75142026-08-22T12:37:40.517Z[ recovery-image] Aug 22 12:37:39.484 INFO O| Aug 22 12:37:39.484 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-22T12:37:40.521Z[ recovery-image] Aug 22 12:37:39.492 INFO O| Aug 22 12:37:39.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75162026-08-22T12:37:40.521Z[ recovery-image] Aug 22 12:37:39.492 INFO O| Aug 22 12:37:39.492 INFO STEP 740 (remove_files) COMPLETE
75172026-08-22T12:37:40.524Z[ recovery-image] Aug 22 12:37:39.492 INFO O| Aug 22 12:37:39.492 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-22T12:37:40.528Z[verify-libraries] Compiling seq-macro v0.3.6
75192026-08-22T12:37:40.531Z[ recovery-image] Aug 22 12:37:39.500 INFO O| Aug 22 12:37:39.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75202026-08-22T12:37:40.531Z[ recovery-image] Aug 22 12:37:39.501 INFO O| Aug 22 12:37:39.500 INFO STEP 741 (remove_files) COMPLETE
75212026-08-22T12:37:40.531Z[ recovery-image] Aug 22 12:37:39.501 INFO O| Aug 22 12:37:39.500 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-22T12:37:40.538Z[ recovery-image] Aug 22 12:37:39.509 INFO O| Aug 22 12:37:39.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75232026-08-22T12:37:40.542Z[ recovery-image] Aug 22 12:37:39.509 INFO O| Aug 22 12:37:39.509 INFO STEP 742 (remove_files) COMPLETE
75242026-08-22T12:37:40.542Z[ recovery-image] Aug 22 12:37:39.509 INFO O| Aug 22 12:37:39.509 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-22T12:37:40.546Z[ recovery-image] Aug 22 12:37:39.517 INFO O| Aug 22 12:37:39.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75262026-08-22T12:37:40.546Z[ recovery-image] Aug 22 12:37:39.517 INFO O| Aug 22 12:37:39.517 INFO STEP 743 (remove_files) COMPLETE
75272026-08-22T12:37:40.546Z[ recovery-image] Aug 22 12:37:39.517 INFO O| Aug 22 12:37:39.517 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-22T12:37:40.555Z[ recovery-image] Aug 22 12:37:39.526 INFO O| Aug 22 12:37:39.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75292026-08-22T12:37:40.558Z[ recovery-image] Aug 22 12:37:39.527 INFO O| Aug 22 12:37:39.527 INFO STEP 744 (remove_files) COMPLETE
75302026-08-22T12:37:40.558Z[ recovery-image] Aug 22 12:37:39.527 INFO O| Aug 22 12:37:39.527 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-22T12:37:40.564Z[ recovery-image] Aug 22 12:37:39.535 INFO O| Aug 22 12:37:39.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75322026-08-22T12:37:40.564Z[ recovery-image] Aug 22 12:37:39.535 INFO O| Aug 22 12:37:39.535 INFO STEP 745 (remove_files) COMPLETE
75332026-08-22T12:37:40.567Z[ recovery-image] Aug 22 12:37:39.535 INFO O| Aug 22 12:37:39.535 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-22T12:37:40.572Z[ recovery-image] Aug 22 12:37:39.543 INFO O| Aug 22 12:37:39.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75352026-08-22T12:37:40.572Z[ recovery-image] Aug 22 12:37:39.543 INFO O| Aug 22 12:37:39.543 INFO STEP 746 (remove_files) COMPLETE
75362026-08-22T12:37:40.572Z[ recovery-image] Aug 22 12:37:39.543 INFO O| Aug 22 12:37:39.543 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-22T12:37:40.583Z[ recovery-image] Aug 22 12:37:39.551 INFO O| Aug 22 12:37:39.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75382026-08-22T12:37:40.583Z[ recovery-image] Aug 22 12:37:39.551 INFO O| Aug 22 12:37:39.551 INFO STEP 747 (remove_files) COMPLETE
75392026-08-22T12:37:40.583Z[ recovery-image] Aug 22 12:37:39.551 INFO O| Aug 22 12:37:39.551 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-22T12:37:40.590Z[ recovery-image] Aug 22 12:37:39.558 INFO O| Aug 22 12:37:39.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75412026-08-22T12:37:40.590Z[ recovery-image] Aug 22 12:37:39.558 INFO O| Aug 22 12:37:39.558 INFO STEP 748 (remove_files) COMPLETE
75422026-08-22T12:37:40.590Z[ recovery-image] Aug 22 12:37:39.559 INFO O| Aug 22 12:37:39.558 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-22T12:37:40.594Z[ recovery-image] Aug 22 12:37:39.566 INFO O| Aug 22 12:37:39.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75442026-08-22T12:37:40.595Z[ recovery-image] Aug 22 12:37:39.566 INFO O| Aug 22 12:37:39.566 INFO STEP 749 (remove_files) COMPLETE
75452026-08-22T12:37:40.595Z[ recovery-image] Aug 22 12:37:39.566 INFO O| Aug 22 12:37:39.566 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-22T12:37:40.607Z[ recovery-image] Aug 22 12:37:39.575 INFO O| Aug 22 12:37:39.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75472026-08-22T12:37:40.607Z[ recovery-image] Aug 22 12:37:39.575 INFO O| Aug 22 12:37:39.575 INFO STEP 750 (remove_files) COMPLETE
75482026-08-22T12:37:40.607Z[ recovery-image] Aug 22 12:37:39.575 INFO O| Aug 22 12:37:39.575 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-22T12:37:40.611Z[ recovery-image] Aug 22 12:37:39.583 INFO O| Aug 22 12:37:39.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75502026-08-22T12:37:40.611Z[ recovery-image] Aug 22 12:37:39.583 INFO O| Aug 22 12:37:39.583 INFO STEP 751 (remove_files) COMPLETE
75512026-08-22T12:37:40.616Z[ recovery-image] Aug 22 12:37:39.583 INFO O| Aug 22 12:37:39.583 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-22T12:37:40.634Z[ recovery-image] Aug 22 12:37:39.590 INFO O| Aug 22 12:37:39.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75532026-08-22T12:37:40.634Z[ recovery-image] Aug 22 12:37:39.590 INFO O| Aug 22 12:37:39.590 INFO STEP 752 (remove_files) COMPLETE
75542026-08-22T12:37:40.634Z[ recovery-image] Aug 22 12:37:39.590 INFO O| Aug 22 12:37:39.590 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-22T12:37:40.634Z[ recovery-image] Aug 22 12:37:39.597 INFO O| Aug 22 12:37:39.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75562026-08-22T12:37:40.634Z[ recovery-image] Aug 22 12:37:39.597 INFO O| Aug 22 12:37:39.597 INFO STEP 753 (remove_files) COMPLETE
75572026-08-22T12:37:40.634Z[ recovery-image] Aug 22 12:37:39.597 INFO O| Aug 22 12:37:39.597 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-22T12:37:40.634Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
75592026-08-22T12:37:40.634Z[ recovery-image] Aug 22 12:37:39.605 INFO O| Aug 22 12:37:39.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75602026-08-22T12:37:40.634Z[ recovery-image] Aug 22 12:37:39.605 INFO O| Aug 22 12:37:39.605 INFO STEP 754 (remove_files) COMPLETE
75612026-08-22T12:37:40.639Z[ recovery-image] Aug 22 12:37:39.605 INFO O| Aug 22 12:37:39.605 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-22T12:37:40.643Z[ recovery-image] Aug 22 12:37:39.613 INFO O| Aug 22 12:37:39.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75632026-08-22T12:37:40.643Z[ recovery-image] Aug 22 12:37:39.613 INFO O| Aug 22 12:37:39.613 INFO STEP 755 (remove_files) COMPLETE
75642026-08-22T12:37:40.643Z[ recovery-image] Aug 22 12:37:39.613 INFO O| Aug 22 12:37:39.613 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-22T12:37:40.651Z[ recovery-image] Aug 22 12:37:39.622 INFO O| Aug 22 12:37:39.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75662026-08-22T12:37:40.651Z[ recovery-image] Aug 22 12:37:39.622 INFO O| Aug 22 12:37:39.622 INFO STEP 756 (remove_files) COMPLETE
75672026-08-22T12:37:40.651Z[ recovery-image] Aug 22 12:37:39.622 INFO O| Aug 22 12:37:39.622 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-22T12:37:40.660Z[ recovery-image] Aug 22 12:37:39.631 INFO O| Aug 22 12:37:39.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75692026-08-22T12:37:40.660Z[ recovery-image] Aug 22 12:37:39.631 INFO O| Aug 22 12:37:39.631 INFO STEP 757 (remove_files) COMPLETE
75702026-08-22T12:37:40.663Z[ recovery-image] Aug 22 12:37:39.631 INFO O| Aug 22 12:37:39.631 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-22T12:37:40.671Z[ recovery-image] Aug 22 12:37:39.641 INFO O| Aug 22 12:37:39.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75722026-08-22T12:37:40.671Z[ recovery-image] Aug 22 12:37:39.641 INFO O| Aug 22 12:37:39.641 INFO STEP 758 (remove_files) COMPLETE
75732026-08-22T12:37:40.671Z[ recovery-image] Aug 22 12:37:39.641 INFO O| Aug 22 12:37:39.641 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-22T12:37:40.679Z[ recovery-image] Aug 22 12:37:39.650 INFO O| Aug 22 12:37:39.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75752026-08-22T12:37:40.679Z[ recovery-image] Aug 22 12:37:39.650 INFO O| Aug 22 12:37:39.650 INFO STEP 759 (remove_files) COMPLETE
75762026-08-22T12:37:40.682Z[ recovery-image] Aug 22 12:37:39.650 INFO O| Aug 22 12:37:39.650 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-22T12:37:40.686Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
75782026-08-22T12:37:40.690Z[ recovery-image] Aug 22 12:37:39.661 INFO O| Aug 22 12:37:39.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75792026-08-22T12:37:40.690Z[ recovery-image] Aug 22 12:37:39.661 INFO O| Aug 22 12:37:39.661 INFO STEP 760 (remove_files) COMPLETE
75802026-08-22T12:37:40.693Z[ recovery-image] Aug 22 12:37:39.661 INFO O| Aug 22 12:37:39.661 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-22T12:37:40.700Z[ recovery-image] Aug 22 12:37:39.672 INFO O| Aug 22 12:37:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75822026-08-22T12:37:40.700Z[ recovery-image] Aug 22 12:37:39.672 INFO O| Aug 22 12:37:39.672 INFO STEP 761 (remove_files) COMPLETE
75832026-08-22T12:37:40.700Z[ recovery-image] Aug 22 12:37:39.672 INFO O| Aug 22 12:37:39.672 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-22T12:37:40.710Z[ recovery-image] Aug 22 12:37:39.681 INFO O| Aug 22 12:37:39.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75852026-08-22T12:37:40.710Z[ recovery-image] Aug 22 12:37:39.681 INFO O| Aug 22 12:37:39.681 INFO STEP 762 (remove_files) COMPLETE
75862026-08-22T12:37:40.714Z[ recovery-image] Aug 22 12:37:39.681 INFO O| Aug 22 12:37:39.681 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-22T12:37:40.721Z[ recovery-image] Aug 22 12:37:39.692 INFO O| Aug 22 12:37:39.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75882026-08-22T12:37:40.721Z[ recovery-image] Aug 22 12:37:39.692 INFO O| Aug 22 12:37:39.691 INFO STEP 763 (remove_files) COMPLETE
75892026-08-22T12:37:40.724Z[ recovery-image] Aug 22 12:37:39.692 INFO O| Aug 22 12:37:39.691 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-22T12:37:40.731Z[ recovery-image] Aug 22 12:37:39.702 INFO O| Aug 22 12:37:39.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75912026-08-22T12:37:40.731Z[ recovery-image] Aug 22 12:37:39.702 INFO O| Aug 22 12:37:39.702 INFO STEP 764 (remove_files) COMPLETE
75922026-08-22T12:37:40.734Z[ recovery-image] Aug 22 12:37:39.702 INFO O| Aug 22 12:37:39.702 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-22T12:37:40.741Z[ recovery-image] Aug 22 12:37:39.713 INFO O| Aug 22 12:37:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75942026-08-22T12:37:40.741Z[ recovery-image] Aug 22 12:37:39.713 INFO O| Aug 22 12:37:39.713 INFO STEP 765 (remove_files) COMPLETE
75952026-08-22T12:37:40.745Z[ recovery-image] Aug 22 12:37:39.713 INFO O| Aug 22 12:37:39.713 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-22T12:37:40.751Z[ recovery-image] Aug 22 12:37:39.722 INFO O| Aug 22 12:37:39.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75972026-08-22T12:37:40.751Z[ recovery-image] Aug 22 12:37:39.722 INFO O| Aug 22 12:37:39.722 INFO STEP 766 (remove_files) COMPLETE
75982026-08-22T12:37:40.751Z[ recovery-image] Aug 22 12:37:39.722 INFO O| Aug 22 12:37:39.722 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-22T12:37:40.760Z[ recovery-image] Aug 22 12:37:39.731 INFO O| Aug 22 12:37:39.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76002026-08-22T12:37:40.760Z[ recovery-image] Aug 22 12:37:39.731 INFO O| Aug 22 12:37:39.731 INFO STEP 767 (remove_files) COMPLETE
76012026-08-22T12:37:40.763Z[ recovery-image] Aug 22 12:37:39.731 INFO O| Aug 22 12:37:39.731 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-22T12:37:40.771Z[ recovery-image] Aug 22 12:37:39.743 INFO O| Aug 22 12:37:39.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76032026-08-22T12:37:40.771Z[ recovery-image] Aug 22 12:37:39.743 INFO O| Aug 22 12:37:39.743 INFO STEP 768 (remove_files) COMPLETE
76042026-08-22T12:37:40.771Z[ recovery-image] Aug 22 12:37:39.743 INFO O| Aug 22 12:37:39.743 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-22T12:37:40.782Z[ recovery-image] Aug 22 12:37:39.753 INFO O| Aug 22 12:37:39.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76062026-08-22T12:37:40.782Z[ recovery-image] Aug 22 12:37:39.753 INFO O| Aug 22 12:37:39.753 INFO STEP 769 (remove_files) COMPLETE
76072026-08-22T12:37:40.782Z[ recovery-image] Aug 22 12:37:39.753 INFO O| Aug 22 12:37:39.753 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-22T12:37:40.791Z[ recovery-image] Aug 22 12:37:39.763 INFO O| Aug 22 12:37:39.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76092026-08-22T12:37:40.791Z[ recovery-image] Aug 22 12:37:39.763 INFO O| Aug 22 12:37:39.763 INFO STEP 770 (remove_files) COMPLETE
76102026-08-22T12:37:40.791Z[ recovery-image] Aug 22 12:37:39.763 INFO O| Aug 22 12:37:39.763 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-22T12:37:40.802Z[ recovery-image] Aug 22 12:37:39.773 INFO O| Aug 22 12:37:39.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76122026-08-22T12:37:40.802Z[ recovery-image] Aug 22 12:37:39.773 INFO O| Aug 22 12:37:39.773 INFO STEP 771 (remove_files) COMPLETE
76132026-08-22T12:37:40.805Z[ recovery-image] Aug 22 12:37:39.773 INFO O| Aug 22 12:37:39.773 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-22T12:37:40.811Z[ recovery-image] Aug 22 12:37:39.782 INFO O| Aug 22 12:37:39.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76152026-08-22T12:37:40.812Z[ recovery-image] Aug 22 12:37:39.782 INFO O| Aug 22 12:37:39.782 INFO STEP 772 (remove_files) COMPLETE
76162026-08-22T12:37:40.815Z[ recovery-image] Aug 22 12:37:39.782 INFO O| Aug 22 12:37:39.782 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-22T12:37:40.820Z[ recovery-image] Aug 22 12:37:39.791 INFO O| Aug 22 12:37:39.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76182026-08-22T12:37:40.820Z[ recovery-image] Aug 22 12:37:39.791 INFO O| Aug 22 12:37:39.791 INFO STEP 773 (remove_files) COMPLETE
76192026-08-22T12:37:40.820Z[ recovery-image] Aug 22 12:37:39.791 INFO O| Aug 22 12:37:39.791 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-22T12:37:40.829Z[ recovery-image] Aug 22 12:37:39.801 INFO O| Aug 22 12:37:39.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76212026-08-22T12:37:40.830Z[ recovery-image] Aug 22 12:37:39.801 INFO O| Aug 22 12:37:39.801 INFO STEP 774 (remove_files) COMPLETE
76222026-08-22T12:37:40.833Z[ recovery-image] Aug 22 12:37:39.801 INFO O| Aug 22 12:37:39.801 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-22T12:37:40.841Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
76242026-08-22T12:37:40.844Z[ recovery-image] Aug 22 12:37:39.811 INFO O| Aug 22 12:37:39.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76252026-08-22T12:37:40.844Z[ recovery-image] Aug 22 12:37:39.811 INFO O| Aug 22 12:37:39.811 INFO STEP 775 (remove_files) COMPLETE
76262026-08-22T12:37:40.844Z[ recovery-image] Aug 22 12:37:39.811 INFO O| Aug 22 12:37:39.811 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-22T12:37:40.850Z[ recovery-image] Aug 22 12:37:39.821 INFO O| Aug 22 12:37:39.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76282026-08-22T12:37:40.850Z[ recovery-image] Aug 22 12:37:39.821 INFO O| Aug 22 12:37:39.821 INFO STEP 776 (remove_files) COMPLETE
76292026-08-22T12:37:40.853Z[ recovery-image] Aug 22 12:37:39.821 INFO O| Aug 22 12:37:39.821 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-22T12:37:40.860Z[ recovery-image] Aug 22 12:37:39.831 INFO O| Aug 22 12:37:39.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76312026-08-22T12:37:40.860Z[ recovery-image] Aug 22 12:37:39.831 INFO O| Aug 22 12:37:39.831 INFO STEP 777 (remove_files) COMPLETE
76322026-08-22T12:37:40.863Z[ recovery-image] Aug 22 12:37:39.831 INFO O| Aug 22 12:37:39.831 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-22T12:37:40.870Z[ recovery-image] Aug 22 12:37:39.841 INFO O| Aug 22 12:37:39.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76342026-08-22T12:37:40.870Z[ recovery-image] Aug 22 12:37:39.841 INFO O| Aug 22 12:37:39.841 INFO STEP 778 (remove_files) COMPLETE
76352026-08-22T12:37:40.870Z[ recovery-image] Aug 22 12:37:39.841 INFO O| Aug 22 12:37:39.841 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-22T12:37:40.873Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
76372026-08-22T12:37:40.881Z[ recovery-image] Aug 22 12:37:39.853 INFO O| Aug 22 12:37:39.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76382026-08-22T12:37:40.881Z[ recovery-image] Aug 22 12:37:39.853 INFO O| Aug 22 12:37:39.852 INFO STEP 779 (remove_files) COMPLETE
76392026-08-22T12:37:40.881Z[ recovery-image] Aug 22 12:37:39.853 INFO O| Aug 22 12:37:39.852 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-22T12:37:40.890Z[ recovery-image] Aug 22 12:37:39.862 INFO O| Aug 22 12:37:39.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76412026-08-22T12:37:40.891Z[ recovery-image] Aug 22 12:37:39.862 INFO O| Aug 22 12:37:39.862 INFO STEP 780 (remove_files) COMPLETE
76422026-08-22T12:37:40.891Z[ recovery-image] Aug 22 12:37:39.862 INFO O| Aug 22 12:37:39.862 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-22T12:37:40.902Z[ recovery-image] Aug 22 12:37:39.873 INFO O| Aug 22 12:37:39.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76442026-08-22T12:37:40.903Z[ recovery-image] Aug 22 12:37:39.873 INFO O| Aug 22 12:37:39.873 INFO STEP 781 (remove_files) COMPLETE
76452026-08-22T12:37:40.903Z[ recovery-image] Aug 22 12:37:39.873 INFO O| Aug 22 12:37:39.873 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-22T12:37:40.910Z[ recovery-image] Aug 22 12:37:39.882 INFO O| Aug 22 12:37:39.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76472026-08-22T12:37:40.910Z[ recovery-image] Aug 22 12:37:39.882 INFO O| Aug 22 12:37:39.882 INFO STEP 782 (remove_files) COMPLETE
76482026-08-22T12:37:40.913Z[ recovery-image] Aug 22 12:37:39.882 INFO O| Aug 22 12:37:39.882 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-22T12:37:40.919Z[ recovery-image] Aug 22 12:37:39.890 INFO O| Aug 22 12:37:39.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76502026-08-22T12:37:40.919Z[ recovery-image] Aug 22 12:37:39.890 INFO O| Aug 22 12:37:39.890 INFO STEP 783 (remove_files) COMPLETE
76512026-08-22T12:37:40.919Z[ recovery-image] Aug 22 12:37:39.890 INFO O| Aug 22 12:37:39.890 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-22T12:37:40.929Z[ recovery-image] Aug 22 12:37:39.900 INFO O| Aug 22 12:37:39.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76532026-08-22T12:37:40.929Z[ recovery-image] Aug 22 12:37:39.900 INFO O| Aug 22 12:37:39.900 INFO STEP 784 (remove_files) COMPLETE
76542026-08-22T12:37:40.929Z[ recovery-image] Aug 22 12:37:39.900 INFO O| Aug 22 12:37:39.900 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-22T12:37:40.935Z[verify-libraries] Compiling russh v0.62.4
76562026-08-22T12:37:40.939Z[ recovery-image] Aug 22 12:37:39.910 INFO O| Aug 22 12:37:39.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76572026-08-22T12:37:40.939Z[ recovery-image] Aug 22 12:37:39.910 INFO O| Aug 22 12:37:39.910 INFO STEP 785 (remove_files) COMPLETE
76582026-08-22T12:37:40.939Z[ recovery-image] Aug 22 12:37:39.910 INFO O| Aug 22 12:37:39.910 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-22T12:37:40.949Z[ recovery-image] Aug 22 12:37:39.921 INFO O| Aug 22 12:37:39.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76602026-08-22T12:37:40.949Z[ recovery-image] Aug 22 12:37:39.921 INFO O| Aug 22 12:37:39.921 INFO STEP 786 (remove_files) COMPLETE
76612026-08-22T12:37:40.952Z[ recovery-image] Aug 22 12:37:39.921 INFO O| Aug 22 12:37:39.921 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-22T12:37:40.958Z[ recovery-image] Aug 22 12:37:39.930 INFO O| Aug 22 12:37:39.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76632026-08-22T12:37:40.958Z[ recovery-image] Aug 22 12:37:39.930 INFO O| Aug 22 12:37:39.930 INFO STEP 787 (remove_files) COMPLETE
76642026-08-22T12:37:40.958Z[ recovery-image] Aug 22 12:37:39.930 INFO O| Aug 22 12:37:39.930 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-22T12:37:40.968Z[ recovery-image] Aug 22 12:37:39.939 INFO O| Aug 22 12:37:39.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76662026-08-22T12:37:40.968Z[ recovery-image] Aug 22 12:37:39.939 INFO O| Aug 22 12:37:39.939 INFO STEP 788 (remove_files) COMPLETE
76672026-08-22T12:37:40.968Z[ recovery-image] Aug 22 12:37:39.939 INFO O| Aug 22 12:37:39.939 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-22T12:37:40.977Z[ recovery-image] Aug 22 12:37:39.948 INFO O| Aug 22 12:37:39.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76692026-08-22T12:37:40.977Z[ recovery-image] Aug 22 12:37:39.948 INFO O| Aug 22 12:37:39.948 INFO STEP 789 (remove_files) COMPLETE
76702026-08-22T12:37:40.977Z[ recovery-image] Aug 22 12:37:39.948 INFO O| Aug 22 12:37:39.948 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-22T12:37:40.987Z[ recovery-image] Aug 22 12:37:39.958 INFO O| Aug 22 12:37:39.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76722026-08-22T12:37:40.987Z[ recovery-image] Aug 22 12:37:39.958 INFO O| Aug 22 12:37:39.958 INFO STEP 790 (remove_files) COMPLETE
76732026-08-22T12:37:40.990Z[ recovery-image] Aug 22 12:37:39.958 INFO O| Aug 22 12:37:39.958 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-22T12:37:40.995Z[ recovery-image] Aug 22 12:37:39.967 INFO O| Aug 22 12:37:39.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76752026-08-22T12:37:40.995Z[ recovery-image] Aug 22 12:37:39.967 INFO O| Aug 22 12:37:39.967 INFO STEP 791 (remove_files) COMPLETE
76762026-08-22T12:37:40.995Z[ recovery-image] Aug 22 12:37:39.967 INFO O| Aug 22 12:37:39.967 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-22T12:37:41.004Z[ recovery-image] Aug 22 12:37:39.975 INFO O| Aug 22 12:37:39.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76782026-08-22T12:37:41.004Z[ recovery-image] Aug 22 12:37:39.975 INFO O| Aug 22 12:37:39.975 INFO STEP 792 (remove_files) COMPLETE
76792026-08-22T12:37:41.007Z[ recovery-image] Aug 22 12:37:39.975 INFO O| Aug 22 12:37:39.975 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-22T12:37:41.013Z[ recovery-image] Aug 22 12:37:39.985 INFO O| Aug 22 12:37:39.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76812026-08-22T12:37:41.013Z[ recovery-image] Aug 22 12:37:39.985 INFO O| Aug 22 12:37:39.985 INFO STEP 793 (remove_files) COMPLETE
76822026-08-22T12:37:41.013Z[ recovery-image] Aug 22 12:37:39.985 INFO O| Aug 22 12:37:39.985 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-22T12:37:41.023Z[ recovery-image] Aug 22 12:37:39.995 INFO O| Aug 22 12:37:39.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76842026-08-22T12:37:41.023Z[ recovery-image] Aug 22 12:37:39.995 INFO O| Aug 22 12:37:39.995 INFO STEP 794 (remove_files) COMPLETE
76852026-08-22T12:37:41.023Z[ recovery-image] Aug 22 12:37:39.995 INFO O| Aug 22 12:37:39.995 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-22T12:37:41.033Z[ recovery-image] Aug 22 12:37:40.004 INFO O| Aug 22 12:37:40.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76872026-08-22T12:37:41.033Z[ recovery-image] Aug 22 12:37:40.004 INFO O| Aug 22 12:37:40.004 INFO STEP 795 (remove_files) COMPLETE
76882026-08-22T12:37:41.033Z[ recovery-image] Aug 22 12:37:40.004 INFO O| Aug 22 12:37:40.004 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-22T12:37:41.042Z[ recovery-image] Aug 22 12:37:40.014 INFO O| Aug 22 12:37:40.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76902026-08-22T12:37:41.042Z[ recovery-image] Aug 22 12:37:40.014 INFO O| Aug 22 12:37:40.014 INFO STEP 796 (remove_files) COMPLETE
76912026-08-22T12:37:41.042Z[ recovery-image] Aug 22 12:37:40.014 INFO O| Aug 22 12:37:40.014 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-22T12:37:41.051Z[ recovery-image] Aug 22 12:37:40.022 INFO O| Aug 22 12:37:40.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76932026-08-22T12:37:41.051Z[ recovery-image] Aug 22 12:37:40.022 INFO O| Aug 22 12:37:40.022 INFO STEP 797 (remove_files) COMPLETE
76942026-08-22T12:37:41.051Z[ recovery-image] Aug 22 12:37:40.022 INFO O| Aug 22 12:37:40.022 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-22T12:37:41.059Z[ recovery-image] Aug 22 12:37:40.030 INFO O| Aug 22 12:37:40.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76962026-08-22T12:37:41.059Z[ recovery-image] Aug 22 12:37:40.031 INFO O| Aug 22 12:37:40.031 INFO STEP 798 (remove_files) COMPLETE
76972026-08-22T12:37:41.059Z[ recovery-image] Aug 22 12:37:40.031 INFO O| Aug 22 12:37:40.031 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-22T12:37:41.068Z[ recovery-image] Aug 22 12:37:40.040 INFO O| Aug 22 12:37:40.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76992026-08-22T12:37:41.068Z[ recovery-image] Aug 22 12:37:40.040 INFO O| Aug 22 12:37:40.040 INFO STEP 799 (remove_files) COMPLETE
77002026-08-22T12:37:41.068Z[ recovery-image] Aug 22 12:37:40.040 INFO O| Aug 22 12:37:40.040 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-22T12:37:41.077Z[ recovery-image] Aug 22 12:37:40.048 INFO O| Aug 22 12:37:40.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77022026-08-22T12:37:41.077Z[ recovery-image] Aug 22 12:37:40.048 INFO O| Aug 22 12:37:40.048 INFO STEP 800 (remove_files) COMPLETE
77032026-08-22T12:37:41.077Z[ recovery-image] Aug 22 12:37:40.048 INFO O| Aug 22 12:37:40.048 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-22T12:37:41.090Z[ recovery-image] Aug 22 12:37:40.057 INFO O| Aug 22 12:37:40.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77052026-08-22T12:37:41.093Z[ recovery-image] Aug 22 12:37:40.057 INFO O| Aug 22 12:37:40.057 INFO STEP 801 (remove_files) COMPLETE
77062026-08-22T12:37:41.093Z[ recovery-image] Aug 22 12:37:40.057 INFO O| Aug 22 12:37:40.057 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-22T12:37:41.098Z[ recovery-image] Aug 22 12:37:40.066 INFO O| Aug 22 12:37:40.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77082026-08-22T12:37:41.098Z[ recovery-image] Aug 22 12:37:40.066 INFO O| Aug 22 12:37:40.066 INFO STEP 802 (remove_files) COMPLETE
77092026-08-22T12:37:41.101Z[ recovery-image] Aug 22 12:37:40.066 INFO O| Aug 22 12:37:40.066 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-22T12:37:41.104Z[ recovery-image] Aug 22 12:37:40.076 INFO O| Aug 22 12:37:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77112026-08-22T12:37:41.104Z[ recovery-image] Aug 22 12:37:40.076 INFO O| Aug 22 12:37:40.076 INFO STEP 803 (remove_files) COMPLETE
77122026-08-22T12:37:41.104Z[ recovery-image] Aug 22 12:37:40.076 INFO O| Aug 22 12:37:40.076 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-22T12:37:41.114Z[ recovery-image] Aug 22 12:37:40.085 INFO O| Aug 22 12:37:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77142026-08-22T12:37:41.114Z[ recovery-image] Aug 22 12:37:40.085 INFO O| Aug 22 12:37:40.085 INFO STEP 804 (remove_files) COMPLETE
77152026-08-22T12:37:41.117Z[ recovery-image] Aug 22 12:37:40.085 INFO O| Aug 22 12:37:40.085 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-22T12:37:41.123Z[ recovery-image] Aug 22 12:37:40.095 INFO O| Aug 22 12:37:40.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77172026-08-22T12:37:41.124Z[ recovery-image] Aug 22 12:37:40.095 INFO O| Aug 22 12:37:40.095 INFO STEP 805 (remove_files) COMPLETE
77182026-08-22T12:37:41.124Z[ recovery-image] Aug 22 12:37:40.095 INFO O| Aug 22 12:37:40.095 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-22T12:37:41.132Z[ recovery-image] Aug 22 12:37:40.104 INFO O| Aug 22 12:37:40.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77202026-08-22T12:37:41.132Z[ recovery-image] Aug 22 12:37:40.104 INFO O| Aug 22 12:37:40.104 INFO STEP 806 (remove_files) COMPLETE
77212026-08-22T12:37:41.132Z[ recovery-image] Aug 22 12:37:40.104 INFO O| Aug 22 12:37:40.104 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-22T12:37:41.141Z[ recovery-image] Aug 22 12:37:40.112 INFO O| Aug 22 12:37:40.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77232026-08-22T12:37:41.141Z[ recovery-image] Aug 22 12:37:40.112 INFO O| Aug 22 12:37:40.112 INFO STEP 807 (remove_files) COMPLETE
77242026-08-22T12:37:41.141Z[ recovery-image] Aug 22 12:37:40.112 INFO O| Aug 22 12:37:40.112 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-22T12:37:41.148Z[ recovery-image] Aug 22 12:37:40.120 INFO O| Aug 22 12:37:40.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77262026-08-22T12:37:41.148Z[ recovery-image] Aug 22 12:37:40.120 INFO O| Aug 22 12:37:40.120 INFO STEP 808 (remove_files) COMPLETE
77272026-08-22T12:37:41.148Z[ recovery-image] Aug 22 12:37:40.120 INFO O| Aug 22 12:37:40.120 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-22T12:37:41.156Z[ recovery-image] Aug 22 12:37:40.128 INFO O| Aug 22 12:37:40.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77292026-08-22T12:37:41.157Z[ recovery-image] Aug 22 12:37:40.128 INFO O| Aug 22 12:37:40.128 INFO STEP 809 (remove_files) COMPLETE
77302026-08-22T12:37:41.160Z[ recovery-image] Aug 22 12:37:40.128 INFO O| Aug 22 12:37:40.128 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-22T12:37:41.165Z[ recovery-image] Aug 22 12:37:40.136 INFO O| Aug 22 12:37:40.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77322026-08-22T12:37:41.166Z[ recovery-image] Aug 22 12:37:40.136 INFO O| Aug 22 12:37:40.136 INFO STEP 810 (remove_files) COMPLETE
77332026-08-22T12:37:41.166Z[ recovery-image] Aug 22 12:37:40.136 INFO O| Aug 22 12:37:40.136 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-22T12:37:41.176Z[ recovery-image] Aug 22 12:37:40.147 INFO O| Aug 22 12:37:40.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77352026-08-22T12:37:41.176Z[ recovery-image] Aug 22 12:37:40.147 INFO O| Aug 22 12:37:40.147 INFO STEP 811 (remove_files) COMPLETE
77362026-08-22T12:37:41.176Z[ recovery-image] Aug 22 12:37:40.147 INFO O| Aug 22 12:37:40.147 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-22T12:37:41.186Z[ recovery-image] Aug 22 12:37:40.157 INFO O| Aug 22 12:37:40.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77382026-08-22T12:37:41.186Z[ recovery-image] Aug 22 12:37:40.157 INFO O| Aug 22 12:37:40.157 INFO STEP 812 (remove_files) COMPLETE
77392026-08-22T12:37:41.186Z[ recovery-image] Aug 22 12:37:40.157 INFO O| Aug 22 12:37:40.157 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-22T12:37:41.196Z[ recovery-image] Aug 22 12:37:40.167 INFO O| Aug 22 12:37:40.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77412026-08-22T12:37:41.200Z[ recovery-image] Aug 22 12:37:40.167 INFO O| Aug 22 12:37:40.167 INFO STEP 813 (remove_files) COMPLETE
77422026-08-22T12:37:41.200Z[ recovery-image] Aug 22 12:37:40.167 INFO O| Aug 22 12:37:40.167 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-22T12:37:41.208Z[ recovery-image] Aug 22 12:37:40.178 INFO O| Aug 22 12:37:40.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77442026-08-22T12:37:41.208Z[ recovery-image] Aug 22 12:37:40.178 INFO O| Aug 22 12:37:40.178 INFO STEP 814 (remove_files) COMPLETE
77452026-08-22T12:37:41.211Z[ recovery-image] Aug 22 12:37:40.178 INFO O| Aug 22 12:37:40.178 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-22T12:37:41.217Z[ recovery-image] Aug 22 12:37:40.189 INFO O| Aug 22 12:37:40.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77472026-08-22T12:37:41.217Z[ recovery-image] Aug 22 12:37:40.189 INFO O| Aug 22 12:37:40.189 INFO STEP 815 (remove_files) COMPLETE
77482026-08-22T12:37:41.220Z[ recovery-image] Aug 22 12:37:40.189 INFO O| Aug 22 12:37:40.189 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-22T12:37:41.228Z[ recovery-image] Aug 22 12:37:40.200 INFO O| Aug 22 12:37:40.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77502026-08-22T12:37:41.228Z[ recovery-image] Aug 22 12:37:40.200 INFO O| Aug 22 12:37:40.200 INFO STEP 816 (remove_files) COMPLETE
77512026-08-22T12:37:41.228Z[ recovery-image] Aug 22 12:37:40.200 INFO O| Aug 22 12:37:40.200 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-22T12:37:41.243Z[ recovery-image] Aug 22 12:37:40.210 INFO O| Aug 22 12:37:40.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77532026-08-22T12:37:41.243Z[ recovery-image] Aug 22 12:37:40.210 INFO O| Aug 22 12:37:40.210 INFO STEP 817 (remove_files) COMPLETE
77542026-08-22T12:37:41.246Z[ recovery-image] Aug 22 12:37:40.210 INFO O| Aug 22 12:37:40.210 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-22T12:37:41.249Z[ recovery-image] Aug 22 12:37:40.220 INFO O| Aug 22 12:37:40.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77562026-08-22T12:37:41.249Z[ recovery-image] Aug 22 12:37:40.220 INFO O| Aug 22 12:37:40.220 INFO STEP 818 (remove_files) COMPLETE
77572026-08-22T12:37:41.250Z[ recovery-image] Aug 22 12:37:40.220 INFO O| Aug 22 12:37:40.220 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-22T12:37:41.258Z[ recovery-image] Aug 22 12:37:40.230 INFO O| Aug 22 12:37:40.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77592026-08-22T12:37:41.258Z[ recovery-image] Aug 22 12:37:40.230 INFO O| Aug 22 12:37:40.230 INFO STEP 819 (remove_files) COMPLETE
77602026-08-22T12:37:41.261Z[ recovery-image] Aug 22 12:37:40.230 INFO O| Aug 22 12:37:40.230 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-22T12:37:41.267Z[ recovery-image] Aug 22 12:37:40.239 INFO O| Aug 22 12:37:40.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77622026-08-22T12:37:41.267Z[ recovery-image] Aug 22 12:37:40.239 INFO O| Aug 22 12:37:40.239 INFO STEP 820 (remove_files) COMPLETE
77632026-08-22T12:37:41.270Z[ recovery-image] Aug 22 12:37:40.239 INFO O| Aug 22 12:37:40.239 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-22T12:37:41.276Z[ recovery-image] Aug 22 12:37:40.248 INFO O| Aug 22 12:37:40.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77652026-08-22T12:37:41.276Z[ recovery-image] Aug 22 12:37:40.248 INFO O| Aug 22 12:37:40.248 INFO STEP 821 (remove_files) COMPLETE
77662026-08-22T12:37:41.276Z[ recovery-image] Aug 22 12:37:40.248 INFO O| Aug 22 12:37:40.248 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-22T12:37:41.285Z[ recovery-image] Aug 22 12:37:40.256 INFO O| Aug 22 12:37:40.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77682026-08-22T12:37:41.285Z[ recovery-image] Aug 22 12:37:40.256 INFO O| Aug 22 12:37:40.256 INFO STEP 822 (remove_files) COMPLETE
77692026-08-22T12:37:41.287Z[ recovery-image] Aug 22 12:37:40.256 INFO O| Aug 22 12:37:40.256 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-22T12:37:41.293Z[ recovery-image] Aug 22 12:37:40.264 INFO O| Aug 22 12:37:40.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77712026-08-22T12:37:41.293Z[ recovery-image] Aug 22 12:37:40.264 INFO O| Aug 22 12:37:40.264 INFO STEP 823 (remove_files) COMPLETE
77722026-08-22T12:37:41.293Z[ recovery-image] Aug 22 12:37:40.264 INFO O| Aug 22 12:37:40.264 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-22T12:37:41.301Z[ recovery-image] Aug 22 12:37:40.273 INFO O| Aug 22 12:37:40.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77742026-08-22T12:37:41.301Z[ recovery-image] Aug 22 12:37:40.273 INFO O| Aug 22 12:37:40.273 INFO STEP 824 (remove_files) COMPLETE
77752026-08-22T12:37:41.301Z[ recovery-image] Aug 22 12:37:40.273 INFO O| Aug 22 12:37:40.273 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-22T12:37:41.309Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
77772026-08-22T12:37:41.312Z[ recovery-image] Aug 22 12:37:40.282 INFO O| Aug 22 12:37:40.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77782026-08-22T12:37:41.312Z[ recovery-image] Aug 22 12:37:40.282 INFO O| Aug 22 12:37:40.282 INFO STEP 825 (remove_files) COMPLETE
77792026-08-22T12:37:41.312Z[ recovery-image] Aug 22 12:37:40.282 INFO O| Aug 22 12:37:40.282 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-22T12:37:41.320Z[ recovery-image] Aug 22 12:37:40.291 INFO O| Aug 22 12:37:40.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77812026-08-22T12:37:41.320Z[ recovery-image] Aug 22 12:37:40.291 INFO O| Aug 22 12:37:40.291 INFO STEP 826 (remove_files) COMPLETE
77822026-08-22T12:37:41.320Z[ recovery-image] Aug 22 12:37:40.291 INFO O| Aug 22 12:37:40.291 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-22T12:37:41.328Z[ recovery-image] Aug 22 12:37:40.300 INFO O| Aug 22 12:37:40.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77842026-08-22T12:37:41.328Z[ recovery-image] Aug 22 12:37:40.300 INFO O| Aug 22 12:37:40.300 INFO STEP 827 (remove_files) COMPLETE
77852026-08-22T12:37:41.328Z[ recovery-image] Aug 22 12:37:40.300 INFO O| Aug 22 12:37:40.300 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-22T12:37:41.336Z[ recovery-image] Aug 22 12:37:40.307 INFO O| Aug 22 12:37:40.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77872026-08-22T12:37:41.336Z[ recovery-image] Aug 22 12:37:40.307 INFO O| Aug 22 12:37:40.307 INFO STEP 828 (remove_files) COMPLETE
77882026-08-22T12:37:41.336Z[ recovery-image] Aug 22 12:37:40.307 INFO O| Aug 22 12:37:40.307 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-22T12:37:41.347Z[ recovery-image] Aug 22 12:37:40.319 INFO O| Aug 22 12:37:40.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77902026-08-22T12:37:41.347Z[ recovery-image] Aug 22 12:37:40.319 INFO O| Aug 22 12:37:40.319 INFO STEP 829 (remove_files) COMPLETE
77912026-08-22T12:37:41.350Z[ recovery-image] Aug 22 12:37:40.319 INFO O| Aug 22 12:37:40.319 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-22T12:37:41.356Z[ recovery-image] Aug 22 12:37:40.327 INFO O| Aug 22 12:37:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77932026-08-22T12:37:41.359Z[ recovery-image] Aug 22 12:37:40.327 INFO O| Aug 22 12:37:40.327 INFO STEP 830 (remove_files) COMPLETE
77942026-08-22T12:37:41.359Z[ recovery-image] Aug 22 12:37:40.327 INFO O| Aug 22 12:37:40.327 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-22T12:37:41.364Z[ recovery-image] Aug 22 12:37:40.336 INFO O| Aug 22 12:37:40.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77962026-08-22T12:37:41.364Z[ recovery-image] Aug 22 12:37:40.336 INFO O| Aug 22 12:37:40.336 INFO STEP 831 (remove_files) COMPLETE
77972026-08-22T12:37:41.364Z[ recovery-image] Aug 22 12:37:40.336 INFO O| Aug 22 12:37:40.336 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-22T12:37:41.375Z[ recovery-image] Aug 22 12:37:40.347 INFO O| Aug 22 12:37:40.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77992026-08-22T12:37:41.375Z[ recovery-image] Aug 22 12:37:40.347 INFO O| Aug 22 12:37:40.347 INFO STEP 832 (remove_files) COMPLETE
78002026-08-22T12:37:41.378Z[ recovery-image] Aug 22 12:37:40.347 INFO O| Aug 22 12:37:40.347 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-22T12:37:41.386Z[ recovery-image] Aug 22 12:37:40.357 INFO O| Aug 22 12:37:40.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78022026-08-22T12:37:41.386Z[ recovery-image] Aug 22 12:37:40.357 INFO O| Aug 22 12:37:40.357 INFO STEP 833 (remove_files) COMPLETE
78032026-08-22T12:37:41.386Z[ recovery-image] Aug 22 12:37:40.357 INFO O| Aug 22 12:37:40.357 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-22T12:37:41.395Z[ recovery-image] Aug 22 12:37:40.367 INFO O| Aug 22 12:37:40.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78052026-08-22T12:37:41.395Z[ recovery-image] Aug 22 12:37:40.367 INFO O| Aug 22 12:37:40.367 INFO STEP 834 (remove_files) COMPLETE
78062026-08-22T12:37:41.395Z[ recovery-image] Aug 22 12:37:40.367 INFO O| Aug 22 12:37:40.367 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-22T12:37:41.406Z[ recovery-image] Aug 22 12:37:40.377 INFO O| Aug 22 12:37:40.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78082026-08-22T12:37:41.406Z[ recovery-image] Aug 22 12:37:40.377 INFO O| Aug 22 12:37:40.377 INFO STEP 835 (remove_files) COMPLETE
78092026-08-22T12:37:41.406Z[ recovery-image] Aug 22 12:37:40.377 INFO O| Aug 22 12:37:40.377 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-22T12:37:41.415Z[ recovery-image] Aug 22 12:37:40.387 INFO O| Aug 22 12:37:40.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78112026-08-22T12:37:41.415Z[ recovery-image] Aug 22 12:37:40.387 INFO O| Aug 22 12:37:40.387 INFO STEP 836 (remove_files) COMPLETE
78122026-08-22T12:37:41.418Z[ recovery-image] Aug 22 12:37:40.387 INFO O| Aug 22 12:37:40.387 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-22T12:37:41.424Z[ recovery-image] Aug 22 12:37:40.396 INFO O| Aug 22 12:37:40.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78142026-08-22T12:37:41.424Z[ recovery-image] Aug 22 12:37:40.396 INFO O| Aug 22 12:37:40.396 INFO STEP 837 (remove_files) COMPLETE
78152026-08-22T12:37:41.427Z[ recovery-image] Aug 22 12:37:40.396 INFO O| Aug 22 12:37:40.396 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-22T12:37:41.434Z[ recovery-image] Aug 22 12:37:40.405 INFO O| Aug 22 12:37:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78172026-08-22T12:37:41.434Z[ recovery-image] Aug 22 12:37:40.405 INFO O| Aug 22 12:37:40.405 INFO STEP 838 (remove_files) COMPLETE
78182026-08-22T12:37:41.434Z[ recovery-image] Aug 22 12:37:40.405 INFO O| Aug 22 12:37:40.405 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-22T12:37:41.443Z[ recovery-image] Aug 22 12:37:40.414 INFO O| Aug 22 12:37:40.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78202026-08-22T12:37:41.443Z[ recovery-image] Aug 22 12:37:40.414 INFO O| Aug 22 12:37:40.414 INFO STEP 839 (remove_files) COMPLETE
78212026-08-22T12:37:41.443Z[ recovery-image] Aug 22 12:37:40.414 INFO O| Aug 22 12:37:40.414 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-22T12:37:41.451Z[ recovery-image] Aug 22 12:37:40.422 INFO O| Aug 22 12:37:40.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78232026-08-22T12:37:41.451Z[ recovery-image] Aug 22 12:37:40.422 INFO O| Aug 22 12:37:40.422 INFO STEP 840 (remove_files) COMPLETE
78242026-08-22T12:37:41.454Z[ recovery-image] Aug 22 12:37:40.422 INFO O| Aug 22 12:37:40.422 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-22T12:37:41.460Z[ recovery-image] Aug 22 12:37:40.431 INFO O| Aug 22 12:37:40.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78262026-08-22T12:37:41.460Z[ recovery-image] Aug 22 12:37:40.431 INFO O| Aug 22 12:37:40.431 INFO STEP 841 (remove_files) COMPLETE
78272026-08-22T12:37:41.460Z[ recovery-image] Aug 22 12:37:40.431 INFO O| Aug 22 12:37:40.431 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-22T12:37:41.470Z[ recovery-image] Aug 22 12:37:40.441 INFO O| Aug 22 12:37:40.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78292026-08-22T12:37:41.470Z[ recovery-image] Aug 22 12:37:40.441 INFO O| Aug 22 12:37:40.441 INFO STEP 842 (remove_files) COMPLETE
78302026-08-22T12:37:41.470Z[ recovery-image] Aug 22 12:37:40.441 INFO O| Aug 22 12:37:40.441 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-22T12:37:41.480Z[ recovery-image] Aug 22 12:37:40.451 INFO O| Aug 22 12:37:40.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78322026-08-22T12:37:41.480Z[ recovery-image] Aug 22 12:37:40.451 INFO O| Aug 22 12:37:40.451 INFO STEP 843 (remove_files) COMPLETE
78332026-08-22T12:37:41.480Z[ recovery-image] Aug 22 12:37:40.451 INFO O| Aug 22 12:37:40.451 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-22T12:37:41.490Z[ recovery-image] Aug 22 12:37:40.462 INFO O| Aug 22 12:37:40.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78352026-08-22T12:37:41.490Z[ recovery-image] Aug 22 12:37:40.462 INFO O| Aug 22 12:37:40.462 INFO STEP 844 (remove_files) COMPLETE
78362026-08-22T12:37:41.490Z[ recovery-image] Aug 22 12:37:40.462 INFO O| Aug 22 12:37:40.462 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-22T12:37:41.499Z[ recovery-image] Aug 22 12:37:40.471 INFO O| Aug 22 12:37:40.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78382026-08-22T12:37:41.499Z[ recovery-image] Aug 22 12:37:40.471 INFO O| Aug 22 12:37:40.471 INFO STEP 845 (remove_files) COMPLETE
78392026-08-22T12:37:41.499Z[ recovery-image] Aug 22 12:37:40.471 INFO O| Aug 22 12:37:40.471 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-22T12:37:41.508Z[ recovery-image] Aug 22 12:37:40.479 INFO O| Aug 22 12:37:40.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78412026-08-22T12:37:41.508Z[ recovery-image] Aug 22 12:37:40.479 INFO O| Aug 22 12:37:40.479 INFO STEP 846 (remove_files) COMPLETE
78422026-08-22T12:37:41.508Z[ recovery-image] Aug 22 12:37:40.479 INFO O| Aug 22 12:37:40.479 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-22T12:37:41.517Z[ recovery-image] Aug 22 12:37:40.488 INFO O| Aug 22 12:37:40.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78442026-08-22T12:37:41.517Z[ recovery-image] Aug 22 12:37:40.488 INFO O| Aug 22 12:37:40.488 INFO STEP 847 (remove_files) COMPLETE
78452026-08-22T12:37:41.517Z[ recovery-image] Aug 22 12:37:40.488 INFO O| Aug 22 12:37:40.488 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-22T12:37:41.526Z[ recovery-image] Aug 22 12:37:40.497 INFO O| Aug 22 12:37:40.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78472026-08-22T12:37:41.526Z[ recovery-image] Aug 22 12:37:40.497 INFO O| Aug 22 12:37:40.497 INFO STEP 848 (remove_files) COMPLETE
78482026-08-22T12:37:41.526Z[ recovery-image] Aug 22 12:37:40.497 INFO O| Aug 22 12:37:40.497 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-22T12:37:41.535Z[ recovery-image] Aug 22 12:37:40.506 INFO O| Aug 22 12:37:40.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78502026-08-22T12:37:41.535Z[ recovery-image] Aug 22 12:37:40.506 INFO O| Aug 22 12:37:40.506 INFO STEP 849 (remove_files) COMPLETE
78512026-08-22T12:37:41.535Z[ recovery-image] Aug 22 12:37:40.506 INFO O| Aug 22 12:37:40.506 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-22T12:37:41.544Z[ recovery-image] Aug 22 12:37:40.515 INFO O| Aug 22 12:37:40.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78532026-08-22T12:37:41.544Z[ recovery-image] Aug 22 12:37:40.515 INFO O| Aug 22 12:37:40.515 INFO STEP 850 (remove_files) COMPLETE
78542026-08-22T12:37:41.544Z[ recovery-image] Aug 22 12:37:40.515 INFO O| Aug 22 12:37:40.515 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-22T12:37:41.553Z[ recovery-image] Aug 22 12:37:40.525 INFO O| Aug 22 12:37:40.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78562026-08-22T12:37:41.553Z[ recovery-image] Aug 22 12:37:40.525 INFO O| Aug 22 12:37:40.525 INFO STEP 851 (remove_files) COMPLETE
78572026-08-22T12:37:41.553Z[ recovery-image] Aug 22 12:37:40.525 INFO O| Aug 22 12:37:40.525 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-22T12:37:41.561Z[ recovery-image] Aug 22 12:37:40.533 INFO O| Aug 22 12:37:40.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78592026-08-22T12:37:41.561Z[ recovery-image] Aug 22 12:37:40.533 INFO O| Aug 22 12:37:40.533 INFO STEP 852 (remove_files) COMPLETE
78602026-08-22T12:37:41.561Z[ recovery-image] Aug 22 12:37:40.533 INFO O| Aug 22 12:37:40.533 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-22T12:37:41.570Z[ recovery-image] Aug 22 12:37:40.542 INFO O| Aug 22 12:37:40.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78622026-08-22T12:37:41.570Z[ recovery-image] Aug 22 12:37:40.542 INFO O| Aug 22 12:37:40.542 INFO STEP 853 (remove_files) COMPLETE
78632026-08-22T12:37:41.570Z[ recovery-image] Aug 22 12:37:40.542 INFO O| Aug 22 12:37:40.542 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-22T12:37:41.580Z[ recovery-image] Aug 22 12:37:40.551 INFO O| Aug 22 12:37:40.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78652026-08-22T12:37:41.580Z[ recovery-image] Aug 22 12:37:40.551 INFO O| Aug 22 12:37:40.551 INFO STEP 854 (remove_files) COMPLETE
78662026-08-22T12:37:41.580Z[ recovery-image] Aug 22 12:37:40.551 INFO O| Aug 22 12:37:40.551 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-22T12:37:41.590Z[ recovery-image] Aug 22 12:37:40.560 INFO O| Aug 22 12:37:40.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78682026-08-22T12:37:41.590Z[ recovery-image] Aug 22 12:37:40.560 INFO O| Aug 22 12:37:40.560 INFO STEP 855 (remove_files) COMPLETE
78692026-08-22T12:37:41.590Z[ recovery-image] Aug 22 12:37:40.560 INFO O| Aug 22 12:37:40.560 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-22T12:37:41.597Z[ recovery-image] Aug 22 12:37:40.569 INFO O| Aug 22 12:37:40.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78712026-08-22T12:37:41.597Z[ recovery-image] Aug 22 12:37:40.569 INFO O| Aug 22 12:37:40.569 INFO STEP 856 (remove_files) COMPLETE
78722026-08-22T12:37:41.597Z[ recovery-image] Aug 22 12:37:40.569 INFO O| Aug 22 12:37:40.569 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-22T12:37:41.609Z[ recovery-image] Aug 22 12:37:40.580 INFO O| Aug 22 12:37:40.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78742026-08-22T12:37:41.609Z[ recovery-image] Aug 22 12:37:40.580 INFO O| Aug 22 12:37:40.580 INFO STEP 857 (remove_files) COMPLETE
78752026-08-22T12:37:41.609Z[ recovery-image] Aug 22 12:37:40.580 INFO O| Aug 22 12:37:40.580 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-22T12:37:41.618Z[ recovery-image] Aug 22 12:37:40.590 INFO O| Aug 22 12:37:40.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78772026-08-22T12:37:41.619Z[ recovery-image] Aug 22 12:37:40.590 INFO O| Aug 22 12:37:40.590 INFO STEP 858 (remove_files) COMPLETE
78782026-08-22T12:37:41.622Z[ recovery-image] Aug 22 12:37:40.590 INFO O| Aug 22 12:37:40.590 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-22T12:37:41.628Z[ recovery-image] Aug 22 12:37:40.599 INFO O| Aug 22 12:37:40.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78802026-08-22T12:37:41.628Z[ recovery-image] Aug 22 12:37:40.599 INFO O| Aug 22 12:37:40.599 INFO STEP 859 (remove_files) COMPLETE
78812026-08-22T12:37:41.628Z[ recovery-image] Aug 22 12:37:40.599 INFO O| Aug 22 12:37:40.599 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-22T12:37:41.636Z[ recovery-image] Aug 22 12:37:40.608 INFO O| Aug 22 12:37:40.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78832026-08-22T12:37:41.636Z[ recovery-image] Aug 22 12:37:40.608 INFO O| Aug 22 12:37:40.608 INFO STEP 860 (remove_files) COMPLETE
78842026-08-22T12:37:41.639Z[ recovery-image] Aug 22 12:37:40.608 INFO O| Aug 22 12:37:40.608 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-22T12:37:41.645Z[ recovery-image] Aug 22 12:37:40.617 INFO O| Aug 22 12:37:40.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78862026-08-22T12:37:41.645Z[ recovery-image] Aug 22 12:37:40.617 INFO O| Aug 22 12:37:40.617 INFO STEP 861 (remove_files) COMPLETE
78872026-08-22T12:37:41.645Z[ recovery-image] Aug 22 12:37:40.617 INFO O| Aug 22 12:37:40.617 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-22T12:37:41.654Z[ recovery-image] Aug 22 12:37:40.626 INFO O| Aug 22 12:37:40.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78892026-08-22T12:37:41.655Z[ recovery-image] Aug 22 12:37:40.626 INFO O| Aug 22 12:37:40.626 INFO STEP 862 (remove_files) COMPLETE
78902026-08-22T12:37:41.655Z[ recovery-image] Aug 22 12:37:40.626 INFO O| Aug 22 12:37:40.626 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-22T12:37:41.664Z[ recovery-image] Aug 22 12:37:40.636 INFO O| Aug 22 12:37:40.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78922026-08-22T12:37:41.664Z[ recovery-image] Aug 22 12:37:40.636 INFO O| Aug 22 12:37:40.636 INFO STEP 863 (remove_files) COMPLETE
78932026-08-22T12:37:41.664Z[ recovery-image] Aug 22 12:37:40.636 INFO O| Aug 22 12:37:40.636 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-22T12:37:41.673Z[ recovery-image] Aug 22 12:37:40.644 INFO O| Aug 22 12:37:40.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78952026-08-22T12:37:41.673Z[ recovery-image] Aug 22 12:37:40.644 INFO O| Aug 22 12:37:40.644 INFO STEP 864 (remove_files) COMPLETE
78962026-08-22T12:37:41.673Z[ recovery-image] Aug 22 12:37:40.644 INFO O| Aug 22 12:37:40.644 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-22T12:37:41.680Z[ recovery-image] Aug 22 12:37:40.652 INFO O| Aug 22 12:37:40.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78982026-08-22T12:37:41.681Z[ recovery-image] Aug 22 12:37:40.652 INFO O| Aug 22 12:37:40.652 INFO STEP 865 (remove_files) COMPLETE
78992026-08-22T12:37:41.681Z[ recovery-image] Aug 22 12:37:40.652 INFO O| Aug 22 12:37:40.652 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-22T12:37:41.688Z[ recovery-image] Aug 22 12:37:40.659 INFO O| Aug 22 12:37:40.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79012026-08-22T12:37:41.688Z[ recovery-image] Aug 22 12:37:40.660 INFO O| Aug 22 12:37:40.659 INFO STEP 866 (remove_files) COMPLETE
79022026-08-22T12:37:41.688Z[ recovery-image] Aug 22 12:37:40.660 INFO O| Aug 22 12:37:40.659 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-22T12:37:41.696Z[ recovery-image] Aug 22 12:37:40.667 INFO O| Aug 22 12:37:40.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79042026-08-22T12:37:41.696Z[ recovery-image] Aug 22 12:37:40.667 INFO O| Aug 22 12:37:40.667 INFO STEP 867 (remove_files) COMPLETE
79052026-08-22T12:37:41.699Z[ recovery-image] Aug 22 12:37:40.667 INFO O| Aug 22 12:37:40.667 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-22T12:37:41.704Z[ recovery-image] Aug 22 12:37:40.675 INFO O| Aug 22 12:37:40.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79072026-08-22T12:37:41.704Z[ recovery-image] Aug 22 12:37:40.675 INFO O| Aug 22 12:37:40.675 INFO STEP 868 (remove_files) COMPLETE
79082026-08-22T12:37:41.704Z[ recovery-image] Aug 22 12:37:40.675 INFO O| Aug 22 12:37:40.675 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-22T12:37:41.711Z[ recovery-image] Aug 22 12:37:40.683 INFO O| Aug 22 12:37:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79102026-08-22T12:37:41.711Z[ recovery-image] Aug 22 12:37:40.683 INFO O| Aug 22 12:37:40.683 INFO STEP 869 (remove_files) COMPLETE
79112026-08-22T12:37:41.712Z[ recovery-image] Aug 22 12:37:40.683 INFO O| Aug 22 12:37:40.683 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-22T12:37:41.721Z[ recovery-image] Aug 22 12:37:40.693 INFO O| Aug 22 12:37:40.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79132026-08-22T12:37:41.721Z[ recovery-image] Aug 22 12:37:40.693 INFO O| Aug 22 12:37:40.693 INFO STEP 870 (remove_files) COMPLETE
79142026-08-22T12:37:41.721Z[ recovery-image] Aug 22 12:37:40.693 INFO O| Aug 22 12:37:40.693 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-22T12:37:41.731Z[ recovery-image] Aug 22 12:37:40.702 INFO O| Aug 22 12:37:40.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79162026-08-22T12:37:41.731Z[ recovery-image] Aug 22 12:37:40.703 INFO O| Aug 22 12:37:40.702 INFO STEP 871 (remove_files) COMPLETE
79172026-08-22T12:37:41.731Z[ recovery-image] Aug 22 12:37:40.703 INFO O| Aug 22 12:37:40.703 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-22T12:37:41.740Z[ recovery-image] Aug 22 12:37:40.712 INFO O| Aug 22 12:37:40.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79192026-08-22T12:37:41.740Z[ recovery-image] Aug 22 12:37:40.712 INFO O| Aug 22 12:37:40.712 INFO STEP 872 (remove_files) COMPLETE
79202026-08-22T12:37:41.740Z[ recovery-image] Aug 22 12:37:40.712 INFO O| Aug 22 12:37:40.712 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-22T12:37:41.749Z[ recovery-image] Aug 22 12:37:40.720 INFO O| Aug 22 12:37:40.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79222026-08-22T12:37:41.749Z[ recovery-image] Aug 22 12:37:40.720 INFO O| Aug 22 12:37:40.720 INFO STEP 873 (remove_files) COMPLETE
79232026-08-22T12:37:41.749Z[ recovery-image] Aug 22 12:37:40.720 INFO O| Aug 22 12:37:40.720 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-22T12:37:41.758Z[ recovery-image] Aug 22 12:37:40.729 INFO O| Aug 22 12:37:40.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79252026-08-22T12:37:41.758Z[ recovery-image] Aug 22 12:37:40.729 INFO O| Aug 22 12:37:40.729 INFO STEP 874 (remove_files) COMPLETE
79262026-08-22T12:37:41.758Z[ recovery-image] Aug 22 12:37:40.729 INFO O| Aug 22 12:37:40.729 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-22T12:37:41.766Z[ recovery-image] Aug 22 12:37:40.738 INFO O| Aug 22 12:37:40.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79282026-08-22T12:37:41.766Z[ recovery-image] Aug 22 12:37:40.738 INFO O| Aug 22 12:37:40.738 INFO STEP 875 (remove_files) COMPLETE
79292026-08-22T12:37:41.767Z[ recovery-image] Aug 22 12:37:40.738 INFO O| Aug 22 12:37:40.738 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-22T12:37:41.776Z[ recovery-image] Aug 22 12:37:40.747 INFO O| Aug 22 12:37:40.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79312026-08-22T12:37:41.776Z[ recovery-image] Aug 22 12:37:40.748 INFO O| Aug 22 12:37:40.747 INFO STEP 876 (remove_files) COMPLETE
79322026-08-22T12:37:41.776Z[ recovery-image] Aug 22 12:37:40.748 INFO O| Aug 22 12:37:40.747 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-22T12:37:41.786Z[ recovery-image] Aug 22 12:37:40.758 INFO O| Aug 22 12:37:40.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79342026-08-22T12:37:41.786Z[ recovery-image] Aug 22 12:37:40.758 INFO O| Aug 22 12:37:40.758 INFO STEP 877 (remove_files) COMPLETE
79352026-08-22T12:37:41.786Z[ recovery-image] Aug 22 12:37:40.758 INFO O| Aug 22 12:37:40.758 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-22T12:37:41.795Z[ recovery-image] Aug 22 12:37:40.767 INFO O| Aug 22 12:37:40.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79372026-08-22T12:37:41.795Z[ recovery-image] Aug 22 12:37:40.767 INFO O| Aug 22 12:37:40.767 INFO STEP 878 (remove_files) COMPLETE
79382026-08-22T12:37:41.795Z[ recovery-image] Aug 22 12:37:40.767 INFO O| Aug 22 12:37:40.767 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-22T12:37:41.805Z[ recovery-image] Aug 22 12:37:40.776 INFO O| Aug 22 12:37:40.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79402026-08-22T12:37:41.805Z[ recovery-image] Aug 22 12:37:40.776 INFO O| Aug 22 12:37:40.776 INFO STEP 879 (remove_files) COMPLETE
79412026-08-22T12:37:41.805Z[ recovery-image] Aug 22 12:37:40.776 INFO O| Aug 22 12:37:40.776 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-22T12:37:41.815Z[ recovery-image] Aug 22 12:37:40.787 INFO O| Aug 22 12:37:40.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79432026-08-22T12:37:41.815Z[ recovery-image] Aug 22 12:37:40.787 INFO O| Aug 22 12:37:40.787 INFO STEP 880 (remove_files) COMPLETE
79442026-08-22T12:37:41.815Z[ recovery-image] Aug 22 12:37:40.787 INFO O| Aug 22 12:37:40.787 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-22T12:37:41.824Z[ recovery-image] Aug 22 12:37:40.796 INFO O| Aug 22 12:37:40.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79462026-08-22T12:37:41.824Z[ recovery-image] Aug 22 12:37:40.796 INFO O| Aug 22 12:37:40.796 INFO STEP 881 (remove_files) COMPLETE
79472026-08-22T12:37:41.828Z[ recovery-image] Aug 22 12:37:40.796 INFO O| Aug 22 12:37:40.796 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-22T12:37:41.834Z[ recovery-image] Aug 22 12:37:40.806 INFO O| Aug 22 12:37:40.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79492026-08-22T12:37:41.834Z[ recovery-image] Aug 22 12:37:40.806 INFO O| Aug 22 12:37:40.806 INFO STEP 882 (remove_files) COMPLETE
79502026-08-22T12:37:41.838Z[ recovery-image] Aug 22 12:37:40.806 INFO O| Aug 22 12:37:40.806 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-22T12:37:41.894Z[ recovery-image] Aug 22 12:37:40.852 INFO O| Aug 22 12:37:40.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79522026-08-22T12:37:41.894Z[ recovery-image] Aug 22 12:37:40.852 INFO O| Aug 22 12:37:40.852 INFO STEP 883 (remove_files) COMPLETE
79532026-08-22T12:37:41.894Z[ recovery-image] Aug 22 12:37:40.852 INFO O| Aug 22 12:37:40.852 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-22T12:37:41.894Z[ recovery-image] Aug 22 12:37:40.861 INFO O| Aug 22 12:37:40.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79552026-08-22T12:37:41.897Z[ recovery-image] Aug 22 12:37:40.866 INFO O| Aug 22 12:37:40.866 INFO STEP 884 (remove_files) COMPLETE
79562026-08-22T12:37:41.897Z[ recovery-image] Aug 22 12:37:40.866 INFO O| Aug 22 12:37:40.866 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-22T12:37:41.903Z[ recovery-image] Aug 22 12:37:40.875 INFO O| Aug 22 12:37:40.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79582026-08-22T12:37:41.903Z[ recovery-image] Aug 22 12:37:40.875 INFO O| Aug 22 12:37:40.875 INFO STEP 885 (remove_files) COMPLETE
79592026-08-22T12:37:41.903Z[ recovery-image] Aug 22 12:37:40.875 INFO O| Aug 22 12:37:40.875 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-22T12:37:41.913Z[ recovery-image] Aug 22 12:37:40.885 INFO O| Aug 22 12:37:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79612026-08-22T12:37:41.913Z[ recovery-image] Aug 22 12:37:40.885 INFO O| Aug 22 12:37:40.885 INFO STEP 886 (remove_files) COMPLETE
79622026-08-22T12:37:41.913Z[ recovery-image] Aug 22 12:37:40.885 INFO O| Aug 22 12:37:40.885 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-22T12:37:41.924Z[ recovery-image] Aug 22 12:37:40.896 INFO O| Aug 22 12:37:40.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79642026-08-22T12:37:41.924Z[ recovery-image] Aug 22 12:37:40.896 INFO O| Aug 22 12:37:40.896 INFO STEP 887 (remove_files) COMPLETE
79652026-08-22T12:37:41.927Z[ recovery-image] Aug 22 12:37:40.896 INFO O| Aug 22 12:37:40.896 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-22T12:37:41.936Z[ recovery-image] Aug 22 12:37:40.907 INFO O| Aug 22 12:37:40.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79672026-08-22T12:37:41.936Z[ recovery-image] Aug 22 12:37:40.907 INFO O| Aug 22 12:37:40.907 INFO STEP 888 (remove_files) COMPLETE
79682026-08-22T12:37:41.936Z[ recovery-image] Aug 22 12:37:40.907 INFO O| Aug 22 12:37:40.907 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-22T12:37:41.946Z[ recovery-image] Aug 22 12:37:40.918 INFO O| Aug 22 12:37:40.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79702026-08-22T12:37:41.946Z[ recovery-image] Aug 22 12:37:40.918 INFO O| Aug 22 12:37:40.918 INFO STEP 889 (remove_files) COMPLETE
79712026-08-22T12:37:41.946Z[ recovery-image] Aug 22 12:37:40.918 INFO O| Aug 22 12:37:40.918 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-22T12:37:41.958Z[ recovery-image] Aug 22 12:37:40.928 INFO O| Aug 22 12:37:40.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79732026-08-22T12:37:41.958Z[ recovery-image] Aug 22 12:37:40.928 INFO O| Aug 22 12:37:40.928 INFO STEP 890 (remove_files) COMPLETE
79742026-08-22T12:37:41.962Z[ recovery-image] Aug 22 12:37:40.928 INFO O| Aug 22 12:37:40.928 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-22T12:37:41.967Z[ recovery-image] Aug 22 12:37:40.938 INFO O| Aug 22 12:37:40.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79762026-08-22T12:37:41.967Z[ recovery-image] Aug 22 12:37:40.938 INFO O| Aug 22 12:37:40.938 INFO STEP 891 (remove_files) COMPLETE
79772026-08-22T12:37:41.967Z[ recovery-image] Aug 22 12:37:40.938 INFO O| Aug 22 12:37:40.938 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-22T12:37:41.978Z[ recovery-image] Aug 22 12:37:40.949 INFO O| Aug 22 12:37:40.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79792026-08-22T12:37:41.978Z[ recovery-image] Aug 22 12:37:40.950 INFO O| Aug 22 12:37:40.950 INFO STEP 892 (remove_files) COMPLETE
79802026-08-22T12:37:41.978Z[ recovery-image] Aug 22 12:37:40.950 INFO O| Aug 22 12:37:40.950 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-22T12:37:41.989Z[ recovery-image] Aug 22 12:37:40.960 INFO O| Aug 22 12:37:40.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79822026-08-22T12:37:41.989Z[ recovery-image] Aug 22 12:37:40.960 INFO O| Aug 22 12:37:40.960 INFO STEP 893 (remove_files) COMPLETE
79832026-08-22T12:37:41.989Z[ recovery-image] Aug 22 12:37:40.960 INFO O| Aug 22 12:37:40.960 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-22T12:37:42.000Z[ recovery-image] Aug 22 12:37:40.971 INFO O| Aug 22 12:37:40.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79852026-08-22T12:37:42.000Z[ recovery-image] Aug 22 12:37:40.971 INFO O| Aug 22 12:37:40.971 INFO STEP 894 (remove_files) COMPLETE
79862026-08-22T12:37:42.000Z[ recovery-image] Aug 22 12:37:40.971 INFO O| Aug 22 12:37:40.971 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-22T12:37:42.004Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
79882026-08-22T12:37:42.011Z[ recovery-image] Aug 22 12:37:40.983 INFO O| Aug 22 12:37:40.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79892026-08-22T12:37:42.011Z[ recovery-image] Aug 22 12:37:40.983 INFO O| Aug 22 12:37:40.983 INFO STEP 895 (remove_files) COMPLETE
79902026-08-22T12:37:42.011Z[ recovery-image] Aug 22 12:37:40.983 INFO O| Aug 22 12:37:40.983 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-22T12:37:42.022Z[ recovery-image] Aug 22 12:37:40.994 INFO O| Aug 22 12:37:40.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79922026-08-22T12:37:42.026Z[ recovery-image] Aug 22 12:37:40.995 INFO O| Aug 22 12:37:40.995 INFO STEP 896 (remove_files) COMPLETE
79932026-08-22T12:37:42.026Z[ recovery-image] Aug 22 12:37:40.995 INFO O| Aug 22 12:37:40.995 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-22T12:37:42.033Z[ recovery-image] Aug 22 12:37:41.005 INFO O| Aug 22 12:37:41.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79952026-08-22T12:37:42.033Z[ recovery-image] Aug 22 12:37:41.005 INFO O| Aug 22 12:37:41.005 INFO STEP 897 (remove_files) COMPLETE
79962026-08-22T12:37:42.036Z[ recovery-image] Aug 22 12:37:41.005 INFO O| Aug 22 12:37:41.005 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-22T12:37:42.043Z[ recovery-image] Aug 22 12:37:41.015 INFO O| Aug 22 12:37:41.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79982026-08-22T12:37:42.043Z[ recovery-image] Aug 22 12:37:41.015 INFO O| Aug 22 12:37:41.015 INFO STEP 898 (remove_files) COMPLETE
79992026-08-22T12:37:42.043Z[ recovery-image] Aug 22 12:37:41.015 INFO O| Aug 22 12:37:41.015 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-22T12:37:42.051Z[ recovery-image] Aug 22 12:37:41.023 INFO O| Aug 22 12:37:41.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80012026-08-22T12:37:42.052Z[ recovery-image] Aug 22 12:37:41.023 INFO O| Aug 22 12:37:41.023 INFO STEP 899 (remove_files) COMPLETE
80022026-08-22T12:37:42.055Z[ recovery-image] Aug 22 12:37:41.023 INFO O| Aug 22 12:37:41.023 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-22T12:37:42.060Z[ recovery-image] Aug 22 12:37:41.032 INFO O| Aug 22 12:37:41.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80042026-08-22T12:37:42.060Z[ recovery-image] Aug 22 12:37:41.032 INFO O| Aug 22 12:37:41.032 INFO STEP 900 (remove_files) COMPLETE
80052026-08-22T12:37:42.060Z[ recovery-image] Aug 22 12:37:41.032 INFO O| Aug 22 12:37:41.032 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-22T12:37:42.069Z[ recovery-image] Aug 22 12:37:41.040 INFO O| Aug 22 12:37:41.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80072026-08-22T12:37:42.069Z[ recovery-image] Aug 22 12:37:41.040 INFO O| Aug 22 12:37:41.040 INFO STEP 901 (remove_files) COMPLETE
80082026-08-22T12:37:42.069Z[ recovery-image] Aug 22 12:37:41.040 INFO O| Aug 22 12:37:41.040 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-22T12:37:42.078Z[ recovery-image] Aug 22 12:37:41.050 INFO O| Aug 22 12:37:41.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80102026-08-22T12:37:42.078Z[ recovery-image] Aug 22 12:37:41.050 INFO O| Aug 22 12:37:41.050 INFO STEP 902 (remove_files) COMPLETE
80112026-08-22T12:37:42.082Z[ recovery-image] Aug 22 12:37:41.050 INFO O| Aug 22 12:37:41.050 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-22T12:37:42.092Z[ recovery-image] Aug 22 12:37:41.060 INFO O| Aug 22 12:37:41.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80132026-08-22T12:37:42.095Z[ recovery-image] Aug 22 12:37:41.060 INFO O| Aug 22 12:37:41.059 INFO STEP 903 (remove_files) COMPLETE
80142026-08-22T12:37:42.095Z[ recovery-image] Aug 22 12:37:41.060 INFO O| Aug 22 12:37:41.059 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-22T12:37:42.098Z[ recovery-image] Aug 22 12:37:41.067 INFO O| Aug 22 12:37:41.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80162026-08-22T12:37:42.098Z[ recovery-image] Aug 22 12:37:41.067 INFO O| Aug 22 12:37:41.067 INFO STEP 904 (remove_files) COMPLETE
80172026-08-22T12:37:42.098Z[ recovery-image] Aug 22 12:37:41.067 INFO O| Aug 22 12:37:41.067 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-22T12:37:42.104Z[ recovery-image] Aug 22 12:37:41.076 INFO O| Aug 22 12:37:41.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80192026-08-22T12:37:42.104Z[ recovery-image] Aug 22 12:37:41.076 INFO O| Aug 22 12:37:41.076 INFO STEP 905 (remove_files) COMPLETE
80202026-08-22T12:37:42.107Z[ recovery-image] Aug 22 12:37:41.076 INFO O| Aug 22 12:37:41.076 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-22T12:37:42.115Z[ recovery-image] Aug 22 12:37:41.086 INFO O| Aug 22 12:37:41.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80222026-08-22T12:37:42.115Z[ recovery-image] Aug 22 12:37:41.086 INFO O| Aug 22 12:37:41.086 INFO STEP 906 (remove_files) COMPLETE
80232026-08-22T12:37:42.115Z[ recovery-image] Aug 22 12:37:41.086 INFO O| Aug 22 12:37:41.086 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-22T12:37:42.124Z[ recovery-image] Aug 22 12:37:41.096 INFO O| Aug 22 12:37:41.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80252026-08-22T12:37:42.125Z[ recovery-image] Aug 22 12:37:41.096 INFO O| Aug 22 12:37:41.096 INFO STEP 907 (remove_files) COMPLETE
80262026-08-22T12:37:42.125Z[ recovery-image] Aug 22 12:37:41.096 INFO O| Aug 22 12:37:41.096 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-22T12:37:42.134Z[ recovery-image] Aug 22 12:37:41.106 INFO O| Aug 22 12:37:41.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80282026-08-22T12:37:42.134Z[ recovery-image] Aug 22 12:37:41.106 INFO O| Aug 22 12:37:41.106 INFO STEP 908 (remove_files) COMPLETE
80292026-08-22T12:37:42.134Z[ recovery-image] Aug 22 12:37:41.106 INFO O| Aug 22 12:37:41.106 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-22T12:37:42.144Z[ recovery-image] Aug 22 12:37:41.115 INFO O| Aug 22 12:37:41.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80312026-08-22T12:37:42.144Z[ recovery-image] Aug 22 12:37:41.115 INFO O| Aug 22 12:37:41.115 INFO STEP 909 (remove_files) COMPLETE
80322026-08-22T12:37:42.144Z[ recovery-image] Aug 22 12:37:41.115 INFO O| Aug 22 12:37:41.115 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-22T12:37:42.155Z[ recovery-image] Aug 22 12:37:41.126 INFO O| Aug 22 12:37:41.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80342026-08-22T12:37:42.155Z[ recovery-image] Aug 22 12:37:41.126 INFO O| Aug 22 12:37:41.126 INFO STEP 910 (remove_files) COMPLETE
80352026-08-22T12:37:42.155Z[ recovery-image] Aug 22 12:37:41.126 INFO O| Aug 22 12:37:41.126 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-22T12:37:42.165Z[ recovery-image] Aug 22 12:37:41.137 INFO O| Aug 22 12:37:41.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80372026-08-22T12:37:42.165Z[ recovery-image] Aug 22 12:37:41.137 INFO O| Aug 22 12:37:41.137 INFO STEP 911 (remove_files) COMPLETE
80382026-08-22T12:37:42.166Z[ recovery-image] Aug 22 12:37:41.137 INFO O| Aug 22 12:37:41.137 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-22T12:37:42.175Z[ recovery-image] Aug 22 12:37:41.146 INFO O| Aug 22 12:37:41.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80402026-08-22T12:37:42.175Z[ recovery-image] Aug 22 12:37:41.146 INFO O| Aug 22 12:37:41.146 INFO STEP 912 (remove_files) COMPLETE
80412026-08-22T12:37:42.175Z[ recovery-image] Aug 22 12:37:41.146 INFO O| Aug 22 12:37:41.146 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-22T12:37:42.184Z[ recovery-image] Aug 22 12:37:41.155 INFO O| Aug 22 12:37:41.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80432026-08-22T12:37:42.184Z[ recovery-image] Aug 22 12:37:41.155 INFO O| Aug 22 12:37:41.155 INFO STEP 913 (remove_files) COMPLETE
80442026-08-22T12:37:42.187Z[ recovery-image] Aug 22 12:37:41.155 INFO O| Aug 22 12:37:41.155 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-22T12:37:42.194Z[ recovery-image] Aug 22 12:37:41.165 INFO O| Aug 22 12:37:41.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80462026-08-22T12:37:42.194Z[ recovery-image] Aug 22 12:37:41.165 INFO O| Aug 22 12:37:41.165 INFO STEP 914 (remove_files) COMPLETE
80472026-08-22T12:37:42.194Z[ recovery-image] Aug 22 12:37:41.165 INFO O| Aug 22 12:37:41.165 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-22T12:37:42.204Z[ recovery-image] Aug 22 12:37:41.175 INFO O| Aug 22 12:37:41.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80492026-08-22T12:37:42.204Z[ recovery-image] Aug 22 12:37:41.175 INFO O| Aug 22 12:37:41.175 INFO STEP 915 (remove_files) COMPLETE
80502026-08-22T12:37:42.204Z[ recovery-image] Aug 22 12:37:41.175 INFO O| Aug 22 12:37:41.175 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-22T12:37:42.214Z[ recovery-image] Aug 22 12:37:41.186 INFO O| Aug 22 12:37:41.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80522026-08-22T12:37:42.214Z[ recovery-image] Aug 22 12:37:41.186 INFO O| Aug 22 12:37:41.186 INFO STEP 916 (remove_files) COMPLETE
80532026-08-22T12:37:42.214Z[ recovery-image] Aug 22 12:37:41.186 INFO O| Aug 22 12:37:41.186 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-22T12:37:42.224Z[ recovery-image] Aug 22 12:37:41.196 INFO O| Aug 22 12:37:41.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80552026-08-22T12:37:42.224Z[ recovery-image] Aug 22 12:37:41.196 INFO O| Aug 22 12:37:41.196 INFO STEP 917 (remove_files) COMPLETE
80562026-08-22T12:37:42.224Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
80572026-08-22T12:37:42.225Z[ recovery-image] Aug 22 12:37:41.196 INFO O| Aug 22 12:37:41.196 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-22T12:37:42.234Z[ recovery-image] Aug 22 12:37:41.206 INFO O| Aug 22 12:37:41.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80592026-08-22T12:37:42.234Z[ recovery-image] Aug 22 12:37:41.206 INFO O| Aug 22 12:37:41.206 INFO STEP 918 (remove_files) COMPLETE
80602026-08-22T12:37:42.237Z[ recovery-image] Aug 22 12:37:41.206 INFO O| Aug 22 12:37:41.206 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-22T12:37:42.243Z[ recovery-image] Aug 22 12:37:41.215 INFO O| Aug 22 12:37:41.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80622026-08-22T12:37:42.243Z[ recovery-image] Aug 22 12:37:41.215 INFO O| Aug 22 12:37:41.215 INFO STEP 919 (remove_files) COMPLETE
80632026-08-22T12:37:42.243Z[ recovery-image] Aug 22 12:37:41.215 INFO O| Aug 22 12:37:41.215 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-22T12:37:42.252Z[ recovery-image] Aug 22 12:37:41.224 INFO O| Aug 22 12:37:41.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80652026-08-22T12:37:42.252Z[ recovery-image] Aug 22 12:37:41.224 INFO O| Aug 22 12:37:41.224 INFO STEP 920 (remove_files) COMPLETE
80662026-08-22T12:37:42.253Z[ recovery-image] Aug 22 12:37:41.224 INFO O| Aug 22 12:37:41.224 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-22T12:37:42.261Z[ recovery-image] Aug 22 12:37:41.233 INFO O| Aug 22 12:37:41.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80682026-08-22T12:37:42.262Z[ recovery-image] Aug 22 12:37:41.233 INFO O| Aug 22 12:37:41.233 INFO STEP 921 (remove_files) COMPLETE
80692026-08-22T12:37:42.262Z[ recovery-image] Aug 22 12:37:41.233 INFO O| Aug 22 12:37:41.233 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-22T12:37:42.270Z[ recovery-image] Aug 22 12:37:41.242 INFO O| Aug 22 12:37:41.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80712026-08-22T12:37:42.270Z[ recovery-image] Aug 22 12:37:41.242 INFO O| Aug 22 12:37:41.242 INFO STEP 922 (remove_files) COMPLETE
80722026-08-22T12:37:42.270Z[ recovery-image] Aug 22 12:37:41.242 INFO O| Aug 22 12:37:41.242 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-22T12:37:42.279Z[ recovery-image] Aug 22 12:37:41.250 INFO O| Aug 22 12:37:41.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80742026-08-22T12:37:42.279Z[ recovery-image] Aug 22 12:37:41.250 INFO O| Aug 22 12:37:41.250 INFO STEP 923 (remove_files) COMPLETE
80752026-08-22T12:37:42.279Z[ recovery-image] Aug 22 12:37:41.250 INFO O| Aug 22 12:37:41.250 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-22T12:37:42.287Z[ recovery-image] Aug 22 12:37:41.259 INFO O| Aug 22 12:37:41.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80772026-08-22T12:37:42.287Z[ recovery-image] Aug 22 12:37:41.259 INFO O| Aug 22 12:37:41.259 INFO STEP 924 (remove_files) COMPLETE
80782026-08-22T12:37:42.290Z[ recovery-image] Aug 22 12:37:41.259 INFO O| Aug 22 12:37:41.259 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-22T12:37:42.296Z[ recovery-image] Aug 22 12:37:41.267 INFO O| Aug 22 12:37:41.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80802026-08-22T12:37:42.296Z[ recovery-image] Aug 22 12:37:41.267 INFO O| Aug 22 12:37:41.267 INFO STEP 925 (remove_files) COMPLETE
80812026-08-22T12:37:42.299Z[ recovery-image] Aug 22 12:37:41.267 INFO O| Aug 22 12:37:41.267 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-22T12:37:42.304Z[ recovery-image] Aug 22 12:37:41.276 INFO O| Aug 22 12:37:41.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80832026-08-22T12:37:42.304Z[ recovery-image] Aug 22 12:37:41.276 INFO O| Aug 22 12:37:41.276 INFO STEP 926 (remove_files) COMPLETE
80842026-08-22T12:37:42.307Z[ recovery-image] Aug 22 12:37:41.276 INFO O| Aug 22 12:37:41.276 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.285 INFO O| Aug 22 12:37:41.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80862026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.285 INFO O| Aug 22 12:37:41.285 INFO STEP 927 (remove_files) COMPLETE
80872026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.285 INFO O| Aug 22 12:37:41.285 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.294 INFO O| Aug 22 12:37:41.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80892026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.294 INFO O| Aug 22 12:37:41.294 INFO STEP 928 (remove_files) COMPLETE
80902026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.294 INFO O| Aug 22 12:37:41.294 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.304 INFO O| Aug 22 12:37:41.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80922026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.304 INFO O| Aug 22 12:37:41.304 INFO STEP 929 (remove_files) COMPLETE
80932026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.304 INFO O| Aug 22 12:37:41.304 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.315 INFO O| Aug 22 12:37:41.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80952026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.315 INFO O| Aug 22 12:37:41.315 INFO STEP 930 (remove_files) COMPLETE
80962026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.315 INFO O| Aug 22 12:37:41.315 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.325 INFO O| Aug 22 12:37:41.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80982026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.325 INFO O| Aug 22 12:37:41.325 INFO STEP 931 (remove_files) COMPLETE
80992026-08-22T12:37:42.357Z[ recovery-image] Aug 22 12:37:41.325 INFO O| Aug 22 12:37:41.325 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-22T12:37:42.364Z[ recovery-image] Aug 22 12:37:41.335 INFO O| Aug 22 12:37:41.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81012026-08-22T12:37:42.364Z[ recovery-image] Aug 22 12:37:41.335 INFO O| Aug 22 12:37:41.335 INFO STEP 932 (remove_files) COMPLETE
81022026-08-22T12:37:42.367Z[ recovery-image] Aug 22 12:37:41.335 INFO O| Aug 22 12:37:41.335 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-22T12:37:42.374Z[ recovery-image] Aug 22 12:37:41.345 INFO O| Aug 22 12:37:41.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81042026-08-22T12:37:42.374Z[ recovery-image] Aug 22 12:37:41.345 INFO O| Aug 22 12:37:41.345 INFO STEP 933 (remove_files) COMPLETE
81052026-08-22T12:37:42.374Z[ recovery-image] Aug 22 12:37:41.345 INFO O| Aug 22 12:37:41.345 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-22T12:37:42.384Z[ recovery-image] Aug 22 12:37:41.355 INFO O| Aug 22 12:37:41.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81072026-08-22T12:37:42.384Z[ recovery-image] Aug 22 12:37:41.355 INFO O| Aug 22 12:37:41.355 INFO STEP 934 (remove_files) COMPLETE
81082026-08-22T12:37:42.387Z[ recovery-image] Aug 22 12:37:41.355 INFO O| Aug 22 12:37:41.355 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-22T12:37:42.394Z[ recovery-image] Aug 22 12:37:41.366 INFO O| Aug 22 12:37:41.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81102026-08-22T12:37:42.394Z[ recovery-image] Aug 22 12:37:41.366 INFO O| Aug 22 12:37:41.366 INFO STEP 935 (remove_files) COMPLETE
81112026-08-22T12:37:42.398Z[ recovery-image] Aug 22 12:37:41.366 INFO O| Aug 22 12:37:41.366 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-22T12:37:42.404Z[ recovery-image] Aug 22 12:37:41.376 INFO O| Aug 22 12:37:41.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81132026-08-22T12:37:42.404Z[ recovery-image] Aug 22 12:37:41.376 INFO O| Aug 22 12:37:41.376 INFO STEP 936 (remove_files) COMPLETE
81142026-08-22T12:37:42.404Z[ recovery-image] Aug 22 12:37:41.376 INFO O| Aug 22 12:37:41.376 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-22T12:37:42.415Z[ recovery-image] Aug 22 12:37:41.386 INFO O| Aug 22 12:37:41.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81162026-08-22T12:37:42.415Z[ recovery-image] Aug 22 12:37:41.386 INFO O| Aug 22 12:37:41.386 INFO STEP 937 (remove_files) COMPLETE
81172026-08-22T12:37:42.415Z[ recovery-image] Aug 22 12:37:41.386 INFO O| Aug 22 12:37:41.386 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-22T12:37:42.425Z[ recovery-image] Aug 22 12:37:41.396 INFO O| Aug 22 12:37:41.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81192026-08-22T12:37:42.425Z[ recovery-image] Aug 22 12:37:41.396 INFO O| Aug 22 12:37:41.396 INFO STEP 938 (remove_files) COMPLETE
81202026-08-22T12:37:42.425Z[ recovery-image] Aug 22 12:37:41.396 INFO O| Aug 22 12:37:41.396 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-22T12:37:42.434Z[ recovery-image] Aug 22 12:37:41.406 INFO O| Aug 22 12:37:41.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81222026-08-22T12:37:42.435Z[ recovery-image] Aug 22 12:37:41.406 INFO O| Aug 22 12:37:41.406 INFO STEP 939 (remove_files) COMPLETE
81232026-08-22T12:37:42.438Z[ recovery-image] Aug 22 12:37:41.406 INFO O| Aug 22 12:37:41.406 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-22T12:37:42.444Z[ recovery-image] Aug 22 12:37:41.415 INFO O| Aug 22 12:37:41.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81252026-08-22T12:37:42.444Z[ recovery-image] Aug 22 12:37:41.415 INFO O| Aug 22 12:37:41.415 INFO STEP 940 (remove_files) COMPLETE
81262026-08-22T12:37:42.444Z[ recovery-image] Aug 22 12:37:41.415 INFO O| Aug 22 12:37:41.415 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-22T12:37:42.454Z[ recovery-image] Aug 22 12:37:41.426 INFO O| Aug 22 12:37:41.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81282026-08-22T12:37:42.454Z[ recovery-image] Aug 22 12:37:41.426 INFO O| Aug 22 12:37:41.426 INFO STEP 941 (remove_files) COMPLETE
81292026-08-22T12:37:42.454Z[ recovery-image] Aug 22 12:37:41.426 INFO O| Aug 22 12:37:41.426 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-22T12:37:42.464Z[ recovery-image] Aug 22 12:37:41.436 INFO O| Aug 22 12:37:41.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81312026-08-22T12:37:42.465Z[ recovery-image] Aug 22 12:37:41.436 INFO O| Aug 22 12:37:41.436 INFO STEP 942 (remove_files) COMPLETE
81322026-08-22T12:37:42.465Z[ recovery-image] Aug 22 12:37:41.436 INFO O| Aug 22 12:37:41.436 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-22T12:37:42.473Z[ recovery-image] Aug 22 12:37:41.445 INFO O| Aug 22 12:37:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81342026-08-22T12:37:42.474Z[ recovery-image] Aug 22 12:37:41.445 INFO O| Aug 22 12:37:41.445 INFO STEP 943 (remove_files) COMPLETE
81352026-08-22T12:37:42.474Z[ recovery-image] Aug 22 12:37:41.445 INFO O| Aug 22 12:37:41.445 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-22T12:37:42.483Z[ recovery-image] Aug 22 12:37:41.455 INFO O| Aug 22 12:37:41.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81372026-08-22T12:37:42.483Z[ recovery-image] Aug 22 12:37:41.455 INFO O| Aug 22 12:37:41.455 INFO STEP 944 (remove_files) COMPLETE
81382026-08-22T12:37:42.483Z[ recovery-image] Aug 22 12:37:41.455 INFO O| Aug 22 12:37:41.455 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-22T12:37:42.490Z[verify-libraries] Compiling samael v0.0.19
81402026-08-22T12:37:42.493Z[ recovery-image] Aug 22 12:37:41.464 INFO O| Aug 22 12:37:41.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81412026-08-22T12:37:42.493Z[ recovery-image] Aug 22 12:37:41.464 INFO O| Aug 22 12:37:41.464 INFO STEP 945 (remove_files) COMPLETE
81422026-08-22T12:37:42.493Z[ recovery-image] Aug 22 12:37:41.464 INFO O| Aug 22 12:37:41.464 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-22T12:37:42.502Z[ recovery-image] Aug 22 12:37:41.473 INFO O| Aug 22 12:37:41.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81442026-08-22T12:37:42.502Z[ recovery-image] Aug 22 12:37:41.473 INFO O| Aug 22 12:37:41.473 INFO STEP 946 (remove_files) COMPLETE
81452026-08-22T12:37:42.502Z[ recovery-image] Aug 22 12:37:41.473 INFO O| Aug 22 12:37:41.473 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-22T12:37:42.512Z[ recovery-image] Aug 22 12:37:41.484 INFO O| Aug 22 12:37:41.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81472026-08-22T12:37:42.512Z[ recovery-image] Aug 22 12:37:41.484 INFO O| Aug 22 12:37:41.484 INFO STEP 947 (remove_files) COMPLETE
81482026-08-22T12:37:42.512Z[ recovery-image] Aug 22 12:37:41.484 INFO O| Aug 22 12:37:41.484 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-22T12:37:42.521Z[ recovery-image] Aug 22 12:37:41.492 INFO O| Aug 22 12:37:41.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81502026-08-22T12:37:42.521Z[ recovery-image] Aug 22 12:37:41.493 INFO O| Aug 22 12:37:41.492 INFO STEP 948 (remove_files) COMPLETE
81512026-08-22T12:37:42.521Z[ recovery-image] Aug 22 12:37:41.493 INFO O| Aug 22 12:37:41.492 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-22T12:37:42.529Z[ recovery-image] Aug 22 12:37:41.500 INFO O| Aug 22 12:37:41.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81532026-08-22T12:37:42.529Z[ recovery-image] Aug 22 12:37:41.500 INFO O| Aug 22 12:37:41.500 INFO STEP 949 (remove_files) COMPLETE
81542026-08-22T12:37:42.529Z[ recovery-image] Aug 22 12:37:41.500 INFO O| Aug 22 12:37:41.500 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-22T12:37:42.538Z[ recovery-image] Aug 22 12:37:41.510 INFO O| Aug 22 12:37:41.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81562026-08-22T12:37:42.538Z[ recovery-image] Aug 22 12:37:41.510 INFO O| Aug 22 12:37:41.510 INFO STEP 950 (remove_files) COMPLETE
81572026-08-22T12:37:42.538Z[ recovery-image] Aug 22 12:37:41.510 INFO O| Aug 22 12:37:41.510 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-22T12:37:42.548Z[ recovery-image] Aug 22 12:37:41.519 INFO O| Aug 22 12:37:41.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81592026-08-22T12:37:42.548Z[ recovery-image] Aug 22 12:37:41.520 INFO O| Aug 22 12:37:41.519 INFO STEP 951 (remove_files) COMPLETE
81602026-08-22T12:37:42.548Z[ recovery-image] Aug 22 12:37:41.520 INFO O| Aug 22 12:37:41.519 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-22T12:37:42.558Z[ recovery-image] Aug 22 12:37:41.529 INFO O| Aug 22 12:37:41.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81622026-08-22T12:37:42.558Z[ recovery-image] Aug 22 12:37:41.529 INFO O| Aug 22 12:37:41.529 INFO STEP 952 (remove_files) COMPLETE
81632026-08-22T12:37:42.561Z[ recovery-image] Aug 22 12:37:41.529 INFO O| Aug 22 12:37:41.529 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-22T12:37:42.567Z[ recovery-image] Aug 22 12:37:41.538 INFO O| Aug 22 12:37:41.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81652026-08-22T12:37:42.567Z[ recovery-image] Aug 22 12:37:41.538 INFO O| Aug 22 12:37:41.538 INFO STEP 953 (remove_files) COMPLETE
81662026-08-22T12:37:42.567Z[ recovery-image] Aug 22 12:37:41.539 INFO O| Aug 22 12:37:41.538 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-22T12:37:42.576Z[ recovery-image] Aug 22 12:37:41.547 INFO O| Aug 22 12:37:41.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81682026-08-22T12:37:42.576Z[ recovery-image] Aug 22 12:37:41.547 INFO O| Aug 22 12:37:41.547 INFO STEP 954 (remove_files) COMPLETE
81692026-08-22T12:37:42.576Z[ recovery-image] Aug 22 12:37:41.547 INFO O| Aug 22 12:37:41.547 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-22T12:37:42.585Z[ recovery-image] Aug 22 12:37:41.556 INFO O| Aug 22 12:37:41.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81712026-08-22T12:37:42.585Z[ recovery-image] Aug 22 12:37:41.557 INFO O| Aug 22 12:37:41.557 INFO STEP 955 (remove_files) COMPLETE
81722026-08-22T12:37:42.585Z[ recovery-image] Aug 22 12:37:41.557 INFO O| Aug 22 12:37:41.557 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-08-22T12:37:42.595Z[ recovery-image] Aug 22 12:37:41.566 INFO O| Aug 22 12:37:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81742026-08-22T12:37:42.595Z[ recovery-image] Aug 22 12:37:41.566 INFO O| Aug 22 12:37:41.566 INFO STEP 956 (remove_files) COMPLETE
81752026-08-22T12:37:42.595Z[ recovery-image] Aug 22 12:37:41.566 INFO O| Aug 22 12:37:41.566 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-08-22T12:37:42.604Z[ recovery-image] Aug 22 12:37:41.575 INFO O| Aug 22 12:37:41.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81772026-08-22T12:37:42.604Z[ recovery-image] Aug 22 12:37:41.575 INFO O| Aug 22 12:37:41.575 INFO STEP 957 (remove_files) COMPLETE
81782026-08-22T12:37:42.604Z[ recovery-image] Aug 22 12:37:41.575 INFO O| Aug 22 12:37:41.575 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-08-22T12:37:42.614Z[ recovery-image] Aug 22 12:37:41.586 INFO O| Aug 22 12:37:41.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81802026-08-22T12:37:42.614Z[ recovery-image] Aug 22 12:37:41.586 INFO O| Aug 22 12:37:41.586 INFO STEP 958 (remove_files) COMPLETE
81812026-08-22T12:37:42.614Z[ recovery-image] Aug 22 12:37:41.586 INFO O| Aug 22 12:37:41.586 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-08-22T12:37:42.624Z[ recovery-image] Aug 22 12:37:41.595 INFO O| Aug 22 12:37:41.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81832026-08-22T12:37:42.624Z[ recovery-image] Aug 22 12:37:41.596 INFO O| Aug 22 12:37:41.595 INFO STEP 959 (remove_files) COMPLETE
81842026-08-22T12:37:42.624Z[ recovery-image] Aug 22 12:37:41.596 INFO O| Aug 22 12:37:41.595 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-08-22T12:37:42.633Z[ recovery-image] Aug 22 12:37:41.604 INFO O| Aug 22 12:37:41.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81862026-08-22T12:37:42.633Z[ recovery-image] Aug 22 12:37:41.604 INFO O| Aug 22 12:37:41.604 INFO STEP 960 (remove_files) COMPLETE
81872026-08-22T12:37:42.633Z[ recovery-image] Aug 22 12:37:41.604 INFO O| Aug 22 12:37:41.604 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-08-22T12:37:42.641Z[ recovery-image] Aug 22 12:37:41.613 INFO O| Aug 22 12:37:41.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81892026-08-22T12:37:42.641Z[ recovery-image] Aug 22 12:37:41.613 INFO O| Aug 22 12:37:41.613 INFO STEP 961 (remove_files) COMPLETE
81902026-08-22T12:37:42.641Z[ recovery-image] Aug 22 12:37:41.613 INFO O| Aug 22 12:37:41.613 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-08-22T12:37:42.651Z[ recovery-image] Aug 22 12:37:41.623 INFO O| Aug 22 12:37:41.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81922026-08-22T12:37:42.651Z[ recovery-image] Aug 22 12:37:41.623 INFO O| Aug 22 12:37:41.623 INFO STEP 962 (remove_files) COMPLETE
81932026-08-22T12:37:42.651Z[ recovery-image] Aug 22 12:37:41.623 INFO O| Aug 22 12:37:41.623 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-08-22T12:37:42.661Z[ recovery-image] Aug 22 12:37:41.632 INFO O| Aug 22 12:37:41.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81952026-08-22T12:37:42.661Z[ recovery-image] Aug 22 12:37:41.632 INFO O| Aug 22 12:37:41.632 INFO STEP 963 (remove_files) COMPLETE
81962026-08-22T12:37:42.661Z[ recovery-image] Aug 22 12:37:41.632 INFO O| Aug 22 12:37:41.632 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-08-22T12:37:42.671Z[ recovery-image] Aug 22 12:37:41.642 INFO O| Aug 22 12:37:41.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81982026-08-22T12:37:42.671Z[ recovery-image] Aug 22 12:37:41.643 INFO O| Aug 22 12:37:41.642 INFO STEP 964 (remove_files) COMPLETE
81992026-08-22T12:37:42.671Z[ recovery-image] Aug 22 12:37:41.643 INFO O| Aug 22 12:37:41.642 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-08-22T12:37:42.681Z[ recovery-image] Aug 22 12:37:41.652 INFO O| Aug 22 12:37:41.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82012026-08-22T12:37:42.681Z[ recovery-image] Aug 22 12:37:41.652 INFO O| Aug 22 12:37:41.652 INFO STEP 965 (remove_files) COMPLETE
82022026-08-22T12:37:42.681Z[ recovery-image] Aug 22 12:37:41.652 INFO O| Aug 22 12:37:41.652 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-08-22T12:37:42.690Z[ recovery-image] Aug 22 12:37:41.661 INFO O| Aug 22 12:37:41.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82042026-08-22T12:37:42.690Z[ recovery-image] Aug 22 12:37:41.661 INFO O| Aug 22 12:37:41.661 INFO STEP 966 (remove_files) COMPLETE
82052026-08-22T12:37:42.690Z[ recovery-image] Aug 22 12:37:41.661 INFO O| Aug 22 12:37:41.661 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-08-22T12:37:42.699Z[ recovery-image] Aug 22 12:37:41.671 INFO O| Aug 22 12:37:41.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82072026-08-22T12:37:42.699Z[ recovery-image] Aug 22 12:37:41.671 INFO O| Aug 22 12:37:41.671 INFO STEP 967 (remove_files) COMPLETE
82082026-08-22T12:37:42.699Z[ recovery-image] Aug 22 12:37:41.671 INFO O| Aug 22 12:37:41.671 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-08-22T12:37:42.708Z[ recovery-image] Aug 22 12:37:41.680 INFO O| Aug 22 12:37:41.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82102026-08-22T12:37:42.708Z[ recovery-image] Aug 22 12:37:41.680 INFO O| Aug 22 12:37:41.680 INFO STEP 968 (remove_files) COMPLETE
82112026-08-22T12:37:42.708Z[ recovery-image] Aug 22 12:37:41.680 INFO O| Aug 22 12:37:41.680 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-08-22T12:37:42.718Z[ recovery-image] Aug 22 12:37:41.689 INFO O| Aug 22 12:37:41.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82132026-08-22T12:37:42.718Z[ recovery-image] Aug 22 12:37:41.689 INFO O| Aug 22 12:37:41.689 INFO STEP 969 (remove_files) COMPLETE
82142026-08-22T12:37:42.718Z[ recovery-image] Aug 22 12:37:41.689 INFO O| Aug 22 12:37:41.689 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-08-22T12:37:42.728Z[ recovery-image] Aug 22 12:37:41.699 INFO O| Aug 22 12:37:41.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82162026-08-22T12:37:42.728Z[ recovery-image] Aug 22 12:37:41.700 INFO O| Aug 22 12:37:41.699 INFO STEP 970 (remove_files) COMPLETE
82172026-08-22T12:37:42.731Z[ recovery-image] Aug 22 12:37:41.700 INFO O| Aug 22 12:37:41.700 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-08-22T12:37:42.738Z[ recovery-image] Aug 22 12:37:41.709 INFO O| Aug 22 12:37:41.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82192026-08-22T12:37:42.738Z[ recovery-image] Aug 22 12:37:41.709 INFO O| Aug 22 12:37:41.709 INFO STEP 971 (remove_files) COMPLETE
82202026-08-22T12:37:42.741Z[ recovery-image] Aug 22 12:37:41.709 INFO O| Aug 22 12:37:41.709 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-08-22T12:37:42.748Z[ recovery-image] Aug 22 12:37:41.719 INFO O| Aug 22 12:37:41.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82222026-08-22T12:37:42.748Z[ recovery-image] Aug 22 12:37:41.719 INFO O| Aug 22 12:37:41.719 INFO STEP 972 (remove_files) COMPLETE
82232026-08-22T12:37:42.750Z[ recovery-image] Aug 22 12:37:41.719 INFO O| Aug 22 12:37:41.719 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-22T12:37:42.757Z[ recovery-image] Aug 22 12:37:41.728 INFO O| Aug 22 12:37:41.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82252026-08-22T12:37:42.757Z[ recovery-image] Aug 22 12:37:41.728 INFO O| Aug 22 12:37:41.728 INFO STEP 973 (remove_files) COMPLETE
82262026-08-22T12:37:42.760Z[ recovery-image] Aug 22 12:37:41.728 INFO O| Aug 22 12:37:41.728 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-22T12:37:42.765Z[ recovery-image] Aug 22 12:37:41.737 INFO O| Aug 22 12:37:41.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82282026-08-22T12:37:42.766Z[ recovery-image] Aug 22 12:37:41.737 INFO O| Aug 22 12:37:41.737 INFO STEP 974 (remove_files) COMPLETE
82292026-08-22T12:37:42.766Z[ recovery-image] Aug 22 12:37:41.737 INFO O| Aug 22 12:37:41.737 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-22T12:37:42.775Z[ recovery-image] Aug 22 12:37:41.747 INFO O| Aug 22 12:37:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82312026-08-22T12:37:42.775Z[ recovery-image] Aug 22 12:37:41.747 INFO O| Aug 22 12:37:41.747 INFO STEP 975 (remove_files) COMPLETE
82322026-08-22T12:37:42.778Z[ recovery-image] Aug 22 12:37:41.747 INFO O| Aug 22 12:37:41.747 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-22T12:37:42.784Z[ recovery-image] Aug 22 12:37:41.755 INFO O| Aug 22 12:37:41.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82342026-08-22T12:37:42.784Z[ recovery-image] Aug 22 12:37:41.756 INFO O| Aug 22 12:37:41.756 INFO STEP 976 (remove_files) COMPLETE
82352026-08-22T12:37:42.787Z[ recovery-image] Aug 22 12:37:41.756 INFO O| Aug 22 12:37:41.756 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-22T12:37:42.792Z[ recovery-image] Aug 22 12:37:41.764 INFO O| Aug 22 12:37:41.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82372026-08-22T12:37:42.792Z[ recovery-image] Aug 22 12:37:41.764 INFO O| Aug 22 12:37:41.764 INFO STEP 977 (remove_files) COMPLETE
82382026-08-22T12:37:42.795Z[ recovery-image] Aug 22 12:37:41.764 INFO O| Aug 22 12:37:41.764 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-22T12:37:42.801Z[ recovery-image] Aug 22 12:37:41.773 INFO O| Aug 22 12:37:41.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82402026-08-22T12:37:42.801Z[ recovery-image] Aug 22 12:37:41.773 INFO O| Aug 22 12:37:41.773 INFO STEP 978 (remove_files) COMPLETE
82412026-08-22T12:37:42.801Z[ recovery-image] Aug 22 12:37:41.773 INFO O| Aug 22 12:37:41.773 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-22T12:37:42.810Z[ recovery-image] Aug 22 12:37:41.781 INFO O| Aug 22 12:37:41.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82432026-08-22T12:37:42.810Z[ recovery-image] Aug 22 12:37:41.781 INFO O| Aug 22 12:37:41.781 INFO STEP 979 (remove_files) COMPLETE
82442026-08-22T12:37:42.813Z[ recovery-image] Aug 22 12:37:41.781 INFO O| Aug 22 12:37:41.781 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-22T12:37:42.819Z[ recovery-image] Aug 22 12:37:41.791 INFO O| Aug 22 12:37:41.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82462026-08-22T12:37:42.819Z[ recovery-image] Aug 22 12:37:41.791 INFO O| Aug 22 12:37:41.791 INFO STEP 980 (remove_files) COMPLETE
82472026-08-22T12:37:42.819Z[ recovery-image] Aug 22 12:37:41.791 INFO O| Aug 22 12:37:41.791 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-22T12:37:42.828Z[ recovery-image] Aug 22 12:37:41.800 INFO O| Aug 22 12:37:41.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82492026-08-22T12:37:42.828Z[ recovery-image] Aug 22 12:37:41.800 INFO O| Aug 22 12:37:41.800 INFO STEP 981 (remove_files) COMPLETE
82502026-08-22T12:37:42.828Z[ recovery-image] Aug 22 12:37:41.800 INFO O| Aug 22 12:37:41.800 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-22T12:37:42.837Z[ recovery-image] Aug 22 12:37:41.808 INFO O| Aug 22 12:37:41.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82522026-08-22T12:37:42.837Z[ recovery-image] Aug 22 12:37:41.808 INFO O| Aug 22 12:37:41.808 INFO STEP 982 (remove_files) COMPLETE
82532026-08-22T12:37:42.837Z[ recovery-image] Aug 22 12:37:41.808 INFO O| Aug 22 12:37:41.808 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-22T12:37:42.846Z[ recovery-image] Aug 22 12:37:41.817 INFO O| Aug 22 12:37:41.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82552026-08-22T12:37:42.846Z[ recovery-image] Aug 22 12:37:41.817 INFO O| Aug 22 12:37:41.817 INFO STEP 983 (remove_files) COMPLETE
82562026-08-22T12:37:42.846Z[ recovery-image] Aug 22 12:37:41.817 INFO O| Aug 22 12:37:41.817 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-22T12:37:42.856Z[ recovery-image] Aug 22 12:37:41.827 INFO O| Aug 22 12:37:41.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82582026-08-22T12:37:42.856Z[ recovery-image] Aug 22 12:37:41.827 INFO O| Aug 22 12:37:41.827 INFO STEP 984 (remove_files) COMPLETE
82592026-08-22T12:37:42.856Z[ recovery-image] Aug 22 12:37:41.827 INFO O| Aug 22 12:37:41.827 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-22T12:37:42.866Z[ recovery-image] Aug 22 12:37:41.837 INFO O| Aug 22 12:37:41.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82612026-08-22T12:37:42.866Z[ recovery-image] Aug 22 12:37:41.837 INFO O| Aug 22 12:37:41.837 INFO STEP 985 (remove_files) COMPLETE
82622026-08-22T12:37:42.866Z[ recovery-image] Aug 22 12:37:41.837 INFO O| Aug 22 12:37:41.837 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-22T12:37:42.876Z[ recovery-image] Aug 22 12:37:41.847 INFO O| Aug 22 12:37:41.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82642026-08-22T12:37:42.876Z[ recovery-image] Aug 22 12:37:41.847 INFO O| Aug 22 12:37:41.847 INFO STEP 986 (remove_files) COMPLETE
82652026-08-22T12:37:42.879Z[ recovery-image] Aug 22 12:37:41.847 INFO O| Aug 22 12:37:41.847 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-22T12:37:42.884Z[ recovery-image] Aug 22 12:37:41.856 INFO O| Aug 22 12:37:41.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82672026-08-22T12:37:42.885Z[ recovery-image] Aug 22 12:37:41.856 INFO O| Aug 22 12:37:41.856 INFO STEP 987 (remove_files) COMPLETE
82682026-08-22T12:37:42.888Z[ recovery-image] Aug 22 12:37:41.856 INFO O| Aug 22 12:37:41.856 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-22T12:37:42.893Z[ recovery-image] Aug 22 12:37:41.865 INFO O| Aug 22 12:37:41.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82702026-08-22T12:37:42.893Z[ recovery-image] Aug 22 12:37:41.865 INFO O| Aug 22 12:37:41.865 INFO STEP 988 (remove_files) COMPLETE
82712026-08-22T12:37:42.896Z[ recovery-image] Aug 22 12:37:41.865 INFO O| Aug 22 12:37:41.865 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-22T12:37:42.903Z[ recovery-image] Aug 22 12:37:41.874 INFO O| Aug 22 12:37:41.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82732026-08-22T12:37:42.903Z[ recovery-image] Aug 22 12:37:41.874 INFO O| Aug 22 12:37:41.874 INFO STEP 989 (remove_files) COMPLETE
82742026-08-22T12:37:42.903Z[ recovery-image] Aug 22 12:37:41.874 INFO O| Aug 22 12:37:41.874 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-22T12:37:42.912Z[ recovery-image] Aug 22 12:37:41.883 INFO O| Aug 22 12:37:41.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82762026-08-22T12:37:42.912Z[ recovery-image] Aug 22 12:37:41.883 INFO O| Aug 22 12:37:41.883 INFO STEP 990 (remove_files) COMPLETE
82772026-08-22T12:37:42.912Z[ recovery-image] Aug 22 12:37:41.883 INFO O| Aug 22 12:37:41.883 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-22T12:37:42.921Z[ recovery-image] Aug 22 12:37:41.893 INFO O| Aug 22 12:37:41.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82792026-08-22T12:37:42.921Z[ recovery-image] Aug 22 12:37:41.893 INFO O| Aug 22 12:37:41.893 INFO STEP 991 (remove_files) COMPLETE
82802026-08-22T12:37:42.921Z[ recovery-image] Aug 22 12:37:41.893 INFO O| Aug 22 12:37:41.893 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-22T12:37:42.931Z[ recovery-image] Aug 22 12:37:41.902 INFO O| Aug 22 12:37:41.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82822026-08-22T12:37:42.931Z[ recovery-image] Aug 22 12:37:41.903 INFO O| Aug 22 12:37:41.903 INFO STEP 992 (remove_files) COMPLETE
82832026-08-22T12:37:42.931Z[ recovery-image] Aug 22 12:37:41.903 INFO O| Aug 22 12:37:41.903 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-22T12:37:42.941Z[ recovery-image] Aug 22 12:37:41.913 INFO O| Aug 22 12:37:41.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82852026-08-22T12:37:42.941Z[ recovery-image] Aug 22 12:37:41.913 INFO O| Aug 22 12:37:41.913 INFO STEP 993 (remove_files) COMPLETE
82862026-08-22T12:37:42.944Z[ recovery-image] Aug 22 12:37:41.913 INFO O| Aug 22 12:37:41.913 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-22T12:37:42.952Z[ recovery-image] Aug 22 12:37:41.923 INFO O| Aug 22 12:37:41.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82882026-08-22T12:37:42.952Z[ recovery-image] Aug 22 12:37:41.923 INFO O| Aug 22 12:37:41.923 INFO STEP 994 (remove_files) COMPLETE
82892026-08-22T12:37:42.955Z[ recovery-image] Aug 22 12:37:41.923 INFO O| Aug 22 12:37:41.923 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-22T12:37:42.962Z[ recovery-image] Aug 22 12:37:41.934 INFO O| Aug 22 12:37:41.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82912026-08-22T12:37:42.962Z[ recovery-image] Aug 22 12:37:41.934 INFO O| Aug 22 12:37:41.934 INFO STEP 995 (remove_files) COMPLETE
82922026-08-22T12:37:42.965Z[ recovery-image] Aug 22 12:37:41.934 INFO O| Aug 22 12:37:41.934 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-22T12:37:42.973Z[ recovery-image] Aug 22 12:37:41.944 INFO O| Aug 22 12:37:41.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82942026-08-22T12:37:42.973Z[ recovery-image] Aug 22 12:37:41.944 INFO O| Aug 22 12:37:41.944 INFO STEP 996 (remove_files) COMPLETE
82952026-08-22T12:37:42.976Z[ recovery-image] Aug 22 12:37:41.944 INFO O| Aug 22 12:37:41.944 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-22T12:37:42.983Z[ recovery-image] Aug 22 12:37:41.954 INFO O| Aug 22 12:37:41.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82972026-08-22T12:37:42.983Z[ recovery-image] Aug 22 12:37:41.955 INFO O| Aug 22 12:37:41.955 INFO STEP 997 (remove_files) COMPLETE
82982026-08-22T12:37:42.983Z[ recovery-image] Aug 22 12:37:41.955 INFO O| Aug 22 12:37:41.955 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-22T12:37:42.994Z[ recovery-image] Aug 22 12:37:41.965 INFO O| Aug 22 12:37:41.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83002026-08-22T12:37:42.994Z[ recovery-image] Aug 22 12:37:41.965 INFO O| Aug 22 12:37:41.965 INFO STEP 998 (remove_files) COMPLETE
83012026-08-22T12:37:42.994Z[ recovery-image] Aug 22 12:37:41.965 INFO O| Aug 22 12:37:41.965 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-22T12:37:43.010Z[ recovery-image] Aug 22 12:37:41.982 INFO O| Aug 22 12:37:41.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83032026-08-22T12:37:43.010Z[ recovery-image] Aug 22 12:37:41.982 INFO O| Aug 22 12:37:41.982 INFO STEP 999 (remove_files) COMPLETE
83042026-08-22T12:37:43.010Z[ recovery-image] Aug 22 12:37:41.982 INFO O| Aug 22 12:37:41.982 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-22T12:37:43.022Z[ recovery-image] Aug 22 12:37:41.993 INFO O| Aug 22 12:37:41.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83062026-08-22T12:37:43.022Z[ recovery-image] Aug 22 12:37:41.993 INFO O| Aug 22 12:37:41.993 INFO STEP 1000 (remove_files) COMPLETE
83072026-08-22T12:37:43.025Z[ recovery-image] Aug 22 12:37:41.994 INFO O| Aug 22 12:37:41.993 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-22T12:37:43.032Z[ recovery-image] Aug 22 12:37:42.004 INFO O| Aug 22 12:37:42.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83092026-08-22T12:37:43.032Z[ recovery-image] Aug 22 12:37:42.004 INFO O| Aug 22 12:37:42.004 INFO STEP 1001 (remove_files) COMPLETE
83102026-08-22T12:37:43.035Z[ recovery-image] Aug 22 12:37:42.004 INFO O| Aug 22 12:37:42.004 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-22T12:37:43.042Z[ recovery-image] Aug 22 12:37:42.014 INFO O| Aug 22 12:37:42.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83122026-08-22T12:37:43.042Z[ recovery-image] Aug 22 12:37:42.014 INFO O| Aug 22 12:37:42.014 INFO STEP 1002 (remove_files) COMPLETE
83132026-08-22T12:37:43.045Z[ recovery-image] Aug 22 12:37:42.014 INFO O| Aug 22 12:37:42.014 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-22T12:37:43.052Z[ recovery-image] Aug 22 12:37:42.024 INFO O| Aug 22 12:37:42.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83152026-08-22T12:37:43.053Z[ recovery-image] Aug 22 12:37:42.024 INFO O| Aug 22 12:37:42.024 INFO STEP 1003 (remove_files) COMPLETE
83162026-08-22T12:37:43.053Z[ recovery-image] Aug 22 12:37:42.024 INFO O| Aug 22 12:37:42.024 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-22T12:37:43.063Z[ recovery-image] Aug 22 12:37:42.035 INFO O| Aug 22 12:37:42.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83182026-08-22T12:37:43.063Z[ recovery-image] Aug 22 12:37:42.035 INFO O| Aug 22 12:37:42.035 INFO STEP 1004 (remove_files) COMPLETE
83192026-08-22T12:37:43.066Z[ recovery-image] Aug 22 12:37:42.035 INFO O| Aug 22 12:37:42.035 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-22T12:37:43.069Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
83212026-08-22T12:37:43.088Z[ recovery-image] Aug 22 12:37:42.060 INFO O| Aug 22 12:37:42.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83222026-08-22T12:37:43.088Z[ recovery-image] Aug 22 12:37:42.060 INFO O| Aug 22 12:37:42.060 INFO STEP 1005 (remove_files) COMPLETE
83232026-08-22T12:37:43.088Z[ recovery-image] Aug 22 12:37:42.060 INFO O| Aug 22 12:37:42.060 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-22T12:37:43.097Z[ recovery-image] Aug 22 12:37:42.069 INFO O| Aug 22 12:37:42.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83252026-08-22T12:37:43.098Z[ recovery-image] Aug 22 12:37:42.069 INFO O| Aug 22 12:37:42.069 INFO STEP 1006 (remove_files) COMPLETE
83262026-08-22T12:37:43.098Z[ recovery-image] Aug 22 12:37:42.069 INFO O| Aug 22 12:37:42.069 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-22T12:37:43.107Z[ recovery-image] Aug 22 12:37:42.079 INFO O| Aug 22 12:37:42.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83282026-08-22T12:37:43.107Z[ recovery-image] Aug 22 12:37:42.079 INFO O| Aug 22 12:37:42.079 INFO STEP 1007 (remove_files) COMPLETE
83292026-08-22T12:37:43.107Z[ recovery-image] Aug 22 12:37:42.079 INFO O| Aug 22 12:37:42.079 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-22T12:37:43.115Z[ recovery-image] Aug 22 12:37:42.086 INFO O| Aug 22 12:37:42.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83312026-08-22T12:37:43.115Z[ recovery-image] Aug 22 12:37:42.086 INFO O| Aug 22 12:37:42.086 INFO STEP 1008 (remove_files) COMPLETE
83322026-08-22T12:37:43.115Z[ recovery-image] Aug 22 12:37:42.086 INFO O| Aug 22 12:37:42.086 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-22T12:37:43.124Z[ recovery-image] Aug 22 12:37:42.096 INFO O| Aug 22 12:37:42.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83342026-08-22T12:37:43.124Z[ recovery-image] Aug 22 12:37:42.096 INFO O| Aug 22 12:37:42.096 INFO STEP 1009 (remove_files) COMPLETE
83352026-08-22T12:37:43.125Z[ recovery-image] Aug 22 12:37:42.096 INFO O| Aug 22 12:37:42.096 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-22T12:37:43.134Z[ recovery-image] Aug 22 12:37:42.105 INFO O| Aug 22 12:37:42.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83372026-08-22T12:37:43.134Z[ recovery-image] Aug 22 12:37:42.105 INFO O| Aug 22 12:37:42.105 INFO STEP 1010 (remove_files) COMPLETE
83382026-08-22T12:37:43.134Z[ recovery-image] Aug 22 12:37:42.105 INFO O| Aug 22 12:37:42.105 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-22T12:37:43.143Z[ recovery-image] Aug 22 12:37:42.115 INFO O| Aug 22 12:37:42.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83402026-08-22T12:37:43.144Z[ recovery-image] Aug 22 12:37:42.115 INFO O| Aug 22 12:37:42.115 INFO STEP 1011 (remove_files) COMPLETE
83412026-08-22T12:37:43.144Z[ recovery-image] Aug 22 12:37:42.115 INFO O| Aug 22 12:37:42.115 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-08-22T12:37:43.153Z[ recovery-image] Aug 22 12:37:42.125 INFO O| Aug 22 12:37:42.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83432026-08-22T12:37:43.154Z[ recovery-image] Aug 22 12:37:42.125 INFO O| Aug 22 12:37:42.125 INFO STEP 1012 (remove_files) COMPLETE
83442026-08-22T12:37:43.154Z[ recovery-image] Aug 22 12:37:42.125 INFO O| Aug 22 12:37:42.125 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-08-22T12:37:43.163Z[ recovery-image] Aug 22 12:37:42.135 INFO O| Aug 22 12:37:42.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83462026-08-22T12:37:43.163Z[ recovery-image] Aug 22 12:37:42.135 INFO O| Aug 22 12:37:42.135 INFO STEP 1013 (remove_files) COMPLETE
83472026-08-22T12:37:43.163Z[ recovery-image] Aug 22 12:37:42.135 INFO O| Aug 22 12:37:42.135 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-08-22T12:37:43.175Z[ recovery-image] Aug 22 12:37:42.145 INFO O| Aug 22 12:37:42.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83492026-08-22T12:37:43.175Z[ recovery-image] Aug 22 12:37:42.145 INFO O| Aug 22 12:37:42.145 INFO STEP 1014 (remove_files) COMPLETE
83502026-08-22T12:37:43.178Z[ recovery-image] Aug 22 12:37:42.145 INFO O| Aug 22 12:37:42.145 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-08-22T12:37:43.183Z[ recovery-image] Aug 22 12:37:42.155 INFO O| Aug 22 12:37:42.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83522026-08-22T12:37:43.183Z[ recovery-image] Aug 22 12:37:42.155 INFO O| Aug 22 12:37:42.155 INFO STEP 1015 (remove_files) COMPLETE
83532026-08-22T12:37:43.186Z[ recovery-image] Aug 22 12:37:42.155 INFO O| Aug 22 12:37:42.155 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-08-22T12:37:43.193Z[ recovery-image] Aug 22 12:37:42.165 INFO O| Aug 22 12:37:42.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83552026-08-22T12:37:43.193Z[ recovery-image] Aug 22 12:37:42.165 INFO O| Aug 22 12:37:42.165 INFO STEP 1016 (remove_files) COMPLETE
83562026-08-22T12:37:43.196Z[ recovery-image] Aug 22 12:37:42.165 INFO O| Aug 22 12:37:42.165 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-08-22T12:37:43.203Z[ recovery-image] Aug 22 12:37:42.175 INFO O| Aug 22 12:37:42.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83582026-08-22T12:37:43.203Z[ recovery-image] Aug 22 12:37:42.175 INFO O| Aug 22 12:37:42.175 INFO STEP 1017 (remove_files) COMPLETE
83592026-08-22T12:37:43.203Z[ recovery-image] Aug 22 12:37:42.175 INFO O| Aug 22 12:37:42.175 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-08-22T12:37:43.213Z[ recovery-image] Aug 22 12:37:42.184 INFO O| Aug 22 12:37:42.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83612026-08-22T12:37:43.213Z[ recovery-image] Aug 22 12:37:42.184 INFO O| Aug 22 12:37:42.184 INFO STEP 1018 (remove_files) COMPLETE
83622026-08-22T12:37:43.216Z[ recovery-image] Aug 22 12:37:42.184 INFO O| Aug 22 12:37:42.184 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-08-22T12:37:43.223Z[ recovery-image] Aug 22 12:37:42.195 INFO O| Aug 22 12:37:42.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83642026-08-22T12:37:43.223Z[ recovery-image] Aug 22 12:37:42.195 INFO O| Aug 22 12:37:42.195 INFO STEP 1019 (remove_files) COMPLETE
83652026-08-22T12:37:43.224Z[ recovery-image] Aug 22 12:37:42.195 INFO O| Aug 22 12:37:42.195 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-08-22T12:37:43.233Z[ recovery-image] Aug 22 12:37:42.204 INFO O| Aug 22 12:37:42.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83672026-08-22T12:37:43.233Z[ recovery-image] Aug 22 12:37:42.204 INFO O| Aug 22 12:37:42.204 INFO STEP 1020 (remove_files) COMPLETE
83682026-08-22T12:37:43.233Z[ recovery-image] Aug 22 12:37:42.204 INFO O| Aug 22 12:37:42.204 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-22T12:37:43.242Z[ recovery-image] Aug 22 12:37:42.213 INFO O| Aug 22 12:37:42.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83702026-08-22T12:37:43.245Z[ recovery-image] Aug 22 12:37:42.214 INFO O| Aug 22 12:37:42.214 INFO STEP 1021 (remove_files) COMPLETE
83712026-08-22T12:37:43.245Z[ recovery-image] Aug 22 12:37:42.214 INFO O| Aug 22 12:37:42.214 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-22T12:37:43.255Z[ recovery-image] Aug 22 12:37:42.227 INFO O| Aug 22 12:37:42.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83732026-08-22T12:37:43.255Z[ recovery-image] Aug 22 12:37:42.227 INFO O| Aug 22 12:37:42.227 INFO STEP 1022 (remove_files) COMPLETE
83742026-08-22T12:37:43.255Z[ recovery-image] Aug 22 12:37:42.227 INFO O| Aug 22 12:37:42.227 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-22T12:37:43.266Z[ recovery-image] Aug 22 12:37:42.237 INFO O| Aug 22 12:37:42.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83762026-08-22T12:37:43.266Z[ recovery-image] Aug 22 12:37:42.237 INFO O| Aug 22 12:37:42.237 INFO STEP 1023 (remove_files) COMPLETE
83772026-08-22T12:37:43.266Z[ recovery-image] Aug 22 12:37:42.237 INFO O| Aug 22 12:37:42.237 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-22T12:37:43.276Z[ recovery-image] Aug 22 12:37:42.247 INFO O| Aug 22 12:37:42.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83792026-08-22T12:37:43.276Z[ recovery-image] Aug 22 12:37:42.247 INFO O| Aug 22 12:37:42.247 INFO STEP 1024 (remove_files) COMPLETE
83802026-08-22T12:37:43.276Z[ recovery-image] Aug 22 12:37:42.247 INFO O| Aug 22 12:37:42.247 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-22T12:37:43.285Z[ recovery-image] Aug 22 12:37:42.257 INFO O| Aug 22 12:37:42.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83822026-08-22T12:37:43.285Z[ recovery-image] Aug 22 12:37:42.257 INFO O| Aug 22 12:37:42.257 INFO STEP 1025 (remove_files) COMPLETE
83832026-08-22T12:37:43.288Z[ recovery-image] Aug 22 12:37:42.257 INFO O| Aug 22 12:37:42.257 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-22T12:37:43.296Z[ recovery-image] Aug 22 12:37:42.267 INFO O| Aug 22 12:37:42.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83852026-08-22T12:37:43.296Z[ recovery-image] Aug 22 12:37:42.267 INFO O| Aug 22 12:37:42.267 INFO STEP 1026 (remove_files) COMPLETE
83862026-08-22T12:37:43.296Z[ recovery-image] Aug 22 12:37:42.267 INFO O| Aug 22 12:37:42.267 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-22T12:37:43.305Z[ recovery-image] Aug 22 12:37:42.276 INFO O| Aug 22 12:37:42.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83882026-08-22T12:37:43.305Z[ recovery-image] Aug 22 12:37:42.276 INFO O| Aug 22 12:37:42.276 INFO STEP 1027 (remove_files) COMPLETE
83892026-08-22T12:37:43.305Z[ recovery-image] Aug 22 12:37:42.276 INFO O| Aug 22 12:37:42.276 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-22T12:37:43.316Z[ recovery-image] Aug 22 12:37:42.288 INFO O| Aug 22 12:37:42.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83912026-08-22T12:37:43.316Z[ recovery-image] Aug 22 12:37:42.288 INFO O| Aug 22 12:37:42.288 INFO STEP 1028 (remove_files) COMPLETE
83922026-08-22T12:37:43.316Z[ recovery-image] Aug 22 12:37:42.288 INFO O| Aug 22 12:37:42.288 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-22T12:37:43.326Z[ recovery-image] Aug 22 12:37:42.297 INFO O| Aug 22 12:37:42.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83942026-08-22T12:37:43.326Z[ recovery-image] Aug 22 12:37:42.298 INFO O| Aug 22 12:37:42.297 INFO STEP 1029 (remove_files) COMPLETE
83952026-08-22T12:37:43.329Z[ recovery-image] Aug 22 12:37:42.298 INFO O| Aug 22 12:37:42.297 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-22T12:37:43.335Z[ recovery-image] Aug 22 12:37:42.307 INFO O| Aug 22 12:37:42.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83972026-08-22T12:37:43.335Z[ recovery-image] Aug 22 12:37:42.307 INFO O| Aug 22 12:37:42.307 INFO STEP 1030 (remove_files) COMPLETE
83982026-08-22T12:37:43.338Z[ recovery-image] Aug 22 12:37:42.307 INFO O| Aug 22 12:37:42.307 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-22T12:37:43.344Z[ recovery-image] Aug 22 12:37:42.316 INFO O| Aug 22 12:37:42.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84002026-08-22T12:37:43.344Z[ recovery-image] Aug 22 12:37:42.316 INFO O| Aug 22 12:37:42.316 INFO STEP 1031 (remove_files) COMPLETE
84012026-08-22T12:37:43.345Z[ recovery-image] Aug 22 12:37:42.316 INFO O| Aug 22 12:37:42.316 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-22T12:37:43.354Z[ recovery-image] Aug 22 12:37:42.326 INFO O| Aug 22 12:37:42.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84032026-08-22T12:37:43.354Z[ recovery-image] Aug 22 12:37:42.326 INFO O| Aug 22 12:37:42.326 INFO STEP 1032 (remove_files) COMPLETE
84042026-08-22T12:37:43.357Z[ recovery-image] Aug 22 12:37:42.326 INFO O| Aug 22 12:37:42.326 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-22T12:37:43.363Z[ recovery-image] Aug 22 12:37:42.335 INFO O| Aug 22 12:37:42.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84062026-08-22T12:37:43.363Z[ recovery-image] Aug 22 12:37:42.335 INFO O| Aug 22 12:37:42.335 INFO STEP 1033 (remove_files) COMPLETE
84072026-08-22T12:37:43.364Z[ recovery-image] Aug 22 12:37:42.335 INFO O| Aug 22 12:37:42.335 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-22T12:37:43.374Z[ recovery-image] Aug 22 12:37:42.345 INFO O| Aug 22 12:37:42.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84092026-08-22T12:37:43.374Z[ recovery-image] Aug 22 12:37:42.345 INFO O| Aug 22 12:37:42.345 INFO STEP 1034 (remove_files) COMPLETE
84102026-08-22T12:37:43.374Z[ recovery-image] Aug 22 12:37:42.345 INFO O| Aug 22 12:37:42.345 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-22T12:37:43.383Z[ recovery-image] Aug 22 12:37:42.355 INFO O| Aug 22 12:37:42.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84122026-08-22T12:37:43.383Z[ recovery-image] Aug 22 12:37:42.355 INFO O| Aug 22 12:37:42.355 INFO STEP 1035 (remove_files) COMPLETE
84132026-08-22T12:37:43.387Z[ recovery-image] Aug 22 12:37:42.355 INFO O| Aug 22 12:37:42.355 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-22T12:37:43.393Z[ recovery-image] Aug 22 12:37:42.365 INFO O| Aug 22 12:37:42.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84152026-08-22T12:37:43.393Z[ recovery-image] Aug 22 12:37:42.365 INFO O| Aug 22 12:37:42.365 INFO STEP 1036 (remove_files) COMPLETE
84162026-08-22T12:37:43.393Z[ recovery-image] Aug 22 12:37:42.365 INFO O| Aug 22 12:37:42.365 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-22T12:37:43.404Z[ recovery-image] Aug 22 12:37:42.376 INFO O| Aug 22 12:37:42.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84182026-08-22T12:37:43.404Z[ recovery-image] Aug 22 12:37:42.376 INFO O| Aug 22 12:37:42.376 INFO STEP 1037 (remove_files) COMPLETE
84192026-08-22T12:37:43.404Z[ recovery-image] Aug 22 12:37:42.376 INFO O| Aug 22 12:37:42.376 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-22T12:37:43.414Z[ recovery-image] Aug 22 12:37:42.386 INFO O| Aug 22 12:37:42.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84212026-08-22T12:37:43.414Z[ recovery-image] Aug 22 12:37:42.386 INFO O| Aug 22 12:37:42.386 INFO STEP 1038 (remove_files) COMPLETE
84222026-08-22T12:37:43.414Z[ recovery-image] Aug 22 12:37:42.386 INFO O| Aug 22 12:37:42.386 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-22T12:37:43.437Z[ recovery-image] Aug 22 12:37:42.409 INFO O| Aug 22 12:37:42.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84242026-08-22T12:37:43.437Z[ recovery-image] Aug 22 12:37:42.409 INFO O| Aug 22 12:37:42.409 INFO STEP 1039 (remove_files) COMPLETE
84252026-08-22T12:37:43.437Z[ recovery-image] Aug 22 12:37:42.409 INFO O| Aug 22 12:37:42.409 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-22T12:37:43.448Z[ recovery-image] Aug 22 12:37:42.420 INFO O| Aug 22 12:37:42.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84272026-08-22T12:37:43.449Z[ recovery-image] Aug 22 12:37:42.420 INFO O| Aug 22 12:37:42.420 INFO STEP 1040 (remove_files) COMPLETE
84282026-08-22T12:37:43.452Z[ recovery-image] Aug 22 12:37:42.420 INFO O| Aug 22 12:37:42.420 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-22T12:37:43.459Z[ recovery-image] Aug 22 12:37:42.429 INFO O| Aug 22 12:37:42.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84302026-08-22T12:37:43.459Z[ recovery-image] Aug 22 12:37:42.429 INFO O| Aug 22 12:37:42.429 INFO STEP 1041 (remove_files) COMPLETE
84312026-08-22T12:37:43.459Z[ recovery-image] Aug 22 12:37:42.429 INFO O| Aug 22 12:37:42.429 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-22T12:37:43.468Z[ recovery-image] Aug 22 12:37:42.439 INFO O| Aug 22 12:37:42.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84332026-08-22T12:37:43.468Z[ recovery-image] Aug 22 12:37:42.440 INFO O| Aug 22 12:37:42.440 INFO STEP 1042 (remove_files) COMPLETE
84342026-08-22T12:37:43.471Z[ recovery-image] Aug 22 12:37:42.440 INFO O| Aug 22 12:37:42.440 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-22T12:37:43.479Z[ recovery-image] Aug 22 12:37:42.450 INFO O| Aug 22 12:37:42.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84362026-08-22T12:37:43.479Z[ recovery-image] Aug 22 12:37:42.450 INFO O| Aug 22 12:37:42.450 INFO STEP 1043 (remove_files) COMPLETE
84372026-08-22T12:37:43.479Z[ recovery-image] Aug 22 12:37:42.450 INFO O| Aug 22 12:37:42.450 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-22T12:37:43.489Z[ recovery-image] Aug 22 12:37:42.460 INFO O| Aug 22 12:37:42.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84392026-08-22T12:37:43.489Z[ recovery-image] Aug 22 12:37:42.460 INFO O| Aug 22 12:37:42.460 INFO STEP 1044 (remove_files) COMPLETE
84402026-08-22T12:37:43.489Z[ recovery-image] Aug 22 12:37:42.460 INFO O| Aug 22 12:37:42.460 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-22T12:37:43.498Z[ recovery-image] Aug 22 12:37:42.469 INFO O| Aug 22 12:37:42.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84422026-08-22T12:37:43.498Z[ recovery-image] Aug 22 12:37:42.470 INFO O| Aug 22 12:37:42.469 INFO STEP 1045 (remove_files) COMPLETE
84432026-08-22T12:37:43.498Z[ recovery-image] Aug 22 12:37:42.470 INFO O| Aug 22 12:37:42.469 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-22T12:37:43.508Z[ recovery-image] Aug 22 12:37:42.480 INFO O| Aug 22 12:37:42.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84452026-08-22T12:37:43.508Z[ recovery-image] Aug 22 12:37:42.480 INFO O| Aug 22 12:37:42.480 INFO STEP 1046 (remove_files) COMPLETE
84462026-08-22T12:37:43.508Z[ recovery-image] Aug 22 12:37:42.480 INFO O| Aug 22 12:37:42.480 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-22T12:37:43.518Z[ recovery-image] Aug 22 12:37:42.489 INFO O| Aug 22 12:37:42.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84482026-08-22T12:37:43.518Z[ recovery-image] Aug 22 12:37:42.489 INFO O| Aug 22 12:37:42.489 INFO STEP 1047 (remove_files) COMPLETE
84492026-08-22T12:37:43.518Z[ recovery-image] Aug 22 12:37:42.489 INFO O| Aug 22 12:37:42.489 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-22T12:37:43.528Z[ recovery-image] Aug 22 12:37:42.499 INFO O| Aug 22 12:37:42.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84512026-08-22T12:37:43.528Z[ recovery-image] Aug 22 12:37:42.499 INFO O| Aug 22 12:37:42.499 INFO STEP 1048 (remove_files) COMPLETE
84522026-08-22T12:37:43.528Z[ recovery-image] Aug 22 12:37:42.499 INFO O| Aug 22 12:37:42.499 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-22T12:37:43.539Z[ recovery-image] Aug 22 12:37:42.511 INFO O| Aug 22 12:37:42.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84542026-08-22T12:37:43.539Z[ recovery-image] Aug 22 12:37:42.511 INFO O| Aug 22 12:37:42.511 INFO STEP 1049 (remove_files) COMPLETE
84552026-08-22T12:37:43.542Z[ recovery-image] Aug 22 12:37:42.511 INFO O| Aug 22 12:37:42.511 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-22T12:37:43.550Z[ recovery-image] Aug 22 12:37:42.521 INFO O| Aug 22 12:37:42.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84572026-08-22T12:37:43.550Z[ recovery-image] Aug 22 12:37:42.521 INFO O| Aug 22 12:37:42.521 INFO STEP 1050 (remove_files) COMPLETE
84582026-08-22T12:37:43.550Z[ recovery-image] Aug 22 12:37:42.521 INFO O| Aug 22 12:37:42.521 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-22T12:37:43.560Z[ recovery-image] Aug 22 12:37:42.531 INFO O| Aug 22 12:37:42.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84602026-08-22T12:37:43.560Z[ recovery-image] Aug 22 12:37:42.531 INFO O| Aug 22 12:37:42.531 INFO STEP 1051 (remove_files) COMPLETE
84612026-08-22T12:37:43.563Z[ recovery-image] Aug 22 12:37:42.531 INFO O| Aug 22 12:37:42.531 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-22T12:37:43.569Z[ recovery-image] Aug 22 12:37:42.541 INFO O| Aug 22 12:37:42.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84632026-08-22T12:37:43.569Z[ recovery-image] Aug 22 12:37:42.541 INFO O| Aug 22 12:37:42.541 INFO STEP 1052 (remove_files) COMPLETE
84642026-08-22T12:37:43.572Z[ recovery-image] Aug 22 12:37:42.541 INFO O| Aug 22 12:37:42.541 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-22T12:37:43.578Z[ recovery-image] Aug 22 12:37:42.550 INFO O| Aug 22 12:37:42.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84662026-08-22T12:37:43.578Z[ recovery-image] Aug 22 12:37:42.550 INFO O| Aug 22 12:37:42.550 INFO STEP 1053 (remove_files) COMPLETE
84672026-08-22T12:37:43.579Z[ recovery-image] Aug 22 12:37:42.550 INFO O| Aug 22 12:37:42.550 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-22T12:37:43.587Z[ recovery-image] Aug 22 12:37:42.558 INFO O| Aug 22 12:37:42.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84692026-08-22T12:37:43.587Z[ recovery-image] Aug 22 12:37:42.559 INFO O| Aug 22 12:37:42.559 INFO STEP 1054 (remove_files) COMPLETE
84702026-08-22T12:37:43.587Z[ recovery-image] Aug 22 12:37:42.559 INFO O| Aug 22 12:37:42.559 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-22T12:37:43.596Z[ recovery-image] Aug 22 12:37:42.567 INFO O| Aug 22 12:37:42.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84722026-08-22T12:37:43.596Z[ recovery-image] Aug 22 12:37:42.567 INFO O| Aug 22 12:37:42.567 INFO STEP 1055 (remove_files) COMPLETE
84732026-08-22T12:37:43.596Z[ recovery-image] Aug 22 12:37:42.567 INFO O| Aug 22 12:37:42.567 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-22T12:37:43.606Z[ recovery-image] Aug 22 12:37:42.577 INFO O| Aug 22 12:37:42.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84752026-08-22T12:37:43.606Z[ recovery-image] Aug 22 12:37:42.577 INFO O| Aug 22 12:37:42.577 INFO STEP 1056 (remove_files) COMPLETE
84762026-08-22T12:37:43.606Z[ recovery-image] Aug 22 12:37:42.577 INFO O| Aug 22 12:37:42.577 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-22T12:37:43.616Z[ recovery-image] Aug 22 12:37:42.588 INFO O| Aug 22 12:37:42.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84782026-08-22T12:37:43.616Z[ recovery-image] Aug 22 12:37:42.588 INFO O| Aug 22 12:37:42.588 INFO STEP 1057 (remove_files) COMPLETE
84792026-08-22T12:37:43.616Z[ recovery-image] Aug 22 12:37:42.588 INFO O| Aug 22 12:37:42.588 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-22T12:37:43.626Z[ recovery-image] Aug 22 12:37:42.597 INFO O| Aug 22 12:37:42.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84812026-08-22T12:37:43.626Z[ recovery-image] Aug 22 12:37:42.597 INFO O| Aug 22 12:37:42.597 INFO STEP 1058 (remove_files) COMPLETE
84822026-08-22T12:37:43.626Z[ recovery-image] Aug 22 12:37:42.597 INFO O| Aug 22 12:37:42.597 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-22T12:37:43.645Z[ recovery-image] Aug 22 12:37:42.606 INFO O| Aug 22 12:37:42.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84842026-08-22T12:37:43.645Z[ recovery-image] Aug 22 12:37:42.606 INFO O| Aug 22 12:37:42.606 INFO STEP 1059 (remove_files) COMPLETE
84852026-08-22T12:37:43.645Z[ recovery-image] Aug 22 12:37:42.606 INFO O| Aug 22 12:37:42.606 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-22T12:37:43.645Z[ recovery-image] Aug 22 12:37:42.616 INFO O| Aug 22 12:37:42.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84872026-08-22T12:37:43.645Z[ recovery-image] Aug 22 12:37:42.616 INFO O| Aug 22 12:37:42.616 INFO STEP 1060 (remove_files) COMPLETE
84882026-08-22T12:37:43.645Z[ recovery-image] Aug 22 12:37:42.616 INFO O| Aug 22 12:37:42.616 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-22T12:37:43.653Z[ recovery-image] Aug 22 12:37:42.625 INFO O| Aug 22 12:37:42.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84902026-08-22T12:37:43.653Z[ recovery-image] Aug 22 12:37:42.625 INFO O| Aug 22 12:37:42.625 INFO STEP 1061 (remove_files) COMPLETE
84912026-08-22T12:37:43.653Z[ recovery-image] Aug 22 12:37:42.625 INFO O| Aug 22 12:37:42.625 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-22T12:37:43.663Z[ recovery-image] Aug 22 12:37:42.634 INFO O| Aug 22 12:37:42.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84932026-08-22T12:37:43.663Z[ recovery-image] Aug 22 12:37:42.634 INFO O| Aug 22 12:37:42.634 INFO STEP 1062 (remove_files) COMPLETE
84942026-08-22T12:37:43.663Z[ recovery-image] Aug 22 12:37:42.634 INFO O| Aug 22 12:37:42.634 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-22T12:37:43.678Z[ recovery-image] Aug 22 12:37:42.649 INFO O| Aug 22 12:37:42.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84962026-08-22T12:37:43.678Z[ recovery-image] Aug 22 12:37:42.649 INFO O| Aug 22 12:37:42.649 INFO STEP 1063 (remove_files) COMPLETE
84972026-08-22T12:37:43.681Z[ recovery-image] Aug 22 12:37:42.649 INFO O| Aug 22 12:37:42.649 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-22T12:37:43.689Z[ recovery-image] Aug 22 12:37:42.660 INFO O| Aug 22 12:37:42.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84992026-08-22T12:37:43.689Z[ recovery-image] Aug 22 12:37:42.660 INFO O| Aug 22 12:37:42.660 INFO STEP 1064 (remove_files) COMPLETE
85002026-08-22T12:37:43.689Z[ recovery-image] Aug 22 12:37:42.660 INFO O| Aug 22 12:37:42.660 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-22T12:37:43.699Z[ recovery-image] Aug 22 12:37:42.670 INFO O| Aug 22 12:37:42.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85022026-08-22T12:37:43.699Z[ recovery-image] Aug 22 12:37:42.670 INFO O| Aug 22 12:37:42.670 INFO STEP 1065 (remove_files) COMPLETE
85032026-08-22T12:37:43.699Z[ recovery-image] Aug 22 12:37:42.670 INFO O| Aug 22 12:37:42.670 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-22T12:37:43.710Z[ recovery-image] Aug 22 12:37:42.682 INFO O| Aug 22 12:37:42.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85052026-08-22T12:37:43.710Z[ recovery-image] Aug 22 12:37:42.682 INFO O| Aug 22 12:37:42.682 INFO STEP 1066 (remove_files) COMPLETE
85062026-08-22T12:37:43.710Z[ recovery-image] Aug 22 12:37:42.682 INFO O| Aug 22 12:37:42.682 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-08-22T12:37:43.720Z[ recovery-image] Aug 22 12:37:42.691 INFO O| Aug 22 12:37:42.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85082026-08-22T12:37:43.720Z[ recovery-image] Aug 22 12:37:42.692 INFO O| Aug 22 12:37:42.691 INFO STEP 1067 (remove_files) COMPLETE
85092026-08-22T12:37:43.723Z[ recovery-image] Aug 22 12:37:42.692 INFO O| Aug 22 12:37:42.692 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-22T12:37:43.730Z[ recovery-image] Aug 22 12:37:42.702 INFO O| Aug 22 12:37:42.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85112026-08-22T12:37:43.731Z[ recovery-image] Aug 22 12:37:42.702 INFO O| Aug 22 12:37:42.702 INFO STEP 1068 (remove_files) COMPLETE
85122026-08-22T12:37:43.731Z[ recovery-image] Aug 22 12:37:42.702 INFO O| Aug 22 12:37:42.702 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-22T12:37:43.739Z[ recovery-image] Aug 22 12:37:42.711 INFO O| Aug 22 12:37:42.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85142026-08-22T12:37:43.740Z[ recovery-image] Aug 22 12:37:42.711 INFO O| Aug 22 12:37:42.711 INFO STEP 1069 (remove_files) COMPLETE
85152026-08-22T12:37:43.743Z[ recovery-image] Aug 22 12:37:42.711 INFO O| Aug 22 12:37:42.711 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-22T12:37:43.750Z[ recovery-image] Aug 22 12:37:42.721 INFO O| Aug 22 12:37:42.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85172026-08-22T12:37:43.750Z[ recovery-image] Aug 22 12:37:42.721 INFO O| Aug 22 12:37:42.721 INFO STEP 1070 (remove_files) COMPLETE
85182026-08-22T12:37:43.750Z[ recovery-image] Aug 22 12:37:42.721 INFO O| Aug 22 12:37:42.721 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-22T12:37:43.758Z[ recovery-image] Aug 22 12:37:42.730 INFO O| Aug 22 12:37:42.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85202026-08-22T12:37:43.759Z[ recovery-image] Aug 22 12:37:42.730 INFO O| Aug 22 12:37:42.730 INFO STEP 1071 (remove_files) COMPLETE
85212026-08-22T12:37:43.759Z[ recovery-image] Aug 22 12:37:42.730 INFO O| Aug 22 12:37:42.730 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-22T12:37:43.766Z[ recovery-image] Aug 22 12:37:42.738 INFO O| Aug 22 12:37:42.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85232026-08-22T12:37:43.766Z[ recovery-image] Aug 22 12:37:42.738 INFO O| Aug 22 12:37:42.738 INFO STEP 1072 (remove_files) COMPLETE
85242026-08-22T12:37:43.766Z[ recovery-image] Aug 22 12:37:42.738 INFO O| Aug 22 12:37:42.738 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-22T12:37:43.777Z[ recovery-image] Aug 22 12:37:42.748 INFO O| Aug 22 12:37:42.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85262026-08-22T12:37:43.777Z[ recovery-image] Aug 22 12:37:42.748 INFO O| Aug 22 12:37:42.748 INFO STEP 1073 (remove_files) COMPLETE
85272026-08-22T12:37:43.780Z[ recovery-image] Aug 22 12:37:42.748 INFO O| Aug 22 12:37:42.748 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-22T12:37:43.787Z[ recovery-image] Aug 22 12:37:42.759 INFO O| Aug 22 12:37:42.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85292026-08-22T12:37:43.788Z[ recovery-image] Aug 22 12:37:42.759 INFO O| Aug 22 12:37:42.759 INFO STEP 1074 (remove_files) COMPLETE
85302026-08-22T12:37:43.788Z[ recovery-image] Aug 22 12:37:42.759 INFO O| Aug 22 12:37:42.759 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-22T12:37:43.798Z[ recovery-image] Aug 22 12:37:42.769 INFO O| Aug 22 12:37:42.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85322026-08-22T12:37:43.798Z[ recovery-image] Aug 22 12:37:42.770 INFO O| Aug 22 12:37:42.770 INFO STEP 1075 (remove_files) COMPLETE
85332026-08-22T12:37:43.801Z[ recovery-image] Aug 22 12:37:42.770 INFO O| Aug 22 12:37:42.770 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-22T12:37:43.810Z[ recovery-image] Aug 22 12:37:42.779 INFO O| Aug 22 12:37:42.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85352026-08-22T12:37:43.811Z[ recovery-image] Aug 22 12:37:42.779 INFO O| Aug 22 12:37:42.779 INFO STEP 1076 (remove_files) COMPLETE
85362026-08-22T12:37:43.811Z[ recovery-image] Aug 22 12:37:42.779 INFO O| Aug 22 12:37:42.779 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-22T12:37:43.821Z[ recovery-image] Aug 22 12:37:42.790 INFO O| Aug 22 12:37:42.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85382026-08-22T12:37:43.821Z[ recovery-image] Aug 22 12:37:42.790 INFO O| Aug 22 12:37:42.790 INFO STEP 1077 (remove_files) COMPLETE
85392026-08-22T12:37:43.821Z[ recovery-image] Aug 22 12:37:42.790 INFO O| Aug 22 12:37:42.790 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-22T12:37:43.827Z[ recovery-image] Aug 22 12:37:42.799 INFO O| Aug 22 12:37:42.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85412026-08-22T12:37:43.827Z[ recovery-image] Aug 22 12:37:42.799 INFO O| Aug 22 12:37:42.799 INFO STEP 1078 (remove_files) COMPLETE
85422026-08-22T12:37:43.830Z[ recovery-image] Aug 22 12:37:42.799 INFO O| Aug 22 12:37:42.799 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-22T12:37:43.835Z[ recovery-image] Aug 22 12:37:42.807 INFO O| Aug 22 12:37:42.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85442026-08-22T12:37:43.835Z[ recovery-image] Aug 22 12:37:42.807 INFO O| Aug 22 12:37:42.807 INFO STEP 1079 (remove_files) COMPLETE
85452026-08-22T12:37:43.835Z[ recovery-image] Aug 22 12:37:42.807 INFO O| Aug 22 12:37:42.807 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-22T12:37:43.849Z[ recovery-image] Aug 22 12:37:42.820 INFO O| Aug 22 12:37:42.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85472026-08-22T12:37:43.849Z[ recovery-image] Aug 22 12:37:42.820 INFO O| Aug 22 12:37:42.820 INFO STEP 1080 (remove_files) COMPLETE
85482026-08-22T12:37:43.852Z[ recovery-image] Aug 22 12:37:42.820 INFO O| Aug 22 12:37:42.820 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-22T12:37:43.859Z[ recovery-image] Aug 22 12:37:42.831 INFO O| Aug 22 12:37:42.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85502026-08-22T12:37:43.859Z[ recovery-image] Aug 22 12:37:42.831 INFO O| Aug 22 12:37:42.831 INFO STEP 1081 (remove_files) COMPLETE
85512026-08-22T12:37:43.860Z[ recovery-image] Aug 22 12:37:42.831 INFO O| Aug 22 12:37:42.831 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-22T12:37:43.869Z[ recovery-image] Aug 22 12:37:42.841 INFO O| Aug 22 12:37:42.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85532026-08-22T12:37:43.869Z[ recovery-image] Aug 22 12:37:42.841 INFO O| Aug 22 12:37:42.841 INFO STEP 1082 (remove_files) COMPLETE
85542026-08-22T12:37:43.873Z[ recovery-image] Aug 22 12:37:42.841 INFO O| Aug 22 12:37:42.841 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-22T12:37:43.878Z[ recovery-image] Aug 22 12:37:42.849 INFO O| Aug 22 12:37:42.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85562026-08-22T12:37:43.878Z[ recovery-image] Aug 22 12:37:42.849 INFO O| Aug 22 12:37:42.849 INFO STEP 1083 (remove_files) COMPLETE
85572026-08-22T12:37:43.878Z[ recovery-image] Aug 22 12:37:42.849 INFO O| Aug 22 12:37:42.849 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-22T12:37:43.887Z[ recovery-image] Aug 22 12:37:42.858 INFO O| Aug 22 12:37:42.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85592026-08-22T12:37:43.890Z[ recovery-image] Aug 22 12:37:42.858 INFO O| Aug 22 12:37:42.858 INFO STEP 1084 (remove_files) COMPLETE
85602026-08-22T12:37:43.890Z[ recovery-image] Aug 22 12:37:42.858 INFO O| Aug 22 12:37:42.858 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-22T12:37:43.902Z[ recovery-image] Aug 22 12:37:42.869 INFO O| Aug 22 12:37:42.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85622026-08-22T12:37:43.902Z[ recovery-image] Aug 22 12:37:42.869 INFO O| Aug 22 12:37:42.869 INFO STEP 1085 (remove_files) COMPLETE
85632026-08-22T12:37:43.902Z[ recovery-image] Aug 22 12:37:42.869 INFO O| Aug 22 12:37:42.869 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-22T12:37:43.907Z[ recovery-image] Aug 22 12:37:42.879 INFO O| Aug 22 12:37:42.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85652026-08-22T12:37:43.907Z[ recovery-image] Aug 22 12:37:42.879 INFO O| Aug 22 12:37:42.879 INFO STEP 1086 (remove_files) COMPLETE
85662026-08-22T12:37:43.907Z[ recovery-image] Aug 22 12:37:42.879 INFO O| Aug 22 12:37:42.879 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-22T12:37:43.916Z[ recovery-image] Aug 22 12:37:42.888 INFO O| Aug 22 12:37:42.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85682026-08-22T12:37:43.916Z[ recovery-image] Aug 22 12:37:42.888 INFO O| Aug 22 12:37:42.888 INFO STEP 1087 (remove_files) COMPLETE
85692026-08-22T12:37:43.917Z[ recovery-image] Aug 22 12:37:42.888 INFO O| Aug 22 12:37:42.888 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-22T12:37:43.928Z[ recovery-image] Aug 22 12:37:42.899 INFO O| Aug 22 12:37:42.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85712026-08-22T12:37:43.928Z[ recovery-image] Aug 22 12:37:42.899 INFO O| Aug 22 12:37:42.899 INFO STEP 1088 (remove_files) COMPLETE
85722026-08-22T12:37:43.928Z[ recovery-image] Aug 22 12:37:42.899 INFO O| Aug 22 12:37:42.899 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-22T12:37:43.937Z[ recovery-image] Aug 22 12:37:42.909 INFO O| Aug 22 12:37:42.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85742026-08-22T12:37:43.937Z[ recovery-image] Aug 22 12:37:42.909 INFO O| Aug 22 12:37:42.909 INFO STEP 1089 (remove_files) COMPLETE
85752026-08-22T12:37:43.937Z[ recovery-image] Aug 22 12:37:42.909 INFO O| Aug 22 12:37:42.909 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-22T12:37:43.946Z[ recovery-image] Aug 22 12:37:42.918 INFO O| Aug 22 12:37:42.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85772026-08-22T12:37:43.946Z[ recovery-image] Aug 22 12:37:42.918 INFO O| Aug 22 12:37:42.918 INFO STEP 1090 (remove_files) COMPLETE
85782026-08-22T12:37:43.946Z[ recovery-image] Aug 22 12:37:42.918 INFO O| Aug 22 12:37:42.918 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-22T12:37:43.955Z[ recovery-image] Aug 22 12:37:42.926 INFO O| Aug 22 12:37:42.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85802026-08-22T12:37:43.955Z[ recovery-image] Aug 22 12:37:42.926 INFO O| Aug 22 12:37:42.926 INFO STEP 1091 (remove_files) COMPLETE
85812026-08-22T12:37:43.955Z[ recovery-image] Aug 22 12:37:42.926 INFO O| Aug 22 12:37:42.926 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-22T12:37:43.961Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
85832026-08-22T12:37:43.964Z[ recovery-image] Aug 22 12:37:42.934 INFO O| Aug 22 12:37:42.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85842026-08-22T12:37:43.964Z[ recovery-image] Aug 22 12:37:42.934 INFO O| Aug 22 12:37:42.934 INFO STEP 1092 (remove_files) COMPLETE
85852026-08-22T12:37:43.964Z[ recovery-image] Aug 22 12:37:42.934 INFO O| Aug 22 12:37:42.934 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-22T12:37:43.971Z[ recovery-image] Aug 22 12:37:42.942 INFO O| Aug 22 12:37:42.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85872026-08-22T12:37:43.971Z[ recovery-image] Aug 22 12:37:42.942 INFO O| Aug 22 12:37:42.942 INFO STEP 1093 (remove_files) COMPLETE
85882026-08-22T12:37:43.971Z[ recovery-image] Aug 22 12:37:42.942 INFO O| Aug 22 12:37:42.942 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-22T12:37:43.979Z[ recovery-image] Aug 22 12:37:42.951 INFO O| Aug 22 12:37:42.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85902026-08-22T12:37:43.979Z[ recovery-image] Aug 22 12:37:42.951 INFO O| Aug 22 12:37:42.951 INFO STEP 1094 (remove_files) COMPLETE
85912026-08-22T12:37:43.980Z[ recovery-image] Aug 22 12:37:42.951 INFO O| Aug 22 12:37:42.951 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-22T12:37:43.988Z[ recovery-image] Aug 22 12:37:42.960 INFO O| Aug 22 12:37:42.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85932026-08-22T12:37:43.988Z[ recovery-image] Aug 22 12:37:42.960 INFO O| Aug 22 12:37:42.960 INFO STEP 1095 (remove_files) COMPLETE
85942026-08-22T12:37:43.988Z[ recovery-image] Aug 22 12:37:42.960 INFO O| Aug 22 12:37:42.960 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-22T12:37:43.996Z[ recovery-image] Aug 22 12:37:42.968 INFO O| Aug 22 12:37:42.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85962026-08-22T12:37:43.996Z[ recovery-image] Aug 22 12:37:42.968 INFO O| Aug 22 12:37:42.968 INFO STEP 1096 (remove_files) COMPLETE
85972026-08-22T12:37:43.997Z[ recovery-image] Aug 22 12:37:42.968 INFO O| Aug 22 12:37:42.968 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-22T12:37:44.004Z[ recovery-image] Aug 22 12:37:42.976 INFO O| Aug 22 12:37:42.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85992026-08-22T12:37:44.005Z[ recovery-image] Aug 22 12:37:42.976 INFO O| Aug 22 12:37:42.976 INFO STEP 1097 (remove_files) COMPLETE
86002026-08-22T12:37:44.005Z[ recovery-image] Aug 22 12:37:42.976 INFO O| Aug 22 12:37:42.976 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-22T12:37:44.012Z[ recovery-image] Aug 22 12:37:42.984 INFO O| Aug 22 12:37:42.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86022026-08-22T12:37:44.012Z[ recovery-image] Aug 22 12:37:42.984 INFO O| Aug 22 12:37:42.984 INFO STEP 1098 (remove_files) COMPLETE
86032026-08-22T12:37:44.012Z[ recovery-image] Aug 22 12:37:42.984 INFO O| Aug 22 12:37:42.984 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-22T12:37:44.020Z[ recovery-image] Aug 22 12:37:42.992 INFO O| Aug 22 12:37:42.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86052026-08-22T12:37:44.020Z[ recovery-image] Aug 22 12:37:42.992 INFO O| Aug 22 12:37:42.992 INFO STEP 1099 (remove_files) COMPLETE
86062026-08-22T12:37:44.020Z[ recovery-image] Aug 22 12:37:42.992 INFO O| Aug 22 12:37:42.992 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-22T12:37:44.028Z[ recovery-image] Aug 22 12:37:43.000 INFO O| Aug 22 12:37:43.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86082026-08-22T12:37:44.028Z[ recovery-image] Aug 22 12:37:43.000 INFO O| Aug 22 12:37:43.000 INFO STEP 1100 (remove_files) COMPLETE
86092026-08-22T12:37:44.032Z[ recovery-image] Aug 22 12:37:43.000 INFO O| Aug 22 12:37:43.000 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-22T12:37:44.038Z[ recovery-image] Aug 22 12:37:43.009 INFO O| Aug 22 12:37:43.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86112026-08-22T12:37:44.038Z[ recovery-image] Aug 22 12:37:43.009 INFO O| Aug 22 12:37:43.009 INFO STEP 1101 (remove_files) COMPLETE
86122026-08-22T12:37:44.038Z[ recovery-image] Aug 22 12:37:43.009 INFO O| Aug 22 12:37:43.009 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-22T12:37:44.048Z[ recovery-image] Aug 22 12:37:43.020 INFO O| Aug 22 12:37:43.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86142026-08-22T12:37:44.048Z[ recovery-image] Aug 22 12:37:43.020 INFO O| Aug 22 12:37:43.020 INFO STEP 1102 (remove_files) COMPLETE
86152026-08-22T12:37:44.051Z[ recovery-image] Aug 22 12:37:43.020 INFO O| Aug 22 12:37:43.020 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-22T12:37:44.059Z[ recovery-image] Aug 22 12:37:43.030 INFO O| Aug 22 12:37:43.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86172026-08-22T12:37:44.059Z[ recovery-image] Aug 22 12:37:43.030 INFO O| Aug 22 12:37:43.030 INFO STEP 1103 (remove_files) COMPLETE
86182026-08-22T12:37:44.059Z[ recovery-image] Aug 22 12:37:43.030 INFO O| Aug 22 12:37:43.030 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-22T12:37:44.069Z[ recovery-image] Aug 22 12:37:43.041 INFO O| Aug 22 12:37:43.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86202026-08-22T12:37:44.069Z[ recovery-image] Aug 22 12:37:43.041 INFO O| Aug 22 12:37:43.041 INFO STEP 1104 (remove_files) COMPLETE
86212026-08-22T12:37:44.069Z[ recovery-image] Aug 22 12:37:43.041 INFO O| Aug 22 12:37:43.041 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-22T12:37:44.079Z[ recovery-image] Aug 22 12:37:43.050 INFO O| Aug 22 12:37:43.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86232026-08-22T12:37:44.079Z[ recovery-image] Aug 22 12:37:43.050 INFO O| Aug 22 12:37:43.050 INFO STEP 1105 (remove_files) COMPLETE
86242026-08-22T12:37:44.079Z[ recovery-image] Aug 22 12:37:43.050 INFO O| Aug 22 12:37:43.050 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-22T12:37:44.089Z[ recovery-image] Aug 22 12:37:43.061 INFO O| Aug 22 12:37:43.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86262026-08-22T12:37:44.090Z[ recovery-image] Aug 22 12:37:43.061 INFO O| Aug 22 12:37:43.061 INFO STEP 1106 (remove_files) COMPLETE
86272026-08-22T12:37:44.090Z[ recovery-image] Aug 22 12:37:43.061 INFO O| Aug 22 12:37:43.061 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-22T12:37:44.099Z[ recovery-image] Aug 22 12:37:43.071 INFO O| Aug 22 12:37:43.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86292026-08-22T12:37:44.102Z[ recovery-image] Aug 22 12:37:43.071 INFO O| Aug 22 12:37:43.071 INFO STEP 1107 (remove_files) COMPLETE
86302026-08-22T12:37:44.102Z[ recovery-image] Aug 22 12:37:43.071 INFO O| Aug 22 12:37:43.071 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-22T12:37:44.109Z[ recovery-image] Aug 22 12:37:43.080 INFO O| Aug 22 12:37:43.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86322026-08-22T12:37:44.109Z[ recovery-image] Aug 22 12:37:43.081 INFO O| Aug 22 12:37:43.081 INFO STEP 1108 (remove_files) COMPLETE
86332026-08-22T12:37:44.109Z[ recovery-image] Aug 22 12:37:43.081 INFO O| Aug 22 12:37:43.081 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-22T12:37:44.120Z[ recovery-image] Aug 22 12:37:43.091 INFO O| Aug 22 12:37:43.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86352026-08-22T12:37:44.120Z[ recovery-image] Aug 22 12:37:43.091 INFO O| Aug 22 12:37:43.091 INFO STEP 1109 (remove_files) COMPLETE
86362026-08-22T12:37:44.120Z[ recovery-image] Aug 22 12:37:43.091 INFO O| Aug 22 12:37:43.091 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-22T12:37:44.130Z[ recovery-image] Aug 22 12:37:43.102 INFO O| Aug 22 12:37:43.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86382026-08-22T12:37:44.131Z[ recovery-image] Aug 22 12:37:43.102 INFO O| Aug 22 12:37:43.102 INFO STEP 1110 (remove_files) COMPLETE
86392026-08-22T12:37:44.131Z[ recovery-image] Aug 22 12:37:43.102 INFO O| Aug 22 12:37:43.102 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-22T12:37:44.140Z[ recovery-image] Aug 22 12:37:43.112 INFO O| Aug 22 12:37:43.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86412026-08-22T12:37:44.140Z[ recovery-image] Aug 22 12:37:43.112 INFO O| Aug 22 12:37:43.112 INFO STEP 1111 (remove_files) COMPLETE
86422026-08-22T12:37:44.140Z[ recovery-image] Aug 22 12:37:43.112 INFO O| Aug 22 12:37:43.112 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-22T12:37:44.150Z[ recovery-image] Aug 22 12:37:43.122 INFO O| Aug 22 12:37:43.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86442026-08-22T12:37:44.153Z[ recovery-image] Aug 22 12:37:43.122 INFO O| Aug 22 12:37:43.122 INFO STEP 1112 (remove_files) COMPLETE
86452026-08-22T12:37:44.153Z[ recovery-image] Aug 22 12:37:43.122 INFO O| Aug 22 12:37:43.122 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-08-22T12:37:44.160Z[ recovery-image] Aug 22 12:37:43.132 INFO O| Aug 22 12:37:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86472026-08-22T12:37:44.163Z[ recovery-image] Aug 22 12:37:43.132 INFO O| Aug 22 12:37:43.132 INFO STEP 1113 (remove_files) COMPLETE
86482026-08-22T12:37:44.163Z[ recovery-image] Aug 22 12:37:43.132 INFO O| Aug 22 12:37:43.132 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-08-22T12:37:44.172Z[ recovery-image] Aug 22 12:37:43.143 INFO O| Aug 22 12:37:43.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86502026-08-22T12:37:44.172Z[ recovery-image] Aug 22 12:37:43.143 INFO O| Aug 22 12:37:43.143 INFO STEP 1114 (remove_files) COMPLETE
86512026-08-22T12:37:44.172Z[ recovery-image] Aug 22 12:37:43.143 INFO O| Aug 22 12:37:43.143 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-08-22T12:37:44.182Z[ recovery-image] Aug 22 12:37:43.152 INFO O| Aug 22 12:37:43.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86532026-08-22T12:37:44.182Z[ recovery-image] Aug 22 12:37:43.152 INFO O| Aug 22 12:37:43.152 INFO STEP 1115 (remove_files) COMPLETE
86542026-08-22T12:37:44.182Z[ recovery-image] Aug 22 12:37:43.152 INFO O| Aug 22 12:37:43.152 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-08-22T12:37:44.192Z[ recovery-image] Aug 22 12:37:43.163 INFO O| Aug 22 12:37:43.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86562026-08-22T12:37:44.192Z[ recovery-image] Aug 22 12:37:43.163 INFO O| Aug 22 12:37:43.163 INFO STEP 1116 (remove_files) COMPLETE
86572026-08-22T12:37:44.195Z[ recovery-image] Aug 22 12:37:43.163 INFO O| Aug 22 12:37:43.163 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-08-22T12:37:44.200Z[ recovery-image] Aug 22 12:37:43.172 INFO O| Aug 22 12:37:43.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86592026-08-22T12:37:44.200Z[ recovery-image] Aug 22 12:37:43.172 INFO O| Aug 22 12:37:43.172 INFO STEP 1117 (remove_files) COMPLETE
86602026-08-22T12:37:44.200Z[ recovery-image] Aug 22 12:37:43.172 INFO O| Aug 22 12:37:43.172 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86612026-08-22T12:37:44.214Z[ recovery-image] Aug 22 12:37:43.185 INFO O| Aug 22 12:37:43.185 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86622026-08-22T12:37:44.214Z[ recovery-image] Aug 22 12:37:43.185 INFO O| Aug 22 12:37:43.185 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86632026-08-22T12:37:44.217Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
86642026-08-22T12:37:44.534Z[verify-libraries] Compiling socket2 v0.5.10
86652026-08-22T12:37:44.676Z[verify-libraries] Compiling fs-err v2.11.0
86662026-08-22T12:37:44.717Z[verify-libraries] Compiling internet-checksum v0.2.1
86672026-08-22T12:37:44.928Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86682026-08-22T12:37:45.007Z[ recovery-image] Aug 22 12:37:43.978 INFO O| Aug 22 12:37:43.977 INFO STEP 1118 (pack_tar) COMPLETE
86692026-08-22T12:37:45.007Z[ recovery-image] Aug 22 12:37:43.978 INFO O| Aug 22 12:37:43.977 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86702026-08-22T12:37:45.007Z[ recovery-image] Aug 22 12:37:43.978 INFO O| Aug 22 12:37:43.977 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86712026-08-22T12:37:45.279Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
86722026-08-22T12:37:45.586Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86732026-08-22T12:37:45.664Z[ recovery-image] Aug 22 12:37:44.635 INFO O| Aug 22 12:37:44.635 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86742026-08-22T12:37:45.728Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86752026-08-22T12:37:45.821Z[ recovery-image] Aug 22 12:37:44.793 INFO O| Aug 22 12:37:44.792 INFO completed processing sled/ramdisk-03-recovery-trim
86762026-08-22T12:37:45.825Z[ recovery-image] Aug 22 12:37:44.796 INFO image builder template: zfs-recovery...
86772026-08-22T12:37:45.825Z[ recovery-image] Aug 22 12:37:44.796 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/.tmpL7TO3H/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
86782026-08-22T12:37:45.853Z[ recovery-image] Aug 22 12:37:44.824 INFO O| Aug 22 12:37:44.824 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86792026-08-22T12:37:45.856Z[ recovery-image] Aug 22 12:37:44.828 INFO O| Aug 22 12:37:44.828 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86802026-08-22T12:37:45.969Z[ recovery-image] Aug 22 12:37:44.940 INFO O| Aug 22 12:37:44.940 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86812026-08-22T12:37:46.022Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86822026-08-22T12:37:46.091Z[ recovery-image] Aug 22 12:37:45.063 INFO O| Aug 22 12:37:45.063 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86832026-08-22T12:37:46.091Z[ recovery-image] Aug 22 12:37:45.063 INFO O| Aug 22 12:37:45.063 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86842026-08-22T12:37:46.095Z[ recovery-image] Aug 22 12:37:45.067 INFO O| Aug 22 12:37:45.067 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86852026-08-22T12:37:46.213Z[ recovery-image] Aug 22 12:37:45.184 INFO O| Aug 22 12:37:45.184 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86862026-08-22T12:37:46.304Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86872026-08-22T12:37:46.317Z[ recovery-image] Aug 22 12:37:45.288 INFO O| Aug 22 12:37:45.288 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86882026-08-22T12:37:46.326Z[ recovery-image] Aug 22 12:37:45.297 INFO O| Aug 22 12:37:45.297 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86892026-08-22T12:37:46.330Z[ recovery-image] Aug 22 12:37:45.302 INFO O| Aug 22 12:37:45.302 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86902026-08-22T12:37:46.333Z[ recovery-image] Aug 22 12:37:45.303 INFO O| Aug 22 12:37:45.303 INFO no lofi found
86912026-08-22T12:37:46.333Z[ recovery-image] Aug 22 12:37:45.303 INFO O| Aug 22 12:37:45.303 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86922026-08-22T12:37:46.333Z[ recovery-image] Aug 22 12:37:45.303 INFO O| Aug 22 12:37:45.303 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86932026-08-22T12:37:46.518Z[verify-libraries] Compiling git2 v0.20.4
86942026-08-22T12:37:47.759Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86952026-08-22T12:37:47.863Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86962026-08-22T12:37:48.030Z[ recovery-image] Aug 22 12:37:47.001 INFO O| Aug 22 12:37:47.001 INFO lofi device = /dev/dsk/c2t1d0p0
86972026-08-22T12:37:48.030Z[ recovery-image] Aug 22 12:37:47.001 INFO O| Aug 22 12:37:47.001 INFO pool device = /dev/dsk/c2t1d0p0
86982026-08-22T12:37:48.030Z[ recovery-image] Aug 22 12:37:47.001 INFO O| Aug 22 12:37:47.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"]
86992026-08-22T12:37:48.130Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87002026-08-22T12:37:48.182Z[ recovery-image] Aug 22 12:37:47.153 INFO O| Aug 22 12:37:47.153 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87012026-08-22T12:37:48.182Z[ recovery-image] Aug 22 12:37:47.153 INFO O| Aug 22 12:37:47.153 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87022026-08-22T12:37:48.206Z[ recovery-image] Aug 22 12:37:47.178 INFO O| Aug 22 12:37:47.178 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87032026-08-22T12:37:48.338Z[ recovery-image] Aug 22 12:37:47.309 INFO O| Aug 22 12:37:47.309 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87042026-08-22T12:37:48.373Z[ recovery-image] Aug 22 12:37:47.344 INFO O| Aug 22 12:37:47.344 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87052026-08-22T12:37:48.395Z[ recovery-image] Aug 22 12:37:47.366 INFO O| Aug 22 12:37:47.366 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87062026-08-22T12:37:48.411Z[ recovery-image] Aug 22 12:37:47.382 INFO O| Aug 22 12:37:47.382 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87072026-08-22T12:37:48.432Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87082026-08-22T12:37:48.453Z[ recovery-image] Aug 22 12:37:47.424 INFO O| Aug 22 12:37:47.424 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87092026-08-22T12:37:48.453Z[ recovery-image] Aug 22 12:37:47.424 INFO O| Aug 22 12:37:47.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87102026-08-22T12:37:48.453Z[ recovery-image] Aug 22 12:37:47.424 INFO O| Aug 22 12:37:47.424 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87112026-08-22T12:37:48.460Z[ recovery-image] Aug 22 12:37:47.432 INFO O| Aug 22 12:37:47.432 INFO boot environment UUID: 75332915-f4b4-4f4a-88a6-4ea328281ca2
87122026-08-22T12:37:48.461Z[ recovery-image] Aug 22 12:37:47.432 INFO O| Aug 22 12:37:47.432 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 75332915-f4b4-4f4a-88a6-4ea328281ca2
87132026-08-22T12:37:48.469Z[verify-libraries] Compiling yansi v1.0.1
87142026-08-22T12:37:48.476Z[ recovery-image] Aug 22 12:37:47.447 INFO O| Aug 22 12:37:47.447 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87152026-08-22T12:37:48.492Z[ recovery-image] Aug 22 12:37:47.463 INFO O| Aug 22 12:37:47.463 INFO STEP 0 (create_be) COMPLETE
87162026-08-22T12:37:48.492Z[ recovery-image] Aug 22 12:37:47.463 INFO O| Aug 22 12:37:47.463 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87172026-08-22T12:37:48.507Z[ recovery-image] Aug 22 12:37:47.478 INFO O| Aug 22 12:37:47.478 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87182026-08-22T12:37:49.004Z[verify-libraries] Compiling pretty_assertions v1.4.1
87192026-08-22T12:37:49.420Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87202026-08-22T12:37:49.626Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87212026-08-22T12:37:50.534Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87222026-08-22T12:37:50.679Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87232026-08-22T12:37:50.715Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87242026-08-22T12:37:50.933Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87252026-08-22T12:37:51.095Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87262026-08-22T12:37:51.134Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87272026-08-22T12:37:51.482Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87282026-08-22T12:37:51.547Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87292026-08-22T12:37:51.613Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87302026-08-22T12:37:51.837Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87312026-08-22T12:37:51.919Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87322026-08-22T12:37:52.090Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87332026-08-22T12:37:52.148Z[verify-libraries] Compiling drift v0.2.0
87342026-08-22T12:37:52.275Z[verify-libraries] Compiling uzers v0.12.2
87352026-08-22T12:37:52.810Z[verify-libraries] Compiling parse-size v1.1.0
87362026-08-22T12:37:53.080Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87372026-08-22T12:37:53.118Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87382026-08-22T12:37:53.627Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87392026-08-22T12:37:54.137Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87402026-08-22T12:37:54.409Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87412026-08-22T12:37:54.986Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87422026-08-22T12:37:55.728Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87432026-08-22T12:37:56.547Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87442026-08-22T12:37:57.297Z[ recovery-image] Aug 22 12:37:56.269 INFO O| Aug 22 12:37:56.269 INFO STEP 1 (unpack_tar) COMPLETE
87452026-08-22T12:37:57.297Z[ recovery-image] Aug 22 12:37:56.269 INFO O| Aug 22 12:37:56.269 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462026-08-22T12:37:57.308Z[ recovery-image] Aug 22 12:37:56.280 INFO O| Aug 22 12:37:56.280 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87472026-08-22T12:37:57.477Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87482026-08-22T12:37:58.461Z[ recovery-image] Aug 22 12:37:57.432 INFO O| Aug 22 12:37:57.432 INFO STEP 2 (devfsadm) COMPLETE
87492026-08-22T12:37:58.461Z[ recovery-image] Aug 22 12:37:57.432 INFO O| Aug 22 12:37:57.432 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502026-08-22T12:37:58.472Z[ recovery-image] Aug 22 12:37:57.443 INFO O| Aug 22 12:37:57.443 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87512026-08-22T12:37:58.472Z[ recovery-image] Aug 22 12:37:57.443 INFO O| Aug 22 12:37:57.443 INFO STEP 3 (ensure_dir) COMPLETE
87522026-08-22T12:37:58.475Z[ recovery-image] Aug 22 12:37:57.443 INFO O| Aug 22 12:37:57.443 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-22T12:37:58.482Z[ recovery-image] Aug 22 12:37:57.453 INFO O| Aug 22 12:37:57.453 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87542026-08-22T12:37:58.482Z[ recovery-image] Aug 22 12:37:57.453 INFO O| Aug 22 12:37:57.453 INFO STEP 4 (ensure_dir) COMPLETE
87552026-08-22T12:37:58.485Z[ recovery-image] Aug 22 12:37:57.453 INFO O| Aug 22 12:37:57.453 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562026-08-22T12:37:58.492Z[ recovery-image] Aug 22 12:37:57.463 INFO O| Aug 22 12:37:57.463 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87572026-08-22T12:37:58.492Z[ recovery-image] Aug 22 12:37:57.463 INFO O| Aug 22 12:37:57.463 INFO STEP 5 (ensure_dir) COMPLETE
87582026-08-22T12:37:58.492Z[ recovery-image] Aug 22 12:37:57.463 INFO O| Aug 22 12:37:57.463 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592026-08-22T12:37:58.502Z[ recovery-image] Aug 22 12:37:57.473 INFO O| Aug 22 12:37:57.473 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87602026-08-22T12:37:58.502Z[ recovery-image] Aug 22 12:37:57.473 INFO O| Aug 22 12:37:57.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87612026-08-22T12:37:58.502Z[ recovery-image] Aug 22 12:37:57.473 INFO O| Aug 22 12:37:57.473 INFO STEP 6 (ensure_dir) COMPLETE
87622026-08-22T12:37:58.505Z[ recovery-image] Aug 22 12:37:57.473 INFO O| Aug 22 12:37:57.473 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-08-22T12:37:58.513Z[ recovery-image] Aug 22 12:37:57.484 INFO O| Aug 22 12:37:57.484 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87642026-08-22T12:37:58.513Z[ recovery-image] Aug 22 12:37:57.484 INFO O| Aug 22 12:37:57.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87652026-08-22T12:37:58.513Z[ recovery-image] Aug 22 12:37:57.484 INFO O| Aug 22 12:37:57.484 INFO STEP 7 (ensure_dir) COMPLETE
87662026-08-22T12:37:58.516Z[ recovery-image] Aug 22 12:37:57.484 INFO O| Aug 22 12:37:57.484 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87672026-08-22T12:37:58.523Z[ recovery-image] Aug 22 12:37:57.494 INFO O| Aug 22 12:37:57.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87682026-08-22T12:37:58.526Z[ recovery-image] Aug 22 12:37:57.495 INFO O| Aug 22 12:37:57.495 INFO STEP 8 (remove_files) COMPLETE
87692026-08-22T12:37:58.526Z[ recovery-image] Aug 22 12:37:57.495 INFO O| Aug 22 12:37:57.495 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702026-08-22T12:37:58.532Z[ recovery-image] Aug 22 12:37:57.504 INFO O| Aug 22 12:37:57.504 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87712026-08-22T12:37:58.536Z[ recovery-image] Aug 22 12:37:57.505 INFO O| Aug 22 12:37:57.505 INFO STEP 9 (remove_files) COMPLETE
87722026-08-22T12:37:58.536Z[ recovery-image] Aug 22 12:37:57.505 INFO O| Aug 22 12:37:57.505 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-08-22T12:37:58.542Z[ recovery-image] Aug 22 12:37:57.514 INFO O| Aug 22 12:37:57.514 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87742026-08-22T12:37:58.545Z[ recovery-image] Aug 22 12:37:57.515 INFO O| Aug 22 12:37:57.515 INFO STEP 10 (remove_files) COMPLETE
87752026-08-22T12:37:58.545Z[ recovery-image] Aug 22 12:37:57.515 INFO O| Aug 22 12:37:57.515 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-22T12:37:58.554Z[ recovery-image] Aug 22 12:37:57.526 INFO O| Aug 22 12:37:57.526 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87772026-08-22T12:37:58.554Z[ recovery-image] Aug 22 12:37:57.526 INFO O| Aug 22 12:37:57.526 INFO STEP 11 (remove_files) COMPLETE
87782026-08-22T12:37:58.554Z[ recovery-image] Aug 22 12:37:57.526 INFO O| Aug 22 12:37:57.526 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-22T12:37:58.565Z[ recovery-image] Aug 22 12:37:57.537 INFO O| Aug 22 12:37:57.537 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87802026-08-22T12:37:58.566Z[ recovery-image] Aug 22 12:37:57.537 INFO O| Aug 22 12:37:57.537 INFO STEP 12 (remove_files) COMPLETE
87812026-08-22T12:37:58.569Z[ recovery-image] Aug 22 12:37:57.537 INFO O| Aug 22 12:37:57.537 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-22T12:37:58.576Z[ recovery-image] Aug 22 12:37:57.547 INFO O| Aug 22 12:37:57.547 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87832026-08-22T12:37:58.576Z[ recovery-image] Aug 22 12:37:57.547 INFO O| Aug 22 12:37:57.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87842026-08-22T12:37:58.576Z[ recovery-image] Aug 22 12:37:57.547 INFO O| Aug 22 12:37:57.547 INFO STEP 13 (ensure_dir) COMPLETE
87852026-08-22T12:37:58.581Z[ recovery-image] Aug 22 12:37:57.547 INFO O| Aug 22 12:37:57.547 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-22T12:37:58.587Z[ recovery-image] Aug 22 12:37:57.559 INFO O| Aug 22 12:37:57.559 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87872026-08-22T12:37:58.587Z[ recovery-image] Aug 22 12:37:57.559 INFO O| Aug 22 12:37:57.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87882026-08-22T12:37:58.587Z[ recovery-image] Aug 22 12:37:57.559 INFO O| Aug 22 12:37:57.559 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87892026-08-22T12:37:58.590Z[ recovery-image] Aug 22 12:37:57.559 INFO O| Aug 22 12:37:57.559 INFO STEP 14 (ensure_dir) COMPLETE
87902026-08-22T12:37:58.590Z[ recovery-image] Aug 22 12:37:57.559 INFO O| Aug 22 12:37:57.559 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-22T12:37:58.597Z[ recovery-image] Aug 22 12:37:57.569 INFO O| Aug 22 12:37:57.569 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87922026-08-22T12:37:58.597Z[ recovery-image] Aug 22 12:37:57.569 INFO O| Aug 22 12:37:57.569 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87932026-08-22T12:37:58.600Z[ recovery-image] Aug 22 12:37:57.569 INFO O| Aug 22 12:37:57.569 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87942026-08-22T12:37:58.600Z[ recovery-image] Aug 22 12:37:57.569 INFO O| Aug 22 12:37:57.569 INFO STEP 15 (ensure_dir) COMPLETE
87952026-08-22T12:37:58.600Z[ recovery-image] Aug 22 12:37:57.569 INFO O| Aug 22 12:37:57.569 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-08-22T12:37:58.606Z[ recovery-image] Aug 22 12:37:57.578 INFO O| Aug 22 12:37:57.578 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87972026-08-22T12:37:58.606Z[ recovery-image] Aug 22 12:37:57.578 INFO O| Aug 22 12:37:57.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87982026-08-22T12:37:58.610Z[ recovery-image] Aug 22 12:37:57.578 INFO O| Aug 22 12:37:57.578 INFO STEP 16 (ensure_dir) COMPLETE
87992026-08-22T12:37:58.610Z[ recovery-image] Aug 22 12:37:57.578 INFO O| Aug 22 12:37:57.578 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-22T12:37:58.618Z[ recovery-image] Aug 22 12:37:57.590 INFO O| Aug 22 12:37:57.590 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88012026-08-22T12:37:58.618Z[ recovery-image] Aug 22 12:37:57.590 INFO O| Aug 22 12:37:57.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88022026-08-22T12:37:58.618Z[ recovery-image] Aug 22 12:37:57.590 INFO O| Aug 22 12:37:57.590 INFO STEP 17 (ensure_dir) COMPLETE
88032026-08-22T12:37:58.621Z[ recovery-image] Aug 22 12:37:57.590 INFO O| Aug 22 12:37:57.590 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-22T12:37:58.628Z[ recovery-image] Aug 22 12:37:57.600 INFO O| Aug 22 12:37:57.600 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88052026-08-22T12:37:58.628Z[ recovery-image] Aug 22 12:37:57.600 INFO O| Aug 22 12:37:57.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88062026-08-22T12:37:58.628Z[ recovery-image] Aug 22 12:37:57.600 INFO O| Aug 22 12:37:57.600 INFO ok!
88072026-08-22T12:37:58.631Z[ recovery-image] Aug 22 12:37:57.600 INFO O| Aug 22 12:37:57.600 INFO STEP 18 (ensure_symlink) COMPLETE
88082026-08-22T12:37:58.631Z[ recovery-image] Aug 22 12:37:57.600 INFO O| Aug 22 12:37:57.600 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-22T12:37:58.639Z[ recovery-image] Aug 22 12:37:57.611 INFO O| Aug 22 12:37:57.610 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88102026-08-22T12:37:58.639Z[ recovery-image] Aug 22 12:37:57.611 INFO O| Aug 22 12:37:57.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88112026-08-22T12:37:58.640Z[ recovery-image] Aug 22 12:37:57.611 INFO O| Aug 22 12:37:57.611 INFO ok!
88122026-08-22T12:37:58.643Z[ recovery-image] Aug 22 12:37:57.611 INFO O| Aug 22 12:37:57.611 INFO STEP 19 (ensure_file) COMPLETE
88132026-08-22T12:37:58.643Z[ recovery-image] Aug 22 12:37:57.611 INFO O| Aug 22 12:37:57.611 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142026-08-22T12:37:58.649Z[ recovery-image] Aug 22 12:37:57.621 INFO O| Aug 22 12:37:57.621 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88152026-08-22T12:37:58.649Z[ recovery-image] Aug 22 12:37:57.621 INFO O| Aug 22 12:37:57.621 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88162026-08-22T12:37:58.649Z[ recovery-image] Aug 22 12:37:57.621 INFO O| Aug 22 12:37:57.621 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88172026-08-22T12:37:58.650Z[ recovery-image] Aug 22 12:37:57.621 INFO O| Aug 22 12:37:57.621 INFO ok!
88182026-08-22T12:37:58.650Z[ recovery-image] Aug 22 12:37:57.621 INFO O| Aug 22 12:37:57.621 INFO STEP 20 (ensure_symlink) COMPLETE
88192026-08-22T12:37:58.653Z[ recovery-image] Aug 22 12:37:57.621 INFO O| Aug 22 12:37:57.621 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88202026-08-22T12:37:58.660Z[ recovery-image] Aug 22 12:37:57.632 INFO O| Aug 22 12:37:57.632 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88212026-08-22T12:37:58.661Z[ recovery-image] Aug 22 12:37:57.632 INFO O| Aug 22 12:37:57.632 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88222026-08-22T12:37:58.661Z[ recovery-image] Aug 22 12:37:57.632 INFO O| Aug 22 12:37:57.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88232026-08-22T12:37:58.664Z[ recovery-image] Aug 22 12:37:57.632 INFO O| Aug 22 12:37:57.632 INFO ok!
88242026-08-22T12:37:58.664Z[ recovery-image] Aug 22 12:37:57.632 INFO O| Aug 22 12:37:57.632 INFO STEP 21 (ensure_symlink) COMPLETE
88252026-08-22T12:37:58.664Z[ recovery-image] Aug 22 12:37:57.632 INFO O| Aug 22 12:37:57.632 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88262026-08-22T12:37:58.672Z[ recovery-image] Aug 22 12:37:57.643 INFO O| Aug 22 12:37:57.643 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88272026-08-22T12:37:58.672Z[ recovery-image] Aug 22 12:37:57.643 INFO O| Aug 22 12:37:57.643 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88282026-08-22T12:37:58.672Z[ recovery-image] Aug 22 12:37:57.643 INFO O| Aug 22 12:37:57.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88292026-08-22T12:37:58.675Z[ recovery-image] Aug 22 12:37:57.643 INFO O| Aug 22 12:37:57.643 INFO ok!
88302026-08-22T12:37:58.675Z[ recovery-image] Aug 22 12:37:57.643 INFO O| Aug 22 12:37:57.643 INFO STEP 22 (ensure_symlink) COMPLETE
88312026-08-22T12:37:58.675Z[ recovery-image] Aug 22 12:37:57.643 INFO O| Aug 22 12:37:57.643 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-08-22T12:37:58.683Z[ recovery-image] Aug 22 12:37:57.654 INFO O| Aug 22 12:37:57.654 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88332026-08-22T12:37:58.683Z[ recovery-image] Aug 22 12:37:57.654 INFO O| Aug 22 12:37:57.654 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88342026-08-22T12:37:58.683Z[ recovery-image] Aug 22 12:37:57.654 INFO O| Aug 22 12:37:57.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88352026-08-22T12:37:58.686Z[ recovery-image] Aug 22 12:37:57.654 INFO O| Aug 22 12:37:57.654 INFO ok!
88362026-08-22T12:37:58.686Z[ recovery-image] Aug 22 12:37:57.654 INFO O| Aug 22 12:37:57.654 INFO STEP 23 (ensure_symlink) COMPLETE
88372026-08-22T12:37:58.686Z[ recovery-image] Aug 22 12:37:57.654 INFO O| Aug 22 12:37:57.654 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-22T12:37:58.694Z[ recovery-image] Aug 22 12:37:57.666 INFO O| Aug 22 12:37:57.666 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88392026-08-22T12:37:58.694Z[ recovery-image] Aug 22 12:37:57.666 INFO O| Aug 22 12:37:57.666 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 ...
88402026-08-22T12:37:58.694Z[ recovery-image] Aug 22 12:37:57.666 INFO O| Aug 22 12:37:57.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88412026-08-22T12:37:58.698Z[ recovery-image] Aug 22 12:37:57.666 INFO O| Aug 22 12:37:57.666 INFO ok!
88422026-08-22T12:37:58.698Z[ recovery-image] Aug 22 12:37:57.666 INFO O| Aug 22 12:37:57.666 INFO STEP 24 (ensure_file) COMPLETE
88432026-08-22T12:37:58.698Z[ recovery-image] Aug 22 12:37:57.666 INFO O| Aug 22 12:37:57.666 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-08-22T12:37:58.704Z[ recovery-image] Aug 22 12:37:57.676 INFO O| Aug 22 12:37:57.676 INFO updating shadow file
88452026-08-22T12:37:58.704Z[ recovery-image] Aug 22 12:37:57.676 INFO O| Aug 22 12:37:57.676 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88462026-08-22T12:37:58.704Z[ recovery-image] Aug 22 12:37:57.676 INFO O| Aug 22 12:37:57.676 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88472026-08-22T12:37:58.707Z[ recovery-image] Aug 22 12:37:57.676 INFO O| Aug 22 12:37:57.676 INFO STEP 25 (shadow) COMPLETE
88482026-08-22T12:37:58.708Z[ recovery-image] Aug 22 12:37:57.676 INFO O| Aug 22 12:37:57.676 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-22T12:37:58.714Z[ recovery-image] Aug 22 12:37:57.686 INFO O| Aug 22 12:37:57.686 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88502026-08-22T12:37:58.714Z[ recovery-image] Aug 22 12:37:57.686 INFO O| Aug 22 12:37:57.686 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88512026-08-22T12:37:58.714Z[ recovery-image] Aug 22 12:37:57.686 INFO O| Aug 22 12:37:57.686 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88522026-08-22T12:37:58.714Z[ recovery-image] Aug 22 12:37:57.686 INFO O| Aug 22 12:37:57.686 INFO ok!
88532026-08-22T12:37:58.717Z[ recovery-image] Aug 22 12:37:57.686 INFO O| Aug 22 12:37:57.686 INFO STEP 26 (ensure_file) COMPLETE
88542026-08-22T12:37:58.717Z[ recovery-image] Aug 22 12:37:57.686 INFO O| Aug 22 12:37:57.686 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-08-22T12:37:58.726Z[ recovery-image] Aug 22 12:37:57.698 INFO O| Aug 22 12:37:57.698 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88562026-08-22T12:37:58.726Z[ recovery-image] Aug 22 12:37:57.698 INFO O| Aug 22 12:37:57.698 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88572026-08-22T12:37:58.726Z[ recovery-image] Aug 22 12:37:57.698 INFO O| Aug 22 12:37:57.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88582026-08-22T12:37:58.730Z[ recovery-image] Aug 22 12:37:57.698 INFO O| Aug 22 12:37:57.698 INFO ok!
88592026-08-22T12:37:58.730Z[ recovery-image] Aug 22 12:37:57.698 INFO O| Aug 22 12:37:57.698 INFO STEP 27 (ensure_file) COMPLETE
88602026-08-22T12:37:58.730Z[ recovery-image] Aug 22 12:37:57.698 INFO O| Aug 22 12:37:57.698 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-22T12:37:58.736Z[ recovery-image] Aug 22 12:37:57.707 INFO O| Aug 22 12:37:57.707 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88622026-08-22T12:37:58.736Z[ recovery-image] Aug 22 12:37:57.707 INFO O| Aug 22 12:37:57.707 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88632026-08-22T12:37:58.739Z[ recovery-image] Aug 22 12:37:57.707 INFO O| Aug 22 12:37:57.707 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88642026-08-22T12:37:58.739Z[ recovery-image] Aug 22 12:37:57.707 INFO O| Aug 22 12:37:57.707 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88652026-08-22T12:37:58.739Z[ recovery-image] Aug 22 12:37:57.708 INFO O| Aug 22 12:37:57.707 INFO ok!
88662026-08-22T12:37:58.739Z[ recovery-image] Aug 22 12:37:57.708 INFO O| Aug 22 12:37:57.707 INFO STEP 28 (ensure_file) COMPLETE
88672026-08-22T12:37:58.739Z[ recovery-image] Aug 22 12:37:57.708 INFO O| Aug 22 12:37:57.708 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-08-22T12:37:58.747Z[ recovery-image] Aug 22 12:37:57.717 INFO O| Aug 22 12:37:57.716 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88692026-08-22T12:37:58.747Z[ recovery-image] Aug 22 12:37:57.717 INFO O| Aug 22 12:37:57.717 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88702026-08-22T12:37:58.747Z[ recovery-image] Aug 22 12:37:57.717 INFO O| Aug 22 12:37:57.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88712026-08-22T12:37:58.747Z[ recovery-image] Aug 22 12:37:57.717 INFO O| Aug 22 12:37:57.717 INFO ok!
88722026-08-22T12:37:58.748Z[ recovery-image] Aug 22 12:37:57.717 INFO O| Aug 22 12:37:57.717 INFO STEP 29 (ensure_file) COMPLETE
88732026-08-22T12:37:58.748Z[ recovery-image] Aug 22 12:37:57.717 INFO O| Aug 22 12:37:57.717 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-08-22T12:37:58.756Z[ recovery-image] Aug 22 12:37:57.727 INFO O| Aug 22 12:37:57.727 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88752026-08-22T12:37:58.756Z[ recovery-image] Aug 22 12:37:57.728 INFO O| Aug 22 12:37:57.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88762026-08-22T12:37:58.756Z[ recovery-image] Aug 22 12:37:57.728 INFO O| Aug 22 12:37:57.728 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88772026-08-22T12:37:58.759Z[ recovery-image] Aug 22 12:37:57.728 INFO O| Aug 22 12:37:57.728 INFO STEP 30 (ensure_dir) COMPLETE
88782026-08-22T12:37:58.759Z[ recovery-image] Aug 22 12:37:57.728 INFO O| Aug 22 12:37:57.728 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-08-22T12:37:58.766Z[ recovery-image] Aug 22 12:37:57.737 INFO O| Aug 22 12:37:57.737 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88802026-08-22T12:37:58.766Z[ recovery-image] Aug 22 12:37:57.737 INFO O| Aug 22 12:37:57.737 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 ...
88812026-08-22T12:37:58.766Z[ recovery-image] Aug 22 12:37:57.737 INFO O| Aug 22 12:37:57.737 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
88822026-08-22T12:37:58.769Z[ recovery-image] Aug 22 12:37:57.737 INFO O| Aug 22 12:37:57.737 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88832026-08-22T12:37:58.769Z[ recovery-image] Aug 22 12:37:57.737 INFO O| Aug 22 12:37:57.737 INFO ok!
88842026-08-22T12:37:58.769Z[ recovery-image] Aug 22 12:37:57.737 INFO O| Aug 22 12:37:57.737 INFO STEP 31 (ensure_file) COMPLETE
88852026-08-22T12:37:58.769Z[ recovery-image] Aug 22 12:37:57.737 INFO O| Aug 22 12:37:57.737 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-08-22T12:37:58.776Z[ recovery-image] Aug 22 12:37:57.747 INFO O| Aug 22 12:37:57.747 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88872026-08-22T12:37:58.776Z[ recovery-image] Aug 22 12:37:57.747 INFO O| Aug 22 12:37:57.747 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88882026-08-22T12:37:58.779Z[ recovery-image] Aug 22 12:37:57.747 INFO O| Aug 22 12:37:57.747 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88892026-08-22T12:37:58.779Z[ recovery-image] Aug 22 12:37:57.747 INFO O| Aug 22 12:37:57.747 INFO STEP 32 (ensure_dir) COMPLETE
88902026-08-22T12:37:58.779Z[ recovery-image] Aug 22 12:37:57.747 INFO O| Aug 22 12:37:57.747 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88912026-08-22T12:37:58.785Z[ recovery-image] Aug 22 12:37:57.756 INFO O| Aug 22 12:37:57.756 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88922026-08-22T12:37:58.785Z[ recovery-image] Aug 22 12:37:57.756 INFO O| Aug 22 12:37:57.756 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 ...
88932026-08-22T12:37:58.785Z[ recovery-image] Aug 22 12:37:57.756 INFO O| Aug 22 12:37:57.756 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
88942026-08-22T12:37:58.788Z[ recovery-image] Aug 22 12:37:57.756 INFO O| Aug 22 12:37:57.756 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88952026-08-22T12:37:58.788Z[ recovery-image] Aug 22 12:37:57.756 INFO O| Aug 22 12:37:57.756 INFO ok!
88962026-08-22T12:37:58.788Z[ recovery-image] Aug 22 12:37:57.756 INFO O| Aug 22 12:37:57.756 INFO STEP 33 (ensure_file) COMPLETE
88972026-08-22T12:37:58.788Z[ recovery-image] Aug 22 12:37:57.756 INFO O| Aug 22 12:37:57.756 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88982026-08-22T12:37:58.797Z[ recovery-image] Aug 22 12:37:57.768 INFO O| Aug 22 12:37:57.768 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88992026-08-22T12:37:58.797Z[ recovery-image] Aug 22 12:37:57.768 INFO O| Aug 22 12:37:57.768 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89002026-08-22T12:37:58.797Z[ recovery-image] Aug 22 12:37:57.768 INFO O| Aug 22 12:37:57.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89012026-08-22T12:37:58.800Z[ recovery-image] Aug 22 12:37:57.768 INFO O| Aug 22 12:37:57.768 INFO ok!
89022026-08-22T12:37:58.800Z[ recovery-image] Aug 22 12:37:57.768 INFO O| Aug 22 12:37:57.768 INFO STEP 34 (ensure_file) COMPLETE
89032026-08-22T12:37:58.800Z[ recovery-image] Aug 22 12:37:57.768 INFO O| Aug 22 12:37:57.768 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89042026-08-22T12:37:58.805Z[ recovery-image] Aug 22 12:37:57.777 INFO O| Aug 22 12:37:57.777 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89052026-08-22T12:37:58.805Z[ recovery-image] Aug 22 12:37:57.777 INFO O| Aug 22 12:37:57.777 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89062026-08-22T12:37:58.805Z[ recovery-image] Aug 22 12:37:57.777 INFO O| Aug 22 12:37:57.777 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89072026-08-22T12:37:58.809Z[ recovery-image] Aug 22 12:37:57.777 INFO O| Aug 22 12:37:57.777 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89082026-08-22T12:37:58.809Z[ recovery-image] Aug 22 12:37:57.777 INFO O| Aug 22 12:37:57.777 INFO ok!
89092026-08-22T12:37:58.809Z[ recovery-image] Aug 22 12:37:57.777 INFO O| Aug 22 12:37:57.777 INFO STEP 35 (ensure_file) COMPLETE
89102026-08-22T12:37:58.809Z[ recovery-image] Aug 22 12:37:57.777 INFO O| Aug 22 12:37:57.777 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89112026-08-22T12:37:58.814Z[ recovery-image] Aug 22 12:37:57.786 INFO O| Aug 22 12:37:57.786 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89122026-08-22T12:37:58.814Z[ recovery-image] Aug 22 12:37:57.786 INFO O| Aug 22 12:37:57.786 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89132026-08-22T12:37:58.819Z[ recovery-image] Aug 22 12:37:57.786 INFO O| Aug 22 12:37:57.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89142026-08-22T12:37:58.819Z[ recovery-image] Aug 22 12:37:57.786 INFO O| Aug 22 12:37:57.786 INFO ok!
89152026-08-22T12:37:58.819Z[ recovery-image] Aug 22 12:37:57.786 INFO O| Aug 22 12:37:57.786 INFO STEP 36 (ensure_file) COMPLETE
89162026-08-22T12:37:58.819Z[ recovery-image] Aug 22 12:37:57.786 INFO O| Aug 22 12:37:57.786 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89172026-08-22T12:37:58.827Z[ recovery-image] Aug 22 12:37:57.797 INFO O| Aug 22 12:37:57.797 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89182026-08-22T12:37:58.827Z[ recovery-image] Aug 22 12:37:57.797 INFO O| Aug 22 12:37:57.797 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89192026-08-22T12:37:58.830Z[ recovery-image] Aug 22 12:37:57.797 INFO O| Aug 22 12:37:57.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89202026-08-22T12:37:58.830Z[ recovery-image] Aug 22 12:37:57.797 INFO O| Aug 22 12:37:57.797 INFO ok!
89212026-08-22T12:37:58.830Z[ recovery-image] Aug 22 12:37:57.797 INFO O| Aug 22 12:37:57.797 INFO STEP 37 (ensure_file) COMPLETE
89222026-08-22T12:37:58.830Z[ recovery-image] Aug 22 12:37:57.797 INFO O| Aug 22 12:37:57.797 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89232026-08-22T12:37:58.836Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89242026-08-22T12:37:58.836Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89252026-08-22T12:37:58.836Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89262026-08-22T12:37:58.836Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89272026-08-22T12:37:58.840Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89282026-08-22T12:37:58.840Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89292026-08-22T12:37:58.840Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO ok!
89302026-08-22T12:37:58.840Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO STEP 38 (ensure_file) COMPLETE
89312026-08-22T12:37:58.840Z[ recovery-image] Aug 22 12:37:57.808 INFO O| Aug 22 12:37:57.808 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89322026-08-22T12:37:58.848Z[ recovery-image] Aug 22 12:37:57.820 INFO O| Aug 22 12:37:57.820 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89332026-08-22T12:37:58.849Z[ recovery-image] Aug 22 12:37:57.820 INFO O| Aug 22 12:37:57.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89342026-08-22T12:37:58.849Z[ recovery-image] Aug 22 12:37:57.820 INFO O| Aug 22 12:37:57.820 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89352026-08-22T12:37:58.852Z[ recovery-image] Aug 22 12:37:57.820 INFO O| Aug 22 12:37:57.820 INFO STEP 39 (ensure_dir) COMPLETE
89362026-08-22T12:37:58.852Z[ recovery-image] Aug 22 12:37:57.820 INFO O| Aug 22 12:37:57.820 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89372026-08-22T12:37:58.859Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 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
89382026-08-22T12:37:58.859Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 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 ...
89392026-08-22T12:37:58.862Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 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
89402026-08-22T12:37:58.863Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 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
89412026-08-22T12:37:58.863Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 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
89422026-08-22T12:37:58.863Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 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
89432026-08-22T12:37:58.863Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 INFO ok!
89442026-08-22T12:37:58.863Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 INFO STEP 40 (ensure_file) COMPLETE
89452026-08-22T12:37:58.863Z[ recovery-image] Aug 22 12:37:57.831 INFO O| Aug 22 12:37:57.831 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89462026-08-22T12:37:58.869Z[ recovery-image] Aug 22 12:37:57.840 INFO O| Aug 22 12:37:57.840 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89472026-08-22T12:37:58.869Z[ recovery-image] Aug 22 12:37:57.840 INFO O| Aug 22 12:37:57.840 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 ...
89482026-08-22T12:37:58.869Z[ recovery-image] Aug 22 12:37:57.840 INFO O| Aug 22 12:37:57.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89492026-08-22T12:37:58.869Z[ recovery-image] Aug 22 12:37:57.840 INFO O| Aug 22 12:37:57.840 INFO ok!
89502026-08-22T12:37:58.869Z[ recovery-image] Aug 22 12:37:57.840 INFO O| Aug 22 12:37:57.840 INFO STEP 41 (ensure_symlink) COMPLETE
89512026-08-22T12:37:58.869Z[ recovery-image] Aug 22 12:37:57.840 INFO O| Aug 22 12:37:57.840 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89522026-08-22T12:37:58.878Z[ recovery-image] Aug 22 12:37:57.850 INFO O| Aug 22 12:37:57.849 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89532026-08-22T12:37:58.878Z[ recovery-image] Aug 22 12:37:57.850 INFO O| Aug 22 12:37:57.849 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89542026-08-22T12:37:58.881Z[ recovery-image] Aug 22 12:37:57.850 INFO O| Aug 22 12:37:57.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89552026-08-22T12:37:58.881Z[ recovery-image] Aug 22 12:37:57.850 INFO O| Aug 22 12:37:57.850 INFO ok!
89562026-08-22T12:37:58.881Z[ recovery-image] Aug 22 12:37:57.850 INFO O| Aug 22 12:37:57.850 INFO STEP 42 (ensure_symlink) COMPLETE
89572026-08-22T12:37:58.881Z[ recovery-image] Aug 22 12:37:57.850 INFO O| Aug 22 12:37:57.850 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89582026-08-22T12:37:58.888Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89592026-08-22T12:37:58.888Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89602026-08-22T12:37:58.888Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89612026-08-22T12:37:58.891Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89622026-08-22T12:37:58.891Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89632026-08-22T12:37:58.891Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89642026-08-22T12:37:58.891Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO ok!
89652026-08-22T12:37:58.891Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO STEP 43 (ensure_file) COMPLETE
89662026-08-22T12:37:58.891Z[ recovery-image] Aug 22 12:37:57.859 INFO O| Aug 22 12:37:57.859 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89672026-08-22T12:37:58.901Z[ recovery-image] Aug 22 12:37:57.873 INFO O| Aug 22 12:37:57.873 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89682026-08-22T12:37:58.901Z[ recovery-image] Aug 22 12:37:57.873 INFO O| Aug 22 12:37:57.873 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 ...
89692026-08-22T12:37:58.901Z[ recovery-image] Aug 22 12:37:57.873 INFO O| Aug 22 12:37:57.873 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
89702026-08-22T12:37:58.901Z[ recovery-image] Aug 22 12:37:57.873 INFO O| Aug 22 12:37:57.873 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89712026-08-22T12:37:58.901Z[ recovery-image] Aug 22 12:37:57.873 INFO O| Aug 22 12:37:57.873 INFO ok!
89722026-08-22T12:37:58.901Z[ recovery-image] Aug 22 12:37:57.873 INFO O| Aug 22 12:37:57.873 INFO STEP 44 (ensure_file) COMPLETE
89732026-08-22T12:37:58.901Z[ recovery-image] Aug 22 12:37:57.873 INFO O| Aug 22 12:37:57.873 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89742026-08-22T12:37:58.911Z[ recovery-image] Aug 22 12:37:57.883 INFO O| Aug 22 12:37:57.883 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89752026-08-22T12:37:58.911Z[ recovery-image] Aug 22 12:37:57.883 INFO O| Aug 22 12:37:57.883 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89762026-08-22T12:37:58.911Z[ recovery-image] Aug 22 12:37:57.883 INFO O| Aug 22 12:37:57.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89772026-08-22T12:37:58.914Z[ recovery-image] Aug 22 12:37:57.883 INFO O| Aug 22 12:37:57.883 INFO ok!
89782026-08-22T12:37:58.914Z[ recovery-image] Aug 22 12:37:57.883 INFO O| Aug 22 12:37:57.883 INFO STEP 45 (ensure_file) COMPLETE
89792026-08-22T12:37:58.914Z[ recovery-image] Aug 22 12:37:57.883 INFO O| Aug 22 12:37:57.883 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89802026-08-22T12:37:58.919Z[ recovery-image] Aug 22 12:37:57.891 INFO O| Aug 22 12:37:57.891 INFO updating shadow file
89812026-08-22T12:37:58.919Z[ recovery-image] Aug 22 12:37:57.891 INFO O| Aug 22 12:37:57.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89822026-08-22T12:37:58.919Z[ recovery-image] Aug 22 12:37:57.891 INFO O| Aug 22 12:37:57.891 INFO STEP 46 (shadow) COMPLETE
89832026-08-22T12:37:58.923Z[ recovery-image] Aug 22 12:37:57.891 INFO O| Aug 22 12:37:57.891 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89842026-08-22T12:37:58.930Z[ recovery-image] Aug 22 12:37:57.902 INFO O| Aug 22 12:37:57.902 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89852026-08-22T12:37:58.930Z[ recovery-image] Aug 22 12:37:57.902 INFO O| Aug 22 12:37:57.902 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89862026-08-22T12:37:58.930Z[ recovery-image] Aug 22 12:37:57.902 INFO O| Aug 22 12:37:57.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89872026-08-22T12:37:58.934Z[ recovery-image] Aug 22 12:37:57.902 INFO O| Aug 22 12:37:57.902 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89882026-08-22T12:37:58.934Z[ recovery-image] Aug 22 12:37:57.902 INFO O| Aug 22 12:37:57.902 INFO ok!
89892026-08-22T12:37:58.934Z[ recovery-image] Aug 22 12:37:57.902 INFO O| Aug 22 12:37:57.902 INFO STEP 47 (ensure_file) COMPLETE
89902026-08-22T12:37:58.934Z[ recovery-image] Aug 22 12:37:57.902 INFO O| Aug 22 12:37:57.902 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89912026-08-22T12:37:58.939Z[ recovery-image] Aug 22 12:37:57.911 INFO O| Aug 22 12:37:57.911 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89922026-08-22T12:37:58.939Z[ recovery-image] Aug 22 12:37:57.911 INFO O| Aug 22 12:37:57.911 INFO STEP 48 (ensure_dir) COMPLETE
89932026-08-22T12:37:58.939Z[ recovery-image] Aug 22 12:37:57.911 INFO O| Aug 22 12:37:57.911 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89942026-08-22T12:37:58.948Z[ recovery-image] Aug 22 12:37:57.920 INFO O| Aug 22 12:37:57.919 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89952026-08-22T12:37:58.948Z[ recovery-image] Aug 22 12:37:57.920 INFO O| Aug 22 12:37:57.920 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89962026-08-22T12:37:58.948Z[ recovery-image] Aug 22 12:37:57.920 INFO O| Aug 22 12:37:57.920 INFO STEP 49 (ensure_dir) COMPLETE
89972026-08-22T12:37:58.948Z[ recovery-image] Aug 22 12:37:57.920 INFO O| Aug 22 12:37:57.920 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89982026-08-22T12:37:58.957Z[ recovery-image] Aug 22 12:37:57.928 INFO O| Aug 22 12:37:57.928 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89992026-08-22T12:37:58.957Z[ recovery-image] Aug 22 12:37:57.928 INFO O| Aug 22 12:37:57.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90002026-08-22T12:37:58.957Z[ recovery-image] Aug 22 12:37:57.928 INFO O| Aug 22 12:37:57.928 INFO STEP 50 (ensure_dir) COMPLETE
90012026-08-22T12:37:58.960Z[ recovery-image] Aug 22 12:37:57.928 INFO O| Aug 22 12:37:57.928 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90022026-08-22T12:37:58.965Z[ recovery-image] Aug 22 12:37:57.937 INFO O| Aug 22 12:37:57.937 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90032026-08-22T12:37:58.965Z[ recovery-image] Aug 22 12:37:57.937 INFO O| Aug 22 12:37:57.937 INFO copying /tmp/.tmpL7TO3H/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90042026-08-22T12:37:58.996Z[ recovery-image] Aug 22 12:37:57.967 INFO O| Aug 22 12:37:57.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90052026-08-22T12:37:58.996Z[ recovery-image] Aug 22 12:37:57.967 INFO O| Aug 22 12:37:57.967 INFO ok!
90062026-08-22T12:37:58.999Z[ recovery-image] Aug 22 12:37:57.967 INFO O| Aug 22 12:37:57.967 INFO STEP 51 (ensure_file) COMPLETE
90072026-08-22T12:37:58.999Z[ recovery-image] Aug 22 12:37:57.967 INFO O| Aug 22 12:37:57.967 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-22T12:37:59.006Z[ recovery-image] Aug 22 12:37:57.977 INFO O| Aug 22 12:37:57.977 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90092026-08-22T12:37:59.006Z[ recovery-image] Aug 22 12:37:57.977 INFO O| Aug 22 12:37:57.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90102026-08-22T12:37:59.009Z[ recovery-image] Aug 22 12:37:57.977 INFO O| Aug 22 12:37:57.977 INFO STEP 52 (ensure_dir) COMPLETE
90112026-08-22T12:37:59.010Z[ recovery-image] Aug 22 12:37:57.977 INFO O| Aug 22 12:37:57.977 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-22T12:37:59.013Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
90132026-08-22T12:37:59.013Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
90142026-08-22T12:37:59.016Z[ recovery-image] Aug 22 12:37:57.987 INFO O| Aug 22 12:37:57.987 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90152026-08-22T12:37:59.016Z[ recovery-image] Aug 22 12:37:57.987 INFO O| Aug 22 12:37:57.987 INFO copying /tmp/.tmpL7TO3H/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90162026-08-22T12:37:59.016Z[ recovery-image] Aug 22 12:37:57.987 INFO O| Aug 22 12:37:57.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90172026-08-22T12:37:59.017Z[ recovery-image] Aug 22 12:37:57.987 INFO O| Aug 22 12:37:57.987 INFO ok!
90182026-08-22T12:37:59.017Z[ recovery-image] Aug 22 12:37:57.987 INFO O| Aug 22 12:37:57.987 INFO STEP 53 (ensure_file) COMPLETE
90192026-08-22T12:37:59.017Z[ recovery-image] Aug 22 12:37:57.987 INFO O| Aug 22 12:37:57.987 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-22T12:37:59.024Z[ recovery-image] Aug 22 12:37:57.996 INFO O| Aug 22 12:37:57.996 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90212026-08-22T12:37:59.024Z[ recovery-image] Aug 22 12:37:57.996 INFO O| Aug 22 12:37:57.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90222026-08-22T12:37:59.027Z[ recovery-image] Aug 22 12:37:57.996 INFO O| Aug 22 12:37:57.996 INFO STEP 54 (ensure_dir) COMPLETE
90232026-08-22T12:37:59.027Z[ recovery-image] Aug 22 12:37:57.996 INFO O| Aug 22 12:37:57.996 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-22T12:37:59.033Z[ recovery-image] Aug 22 12:37:58.004 INFO O| Aug 22 12:37:58.004 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90252026-08-22T12:37:59.033Z[ recovery-image] Aug 22 12:37:58.004 INFO O| Aug 22 12:37:58.004 INFO copying /tmp/.tmpL7TO3H/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90262026-08-22T12:37:59.217Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
90272026-08-22T12:37:59.433Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
90282026-08-22T12:37:59.872Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
90292026-08-22T12:38:00.003Z[verify-libraries] Compiling multimap v0.10.1
90302026-08-22T12:38:00.084Z[verify-libraries] Compiling termios v0.3.3
90312026-08-22T12:38:00.405Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
90322026-08-22T12:38:01.003Z[ recovery-image] Aug 22 12:37:59.974 INFO O| Aug 22 12:37:59.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90332026-08-22T12:38:01.003Z[ recovery-image] Aug 22 12:37:59.974 INFO O| Aug 22 12:37:59.974 INFO ok!
90342026-08-22T12:38:01.006Z[ recovery-image] Aug 22 12:37:59.974 INFO O| Aug 22 12:37:59.974 INFO STEP 55 (ensure_file) COMPLETE
90352026-08-22T12:38:01.006Z[ recovery-image] Aug 22 12:37:59.974 INFO O| Aug 22 12:37:59.974 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-08-22T12:38:01.014Z[ recovery-image] Aug 22 12:37:59.985 INFO O| Aug 22 12:37:59.985 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90372026-08-22T12:38:01.014Z[ recovery-image] Aug 22 12:37:59.985 INFO O| Aug 22 12:37:59.985 INFO copying /tmp/.tmpL7TO3H/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90382026-08-22T12:38:02.994Z[ recovery-image] Aug 22 12:38:01.966 INFO O| Aug 22 12:38:01.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90392026-08-22T12:38:02.994Z[ recovery-image] Aug 22 12:38:01.966 INFO O| Aug 22 12:38:01.966 INFO ok!
90402026-08-22T12:38:02.998Z[ recovery-image] Aug 22 12:38:01.966 INFO O| Aug 22 12:38:01.966 INFO STEP 56 (ensure_file) COMPLETE
90412026-08-22T12:38:02.998Z[ recovery-image] Aug 22 12:38:01.966 INFO O| Aug 22 12:38:01.966 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90422026-08-22T12:38:03.006Z[ recovery-image] Aug 22 12:38:01.977 INFO O| Aug 22 12:38:01.977 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90432026-08-22T12:38:03.006Z[ recovery-image] Aug 22 12:38:01.977 INFO O| Aug 22 12:38:01.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90442026-08-22T12:38:03.009Z[ recovery-image] Aug 22 12:38:01.977 INFO O| Aug 22 12:38:01.977 INFO STEP 57 (ensure_dir) COMPLETE
90452026-08-22T12:38:03.009Z[ recovery-image] Aug 22 12:38:01.977 INFO O| Aug 22 12:38:01.977 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-08-22T12:38:03.014Z[ recovery-image] Aug 22 12:38:01.986 INFO O| Aug 22 12:38:01.986 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90472026-08-22T12:38:03.015Z[ recovery-image] Aug 22 12:38:01.986 INFO O| Aug 22 12:38:01.986 INFO copying /tmp/.tmpL7TO3H/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 ...
90482026-08-22T12:38:03.015Z[ recovery-image] Aug 22 12:38:01.986 INFO O| Aug 22 12:38:01.986 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
90492026-08-22T12:38:03.018Z[ recovery-image] Aug 22 12:38:01.986 INFO O| Aug 22 12:38:01.986 INFO ok!
90502026-08-22T12:38:03.018Z[ recovery-image] Aug 22 12:38:01.986 INFO O| Aug 22 12:38:01.986 INFO STEP 58 (ensure_file) COMPLETE
90512026-08-22T12:38:03.018Z[ recovery-image] Aug 22 12:38:01.986 INFO O| Aug 22 12:38:01.986 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-08-22T12:38:03.023Z[ recovery-image] Aug 22 12:38:01.995 INFO O| Aug 22 12:38:01.995 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90532026-08-22T12:38:03.023Z[ recovery-image] Aug 22 12:38:01.995 INFO O| Aug 22 12:38:01.995 INFO copying /tmp/.tmpL7TO3H/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 ...
90542026-08-22T12:38:03.026Z[ recovery-image] Aug 22 12:38:01.995 INFO O| Aug 22 12:38:01.995 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
90552026-08-22T12:38:03.026Z[ recovery-image] Aug 22 12:38:01.995 INFO O| Aug 22 12:38:01.995 INFO ok!
90562026-08-22T12:38:03.027Z[ recovery-image] Aug 22 12:38:01.995 INFO O| Aug 22 12:38:01.995 INFO STEP 59 (ensure_file) COMPLETE
90572026-08-22T12:38:03.027Z[ recovery-image] Aug 22 12:38:01.995 INFO O| Aug 22 12:38:01.995 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-08-22T12:38:03.036Z[ recovery-image] Aug 22 12:38:02.007 INFO O| Aug 22 12:38:02.007 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90592026-08-22T12:38:03.036Z[ recovery-image] Aug 22 12:38:02.007 INFO O| Aug 22 12:38:02.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90602026-08-22T12:38:03.039Z[ recovery-image] Aug 22 12:38:02.007 INFO O| Aug 22 12:38:02.007 INFO STEP 60 (ensure_dir) COMPLETE
90612026-08-22T12:38:03.039Z[ recovery-image] Aug 22 12:38:02.007 INFO O| Aug 22 12:38:02.007 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90622026-08-22T12:38:03.045Z[ recovery-image] Aug 22 12:38:02.017 INFO O| Aug 22 12:38:02.016 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90632026-08-22T12:38:03.045Z[ recovery-image] Aug 22 12:38:02.017 INFO O| Aug 22 12:38:02.016 INFO copying /tmp/.tmpL7TO3H/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 ...
90642026-08-22T12:38:03.045Z[ recovery-image] Aug 22 12:38:02.017 INFO O| Aug 22 12:38:02.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90652026-08-22T12:38:03.048Z[ recovery-image] Aug 22 12:38:02.017 INFO O| Aug 22 12:38:02.017 INFO ok!
90662026-08-22T12:38:03.048Z[ recovery-image] Aug 22 12:38:02.017 INFO O| Aug 22 12:38:02.017 INFO STEP 61 (ensure_file) COMPLETE
90672026-08-22T12:38:03.048Z[ recovery-image] Aug 22 12:38:02.017 INFO O| Aug 22 12:38:02.017 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90682026-08-22T12:38:03.054Z[ recovery-image] Aug 22 12:38:02.026 INFO O| Aug 22 12:38:02.026 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90692026-08-22T12:38:03.054Z[ recovery-image] Aug 22 12:38:02.026 INFO O| Aug 22 12:38:02.026 INFO copying /tmp/.tmpL7TO3H/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 ...
90702026-08-22T12:38:03.057Z[ recovery-image] Aug 22 12:38:02.026 INFO O| Aug 22 12:38:02.026 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
90712026-08-22T12:38:03.057Z[ recovery-image] Aug 22 12:38:02.026 INFO O| Aug 22 12:38:02.026 INFO ok!
90722026-08-22T12:38:03.057Z[ recovery-image] Aug 22 12:38:02.026 INFO O| Aug 22 12:38:02.026 INFO STEP 62 (ensure_file) COMPLETE
90732026-08-22T12:38:03.057Z[ recovery-image] Aug 22 12:38:02.026 INFO O| Aug 22 12:38:02.026 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90742026-08-22T12:38:03.063Z[ recovery-image] Aug 22 12:38:02.035 INFO O| Aug 22 12:38:02.035 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90752026-08-22T12:38:03.064Z[ recovery-image] Aug 22 12:38:02.035 INFO O| Aug 22 12:38:02.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90762026-08-22T12:38:03.064Z[ recovery-image] Aug 22 12:38:02.035 INFO O| Aug 22 12:38:02.035 INFO STEP 63 (ensure_dir) COMPLETE
90772026-08-22T12:38:03.067Z[ recovery-image] Aug 22 12:38:02.035 INFO O| Aug 22 12:38:02.035 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90782026-08-22T12:38:03.073Z[ recovery-image] Aug 22 12:38:02.045 INFO O| Aug 22 12:38:02.045 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90792026-08-22T12:38:03.073Z[ recovery-image] Aug 22 12:38:02.045 INFO O| Aug 22 12:38:02.045 INFO copying /tmp/.tmpL7TO3H/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 ...
90802026-08-22T12:38:03.073Z[ recovery-image] Aug 22 12:38:02.045 INFO O| Aug 22 12:38:02.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90812026-08-22T12:38:03.073Z[ recovery-image] Aug 22 12:38:02.045 INFO O| Aug 22 12:38:02.045 INFO ok!
90822026-08-22T12:38:03.073Z[ recovery-image] Aug 22 12:38:02.045 INFO O| Aug 22 12:38:02.045 INFO STEP 64 (ensure_file) COMPLETE
90832026-08-22T12:38:03.077Z[ recovery-image] Aug 22 12:38:02.045 INFO O| Aug 22 12:38:02.045 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-08-22T12:38:03.084Z[ recovery-image] Aug 22 12:38:02.055 INFO O| Aug 22 12:38:02.055 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90852026-08-22T12:38:03.084Z[ recovery-image] Aug 22 12:38:02.055 INFO O| Aug 22 12:38:02.055 INFO copying /tmp/.tmpL7TO3H/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90862026-08-22T12:38:03.084Z[ recovery-image] Aug 22 12:38:02.056 INFO O| Aug 22 12:38:02.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90872026-08-22T12:38:03.084Z[ recovery-image] Aug 22 12:38:02.056 INFO O| Aug 22 12:38:02.056 INFO ok!
90882026-08-22T12:38:03.084Z[ recovery-image] Aug 22 12:38:02.056 INFO O| Aug 22 12:38:02.056 INFO STEP 65 (ensure_file) COMPLETE
90892026-08-22T12:38:03.084Z[ recovery-image] Aug 22 12:38:02.056 INFO O| Aug 22 12:38:02.056 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90902026-08-22T12:38:03.093Z[ recovery-image] Aug 22 12:38:02.065 INFO O| Aug 22 12:38:02.065 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90912026-08-22T12:38:03.093Z[ recovery-image] Aug 22 12:38:02.065 INFO O| Aug 22 12:38:02.065 INFO STEP 66 (ensure_dir) COMPLETE
90922026-08-22T12:38:03.093Z[ recovery-image] Aug 22 12:38:02.065 INFO O| Aug 22 12:38:02.065 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90932026-08-22T12:38:03.102Z[ recovery-image] Aug 22 12:38:02.073 INFO O| Aug 22 12:38:02.073 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90942026-08-22T12:38:03.102Z[ recovery-image] Aug 22 12:38:02.073 INFO O| Aug 22 12:38:02.073 INFO STEP 67 (ensure_dir) COMPLETE
90952026-08-22T12:38:03.105Z[ recovery-image] Aug 22 12:38:02.073 INFO O| Aug 22 12:38:02.073 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90962026-08-22T12:38:03.113Z[ recovery-image] Aug 22 12:38:02.084 INFO O| Aug 22 12:38:02.084 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90972026-08-22T12:38:03.113Z[ recovery-image] Aug 22 12:38:02.084 INFO O| Aug 22 12:38:02.084 INFO STEP 68 (ensure_dir) COMPLETE
90982026-08-22T12:38:03.116Z[ recovery-image] Aug 22 12:38:02.084 INFO O| Aug 22 12:38:02.084 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90992026-08-22T12:38:03.122Z[ recovery-image] Aug 22 12:38:02.094 INFO O| Aug 22 12:38:02.094 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91002026-08-22T12:38:03.122Z[ recovery-image] Aug 22 12:38:02.094 INFO O| Aug 22 12:38:02.094 INFO STEP 69 (ensure_dir) COMPLETE
91012026-08-22T12:38:03.126Z[ recovery-image] Aug 22 12:38:02.094 INFO O| Aug 22 12:38:02.094 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-08-22T12:38:03.130Z[ recovery-image] Aug 22 12:38:02.102 INFO O| Aug 22 12:38:02.102 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91032026-08-22T12:38:03.130Z[ recovery-image] Aug 22 12:38:02.102 INFO O| Aug 22 12:38:02.102 INFO copying /tmp/.tmpL7TO3H/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91042026-08-22T12:38:03.133Z[ recovery-image] Aug 22 12:38:02.102 INFO O| Aug 22 12:38:02.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91052026-08-22T12:38:03.133Z[ recovery-image] Aug 22 12:38:02.102 INFO O| Aug 22 12:38:02.102 INFO ok!
91062026-08-22T12:38:03.133Z[ recovery-image] Aug 22 12:38:02.102 INFO O| Aug 22 12:38:02.102 INFO STEP 70 (ensure_file) COMPLETE
91072026-08-22T12:38:03.133Z[ recovery-image] Aug 22 12:38:02.102 INFO O| Aug 22 12:38:02.102 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91082026-08-22T12:38:03.141Z[ recovery-image] Aug 22 12:38:02.112 INFO O| Aug 22 12:38:02.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91092026-08-22T12:38:03.141Z[ recovery-image] Aug 22 12:38:02.112 INFO O| Aug 22 12:38:02.112 INFO STEP 71 (remove_files) COMPLETE
91102026-08-22T12:38:03.141Z[ recovery-image] Aug 22 12:38:02.112 INFO O| Aug 22 12:38:02.112 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-22T12:38:03.151Z[ recovery-image] Aug 22 12:38:02.123 INFO O| Aug 22 12:38:02.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91122026-08-22T12:38:03.151Z[ recovery-image] Aug 22 12:38:02.123 INFO O| Aug 22 12:38:02.123 INFO STEP 72 (remove_files) COMPLETE
91132026-08-22T12:38:03.151Z[ recovery-image] Aug 22 12:38:02.123 INFO O| Aug 22 12:38:02.123 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-22T12:38:03.161Z[ recovery-image] Aug 22 12:38:02.132 INFO O| Aug 22 12:38:02.132 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91152026-08-22T12:38:03.161Z[ recovery-image] Aug 22 12:38:02.132 INFO O| Aug 22 12:38:02.132 INFO STEP 73 (remove_files) COMPLETE
91162026-08-22T12:38:03.161Z[ recovery-image] Aug 22 12:38:02.132 INFO O| Aug 22 12:38:02.132 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-22T12:38:03.173Z[ recovery-image] Aug 22 12:38:02.144 INFO O| Aug 22 12:38:02.144 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91182026-08-22T12:38:03.173Z[ recovery-image] Aug 22 12:38:02.144 INFO O| Aug 22 12:38:02.144 INFO STEP 74 (remove_files) COMPLETE
91192026-08-22T12:38:03.173Z[ recovery-image] Aug 22 12:38:02.144 INFO O| Aug 22 12:38:02.144 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-22T12:38:03.183Z[ recovery-image] Aug 22 12:38:02.155 INFO O| Aug 22 12:38:02.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91212026-08-22T12:38:03.183Z[ recovery-image] Aug 22 12:38:02.155 INFO O| Aug 22 12:38:02.155 INFO STEP 75 (remove_files) COMPLETE
91222026-08-22T12:38:03.184Z[ recovery-image] Aug 22 12:38:02.155 INFO O| Aug 22 12:38:02.155 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-22T12:38:03.194Z[ recovery-image] Aug 22 12:38:02.165 INFO O| Aug 22 12:38:02.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91242026-08-22T12:38:03.197Z[ recovery-image] Aug 22 12:38:02.165 INFO O| Aug 22 12:38:02.165 INFO STEP 76 (remove_files) COMPLETE
91252026-08-22T12:38:03.197Z[ recovery-image] Aug 22 12:38:02.165 INFO O| Aug 22 12:38:02.165 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-22T12:38:03.205Z[ recovery-image] Aug 22 12:38:02.177 INFO O| Aug 22 12:38:02.177 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91272026-08-22T12:38:03.205Z[ recovery-image] Aug 22 12:38:02.177 INFO O| Aug 22 12:38:02.177 INFO STEP 77 (remove_files) COMPLETE
91282026-08-22T12:38:03.209Z[ recovery-image] Aug 22 12:38:02.177 INFO O| Aug 22 12:38:02.177 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-22T12:38:03.216Z[ recovery-image] Aug 22 12:38:02.188 INFO O| Aug 22 12:38:02.188 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91302026-08-22T12:38:03.216Z[ recovery-image] Aug 22 12:38:02.188 INFO O| Aug 22 12:38:02.188 INFO STEP 78 (remove_files) COMPLETE
91312026-08-22T12:38:03.220Z[ recovery-image] Aug 22 12:38:02.188 INFO O| Aug 22 12:38:02.188 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-22T12:38:03.228Z[ recovery-image] Aug 22 12:38:02.199 INFO O| Aug 22 12:38:02.199 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91332026-08-22T12:38:03.228Z[ recovery-image] Aug 22 12:38:02.199 INFO O| Aug 22 12:38:02.199 INFO STEP 79 (remove_files) COMPLETE
91342026-08-22T12:38:03.228Z[ recovery-image] Aug 22 12:38:02.199 INFO O| Aug 22 12:38:02.199 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-22T12:38:03.239Z[ recovery-image] Aug 22 12:38:02.210 INFO O| Aug 22 12:38:02.210 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91362026-08-22T12:38:03.239Z[ recovery-image] Aug 22 12:38:02.210 INFO O| Aug 22 12:38:02.210 INFO STEP 80 (remove_files) COMPLETE
91372026-08-22T12:38:03.239Z[ recovery-image] Aug 22 12:38:02.210 INFO O| Aug 22 12:38:02.210 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-22T12:38:03.249Z[ recovery-image] Aug 22 12:38:02.221 INFO O| Aug 22 12:38:02.221 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91392026-08-22T12:38:03.249Z[ recovery-image] Aug 22 12:38:02.221 INFO O| Aug 22 12:38:02.221 INFO STEP 81 (remove_files) COMPLETE
91402026-08-22T12:38:03.249Z[ recovery-image] Aug 22 12:38:02.221 INFO O| Aug 22 12:38:02.221 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-22T12:38:03.259Z[ recovery-image] Aug 22 12:38:02.231 INFO O| Aug 22 12:38:02.231 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91422026-08-22T12:38:03.259Z[ recovery-image] Aug 22 12:38:02.231 INFO O| Aug 22 12:38:02.231 INFO STEP 82 (remove_files) COMPLETE
91432026-08-22T12:38:03.259Z[ recovery-image] Aug 22 12:38:02.231 INFO O| Aug 22 12:38:02.231 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-22T12:38:03.269Z[ recovery-image] Aug 22 12:38:02.241 INFO O| Aug 22 12:38:02.241 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91452026-08-22T12:38:03.269Z[ recovery-image] Aug 22 12:38:02.241 INFO O| Aug 22 12:38:02.241 INFO STEP 83 (remove_files) COMPLETE
91462026-08-22T12:38:03.269Z[ recovery-image] Aug 22 12:38:02.241 INFO O| Aug 22 12:38:02.241 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-22T12:38:03.279Z[ recovery-image] Aug 22 12:38:02.251 INFO O| Aug 22 12:38:02.251 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91482026-08-22T12:38:03.279Z[ recovery-image] Aug 22 12:38:02.251 INFO O| Aug 22 12:38:02.251 INFO STEP 84 (remove_files) COMPLETE
91492026-08-22T12:38:03.283Z[ recovery-image] Aug 22 12:38:02.251 INFO O| Aug 22 12:38:02.251 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-22T12:38:03.289Z[ recovery-image] Aug 22 12:38:02.260 INFO O| Aug 22 12:38:02.260 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91512026-08-22T12:38:03.289Z[ recovery-image] Aug 22 12:38:02.260 INFO O| Aug 22 12:38:02.260 INFO STEP 85 (remove_files) COMPLETE
91522026-08-22T12:38:03.289Z[ recovery-image] Aug 22 12:38:02.260 INFO O| Aug 22 12:38:02.260 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-22T12:38:03.299Z[ recovery-image] Aug 22 12:38:02.270 INFO O| Aug 22 12:38:02.270 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91542026-08-22T12:38:03.299Z[ recovery-image] Aug 22 12:38:02.270 INFO O| Aug 22 12:38:02.270 INFO STEP 86 (remove_files) COMPLETE
91552026-08-22T12:38:03.302Z[ recovery-image] Aug 22 12:38:02.270 INFO O| Aug 22 12:38:02.270 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-22T12:38:03.308Z[ recovery-image] Aug 22 12:38:02.280 INFO O| Aug 22 12:38:02.280 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91572026-08-22T12:38:03.308Z[ recovery-image] Aug 22 12:38:02.280 INFO O| Aug 22 12:38:02.280 INFO STEP 87 (remove_files) COMPLETE
91582026-08-22T12:38:03.308Z[ recovery-image] Aug 22 12:38:02.280 INFO O| Aug 22 12:38:02.280 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-22T12:38:03.319Z[ recovery-image] Aug 22 12:38:02.291 INFO O| Aug 22 12:38:02.291 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91602026-08-22T12:38:03.319Z[ recovery-image] Aug 22 12:38:02.291 INFO O| Aug 22 12:38:02.291 INFO STEP 88 (remove_files) COMPLETE
91612026-08-22T12:38:03.323Z[ recovery-image] Aug 22 12:38:02.291 INFO O| Aug 22 12:38:02.291 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-22T12:38:03.330Z[ recovery-image] Aug 22 12:38:02.301 INFO O| Aug 22 12:38:02.301 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91632026-08-22T12:38:03.333Z[ recovery-image] Aug 22 12:38:02.301 INFO O| Aug 22 12:38:02.301 INFO STEP 89 (remove_files) COMPLETE
91642026-08-22T12:38:03.333Z[ recovery-image] Aug 22 12:38:02.301 INFO O| Aug 22 12:38:02.301 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-22T12:38:03.340Z[ recovery-image] Aug 22 12:38:02.312 INFO O| Aug 22 12:38:02.312 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91662026-08-22T12:38:03.340Z[ recovery-image] Aug 22 12:38:02.312 INFO O| Aug 22 12:38:02.312 INFO STEP 90 (remove_files) COMPLETE
91672026-08-22T12:38:03.340Z[ recovery-image] Aug 22 12:38:02.312 INFO O| Aug 22 12:38:02.312 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-22T12:38:03.351Z[ recovery-image] Aug 22 12:38:02.322 INFO O| Aug 22 12:38:02.322 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91692026-08-22T12:38:03.351Z[ recovery-image] Aug 22 12:38:02.322 INFO O| Aug 22 12:38:02.322 INFO STEP 91 (remove_files) COMPLETE
91702026-08-22T12:38:03.351Z[ recovery-image] Aug 22 12:38:02.322 INFO O| Aug 22 12:38:02.322 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-22T12:38:03.360Z[ recovery-image] Aug 22 12:38:02.332 INFO O| Aug 22 12:38:02.332 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91722026-08-22T12:38:03.360Z[ recovery-image] Aug 22 12:38:02.332 INFO O| Aug 22 12:38:02.332 INFO STEP 92 (remove_files) COMPLETE
91732026-08-22T12:38:03.360Z[ recovery-image] Aug 22 12:38:02.332 INFO O| Aug 22 12:38:02.332 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-22T12:38:03.373Z[ recovery-image] Aug 22 12:38:02.344 INFO O| Aug 22 12:38:02.344 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91752026-08-22T12:38:03.373Z[ recovery-image] Aug 22 12:38:02.344 INFO O| Aug 22 12:38:02.344 INFO STEP 93 (remove_files) COMPLETE
91762026-08-22T12:38:03.373Z[ recovery-image] Aug 22 12:38:02.344 INFO O| Aug 22 12:38:02.344 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-22T12:38:03.387Z[ recovery-image] Aug 22 12:38:02.358 INFO O| Aug 22 12:38:02.358 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91782026-08-22T12:38:03.387Z[ recovery-image] Aug 22 12:38:02.358 INFO O| Aug 22 12:38:02.358 INFO STEP 94 (remove_files) COMPLETE
91792026-08-22T12:38:03.387Z[ recovery-image] Aug 22 12:38:02.358 INFO O| Aug 22 12:38:02.358 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-22T12:38:03.401Z[ recovery-image] Aug 22 12:38:02.369 INFO O| Aug 22 12:38:02.369 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91812026-08-22T12:38:03.401Z[ recovery-image] Aug 22 12:38:02.369 INFO O| Aug 22 12:38:02.369 INFO STEP 95 (remove_files) COMPLETE
91822026-08-22T12:38:03.401Z[ recovery-image] Aug 22 12:38:02.369 INFO O| Aug 22 12:38:02.369 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-22T12:38:03.408Z[ recovery-image] Aug 22 12:38:02.379 INFO O| Aug 22 12:38:02.379 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91842026-08-22T12:38:03.408Z[ recovery-image] Aug 22 12:38:02.379 INFO O| Aug 22 12:38:02.379 INFO STEP 96 (remove_files) COMPLETE
91852026-08-22T12:38:03.411Z[ recovery-image] Aug 22 12:38:02.379 INFO O| Aug 22 12:38:02.379 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-22T12:38:03.418Z[ recovery-image] Aug 22 12:38:02.389 INFO O| Aug 22 12:38:02.389 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91872026-08-22T12:38:03.418Z[ recovery-image] Aug 22 12:38:02.389 INFO O| Aug 22 12:38:02.389 INFO STEP 97 (remove_files) COMPLETE
91882026-08-22T12:38:03.418Z[ recovery-image] Aug 22 12:38:02.389 INFO O| Aug 22 12:38:02.389 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-22T12:38:03.428Z[ recovery-image] Aug 22 12:38:02.400 INFO O| Aug 22 12:38:02.400 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91902026-08-22T12:38:03.428Z[ recovery-image] Aug 22 12:38:02.400 INFO O| Aug 22 12:38:02.400 INFO STEP 98 (remove_files) COMPLETE
91912026-08-22T12:38:03.428Z[ recovery-image] Aug 22 12:38:02.400 INFO O| Aug 22 12:38:02.400 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-22T12:38:03.439Z[ recovery-image] Aug 22 12:38:02.410 INFO O| Aug 22 12:38:02.410 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91932026-08-22T12:38:03.439Z[ recovery-image] Aug 22 12:38:02.410 INFO O| Aug 22 12:38:02.410 INFO STEP 99 (remove_files) COMPLETE
91942026-08-22T12:38:03.439Z[ recovery-image] Aug 22 12:38:02.410 INFO O| Aug 22 12:38:02.410 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91952026-08-22T12:38:03.455Z[ recovery-image] Aug 22 12:38:02.426 INFO O| Aug 22 12:38:02.426 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91962026-08-22T12:38:03.455Z[ recovery-image] Aug 22 12:38:02.426 INFO O| Aug 22 12:38:02.426 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91972026-08-22T12:38:03.787Z[verify-libraries] Compiling polar-core v0.27.3
91982026-08-22T12:38:08.559Z[ recovery-image] Aug 22 12:38:07.530 INFO O| Aug 22 12:38:07.530 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
91992026-08-22T12:38:08.559Z[ recovery-image] Aug 22 12:38:07.530 INFO O| Aug 22 12:38:07.530 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92002026-08-22T12:38:08.576Z[ recovery-image] Aug 22 12:38:07.548 INFO O| Aug 22 12:38:07.548 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92012026-08-22T12:38:08.675Z[ recovery-image] Aug 22 12:38:07.646 INFO O| Aug 22 12:38:07.646 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
92022026-08-22T12:38:08.703Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92032026-08-22T12:38:08.737Z[ recovery-image] Aug 22 12:38:07.704 INFO O| Aug 22 12:38:07.704 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92042026-08-22T12:38:08.799Z[ recovery-image] Aug 22 12:38:07.770 INFO O| Aug 22 12:38:07.770 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92052026-08-22T12:38:08.799Z[ recovery-image] Aug 22 12:38:07.771 INFO O| Aug 22 12:38:07.770 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 ...
92062026-08-22T12:38:08.802Z[ recovery-image] Aug 22 12:38:07.772 INFO O| Aug 22 12:38:07.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92072026-08-22T12:38:08.802Z[ recovery-image] Aug 22 12:38:07.772 INFO O| Aug 22 12:38:07.772 INFO ok!
92082026-08-22T12:38:08.802Z[ recovery-image] Aug 22 12:38:07.772 INFO O| Aug 22 12:38:07.772 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92092026-08-22T12:38:08.802Z[ recovery-image] Aug 22 12:38:07.772 INFO O| Aug 22 12:38:07.772 INFO STEP 100 (seed_smf) COMPLETE
92102026-08-22T12:38:08.803Z[ recovery-image] Aug 22 12:38:07.772 INFO O| Aug 22 12:38:07.772 INFO steps complete; finalising image!
92112026-08-22T12:38:08.803Z[ recovery-image] Aug 22 12:38:07.772 INFO O| Aug 22 12:38:07.772 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92122026-08-22T12:38:08.880Z[ recovery-image] Aug 22 12:38:07.851 INFO O| Aug 22 12:38:07.851 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sat Aug 22 12:38:07 2026)
92132026-08-22T12:38:09.087Z[ recovery-image] Aug 22 12:38:08.058 INFO O| Aug 22 12:38:08.058 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92142026-08-22T12:38:09.293Z[ recovery-image] Aug 22 12:38:08.264 INFO O| Aug 22 12:38:08.264 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92152026-08-22T12:38:09.498Z[ recovery-image] Aug 22 12:38:08.470 INFO O| Aug 22 12:38:08.469 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92162026-08-22T12:38:09.704Z[ recovery-image] Aug 22 12:38:08.676 INFO O| Aug 22 12:38:08.675 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92172026-08-22T12:38:09.911Z[ recovery-image] Aug 22 12:38:08.882 INFO O| Aug 22 12:38:08.882 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92182026-08-22T12:38:10.117Z[ recovery-image] Aug 22 12:38:09.088 INFO O| Aug 22 12:38:09.088 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92192026-08-22T12:38:10.324Z[ recovery-image] Aug 22 12:38:09.295 INFO O| Aug 22 12:38:09.295 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92202026-08-22T12:38:10.529Z[ recovery-image] Aug 22 12:38:09.500 INFO O| Aug 22 12:38:09.500 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92212026-08-22T12:38:10.736Z[ recovery-image] Aug 22 12:38:09.707 INFO O| Aug 22 12:38:09.707 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92222026-08-22T12:38:10.941Z[ recovery-image] Aug 22 12:38:09.913 INFO O| Aug 22 12:38:09.913 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92232026-08-22T12:38:11.148Z[ recovery-image] Aug 22 12:38:10.119 INFO O| Aug 22 12:38:10.119 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92242026-08-22T12:38:11.395Z[ recovery-image] Aug 22 12:38:10.325 INFO O| Aug 22 12:38:10.325 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92252026-08-22T12:38:11.559Z[ recovery-image] Aug 22 12:38:10.531 INFO O| Aug 22 12:38:10.531 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92262026-08-22T12:38:11.765Z[ recovery-image] Aug 22 12:38:10.737 INFO O| Aug 22 12:38:10.737 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92272026-08-22T12:38:11.971Z[ recovery-image] Aug 22 12:38:10.942 INFO O| Aug 22 12:38:10.942 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92282026-08-22T12:38:12.177Z[ recovery-image] Aug 22 12:38:11.149 INFO O| Aug 22 12:38:11.149 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92292026-08-22T12:38:12.384Z[ recovery-image] Aug 22 12:38:11.355 INFO O| Aug 22 12:38:11.355 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92302026-08-22T12:38:12.590Z[ recovery-image] Aug 22 12:38:11.561 INFO O| Aug 22 12:38:11.561 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92312026-08-22T12:38:12.796Z[ recovery-image] Aug 22 12:38:11.767 INFO O| Aug 22 12:38:11.767 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92322026-08-22T12:38:13.002Z[ recovery-image] Aug 22 12:38:11.973 INFO O| Aug 22 12:38:11.973 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
92332026-08-22T12:38:13.054Z[ host-image] Aug 22 12:38:12.025 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24212:20260821T232006Z
92342026-08-22T12:38:13.054Z[ host-image] Aug 22 12:38:12.025 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24212:20260821T232006Z
92352026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.025 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92362026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.025 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92372026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.025 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92382026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.025 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92392026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.026 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92402026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.026 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92412026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.026 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260822T122504Z
92422026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.026 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92432026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.026 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92442026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.026 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24212:20260821T232006Z
92452026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24212:20260821T232007Z
92462026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24212:20260821T232007Z
92472026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24212:20260821T232007Z
92482026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92492026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24212:20260821T232007Z
92502026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24212:20260821T232007Z
92512026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24212:20260821T232007Z
92522026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24212:20260821T232007Z
92532026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24212:20260821T232007Z
92542026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.027 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24212:20260821T232007Z
92552026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24212:20260821T232007Z
92562026-08-22T12:38:13.058Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24212:20260821T232008Z
92572026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24212:20260821T232008Z
92582026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24212:20260821T232008Z
92592026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24212:20260821T232008Z
92602026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24212:20260821T232009Z
92612026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24212:20260821T232009Z
92622026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24212:20260821T232009Z
92632026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24212:20260821T232010Z
92642026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92652026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24212:20260821T232010Z
92662026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24212:20260821T232011Z
92672026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24212:20260821T232011Z
92682026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24212:20260821T232012Z
92692026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24212:20260821T232012Z
92702026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24212:20260821T232012Z
92712026-08-22T12:38:13.059Z[ host-image] Aug 22 12:38:12.028 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24212:20260821T232013Z
92722026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.031 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92732026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.031 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24212:20260821T232013Z
92742026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.031 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92752026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.031 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92762026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.032 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92772026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.032 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92782026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.032 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24212:20260821T232013Z
92792026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.032 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92802026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.032 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92812026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.032 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92822026-08-22T12:38:13.063Z[ host-image] Aug 22 12:38:12.032 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92832026-08-22T12:38:13.067Z[ host-image] Aug 22 12:38:12.035 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92842026-08-22T12:38:13.067Z[ host-image] Aug 22 12:38:12.035 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92852026-08-22T12:38:13.067Z[ host-image] Aug 22 12:38:12.036 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92862026-08-22T12:38:13.067Z[ host-image] Aug 22 12:38:12.036 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92872026-08-22T12:38:13.067Z[ host-image] Aug 22 12:38:12.036 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92882026-08-22T12:38:13.067Z[ host-image] Aug 22 12:38:12.036 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92892026-08-22T12:38:13.076Z[ host-image] Aug 22 12:38:12.047 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92902026-08-22T12:38:13.079Z[ host-image] Aug 22 12:38:12.047 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92912026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.047 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92922026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24212:20260821T232013Z
92932026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24212:20260821T232016Z
92942026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92952026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24212:20260821T232016Z
92962026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92972026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92982026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92992026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93002026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24212:20260821T232016Z
93012026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.048 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93022026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.049 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93032026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.049 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93042026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.049 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93052026-08-22T12:38:13.080Z[ host-image] Aug 22 12:38:12.049 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24212:20260821T232016Z
93062026-08-22T12:38:13.081Z[ host-image] Aug 22 12:38:12.049 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93072026-08-22T12:38:13.084Z[ host-image] Aug 22 12:38:12.053 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93082026-08-22T12:38:13.084Z[ host-image] Aug 22 12:38:12.053 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24212:20260821T232017Z
93092026-08-22T12:38:13.084Z[ host-image] Aug 22 12:38:12.054 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24212:20260821T232017Z
93102026-08-22T12:38:13.084Z[ host-image] Aug 22 12:38:12.054 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24212:20260821T232017Z
93112026-08-22T12:38:13.084Z[ host-image] Aug 22 12:38:12.054 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93122026-08-22T12:38:13.084Z[ host-image] Aug 22 12:38:12.054 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24212:20260821T232017Z
93132026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.054 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24212:20260821T232018Z
93142026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.054 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24212:20260821T232018Z
93152026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.054 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24212:20260821T232018Z
93162026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.055 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93172026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.055 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24212:20260821T232018Z
93182026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.056 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24212:20260821T232018Z
93192026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.056 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93202026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.056 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24212:20260821T232018Z
93212026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.056 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24212:20260821T232019Z
93222026-08-22T12:38:13.085Z[ host-image] Aug 22 12:38:12.056 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24212:20260821T232019Z
93232026-08-22T12:38:13.088Z[ host-image] Aug 22 12:38:12.056 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24212:20260821T232019Z
93242026-08-22T12:38:13.088Z[ host-image] Aug 22 12:38:12.058 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24212:20260821T232019Z
93252026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.058 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93262026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.058 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24212:20260821T232019Z
93272026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.058 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24212:20260821T232019Z
93282026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.059 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24212:20260821T232019Z
93292026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.059 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24212:20260821T232019Z
93302026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.059 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24212:20260821T232019Z
93312026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.059 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24212:20260821T232019Z
93322026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.059 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24212:20260821T232019Z
93332026-08-22T12:38:13.089Z[ host-image] Aug 22 12:38:12.059 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24212:20260821T232019Z
93342026-08-22T12:38:13.092Z[ host-image] Aug 22 12:38:12.062 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24212:20260821T232020Z
93352026-08-22T12:38:13.093Z[ host-image] Aug 22 12:38:12.062 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24212:20260821T232020Z
93362026-08-22T12:38:13.093Z[ host-image] Aug 22 12:38:12.062 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24212:20260821T232020Z
93372026-08-22T12:38:13.093Z[ host-image] Aug 22 12:38:12.063 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24212:20260821T232020Z
93382026-08-22T12:38:13.093Z[ host-image] Aug 22 12:38:12.063 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24212:20260821T232020Z
93392026-08-22T12:38:13.097Z[ host-image] Aug 22 12:38:12.069 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24212:20260821T232021Z
93402026-08-22T12:38:13.097Z[ host-image] Aug 22 12:38:12.069 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24212:20260821T232020Z
93412026-08-22T12:38:13.100Z[ host-image] Aug 22 12:38:12.069 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24212:20260821T232020Z
93422026-08-22T12:38:13.100Z[ host-image] Aug 22 12:38:12.069 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93432026-08-22T12:38:13.101Z[ host-image] Aug 22 12:38:12.069 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93442026-08-22T12:38:13.106Z[ host-image] Aug 22 12:38:12.077 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24212:20260821T232020Z
93452026-08-22T12:38:13.106Z[ host-image] Aug 22 12:38:12.077 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93462026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.077 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24212:20260821T232020Z
93472026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.077 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24212:20260821T232020Z
93482026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24212:20260821T232020Z
93492026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93502026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93512026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24212:20260821T232021Z
93522026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24212:20260821T232021Z
93532026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24212:20260821T232021Z
93542026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24212:20260821T232021Z
93552026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24212:20260821T232021Z
93562026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.078 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24212:20260821T232021Z
93572026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.079 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93582026-08-22T12:38:13.109Z[ host-image] Aug 22 12:38:12.079 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24212:20260821T232022Z
93592026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.079 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24212:20260821T232022Z
93602026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.079 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24212:20260821T232022Z
93612026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24212:20260821T232022Z
93622026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24212:20260821T232022Z
93632026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24212:20260821T232022Z
93642026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93652026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93662026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24212:20260821T232023Z
93672026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24212:20260821T232024Z
93682026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93692026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93702026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93712026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93722026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93732026-08-22T12:38:13.110Z[ host-image] Aug 22 12:38:12.080 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93742026-08-22T12:38:13.114Z[ host-image] Aug 22 12:38:12.081 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93752026-08-22T12:38:13.114Z[ host-image] Aug 22 12:38:12.081 INFO O| tempdir @ "/tmp/.tmp2CdH0J/tmp"
93762026-08-22T12:38:13.114Z[ host-image] Aug 22 12:38:12.081 INFO O| image root @ "/tmp/.tmp2CdH0J/tmp/root"
93772026-08-22T12:38:13.114Z[ host-image] Aug 22 12:38:12.081 INFO O| creating image...
93782026-08-22T12:38:13.207Z[ recovery-image] Aug 22 12:38:12.179 INFO O| Aug 22 12:38:12.179 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 22 12:38:07 2026)
93792026-08-22T12:38:14.003Z[ recovery-image] Aug 22 12:38:12.971 INFO O| Aug 22 12:38:12.971 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Sat Aug 22 12:38:07 2026)
93802026-08-22T12:38:14.055Z[verify-libraries] Compiling oso v0.27.3
93812026-08-22T12:38:14.086Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
93822026-08-22T12:38:14.222Z[ recovery-image] Aug 22 12:38:13.193 INFO O| Aug 22 12:38:13.193 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
93832026-08-22T12:38:14.222Z[ recovery-image] Aug 22 12:38:13.193 INFO O| Aug 22 12:38:13.193 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93842026-08-22T12:38:15.644Z[ recovery-image] Aug 22 12:38:14.615 INFO O| Aug 22 12:38:14.615 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
93852026-08-22T12:38:15.644Z[ recovery-image] Aug 22 12:38:14.615 INFO O| Aug 22 12:38:14.615 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93862026-08-22T12:38:15.731Z[ host-image] Aug 22 12:38:14.702 INFO O| copying publishers...
93872026-08-22T12:38:17.731Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93882026-08-22T12:38:18.033Z[ recovery-image] Aug 22 12:38:17.004 INFO O| Aug 22 12:38:17.004 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93892026-08-22T12:38:18.033Z[ recovery-image] Aug 22 12:38:17.004 INFO O| Aug 22 12:38:17.004 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93902026-08-22T12:38:18.033Z[ recovery-image] Aug 22 12:38:17.004 INFO O| Aug 22 12:38:17.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93912026-08-22T12:38:18.037Z[ recovery-image] Aug 22 12:38:17.004 INFO O| Aug 22 12:38:17.004 INFO completed processing sled/zfs-recovery
93922026-08-22T12:38:18.037Z[ recovery-image] Aug 22 12:38:17.004 INFO O| Aug 22 12:38:17.004 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93932026-08-22T12:38:18.116Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93942026-08-22T12:38:20.080Z[ recovery-image] Aug 22 12:38:19.051 INFO O| Aug 22 12:38:19.051 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93952026-08-22T12:38:20.196Z[ recovery-image] Aug 22 12:38:19.167 INFO BUILD STRING "heads/stlouis-0-gcc26af757a\n"
93962026-08-22T12:38:20.196Z[ recovery-image] Aug 22 12:38:19.167 INFO expanded image name: "recovery 8ef0b30/${os_short_commit} 2026-08-22 12:24" -> "recovery 8ef0b30/cc26af7 2026-08-22 12:24"
93972026-08-22T12:38:20.199Z[ recovery-image] Aug 22 12:38:19.167 INFO output artefacts stored in: "/work/os-recovery"
93982026-08-22T12:38:20.199Z[ recovery-image] Aug 22 12:38:19.167 INFO collecting git info from project "pinprick"...
93992026-08-22T12:38:20.203Z[ recovery-image] Aug 22 12:38:19.175 INFO collecting git info from project "bootserver"...
94002026-08-22T12:38:20.210Z[ recovery-image] Aug 22 12:38:19.181 INFO collecting git info from project "image-builder"...
94012026-08-22T12:38:20.217Z[ recovery-image] Aug 22 12:38:19.188 INFO collecting git info from project "dmar-report"...
94022026-08-22T12:38:20.226Z[ recovery-image] Aug 22 12:38:19.198 INFO collecting git info from project "chelsio-t6-roms"...
94032026-08-22T12:38:20.244Z[ recovery-image] Aug 22 12:38:19.216 INFO collecting git info from project "phbl"...
94042026-08-22T12:38:20.253Z[ recovery-image] Aug 22 12:38:19.225 INFO collecting git info from project "amd-host-image-builder"...
94052026-08-22T12:38:20.290Z[ host-image] Aug 22 12:38:19.261 INFO O| adding properties...
94062026-08-22T12:38:20.313Z[ recovery-image] Aug 22 12:38:19.285 INFO collecting git info from project "pilot"...
94072026-08-22T12:38:20.336Z[ recovery-image] Aug 22 12:38:19.307 INFO collecting git info from project "amd-firmware"...
94082026-08-22T12:38:20.887Z[ recovery-image] Aug 22 12:38:19.859 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94092026-08-22T12:38:21.351Z[ host-image] Aug 22 12:38:20.322 INFO O| installing packages...
94102026-08-22T12:38:21.641Z[ recovery-image] Aug 22 12:38:20.612 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94112026-08-22T12:38:22.054Z[ recovery-image] Aug 22 12:38:21.024 INFO creating Oxide boot image...
94122026-08-22T12:38:22.054Z[ recovery-image] Aug 22 12:38:21.025 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 8ef0b30/cc26af7 2026-08-22 12:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94132026-08-22T12:38:30.043Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94142026-08-22T12:38:31.134Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94152026-08-22T12:38:32.465Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94162026-08-22T12:38:32.610Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94172026-08-22T12:38:32.805Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94182026-08-22T12:38:33.044Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94192026-08-22T12:38:33.554Z[ host-image] Aug 22 12:38:32.526 INFO O| seeding SMF database...
94202026-08-22T12:38:38.051Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94212026-08-22T12:38:38.225Z[ host-image] Aug 22 12:38:37.196 INFO O| configuring SMF profile...
94222026-08-22T12:38:38.225Z[ host-image] Aug 22 12:38:37.196 INFO O| modifying shadow(5)...
94232026-08-22T12:38:38.228Z[ host-image] Aug 22 12:38:37.196 INFO O| loading user and group database...
94242026-08-22T12:38:38.228Z[ host-image] Aug 22 12:38:37.196 INFO O| loading facet selections...
94252026-08-22T12:38:38.624Z[ host-image] Aug 22 12:38:37.595 INFO O| devel -> true
94262026-08-22T12:38:38.624Z[ host-image] Aug 22 12:38:37.595 INFO O| doc.man -> true
94272026-08-22T12:38:38.624Z[ host-image] Aug 22 12:38:37.595 INFO O| version-lock.shell/ksh93 -> true
94282026-08-22T12:38:38.627Z[ host-image] Aug 22 12:38:37.595 INFO O| version-lock.system/data/hardware-registry -> true
94292026-08-22T12:38:38.628Z[ host-image] Aug 22 12:38:37.595 INFO O| version-lock.system/data/zoneinfo -> true
94302026-08-22T12:38:38.628Z[ host-image] Aug 22 12:38:37.595 INFO O| version-lock.system/microcode/amd -> true
94312026-08-22T12:38:38.628Z[ host-image] Aug 22 12:38:37.595 INFO O| version-lock.system/microcode/intel -> true
94322026-08-22T12:38:38.628Z[ host-image] Aug 22 12:38:37.595 INFO O| version-lock.system/microcode/oxide -> true
94332026-08-22T12:38:38.628Z[ host-image] Aug 22 12:38:37.595 INFO O| assessing packaged files...
94342026-08-22T12:38:39.366Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94352026-08-22T12:38:40.570Z[ host-image] Aug 22 12:38:39.542 INFO O| creating archive...
94362026-08-22T12:38:40.583Z[ host-image] Aug 22 12:38:39.555 INFO O| missing from packaging:
94372026-08-22T12:38:40.583Z[ host-image] Aug 22 12:38:39.555 INFO O| "etc/.pwd.lock"
94382026-08-22T12:38:40.583Z[ host-image] Aug 22 12:38:39.555 INFO O| "etc/bash"
94392026-08-22T12:38:40.587Z[ host-image] Aug 22 12:38:39.559 INFO O| "etc/svc/profile/generic.xml"
94402026-08-22T12:38:40.587Z[ host-image] Aug 22 12:38:39.559 INFO O| "etc/svc/profile/inetd_services.xml"
94412026-08-22T12:38:40.590Z[ host-image] Aug 22 12:38:39.559 INFO O| "etc/svc/profile/name_service.xml"
94422026-08-22T12:38:40.590Z[ host-image] Aug 22 12:38:39.559 INFO O| "etc/svc/profile/platform.xml"
94432026-08-22T12:38:40.590Z[ host-image] Aug 22 12:38:39.559 INFO O| "etc/svc/profile/platform_omicron1.xml"
94442026-08-22T12:38:40.590Z[ host-image] Aug 22 12:38:39.559 INFO O| "etc/svc/repository.db"
94452026-08-22T12:38:40.594Z[ host-image] Aug 22 12:38:39.565 INFO O| "opt/ooce/share"
94462026-08-22T12:38:40.594Z[ host-image] Aug 22 12:38:39.565 INFO O| "opt/ooce/share/man"
94472026-08-22T12:38:40.597Z[ host-image] Aug 22 12:38:39.565 INFO O| "opt/ooce/share/man/man1"
94482026-08-22T12:38:40.603Z[ host-image] Aug 22 12:38:39.575 INFO O| finishing archive...
94492026-08-22T12:38:41.792Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94502026-08-22T12:38:43.440Z[ host-image] Aug 22 12:38:42.410 INFO O| creating gzonly manifest...
94512026-08-22T12:38:43.461Z[ host-image] Aug 22 12:38:42.431 INFO O| ok
94522026-08-22T12:38:43.657Z[ host-image] Aug 22 12:38:42.627 INFO image builder template: ramdisk-02-trim...
94532026-08-22T12:38:43.657Z[ host-image] Aug 22 12:38:42.628 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/.tmpL7TO3H/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
94542026-08-22T12:38:43.679Z[ host-image] Aug 22 12:38:42.650 INFO O| Aug 22 12:38:42.650 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94552026-08-22T12:38:43.687Z[ host-image] Aug 22 12:38:42.655 INFO O| Aug 22 12:38:42.655 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94562026-08-22T12:38:46.923Z[ host-image] Aug 22 12:38:45.884 INFO O| Aug 22 12:38:45.884 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94572026-08-22T12:38:47.999Z[ host-image] Aug 22 12:38:46.967 INFO O| Aug 22 12:38:46.967 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94582026-08-22T12:38:47.999Z[ host-image] Aug 22 12:38:46.967 INFO O| Aug 22 12:38:46.967 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94592026-08-22T12:38:48.002Z[ host-image] Aug 22 12:38:46.972 INFO O| Aug 22 12:38:46.972 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94602026-08-22T12:38:48.012Z[ host-image] Aug 22 12:38:46.975 INFO O| Aug 22 12:38:46.975 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94612026-08-22T12:38:48.035Z[ host-image] Aug 22 12:38:46.980 INFO O| Aug 22 12:38:46.980 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94622026-08-22T12:38:48.618Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94632026-08-22T12:38:48.644Z[ host-image] Aug 22 12:38:47.607 INFO O| Aug 22 12:38:47.607 INFO rolled back to input snapshot; work may begin
94642026-08-22T12:38:48.644Z[ host-image] Aug 22 12:38:47.607 INFO O| Aug 22 12:38:47.607 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94652026-08-22T12:38:48.663Z[ host-image] Aug 22 12:38:47.611 INFO O| Aug 22 12:38:47.611 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-22T12:38:48.663Z[ host-image] Aug 22 12:38:47.618 INFO O| Aug 22 12:38:47.618 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94672026-08-22T12:38:48.690Z[ host-image] Aug 22 12:38:47.658 INFO O| Aug 22 12:38:47.658 INFO STEP 0 (remove_files) COMPLETE
94682026-08-22T12:38:48.690Z[ host-image] Aug 22 12:38:47.658 INFO O| Aug 22 12:38:47.658 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-08-22T12:38:48.697Z[ host-image] Aug 22 12:38:47.667 INFO O| Aug 22 12:38:47.667 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94702026-08-22T12:38:48.700Z[ host-image] Aug 22 12:38:47.668 INFO O| Aug 22 12:38:47.668 INFO STEP 1 (remove_files) COMPLETE
94712026-08-22T12:38:48.700Z[ host-image] Aug 22 12:38:47.668 INFO O| Aug 22 12:38:47.668 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-08-22T12:38:48.719Z[ host-image] Aug 22 12:38:47.675 INFO O| Aug 22 12:38:47.675 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94732026-08-22T12:38:48.719Z[ host-image] Aug 22 12:38:47.688 INFO O| Aug 22 12:38:47.687 INFO STEP 2 (remove_files) COMPLETE
94742026-08-22T12:38:48.719Z[ host-image] Aug 22 12:38:47.688 INFO O| Aug 22 12:38:47.688 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-22T12:38:48.727Z[ host-image] Aug 22 12:38:47.696 INFO O| Aug 22 12:38:47.696 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94762026-08-22T12:38:48.732Z[ host-image] Aug 22 12:38:47.697 INFO O| Aug 22 12:38:47.697 INFO STEP 3 (remove_files) COMPLETE
94772026-08-22T12:38:48.733Z[ host-image] Aug 22 12:38:47.698 INFO O| Aug 22 12:38:47.697 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-22T12:38:48.738Z[ host-image] Aug 22 12:38:47.706 INFO O| Aug 22 12:38:47.706 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94792026-08-22T12:38:48.738Z[ host-image] Aug 22 12:38:47.709 INFO O| Aug 22 12:38:47.709 INFO STEP 4 (remove_files) COMPLETE
94802026-08-22T12:38:48.739Z[ host-image] Aug 22 12:38:47.709 INFO O| Aug 22 12:38:47.709 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-22T12:38:48.745Z[ host-image] Aug 22 12:38:47.716 INFO O| Aug 22 12:38:47.716 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94822026-08-22T12:38:48.752Z[ host-image] Aug 22 12:38:47.718 INFO O| Aug 22 12:38:47.718 INFO STEP 5 (remove_files) COMPLETE
94832026-08-22T12:38:48.752Z[ host-image] Aug 22 12:38:47.718 INFO O| Aug 22 12:38:47.718 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-22T12:38:48.757Z[ host-image] Aug 22 12:38:47.726 INFO O| Aug 22 12:38:47.726 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94852026-08-22T12:38:48.764Z[ host-image] Aug 22 12:38:47.736 INFO O| Aug 22 12:38:47.736 INFO STEP 6 (remove_files) COMPLETE
94862026-08-22T12:38:48.765Z[ host-image] Aug 22 12:38:47.736 INFO O| Aug 22 12:38:47.736 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-22T12:38:48.765Z[ host-image] Aug 22 12:38:47.736 INFO O| Aug 22 12:38:47.736 INFO skip step because feature "heliosv2" is not enabled
94882026-08-22T12:38:48.768Z[ host-image] Aug 22 12:38:47.736 INFO O| Aug 22 12:38:47.736 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-22T12:38:48.774Z[ host-image] Aug 22 12:38:47.745 INFO O| Aug 22 12:38:47.745 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94902026-08-22T12:38:48.784Z[ host-image] Aug 22 12:38:47.755 INFO O| Aug 22 12:38:47.755 INFO STEP 8 (remove_files) COMPLETE
94912026-08-22T12:38:48.784Z[ host-image] Aug 22 12:38:47.755 INFO O| Aug 22 12:38:47.755 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-22T12:38:48.794Z[ host-image] Aug 22 12:38:47.764 INFO O| Aug 22 12:38:47.764 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94932026-08-22T12:38:48.860Z[ host-image] Aug 22 12:38:47.829 INFO O| Aug 22 12:38:47.829 INFO STEP 9 (remove_files) COMPLETE
94942026-08-22T12:38:48.860Z[ host-image] Aug 22 12:38:47.829 INFO O| Aug 22 12:38:47.829 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-22T12:38:48.881Z[ host-image] Aug 22 12:38:47.838 INFO O| Aug 22 12:38:47.838 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94962026-08-22T12:38:48.955Z[ host-image] Aug 22 12:38:47.917 INFO O| Aug 22 12:38:47.917 INFO STEP 10 (remove_files) COMPLETE
94972026-08-22T12:38:48.955Z[ host-image] Aug 22 12:38:47.917 INFO O| Aug 22 12:38:47.917 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-22T12:38:48.963Z[ host-image] Aug 22 12:38:47.926 INFO O| Aug 22 12:38:47.926 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94992026-08-22T12:38:48.963Z[ host-image] Aug 22 12:38:47.928 INFO O| Aug 22 12:38:47.928 INFO STEP 11 (remove_files) COMPLETE
95002026-08-22T12:38:48.963Z[ host-image] Aug 22 12:38:47.928 INFO O| Aug 22 12:38:47.928 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-22T12:38:48.976Z[ host-image] Aug 22 12:38:47.936 INFO O| Aug 22 12:38:47.936 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95022026-08-22T12:38:48.976Z[ host-image] Aug 22 12:38:47.937 INFO O| Aug 22 12:38:47.937 INFO STEP 12 (remove_files) COMPLETE
95032026-08-22T12:38:48.976Z[ host-image] Aug 22 12:38:47.937 INFO O| Aug 22 12:38:47.937 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-22T12:38:48.976Z[ host-image] Aug 22 12:38:47.944 INFO O| Aug 22 12:38:47.944 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95052026-08-22T12:38:48.976Z[ host-image] Aug 22 12:38:47.945 INFO O| Aug 22 12:38:47.945 INFO STEP 13 (remove_files) COMPLETE
95062026-08-22T12:38:48.977Z[ host-image] Aug 22 12:38:47.945 INFO O| Aug 22 12:38:47.945 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-22T12:38:49.135Z[ host-image] Aug 22 12:38:48.101 INFO O| Aug 22 12:38:48.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95082026-08-22T12:38:49.155Z[ host-image] Aug 22 12:38:48.105 INFO O| Aug 22 12:38:48.105 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95092026-08-22T12:38:49.205Z[ host-image] Aug 22 12:38:48.172 INFO O| Aug 22 12:38:48.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95102026-08-22T12:38:49.205Z[ host-image] Aug 22 12:38:48.172 INFO O| Aug 22 12:38:48.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95112026-08-22T12:38:49.205Z[ host-image] Aug 22 12:38:48.172 INFO O| Aug 22 12:38:48.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95122026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.172 INFO O| Aug 22 12:38:48.172 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95132026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95142026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95152026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95162026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95172026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95182026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95192026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95202026-08-22T12:38:49.217Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95212026-08-22T12:38:49.218Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95222026-08-22T12:38:49.218Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95232026-08-22T12:38:49.218Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95242026-08-22T12:38:49.218Z[ host-image] Aug 22 12:38:48.173 INFO O| Aug 22 12:38:48.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95252026-08-22T12:38:49.218Z[ host-image] Aug 22 12:38:48.181 INFO O| Aug 22 12:38:48.180 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95262026-08-22T12:38:49.218Z[ host-image] Aug 22 12:38:48.181 INFO O| Aug 22 12:38:48.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95272026-08-22T12:38:49.224Z[ host-image] Aug 22 12:38:48.188 INFO O| Aug 22 12:38:48.188 INFO STEP 14 (remove_files) COMPLETE
95282026-08-22T12:38:49.224Z[ host-image] Aug 22 12:38:48.188 INFO O| Aug 22 12:38:48.188 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-22T12:38:49.228Z[ host-image] Aug 22 12:38:48.198 INFO O| Aug 22 12:38:48.198 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95302026-08-22T12:38:49.228Z[ host-image] Aug 22 12:38:48.199 INFO O| Aug 22 12:38:48.199 INFO STEP 15 (remove_files) COMPLETE
95312026-08-22T12:38:49.231Z[ host-image] Aug 22 12:38:48.199 INFO O| Aug 22 12:38:48.199 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-22T12:38:49.236Z[ host-image] Aug 22 12:38:48.207 INFO O| Aug 22 12:38:48.207 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95332026-08-22T12:38:49.242Z[ host-image] Aug 22 12:38:48.213 INFO O| Aug 22 12:38:48.213 INFO STEP 16 (remove_files) COMPLETE
95342026-08-22T12:38:49.242Z[ host-image] Aug 22 12:38:48.213 INFO O| Aug 22 12:38:48.213 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-22T12:38:49.250Z[ host-image] Aug 22 12:38:48.222 INFO O| Aug 22 12:38:48.222 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95362026-08-22T12:38:49.265Z[ host-image] Aug 22 12:38:48.222 INFO O| Aug 22 12:38:48.222 INFO STEP 17 (remove_files) COMPLETE
95372026-08-22T12:38:49.265Z[ host-image] Aug 22 12:38:48.222 INFO O| Aug 22 12:38:48.222 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-22T12:38:49.270Z[ host-image] Aug 22 12:38:48.232 INFO O| Aug 22 12:38:48.232 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95392026-08-22T12:38:49.270Z[ host-image] Aug 22 12:38:48.233 INFO O| Aug 22 12:38:48.233 INFO STEP 18 (remove_files) COMPLETE
95402026-08-22T12:38:49.270Z[ host-image] Aug 22 12:38:48.233 INFO O| Aug 22 12:38:48.233 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-22T12:38:49.274Z[ host-image] Aug 22 12:38:48.243 INFO O| Aug 22 12:38:48.243 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95422026-08-22T12:38:49.274Z[ host-image] Aug 22 12:38:48.243 INFO O| Aug 22 12:38:48.243 INFO STEP 19 (remove_files) COMPLETE
95432026-08-22T12:38:49.274Z[ host-image] Aug 22 12:38:48.243 INFO O| Aug 22 12:38:48.243 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-22T12:38:49.281Z[ host-image] Aug 22 12:38:48.251 INFO O| Aug 22 12:38:48.251 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95452026-08-22T12:38:49.284Z[ host-image] Aug 22 12:38:48.251 INFO O| Aug 22 12:38:48.251 INFO STEP 20 (remove_files) COMPLETE
95462026-08-22T12:38:49.285Z[ host-image] Aug 22 12:38:48.251 INFO O| Aug 22 12:38:48.251 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-22T12:38:49.291Z[ host-image] Aug 22 12:38:48.259 INFO O| Aug 22 12:38:48.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95482026-08-22T12:38:49.291Z[ host-image] Aug 22 12:38:48.259 INFO O| Aug 22 12:38:48.259 INFO STEP 21 (remove_files) COMPLETE
95492026-08-22T12:38:49.291Z[ host-image] Aug 22 12:38:48.259 INFO O| Aug 22 12:38:48.259 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-22T12:38:49.303Z[ host-image] Aug 22 12:38:48.266 INFO O| Aug 22 12:38:48.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95512026-08-22T12:38:49.307Z[ host-image] Aug 22 12:38:48.266 INFO O| Aug 22 12:38:48.266 INFO STEP 22 (remove_files) COMPLETE
95522026-08-22T12:38:49.307Z[ host-image] Aug 22 12:38:48.266 INFO O| Aug 22 12:38:48.266 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-22T12:38:49.307Z[ host-image] Aug 22 12:38:48.275 INFO O| Aug 22 12:38:48.275 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95542026-08-22T12:38:49.307Z[ host-image] Aug 22 12:38:48.275 INFO O| Aug 22 12:38:48.275 INFO STEP 23 (remove_files) COMPLETE
95552026-08-22T12:38:49.307Z[ host-image] Aug 22 12:38:48.275 INFO O| Aug 22 12:38:48.275 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-22T12:38:49.324Z[ host-image] Aug 22 12:38:48.282 INFO O| Aug 22 12:38:48.282 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95572026-08-22T12:38:49.325Z[ host-image] Aug 22 12:38:48.282 INFO O| Aug 22 12:38:48.282 INFO STEP 24 (remove_files) COMPLETE
95582026-08-22T12:38:49.325Z[ host-image] Aug 22 12:38:48.282 INFO O| Aug 22 12:38:48.282 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-22T12:38:49.336Z[ host-image] Aug 22 12:38:48.290 INFO O| Aug 22 12:38:48.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95602026-08-22T12:38:49.336Z[ host-image] Aug 22 12:38:48.290 INFO O| Aug 22 12:38:48.290 INFO STEP 25 (remove_files) COMPLETE
95612026-08-22T12:38:49.336Z[ host-image] Aug 22 12:38:48.290 INFO O| Aug 22 12:38:48.290 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-22T12:38:49.336Z[ host-image] Aug 22 12:38:48.297 INFO O| Aug 22 12:38:48.297 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95632026-08-22T12:38:49.336Z[ host-image] Aug 22 12:38:48.297 INFO O| Aug 22 12:38:48.297 INFO STEP 26 (remove_files) COMPLETE
95642026-08-22T12:38:49.336Z[ host-image] Aug 22 12:38:48.297 INFO O| Aug 22 12:38:48.297 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-22T12:38:49.341Z[ host-image] Aug 22 12:38:48.307 INFO O| Aug 22 12:38:48.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95662026-08-22T12:38:49.341Z[ host-image] Aug 22 12:38:48.307 INFO O| Aug 22 12:38:48.307 INFO STEP 27 (remove_files) COMPLETE
95672026-08-22T12:38:49.341Z[ host-image] Aug 22 12:38:48.307 INFO O| Aug 22 12:38:48.307 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-22T12:38:49.345Z[ host-image] Aug 22 12:38:48.314 INFO O| Aug 22 12:38:48.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95692026-08-22T12:38:49.345Z[ host-image] Aug 22 12:38:48.314 INFO O| Aug 22 12:38:48.314 INFO STEP 28 (remove_files) COMPLETE
95702026-08-22T12:38:49.345Z[ host-image] Aug 22 12:38:48.314 INFO O| Aug 22 12:38:48.314 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-22T12:38:49.350Z[ host-image] Aug 22 12:38:48.321 INFO O| Aug 22 12:38:48.321 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95722026-08-22T12:38:49.350Z[ host-image] Aug 22 12:38:48.321 INFO O| Aug 22 12:38:48.321 INFO STEP 29 (remove_files) COMPLETE
95732026-08-22T12:38:49.350Z[ host-image] Aug 22 12:38:48.321 INFO O| Aug 22 12:38:48.321 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-22T12:38:49.359Z[ host-image] Aug 22 12:38:48.331 INFO O| Aug 22 12:38:48.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95752026-08-22T12:38:49.359Z[ host-image] Aug 22 12:38:48.331 INFO O| Aug 22 12:38:48.331 INFO STEP 30 (remove_files) COMPLETE
95762026-08-22T12:38:49.359Z[ host-image] Aug 22 12:38:48.331 INFO O| Aug 22 12:38:48.331 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-22T12:38:49.381Z[ host-image] Aug 22 12:38:48.340 INFO O| Aug 22 12:38:48.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95782026-08-22T12:38:49.381Z[ host-image] Aug 22 12:38:48.341 INFO O| Aug 22 12:38:48.340 INFO STEP 31 (remove_files) COMPLETE
95792026-08-22T12:38:49.399Z[ host-image] Aug 22 12:38:48.341 INFO O| Aug 22 12:38:48.341 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-22T12:38:49.400Z[ host-image] Aug 22 12:38:48.350 INFO O| Aug 22 12:38:48.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95812026-08-22T12:38:49.400Z[ host-image] Aug 22 12:38:48.350 INFO O| Aug 22 12:38:48.350 INFO STEP 32 (remove_files) COMPLETE
95822026-08-22T12:38:49.400Z[ host-image] Aug 22 12:38:48.350 INFO O| Aug 22 12:38:48.350 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.360 INFO O| Aug 22 12:38:48.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95842026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.360 INFO O| Aug 22 12:38:48.360 INFO STEP 33 (remove_files) COMPLETE
95852026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.360 INFO O| Aug 22 12:38:48.360 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.368 INFO O| Aug 22 12:38:48.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95872026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.368 INFO O| Aug 22 12:38:48.368 INFO STEP 34 (remove_files) COMPLETE
95882026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.368 INFO O| Aug 22 12:38:48.368 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.377 INFO O| Aug 22 12:38:48.377 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95902026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.377 INFO O| Aug 22 12:38:48.377 INFO STEP 35 (remove_files) COMPLETE
95912026-08-22T12:38:49.413Z[ host-image] Aug 22 12:38:48.377 INFO O| Aug 22 12:38:48.377 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-22T12:38:49.419Z[ host-image] Aug 22 12:38:48.386 INFO O| Aug 22 12:38:48.386 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95932026-08-22T12:38:49.419Z[ host-image] Aug 22 12:38:48.386 INFO O| Aug 22 12:38:48.386 INFO STEP 36 (remove_files) COMPLETE
95942026-08-22T12:38:49.419Z[ host-image] Aug 22 12:38:48.386 INFO O| Aug 22 12:38:48.386 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-22T12:38:49.425Z[ host-image] Aug 22 12:38:48.394 INFO O| Aug 22 12:38:48.394 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95962026-08-22T12:38:49.425Z[ host-image] Aug 22 12:38:48.394 INFO O| Aug 22 12:38:48.394 INFO STEP 37 (remove_files) COMPLETE
95972026-08-22T12:38:49.425Z[ host-image] Aug 22 12:38:48.394 INFO O| Aug 22 12:38:48.394 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-22T12:38:49.430Z[ host-image] Aug 22 12:38:48.401 INFO O| Aug 22 12:38:48.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95992026-08-22T12:38:49.430Z[ host-image] Aug 22 12:38:48.401 INFO O| Aug 22 12:38:48.401 INFO STEP 38 (remove_files) COMPLETE
96002026-08-22T12:38:49.430Z[ host-image] Aug 22 12:38:48.401 INFO O| Aug 22 12:38:48.401 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-22T12:38:49.440Z[ host-image] Aug 22 12:38:48.410 INFO O| Aug 22 12:38:48.410 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96022026-08-22T12:38:49.440Z[ host-image] Aug 22 12:38:48.411 INFO O| Aug 22 12:38:48.410 INFO STEP 39 (remove_files) COMPLETE
96032026-08-22T12:38:49.445Z[ host-image] Aug 22 12:38:48.411 INFO O| Aug 22 12:38:48.410 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-22T12:38:49.455Z[ host-image] Aug 22 12:38:48.419 INFO O| Aug 22 12:38:48.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96052026-08-22T12:38:49.455Z[ host-image] Aug 22 12:38:48.419 INFO O| Aug 22 12:38:48.419 INFO STEP 40 (remove_files) COMPLETE
96062026-08-22T12:38:49.455Z[ host-image] Aug 22 12:38:48.419 INFO O| Aug 22 12:38:48.419 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-22T12:38:49.462Z[ host-image] Aug 22 12:38:48.428 INFO O| Aug 22 12:38:48.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96082026-08-22T12:38:49.462Z[ host-image] Aug 22 12:38:48.428 INFO O| Aug 22 12:38:48.428 INFO STEP 41 (remove_files) COMPLETE
96092026-08-22T12:38:49.462Z[ host-image] Aug 22 12:38:48.428 INFO O| Aug 22 12:38:48.428 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-22T12:38:49.466Z[ host-image] Aug 22 12:38:48.435 INFO O| Aug 22 12:38:48.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96112026-08-22T12:38:49.466Z[ host-image] Aug 22 12:38:48.435 INFO O| Aug 22 12:38:48.435 INFO STEP 42 (remove_files) COMPLETE
96122026-08-22T12:38:49.466Z[ host-image] Aug 22 12:38:48.435 INFO O| Aug 22 12:38:48.435 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-22T12:38:49.473Z[ host-image] Aug 22 12:38:48.444 INFO O| Aug 22 12:38:48.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96142026-08-22T12:38:49.473Z[ host-image] Aug 22 12:38:48.444 INFO O| Aug 22 12:38:48.444 INFO STEP 43 (remove_files) COMPLETE
96152026-08-22T12:38:49.473Z[ host-image] Aug 22 12:38:48.444 INFO O| Aug 22 12:38:48.444 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-22T12:38:49.481Z[ host-image] Aug 22 12:38:48.452 INFO O| Aug 22 12:38:48.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96172026-08-22T12:38:49.481Z[ host-image] Aug 22 12:38:48.452 INFO O| Aug 22 12:38:48.452 INFO STEP 44 (remove_files) COMPLETE
96182026-08-22T12:38:49.485Z[ host-image] Aug 22 12:38:48.452 INFO O| Aug 22 12:38:48.452 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-22T12:38:49.495Z[ host-image] Aug 22 12:38:48.461 INFO O| Aug 22 12:38:48.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96202026-08-22T12:38:49.495Z[ host-image] Aug 22 12:38:48.461 INFO O| Aug 22 12:38:48.461 INFO STEP 45 (remove_files) COMPLETE
96212026-08-22T12:38:49.495Z[ host-image] Aug 22 12:38:48.461 INFO O| Aug 22 12:38:48.461 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-22T12:38:49.499Z[ host-image] Aug 22 12:38:48.470 INFO O| Aug 22 12:38:48.470 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96232026-08-22T12:38:49.499Z[ host-image] Aug 22 12:38:48.470 INFO O| Aug 22 12:38:48.470 INFO STEP 46 (remove_files) COMPLETE
96242026-08-22T12:38:49.499Z[ host-image] Aug 22 12:38:48.470 INFO O| Aug 22 12:38:48.470 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-22T12:38:49.507Z[ host-image] Aug 22 12:38:48.478 INFO O| Aug 22 12:38:48.478 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96262026-08-22T12:38:49.507Z[ host-image] Aug 22 12:38:48.478 INFO O| Aug 22 12:38:48.478 INFO STEP 47 (remove_files) COMPLETE
96272026-08-22T12:38:49.508Z[ host-image] Aug 22 12:38:48.478 INFO O| Aug 22 12:38:48.478 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-22T12:38:49.517Z[ host-image] Aug 22 12:38:48.487 INFO O| Aug 22 12:38:48.486 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96292026-08-22T12:38:49.517Z[ host-image] Aug 22 12:38:48.487 INFO O| Aug 22 12:38:48.487 INFO STEP 48 (remove_files) COMPLETE
96302026-08-22T12:38:49.521Z[ host-image] Aug 22 12:38:48.487 INFO O| Aug 22 12:38:48.487 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-22T12:38:49.526Z[ host-image] Aug 22 12:38:48.496 INFO O| Aug 22 12:38:48.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96322026-08-22T12:38:49.526Z[ host-image] Aug 22 12:38:48.496 INFO O| Aug 22 12:38:48.496 INFO STEP 49 (remove_files) COMPLETE
96332026-08-22T12:38:49.530Z[ host-image] Aug 22 12:38:48.496 INFO O| Aug 22 12:38:48.496 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-22T12:38:49.538Z[ host-image] Aug 22 12:38:48.506 INFO O| Aug 22 12:38:48.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96352026-08-22T12:38:49.538Z[ host-image] Aug 22 12:38:48.506 INFO O| Aug 22 12:38:48.506 INFO STEP 50 (remove_files) COMPLETE
96362026-08-22T12:38:49.538Z[ host-image] Aug 22 12:38:48.506 INFO O| Aug 22 12:38:48.506 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-22T12:38:49.546Z[ host-image] Aug 22 12:38:48.516 INFO O| Aug 22 12:38:48.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96382026-08-22T12:38:49.546Z[ host-image] Aug 22 12:38:48.517 INFO O| Aug 22 12:38:48.517 INFO STEP 51 (remove_files) COMPLETE
96392026-08-22T12:38:49.546Z[ host-image] Aug 22 12:38:48.517 INFO O| Aug 22 12:38:48.517 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-22T12:38:49.555Z[ host-image] Aug 22 12:38:48.527 INFO O| Aug 22 12:38:48.527 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96412026-08-22T12:38:49.556Z[ host-image] Aug 22 12:38:48.527 INFO O| Aug 22 12:38:48.527 INFO STEP 52 (remove_files) COMPLETE
96422026-08-22T12:38:49.563Z[ host-image] Aug 22 12:38:48.527 INFO O| Aug 22 12:38:48.527 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-22T12:38:49.570Z[ host-image] Aug 22 12:38:48.536 INFO O| Aug 22 12:38:48.536 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96442026-08-22T12:38:49.570Z[ host-image] Aug 22 12:38:48.536 INFO O| Aug 22 12:38:48.536 INFO STEP 53 (remove_files) COMPLETE
96452026-08-22T12:38:49.570Z[ host-image] Aug 22 12:38:48.536 INFO O| Aug 22 12:38:48.536 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-22T12:38:49.581Z[ host-image] Aug 22 12:38:48.545 INFO O| Aug 22 12:38:48.545 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96472026-08-22T12:38:49.581Z[ host-image] Aug 22 12:38:48.545 INFO O| Aug 22 12:38:48.545 INFO STEP 54 (remove_files) COMPLETE
96482026-08-22T12:38:49.581Z[ host-image] Aug 22 12:38:48.545 INFO O| Aug 22 12:38:48.545 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-22T12:38:49.591Z[ host-image] Aug 22 12:38:48.553 INFO O| Aug 22 12:38:48.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96502026-08-22T12:38:49.591Z[ host-image] Aug 22 12:38:48.553 INFO O| Aug 22 12:38:48.553 INFO STEP 55 (remove_files) COMPLETE
96512026-08-22T12:38:49.591Z[ host-image] Aug 22 12:38:48.553 INFO O| Aug 22 12:38:48.553 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-22T12:38:49.596Z[ host-image] Aug 22 12:38:48.560 INFO O| Aug 22 12:38:48.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96532026-08-22T12:38:49.596Z[ host-image] Aug 22 12:38:48.560 INFO O| Aug 22 12:38:48.560 INFO STEP 56 (remove_files) COMPLETE
96542026-08-22T12:38:49.596Z[ host-image] Aug 22 12:38:48.560 INFO O| Aug 22 12:38:48.560 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-22T12:38:49.604Z[ host-image] Aug 22 12:38:48.570 INFO O| Aug 22 12:38:48.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96562026-08-22T12:38:49.604Z[ host-image] Aug 22 12:38:48.570 INFO O| Aug 22 12:38:48.570 INFO STEP 57 (remove_files) COMPLETE
96572026-08-22T12:38:49.605Z[ host-image] Aug 22 12:38:48.570 INFO O| Aug 22 12:38:48.570 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-22T12:38:49.611Z[ host-image] Aug 22 12:38:48.578 INFO O| Aug 22 12:38:48.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96592026-08-22T12:38:49.611Z[ host-image] Aug 22 12:38:48.579 INFO O| Aug 22 12:38:48.578 INFO STEP 58 (remove_files) COMPLETE
96602026-08-22T12:38:49.611Z[ host-image] Aug 22 12:38:48.579 INFO O| Aug 22 12:38:48.578 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-22T12:38:49.617Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.587 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96622026-08-22T12:38:49.621Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.588 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96632026-08-22T12:38:49.621Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.588 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96642026-08-22T12:38:49.621Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.588 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96652026-08-22T12:38:49.621Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.588 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96662026-08-22T12:38:49.621Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.588 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96672026-08-22T12:38:49.621Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.588 INFO ok!
96682026-08-22T12:38:49.621Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.588 INFO STEP 59 (ensure_file) COMPLETE
96692026-08-22T12:38:49.621Z[ host-image] Aug 22 12:38:48.588 INFO O| Aug 22 12:38:48.588 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96712026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96722026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96732026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96742026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96752026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96762026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 INFO ok!
96772026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 INFO STEP 60 (ensure_file) COMPLETE
96782026-08-22T12:38:49.627Z[ host-image] Aug 22 12:38:48.596 INFO O| Aug 22 12:38:48.596 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-22T12:38:49.633Z[ host-image] Aug 22 12:38:48.604 INFO O| Aug 22 12:38:48.604 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96802026-08-22T12:38:49.633Z[ host-image] Aug 22 12:38:48.604 INFO O| Aug 22 12:38:48.604 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96812026-08-22T12:38:49.650Z[ host-image] Aug 22 12:38:48.604 INFO O| Aug 22 12:38:48.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96822026-08-22T12:38:49.650Z[ host-image] Aug 22 12:38:48.604 INFO O| Aug 22 12:38:48.604 INFO ok!
96832026-08-22T12:38:49.650Z[ host-image] Aug 22 12:38:48.604 INFO O| Aug 22 12:38:48.604 INFO STEP 61 (ensure_file) COMPLETE
96842026-08-22T12:38:49.650Z[ host-image] Aug 22 12:38:48.604 INFO O| Aug 22 12:38:48.604 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-08-22T12:38:49.656Z[ host-image] Aug 22 12:38:48.614 INFO O| Aug 22 12:38:48.614 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96862026-08-22T12:38:49.656Z[ host-image] Aug 22 12:38:48.614 INFO O| Aug 22 12:38:48.614 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96872026-08-22T12:38:49.656Z[ host-image] Aug 22 12:38:48.614 INFO O| Aug 22 12:38:48.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96882026-08-22T12:38:49.656Z[ host-image] Aug 22 12:38:48.614 INFO O| Aug 22 12:38:48.614 INFO ok!
96892026-08-22T12:38:49.656Z[ host-image] Aug 22 12:38:48.614 INFO O| Aug 22 12:38:48.614 INFO STEP 62 (ensure_file) COMPLETE
96902026-08-22T12:38:49.656Z[ host-image] Aug 22 12:38:48.614 INFO O| Aug 22 12:38:48.614 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-22T12:38:49.734Z[ host-image] Aug 22 12:38:48.622 INFO O| Aug 22 12:38:48.622 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96922026-08-22T12:38:49.734Z[ host-image] Aug 22 12:38:48.622 INFO O| Aug 22 12:38:48.622 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96932026-08-22T12:38:49.734Z[ host-image] Aug 22 12:38:48.622 INFO O| Aug 22 12:38:48.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96942026-08-22T12:38:49.734Z[ host-image] Aug 22 12:38:48.622 INFO O| Aug 22 12:38:48.622 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96952026-08-22T12:38:49.735Z[ host-image] Aug 22 12:38:48.622 INFO O| Aug 22 12:38:48.622 INFO ok!
96962026-08-22T12:38:49.735Z[ host-image] Aug 22 12:38:48.622 INFO O| Aug 22 12:38:48.622 INFO STEP 63 (ensure_file) COMPLETE
96972026-08-22T12:38:49.735Z[ host-image] Aug 22 12:38:48.622 INFO O| Aug 22 12:38:48.622 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-22T12:38:49.735Z[ host-image] Aug 22 12:38:48.632 INFO O| Aug 22 12:38:48.631 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96992026-08-22T12:38:49.735Z[ host-image] Aug 22 12:38:48.632 INFO O| Aug 22 12:38:48.631 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97002026-08-22T12:38:49.735Z[ host-image] Aug 22 12:38:48.632 INFO O| Aug 22 12:38:48.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97012026-08-22T12:38:49.735Z[ host-image] Aug 22 12:38:48.632 INFO O| Aug 22 12:38:48.632 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97022026-08-22T12:38:49.735Z[ host-image] Aug 22 12:38:48.632 INFO O| Aug 22 12:38:48.632 INFO ok!
97032026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.632 INFO O| Aug 22 12:38:48.632 INFO STEP 64 (ensure_file) COMPLETE
97042026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.632 INFO O| Aug 22 12:38:48.632 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.639 INFO O| Aug 22 12:38:48.639 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97062026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.639 INFO O| Aug 22 12:38:48.639 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97072026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.639 INFO O| Aug 22 12:38:48.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97082026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.639 INFO O| Aug 22 12:38:48.639 INFO ok!
97092026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.639 INFO O| Aug 22 12:38:48.639 INFO STEP 65 (assemble_files) COMPLETE
97102026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.639 INFO O| Aug 22 12:38:48.639 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.649 INFO O| Aug 22 12:38:48.649 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97122026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.649 INFO O| Aug 22 12:38:48.649 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97132026-08-22T12:38:49.736Z[ host-image] Aug 22 12:38:48.649 INFO O| Aug 22 12:38:48.649 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97142026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.649 INFO O| Aug 22 12:38:48.649 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97152026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.649 INFO O| Aug 22 12:38:48.649 INFO ok!
97162026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.649 INFO O| Aug 22 12:38:48.649 INFO STEP 66 (ensure_file) COMPLETE
97172026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.649 INFO O| Aug 22 12:38:48.649 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.657 INFO O| Aug 22 12:38:48.657 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97192026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.657 INFO O| Aug 22 12:38:48.657 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97202026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.657 INFO O| Aug 22 12:38:48.657 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97212026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.657 INFO O| Aug 22 12:38:48.657 INFO STEP 67 (ensure_dir) COMPLETE
97222026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.657 INFO O| Aug 22 12:38:48.657 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.667 INFO O| Aug 22 12:38:48.666 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97242026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.667 INFO O| Aug 22 12:38:48.667 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 ...
97252026-08-22T12:38:49.737Z[ host-image] Aug 22 12:38:48.672 INFO O| Aug 22 12:38:48.672 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
97262026-08-22T12:38:49.738Z[ host-image] Aug 22 12:38:48.673 INFO O| Aug 22 12:38:48.672 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97272026-08-22T12:38:49.738Z[ host-image] Aug 22 12:38:48.673 INFO O| Aug 22 12:38:48.672 INFO ok!
97282026-08-22T12:38:49.738Z[ host-image] Aug 22 12:38:48.673 INFO O| Aug 22 12:38:48.672 INFO STEP 68 (ensure_file) COMPLETE
97292026-08-22T12:38:49.738Z[ host-image] Aug 22 12:38:48.673 INFO O| Aug 22 12:38:48.672 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-08-22T12:38:49.738Z[ host-image] Aug 22 12:38:48.683 INFO O| Aug 22 12:38:48.683 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97312026-08-22T12:38:49.739Z[ host-image] Aug 22 12:38:48.683 INFO O| Aug 22 12:38:48.683 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 ...
97322026-08-22T12:38:49.739Z[ host-image] Aug 22 12:38:48.683 INFO O| Aug 22 12:38:48.683 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
97332026-08-22T12:38:49.739Z[ host-image] Aug 22 12:38:48.683 INFO O| Aug 22 12:38:48.683 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97342026-08-22T12:38:49.739Z[ host-image] Aug 22 12:38:48.683 INFO O| Aug 22 12:38:48.683 INFO ok!
97352026-08-22T12:38:49.739Z[ host-image] Aug 22 12:38:48.683 INFO O| Aug 22 12:38:48.683 INFO STEP 69 (ensure_file) COMPLETE
97362026-08-22T12:38:49.739Z[ host-image] Aug 22 12:38:48.683 INFO O| Aug 22 12:38:48.683 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-08-22T12:38:49.739Z[ host-image] Aug 22 12:38:48.695 INFO O| Aug 22 12:38:48.695 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97382026-08-22T12:38:49.739Z[ host-image] Aug 22 12:38:48.695 INFO O| Aug 22 12:38:48.695 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97392026-08-22T12:38:51.254Z[ host-image] Aug 22 12:38:50.225 INFO O| Aug 22 12:38:50.225 INFO STEP 70 (pack_tar) COMPLETE
97402026-08-22T12:38:51.254Z[ host-image] Aug 22 12:38:50.225 INFO O| Aug 22 12:38:50.225 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97412026-08-22T12:38:51.259Z[ host-image] Aug 22 12:38:50.225 INFO O| Aug 22 12:38:50.225 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97422026-08-22T12:38:51.811Z[ host-image] Aug 22 12:38:50.782 INFO O| Aug 22 12:38:50.782 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97432026-08-22T12:38:52.122Z[ host-image] Aug 22 12:38:51.091 INFO O| Aug 22 12:38:51.091 INFO completed processing sled/ramdisk-02-trim
97442026-08-22T12:38:52.131Z[ host-image] Aug 22 12:38:51.093 INFO image builder template: zfs...
97452026-08-22T12:38:52.131Z[ host-image] Aug 22 12:38:51.093 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/.tmpL7TO3H/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
97462026-08-22T12:38:52.154Z[ host-image] Aug 22 12:38:51.104 INFO O| Aug 22 12:38:51.104 INFO skip include "stress" because feature "stress" is not enabled
97472026-08-22T12:38:52.154Z[ host-image] Aug 22 12:38:51.104 INFO O| Aug 22 12:38:51.104 INFO skip include "stress" because feature "compliance" is not enabled
97482026-08-22T12:38:52.166Z[ host-image] Aug 22 12:38:51.131 INFO O| Aug 22 12:38:51.131 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97492026-08-22T12:38:52.196Z[ host-image] Aug 22 12:38:51.134 INFO O| Aug 22 12:38:51.134 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97502026-08-22T12:38:52.331Z[ host-image] Aug 22 12:38:51.294 INFO O| Aug 22 12:38:51.294 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97512026-08-22T12:38:52.410Z[ host-image] Aug 22 12:38:51.365 INFO O| Aug 22 12:38:51.365 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97522026-08-22T12:38:52.410Z[ host-image] Aug 22 12:38:51.366 INFO O| Aug 22 12:38:51.365 INFO work dataset: rpool/images/build/host/work/sled/zfs
97532026-08-22T12:38:52.416Z[ host-image] Aug 22 12:38:51.369 INFO O| Aug 22 12:38:51.369 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97542026-08-22T12:38:52.548Z[ host-image] Aug 22 12:38:51.516 INFO O| Aug 22 12:38:51.516 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97552026-08-22T12:38:52.622Z[ host-image] Aug 22 12:38:51.589 INFO O| Aug 22 12:38:51.589 INFO DESTROY POOL: TEMPORARY-sled-zfs
97562026-08-22T12:38:52.627Z[ host-image] Aug 22 12:38:51.597 INFO O| Aug 22 12:38:51.597 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97572026-08-22T12:38:52.633Z[ host-image] Aug 22 12:38:51.601 INFO O| Aug 22 12:38:51.601 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97582026-08-22T12:38:52.633Z[ host-image] Aug 22 12:38:51.602 INFO O| Aug 22 12:38:51.602 INFO no lofi found
97592026-08-22T12:38:52.633Z[ host-image] Aug 22 12:38:51.602 INFO O| Aug 22 12:38:51.602 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97602026-08-22T12:38:52.633Z[ host-image] Aug 22 12:38:51.602 INFO O| Aug 22 12:38:51.602 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97612026-08-22T12:38:52.857Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97622026-08-22T12:38:54.032Z[ host-image] Aug 22 12:38:53.002 INFO O| Aug 22 12:38:53.002 INFO lofi device = /dev/dsk/c2t1d0p0
97632026-08-22T12:38:54.032Z[ host-image] Aug 22 12:38:53.002 INFO O| Aug 22 12:38:53.002 INFO pool device = /dev/dsk/c2t1d0p0
97642026-08-22T12:38:54.032Z[ host-image] Aug 22 12:38:53.002 INFO O| Aug 22 12:38:53.002 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"]
97652026-08-22T12:38:54.109Z[ host-image] Aug 22 12:38:53.080 INFO O| Aug 22 12:38:53.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97662026-08-22T12:38:54.109Z[ host-image] Aug 22 12:38:53.080 INFO O| Aug 22 12:38:53.080 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97672026-08-22T12:38:54.127Z[ host-image] Aug 22 12:38:53.098 INFO O| Aug 22 12:38:53.098 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97682026-08-22T12:38:54.179Z[ host-image] Aug 22 12:38:53.150 INFO O| Aug 22 12:38:53.150 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97692026-08-22T12:38:54.208Z[ host-image] Aug 22 12:38:53.179 INFO O| Aug 22 12:38:53.179 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97702026-08-22T12:38:54.223Z[ host-image] Aug 22 12:38:53.194 INFO O| Aug 22 12:38:53.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97712026-08-22T12:38:54.236Z[ host-image] Aug 22 12:38:53.206 INFO O| Aug 22 12:38:53.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97722026-08-22T12:38:54.274Z[ host-image] Aug 22 12:38:53.245 INFO O| Aug 22 12:38:53.245 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97732026-08-22T12:38:54.274Z[ host-image] Aug 22 12:38:53.245 INFO O| Aug 22 12:38:53.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97742026-08-22T12:38:54.279Z[ host-image] Aug 22 12:38:53.245 INFO O| Aug 22 12:38:53.245 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97752026-08-22T12:38:54.286Z[ host-image] Aug 22 12:38:53.258 INFO O| Aug 22 12:38:53.258 INFO boot environment UUID: 8c87e3dc-02fe-41da-b819-25a45da61d71
97762026-08-22T12:38:54.286Z[ host-image] Aug 22 12:38:53.258 INFO O| Aug 22 12:38:53.258 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8c87e3dc-02fe-41da-b819-25a45da61d71
97772026-08-22T12:38:54.298Z[ host-image] Aug 22 12:38:53.269 INFO O| Aug 22 12:38:53.269 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97782026-08-22T12:38:54.309Z[ host-image] Aug 22 12:38:53.280 INFO O| Aug 22 12:38:53.280 INFO STEP 0 (create_be) COMPLETE
97792026-08-22T12:38:54.309Z[ host-image] Aug 22 12:38:53.280 INFO O| Aug 22 12:38:53.280 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97802026-08-22T12:38:54.324Z[ host-image] Aug 22 12:38:53.294 INFO O| Aug 22 12:38:53.294 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97812026-08-22T12:39:04.076Z[ host-image] Aug 22 12:39:03.047 INFO O| Aug 22 12:39:03.047 INFO STEP 1 (unpack_tar) COMPLETE
97822026-08-22T12:39:04.076Z[ host-image] Aug 22 12:39:03.047 INFO O| Aug 22 12:39:03.047 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-08-22T12:39:04.087Z[ host-image] Aug 22 12:39:03.059 INFO O| Aug 22 12:39:03.059 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97842026-08-22T12:39:04.591Z[ host-image] Aug 22 12:39:03.562 INFO O| Aug 22 12:39:03.561 INFO STEP 2 (devfsadm) COMPLETE
97852026-08-22T12:39:04.591Z[ host-image] Aug 22 12:39:03.562 INFO O| Aug 22 12:39:03.562 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-22T12:39:04.601Z[ host-image] Aug 22 12:39:03.572 INFO O| Aug 22 12:39:03.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97872026-08-22T12:39:04.601Z[ host-image] Aug 22 12:39:03.572 INFO O| Aug 22 12:39:03.572 INFO STEP 3 (ensure_dir) COMPLETE
97882026-08-22T12:39:04.612Z[ host-image] Aug 22 12:39:03.572 INFO O| Aug 22 12:39:03.572 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-08-22T12:39:04.620Z[ host-image] Aug 22 12:39:03.584 INFO O| Aug 22 12:39:03.584 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97902026-08-22T12:39:04.620Z[ host-image] Aug 22 12:39:03.584 INFO O| Aug 22 12:39:03.584 INFO STEP 4 (ensure_dir) COMPLETE
97912026-08-22T12:39:04.621Z[ host-image] Aug 22 12:39:03.584 INFO O| Aug 22 12:39:03.584 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-08-22T12:39:04.629Z[ host-image] Aug 22 12:39:03.593 INFO O| Aug 22 12:39:03.593 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97932026-08-22T12:39:04.629Z[ host-image] Aug 22 12:39:03.593 INFO O| Aug 22 12:39:03.593 INFO STEP 5 (ensure_dir) COMPLETE
97942026-08-22T12:39:04.629Z[ host-image] Aug 22 12:39:03.593 INFO O| Aug 22 12:39:03.593 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-08-22T12:39:04.639Z[ host-image] Aug 22 12:39:03.602 INFO O| Aug 22 12:39:03.602 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97962026-08-22T12:39:04.639Z[ host-image] Aug 22 12:39:03.602 INFO O| Aug 22 12:39:03.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97972026-08-22T12:39:04.639Z[ host-image] Aug 22 12:39:03.602 INFO O| Aug 22 12:39:03.602 INFO STEP 6 (ensure_dir) COMPLETE
97982026-08-22T12:39:04.639Z[ host-image] Aug 22 12:39:03.602 INFO O| Aug 22 12:39:03.602 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-22T12:39:04.648Z[ host-image] Aug 22 12:39:03.611 INFO O| Aug 22 12:39:03.611 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98002026-08-22T12:39:04.648Z[ host-image] Aug 22 12:39:03.611 INFO O| Aug 22 12:39:03.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98012026-08-22T12:39:04.648Z[ host-image] Aug 22 12:39:03.611 INFO O| Aug 22 12:39:03.611 INFO STEP 7 (ensure_dir) COMPLETE
98022026-08-22T12:39:04.648Z[ host-image] Aug 22 12:39:03.611 INFO O| Aug 22 12:39:03.611 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-08-22T12:39:04.658Z[ host-image] Aug 22 12:39:03.621 INFO O| Aug 22 12:39:03.621 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98042026-08-22T12:39:04.658Z[ host-image] Aug 22 12:39:03.621 INFO O| Aug 22 12:39:03.621 INFO STEP 8 (remove_files) COMPLETE
98052026-08-22T12:39:04.658Z[ host-image] Aug 22 12:39:03.621 INFO O| Aug 22 12:39:03.621 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-08-22T12:39:04.667Z[ host-image] Aug 22 12:39:03.631 INFO O| Aug 22 12:39:03.631 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98072026-08-22T12:39:04.667Z[ host-image] Aug 22 12:39:03.631 INFO O| Aug 22 12:39:03.631 INFO STEP 9 (remove_files) COMPLETE
98082026-08-22T12:39:04.667Z[ host-image] Aug 22 12:39:03.631 INFO O| Aug 22 12:39:03.631 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-08-22T12:39:04.678Z[ host-image] Aug 22 12:39:03.641 INFO O| Aug 22 12:39:03.640 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98102026-08-22T12:39:04.678Z[ host-image] Aug 22 12:39:03.641 INFO O| Aug 22 12:39:03.641 INFO STEP 10 (remove_files) COMPLETE
98112026-08-22T12:39:04.678Z[ host-image] Aug 22 12:39:03.641 INFO O| Aug 22 12:39:03.641 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-08-22T12:39:04.687Z[ host-image] Aug 22 12:39:03.650 INFO O| Aug 22 12:39:03.650 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98132026-08-22T12:39:04.687Z[ host-image] Aug 22 12:39:03.650 INFO O| Aug 22 12:39:03.650 INFO STEP 11 (remove_files) COMPLETE
98142026-08-22T12:39:04.687Z[ host-image] Aug 22 12:39:03.650 INFO O| Aug 22 12:39:03.650 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-22T12:39:04.695Z[ host-image] Aug 22 12:39:03.659 INFO O| Aug 22 12:39:03.659 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98162026-08-22T12:39:04.695Z[ host-image] Aug 22 12:39:03.659 INFO O| Aug 22 12:39:03.659 INFO STEP 12 (remove_files) COMPLETE
98172026-08-22T12:39:04.695Z[ host-image] Aug 22 12:39:03.659 INFO O| Aug 22 12:39:03.659 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.668 INFO O| Aug 22 12:39:03.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98192026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.668 INFO O| Aug 22 12:39:03.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98202026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.668 INFO O| Aug 22 12:39:03.668 INFO STEP 13 (ensure_dir) COMPLETE
98212026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.668 INFO O| Aug 22 12:39:03.668 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.676 INFO O| Aug 22 12:39:03.676 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98232026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.676 INFO O| Aug 22 12:39:03.676 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98242026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.676 INFO O| Aug 22 12:39:03.676 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98252026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.676 INFO O| Aug 22 12:39:03.676 INFO STEP 14 (ensure_dir) COMPLETE
98262026-08-22T12:39:04.711Z[ host-image] Aug 22 12:39:03.676 INFO O| Aug 22 12:39:03.676 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-08-22T12:39:04.720Z[ host-image] Aug 22 12:39:03.685 INFO O| Aug 22 12:39:03.685 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98282026-08-22T12:39:04.721Z[ host-image] Aug 22 12:39:03.685 INFO O| Aug 22 12:39:03.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98292026-08-22T12:39:04.721Z[ host-image] Aug 22 12:39:03.685 INFO O| Aug 22 12:39:03.685 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98302026-08-22T12:39:04.721Z[ host-image] Aug 22 12:39:03.685 INFO O| Aug 22 12:39:03.685 INFO STEP 15 (ensure_dir) COMPLETE
98312026-08-22T12:39:04.721Z[ host-image] Aug 22 12:39:03.685 INFO O| Aug 22 12:39:03.685 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-22T12:39:04.729Z[ host-image] Aug 22 12:39:03.695 INFO O| Aug 22 12:39:03.695 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98332026-08-22T12:39:04.729Z[ host-image] Aug 22 12:39:03.695 INFO O| Aug 22 12:39:03.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98342026-08-22T12:39:04.729Z[ host-image] Aug 22 12:39:03.695 INFO O| Aug 22 12:39:03.695 INFO STEP 16 (ensure_dir) COMPLETE
98352026-08-22T12:39:04.729Z[ host-image] Aug 22 12:39:03.695 INFO O| Aug 22 12:39:03.695 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-08-22T12:39:04.739Z[ host-image] Aug 22 12:39:03.704 INFO O| Aug 22 12:39:03.704 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98372026-08-22T12:39:04.739Z[ host-image] Aug 22 12:39:03.704 INFO O| Aug 22 12:39:03.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98382026-08-22T12:39:04.739Z[ host-image] Aug 22 12:39:03.704 INFO O| Aug 22 12:39:03.704 INFO STEP 17 (ensure_dir) COMPLETE
98392026-08-22T12:39:04.739Z[ host-image] Aug 22 12:39:03.704 INFO O| Aug 22 12:39:03.704 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98402026-08-22T12:39:04.749Z[ host-image] Aug 22 12:39:03.714 INFO O| Aug 22 12:39:03.713 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98412026-08-22T12:39:04.750Z[ host-image] Aug 22 12:39:03.714 INFO O| Aug 22 12:39:03.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98422026-08-22T12:39:04.750Z[ host-image] Aug 22 12:39:03.714 INFO O| Aug 22 12:39:03.714 INFO ok!
98432026-08-22T12:39:04.750Z[ host-image] Aug 22 12:39:03.714 INFO O| Aug 22 12:39:03.714 INFO STEP 18 (ensure_symlink) COMPLETE
98442026-08-22T12:39:04.750Z[ host-image] Aug 22 12:39:03.714 INFO O| Aug 22 12:39:03.714 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-08-22T12:39:04.759Z[ host-image] Aug 22 12:39:03.723 INFO O| Aug 22 12:39:03.723 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98462026-08-22T12:39:04.759Z[ host-image] Aug 22 12:39:03.723 INFO O| Aug 22 12:39:03.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98472026-08-22T12:39:04.759Z[ host-image] Aug 22 12:39:03.723 INFO O| Aug 22 12:39:03.723 INFO ok!
98482026-08-22T12:39:04.759Z[ host-image] Aug 22 12:39:03.723 INFO O| Aug 22 12:39:03.723 INFO STEP 19 (ensure_file) COMPLETE
98492026-08-22T12:39:04.759Z[ host-image] Aug 22 12:39:03.723 INFO O| Aug 22 12:39:03.723 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98502026-08-22T12:39:04.769Z[ host-image] Aug 22 12:39:03.733 INFO O| Aug 22 12:39:03.733 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98512026-08-22T12:39:04.769Z[ host-image] Aug 22 12:39:03.733 INFO O| Aug 22 12:39:03.733 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98522026-08-22T12:39:04.769Z[ host-image] Aug 22 12:39:03.733 INFO O| Aug 22 12:39:03.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98532026-08-22T12:39:04.769Z[ host-image] Aug 22 12:39:03.733 INFO O| Aug 22 12:39:03.733 INFO ok!
98542026-08-22T12:39:04.769Z[ host-image] Aug 22 12:39:03.733 INFO O| Aug 22 12:39:03.733 INFO STEP 20 (ensure_symlink) COMPLETE
98552026-08-22T12:39:04.769Z[ host-image] Aug 22 12:39:03.733 INFO O| Aug 22 12:39:03.733 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98562026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.742 INFO O| Aug 22 12:39:03.742 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98572026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.742 INFO O| Aug 22 12:39:03.742 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98582026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.742 INFO O| Aug 22 12:39:03.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98592026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.742 INFO O| Aug 22 12:39:03.742 INFO ok!
98602026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.742 INFO O| Aug 22 12:39:03.742 INFO STEP 21 (ensure_symlink) COMPLETE
98612026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.742 INFO O| Aug 22 12:39:03.742 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98622026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.751 INFO O| Aug 22 12:39:03.751 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98632026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.751 INFO O| Aug 22 12:39:03.751 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98642026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.751 INFO O| Aug 22 12:39:03.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98652026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.751 INFO O| Aug 22 12:39:03.751 INFO ok!
98662026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.751 INFO O| Aug 22 12:39:03.751 INFO STEP 22 (ensure_symlink) COMPLETE
98672026-08-22T12:39:04.784Z[ host-image] Aug 22 12:39:03.751 INFO O| Aug 22 12:39:03.751 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98682026-08-22T12:39:04.793Z[ host-image] Aug 22 12:39:03.759 INFO O| Aug 22 12:39:03.759 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98692026-08-22T12:39:04.794Z[ host-image] Aug 22 12:39:03.759 INFO O| Aug 22 12:39:03.759 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98702026-08-22T12:39:04.794Z[ host-image] Aug 22 12:39:03.759 INFO O| Aug 22 12:39:03.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98712026-08-22T12:39:04.794Z[ host-image] Aug 22 12:39:03.759 INFO O| Aug 22 12:39:03.759 INFO ok!
98722026-08-22T12:39:04.794Z[ host-image] Aug 22 12:39:03.759 INFO O| Aug 22 12:39:03.759 INFO STEP 23 (ensure_symlink) COMPLETE
98732026-08-22T12:39:04.794Z[ host-image] Aug 22 12:39:03.759 INFO O| Aug 22 12:39:03.759 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98742026-08-22T12:39:04.803Z[ host-image] Aug 22 12:39:03.768 INFO O| Aug 22 12:39:03.768 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98752026-08-22T12:39:04.804Z[ host-image] Aug 22 12:39:03.768 INFO O| Aug 22 12:39:03.768 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98762026-08-22T12:39:04.804Z[ host-image] Aug 22 12:39:03.768 INFO O| Aug 22 12:39:03.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98772026-08-22T12:39:04.804Z[ host-image] Aug 22 12:39:03.768 INFO O| Aug 22 12:39:03.768 INFO ok!
98782026-08-22T12:39:04.804Z[ host-image] Aug 22 12:39:03.768 INFO O| Aug 22 12:39:03.768 INFO STEP 24 (ensure_file) COMPLETE
98792026-08-22T12:39:04.804Z[ host-image] Aug 22 12:39:03.768 INFO O| Aug 22 12:39:03.768 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-22T12:39:04.816Z[ host-image] Aug 22 12:39:03.777 INFO O| Aug 22 12:39:03.777 INFO updating shadow file
98812026-08-22T12:39:04.816Z[ host-image] Aug 22 12:39:03.777 INFO O| Aug 22 12:39:03.777 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98822026-08-22T12:39:04.816Z[ host-image] Aug 22 12:39:03.777 INFO O| Aug 22 12:39:03.777 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98832026-08-22T12:39:04.816Z[ host-image] Aug 22 12:39:03.777 INFO O| Aug 22 12:39:03.777 INFO STEP 25 (shadow) COMPLETE
98842026-08-22T12:39:04.817Z[ host-image] Aug 22 12:39:03.777 INFO O| Aug 22 12:39:03.777 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98852026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.787 INFO O| Aug 22 12:39:03.787 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98862026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.787 INFO O| Aug 22 12:39:03.787 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98872026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.787 INFO O| Aug 22 12:39:03.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98882026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.787 INFO O| Aug 22 12:39:03.787 INFO ok!
98892026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.787 INFO O| Aug 22 12:39:03.787 INFO STEP 26 (ensure_file) COMPLETE
98902026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.787 INFO O| Aug 22 12:39:03.787 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98912026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.795 INFO O| Aug 22 12:39:03.795 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98922026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.795 INFO O| Aug 22 12:39:03.795 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98932026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.796 INFO O| Aug 22 12:39:03.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98942026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.796 INFO O| Aug 22 12:39:03.796 INFO ok!
98952026-08-22T12:39:04.833Z[ host-image] Aug 22 12:39:03.796 INFO O| Aug 22 12:39:03.796 INFO STEP 27 (ensure_file) COMPLETE
98962026-08-22T12:39:04.834Z[ host-image] Aug 22 12:39:03.796 INFO O| Aug 22 12:39:03.796 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98972026-08-22T12:39:04.846Z[ host-image] Aug 22 12:39:03.804 INFO O| Aug 22 12:39:03.804 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98982026-08-22T12:39:04.846Z[ host-image] Aug 22 12:39:03.804 INFO O| Aug 22 12:39:03.804 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98992026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.804 INFO O| Aug 22 12:39:03.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99002026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.804 INFO O| Aug 22 12:39:03.804 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99012026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.804 INFO O| Aug 22 12:39:03.804 INFO ok!
99022026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.804 INFO O| Aug 22 12:39:03.804 INFO STEP 28 (ensure_file) COMPLETE
99032026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.804 INFO O| Aug 22 12:39:03.804 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99042026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.813 INFO O| Aug 22 12:39:03.813 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99052026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.813 INFO O| Aug 22 12:39:03.813 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99062026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.813 INFO O| Aug 22 12:39:03.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99072026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.813 INFO O| Aug 22 12:39:03.813 INFO ok!
99082026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.813 INFO O| Aug 22 12:39:03.813 INFO STEP 29 (ensure_file) COMPLETE
99092026-08-22T12:39:04.847Z[ host-image] Aug 22 12:39:03.813 INFO O| Aug 22 12:39:03.813 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-08-22T12:39:04.856Z[ host-image] Aug 22 12:39:03.822 INFO O| Aug 22 12:39:03.822 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99112026-08-22T12:39:04.856Z[ host-image] Aug 22 12:39:03.822 INFO O| Aug 22 12:39:03.822 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99122026-08-22T12:39:04.856Z[ host-image] Aug 22 12:39:03.822 INFO O| Aug 22 12:39:03.822 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99132026-08-22T12:39:04.856Z[ host-image] Aug 22 12:39:03.822 INFO O| Aug 22 12:39:03.822 INFO STEP 30 (ensure_dir) COMPLETE
99142026-08-22T12:39:04.856Z[ host-image] Aug 22 12:39:03.822 INFO O| Aug 22 12:39:03.822 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99152026-08-22T12:39:04.867Z[ host-image] Aug 22 12:39:03.831 INFO O| Aug 22 12:39:03.831 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99162026-08-22T12:39:04.867Z[ host-image] Aug 22 12:39:03.831 INFO O| Aug 22 12:39:03.831 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99172026-08-22T12:39:04.867Z[ host-image] Aug 22 12:39:03.831 INFO O| Aug 22 12:39:03.831 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99182026-08-22T12:39:04.867Z[ host-image] Aug 22 12:39:03.831 INFO O| Aug 22 12:39:03.831 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99192026-08-22T12:39:04.867Z[ host-image] Aug 22 12:39:03.831 INFO O| Aug 22 12:39:03.831 INFO ok!
99202026-08-22T12:39:04.867Z[ host-image] Aug 22 12:39:03.831 INFO O| Aug 22 12:39:03.831 INFO STEP 31 (ensure_file) COMPLETE
99212026-08-22T12:39:04.867Z[ host-image] Aug 22 12:39:03.831 INFO O| Aug 22 12:39:03.831 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99222026-08-22T12:39:04.876Z[ host-image] Aug 22 12:39:03.840 INFO O| Aug 22 12:39:03.840 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99232026-08-22T12:39:04.876Z[ host-image] Aug 22 12:39:03.840 INFO O| Aug 22 12:39:03.840 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99242026-08-22T12:39:04.876Z[ host-image] Aug 22 12:39:03.840 INFO O| Aug 22 12:39:03.840 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99252026-08-22T12:39:04.876Z[ host-image] Aug 22 12:39:03.840 INFO O| Aug 22 12:39:03.840 INFO STEP 32 (ensure_dir) COMPLETE
99262026-08-22T12:39:04.876Z[ host-image] Aug 22 12:39:03.840 INFO O| Aug 22 12:39:03.840 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99272026-08-22T12:39:04.883Z[ host-image] Aug 22 12:39:03.849 INFO O| Aug 22 12:39:03.849 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99282026-08-22T12:39:04.883Z[ host-image] Aug 22 12:39:03.849 INFO O| Aug 22 12:39:03.849 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 ...
99292026-08-22T12:39:04.883Z[ host-image] Aug 22 12:39:03.849 INFO O| Aug 22 12:39:03.849 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
99302026-08-22T12:39:04.883Z[ host-image] Aug 22 12:39:03.849 INFO O| Aug 22 12:39:03.849 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99312026-08-22T12:39:04.883Z[ host-image] Aug 22 12:39:03.849 INFO O| Aug 22 12:39:03.849 INFO ok!
99322026-08-22T12:39:04.883Z[ host-image] Aug 22 12:39:03.849 INFO O| Aug 22 12:39:03.849 INFO STEP 33 (ensure_file) COMPLETE
99332026-08-22T12:39:04.883Z[ host-image] Aug 22 12:39:03.849 INFO O| Aug 22 12:39:03.849 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99342026-08-22T12:39:04.894Z[ host-image] Aug 22 12:39:03.857 INFO O| Aug 22 12:39:03.857 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99352026-08-22T12:39:04.894Z[ host-image] Aug 22 12:39:03.857 INFO O| Aug 22 12:39:03.857 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99362026-08-22T12:39:04.894Z[ host-image] Aug 22 12:39:03.857 INFO O| Aug 22 12:39:03.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99372026-08-22T12:39:04.894Z[ host-image] Aug 22 12:39:03.857 INFO O| Aug 22 12:39:03.857 INFO ok!
99382026-08-22T12:39:04.894Z[ host-image] Aug 22 12:39:03.857 INFO O| Aug 22 12:39:03.857 INFO STEP 34 (ensure_file) COMPLETE
99392026-08-22T12:39:04.894Z[ host-image] Aug 22 12:39:03.857 INFO O| Aug 22 12:39:03.857 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99402026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.866 INFO O| Aug 22 12:39:03.866 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99412026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.866 INFO O| Aug 22 12:39:03.866 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99422026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.866 INFO O| Aug 22 12:39:03.866 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99432026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.866 INFO O| Aug 22 12:39:03.866 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99442026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.866 INFO O| Aug 22 12:39:03.866 INFO ok!
99452026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.866 INFO O| Aug 22 12:39:03.866 INFO STEP 35 (ensure_file) COMPLETE
99462026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.866 INFO O| Aug 22 12:39:03.866 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99472026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.875 INFO O| Aug 22 12:39:03.875 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99482026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.875 INFO O| Aug 22 12:39:03.875 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99492026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.875 INFO O| Aug 22 12:39:03.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99502026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.875 INFO O| Aug 22 12:39:03.875 INFO ok!
99512026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.875 INFO O| Aug 22 12:39:03.875 INFO STEP 36 (ensure_file) COMPLETE
99522026-08-22T12:39:04.905Z[ host-image] Aug 22 12:39:03.875 INFO O| Aug 22 12:39:03.875 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99532026-08-22T12:39:04.914Z[ host-image] Aug 22 12:39:03.884 INFO O| Aug 22 12:39:03.884 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99542026-08-22T12:39:04.914Z[ host-image] Aug 22 12:39:03.884 INFO O| Aug 22 12:39:03.884 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99552026-08-22T12:39:04.915Z[ host-image] Aug 22 12:39:03.884 INFO O| Aug 22 12:39:03.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99562026-08-22T12:39:04.915Z[ host-image] Aug 22 12:39:03.884 INFO O| Aug 22 12:39:03.884 INFO ok!
99572026-08-22T12:39:04.915Z[ host-image] Aug 22 12:39:03.884 INFO O| Aug 22 12:39:03.884 INFO STEP 37 (ensure_file) COMPLETE
99582026-08-22T12:39:04.915Z[ host-image] Aug 22 12:39:03.884 INFO O| Aug 22 12:39:03.884 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99602026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99612026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99622026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99632026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99642026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99652026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO ok!
99662026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO STEP 38 (ensure_file) COMPLETE
99672026-08-22T12:39:04.922Z[ host-image] Aug 22 12:39:03.891 INFO O| Aug 22 12:39:03.891 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99682026-08-22T12:39:04.932Z[ host-image] Aug 22 12:39:03.899 INFO O| Aug 22 12:39:03.899 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99692026-08-22T12:39:04.932Z[ host-image] Aug 22 12:39:03.899 INFO O| Aug 22 12:39:03.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99702026-08-22T12:39:04.932Z[ host-image] Aug 22 12:39:03.899 INFO O| Aug 22 12:39:03.899 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99712026-08-22T12:39:04.932Z[ host-image] Aug 22 12:39:03.899 INFO O| Aug 22 12:39:03.899 INFO STEP 39 (ensure_dir) COMPLETE
99722026-08-22T12:39:04.932Z[ host-image] Aug 22 12:39:03.899 INFO O| Aug 22 12:39:03.899 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99732026-08-22T12:39:04.946Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 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
99742026-08-22T12:39:04.946Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 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 ...
99752026-08-22T12:39:04.946Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 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
99762026-08-22T12:39:04.946Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 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
99772026-08-22T12:39:04.946Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 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
99782026-08-22T12:39:04.946Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 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
99792026-08-22T12:39:04.946Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 INFO ok!
99802026-08-22T12:39:04.946Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 INFO STEP 40 (ensure_file) COMPLETE
99812026-08-22T12:39:04.947Z[ host-image] Aug 22 12:39:03.908 INFO O| Aug 22 12:39:03.908 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99822026-08-22T12:39:04.947Z[ host-image] Aug 22 12:39:03.916 INFO O| Aug 22 12:39:03.916 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99832026-08-22T12:39:04.947Z[ host-image] Aug 22 12:39:03.916 INFO O| Aug 22 12:39:03.916 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 ...
99842026-08-22T12:39:04.947Z[ host-image] Aug 22 12:39:03.916 INFO O| Aug 22 12:39:03.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99852026-08-22T12:39:04.947Z[ host-image] Aug 22 12:39:03.916 INFO O| Aug 22 12:39:03.916 INFO ok!
99862026-08-22T12:39:04.947Z[ host-image] Aug 22 12:39:03.916 INFO O| Aug 22 12:39:03.916 INFO STEP 41 (ensure_symlink) COMPLETE
99872026-08-22T12:39:04.947Z[ host-image] Aug 22 12:39:03.916 INFO O| Aug 22 12:39:03.916 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99882026-08-22T12:39:04.956Z[ host-image] Aug 22 12:39:03.924 INFO O| Aug 22 12:39:03.924 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99892026-08-22T12:39:04.956Z[ host-image] Aug 22 12:39:03.924 INFO O| Aug 22 12:39:03.924 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99902026-08-22T12:39:04.956Z[ host-image] Aug 22 12:39:03.924 INFO O| Aug 22 12:39:03.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99912026-08-22T12:39:04.956Z[ host-image] Aug 22 12:39:03.924 INFO O| Aug 22 12:39:03.924 INFO ok!
99922026-08-22T12:39:04.956Z[ host-image] Aug 22 12:39:03.924 INFO O| Aug 22 12:39:03.924 INFO STEP 42 (ensure_symlink) COMPLETE
99932026-08-22T12:39:04.956Z[ host-image] Aug 22 12:39:03.924 INFO O| Aug 22 12:39:03.924 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99942026-08-22T12:39:04.968Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99952026-08-22T12:39:04.968Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99962026-08-22T12:39:04.969Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99972026-08-22T12:39:04.969Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99982026-08-22T12:39:04.969Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99992026-08-22T12:39:04.969Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100002026-08-22T12:39:04.969Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO ok!
100012026-08-22T12:39:04.969Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO STEP 43 (ensure_file) COMPLETE
100022026-08-22T12:39:04.969Z[ host-image] Aug 22 12:39:03.931 INFO O| Aug 22 12:39:03.931 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100032026-08-22T12:39:04.977Z[ host-image] Aug 22 12:39:03.941 INFO O| Aug 22 12:39:03.941 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100042026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.941 INFO O| Aug 22 12:39:03.941 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 ...
100052026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.941 INFO O| Aug 22 12:39:03.941 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
100062026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.941 INFO O| Aug 22 12:39:03.941 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100072026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.941 INFO O| Aug 22 12:39:03.941 INFO ok!
100082026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.941 INFO O| Aug 22 12:39:03.941 INFO STEP 44 (ensure_file) COMPLETE
100092026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.941 INFO O| Aug 22 12:39:03.941 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100102026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.948 INFO O| Aug 22 12:39:03.948 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100112026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.948 INFO O| Aug 22 12:39:03.948 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100122026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.948 INFO O| Aug 22 12:39:03.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100132026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.948 INFO O| Aug 22 12:39:03.948 INFO ok!
100142026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.948 INFO O| Aug 22 12:39:03.948 INFO STEP 45 (ensure_file) COMPLETE
100152026-08-22T12:39:04.978Z[ host-image] Aug 22 12:39:03.948 INFO O| Aug 22 12:39:03.948 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100162026-08-22T12:39:04.994Z[ host-image] Aug 22 12:39:03.955 INFO O| Aug 22 12:39:03.955 INFO updating shadow file
100172026-08-22T12:39:04.994Z[ host-image] Aug 22 12:39:03.955 INFO O| Aug 22 12:39:03.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100182026-08-22T12:39:04.994Z[ host-image] Aug 22 12:39:03.955 INFO O| Aug 22 12:39:03.955 INFO STEP 46 (shadow) COMPLETE
100192026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.955 INFO O| Aug 22 12:39:03.955 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100202026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100212026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100222026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100232026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100242026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO ok!
100252026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO STEP 47 (ensure_file) COMPLETE
100262026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100272026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO skip step because feature "mfg" is not enabled
100282026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100292026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO skip step because feature "mfg" is not enabled
100302026-08-22T12:39:04.995Z[ host-image] Aug 22 12:39:03.962 INFO O| Aug 22 12:39:03.962 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100312026-08-22T12:39:05.005Z[ host-image] Aug 22 12:39:03.973 INFO O| Aug 22 12:39:03.973 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100322026-08-22T12:39:05.005Z[ host-image] Aug 22 12:39:03.973 INFO O| Aug 22 12:39:03.973 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100332026-08-22T12:39:05.026Z[ host-image] Aug 22 12:39:03.997 INFO O| Aug 22 12:39:03.997 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100342026-08-22T12:39:05.026Z[ host-image] Aug 22 12:39:03.997 INFO O| Aug 22 12:39:03.997 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100352026-08-22T12:39:05.026Z[ host-image] Aug 22 12:39:03.997 INFO O| Aug 22 12:39:03.997 INFO ok!
100362026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:03.997 INFO O| Aug 22 12:39:03.997 INFO STEP 50 (ensure_file) COMPLETE
100372026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:03.997 INFO O| Aug 22 12:39:03.997 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100382026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:03.997 INFO O| Aug 22 12:39:03.997 INFO skip step because feature "compliance" is not enabled
100392026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:03.997 INFO O| Aug 22 12:39:03.997 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100402026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100412026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100422026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100432026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100442026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100452026-08-22T12:39:05.036Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100462026-08-22T12:39:05.037Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO ok!
100472026-08-22T12:39:05.037Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO STEP 52 (ensure_file) COMPLETE
100482026-08-22T12:39:05.037Z[ host-image] Aug 22 12:39:04.006 INFO O| Aug 22 12:39:04.006 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-08-22T12:39:05.050Z[ host-image] Aug 22 12:39:04.018 INFO O| Aug 22 12:39:04.018 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100502026-08-22T12:39:05.050Z[ host-image] Aug 22 12:39:04.018 INFO O| Aug 22 12:39:04.018 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 ...
100512026-08-22T12:39:05.050Z[ host-image] Aug 22 12:39:04.018 INFO O| Aug 22 12:39:04.018 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
100522026-08-22T12:39:05.050Z[ host-image] Aug 22 12:39:04.018 INFO O| Aug 22 12:39:04.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100532026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.018 INFO O| Aug 22 12:39:04.018 INFO ok!
100542026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.018 INFO O| Aug 22 12:39:04.018 INFO STEP 53 (ensure_file) COMPLETE
100552026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.018 INFO O| Aug 22 12:39:04.018 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100562026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.028 INFO O| Aug 22 12:39:04.028 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100572026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.028 INFO O| Aug 22 12:39:04.028 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 ...
100582026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.028 INFO O| Aug 22 12:39:04.028 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100592026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.028 INFO O| Aug 22 12:39:04.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100602026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.028 INFO O| Aug 22 12:39:04.028 INFO ok!
100612026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.028 INFO O| Aug 22 12:39:04.028 INFO STEP 54 (ensure_file) COMPLETE
100622026-08-22T12:39:05.065Z[ host-image] Aug 22 12:39:04.028 INFO O| Aug 22 12:39:04.028 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100632026-08-22T12:39:05.076Z[ host-image] Aug 22 12:39:04.039 INFO O| Aug 22 12:39:04.039 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100642026-08-22T12:39:05.076Z[ host-image] Aug 22 12:39:04.039 INFO O| Aug 22 12:39:04.039 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 ...
100652026-08-22T12:39:05.076Z[ host-image] Aug 22 12:39:04.039 INFO O| Aug 22 12:39:04.039 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
100662026-08-22T12:39:05.076Z[ host-image] Aug 22 12:39:04.039 INFO O| Aug 22 12:39:04.039 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100672026-08-22T12:39:05.076Z[ host-image] Aug 22 12:39:04.040 INFO O| Aug 22 12:39:04.039 INFO ok!
100682026-08-22T12:39:05.076Z[ host-image] Aug 22 12:39:04.040 INFO O| Aug 22 12:39:04.040 INFO STEP 55 (ensure_file) COMPLETE
100692026-08-22T12:39:05.076Z[ host-image] Aug 22 12:39:04.040 INFO O| Aug 22 12:39:04.040 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100702026-08-22T12:39:05.085Z[ host-image] Aug 22 12:39:04.048 INFO O| Aug 22 12:39:04.048 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100712026-08-22T12:39:05.085Z[ host-image] Aug 22 12:39:04.048 INFO O| Aug 22 12:39:04.048 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 ...
100722026-08-22T12:39:05.085Z[ host-image] Aug 22 12:39:04.048 INFO O| Aug 22 12:39:04.048 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100732026-08-22T12:39:05.085Z[ host-image] Aug 22 12:39:04.048 INFO O| Aug 22 12:39:04.048 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100742026-08-22T12:39:05.085Z[ host-image] Aug 22 12:39:04.048 INFO O| Aug 22 12:39:04.048 INFO ok!
100752026-08-22T12:39:05.098Z[ host-image] Aug 22 12:39:04.048 INFO O| Aug 22 12:39:04.048 INFO STEP 56 (ensure_file) COMPLETE
100762026-08-22T12:39:05.098Z[ host-image] Aug 22 12:39:04.048 INFO O| Aug 22 12:39:04.048 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.059 INFO O| Aug 22 12:39:04.059 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100782026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.059 INFO O| Aug 22 12:39:04.059 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 ...
100792026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.059 INFO O| Aug 22 12:39:04.059 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
100802026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.059 INFO O| Aug 22 12:39:04.059 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100812026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.059 INFO O| Aug 22 12:39:04.059 INFO ok!
100822026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.059 INFO O| Aug 22 12:39:04.059 INFO STEP 57 (ensure_file) COMPLETE
100832026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.059 INFO O| Aug 22 12:39:04.059 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100842026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.067 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100852026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.068 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 ...
100862026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.068 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100872026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.068 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100882026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.068 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100892026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.068 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100902026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.068 INFO ok!
100912026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.068 INFO STEP 58 (ensure_file) COMPLETE
100922026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.068 INFO O| Aug 22 12:39:04.068 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100932026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.075 INFO O| Aug 22 12:39:04.075 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100942026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.075 INFO O| Aug 22 12:39:04.075 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 ...
100952026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.075 INFO O| Aug 22 12:39:04.075 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
100962026-08-22T12:39:05.108Z[ host-image] Aug 22 12:39:04.075 INFO O| Aug 22 12:39:04.075 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100972026-08-22T12:39:05.109Z[ host-image] Aug 22 12:39:04.075 INFO O| Aug 22 12:39:04.075 INFO ok!
100982026-08-22T12:39:05.109Z[ host-image] Aug 22 12:39:04.075 INFO O| Aug 22 12:39:04.075 INFO STEP 59 (ensure_file) COMPLETE
100992026-08-22T12:39:05.109Z[ host-image] Aug 22 12:39:04.075 INFO O| Aug 22 12:39:04.075 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101002026-08-22T12:39:05.119Z[ host-image] Aug 22 12:39:04.085 INFO O| Aug 22 12:39:04.085 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101012026-08-22T12:39:05.119Z[ host-image] Aug 22 12:39:04.085 INFO O| Aug 22 12:39:04.085 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101022026-08-22T12:39:05.120Z[ host-image] Aug 22 12:39:04.085 INFO O| Aug 22 12:39:04.085 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101032026-08-22T12:39:05.120Z[ host-image] Aug 22 12:39:04.085 INFO O| Aug 22 12:39:04.085 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101042026-08-22T12:39:05.120Z[ host-image] Aug 22 12:39:04.085 INFO O| Aug 22 12:39:04.085 INFO ok!
101052026-08-22T12:39:05.120Z[ host-image] Aug 22 12:39:04.085 INFO O| Aug 22 12:39:04.085 INFO STEP 60 (ensure_file) COMPLETE
101062026-08-22T12:39:05.120Z[ host-image] Aug 22 12:39:04.085 INFO O| Aug 22 12:39:04.085 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101072026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.094 INFO O| Aug 22 12:39:04.094 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101082026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.094 INFO O| Aug 22 12:39:04.094 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 ...
101092026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.095 INFO O| Aug 22 12:39:04.094 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
101102026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.095 INFO O| Aug 22 12:39:04.095 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101112026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.095 INFO O| Aug 22 12:39:04.095 INFO ok!
101122026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.095 INFO O| Aug 22 12:39:04.095 INFO STEP 61 (ensure_file) COMPLETE
101132026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.095 INFO O| Aug 22 12:39:04.095 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101142026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101152026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101162026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101172026-08-22T12:39:05.135Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101182026-08-22T12:39:05.136Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101192026-08-22T12:39:05.136Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101202026-08-22T12:39:05.136Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO ok!
101212026-08-22T12:39:05.136Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO STEP 62 (ensure_file) COMPLETE
101222026-08-22T12:39:05.136Z[ host-image] Aug 22 12:39:04.104 INFO O| Aug 22 12:39:04.104 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101232026-08-22T12:39:05.145Z[ host-image] Aug 22 12:39:04.113 INFO O| Aug 22 12:39:04.113 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101242026-08-22T12:39:05.145Z[ host-image] Aug 22 12:39:04.113 INFO O| Aug 22 12:39:04.113 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 ...
101252026-08-22T12:39:05.145Z[ host-image] Aug 22 12:39:04.113 INFO O| Aug 22 12:39:04.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101262026-08-22T12:39:05.145Z[ host-image] Aug 22 12:39:04.113 INFO O| Aug 22 12:39:04.113 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101272026-08-22T12:39:05.145Z[ host-image] Aug 22 12:39:04.113 INFO O| Aug 22 12:39:04.113 INFO ok!
101282026-08-22T12:39:05.145Z[ host-image] Aug 22 12:39:04.113 INFO O| Aug 22 12:39:04.113 INFO STEP 63 (ensure_file) COMPLETE
101292026-08-22T12:39:05.145Z[ host-image] Aug 22 12:39:04.113 INFO O| Aug 22 12:39:04.113 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101302026-08-22T12:39:05.173Z[ host-image] Aug 22 12:39:04.123 INFO O| Aug 22 12:39:04.123 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101312026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.123 INFO O| Aug 22 12:39:04.123 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 ...
101322026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.123 INFO O| Aug 22 12:39:04.123 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
101332026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.123 INFO O| Aug 22 12:39:04.123 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101342026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.123 INFO O| Aug 22 12:39:04.123 INFO ok!
101352026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.123 INFO O| Aug 22 12:39:04.123 INFO STEP 64 (ensure_file) COMPLETE
101362026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.123 INFO O| Aug 22 12:39:04.123 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101382026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 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 ...
101392026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 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
101402026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101412026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 INFO ok!
101422026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 INFO STEP 65 (ensure_file) COMPLETE
101432026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101442026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 INFO skip step because feature "mbist" is not enabled
101452026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.132 INFO O| Aug 22 12:39:04.132 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101462026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.141 INFO O| Aug 22 12:39:04.141 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101472026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.141 INFO O| Aug 22 12:39:04.141 INFO STEP 67 (ensure_dir) COMPLETE
101482026-08-22T12:39:05.174Z[ host-image] Aug 22 12:39:04.141 INFO O| Aug 22 12:39:04.141 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-08-22T12:39:05.185Z[ host-image] Aug 22 12:39:04.149 INFO O| Aug 22 12:39:04.149 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101502026-08-22T12:39:05.186Z[ host-image] Aug 22 12:39:04.149 INFO O| Aug 22 12:39:04.149 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101512026-08-22T12:39:05.186Z[ host-image] Aug 22 12:39:04.149 INFO O| Aug 22 12:39:04.149 INFO STEP 68 (ensure_dir) COMPLETE
101522026-08-22T12:39:05.186Z[ host-image] Aug 22 12:39:04.149 INFO O| Aug 22 12:39:04.149 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-22T12:39:05.202Z[ host-image] Aug 22 12:39:04.158 INFO O| Aug 22 12:39:04.158 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101542026-08-22T12:39:05.202Z[ host-image] Aug 22 12:39:04.158 INFO O| Aug 22 12:39:04.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101552026-08-22T12:39:05.202Z[ host-image] Aug 22 12:39:04.158 INFO O| Aug 22 12:39:04.158 INFO STEP 69 (ensure_dir) COMPLETE
101562026-08-22T12:39:05.202Z[ host-image] Aug 22 12:39:04.158 INFO O| Aug 22 12:39:04.158 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-22T12:39:05.202Z[ host-image] Aug 22 12:39:04.166 INFO O| Aug 22 12:39:04.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101582026-08-22T12:39:05.202Z[ host-image] Aug 22 12:39:04.166 INFO O| Aug 22 12:39:04.166 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101592026-08-22T12:39:05.555Z[ host-image] Aug 22 12:39:04.526 INFO O| Aug 22 12:39:04.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101602026-08-22T12:39:05.555Z[ host-image] Aug 22 12:39:04.526 INFO O| Aug 22 12:39:04.526 INFO ok!
101612026-08-22T12:39:05.555Z[ host-image] Aug 22 12:39:04.526 INFO O| Aug 22 12:39:04.526 INFO STEP 70 (ensure_file) COMPLETE
101622026-08-22T12:39:05.565Z[ host-image] Aug 22 12:39:04.526 INFO O| Aug 22 12:39:04.526 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-08-22T12:39:05.565Z[ host-image] Aug 22 12:39:04.534 INFO O| Aug 22 12:39:04.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101642026-08-22T12:39:05.565Z[ host-image] Aug 22 12:39:04.534 INFO O| Aug 22 12:39:04.534 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101652026-08-22T12:39:06.209Z[ host-image] Aug 22 12:39:05.178 INFO O| Aug 22 12:39:05.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101662026-08-22T12:39:06.209Z[ host-image] Aug 22 12:39:05.178 INFO O| Aug 22 12:39:05.178 INFO ok!
101672026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.178 INFO O| Aug 22 12:39:05.178 INFO STEP 71 (ensure_file) COMPLETE
101682026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.178 INFO O| Aug 22 12:39:05.178 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.189 INFO O| Aug 22 12:39:05.189 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101702026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.189 INFO O| Aug 22 12:39:05.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101712026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.189 INFO O| Aug 22 12:39:05.189 INFO STEP 72 (ensure_dir) COMPLETE
101722026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.189 INFO O| Aug 22 12:39:05.189 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.199 INFO O| Aug 22 12:39:05.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101742026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.199 INFO O| Aug 22 12:39:05.199 INFO copying /tmp/.tmpL7TO3H/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 ...
101752026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.199 INFO O| Aug 22 12:39:05.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101762026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.199 INFO O| Aug 22 12:39:05.199 INFO ok!
101772026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.199 INFO O| Aug 22 12:39:05.199 INFO STEP 73 (ensure_file) COMPLETE
101782026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.199 INFO O| Aug 22 12:39:05.199 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.207 INFO O| Aug 22 12:39:05.207 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101802026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.207 INFO O| Aug 22 12:39:05.207 INFO copying /tmp/.tmpL7TO3H/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 ...
101812026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.208 INFO O| Aug 22 12:39:05.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101822026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.208 INFO O| Aug 22 12:39:05.208 INFO ok!
101832026-08-22T12:39:06.248Z[ host-image] Aug 22 12:39:05.208 INFO O| Aug 22 12:39:05.208 INFO STEP 74 (ensure_file) COMPLETE
101842026-08-22T12:39:06.249Z[ host-image] Aug 22 12:39:05.208 INFO O| Aug 22 12:39:05.208 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-22T12:39:06.249Z[ host-image] Aug 22 12:39:05.216 INFO O| Aug 22 12:39:05.216 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101862026-08-22T12:39:06.249Z[ host-image] Aug 22 12:39:05.216 INFO O| Aug 22 12:39:05.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101872026-08-22T12:39:06.249Z[ host-image] Aug 22 12:39:05.216 INFO O| Aug 22 12:39:05.216 INFO STEP 75 (ensure_dir) COMPLETE
101882026-08-22T12:39:06.249Z[ host-image] Aug 22 12:39:05.216 INFO O| Aug 22 12:39:05.216 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-22T12:39:06.270Z[ host-image] Aug 22 12:39:05.225 INFO O| Aug 22 12:39:05.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101902026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.225 INFO O| Aug 22 12:39:05.225 INFO copying /tmp/.tmpL7TO3H/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 ...
101912026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.226 INFO O| Aug 22 12:39:05.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101922026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.226 INFO O| Aug 22 12:39:05.226 INFO ok!
101932026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.226 INFO O| Aug 22 12:39:05.226 INFO STEP 76 (ensure_file) COMPLETE
101942026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.226 INFO O| Aug 22 12:39:05.226 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.234 INFO O| Aug 22 12:39:05.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101962026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.234 INFO O| Aug 22 12:39:05.234 INFO copying /tmp/.tmpL7TO3H/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 ...
101972026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.235 INFO O| Aug 22 12:39:05.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101982026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.235 INFO O| Aug 22 12:39:05.235 INFO ok!
101992026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.235 INFO O| Aug 22 12:39:05.235 INFO STEP 77 (ensure_file) COMPLETE
102002026-08-22T12:39:06.271Z[ host-image] Aug 22 12:39:05.235 INFO O| Aug 22 12:39:05.235 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-22T12:39:06.282Z[ host-image] Aug 22 12:39:05.242 INFO O| Aug 22 12:39:05.242 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102022026-08-22T12:39:06.284Z[ host-image] Aug 22 12:39:05.242 INFO O| Aug 22 12:39:05.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102032026-08-22T12:39:06.284Z[ host-image] Aug 22 12:39:05.242 INFO O| Aug 22 12:39:05.242 INFO STEP 78 (ensure_dir) COMPLETE
102042026-08-22T12:39:06.284Z[ host-image] Aug 22 12:39:05.242 INFO O| Aug 22 12:39:05.242 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-22T12:39:06.284Z[ host-image] Aug 22 12:39:05.251 INFO O| Aug 22 12:39:05.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102062026-08-22T12:39:06.284Z[ host-image] Aug 22 12:39:05.251 INFO O| Aug 22 12:39:05.251 INFO copying /tmp/.tmpL7TO3H/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 ...
102072026-08-22T12:39:06.284Z[ host-image] Aug 22 12:39:05.251 INFO O| Aug 22 12:39:05.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102082026-08-22T12:39:06.285Z[ host-image] Aug 22 12:39:05.251 INFO O| Aug 22 12:39:05.251 INFO ok!
102092026-08-22T12:39:06.285Z[ host-image] Aug 22 12:39:05.251 INFO O| Aug 22 12:39:05.251 INFO STEP 79 (ensure_file) COMPLETE
102102026-08-22T12:39:06.285Z[ host-image] Aug 22 12:39:05.251 INFO O| Aug 22 12:39:05.251 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-08-22T12:39:06.289Z[ host-image] Aug 22 12:39:05.260 INFO O| Aug 22 12:39:05.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102122026-08-22T12:39:06.289Z[ host-image] Aug 22 12:39:05.260 INFO O| Aug 22 12:39:05.260 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102132026-08-22T12:39:06.289Z[ host-image] Aug 22 12:39:05.260 INFO O| Aug 22 12:39:05.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102142026-08-22T12:39:06.294Z[ host-image] Aug 22 12:39:05.260 INFO O| Aug 22 12:39:05.260 INFO ok!
102152026-08-22T12:39:06.294Z[ host-image] Aug 22 12:39:05.260 INFO O| Aug 22 12:39:05.260 INFO STEP 80 (ensure_file) COMPLETE
102162026-08-22T12:39:06.294Z[ host-image] Aug 22 12:39:05.260 INFO O| Aug 22 12:39:05.260 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-22T12:39:06.301Z[ host-image] Aug 22 12:39:05.269 INFO O| Aug 22 12:39:05.268 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102182026-08-22T12:39:06.301Z[ host-image] Aug 22 12:39:05.269 INFO O| Aug 22 12:39:05.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102192026-08-22T12:39:06.301Z[ host-image] Aug 22 12:39:05.269 INFO O| Aug 22 12:39:05.269 INFO STEP 81 (ensure_dir) COMPLETE
102202026-08-22T12:39:06.301Z[ host-image] Aug 22 12:39:05.269 INFO O| Aug 22 12:39:05.269 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-22T12:39:06.308Z[ host-image] Aug 22 12:39:05.276 INFO O| Aug 22 12:39:05.276 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102222026-08-22T12:39:06.308Z[ host-image] Aug 22 12:39:05.276 INFO O| Aug 22 12:39:05.276 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102232026-08-22T12:39:06.890Z[ host-image] Aug 22 12:39:05.861 INFO O| Aug 22 12:39:05.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102242026-08-22T12:39:06.890Z[ host-image] Aug 22 12:39:05.861 INFO O| Aug 22 12:39:05.861 INFO ok!
102252026-08-22T12:39:06.898Z[ host-image] Aug 22 12:39:05.861 INFO O| Aug 22 12:39:05.861 INFO STEP 82 (ensure_file) COMPLETE
102262026-08-22T12:39:06.899Z[ host-image] Aug 22 12:39:05.861 INFO O| Aug 22 12:39:05.861 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-08-22T12:39:06.908Z[ host-image] Aug 22 12:39:05.870 INFO O| Aug 22 12:39:05.870 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102282026-08-22T12:39:06.908Z[ host-image] Aug 22 12:39:05.870 INFO O| Aug 22 12:39:05.870 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102292026-08-22T12:39:07.192Z[ host-image] Aug 22 12:39:06.162 INFO O| Aug 22 12:39:06.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102302026-08-22T12:39:07.192Z[ host-image] Aug 22 12:39:06.163 INFO O| Aug 22 12:39:06.162 INFO ok!
102312026-08-22T12:39:07.192Z[ host-image] Aug 22 12:39:06.163 INFO O| Aug 22 12:39:06.162 INFO STEP 83 (ensure_file) COMPLETE
102322026-08-22T12:39:07.192Z[ host-image] Aug 22 12:39:06.163 INFO O| Aug 22 12:39:06.162 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-22T12:39:07.201Z[ host-image] Aug 22 12:39:06.172 INFO O| Aug 22 12:39:06.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102342026-08-22T12:39:07.202Z[ host-image] Aug 22 12:39:06.172 INFO O| Aug 22 12:39:06.172 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102352026-08-22T12:39:07.318Z[ recovery-image] Aug 22 12:39:06.287 INFO O| ok, image written!
102362026-08-22T12:39:07.324Z[ recovery-image] Aug 22 12:39:06.288 INFO O| ok, boot_image_csum file written!
102372026-08-22T12:39:07.324Z[ recovery-image] Aug 22 12:39:06.290 INFO creating boot archive (CPIO)...
102382026-08-22T12:39:07.332Z[ recovery-image] Aug 22 12:39:06.290 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
102392026-08-22T12:39:07.332Z[ recovery-image] Aug 22 12:39:06.299 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102402026-08-22T12:39:07.342Z[ recovery-image] Aug 22 12:39:06.299 INFO E| + outfile=/work/os-recovery/cpio
102412026-08-22T12:39:07.342Z[ recovery-image] Aug 22 12:39:06.299 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102422026-08-22T12:39:07.342Z[ recovery-image] Aug 22 12:39:06.302 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102432026-08-22T12:39:07.351Z[ recovery-image] Aug 22 12:39:06.302 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102442026-08-22T12:39:07.367Z[ recovery-image] Aug 22 12:39:06.333 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102452026-08-22T12:39:07.377Z[ recovery-image] Aug 22 12:39:06.333 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102462026-08-22T12:39:07.377Z[ recovery-image] Aug 22 12:39:06.340 INFO creating compressed cpio/unix for dev loaders...
102472026-08-22T12:39:07.377Z[ recovery-image] Aug 22 12:39:06.340 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
102482026-08-22T12:39:07.619Z[ recovery-image] Aug 22 12:39:06.583 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102492026-08-22T12:39:08.837Z[ host-image] Aug 22 12:39:07.808 INFO O| Aug 22 12:39:07.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102502026-08-22T12:39:08.837Z[ host-image] Aug 22 12:39:07.808 INFO O| Aug 22 12:39:07.808 INFO ok!
102512026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.808 INFO O| Aug 22 12:39:07.808 INFO STEP 84 (ensure_file) COMPLETE
102522026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.808 INFO O| Aug 22 12:39:07.808 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.818 INFO O| Aug 22 12:39:07.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102542026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.818 INFO O| Aug 22 12:39:07.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102552026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.818 INFO O| Aug 22 12:39:07.818 INFO STEP 85 (ensure_dir) COMPLETE
102562026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.818 INFO O| Aug 22 12:39:07.818 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.826 INFO O| Aug 22 12:39:07.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102582026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.826 INFO O| Aug 22 12:39:07.826 INFO copying /tmp/.tmpL7TO3H/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 ...
102592026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.826 INFO O| Aug 22 12:39:07.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102602026-08-22T12:39:12.760Z[ host-image] Aug 22 12:39:07.826 INFO O| Aug 22 12:39:07.826 INFO ok!
102612026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.826 INFO O| Aug 22 12:39:07.826 INFO STEP 86 (ensure_file) COMPLETE
102622026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.826 INFO O| Aug 22 12:39:07.826 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.836 INFO O| Aug 22 12:39:07.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102642026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.836 INFO O| Aug 22 12:39:07.836 INFO copying /tmp/.tmpL7TO3H/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 ...
102652026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.836 INFO O| Aug 22 12:39:07.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102662026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.836 INFO O| Aug 22 12:39:07.836 INFO ok!
102672026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.836 INFO O| Aug 22 12:39:07.836 INFO STEP 87 (ensure_file) COMPLETE
102682026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.836 INFO O| Aug 22 12:39:07.836 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.845 INFO O| Aug 22 12:39:07.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102702026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.845 INFO O| Aug 22 12:39:07.845 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102712026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.845 INFO O| Aug 22 12:39:07.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102722026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.845 INFO O| Aug 22 12:39:07.845 INFO ok!
102732026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.845 INFO O| Aug 22 12:39:07.845 INFO STEP 88 (ensure_file) COMPLETE
102742026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.845 INFO O| Aug 22 12:39:07.845 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.852 INFO O| Aug 22 12:39:07.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102762026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.852 INFO O| Aug 22 12:39:07.852 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102772026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.852 INFO O| Aug 22 12:39:07.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102782026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.852 INFO O| Aug 22 12:39:07.852 INFO ok!
102792026-08-22T12:39:12.762Z[ host-image] Aug 22 12:39:07.852 INFO O| Aug 22 12:39:07.852 INFO STEP 89 (ensure_file) COMPLETE
102802026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.852 INFO O| Aug 22 12:39:07.852 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.860 INFO O| Aug 22 12:39:07.860 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102822026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.860 INFO O| Aug 22 12:39:07.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102832026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.860 INFO O| Aug 22 12:39:07.860 INFO STEP 90 (ensure_dir) COMPLETE
102842026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.860 INFO O| Aug 22 12:39:07.860 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.868 INFO O| Aug 22 12:39:07.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102862026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.868 INFO O| Aug 22 12:39:07.868 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102872026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.871 INFO O| Aug 22 12:39:07.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102882026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.871 INFO O| Aug 22 12:39:07.871 INFO ok!
102892026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.871 INFO O| Aug 22 12:39:07.871 INFO STEP 91 (ensure_file) COMPLETE
102902026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.871 INFO O| Aug 22 12:39:07.871 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.878 INFO O| Aug 22 12:39:07.878 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102922026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.878 INFO O| Aug 22 12:39:07.878 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102932026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.878 INFO O| Aug 22 12:39:07.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102942026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.878 INFO O| Aug 22 12:39:07.878 INFO ok!
102952026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.878 INFO O| Aug 22 12:39:07.878 INFO STEP 92 (ensure_file) COMPLETE
102962026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.878 INFO O| Aug 22 12:39:07.878 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.886 INFO O| Aug 22 12:39:07.886 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102982026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:07.886 INFO O| Aug 22 12:39:07.886 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102992026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.256 INFO O| Aug 22 12:39:08.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103002026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.256 INFO O| Aug 22 12:39:08.256 INFO ok!
103012026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.256 INFO O| Aug 22 12:39:08.256 INFO STEP 93 (ensure_file) COMPLETE
103022026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.256 INFO O| Aug 22 12:39:08.256 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.266 INFO O| Aug 22 12:39:08.266 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103042026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.266 INFO O| Aug 22 12:39:08.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103052026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.266 INFO O| Aug 22 12:39:08.266 INFO STEP 94 (ensure_dir) COMPLETE
103062026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.266 INFO O| Aug 22 12:39:08.266 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.274 INFO O| Aug 22 12:39:08.274 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103082026-08-22T12:39:12.764Z[ host-image] Aug 22 12:39:08.274 INFO O| Aug 22 12:39:08.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103092026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.274 INFO O| Aug 22 12:39:08.274 INFO STEP 95 (ensure_dir) COMPLETE
103102026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.274 INFO O| Aug 22 12:39:08.274 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.282 INFO O| Aug 22 12:39:08.282 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103122026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.282 INFO O| Aug 22 12:39:08.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103132026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.282 INFO O| Aug 22 12:39:08.282 INFO STEP 96 (ensure_dir) COMPLETE
103142026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.282 INFO O| Aug 22 12:39:08.282 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.291 INFO O| Aug 22 12:39:08.291 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103162026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.291 INFO O| Aug 22 12:39:08.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103172026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.291 INFO O| Aug 22 12:39:08.291 INFO STEP 97 (ensure_dir) COMPLETE
103182026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.291 INFO O| Aug 22 12:39:08.291 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.300 INFO O| Aug 22 12:39:08.300 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103202026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.300 INFO O| Aug 22 12:39:08.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103212026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.300 INFO O| Aug 22 12:39:08.300 INFO STEP 98 (ensure_dir) COMPLETE
103222026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.300 INFO O| Aug 22 12:39:08.300 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.308 INFO O| Aug 22 12:39:08.308 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103242026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.308 INFO O| Aug 22 12:39:08.308 INFO copying /tmp/.tmpL7TO3H/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 ...
103252026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.308 INFO O| Aug 22 12:39:08.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103262026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.308 INFO O| Aug 22 12:39:08.308 INFO ok!
103272026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.308 INFO O| Aug 22 12:39:08.308 INFO STEP 99 (ensure_file) COMPLETE
103282026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.308 INFO O| Aug 22 12:39:08.308 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.315 INFO O| Aug 22 12:39:08.315 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103302026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.316 INFO O| Aug 22 12:39:08.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103312026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.316 INFO O| Aug 22 12:39:08.316 INFO STEP 100 (ensure_dir) COMPLETE
103322026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.316 INFO O| Aug 22 12:39:08.316 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.324 INFO O| Aug 22 12:39:08.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103342026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.324 INFO O| Aug 22 12:39:08.324 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103352026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.695 INFO O| Aug 22 12:39:08.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103362026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.695 INFO O| Aug 22 12:39:08.695 INFO ok!
103372026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.695 INFO O| Aug 22 12:39:08.695 INFO STEP 101 (ensure_file) COMPLETE
103382026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.695 INFO O| Aug 22 12:39:08.695 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.706 INFO O| Aug 22 12:39:08.706 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103402026-08-22T12:39:12.765Z[ host-image] Aug 22 12:39:08.706 INFO O| Aug 22 12:39:08.706 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103412026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.706 INFO O| Aug 22 12:39:08.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103422026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.706 INFO O| Aug 22 12:39:08.706 INFO ok!
103432026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.706 INFO O| Aug 22 12:39:08.706 INFO STEP 102 (ensure_file) COMPLETE
103442026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.706 INFO O| Aug 22 12:39:08.706 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.713 INFO O| Aug 22 12:39:08.713 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103462026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.713 INFO O| Aug 22 12:39:08.713 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103472026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.722 INFO O| Aug 22 12:39:08.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103482026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.722 INFO O| Aug 22 12:39:08.722 INFO ok!
103492026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.722 INFO O| Aug 22 12:39:08.722 INFO STEP 103 (ensure_file) COMPLETE
103502026-08-22T12:39:12.766Z[ host-image] Aug 22 12:39:08.722 INFO O| Aug 22 12:39:08.722 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.731 INFO O| Aug 22 12:39:08.731 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103522026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.731 INFO O| Aug 22 12:39:08.731 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103532026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.731 INFO O| Aug 22 12:39:08.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103542026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.731 INFO O| Aug 22 12:39:08.731 INFO ok!
103552026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.731 INFO O| Aug 22 12:39:08.731 INFO STEP 104 (ensure_file) COMPLETE
103562026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.731 INFO O| Aug 22 12:39:08.731 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.739 INFO O| Aug 22 12:39:08.739 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103582026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.739 INFO O| Aug 22 12:39:08.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103592026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.739 INFO O| Aug 22 12:39:08.739 INFO STEP 105 (ensure_dir) COMPLETE
103602026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.739 INFO O| Aug 22 12:39:08.739 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.745 INFO O| Aug 22 12:39:08.745 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103622026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:08.745 INFO O| Aug 22 12:39:08.745 INFO copying /tmp/.tmpL7TO3H/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 ...
103632026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:09.070 INFO O| Aug 22 12:39:09.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103642026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:09.070 INFO O| Aug 22 12:39:09.070 INFO ok!
103652026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:09.070 INFO O| Aug 22 12:39:09.070 INFO STEP 106 (ensure_file) COMPLETE
103662026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:09.070 INFO O| Aug 22 12:39:09.070 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:09.081 INFO O| Aug 22 12:39:09.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103682026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:09.081 INFO O| Aug 22 12:39:09.081 INFO copying /tmp/.tmpL7TO3H/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 ...
103692026-08-22T12:39:12.775Z[ host-image] Aug 22 12:39:09.081 INFO O| Aug 22 12:39:09.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103702026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.081 INFO O| Aug 22 12:39:09.081 INFO ok!
103712026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.081 INFO O| Aug 22 12:39:09.081 INFO STEP 107 (ensure_file) COMPLETE
103722026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.081 INFO O| Aug 22 12:39:09.081 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.089 INFO O| Aug 22 12:39:09.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103742026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.089 INFO O| Aug 22 12:39:09.089 INFO copying /tmp/.tmpL7TO3H/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 ...
103752026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.089 INFO O| Aug 22 12:39:09.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103762026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.089 INFO O| Aug 22 12:39:09.089 INFO ok!
103772026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.089 INFO O| Aug 22 12:39:09.089 INFO STEP 108 (ensure_file) COMPLETE
103782026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.089 INFO O| Aug 22 12:39:09.089 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.096 INFO O| Aug 22 12:39:09.096 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103802026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.096 INFO O| Aug 22 12:39:09.096 INFO copying /tmp/.tmpL7TO3H/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 ...
103812026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.096 INFO O| Aug 22 12:39:09.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103822026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.096 INFO O| Aug 22 12:39:09.096 INFO ok!
103832026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.096 INFO O| Aug 22 12:39:09.096 INFO STEP 109 (ensure_file) COMPLETE
103842026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.096 INFO O| Aug 22 12:39:09.096 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.104 INFO O| Aug 22 12:39:09.104 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103862026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.104 INFO O| Aug 22 12:39:09.104 INFO copying /tmp/.tmpL7TO3H/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 ...
103872026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.104 INFO O| Aug 22 12:39:09.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103882026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.104 INFO O| Aug 22 12:39:09.104 INFO ok!
103892026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.104 INFO O| Aug 22 12:39:09.104 INFO STEP 110 (ensure_file) COMPLETE
103902026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.104 INFO O| Aug 22 12:39:09.104 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.113 INFO O| Aug 22 12:39:09.113 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103922026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.113 INFO O| Aug 22 12:39:09.113 INFO copying /tmp/.tmpL7TO3H/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 ...
103932026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.113 INFO O| Aug 22 12:39:09.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103942026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.113 INFO O| Aug 22 12:39:09.113 INFO ok!
103952026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.113 INFO O| Aug 22 12:39:09.113 INFO STEP 111 (ensure_file) COMPLETE
103962026-08-22T12:39:12.776Z[ host-image] Aug 22 12:39:09.113 INFO O| Aug 22 12:39:09.113 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.120 INFO O| Aug 22 12:39:09.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103982026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.120 INFO O| Aug 22 12:39:09.120 INFO copying /tmp/.tmpL7TO3H/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 ...
103992026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.120 INFO O| Aug 22 12:39:09.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104002026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.120 INFO O| Aug 22 12:39:09.120 INFO ok!
104012026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.120 INFO O| Aug 22 12:39:09.120 INFO STEP 112 (ensure_file) COMPLETE
104022026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.120 INFO O| Aug 22 12:39:09.120 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.128 INFO O| Aug 22 12:39:09.128 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104042026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.128 INFO O| Aug 22 12:39:09.128 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104052026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.128 INFO O| Aug 22 12:39:09.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104062026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.128 INFO O| Aug 22 12:39:09.128 INFO ok!
104072026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.128 INFO O| Aug 22 12:39:09.128 INFO STEP 113 (ensure_file) COMPLETE
104082026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.128 INFO O| Aug 22 12:39:09.128 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.136 INFO O| Aug 22 12:39:09.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104102026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.136 INFO O| Aug 22 12:39:09.136 INFO copying /tmp/.tmpL7TO3H/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 ...
104112026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.136 INFO O| Aug 22 12:39:09.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104122026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.136 INFO O| Aug 22 12:39:09.136 INFO ok!
104132026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.136 INFO O| Aug 22 12:39:09.136 INFO STEP 114 (ensure_file) COMPLETE
104142026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.136 INFO O| Aug 22 12:39:09.136 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.143 INFO O| Aug 22 12:39:09.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104162026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.143 INFO O| Aug 22 12:39:09.143 INFO copying /tmp/.tmpL7TO3H/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 ...
104172026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.143 INFO O| Aug 22 12:39:09.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104182026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.143 INFO O| Aug 22 12:39:09.143 INFO ok!
104192026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.143 INFO O| Aug 22 12:39:09.143 INFO STEP 115 (ensure_file) COMPLETE
104202026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.143 INFO O| Aug 22 12:39:09.143 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-22T12:39:12.777Z[ host-image] Aug 22 12:39:09.151 INFO O| Aug 22 12:39:09.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104222026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.151 INFO O| Aug 22 12:39:09.151 INFO copying /tmp/.tmpL7TO3H/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 ...
104232026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.151 INFO O| Aug 22 12:39:09.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104242026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.151 INFO O| Aug 22 12:39:09.151 INFO ok!
104252026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.151 INFO O| Aug 22 12:39:09.151 INFO STEP 116 (ensure_file) COMPLETE
104262026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.151 INFO O| Aug 22 12:39:09.151 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.159 INFO O| Aug 22 12:39:09.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104282026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.159 INFO O| Aug 22 12:39:09.159 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104292026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.159 INFO O| Aug 22 12:39:09.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104302026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.159 INFO O| Aug 22 12:39:09.159 INFO ok!
104312026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.159 INFO O| Aug 22 12:39:09.159 INFO STEP 117 (ensure_file) COMPLETE
104322026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.159 INFO O| Aug 22 12:39:09.159 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.166 INFO O| Aug 22 12:39:09.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104342026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.166 INFO O| Aug 22 12:39:09.166 INFO copying /tmp/.tmpL7TO3H/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 ...
104352026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.166 INFO O| Aug 22 12:39:09.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104362026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.166 INFO O| Aug 22 12:39:09.166 INFO ok!
104372026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.166 INFO O| Aug 22 12:39:09.166 INFO STEP 118 (ensure_file) COMPLETE
104382026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.166 INFO O| Aug 22 12:39:09.166 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.174 INFO O| Aug 22 12:39:09.174 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104402026-08-22T12:39:12.778Z[ host-image] Aug 22 12:39:09.174 INFO O| Aug 22 12:39:09.174 INFO copying /tmp/.tmpL7TO3H/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 ...
104412026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.174 INFO O| Aug 22 12:39:09.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104422026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.174 INFO O| Aug 22 12:39:09.174 INFO ok!
104432026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.174 INFO O| Aug 22 12:39:09.174 INFO STEP 119 (ensure_file) COMPLETE
104442026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.174 INFO O| Aug 22 12:39:09.174 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.181 INFO O| Aug 22 12:39:09.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104462026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.181 INFO O| Aug 22 12:39:09.181 INFO copying /tmp/.tmpL7TO3H/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 ...
104472026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.181 INFO O| Aug 22 12:39:09.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104482026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.181 INFO O| Aug 22 12:39:09.181 INFO ok!
104492026-08-22T12:39:12.779Z[ host-image] Aug 22 12:39:09.181 INFO O| Aug 22 12:39:09.181 INFO STEP 120 (ensure_file) COMPLETE
104502026-08-22T12:39:12.780Z[ host-image] Aug 22 12:39:09.181 INFO O| Aug 22 12:39:09.181 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.188 INFO O| Aug 22 12:39:09.188 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104522026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.188 INFO O| Aug 22 12:39:09.188 INFO copying /tmp/.tmpL7TO3H/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 ...
104532026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.188 INFO O| Aug 22 12:39:09.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104542026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.188 INFO O| Aug 22 12:39:09.188 INFO ok!
104552026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.188 INFO O| Aug 22 12:39:09.188 INFO STEP 121 (ensure_file) COMPLETE
104562026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.188 INFO O| Aug 22 12:39:09.188 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.195 INFO O| Aug 22 12:39:09.195 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104582026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.195 INFO O| Aug 22 12:39:09.195 INFO copying /tmp/.tmpL7TO3H/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 ...
104592026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.195 INFO O| Aug 22 12:39:09.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104602026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.195 INFO O| Aug 22 12:39:09.195 INFO ok!
104612026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.195 INFO O| Aug 22 12:39:09.195 INFO STEP 122 (ensure_file) COMPLETE
104622026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.195 INFO O| Aug 22 12:39:09.195 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-22T12:39:12.790Z[ host-image] Aug 22 12:39:09.202 INFO O| Aug 22 12:39:09.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104642026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.202 INFO O| Aug 22 12:39:09.202 INFO copying /tmp/.tmpL7TO3H/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 ...
104652026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.202 INFO O| Aug 22 12:39:09.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104662026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.202 INFO O| Aug 22 12:39:09.202 INFO ok!
104672026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.202 INFO O| Aug 22 12:39:09.202 INFO STEP 123 (ensure_file) COMPLETE
104682026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.202 INFO O| Aug 22 12:39:09.202 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.208 INFO O| Aug 22 12:39:09.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104702026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.208 INFO O| Aug 22 12:39:09.208 INFO copying /tmp/.tmpL7TO3H/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 ...
104712026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.208 INFO O| Aug 22 12:39:09.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104722026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.208 INFO O| Aug 22 12:39:09.208 INFO ok!
104732026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.208 INFO O| Aug 22 12:39:09.208 INFO STEP 124 (ensure_file) COMPLETE
104742026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.208 INFO O| Aug 22 12:39:09.208 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.214 INFO O| Aug 22 12:39:09.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104762026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.214 INFO O| Aug 22 12:39:09.214 INFO copying /tmp/.tmpL7TO3H/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 ...
104772026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.215 INFO O| Aug 22 12:39:09.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104782026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.215 INFO O| Aug 22 12:39:09.215 INFO ok!
104792026-08-22T12:39:12.791Z[ host-image] Aug 22 12:39:09.215 INFO O| Aug 22 12:39:09.215 INFO STEP 125 (ensure_file) COMPLETE
104802026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.215 INFO O| Aug 22 12:39:09.215 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.223 INFO O| Aug 22 12:39:09.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104822026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.223 INFO O| Aug 22 12:39:09.223 INFO copying /tmp/.tmpL7TO3H/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 ...
104832026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.223 INFO O| Aug 22 12:39:09.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104842026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.223 INFO O| Aug 22 12:39:09.223 INFO ok!
104852026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.223 INFO O| Aug 22 12:39:09.223 INFO STEP 126 (ensure_file) COMPLETE
104862026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.223 INFO O| Aug 22 12:39:09.223 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.230 INFO O| Aug 22 12:39:09.230 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104882026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.230 INFO O| Aug 22 12:39:09.230 INFO copying /tmp/.tmpL7TO3H/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 ...
104892026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.230 INFO O| Aug 22 12:39:09.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104902026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.230 INFO O| Aug 22 12:39:09.230 INFO ok!
104912026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.230 INFO O| Aug 22 12:39:09.230 INFO STEP 127 (ensure_file) COMPLETE
104922026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.230 INFO O| Aug 22 12:39:09.230 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-22T12:39:12.792Z[ host-image] Aug 22 12:39:09.237 INFO O| Aug 22 12:39:09.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104942026-08-22T12:39:12.793Z[ host-image] Aug 22 12:39:09.237 INFO O| Aug 22 12:39:09.237 INFO copying /tmp/.tmpL7TO3H/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 ...
104952026-08-22T12:39:12.793Z[ host-image] Aug 22 12:39:09.237 INFO O| Aug 22 12:39:09.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104962026-08-22T12:39:12.793Z[ host-image] Aug 22 12:39:09.237 INFO O| Aug 22 12:39:09.237 INFO ok!
104972026-08-22T12:39:12.793Z[ host-image] Aug 22 12:39:09.237 INFO O| Aug 22 12:39:09.237 INFO STEP 128 (ensure_file) COMPLETE
104982026-08-22T12:39:12.793Z[ host-image] Aug 22 12:39:09.237 INFO O| Aug 22 12:39:09.237 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-22T12:39:12.793Z[ host-image] Aug 22 12:39:09.244 INFO O| Aug 22 12:39:09.244 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105002026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.244 INFO O| Aug 22 12:39:09.244 INFO copying /tmp/.tmpL7TO3H/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 ...
105012026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.244 INFO O| Aug 22 12:39:09.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105022026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.244 INFO O| Aug 22 12:39:09.244 INFO ok!
105032026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.244 INFO O| Aug 22 12:39:09.244 INFO STEP 129 (ensure_file) COMPLETE
105042026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.244 INFO O| Aug 22 12:39:09.244 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.252 INFO O| Aug 22 12:39:09.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105062026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.252 INFO O| Aug 22 12:39:09.252 INFO copying /tmp/.tmpL7TO3H/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 ...
105072026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.252 INFO O| Aug 22 12:39:09.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105082026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.252 INFO O| Aug 22 12:39:09.252 INFO ok!
105092026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.252 INFO O| Aug 22 12:39:09.252 INFO STEP 130 (ensure_file) COMPLETE
105102026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.252 INFO O| Aug 22 12:39:09.252 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.259 INFO O| Aug 22 12:39:09.259 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105122026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.260 INFO O| Aug 22 12:39:09.259 INFO copying /tmp/.tmpL7TO3H/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 ...
105132026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.260 INFO O| Aug 22 12:39:09.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105142026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.260 INFO O| Aug 22 12:39:09.260 INFO ok!
105152026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.260 INFO O| Aug 22 12:39:09.260 INFO STEP 131 (ensure_file) COMPLETE
105162026-08-22T12:39:12.794Z[ host-image] Aug 22 12:39:09.260 INFO O| Aug 22 12:39:09.260 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.270 INFO O| Aug 22 12:39:09.270 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105182026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.270 INFO O| Aug 22 12:39:09.270 INFO copying /tmp/.tmpL7TO3H/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 ...
105192026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.270 INFO O| Aug 22 12:39:09.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105202026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.270 INFO O| Aug 22 12:39:09.270 INFO ok!
105212026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.270 INFO O| Aug 22 12:39:09.270 INFO STEP 132 (ensure_file) COMPLETE
105222026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.270 INFO O| Aug 22 12:39:09.270 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.277 INFO O| Aug 22 12:39:09.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105242026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.277 INFO O| Aug 22 12:39:09.277 INFO copying /tmp/.tmpL7TO3H/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 ...
105252026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.277 INFO O| Aug 22 12:39:09.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105262026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.277 INFO O| Aug 22 12:39:09.277 INFO ok!
105272026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.277 INFO O| Aug 22 12:39:09.277 INFO STEP 133 (ensure_file) COMPLETE
105282026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.277 INFO O| Aug 22 12:39:09.277 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.283 INFO O| Aug 22 12:39:09.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105302026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.283 INFO O| Aug 22 12:39:09.283 INFO copying /tmp/.tmpL7TO3H/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 ...
105312026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.283 INFO O| Aug 22 12:39:09.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105322026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.283 INFO O| Aug 22 12:39:09.283 INFO ok!
105332026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.283 INFO O| Aug 22 12:39:09.283 INFO STEP 134 (ensure_file) COMPLETE
105342026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.283 INFO O| Aug 22 12:39:09.283 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.289 INFO O| Aug 22 12:39:09.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105362026-08-22T12:39:12.795Z[ host-image] Aug 22 12:39:09.289 INFO O| Aug 22 12:39:09.289 INFO copying /tmp/.tmpL7TO3H/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 ...
105372026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.289 INFO O| Aug 22 12:39:09.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105382026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.289 INFO O| Aug 22 12:39:09.289 INFO ok!
105392026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.289 INFO O| Aug 22 12:39:09.289 INFO STEP 135 (ensure_file) COMPLETE
105402026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.289 INFO O| Aug 22 12:39:09.289 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.298 INFO O| Aug 22 12:39:09.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105422026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.298 INFO O| Aug 22 12:39:09.298 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105432026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.298 INFO O| Aug 22 12:39:09.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105442026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.298 INFO O| Aug 22 12:39:09.298 INFO ok!
105452026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.298 INFO O| Aug 22 12:39:09.298 INFO STEP 136 (ensure_file) COMPLETE
105462026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.298 INFO O| Aug 22 12:39:09.298 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.306 INFO O| Aug 22 12:39:09.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105482026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.306 INFO O| Aug 22 12:39:09.306 INFO copying /tmp/.tmpL7TO3H/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 ...
105492026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.306 INFO O| Aug 22 12:39:09.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105502026-08-22T12:39:12.796Z[ host-image] Aug 22 12:39:09.306 INFO O| Aug 22 12:39:09.306 INFO ok!
105512026-08-22T12:39:12.801Z[ host-image] Aug 22 12:39:09.306 INFO O| Aug 22 12:39:09.306 INFO STEP 137 (ensure_file) COMPLETE
105522026-08-22T12:39:12.802Z[ host-image] Aug 22 12:39:09.306 INFO O| Aug 22 12:39:09.306 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-08-22T12:39:12.802Z[ host-image] Aug 22 12:39:09.314 INFO O| Aug 22 12:39:09.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105542026-08-22T12:39:12.802Z[ host-image] Aug 22 12:39:09.314 INFO O| Aug 22 12:39:09.314 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105552026-08-22T12:39:12.802Z[ host-image] Aug 22 12:39:09.314 INFO O| Aug 22 12:39:09.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105562026-08-22T12:39:12.802Z[ host-image] Aug 22 12:39:09.314 INFO O| Aug 22 12:39:09.314 INFO ok!
105572026-08-22T12:39:12.802Z[ host-image] Aug 22 12:39:09.314 INFO O| Aug 22 12:39:09.314 INFO STEP 138 (ensure_file) COMPLETE
105582026-08-22T12:39:12.803Z[ host-image] Aug 22 12:39:09.314 INFO O| Aug 22 12:39:09.314 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-08-22T12:39:12.803Z[ host-image] Aug 22 12:39:09.320 INFO O| Aug 22 12:39:09.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105602026-08-22T12:39:12.803Z[ host-image] Aug 22 12:39:09.320 INFO O| Aug 22 12:39:09.320 INFO copying /tmp/.tmpL7TO3H/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105612026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:10.532 INFO creating reset image...
105622026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:10.532 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z", "--target-dir", "/work/os-recovery/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
105632026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:10.832 INFO E| Updating crates.io index
105642026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.143 INFO E| Downloading crates ...
105652026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.187 INFO E| Downloaded os_pipe v1.2.3
105662026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.191 INFO E| Downloaded sigchld v0.2.4
105672026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.194 INFO E| Downloaded colorchoice v1.0.5
105682026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.195 INFO E| Downloaded shared_child v1.1.1
105692026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.196 INFO E| Downloaded clap_lex v1.1.0
105702026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.198 INFO E| Downloaded shared_thread v0.2.0
105712026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.198 INFO E| Downloaded duct v1.1.1
105722026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling libc v0.2.186
105732026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling proc-macro2 v1.0.106
105742026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling quote v1.0.45
105752026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling unicode-ident v1.0.24
105762026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling signal-hook v0.3.18
105772026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling utf8parse v0.2.2
105782026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling anstyle v1.0.14
105792026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling is_terminal_polyfill v1.70.2
105802026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling anstyle-query v1.1.5
105812026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.244 INFO E| Compiling colorchoice v1.0.5
105822026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.255 INFO E| Compiling heck v0.5.0
105832026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.255 INFO E| Compiling strsim v0.11.1
105842026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.255 INFO E| Compiling clap_lex v1.1.0
105852026-08-22T12:39:12.803Z[ recovery-image] Aug 22 12:39:11.255 INFO E| Compiling shared_thread v0.2.0
105862026-08-22T12:39:12.804Z[ recovery-image] Aug 22 12:39:11.381 INFO E| Compiling anstyle-parse v1.0.0
105872026-08-22T12:39:12.804Z[ recovery-image] Aug 22 12:39:11.534 INFO E| Compiling anstream v1.0.0
105882026-08-22T12:39:12.804Z[ recovery-image] Aug 22 12:39:11.772 INFO E| Compiling clap_builder v4.6.0
105892026-08-22T12:39:13.235Z[ recovery-image] Aug 22 12:39:12.206 INFO E| Compiling errno v0.3.14
105902026-08-22T12:39:13.235Z[ recovery-image] Aug 22 12:39:12.206 INFO E| Compiling os_pipe v1.2.3
105912026-08-22T12:39:13.345Z[ recovery-image] Aug 22 12:39:12.316 INFO E| Compiling signal-hook-registry v1.4.8
105922026-08-22T12:39:13.535Z[ recovery-image] Aug 22 12:39:12.469 INFO E| Compiling syn v2.0.117
105932026-08-22T12:39:13.654Z[ recovery-image] Aug 22 12:39:12.625 INFO E| Compiling sigchld v0.2.4
105942026-08-22T12:39:13.769Z[ recovery-image] Aug 22 12:39:12.736 INFO E| Compiling shared_child v1.1.1
105952026-08-22T12:39:13.898Z[ recovery-image] Aug 22 12:39:12.869 INFO E| Compiling duct v1.1.1
105962026-08-22T12:39:15.977Z[ recovery-image] Aug 22 12:39:14.948 INFO E| Compiling clap_derive v4.6.1
105972026-08-22T12:39:17.619Z[ recovery-image] Aug 22 12:39:16.590 INFO E| Compiling clap v4.6.1
105982026-08-22T12:39:17.687Z[ recovery-image] Aug 22 12:39:16.658 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105992026-08-22T12:39:18.509Z[ host-image] Aug 22 12:39:17.480 INFO O| Aug 22 12:39:17.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106002026-08-22T12:39:18.510Z[ host-image] Aug 22 12:39:17.480 INFO O| Aug 22 12:39:17.480 INFO ok!
106012026-08-22T12:39:18.510Z[ host-image] Aug 22 12:39:17.481 INFO O| Aug 22 12:39:17.480 INFO STEP 139 (ensure_file) COMPLETE
106022026-08-22T12:39:18.510Z[ host-image] Aug 22 12:39:17.481 INFO O| Aug 22 12:39:17.480 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-08-22T12:39:18.518Z[ host-image] Aug 22 12:39:17.489 INFO O| Aug 22 12:39:17.489 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106042026-08-22T12:39:18.518Z[ host-image] Aug 22 12:39:17.489 INFO O| Aug 22 12:39:17.489 INFO STEP 140 (ensure_dir) COMPLETE
106052026-08-22T12:39:18.518Z[ host-image] Aug 22 12:39:17.489 INFO O| Aug 22 12:39:17.489 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-08-22T12:39:18.526Z[ host-image] Aug 22 12:39:17.497 INFO O| Aug 22 12:39:17.497 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106072026-08-22T12:39:18.526Z[ host-image] Aug 22 12:39:17.497 INFO O| Aug 22 12:39:17.497 INFO STEP 141 (ensure_dir) COMPLETE
106082026-08-22T12:39:18.529Z[ host-image] Aug 22 12:39:17.497 INFO O| Aug 22 12:39:17.497 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-08-22T12:39:18.532Z[ host-image] Aug 22 12:39:17.504 INFO O| Aug 22 12:39:17.504 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106102026-08-22T12:39:18.532Z[ host-image] Aug 22 12:39:17.504 INFO O| Aug 22 12:39:17.504 INFO STEP 142 (ensure_dir) COMPLETE
106112026-08-22T12:39:18.532Z[ host-image] Aug 22 12:39:17.504 INFO O| Aug 22 12:39:17.504 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-08-22T12:39:18.538Z[ host-image] Aug 22 12:39:17.509 INFO O| Aug 22 12:39:17.509 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106132026-08-22T12:39:18.538Z[ host-image] Aug 22 12:39:17.509 INFO O| Aug 22 12:39:17.509 INFO STEP 143 (ensure_dir) COMPLETE
106142026-08-22T12:39:18.541Z[ host-image] Aug 22 12:39:17.509 INFO O| Aug 22 12:39:17.509 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-08-22T12:39:18.544Z[ host-image] Aug 22 12:39:17.515 INFO O| Aug 22 12:39:17.515 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106162026-08-22T12:39:18.544Z[ host-image] Aug 22 12:39:17.515 INFO O| Aug 22 12:39:17.515 INFO copying /tmp/.tmpL7TO3H/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 ...
106172026-08-22T12:39:18.544Z[ host-image] Aug 22 12:39:17.515 INFO O| Aug 22 12:39:17.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106182026-08-22T12:39:18.544Z[ host-image] Aug 22 12:39:17.515 INFO O| Aug 22 12:39:17.515 INFO ok!
106192026-08-22T12:39:18.544Z[ host-image] Aug 22 12:39:17.515 INFO O| Aug 22 12:39:17.515 INFO STEP 144 (ensure_file) COMPLETE
106202026-08-22T12:39:18.544Z[ host-image] Aug 22 12:39:17.515 INFO O| Aug 22 12:39:17.515 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-08-22T12:39:18.550Z[ host-image] Aug 22 12:39:17.521 INFO O| Aug 22 12:39:17.521 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106222026-08-22T12:39:18.553Z[ host-image] Aug 22 12:39:17.521 INFO O| Aug 22 12:39:17.521 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106232026-08-22T12:39:18.553Z[ host-image] Aug 22 12:39:17.521 INFO O| Aug 22 12:39:17.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106242026-08-22T12:39:18.553Z[ host-image] Aug 22 12:39:17.521 INFO O| Aug 22 12:39:17.521 INFO STEP 145 (ensure_dir) COMPLETE
106252026-08-22T12:39:18.553Z[ host-image] Aug 22 12:39:17.521 INFO O| Aug 22 12:39:17.521 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-08-22T12:39:18.556Z[ host-image] Aug 22 12:39:17.527 INFO O| Aug 22 12:39:17.527 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106272026-08-22T12:39:18.556Z[ host-image] Aug 22 12:39:17.527 INFO O| Aug 22 12:39:17.527 INFO copying /tmp/.tmpL7TO3H/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106282026-08-22T12:39:18.556Z[ host-image] Aug 22 12:39:17.527 INFO O| Aug 22 12:39:17.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106292026-08-22T12:39:18.556Z[ host-image] Aug 22 12:39:17.527 INFO O| Aug 22 12:39:17.527 INFO ok!
106302026-08-22T12:39:18.556Z[ host-image] Aug 22 12:39:17.527 INFO O| Aug 22 12:39:17.527 INFO STEP 146 (ensure_file) COMPLETE
106312026-08-22T12:39:18.556Z[ host-image] Aug 22 12:39:17.527 INFO O| Aug 22 12:39:17.527 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106322026-08-22T12:39:18.564Z[ host-image] Aug 22 12:39:17.535 INFO O| Aug 22 12:39:17.535 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106332026-08-22T12:39:18.567Z[ host-image] Aug 22 12:39:17.535 INFO O| Aug 22 12:39:17.535 INFO STEP 147 (remove_files) COMPLETE
106342026-08-22T12:39:18.567Z[ host-image] Aug 22 12:39:17.535 INFO O| Aug 22 12:39:17.535 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106352026-08-22T12:39:18.570Z[ host-image] Aug 22 12:39:17.542 INFO O| Aug 22 12:39:17.542 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106362026-08-22T12:39:18.574Z[ host-image] Aug 22 12:39:17.542 INFO O| Aug 22 12:39:17.542 INFO STEP 148 (remove_files) COMPLETE
106372026-08-22T12:39:18.574Z[ host-image] Aug 22 12:39:17.542 INFO O| Aug 22 12:39:17.542 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-08-22T12:39:18.577Z[ host-image] Aug 22 12:39:17.548 INFO O| Aug 22 12:39:17.548 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106392026-08-22T12:39:18.577Z[ host-image] Aug 22 12:39:17.548 INFO O| Aug 22 12:39:17.548 INFO STEP 149 (remove_files) COMPLETE
106402026-08-22T12:39:18.577Z[ host-image] Aug 22 12:39:17.548 INFO O| Aug 22 12:39:17.548 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-08-22T12:39:18.583Z[ host-image] Aug 22 12:39:17.554 INFO O| Aug 22 12:39:17.554 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106422026-08-22T12:39:18.586Z[ host-image] Aug 22 12:39:17.554 INFO O| Aug 22 12:39:17.554 INFO STEP 150 (remove_files) COMPLETE
106432026-08-22T12:39:18.586Z[ host-image] Aug 22 12:39:17.554 INFO O| Aug 22 12:39:17.554 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-08-22T12:39:18.589Z[ host-image] Aug 22 12:39:17.560 INFO O| Aug 22 12:39:17.560 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106452026-08-22T12:39:18.592Z[ host-image] Aug 22 12:39:17.560 INFO O| Aug 22 12:39:17.560 INFO STEP 151 (remove_files) COMPLETE
106462026-08-22T12:39:18.592Z[ host-image] Aug 22 12:39:17.560 INFO O| Aug 22 12:39:17.560 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-08-22T12:39:18.597Z[ host-image] Aug 22 12:39:17.568 INFO O| Aug 22 12:39:17.568 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106482026-08-22T12:39:18.600Z[ host-image] Aug 22 12:39:17.568 INFO O| Aug 22 12:39:17.568 INFO STEP 152 (remove_files) COMPLETE
106492026-08-22T12:39:18.600Z[ host-image] Aug 22 12:39:17.568 INFO O| Aug 22 12:39:17.568 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-08-22T12:39:18.603Z[ host-image] Aug 22 12:39:17.574 INFO O| Aug 22 12:39:17.574 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106512026-08-22T12:39:18.603Z[ host-image] Aug 22 12:39:17.574 INFO O| Aug 22 12:39:17.574 INFO STEP 153 (remove_files) COMPLETE
106522026-08-22T12:39:18.606Z[ host-image] Aug 22 12:39:17.574 INFO O| Aug 22 12:39:17.574 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-08-22T12:39:18.609Z[ host-image] Aug 22 12:39:17.580 INFO O| Aug 22 12:39:17.580 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106542026-08-22T12:39:18.609Z[ host-image] Aug 22 12:39:17.580 INFO O| Aug 22 12:39:17.580 INFO STEP 154 (remove_files) COMPLETE
106552026-08-22T12:39:18.609Z[ host-image] Aug 22 12:39:17.580 INFO O| Aug 22 12:39:17.580 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-22T12:39:18.616Z[ host-image] Aug 22 12:39:17.588 INFO O| Aug 22 12:39:17.588 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106572026-08-22T12:39:18.616Z[ host-image] Aug 22 12:39:17.588 INFO O| Aug 22 12:39:17.588 INFO STEP 155 (remove_files) COMPLETE
106582026-08-22T12:39:18.616Z[ host-image] Aug 22 12:39:17.588 INFO O| Aug 22 12:39:17.588 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-08-22T12:39:18.623Z[ host-image] Aug 22 12:39:17.594 INFO O| Aug 22 12:39:17.594 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106602026-08-22T12:39:18.623Z[ host-image] Aug 22 12:39:17.594 INFO O| Aug 22 12:39:17.594 INFO STEP 156 (remove_files) COMPLETE
106612026-08-22T12:39:18.623Z[ host-image] Aug 22 12:39:17.594 INFO O| Aug 22 12:39:17.594 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-22T12:39:18.631Z[ host-image] Aug 22 12:39:17.602 INFO O| Aug 22 12:39:17.602 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106632026-08-22T12:39:18.631Z[ host-image] Aug 22 12:39:17.602 INFO O| Aug 22 12:39:17.602 INFO STEP 157 (remove_files) COMPLETE
106642026-08-22T12:39:18.631Z[ host-image] Aug 22 12:39:17.602 INFO O| Aug 22 12:39:17.602 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-22T12:39:18.638Z[ host-image] Aug 22 12:39:17.609 INFO O| Aug 22 12:39:17.609 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106662026-08-22T12:39:18.638Z[ host-image] Aug 22 12:39:17.609 INFO O| Aug 22 12:39:17.609 INFO STEP 158 (remove_files) COMPLETE
106672026-08-22T12:39:18.641Z[ host-image] Aug 22 12:39:17.609 INFO O| Aug 22 12:39:17.609 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-22T12:39:18.644Z[ host-image] Aug 22 12:39:17.616 INFO O| Aug 22 12:39:17.616 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106692026-08-22T12:39:18.644Z[ host-image] Aug 22 12:39:17.616 INFO O| Aug 22 12:39:17.616 INFO STEP 159 (remove_files) COMPLETE
106702026-08-22T12:39:18.644Z[ host-image] Aug 22 12:39:17.616 INFO O| Aug 22 12:39:17.616 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-22T12:39:18.650Z[ host-image] Aug 22 12:39:17.622 INFO O| Aug 22 12:39:17.622 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106722026-08-22T12:39:18.650Z[ host-image] Aug 22 12:39:17.622 INFO O| Aug 22 12:39:17.622 INFO STEP 160 (remove_files) COMPLETE
106732026-08-22T12:39:18.650Z[ host-image] Aug 22 12:39:17.622 INFO O| Aug 22 12:39:17.622 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-22T12:39:18.656Z[ host-image] Aug 22 12:39:17.628 INFO O| Aug 22 12:39:17.628 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106752026-08-22T12:39:18.656Z[ host-image] Aug 22 12:39:17.628 INFO O| Aug 22 12:39:17.628 INFO STEP 161 (remove_files) COMPLETE
106762026-08-22T12:39:18.656Z[ host-image] Aug 22 12:39:17.628 INFO O| Aug 22 12:39:17.628 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-22T12:39:18.661Z[ recovery-image] Aug 22 12:39:17.633 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s
106782026-08-22T12:39:18.665Z[ host-image] Aug 22 12:39:17.634 INFO O| Aug 22 12:39:17.634 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106792026-08-22T12:39:18.665Z[ host-image] Aug 22 12:39:17.634 INFO O| Aug 22 12:39:17.634 INFO STEP 162 (remove_files) COMPLETE
106802026-08-22T12:39:18.665Z[ host-image] Aug 22 12:39:17.634 INFO O| Aug 22 12:39:17.634 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-22T12:39:18.668Z[ recovery-image] Aug 22 12:39:17.638 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106822026-08-22T12:39:18.671Z[ host-image] Aug 22 12:39:17.641 INFO O| Aug 22 12:39:17.641 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106832026-08-22T12:39:18.671Z[ host-image] Aug 22 12:39:17.641 INFO O| Aug 22 12:39:17.641 INFO STEP 163 (remove_files) COMPLETE
106842026-08-22T12:39:18.671Z[ host-image] Aug 22 12:39:17.641 INFO O| Aug 22 12:39:17.641 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-22T12:39:18.677Z[ host-image] Aug 22 12:39:17.648 INFO O| Aug 22 12:39:17.648 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106862026-08-22T12:39:18.677Z[ host-image] Aug 22 12:39:17.648 INFO O| Aug 22 12:39:17.648 INFO STEP 164 (remove_files) COMPLETE
106872026-08-22T12:39:18.677Z[ host-image] Aug 22 12:39:17.648 INFO O| Aug 22 12:39:17.648 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-22T12:39:18.683Z[ host-image] Aug 22 12:39:17.655 INFO O| Aug 22 12:39:17.655 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106892026-08-22T12:39:18.687Z[ host-image] Aug 22 12:39:17.655 INFO O| Aug 22 12:39:17.655 INFO STEP 165 (remove_files) COMPLETE
106902026-08-22T12:39:18.688Z[ host-image] Aug 22 12:39:17.655 INFO O| Aug 22 12:39:17.655 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-22T12:39:18.691Z[ host-image] Aug 22 12:39:17.661 INFO O| Aug 22 12:39:17.661 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106922026-08-22T12:39:18.691Z[ host-image] Aug 22 12:39:17.661 INFO O| Aug 22 12:39:17.661 INFO STEP 166 (remove_files) COMPLETE
106932026-08-22T12:39:18.691Z[ host-image] Aug 22 12:39:17.661 INFO O| Aug 22 12:39:17.661 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-22T12:39:18.697Z[ host-image] Aug 22 12:39:17.669 INFO O| Aug 22 12:39:17.669 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106952026-08-22T12:39:18.697Z[ host-image] Aug 22 12:39:17.669 INFO O| Aug 22 12:39:17.669 INFO STEP 167 (remove_files) COMPLETE
106962026-08-22T12:39:18.701Z[ host-image] Aug 22 12:39:17.669 INFO O| Aug 22 12:39:17.669 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-08-22T12:39:18.704Z[ host-image] Aug 22 12:39:17.675 INFO O| Aug 22 12:39:17.675 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106982026-08-22T12:39:18.709Z[ host-image] Aug 22 12:39:17.675 INFO O| Aug 22 12:39:17.675 INFO STEP 168 (remove_files) COMPLETE
106992026-08-22T12:39:18.709Z[ host-image] Aug 22 12:39:17.675 INFO O| Aug 22 12:39:17.675 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-08-22T12:39:18.713Z[ host-image] Aug 22 12:39:17.682 INFO O| Aug 22 12:39:17.682 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107012026-08-22T12:39:18.713Z[ host-image] Aug 22 12:39:17.682 INFO O| Aug 22 12:39:17.682 INFO STEP 169 (remove_files) COMPLETE
107022026-08-22T12:39:18.713Z[ host-image] Aug 22 12:39:17.682 INFO O| Aug 22 12:39:17.682 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-08-22T12:39:18.718Z[ host-image] Aug 22 12:39:17.689 INFO O| Aug 22 12:39:17.689 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107042026-08-22T12:39:18.718Z[ host-image] Aug 22 12:39:17.689 INFO O| Aug 22 12:39:17.689 INFO STEP 170 (remove_files) COMPLETE
107052026-08-22T12:39:18.721Z[ host-image] Aug 22 12:39:17.689 INFO O| Aug 22 12:39:17.689 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-08-22T12:39:18.725Z[ host-image] Aug 22 12:39:17.696 INFO O| Aug 22 12:39:17.696 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107072026-08-22T12:39:18.725Z[ host-image] Aug 22 12:39:17.696 INFO O| Aug 22 12:39:17.696 INFO STEP 171 (remove_files) COMPLETE
107082026-08-22T12:39:18.728Z[ host-image] Aug 22 12:39:17.697 INFO O| Aug 22 12:39:17.696 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-08-22T12:39:18.732Z[ host-image] Aug 22 12:39:17.703 INFO O| Aug 22 12:39:17.703 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107102026-08-22T12:39:18.732Z[ host-image] Aug 22 12:39:17.703 INFO O| Aug 22 12:39:17.703 INFO STEP 172 (remove_files) COMPLETE
107112026-08-22T12:39:18.735Z[ host-image] Aug 22 12:39:17.703 INFO O| Aug 22 12:39:17.703 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-08-22T12:39:18.739Z[ host-image] Aug 22 12:39:17.710 INFO O| Aug 22 12:39:17.710 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107132026-08-22T12:39:18.739Z[ host-image] Aug 22 12:39:17.710 INFO O| Aug 22 12:39:17.710 INFO STEP 173 (remove_files) COMPLETE
107142026-08-22T12:39:18.743Z[ host-image] Aug 22 12:39:17.710 INFO O| Aug 22 12:39:17.710 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-08-22T12:39:18.746Z[ host-image] Aug 22 12:39:17.716 INFO O| Aug 22 12:39:17.716 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107162026-08-22T12:39:18.746Z[ host-image] Aug 22 12:39:17.716 INFO O| Aug 22 12:39:17.716 INFO STEP 174 (remove_files) COMPLETE
107172026-08-22T12:39:18.746Z[ host-image] Aug 22 12:39:17.716 INFO O| Aug 22 12:39:17.716 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-08-22T12:39:18.750Z[ host-image] Aug 22 12:39:17.722 INFO O| Aug 22 12:39:17.722 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107192026-08-22T12:39:18.754Z[ host-image] Aug 22 12:39:17.722 INFO O| Aug 22 12:39:17.722 INFO STEP 175 (remove_files) COMPLETE
107202026-08-22T12:39:18.754Z[ host-image] Aug 22 12:39:17.722 INFO O| Aug 22 12:39:17.722 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107212026-08-22T12:39:18.759Z[ host-image] Aug 22 12:39:17.731 INFO O| Aug 22 12:39:17.731 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107222026-08-22T12:39:18.763Z[ host-image] Aug 22 12:39:17.731 INFO O| Aug 22 12:39:17.731 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107232026-08-22T12:39:18.860Z[ recovery-image] Aug 22 12:39:17.831 INFO E| Downloading crates ...
107242026-08-22T12:39:18.903Z[ recovery-image] Aug 22 12:39:17.874 INFO E| Downloaded bit_field v0.10.3
107252026-08-22T12:39:18.912Z[ recovery-image] Aug 22 12:39:17.883 INFO E| Downloaded bitflags v2.13.0
107262026-08-22T12:39:18.919Z[ recovery-image] Aug 22 12:39:17.890 INFO E| Downloaded cpio_reader v0.1.2
107272026-08-22T12:39:18.922Z[ recovery-image] Aug 22 12:39:17.891 INFO E| Downloaded miniz_oxide v0.9.1
107282026-08-22T12:39:18.925Z[ recovery-image] Aug 22 12:39:17.896 INFO E| Downloaded bitstruct v0.1.1
107292026-08-22T12:39:18.928Z[ recovery-image] Aug 22 12:39:17.897 INFO E| Downloaded bitstruct_derive v0.1.0
107302026-08-22T12:39:18.935Z[ recovery-image] Aug 22 12:39:17.906 INFO E| Downloaded log v0.4.32
107312026-08-22T12:39:18.949Z[ recovery-image] Aug 22 12:39:17.921 INFO E| Downloaded raw-cpuid v10.7.0
107322026-08-22T12:39:18.972Z[ recovery-image] Aug 22 12:39:17.944 INFO E| Downloaded goblin v0.10.7
107332026-08-22T12:39:19.107Z[ recovery-image] Aug 22 12:39:18.078 INFO E| Downloaded x86 v0.52.0
107342026-08-22T12:39:19.141Z[ recovery-image] Aug 22 12:39:18.112 INFO E| Updating crates.io index
107352026-08-22T12:39:19.184Z[ recovery-image] Aug 22 12:39:18.155 INFO E| Downloading crates ...
107362026-08-22T12:39:19.206Z[ recovery-image] Aug 22 12:39:18.177 INFO E| Downloaded hashbrown v0.17.1
107372026-08-22T12:39:19.210Z[ recovery-image] Aug 22 12:39:18.181 INFO E| Downloaded rustc-literal-escaper v0.0.7
107382026-08-22T12:39:19.247Z[ recovery-image] Aug 22 12:39:18.218 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)
107392026-08-22T12:39:19.247Z[ recovery-image] Aug 22 12:39:18.219 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)
107402026-08-22T12:39:19.251Z[ recovery-image] Aug 22 12:39:18.219 INFO E| Compiling proc-macro2 v1.0.106
107412026-08-22T12:39:19.251Z[ recovery-image] Aug 22 12:39:18.219 INFO E| Compiling quote v1.0.45
107422026-08-22T12:39:19.251Z[ recovery-image] Aug 22 12:39:18.219 INFO E| Compiling unicode-ident v1.0.24
107432026-08-22T12:39:19.251Z[ recovery-image] Aug 22 12:39:18.219 INFO E| Compiling syn v1.0.109
107442026-08-22T12:39:19.251Z[ recovery-image] Aug 22 12:39:18.219 INFO E| Compiling x86 v0.52.0
107452026-08-22T12:39:19.251Z[ recovery-image] Aug 22 12:39:18.219 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107462026-08-22T12:39:19.251Z[ recovery-image] Aug 22 12:39:18.219 INFO E| Compiling seq-macro v0.3.6
107472026-08-22T12:39:20.141Z[ recovery-image] Aug 22 12:39:19.112 INFO E| Compiling syn v2.0.117
107482026-08-22T12:39:21.406Z[ recovery-image] Aug 22 12:39:20.377 INFO E| Compiling scroll_derive v0.13.1
107492026-08-22T12:39:22.408Z[ recovery-image] Aug 22 12:39:21.379 INFO E| Compiling bitstruct_derive v0.1.0
107502026-08-22T12:39:22.833Z[ host-image] Aug 22 12:39:21.804 INFO O| Aug 22 12:39:21.804 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
107512026-08-22T12:39:22.833Z[ host-image] Aug 22 12:39:21.804 INFO O| Aug 22 12:39:21.804 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107522026-08-22T12:39:22.845Z[ host-image] Aug 22 12:39:21.816 INFO O| Aug 22 12:39:21.816 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
107532026-08-22T12:39:22.942Z[ host-image] Aug 22 12:39:21.913 INFO O| Aug 22 12:39:21.913 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107542026-08-22T12:39:22.998Z[ host-image] Aug 22 12:39:21.969 INFO O| Aug 22 12:39:21.969 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_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"}
107552026-08-22T12:39:23.058Z[ host-image] Aug 22 12:39:22.029 INFO O| Aug 22 12:39:22.029 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107562026-08-22T12:39:23.059Z[ host-image] Aug 22 12:39:22.030 INFO O| Aug 22 12:39:22.029 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107572026-08-22T12:39:23.110Z[ host-image] Aug 22 12:39:22.081 INFO O| Aug 22 12:39:22.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107582026-08-22T12:39:23.110Z[ host-image] Aug 22 12:39:22.081 INFO O| Aug 22 12:39:22.081 INFO ok!
107592026-08-22T12:39:23.110Z[ host-image] Aug 22 12:39:22.081 INFO O| Aug 22 12:39:22.081 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107602026-08-22T12:39:23.110Z[ host-image] Aug 22 12:39:22.081 INFO O| Aug 22 12:39:22.081 INFO STEP 176 (seed_smf) COMPLETE
107612026-08-22T12:39:23.110Z[ host-image] Aug 22 12:39:22.081 INFO O| Aug 22 12:39:22.081 INFO steps complete; finalising image!
107622026-08-22T12:39:23.113Z[ host-image] Aug 22 12:39:22.081 INFO O| Aug 22 12:39:22.081 INFO TRIM POOL: TEMPORARY-sled-zfs
107632026-08-22T12:39:23.159Z[ host-image] Aug 22 12:39:22.130 INFO O| Aug 22 12:39:22.130 INFO trim TEMPORARY-sled-zfs: (58% trimmed, started at Sat Aug 22 12:39:22 2026)
107642026-08-22T12:39:23.372Z[ host-image] Aug 22 12:39:22.343 INFO O| Aug 22 12:39:22.343 INFO temporary pool has 915M used, 109M avail, 1.81x compressratio
107652026-08-22T12:39:23.372Z[ host-image] Aug 22 12:39:22.343 INFO O| Aug 22 12:39:22.343 INFO EXPORT POOL: TEMPORARY-sled-zfs
107662026-08-22T12:39:23.687Z[ host-image] Aug 22 12:39:22.658 INFO O| Aug 22 12:39:22.658 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107672026-08-22T12:39:23.687Z[ host-image] Aug 22 12:39:22.658 INFO O| Aug 22 12:39:22.658 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107682026-08-22T12:39:24.470Z[ host-image] Aug 22 12:39:23.441 INFO O| Aug 22 12:39:23.441 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107692026-08-22T12:39:24.470Z[ host-image] Aug 22 12:39:23.441 INFO O| Aug 22 12:39:23.441 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107702026-08-22T12:39:24.473Z[ host-image] Aug 22 12:39:23.441 INFO O| Aug 22 12:39:23.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107712026-08-22T12:39:24.474Z[ host-image] Aug 22 12:39:23.441 INFO O| Aug 22 12:39:23.441 INFO completed processing sled/zfs
107722026-08-22T12:39:24.474Z[ host-image] Aug 22 12:39:23.441 INFO O| Aug 22 12:39:23.441 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107732026-08-22T12:39:31.405Z[ recovery-image] Aug 22 12:39:30.376 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)
107742026-08-22T12:39:33.457Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling bitflags v1.3.2
107752026-08-22T12:39:33.457Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling bitflags v2.13.0
107762026-08-22T12:39:33.457Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling bit_field v0.10.3
107772026-08-22T12:39:33.461Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling adler2 v2.0.1
107782026-08-22T12:39:33.461Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling plain v0.2.3
107792026-08-22T12:39:33.461Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling log v0.4.32
107802026-08-22T12:39:33.461Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling scroll v0.13.0
107812026-08-22T12:39:33.461Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling bitstruct v0.1.1
107822026-08-22T12:39:33.461Z[ recovery-image] Aug 22 12:39:32.428 INFO E| Compiling static_assertions v1.1.0
107832026-08-22T12:39:33.508Z[ recovery-image] Aug 22 12:39:32.479 INFO E| Compiling raw-cpuid v10.7.0
107842026-08-22T12:39:33.553Z[ recovery-image] Aug 22 12:39:32.524 INFO E| Compiling miniz_oxide v0.9.1
107852026-08-22T12:39:33.622Z[ recovery-image] Aug 22 12:39:32.594 INFO E| Compiling cpio_reader v0.1.2
107862026-08-22T12:39:33.684Z[ recovery-image] Aug 22 12:39:32.655 INFO E| Compiling goblin v0.10.7
107872026-08-22T12:39:36.451Z[ recovery-image] Aug 22 12:39:35.421 INFO E| Finished `release` profile [optimized] target(s) in 17.77s
107882026-08-22T12:39:36.469Z[ recovery-image] Aug 22 12:39:35.440 INFO building ROM for gimlet
107892026-08-22T12:39:36.469Z[ recovery-image] Aug 22 12:39:35.440 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")
107902026-08-22T12:39:36.548Z[ recovery-image] Aug 22 12:39:35.519 INFO E| Downloading crates ...
107912026-08-22T12:39:36.591Z[ recovery-image] Aug 22 12:39:35.562 INFO E| Downloaded anstyle-query v1.1.2
107922026-08-22T12:39:36.595Z[ recovery-image] Aug 22 12:39:35.566 INFO E| Downloaded clap_lex v0.7.4
107932026-08-22T12:39:36.602Z[ recovery-image] Aug 22 12:39:35.573 INFO E| Downloaded is_terminal_polyfill v1.70.1
107942026-08-22T12:39:36.605Z[ recovery-image] Aug 22 12:39:35.573 INFO E| Downloaded os_pipe v1.2.1
107952026-08-22T12:39:36.605Z[ recovery-image] Aug 22 12:39:35.576 INFO E| Downloaded anstyle v1.0.10
107962026-08-22T12:39:36.608Z[ recovery-image] Aug 22 12:39:35.577 INFO E| Downloaded toml_datetime v0.6.9
107972026-08-22T12:39:36.608Z[ recovery-image] Aug 22 12:39:35.579 INFO E| Downloaded serde_spanned v0.6.8
107982026-08-22T12:39:36.612Z[ recovery-image] Aug 22 12:39:35.580 INFO E| Downloaded shared_child v1.0.1
107992026-08-22T12:39:36.615Z[ recovery-image] Aug 22 12:39:35.586 INFO E| Downloaded colorchoice v1.0.3
108002026-08-22T12:39:36.618Z[ recovery-image] Aug 22 12:39:35.588 INFO E| Downloaded duct v0.13.7
108012026-08-22T12:39:36.618Z[ recovery-image] Aug 22 12:39:35.589 INFO E| Downloaded anstyle-parse v0.2.6
108022026-08-22T12:39:36.622Z[ recovery-image] Aug 22 12:39:35.590 INFO E| Downloaded toml_write v0.1.1
108032026-08-22T12:39:36.625Z[ recovery-image] Aug 22 12:39:35.597 INFO E| Downloaded clap_derive v4.5.32
108042026-08-22T12:39:36.629Z[ recovery-image] Aug 22 12:39:35.598 INFO E| Downloaded anstream v0.6.18
108052026-08-22T12:39:36.634Z[ recovery-image] Aug 22 12:39:35.606 INFO E| Downloaded toml v0.8.22
108062026-08-22T12:39:36.654Z[ recovery-image] Aug 22 12:39:35.625 INFO E| Downloaded toml_edit v0.22.26
108072026-08-22T12:39:36.673Z[ recovery-image] Aug 22 12:39:35.644 INFO E| Downloaded cc v1.2.20
108082026-08-22T12:39:36.676Z[ recovery-image] Aug 22 12:39:35.646 INFO E| Downloaded clap v4.5.37
108092026-08-22T12:39:36.680Z[ recovery-image] Aug 22 12:39:35.650 INFO E| Downloaded winnow v0.7.7
108102026-08-22T12:39:36.684Z[ recovery-image] Aug 22 12:39:35.655 INFO E| Downloaded clap_builder v4.5.37
108112026-08-22T12:39:36.697Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling libc v0.2.172
108122026-08-22T12:39:36.697Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling utf8parse v0.2.2
108132026-08-22T12:39:36.700Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling equivalent v1.0.2
108142026-08-22T12:39:36.700Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling is_terminal_polyfill v1.70.1
108152026-08-22T12:39:36.700Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling anstyle-query v1.1.2
108162026-08-22T12:39:36.700Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling hashbrown v0.15.2
108172026-08-22T12:39:36.701Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling shlex v1.3.0
108182026-08-22T12:39:36.701Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling anstyle v1.0.10
108192026-08-22T12:39:36.701Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling colorchoice v1.0.3
108202026-08-22T12:39:36.701Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling once_cell v1.21.3
108212026-08-22T12:39:36.701Z[ recovery-image] Aug 22 12:39:35.668 INFO E| Compiling strsim v0.11.1
108222026-08-22T12:39:36.715Z[ recovery-image] Aug 22 12:39:35.686 INFO E| Compiling anyhow v1.0.98
108232026-08-22T12:39:36.722Z[ recovery-image] Aug 22 12:39:35.693 INFO E| Compiling clap_lex v0.7.4
108242026-08-22T12:39:36.725Z[ recovery-image] Aug 22 12:39:35.693 INFO E| Compiling toml_write v0.1.1
108252026-08-22T12:39:36.729Z[ recovery-image] Aug 22 12:39:35.699 INFO E| Compiling winnow v0.7.7
108262026-08-22T12:39:36.732Z[ recovery-image] Aug 22 12:39:35.703 INFO E| Compiling syn v2.0.101
108272026-08-22T12:39:36.829Z[ recovery-image] Aug 22 12:39:35.800 INFO E| Compiling anstyle-parse v0.2.6
108282026-08-22T12:39:36.884Z[ recovery-image] Aug 22 12:39:35.855 INFO E| Compiling cc v1.2.20
108292026-08-22T12:39:36.969Z[ recovery-image] Aug 22 12:39:35.940 INFO E| Compiling anstream v0.6.18
108302026-08-22T12:39:37.161Z[ recovery-image] Aug 22 12:39:36.132 INFO E| Compiling clap_builder v4.5.37
108312026-08-22T12:39:37.218Z[ recovery-image] Aug 22 12:39:36.188 INFO E| Compiling indexmap v2.9.0
108322026-08-22T12:39:37.305Z[ recovery-image] Aug 22 12:39:36.275 INFO E| Compiling os_pipe v1.2.1
108332026-08-22T12:39:37.305Z[ recovery-image] Aug 22 12:39:36.275 INFO E| Compiling shared_child v1.0.1
108342026-08-22T12:39:37.415Z[ recovery-image] Aug 22 12:39:36.386 INFO E| Compiling duct v0.13.7
108352026-08-22T12:39:37.874Z[ recovery-image] Aug 22 12:39:36.845 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108362026-08-22T12:39:38.710Z[ recovery-image] Aug 22 12:39:37.680 INFO E| Compiling serde_derive v1.0.219
108372026-08-22T12:39:38.710Z[ recovery-image] Aug 22 12:39:37.680 INFO E| Compiling clap_derive v4.5.32
108382026-08-22T12:39:39.223Z[ host-image] Aug 22 12:39:38.194 INFO O| Aug 22 12:39:38.194 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108392026-08-22T12:39:39.310Z[ host-image] Aug 22 12:39:38.281 INFO BUILD STRING "heads/stlouis-0-gcc26af757a\n"
108402026-08-22T12:39:39.310Z[ host-image] Aug 22 12:39:38.281 INFO expanded image name: "ci 8ef0b30/${os_short_commit} 2026-08-22 12:24" -> "ci 8ef0b30/cc26af7 2026-08-22 12:24"
108412026-08-22T12:39:39.314Z[ host-image] Aug 22 12:39:38.281 INFO output artefacts stored in: "/work/os-host"
108422026-08-22T12:39:39.314Z[ host-image] Aug 22 12:39:38.281 INFO collecting git info from project "pinprick"...
108432026-08-22T12:39:39.317Z[ host-image] Aug 22 12:39:38.287 INFO collecting git info from project "bootserver"...
108442026-08-22T12:39:39.321Z[ host-image] Aug 22 12:39:38.291 INFO collecting git info from project "image-builder"...
108452026-08-22T12:39:39.324Z[ host-image] Aug 22 12:39:38.294 INFO collecting git info from project "dmar-report"...
108462026-08-22T12:39:39.328Z[ host-image] Aug 22 12:39:38.298 INFO collecting git info from project "chelsio-t6-roms"...
108472026-08-22T12:39:39.331Z[ host-image] Aug 22 12:39:38.302 INFO collecting git info from project "phbl"...
108482026-08-22T12:39:39.335Z[ host-image] Aug 22 12:39:38.306 INFO collecting git info from project "amd-host-image-builder"...
108492026-08-22T12:39:39.338Z[ host-image] Aug 22 12:39:38.310 INFO collecting git info from project "pilot"...
108502026-08-22T12:39:39.342Z[ host-image] Aug 22 12:39:38.314 INFO collecting git info from project "amd-firmware"...
108512026-08-22T12:39:39.352Z[ host-image] Aug 22 12:39:38.323 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108522026-08-22T12:39:39.664Z[ host-image] Aug 22 12:39:38.635 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108532026-08-22T12:39:39.940Z[ recovery-image] Aug 22 12:39:38.911 INFO E| Compiling clap v4.5.37
108542026-08-22T12:39:39.950Z[ host-image] Aug 22 12:39:38.921 INFO creating Oxide boot image...
108552026-08-22T12:39:39.950Z[ host-image] Aug 22 12:39:38.921 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 8ef0b30/cc26af7 2026-08-22 12:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108562026-08-22T12:39:40.545Z[ recovery-image] Aug 22 12:39:39.516 INFO E| Compiling serde v1.0.219
108572026-08-22T12:39:40.722Z[ host-image] Aug 22 12:39:39.692 INFO O| ok, image written!
108582026-08-22T12:39:40.722Z[ host-image] Aug 22 12:39:39.693 INFO O| ok, boot_image_csum file written!
108592026-08-22T12:39:40.726Z[ host-image] Aug 22 12:39:39.695 INFO creating boot archive (CPIO)...
108602026-08-22T12:39:40.726Z[ host-image] Aug 22 12:39:39.695 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
108612026-08-22T12:39:40.729Z[ host-image] Aug 22 12:39:39.698 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108622026-08-22T12:39:40.730Z[ host-image] Aug 22 12:39:39.698 INFO E| + outfile=/work/os-host/cpio
108632026-08-22T12:39:40.730Z[ host-image] Aug 22 12:39:39.698 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108642026-08-22T12:39:40.730Z[ host-image] Aug 22 12:39:39.700 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108652026-08-22T12:39:40.730Z[ host-image] Aug 22 12:39:39.700 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108662026-08-22T12:39:40.754Z[ host-image] Aug 22 12:39:39.725 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108672026-08-22T12:39:40.755Z[ host-image] Aug 22 12:39:39.725 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108682026-08-22T12:39:40.760Z[ host-image] Aug 22 12:39:39.731 INFO creating compressed cpio/unix for dev loaders...
108692026-08-22T12:39:40.763Z[ host-image] Aug 22 12:39:39.731 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
108702026-08-22T12:39:40.982Z[ host-image] Aug 22 12:39:39.953 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108712026-08-22T12:39:42.236Z[ recovery-image] Aug 22 12:39:41.207 INFO E| Compiling toml_datetime v0.6.9
108722026-08-22T12:39:42.237Z[ recovery-image] Aug 22 12:39:41.207 INFO E| Compiling serde_spanned v0.6.8
108732026-08-22T12:39:42.389Z[ recovery-image] Aug 22 12:39:41.359 INFO E| Compiling toml_edit v0.22.26
108742026-08-22T12:39:43.761Z[ recovery-image] Aug 22 12:39:42.732 INFO E| Compiling toml v0.8.22
108752026-08-22T12:39:44.274Z[ host-image] Aug 22 12:39:43.245 INFO creating reset image...
108762026-08-22T12:39:44.274Z[ host-image] Aug 22 12:39:43.245 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")
108772026-08-22T12:39:44.352Z[ host-image] Aug 22 12:39:43.323 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108782026-08-22T12:39:44.356Z[ host-image] Aug 22 12:39:43.324 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108792026-08-22T12:39:44.668Z[ host-image] Aug 22 12:39:43.639 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)
108802026-08-22T12:39:44.668Z[ host-image] Aug 22 12:39:43.639 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)
108812026-08-22T12:39:44.669Z[ host-image] Aug 22 12:39:43.639 INFO E| Compiling proc-macro2 v1.0.106
108822026-08-22T12:39:44.672Z[ host-image] Aug 22 12:39:43.639 INFO E| Compiling quote v1.0.45
108832026-08-22T12:39:44.672Z[ host-image] Aug 22 12:39:43.639 INFO E| Compiling unicode-ident v1.0.24
108842026-08-22T12:39:44.672Z[ host-image] Aug 22 12:39:43.639 INFO E| Compiling syn v1.0.109
108852026-08-22T12:39:44.672Z[ host-image] Aug 22 12:39:43.639 INFO E| Compiling x86 v0.52.0
108862026-08-22T12:39:44.673Z[ host-image] Aug 22 12:39:43.639 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108872026-08-22T12:39:44.673Z[ host-image] Aug 22 12:39:43.639 INFO E| Compiling seq-macro v0.3.6
108882026-08-22T12:39:46.058Z[ host-image] Aug 22 12:39:45.029 INFO E| Compiling syn v2.0.117
108892026-08-22T12:39:46.615Z[ recovery-image] Aug 22 12:39:45.585 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
108902026-08-22T12:39:46.624Z[ recovery-image] Aug 22 12:39:45.595 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`
108912026-08-22T12:39:46.643Z[ recovery-image] Aug 22 12:39:45.614 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108922026-08-22T12:39:46.728Z[ recovery-image] Aug 22 12:39:45.698 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108932026-08-22T12:39:46.770Z[ recovery-image] Aug 22 12:39:45.703 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`
108942026-08-22T12:39:46.887Z[ recovery-image] Aug 22 12:39:45.832 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108952026-08-22T12:39:46.887Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108962026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108972026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108982026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108992026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109002026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109012026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109022026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109032026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109042026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109052026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109062026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109072026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109082026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109092026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO O| Info: ABL version: 0x100f5010
109102026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.833 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109112026-08-22T12:39:46.955Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109122026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109132026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109142026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109152026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109162026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109172026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109182026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109192026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109202026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109212026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109222026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109232026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109242026-08-22T12:39:46.956Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109252026-08-22T12:39:46.957Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109262026-08-22T12:39:46.957Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109272026-08-22T12:39:46.957Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109282026-08-22T12:39:46.957Z[ recovery-image] Aug 22 12:39:45.834 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109292026-08-22T12:39:46.957Z[ recovery-image] Aug 22 12:39:45.877 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109302026-08-22T12:39:46.957Z[ recovery-image] Aug 22 12:39:45.877 INFO building ROM for cosmo
109312026-08-22T12:39:46.957Z[ recovery-image] Aug 22 12:39:45.877 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")
109322026-08-22T12:39:47.044Z[ recovery-image] Aug 22 12:39:45.981 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109332026-08-22T12:39:47.048Z[ recovery-image] Aug 22 12:39:45.986 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`
109342026-08-22T12:39:47.048Z[ recovery-image] Aug 22 12:39:46.001 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109352026-08-22T12:39:47.111Z[ recovery-image] Aug 22 12:39:46.081 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109362026-08-22T12:39:47.114Z[ recovery-image] Aug 22 12:39:46.086 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`
109372026-08-22T12:39:47.360Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109382026-08-22T12:39:47.360Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109392026-08-22T12:39:47.360Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109402026-08-22T12:39:47.370Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109412026-08-22T12:39:47.370Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109422026-08-22T12:39:47.370Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109432026-08-22T12:39:47.370Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109442026-08-22T12:39:47.370Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109452026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109462026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109472026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109482026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109492026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109502026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109512026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109522026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109532026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109542026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109552026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109562026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109572026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109582026-08-22T12:39:47.371Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109592026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109602026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109612026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109622026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109632026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109642026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109652026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109662026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109672026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109682026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109692026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109702026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109712026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109722026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109732026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109742026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109752026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109762026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109772026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109782026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109792026-08-22T12:39:47.373Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109802026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109812026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109822026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109832026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109842026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109852026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109862026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109872026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109882026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109892026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109902026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO O| Info: ABL version: 0x100af010
109912026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109922026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109932026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109942026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109952026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109962026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109972026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109982026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109992026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110002026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110012026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110022026-08-22T12:39:47.374Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110032026-08-22T12:39:47.375Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110042026-08-22T12:39:47.375Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110052026-08-22T12:39:47.375Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110062026-08-22T12:39:47.375Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110072026-08-22T12:39:47.375Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110082026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110092026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110102026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110112026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110122026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110132026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110142026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110152026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110162026-08-22T12:39:47.376Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110172026-08-22T12:39:47.377Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110182026-08-22T12:39:47.377Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110192026-08-22T12:39:47.377Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110202026-08-22T12:39:47.377Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110212026-08-22T12:39:47.377Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110222026-08-22T12:39:47.377Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110232026-08-22T12:39:47.377Z[ recovery-image] Aug 22 12:39:46.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110242026-08-22T12:39:47.394Z[ recovery-image] Aug 22 12:39:46.365 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110252026-08-22T12:39:47.394Z[ recovery-image] Aug 22 12:39:46.365 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110262026-08-22T12:39:47.432Z[ host-image] Aug 22 12:39:46.403 INFO E| Compiling scroll_derive v0.13.1
110272026-08-22T12:39:48.642Z[ host-image] Aug 22 12:39:47.558 INFO E| Compiling bitstruct_derive v0.1.0
110282026-08-22T12:39:48.646Z[ recovery-image] Aug 22 12:39:47.574 INFO image complete! materials are in "/work/os-recovery"
110292026-08-22T12:39:48.646Z[ recovery-image]
110302026-08-22T12:39:48.646Z[ recovery-image] real 3:18.779252115
110312026-08-22T12:39:48.646Z[ recovery-image] user 2:36.275344379
110322026-08-22T12:39:48.646Z[ recovery-image] sys 38.032435279
110332026-08-22T12:39:48.646Z[ recovery-image] trap 0.144735326
110342026-08-22T12:39:48.646Z[ recovery-image] tflt 0.633826443
110352026-08-22T12:39:48.646Z[ recovery-image] dflt 0.802782754
110362026-08-22T12:39:48.646Z[ recovery-image] kflt 0.000146630
110372026-08-22T12:39:48.646Z[ recovery-image] lock 7:57.273788623
110382026-08-22T12:39:48.646Z[ recovery-image] slp 17:25.106717787
110392026-08-22T12:39:48.646Z[ recovery-image] lat 30.538738204
110402026-08-22T12:39:48.646Z[ recovery-image] stop 6.160074479
110412026-08-22T12:39:48.647ZAug 22 12:39:47.578 INFO [recovery-image] process exited with exit status: 0 (198.784350068s)
110422026-08-22T12:39:48.647ZAug 22 12:39:47.578 INFO [tuf-v2-recovery] running task
110432026-08-22T12:39:48.647ZAug 22 12:39:47.578 INFO [tuf-v2-recovery] task succeeded (620.43µs)
110442026-08-22T12:39:57.781Z[ host-image] Aug 22 12:39:56.752 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)
110452026-08-22T12:39:59.932Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling bitflags v1.3.2
110462026-08-22T12:39:59.932Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling scroll v0.13.0
110472026-08-22T12:39:59.936Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling log v0.4.32
110482026-08-22T12:39:59.936Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling adler2 v2.0.1
110492026-08-22T12:39:59.936Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling bitflags v2.13.0
110502026-08-22T12:39:59.936Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling bit_field v0.10.3
110512026-08-22T12:39:59.936Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling plain v0.2.3
110522026-08-22T12:39:59.936Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling static_assertions v1.1.0
110532026-08-22T12:39:59.936Z[ host-image] Aug 22 12:39:58.903 INFO E| Compiling bitstruct v0.1.1
110542026-08-22T12:39:59.984Z[ host-image] Aug 22 12:39:58.955 INFO E| Compiling raw-cpuid v10.7.0
110552026-08-22T12:40:00.035Z[ host-image] Aug 22 12:39:59.006 INFO E| Compiling miniz_oxide v0.9.1
110562026-08-22T12:40:00.104Z[ host-image] Aug 22 12:39:59.075 INFO E| Compiling cpio_reader v0.1.2
110572026-08-22T12:40:00.158Z[ host-image] Aug 22 12:39:59.129 INFO E| Compiling goblin v0.10.7
110582026-08-22T12:40:02.975Z[ host-image] Aug 22 12:40:01.946 INFO E| Finished `release` profile [optimized] target(s) in 18.60s
110592026-08-22T12:40:02.987Z[ host-image] Aug 22 12:40:01.959 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110602026-08-22T12:40:02.987Z[ host-image] Aug 22 12:40:01.959 INFO building ROM for gimlet
110612026-08-22T12:40:02.991Z[ host-image] Aug 22 12:40:01.959 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")
110622026-08-22T12:40:03.080Z[ host-image] Aug 22 12:40:02.051 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110632026-08-22T12:40:03.083Z[ host-image] Aug 22 12:40:02.054 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`
110642026-08-22T12:40:03.095Z[ host-image] Aug 22 12:40:02.067 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110652026-08-22T12:40:03.162Z[ host-image] Aug 22 12:40:02.134 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110662026-08-22T12:40:03.166Z[ host-image] Aug 22 12:40:02.137 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`
110672026-08-22T12:40:03.292Z[ host-image] Aug 22 12:40:02.262 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110682026-08-22T12:40:03.298Z[ host-image] Aug 22 12:40:02.262 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110692026-08-22T12:40:03.298Z[ host-image] Aug 22 12:40:02.262 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110702026-08-22T12:40:03.298Z[ host-image] Aug 22 12:40:02.262 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110712026-08-22T12:40:03.298Z[ host-image] Aug 22 12:40:02.262 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110722026-08-22T12:40:03.302Z[ host-image] Aug 22 12:40:02.262 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110732026-08-22T12:40:03.306Z[ host-image] Aug 22 12:40:02.262 INFO O| Info: ABL version: 0x100f5010
110742026-08-22T12:40:03.310Z[ host-image] Aug 22 12:40:02.262 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110752026-08-22T12:40:03.313Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110762026-08-22T12:40:03.313Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110772026-08-22T12:40:03.317Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110782026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110792026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110802026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110812026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110822026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110832026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110842026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110852026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110862026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110872026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110882026-08-22T12:40:03.320Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110892026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110902026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110912026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110922026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110932026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110942026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110952026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110962026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110972026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110982026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110992026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111002026-08-22T12:40:03.321Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111012026-08-22T12:40:03.322Z[ host-image] Aug 22 12:40:02.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111022026-08-22T12:40:03.329Z[ host-image] Aug 22 12:40:02.301 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111032026-08-22T12:40:03.329Z[ host-image] Aug 22 12:40:02.301 INFO building ROM for cosmo
111042026-08-22T12:40:03.332Z[ host-image] Aug 22 12:40:02.301 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")
111052026-08-22T12:40:03.422Z[ host-image] Aug 22 12:40:02.393 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111062026-08-22T12:40:03.427Z[ host-image] Aug 22 12:40:02.399 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`
111072026-08-22T12:40:03.442Z[ host-image] Aug 22 12:40:02.413 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111082026-08-22T12:40:03.512Z[ host-image] Aug 22 12:40:02.483 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111092026-08-22T12:40:03.515Z[ host-image] Aug 22 12:40:02.486 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`
111102026-08-22T12:40:03.718Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111112026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111122026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111132026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111142026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111152026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111162026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111172026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111182026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111192026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111202026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111212026-08-22T12:40:03.722Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111222026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111232026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111242026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111252026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111262026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111272026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111282026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111292026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111302026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111312026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111322026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111332026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111342026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111352026-08-22T12:40:03.723Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111362026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111372026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111382026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111392026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111402026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111412026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111422026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111432026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111442026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111452026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111462026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111472026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111482026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111492026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111502026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111512026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111522026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111532026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111542026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111552026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111562026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111572026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111582026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111592026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111602026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111612026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111622026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111632026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.691 INFO O| Info: ABL version: 0x100af010
111642026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.691 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111652026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.691 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111662026-08-22T12:40:03.724Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111672026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111682026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111692026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111702026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111712026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111722026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111732026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111742026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111752026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111762026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111772026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111782026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111792026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111802026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111812026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111822026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111832026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111842026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111852026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111862026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111872026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111882026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111892026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111902026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111912026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111922026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111932026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111942026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111952026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111962026-08-22T12:40:03.725Z[ host-image] Aug 22 12:40:02.692 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111972026-08-22T12:40:03.750Z[ host-image] Aug 22 12:40:02.722 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111982026-08-22T12:40:15.346Z[ host-image] Aug 22 12:40:14.316 INFO image complete! materials are in "/work/os-host"
111992026-08-22T12:40:15.349Z[ host-image]
112002026-08-22T12:40:15.349Z[ host-image] real 3:57.160666271
112012026-08-22T12:40:15.349Z[ host-image] user 2:48.406916615
112022026-08-22T12:40:15.350Z[ host-image] sys 36.013416239
112032026-08-22T12:40:15.350Z[ host-image] trap 0.147837227
112042026-08-22T12:40:15.350Z[ host-image] tflt 0.238602059
112052026-08-22T12:40:15.350Z[ host-image] dflt 0.214675981
112062026-08-22T12:40:15.350Z[ host-image] kflt 0.000155120
112072026-08-22T12:40:15.350Z[ host-image] lock 4:45.614932813
112082026-08-22T12:40:15.350Z[ host-image] slp 20:01.800902923
112092026-08-22T12:40:15.350Z[ host-image] lat 23.568410231
112102026-08-22T12:40:15.350Z[ host-image] stop 3.398590188
112112026-08-22T12:40:15.351ZAug 22 12:40:14.320 INFO [host-image] process exited with exit status: 0 (237.165867895s)
112122026-08-22T12:40:15.351ZAug 22 12:40:14.320 INFO [tuf-v2-host] running task
112132026-08-22T12:40:15.351ZAug 22 12:40:14.320 INFO [tuf-repo] running task
112142026-08-22T12:40:15.354ZAug 22 12:40:14.321 INFO [tuf-v2-host] task succeeded (554.94µs)
112152026-08-22T12:40:15.354ZAug 22 12:40:14.321 INFO [tuf-v2-repo] running task
112162026-08-22T12:40:36.408ZAug 22 12:40:35.379 INFO [tuf-v2-repo] task succeeded (21.058013417s)
112172026-08-22T12:40:36.682ZAug 22 12:40:35.653 INFO assembling repository in `/tmp/tufaceousj3slsc`, component: OmicronRepoAssembler
112182026-08-22T12:40:45.242ZAug 22 12:40:44.213 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112192026-08-22T12:40:45.490ZAug 22 12:40:44.461 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112202026-08-22T12:40:47.819ZAug 22 12:40:46.790 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112212026-08-22T12:40:47.873ZAug 22 12:40:46.844 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112222026-08-22T12:40:47.929ZAug 22 12:40:46.900 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112232026-08-22T12:40:47.979ZAug 22 12:40:46.950 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112242026-08-22T12:40:48.029ZAug 22 12:40:47.000 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112252026-08-22T12:40:48.082ZAug 22 12:40:47.053 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112262026-08-22T12:40:48.136ZAug 22 12:40:47.107 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112272026-08-22T12:40:58.661ZAug 22 12:40:57.632 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
112282026-08-22T12:40:58.666ZAug 22 12:40:57.637 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
112292026-08-22T12:40:58.688ZAug 22 12:40:57.660 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
112302026-08-22T12:40:58.743ZAug 22 12:40:57.714 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112312026-08-22T12:40:58.797ZAug 22 12:40:57.769 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112322026-08-22T12:40:58.858ZAug 22 12:40:57.829 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112332026-08-22T12:40:58.923ZAug 22 12:40:57.894 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
112342026-08-22T12:40:58.929ZAug 22 12:40:57.900 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
112352026-08-22T12:40:58.951ZAug 22 12:40:57.923 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
112362026-08-22T12:41:00.705ZAug 22 12:40:59.676 INFO [tuf-repo] task succeeded (45.355248484s)
112372026-08-22T12:43:33.349Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
112382026-08-22T12:43:33.354Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112392026-08-22T12:43:33.354Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112402026-08-22T12:43:35.973ZAug 22 12:43:34.944 INFO [verify-libraries] process exited with exit status: 0 (426.374425088s)
112412026-08-22T12:43:35.973ZAug 22 12:43:34.944 INFO all jobs completed in 1116.042678227s
112422026-08-22T12:43:37.113Zprocess exited: duration 1337558 ms, exit code 0
 
112432026-08-22T12:43:37.127Zfound 41 output files
112442026-08-22T12:43:37.127Zuploading: /work/manifest.toml (17334 bytes)
112452026-08-22T12:43:38.139Zuploaded: /work/manifest.toml
112462026-08-22T12:43:38.140Zuploading: /work/repo.zip (3303775296 bytes)
112472026-08-22T12:44:18.524Zuploaded: /work/repo.zip
112482026-08-22T12:44:18.524Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112492026-08-22T12:44:19.557Zuploaded: /work/repo.zip.sha256.txt
112502026-08-22T12:44:19.557Zuploading: /work/helios.json (647 bytes)
112512026-08-22T12:44:20.569Zuploaded: /work/helios.json
112522026-08-22T12:44:20.569Zuploading: /work/incorporation.p5m (113590 bytes)
112532026-08-22T12:44:21.585Zuploaded: /work/incorporation.p5m
112542026-08-22T12:44:21.585Zuploading: /work/incorporation.p5p (133120 bytes)
112552026-08-22T12:44:22.602Zuploaded: /work/incorporation.p5p
112562026-08-22T12:44:22.602Zuploading: /work/helios-incorp.log (522 bytes)
112572026-08-22T12:44:23.613Zuploaded: /work/helios-incorp.log
112582026-08-22T12:44:23.613Zuploading: /work/helios-setup.log (57113 bytes)
112592026-08-22T12:44:24.627Zuploaded: /work/helios-setup.log
112602026-08-22T12:44:24.627Zuploading: /work/host-image.log (233225 bytes)
112612026-08-22T12:44:25.645Zuploaded: /work/host-image.log
112622026-08-22T12:44:25.645Zuploading: /work/host-package.log (33710 bytes)
112632026-08-22T12:44:26.659Zuploaded: /work/host-package.log
112642026-08-22T12:44:26.659Zuploading: /work/host-target.log (101 bytes)
112652026-08-22T12:44:27.671Zuploaded: /work/host-target.log
112662026-08-22T12:44:27.671Zuploading: /work/incorp-create.log (0 bytes)
112672026-08-22T12:44:28.681Zuploaded: /work/incorp-create.log
112682026-08-22T12:44:28.681Zuploading: /work/incorp-fmt.log (0 bytes)
112692026-08-22T12:44:29.700Zuploaded: /work/incorp-fmt.log
112702026-08-22T12:44:29.700Zuploading: /work/incorp-pkgsend.log (108 bytes)
112712026-08-22T12:44:30.709Zuploaded: /work/incorp-pkgsend.log
112722026-08-22T12:44:30.709Zuploading: /work/incorp-publisher.log (0 bytes)
112732026-08-22T12:44:31.719Zuploaded: /work/incorp-publisher.log
112742026-08-22T12:44:31.720Zuploading: /work/omicron-package.log (10067 bytes)
112752026-08-22T12:44:32.731Zuploaded: /work/omicron-package.log
112762026-08-22T12:44:32.731Zuploading: /work/recovery-image.log (591661 bytes)
112772026-08-22T12:44:33.753Zuploaded: /work/recovery-image.log
112782026-08-22T12:44:33.753Zuploading: /work/recovery-package.log (321 bytes)
112792026-08-22T12:44:34.765Zuploaded: /work/recovery-package.log
112802026-08-22T12:44:34.765Zuploading: /work/recovery-target.log (98 bytes)
112812026-08-22T12:44:35.776Zuploaded: /work/recovery-target.log
112822026-08-22T12:44:35.776Zuploading: /work/stamp-clickhouse.log (117 bytes)
112832026-08-22T12:44:36.787Zuploaded: /work/stamp-clickhouse.log
112842026-08-22T12:44:36.788Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112852026-08-22T12:44:37.799Zuploaded: /work/stamp-clickhouse_keeper.log
112862026-08-22T12:44:37.800Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112872026-08-22T12:44:38.814Zuploaded: /work/stamp-clickhouse_server.log
112882026-08-22T12:44:38.815Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112892026-08-22T12:44:39.825Zuploaded: /work/stamp-cockroachdb.log
112902026-08-22T12:44:39.825Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112912026-08-22T12:44:40.837Zuploaded: /work/stamp-crucible-pantry-zone.log
112922026-08-22T12:44:40.837Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112932026-08-22T12:44:41.848Zuploaded: /work/stamp-crucible-utils.log
112942026-08-22T12:44:41.849Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112952026-08-22T12:44:42.860Zuploaded: /work/stamp-crucible-zone.log
112962026-08-22T12:44:42.860Zuploading: /work/stamp-external-dns.log (119 bytes)
112972026-08-22T12:44:43.871Zuploaded: /work/stamp-external-dns.log
112982026-08-22T12:44:43.871Zuploading: /work/stamp-installinator.log (103 bytes)
112992026-08-22T12:44:44.882Zuploaded: /work/stamp-installinator.log
113002026-08-22T12:44:44.882Zuploading: /work/stamp-internal-dns.log (119 bytes)
113012026-08-22T12:44:45.893Zuploaded: /work/stamp-internal-dns.log
113022026-08-22T12:44:45.893Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113032026-08-22T12:44:46.904Zuploaded: /work/stamp-mg-ddm-gz.log
113042026-08-22T12:44:46.904Zuploading: /work/stamp-nexus.log (112 bytes)
113052026-08-22T12:44:47.913Zuploaded: /work/stamp-nexus.log
113062026-08-22T12:44:47.914Zuploading: /work/stamp-ntp.log (110 bytes)
113072026-08-22T12:44:48.926Zuploaded: /work/stamp-ntp.log
113082026-08-22T12:44:48.926Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113092026-08-22T12:44:49.939Zuploaded: /work/stamp-omicron-sled-agent.log
113102026-08-22T12:44:49.939Zuploading: /work/stamp-overlay.log (114 bytes)
113112026-08-22T12:44:50.949Zuploaded: /work/stamp-overlay.log
113122026-08-22T12:44:50.949Zuploading: /work/stamp-oximeter.log (115 bytes)
113132026-08-22T12:44:51.960Zuploaded: /work/stamp-oximeter.log
113142026-08-22T12:44:51.961Zuploading: /work/stamp-oxlog.log (109 bytes)
113152026-08-22T12:44:52.974Zuploaded: /work/stamp-oxlog.log
113162026-08-22T12:44:52.974Zuploading: /work/stamp-probe.log (112 bytes)
113172026-08-22T12:44:53.987Zuploaded: /work/stamp-probe.log
113182026-08-22T12:44:53.987Zuploading: /work/stamp-propolis-server.log (122 bytes)
113192026-08-22T12:44:54.998Zuploaded: /work/stamp-propolis-server.log
113202026-08-22T12:44:54.998Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113212026-08-22T12:44:56.009Zuploaded: /work/stamp-pumpkind-gz.log
113222026-08-22T12:44:56.009Zuploading: /work/stamp-switch-asic.log (118 bytes)
113232026-08-22T12:44:57.019Zuploaded: /work/stamp-switch-asic.log
113242026-08-22T12:44:57.022Zuploading: /work/verify-libraries.log (50450 bytes)
113252026-08-22T12:44:58.033Zuploaded: /work/verify-libraries.log